45 lines
652 KiB
JavaScript
45 lines
652 KiB
JavaScript
/*!
|
||
* Vue.js v2.6.11
|
||
* (c) 2014-2019 Evan You
|
||
* Released under the MIT License.
|
||
*/
|
||
var t=Object.freeze({});function e(t){return null==t}function n(t){return null!=t}function a(t){return!0===t}function i(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function r(t){return null!==t&&"object"==typeof t}var s=Object.prototype.toString;function o(t){return"[object Object]"===s.call(t)}function l(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function c(t){return n(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function d(t){return null==t?"":Array.isArray(t)||o(t)&&t.toString===s?JSON.stringify(t,null,2):String(t)}function u(t){var e=parseFloat(t);return isNaN(e)?t:e}function p(t,e){for(var n=Object.create(null),a=t.split(","),i=0;i<a.length;i++)n[a[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}var h=p("slot,component",!0),f=p("key,ref,slot,slot-scope,is");function m(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var v=Object.prototype.hasOwnProperty;function g(t,e){return v.call(t,e)}function b(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var _=/-(\w)/g,y=b((function(t){return t.replace(_,(function(t,e){return e?e.toUpperCase():""}))})),k=b((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),w=/\B([A-Z])/g,A=b((function(t){return t.replace(w,"-$1").toLowerCase()}));var C=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var a=arguments.length;return a?a>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function x(t,e){e=e||0;for(var n=t.length-e,a=new Array(n);n--;)a[n]=t[n+e];return a}function T(t,e){for(var n in e)t[n]=e[n];return t}function S(t){for(var e={},n=0;n<t.length;n++)t[n]&&T(e,t[n]);return e}function M(t,e,n){}var $=function(t,e,n){return!1},D=function(t){return t};function z(t,e){if(t===e)return!0;var n=r(t),a=r(e);if(!n||!a)return!n&&!a&&String(t)===String(e);try{var i=Array.isArray(t),s=Array.isArray(e);if(i&&s)return t.length===e.length&&t.every((function(t,n){return z(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(i||s)return!1;var o=Object.keys(t),l=Object.keys(e);return o.length===l.length&&o.every((function(n){return z(t[n],e[n])}))}catch(t){return!1}}function N(t,e){for(var n=0;n<t.length;n++)if(z(t[n],e))return n;return-1}function L(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var P=["component","directive","filter"],E=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],I={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:$,isReservedAttr:$,isUnknownElement:$,getTagNamespace:M,parsePlatformTagName:D,mustUseProp:$,async:!0,_lifecycleHooks:E},F=/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 R(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function j(t,e,n,a){Object.defineProperty(t,e,{value:n,enumerable:!!a,writable:!0,configurable:!0})}var O=new RegExp("[^"+F.source+".$_\\d]");var B,q="__proto__"in{},U="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=V&&WXEnvironment.platform.toLowerCase(),W=U&&window.navigator.userAgent.toLowerCase(),Q=W&&/msie|trident/.test(W),G=W&&W.indexOf("msie 9.0")>0,K=W&&W.indexOf("edge/")>0,Y=(W&&W.indexOf("android"),W&&/iphone|ipad|ipod|ios/.test(W)||"ios"===H),J=(W&&/chrome\/\d+/.test(W),W&&/phantomjs/.test(W),W&&W.match(/firefox\/(\d+)/)),X={}.watch,Z=!1;if(U)try{var tt={};Object.defineProperty(tt,"passive",{get:function(){Z=!0}}),window.addEventListener("test-passive",null,tt)}catch(t){}var et=function(){return void 0===B&&(B=!U&&!V&&"undefined"!=typeof global&&(global.process&&"server"===global.process.env.VUE_ENV)),B},nt=U&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function at(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,rt="undefined"!=typeof Symbol&&at(Symbol)&&"undefined"!=typeof Reflect&&at(Reflect.ownKeys);it="undefined"!=typeof Set&&at(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var st=M,ot=0,lt=function(){this.id=ot++,this.subs=[]};lt.prototype.addSub=function(t){this.subs.push(t)},lt.prototype.removeSub=function(t){m(this.subs,t)},lt.prototype.depend=function(){lt.target&<.target.addDep(this)},lt.prototype.notify=function(){for(var t=this.subs.slice(),e=0,n=t.length;e<n;e++)t[e].update()},lt.target=null;var ct=[];function dt(t){ct.push(t),lt.target=t}function ut(){ct.pop(),lt.target=ct[ct.length-1]}var pt=function(t,e,n,a,i,r,s,o){this.tag=t,this.data=e,this.children=n,this.text=a,this.elm=i,this.ns=void 0,this.context=r,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=s,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=o,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(pt.prototype,ht);var ft=function(t){void 0===t&&(t="");var e=new pt;return e.text=t,e.isComment=!0,e};function mt(t){return new pt(void 0,void 0,void 0,String(t))}function vt(t){var e=new pt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var gt=Array.prototype,bt=Object.create(gt);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=gt[t];j(bt,t,(function(){for(var n=[],a=arguments.length;a--;)n[a]=arguments[a];var i,r=e.apply(this,n),s=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&s.observeArray(i),s.dep.notify(),r}))}));var _t=Object.getOwnPropertyNames(bt),yt=!0;function kt(t){yt=t}var wt=function(t){this.value=t,this.dep=new lt,this.vmCount=0,j(t,"__ob__",this),Array.isArray(t)?(q?function(t,e){t.__proto__=e}(t,bt):function(t,e,n){for(var a=0,i=n.length;a<i;a++){var r=n[a];j(t,r,e[r])}}(t,bt,_t),this.observeArray(t)):this.walk(t)};function At(t,e){var n;if(r(t)&&!(t instanceof pt))return g(t,"__ob__")&&t.__ob__ instanceof wt?n=t.__ob__:yt&&!et()&&(Array.isArray(t)||o(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new wt(t)),e&&n&&n.vmCount++,n}function Ct(t,e,n,a,i){var r=new lt,s=Object.getOwnPropertyDescriptor(t,e);if(!s||!1!==s.configurable){var o=s&&s.get,l=s&&s.set;o&&!l||2!==arguments.length||(n=t[e]);var c=!i&&At(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=o?o.call(t):n;return lt.target&&(r.depend(),c&&(c.dep.depend(),Array.isArray(e)&&St(e))),e},set:function(e){var a=o?o.call(t):n;e===a||e!=e&&a!=a||o&&!l||(l?l.call(t,e):n=e,c=!i&&At(e),r.notify())}})}}function xt(t,e,n){if(Array.isArray(t)&&l(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var a=t.__ob__;return t._isVue||a&&a.vmCount?n:a?(Ct(a.value,e,n),a.dep.notify(),n):(t[e]=n,n)}function Tt(t,e){if(Array.isArray(t)&&l(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||g(t,e)&&(delete t[e],n&&n.dep.notify())}}function St(t){for(var e=void 0,n=0,a=t.length;n<a;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&St(e)}wt.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)Ct(t,e[n])},wt.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)At(t[e])};var Mt=I.optionMergeStrategies;function $t(t,e){if(!e)return t;for(var n,a,i,r=rt?Reflect.ownKeys(e):Object.keys(e),s=0;s<r.length;s++)"__ob__"!==(n=r[s])&&(a=t[n],i=e[n],g(t,n)?a!==i&&o(a)&&o(i)&&$t(a,i):xt(t,n,i));return t}function Dt(t,e,n){return n?function(){var a="function"==typeof e?e.call(n,n):e,i="function"==typeof t?t.call(n,n):t;return a?$t(a,i):i}:e?t?function(){return $t("function"==typeof e?e.call(this,this):e,"function"==typeof t?t.call(this,this):t)}:e:t}function zt(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function Nt(t,e,n,a){var i=Object.create(t||null);return e?T(i,e):i}Mt.data=function(t,e,n){return n?Dt(t,e,n):e&&"function"!=typeof e?t:Dt(t,e)},E.forEach((function(t){Mt[t]=zt})),P.forEach((function(t){Mt[t+"s"]=Nt})),Mt.watch=function(t,e,n,a){if(t===X&&(t=void 0),e===X&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var r in T(i,t),e){var s=i[r],o=e[r];s&&!Array.isArray(s)&&(s=[s]),i[r]=s?s.concat(o):Array.isArray(o)?o:[o]}return i},Mt.props=Mt.methods=Mt.inject=Mt.computed=function(t,e,n,a){if(!t)return e;var i=Object.create(null);return T(i,t),e&&T(i,e),i},Mt.provide=Dt;var Lt=function(t,e){return void 0===e?t:e};function Pt(t,e,n){if("function"==typeof e&&(e=e.options),function(t,e){var n=t.props;if(n){var a,i,r={};if(Array.isArray(n))for(a=n.length;a--;)"string"==typeof(i=n[a])&&(r[y(i)]={type:null});else if(o(n))for(var s in n)i=n[s],r[y(s)]=o(i)?i:{type:i};t.props=r}}(e),function(t,e){var n=t.inject;if(n){var a=t.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)a[n[i]]={from:n[i]};else if(o(n))for(var r in n){var s=n[r];a[r]=o(s)?T({from:r},s):{from:s}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var a=e[n];"function"==typeof a&&(e[n]={bind:a,update:a})}}(e),!e._base&&(e.extends&&(t=Pt(t,e.extends,n)),e.mixins))for(var a=0,i=e.mixins.length;a<i;a++)t=Pt(t,e.mixins[a],n);var r,s={};for(r in t)l(r);for(r in e)g(t,r)||l(r);function l(a){var i=Mt[a]||Lt;s[a]=i(t[a],e[a],n,a)}return s}function Et(t,e,n,a){if("string"==typeof n){var i=t[e];if(g(i,n))return i[n];var r=y(n);if(g(i,r))return i[r];var s=k(r);return g(i,s)?i[s]:i[n]||i[r]||i[s]}}function It(t,e,n,a){var i=e[t],r=!g(n,t),s=n[t],o=jt(Boolean,i.type);if(o>-1)if(r&&!g(i,"default"))s=!1;else if(""===s||s===A(t)){var l=jt(String,i.type);(l<0||o<l)&&(s=!0)}if(void 0===s){s=function(t,e,n){if(!g(e,"default"))return;var a=e.default;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return"function"==typeof a&&"Function"!==Ft(e.type)?a.call(t):a}(a,i,t);var c=yt;kt(!0),At(s),kt(c)}return s}function Ft(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Rt(t,e){return Ft(t)===Ft(e)}function jt(t,e){if(!Array.isArray(e))return Rt(e,t)?0:-1;for(var n=0,a=e.length;n<a;n++)if(Rt(e[n],t))return n;return-1}function Ot(t,e,n){dt();try{if(e)for(var a=e;a=a.$parent;){var i=a.$options.errorCaptured;if(i)for(var r=0;r<i.length;r++)try{if(!1===i[r].call(a,t,e,n))return}catch(t){qt(t,a,"errorCaptured hook")}}qt(t,e,n)}finally{ut()}}function Bt(t,e,n,a,i){var r;try{(r=n?t.apply(e,n):t.call(e))&&!r._isVue&&c(r)&&!r._handled&&(r.catch((function(t){return Ot(t,a,i+" (Promise/async)")})),r._handled=!0)}catch(t){Ot(t,a,i)}return r}function qt(t,e,n){if(I.errorHandler)try{return I.errorHandler.call(null,t,e,n)}catch(e){e!==t&&Ut(e)}Ut(t)}function Ut(t,e,n){if(!U&&!V||"undefined"==typeof console)throw t;console.error(t)}var Vt,Ht=!1,Wt=[],Qt=!1;function Gt(){Qt=!1;var t=Wt.slice(0);Wt.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&at(Promise)){var Kt=Promise.resolve();Vt=function(){Kt.then(Gt),Y&&setTimeout(M)},Ht=!0}else if(Q||"undefined"==typeof MutationObserver||!at(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Vt="undefined"!=typeof setImmediate&&at(setImmediate)?function(){setImmediate(Gt)}:function(){setTimeout(Gt,0)};else{var Yt=1,Jt=new MutationObserver(Gt),Xt=document.createTextNode(String(Yt));Jt.observe(Xt,{characterData:!0}),Vt=function(){Yt=(Yt+1)%2,Xt.data=String(Yt)},Ht=!0}function Zt(t,e){var n;if(Wt.push((function(){if(t)try{t.call(e)}catch(t){Ot(t,e,"nextTick")}else n&&n(e)})),Qt||(Qt=!0,Vt()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}var te=new it;function ee(t){!function t(e,n){var a,i,s=Array.isArray(e);if(!s&&!r(e)||Object.isFrozen(e)||e instanceof pt)return;if(e.__ob__){var o=e.__ob__.dep.id;if(n.has(o))return;n.add(o)}if(s)for(a=e.length;a--;)t(e[a],n);else for(i=Object.keys(e),a=i.length;a--;)t(e[i[a]],n)}(t,te),te.clear()}var ne=b((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),a="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=a?t.slice(1):t,once:n,capture:a,passive:e}}));function ae(t,e){function n(){var t=arguments,a=n.fns;if(!Array.isArray(a))return Bt(a,null,arguments,e,"v-on handler");for(var i=a.slice(),r=0;r<i.length;r++)Bt(i[r],null,t,e,"v-on handler")}return n.fns=t,n}function ie(t,n,i,r,s,o){var l,c,d,u;for(l in t)c=t[l],d=n[l],u=ne(l),e(c)||(e(d)?(e(c.fns)&&(c=t[l]=ae(c,o)),a(u.once)&&(c=t[l]=s(u.name,c,u.capture)),i(u.name,c,u.capture,u.passive,u.params)):c!==d&&(d.fns=c,t[l]=d));for(l in n)e(t[l])&&r((u=ne(l)).name,n[l],u.capture)}function re(t,i,r){var s;t instanceof pt&&(t=t.data.hook||(t.data.hook={}));var o=t[i];function l(){r.apply(this,arguments),m(s.fns,l)}e(o)?s=ae([l]):n(o.fns)&&a(o.merged)?(s=o).fns.push(l):s=ae([o,l]),s.merged=!0,t[i]=s}function se(t,e,a,i,r){if(n(e)){if(g(e,a))return t[a]=e[a],r||delete e[a],!0;if(g(e,i))return t[a]=e[i],r||delete e[i],!0}return!1}function oe(t){return i(t)?[mt(t)]:Array.isArray(t)?function t(r,s){var o,l,c,d,u=[];for(o=0;o<r.length;o++)e(l=r[o])||"boolean"==typeof l||(c=u.length-1,d=u[c],Array.isArray(l)?l.length>0&&(le((l=t(l,(s||"")+"_"+o))[0])&&le(d)&&(u[c]=mt(d.text+l[0].text),l.shift()),u.push.apply(u,l)):i(l)?le(d)?u[c]=mt(d.text+l):""!==l&&u.push(mt(l)):le(l)&&le(d)?u[c]=mt(d.text+l.text):(a(r._isVList)&&n(l.tag)&&e(l.key)&&n(s)&&(l.key="__vlist"+s+"_"+o+"__"),u.push(l)));return u}(t):void 0}function le(t){return n(t)&&n(t.text)&&!1===t.isComment}function ce(t,e){if(t){for(var n=Object.create(null),a=rt?Reflect.ownKeys(t):Object.keys(t),i=0;i<a.length;i++){var r=a[i];if("__ob__"!==r){for(var s=t[r].from,o=e;o;){if(o._provided&&g(o._provided,s)){n[r]=o._provided[s];break}o=o.$parent}if(!o&&"default"in t[r]){var l=t[r].default;n[r]="function"==typeof l?l.call(e):l}}}return n}}function de(t,e){if(!t||!t.length)return{};for(var n={},a=0,i=t.length;a<i;a++){var r=t[a],s=r.data;if(s&&s.attrs&&s.attrs.slot&&delete s.attrs.slot,r.context!==e&&r.fnContext!==e||!s||null==s.slot)(n.default||(n.default=[])).push(r);else{var o=s.slot,l=n[o]||(n[o]=[]);"template"===r.tag?l.push.apply(l,r.children||[]):l.push(r)}}for(var c in n)n[c].every(ue)&&delete n[c];return n}function ue(t){return t.isComment&&!t.asyncFactory||" "===t.text}function pe(e,n,a){var i,r=Object.keys(n).length>0,s=e?!!e.$stable:!r,o=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&a&&a!==t&&o===a.$key&&!r&&!a.$hasNormal)return a;for(var l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=he(n,l,e[l]))}else i={};for(var c in n)c in i||(i[c]=fe(n,c));return e&&Object.isExtensible(e)&&(e._normalized=i),j(i,"$stable",s),j(i,"$key",o),j(i,"$hasNormal",r),i}function he(t,e,n){var a=function(){var t=arguments.length?n.apply(null,arguments):n({});return(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:oe(t))&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:a,enumerable:!0,configurable:!0}),a}function fe(t,e){return function(){return t[e]}}function me(t,e){var a,i,s,o,l;if(Array.isArray(t)||"string"==typeof t)for(a=new Array(t.length),i=0,s=t.length;i<s;i++)a[i]=e(t[i],i);else if("number"==typeof t)for(a=new Array(t),i=0;i<t;i++)a[i]=e(i+1,i);else if(r(t))if(rt&&t[Symbol.iterator]){a=[];for(var c=t[Symbol.iterator](),d=c.next();!d.done;)a.push(e(d.value,a.length)),d=c.next()}else for(o=Object.keys(t),a=new Array(o.length),i=0,s=o.length;i<s;i++)l=o[i],a[i]=e(t[l],l,i);return n(a)||(a=[]),a._isVList=!0,a}function ve(t,e,n,a){var i,r=this.$scopedSlots[t];r?(n=n||{},a&&(n=T(T({},a),n)),i=r(n)||e):i=this.$slots[t]||e;var s=n&&n.slot;return s?this.$createElement("template",{slot:s},i):i}function ge(t){return Et(this.$options,"filters",t)||D}function be(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function _e(t,e,n,a,i){var r=I.keyCodes[e]||n;return i&&a&&!I.keyCodes[e]?be(i,a):r?be(r,t):a?A(a)!==e:void 0}function ye(t,e,n,a,i){if(n)if(r(n)){var s;Array.isArray(n)&&(n=S(n));var o=function(r){if("class"===r||"style"===r||f(r))s=t;else{var o=t.attrs&&t.attrs.type;s=a||I.mustUseProp(e,o,r)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var l=y(r),c=A(r);l in s||c in s||(s[r]=n[r],i&&((t.on||(t.on={}))["update:"+r]=function(t){n[r]=t}))};for(var l in n)o(l)}else;return t}function ke(t,e){var n=this._staticTrees||(this._staticTrees=[]),a=n[t];return a&&!e||Ae(a=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),a}function we(t,e,n){return Ae(t,"__once__"+e+(n?"_"+n:""),!0),t}function Ae(t,e,n){if(Array.isArray(t))for(var a=0;a<t.length;a++)t[a]&&"string"!=typeof t[a]&&Ce(t[a],e+"_"+a,n);else Ce(t,e,n)}function Ce(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function xe(t,e){if(e)if(o(e)){var n=t.on=t.on?T({},t.on):{};for(var a in e){var i=n[a],r=e[a];n[a]=i?[].concat(i,r):r}}else;return t}function Te(t,e,n,a){e=e||{$stable:!n};for(var i=0;i<t.length;i++){var r=t[i];Array.isArray(r)?Te(r,e,n):r&&(r.proxy&&(r.fn.proxy=!0),e[r.key]=r.fn)}return a&&(e.$key=a),e}function Se(t,e){for(var n=0;n<e.length;n+=2){var a=e[n];"string"==typeof a&&a&&(t[e[n]]=e[n+1])}return t}function Me(t,e){return"string"==typeof t?e+t:t}function $e(t){t._o=we,t._n=u,t._s=d,t._l=me,t._t=ve,t._q=z,t._i=N,t._m=ke,t._f=ge,t._k=_e,t._b=ye,t._v=mt,t._e=ft,t._u=Te,t._g=xe,t._d=Se,t._p=Me}function De(e,n,i,r,s){var o,l=this,c=s.options;g(r,"_uid")?(o=Object.create(r))._original=r:(o=r,r=r._original);var d=a(c._compiled),u=!d;this.data=e,this.props=n,this.children=i,this.parent=r,this.listeners=e.on||t,this.injections=ce(c.inject,r),this.slots=function(){return l.$slots||pe(e.scopedSlots,l.$slots=de(i,r)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return pe(e.scopedSlots,this.slots())}}),d&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=pe(e.scopedSlots,this.$slots)),c._scopeId?this._c=function(t,e,n,a){var i=Fe(o,t,e,n,a,u);return i&&!Array.isArray(i)&&(i.fnScopeId=c._scopeId,i.fnContext=r),i}:this._c=function(t,e,n,a){return Fe(o,t,e,n,a,u)}}function ze(t,e,n,a,i){var r=vt(t);return r.fnContext=n,r.fnOptions=a,e.slot&&((r.data||(r.data={})).slot=e.slot),r}function Ne(t,e){for(var n in e)t[y(n)]=e[n]}$e(De.prototype);var Le={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var a=t;Le.prepatch(a,a)}else{(t.componentInstance=function(t,e){var a={_isComponent:!0,_parentVnode:t,parent:e},i=t.data.inlineTemplate;n(i)&&(a.render=i.render,a.staticRenderFns=i.staticRenderFns);return new t.componentOptions.Ctor(a)}(t,Qe)).$mount(e?t.elm:void 0,e)}},prepatch:function(e,n){var a=n.componentOptions;!function(e,n,a,i,r){var s=i.data.scopedSlots,o=e.$scopedSlots,l=!!(s&&!s.$stable||o!==t&&!o.$stable||s&&e.$scopedSlots.$key!==s.$key),c=!!(r||e.$options._renderChildren||l);e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i);if(e.$options._renderChildren=r,e.$attrs=i.data.attrs||t,e.$listeners=a||t,n&&e.$options.props){kt(!1);for(var d=e._props,u=e.$options._propKeys||[],p=0;p<u.length;p++){var h=u[p],f=e.$options.props;d[h]=It(h,f,n,e)}kt(!0),e.$options.propsData=n}a=a||t;var m=e.$options._parentListeners;e.$options._parentListeners=a,We(e,a,m),c&&(e.$slots=de(r,i.context),e.$forceUpdate())}(n.componentInstance=e.componentInstance,a.propsData,a.listeners,n,a.children)},insert:function(t){var e,n=t.context,a=t.componentInstance;a._isMounted||(a._isMounted=!0,Je(a,"mounted")),t.data.keepAlive&&(n._isMounted?((e=a)._inactive=!1,Ze.push(e)):Ye(a,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?function t(e,n){if(n&&(e._directInactive=!0,Ke(e)))return;if(!e._inactive){e._inactive=!0;for(var a=0;a<e.$children.length;a++)t(e.$children[a]);Je(e,"deactivated")}}(e,!0):e.$destroy())}},Pe=Object.keys(Le);function Ee(i,s,o,l,d){if(!e(i)){var u=o.$options._base;if(r(i)&&(i=u.extend(i)),"function"==typeof i){var p;if(e(i.cid)&&void 0===(i=function(t,i){if(a(t.error)&&n(t.errorComp))return t.errorComp;if(n(t.resolved))return t.resolved;var s=je;s&&n(t.owners)&&-1===t.owners.indexOf(s)&&t.owners.push(s);if(a(t.loading)&&n(t.loadingComp))return t.loadingComp;if(s&&!n(t.owners)){var o=t.owners=[s],l=!0,d=null,u=null;s.$on("hook:destroyed",(function(){return m(o,s)}));var p=function(t){for(var e=0,n=o.length;e<n;e++)o[e].$forceUpdate();t&&(o.length=0,null!==d&&(clearTimeout(d),d=null),null!==u&&(clearTimeout(u),u=null))},h=L((function(e){t.resolved=Oe(e,i),l?o.length=0:p(!0)})),f=L((function(e){n(t.errorComp)&&(t.error=!0,p(!0))})),v=t(h,f);return r(v)&&(c(v)?e(t.resolved)&&v.then(h,f):c(v.component)&&(v.component.then(h,f),n(v.error)&&(t.errorComp=Oe(v.error,i)),n(v.loading)&&(t.loadingComp=Oe(v.loading,i),0===v.delay?t.loading=!0:d=setTimeout((function(){d=null,e(t.resolved)&&e(t.error)&&(t.loading=!0,p(!1))}),v.delay||200)),n(v.timeout)&&(u=setTimeout((function(){u=null,e(t.resolved)&&f(null)}),v.timeout)))),l=!1,t.loading?t.loadingComp:t.resolved}}(p=i,u)))return function(t,e,n,a,i){var r=ft();return r.asyncFactory=t,r.asyncMeta={data:e,context:n,children:a,tag:i},r}(p,s,o,l,d);s=s||{},yn(i),n(s.model)&&function(t,e){var a=t.model&&t.model.prop||"value",i=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[a]=e.model.value;var r=e.on||(e.on={}),s=r[i],o=e.model.callback;n(s)?(Array.isArray(s)?-1===s.indexOf(o):s!==o)&&(r[i]=[o].concat(s)):r[i]=o}(i.options,s);var h=function(t,a,i){var r=a.options.props;if(!e(r)){var s={},o=t.attrs,l=t.props;if(n(o)||n(l))for(var c in r){var d=A(c);se(s,l,c,d,!0)||se(s,o,c,d,!1)}return s}}(s,i);if(a(i.options.functional))return function(e,a,i,r,s){var o=e.options,l={},c=o.props;if(n(c))for(var d in c)l[d]=It(d,c,a||t);else n(i.attrs)&&Ne(l,i.attrs),n(i.props)&&Ne(l,i.props);var u=new De(i,l,s,r,e),p=o.render.call(null,u._c,u);if(p instanceof pt)return ze(p,i,u.parent,o);if(Array.isArray(p)){for(var h=oe(p)||[],f=new Array(h.length),m=0;m<h.length;m++)f[m]=ze(h[m],i,u.parent,o);return f}}(i,h,s,o,l);var f=s.on;if(s.on=s.nativeOn,a(i.options.abstract)){var v=s.slot;s={},v&&(s.slot=v)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<Pe.length;n++){var a=Pe[n],i=e[a],r=Le[a];i===r||i&&i._merged||(e[a]=i?Ie(r,i):r)}}(s);var g=i.options.name||d;return new pt("vue-component-"+i.cid+(g?"-"+g:""),s,void 0,void 0,void 0,o,{Ctor:i,propsData:h,listeners:f,tag:d,children:l},p)}}}function Ie(t,e){var n=function(n,a){t(n,a),e(n,a)};return n._merged=!0,n}function Fe(t,s,o,l,c,d){return(Array.isArray(o)||i(o))&&(c=l,l=o,o=void 0),a(d)&&(c=2),function(t,i,s,o,l){if(n(s)&&n(s.__ob__))return ft();n(s)&&n(s.is)&&(i=s.is);if(!i)return ft();Array.isArray(o)&&"function"==typeof o[0]&&((s=s||{}).scopedSlots={default:o[0]},o.length=0);2===l?o=oe(o):1===l&&(o=function(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}(o));var c,d;if("string"==typeof i){var u;d=t.$vnode&&t.$vnode.ns||I.getTagNamespace(i),c=I.isReservedTag(i)?new pt(I.parsePlatformTagName(i),s,o,void 0,void 0,t):s&&s.pre||!n(u=Et(t.$options,"components",i))?new pt(i,s,o,void 0,void 0,t):Ee(u,s,t,o,i)}else c=Ee(i,s,t,o);return Array.isArray(c)?c:n(c)?(n(d)&&function t(i,r,s){i.ns=r,"foreignObject"===i.tag&&(r=void 0,s=!0);if(n(i.children))for(var o=0,l=i.children.length;o<l;o++){var c=i.children[o];n(c.tag)&&(e(c.ns)||a(s)&&"svg"!==c.tag)&&t(c,r,s)}}(c,d),n(s)&&function(t){r(t.style)&&ee(t.style);r(t.class)&&ee(t.class)}(s),c):ft()}(t,s,o,l,c)}var Re,je=null;function Oe(t,e){return(t.__esModule||rt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),r(t)?e.extend(t):t}function Be(t){return t.isComment&&t.asyncFactory}function qe(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var a=t[e];if(n(a)&&(n(a.componentOptions)||Be(a)))return a}}function Ue(t,e){Re.$on(t,e)}function Ve(t,e){Re.$off(t,e)}function He(t,e){var n=Re;return function a(){var i=e.apply(null,arguments);null!==i&&n.$off(t,a)}}function We(t,e,n){Re=t,ie(e,n||{},Ue,Ve,He,t),Re=void 0}var Qe=null;function Ge(t){var e=Qe;return Qe=t,function(){Qe=e}}function Ke(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function Ye(t,e){if(e){if(t._directInactive=!1,Ke(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Ye(t.$children[n]);Je(t,"activated")}}function Je(t,e){dt();var n=t.$options[e],a=e+" hook";if(n)for(var i=0,r=n.length;i<r;i++)Bt(n[i],t,null,t,a);t._hasHookEvent&&t.$emit("hook:"+e),ut()}var Xe=[],Ze=[],tn={},en=!1,nn=!1,an=0;var rn=0,sn=Date.now;if(U&&!Q){var on=window.performance;on&&"function"==typeof on.now&&sn()>document.createEvent("Event").timeStamp&&(sn=function(){return on.now()})}function ln(){var t,e;for(rn=sn(),nn=!0,Xe.sort((function(t,e){return t.id-e.id})),an=0;an<Xe.length;an++)(t=Xe[an]).before&&t.before(),e=t.id,tn[e]=null,t.run();var n=Ze.slice(),a=Xe.slice();an=Xe.length=Ze.length=0,tn={},en=nn=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Ye(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],a=n.vm;a._watcher===n&&a._isMounted&&!a._isDestroyed&&Je(a,"updated")}}(a),nt&&I.devtools&&nt.emit("flush")}var cn=0,dn=function(t,e,n,a,i){this.vm=t,i&&(t._watcher=this),t._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=++cn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new it,this.newDepIds=new it,this.expression="","function"==typeof e?this.getter=e:(this.getter=function(t){if(!O.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=M)),this.value=this.lazy?void 0:this.get()};dn.prototype.get=function(){var t;dt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;Ot(t,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ee(t),ut(),this.cleanupDeps()}return t},dn.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},dn.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.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},dn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var e=t.id;if(null==tn[e]){if(tn[e]=!0,nn){for(var n=Xe.length-1;n>an&&Xe[n].id>t.id;)n--;Xe.splice(n+1,0,t)}else Xe.push(t);en||(en=!0,Zt(ln))}}(this)},dn.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||r(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(t){Ot(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},dn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},dn.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},dn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||m(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var un={enumerable:!0,configurable:!0,get:M,set:M};function pn(t,e,n){un.get=function(){return this[e][n]},un.set=function(t){this[e][n]=t},Object.defineProperty(t,n,un)}function hn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},a=t._props={},i=t.$options._propKeys=[];t.$parent&&kt(!1);var r=function(r){i.push(r);var s=It(r,e,n,t);Ct(a,r,s),r in t||pn(t,"_props",r)};for(var s in e)r(s);kt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?M:C(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;o(e=t._data="function"==typeof e?function(t,e){dt();try{return t.call(e,e)}catch(t){return Ot(t,e,"data()"),{}}finally{ut()}}(e,t):e||{})||(e={});var n=Object.keys(e),a=t.$options.props,i=(t.$options.methods,n.length);for(;i--;){var r=n[i];a&&g(a,r)||R(r)||pn(t,"_data",r)}At(e,!0)}(t):At(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),a=et();for(var i in e){var r=e[i],s="function"==typeof r?r:r.get;a||(n[i]=new dn(t,s||M,M,fn)),i in t||mn(t,i,r)}}(t,e.computed),e.watch&&e.watch!==X&&function(t,e){for(var n in e){var a=e[n];if(Array.isArray(a))for(var i=0;i<a.length;i++)bn(t,n,a[i]);else bn(t,n,a)}}(t,e.watch)}var fn={lazy:!0};function mn(t,e,n){var a=!et();"function"==typeof n?(un.get=a?vn(e):gn(n),un.set=M):(un.get=n.get?a&&!1!==n.cache?vn(e):gn(n.get):M,un.set=n.set||M),Object.defineProperty(t,e,un)}function vn(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),lt.target&&e.depend(),e.value}}function gn(t){return function(){return t.call(this,this)}}function bn(t,e,n,a){return o(n)&&(a=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,a)}var _n=0;function yn(t){var e=t.options;if(t.super){var n=yn(t.super);if(n!==t.superOptions){t.superOptions=n;var a=function(t){var e,n=t.options,a=t.sealedOptions;for(var i in n)n[i]!==a[i]&&(e||(e={}),e[i]=n[i]);return e}(t);a&&T(t.extendOptions,a),(e=t.options=Pt(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function kn(t){this._init(t)}function wn(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,a=n.cid,i=t._Ctor||(t._Ctor={});if(i[a])return i[a];var r=t.name||n.options.name,s=function(t){this._init(t)};return(s.prototype=Object.create(n.prototype)).constructor=s,s.cid=e++,s.options=Pt(n.options,t),s.super=n,s.options.props&&function(t){var e=t.options.props;for(var n in e)pn(t.prototype,"_props",n)}(s),s.options.computed&&function(t){var e=t.options.computed;for(var n in e)mn(t.prototype,n,e[n])}(s),s.extend=n.extend,s.mixin=n.mixin,s.use=n.use,P.forEach((function(t){s[t]=n[t]})),r&&(s.options.components[r]=s),s.superOptions=n.options,s.extendOptions=t,s.sealedOptions=T({},s.options),i[a]=s,s}}function An(t){return t&&(t.Ctor.options.name||t.tag)}function Cn(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:(n=t,"[object RegExp]"===s.call(n)&&t.test(e));var n}function xn(t,e){var n=t.cache,a=t.keys,i=t._vnode;for(var r in n){var s=n[r];if(s){var o=An(s.componentOptions);o&&!e(o)&&Tn(n,r,a,i)}}}function Tn(t,e,n,a){var i=t[e];!i||a&&i.tag===a.tag||i.componentInstance.$destroy(),t[e]=null,m(n,e)}!function(e){e.prototype._init=function(e){var n=this;n._uid=_n++,n._isVue=!0,e&&e._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),a=e._parentVnode;n.parent=e.parent,n._parentVnode=a;var i=a.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(n,e):n.$options=Pt(yn(n.constructor),e||{},n),n._renderProxy=n,n._self=n,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(n),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&We(t,e)}(n),function(e){e._vnode=null,e._staticTrees=null;var n=e.$options,a=e.$vnode=n._parentVnode,i=a&&a.context;e.$slots=de(n._renderChildren,i),e.$scopedSlots=t,e._c=function(t,n,a,i){return Fe(e,t,n,a,i,!1)},e.$createElement=function(t,n,a,i){return Fe(e,t,n,a,i,!0)};var r=a&&a.data;Ct(e,"$attrs",r&&r.attrs||t,null,!0),Ct(e,"$listeners",n._parentListeners||t,null,!0)}(n),Je(n,"beforeCreate"),function(t){var e=ce(t.$options.inject,t);e&&(kt(!1),Object.keys(e).forEach((function(n){Ct(t,n,e[n])})),kt(!0))}(n),hn(n),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(n),Je(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}(kn),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=xt,t.prototype.$delete=Tt,t.prototype.$watch=function(t,e,n){if(o(e))return bn(this,t,e,n);(n=n||{}).user=!0;var a=new dn(this,t,e,n);if(n.immediate)try{e.call(this,a.value)}catch(t){Ot(t,this,'callback for immediate watcher "'+a.expression+'"')}return function(){a.teardown()}}}(kn),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var a=this;if(Array.isArray(t))for(var i=0,r=t.length;i<r;i++)a.$on(t[i],n);else(a._events[t]||(a._events[t]=[])).push(n),e.test(t)&&(a._hasHookEvent=!0);return a},t.prototype.$once=function(t,e){var n=this;function a(){n.$off(t,a),e.apply(n,arguments)}return a.fn=e,n.$on(t,a),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var a=0,i=t.length;a<i;a++)n.$off(t[a],e);return n}var r,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;for(var o=s.length;o--;)if((r=s[o])===e||r.fn===e){s.splice(o,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?x(n):n;for(var a=x(arguments,1),i='event handler for "'+t+'"',r=0,s=n.length;r<s;r++)Bt(n[r],e,a,e,i)}return e}}(kn),function(t){t.prototype._update=function(t,e){var n=this,a=n.$el,i=n._vnode,r=Ge(n);n._vnode=t,n.$el=i?n.__patch__(i,t):n.__patch__(n.$el,t,e,!1),r(),a&&(a.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Je(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||m(e.$children,t),t._watcher&&t._watcher.teardown();for(var n=t._watchers.length;n--;)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Je(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(kn),function(t){$e(t.prototype),t.prototype.$nextTick=function(t){return Zt(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,a=n.render,i=n._parentVnode;i&&(e.$scopedSlots=pe(i.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=i;try{je=e,t=a.call(e._renderProxy,e.$createElement)}catch(n){Ot(n,e,"render"),t=e._vnode}finally{je=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof pt||(t=ft()),t.parent=i,t}}(kn);var Sn=[String,RegExp,Array],Mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:Sn,exclude:Sn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Tn(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){xn(t,(function(t){return Cn(e,t)}))})),this.$watch("exclude",(function(e){xn(t,(function(t){return!Cn(e,t)}))}))},render:function(){var t=this.$slots.default,e=qe(t),n=e&&e.componentOptions;if(n){var a=An(n),i=this.include,r=this.exclude;if(i&&(!a||!Cn(i,a))||r&&a&&Cn(r,a))return e;var s=this.cache,o=this.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;s[l]?(e.componentInstance=s[l].componentInstance,m(o,l),o.push(l)):(s[l]=e,o.push(l),this.max&&o.length>parseInt(this.max)&&Tn(s,o[0],o,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return I}};Object.defineProperty(t,"config",e),t.util={warn:st,extend:T,mergeOptions:Pt,defineReactive:Ct},t.set=xt,t.delete=Tt,t.nextTick=Zt,t.observable=function(t){return At(t),t},t.options=Object.create(null),P.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,T(t.options.components,Mn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=x(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Pt(this.options,t),this}}(t),wn(t),function(t){P.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&o(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(kn),Object.defineProperty(kn.prototype,"$isServer",{get:et}),Object.defineProperty(kn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(kn,"FunctionalRenderContext",{value:De}),kn.version="2.6.11";var $n=p("style,class"),Dn=p("input,textarea,option,select,progress"),zn=function(t,e,n){return"value"===n&&Dn(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},Nn=p("contenteditable,draggable,spellcheck"),Ln=p("events,caret,typing,plaintext-only"),Pn=p("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,translate,truespeed,typemustmatch,visible"),En="http://www.w3.org/1999/xlink",In=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Fn=function(t){return In(t)?t.slice(6,t.length):""},Rn=function(t){return null==t||!1===t};function jn(t){for(var e=t.data,a=t,i=t;n(i.componentInstance);)(i=i.componentInstance._vnode)&&i.data&&(e=On(i.data,e));for(;n(a=a.parent);)a&&a.data&&(e=On(e,a.data));return function(t,e){if(n(t)||n(e))return Bn(t,qn(e));return""}(e.staticClass,e.class)}function On(t,e){return{staticClass:Bn(t.staticClass,e.staticClass),class:n(t.class)?[t.class,e.class]:e.class}}function Bn(t,e){return t?e?t+" "+e:t:e||""}function qn(t){return Array.isArray(t)?function(t){for(var e,a="",i=0,r=t.length;i<r;i++)n(e=qn(t[i]))&&""!==e&&(a&&(a+=" "),a+=e);return a}(t):r(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var Un={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Vn=p("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"),Hn=p("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),Wn=function(t){return Vn(t)||Hn(t)};function Qn(t){return Hn(t)?"svg":"math"===t?"math":void 0}var Gn=Object.create(null);var Kn=p("text,number,password,search,email,tel,url");function Yn(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}var Jn=Object.freeze({createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(Un[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Xn={create:function(t,e){Zn(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Zn(t,!0),Zn(e))},destroy:function(t){Zn(t,!0)}};function Zn(t,e){var a=t.data.ref;if(n(a)){var i=t.context,r=t.componentInstance||t.elm,s=i.$refs;e?Array.isArray(s[a])?m(s[a],r):s[a]===r&&(s[a]=void 0):t.data.refInFor?Array.isArray(s[a])?s[a].indexOf(r)<0&&s[a].push(r):s[a]=[r]:s[a]=r}}var ta=new pt("",{},[]),ea=["create","activate","update","remove","destroy"];function na(t,i){return t.key===i.key&&(t.tag===i.tag&&t.isComment===i.isComment&&n(t.data)===n(i.data)&&function(t,e){if("input"!==t.tag)return!0;var a,i=n(a=t.data)&&n(a=a.attrs)&&a.type,r=n(a=e.data)&&n(a=a.attrs)&&a.type;return i===r||Kn(i)&&Kn(r)}(t,i)||a(t.isAsyncPlaceholder)&&t.asyncFactory===i.asyncFactory&&e(i.asyncFactory.error))}function aa(t,e,a){var i,r,s={};for(i=e;i<=a;++i)n(r=t[i].key)&&(s[r]=i);return s}var ia={create:ra,update:ra,destroy:function(t){ra(t,ta)}};function ra(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,a,i,r=t===ta,s=e===ta,o=oa(t.data.directives,t.context),l=oa(e.data.directives,e.context),c=[],d=[];for(n in l)a=o[n],i=l[n],a?(i.oldValue=a.value,i.oldArg=a.arg,ca(i,"update",e,t),i.def&&i.def.componentUpdated&&d.push(i)):(ca(i,"bind",e,t),i.def&&i.def.inserted&&c.push(i));if(c.length){var u=function(){for(var n=0;n<c.length;n++)ca(c[n],"inserted",e,t)};r?re(e,"insert",u):u()}d.length&&re(e,"postpatch",(function(){for(var n=0;n<d.length;n++)ca(d[n],"componentUpdated",e,t)}));if(!r)for(n in o)l[n]||ca(o[n],"unbind",t,t,s)}(t,e)}var sa=Object.create(null);function oa(t,e){var n,a,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++)(a=t[n]).modifiers||(a.modifiers=sa),i[la(a)]=a,a.def=Et(e.$options,"directives",a.name);return i}function la(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function ca(t,e,n,a,i){var r=t.def&&t.def[e];if(r)try{r(n.elm,t,n,a,i)}catch(a){Ot(a,n.context,"directive "+t.name+" "+e+" hook")}}var da=[Xn,ia];function ua(t,a){var i=a.componentOptions;if(!(n(i)&&!1===i.Ctor.options.inheritAttrs||e(t.data.attrs)&&e(a.data.attrs))){var r,s,o=a.elm,l=t.data.attrs||{},c=a.data.attrs||{};for(r in n(c.__ob__)&&(c=a.data.attrs=T({},c)),c)s=c[r],l[r]!==s&&pa(o,r,s);for(r in(Q||K)&&c.value!==l.value&&pa(o,"value",c.value),l)e(c[r])&&(In(r)?o.removeAttributeNS(En,Fn(r)):Nn(r)||o.removeAttribute(r))}}function pa(t,e,n){t.tagName.indexOf("-")>-1?ha(t,e,n):Pn(e)?Rn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):Nn(e)?t.setAttribute(e,function(t,e){return Rn(e)||"false"===e?"false":"contenteditable"===t&&Ln(e)?e:"true"}(e,n)):In(e)?Rn(n)?t.removeAttributeNS(En,Fn(e)):t.setAttributeNS(En,e,n):ha(t,e,n)}function ha(t,e,n){if(Rn(n))t.removeAttribute(e);else{if(Q&&!G&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var a=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",a)};t.addEventListener("input",a),t.__ieph=!0}t.setAttribute(e,n)}}var fa={create:ua,update:ua};function ma(t,a){var i=a.elm,r=a.data,s=t.data;if(!(e(r.staticClass)&&e(r.class)&&(e(s)||e(s.staticClass)&&e(s.class)))){var o=jn(a),l=i._transitionClasses;n(l)&&(o=Bn(o,qn(l))),o!==i._prevClass&&(i.setAttribute("class",o),i._prevClass=o)}}var va,ga,ba,_a,ya,ka,wa={create:ma,update:ma},Aa=/[\w).+\-_$\]]/;function Ca(t){var e,n,a,i,r,s=!1,o=!1,l=!1,c=!1,d=0,u=0,p=0,h=0;for(a=0;a<t.length;a++)if(n=e,e=t.charCodeAt(a),s)39===e&&92!==n&&(s=!1);else if(o)34===e&&92!==n&&(o=!1);else if(l)96===e&&92!==n&&(l=!1);else if(c)47===e&&92!==n&&(c=!1);else if(124!==e||124===t.charCodeAt(a+1)||124===t.charCodeAt(a-1)||d||u||p){switch(e){case 34:o=!0;break;case 39:s=!0;break;case 96:l=!0;break;case 40:p++;break;case 41:p--;break;case 91:u++;break;case 93:u--;break;case 123:d++;break;case 125:d--}if(47===e){for(var f=a-1,m=void 0;f>=0&&" "===(m=t.charAt(f));f--);m&&Aa.test(m)||(c=!0)}}else void 0===i?(h=a+1,i=t.slice(0,a).trim()):v();function v(){(r||(r=[])).push(t.slice(h,a).trim()),h=a+1}if(void 0===i?i=t.slice(0,a).trim():0!==h&&v(),r)for(a=0;a<r.length;a++)i=xa(i,r[a]);return i}function xa(t,e){var n=e.indexOf("(");if(n<0)return'_f("'+e+'")('+t+")";var a=e.slice(0,n),i=e.slice(n+1);return'_f("'+a+'")('+t+(")"!==i?","+i:i)}function Ta(t,e){console.error("[Vue compiler]: "+t)}function Sa(t,e){return t?t.map((function(t){return t[e]})).filter((function(t){return t})):[]}function Ma(t,e,n,a,i){(t.props||(t.props=[])).push(Fa({name:e,value:n,dynamic:i},a)),t.plain=!1}function $a(t,e,n,a,i){(i?t.dynamicAttrs||(t.dynamicAttrs=[]):t.attrs||(t.attrs=[])).push(Fa({name:e,value:n,dynamic:i},a)),t.plain=!1}function Da(t,e,n,a){t.attrsMap[e]=n,t.attrsList.push(Fa({name:e,value:n},a))}function za(t,e,n,a,i,r,s,o){(t.directives||(t.directives=[])).push(Fa({name:e,rawName:n,value:a,arg:i,isDynamicArg:r,modifiers:s},o)),t.plain=!1}function Na(t,e,n){return n?"_p("+e+',"'+t+'")':t+e}function La(e,n,a,i,r,s,o,l){var c;(i=i||t).right?l?n="("+n+")==='click'?'contextmenu':("+n+")":"click"===n&&(n="contextmenu",delete i.right):i.middle&&(l?n="("+n+")==='click'?'mouseup':("+n+")":"click"===n&&(n="mouseup")),i.capture&&(delete i.capture,n=Na("!",n,l)),i.once&&(delete i.once,n=Na("~",n,l)),i.passive&&(delete i.passive,n=Na("&",n,l)),i.native?(delete i.native,c=e.nativeEvents||(e.nativeEvents={})):c=e.events||(e.events={});var d=Fa({value:a.trim(),dynamic:l},o);i!==t&&(d.modifiers=i);var u=c[n];Array.isArray(u)?r?u.unshift(d):u.push(d):c[n]=u?r?[d,u]:[u,d]:d,e.plain=!1}function Pa(t,e,n){var a=Ea(t,":"+e)||Ea(t,"v-bind:"+e);if(null!=a)return Ca(a);if(!1!==n){var i=Ea(t,e);if(null!=i)return JSON.stringify(i)}}function Ea(t,e,n){var a;if(null!=(a=t.attrsMap[e]))for(var i=t.attrsList,r=0,s=i.length;r<s;r++)if(i[r].name===e){i.splice(r,1);break}return n&&delete t.attrsMap[e],a}function Ia(t,e){for(var n=t.attrsList,a=0,i=n.length;a<i;a++){var r=n[a];if(e.test(r.name))return n.splice(a,1),r}}function Fa(t,e){return e&&(null!=e.start&&(t.start=e.start),null!=e.end&&(t.end=e.end)),t}function Ra(t,e,n){var a=n||{},i=a.number,r="$$v";a.trim&&(r="(typeof $$v === 'string'? $$v.trim(): $$v)"),i&&(r="_n("+r+")");var s=ja(e,r);t.model={value:"("+e+")",expression:JSON.stringify(e),callback:"function ($$v) {"+s+"}"}}function ja(t,e){var n=function(t){if(t=t.trim(),va=t.length,t.indexOf("[")<0||t.lastIndexOf("]")<va-1)return(_a=t.lastIndexOf("."))>-1?{exp:t.slice(0,_a),key:'"'+t.slice(_a+1)+'"'}:{exp:t,key:null};ga=t,_a=ya=ka=0;for(;!Ba();)qa(ba=Oa())?Va(ba):91===ba&&Ua(ba);return{exp:t.slice(0,ya),key:t.slice(ya+1,ka)}}(t);return null===n.key?t+"="+e:"$set("+n.exp+", "+n.key+", "+e+")"}function Oa(){return ga.charCodeAt(++_a)}function Ba(){return _a>=va}function qa(t){return 34===t||39===t}function Ua(t){var e=1;for(ya=_a;!Ba();)if(qa(t=Oa()))Va(t);else if(91===t&&e++,93===t&&e--,0===e){ka=_a;break}}function Va(t){for(var e=t;!Ba()&&(t=Oa())!==e;);}var Ha;function Wa(t,e,n){var a=Ha;return function i(){var r=e.apply(null,arguments);null!==r&&Ka(t,i,n,a)}}var Qa=Ht&&!(J&&Number(J[1])<=53);function Ga(t,e,n,a){if(Qa){var i=rn,r=e;e=r._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return r.apply(this,arguments)}}Ha.addEventListener(t,e,Z?{capture:n,passive:a}:n)}function Ka(t,e,n,a){(a||Ha).removeEventListener(t,e._wrapper||e,n)}function Ya(t,a){if(!e(t.data.on)||!e(a.data.on)){var i=a.data.on||{},r=t.data.on||{};Ha=a.elm,function(t){if(n(t.__r)){var e=Q?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}n(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(i),ie(i,r,Ga,Ka,Wa,a.context),Ha=void 0}}var Ja,Xa={create:Ya,update:Ya};function Za(t,a){if(!e(t.data.domProps)||!e(a.data.domProps)){var i,r,s=a.elm,o=t.data.domProps||{},l=a.data.domProps||{};for(i in n(l.__ob__)&&(l=a.data.domProps=T({},l)),o)i in l||(s[i]="");for(i in l){if(r=l[i],"textContent"===i||"innerHTML"===i){if(a.children&&(a.children.length=0),r===o[i])continue;1===s.childNodes.length&&s.removeChild(s.childNodes[0])}if("value"===i&&"PROGRESS"!==s.tagName){s._value=r;var c=e(r)?"":String(r);ti(s,c)&&(s.value=c)}else if("innerHTML"===i&&Hn(s.tagName)&&e(s.innerHTML)){(Ja=Ja||document.createElement("div")).innerHTML="<svg>"+r+"</svg>";for(var d=Ja.firstChild;s.firstChild;)s.removeChild(s.firstChild);for(;d.firstChild;)s.appendChild(d.firstChild)}else if(r!==o[i])try{s[i]=r}catch(t){}}}}function ti(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var a=t.value,i=t._vModifiers;if(n(i)){if(i.number)return u(a)!==u(e);if(i.trim)return a.trim()!==e.trim()}return a!==e}(t,e))}var ei={create:Za,update:Za},ni=b((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var a=t.split(n);a.length>1&&(e[a[0].trim()]=a[1].trim())}})),e}));function ai(t){var e=ii(t.style);return t.staticStyle?T(t.staticStyle,e):e}function ii(t){return Array.isArray(t)?S(t):"string"==typeof t?ni(t):t}var ri,si=/^--/,oi=/\s*!important$/,li=function(t,e,n){if(si.test(e))t.style.setProperty(e,n);else if(oi.test(n))t.style.setProperty(A(e),n.replace(oi,""),"important");else{var a=di(e);if(Array.isArray(n))for(var i=0,r=n.length;i<r;i++)t.style[a]=n[i];else t.style[a]=n}},ci=["Webkit","Moz","ms"],di=b((function(t){if(ri=ri||document.createElement("div").style,"filter"!==(t=y(t))&&t in ri)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<ci.length;n++){var a=ci[n]+e;if(a in ri)return a}}));function ui(t,a){var i=a.data,r=t.data;if(!(e(i.staticStyle)&&e(i.style)&&e(r.staticStyle)&&e(r.style))){var s,o,l=a.elm,c=r.staticStyle,d=r.normalizedStyle||r.style||{},u=c||d,p=ii(a.data.style)||{};a.data.normalizedStyle=n(p.__ob__)?T({},p):p;var h=function(t,e){var n,a={};if(e)for(var i=t;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=ai(i.data))&&T(a,n);(n=ai(t.data))&&T(a,n);for(var r=t;r=r.parent;)r.data&&(n=ai(r.data))&&T(a,n);return a}(a,!0);for(o in u)e(h[o])&&li(l,o,"");for(o in h)(s=h[o])!==u[o]&&li(l,o,null==s?"":s)}}var pi={create:ui,update:ui},hi=/\s+/;function fi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(hi).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function mi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(hi).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",a=" "+e+" ";n.indexOf(a)>=0;)n=n.replace(a," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function vi(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&T(e,gi(t.name||"v")),T(e,t),e}return"string"==typeof t?gi(t):void 0}}var gi=b((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),bi=U&&!G,_i="transition",yi="transitionend",ki="animation",wi="animationend";bi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(_i="WebkitTransition",yi="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ki="WebkitAnimation",wi="webkitAnimationEnd"));var Ai=U?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Ci(t){Ai((function(){Ai(t)}))}function xi(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),fi(t,e))}function Ti(t,e){t._transitionClasses&&m(t._transitionClasses,e),mi(t,e)}function Si(t,e,n){var a=$i(t,e),i=a.type,r=a.timeout,s=a.propCount;if(!i)return n();var o="transition"===i?yi:wi,l=0,c=function(){t.removeEventListener(o,d),n()},d=function(e){e.target===t&&++l>=s&&c()};setTimeout((function(){l<s&&c()}),r+1),t.addEventListener(o,d)}var Mi=/\b(transform|all)(,|$)/;function $i(t,e){var n,a=window.getComputedStyle(t),i=(a[_i+"Delay"]||"").split(", "),r=(a[_i+"Duration"]||"").split(", "),s=Di(i,r),o=(a[ki+"Delay"]||"").split(", "),l=(a[ki+"Duration"]||"").split(", "),c=Di(o,l),d=0,u=0;return"transition"===e?s>0&&(n="transition",d=s,u=r.length):"animation"===e?c>0&&(n="animation",d=c,u=l.length):u=(n=(d=Math.max(s,c))>0?s>c?"transition":"animation":null)?"transition"===n?r.length:l.length:0,{type:n,timeout:d,propCount:u,hasTransform:"transition"===n&&Mi.test(a[_i+"Property"])}}function Di(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return zi(e)+zi(t[n])})))}function zi(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Ni(t,a){var i=t.elm;n(i._leaveCb)&&(i._leaveCb.cancelled=!0,i._leaveCb());var s=vi(t.data.transition);if(!e(s)&&!n(i._enterCb)&&1===i.nodeType){for(var o=s.css,l=s.type,c=s.enterClass,d=s.enterToClass,p=s.enterActiveClass,h=s.appearClass,f=s.appearToClass,m=s.appearActiveClass,v=s.beforeEnter,g=s.enter,b=s.afterEnter,_=s.enterCancelled,y=s.beforeAppear,k=s.appear,w=s.afterAppear,A=s.appearCancelled,C=s.duration,x=Qe,T=Qe.$vnode;T&&T.parent;)x=T.context,T=T.parent;var S=!x._isMounted||!t.isRootInsert;if(!S||k||""===k){var M=S&&h?h:c,$=S&&m?m:p,D=S&&f?f:d,z=S&&y||v,N=S&&"function"==typeof k?k:g,P=S&&w||b,E=S&&A||_,I=u(r(C)?C.enter:C),F=!1!==o&&!G,R=Ei(N),j=i._enterCb=L((function(){F&&(Ti(i,D),Ti(i,$)),j.cancelled?(F&&Ti(i,M),E&&E(i)):P&&P(i),i._enterCb=null}));t.data.show||re(t,"insert",(function(){var e=i.parentNode,n=e&&e._pending&&e._pending[t.key];n&&n.tag===t.tag&&n.elm._leaveCb&&n.elm._leaveCb(),N&&N(i,j)})),z&&z(i),F&&(xi(i,M),xi(i,$),Ci((function(){Ti(i,M),j.cancelled||(xi(i,D),R||(Pi(I)?setTimeout(j,I):Si(i,l,j)))}))),t.data.show&&(a&&a(),N&&N(i,j)),F||R||j()}}}function Li(t,a){var i=t.elm;n(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var s=vi(t.data.transition);if(e(s)||1!==i.nodeType)return a();if(!n(i._leaveCb)){var o=s.css,l=s.type,c=s.leaveClass,d=s.leaveToClass,p=s.leaveActiveClass,h=s.beforeLeave,f=s.leave,m=s.afterLeave,v=s.leaveCancelled,g=s.delayLeave,b=s.duration,_=!1!==o&&!G,y=Ei(f),k=u(r(b)?b.leave:b),w=i._leaveCb=L((function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[t.key]=null),_&&(Ti(i,d),Ti(i,p)),w.cancelled?(_&&Ti(i,c),v&&v(i)):(a(),m&&m(i)),i._leaveCb=null}));g?g(A):A()}function A(){w.cancelled||(!t.data.show&&i.parentNode&&((i.parentNode._pending||(i.parentNode._pending={}))[t.key]=t),h&&h(i),_&&(xi(i,c),xi(i,p),Ci((function(){Ti(i,c),w.cancelled||(xi(i,d),y||(Pi(k)?setTimeout(w,k):Si(i,l,w)))}))),f&&f(i,w),_||y||w())}}function Pi(t){return"number"==typeof t&&!isNaN(t)}function Ei(t){if(e(t))return!1;var a=t.fns;return n(a)?Ei(Array.isArray(a)?a[0]:a):(t._length||t.length)>1}function Ii(t,e){!0!==e.data.show&&Ni(e)}var Fi=function(t){var r,s,o={},l=t.modules,c=t.nodeOps;for(r=0;r<ea.length;++r)for(o[ea[r]]=[],s=0;s<l.length;++s)n(l[s][ea[r]])&&o[ea[r]].push(l[s][ea[r]]);function d(t){var e=c.parentNode(t);n(e)&&c.removeChild(e,t)}function u(t,e,i,r,s,l,d){if(n(t.elm)&&n(l)&&(t=l[d]=vt(t)),t.isRootInsert=!s,!function(t,e,i,r){var s=t.data;if(n(s)){var l=n(t.componentInstance)&&s.keepAlive;if(n(s=s.hook)&&n(s=s.init)&&s(t,!1),n(t.componentInstance))return h(t,e),f(i,t.elm,r),a(l)&&function(t,e,a,i){var r,s=t;for(;s.componentInstance;)if(s=s.componentInstance._vnode,n(r=s.data)&&n(r=r.transition)){for(r=0;r<o.activate.length;++r)o.activate[r](ta,s);e.push(s);break}f(a,t.elm,i)}(t,e,i,r),!0}}(t,e,i,r)){var u=t.data,p=t.children,v=t.tag;n(v)?(t.elm=t.ns?c.createElementNS(t.ns,v):c.createElement(v,t),b(t),m(t,p,e),n(u)&&g(t,e),f(i,t.elm,r)):a(t.isComment)?(t.elm=c.createComment(t.text),f(i,t.elm,r)):(t.elm=c.createTextNode(t.text),f(i,t.elm,r))}}function h(t,e){n(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,v(t)?(g(t,e),b(t)):(Zn(t),e.push(t))}function f(t,e,a){n(t)&&(n(a)?c.parentNode(a)===t&&c.insertBefore(t,e,a):c.appendChild(t,e))}function m(t,e,n){if(Array.isArray(e))for(var a=0;a<e.length;++a)u(e[a],n,t.elm,null,!0,e,a);else i(t.text)&&c.appendChild(t.elm,c.createTextNode(String(t.text)))}function v(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return n(t.tag)}function g(t,e){for(var a=0;a<o.create.length;++a)o.create[a](ta,t);n(r=t.data.hook)&&(n(r.create)&&r.create(ta,t),n(r.insert)&&e.push(t))}function b(t){var e;if(n(e=t.fnScopeId))c.setStyleScope(t.elm,e);else for(var a=t;a;)n(e=a.context)&&n(e=e.$options._scopeId)&&c.setStyleScope(t.elm,e),a=a.parent;n(e=Qe)&&e!==t.context&&e!==t.fnContext&&n(e=e.$options._scopeId)&&c.setStyleScope(t.elm,e)}function _(t,e,n,a,i,r){for(;a<=i;++a)u(n[a],r,t,e,!1,n,a)}function y(t){var e,a,i=t.data;if(n(i))for(n(e=i.hook)&&n(e=e.destroy)&&e(t),e=0;e<o.destroy.length;++e)o.destroy[e](t);if(n(e=t.children))for(a=0;a<t.children.length;++a)y(t.children[a])}function k(t,e,a){for(;e<=a;++e){var i=t[e];n(i)&&(n(i.tag)?(w(i),y(i)):d(i.elm))}}function w(t,e){if(n(e)||n(t.data)){var a,i=o.remove.length+1;for(n(e)?e.listeners+=i:e=function(t,e){function n(){0==--n.listeners&&d(t)}return n.listeners=e,n}(t.elm,i),n(a=t.componentInstance)&&n(a=a._vnode)&&n(a.data)&&w(a,e),a=0;a<o.remove.length;++a)o.remove[a](t,e);n(a=t.data.hook)&&n(a=a.remove)?a(t,e):e()}else d(t.elm)}function A(t,e,a,i){for(var r=a;r<i;r++){var s=e[r];if(n(s)&&na(t,s))return r}}function C(t,i,r,s,l,d){if(t!==i){n(i.elm)&&n(s)&&(i=s[l]=vt(i));var p=i.elm=t.elm;if(a(t.isAsyncPlaceholder))n(i.asyncFactory.resolved)?S(t.elm,i,r):i.isAsyncPlaceholder=!0;else if(a(i.isStatic)&&a(t.isStatic)&&i.key===t.key&&(a(i.isCloned)||a(i.isOnce)))i.componentInstance=t.componentInstance;else{var h,f=i.data;n(f)&&n(h=f.hook)&&n(h=h.prepatch)&&h(t,i);var m=t.children,g=i.children;if(n(f)&&v(i)){for(h=0;h<o.update.length;++h)o.update[h](t,i);n(h=f.hook)&&n(h=h.update)&&h(t,i)}e(i.text)?n(m)&&n(g)?m!==g&&function(t,a,i,r,s){for(var o,l,d,p=0,h=0,f=a.length-1,m=a[0],v=a[f],g=i.length-1,b=i[0],y=i[g],w=!s;p<=f&&h<=g;)e(m)?m=a[++p]:e(v)?v=a[--f]:na(m,b)?(C(m,b,r,i,h),m=a[++p],b=i[++h]):na(v,y)?(C(v,y,r,i,g),v=a[--f],y=i[--g]):na(m,y)?(C(m,y,r,i,g),w&&c.insertBefore(t,m.elm,c.nextSibling(v.elm)),m=a[++p],y=i[--g]):na(v,b)?(C(v,b,r,i,h),w&&c.insertBefore(t,v.elm,m.elm),v=a[--f],b=i[++h]):(e(o)&&(o=aa(a,p,f)),e(l=n(b.key)?o[b.key]:A(b,a,p,f))?u(b,r,t,m.elm,!1,i,h):na(d=a[l],b)?(C(d,b,r,i,h),a[l]=void 0,w&&c.insertBefore(t,d.elm,m.elm)):u(b,r,t,m.elm,!1,i,h),b=i[++h]);p>f?_(t,e(i[g+1])?null:i[g+1].elm,i,h,g,r):h>g&&k(a,p,f)}(p,m,g,r,d):n(g)?(n(t.text)&&c.setTextContent(p,""),_(p,null,g,0,g.length-1,r)):n(m)?k(m,0,m.length-1):n(t.text)&&c.setTextContent(p,""):t.text!==i.text&&c.setTextContent(p,i.text),n(f)&&n(h=f.hook)&&n(h=h.postpatch)&&h(t,i)}}}function x(t,e,i){if(a(i)&&n(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var T=p("attrs,class,staticClass,staticStyle,key");function S(t,e,i,r){var s,o=e.tag,l=e.data,c=e.children;if(r=r||l&&l.pre,e.elm=t,a(e.isComment)&&n(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(n(l)&&(n(s=l.hook)&&n(s=s.init)&&s(e,!0),n(s=e.componentInstance)))return h(e,i),!0;if(n(o)){if(n(c))if(t.hasChildNodes())if(n(s=l)&&n(s=s.domProps)&&n(s=s.innerHTML)){if(s!==t.innerHTML)return!1}else{for(var d=!0,u=t.firstChild,p=0;p<c.length;p++){if(!u||!S(u,c[p],i,r)){d=!1;break}u=u.nextSibling}if(!d||u)return!1}else m(e,c,i);if(n(l)){var f=!1;for(var v in l)if(!T(v)){f=!0,g(e,i);break}!f&&l.class&&ee(l.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,i,r,s){if(!e(i)){var l,d=!1,p=[];if(e(t))d=!0,u(i,p);else{var h=n(t.nodeType);if(!h&&na(t,i))C(t,i,p,null,null,s);else{if(h){if(1===t.nodeType&&t.hasAttribute("data-server-rendered")&&(t.removeAttribute("data-server-rendered"),r=!0),a(r)&&S(t,i,p))return x(i,p,!0),t;l=t,t=new pt(c.tagName(l).toLowerCase(),{},[],void 0,l)}var f=t.elm,m=c.parentNode(f);if(u(i,p,f._leaveCb?null:m,c.nextSibling(f)),n(i.parent))for(var g=i.parent,b=v(i);g;){for(var _=0;_<o.destroy.length;++_)o.destroy[_](g);if(g.elm=i.elm,b){for(var w=0;w<o.create.length;++w)o.create[w](ta,g);var A=g.data.hook.insert;if(A.merged)for(var T=1;T<A.fns.length;T++)A.fns[T]()}else Zn(g);g=g.parent}n(m)?k([t],0,0):n(t.tag)&&y(t)}}return x(i,p,d),i.elm}n(t)&&y(t)}}({nodeOps:Jn,modules:[fa,wa,Xa,ei,pi,U?{create:Ii,activate:Ii,remove:function(t,e){!0!==t.data.show?Li(t,e):e()}}:{}].concat(da)});G&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&Hi(t,"input")}));var Ri={inserted:function(t,e,n,a){"select"===n.tag?(a.elm&&!a.elm._vOptions?re(n,"postpatch",(function(){Ri.componentUpdated(t,e,n)})):ji(t,e,n.context),t._vOptions=[].map.call(t.options,qi)):("textarea"===n.tag||Kn(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",Ui),t.addEventListener("compositionend",Vi),t.addEventListener("change",Vi),G&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){ji(t,e,n.context);var a=t._vOptions,i=t._vOptions=[].map.call(t.options,qi);if(i.some((function(t,e){return!z(t,a[e])})))(t.multiple?e.value.some((function(t){return Bi(t,i)})):e.value!==e.oldValue&&Bi(e.value,i))&&Hi(t,"change")}}};function ji(t,e,n){Oi(t,e),(Q||K)&&setTimeout((function(){Oi(t,e)}),0)}function Oi(t,e,n){var a=e.value,i=t.multiple;if(!i||Array.isArray(a)){for(var r,s,o=0,l=t.options.length;o<l;o++)if(s=t.options[o],i)r=N(a,qi(s))>-1,s.selected!==r&&(s.selected=r);else if(z(qi(s),a))return void(t.selectedIndex!==o&&(t.selectedIndex=o));i||(t.selectedIndex=-1)}}function Bi(t,e){return e.every((function(e){return!z(e,t)}))}function qi(t){return"_value"in t?t._value:t.value}function Ui(t){t.target.composing=!0}function Vi(t){t.target.composing&&(t.target.composing=!1,Hi(t.target,"input"))}function Hi(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function Wi(t){return!t.componentInstance||t.data&&t.data.transition?t:Wi(t.componentInstance._vnode)}var Qi={model:Ri,show:{bind:function(t,e,n){var a=e.value,i=(n=Wi(n)).data&&n.data.transition,r=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;a&&i?(n.data.show=!0,Ni(n,(function(){t.style.display=r}))):t.style.display=a?r:"none"},update:function(t,e,n){var a=e.value;!a!=!e.oldValue&&((n=Wi(n)).data&&n.data.transition?(n.data.show=!0,a?Ni(n,(function(){t.style.display=t.__vOriginalDisplay})):Li(n,(function(){t.style.display="none"}))):t.style.display=a?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,a,i){i||(t.style.display=t.__vOriginalDisplay)}}},Gi={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 Ki(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Ki(qe(e.children)):t}function Yi(t){var e={},n=t.$options;for(var a in n.propsData)e[a]=t[a];var i=n._parentListeners;for(var r in i)e[y(r)]=i[r];return e}function Ji(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var Xi=function(t){return t.tag||Be(t)},Zi=function(t){return"show"===t.name},tr={name:"transition",props:Gi,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(Xi)).length){var a=this.mode,r=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return r;var s=Ki(r);if(!s)return r;if(this._leaving)return Ji(t,r);var o="__transition-"+this._uid+"-";s.key=null==s.key?s.isComment?o+"comment":o+s.tag:i(s.key)?0===String(s.key).indexOf(o)?s.key:o+s.key:s.key;var l=(s.data||(s.data={})).transition=Yi(this),c=this._vnode,d=Ki(c);if(s.data.directives&&s.data.directives.some(Zi)&&(s.data.show=!0),d&&d.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(s,d)&&!Be(d)&&(!d.componentInstance||!d.componentInstance._vnode.isComment)){var u=d.data.transition=T({},l);if("out-in"===a)return this._leaving=!0,re(u,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),Ji(t,r);if("in-out"===a){if(Be(s))return c;var p,h=function(){p()};re(l,"afterEnter",h),re(l,"enterCancelled",h),re(u,"delayLeave",(function(t){p=t}))}}return r}}},er=T({tag:String,moveClass:String},Gi);function nr(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function ar(t){t.data.newPos=t.elm.getBoundingClientRect()}function ir(t){var e=t.data.pos,n=t.data.newPos,a=e.left-n.left,i=e.top-n.top;if(a||i){t.data.moved=!0;var r=t.elm.style;r.transform=r.WebkitTransform="translate("+a+"px,"+i+"px)",r.transitionDuration="0s"}}delete er.mode;var rr={Transition:tr,TransitionGroup:{props:er,beforeMount:function(){var t=this,e=this._update;this._update=function(n,a){var i=Ge(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,a)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),a=this.prevChildren=this.children,i=this.$slots.default||[],r=this.children=[],s=Yi(this),o=0;o<i.length;o++){var l=i[o];l.tag&&null!=l.key&&0!==String(l.key).indexOf("__vlist")&&(r.push(l),n[l.key]=l,(l.data||(l.data={})).transition=s)}if(a){for(var c=[],d=[],u=0;u<a.length;u++){var p=a[u];p.data.transition=s,p.data.pos=p.elm.getBoundingClientRect(),n[p.key]?c.push(p):d.push(p)}this.kept=t(e,null,c),this.removed=d}return t(e,null,r)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(nr),t.forEach(ar),t.forEach(ir),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,a=n.style;xi(n,e),a.transform=a.WebkitTransform=a.transitionDuration="",n.addEventListener(yi,n._moveCb=function t(a){a&&a.target!==n||a&&!/transform$/.test(a.propertyName)||(n.removeEventListener(yi,t),n._moveCb=null,Ti(n,e))})}})))},methods:{hasMove:function(t,e){if(!bi)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){mi(n,t)})),fi(n,e),n.style.display="none",this.$el.appendChild(n);var a=$i(n);return this.$el.removeChild(n),this._hasMove=a.hasTransform}}}};kn.config.mustUseProp=zn,kn.config.isReservedTag=Wn,kn.config.isReservedAttr=$n,kn.config.getTagNamespace=Qn,kn.config.isUnknownElement=function(t){if(!U)return!0;if(Wn(t))return!1;if(t=t.toLowerCase(),null!=Gn[t])return Gn[t];var e=document.createElement(t);return t.indexOf("-")>-1?Gn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Gn[t]=/HTMLUnknownElement/.test(e.toString())},T(kn.options.directives,Qi),T(kn.options.components,rr),kn.prototype.__patch__=U?Fi:M,kn.prototype.$mount=function(t,e){return function(t,e,n){var a;return t.$el=e,t.$options.render||(t.$options.render=ft),Je(t,"beforeMount"),a=function(){t._update(t._render(),n)},new dn(t,a,M,{before:function(){t._isMounted&&!t._isDestroyed&&Je(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Je(t,"mounted")),t}(this,t=t&&U?Yn(t):void 0,e)},U&&setTimeout((function(){I.devtools&&nt&&nt.emit("init",kn)}),0);var sr=/\{\{((?:.|\r?\n)+?)\}\}/g,or=/[-.*+?^${}()|[\]\/\\]/g,lr=b((function(t){var e=t[0].replace(or,"\\$&"),n=t[1].replace(or,"\\$&");return new RegExp(e+"((?:.|\\n)+?)"+n,"g")}));var cr={staticKeys:["staticClass"],transformNode:function(t,e){e.warn;var n=Ea(t,"class");n&&(t.staticClass=JSON.stringify(n));var a=Pa(t,"class",!1);a&&(t.classBinding=a)},genData:function(t){var e="";return t.staticClass&&(e+="staticClass:"+t.staticClass+","),t.classBinding&&(e+="class:"+t.classBinding+","),e}};var dr,ur={staticKeys:["staticStyle"],transformNode:function(t,e){e.warn;var n=Ea(t,"style");n&&(t.staticStyle=JSON.stringify(ni(n)));var a=Pa(t,"style",!1);a&&(t.styleBinding=a)},genData:function(t){var e="";return t.staticStyle&&(e+="staticStyle:"+t.staticStyle+","),t.styleBinding&&(e+="style:("+t.styleBinding+"),"),e}},pr=function(t){return(dr=dr||document.createElement("div")).innerHTML=t,dr.textContent},hr=p("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),fr=p("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),mr=p("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"),vr=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,gr=/^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,br="[a-zA-Z_][\\-\\.0-9_a-zA-Z"+F.source+"]*",_r="((?:"+br+"\\:)?"+br+")",yr=new RegExp("^<"+_r),kr=/^\s*(\/?)>/,wr=new RegExp("^<\\/"+_r+"[^>]*>"),Ar=/^<!DOCTYPE [^>]+>/i,Cr=/^<!\--/,xr=/^<!\[/,Tr=p("script,style,textarea",!0),Sr={},Mr={"<":"<",">":">",""":'"',"&":"&"," ":"\n","	":"\t","'":"'"},$r=/&(?:lt|gt|quot|amp|#39);/g,Dr=/&(?:lt|gt|quot|amp|#39|#10|#9);/g,zr=p("pre,textarea",!0),Nr=function(t,e){return t&&zr(t)&&"\n"===e[0]};function Lr(t,e){var n=e?Dr:$r;return t.replace(n,(function(t){return Mr[t]}))}var Pr,Er,Ir,Fr,Rr,jr,Or,Br,qr=/^@|^v-on:/,Ur=/^v-|^@|^:|^#/,Vr=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Hr=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Wr=/^\(|\)$/g,Qr=/^\[.*\]$/,Gr=/:(.*)$/,Kr=/^:|^\.|^v-bind:/,Yr=/\.[^.\]]+(?=[^\]]*$)/g,Jr=/^v-slot(:|$)|^#/,Xr=/[\r\n]/,Zr=/\s+/g,ts=b(pr);function es(t,e,n){return{type:1,tag:t,attrsList:e,attrsMap:ls(e),rawAttrsMap:{},parent:n,children:[]}}function ns(t,e){Pr=e.warn||Ta,jr=e.isPreTag||$,Or=e.mustUseProp||$,Br=e.getTagNamespace||$;e.isReservedTag;Ir=Sa(e.modules,"transformNode"),Fr=Sa(e.modules,"preTransformNode"),Rr=Sa(e.modules,"postTransformNode"),Er=e.delimiters;var n,a,i=[],r=!1!==e.preserveWhitespace,s=e.whitespace,o=!1,l=!1;function c(t){if(d(t),o||t.processed||(t=as(t,e)),i.length||t===n||n.if&&(t.elseif||t.else)&&rs(n,{exp:t.elseif,block:t}),a&&!t.forbidden)if(t.elseif||t.else)s=t,(c=function(t){for(var e=t.length;e--;){if(1===t[e].type)return t[e];t.pop()}}(a.children))&&c.if&&rs(c,{exp:s.elseif,block:s});else{if(t.slotScope){var r=t.slotTarget||'"default"';(a.scopedSlots||(a.scopedSlots={}))[r]=t}a.children.push(t),t.parent=a}var s,c;t.children=t.children.filter((function(t){return!t.slotScope})),d(t),t.pre&&(o=!1),jr(t.tag)&&(l=!1);for(var u=0;u<Rr.length;u++)Rr[u](t,e)}function d(t){if(!l)for(var e;(e=t.children[t.children.length-1])&&3===e.type&&" "===e.text;)t.children.pop()}return function(t,e){for(var n,a,i=[],r=e.expectHTML,s=e.isUnaryTag||$,o=e.canBeLeftOpenTag||$,l=0;t;){if(n=t,a&&Tr(a)){var c=0,d=a.toLowerCase(),u=Sr[d]||(Sr[d]=new RegExp("([\\s\\S]*?)(</"+d+"[^>]*>)","i")),p=t.replace(u,(function(t,n,a){return c=a.length,Tr(d)||"noscript"===d||(n=n.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),Nr(d,n)&&(n=n.slice(1)),e.chars&&e.chars(n),""}));l+=t.length-p.length,t=p,T(d,l-c,l)}else{var h=t.indexOf("<");if(0===h){if(Cr.test(t)){var f=t.indexOf("--\x3e");if(f>=0){e.shouldKeepComment&&e.comment(t.substring(4,f),l,l+f+3),A(f+3);continue}}if(xr.test(t)){var m=t.indexOf("]>");if(m>=0){A(m+2);continue}}var v=t.match(Ar);if(v){A(v[0].length);continue}var g=t.match(wr);if(g){var b=l;A(g[0].length),T(g[1],b,l);continue}var _=C();if(_){x(_),Nr(_.tagName,t)&&A(1);continue}}var y=void 0,k=void 0,w=void 0;if(h>=0){for(k=t.slice(h);!(wr.test(k)||yr.test(k)||Cr.test(k)||xr.test(k)||(w=k.indexOf("<",1))<0);)h+=w,k=t.slice(h);y=t.substring(0,h)}h<0&&(y=t),y&&A(y.length),e.chars&&y&&e.chars(y,l-y.length,l)}if(t===n){e.chars&&e.chars(t);break}}function A(e){l+=e,t=t.substring(e)}function C(){var e=t.match(yr);if(e){var n,a,i={tagName:e[1],attrs:[],start:l};for(A(e[0].length);!(n=t.match(kr))&&(a=t.match(gr)||t.match(vr));)a.start=l,A(a[0].length),a.end=l,i.attrs.push(a);if(n)return i.unarySlash=n[1],A(n[0].length),i.end=l,i}}function x(t){var n=t.tagName,l=t.unarySlash;r&&("p"===a&&mr(n)&&T(a),o(n)&&a===n&&T(n));for(var c=s(n)||!!l,d=t.attrs.length,u=new Array(d),p=0;p<d;p++){var h=t.attrs[p],f=h[3]||h[4]||h[5]||"",m="a"===n&&"href"===h[1]?e.shouldDecodeNewlinesForHref:e.shouldDecodeNewlines;u[p]={name:h[1],value:Lr(f,m)}}c||(i.push({tag:n,lowerCasedTag:n.toLowerCase(),attrs:u,start:t.start,end:t.end}),a=n),e.start&&e.start(n,u,c,t.start,t.end)}function T(t,n,r){var s,o;if(null==n&&(n=l),null==r&&(r=l),t)for(o=t.toLowerCase(),s=i.length-1;s>=0&&i[s].lowerCasedTag!==o;s--);else s=0;if(s>=0){for(var c=i.length-1;c>=s;c--)e.end&&e.end(i[c].tag,n,r);i.length=s,a=s&&i[s-1].tag}else"br"===o?e.start&&e.start(t,[],!0,n,r):"p"===o&&(e.start&&e.start(t,[],!1,n,r),e.end&&e.end(t,n,r))}T()}(t,{warn:Pr,expectHTML:e.expectHTML,isUnaryTag:e.isUnaryTag,canBeLeftOpenTag:e.canBeLeftOpenTag,shouldDecodeNewlines:e.shouldDecodeNewlines,shouldDecodeNewlinesForHref:e.shouldDecodeNewlinesForHref,shouldKeepComment:e.comments,outputSourceRange:e.outputSourceRange,start:function(t,r,s,d,u){var p=a&&a.ns||Br(t);Q&&"svg"===p&&(r=function(t){for(var e=[],n=0;n<t.length;n++){var a=t[n];cs.test(a.name)||(a.name=a.name.replace(ds,""),e.push(a))}return e}(r));var h,f=es(t,r,a);p&&(f.ns=p),"style"!==(h=f).tag&&("script"!==h.tag||h.attrsMap.type&&"text/javascript"!==h.attrsMap.type)||et()||(f.forbidden=!0);for(var m=0;m<Fr.length;m++)f=Fr[m](f,e)||f;o||(!function(t){null!=Ea(t,"v-pre")&&(t.pre=!0)}(f),f.pre&&(o=!0)),jr(f.tag)&&(l=!0),o?function(t){var e=t.attrsList,n=e.length;if(n)for(var a=t.attrs=new Array(n),i=0;i<n;i++)a[i]={name:e[i].name,value:JSON.stringify(e[i].value)},null!=e[i].start&&(a[i].start=e[i].start,a[i].end=e[i].end);else t.pre||(t.plain=!0)}(f):f.processed||(is(f),function(t){var e=Ea(t,"v-if");if(e)t.if=e,rs(t,{exp:e,block:t});else{null!=Ea(t,"v-else")&&(t.else=!0);var n=Ea(t,"v-else-if");n&&(t.elseif=n)}}(f),function(t){null!=Ea(t,"v-once")&&(t.once=!0)}(f)),n||(n=f),s?c(f):(a=f,i.push(f))},end:function(t,e,n){var r=i[i.length-1];i.length-=1,a=i[i.length-1],c(r)},chars:function(t,e,n){if(a&&(!Q||"textarea"!==a.tag||a.attrsMap.placeholder!==t)){var i,c,d,u=a.children;if(t=l||t.trim()?"script"===(i=a).tag||"style"===i.tag?t:ts(t):u.length?s?"condense"===s&&Xr.test(t)?"":" ":r?" ":"":"")l||"condense"!==s||(t=t.replace(Zr," ")),!o&&" "!==t&&(c=function(t,e){var n=e?lr(e):sr;if(n.test(t)){for(var a,i,r,s=[],o=[],l=n.lastIndex=0;a=n.exec(t);){(i=a.index)>l&&(o.push(r=t.slice(l,i)),s.push(JSON.stringify(r)));var c=Ca(a[1].trim());s.push("_s("+c+")"),o.push({"@binding":c}),l=i+a[0].length}return l<t.length&&(o.push(r=t.slice(l)),s.push(JSON.stringify(r))),{expression:s.join("+"),tokens:o}}}(t,Er))?d={type:2,expression:c.expression,tokens:c.tokens,text:t}:" "===t&&u.length&&" "===u[u.length-1].text||(d={type:3,text:t}),d&&u.push(d)}},comment:function(t,e,n){if(a){var i={type:3,text:t,isComment:!0};a.children.push(i)}}}),n}function as(t,e){var n,a;(a=Pa(n=t,"key"))&&(n.key=a),t.plain=!t.key&&!t.scopedSlots&&!t.attrsList.length,function(t){var e=Pa(t,"ref");e&&(t.ref=e,t.refInFor=function(t){var e=t;for(;e;){if(void 0!==e.for)return!0;e=e.parent}return!1}(t))}(t),function(t){var e;"template"===t.tag?(e=Ea(t,"scope"),t.slotScope=e||Ea(t,"slot-scope")):(e=Ea(t,"slot-scope"))&&(t.slotScope=e);var n=Pa(t,"slot");n&&(t.slotTarget='""'===n?'"default"':n,t.slotTargetDynamic=!(!t.attrsMap[":slot"]&&!t.attrsMap["v-bind:slot"]),"template"===t.tag||t.slotScope||$a(t,"slot",n,function(t,e){return t.rawAttrsMap[":"+e]||t.rawAttrsMap["v-bind:"+e]||t.rawAttrsMap[e]}(t,"slot")));if("template"===t.tag){var a=Ia(t,Jr);if(a){var i=ss(a),r=i.name,s=i.dynamic;t.slotTarget=r,t.slotTargetDynamic=s,t.slotScope=a.value||"_empty_"}}else{var o=Ia(t,Jr);if(o){var l=t.scopedSlots||(t.scopedSlots={}),c=ss(o),d=c.name,u=c.dynamic,p=l[d]=es("template",[],t);p.slotTarget=d,p.slotTargetDynamic=u,p.children=t.children.filter((function(t){if(!t.slotScope)return t.parent=p,!0})),p.slotScope=o.value||"_empty_",t.children=[],t.plain=!1}}}(t),function(t){"slot"===t.tag&&(t.slotName=Pa(t,"name"))}(t),function(t){var e;(e=Pa(t,"is"))&&(t.component=e);null!=Ea(t,"inline-template")&&(t.inlineTemplate=!0)}(t);for(var i=0;i<Ir.length;i++)t=Ir[i](t,e)||t;return function(t){var e,n,a,i,r,s,o,l,c=t.attrsList;for(e=0,n=c.length;e<n;e++)if(a=i=c[e].name,r=c[e].value,Ur.test(a))if(t.hasBindings=!0,(s=os(a.replace(Ur,"")))&&(a=a.replace(Yr,"")),Kr.test(a))a=a.replace(Kr,""),r=Ca(r),(l=Qr.test(a))&&(a=a.slice(1,-1)),s&&(s.prop&&!l&&"innerHtml"===(a=y(a))&&(a="innerHTML"),s.camel&&!l&&(a=y(a)),s.sync&&(o=ja(r,"$event"),l?La(t,'"update:"+('+a+")",o,null,!1,0,c[e],!0):(La(t,"update:"+y(a),o,null,!1,0,c[e]),A(a)!==y(a)&&La(t,"update:"+A(a),o,null,!1,0,c[e])))),s&&s.prop||!t.component&&Or(t.tag,t.attrsMap.type,a)?Ma(t,a,r,c[e],l):$a(t,a,r,c[e],l);else if(qr.test(a))a=a.replace(qr,""),(l=Qr.test(a))&&(a=a.slice(1,-1)),La(t,a,r,s,!1,0,c[e],l);else{var d=(a=a.replace(Ur,"")).match(Gr),u=d&&d[1];l=!1,u&&(a=a.slice(0,-(u.length+1)),Qr.test(u)&&(u=u.slice(1,-1),l=!0)),za(t,a,i,r,u,l,s,c[e])}else $a(t,a,JSON.stringify(r),c[e]),!t.component&&"muted"===a&&Or(t.tag,t.attrsMap.type,a)&&Ma(t,a,"true",c[e])}(t),t}function is(t){var e;if(e=Ea(t,"v-for")){var n=function(t){var e=t.match(Vr);if(!e)return;var n={};n.for=e[2].trim();var a=e[1].trim().replace(Wr,""),i=a.match(Hr);i?(n.alias=a.replace(Hr,"").trim(),n.iterator1=i[1].trim(),i[2]&&(n.iterator2=i[2].trim())):n.alias=a;return n}(e);n&&T(t,n)}}function rs(t,e){t.ifConditions||(t.ifConditions=[]),t.ifConditions.push(e)}function ss(t){var e=t.name.replace(Jr,"");return e||"#"!==t.name[0]&&(e="default"),Qr.test(e)?{name:e.slice(1,-1),dynamic:!0}:{name:'"'+e+'"',dynamic:!1}}function os(t){var e=t.match(Yr);if(e){var n={};return e.forEach((function(t){n[t.slice(1)]=!0})),n}}function ls(t){for(var e={},n=0,a=t.length;n<a;n++)e[t[n].name]=t[n].value;return e}var cs=/^xmlns:NS\d+/,ds=/^NS\d+:/;function us(t){return es(t.tag,t.attrsList.slice(),t.parent)}var ps=[cr,ur,{preTransformNode:function(t,e){if("input"===t.tag){var n,a=t.attrsMap;if(!a["v-model"])return;if((a[":type"]||a["v-bind:type"])&&(n=Pa(t,"type")),a.type||n||!a["v-bind"]||(n="("+a["v-bind"]+").type"),n){var i=Ea(t,"v-if",!0),r=i?"&&("+i+")":"",s=null!=Ea(t,"v-else",!0),o=Ea(t,"v-else-if",!0),l=us(t);is(l),Da(l,"type","checkbox"),as(l,e),l.processed=!0,l.if="("+n+")==='checkbox'"+r,rs(l,{exp:l.if,block:l});var c=us(t);Ea(c,"v-for",!0),Da(c,"type","radio"),as(c,e),rs(l,{exp:"("+n+")==='radio'"+r,block:c});var d=us(t);return Ea(d,"v-for",!0),Da(d,":type",n),as(d,e),rs(l,{exp:i,block:d}),s?l.else=!0:o&&(l.elseif=o),l}}}}];var hs,fs,ms={expectHTML:!0,modules:ps,directives:{model:function(t,e,n){var a=e.value,i=e.modifiers,r=t.tag,s=t.attrsMap.type;if(t.component)return Ra(t,a,i),!1;if("select"===r)!function(t,e,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(e,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),La(t,"change",a,null,!0)}(t,a,i);else if("input"===r&&"checkbox"===s)!function(t,e,n){var a=n&&n.number,i=Pa(t,"value")||"null",r=Pa(t,"true-value")||"true",s=Pa(t,"false-value")||"false";Ma(t,"checked","Array.isArray("+e+")?_i("+e+","+i+")>-1"+("true"===r?":("+e+")":":_q("+e+","+r+")")),La(t,"change","var $$a="+e+",$$el=$event.target,$$c=$$el.checked?("+r+"):("+s+");if(Array.isArray($$a)){var $$v="+(a?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+ja(e,"$$a.concat([$$v])")+")}else{$$i>-1&&("+ja(e,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+ja(e,"$$c")+"}",null,!0)}(t,a,i);else if("input"===r&&"radio"===s)!function(t,e,n){var a=n&&n.number,i=Pa(t,"value")||"null";Ma(t,"checked","_q("+e+","+(i=a?"_n("+i+")":i)+")"),La(t,"change",ja(e,i),null,!0)}(t,a,i);else if("input"===r||"textarea"===r)!function(t,e,n){var a=t.attrsMap.type,i=n||{},r=i.lazy,s=i.number,o=i.trim,l=!r&&"range"!==a,c=r?"change":"range"===a?"__r":"input",d="$event.target.value";o&&(d="$event.target.value.trim()");s&&(d="_n("+d+")");var u=ja(e,d);l&&(u="if($event.target.composing)return;"+u);Ma(t,"value","("+e+")"),La(t,c,u,null,!0),(o||s)&&La(t,"blur","$forceUpdate()")}(t,a,i);else if(!I.isReservedTag(r))return Ra(t,a,i),!1;return!0},text:function(t,e){e.value&&Ma(t,"textContent","_s("+e.value+")",e)},html:function(t,e){e.value&&Ma(t,"innerHTML","_s("+e.value+")",e)}},isPreTag:function(t){return"pre"===t},isUnaryTag:hr,mustUseProp:zn,canBeLeftOpenTag:fr,isReservedTag:Wn,getTagNamespace:Qn,staticKeys:function(t){return t.reduce((function(t,e){return t.concat(e.staticKeys||[])}),[]).join(",")}(ps)},vs=b((function(t){return p("type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap"+(t?","+t:""))}));function gs(t,e){t&&(hs=vs(e.staticKeys||""),fs=e.isReservedTag||$,function t(e){if(e.static=function(t){if(2===t.type)return!1;if(3===t.type)return!0;return!(!t.pre&&(t.hasBindings||t.if||t.for||h(t.tag)||!fs(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(hs)))}(e),1===e.type){if(!fs(e.tag)&&"slot"!==e.tag&&null==e.attrsMap["inline-template"])return;for(var n=0,a=e.children.length;n<a;n++){var i=e.children[n];t(i),i.static||(e.static=!1)}if(e.ifConditions)for(var r=1,s=e.ifConditions.length;r<s;r++){var o=e.ifConditions[r].block;t(o),o.static||(e.static=!1)}}}(t),function t(e,n){if(1===e.type){if((e.static||e.once)&&(e.staticInFor=n),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 a=0,i=e.children.length;a<i;a++)t(e.children[a],n||!!e.for);if(e.ifConditions)for(var r=1,s=e.ifConditions.length;r<s;r++)t(e.ifConditions[r].block,n)}}(t,!1))}var bs=/^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/,_s=/\([^)]*?\);*$/,ys=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,ks={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},ws={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"]},As=function(t){return"if("+t+")return null;"},Cs={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:As("$event.target !== $event.currentTarget"),ctrl:As("!$event.ctrlKey"),shift:As("!$event.shiftKey"),alt:As("!$event.altKey"),meta:As("!$event.metaKey"),left:As("'button' in $event && $event.button !== 0"),middle:As("'button' in $event && $event.button !== 1"),right:As("'button' in $event && $event.button !== 2")};function xs(t,e){var n=e?"nativeOn:":"on:",a="",i="";for(var r in t){var s=Ts(t[r]);t[r]&&t[r].dynamic?i+=r+","+s+",":a+='"'+r+'":'+s+","}return a="{"+a.slice(0,-1)+"}",i?n+"_d("+a+",["+i.slice(0,-1)+"])":n+a}function Ts(t){if(!t)return"function(){}";if(Array.isArray(t))return"["+t.map((function(t){return Ts(t)})).join(",")+"]";var e=ys.test(t.value),n=bs.test(t.value),a=ys.test(t.value.replace(_s,""));if(t.modifiers){var i="",r="",s=[];for(var o in t.modifiers)if(Cs[o])r+=Cs[o],ks[o]&&s.push(o);else if("exact"===o){var l=t.modifiers;r+=As(["ctrl","shift","alt","meta"].filter((function(t){return!l[t]})).map((function(t){return"$event."+t+"Key"})).join("||"))}else s.push(o);return s.length&&(i+=function(t){return"if(!$event.type.indexOf('key')&&"+t.map(Ss).join("&&")+")return null;"}(s)),r&&(i+=r),"function($event){"+i+(e?"return "+t.value+"($event)":n?"return ("+t.value+")($event)":a?"return "+t.value:t.value)+"}"}return e||n?t.value:"function($event){"+(a?"return "+t.value:t.value)+"}"}function Ss(t){var e=parseInt(t,10);if(e)return"$event.keyCode!=="+e;var n=ks[t],a=ws[t];return"_k($event.keyCode,"+JSON.stringify(t)+","+JSON.stringify(n)+",$event.key,"+JSON.stringify(a)+")"}var Ms={on:function(t,e){t.wrapListeners=function(t){return"_g("+t+","+e.value+")"}},bind:function(t,e){t.wrapData=function(n){return"_b("+n+",'"+t.tag+"',"+e.value+","+(e.modifiers&&e.modifiers.prop?"true":"false")+(e.modifiers&&e.modifiers.sync?",true":"")+")"}},cloak:M},$s=function(t){this.options=t,this.warn=t.warn||Ta,this.transforms=Sa(t.modules,"transformCode"),this.dataGenFns=Sa(t.modules,"genData"),this.directives=T(T({},Ms),t.directives);var e=t.isReservedTag||$;this.maybeComponent=function(t){return!!t.component||!e(t.tag)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function Ds(t,e){var n=new $s(e);return{render:"with(this){return "+(t?zs(t,n):'_c("div")')+"}",staticRenderFns:n.staticRenderFns}}function zs(t,e){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return Ns(t,e);if(t.once&&!t.onceProcessed)return Ls(t,e);if(t.for&&!t.forProcessed)return Es(t,e);if(t.if&&!t.ifProcessed)return Ps(t,e);if("template"!==t.tag||t.slotTarget||e.pre){if("slot"===t.tag)return function(t,e){var n=t.slotName||'"default"',a=js(t,e),i="_t("+n+(a?","+a:""),r=t.attrs||t.dynamicAttrs?qs((t.attrs||[]).concat(t.dynamicAttrs||[]).map((function(t){return{name:y(t.name),value:t.value,dynamic:t.dynamic}}))):null,s=t.attrsMap["v-bind"];!r&&!s||a||(i+=",null");r&&(i+=","+r);s&&(i+=(r?"":",null")+","+s);return i+")"}(t,e);var n;if(t.component)n=function(t,e,n){var a=e.inlineTemplate?null:js(e,n,!0);return"_c("+t+","+Is(e,n)+(a?","+a:"")+")"}(t.component,t,e);else{var a;(!t.plain||t.pre&&e.maybeComponent(t))&&(a=Is(t,e));var i=t.inlineTemplate?null:js(t,e,!0);n="_c('"+t.tag+"'"+(a?","+a:"")+(i?","+i:"")+")"}for(var r=0;r<e.transforms.length;r++)n=e.transforms[r](t,n);return n}return js(t,e)||"void 0"}function Ns(t,e){t.staticProcessed=!0;var n=e.pre;return t.pre&&(e.pre=t.pre),e.staticRenderFns.push("with(this){return "+zs(t,e)+"}"),e.pre=n,"_m("+(e.staticRenderFns.length-1)+(t.staticInFor?",true":"")+")"}function Ls(t,e){if(t.onceProcessed=!0,t.if&&!t.ifProcessed)return Ps(t,e);if(t.staticInFor){for(var n="",a=t.parent;a;){if(a.for){n=a.key;break}a=a.parent}return n?"_o("+zs(t,e)+","+e.onceId+++","+n+")":zs(t,e)}return Ns(t,e)}function Ps(t,e,n,a){return t.ifProcessed=!0,function t(e,n,a,i){if(!e.length)return i||"_e()";var r=e.shift();return r.exp?"("+r.exp+")?"+s(r.block)+":"+t(e,n,a,i):""+s(r.block);function s(t){return a?a(t,n):t.once?Ls(t,n):zs(t,n)}}(t.ifConditions.slice(),e,n,a)}function Es(t,e,n,a){var i=t.for,r=t.alias,s=t.iterator1?","+t.iterator1:"",o=t.iterator2?","+t.iterator2:"";return t.forProcessed=!0,(a||"_l")+"(("+i+"),function("+r+s+o+"){return "+(n||zs)(t,e)+"})"}function Is(t,e){var n="{",a=function(t,e){var n=t.directives;if(!n)return;var a,i,r,s,o="directives:[",l=!1;for(a=0,i=n.length;a<i;a++){r=n[a],s=!0;var c=e.directives[r.name];c&&(s=!!c(t,r,e.warn)),s&&(l=!0,o+='{name:"'+r.name+'",rawName:"'+r.rawName+'"'+(r.value?",value:("+r.value+"),expression:"+JSON.stringify(r.value):"")+(r.arg?",arg:"+(r.isDynamicArg?r.arg:'"'+r.arg+'"'):"")+(r.modifiers?",modifiers:"+JSON.stringify(r.modifiers):"")+"},")}if(l)return o.slice(0,-1)+"]"}(t,e);a&&(n+=a+","),t.key&&(n+="key:"+t.key+","),t.ref&&(n+="ref:"+t.ref+","),t.refInFor&&(n+="refInFor:true,"),t.pre&&(n+="pre:true,"),t.component&&(n+='tag:"'+t.tag+'",');for(var i=0;i<e.dataGenFns.length;i++)n+=e.dataGenFns[i](t);if(t.attrs&&(n+="attrs:"+qs(t.attrs)+","),t.props&&(n+="domProps:"+qs(t.props)+","),t.events&&(n+=xs(t.events,!1)+","),t.nativeEvents&&(n+=xs(t.nativeEvents,!0)+","),t.slotTarget&&!t.slotScope&&(n+="slot:"+t.slotTarget+","),t.scopedSlots&&(n+=function(t,e,n){var a=t.for||Object.keys(e).some((function(t){var n=e[t];return n.slotTargetDynamic||n.if||n.for||Fs(n)})),i=!!t.if;if(!a)for(var r=t.parent;r;){if(r.slotScope&&"_empty_"!==r.slotScope||r.for){a=!0;break}r.if&&(i=!0),r=r.parent}var s=Object.keys(e).map((function(t){return Rs(e[t],n)})).join(",");return"scopedSlots:_u(["+s+"]"+(a?",null,true":"")+(!a&&i?",null,false,"+function(t){var e=5381,n=t.length;for(;n;)e=33*e^t.charCodeAt(--n);return e>>>0}(s):"")+")"}(t,t.scopedSlots,e)+","),t.model&&(n+="model:{value:"+t.model.value+",callback:"+t.model.callback+",expression:"+t.model.expression+"},"),t.inlineTemplate){var r=function(t,e){var n=t.children[0];if(n&&1===n.type){var a=Ds(n,e.options);return"inlineTemplate:{render:function(){"+a.render+"},staticRenderFns:["+a.staticRenderFns.map((function(t){return"function(){"+t+"}"})).join(",")+"]}"}}(t,e);r&&(n+=r+",")}return n=n.replace(/,$/,"")+"}",t.dynamicAttrs&&(n="_b("+n+',"'+t.tag+'",'+qs(t.dynamicAttrs)+")"),t.wrapData&&(n=t.wrapData(n)),t.wrapListeners&&(n=t.wrapListeners(n)),n}function Fs(t){return 1===t.type&&("slot"===t.tag||t.children.some(Fs))}function Rs(t,e){var n=t.attrsMap["slot-scope"];if(t.if&&!t.ifProcessed&&!n)return Ps(t,e,Rs,"null");if(t.for&&!t.forProcessed)return Es(t,e,Rs);var a="_empty_"===t.slotScope?"":String(t.slotScope),i="function("+a+"){return "+("template"===t.tag?t.if&&n?"("+t.if+")?"+(js(t,e)||"undefined")+":undefined":js(t,e)||"undefined":zs(t,e))+"}",r=a?"":",proxy:true";return"{key:"+(t.slotTarget||'"default"')+",fn:"+i+r+"}"}function js(t,e,n,a,i){var r=t.children;if(r.length){var s=r[0];if(1===r.length&&s.for&&"template"!==s.tag&&"slot"!==s.tag){var o=n?e.maybeComponent(s)?",1":",0":"";return""+(a||zs)(s,e)+o}var l=n?function(t,e){for(var n=0,a=0;a<t.length;a++){var i=t[a];if(1===i.type){if(Os(i)||i.ifConditions&&i.ifConditions.some((function(t){return Os(t.block)}))){n=2;break}(e(i)||i.ifConditions&&i.ifConditions.some((function(t){return e(t.block)})))&&(n=1)}}return n}(r,e.maybeComponent):0,c=i||Bs;return"["+r.map((function(t){return c(t,e)})).join(",")+"]"+(l?","+l:"")}}function Os(t){return void 0!==t.for||"template"===t.tag||"slot"===t.tag}function Bs(t,e){return 1===t.type?zs(t,e):3===t.type&&t.isComment?function(t){return"_e("+JSON.stringify(t.text)+")"}(t):function(t){return"_v("+(2===t.type?t.expression:Us(JSON.stringify(t.text)))+")"}(t)}function qs(t){for(var e="",n="",a=0;a<t.length;a++){var i=t[a],r=Us(i.value);i.dynamic?n+=i.name+","+r+",":e+='"'+i.name+'":'+r+","}return e="{"+e.slice(0,-1)+"}",n?"_d("+e+",["+n.slice(0,-1)+"])":e}function Us(t){return t.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");function Vs(t,e){try{return new Function(t)}catch(n){return e.push({err:n,code:t}),M}}function Hs(t){var e=Object.create(null);return function(n,a,i){(a=T({},a)).warn;delete a.warn;var r=a.delimiters?String(a.delimiters)+n:n;if(e[r])return e[r];var s=t(n,a),o={},l=[];return o.render=Vs(s.render,l),o.staticRenderFns=s.staticRenderFns.map((function(t){return Vs(t,l)})),e[r]=o}}var Ws,Qs,Gs=(Ws=function(t,e){var n=ns(t.trim(),e);!1!==e.optimize&&gs(n,e);var a=Ds(n,e);return{ast:n,render:a.render,staticRenderFns:a.staticRenderFns}},function(t){function e(e,n){var a=Object.create(t),i=[],r=[];if(n)for(var s in n.modules&&(a.modules=(t.modules||[]).concat(n.modules)),n.directives&&(a.directives=T(Object.create(t.directives||null),n.directives)),n)"modules"!==s&&"directives"!==s&&(a[s]=n[s]);a.warn=function(t,e,n){(n?r:i).push(t)};var o=Ws(e.trim(),a);return o.errors=i,o.tips=r,o}return{compile:e,compileToFunctions:Hs(e)}})(ms).compileToFunctions;function Ks(t){return(Qs=Qs||document.createElement("div")).innerHTML=t?'<a href="\n"/>':'<div a="\n"/>',Qs.innerHTML.indexOf(" ")>0}var Ys=!!U&&Ks(!1),Js=!!U&&Ks(!0),Xs=b((function(t){var e=Yn(t);return e&&e.innerHTML})),Zs=kn.prototype.$mount;kn.prototype.$mount=function(t,e){if((t=t&&Yn(t))===document.body||t===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=Xs(a));else{if(!a.nodeType)return this;a=a.innerHTML}else t&&(a=function(t){if(t.outerHTML)return t.outerHTML;var e=document.createElement("div");return e.appendChild(t.cloneNode(!0)),e.innerHTML}(t));if(a){var i=Gs(a,{outputSourceRange:!1,shouldDecodeNewlines:Ys,shouldDecodeNewlinesForHref:Js,delimiters:n.delimiters,comments:n.comments},this),r=i.render,s=i.staticRenderFns;n.render=r,n.staticRenderFns=s}}return Zs.call(this,t,e)},kn.compile=Gs;const to=io.connect(window.location.href);to.on("connect",()=>{document.getElementById("start_app_placeholder").classList.add("loading_placeholder--hidden")});var eo=new kn;function no(t,e){const{currentTarget:{dataset:{id:n}}}=e;switch(t){case"artist":eo.$emit("artistTab:reset");break;case"album":case"playlist":case"spotifyplaylist":eo.$emit("tracklistTab:reset")}to.emit("getTracklist",{type:t,id:n}),ro(t,n)}function ao(t,e,n){window.windows_stack=[],window.currentStack={};const a=document.getElementsByClassName(e+"_tabcontent");for(let t=0;t<a.length;t++)a[t].style.display="none";const i=document.getElementsByClassName(e+"_tablinks");for(let t=0;t<i.length;t++)i[t].classList.remove("active");"settings_tab"===n&&"settings_tab"!==window.main_selected&&(eo.$emit("settingsTab:revertSettings"),eo.$emit("settingsTab:revertCredentials")),document.getElementById(n).style.display="block","main"===e?window.main_selected=n:"search"===e&&(window.search_selected=n),t.classList.add("active"),"search_tab"===window.main_selected&&-1!==["track_search","album_search","artist_search","playlist_search"].indexOf(window.search_selected)&&eo.$emit("mainSearch:checkLoadMoreContent",window.search_selected)}function ro(t,e,n=!1){0===window.windows_stack.length?window.windows_stack.push({tab:window.main_selected}):n||("artist"===window.currentStack.type&&eo.$emit("artistTab:updateSelected"),window.windows_stack.push(window.currentStack)),window.tab="artist"===t?"artist_tab":"tracklist_tab",window.currentStack={type:t,id:e};let a=document.getElementsByClassName("main_tabcontent");for(let t=0;t<a.length;t++)a[t].style.display="none";document.getElementById(window.tab).style.display="block",eo.$emit("trackPreview:stopStackedTabsPreview")}function so(){if(1==window.windows_stack.length)document.getElementById(`main_${window.main_selected}link`).click();else{let t=window.windows_stack.pop(),{type:e,id:n,selected:a}=t;"artist"===e?(eo.$emit("artistTab:reset"),a&&eo.$emit("artistTab:changeTab",a)):eo.$emit("tracklistTab:reset"),to.emit("getTracklist",{type:e,id:n}),ro(e,n,!0)}eo.$emit("trackPreview:stopStackedTabsPreview")}function oo(){ao(document.getElementById("main_home_tablink"),"main","home_tab"),Array.prototype.slice.call(document.getElementsByClassName("back-button")).forEach(t=>{t.addEventListener("click",so)})}window.search_selected="",window.main_selected="",window.windows_stack=[],window.currentStack={};const lo={name:"the-sidebar",data:()=>({appOnline:null,activeTheme:"light",themes:["purple","dark","light"]}),mounted(){this.appOnline=navigator.onLine,window.addEventListener("online",()=>{this.appOnline=!0}),window.addEventListener("offline",()=>{this.appOnline=!1}),this.activeTheme=localStorage.getItem("selectedTheme")||"light"},methods:{changeTheme(t){t!==this.activeTheme&&(this.activeTheme=t,document.documentElement.setAttribute("data-theme",t),localStorage.setItem("selectedTheme",t),document.querySelectorAll("*").forEach(t=>{t.style.transition="all 200ms ease-in-out"}),document.documentElement.addEventListener("transitionend",(function t(){document.querySelectorAll("*").forEach(t=>{t.style.transition=""}),document.documentElement.removeEventListener("transitionend",t)})))},handleSidebarClick(t){const{target:e}=t;if(!(e.matches(".main_tablinks")||e.parentElement.matches(".main_tablinks")))return;let n=e.matches(".main_tablinks")?e:e.parentElement,a=null;switch(n.id){case"main_search_tablink":a="search_tab";break;case"main_home_tablink":a="home_tab";break;case"main_charts_tablink":a="charts_tab";break;case"main_favorites_tablink":a="favorites_tab";break;case"main_analyzer_tablink":a="analyzer_tab";break;case"main_settings_tablink":a="settings_tab";break;case"main_about_tablink":a="about_tab"}a&&ao(n,"main",a)}}};var co=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("aside",{attrs:{id:"sidebar",role:"navigation"},on:{click:t.handleSidebarClick}},[n("span",{staticClass:"main_tablinks",attrs:{id:"main_home_tablink",role:"link","aria-label":"home"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("home")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.home")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_search_tablink",role:"link","aria-label":"search"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("search")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.search")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_charts_tablink",role:"link","aria-label":"charts"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("bubble_chart")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.charts")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_favorites_tablink",role:"link","aria-label":"favorites"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("album")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.favorites")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_analyzer_tablink",role:"link","aria-label":"link analyzer"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("link")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.linkAnalyzer")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_settings_tablink",role:"link","aria-label":"settings"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("settings")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.settings")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"main_about_tablink",role:"link","aria-label":"info"}},[n("i",{staticClass:"material-icons side_icon"},[t._v("info")]),t._v(" "),n("span",{staticClass:"main_tablinks_text"},[t._v(t._s(t.$t("sidebar.about")))])]),t._v(" "),n("span",{staticClass:"main_tablinks",attrs:{id:"theme_selector",role:"link","aria-label":"theme selector"}},[n("i",{staticClass:"material-icons side_icon side_icon--theme"},[t._v("palette")]),t._v(" "),n("div",{attrs:{id:"theme_togglers"}},t._l(t.themes,(function(e){return n("div",{key:e,staticClass:"theme_toggler ",class:[{"theme_toggler--active":t.activeTheme===e},"theme_toggler--"+e],on:{click:function(n){return t.changeTheme(e)}}})})),0)]),t._v(" "),n("div",{class:{online:t.appOnline,offline:!t.appOnline},attrs:{id:"network-status"}},[t.appOnline?n("i",{staticClass:"material-icons"},[t._v("wifi")]):n("i",{staticClass:"material-icons"},[n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"}},[n("path",{attrs:{d:"M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z",fill:"none"}}),t._v(" "),n("path",{attrs:{d:"M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4c-1.29-1.29-2.84-2.13-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24C7.81 10.89 6.27 11.73 5 13v.01L6.99 15c1.36-1.36 3.14-2.04 4.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0z"}})])])])])};co._withStripped=!0;var uo=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheSidebar.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:co,staticRenderFns:[]},(function(t){t&&t("data-v-7d8957a2_0",{source:"\n#network-status[data-v-7d8957a2] {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tposition: relative;\n\tmargin-top: auto;\n\tbottom: 0;\n}\n#network-status.online i.material-icons[data-v-7d8957a2] {\n\tcolor: hsl(151, 100%, 31%);\n}\n#network-status.offline i.material-icons svg[data-v-7d8957a2] {\n\tfill: red;\n\twidth: 1em;\n\theight: 1em;\n}\n",map:{version:3,sources:["/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheSidebar.vue"],names:[],mappings:";AA0DA;CACA,aAAA;CACA,uBAAA;CACA,mBAAA;CACA,kBAAA;CACA,gBAAA;CACA,SAAA;AACA;AAEA;CACA,0BAAA;AACA;AAEA;CACA,SAAA;CACA,UAAA;CACA,WAAA;AACA",file:"TheSidebar.vue",sourcesContent:['<template>\n\t<aside id="sidebar" role="navigation" @click="handleSidebarClick">\n\t\t<span id="main_home_tablink" class="main_tablinks" role="link" aria-label="home">\n\t\t\t<i class="material-icons side_icon">home</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.home\') }}</span>\n\t\t</span>\n\t\t<span id="main_search_tablink" class="main_tablinks" role="link" aria-label="search">\n\t\t\t<i class="material-icons side_icon">search</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.search\') }}</span>\n\t\t</span>\n\t\t<span id="main_charts_tablink" class="main_tablinks" role="link" aria-label="charts">\n\t\t\t<i class="material-icons side_icon">bubble_chart</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.charts\') }}</span>\n\t\t</span>\n\t\t<span id="main_favorites_tablink" class="main_tablinks" role="link" aria-label="favorites">\n\t\t\t<i class="material-icons side_icon">album</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.favorites\') }}</span>\n\t\t</span>\n\t\t<span id="main_analyzer_tablink" class="main_tablinks" role="link" aria-label="link analyzer">\n\t\t\t<i class="material-icons side_icon">link</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.linkAnalyzer\') }}</span>\n\t\t</span>\n\t\t<span id="main_settings_tablink" class="main_tablinks" role="link" aria-label="settings">\n\t\t\t<i class="material-icons side_icon">settings</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.settings\') }}</span>\n\t\t</span>\n\t\t<span id="main_about_tablink" class="main_tablinks" role="link" aria-label="info">\n\t\t\t<i class="material-icons side_icon">info</i>\n\t\t\t<span class="main_tablinks_text">{{ $t(\'sidebar.about\') }}</span>\n\t\t</span>\n\t\t<span id="theme_selector" class="main_tablinks" role="link" aria-label="theme selector">\n\t\t\t<i class="material-icons side_icon side_icon--theme">palette</i>\n\t\t\t<div id="theme_togglers">\n\t\t\t\t<div\n\t\t\t\t\tv-for="theme of themes"\n\t\t\t\t\t:key="theme"\n\t\t\t\t\tclass="theme_toggler "\n\t\t\t\t\t:class="[{ \'theme_toggler--active\': activeTheme === theme }, `theme_toggler--${theme}`]"\n\t\t\t\t\t@click="changeTheme(theme)"\n\t\t\t\t></div>\n\t\t\t</div>\n\t\t</span>\n\t\t<div id="network-status" :class="{ online: appOnline, offline: !appOnline }">\n\t\t\t<i v-if="appOnline" class="material-icons">wifi</i>\n\t\t\t<i v-else class="material-icons">\n\t\t\t\t\x3c!-- wifi_off icon not working, maybe need to include it? --\x3e\n\t\t\t\t<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">\n\t\t\t\t\t<path d="M24 .01c0-.01 0-.01 0 0L0 0v24h24V.01zM0 0h24v24H0V0zm0 0h24v24H0V0z" fill="none" />\n\t\t\t\t\t<path\n\t\t\t\t\t\td="M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7l2-2zm-4 4c-1.29-1.29-2.84-2.13-4.49-2.56l3.53 3.53.96-.97zM2 3.05L5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24C7.81 10.89 6.27 11.73 5 13v.01L6.99 15c1.36-1.36 3.14-2.04 4.92-2.06L18.98 20l1.27-1.26L3.29 1.79 2 3.05zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0z"\n\t\t\t\t\t/>\n\t\t\t\t</svg>\n\t\t\t</i>\n\t\t</div>\n\t</aside>\n</template>\n\n<style scoped>\n#network-status {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tposition: relative;\n\tmargin-top: auto;\n\tbottom: 0;\n}\n\n#network-status.online i.material-icons {\n\tcolor: hsl(151, 100%, 31%);\n}\n\n#network-status.offline i.material-icons svg {\n\tfill: red;\n\twidth: 1em;\n\theight: 1em;\n}\n</style>\n\n<script>\nimport { changeTab } from \'@js/tabs.js\'\n\nexport default {\n\tname: \'the-sidebar\',\n\tdata: () => ({\n\t\tappOnline: null,\n\t\tactiveTheme: \'light\',\n\t\tthemes: [\'purple\', \'dark\', \'light\']\n\t}),\n\tmounted() {\n\t\t/* === Online status handling === */\n\t\tthis.appOnline = navigator.onLine\n\n\t\twindow.addEventListener(\'online\', () => {\n\t\t\tthis.appOnline = true\n\t\t})\n\n\t\twindow.addEventListener(\'offline\', () => {\n\t\t\tthis.appOnline = false\n\t\t})\n\n\t\t/* === Current theme handling === */\n\t\tthis.activeTheme = localStorage.getItem(\'selectedTheme\') || \'light\'\n\t},\n\tmethods: {\n\t\tchangeTheme(newTheme) {\n\t\t\tif (newTheme === this.activeTheme) return\n\n\t\t\tthis.activeTheme = newTheme\n\t\t\tdocument.documentElement.setAttribute(\'data-theme\', newTheme)\n\t\t\tlocalStorage.setItem(\'selectedTheme\', newTheme)\n\n\t\t\t// Animating everything to have a smoother theme switch\n\t\t\tdocument.querySelectorAll(\'*\').forEach(el => {\n\t\t\t\tel.style.transition = \'all 200ms ease-in-out\'\n\t\t\t})\n\n\t\t\tdocument.documentElement.addEventListener(\'transitionend\', function transitionHandler() {\n\t\t\t\tdocument.querySelectorAll(\'*\').forEach(el => {\n\t\t\t\t\tel.style.transition = \'\'\n\t\t\t\t})\n\n\t\t\t\tdocument.documentElement.removeEventListener(\'transitionend\', transitionHandler)\n\t\t\t})\n\t\t},\n\t\t/**\n\t\t * Handles click Event on the sidebar and changes tab\n\t\t * according to clicked icon.\n\t\t * Uses event delegation\n\t\t * @param\t\t{Event}\t\tevent\n\t\t */\n\t\thandleSidebarClick(event) {\n\t\t\tconst { target } = event\n\n\t\t\tconst wantToChangeTab = target.matches(\'.main_tablinks\') || target.parentElement.matches(\'.main_tablinks\')\n\n\t\t\tif (!wantToChangeTab) return\n\n\t\t\tlet sidebarEl = target.matches(\'.main_tablinks\') ? target : target.parentElement\n\t\t\tlet targetID = sidebarEl.id\n\t\t\tlet selectedTab = null\n\n\t\t\tswitch (targetID) {\n\t\t\t\tcase \'main_search_tablink\':\n\t\t\t\t\tselectedTab = \'search_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_home_tablink\':\n\t\t\t\t\tselectedTab = \'home_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_charts_tablink\':\n\t\t\t\t\tselectedTab = \'charts_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_favorites_tablink\':\n\t\t\t\t\tselectedTab = \'favorites_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_analyzer_tablink\':\n\t\t\t\t\tselectedTab = \'analyzer_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_settings_tablink\':\n\t\t\t\t\tselectedTab = \'settings_tab\'\n\t\t\t\t\tbreak\n\t\t\t\tcase \'main_about_tablink\':\n\t\t\t\t\tselectedTab = \'about_tab\'\n\t\t\t\t\tbreak\n\n\t\t\t\tdefault:\n\t\t\t\t\tbreak\n\t\t\t}\n\n\t\t\tif (!selectedTab) return\n\n\t\t\tchangeTab(sidebarEl, \'main\', selectedTab)\n\t\t}\n\t}\n}\n<\/script>\n\n']},media:void 0})}),lo,"data-v-7d8957a2",!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),po="object"==typeof global&&global&&global.Object===Object&&global,ho="object"==typeof self&&self&&self.Object===Object&&self,fo=po||ho||Function("return this")(),mo=fo.Symbol,vo=Object.prototype,go=vo.hasOwnProperty,bo=vo.toString,_o=mo?mo.toStringTag:void 0;var yo=Object.prototype.toString;var ko=mo?mo.toStringTag:void 0;function wo(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":ko&&ko in Object(t)?function(t){var e=go.call(t,_o),n=t[_o];try{t[_o]=void 0;var a=!0}catch(t){}var i=bo.call(t);return a&&(e?t[_o]=n:delete t[_o]),i}(t):function(t){return yo.call(t)}(t)}function Ao(t){return null!=t&&"object"==typeof t}function Co(t){return"symbol"==typeof t||Ao(t)&&"[object Symbol]"==wo(t)}function xo(t,e){for(var n=-1,a=null==t?0:t.length,i=Array(a);++n<a;)i[n]=e(t[n],n,t);return i}var To=Array.isArray,So=mo?mo.prototype:void 0,Mo=So?So.toString:void 0;function $o(t){if("string"==typeof t)return t;if(To(t))return xo(t,$o)+"";if(Co(t))return Mo?Mo.call(t):"";var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Do(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function zo(t){return t}function No(t){if(!Do(t))return!1;var e=wo(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}var Lo=fo["__core-js_shared__"],Po=function(){var t=/[^.]+$/.exec(Lo&&Lo.keys&&Lo.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}();var Eo=Function.prototype.toString;function Io(t){if(null!=t){try{return Eo.call(t)}catch(t){}try{return t+""}catch(t){}}return""}var Fo=/^\[object .+?Constructor\]$/,Ro=Function.prototype,jo=Object.prototype,Oo=Ro.toString,Bo=jo.hasOwnProperty,qo=RegExp("^"+Oo.call(Bo).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Uo(t){return!(!Do(t)||(e=t,Po&&Po in e))&&(No(t)?qo:Fo).test(Io(t));var e}function Vo(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Uo(n)?n:void 0}var Ho=Vo(fo,"WeakMap"),Wo=/^(?:0|[1-9]\d*)$/;function Qo(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&Wo.test(t))&&t>-1&&t%1==0&&t<e}function Go(t,e){return t===e||t!=t&&e!=e}function Ko(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}function Yo(t){return null!=t&&Ko(t.length)&&!No(t)}var Jo=Object.prototype;function Xo(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Jo)}function Zo(t){return Ao(t)&&"[object Arguments]"==wo(t)}var tl=Object.prototype,el=tl.hasOwnProperty,nl=tl.propertyIsEnumerable,al=Zo(function(){return arguments}())?Zo:function(t){return Ao(t)&&el.call(t,"callee")&&!nl.call(t,"callee")};var il="object"==typeof exports&&exports&&!exports.nodeType&&exports,rl=il&&"object"==typeof module&&module&&!module.nodeType&&module,sl=rl&&rl.exports===il?fo.Buffer:void 0,ol=(sl?sl.isBuffer:void 0)||function(){return!1},ll={};function cl(t){return function(e){return t(e)}}ll["[object Float32Array]"]=ll["[object Float64Array]"]=ll["[object Int8Array]"]=ll["[object Int16Array]"]=ll["[object Int32Array]"]=ll["[object Uint8Array]"]=ll["[object Uint8ClampedArray]"]=ll["[object Uint16Array]"]=ll["[object Uint32Array]"]=!0,ll["[object Arguments]"]=ll["[object Array]"]=ll["[object ArrayBuffer]"]=ll["[object Boolean]"]=ll["[object DataView]"]=ll["[object Date]"]=ll["[object Error]"]=ll["[object Function]"]=ll["[object Map]"]=ll["[object Number]"]=ll["[object Object]"]=ll["[object RegExp]"]=ll["[object Set]"]=ll["[object String]"]=ll["[object WeakMap]"]=!1;var dl="object"==typeof exports&&exports&&!exports.nodeType&&exports,ul=dl&&"object"==typeof module&&module&&!module.nodeType&&module,pl=ul&&ul.exports===dl&&po.process,hl=function(){try{var t=ul&&ul.require&&ul.require("util").types;return t||pl&&pl.binding&&pl.binding("util")}catch(t){}}(),fl=hl&&hl.isTypedArray,ml=fl?cl(fl):function(t){return Ao(t)&&Ko(t.length)&&!!ll[wo(t)]},vl=Object.prototype.hasOwnProperty;function gl(t,e){var n=To(t),a=!n&&al(t),i=!n&&!a&&ol(t),r=!n&&!a&&!i&&ml(t),s=n||a||i||r,o=s?function(t,e){for(var n=-1,a=Array(t);++n<t;)a[n]=e(n);return a}(t.length,String):[],l=o.length;for(var c in t)!e&&!vl.call(t,c)||s&&("length"==c||i&&("offset"==c||"parent"==c)||r&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Qo(c,l))||o.push(c);return o}var bl,_l,yl=(bl=Object.keys,_l=Object,function(t){return bl(_l(t))}),kl=Object.prototype.hasOwnProperty;function wl(t){if(!Xo(t))return yl(t);var e=[];for(var n in Object(t))kl.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Al(t){return Yo(t)?gl(t):wl(t)}var Cl=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,xl=/^\w*$/;function Tl(t,e){if(To(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!Co(t))||(xl.test(t)||!Cl.test(t)||null!=e&&t in Object(e))}var Sl=Vo(Object,"create");var Ml=Object.prototype.hasOwnProperty;var $l=Object.prototype.hasOwnProperty;function Dl(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var a=t[e];this.set(a[0],a[1])}}function zl(t,e){for(var n=t.length;n--;)if(Go(t[n][0],e))return n;return-1}Dl.prototype.clear=function(){this.__data__=Sl?Sl(null):{},this.size=0},Dl.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},Dl.prototype.get=function(t){var e=this.__data__;if(Sl){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return Ml.call(e,t)?e[t]:void 0},Dl.prototype.has=function(t){var e=this.__data__;return Sl?void 0!==e[t]:$l.call(e,t)},Dl.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Sl&&void 0===e?"__lodash_hash_undefined__":e,this};var Nl=Array.prototype.splice;function Ll(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var a=t[e];this.set(a[0],a[1])}}Ll.prototype.clear=function(){this.__data__=[],this.size=0},Ll.prototype.delete=function(t){var e=this.__data__,n=zl(e,t);return!(n<0)&&(n==e.length-1?e.pop():Nl.call(e,n,1),--this.size,!0)},Ll.prototype.get=function(t){var e=this.__data__,n=zl(e,t);return n<0?void 0:e[n][1]},Ll.prototype.has=function(t){return zl(this.__data__,t)>-1},Ll.prototype.set=function(t,e){var n=this.__data__,a=zl(n,t);return a<0?(++this.size,n.push([t,e])):n[a][1]=e,this};var Pl=Vo(fo,"Map");function El(t,e){var n,a,i=t.__data__;return("string"==(a=typeof(n=e))||"number"==a||"symbol"==a||"boolean"==a?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Il(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var a=t[e];this.set(a[0],a[1])}}Il.prototype.clear=function(){this.size=0,this.__data__={hash:new Dl,map:new(Pl||Ll),string:new Dl}},Il.prototype.delete=function(t){var e=El(this,t).delete(t);return this.size-=e?1:0,e},Il.prototype.get=function(t){return El(this,t).get(t)},Il.prototype.has=function(t){return El(this,t).has(t)},Il.prototype.set=function(t,e){var n=El(this,t),a=n.size;return n.set(t,e),this.size+=n.size==a?0:1,this};function Fl(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var a=arguments,i=e?e.apply(this,a):a[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,a);return n.cache=r.set(i,s)||r,s};return n.cache=new(Fl.Cache||Il),n}Fl.Cache=Il;var Rl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,jl=/\\(\\)?/g,Ol=function(t){var e=Fl(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(Rl,(function(t,n,a,i){e.push(a?i.replace(jl,"$1"):n||t)})),e}));function Bl(t,e){return To(t)?t:Tl(t,e)?[t]:Ol(function(t){return null==t?"":$o(t)}(t))}function ql(t){if("string"==typeof t||Co(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}function Ul(t,e){for(var n=0,a=(e=Bl(e,t)).length;null!=t&&n<a;)t=t[ql(e[n++])];return n&&n==a?t:void 0}function Vl(t){var e=this.__data__=new Ll(t);this.size=e.size}Vl.prototype.clear=function(){this.__data__=new Ll,this.size=0},Vl.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},Vl.prototype.get=function(t){return this.__data__.get(t)},Vl.prototype.has=function(t){return this.__data__.has(t)},Vl.prototype.set=function(t,e){var n=this.__data__;if(n instanceof Ll){var a=n.__data__;if(!Pl||a.length<199)return a.push([t,e]),this.size=++n.size,this;n=this.__data__=new Il(a)}return n.set(t,e),this.size=n.size,this};var Hl=Object.prototype.propertyIsEnumerable,Wl=Object.getOwnPropertySymbols,Ql=Wl?function(t){return null==t?[]:(t=Object(t),function(t,e){for(var n=-1,a=null==t?0:t.length,i=0,r=[];++n<a;){var s=t[n];e(s,n,t)&&(r[i++]=s)}return r}(Wl(t),(function(e){return Hl.call(t,e)})))}:function(){return[]};function Gl(t){return function(t,e,n){var a=e(t);return To(t)?a:function(t,e){for(var n=-1,a=e.length,i=t.length;++n<a;)t[i+n]=e[n];return t}(a,n(t))}(t,Al,Ql)}var Kl=Vo(fo,"DataView"),Yl=Vo(fo,"Promise"),Jl=Vo(fo,"Set"),Xl=Io(Kl),Zl=Io(Pl),tc=Io(Yl),ec=Io(Jl),nc=Io(Ho),ac=wo;(Kl&&"[object DataView]"!=ac(new Kl(new ArrayBuffer(1)))||Pl&&"[object Map]"!=ac(new Pl)||Yl&&"[object Promise]"!=ac(Yl.resolve())||Jl&&"[object Set]"!=ac(new Jl)||Ho&&"[object WeakMap]"!=ac(new Ho))&&(ac=function(t){var e=wo(t),n="[object Object]"==e?t.constructor:void 0,a=n?Io(n):"";if(a)switch(a){case Xl:return"[object DataView]";case Zl:return"[object Map]";case tc:return"[object Promise]";case ec:return"[object Set]";case nc:return"[object WeakMap]"}return e});var ic=ac,rc=fo.Uint8Array;function sc(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new Il;++e<n;)this.add(t[e])}function oc(t,e){for(var n=-1,a=null==t?0:t.length;++n<a;)if(e(t[n],n,t))return!0;return!1}sc.prototype.add=sc.prototype.push=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this},sc.prototype.has=function(t){return this.__data__.has(t)};function lc(t,e,n,a,i,r){var s=1&n,o=t.length,l=e.length;if(o!=l&&!(s&&l>o))return!1;var c=r.get(t);if(c&&r.get(e))return c==e;var d=-1,u=!0,p=2&n?new sc:void 0;for(r.set(t,e),r.set(e,t);++d<o;){var h=t[d],f=e[d];if(a)var m=s?a(f,h,d,e,t,r):a(h,f,d,t,e,r);if(void 0!==m){if(m)continue;u=!1;break}if(p){if(!oc(e,(function(t,e){if(s=e,!p.has(s)&&(h===t||i(h,t,n,a,r)))return p.push(e);var s}))){u=!1;break}}else if(h!==f&&!i(h,f,n,a,r)){u=!1;break}}return r.delete(t),r.delete(e),u}function cc(t){var e=-1,n=Array(t.size);return t.forEach((function(t,a){n[++e]=[a,t]})),n}function dc(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var uc=mo?mo.prototype:void 0,pc=uc?uc.valueOf:void 0;var hc=Object.prototype.hasOwnProperty;var fc=Object.prototype.hasOwnProperty;function mc(t,e,n,a,i,r){var s=To(t),o=To(e),l=s?"[object Array]":ic(t),c=o?"[object Array]":ic(e),d="[object Object]"==(l="[object Arguments]"==l?"[object Object]":l),u="[object Object]"==(c="[object Arguments]"==c?"[object Object]":c),p=l==c;if(p&&ol(t)){if(!ol(e))return!1;s=!0,d=!1}if(p&&!d)return r||(r=new Vl),s||ml(t)?lc(t,e,n,a,i,r):function(t,e,n,a,i,r,s){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!r(new rc(t),new rc(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return Go(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var o=cc;case"[object Set]":var l=1&a;if(o||(o=dc),t.size!=e.size&&!l)return!1;var c=s.get(t);if(c)return c==e;a|=2,s.set(t,e);var d=lc(o(t),o(e),a,i,r,s);return s.delete(t),d;case"[object Symbol]":if(pc)return pc.call(t)==pc.call(e)}return!1}(t,e,l,n,a,i,r);if(!(1&n)){var h=d&&fc.call(t,"__wrapped__"),f=u&&fc.call(e,"__wrapped__");if(h||f){var m=h?t.value():t,v=f?e.value():e;return r||(r=new Vl),i(m,v,n,a,r)}}return!!p&&(r||(r=new Vl),function(t,e,n,a,i,r){var s=1&n,o=Gl(t),l=o.length;if(l!=Gl(e).length&&!s)return!1;for(var c=l;c--;){var d=o[c];if(!(s?d in e:hc.call(e,d)))return!1}var u=r.get(t);if(u&&r.get(e))return u==e;var p=!0;r.set(t,e),r.set(e,t);for(var h=s;++c<l;){var f=t[d=o[c]],m=e[d];if(a)var v=s?a(m,f,d,e,t,r):a(f,m,d,t,e,r);if(!(void 0===v?f===m||i(f,m,n,a,r):v)){p=!1;break}h||(h="constructor"==d)}if(p&&!h){var g=t.constructor,b=e.constructor;g==b||!("constructor"in t)||!("constructor"in e)||"function"==typeof g&&g instanceof g&&"function"==typeof b&&b instanceof b||(p=!1)}return r.delete(t),r.delete(e),p}(t,e,n,a,i,r))}function vc(t,e,n,a,i){return t===e||(null==t||null==e||!Ao(t)&&!Ao(e)?t!=t&&e!=e:mc(t,e,n,a,vc,i))}function gc(t){return t==t&&!Do(t)}function bc(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}function _c(t){var e=function(t){for(var e=Al(t),n=e.length;n--;){var a=e[n],i=t[a];e[n]=[a,i,gc(i)]}return e}(t);return 1==e.length&&e[0][2]?bc(e[0][0],e[0][1]):function(n){return n===t||function(t,e,n,a){var i=n.length,r=i,s=!a;if(null==t)return!r;for(t=Object(t);i--;){var o=n[i];if(s&&o[2]?o[1]!==t[o[0]]:!(o[0]in t))return!1}for(;++i<r;){var l=(o=n[i])[0],c=t[l],d=o[1];if(s&&o[2]){if(void 0===c&&!(l in t))return!1}else{var u=new Vl;if(a)var p=a(c,d,l,t,e,u);if(!(void 0===p?vc(d,c,3,a,u):p))return!1}}return!0}(n,t,e)}}function yc(t,e){return null!=t&&e in Object(t)}function kc(t,e){return null!=t&&function(t,e,n){for(var a=-1,i=(e=Bl(e,t)).length,r=!1;++a<i;){var s=ql(e[a]);if(!(r=null!=t&&n(t,s)))break;t=t[s]}return r||++a!=i?r:!!(i=null==t?0:t.length)&&Ko(i)&&Qo(s,i)&&(To(t)||al(t))}(t,e,yc)}function wc(t,e){return Tl(t)&&gc(e)?bc(ql(t),e):function(n){var a=function(t,e,n){var a=null==t?void 0:Ul(t,e);return void 0===a?n:a}(n,t);return void 0===a&&a===e?kc(n,t):vc(e,a,3)}}function Ac(t){return Tl(t)?(e=ql(t),function(t){return null==t?void 0:t[e]}):function(t){return function(e){return Ul(e,t)}}(t);var e}function Cc(t){return"function"==typeof t?t:null==t?zo:"object"==typeof t?To(t)?wc(t[0],t[1]):_c(t):Ac(t)}var xc,Tc=function(t,e,n){for(var a=-1,i=Object(t),r=n(t),s=r.length;s--;){var o=r[xc?s:++a];if(!1===e(i[o],o,i))break}return t};var Sc=function(t,e){return function(n,a){if(null==n)return n;if(!Yo(n))return t(n,a);for(var i=n.length,r=e?i:-1,s=Object(n);(e?r--:++r<i)&&!1!==a(s[r],r,s););return n}}((function(t,e){return t&&Tc(t,e,Al)}));var Mc=Object.prototype.hasOwnProperty;function $c(t){if(null==t)return!0;if(Yo(t)&&(To(t)||"string"==typeof t||"function"==typeof t.splice||ol(t)||ml(t)||al(t)))return!t.length;var e=ic(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(Xo(t))return!wl(t).length;for(var n in t)if(Mc.call(t,n))return!1;return!0}function Dc(t,e){if(t!==e){var n=void 0!==t,a=null===t,i=t==t,r=Co(t),s=void 0!==e,o=null===e,l=e==e,c=Co(e);if(!o&&!c&&!r&&t>e||r&&s&&l&&!o&&!c||a&&s&&l||!n&&l||!i)return 1;if(!a&&!r&&!c&&t<e||c&&n&&i&&!a&&!r||o&&n&&i||!s&&i||!l)return-1}return 0}function zc(t,e,n){var a=-1;return e=xo(e.length?e:[zo],cl(Cc)),function(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}(function(t,e){var n=-1,a=Yo(t)?Array(t.length):[];return Sc(t,(function(t,i,r){a[++n]=e(t,i,r)})),a}(t,(function(t,n,i){return{criteria:xo(e,(function(e){return e(t)})),index:++a,value:t}})),(function(t,e){return function(t,e,n){for(var a=-1,i=t.criteria,r=e.criteria,s=i.length,o=n.length;++a<s;){var l=Dc(i[a],r[a]);if(l)return a>=o?l:l*("desc"==n[a]?-1:1)}return t.index-e.index}(t,e,n)}))}var Nc={sendAddToQueue:function(t,e=null){""!=t&&to.emit("addToQueue",{url:t,bitrate:e},()=>{})}};const Lc={name:"artist-tab",data:()=>({currentTab:"",sortKey:"release_date",sortOrder:"desc",title:"",image:"",type:"",link:"",head:null,body:null}),methods:{albumView:no.bind(null,"album"),reset(){this.title="Loading...",this.image="",this.type="",this.currentTab="",this.sortKey="release_date",this.sortOrder="desc",this.link="",this.head=[],this.body=null},addToQueue(t){t.stopPropagation(),Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},sortBy(t){t==this.sortKey?this.sortOrder="asc"==this.sortOrder?"desc":"asc":(this.sortKey=t,this.sortOrder="asc")},changeTab(t){this.currentTab=t},getCurrentTab(){return this.currentTab},updateSelected(){window.currentStack.selected=this.currentTab},checkNewRelease(t){let e=new Date,n=new Date(t);return n.setDate(n.getDate()+3),e.setHours(0,0,0,0),e.getTime()<=n.getTime()},showArtist(t){const{name:e,picture_xl:n,id:a,releases:i}=t;this.title=e,this.image=n,this.type="Artist",this.link="https://www.deezer.com/artist/"+a,""===this.currentTab&&(this.currentTab=Object.keys(i)[0]),this.sortKey="release_date",this.sortOrder="desc",this.head=[{title:this.$tc("globals.listTabs.title",1),sortKey:"title"},{title:this.$t("globals.listTabs.releaseDate"),sortKey:"release_date"},{title:"",width:"32px"}],$c(i)?this.body=null:this.body=i}},computed:{showTable(){return this.body?(t=this.body[this.currentTab],e=this.sortKey,n=this.sortOrder,null==t?[]:(To(e)||(e=null==e?[]:[e]),To(n=a?void 0:n)||(n=null==n?[]:[n]),zc(t,e,n))):[];var t,e,n,a}},mounted(){to.on("show_artist",this.showArtist),eo.$on("artistTab:reset",this.reset),eo.$on("artistTab:updateSelected",this.updateSelected),eo.$on("artistTab:changeTab",this.changeTab)}};var Pc=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent fixed_footer image_header",attrs:{id:"artist_tab"}},[n("header",{staticClass:"inline-flex",style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+t.image+"')"}},[n("h1",[t._v(t._s(t.title))]),t._v(" "),n("div",{staticClass:"fab right",attrs:{role:"button","aria-label":"download","data-link":t.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("div",{staticClass:"tab"},t._l(t.body,(function(e,a){return n("button",{key:a,staticClass:"selective",class:{active:a===t.currentTab},attrs:{href:"#artist_"+a},on:{click:function(e){return t.changeTab(a)}}},[t._v("\n\t\t\t"+t._s(t.$tc("globals.listTabs."+a,2))+"\n\t\t")])})),0),t._v(" "),n("table",{staticClass:"table"},[n("thead",[n("tr",t._l(t.head,(function(e){return n("th",{class:{"sort-asc":e.sortKey==t.sortKey&&"asc"==t.sortOrder,"sort-desc":e.sortKey==t.sortKey&&"desc"==t.sortOrder,sortable:e.sortKey,clickable:e.sortKey},style:{width:e.width?e.width:"auto"},on:{click:function(n){e.sortKey&&t.sortBy(e.sortKey)}}},[t._v("\n\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t")])})),0)]),t._v(" "),n("tbody",t._l(t.showTable,(function(e){return n("tr",{key:e.id},[n("td",{staticClass:"inline-flex clickable",attrs:{"data-id":e.id},on:{click:t.albumView}},[n("img",{staticClass:"rounded coverart",staticStyle:{"margin-right":"16px",width:"56px",height:"56px"},attrs:{src:e.cover_small}}),t._v(" "),e.explicit_lyrics?n("i",{staticClass:"material-icons explicit_icon"},[t._v("\n\t\t\t\t\t\texplicit\n\t\t\t\t\t")]):t._e(),t._v("\n\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t"),t.checkNewRelease(e.release_date)?n("i",{staticClass:"material-icons",staticStyle:{color:"#FF7300"}},[t._v("\n\t\t\t\t\t\tfiber_new\n\t\t\t\t\t")]):t._e()]),t._v(" "),n("td",[t._v(t._s(e.release_date))]),t._v(" "),n("td",{staticClass:"clickable",attrs:{"data-link":e.link},on:{click:function(e){return e.stopPropagation(),t.addToQueue(e)},contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("\n\t\t\t\t\t\tfile_download\n\t\t\t\t\t")])])])})),0)]),t._v(" "),n("footer",[n("button",{staticClass:"back-button"},[t._v(t._s(t.$t("globals.back")))])])])};Pc._withStripped=!0;var Ec=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/ArtistTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Pc,staticRenderFns:[]},(function(t){t&&t("data-v-40c1499e_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"ArtistTab.vue"},media:void 0})}),Lc,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));function Ic(t){let e=t.toLowerCase();if(e.startsWith("http")){if(e.indexOf("deezer.com")>=0||e.indexOf("open.spotify.com")>=0)return!0}else if(e.startsWith("spotify:"))return!0;return!1}function Fc(t,e,n){var a;return function(){var i=this,r=arguments,s=function(){a=null,n||t.apply(i,r)},o=n&&!a;clearTimeout(a),a=setTimeout(s,e),o&&t.apply(i,r)}}var Rc={isValidURL:Ic,convertDuration:function(t){let e,n;return e=Math.floor(t/60),n=t-60*e,n<10&&(n="0"+n),e+":"+n},convertDurationSeparated:function(t){let e,n,a;return n=Math.floor(t/60),e=Math.floor(n/60),a=t-60*n,n-=60*e,[e,n,a]},numberWithDots:function(t){return t.toString().replace(/\B(?=(\d{3})+(?!\d))/g,".")},debounce:Fc,COUNTRIES:{AF:"Afghanistan",AX:"Åland Islands",AL:"Albania",DZ:"Algeria",AS:"American Samoa",AD:"Andorra",AO:"Angola",AI:"Anguilla",AQ:"Antarctica",AG:"Antigua and Barbuda",AR:"Argentina",AM:"Armenia",AW:"Aruba",AU:"Australia",AT:"Austria",AZ:"Azerbaijan",BS:"Bahamas",BH:"Bahrain",BD:"Bangladesh",BB:"Barbados",BY:"Belarus",BE:"Belgium",BZ:"Belize",BJ:"Benin",BM:"Bermuda",BT:"Bhutan",BO:"Bolivia, Plurinational State of",BQ:"Bonaire, Sint Eustatius and Saba",BA:"Bosnia and Herzegovina",BW:"Botswana",BV:"Bouvet Island",BR:"Brazil",IO:"British Indian Ocean Territory",BN:"Brunei Darussalam",BG:"Bulgaria",BF:"Burkina Faso",BI:"Burundi",KH:"Cambodia",CM:"Cameroon",CA:"Canada",CV:"Cape Verde",KY:"Cayman Islands",CF:"Central African Republic",TD:"Chad",CL:"Chile",CN:"China",CX:"Christmas Island",CC:"Cocos (Keeling) Islands",CO:"Colombia",KM:"Comoros",CG:"Congo",CD:"Congo, the Democratic Republic of the",CK:"Cook Islands",CR:"Costa Rica",CI:"Côte d'Ivoire",HR:"Croatia",CU:"Cuba",CW:"Curaçao",CY:"Cyprus",CZ:"Czech Republic",DK:"Denmark",DJ:"Djibouti",DM:"Dominica",DO:"Dominican Republic",EC:"Ecuador",EG:"Egypt",SV:"El Salvador",GQ:"Equatorial Guinea",ER:"Eritrea",EE:"Estonia",ET:"Ethiopia",FK:"Falkland Islands (Malvinas)",FO:"Faroe Islands",FJ:"Fiji",FI:"Finland",FR:"France",GF:"French Guiana",PF:"French Polynesia",TF:"French Southern Territories",GA:"Gabon",GM:"Gambia",GE:"Georgia",DE:"Germany",GH:"Ghana",GI:"Gibraltar",GR:"Greece",GL:"Greenland",GD:"Grenada",GP:"Guadeloupe",GU:"Guam",GT:"Guatemala",GG:"Guernsey",GN:"Guinea",GW:"Guinea-Bissau",GY:"Guyana",HT:"Haiti",HM:"Heard Island and McDonald Islands",VA:"Holy See (Vatican City State)",HN:"Honduras",HK:"Hong Kong",HU:"Hungary",IS:"Iceland",IN:"India",ID:"Indonesia",IR:"Iran, Islamic Republic of",IQ:"Iraq",IE:"Ireland",IM:"Isle of Man",IL:"Israel",IT:"Italy",JM:"Jamaica",JP:"Japan",JE:"Jersey",JO:"Jordan",KZ:"Kazakhstan",KE:"Kenya",KI:"Kiribati",KP:"Korea, Democratic People's Republic of",KR:"Korea, Republic of",KW:"Kuwait",KG:"Kyrgyzstan",LA:"Lao People's Democratic Republic",LV:"Latvia",LB:"Lebanon",LS:"Lesotho",LR:"Liberia",LY:"Libya",LI:"Liechtenstein",LT:"Lithuania",LU:"Luxembourg",MO:"Macao",MK:"Macedonia, the Former Yugoslav Republic of",MG:"Madagascar",MW:"Malawi",MY:"Malaysia",MV:"Maldives",ML:"Mali",MT:"Malta",MH:"Marshall Islands",MQ:"Martinique",MR:"Mauritania",MU:"Mauritius",YT:"Mayotte",MX:"Mexico",FM:"Micronesia, Federated States of",MD:"Moldova, Republic of",MC:"Monaco",MN:"Mongolia",ME:"Montenegro",MS:"Montserrat",MA:"Morocco",MZ:"Mozambique",MM:"Myanmar",NA:"Namibia",NR:"Nauru",NP:"Nepal",NL:"Netherlands",NC:"New Caledonia",NZ:"New Zealand",NI:"Nicaragua",NE:"Niger",NG:"Nigeria",NU:"Niue",NF:"Norfolk Island",MP:"Northern Mariana Islands",NO:"Norway",OM:"Oman",PK:"Pakistan",PW:"Palau",PS:"Palestine, State of",PA:"Panama",PG:"Papua New Guinea",PY:"Paraguay",PE:"Peru",PH:"Philippines",PN:"Pitcairn",PL:"Poland",PT:"Portugal",PR:"Puerto Rico",QA:"Qatar",RE:"Réunion",RO:"Romania",RU:"Russian Federation",RW:"Rwanda",BL:"Saint Barthélemy",SH:"Saint Helena, Ascension and Tristan da Cunha",KN:"Saint Kitts and Nevis",LC:"Saint Lucia",MF:"Saint Martin (French part)",PM:"Saint Pierre and Miquelon",VC:"Saint Vincent and the Grenadines",WS:"Samoa",SM:"San Marino",ST:"Sao Tome and Principe",SA:"Saudi Arabia",SN:"Senegal",RS:"Serbia",SC:"Seychelles",SL:"Sierra Leone",SG:"Singapore",SX:"Sint Maarten (Dutch part)",SK:"Slovakia",SI:"Slovenia",SB:"Solomon Islands",SO:"Somalia",ZA:"South Africa",GS:"South Georgia and the South Sandwich Islands",SS:"South Sudan",ES:"Spain",LK:"Sri Lanka",SD:"Sudan",SR:"Suriname",SJ:"Svalbard and Jan Mayen",SZ:"Swaziland",SE:"Sweden",CH:"Switzerland",SY:"Syrian Arab Republic",TW:"Taiwan, Province of China",TJ:"Tajikistan",TZ:"Tanzania, United Republic of",TH:"Thailand",TL:"Timor-Leste",TG:"Togo",TK:"Tokelau",TO:"Tonga",TT:"Trinidad and Tobago",TN:"Tunisia",TR:"Turkey",TM:"Turkmenistan",TC:"Turks and Caicos Islands",TV:"Tuvalu",UG:"Uganda",UA:"Ukraine",AE:"United Arab Emirates",GB:"United Kingdom",US:"United States",UM:"United States Minor Outlying Islands",UY:"Uruguay",UZ:"Uzbekistan",VU:"Vanuatu",VE:"Venezuela, Bolivarian Republic of",VN:"Viet Nam",VG:"Virgin Islands, British",VI:"Virgin Islands, U.S.",WF:"Wallis and Futuna",EH:"Western Sahara",YE:"Yemen",ZM:"Zambia",ZW:"Zimbabwe"}};const jc={name:"tracklist-tab",data:()=>({title:"",metadata:"",release_date:"",label:"",explicit:!1,image:"",type:"empty",link:"",body:[]}),methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),playPausePreview(t){eo.$emit("trackPreview:playPausePreview",t)},reset(){this.title="Loading...",this.image="",this.metadata="",this.label="",this.release_date="",this.explicit=!1,this.type="empty",this.body=[]},addToQueue(t){Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},toggleAll(t){this.body.forEach(e=>{"track"==e.type&&(e.selected=t.currentTarget.checked)})},selectedLinks(){var t=[];return this.body&&this.body.forEach(e=>{"track"==e.type&&e.selected&&t.push("spotifyPlaylist"==this.type?e.uri:e.link)}),t.join(";")},convertDuration:Rc.convertDuration,showAlbum(t){const{id:e,title:n,explicit_lyrics:a,label:i,artist:{name:r},tracks:s,tracks:{length:o},release_date:l,cover_xl:c}=t;this.type="album",this.link="https://www.deezer.com/album/"+e,this.title=n,this.explicit=a,this.label=i,this.metadata=`${r} • ${this.$tc("globals.listTabs.trackN",o)}`,this.release_date=l.substring(0,10),this.image=c,$c(s)?this.body=null:this.body=s},showPlaylist(t){const{id:e,title:n,picture_xl:a,creation_date:i,creator:{name:r},tracks:s,tracks:{length:o}}=t;this.type="playlist",this.link="https://www.deezer.com/playlist/"+e,this.title=n,this.image=a,this.release_date=i.substring(0,10),this.metadata=`${this.$t("globals.by",[r])} • ${this.$tc("globals.listTabs.trackN",o)}`,$c(s)?this.body=null:this.body=s},showSpotifyPlaylist(t){const{uri:e,name:n,images:a,images:{length:i},owner:{display_name:r},tracks:s,tracks:{length:o}}=t;this.type="spotifyPlaylist",this.link=e,this.title=n,this.image=i?a[0].url:"https://e-cdns-images.dzcdn.net/images/cover/d41d8cd98f00b204e9800998ecf8427e/1000x1000-000000-80-0-0.jpg",this.release_date="",this.metadata=`${this.$t("globals.by",[r])} • ${this.$tc("globals.listTabs.trackN",o)}`,$c(s)?this.body=null:this.body=s},selectRow(t,e){e.selected=!e.selected}},mounted(){console.log("tracklist mounted"),eo.$on("tracklistTab:reset",this.reset),eo.$on("tracklistTab:selectRow",this.selectRow),to.on("show_album",this.showAlbum),to.on("show_playlist",this.showPlaylist),to.on("show_spotifyplaylist",this.showSpotifyPlaylist)}};var Oc=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent fixed_footer image_header",attrs:{id:"tracklist_tab"}},[n("header",{style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+t.image+"')"}},[n("h1",{staticClass:"inline-flex"},[t._v("\n\t\t\t"+t._s(t.title)+" "),t.explicit?n("i",{staticClass:"material-icons explicit_icon explicit_icon--right"},[t._v("explicit")]):t._e()]),t._v(" "),n("h2",{staticClass:"inline-flex"},[t.metadata?n("span",[t._v(t._s(t.metadata))]):t._e(),t._v(" "),t.release_date?n("span",{staticClass:"right"},[t._v(t._s(t.release_date))]):t._e()])]),t._v(" "),n("table",{staticClass:"table table--tracklist"},[n("thead",[n("tr",[t._m(0),t._v(" "),n("th",[t._v("#")]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.title",1)))]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.artist",1)))]),t._v(" "),"playlist"===t.type?n("th",[t._v(t._s(t.$tc("globals.listTabs.album",1)))]):t._e(),t._v(" "),t._m(1),t._v(" "),n("th",{staticClass:"table__icon table__cell--center clickable"},[n("input",{staticClass:"selectAll",attrs:{type:"checkbox"},on:{click:t.toggleAll}})])])]),t._v(" "),n("tbody",["spotifyPlaylist"!==t.type?[t._l(t.body,(function(e,a){return["track"==e.type?n("tr",{on:{click:function(n){return t.selectRow(a,e)}}},[n("td",{staticClass:"table__cell--x-small table__cell--center"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",t._g({staticClass:"material-icons",class:{preview_playlist_controls:e.preview,disabled:!e.preview},attrs:{"data-preview":e.preview,title:t.$t("globals.play_hint")}},{click:!!e.preview&&t.playPausePreview}),[t._v("\n\t\t\t\t\t\t\t\t\tplay_arrow\n\t\t\t\t\t\t\t\t")])])]),t._v(" "),n("td",{staticClass:"table__cell--small table__cell--center track_position"},[t._v("\n\t\t\t\t\t\t\t"+t._s("album"===t.type?e.track_position:t.body.indexOf(e)+1)+"\n\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--large table__cell--with-icon"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[e.explicit_lyrics?n("i",{staticClass:"material-icons explicit_icon"},[t._v("\n\t\t\t\t\t\t\t\t\texplicit\n\t\t\t\t\t\t\t\t")]):t._e(),t._v("\n\t\t\t\t\t\t\t\t"+t._s(e.title+(e.title_version&&-1==e.title.indexOf(e.title_version)?" "+e.title_version:""))+"\n\t\t\t\t\t\t\t")])]),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{"data-id":e.artist.id},on:{click:t.artistView}},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.artist.name)+"\n\t\t\t\t\t\t")]),t._v(" "),"playlist"==t.type?n("td",{staticClass:"table__cell--medium table__cell--center clickable",attrs:{"data-id":e.album.id},on:{click:t.albumView}},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.album.title)+"\n\t\t\t\t\t\t")]):t._e(),t._v(" "),n("td",{staticClass:"table__cell--center",class:{"table__cell--small":"album"===t.type,"table__cell--x-small":"playlist"===t.type}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.convertDuration(e.duration))+"\n\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__icon table__cell--center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.selected)?t._i(e.selected,null)>-1:e.selected},on:{change:function(n){var a=e.selected,i=n.target,r=!!i.checked;if(Array.isArray(a)){var s=t._i(a,null);i.checked?s<0&&t.$set(e,"selected",a.concat([null])):s>-1&&t.$set(e,"selected",a.slice(0,s).concat(a.slice(s+1)))}else t.$set(e,"selected",r)}}})])]):"disc_separator"==e.type?n("tr",{staticClass:"table__row-no-highlight",staticStyle:{opacity:"0.54"}},[t._m(2,!0),t._v(" "),n("td",{staticClass:"table__cell--center"},[t._v("\n\t\t\t\t\t\t\t"+t._s(e.number)+"\n\t\t\t\t\t\t")]),t._v(" "),n("td",{attrs:{colspan:"4"}})]):t._e()]}))]:t._l(t.body,(function(e,a){return n("tr",[n("td",[e.preview_url?n("i",{class:"material-icons"+(e.preview_url?" preview_playlist_controls":""),attrs:{"data-preview":e.preview_url,title:t.$t("globals.play_hint")},on:{click:t.playPausePreview}},[t._v("\n\t\t\t\t\t\t\tplay_arrow\n\t\t\t\t\t\t")]):n("i",{staticClass:"material-icons disabled"},[t._v("play_arrow")])]),t._v(" "),n("td",[t._v(t._s(a+1))]),t._v(" "),n("td",{staticClass:"inline-flex"},[e.explicit?n("i",{staticClass:"material-icons explicit_icon"},[t._v("explicit")]):t._e(),t._v("\n\t\t\t\t\t\t"+t._s(e.name)+"\n\t\t\t\t\t")]),t._v(" "),n("td",[t._v(t._s(e.artists[0].name))]),t._v(" "),n("td",[t._v(t._s(e.album.name))]),t._v(" "),n("td",[t._v(t._s(t.convertDuration(Math.floor(e.duration_ms/1e3))))]),t._v(" "),n("td",[n("input",{directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"track.selected"}],staticClass:"clickable",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(e.selected)?t._i(e.selected,null)>-1:e.selected},on:{change:function(n){var a=e.selected,i=n.target,r=!!i.checked;if(Array.isArray(a)){var s=t._i(a,null);i.checked?s<0&&t.$set(e,"selected",a.concat([null])):s>-1&&t.$set(e,"selected",a.slice(0,s).concat(a.slice(s+1)))}else t.$set(e,"selected",r)}}})])])}))],2)]),t._v(" "),t.label?n("span",{staticStyle:{opacity:"0.4","margin-top":"8px",display:"inline-block","font-size":"13px"}},[t._v(t._s(t.label))]):t._e(),t._v(" "),n("footer",[n("button",{attrs:{"data-link":t.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[t._v("\n\t\t\t"+t._s(""+t.$t("globals.download",[t.$tc("globals.listTabs."+t.type,1)]))+"\n\t\t")]),t._v(" "),n("button",{staticClass:"with_icon",attrs:{"data-link":t.selectedLinks()},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[t._v("\n\t\t\t"+t._s(t.$t("tracklist.downloadSelection"))),n("i",{staticClass:"material-icons"},[t._v("file_download")])]),t._v(" "),n("button",{staticClass:"back-button"},[t._v(t._s(t.$t("globals.back")))])])])};Oc._withStripped=!0;var Bc=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TracklistTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Oc,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("th",[e("i",{staticClass:"material-icons"},[this._v("music_note")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("th",[e("i",{staticClass:"material-icons"},[this._v("timer")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("td",[e("div",{staticClass:"table__cell-content table__cell-content--vertical-center",staticStyle:{opacity:"0.54"}},[e("i",{staticClass:"material-icons"},[this._v("album")])])])}]},(function(t){t&&t("data-v-088b4e14_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TracklistTab.vue"},media:void 0})}),jc,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const qc={name:"the-charts-tab",data:()=>({country:"",id:0,countries:[],chart:[]}),methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),playPausePreview(t){eo.$emit("trackPreview:playPausePreview",t)},previewMouseEnter(t){eo.$emit("trackPreview:previewMouseEnter",t)},previewMouseLeave(t){eo.$emit("trackPreview:previewMouseLeave",t)},convertDuration:Rc.convertDuration,addToQueue(t){t.stopPropagation(),Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},getTrackList(t){document.getElementById("content").scrollTo(0,0);const{currentTarget:{dataset:{title:e}},currentTarget:{dataset:{id:n}}}=t;this.country=e,localStorage.setItem("chart",this.country),this.id=n,to.emit("getChartTracks",this.id)},setTracklist(t){this.chart=t},changeCountry(){this.country="",this.id=0},initCharts(t){if(this.countries=t,this.country=localStorage.getItem("chart")||"",!this.country)return;let e=0;for(;e<this.countries.length&&this.countries[e].title!=this.country;e++);e!==this.countries.length?(this.id=this.countries[e].id,to.emit("getChartTracks",this.id)):(this.country="",localStorage.setItem("chart",this.country))}},mounted(){to.on("init_charts",this.initCharts),to.on("setChartTracks",this.setTracklist)}};var Uc=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"charts_tab"}},[n("h2",{staticClass:"page_heading"},[t._v(t._s(t.$t("charts.title")))]),t._v(" "),""===t.country?n("div",{attrs:{id:"charts_selection"}},[n("div",{staticClass:"release_grid charts_grid"},[t._l(t.countries,(function(e){return["Worldwide"===e.title?n("div",{key:e.id,staticClass:"release clickable",attrs:{role:"button","aria-label":e.title,"data-title":e.title,"data-id":e.id},on:{click:t.getTrackList}},[n("img",{staticClass:"rounded coverart",attrs:{src:e.picture_medium}})]):t._e()]})),t._v(" "),t._l(t.countries,(function(e){return["Worldwide"!==e.title?n("div",{key:e.id,staticClass:"release clickable",attrs:{role:"button","aria-label":e.title,"data-title":e.title,"data-id":e.id},on:{click:t.getTrackList}},[n("img",{staticClass:"rounded coverart",attrs:{src:e.picture_medium}})]):t._e()]}))],2)]):n("div",{attrs:{id:"charts_table"}},[n("button",{on:{click:t.changeCountry}},[t._v(t._s(t.$t("charts.changeCountry")))]),t._v(" "),n("button",{attrs:{"data-link":"https://www.deezer.com/playlist/"+t.id},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[t._v("\n\t\t\t"+t._s(t.$t("charts.download"))+"\n\t\t")]),t._v(" "),n("table",{staticClass:"table table--charts"},[n("tbody",t._l(t.chart,(function(e){return n("tr",{staticClass:"track_row"},[n("td",{staticClass:"top-tracks-position",class:{first:1===e.position}},[t._v("\n\t\t\t\t\t\t"+t._s(e.position)+"\n\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__icon table__icon--big"},[n("a",{staticClass:"rounded",class:{"single-cover":e.preview},attrs:{href:"#","data-preview":e.preview},on:{click:t.playPausePreview}},[e.preview?n("i",{staticClass:"material-icons preview_controls",attrs:{title:t.$t("globals.play_hint")},on:{mouseenter:t.previewMouseEnter,mouseleave:t.previewMouseLeave}},[t._v("\n\t\t\t\t\t\t\t\tplay_arrow\n\t\t\t\t\t\t\t")]):t._e(),t._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:e.album.cover_small}})])]),t._v(" "),n("td",{staticClass:"table__cell--large breakline"},[t._v("\n\t\t\t\t\t\t"+t._s(e.title+(e.title_version&&-1==e.title.indexOf(e.title_version)?" "+e.title_version:""))+"\n\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.artist.id},on:{click:t.artistView}},[t._v("\n\t\t\t\t\t\t"+t._s(e.artist.name)+"\n\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.album.id},on:{click:t.albumView}},[t._v("\n\t\t\t\t\t\t"+t._s(e.album.title)+"\n\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--small table__cell--center"},[t._v("\n\t\t\t\t\t\t"+t._s(t.convertDuration(e.duration))+"\n\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--download",attrs:{"data-link":e.link,role:"button","aria-label":"download"},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])])})),0)])])])};Uc._withStripped=!0;var Vc=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheChartsTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Uc,staticRenderFns:[]},(function(t){t&&t("data-v-9395c4da_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheChartsTab.vue"},media:void 0})}),qc,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),Hc="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Wc(t,e){return t(e={exports:{}},e.exports),e.exports}var Qc=Wc((function(t){
|
||
/*!
|
||
* Toastify js 1.8.0
|
||
* https://github.com/apvarun/toastify-js
|
||
* @license MIT licensed
|
||
*
|
||
* Copyright (C) 2018 Varun A P
|
||
*/
|
||
!function(e,n){t.exports?t.exports=n():e.Toastify=n()}(Hc,(function(t){var e=function(t){return new e.lib.init(t)};function n(t,e){return!(!t||"string"!=typeof e)&&!!(t.className&&t.className.trim().split(/\s+/gi).indexOf(e)>-1)}return e.lib=e.prototype={toastify:"1.8.0",constructor:e,init:function(t){return t||(t={}),this.options={},this.toastElement=null,this.options.text=t.text||"Hi there!",this.options.node=t.node,this.options.duration=0===t.duration?0:t.duration||3e3,this.options.selector=t.selector,this.options.callback=t.callback||function(){},this.options.destination=t.destination,this.options.newWindow=t.newWindow||!1,this.options.close=t.close||!1,this.options.gravity="bottom"===t.gravity?"toastify-bottom":"toastify-top",this.options.positionLeft=t.positionLeft||!1,this.options.position=t.position||"",this.options.backgroundColor=t.backgroundColor,this.options.avatar=t.avatar||"",this.options.className=t.className||"",this.options.stopOnFocus=void 0===t.stopOnFocus||t.stopOnFocus,this.options.onClick=t.onClick,this},buildToast:function(){if(!this.options)throw"Toastify is not initialized";var t=document.createElement("div");if(t.className="toastify on "+this.options.className,this.options.position?t.className+=" toastify-"+this.options.position:!0===this.options.positionLeft?(t.className+=" toastify-left",console.warn("Property `positionLeft` will be depreciated in further versions. Please use `position` instead.")):t.className+=" toastify-right",t.className+=" "+this.options.gravity,this.options.backgroundColor&&(t.style.background=this.options.backgroundColor),this.options.node&&this.options.node.nodeType===Node.ELEMENT_NODE)t.appendChild(this.options.node);else if(t.innerHTML=this.options.text,""!==this.options.avatar){var e=document.createElement("img");e.src=this.options.avatar,e.className="toastify-avatar","left"==this.options.position||!0===this.options.positionLeft?t.appendChild(e):t.insertAdjacentElement("beforeend",e)}if(!0===this.options.close){var n=document.createElement("span");n.innerHTML="✖",n.className="toast-close",n.addEventListener("click",function(t){t.stopPropagation(),this.removeElement(this.toastElement),window.clearTimeout(this.toastElement.timeOutValue)}.bind(this));var a=window.innerWidth>0?window.innerWidth:screen.width;("left"==this.options.position||!0===this.options.positionLeft)&&a>360?t.insertAdjacentElement("afterbegin",n):t.appendChild(n)}if(this.options.stopOnFocus&&this.options.duration>0){const e=this;t.addEventListener("mouseover",(function(e){window.clearTimeout(t.timeOutValue)})),t.addEventListener("mouseleave",(function(){t.timeOutValue=window.setTimeout((function(){e.removeElement(t)}),e.options.duration)}))}return void 0!==this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),!0===this.options.newWindow?window.open(this.options.destination,"_blank"):window.location=this.options.destination}.bind(this)),"function"==typeof this.options.onClick&&void 0===this.options.destination&&t.addEventListener("click",function(t){t.stopPropagation(),this.options.onClick()}.bind(this)),t},showToast:function(){var t;if(this.toastElement=this.buildToast(),!(t=void 0===this.options.selector?document.body:document.getElementById(this.options.selector)))throw"Root element is not defined";return t.insertBefore(this.toastElement,t.firstChild),e.reposition(),this.options.duration>0&&(this.toastElement.timeOutValue=window.setTimeout(function(){this.removeElement(this.toastElement)}.bind(this),this.options.duration)),this},hideToast:function(){this.toastElement.timeOutValue&&clearTimeout(this.toastElement.timeOutValue),this.removeElement(this.toastElement)},removeElement:function(t){t.className=t.className.replace(" on",""),window.setTimeout(function(){this.options.node&&this.options.node.parentNode&&this.options.node.parentNode.removeChild(this.options.node),t.parentNode&&t.parentNode.removeChild(t),this.options.callback.call(t),e.reposition()}.bind(this),400)}},e.reposition=function(){for(var t,e={top:15,bottom:15},a={top:15,bottom:15},i={top:15,bottom:15},r=document.getElementsByClassName("toastify"),s=0;s<r.length;s++){t=!0===n(r[s],"toastify-top")?"toastify-top":"toastify-bottom";var o=r[s].offsetHeight;t=t.substr(9,t.length-1);(window.innerWidth>0?window.innerWidth:screen.width)<=360?(r[s].style[t]=i[t]+"px",i[t]+=o+15):!0===n(r[s],"toastify-left")?(r[s].style[t]=e[t]+"px",e[t]+=o+15):(r[s].style[t]=a[t]+"px",a[t]+=o+15)}return this},e.lib.init.prototype=e.lib,e}))})),Gc=Wc((function(t){
|
||
/*!
|
||
* jQuery JavaScript Library v3.5.1
|
||
* https://jquery.com/
|
||
*
|
||
* Includes Sizzle.js
|
||
* https://sizzlejs.com/
|
||
*
|
||
* Copyright JS Foundation and other contributors
|
||
* Released under the MIT license
|
||
* https://jquery.org/license
|
||
*
|
||
* Date: 2020-05-04T22:49Z
|
||
*/
|
||
!function(e,n){t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}}("undefined"!=typeof window?window:Hc,(function(t,e){var n=[],a=Object.getPrototypeOf,i=n.slice,r=n.flat?function(t){return n.flat.call(t)}:function(t){return n.concat.apply([],t)},s=n.push,o=n.indexOf,l={},c=l.toString,d=l.hasOwnProperty,u=d.toString,p=u.call(Object),h={},f=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType},m=function(t){return null!=t&&t===t.window},v=t.document,g={type:!0,src:!0,nonce:!0,noModule:!0};function b(t,e,n){var a,i,r=(n=n||v).createElement("script");if(r.text=t,e)for(a in g)(i=e[a]||e.getAttribute&&e.getAttribute(a))&&r.setAttribute(a,i);n.head.appendChild(r).parentNode.removeChild(r)}function _(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?l[c.call(t)]||"object":typeof t}var y=function(t,e){return new y.fn.init(t,e)};function k(t){var e=!!t&&"length"in t&&t.length,n=_(t);return!f(t)&&!m(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}y.fn=y.prototype={jquery:"3.5.1",constructor:y,length:0,toArray:function(){return i.call(this)},get:function(t){return null==t?i.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=y.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return y.each(this,t)},map:function(t){return this.pushStack(y.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(i.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(y.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(y.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n<e?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:s,sort:n.sort,splice:n.splice},y.extend=y.fn.extend=function(){var t,e,n,a,i,r,s=arguments[0]||{},o=1,l=arguments.length,c=!1;for("boolean"==typeof s&&(c=s,s=arguments[o]||{},o++),"object"==typeof s||f(s)||(s={}),o===l&&(s=this,o--);o<l;o++)if(null!=(t=arguments[o]))for(e in t)a=t[e],"__proto__"!==e&&s!==a&&(c&&a&&(y.isPlainObject(a)||(i=Array.isArray(a)))?(n=s[e],r=i&&!Array.isArray(n)?[]:i||y.isPlainObject(n)?n:{},i=!1,s[e]=y.extend(c,r,a)):void 0!==a&&(s[e]=a));return s},y.extend({expando:"jQuery"+("3.5.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,n;return!(!t||"[object Object]"!==c.call(t))&&(!(e=a(t))||"function"==typeof(n=d.call(e,"constructor")&&e.constructor)&&u.call(n)===p)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,n){b(t,{nonce:e&&e.nonce},n)},each:function(t,e){var n,a=0;if(k(t))for(n=t.length;a<n&&!1!==e.call(t[a],a,t[a]);a++);else for(a in t)if(!1===e.call(t[a],a,t[a]))break;return t},makeArray:function(t,e){var n=e||[];return null!=t&&(k(Object(t))?y.merge(n,"string"==typeof t?[t]:t):s.call(n,t)),n},inArray:function(t,e,n){return null==e?-1:o.call(e,t,n)},merge:function(t,e){for(var n=+e.length,a=0,i=t.length;a<n;a++)t[i++]=e[a];return t.length=i,t},grep:function(t,e,n){for(var a=[],i=0,r=t.length,s=!n;i<r;i++)!e(t[i],i)!==s&&a.push(t[i]);return a},map:function(t,e,n){var a,i,s=0,o=[];if(k(t))for(a=t.length;s<a;s++)null!=(i=e(t[s],s,n))&&o.push(i);else for(s in t)null!=(i=e(t[s],s,n))&&o.push(i);return r(o)},guid:1,support:h}),"function"==typeof Symbol&&(y.fn[Symbol.iterator]=n[Symbol.iterator]),y.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){l["[object "+e+"]"]=e.toLowerCase()}));var w=
|
||
/*!
|
||
* Sizzle CSS Selector Engine v2.3.5
|
||
* https://sizzlejs.com/
|
||
*
|
||
* Copyright JS Foundation and other contributors
|
||
* Released under the MIT license
|
||
* https://js.foundation/
|
||
*
|
||
* Date: 2020-03-14
|
||
*/
|
||
function(t){var e,n,a,i,r,s,o,l,c,d,u,p,h,f,m,v,g,b,_,y="sizzle"+1*new Date,k=t.document,w=0,A=0,C=lt(),x=lt(),T=lt(),S=lt(),M=function(t,e){return t===e&&(u=!0),0},$={}.hasOwnProperty,D=[],z=D.pop,N=D.push,L=D.push,P=D.slice,E=function(t,e){for(var n=0,a=t.length;n<a;n++)if(t[n]===e)return n;return-1},I="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",F="[\\x20\\t\\r\\n\\f]",R="(?:\\\\[\\da-fA-F]{1,6}"+F+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",j="\\["+F+"*("+R+")(?:"+F+"*([*^$|!~]?=)"+F+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+R+"))|)"+F+"*\\]",O=":("+R+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+j+")*)|.*)\\)|)",B=new RegExp(F+"+","g"),q=new RegExp("^"+F+"+|((?:^|[^\\\\])(?:\\\\.)*)"+F+"+$","g"),U=new RegExp("^"+F+"*,"+F+"*"),V=new RegExp("^"+F+"*([>+~]|"+F+")"+F+"*"),H=new RegExp(F+"|>"),W=new RegExp(O),Q=new RegExp("^"+R+"$"),G={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+j),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+F+"*(even|odd|(([+-]|)(\\d*)n|)"+F+"*(?:([+-]|)"+F+"*(\\d+)|))"+F+"*\\)|)","i"),bool:new RegExp("^(?:"+I+")$","i"),needsContext:new RegExp("^"+F+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+F+"*((?:-\\d)?\\d*)"+F+"*\\)|)(?=[^-]|$)","i")},K=/HTML$/i,Y=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,X=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,tt=/[+~]/,et=new RegExp("\\\\[\\da-fA-F]{1,6}"+F+"?|\\\\([^\\r\\n\\f])","g"),nt=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},at=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,it=function(t,e){return e?"\0"===t?"<22>":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t},rt=function(){p()},st=yt((function(t){return!0===t.disabled&&"fieldset"===t.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{L.apply(D=P.call(k.childNodes),k.childNodes),D[k.childNodes.length].nodeType}catch(t){L={apply:D.length?function(t,e){N.apply(t,P.call(e))}:function(t,e){for(var n=t.length,a=0;t[n++]=e[a++];);t.length=n-1}}}function ot(t,e,a,i){var r,o,c,d,u,f,g,b=e&&e.ownerDocument,k=e?e.nodeType:9;if(a=a||[],"string"!=typeof t||!t||1!==k&&9!==k&&11!==k)return a;if(!i&&(p(e),e=e||h,m)){if(11!==k&&(u=Z.exec(t)))if(r=u[1]){if(9===k){if(!(c=e.getElementById(r)))return a;if(c.id===r)return a.push(c),a}else if(b&&(c=b.getElementById(r))&&_(e,c)&&c.id===r)return a.push(c),a}else{if(u[2])return L.apply(a,e.getElementsByTagName(t)),a;if((r=u[3])&&n.getElementsByClassName&&e.getElementsByClassName)return L.apply(a,e.getElementsByClassName(r)),a}if(n.qsa&&!S[t+" "]&&(!v||!v.test(t))&&(1!==k||"object"!==e.nodeName.toLowerCase())){if(g=t,b=e,1===k&&(H.test(t)||V.test(t))){for((b=tt.test(t)&>(e.parentNode)||e)===e&&n.scope||((d=e.getAttribute("id"))?d=d.replace(at,it):e.setAttribute("id",d=y)),o=(f=s(t)).length;o--;)f[o]=(d?"#"+d:":scope")+" "+_t(f[o]);g=f.join(",")}try{return L.apply(a,b.querySelectorAll(g)),a}catch(e){S(t,!0)}finally{d===y&&e.removeAttribute("id")}}}return l(t.replace(q,"$1"),e,a,i)}function lt(){var t=[];return function e(n,i){return t.push(n+" ")>a.cacheLength&&delete e[t.shift()],e[n+" "]=i}}function ct(t){return t[y]=!0,t}function dt(t){var e=h.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ut(t,e){for(var n=t.split("|"),i=n.length;i--;)a.attrHandle[n[i]]=e}function pt(t,e){var n=e&&t,a=n&&1===t.nodeType&&1===e.nodeType&&t.sourceIndex-e.sourceIndex;if(a)return a;if(n)for(;n=n.nextSibling;)if(n===e)return-1;return t?1:-1}function ht(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function ft(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function mt(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&st(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function vt(t){return ct((function(e){return e=+e,ct((function(n,a){for(var i,r=t([],n.length,e),s=r.length;s--;)n[i=r[s]]&&(n[i]=!(a[i]=n[i]))}))}))}function gt(t){return t&&void 0!==t.getElementsByTagName&&t}for(e in n=ot.support={},r=ot.isXML=function(t){var e=t.namespaceURI,n=(t.ownerDocument||t).documentElement;return!K.test(e||n&&n.nodeName||"HTML")},p=ot.setDocument=function(t){var e,i,s=t?t.ownerDocument||t:k;return s!=h&&9===s.nodeType&&s.documentElement?(f=(h=s).documentElement,m=!r(h),k!=h&&(i=h.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",rt,!1):i.attachEvent&&i.attachEvent("onunload",rt)),n.scope=dt((function(t){return f.appendChild(t).appendChild(h.createElement("div")),void 0!==t.querySelectorAll&&!t.querySelectorAll(":scope fieldset div").length})),n.attributes=dt((function(t){return t.className="i",!t.getAttribute("className")})),n.getElementsByTagName=dt((function(t){return t.appendChild(h.createComment("")),!t.getElementsByTagName("*").length})),n.getElementsByClassName=X.test(h.getElementsByClassName),n.getById=dt((function(t){return f.appendChild(t).id=y,!h.getElementsByName||!h.getElementsByName(y).length})),n.getById?(a.filter.ID=function(t){var e=t.replace(et,nt);return function(t){return t.getAttribute("id")===e}},a.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var n=e.getElementById(t);return n?[n]:[]}}):(a.filter.ID=function(t){var e=t.replace(et,nt);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},a.find.ID=function(t,e){if(void 0!==e.getElementById&&m){var n,a,i,r=e.getElementById(t);if(r){if((n=r.getAttributeNode("id"))&&n.value===t)return[r];for(i=e.getElementsByName(t),a=0;r=i[a++];)if((n=r.getAttributeNode("id"))&&n.value===t)return[r]}return[]}}),a.find.TAG=n.getElementsByTagName?function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):n.qsa?e.querySelectorAll(t):void 0}:function(t,e){var n,a=[],i=0,r=e.getElementsByTagName(t);if("*"===t){for(;n=r[i++];)1===n.nodeType&&a.push(n);return a}return r},a.find.CLASS=n.getElementsByClassName&&function(t,e){if(void 0!==e.getElementsByClassName&&m)return e.getElementsByClassName(t)},g=[],v=[],(n.qsa=X.test(h.querySelectorAll))&&(dt((function(t){var e;f.appendChild(t).innerHTML="<a id='"+y+"'></a><select id='"+y+"-\r\\' msallowcapture=''><option selected=''></option></select>",t.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+F+"*(?:''|\"\")"),t.querySelectorAll("[selected]").length||v.push("\\["+F+"*(?:value|"+I+")"),t.querySelectorAll("[id~="+y+"-]").length||v.push("~="),(e=h.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||v.push("\\["+F+"*name"+F+"*="+F+"*(?:''|\"\")"),t.querySelectorAll(":checked").length||v.push(":checked"),t.querySelectorAll("a#"+y+"+*").length||v.push(".#.+[+~]"),t.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")})),dt((function(t){t.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var e=h.createElement("input");e.setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),t.querySelectorAll("[name=d]").length&&v.push("name"+F+"*[*^$|!~]?="),2!==t.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),f.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),t.querySelectorAll("*,:x"),v.push(",.*:")}))),(n.matchesSelector=X.test(b=f.matches||f.webkitMatchesSelector||f.mozMatchesSelector||f.oMatchesSelector||f.msMatchesSelector))&&dt((function(t){n.disconnectedMatch=b.call(t,"*"),b.call(t,"[s!='']:x"),g.push("!=",O)})),v=v.length&&new RegExp(v.join("|")),g=g.length&&new RegExp(g.join("|")),e=X.test(f.compareDocumentPosition),_=e||X.test(f.contains)?function(t,e){var n=9===t.nodeType?t.documentElement:t,a=e&&e.parentNode;return t===a||!(!a||1!==a.nodeType||!(n.contains?n.contains(a):t.compareDocumentPosition&&16&t.compareDocumentPosition(a)))}:function(t,e){if(e)for(;e=e.parentNode;)if(e===t)return!0;return!1},M=e?function(t,e){if(t===e)return u=!0,0;var a=!t.compareDocumentPosition-!e.compareDocumentPosition;return a||(1&(a=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!n.sortDetached&&e.compareDocumentPosition(t)===a?t==h||t.ownerDocument==k&&_(k,t)?-1:e==h||e.ownerDocument==k&&_(k,e)?1:d?E(d,t)-E(d,e):0:4&a?-1:1)}:function(t,e){if(t===e)return u=!0,0;var n,a=0,i=t.parentNode,r=e.parentNode,s=[t],o=[e];if(!i||!r)return t==h?-1:e==h?1:i?-1:r?1:d?E(d,t)-E(d,e):0;if(i===r)return pt(t,e);for(n=t;n=n.parentNode;)s.unshift(n);for(n=e;n=n.parentNode;)o.unshift(n);for(;s[a]===o[a];)a++;return a?pt(s[a],o[a]):s[a]==k?-1:o[a]==k?1:0},h):h},ot.matches=function(t,e){return ot(t,null,null,e)},ot.matchesSelector=function(t,e){if(p(t),n.matchesSelector&&m&&!S[e+" "]&&(!g||!g.test(e))&&(!v||!v.test(e)))try{var a=b.call(t,e);if(a||n.disconnectedMatch||t.document&&11!==t.document.nodeType)return a}catch(t){S(e,!0)}return ot(e,h,null,[t]).length>0},ot.contains=function(t,e){return(t.ownerDocument||t)!=h&&p(t),_(t,e)},ot.attr=function(t,e){(t.ownerDocument||t)!=h&&p(t);var i=a.attrHandle[e.toLowerCase()],r=i&&$.call(a.attrHandle,e.toLowerCase())?i(t,e,!m):void 0;return void 0!==r?r:n.attributes||!m?t.getAttribute(e):(r=t.getAttributeNode(e))&&r.specified?r.value:null},ot.escape=function(t){return(t+"").replace(at,it)},ot.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},ot.uniqueSort=function(t){var e,a=[],i=0,r=0;if(u=!n.detectDuplicates,d=!n.sortStable&&t.slice(0),t.sort(M),u){for(;e=t[r++];)e===t[r]&&(i=a.push(r));for(;i--;)t.splice(a[i],1)}return d=null,t},i=ot.getText=function(t){var e,n="",a=0,r=t.nodeType;if(r){if(1===r||9===r||11===r){if("string"==typeof t.textContent)return t.textContent;for(t=t.firstChild;t;t=t.nextSibling)n+=i(t)}else if(3===r||4===r)return t.nodeValue}else for(;e=t[a++];)n+=i(e);return n},(a=ot.selectors={cacheLength:50,createPseudo:ct,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(et,nt),t[3]=(t[3]||t[4]||t[5]||"").replace(et,nt),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||ot.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&ot.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return G.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&W.test(n)&&(e=s(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(et,nt).toLowerCase();return"*"===t?function(){return!0}:function(t){return t.nodeName&&t.nodeName.toLowerCase()===e}},CLASS:function(t){var e=C[t+" "];return e||(e=new RegExp("(^|"+F+")"+t+"("+F+"|$)"))&&C(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(a){var i=ot.attr(a,t);return null==i?"!="===e:!e||(i+="","="===e?i===n:"!="===e?i!==n:"^="===e?n&&0===i.indexOf(n):"*="===e?n&&i.indexOf(n)>-1:"$="===e?n&&i.slice(-n.length)===n:"~="===e?(" "+i.replace(B," ")+" ").indexOf(n)>-1:"|="===e&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,a,i){var r="nth"!==t.slice(0,3),s="last"!==t.slice(-4),o="of-type"===e;return 1===a&&0===i?function(t){return!!t.parentNode}:function(e,n,l){var c,d,u,p,h,f,m=r!==s?"nextSibling":"previousSibling",v=e.parentNode,g=o&&e.nodeName.toLowerCase(),b=!l&&!o,_=!1;if(v){if(r){for(;m;){for(p=e;p=p[m];)if(o?p.nodeName.toLowerCase()===g:1===p.nodeType)return!1;f=m="only"===t&&!f&&"nextSibling"}return!0}if(f=[s?v.firstChild:v.lastChild],s&&b){for(_=(h=(c=(d=(u=(p=v)[y]||(p[y]={}))[p.uniqueID]||(u[p.uniqueID]={}))[t]||[])[0]===w&&c[1])&&c[2],p=h&&v.childNodes[h];p=++h&&p&&p[m]||(_=h=0)||f.pop();)if(1===p.nodeType&&++_&&p===e){d[t]=[w,h,_];break}}else if(b&&(_=h=(c=(d=(u=(p=e)[y]||(p[y]={}))[p.uniqueID]||(u[p.uniqueID]={}))[t]||[])[0]===w&&c[1]),!1===_)for(;(p=++h&&p&&p[m]||(_=h=0)||f.pop())&&((o?p.nodeName.toLowerCase()!==g:1!==p.nodeType)||!++_||(b&&((d=(u=p[y]||(p[y]={}))[p.uniqueID]||(u[p.uniqueID]={}))[t]=[w,_]),p!==e)););return(_-=i)===a||_%a==0&&_/a>=0}}},PSEUDO:function(t,e){var n,i=a.pseudos[t]||a.setFilters[t.toLowerCase()]||ot.error("unsupported pseudo: "+t);return i[y]?i(e):i.length>1?(n=[t,t,"",e],a.setFilters.hasOwnProperty(t.toLowerCase())?ct((function(t,n){for(var a,r=i(t,e),s=r.length;s--;)t[a=E(t,r[s])]=!(n[a]=r[s])})):function(t){return i(t,0,n)}):i}},pseudos:{not:ct((function(t){var e=[],n=[],a=o(t.replace(q,"$1"));return a[y]?ct((function(t,e,n,i){for(var r,s=a(t,null,i,[]),o=t.length;o--;)(r=s[o])&&(t[o]=!(e[o]=r))})):function(t,i,r){return e[0]=t,a(e,null,r,n),e[0]=null,!n.pop()}})),has:ct((function(t){return function(e){return ot(t,e).length>0}})),contains:ct((function(t){return t=t.replace(et,nt),function(e){return(e.textContent||i(e)).indexOf(t)>-1}})),lang:ct((function(t){return Q.test(t||"")||ot.error("unsupported lang: "+t),t=t.replace(et,nt).toLowerCase(),function(e){var n;do{if(n=m?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(e){var n=t.location&&t.location.hash;return n&&n.slice(1)===e.id},root:function(t){return t===f},focus:function(t){return t===h.activeElement&&(!h.hasFocus||h.hasFocus())&&!!(t.type||t.href||~t.tabIndex)},enabled:mt(!1),disabled:mt(!0),checked:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&!!t.checked||"option"===e&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!a.pseudos.empty(t)},header:function(t){return J.test(t.nodeName)},input:function(t){return Y.test(t.nodeName)},button:function(t){var e=t.nodeName.toLowerCase();return"input"===e&&"button"===t.type||"button"===e},text:function(t){var e;return"input"===t.nodeName.toLowerCase()&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:vt((function(){return[0]})),last:vt((function(t,e){return[e-1]})),eq:vt((function(t,e,n){return[n<0?n+e:n]})),even:vt((function(t,e){for(var n=0;n<e;n+=2)t.push(n);return t})),odd:vt((function(t,e){for(var n=1;n<e;n+=2)t.push(n);return t})),lt:vt((function(t,e,n){for(var a=n<0?n+e:n>e?e:n;--a>=0;)t.push(a);return t})),gt:vt((function(t,e,n){for(var a=n<0?n+e:n;++a<e;)t.push(a);return t}))}}).pseudos.nth=a.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})a.pseudos[e]=ht(e);for(e in{submit:!0,reset:!0})a.pseudos[e]=ft(e);function bt(){}function _t(t){for(var e=0,n=t.length,a="";e<n;e++)a+=t[e].value;return a}function yt(t,e,n){var a=e.dir,i=e.next,r=i||a,s=n&&"parentNode"===r,o=A++;return e.first?function(e,n,i){for(;e=e[a];)if(1===e.nodeType||s)return t(e,n,i);return!1}:function(e,n,l){var c,d,u,p=[w,o];if(l){for(;e=e[a];)if((1===e.nodeType||s)&&t(e,n,l))return!0}else for(;e=e[a];)if(1===e.nodeType||s)if(d=(u=e[y]||(e[y]={}))[e.uniqueID]||(u[e.uniqueID]={}),i&&i===e.nodeName.toLowerCase())e=e[a]||e;else{if((c=d[r])&&c[0]===w&&c[1]===o)return p[2]=c[2];if(d[r]=p,p[2]=t(e,n,l))return!0}return!1}}function kt(t){return t.length>1?function(e,n,a){for(var i=t.length;i--;)if(!t[i](e,n,a))return!1;return!0}:t[0]}function wt(t,e,n,a,i){for(var r,s=[],o=0,l=t.length,c=null!=e;o<l;o++)(r=t[o])&&(n&&!n(r,a,i)||(s.push(r),c&&e.push(o)));return s}function At(t,e,n,a,i,r){return a&&!a[y]&&(a=At(a)),i&&!i[y]&&(i=At(i,r)),ct((function(r,s,o,l){var c,d,u,p=[],h=[],f=s.length,m=r||function(t,e,n){for(var a=0,i=e.length;a<i;a++)ot(t,e[a],n);return n}(e||"*",o.nodeType?[o]:o,[]),v=!t||!r&&e?m:wt(m,p,t,o,l),g=n?i||(r?t:f||a)?[]:s:v;if(n&&n(v,g,o,l),a)for(c=wt(g,h),a(c,[],o,l),d=c.length;d--;)(u=c[d])&&(g[h[d]]=!(v[h[d]]=u));if(r){if(i||t){if(i){for(c=[],d=g.length;d--;)(u=g[d])&&c.push(v[d]=u);i(null,g=[],c,l)}for(d=g.length;d--;)(u=g[d])&&(c=i?E(r,u):p[d])>-1&&(r[c]=!(s[c]=u))}}else g=wt(g===s?g.splice(f,g.length):g),i?i(null,s,g,l):L.apply(s,g)}))}function Ct(t){for(var e,n,i,r=t.length,s=a.relative[t[0].type],o=s||a.relative[" "],l=s?1:0,d=yt((function(t){return t===e}),o,!0),u=yt((function(t){return E(e,t)>-1}),o,!0),p=[function(t,n,a){var i=!s&&(a||n!==c)||((e=n).nodeType?d(t,n,a):u(t,n,a));return e=null,i}];l<r;l++)if(n=a.relative[t[l].type])p=[yt(kt(p),n)];else{if((n=a.filter[t[l].type].apply(null,t[l].matches))[y]){for(i=++l;i<r&&!a.relative[t[i].type];i++);return At(l>1&&kt(p),l>1&&_t(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(q,"$1"),n,l<i&&Ct(t.slice(l,i)),i<r&&Ct(t=t.slice(i)),i<r&&_t(t))}p.push(n)}return kt(p)}return bt.prototype=a.filters=a.pseudos,a.setFilters=new bt,s=ot.tokenize=function(t,e){var n,i,r,s,o,l,c,d=x[t+" "];if(d)return e?0:d.slice(0);for(o=t,l=[],c=a.preFilter;o;){for(s in n&&!(i=U.exec(o))||(i&&(o=o.slice(i[0].length)||o),l.push(r=[])),n=!1,(i=V.exec(o))&&(n=i.shift(),r.push({value:n,type:i[0].replace(q," ")}),o=o.slice(n.length)),a.filter)!(i=G[s].exec(o))||c[s]&&!(i=c[s](i))||(n=i.shift(),r.push({value:n,type:s,matches:i}),o=o.slice(n.length));if(!n)break}return e?o.length:o?ot.error(t):x(t,l).slice(0)},o=ot.compile=function(t,e){var n,i=[],r=[],o=T[t+" "];if(!o){for(e||(e=s(t)),n=e.length;n--;)(o=Ct(e[n]))[y]?i.push(o):r.push(o);(o=T(t,function(t,e){var n=e.length>0,i=t.length>0,r=function(r,s,o,l,d){var u,f,v,g=0,b="0",_=r&&[],y=[],k=c,A=r||i&&a.find.TAG("*",d),C=w+=null==k?1:Math.random()||.1,x=A.length;for(d&&(c=s==h||s||d);b!==x&&null!=(u=A[b]);b++){if(i&&u){for(f=0,s||u.ownerDocument==h||(p(u),o=!m);v=t[f++];)if(v(u,s||h,o)){l.push(u);break}d&&(w=C)}n&&((u=!v&&u)&&g--,r&&_.push(u))}if(g+=b,n&&b!==g){for(f=0;v=e[f++];)v(_,y,s,o);if(r){if(g>0)for(;b--;)_[b]||y[b]||(y[b]=z.call(l));y=wt(y)}L.apply(l,y),d&&!r&&y.length>0&&g+e.length>1&&ot.uniqueSort(l)}return d&&(w=C,c=k),_};return n?ct(r):r}(r,i))).selector=t}return o},l=ot.select=function(t,e,n,i){var r,l,c,d,u,p="function"==typeof t&&t,h=!i&&s(t=p.selector||t);if(n=n||[],1===h.length){if((l=h[0]=h[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===e.nodeType&&m&&a.relative[l[1].type]){if(!(e=(a.find.ID(c.matches[0].replace(et,nt),e)||[])[0]))return n;p&&(e=e.parentNode),t=t.slice(l.shift().value.length)}for(r=G.needsContext.test(t)?0:l.length;r--&&(c=l[r],!a.relative[d=c.type]);)if((u=a.find[d])&&(i=u(c.matches[0].replace(et,nt),tt.test(l[0].type)&>(e.parentNode)||e))){if(l.splice(r,1),!(t=i.length&&_t(l)))return L.apply(n,i),n;break}}return(p||o(t,h))(i,e,!m,n,!e||tt.test(t)&>(e.parentNode)||e),n},n.sortStable=y.split("").sort(M).join("")===y,n.detectDuplicates=!!u,p(),n.sortDetached=dt((function(t){return 1&t.compareDocumentPosition(h.createElement("fieldset"))})),dt((function(t){return t.innerHTML="<a href='#'></a>","#"===t.firstChild.getAttribute("href")}))||ut("type|href|height|width",(function(t,e,n){if(!n)return t.getAttribute(e,"type"===e.toLowerCase()?1:2)})),n.attributes&&dt((function(t){return t.innerHTML="<input/>",t.firstChild.setAttribute("value",""),""===t.firstChild.getAttribute("value")}))||ut("value",(function(t,e,n){if(!n&&"input"===t.nodeName.toLowerCase())return t.defaultValue})),dt((function(t){return null==t.getAttribute("disabled")}))||ut(I,(function(t,e,n){var a;if(!n)return!0===t[e]?e.toLowerCase():(a=t.getAttributeNode(e))&&a.specified?a.value:null})),ot}(t);y.find=w,y.expr=w.selectors,y.expr[":"]=y.expr.pseudos,y.uniqueSort=y.unique=w.uniqueSort,y.text=w.getText,y.isXMLDoc=w.isXML,y.contains=w.contains,y.escapeSelector=w.escape;var A=function(t,e,n){for(var a=[],i=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(i&&y(t).is(n))break;a.push(t)}return a},C=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},x=y.expr.match.needsContext;function T(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}var S=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function M(t,e,n){return f(e)?y.grep(t,(function(t,a){return!!e.call(t,a,t)!==n})):e.nodeType?y.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?y.grep(t,(function(t){return o.call(e,t)>-1!==n})):y.filter(e,t,n)}y.filter=function(t,e,n){var a=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===a.nodeType?y.find.matchesSelector(a,t)?[a]:[]:y.find.matches(t,y.grep(e,(function(t){return 1===t.nodeType})))},y.fn.extend({find:function(t){var e,n,a=this.length,i=this;if("string"!=typeof t)return this.pushStack(y(t).filter((function(){for(e=0;e<a;e++)if(y.contains(i[e],this))return!0})));for(n=this.pushStack([]),e=0;e<a;e++)y.find(t,i[e],n);return a>1?y.uniqueSort(n):n},filter:function(t){return this.pushStack(M(this,t||[],!1))},not:function(t){return this.pushStack(M(this,t||[],!0))},is:function(t){return!!M(this,"string"==typeof t&&x.test(t)?y(t):t||[],!1).length}});var $,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(y.fn.init=function(t,e,n){var a,i;if(!t)return this;if(n=n||$,"string"==typeof t){if(!(a="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:D.exec(t))||!a[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(a[1]){if(e=e instanceof y?e[0]:e,y.merge(this,y.parseHTML(a[1],e&&e.nodeType?e.ownerDocument||e:v,!0)),S.test(a[1])&&y.isPlainObject(e))for(a in e)f(this[a])?this[a](e[a]):this.attr(a,e[a]);return this}return(i=v.getElementById(a[2]))&&(this[0]=i,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):f(t)?void 0!==n.ready?n.ready(t):t(y):y.makeArray(t,this)}).prototype=y.fn,$=y(v);var z=/^(?:parents|prev(?:Until|All))/,N={children:!0,contents:!0,next:!0,prev:!0};function L(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}y.fn.extend({has:function(t){var e=y(t,this),n=e.length;return this.filter((function(){for(var t=0;t<n;t++)if(y.contains(this,e[t]))return!0}))},closest:function(t,e){var n,a=0,i=this.length,r=[],s="string"!=typeof t&&y(t);if(!x.test(t))for(;a<i;a++)for(n=this[a];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&y.find.matchesSelector(n,t))){r.push(n);break}return this.pushStack(r.length>1?y.uniqueSort(r):r)},index:function(t){return t?"string"==typeof t?o.call(y(t),this[0]):o.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(y.uniqueSort(y.merge(this.get(),y(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),y.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return A(t,"parentNode")},parentsUntil:function(t,e,n){return A(t,"parentNode",n)},next:function(t){return L(t,"nextSibling")},prev:function(t){return L(t,"previousSibling")},nextAll:function(t){return A(t,"nextSibling")},prevAll:function(t){return A(t,"previousSibling")},nextUntil:function(t,e,n){return A(t,"nextSibling",n)},prevUntil:function(t,e,n){return A(t,"previousSibling",n)},siblings:function(t){return C((t.parentNode||{}).firstChild,t)},children:function(t){return C(t.firstChild)},contents:function(t){return null!=t.contentDocument&&a(t.contentDocument)?t.contentDocument:(T(t,"template")&&(t=t.content||t),y.merge([],t.childNodes))}},(function(t,e){y.fn[t]=function(n,a){var i=y.map(this,e,n);return"Until"!==t.slice(-5)&&(a=n),a&&"string"==typeof a&&(i=y.filter(a,i)),this.length>1&&(N[t]||y.uniqueSort(i),z.test(t)&&i.reverse()),this.pushStack(i)}}));var P=/[^\x20\t\r\n\f]+/g;function E(t){return t}function I(t){throw t}function F(t,e,n,a){var i;try{t&&f(i=t.promise)?i.call(t).done(e).fail(n):t&&f(i=t.then)?i.call(t,e,n):e.apply(void 0,[t].slice(a))}catch(t){n.apply(void 0,[t])}}y.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return y.each(t.match(P)||[],(function(t,n){e[n]=!0})),e}(t):y.extend({},t);var e,n,a,i,r=[],s=[],o=-1,l=function(){for(i=i||t.once,a=e=!0;s.length;o=-1)for(n=s.shift();++o<r.length;)!1===r[o].apply(n[0],n[1])&&t.stopOnFalse&&(o=r.length,n=!1);t.memory||(n=!1),e=!1,i&&(r=n?[]:"")},c={add:function(){return r&&(n&&!e&&(o=r.length-1,s.push(n)),function e(n){y.each(n,(function(n,a){f(a)?t.unique&&c.has(a)||r.push(a):a&&a.length&&"string"!==_(a)&&e(a)}))}(arguments),n&&!e&&l()),this},remove:function(){return y.each(arguments,(function(t,e){for(var n;(n=y.inArray(e,r,n))>-1;)r.splice(n,1),n<=o&&o--})),this},has:function(t){return t?y.inArray(t,r)>-1:r.length>0},empty:function(){return r&&(r=[]),this},disable:function(){return i=s=[],r=n="",this},disabled:function(){return!r},lock:function(){return i=s=[],n||e||(r=n=""),this},locked:function(){return!!i},fireWith:function(t,n){return i||(n=[t,(n=n||[]).slice?n.slice():n],s.push(n),e||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!a}};return c},y.extend({Deferred:function(e){var n=[["notify","progress",y.Callbacks("memory"),y.Callbacks("memory"),2],["resolve","done",y.Callbacks("once memory"),y.Callbacks("once memory"),0,"resolved"],["reject","fail",y.Callbacks("once memory"),y.Callbacks("once memory"),1,"rejected"]],a="pending",i={state:function(){return a},always:function(){return r.done(arguments).fail(arguments),this},catch:function(t){return i.then(null,t)},pipe:function(){var t=arguments;return y.Deferred((function(e){y.each(n,(function(n,a){var i=f(t[a[4]])&&t[a[4]];r[a[1]]((function(){var t=i&&i.apply(this,arguments);t&&f(t.promise)?t.promise().progress(e.notify).done(e.resolve).fail(e.reject):e[a[0]+"With"](this,i?[t]:arguments)}))})),t=null})).promise()},then:function(e,a,i){var r=0;function s(e,n,a,i){return function(){var o=this,l=arguments,c=function(){var t,c;if(!(e<r)){if((t=a.apply(o,l))===n.promise())throw new TypeError("Thenable self-resolution");c=t&&("object"==typeof t||"function"==typeof t)&&t.then,f(c)?i?c.call(t,s(r,n,E,i),s(r,n,I,i)):(r++,c.call(t,s(r,n,E,i),s(r,n,I,i),s(r,n,E,n.notifyWith))):(a!==E&&(o=void 0,l=[t]),(i||n.resolveWith)(o,l))}},d=i?c:function(){try{c()}catch(t){y.Deferred.exceptionHook&&y.Deferred.exceptionHook(t,d.stackTrace),e+1>=r&&(a!==I&&(o=void 0,l=[t]),n.rejectWith(o,l))}};e?d():(y.Deferred.getStackHook&&(d.stackTrace=y.Deferred.getStackHook()),t.setTimeout(d))}}return y.Deferred((function(t){n[0][3].add(s(0,t,f(i)?i:E,t.notifyWith)),n[1][3].add(s(0,t,f(e)?e:E)),n[2][3].add(s(0,t,f(a)?a:I))})).promise()},promise:function(t){return null!=t?y.extend(t,i):i}},r={};return y.each(n,(function(t,e){var s=e[2],o=e[5];i[e[1]]=s.add,o&&s.add((function(){a=o}),n[3-t][2].disable,n[3-t][3].disable,n[0][2].lock,n[0][3].lock),s.add(e[3].fire),r[e[0]]=function(){return r[e[0]+"With"](this===r?void 0:this,arguments),this},r[e[0]+"With"]=s.fireWith})),i.promise(r),e&&e.call(r,r),r},when:function(t){var e=arguments.length,n=e,a=Array(n),r=i.call(arguments),s=y.Deferred(),o=function(t){return function(n){a[t]=this,r[t]=arguments.length>1?i.call(arguments):n,--e||s.resolveWith(a,r)}};if(e<=1&&(F(t,s.done(o(n)).resolve,s.reject,!e),"pending"===s.state()||f(r[n]&&r[n].then)))return s.then();for(;n--;)F(r[n],o(n),s.reject);return s.promise()}});var R=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;y.Deferred.exceptionHook=function(e,n){t.console&&t.console.warn&&e&&R.test(e.name)&&t.console.warn("jQuery.Deferred exception: "+e.message,e.stack,n)},y.readyException=function(e){t.setTimeout((function(){throw e}))};var j=y.Deferred();function O(){v.removeEventListener("DOMContentLoaded",O),t.removeEventListener("load",O),y.ready()}y.fn.ready=function(t){return j.then(t).catch((function(t){y.readyException(t)})),this},y.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--y.readyWait:y.isReady)||(y.isReady=!0,!0!==t&&--y.readyWait>0||j.resolveWith(v,[y]))}}),y.ready.then=j.then,"complete"===v.readyState||"loading"!==v.readyState&&!v.documentElement.doScroll?t.setTimeout(y.ready):(v.addEventListener("DOMContentLoaded",O),t.addEventListener("load",O));var B=function(t,e,n,a,i,r,s){var o=0,l=t.length,c=null==n;if("object"===_(n))for(o in i=!0,n)B(t,e,o,n[o],!0,r,s);else if(void 0!==a&&(i=!0,f(a)||(s=!0),c&&(s?(e.call(t,a),e=null):(c=e,e=function(t,e,n){return c.call(y(t),n)})),e))for(;o<l;o++)e(t[o],n,s?a:a.call(t[o],o,e(t[o],n)));return i?t:c?e.call(t):l?e(t[0],n):r},q=/^-ms-/,U=/-([a-z])/g;function V(t,e){return e.toUpperCase()}function H(t){return t.replace(q,"ms-").replace(U,V)}var W=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function Q(){this.expando=y.expando+Q.uid++}Q.uid=1,Q.prototype={cache:function(t){var e=t[this.expando];return e||(e={},W(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var a,i=this.cache(t);if("string"==typeof e)i[H(e)]=n;else for(a in e)i[H(a)]=e[a];return i},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][H(e)]},access:function(t,e,n){return void 0===e||e&&"string"==typeof e&&void 0===n?this.get(t,e):(this.set(t,e,n),void 0!==n?n:e)},remove:function(t,e){var n,a=t[this.expando];if(void 0!==a){if(void 0!==e){n=(e=Array.isArray(e)?e.map(H):(e=H(e))in a?[e]:e.match(P)||[]).length;for(;n--;)delete a[e[n]]}(void 0===e||y.isEmptyObject(a))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!y.isEmptyObject(e)}};var G=new Q,K=new Q,Y=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,J=/[A-Z]/g;function X(t,e,n){var a;if(void 0===n&&1===t.nodeType)if(a="data-"+e.replace(J,"-$&").toLowerCase(),"string"==typeof(n=t.getAttribute(a))){try{n=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:Y.test(t)?JSON.parse(t):t)}(n)}catch(t){}K.set(t,e,n)}else n=void 0;return n}y.extend({hasData:function(t){return K.hasData(t)||G.hasData(t)},data:function(t,e,n){return K.access(t,e,n)},removeData:function(t,e){K.remove(t,e)},_data:function(t,e,n){return G.access(t,e,n)},_removeData:function(t,e){G.remove(t,e)}}),y.fn.extend({data:function(t,e){var n,a,i,r=this[0],s=r&&r.attributes;if(void 0===t){if(this.length&&(i=K.get(r),1===r.nodeType&&!G.get(r,"hasDataAttrs"))){for(n=s.length;n--;)s[n]&&0===(a=s[n].name).indexOf("data-")&&(a=H(a.slice(5)),X(r,a,i[a]));G.set(r,"hasDataAttrs",!0)}return i}return"object"==typeof t?this.each((function(){K.set(this,t)})):B(this,(function(e){var n;if(r&&void 0===e)return void 0!==(n=K.get(r,t))||void 0!==(n=X(r,t))?n:void 0;this.each((function(){K.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){K.remove(this,t)}))}}),y.extend({queue:function(t,e,n){var a;if(t)return e=(e||"fx")+"queue",a=G.get(t,e),n&&(!a||Array.isArray(n)?a=G.access(t,e,y.makeArray(n)):a.push(n)),a||[]},dequeue:function(t,e){e=e||"fx";var n=y.queue(t,e),a=n.length,i=n.shift(),r=y._queueHooks(t,e);"inprogress"===i&&(i=n.shift(),a--),i&&("fx"===e&&n.unshift("inprogress"),delete r.stop,i.call(t,(function(){y.dequeue(t,e)}),r)),!a&&r&&r.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return G.get(t,n)||G.access(t,n,{empty:y.Callbacks("once memory").add((function(){G.remove(t,[e+"queue",n])}))})}}),y.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length<n?y.queue(this[0],t):void 0===e?this:this.each((function(){var n=y.queue(this,t,e);y._queueHooks(this,t),"fx"===t&&"inprogress"!==n[0]&&y.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){y.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var n,a=1,i=y.Deferred(),r=this,s=this.length,o=function(){--a||i.resolveWith(r,[r])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";s--;)(n=G.get(r[s],t+"queueHooks"))&&n.empty&&(a++,n.empty.add(o));return o(),i.promise(e)}});var Z=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,tt=new RegExp("^(?:([+-])=|)("+Z+")([a-z%]*)$","i"),et=["Top","Right","Bottom","Left"],nt=v.documentElement,at=function(t){return y.contains(t.ownerDocument,t)},it={composed:!0};nt.getRootNode&&(at=function(t){return y.contains(t.ownerDocument,t)||t.getRootNode(it)===t.ownerDocument});var rt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&at(t)&&"none"===y.css(t,"display")};function st(t,e,n,a){var i,r,s=20,o=a?function(){return a.cur()}:function(){return y.css(t,e,"")},l=o(),c=n&&n[3]||(y.cssNumber[e]?"":"px"),d=t.nodeType&&(y.cssNumber[e]||"px"!==c&&+l)&&tt.exec(y.css(t,e));if(d&&d[3]!==c){for(l/=2,c=c||d[3],d=+l||1;s--;)y.style(t,e,d+c),(1-r)*(1-(r=o()/l||.5))<=0&&(s=0),d/=r;d*=2,y.style(t,e,d+c),n=n||[]}return n&&(d=+d||+l||0,i=n[1]?d+(n[1]+1)*n[2]:+n[2],a&&(a.unit=c,a.start=d,a.end=i)),i}var ot={};function lt(t){var e,n=t.ownerDocument,a=t.nodeName,i=ot[a];return i||(e=n.body.appendChild(n.createElement(a)),i=y.css(e,"display"),e.parentNode.removeChild(e),"none"===i&&(i="block"),ot[a]=i,i)}function ct(t,e){for(var n,a,i=[],r=0,s=t.length;r<s;r++)(a=t[r]).style&&(n=a.style.display,e?("none"===n&&(i[r]=G.get(a,"display")||null,i[r]||(a.style.display="")),""===a.style.display&&rt(a)&&(i[r]=lt(a))):"none"!==n&&(i[r]="none",G.set(a,"display",n)));for(r=0;r<s;r++)null!=i[r]&&(t[r].style.display=i[r]);return t}y.fn.extend({show:function(){return ct(this,!0)},hide:function(){return ct(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){rt(this)?y(this).show():y(this).hide()}))}});var dt=/^(?:checkbox|radio)$/i,ut=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,pt=/^$|^module$|\/(?:java|ecma)script/i;!function(){var t=v.createDocumentFragment().appendChild(v.createElement("div")),e=v.createElement("input");e.setAttribute("type","radio"),e.setAttribute("checked","checked"),e.setAttribute("name","t"),t.appendChild(e),h.checkClone=t.cloneNode(!0).cloneNode(!0).lastChild.checked,t.innerHTML="<textarea>x</textarea>",h.noCloneChecked=!!t.cloneNode(!0).lastChild.defaultValue,t.innerHTML="<option></option>",h.option=!!t.lastChild}();var ht={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 ft(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&T(t,e)?y.merge([t],n):n}function mt(t,e){for(var n=0,a=t.length;n<a;n++)G.set(t[n],"globalEval",!e||G.get(e[n],"globalEval"))}ht.tbody=ht.tfoot=ht.colgroup=ht.caption=ht.thead,ht.th=ht.td,h.option||(ht.optgroup=ht.option=[1,"<select multiple='multiple'>","</select>"]);var vt=/<|&#?\w+;/;function gt(t,e,n,a,i){for(var r,s,o,l,c,d,u=e.createDocumentFragment(),p=[],h=0,f=t.length;h<f;h++)if((r=t[h])||0===r)if("object"===_(r))y.merge(p,r.nodeType?[r]:r);else if(vt.test(r)){for(s=s||u.appendChild(e.createElement("div")),o=(ut.exec(r)||["",""])[1].toLowerCase(),l=ht[o]||ht._default,s.innerHTML=l[1]+y.htmlPrefilter(r)+l[2],d=l[0];d--;)s=s.lastChild;y.merge(p,s.childNodes),(s=u.firstChild).textContent=""}else p.push(e.createTextNode(r));for(u.textContent="",h=0;r=p[h++];)if(a&&y.inArray(r,a)>-1)i&&i.push(r);else if(c=at(r),s=ft(u.appendChild(r),"script"),c&&mt(s),n)for(d=0;r=s[d++];)pt.test(r.type||"")&&n.push(r);return u}var bt=/^key/,_t=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,yt=/^([^.]*)(?:\.(.+)|)/;function kt(){return!0}function wt(){return!1}function At(t,e){return t===function(){try{return v.activeElement}catch(t){}}()==("focus"===e)}function Ct(t,e,n,a,i,r){var s,o;if("object"==typeof e){for(o in"string"!=typeof n&&(a=a||n,n=void 0),e)Ct(t,o,n,a,e[o],r);return t}if(null==a&&null==i?(i=n,a=n=void 0):null==i&&("string"==typeof n?(i=a,a=void 0):(i=a,a=n,n=void 0)),!1===i)i=wt;else if(!i)return t;return 1===r&&(s=i,(i=function(t){return y().off(t),s.apply(this,arguments)}).guid=s.guid||(s.guid=y.guid++)),t.each((function(){y.event.add(this,e,i,a,n)}))}function xt(t,e,n){n?(G.set(t,e,!1),y.event.add(t,e,{namespace:!1,handler:function(t){var a,r,s=G.get(this,e);if(1&t.isTrigger&&this[e]){if(s.length)(y.event.special[e]||{}).delegateType&&t.stopPropagation();else if(s=i.call(arguments),G.set(this,e,s),a=n(this,e),this[e](),s!==(r=G.get(this,e))||a?G.set(this,e,!1):r={},s!==r)return t.stopImmediatePropagation(),t.preventDefault(),r.value}else s.length&&(G.set(this,e,{value:y.event.trigger(y.extend(s[0],y.Event.prototype),s.slice(1),this)}),t.stopImmediatePropagation())}})):void 0===G.get(t,e)&&y.event.add(t,e,kt)}y.event={global:{},add:function(t,e,n,a,i){var r,s,o,l,c,d,u,p,h,f,m,v=G.get(t);if(W(t))for(n.handler&&(n=(r=n).handler,i=r.selector),i&&y.find.matchesSelector(nt,i),n.guid||(n.guid=y.guid++),(l=v.events)||(l=v.events=Object.create(null)),(s=v.handle)||(s=v.handle=function(e){return void 0!==y&&y.event.triggered!==e.type?y.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(P)||[""]).length;c--;)h=m=(o=yt.exec(e[c])||[])[1],f=(o[2]||"").split(".").sort(),h&&(u=y.event.special[h]||{},h=(i?u.delegateType:u.bindType)||h,u=y.event.special[h]||{},d=y.extend({type:h,origType:m,data:a,handler:n,guid:n.guid,selector:i,needsContext:i&&y.expr.match.needsContext.test(i),namespace:f.join(".")},r),(p=l[h])||((p=l[h]=[]).delegateCount=0,u.setup&&!1!==u.setup.call(t,a,f,s)||t.addEventListener&&t.addEventListener(h,s)),u.add&&(u.add.call(t,d),d.handler.guid||(d.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,d):p.push(d),y.event.global[h]=!0)},remove:function(t,e,n,a,i){var r,s,o,l,c,d,u,p,h,f,m,v=G.hasData(t)&&G.get(t);if(v&&(l=v.events)){for(c=(e=(e||"").match(P)||[""]).length;c--;)if(h=m=(o=yt.exec(e[c])||[])[1],f=(o[2]||"").split(".").sort(),h){for(u=y.event.special[h]||{},p=l[h=(a?u.delegateType:u.bindType)||h]||[],o=o[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=r=p.length;r--;)d=p[r],!i&&m!==d.origType||n&&n.guid!==d.guid||o&&!o.test(d.namespace)||a&&a!==d.selector&&("**"!==a||!d.selector)||(p.splice(r,1),d.selector&&p.delegateCount--,u.remove&&u.remove.call(t,d));s&&!p.length&&(u.teardown&&!1!==u.teardown.call(t,f,v.handle)||y.removeEvent(t,h,v.handle),delete l[h])}else for(h in l)y.event.remove(t,h+e[c],n,a,!0);y.isEmptyObject(l)&&G.remove(t,"handle events")}},dispatch:function(t){var e,n,a,i,r,s,o=new Array(arguments.length),l=y.event.fix(t),c=(G.get(this,"events")||Object.create(null))[l.type]||[],d=y.event.special[l.type]||{};for(o[0]=l,e=1;e<arguments.length;e++)o[e]=arguments[e];if(l.delegateTarget=this,!d.preDispatch||!1!==d.preDispatch.call(this,l)){for(s=y.event.handlers.call(this,l,c),e=0;(i=s[e++])&&!l.isPropagationStopped();)for(l.currentTarget=i.elem,n=0;(r=i.handlers[n++])&&!l.isImmediatePropagationStopped();)l.rnamespace&&!1!==r.namespace&&!l.rnamespace.test(r.namespace)||(l.handleObj=r,l.data=r.data,void 0!==(a=((y.event.special[r.origType]||{}).handle||r.handler).apply(i.elem,o))&&!1===(l.result=a)&&(l.preventDefault(),l.stopPropagation()));return d.postDispatch&&d.postDispatch.call(this,l),l.result}},handlers:function(t,e){var n,a,i,r,s,o=[],l=e.delegateCount,c=t.target;if(l&&c.nodeType&&!("click"===t.type&&t.button>=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==t.type||!0!==c.disabled)){for(r=[],s={},n=0;n<l;n++)void 0===s[i=(a=e[n]).selector+" "]&&(s[i]=a.needsContext?y(i,this).index(c)>-1:y.find(i,this,null,[c]).length),s[i]&&r.push(a);r.length&&o.push({elem:c,handlers:r})}return c=this,l<e.length&&o.push({elem:c,handlers:e.slice(l)}),o},addProp:function(t,e){Object.defineProperty(y.Event.prototype,t,{enumerable:!0,configurable:!0,get:f(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[y.expando]?t:new y.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return dt.test(e.type)&&e.click&&T(e,"input")&&xt(e,"click",kt),!1},trigger:function(t){var e=this||t;return dt.test(e.type)&&e.click&&T(e,"input")&&xt(e,"click"),!0},_default:function(t){var e=t.target;return dt.test(e.type)&&e.click&&T(e,"input")&&G.get(e,"click")||T(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},y.removeEvent=function(t,e,n){t.removeEventListener&&t.removeEventListener(e,n)},y.Event=function(t,e){if(!(this instanceof y.Event))return new y.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?kt:wt,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&y.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[y.expando]=!0},y.Event.prototype={constructor:y.Event,isDefaultPrevented:wt,isPropagationStopped:wt,isImmediatePropagationStopped:wt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=kt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=kt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=kt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},y.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:function(t){var e=t.button;return null==t.which&&bt.test(t.type)?null!=t.charCode?t.charCode:t.keyCode:!t.which&&void 0!==e&&_t.test(t.type)?1&e?1:2&e?3:4&e?2:0:t.which}},y.event.addProp),y.each({focus:"focusin",blur:"focusout"},(function(t,e){y.event.special[t]={setup:function(){return xt(this,t,At),!1},trigger:function(){return xt(this,t),!0},delegateType:e}})),y.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){y.event.special[t]={delegateType:e,bindType:e,handle:function(t){var n,a=this,i=t.relatedTarget,r=t.handleObj;return i&&(i===a||y.contains(a,i))||(t.type=r.origType,n=r.handler.apply(this,arguments),t.type=e),n}}})),y.fn.extend({on:function(t,e,n,a){return Ct(this,t,e,n,a)},one:function(t,e,n,a){return Ct(this,t,e,n,a,1)},off:function(t,e,n){var a,i;if(t&&t.preventDefault&&t.handleObj)return a=t.handleObj,y(t.delegateTarget).off(a.namespace?a.origType+"."+a.namespace:a.origType,a.selector,a.handler),this;if("object"==typeof t){for(i in t)this.off(i,e,t[i]);return this}return!1!==e&&"function"!=typeof e||(n=e,e=void 0),!1===n&&(n=wt),this.each((function(){y.event.remove(this,t,n,e)}))}});var Tt=/<script|<style|<link/i,St=/checked\s*(?:[^=]|=\s*.checked.)/i,Mt=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function $t(t,e){return T(t,"table")&&T(11!==e.nodeType?e:e.firstChild,"tr")&&y(t).children("tbody")[0]||t}function Dt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function zt(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function Nt(t,e){var n,a,i,r,s,o;if(1===e.nodeType){if(G.hasData(t)&&(o=G.get(t).events))for(i in G.remove(e,"handle events"),o)for(n=0,a=o[i].length;n<a;n++)y.event.add(e,i,o[i][n]);K.hasData(t)&&(r=K.access(t),s=y.extend({},r),K.set(e,s))}}function Lt(t,e){var n=e.nodeName.toLowerCase();"input"===n&&dt.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function Pt(t,e,n,a){e=r(e);var i,s,o,l,c,d,u=0,p=t.length,m=p-1,v=e[0],g=f(v);if(g||p>1&&"string"==typeof v&&!h.checkClone&&St.test(v))return t.each((function(i){var r=t.eq(i);g&&(e[0]=v.call(this,i,r.html())),Pt(r,e,n,a)}));if(p&&(s=(i=gt(e,t[0].ownerDocument,!1,t,a)).firstChild,1===i.childNodes.length&&(i=s),s||a)){for(l=(o=y.map(ft(i,"script"),Dt)).length;u<p;u++)c=i,u!==m&&(c=y.clone(c,!0,!0),l&&y.merge(o,ft(c,"script"))),n.call(t[u],c,u);if(l)for(d=o[o.length-1].ownerDocument,y.map(o,zt),u=0;u<l;u++)c=o[u],pt.test(c.type||"")&&!G.access(c,"globalEval")&&y.contains(d,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?y._evalUrl&&!c.noModule&&y._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},d):b(c.textContent.replace(Mt,""),c,d))}return t}function Et(t,e,n){for(var a,i=e?y.filter(e,t):t,r=0;null!=(a=i[r]);r++)n||1!==a.nodeType||y.cleanData(ft(a)),a.parentNode&&(n&&at(a)&&mt(ft(a,"script")),a.parentNode.removeChild(a));return t}y.extend({htmlPrefilter:function(t){return t},clone:function(t,e,n){var a,i,r,s,o=t.cloneNode(!0),l=at(t);if(!(h.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||y.isXMLDoc(t)))for(s=ft(o),a=0,i=(r=ft(t)).length;a<i;a++)Lt(r[a],s[a]);if(e)if(n)for(r=r||ft(t),s=s||ft(o),a=0,i=r.length;a<i;a++)Nt(r[a],s[a]);else Nt(t,o);return(s=ft(o,"script")).length>0&&mt(s,!l&&ft(t,"script")),o},cleanData:function(t){for(var e,n,a,i=y.event.special,r=0;void 0!==(n=t[r]);r++)if(W(n)){if(e=n[G.expando]){if(e.events)for(a in e.events)i[a]?y.event.remove(n,a):y.removeEvent(n,a,e.handle);n[G.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),y.fn.extend({detach:function(t){return Et(this,t,!0)},remove:function(t){return Et(this,t)},text:function(t){return B(this,(function(t){return void 0===t?y.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Pt(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||$t(this,t).appendChild(t)}))},prepend:function(){return Pt(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=$t(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Pt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Pt(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(y.cleanData(ft(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return y.clone(this,t,e)}))},html:function(t){return B(this,(function(t){var e=this[0]||{},n=0,a=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Tt.test(t)&&!ht[(ut.exec(t)||["",""])[1].toLowerCase()]){t=y.htmlPrefilter(t);try{for(;n<a;n++)1===(e=this[n]||{}).nodeType&&(y.cleanData(ft(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Pt(this,arguments,(function(e){var n=this.parentNode;y.inArray(this,t)<0&&(y.cleanData(ft(this)),n&&n.replaceChild(e,this))}),t)}}),y.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){y.fn[t]=function(t){for(var n,a=[],i=y(t),r=i.length-1,o=0;o<=r;o++)n=o===r?this:this.clone(!0),y(i[o])[e](n),s.apply(a,n.get());return this.pushStack(a)}}));var It=new RegExp("^("+Z+")(?!px)[a-z%]+$","i"),Ft=function(e){var n=e.ownerDocument.defaultView;return n&&n.opener||(n=t),n.getComputedStyle(e)},Rt=function(t,e,n){var a,i,r={};for(i in e)r[i]=t.style[i],t.style[i]=e[i];for(i in a=n.call(t),e)t.style[i]=r[i];return a},jt=new RegExp(et.join("|"),"i");function Ot(t,e,n){var a,i,r,s,o=t.style;return(n=n||Ft(t))&&(""!==(s=n.getPropertyValue(e)||n[e])||at(t)||(s=y.style(t,e)),!h.pixelBoxStyles()&&It.test(s)&&jt.test(e)&&(a=o.width,i=o.minWidth,r=o.maxWidth,o.minWidth=o.maxWidth=o.width=s,s=n.width,o.width=a,o.minWidth=i,o.maxWidth=r)),void 0!==s?s+"":s}function Bt(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function e(){if(d){c.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",d.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",nt.appendChild(c).appendChild(d);var e=t.getComputedStyle(d);a="1%"!==e.top,l=12===n(e.marginLeft),d.style.right="60%",s=36===n(e.right),i=36===n(e.width),d.style.position="absolute",r=12===n(d.offsetWidth/3),nt.removeChild(c),d=null}}function n(t){return Math.round(parseFloat(t))}var a,i,r,s,o,l,c=v.createElement("div"),d=v.createElement("div");d.style&&(d.style.backgroundClip="content-box",d.cloneNode(!0).style.backgroundClip="",h.clearCloneStyle="content-box"===d.style.backgroundClip,y.extend(h,{boxSizingReliable:function(){return e(),i},pixelBoxStyles:function(){return e(),s},pixelPosition:function(){return e(),a},reliableMarginLeft:function(){return e(),l},scrollboxSize:function(){return e(),r},reliableTrDimensions:function(){var e,n,a,i;return null==o&&(e=v.createElement("table"),n=v.createElement("tr"),a=v.createElement("div"),e.style.cssText="position:absolute;left:-11111px",n.style.height="1px",a.style.height="9px",nt.appendChild(e).appendChild(n).appendChild(a),i=t.getComputedStyle(n),o=parseInt(i.height)>3,nt.removeChild(e)),o}}))}();var qt=["Webkit","Moz","ms"],Ut=v.createElement("div").style,Vt={};function Ht(t){var e=y.cssProps[t]||Vt[t];return e||(t in Ut?t:Vt[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),n=qt.length;n--;)if((t=qt[n]+e)in Ut)return t}(t)||t)}var Wt=/^(none|table(?!-c[ea]).+)/,Qt=/^--/,Gt={position:"absolute",visibility:"hidden",display:"block"},Kt={letterSpacing:"0",fontWeight:"400"};function Yt(t,e,n){var a=tt.exec(e);return a?Math.max(0,a[2]-(n||0))+(a[3]||"px"):e}function Jt(t,e,n,a,i,r){var s="width"===e?1:0,o=0,l=0;if(n===(a?"border":"content"))return 0;for(;s<4;s+=2)"margin"===n&&(l+=y.css(t,n+et[s],!0,i)),a?("content"===n&&(l-=y.css(t,"padding"+et[s],!0,i)),"margin"!==n&&(l-=y.css(t,"border"+et[s]+"Width",!0,i))):(l+=y.css(t,"padding"+et[s],!0,i),"padding"!==n?l+=y.css(t,"border"+et[s]+"Width",!0,i):o+=y.css(t,"border"+et[s]+"Width",!0,i));return!a&&r>=0&&(l+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-r-l-o-.5))||0),l}function Xt(t,e,n){var a=Ft(t),i=(!h.boxSizingReliable()||n)&&"border-box"===y.css(t,"boxSizing",!1,a),r=i,s=Ot(t,e,a),o="offset"+e[0].toUpperCase()+e.slice(1);if(It.test(s)){if(!n)return s;s="auto"}return(!h.boxSizingReliable()&&i||!h.reliableTrDimensions()&&T(t,"tr")||"auto"===s||!parseFloat(s)&&"inline"===y.css(t,"display",!1,a))&&t.getClientRects().length&&(i="border-box"===y.css(t,"boxSizing",!1,a),(r=o in t)&&(s=t[o])),(s=parseFloat(s)||0)+Jt(t,e,n||(i?"border":"content"),r,a,s)+"px"}function Zt(t,e,n,a,i){return new Zt.prototype.init(t,e,n,a,i)}y.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Ot(t,"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(t,e,n,a){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var i,r,s,o=H(e),l=Qt.test(e),c=t.style;if(l||(e=Ht(o)),s=y.cssHooks[e]||y.cssHooks[o],void 0===n)return s&&"get"in s&&void 0!==(i=s.get(t,!1,a))?i:c[e];"string"===(r=typeof n)&&(i=tt.exec(n))&&i[1]&&(n=st(t,e,i),r="number"),null!=n&&n==n&&("number"!==r||l||(n+=i&&i[3]||(y.cssNumber[o]?"":"px")),h.clearCloneStyle||""!==n||0!==e.indexOf("background")||(c[e]="inherit"),s&&"set"in s&&void 0===(n=s.set(t,n,a))||(l?c.setProperty(e,n):c[e]=n))}},css:function(t,e,n,a){var i,r,s,o=H(e);return Qt.test(e)||(e=Ht(o)),(s=y.cssHooks[e]||y.cssHooks[o])&&"get"in s&&(i=s.get(t,!0,n)),void 0===i&&(i=Ot(t,e,a)),"normal"===i&&e in Kt&&(i=Kt[e]),""===n||n?(r=parseFloat(i),!0===n||isFinite(r)?r||0:i):i}}),y.each(["height","width"],(function(t,e){y.cssHooks[e]={get:function(t,n,a){if(n)return!Wt.test(y.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?Xt(t,e,a):Rt(t,Gt,(function(){return Xt(t,e,a)}))},set:function(t,n,a){var i,r=Ft(t),s=!h.scrollboxSize()&&"absolute"===r.position,o=(s||a)&&"border-box"===y.css(t,"boxSizing",!1,r),l=a?Jt(t,e,a,o,r):0;return o&&s&&(l-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(r[e])-Jt(t,e,"border",!1,r)-.5)),l&&(i=tt.exec(n))&&"px"!==(i[3]||"px")&&(t.style[e]=n,n=y.css(t,e)),Yt(0,n,l)}}})),y.cssHooks.marginLeft=Bt(h.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Ot(t,"marginLeft"))||t.getBoundingClientRect().left-Rt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),y.each({margin:"",padding:"",border:"Width"},(function(t,e){y.cssHooks[t+e]={expand:function(n){for(var a=0,i={},r="string"==typeof n?n.split(" "):[n];a<4;a++)i[t+et[a]+e]=r[a]||r[a-2]||r[0];return i}},"margin"!==t&&(y.cssHooks[t+e].set=Yt)})),y.fn.extend({css:function(t,e){return B(this,(function(t,e,n){var a,i,r={},s=0;if(Array.isArray(e)){for(a=Ft(t),i=e.length;s<i;s++)r[e[s]]=y.css(t,e[s],!1,a);return r}return void 0!==n?y.style(t,e,n):y.css(t,e)}),t,e,arguments.length>1)}}),y.Tween=Zt,Zt.prototype={constructor:Zt,init:function(t,e,n,a,i,r){this.elem=t,this.prop=n,this.easing=i||y.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=a,this.unit=r||(y.cssNumber[n]?"":"px")},cur:function(){var t=Zt.propHooks[this.prop];return t&&t.get?t.get(this):Zt.propHooks._default.get(this)},run:function(t){var e,n=Zt.propHooks[this.prop];return this.options.duration?this.pos=e=y.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):Zt.propHooks._default.set(this),this}},Zt.prototype.init.prototype=Zt.prototype,Zt.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=y.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){y.fx.step[t.prop]?y.fx.step[t.prop](t):1!==t.elem.nodeType||!y.cssHooks[t.prop]&&null==t.elem.style[Ht(t.prop)]?t.elem[t.prop]=t.now:y.style(t.elem,t.prop,t.now+t.unit)}}},Zt.propHooks.scrollTop=Zt.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},y.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},y.fx=Zt.prototype.init,y.fx.step={};var te,ee,ne,ae,ie=/^(?:toggle|show|hide)$/,re=/queueHooks$/;function se(){ee&&(!1===v.hidden&&t.requestAnimationFrame?t.requestAnimationFrame(se):t.setTimeout(se,y.fx.interval),y.fx.tick())}function oe(){return t.setTimeout((function(){te=void 0})),te=Date.now()}function le(t,e){var n,a=0,i={height:t};for(e=e?1:0;a<4;a+=2-e)i["margin"+(n=et[a])]=i["padding"+n]=t;return e&&(i.opacity=i.width=t),i}function ce(t,e,n){for(var a,i=(de.tweeners[e]||[]).concat(de.tweeners["*"]),r=0,s=i.length;r<s;r++)if(a=i[r].call(n,e,t))return a}function de(t,e,n){var a,i,r=0,s=de.prefilters.length,o=y.Deferred().always((function(){delete l.elem})),l=function(){if(i)return!1;for(var e=te||oe(),n=Math.max(0,c.startTime+c.duration-e),a=1-(n/c.duration||0),r=0,s=c.tweens.length;r<s;r++)c.tweens[r].run(a);return o.notifyWith(t,[c,a,n]),a<1&&s?n:(s||o.notifyWith(t,[c,1,0]),o.resolveWith(t,[c]),!1)},c=o.promise({elem:t,props:y.extend({},e),opts:y.extend(!0,{specialEasing:{},easing:y.easing._default},n),originalProperties:e,originalOptions:n,startTime:te||oe(),duration:n.duration,tweens:[],createTween:function(e,n){var a=y.Tween(t,c.opts,e,n,c.opts.specialEasing[e]||c.opts.easing);return c.tweens.push(a),a},stop:function(e){var n=0,a=e?c.tweens.length:0;if(i)return this;for(i=!0;n<a;n++)c.tweens[n].run(1);return e?(o.notifyWith(t,[c,1,0]),o.resolveWith(t,[c,e])):o.rejectWith(t,[c,e]),this}}),d=c.props;for(!function(t,e){var n,a,i,r,s;for(n in t)if(i=e[a=H(n)],r=t[n],Array.isArray(r)&&(i=r[1],r=t[n]=r[0]),n!==a&&(t[a]=r,delete t[n]),(s=y.cssHooks[a])&&"expand"in s)for(n in r=s.expand(r),delete t[a],r)n in t||(t[n]=r[n],e[n]=i);else e[a]=i}(d,c.opts.specialEasing);r<s;r++)if(a=de.prefilters[r].call(c,t,d,c.opts))return f(a.stop)&&(y._queueHooks(c.elem,c.opts.queue).stop=a.stop.bind(a)),a;return y.map(d,ce,c),f(c.opts.start)&&c.opts.start.call(t,c),c.progress(c.opts.progress).done(c.opts.done,c.opts.complete).fail(c.opts.fail).always(c.opts.always),y.fx.timer(y.extend(l,{elem:t,anim:c,queue:c.opts.queue})),c}y.Animation=y.extend(de,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return st(n.elem,t,tt.exec(e),n),n}]},tweener:function(t,e){f(t)?(e=t,t=["*"]):t=t.match(P);for(var n,a=0,i=t.length;a<i;a++)n=t[a],de.tweeners[n]=de.tweeners[n]||[],de.tweeners[n].unshift(e)},prefilters:[function(t,e,n){var a,i,r,s,o,l,c,d,u="width"in e||"height"in e,p=this,h={},f=t.style,m=t.nodeType&&rt(t),v=G.get(t,"fxshow");for(a in n.queue||(null==(s=y._queueHooks(t,"fx")).unqueued&&(s.unqueued=0,o=s.empty.fire,s.empty.fire=function(){s.unqueued||o()}),s.unqueued++,p.always((function(){p.always((function(){s.unqueued--,y.queue(t,"fx").length||s.empty.fire()}))}))),e)if(i=e[a],ie.test(i)){if(delete e[a],r=r||"toggle"===i,i===(m?"hide":"show")){if("show"!==i||!v||void 0===v[a])continue;m=!0}h[a]=v&&v[a]||y.style(t,a)}if((l=!y.isEmptyObject(e))||!y.isEmptyObject(h))for(a in u&&1===t.nodeType&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],null==(c=v&&v.display)&&(c=G.get(t,"display")),"none"===(d=y.css(t,"display"))&&(c?d=c:(ct([t],!0),c=t.style.display||c,d=y.css(t,"display"),ct([t]))),("inline"===d||"inline-block"===d&&null!=c)&&"none"===y.css(t,"float")&&(l||(p.done((function(){f.display=c})),null==c&&(d=f.display,c="none"===d?"":d)),f.display="inline-block")),n.overflow&&(f.overflow="hidden",p.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),l=!1,h)l||(v?"hidden"in v&&(m=v.hidden):v=G.access(t,"fxshow",{display:c}),r&&(v.hidden=!m),m&&ct([t],!0),p.done((function(){for(a in m||ct([t]),G.remove(t,"fxshow"),h)y.style(t,a,h[a])}))),l=ce(m?v[a]:0,a,p),a in v||(v[a]=l.start,m&&(l.end=l.start,l.start=0))}],prefilter:function(t,e){e?de.prefilters.unshift(t):de.prefilters.push(t)}}),y.speed=function(t,e,n){var a=t&&"object"==typeof t?y.extend({},t):{complete:n||!n&&e||f(t)&&t,duration:t,easing:n&&e||e&&!f(e)&&e};return y.fx.off?a.duration=0:"number"!=typeof a.duration&&(a.duration in y.fx.speeds?a.duration=y.fx.speeds[a.duration]:a.duration=y.fx.speeds._default),null!=a.queue&&!0!==a.queue||(a.queue="fx"),a.old=a.complete,a.complete=function(){f(a.old)&&a.old.call(this),a.queue&&y.dequeue(this,a.queue)},a},y.fn.extend({fadeTo:function(t,e,n,a){return this.filter(rt).css("opacity",0).show().end().animate({opacity:e},t,n,a)},animate:function(t,e,n,a){var i=y.isEmptyObject(t),r=y.speed(e,n,a),s=function(){var e=de(this,y.extend({},t),r);(i||G.get(this,"finish"))&&e.stop(!0)};return s.finish=s,i||!1===r.queue?this.each(s):this.queue(r.queue,s)},stop:function(t,e,n){var a=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each((function(){var e=!0,i=null!=t&&t+"queueHooks",r=y.timers,s=G.get(this);if(i)s[i]&&s[i].stop&&a(s[i]);else for(i in s)s[i]&&s[i].stop&&re.test(i)&&a(s[i]);for(i=r.length;i--;)r[i].elem!==this||null!=t&&r[i].queue!==t||(r[i].anim.stop(n),e=!1,r.splice(i,1));!e&&n||y.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,n=G.get(this),a=n[t+"queue"],i=n[t+"queueHooks"],r=y.timers,s=a?a.length:0;for(n.finish=!0,y.queue(this,t,[]),i&&i.stop&&i.stop.call(this,!0),e=r.length;e--;)r[e].elem===this&&r[e].queue===t&&(r[e].anim.stop(!0),r.splice(e,1));for(e=0;e<s;e++)a[e]&&a[e].finish&&a[e].finish.call(this);delete n.finish}))}}),y.each(["toggle","show","hide"],(function(t,e){var n=y.fn[e];y.fn[e]=function(t,a,i){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(le(e,!0),t,a,i)}})),y.each({slideDown:le("show"),slideUp:le("hide"),slideToggle:le("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){y.fn[t]=function(t,n,a){return this.animate(e,t,n,a)}})),y.timers=[],y.fx.tick=function(){var t,e=0,n=y.timers;for(te=Date.now();e<n.length;e++)(t=n[e])()||n[e]!==t||n.splice(e--,1);n.length||y.fx.stop(),te=void 0},y.fx.timer=function(t){y.timers.push(t),y.fx.start()},y.fx.interval=13,y.fx.start=function(){ee||(ee=!0,se())},y.fx.stop=function(){ee=null},y.fx.speeds={slow:600,fast:200,_default:400},y.fn.delay=function(e,n){return e=y.fx&&y.fx.speeds[e]||e,n=n||"fx",this.queue(n,(function(n,a){var i=t.setTimeout(n,e);a.stop=function(){t.clearTimeout(i)}}))},ne=v.createElement("input"),ae=v.createElement("select").appendChild(v.createElement("option")),ne.type="checkbox",h.checkOn=""!==ne.value,h.optSelected=ae.selected,(ne=v.createElement("input")).value="t",ne.type="radio",h.radioValue="t"===ne.value;var ue,pe=y.expr.attrHandle;y.fn.extend({attr:function(t,e){return B(this,y.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){y.removeAttr(this,t)}))}}),y.extend({attr:function(t,e,n){var a,i,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return void 0===t.getAttribute?y.prop(t,e,n):(1===r&&y.isXMLDoc(t)||(i=y.attrHooks[e.toLowerCase()]||(y.expr.match.bool.test(e)?ue:void 0)),void 0!==n?null===n?void y.removeAttr(t,e):i&&"set"in i&&void 0!==(a=i.set(t,n,e))?a:(t.setAttribute(e,n+""),n):i&&"get"in i&&null!==(a=i.get(t,e))?a:null==(a=y.find.attr(t,e))?void 0:a)},attrHooks:{type:{set:function(t,e){if(!h.radioValue&&"radio"===e&&T(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,a=0,i=e&&e.match(P);if(i&&1===t.nodeType)for(;n=i[a++];)t.removeAttribute(n)}}),ue={set:function(t,e,n){return!1===e?y.removeAttr(t,n):t.setAttribute(n,n),n}},y.each(y.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=pe[e]||y.find.attr;pe[e]=function(t,e,a){var i,r,s=e.toLowerCase();return a||(r=pe[s],pe[s]=i,i=null!=n(t,e,a)?s:null,pe[s]=r),i}}));var he=/^(?:input|select|textarea|button)$/i,fe=/^(?:a|area)$/i;function me(t){return(t.match(P)||[]).join(" ")}function ve(t){return t.getAttribute&&t.getAttribute("class")||""}function ge(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(P)||[]}y.fn.extend({prop:function(t,e){return B(this,y.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[y.propFix[t]||t]}))}}),y.extend({prop:function(t,e,n){var a,i,r=t.nodeType;if(3!==r&&8!==r&&2!==r)return 1===r&&y.isXMLDoc(t)||(e=y.propFix[e]||e,i=y.propHooks[e]),void 0!==n?i&&"set"in i&&void 0!==(a=i.set(t,n,e))?a:t[e]=n:i&&"get"in i&&null!==(a=i.get(t,e))?a:t[e]},propHooks:{tabIndex:{get:function(t){var e=y.find.attr(t,"tabindex");return e?parseInt(e,10):he.test(t.nodeName)||fe.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),h.optSelected||(y.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),y.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){y.propFix[this.toLowerCase()]=this})),y.fn.extend({addClass:function(t){var e,n,a,i,r,s,o,l=0;if(f(t))return this.each((function(e){y(this).addClass(t.call(this,e,ve(this)))}));if((e=ge(t)).length)for(;n=this[l++];)if(i=ve(n),a=1===n.nodeType&&" "+me(i)+" "){for(s=0;r=e[s++];)a.indexOf(" "+r+" ")<0&&(a+=r+" ");i!==(o=me(a))&&n.setAttribute("class",o)}return this},removeClass:function(t){var e,n,a,i,r,s,o,l=0;if(f(t))return this.each((function(e){y(this).removeClass(t.call(this,e,ve(this)))}));if(!arguments.length)return this.attr("class","");if((e=ge(t)).length)for(;n=this[l++];)if(i=ve(n),a=1===n.nodeType&&" "+me(i)+" "){for(s=0;r=e[s++];)for(;a.indexOf(" "+r+" ")>-1;)a=a.replace(" "+r+" "," ");i!==(o=me(a))&&n.setAttribute("class",o)}return this},toggleClass:function(t,e){var n=typeof t,a="string"===n||Array.isArray(t);return"boolean"==typeof e&&a?e?this.addClass(t):this.removeClass(t):f(t)?this.each((function(n){y(this).toggleClass(t.call(this,n,ve(this),e),e)})):this.each((function(){var e,i,r,s;if(a)for(i=0,r=y(this),s=ge(t);e=s[i++];)r.hasClass(e)?r.removeClass(e):r.addClass(e);else void 0!==t&&"boolean"!==n||((e=ve(this))&&G.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===t?"":G.get(this,"__className__")||""))}))},hasClass:function(t){var e,n,a=0;for(e=" "+t+" ";n=this[a++];)if(1===n.nodeType&&(" "+me(ve(n))+" ").indexOf(e)>-1)return!0;return!1}});var be=/\r/g;y.fn.extend({val:function(t){var e,n,a,i=this[0];return arguments.length?(a=f(t),this.each((function(n){var i;1===this.nodeType&&(null==(i=a?t.call(this,n,y(this).val()):t)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=y.map(i,(function(t){return null==t?"":t+""}))),(e=y.valHooks[this.type]||y.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,i,"value")||(this.value=i))}))):i?(e=y.valHooks[i.type]||y.valHooks[i.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(be,""):null==n?"":n:void 0}}),y.extend({valHooks:{option:{get:function(t){var e=y.find.attr(t,"value");return null!=e?e:me(y.text(t))}},select:{get:function(t){var e,n,a,i=t.options,r=t.selectedIndex,s="select-one"===t.type,o=s?null:[],l=s?r+1:i.length;for(a=r<0?l:s?r:0;a<l;a++)if(((n=i[a]).selected||a===r)&&!n.disabled&&(!n.parentNode.disabled||!T(n.parentNode,"optgroup"))){if(e=y(n).val(),s)return e;o.push(e)}return o},set:function(t,e){for(var n,a,i=t.options,r=y.makeArray(e),s=i.length;s--;)((a=i[s]).selected=y.inArray(y.valHooks.option.get(a),r)>-1)&&(n=!0);return n||(t.selectedIndex=-1),r}}}}),y.each(["radio","checkbox"],(function(){y.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=y.inArray(y(t).val(),e)>-1}},h.checkOn||(y.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})})),h.focusin="onfocusin"in t;var _e=/^(?:focusinfocus|focusoutblur)$/,ye=function(t){t.stopPropagation()};y.extend(y.event,{trigger:function(e,n,a,i){var r,s,o,l,c,u,p,h,g=[a||v],b=d.call(e,"type")?e.type:e,_=d.call(e,"namespace")?e.namespace.split("."):[];if(s=h=o=a=a||v,3!==a.nodeType&&8!==a.nodeType&&!_e.test(b+y.event.triggered)&&(b.indexOf(".")>-1&&(_=b.split("."),b=_.shift(),_.sort()),c=b.indexOf(":")<0&&"on"+b,(e=e[y.expando]?e:new y.Event(b,"object"==typeof e&&e)).isTrigger=i?2:3,e.namespace=_.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+_.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=a),n=null==n?[e]:y.makeArray(n,[e]),p=y.event.special[b]||{},i||!p.trigger||!1!==p.trigger.apply(a,n))){if(!i&&!p.noBubble&&!m(a)){for(l=p.delegateType||b,_e.test(l+b)||(s=s.parentNode);s;s=s.parentNode)g.push(s),o=s;o===(a.ownerDocument||v)&&g.push(o.defaultView||o.parentWindow||t)}for(r=0;(s=g[r++])&&!e.isPropagationStopped();)h=s,e.type=r>1?l:p.bindType||b,(u=(G.get(s,"events")||Object.create(null))[e.type]&&G.get(s,"handle"))&&u.apply(s,n),(u=c&&s[c])&&u.apply&&W(s)&&(e.result=u.apply(s,n),!1===e.result&&e.preventDefault());return e.type=b,i||e.isDefaultPrevented()||p._default&&!1!==p._default.apply(g.pop(),n)||!W(a)||c&&f(a[b])&&!m(a)&&((o=a[c])&&(a[c]=null),y.event.triggered=b,e.isPropagationStopped()&&h.addEventListener(b,ye),a[b](),e.isPropagationStopped()&&h.removeEventListener(b,ye),y.event.triggered=void 0,o&&(a[c]=o)),e.result}},simulate:function(t,e,n){var a=y.extend(new y.Event,n,{type:t,isSimulated:!0});y.event.trigger(a,null,e)}}),y.fn.extend({trigger:function(t,e){return this.each((function(){y.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return y.event.trigger(t,e,n,!0)}}),h.focusin||y.each({focus:"focusin",blur:"focusout"},(function(t,e){var n=function(t){y.event.simulate(e,t.target,y.event.fix(t))};y.event.special[e]={setup:function(){var a=this.ownerDocument||this.document||this,i=G.access(a,e);i||a.addEventListener(t,n,!0),G.access(a,e,(i||0)+1)},teardown:function(){var a=this.ownerDocument||this.document||this,i=G.access(a,e)-1;i?G.access(a,e,i):(a.removeEventListener(t,n,!0),G.remove(a,e))}}}));var ke=t.location,we={guid:Date.now()},Ae=/\?/;y.parseXML=function(e){var n;if(!e||"string"!=typeof e)return null;try{n=(new t.DOMParser).parseFromString(e,"text/xml")}catch(t){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||y.error("Invalid XML: "+e),n};var Ce=/\[\]$/,xe=/\r?\n/g,Te=/^(?:submit|button|image|reset|file)$/i,Se=/^(?:input|select|textarea|keygen)/i;function Me(t,e,n,a){var i;if(Array.isArray(e))y.each(e,(function(e,i){n||Ce.test(t)?a(t,i):Me(t+"["+("object"==typeof i&&null!=i?e:"")+"]",i,n,a)}));else if(n||"object"!==_(e))a(t,e);else for(i in e)Me(t+"["+i+"]",e[i],n,a)}y.param=function(t,e){var n,a=[],i=function(t,e){var n=f(e)?e():e;a[a.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!y.isPlainObject(t))y.each(t,(function(){i(this.name,this.value)}));else for(n in t)Me(n,t[n],e,i);return a.join("&")},y.fn.extend({serialize:function(){return y.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=y.prop(this,"elements");return t?y.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!y(this).is(":disabled")&&Se.test(this.nodeName)&&!Te.test(t)&&(this.checked||!dt.test(t))})).map((function(t,e){var n=y(this).val();return null==n?null:Array.isArray(n)?y.map(n,(function(t){return{name:e.name,value:t.replace(xe,"\r\n")}})):{name:e.name,value:n.replace(xe,"\r\n")}})).get()}});var $e=/%20/g,De=/#.*$/,ze=/([?&])_=[^&]*/,Ne=/^(.*?):[ \t]*([^\r\n]*)$/gm,Le=/^(?:GET|HEAD)$/,Pe=/^\/\//,Ee={},Ie={},Fe="*/".concat("*"),Re=v.createElement("a");function je(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var a,i=0,r=e.toLowerCase().match(P)||[];if(f(n))for(;a=r[i++];)"+"===a[0]?(a=a.slice(1)||"*",(t[a]=t[a]||[]).unshift(n)):(t[a]=t[a]||[]).push(n)}}function Oe(t,e,n,a){var i={},r=t===Ie;function s(o){var l;return i[o]=!0,y.each(t[o]||[],(function(t,o){var c=o(e,n,a);return"string"!=typeof c||r||i[c]?r?!(l=c):void 0:(e.dataTypes.unshift(c),s(c),!1)})),l}return s(e.dataTypes[0])||!i["*"]&&s("*")}function Be(t,e){var n,a,i=y.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((i[n]?t:a||(a={}))[n]=e[n]);return a&&y.extend(!0,t,a),t}Re.href=ke.href,y.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:ke.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(ke.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Fe,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":y.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Be(Be(t,y.ajaxSettings),e):Be(y.ajaxSettings,t)},ajaxPrefilter:je(Ee),ajaxTransport:je(Ie),ajax:function(e,n){"object"==typeof e&&(n=e,e=void 0),n=n||{};var a,i,r,s,o,l,c,d,u,p,h=y.ajaxSetup({},n),f=h.context||h,m=h.context&&(f.nodeType||f.jquery)?y(f):y.event,g=y.Deferred(),b=y.Callbacks("once memory"),_=h.statusCode||{},k={},w={},A="canceled",C={readyState:0,getResponseHeader:function(t){var e;if(c){if(!s)for(s={};e=Ne.exec(r);)s[e[1].toLowerCase()+" "]=(s[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=s[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return c?r:null},setRequestHeader:function(t,e){return null==c&&(t=w[t.toLowerCase()]=w[t.toLowerCase()]||t,k[t]=e),this},overrideMimeType:function(t){return null==c&&(h.mimeType=t),this},statusCode:function(t){var e;if(t)if(c)C.always(t[C.status]);else for(e in t)_[e]=[_[e],t[e]];return this},abort:function(t){var e=t||A;return a&&a.abort(e),x(0,e),this}};if(g.promise(C),h.url=((e||h.url||ke.href)+"").replace(Pe,ke.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(P)||[""],null==h.crossDomain){l=v.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Re.protocol+"//"+Re.host!=l.protocol+"//"+l.host}catch(t){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=y.param(h.data,h.traditional)),Oe(Ee,h,n,C),c)return C;for(u in(d=y.event&&h.global)&&0==y.active++&&y.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Le.test(h.type),i=h.url.replace(De,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace($e,"+")):(p=h.url.slice(i.length),h.data&&(h.processData||"string"==typeof h.data)&&(i+=(Ae.test(i)?"&":"?")+h.data,delete h.data),!1===h.cache&&(i=i.replace(ze,"$1"),p=(Ae.test(i)?"&":"?")+"_="+we.guid+++p),h.url=i+p),h.ifModified&&(y.lastModified[i]&&C.setRequestHeader("If-Modified-Since",y.lastModified[i]),y.etag[i]&&C.setRequestHeader("If-None-Match",y.etag[i])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&C.setRequestHeader("Content-Type",h.contentType),C.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+Fe+"; q=0.01":""):h.accepts["*"]),h.headers)C.setRequestHeader(u,h.headers[u]);if(h.beforeSend&&(!1===h.beforeSend.call(f,C,h)||c))return C.abort();if(A="abort",b.add(h.complete),C.done(h.success),C.fail(h.error),a=Oe(Ie,h,n,C)){if(C.readyState=1,d&&m.trigger("ajaxSend",[C,h]),c)return C;h.async&&h.timeout>0&&(o=t.setTimeout((function(){C.abort("timeout")}),h.timeout));try{c=!1,a.send(k,x)}catch(t){if(c)throw t;x(-1,t)}}else x(-1,"No Transport");function x(e,n,s,l){var u,p,v,k,w,A=n;c||(c=!0,o&&t.clearTimeout(o),a=void 0,r=l||"",C.readyState=e>0?4:0,u=e>=200&&e<300||304===e,s&&(k=function(t,e,n){for(var a,i,r,s,o=t.contents,l=t.dataTypes;"*"===l[0];)l.shift(),void 0===a&&(a=t.mimeType||e.getResponseHeader("Content-Type"));if(a)for(i in o)if(o[i]&&o[i].test(a)){l.unshift(i);break}if(l[0]in n)r=l[0];else{for(i in n){if(!l[0]||t.converters[i+" "+l[0]]){r=i;break}s||(s=i)}r=r||s}if(r)return r!==l[0]&&l.unshift(r),n[r]}(h,C,s)),!u&&y.inArray("script",h.dataTypes)>-1&&(h.converters["text script"]=function(){}),k=function(t,e,n,a){var i,r,s,o,l,c={},d=t.dataTypes.slice();if(d[1])for(s in t.converters)c[s.toLowerCase()]=t.converters[s];for(r=d.shift();r;)if(t.responseFields[r]&&(n[t.responseFields[r]]=e),!l&&a&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),l=r,r=d.shift())if("*"===r)r=l;else if("*"!==l&&l!==r){if(!(s=c[l+" "+r]||c["* "+r]))for(i in c)if((o=i.split(" "))[1]===r&&(s=c[l+" "+o[0]]||c["* "+o[0]])){!0===s?s=c[i]:!0!==c[i]&&(r=o[0],d.unshift(o[1]));break}if(!0!==s)if(s&&t.throws)e=s(e);else try{e=s(e)}catch(t){return{state:"parsererror",error:s?t:"No conversion from "+l+" to "+r}}}return{state:"success",data:e}}(h,k,C,u),u?(h.ifModified&&((w=C.getResponseHeader("Last-Modified"))&&(y.lastModified[i]=w),(w=C.getResponseHeader("etag"))&&(y.etag[i]=w)),204===e||"HEAD"===h.type?A="nocontent":304===e?A="notmodified":(A=k.state,p=k.data,u=!(v=k.error))):(v=A,!e&&A||(A="error",e<0&&(e=0))),C.status=e,C.statusText=(n||A)+"",u?g.resolveWith(f,[p,A,C]):g.rejectWith(f,[C,A,v]),C.statusCode(_),_=void 0,d&&m.trigger(u?"ajaxSuccess":"ajaxError",[C,h,u?p:v]),b.fireWith(f,[C,A]),d&&(m.trigger("ajaxComplete",[C,h]),--y.active||y.event.trigger("ajaxStop")))}return C},getJSON:function(t,e,n){return y.get(t,e,n,"json")},getScript:function(t,e){return y.get(t,void 0,e,"script")}}),y.each(["get","post"],(function(t,e){y[e]=function(t,n,a,i){return f(n)&&(i=i||a,a=n,n=void 0),y.ajax(y.extend({url:t,type:e,dataType:i,data:n,success:a},y.isPlainObject(t)&&t))}})),y.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),y._evalUrl=function(t,e,n){return y.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){y.globalEval(t,e,n)}})},y.fn.extend({wrapAll:function(t){var e;return this[0]&&(f(t)&&(t=t.call(this[0])),e=y(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return f(t)?this.each((function(e){y(this).wrapInner(t.call(this,e))})):this.each((function(){var e=y(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=f(t);return this.each((function(n){y(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){y(this).replaceWith(this.childNodes)})),this}}),y.expr.pseudos.hidden=function(t){return!y.expr.pseudos.visible(t)},y.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},y.ajaxSettings.xhr=function(){try{return new t.XMLHttpRequest}catch(t){}};var qe={0:200,1223:204},Ue=y.ajaxSettings.xhr();h.cors=!!Ue&&"withCredentials"in Ue,h.ajax=Ue=!!Ue,y.ajaxTransport((function(e){var n,a;if(h.cors||Ue&&!e.crossDomain)return{send:function(i,r){var s,o=e.xhr();if(o.open(e.type,e.url,e.async,e.username,e.password),e.xhrFields)for(s in e.xhrFields)o[s]=e.xhrFields[s];for(s in e.mimeType&&o.overrideMimeType&&o.overrideMimeType(e.mimeType),e.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest"),i)o.setRequestHeader(s,i[s]);n=function(t){return function(){n&&(n=a=o.onload=o.onerror=o.onabort=o.ontimeout=o.onreadystatechange=null,"abort"===t?o.abort():"error"===t?"number"!=typeof o.status?r(0,"error"):r(o.status,o.statusText):r(qe[o.status]||o.status,o.statusText,"text"!==(o.responseType||"text")||"string"!=typeof o.responseText?{binary:o.response}:{text:o.responseText},o.getAllResponseHeaders()))}},o.onload=n(),a=o.onerror=o.ontimeout=n("error"),void 0!==o.onabort?o.onabort=a:o.onreadystatechange=function(){4===o.readyState&&t.setTimeout((function(){n&&a()}))},n=n("abort");try{o.send(e.hasContent&&e.data||null)}catch(t){if(n)throw t}},abort:function(){n&&n()}}})),y.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),y.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return y.globalEval(t),t}}}),y.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),y.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(a,i){e=y("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",n=function(t){e.remove(),n=null,t&&i("error"===t.type?404:200,t.type)}),v.head.appendChild(e[0])},abort:function(){n&&n()}}}));var Ve,He=[],We=/(=)\?(?=&|$)|\?\?/;y.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=He.pop()||y.expando+"_"+we.guid++;return this[t]=!0,t}}),y.ajaxPrefilter("json jsonp",(function(e,n,a){var i,r,s,o=!1!==e.jsonp&&(We.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&We.test(e.data)&&"data");if(o||"jsonp"===e.dataTypes[0])return i=e.jsonpCallback=f(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,o?e[o]=e[o].replace(We,"$1"+i):!1!==e.jsonp&&(e.url+=(Ae.test(e.url)?"&":"?")+e.jsonp+"="+i),e.converters["script json"]=function(){return s||y.error(i+" was not called"),s[0]},e.dataTypes[0]="json",r=t[i],t[i]=function(){s=arguments},a.always((function(){void 0===r?y(t).removeProp(i):t[i]=r,e[i]&&(e.jsonpCallback=n.jsonpCallback,He.push(i)),s&&f(r)&&r(s[0]),s=r=void 0})),"script"})),h.createHTMLDocument=((Ve=v.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Ve.childNodes.length),y.parseHTML=function(t,e,n){return"string"!=typeof t?[]:("boolean"==typeof e&&(n=e,e=!1),e||(h.createHTMLDocument?((a=(e=v.implementation.createHTMLDocument("")).createElement("base")).href=v.location.href,e.head.appendChild(a)):e=v),r=!n&&[],(i=S.exec(t))?[e.createElement(i[1])]:(i=gt([t],e,r),r&&r.length&&y(r).remove(),y.merge([],i.childNodes)));var a,i,r},y.fn.load=function(t,e,n){var a,i,r,s=this,o=t.indexOf(" ");return o>-1&&(a=me(t.slice(o)),t=t.slice(0,o)),f(e)?(n=e,e=void 0):e&&"object"==typeof e&&(i="POST"),s.length>0&&y.ajax({url:t,type:i||"GET",dataType:"html",data:e}).done((function(t){r=arguments,s.html(a?y("<div>").append(y.parseHTML(t)).find(a):t)})).always(n&&function(t,e){s.each((function(){n.apply(this,r||[t.responseText,e,t])}))}),this},y.expr.pseudos.animated=function(t){return y.grep(y.timers,(function(e){return t===e.elem})).length},y.offset={setOffset:function(t,e,n){var a,i,r,s,o,l,c=y.css(t,"position"),d=y(t),u={};"static"===c&&(t.style.position="relative"),o=d.offset(),r=y.css(t,"top"),l=y.css(t,"left"),("absolute"===c||"fixed"===c)&&(r+l).indexOf("auto")>-1?(s=(a=d.position()).top,i=a.left):(s=parseFloat(r)||0,i=parseFloat(l)||0),f(e)&&(e=e.call(t,n,y.extend({},o))),null!=e.top&&(u.top=e.top-o.top+s),null!=e.left&&(u.left=e.left-o.left+i),"using"in e?e.using.call(t,u):("number"==typeof u.top&&(u.top+="px"),"number"==typeof u.left&&(u.left+="px"),d.css(u))}},y.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){y.offset.setOffset(this,t,e)}));var e,n,a=this[0];return a?a.getClientRects().length?(e=a.getBoundingClientRect(),n=a.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,n,a=this[0],i={top:0,left:0};if("fixed"===y.css(a,"position"))e=a.getBoundingClientRect();else{for(e=this.offset(),n=a.ownerDocument,t=a.offsetParent||n.documentElement;t&&(t===n.body||t===n.documentElement)&&"static"===y.css(t,"position");)t=t.parentNode;t&&t!==a&&1===t.nodeType&&((i=y(t).offset()).top+=y.css(t,"borderTopWidth",!0),i.left+=y.css(t,"borderLeftWidth",!0))}return{top:e.top-i.top-y.css(a,"marginTop",!0),left:e.left-i.left-y.css(a,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===y.css(t,"position");)t=t.offsetParent;return t||nt}))}}),y.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var n="pageYOffset"===e;y.fn[t]=function(a){return B(this,(function(t,a,i){var r;if(m(t)?r=t:9===t.nodeType&&(r=t.defaultView),void 0===i)return r?r[e]:t[a];r?r.scrollTo(n?r.pageXOffset:i,n?i:r.pageYOffset):t[a]=i}),t,a,arguments.length)}})),y.each(["top","left"],(function(t,e){y.cssHooks[e]=Bt(h.pixelPosition,(function(t,n){if(n)return n=Ot(t,e),It.test(n)?y(t).position()[e]+"px":n}))})),y.each({Height:"height",Width:"width"},(function(t,e){y.each({padding:"inner"+t,content:e,"":"outer"+t},(function(n,a){y.fn[a]=function(i,r){var s=arguments.length&&(n||"boolean"!=typeof i),o=n||(!0===i||!0===r?"margin":"border");return B(this,(function(e,n,i){var r;return m(e)?0===a.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+t],r["scroll"+t],e.body["offset"+t],r["offset"+t],r["client"+t])):void 0===i?y.css(e,n,o):y.style(e,n,i,o)}),e,s?i:void 0,s)}}))})),y.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){y.fn[e]=function(t){return this.on(e,t)}})),y.fn.extend({bind:function(t,e,n){return this.on(t,null,e,n)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,n,a){return this.on(e,t,n,a)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)},hover:function(t,e){return this.mouseenter(t).mouseleave(e||t)}}),y.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(t,e){y.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}));var Qe=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;y.proxy=function(t,e){var n,a,r;if("string"==typeof e&&(n=t[e],e=t,t=n),f(t))return a=i.call(arguments,2),(r=function(){return t.apply(e||this,a.concat(i.call(arguments)))}).guid=t.guid=t.guid||y.guid++,r},y.holdReady=function(t){t?y.readyWait++:y.ready(!0)},y.isArray=Array.isArray,y.parseJSON=JSON.parse,y.nodeName=T,y.isFunction=f,y.isWindow=m,y.camelCase=H,y.type=_,y.now=Date.now,y.isNumeric=function(t){var e=y.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},y.trim=function(t){return null==t?"":(t+"").replace(Qe,"")};var Ge=t.jQuery,Ke=t.$;return y.noConflict=function(e){return t.$===y&&(t.$=Ke),e&&t.jQuery===y&&(t.jQuery=Ge),y},void 0===e&&(t.jQuery=t.$=y),y}))}));let Kc={};const Yc=function(t,e=null,n=!0,a=null){if(Kc[a]){let i=Kc[a],r=Gc(`div.toastify[toast_id=${a}]`);t&&r.find(".toast-message").html(t),e&&(e="loading"==e?'<div class="circle-loader"></div>':`<i class="material-icons">${e}</i>`,r.find(".toast-icon").html(e)),null!==n&&n&&(r.addClass("dismissable"),setTimeout((function(){i.hideToast(),delete Kc[a]}),3e3))}else{let i=Qc({text:`<span class="toast-icon">${e=null==e?"":"loading"==e?'<div class="circle-loader"></div>':`<i class="material-icons">${e}</i>`}</span><span class="toast-message">${t}</toast>`,duration:n?3e3:0,gravity:"bottom",position:"left",className:n?"dismissable":"",onClick:function(){let t=!0;if(a){let e=document.querySelector(`div.toastify[toast_id=${a}]`).classList;e&&(t=-1!=Array.from(e).indexOf("dismissable"))}i&&t&&i.hideToast()}}).showToast();a&&(Kc[a]=i,Gc(i.toastElement).attr("toast_id",a))}};to.on("toast",t=>{const{msg:e,icon:n,dismiss:a,id:i}=t;Yc(e,n||null,void 0===a||a,i||null)});const Jc={name:"the-favorites-tab",data:()=>({tracks:[],albums:[],artists:[],playlists:[],spotifyPlaylists:[]}),methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),playlistView:no.bind(null,"playlist"),spotifyPlaylistView:no.bind(null,"spotifyplaylist"),playPausePreview(t){EventBus.$emit("trackPreview:playPausePreview",t)},previewMouseEnter(t){EventBus.$emit("trackPreview:previewMouseEnter",t)},previewMouseLeave(t){EventBus.$emit("trackPreview:previewMouseLeave",t)},convertDuration:Rc.convertDuration,handleFavoritesTabClick(t){const{target:e,target:{id:n}}=t;let a=null;switch(n){case"favorites_playlist_tab":a="playlist_favorites";break;case"favorites_album_tab":a="album_favorites";break;case"favorites_artist_tab":a="artist_favorites";break;case"favorites_track_tab":a="track_favorites"}a&&ao(e,"favorites",a)},addToQueue(t){t.stopPropagation(),Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},updated_userSpotifyPlaylists(t){this.spotifyPlaylists=t},updated_userPlaylists(t){this.playlists=t},updated_userAlbums(t){this.albums=t},updated_userArtist(t){this.artists=t},updated_userTracks(t){this.tracks=t},reloadTabs(){this.$refs.reloadButton.classList.add("spin"),to.emit("update_userFavorites"),localStorage.getItem("spotifyUser")&&to.emit("update_userSpotifyPlaylists",localStorage.getItem("spotifyUser"))},updated_userFavorites(t){const{tracks:e,albums:n,artists:a,playlists:i}=t;this.tracks=e,this.albums=n,this.artists=a,this.playlists=i,this.$refs.reloadButton.addEventListener("animationiteration",()=>{this.$refs.reloadButton.classList.remove("spin"),Yc(this.$t("toasts.refreshFavs"),"done",!0)},{once:!0})},initFavorites(t){this.updated_userFavorites(t),document.getElementById("favorites_playlist_tab").click()}},mounted(){to.on("init_favorites",this.initFavorites),to.on("updated_userFavorites",this.updated_userFavorites),to.on("updated_userSpotifyPlaylists",this.updated_userSpotifyPlaylists),to.on("updated_userPlaylists",this.updated_userPlaylists),to.on("updated_userAlbums",this.updated_userAlbums),to.on("updated_userArtist",this.updated_userArtist),to.on("updated_userTracks",this.updated_userTracks)}};var Xc=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"favorites_tab"},on:{click:t.handleFavoritesTabClick}},[n("h2",{staticClass:"page_heading"},[t._v("\n\t\t"+t._s(t.$t("favorites.title"))+"\n\t\t"),n("div",{ref:"reloadButton",staticClass:"clickable reload-button reload-button--inline",attrs:{role:"button","aria-label":"reload"},on:{click:t.reloadTabs}},[n("i",{staticClass:"material-icons"},[t._v("sync")])])]),t._v(" "),n("div",{staticClass:"section-tabs"},[n("div",{staticClass:"section-tabs__tab favorites_tablinks",attrs:{id:"favorites_playlist_tab"}},[t._v("\n\t\t\t"+t._s(t.$tc("globals.listTabs.playlist",2))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"section-tabs__tab favorites_tablinks",attrs:{id:"favorites_album_tab"}},[t._v("\n\t\t\t"+t._s(t.$tc("globals.listTabs.album",2))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"section-tabs__tab favorites_tablinks",attrs:{id:"favorites_artist_tab"}},[t._v("\n\t\t\t"+t._s(t.$tc("globals.listTabs.artist",2))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"section-tabs__tab favorites_tablinks",attrs:{id:"favorites_track_tab"}},[t._v("\n\t\t\t"+t._s(t.$tc("globals.listTabs.track",2))+"\n\t\t")])]),t._v(" "),n("div",{staticClass:"favorites_tabcontent",attrs:{id:"playlist_favorites"}},[0==t.playlists.length?n("div",[n("h1",[t._v(t._s(t.$t("favorites.noPlaylists")))])]):t._e(),t._v(" "),t.playlists.length>0||t.spotifyPlaylists>0?n("div",{staticClass:"release_grid"},[t._l(t.playlists,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.playlistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v("\n\t\t\t\t\t"+t._s(t.$t("globals.by",[e.creator.name])+" - "+t.$tc("globals.listTabs.trackN",e.nb_tracks))+"\n\t\t\t\t")])])})),t._v(" "),t._l(t.spotifyPlaylists,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.spotifyPlaylistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v("\n\t\t\t\t\t"+t._s(t.$t("globals.by",[e.creator.name])+" - "+t.$tc("globals.listTabs.trackN",e.nb_tracks))+"\n\t\t\t\t")])])}))],2):t._e()]),t._v(" "),n("div",{staticClass:"favorites_tabcontent",attrs:{id:"album_favorites"}},[0==t.albums.length?n("div",[n("h1",[t._v(t._s(t.$t("favorites.noAlbums")))])]):t._e(),t._v(" "),t.albums.length>0?n("div",{staticClass:"release_grid"},t._l(t.albums,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.albumView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.cover_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(""+t.$t("globals.by",[e.artist.name])))])])})),0):t._e()]),t._v(" "),n("div",{staticClass:"favorites_tabcontent",attrs:{id:"artist_favorites"}},[0==t.artists.length?n("div",[n("h1",[t._v(t._s(t.$t("favorites.noArtists")))])]):t._e(),t._v(" "),t.artists.length>0?n("div",{staticClass:"release_grid"},t._l(t.artists,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.artistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"circle coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.name))])])})),0):t._e()]),t._v(" "),n("div",{staticClass:"favorites_tabcontent",attrs:{id:"track_favorites"}},[0==t.tracks.length?n("div",[n("h1",[t._v(t._s(t.$t("favorites.noTracks")))])]):t._e(),t._v(" "),t.tracks.length>0?n("table",{staticClass:"table"},t._l(t.tracks,(function(e){return n("tr",{staticClass:"track_row"},[n("td",{staticClass:"top-tracks-position",class:{first:1===e.position}},[t._v("\n\t\t\t\t\t"+t._s(e.position)+"\n\t\t\t\t")]),t._v(" "),n("td",[n("a",{staticClass:"rounded",class:{"single-cover":!!e.preview},attrs:{href:"#","data-preview":e.preview},on:{click:t.playPausePreview}},[e.preview?n("i",{staticClass:"material-icons preview_controls",attrs:{title:t.$t("globals.play_hint")},on:{mouseenter:t.previewMouseEnter,mouseleave:t.previewMouseLeave}},[t._v("\n\t\t\t\t\t\t\tplay_arrow\n\t\t\t\t\t\t")]):t._e(),t._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:e.album.cover_small}})])]),t._v(" "),n("td",{staticClass:"table__cell--large breakline"},[t._v("\n\t\t\t\t\t"+t._s(e.title+(e.title_version&&-1==e.title.indexOf(e.title_version)?" "+e.title_version:""))+"\n\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.artist.id},on:{click:t.artistView}},[t._v("\n\t\t\t\t\t"+t._s(e.artist.name)+"\n\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.album.id},on:{click:t.albumView}},[t._v("\n\t\t\t\t\t"+t._s(e.album.title)+"\n\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--small"},[t._v("\n\t\t\t\t\t"+t._s(t.convertDuration(e.duration))+"\n\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--download clickable",attrs:{"data-link":e.link,role:"button","aria-label":"download"},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])])])})),0):t._e()])])};Xc._withStripped=!0;var Zc=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheFavoritesTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Xc,staticRenderFns:[]},(function(t){t&&t("data-v-60c37906_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheFavoritesTab.vue"},media:void 0})}),Jc,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const td={name:"the-errors-tab",data:()=>({title:"",errors:[]}),methods:{reset(){this.title="",this.errors=[]},showErrors(t,e){this.title=t.artist+" - "+t.title,this.errors=t.errors,ao(e,"main","errors_tab")}},mounted(){eo.$on("showTabErrors",this.showErrors),this.$root.$on("showTabErrors",this.showErrors)}};var ed=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"errors_tab"}},[n("h1",[t._v(t._s(t.$t("errors.title",[t.title])))]),t._v(" "),n("table",{staticClass:"table table--tracklist"},[n("tr",[n("th",[t._v("ID")]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.artist",1)))]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.title",1)))]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.error",1)))])]),t._v(" "),t._l(t.errors,(function(e){return n("tr",{key:e.data.id},[n("td",[t._v(t._s(e.data.id))]),t._v(" "),n("td",[t._v(t._s(e.data.artist))]),t._v(" "),n("td",[t._v(t._s(e.data.title))]),t._v(" "),n("td",[t._v(t._s(e.errid?t.$t("errors.ids."+e.errid):e.message))])])}))],2)])};ed._withStripped=!0;var nd=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheErrorsTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:ed,staticRenderFns:[]},(function(t){t&&t("data-v-71253e94_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheErrorsTab.vue"},media:void 0})}),td,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const ad={name:"the-home-tab",data:()=>({playlists:[],albums:[]}),methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),playlistView:no.bind(null,"playlist"),openSettings(){document.getElementById("main_settings_tablink").click()},addToQueue(t){Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},initHome(t){const{playlists:{data:e},albums:{data:n}}=t;this.playlists=e,this.albums=n}},mounted(){localStorage.getItem("arl")&&this.$refs.notLogged.classList.add("hide"),to.on("init_home",this.initHome)}};var id=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"home_tab"}},[n("h2",{staticClass:"page_heading"},[t._v(t._s(t.$t("globals.welcome")))]),t._v(" "),n("section",{ref:"notLogged",staticClass:"home_section",attrs:{id:"home_not_logged_in"}},[n("p",{attrs:{id:"home_not_logged_text"}},[t._v(t._s(t.$t("home.needTologin")))]),t._v(" "),n("button",{attrs:{type:"button",name:"button"},on:{click:t.openSettings}},[t._v(t._s(t.$t("home.openSettings")))])]),t._v(" "),t.playlists.length?n("section",{staticClass:"home_section"},[n("h3",{staticClass:"section_heading"},[t._v(t._s(t.$t("home.sections.popularPlaylists")))]),t._v(" "),n("div",{staticClass:"release_grid"},t._l(t.playlists,(function(e){return n("div",{key:e.id,staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.playlistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v("\n\t\t\t\t\t"+t._s(t.$t("globals.by",[e.user.name])+" - "+t.$tc("globals.listTabs.trackN",e.nb_tracks))+"\n\t\t\t\t")])])})),0)]):t._e(),t._v(" "),t.albums.length?n("section",{staticClass:"home_section"},[n("h3",{staticClass:"section_heading"},[t._v(t._s(t.$t("home.sections.popularAlbums")))]),t._v(" "),n("div",{staticClass:"release_grid"},t._l(t.albums,(function(e){return n("div",{key:e.id,staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.albumView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.cover_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(""+t.$t("globals.by",[e.artist.name])))])])})),0)]):t._e()])};id._withStripped=!0;var rd=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheHomeTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:id,staticRenderFns:[]},(function(t){t&&t("data-v-d3d45fc0_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheHomeTab.vue"},media:void 0})}),ad,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const sd={name:"the-link-analyzer-tab",data:()=>({title:"",subtitle:"",image:"",data:{},type:"",link:"",id:"0",countries:[]}),methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),convertDuration:Rc.convertDuration,reset(){this.title="Loading...",this.subtitle="",this.image="",this.data={},this.type="",this.link="",this.countries=[]},showTrack(t){const{title:e,title_version:n,album:{cover_xl:a},link:i,available_countries:r,id:s}=t;this.title=e+(n&&-1==e.indexOf(n)?" "+n:""),this.image=a,this.type="track",this.link=i,this.id=s,r.forEach(t=>{let e=[],n=[...t].map(t=>t.charCodeAt()+127397);e.push(String.fromCodePoint(...n)),e.push(Rc.COUNTRIES[t]),this.countries.push(e)}),this.data=t},showAlbum(t){const{title:e,cover_xl:n,link:a,id:i}=t;this.title=e,this.image=n,this.type="album",this.link=a,this.data=t,this.id=i},notSupported(){this.link="error"}},mounted(){eo.$on("linkAnalyzerTab:reset",this.reset),to.on("analyze_track",this.showTrack),to.on("analyze_album",this.showAlbum),to.on("analyze_notSupported",this.notSupported)}};var od=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent image_header",attrs:{id:"analyzer_tab"}},[n("h2",{staticClass:"page_heading page_heading--capitalize"},[t._v(t._s(t.$t("sidebar.linkAnalyzer")))]),t._v(" "),""==t.link?n("div",[n("p",[t._v("\n\t\t\t"+t._s(t.$t("linkAnalyzer.info"))+"\n\t\t")]),t._v(" "),n("p",[t._v("\n\t\t\t"+t._s(t.$t("linkAnalyzer.useful"))+"\n\t\t")])]):"error"==t.link?n("div",[n("h2",[t._v(t._s(t.$t("linkAnalyzer.linkNotSupported")))]),t._v(" "),n("p",[t._v(t._s(t.$t("linkAnalyzer.linkNotSupportedYet")))])]):n("div",[n("header",{staticClass:"inline-flex",style:{"background-image":"linear-gradient(to bottom, transparent 0%, var(--main-background) 100%), url('"+t.image+"')"}},[n("div",[n("h1",[t._v(t._s(t.title))]),t._v(" "),"track"==t.type?n("h2",[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("span",{staticClass:"clickable",attrs:{place:"0","data-id":t.data.artist.id},on:{click:t.artistView}},[t._v(t._s(t.data.artist.name))])]),t._v("\n\t\t\t\t\t •\n\t\t\t\t\t"),n("i18n",{attrs:{path:"globals.in",tag:"span"}},[n("span",{staticClass:"clickable",attrs:{place:"0","data-id":t.data.album.id},on:{click:t.albumView}},[t._v(t._s(t.data.album.title))])])],1):"album"==t.type?n("h2",[n("i18n",{attrs:{path:"globals.by",tag:"span"}},[n("span",{staticClass:"clickable",attrs:{place:"0","data-id":t.data.artist.id},on:{click:t.artistView}},[t._v(t._s(t.data.artist.name))])]),t._v("\n\t\t\t\t\t"+t._s(" • "+t.$tc("globals.listTabs.trackN",t.data.nb_tracks))+"\n\t\t\t\t")],1):t._e()]),t._v(" "),n("div",{staticClass:"fab right",attrs:{role:"button","aria-label":"download","data-link":t.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("table",{staticClass:"table"},[t.data.id?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.id")))]),t._v(" "),n("td",[t._v(t._s(t.data.id))])]):t._e(),t._v(" "),t.data.isrc?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.isrc")))]),t._v(" "),n("td",[t._v(t._s(t.data.isrc))])]):t._e(),t._v(" "),t.data.upc?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.upc")))]),t._v(" "),n("td",[t._v(t._s(t.data.upc))])]):t._e(),t._v(" "),t.data.duration?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.duration")))]),t._v(" "),n("td",[t._v(t._s(t.convertDuration(t.data.duration)))])]):t._e(),t._v(" "),t.data.disk_number?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.diskNumber")))]),t._v(" "),n("td",[t._v(t._s(t.data.disk_number))])]):t._e(),t._v(" "),t.data.track_position?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.trackNumber")))]),t._v(" "),n("td",[t._v(t._s(t.data.track_position))])]):t._e(),t._v(" "),t.data.release_date?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.releaseDate")))]),t._v(" "),n("td",[t._v(t._s(t.data.release_date))])]):t._e(),t._v(" "),t.data.bpm?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.bpm")))]),t._v(" "),n("td",[t._v(t._s(t.data.bpm))])]):t._e(),t._v(" "),t.data.label?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.label")))]),t._v(" "),n("td",[t._v(t._s(t.data.label))])]):t._e(),t._v(" "),t.data.record_type?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.recordType")))]),t._v(" "),n("td",[t._v(t._s(t.$tc("globals.listTabs."+t.data.record_type,1)))])]):t._e(),t._v(" "),t.data.genres&&t.data.genres.data.length?n("tr",[n("td",[t._v(t._s(t.$t("linkAnalyzer.table.genres")))]),t._v(" "),n("td",[t._v(t._s(t.data.genres.data.map((function(t){return t.name})).join("; ")))])]):t._e()]),t._v(" "),"album"==t.type?n("div",[n("button",{attrs:{"data-id":t.id},on:{click:t.albumView}},[t._v(t._s(t.$t("linkAnalyzer.table.tracklist")))])]):t._e(),t._v(" "),t.countries.length?n("div",t._l(t.countries,(function(e){return n("p",[t._v(t._s(e[0])+" - "+t._s(e[1]))])})),0):t._e()])])};od._withStripped=!0;var ld=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheLinkAnalyzerTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:od,staticRenderFns:[]},(function(t){t&&t("data-v-757e68be_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheLinkAnalyzerTab.vue"},media:void 0})}),sd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const cd={data:()=>({paypal:'<?xml version="1.0" encoding="iso-8859-1"?>\n\x3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"\n\t viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve">\n<path style="fill:#03A9F4;" d="M425.457,117.739c-3.121-1.838-6.961-1.966-10.197-0.341c-3.231,1.629-5.416,4.786-5.803,8.384\n\tc-0.384,3.499-0.981,6.997-1.728,10.667c-20.885,94.784-62.827,140.885-128.256,140.885h-96c-5.062,0.009-9.42,3.574-10.432,8.533\n\tl-32,149.995l-5.717,38.187c-3.287,17.365,8.125,34.107,25.489,37.394c1.915,0.362,3.858,0.549,5.807,0.558h64.213\n\tc14.718,0.045,27.55-10,31.04-24.299l25.941-103.701h55.659c65.685,0,111.083-52.373,127.829-147.477l0,0\n\tC482.356,191.238,464.068,143.856,425.457,117.739z"/>\n<path style="fill:#283593;" d="M405.339,38.017c-21.078-23.909-51.327-37.731-83.2-38.016h-176.64\n\tC119.064-0.141,96.558,19.2,92.721,45.355L37.873,411.243c-2.627,17.477,9.41,33.774,26.887,36.402\n\tc1.586,0.239,3.189,0.357,4.793,0.356h81.92c5.062-0.009,9.42-3.574,10.432-8.533l30.187-140.8h87.467\n\tc75.904,0,126.059-53.056,149.099-157.867c0.926-4.178,1.638-8.4,2.133-12.651C436.139,95.815,426.81,62.778,405.339,38.017z"/>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n<g>\n</g>\n</svg>',ethereum:'<svg viewBox="-116 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="m140.28125 333.582031-140.28125-66.734375 140.28125 245.152344 140.285156-245.152344zm0 0"/><path d="m265.289062 217.117188-125.007812-217.117188-125.148438 217.367188 125.148438-59.367188zm0 0"/><path d="m25.980469 245.535156 114.300781 54.140625 114.492188-54.230469-114.492188-54.136718zm0 0"/></svg>',bitcoin:'<svg viewBox="0 0 65 65" xmlns="http://www.w3.org/2000/svg">\n<path d="M37.4984 36.7246C37.7727 37.3718 37.822 38.0823 37.6813 38.9194C37.4984 39.8901 37.0763 40.6499 36.408 41.2408C35.7327 41.8106 35.0011 42.1552 34.1922 42.2326C33.3762 42.31 32.3843 42.2326 31.2166 42.0216L29.1977 41.6277C28.5294 41.494 28.1284 41.3955 27.9807 41.29C27.84 41.1915 27.7626 41.0508 27.7274 40.8539C27.7134 40.7061 27.7696 40.1856 27.9103 39.3485L29.0288 33.3691L32.6094 34.0304C34.1781 34.3329 35.3177 34.6987 36.0211 35.1207C36.7316 35.5428 37.217 36.0915 37.4984 36.7246ZM37.6883 24.1539C37.0552 23.8022 35.8453 23.4645 34.0726 23.1339L31.0477 22.5641L29.7815 29.2962L32.8134 29.8659C34.3962 30.1544 35.592 30.2458 36.401 30.1192C37.21 29.9855 37.8431 29.6971 38.3355 29.2399C38.8068 28.7967 39.1234 28.1988 39.25 27.4953C39.3907 26.7637 39.3203 26.1236 39.053 25.5327C38.7998 24.9629 38.3496 24.4916 37.6883 24.1539ZM64.5179 32.518C64.5179 50.2027 50.1886 64.518 32.5109 64.518C14.8402 64.518 0.517944 50.2027 0.517944 32.518C0.517944 14.8332 14.8402 0.51796 32.5109 0.51796C50.1886 0.51796 64.5179 14.8332 64.5179 32.518ZM45.6866 24.0625C45.1449 22.8807 44.2304 21.8818 42.9712 21.0587C42.4929 20.7351 41.8809 20.4538 41.2126 20.1935L42.1201 15.3326L37.4491 14.4533L36.5909 18.9976L33.5872 18.4349L34.4454 13.8906L29.7675 13.0113L28.9092 17.5626L21.7692 16.226L21.0587 20.0458L22.1491 20.2498C22.8807 20.3764 23.359 20.5382 23.5841 20.7211C23.8233 20.8899 23.964 21.108 24.0273 21.3542C24.0906 21.6004 24.0484 22.128 23.8936 22.9581L21.0095 38.3496C20.8618 39.1515 20.7211 39.665 20.5663 39.869C20.4115 40.073 20.2005 40.2278 19.9191 40.3052C19.6378 40.3825 19.1383 40.3544 18.4137 40.1996L17.3164 40.0168L16.6059 43.8224L23.7389 45.1449L22.8947 49.6892L27.5727 50.5685L28.4168 46.0242L31.0759 46.5166C31.1955 46.5448 31.301 46.5518 31.4206 46.5799L30.5764 51.1242L35.2473 51.9895L36.1759 47.0724C36.9849 47.0583 37.7094 46.988 38.3496 46.8824C40.0871 46.5377 41.5081 45.8272 42.6265 44.751C43.738 43.6958 44.4344 42.4296 44.7017 40.9594C44.9339 39.7213 44.8494 38.5536 44.4555 37.4702C44.0545 36.3588 43.4144 35.4373 42.5281 34.6916C41.9231 34.1711 40.9945 33.6224 39.7705 33.0596C41.0508 32.8697 42.113 32.5391 42.9642 32.0396C43.8224 31.5472 44.5188 30.9282 45.0534 30.1755C45.5951 29.4298 45.9609 28.5927 46.1227 27.6852C46.3759 26.4894 46.2282 25.2513 45.6866 24.0625Z"/>\n</svg>'})};var dd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"about_tab"}},[n("h2",{staticClass:"page_heading"},[t._v(t._s(t.$t("sidebar.about")))]),t._v(" "),n("ul",[n("li",{domProps:{innerHTML:t._s(t.$t("about.usesLibrary"))}}),t._v(" "),n("li",{domProps:{innerHTML:t._s(t.$t("about.thanks"))}}),t._v(" "),n("li",{domProps:{innerHTML:t._s(t.$t("about.upToDate"))}})]),t._v(" "),n("h2",[t._v(t._s(t.$t("about.titles.usefulLinks")))]),t._v(" "),n("ul",{staticClass:"no-dots"},[n("li",[n("a",{attrs:{href:"https://deemix.app",target:"_blank"}},[t._v("🌍 "+t._s(t.$t("about.officialWebsite")))])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://codeberg.org/RemixDev/deemix",target:"_blank"}},[t._v("🚀 "+t._s(t.$t("about.officialRepo")))])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://codeberg.org/RemixDev/deemix-webui",target:"_blank"}},[t._v("💻 "+t._s(t.$t("about.officialWebuiRepo")))])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://www.reddit.com/r/deemix",target:"_blank"}},[t._v("🤖 "+t._s(t.$t("about.officialSubreddit")))])]),t._v(" "),n("li",[n("a",{attrs:{href:"https://t.me/RemixDevNews",target:"_blank"}},[t._v("📰 "+t._s(t.$t("about.newsChannel")))])])]),t._v(" "),n("h2",[t._v("\n\t\t"+t._s(t.$t("about.titles.bugReports"))+"\n\t\t"),n("span",{staticClass:"subheading"},[t._v("\n\t\t\t"+t._s(t.$t("about.subtitles.bugReports"))+"\n\t\t")])]),t._v(" "),n("ul",[n("li",{domProps:{innerHTML:t._s(t.$t("about.questions"))}}),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.beforeReporting"))+"\n\t\t")]),t._v(" "),n("li",{domProps:{innerHTML:t._s(t.$t("about.beSure"))}}),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.duplicateReports"))+"\n\t\t")]),t._v(" "),n("li",{domProps:{innerHTML:t._s(t.$t("about.dontOpenIssues"))}})]),t._v(" "),n("h2",[t._v("\n\t\t"+t._s(t.$t("about.titles.contributing"))+"\n\t\t"),n("span",{staticClass:"subheading"},[t._v("\n\t\t\t"+t._s(t.$t("about.subtitles.contributing"))+"\n\t\t")])]),t._v(" "),n("ul",[n("li",{domProps:{innerHTML:t._s(t.$t("about.newUI"))}}),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.acceptFeatures"))+"\n\t\t")]),t._v(" "),n("li",{domProps:{innerHTML:t._s(t.$t("about.contributeWebUI"))}}),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.otherLanguages"))+"\n\t\t")]),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.understandingCode"))+"\n\t\t")])]),t._v(" "),n("h2",[t._v("\n\t\t"+t._s(t.$t("about.titles.donations"))+"\n\t\t"),n("span",{staticClass:"subheading"},[t._v("\n\t\t\t"+t._s(t.$t("about.subtitles.donations"))+"\n\t\t")])]),t._v(" "),n("ul",[n("li",{domProps:{innerHTML:t._s(t.$t("about.itsFree"))}}),t._v(" "),n("li",[t._v("\n\t\t\t"+t._s(t.$t("about.notObligated"))+"\n\t\t")])]),t._v(" "),n("ul",[n("li",[n("i",{domProps:{innerHTML:t._s(t.paypal)}}),t._v(" "),n("strong",[t._v("PayPal:")]),t._v(" "),n("a",{attrs:{href:"https://paypal.me/RemixDev",target:"_blank"}},[t._v("PayPal.me/RemixDev")])]),t._v(" "),n("li",[n("i",{staticClass:"bitcoin",domProps:{innerHTML:t._s(t.bitcoin)}}),t._v(" "),n("strong",[t._v("Bitcoin:")]),t._v(" 1sdNymSJrMBWyHM4u2m9uco5nv6uV4Qs1\n\t\t")]),t._v(" "),n("li",[n("i",{staticClass:"ethereum",domProps:{innerHTML:t._s(t.ethereum)}}),t._v(" "),n("strong",[t._v("Ethereum:")]),t._v(" 0x1d2aa67e671485CD4062289772B662e0A6Ff976c\n\t\t")])]),t._v(" "),n("h2",[t._v(t._s(t.$t("about.titles.license")))]),t._v(" "),t._m(0),t._v(" "),n("p",{domProps:{innerHTML:t._s(t.$t("about.lincensedUnder"))}})])};dd._withStripped=!0;var ud=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheAboutTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:dd,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("p",[e("a",{attrs:{rel:"license",href:"https://www.gnu.org/licenses/gpl-3.0.en.html",target:"_blank"}},[e("img",{staticStyle:{"border-width":"0"},attrs:{alt:"GNU General Public License",src:"https://www.gnu.org/graphics/gplv3-127x51.png"}})])])}]},(function(t){t&&t("data-v-68e62f64_0",{source:"@charset \"UTF-8\";\nli[data-v-68e62f64],\np[data-v-68e62f64],\na[data-v-68e62f64] {\n letter-spacing: 0.4px;\n font-size: 20px;\n line-height: 1.2;\n}\ni[data-v-68e62f64] {\n vertical-align: middle;\n}\ni[data-v-68e62f64] svg {\n fill: white;\n width: 20px;\n}\n.bitcoin[data-v-68e62f64] svg {\n fill: #ff9900;\n}\n.ethereum[data-v-68e62f64] svg {\n fill: var(--foreground);\n}\n[data-v-68e62f64]:link {\n text-decoration: none;\n}\n#about_tab[data-v-68e62f64] {\n margin-bottom: 40px;\n}\nh2[data-v-68e62f64] {\n text-transform: capitalize;\n}\nh2[data-v-68e62f64]:not(.page_heading) {\n font-size: 2rem;\n border-bottom: 1px solid rgba(51, 51, 51, 0.25);\n padding-top: 2rem;\n padding-bottom: 1rem;\n}\nh2 .subheading[data-v-68e62f64] {\n display: block;\n font-size: 0.5em;\n margin-top: 0.5em;\n font-weight: normal;\n opacity: 0.8;\n text-transform: none;\n}\np[data-v-68e62f64] {\n margin: 0 !important;\n}\nul li[data-v-68e62f64] {\n margin-bottom: 7px;\n}\nh2 + ul[data-v-68e62f64] {\n margin-top: 1rem;\n}\nul + ul[data-v-68e62f64] {\n margin-top: 1.25rem;\n}\nul.no-dots[data-v-68e62f64] {\n list-style-type: none;\n}\nul[data-v-68e62f64]:not(.no-dots) {\n list-style-type: none;\n}\nul:not(.no-dots) li[data-v-68e62f64] {\n position: relative;\n}\nul:not(.no-dots) li[data-v-68e62f64]::before {\n content: '—';\n position: absolute;\n left: -30px;\n opacity: 0.25;\n}\n\n/*# sourceMappingURL=TheAboutTab.vue.map */",map:{version:3,sources:["TheAboutTab.vue","/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheAboutTab.vue"],names:[],mappings:"AAAA,gBAAgB;AC4GhB;;;EAGA,qBAAA;EACA,eAAA;EACA,gBAAA;AAAA;AAGA;EACA,sBAAA;AAAA;AAGA;EACA,WAAA;EACA,WAAA;AAAA;AAGA;EACA,aAAA;AAAA;AAGA;EACA,uBAAA;AAAA;AAGA;EACA,qBAAA;AAAA;AAGA;EACA,mBAAA;AAAA;AAGA;EACA,0BAAA;AAAA;AADA;IAIA,eAAA;IACA,+CAAA;IAEA,iBAAA;IACA,oBAAA;AAAA;AARA;IAaA,cAAA;IACA,gBAAA;IACA,iBAAA;IACA,mBAAA;IACA,YAAA;IACA,oBAAA;AAAA;AAIA;EACA,oBAAA;AAAA;AAGA;EAEA,kBAAA;AAAA;AAGA;EACA,gBAAA;AAAA;AAGA;EACA,mBAAA;AAAA;AAVA;EAcA,qBAAA;AAAA;AAdA;EAkBA,qBAAA;AAAA;AAlBA;IAqBA,kBAAA;AAAA;AArBA;MAwBA,YAAA;MACA,kBAAA;MACA,WAAA;MACA,aAAA;AAAA;;AD/HA,0CAA0C",file:"TheAboutTab.vue",sourcesContent:["@charset \"UTF-8\";\nli,\np,\na {\n letter-spacing: 0.4px;\n font-size: 20px;\n line-height: 1.2; }\n\ni {\n vertical-align: middle; }\n\ni /deep/ svg {\n fill: white;\n width: 20px; }\n\n.bitcoin /deep/ svg {\n fill: #ff9900; }\n\n.ethereum /deep/ svg {\n fill: var(--foreground); }\n\n:link {\n text-decoration: none; }\n\n#about_tab {\n margin-bottom: 40px; }\n\nh2 {\n text-transform: capitalize; }\n h2:not(.page_heading) {\n font-size: 2rem;\n border-bottom: 1px solid rgba(51, 51, 51, 0.25);\n padding-top: 2rem;\n padding-bottom: 1rem; }\n h2 .subheading {\n display: block;\n font-size: 0.5em;\n margin-top: 0.5em;\n font-weight: normal;\n opacity: 0.8;\n text-transform: none; }\n\np {\n margin: 0 !important; }\n\nul li {\n margin-bottom: 7px; }\n\nh2 + ul {\n margin-top: 1rem; }\n\nul + ul {\n margin-top: 1.25rem; }\n\nul.no-dots {\n list-style-type: none; }\n\nul:not(.no-dots) {\n list-style-type: none; }\n ul:not(.no-dots) li {\n position: relative; }\n ul:not(.no-dots) li::before {\n content: '—';\n position: absolute;\n left: -30px;\n opacity: 0.25; }\n\n/*# sourceMappingURL=TheAboutTab.vue.map */",null]},media:void 0})}),cd,"data-v-68e62f64",!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),pd={it:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2">\n<rect width="1" height="2" fill="#009246"/>\n<rect width="1" height="2" x="1" fill="#fff"/>\n<rect width="1" height="2" x="2" fill="#ce2b37"/>\n</svg>',en:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30">\n<clipPath id="t">\n<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>\n</clipPath>\n<path d="M0,0 v30 h60 v-30 z" fill="#00247d"/>\n<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>\n<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#cf142b" stroke-width="4"/>\n<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>\n<path d="M30,0 v30 M0,15 h60" stroke="#cf142b" stroke-width="6"/>\n</svg>',es:'<svg xmlns="http://www.w3.org/2000/svg" height="500" width="750" viewBox="0 0 750 500">\n<path fill="#c60b1e" d="M0 0h750v500H0z"/>\n<path fill="#ffc400" d="M0 125h750v250H0z"/>\n<path d="M167.99 222.24s-.51 0-.8-.16c-.27-.16-1.12-.96-1.12-.96l-.68-.49-.62-.85s-.73-1.18-.4-2.09c.34-.9.9-1.23 1.42-1.5.5-.26 1.58-.59 1.58-.59s.85-.37 1.13-.42c.28-.06 1.3-.33 1.3-.33s.28-.15.56-.26c.29-.1.68-.1.9-.16.23-.06.8-.24 1.14-.26.52-.02 1.35.1 1.64.1.28 0 1.24.05 1.64.05.39 0 1.8-.1 2.2-.1.4 0 .68-.06 1.13 0 .45.05 1.24.31 1.47.42.23.1 1.58.6 2.1.75.5.16 1.74.37 2.31.64.56.27.9.72 1.19 1.1.28.37.34.78.45 1.05.1.26.11.84 0 1.1-.11.27-.51.82-.51.82l-.62 1.02-.8.64s-.56.54-1 .48c-.46-.05-5.04-.86-7.98-.86-2.94 0-7.63.86-7.63.86" fill="#ad1519"/>\n<path d="M167.99 222.24s-.51 0-.8-.16c-.27-.16-1.12-.96-1.12-.96l-.68-.49-.62-.85s-.73-1.18-.4-2.09c.34-.9.9-1.23 1.42-1.5.5-.26 1.58-.59 1.58-.59s.85-.37 1.13-.42c.28-.06 1.3-.33 1.3-.33s.28-.15.56-.26c.29-.1.68-.1.9-.16.23-.06.8-.24 1.14-.26.52-.02 1.35.1 1.64.1.28 0 1.24.05 1.64.05.39 0 1.8-.1 2.2-.1.4 0 .68-.06 1.13 0 .45.05 1.24.31 1.47.42.23.1 1.58.6 2.1.75.5.16 1.74.37 2.31.64.56.27.9.72 1.19 1.1.28.37.34.78.45 1.05.1.26.11.84 0 1.1-.11.27-.51.82-.51.82l-.62 1.02-.8.64s-.56.54-1 .48c-.46-.05-5.04-.86-7.98-.86-2.94 0-7.63.86-7.63.86z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".26"/>\n<path d="M174.28 215.68c0-1.38.62-2.5 1.38-2.5.76 0 1.38 1.12 1.38 2.5s-.62 2.5-1.38 2.5c-.76 0-1.38-1.12-1.38-2.5" fill="#c8b100"/>\n<path d="M174.28 215.68c0-1.38.62-2.5 1.38-2.5.76 0 1.38 1.12 1.38 2.5s-.62 2.5-1.38 2.5c-.76 0-1.38-1.12-1.38-2.5z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.05 215.68c0-1.27.28-2.3.63-2.3s.64 1.03.64 2.3c0 1.26-.28 2.3-.64 2.3-.35 0-.63-1.04-.63-2.3" fill="#c8b100"/>\n<path d="M175.05 215.68c0-1.27.28-2.3.63-2.3s.64 1.03.64 2.3c0 1.26-.28 2.3-.64 2.3-.35 0-.63-1.04-.63-2.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M174.75 213.04a.9.9 0 0 1 .93-.87c.5 0 .92.4.92.87 0 .49-.41.87-.92.87-.52 0-.93-.38-.93-.87" fill="#c8b100"/>\n<path d="M176.33 212.74v.58h-1.43v-.58h.47v-1.31h-.62v-.58h.62v-.57h.6v.57h.62v.58h-.62v1.3h.36" fill="#c8b100"/>\n<path d="M176.33 212.74v.58h-1.43v-.58h.47v-1.31h-.62v-.58h.62v-.57h.6v.57h.62v.58h-.62v1.3h.36" fill="none" stroke="#000" stroke-width=".3"/>\n<path d="M176.97 212.74v.58h-2.54v-.58h.94v-1.31h-.62v-.58h.62v-.57h.6v.57h.62v.58h-.62v1.3h1" fill="#c8b100"/>\n<path d="M176.97 212.74v.58h-2.54v-.58h.94v-1.31h-.62v-.58h.62v-.57h.6v.57h.62v.58h-.62v1.3h1" fill="none" stroke="#000" stroke-width=".3"/>\n<path d="M175.94 212.2c.38.1.66.45.66.84 0 .49-.41.87-.92.87-.52 0-.93-.38-.93-.87 0-.4.3-.75.69-.84" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.68 222.08h-4.8l-.12-1.18-.23-1.23-.24-1.53c-1.32-1.75-2.54-2.9-2.95-2.65.1-.32.22-.56.47-.71 1.18-.7 3.6.98 5.44 3.74.16.25.32.5.46.75h3.97c.14-.25.3-.5.46-.75 1.83-2.76 4.26-4.44 5.43-3.74.26.15.37.39.47.71-.4-.24-1.62.9-2.95 2.65l-.24 1.53-.23 1.23-.1 1.18h-4.84" fill="#c8b100"/>\n<path d="M175.68 222.08h-4.8l-.12-1.18-.23-1.23-.24-1.53c-1.32-1.75-2.54-2.9-2.95-2.65.1-.32.22-.56.47-.71 1.18-.7 3.6.98 5.44 3.74.16.25.32.5.46.75h3.97c.14-.25.3-.5.46-.75 1.83-2.76 4.26-4.44 5.43-3.74.26.15.37.39.47.71-.4-.24-1.62.9-2.95 2.65l-.24 1.53-.23 1.23-.1 1.18h-4.84z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M167.55 215.44c.9-.53 3.02 1.15 4.73 3.74m11.55-3.74c-.9-.53-3.01 1.15-4.73 3.74" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M168.58 224.25c-.2-.57-.58-1.08-.58-1.08a28.7 28.7 0 0 1 7.67-.94c3.01 0 5.75.37 7.69.94l-.52.91c-.17.3-.39.81-.38.81a23.8 23.8 0 0 0-6.8-.82c-2.79 0-5.46.35-6.86.86.02 0-.1-.32-.23-.68" fill="#c8b100"/>\n<path d="M168.58 224.25c-.2-.57-.58-1.08-.58-1.08a28.7 28.7 0 0 1 7.67-.94c3.01 0 5.75.37 7.69.94l-.52.91c-.17.3-.39.81-.38.81a23.8 23.8 0 0 0-6.8-.82c-2.79 0-5.46.35-6.86.86.02 0-.1-.32-.23-.68" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.67 226.73c2.43 0 5.11-.38 6.1-.63.66-.2 1.05-.5.98-.84-.04-.16-.18-.3-.37-.38-1.46-.47-4.07-.8-6.7-.8-2.65 0-5.28.33-6.73.8-.19.08-.33.22-.36.38-.08.35.31.65.97.84.99.25 3.68.62 6.11.63" fill="#c8b100"/>\n<path d="M175.67 226.73c2.43 0 5.11-.38 6.1-.63.66-.2 1.05-.5.98-.84-.04-.16-.18-.3-.37-.38-1.46-.47-4.07-.8-6.7-.8-2.65 0-5.28.33-6.73.8-.19.08-.33.22-.36.38-.08.35.31.65.97.84.99.25 3.68.62 6.11.63z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M183.48 222.08l-.6-.53s-.56.34-1.27.24c-.7-.11-.93-.97-.93-.97s-.8.67-1.44.62a1.7 1.7 0 0 1-1.07-.62s-.7.5-1.33.46c-.62-.06-1.21-.83-1.21-.83s-.63.8-1.25.86c-.62.05-1.13-.54-1.13-.54s-.28.59-1.07.72c-.8.13-1.47-.62-1.47-.62s-.45.73-.99.92c-.53.18-1.24-.27-1.24-.27l-.2.43c-.09.16-.31.19-.31.19l.18.47c1.93-.56 4.56-.9 7.53-.9 2.97 0 5.67.34 7.61.9l.2-.53" fill="#c8b100"/>\n<path d="M183.48 222.08l-.6-.53s-.56.34-1.27.24c-.7-.11-.93-.97-.93-.97s-.8.67-1.44.62a1.7 1.7 0 0 1-1.07-.62s-.7.5-1.33.46c-.62-.06-1.21-.83-1.21-.83s-.63.8-1.25.86c-.62.05-1.13-.54-1.13-.54s-.28.59-1.07.72c-.8.13-1.47-.62-1.47-.62s-.45.73-.99.92c-.53.18-1.24-.27-1.24-.27l-.2.43c-.09.16-.31.19-.31.19l.18.47c1.93-.56 4.56-.9 7.53-.9 2.97 0 5.67.34 7.61.9l.2-.53z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.69 219.5l.28.04a1.09 1.09 0 0 0 1.06 1.43c.5 0 .91-.3 1.06-.73.01.01.1-.38.15-.38.03 0 .03.41.05.4.07.53.55.9 1.1.9.62 0 1.1-.47 1.1-1.06v-.12l.35-.35.2.44a.9.9 0 0 0-.11.46c0 .56.47 1 1.06 1 .37 0 .7-.17.88-.44l.23-.29v.35c0 .35.15.66.49.72 0 0 .38.03.9-.38.52-.41.81-.75.81-.75l.03.42s-.5.84-.97 1.1c-.25.15-.64.3-.95.25-.32-.04-.55-.3-.67-.6-.23.13-.5.21-.8.21-.63 0-1.2-.35-1.42-.86a1.62 1.62 0 0 1-2.42-.08 1.63 1.63 0 0 1-2.43-.26 1.62 1.62 0 0 1-2.42.26 1.63 1.63 0 0 1-2.42.08c-.22.5-.79.86-1.42.86-.29 0-.56-.08-.8-.22-.11.3-.34.56-.67.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.3.34.8.75c.53.41.92.38.92.38.34-.06.49-.37.49-.72v-.35l.22.29c.19.27.51.45.88.45.59 0 1.06-.45 1.06-1.01a.94.94 0 0 0-.1-.46l.2-.44.34.35-.01.12c0 .59.5 1.06 1.11 1.06.55 0 1.03-.37 1.1-.9.02.01.02-.4.05-.4.05 0 .14.4.16.38.14.42.56.73 1.06.73a1.09 1.09 0 0 0 1.06-1.43l.29-.05" fill="#c8b100"/>\n<path d="M175.69 219.5l.28.04a1.09 1.09 0 0 0 1.06 1.43c.5 0 .91-.3 1.06-.73.01.01.1-.38.15-.38.03 0 .03.41.05.4.07.53.55.9 1.1.9.62 0 1.1-.47 1.1-1.06v-.12l.35-.35.2.44a.9.9 0 0 0-.11.46c0 .56.47 1 1.06 1 .37 0 .7-.17.88-.44l.23-.29v.35c0 .35.15.66.49.72 0 0 .38.03.9-.38.52-.41.81-.75.81-.75l.03.42s-.5.84-.97 1.1c-.25.15-.64.3-.95.25-.32-.04-.55-.3-.67-.6-.23.13-.5.21-.8.21-.63 0-1.2-.35-1.42-.86a1.62 1.62 0 0 1-2.42-.08 1.63 1.63 0 0 1-2.43-.26 1.62 1.62 0 0 1-2.42.26 1.63 1.63 0 0 1-2.42.08c-.22.5-.79.86-1.42.86-.29 0-.56-.08-.8-.22-.11.3-.34.56-.67.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.3.34.8.75c.53.41.92.38.92.38.34-.06.49-.37.49-.72v-.35l.22.29c.19.27.51.45.88.45.59 0 1.06-.45 1.06-1.01a.94.94 0 0 0-.1-.46l.2-.44.34.35-.01.12c0 .59.5 1.06 1.11 1.06.55 0 1.03-.37 1.1-.9.02.01.02-.4.05-.4.05 0 .14.4.16.38.14.42.56.73 1.06.73a1.09 1.09 0 0 0 1.06-1.43l.29-.05z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.67 222.23c-3.01 0-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.97 7.82-.98 3.09 0 5.88.38 7.83.98.13.04.22.2.18.32-.04.11-.2.21-.33.17a28.45 28.45 0 0 0-7.68-.94" fill="#c8b100"/>\n<path d="M175.67 222.23c-3.01 0-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.97 7.82-.98 3.09 0 5.88.38 7.83.98.13.04.22.2.18.32-.04.11-.2.21-.33.17a28.45 28.45 0 0 0-7.68-.94z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".26"/>\n<path d="M172.75 223.3c0-.22.2-.4.44-.4s.44.18.44.4c0 .23-.2.41-.44.41s-.44-.18-.44-.4" fill="#fff"/>\n<path d="M172.75 223.3c0-.22.2-.4.44-.4s.44.18.44.4c0 .23-.2.41-.44.41s-.44-.18-.44-.4z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.7 223.48h-.96c-.18 0-.33-.14-.33-.31 0-.17.14-.3.32-.3h1.96c.19 0 .33.13.33.3 0 .17-.15.31-.33.31h-.98" fill="#ad1519"/>\n<path d="M175.7 223.48h-.96c-.18 0-.33-.14-.33-.31 0-.17.14-.3.32-.3h1.96c.19 0 .33.13.33.3 0 .17-.15.31-.33.31h-.98" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M170.85 223.81l-.7.1c-.17.03-.34-.08-.37-.25a.3.3 0 0 1 .27-.35l.7-.1.71-.11c.18-.02.34.09.37.25.02.17-.1.33-.27.35l-.71.11" fill="#058e6e"/>\n<path d="M170.85 223.81l-.7.1c-.17.03-.34-.08-.37-.25a.3.3 0 0 1 .27-.35l.7-.1.71-.11c.18-.02.34.09.37.25.02.17-.1.33-.27.35l-.71.11" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M168.05 224.3l.3-.5.66.13-.38.56-.58-.19" fill="#ad1519"/>\n<path d="M168.05 224.3l.3-.5.66.13-.38.56-.58-.19" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M177.72 223.3c0-.22.2-.4.44-.4s.43.18.43.4c0 .23-.2.41-.43.41-.25 0-.44-.18-.44-.4" fill="#fff"/>\n<path d="M177.72 223.3c0-.22.2-.4.44-.4s.43.18.43.4c0 .23-.2.41-.43.41-.25 0-.44-.18-.44-.4z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M180.5 223.81l.7.1c.17.03.34-.08.37-.25a.3.3 0 0 0-.27-.35l-.7-.1-.71-.11c-.18-.02-.34.09-.37.25-.03.17.1.33.27.35l.7.11" fill="#058e6e"/>\n<path d="M180.5 223.81l.7.1c.17.03.34-.08.37-.25a.3.3 0 0 0-.27-.35l-.7-.1-.71-.11c-.18-.02-.34.09-.37.25-.03.17.1.33.27.35l.7.11" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M183.24 224.33l-.25-.53-.67.06.32.59.6-.12" fill="#ad1519"/>\n<path d="M183.24 224.33l-.25-.53-.67.06.32.59.6-.12" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.66 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.7 6.3-.7 2.44 0 4.65.27 6.33.7-1.68.44-3.9.65-6.33.65" fill="#ad1519"/>\n<path d="M175.66 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.7 6.3-.7 2.44 0 4.65.27 6.33.7-1.68.44-3.9.65-6.33.65z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".26"/>\n<path d="M183.34 220.88c.06-.18 0-.37-.13-.41-.14-.04-.3.08-.37.26-.06.19 0 .38.13.42.14.04.3-.08.37-.27" fill="#c8b100"/>\n<path d="M183.34 220.88c.06-.18 0-.37-.13-.41-.14-.04-.3.08-.37.26-.06.19 0 .38.13.42.14.04.3-.08.37-.27z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M178.5 219.95c.02-.2-.08-.37-.22-.39-.14-.02-.28.13-.3.33-.02.2.07.37.21.38.14.02.28-.13.3-.32" fill="#c8b100"/>\n<path d="M178.5 219.95c.02-.2-.08-.37-.22-.39-.14-.02-.28.13-.3.33-.02.2.07.37.21.38.14.02.28-.13.3-.32z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M172.87 219.95c-.03-.2.07-.37.21-.39.14-.02.28.13.3.33.03.2-.07.37-.21.38-.14.02-.28-.13-.3-.32" fill="#c8b100"/>\n<path d="M172.87 219.95c-.03-.2.07-.37.21-.39.14-.02.28.13.3.33.03.2-.07.37-.21.38-.14.02-.28-.13-.3-.32z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M168.02 220.88c-.06-.18 0-.37.13-.41.14-.04.3.08.37.26.06.19 0 .38-.14.42-.13.04-.3-.08-.36-.27" fill="#c8b100"/>\n<path d="M168.02 220.88c-.06-.18 0-.37.13-.41.14-.04.3.08.37.26.06.19 0 .38-.14.42-.13.04-.3-.08-.36-.27z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.66 217.15l-.85.52.63 1.38.22.14.22-.14.64-1.38-.86-.52" fill="#c8b100"/>\n<path d="M175.66 217.15l-.85.52.63 1.38.22.14.22-.14.64-1.38-.86-.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M173.78 219.24l.4.57 1.34-.42.14-.18-.15-.2-1.33-.39-.4.62" fill="#c8b100"/>\n<path d="M173.78 219.24l.4.57 1.34-.42.14-.18-.15-.2-1.33-.39-.4.62" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M177.55 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.4.62" fill="#c8b100"/>\n<path d="M177.55 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.4.62" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M170.08 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" fill="#c8b100"/>\n<path d="M170.08 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M168.67 220.04l.5.48 1.23-.66.1-.21-.18-.16-1.4-.13-.25.68" fill="#c8b100"/>\n<path d="M168.67 220.04l.5.48 1.23-.66.1-.21-.18-.16-1.4-.13-.25.68" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M172.36 219.3l-.26.63-1.4-.13-.18-.16.1-.21 1.22-.65.52.52" fill="#c8b100"/>\n<path d="M172.36 219.3l-.26.63-1.4-.13-.18-.16.1-.21 1.22-.65.52.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M167.32 220.22l-.11.66-1.4.15-.21-.12.05-.23 1.05-.87.62.41" fill="#c8b100"/>\n<path d="M167.32 220.22l-.11.66-1.4.15-.21-.12.05-.23 1.05-.87.62.41" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M170.02 219.65c0-.26.22-.47.5-.47.26 0 .48.21.48.47 0 .25-.22.46-.49.46a.48.48 0 0 1-.49-.46" fill="#c8b100"/>\n<path d="M170.02 219.65c0-.26.22-.47.5-.47.26 0 .48.21.48.47 0 .25-.22.46-.49.46a.48.48 0 0 1-.49-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M181.27 217.76l.67.64-.86 1.14-.23.09-.16-.18-.3-1.37.88-.32" fill="#c8b100"/>\n<path d="M181.27 217.76l.67.64-.86 1.14-.23.09-.16-.18-.3-1.37.88-.32" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M182.68 220.04l-.5.48-1.23-.66-.1-.21.19-.16 1.4-.13.24.68" fill="#c8b100"/>\n<path d="M182.68 220.04l-.5.48-1.23-.66-.1-.21.19-.16 1.4-.13.24.68" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M179 219.3l.25.63 1.4-.13.18-.16-.1-.21-1.22-.65-.52.52" fill="#c8b100"/>\n<path d="M179 219.3l.25.63 1.4-.13.18-.16-.1-.21-1.22-.65-.52.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M183.84 220.22l.11.66 1.4.15.21-.12-.05-.23-1.05-.87-.62.41" fill="#c8b100"/>\n<path d="M183.84 220.22l.11.66 1.4.15.21-.12-.05-.23-1.05-.87-.62.41" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M175.18 219.2c0-.25.22-.46.5-.46.26 0 .48.2.48.47 0 .25-.22.46-.49.46s-.49-.2-.49-.46" fill="#c8b100"/>\n<path d="M175.18 219.2c0-.25.22-.46.5-.46.26 0 .48.2.48.47 0 .25-.22.46-.49.46s-.49-.2-.49-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M180.36 219.65c0-.26.22-.47.49-.47s.49.21.49.47c0 .25-.22.46-.5.46a.48.48 0 0 1-.48-.46" fill="#c8b100"/>\n<path d="M180.36 219.65c0-.26.22-.47.49-.47s.49.21.49.47c0 .25-.22.46-.5.46a.48.48 0 0 1-.48-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M165.43 221c-.01 0-.38-.49-.66-.73-.2-.18-.67-.33-.67-.33 0-.09.28-.28.58-.28.18 0 .35.07.45.2l.04-.2s.24.05.36.32c.1.29.04.72.04.72s-.05.2-.14.3" fill="#c8b100"/>\n<path d="M165.43 221c-.01 0-.38-.49-.66-.73-.2-.18-.67-.33-.67-.33 0-.09.28-.28.58-.28.18 0 .35.07.45.2l.04-.2s.24.05.36.32c.1.29.04.72.04.72s-.05.2-.14.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M165.45 220.75c.12-.12.36-.1.53.06.18.15.24.38.12.5-.12.13-.36.1-.53-.06-.18-.15-.24-.38-.12-.5" fill="#c8b100"/>\n<path d="M165.45 220.75c.12-.12.36-.1.53.06.18.15.24.38.12.5-.12.13-.36.1-.53-.06-.18-.15-.24-.38-.12-.5z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M185.73 221c.01 0 .38-.49.66-.73.19-.18.67-.33.67-.33 0-.09-.28-.28-.58-.28a.58.58 0 0 0-.45.2l-.04-.2s-.24.05-.36.32c-.1.29-.03.72-.03.72s.04.2.13.3" fill="#c8b100"/>\n<path d="M185.73 221c.01 0 .38-.49.66-.73.19-.18.67-.33.67-.33 0-.09-.28-.28-.58-.28a.58.58 0 0 0-.45.2l-.04-.2s-.24.05-.36.32c-.1.29-.03.72-.03.72s.04.2.13.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M185.74 220.75c-.11-.12-.35-.1-.53.06-.18.15-.24.38-.12.5.12.13.36.1.54-.06.18-.15.22-.38.11-.5" fill="#c8b100"/>\n<path d="M185.74 220.75c-.11-.12-.35-.1-.53.06-.18.15-.24.38-.12.5.12.13.36.1.54-.06.18-.15.22-.38.11-.5z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M164.58 232.37h22.29v-5.84h-22.29v5.84z" fill="#c8b100"/>\n<path d="M164.58 232.37h22.29v-5.84h-22.29v5.84z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M166.92 236.26a.97.97 0 0 1 .41-.07h16.7c.16 0 .31.03.44.08a1.4 1.4 0 0 1-.98-1.32c0-.6.45-1.14 1.03-1.33-.14.04-.33.08-.49.08h-16.7c-.17 0-.33-.01-.47-.06l.1.02c.59.18.93.71.93 1.3 0 .55-.38 1.12-.97 1.3" fill="#c8b100"/>\n<path d="M166.92 236.26a.97.97 0 0 1 .41-.07h16.7c.16 0 .31.03.44.08a1.4 1.4 0 0 1-.98-1.32c0-.6.45-1.14 1.03-1.33-.14.04-.33.08-.49.08h-16.7c-.17 0-.33-.01-.47-.06l.1.02c.59.18.93.71.93 1.3 0 .55-.38 1.12-.97 1.3z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M167.33 236.2h16.7c.56 0 1.01.34 1.01.77 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78" fill="#c8b100"/>\n<path d="M167.33 236.2h16.7c.56 0 1.01.34 1.01.77 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M167.33 232.37h16.7c.56 0 1.03.3 1.03.66 0 .37-.47.67-1.03.67h-16.7c-.56 0-1.02-.3-1.02-.67 0-.36.46-.66 1.02-.66" fill="#c8b100"/>\n<path d="M167.33 232.37h16.7c.56 0 1.03.3 1.03.66 0 .37-.47.67-1.03.67h-16.7c-.56 0-1.02-.3-1.02-.67 0-.36.46-.66 1.02-.66z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M191.28 330.68a8.48 8.48 0 0 1-3.93-.87 8.7 8.7 0 0 0-3.86-.82c-1.5 0-2.9.32-3.9.83-1.02.53-2.41.86-3.93.86a8.48 8.48 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8a8.5 8.5 0 0 0-3.85.82 8.64 8.64 0 0 1-3.95.88v2.41c1.53 0 2.94-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.3 3.79.8 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.84 3.9-.84s2.87.32 3.87.84a8.4 8.4 0 0 0 3.91.86l.02-2.41" fill="#005bbf"/>\n<path d="M191.28 330.68a8.48 8.48 0 0 1-3.93-.87 8.7 8.7 0 0 0-3.86-.82c-1.5 0-2.9.32-3.9.83-1.02.53-2.41.86-3.93.86a8.48 8.48 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8a8.5 8.5 0 0 0-3.85.82 8.64 8.64 0 0 1-3.95.88v2.41c1.53 0 2.94-.35 3.95-.88 1-.52 2.34-.82 3.86-.82 1.45 0 2.79.3 3.79.8 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.84 3.9-.84s2.87.32 3.87.84a8.4 8.4 0 0 0 3.91.86l.02-2.41z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M191.28 333.09a8.5 8.5 0 0 1-3.93-.86c-1-.52-2.36-.84-3.86-.84s-2.9.32-3.9.84c-1.02.53-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.69 8.69 0 0 1-3.95.88v2.4a8.7 8.7 0 0 0 3.95-.87c1-.52 2.34-.82 3.86-.82 1.45 0 2.79.3 3.79.8 1 .54 2.39.9 3.93.9a8.7 8.7 0 0 0 3.92-.86c1-.52 2.4-.84 3.9-.84s2.87.32 3.87.83c1.02.54 2.37.87 3.91.87l.02-2.41" fill="#ccc"/>\n<path d="M191.28 333.09a8.5 8.5 0 0 1-3.93-.86c-1-.52-2.36-.84-3.86-.84s-2.9.32-3.9.84c-1.02.53-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.69 8.69 0 0 1-3.95.88v2.4a8.7 8.7 0 0 0 3.95-.87c1-.52 2.34-.82 3.86-.82 1.45 0 2.79.3 3.79.8 1 .54 2.39.9 3.93.9a8.7 8.7 0 0 0 3.92-.86c1-.52 2.4-.84 3.9-.84s2.87.32 3.87.83c1.02.54 2.37.87 3.91.87l.02-2.41" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M191.28 335.5a8.52 8.52 0 0 1-3.93-.87c-1-.5-2.36-.83-3.86-.83s-2.9.32-3.9.84c-1.02.53-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.7 8.7 0 0 1-3.95.88v2.4c1.53 0 2.94-.34 3.95-.88 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.83 3.9-.83s2.87.3 3.87.82c1.02.55 2.37.86 3.91.86l.02-2.4" fill="#005bbf"/>\n<path d="M191.28 335.5a8.52 8.52 0 0 1-3.93-.87c-1-.5-2.36-.83-3.86-.83s-2.9.32-3.9.84c-1.02.53-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.7 8.7 0 0 1-3.95.88v2.4c1.53 0 2.94-.34 3.95-.88 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.83 3.9-.83s2.87.3 3.87.82c1.02.55 2.37.86 3.91.86l.02-2.4" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M191.26 340.32c-1.54 0-2.9-.33-3.9-.87a8.7 8.7 0 0 0-3.87-.82c-1.5 0-2.9.31-3.9.83-1.02.52-2.41.86-3.93.86a8.48 8.48 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.64 8.64 0 0 1-3.95.88v-2.4c1.53 0 2.94-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.83 3.9-.83s2.87.3 3.87.82c1.02.55 2.39.86 3.93.86l-.02 2.42" fill="#ccc"/>\n<path d="M191.26 340.32c-1.54 0-2.9-.33-3.9-.87a8.7 8.7 0 0 0-3.87-.82c-1.5 0-2.9.31-3.9.83-1.02.52-2.41.86-3.93.86a8.48 8.48 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8-1.5 0-2.85.3-3.85.82a8.64 8.64 0 0 1-3.95.88v-2.4c1.53 0 2.94-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .54 2.39.9 3.93.9 1.52 0 2.91-.33 3.92-.86 1-.52 2.4-.83 3.9-.83s2.87.3 3.87.82c1.02.55 2.39.86 3.93.86l-.02 2.42" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M191.26 342.73c-1.54 0-2.9-.33-3.9-.86a8.6 8.6 0 0 0-3.87-.84c-1.5 0-2.9.32-3.9.84-1.02.52-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8a8.5 8.5 0 0 0-3.85.82 8.69 8.69 0 0 1-3.95.88v-2.4c1.53 0 2.94-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .53 2.39.9 3.93.9a8.7 8.7 0 0 0 3.92-.86c1-.52 2.4-.83 3.9-.83s2.87.31 3.87.82a8.5 8.5 0 0 0 3.93.87l-.02 2.4" fill="#005bbf"/>\n<path d="M191.26 342.73c-1.54 0-2.9-.33-3.9-.86a8.6 8.6 0 0 0-3.87-.84c-1.5 0-2.9.32-3.9.84-1.02.52-2.41.86-3.93.86a8.52 8.52 0 0 1-3.93-.9c-1-.5-2.33-.8-3.8-.8a8.5 8.5 0 0 0-3.85.82 8.69 8.69 0 0 1-3.95.88v-2.4c1.53 0 2.94-.36 3.95-.9 1-.51 2.34-.8 3.86-.8 1.45 0 2.79.3 3.79.79 1 .53 2.39.9 3.93.9a8.7 8.7 0 0 0 3.92-.86c1-.52 2.4-.83 3.9-.83s2.87.31 3.87.82a8.5 8.5 0 0 0 3.93.87l-.02 2.4z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M166.92 320.78c.05.2.13.4.13.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-.21.04-.41.1-.62-.14.05-.3.06-.45.06h-16.69c-.13 0-.29-.02-.41-.06" fill="#c8b100"/>\n<path d="M166.92 320.78c.05.2.13.4.13.62 0 1.46-1.27 2.63-2.81 2.63h22.94c-1.55 0-2.81-1.17-2.81-2.63 0-.21.04-.41.1-.62-.14.05-.3.06-.45.06h-16.69c-.13 0-.29-.02-.41-.06z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M167.33 319.27h16.7c.56 0 1.01.35 1.01.78 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78" fill="#c8b100"/>\n<path d="M167.33 319.27h16.7c.56 0 1.01.35 1.01.78 0 .44-.45.79-1.02.79h-16.69c-.56 0-1.02-.35-1.02-.79 0-.43.46-.78 1.02-.78z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M164.27 329.86h22.88v-5.83h-22.88v5.83z" fill="#c8b100"/>\n<path d="M164.27 329.86h22.88v-5.83h-22.88v5.83z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31.12.62.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07a5.76 5.76 0 0 0-.15-9.13" fill="#ad1519"/>\n<path d="M162.48 298.62c-2.26 1.3-3.8 2.64-3.55 3.31.12.62.84 1.07 1.87 1.75 1.62 1.13 2.6 3.14 1.83 4.07a5.76 5.76 0 0 0-.15-9.13z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M167.55 318.32h16.25V238.7h-16.25v79.63z" fill="#ccc"/>\n<path d="M179.13 238.8v79.46m1.83-79.46v79.46M167.55 318.32h16.25V238.7h-16.25v79.63z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M200.4 268.47c-3.54-1.46-9.57-2.55-16.5-2.78a50.2 50.2 0 0 0-7.78.7c-9.72 1.63-17.13 5.5-16.54 8.67l.05.26s-3.64-8.2-3.7-8.52c-.65-3.51 7.56-7.82 18.35-9.62 3.39-.57 6.7-.79 9.56-.76 6.9 0 12.9.89 16.52 2.23l.04 9.82" fill="#ad1519"/>\n<path d="M200.4 268.47c-3.54-1.46-9.57-2.55-16.5-2.78a50.2 50.2 0 0 0-7.78.7c-9.72 1.63-17.13 5.5-16.54 8.67l.05.26s-3.64-8.2-3.7-8.52c-.65-3.51 7.56-7.82 18.35-9.62 3.39-.57 6.7-.79 9.56-.76 6.9 0 12.9.89 16.52 2.23l.04 9.82" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M167.52 278.47c-4.5-.32-7.59-1.53-7.94-3.41-.28-1.5 1.25-3.17 3.97-4.68 1.21.14 2.58.3 4 .3l-.03 7.79" fill="#ad1519"/>\n<path d="M167.52 278.47c-4.5-.32-7.59-1.53-7.94-3.41-.28-1.5 1.25-3.17 3.97-4.68 1.21.14 2.58.3 4 .3l-.03 7.79" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M183.83 272.38c2.82.43 4.93 1.13 5.98 1.99l.1.17c.5 1.03-1.97 3.22-6.1 5.67l.02-7.83" fill="#ad1519"/>\n<path d="M183.83 272.38c2.82.43 4.93 1.13 5.98 1.99l.1.17c.5 1.03-1.97 3.22-6.1 5.67l.02-7.83" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M157.42 293.83c-.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.8l-.09-.16c.46.38 1.18 8.24 1.18 8.24.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.9 3.2-10.44 4.1-4.54 1.56-9.04 4.53-8.63 5.63l-1.5-8.1" fill="#ad1519"/>\n<path d="M157.42 293.83c-.43-1.28 3.97-3.86 10.18-6.14 2.84-1.01 5.18-2.07 8.09-3.35 8.63-3.82 15-8.2 14.22-9.8l-.09-.16c.46.38 1.18 8.24 1.18 8.24.78 1.46-5.05 5.78-13 9.58-2.54 1.22-7.9 3.2-10.44 4.1-4.54 1.56-9.04 4.53-8.63 5.63l-1.5-8.1z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M166.43 264.65c1.98-.72 3.28-1.58 2.65-3.14-.4-1-1.43-1.19-2.97-.63l-2.72.99 2.45 6.03c.27-.12.54-.24.81-.34.28-.1.57-.18.85-.26l-1.07-2.64zm-1.19-2.9l.69-.26c.57-.2 1.22.1 1.5.8.21.53.16 1.13-.5 1.55-.21.13-.46.23-.7.33l-.99-2.43M172.78 259.22c-.29.07-.57.16-.86.22l-.88.13 1.41 6.27 4.38-.88c-.05-.13-.12-.26-.14-.38-.03-.14-.03-.28-.04-.41-.77.22-1.6.46-2.61.66l-1.26-5.61M181.56 264.63c.82-2.28 1.82-4.46 2.81-6.67a5.51 5.51 0 0 1-1.08.07c-.53 1.6-1.18 3.2-1.87 4.8-.82-1.51-1.73-2.99-2.43-4.51-.34.04-.69.1-1.03.12-.34.02-.7.01-1.04.02 1.26 2.06 2.48 4.1 3.64 6.23l.5-.08c.16 0 .33 0 .5.02M190.72 259.8c.15-.3.3-.6.48-.89a3.6 3.6 0 0 0-1.81-.63c-1.79-.18-2.81.61-2.93 1.7-.26 2.25 3.3 2.06 3.14 3.56-.07.64-.75.9-1.48.83-.81-.08-1.4-.53-1.51-1.19l-.22-.02c-.12.4-.3.77-.48 1.15.53.34 1.2.53 1.85.6 1.83.18 3.22-.55 3.35-1.75.23-2.15-3.37-2.27-3.23-3.54.06-.53.47-.88 1.4-.79.67.07 1.08.43 1.26.95l.18.02" fill="#c8b100"/>\n<path d="M324.85 220.42s-.74.78-1.28.89c-.53.1-1.21-.49-1.21-.49s-.48.5-1.08.64c-.59.14-1.41-.67-1.41-.67s-.57.8-1.07 1c-.51.18-1.13-.24-1.13-.24s-.23.4-.65.61c-.18.09-.48-.05-.48-.05l-.6-.38-.68-.72-.62-.24s-.28-.91-.3-1.07l-.1-.57c-.12-.64.88-1.4 2.31-1.72.82-.2 1.54-.18 2.06-.02.57-.48 1.78-.82 3.2-.82 1.29 0 2.42.27 3.04.7.61-.43 1.74-.7 3.03-.7 1.42 0 2.62.34 3.2.82a4.1 4.1 0 0 1 2.06.02c1.42.32 2.43 1.08 2.3 1.72l-.08.57c-.03.16-.31 1.07-.31 1.07l-.63.24-.68.72-.59.38s-.3.14-.47.05a1.76 1.76 0 0 1-.66-.61s-.62.42-1.13.24c-.5-.2-1.07-1-1.07-1s-.82.8-1.42.67c-.59-.13-1.07-.64-1.07-.64s-.68.6-1.21.49c-.54-.11-1.27-.89-1.27-.89" fill="#ad1519"/>\n<path d="M324.85 220.42s-.74.78-1.28.89c-.53.1-1.21-.49-1.21-.49s-.48.5-1.08.64c-.59.14-1.41-.67-1.41-.67s-.57.8-1.07 1c-.51.18-1.13-.24-1.13-.24s-.23.4-.65.61c-.18.09-.48-.05-.48-.05l-.6-.38-.68-.72-.62-.24s-.28-.91-.3-1.07l-.1-.57c-.12-.64.88-1.4 2.31-1.72.82-.2 1.54-.18 2.06-.02.57-.48 1.78-.82 3.2-.82 1.29 0 2.42.27 3.04.7.61-.43 1.74-.7 3.03-.7 1.42 0 2.62.34 3.2.82a4.1 4.1 0 0 1 2.06.02c1.42.32 2.43 1.08 2.3 1.72l-.08.57c-.03.16-.31 1.07-.31 1.07l-.63.24-.68.72-.59.38s-.3.14-.47.05a1.76 1.76 0 0 1-.66-.61s-.62.42-1.13.24c-.5-.2-1.07-1-1.07-1s-.82.8-1.42.67c-.59-.13-1.07-.64-1.07-.64s-.68.6-1.21.49c-.54-.11-1.27-.89-1.27-.89z" fill="none" stroke="#000" stroke-width=".27"/>\n<path d="M323.45 216.2c0-1.09.61-1.96 1.37-1.96.76 0 1.38.87 1.38 1.96 0 1.08-.62 1.96-1.38 1.96-.76 0-1.37-.88-1.37-1.96" fill="#c8b100"/>\n<path d="M323.45 216.2c0-1.09.61-1.96 1.37-1.96.76 0 1.38.87 1.38 1.96 0 1.08-.62 1.96-1.38 1.96-.76 0-1.37-.88-1.37-1.96z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.22 216.2c0-1 .28-1.8.63-1.8s.63.8.63 1.8-.28 1.8-.63 1.8-.63-.8-.63-1.8" fill="#c8b100"/>\n<path d="M324.22 216.2c0-1 .28-1.8.63-1.8s.63.8.63 1.8-.28 1.8-.63 1.8-.63-.8-.63-1.8z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M317.75 224.25a4.72 4.72 0 0 0-.58-1.08c1.94-.57 4.65-.93 7.67-.94 3.01 0 5.74.37 7.69.94l-.52.91c-.17.3-.4.81-.38.81a23.8 23.8 0 0 0-6.8-.82c-2.79 0-5.47.35-6.86.86.02 0-.1-.32-.24-.68h.02" fill="#c8b100"/>\n<path d="M317.75 224.25a4.72 4.72 0 0 0-.58-1.08c1.94-.57 4.65-.93 7.67-.94 3.01 0 5.74.37 7.69.94l-.52.91c-.17.3-.4.81-.38.81a23.8 23.8 0 0 0-6.8-.82c-2.79 0-5.47.35-6.86.86.02 0-.1-.32-.24-.68h.02" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.84 226.73c2.43 0 5.1-.38 6.1-.63.66-.2 1.05-.5.97-.84-.03-.16-.17-.3-.37-.38-1.45-.47-4.06-.8-6.7-.8-2.64 0-5.27.33-6.72.8-.19.08-.33.22-.37.38-.07.35.32.65.98.84.99.25 3.68.62 6.1.63" fill="#c8b100"/>\n<path d="M324.84 226.73c2.43 0 5.1-.38 6.1-.63.66-.2 1.05-.5.97-.84-.03-.16-.17-.3-.37-.38-1.45-.47-4.06-.8-6.7-.8-2.64 0-5.27.33-6.72.8-.19.08-.33.22-.37.38-.07.35.32.65.98.84.99.25 3.68.62 6.1.63z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M330.74 217.07c0-.23.2-.42.44-.42.26 0 .46.19.46.42 0 .24-.2.43-.45.43a.44.44 0 0 1-.45-.43" fill="#fff"/>\n<path d="M330.74 217.07c0-.23.2-.42.44-.42.26 0 .46.19.46.42 0 .24-.2.43-.45.43a.44.44 0 0 1-.45-.43zM330.48 215.58c0-.24.2-.43.45-.43s.45.19.45.43c0 .23-.2.42-.45.42a.44.44 0 0 1-.45-.42zm-1.13-.94c0-.24.2-.43.45-.43s.45.2.45.43c0 .24-.2.43-.45.43a.44.44 0 0 1-.45-.43zm-1.42-.45c0-.24.2-.44.46-.44.25 0 .45.2.45.44 0 .23-.2.42-.45.42s-.46-.2-.46-.42zm-1.44.05c0-.24.2-.43.45-.43.26 0 .46.19.46.43 0 .23-.2.42-.45.42a.44.44 0 0 1-.45-.42z" fill="none" stroke="#000" stroke-width=".21"/>\n<path d="M335.2 219.99a2.85 2.85 0 0 0-2.6-3.96c-.5 0-.97.13-1.38.37" fill="none" stroke="#000" stroke-linecap="round" stroke-width=".26"/>\n<path d="M330.17 217.96c.15-.26.25-.57.25-.87 0-1.15-1.18-2.08-2.64-2.08-.62 0-1.2.17-1.64.45" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M335.6 218.68c0-.24.2-.43.45-.43s.45.2.45.43c0 .24-.2.43-.45.43s-.45-.2-.45-.43zm-.18-1.58c0-.24.21-.42.46-.42s.45.18.45.42-.2.43-.45.43-.45-.2-.45-.43zm-1-1.2c0-.24.2-.43.44-.43.25 0 .45.2.45.43 0 .23-.2.42-.45.42a.44.44 0 0 1-.45-.42zm-1.37-.65c0-.23.2-.42.46-.42.25 0 .45.19.45.42 0 .24-.2.44-.45.44a.44.44 0 0 1-.46-.44zm-1.44.06c0-.24.2-.43.45-.43s.46.2.46.43c0 .23-.2.43-.46.43-.25 0-.45-.2-.45-.43z" fill="none" stroke="#000" stroke-width=".21"/>\n<path d="M332.65 222.08l-.6-.53s-.56.34-1.27.24c-.7-.11-.93-.97-.93-.97s-.8.67-1.44.62a1.7 1.7 0 0 1-1.07-.62s-.71.5-1.33.46c-.62-.06-1.22-.83-1.22-.83s-.62.8-1.24.86c-.62.05-1.13-.54-1.13-.54s-.29.59-1.08.72-1.47-.62-1.47-.62-.44.73-.98.92c-.54.18-1.24-.27-1.24-.27l-.2.43c-.09.16-.31.19-.31.19l.17.47c1.94-.56 4.57-.9 7.54-.9 2.97 0 5.67.34 7.6.9l.2-.53" fill="#c8b100"/>\n<path d="M332.65 222.08l-.6-.53s-.56.34-1.27.24c-.7-.11-.93-.97-.93-.97s-.8.67-1.44.62a1.7 1.7 0 0 1-1.07-.62s-.71.5-1.33.46c-.62-.06-1.22-.83-1.22-.83s-.62.8-1.24.86c-.62.05-1.13-.54-1.13-.54s-.29.59-1.08.72-1.47-.62-1.47-.62-.44.73-.98.92c-.54.18-1.24-.27-1.24-.27l-.2.43c-.09.16-.31.19-.31.19l.17.47c1.94-.56 4.57-.9 7.54-.9 2.97 0 5.67.34 7.6.9l.2-.53z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M317.98 217.07c0-.23.2-.42.45-.42s.45.19.45.42c0 .24-.2.43-.45.43s-.45-.19-.45-.43" fill="#fff"/>\n<path d="M317.98 217.07c0-.23.2-.42.45-.42s.45.19.45.42c0 .24-.2.43-.45.43s-.45-.19-.45-.43zM318.23 215.58c0-.24.2-.43.45-.43s.45.19.45.43c0 .23-.2.42-.44.42-.26 0-.46-.19-.46-.42zm1.13-.94c0-.24.2-.43.45-.43s.46.2.46.43c0 .24-.2.43-.46.43a.44.44 0 0 1-.45-.43zm1.41-.45c0-.24.2-.44.46-.44.25 0 .45.2.45.44 0 .23-.2.42-.45.42s-.46-.2-.46-.42zm1.45.05c0-.24.2-.43.45-.43s.45.19.45.43c0 .23-.2.42-.45.42a.44.44 0 0 1-.45-.42z" fill="none" stroke="#000" stroke-width=".21"/>\n<path d="M314.4 219.99a2.85 2.85 0 0 1 2.6-3.96c.51 0 .98.13 1.4.37" fill="none" stroke="#000" stroke-linecap="round" stroke-width=".26"/>\n<path d="M319.48 217.93a1.75 1.75 0 0 1-.29-.84c0-1.15 1.19-2.08 2.64-2.08.62 0 1.2.17 1.65.45" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M313.11 218.68c0-.24.2-.43.46-.43.24 0 .45.2.45.43 0 .24-.2.43-.45.43s-.46-.2-.46-.43zm.17-1.58c0-.24.2-.42.46-.42.25 0 .45.18.45.42s-.2.43-.45.43-.46-.2-.46-.43zm1.02-1.2c0-.24.2-.43.46-.43.24 0 .45.2.45.43 0 .23-.2.42-.45.42a.44.44 0 0 1-.46-.42zm1.36-.65c0-.23.2-.42.45-.42s.45.19.45.42c0 .24-.2.44-.45.44a.44.44 0 0 1-.45-.44zm1.44.06c0-.24.2-.43.45-.43s.45.2.45.43c0 .23-.2.43-.45.43s-.45-.2-.45-.43z" fill="none" stroke="#000" stroke-width=".21"/>\n<path d="M324.85 219.5l.28.04c-.04.12-.05.24-.05.38 0 .58.5 1.05 1.12 1.05.5 0 .91-.3 1.05-.73.02.01.11-.38.16-.38.04 0 .03.41.04.4.07.53.56.9 1.1.9.62 0 1.12-.47 1.12-1.06l-.01-.12.35-.35.19.44c-.08.14-.1.3-.1.46 0 .56.47 1 1.06 1 .37 0 .7-.17.88-.44l.23-.29v.35c0 .35.14.66.48.72 0 0 .4.03.91-.38.53-.41.81-.75.81-.75l.03.42s-.51.84-.97 1.1c-.25.15-.64.3-.95.25-.33-.04-.55-.3-.68-.6-.23.13-.5.21-.8.21-.62 0-1.19-.35-1.41-.86a1.63 1.63 0 0 1-2.42-.08 1.63 1.63 0 0 1-2.43-.26 1.62 1.62 0 0 1-2.42.26c-.3.35-.75.58-1.26.58-.47 0-.87-.19-1.16-.5-.22.5-.79.86-1.42.86-.29 0-.56-.08-.8-.22-.11.3-.34.56-.67.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.28.34.8.75.92.38.92.38c.34-.06.48-.37.48-.72v-.35l.23.29c.19.27.51.45.88.45.6 0 1.07-.45 1.07-1.01a.93.93 0 0 0-.1-.46l.18-.44.35.35-.01.12c0 .59.5 1.06 1.1 1.06.56 0 1.04-.37 1.11-.9.02.01.01-.4.05-.4.05 0 .14.4.15.38.15.42.57.73 1.06.73a1.09 1.09 0 0 0 1.07-1.43l.29-.05" fill="#c8b100"/>\n<path d="M324.85 219.5l.28.04c-.04.12-.05.24-.05.38 0 .58.5 1.05 1.12 1.05.5 0 .91-.3 1.05-.73.02.01.11-.38.16-.38.04 0 .03.41.04.4.07.53.56.9 1.1.9.62 0 1.12-.47 1.12-1.06l-.01-.12.35-.35.19.44c-.08.14-.1.3-.1.46 0 .56.47 1 1.06 1 .37 0 .7-.17.88-.44l.23-.29v.35c0 .35.14.66.48.72 0 0 .4.03.91-.38.53-.41.81-.75.81-.75l.03.42s-.51.84-.97 1.1c-.25.15-.64.3-.95.25-.33-.04-.55-.3-.68-.6-.23.13-.5.21-.8.21-.62 0-1.19-.35-1.41-.86a1.63 1.63 0 0 1-2.42-.08 1.63 1.63 0 0 1-2.43-.26 1.62 1.62 0 0 1-2.42.26c-.3.35-.75.58-1.26.58-.47 0-.87-.19-1.16-.5-.22.5-.79.86-1.42.86-.29 0-.56-.08-.8-.22-.11.3-.34.56-.67.61-.3.06-.69-.1-.94-.25-.47-.26-1.02-1.1-1.02-1.1l.07-.42s.28.34.8.75.92.38.92.38c.34-.06.48-.37.48-.72v-.35l.23.29c.19.27.51.45.88.45.6 0 1.07-.45 1.07-1.01a.93.93 0 0 0-.1-.46l.18-.44.35.35-.01.12c0 .59.5 1.06 1.1 1.06.56 0 1.04-.37 1.11-.9.02.01.01-.4.05-.4.05 0 .14.4.15.38.15.42.57.73 1.06.73a1.09 1.09 0 0 0 1.07-1.43l.29-.05z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.84 222.23c-3.02 0-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.97 7.82-.98 3.08 0 5.87.38 7.83.98.13.04.22.2.18.32-.04.11-.2.21-.33.17a28.45 28.45 0 0 0-7.68-.94" fill="#c8b100"/>\n<path d="M324.84 222.23c-3.02 0-5.72.37-7.67.94-.13.04-.29-.06-.33-.17-.04-.13.05-.28.18-.32 1.95-.6 4.73-.97 7.82-.98 3.08 0 5.87.38 7.83.98.13.04.22.2.18.32-.04.11-.2.21-.33.17a28.45 28.45 0 0 0-7.68-.94z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M321.92 223.3c0-.22.2-.4.44-.4s.44.18.44.4c0 .23-.2.41-.44.41s-.44-.18-.44-.4" fill="#fff"/>\n<path d="M321.92 223.3c0-.22.2-.4.44-.4s.44.18.44.4c0 .23-.2.41-.44.41s-.44-.18-.44-.4z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.88 223.48h-.98c-.18 0-.33-.14-.33-.31 0-.17.15-.3.33-.3h1.96c.18 0 .32.13.32.3 0 .17-.14.31-.32.31h-.99" fill="#ad1519"/>\n<path d="M324.88 223.48h-.98c-.18 0-.33-.14-.33-.31 0-.17.15-.3.33-.3h1.96c.18 0 .32.13.32.3 0 .17-.14.31-.32.31h-.99" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M320.02 223.81l-.7.1a.33.33 0 0 1-.37-.25.3.3 0 0 1 .27-.35l.7-.1.7-.11c.18-.02.35.09.38.25.02.17-.1.33-.27.35l-.71.11" fill="#058e6e"/>\n<path d="M320.02 223.81l-.7.1a.33.33 0 0 1-.37-.25.3.3 0 0 1 .27-.35l.7-.1.7-.11c.18-.02.35.09.38.25.02.17-.1.33-.27.35l-.71.11" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M317.21 224.3l.31-.5.66.13-.38.56-.59-.19" fill="#ad1519"/>\n<path d="M317.21 224.3l.31-.5.66.13-.38.56-.59-.19" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M326.89 223.3c0-.22.2-.4.43-.4.25 0 .44.18.44.4 0 .23-.2.41-.44.41s-.43-.18-.43-.4" fill="#fff"/>\n<path d="M326.89 223.3c0-.22.2-.4.43-.4.25 0 .44.18.44.4 0 .23-.2.41-.44.41s-.43-.18-.43-.4z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M329.66 223.81l.7.1c.18.03.34-.08.37-.25a.3.3 0 0 0-.26-.35l-.7-.1-.71-.11c-.18-.02-.35.09-.38.25-.03.17.1.33.28.35l.7.11" fill="#058e6e"/>\n<path d="M329.66 223.81l.7.1c.18.03.34-.08.37-.25a.3.3 0 0 0-.26-.35l-.7-.1-.71-.11c-.18-.02-.35.09-.38.25-.03.17.1.33.28.35l.7.11" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M332.4 224.33l-.24-.53-.68.06.33.59.6-.12" fill="#ad1519"/>\n<path d="M332.4 224.33l-.24-.53-.68.06.33.59.6-.12" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.83 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.7 6.3-.7 2.44 0 4.65.27 6.32.7-1.67.44-3.88.65-6.32.65" fill="#ad1519"/>\n<path d="M324.83 226.16c-2.43 0-4.63-.22-6.3-.65 1.67-.43 3.87-.7 6.3-.7 2.44 0 4.65.27 6.32.7-1.67.44-3.88.65-6.32.65z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".26"/>\n<path d="M332.5 220.88c.07-.18.01-.37-.13-.41-.13-.04-.3.08-.36.26-.06.19 0 .38.13.42.14.04.3-.08.37-.27" fill="#c8b100"/>\n<path d="M332.5 220.88c.07-.18.01-.37-.13-.41-.13-.04-.3.08-.36.26-.06.19 0 .38.13.42.14.04.3-.08.37-.27z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M327.66 219.95c.03-.2-.07-.37-.21-.39-.14-.02-.28.13-.3.33-.03.2.06.37.2.38.15.02.28-.13.31-.32" fill="#c8b100"/>\n<path d="M327.66 219.95c.03-.2-.07-.37-.21-.39-.14-.02-.28.13-.3.33-.03.2.06.37.2.38.15.02.28-.13.31-.32z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M322.04 219.95c-.03-.2.06-.37.2-.39.15-.02.28.13.31.33.02.2-.07.37-.2.38-.15.02-.29-.13-.31-.32" fill="#c8b100"/>\n<path d="M322.04 219.95c-.03-.2.06-.37.2-.39.15-.02.28.13.31.33.02.2-.07.37-.2.38-.15.02-.29-.13-.31-.32z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M317.2 220.88c-.07-.18-.01-.37.12-.41.13-.04.3.08.36.26.07.19.01.38-.12.42-.14.04-.3-.08-.37-.27" fill="#c8b100"/>\n<path d="M317.2 220.88c-.07-.18-.01-.37.12-.41.13-.04.3.08.36.26.07.19.01.38-.12.42-.14.04-.3-.08-.37-.27z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.83 217.15l-.85.52.63 1.38.22.14.22-.14.64-1.38-.86-.52" fill="#c8b100"/>\n<path d="M324.83 217.15l-.85.52.63 1.38.22.14.22-.14.64-1.38-.86-.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M322.95 219.24l.4.57 1.33-.42.14-.18-.14-.2-1.34-.39-.39.62" fill="#c8b100"/>\n<path d="M322.95 219.24l.4.57 1.33-.42.14-.18-.14-.2-1.34-.39-.39.62" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M326.72 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.4.62" fill="#c8b100"/>\n<path d="M326.72 219.24l-.39.57-1.34-.42-.14-.18.14-.2 1.34-.39.4.62" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M319.25 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" fill="#c8b100"/>\n<path d="M319.25 217.76l-.67.64.86 1.14.23.09.17-.18.3-1.37-.89-.32" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M317.84 220.04l.5.48 1.23-.66.09-.21-.18-.16-1.4-.13-.24.68" fill="#c8b100"/>\n<path d="M317.84 220.04l.5.48 1.23-.66.09-.21-.18-.16-1.4-.13-.24.68" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M321.53 219.3l-.26.63-1.4-.13-.18-.16.1-.21 1.22-.65.52.52" fill="#c8b100"/>\n<path d="M321.53 219.3l-.26.63-1.4-.13-.18-.16.1-.21 1.22-.65.52.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M316.5 220.22l-.12.66-1.4.15-.22-.12.06-.23 1.05-.87.62.41" fill="#c8b100"/>\n<path d="M316.5 220.22l-.12.66-1.4.15-.22-.12.06-.23 1.05-.87.62.41" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M319.19 219.65c0-.26.22-.47.49-.47s.49.21.49.47c0 .25-.22.46-.5.46a.48.48 0 0 1-.48-.46" fill="#c8b100"/>\n<path d="M319.19 219.65c0-.26.22-.47.49-.47s.49.21.49.47c0 .25-.22.46-.5.46a.48.48 0 0 1-.48-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M330.44 217.76l.67.64-.86 1.14-.23.09-.17-.18-.3-1.37.89-.32" fill="#c8b100"/>\n<path d="M330.44 217.76l.67.64-.86 1.14-.23.09-.17-.18-.3-1.37.89-.32" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M331.85 220.04l-.5.48-1.23-.66-.1-.21.18-.16 1.4-.13.25.68" fill="#c8b100"/>\n<path d="M331.85 220.04l-.5.48-1.23-.66-.1-.21.18-.16 1.4-.13.25.68" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M328.16 219.3l.26.63 1.4-.13.18-.16-.1-.21-1.22-.65-.52.52" fill="#c8b100"/>\n<path d="M328.16 219.3l.26.63 1.4-.13.18-.16-.1-.21-1.22-.65-.52.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M333 220.22l.12.66 1.4.15.2-.12-.04-.23-1.05-.87-.62.41" fill="#c8b100"/>\n<path d="M333 220.22l.12.66 1.4.15.2-.12-.04-.23-1.05-.87-.62.41" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M324.35 219.2c0-.25.22-.46.5-.46.26 0 .48.2.48.47 0 .25-.22.46-.49.46a.48.48 0 0 1-.49-.46" fill="#c8b100"/>\n<path d="M324.35 219.2c0-.25.22-.46.5-.46.26 0 .48.2.48.47 0 .25-.22.46-.49.46a.48.48 0 0 1-.49-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M329.52 219.65c0-.26.23-.47.5-.47s.5.21.5.47c0 .25-.23.46-.5.46a.48.48 0 0 1-.5-.46" fill="#c8b100"/>\n<path d="M329.52 219.65c0-.26.23-.47.5-.47s.5.21.5.47c0 .25-.23.46-.5.46a.48.48 0 0 1-.5-.46z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M323.92 213.95a.9.9 0 0 1 .92-.87c.51 0 .93.39.93.87 0 .49-.42.88-.93.88a.9.9 0 0 1-.92-.88" fill="#c8b100"/>\n<path d="M325.5 213.64v.58h-1.43v-.58h.47v-1.3h-.62v-.59h.62v-.57h.6v.57h.61v.59h-.6v1.3h.34" fill="#c8b100"/>\n<path d="M325.5 213.64v.58h-1.43v-.58h.47v-1.3h-.62v-.59h.62v-.57h.6v.57h.61v.59h-.6v1.3h.34z" fill="none" stroke="#000" stroke-width=".3"/>\n<path d="M326.13 213.64v.58h-2.53v-.58h.94v-1.3h-.62v-.59h.62v-.57h.6v.57h.62v.59h-.61v1.3h.98" fill="#c8b100"/>\n<path d="M325.1 213.12c.39.1.67.44.67.83a.9.9 0 0 1-.93.88.9.9 0 0 1-.92-.88c0-.4.29-.74.68-.84" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M314.6 221c-.01 0-.38-.49-.66-.73-.2-.18-.67-.33-.67-.33 0-.09.28-.28.58-.28.18 0 .35.07.45.2l.03-.2s.25.05.36.32c.11.29.04.72.04.72s-.05.2-.13.3" fill="#c8b100"/>\n<path d="M314.6 221c-.01 0-.38-.49-.66-.73-.2-.18-.67-.33-.67-.33 0-.09.28-.28.58-.28.18 0 .35.07.45.2l.03-.2s.25.05.36.32c.11.29.04.72.04.72s-.05.2-.13.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M314.62 220.75c.11-.12.35-.1.53.06.18.15.23.38.11.5-.11.13-.35.1-.53-.06-.18-.15-.23-.38-.11-.5" fill="#c8b100"/>\n<path d="M314.62 220.75c.11-.12.35-.1.53.06.18.15.23.38.11.5-.11.13-.35.1-.53-.06-.18-.15-.23-.38-.11-.5z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M334.9 221c.01 0 .38-.49.65-.73.2-.18.68-.33.68-.33 0-.09-.28-.28-.59-.28a.58.58 0 0 0-.44.2l-.04-.2s-.25.05-.36.32c-.1.29-.04.72-.04.72s.05.2.14.3" fill="#c8b100"/>\n<path d="M334.9 221c.01 0 .38-.49.65-.73.2-.18.68-.33.68-.33 0-.09-.28-.28-.59-.28a.58.58 0 0 0-.44.2l-.04-.2s-.25.05-.36.32c-.1.29-.04.72-.04.72s.05.2.14.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M334.91 220.75c-.12-.12-.36-.1-.54.06-.18.15-.23.38-.11.5.11.13.35.1.53-.06.18-.15.24-.38.12-.5" fill="#c8b100"/>\n<path d="M334.91 220.75c-.12-.12-.36-.1-.54.06-.18.15-.23.38-.11.5.11.13.35.1.53-.06.18-.15.24-.38.12-.5z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M313.71 232.37H336v-5.84H313.7v5.84z" fill="#c8b100"/>\n<path d="M313.71 232.37H336v-5.84H313.7v5.84z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M333.66 236.26a.98.98 0 0 0-.41-.07h-16.7c-.16 0-.31.03-.45.08.57-.19.98-.7.98-1.32 0-.6-.44-1.14-1.02-1.33.14.04.32.08.49.08h16.7c.17 0 .32-.01.47-.06l-.1.02c-.6.18-.93.71-.93 1.3 0 .55.37 1.12.97 1.3" fill="#c8b100"/>\n<path d="M333.66 236.26a.98.98 0 0 0-.41-.07h-16.7c-.16 0-.31.03-.45.08.57-.19.98-.7.98-1.32 0-.6-.44-1.14-1.02-1.33.14.04.32.08.49.08h16.7c.17 0 .32-.01.47-.06l-.1.02c-.6.18-.93.71-.93 1.3 0 .55.37 1.12.97 1.3z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M316.56 236.2h16.69c.56 0 1.02.34 1.02.77 0 .44-.46.79-1.02.79h-16.7c-.56 0-1.01-.35-1.01-.79 0-.43.45-.78 1.02-.78" fill="#c8b100"/>\n<path d="M316.56 236.2h16.69c.56 0 1.02.34 1.02.77 0 .44-.46.79-1.02.79h-16.7c-.56 0-1.01-.35-1.01-.79 0-.43.45-.78 1.02-.78z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M316.55 232.37h16.7c.56 0 1.02.3 1.02.66 0 .37-.46.67-1.02.67h-16.7c-.57 0-1.03-.3-1.03-.67 0-.36.46-.66 1.03-.66" fill="#c8b100"/>\n<path d="M316.55 232.37h16.7c.56 0 1.02.3 1.02.66 0 .37-.46.67-1.02.67h-16.7c-.57 0-1.03-.3-1.03-.67 0-.36.46-.66 1.03-.66z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M309.3 330.68c1.54 0 2.91-.33 3.93-.87 1-.5 2.36-.82 3.86-.82s2.9.32 3.9.83c1.01.53 2.4.86 3.93.86a8.5 8.5 0 0 0 3.93-.9c1-.5 2.33-.8 3.8-.8a8.5 8.5 0 0 1 3.85.82c1.01.54 2.42.88 3.95.88v2.41a8.67 8.67 0 0 1-3.95-.88c-1-.52-2.34-.82-3.86-.82-1.46 0-2.8.3-3.79.8-1 .54-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.84-3.9-.84s-2.87.32-3.88.84a8.4 8.4 0 0 1-3.9.86l-.02-2.41" fill="#005bbf"/>\n<path d="M309.3 330.68c1.54 0 2.91-.33 3.93-.87 1-.5 2.36-.82 3.86-.82s2.9.32 3.9.83c1.01.53 2.4.86 3.93.86a8.5 8.5 0 0 0 3.93-.9c1-.5 2.33-.8 3.8-.8a8.5 8.5 0 0 1 3.85.82c1.01.54 2.42.88 3.95.88v2.41a8.67 8.67 0 0 1-3.95-.88c-1-.52-2.34-.82-3.86-.82-1.46 0-2.8.3-3.79.8-1 .54-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.84-3.9-.84s-2.87.32-3.88.84a8.4 8.4 0 0 1-3.9.86l-.02-2.41z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M309.3 333.09a8.5 8.5 0 0 0 3.93-.86c1-.52 2.36-.84 3.86-.84s2.9.32 3.9.84c1.01.53 2.4.86 3.93.86 1.54 0 2.92-.36 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v2.4a8.67 8.67 0 0 1-3.95-.87c-1-.52-2.34-.82-3.86-.82-1.46 0-2.8.3-3.79.8-1 .54-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.84-3.9-.84s-2.87.32-3.88.83a8.43 8.43 0 0 1-3.9.87l-.02-2.41" fill="#ccc"/>\n<path d="M309.3 333.09a8.5 8.5 0 0 0 3.93-.86c1-.52 2.36-.84 3.86-.84s2.9.32 3.9.84c1.01.53 2.4.86 3.93.86 1.54 0 2.92-.36 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v2.4a8.67 8.67 0 0 1-3.95-.87c-1-.52-2.34-.82-3.86-.82-1.46 0-2.8.3-3.79.8-1 .54-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.84-3.9-.84s-2.87.32-3.88.83a8.43 8.43 0 0 1-3.9.87l-.02-2.41" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M309.3 335.5c1.54 0 2.91-.33 3.93-.87 1-.5 2.36-.83 3.86-.83s2.9.32 3.9.84c1.01.53 2.4.86 3.93.86 1.54 0 2.92-.36 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v2.4a8.63 8.63 0 0 1-3.95-.88c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .54-2.4.9-3.93.9a8.71 8.71 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.3-3.88.82a8.37 8.37 0 0 1-3.9.86l-.02-2.4" fill="#005bbf"/>\n<path d="M309.3 335.5c1.54 0 2.91-.33 3.93-.87 1-.5 2.36-.83 3.86-.83s2.9.32 3.9.84c1.01.53 2.4.86 3.93.86 1.54 0 2.92-.36 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v2.4a8.63 8.63 0 0 1-3.95-.88c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .54-2.4.9-3.93.9a8.71 8.71 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.3-3.88.82a8.37 8.37 0 0 1-3.9.86l-.02-2.4" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M309.32 340.32a8.4 8.4 0 0 0 3.9-.87c1.01-.51 2.37-.82 3.87-.82s2.9.31 3.9.83c1.01.52 2.4.86 3.93.86a8.5 8.5 0 0 0 3.93-.9c1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v-2.4a8.63 8.63 0 0 1-3.95-.9c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .54-2.4.9-3.93.9a8.71 8.71 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.3-3.88.82a8.46 8.46 0 0 1-3.92.86l.02 2.42" fill="#ccc"/>\n<path d="M309.32 340.32a8.4 8.4 0 0 0 3.9-.87c1.01-.51 2.37-.82 3.87-.82s2.9.31 3.9.83c1.01.52 2.4.86 3.93.86a8.5 8.5 0 0 0 3.93-.9c1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v-2.4a8.63 8.63 0 0 1-3.95-.9c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .54-2.4.9-3.93.9a8.71 8.71 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.3-3.88.82a8.46 8.46 0 0 1-3.92.86l.02 2.42" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M309.32 342.73c1.54 0 2.9-.33 3.9-.86a8.6 8.6 0 0 1 3.87-.84c1.5 0 2.9.32 3.9.84 1.01.52 2.4.86 3.93.86 1.54 0 2.92-.37 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v-2.4a8.61 8.61 0 0 1-3.95-.9c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .53-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.31-3.88.82a8.5 8.5 0 0 1-3.92.87l.02 2.4" fill="#005bbf"/>\n<path d="M309.32 342.73c1.54 0 2.9-.33 3.9-.86a8.6 8.6 0 0 1 3.87-.84c1.5 0 2.9.32 3.9.84 1.01.52 2.4.86 3.93.86 1.54 0 2.92-.37 3.93-.9 1-.5 2.33-.8 3.8-.8 1.5 0 2.84.3 3.85.82 1.01.53 2.42.88 3.95.88v-2.4a8.61 8.61 0 0 1-3.95-.9c-1-.51-2.34-.8-3.86-.8-1.46 0-2.8.3-3.79.79-1 .53-2.4.9-3.93.9a8.7 8.7 0 0 1-3.92-.86c-1-.52-2.4-.83-3.9-.83s-2.87.31-3.88.82a8.5 8.5 0 0 1-3.92.87l.02 2.4z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M333.66 320.78c-.06.2-.13.4-.13.62 0 1.46 1.27 2.63 2.8 2.63H313.4c1.55 0 2.8-1.17 2.8-2.63 0-.21-.03-.41-.08-.62.12.05.28.06.44.06h16.69c.13 0 .29-.02.4-.06" fill="#c8b100"/>\n<path d="M333.66 320.78c-.06.2-.13.4-.13.62 0 1.46 1.27 2.63 2.8 2.63H313.4c1.55 0 2.8-1.17 2.8-2.63 0-.21-.03-.41-.08-.62.12.05.28.06.44.06h16.69c.13 0 .29-.02.4-.06z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M316.56 319.27h16.69c.56 0 1.02.35 1.02.78 0 .44-.46.79-1.02.79h-16.7c-.56 0-1.01-.35-1.01-.79 0-.43.45-.78 1.02-.78" fill="#c8b100"/>\n<path d="M316.56 319.27h16.69c.56 0 1.02.35 1.02.78 0 .44-.46.79-1.02.79h-16.7c-.56 0-1.01-.35-1.01-.79 0-.43.45-.78 1.02-.78z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M313.43 329.86h22.88v-5.83h-22.88v5.83z" fill="#c8b100"/>\n<path d="M313.43 329.86h22.88v-5.83h-22.88v5.83z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M338.1 298.62c2.26 1.3 3.8 2.64 3.55 3.31-.12.62-.84 1.07-1.87 1.75-1.62 1.13-2.6 3.14-1.83 4.07a5.76 5.76 0 0 1 .15-9.13" fill="#ad1519"/>\n<path d="M338.1 298.62c2.26 1.3 3.8 2.64 3.55 3.31-.12.62-.84 1.07-1.87 1.75-1.62 1.13-2.6 3.14-1.83 4.07a5.76 5.76 0 0 1 .15-9.13z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M316.78 318.32h16.25V238.7h-16.25v79.63z" fill="#ccc"/>\n<path d="M328.57 238.66v79.46m1.82-79.46v79.46M316.78 318.32h16.25V238.7h-16.25v79.63z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M300.17 268.47c3.55-1.46 9.58-2.55 16.5-2.78 2.38.02 5.04.25 7.79.7 9.72 1.63 17.12 5.5 16.54 8.67l-.05.26s3.64-8.2 3.7-8.52c.65-3.51-7.56-7.82-18.35-9.62a55.7 55.7 0 0 0-9.56-.76c-6.9 0-12.9.89-16.52 2.23l-.05 9.82" fill="#ad1519"/>\n<path d="M300.17 268.47c3.55-1.46 9.58-2.55 16.5-2.78 2.38.02 5.04.25 7.79.7 9.72 1.63 17.12 5.5 16.54 8.67l-.05.26s3.64-8.2 3.7-8.52c.65-3.51-7.56-7.82-18.35-9.62a55.7 55.7 0 0 0-9.56-.76c-6.9 0-12.9.89-16.52 2.23l-.05 9.82" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M333.06 278.47c4.5-.32 7.59-1.53 7.94-3.41.28-1.5-1.25-3.17-3.97-4.68-1.22.14-2.59.3-4 .3l.03 7.79" fill="#ad1519"/>\n<path d="M333.06 278.47c4.5-.32 7.59-1.53 7.94-3.41.28-1.5-1.25-3.17-3.97-4.68-1.22.14-2.59.3-4 .3l.03 7.79" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M316.75 272.38c-2.82.43-4.93 1.13-5.99 1.99l-.1.17c-.5 1.03 1.98 3.22 6.11 5.67l-.02-7.83" fill="#ad1519"/>\n<path d="M316.75 272.38c-2.82.43-4.93 1.13-5.99 1.99l-.1.17c-.5 1.03 1.98 3.22 6.11 5.67l-.02-7.83" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M343.15 293.83c.43-1.28-3.96-3.86-10.17-6.14-2.84-1.01-5.19-2.07-8.1-3.35-8.62-3.82-15-8.2-14.2-9.8l.08-.16c-.46.38-1.17 8.24-1.17 8.24-.79 1.46 5.05 5.78 12.98 9.58 2.55 1.22 7.92 3.2 10.45 4.1 4.54 1.56 9.04 4.53 8.63 5.63l1.5-8.1" fill="#ad1519"/>\n<path d="M343.15 293.83c.43-1.28-3.96-3.86-10.17-6.14-2.84-1.01-5.19-2.07-8.1-3.35-8.62-3.82-15-8.2-14.2-9.8l.08-.16c-.46.38-1.17 8.24-1.17 8.24-.79 1.46 5.05 5.78 12.98 9.58 2.55 1.22 7.92 3.2 10.45 4.1 4.54 1.56 9.04 4.53 8.63 5.63l1.5-8.1z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M310.3 264.98c.62-2.33 1.41-4.58 2.2-6.87a5.52 5.52 0 0 1-1.08.16 54.67 54.67 0 0 1-1.42 4.94c-.95-1.44-2-2.84-2.83-4.3-.34.07-.68.15-1.02.2-.34.05-.7.07-1.04.1 1.45 1.95 2.85 3.9 4.2 5.92.16-.04.32-.1.5-.12.16-.02.33-.02.5-.03M316.49 258.16l-.9.03c-.29 0-.59-.04-.88-.06l-.12 6.41 4.49.08c-.03-.13-.06-.27-.06-.41 0-.13.04-.27.07-.4-.8.05-1.68.1-2.71.08l.1-5.73M323.52 259.21c.72.06 1.41.19 2.1.31-.01-.13-.03-.27-.02-.4 0-.14.06-.27.1-.4l-6.07-.5c.01.13.03.27.02.4-.01.14-.06.27-.1.4a20.1 20.1 0 0 1 2.2.05l-.52 5.77c.3 0 .59 0 .88.03.3.02.6.07.88.11l.53-5.77M326 265.53c.3.05.6.09.89.15.28.06.57.15.85.23l.72-2.94.08.01.5 1.19.9 2.22c.35.06.7.1 1.04.18.36.08.7.18 1.04.28l-.31-.67c-.48-1-1-2-1.41-3.02 1.12.04 1.98-.36 2.2-1.26.15-.62-.1-1.11-.69-1.53-.43-.31-1.27-.48-1.82-.6l-2.44-.53-1.54 6.3m3.14-5.43c.7.16 1.59.27 1.59 1.07 0 .2-.03.35-.06.48-.23.94-.94 1.26-2.13.9l.6-2.45M337.57 267.45c-.05.7-.18 1.38-.31 2.1.3.15.6.28.9.45.3.16.57.34.86.52l.6-7.23a4.03 4.03 0 0 1-.78-.43l-6.38 4.05c.17.08.35.16.51.25l.47.28c.54-.45 1.1-.82 1.74-1.3l2.39 1.31zm-1.8-1.65l2.12-1.37-.25 2.4-1.88-1.03" fill="#c8b100"/>\n<path d="M225.2 200.45c0-1.14.97-2.06 2.17-2.06 1.19 0 2.16.92 2.16 2.06 0 1.13-.97 2.05-2.16 2.05-1.2 0-2.17-.92-2.17-2.05z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M249.65 182.72c6.64 0 12.56.99 16.4 2.51 2.21 1 5.17 1.73 8.41 2.17 2.47.33 4.81.4 6.85.24 2.73-.06 6.67.74 10.62 2.48 3.26 1.45 5.99 3.2 7.8 4.91l-1.57 1.4-.45 3.96-4.3 4.92-2.15 1.83-5.09 4.07-2.6.21-.79 2.25-32.91-3.86-33.02 3.86-.8-2.25-2.6-.21-5.08-4.07-2.15-1.83-4.3-4.92-.44-3.96-1.58-1.4a28.79 28.79 0 0 1 7.8-4.91c3.95-1.74 7.9-2.54 10.62-2.48 2.04.15 4.38.09 6.85-.24a31.2 31.2 0 0 0 8.4-2.17c3.86-1.52 9.44-2.5 16.08-2.5z" fill="#ad1519" stroke="#000" stroke-width=".26"/>\n<path d="M250.15 226.18c-12.26-.02-23.25-1.47-31.09-3.83a1.2 1.2 0 0 1-.84-1.25c0-.52.29-1 .84-1.17 7.84-2.36 18.83-3.81 31.1-3.83 12.26.02 23.23 1.47 31.08 3.83.55.17.84.65.83 1.17a1.2 1.2 0 0 1-.83 1.25c-7.85 2.36-18.82 3.81-31.09 3.83" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M250.12 224.57c-11.06-.01-21.07-1.3-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.2 11.07.03 21.13 1.23 28.74 3.2-7.61 1.97-17.67 3.25-28.74 3.26" fill="#ad1519"/>\n<path d="M250.95 224.64v-6.57" fill="none" stroke="#000" stroke-width=".09"/>\n<path d="M249.16 224.64v-6.57" fill="none" stroke="#000" stroke-width=".14"/>\n<path d="M247.48 224.64v-6.57" fill="none" stroke="#000" stroke-width=".18"/>\n<path d="M245.8 224.64v-6.57" fill="none" stroke="#000" stroke-width=".23"/>\n<path d="M244.32 224.64v-6.57" fill="none" stroke="#000" stroke-width=".28"/>\n<path d="M241.48 224.28l-.03-5.97m1.38 6.05v-6.25" fill="none" stroke="#000" stroke-width=".33"/>\n<path d="M238.87 224.01v-5.5m1.32 5.66l-.04-5.86" fill="none" stroke="#000" stroke-width=".37"/>\n<path d="M235.35 223.7v-4.84m1.15 4.92v-5.08m1.2 5.24v-5.28" fill="none" stroke="#000" stroke-width=".42"/>\n<path d="M234.12 223.66v-4.68" fill="none" stroke="#000" stroke-width=".46"/>\n<path d="M232.97 223.42v-4.36" fill="none" stroke="#000" stroke-width=".51"/>\n<path d="M231.74 223.3v-4.05" fill="none" stroke="#000" stroke-width=".56"/>\n<path d="M229.22 222.95l-.04-3.22m1.33 3.38v-3.62" fill="none" stroke="#000" stroke-width=".6"/>\n<path d="M227.93 222.68v-2.84" fill="none" stroke="#000" stroke-width=".63"/>\n<path d="M226.74 222.45v-2.36" fill="none" stroke="#000" stroke-width=".68"/>\n<path d="M225.45 222.13v-1.84" fill="none" stroke="#000" stroke-width=".73"/>\n<path d="M224.12 221.98v-1.38" fill="none" stroke="#000" stroke-width=".77"/>\n<path d="M222.72 221.66V221" fill="none" stroke="#000" stroke-width=".91"/>\n<path d="M258.04 224.28v-6.01m-3.02 6.21l.04-6.37m-2.24 6.45v-6.49" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M250.07 216.1c-12.41.02-23.55 1.57-31.4 3.99.66-.31.6-1.12-.21-3.2-.98-2.53-2.5-2.42-2.5-2.42 8.66-2.56 20.73-4.16 34.16-4.18 13.44.02 25.6 1.62 34.27 4.18 0 0-1.53-.1-2.5 2.42-.82 2.08-.88 2.89-.22 3.2-7.84-2.42-19.2-3.97-31.6-4" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M250.12 210.3c-13.43.02-25.5 1.61-34.16 4.18-.58.17-1.2-.05-1.38-.6-.19-.55.12-1.18.7-1.35 8.7-2.68 21.09-4.35 34.84-4.38 13.77.03 26.2 1.7 34.9 4.38.58.17.89.8.7 1.35-.19.55-.8.77-1.38.6-8.67-2.56-20.78-4.16-34.22-4.19" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M250.12 224.57c-11.06-.01-21.07-1.3-28.68-3.26 7.61-1.97 17.62-3.17 28.68-3.2 11.07.03 21.13 1.23 28.74 3.2-7.61 1.97-17.67 3.25-28.74 3.26z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".39"/>\n<path d="M240.54 213.35c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M250.15 214.16h-3.29c-.6 0-1.1-.46-1.1-1.03 0-.58.49-1.04 1.09-1.04h6.64c.6 0 1.1.46 1.1 1.04 0 .57-.5 1.03-1.11 1.03h-3.33" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M233.64 215.07l-2.36.27c-.6.07-1.17-.33-1.24-.9-.08-.57.35-1.09.96-1.15l2.37-.28 2.42-.28c.6-.07 1.15.33 1.22.9.07.57-.36 1.09-.96 1.16l-2.41.28" fill="#058e6e" stroke="#000" stroke-width=".39"/>\n<path d="M224.03 215.28c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M216.72 217.16l1.22-1.6 3.37.44-2.7 1.96-1.89-.8" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M266.66 215.07l2.36.27c.6.07 1.17-.33 1.24-.9a1.05 1.05 0 0 0-.96-1.15l-2.37-.28-2.42-.28c-.6-.07-1.15.33-1.22.9-.08.57.36 1.09.96 1.16l2.41.28" fill="#058e6e" stroke="#000" stroke-width=".39"/>\n<path d="M257.56 213.35c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04M274.07 215.28c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M283.57 217.16l-1.21-1.6-3.37.44 2.7 1.96 1.88-.8" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M220.12 221.66c7.75-2.17 18.3-3.52 30-3.54 11.71.02 22.31 1.37 30.06 3.54" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M225.34 191.42l1.38 1.11 2.09-3.4a7.7 7.7 0 0 1-3.75-7.42c.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63.95 8.84 2.48.06-.67.12-1.25.21-1.86a18.11 18.11 0 0 0-9.05-2.28c-7.7 0-13.74 4.38-14.03 9.57a9.25 9.25 0 0 0 3.22 7.9l-1.11 1.82" fill="#c8b100"/>\n<path d="M225.34 191.42l1.38 1.11 2.09-3.4a7.7 7.7 0 0 1-3.75-7.42c.21-4.34 5.5-7.92 12.2-7.92 3.48 0 6.63.95 8.84 2.48.06-.67.12-1.25.21-1.86a18.11 18.11 0 0 0-9.05-2.28c-7.7 0-13.74 4.38-14.03 9.57a9.25 9.25 0 0 0 3.22 7.9l-1.11 1.82" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M225.43 191.46c-2.64-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.4a8.84 8.84 0 0 0-3.56 7.14 9.25 9.25 0 0 0 3.26 6.99l-1.01 1.85" fill="#c8b100"/>\n<path d="M225.43 191.46c-2.64-1.97-4.27-4.64-4.27-7.58 0-3.38 2.22-6.4 5.58-8.4a8.84 8.84 0 0 0-3.56 7.14 9.25 9.25 0 0 0 3.26 6.99l-1.01 1.85" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M202.2 194.89a9.16 9.16 0 0 1-2.37-6.12c0-1.4.32-2.75.91-3.95 2.13-4.38 8.81-7.57 16.76-7.57 2.16 0 4.23.23 6.14.67-.42.46-.75.97-1.08 1.48-1.59-.31-3.29-.48-5.06-.48-7.27 0-13.35 2.83-15.12 6.65a7.36 7.36 0 0 0-.73 3.2c0 2.32 1.09 4.4 2.8 5.82l-2.64 4.3-1.41-1.12 1.8-2.88" fill="#c8b100"/>\n<path d="M202.2 194.89a9.16 9.16 0 0 1-2.37-6.12c0-1.4.32-2.75.91-3.95 2.13-4.38 8.81-7.57 16.76-7.57 2.16 0 4.23.23 6.14.67-.42.46-.75.97-1.08 1.48-1.59-.31-3.29-.48-5.06-.48-7.27 0-13.35 2.83-15.12 6.65a7.36 7.36 0 0 0-.73 3.2c0 2.32 1.09 4.4 2.8 5.82l-2.64 4.3-1.41-1.12 1.8-2.88z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M204.9 180.48a10.98 10.98 0 0 0-4.16 4.34 8.95 8.95 0 0 0-.91 3.95c0 2.33.9 4.47 2.38 6.12l-1.6 2.6a10.87 10.87 0 0 1-2.42-6.7c0-4.2 2.67-7.88 6.71-10.3" fill="#c8b100"/>\n<path d="M204.9 180.48a10.98 10.98 0 0 0-4.16 4.34 8.95 8.95 0 0 0-.91 3.95c0 2.33.9 4.47 2.38 6.12l-1.6 2.6a10.87 10.87 0 0 1-2.42-6.7c0-4.2 2.67-7.88 6.71-10.3z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M250.04 171.27a3.69 3.69 0 0 1 3.64 2.72c.23 1.39.38 2.96.41 4.63l-.01.52c0 .2.04.41.05.61.06 3.52.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c.72-1.9 1.22-5 1.28-8.52 0-.2.05-.41.05-.61l-.01-.51c.03-1.68.18-3.25.41-4.63.36-1.57 1.94-2.73 3.7-2.73" fill="#c8b100"/>\n<path d="M250.04 171.27a3.69 3.69 0 0 1 3.64 2.72c.23 1.39.38 2.96.41 4.63l-.01.52c0 .2.04.41.05.61.06 3.52.56 6.62 1.27 8.52l-5.36 5.14-5.43-5.14c.72-1.9 1.22-5 1.28-8.52 0-.2.05-.41.05-.61l-.01-.51c.03-1.68.18-3.25.41-4.63.36-1.57 1.94-2.73 3.7-2.73z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M250.04 172.94c.91 0 1.69.58 1.87 1.4a30 30 0 0 1 .4 4.37l-.01.48c0 .2.03.4.04.6.05 3.31.53 6.24 1.21 8.04l-3.54 3.35-3.54-3.35c.68-1.8 1.15-4.73 1.21-8.05 0-.2.04-.4.04-.59v-.48c.02-1.58.16-3.07.39-4.38.18-.8 1.02-1.39 1.93-1.39" fill="#c8b100"/>\n<path d="M250.04 172.94c.91 0 1.69.58 1.87 1.4a30 30 0 0 1 .4 4.37l-.01.48c0 .2.03.4.04.6.05 3.31.53 6.24 1.21 8.04l-3.54 3.35-3.54-3.35c.68-1.8 1.15-4.73 1.21-8.05 0-.2.04-.4.04-.59v-.48c.02-1.58.16-3.07.39-4.38.18-.8 1.02-1.39 1.93-1.39z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M274.7 191.42l-1.39 1.11-2.08-3.4a7.71 7.71 0 0 0 3.75-7.42c-.21-4.34-5.5-7.92-12.2-7.92-3.5 0-6.63.95-8.84 2.48-.06-.67-.12-1.25-.22-1.86a18.12 18.12 0 0 1 9.06-2.28c7.7 0 13.74 4.38 14.03 9.57a9.24 9.24 0 0 1-3.22 7.9l1.11 1.82" fill="#c8b100"/>\n<path d="M274.7 191.42l-1.39 1.11-2.08-3.4a7.71 7.71 0 0 0 3.75-7.42c-.21-4.34-5.5-7.92-12.2-7.92-3.5 0-6.63.95-8.84 2.48-.06-.67-.12-1.25-.22-1.86a18.12 18.12 0 0 1 9.06-2.28c7.7 0 13.74 4.38 14.03 9.57a9.24 9.24 0 0 1-3.22 7.9l1.11 1.82" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.4a8.87 8.87 0 0 1 3.56 7.14 9.24 9.24 0 0 1-3.27 6.99l1.02 1.85" fill="#c8b100"/>\n<path d="M274.61 191.46c2.63-1.97 4.27-4.64 4.27-7.58 0-3.38-2.22-6.4-5.58-8.4a8.87 8.87 0 0 1 3.56 7.14 9.24 9.24 0 0 1-3.27 6.99l1.02 1.85" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M297.83 194.89a9.02 9.02 0 0 0 1.46-10.07c-2.13-4.38-8.8-7.57-16.75-7.57-2.17 0-4.23.23-6.15.67.43.46.76.97 1.09 1.48 1.58-.31 3.29-.48 5.06-.48 7.27 0 13.35 2.83 15.11 6.65.47.97.73 2.06.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.8-2.88" fill="#c8b100"/>\n<path d="M297.83 194.89a9.02 9.02 0 0 0 1.46-10.07c-2.13-4.38-8.8-7.57-16.75-7.57-2.17 0-4.23.23-6.15.67.43.46.76.97 1.09 1.48 1.58-.31 3.29-.48 5.06-.48 7.27 0 13.35 2.83 15.11 6.65.47.97.73 2.06.73 3.2 0 2.32-1.09 4.4-2.79 5.82l2.63 4.3 1.42-1.12-1.8-2.88z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M295.13 180.48a11.02 11.02 0 0 1 4.17 4.34 9.06 9.06 0 0 1-1.47 10.07l1.6 2.6a10.86 10.86 0 0 0 2.41-6.7c0-4.2-2.67-7.88-6.7-10.3" fill="#c8b100"/>\n<path d="M295.13 180.48a11.02 11.02 0 0 1 4.17 4.34 9.06 9.06 0 0 1-1.47 10.07l1.6 2.6a10.86 10.86 0 0 0 2.41-6.7c0-4.2-2.67-7.88-6.7-10.3z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M248.13 188.93c0-1 .86-1.8 1.9-1.8 1.06 0 1.91.8 1.91 1.8s-.85 1.8-1.9 1.8c-1.05 0-1.9-.8-1.9-1.8" fill="#fff"/>\n<path d="M248.13 188.93c0-1 .86-1.8 1.9-1.8 1.06 0 1.91.8 1.91 1.8s-.85 1.8-1.9 1.8c-1.05 0-1.9-.8-1.9-1.8z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M248.13 185.4c0-1 .86-1.8 1.9-1.8 1.06 0 1.91.8 1.91 1.8s-.85 1.8-1.9 1.8c-1.05 0-1.9-.8-1.9-1.8M248.51 181.6c0-.8.69-1.44 1.53-1.44.83 0 1.51.64 1.51 1.44 0 .8-.68 1.44-1.51 1.44-.84 0-1.53-.64-1.53-1.44M248.94 178.17c0-.57.5-1.03 1.1-1.03.6 0 1.09.46 1.09 1.03 0 .58-.49 1.05-1.1 1.05-.6 0-1.09-.47-1.09-1.05M249.16 175.18c0-.47.39-.83.88-.83.48 0 .87.37.87.83 0 .45-.4.83-.87.83a.86.86 0 0 1-.88-.83" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M250.2 199.78l1.23.22a4.8 4.8 0 0 0 4.68 6.28 4.9 4.9 0 0 0 4.68-3.21c.07.05.46-1.68.67-1.66.17.02.15 1.8.22 1.77.31 2.34 2.46 3.93 4.87 3.93a4.78 4.78 0 0 0 4.87-5.22l1.54-1.52.83 1.94c-.33.61-.46 1.3-.46 2.03 0 2.46 2.1 4.44 4.7 4.44 1.62 0 3.05-.78 3.9-1.97l.98-1.25v1.53c0 1.55.65 2.93 2.15 3.18 0 0 1.73.1 4.03-1.7 2.3-1.8 3.56-3.29 3.56-3.29l.2 1.8s-1.91 2.95-3.98 4.15c-1.14.66-2.86 1.35-4.23 1.13-1.44-.24-2.47-1.4-3-2.74a7 7 0 0 1-3.56.97c-2.8 0-5.33-1.54-6.32-3.86a7.28 7.28 0 0 1-10.77-.3 7.22 7.22 0 0 1-4.88 1.86 7.2 7.2 0 0 1-5.94-3.05 7.19 7.19 0 0 1-5.94 3.05c-1.89 0-3.61-.71-4.87-1.86a7.27 7.27 0 0 1-10.77.3c-1 2.32-3.52 3.86-6.32 3.86-1.3 0-2.52-.36-3.55-.97-.54 1.34-1.57 2.5-3.01 2.74-1.37.22-3.1-.47-4.23-1.13-2.07-1.2-3.98-4.14-3.98-4.14l.2-1.8s1.27 1.48 3.56 3.28c2.3 1.8 4.02 1.7 4.02 1.7 1.5-.25 2.16-1.63 2.16-3.18v-1.53l.98 1.25a4.76 4.76 0 0 0 3.9 1.97c2.6 0 4.7-1.98 4.7-4.44 0-.73-.14-1.42-.47-2.03l.83-1.94 1.54 1.52-.03.57c0 2.57 2.19 4.65 4.9 4.65 2.42 0 4.56-1.59 4.88-3.93.06.03.05-1.75.22-1.77.2-.02.6 1.7.67 1.66a4.9 4.9 0 0 0 4.68 3.21 4.79 4.79 0 0 0 4.67-6.28l1.29-.22" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M283.96 205.91c.28-.83.03-1.66-.57-1.84-.6-.18-1.32.34-1.6 1.17-.3.83-.04 1.65.56 1.84.6.18 1.32-.34 1.6-1.17M262.58 201.77c.11-.87-.3-1.63-.93-1.7-.63-.07-1.22.57-1.34 1.44-.11.86.3 1.63.93 1.7.63.07 1.23-.57 1.34-1.44M237.76 201.77c-.1-.87.31-1.63.93-1.7.63-.07 1.23.57 1.34 1.44.11.86-.3 1.63-.93 1.7-.63.07-1.22-.57-1.34-1.44M216.4 205.91c-.3-.83-.04-1.66.56-1.84.6-.18 1.32.34 1.6 1.17.28.83.03 1.65-.57 1.84-.6.18-1.31-.34-1.6-1.17" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M225.68 191.65a5.34 5.34 0 0 1 2.3 3.03s.13-.25.71-.6c.6-.32 1.09-.31 1.09-.31s-.17.97-.25 1.32c-.09.34-.1 1.38-.32 2.32a7.72 7.72 0 0 1-.63 1.68 1.98 1.98 0 0 0-1.58-.41 1.9 1.9 0 0 0-1.32.9s-.66-.58-1.2-1.38c-.56-.8-.94-1.78-1.14-2.08-.21-.3-.72-1.15-.72-1.15s.47-.18 1.14-.05c.67.12.88.32.88.32a5.1 5.1 0 0 1 1.04-3.59" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M226.13 201.86c-.34-.27-.6-.64-.68-1.08a1.7 1.7 0 0 1 .23-1.23s-.88-.44-1.83-.7c-.72-.18-1.99-.19-2.37-.2l-1.15-.02s.07.17.28.55c.26.46.5.75.5.75a5.25 5.25 0 0 0-3.03 2.09c.99.68 2.3 1.1 3.6.97 0 0-.12.34-.2.86-.06.43-.06.61-.06.61l1.07-.4c.35-.12 1.54-.54 2.15-.95.8-.54 1.49-1.25 1.49-1.25M228.97 201.38a1.72 1.72 0 0 0-.42-2.3s.67-.71 1.47-1.26c.6-.4 1.8-.82 2.15-.95l1.07-.4s0 .18-.06.61c-.08.52-.2.87-.2.87 1.3-.14 2.62.3 3.6.98a5.27 5.27 0 0 1-3.03 2.08 6.82 6.82 0 0 0 .78 1.3l-1.15-.03c-.38 0-1.65 0-2.37-.2-.95-.25-1.84-.7-1.84-.7" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M225.2 200.45c0-1.14.97-2.06 2.17-2.06 1.19 0 2.16.92 2.16 2.06 0 1.13-.97 2.05-2.16 2.05-1.2 0-2.17-.92-2.17-2.05" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M250.11 188.37a5.91 5.91 0 0 1 1.95 3.8s.19-.26.91-.52 1.28-.16 1.28-.16-.39 1.05-.56 1.42c-.16.37-.38 1.53-.83 2.53a8.58 8.58 0 0 1-1.05 1.76c-.4-.45-1-.75-1.67-.75-.67 0-1.27.3-1.67.75 0 0-.61-.76-1.06-1.76-.44-1-.66-2.16-.83-2.53-.17-.37-.56-1.42-.56-1.42s.56-.1 1.28.16.92.53.92.53c.1-1.46.86-2.87 1.9-3.81" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M248.5 199.83a1.96 1.96 0 0 1-.01-2.65s-.9-.67-1.9-1.12c-.77-.35-2.18-.59-2.6-.67l-1.28-.24s.04.2.2.67c.2.56.4.93.4.93a6.1 6.1 0 0 0-3.81 1.76 6.17 6.17 0 0 0 3.8 1.75s-.19.36-.39.93c-.16.46-.2.66-.2.66l1.28-.23c.42-.09 1.83-.32 2.6-.67 1-.46 1.9-1.11 1.9-1.11M251.76 199.83a1.95 1.95 0 0 0 .01-2.65s.9-.67 1.9-1.12c.77-.35 2.18-.59 2.6-.67l1.28-.24s-.03.2-.2.67c-.2.56-.4.93-.4.93 1.47.08 2.86.81 3.81 1.76a6.15 6.15 0 0 1-3.8 1.75 7.05 7.05 0 0 0 .59 1.6l-1.27-.24c-.43-.09-1.84-.32-2.6-.67-1-.46-1.92-1.11-1.92-1.11M274.67 191.65a5.36 5.36 0 0 0-2.3 3.03s-.13-.25-.72-.6c-.58-.32-1.09-.31-1.09-.31s.17.97.26 1.32c.09.34.09 1.38.31 2.32.23.93.64 1.68.64 1.68.42-.34.99-.5 1.57-.41.59.1 1.06.44 1.33.9 0 0 .66-.58 1.2-1.38.55-.8.93-1.78 1.13-2.08.21-.3.72-1.15.72-1.15s-.47-.18-1.14-.05c-.67.12-.88.32-.88.32a5.06 5.06 0 0 0-1.03-3.59" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M274.22 201.86c.34-.27.6-.64.67-1.08.09-.44 0-.87-.22-1.23 0 0 .88-.44 1.82-.7.73-.18 2-.19 2.37-.2l1.15-.02s-.06.17-.28.55c-.26.46-.5.75-.5.75a5.26 5.26 0 0 1 3.04 2.09 5.5 5.5 0 0 1-3.6.97s.11.34.2.86c.06.43.05.61.05.61l-1.06-.4c-.36-.12-1.55-.54-2.16-.95-.8-.54-1.48-1.25-1.48-1.25M271.38 201.38a1.74 1.74 0 0 1-.25-1.23c.09-.44.33-.8.67-1.08 0 0-.67-.7-1.47-1.25-.61-.4-1.8-.82-2.16-.95l-1.06-.4s0 .18.06.61c.08.52.2.87.2.87-1.3-.14-2.62.3-3.6.98a5.27 5.27 0 0 0 3.02 2.08s-.23.28-.49.74c-.22.39-.28.56-.28.56l1.14-.03c.38 0 1.66 0 2.37-.2.95-.25 1.84-.7 1.84-.7" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M270.81 200.45c0-1.14.97-2.06 2.17-2.06s2.17.92 2.17 2.06c0 1.13-.97 2.05-2.17 2.05s-2.17-.92-2.17-2.05M295.05 205c-.5-.53-1.57-.42-2.36.26-.79.67-1.02 1.66-.5 2.2.5.53 1.56.41 2.35-.26.8-.67 1.02-1.66.51-2.2" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M291.97 206.31c.11-.36.36-.74.72-1.05.8-.68 1.85-.8 2.36-.25.06.07.14.17.18.25 0 0 1.1-2.08 2.4-2.78 1.3-.7 3.5-.52 3.5-.52 0-1.6-1.3-2.89-3-2.89-.99 0-1.92.41-2.48 1.1l-.22-1.06s-1.36.27-1.98 1.82c-.62 1.55.05 3.8.05 3.8s-.33-.96-.84-1.6a8.33 8.33 0 0 0-2.49-1.66 11.2 11.2 0 0 1-1.37-.8s-.03.18-.06.6c-.02.52.02.84.02.84a8.21 8.21 0 0 0-3.83.48c.48.95 1.4 1.84 2.61 2.3 0 0-.43.36-.83.75-.33.34-.44.5-.44.5l1.28.18c.43.05 1.84.28 2.68.22.63-.04 1.32-.14 1.74-.22M208.37 206.31c-.1-.36-.35-.74-.72-1.05-.79-.68-1.84-.8-2.36-.25a1.1 1.1 0 0 0-.17.25s-1.1-2.08-2.4-2.78c-1.3-.7-3.5-.52-3.5-.52 0-1.6 1.3-2.89 2.99-2.89 1 0 1.92.41 2.48 1.1l.23-1.06s1.36.27 1.98 1.82c.62 1.55-.06 3.8-.06 3.8s.34-.96.85-1.6a8.36 8.36 0 0 1 2.49-1.66c.67-.32 1.37-.8 1.37-.8a8.21 8.21 0 0 0 .04 1.44c1.24-.17 2.7.04 3.83.48a4.92 4.92 0 0 1-2.62 2.3s.44.36.83.75c.34.34.44.5.44.5l-1.27.18c-.43.05-1.84.28-2.69.22-.62-.04-1.32-.14-1.74-.22" fill="#c8b100" stroke="#000" stroke-width=".39"/>\n<path d="M205.3 205c.5-.53 1.56-.42 2.35.26.8.67 1.02 1.66.51 2.2-.5.53-1.57.41-2.36-.26-.79-.67-1.02-1.66-.5-2.2M247.97 198.5c0-1.13.97-2.05 2.17-2.05s2.17.92 2.17 2.05c0 1.14-.97 2.06-2.17 2.06s-2.17-.92-2.17-2.06" fill="#ad1519" stroke="#000" stroke-width=".39"/>\n<path d="M245.63 167.3c0-2.32 1.98-4.2 4.42-4.2a4.32 4.32 0 0 1 4.43 4.2 4.31 4.31 0 0 1-4.43 4.2 4.32 4.32 0 0 1-4.43-4.2" fill="#005bbf" stroke="#000" stroke-width=".26"/>\n<path d="M248.9 155.54v2.26h-2.43v2.3h2.42V166.7h-3.05c-.03.21-.22.37-.22.6 0 .57.12 1.13.35 1.63 0 .02.02.02.03.03h8.12l.03-.03a4 4 0 0 0 .34-1.63c0-.23-.18-.39-.22-.6h-2.95v-6.61h2.42v-2.3h-2.42v-2.26h-2.43z" fill="#c8b100" stroke="#000" stroke-width=".26"/>\n<path d="M250.5 344.33a85.31 85.31 0 0 1-36.96-8.54 23.65 23.65 0 0 1-13.36-21.19v-33.3h100.43v33.3c0 9.19-5.33 17.21-13.37 21.2a84.42 84.42 0 0 1-36.75 8.53" fill="#ccc"/>\n<path d="M250.5 344.33a85.31 85.31 0 0 1-36.96-8.54 23.65 23.65 0 0 1-13.36-21.19v-33.3h100.43v33.3c0 9.19-5.33 17.21-13.37 21.2a84.42 84.42 0 0 1-36.75 8.53z" fill="none" stroke="#000" stroke-width=".52"/>\n<path d="M250.28 281.25h50.32v-55.72h-50.32v55.72z" fill="#ccc"/>\n<path d="M250.28 281.25h50.32v-55.72h-50.32v55.72z" fill="none" stroke="#000" stroke-width=".52"/>\n<path d="M250.32 314.57c0 13.16-11.16 23.82-25.05 23.82-13.9 0-25.16-10.66-25.16-23.82V281.2h50.2v33.36" fill="#ad1519"/>\n<path d="M211.08 334.23c1.57.83 3.72 2.22 6.03 2.77l-.15-56.96h-5.88v54.19z" fill="#c8b100" stroke="#000" stroke-width=".52"/>\n<path d="M200.03 314.12a25.4 25.4 0 0 0 5.73 15.67v-49.47h-5.66l-.07 33.8z" fill="#c8b100" stroke="#000" stroke-linejoin="round" stroke-width=".5"/>\n<path d="M222.28 338.25c2.3.23 4.01.19 5.87 0v-58.21h-5.88v58.21z" fill="#c7b500" stroke="#000" stroke-width=".52"/>\n<path d="M233.32 337c2.3-.46 4.9-1.9 6.03-2.63v-54.33h-5.88l-.15 56.96z" fill="#c8b100" stroke="#000" stroke-width=".52"/>\n<path d="M200.12 281.25h50.18v-55.72h-50.18v55.72z" fill="#ad1519"/>\n<path d="M200.12 281.25h50.18v-55.72h-50.18v55.72z" fill="none" stroke="#000" stroke-width=".52"/>\n<path d="M244.81 329.24c2.45-2.18 4.75-7.13 5.59-12.76l.14-36.44h-5.87l.14 49.2z" fill="#c8b100" stroke="#000" stroke-width=".52"/>\n<path d="M250.32 314.57c0 13.16-11.16 23.82-25.05 23.82-13.9 0-25.16-10.66-25.16-23.82V281.2h50.2v33.36" fill="none" stroke="#000" stroke-width=".52"/>\n<path d="M300.65 281.21v33.36c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82V281.2h50.33" fill="#ad1519"/>\n<path d="M300.65 281.21v33.36c0 13.16-11.28 23.82-25.17 23.82-13.9 0-25.16-10.66-25.16-23.82V281.2h50.33" fill="none" stroke="#000" stroke-width=".52"/>\n<path d="M259.47 306.39c.08.17.13.34.13.52 0 .61-.52 1.1-1.17 1.1-.65 0-1.17-.49-1.17-1.1 0-.18.04-.35.12-.5l-1.63-.02a2.6 2.6 0 0 0 1.85 2.99v4.01l1.71.01v-4.04c.8-.26 1.43-.86 1.7-1.62h4.6v-1.35h-6.14m22.58 0v1.35l-4.14.01c-.06.19-.16.35-.26.51l4.8 5.46-1.29 1.05-4.78-5.47-.23.09v9.04h-1.7v-9.08c-.08-.02-.14-.05-.2-.09l-4.98 5.5-1.3-1.04 4.98-5.52c-.08-.14-.15-.3-.2-.46h-4.28v-1.35h13.59zm2.76 0v1.35h4.6c.28.76.9 1.36 1.7 1.62v4.04h1.71v-4.02a2.6 2.6 0 0 0 1.91-2.47c0-.18-.02-.36-.06-.52h-1.63c.08.17.12.34.12.52 0 .61-.52 1.1-1.16 1.1-.65 0-1.17-.49-1.17-1.1 0-.18.04-.35.12-.5l-6.14-.02m-6.96 23.04c1.34-.21 2.58-.58 3.8-1.1l.85 1.43c-1.41.6-2.93 1.04-4.5 1.28a2.7 2.7 0 0 1-2.67 2.04 2.7 2.7 0 0 1-2.67-2.02 18.23 18.23 0 0 1-4.73-1.3l.84-1.43c1.29.55 2.66.9 4.08 1.1a2.6 2.6 0 0 1 1.58-1.38l.01-7.01h1.7l.01 6.98c.75.22 1.38.74 1.7 1.4zm-11.5-2.35l-.83 1.44a17.35 17.35 0 0 1-3.8-3.22c-.86.26-1.85.1-2.59-.5a2.49 2.49 0 0 1-.3-3.64l.14-.16a15.9 15.9 0 0 1-1.32-5h1.71c.13 1.51.51 2.94 1.1 4.28.48-.06.99 0 1.45.16l4.28-4.73 1.29 1.04-4.25 4.73c.57.87.55 2-.1 2.85a15.8 15.8 0 0 0 3.23 2.75zm-6.33-4.96a1.21 1.21 0 0 1 1.65-.13c.49.4.55 1.1.13 1.56-.42.47-1.16.52-1.65.13-.5-.4-.55-1.1-.13-1.56zm-2.16-4.69l-1.76-.39-.25-4.45 1.75-.58v2.56c0 .99.09 1.92.26 2.86zm1.46-5.52l1.75.41s.09 2.87.05 2.22c-.04-.75.2 2.24.2 2.24l-1.77.58c-.18-.9-.24-1.84-.24-2.8v-2.65zm5.77 14.25a16.32 16.32 0 0 0 5.04 2.68l.4-1.7a14.27 14.27 0 0 1-4.18-2.1l-1.26 1.12m-.84 1.46c1.5 1.13 3.2 2.03 5.04 2.65l-1.31 1.23a19.49 19.49 0 0 1-4.12-2.11l.38-1.77m2.29-9.81l1.67.7 3.06-3.39-1-1.44-3.73 4.13m-1.3-1.05l-1-1.45 3.06-3.4 1.67.72-3.73 4.13m18.84 10.32l.83 1.44a17.4 17.4 0 0 0 3.8-3.22c.87.26 1.85.1 2.6-.5a2.5 2.5 0 0 0 .3-3.64l-.15-.16c.7-1.56 1.17-3.24 1.32-5h-1.7c-.14 1.51-.52 2.94-1.1 4.28-.48-.06-1 0-1.46.16l-4.27-4.73-1.3 1.04 4.26 4.73c-.57.87-.55 2 .1 2.85a15.71 15.71 0 0 1-3.23 2.75zm6.34-4.96a1.2 1.2 0 0 0-1.65-.13c-.5.4-.55 1.1-.13 1.56.42.47 1.16.52 1.65.13.5-.4.55-1.1.13-1.56zm2.15-4.69l1.76-.39.25-4.45-1.74-.58v2.56c0 .99-.1 1.92-.27 2.86zm-1.45-5.52l-1.75.41s-.1 2.87-.06 2.22c.05-.75-.2 2.24-.2 2.24l1.77.58c.18-.9.24-1.84.24-2.8v-2.65m-5.78 14.25a16.38 16.38 0 0 1-5.04 2.68l-.39-1.7a14.24 14.24 0 0 0 4.17-2.1l1.26 1.12m.85 1.46a18.18 18.18 0 0 1-5.04 2.65l1.31 1.23a19.5 19.5 0 0 0 4.12-2.11l-.39-1.77m-2.28-9.81l-1.67.7-3.06-3.39 1-1.44 3.73 4.13m1.3-1.05l1-1.45-3.06-3.4-1.67.72 3.72 4.13m-20.94-9.01l.51 1.67h4.72l.5-1.67h-5.73m22.02 0l-.52 1.67h-4.71l-.5-1.67h5.73m-12.11 22.75c0-.62.52-1.12 1.17-1.12.64 0 1.17.5 1.17 1.12 0 .6-.53 1.1-1.17 1.1-.65 0-1.17-.5-1.17-1.1zm1.98-8.08l1.76-.5v-4.45l-1.76-.48v5.43m-1.7 0l-1.76-.5v-4.45l1.76-.48v5.43" fill="#c8b100"/>\n<path d="M255.75 306.43c.2-.93.93-1.69 1.86-1.97l-.01-5.5h1.7v5.53c.84.26 1.48.88 1.74 1.68h4.57v.26h-6.14a1.2 1.2 0 0 0-2.09.02l-1.63-.02m12.71 0v-.25h4.25c.05-.14.11-.28.19-.4l-5.25-5.85 1.3-1.04 5.17 5.75.27-.12.01-7.66h1.7v7.61l.26.07 5.06-5.76 1.3 1.03-5.08 5.74c.13.19.22.4.3.63h4.1v.25h-13.58zm22.5 0a1.2 1.2 0 0 1 1.04-.6c.45 0 .85.26 1.04.62l1.63-.02a2.68 2.68 0 0 0-1.86-1.97l.01-5.5h-1.7v5.54c-.83.26-1.48.87-1.73 1.67h-4.58v.26h6.14m-31.38-15.54l6.3 7.07 1.3-1.05-6.34-7.04c.12-.19.21-.4.29-.62h4.61v-1.6h-4.61a2.72 2.72 0 0 0-2.61-1.8 2.67 2.67 0 0 0-2.73 2.6c0 1.13.76 2.1 1.84 2.45l-.01 5.45h1.69v-5.42l.27-.04zm33.27.03l-.01 5.43h-1.7v-5.45c-.13-.04-.26-.1-.38-.15l-6.27 7.07-1.3-1.03 6.4-7.21c-.06-.1-.12-.21-.15-.33h-4.64v-1.6h4.62a2.71 2.71 0 0 1 2.6-1.8c1.5 0 2.73 1.17 2.73 2.6a2.6 2.6 0 0 1-1.9 2.47zm-16.73-.02l-.01 3.35h-1.7v-3.32a2.68 2.68 0 0 1-1.78-1.68h-4.13v-1.6h4.13a2.7 2.7 0 0 1 2.6-1.8c1.2 0 2.23.75 2.6 1.8h4.21v1.6h-4.23a2.63 2.63 0 0 1-1.69 1.65zm-18.49 4.06l-1.76.5v4.46l1.76.49v-5.45m1.7 0l1.76.5v4.46l-1.75.49v-5.45m31.78 0l-1.75.5v4.46l1.75.49v-5.45m1.71 0l1.76.5v4.46l-1.76.49v-5.45m-26.61.88l1.67-.7 3.06 3.4-1 1.44-3.73-4.14m-1.3 1.06l-1 1.45 3.06 3.4 1.67-.72-3.73-4.13m19.22-1.19l-1.68-.7-3.03 3.43 1.02 1.44 3.69-4.17m1.3 1.04l1.02 1.45-3.03 3.42-1.68-.7 3.7-4.17m-21.19 9.43l.51-1.67h4.72l.5 1.67h-5.73m-6.91-17.73c0-.61.52-1.11 1.17-1.11.64 0 1.17.5 1.17 1.11 0 .61-.53 1.1-1.17 1.1-.65 0-1.17-.49-1.17-1.1zm12.6.8l-.51 1.68h-4.71l-.51-1.67h5.74m0-1.62l-.52-1.67h-4.71l-.51 1.67h5.74m16.32 18.54l-.52-1.67h-4.71l-.5 1.67h5.73m4.57-17.73c0-.61.52-1.11 1.17-1.11.64 0 1.16.5 1.16 1.11 0 .61-.52 1.1-1.16 1.1-.65 0-1.17-.49-1.17-1.1zm-16.8 0c0-.61.53-1.11 1.17-1.11.65 0 1.17.5 1.17 1.11 0 .61-.52 1.1-1.17 1.1-.64 0-1.17-.49-1.17-1.1zm6.53.8l.52 1.68h4.7l.52-1.67h-5.74m0-1.62l.52-1.67h4.7l.52 1.67h-5.74m-6.15 5.22l-1.76.5v4.46l1.76.49v-5.45m1.69 0l1.75.5v4.46l-1.75.49v-5.45" fill="#c8b100"/>\n<path d="M277.85 329.43c1.34-.21 2.58-.58 3.8-1.1l.85 1.43c-1.41.6-2.93 1.04-4.5 1.28a2.7 2.7 0 0 1-2.67 2.04 2.7 2.7 0 0 1-2.67-2.02 18.23 18.23 0 0 1-4.73-1.3l.84-1.43c1.29.55 2.66.9 4.08 1.1a2.6 2.6 0 0 1 1.58-1.38l.01-7.01h1.7l.01 6.98c.75.22 1.38.74 1.7 1.4zm-4.9-21.23c-.09-.14-.15-.3-.2-.46h-4.29v-1.6h4.25c.05-.14.12-.27.19-.4l-5.25-5.83 1.3-1.05 5.17 5.74.28-.12v-7.64h1.7v7.6c.07.02.19.04.26.07l5.06-5.75 1.3 1.03-5.08 5.72c.13.19.22.4.3.63h4.1v1.6l-4.13.01c-.06.19-.17.35-.26.51l4.8 5.47-1.29 1.04-4.78-5.47c-.09.03-.13.07-.23.1l-.01 9.03h-1.7v-9.08c-.07-.02-.13-.05-.2-.09l-4.98 5.51-1.29-1.04 4.98-5.53m-13.38-17.32l6.3 7.05 1.3-1.04-6.34-7.03c.12-.19.21-.4.29-.61h4.61v-1.6h-4.61a2.72 2.72 0 0 0-2.61-1.8 2.66 2.66 0 0 0-2.73 2.6c0 1.12.76 2.09 1.84 2.44l-.01 5.44h1.69v-5.4c.07-.03.2-.03.27-.05zm6.79 36.2l-.84 1.44a17.35 17.35 0 0 1-3.8-3.22c-.86.26-1.85.1-2.59-.5a2.49 2.49 0 0 1-.3-3.64l.14-.16a15.9 15.9 0 0 1-1.32-5h1.71c.13 1.51.51 2.94 1.1 4.28.48-.06.99 0 1.45.16l4.28-4.73 1.29 1.04-4.25 4.73c.57.87.55 2-.1 2.85a15.8 15.8 0 0 0 3.23 2.75zm-8.76-13.69v-4.01a2.6 2.6 0 0 1-1.9-2.47c0-1.16.8-2.15 1.91-2.48l-.01-5.5h1.7v5.53c.84.26 1.48.88 1.74 1.67h4.57v1.61h-4.6c-.27.76-.9 1.36-1.7 1.62v4.04h-1.71m2.42 8.72a1.21 1.21 0 0 1 1.65-.13c.49.4.55 1.1.13 1.56-.42.47-1.16.52-1.65.13-.5-.4-.55-1.1-.13-1.56zm-2.16-4.69l-1.76-.39-.25-4.45 1.75-.58v2.56c0 .99.09 1.92.26 2.86zm1.46-5.52l1.75.41s.09 2.87.05 2.22c-.04-.75.2 2.24.2 2.24l-1.77.58c-.18-.9-.24-1.84-.24-2.8v-2.65zm5.77 14.25a16.32 16.32 0 0 0 5.04 2.68l.4-1.7a14.27 14.27 0 0 1-4.18-2.1l-1.26 1.12m-.84 1.46c1.5 1.13 3.2 2.03 5.04 2.65l-1.31 1.23a19.49 19.49 0 0 1-4.12-2.11l.38-1.77" fill="none" stroke="#c8b100" stroke-width=".26"/>\n<path d="M266.53 317.8l1.67.72 3.06-3.4-1-1.44-3.73 4.13m-1.3-1.05l-1-1.45 3.06-3.4 1.67.72-3.73 4.13m-7.97-9.85c0-.62.52-1.11 1.17-1.11.64 0 1.16.5 1.16 1.11 0 .61-.52 1.1-1.16 1.1-.65 0-1.17-.49-1.17-1.1zm26.8 20.17l.84 1.44a17.4 17.4 0 0 0 3.8-3.22c.87.26 1.85.1 2.6-.5a2.5 2.5 0 0 0 .3-3.64l-.15-.16c.7-1.56 1.17-3.24 1.32-5h-1.7c-.14 1.51-.52 2.94-1.1 4.28-.48-.06-1 0-1.46.16l-4.27-4.73-1.3 1.04 4.26 4.73c-.57.87-.55 2 .1 2.85a15.71 15.71 0 0 1-3.23 2.75zm8.77-13.69v-4.01a2.6 2.6 0 0 0 1.9-2.47c0-1.16-.81-2.15-1.92-2.48l.01-5.5h-1.7v5.53c-.83.26-1.48.88-1.73 1.67h-4.58v1.61h4.6c.28.76.9 1.36 1.7 1.62v4.04h1.71zm-2.42 8.73a1.2 1.2 0 0 0-1.65-.13c-.5.4-.55 1.1-.13 1.56.42.47 1.16.52 1.65.13.5-.4.55-1.1.13-1.56zm2.15-4.69l1.76-.39.25-4.45-1.74-.58v2.56c0 .99-.1 1.92-.27 2.86zm-1.45-5.52l-1.75.41s-.1 2.87-.06 2.22c.05-.75-.2 2.24-.2 2.24l1.77.58c.18-.9.24-1.84.24-2.8v-2.65m1.73-21l-.01 5.42h-1.7v-5.44c-.13-.04-.26-.1-.38-.15l-6.27 7.06-1.3-1.03 6.4-7.2c-.06-.1-.12-.2-.15-.32h-4.64v-1.6h4.62a2.71 2.71 0 0 1 2.6-1.8c1.5 0 2.73 1.16 2.73 2.6a2.6 2.6 0 0 1-1.9 2.46zm-16.73-.02l-.01 3.34h-1.7v-3.31a2.68 2.68 0 0 1-1.78-1.67h-4.13v-1.6h4.13a2.7 2.7 0 0 1 2.6-1.8c1.2 0 2.23.75 2.6 1.8h4.21v1.6h-4.23a2.63 2.63 0 0 1-1.69 1.64zm9.22 35.27a16.38 16.38 0 0 1-5.04 2.68l-.39-1.7a14.24 14.24 0 0 0 4.17-2.1l1.26 1.12m.85 1.46a18.18 18.18 0 0 1-5.04 2.65l1.31 1.23a19.5 19.5 0 0 0 4.12-2.11l-.39-1.77m-28.56-32.68l-1.76.5v4.46l1.76.48v-5.44m1.7 0l1.76.5v4.46l-1.75.48v-5.44m31.78 0l-1.75.5v4.46l1.75.48v-5.44" fill="none" stroke="#c8b100" stroke-width=".26"/>\n<path d="M292.82 294.94l1.76.5v4.46l-1.76.48v-5.44m-8.92 22.87l-1.67.7-3.06-3.39 1-1.44 3.73 4.13m1.3-1.05l1-1.45-3.06-3.4-1.67.72 3.72 4.13m-18.98-20.94l1.67-.7 3.06 3.39-1 1.45-3.73-4.14m-1.3 1.05l-1 1.46 3.06 3.39 1.67-.72-3.73-4.13m19.22-1.18l-1.68-.7-3.03 3.43 1.02 1.43 3.69-4.16m1.3 1.04l1.02 1.44-3.03 3.42-1.68-.7 3.7-4.16m-21.19 9.4l.51-1.66h4.72l.5 1.67h-5.73m0 1.6l.51 1.68h4.72l.5-1.67h-5.73m-6.91-19.3c0-.62.52-1.11 1.17-1.11.64 0 1.17.5 1.17 1.1 0 .62-.53 1.1-1.17 1.1-.65 0-1.17-.48-1.17-1.1zm12.6.8l-.51 1.67h-4.71l-.51-1.67h5.74m0-1.62l-.52-1.66h-4.71l-.51 1.66h5.74m20.88 19.28c0-.62.52-1.11 1.17-1.11.64 0 1.16.5 1.16 1.11 0 .61-.52 1.1-1.16 1.1-.65 0-1.17-.49-1.17-1.1zm-4.56-.77l-.52-1.67h-4.71l-.5 1.67h5.73m0 1.6l-.52 1.68h-4.71l-.5-1.67h5.73m-12.11 22.75c0-.62.52-1.12 1.17-1.12.64 0 1.17.5 1.17 1.12 0 .6-.53 1.1-1.17 1.1-.65 0-1.17-.5-1.17-1.1zm1.98-8.08l1.76-.5v-4.45l-1.76-.48v5.43m-1.7 0l-1.76-.5v-4.45l1.76-.48v5.43m16.4-33.98c0-.6.52-1.1 1.17-1.1.64 0 1.16.5 1.16 1.1 0 .62-.52 1.1-1.16 1.1-.65 0-1.17-.48-1.17-1.1zm-16.8 0c0-.6.53-1.1 1.17-1.1.65 0 1.17.5 1.17 1.1 0 .62-.52 1.1-1.17 1.1-.64 0-1.17-.48-1.17-1.1zm6.53.81l.52 1.67h4.7l.52-1.67h-5.74m0-1.62l.52-1.66h4.7l.52 1.66h-5.74M274.42 292.85l-1.76.49v4.46l1.76.48v-5.43m1.69 0l1.75.49v4.46l-1.75.48v-5.43" fill="none" stroke="#c8b100" stroke-width=".26"/>\n<path d="M272.6 306.94c0-1.44 1.22-2.6 2.73-2.6 1.5 0 2.73 1.16 2.73 2.6a2.66 2.66 0 0 1-2.73 2.58c-1.51 0-2.74-1.15-2.74-2.58" fill="#058e6e"/>\n<path d="M275.93 239.26l.06-.62.08-.34s-1.61.13-2.46-.1a6.15 6.15 0 0 1-2.4-1.26c-.8-.68-1.1-1.1-1.67-1.18-1.36-.22-2.4.4-2.4.4s1.02.37 1.78 1.3a4.85 4.85 0 0 0 1.95 1.54c.6.18 2.66.05 3.22.07.57.03 1.84.2 1.84.2" fill="#db4446"/>\n<path d="M275.93 239.26l.06-.62.08-.34s-1.61.13-2.46-.1a6.15 6.15 0 0 1-2.4-1.26c-.8-.68-1.1-1.1-1.67-1.18-1.36-.22-2.4.4-2.4.4s1.02.37 1.78 1.3a4.85 4.85 0 0 0 1.95 1.54c.6.18 2.66.05 3.22.07.57.03 1.84.2 1.84.2z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M283.46 237s0 .72.08 1.4c.06.67-.22 1.24-.1 1.61.1.37.15.66.3.93.13.26.2.94.2.94l-.74-.54c-.35-.27-.6-.44-.6-.44l.1 1.03c.04.31.22.9.51 1.24.29.33.87.89 1.05 1.33.18.45.14 1.44.14 1.44s-.46-.75-.87-.89c-.4-.14-1.26-.62-1.26-.62s.8.8.8 1.55-.33 1.6-.33 1.6-.36-.68-.83-1.13c-.47-.44-1.13-.89-1.13-.89s.52 1.17.52 1.95c0 .8-.15 2.47-.15 2.47s-.4-.64-.8-.96c-.4-.3-.86-.58-1-.78-.15-.2.46.64.53 1.16.07.51.32 2.35 1.92 4.7.94 1.36 2.39 3.76 5.5 2.97 3.11-.78 1.95-4.97 1.3-6.92a17.52 17.52 0 0 1-.94-4.87c.04-.75.58-2.97.5-3.39-.06-.4-.23-2 .15-3.28.4-1.33.73-1.85.94-2.4.22-.55.4-.86.47-1.34.07-.48.07-1.37.07-1.37s.58 1.06.72 1.44c.15.38.15 1.5.15 1.5s.1-1.12.98-1.67c.87-.55 1.88-1.13 2.13-1.44.25-.31.33-.51.33-.51s-.08 1.92-.62 2.67c-.36.5-1.77 2.1-1.77 2.1s.73-.29 1.23-.31c.5-.04.87 0 .87 0s-.62.48-1.41 1.64c-.8 1.16-.47 1.26-1.05 2.22-.58.96-1.05 1-1.78 1.58-1.08.87-.5 4.34-.36 4.86.15.51 2.03 4.76 2.07 5.8.03 1.02.21 3.32-1.6 4.79-1.16.95-3.07.96-3.5 1.23-.44.28-1.3 1.13-1.3 2.91 0 1.79.64 2.06 1.15 2.5.5.45 1.16.21 1.3.56.15.34.22.54.44.75.22.2.36.44.29.82-.07.38-.9 1.23-1.2 1.85-.29.61-.87 2.23-.87 2.47 0 .24-.06 1 .18 1.37 0 0 .9 1.06.3 1.26-.4.14-.8-.25-.98-.2-.54.14-.82.47-.98.44-.36-.06-.36-.24-.4-.75-.03-.51-.01-.72-.18-.72-.21 0-.32.18-.36.45-.04.27-.04.89-.29.89-.25 0-.61-.45-.83-.55-.22-.1-.83-.2-.87-.48-.03-.27.36-.85.76-.96.4-.1.76-.3.5-.5-.25-.21-.5-.21-.75 0-.25.2-.8.03-.76-.28.04-.31.1-.69.07-.86-.03-.17-.47-.51.1-.82.59-.3.84.27 1.42.17s.87-.31 1.08-.65c.22-.34.18-1.06-.21-1.5-.4-.45-.8-.52-.95-.8-.14-.27-.36-.92-.36-.92s.1 1.2.04 1.37c-.07.17-.04.89-.04.89l-.72-.79a5.1 5.1 0 0 1-.65-1.37l-.03 1.34c0 .37.43.72.29.86-.15.13-.83-.72-1.02-.86a3.81 3.81 0 0 1-1.01-1.06c-.25-.48-.44-1.16-.5-1.4-.08-.25-.2-1.32-.08-1.59.18-.4.47-1.13.47-1.13h-1.41c-.76 0-1.3-.23-1.6.28-.28.51-.14 1.54.22 2.88.37 1.33.58 1.98.48 2.22-.11.24-.58.8-.76.9-.19.1-.7.06-.91-.04a2.6 2.6 0 0 0-1.26-.27c-.69 0-1.12.03-1.38-.03-.25-.07-.87-.38-1.16-.31-.29.07-.79.32-.65.72.22.61-.21.75-.5.72-.3-.04-.54-.14-.91-.24-.36-.1-.9 0-.83-.42.07-.4.22-.44.4-.75.18-.3.25-.5.04-.53-.25-.02-.5-.05-.7.11-.2.16-.5.5-.76.38-.26-.14-.46-.43-.46-1.08 0-.64-.68-1.2-.05-1.17.62.03 1.41.48 1.55.13.14-.35.06-.5-.28-.78-.34-.26-.76-.43-.3-.77.44-.35.55-.35.73-.54.17-.18.4-.79.72-.64.63.3.03.73.66 1.42.62.7 1.01.94 2.06.83 1.04-.1 1.33-.24 1.33-.54 0-.3-.09-.82-.12-1.04-.02-.21.15-1 .15-1s-.48.3-.63.6c-.13.3-.42.8-.42.8s-.11-.6-.08-1.1c.02-.28.12-.78.11-.88-.03-.27-.22-.94-.22-.94s-.18.73-.29.94c-.1.21-.17 1.07-.17 1.07s-.66-.58-.47-1.55c.13-.75-.12-1.74.1-2.06.23-.33.77-1.64 2.07-1.7 1.3-.04 2.31.06 2.77.04.45-.03 2.06-.32 2.06-.32s-2.97-1.53-3.65-1.99a9.89 9.89 0 0 1-2.06-2.16c-.34-.54-.65-1.58-.65-1.58s-.53.03-1.02.3a5.13 5.13 0 0 0-1.97 2.03s.08-.94.08-1.24c0-.28-.06-.85-.06-.85s-.33 1.28-1.01 1.76c-.68.49-1.47 1.15-1.47 1.15s.08-.71.08-.88c0-.16.17-.99.17-.99s-.48.72-1.21.86c-.74.13-1.81.1-1.9.56-.08.45.2 1.07.03 1.4-.17.31-.54.53-.54.53s-.42-.35-.79-.38c-.36-.03-.7.16-.7.16s-.32-.4-.2-.67c.11-.26.68-.66.54-.83-.15-.16-.6.06-.88.2-.28.13-.88.26-.82-.2.06-.45.2-.72.06-1.04-.15-.32-.06-.53.17-.62.22-.07 1.13.03 1.21-.18.08-.21-.22-.48-.82-.61-.6-.14-.88-.49-.56-.78.3-.3.4-.38.53-.64.14-.27.2-.75.74-.51.53.24.42.82.99 1.01.56.2 1.89-.07 2.17-.23.29-.17 1.19-.84 1.5-1 .31-.16 1.6-1.12 1.6-1.12s-.75-.53-1.04-.8c-.28-.27-.78-.91-1.04-1.05a8.72 8.72 0 0 0-1.92-.64 12 12 0 0 1-1.73-.48s.6-.19.8-.35c.2-.16.64-.56.87-.53l.28.03s-1.21-.06-1.47-.14c-.25-.08-.99-.54-1.27-.54s-.84.11-.84.11.76-.48 1.38-.59c.62-.1 1.1-.08 1.1-.08s-.96-.26-1.19-.58c-.22-.33-.45-.8-.62-1.02-.17-.21-.28-.56-.6-.59-.3-.03-.84.38-1.15.35-.3-.02-.54-.22-.57-.67-.02-.46 0-.3-.1-.53-.12-.25-.57-.81-.15-.94.43-.14 1.33.08 1.42-.08.08-.16-.48-.65-.85-.83-.37-.19-.96-.51-.65-.78.31-.27.62-.37.8-.61.16-.24.36-.91.73-.7.36.21.87 1.26 1.16 1.18.28-.08.3-.83.25-1.15-.06-.32 0-.88.28-.83.28.05.5.43.96.46.45.02 1.13-.11 1.07.2-.05.33-.3.72-.62 1.08a1.6 1.6 0 0 0-.25 1.5c.2.45.7 1.18 1.16 1.47.45.3 1.3.5 1.84.85.53.36 1.78 1.34 2.2 1.45.42.1.85.32.85.32s.48-.21 1.13-.21c.65 0 2.15.1 2.71-.14.57-.24 1.3-.64 1.08-1.15-.23-.5-1.47-.96-1.36-1.36.11-.4.57-.43 1.33-.46.76-.02 1.8.14 2-.94.2-1.06.25-1.68-.81-1.92-1.08-.24-1.87-.27-2.07-1.04-.2-.78-.4-.97-.17-1.18.23-.21.62-.32 1.41-.37.8-.06 1.7-.06 1.95-.25.26-.18.31-.7.62-.91.31-.21 1.53-.4 1.53-.4s1.45.7 2.8 1.7c1.21.91 2.3 2.24 2.3 2.24" fill="#ed72aa" stroke="#000" stroke-width=".39"/>\n<path d="M273.05 236.24s-.17-.48-.2-.62c-.03-.13-.12-.29-.12-.29s.88 0 .85.27c-.02.27-.28.27-.33.37-.06.1-.2.27-.2.27"/>\n<path d="M273.05 236.24s-.17-.48-.2-.62c-.03-.13-.12-.29-.12-.29s.88 0 .85.27c-.02.27-.28.27-.33.37-.06.1-.2.27-.2.27z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M277.06 234.85l-.06-.43s.77 0 1.13.26c.57.4.93 1.02.9 1.05-.09.1-.53-.27-.84-.38 0 0-.23.06-.45.06-.23 0-.34-.1-.37-.22-.03-.1.03-.29.03-.29l-.34-.05"/>\n<path d="M277.06 234.85l-.06-.43s.77 0 1.13.26c.57.4.93 1.02.9 1.05-.09.1-.53-.27-.84-.38 0 0-.23.06-.45.06-.23 0-.34-.1-.37-.22-.03-.1.03-.29.03-.29l-.34-.05z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M282.57 240.9s-.34-.49-.42-.65c-.09-.15-.23-.48-.23-.48" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M261.88 236.08s.48.34.85.4c.37.05.76.05.82.05.06 0 .17-.54.11-.9a1.84 1.84 0 0 0-1.3-1.48s.33.73.17 1.07c-.23.48-.65.86-.65.86" fill="#db4446"/>\n<path d="M261.88 236.08s.48.34.85.4c.37.05.76.05.82.05.06 0 .17-.54.11-.9a1.84 1.84 0 0 0-1.3-1.48s.33.73.17 1.07c-.23.48-.65.86-.65.86z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M259.59 237.12s-.42-.77-1.33-.67c-.9.1-1.5.8-1.5.8s1-.02 1.25.14c.37.24.48.86.48.86s.54-.32.7-.54c.17-.21.4-.59.4-.59" fill="#db4446"/>\n<path d="M259.59 237.12s-.42-.77-1.33-.67c-.9.1-1.5.8-1.5.8s1-.02 1.25.14c.37.24.48.86.48.86s.54-.32.7-.54c.17-.21.4-.59.4-.59z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M258.49 240.25s-.76.11-1.19.6c-.43.48-.37 1.39-.37 1.39s.51-.54.96-.54c.46 0 1.16.16 1.16.16s-.22-.56-.22-.8-.34-.8-.34-.8" fill="#db4446"/>\n<path d="M258.49 240.25s-.76.11-1.19.6c-.43.48-.37 1.39-.37 1.39s.51-.54.96-.54c.46 0 1.16.16 1.16.16s-.22-.56-.22-.8-.34-.8-.34-.8z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M273.08 240.15l.33-.54.34.49-.67.05"/>\n<path d="M273.08 240.15l.33-.54.34.49-.67.05" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M273.9 240.12l.39-.53.42.48-.82.05"/>\n<path d="M273.9 240.12l.39-.53.42.48-.82.05" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M273.53 236.83l.82.3-.74.37-.08-.67"/>\n<path d="M273.53 236.83l.82.3-.74.37-.08-.67" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M274.51 237.1l.74.18-.6.46-.13-.64"/>\n<path d="M274.51 237.1l.74.18-.6.46-.13-.64" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M269 243.39s-.8.23-1.1.67c-.37.53-.34 1.07-.34 1.07s.68-.56 1.56-.33c.87.24.96.33 1.33.3.37-.03 1.27-.35 1.27-.35s-.74.86-.65 1.45c.08.59.2.85.17 1.15-.06.72-.6 1.6-.6 1.6s.31-.18 1.05-.34a4.77 4.77 0 0 0 1.75-.8c.4-.3.9-1.03.9-1.03s-.16 1 0 1.43c.17.42.23 1.66.23 1.66s.47-.42.85-.62c.2-.11.7-.38.9-.7.14-.22.31-1.06.31-1.06s.12.9.4 1.34c.28.42.7 1.74.7 1.74s.29-.86.6-1.21c.3-.35.68-.8.7-1.07.03-.27-.08-.85-.08-.85l.4.85m-11.42.61s.48-.83.93-1.1c.46-.27 1.08-.75 1.25-.8.16-.05.9-.46.9-.46m.99 5.17s1.09-.55 1.41-.75a4.11 4.11 0 0 0 1.16-1.12" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M261.06 250.37s-.43-.45-1.16-.32c-.73.14-1.21.97-1.21.97s.62-.17.99-.08c.36.08.62.45.62.45s.33-.3.45-.45c.11-.16.3-.57.3-.57" fill="#db4446"/>\n<path d="M261.06 250.37s-.43-.45-1.16-.32c-.73.14-1.21.97-1.21.97s.62-.17.99-.08c.36.08.62.45.62.45s.33-.3.45-.45c.11-.16.3-.57.3-.57z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M260.21 253.34s-.62-.1-1.16.33c-.53.43-.56 1.25-.56 1.25s.5-.43.9-.37c.4.05.88.27.88.27l.11-.64c.09-.38-.17-.84-.17-.84" fill="#db4446"/>\n<path d="M260.21 253.34s-.62-.1-1.16.33c-.53.43-.56 1.25-.56 1.25s.5-.43.9-.37c.4.05.88.27.88.27l.11-.64c.09-.38-.17-.84-.17-.84z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M261.65 256.08s-.04.8.34 1.28c.4.51 1.13.59 1.13.59s-.24-.53-.28-.8c-.06-.4.34-.75.34-.75s-.37-.38-.73-.38c-.37 0-.8.06-.8.06" fill="#db4446"/>\n<path d="M261.65 256.08s-.04.8.34 1.28c.4.51 1.13.59 1.13.59s-.24-.53-.28-.8c-.06-.4.34-.75.34-.75s-.37-.38-.73-.38c-.37 0-.8.06-.8.06zM278.33 257.41s2.04 1.26 1.98 2.3c-.06 1.05-1.13 2.42-1.13 2.42" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M269 263.12s-.5-.64-1.21-.62c-.71.03-1.45.7-1.45.7s.88-.08 1.1.21c.24.3.46.67.46.67s.4-.21.57-.35c.17-.13.53-.61.53-.61" fill="#db4446"/>\n<path d="M269 263.12s-.5-.64-1.21-.62c-.71.03-1.45.7-1.45.7s.88-.08 1.1.21c.24.3.46.67.46.67s.4-.21.57-.35c.17-.13.53-.61.53-.61z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M266.83 265.93s-.93-.14-1.39.35c-.45.48-.42 1.36-.42 1.36s.56-.61 1.07-.56c.51.05 1.08.32 1.08.32s-.09-.53-.15-.78c-.05-.24-.2-.7-.2-.7" fill="#db4446"/>\n<path d="M266.83 265.93s-.93-.14-1.39.35c-.45.48-.42 1.36-.42 1.36s.56-.61 1.07-.56c.51.05 1.08.32 1.08.32s-.09-.53-.15-.78c-.05-.24-.2-.7-.2-.7z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M268.83 268.9s-.45.64-.1 1.15a2.3 2.3 0 0 0 1.04.75s-.26-.37-.14-.8c.09-.34.68-.8.68-.8l-1.48-.3" fill="#db4446"/>\n<path d="M268.83 268.9s-.45.64-.1 1.15a2.3 2.3 0 0 0 1.04.75s-.26-.37-.14-.8c.09-.34.68-.8.68-.8l-1.48-.3z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M281.24 270.1s-.81-.18-1.27.09c-.45.26-.82 1.39-.82 1.39s.74-.62 1.28-.54c.53.08.93.3.93.3s.08-.46.02-.78c-.03-.19-.14-.45-.14-.45" fill="#db4446"/>\n<path d="M281.24 270.1s-.81-.18-1.27.09c-.45.26-.82 1.39-.82 1.39s.74-.62 1.28-.54c.53.08.93.3.93.3s.08-.46.02-.78c-.03-.19-.14-.45-.14-.45z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M281.64 273.1s-.62.64-.4 1.18c.23.54.63 1.1.63 1.1s-.03-.8.22-1.02c.37-.32 1.05-.37 1.05-.37s-.54-.48-.71-.54c-.17-.05-.79-.35-.79-.35" fill="#db4446"/>\n<path d="M281.64 273.1s-.62.64-.4 1.18c.23.54.63 1.1.63 1.1s-.03-.8.22-1.02c.37-.32 1.05-.37 1.05-.37s-.54-.48-.71-.54c-.17-.05-.79-.35-.79-.35z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M284.75 274.04s-.31.78.28 1.28c.6.51 1.1.57 1.1.57s-.45-.8-.3-1.23c.14-.45.53-.73.53-.73s-.74-.24-.85-.21c-.1.02-.76.32-.76.32" fill="#db4446"/>\n<path d="M284.75 274.04s-.31.78.28 1.28c.6.51 1.1.57 1.1.57s-.45-.8-.3-1.23c.14-.45.53-.73.53-.73s-.74-.24-.85-.21c-.1.02-.76.32-.76.32z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M252.9 329.55c2.1.63 3.16 2.19 3.16 4.01 0 2.38-2.3 4.18-5.3 4.18-2.99 0-5.41-1.8-5.41-4.18 0-1.8 1-3.8 3.07-3.94 0 0-.06-.2-.24-.5l-.64-.66s.8-.15 1.25.02c.46.18.77.47.77.47s.21-.43.52-.76c.3-.33.7-.53.7-.53s.46.38.61.64c.15.27.25.59.25.59s.42-.35.8-.5c.36-.14.83-.25.83-.25s-.13.46-.22.69c-.1.23-.14.72-.14.72" fill="#ffd691" stroke="#000" stroke-width=".52"/>\n<path d="M250.32 340.32s-3.98-2.68-5.7-3.04c-2.2-.47-4.69-.1-5.76-.15.03.03 1.29.93 1.84 1.48.55.55 2.39 1.65 3.43 1.91 3.22.81 6.2-.2 6.2-.2M251.46 340.56s2.54-2.66 5.21-3.02c3.15-.44 5.22.26 6.44.58.03 0-1.01.5-1.56.87-.55.38-1.97 1.56-4.14 1.59-2.18.03-4.58-.23-4.98-.17l-.97.14" fill="#058e6e" stroke="#000" stroke-width=".52"/>\n<path d="M250.7 337.28a5.05 5.05 0 0 1 0-7.43 5.05 5.05 0 0 1 0 7.43" fill="#ad1519" stroke="#000" stroke-width=".52"/>\n<path d="M249.68 342.71s.61-1.52.67-2.83c.06-1.09-.15-2.17-.15-2.17h.8s.4 1.16.4 2.17c0 1.02-.2 2.37-.2 2.37s-.54.08-.72.17c-.19.09-.8.29-.8.29" fill="#058e6e" stroke="#000" stroke-width=".52"/>\n<path d="M300 198.67c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M300 198.67c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M301.5 196.02c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M301.5 196.02c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M302.5 192.94c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M302.5 192.94c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M302.63 189.64c0-.57.49-1.03 1.1-1.03.6 0 1.09.46 1.09 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.09-.46-1.09-1.04" fill="#fff"/>\n<path d="M302.63 189.64c0-.57.49-1.03 1.1-1.03.6 0 1.09.46 1.09 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.09-.46-1.09-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M301.82 186.4c0-.58.49-1.04 1.09-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.05-1.1 1.05-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M301.82 186.4c0-.58.49-1.04 1.09-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.05-1.1 1.05-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M300.13 183.45c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M300.13 183.45c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M297.88 181.03c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.03" fill="#fff"/>\n<path d="M297.88 181.03c0-.58.49-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.03z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M295.26 179.01c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M295.26 179.01c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M292.14 177.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M292.14 177.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M288.9 176.19c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M288.9 176.19c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M285.28 175.54c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M285.28 175.54c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M281.84 175.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M281.84 175.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M278.47 175.48c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M278.47 175.48c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M275.1 175.48c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M275.1 175.48c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M276.79 178.37c0-.57.49-1.04 1.09-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04M277.47 181.57c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.03-1.1 1.03-.6 0-1.1-.46-1.1-1.03M277.6 184.75c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04M276.6 187.65c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04M274.73 190.31c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M272.54 173.47c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M272.54 173.47c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M269.55 171.81c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M269.55 171.81c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M266.25 170.82c0-.58.49-1.04 1.1-1.04.6 0 1.09.46 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M266.25 170.82c0-.58.49-1.04 1.1-1.04.6 0 1.09.46 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M262.81 170.23c0-.57.5-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.49 1.03-1.1 1.03-.6 0-1.09-.46-1.09-1.03" fill="#fff"/>\n<path d="M262.81 170.23c0-.57.5-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.49 1.03-1.1 1.03-.6 0-1.09-.46-1.09-1.03z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M259.45 170.28c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M259.45 170.28c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M255.95 170.87c0-.57.49-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M255.95 170.87c0-.57.49-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M252.7 172c0-.58.5-1.05 1.1-1.05.61 0 1.1.47 1.1 1.04 0 .57-.49 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M252.7 172c0-.58.5-1.05 1.1-1.05.61 0 1.1.47 1.1 1.04 0 .57-.49 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M197.84 198.67c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M197.84 198.67c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M196.34 196.02c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M196.34 196.02c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M195.34 192.94c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M195.34 192.94c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M195.22 189.64c0-.57.49-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M195.22 189.64c0-.57.49-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.61 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M196.03 186.4c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.05-1.1 1.05-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M196.03 186.4c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.03 0 .58-.5 1.05-1.1 1.05-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M197.71 183.45c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M197.71 183.45c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M199.97 181.03c0-.58.49-1.04 1.1-1.04.6 0 1.09.46 1.09 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03" fill="#fff"/>\n<path d="M199.97 181.03c0-.58.49-1.04 1.1-1.04.6 0 1.09.46 1.09 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M202.58 179.01c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M202.58 179.01c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.61 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M205.7 177.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M205.7 177.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M208.94 176.19c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M208.94 176.19c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M212.57 175.54c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M212.57 175.54c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M216 175.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M216 175.36c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M219.38 175.48c0-.57.49-1.04 1.09-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M219.38 175.48c0-.57.49-1.04 1.09-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M222.75 175.48c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M222.75 175.48c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M221.06 178.37c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04M220.38 181.57c0-.58.48-1.04 1.1-1.04.6 0 1.09.46 1.09 1.04 0 .57-.5 1.03-1.1 1.03-.6 0-1.1-.46-1.1-1.03M220.25 184.75c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04M221.25 187.65c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04M223.11 190.31c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.03" fill="#fff" stroke="#000" stroke-width=".39"/>\n<path d="M225.3 173.47c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M225.3 173.47c0-.57.5-1.03 1.1-1.03.6 0 1.1.46 1.1 1.03 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M228.3 171.81c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M228.3 171.81c0-.57.5-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M231.6 170.82c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M231.6 170.82c0-.58.5-1.04 1.1-1.04.6 0 1.1.46 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M235.04 170.23c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.03-1.1 1.03-.61 0-1.1-.46-1.1-1.03" fill="#fff"/>\n<path d="M235.04 170.23c0-.57.49-1.04 1.1-1.04.6 0 1.1.47 1.1 1.04 0 .57-.5 1.03-1.1 1.03-.61 0-1.1-.46-1.1-1.03z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M238.4 170.28c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.09-.46-1.09-1.04" fill="#fff"/>\n<path d="M238.4 170.28c0-.57.49-1.04 1.1-1.04.6 0 1.09.47 1.09 1.04 0 .58-.5 1.04-1.1 1.04-.6 0-1.09-.46-1.09-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M241.9 170.87c0-.57.49-1.03 1.1-1.03.6 0 1.09.46 1.09 1.03 0 .58-.49 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04" fill="#fff"/>\n<path d="M241.9 170.87c0-.57.49-1.03 1.1-1.03.6 0 1.09.46 1.09 1.03 0 .58-.49 1.04-1.1 1.04-.6 0-1.1-.46-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M245.13 172c0-.58.5-1.05 1.1-1.05.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04" fill="#fff"/>\n<path d="M245.13 172c0-.58.5-1.05 1.1-1.05.6 0 1.1.47 1.1 1.04 0 .57-.5 1.04-1.1 1.04-.6 0-1.1-.47-1.1-1.04z" fill="none" stroke="#000" stroke-width=".39"/>\n<path d="M217.34 238.41h-.92v-.92h-1.62v3.7h1.62v2.54h-3.47v7.4h1.85v14.78h-3.7v7.63h28.42v-7.63h-3.7v-14.79h1.86v-7.4h-3.47v-2.53h1.62v-3.7h-1.62v.92h-.93v-.92h-1.61v.92h-1.16v-.92h-1.62v3.7h1.62v2.54h-3.46v-8.1h1.84v-3.69h-1.84v.93h-.93v-.93h-1.62v.93h-.92v-.93h-1.85v3.7h1.85v8.09h-3.47v-2.54h1.62v-3.7h-1.62v.92h-.92v-.92h-1.85v.92zm-6.24 35.13h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-1.85h28.42m-28.42-2.08h28.42m-24.72-1.62h21.03m-21.03-1.85h21.03m-21.03-2.08h21.03m-21.03-1.85h21.03m-21.03-1.84h21.03m-21.03-1.85h21.03m-21.03-1.85h21.03m-22.88-1.85h24.73m-24.73-1.85h24.73m-24.73-1.85h24.73m-24.73-1.84h24.73m-21.26-1.85h17.79m-10.63-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-3.47-1.85h3.47m-5.32-2.3h7.16m-12.47 7.85h3.7m-5.32-2.31h6.93m-6.93 33.97v-1.85m0-1.85v-1.85m-1.85 1.85v1.85m3.47 0v-1.85m1.84 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m-1.84 7.63v-2.08m-3.47 2.08v-2.08m7.16 0v2.08m1.62-2.08v-1.62m-5.31-1.85v1.85m3.7-1.85v1.85m3.46-1.85v1.85m-1.85-1.85v-2.08m1.85-1.85v1.85m0-5.54v1.85m-1.85-3.7v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.7-1.85v1.85m-1.61-3.7v1.85m3.46-1.85v1.85m3.47-1.85v1.85m1.85-3.7v1.85m-3.47-1.85v1.85m-3.7-1.85v1.85m-1.61-3.7v1.85m6.93-1.84v1.84m-3.47-5.54v1.85m15.95-1.85h-3.7m5.32-2.31h-6.94m6.94 33.97v-1.85m0-1.85v-1.85m1.84 1.85v1.85m-3.46 0v-1.85m-1.85 3.7v-1.85m0-1.85v-1.85m0-2.08v-1.62m0-1.85v-2.08m1.85 7.63v-2.08m3.47 2.08v-2.08m-7.17 0v2.08m-1.62-2.08v-1.62m5.32-1.85v1.85m-3.7-1.85v1.85m-3.46-1.85v1.85m1.84-1.85v-2.08m-1.84-1.85v1.85m0-5.54v1.85m1.84-3.7v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-3.47-1.85v1.85m-3.47-1.85v1.85m-1.84-3.7v1.85m3.46-1.85v1.85m3.7-1.85v1.85m1.62-3.7v1.85m-6.94-1.84v1.84m3.47-5.54v1.85m-7.16 18.71v-2.08m0-5.54v-1.85m0 5.54v-1.84m0-5.55v-1.85m0-1.85v-1.84m0-3.7v-1.85m0-1.85v-1.85m-8.78 4.85h3.7m3.46-5.54h3.47m3.46 5.55h3.7" fill="#c8b100" stroke="#000" stroke-width=".46"/>\n<path d="M230.05 273.54v-4.86c0-.92-.46-3.7-4.85-3.7-4.16 0-4.62 2.78-4.62 3.7v4.86h9.47z" fill="#c8b100" stroke="#000" stroke-width=".46"/>\n<path d="M222.2 268.91l-2.32-.23c0-.92.23-2.3.93-2.77l2.08 1.62c-.23.23-.7.92-.7 1.38zM228.43 268.91l2.31-.23c0-.92-.23-2.3-.92-2.77l-2.08 1.62c.23.23.7.92.7 1.38zM226.12 266.6l1.16-2.08a5.52 5.52 0 0 0-2.08-.46c-.46 0-1.39.23-1.85.46l1.15 2.08h1.62zM221.73 260.83v-5.09c0-1.38-.92-2.54-2.54-2.54s-2.54 1.16-2.54 2.54v5.09h5.08zM228.9 260.83v-5.09c0-1.38.92-2.54 2.54-2.54 1.61 0 2.54 1.16 2.54 2.54v5.09h-5.09zM227.05 248.35l.46-4.62h-4.4l.24 4.62h3.7zM230.51 248.35l-.46-4.62h4.62l-.46 4.62h-3.7zM220.11 248.35l.23-4.62h-4.39l.47 4.62h3.7z" fill="#c8b100" stroke="#000" stroke-width=".46"/>\n<path d="M228.43 273.54v-4.17c0-.69-.46-2.77-3.23-2.77a2.8 2.8 0 0 0-3 2.77v4.17h6.23zM221.27 260.36v-4.39c0-1.15-.7-2.3-2.08-2.3-1.39 0-2.08 1.15-2.08 2.3v4.4h4.16zM229.36 260.36v-4.39c0-1.15.69-2.3 2.08-2.3 1.38 0 2.08 1.15 2.08 2.3v4.4h-4.16z" fill="#0039f0"/>\n<path d="M234.18 281c0-10.1 7.27-18.29 16.25-18.29s16.26 8.2 16.26 18.3c0 10.1-7.28 18.29-16.26 18.29s-16.25-8.2-16.25-18.3" fill="#ad1519"/>\n<path d="M234.18 281c0-10.1 7.27-18.29 16.25-18.29s16.26 8.2 16.26 18.3c0 10.1-7.28 18.29-16.26 18.29s-16.25-8.2-16.25-18.3z" fill="none" stroke="#000" stroke-width=".61"/>\n<path d="M239 280.97c0-7.4 5.12-13.41 11.44-13.41 6.31 0 11.43 6 11.43 13.41s-5.12 13.42-11.43 13.42c-6.32 0-11.44-6-11.44-13.42" fill="#005bbf"/>\n<path d="M239 280.97c0-7.4 5.12-13.41 11.44-13.41 6.31 0 11.43 6 11.43 13.41s-5.12 13.42-11.43 13.42c-6.32 0-11.44-6-11.44-13.42z" fill="none" stroke="#000" stroke-width=".61"/>\n<path d="M245.03 271.74s-1.35 1.49-1.35 2.86c0 1.39.57 2.54.57 2.54a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.5.99c.15-.37.53-.57.97-.57.6 0 1.08.45 1.08 1.01 0 .09-.01.17-.04.25h-1.22v1.04h1.1l-.82 1.6 1.07-.41.81.91.84-.91 1.07.42-.8-1.6h1.08v-1.05H246a1.04 1.04 0 0 1 1.04-1.26c.44 0 .82.2.99.57l.48-.99c.1-.2.24-.55.24-.77 0-.79-.66-1.42-1.5-1.42-.65 0-1.2.4-1.4.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86" fill="#c8b100"/>\n<path d="M245.03 271.74s-1.35 1.49-1.35 2.86c0 1.39.57 2.54.57 2.54a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.5.99c.15-.37.53-.57.97-.57.6 0 1.08.45 1.08 1.01 0 .09-.01.17-.04.25h-1.22v1.04h1.1l-.82 1.6 1.07-.41.81.91.84-.91 1.07.42-.8-1.6h1.08v-1.05H246a1.04 1.04 0 0 1 1.04-1.26c.44 0 .82.2.99.57l.48-.99c.1-.2.24-.55.24-.77 0-.79-.66-1.42-1.5-1.42-.65 0-1.2.4-1.4.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".34"/>\n<path d="M242.87 281.11h4.36v-1.04h-4.36v1.04z" fill="#c8b100"/>\n<path d="M242.87 281.11h4.36v-1.04h-4.36v1.04z" fill="none" stroke="#000" stroke-width=".34"/>\n<path d="M255.66 271.74s-1.35 1.49-1.35 2.86c0 1.39.57 2.54.57 2.54a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.49.99c.16-.37.54-.57.98-.57.6 0 1.07.45 1.07 1.01 0 .09 0 .17-.03.25h-1.22v1.04h1.1l-.82 1.6 1.07-.41.81.91.84-.91 1.07.42-.8-1.6h1.08v-1.05h-1.22a.88.88 0 0 1-.03-.25c0-.56.48-1 1.07-1 .44 0 .82.2.98.56l.49-.99c.1-.2.24-.55.24-.77 0-.79-.67-1.42-1.5-1.42-.64 0-1.2.4-1.4.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86" fill="#c8b100"/>\n<path d="M255.66 271.74s-1.35 1.49-1.35 2.86c0 1.39.57 2.54.57 2.54a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .22.14.58.24.77l.49.99c.16-.37.54-.57.98-.57.6 0 1.07.45 1.07 1.01 0 .09 0 .17-.03.25h-1.22v1.04h1.1l-.82 1.6 1.07-.41.81.91.84-.91 1.07.42-.8-1.6h1.08v-1.05h-1.22a.88.88 0 0 1-.03-.25c0-.56.48-1 1.07-1 .44 0 .82.2.98.56l.49-.99c.1-.2.24-.55.24-.77 0-.79-.67-1.42-1.5-1.42-.64 0-1.2.4-1.4.94 0 0 .57-1.15.57-2.54 0-1.38-1.39-2.86-1.39-2.86z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".34"/>\n<path d="M253.5 281.11h4.35v-1.04h-4.35v1.04z" fill="#c8b100"/>\n<path d="M253.5 281.11h4.35v-1.04h-4.35v1.04z" fill="none" stroke="#000" stroke-width=".34"/>\n<path d="M250.35 280.88s-1.36 1.49-1.36 2.87c0 1.38.57 2.53.57 2.53a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .23.14.58.25.78l.48.98c.17-.36.54-.57.99-.57.59 0 1.07.45 1.07 1.02a.9.9 0 0 1-.03.25h-1.22v1.04h1.09l-.81 1.6 1.07-.42.8.91.85-.9 1.07.41-.81-1.6h1.09v-1.04h-1.22a.94.94 0 0 1-.03-.25c0-.57.47-1.02 1.07-1.02.44 0 .81.2.98.57l.49-.98c.1-.2.24-.55.24-.78 0-.79-.67-1.42-1.5-1.42-.65 0-1.2.4-1.41.94 0 0 .57-1.15.57-2.53s-1.39-2.87-1.39-2.87" fill="#c8b100"/>\n<path d="M250.35 280.88s-1.36 1.49-1.36 2.87c0 1.38.57 2.53.57 2.53a1.5 1.5 0 0 0-1.41-.94c-.83 0-1.5.63-1.5 1.42 0 .23.14.58.25.78l.48.98c.17-.36.54-.57.99-.57.59 0 1.07.45 1.07 1.02a.9.9 0 0 1-.03.25h-1.22v1.04h1.09l-.81 1.6 1.07-.42.8.91.85-.9 1.07.41-.81-1.6h1.09v-1.04h-1.22a.94.94 0 0 1-.03-.25c0-.57.47-1.02 1.07-1.02.44 0 .81.2.98.57l.49-.98c.1-.2.24-.55.24-.78 0-.79-.67-1.42-1.5-1.42-.65 0-1.2.4-1.41.94 0 0 .57-1.15.57-2.53s-1.39-2.87-1.39-2.87z" fill="none" stroke="#000" stroke-linejoin="round" stroke-width=".34"/>\n<path d="M248.19 290.26h4.35v-1.04h-4.35v1.04z" fill="#c8b100"/>\n<path d="M248.19 290.26h4.35v-1.04h-4.35v1.04z" fill="none" stroke="#000" stroke-width=".34"/>\n<path d="M282.88 232.7l-.29.03c-.01.03-.14.24-.26.35-.26.25-.64.27-.86.07a.5.5 0 0 1-.14-.4.52.52 0 0 1-.51-.02c-.26-.14-.32-.5-.14-.8.03-.05.06-.13.1-.17l-.01-.32-.35.08-.1.2c-.22.24-.54.3-.7.16a.58.58 0 0 1-.13-.27c0 .01-.09.09-.18.1-.53.14-.74-1.04-.76-1.34l-.17.25s.16.7.08 1.3c-.08.6-.3 1.2-.3 1.2.75.18 1.87.79 2.98 1.64a9.39 9.39 0 0 1 2.35 2.42s.57-.32 1.17-.5c.6-.2 1.36-.2 1.36-.2l.22-.22c-.32.05-1.59.1-1.56-.43 0-.08.07-.18.08-.18 0 .01-.21 0-.3-.06-.18-.13-.18-.43.02-.69l.18-.13.01-.34-.34.05c-.03.04-.1.09-.15.13-.27.23-.65.25-.86.03a.44.44 0 0 1-.11-.46.57.57 0 0 1-.45-.05c-.26-.15-.31-.52-.11-.8.1-.14.28-.3.3-.32l-.06-.3" fill="#c8b100"/>\n<path d="M282.88 232.7l-.29.03c-.01.03-.14.24-.26.35-.26.25-.64.27-.86.07a.5.5 0 0 1-.14-.4.52.52 0 0 1-.51-.02c-.26-.14-.32-.5-.14-.8.03-.05.06-.13.1-.17l-.01-.32-.35.08-.1.2c-.22.24-.54.3-.7.16a.58.58 0 0 1-.13-.27c0 .01-.09.09-.18.1-.53.14-.74-1.04-.76-1.34l-.17.25s.16.7.08 1.3c-.08.6-.3 1.2-.3 1.2.75.18 1.87.79 2.98 1.64a9.39 9.39 0 0 1 2.35 2.42s.57-.32 1.17-.5c.6-.2 1.36-.2 1.36-.2l.22-.22c-.32.05-1.59.1-1.56-.43 0-.08.07-.18.08-.18 0 .01-.21 0-.3-.06-.18-.13-.18-.43.02-.69l.18-.13.01-.34-.34.05c-.03.04-.1.09-.15.13-.27.23-.65.25-.86.03a.44.44 0 0 1-.11-.46.57.57 0 0 1-.45-.05c-.26-.15-.31-.52-.11-.8.1-.14.28-.3.3-.32l-.06-.3z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M280.63 233.4c.05-.07.16-.06.23 0 .08.06.1.16.06.21-.05.06-.15.06-.24 0-.07-.06-.1-.16-.05-.22"/>\n<path d="M280.63 233.4c.05-.07.16-.06.23 0 .08.06.1.16.06.21-.05.06-.15.06-.24 0-.07-.06-.1-.16-.05-.22z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M281.58 234.2l-.33-.26c-.06-.04-.07-.12-.04-.16.04-.04.12-.04.18 0l.32.26.34.25c.06.04.08.12.04.16-.04.04-.12.04-.18 0l-.33-.26"/>\n<path d="M281.58 234.2l-.33-.26c-.06-.04-.07-.12-.04-.16.04-.04.12-.04.18 0l.32.26.34.25c.06.04.08.12.04.16-.04.04-.12.04-.18 0l-.33-.26" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M279.84 233l-.26-.15c-.07-.04-.1-.12-.07-.16.03-.06.1-.07.17-.03l.26.16.26.15c.06.03.1.1.07.16-.03.05-.1.06-.17.02l-.26-.15"/>\n<path d="M279.84 233l-.26-.15c-.07-.04-.1-.12-.07-.16.03-.06.1-.07.17-.03l.26.16.26.15c.06.03.1.1.07.16-.03.05-.1.06-.17.02l-.26-.15" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M278.8 232.29c.05-.06.16-.06.24 0 .08.06.1.16.05.22-.05.05-.15.05-.23 0-.08-.07-.1-.16-.06-.22"/>\n<path d="M278.8 232.29c.05-.06.16-.06.24 0 .08.06.1.16.05.22-.05.05-.15.05-.23 0-.08-.07-.1-.16-.06-.22z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M282.63 234.93c.05-.06.02-.15-.05-.22-.08-.06-.19-.06-.23 0-.05.05-.03.15.05.21s.18.06.23 0"/>\n<path d="M282.63 234.93c.05-.06.02-.15-.05-.22-.08-.06-.19-.06-.23 0-.05.05-.03.15.05.21s.18.06.23 0z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M283.2 235.58l.22.2c.05.06.13.08.18.04.04-.04.04-.11-.01-.16l-.21-.2-.22-.22c-.05-.05-.14-.07-.18-.03-.05.03-.04.11.01.16l.21.21"/>\n<path d="M283.2 235.58l.22.2c.05.06.13.08.18.04.04-.04.04-.11-.01-.16l-.21-.2-.22-.22c-.05-.05-.14-.07-.18-.03-.05.03-.04.11.01.16l.21.21" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M284.15 236.4c.05-.07.03-.16-.05-.22-.08-.07-.18-.07-.23 0-.05.05-.03.14.05.2s.18.07.23.01"/>\n<path d="M284.15 236.4c.05-.07.03-.16-.05-.22-.08-.07-.18-.07-.23 0-.05.05-.03.14.05.2s.18.07.23.01z" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M281.4 230.35l-.59.02-.11.87.06.14h.15l.76-.52-.27-.5" fill="#c8b100"/>\n<path d="M281.4 230.35l-.59.02-.11.87.06.14h.15l.76-.52-.27-.5" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M279.8 230.84l-.02.54.92.12.15-.07-.02-.15-.53-.7-.5.26" fill="#c8b100"/>\n<path d="M279.8 230.84l-.02.54.92.12.15-.07-.02-.15-.53-.7-.5.26" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M281.7 231.92l-.5.27-.53-.71v-.15l.13-.06.93.11-.03.54" fill="#c8b100"/>\n<path d="M281.7 231.92l-.5.27-.53-.71v-.15l.13-.06.93.11-.03.54" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M280.51 231.25a.3.3 0 0 1 .4-.1c.13.08.17.25.1.38a.3.3 0 0 1-.4.1.27.27 0 0 1-.1-.38" fill="#c8b100"/>\n<path d="M280.51 231.25a.3.3 0 0 1 .4-.1c.13.08.17.25.1.38a.3.3 0 0 1-.4.1.27.27 0 0 1-.1-.38z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M278.36 230.35c-.01 0-.13-.46-.26-.71-.08-.19-.39-.43-.39-.43.03-.06.42-.2.87.1.38.3-.03.86-.03.86s-.1.14-.19.18" fill="#c8b100"/>\n<path d="M278.36 230.35c-.01 0-.13-.46-.26-.71-.08-.19-.39-.43-.39-.43.03-.06.42-.2.87.1.38.3-.03.86-.03.86s-.1.14-.19.18z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M279.4 230.66l-.43.37-.68-.6.06-.08.02-.15.93-.07.1.53" fill="#c8b100"/>\n<path d="M279.4 230.66l-.43.37-.68-.6.06-.08.02-.15.93-.07.1.53" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M278.24 230.3c.05-.16.18-.24.28-.21.1.04.15.18.1.33-.05.15-.18.23-.29.2-.1-.03-.15-.18-.1-.33" fill="#c8b100"/>\n<path d="M278.24 230.3c.05-.16.18-.24.28-.21.1.04.15.18.1.33-.05.15-.18.23-.29.2-.1-.03-.15-.18-.1-.33z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M283.67 231.77l-.6-.06-.24.85.05.14h.15l.83-.4-.2-.53" fill="#c8b100"/>\n<path d="M283.67 231.77l-.6-.06-.24.85.05.14h.15l.83-.4-.2-.53" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M282 232.03l-.09.54.9.24.15-.05v-.14l-.42-.79-.53.2" fill="#c8b100"/>\n<path d="M282 232.03l-.09.54.9.24.15-.05v-.14l-.42-.79-.53.2" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M283.73 233.35l-.53.22-.42-.79.01-.15.15-.03.9.23-.1.52" fill="#c8b100"/>\n<path d="M283.73 233.35l-.53.22-.42-.79.01-.15.15-.03.9.23-.1.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M282.65 232.54c.1-.12.28-.13.4-.04.13.1.15.26.05.38a.3.3 0 0 1-.4.04.26.26 0 0 1-.05-.38" fill="#c8b100"/>\n<path d="M282.65 232.54c.1-.12.28-.13.4-.04.13.1.15.26.05.38a.3.3 0 0 1-.4.04.26.26 0 0 1-.05-.38z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M285.64 233.6l.11.56-.87.3-.15-.03-.02-.15.36-.8.57.13" fill="#c8b100"/>\n<path d="M285.64 233.6l.11.56-.87.3-.15-.03-.02-.15.36-.8.57.13" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M285.49 235.2l-.56.13-.31-.84.03-.14.16-.02.85.35-.17.52" fill="#c8b100"/>\n<path d="M285.49 235.2l-.56.13-.31-.84.03-.14.16-.02.85.35-.17.52" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M283.97 233.66l-.18.52.85.34.16-.02.03-.14-.3-.83-.56.13" fill="#c8b100"/>\n<path d="M283.97 233.66l-.18.52.85.34.16-.02.03-.14-.3-.83-.56.13" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M284.91 234.63c.12-.11.12-.28.02-.4a.31.31 0 0 0-.41 0 .27.27 0 0 0-.01.38c.1.11.29.12.4.02" fill="#c8b100"/>\n<path d="M284.91 234.63c.12-.11.12-.28.02-.4a.31.31 0 0 0-.41 0 .27.27 0 0 0-.01.38c.1.11.29.12.4.02z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M286.29 236.43c0 .01.5.03.79.09.2.04.52.27.52.27.06-.04.11-.42-.28-.78-.4-.29-.88.2-.88.2s-.12.13-.15.22" fill="#c8b100"/>\n<path d="M286.29 236.43c0 .01.5.03.79.09.2.04.52.27.52.27.06-.04.11-.42-.28-.78-.4-.29-.88.2-.88.2s-.12.13-.15.22z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M285.75 235.53l-.29.47.76.51.1-.08.12-.04-.12-.88-.57.03" fill="#c8b100"/>\n<path d="M285.75 235.53l-.29.47.76.51.1-.08.12-.04-.12-.88-.57.03" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M286.37 236.53c.14-.07.2-.22.15-.3-.06-.1-.22-.1-.36-.03-.14.08-.2.22-.14.31.05.1.21.1.35.02" fill="#c8b100"/>\n<path d="M286.37 236.53c.14-.07.2-.22.15-.3-.06-.1-.22-.1-.36-.03-.14.08-.2.22-.14.31.05.1.21.1.35.02z" fill="none" stroke="#000" stroke-width=".26"/>\n<path d="M326.13 213.64v.58h-2.53v-.58h.94v-1.3h-.62v-.59h.62v-.57h.6v.57h.62v.59h-.61v1.3h.98" fill="none" stroke="#000" stroke-width=".3"/>\n<path d="M175.44 226.15v-1.27" fill="none" stroke="#000" stroke-width=".02"/>\n<path d="M175.1 226.15v-1.27" fill="none" stroke="#000" stroke-width=".03"/>\n<path d="M174.77 226.15v-1.27M174.44 226.15v-1.27" fill="none" stroke="#000" stroke-width=".04"/>\n<path d="M174.16 226.15v-1.27" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M173.6 226.08v-1.15m.27 1.17v-1.21" fill="none" stroke="#000" stroke-width=".06"/>\n<path d="M173.1 226.03v-1.06m.26 1.09v-1.13" fill="none" stroke="#000" stroke-width=".07"/>\n<path d="M172.43 225.97v-.94m.22.95v-.97m.23 1V225" fill="none" stroke="#000" stroke-width=".08"/>\n<path d="M172.19 225.96v-.9" fill="none" stroke="#000" stroke-width=".09"/>\n<path d="M171.97 225.92v-.85" fill="none" stroke="#000" stroke-width=".1"/>\n<path d="M171.73 225.9v-.79" fill="none" stroke="#000" stroke-width=".11"/>\n<path d="M171.24 225.82v-.62m.25.66v-.7M171 225.77v-.55" fill="none" stroke="#000" stroke-width=".12"/>\n<path d="M170.76 225.73v-.46" fill="none" stroke="#000" stroke-width=".13"/>\n<path d="M170.51 225.67v-.36" fill="none" stroke="#000" stroke-width=".14"/>\n<path d="M170.26 225.64v-.27" fill="none" stroke="#000" stroke-width=".15"/>\n<path d="M169.99 225.58v-.13" fill="none" stroke="#000" stroke-width=".18"/>\n<path d="M176.8 226.08v-1.16m-.58 1.2v-1.23m-.42 1.25v-1.26" fill="none" stroke="#000" stroke-width=".01"/>\n<path d="M324.77 226.17v-1.27" fill="none" stroke="#000" stroke-width=".02"/>\n<path d="M324.42 226.17v-1.27" fill="none" stroke="#000" stroke-width=".03"/>\n<path d="M324.1 226.17v-1.27M323.78 226.17v-1.27" fill="none" stroke="#000" stroke-width=".04"/>\n<path d="M323.49 226.17v-1.27" fill="none" stroke="#000" stroke-width=".05"/>\n<path d="M322.94 226.1v-1.15m.26 1.17v-1.2" fill="none" stroke="#000" stroke-width=".06"/>\n<path d="M322.44 226.05V225m.25 1.1v-1.14" fill="none" stroke="#000" stroke-width=".07"/>\n<path d="M321.76 226v-.94m.22.95v-.98m.23 1v-1.01" fill="none" stroke="#000" stroke-width=".08"/>\n<path d="M321.52 225.98v-.9" fill="none" stroke="#000" stroke-width=".09"/>\n<path d="M321.3 225.94v-.84" fill="none" stroke="#000" stroke-width=".1"/>\n<path d="M321.06 225.91v-.78" fill="none" stroke="#000" stroke-width=".11"/>\n<path d="M320.57 225.85v-.63m.25.66v-.7M320.32 225.8v-.55" fill="none" stroke="#000" stroke-width=".12"/>\n<path d="M320.1 225.75v-.46" fill="none" stroke="#000" stroke-width=".13"/>\n<path d="M319.85 225.69v-.36" fill="none" stroke="#000" stroke-width=".14"/>\n<path d="M319.6 225.66v-.27" fill="none" stroke="#000" stroke-width=".15"/>\n<path d="M319.32 225.6v-.13" fill="none" stroke="#000" stroke-width=".18"/>\n<path d="M326.14 226.1v-1.16m-.58 1.2v-1.23m-.43 1.25v-1.26" fill="none" stroke="#000" stroke-width=".01"/>\n</svg>',de:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5 3">\n<desc>Flag of Germany</desc>\n<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>\n<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>\n<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>\n</svg>',fr:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2">\n<rect width="3" height="2" fill="#ED2939"/>\n<rect width="2" height="2" fill="#fff"/>\n<rect width="1" height="2" fill="#002395"/>\n</svg>',id:'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2">\n<rect fill="#FFF" width="3" height="2"/>\n<rect fill="#CE1126" width="3" height="1"/>\n</svg>',pt:'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 600 400">\n<rect width="600" height="400" fill="#f00"/>\n<rect width="240" height="400" fill="#060"/>\n<g fill="#ff0" fill-rule="evenodd" stroke="#000" stroke-width="0.573" stroke-linecap="round" stroke-linejoin="round">\n<path d="m318.24,262.04c-30.21-0.91-168.74-87.38-169.69-101.15l7.6496-12.757c13.741,19.966,155.36,104.06,169.27,101.08l-7.2299,12.823"/>\n<path d="m154.59,146.4c-2.7101,7.2937,36.149,31.318,82.903,59.754,46.752,28.434,87.065,46.006,90.053,43.486,0.18256-0.32544,1.4701-2.5409,1.352-2.5232-0.56001,0.84402-1.9234,1.1104-4.0506,0.49741-12.631-3.6433-45.575-18.765-86.374-43.506-40.798-24.743-76.294-47.544-81.811-57.232-0.38363-0.67116-0.65702-1.8962-0.60146-2.8487l-0.13405-0.002-1.1747,2.0532-0.16139,0.32191h-0.00088zm164.36,116.04c-0.51238,0.92957-1.4675,0.96044-3.2816,0.76112-11.3-1.2506-45.589-17.925-86.162-42.213-47.21-28.26-86.2-54.01-81.97-60.74l1.1509-2.0346,0.22665,0.0706c-3.8037,11.405,76.948,57.578,81.702,60.522,46.724,28.947,86.115,45.851,89.601,41.458l-1.2682,2.181v-0.002z"/>\n<path d="m240.17,169.23c30.237-0.23901,67.55-4.1319,89.023-12.69l-4.6265-7.5168c-12.692,7.0247-50.21,11.644-84.652,12.335-40.736-0.37483-69.49-4.1681-83.897-13.835l-4.3672,8.0045c26.484,11.207,53.623,13.587,88.52,13.703"/>\n<path d="m330.44,156.71c-0.73904,1.1818-14.743,6.0113-35.373,9.5753-13.988,2.1325-32.234,3.9555-55.004,3.9776-21.633,0.0203-39.305-1.5196-52.684-3.3329-21.656-3.3955-32.833-8.1201-36.965-9.7896,0.39509-0.78581,0.64908-1.337,1.0301-2.0708,11.895,4.736,23.124,7.5918,36.279,9.6158,13.291,1.8,30.75,3.362,52.276,3.3417,22.664-0.0229,40.709-1.9844,54.616-4.0534,21.155-3.4122,32.711-7.8034,34.334-9.8425l1.494,2.5788h-0.002zm-4.0603-7.6226c-2.293,1.8415-13.718,5.8932-33.819,9.1034-13.415,1.9226-30.472,3.6433-52.265,3.6645-20.704,0.0203-37.619-1.375-50.485-3.2491-20.414-2.6661-31.279-7.4754-35.196-8.8776,0.3898-0.67381,0.78666-1.3423,1.1941-2.0135,3.0479,1.5346,13.533,5.7909,34.226,8.7224,12.72,1.8036,29.661,3.1477,50.262,3.1265,21.69-0.0221,38.553-1.7762,51.883-3.6883,20.205-2.7799,31.077-7.9472,32.728-9.241l1.4728,2.4509v0.002z"/>\n<path d="m140.88,205.66c18.598,10.003,59.905,15.044,98.994,15.391,35.591,0.0564,81.958-5.5016,99.297-14.69l-0.47712-10.012c-5.4246,8.4773-55.113,16.609-99.206,16.276-44.093-0.3325-85.038-7.1429-98.687-15.959l0.0794,8.9914"/>\n<path d="m340.12,204.22,0.00088,2.3874c-2.606,3.1159-18.946,7.8255-39.437,11.142-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7163-58.148-4.0014-23.529-3.4264-38.579-9.4262-41.6-11.217l0.0132-2.7852c9.0748,6.0334,33.661,10.447,41.917,11.798,14.788,2.2701,33.868,3.9732,57.817,3.9732,25.216,0,45.434-1.7912,60.931-4.1663,14.701-2.1237,35.644-7.6465,39.767-11.324h0.00088zm0.01-8.4922,0.00088,2.3874c-2.606,3.1142-18.946,7.8237-39.437,11.14-15.595,2.391-35.927,4.1945-61.262,4.1945-24.069,0-43.263-1.7145-58.148-4.0014-23.529-3.4246-38.579-9.4245-41.6-11.216l0.0132-2.7852c9.0748,6.0325,33.661,10.447,41.917,11.796,14.788,2.2719,33.868,3.9758,57.817,3.9758,25.216,0,45.434-1.7921,60.931-4.169,14.701-2.1237,35.644-7.6465,39.767-11.324l0.00088,0.002z"/>\n<path d="m239.79,260.32c-42.772-0.25489-79.421-11.659-87.16-13.544l5.6433,8.8344c13.67,5.7503,49.424,14.32,81.927,13.371,32.504-0.94809,60.91-3.466,80.928-13.211l5.7862-9.1555c-13.642,6.425-60.068,13.639-87.125,13.705"/>\n<path stroke-width="0.55" d="m323.3,253.72c-0.85016,1.2991-1.7171,2.5823-2.5963,3.8294-9.4417,3.3293-24.319,6.8245-30.597,7.844-12.824,2.6423-32.665,4.594-50.274,4.6029-37.89-0.55474-68.905-7.9719-83.496-14.299l-1.1773-2.0241,0.19225-0.30427,1.9966,0.77435c25.948,9.2834,55.091,12.987,82.698,13.652,17.538,0.0617,35.095-2.01,49.292-4.5491,21.771-4.3621,30.574-7.65,33.275-9.1405l0.68701-0.38541h-0.00088zm5.0172-8.2753c0.022,0.0256,0.0441,0.0503,0.0653,0.0776-0.63585,1.0733-1.2911,2.1652-1.9622,3.2623-5.0357,1.8-18.702,5.7988-38.659,8.5893-13.149,1.7912-21.322,3.526-47.479,4.034-49.015-1.2471-80.75-10.831-88.289-13.195l-1.1174-2.1431c28.406,7.4154,57.422,12.592,89.408,13.121,23.931-0.50976,34.112-2.2719,47.152-4.0499,23.271-3.6186,34.996-7.4498,38.515-8.5558-0.0441-0.0635-0.0961-0.13053-0.15433-0.19932l2.5231-0.9428-0.002,0.002z"/>\n<path d="m328.83,197.76c0.13873,28.137-14.26,53.386-25.858,64.525-16.408,15.759-38.163,25.896-63.569,26.363-28.37,0.52117-55.12-17.974-62.295-26.099-14.028-15.885-25.449-36.057-25.815-63.243,1.7376-30.709,13.793-52.1,31.268-66.769s40.743-21.813,60.121-21.302c22.358,0.59003,48.475,11.558,66.521,33.332,11.823,14.266,16.943,29.748,19.627,53.193zm-89.186-96.342c54.485,0,99.296,44.338,99.296,98.703,0,54.364-44.811,98.704-99.296,98.704s-98.924-44.339-98.924-98.704,44.439-98.703,98.924-98.703"/>\n<path d="m239.91,101.08c54.534,0,99.011,44.483,99.011,99.022,0,54.538-44.478,99.02-99.011,99.02-54.534,0-99.011-44.481-99.011-99.02s44.478-99.022,99.011-99.022zm-96.832,99.0224c0,53.26,43.736,96.842,96.832,96.842,53.097,0,96.833-43.582,96.833-96.842,0-53.262-43.737-96.844-96.833-96.844s-96.832,43.584-96.832,96.844z"/>\n<path d="m239.99,109.31c49.731,0,90.693,40.821,90.693,90.704,0,49.884-40.963,90.703-90.693,90.703s-90.693-40.819-90.693-90.703c0-49.883,40.964-90.704,90.693-90.704zm-88.515,90.7034c0,48.685,39.979,88.524,88.515,88.524s88.515-39.839,88.515-88.524c0-48.686-39.978-88.525-88.515-88.525-48.536,0-88.515,39.839-88.515,88.525z"/>\n<path d="m243.98,100.68-8.48545,0,0.01,198.96,8.51455,0z"/>\n<path d="m243.13,99.546h2.1598l0.0185,201.25h-2.1616l-0.0159-201.25zm-8.4213,0.0018h2.1766l0.003,201.25h-2.1783v-201.25z"/>\n<path d="m338.99,203.935,0-7.3554-5.99-5.58-34-9-49-5-59,3-42,10-8.48,6.28,0,7.3572l21.48-9.637,51-8h49l36,4,25,6z"/>\n<path d="m239.95,184.77c23.383-0.0432,46.07,2.2154,64.065,5.7194,18.569,3.7121,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4902-22.973-11.248-36.518-13.968-17.858-3.474-40.393-5.7168-63.647-5.6736-24.538,0.0459-47.387,2.3698-64.984,5.8032-14.12,2.8019-32.951,8.3679-35.302,13.858v-2.689c1.2911-3.8003,15.313-9.4792,34.984-13.417,17.729-3.4572,40.62-5.7415,65.302-5.7864zm0.01-8.4922c23.383-0.0423,46.07,2.2172,64.065,5.7194,18.569,3.7139,31.637,8.3556,36.105,13.571l-0.005,2.5823c-5.3884-6.4885-22.973-11.247-36.518-13.966-17.858-3.4757-40.393-5.7185-63.647-5.6736-24.538,0.0441-47.276,2.3698-64.875,5.8014-13.626,2.5832-33.226,8.3696-35.412,13.86v-2.6908c1.2911-3.7588,15.597-9.6414,34.985-13.417,17.729-3.4572,40.62-5.7397,65.302-5.7864z"/>\n<path d="m239.48,132.96c36.849-0.18433,68.99,5.1523,83.695,12.685l5.3638,9.279c-12.781-6.888-47.456-14.05-89.005-12.979-33.854,0.20814-70.027,3.7271-88.176,13.41l6.4035-10.709c14.895-7.7241,50.022-11.643,81.72-11.684"/>\n<path d="m239.97,140.62c21.017-0.0556,41.325,1.1298,57.476,4.0437,15.041,2.7993,29.385,7.0009,31.436,9.2604l1.5901,2.8099c-4.9881-3.257-17.401-6.8836-33.339-9.906-16.006-3.0083-36.3-4.0049-57.2-3.9502-23.722-0.0811-42.152,1.1712-57.969,3.9291-16.728,3.13-28.334,7.6015-31.197,9.7261l1.5583-2.9704c5.5631-2.8381,14.39-6.2592,29.223-8.9297,16.357-2.988,34.983-3.8841,58.423-4.0128h-0.00088zm-0.009-8.4843c20.113-0.0529,39.972,1.068,55.452,3.8506,12.209,2.3768,24.283,6.0872,28.704,9.3892l2.3256,3.6954c-3.9536-4.3947-18.836-8.5593-31.974-10.892-15.361-2.6494-34.395-3.698-54.508-3.8656-21.108,0.0591-40.615,1.352-55.752,4.1081-14.441,2.7481-23.76,6.0016-27.703,8.5425l2.0451-3.0868c5.4414-2.8646,14.232-5.4954,25.303-7.6465,15.249-2.7764,34.876-4.0358,56.108-4.0949z"/>\n<path d="m289.15,241.26c-18.218-3.4008-36.469-3.8947-49.217-3.7447-61.407,0.71967-81.244,12.609-83.665,16.209l-4.5894-7.4815c15.634-11.332,49.073-17.687,88.587-17.037,20.518,0.33602,38.224,1.6986,53.119,4.5835l-4.2358,7.4727"/>\n<path stroke-width="0.55" d="m239.58,236.46c17.082,0.25488,33.849,0.96044,50.033,3.9784l-1.172,2.069c-15.031-2.7746-31.055-3.8365-48.803-3.75-22.663-0.17727-45.585,1.9394-65.541,7.6668-6.2968,1.7524-16.721,5.8006-17.784,9.1458l-1.1659-1.9226c0.33601-1.9773,6.6363-6.081,18.414-9.3901,22.858-6.5458,44.239-7.6491,66.019-7.799v0.002zm0.77519-8.5963c17.698,0.33073,35.975,1.1492,53.74,4.6681l-1.2206,2.1537c-16.042-3.1847-31.369-4.2466-52.415-4.5702-22.735,0.0414-46.851,1.6625-68.778,8.0372-7.0791,2.062-19.297,6.5202-19.704,10.05l-1.1659-2.0655c0.26545-3.2059,10.842-7.388,20.358-10.156,22.096-6.4241,46.275-8.076,69.186-8.1174z"/>\n<path d="M327.58,247.38,320.201,258.829,299,240,244,203,182,169,149.81,157.99,156.67,145.27,159,144l20,5,66,34,38,24,32,23,13,15z"/>\n<path d="m148.65,158.29c5.646-3.8294,47.139,14.655,90.555,40.834,43.301,26.254,84.677,55.921,80.942,61.473l-1.2285,1.9323-0.56354,0.4445c0.12083-0.0864,0.74345-0.84755-0.0609-2.906-1.8449-6.0704-31.195-29.491-79.894-58.895-47.475-28.309-87.041-45.371-90.997-40.494l1.247-2.3892h-0.00089zm180.44,88.927c3.57-7.052-34.916-36.044-82.632-64.272-48.813-27.666-83.994-43.951-90.42-39.095l-1.4278,2.5991c-0.0124,0.14287,0.052-0.17727,0.35364-0.4101,1.1685-1.0195,3.1052-0.95074,3.9792-0.96662,11.065,0.16581,42.667,14.709,87.006,40.128,19.428,11.315,82.071,51.491,81.832,62.789,0.0168,0.97102,0.0803,1.1712-0.28485,1.6519l1.5936-2.4236v-0.002z"/>\n</g>\n<g>\n<path fill="#fff" stroke="#000" stroke-width="0.67037" d="m180.6,211.01c0,16.271,6.6628,30.987,17.457,41.742,10.815,10.778,25.512,17.579,41.809,17.579,16.381,0,31.247-6.6525,42.016-17.389,10.769-10.735,17.443-25.552,17.446-41.88h-0.002v-79.189l-118.74-0.14111,0.0123,79.278h0.002z"/>\n<path fill="#f00" stroke="#000" stroke-width="0.50734" d="m182.82,211.12v0.045c0,15.557,6.4414,29.724,16.775,40.009,10.354,10.305,24.614,16.712,40.214,16.712,15.681,0,29.912-6.3606,40.222-16.626,10.308-10.265,16.697-24.433,16.699-40.044h-0.002v-76.826l-113.84-0.0185-0.0697,76.748m91.022-53.747,0.004,48.891-0.0414,5.1717h0.00088c0,1.3608-0.082,2.9122-0.24076,4.2333-0.92512,7.7294-4.4801,14.467-9.7451,19.708-6.1636,6.1357-14.671,9.9413-24.047,9.9413-9.327,0-17.639-3.9379-23.829-10.1-6.3497-6.32-10.03-14.986-10.03-23.947l-0.0132-54.023,67.94,0.12259,0.002,0.002z"/>\n<g id="castle3">\n<g id="castle" fill="#ff0" stroke="#000" stroke-width="0.5">\n<path stroke="none" d="m190.19,154.43c0.13493-5.521,4.0524-6.828,4.0806-6.8474,0.0282-0.0185,4.2314,1.4076,4.2173,6.8986l-8.2978-0.0512"/>\n<path d="m186.81,147.69-0.68172,6.3447,4.1406,0.009c0.0397-5.2493,3.9739-6.1225,4.0691-6.1031,0.0891-0.005,3.9889,1.1606,4.0929,6.1031h4.1511l-0.74962-6.3932-15.022,0.0379v0.002z"/>\n<path d="m185.85,154.06h16.946c0.35717,0,0.64908,0.35277,0.64908,0.78404,0,0.43039-0.29191,0.78141-0.64908,0.78141h-16.946c-0.35717,0-0.64908-0.35102-0.64908-0.78141,0-0.43127,0.29191-0.78404,0.64908-0.78404z"/>\n<path d="m192.01,154.03c0.0185-3.3126,2.2621-4.2501,2.2736-4.2483,0.00088,0,2.3423,0.96661,2.3609,4.2483h-4.6344"/>\n<path d="m186.21,145.05h16.245c0.34218,0,0.62263,0.31839,0.62263,0.70468,0,0.38717-0.28045,0.70467-0.62263,0.70467h-16.245c-0.34218,0-0.62263-0.31573-0.62263-0.70467,0-0.38629,0.28045-0.70468,0.62263-0.70468z"/>\n<path d="m186.55,146.47h15.538c0.32719,0,0.59529,0.31662,0.59529,0.70379,0,0.38805-0.2681,0.70467-0.59529,0.70467h-15.538c-0.32719,0-0.59529-0.31662-0.59529-0.70467,0-0.38717,0.2681-0.70379,0.59529-0.70379z"/>\n<path d="m191.57,135.88,1.2267,0.002v0.87136h0.89513v-0.89076l1.2567,0.004v0.88723h0.89778v-0.89076h1.2576l-0.002,2.0117c0,0.31574-0.25398,0.52035-0.54854,0.52035h-4.4113c-0.29633,0-0.56972-0.23724-0.5706-0.52652l-0.003-1.9879h0.00088z"/>\n<path d="m196.19,138.57,0.27691,6.4514-4.3028-0.0159,0.28486-6.4523,3.741,0.0168"/>\n<path id="cp1" d="m190.94,141.56,0.13141,3.4775-4.1256,0.002,0.11641-3.4793h3.8786-0.00089z"/>\n<use xlink:href="#cp1" x="10.609"/>\n<path id="cp2" d="m186.3,139.04,1.1994,0.003v0.87224h0.8775v-0.89253l1.2294,0.004v0.889h0.87926v-0.89253l1.2302,0.002-0.002,2.0117c0,0.31398-0.2487,0.51859-0.5362,0.51859h-4.3169c-0.28926,0-0.55824-0.23548-0.55913-0.52564l-0.003-1.9888h0.00088z"/>\n<use xlink:href="#cp2" x="10.609"/>\n<path fill="#000" stroke="none" d="m193.9,140.61c-0.0265-0.62706,0.87661-0.63411,0.86603,0v1.5364h-0.866v-1.536"/>\n<path id="cp3" fill="#000" stroke="none" d="m188.57,142.84c-0.003-0.6059,0.83693-0.61824,0.82635,0v1.1871h-0.826v-1.187"/>\n<use xlink:href="#cp3" x="10.641"/>\n</g>\n<use xlink:href="#castle" y="46.3198"/>\n<use xlink:href="#castle" transform="matrix(0.70460892,-0.70959585,0.70959585,0.70460892,-35.341459,275.10898)"/>\n</g>\n<use xlink:href="#castle" x="45.7138"/>\n<use xlink:href="#castle3" transform="matrix(-1,0,0,1,479.79195,0)"/>\n<g id="quina" fill="#fff">\n<path fill="#039" d="m232.636,202.406v0.005c0,2.2119,0.84927,4.2272,2.2118,5.6894,1.3652,1.4667,3.2454,2.3777,5.302,2.3777,2.0672,0,3.9439-0.90487,5.3029-2.3654,1.3581-1.4587,2.2021-3.47219,2.2021-5.693v-10.768l-14.992-0.0123-0.0273,10.766"/>\n<circle cx="236.074" cy="195.735" r="1.486"/>\n<circle cx="244.392" cy="195.742" r="1.486"/>\n<circle cx="240.225" cy="199.735" r="1.486"/>\n<circle cx="236.074" cy="203.916" r="1.486"/>\n<circle cx="244.383" cy="203.905" r="1.486"/>\n</g>\n<use xlink:href="#quina" y="-26.016"/>\n<use xlink:href="#quina" x="-20.799"/>\n<use xlink:href="#quina" x="20.745"/>\n<use xlink:href="#quina" y="25.784"/>\n</g>\n</svg>'};const hd={name:"the-settings-tab",data:()=>({flags:pd,currentLocale:"en",locales:[],settings:{tags:{}},lastSettings:{},spotifyFeatures:{},lastCredentials:{},defaultSettings:{},lastUser:"",spotifyUser:"",slimDownloads:!1,previewVolume:window.vol,accountNum:0,accounts:[]}),computed:{changeSlimDownloads:{get(){return this.slimDownloads},set(t){this.slimDownloads=t,document.getElementById("download_list").classList.toggle("slim",t),localStorage.setItem("slimDownloads",t)}}},methods:{revertSettings(){this.settings={...this.lastSettings}},revertCredentials(){this.spotifyCredentials={...this.lastCredentials},this.spotifyUser=(" "+this.lastUser).slice(1)},copyARLtoClipboard(){let t=this.$refs.loginInput;t.setAttribute("type","text"),t.select(),t.setSelectionRange(0,99999),document.execCommand("copy"),t.setAttribute("type","password"),Yc(this.$t("settings.toasts.ARLcopied"),"assignment")},changeLocale(t){this.$i18n.locale=t,this.currentLocale=t,localStorage.setItem("locale",t)},updateMaxVolume(){localStorage.setItem("previewVolume",this.previewVolume.preview_max_volume)},saveSettings(){this.lastSettings={...this.settings},this.lastCredentials={...this.spotifyFeatures};let t=!1;this.lastUser!=this.spotifyUser&&(this.lastUser=(" "+this.spotifyUser).slice(1),localStorage.setItem("spotifyUser",this.lastUser),t=!0),to.emit("saveSettings",this.lastSettings,this.lastCredentials,!!t&&this.lastUser)},loadSettings(t,e,n=null){n&&(this.defaultSettings={...n}),this.lastSettings={...t},this.lastCredentials={...e},this.settings=t,this.spotifyFeatures=e},login(){let t=this.$refs.loginInput.value.trim();""!=t&&t!=localStorage.getItem("arl")&&to.emit("login",t,!0,this.accountNum)},changeAccount(){to.emit("changeAccount",this.accountNum)},accountChanged(t,e){this.$refs.username.innerText=t.name,this.$refs.userpicture.src=`https://e-cdns-images.dzcdn.net/images/user/${t.picture}/125x125-000000-80-0-0.jpg`,this.accountNum=e,localStorage.setItem("accountNum",this.accountNum)},initAccounts(t){this.accounts=t},logout(){to.emit("logout")},initSettings(t,e,n){this.loadSettings(t,e,n),Yc(this.$t("settings.toasts.init"),"settings")},updateSettings(t,e){this.loadSettings(t,e),Yc(this.$t("settings.toasts.update"),"settings")},resetSettings(){this.settings={...this.defaultSettings}}},mounted(){this.locales=this.$i18n.availableLocales,eo.$on("settingsTab:revertSettings",this.revertSettings),eo.$on("settingsTab:revertCredentials",this.revertCredentials),this.$refs.loggedInInfo.classList.add("hide");let t=localStorage.getItem("locale");t&&(this.$i18n.locale=t,this.currentLocale=t);let e=localStorage.getItem("arl");e&&(this.$refs.loginInput.value=e.trim());let n=localStorage.getItem("accountNum");n&&(this.accountNum=n);let a=localStorage.getItem("spotifyUser");a&&(this.lastUser=a,this.spotifyUser=a,to.emit("update_userSpotifyPlaylists",a)),this.changeSlimDownloads="true"===localStorage.getItem("slimDownloads");let i=parseInt(localStorage.getItem("previewVolume"));isNaN(i)&&(i=80,localStorage.setItem("previewVolume",i)),window.vol.preview_max_volume=i,to.on("init_settings",this.initSettings),to.on("updateSettings",this.updateSettings),to.on("accountChanged",this.accountChanged),to.on("familyAccounts",this.initAccounts)}};var fd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent fixed_footer",attrs:{id:"settings_tab"}},[n("h2",{staticClass:"page_heading"},[t._v(t._s(t.$t("settings.title")))]),t._v(" "),n("div",{ref:"loggedInInfo",attrs:{id:"logged_in_info"}},[n("img",{ref:"userpicture",staticClass:"circle",attrs:{id:"settings_picture",src:"",alt:"Profile Picture"}}),t._v(" "),n("i18n",{attrs:{path:"settings.login.loggedIn",tag:"p"}},[n("strong",{ref:"username",attrs:{place:"username",id:"settings_username"}})]),t._v(" "),n("button",{attrs:{id:"settings_btn_logout"},on:{click:t.logout}},[t._v(t._s(t.$t("settings.login.logout")))]),t._v(" "),t.accounts.length?n("select",{directives:[{name:"model",rawName:"v-model",value:t.accountNum,expression:"accountNum"}],attrs:{id:"family_account"},on:{change:[function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.accountNum=e.target.multiple?n:n[0]},t.changeAccount]}},t._l(t.accounts,(function(e,a){return n("option",{domProps:{value:a.toString()}},[t._v(t._s(e.BLOG_NAME))])})),0):t._e()],1),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("person")]),t._v(t._s(t.$t("settings.login.title"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"inline-flex"},[n("input",{ref:"loginInput",attrs:{autocomplete:"off",type:"password",id:"login_input_arl",placeholder:"ARL"}}),t._v(" "),n("button",{attrs:{id:"settings_btn_copyArl"},on:{click:t.copyARLtoClipboard}},[n("i",{staticClass:"material-icons"},[t._v("assignment")])])]),t._v(" "),n("a",{attrs:{href:"https://codeberg.org/RemixDev/deemix/wiki/Getting-your-own-ARL",target:"_blank"}},[t._v("\n\t\t\t"+t._s(t.$t("settings.login.arl.question"))+"\n\t\t")]),t._v(" "),n("button",{staticStyle:{width:"100%"},attrs:{id:"settings_btn_updateArl"},on:{click:t.login}},[t._v("\n\t\t\t"+t._s(t.$t("settings.login.arl.update"))+"\n\t\t")])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("language")]),t._v(t._s(t.$t("settings.languages"))+"\n\t\t")]),t._v(" "),n("div",t._l(t.locales,(function(e){return n("span",{key:e,staticClass:"locale-flag",class:{"locale-flag--current":t.currentLocale===e},domProps:{innerHTML:t._s(t.flags[e])},on:{click:function(n){return t.changeLocale(e)}}})})),0)]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("web")]),t._v(t._s(t.$t("settings.appearance.title"))+"\n\t\t")]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.changeSlimDownloads,expression:"changeSlimDownloads"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.changeSlimDownloads)?t._i(t.changeSlimDownloads,null)>-1:t.changeSlimDownloads},on:{change:function(e){var n=t.changeSlimDownloads,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&(t.changeSlimDownloads=n.concat([null])):r>-1&&(t.changeSlimDownloads=n.slice(0,r).concat(n.slice(r+1)))}else t.changeSlimDownloads=i}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.appearance.slimDownloadTab")))])])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("folder")]),t._v(t._s(t.$t("settings.downloadPath.title"))+"\n\t\t")]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.downloadLocation,expression:"settings.downloadLocation"}],attrs:{type:"text"},domProps:{value:t.settings.downloadLocation},on:{input:function(e){e.target.composing||t.$set(t.settings,"downloadLocation",e.target.value)}}})]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("font_download")]),t._v(t._s(t.$t("settings.templates.title"))+"\n\t\t")]),t._v(" "),n("p",[t._v(t._s(t.$t("settings.templates.tracknameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tracknameTemplate,expression:"settings.tracknameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.tracknameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"tracknameTemplate",e.target.value)}}}),t._v(" "),n("p",[t._v(t._s(t.$t("settings.templates.albumTracknameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.albumTracknameTemplate,expression:"settings.albumTracknameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.albumTracknameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"albumTracknameTemplate",e.target.value)}}}),t._v(" "),n("p",[t._v(t._s(t.$t("settings.templates.playlistTracknameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.playlistTracknameTemplate,expression:"settings.playlistTracknameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.playlistTracknameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"playlistTracknameTemplate",e.target.value)}}})]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("create_new_folder")]),t._v(t._s(t.$t("settings.folders.title"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"settings-container"},[n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createPlaylistFolder,expression:"settings.createPlaylistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createPlaylistFolder)?t._i(t.settings.createPlaylistFolder,null)>-1:t.settings.createPlaylistFolder},on:{change:function(e){var n=t.settings.createPlaylistFolder,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createPlaylistFolder",n.concat([null])):r>-1&&t.$set(t.settings,"createPlaylistFolder",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createPlaylistFolder",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createPlaylistFolder")))])]),t._v(" "),t.settings.createPlaylistFolder?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.folders.playlistNameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.playlistNameTemplate,expression:"settings.playlistNameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.playlistNameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"playlistNameTemplate",e.target.value)}}})]):t._e()]),t._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createArtistFolder,expression:"settings.createArtistFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createArtistFolder)?t._i(t.settings.createArtistFolder,null)>-1:t.settings.createArtistFolder},on:{change:function(e){var n=t.settings.createArtistFolder,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createArtistFolder",n.concat([null])):r>-1&&t.$set(t.settings,"createArtistFolder",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createArtistFolder",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createArtistFolder")))])]),t._v(" "),t.settings.createArtistFolder?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.folders.artistNameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.artistNameTemplate,expression:"settings.artistNameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.artistNameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"artistNameTemplate",e.target.value)}}})]):t._e()]),t._v(" "),n("div",{staticClass:"settings-container__third"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createAlbumFolder,expression:"settings.createAlbumFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createAlbumFolder)?t._i(t.settings.createAlbumFolder,null)>-1:t.settings.createAlbumFolder},on:{change:function(e){var n=t.settings.createAlbumFolder,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createAlbumFolder",n.concat([null])):r>-1&&t.$set(t.settings,"createAlbumFolder",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createAlbumFolder",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createAlbumFolder")))])]),t._v(" "),t.settings.createAlbumFolder?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.folders.albumNameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.albumNameTemplate,expression:"settings.albumNameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.albumNameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"albumNameTemplate",e.target.value)}}})]):t._e()])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createCDFolder,expression:"settings.createCDFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createCDFolder)?t._i(t.settings.createCDFolder,null)>-1:t.settings.createCDFolder},on:{change:function(e){var n=t.settings.createCDFolder,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createCDFolder",n.concat([null])):r>-1&&t.$set(t.settings,"createCDFolder",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createCDFolder",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createCDFolder")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createStructurePlaylist,expression:"settings.createStructurePlaylist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createStructurePlaylist)?t._i(t.settings.createStructurePlaylist,null)>-1:t.settings.createStructurePlaylist},on:{change:function(e){var n=t.settings.createStructurePlaylist,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createStructurePlaylist",n.concat([null])):r>-1&&t.$set(t.settings,"createStructurePlaylist",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createStructurePlaylist",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createStructurePlaylist")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createSingleFolder,expression:"settings.createSingleFolder"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createSingleFolder)?t._i(t.settings.createSingleFolder,null)>-1:t.settings.createSingleFolder},on:{change:function(e){var n=t.settings.createSingleFolder,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createSingleFolder",n.concat([null])):r>-1&&t.$set(t.settings,"createSingleFolder",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createSingleFolder",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.folders.createSingleFolder")))])])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("title")]),t._v(t._s(t.$t("settings.trackTitles.title"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.padTracks,expression:"settings.padTracks"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.padTracks)?t._i(t.settings.padTracks,null)>-1:t.settings.padTracks},on:{change:function(e){var n=t.settings.padTracks,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"padTracks",n.concat([null])):r>-1&&t.$set(t.settings,"padTracks",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"padTracks",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.trackTitles.padTracks")))])])]),t._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.trackTitles.paddingSize")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.paddingSize,expression:"settings.paddingSize"}],attrs:{max:"10",type:"number"},domProps:{value:t.settings.paddingSize},on:{input:function(e){e.target.composing||t.$set(t.settings,"paddingSize",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"settings-container__third"},[n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.trackTitles.illegalCharacterReplacer")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.illegalCharacterReplacer,expression:"settings.illegalCharacterReplacer"}],attrs:{type:"text"},domProps:{value:t.settings.illegalCharacterReplacer},on:{input:function(e){e.target.composing||t.$set(t.settings,"illegalCharacterReplacer",e.target.value)}}})])])])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("get_app")]),t._v(t._s(t.$t("settings.downloads.title"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.downloads.queueConcurrency")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.settings.queueConcurrency,expression:"settings.queueConcurrency",modifiers:{number:!0}}],attrs:{type:"number"},domProps:{value:t.settings.queueConcurrency},on:{input:function(e){e.target.composing||t.$set(t.settings,"queueConcurrency",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}})]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.downloads.maxBitrate.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.maxBitrate,expression:"settings.maxBitrate"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"maxBitrate",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"9"}},[t._v(t._s(t.$t("settings.downloads.maxBitrate.9")))]),t._v(" "),n("option",{attrs:{value:"3"}},[t._v(t._s(t.$t("settings.downloads.maxBitrate.3")))]),t._v(" "),n("option",{attrs:{value:"1"}},[t._v(t._s(t.$t("settings.downloads.maxBitrate.1")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.downloads.overwriteFile.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.overwriteFile,expression:"settings.overwriteFile"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"overwriteFile",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"y"}},[t._v(t._s(t.$t("settings.downloads.overwriteFile.y")))]),t._v(" "),n("option",{attrs:{value:"n"}},[t._v(t._s(t.$t("settings.downloads.overwriteFile.n")))]),t._v(" "),n("option",{attrs:{value:"t"}},[t._v(t._s(t.$t("settings.downloads.overwriteFile.t")))])])]),t._v(" "),n("div",{staticClass:"settings-container"},[n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.fallbackBitrate,expression:"settings.fallbackBitrate"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.fallbackBitrate)?t._i(t.settings.fallbackBitrate,null)>-1:t.settings.fallbackBitrate},on:{change:function(e){var n=t.settings.fallbackBitrate,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"fallbackBitrate",n.concat([null])):r>-1&&t.$set(t.settings,"fallbackBitrate",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"fallbackBitrate",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.fallbackBitrate")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.fallbackSearch,expression:"settings.fallbackSearch"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.fallbackSearch)?t._i(t.settings.fallbackSearch,null)>-1:t.settings.fallbackSearch},on:{change:function(e){var n=t.settings.fallbackSearch,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"fallbackSearch",n.concat([null])):r>-1&&t.$set(t.settings,"fallbackSearch",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"fallbackSearch",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.fallbackSearch")))])])]),t._v(" "),n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.logErrors,expression:"settings.logErrors"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.logErrors)?t._i(t.settings.logErrors,null)>-1:t.settings.logErrors},on:{change:function(e){var n=t.settings.logErrors,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"logErrors",n.concat([null])):r>-1&&t.$set(t.settings,"logErrors",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"logErrors",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.logErrors")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.logSearched,expression:"settings.logSearched"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.logSearched)?t._i(t.settings.logSearched,null)>-1:t.settings.logSearched},on:{change:function(e){var n=t.settings.logSearched,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"logSearched",n.concat([null])):r>-1&&t.$set(t.settings,"logSearched",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"logSearched",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.logSearched")))])])]),t._v(" "),n("div",{staticClass:"settings-container__third settings-container__third--only-checkbox"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.syncedLyrics,expression:"settings.syncedLyrics"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.syncedLyrics)?t._i(t.settings.syncedLyrics,null)>-1:t.settings.syncedLyrics},on:{change:function(e){var n=t.settings.syncedLyrics,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"syncedLyrics",n.concat([null])):r>-1&&t.$set(t.settings,"syncedLyrics",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"syncedLyrics",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.syncedLyrics")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.createM3U8File,expression:"settings.createM3U8File"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.createM3U8File)?t._i(t.settings.createM3U8File,null)>-1:t.settings.createM3U8File},on:{change:function(e){var n=t.settings.createM3U8File,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"createM3U8File",n.concat([null])):r>-1&&t.$set(t.settings,"createM3U8File",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"createM3U8File",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.createM3U8File")))])])])]),t._v(" "),t.settings.createM3U8File?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.downloads.playlistFilenameTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.playlistFilenameTemplate,expression:"settings.playlistFilenameTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.playlistFilenameTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"playlistFilenameTemplate",e.target.value)}}})]):t._e(),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.saveDownloadQueue,expression:"settings.saveDownloadQueue"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.saveDownloadQueue)?t._i(t.settings.saveDownloadQueue,null)>-1:t.settings.saveDownloadQueue},on:{change:function(e){var n=t.settings.saveDownloadQueue,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"saveDownloadQueue",n.concat([null])):r>-1&&t.$set(t.settings,"saveDownloadQueue",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"saveDownloadQueue",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.downloads.saveDownloadQueue")))])])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("album")]),t._v(t._s(t.$t("settings.covers.title"))+"\n\t\t")]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.saveArtwork,expression:"settings.saveArtwork"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.saveArtwork)?t._i(t.settings.saveArtwork,null)>-1:t.settings.saveArtwork},on:{change:function(e){var n=t.settings.saveArtwork,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"saveArtwork",n.concat([null])):r>-1&&t.$set(t.settings,"saveArtwork",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"saveArtwork",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.covers.saveArtwork")))])]),t._v(" "),t.settings.saveArtwork?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.coverImageTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.coverImageTemplate,expression:"settings.coverImageTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.coverImageTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"coverImageTemplate",e.target.value)}}})]):t._e(),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.saveArtworkArtist,expression:"settings.saveArtworkArtist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.saveArtworkArtist)?t._i(t.settings.saveArtworkArtist,null)>-1:t.settings.saveArtworkArtist},on:{change:function(e){var n=t.settings.saveArtworkArtist,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"saveArtworkArtist",n.concat([null])):r>-1&&t.$set(t.settings,"saveArtworkArtist",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"saveArtworkArtist",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.covers.saveArtworkArtist")))])]),t._v(" "),t.settings.saveArtworkArtist?n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.artistImageTemplate")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.artistImageTemplate,expression:"settings.artistImageTemplate"}],attrs:{type:"text"},domProps:{value:t.settings.artistImageTemplate},on:{input:function(e){e.target.composing||t.$set(t.settings,"artistImageTemplate",e.target.value)}}})]):t._e(),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.localArtworkSize")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.settings.localArtworkSize,expression:"settings.localArtworkSize",modifiers:{number:!0}}],attrs:{type:"number",min:"100",max:"1800",step:"100"},domProps:{value:t.settings.localArtworkSize},on:{input:function(e){e.target.composing||t.$set(t.settings,"localArtworkSize",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}})]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.embeddedArtworkSize")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.settings.embeddedArtworkSize,expression:"settings.embeddedArtworkSize",modifiers:{number:!0}}],attrs:{type:"number",min:"100",max:"1800",step:"100"},domProps:{value:t.settings.embeddedArtworkSize},on:{input:function(e){e.target.composing||t.$set(t.settings,"embeddedArtworkSize",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}})]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.localArtworkFormat.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.localArtworkFormat,expression:"settings.localArtworkFormat"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"localArtworkFormat",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"jpg"}},[t._v(t._s(t.$t("settings.covers.localArtworkFormat.jpg")))]),t._v(" "),n("option",{attrs:{value:"png"}},[t._v(t._s(t.$t("settings.covers.localArtworkFormat.png")))]),t._v(" "),n("option",{attrs:{value:"jpg,png"}},[t._v(t._s(t.$t("settings.covers.localArtworkFormat.both")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.covers.jpegImageQuality")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.settings.jpegImageQuality,expression:"settings.jpegImageQuality",modifiers:{number:!0}}],attrs:{type:"number",min:"1",max:"100"},domProps:{value:t.settings.jpegImageQuality},on:{input:function(e){e.target.composing||t.$set(t.settings,"jpegImageQuality",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}})])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons",staticStyle:{width:"1em",height:"1em"}},[t._v("bookmarks")]),t._v(t._s(t.$t("settings.tags.head"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"settings-container"},[n("div",{staticClass:"settings-container__half"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.title,expression:"settings.tags.title"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.title)?t._i(t.settings.tags.title,null)>-1:t.settings.tags.title},on:{change:function(e){var n=t.settings.tags.title,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"title",n.concat([null])):r>-1&&t.$set(t.settings.tags,"title",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"title",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.title")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.artist,expression:"settings.tags.artist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.artist)?t._i(t.settings.tags.artist,null)>-1:t.settings.tags.artist},on:{change:function(e){var n=t.settings.tags.artist,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"artist",n.concat([null])):r>-1&&t.$set(t.settings.tags,"artist",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"artist",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.artist")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.album,expression:"settings.tags.album"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.album)?t._i(t.settings.tags.album,null)>-1:t.settings.tags.album},on:{change:function(e){var n=t.settings.tags.album,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"album",n.concat([null])):r>-1&&t.$set(t.settings.tags,"album",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"album",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.album")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.cover,expression:"settings.tags.cover"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.cover)?t._i(t.settings.tags.cover,null)>-1:t.settings.tags.cover},on:{change:function(e){var n=t.settings.tags.cover,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"cover",n.concat([null])):r>-1&&t.$set(t.settings.tags,"cover",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"cover",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.cover")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.trackNumber,expression:"settings.tags.trackNumber"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.trackNumber)?t._i(t.settings.tags.trackNumber,null)>-1:t.settings.tags.trackNumber},on:{change:function(e){var n=t.settings.tags.trackNumber,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"trackNumber",n.concat([null])):r>-1&&t.$set(t.settings.tags,"trackNumber",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"trackNumber",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.trackNumber")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.trackTotal,expression:"settings.tags.trackTotal"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.trackTotal)?t._i(t.settings.tags.trackTotal,null)>-1:t.settings.tags.trackTotal},on:{change:function(e){var n=t.settings.tags.trackTotal,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"trackTotal",n.concat([null])):r>-1&&t.$set(t.settings.tags,"trackTotal",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"trackTotal",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.trackTotal")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.discNumber,expression:"settings.tags.discNumber"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.discNumber)?t._i(t.settings.tags.discNumber,null)>-1:t.settings.tags.discNumber},on:{change:function(e){var n=t.settings.tags.discNumber,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"discNumber",n.concat([null])):r>-1&&t.$set(t.settings.tags,"discNumber",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"discNumber",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.discNumber")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.discTotal,expression:"settings.tags.discTotal"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.discTotal)?t._i(t.settings.tags.discTotal,null)>-1:t.settings.tags.discTotal},on:{change:function(e){var n=t.settings.tags.discTotal,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"discTotal",n.concat([null])):r>-1&&t.$set(t.settings.tags,"discTotal",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"discTotal",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.discTotal")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.albumArtist,expression:"settings.tags.albumArtist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.albumArtist)?t._i(t.settings.tags.albumArtist,null)>-1:t.settings.tags.albumArtist},on:{change:function(e){var n=t.settings.tags.albumArtist,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"albumArtist",n.concat([null])):r>-1&&t.$set(t.settings.tags,"albumArtist",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"albumArtist",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.albumArtist")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.genre,expression:"settings.tags.genre"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.genre)?t._i(t.settings.tags.genre,null)>-1:t.settings.tags.genre},on:{change:function(e){var n=t.settings.tags.genre,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"genre",n.concat([null])):r>-1&&t.$set(t.settings.tags,"genre",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"genre",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.genre")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.year,expression:"settings.tags.year"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.year)?t._i(t.settings.tags.year,null)>-1:t.settings.tags.year},on:{change:function(e){var n=t.settings.tags.year,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"year",n.concat([null])):r>-1&&t.$set(t.settings.tags,"year",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"year",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.year")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.date,expression:"settings.tags.date"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.date)?t._i(t.settings.tags.date,null)>-1:t.settings.tags.date},on:{change:function(e){var n=t.settings.tags.date,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"date",n.concat([null])):r>-1&&t.$set(t.settings.tags,"date",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"date",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.date")))])])]),t._v(" "),n("div",{staticClass:"settings-container__half"},[n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.explicit,expression:"settings.tags.explicit"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.explicit)?t._i(t.settings.tags.explicit,null)>-1:t.settings.tags.explicit},on:{change:function(e){var n=t.settings.tags.explicit,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"explicit",n.concat([null])):r>-1&&t.$set(t.settings.tags,"explicit",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"explicit",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.explicit")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.isrc,expression:"settings.tags.isrc"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.isrc)?t._i(t.settings.tags.isrc,null)>-1:t.settings.tags.isrc},on:{change:function(e){var n=t.settings.tags.isrc,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"isrc",n.concat([null])):r>-1&&t.$set(t.settings.tags,"isrc",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"isrc",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.isrc")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.length,expression:"settings.tags.length"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.length)?t._i(t.settings.tags.length,null)>-1:t.settings.tags.length},on:{change:function(e){var n=t.settings.tags.length,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"length",n.concat([null])):r>-1&&t.$set(t.settings.tags,"length",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"length",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.length")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.barcode,expression:"settings.tags.barcode"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.barcode)?t._i(t.settings.tags.barcode,null)>-1:t.settings.tags.barcode},on:{change:function(e){var n=t.settings.tags.barcode,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"barcode",n.concat([null])):r>-1&&t.$set(t.settings.tags,"barcode",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"barcode",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.barcode")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.bpm,expression:"settings.tags.bpm"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.bpm)?t._i(t.settings.tags.bpm,null)>-1:t.settings.tags.bpm},on:{change:function(e){var n=t.settings.tags.bpm,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"bpm",n.concat([null])):r>-1&&t.$set(t.settings.tags,"bpm",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"bpm",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.bpm")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.replayGain,expression:"settings.tags.replayGain"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.replayGain)?t._i(t.settings.tags.replayGain,null)>-1:t.settings.tags.replayGain},on:{change:function(e){var n=t.settings.tags.replayGain,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"replayGain",n.concat([null])):r>-1&&t.$set(t.settings.tags,"replayGain",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"replayGain",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.replayGain")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.label,expression:"settings.tags.label"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.label)?t._i(t.settings.tags.label,null)>-1:t.settings.tags.label},on:{change:function(e){var n=t.settings.tags.label,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"label",n.concat([null])):r>-1&&t.$set(t.settings.tags,"label",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"label",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.label")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.lyrics,expression:"settings.tags.lyrics"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.lyrics)?t._i(t.settings.tags.lyrics,null)>-1:t.settings.tags.lyrics},on:{change:function(e){var n=t.settings.tags.lyrics,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"lyrics",n.concat([null])):r>-1&&t.$set(t.settings.tags,"lyrics",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"lyrics",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.lyrics")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.copyright,expression:"settings.tags.copyright"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.copyright)?t._i(t.settings.tags.copyright,null)>-1:t.settings.tags.copyright},on:{change:function(e){var n=t.settings.tags.copyright,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"copyright",n.concat([null])):r>-1&&t.$set(t.settings.tags,"copyright",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"copyright",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.copyright")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.composer,expression:"settings.tags.composer"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.composer)?t._i(t.settings.tags.composer,null)>-1:t.settings.tags.composer},on:{change:function(e){var n=t.settings.tags.composer,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"composer",n.concat([null])):r>-1&&t.$set(t.settings.tags,"composer",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"composer",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.composer")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.involvedPeople,expression:"settings.tags.involvedPeople"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.involvedPeople)?t._i(t.settings.tags.involvedPeople,null)>-1:t.settings.tags.involvedPeople},on:{change:function(e){var n=t.settings.tags.involvedPeople,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"involvedPeople",n.concat([null])):r>-1&&t.$set(t.settings.tags,"involvedPeople",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"involvedPeople",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.tags.involvedPeople")))])])])])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("i",{staticClass:"material-icons"},[t._v("list")]),t._v(t._s(t.$t("settings.other.title"))+"\n\t\t")]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.savePlaylistAsCompilation,expression:"settings.tags.savePlaylistAsCompilation"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.savePlaylistAsCompilation)?t._i(t.settings.tags.savePlaylistAsCompilation,null)>-1:t.settings.tags.savePlaylistAsCompilation},on:{change:function(e){var n=t.settings.tags.savePlaylistAsCompilation,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"savePlaylistAsCompilation",n.concat([null])):r>-1&&t.$set(t.settings.tags,"savePlaylistAsCompilation",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"savePlaylistAsCompilation",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.savePlaylistAsCompilation")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.useNullSeparator,expression:"settings.tags.useNullSeparator"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.useNullSeparator)?t._i(t.settings.tags.useNullSeparator,null)>-1:t.settings.tags.useNullSeparator},on:{change:function(e){var n=t.settings.tags.useNullSeparator,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"useNullSeparator",n.concat([null])):r>-1&&t.$set(t.settings.tags,"useNullSeparator",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"useNullSeparator",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.useNullSeparator")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.saveID3v1,expression:"settings.tags.saveID3v1"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.saveID3v1)?t._i(t.settings.tags.saveID3v1,null)>-1:t.settings.tags.saveID3v1},on:{change:function(e){var n=t.settings.tags.saveID3v1,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"saveID3v1",n.concat([null])):r>-1&&t.$set(t.settings.tags,"saveID3v1",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"saveID3v1",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.saveID3v1")))])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.multiArtistSeparator,expression:"settings.tags.multiArtistSeparator"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings.tags,"multiArtistSeparator",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"nothing"}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.nothing")))]),t._v(" "),n("option",{attrs:{value:"default"}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.default")))]),t._v(" "),n("option",{attrs:{value:"andFeat"}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.andFeat")))]),t._v(" "),n("option",{attrs:{value:" & "}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",[" & "])))]),t._v(" "),n("option",{attrs:{value:","}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",[","])))]),t._v(" "),n("option",{attrs:{value:", "}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",[", "])))]),t._v(" "),n("option",{attrs:{value:"/"}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",["/"])))]),t._v(" "),n("option",{attrs:{value:" / "}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",[" / "])))]),t._v(" "),n("option",{attrs:{value:";"}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",[";"])))]),t._v(" "),n("option",{attrs:{value:"; "}},[t._v(t._s(t.$t("settings.other.multiArtistSeparator.using",["; "])))])])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.tags.singleAlbumArtist,expression:"settings.tags.singleAlbumArtist"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.tags.singleAlbumArtist)?t._i(t.settings.tags.singleAlbumArtist,null)>-1:t.settings.tags.singleAlbumArtist},on:{change:function(e){var n=t.settings.tags.singleAlbumArtist,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings.tags,"singleAlbumArtist",n.concat([null])):r>-1&&t.$set(t.settings.tags,"singleAlbumArtist",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings.tags,"singleAlbumArtist",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.singleAlbumArtist")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.albumVariousArtists,expression:"settings.albumVariousArtists"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.albumVariousArtists)?t._i(t.settings.albumVariousArtists,null)>-1:t.settings.albumVariousArtists},on:{change:function(e){var n=t.settings.albumVariousArtists,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"albumVariousArtists",n.concat([null])):r>-1&&t.$set(t.settings,"albumVariousArtists",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"albumVariousArtists",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.albumVariousArtists")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.removeAlbumVersion,expression:"settings.removeAlbumVersion"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.removeAlbumVersion)?t._i(t.settings.removeAlbumVersion,null)>-1:t.settings.removeAlbumVersion},on:{change:function(e){var n=t.settings.removeAlbumVersion,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"removeAlbumVersion",n.concat([null])):r>-1&&t.$set(t.settings,"removeAlbumVersion",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"removeAlbumVersion",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.removeAlbumVersion")))])]),t._v(" "),n("label",{staticClass:"with_checkbox"},[n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.removeDuplicateArtists,expression:"settings.removeDuplicateArtists"}],attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.settings.removeDuplicateArtists)?t._i(t.settings.removeDuplicateArtists,null)>-1:t.settings.removeDuplicateArtists},on:{change:function(e){var n=t.settings.removeDuplicateArtists,a=e.target,i=!!a.checked;if(Array.isArray(n)){var r=t._i(n,null);a.checked?r<0&&t.$set(t.settings,"removeDuplicateArtists",n.concat([null])):r>-1&&t.$set(t.settings,"removeDuplicateArtists",n.slice(0,r).concat(n.slice(r+1)))}else t.$set(t.settings,"removeDuplicateArtists",i)}}}),t._v(" "),n("span",{staticClass:"checkbox_text"},[t._v(t._s(t.$t("settings.other.removeDuplicateArtists")))])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.dateFormat.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.dateFormat,expression:"settings.dateFormat"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"dateFormat",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"Y-M-D"}},[t._v(t._s(t.$t("settings.other.dateFormat.year")+"-"+t.$t("settings.other.dateFormat.month")+"-"+t.$t("settings.other.dateFormat.day")))]),t._v(" "),n("option",{attrs:{value:"Y-D-M"}},[t._v(t._s(t.$t("settings.other.dateFormat.year")+"-"+t.$t("settings.other.dateFormat.day")+"-"+t.$t("settings.other.dateFormat.month")))]),t._v(" "),n("option",{attrs:{value:"D-M-Y"}},[t._v(t._s(t.$t("settings.other.dateFormat.day")+"-"+t.$t("settings.other.dateFormat.month")+"-"+t.$t("settings.other.dateFormat.year")))]),t._v(" "),n("option",{attrs:{value:"M-D-Y"}},[t._v(t._s(t.$t("settings.other.dateFormat.month")+"-"+t.$t("settings.other.dateFormat.day")+"-"+t.$t("settings.other.dateFormat.year")))]),t._v(" "),n("option",{attrs:{value:"Y"}},[t._v(t._s(t.$t("settings.other.dateFormat.year")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.featuredToTitle.title")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.featuredToTitle,expression:"settings.featuredToTitle"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"featuredToTitle",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"0"}},[t._v(t._s(t.$t("settings.other.featuredToTitle.0")))]),t._v(" "),n("option",{attrs:{value:"1"}},[t._v(t._s(t.$t("settings.other.featuredToTitle.1")))]),t._v(" "),n("option",{attrs:{value:"3"}},[t._v(t._s(t.$t("settings.other.featuredToTitle.3")))]),t._v(" "),n("option",{attrs:{value:"2"}},[t._v(t._s(t.$t("settings.other.featuredToTitle.2")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.titleCasing")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.titleCasing,expression:"settings.titleCasing"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"titleCasing",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"nothing"}},[t._v(t._s(t.$t("settings.other.casing.nothing")))]),t._v(" "),n("option",{attrs:{value:"lower"}},[t._v(t._s(t.$t("settings.other.casing.lower")))]),t._v(" "),n("option",{attrs:{value:"upper"}},[t._v(t._s(t.$t("settings.other.casing.upper")))]),t._v(" "),n("option",{attrs:{value:"start"}},[t._v(t._s(t.$t("settings.other.casing.start")))]),t._v(" "),n("option",{attrs:{value:"sentence"}},[t._v(t._s(t.$t("settings.other.casing.sentence")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.artistCasing")))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.settings.artistCasing,expression:"settings.artistCasing"}],on:{change:function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.$set(t.settings,"artistCasing",e.target.multiple?n:n[0])}}},[n("option",{attrs:{value:"nothing"}},[t._v(t._s(t.$t("settings.other.casing.nothing")))]),t._v(" "),n("option",{attrs:{value:"lower"}},[t._v(t._s(t.$t("settings.other.casing.lower")))]),t._v(" "),n("option",{attrs:{value:"upper"}},[t._v(t._s(t.$t("settings.other.casing.upper")))]),t._v(" "),n("option",{attrs:{value:"start"}},[t._v(t._s(t.$t("settings.other.casing.start")))]),t._v(" "),n("option",{attrs:{value:"sentence"}},[t._v(t._s(t.$t("settings.other.casing.sentence")))])])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.previewVolume")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model.number",value:t.previewVolume.preview_max_volume,expression:"previewVolume.preview_max_volume",modifiers:{number:!0}}],staticClass:"slider",attrs:{type:"range",min:"0",max:"100",step:"1"},domProps:{value:t.previewVolume.preview_max_volume},on:{change:t.updateMaxVolume,__r:function(e){t.$set(t.previewVolume,"preview_max_volume",t._n(e.target.value))},blur:function(e){return t.$forceUpdate()}}}),t._v(" "),n("span",[t._v(t._s(t.previewVolume.preview_max_volume)+"%")])]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.other.executeCommand.title")))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(t.$t("settings.other.executeCommand.description")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.settings.executeCommand,expression:"settings.executeCommand"}],attrs:{type:"text"},domProps:{value:t.settings.executeCommand},on:{input:function(e){e.target.composing||t.$set(t.settings,"executeCommand",e.target.value)}}})])]),t._v(" "),n("div",{staticClass:"settings-group"},[n("h3",{staticClass:"settings-group__header settings-group__header--with-icon"},[n("svg",{attrs:{id:"spotify_icon","enable-background":"new 0 0 24 24",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"m12 24c6.624 0 12-5.376 12-12s-5.376-12-12-12-12 5.376-12 12 5.376 12 12 12zm4.872-6.344v.001c-.807 0-3.356-2.828-10.52-1.36-.189.049-.436.126-.576.126-.915 0-1.09-1.369-.106-1.578 3.963-.875 8.013-.798 11.467 1.268.824.526.474 1.543-.265 1.543zm1.303-3.173c-.113-.03-.08.069-.597-.203-3.025-1.79-7.533-2.512-11.545-1.423-.232.063-.358.126-.576.126-1.071 0-1.355-1.611-.188-1.94 4.716-1.325 9.775-.552 13.297 1.543.392.232.547.533.547.953-.005.522-.411.944-.938.944zm-13.627-7.485c4.523-1.324 11.368-.906 15.624 1.578 1.091.629.662 2.22-.498 2.22l-.001-.001c-.252 0-.407-.063-.625-.189-3.443-2.056-9.604-2.549-13.59-1.436-.175.048-.393.125-.625.125-.639 0-1.127-.499-1.127-1.142 0-.657.407-1.029.842-1.155z"}})]),t._v("\n\t\t\t"+t._s(t.$t("settings.spotify.title"))+"\n\t\t")]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.spotify.clientID")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.spotifyFeatures.clientId,expression:"spotifyFeatures.clientId"}],attrs:{type:"text"},domProps:{value:t.spotifyFeatures.clientId},on:{input:function(e){e.target.composing||t.$set(t.spotifyFeatures,"clientId",e.target.value)}}})]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.spotify.clientSecret")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.spotifyFeatures.clientSecret,expression:"spotifyFeatures.clientSecret"}],attrs:{type:"password"},domProps:{value:t.spotifyFeatures.clientSecret},on:{input:function(e){e.target.composing||t.$set(t.spotifyFeatures,"clientSecret",e.target.value)}}})]),t._v(" "),n("div",{staticClass:"input_group"},[n("p",{staticClass:"input_group_text"},[t._v(t._s(t.$t("settings.spotify.username")))]),t._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:t.spotifyUser,expression:"spotifyUser"}],attrs:{type:"text"},domProps:{value:t.spotifyUser},on:{input:function(e){e.target.composing||(t.spotifyUser=e.target.value)}}})])]),t._v(" "),n("footer",[n("button",{on:{click:t.resetSettings}},[t._v(t._s(t.$t("settings.reset")))]),t._v(" "),n("button",{on:{click:t.saveSettings}},[t._v(t._s(t.$t("settings.save")))])])])};fd._withStripped=!0;var md=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheSettingsTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:fd,staticRenderFns:[]},(function(t){t&&t("data-v-06c227fb_0",{source:".locale-flag {\n width: 60px;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n}\n.locale-flag:not(:last-child) {\n margin-right: 10px;\n}\n.locale-flag.locale-flag--current svg {\n filter: brightness(1);\n}\n.locale-flag svg {\n width: 40px;\n height: 40px;\n filter: brightness(0.5);\n}\n\n/*# sourceMappingURL=TheSettingsTab.vue.map */",map:{version:3,sources:["/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheSettingsTab.vue","TheSettingsTab.vue"],names:[],mappings:"AAojBA;EACA,WAAA;EACA,oBAAA;EACA,uBAAA;EACA,mBAAA;EACA,eAAA;AAAA;AALA;IAQA,kBAAA;AAAA;AARA;IAaA,qBAAA;AAAA;AAbA;IAkBA,WAAA;IACA,YAAA;IACA,uBAAA;AAAA;;ACzjBA,6CAA6C",file:"TheSettingsTab.vue",sourcesContent:[null,".locale-flag {\n width: 60px;\n display: inline-flex;\n justify-content: center;\n align-items: center;\n cursor: pointer; }\n .locale-flag:not(:last-child) {\n margin-right: 10px; }\n .locale-flag.locale-flag--current svg {\n filter: brightness(1); }\n .locale-flag svg {\n width: 40px;\n height: 40px;\n filter: brightness(0.5); }\n\n/*# sourceMappingURL=TheSettingsTab.vue.map */"]},media:void 0})}),hd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const vd={props:{text:{type:String,required:!1,default:"Loading..."},id:{type:String,required:!1},hidden:{type:Boolean,required:!1,default:!1}}};var gd=function(t,e){var n=e._c;return n("div",{staticClass:"loading_placeholder",class:{"loading_placeholder--hidden":e.props.hidden},attrs:{id:e.props.id}},[n("span",{staticClass:"loading_placeholder__text"},[e._v(e._s(e.props.text))]),e._v(" "),e._m(0)])};gd._withStripped=!0;var bd=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};return l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/BaseLoadingPlaceholder.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a,l}({render:gd,staticRenderFns:[function(t,e){var n=e._c;return n("div",{staticClass:"lds-ring"},[n("div"),e._v(" "),n("div"),e._v(" "),n("div"),e._v(" "),n("div")])}]},0,vd,void 0,!0);const _d={name:"the-main-search-tab",components:{BaseLoadingPlaceholder:bd},data:()=>({results:{query:"",allTab:{ORDER:[],TOP_RESULT:[],ALBUM:{},ARTIST:{},TRACK:{},PLAYLIST:{}},trackTab:{data:[],next:0,total:0,loaded:!1},albumTab:{data:[],next:0,total:0,loaded:!1},artistTab:{data:[],next:0,total:0,loaded:!1},playlistTab:{data:[],next:0,total:0,loaded:!1}}}),props:{scrolledSearchType:{type:String,required:!1}},mounted(){eo.$on("mainSearch:checkLoadMoreContent",this.checkLoadMoreContent),this.$root.$on("mainSearch:showNewResults",this.showNewResults),to.on("mainSearch",this.handleMainSearch),to.on("search",this.handleSearch)},methods:{artistView:no.bind(null,"artist"),albumView:no.bind(null,"album"),playlistView:no.bind(null,"playlist"),playPausePreview(t){eo.$emit("trackPreview:playPausePreview",t)},previewMouseEnter(t){eo.$emit("trackPreview:previewMouseEnter",t)},previewMouseLeave(t){eo.$emit("trackPreview:previewMouseLeave",t)},handleSearchTabClick(t){const{target:e,target:{id:n}}=t;let a=null;switch(n){case"search_all_tab":a="main_search";break;case"search_track_tab":a="track_search";break;case"search_album_tab":a="album_search";break;case"search_artist_tab":a="artist_search";break;case"search_playlist_tab":a="playlist_search"}a&&ao(e,"search",a)},handleClickTopResult(t){switch(this.results.allTab.TOP_RESULT[0].type){case"artist":this.artistView(t);break;case"album":this.albumView(t);break;case"playlist":this.playlistView(t)}},showNewResults(t,e){t!==this.results.query||"search_tab"==e?(document.getElementById("search_tab_content").style.display="none",to.emit("mainSearch",{term:t}),document.getElementById("content").style.display="none",document.getElementById("search_placeholder").classList.toggle("loading_placeholder--hidden")):(document.getElementById("search_tab_content").style.display="block",document.getElementById("main_search_tablink").click())},checkLoadMoreContent(t){0===this.results[t.split("_")[0]+"Tab"].data.length&&this.search(t.split("_")[0])},changeSearchTab(t){if("TOP_RESULT"===t)return;let e;switch(t){case"TRACK":e="search_track_tab";break;case"ALBUM":e="search_album_tab";break;case"ARTIST":e="search_artist_tab";break;case"PLAYLIST":e="search_playlist_tab"}document.getElementById(e).click()},addToQueue(t){Nc.sendAddToQueue(t.currentTarget.dataset.link)},openQualityModal(t){this.$root.$emit("QualityModal:open",t.currentTarget.dataset.link)},numberWithDots:Rc.numberWithDots,convertDuration:Rc.convertDuration,search(t){to.emit("search",{term:this.results.query,type:t,start:this.results[t+"Tab"].next,nb:30})},scrolledSearch(t){let e=t+"Tab";this.results[e].next<this.results[e].total&&to.emit("search",{term:this.results.query,type:t,start:this.results[e].next,nb:30})},handleMainSearch(t){document.getElementById("content").style.display="",document.getElementById("search_placeholder").classList.toggle("loading_placeholder--hidden");let e={data:[],next:0,total:0,loaded:!1};this.results.allTab=t,this.results.trackTab={...e},this.results.albumTab={...e},this.results.artistTab={...e},this.results.playlistTab={...e},""==this.results.query&&document.getElementById("search_all_tab").click(),this.results.query=t.QUERY,document.getElementById("search_tab_content").style.display="block",document.getElementById("main_search_tablink").click()},handleSearch(t){const{next:e,total:n,type:a,data:i}=t;let r=a+"Tab",s=0;s=e?parseInt(e.match(/index=(\d*)/)[1]):n,this.results[r].total!=n&&(this.results[r].total=n),this.results[r].next!=s&&(this.results[r].next=s,this.results[r].data=this.results[r].data.concat(i)),this.results[r].loaded=!0}},watch:{scrolledSearchType(t){t&&this.scrolledSearch(t)}}};var yd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"main_tabcontent",attrs:{id:"search_tab"},on:{click:t.handleSearchTabClick}},[n("div",{class:{hide:""!=t.results.query}},[n("h2",[t._v(t._s(t.$t("search.startSearching")))]),t._v(" "),n("p",[t._v(t._s(t.$t("search.description")))])]),t._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:""!==t.results.query,expression:"results.query !== ''"}]},[n("ul",{staticClass:"section-tabs"},[n("li",{staticClass:"section-tabs__tab search_tablinks",attrs:{id:"search_all_tab"}},[t._v(t._s(t.$t("globals.listTabs.all")))]),t._v(" "),n("li",{staticClass:"section-tabs__tab search_tablinks",attrs:{id:"search_track_tab"}},[t._v(t._s(t.$tc("globals.listTabs.track",2)))]),t._v(" "),n("li",{staticClass:"section-tabs__tab search_tablinks",attrs:{id:"search_album_tab"}},[t._v(t._s(t.$tc("globals.listTabs.album",2)))]),t._v(" "),n("li",{staticClass:"section-tabs__tab search_tablinks",attrs:{id:"search_artist_tab"}},[t._v(t._s(t.$tc("globals.listTabs.artist",2)))]),t._v(" "),n("li",{staticClass:"section-tabs__tab search_tablinks",attrs:{id:"search_playlist_tab"}},[t._v(t._s(t.$tc("globals.listTabs.playlist",2)))])]),t._v(" "),n("div",{attrs:{id:"search_tab_content"}},[n("div",{staticClass:"search_tabcontent",attrs:{id:"main_search"}},[t._l(t.results.allTab.ORDER,(function(e){return["TOP_RESULT"!=e&&t.results.allTab[e].data.length>0||t.results.allTab[e].length>0?n("section",{staticClass:"search_section"},[n("h2",{staticClass:"search_header",class:{top_result_header:"TOP_RESULT"===e},on:{click:function(n){return t.changeSearchTab(e)}}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.$tc("globals.listTabs."+e.toLowerCase(),2))+"\n\t\t\t\t\t\t")]),t._v(" "),"TOP_RESULT"==e?n("div",{staticClass:"top_result clickable",attrs:{"data-id":t.results.allTab.TOP_RESULT[0].id},on:{click:t.handleClickTopResult}},[n("div",{staticClass:"cover_container"},[n("img",{class:("artist"==t.results.allTab.TOP_RESULT[0].type?"circle":"rounded")+" coverart",attrs:{"aria-hidden":"true",src:t.results.allTab.TOP_RESULT[0].picture}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":t.results.allTab.TOP_RESULT[0].link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("div",{staticClass:"info_box"},[n("p",{staticClass:"primary-text"},[t._v(t._s(t.results.allTab.TOP_RESULT[0].title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s("artist"==t.results.allTab.TOP_RESULT[0].type?t.$t("search.fans",[t.$n(t.results.allTab.TOP_RESULT[0].nb_fan)]):t.$t("globals.by",[t.results.allTab.TOP_RESULT[0].artist])+" - "+t.$tc("globals.listTabs.trackN",t.results.allTab.TOP_RESULT[0].nb_song))+"\n\t\t\t\t\t\t\t\t")]),t._v(" "),n("span",{staticClass:"tag"},[t._v(t._s(t.$tc("globals.listTabs."+t.results.allTab.TOP_RESULT[0].type,1)))])])]):"TRACK"==e?n("div",[n("table",{staticClass:"table table--tracks"},[n("tbody",t._l(t.results.allTab.TRACK.data.slice(0,6),(function(e){return n("tr",[n("td",{staticClass:"table__icon",attrs:{"aria-hidden":"true"}},[n("img",{staticClass:"rounded coverart",attrs:{src:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/32x32-000000-80-0-0.jpg"}})]),t._v(" "),n("td",{staticClass:"table__cell table__cell--large breakline"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[1==e.EXPLICIT_LYRICS?n("i",{staticClass:"material-icons explicit_icon"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\texplicit\n\t\t\t\t\t\t\t\t\t\t\t\t")]):t._e(),t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(e.SNG_TITLE+(e.VERSION?" "+e.VERSION:""))+"\n\t\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),n("td",{staticClass:"table__cell table__cell--medium table__cell--center breakline"},t._l(e.ARTISTS,(function(e){return n("span",{staticClass:"clickable",attrs:{"data-id":e.ART_ID},on:{click:t.artistView}},[t._v(t._s(e.ART_NAME)+"\n\t\t\t\t\t\t\t\t\t\t\t")])})),0),t._v(" "),n("td",{staticClass:"table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.ALB_ID},on:{click:t.albumView}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(e.ALB_TITLE)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell table__cell--center"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.convertDuration(e.DURATION))+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--download table__cell--center clickable",attrs:{"data-link":"https://www.deezer.com/track/"+e.SNG_ID,role:"button","aria-label":"download"},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\tget_app\n\t\t\t\t\t\t\t\t\t\t\t")])])])})),0)])]):"ARTIST"==e?n("div",{staticClass:"release_grid firstrow_only"},t._l(t.results.allTab.ARTIST.data.slice(0,10),(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.ART_ID},on:{click:t.artistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"circle coverart",attrs:{"aria-hidden":"true",src:"https://e-cdns-images.dzcdn.net/images/artist/"+e.ART_PICTURE+"/156x156-000000-80-0-0.jpg"}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":"https://deezer.com/artist/"+e.ART_ID},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.ART_NAME))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(t.$t("search.fans",[t.$n(e.NB_FAN)])))])])})),0):"ALBUM"==e?n("div",{staticClass:"release_grid firstrow_only"},t._l(t.results.allTab.ALBUM.data.slice(0,10),(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.ALB_ID},on:{click:t.albumView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:"https://e-cdns-images.dzcdn.net/images/cover/"+e.ALB_PICTURE+"/156x156-000000-80-0-0.jpg"}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":"https://deezer.com/album/"+e.ALB_ID},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text inline-flex"},[-1!=[1,4].indexOf(e.EXPLICIT_ALBUM_CONTENT.EXPLICIT_LYRICS_STATUS)?n("i",{staticClass:"material-icons explicit_icon"},[t._v("explicit")]):t._e(),t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(e.ALB_TITLE)+"\n\t\t\t\t\t\t\t\t")]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(e.ART_NAME+" - "+t.$tc("globals.listTabs.trackN",e.NUMBER_TRACK)))])])})),0):"PLAYLIST"==e?n("div",{staticClass:"release_grid firstrow_only"},t._l(t.results.allTab.PLAYLIST.data.slice(0,10),(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.PLAYLIST_ID},on:{click:t.playlistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:"https://e-cdns-images.dzcdn.net/images/"+e.PICTURE_TYPE+"/"+e.PLAYLIST_PICTURE+"/156x156-000000-80-0-0.jpg"}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":"https://deezer.com/playlist/"+e.PLAYLIST_ID},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.TITLE))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(t.$tc("globals.listTabs.trackN",e.NB_SONG)))])])})),0):t._e()]):t._e()]})),t._v(" "),t.results.allTab.ORDER.every((function(e){return"TOP_RESULT"==e?0==t.results.allTab[e].length:0==t.results.allTab[e].data.length}))?n("div",[n("h1",[t._v(t._s(t.$t("search.noResults")))])]):t._e()],2),t._v(" "),n("div",{staticClass:"search_tabcontent",attrs:{id:"track_search"}},[t.results.trackTab.loaded?0==t.results.trackTab.data.length?n("div",[n("h1",[t._v(t._s(t.$t("search.noResultsTrack")))])]):t._e():n("base-loading-placeholder"),t._v(" "),t.results.trackTab.data.length>0?n("table",{staticClass:"table table--tracks"},[n("thead",[n("tr",[n("th",{attrs:{colspan:"2"}},[t._v(t._s(t.$tc("globals.listTabs.title",1)))]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.artist",1)))]),t._v(" "),n("th",[t._v(t._s(t.$tc("globals.listTabs.album",1)))]),t._v(" "),t._m(0),t._v(" "),n("th",{staticStyle:{width:"56px"}})])]),t._v(" "),n("tbody",t._l(t.results.trackTab.data,(function(e){return n("tr",[n("td",{staticClass:"table__icon table__icon--big"},[n("a",{class:"rounded"+(e.preview?" single-cover":""),attrs:{href:"#","data-preview":e.preview},on:{click:t.playPausePreview}},[e.preview?n("i",{staticClass:"material-icons preview_controls",attrs:{title:t.$t("globals.play_hint")},on:{mouseenter:t.previewMouseEnter,mouseleave:t.previewMouseLeave}},[t._v("\n\t\t\t\t\t\t\t\t\t\tplay_arrow\n\t\t\t\t\t\t\t\t\t")]):t._e(),t._v(" "),n("img",{staticClass:"rounded coverart",attrs:{src:e.album.cover_small}})])]),t._v(" "),n("td",{staticClass:"table__cell table__cell--large breakline"},[n("div",{staticClass:"table__cell-content table__cell-content--vertical-center"},[e.explicit_lyrics?n("i",{staticClass:"material-icons explicit_icon"},[t._v("\n\t\t\t\t\t\t\t\t\t\texplicit\n\t\t\t\t\t\t\t\t\t")]):t._e(),t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(e.title+(e.title_version&&-1==e.title.indexOf(e.title_version)?" "+e.title_version:""))+"\n\t\t\t\t\t\t\t\t")])]),t._v(" "),n("td",{staticClass:"table__cell table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.artist.id},on:{click:t.artistView}},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(e.artist.name)+"\n\t\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell table__cell--medium table__cell--center breakline clickable",attrs:{"data-id":e.album.id},on:{click:t.albumView}},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(e.album.title)+"\n\t\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell table__cell--small table__cell--center"},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(t.convertDuration(e.duration))+"\n\t\t\t\t\t\t\t")]),t._v(" "),n("td",{staticClass:"table__cell--download table__cell--center clickable",attrs:{"data-link":e.link,role:"button","aria-label":"download"},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("\n\t\t\t\t\t\t\t\t\tget_app\n\t\t\t\t\t\t\t\t")])])])})),0)]):t._e()],1),t._v(" "),n("div",{staticClass:"search_tabcontent",attrs:{id:"album_search"}},[t.results.albumTab.loaded?0==t.results.albumTab.data.length?n("div",[n("h1",[t._v(t._s(t.$t("search.noResultsAlbum")))])]):t._e():n("base-loading-placeholder"),t._v(" "),t.results.albumTab.data.length>0?n("div",{staticClass:"release_grid"},t._l(t.results.albumTab.data,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.albumView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.cover_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text inline-flex"},[e.explicit_lyrics?n("i",{staticClass:"material-icons explicit_icon"},[t._v("explicit")]):t._e(),t._v("\n\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t")]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(t.$t("globals.by",[e.artist.name])+" - "+t.$tc("globals.listTabs.trackN",e.nb_tracks)))])])})),0):t._e()],1),t._v(" "),n("div",{staticClass:"search_tabcontent",attrs:{id:"artist_search"}},[t.results.artistTab.loaded?0==t.results.artistTab.data.length?n("div",[n("h1",[t._v(t._s(t.$t("search.noResultsArtist")))])]):t._e():n("base-loading-placeholder"),t._v(" "),t.results.artistTab.data.length>0?n("div",{staticClass:"release_grid"},t._l(t.results.artistTab.data,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.artistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"circle coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.name))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v(t._s(t.$tc("globals.listTabs.releaseN",e.nb_album)))])])})),0):t._e()],1),t._v(" "),n("div",{staticClass:"search_tabcontent",attrs:{id:"playlist_search"}},[t.results.playlistTab.loaded?0==t.results.playlistTab.data.length?n("div",[n("h1",[t._v(t._s(t.$t("search.noResultsPlaylist")))])]):t._e():n("base-loading-placeholder"),t._v(" "),t.results.playlistTab.data.length>0?n("div",{staticClass:"release_grid"},t._l(t.results.playlistTab.data,(function(e){return n("div",{staticClass:"release clickable",attrs:{"data-id":e.id},on:{click:t.playlistView}},[n("div",{staticClass:"cover_container"},[n("img",{staticClass:"rounded coverart",attrs:{"aria-hidden":"true",src:e.picture_medium}}),t._v(" "),n("div",{staticClass:"download_overlay",attrs:{role:"button","aria-label":"download","data-link":e.link},on:{contextmenu:function(e){return e.preventDefault(),t.openQualityModal(e)},click:function(e){return e.stopPropagation(),t.addToQueue(e)}}},[n("i",{staticClass:"material-icons",attrs:{title:t.$t("globals.download_hint")}},[t._v("get_app")])])]),t._v(" "),n("p",{staticClass:"primary-text"},[t._v(t._s(e.title))]),t._v(" "),n("p",{staticClass:"secondary-text"},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.$t("globals.by",[e.user.name])+" - "+t.$tc("globals.listTabs.trackN",e.nb_tracks))+"\n\t\t\t\t\t\t")])])})),0):t._e()],1)])])])};yd._withStripped=!0;const kd={components:{ArtistTab:Ec,TheChartsTab:Vc,TheFavoritesTab:Zc,TheErrorsTab:nd,TheHomeTab:rd,TheLinkAnalyzerTab:ld,TheAboutTab:ud,TheSettingsTab:md,TheMainSearch:function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheMainSearch.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:yd,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("th",[e("i",{staticClass:"material-icons"},[this._v("\n\t\t\t\t\t\t\t\t\ttimer\n\t\t\t\t\t\t\t\t")])])}]},(function(t){t&&t("data-v-7ed1795d_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheMainSearch.vue"},media:void 0})}),_d,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),TracklistTab:Bc},data:()=>({newScrolled:null}),methods:{handleContentScroll:Fc((async function(){this.$refs.content.scrollTop+this.$refs.content.clientHeight<this.$refs.content.scrollHeight||"search_tab"===main_selected&&-1!==["track_search","album_search","artist_search","playlist_search"].indexOf(window.search_selected)&&(this.newScrolled=window.search_selected.split("_")[0],await this.$nextTick(),this.newScrolled=null)}),100)}};var wd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("section",{ref:"content",attrs:{id:"content"},on:{scroll:t.handleContentScroll}},[n("div",{attrs:{id:"container"}},[n("ArtistTab"),t._v(" "),n("TheChartsTab"),t._v(" "),n("TheFavoritesTab"),t._v(" "),n("TheErrorsTab"),t._v(" "),n("TheHomeTab"),t._v(" "),n("TheLinkAnalyzerTab"),t._v(" "),n("TheAboutTab"),t._v(" "),n("TheSettingsTab"),t._v(" "),n("TheMainSearch",{attrs:{"scrolled-search-type":t.newScrolled}}),t._v(" "),n("TracklistTab")],1)])};wd._withStripped=!0;var Ad=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheContent.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:wd,staticRenderFns:[]},(function(t){t&&t("data-v-ee6b9b76_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheContent.vue"},media:void 0})}),kd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const Cd={methods:{handleSearchBarKeyup(t){if(13!==t.keyCode)return;let e=this.$refs.searchbar.value;if(Ic(e))t.ctrlKey?this.$root.$emit("QualityModal:open",e):"analyzer_tab"===main_selected?(eo.$emit("linkAnalyzerTab:reset"),to.emit("analyzeLink",e)):Nc.sendAddToQueue(e);else{if(""===e)return;this.$root.$emit("mainSearch:showNewResults",e,main_selected)}}}};var xd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("header",{attrs:{id:"search"}},[t._m(0),t._v(" "),n("input",{ref:"searchbar",attrs:{id:"searchbar",autocomplete:"off",type:"search",name:"searchbar",value:"",placeholder:t.$t("searchbar"),autofocus:""},on:{keyup:function(e){return t.handleSearchBarKeyup(e)}}})])};xd._withStripped=!0;const Td={components:{TheContent:Ad,TheSearchBar:function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheSearchBar.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:xd,staticRenderFns:[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"search__icon"},[e("i",{staticClass:"material-icons"},[this._v("search")])])}]},(function(t){t&&t("data-v-2d25a1ce_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheSearchBar.vue"},media:void 0})}),Cd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),BaseLoadingPlaceholder:bd}};var Sd=function(){var t=this.$createElement,e=this._self._c||t;return e("div",{attrs:{id:"middle_section"}},[e("TheSearchBar"),this._v(" "),e("TheContent"),this._v(" "),e("BaseLoadingPlaceholder",{attrs:{id:"search_placeholder",text:"Searching...",hidden:!0}})],1)};Sd._withStripped=!0;var Md=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheMiddleSection.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Sd,staticRenderFns:[]},(function(t){t&&t("data-v-f99db1a8_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheMiddleSection.vue"},media:void 0})}),Td,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const $d={data:()=>({cachedTabWidth:parseInt(localStorage.getItem("downloadTabWidth"))||300,queue:[],queueList:{},queueComplete:[]}),mounted(){to.on("startDownload",this.startDownload),to.on("init_downloadQueue",this.initQueue),to.on("addedToQueue",this.addToQueue),to.on("updateQueue",this.updateQueue),to.on("removedFromQueue",this.removeFromQueue),to.on("finishDownload",this.finishDownload),to.on("removedAllDownloads",this.removeAllDownloads),to.on("removedFinishedDownloads",this.removedFinishedDownloads),"true"===localStorage.getItem("slimDownloads")&&this.$refs.list.classList.add("slim"),"true"===localStorage.getItem("downloadTabOpen")&&(this.$refs.container.classList.remove("tab_hidden"),this.setTabWidth(this.cachedTabWidth)),document.addEventListener("mouseup",()=>{document.removeEventListener("mousemove",this.handleDrag)}),window.addEventListener("beforeunload",()=>{localStorage.setItem("downloadTabWidth",this.cachedTabWidth)})},methods:{setTabWidth(t){void 0===t?(this.$refs.container.style.width="",this.$refs.list.style.width=""):(this.$refs.container.style.width=t+"px",this.$refs.list.style.width=t+"px")},handleListClick(t){const{target:e}=t;if(!e.matches(".queue_icon[data-uuid]"))return;let n=e.innerText,a=Gc(e).data("uuid");switch(n){case"remove":to.emit("removeFromQueue",a)}},initQueue(t){const{queue:e,queueComplete:n,currentItem:a,queueList:i}=t;n.length&&n.forEach(t=>{i[t].init=!0,this.addToQueue(i[t])}),a&&(i[a].init=!0,this.addToQueue(i[a],!0)),e.forEach(t=>{i[t].init=!0,this.addToQueue(i[t])})},addToQueue(t,e=!1){this.queueList[t.uuid]=t,t.downloaded+t.failed==t.size?-1==this.queueComplete.indexOf(t.uuid)&&this.queueComplete.push(t.uuid):-1==this.queue.indexOf(t.uuid)&&this.queue.push(t.uuid);let n=document.getElementById("download_"+t.uuid);if(void 0!==n&&null!=n||Gc(this.$refs.list).append(`<div class="download_object" id="download_${t.uuid}" data-deezerid="${t.id}">\n\t\t\t\t\t\t<div class="download_info">\n\t\t\t\t\t\t\t<img width="75px" class="rounded coverart" src="${t.cover}" alt="Cover ${t.title}"/>\n\t\t\t\t\t\t\t<div class="download_info_data">\n\t\t\t\t\t\t\t\t<span class="download_line">${t.title}</span> <span class="download_slim_separator"> - </span>\n\t\t\t\t\t\t\t\t<span class="secondary-text">${t.artist}</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="download_info_status">\n\t\t\t\t\t\t\t\t<span class="download_line"><span class="queue_downloaded">${t.downloaded+t.failed}</span>/${t.size}</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="download_bar">\n\t\t\t\t\t\t\t<div class="progress"><div id="bar_${t.uuid}" class="indeterminate"></div></div>\n\t\t\t\t\t\t\t<i class="material-icons queue_icon" data-uuid="${t.uuid}">remove</i>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>`),(t.progress>0||e)&&this.startDownload(t.uuid),Gc("#bar_"+t.uuid).css("width",t.progress+"%"),t.failed>=1&&0==Gc("#download_"+t.uuid+" .queue_failed").length&&Gc("#download_"+t.uuid+" .download_info_status").append(`<span class="secondary-text inline-flex"><span class="download_slim_separator">(</span><span class="queue_failed_button inline-flex"><span class="queue_failed">${t.failed}</span><i class="material-icons">error_outline</i></span><span class="download_slim_separator">)</span></span>`),t.downloaded+t.failed==t.size){let e=Gc("#download_"+t.uuid).find(".queue_icon");if(0==t.failed)e.text("done");else{let n=Gc("#download_"+t.uuid).find(".queue_failed_button");e.addClass("clickable"),n.addClass("clickable"),e.bind("click",{item:t},this.showErrorsTab),n.bind("click",{item:t},this.showErrorsTab),t.failed>=t.size?e.text("error"):e.text("warning")}}t.init||Yc(this.$t("toasts.addedToQueue",[t.title]),"playlist_add_check")},updateQueue(t){const{uuid:e,downloaded:n,failed:a,progress:i,error:r,data:s,errid:o}=t;e&&this.queue.indexOf(e)>-1&&(n&&(this.queueList[e].downloaded++,Gc("#download_"+e+" .queue_downloaded").text(this.queueList[e].downloaded+this.queueList[e].failed)),a&&(this.queueList[e].failed++,Gc("#download_"+e+" .queue_downloaded").text(this.queueList[e].downloaded+this.queueList[e].failed),1==this.queueList[e].failed&&0==Gc("#download_"+e+" .queue_failed").length?Gc("#download_"+e+" .download_info_status").append('<span class="secondary-text inline-flex"><span class="download_slim_separator">(</span><span class="queue_failed_button inline-flex"><span class="queue_failed">1</span> <i class="material-icons">error_outline</i></span><span class="download_slim_separator">)</span></span>'):Gc("#download_"+e+" .queue_failed").text(this.queueList[e].failed),this.queueList[e].errors.push({message:r,data:s,errid:o})),i&&(this.queueList[e].progress=i,Gc("#bar_"+e).css("width",i+"%")))},removeFromQueue(t){let e=this.queue.indexOf(t);e>-1&&(this.queue.splice(e,1),Gc("#download_"+this.queueList[t].uuid).remove(),delete this.queueList[t])},removeAllDownloads(t){if(this.queueComplete=[],""==t)this.queue=[],this.queueList={},Gc(listEl).html("");else{this.queue=[t];let e=this.queueList[t];this.queueList={},this.queueList[t]=e,Gc(".download_object").each((function(e){Gc(this).attr("id")!="download_"+t&&Gc(this).remove()}))}},removedFinishedDownloads(){this.queueComplete.forEach(t=>{Gc("#download_"+t).remove()}),this.queueComplete=[]},toggleDownloadTab(t){this.setTabWidth(),this.$refs.container.style.transition="all 250ms ease-in-out";let e=this.$refs.container.classList.toggle("tab_hidden");e||this.setTabWidth(this.cachedTabWidth),localStorage.setItem("downloadTabOpen",!e)},cleanQueue(){to.emit("removeFinishedDownloads")},cancelQueue(){to.emit("cancelAllDownloads")},finishDownload(t){if(this.queue.indexOf(t)>-1){Yc(this.$t("toasts.finishDownload",[this.queueList[t].title]),"done"),Gc("#bar_"+t).css("width","100%");let e=Gc("#download_"+t).find(".queue_icon");if(0==this.queueList[t].failed)e.text("done");else{let n=Gc("#download_"+t).find(".queue_failed_button");e.addClass("clickable"),n.addClass("clickable"),e.bind("click",{item:this.queueList[t]},this.showErrorsTab),n.bind("click",{item:this.queueList[t]},this.showErrorsTab),this.queueList[t].failed>=this.queueList[t].size?e.text("error"):e.text("warning")}let n=this.queue.indexOf(t);n>-1&&(this.queue.splice(n,1),this.queueComplete.push(t)),this.queue.length<=0&&Yc(this.$t("toasts.allDownloaded"),"done_all")}},openDownloadsFolder(){window.clientMode&&to.emit("openDownloadsFolder")},handleDrag(t){let e=window.innerWidth-t.pageX+2;e<250?e=250:e>500&&(e=500),this.cachedTabWidth=e,this.setTabWidth(e)},startDrag(){document.addEventListener("mousemove",this.handleDrag)},startDownload(t){Gc("#bar_"+t).removeClass("indeterminate").addClass("determinate")},showErrorsTab(t){this.$root.$emit("showTabErrors",t.data.item,t.target)}}};var Dd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"container",staticClass:"tab_hidden",attrs:{id:"download_tab_container","data-label":t.$t("downloads")},on:{transitionend:function(e){t.$refs.container.style.transition=""}}},[n("div",{ref:"dragHandler",attrs:{id:"download_tab_drag_handler"},on:{mousedown:function(e){return e.preventDefault(),t.startDrag(e)}}}),t._v(" "),n("i",{ref:"toggler",staticClass:"material-icons download_bar_icon",attrs:{id:"toggle_download_tab",title:t.$t("globals.toggle_download_tab_hint")},on:{click:function(e){return e.preventDefault(),t.toggleDownloadTab(e)}}}),t._v(" "),n("div",{attrs:{id:"queue_buttons"}},[n("i",{staticClass:"material-icons download_bar_icon hide",attrs:{id:"open_downloads_folder"},on:{click:t.openDownloadsFolder}},[t._v("\n\t\t\tfolder_open\n\t\t")]),t._v(" "),n("i",{staticClass:"material-icons download_bar_icon",attrs:{id:"clean_queue",title:t.$t("globals.clean_queue_hint")},on:{click:t.cleanQueue}},[t._v("clear_all")]),t._v(" "),n("i",{staticClass:"material-icons download_bar_icon",attrs:{id:"cancel_queue",title:t.$t("globals.cancel_queue_hint")},on:{click:t.cancelQueue}},[t._v("delete_sweep")])]),t._v(" "),n("div",{ref:"list",attrs:{id:"download_list"},on:{click:t.handleListClick}})])};Dd._withStripped=!0;const zd={components:{TheMiddleSection:Md,TheDownloadTab:function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheDownloadTab.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Dd,staticRenderFns:[]},(function(t){t&&t("data-v-49cd8200_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheDownloadTab.vue"},media:void 0})}),$d,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}))},mounted(){console.log(this.$route)}};var Nd=function(){var t=this.$createElement,e=this._self._c||t;return e("main",{attrs:{id:"main_content"}},[e("TheMiddleSection"),this._v(" "),e("TheDownloadTab")],1)};Nd._withStripped=!0;var Ld=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheMainContent.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Nd,staticRenderFns:[]},(function(t){t&&t("data-v-731596b0_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheMainContent.vue"},media:void 0})}),zd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const Pd={data:()=>({previewStopped:!1}),mounted(){this.$refs.preview.volume=1,eo.$on("trackPreview:playPausePreview",this.playPausePreview),eo.$on("trackPreview:stopStackedTabsPreview",this.stopStackedTabsPreview),eo.$on("trackPreview:previewMouseEnter",this.previewMouseEnter),eo.$on("trackPreview:previewMouseLeave",this.previewMouseLeave)},methods:{async onCanPlay(){await this.$refs.preview.play(),this.previewStopped=!1,Gc(this.$refs.preview).animate({volume:vol.preview_max_volume/100},500)},onTimeUpdate(){isNaN(this.$refs.preview.duration)||this.$refs.preview.currentTime<=this.$refs.preview.duration-1||(Gc(this.$refs.preview).animate({volume:0},800),this.previewStopped=!0,Gc("a[playing] > .preview_controls").css({opacity:0}),Gc("*").removeAttr("playing"),Gc(".preview_controls").text("play_arrow"),Gc(".preview_playlist_controls").text("play_arrow"))},playPausePreview(t){t.preventDefault(),t.stopPropagation();const{currentTarget:e}=event;var n="I"==e.tagName?Gc(e):Gc(e).children("i");Gc(e).attr("playing")?this.$refs.preview.paused?(this.$refs.preview.play(),this.previewStopped=!1,n.text("pause"),Gc(this.$refs.preview).animate({volume:vol.preview_max_volume/100},500)):(this.previewStopped=!0,n.text("play_arrow"),Gc(this.$refs.preview).animate({volume:0},250,"swing",()=>{this.$refs.preview.pause()})):(Gc("*").removeAttr("playing"),Gc(e).attr("playing",!0),Gc(".preview_controls").text("play_arrow"),Gc(".preview_playlist_controls").text("play_arrow"),Gc(".preview_controls").css({opacity:0}),n.text("pause"),n.css({opacity:1}),this.previewStopped=!1,Gc(this.$refs.preview).animate({volume:0},250,"swing",()=>{this.$refs.preview.pause(),Gc("#preview-track_source").prop("src",Gc(e).data("preview")),this.$refs.preview.load()}))},stopStackedTabsPreview(){Gc(".preview_playlist_controls").filter((function(){return Gc(this).attr("playing")})).length>0&&(Gc(this.$refs.preview).animate({volume:0},800),this.previewStopped=!0,Gc(".preview_playlist_controls").removeAttr("playing"),Gc(".preview_playlist_controls").text("play_arrow"))},previewMouseEnter(t){Gc(t.currentTarget).css({opacity:1})},previewMouseLeave(t){const{currentTarget:e}=t;(Gc(e).parent().attr("playing")&&this.previewStopped||!Gc(e).parent().attr("playing"))&&Gc(e).css({opacity:0},200)}}};var Ed=function(){var t=this.$createElement,e=this._self._c||t;return e("audio",{ref:"preview",attrs:{id:"preview-track"},on:{canplay:this.onCanPlay,timeupdate:this.onTimeUpdate}},[e("source",{attrs:{id:"preview-track_source",src:"",type:"audio/mpeg"}})])};Ed._withStripped=!0;var Id=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheTrackPreview.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Ed,staticRenderFns:[]},(function(t){t&&t("data-v-5ddcc766_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"TheTrackPreview.vue"},media:void 0})}),Pd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}}));const Fd={data:()=>({open:!1,url:""}),mounted(){this.$root.$on("QualityModal:open",this.openModal),this.$refs.modal.addEventListener("webkitAnimationEnd",this.handleAnimationEnd)},methods:{tryToDownloadTrack(t){const{target:e}=t;this.$refs.modal.classList.add("animated","fadeOut"),e.matches(".quality-button")&&Nc.sendAddToQueue(this.url,e.dataset.qualityValue)},openModal(t){this.url=t,this.open=!0,this.$refs.modal.classList.add("animated","fadeIn")},handleAnimationEnd(t){const{animationName:e}=t;this.$refs.modal.classList.remove("animated",e),"fadeIn"!==e&&(this.open=!1)}}};var Rd=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.open,expression:"open"}],ref:"modal",staticClass:"smallmodal",attrs:{id:"modal_quality"},on:{click:function(e){return t.tryToDownloadTrack(e)}}},[n("div",{staticClass:"smallmodal-content"},[n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"9"}},[t._v(t._s(t.$t("globals.download",["FLAC"])))]),t._v(" "),n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"3"}},[t._v(t._s(t.$t("globals.download",["MP3 320kbps"])))]),t._v(" "),n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"1"}},[t._v(t._s(t.$t("globals.download",["MP3 128kbps"])))]),t._v(" "),n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"15"}},[t._v("\n\t\t\t"+t._s(t.$t("globals.download",["360 Reality Audio [HQ]"]))+"\n\t\t")]),t._v(" "),n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"14"}},[t._v("\n\t\t\t"+t._s(t.$t("globals.download",["360 Reality Audio [MQ]"]))+"\n\t\t")]),t._v(" "),n("button",{staticClass:"quality-button",attrs:{"data-quality-value":"13"}},[t._v("\n\t\t\t"+t._s(t.$t("globals.download",["360 Reality Audio [LQ]"]))+"\n\t\t")])])])};Rd._withStripped=!0;const jd={components:{TheSidebar:uo,TheMainContent:Ld,TheTrackPreview:Id,TheQualityModal:function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheQualityModal.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Rd,staticRenderFns:[]},(function(t){t&&t("data-v-788426bc_0",{source:"\n.smallmodal {\n\tposition: fixed;\n\tz-index: 1250;\n\tleft: 0;\n\ttop: 0;\n\twidth: 100%;\n\theight: 100%;\n\toverflow: auto;\n\tbackground-color: hsla(0, 0%, 0%, 0.4);\n\tanimation-duration: 0.3s;\n}\n.smallmodal-content {\n\tbackground-color: transparent;\n\tmargin: auto;\n\twidth: var(--modal-content-width);\n\tposition: relative;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n}\n.smallmodal-content button {\n\twidth: 100%;\n\tmargin-bottom: 8px;\n}\n",map:{version:3,sources:["/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/TheQualityModal.vue"],names:[],mappings:";AAmBA;CACA,eAAA;CACA,aAAA;CACA,OAAA;CACA,MAAA;CACA,WAAA;CACA,YAAA;CACA,cAAA;CACA,sCAAA;CACA,wBAAA;AACA;AAEA;CACA,6BAAA;CACA,YAAA;CACA,iCAAA;CACA,kBAAA;CACA,QAAA;CACA,2BAAA;AACA;AAEA;CACA,WAAA;CACA,kBAAA;AACA",file:"TheQualityModal.vue",sourcesContent:["<template>\n\t<div id=\"modal_quality\" class=\"smallmodal\" v-show=\"open\" @click=\"tryToDownloadTrack($event)\" ref=\"modal\">\n\t\t<div class=\"smallmodal-content\">\n\t\t\t<button class=\"quality-button\" data-quality-value=\"9\">{{ $t('globals.download', ['FLAC']) }}</button>\n\t\t\t<button class=\"quality-button\" data-quality-value=\"3\">{{ $t('globals.download', ['MP3 320kbps']) }}</button>\n\t\t\t<button class=\"quality-button\" data-quality-value=\"1\">{{ $t('globals.download', ['MP3 128kbps']) }}</button>\n\t\t\t<button class=\"quality-button\" data-quality-value=\"15\">\n\t\t\t\t{{ $t('globals.download', ['360 Reality Audio [HQ]']) }}\n\t\t\t</button>\n\t\t\t<button class=\"quality-button\" data-quality-value=\"14\">\n\t\t\t\t{{ $t('globals.download', ['360 Reality Audio [MQ]']) }}\n\t\t\t</button>\n\t\t\t<button class=\"quality-button\" data-quality-value=\"13\">\n\t\t\t\t{{ $t('globals.download', ['360 Reality Audio [LQ]']) }}\n\t\t\t</button>\n\t\t</div>\n\t</div>\n</template>\n<style>\n.smallmodal {\n\tposition: fixed;\n\tz-index: 1250;\n\tleft: 0;\n\ttop: 0;\n\twidth: 100%;\n\theight: 100%;\n\toverflow: auto;\n\tbackground-color: hsla(0, 0%, 0%, 0.4);\n\tanimation-duration: 0.3s;\n}\n\n.smallmodal-content {\n\tbackground-color: transparent;\n\tmargin: auto;\n\twidth: var(--modal-content-width);\n\tposition: relative;\n\ttop: 50%;\n\ttransform: translateY(-50%);\n}\n\n.smallmodal-content button {\n\twidth: 100%;\n\tmargin-bottom: 8px;\n}\n</style>\n<script>\nimport Downloads from '@/utils/downloads'\n\nexport default {\n\tdata: () => ({\n\t\topen: false,\n\t\turl: ''\n\t}),\n\tmounted() {\n\t\tthis.$root.$on('QualityModal:open', this.openModal)\n\n\t\tthis.$refs.modal.addEventListener('webkitAnimationEnd', this.handleAnimationEnd)\n\t},\n\tmethods: {\n\t\ttryToDownloadTrack(event) {\n\t\t\tconst { target } = event\n\n\t\t\tthis.$refs.modal.classList.add('animated', 'fadeOut')\n\n\t\t\t// If true, the click did not happen on a button but outside\n\t\t\tif (!target.matches('.quality-button')) return\n\n\t\t\tDownloads.sendAddToQueue(this.url, target.dataset.qualityValue)\n\t\t},\n\t\topenModal(link) {\n\t\t\tthis.url = link\n\t\t\tthis.open = true\n\t\t\tthis.$refs.modal.classList.add('animated', 'fadeIn')\n\t\t},\n\t\thandleAnimationEnd(event) {\n\t\t\tconst { animationName } = event\n\n\t\t\tthis.$refs.modal.classList.remove('animated', animationName)\n\n\t\t\tif (animationName === 'fadeIn') return\n\n\t\t\tthis.open = false\n\t\t}\n\t}\n}\n<\/script>\n"]},media:void 0})}),Fd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),BaseLoadingPlaceholder:bd}};var Od=function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticStyle:{height:"inherit"}},[e("BaseLoadingPlaceholder",{attrs:{id:"start_app_placeholder",text:"Connecting to the server..."}}),this._v(" "),e("TheSidebar"),this._v(" "),e("TheMainContent"),this._v(" "),e("TheTrackPreview"),this._v(" "),e("TheQualityModal")],1)};Od._withStripped=!0;var Bd=function(t,e,n,a,i,r,s,o){const l=("function"==typeof n?n.options:n)||{};l.__file="/mnt/Dati/Programmazione/DeezloaderStuff/deemix/deemix-pyweb/webui/src/components/App.vue",l.render||(l.render=t.render,l.staticRenderFns=t.staticRenderFns,l._compiled=!0,i&&(l.functional=!0)),l._scopeId=a;{let t;if(e&&(t=function(t){e.call(this,s(t))}),void 0!==t)if(l.functional){const e=l.render;l.render=function(n,a){return t.call(a),e(n,a)}}else{const e=l.beforeCreate;l.beforeCreate=e?[].concat(e,t):[t]}}return l}({render:Od,staticRenderFns:[]},(function(t){t&&t("data-v-cb7c7144_0",{source:"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n",map:{version:3,sources:[],names:[],mappings:"",file:"App.vue"},media:void 0})}),jd,void 0,!1,0,(function t(){const e=document.head||document.getElementsByTagName("head")[0],n=t.styles||(t.styles={}),a="undefined"!=typeof navigator&&/msie [6-9]\\b/.test(navigator.userAgent.toLowerCase());return function(t,i){if(document.querySelector('style[data-vue-ssr-id~="'+t+'"]'))return;const r=a?i.media||"default":t,s=n[r]||(n[r]={ids:[],parts:[],element:void 0});if(!s.ids.includes(t)){let n=i.source,o=s.ids.length;if(s.ids.push(t),a&&(s.element=s.element||document.querySelector("style[data-group="+r+"]")),!s.element){const t=s.element=document.createElement("style");t.type="text/css",i.media&&t.setAttribute("media",i.media),a&&(t.setAttribute("data-group",r),t.setAttribute("data-next-index","0")),e.appendChild(t)}if(a&&(o=parseInt(s.element.getAttribute("data-next-index")),s.element.setAttribute("data-next-index",o+1)),s.element.styleSheet)s.parts.push(n),s.element.styleSheet.cssText=s.parts.filter(Boolean).join("\n");else{const t=document.createTextNode(n),e=s.element.childNodes;e[o]&&s.element.removeChild(e[o]),e.length?s.element.insertBefore(t,e[o]):s.element.appendChild(t)}}}})),qd=["style","currency","currencyDisplay","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","localeMatcher","formatMatcher","unit"];
|
||
/*!
|
||
* vue-i18n v8.18.2
|
||
* (c) 2020 kazuya kawaguchi
|
||
* Released under the MIT License.
|
||
*/function Ud(t,e){"undefined"!=typeof console&&(console.warn("[vue-i18n] "+t),e&&console.warn(e.stack))}var Vd=Array.isArray;function Hd(t){return null!==t&&"object"==typeof t}function Wd(t){return"string"==typeof t}var Qd=Object.prototype.toString;function Gd(t){return"[object Object]"===Qd.call(t)}function Kd(t){return null==t}function Yd(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];var n=null,a=null;return 1===t.length?Hd(t[0])||Array.isArray(t[0])?a=t[0]:"string"==typeof t[0]&&(n=t[0]):2===t.length&&("string"==typeof t[0]&&(n=t[0]),(Hd(t[1])||Array.isArray(t[1]))&&(a=t[1])),{locale:n,params:a}}function Jd(t){return JSON.parse(JSON.stringify(t))}function Xd(t,e){return!!~t.indexOf(e)}var Zd=Object.prototype.hasOwnProperty;function tu(t,e){return Zd.call(t,e)}function eu(t){for(var e=arguments,n=Object(t),a=1;a<arguments.length;a++){var i=e[a];if(null!=i){var r=void 0;for(r in i)tu(i,r)&&(Hd(i[r])?n[r]=eu(n[r],i[r]):n[r]=i[r])}}return n}function nu(t,e){if(t===e)return!0;var n=Hd(t),a=Hd(e);if(!n||!a)return!n&&!a&&String(t)===String(e);try{var i=Array.isArray(t),r=Array.isArray(e);if(i&&r)return t.length===e.length&&t.every((function(t,n){return nu(t,e[n])}));if(i||r)return!1;var s=Object.keys(t),o=Object.keys(e);return s.length===o.length&&s.every((function(n){return nu(t[n],e[n])}))}catch(t){return!1}}var au={beforeCreate:function(){var t=this.$options;if(t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n){if(t.i18n instanceof Nu){if(t.__i18n)try{var e={};t.__i18n.forEach((function(t){e=eu(e,JSON.parse(t))})),Object.keys(e).forEach((function(n){t.i18n.mergeLocaleMessage(n,e[n])}))}catch(t){}this._i18n=t.i18n,this._i18nWatcher=this._i18n.watchI18nData()}else if(Gd(t.i18n)){var n=this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Nu?this.$root.$i18n:null;if(n&&(t.i18n.root=this.$root,t.i18n.formatter=n.formatter,t.i18n.fallbackLocale=n.fallbackLocale,t.i18n.formatFallbackMessages=n.formatFallbackMessages,t.i18n.silentTranslationWarn=n.silentTranslationWarn,t.i18n.silentFallbackWarn=n.silentFallbackWarn,t.i18n.pluralizationRules=n.pluralizationRules,t.i18n.preserveDirectiveContent=n.preserveDirectiveContent),t.__i18n)try{var a={};t.__i18n.forEach((function(t){a=eu(a,JSON.parse(t))})),t.i18n.messages=a}catch(t){}var i=t.i18n.sharedMessages;i&&Gd(i)&&(t.i18n.messages=eu(t.i18n.messages,i)),this._i18n=new Nu(t.i18n),this._i18nWatcher=this._i18n.watchI18nData(),(void 0===t.i18n.sync||t.i18n.sync)&&(this._localeWatcher=this.$i18n.watchLocale()),n&&n.onComponentInstanceCreated(this._i18n)}}else this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Nu?this._i18n=this.$root.$i18n:t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Nu&&(this._i18n=t.parent.$i18n)},beforeMount:function(){var t=this.$options;t.i18n=t.i18n||(t.__i18n?{}:null),t.i18n?(t.i18n instanceof Nu||Gd(t.i18n))&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0):(this.$root&&this.$root.$i18n&&this.$root.$i18n instanceof Nu||t.parent&&t.parent.$i18n&&t.parent.$i18n instanceof Nu)&&(this._i18n.subscribeDataChanging(this),this._subscribing=!0)},beforeDestroy:function(){if(this._i18n){var t=this;this.$nextTick((function(){t._subscribing&&(t._i18n.unsubscribeDataChanging(t),delete t._subscribing),t._i18nWatcher&&(t._i18nWatcher(),t._i18n.destroyVM(),delete t._i18nWatcher),t._localeWatcher&&(t._localeWatcher(),delete t._localeWatcher)}))}}},iu={name:"i18n",functional:!0,props:{tag:{type:[String,Boolean],default:"span"},path:{type:String,required:!0},locale:{type:String},places:{type:[Array,Object]}},render:function(t,e){var n=e.data,a=e.parent,i=e.props,r=e.slots,s=a.$i18n;if(s){var o=i.path,l=i.locale,c=i.places,d=r(),u=s.i(o,l,function(t){var e;for(e in t)if("default"!==e)return!1;return Boolean(e)}(d)||c?function(t,e){var n=e?function(t){return Array.isArray(t)?t.reduce(su,{}):Object.assign({},t)}(e):{};if(!t)return n;var a=(t=t.filter((function(t){return t.tag||""!==t.text.trim()}))).every(ou);return t.reduce(a?ru:su,n)}(d.default,c):d),p=i.tag&&!0!==i.tag||!1===i.tag?i.tag:"span";return p?t(p,n,u):u}}};function ru(t,e){return e.data&&e.data.attrs&&e.data.attrs.place&&(t[e.data.attrs.place]=e),t}function su(t,e,n){return t[n]=e,t}function ou(t){return Boolean(t.data&&t.data.attrs&&t.data.attrs.place)}var lu,cu={name:"i18n-n",functional:!0,props:{tag:{type:[String,Boolean],default:"span"},value:{type:Number,required:!0},format:{type:[String,Object]},locale:{type:String}},render:function(t,e){var n=e.props,a=e.parent,i=e.data,r=a.$i18n;if(!r)return null;var s=null,o=null;Wd(n.format)?s=n.format:Hd(n.format)&&(n.format.key&&(s=n.format.key),o=Object.keys(n.format).reduce((function(t,e){var a;return Xd(qd,e)?Object.assign({},t,((a={})[e]=n.format[e],a)):t}),null));var l=n.locale||r.locale,c=r._ntp(n.value,l,s,o),d=c.map((function(t,e){var n,a=i.scopedSlots&&i.scopedSlots[t.type];return a?a(((n={})[t.type]=t.value,n.index=e,n.parts=c,n)):t.value})),u=n.tag&&!0!==n.tag||!1===n.tag?n.tag:"span";return u?t(u,{attrs:i.attrs,class:i.class,staticClass:i.staticClass},d):d}};function du(t,e,n){hu(t,n)&&fu(t,e,n)}function uu(t,e,n,a){if(hu(t,n)){var i=n.context.$i18n;(function(t,e){var n=e.context;return t._locale===n.$i18n.locale})(t,n)&&nu(e.value,e.oldValue)&&nu(t._localeMessage,i.getLocaleMessage(i.locale))||fu(t,e,n)}}function pu(t,e,n,a){if(n.context){var i=n.context.$i18n||{};e.modifiers.preserve||i.preserveDirectiveContent||(t.textContent=""),t._vt=void 0,delete t._vt,t._locale=void 0,delete t._locale,t._localeMessage=void 0,delete t._localeMessage}else Ud("Vue instance does not exists in VNode context")}function hu(t,e){var n=e.context;return n?!!n.$i18n||(Ud("VueI18n instance does not exists in Vue instance"),!1):(Ud("Vue instance does not exists in VNode context"),!1)}function fu(t,e,n){var a,i,r=function(t){var e,n,a,i;Wd(t)?e=t:Gd(t)&&(e=t.path,n=t.locale,a=t.args,i=t.choice);return{path:e,locale:n,args:a,choice:i}}(e.value),s=r.path,o=r.locale,l=r.args,c=r.choice;if(s||o||l)if(s){var d=n.context;t._vt=t.textContent=null!=c?(a=d.$i18n).tc.apply(a,[s,c].concat(mu(o,l))):(i=d.$i18n).t.apply(i,[s].concat(mu(o,l))),t._locale=d.$i18n.locale,t._localeMessage=d.$i18n.getLocaleMessage(d.$i18n.locale)}else Ud("`path` is required in v-t directive");else Ud("value type not supported")}function mu(t,e){var n=[];return t&&n.push(t),e&&(Array.isArray(e)||Gd(e))&&n.push(e),n}function vu(t){vu.installed=!0;(lu=t).version&&Number(lu.version.split(".")[0]);!function(t){t.prototype.hasOwnProperty("$i18n")||Object.defineProperty(t.prototype,"$i18n",{get:function(){return this._i18n}}),t.prototype.$t=function(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];var a=this.$i18n;return a._t.apply(a,[t,a.locale,a._getMessages(),this].concat(e))},t.prototype.$tc=function(t,e){for(var n=[],a=arguments.length-2;a-- >0;)n[a]=arguments[a+2];var i=this.$i18n;return i._tc.apply(i,[t,i.locale,i._getMessages(),this,e].concat(n))},t.prototype.$te=function(t,e){var n=this.$i18n;return n._te(t,n.locale,n._getMessages(),e)},t.prototype.$d=function(t){for(var e,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(e=this.$i18n).d.apply(e,[t].concat(n))},t.prototype.$n=function(t){for(var e,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(e=this.$i18n).n.apply(e,[t].concat(n))}}(lu),lu.mixin(au),lu.directive("t",{bind:du,update:uu,unbind:pu}),lu.component(iu.name,iu),lu.component(cu.name,cu),lu.config.optionMergeStrategies.i18n=function(t,e){return void 0===e?t:e}}var gu=function(){this._caches=Object.create(null)};gu.prototype.interpolate=function(t,e){if(!e)return[t];var n=this._caches[t];return n||(n=function(t){var e=[],n=0,a="";for(;n<t.length;){var i=t[n++];if("{"===i){a&&e.push({type:"text",value:a}),a="";var r="";for(i=t[n++];void 0!==i&&"}"!==i;)r+=i,i=t[n++];var s="}"===i,o=bu.test(r)?"list":s&&_u.test(r)?"named":"unknown";e.push({value:r,type:o})}else"%"===i?"{"!==t[n]&&(a+=i):a+=i}return a&&e.push({type:"text",value:a}),e}(t),this._caches[t]=n),function(t,e){var n=[],a=0,i=Array.isArray(e)?"list":Hd(e)?"named":"unknown";if("unknown"===i)return n;for(;a<t.length;){var r=t[a];switch(r.type){case"text":n.push(r.value);break;case"list":n.push(e[parseInt(r.value,10)]);break;case"named":"named"===i&&n.push(e[r.value])}a++}return n}(n,e)};var bu=/^(?:\d)+/,_u=/^(?:\w)+/;var yu=[];yu[0]={ws:[0],ident:[3,0],"[":[4],eof:[7]},yu[1]={ws:[1],".":[2],"[":[4],eof:[7]},yu[2]={ws:[2],ident:[3,0],0:[3,0],number:[3,0]},yu[3]={ident:[3,0],0:[3,0],number:[3,0],ws:[1,1],".":[2,1],"[":[4,1],eof:[7,1]},yu[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],eof:8,else:[4,0]},yu[5]={"'":[4,0],eof:8,else:[5,0]},yu[6]={'"':[4,0],eof:8,else:[6,0]};var ku=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function wu(t){if(null==t)return"eof";switch(t.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return t;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 Au(t){var e,n=t.trim();return("0"!==t.charAt(0)||!isNaN(t))&&(e=n,ku.test(e)?function(t){var e=t.charCodeAt(0);return e!==t.charCodeAt(t.length-1)||34!==e&&39!==e?t:t.slice(1,-1)}(n):"*"+n)}var Cu=function(){this._cache=Object.create(null)};Cu.prototype.parsePath=function(t){var e=this._cache[t];return e||(e=function(t){var e,n,a,i,r,s,o,l=[],c=-1,d=0,u=0,p=[];function h(){var e=t[c+1];if(5===d&&"'"===e||6===d&&'"'===e)return c++,a="\\"+e,p[0](),!0}for(p[1]=function(){void 0!==n&&(l.push(n),n=void 0)},p[0]=function(){void 0===n?n=a:n+=a},p[2]=function(){p[0](),u++},p[3]=function(){if(u>0)u--,d=4,p[0]();else{if(u=0,void 0===n)return!1;if(!1===(n=Au(n)))return!1;p[1]()}};null!==d;)if(c++,"\\"!==(e=t[c])||!h()){if(i=wu(e),8===(r=(o=yu[d])[i]||o.else||8))return;if(d=r[0],(s=p[r[1]])&&(a=void 0===(a=r[2])?e:a,!1===s()))return;if(7===d)return l}}(t))&&(this._cache[t]=e),e||[]},Cu.prototype.getPathValue=function(t,e){if(!Hd(t))return null;var n=this.parsePath(e);if(0===n.length)return null;for(var a=n.length,i=t,r=0;r<a;){var s=i[n[r]];if(void 0===s)return null;i=s,r++}return i};var xu,Tu=/<\/?[\w\s="/.':;#-\/]+>/,Su=/(?:@(?:\.[a-z]+)?:(?:[\w\-_|.]+|\([\w\-_|.]+\)))/g,Mu=/^@(?:\.([a-z]+))?:/,$u=/[()]/g,Du={upper:function(t){return t.toLocaleUpperCase()},lower:function(t){return t.toLocaleLowerCase()},capitalize:function(t){return""+t.charAt(0).toLocaleUpperCase()+t.substr(1)}},zu=new gu,Nu=function(t){var e=this;void 0===t&&(t={}),!lu&&"undefined"!=typeof window&&window.Vue&&vu(window.Vue);var n=t.locale||"en-US",a=!1!==t.fallbackLocale&&(t.fallbackLocale||"en-US"),i=t.messages||{},r=t.dateTimeFormats||{},s=t.numberFormats||{};this._vm=null,this._formatter=t.formatter||zu,this._modifiers=t.modifiers||{},this._missing=t.missing||null,this._root=t.root||null,this._sync=void 0===t.sync||!!t.sync,this._fallbackRoot=void 0===t.fallbackRoot||!!t.fallbackRoot,this._formatFallbackMessages=void 0!==t.formatFallbackMessages&&!!t.formatFallbackMessages,this._silentTranslationWarn=void 0!==t.silentTranslationWarn&&t.silentTranslationWarn,this._silentFallbackWarn=void 0!==t.silentFallbackWarn&&!!t.silentFallbackWarn,this._dateTimeFormatters={},this._numberFormatters={},this._path=new Cu,this._dataListeners=[],this._componentInstanceCreatedListener=t.componentInstanceCreatedListener||null,this._preserveDirectiveContent=void 0!==t.preserveDirectiveContent&&!!t.preserveDirectiveContent,this.pluralizationRules=t.pluralizationRules||{},this._warnHtmlInMessage=t.warnHtmlInMessage||"off",this._postTranslation=t.postTranslation||null,this.getChoiceIndex=function(t,n){var a=Object.getPrototypeOf(e);if(a&&a.getChoiceIndex)return a.getChoiceIndex.call(e,t,n);var i,r;return e.locale in e.pluralizationRules?e.pluralizationRules[e.locale].apply(e,[t,n]):(i=t,r=n,i=Math.abs(i),2===r?i?i>1?1:0:1:i?Math.min(i,2):0)},this._exist=function(t,n){return!(!t||!n)&&(!Kd(e._path.getPathValue(t,n))||!!t[n])},"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||Object.keys(i).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,i[t])})),this._initVM({locale:n,fallbackLocale:a,messages:i,dateTimeFormats:r,numberFormats:s})},Lu={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}};Nu.prototype._checkLocaleMessage=function(t,e,n){var a=function(t,e,n,i){if(Gd(n))Object.keys(n).forEach((function(r){var s=n[r];Gd(s)?(i.push(r),i.push("."),a(t,e,s,i),i.pop(),i.pop()):(i.push(r),a(t,e,s,i),i.pop())}));else if(Array.isArray(n))n.forEach((function(n,r){Gd(n)?(i.push("["+r+"]"),i.push("."),a(t,e,n,i),i.pop(),i.pop()):(i.push("["+r+"]"),a(t,e,n,i),i.pop())}));else if(Wd(n)){if(Tu.test(n)){var r="Detected HTML in message '"+n+"' of keypath '"+i.join("")+"' at '"+e+"'. Consider component interpolation with '<i18n>' to avoid XSS. See https://bit.ly/2ZqJzkp";"warn"===t?Ud(r):"error"===t&&function(t,e){"undefined"!=typeof console&&(console.error("[vue-i18n] "+t),e&&console.error(e.stack))}(r)}}};a(e,t,n,[])},Nu.prototype._initVM=function(t){var e=lu.config.silent;lu.config.silent=!0,this._vm=new lu({data:t}),lu.config.silent=e},Nu.prototype.destroyVM=function(){this._vm.$destroy()},Nu.prototype.subscribeDataChanging=function(t){this._dataListeners.push(t)},Nu.prototype.unsubscribeDataChanging=function(t){!function(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)t.splice(n,1)}}(this._dataListeners,t)},Nu.prototype.watchI18nData=function(){var t=this;return this._vm.$watch("$data",(function(){for(var e=t._dataListeners.length;e--;)lu.nextTick((function(){t._dataListeners[e]&&t._dataListeners[e].$forceUpdate()}))}),{deep:!0})},Nu.prototype.watchLocale=function(){if(!this._sync||!this._root)return null;var t=this._vm;return this._root.$i18n.vm.$watch("locale",(function(e){t.$set(t,"locale",e),t.$forceUpdate()}),{immediate:!0})},Nu.prototype.onComponentInstanceCreated=function(t){this._componentInstanceCreatedListener&&this._componentInstanceCreatedListener(t,this)},Lu.vm.get=function(){return this._vm},Lu.messages.get=function(){return Jd(this._getMessages())},Lu.dateTimeFormats.get=function(){return Jd(this._getDateTimeFormats())},Lu.numberFormats.get=function(){return Jd(this._getNumberFormats())},Lu.availableLocales.get=function(){return Object.keys(this.messages).sort()},Lu.locale.get=function(){return this._vm.locale},Lu.locale.set=function(t){this._vm.$set(this._vm,"locale",t)},Lu.fallbackLocale.get=function(){return this._vm.fallbackLocale},Lu.fallbackLocale.set=function(t){this._localeChainCache={},this._vm.$set(this._vm,"fallbackLocale",t)},Lu.formatFallbackMessages.get=function(){return this._formatFallbackMessages},Lu.formatFallbackMessages.set=function(t){this._formatFallbackMessages=t},Lu.missing.get=function(){return this._missing},Lu.missing.set=function(t){this._missing=t},Lu.formatter.get=function(){return this._formatter},Lu.formatter.set=function(t){this._formatter=t},Lu.silentTranslationWarn.get=function(){return this._silentTranslationWarn},Lu.silentTranslationWarn.set=function(t){this._silentTranslationWarn=t},Lu.silentFallbackWarn.get=function(){return this._silentFallbackWarn},Lu.silentFallbackWarn.set=function(t){this._silentFallbackWarn=t},Lu.preserveDirectiveContent.get=function(){return this._preserveDirectiveContent},Lu.preserveDirectiveContent.set=function(t){this._preserveDirectiveContent=t},Lu.warnHtmlInMessage.get=function(){return this._warnHtmlInMessage},Lu.warnHtmlInMessage.set=function(t){var e=this,n=this._warnHtmlInMessage;if(this._warnHtmlInMessage=t,n!==t&&("warn"===t||"error"===t)){var a=this._getMessages();Object.keys(a).forEach((function(t){e._checkLocaleMessage(t,e._warnHtmlInMessage,a[t])}))}},Lu.postTranslation.get=function(){return this._postTranslation},Lu.postTranslation.set=function(t){this._postTranslation=t},Nu.prototype._getMessages=function(){return this._vm.messages},Nu.prototype._getDateTimeFormats=function(){return this._vm.dateTimeFormats},Nu.prototype._getNumberFormats=function(){return this._vm.numberFormats},Nu.prototype._warnDefault=function(t,e,n,a,i,r){if(!Kd(n))return n;if(this._missing){var s=this._missing.apply(null,[t,e,a,i]);if(Wd(s))return s}if(this._formatFallbackMessages){var o=Yd.apply(void 0,i);return this._render(e,r,o.params,e)}return e},Nu.prototype._isFallbackRoot=function(t){return!t&&!Kd(this._root)&&this._fallbackRoot},Nu.prototype._isSilentFallbackWarn=function(t){return this._silentFallbackWarn instanceof RegExp?this._silentFallbackWarn.test(t):this._silentFallbackWarn},Nu.prototype._isSilentFallback=function(t,e){return this._isSilentFallbackWarn(e)&&(this._isFallbackRoot()||t!==this.fallbackLocale)},Nu.prototype._isSilentTranslationWarn=function(t){return this._silentTranslationWarn instanceof RegExp?this._silentTranslationWarn.test(t):this._silentTranslationWarn},Nu.prototype._interpolate=function(t,e,n,a,i,r,s){if(!e)return null;var o,l=this._path.getPathValue(e,n);if(Array.isArray(l)||Gd(l))return l;if(Kd(l)){if(!Gd(e))return null;if(!Wd(o=e[n]))return null}else{if(!Wd(l))return null;o=l}return(o.indexOf("@:")>=0||o.indexOf("@.")>=0)&&(o=this._link(t,e,o,a,"raw",r,s)),this._render(o,i,r,n)},Nu.prototype._link=function(t,e,n,a,i,r,s){var o=n,l=o.match(Su);for(var c in l)if(l.hasOwnProperty(c)){var d=l[c],u=d.match(Mu),p=u[0],h=u[1],f=d.replace(p,"").replace($u,"");if(Xd(s,f))return o;s.push(f);var m=this._interpolate(t,e,f,a,"raw"===i?"string":i,"raw"===i?void 0:r,s);if(this._isFallbackRoot(m)){if(!this._root)throw Error("unexpected error");var v=this._root.$i18n;m=v._translate(v._getMessages(),v.locale,v.fallbackLocale,f,a,i,r)}m=this._warnDefault(t,f,m,a,Array.isArray(r)?r:[r],i),this._modifiers.hasOwnProperty(h)?m=this._modifiers[h](m):Du.hasOwnProperty(h)&&(m=Du[h](m)),s.pop(),o=m?o.replace(d,m):o}return o},Nu.prototype._render=function(t,e,n,a){var i=this._formatter.interpolate(t,n,a);return i||(i=zu.interpolate(t,n,a)),"string"!==e||Wd(i)?i:i.join("")},Nu.prototype._appendItemToChain=function(t,e,n){var a=!1;return Xd(t,e)||(a=!0,e&&(a="!"!==e[e.length-1],e=e.replace(/!/g,""),t.push(e),n&&n[e]&&(a=n[e]))),a},Nu.prototype._appendLocaleToChain=function(t,e,n){var a,i=e.split("-");do{var r=i.join("-");a=this._appendItemToChain(t,r,n),i.splice(-1,1)}while(i.length&&!0===a);return a},Nu.prototype._appendBlockToChain=function(t,e,n){for(var a=!0,i=0;i<e.length&&"boolean"==typeof a;i++){var r=e[i];Wd(r)&&(a=this._appendLocaleToChain(t,r,n))}return a},Nu.prototype._getLocaleChain=function(t,e){if(""===t)return[];this._localeChainCache||(this._localeChainCache={});var n=this._localeChainCache[t];if(!n){e||(e=this.fallbackLocale),n=[];for(var a,i=[t];Vd(i);)i=this._appendBlockToChain(n,i,e);(i=Wd(a=Vd(e)?e:Hd(e)?e.default?e.default:null:e)?[a]:a)&&this._appendBlockToChain(n,i,null),this._localeChainCache[t]=n}return n},Nu.prototype._translate=function(t,e,n,a,i,r,s){for(var o,l=this._getLocaleChain(e,n),c=0;c<l.length;c++){var d=l[c];if(!Kd(o=this._interpolate(d,t[d],a,i,r,s,[a])))return o}return null},Nu.prototype._t=function(t,e,n,a){for(var i,r=[],s=arguments.length-4;s-- >0;)r[s]=arguments[s+4];if(!t)return"";var o=Yd.apply(void 0,r),l=o.locale||e,c=this._translate(n,l,this.fallbackLocale,t,a,"string",o.params);if(this._isFallbackRoot(c)){if(!this._root)throw Error("unexpected error");return(i=this._root).$t.apply(i,[t].concat(r))}return c=this._warnDefault(l,t,c,a,r,"string"),this._postTranslation&&null!=c&&(c=this._postTranslation(c,t)),c},Nu.prototype.t=function(t){for(var e,n=[],a=arguments.length-1;a-- >0;)n[a]=arguments[a+1];return(e=this)._t.apply(e,[t,this.locale,this._getMessages(),null].concat(n))},Nu.prototype._i=function(t,e,n,a,i){var r=this._translate(n,e,this.fallbackLocale,t,a,"raw",i);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.i(t,e,i)}return this._warnDefault(e,t,r,a,[i],"raw")},Nu.prototype.i=function(t,e,n){return t?(Wd(e)||(e=this.locale),this._i(t,e,this._getMessages(),null,n)):""},Nu.prototype._tc=function(t,e,n,a,i){for(var r,s=[],o=arguments.length-5;o-- >0;)s[o]=arguments[o+5];if(!t)return"";void 0===i&&(i=1);var l={count:i,n:i},c=Yd.apply(void 0,s);return c.params=Object.assign(l,c.params),s=null===c.locale?[c.params]:[c.locale,c.params],this.fetchChoice((r=this)._t.apply(r,[t,e,n,a].concat(s)),i)},Nu.prototype.fetchChoice=function(t,e){if(!t&&!Wd(t))return null;var n=t.split("|");return n[e=this.getChoiceIndex(e,n.length)]?n[e].trim():t},Nu.prototype.tc=function(t,e){for(var n,a=[],i=arguments.length-2;i-- >0;)a[i]=arguments[i+2];return(n=this)._tc.apply(n,[t,this.locale,this._getMessages(),null,e].concat(a))},Nu.prototype._te=function(t,e,n){for(var a=[],i=arguments.length-3;i-- >0;)a[i]=arguments[i+3];var r=Yd.apply(void 0,a).locale||e;return this._exist(n[r],t)},Nu.prototype.te=function(t,e){return this._te(t,this.locale,this._getMessages(),e)},Nu.prototype.getLocaleMessage=function(t){return Jd(this._vm.messages[t]||{})},Nu.prototype.setLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,e)},Nu.prototype.mergeLocaleMessage=function(t,e){"warn"!==this._warnHtmlInMessage&&"error"!==this._warnHtmlInMessage||this._checkLocaleMessage(t,this._warnHtmlInMessage,e),this._vm.$set(this._vm.messages,t,eu({},this._vm.messages[t]||{},e))},Nu.prototype.getDateTimeFormat=function(t){return Jd(this._vm.dateTimeFormats[t]||{})},Nu.prototype.setDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,e),this._clearDateTimeFormat(t,e)},Nu.prototype.mergeDateTimeFormat=function(t,e){this._vm.$set(this._vm.dateTimeFormats,t,eu(this._vm.dateTimeFormats[t]||{},e)),this._clearDateTimeFormat(t,e)},Nu.prototype._clearDateTimeFormat=function(t,e){for(var n in e){var a=t+"__"+n;this._dateTimeFormatters.hasOwnProperty(a)&&delete this._dateTimeFormatters[a]}},Nu.prototype._localizeDateTime=function(t,e,n,a,i){for(var r=e,s=a[r],o=this._getLocaleChain(e,n),l=0;l<o.length;l++){var c=o[l];if(r=c,!Kd(s=a[c])&&!Kd(s[i]))break}if(Kd(s)||Kd(s[i]))return null;var d=s[i],u=r+"__"+i,p=this._dateTimeFormatters[u];return p||(p=this._dateTimeFormatters[u]=new Intl.DateTimeFormat(r,d)),p.format(t)},Nu.prototype._d=function(t,e,n){if(!n)return new Intl.DateTimeFormat(e).format(t);var a=this._localizeDateTime(t,e,this.fallbackLocale,this._getDateTimeFormats(),n);if(this._isFallbackRoot(a)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.d(t,n,e)}return a||""},Nu.prototype.d=function(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];var a=this.locale,i=null;return 1===e.length?Wd(e[0])?i=e[0]:Hd(e[0])&&(e[0].locale&&(a=e[0].locale),e[0].key&&(i=e[0].key)):2===e.length&&(Wd(e[0])&&(i=e[0]),Wd(e[1])&&(a=e[1])),this._d(t,a,i)},Nu.prototype.getNumberFormat=function(t){return Jd(this._vm.numberFormats[t]||{})},Nu.prototype.setNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,e),this._clearNumberFormat(t,e)},Nu.prototype.mergeNumberFormat=function(t,e){this._vm.$set(this._vm.numberFormats,t,eu(this._vm.numberFormats[t]||{},e)),this._clearNumberFormat(t,e)},Nu.prototype._clearNumberFormat=function(t,e){for(var n in e){var a=t+"__"+n;this._numberFormatters.hasOwnProperty(a)&&delete this._numberFormatters[a]}},Nu.prototype._getNumberFormatter=function(t,e,n,a,i,r){for(var s=e,o=a[s],l=this._getLocaleChain(e,n),c=0;c<l.length;c++){var d=l[c];if(s=d,!Kd(o=a[d])&&!Kd(o[i]))break}if(Kd(o)||Kd(o[i]))return null;var u,p=o[i];if(r)u=new Intl.NumberFormat(s,Object.assign({},p,r));else{var h=s+"__"+i;(u=this._numberFormatters[h])||(u=this._numberFormatters[h]=new Intl.NumberFormat(s,p))}return u},Nu.prototype._n=function(t,e,n,a){if(!Nu.availabilities.numberFormat)return"";if(!n)return(a?new Intl.NumberFormat(e,a):new Intl.NumberFormat(e)).format(t);var i=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,a),r=i&&i.format(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n.n(t,Object.assign({},{key:n,locale:e},a))}return r||""},Nu.prototype.n=function(t){for(var e=[],n=arguments.length-1;n-- >0;)e[n]=arguments[n+1];var a=this.locale,i=null,r=null;return 1===e.length?Wd(e[0])?i=e[0]:Hd(e[0])&&(e[0].locale&&(a=e[0].locale),e[0].key&&(i=e[0].key),r=Object.keys(e[0]).reduce((function(t,n){var a;return Xd(qd,n)?Object.assign({},t,((a={})[n]=e[0][n],a)):t}),null)):2===e.length&&(Wd(e[0])&&(i=e[0]),Wd(e[1])&&(a=e[1])),this._n(t,a,i,r)},Nu.prototype._ntp=function(t,e,n,a){if(!Nu.availabilities.numberFormat)return[];if(!n)return(a?new Intl.NumberFormat(e,a):new Intl.NumberFormat(e)).formatToParts(t);var i=this._getNumberFormatter(t,e,this.fallbackLocale,this._getNumberFormats(),n,a),r=i&&i.formatToParts(t);if(this._isFallbackRoot(r)){if(!this._root)throw Error("unexpected error");return this._root.$i18n._ntp(t,e,n,a)}return r||[]},Object.defineProperties(Nu.prototype,Lu),Object.defineProperty(Nu,"availabilities",{get:function(){if(!xu){var t="undefined"!=typeof Intl;xu={dateTimeFormat:t&&void 0!==Intl.DateTimeFormat,numberFormat:t&&void 0!==Intl.NumberFormat}}return xu}}),Nu.install=vu,Nu.version="8.18.2";const Pu={globals:{welcome:"Benvenuto su deemix",back:"indietro",loading:"caricamento",download:"Scarica {0}",by:"di {0}",in:"in {0}",download_hint:"Scarica",play_hint:"Riproduci",toggle_download_tab_hint:"Espandi/Riduci",clean_queue_hint:"Pulisci Lista",cancel_queue_hint:"Cancella tutti i download",listTabs:{all:"tutto",top_result:"miglior risultato",album:"album",artist:"artista | artisti",single:"singolo | singoli",title:"titolo | titoli",track:"brano | brani",trackN:"0 brani | {n} brano | {n} brani",releaseN:"0 dischi | {n} disco | {n} dischi",playlist:"playlist",compile:"compilation",ep:"ep",spotifyPlaylist:"playlist spotify",releaseDate:"data di uscita",error:"errore",empty:""}},about:{titles:{usefulLinks:"Link Utili",bugReports:"Segnalazione di bug",contributing:"Contribuire al progetto",donations:"Donazioni",license:"Licenza"},subtitles:{bugReports:"C'è qualcosa di deemix che non funziona? Faccelo sapere!",contributing:"Vuoi contribuire a questo progetto? Puoi farlo in più modi!",donations:"Vuoi dare una mano economicamente? Puoi fare una donazione!"},usesLibrary:"Questa app utilizza la libreria <strong>deemix</strong>, che puoi utilizzare per creare la tua Interfaccia Utente per deemix.",thanks:"Un ringraziamento a <strong>rtonno</strong>, <strong>uhwot</strong> e <strong>lollilol</strong> per l'aiuto che mi stanno dando in questo progetto e a <strong>BasCurtiz</strong> e <strong>scarvimane</strong> per aver creato l'icona.",upToDate:'Rimani al passo con gli ultimi aggiornamenti seguendo il <a href="https://t.me/RemixDevNews" target="_blank">canale delle news</a> su Telegram.',officialWebsite:"Sito Ufficiale",officialRepo:"Repository Ufficiale della Libreria",officialWebuiRepo:"Repository Ufficiale dell'Interfaccia Web",officialSubreddit:"Subreddit Ufficiale",newsChannel:"Canale delle news",questions:'Se dovessi avere domande o problemi con l\'app, cerca prima una soluzione nel <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit ufficiale</a>. Se non trovi nulla, puoi postare li il tuo problema.',beforeReporting:"Prima di segnalare un problema controlla che quella che stai usando sia l'ultima versione dell'app e che ciò che vuoi segnalare sia effettivamente un problema e non qualcosa che non funziona solamente a te.",beSure:"Assicurati che il problema sia riproducibile su altri PC e <strong>NON</strong> segnalare un problema che è già stato segnalato.",duplicateReports:"Le segnalazioni doppie verranno chiuse, tienilo presente.",dontOpenIssues:"<strong>NON</strong> aprire issues per porre domande, per quello esiste un subreddit.",newUI:'Se te la cavi in python puoi provare a creare una nuova Interfaccia Utente per l\'app usando la libreria base, oppure puoi correggere dei problemi nella libreria con una pull request nella <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a>.',acceptFeatures:"Accetto anche funzionalità, ma non cose complesse, dato che possono essere implementate direttamente nell'app invece che nella libreria.",otherLanguages:"Se te la cavi in altri linguaggi di programmazione, puoi provare a scrivere deemix in quei linguaggi!",understandingCode:"Serve aiuto per capire il codice? Scrivi a RemixDev su Telegram o Reddit",contributeWebUI:'Se te la cavi con Vue.js (JavaScript), HTML o CSS, puoi contribuire alla <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>.',itsFree:"Ricordati che <strong>questo è un progetto gratuito</strong> e che <strong>dovresti supportare gli artisti che ami</strong> prima di supportare gli sviluppatori.",notObligated:"Non sentirti obbligato a donare, mi stai simpatico lo stesso!",lincensedUnder:'Questo lavoro è sotto la licenza\n\t\t\t<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU General Public License 3.0</a\n\t\t\t>.'},charts:{title:"Classifiche",changeCountry:"Cambia Paese",download:"Scarica Classifica"},errors:{title:"Errori riguardanti {0}",ids:{invalidURL:"URL non riconosciuto",unsupportedURL:"URL non ancora supportato",ISRCnotOnDeezer:"Questo ISRC non è disponibile su Deezer",notYourPrivatePlaylist:"Non puoi scaricare le playlist private degli altri.",spotifyDisabled:"Spotify Features non è impostato correttamente.",trackNotOnDeezer:"Brano non trovato su Deezer!",albumNotOnDeezer:"Album non trovato su Deezer!",notOnDeezer:"Brano non disponibile su Deezer!",notEncoded:"Brano non ancora codificato!",notEncodedNoAlternative:"Brano non ancora codificato e nessuna alternativa trovata!",wrongBitrate:"Brano non trovato con il bitrate specificato.",wrongBitrateNoAlternative:"Brano non trovato con il bitrate specificato e nessuna alternativa trovata!",no360RA:"Brano non disponibile in Reality Audio 360.",notAvailable:"Brano non presente sui server di Deezer!",notAvailableNoAlternative:"Brano non presente sui server di Deezer e nessuna alternativa trovata!"}},favorites:{title:"Preferiti",noPlaylists:"Nessuna Playlist preferita trovata",noAlbums:"Nessun Album preferito trovato",noArtists:"Nessun Artista preferito trovato",noTracks:"Nessun Brano preferito trovato"},home:{needTologin:"Devi accedere al tuo account Deezer, fino a quel momento non potrai scaricare nulla.",openSettings:"Apri le impostazioni",sections:{popularPlaylists:"Playlist Popolari",popularAlbums:"Album più riprodotti"}},linkAnalyzer:{info:"Puoi utilizzare questa sezione per avere più informazioni riguardanti il link che stai cercando di scaricare.",useful:"Ciò può esserti utile se stai cercando di scaricare brani che non sono disponibili nel tuo Paese e vuoi sapere in quale Paese sono invece disponibili, per esempio.",linkNotSupported:"Questo link non è ancora supportato",linkNotSupportedYet:"Sembra che questo link non sia ancora supportato, prova ad analizzarne un altro.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Durata",diskNumber:"Numero Disco",trackNumber:"Numero Traccia",releaseDate:"Data di uscita",bpm:"BPM",label:"Etichetta",recordType:"Tipologia di registrazione",genres:"Generi",tracklist:"Lista tracce"}},search:{startSearching:"Inizia a cercare!",description:"Puoi cercare un brano, un intero album, un artista, una playlist.... quello che vuoi! Puoi anche incollare un link di Deezer",fans:"{0} fan",noResults:"Nessun risultato",noResultsTrack:"Nessun brano trovato",noResultsAlbum:"Nessun album trovato",noResultsArtist:"Nessun artista trovato",noResultsPlaylist:"Nessuna playlist trovata"},searchbar:"Cerca qualsiasi cosa (o incolla semplicemente un link)",downloads:"download",toasts:{addedToQueue:"{0} aggiunto alla coda",alreadyInQueue:"{0} è già nella coda!",finishDownload:"{0} ha finito di scaricarsi.",allDownloaded:"Tutti i download completati!",refreshFavs:"Preferiti ricaricati!",loggingIn:"Effettuando il login",loggedIn:"Login effettuato",alreadyLogged:"Sei già loggato",loginFailed:"Impossibile loggarsi",loggedOut:"Disconnesso",cancellingCurrentItem:"Cancellando download corrente.",currentItemCancelled:"Download corrente cancellato.",startAddingArtist:"Aggiungendo gli album di {0} alla coda",finishAddingArtist:"Aggiunto gli album di {0} alla coda",startConvertingSpotifyPlaylist:"Convertendo i brani da spotify a deezer",finishConvertingSpotifyPlaylist:"Playlist di spotify convertita"},settings:{title:"Impostazioni",languages:"Lingue",login:{title:"Login",loggedIn:"Sei loggato come {username}",arl:{question:"Come ottengo il mio ARL?",update:"Aggiorna ARL"},logout:"Disconnettiti"},appearance:{title:"Aspetto",slimDownloadTab:"Tab dei download slim"},downloadPath:{title:"Cartella di download"},templates:{title:"Template",tracknameTemplate:"Template nome brano",albumTracknameTemplate:"Template nome brano negli Album",playlistTracknameTemplate:"Template nome brano nelle Playlist"},folders:{title:"Cartelle",createPlaylistFolder:"Crea cartelle per le Playlist",playlistNameTemplate:"Template nome della cartella Playlist",createArtistFolder:"Crea cartelle per gli Artisti",artistNameTemplate:"Template nome della cartella Artista",createAlbumFolder:"Crea cartelle per gli Album",albumNameTemplate:"Template nome della cartella Album",createCDFolder:"Crea cartelle per i CD",createStructurePlaylist:"Crea la struttura di cartelle per le Playlist",createSingleFolder:"Crea la struttura di cartelle per i brani singoli"},trackTitles:{title:"Titoli brani",padTracks:"Aggiungi zeri ai numeri di traccia",paddingSize:"Sovrascrivi il numero di zeri da aggiungere",illegalCharacterReplacer:"Rimpiazza caratteri illegali con"},downloads:{title:"Download",queueConcurrency:"Download simultanei",maxBitrate:{title:"Bitrate preferito",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Dovrei sovrascrivere i file già scaricati?",y:"Si, sovrascrivi i file",n:"No, non sovrascrivere i file",t:"Sovrascrivi solo i tag"},fallbackBitrate:"Utilizza bitrate più bassi se il bitrate preferito non è disponibile",fallbackSearch:"Cerca il brano se il link originale non è disponibile",logErrors:"Crea file di log per gli errori",logSearched:"Crea file di log per le alternative cercate",syncedLyrics:"Crea i file .lyr (Testi Sincronizzati)",createM3U8File:"Crea i file playlist",playlistFilenameTemplate:"Template nome del file playlist",saveDownloadQueue:"Salva la coda di download quando chiudi l'app"},covers:{title:"Copertine",saveArtwork:"Salva copertina album",coverImageTemplate:"Template nome copertina album",saveArtworkArtist:"Salva copertina artista",artistImageTemplate:"Template nome copertina artista",localArtworkSize:"Dimensioni copertine locali",embeddedArtworkSize:"Dimensioni copertine incorporate",localArtworkFormat:{title:"Come vuoi salvare le copertine locali?",jpg:"In jpeg",png:"In png",both:"Sia in jpeg che in png"},jpegImageQuality:"Qualità immagine JPEG"},tags:{head:"Quali tag salvare",title:"Titolo",artist:"Artista",album:"Album",cover:"Copertina",trackNumber:"Numero Traccia",trackTotal:"Tracce Totali",discNumber:"Numero Disco",discTotal:"Dischi Totali",albumArtist:"Artista dell'album",genre:"Genere",year:"Anno",date:"Data",explicit:"Testo Esplicito",isrc:"ISRC",length:"Durata Traccia",barcode:"Barcode dell'album (UPC)",bpm:"BPM",replayGain:"Replay gain",label:"Casa Discografica",lyrics:"Testo non Sincronizzato",copyright:"Copyright",composer:"Compositori",involvedPeople:"Persone Coinvolte"},other:{title:"Altro",savePlaylistAsCompilation:"Salva le playlist come Compilation",useNullSeparator:"Usa il carattere NULL come separatore",saveID3v1:"Salva anche l'ID3v1",multiArtistSeparator:{title:"Come vuoi separare gli artisti?",nothing:"Salva solo l'artista principale",default:"Usando la specificazione standard",andFeat:"Usando & e feat.",using:'Usando "{0}"'},singleAlbumArtist:"Salva solo l'artista dell'album principale",albumVariousArtists:'Lascia "Artisti Vari" negli artisti dell\'album',removeAlbumVersion:'Rimuovi "Album Version" dal titolo del brano',removeDuplicateArtists:"Rimuovi le combinazioni di artisti",dateFormat:{title:"Formato della data per i file FLAC",year:"AAAA",month:"MM",day:"GG"},featuredToTitle:{title:"Cosa dovrei fare con i feat?",0:"Niente",1:"Rimuovili dal titolo",3:"Rimuovili dal titolo e dal nome dell'album",2:"Spostali sul titolo"},titleCasing:"Formato testo dei titoli",artistCasing:"Formato testo degli artisti",casing:{nothing:"Non cambiare",lower:"TUTTO MAIUSCOLO",upper:"tutto minuscolo",start:"Prima Lettera Maiuscola",sentence:"Come una frase"},previewVolume:"Volume Anteprime",executeCommand:{title:"Comando da eseguire dopo il download",description:"Lascia vuoto per nessuna azione"}},spotify:{title:"Spotify Features",clientID:"Spotify clientID",clientSecret:"Spotify Client Secret",username:"Spotify username"},reset:"Reimposta Default",save:"Salva",toasts:{init:"Impostazioni caricate!",update:"Impostazioni aggiornate!",ARLcopied:"ARL copiato negli appunti"}},sidebar:{home:"home",search:"ricerca",charts:"classifiche",favorites:"preferiti",linkAnalyzer:"analizza link",settings:"impostazioni",about:"info"},tracklist:{downloadSelection:"Scarica selezionati"}},Eu={globals:{welcome:"Welcome to deemix",back:"back",loading:"loading",download:"Download {0}",by:"by {0}",in:"in {0}",download_hint:"Download",play_hint:"Play",toggle_download_tab_hint:"Expand/Collapse",clean_queue_hint:"Clear Finished",cancel_queue_hint:"Cancel All",listTabs:{empty:"",all:"all",top_result:"top result",album:"album | albums",artist:"artist | artists",single:"single | singles",title:"title | titles",track:"track | tracks",trackN:"0 tracks | {n} track | {n} tracks",releaseN:"0 releases | {n} release | {n} releases",playlist:"playlist | playlists",compile:"compilation | compilations",ep:"ep | eps",spotifyPlaylist:"spotify playlist | spotify playlists",releaseDate:"release date",error:"error"}},about:{titles:{usefulLinks:"Useful Links",bugReports:"Bug Reports",contributing:"Contributing",donations:"Donations",license:"License"},subtitles:{bugReports:"Is there something that isn't working in deemix? Tell us!",contributing:"You want to contribute to this project? You can do it in different ways!",donations:"You want to contribute monetarily? You could make a donation!"},usesLibrary:"This app uses the <strong>deemix</strong> library, which you can use to make your own UI for deemix.",thanks:"Thanks to <strong>rtonno</strong>, <strong>uhwot</strong> and <strong>lollilol</strong> for helping me with this project and to <strong>BasCurtiz</strong> and <strong>scarvimane</strong> for making the icon.",upToDate:'Stay up to date with the updates by following the <a href="https://t.me/RemixDevNews" target="_blank">news channel</a> on Telegram.',officialWebsite:"Official Website",officialRepo:"Official Library Repository",officialWebuiRepo:"Official WebUI Repository",officialSubreddit:"Official Subreddit",newsChannel:"News Channel",questions:'If you have questions or problems with the app, search for a solution in the <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a> first. Then, if you don\'t find anything you can make a post with your issue on the subreddit.',beforeReporting:"Before reporting a bug make sure you're running the latest version of the app and that what you want to report is actually a bug and not something that's wrong only on your end.",beSure:"Make sure the bug is reproducible on another machines and also <strong>DO NOT</strong> report a bug if it's been\talready reported.",duplicateReports:"Duplicate bug reports will be closed, so keep an eye out on that.",dontOpenIssues:"<strong>DO NOT</strong> open issues for asking questions, there is a subreddit for that.",newUI:'If you\'re fluent in python you could try to make a new UI for the app using the base library, or fix bugs in the library with a pull request on the <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a>.',acceptFeatures:"I accept features as well, but no complex things, as they can be implementend directly in the app and not the library.",otherLanguages:"If you're fluent in another programming language you could try to port deemix into other programming languages!",understandingCode:"You need help understanding the code? Just hit RemixDev up on Telegram or Reddit.",contributeWebUI:'If you know Vue.js (JavaScript), HTML or CSS you could contribute to the <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>.',itsFree:"You shoud remember that <strong>this is a free project</strong> and <strong>you should support the artists you love</strong> before supporting the developers.",notObligated:"Don't feel obligated to donate, I appreciate you anyway!",lincensedUnder:'This work is licensed under a\n\t\t\t<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU General Public License 3.0</a\n\t\t\t>.'},charts:{title:"Charts",changeCountry:"Change Country",download:"Download Chart"},errors:{title:"Errors for {0}",ids:{invalidURL:"URL not recognized",unsupportedURL:"URL not supported yet",ISRCnotOnDeezer:"Track ISRC is not available on deezer",notYourPrivatePlaylist:"You can't download others private playlists.",spotifyDisabled:"Spotify Features is not setted up correctly.",trackNotOnDeezer:"Track not found on deezer!",albumNotOnDeezer:"Album not found on deezer!",notOnDeezer:"Track not available on Deezer!",notEncoded:"Track not yet encoded!",notEncodedNoAlternative:"Track not yet encoded and no alternative found!",wrongBitrate:"Track not found at desired bitrate.",wrongBitrateNoAlternative:"Track not found at desired bitrate and no alternative found!",no360RA:"Track is not available in Reality Audio 360.",notAvailable:"Track not available on deezer's servers!",notAvailableNoAlternative:"Track not available on deezer's servers and no alternative found!"}},favorites:{title:"Favorites",noPlaylists:"No Playlists found",noAlbums:"No Favorite Albums found",noArtists:"No Favorite Artists found",noTracks:"No Favorite Tracks found"},home:{needTologin:"You need to log into your Deezer account before you can start downloading.",openSettings:"Open Settings",sections:{popularPlaylists:"Popular playlists",popularAlbums:"Most streamed albums"}},linkAnalyzer:{info:"You can use this section to find out more information about the link you are trying to download.",useful:"This is useful if you're trying to download some tracks that are not available in your country and want to know where they are available, for instance.",linkNotSupported:"This link is not yet supported",linkNotSupportedYet:"Seems like this link is not yet supported, try analyzing another one.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Duration",diskNumber:"Disk Number",trackNumber:"Track Number",releaseDate:"Release Date",bpm:"BPM",label:"Label",recordType:"Record Type",genres:"Genres",tracklist:"Tracklist"}},search:{startSearching:"Start searching!",description:"You can search a track, a whole album, an artist, a playlist.... everything! You can also paste a Deezer link",fans:"{0} fans",noResults:"No results",noResultsTrack:"No Tracks found",noResultsAlbum:"No Albums found",noResultsArtist:"No Artists found",noResultsPlaylist:"No Playlists found"},searchbar:"Search anything you want (or just paste a link)",downloads:"downloads",toasts:{addedToQueue:"{0} added to queue",alreadyInQueue:"{0} is already in queue!",finishDownload:"{0} finished downloading.",allDownloaded:"All downloads completed!",refreshFavs:"Refresh completed!",loggingIn:"Logging in",loggedIn:"Logged in",alreadyLogged:"Already logged in",loginFailed:"Couldn't log in",loggedOut:"Logged out",cancellingCurrentItem:"Cancelling current item.",currentItemCancelled:"Current item cancelled.",startAddingArtist:"Adding {0} albums to queue",finishAddingArtist:"Added {0} albums to queue",startConvertingSpotifyPlaylist:"Converting spotify tracks to deezer tracks",finishConvertingSpotifyPlaylist:"Spotify playlist converted"},settings:{title:"Settings",languages:"Languages",login:{title:"Login",loggedIn:"You are logged in as {username}",arl:{question:"How do I get my own ARL?",update:"Update ARL"},logout:"Logout"},appearance:{title:"Appearance",slimDownloadTab:"Slim download tab"},downloadPath:{title:"Download Path"},templates:{title:"Templates",tracknameTemplate:"Trackname template",albumTracknameTemplate:"Album track template",playlistTracknameTemplate:"Playlist track template"},folders:{title:"Folders",createPlaylistFolder:"Create folder for playlists",playlistNameTemplate:"Playlist folder template",createArtistFolder:"Create folder for artist",artistNameTemplate:"Artist folder template",createAlbumFolder:"Create folder for album",albumNameTemplate:"Album folder template",createCDFolder:"Create folder for CDs",createStructurePlaylist:"Create folder structure for playlists",createSingleFolder:"Create folder structure for singles"},trackTitles:{title:"Track titles",padTracks:"Pad tracks",paddingSize:"Overwrite padding size",illegalCharacterReplacer:"Illegal Character replacer"},downloads:{title:"Downloads",queueConcurrency:"Concurrent Downloads",maxBitrate:{title:"Preferred Bitrate",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Should I overwrite the files?",y:"Yes, overwrite the file",n:"No, don't overwrite the file",t:"Overwrite only the tags"},fallbackBitrate:"Bitrate fallback",fallbackSearch:"Search fallback",logErrors:"Create log files for errors",logSearched:"Create log files for searched tracks",createM3U8File:"Create playlist file",syncedLyrics:"Create .lyr files (Sync Lyrics)",playlistFilenameTemplate:"Playlist filename template",saveDownloadQueue:"Save download queue when closing the app"},covers:{title:"Album covers",saveArtwork:"Save Covers",coverImageTemplate:"Cover name template",saveArtworkArtist:"Save artist image",artistImageTemplate:"Artist image template",localArtworkSize:"Local artwork size",embeddedArtworkSize:"Embedded artwork size",localArtworkFormat:{title:"What format do you want the local artwork to be?",jpg:"A jpeg image",png:"A png image",both:"Both a jpeg and a png"},jpegImageQuality:"JPEG image quality"},tags:{head:"Which tags to save",title:"Title",artist:"Artist",album:"Album",cover:"Cover",trackNumber:"Track Number",trackTotal:"Track Total",discNumber:"Disc Number",discTotal:"Disc Total",albumArtist:"Album Artist",genre:"Genre",year:"Year",date:"Date",explicit:"Explicit Lyrics",isrc:"ISRC",length:"Track Length",barcode:"Album Barcode (UPC)",bpm:"BPM",replayGain:"Replay Gain",label:"Album Label",lyrics:"Unsynchronized Lyrics",copyright:"Copyright",composer:"Composer",involvedPeople:"Involved People"},other:{title:"Other",savePlaylistAsCompilation:"Save playlists as compilation",useNullSeparator:"Use null separator",saveID3v1:"Save ID3v1 as well",multiArtistSeparator:{title:"How would you like to separate your artists?",nothing:"Save only the main artist",default:"Using standard specification",andFeat:"Using & and feat.",using:'Using "{0}"'},singleAlbumArtist:"Save only the main album artist",albumVariousArtists:'Keep "Various Artists" in the Album Artists',removeAlbumVersion:'Remove "Album Version" from track title',removeDuplicateArtists:"Remove combinations of artists",dateFormat:{title:"Date format for FLAC files",year:"YYYY",month:"MM",day:"DD"},featuredToTitle:{title:"What should I do with featured artists?",0:"Nothing",1:"Remove it from the title",3:"Remove it from the title and the album title",2:"Move it to the title"},titleCasing:"Title casing",artistCasing:"Artist casing",casing:{nothing:"Keep unchanged",lower:"lowercase",upper:"UPPERCASE",start:"Start Of Each Word",sentence:"Like a sentence"},previewVolume:"Preview Volume",executeCommand:{title:"Command to execute after download",description:"Leave blank for no action"}},spotify:{title:"Spotify Features",clientID:"Spotify clientID",clientSecret:"Spotify Client Secret",username:"Spotify username"},reset:"Reset to Default",save:"Save",toasts:{init:"Settings loaded!",update:"Settings updated!",ARLcopied:"ARL copied to clipboard"}},sidebar:{home:"home",search:"search",charts:"charts",favorites:"favorites",linkAnalyzer:"link analyzer",settings:"settings",about:"about"},tracklist:{downloadSelection:"Download selection"}},Iu={globals:{welcome:"Bienvenido a deemix",back:"atrás",loading:"cargando",download:"Descarga {0}",by:"por {0}",in:"en {0}",download_hint:"Descargar",play_hint:"Reproducir",toggle_download_tab_hint:"Expandir/Colapsar",clean_queue_hint:"Limpiar terminados",cancel_queue_hint:"Cancelar todos",listTabs:{empty:"",all:"todos",top_result:"mejores resultados",album:"álbum | álbumes",artist:"artista | artistas",single:"sencillo | sencillos",title:"título | títulos",track:"pista | pistas",trackN:"0 pistas | {n} pista | {n} pistas",releaseN:"0 entregas | {n} entrega | {n} entregas",playlist:"lista de reproducción | listas de reproducción",compile:"compilación | compilaciones",ep:"ep | eps",spotifyPlaylist:"lista de reproducción spotify | listas de reproducción spotify",releaseDate:"fecha de publicación",error:"error"}},about:{titles:{usefulLinks:"Enlaces útiles",bugReports:"Reportar fallos",contributing:"Contribuye",donations:"Donaciones",license:"Licencia"},subtitles:{bugReports:"¿Hay algo que no funcione en Deemix? ¡Díganoslo!",contributing:"¿Quieres contribuir a este proyecto? ¡Puedes hacerlo de diferentes maneras!",donations:"¿Quiere contribuir monetariamente? ¡Podrías hacer una donación!"},usesLibrary:"Esta aplicación usa la biblioteca <strong>deemix</strong>, que puedes usar para hacer tu propia interfaz de usuario para deemix.",thanks:"Gracias a <strong>rtonno</fuerte>, <strong>uhwot</fuerte> y <strong>lollilol</fuerte> por ayudarme con este proyecto, a <strong>BasCurtiz</fuerte> y <strong>scarvimane</fuerte> por hacer el icono.",upToDate:'Mantente al día con las actualizaciones siguiendo el <a href="https://t.me/RemixDevNews" target="_blank">canal de noticias</a> en Telegram.',officialWebsite:"Página web oficial",officialRepo:"Repositorio de la biblioteca oficial",officialWebuiRepo:"Repositorio oficial de WebUI",officialSubreddit:"Subreddit oficial",newsChannel:"Canal de noticias",questions:'Si tienes preguntas o problemas con la aplicación, busca una solución en el <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a> primero. Luego, si no encuentras nada puedes hacer un post con tu problema en el subreddit.',beforeReporting:"Antes de informar de un error asegúrese de que está ejecutando la última versión de la aplicación y que lo que quiere informar es en realidad un error y no algo que está mal sólo en su extremo.",beSure:"Asegúrate de que el fallo es reproducible en otras máquinas y también <strong>NO</strong> reporte un fallo si ya ha sido reportado.",duplicateReports:"Los informes de errores duplicados se cerrarán, así que manténgase al tanto de eso.",dontOpenIssues:"<strong>NO</strong> abra problemas para hacer preguntas, hay un subreddit para eso.",newUI:'Si tienes fluidez en Python podrías intentar hacer una nueva interfaz de usuario para la aplicación usando la biblioteca base, o arreglar los errores de la biblioteca con una petición pull en el <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a>.',acceptFeatures:"También acepto características, pero no cosas complejas, ya que se pueden implementar directamente en la aplicación y no en la biblioteca.",otherLanguages:"¡Si dominas otro lenguaje de programación podrías intentar portar Deemix a otros lenguajes de programación!",understandingCode:"¿Necesitas ayuda para entender el código? Sólo tienes que poner RemixDev en Telegram o Reddit.",contributeWebUI:'Si conoces Vue.js (JavaScript), HTML o CSS podrías contribuir a la <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>.',itsFree:"Debes recordar que <strong>este es un proyecto libre</fuerte> y <strong>debes apoyar a los artistas que amas</fuerte> antes de apoyar a los desarrolladores.",notObligated:"No te sientas obligado a donar, ¡te aprecio de todas formas!",lincensedUnder:'Esta obra está autorizada bajo una\n\t\t\t<a rel="licencia" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU Licencia Pública General 3.0</a>.'},charts:{title:"Tablas",changeCountry:"Cambiar país",download:"Descargar la tabla"},errors:{title:"Errores para {0}",ids:{invalidURL:"No se reconoce la URL",unsupportedURL:"La URL no está soportada aún",ISRCnotOnDeezer:"Pista ISRC no está disponible en Deezer",notYourPrivatePlaylist:"No puedes descargar otras listas de reproducción privadas.",spotifyDisabled:"Funciones de Spotify no está configurado correctamente.",trackNotOnDeezer:"¡No se encontró la pista en Deezer!",albumNotOnDeezer:"¡El álbum no se encuentra en Deezer!",notOnDeezer:"¡Pista no disponible en Deezer!",notEncoded:"¡Pista aún no codificada!",notEncodedNoAlternative:"¡Pista aún no codificada y no se ha encontrado ninguna alternativa!",wrongBitrate:"La pista no se encuentra a la velocidad de bitrate deseada.",wrongBitrateNoAlternative:"¡Pista no encontrada a la tasa de bits deseada y no se ha encontrado ninguna alternativa!",no360RA:"La pista no está disponible en Reality Audio 360.",notAvailable:"¡La pista no está disponible en los servidores de Deezer!",notAvailableNoAlternative:"¡La pista no está disponible en los servidores de Deezer y no se ha encontrado ninguna alternativa!"}},favorites:{title:"Favoritos",noPlaylists:"No se han encontrado listas de reproducción",noAlbums:"No se han encontrado álbumes favoritos",noArtists:"No se han encontrado artistas favoritos",noTracks:"No se han encontrado pistas favoritas"},home:{needTologin:"Necesitas entrar en tu cuenta de Deezer antes de poder empezar a descargar.",openSettings:"Abrir la configuración",sections:{popularPlaylists:"Listas de reproducción populares",popularAlbums:"Los álbumes más transmitidos"}},linkAnalyzer:{info:"Puedes usar esta sección para encontrar más información sobre el enlace que estás tratando de descargar.",useful:"Esto es útil si está tratando de descargar algunas pistas que no están disponibles en su país y quiere saber dónde están disponibles, por ejemplo.",linkNotSupported:"Este enlace aún no está soportado",linkNotSupportedYet:"Parece que este enlace aún no está soportado, intenta analizar otro.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Duración",diskNumber:"Número del disco",trackNumber:"Número de la pista",releaseDate:"Fecha de lanzamiento",bpm:"BPM",label:"Etiqueta",recordType:"Tipo de grabación",genres:"Géneros",tracklist:"Lista de pista"}},search:{startSearching:"¡Comienza a buscar!",description:"Puedes buscar un tema, un álbum entero, un artista, una lista de reproducción... ¡todo! También puedes pegar un enlace de Deezer",fans:"{0} fanáticos",noResults:"No hay resultados",noResultsTrack:"No se encontraron pistas",noResultsAlbum:"No se encontraron álbumes",noResultsArtist:"No se encontraron artistas",noResultsPlaylist:"No se encontraron listas de reproducción"},searchbar:"Busca lo que quieras (o simplemente pega un enlace)",downloads:"descargas",toasts:{addedToQueue:"{0} añadidos a la cola",alreadyInQueue:"¡{0} ya está en la cola!",finishDownload:"{0} terminado de descargar.",allDownloaded:"¡Todas las descargas se han completado!",refreshFavs:"¡Actualización completada!",loggingIn:"Conectando...",loggedIn:"Conectado",alreadyLogged:"Ya está conectado",loginFailed:"No se puede conectar",loggedOut:"Desconectado",cancellingCurrentItem:"Cancelando el elemento actual.",currentItemCancelled:"El elemento actual se ha cancelado.",startAddingArtist:"Añadiendo {0} álbumes a la cola",finishAddingArtist:"Añadido {0} álbumes a la cola",startConvertingSpotifyPlaylist:"Convertir las pistas de Spotify en pistas de Deezer",finishConvertingSpotifyPlaylist:"Lista de reproducción de Spotify convertida"},settings:{title:"Configuración",languages:"Idiomas",login:{title:"Ingresa",loggedIn:"Usted está conectado como {nombre de usuario}",arl:{question:"¿Cómo consigo mi propio ARL?",update:"Actualizar la ARL"},logout:"Cerrar sesión"},appearance:{title:"Apariencia",slimDownloadTab:"Pestaña de descargas delgada"},downloadPath:{title:"Ruta de descarga"},templates:{title:"Plantillas",tracknameTemplate:"Plantilla de nombres de pista",albumTracknameTemplate:"Plantilla de pista del álbum",playlistTracknameTemplate:"Plantilla de pista de la lista de reproducción"},folders:{title:"Carpetas",createPlaylistFolder:"Crear una carpeta para las listas de reproducción",playlistNameTemplate:"Plantilla de la carpeta de la lista de reproducción",createArtistFolder:"Crear carpeta para el artista",artistNameTemplate:"Plantilla de la carpeta del artista",createAlbumFolder:"Crear carpeta para el álbum",albumNameTemplate:"Plantilla de la carpeta del álbum",createCDFolder:"Crear una carpeta para los CDs",createStructurePlaylist:"Crear una estructura de carpetas para las listas de reproducción",createSingleFolder:"Crear una estructura de carpetas para individuales"},trackTitles:{title:"Títulos de las pistas",padTracks:"Pad de pistas",paddingSize:"Sobrescribir el tamaño del pad",illegalCharacterReplacer:"Reemplazo del carácter ilegal"},downloads:{title:"Descargas",queueConcurrency:"Descargas simultáneas",maxBitrate:{title:"Tasa de bits preferida",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"¿Desea que sobreescriba los archivos?",y:"Sí, sobrescribir el archivo",n:"No, no sobrescribir el archivo",t:"Sobrescribir sólo las etiquetas"},fallbackBitrate:"La solución alternativa de bitrate",fallbackSearch:"Búsqueda de la segunda opción",logErrors:"Crear archivos de registro de errores",logSearched:"Crear archivos de registro para las pistas buscadas",createM3U8File:"Crear archivo de la lista de reproducción",syncedLyrics:"Crear archivos .lyr (letras sincronizadas)",playlistFilenameTemplate:"Plantilla de nombres de archivos de la lista de reproducción",saveDownloadQueue:"Guardar la cola de descarga al cerrar la aplicación"},covers:{title:"Cubiertas de álbumes",saveArtwork:"Guardar las cubiertas",coverImageTemplate:"Plantilla de nombres de portada",saveArtworkArtist:"Guardar imagen de artista",artistImageTemplate:"Plantilla de imagen de artista",localArtworkSize:"El tamaño de la imagen local",embeddedArtworkSize:"El tamaño de la imagen incorporada",localArtworkFormat:{title:"¿Qué formato quieres que tenga la imagen de arte local?",jpg:"Una imagen jpeg",png:"Una imagen png",both:"Ambos, jpeg y png"},jpegImageQuality:"Calidad de la imagen JPEG"},tags:{head:"¿Qué etiquetas guardar?",title:"Título",artist:"Artista",album:"Álbum",cover:"Portada",trackNumber:"Número de pista",trackTotal:"Total de pistas",discNumber:"Número del disco",discTotal:"Discos totales",albumArtist:"Artista del álbum",genre:"Género",year:"Año",date:"Fecha",explicit:"Letras explícitas",isrc:"ISRC",length:"Longitud de la pista",barcode:"Código de barras del álbum (UPC)",bpm:"BPM",replayGain:"Ganancia de la reproducción",label:"Etiqueta del álbum",lyrics:"Letras no sincronizadas",copyright:"Derechos de autor",composer:"Compositor",involvedPeople:"Personas involucradas"},other:{title:"Otros",savePlaylistAsCompilation:"Guardar las listas de reproducción como una compilación",useNullSeparator:"Usar separador nulo",saveID3v1:"Guarda ID3v1 también",multiArtistSeparator:{title:"¿Cómo le gustaría separar a sus artistas?",nothing:"Guardar sólo el artista principal",default:"Usar la especificación estándar",andFeat:"Usar & y feat.",using:'Usar "{0}"'},singleAlbumArtist:"Guardar sólo el artista principal del álbum",albumVariousArtists:'Mantén "Various Artists" en los artistas del álbum',removeAlbumVersion:'Eliminar "Album Version" del título de la pista',removeDuplicateArtists:"Eliminar las combinaciones de artistas",dateFormat:{title:"Formato de fecha para los archivos FLAC",year:"AAAA",month:"MM",day:"DD"},featuredToTitle:{title:"¿Qué debo hacer con los artistas destacados?",0:"Nada",1:"Quítalo del título",3:"Quítalo del título y del título del álbum",2:"Muévalo al título"},titleCasing:"Capitalizar título",artistCasing:"Capitalizar artista",casing:{nothing:"Manténgase sin cambios",lower:"minúsculas",upper:"MAYÚSCULAS",start:"Al Principio De Cada Palabra",sentence:"Como una oración"},previewVolume:"Volumen de previsualización",executeCommand:{title:"Comando a ejecutar después de la descarga",description:"Deje en blanco para no hacer nada"}},spotify:{title:"Funciones de Spotify",clientID:"ID del cliente de Spotify",clientSecret:"Cliente secreto de Spotify",username:"Nombre de usuario de Spotify"},reset:"Restablecer el valor por defecto",save:"Guardar",toasts:{init:"¡Configuraciones cargadas!",update:"¡Ajustes actualizados!",ARLcopied:"ARL copiado al portapapeles"}},sidebar:{home:"inicio",search:"buscar",charts:"charts",favorites:"favoritos",linkAnalyzer:"analizar enlaces",settings:"ajustes",about:"acerca de"},tracklist:{downloadSelection:"Descargar selección"}},Fu={globals:{welcome:"Willkommen bei deemix",back:"zurück",loading:"lädt",download:"Download {0}",by:"um {0}",in:"in {0}",download_hint:"Download",play_hint:"Abspielen",toggle_download_tab_hint:"Einblenden/Ausblenden",clean_queue_hint:"Fertige löschen",cancel_queue_hint:"Alle abbrechen",listTabs:{empty:"",all:"alle",top_result:"top-ergebnis",album:"album | alben",artist:"künstler | künstler",single:"single | singles",title:"titel | titel",track:"track | tracks",trackN:"0 tracks | {n} track | {n} tracks",releaseN:"0 veröffentlichungen | {n} veröffentlichung | {n} veröffentlichungen",playlist:"playlist | playlisten",compile:"compilation | compilations",ep:"ep | eps",spotifyPlaylist:"spotify playlist | spotify playlists",releaseDate:"veröffentlichungsdatum",error:"fehler"}},about:{titles:{usefulLinks:"Hilfreiche Links",bugReports:"Fehlerberichte",contributing:"Mitwirkende",donations:"Spenden",license:"Lizenz"},subtitles:{bugReports:"Gibt es etwas, das im Deemix nicht funktioniert? Teil es uns mit!",contributing:"du möchtest zu diesem Projekt beitragen? Das kannst du auf verschiedene Weise tun!",donations:"du möchtest einen monetären Beitrag leisten? Gib uns eine Spende!"},usesLibrary:"Diese App verwendet die <strong>deemix</strong> Bibliothek, die du verwenden kannst, um Deine eigene UI für Deemix zu erstellen.",thanks:"Danke an <strong>rtonno</strong>, <strong>uhwot</strong> und <strong>lollilol</strong> für die Hilfe bei diesem Projekt und an <strong>BasCurtiz</strong> und <strong>scarvimane</strong> für das Design der Icons.",upToDate:'Bleibe mit den Aktualisierungen auf dem Laufenden, indem du dem <a href="https://t.me/RemixDevNews" target="_blank">Nachrichtenkanal</a> auf Telegram folgst.',officialWebsite:"Offizielle Webseite",officialRepo:"Offizielle Library Repository",officialWebuiRepo:"Offizielle WebUI Repository",officialSubreddit:"Offizieller Subreddit",newsChannel:"News Kanal",questions:'Wenn du Fragen oder Probleme mit der App hast, suche zuerst nach einer Lösung im <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a>. Wenn du dann nichts findest, kannst du einen Beitrag mit Deinem Thema auf dem subreddit verfassen.',beforeReporting:"Bevor du einen Fehler meldest, stelle sicher, dass du die neueste Version der App benutzt und dass das, was du melden möchtest, tatsächlich ein Fehler ist und nicht etwas, das nur auf deiner Seite falsch ist.",beSure:"Vergewissere dich, dass der Fehler auf einem anderen Rechner reproduzierbar ist und auch <stark>DO NOT</stark> melde einen Fehler, wenn er bereits gemeldet wurde.",duplicateReports:"Doppelte Fehlerberichte werden geschlossen, also behalte das im Auge.",dontOpenIssues:"Erstelle <strong>KEINE</strong> Einträge, um Fragen zu stellen, dafür gibt es einen Unterpunkt.",newUI:'Wenn du dich mit Python auskennst, könntest du versuchen, ein neues UI für die Anwendung zu erstellen, indem du die Basisbibliothek benutzt, oder Fehler in der Bibliothek mit einer Pull-Anfrage auf der <a href="https://codeberg.org/RemixDev/deemix" target="_blank">Repo</a> behebst.',acceptFeatures:"Ich akzeptiere auch Features, aber keine komplexen Dinge, da sie direkt in der App und nicht in der Bibliothek implementiert werden können.",otherLanguages:"Wenn du eine andere Programmiersprache fließend beherrschst, könntest du versuchen, deemix in andere Programmiersprachen zu portieren!",understandingCode:"Sie benötigen Hilfe beim Verständnis des Codes? Drücken Sie einfach RemixDev auf Telegram oder Reddit.",contributeWebUI:'Wenn du Vue.js (JavaScript), HTML oder CSS kennst, könntest du zum <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a> beitragen.',itsFree:"Du solltest daran denken, dass dies ist ein <strong>freies Projekt</strong> ist und <strong>Du solltest die Künstler, die du liebst, unterstützen<strong>, bevor du die Entwickler unterstützt.",notObligated:"Fühle dich nicht verpflichtet zu spenden, wir schätzen deinen Beitrag trotzdem!",lincensedunder:'Diese Arbeit ist lizensiert unter einer\n\t\t\t<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU General Public License 3.0</a\n\t\t\t>.'},charts:{title:"Charts",changeCountry:"Land ändern",download:"Charts herunterladen"},errors:{title:"Fehler für {0}",ids:{invaliduRL:"URL nicht erkannt",unsupporteduRL:"URL noch nicht unterstützt",ISRCnotOnDeezer:"Titel ISRC ist auf deezer nicht verfügbar",notYourPrivatePlaylist:"Du kannst keine privaten Playlisten anderer herunterladen.",spotifyDisabled:"Spotify Features sind nicht korrekt eingerichtet.",trackNotOnDeezer:"Titel auf der Deezer nicht gefunden!",albumNotOnDeezer:"Album auf der Deezer nicht gefunden!",notOnDeezer:"Titel bei Deezer nicht verfügbar!",notEncoded:"Titel noch nicht kodiert!",notEncodedNoAlternative:"Titel noch nicht kodiert und keine Alternative gefunden!",wrongBitrate:"Titel mit der gewünschten Bitrate nicht gefunden.",wrongBitrateNoAlternative:"Titel mit der gewünschten Bitrate nicht gefunden und keine Alternative gefunden!",no360RA:"Der Titel ist im Reality Audio 360 Format nicht verfügbar.",notAvailable:"Titel auf den Servern von deezer nicht verfügbar!",notAvailableNoAlternative:"Titel auf den Servern von deezer nicht verfügbar und keine Alternative gefunden!"}},favorites:{title:"Favoriten",noPlaylists:"Keine Playlisten gefunden",noAlbums:"Keine Album-Favoriten gefunden",noArtists:"Keine Künstler-Favoriten gefunden",noTracks:"Keine Titel-Favoriten gefunden"},home:{needTologin:"Du musst dich in dein Deezer-Konto einloggen, bevor du mit dem Download beginnen kannst.",openSettings:"Einstellungen öffnen",sections:{popularPlaylists:"Beliebte Playlisten",popularAlbums:"Meist gestreamte Alben"}},linkAnalyzer:{info:"In dieser Sektion findest du weitere Informationen über den Link, den du versuchst herunterzuladen.",useful:"Dies ist nützlich, wenn du versuchst, einige Titel herunterzuladen, die in deinem Land nicht verfügbar sind, und du zum Beispiel wissen willst, wo sie verfügbar sind.",linkNotSupported:"Dieser Link wird noch nicht unterstützt",linkNotSupportedYet:"Es scheint, als ob dieser Link noch nicht unterstützt wird, versuche einen anderen zu analysieren.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Länge",diskNumber:"Disk Nummer",trackNumber:"Titel Nummer",releaseDate:"Veröffentlichungsdatum",bpm:"BPM",label:"Musiklabel",recordType:"Record Typ",genres:"Genres",tracklist:"Tracklist"}},search:{startSearching:"Suche starten!",description:"Du kannst einen Track suchen, ein ganzes Album, einen Künstler, eine Playlist.... alles! Du kannst auch einen Deezer-Link einfügen",fans:"{0} Fans",noResults:"Keine Ergebnisse",noResultsTrack:"Keine Titel gefunden",noResultsAlbum:"Keine Alben gefunden",noResultsArtist:"Keine Künstler gefunden",noResultsPlaylist:"Keine Playlisten gefunden"},searchbar:"Suche alles, was du willst (oder füge einfach einen Link ein)",downloads:"downloads",toasts:{addedToQueue:"{0} zur Warteschlange hinzugefügt",alreadyInQueue:"{0} ist bereits in der Warteschlange!",finishDownload:"{0} bereits heruntgeladen",allDownloaded:"Alle Downloads abgeschlossen!",refreshFavs:"Aktualisierung abgeschlossen!",loggingIn:"Einloggen",loggedIn:"Eingeloggt",alreadyLogged:"Bereits eingeloggt",loginFailed:"Einloggen nicht möglich",loggedOut:"Ausgeloggt",cancellingCurrentItem:"Aktuellen Eintrag abbrechen.",currentItemCancelled:"Aktueller Eintrag abgebrochen.",startAddingArtist:"{0} Alben zur Warteschlange hinzufügen",finishAddingArtist:"{0} Alben zur Warteschlange hinzugefügt",startConvertingSpotifyPlaylist:"Umwandlung von Spotify-Titel in Deezer-Titel",finishConvertingSpotifyPlaylist:"Spotify Playlist konvertiert"},settings:{title:"Eisntellungen",languages:"Sprachen",login:{title:"Login",loggedIn:"Sie sind eingeloggt als {username}",arl:{question:"Wie bekomme ich meine eigene ARL?",update:"ARL aktualisieren"},logout:"Ausloggen"},appearance:{title:"Aussehen",slimDownloadTab:"Schlanker Download-Tab"},downloadPath:{title:"Download Pfad"},templates:{title:"Vorlagen",tracknameTemplate:"Titelname Vorlage",albumTracknameTemplate:"Album Titel Vorlage",playlistTracknameTemplate:"Playlist Titel Vorlage"},folders:{title:"Ordner",createPlaylistFolder:"Ordner für Playlists erstellen",playlistNameTemplate:"Vorlage für Playlist-Ordner",createArtistFolder:"Ordner für Künstler erstellen",artistNameTemplate:"Vorlage für Künstler-Ordner",createAlbumFolder:"Ordner für Album erstellen",albumNameTemplate:"Vorlage für Album-Ordner",createCDFolder:"Ordner für CDs erstellen",createStructurePlaylist:"Ordnerstruktur für Wiedergabelisten erstellen",createSingleFolder:"Ordnerstruktur für Singles erstellen"},trackTitles:{title:"Tracktitel",padTracks:"Pad tracks",paddingSize:"Overwrite padding size",illegalCharacterReplacer:"Unzulässiger Zeichen-Ersetzer"},downloads:{title:"Downloads",queueConcurrency:"Gleichzeitige Downloads",maxBitrate:{title:"Bevorzugte Bitrate",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Soll ich die Dateien überschreiben?",y:"Ja, Datei überschreiben",n:"Nein, Datei nicht überschreiben",t:"Nur Tags überschreiben"},fallbackBitrate:"Fallback Bitrate",fallbackSearch:"Fallback suchen",logErrors:"Protokolldateien für Fehler erstellen",logSearched:"Protokolldateien für gesuchte Titel erstellen",createM3U8File:"Playlist-Datei erstellen (M3U8)",syncedLyrics:".lyr-Dateien erstellen (Liedtexte synchronisieren)",playlistFilenameTemplate:"Vorlage für Playlist-Dateinamen",saveDownloadQueue:"Speichern der Download-Warteschlange beim Schließen der Anwendung"},covers:{title:"Album-Cover",saveArtwork:"Cover speichern",coverImageTemplate:"Vorlage für Cover-Bezeichnung",saveArtworkArtist:"Künstlerbild speichern",artistImageTemplate:"Vorlage für Künstlerbild",localArtworkSize:"Lokale Größe des Künstlerbildes",embeddedArtworkSize:"Eingebettete Größe des Künstlerbildes",localArtworkFormat:{title:"Welches Format soll das lokale Künstlerbild haben?",jpg:"Ein jpeg Bild",png:"Ein png Bild",both:"Beides, eine jpeg und eine png"},jpegImageQuality:"JPEG Bild Qualität"},tags:{head:"Welche Tags sollen gespeichert werden",title:"Titel",artist:"Künstler",album:"Album",cover:"Cover",trackNumber:"Titel Nummer",trackTotal:"Titel Insgesamt",discNumber:"Disc Nummer",discTotal:"Disc Insgesamt",albumArtist:"Album Künstler",genre:"Genre",year:"Jahr",date:"Datum",explicit:"Explizite Texte",isrc:"ISRC",length:"Länge",barcode:"Album Barcode (UPC)",bpm:"BPM",replayGain:"Replay Gain",label:"Album Plattenlabel",lyrics:"Unsynchronisierte Liedtexte",copyright:"Urheberrecht",composer:"Komponist",involvedPeople:"Beteiligte Personen"},other:{title:"Andere",savePlaylistAsCompilation:"Wiedergabelisten als Compilation speichern",useNullSeparator:"Null-Trennzeichen verwenden",saveID3v1:"ID3v1 ebenfalls speichern",multiArtistSeparator:{title:"Wie möchten Sie Ihre Künstler trennen?",nothing:"Nur den Hauptkünstler speichern",default:"Verwendung der Standardspezifikation",andFeat:"Verwendung von & und feat.",using:'Verwendet "{0}"'},singleAlbumArtist:"Nur den Interpreten des Hauptalbums speichern",albumVariousArtists:'"Verschiedene Künstler" im Album Künstler Tag behalten',removeAlbumVersion:'"Album-Version" aus dem Titelnamen entfernen',removeduplicateArtists:"Kombinationen von Künstlern entfernen",dateFormat:{title:"Datumsformat für FLAC-Dateien",year:"YYYY",month:"MM",day:"DD"},featuredToTitle:{title:"Was soll ich mit den Featured Künstlern machen?",0:"Nichts",1:"Aus dem Titel entfernen",3:"Aus dem Titel und dem Albumtitel entfernen",2:"In den Titel verschieben"},titleCasing:"Titel Textformattierung",artistCasing:"Künstler Textformattierung",casing:{nothing:"Unverändert lassen",lower:"kleinbuchstaben",upper:"GROSSBUCHSTABEN",start:"Anfang Jedes Wortes",sentence:"Wie einen Satz"},previewVolume:"Vorschau Lautstärke",executeCommand:{title:"Befehl zur Ausführung nach dem Download",description:"Leer lassen für keine Aktion"}},spotify:{title:"Spotify-Funktionen",clientID:"Spotify clientID",clientSecret:"Spotify Client Secret",username:"Spotify Benutzername"},reset:"Auf Standard zurücksetzen",save:"Speichern",toasts:{init:"Einstellungen geladen!",update:"Einstellungen aktualisiert!",ARLcopied:"ARL in die Zwischenablage kopiert"}},sidebar:{home:"start",search:"suche",charts:"charts",favorites:"favoriten",linkAnalyzer:"link-analysator",settings:"einstellungen",about:"über"},tracklist:{downloadSelection:"Auswahl herunterladen"}},Ru={globals:{welcome:"Bienvenue sur deemix",back:"Arrière",loading:"chargement",download:"Téléchargement {0}",by:"par {0}",in:"dans {0}",download_hint:"Téléchargement",play_hint:"Jouer",toggle_download_tab_hint:"Agrandir/Réduire",clean_queue_hint:"Nettoyer la file terminée",cancel_queue_hint:"Annuler tout",listTabs:{empty:"",all:"Tous",top_result:"meilleurs resultats",album:"album | albums",artist:"artiste | artistes",single:"single | singles",title:"titre | titres",track:"piste | pistes",trackN:"0 piste | {n} piste | {n} pistes",releaseN:"0 sorties | {n} sortie | {n} sorties",playlist:"playlist | playlists",compile:"compilation | compilations",ep:"ep | eps",spotifyPlaylist:"spotify playlist | spotify playlists",releaseDate:"date de sortie",error:"error"}},about:{titles:{usefulLinks:"Liens Utiles",bugReports:"Rapporter un bug",contributing:"Contribution",donations:"Donations",license:"License"},subtitles:{bugReports:"Y a-t-il quelque chose qui ne fonctionne pas dans deemix ? Dites-le nous !",contributing:"Vous souhaitez contribuer à ce projet ? Vous pouvez le faire de différentes manières !",donations:"Vous voulez contribuer financièrement ? Vous pouvez faire un don !"},usesLibrary:"Cette application utilise la bibliothèque <strong>deemix</strong>, que vous pouvez utiliser pour créer votre propre interface utilisateur pour deemix.",thanks:"Merci à <strong>rtonno</strong>, <strong>uhwot</strong> et <strong>lollilol</strong>pour m'avoir aidé dans ce projet, ainsi que <strong>BasCurtiz</strong> et <strong>scarvimane</strong> pour avoir créer le logo.",upToDate:'Restez au courant des mises à jour en suivant le <a href="https://t.me/RemixDevNews" target="_blank">Canal d\'informations</a> sur Telegram.',officialWebsite:"Site Officiel",officialRepo:"Dépôt officiel de la bibliothèque",officialWebuiRepo:"Dépôt officiel de la webUI",officialSubreddit:"SubReddit Officile",newsChannel:"Canal informations",questions:'Si vous avez des questions ou des problèmes avec l\'application, cherchez une solution dans le <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a> en premier. Ensuite, si vous ne trouvez rien, vous pouvez faire un post avec votre numéro sur le subreddit..',beforeReporting:"Avant de signaler un bogue, assurez-vous que vous utilisez la dernière version de l'application et que ce que vous voulez signaler est bien un bogue et non quelque chose qui ne va pas que de votre côté.",beSure:"S'assurer que le bug est reproductible sur une autre machine et aussi <strong>NE PAS</strong> reporter un bug s'il a déjà été reporté",duplicateReports:"Les rapports de bug en double seront supprimés, gardez un oeil dessus.",dontOpenIssues:"<strong>NE PAS</strong> ouvrir une issuses pour poser une question, il y a un subreddit pour cela.",newUI:'Si vous compétences en python sont suffisantes, vous pouvez tentez de créer une nouvelle interface utilisateur pour l\'application en utilisant notre bibliothèque de base, ou résoudre des bugs dans notre bibliothèque avec une pull request sur notre<a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a>.',acceptFeatures:"J'accepte également les fonctionnalités, mais pas les choses complexes, car elles peuvent être implémentées directement dans l'application et non dans la bibliothèque.",otherLanguages:"Si vous parlez couramment un autre langage de programmation, vous pourriez essayer de porter deemix dans d'autres langages de programmation !",understandingCode:"Vous avez besoin d'aide pour comprendre le code ? Il suffit de cliquer sur RemixDev sur Telegram ou Reddit.",contributeWebUI:'Si vous connaissez Vue.js (JavaScript), HTML ou CSS, vous pourriez contribuer à <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">l\'interface Web uitilisateur</a>.',itsFree:"Vous devez vous rappeler que <strong>ceci est un projet libre</strong> et <strong> vous devez soutenir les artistes que vous aimez</strong> avant de soutenir les développeurs.",notObligated:"Ne vous sentez pas obligé de faire un don, je vous apprécie quand même !",lincensedUnder:'Ce travail est autorisé dans le cadre d\'une\n\t\t\t<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU General Public License 3.0</a\n\t\t\t>.'},charts:{title:"Hit-parades",changeCountry:"Changer de pays",download:"Télécharger un hit-parades"},errors:{title:"Erreurs pour {0}",ids:{invalidURL:"URL non reconnue",unsupportedURL:"URL non support actuellement",ISRCnotOnDeezer:"la piste ISRC indisponible sur deezer",notYourPrivatePlaylist:"Vous ne pouvez pas télécharger les playlists privées des autres.",spotifyDisabled:"Les paramètres de Spotify ne sont pas correctement réglés.",trackNotOnDeezer:"piste non trouvée sur deezer!",albumNotOnDeezer:"Album non trouvée sur deezer!",notOnDeezer:"piste non disponible sur deezer",notEncoded:"piste non encore encodée!",notEncodedNoAlternative:"Piste non encore encodée et aucune alternative trouvée!",wrongBitrate:"piste non trouvée au bitrate désiré.",wrongBitrateNoAlternative:"piste non trouvée au bitrate désiré et aucune alternative trouvée!",no360RA:"Cette piste est indisponible en Reality Audio 360.",notAvailable:"piste indisponible sur les serveurs de deezer!",notAvailableNoAlternative:"piste indisponible sur les serveurs de deezer! et aucune alternative trouvée"}},favorites:{title:"Favorites",noPlaylists:"Aucune Playliste trouvée",noAlbums:"Aucun Album favoris trouvé",noArtists:"Aucun Album favoris de l'artiste trouvé",noTracks:"Aucune piste favoris trouvé"},home:{needTologin:"Vous devez vous connecter à votre compte Deezer avant de pouvoir commencer à télécharger.",openSettings:"Ouvrir les paramètres",sections:{popularPlaylists:"Playlites populaires",popularAlbums:"Les albums les plus diffusés"}},linkAnalyzer:{info:"Vous pouvez utiliser cette section pour obtenir plus d'informations sur le lien que vous essayez de télécharger.",useful:"C'est utile si vous essayez de télécharger certains titres qui ne sont pas disponibles dans votre pays et que vous voulez savoir où ils sont disponibles, par exemple.",linkNotSupported:"Ce lien n'est pas encore pris en charge",linkNotSupportedYet:"Il semble que ce lien ne soit pas encore pris en charge, essayez d'en analyser un autre.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Durée",diskNumber:"Numero du disque",trackNumber:"Numéro de la piste",releaseDate:"Date de sortie",bpm:"BPM",label:"Label",recordType:"Type d'enregistrement",genres:"Genres",tracklist:"Liste des pistes"}},search:{startSearching:"Commencer à chercher!",description:"Vous pouvez rechercher un titre, un album entier, un artiste, une playlist.... tout ! Vous pouvez également coller un lien Deezer",fans:"{0} fans",noResults:"Aucun résultat",noResultsTrack:"Aucune piste trouvé",noResultsAlbum:"Aucun Album trouvé",noResultsArtist:"Aucun Artiste trouvé",noResultsPlaylist:"Aucune playliste trouvée"},searchbar:"Cherchez ce que vous voulez (ou collez simplement un lien)",downloads:"téléchargement",toasts:{addedToQueue:"{0} ajoutés à la file",alreadyInQueue:"{0} est déjà dans la file!",finishDownload:"{0} téléchargement terminé.",allDownloaded:"Tous les téléchargements sont terminés!",refreshFavs:"Rafraîchissement terminé!",loggingIn:"Connexion",loggedIn:"Connecté",alreadyLogged:"Déjà connecté",loginFailed:"Impossible de se connecter",loggedOut:"Déconnexion",cancellingCurrentItem:"Annulation de l'article en cours .",currentItemCancelled:"Article en cours annulé.",startAddingArtist:"ajout de {0} albums à la file",finishAddingArtist:"{0} albums ajoutés à la file",startConvertingSpotifyPlaylist:"Conversion des pistes de spotify vers les pistes de deezer",finishConvertingSpotifyPlaylist:"Playlist spotify convertie"},settings:{title:"Paramètres",languages:"Langages",login:{title:"Connexion",loggedIn:"Vous êtes connecté en tant que {username}",arl:{question:"Comment puis-je obtenir mon ARL?",update:"Mettre à jour ARL"},logout:"Déconnexion"},appearance:{title:"Apparence",slimDownloadTab:"Onglet de téléchargement léger"},downloadPath:{title:"Chemin de téléchargement"},templates:{title:"Modèles",tracknameTemplate:"Modèle de nom de piste",albumTracknameTemplate:"Modèle de piste d'album",playlistTracknameTemplate:"Modèle de playlist"},folders:{title:"Dossiers",createPlaylistFolder:"Créer un dossier pour les playlistes",playlistNameTemplate:"Modèle de dossier de liste de lecture",createArtistFolder:"Créer un dossier pour l'artiste",artistNameTemplate:"Modèle de dossier d'artiste",createAlbumFolder:"Créer un dossier pour l'album",albumNameTemplate:"Modèle de dossier d'album",createCDFolder:"Créer un dossier pour les CD",createStructurePlaylist:"Créer une structure de dossiers pour les playlists",createSingleFolder:"Créer une structure de dossiers pour les singles"},trackTitles:{title:"Titres des pistes",padTracks:"Pad tracks",paddingSize:"Ecraser la taille du remplissage",illegalCharacterReplacer:"Caractères de remplacement illégal"},downloads:{title:"Téléchargements",queueConcurrency:"Téléchargements simultanés",maxBitrate:{title:"Bitrate préféré",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Dois-je écraser les fichiers ?",y:"Oui, écraser le fichier",n:"Non, ne pas écraser le fichier",t:"N'écrasez que les balises"},fallbackBitrate:"Bitrate fallback",fallbackSearch:"Rechercher fallback",logErrors:"Créer des fichiers journaux pour les erreurs",logSearched:"Créer des fichiers journaux pour les pistes recherchées",createM3U8File:"Créer un fichier de liste de lecture",syncedLyrics:"Créer des fichiers .lyr (Sync paroles)",playlistFilenameTemplate:"Modèle de nom de fichier de liste de lecture",saveDownloadQueue:"Sauvegarder la file de téléchargement lors de la fermeture de l'application"},covers:{title:"Couvertures d'albums",saveArtwork:"Sauvegarder les couvertures",coverImageTemplate:"Modèle de nom de couverture",saveArtworkArtist:"Sauvegarder l'image de l'artiste",artistImageTemplate:"Modèle d'image d'artiste",localArtworkSize:"Taille des œuvres d'art locales",embeddedArtworkSize:"Taille de l'œuvre d'art incorporée",localArtworkFormat:{title:"Quel format voulez-vous que l'œuvre d'art locale soit?",jpg:"Une image jpeg",png:"Une image png",both:"A la fois une image jpeg et png"},jpegImageQuality:"Qualité de l'image JPEG"},tags:{head:"uelles balises sauvegarder",title:"Titre",artist:"Artiste",album:"Album",cover:"Couverture",trackNumber:"Numéro de piste",trackTotal:"Nombre total de piste",discNumber:"Disc Numéro",discTotal:"Total de disc",albumArtist:"Artiste de l'album",genre:"Genre",year:"Année",date:"Date",explicit:"Paroles Explicites",isrc:"ISRC",length:"longeur de la piste",barcode:"Barcode de l'album (UPC)",bpm:"BPM",replayGain:"Replay Gain",label:"Label de l'album",lyrics:"Paroles non synchronisées",copyright:"Copyright",composer:"Compositeur",involvedPeople:"Personnes implquées"},other:{title:"Autre",savePlaylistAsCompilation:"Enregistrer les listes de lecture sous forme de compilation",useNullSeparator:"Utiliser le séparateur nul",saveID3v1:"Enregistrez également l'ID3v1",multiArtistSeparator:{title:"Comment souhaitez-vous séparer vos artistes?",nothing:"Ne sauver que l'artiste principal",default:"Utilisation d'une spécification standard",andFeat:"Utiliser & et feat.",using:'Utiliser "{0}"'},singleAlbumArtist:"Sauvegarder uniquement l'artiste de l'album principal",albumVariousArtists:"Conservez Various Artists dans l'album",removeAlbumVersion:"Supprimer la version de l'album du titre de la piste",removeDuplicateArtists:"Supprimer les combinaisons d'artistes",dateFormat:{title:"Format de date pour les fichiers FLAC",year:"YYYY",month:"MM",day:"DD"},featuredToTitle:{title:"Que dois-je faire avec les artistes présentés ?",0:"Rien",1:"Supprimer le titre",3:"Retirez-le du titre et du titre de l'album",2:"Déplacez-le vers le titre"},titleCasing:"Titre de la boîte",artistCasing:"Artiste de la boîte",casing:{nothing:"Ne rien changer",lower:"minuscules",upper:"MAJUSCULES",start:"Début de chaque mot",sentence:"Comme une phrase"},previewVolume:"Prévisualisation du volum",executeCommand:{title:"Commande à exécuter après le téléchargement",description:"Laisser en blanc pour aucune action"}},spotify:{title:"Spotify Features",clientID:"Spotify clientID",clientSecret:"Spotify Client Secret",username:"Nom d'utilisateur spotify"},reset:"Remettre les options par défaut",save:"Sauvegarder",toasts:{init:"Paramètres chargés!",update:"Paramètres mis à jour!",ARLcopied:"ARL copié dans presse papier"}},sidebar:{home:"accueil",search:"recharcher",charts:"Hit-parades",favorites:"favoris",linkAnalyzer:"analyseur de lien",settings:"Paramètres",about:"a propos"},tracklist:{downloadSelection:"Télécharger la sélection"}},ju={globals:{welcome:"Selamat datang di deemix",back:"kembali",loading:"memuat",download:"Mengunduh {0}",by:"oleh {0}",in:"di {0}",download_hint:"Unduh",play_hint:"Putar",toggle_download_tab_hint:"Buka/Tutup",clean_queue_hint:"Berhasil Mengosongkan",cancel_queue_hint:"Batalkan Semua",listTabs:{empty:"",all:"semua",top_result:"hasil teratas",album:"album | album",artist:"artis | artis",single:"singel | singel",title:"judul | judul",track:"lagu | lagu",trackN:"0 lagu | {n} lagu | {n} lagu",releaseN:"0 rilis | {n} rilis | {n} rilis",playlist:"daftar putar | daftar putar",compile:"kompilasi | kompilasi",ep:"ep | ep",spotifyPlaylist:"daftar putar spotify | daftar putar spotify",releaseDate:"tanggal rilis",error:"galat"}},about:{titles:{usefulLinks:"Tautan Berguna",bugReports:"Laporan Kesalahan",contributing:"Kontirbutor",donations:"Donasi",license:"Lisensi"},subtitles:{bugReports:"Ada yang tidak bekerja dengan baik di deemix? Beri tahu kami!",contributing:"Mau kontribusi dalam proyek ini? Kamu bisa lakukan dengan banyak hal!",donations:"Mau kontribusi secara finansial? Kamu bisa beri donasi!"},usesLibrary:"Aplikasi ini menggunakan pustaka <strong>deemix</strong>, yang bisa kamu gunakan untuk membuat UI deemix milikmu sendiri.",thanks:"Terima kasih kepada <strong>rtonno</strong>, <strong>uhwot</strong> dan <strong>lollilol</strong> yang telah membantuku dalam proyek ini, serta kepada <strong>BasCurtiz</strong> dan <strong>scarvimane</strong> yang telah membuat ikon.",upToDate:'Ikuti <a href="https://t.me/RemixDevNews" target="_blank">kanal berita deemix</a> di Telegram agar tidak ketinggalan berita terbaru.',officialWebsite:"Situs Web Resmi",officialRepo:"Repositori Pustaka Resmi",officialWebuiRepo:"Repositori WebUI Resmi",officialSubreddit:"Subreddit Resmi",newsChannel:"Kanal Berita",questions:'Kalau kamu punya pertanyaan atau masalah dengan aplikasi ini, tolong cari solusinya di <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a> kami terlebih dahulu. Kalau memang tidak ada, silakan buat pos baru berisikan persoalan tersebut.',beforeReporting:"Sebelum melaporkan masalah, pastikan kamu sudah memakai versi aplikasi terbaru dan hal yang akan kamu laporkan memang bukan kesalahan dari pihak kamu sendiri.",beSure:"Pastikan masalah tersebut bisa diemulasikan di mesin lain, dan juga <strong>JANGAN</strong> laporkan masalah yang sudah dilaporkan sebelumnya.",duplicateReports:"Laporan duplikat akan kami tutup, jadi perhatikan baik-baik.",dontOpenIssues:"<strong>JANGAN</strong> buka issue baru untuk mengirimkan pertanyaan, silakan lakukan di subreddit.",newUI:'Kalau kamu mahir pada python, kamu bisa coba membuat UI baru untuk aplikasi ini menggunakan pustaka dasar, atau membenarkan masalah di pustaka kami dengan melakukan pull request pada <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repo</a> kami.',acceptFeatures:"Kami juga menerima fitur baru, tapi jangan yang terlalu kompleks, karena hal itu lebih baik diimplementasikan langsung di aplikasi daripada di pustaka.",otherLanguages:"Kalau kamu mahir dengan bahasa pemrograman lain, kamu bisa coba mentransfer deemix ke bahasa tersebut!",understandingCode:"Butuh bantuan untuk memahami kode deemix? Kontak RemixDev di Telegram atau Reddit.",contributeWebUI:'Kalau kamu paham Vue.js (JavaScript), HTML, atau CSS, kamu bisa berkontribusi pada <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>.',itsFree:"Perlu diingat bahwa <strong>ini adalah proyek gratis</strong> dan <strong>dukung artis idolamu terlebih dahulu</strong> sebelum mendukung kami sebagai pengembang aplikasi.",notObligated:"Jangan merasa terpaksa untuk menyumbang, kami tetap menghargai kamu!",lincensedUnder:'Pekerjaan ini ada di bawah lisensi\n\t\t\t<a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n\t\t\t\t>GNU General Public License 3.0</a\n\t\t\t>.'},charts:{title:"Tangga Lagu",changeCountry:"Ubah Negara",download:"Unduh Tangga Lagu"},errors:{title:"Galat untuk {0}",ids:{invalidURL:"URL tidak dikenal",unsupportedURL:"URL belum didukung",ISRCnotOnDeezer:"Lagu ISRC tidak tersedia di deezer",notYourPrivatePlaylist:"Kamu tidak bisa mengunduh daftar putar privat orang lain.",spotifyDisabled:"Fitur Spotify tidak diatur dengan benar.",trackNotOnDeezer:"Lagu tidak ditemukan di deezer!",albumNotOnDeezer:"Album tidak ditemukan di deezer!",notOnDeezer:"Lagu tidak ada di Deezer!",notEncoded:"Lagu belum di-encode!",notEncodedNoAlternative:"Lagu belum di-encode dan tidak ada alternatif lain!",wrongBitrate:"Lagu tidak tersedia pada bitrate yang diinginkan.",wrongBitrateNoAlternative:"Lagu tidak tersedia pada bitrate yang diinginkan dan tidak ada alternatif lain!",no360RA:"Lagu tidak tersedia pada Reality Audio 360.",notAvailable:"Lagu tidak tersedia pada server deezer!",notAvailableNoAlternative:"Lagu tidak tersedia pada server deezer dan tidak ada alternatif lain!"}},favorites:{title:"Favorit",noPlaylists:"Daftar Putar kosong",noAlbums:"Album Favorit kosong",noArtists:"Artis Favorit kosong",noTracks:"Lagu Favorit kosong"},home:{needTologin:"Kamu harus masuk ke akun Deezer kamu sebelum bisa memulai pengunduhan.",openSettings:"Buka Pengaturan",sections:{popularPlaylists:"Daftar putar populer",popularAlbums:"Album paling banyak diputar"}},linkAnalyzer:{info:"Di sini, kamu bisa mencari informasi lebih lanjut tentang tautan yang ingin kamu unduh.",useful:"Contohnya, ini dapat berguna jika kamu ingin mengunduh lagu yang tidak tersedia di negaramu dan ingin tahu di negara mana lagu itu tersedia.",linkNotSupported:"Tautan seperti ini belum didukung",linkNotSupportedYet:"Sepertinya tautan ini belum didukung, silakan coba analisa tautan lain.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Durasi",diskNumber:"Nomor Disk",trackNumber:"Nomor Lagu",releaseDate:"Tanggal Rilis",bpm:"BPM",label:"Label",recordType:"Tipe Rekaman",genres:"Genre",tracklist:"Daftar Lagu"}},search:{startSearching:"Mulai cari!",description:"Kamu bisa mencari lagu, album, artis, daftar putar.... apa pun! Kamu juga bisa memberikan tautan Deezer",fans:"{0} fan",noResults:"Tak ada hasil",noResultsTrack:"Lagu tidak ditemukan",noResultsAlbum:"Album tidak ditemukan",noResultsArtist:"Artis tidak ditemukan",noResultsPlaylist:"Daftar putar tidak ditemukan"},searchbar:"Cari apa pun yang kamu mau (atau berikan tautannya saja)",downloads:"unduhan",toasts:{addedToQueue:"{0} ditambah ke antrian",alreadyInQueue:"{0} sudah ada di antrian!",finishDownload:"{0} selesai diunduh.",allDownloaded:"Seluruh unduhan selesai!",refreshFavs:"Penyegaran selesai!",loggingIn:"Masuk",loggedIn:"Telah masuk",alreadyLogged:"Telah masuk",loginFailed:"Tidak bisa masuk",loggedOut:"Belum masuk",cancellingCurrentItem:"Membatalkan item.",currentItemCancelled:"Item telah dibatalan.",startAddingArtist:"Menambahkan {0} album ke antrian",finishAddingArtist:"{0} album telah ditambahkan ke antrian",startConvertingSpotifyPlaylist:"Mengonversi lagu spotify ke deezer",finishConvertingSpotifyPlaylist:"Daftar putar Spotify selesai dikonversi"},settings:{title:"Pengaturan",languages:"Bahasa",login:{title:"Masuk",loggedIn:"Kamu telah masuk sebagai {username}",arl:{question:"Bagaimana cara mendapat ARL?",update:"Perbarui ARL"},logout:"Keluar"},appearance:{title:"Tampilan",slimDownloadTab:"Tab unduhan ramping"},downloadPath:{title:"Direktori Unduhan"},templates:{title:"Templat",tracknameTemplate:"Templat judul lagu",albumTracknameTemplate:"Templat judul album",playlistTracknameTemplate:"Templat judul daftar putar"},folders:{title:"Folders",createPlaylistFolder:"Buat folder untuk daftar putar",playlistNameTemplate:"Templat folder daftar putar",createArtistFolder:"Buat folder untuk artis",artistNameTemplate:"Templat folder artis",createAlbumFolder:"Buat folder untuk album",albumNameTemplate:"Templat folder album",createCDFolder:"Buat folder untuk CD",createStructurePlaylist:"Buat struktur folder untuk daftar putar",createSingleFolder:"Buat struktur folder untuk singel"},trackTitles:{title:"Judul lagu",padTracks:"Judul pad",paddingSize:"Timpa ukuran padding",illegalCharacterReplacer:"Pengubah Simbol Tak Terdukung"},downloads:{title:"Unduhan",queueConcurrency:"Unduhan Bersamaan",maxBitrate:{title:"Bitrate Prioritas",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Apakah file mau ditimpa?",y:"Ya, silakan",n:"Tidak, jangan ditimpa",t:"Timpa tag-nya saja"},fallbackBitrate:"Rendahkan bitrate",fallbackSearch:"Cari bitrate lebih rendah",logErrors:"Buat file log untuk galat",logSearched:"Buat file log untuk lagu yang dicari",createM3U8File:"Buat file daftar putar",syncedLyrics:"Buat file .lyr (Sinkronisasikan Lirik)",playlistFilenameTemplate:"Templat nama file untuk daftar putar",saveDownloadQueue:"Simpan antrian pengunduhan saat menutup aplikasi"},covers:{title:"Sampul album",saveArtwork:"Simpan Sampul",coverImageTemplate:"Templat nama sampul",saveArtworkArtist:"Simpan gambar artis",artistImageTemplate:"Templat gambar artis",localArtworkSize:"Ukuran sampul lokal",embeddedArtworkSize:"Ukuran sampul tertanam",localArtworkFormat:{title:"Format gambar apa yang kamu mau untuk sampul lokal?",jpg:"Gambar JPEG",png:"Gambar PNG",both:"Keduanya"},jpegImageQuality:"Kualitas gambar JPEG"},tags:{head:"Tag apa saja yang disimpan?",title:"Judul",artist:"Artis",album:"Album",cover:"Sampul",trackNumber:"Nomor Lagu",trackTotal:"Jumlah Lagu",discNumber:"Nomor Disk",discTotal:"Jumlah Disk",albumArtist:"Artis pada Album",genre:"Genre",year:"Tahun",date:"Tanggal",explicit:"Lirik Eksplisit",isrc:"ISRC",length:"Durasi",barcode:"Barcode Album (UPC)",bpm:"BPM",replayGain:"Replay Gain",label:"Label Album",lyrics:"Lirik Tak Tersinkronisasi",copyright:"Hak Cipta",composer:"Komposer",involvedPeople:"Orang-Orang Terlibat"},other:{title:"Lainnya",savePlaylistAsCompilation:"Simpan daftar putar sebagai kompilasi",useNullSeparator:"Gunakan separator null",saveID3v1:"Simpan juga ID3v1",multiArtistSeparator:{title:"Bagaimana kamu mau memisahkan nama artis?",nothing:"Simpan artis utamanya saja",default:"Gunakan spesifikasi standard",andFeat:"Gunakan & dan feat.",using:'Gunakan "{0}"'},singleAlbumArtist:"Simpan artis utama saja",albumVariousArtists:'Simpan "Various Artists" sebagai artis',removeAlbumVersion:'Hapus "Versi Album" dari judul lagu',removeDuplicateArtists:"Hapus kombinasi artis",dateFormat:{title:"Format tanggal untuk file FLAC",year:"YYYY",month:"MM",day:"DD"},featuredToTitle:{title:"Apa yang harus dilakukan jika ada artis kedua?",0:"Biarkan saja",1:"Hapus dari judul lagu",3:"Hapus dari judul lagu dan judul album",2:"Pindahkan ke judul lagu"},titleCasing:"Kapitalisasi judul",artistCasing:"Kapitalisasi album",casing:{nothing:"Biarkan seadanya",lower:"huruf kecil",upper:"HURUF KAPITAL",start:"Setiap Awal Kata",sentence:"Huruf pertama saja"},previewVolume:"Pratinjau volume",executeCommand:{title:"Perintah yang dijalankan setelah pengunduhan",description:"Biarkan kosong jika tidak ada"}},spotify:{title:"Fitur Spotify",clientID:"clientID Spotify ",clientSecret:"Client Secret Spotify ",username:"Username Spotify"},reset:"Kembalikan ke Awal",save:"Simpan",toasts:{init:"Pengaturan dimuat!",update:"Pengaturan diperbarui!",ARLcopied:"ARL tersalin ke papan klip"}},sidebar:{home:"utama",search:"cari",charts:"tangga lagu",favorites:"favorit",linkAnalyzer:"penganalisa tautan",settings:"pengaturan",about:"tentang"},tracklist:{downloadSelection:"Seleksi unduhan"}},Ou={globals:{welcome:"Bem-vindo ao deemix",back:"voltar",loading:"A carregar",download:"Transferir {0}",by:"por {0}",in:"em {0}",download_hint:"Descarregar",play_hint:"Tocar",toggle_download_tab_hint:"Expandir/Recolher",clean_queue_hint:"Limpar Finalizados",cancel_queue_hint:"Cancelar Tudo",listTabs:{empty:"",all:"Tudo",top_result:"melhor resultado",album:"álbum | álbums",artist:"artista | artistas",single:"single | singles",title:"título | títulos",track:"faixa | faixas",trackN:"0 faixas | {n} faixa | {n} faixas",releaseN:"0 lançamentos | {n} lançamento | {n} lançamento",playlist:"lista de reprodução | listas de reprodução",compile:"compilação | compilações",ep:"ep | eps",spotifyPlaylist:"lista de reprodução spotify | listas de reprodução spotify",releaseDate:"data de lançamento",error:"erro"}},about:{titles:{usefulLinks:"Links Úteis",bugReports:"Relatório de erros",contributing:"Contribuir",donations:"Doações",license:"Licenças"},subtitles:{bugReports:"Existe alguma coisa que não funciona no deemix? Informa-nos!",contributing:"Queres contribuir para o projecto? Podes fazê-lo de diferentes formas!",donations:"Desejas contribuir monetariamente? Faz uma doação!"},usesLibrary:"Esta aplicação usa a biblioteca <strong>deemix</strong>, que poderás usar para desenvolver o teu proprio UI para o deemix.",thanks:"Agradeço a <strong>rtonno</strong>, <strong>uhwot</strong> and <strong>lollilol</strong> por me ajudarem neste projeto e a <strong>BasCurtiz</strong> and <strong>scarvimane</strong> por elaborarem o ícone.",upToDate:'Mantem-te atualizado seguindo o <a href="https://t.me/RemixDevNews" target="_blank">canal de notícias</a> no Telegram.',officialWebsite:"Site Oficial",officialRepo:"Repositório Oficial da Biblioteca",officialWebuiRepo:"Repositório Oficial WebUI",officialSubreddit:"Subreddit Oficial",newsChannel:"Canal de Notícias",questions:'Caso tenhas alguma duvida ou problema com a app, primeiro procura por uma solução no <a href="https://www.reddit.com/r/deemix" target="_blank">subreddit</a>. Caso não encontres nada podes criar um post com a tua questão no subreddit.',beforeReporting:"Antes de reportares um bug certifica-te que estás a correr a versão mais recente e que o que queres reportar é mesmo um bug e não algo que apenas não funciona do teu lado.",beSure:"Certifica-te que o erro é reprodutivel noutros dispositivos e <strong>NÃO</strong> reportes um bug que já tenha sido reportado.",duplicateReports:"Bug reports duplicados serão fechados, mantém-te atento a isso.",dontOpenIssues:"<strong>NÃO</strong> abras issues para colocar questões, existe um subreddit para isso.",newUI:'Caso sejas fluente em python podes tentar criar um novo UI para a aplicação recorrendo à biblioteca base , ou corrigir erros na biblioteca com um pull request no <a href="https://codeberg.org/RemixDev/deemix" target="_blank">repositório</a>.',acceptFeatures:"Também aceito funcionalidades não complexas caso possam ser implementadas directamente na app e não na biblioteca.",otherLanguages:"Caso sejas fluente noutra linguagem de programação podes tentar migrar o deemix para outra linguagem de programação!",understandingCode:"Precisas de ajuda a entender o código? Acede a RemixDev no Telegram ou no Reddit.",contributeWebUI:'Caso saibas Vue.js (JavaScript), HTML ou CSS podes contribuir para o <a href="https://codeberg.org/RemixDev/deemix-webui" target="_blank">WebUI</a>.',itsFree:"Deves ter em conta que <strong>que este projecto é gratuito</strong> e <strong>deverás apoiar os artistas que aprecias</strong> antes de apoiares os programadores.",notObligated:"Não te sintas obrigado a doar, agradeço-te na mesma!",lincensedUnder:'This work is licensed under a\n <a rel="license" href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"\n >GNU General Public License 3.0</a\n >.'},charts:{title:"Tabelas",changeCountry:"Alterar país",download:"Descarregar tabela"},errors:{title:"Erros para {0}",ids:{invalidURL:"URL não reconhecido",unsupportedURL:"URL ainda não suportado",ISRCnotOnDeezer:"Track ISRC não disponível no deezer",notYourPrivatePlaylist:"You can't download others private playlists.",spotifyDisabled:"Funcionalidades do Spotify não estão definidas corretamente.",trackNotOnDeezer:"Faixa não encontrada no deezer!",albumNotOnDeezer:"Álbum não encontrado no deezer!",notOnDeezer:"Faixa não encontrada no Deezer!",notEncoded:"Faixa ainda não codificada!",notEncodedNoAlternative:"Faixa ainda não codificada e não foi encontrada alternativa!",wrongBitrate:"Faixa não encontrada no bitrate desejado.",wrongBitrateNoAlternative:"Faixa não encontrada no bitrate desejado e não foi encontrada alternativa!",no360RA:"Faixa não disponível em Reality Audio 360.",notAvailable:"Faixa não disponível nos servidores do deezer!",notAvailableNoAlternative:"Faixa não disponível nos servidores do deezer e não foi encontrada alternativa!"}},favorites:{title:"Favoritos",noPlaylists:"Listas de reprodução não encontradas",noAlbums:"Álbuns favoritos não encontrados",noArtists:"Artistas favoritos não encontrados",noTracks:"Faixas favoritas não encontradas"},home:{needTologin:"Antes de iniciar transferências é necessário efectuar autenticação na conta Deezer.",openSettings:"Abrir Definições",sections:{popularPlaylists:"Listas de reprodução populares",popularAlbums:"Álbuns mais ouvidos"}},linkAnalyzer:{info:"Podes usar esta secção para obteres mais informação sobre o link que estás a tentar transferir.",useful:"Isto é útil caso estejas a tentar transferir faixas que não estão disponíveis no teu país e queres saber onde estão disponíveis, por exemplo.",linkNotSupported:"Este link ainda não é suportado",linkNotSupportedYet:"Parece que este link ainda não é suportado, tenta analisar outro.",table:{id:"ID",isrc:"ISRC",upc:"UPC",duration:"Duração",diskNumber:"Número do disco",trackNumber:"Número da faixa",releaseDate:"Data de lançamento",bpm:"BPM",label:"Editora",recordType:"Record Type",genres:"Géneros",tracklist:"Lista de faixas"}},search:{startSearching:"Começa a pesquisar!",description:"Podes perquisar uma música, um álbum inteiro, um artista, uma lista de reprodução... tudo! Também podes colar um link do Deezer",fans:"{0} fãs",noResults:"Sem resultados",noResultsTrack:"Faixa não encontrada",noResultsAlbum:"Álbum não encontrado",noResultsArtist:"Artista não encontrado",noResultsPlaylist:"Lista de reprodução não encontrada"},searchbar:"Pesquisa o que quiseres (ou cola um link)",downloads:"transferências",toasts:{addedToQueue:"{0} adicionados à fila",alreadyInQueue:"{0} já está na fila!",finishDownload:"{0} foi transferido.",allDownloaded:"Todas as transferências terminadas!",refreshFavs:"Actualizar terminados!",loggingIn:"A autenticar",loggedIn:"Autenticado",alreadyLogged:"Já estás autenticado",loginFailed:"Couldn't log in",loggedOut:"Logged out",cancellingCurrentItem:"A cancelar item actual.",currentItemCancelled:"Item actual cancelado.",startAddingArtist:"A adicionar {0} álbuns à fila",finishAddingArtist:"Adicionados {0} álbuns à fila",startConvertingSpotifyPlaylist:"A converter faixas do spotify em faixas do deezer",finishConvertingSpotifyPlaylist:"Lista de reprodução do Spotify convertida."},settings:{title:"Definições",languages:"Idioma",login:{title:"Login",loggedIn:"Estás autenticado como {username}",arl:{question:"Como obter o meu ARL?",update:"Atualizar ARL"},logout:"Sair"},appearance:{title:"Aspecto",slimDownloadTab:"Aba de transferências estreita"},downloadPath:{title:"Caminho de transferências"},templates:{title:"Formatos",tracknameTemplate:"Formato do nome de faixa",albumTracknameTemplate:"Formato do nome de Álbum",playlistTracknameTemplate:"Formato do nome de lista de reprodução"},folders:{title:"Pastas",createPlaylistFolder:"Criar pasta para lista de reprodução",playlistNameTemplate:"Formato da pasta de lista de reprodução",createArtistFolder:"Criar pasta para artista",artistNameTemplate:"Formato da pasta de artista",createAlbumFolder:"Criar pasta para álbum",albumNameTemplate:"Formato da pasta de álbum",createCDFolder:"Criar pasta para CDs",createStructurePlaylist:"Criar estrutura de pastas para listas reprodução",createSingleFolder:"Criar estrutura de pastas para singles"},trackTitles:{title:"Título",padTracks:"Pad tracks",paddingSize:"Overwrite padding size",illegalCharacterReplacer:"Substituir caractere inválidos"},downloads:{title:"Transferências",queueConcurrency:"Transferências concorrentes",maxBitrate:{title:"Bitrate preferencial",9:"FLAC 1411kbps",3:"MP3 320kbps",1:"MP3 128kbps"},overwriteFile:{title:"Ficheiros existentes. Substituir?",y:"Sim, substituir o ficheiro",n:"Não substituir o ficheiro",t:"Sobrescrever apenas as etiquetas"},fallbackBitrate:"Bitrate fallback",fallbackSearch:"Fallback de pesquisa",logErrors:"Criar logs para erros",logSearched:"Criar logs para faixas pesquisadas",createM3U8File:"Criar ficheiro de lista de reprodução",syncedLyrics:"Criar ficheiro .lyr (Letras Sincronizadas)",playlistFilenameTemplate:"Formato do nome de ficheiro playlists",saveDownloadQueue:"Guardar fila de transferências ao fechar a aplicação"},covers:{title:"Capas do Álbum",saveArtwork:"Guardar capas",coverImageTemplate:"Cover name template",saveArtworkArtist:"Save artist image",artistImageTemplate:"Artist image template",localArtworkSize:"Local artwork size",embeddedArtworkSize:"Embedded artwork size",localArtworkFormat:{title:"What format do you want the local artwork to be?",jpg:"A jpeg image",png:"A png image",both:"Both a jpeg and a png"},jpegImageQuality:"Qualidade de imagem JPEG"},tags:{head:"Etiquetas a guardar",title:"Título",artist:"Artista",album:"Álbum",cover:"Capa",trackNumber:"Número de faixa",trackTotal:"Total de faixas",discNumber:"Número do Disco",discTotal:"Total de Discos",albumArtist:"Artista do Álbum",genre:"Género",year:"Ano",date:"Data",explicit:"Letra Explícita",isrc:"ISRC",length:"Duração da faixa",barcode:"Código de barras do álbum (UPC)",bpm:"BPM",replayGain:"Replay Gain",label:"Editora do álbum",lyrics:"Unsynchronized Lyrics",copyright:"Copyright",composer:"Compositor",involvedPeople:"Pessoas envolvidas"},other:{title:"Outros",savePlaylistAsCompilation:"Save playlists as compilation",useNullSeparator:"Usar separador null",saveID3v1:"Também guardar ID3v1",multiArtistSeparator:{title:"Como queres separarar os artistas?",nothing:"Guardar apenas o artista principal",default:"Usar especificação padrão",andFeat:"Usar & e feat.",using:'Usar "{0}"'},singleAlbumArtist:"Guardar apenas o artista principal do álbum",albumVariousArtists:'Manter "Various Artists" nos Artistas do Álbum',removeAlbumVersion:'Remover "Album Version" do título da faixa',removeDuplicateArtists:"Remover combinação de artistas",dateFormat:{title:"Formtado de data nos ficheiros FLAC",year:"AAAA",month:"MM",day:"DD"},featuredToTitle:{title:"What should I do with featured artists?",0:"Nada",1:"Remover do título",3:"Remover do título de do título do album",2:"Movê-lo para o título"},titleCasing:"Title casing",artistCasing:"Artist casing",casing:{nothing:"Manter inalterado",lower:"minusculas",upper:"MAIÙSCULAS",start:"Ínicio De Cada Palavra",sentence:"Like a sentence"},previewVolume:"Preview Volume",executeCommand:{title:"Comando a executar após transferir",description:"Deixar em branco para nenhuma acção"}},spotify:{title:"Funcionalidades Spotify",clientID:"Spotify clientID",clientSecret:"Spotify Client Secret",username:"nome de utilizador Spotify"},reset:"Reset to Default",save:"Save",toasts:{init:"Configurações carregadas!",update:"Configurações actualizadas",ARLcopied:"ARL copied to clipboard"}},sidebar:{home:"início",search:"pesquisa",charts:"tabelas",favorites:"favoritos",linkAnalyzer:"link analyzer",settings:"definições",about:"sobre"},tracklist:{downloadSelection:"Descarregar seleccionados"}};kn.use(Nu);document.querySelector("html").setAttribute("lang","en");const Bu=new Nu({locale:"en",fallbackLocale:"en",messages:{it:Pu,en:Eu,es:Iu,de:Fu,fr:Ru,id:ju,pt:Ou},pluralizationRules:{ru:function(t,e){if(0===t)return 0;var n=Math.abs(t)%100,a=n%10;return n>10&&n<20?3:a>1&&a<5?2:1==a?1:3}}});window.vol={preview_max_volume:100},document.addEventListener("DOMContentLoaded",(function(){new kn({i18n:Bu,render:t=>t(Bd)}).$mount("#app"),oo()})),window.addEventListener("pywebviewready",(function(){window.clientMode=!0,document.querySelector("#open_downloads_folder").classList.remove("hide")})),to.on("message",(function(t){console.log(t)})),to.on("logging_in",(function(){Yc(Bu.t("toasts.loggingIn"),"loading",!1,"login-toast")})),to.on("init_autologin",(function(){let t=localStorage.getItem("arl"),e=localStorage.getItem("accountNum");t&&(t=t.trim(),0!=e?to.emit("login",t,!0,e):to.emit("login",t))})),to.on("logged_in",(function(t){switch(t.status){case 1:case 3:Yc(Bu.t("toasts.loggedIn"),"done",!0,"login-toast"),t.arl&&(localStorage.setItem("arl",t.arl),Gc("#login_input_arl").val(t.arl)),Gc("#open_login_prompt").hide(),t.user&&(Gc("#settings_username").text(t.user.name),Gc("#settings_picture").attr("src",`https://e-cdns-images.dzcdn.net/images/user/${t.user.picture}/125x125-000000-80-0-0.jpg`),document.getElementById("logged_in_info").classList.remove("hide")),document.getElementById("home_not_logged_in").classList.add("hide");break;case 2:Yc(Bu.t("toasts.alreadyLogged"),"done",!0,"login-toast"),t.user&&(Gc("#settings_username").text(t.user.name),Gc("#settings_picture").attr("src",`https://e-cdns-images.dzcdn.net/images/user/${t.user.picture}/125x125-000000-80-0-0.jpg`),document.getElementById("logged_in_info").classList.remove("hide")),document.getElementById("home_not_logged_in").classList.add("hide");break;case 0:Yc(Bu.t("toasts.loginFailed"),"close",!0,"login-toast"),localStorage.removeItem("arl"),Gc("#login_input_arl").val(""),Gc("#open_login_prompt").show(),document.getElementById("logged_in_info").classList.add("hide"),Gc("#settings_username").text("Not Logged"),Gc("#settings_picture").attr("src","https://e-cdns-images.dzcdn.net/images/user/125x125-000000-80-0-0.jpg"),document.getElementById("home_not_logged_in").classList.remove("hide")}})),to.on("logged_out",(function(){Yc(Bu.t("toasts.loggedOut"),"done",!0,"login-toast"),localStorage.removeItem("arl"),Gc("#login_input_arl").val(""),Gc("#open_login_prompt").show(),document.getElementById("logged_in_info").classList.add("hide"),Gc("#settings_username").text("Not Logged"),Gc("#settings_picture").attr("src","https://e-cdns-images.dzcdn.net/images/user/125x125-000000-80-0-0.jpg"),document.getElementById("home_not_logged_in").classList.remove("hide")})),to.on("cancellingCurrentItem",(function(t){Yc(Bu.t("toasts.cancellingCurrentItem"),"loading",!1,"cancelling_"+t)})),to.on("currentItemCancelled",(function(t){Yc(Bu.t("toasts.currentItemCancelled"),"done",!0,"cancelling_"+t)})),to.on("startAddingArtist",(function(t){Yc(Bu.t("toasts.startAddingArtist",[t.name]),"loading",!1,"artist_"+t.id)})),to.on("finishAddingArtist",(function(t){Yc(Bu.t("toasts.finishAddingArtist",[t.name]),"done",!0,"artist_"+t.id)})),to.on("startConvertingSpotifyPlaylist",(function(t){Yc(Bu.t("toasts.startConvertingSpotifyPlaylist"),"loading",!1,"spotifyplaylist_"+t)})),to.on("finishConvertingSpotifyPlaylist",(function(t){Yc(Bu.t("toasts.finishConvertingSpotifyPlaylist"),"done",!0,"spotifyplaylist_"+t)})),to.on("errorMessage",(function(t){Yc(t,"error")})),to.on("queueError",(function(t){t.errid?Yc(Bu.t("errors.ids."+t.errid),"error"):Yc(t.error,"error")})),to.on("alreadyInQueue",(function(t){Yc(Bu.t("toasts.alreadyInQueue",[t.title]),"playlist_add_check")}));
|