diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-07-22 11:14:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:32 +0100 |
| commit | cb27e8d019ed97c4d72a893bd0287109f2158116 (patch) | |
| tree | a1c42b0a0a61d51fffe4676cf79a7e47720bd074 /dist | |
| parent | f40322261909ff6e7efdbb7d89e33a147dd32d60 (diff) | |
| download | brokentalents-cb27e8d019ed97c4d72a893bd0287109f2158116.tar.gz brokentalents-cb27e8d019ed97c4d72a893bd0287109f2158116.zip | |
WinPickScatter: 'Average Win Rate' -> 'Win Rate'
automatic build
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/build.js | 10 | ||||
| -rw-r--r-- | dist/main.css | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dist/build.js b/dist/build.js index 090c18f..3f275d1 100644 --- a/dist/build.js +++ b/dist/build.js @@ -1,16 +1,16 @@ -!function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=338)}([function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(16),l=i.FP_SAFE,o=i.BADNUM,s=e.exports={};s.nestedProperty=n(107),s.isPlainObject=n(32),s.isArray=n(106),s.mod=n(166),s.toLogRange=n(105),s.relinkPrivateKeys=n(304),s.ensureArray=n(303);var u=n(302);s.valObjects=u.valObjects,s.coerce=u.coerce,s.coerce2=u.coerce2,s.coerceFont=u.coerceFont,s.coerceHoverinfo=u.coerceHoverinfo,s.validate=u.validate;var c=n(301);s.dateTime2ms=c.dateTime2ms,s.isDateTime=c.isDateTime,s.ms2DateTime=c.ms2DateTime,s.ms2DateTimeLocal=c.ms2DateTimeLocal,s.cleanDate=c.cleanDate,s.isJSDate=c.isJSDate,s.formatDate=c.formatDate,s.incrementMonth=c.incrementMonth,s.dateTick0=c.dateTick0,s.dfltRange=c.dfltRange,s.findExactDates=c.findExactDates,s.MIN_MS=c.MIN_MS,s.MAX_MS=c.MAX_MS;var d=n(162);s.findBin=d.findBin,s.sorterAsc=d.sorterAsc,s.sorterDes=d.sorterDes,s.distinctVals=d.distinctVals,s.roundUp=d.roundUp;var f=n(300);s.aggNums=f.aggNums,s.len=f.len,s.mean=f.mean,s.variance=f.variance,s.stdev=f.stdev,s.interp=f.interp;var h=n(161);s.init2dArray=h.init2dArray,s.transposeRagged=h.transposeRagged,s.dot=h.dot,s.translationMatrix=h.translationMatrix,s.rotationMatrix=h.rotationMatrix,s.rotationXYMatrix=h.rotationXYMatrix,s.apply2DTransform=h.apply2DTransform,s.apply2DTransform2=h.apply2DTransform2;var p=n(10);s.extendFlat=p.extendFlat,s.extendDeep=p.extendDeep,s.extendDeepAll=p.extendDeepAll,s.extendDeepNoArrays=p.extendDeepNoArrays;var v=n(33);s.log=v.log,s.warn=v.warn,s.error=v.error,s.notifier=n(299),s.filterUnique=n(298),s.filterVisible=n(297),s.pushUnique=n(168),s.cleanNumber=n(296),s.ensureNumber=function(e){return a(e)?(e=Number(e))<-l||e>l?o:a(e)?Number(e):o:o},s.noop=n(109),s.identity=n(295),s.swapAttrs=function(e,t,n,r){n||(n="x"),r||(r="y");for(var a=0;a<t.length;a++){var i=t[a],l=s.nestedProperty(e,i.replace("?",n)),o=s.nestedProperty(e,i.replace("?",r)),u=l.get();l.set(o.get()),o.set(u)}},s.pauseEvent=function(e){return e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.cancelBubble=!0,!1},s.constrain=function(e,t,n){return t>n?Math.max(n,Math.min(t,e)):Math.max(t,Math.min(n,e))},s.bBoxIntersect=function(e,t,n){return n=n||0,e.left<=t.right+n&&t.left<=e.right+n&&e.top<=t.bottom+n&&t.top<=e.bottom+n},s.simpleMap=function(e,t,n,r){for(var a=e.length,i=new Array(a),l=0;l<a;l++)i[l]=t(e[l],n,r);return i},s.randstr=function e(t,n,r){if(r||(r=16),void 0===n&&(n=24),n<=0)return"0";var a,i,l=Math.log(Math.pow(2,n))/Math.log(r),o="";for(a=2;l===1/0;a*=2)l=Math.log(Math.pow(2,n/a))/Math.log(r)*a;var s=l-Math.floor(l);for(a=0;a<Math.floor(l);a++)o=Math.floor(Math.random()*r).toString(r)+o;s&&(i=Math.pow(r,s),o=Math.floor(Math.random()*i).toString(r)+o);var u=parseInt(o,r);return t&&t.indexOf(o)>-1||u!==1/0&&u>=Math.pow(2,n)?e(t,n,r):o},s.OptionControl=function(e,t){e||(e={}),t||(t="opt");var n={optionList:[],_newoption:function(r){r[t]=e,n[r.name]=r,n.optionList.push(r)}};return n["_"+t]=e,n},s.smooth=function(e,t){if((t=Math.round(t)||0)<2)return e;var n,r,a,i,l=e.length,o=2*l,s=2*t-1,u=new Array(s),c=new Array(l);for(n=0;n<s;n++)u[n]=(1-Math.cos(Math.PI*(n+1)/t))/(2*t);for(n=0;n<l;n++){for(i=0,r=0;r<s;r++)(a=n+r+1-t)<-l?a-=o*Math.round(a/o):a>=o&&(a-=o*Math.floor(a/o)),a<0?a=-1-a:a>=l&&(a=o-1-a),i+=e[a]*u[r];c[n]=i}return c},s.syncOrAsync=function(e,t,n){var r;function a(){return s.syncOrAsync(e,t,n)}for(;e.length;)if((r=(0,e.splice(0,1)[0])(t))&&r.then)return r.then(a).then(void 0,s.promiseError);return n&&n(t)},s.stripTrailingSlash=function(e){return"/"===e.substr(-1)?e.substr(0,e.length-1):e},s.noneOrAll=function(e,t,n){if(e){var r,a,i=!1,l=!0;for(r=0;r<n.length;r++)void 0!==(a=e[n[r]])&&null!==a?i=!0:l=!1;if(i&&!l)for(r=0;r<n.length;r++)e[n[r]]=t[n[r]]}},s.mergeArray=function(e,t,n){if(Array.isArray(e))for(var r=Math.min(e.length,t.length),a=0;a<r;a++)t[a][n]=e[a]},s.fillArray=function(e,t,n,r){if(r=r||s.identity,Array.isArray(e))for(var a=0;a<t.length;a++)t[a][n]=r(e[a])},s.castOption=function(e,t,n,r){r=r||s.identity;var a=s.nestedProperty(e,n).get();return Array.isArray(a)?Array.isArray(t)&&Array.isArray(a[t[0]])?r(a[t[0]][t[1]]):r(a[t]):a},s.getTargetArray=function(e,t){var n=t.target;if("string"==typeof n&&n){var r=s.nestedProperty(e,n).get();return!!Array.isArray(r)&&r}return!!Array.isArray(n)&&n},s.minExtend=function(e,t){var n={};"object"!=typeof t&&(t={});var r,a,i,l=Object.keys(e);for(r=0;r<l.length;r++)i=e[a=l[r]],"_"!==a.charAt(0)&&"function"!=typeof i&&"glTrace"!==a&&("module"===a?n[a]=i:Array.isArray(i)?n[a]=i.slice(0,3):n[a]=i&&"object"==typeof i?s.minExtend(e[a],t[a]):i);for(l=Object.keys(t),r=0;r<l.length;r++)"object"==typeof(i=t[a=l[r]])&&a in n&&"object"==typeof n[a]||(n[a]=i);return n},s.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substr(1)},s.containsAny=function(e,t){for(var n=0;n<t.length;n++)if(-1!==e.indexOf(t[n]))return!0;return!1},s.isPlotDiv=function(e){var t=r.select(e);return t.node()instanceof HTMLElement&&t.size()&&t.classed("js-plotly-plot")},s.removeElement=function(e){var t=e&&e.parentNode;t&&t.removeChild(e)},s.addStyleRule=function(e,t){if(!s.styleSheet){var n=document.createElement("style");n.appendChild(document.createTextNode("")),document.head.appendChild(n),s.styleSheet=n.sheet}var r=s.styleSheet;r.insertRule?r.insertRule(e+"{"+t+"}",0):r.addRule?r.addRule(e,t,0):s.warn("addStyleRule failed")},s.isIE=function(){return void 0!==window.navigator.msSaveBlob},s.isD3Selection=function(e){return e&&"function"==typeof e.classed},s.objectFromPath=function(e,t){for(var n,r=e.split("."),a=n={},i=0;i<r.length;i++){var l=r[i],o=null,s=r[i].match(/(.*)\[([0-9]+)\]/);s?(l=s[1],o=s[2],n=n[l]=[],i===r.length-1?n[o]=t:n[o]={},n=n[o]):(i===r.length-1?n[l]=t:n[l]={},n=n[l])}return a};var y=/^([^\[\.]+)\.(.+)?/,g=/^([^\.]+)\[([0-9]+)\](\.)?(.+)?/;s.expandObjectPaths=function(e){var t,n,r,a,i,l,o;if("object"==typeof e&&!Array.isArray(e))for(n in e)e.hasOwnProperty(n)&&((t=n.match(y))?(a=e[n],r=t[1],delete e[n],e[r]=s.extendDeepNoArrays(e[r]||{},s.objectFromPath(n,s.expandObjectPaths(a))[r])):(t=n.match(g))?(a=e[n],r=t[1],i=parseInt(t[2]),delete e[n],e[r]=e[r]||[],"."===t[3]?(o=t[4],l=e[r][i]=e[r][i]||{},s.extendDeepNoArrays(l,s.objectFromPath(o,s.expandObjectPaths(a)))):e[r][i]=s.expandObjectPaths(a)):e[n]=s.expandObjectPaths(e[n]));return e},s.numSeparate=function(e,t,n){if(n||(n=!1),"string"!=typeof t||0===t.length)throw new Error("Separator string required for formatting!");"number"==typeof e&&(e=String(e));var r=/(\d+)(\d{3})/,a=t.charAt(0),i=t.charAt(1),l=e.split("."),o=l[0],s=l.length>1?a+l[1]:"";if(i&&(l.length>1||o.length>4||n))for(;r.test(o);)o=o.replace(r,"$1"+i+"$2");return o+s}},function(e,t,n){var r,a;!function(){var i={version:"3.5.17"},l=[].slice,o=function(e){return l.call(e)},s=this.document;function u(e){return e&&(e.ownerDocument||e.document||e).documentElement}function c(e){return e&&(e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView)}if(s)try{o(s.documentElement.childNodes)[0].nodeType}catch(e){o=function(e){for(var t=e.length,n=new Array(t);t--;)n[t]=e[t];return n}}if(Date.now||(Date.now=function(){return+new Date}),s)try{s.createElement("DIV").style.setProperty("opacity",0,"")}catch(e){var d=this.Element.prototype,f=d.setAttribute,h=d.setAttributeNS,p=this.CSSStyleDeclaration.prototype,v=p.setProperty;d.setAttribute=function(e,t){f.call(this,e,t+"")},d.setAttributeNS=function(e,t,n){h.call(this,e,t,n+"")},p.setProperty=function(e,t,n){v.call(this,e,t+"",n)}}function y(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function g(e){return null===e?NaN:+e}function m(e){return!isNaN(e)}function _(e){return{left:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)<0?r=i+1:a=i}return r},right:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)>0?a=i:r=i+1}return r}}}i.ascending=y,i.descending=function(e,t){return t<e?-1:t>e?1:t>=e?0:NaN},i.min=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&n>r&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&n>r&&(n=r)}return n},i.max=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&r>n&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&r>n&&(n=r)}return n},i.extent=function(e,t){var n,r,a,i=-1,l=e.length;if(1===arguments.length){for(;++i<l;)if(null!=(r=e[i])&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=e[i])&&(n>r&&(n=r),a<r&&(a=r))}else{for(;++i<l;)if(null!=(r=t.call(e,e[i],i))&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=t.call(e,e[i],i))&&(n>r&&(n=r),a<r&&(a=r))}return[n,a]},i.sum=function(e,t){var n,r=0,a=e.length,i=-1;if(1===arguments.length)for(;++i<a;)m(n=+e[i])&&(r+=n);else for(;++i<a;)m(n=+t.call(e,e[i],i))&&(r+=n);return r},i.mean=function(e,t){var n,r=0,a=e.length,i=-1,l=a;if(1===arguments.length)for(;++i<a;)m(n=g(e[i]))?r+=n:--l;else for(;++i<a;)m(n=g(t.call(e,e[i],i)))?r+=n:--l;if(l)return r/l},i.quantile=function(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),a=+e[r-1],i=n-r;return i?a+i*(e[r]-a):a},i.median=function(e,t){var n,r=[],a=e.length,l=-1;if(1===arguments.length)for(;++l<a;)m(n=g(e[l]))&&r.push(n);else for(;++l<a;)m(n=g(t.call(e,e[l],l)))&&r.push(n);if(r.length)return i.quantile(r.sort(y),.5)},i.variance=function(e,t){var n,r,a=e.length,i=0,l=0,o=-1,s=0;if(1===arguments.length)for(;++o<a;)m(n=g(e[o]))&&(l+=(r=n-i)*(n-(i+=r/++s)));else for(;++o<a;)m(n=g(t.call(e,e[o],o)))&&(l+=(r=n-i)*(n-(i+=r/++s)));if(s>1)return l/(s-1)},i.deviation=function(){var e=i.variance.apply(this,arguments);return e?Math.sqrt(e):e};var T=_(y);function b(e){return e.length}i.bisectLeft=T.left,i.bisect=i.bisectRight=T.right,i.bisector=function(e){return _(1===e.length?function(t,n){return y(e(t),n)}:e)},i.shuffle=function(e,t,n){(i=arguments.length)<3&&(n=e.length,i<2&&(t=0));for(var r,a,i=n-t;i;)a=Math.random()*i--|0,r=e[i+t],e[i+t]=e[a+t],e[a+t]=r;return e},i.permute=function(e,t){for(var n=t.length,r=new Array(n);n--;)r[n]=e[t[n]];return r},i.pairs=function(e){for(var t=0,n=e.length-1,r=e[0],a=new Array(n<0?0:n);t<n;)a[t]=[r,r=e[++t]];return a},i.transpose=function(e){if(!(a=e.length))return[];for(var t=-1,n=i.min(e,b),r=new Array(n);++t<n;)for(var a,l=-1,o=r[t]=new Array(a);++l<a;)o[l]=e[l][t];return r},i.zip=function(){return i.transpose(arguments)},i.keys=function(e){var t=[];for(var n in e)t.push(n);return t},i.values=function(e){var t=[];for(var n in e)t.push(e[n]);return t},i.entries=function(e){var t=[];for(var n in e)t.push({key:n,value:e[n]});return t},i.merge=function(e){for(var t,n,r,a=e.length,i=-1,l=0;++i<a;)l+=e[i].length;for(n=new Array(l);--a>=0;)for(t=(r=e[a]).length;--t>=0;)n[--l]=r[t];return n};var M=Math.abs;function k(e,t){for(var n in t)Object.defineProperty(e.prototype,n,{value:t[n],enumerable:!1})}function K(){this._=Object.create(null)}i.range=function(e,t,n){if(arguments.length<3&&(n=1,arguments.length<2&&(t=e,e=0)),(t-e)/n==1/0)throw new Error("infinite range");var r,a=[],i=function(e){var t=1;for(;e*t%1;)t*=10;return t}(M(n)),l=-1;if(e*=i,t*=i,(n*=i)<0)for(;(r=e+n*++l)>t;)a.push(r/i);else for(;(r=e+n*++l)<t;)a.push(r/i);return a},i.map=function(e,t){var n=new K;if(e instanceof K)e.forEach(function(e,t){n.set(e,t)});else if(Array.isArray(e)){var r,a=-1,i=e.length;if(1===arguments.length)for(;++a<i;)n.set(a,e[a]);else for(;++a<i;)n.set(t.call(e,r=e[a],a),r)}else for(var l in e)n.set(l,e[l]);return n};var x="__proto__",C="\0";function A(e){return(e+="")===x||e[0]===C?C+e:e}function w(e){return(e+="")[0]===C?e.slice(1):e}function L(e){return A(e)in this._}function D(e){return(e=A(e))in this._&&delete this._[e]}function B(){var e=[];for(var t in this._)e.push(w(t));return e}function S(){var e=0;for(var t in this._)++e;return e}function G(){for(var e in this._)return!1;return!0}function z(){this._=Object.create(null)}function W(e){return e}function O(e,t,n){return function(){var r=n.apply(t,arguments);return r===t?e:r}}function P(e,t){if(t in e)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var n=0,r=R.length;n<r;++n){var a=R[n]+t;if(a in e)return a}}k(K,{has:L,get:function(e){return this._[A(e)]},set:function(e,t){return this._[A(e)]=t},remove:D,keys:B,values:function(){var e=[];for(var t in this._)e.push(this._[t]);return e},entries:function(){var e=[];for(var t in this._)e.push({key:w(t),value:this._[t]});return e},size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t),this._[t])}}),i.nest=function(){var e,t,n={},r=[],a=[];function l(a,i,o){if(o>=r.length)return t?t.call(n,i):e?i.sort(e):i;for(var s,u,c,d,f=-1,h=i.length,p=r[o++],v=new K;++f<h;)(d=v.get(s=p(u=i[f])))?d.push(u):v.set(s,[u]);return a?(u=a(),c=function(e,t){u.set(e,l(a,t,o))}):(u={},c=function(e,t){u[e]=l(a,t,o)}),v.forEach(c),u}return n.map=function(e,t){return l(t,e,0)},n.entries=function(e){return function e(t,n){if(n>=r.length)return t;var i=[],l=a[n++];return t.forEach(function(t,r){i.push({key:t,values:e(r,n)})}),l?i.sort(function(e,t){return l(e.key,t.key)}):i}(l(i.map,e,0),0)},n.key=function(e){return r.push(e),n},n.sortKeys=function(e){return a[r.length-1]=e,n},n.sortValues=function(t){return e=t,n},n.rollup=function(e){return t=e,n},n},i.set=function(e){var t=new z;if(e)for(var n=0,r=e.length;n<r;++n)t.add(e[n]);return t},k(z,{has:L,add:function(e){return this._[A(e+="")]=!0,e},remove:D,values:B,size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t))}}),i.behavior={},i.rebind=function(e,t){for(var n,r=1,a=arguments.length;++r<a;)e[n=arguments[r]]=O(e,t,t[n]);return e};var R=["webkit","ms","moz","Moz","o","O"];function E(){}function j(){}function I(e){var t=[],n=new K;function r(){for(var n,r=t,a=-1,i=r.length;++a<i;)(n=r[a].on)&&n.apply(this,arguments);return e}return r.on=function(r,a){var i,l=n.get(r);return arguments.length<2?l&&l.on:(l&&(l.on=null,t=t.slice(0,i=t.indexOf(l)).concat(t.slice(i+1)),n.remove(r)),a&&t.push(n.set(r,{on:a})),e)},r}function N(){i.event.preventDefault()}function F(){for(var e,t=i.event;e=t.sourceEvent;)t=e;return t}function $(e){for(var t=new j,n=0,r=arguments.length;++n<r;)t[arguments[n]]=I(t);return t.of=function(n,r){return function(a){try{var l=a.sourceEvent=i.event;a.target=e,i.event=a,t[a.type].apply(n,r)}finally{i.event=l}}},t}i.dispatch=function(){for(var e=new j,t=-1,n=arguments.length;++t<n;)e[arguments[t]]=I(e);return e},j.prototype.on=function(e,t){var n=e.indexOf("."),r="";if(n>=0&&(r=e.slice(n+1),e=e.slice(0,n)),e)return arguments.length<2?this[e].on(r):this[e].on(r,t);if(2===arguments.length){if(null==t)for(e in this)this.hasOwnProperty(e)&&this[e].on(r,null);return this}},i.event=null,i.requote=function(e){return e.replace(V,"\\$&")};var V=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,H={}.__proto__?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)e[n]=t[n]};function q(e){return H(e,Z),e}var U=function(e,t){return t.querySelector(e)},Y=function(e,t){return t.querySelectorAll(e)},X=function(e,t){var n=e.matches||e[P(e,"matchesSelector")];return(X=function(e,t){return n.call(e,t)})(e,t)};"function"==typeof Sizzle&&(U=function(e,t){return Sizzle(e,t)[0]||null},Y=Sizzle,X=Sizzle.matchesSelector),i.selection=function(){return i.select(s.documentElement)};var Z=i.selection.prototype=[];function J(e){return"function"==typeof e?e:function(){return U(e,this)}}function Q(e){return"function"==typeof e?e:function(){return Y(e,this)}}Z.select=function(e){var t,n,r,a,i=[];e=J(e);for(var l=-1,o=this.length;++l<o;){i.push(t=[]),t.parentNode=(r=this[l]).parentNode;for(var s=-1,u=r.length;++s<u;)(a=r[s])?(t.push(n=e.call(a,a.__data__,s,l)),n&&"__data__"in a&&(n.__data__=a.__data__)):t.push(null)}return q(i)},Z.selectAll=function(e){var t,n,r=[];e=Q(e);for(var a=-1,i=this.length;++a<i;)for(var l=this[a],s=-1,u=l.length;++s<u;)(n=l[s])&&(r.push(t=o(e.call(n,n.__data__,s,a))),t.parentNode=n);return q(r)};var ee="http://www.w3.org/1999/xhtml",te={svg:"http://www.w3.org/2000/svg",xhtml:ee,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ne(e,t){return e=i.ns.qualify(e),null==t?e.local?function(){this.removeAttributeNS(e.space,e.local)}:function(){this.removeAttribute(e)}:"function"==typeof t?e.local?function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}:function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}:e.local?function(){this.setAttributeNS(e.space,e.local,t)}:function(){this.setAttribute(e,t)}}function re(e){return e.trim().replace(/\s+/g," ")}function ae(e){return new RegExp("(?:^|\\s+)"+i.requote(e)+"(?:\\s+|$)","g")}function ie(e){return(e+"").trim().split(/^|\s+/)}function le(e,t){var n=(e=ie(e).map(oe)).length;return"function"==typeof t?function(){for(var r=-1,a=t.apply(this,arguments);++r<n;)e[r](this,a)}:function(){for(var r=-1;++r<n;)e[r](this,t)}}function oe(e){var t=ae(e);return function(n,r){if(a=n.classList)return r?a.add(e):a.remove(e);var a=n.getAttribute("class")||"";r?(t.lastIndex=0,t.test(a)||n.setAttribute("class",re(a+" "+e))):n.setAttribute("class",re(a.replace(t," ")))}}function se(e,t,n){return null==t?function(){this.style.removeProperty(e)}:"function"==typeof t?function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}:function(){this.style.setProperty(e,t,n)}}function ue(e,t){return null==t?function(){delete this[e]}:"function"==typeof t?function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}:function(){this[e]=t}}function ce(e){return"function"==typeof e?e:(e=i.ns.qualify(e)).local?function(){return this.ownerDocument.createElementNS(e.space,e.local)}:function(){var t=this.ownerDocument,n=this.namespaceURI;return n===ee&&t.documentElement.namespaceURI===ee?t.createElement(e):t.createElementNS(n,e)}}function de(){var e=this.parentNode;e&&e.removeChild(this)}function fe(e){return{__data__:e}}function he(e){return function(){return X(this,e)}}function pe(e,t){for(var n=0,r=e.length;n<r;n++)for(var a,i=e[n],l=0,o=i.length;l<o;l++)(a=i[l])&&t(a,l,n);return e}function ve(e){return H(e,ye),e}i.ns={prefix:te,qualify:function(e){var t=e.indexOf(":"),n=e;return t>=0&&"xmlns"!==(n=e.slice(0,t))&&(e=e.slice(t+1)),te.hasOwnProperty(n)?{space:te[n],local:e}:e}},Z.attr=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node();return(e=i.ns.qualify(e)).local?n.getAttributeNS(e.space,e.local):n.getAttribute(e)}for(t in e)this.each(ne(t,e[t]));return this}return this.each(ne(e,t))},Z.classed=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node(),r=(e=ie(e)).length,a=-1;if(t=n.classList){for(;++a<r;)if(!t.contains(e[a]))return!1}else for(t=n.getAttribute("class");++a<r;)if(!ae(e[a]).test(t))return!1;return!0}for(t in e)this.each(le(t,e[t]));return this}return this.each(le(e,t))},Z.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.each(se(n,e[n],t));return this}if(r<2){var a=this.node();return c(a).getComputedStyle(a,null).getPropertyValue(e)}n=""}return this.each(se(e,t,n))},Z.property=function(e,t){if(arguments.length<2){if("string"==typeof e)return this.node()[e];for(t in e)this.each(ue(t,e[t]));return this}return this.each(ue(e,t))},Z.text=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}:null==e?function(){this.textContent=""}:function(){this.textContent=e}):this.node().textContent},Z.html=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}:null==e?function(){this.innerHTML=""}:function(){this.innerHTML=e}):this.node().innerHTML},Z.append=function(e){return e=ce(e),this.select(function(){return this.appendChild(e.apply(this,arguments))})},Z.insert=function(e,t){return e=ce(e),t=J(t),this.select(function(){return this.insertBefore(e.apply(this,arguments),t.apply(this,arguments)||null)})},Z.remove=function(){return this.each(de)},Z.data=function(e,t){var n,r,a=-1,i=this.length;if(!arguments.length){for(e=new Array(i=(n=this[0]).length);++a<i;)(r=n[a])&&(e[a]=r.__data__);return e}function l(e,n){var r,a,i,l=e.length,c=n.length,d=Math.min(l,c),f=new Array(c),h=new Array(c),p=new Array(l);if(t){var v,y=new K,g=new Array(l);for(r=-1;++r<l;)(a=e[r])&&(y.has(v=t.call(a,a.__data__,r))?p[r]=a:y.set(v,a),g[r]=v);for(r=-1;++r<c;)(a=y.get(v=t.call(n,i=n[r],r)))?!0!==a&&(f[r]=a,a.__data__=i):h[r]=fe(i),y.set(v,!0);for(r=-1;++r<l;)r in g&&!0!==y.get(g[r])&&(p[r]=e[r])}else{for(r=-1;++r<d;)a=e[r],i=n[r],a?(a.__data__=i,f[r]=a):h[r]=fe(i);for(;r<c;++r)h[r]=fe(n[r]);for(;r<l;++r)p[r]=e[r]}h.update=f,h.parentNode=f.parentNode=p.parentNode=e.parentNode,o.push(h),s.push(f),u.push(p)}var o=ve([]),s=q([]),u=q([]);if("function"==typeof e)for(;++a<i;)l(n=this[a],e.call(n,n.parentNode.__data__,a));else for(;++a<i;)l(n=this[a],e);return s.enter=function(){return o},s.exit=function(){return u},s},Z.datum=function(e){return arguments.length?this.property("__data__",e):this.property("__data__")},Z.filter=function(e){var t,n,r,a=[];"function"!=typeof e&&(e=he(e));for(var i=0,l=this.length;i<l;i++){a.push(t=[]),t.parentNode=(n=this[i]).parentNode;for(var o=0,s=n.length;o<s;o++)(r=n[o])&&e.call(r,r.__data__,o,i)&&t.push(r)}return q(a)},Z.order=function(){for(var e=-1,t=this.length;++e<t;)for(var n,r=this[e],a=r.length-1,i=r[a];--a>=0;)(n=r[a])&&(i&&i!==n.nextSibling&&i.parentNode.insertBefore(n,i),i=n);return this},Z.sort=function(e){e=function(e){arguments.length||(e=y);return function(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}}.apply(this,arguments);for(var t=-1,n=this.length;++t<n;)this[t].sort(e);return this.order()},Z.each=function(e){return pe(this,function(t,n,r){e.call(t,t.__data__,n,r)})},Z.call=function(e){var t=o(arguments);return e.apply(t[0]=this,t),this},Z.empty=function(){return!this.node()},Z.node=function(){for(var e=0,t=this.length;e<t;e++)for(var n=this[e],r=0,a=n.length;r<a;r++){var i=n[r];if(i)return i}return null},Z.size=function(){var e=0;return pe(this,function(){++e}),e};var ye=[];function ge(e,t,n){var r="__on"+e,a=e.indexOf("."),l=_e;a>0&&(e=e.slice(0,a));var s=me.get(e);function u(){var t=this[r];t&&(this.removeEventListener(e,t,t.$),delete this[r])}return s&&(e=s,l=Te),a?t?function(){var a=l(t,o(arguments));u.call(this),this.addEventListener(e,this[r]=a,a.$=n),a._=t}:u:t?E:function(){var t,n=new RegExp("^__on([^.]+)"+i.requote(e)+"$");for(var r in this)if(t=r.match(n)){var a=this[r];this.removeEventListener(t[1],a,a.$),delete this[r]}}}i.selection.enter=ve,i.selection.enter.prototype=ye,ye.append=Z.append,ye.empty=Z.empty,ye.node=Z.node,ye.call=Z.call,ye.size=Z.size,ye.select=function(e){for(var t,n,r,a,i,l=[],o=-1,s=this.length;++o<s;){r=(a=this[o]).update,l.push(t=[]),t.parentNode=a.parentNode;for(var u=-1,c=a.length;++u<c;)(i=a[u])?(t.push(r[u]=n=e.call(a.parentNode,i.__data__,u,o)),n.__data__=i.__data__):t.push(null)}return q(l)},ye.insert=function(e,t){var n,r,a;return arguments.length<2&&(n=this,t=function(e,t,i){var l,o=n[i].update,s=o.length;for(i!=a&&(a=i,r=0),t>=r&&(r=t+1);!(l=o[r])&&++r<s;);return l}),Z.insert.call(this,e,t)},i.select=function(e){var t;return"string"==typeof e?(t=[U(e,s)]).parentNode=s.documentElement:(t=[e]).parentNode=u(e),q([t])},i.selectAll=function(e){var t;return"string"==typeof e?(t=o(Y(e,s))).parentNode=s.documentElement:(t=o(e)).parentNode=null,q([t])},Z.on=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=!1),e)this.each(ge(n,e[n],t));return this}if(r<2)return(r=this.node()["__on"+e])&&r._;n=!1}return this.each(ge(e,t,n))};var me=i.map({mouseenter:"mouseover",mouseleave:"mouseout"});function _e(e,t){return function(n){var r=i.event;i.event=n,t[0]=this.__data__;try{e.apply(this,t)}finally{i.event=r}}}function Te(e,t){var n=_e(e,t);return function(e){var t=e.relatedTarget;t&&(t===this||8&t.compareDocumentPosition(this))||n.call(this,e)}}s&&me.forEach(function(e){"on"+e in s&&me.remove(e)});var be,Me=0;function ke(e){var t=".dragsuppress-"+ ++Me,n="click"+t,r=i.select(c(e)).on("touchmove"+t,N).on("dragstart"+t,N).on("selectstart"+t,N);if(null==be&&(be=!("onselectstart"in e)&&P(e.style,"userSelect")),be){var a=u(e).style,l=a[be];a[be]="none"}return function(e){if(r.on(t,null),be&&(a[be]=l),e){var i=function(){r.on(n,null)};r.on(n,function(){N(),i()},!0),setTimeout(i,0)}}}i.mouse=function(e){return xe(e,F())};var Ke=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function xe(e,t){t.changedTouches&&(t=t.changedTouches[0]);var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();if(Ke<0){var a=c(e);if(a.scrollX||a.scrollY){var l=(n=i.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important"))[0][0].getScreenCTM();Ke=!(l.f||l.e),n.remove()}}return Ke?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),[(r=r.matrixTransform(e.getScreenCTM().inverse())).x,r.y]}var o=e.getBoundingClientRect();return[t.clientX-o.left-e.clientLeft,t.clientY-o.top-e.clientTop]}function Ce(){return i.event.changedTouches[0].identifier}i.touch=function(e,t,n){if(arguments.length<3&&(n=t,t=F().changedTouches),t)for(var r,a=0,i=t.length;a<i;++a)if((r=t[a]).identifier===n)return xe(e,r)},i.behavior.drag=function(){var e=$(a,"drag","dragstart","dragend"),t=null,n=l(E,i.mouse,c,"mousemove","mouseup"),r=l(Ce,i.touch,W,"touchmove","touchend");function a(){this.on("mousedown.drag",n).on("touchstart.drag",r)}function l(n,r,a,l,o){return function(){var s,u=i.event.target.correspondingElement||i.event.target,c=this.parentNode,d=e.of(this,arguments),f=0,h=n(),p=".drag"+(null==h?"":"-"+h),v=i.select(a(u)).on(l+p,function(){var e,t,n=r(c,h);if(!n)return;e=n[0]-g[0],t=n[1]-g[1],f|=e|t,g=n,d({type:"drag",x:n[0]+s[0],y:n[1]+s[1],dx:e,dy:t})}).on(o+p,function(){if(!r(c,h))return;v.on(l+p,null).on(o+p,null),y(f),d({type:"dragend"})}),y=ke(u),g=r(c,h);s=t?[(s=t.apply(this,arguments)).x-g[0],s.y-g[1]]:[0,0],d({type:"dragstart"})}}return a.origin=function(e){return arguments.length?(t=e,a):t},i.rebind(a,e,"on")},i.touches=function(e,t){return arguments.length<2&&(t=F().touches),t?o(t).map(function(t){var n=xe(e,t);return n.identifier=t.identifier,n}):[]};var Ae=1e-6,we=Ae*Ae,Le=Math.PI,De=2*Le,Be=De-Ae,Se=Le/2,Ge=Le/180,ze=180/Le;function We(e){return e>0?1:e<0?-1:0}function Oe(e,t,n){return(t[0]-e[0])*(n[1]-e[1])-(t[1]-e[1])*(n[0]-e[0])}function Pe(e){return e>1?0:e<-1?Le:Math.acos(e)}function Re(e){return e>1?Se:e<-1?-Se:Math.asin(e)}function Ee(e){return((e=Math.exp(e))+1/e)/2}function je(e){return(e=Math.sin(e/2))*e}var Ie=Math.SQRT2;i.interpolateZoom=function(e,t){var n,r,a=e[0],i=e[1],l=e[2],o=t[0],s=t[1],u=t[2],c=o-a,d=s-i,f=c*c+d*d;if(f<we)r=Math.log(u/l)/Ie,n=function(e){return[a+e*c,i+e*d,l*Math.exp(Ie*e*r)]};else{var h=Math.sqrt(f),p=(u*u-l*l+4*f)/(2*l*2*h),v=(u*u-l*l-4*f)/(2*u*2*h),y=Math.log(Math.sqrt(p*p+1)-p),g=Math.log(Math.sqrt(v*v+1)-v);r=(g-y)/Ie,n=function(e){var t,n=e*r,o=Ee(y),s=l/(2*h)*(o*(t=Ie*n+y,((t=Math.exp(2*t))-1)/(t+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[a+s*c,i+s*d,l*o/Ee(Ie*n+y)]}}return n.duration=1e3*r,n},i.behavior.zoom=function(){var e,t,n,r,a,l,o,u,d,f={x:0,y:0,k:1},h=[960,500],p=$e,v=250,y=0,g="mousedown.zoom",m="mousemove.zoom",_="mouseup.zoom",T="touchstart.zoom",b=$(M,"zoomstart","zoom","zoomend");function M(e){e.on(g,B).on(Fe+".zoom",G).on("dblclick.zoom",z).on(T,S)}function k(e){return[(e[0]-f.x)/f.k,(e[1]-f.y)/f.k]}function K(e){f.k=Math.max(p[0],Math.min(p[1],e))}function x(e,t){t=function(e){return[e[0]*f.k+f.x,e[1]*f.k+f.y]}(t),f.x+=e[0]-t[0],f.y+=e[1]-t[1]}function C(e,n,r,a){e.__chart__={x:f.x,y:f.y,k:f.k},K(Math.pow(2,a)),x(t=n,r),e=i.select(e),v>0&&(e=e.transition().duration(v)),e.call(M.event)}function A(){o&&o.domain(l.range().map(function(e){return(e-f.x)/f.k}).map(l.invert)),d&&d.domain(u.range().map(function(e){return(e-f.y)/f.k}).map(u.invert))}function w(e){y++||e({type:"zoomstart"})}function L(e){A(),e({type:"zoom",scale:f.k,translate:[f.x,f.y]})}function D(e){--y||(e({type:"zoomend"}),t=null)}function B(){var e=this,t=b.of(e,arguments),n=0,r=i.select(c(e)).on(m,function(){n=1,x(i.mouse(e),a),L(t)}).on(_,function(){r.on(m,null).on(_,null),l(n),D(t)}),a=k(i.mouse(e)),l=ke(e);co.call(e),w(t)}function S(){var e,t=this,n=b.of(t,arguments),r={},l=0,o=".zoom-"+i.event.changedTouches[0].identifier,s="touchmove"+o,u="touchend"+o,c=[],d=i.select(t),h=ke(t);function p(){var n=i.touches(t);return e=f.k,n.forEach(function(e){e.identifier in r&&(r[e.identifier]=k(e))}),n}function v(){var e=i.event.target;i.select(e).on(s,y).on(u,m),c.push(e);for(var n=i.event.changedTouches,o=0,d=n.length;o<d;++o)r[n[o].identifier]=null;var h=p(),v=Date.now();if(1===h.length){if(v-a<500){var g=h[0];C(t,g,r[g.identifier],Math.floor(Math.log(f.k)/Math.LN2)+1),N()}a=v}else if(h.length>1){g=h[0];var _=h[1],T=g[0]-_[0],b=g[1]-_[1];l=T*T+b*b}}function y(){var o,s,u,c,d=i.touches(t);co.call(t);for(var f=0,h=d.length;f<h;++f,c=null)if(u=d[f],c=r[u.identifier]){if(s)break;o=u,s=c}if(c){var p=(p=u[0]-o[0])*p+(p=u[1]-o[1])*p,v=l&&Math.sqrt(p/l);o=[(o[0]+u[0])/2,(o[1]+u[1])/2],s=[(s[0]+c[0])/2,(s[1]+c[1])/2],K(v*e)}a=null,x(o,s),L(n)}function m(){if(i.event.touches.length){for(var e=i.event.changedTouches,t=0,a=e.length;t<a;++t)delete r[e[t].identifier];for(var l in r)return void p()}i.selectAll(c).on(o,null),d.on(g,B).on(T,S),h(),D(n)}v(),w(n),d.on(g,null).on(T,v)}function G(){var a=b.of(this,arguments);r?clearTimeout(r):(co.call(this),e=k(t=n||i.mouse(this)),w(a)),r=setTimeout(function(){r=null,D(a)},50),N(),K(Math.pow(2,.002*Ne())*f.k),x(t,e),L(a)}function z(){var e=i.mouse(this),t=Math.log(f.k)/Math.LN2;C(this,e,k(e),i.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}return Fe||(Fe="onwheel"in s?(Ne=function(){return-i.event.deltaY*(i.event.deltaMode?120:1)},"wheel"):"onmousewheel"in s?(Ne=function(){return i.event.wheelDelta},"mousewheel"):(Ne=function(){return-i.event.detail},"MozMousePixelScroll")),M.event=function(e){e.each(function(){var e=b.of(this,arguments),n=f;po?i.select(this).transition().each("start.zoom",function(){f=this.__chart__||{x:0,y:0,k:1},w(e)}).tween("zoom:zoom",function(){var r=h[0],a=h[1],l=t?t[0]:r/2,o=t?t[1]:a/2,s=i.interpolateZoom([(l-f.x)/f.k,(o-f.y)/f.k,r/f.k],[(l-n.x)/n.k,(o-n.y)/n.k,r/n.k]);return function(t){var n=s(t),a=r/n[2];this.__chart__=f={x:l-n[0]*a,y:o-n[1]*a,k:a},L(e)}}).each("interrupt.zoom",function(){D(e)}).each("end.zoom",function(){D(e)}):(this.__chart__=f,w(e),L(e),D(e))})},M.translate=function(e){return arguments.length?(f={x:+e[0],y:+e[1],k:f.k},A(),M):[f.x,f.y]},M.scale=function(e){return arguments.length?(f={x:f.x,y:f.y,k:null},K(+e),A(),M):f.k},M.scaleExtent=function(e){return arguments.length?(p=null==e?$e:[+e[0],+e[1]],M):p},M.center=function(e){return arguments.length?(n=e&&[+e[0],+e[1]],M):n},M.size=function(e){return arguments.length?(h=e&&[+e[0],+e[1]],M):h},M.duration=function(e){return arguments.length?(v=+e,M):v},M.x=function(e){return arguments.length?(o=e,l=e.copy(),f={x:0,y:0,k:1},M):o},M.y=function(e){return arguments.length?(d=e,u=e.copy(),f={x:0,y:0,k:1},M):d},i.rebind(M,b,"on")};var Ne,Fe,$e=[0,1/0];function Ve(){}function He(e,t,n){return this instanceof He?(this.h=+e,this.s=+t,void(this.l=+n)):arguments.length<2?e instanceof He?new He(e.h,e.s,e.l):pt(""+e,vt,He):new He(e,t,n)}i.color=Ve,Ve.prototype.toString=function(){return this.rgb()+""},i.hsl=He;var qe=He.prototype=new Ve;function Ue(e,t,n){var r,a;function i(e){return Math.round(255*function(e){return e>360?e-=360:e<0&&(e+=360),e<60?r+(a-r)*e/60:e<180?a:e<240?r+(a-r)*(240-e)/60:r}(e))}return e=isNaN(e)?0:(e%=360)<0?e+360:e,t=isNaN(t)?0:t<0?0:t>1?1:t,r=2*(n=n<0?0:n>1?1:n)-(a=n<=.5?n*(1+t):n+t-n*t),new ut(i(e+120),i(e),i(e-120))}function Ye(e,t,n){return this instanceof Ye?(this.h=+e,this.c=+t,void(this.l=+n)):arguments.length<2?e instanceof Ye?new Ye(e.h,e.c,e.l):it(e instanceof Je?e.l:(e=yt((e=i.rgb(e)).r,e.g,e.b)).l,e.a,e.b):new Ye(e,t,n)}qe.brighter=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,this.l/e)},qe.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,e*this.l)},qe.rgb=function(){return Ue(this.h,this.s,this.l)},i.hcl=Ye;var Xe=Ye.prototype=new Ve;function Ze(e,t,n){return isNaN(e)&&(e=0),isNaN(t)&&(t=0),new Je(n,Math.cos(e*=Ge)*t,Math.sin(e)*t)}function Je(e,t,n){return this instanceof Je?(this.l=+e,this.a=+t,void(this.b=+n)):arguments.length<2?e instanceof Je?new Je(e.l,e.a,e.b):e instanceof Ye?Ze(e.h,e.c,e.l):yt((e=ut(e)).r,e.g,e.b):new Je(e,t,n)}Xe.brighter=function(e){return new Ye(this.h,this.c,Math.min(100,this.l+Qe*(arguments.length?e:1)))},Xe.darker=function(e){return new Ye(this.h,this.c,Math.max(0,this.l-Qe*(arguments.length?e:1)))},Xe.rgb=function(){return Ze(this.h,this.c,this.l).rgb()},i.lab=Je;var Qe=18,et=.95047,tt=1,nt=1.08883,rt=Je.prototype=new Ve;function at(e,t,n){var r=(e+16)/116,a=r+t/500,i=r-n/200;return new ut(st(3.2404542*(a=lt(a)*et)-1.5371385*(r=lt(r)*tt)-.4985314*(i=lt(i)*nt)),st(-.969266*a+1.8760108*r+.041556*i),st(.0556434*a-.2040259*r+1.0572252*i))}function it(e,t,n){return e>0?new Ye(Math.atan2(n,t)*ze,Math.sqrt(t*t+n*n),e):new Ye(NaN,NaN,e)}function lt(e){return e>.206893034?e*e*e:(e-4/29)/7.787037}function ot(e){return e>.008856?Math.pow(e,1/3):7.787037*e+4/29}function st(e){return Math.round(255*(e<=.00304?12.92*e:1.055*Math.pow(e,1/2.4)-.055))}function ut(e,t,n){return this instanceof ut?(this.r=~~e,this.g=~~t,void(this.b=~~n)):arguments.length<2?e instanceof ut?new ut(e.r,e.g,e.b):pt(""+e,ut,Ue):new ut(e,t,n)}function ct(e){return new ut(e>>16,e>>8&255,255&e)}function dt(e){return ct(e)+""}rt.brighter=function(e){return new Je(Math.min(100,this.l+Qe*(arguments.length?e:1)),this.a,this.b)},rt.darker=function(e){return new Je(Math.max(0,this.l-Qe*(arguments.length?e:1)),this.a,this.b)},rt.rgb=function(){return at(this.l,this.a,this.b)},i.rgb=ut;var ft=ut.prototype=new Ve;function ht(e){return e<16?"0"+Math.max(0,e).toString(16):Math.min(255,e).toString(16)}function pt(e,t,n){var r,a,i,l=0,o=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(e=e.toLowerCase()))switch(a=r[2].split(","),r[1]){case"hsl":return n(parseFloat(a[0]),parseFloat(a[1])/100,parseFloat(a[2])/100);case"rgb":return t(mt(a[0]),mt(a[1]),mt(a[2]))}return(i=_t.get(e))?t(i.r,i.g,i.b):(null==e||"#"!==e.charAt(0)||isNaN(i=parseInt(e.slice(1),16))||(4===e.length?(l=(3840&i)>>4,l|=l>>4,o=240&i,o|=o>>4,s=15&i,s|=s<<4):7===e.length&&(l=(16711680&i)>>16,o=(65280&i)>>8,s=255&i)),t(l,o,s))}function vt(e,t,n){var r,a,i=Math.min(e/=255,t/=255,n/=255),l=Math.max(e,t,n),o=l-i,s=(l+i)/2;return o?(a=s<.5?o/(l+i):o/(2-l-i),r=e==l?(t-n)/o+(t<n?6:0):t==l?(n-e)/o+2:(e-t)/o+4,r*=60):(r=NaN,a=s>0&&s<1?0:r),new He(r,a,s)}function yt(e,t,n){var r=ot((.4124564*(e=gt(e))+.3575761*(t=gt(t))+.1804375*(n=gt(n)))/et),a=ot((.2126729*e+.7151522*t+.072175*n)/tt);return Je(116*a-16,500*(r-a),200*(a-ot((.0193339*e+.119192*t+.9503041*n)/nt)))}function gt(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function mt(e){var t=parseFloat(e);return"%"===e.charAt(e.length-1)?Math.round(2.55*t):t}ft.brighter=function(e){e=Math.pow(.7,arguments.length?e:1);var t=this.r,n=this.g,r=this.b,a=30;return t||n||r?(t&&t<a&&(t=a),n&&n<a&&(n=a),r&&r<a&&(r=a),new ut(Math.min(255,t/e),Math.min(255,n/e),Math.min(255,r/e))):new ut(a,a,a)},ft.darker=function(e){return new ut((e=Math.pow(.7,arguments.length?e:1))*this.r,e*this.g,e*this.b)},ft.hsl=function(){return vt(this.r,this.g,this.b)},ft.toString=function(){return"#"+ht(this.r)+ht(this.g)+ht(this.b)};var _t=i.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});function Tt(e){return"function"==typeof e?e:function(){return e}}function bt(e){return function(t,n,r){return 2===arguments.length&&"function"==typeof n&&(r=n,n=null),Mt(t,n,e,r)}}function Mt(e,t,n,r){var a={},l=i.dispatch("beforesend","progress","load","error"),s={},u=new XMLHttpRequest,c=null;function d(){var e,t=u.status;if(!t&&function(e){var t=e.responseType;return t&&"text"!==t?e.response:e.responseText}(u)||t>=200&&t<300||304===t){try{e=n.call(a,u)}catch(e){return void l.error.call(a,e)}l.load.call(a,e)}else l.error.call(a,u)}return!this.XDomainRequest||"withCredentials"in u||!/^(http(s)?:)?\/\//.test(e)||(u=new XDomainRequest),"onload"in u?u.onload=u.onerror=d:u.onreadystatechange=function(){u.readyState>3&&d()},u.onprogress=function(e){var t=i.event;i.event=e;try{l.progress.call(a,u)}finally{i.event=t}},a.header=function(e,t){return e=(e+"").toLowerCase(),arguments.length<2?s[e]:(null==t?delete s[e]:s[e]=t+"",a)},a.mimeType=function(e){return arguments.length?(t=null==e?null:e+"",a):t},a.responseType=function(e){return arguments.length?(c=e,a):c},a.response=function(e){return n=e,a},["get","post"].forEach(function(e){a[e]=function(){return a.send.apply(a,[e].concat(o(arguments)))}}),a.send=function(n,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),u.open(n,e,!0),null==t||"accept"in s||(s.accept=t+",*/*"),u.setRequestHeader)for(var o in s)u.setRequestHeader(o,s[o]);return null!=t&&u.overrideMimeType&&u.overrideMimeType(t),null!=c&&(u.responseType=c),null!=i&&a.on("error",i).on("load",function(e){i(null,e)}),l.beforesend.call(a,u),u.send(null==r?null:r),a},a.abort=function(){return u.abort(),a},i.rebind(a,l,"on"),null==r?a:a.get(function(e){return 1===e.length?function(t,n){e(null==t?n:null)}:e}(r))}_t.forEach(function(e,t){_t.set(e,ct(t))}),i.functor=Tt,i.xhr=bt(W),i.dsv=function(e,t){var n=new RegExp('["'+e+"\n]"),r=e.charCodeAt(0);function a(e,n,r){arguments.length<3&&(r=n,n=null);var a=Mt(e,t,null==n?i:l(n),r);return a.row=function(e){return arguments.length?a.response(null==(n=e)?i:l(e)):n},a}function i(e){return a.parse(e.responseText)}function l(e){return function(t){return a.parse(t.responseText,e)}}function o(t){return t.map(s).join(e)}function s(e){return n.test(e)?'"'+e.replace(/\"/g,'""')+'"':e}return a.parse=function(e,t){var n;return a.parseRows(e,function(e,r){if(n)return n(e,r-1);var a=new Function("d","return {"+e.map(function(e,t){return JSON.stringify(e)+": d["+t+"]"}).join(",")+"}");n=t?function(e,n){return t(a(e),n)}:a})},a.parseRows=function(e,t){var n,a,i={},l={},o=[],s=e.length,u=0,c=0;function d(){if(u>=s)return l;if(a)return a=!1,i;var t=u;if(34===e.charCodeAt(t)){for(var n=t;n++<s;)if(34===e.charCodeAt(n)){if(34!==e.charCodeAt(n+1))break;++n}return u=n+2,13===(o=e.charCodeAt(n+1))?(a=!0,10===e.charCodeAt(n+2)&&++u):10===o&&(a=!0),e.slice(t+1,n).replace(/""/g,'"')}for(;u<s;){var o,c=1;if(10===(o=e.charCodeAt(u++)))a=!0;else if(13===o)a=!0,10===e.charCodeAt(u)&&(++u,++c);else if(o!==r)continue;return e.slice(t,u-c)}return e.slice(t)}for(;(n=d())!==l;){for(var f=[];n!==i&&n!==l;)f.push(n),n=d();t&&null==(f=t(f,c++))||o.push(f)}return o},a.format=function(t){if(Array.isArray(t[0]))return a.formatRows(t);var n=new z,r=[];return t.forEach(function(e){for(var t in e)n.has(t)||r.push(n.add(t))}),[r.map(s).join(e)].concat(t.map(function(t){return r.map(function(e){return s(t[e])}).join(e)})).join("\n")},a.formatRows=function(e){return e.map(o).join("\n")},a},i.csv=i.dsv(",","text/csv"),i.tsv=i.dsv("\t","text/tab-separated-values");var kt,Kt,xt,Ct,At=this[P(this,"requestAnimationFrame")]||function(e){setTimeout(e,17)};function wt(e,t,n){var r=arguments.length;r<2&&(t=0),r<3&&(n=Date.now());var a={c:e,t:n+t,n:null};return Kt?Kt.n=a:kt=a,Kt=a,xt||(Ct=clearTimeout(Ct),xt=1,At(Lt)),a}function Lt(){var e=Dt(),t=Bt()-e;t>24?(isFinite(t)&&(clearTimeout(Ct),Ct=setTimeout(Lt,t)),xt=0):(xt=1,At(Lt))}function Dt(){for(var e=Date.now(),t=kt;t;)e>=t.t&&t.c(e-t.t)&&(t.c=null),t=t.n;return e}function Bt(){for(var e,t=kt,n=1/0;t;)t.c?(t.t<n&&(n=t.t),t=(e=t).n):t=e?e.n=t.n:kt=t.n;return Kt=e,n}function St(e,t){return t-(e?Math.ceil(Math.log(e)/Math.LN10):1)}i.timer=function(){wt.apply(this,arguments)},i.timer.flush=function(){Dt(),Bt()},i.round=function(e,t){return t?Math.round(e*(t=Math.pow(10,t)))/t:Math.round(e)};var Gt=["y","z","a","f","p","n","ยต","m","","k","M","G","T","P","E","Z","Y"].map(function(e,t){var n=Math.pow(10,3*M(8-t));return{scale:t>8?function(e){return e/n}:function(e){return e*n},symbol:e}});i.formatPrefix=function(e,t){var n=0;return(e=+e)&&(e<0&&(e*=-1),t&&(e=i.round(e,St(e,t))),n=1+Math.floor(1e-12+Math.log(e)/Math.LN10),n=Math.max(-24,Math.min(24,3*Math.floor((n-1)/3)))),Gt[8+n/3]};var zt=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,Wt=i.map({b:function(e){return e.toString(2)},c:function(e){return String.fromCharCode(e)},o:function(e){return e.toString(8)},x:function(e){return e.toString(16)},X:function(e){return e.toString(16).toUpperCase()},g:function(e,t){return e.toPrecision(t)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},r:function(e,t){return(e=i.round(e,St(e,t))).toFixed(Math.max(0,Math.min(20,St(e*(1+1e-15),t))))}});function Ot(e){return e+""}var Pt=i.time={},Rt=Date;function Et(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}Et.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){jt.setUTCDate.apply(this._,arguments)},setDay:function(){jt.setUTCDay.apply(this._,arguments)},setFullYear:function(){jt.setUTCFullYear.apply(this._,arguments)},setHours:function(){jt.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){jt.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){jt.setUTCMinutes.apply(this._,arguments)},setMonth:function(){jt.setUTCMonth.apply(this._,arguments)},setSeconds:function(){jt.setUTCSeconds.apply(this._,arguments)},setTime:function(){jt.setTime.apply(this._,arguments)}};var jt=Date.prototype;function It(e,t,n){function r(t){var n=e(t),r=i(n,1);return t-n<r-t?n:r}function a(n){return t(n=e(new Rt(n-1)),1),n}function i(e,n){return t(e=new Rt(+e),n),e}function l(e,r,i){var l=a(e),o=[];if(i>1)for(;l<r;)n(l)%i||o.push(new Date(+l)),t(l,1);else for(;l<r;)o.push(new Date(+l)),t(l,1);return o}e.floor=e,e.round=r,e.ceil=a,e.offset=i,e.range=l;var o=e.utc=Nt(e);return o.floor=o,o.round=Nt(r),o.ceil=Nt(a),o.offset=Nt(i),o.range=function(e,t,n){try{Rt=Et;var r=new Et;return r._=e,l(r,t,n)}finally{Rt=Date}},e}function Nt(e){return function(t,n){try{Rt=Et;var r=new Et;return r._=t,e(r,n)._}finally{Rt=Date}}}Pt.year=It(function(e){return(e=Pt.day(e)).setMonth(0,1),e},function(e,t){e.setFullYear(e.getFullYear()+t)},function(e){return e.getFullYear()}),Pt.years=Pt.year.range,Pt.years.utc=Pt.year.utc.range,Pt.day=It(function(e){var t=new Rt(2e3,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t},function(e,t){e.setDate(e.getDate()+t)},function(e){return e.getDate()-1}),Pt.days=Pt.day.range,Pt.days.utc=Pt.day.utc.range,Pt.dayOfYear=function(e){var t=Pt.year(e);return Math.floor((e-t-6e4*(e.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(e,t){t=7-t;var n=Pt[e]=It(function(e){return(e=Pt.day(e)).setDate(e.getDate()-(e.getDay()+t)%7),e},function(e,t){e.setDate(e.getDate()+7*Math.floor(t))},function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)-(n!==t)});Pt[e+"s"]=n.range,Pt[e+"s"].utc=n.utc.range,Pt[e+"OfYear"]=function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)}}),Pt.week=Pt.sunday,Pt.weeks=Pt.sunday.range,Pt.weeks.utc=Pt.sunday.utc.range,Pt.weekOfYear=Pt.sundayOfYear;var Ft={"-":"",_:" ",0:"0"},$t=/^\s*\d+/,Vt=/^%/;function Ht(e,t,n){var r=e<0?"-":"",a=(r?-e:e)+"",i=a.length;return r+(i<n?new Array(n-i+1).join(t)+a:a)}function qt(e){return new RegExp("^(?:"+e.map(i.requote).join("|")+")","i")}function Ut(e){for(var t=new K,n=-1,r=e.length;++n<r;)t.set(e[n].toLowerCase(),n);return t}function Yt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Xt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.U=+r[0],n+r[0].length):-1}function Zt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.W=+r[0],n+r[0].length):-1}function Jt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function Qt(e,t,n){$t.lastIndex=0;var r,a=$t.exec(t.slice(n,n+2));return a?(e.y=(r=+a[0])+(r>68?1900:2e3),n+a[0].length):-1}function en(e,t,n){return/^[+-]\d{4}$/.test(t=t.slice(n,n+5))?(e.Z=-t,n+5):-1}function tn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function nn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function rn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.j=+r[0],n+r[0].length):-1}function an(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function ln(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function on(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function sn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function un(e){var t=e.getTimezoneOffset(),n=t>0?"-":"+",r=M(t)/60|0,a=M(t)%60;return n+Ht(r,"0",2)+Ht(a,"0",2)}function cn(e,t,n){Vt.lastIndex=0;var r=Vt.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function dn(e){for(var t=e.length,n=-1;++n<t;)e[n][0]=this(e[n][0]);return function(t){for(var n=0,r=e[n];!r[1](t);)r=e[++n];return r[0](t)}}i.locale=function(e){return{numberFormat:function(e){var t=e.decimal,n=e.thousands,r=e.grouping,a=e.currency,l=r&&n?function(e,t){for(var a=e.length,i=[],l=0,o=r[0],s=0;a>0&&o>0&&(s+o+1>t&&(o=Math.max(1,t-s)),i.push(e.substring(a-=o,a+o)),!((s+=o+1)>t));)o=r[l=(l+1)%r.length];return i.reverse().join(n)}:W;return function(e){var n=zt.exec(e),r=n[1]||" ",o=n[2]||">",s=n[3]||"-",u=n[4]||"",c=n[5],d=+n[6],f=n[7],h=n[8],p=n[9],v=1,y="",g="",m=!1,_=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":f=!0,p="g";break;case"%":v=100,g="%",p="f";break;case"p":v=100,g="%",p="r";break;case"b":case"o":case"x":case"X":"#"===u&&(y="0"+p.toLowerCase());case"c":_=!1;case"d":m=!0,h=0;break;case"s":v=-1,p="r"}"$"===u&&(y=a[0],g=a[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=Wt.get(p)||Ot;var T=c&&f;return function(e){var n=g;if(m&&e%1)return"";var a=e<0||0===e&&1/e<0?(e=-e,"-"):"-"===s?"":s;if(v<0){var u=i.formatPrefix(e,h);e=u.scale(e),n=u.symbol+g}else e*=v;var b,M,k=(e=p(e,h)).lastIndexOf(".");if(k<0){var K=_?e.lastIndexOf("e"):-1;K<0?(b=e,M=""):(b=e.substring(0,K),M=e.substring(K))}else b=e.substring(0,k),M=t+e.substring(k+1);!c&&f&&(b=l(b,1/0));var x=y.length+b.length+M.length+(T?0:a.length),C=x<d?new Array(x=d-x+1).join(r):"";return T&&(b=l(C+b,C.length?d-M.length:1/0)),a+=y,e=b+M,("<"===o?a+e+C:">"===o?C+a+e:"^"===o?C.substring(0,x>>=1)+a+e+C.substring(x):a+(T?e:C+e))+n}}}(e),timeFormat:function(e){var t=e.dateTime,n=e.date,r=e.time,a=e.periods,l=e.days,o=e.shortDays,s=e.months,u=e.shortMonths;function c(e){var t=e.length;function n(n){for(var r,a,i,l=[],o=-1,s=0;++o<t;)37===e.charCodeAt(o)&&(l.push(e.slice(s,o)),null!=(a=Ft[r=e.charAt(++o)])&&(r=e.charAt(++o)),(i=b[r])&&(r=i(n,null==a?"e"===r?" ":"0":a)),l.push(r),s=o+1);return l.push(e.slice(s,o)),l.join("")}return n.parse=function(t){var n={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null};if(d(n,e,t,0)!=t.length)return null;"p"in n&&(n.H=n.H%12+12*n.p);var r=null!=n.Z&&Rt!==Et,a=new(r?Et:Rt);return"j"in n?a.setFullYear(n.y,0,n.j):"W"in n||"U"in n?("w"in n||(n.w="W"in n?1:0),a.setFullYear(n.y,0,1),a.setFullYear(n.y,0,"W"in n?(n.w+6)%7+7*n.W-(a.getDay()+5)%7:n.w+7*n.U-(a.getDay()+6)%7)):a.setFullYear(n.y,n.m,n.d),a.setHours(n.H+(n.Z/100|0),n.M+n.Z%100,n.S,n.L),r?a._:a},n.toString=function(){return e},n}function d(e,t,n,r){for(var a,i,l,o=0,s=t.length,u=n.length;o<s;){if(r>=u)return-1;if(37===(a=t.charCodeAt(o++))){if(l=t.charAt(o++),!(i=M[l in Ft?t.charAt(o++):l])||(r=i(e,n,r))<0)return-1}else if(a!=n.charCodeAt(r++))return-1}return r}c.utc=function(e){var t=c(e);function n(e){try{var n=new(Rt=Et);return n._=e,t(n)}finally{Rt=Date}}return n.parse=function(e){try{Rt=Et;var n=t.parse(e);return n&&n._}finally{Rt=Date}},n.toString=t.toString,n},c.multi=c.utc.multi=dn;var f=i.map(),h=qt(l),p=Ut(l),v=qt(o),y=Ut(o),g=qt(s),m=Ut(s),_=qt(u),T=Ut(u);a.forEach(function(e,t){f.set(e.toLowerCase(),t)});var b={a:function(e){return o[e.getDay()]},A:function(e){return l[e.getDay()]},b:function(e){return u[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:c(t),d:function(e,t){return Ht(e.getDate(),t,2)},e:function(e,t){return Ht(e.getDate(),t,2)},H:function(e,t){return Ht(e.getHours(),t,2)},I:function(e,t){return Ht(e.getHours()%12||12,t,2)},j:function(e,t){return Ht(1+Pt.dayOfYear(e),t,3)},L:function(e,t){return Ht(e.getMilliseconds(),t,3)},m:function(e,t){return Ht(e.getMonth()+1,t,2)},M:function(e,t){return Ht(e.getMinutes(),t,2)},p:function(e){return a[+(e.getHours()>=12)]},S:function(e,t){return Ht(e.getSeconds(),t,2)},U:function(e,t){return Ht(Pt.sundayOfYear(e),t,2)},w:function(e){return e.getDay()},W:function(e,t){return Ht(Pt.mondayOfYear(e),t,2)},x:c(n),X:c(r),y:function(e,t){return Ht(e.getFullYear()%100,t,2)},Y:function(e,t){return Ht(e.getFullYear()%1e4,t,4)},Z:un,"%":function(){return"%"}},M={a:function(e,t,n){v.lastIndex=0;var r=v.exec(t.slice(n));return r?(e.w=y.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){h.lastIndex=0;var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){_.lastIndex=0;var r=_.exec(t.slice(n));return r?(e.m=T.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){g.lastIndex=0;var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,t,n){return d(e,b.c.toString(),t,n)},d:nn,e:nn,H:an,I:an,j:rn,L:sn,m:tn,M:ln,p:function(e,t,n){var r=f.get(t.slice(n,n+=2).toLowerCase());return null==r?-1:(e.p=r,n)},S:on,U:Xt,w:Yt,W:Zt,x:function(e,t,n){return d(e,b.x.toString(),t,n)},X:function(e,t,n){return d(e,b.X.toString(),t,n)},y:Qt,Y:Jt,Z:en,"%":cn};return c}(e)}};var fn=i.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function hn(){}i.format=fn.numberFormat,i.geo={},hn.prototype={s:0,t:0,add:function(e){vn(e,this.t,pn),vn(pn.s,this.s,this),this.s?this.t+=pn.t:this.s=pn.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var pn=new hn;function vn(e,t,n){var r=n.s=e+t,a=r-e,i=r-a;n.t=e-i+(t-a)}function yn(e,t){e&&mn.hasOwnProperty(e.type)&&mn[e.type](e,t)}i.geo.stream=function(e,t){e&&gn.hasOwnProperty(e.type)?gn[e.type](e,t):yn(e,t)};var gn={Feature:function(e,t){yn(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,a=n.length;++r<a;)yn(n[r].geometry,t)}},mn={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)e=n[r],t.point(e[0],e[1],e[2])},LineString:function(e,t){_n(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)_n(n[r],t,0)},Polygon:function(e,t){Tn(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)Tn(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,a=n.length;++r<a;)yn(n[r],t)}};function _n(e,t,n){var r,a=-1,i=e.length-n;for(t.lineStart();++a<i;)r=e[a],t.point(r[0],r[1],r[2]);t.lineEnd()}function Tn(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)_n(e[n],t,1);t.polygonEnd()}i.geo.area=function(e){return bn=0,i.geo.stream(e,zn),bn};var bn,Mn,kn,Kn,xn,Cn,An,wn,Ln,Dn,Bn,Sn,Gn=new hn,zn={sphere:function(){bn+=4*Le},point:E,lineStart:E,lineEnd:E,polygonStart:function(){Gn.reset(),zn.lineStart=Wn},polygonEnd:function(){var e=2*Gn;bn+=e<0?4*Le+e:e,zn.lineStart=zn.lineEnd=zn.point=E}};function Wn(){var e,t,n,r,a;function i(e,t){t=t*Ge/2+Le/4;var i=(e*=Ge)-n,l=i>=0?1:-1,o=l*i,s=Math.cos(t),u=Math.sin(t),c=a*u,d=r*s+c*Math.cos(o),f=c*l*Math.sin(o);Gn.add(Math.atan2(f,d)),n=e,r=s,a=u}zn.point=function(l,o){zn.point=i,n=(e=l)*Ge,r=Math.cos(o=(t=o)*Ge/2+Le/4),a=Math.sin(o)},zn.lineEnd=function(){i(e,t)}}function On(e){var t=e[0],n=e[1],r=Math.cos(n);return[r*Math.cos(t),r*Math.sin(t),Math.sin(n)]}function Pn(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Rn(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function En(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function jn(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function In(e){var t=Math.sqrt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Nn(e){return[Math.atan2(e[1],e[0]),Re(e[2])]}function Fn(e,t){return M(e[0]-t[0])<Ae&&M(e[1]-t[1])<Ae}i.geo.bounds=function(){var e,t,n,r,a,l,o,s,u,c,d,f={point:h,lineStart:v,lineEnd:y,polygonStart:function(){f.point=g,f.lineStart=m,f.lineEnd=_,u=0,zn.polygonStart()},polygonEnd:function(){zn.polygonEnd(),f.point=h,f.lineStart=v,f.lineEnd=y,Gn<0?(e=-(n=180),t=-(r=90)):u>Ae?r=90:u<-Ae&&(t=-90),d[0]=e,d[1]=n}};function h(a,i){c.push(d=[e=a,n=a]),i<t&&(t=i),i>r&&(r=i)}function p(i,l){var o=On([i*Ge,l*Ge]);if(s){var u=Rn(s,o),c=Rn([u[1],-u[0],0],u);In(c),c=Nn(c);var d=i-a,f=d>0?1:-1,p=c[0]*ze*f,v=M(d)>180;if(v^(f*a<p&&p<f*i))(y=c[1]*ze)>r&&(r=y);else if(v^(f*a<(p=(p+360)%360-180)&&p<f*i)){var y;(y=-c[1]*ze)<t&&(t=y)}else l<t&&(t=l),l>r&&(r=l);v?i<a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i):n>=e?(i<e&&(e=i),i>n&&(n=i)):i>a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i)}else h(i,l);s=o,a=i}function v(){f.point=p}function y(){d[0]=e,d[1]=n,f.point=h,s=null}function g(e,t){if(s){var n=e-a;u+=M(n)>180?n+(n>0?360:-360):n}else l=e,o=t;zn.point(e,t),p(e,t)}function m(){zn.lineStart()}function _(){g(l,o),zn.lineEnd(),M(u)>Ae&&(e=-(n=180)),d[0]=e,d[1]=n,s=null}function T(e,t){return(t-=e)<0?t+360:t}function b(e,t){return e[0]-t[0]}function k(e,t){return t[0]<=t[1]?t[0]<=e&&e<=t[1]:e<t[0]||t[1]<e}return function(a){if(r=n=-(e=t=1/0),c=[],i.geo.stream(a,f),u=c.length){c.sort(b);for(var l=1,o=[v=c[0]];l<u;++l)k((h=c[l])[0],v)||k(h[1],v)?(T(v[0],h[1])>T(v[0],v[1])&&(v[1]=h[1]),T(h[0],v[1])>T(v[0],v[1])&&(v[0]=h[0])):o.push(v=h);for(var s,u,h,p=-1/0,v=(l=0,o[u=o.length-1]);l<=u;v=h,++l)h=o[l],(s=T(v[1],h[0]))>p&&(p=s,e=h[0],n=v[1])}return c=d=null,e===1/0||t===1/0?[[NaN,NaN],[NaN,NaN]]:[[e,t],[n,r]]}}(),i.geo.centroid=function(e){Mn=kn=Kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,$n);var t=Dn,n=Bn,r=Sn,a=t*t+n*n+r*r;return a<we&&(t=An,n=wn,r=Ln,kn<Ae&&(t=Kn,n=xn,r=Cn),(a=t*t+n*n+r*r)<we)?[NaN,NaN]:[Math.atan2(n,t)*ze,Re(r/Math.sqrt(a))*ze]};var $n={sphere:E,point:Vn,lineStart:qn,lineEnd:Un,polygonStart:function(){$n.lineStart=Yn},polygonEnd:function(){$n.lineStart=qn}};function Vn(e,t){e*=Ge;var n=Math.cos(t*=Ge);Hn(n*Math.cos(e),n*Math.sin(e),Math.sin(t))}function Hn(e,t,n){Kn+=(e-Kn)/++Mn,xn+=(t-xn)/Mn,Cn+=(n-Cn)/Mn}function qn(){var e,t,n;function r(r,a){r*=Ge;var i=Math.cos(a*=Ge),l=i*Math.cos(r),o=i*Math.sin(r),s=Math.sin(a),u=Math.atan2(Math.sqrt((u=t*s-n*o)*u+(u=n*l-e*s)*u+(u=e*o-t*l)*u),e*l+t*o+n*s);kn+=u,An+=u*(e+(e=l)),wn+=u*(t+(t=o)),Ln+=u*(n+(n=s)),Hn(e,t,n)}$n.point=function(a,i){a*=Ge;var l=Math.cos(i*=Ge);e=l*Math.cos(a),t=l*Math.sin(a),n=Math.sin(i),$n.point=r,Hn(e,t,n)}}function Un(){$n.point=Vn}function Yn(){var e,t,n,r,a;function i(e,t){e*=Ge;var i=Math.cos(t*=Ge),l=i*Math.cos(e),o=i*Math.sin(e),s=Math.sin(t),u=r*s-a*o,c=a*l-n*s,d=n*o-r*l,f=Math.sqrt(u*u+c*c+d*d),h=n*l+r*o+a*s,p=f&&-Pe(h)/f,v=Math.atan2(f,h);Dn+=p*u,Bn+=p*c,Sn+=p*d,kn+=v,An+=v*(n+(n=l)),wn+=v*(r+(r=o)),Ln+=v*(a+(a=s)),Hn(n,r,a)}$n.point=function(l,o){e=l,t=o,$n.point=i,l*=Ge;var s=Math.cos(o*=Ge);n=s*Math.cos(l),r=s*Math.sin(l),a=Math.sin(o),Hn(n,r,a)},$n.lineEnd=function(){i(e,t),$n.lineEnd=Un,$n.point=Vn}}function Xn(e,t){function n(n,r){return n=e(n,r),t(n[0],n[1])}return e.invert&&t.invert&&(n.invert=function(n,r){return(n=t.invert(n,r))&&e.invert(n[0],n[1])}),n}function Zn(){return!0}function Jn(e,t,n,r,a){var i=[],l=[];if(e.forEach(function(e){if(!((t=e.length-1)<=0)){var t,n=e[0],r=e[t];if(Fn(n,r)){a.lineStart();for(var o=0;o<t;++o)a.point((n=e[o])[0],n[1]);a.lineEnd()}else{var s=new er(n,e,null,!0),u=new er(n,null,s,!1);s.o=u,i.push(s),l.push(u),u=new er(r,null,s=new er(r,e,null,!1),!0),s.o=u,i.push(s),l.push(u)}}}),l.sort(t),Qn(i),Qn(l),i.length){for(var o=0,s=n,u=l.length;o<u;++o)l[o].e=s=!s;for(var c,d,f=i[0];;){for(var h=f,p=!0;h.v;)if((h=h.n)===f)return;c=h.z,a.lineStart();do{if(h.v=h.o.v=!0,h.e){if(p)for(o=0,u=c.length;o<u;++o)a.point((d=c[o])[0],d[1]);else r(h.x,h.n.x,1,a);h=h.n}else{if(p)for(o=(c=h.p.z).length-1;o>=0;--o)a.point((d=c[o])[0],d[1]);else r(h.x,h.p.x,-1,a);h=h.p}c=(h=h.o).z,p=!p}while(!h.v);a.lineEnd()}}}function Qn(e){if(t=e.length){for(var t,n,r=0,a=e[0];++r<t;)a.n=n=e[r],n.p=a,a=n;a.n=n=e[0],n.p=a}}function er(e,t,n,r){this.x=e,this.z=t,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function tr(e,t,n,r){return function(a,l){var o,s=t(l),u=a.invert(r[0],r[1]),c={point:d,lineStart:h,lineEnd:p,polygonStart:function(){c.point=T,c.lineStart=b,c.lineEnd=M,o=[],v=[]},polygonEnd:function(){c.point=d,c.lineStart=h,c.lineEnd=p,o=i.merge(o);var e=function(e,t){var n=e[0],r=e[1],a=[Math.sin(n),-Math.cos(n),0],i=0,l=0;Gn.reset();for(var o=0,s=t.length;o<s;++o){var u=t[o],c=u.length;if(c)for(var d=u[0],f=d[0],h=d[1]/2+Le/4,p=Math.sin(h),v=Math.cos(h),y=1;;){y===c&&(y=0);var g=(e=u[y])[0],m=e[1]/2+Le/4,_=Math.sin(m),T=Math.cos(m),b=g-f,M=b>=0?1:-1,k=M*b,K=k>Le,x=p*_;if(Gn.add(Math.atan2(x*M*Math.sin(k),v*T+x*Math.cos(k))),i+=K?b+M*De:b,K^f>=n^g>=n){var C=Rn(On(d),On(e));In(C);var A=Rn(a,C);In(A);var w=(K^b>=0?-1:1)*Re(A[2]);(r>w||r===w&&(C[0]||C[1]))&&(l+=K^b>=0?1:-1)}if(!y++)break;f=g,p=_,v=T,d=e}}return(i<-Ae||i<Ae&&Gn<-Ae)^1&l}(u,v);o.length?(_||(l.polygonStart(),_=!0),Jn(o,ar,e,n,l)):e&&(_||(l.polygonStart(),_=!0),l.lineStart(),n(null,null,1,l),l.lineEnd()),_&&(l.polygonEnd(),_=!1),o=v=null},sphere:function(){l.polygonStart(),l.lineStart(),n(null,null,1,l),l.lineEnd(),l.polygonEnd()}};function d(t,n){var r=a(t,n);e(t=r[0],n=r[1])&&l.point(t,n)}function f(e,t){var n=a(e,t);s.point(n[0],n[1])}function h(){c.point=f,s.lineStart()}function p(){c.point=d,s.lineEnd()}var v,y,g=rr(),m=t(g),_=!1;function T(e,t){y.push([e,t]);var n=a(e,t);m.point(n[0],n[1])}function b(){m.lineStart(),y=[]}function M(){T(y[0][0],y[0][1]),m.lineEnd();var e,t=m.clean(),n=g.buffer(),r=n.length;if(y.pop(),v.push(y),y=null,r)if(1&t){var a,i=-1;if((r=(e=n[0]).length-1)>0){for(_||(l.polygonStart(),_=!0),l.lineStart();++i<r;)l.point((a=e[i])[0],a[1]);l.lineEnd()}}else r>1&&2&t&&n.push(n.pop().concat(n.shift())),o.push(n.filter(nr))}return c}}function nr(e){return e.length>1}function rr(){var e,t=[];return{lineStart:function(){t.push(e=[])},point:function(t,n){e.push([t,n])},lineEnd:E,buffer:function(){var n=t;return t=[],e=null,n},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function ar(e,t){return((e=e.x)[0]<0?e[1]-Se-Ae:Se-e[1])-((t=t.x)[0]<0?t[1]-Se-Ae:Se-t[1])}var ir=tr(Zn,function(e){var t,n=NaN,r=NaN,a=NaN;return{lineStart:function(){e.lineStart(),t=1},point:function(i,l){var o=i>0?Le:-Le,s=M(i-n);M(s-Le)<Ae?(e.point(n,r=(r+l)/2>0?Se:-Se),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),e.point(i,r),t=0):a!==o&&s>=Le&&(M(n-a)<Ae&&(n-=a*Ae),M(i-o)<Ae&&(i-=o*Ae),r=function(e,t,n,r){var a,i,l=Math.sin(e-n);return M(l)>Ae?Math.atan((Math.sin(t)*(i=Math.cos(r))*Math.sin(n)-Math.sin(r)*(a=Math.cos(t))*Math.sin(e))/(a*i*l)):(t+r)/2}(n,r,i,l),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),t=0),e.point(n=i,r=l),a=o},lineEnd:function(){e.lineEnd(),n=r=NaN},clean:function(){return 2-t}}},function(e,t,n,r){var a;if(null==e)a=n*Se,r.point(-Le,a),r.point(0,a),r.point(Le,a),r.point(Le,0),r.point(Le,-a),r.point(0,-a),r.point(-Le,-a),r.point(-Le,0),r.point(-Le,a);else if(M(e[0]-t[0])>Ae){var i=e[0]<t[0]?Le:-Le;a=n*i/2,r.point(-i,a),r.point(0,a),r.point(i,a)}else r.point(t[0],t[1])},[-Le,-Le/2]);function lr(e,t,n,r){return function(a){var i,l=a.a,o=a.b,s=l.x,u=l.y,c=0,d=1,f=o.x-s,h=o.y-u;if(i=e-s,f||!(i>0)){if(i/=f,f<0){if(i<c)return;i<d&&(d=i)}else if(f>0){if(i>d)return;i>c&&(c=i)}if(i=n-s,f||!(i<0)){if(i/=f,f<0){if(i>d)return;i>c&&(c=i)}else if(f>0){if(i<c)return;i<d&&(d=i)}if(i=t-u,h||!(i>0)){if(i/=h,h<0){if(i<c)return;i<d&&(d=i)}else if(h>0){if(i>d)return;i>c&&(c=i)}if(i=r-u,h||!(i<0)){if(i/=h,h<0){if(i>d)return;i>c&&(c=i)}else if(h>0){if(i<c)return;i<d&&(d=i)}return c>0&&(a.a={x:s+c*f,y:u+c*h}),d<1&&(a.b={x:s+d*f,y:u+d*h}),a}}}}}}var or=1e9;function sr(e,t,n,r){return function(s){var u,c,d,f,h,p,v,y,g,m,_,T=s,b=rr(),M=lr(e,t,n,r),k={point:C,lineStart:function(){k.point=A,c&&c.push(d=[]);m=!0,g=!1,v=y=NaN},lineEnd:function(){u&&(A(f,h),p&&g&&b.rejoin(),u.push(b.buffer()));k.point=C,g&&s.lineEnd()},polygonStart:function(){s=b,u=[],c=[],_=!0},polygonEnd:function(){s=T,u=i.merge(u);var t=function(e){for(var t=0,n=c.length,r=e[1],a=0;a<n;++a)for(var i,l=1,o=c[a],s=o.length,u=o[0];l<s;++l)i=o[l],u[1]<=r?i[1]>r&&Oe(u,i,e)>0&&++t:i[1]<=r&&Oe(u,i,e)<0&&--t,u=i;return 0!==t}([e,r]),n=_&&t,a=u.length;(n||a)&&(s.polygonStart(),n&&(s.lineStart(),K(null,null,1,s),s.lineEnd()),a&&Jn(u,l,t,K,s),s.polygonEnd()),u=c=d=null}};function K(i,l,s,u){var c=0,d=0;if(null==i||(c=a(i,s))!==(d=a(l,s))||o(i,l)<0^s>0)do{u.point(0===c||3===c?e:n,c>1?r:t)}while((c=(c+s+4)%4)!==d);else u.point(l[0],l[1])}function x(a,i){return e<=a&&a<=n&&t<=i&&i<=r}function C(e,t){x(e,t)&&s.point(e,t)}function A(e,t){var n=x(e=Math.max(-or,Math.min(or,e)),t=Math.max(-or,Math.min(or,t)));if(c&&d.push([e,t]),m)f=e,h=t,p=n,m=!1,n&&(s.lineStart(),s.point(e,t));else if(n&&g)s.point(e,t);else{var r={a:{x:v,y:y},b:{x:e,y:t}};M(r)?(g||(s.lineStart(),s.point(r.a.x,r.a.y)),s.point(r.b.x,r.b.y),n||s.lineEnd(),_=!1):n&&(s.lineStart(),s.point(e,t),_=!1)}v=e,y=t,g=n}return k};function a(r,a){return M(r[0]-e)<Ae?a>0?0:3:M(r[0]-n)<Ae?a>0?2:1:M(r[1]-t)<Ae?a>0?1:0:a>0?3:2}function l(e,t){return o(e.x,t.x)}function o(e,t){var n=a(e,1),r=a(t,1);return n!==r?n-r:0===n?t[1]-e[1]:1===n?e[0]-t[0]:2===n?e[1]-t[1]:t[0]-e[0]}}function ur(e){var t=0,n=Le/3,r=Br(e),a=r(t,n);return a.parallels=function(e){return arguments.length?r(t=e[0]*Le/180,n=e[1]*Le/180):[t/Le*180,n/Le*180]},a}function cr(e,t){var n=Math.sin(e),r=(n+Math.sin(t))/2,a=1+n*(2*r-n),i=Math.sqrt(a)/r;function l(e,t){var n=Math.sqrt(a-2*r*Math.sin(t))/r;return[n*Math.sin(e*=r),i-n*Math.cos(e)]}return l.invert=function(e,t){var n=i-t;return[Math.atan2(e,n)/r,Re((a-(e*e+n*n)*r*r)/(2*r))]},l}i.geo.clipExtent=function(){var e,t,n,r,a,i,l={stream:function(e){return a&&(a.valid=!1),(a=i(e)).valid=!0,a},extent:function(o){return arguments.length?(i=sr(e=+o[0][0],t=+o[0][1],n=+o[1][0],r=+o[1][1]),a&&(a.valid=!1,a=null),l):[[e,t],[n,r]]}};return l.extent([[0,0],[960,500]])},(i.geo.conicEqualArea=function(){return ur(cr)}).raw=cr,i.geo.albers=function(){return i.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},i.geo.albersUsa=function(){var e,t,n,r,a=i.geo.albers(),l=i.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=i.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,n){e=[t,n]}};function u(a){var i=a[0],l=a[1];return e=null,t(i,l),e||(n(i,l),e)||r(i,l),e}return u.invert=function(e){var t=a.scale(),n=a.translate(),r=(e[0]-n[0])/t,i=(e[1]-n[1])/t;return(i>=.12&&i<.234&&r>=-.425&&r<-.214?l:i>=.166&&i<.234&&r>=-.214&&r<-.115?o:a).invert(e)},u.stream=function(e){var t=a.stream(e),n=l.stream(e),r=o.stream(e);return{point:function(e,a){t.point(e,a),n.point(e,a),r.point(e,a)},sphere:function(){t.sphere(),n.sphere(),r.sphere()},lineStart:function(){t.lineStart(),n.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),n.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),n.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),n.polygonEnd(),r.polygonEnd()}}},u.precision=function(e){return arguments.length?(a.precision(e),l.precision(e),o.precision(e),u):a.precision()},u.scale=function(e){return arguments.length?(a.scale(e),l.scale(.35*e),o.scale(e),u.translate(a.translate())):a.scale()},u.translate=function(e){if(!arguments.length)return a.translate();var i=a.scale(),c=+e[0],d=+e[1];return t=a.translate(e).clipExtent([[c-.455*i,d-.238*i],[c+.455*i,d+.238*i]]).stream(s).point,n=l.translate([c-.307*i,d+.201*i]).clipExtent([[c-.425*i+Ae,d+.12*i+Ae],[c-.214*i-Ae,d+.234*i-Ae]]).stream(s).point,r=o.translate([c-.205*i,d+.212*i]).clipExtent([[c-.214*i+Ae,d+.166*i+Ae],[c-.115*i-Ae,d+.234*i-Ae]]).stream(s).point,u},u.scale(1070)};var dr,fr,hr,pr,vr,yr,gr={point:E,lineStart:E,lineEnd:E,polygonStart:function(){fr=0,gr.lineStart=mr},polygonEnd:function(){gr.lineStart=gr.lineEnd=gr.point=E,dr+=M(fr/2)}};function mr(){var e,t,n,r;function a(e,t){fr+=r*e-n*t,n=e,r=t}gr.point=function(i,l){gr.point=a,e=n=i,t=r=l},gr.lineEnd=function(){a(e,t)}}var _r={point:function(e,t){e<hr&&(hr=e);e>vr&&(vr=e);t<pr&&(pr=t);t>yr&&(yr=t)},lineStart:E,lineEnd:E,polygonStart:E,polygonEnd:E};function Tr(e){return"m0,"+e+"a"+e+","+e+" 0 1,1 0,"+-2*e+"a"+e+","+e+" 0 1,1 0,"+2*e+"z"}var br,Mr={point:kr,lineStart:Kr,lineEnd:xr,polygonStart:function(){Mr.lineStart=Cr},polygonEnd:function(){Mr.point=kr,Mr.lineStart=Kr,Mr.lineEnd=xr}};function kr(e,t){Kn+=e,xn+=t,++Cn}function Kr(){var e,t;function n(n,r){var a=n-e,i=r-t,l=Math.sqrt(a*a+i*i);An+=l*(e+n)/2,wn+=l*(t+r)/2,Ln+=l,kr(e=n,t=r)}Mr.point=function(r,a){Mr.point=n,kr(e=r,t=a)}}function xr(){Mr.point=kr}function Cr(){var e,t,n,r;function a(e,t){var a=e-n,i=t-r,l=Math.sqrt(a*a+i*i);An+=l*(n+e)/2,wn+=l*(r+t)/2,Ln+=l,Dn+=(l=r*e-n*t)*(n+e),Bn+=l*(r+t),Sn+=3*l,kr(n=e,r=t)}Mr.point=function(i,l){Mr.point=a,kr(e=n=i,t=r=l)},Mr.lineEnd=function(){a(e,t)}}function Ar(e){var t=.5,n=Math.cos(30*Ge),r=16;function a(t){return(r?function(t){var n,a,l,o,s,u,c,d,f,h,p,v,y={point:g,lineStart:m,lineEnd:T,polygonStart:function(){t.polygonStart(),y.lineStart=b},polygonEnd:function(){t.polygonEnd(),y.lineStart=m}};function g(n,r){n=e(n,r),t.point(n[0],n[1])}function m(){d=NaN,y.point=_,t.lineStart()}function _(n,a){var l=On([n,a]),o=e(n,a);i(d,f,c,h,p,v,d=o[0],f=o[1],c=n,h=l[0],p=l[1],v=l[2],r,t),t.point(d,f)}function T(){y.point=g,t.lineEnd()}function b(){m(),y.point=M,y.lineEnd=k}function M(e,t){_(n=e,t),a=d,l=f,o=h,s=p,u=v,y.point=_}function k(){i(d,f,c,h,p,v,a,l,n,o,s,u,r,t),y.lineEnd=T,T()}return y}:function(t){return Lr(t,function(n,r){n=e(n,r),t.point(n[0],n[1])})})(t)}function i(r,a,l,o,s,u,c,d,f,h,p,v,y,g){var m=c-r,_=d-a,T=m*m+_*_;if(T>4*t&&y--){var b=o+h,k=s+p,K=u+v,x=Math.sqrt(b*b+k*k+K*K),C=Math.asin(K/=x),A=M(M(K)-1)<Ae||M(l-f)<Ae?(l+f)/2:Math.atan2(k,b),w=e(A,C),L=w[0],D=w[1],B=L-r,S=D-a,G=_*B-m*S;(G*G/T>t||M((m*B+_*S)/T-.5)>.3||o*h+s*p+u*v<n)&&(i(r,a,l,o,s,u,L,D,A,b/=x,k/=x,K,y,g),g.point(L,D),i(L,D,A,b,k,K,c,d,f,h,p,v,y,g))}}return a.precision=function(e){return arguments.length?(r=(t=e*e)>0&&16,a):Math.sqrt(t)},a}function wr(e){this.stream=e}function Lr(e,t){return{point:t,sphere:function(){e.sphere()},lineStart:function(){e.lineStart()},lineEnd:function(){e.lineEnd()},polygonStart:function(){e.polygonStart()},polygonEnd:function(){e.polygonEnd()}}}function Dr(e){return Br(function(){return e})()}function Br(e){var t,n,r,a,l,o,s=Ar(function(e,n){return[(e=t(e,n))[0]*u+a,l-e[1]*u]}),u=150,c=480,d=250,f=0,h=0,p=0,v=0,y=0,g=ir,m=W,_=null,T=null;function b(e){return[(e=r(e[0]*Ge,e[1]*Ge))[0]*u+a,l-e[1]*u]}function k(e){return(e=r.invert((e[0]-a)/u,(l-e[1])/u))&&[e[0]*ze,e[1]*ze]}function K(){r=Xn(n=Wr(p,v,y),t);var e=t(f,h);return a=c-e[0]*u,l=d+e[1]*u,x()}function x(){return o&&(o.valid=!1,o=null),b}return b.stream=function(e){return o&&(o.valid=!1),(o=Sr(g(n,s(m(e))))).valid=!0,o},b.clipAngle=function(e){return arguments.length?(g=null==e?(_=e,ir):function(e){var t=Math.cos(e),n=t>0,r=M(t)>Ae;return tr(a,function(e){var t,o,s,u,c;return{lineStart:function(){u=s=!1,c=1},point:function(d,f){var h,p=[d,f],v=a(d,f),y=n?v?0:l(d,f):v?l(d+(d<0?Le:-Le),f):0;if(!t&&(u=s=v)&&e.lineStart(),v!==s&&(h=i(t,p),(Fn(t,h)||Fn(p,h))&&(p[0]+=Ae,p[1]+=Ae,v=a(p[0],p[1]))),v!==s)c=0,v?(e.lineStart(),h=i(p,t),e.point(h[0],h[1])):(h=i(t,p),e.point(h[0],h[1]),e.lineEnd()),t=h;else if(r&&t&&n^v){var g;y&o||!(g=i(p,t,!0))||(c=0,n?(e.lineStart(),e.point(g[0][0],g[0][1]),e.point(g[1][0],g[1][1]),e.lineEnd()):(e.point(g[1][0],g[1][1]),e.lineEnd(),e.lineStart(),e.point(g[0][0],g[0][1])))}!v||t&&Fn(t,p)||e.point(p[0],p[1]),t=p,s=v,o=y},lineEnd:function(){s&&e.lineEnd(),t=null},clean:function(){return c|(u&&s)<<1}}},Er(e,6*Ge),n?[0,-e]:[-Le,e-Le]);function a(e,n){return Math.cos(e)*Math.cos(n)>t}function i(e,n,r){var a=[1,0,0],i=Rn(On(e),On(n)),l=Pn(i,i),o=i[0],s=l-o*o;if(!s)return!r&&e;var u=t*l/s,c=-t*o/s,d=Rn(a,i),f=jn(a,u);En(f,jn(i,c));var h=d,p=Pn(f,h),v=Pn(h,h),y=p*p-v*(Pn(f,f)-1);if(!(y<0)){var g=Math.sqrt(y),m=jn(h,(-p-g)/v);if(En(m,f),m=Nn(m),!r)return m;var _,T=e[0],b=n[0],k=e[1],K=n[1];b<T&&(_=T,T=b,b=_);var x=b-T,C=M(x-Le)<Ae;if(!C&&K<k&&(_=k,k=K,K=_),C||x<Ae?C?k+K>0^m[1]<(M(m[0]-T)<Ae?k:K):k<=m[1]&&m[1]<=K:x>Le^(T<=m[0]&&m[0]<=b)){var A=jn(h,(-p+g)/v);return En(A,f),[m,Nn(A)]}}}function l(t,r){var a=n?e:Le-e,i=0;return t<-a?i|=1:t>a&&(i|=2),r<-a?i|=4:r>a&&(i|=8),i}}((_=+e)*Ge),x()):_},b.clipExtent=function(e){return arguments.length?(T=e,m=e?sr(e[0][0],e[0][1],e[1][0],e[1][1]):W,x()):T},b.scale=function(e){return arguments.length?(u=+e,K()):u},b.translate=function(e){return arguments.length?(c=+e[0],d=+e[1],K()):[c,d]},b.center=function(e){return arguments.length?(f=e[0]%360*Ge,h=e[1]%360*Ge,K()):[f*ze,h*ze]},b.rotate=function(e){return arguments.length?(p=e[0]%360*Ge,v=e[1]%360*Ge,y=e.length>2?e[2]%360*Ge:0,K()):[p*ze,v*ze,y*ze]},i.rebind(b,s,"precision"),function(){return t=e.apply(this,arguments),b.invert=t.invert&&k,K()}}function Sr(e){return Lr(e,function(t,n){e.point(t*Ge,n*Ge)})}function Gr(e,t){return[e,t]}function zr(e,t){return[e>Le?e-De:e<-Le?e+De:e,t]}function Wr(e,t,n){return e?t||n?Xn(Pr(e),Rr(t,n)):Pr(e):t||n?Rr(t,n):zr}function Or(e){return function(t,n){return[(t+=e)>Le?t-De:t<-Le?t+De:t,n]}}function Pr(e){var t=Or(e);return t.invert=Or(-e),t}function Rr(e,t){var n=Math.cos(e),r=Math.sin(e),a=Math.cos(t),i=Math.sin(t);function l(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*n+o*r;return[Math.atan2(s*a-c*i,o*n-u*r),Re(c*a+s*i)]}return l.invert=function(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*a-s*i;return[Math.atan2(s*a+u*i,o*n+c*r),Re(c*n-o*r)]},l}function Er(e,t){var n=Math.cos(e),r=Math.sin(e);return function(a,i,l,o){var s=l*t;null!=a?(a=jr(n,a),i=jr(n,i),(l>0?a<i:a>i)&&(a+=l*De)):(a=e+l*De,i=e-.5*s);for(var u,c=a;l>0?c>i:c<i;c-=s)o.point((u=Nn([n,-r*Math.cos(c),-r*Math.sin(c)]))[0],u[1])}}function jr(e,t){var n=On(t);n[0]-=e,In(n);var r=Pe(-n[1]);return((-n[2]<0?-r:r)+2*Math.PI-Ae)%(2*Math.PI)}function Ir(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[e,t]})}}function Nr(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[t,e]})}}function Fr(e){return e.source}function $r(e){return e.target}i.geo.path=function(){var e,t,n,r,a,l=4.5;function o(e){return e&&("function"==typeof l&&r.pointRadius(+l.apply(this,arguments)),a&&a.valid||(a=n(r)),i.geo.stream(e,a)),r.result()}function s(){return a=null,o}return o.area=function(e){return dr=0,i.geo.stream(e,n(gr)),dr},o.centroid=function(e){return Kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,n(Mr)),Sn?[Dn/Sn,Bn/Sn]:Ln?[An/Ln,wn/Ln]:Cn?[Kn/Cn,xn/Cn]:[NaN,NaN]},o.bounds=function(e){return vr=yr=-(hr=pr=1/0),i.geo.stream(e,n(_r)),[[hr,pr],[vr,yr]]},o.projection=function(t){return arguments.length?(n=(e=t)?t.stream||(r=t,a=Ar(function(e,t){return r([e*ze,t*ze])}),function(e){return Sr(a(e))}):W,s()):e;var r,a},o.context=function(e){return arguments.length?(r=null==(t=e)?new function(){var e=Tr(4.5),t=[],n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(t){return e=Tr(t),n},result:function(){if(t.length){var e=t.join("");return t=[],e}}};function r(n,r){t.push("M",n,",",r,e)}function a(e,r){t.push("M",e,",",r),n.point=i}function i(e,n){t.push("L",e,",",n)}function l(){n.point=r}function o(){t.push("Z")}return n}:new function(e){var t=4.5,n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(e){return t=e,n},result:E};function r(n,r){e.moveTo(n+t,r),e.arc(n,r,t,0,De)}function a(t,r){e.moveTo(t,r),n.point=i}function i(t,n){e.lineTo(t,n)}function l(){n.point=r}function o(){e.closePath()}return n}(e),"function"!=typeof l&&r.pointRadius(l),s()):t},o.pointRadius=function(e){return arguments.length?(l="function"==typeof e?e:(r.pointRadius(+e),+e),o):l},o.projection(i.geo.albersUsa()).context(null)},i.geo.transform=function(e){return{stream:function(t){var n=new wr(t);for(var r in e)n[r]=e[r];return n}}},wr.prototype={point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},i.geo.projection=Dr,i.geo.projectionMutator=Br,(i.geo.equirectangular=function(){return Dr(Gr)}).raw=Gr.invert=Gr,i.geo.rotation=function(e){function t(t){return(t=e(t[0]*Ge,t[1]*Ge))[0]*=ze,t[1]*=ze,t}return e=Wr(e[0]%360*Ge,e[1]*Ge,e.length>2?e[2]*Ge:0),t.invert=function(t){return(t=e.invert(t[0]*Ge,t[1]*Ge))[0]*=ze,t[1]*=ze,t},t},zr.invert=Gr,i.geo.circle=function(){var e,t,n=[0,0],r=6;function a(){var e="function"==typeof n?n.apply(this,arguments):n,r=Wr(-e[0]*Ge,-e[1]*Ge,0).invert,a=[];return t(null,null,1,{point:function(e,t){a.push(e=r(e,t)),e[0]*=ze,e[1]*=ze}}),{type:"Polygon",coordinates:[a]}}return a.origin=function(e){return arguments.length?(n=e,a):n},a.angle=function(n){return arguments.length?(t=Er((e=+n)*Ge,r*Ge),a):e},a.precision=function(n){return arguments.length?(t=Er(e*Ge,(r=+n)*Ge),a):r},a.angle(90)},i.geo.distance=function(e,t){var n,r=(t[0]-e[0])*Ge,a=e[1]*Ge,i=t[1]*Ge,l=Math.sin(r),o=Math.cos(r),s=Math.sin(a),u=Math.cos(a),c=Math.sin(i),d=Math.cos(i);return Math.atan2(Math.sqrt((n=d*l)*n+(n=u*c-s*d*o)*n),s*c+u*d*o)},i.geo.graticule=function(){var e,t,n,r,a,l,o,s,u,c,d,f,h=10,p=h,v=90,y=360,g=2.5;function m(){return{type:"MultiLineString",coordinates:_()}}function _(){return i.range(Math.ceil(r/v)*v,n,v).map(d).concat(i.range(Math.ceil(s/y)*y,o,y).map(f)).concat(i.range(Math.ceil(t/h)*h,e,h).filter(function(e){return M(e%v)>Ae}).map(u)).concat(i.range(Math.ceil(l/p)*p,a,p).filter(function(e){return M(e%y)>Ae}).map(c))}return m.lines=function(){return _().map(function(e){return{type:"LineString",coordinates:e}})},m.outline=function(){return{type:"Polygon",coordinates:[d(r).concat(f(o).slice(1),d(n).reverse().slice(1),f(s).reverse().slice(1))]}},m.extent=function(e){return arguments.length?m.majorExtent(e).minorExtent(e):m.minorExtent()},m.majorExtent=function(e){return arguments.length?(r=+e[0][0],n=+e[1][0],s=+e[0][1],o=+e[1][1],r>n&&(e=r,r=n,n=e),s>o&&(e=s,s=o,o=e),m.precision(g)):[[r,s],[n,o]]},m.minorExtent=function(n){return arguments.length?(t=+n[0][0],e=+n[1][0],l=+n[0][1],a=+n[1][1],t>e&&(n=t,t=e,e=n),l>a&&(n=l,l=a,a=n),m.precision(g)):[[t,l],[e,a]]},m.step=function(e){return arguments.length?m.majorStep(e).minorStep(e):m.minorStep()},m.majorStep=function(e){return arguments.length?(v=+e[0],y=+e[1],m):[v,y]},m.minorStep=function(e){return arguments.length?(h=+e[0],p=+e[1],m):[h,p]},m.precision=function(i){return arguments.length?(g=+i,u=Ir(l,a,90),c=Nr(t,e,g),d=Ir(s,o,90),f=Nr(r,n,g),m):g},m.majorExtent([[-180,-90+Ae],[180,90-Ae]]).minorExtent([[-180,-80-Ae],[180,80+Ae]])},i.geo.greatArc=function(){var e,t,n=Fr,r=$r;function a(){return{type:"LineString",coordinates:[e||n.apply(this,arguments),t||r.apply(this,arguments)]}}return a.distance=function(){return i.geo.distance(e||n.apply(this,arguments),t||r.apply(this,arguments))},a.source=function(t){return arguments.length?(n=t,e="function"==typeof t?null:t,a):n},a.target=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,a):r},a.precision=function(){return arguments.length?a:0},a},i.geo.interpolate=function(e,t){return n=e[0]*Ge,r=e[1]*Ge,a=t[0]*Ge,i=t[1]*Ge,l=Math.cos(r),o=Math.sin(r),s=Math.cos(i),u=Math.sin(i),c=l*Math.cos(n),d=l*Math.sin(n),f=s*Math.cos(a),h=s*Math.sin(a),p=2*Math.asin(Math.sqrt(je(i-r)+l*s*je(a-n))),v=1/Math.sin(p),(y=p?function(e){var t=Math.sin(e*=p)*v,n=Math.sin(p-e)*v,r=n*c+t*f,a=n*d+t*h,i=n*o+t*u;return[Math.atan2(a,r)*ze,Math.atan2(i,Math.sqrt(r*r+a*a))*ze]}:function(){return[n*ze,r*ze]}).distance=p,y;var n,r,a,i,l,o,s,u,c,d,f,h,p,v,y},i.geo.length=function(e){return br=0,i.geo.stream(e,Vr),br};var Vr={sphere:E,point:E,lineStart:function(){var e,t,n;function r(r,a){var i=Math.sin(a*=Ge),l=Math.cos(a),o=M((r*=Ge)-e),s=Math.cos(o);br+=Math.atan2(Math.sqrt((o=l*Math.sin(o))*o+(o=n*i-t*l*s)*o),t*i+n*l*s),e=r,t=i,n=l}Vr.point=function(a,i){e=a*Ge,t=Math.sin(i*=Ge),n=Math.cos(i),Vr.point=r},Vr.lineEnd=function(){Vr.point=Vr.lineEnd=E}},lineEnd:E,polygonStart:E,polygonEnd:E};function Hr(e,t){function n(t,n){var r=Math.cos(t),a=Math.cos(n),i=e(r*a);return[i*a*Math.sin(t),i*Math.sin(n)]}return n.invert=function(e,n){var r=Math.sqrt(e*e+n*n),a=t(r),i=Math.sin(a),l=Math.cos(a);return[Math.atan2(e*i,r*l),Math.asin(r&&n*i/r)]},n}var qr=Hr(function(e){return Math.sqrt(2/(1+e))},function(e){return 2*Math.asin(e/2)});(i.geo.azimuthalEqualArea=function(){return Dr(qr)}).raw=qr;var Ur=Hr(function(e){var t=Math.acos(e);return t&&t/Math.sin(t)},W);function Yr(e,t){var n=Math.cos(e),r=function(e){return Math.tan(Le/4+e/2)},a=e===t?Math.sin(e):Math.log(n/Math.cos(t))/Math.log(r(t)/r(e)),i=n*Math.pow(r(e),a)/a;if(!a)return Jr;function l(e,t){i>0?t<-Se+Ae&&(t=-Se+Ae):t>Se-Ae&&(t=Se-Ae);var n=i/Math.pow(r(t),a);return[n*Math.sin(a*e),i-n*Math.cos(a*e)]}return l.invert=function(e,t){var n=i-t,r=We(a)*Math.sqrt(e*e+n*n);return[Math.atan2(e,n)/a,2*Math.atan(Math.pow(i/r,1/a))-Se]},l}function Xr(e,t){var n=Math.cos(e),r=e===t?Math.sin(e):(n-Math.cos(t))/(t-e),a=n/r+e;if(M(r)<Ae)return Gr;function i(e,t){var n=a-t;return[n*Math.sin(r*e),a-n*Math.cos(r*e)]}return i.invert=function(e,t){var n=a-t;return[Math.atan2(e,n)/r,a-We(r)*Math.sqrt(e*e+n*n)]},i}(i.geo.azimuthalEquidistant=function(){return Dr(Ur)}).raw=Ur,(i.geo.conicConformal=function(){return ur(Yr)}).raw=Yr,(i.geo.conicEquidistant=function(){return ur(Xr)}).raw=Xr;var Zr=Hr(function(e){return 1/e},Math.atan);function Jr(e,t){return[e,Math.log(Math.tan(Le/4+t/2))]}function Qr(e){var t,n=Dr(e),r=n.scale,a=n.translate,i=n.clipExtent;return n.scale=function(){var e=r.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.translate=function(){var e=a.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.clipExtent=function(e){var l=i.apply(n,arguments);if(l===n){if(t=null==e){var o=Le*r(),s=a();i([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else t&&(l=null);return l},n.clipExtent(null)}(i.geo.gnomonic=function(){return Dr(Zr)}).raw=Zr,Jr.invert=function(e,t){return[e,2*Math.atan(Math.exp(t))-Se]},(i.geo.mercator=function(){return Qr(Jr)}).raw=Jr;var ea=Hr(function(){return 1},Math.asin);(i.geo.orthographic=function(){return Dr(ea)}).raw=ea;var ta=Hr(function(e){return 1/(1+e)},function(e){return 2*Math.atan(e)});function na(e,t){return[Math.log(Math.tan(Le/4+t/2)),-e]}function ra(e){return e[0]}function aa(e){return e[1]}function ia(e){for(var t=e.length,n=[0,1],r=2,a=2;a<t;a++){for(;r>1&&Oe(e[n[r-2]],e[n[r-1]],e[a])<=0;)--r;n[r++]=a}return n.slice(0,r)}function la(e,t){return e[0]-t[0]||e[1]-t[1]}(i.geo.stereographic=function(){return Dr(ta)}).raw=ta,na.invert=function(e,t){return[-t,2*Math.atan(Math.exp(e))-Se]},(i.geo.transverseMercator=function(){var e=Qr(na),t=e.center,n=e.rotate;return e.center=function(e){return e?t([-e[1],e[0]]):[(e=t())[1],-e[0]]},e.rotate=function(e){return e?n([e[0],e[1],e.length>2?e[2]+90:90]):[(e=n())[0],e[1],e[2]-90]},n([0,0,90])}).raw=na,i.geom={},i.geom.hull=function(e){var t=ra,n=aa;if(arguments.length)return r(e);function r(e){if(e.length<3)return[];var r,a=Tt(t),i=Tt(n),l=e.length,o=[],s=[];for(r=0;r<l;r++)o.push([+a.call(this,e[r],r),+i.call(this,e[r],r),r]);for(o.sort(la),r=0;r<l;r++)s.push([o[r][0],-o[r][1]]);var u=ia(o),c=ia(s),d=c[0]===u[0],f=c[c.length-1]===u[u.length-1],h=[];for(r=u.length-1;r>=0;--r)h.push(e[o[u[r]][2]]);for(r=+d;r<c.length-f;++r)h.push(e[o[c[r]][2]]);return h}return r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r},i.geom.polygon=function(e){return H(e,oa),e};var oa=i.geom.polygon.prototype=[];function sa(e,t,n){return(n[0]-t[0])*(e[1]-t[1])<(n[1]-t[1])*(e[0]-t[0])}function ua(e,t,n,r){var a=e[0],i=n[0],l=t[0]-a,o=r[0]-i,s=e[1],u=n[1],c=t[1]-s,d=r[1]-u,f=(o*(s-u)-d*(a-i))/(d*l-o*c);return[a+f*l,s+f*c]}function ca(e){var t=e[0],n=e[e.length-1];return!(t[0]-n[0]||t[1]-n[1])}oa.area=function(){for(var e,t=-1,n=this.length,r=this[n-1],a=0;++t<n;)e=r,r=this[t],a+=e[1]*r[0]-e[0]*r[1];return.5*a},oa.centroid=function(e){var t,n,r=-1,a=this.length,i=0,l=0,o=this[a-1];for(arguments.length||(e=-1/(6*this.area()));++r<a;)t=o,o=this[r],n=t[0]*o[1]-o[0]*t[1],i+=(t[0]+o[0])*n,l+=(t[1]+o[1])*n;return[i*e,l*e]},oa.clip=function(e){for(var t,n,r,a,i,l,o=ca(e),s=-1,u=this.length-ca(this),c=this[u-1];++s<u;){for(t=e.slice(),e.length=0,a=this[s],i=t[(r=t.length-o)-1],n=-1;++n<r;)sa(l=t[n],c,a)?(sa(i,c,a)||e.push(ua(i,l,c,a)),e.push(l)):sa(i,c,a)&&e.push(ua(i,l,c,a)),i=l;o&&e.push(e[0]),c=a}return e};var da,fa,ha,pa,va,ya=[],ga=[];function ma(e){var t=ya.pop()||new function(){za(this),this.edge=this.site=this.circle=null};return t.site=e,t}function _a(e){Aa(e),ha.remove(e),ya.push(e),za(e)}function Ta(e){var t=e.circle,n=t.x,r=t.cy,a={x:n,y:r},i=e.P,l=e.N,o=[e];_a(e);for(var s=i;s.circle&&M(n-s.circle.x)<Ae&&M(r-s.circle.cy)<Ae;)i=s.P,o.unshift(s),_a(s),s=i;o.unshift(s),Aa(s);for(var u=l;u.circle&&M(n-u.circle.x)<Ae&&M(r-u.circle.cy)<Ae;)l=u.N,o.push(u),_a(u),u=l;o.push(u),Aa(u);var c,d=o.length;for(c=1;c<d;++c)u=o[c],s=o[c-1],Ba(u.edge,s.site,u.site,a);s=o[0],(u=o[d-1]).edge=Da(s.site,u.site,null,a),Ca(s),Ca(u)}function ba(e){for(var t,n,r,a,i=e.x,l=e.y,o=ha._;o;)if((r=Ma(o,l)-i)>Ae)o=o.L;else{if(!((a=i-ka(o,l))>Ae)){r>-Ae?(t=o.P,n=o):a>-Ae?(t=o,n=o.N):t=n=o;break}if(!o.R){t=o;break}o=o.R}var s=ma(e);if(ha.insert(t,s),t||n){if(t===n)return Aa(t),n=ma(t.site),ha.insert(s,n),s.edge=n.edge=Da(t.site,s.site),Ca(t),void Ca(n);if(n){Aa(t),Aa(n);var u=t.site,c=u.x,d=u.y,f=e.x-c,h=e.y-d,p=n.site,v=p.x-c,y=p.y-d,g=2*(f*y-h*v),m=f*f+h*h,_=v*v+y*y,T={x:(y*m-h*_)/g+c,y:(f*_-v*m)/g+d};Ba(n.edge,u,p,T),s.edge=Da(u,e,null,T),n.edge=Da(e,p,null,T),Ca(t),Ca(n)}else s.edge=Da(t.site,s.site)}}function Ma(e,t){var n=e.site,r=n.x,a=n.y,i=a-t;if(!i)return r;var l=e.P;if(!l)return-1/0;var o=(n=l.site).x,s=n.y,u=s-t;if(!u)return o;var c=o-r,d=1/i-1/u,f=c/u;return d?(-f+Math.sqrt(f*f-2*d*(c*c/(-2*u)-s+u/2+a-i/2)))/d+r:(r+o)/2}function ka(e,t){var n=e.N;if(n)return Ma(n,t);var r=e.site;return r.y===t?r.x:1/0}function Ka(e){this.site=e,this.edges=[]}function xa(e,t){return t.angle-e.angle}function Ca(e){var t=e.P,n=e.N;if(t&&n){var r=t.site,a=e.site,i=n.site;if(r!==i){var l=a.x,o=a.y,s=r.x-l,u=r.y-o,c=i.x-l,d=2*(s*(y=i.y-o)-u*c);if(!(d>=-we)){var f=s*s+u*u,h=c*c+y*y,p=(y*f-u*h)/d,v=(s*h-c*f)/d,y=v+o,g=ga.pop()||new function(){za(this),this.x=this.y=this.arc=this.site=this.cy=null};g.arc=e,g.site=a,g.x=p+l,g.y=y+Math.sqrt(p*p+v*v),g.cy=y,e.circle=g;for(var m=null,_=va._;_;)if(g.y<_.y||g.y===_.y&&g.x<=_.x){if(!_.L){m=_.P;break}_=_.L}else{if(!_.R){m=_;break}_=_.R}va.insert(m,g),m||(pa=g)}}}}function Aa(e){var t=e.circle;t&&(t.P||(pa=t.N),va.remove(t),ga.push(t),za(t),e.circle=null)}function wa(e,t){var n=e.b;if(n)return!0;var r,a,i=e.a,l=t[0][0],o=t[1][0],s=t[0][1],u=t[1][1],c=e.l,d=e.r,f=c.x,h=c.y,p=d.x,v=d.y,y=(f+p)/2,g=(h+v)/2;if(v===h){if(y<l||y>=o)return;if(f>p){if(i){if(i.y>=u)return}else i={x:y,y:s};n={x:y,y:u}}else{if(i){if(i.y<s)return}else i={x:y,y:u};n={x:y,y:s}}}else if(a=g-(r=(f-p)/(v-h))*y,r<-1||r>1)if(f>p){if(i){if(i.y>=u)return}else i={x:(s-a)/r,y:s};n={x:(u-a)/r,y:u}}else{if(i){if(i.y<s)return}else i={x:(u-a)/r,y:u};n={x:(s-a)/r,y:s}}else if(h<v){if(i){if(i.x>=o)return}else i={x:l,y:r*l+a};n={x:o,y:r*o+a}}else{if(i){if(i.x<l)return}else i={x:o,y:r*o+a};n={x:l,y:r*l+a}}return e.a=i,e.b=n,!0}function La(e,t){this.l=e,this.r=t,this.a=this.b=null}function Da(e,t,n,r){var a=new La(e,t);return da.push(a),n&&Ba(a,e,t,n),r&&Ba(a,t,e,r),fa[e.i].edges.push(new Sa(a,e,t)),fa[t.i].edges.push(new Sa(a,t,e)),a}function Ba(e,t,n,r){e.a||e.b?e.l===n?e.b=r:e.a=r:(e.a=r,e.l=t,e.r=n)}function Sa(e,t,n){var r=e.a,a=e.b;this.edge=e,this.site=t,this.angle=n?Math.atan2(n.y-t.y,n.x-t.x):e.l===t?Math.atan2(a.x-r.x,r.y-a.y):Math.atan2(r.x-a.x,a.y-r.y)}function Ga(){this._=null}function za(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function Wa(e,t){var n=t,r=t.R,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function Oa(e,t){var n=t,r=t.L,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function Pa(e){for(;e.L;)e=e.L;return e}function Ra(e,t){var n,r,a,i=e.sort(Ea).pop();for(da=[],fa=new Array(e.length),ha=new Ga,va=new Ga;;)if(a=pa,i&&(!a||i.y<a.y||i.y===a.y&&i.x<a.x))i.x===n&&i.y===r||(fa[i.i]=new Ka(i),ba(i),n=i.x,r=i.y),i=e.pop();else{if(!a)break;Ta(a.arc)}t&&(function(e){for(var t,n=da,r=lr(e[0][0],e[0][1],e[1][0],e[1][1]),a=n.length;a--;)(!wa(t=n[a],e)||!r(t)||M(t.a.x-t.b.x)<Ae&&M(t.a.y-t.b.y)<Ae)&&(t.a=t.b=null,n.splice(a,1))}(t),function(e){for(var t,n,r,a,i,l,o,s,u,c,d=e[0][0],f=e[1][0],h=e[0][1],p=e[1][1],v=fa,y=v.length;y--;)if((i=v[y])&&i.prepare())for(s=(o=i.edges).length,l=0;l<s;)r=(c=o[l].end()).x,a=c.y,t=(u=o[++l%s].start()).x,n=u.y,(M(r-t)>Ae||M(a-n)>Ae)&&(o.splice(l,0,new Sa((g=i.site,m=c,_=M(r-d)<Ae&&p-a>Ae?{x:d,y:M(t-d)<Ae?n:p}:M(a-p)<Ae&&f-r>Ae?{x:M(n-p)<Ae?t:f,y:p}:M(r-f)<Ae&&a-h>Ae?{x:f,y:M(t-f)<Ae?n:h}:M(a-h)<Ae&&r-d>Ae?{x:M(n-h)<Ae?t:d,y:h}:null,T=void 0,T=new La(g,null),T.a=m,T.b=_,da.push(T),T),i.site,null)),++s);var g,m,_,T}(t));var l={cells:fa,edges:da};return ha=va=da=fa=null,l}function Ea(e,t){return t.y-e.y||t.x-e.x}Ka.prototype.prepare=function(){for(var e,t=this.edges,n=t.length;n--;)(e=t[n].edge).b&&e.a||t.splice(n,1);return t.sort(xa),t.length},Sa.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},Ga.prototype={insert:function(e,t){var n,r,a;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=Pa(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)n===(r=n.U).L?(a=r.R)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.R&&(Wa(this,n),n=(e=n).U),n.C=!1,r.C=!0,Oa(this,r)):(a=r.L)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.L&&(Oa(this,n),n=(e=n).U),n.C=!1,r.C=!0,Wa(this,r)),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,r,a=e.U,i=e.L,l=e.R;if(n=i?l?Pa(l):i:l,a?a.L===e?a.L=n:a.R=n:this._=n,i&&l?(r=n.C,n.C=e.C,n.L=i,i.U=n,n!==l?(a=n.U,n.U=e.U,e=n.R,a.L=e,n.R=l,l.U=n):(n.U=a,a=n,e=n.R)):(r=e.C,e=n),e&&(e.U=a),!r)if(e&&e.C)e.C=!1;else{do{if(e===this._)break;if(e===a.L){if((t=a.R).C&&(t.C=!1,a.C=!0,Wa(this,a),t=a.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,Oa(this,t),t=a.R),t.C=a.C,a.C=t.R.C=!1,Wa(this,a),e=this._;break}}else if((t=a.L).C&&(t.C=!1,a.C=!0,Oa(this,a),t=a.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,Wa(this,t),t=a.L),t.C=a.C,a.C=t.L.C=!1,Oa(this,a),e=this._;break}t.C=!0,e=a,a=a.U}while(!e.C);e&&(e.C=!1)}}},i.geom.voronoi=function(e){var t=ra,n=aa,r=t,a=n,i=ja;if(e)return l(e);function l(e){var t=new Array(e.length),n=i[0][0],r=i[0][1],a=i[1][0],l=i[1][1];return Ra(o(e),i).cells.forEach(function(i,o){var s=i.edges,u=i.site;(t[o]=s.length?s.map(function(e){var t=e.start();return[t.x,t.y]}):u.x>=n&&u.x<=a&&u.y>=r&&u.y<=l?[[n,l],[a,l],[a,r],[n,r]]:[]).point=e[o]}),t}function o(e){return e.map(function(e,t){return{x:Math.round(r(e,t)/Ae)*Ae,y:Math.round(a(e,t)/Ae)*Ae,i:t}})}return l.links=function(e){return Ra(o(e)).edges.filter(function(e){return e.l&&e.r}).map(function(t){return{source:e[t.l.i],target:e[t.r.i]}})},l.triangles=function(e){var t=[];return Ra(o(e)).cells.forEach(function(n,r){for(var a,i,l,o,s=n.site,u=n.edges.sort(xa),c=-1,d=u.length,f=u[d-1].edge,h=f.l===s?f.r:f.l;++c<d;)f,a=h,h=(f=u[c].edge).l===s?f.r:f.l,r<a.i&&r<h.i&&(l=a,o=h,((i=s).x-o.x)*(l.y-i.y)-(i.x-l.x)*(o.y-i.y)<0)&&t.push([e[r],e[a.i],e[h.i]])}),t},l.x=function(e){return arguments.length?(r=Tt(t=e),l):t},l.y=function(e){return arguments.length?(a=Tt(n=e),l):n},l.clipExtent=function(e){return arguments.length?(i=null==e?ja:e,l):i===ja?null:i},l.size=function(e){return arguments.length?l.clipExtent(e&&[[0,0],e]):i===ja?null:i&&i[1]},l};var ja=[[-1e6,-1e6],[1e6,1e6]];function Ia(e){return e.x}function Na(e){return e.y}function Fa(e,t){e=i.rgb(e),t=i.rgb(t);var n=e.r,r=e.g,a=e.b,l=t.r-n,o=t.g-r,s=t.b-a;return function(e){return"#"+ht(Math.round(n+l*e))+ht(Math.round(r+o*e))+ht(Math.round(a+s*e))}}function $a(e,t){var n,r={},a={};for(n in e)n in t?r[n]=Ya(e[n],t[n]):a[n]=e[n];for(n in t)n in e||(a[n]=t[n]);return function(e){for(n in r)a[n]=r[n](e);return a}}function Va(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Ha(e,t){var n,r,a,i=qa.lastIndex=Ua.lastIndex=0,l=-1,o=[],s=[];for(e+="",t+="";(n=qa.exec(e))&&(r=Ua.exec(t));)(a=r.index)>i&&(a=t.slice(i,a),o[l]?o[l]+=a:o[++l]=a),(n=n[0])===(r=r[0])?o[l]?o[l]+=r:o[++l]=r:(o[++l]=null,s.push({i:l,x:Va(n,r)})),i=Ua.lastIndex;return i<t.length&&(a=t.slice(i),o[l]?o[l]+=a:o[++l]=a),o.length<2?s[0]?(t=s[0].x,function(e){return t(e)+""}):function(){return t}:(t=s.length,function(e){for(var n,r=0;r<t;++r)o[(n=s[r]).i]=n.x(e);return o.join("")})}i.geom.delaunay=function(e){return i.geom.voronoi().triangles(e)},i.geom.quadtree=function(e,t,n,r,a){var i,l=ra,o=aa;if(i=arguments.length)return l=Ia,o=Na,3===i&&(a=n,r=t,n=t=0),s(e);function s(e){var s,u,c,d,f,h,p,v,y,g=Tt(l),m=Tt(o);if(null!=t)h=t,p=n,v=r,y=a;else if(v=y=-(h=p=1/0),u=[],c=[],f=e.length,i)for(d=0;d<f;++d)(s=e[d]).x<h&&(h=s.x),s.y<p&&(p=s.y),s.x>v&&(v=s.x),s.y>y&&(y=s.y),u.push(s.x),c.push(s.y);else for(d=0;d<f;++d){var _=+g(s=e[d],d),T=+m(s,d);_<h&&(h=_),T<p&&(p=T),_>v&&(v=_),T>y&&(y=T),u.push(_),c.push(T)}var b=v-h,k=y-p;function K(e,t,n,r,a,i,l,o){if(!isNaN(n)&&!isNaN(r))if(e.leaf){var s=e.x,u=e.y;if(null!=s)if(M(s-n)+M(u-r)<.01)x(e,t,n,r,a,i,l,o);else{var c=e.point;e.x=e.y=e.point=null,x(e,c,s,u,a,i,l,o),x(e,t,n,r,a,i,l,o)}else e.x=n,e.y=r,e.point=t}else x(e,t,n,r,a,i,l,o)}function x(e,t,n,r,a,i,l,o){var s=.5*(a+l),u=.5*(i+o),c=n>=s,d=r>=u,f=d<<1|c;e.leaf=!1,e=e.nodes[f]||(e.nodes[f]={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){K(C,e,+g(e,++d),+m(e,d),h,p,v,y)}}),c?a=s:l=s,d?i=u:o=u,K(e,t,n,r,a,i,l,o)}b>k?y=p+b:v=h+k;var C={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){K(C,e,+g(e,++d),+m(e,d),h,p,v,y)}};if(C.visit=function(e){!function e(t,n,r,a,i,l){if(!t(n,r,a,i,l)){var o=.5*(r+i),s=.5*(a+l),u=n.nodes;u[0]&&e(t,u[0],r,a,o,s),u[1]&&e(t,u[1],o,a,i,s),u[2]&&e(t,u[2],r,s,o,l),u[3]&&e(t,u[3],o,s,i,l)}}(e,C,h,p,v,y)},C.find=function(e){return function(e,t,n,r,a,i,l){var o,s=1/0;return function e(u,c,d,f,h){if(!(c>i||d>l||f<r||h<a)){if(p=u.point){var p,v=t-u.x,y=n-u.y,g=v*v+y*y;if(g<s){var m=Math.sqrt(s=g);r=t-m,a=n-m,i=t+m,l=n+m,o=p}}for(var _=u.nodes,T=.5*(c+f),b=.5*(d+h),M=(n>=b)<<1|t>=T,k=M+4;M<k;++M)if(u=_[3&M])switch(3&M){case 0:e(u,c,d,T,b);break;case 1:e(u,T,d,f,b);break;case 2:e(u,c,b,T,h);break;case 3:e(u,T,b,f,h)}}}(e,r,a,i,l),o}(C,e[0],e[1],h,p,v,y)},d=-1,null==t){for(;++d<f;)K(C,e[d],u[d],c[d],h,p,v,y);--d}else e.forEach(C.add);return u=c=e=s=null,C}return s.x=function(e){return arguments.length?(l=e,s):l},s.y=function(e){return arguments.length?(o=e,s):o},s.extent=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=+e[0][0],n=+e[0][1],r=+e[1][0],a=+e[1][1]),s):null==t?null:[[t,n],[r,a]]},s.size=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=n=0,r=+e[0],a=+e[1]),s):null==t?null:[r-t,a-n]},s},i.interpolateRgb=Fa,i.interpolateObject=$a,i.interpolateNumber=Va,i.interpolateString=Ha;var qa=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ua=new RegExp(qa.source,"g");function Ya(e,t){for(var n,r=i.interpolators.length;--r>=0&&!(n=i.interpolators[r](e,t)););return n}function Xa(e,t){var n,r=[],a=[],i=e.length,l=t.length,o=Math.min(e.length,t.length);for(n=0;n<o;++n)r.push(Ya(e[n],t[n]));for(;n<i;++n)a[n]=e[n];for(;n<l;++n)a[n]=t[n];return function(e){for(n=0;n<o;++n)a[n]=r[n](e);return a}}i.interpolate=Ya,i.interpolators=[function(e,t){var n=typeof t;return("string"===n?_t.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?Fa:Ha:t instanceof Ve?Fa:Array.isArray(t)?Xa:"object"===n&&isNaN(t)?$a:Va)(e,t)}],i.interpolateArray=Xa;var Za=function(){return W},Ja=i.map({linear:Za,poly:function(e){return function(t){return Math.pow(t,e)}},quad:function(){return ni},cubic:function(){return ri},sin:function(){return ii},exp:function(){return li},circle:function(){return oi},elastic:function(e,t){var n;arguments.length<2&&(t=.45);arguments.length?n=t/De*Math.asin(1/e):(e=1,n=t/4);return function(r){return 1+e*Math.pow(2,-10*r)*Math.sin((r-n)*De/t)}},back:function(e){e||(e=1.70158);return function(t){return t*t*((e+1)*t-e)}},bounce:function(){return si}}),Qa=i.map({in:W,out:ei,"in-out":ti,"out-in":function(e){return ti(ei(e))}});function ei(e){return function(t){return 1-e(1-t)}}function ti(e){return function(t){return.5*(t<.5?e(2*t):2-e(2-2*t))}}function ni(e){return e*e}function ri(e){return e*e*e}function ai(e){if(e<=0)return 0;if(e>=1)return 1;var t=e*e,n=t*e;return 4*(e<.5?n:3*(e-t)+n-.75)}function ii(e){return 1-Math.cos(e*Se)}function li(e){return Math.pow(2,10*(e-1))}function oi(e){return 1-Math.sqrt(1-e*e)}function si(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function ui(e,t){return t-=e,function(n){return Math.round(e+t*n)}}function ci(e){var t,n,r,a=[e.a,e.b],i=[e.c,e.d],l=fi(a),o=di(a,i),s=fi(((t=i)[0]+=(r=-o)*(n=a)[0],t[1]+=r*n[1],t))||0;a[0]*i[1]<i[0]*a[1]&&(a[0]*=-1,a[1]*=-1,l*=-1,o*=-1),this.rotate=(l?Math.atan2(a[1],a[0]):Math.atan2(-i[0],i[1]))*ze,this.translate=[e.e,e.f],this.scale=[l,s],this.skew=s?Math.atan2(o,s)*ze:0}function di(e,t){return e[0]*t[0]+e[1]*t[1]}function fi(e){var t=Math.sqrt(di(e,e));return t&&(e[0]/=t,e[1]/=t),t}i.ease=function(e){var t,n=e.indexOf("-"),r=n>=0?e.slice(0,n):e,a=n>=0?e.slice(n+1):"in";return r=Ja.get(r)||Za,a=Qa.get(a)||W,t=a(r.apply(null,l.call(arguments,1))),function(e){return e<=0?0:e>=1?1:t(e)}},i.interpolateHcl=function(e,t){e=i.hcl(e),t=i.hcl(t);var n=e.h,r=e.c,a=e.l,l=t.h-n,o=t.c-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.c:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Ze(n+l*e,r+o*e,a+s*e)+""}},i.interpolateHsl=function(e,t){e=i.hsl(e),t=i.hsl(t);var n=e.h,r=e.s,a=e.l,l=t.h-n,o=t.s-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.s:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Ue(n+l*e,r+o*e,a+s*e)+""}},i.interpolateLab=function(e,t){e=i.lab(e),t=i.lab(t);var n=e.l,r=e.a,a=e.b,l=t.l-n,o=t.a-r,s=t.b-a;return function(e){return at(n+l*e,r+o*e,a+s*e)+""}},i.interpolateRound=ui,i.transform=function(e){var t=s.createElementNS(i.ns.prefix.svg,"g");return(i.transform=function(e){if(null!=e){t.setAttribute("transform",e);var n=t.transform.baseVal.consolidate()}return new ci(n?n.matrix:hi)})(e)},ci.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var hi={a:1,b:0,c:0,d:1,e:0,f:0};function pi(e){return e.length?e.pop()+",":""}function vi(e,t){var n=[],r=[];return e=i.transform(e),t=i.transform(t),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push("translate(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else(t[0]||t[1])&&n.push("translate("+t+")")}(e.translate,t.translate,n,r),function(e,t,n,r){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),r.push({i:n.push(pi(n)+"rotate(",null,")")-2,x:Va(e,t)})):t&&n.push(pi(n)+"rotate("+t+")")}(e.rotate,t.rotate,n,r),function(e,t,n,r){e!==t?r.push({i:n.push(pi(n)+"skewX(",null,")")-2,x:Va(e,t)}):t&&n.push(pi(n)+"skewX("+t+")")}(e.skew,t.skew,n,r),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push(pi(n)+"scale(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else 1===t[0]&&1===t[1]||n.push(pi(n)+"scale("+t+")")}(e.scale,t.scale,n,r),e=t=null,function(e){for(var t,a=-1,i=r.length;++a<i;)n[(t=r[a]).i]=t.x(e);return n.join("")}}function yi(e,t){return t=(t-=e=+e)||1/t,function(n){return(n-e)/t}}function gi(e,t){return t=(t-=e=+e)||1/t,function(n){return Math.max(0,Math.min(1,(n-e)/t))}}function mi(e){for(var t=e.source,n=e.target,r=function(e,t){if(e===t)return e;var n=_i(e),r=_i(t),a=n.pop(),i=r.pop(),l=null;for(;a===i;)l=a,a=n.pop(),i=r.pop();return l}(t,n),a=[t];t!==r;)t=t.parent,a.push(t);for(var i=a.length;n!==r;)a.splice(i,0,n),n=n.parent;return a}function _i(e){for(var t=[],n=e.parent;null!=n;)t.push(e),e=n,n=n.parent;return t.push(e),t}function Ti(e){e.fixed|=2}function bi(e){e.fixed&=-7}function Mi(e){e.fixed|=4,e.px=e.x,e.py=e.y}function ki(e){e.fixed&=-5}i.interpolateTransform=vi,i.layout={},i.layout.bundle=function(){return function(e){for(var t=[],n=-1,r=e.length;++n<r;)t.push(mi(e[n]));return t}},i.layout.chord=function(){var e,t,n,r,a,l,o,s={},u=0;function c(){var s,c,f,h,p,v={},y=[],g=i.range(r),m=[];for(e=[],t=[],s=0,h=-1;++h<r;){for(c=0,p=-1;++p<r;)c+=n[h][p];y.push(c),m.push(i.range(r)),s+=c}for(a&&g.sort(function(e,t){return a(y[e],y[t])}),l&&m.forEach(function(e,t){e.sort(function(e,r){return l(n[t][e],n[t][r])})}),s=(De-u*r)/s,c=0,h=-1;++h<r;){for(f=c,p=-1;++p<r;){var _=g[h],T=m[_][p],b=n[_][T],M=c,k=c+=b*s;v[_+"-"+T]={index:_,subindex:T,startAngle:M,endAngle:k,value:b}}t[_]={index:_,startAngle:f,endAngle:c,value:y[_]},c+=u}for(h=-1;++h<r;)for(p=h-1;++p<r;){var K=v[h+"-"+p],x=v[p+"-"+h];(K.value||x.value)&&e.push(K.value<x.value?{source:x,target:K}:{source:K,target:x})}o&&d()}function d(){e.sort(function(e,t){return o((e.source.value+e.target.value)/2,(t.source.value+t.target.value)/2)})}return s.matrix=function(a){return arguments.length?(r=(n=a)&&n.length,e=t=null,s):n},s.padding=function(n){return arguments.length?(u=n,e=t=null,s):u},s.sortGroups=function(n){return arguments.length?(a=n,e=t=null,s):a},s.sortSubgroups=function(t){return arguments.length?(l=t,e=null,s):l},s.sortChords=function(t){return arguments.length?(o=t,e&&d(),s):o},s.chords=function(){return e||c(),e},s.groups=function(){return t||c(),t},s},i.layout.force=function(){var e,t,n,r,a,l,o={},s=i.dispatch("start","tick","end"),u=[1,1],c=.9,d=Ki,f=xi,h=-30,p=Ci,v=.1,y=.64,g=[],m=[];function _(e){return function(t,n,r,a){if(t.point!==e){var i=t.cx-e.x,l=t.cy-e.y,o=a-n,s=i*i+l*l;if(o*o/y<s){if(s<p){var u=t.charge/s;e.px-=i*u,e.py-=l*u}return!0}if(t.point&&s&&s<p){u=t.pointCharge/s;e.px-=i*u,e.py-=l*u}}return!t.charge}}function T(e){e.px=i.event.x,e.py=i.event.y,o.resume()}return o.tick=function(){if((n*=.99)<.005)return e=null,s.end({type:"end",alpha:n=0}),!0;var t,o,d,f,p,y,T,b,M,k=g.length,K=m.length;for(o=0;o<K;++o)f=(d=m[o]).source,(y=(b=(p=d.target).x-f.x)*b+(M=p.y-f.y)*M)&&(b*=y=n*a[o]*((y=Math.sqrt(y))-r[o])/y,M*=y,p.x-=b*(T=f.weight+p.weight?f.weight/(f.weight+p.weight):.5),p.y-=M*T,f.x+=b*(T=1-T),f.y+=M*T);if((T=n*v)&&(b=u[0]/2,M=u[1]/2,o=-1,T))for(;++o<k;)(d=g[o]).x+=(b-d.x)*T,d.y+=(M-d.y)*T;if(h)for(!function e(t,n,r){var a=0,i=0;t.charge=0;if(!t.leaf)for(var l,o=t.nodes,s=o.length,u=-1;++u<s;)null!=(l=o[u])&&(e(l,n,r),t.charge+=l.charge,a+=l.charge*l.cx,i+=l.charge*l.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=n*r[t.point.index];t.charge+=t.pointCharge=c,a+=c*t.point.x,i+=c*t.point.y}t.cx=a/t.charge;t.cy=i/t.charge}(t=i.geom.quadtree(g),n,l),o=-1;++o<k;)(d=g[o]).fixed||t.visit(_(d));for(o=-1;++o<k;)(d=g[o]).fixed?(d.x=d.px,d.y=d.py):(d.x-=(d.px-(d.px=d.x))*c,d.y-=(d.py-(d.py=d.y))*c);s.tick({type:"tick",alpha:n})},o.nodes=function(e){return arguments.length?(g=e,o):g},o.links=function(e){return arguments.length?(m=e,o):m},o.size=function(e){return arguments.length?(u=e,o):u},o.linkDistance=function(e){return arguments.length?(d="function"==typeof e?e:+e,o):d},o.distance=o.linkDistance,o.linkStrength=function(e){return arguments.length?(f="function"==typeof e?e:+e,o):f},o.friction=function(e){return arguments.length?(c=+e,o):c},o.charge=function(e){return arguments.length?(h="function"==typeof e?e:+e,o):h},o.chargeDistance=function(e){return arguments.length?(p=e*e,o):Math.sqrt(p)},o.gravity=function(e){return arguments.length?(v=+e,o):v},o.theta=function(e){return arguments.length?(y=e*e,o):Math.sqrt(y)},o.alpha=function(t){return arguments.length?(t=+t,n?t>0?n=t:(e.c=null,e.t=NaN,e=null,s.end({type:"end",alpha:n=0})):t>0&&(s.start({type:"start",alpha:n=t}),e=wt(o.tick)),o):n},o.start=function(){var e,t,n,i=g.length,s=m.length,c=u[0],p=u[1];for(e=0;e<i;++e)(n=g[e]).index=e,n.weight=0;for(e=0;e<s;++e)"number"==typeof(n=m[e]).source&&(n.source=g[n.source]),"number"==typeof n.target&&(n.target=g[n.target]),++n.source.weight,++n.target.weight;for(e=0;e<i;++e)n=g[e],isNaN(n.x)&&(n.x=v("x",c)),isNaN(n.y)&&(n.y=v("y",p)),isNaN(n.px)&&(n.px=n.x),isNaN(n.py)&&(n.py=n.y);if(r=[],"function"==typeof d)for(e=0;e<s;++e)r[e]=+d.call(this,m[e],e);else for(e=0;e<s;++e)r[e]=d;if(a=[],"function"==typeof f)for(e=0;e<s;++e)a[e]=+f.call(this,m[e],e);else for(e=0;e<s;++e)a[e]=f;if(l=[],"function"==typeof h)for(e=0;e<i;++e)l[e]=+h.call(this,g[e],e);else for(e=0;e<i;++e)l[e]=h;function v(n,r){if(!t){for(t=new Array(i),u=0;u<i;++u)t[u]=[];for(u=0;u<s;++u){var a=m[u];t[a.source.index].push(a.target),t[a.target.index].push(a.source)}}for(var l,o=t[e],u=-1,c=o.length;++u<c;)if(!isNaN(l=o[u][n]))return l;return Math.random()*r}return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){if(t||(t=i.behavior.drag().origin(W).on("dragstart.force",Ti).on("drag.force",T).on("dragend.force",bi)),!arguments.length)return t;this.on("mouseover.force",Mi).on("mouseout.force",ki).call(t)},i.rebind(o,s,"on")};var Ki=20,xi=1,Ci=1/0;function Ai(e,t){return i.rebind(e,t,"sort","children","value"),e.nodes=e,e.links=Gi,e}function wi(e,t){for(var n=[e];null!=(e=n.pop());)if(t(e),(a=e.children)&&(r=a.length))for(var r,a;--r>=0;)n.push(a[r])}function Li(e,t){for(var n=[e],r=[];null!=(e=n.pop());)if(r.push(e),(i=e.children)&&(a=i.length))for(var a,i,l=-1;++l<a;)n.push(i[l]);for(;null!=(e=r.pop());)t(e)}function Di(e){return e.children}function Bi(e){return e.value}function Si(e,t){return t.value-e.value}function Gi(e){return i.merge(e.map(function(e){return(e.children||[]).map(function(t){return{source:e,target:t}})}))}i.layout.hierarchy=function(){var e=Si,t=Di,n=Bi;function r(a){var i,l=[a],o=[];for(a.depth=0;null!=(i=l.pop());)if(o.push(i),(u=t.call(r,i,i.depth))&&(s=u.length)){for(var s,u,c;--s>=0;)l.push(c=u[s]),c.parent=i,c.depth=i.depth+1;n&&(i.value=0),i.children=u}else n&&(i.value=+n.call(r,i,i.depth)||0),delete i.children;return Li(a,function(t){var r,a;e&&(r=t.children)&&r.sort(e),n&&(a=t.parent)&&(a.value+=t.value)}),o}return r.sort=function(t){return arguments.length?(e=t,r):e},r.children=function(e){return arguments.length?(t=e,r):t},r.value=function(e){return arguments.length?(n=e,r):n},r.revalue=function(e){return n&&(wi(e,function(e){e.children&&(e.value=0)}),Li(e,function(e){var t;e.children||(e.value=+n.call(r,e,e.depth)||0),(t=e.parent)&&(t.value+=e.value)})),e},r},i.layout.partition=function(){var e=i.layout.hierarchy(),t=[1,1];function n(n,r){var a=e.call(this,n,r);return function e(t,n,r,a){var i=t.children;if(t.x=n,t.y=t.depth*a,t.dx=r,t.dy=a,i&&(l=i.length)){var l,o,s,u=-1;for(r=t.value?r/t.value:0;++u<l;)e(o=i[u],n,s=o.value*r,a),n+=s}}(a[0],0,t[0],t[1]/function e(t){var n=t.children,r=0;if(n&&(a=n.length))for(var a,i=-1;++i<a;)r=Math.max(r,e(n[i]));return 1+r}(a[0])),a}return n.size=function(e){return arguments.length?(t=e,n):t},Ai(n,e)},i.layout.pie=function(){var e=Number,t=zi,n=0,r=De,a=0;function l(o){var s,u=o.length,c=o.map(function(t,n){return+e.call(l,t,n)}),d=+("function"==typeof n?n.apply(this,arguments):n),f=("function"==typeof r?r.apply(this,arguments):r)-d,h=Math.min(Math.abs(f)/u,+("function"==typeof a?a.apply(this,arguments):a)),p=h*(f<0?-1:1),v=i.sum(c),y=v?(f-u*p)/v:0,g=i.range(u),m=[];return null!=t&&g.sort(t===zi?function(e,t){return c[t]-c[e]}:function(e,n){return t(o[e],o[n])}),g.forEach(function(e){m[e]={data:o[e],value:s=c[e],startAngle:d,endAngle:d+=s*y+p,padAngle:h}}),m}return l.value=function(t){return arguments.length?(e=t,l):e},l.sort=function(e){return arguments.length?(t=e,l):t},l.startAngle=function(e){return arguments.length?(n=e,l):n},l.endAngle=function(e){return arguments.length?(r=e,l):r},l.padAngle=function(e){return arguments.length?(a=e,l):a},l};var zi={};function Wi(e){return e.x}function Oi(e){return e.y}function Pi(e,t,n){e.y0=t,e.y=n}i.layout.stack=function(){var e=W,t=ji,n=Ii,r=Pi,a=Wi,l=Oi;function o(s,u){if(!(h=s.length))return s;var c=s.map(function(t,n){return e.call(o,t,n)}),d=c.map(function(e){return e.map(function(e,t){return[a.call(o,e,t),l.call(o,e,t)]})}),f=t.call(o,d,u);c=i.permute(c,f),d=i.permute(d,f);var h,p,v,y,g=n.call(o,d,u),m=c[0].length;for(v=0;v<m;++v)for(r.call(o,c[0][v],y=g[v],d[0][v][1]),p=1;p<h;++p)r.call(o,c[p][v],y+=d[p-1][v][1],d[p][v][1]);return s}return o.values=function(t){return arguments.length?(e=t,o):e},o.order=function(e){return arguments.length?(t="function"==typeof e?e:Ri.get(e)||ji,o):t},o.offset=function(e){return arguments.length?(n="function"==typeof e?e:Ei.get(e)||Ii,o):n},o.x=function(e){return arguments.length?(a=e,o):a},o.y=function(e){return arguments.length?(l=e,o):l},o.out=function(e){return arguments.length?(r=e,o):r},o};var Ri=i.map({"inside-out":function(e){var t,n,r=e.length,a=e.map(Ni),l=e.map(Fi),o=i.range(r).sort(function(e,t){return a[e]-a[t]}),s=0,u=0,c=[],d=[];for(t=0;t<r;++t)n=o[t],s<u?(s+=l[n],c.push(n)):(u+=l[n],d.push(n));return d.reverse().concat(c)},reverse:function(e){return i.range(e.length).reverse()},default:ji}),Ei=i.map({silhouette:function(e){var t,n,r,a=e.length,i=e[0].length,l=[],o=0,s=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];r>o&&(o=r),l.push(r)}for(n=0;n<i;++n)s[n]=(o-l[n])/2;return s},wiggle:function(e){var t,n,r,a,i,l,o,s,u,c=e.length,d=e[0],f=d.length,h=[];for(h[0]=s=u=0,n=1;n<f;++n){for(t=0,a=0;t<c;++t)a+=e[t][n][1];for(t=0,i=0,o=d[n][0]-d[n-1][0];t<c;++t){for(r=0,l=(e[t][n][1]-e[t][n-1][1])/(2*o);r<t;++r)l+=(e[r][n][1]-e[r][n-1][1])/o;i+=l*e[t][n][1]}h[n]=s-=a?i/a*o:0,s<u&&(u=s)}for(n=0;n<f;++n)h[n]-=u;return h},expand:function(e){var t,n,r,a=e.length,i=e[0].length,l=1/a,o=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];if(r)for(t=0;t<a;t++)e[t][n][1]/=r;else for(t=0;t<a;t++)e[t][n][1]=l}for(n=0;n<i;++n)o[n]=0;return o},zero:Ii});function ji(e){return i.range(e.length)}function Ii(e){for(var t=-1,n=e[0].length,r=[];++t<n;)r[t]=0;return r}function Ni(e){for(var t,n=1,r=0,a=e[0][1],i=e.length;n<i;++n)(t=e[n][1])>a&&(r=n,a=t);return r}function Fi(e){return e.reduce($i,0)}function $i(e,t){return e+t[1]}function Vi(e,t){return Hi(e,Math.ceil(Math.log(t.length)/Math.LN2+1))}function Hi(e,t){for(var n=-1,r=+e[0],a=(e[1]-r)/t,i=[];++n<=t;)i[n]=a*n+r;return i}function qi(e){return[i.min(e),i.max(e)]}function Ui(e,t){return e.value-t.value}function Yi(e,t){var n=e._pack_next;e._pack_next=t,t._pack_prev=e,t._pack_next=n,n._pack_prev=t}function Xi(e,t){e._pack_next=t,t._pack_prev=e}function Zi(e,t){var n=t.x-e.x,r=t.y-e.y,a=e.r+t.r;return.999*a*a>n*n+r*r}function Ji(e){if((t=e.children)&&(s=t.length)){var t,n,r,a,i,l,o,s,u=1/0,c=-1/0,d=1/0,f=-1/0;if(t.forEach(Qi),(n=t[0]).x=-n.r,n.y=0,_(n),s>1&&((r=t[1]).x=r.r,r.y=0,_(r),s>2))for(tl(n,r,a=t[2]),_(a),Yi(n,a),n._pack_prev=a,Yi(a,r),r=n._pack_next,i=3;i<s;i++){tl(n,r,a=t[i]);var h=0,p=1,v=1;for(l=r._pack_next;l!==r;l=l._pack_next,p++)if(Zi(l,a)){h=1;break}if(1==h)for(o=n._pack_prev;o!==l._pack_prev&&!Zi(o,a);o=o._pack_prev,v++);h?(p<v||p==v&&r.r<n.r?Xi(n,r=l):Xi(n=o,r),i--):(Yi(n,a),r=a,_(a))}var y=(u+c)/2,g=(d+f)/2,m=0;for(i=0;i<s;i++)(a=t[i]).x-=y,a.y-=g,m=Math.max(m,a.r+Math.sqrt(a.x*a.x+a.y*a.y));e.r=m,t.forEach(el)}function _(e){u=Math.min(e.x-e.r,u),c=Math.max(e.x+e.r,c),d=Math.min(e.y-e.r,d),f=Math.max(e.y+e.r,f)}}function Qi(e){e._pack_next=e._pack_prev=e}function el(e){delete e._pack_next,delete e._pack_prev}function tl(e,t,n){var r=e.r+n.r,a=t.x-e.x,i=t.y-e.y;if(r&&(a||i)){var l=t.r+n.r,o=a*a+i*i,s=.5+((r*=r)-(l*=l))/(2*o),u=Math.sqrt(Math.max(0,2*l*(r+o)-(r-=o)*r-l*l))/(2*o);n.x=e.x+s*a+u*i,n.y=e.y+s*i-u*a}else n.x=e.x+r,n.y=e.y}function nl(e,t){return e.parent==t.parent?1:2}function rl(e){var t=e.children;return t.length?t[0]:e.t}function al(e){var t,n=e.children;return(t=n.length)?n[t-1]:e.t}function il(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function ll(e,t,n){return e.a.parent===t.parent?e.a:n}function ol(e){return{x:e.x,y:e.y,dx:e.dx,dy:e.dy}}function sl(e,t){var n=e.x+t[3],r=e.y+t[0],a=e.dx-t[1]-t[3],i=e.dy-t[0]-t[2];return a<0&&(n+=a/2,a=0),i<0&&(r+=i/2,i=0),{x:n,y:r,dx:a,dy:i}}function ul(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function cl(e){return e.rangeExtent?e.rangeExtent():ul(e.range())}function dl(e,t,n,r){var a=n(e[0],e[1]),i=r(t[0],t[1]);return function(e){return i(a(e))}}function fl(e,t){var n,r=0,a=e.length-1,i=e[r],l=e[a];return l<i&&(n=r,r=a,a=n,n=i,i=l,l=n),e[r]=t.floor(i),e[a]=t.ceil(l),e}function hl(e){return e?{floor:function(t){return Math.floor(t/e)*e},ceil:function(t){return Math.ceil(t/e)*e}}:pl}i.layout.histogram=function(){var e=!0,t=Number,n=qi,r=Vi;function a(a,l){for(var o,s,u=[],c=a.map(t,this),d=n.call(this,c,l),f=r.call(this,d,c,l),h=(l=-1,c.length),p=f.length-1,v=e?1:1/h;++l<p;)(o=u[l]=[]).dx=f[l+1]-(o.x=f[l]),o.y=0;if(p>0)for(l=-1;++l<h;)(s=c[l])>=d[0]&&s<=d[1]&&((o=u[i.bisect(f,s,1,p)-1]).y+=v,o.push(a[l]));return u}return a.value=function(e){return arguments.length?(t=e,a):t},a.range=function(e){return arguments.length?(n=Tt(e),a):n},a.bins=function(e){return arguments.length?(r="number"==typeof e?function(t){return Hi(t,e)}:Tt(e),a):r},a.frequency=function(t){return arguments.length?(e=!!t,a):e},a},i.layout.pack=function(){var e,t=i.layout.hierarchy().sort(Ui),n=0,r=[1,1];function a(a,i){var l=t.call(this,a,i),o=l[0],s=r[0],u=r[1],c=null==e?Math.sqrt:"function"==typeof e?e:function(){return e};if(o.x=o.y=0,Li(o,function(e){e.r=+c(e.value)}),Li(o,Ji),n){var d=n*(e?1:Math.max(2*o.r/s,2*o.r/u))/2;Li(o,function(e){e.r+=d}),Li(o,Ji),Li(o,function(e){e.r-=d})}return function e(t,n,r,a){var i=t.children;t.x=n+=a*t.x;t.y=r+=a*t.y;t.r*=a;if(i)for(var l=-1,o=i.length;++l<o;)e(i[l],n,r,a)}(o,s/2,u/2,e?1:1/Math.max(2*o.r/s,2*o.r/u)),l}return a.size=function(e){return arguments.length?(r=e,a):r},a.radius=function(t){return arguments.length?(e=null==t||"function"==typeof t?t:+t,a):e},a.padding=function(e){return arguments.length?(n=+e,a):n},Ai(a,t)},i.layout.tree=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=null;function a(a,i){var u=e.call(this,a,i),c=u[0],d=function(e){var t,n={A:null,children:[e]},r=[n];for(;null!=(t=r.pop());)for(var a,i=t.children,l=0,o=i.length;l<o;++l)r.push((i[l]=a={_:i[l],parent:t,children:(a=i[l].children)&&a.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:l}).a=a);return n.children[0]}(c);if(Li(d,l),d.parent.m=-d.z,wi(d,o),r)wi(c,s);else{var f=c,h=c,p=c;wi(c,function(e){e.x<f.x&&(f=e),e.x>h.x&&(h=e),e.depth>p.depth&&(p=e)});var v=t(f,h)/2-f.x,y=n[0]/(h.x+t(h,f)/2+v),g=n[1]/(p.depth||1);wi(c,function(e){e.x=(e.x+v)*y,e.y=e.depth*g})}return u}function l(e){var n=e.children,r=e.parent.children,a=e.i?r[e.i-1]:null;if(n.length){!function(e){var t,n=0,r=0,a=e.children,i=a.length;for(;--i>=0;)(t=a[i]).z+=n,t.m+=n,n+=t.s+(r+=t.c)}(e);var i=(n[0].z+n[n.length-1].z)/2;a?(e.z=a.z+t(e._,a._),e.m=e.z-i):e.z=i}else a&&(e.z=a.z+t(e._,a._));e.parent.A=function(e,n,r){if(n){for(var a,i=e,l=e,o=n,s=i.parent.children[0],u=i.m,c=l.m,d=o.m,f=s.m;o=al(o),i=rl(i),o&&i;)s=rl(s),(l=al(l)).a=e,(a=o.z+d-i.z-u+t(o._,i._))>0&&(il(ll(o,e,r),e,a),u+=a,c+=a),d+=o.m,u+=i.m,f+=s.m,c+=l.m;o&&!al(l)&&(l.t=o,l.m+=d-c),i&&!rl(s)&&(s.t=i,s.m+=u-f,r=e)}return r}(e,a,e.parent.A||r[0])}function o(e){e._.x=e.z+e.parent.m,e.m+=e.parent.m}function s(e){e.x*=n[0],e.y=e.depth*n[1]}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e)?s:null,a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null==(n=e)?null:s,a):r?n:null},Ai(a,e)},i.layout.cluster=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=!1;function a(a,l){var o,s=e.call(this,a,l),u=s[0],c=0;Li(u,function(e){var n=e.children;n&&n.length?(e.x=function(e){return e.reduce(function(e,t){return e+t.x},0)/e.length}(n),e.y=function(e){return 1+i.max(e,function(e){return e.y})}(n)):(e.x=o?c+=t(e,o):0,e.y=0,o=e)});var d=function e(t){var n=t.children;return n&&n.length?e(n[0]):t}(u),f=function e(t){var n,r=t.children;return r&&(n=r.length)?e(r[n-1]):t}(u),h=d.x-t(d,f)/2,p=f.x+t(f,d)/2;return Li(u,r?function(e){e.x=(e.x-u.x)*n[0],e.y=(u.y-e.y)*n[1]}:function(e){e.x=(e.x-h)/(p-h)*n[0],e.y=(1-(u.y?e.y/u.y:1))*n[1]}),s}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e),a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null!=(n=e),a):r?n:null},Ai(a,e)},i.layout.treemap=function(){var e,t=i.layout.hierarchy(),n=Math.round,r=[1,1],a=null,l=ol,o=!1,s="squarify",u=.5*(1+Math.sqrt(5));function c(e,t){for(var n,r,a=-1,i=e.length;++a<i;)r=(n=e[a]).value*(t<0?0:t),n.area=isNaN(r)||r<=0?0:r}function d(e){var t=e.children;if(t&&t.length){var n,r,a,i=l(e),o=[],u=t.slice(),f=1/0,v="slice"===s?i.dx:"dice"===s?i.dy:"slice-dice"===s?1&e.depth?i.dy:i.dx:Math.min(i.dx,i.dy);for(c(u,i.dx*i.dy/e.value),o.area=0;(a=u.length)>0;)o.push(n=u[a-1]),o.area+=n.area,"squarify"!==s||(r=h(o,v))<=f?(u.pop(),f=r):(o.area-=o.pop().area,p(o,v,i,!1),v=Math.min(i.dx,i.dy),o.length=o.area=0,f=1/0);o.length&&(p(o,v,i,!0),o.length=o.area=0),t.forEach(d)}}function f(e){var t=e.children;if(t&&t.length){var n,r=l(e),a=t.slice(),i=[];for(c(a,r.dx*r.dy/e.value),i.area=0;n=a.pop();)i.push(n),i.area+=n.area,null!=n.z&&(p(i,n.z?r.dx:r.dy,r,!a.length),i.length=i.area=0);t.forEach(f)}}function h(e,t){for(var n,r=e.area,a=0,i=1/0,l=-1,o=e.length;++l<o;)(n=e[l].area)&&(n<i&&(i=n),n>a&&(a=n));return t*=t,(r*=r)?Math.max(t*a*u/r,r/(t*i*u)):1/0}function p(e,t,r,a){var i,l=-1,o=e.length,s=r.x,u=r.y,c=t?n(e.area/t):0;if(t==r.dx){for((a||c>r.dy)&&(c=r.dy);++l<o;)(i=e[l]).x=s,i.y=u,i.dy=c,s+=i.dx=Math.min(r.x+r.dx-s,c?n(i.area/c):0);i.z=!0,i.dx+=r.x+r.dx-s,r.y+=c,r.dy-=c}else{for((a||c>r.dx)&&(c=r.dx);++l<o;)(i=e[l]).x=s,i.y=u,i.dx=c,u+=i.dy=Math.min(r.y+r.dy-u,c?n(i.area/c):0);i.z=!1,i.dy+=r.y+r.dy-u,r.x+=c,r.dx-=c}}function v(n){var a=e||t(n),i=a[0];return i.x=i.y=0,i.value?(i.dx=r[0],i.dy=r[1]):i.dx=i.dy=0,e&&t.revalue(i),c([i],i.dx*i.dy/i.value),(e?f:d)(i),o&&(e=a),a}return v.size=function(e){return arguments.length?(r=e,v):r},v.padding=function(e){if(!arguments.length)return a;function t(t){return sl(t,e)}var n;return l=null==(a=e)?ol:"function"==(n=typeof e)?function(t){var n=e.call(v,t,t.depth);return null==n?ol(t):sl(t,"number"==typeof n?[n,n,n,n]:n)}:"number"===n?(e=[e,e,e,e],t):t,v},v.round=function(e){return arguments.length?(n=e?Math.round:Number,v):n!=Number},v.sticky=function(t){return arguments.length?(o=t,e=null,v):o},v.ratio=function(e){return arguments.length?(u=e,v):u},v.mode=function(e){return arguments.length?(s=e+"",v):s},Ai(v,t)},i.random={normal:function(e,t){var n=arguments.length;return n<2&&(t=1),n<1&&(e=0),function(){var n,r,a;do{a=(n=2*Math.random()-1)*n+(r=2*Math.random()-1)*r}while(!a||a>1);return e+t*n*Math.sqrt(-2*Math.log(a)/a)}},logNormal:function(){var e=i.random.normal.apply(i,arguments);return function(){return Math.exp(e())}},bates:function(e){var t=i.random.irwinHall(e);return function(){return t()/e}},irwinHall:function(e){return function(){for(var t=0,n=0;n<e;n++)t+=Math.random();return t}}},i.scale={};var pl={floor:W,ceil:W};function vl(e,t,n,r){var a=[],l=[],o=0,s=Math.min(e.length,t.length)-1;for(e[s]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<=s;)a.push(n(e[o-1],e[o])),l.push(r(t[o-1],t[o]));return function(t){var n=i.bisect(e,t,1,s)-1;return l[n](a[n](t))}}function yl(e,t){return i.rebind(e,t,"range","rangeRound","interpolate","clamp")}function gl(e,t){return fl(e,hl(ml(e,t)[2])),fl(e,hl(ml(e,t)[2])),e}function ml(e,t){null==t&&(t=10);var n=ul(e),r=n[1]-n[0],a=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),i=t/r*a;return i<=.15?a*=10:i<=.35?a*=5:i<=.75&&(a*=2),n[0]=Math.ceil(n[0]/a)*a,n[1]=Math.floor(n[1]/a)*a+.5*a,n[2]=a,n}function _l(e,t){return i.range.apply(i,ml(e,t))}function Tl(e,t,n){var r=ml(e,t);if(n){var a=zt.exec(n);if(a.shift(),"s"===a[8]){var l=i.formatPrefix(Math.max(M(r[0]),M(r[1])));return a[7]||(a[7]="."+Ml(l.scale(r[2]))),a[8]="f",n=i.format(a.join("")),function(e){return n(l.scale(e))+l.symbol}}a[7]||(a[7]="."+function(e,t){var n=Ml(t[2]);return e in bl?Math.abs(n-Ml(Math.max(M(t[0]),M(t[1]))))+ +("e"!==e):n-2*("%"===e)}(a[8],r)),n=a.join("")}else n=",."+Ml(r[2])+"f";return i.format(n)}i.scale.linear=function(){return function e(t,n,r,a){var i,l;function o(){var e=Math.min(t.length,n.length)>2?vl:dl,o=a?gi:yi;return i=e(t,n,o,r),l=e(n,t,o,Ya),s}function s(e){return i(e)}s.invert=function(e){return l(e)};s.domain=function(e){return arguments.length?(t=e.map(Number),o()):t};s.range=function(e){return arguments.length?(n=e,o()):n};s.rangeRound=function(e){return s.range(e).interpolate(ui)};s.clamp=function(e){return arguments.length?(a=e,o()):a};s.interpolate=function(e){return arguments.length?(r=e,o()):r};s.ticks=function(e){return _l(t,e)};s.tickFormat=function(e,n){return Tl(t,e,n)};s.nice=function(e){return gl(t,e),o()};s.copy=function(){return e(t,n,r,a)};return o()}([0,1],[0,1],Ya,!1)};var bl={s:1,g:1,p:1,r:1,e:1};function Ml(e){return-Math.floor(Math.log(e)/Math.LN10+.01)}i.scale.log=function(){return function e(t,n,r,a){function l(e){return(r?Math.log(e<0?0:e):-Math.log(e>0?0:-e))/Math.log(n)}function o(e){return r?Math.pow(n,e):-Math.pow(n,-e)}function s(e){return t(l(e))}s.invert=function(e){return o(t.invert(e))};s.domain=function(e){return arguments.length?(r=e[0]>=0,t.domain((a=e.map(Number)).map(l)),s):a};s.base=function(e){return arguments.length?(n=+e,t.domain(a.map(l)),s):n};s.nice=function(){var e=fl(a.map(l),r?Math:Kl);return t.domain(e),a=e.map(o),s};s.ticks=function(){var e=ul(a),t=[],i=e[0],s=e[1],u=Math.floor(l(i)),c=Math.ceil(l(s)),d=n%1?2:n;if(isFinite(c-u)){if(r){for(;u<c;u++)for(var f=1;f<d;f++)t.push(o(u)*f);t.push(o(u))}else for(t.push(o(u));u++<c;)for(var f=d-1;f>0;f--)t.push(o(u)*f);for(u=0;t[u]<i;u++);for(c=t.length;t[c-1]>s;c--);t=t.slice(u,c)}return t};s.tickFormat=function(e,t){if(!arguments.length)return kl;arguments.length<2?t=kl:"function"!=typeof t&&(t=i.format(t));var r=Math.max(1,n*e/s.ticks().length);return function(e){var a=e/o(Math.round(l(e)));return a*n<n-.5&&(a*=n),a<=r?t(e):""}};s.copy=function(){return e(t.copy(),n,r,a)};return yl(s,t)}(i.scale.linear().domain([0,1]),10,!0,[1,10])};var kl=i.format(".0e"),Kl={floor:function(e){return-Math.ceil(-e)},ceil:function(e){return-Math.floor(-e)}};function xl(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}i.scale.pow=function(){return function e(t,n,r){var a=xl(n),i=xl(1/n);function l(e){return t(a(e))}l.invert=function(e){return i(t.invert(e))};l.domain=function(e){return arguments.length?(t.domain((r=e.map(Number)).map(a)),l):r};l.ticks=function(e){return _l(r,e)};l.tickFormat=function(e,t){return Tl(r,e,t)};l.nice=function(e){return l.domain(gl(r,e))};l.exponent=function(e){return arguments.length?(a=xl(n=e),i=xl(1/n),t.domain(r.map(a)),l):n};l.copy=function(){return e(t.copy(),n,r)};return yl(l,t)}(i.scale.linear(),1,[0,1])},i.scale.sqrt=function(){return i.scale.pow().exponent(.5)},i.scale.ordinal=function(){return function e(t,n){var r,a,l;function o(e){return a[((r.get(e)||("range"===n.t?r.set(e,t.push(e)):NaN))-1)%a.length]}function s(e,n){return i.range(t.length).map(function(t){return e+n*t})}o.domain=function(e){if(!arguments.length)return t;t=[],r=new K;for(var a,i=-1,l=e.length;++i<l;)r.has(a=e[i])||r.set(a,t.push(a));return o[n.t].apply(o,n.a)};o.range=function(e){return arguments.length?(a=e,l=0,n={t:"range",a:arguments},o):a};o.rangePoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=(i+u)/2,0):(u-i)/(t.length-1+r);return a=s(i+c*r/2,c),l=0,n={t:"rangePoints",a:arguments},o};o.rangeRoundPoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=u=Math.round((i+u)/2),0):(u-i)/(t.length-1+r)|0;return a=s(i+Math.round(c*r/2+(u-i-(t.length-1+r)*c)/2),c),l=0,n={t:"rangeRoundPoints",a:arguments},o};o.rangeBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=(d-c)/(t.length-r+2*i);return a=s(c+f*i,f),u&&a.reverse(),l=f*(1-r),n={t:"rangeBands",a:arguments},o};o.rangeRoundBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=Math.floor((d-c)/(t.length-r+2*i));return a=s(c+Math.round((d-c-(t.length-r)*f)/2),f),u&&a.reverse(),l=Math.round(f*(1-r)),n={t:"rangeRoundBands",a:arguments},o};o.rangeBand=function(){return l};o.rangeExtent=function(){return ul(n.a[0])};o.copy=function(){return e(t,n)};return o.domain(t)}([],{t:"range",a:[[]]})},i.scale.category10=function(){return i.scale.ordinal().range(Cl)},i.scale.category20=function(){return i.scale.ordinal().range(Al)},i.scale.category20b=function(){return i.scale.ordinal().range(wl)},i.scale.category20c=function(){return i.scale.ordinal().range(Ll)};var Cl=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(dt),Al=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(dt),wl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(dt),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(dt);function Dl(){return 0}i.scale.quantile=function(){return function e(t,n){var r;function a(){var e=0,a=n.length;for(r=[];++e<a;)r[e-1]=i.quantile(t,e/a);return l}function l(e){if(!isNaN(e=+e))return n[i.bisect(r,e)]}l.domain=function(e){return arguments.length?(t=e.map(g).filter(m).sort(y),a()):t};l.range=function(e){return arguments.length?(n=e,a()):n};l.quantiles=function(){return r};l.invertExtent=function(e){return(e=n.indexOf(e))<0?[NaN,NaN]:[e>0?r[e-1]:t[0],e<r.length?r[e]:t[t.length-1]]};l.copy=function(){return e(t,n)};return a()}([],[])},i.scale.quantize=function(){return function e(t,n,r){var a,i;function l(e){return r[Math.max(0,Math.min(i,Math.floor(a*(e-t))))]}function o(){return a=r.length/(n-t),i=r.length-1,l}l.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],o()):[t,n]};l.range=function(e){return arguments.length?(r=e,o()):r};l.invertExtent=function(e){return[e=(e=r.indexOf(e))<0?NaN:e/a+t,e+1/a]};l.copy=function(){return e(t,n,r)};return o()}(0,1,[0,1])},i.scale.threshold=function(){return function e(t,n){function r(e){if(e<=e)return n[i.bisect(t,e)]}r.domain=function(e){return arguments.length?(t=e,r):t};r.range=function(e){return arguments.length?(n=e,r):n};r.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]};r.copy=function(){return e(t,n)};return r}([.5],[0,1])},i.scale.identity=function(){return function e(t){function n(e){return+e}n.invert=n;n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t};n.ticks=function(e){return _l(t,e)};n.tickFormat=function(e,n){return Tl(t,e,n)};n.copy=function(){return e(t)};return n}([0,1])},i.svg={},i.svg.arc=function(){var e=Sl,t=Gl,n=Dl,r=Bl,a=zl,i=Wl,l=Ol;function o(){var o=Math.max(0,+e.apply(this,arguments)),u=Math.max(0,+t.apply(this,arguments)),c=a.apply(this,arguments)-Se,d=i.apply(this,arguments)-Se,f=Math.abs(d-c),h=c>d?0:1;if(u<o&&(p=u,u=o,o=p),f>=Be)return s(u,h)+(o?s(o,1-h):"")+"Z";var p,v,y,g,m,_,T,b,M,k,K,x,C=0,A=0,w=[];if((g=(+l.apply(this,arguments)||0)/2)&&(y=r===Bl?Math.sqrt(o*o+u*u):+r.apply(this,arguments),h||(A*=-1),u&&(A=Re(y/u*Math.sin(g))),o&&(C=Re(y/o*Math.sin(g)))),u){m=u*Math.cos(c+A),_=u*Math.sin(c+A),T=u*Math.cos(d-A),b=u*Math.sin(d-A);var L=Math.abs(d-c-2*A)<=Le?0:1;if(A&&Pl(m,_,T,b)===h^L){var D=(c+d)/2;m=u*Math.cos(D),_=u*Math.sin(D),T=b=null}}else m=_=0;if(o){M=o*Math.cos(d-C),k=o*Math.sin(d-C),K=o*Math.cos(c+C),x=o*Math.sin(c+C);var B=Math.abs(c-d+2*C)<=Le?0:1;if(C&&Pl(M,k,K,x)===1-h^B){var S=(c+d)/2;M=o*Math.cos(S),k=o*Math.sin(S),K=x=null}}else M=k=0;if(f>Ae&&(p=Math.min(Math.abs(u-o)/2,+n.apply(this,arguments)))>.001){v=o<u^h?0:1;var G=p,z=p;if(f<Le){var W=null==K?[M,k]:null==T?[m,_]:ua([m,_],[K,x],[T,b],[M,k]),O=m-W[0],P=_-W[1],R=T-W[0],E=b-W[1],j=1/Math.sin(Math.acos((O*R+P*E)/(Math.sqrt(O*O+P*P)*Math.sqrt(R*R+E*E)))/2),I=Math.sqrt(W[0]*W[0]+W[1]*W[1]);z=Math.min(p,(o-I)/(j-1)),G=Math.min(p,(u-I)/(j+1))}if(null!=T){var N=Rl(null==K?[M,k]:[K,x],[m,_],u,G,h),F=Rl([T,b],[M,k],u,G,h);p===G?w.push("M",N[0],"A",G,",",G," 0 0,",v," ",N[1],"A",u,",",u," 0 ",1-h^Pl(N[1][0],N[1][1],F[1][0],F[1][1]),",",h," ",F[1],"A",G,",",G," 0 0,",v," ",F[0]):w.push("M",N[0],"A",G,",",G," 0 1,",v," ",F[0])}else w.push("M",m,",",_);if(null!=K){var $=Rl([m,_],[K,x],o,-z,h),V=Rl([M,k],null==T?[m,_]:[T,b],o,-z,h);p===z?w.push("L",V[0],"A",z,",",z," 0 0,",v," ",V[1],"A",o,",",o," 0 ",h^Pl(V[1][0],V[1][1],$[1][0],$[1][1]),",",1-h," ",$[1],"A",z,",",z," 0 0,",v," ",$[0]):w.push("L",V[0],"A",z,",",z," 0 0,",v," ",$[0])}else w.push("L",M,",",k)}else w.push("M",m,",",_),null!=T&&w.push("A",u,",",u," 0 ",L,",",h," ",T,",",b),w.push("L",M,",",k),null!=K&&w.push("A",o,",",o," 0 ",B,",",1-h," ",K,",",x);return w.push("Z"),w.join("")}function s(e,t){return"M0,"+e+"A"+e+","+e+" 0 1,"+t+" 0,"+-e+"A"+e+","+e+" 0 1,"+t+" 0,"+e}return o.innerRadius=function(t){return arguments.length?(e=Tt(t),o):e},o.outerRadius=function(e){return arguments.length?(t=Tt(e),o):t},o.cornerRadius=function(e){return arguments.length?(n=Tt(e),o):n},o.padRadius=function(e){return arguments.length?(r=e==Bl?Bl:Tt(e),o):r},o.startAngle=function(e){return arguments.length?(a=Tt(e),o):a},o.endAngle=function(e){return arguments.length?(i=Tt(e),o):i},o.padAngle=function(e){return arguments.length?(l=Tt(e),o):l},o.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+a.apply(this,arguments)+ +i.apply(this,arguments))/2-Se;return[Math.cos(r)*n,Math.sin(r)*n]},o};var Bl="auto";function Sl(e){return e.innerRadius}function Gl(e){return e.outerRadius}function zl(e){return e.startAngle}function Wl(e){return e.endAngle}function Ol(e){return e&&e.padAngle}function Pl(e,t,n,r){return(e-n)*t-(t-r)*e>0?0:1}function Rl(e,t,n,r,a){var i=e[0]-t[0],l=e[1]-t[1],o=(a?r:-r)/Math.sqrt(i*i+l*l),s=o*l,u=-o*i,c=e[0]+s,d=e[1]+u,f=t[0]+s,h=t[1]+u,p=(c+f)/2,v=(d+h)/2,y=f-c,g=h-d,m=y*y+g*g,_=n-r,T=c*h-f*d,b=(g<0?-1:1)*Math.sqrt(Math.max(0,_*_*m-T*T)),M=(T*g-y*b)/m,k=(-T*y-g*b)/m,K=(T*g+y*b)/m,x=(-T*y+g*b)/m,C=M-p,A=k-v,w=K-p,L=x-v;return C*C+A*A>w*w+L*L&&(M=K,k=x),[[M-s,k-u],[M*n/_,k*n/_]]}function El(e){var t=ra,n=aa,r=Zn,a=Il,i=a.key,l=.7;function o(i){var o,s=[],u=[],c=-1,d=i.length,f=Tt(t),h=Tt(n);function p(){s.push("M",a(e(u),l))}for(;++c<d;)r.call(this,o=i[c],c)?u.push([+f.call(this,o,c),+h.call(this,o,c)]):u.length&&(p(),u=[]);return u.length&&p(),s.length?s.join(""):null}return o.x=function(e){return arguments.length?(t=e,o):t},o.y=function(e){return arguments.length?(n=e,o):n},o.defined=function(e){return arguments.length?(r=e,o):r},o.interpolate=function(e){return arguments.length?(i="function"==typeof e?a=e:(a=jl.get(e)||Il).key,o):i},o.tension=function(e){return arguments.length?(l=e,o):l},o}i.svg.line=function(){return El(W)};var jl=i.map({linear:Il,"linear-closed":Nl,step:function(e){var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];for(;++t<n;)a.push("H",(r[0]+(r=e[t])[0])/2,"V",r[1]);n>1&&a.push("H",r[0]);return a.join("")},"step-before":Fl,"step-after":$l,basis:ql,"basis-open":function(e){if(e.length<4)return Il(e);var t,n=[],r=-1,a=e.length,i=[0],l=[0];for(;++r<3;)t=e[r],i.push(t[0]),l.push(t[1]);n.push(Ul(Zl,i)+","+Ul(Zl,l)),--r;for(;++r<a;)t=e[r],i.shift(),i.push(t[0]),l.shift(),l.push(t[1]),Jl(n,i,l);return n.join("")},"basis-closed":function(e){var t,n,r=-1,a=e.length,i=a+4,l=[],o=[];for(;++r<4;)n=e[r%a],l.push(n[0]),o.push(n[1]);t=[Ul(Zl,l),",",Ul(Zl,o)],--r;for(;++r<i;)n=e[r%a],l.shift(),l.push(n[0]),o.shift(),o.push(n[1]),Jl(t,l,o);return t.join("")},bundle:function(e,t){var n=e.length-1;if(n)for(var r,a,i=e[0][0],l=e[0][1],o=e[n][0]-i,s=e[n][1]-l,u=-1;++u<=n;)r=e[u],a=u/n,r[0]=t*r[0]+(1-t)*(i+a*o),r[1]=t*r[1]+(1-t)*(l+a*s);return ql(e)},cardinal:function(e,t){return e.length<3?Il(e):e[0]+Vl(e,Hl(e,t))},"cardinal-open":function(e,t){return e.length<4?Il(e):e[1]+Vl(e.slice(1,-1),Hl(e,t))},"cardinal-closed":function(e,t){return e.length<3?Nl(e):e[0]+Vl((e.push(e[0]),e),Hl([e[e.length-2]].concat(e,[e[1]]),t))},monotone:function(e){return e.length<3?Il(e):e[0]+Vl(e,function(e){var t,n,r,a,i=[],l=function(e){var t=0,n=e.length-1,r=[],a=e[0],i=e[1],l=r[0]=Ql(a,i);for(;++t<n;)r[t]=(l+(l=Ql(a=i,i=e[t+1])))/2;return r[t]=l,r}(e),o=-1,s=e.length-1;for(;++o<s;)t=Ql(e[o],e[o+1]),M(t)<Ae?l[o]=l[o+1]=0:(n=l[o]/t,r=l[o+1]/t,(a=n*n+r*r)>9&&(a=3*t/Math.sqrt(a),l[o]=a*n,l[o+1]=a*r));o=-1;for(;++o<=s;)a=(e[Math.min(s,o+1)][0]-e[Math.max(0,o-1)][0])/(6*(1+l[o]*l[o])),i.push([a||0,l[o]*a||0]);return i}(e))}});function Il(e){return e.length>1?e.join("L"):e+"Z"}function Nl(e){return e.join("L")+"Z"}function Fl(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("V",(r=e[t])[1],"H",r[0]);return a.join("")}function $l(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("H",(r=e[t])[0],"V",r[1]);return a.join("")}function Vl(e,t){if(t.length<1||e.length!=t.length&&e.length!=t.length+2)return Il(e);var n=e.length!=t.length,r="",a=e[0],i=e[1],l=t[0],o=l,s=1;if(n&&(r+="Q"+(i[0]-2*l[0]/3)+","+(i[1]-2*l[1]/3)+","+i[0]+","+i[1],a=e[1],s=2),t.length>1){o=t[1],i=e[s],s++,r+="C"+(a[0]+l[0])+","+(a[1]+l[1])+","+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1];for(var u=2;u<t.length;u++,s++)i=e[s],o=t[u],r+="S"+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1]}if(n){var c=e[s];r+="Q"+(i[0]+2*o[0]/3)+","+(i[1]+2*o[1]/3)+","+c[0]+","+c[1]}return r}function Hl(e,t){for(var n,r=[],a=(1-t)/2,i=e[0],l=e[1],o=1,s=e.length;++o<s;)n=i,i=l,l=e[o],r.push([a*(l[0]-n[0]),a*(l[1]-n[1])]);return r}function ql(e){if(e.length<3)return Il(e);var t=1,n=e.length,r=e[0],a=r[0],i=r[1],l=[a,a,a,(r=e[1])[0]],o=[i,i,i,r[1]],s=[a,",",i,"L",Ul(Zl,l),",",Ul(Zl,o)];for(e.push(e[n-1]);++t<=n;)r=e[t],l.shift(),l.push(r[0]),o.shift(),o.push(r[1]),Jl(s,l,o);return e.pop(),s.push("L",r),s.join("")}function Ul(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]}jl.forEach(function(e,t){t.key=e,t.closed=/-closed$/.test(e)});var Yl=[0,2/3,1/3,0],Xl=[0,1/3,2/3,0],Zl=[0,1/6,2/3,1/6];function Jl(e,t,n){e.push("C",Ul(Yl,t),",",Ul(Yl,n),",",Ul(Xl,t),",",Ul(Xl,n),",",Ul(Zl,t),",",Ul(Zl,n))}function Ql(e,t){return(t[1]-e[1])/(t[0]-e[0])}function eo(e){for(var t,n,r,a=-1,i=e.length;++a<i;)n=(t=e[a])[0],r=t[1]-Se,t[0]=n*Math.cos(r),t[1]=n*Math.sin(r);return e}function to(e){var t=ra,n=ra,r=0,a=aa,i=Zn,l=Il,o=l.key,s=l,u="L",c=.7;function d(o){var d,f,h,p=[],v=[],y=[],g=-1,m=o.length,_=Tt(t),T=Tt(r),b=t===n?function(){return f}:Tt(n),M=r===a?function(){return h}:Tt(a);function k(){p.push("M",l(e(y),c),u,s(e(v.reverse()),c),"Z")}for(;++g<m;)i.call(this,d=o[g],g)?(v.push([f=+_.call(this,d,g),h=+T.call(this,d,g)]),y.push([+b.call(this,d,g),+M.call(this,d,g)])):v.length&&(k(),v=[],y=[]);return v.length&&k(),p.length?p.join(""):null}return d.x=function(e){return arguments.length?(t=n=e,d):n},d.x0=function(e){return arguments.length?(t=e,d):t},d.x1=function(e){return arguments.length?(n=e,d):n},d.y=function(e){return arguments.length?(r=a=e,d):a},d.y0=function(e){return arguments.length?(r=e,d):r},d.y1=function(e){return arguments.length?(a=e,d):a},d.defined=function(e){return arguments.length?(i=e,d):i},d.interpolate=function(e){return arguments.length?(o="function"==typeof e?l=e:(l=jl.get(e)||Il).key,s=l.reverse||l,u=l.closed?"M":"L",d):o},d.tension=function(e){return arguments.length?(c=e,d):c},d}function no(e){return e.radius}function ro(e){return[e.x,e.y]}function ao(){return 64}function io(){return"circle"}function lo(e){var t=Math.sqrt(e/Le);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}i.svg.line.radial=function(){var e=El(eo);return e.radius=e.x,delete e.x,e.angle=e.y,delete e.y,e},Fl.reverse=$l,$l.reverse=Fl,i.svg.area=function(){return to(W)},i.svg.area.radial=function(){var e=to(eo);return e.radius=e.x,delete e.x,e.innerRadius=e.x0,delete e.x0,e.outerRadius=e.x1,delete e.x1,e.angle=e.y,delete e.y,e.startAngle=e.y0,delete e.y0,e.endAngle=e.y1,delete e.y1,e},i.svg.chord=function(){var e=Fr,t=$r,n=no,r=zl,a=Wl;function i(n,r){var a,i,u=l(this,e,n,r),c=l(this,t,n,r);return"M"+u.p0+o(u.r,u.p1,u.a1-u.a0)+(i=c,(a=u).a0==i.a0&&a.a1==i.a1?s(u.r,u.p1,u.r,u.p0):s(u.r,u.p1,c.r,c.p0)+o(c.r,c.p1,c.a1-c.a0)+s(c.r,c.p1,u.r,u.p0))+"Z"}function l(e,t,i,l){var o=t.call(e,i,l),s=n.call(e,o,l),u=r.call(e,o,l)-Se,c=a.call(e,o,l)-Se;return{r:s,a0:u,a1:c,p0:[s*Math.cos(u),s*Math.sin(u)],p1:[s*Math.cos(c),s*Math.sin(c)]}}function o(e,t,n){return"A"+e+","+e+" 0 "+ +(n>Le)+",1 "+t}function s(e,t,n,r){return"Q 0,0 "+r}return i.radius=function(e){return arguments.length?(n=Tt(e),i):n},i.source=function(t){return arguments.length?(e=Tt(t),i):e},i.target=function(e){return arguments.length?(t=Tt(e),i):t},i.startAngle=function(e){return arguments.length?(r=Tt(e),i):r},i.endAngle=function(e){return arguments.length?(a=Tt(e),i):a},i},i.svg.diagonal=function(){var e=Fr,t=$r,n=ro;function r(r,a){var i=e.call(this,r,a),l=t.call(this,r,a),o=(i.y+l.y)/2,s=[i,{x:i.x,y:o},{x:l.x,y:o},l];return"M"+(s=s.map(n))[0]+"C"+s[1]+" "+s[2]+" "+s[3]}return r.source=function(t){return arguments.length?(e=Tt(t),r):e},r.target=function(e){return arguments.length?(t=Tt(e),r):t},r.projection=function(e){return arguments.length?(n=e,r):n},r},i.svg.diagonal.radial=function(){var e=i.svg.diagonal(),t=ro,n=e.projection;return e.projection=function(e){return arguments.length?n(function(e){return function(){var t=e.apply(this,arguments),n=t[0],r=t[1]-Se;return[n*Math.cos(r),n*Math.sin(r)]}}(t=e)):t},e},i.svg.symbol=function(){var e=io,t=ao;function n(n,r){return(oo.get(e.call(this,n,r))||lo)(t.call(this,n,r))}return n.type=function(t){return arguments.length?(e=Tt(t),n):e},n.size=function(e){return arguments.length?(t=Tt(e),n):t},n};var oo=i.map({circle:lo,cross:function(e){var t=Math.sqrt(e/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(e){var t=Math.sqrt(e/(2*uo)),n=t*uo;return"M0,"+-t+"L"+n+",0 0,"+t+" "+-n+",0Z"},square:function(e){var t=Math.sqrt(e)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+n+"L"+t+","+-n+" "+-t+","+-n+"Z"},"triangle-up":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+-n+"L"+t+","+n+" "+-t+","+n+"Z"}});i.svg.symbolTypes=oo.keys();var so=Math.sqrt(3),uo=Math.tan(30*Ge);Z.transition=function(e){for(var t,n,r=po||++go,a=To(e),i=[],l=vo||{time:Date.now(),ease:ai,delay:0,duration:250},o=-1,s=this.length;++o<s;){i.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(n=u[c])&&bo(n,c,a,r,l),t.push(n)}return ho(i,a,r)},Z.interrupt=function(e){return this.each(null==e?co:fo(To(e)))};var co=fo(To());function fo(e){return function(){var t,n,r;(t=this[e])&&(r=t[n=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[n]:delete this[e],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function ho(e,t,n){return H(e,yo),e.namespace=t,e.id=n,e}var po,vo,yo=[],go=0;function mo(e,t,n,r){var a=e.id,i=e.namespace;return pe(e,"function"==typeof n?function(e,l,o){e[i][a].tween.set(t,r(n.call(e,e.__data__,l,o)))}:(n=r(n),function(e){e[i][a].tween.set(t,n)}))}function _o(e){return null==e&&(e=""),function(){this.textContent=e}}function To(e){return null==e?"__transition__":"__transition_"+e+"__"}function bo(e,t,n,r,a){var i,l,o,s,u,c=e[n]||(e[n]={active:0,count:0}),d=c[r];function f(n){var a=c.active,f=c[a];for(var p in f&&(f.timer.c=null,f.timer.t=NaN,--c.count,delete c[a],f.event&&f.event.interrupt.call(e,e.__data__,f.index)),c)if(+p<r){var v=c[p];v.timer.c=null,v.timer.t=NaN,--c.count,delete c[p]}l.c=h,wt(function(){return l.c&&h(n||1)&&(l.c=null,l.t=NaN),1},0,i),c.active=r,d.event&&d.event.start.call(e,e.__data__,t),u=[],d.tween.forEach(function(n,r){(r=r.call(e,e.__data__,t))&&u.push(r)}),s=d.ease,o=d.duration}function h(a){for(var i=a/o,l=s(i),f=u.length;f>0;)u[--f].call(e,l);if(i>=1)return d.event&&d.event.end.call(e,e.__data__,t),--c.count?delete c[r]:delete e[n],1}d||(i=a.time,l=wt(function(e){var t=d.delay;if(l.t=t+i,t<=e)return f(e-t);l.c=f},0,i),d=c[r]={tween:new K,time:i,timer:l,delay:a.delay,duration:a.duration,ease:a.ease,index:t},a=null,++c.count)}yo.call=Z.call,yo.empty=Z.empty,yo.node=Z.node,yo.size=Z.size,i.transition=function(e,t){return e&&e.transition?po?e.transition(t):e:i.selection().transition(e)},i.transition.prototype=yo,yo.select=function(e){var t,n,r,a=this.id,i=this.namespace,l=[];e=J(e);for(var o=-1,s=this.length;++o<s;){l.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(r=u[c])&&(n=e.call(r,r.__data__,c,o))?("__data__"in r&&(n.__data__=r.__data__),bo(n,c,i,a,r[i][a]),t.push(n)):t.push(null)}return ho(l,i,a)},yo.selectAll=function(e){var t,n,r,a,i,l=this.id,o=this.namespace,s=[];e=Q(e);for(var u=-1,c=this.length;++u<c;)for(var d=this[u],f=-1,h=d.length;++f<h;)if(r=d[f]){i=r[o][l],n=e.call(r,r.__data__,f,u),s.push(t=[]);for(var p=-1,v=n.length;++p<v;)(a=n[p])&&bo(a,p,o,l,i),t.push(a)}return ho(s,o,l)},yo.filter=function(e){var t,n,r=[];"function"!=typeof e&&(e=he(e));for(var a=0,i=this.length;a<i;a++){r.push(t=[]);for(var l,o=0,s=(l=this[a]).length;o<s;o++)(n=l[o])&&e.call(n,n.__data__,o,a)&&t.push(n)}return ho(r,this.namespace,this.id)},yo.tween=function(e,t){var n=this.id,r=this.namespace;return arguments.length<2?this.node()[r][n].tween.get(e):pe(this,null==t?function(t){t[r][n].tween.remove(e)}:function(a){a[r][n].tween.set(e,t)})},yo.attr=function(e,t){if(arguments.length<2){for(t in e)this.attr(t,e[t]);return this}var n="transform"==e?vi:Ya,r=i.ns.qualify(e);function a(){this.removeAttribute(r)}function l(){this.removeAttributeNS(r.space,r.local)}return mo(this,"attr."+e,t,r.local?function(e){return null==e?l:(e+="",function(){var t,a=this.getAttributeNS(r.space,r.local);return a!==e&&(t=n(a,e),function(e){this.setAttributeNS(r.space,r.local,t(e))})})}:function(e){return null==e?a:(e+="",function(){var t,a=this.getAttribute(r);return a!==e&&(t=n(a,e),function(e){this.setAttribute(r,t(e))})})})},yo.attrTween=function(e,t){var n=i.ns.qualify(e);return this.tween("attr."+e,n.local?function(e,r){var a=t.call(this,e,r,this.getAttributeNS(n.space,n.local));return a&&function(e){this.setAttributeNS(n.space,n.local,a(e))}}:function(e,r){var a=t.call(this,e,r,this.getAttribute(n));return a&&function(e){this.setAttribute(n,a(e))}})},yo.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.style(n,e[n],t);return this}n=""}function a(){this.style.removeProperty(e)}return mo(this,"style."+e,t,function(t){return null==t?a:(t+="",function(){var r,a=c(this).getComputedStyle(this,null).getPropertyValue(e);return a!==t&&(r=Ya(a,t),function(t){this.style.setProperty(e,r(t),n)})})})},yo.styleTween=function(e,t,n){return arguments.length<3&&(n=""),this.tween("style."+e,function(r,a){var i=t.call(this,r,a,c(this).getComputedStyle(this,null).getPropertyValue(e));return i&&function(t){this.style.setProperty(e,i(t),n)}})},yo.text=function(e){return mo(this,"text",e,_o)},yo.remove=function(){var e=this.namespace;return this.each("end.transition",function(){var t;this[e].count<2&&(t=this.parentNode)&&t.removeChild(this)})},yo.ease=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].ease:("function"!=typeof e&&(e=i.ease.apply(i,arguments)),pe(this,function(r){r[n][t].ease=e}))},yo.delay=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].delay:pe(this,"function"==typeof e?function(r,a,i){r[n][t].delay=+e.call(r,r.__data__,a,i)}:(e=+e,function(r){r[n][t].delay=e}))},yo.duration=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].duration:pe(this,"function"==typeof e?function(r,a,i){r[n][t].duration=Math.max(1,e.call(r,r.__data__,a,i))}:(e=Math.max(1,e),function(r){r[n][t].duration=e}))},yo.each=function(e,t){var n=this.id,r=this.namespace;if(arguments.length<2){var a=vo,l=po;try{po=n,pe(this,function(t,a,i){vo=t[r][n],e.call(t,t.__data__,a,i)})}finally{vo=a,po=l}}else pe(this,function(a){var l=a[r][n];(l.event||(l.event=i.dispatch("start","end","interrupt"))).on(e,t)});return this},yo.transition=function(){for(var e,t,n,r=this.id,a=++go,i=this.namespace,l=[],o=0,s=this.length;o<s;o++){l.push(e=[]);for(var u,c=0,d=(u=this[o]).length;c<d;c++)(t=u[c])&&bo(t,c,i,a,{time:(n=t[i][r]).time,ease:n.ease,delay:n.delay+n.duration,duration:n.duration}),e.push(t)}return ho(l,i,a)},i.svg.axis=function(){var e,t=i.scale.linear(),n=Mo,r=6,a=6,l=3,s=[10],u=null;function c(o){o.each(function(){var o,c=i.select(this),d=this.__chart__||t,f=this.__chart__=t.copy(),h=null==u?f.ticks?f.ticks.apply(f,s):f.domain():u,p=null==e?f.tickFormat?f.tickFormat.apply(f,s):W:e,v=c.selectAll(".tick").data(h,f),y=v.enter().insert("g",".domain").attr("class","tick").style("opacity",Ae),g=i.transition(v.exit()).style("opacity",Ae).remove(),m=i.transition(v.order()).style("opacity",1),_=Math.max(r,0)+l,T=cl(f),b=c.selectAll(".domain").data([0]),M=(b.enter().append("path").attr("class","domain"),i.transition(b));y.append("line"),y.append("text");var k,K,x,C,A=y.select("line"),w=m.select("line"),L=v.select("text").text(p),D=y.select("text"),B=m.select("text"),S="top"===n||"left"===n?-1:1;if("bottom"===n||"top"===n?(o=Ko,k="x",x="y",K="x2",C="y2",L.attr("dy",S<0?"0em":".71em").style("text-anchor","middle"),M.attr("d","M"+T[0]+","+S*a+"V0H"+T[1]+"V"+S*a)):(o=xo,k="y",x="x",K="y2",C="x2",L.attr("dy",".32em").style("text-anchor",S<0?"end":"start"),M.attr("d","M"+S*a+","+T[0]+"H0V"+T[1]+"H"+S*a)),A.attr(C,S*r),D.attr(x,S*_),w.attr(K,0).attr(C,S*r),B.attr(k,0).attr(x,S*_),f.rangeBand){var G=f,z=G.rangeBand()/2;d=f=function(e){return G(e)+z}}else d.rangeBand?d=f:g.call(o,f,d);y.call(o,d,f),m.call(o,f,f)})}return c.scale=function(e){return arguments.length?(t=e,c):t},c.orient=function(e){return arguments.length?(n=e in ko?e+"":Mo,c):n},c.ticks=function(){return arguments.length?(s=o(arguments),c):s},c.tickValues=function(e){return arguments.length?(u=e,c):u},c.tickFormat=function(t){return arguments.length?(e=t,c):e},c.tickSize=function(e){var t=arguments.length;return t?(r=+e,a=+arguments[t-1],c):r},c.innerTickSize=function(e){return arguments.length?(r=+e,c):r},c.outerTickSize=function(e){return arguments.length?(a=+e,c):a},c.tickPadding=function(e){return arguments.length?(l=+e,c):l},c.tickSubdivide=function(){return arguments.length&&c},c};var Mo="bottom",ko={top:1,right:1,bottom:1,left:1};function Ko(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate("+(isFinite(r)?r:n(e))+",0)"})}function xo(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate(0,"+(isFinite(r)?r:n(e))+")"})}i.svg.brush=function(){var e,t,n=$(f,"brushstart","brush","brushend"),r=null,a=null,l=[0,0],o=[0,0],s=!0,u=!0,d=Ao[0];function f(e){e.each(function(){var e=i.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",y).on("touchstart.brush",y),t=e.selectAll(".background").data([0]);t.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),e.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var n=e.selectAll(".resize").data(d,W);n.exit().remove(),n.enter().append("g").attr("class",function(e){return"resize "+e}).style("cursor",function(e){return Co[e]}).append("rect").attr("x",function(e){return/[ew]$/.test(e)?-3:null}).attr("y",function(e){return/^[ns]/.test(e)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),n.style("display",f.empty()?"none":null);var l,o=i.transition(e),s=i.transition(t);r&&(l=cl(r),s.attr("x",l[0]).attr("width",l[1]-l[0]),p(o)),a&&(l=cl(a),s.attr("y",l[0]).attr("height",l[1]-l[0]),v(o)),h(o)})}function h(e){e.selectAll(".resize").attr("transform",function(e){return"translate("+l[+/e$/.test(e)]+","+o[+/^s/.test(e)]+")"})}function p(e){e.select(".extent").attr("x",l[0]),e.selectAll(".extent,.n>rect,.s>rect").attr("width",l[1]-l[0])}function v(e){e.select(".extent").attr("y",o[0]),e.selectAll(".extent,.e>rect,.w>rect").attr("height",o[1]-o[0])}function y(){var d,y,g=this,m=i.select(i.event.target),_=n.of(g,arguments),T=i.select(g),b=m.datum(),M=!/^(n|s)$/.test(b)&&r,k=!/^(e|w)$/.test(b)&&a,K=m.classed("extent"),x=ke(g),C=i.mouse(g),A=i.select(c(g)).on("keydown.brush",function(){32==i.event.keyCode&&(K||(d=null,C[0]-=l[1],C[1]-=o[1],K=2),N())}).on("keyup.brush",function(){32==i.event.keyCode&&2==K&&(C[0]+=l[1],C[1]+=o[1],K=0,N())});if(i.event.changedTouches?A.on("touchmove.brush",D).on("touchend.brush",S):A.on("mousemove.brush",D).on("mouseup.brush",S),T.interrupt().selectAll("*").interrupt(),K)C[0]=l[0]-C[0],C[1]=o[0]-C[1];else if(b){var w=+/w$/.test(b),L=+/^n/.test(b);y=[l[1-w]-C[0],o[1-L]-C[1]],C[0]=l[w],C[1]=o[L]}else i.event.altKey&&(d=C.slice());function D(){var e=i.mouse(g),t=!1;y&&(e[0]+=y[0],e[1]+=y[1]),K||(i.event.altKey?(d||(d=[(l[0]+l[1])/2,(o[0]+o[1])/2]),C[0]=l[+(e[0]<d[0])],C[1]=o[+(e[1]<d[1])]):d=null),M&&B(e,r,0)&&(p(T),t=!0),k&&B(e,a,1)&&(v(T),t=!0),t&&(h(T),_({type:"brush",mode:K?"move":"resize"}))}function B(n,r,a){var i,c,f=cl(r),h=f[0],p=f[1],v=C[a],y=a?o:l,g=y[1]-y[0];if(K&&(h-=v,p-=g+v),i=(a?u:s)?Math.max(h,Math.min(p,n[a])):n[a],K?c=(i+=v)+g:(d&&(v=Math.max(h,Math.min(p,2*d[a]-i))),v<i?(c=i,i=v):c=v),y[0]!=i||y[1]!=c)return a?t=null:e=null,y[0]=i,y[1]=c,!0}function S(){D(),T.style("pointer-events","all").selectAll(".resize").style("display",f.empty()?"none":null),i.select("body").style("cursor",null),A.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),x(),_({type:"brushend"})}T.style("pointer-events","none").selectAll(".resize").style("display",null),i.select("body").style("cursor",m.style("cursor")),_({type:"brushstart"}),D()}return f.event=function(r){r.each(function(){var r=n.of(this,arguments),a={x:l,y:o,i:e,j:t},s=this.__chart__||a;this.__chart__=a,po?i.select(this).transition().each("start.brush",function(){e=s.i,t=s.j,l=s.x,o=s.y,r({type:"brushstart"})}).tween("brush:brush",function(){var n=Xa(l,a.x),i=Xa(o,a.y);return e=t=null,function(e){l=a.x=n(e),o=a.y=i(e),r({type:"brush",mode:"resize"})}}).each("end.brush",function(){e=a.i,t=a.j,r({type:"brush",mode:"resize"}),r({type:"brushend"})}):(r({type:"brushstart"}),r({type:"brush",mode:"resize"}),r({type:"brushend"}))})},f.x=function(e){return arguments.length?(d=Ao[!(r=e)<<1|!a],f):r},f.y=function(e){return arguments.length?(d=Ao[!r<<1|!(a=e)],f):a},f.clamp=function(e){return arguments.length?(r&&a?(s=!!e[0],u=!!e[1]):r?s=!!e:a&&(u=!!e),f):r&&a?[s,u]:r?s:a?u:null},f.extent=function(n){var i,s,u,c,d;return arguments.length?(r&&(i=n[0],s=n[1],a&&(i=i[0],s=s[0]),e=[i,s],r.invert&&(i=r(i),s=r(s)),s<i&&(d=i,i=s,s=d),i==l[0]&&s==l[1]||(l=[i,s])),a&&(u=n[0],c=n[1],r&&(u=u[1],c=c[1]),t=[u,c],a.invert&&(u=a(u),c=a(c)),c<u&&(d=u,u=c,c=d),u==o[0]&&c==o[1]||(o=[u,c])),f):(r&&(e?(i=e[0],s=e[1]):(i=l[0],s=l[1],r.invert&&(i=r.invert(i),s=r.invert(s)),s<i&&(d=i,i=s,s=d))),a&&(t?(u=t[0],c=t[1]):(u=o[0],c=o[1],a.invert&&(u=a.invert(u),c=a.invert(c)),c<u&&(d=u,u=c,c=d))),r&&a?[[i,u],[s,c]]:r?[i,s]:a&&[u,c])},f.clear=function(){return f.empty()||(l=[0,0],o=[0,0],e=t=null),f},f.empty=function(){return!!r&&l[0]==l[1]||!!a&&o[0]==o[1]},i.rebind(f,n,"on")};var Co={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Ao=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],wo=Pt.format=fn.timeFormat,Lo=wo.utc,Do=Lo("%Y-%m-%dT%H:%M:%S.%LZ");function Bo(e){return e.toISOString()}function So(e,t,n){function r(t){return e(t)}function a(e,n){var r=(e[1]-e[0])/n,a=i.bisect(zo,r);return a==zo.length?[t.year,ml(e.map(function(e){return e/31536e6}),n)[2]]:a?t[r/zo[a-1]<zo[a]/r?a-1:a]:[Po,ml(e,n)[2]]}return r.invert=function(t){return Go(e.invert(t))},r.domain=function(t){return arguments.length?(e.domain(t),r):e.domain().map(Go)},r.nice=function(e,t){var n=r.domain(),i=ul(n),l=null==e?a(i,10):"number"==typeof e&&a(i,e);function o(n){return!isNaN(n)&&!e.range(n,Go(+n+1),t).length}return l&&(e=l[0],t=l[1]),r.domain(fl(n,t>1?{floor:function(t){for(;o(t=e.floor(t));)t=Go(t-1);return t},ceil:function(t){for(;o(t=e.ceil(t));)t=Go(+t+1);return t}}:e))},r.ticks=function(e,t){var n=ul(r.domain()),i=null==e?a(n,10):"number"==typeof e?a(n,e):!e.range&&[{range:e},t];return i&&(e=i[0],t=i[1]),e.range(n[0],Go(+n[1]+1),t<1?1:t)},r.tickFormat=function(){return n},r.copy=function(){return So(e.copy(),t,n)},yl(r,e)}function Go(e){return new Date(e)}wo.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?Bo:Do,Bo.parse=function(e){var t=new Date(e);return isNaN(t)?null:t},Bo.toString=Do.toString,Pt.second=It(function(e){return new Rt(1e3*Math.floor(e/1e3))},function(e,t){e.setTime(e.getTime()+1e3*Math.floor(t))},function(e){return e.getSeconds()}),Pt.seconds=Pt.second.range,Pt.seconds.utc=Pt.second.utc.range,Pt.minute=It(function(e){return new Rt(6e4*Math.floor(e/6e4))},function(e,t){e.setTime(e.getTime()+6e4*Math.floor(t))},function(e){return e.getMinutes()}),Pt.minutes=Pt.minute.range,Pt.minutes.utc=Pt.minute.utc.range,Pt.hour=It(function(e){var t=e.getTimezoneOffset()/60;return new Rt(36e5*(Math.floor(e/36e5-t)+t))},function(e,t){e.setTime(e.getTime()+36e5*Math.floor(t))},function(e){return e.getHours()}),Pt.hours=Pt.hour.range,Pt.hours.utc=Pt.hour.utc.range,Pt.month=It(function(e){return(e=Pt.day(e)).setDate(1),e},function(e,t){e.setMonth(e.getMonth()+t)},function(e){return e.getMonth()}),Pt.months=Pt.month.range,Pt.months.utc=Pt.month.utc.range;var zo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Wo=[[Pt.second,1],[Pt.second,5],[Pt.second,15],[Pt.second,30],[Pt.minute,1],[Pt.minute,5],[Pt.minute,15],[Pt.minute,30],[Pt.hour,1],[Pt.hour,3],[Pt.hour,6],[Pt.hour,12],[Pt.day,1],[Pt.day,2],[Pt.week,1],[Pt.month,1],[Pt.month,3],[Pt.year,1]],Oo=wo.multi([[".%L",function(e){return e.getMilliseconds()}],[":%S",function(e){return e.getSeconds()}],["%I:%M",function(e){return e.getMinutes()}],["%I %p",function(e){return e.getHours()}],["%a %d",function(e){return e.getDay()&&1!=e.getDate()}],["%b %d",function(e){return 1!=e.getDate()}],["%B",function(e){return e.getMonth()}],["%Y",Zn]]),Po={range:function(e,t,n){return i.range(Math.ceil(e/n)*n,+t,n).map(Go)},floor:W,ceil:W};Wo.year=Pt.year,Pt.scale=function(){return So(i.scale.linear(),Wo,Oo)};var Ro=Wo.map(function(e){return[e[0].utc,e[1]]}),Eo=Lo.multi([[".%L",function(e){return e.getUTCMilliseconds()}],[":%S",function(e){return e.getUTCSeconds()}],["%I:%M",function(e){return e.getUTCMinutes()}],["%I %p",function(e){return e.getUTCHours()}],["%a %d",function(e){return e.getUTCDay()&&1!=e.getUTCDate()}],["%b %d",function(e){return 1!=e.getUTCDate()}],["%B",function(e){return e.getUTCMonth()}],["%Y",Zn]]);function jo(e){return JSON.parse(e.responseText)}function Io(e){var t=s.createRange();return t.selectNode(s.body),t.createContextualFragment(e.responseText)}Ro.year=Pt.year.utc,Pt.scale.utc=function(){return So(i.scale.linear(),Ro,Eo)},i.text=bt(function(e){return e.responseText}),i.json=function(e,t){return Mt(e,"application/json",jo,t)},i.html=function(e,t){return Mt(e,"text/html",Io,t)},i.xml=bt(function(e){return e.responseXML}),this.d3=i,void 0===(a="function"==typeof(r=i)?r.call(t,n,t,e):r)||(e.exports=a)}()},function(e,t,n){"use strict";e.exports=function(e){var t=typeof e;if("string"===t){var n=e;if(0===(e=+e)&&function(e){for(var t,n=e.length,r=0;r<n;r++)if(((t=e.charCodeAt(r))<9||t>13)&&32!==t&&133!==t&&160!==t&&5760!==t&&6158!==t&&(t<8192||t>8205)&&8232!==t&&8233!==t&&8239!==t&&8287!==t&&8288!==t&&12288!==t&&65279!==t)return!1;return!0}(n))return!1}else if("number"!==t)return!1;return e-e<1}},function(e,t,n){"use strict";var r=n(21),a=n(2),i=e.exports={},l=n(24);i.defaults=l.defaults;var o=i.defaultLine=l.defaultLine;i.lightLine=l.lightLine;var s=i.background=l.background;function u(e){if(a(e)||"string"!=typeof e)return e;var t=e.trim();if("rgb"!==t.substr(0,3))return e;var n=t.match(/^rgba?\s*\(([^()]*)\)$/);if(!n)return e;var r=n[1].trim().split(/\s*[\s,]\s*/),i="a"===t.charAt(3)&&4===r.length;if(!i&&3!==r.length)return e;for(var l=0;l<r.length;l++){if(!r[l].length)return e;if(r[l]=Number(r[l]),!(r[l]>=0))return e;if(3===l)r[l]>1&&(r[l]=1);else if(r[l]>=1)return e}var o=Math.round(255*r[0])+", "+Math.round(255*r[1])+", "+Math.round(255*r[2]);return i?"rgba("+o+", "+r[3]+")":"rgb("+o+")"}i.tinyRGB=function(e){var t=e.toRgb();return"rgb("+Math.round(t.r)+", "+Math.round(t.g)+", "+Math.round(t.b)+")"},i.rgb=function(e){return i.tinyRGB(r(e))},i.opacity=function(e){return e?r(e).getAlpha():0},i.addOpacity=function(e,t){var n=r(e).toRgb();return"rgba("+Math.round(n.r)+", "+Math.round(n.g)+", "+Math.round(n.b)+", "+t+")"},i.combine=function(e,t){var n=r(e).toRgb();if(1===n.a)return r(e).toRgbString();var a=r(t||s).toRgb(),i=1===a.a?a:{r:255*(1-a.a)+a.r*a.a,g:255*(1-a.a)+a.g*a.a,b:255*(1-a.a)+a.b*a.a},l={r:i.r*(1-n.a)+n.r*n.a,g:i.g*(1-n.a)+n.g*n.a,b:i.b*(1-n.a)+n.b*n.a};return r(l).toRgbString()},i.contrast=function(e,t,n){var a=r(e);return 1!==a.getAlpha()&&(a=r(i.combine(e,s))),(a.isDark()?t?a.lighten(t):s:n?a.darken(n):o).toString()},i.stroke=function(e,t){var n=r(t);e.style({stroke:i.tinyRGB(n),"stroke-opacity":n.getAlpha()})},i.fill=function(e,t){var n=r(t);e.style({fill:i.tinyRGB(n),"fill-opacity":n.getAlpha()})},i.clean=function(e){if(e&&"object"==typeof e){var t,n,r,a,l=Object.keys(e);for(t=0;t<l.length;t++)if(a=e[r=l[t]],"color"===r.substr(r.length-5))if(Array.isArray(a))for(n=0;n<a.length;n++)a[n]=u(a[n]);else e[r]=u(a);else if("colorscale"===r.substr(r.length-10)&&Array.isArray(a))for(n=0;n<a.length;n++)Array.isArray(a[n])&&(a[n][1]=u(a[n][1]));else if(Array.isArray(a)){var o=a[0];if(!Array.isArray(o)&&o&&"object"==typeof o)for(n=0;n<a.length;n++)i.clean(a[n])}else a&&"object"==typeof a&&i.clean(a)}}},function(e,t,n){"use strict";var r=n(33),a=n(109),i=n(168),l=n(42);function o(e){if(e.layoutAttributes){var n=e.layoutAttributes._arrayAttrRegexps;if(n)for(var r=0;r<n.length;r++)i(t.layoutArrayRegexes,n[r])}}function s(e){return"object"==typeof e&&(e=e.type),e}t.modules={},t.allCategories={},t.allTypes=[],t.subplotsRegistry={},t.transformsRegistry={},t.componentsRegistry={},t.layoutArrayContainers=[],t.layoutArrayRegexes=[],t.register=function(e,n,a,i){if(t.modules[n])r.log("Type "+n+" already registered");else{for(var l={},o=0;o<a.length;o++)l[a[o]]=!0,t.allCategories[a[o]]=!0;t.modules[n]={_module:e,categories:l},i&&Object.keys(i).length&&(t.modules[n].meta=i),t.allTypes.push(n)}},t.registerSubplot=function(e){var n=e.name;t.subplotsRegistry[n]?r.log("Plot type "+n+" already registered."):(o(e),t.subplotsRegistry[n]=e)},t.registerComponent=function(e){var n=e.name;t.componentsRegistry[n]=e,e.layoutAttributes&&(e.layoutAttributes._isLinkedToArray&&i(t.layoutArrayContainers,n),o(e))},t.getModule=function(e){if(void 0!==e.r)return r.warn("Tried to put a polar trace on an incompatible graph of cartesian data. Ignoring this dataset.",e),!1;var n=t.modules[s(e)];return!!n&&n._module},t.traceIs=function(e,n){if("various"===(e=s(e)))return!1;var a=t.modules[e];return a||(e&&"area"!==e&&r.log("Unrecognized trace type "+e+"."),a=t.modules[l.type.dflt]),!!a.categories[n]},t.getComponentMethod=function(e,n){var r=t.componentsRegistry[e];return r&&r[n]||a}},function(e,t,n){"use strict";function r(e,t,n,r,a,i,l,o){var s,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),l?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},u._ssrRegister=s):a&&(s=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),s)if(u.functional){u._injectStyles=s;var c=u.render;u.render=function(e,t){return s.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,s):[s]}return{exports:e,options:u}}n.d(t,"a",function(){return r})},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(4),l=n(0),o=n(14),s=n(97),u=n(3),c=n(7),d=n(16),f=d.FP_SAFE,h=d.ONEAVGYEAR,p=d.ONEAVGMONTH,v=d.ONEDAY,y=d.ONEHOUR,g=d.ONEMIN,m=d.ONESEC,_=e.exports={};_.layoutAttributes=n(23),_.supplyLayoutDefaults=n(283),_.setConvert=n(149);var T=n(151),b=n(18);_.id2name=b.id2name,_.cleanId=b.cleanId,_.list=b.list,_.listIds=b.listIds,_.getFromId=b.getFromId,_.getFromTrace=b.getFromTrace,_.coerceRef=function(e,t,n,r,a,i){var o=r.charAt(r.length-1),s=_.listIds(n,o),u=r+"ref",c={};return a||(a=s[0]||i),i||(i=a),c[u]={valType:"enumerated",values:s.concat(i?[i]:[]),dflt:a},l.coerce(e,t,c,u)},_.coercePosition=function(e,t,n,r,a,i){var o,s;if("paper"===r||"pixel"===r)o=l.ensureNumber,s=n(a,i);else{var u=_.getFromId(t,r);s=n(a,i=u.fraction2r(i)),o=u.cleanPos}e[a]=o(s)},_.cleanPosition=function(e,t,n){return("paper"===n||"pixel"===n?l.ensureNumber:_.getFromId(t,n).cleanPos)(e)},_.getDataToCoordFunc=function(e,t,n,r){var a,i="x"===n||"y"===n||"z"===n?n:r;if(Array.isArray(i)){if(a={type:T(r),_categories:[]},_.setConvert(a),"category"===a.type)for(var l=0;l<r.length;l++)a.d2c(r[l])}else a=_.getFromTrace(e,t,i);return a?a.d2c:"ids"===i?function(e){return String(e)}:function(e){return+e}},_.clearTypes=function(e,t){Array.isArray(t)&&t.length||(t=e._fullData.map(function(e,t){return t})),t.forEach(function(t){var n=e.data[t];delete(_.getFromId(e,n.xaxis)||{}).type,delete(_.getFromId(e,n.yaxis)||{}).type})},_.counterLetter=function(e){var t=e.charAt(0);return"x"===t?"y":"y"===t?"x":void 0},_.minDtick=function(e,t,n,r){-1===["log","category"].indexOf(e.type)&&r?void 0===e._minDtick?(e._minDtick=t,e._forceTick0=n):e._minDtick&&((e._minDtick/t+1e-6)%1<2e-6&&((n-e._forceTick0)/t%1+1.000001)%1<2e-6?(e._minDtick=t,e._forceTick0=n):((t/e._minDtick+1e-6)%1>2e-6||((n-e._forceTick0)/e._minDtick%1+1.000001)%1>2e-6)&&(e._minDtick=0)):e._minDtick=0},_.getAutoRange=function(e){var t,n=[],r=e._min[0].val,a=e._max[0].val;for(t=1;t<e._min.length&&r===a;t++)r=Math.min(r,e._min[t].val);for(t=1;t<e._max.length&&r===a;t++)a=Math.max(a,e._max[t].val);var i,o,s,u,c,d,f,h=0,p=!1;if(e.range){var v=l.simpleMap(e.range,e.r2l);p=v[1]<v[0]}for("reversed"===e.autorange&&(p=!0,e.autorange=!0),t=0;t<e._min.length;t++)for(o=e._min[t],i=0;i<e._max.length;i++)f=(s=e._max[i]).val-o.val,d=e._length-o.pad-s.pad,f>0&&d>0&&f/d>h&&(u=o,c=s,h=f/d);if(r===a){var y=r-1,g=r+1;n="tozero"===e.rangemode?r<0?[y,0]:[0,g]:"nonnegative"===e.rangemode?[Math.max(0,y),Math.max(0,g)]:[y,g]}else h&&("linear"!==e.type&&"-"!==e.type||("tozero"===e.rangemode?(u.val>=0&&(u={val:0,pad:0}),c.val<=0&&(c={val:0,pad:0})):"nonnegative"===e.rangemode&&(u.val-h*u.pad<0&&(u={val:0,pad:0}),c.val<0&&(c={val:1,pad:0})),h=(c.val-u.val)/(e._length-u.pad-c.pad)),n=[u.val-h*u.pad,c.val+h*c.pad]);return n[0]===n[1]&&("tozero"===e.rangemode?n=n[0]<0?[n[0],0]:n[0]>0?[0,n[0]]:[0,1]:(n=[n[0]-1,n[0]+1],"nonnegative"===e.rangemode&&(n[0]=Math.max(0,n[0])))),p&&n.reverse(),l.simpleMap(n,e.l2r||Number)},_.doAutoRange=function(e){e._length||e.setScale();var t=e._min&&e._max&&e._min.length&&e._max.length;if(e.autorange&&t){e.range=_.getAutoRange(e),e._r=e.range.slice(),e._rl=l.simpleMap(e._r,e.r2l);var n=e._input;n.range=e.range.slice(),n.autorange=e.autorange}},_.saveRangeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a=0;a<n.length;a++){var i=n[a],l=void 0===i._rangeInitial,o=l||!(i.range[0]===i._rangeInitial[0]&&i.range[1]===i._rangeInitial[1]);(l&&!1===i.autorange||t&&o)&&(i._rangeInitial=i.range.slice(),r=!0)}return r},_.saveShowSpikeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a="on",i=0;i<n.length;i++){var l=n[i],o=void 0===l._showSpikeInitial,s=o||!(l.showspikes===l._showspikes);(o||t&&s)&&(l._showSpikeInitial=l.showspikes,r=!0),"on"!==a||l.showspikes||(a="off")}return e._fullLayout._cartesianSpikesEnabled=a,r},_.expand=function(e,t,n){if((e.autorange||!!l.nestedProperty(e,"rangeslider.autorange").get())&&t){e._min||(e._min=[]),e._max||(e._max=[]),n||(n={}),e._m||e.setScale();var r,i,o,s,u,c,d,h,p,v,y,g=t.length,m=n.padded?.05*e._length:0,_=n.tozero&&("linear"===e.type||"-"===e.type);m&&"domain"===e.constrain&&e._inputDomain&&(m*=(e._inputDomain[1]-e._inputDomain[0])/(e.domain[1]-e.domain[0]));var T=K((e._m>0?n.ppadplus:n.ppadminus)||n.ppad||0),b=K((e._m>0?n.ppadminus:n.ppadplus)||n.ppad||0),M=K(n.vpadplus||n.vpad),k=K(n.vpadminus||n.vpad);for(r=0;r<6;r++)x(r);for(r=g-1;r>5;r--)x(r)}function K(e){if(Array.isArray(e))return function(t){return Math.max(Number(e[t]||0),0)};var t=Math.max(Number(e||0),0);return function(){return t}}function x(n){if(s=t[n],a(s)){if(d=T(n)+m,h=b(n)+m,v=s-k(n),y=s+M(n),"log"===e.type&&v<y/10&&(v=y/10),u=e.c2l(v),c=e.c2l(y),_&&(u=Math.min(0,u),c=Math.max(0,c)),r(u)){for(p=!0,i=0;i<e._min.length&&p;i++)(o=e._min[i]).val<=u&&o.pad>=h?p=!1:o.val>=u&&o.pad<=h&&(e._min.splice(i,1),i--);p&&e._min.push({val:u,pad:_&&0===u?0:h})}if(r(c)){for(p=!0,i=0;i<e._max.length&&p;i++)(o=e._max[i]).val>=c&&o.pad>=d?p=!1:o.val<=c&&o.pad<=d&&(e._max.splice(i,1),i--);p&&e._max.push({val:c,pad:_&&0===c?0:d})}}function r(e){return a(e)&&Math.abs(e)<f}}},_.autoBin=function(e,t,n,r,i){var o,s,u=l.aggNums(Math.min,null,e),c=l.aggNums(Math.max,null,e);if(i||(i=t.calendar),"category"===t.type)return{start:u-.5,end:c+.5,size:1};if(n)o=(c-u)/n;else{var d=l.distinctVals(e),f=Math.pow(10,Math.floor(Math.log(d.minDiff)/Math.LN10)),h=f*l.roundUp(d.minDiff/f,[.9,1.9,4.9,9.9],!0);o=Math.max(h,2*l.stdev(e)/Math.pow(e.length,r?.25:.4)),a(o)||(o=1)}s="log"===t.type?{type:"linear",range:[u,c]}:{type:t.type,range:l.simpleMap([u,c],t.c2r,0,i),calendar:i},_.setConvert(s),_.autoTicks(s,o);var p,y=_.tickIncrement(_.tickFirst(s),s.dtick,"reverse",i);if("number"==typeof s.dtick)p=(y=function(e,t,n,r,i){var l=0,o=0,s=0,u=0;function c(t){return(1+100*(t-e)/n.dtick)%100<2}for(var d=0;d<t.length;d++)t[d]%1==0?s++:a(t[d])||u++,c(t[d])&&l++,c(t[d]+n.dtick/2)&&o++;var f=t.length-u;if(s===f&&"date"!==n.type)n.dtick<1?e=r-.5*n.dtick:(e-=.5)+n.dtick<r&&(e+=n.dtick);else if(o<.1*f&&(l>.3*f||c(r)||c(i))){var h=n.dtick/2;e+=e+h<r?h:-h}return e}(y,e,s,u,c))+(1+Math.floor((c-y)/s.dtick))*s.dtick;else for("M"===s.dtick.charAt(0)&&(y=function(e,t,n,r,a){var i=l.findExactDates(t,a);if(i.exactDays>.8){var o=Number(n.substr(1));i.exactYears>.8&&o%12==0?e=_.tickIncrement(e,"M6","reverse")+1.5*v:i.exactMonths>.8?e=_.tickIncrement(e,"M1","reverse")+15.5*v:e-=v/2;var s=_.tickIncrement(e,n);if(s<=r)return s}return e}(y,e,s.dtick,u,i)),p=y;p<=c;)p=_.tickIncrement(p,s.dtick,!1,i);return{start:t.c2r(y,0,i),end:t.c2r(p,0,i),size:s.dtick}},_.calcTicks=function(e){var t=l.simpleMap(e.range,e.r2l);if("auto"===e.tickmode||!e.dtick){var n,r=e.nticks;r||("category"===e.type?(n=e.tickfont?1.2*(e.tickfont.size||12):15,r=e._length/n):(n="y"===e._id.charAt(0)?40:80,r=l.constrain(e._length/n,4,9)+1)),"array"===e.tickmode&&(r*=100),_.autoTicks(e,Math.abs(t[1]-t[0])/r),e._minDtick>0&&e.dtick<2*e._minDtick&&(e.dtick=e._minDtick,e.tick0=e.l2r(e._forceTick0))}if(e.tick0||(e.tick0="date"===e.type?"2000-01-01":0),L(e),"array"===e.tickmode)return function(e){var t,n,r=e.tickvals,a=e.ticktext,i=new Array(r.length),o=l.simpleMap(e.range,e.r2l),s=1.0001*o[0]-1e-4*o[1],u=1.0001*o[1]-1e-4*o[0],c=Math.min(s,u),d=Math.max(s,u),f=0;Array.isArray(a)||(a=[]);var h="category"===e.type?e.d2l_noadd:e.d2l;"log"===e.type&&"L"!==String(e.dtick).charAt(0)&&(e.dtick="L"+Math.pow(10,Math.floor(Math.min(e.range[0],e.range[1]))-1));for(n=0;n<r.length;n++)(t=h(r[n]))>c&&t<d&&(void 0===a[n]?i[f]=_.tickText(e,t):i[f]=D(e,t,String(a[n])),f++);f<r.length&&i.splice(f,r.length-f);return i}(e);e._tmin=_.tickFirst(e);var a=t[1]<t[0],i=[],o=1.0001*t[1]-1e-4*t[0];"category"===e.type&&(o=a?Math.max(-.5,o):Math.min(e._categories.length-.5,o));for(var s=e._tmin;(a?s>=o:s<=o)&&(i.push(s),!(i.length>1e3));s=_.tickIncrement(s,e.dtick,a,e.calendar));e._tmax=i[i.length-1],e._prevDateHead="",e._inCalcTicks=!0;for(var u=new Array(i.length),c=0;c<i.length;c++)u[c]=_.tickText(e,i[c]);return e._inCalcTicks=!1,u};var M=[2,5,10],k=[1,2,3,6,12],K=[1,2,5,10,15,30],x=[1,2,3,7,14],C=[-.046,0,.301,.477,.602,.699,.778,.845,.903,.954,1],A=[-.301,0,.301,.699,1];function w(e,t,n){return t*l.roundUp(e/t,n)}function L(e){var t=e.dtick;if(e._tickexponent=0,a(t)||"string"==typeof t||(t=1),"category"===e.type&&(e._tickround=null),"date"===e.type){var n=e.r2l(e.tick0),r=e.l2r(n).replace(/(^-|i)/g,""),i=r.length;if("M"===String(t).charAt(0))i>10||"01-01"!==r.substr(5)?e._tickround="d":e._tickround=+t.substr(1)%12==0?"y":"m";else if(t>=v&&i<=10||t>=15*v)e._tickround="d";else if(t>=g&&i<=16||t>=y)e._tickround="M";else if(t>=m&&i<=19||t>=g)e._tickround="S";else{var l=e.l2r(n+t).replace(/^-/,"").length;e._tickround=Math.max(i,l)-20}}else if(a(t)||"L"===t.charAt(0)){var o=e.range.map(e.r2d||Number);a(t)||(t=Number(t.substr(1))),e._tickround=2-Math.floor(Math.log(t)/Math.LN10+.01);var s=Math.max(Math.abs(o[0]),Math.abs(o[1])),u=Math.floor(Math.log(s)/Math.LN10+.01);Math.abs(u)>3&&("SI"===e.exponentformat||"B"===e.exponentformat?e._tickexponent=3*Math.round((u-1)/3):e._tickexponent=u)}else e._tickround=null}function D(e,t,n){var r=e.tickfont||{};return{x:t,dx:0,dy:0,text:n||"",fontSize:r.size,font:r.family,fontColor:r.color}}_.autoTicks=function(e,t){var n;if("date"===e.type){e.tick0=l.dateTick0(e.calendar);var r=2*t;r>h?(t/=h,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="M"+12*w(t,n,M)):r>p?(t/=p,e.dtick="M"+w(t,1,k)):r>v?(e.dtick=w(t,v,x),e.tick0=l.dateTick0(e.calendar,!0)):r>y?e.dtick=w(t,y,k):r>g?e.dtick=w(t,g,K):r>m?e.dtick=w(t,m,K):(n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,M))}else if("log"===e.type){e.tick0=0;var i=l.simpleMap(e.range,e.r2l);if(t>.7)e.dtick=Math.ceil(t);else if(Math.abs(i[1]-i[0])<1){var o=1.5*Math.abs((i[1]-i[0])/t);t=Math.abs(Math.pow(10,i[1])-Math.pow(10,i[0]))/o,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="L"+w(t,n,M)}else e.dtick=t>.3?"D2":"D1"}else"category"===e.type?(e.tick0=0,e.dtick=Math.ceil(Math.max(t,1))):(e.tick0=0,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,M));if(0===e.dtick&&(e.dtick=1),!a(e.dtick)&&"string"!=typeof e.dtick){var s=e.dtick;throw e.dtick=1,"ax.dtick error: "+String(s)}},_.tickIncrement=function(e,t,n,i){var o=n?-1:1;if(a(t))return e+o*t;var s=t.charAt(0),u=o*Number(t.substr(1));if("M"===s)return l.incrementMonth(e,u,i);if("L"===s)return Math.log(Math.pow(10,e)+u)/Math.LN10;if("D"===s){var c="D2"===t?A:C,d=e+.01*o,f=l.roundUp(l.mod(d,1),c,n);return Math.floor(d)+Math.log(r.round(Math.pow(10,f),1))/Math.LN10}throw"unrecognized dtick "+String(t)},_.tickFirst=function(e){var t=e.r2l||Number,n=l.simpleMap(e.range,t),i=n[1]<n[0],o=i?Math.floor:Math.ceil,s=1.0001*n[0]-1e-4*n[1],u=e.dtick,c=t(e.tick0);if(a(u)){var d=o((s-c)/u)*u+c;return"category"===e.type&&(d=l.constrain(d,0,e._categories.length-1)),d}var f=u.charAt(0),h=Number(u.substr(1));if("M"===f){for(var p,v,y,g=0,m=c;g<10;){if(((p=_.tickIncrement(m,u,i,e.calendar))-s)*(m-s)<=0)return i?Math.min(m,p):Math.max(m,p);v=(s-(m+p)/2)/(p-m),y=f+(Math.abs(Math.round(v))||1)*h,m=_.tickIncrement(m,y,v<0?!i:i,e.calendar),g++}return l.error("tickFirst did not converge",e),m}if("L"===f)return Math.log(o((Math.pow(10,s)-c)/h)*h+c)/Math.LN10;if("D"===f){var T="D2"===u?A:C,b=l.roundUp(l.mod(s,1),T,i);return Math.floor(s)+Math.log(r.round(Math.pow(10,b),1))/Math.LN10}throw"unrecognized dtick "+String(u)},_.tickText=function(e,t,n){var r,i,o=D(e,t),s="array"===e.tickmode,u=n||s,c="category"===e.type?e.d2l_noadd:e.d2l;if(s&&Array.isArray(e.ticktext)){var d=l.simpleMap(e.range,e.r2l),f=Math.abs(d[1]-d[0])/1e4;for(i=0;i<e.ticktext.length&&!(Math.abs(t-c(e.tickvals[i]))<f);i++);if(i<e.ticktext.length)return o.text=String(e.ticktext[i]),o}function h(r){var a;return void 0===r||(n?"none"===r:(a={first:e._tmin,last:e._tmax}[r],"all"!==r&&t!==a))}return r="none"!==e.exponentformat&&h(e.showexponent)?"hide":"","date"===e.type?function(e,t,n,r){var i=e._tickround,o=n&&e.hoverformat||e.tickformat;r&&(i=a(i)?4:{y:"m",m:"d",d:"M",M:"S",S:4}[i]);var s,u=l.formatDate(t.x,o,i,e.calendar),c=u.indexOf("\n");-1!==c&&(s=u.substr(c+1),u=u.substr(0,c));r&&("00:00:00"===u||"00:00"===u?(u=s,s=""):8===u.length&&(u=u.replace(/:00$/,"")));s&&(n?"d"===i?u+=", "+s:u=s+(u?", "+u:""):e._inCalcTicks&&s===e._prevDateHead||(u+="<br>"+s,e._prevDateHead=s));t.text=u}(e,o,n,u):"log"===e.type?function(e,t,n,r,i){var o=e.dtick,s=t.x;!r||"string"==typeof o&&"L"===o.charAt(0)||(o="L3");if(e.tickformat||"string"==typeof o&&"L"===o.charAt(0))t.text=S(Math.pow(10,s),e,i,r);else if(a(o)||"D"===o.charAt(0)&&l.mod(s+.01,1)<.1)if(-1!==["e","E","power"].indexOf(e.exponentformat)){var u=Math.round(s);t.text=0===u?1:1===u?"10":u>1?"10<sup>"+u+"</sup>":"10<sup>โ"+-u+"</sup>",t.fontSize*=1.25}else t.text=S(Math.pow(10,s),e,"","fakehover"),"D1"===o&&"y"===e._id.charAt(0)&&(t.dy-=t.fontSize/6);else{if("D"!==o.charAt(0))throw"unrecognized dtick "+String(o);t.text=String(Math.round(Math.pow(10,l.mod(s,1)))),t.fontSize*=.75}if("D1"===e.dtick){var c=String(t.text).charAt(0);"0"!==c&&"1"!==c||("y"===e._id.charAt(0)?t.dx-=t.fontSize/4:(t.dy+=t.fontSize/2,t.dx+=(e.range[1]>e.range[0]?1:-1)*t.fontSize*(s<0?.5:.25)))}}(e,o,0,u,r):"category"===e.type?function(e,t){var n=e._categories[Math.round(t.x)];void 0===n&&(n="");t.text=String(n)}(e,o):function(e,t,n,r,a){"all"===e.showexponent&&Math.abs(t.x/e.dtick)<1e-6&&(a="hide");t.text=S(t.x,e,a,r)}(e,o,0,u,r),e.tickprefix&&!h(e.showtickprefix)&&(o.text=e.tickprefix+o.text),e.ticksuffix&&!h(e.showticksuffix)&&(o.text+=e.ticksuffix),o};var B=["f","p","n","ฮผ","m","","k","M","G","T"];function S(e,t,n,i){var o=e<0,s=t._tickround,u=n||t.exponentformat||"B",c=t._tickexponent,d=t.tickformat,f=t.separatethousands;if(i){var h={exponentformat:t.exponentformat,dtick:"none"===t.showexponent?t.dtick:a(e)&&Math.abs(e)||1,range:"none"===t.showexponent?t.range.map(t.r2d):[0,e||1]};L(h),s=(Number(h._tickround)||0)+4,c=h._tickexponent,t.hoverformat&&(d=t.hoverformat)}if(d)return r.format(d)(e).replace(/-/g,"โ");var p,v=Math.pow(10,-s)/2;if("none"===u&&(c=0),(e=Math.abs(e))<v)e="0",o=!1;else{if(e+=v,c&&(e*=Math.pow(10,-c),s+=c),0===s)e=String(Math.floor(e));else if(s<0){e=(e=String(Math.round(e))).substr(0,e.length+s);for(var y=s;y<0;y++)e+="0"}else{var g=(e=String(e)).indexOf(".")+1;g&&(e=e.substr(0,g+s).replace(/\.?0+$/,""))}e=l.numSeparate(e,t._separators,f)}c&&"hide"!==u&&(p=c<0?"โ"+-c:"power"!==u?"+"+c:String(c),"e"===u||("SI"===u||"B"===u)&&(c>12||c<-15)?e+="e"+p:"E"===u?e+="E"+p:"power"===u?e+="ร10<sup>"+p+"</sup>":"B"===u&&9===c?e+="B":"SI"!==u&&"B"!==u||(e+=B[c/3+5]));return o?"โ"+e:e}function G(e,t){for(var n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n])}function z(e,t,n){var r,a,i=[],o=[],s=e.layout;for(r=0;r<t.length;r++)i.push(_.getFromId(e,t[r]));for(r=0;r<n.length;r++)o.push(_.getFromId(e,n[r]));var u=Object.keys(i[0]),c=["anchor","domain","overlaying","position","side","tickangle"],d=["linear","log"];for(r=0;r<u.length;r++){var f=u[r],h=i[0][f],p=o[0][f],v=!0,y=!1,g=!1;if("_"!==f.charAt(0)&&"function"!=typeof h&&-1===c.indexOf(f)){for(a=1;a<i.length&&v;a++){var m=i[a][f];"type"===f&&-1!==d.indexOf(h)&&-1!==d.indexOf(m)&&h!==m?y=!0:m!==h&&(v=!1)}for(a=1;a<o.length&&v;a++){var T=o[a][f];"type"===f&&-1!==d.indexOf(p)&&-1!==d.indexOf(T)&&p!==T?g=!0:o[a][f]!==p&&(v=!1)}v&&(y&&(s[i[0]._name].type="linear"),g&&(s[o[0]._name].type="linear"),W(s,f,i,o))}}for(r=0;r<e._fullLayout.annotations.length;r++){var b=e._fullLayout.annotations[r];-1!==t.indexOf(b.xref)&&-1!==n.indexOf(b.yref)&&l.swapAttrs(s.annotations[r],["?"])}}function W(e,t,n,r){var a,i=l.nestedProperty,o=i(e[n[0]._name],t).get(),s=i(e[r[0]._name],t).get();for("title"===t&&("Click to enter X axis title"===o&&(o="Click to enter Y axis title"),"Click to enter Y axis title"===s&&(s="Click to enter X axis title")),a=0;a<n.length;a++)i(e,n[a]._name+"."+t).set(s);for(a=0;a<r.length;a++)i(e,r[a]._name+"."+t).set(o)}_.subplotMatch=/^x([0-9]*)y([0-9]*)$/,_.getSubplots=function(e,t){var n,r,a,l=[],o=e._fullData||e.data||[];for(n=0;n<o.length;n++){var s=o[n];if(!1!==s.visible&&"legendonly"!==s.visible&&(i.traceIs(s,"cartesian")||i.traceIs(s,"gl2d")))a=(s.xaxis||"x")+(s.yaxis||"y"),-1===l.indexOf(a)&&l.push(a)}var u=_.list(e,"",!0);function c(e,t){return-1!==e.indexOf(t._id)}for(n=0;n<u.length;n++){var d=u[n],f=d._id.charAt(0),h="free"===d.anchor?"x"===f?"y":"x":d.anchor,p=_.getFromId(e,h),v=!1;for(r=0;r<l.length;r++)if(c(l[r],d)){v=!0;break}"free"===d.anchor&&v||p&&(a="x"===f?d._id+p._id:p._id+d._id,-1===l.indexOf(a)&&l.push(a))}var y=_.subplotMatch,g=[];for(n=0;n<l.length;n++)a=l[n],y.test(a)&&g.push(a);return g.sort(function(e,t){var n=e.match(y),r=t.match(y);return n[1]===r[1]?+(n[2]||1)-(r[2]||1):+(n[1]||0)-(r[1]||0)}),t?_.findSubplotsWithAxis(g,t):g},_.findSubplotsWithAxis=function(e,t){for(var n=new RegExp("x"===t._id.charAt(0)?"^"+t._id+"y":t._id+"$"),r=[],a=0;a<e.length;a++){var i=e[a];n.test(i)&&r.push(i)}return r},_.makeClipPaths=function(e){var t,n,a=e._fullLayout,i=a._defs,l={_offset:0,_length:a.width,_id:""},o={_offset:0,_length:a.height,_id:""},s=_.list(e,"x",!0),u=_.list(e,"y",!0),c=[];for(t=0;t<s.length;t++)for(c.push({x:s[t],y:o}),n=0;n<u.length;n++)0===t&&c.push({x:l,y:u[n]}),c.push({x:s[t],y:u[n]});var d=i.selectAll("g.clips").data([0]);d.enter().append("g").classed("clips",!0);var f=d.selectAll(".axesclip").data(c,function(e){return e.x._id+e.y._id});f.enter().append("clipPath").classed("axesclip",!0).attr("id",function(e){return"clip"+a._uid+e.x._id+e.y._id}).append("rect"),f.exit().remove(),f.each(function(e){r.select(this).select("rect").attr({x:e.x._offset||0,y:e.y._offset||0,width:e.x._length||1,height:e.y._length||1})})},_.doTicks=function(e,t,n){var d,f=e._fullLayout,h=!1;if("object"==typeof t)t=(d=t)._id,h=!0;else if(d=_.getFromId(e,t),"redraw"===t&&f._paper.selectAll("g.subplot").each(function(e){var t=f._plots[e],n=t.xaxis,r=t.yaxis;t.xaxislayer.selectAll("."+n._id+"tick").remove(),t.yaxislayer.selectAll("."+r._id+"tick").remove(),t.gridlayer.selectAll("path").remove(),t.zerolinelayer.selectAll("path").remove()}),!t||"redraw"===t)return l.syncOrAsync(_.list(e,"",!0).map(function(n){return function(){if(n._id){var r=_.doTicks(e,n._id);return"redraw"===t&&(n._r=n.range.slice(),n._rl=l.simpleMap(n._r,n.r2l)),r}}}));d.tickformat||(-1===["none","e","E","power","SI","B"].indexOf(d.exponentformat)&&(d.exponentformat="e"),-1===["all","first","last","none"].indexOf(d.showexponent)&&(d.showexponent="all")),d.setScale();var p,v,y,g,m,T=t.charAt(0),M=_.counterLetter(t),k=_.calcTicks(d),K=function(e){return[e.text,e.x,d.mirror].join("_")},x=t+"tick",C=t+"grid",A=t+"zl",w=(d.linewidth||1)/2,L=("outside"===d.ticks?d.ticklen:1)+(d.linewidth||0),D=0,B=c.crispRound(e,d.gridwidth,1),S=c.crispRound(e,d.zerolinewidth,B),G=c.crispRound(e,d.tickwidth,1);if(d._counterangle&&"outside"===d.ticks){var z=d._counterangle*Math.PI/180;L=d.ticklen*Math.cos(z)+(d.linewidth||0),D=d.ticklen*Math.sin(z)}if("x"===T)p=["bottom","top"],v=function(e){return"translate("+d.l2p(e.x)+",0)"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M0,"+e+"l"+Math.sin(n)*t+","+Math.cos(n)*t}return"M0,"+e+"v"+t};else{if("y"!==T)return void l.warn("Unrecognized doTicks axis:",t);p=["left","right"],v=function(e){return"translate(0,"+d.l2p(e.x)+")"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M"+e+",0l"+Math.cos(n)*t+","+-Math.sin(n)*t}return"M"+e+",0h"+t}}var W=d.side||p[0],O=[-1,1,W===p[1]?1:-1];if("inside"!==d.ticks==("x"===T)&&(O=O.map(function(e){return-e})),d.visible){var P=k.filter(E);if(h){if(j(d._axislayer,y(d._pos+w*O[2],O[2]*d.ticklen)),d._counteraxis)$({gridlayer:d._gridlayer,zerolinelayer:d._zerolinelayer},d._counteraxis);return I(d._axislayer,d._pos)}var R=(g=_.getSubplots(e,d)).map(function(e){var t=f._plots[e];if(f._has("cartesian")){var n=t[T+"axislayer"],r=d._linepositions[e]||[],i=t[M+"axis"],l=i._id===d.anchor,o=[!1,!1,!1],s="";if("allticks"===d.mirror?o=[!0,!0,!1]:l&&("ticks"===d.mirror?o=[!0,!0,!1]:o[p.indexOf(W)]=!0),d.mirrors)for(m=0;m<2;m++){var u=d.mirrors[i._id+p[m]];"ticks"!==u&&"labels"!==u||(o[m]=!0)}return void 0!==r[2]&&(o[2]=!0),o.forEach(function(e,t){var n=r[t],i=O[t];e&&a(n)&&(s+=y(n+w*i,i*d.ticklen))}),j(n,s),$(t,i,e),I(n,r[3])}}).filter(function(e){return e&&e.then});return R.length?Promise.all(R):0}function E(e){var t=d.l2p(e.x);return t>1&&t<d._length-1}function j(e,t){var n=e.selectAll("path."+x).data("inside"===d.ticks?P:k,K);t&&d.ticks?(n.enter().append("path").classed(x,1).classed("ticks",1).classed("crisp",1).call(u.stroke,d.tickcolor).style("stroke-width",G+"px").attr("d",t),n.attr("transform",v),n.exit().remove()):n.remove()}function I(n,i){var s,u,h,p,y,_=n.selectAll("g."+x).data(k,K);if(!d.showticklabels||!a(i))return _.remove(),void N();"x"===T?(s=function(e){return e.dx+D*y},p=i+(L+w)*(y="bottom"===W?1:-1),u=function(e){return e.dy+p+e.fontSize*("bottom"===W?1:-.5)},h=function(e){return a(e)&&0!==e&&180!==e?e*y<0?"end":"start":"middle"}):(y="right"===W?1:-1,u=function(e){return e.dy+e.fontSize/2-D*y},s=function(e){return e.dx+i+(L+w+(90===Math.abs(d.tickangle)?e.fontSize/2:0))*y},h=function(e){return a(e)&&90===Math.abs(e)?"middle":"right"===W?"start":"end"});var b=0,M=0,C=[];function A(e,t){e.each(function(e){var n=h(t),i=r.select(this),l=i.select(".text-math-group"),o=v(e)+(a(t)&&0!=+t?" rotate("+t+","+s(e)+","+(u(e)-e.fontSize/2)+")":"");if(l.empty())i.select("text").attr({transform:o,"text-anchor":n});else{var d=c.bBox(l.node()).width*{end:-.5,start:.5}[n];l.attr("transform",o+(d?"translate("+d+",0)":""))}})}_.enter().append("g").classed(x,1).append("text").attr("text-anchor","middle").each(function(t){var n=r.select(this),a=e._promises.length;n.call(o.positionText,s(t),u(t)).call(c.font,t.font,t.fontSize,t.fontColor).text(t.text).call(o.convertToTspans,e),(a=e._promises[a])?C.push(e._promises.pop().then(function(){A(n,d.tickangle)})):A(n,d.tickangle)}),_.exit().remove(),_.each(function(e){b=Math.max(b,e.fontSize)}),A(_,d._lastangle||d.tickangle);var B=l.syncOrAsync([function(){return C.length&&Promise.all(C)},function(){if(A(_,d.tickangle),"x"===T&&!a(d.tickangle)&&("log"!==d.type||"D"!==String(d.dtick).charAt(0))){var e=[];for(_.each(function(t){var n=r.select(this),a=n.select(".text-math-group"),i=d.l2p(t.x);a.empty()&&(a=n.select("text"));var l=c.bBox(a.node());e.push({top:0,bottom:10,height:10,left:i-l.width/2,right:i+l.width/2+2,width:l.width+2})}),m=0;m<e.length-1;m++)if(l.bBoxIntersect(e[m],e[m+1])){M=30;break}M&&(Math.abs((k[k.length-1].x-k[0].x)*d._m)/(k.length-1)<2.5*b&&(M=90),A(_,M)),d._lastangle=M}return N(),t+" done"},function(){var t=n.node().getBoundingClientRect(),r=e.getBoundingClientRect();if(d._boundingBox={width:t.width,height:t.height,left:t.left-r.left,right:t.right-r.left,top:t.top-r.top,bottom:t.bottom-r.top},g){var a=d._counterSpan=[1/0,-1/0];for(m=0;m<g.length;m++){var i=f._plots[g[m]]["x"===T?"yaxis":"xaxis"];l(a,[i._offset,i._offset+i._length])}"free"===d.anchor&&l(a,"x"===T?[d._boundingBox.bottom,d._boundingBox.top]:[d._boundingBox.right,d._boundingBox.left])}function l(e,t){e[0]=Math.min(e[0],t[0]),e[1]=Math.max(e[1],t[1])}}]);return B&&B.then&&e._promises.push(B),B}function N(){if(!n){var a,i,l,o,u=b.getFromId(e,t),d=r.select(e).selectAll("g."+t+"tick"),h={selection:d,side:u.side},p=t.charAt(0),v=e._fullLayout._size,y=u.titlefont.size;if(d.size()){var g=c.getTranslate(d.node().parentNode);h.offsetLeft=g.x,h.offsetTop=g.y}"x"===p?(i="free"===u.anchor?{_offset:v.t+(1-(u.position||0))*v.h,_length:0}:b.getFromId(e,u.anchor),l=u._offset+u._length/2,o=i._offset+("top"===u.side?-10-y*(1.5+(u.showticklabels?1:0)):i._length+10+y*(1.5+(u.showticklabels?1.5:.5))),u.rangeslider&&u.rangeslider.visible&&u._boundingBox&&(o+=(f.height-f.margin.b-f.margin.t)*u.rangeslider.thickness+u._boundingBox.height),h.side||(h.side="bottom")):(i="free"===u.anchor?{_offset:v.l+(u.position||0)*v.w,_length:0}:b.getFromId(e,u.anchor),o=u._offset+u._length/2,l=i._offset+("right"===u.side?i._length+10+y*(1.5+(u.showticklabels?1:.5)):-10-y*(1.5+(u.showticklabels?.5:0))),a={rotate:"-90",offset:0},h.side||(h.side="left")),s.draw(e,t+"title",{propContainer:u,propName:u._name+".title",dfltName:p.toUpperCase()+" axis",avoid:h,transform:a,attributes:{x:l,y:o,"text-anchor":"middle"}})}}function F(e,t){return!0===e.visible&&e.xaxis+e.yaxis===t&&(!(!i.traceIs(e,"bar")||e.orientation!=={x:"h",y:"v"}[T])||e.fill&&e.fill.charAt(e.fill.length-1)===T)}function $(t,n,a){var i=t.gridlayer,o=t.zerolinelayer,s=t["hidegrid"+T]?[]:P,c=d._gridpath||"M0,0"+("x"===T?"v":"h")+n._length,f=i.selectAll("path."+C).data(!1===d.showgrid?[]:s,K);if(f.enter().append("path").classed(C,1).classed("crisp",1).attr("d",c).each(function(e){d.zeroline&&("linear"===d.type||"-"===d.type)&&Math.abs(e.x)<d.dtick/100&&r.select(this).remove()}),f.attr("transform",v).call(u.stroke,d.gridcolor||"#ddd").style("stroke-width",B+"px"),f.exit().remove(),o){for(var h=!1,p=0;p<e._fullData.length;p++)if(F(e._fullData[p],a)){h=!0;break}var y=l.simpleMap(d.range,d.r2l),g=y[0]*y[1]<=0&&d.zeroline&&("linear"===d.type||"-"===d.type)&&s.length&&(h||E({x:0})||!d.showline),m=o.selectAll("path."+A).data(g?[{x:0}]:[]);m.enter().append("path").classed(A,1).classed("zl",1).classed("crisp",1).attr("d",c),m.attr("transform",v).call(u.stroke,d.zerolinecolor||u.defaultLine).style("stroke-width",S+"px"),m.exit().remove()}}},_.swap=function(e,t){for(var n=function(e,t){var n,r,a=[];for(n=0;n<t.length;n++){var i=[],l=e._fullData[t[n]].xaxis,o=e._fullData[t[n]].yaxis;if(l&&o){for(r=0;r<a.length;r++)-1===a[r].x.indexOf(l)&&-1===a[r].y.indexOf(o)||i.push(r);if(i.length){var s,u=a[i[0]];if(i.length>1)for(r=1;r<i.length;r++)s=a[i[r]],G(u.x,s.x),G(u.y,s.y);G(u.x,[l]),G(u.y,[o])}else a.push({x:[l],y:[o]})}}return a}(e,t),r=0;r<n.length;r++)z(e,n[r].x,n[r].y)}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(4),o=n(3),s=n(158),u=n(0),c=n(14),d=n(31),f=n(19).LINE_SPACING,h=n(13),p=n(287),v=e.exports={};v.font=function(e,t,n,r){t&&t.family&&(r=t.color,n=t.size,t=t.family),t&&e.style("font-family",t),n+1&&e.style("font-size",n+"px"),r&&e.call(o.fill,r)},v.setPosition=function(e,t,n){e.attr("x",t).attr("y",n)},v.setSize=function(e,t,n){e.attr("width",t).attr("height",n)},v.setRect=function(e,t,n,r,a){e.call(v.setPosition,t,n).call(v.setSize,r,a)},v.translatePoint=function(e,t,n,r){var i=e.xp||n.c2p(e.x),l=e.yp||r.c2p(e.y);return!!(a(i)&&a(l)&&t.node())&&("text"===t.node().nodeName?t.attr("x",i).attr("y",l):t.attr("transform","translate("+i+","+l+")"),!0)},v.translatePoints=function(e,t,n,a){e.each(function(e){var i=r.select(this);v.translatePoint(e,i,t,n,a)})},v.getPx=function(e,t){return Number(e.style(t).replace(/px$/,""))},v.crispRound=function(e,t,n){return t&&a(t)?e._context.staticPlot?t:t<1?1:Math.round(t):n||0},v.singleLineStyle=function(e,t,n,r,a){t.style("fill","none");var i=(((e||[])[0]||{}).trace||{}).line||{},l=n||i.width||0,s=a||i.dash||"";o.stroke(t,r||i.color),v.dashLine(t,s,l)},v.lineGroupStyle=function(e,t,n,a){e.style("fill","none").each(function(e){var i=(((e||[])[0]||{}).trace||{}).line||{},l=t||i.width||0,s=a||i.dash||"";r.select(this).call(o.stroke,n||i.color).call(v.dashLine,s,l)})},v.dashLine=function(e,t,n){n=+n||0,t=v.dashStyle(t,n),e.style({"stroke-dasharray":t,"stroke-width":n+"px"})},v.dashStyle=function(e,t){t=+t||1;var n=Math.max(t,3);return"solid"===e?e="":"dot"===e?e=n+"px,"+n+"px":"dash"===e?e=3*n+"px,"+3*n+"px":"longdash"===e?e=5*n+"px,"+5*n+"px":"dashdot"===e?e=3*n+"px,"+n+"px,"+n+"px,"+n+"px":"longdashdot"===e&&(e=5*n+"px,"+2*n+"px,"+n+"px,"+2*n+"px"),e},v.singleFillStyle=function(e){var t=(((r.select(e.node()).data()[0]||[])[0]||{}).trace||{}).fillcolor;t&&e.call(o.fill,t)},v.fillGroupStyle=function(e){e.style("stroke-width",0).each(function(t){var n=r.select(this);try{n.call(o.fill,t[0].trace.fillcolor)}catch(t){u.error(t,e),n.remove()}})};var y=n(286);v.symbolNames=[],v.symbolFuncs=[],v.symbolNeedLines={},v.symbolNoDot={},v.symbolList=[],Object.keys(y).forEach(function(e){var t=y[e];v.symbolList=v.symbolList.concat([t.n,e,t.n+100,e+"-open"]),v.symbolNames[t.n]=e,v.symbolFuncs[t.n]=t.f,t.needLine&&(v.symbolNeedLines[t.n]=!0),t.noDot?v.symbolNoDot[t.n]=!0:v.symbolList=v.symbolList.concat([t.n+200,e+"-dot",t.n+300,e+"-open-dot"])});var g=v.symbolNames.length,m="M0,0.5L0.5,0L0,-0.5L-0.5,0Z";v.symbolNumber=function(e){if("string"==typeof e){var t=0;e.indexOf("-open")>0&&(t=100,e=e.replace("-open","")),e.indexOf("-dot")>0&&(t+=200,e=e.replace("-dot","")),(e=v.symbolNames.indexOf(e))>=0&&(e+=t)}return e%100>=g||e>=400?0:Math.floor(Math.max(e,0))};var _={x1:1,x2:0,y1:0,y2:0},T={x1:0,x2:0,y1:1,y2:0};v.gradient=function(e,t,n,a,l,s){var c=t._fullLayout._defs.select(".gradients").selectAll("#"+n).data([a+l+s],u.identity);c.exit().remove(),c.enter().append("radial"===a?"radialGradient":"linearGradient").each(function(){var e=r.select(this);"horizontal"===a?e.attr(_):"vertical"===a&&e.attr(T),e.attr("id",n);var t=i(l),u=i(s);e.append("stop").attr({offset:"0%","stop-color":o.tinyRGB(u),"stop-opacity":u.getAlpha()}),e.append("stop").attr({offset:"100%","stop-color":o.tinyRGB(t),"stop-opacity":t.getAlpha()})}),e.style({fill:"url(#"+n+")","fill-opacity":null})},v.initGradients=function(e){var t=e._fullLayout._defs.selectAll(".gradients").data([0]);t.enter().append("g").classed("gradients",!0),t.selectAll("linearGradient,radialGradient").remove()},v.singlePointStyle=function(e,t,n,r,a,i){var s=n.marker;!function(e,t,n,r,a,i,s,u){if(l.traceIs(n,"symbols")){var c=p(n);t.attr("d",function(e){var t;t="various"===e.ms||"various"===i.size?3:h.isBubble(n)?c(e.ms):(i.size||6)/2,e.mrc=t;var r=v.symbolNumber(e.mx||i.symbol)||0,a=r%100;return e.om=r%200>=100,v.symbolFuncs[a](t)+(r>=200?m:"")}).style("opacity",function(e){return(e.mo+1||i.opacity+1)-1})}var d,f,y,g=!1;if(e.so?(y=s.outlierwidth,f=s.outliercolor,d=i.outliercolor):(y=(e.mlw+1||s.width+1||(e.trace?e.trace.marker.line.width:0)+1)-1,f="mlc"in e?e.mlcc=a(e.mlc):Array.isArray(s.color)?o.defaultLine:s.color,Array.isArray(i.color)&&(d=o.defaultLine,g=!0),d="mc"in e?e.mcc=r(e.mc):i.color||"rgba(0,0,0,0)"),e.om)t.call(o.stroke,d).style({"stroke-width":(y||1)+"px",fill:"none"});else{t.style("stroke-width",y+"px");var _=i.gradient,T=e.mgt;if(T?g=!0:T=_&&_.type,T&&"none"!==T){var b=e.mgc;b?g=!0:b=_.color;var M="g"+u._fullLayout._uid+"-"+n.uid;g&&(M+="-"+e.i),t.call(v.gradient,u,M,T,d,b)}else t.call(o.fill,d);y&&t.call(o.stroke,f)}}(e,t,n,r,a,s,s.line,i)},v.pointStyle=function(e,t,n){if(e.size()){var a=t.marker,i=v.tryColorscale(a,""),l=v.tryColorscale(a,"line");e.each(function(e){v.singlePointStyle(e,r.select(this),t,i,l,n)})}},v.tryColorscale=function(e,t){var n=t?u.nestedProperty(e,t).get():e,r=n.colorscale,a=n.color;return r&&Array.isArray(a)?s.makeColorScaleFunc(s.extractScale(r,n.cmin,n.cmax)):u.identity};var b={start:1,end:-1,middle:0,bottom:1,top:-1};v.textPointStyle=function(e,t,n){e.each(function(e){var i=r.select(this),l=e.tx||t.text;if(l&&!Array.isArray(l)){var o=e.tp||t.textposition,s=-1!==o.indexOf("top")?"top":-1!==o.indexOf("bottom")?"bottom":"middle",u=-1!==o.indexOf("left")?"end":-1!==o.indexOf("right")?"start":"middle",d=e.ts||t.textfont.size,h=e.mrc?e.mrc/.8+1:0;d=a(d)&&d>0?d:0,i.call(v.font,e.tf||t.textfont.family,d,e.tc||t.textfont.color).attr("text-anchor",u).text(l).call(c.convertToTspans,n);var p=r.select(this.parentNode),y=(c.lineCount(i)-1)*f+1,g=b[u]*h,m=.75*d+b[s]*h+(b[s]-1)*y*d/2;p.attr("transform","translate("+g+","+m+")")}else i.remove()})};var M=.5;function k(e,t,n,a){var i=e[0]-t[0],l=e[1]-t[1],o=n[0]-t[0],s=n[1]-t[1],u=Math.pow(i*i+l*l,M/2),c=Math.pow(o*o+s*s,M/2),d=(c*c*i-u*u*o)*a,f=(c*c*l-u*u*s)*a,h=3*c*(u+c),p=3*u*(u+c);return[[r.round(t[0]+(h&&d/h),2),r.round(t[1]+(h&&f/h),2)],[r.round(t[0]-(p&&d/p),2),r.round(t[1]-(p&&f/p),2)]]}v.smoothopen=function(e,t){if(e.length<3)return"M"+e.join("L");var n,r="M"+e[0],a=[];for(n=1;n<e.length-1;n++)a.push(k(e[n-1],e[n],e[n+1],t));for(r+="Q"+a[0][0]+" "+e[1],n=2;n<e.length-1;n++)r+="C"+a[n-2][1]+" "+a[n-1][0]+" "+e[n];return r+="Q"+a[e.length-3][1]+" "+e[e.length-1]},v.smoothclosed=function(e,t){if(e.length<3)return"M"+e.join("L")+"Z";var n,r="M"+e[0],a=e.length-1,i=[k(e[a],e[0],e[1],t)];for(n=1;n<a;n++)i.push(k(e[n-1],e[n],e[n+1],t));for(i.push(k(e[a-1],e[a],e[0],t)),n=1;n<=a;n++)r+="C"+i[n-1][1]+" "+i[n][0]+" "+e[n];return r+="C"+i[a][1]+" "+i[0][0]+" "+e[0]+"Z"};var K={hv:function(e,t){return"H"+r.round(t[0],2)+"V"+r.round(t[1],2)},vh:function(e,t){return"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},hvh:function(e,t){return"H"+r.round((e[0]+t[0])/2,2)+"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},vhv:function(e,t){return"V"+r.round((e[1]+t[1])/2,2)+"H"+r.round(t[0],2)+"V"+r.round(t[1],2)}},x=function(e,t){return"L"+r.round(t[0],2)+","+r.round(t[1],2)};v.steps=function(e){var t=K[e]||x;return function(e){for(var n="M"+r.round(e[0][0],2)+","+r.round(e[0][1],2),a=1;a<e.length;a++)n+=t(e[a-1],e[a]);return n}},v.makeTester=function(){var e=r.select("body").selectAll("#js-plotly-tester").data([0]);e.enter().append("svg").attr("id","js-plotly-tester").attr(d.svgAttrs).style({position:"absolute",left:"-10000px",top:"-10000px",width:"9000px",height:"9000px","z-index":"1"});var t=e.selectAll(".js-reference-point").data([0]);t.enter().append("path").classed("js-reference-point",!0).attr("d","M0,0H1V1H0Z").style({"stroke-width":0,fill:"black"}),e.node()._cache||(e.node()._cache={}),v.tester=e,v.testref=t},v.savedBBoxes={};var C=0;function A(e){var t=e.getAttribute("data-unformatted");if(null!==t)return t+e.getAttribute("data-math")+e.getAttribute("text-anchor")+e.getAttribute("style")}v.bBox=function(e,t){var n;if(t||(t=A(e)),t){if(n=v.savedBBoxes[t])return u.extendFlat({},n)}else if(1===e.childNodes.length){var a=e.childNodes[0];if(t=A(a)){var i=+a.getAttribute("x")||0,l=+a.getAttribute("y")||0,o=a.getAttribute("transform");if(!o){var s=v.bBox(a,t);return i&&(s.left+=i,s.right+=i),l&&(s.top+=l,s.bottom+=l),s}if(t+="~"+i+"~"+l+"~"+o,n=v.savedBBoxes[t])return u.extendFlat({},n)}}var d=v.tester.node(),f=e.cloneNode(!0);d.appendChild(f),r.select(f).attr("transform",null).call(c.positionText,0,0);var h=f.getBoundingClientRect(),p=v.testref.node().getBoundingClientRect();d.removeChild(f);var y={height:h.height,width:h.width,left:h.left-p.left,top:h.top-p.top,right:h.right-p.left,bottom:h.bottom-p.top};return C>=1e4&&(v.savedBBoxes={},C=0),t&&(v.savedBBoxes[t]=y),C++,u.extendFlat({},y)},v.setClipUrl=function(e,t){if(t){var n="#"+t,a=r.select("base");a.size()&&a.attr("href")&&(n=window.location.href.split("#")[0]+n),e.attr("clip-path","url("+n+")")}else e.attr("clip-path",null)},v.getTranslate=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\btranslate\((-?\d*\.?\d*)[^-\d]*(-?\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||0,y:+t[1]||0}},v.setTranslate=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||0,n=n||0,i=i.replace(/(\btranslate\(.*?\);?)/,"").trim(),i=(i+=" translate("+t+", "+n+")").trim(),e[a]("transform",i),i},v.getScale=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\bscale\((\d*\.?\d*)[^\d]*(\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||1,y:+t[1]||1}},v.setScale=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||1,n=n||1,i=i.replace(/(\bscale\(.*?\);?)/,"").trim(),i=(i+=" scale("+t+", "+n+")").trim(),e[a]("transform",i),i},v.setPointGroupScale=function(e,t,n){var r,a,i;return t=t||1,n=n||1,a=1===t&&1===n?"":" scale("+t+","+n+")",i=/\s*sc.*/,e.each(function(){r=(this.getAttribute("transform")||"").replace(i,""),r=(r+=a).trim(),this.setAttribute("transform",r)}),a};var w=/translate\([^)]*\)\s*$/;v.setTextPointsScale=function(e,t,n){e.each(function(){var e,a=r.select(this),i=a.select("text"),l=parseFloat(i.attr("x")||0),o=parseFloat(i.attr("y")||0),s=(a.attr("transform")||"").match(w);e=1===t&&1===n?[]:["translate("+l+","+o+")","scale("+t+","+n+")","translate("+-l+","+-o+")"],s&&e.push(s),a.attr("transform",e.join(" "))})}},function(e,t,n){"use strict";t.defaultConfig=n(111),t.Plots=n(9),t.Axes=n(6),t.ModeBar=n(147),n(270)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(110),o=n(4),s=n(0),u=n(3),c=n(16).BADNUM,d=e.exports={},f=n(104),h=n(160),p=s.relinkPrivateKeys;s.extendFlat(d,o),d.attributes=n(42),d.attributes.type.values=d.allTypes,d.fontAttrs=n(17),d.layoutAttributes=n(41),d.fontWeight="normal";var v=d.subplotsRegistry,y=d.transformsRegistry,g=n(30),m=n(275);function _(e,t){var n,r,a=e.trace,i=a._arrayAttrs,l={};for(n=0;n<i.length;n++)l[r=i[n]]=s.nestedProperty(a,r).get().slice();for(e.trace=t,n=0;n<i.length;n++)r=i[n],s.nestedProperty(e.trace,r).set(l[r])}function T(e,t,n,r){for(var a=e.transforms,i=[e],l=0;l<a.length;l++){var o=a[l],s=y[o.type];s&&s.transform&&(i=s.transform(i,{transform:o,fullTrace:e,fullData:t,layout:n,fullLayout:r,transformIndex:l}))}return i}function b(e){for(var t=0;t<e.length;t++){e[t]._categories=e[t]._initialCategories.slice(),e[t]._categoriesMap={};for(var n=0;n<e[t]._categories.length;n++)e[t]._categoriesMap[e[t]._categories[n]]=n}}d.executeAPICommand=m.executeAPICommand,d.computeAPICommandBindings=m.computeAPICommandBindings,d.manageCommandObserver=m.manageCommandObserver,d.hasSimpleAPICommandBindings=m.hasSimpleAPICommandBindings,d.findSubplotIds=function(e,t){var n=[];if(!d.subplotsRegistry[t])return n;for(var r=d.subplotsRegistry[t].attr,a=0;a<e.length;a++){var i=e[a];d.traceIs(i,t)&&-1===n.indexOf(i[r])&&n.push(i[r])}return n},d.getSubplotIds=function(e,t){var n=d.subplotsRegistry[t];if(!n)return[];if(!("cartesian"!==t||e._has&&e._has("cartesian")))return[];if(!("gl2d"!==t||e._has&&e._has("gl2d")))return[];if("cartesian"===t||"gl2d"===t)return Object.keys(e._plots||{});for(var r=n.idRegex,a=Object.keys(e),i=[],l=0;l<a.length;l++){var o=a[l];r.test(o)&&i.push(o)}var s=n.idRoot.length;return i.sort(function(e,t){return+(e.substr(s)||1)-+(t.substr(s)||1)}),i},d.getSubplotData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r,a=d.subplotsRegistry[t].attr,l=[],o=0;o<e.length;o++)if(r=e[o],"gl2d"===t&&d.traceIs(r,"gl2d")){var s=i.Axes.subplotMatch,u="x"+n.match(s)[1],c="y"+n.match(s)[2];r[a[0]]===u&&r[a[1]]===c&&l.push(r)}else r[a]===n&&l.push(r);return l},d.getSubplotCalcData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r=d.subplotsRegistry[t].attr,a=[],i=0;i<e.length;i++){var l=e[i];l[0].trace[r]===n&&a.push(l)}return a},d.redrawText=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return new Promise(function(t){setTimeout(function(){o.getComponentMethod("annotations","draw")(e),o.getComponentMethod("legend","draw")(e),(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()}),t(d.previousPromises(e))},300)})},d.resize=function(e){return new Promise(function(t,n){e&&"none"!==r.select(e).style("display")||n(new Error("Resize must be passed a plot div element.")),e._redrawTimer&&clearTimeout(e._redrawTimer),e._redrawTimer=setTimeout(function(){if(e.layout.width&&e.layout.height)t(e);else{delete e.layout.width,delete e.layout.height;var n=e.changed;e.autoplay=!0,i.relayout(e,{autosize:!0}).then(function(){e.changed=n,t(e)})}},100)})},d.previousPromises=function(e){if((e._promises||[]).length)return Promise.all(e._promises).then(function(){e._promises=[]})},d.addLinks=function(e){if(e._context.showLink||e._context.showSources){var t=e._fullLayout,n=t._paper.selectAll("text.js-plot-link-container").data([0]);n.enter().append("text").classed("js-plot-link-container",!0).style({"font-family":'"Open Sans", Arial, sans-serif',"font-size":"12px",fill:u.defaultLine,"pointer-events":"all"}).each(function(){var e=r.select(this);e.append("tspan").classed("js-link-to-tool",!0),e.append("tspan").classed("js-link-spacer",!0),e.append("tspan").classed("js-sourcelinks",!0)});var a=n.node(),i={y:t._paper.attr("height")-9};document.body.contains(a)&&a.getComputedTextLength()>=t.width-20?(i["text-anchor"]="start",i.x=5):(i["text-anchor"]="end",i.x=t._paper.attr("width")-7),n.attr(i);var l=n.select(".js-link-to-tool"),o=n.select(".js-link-spacer"),s=n.select(".js-sourcelinks");e._context.showSources&&e._context.showSources(e),e._context.showLink&&function(e,t){t.text("");var n=t.append("a").attr({"xlink:xlink:href":"#",class:"link--impt link--embedview","font-weight":"bold"}).text(e._context.linkText+" "+String.fromCharCode(187));if(e._context.sendData)n.on("click",function(){d.sendDataToCloud(e)});else{var r=window.location.pathname.split("/"),a=window.location.search;n.attr({"xlink:xlink:show":"new","xlink:xlink:href":"/"+r[2].split(".")[0]+"/"+r[1]+a})}}(e,l),o.text(l.text()&&s.text()?" - ":"")}},d.sendDataToCloud=function(e){e.emit("plotly_beforeexport");var t=window.PLOTLYENV&&window.PLOTLYENV.BASE_URL||"https://plot.ly",n=r.select(e).append("div").attr("id","hiddenform").style("display","none"),a=n.append("form").attr({action:t+"/external",method:"post",target:"_blank"});return a.append("input").attr({type:"text",name:"data"}).node().value=d.graphJson(e,!1,"keepdata"),a.node().submit(),n.remove(),e.emit("plotly_afterexport"),!1},d.supplyDefaults=function(e){var t,n=e._fullLayout||{},r=e._fullLayout={},a=e.layout||{},l=e._fullData||[],o=e._fullData=[],s=e.data||[];if(e._transitionData||d.createTransitionData(e),n._initialAutoSizeIsDone){var u=n.width,c=n.height;d.supplyLayoutGlobalDefaults(a,r),a.width||(r.width=u),a.height||(r.height=c)}else{d.supplyLayoutGlobalDefaults(a,r);var f=!a.width||!a.height,h=r.autosize,v=e._context&&e._context.autosizable;f&&(h||v)?d.plotAutoSize(e,a,r):f&&d.sanitizeMargins(e),!h&&f&&(a.width=r.width,a.height=r.height)}r._initialAutoSizeIsDone=!0,r._dataLength=s.length,r._globalTransforms=(e._context||{}).globalTransforms,d.supplyDataDefaults(s,o,a,r),r._has=d._hasPlotType.bind(r);var y=r._modules;for(t=0;t<y.length;t++){var g=y[t];g.cleanData&&g.cleanData(o)}if(l.length===s.length)for(t=0;t<o.length;t++)p(o[t],l[t]);d.supplyLayoutModuleDefaults(a,r,o,e._transitionData),r._hasCartesian=r._has("cartesian"),r._hasGeo=r._has("geo"),r._hasGL3D=r._has("gl3d"),r._hasGL2D=r._has("gl2d"),r._hasTernary=r._has("ternary"),r._hasPie=r._has("pie"),d.cleanPlot(o,r,l,n),d.linkSubplots(o,r,l,n),p(r,n),d.doAutoMargin(e);var m=i.Axes.list(e);for(t=0;t<m.length;t++){m[t].setScale()}if((e.calcdata||[]).length===o.length)for(t=0;t<o.length;t++){var T=o[t],b=e.calcdata[t][0];b&&b.trace&&(b.trace._hasCalcTransform?_(b,T):b.trace=T)}},d.createTransitionData=function(e){e._transitionData||(e._transitionData={}),e._transitionData._frames||(e._transitionData._frames=[]),e._transitionData._frameHash||(e._transitionData._frameHash={}),e._transitionData._counter||(e._transitionData._counter=0),e._transitionData._interruptCallbacks||(e._transitionData._interruptCallbacks=[])},d._hasPlotType=function(e){for(var t=this._basePlotModules||[],n=0;n<t.length;n++){if(t[n].name===e)return!0}return!1},d.cleanPlot=function(e,t,n,r){var a,i,l=r._basePlotModules||[];for(a=0;a<l.length;a++){var o=l[a];o.clean&&o.clean(e,t,n,r)}var s=!!r._paper,u=!!r._infolayer;e:for(a=0;a<n.length;a++){var c=n[a].uid;for(i=0;i<e.length;i++){if(c===e[i].uid)continue e}var d=".hm"+c+",.contour"+c+",.carpet"+c+",#clip"+c+",.trace"+c;s&&r._paper.selectAll(d).remove(),u&&(r._infolayer.selectAll(".cb"+c).remove(),r._infolayer.selectAll("g.rangeslider-container").selectAll(d).remove())}},d.linkSubplots=function(e,t,n,r){for(var a=r._plots||{},l=t._plots={},o={_fullData:e,_fullLayout:t},s=i.Axes.getSubplots(o),u=0;u<s.length;u++){var c,d=s[u],f=a[d];f?(c=l[d]=f)._scene2d&&c._scene2d.updateRefs(t):(c=l[d]={}).id=d,c.xaxis=i.Axes.getFromId(o,d,"x"),c.yaxis=i.Axes.getFromId(o,d,"y")}},d.supplyDataDefaults=function(e,t,n,r){var a,i,l,u=r._modules=[],c=r._basePlotModules=[],f=0;function h(e){t.push(e);var n=e._module;n&&(s.pushUnique(u,n),s.pushUnique(c,e._module.basePlotModule),f++)}r._transformModules=[];var p={},v=[];for(a=0;a<e.length;a++){if(l=e[a],(i=d.supplyTraceDefaults(l,f,r,a)).index=a,i._input=l,i._expandedIndex=f,i.transforms&&i.transforms.length)for(var y=T(i,t,n,r),g=0;g<y.length;g++){var m=y[g],_=d.supplyTraceDefaults(m,f,r,a);m.uid=_.uid=i.uid+g,_.index=a,_._input=l,_._fullInput=i,_._expandedIndex=f,_._expandedInput=m,h(_)}else i._fullInput=i,i._expandedInput=i,h(i);o.traceIs(i,"carpetAxis")&&(p[i.carpet]=i),o.traceIs(i,"carpetDependent")&&v.push(a)}for(a=0;a<v.length;a++)if((i=t[v[a]]).visible){var b=p[i.carpet];i._carpet=b,b&&b.visible?(i.xaxis=b.xaxis,i.yaxis=b.yaxis):i.visible=!1}},d.supplyAnimationDefaults=function(e){var t;e=e||{};var n={};function r(t,r){return s.coerce(e||{},n,f,t,r)}if(r("mode"),r("direction"),r("fromcurrent"),Array.isArray(e.frame))for(n.frame=[],t=0;t<e.frame.length;t++)n.frame[t]=d.supplyAnimationFrameDefaults(e.frame[t]||{});else n.frame=d.supplyAnimationFrameDefaults(e.frame||{});if(Array.isArray(e.transition))for(n.transition=[],t=0;t<e.transition.length;t++)n.transition[t]=d.supplyAnimationTransitionDefaults(e.transition[t]||{});else n.transition=d.supplyAnimationTransitionDefaults(e.transition||{});return n},d.supplyAnimationFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.frame,n,r)}return n("duration"),n("redraw"),t},d.supplyAnimationTransitionDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.transition,n,r)}return n("duration"),n("easing"),t},d.supplyFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e,t,h,n,r)}return n("group"),n("name"),n("traces"),n("baseframe"),n("data"),n("layout"),t},d.supplyTraceDefaults=function(e,t,n,r){var a={},i=u.defaults[t%u.defaults.length];function l(t,n){return s.coerce(e,a,d.attributes,t,n)}function c(t,n){if(d.traceIs(a,t))return s.coerce(e,a,d.subplotsRegistry[t].attributes,n)}var f=l("visible");l("type"),l("uid"),l("name","trace "+r);for(var h=Object.keys(v),p=0;p<h.length;p++){var y=h[p];if(-1===["cartesian","gl2d"].indexOf(y)){var g=v[y].attr;g&&c(y,g)}}if(f){l("customdata"),l("ids");var m=d.getModule(a);a._module=m,d.traceIs(a,"showLegend")&&(l("showlegend"),l("legendgroup")),o.getComponentMethod("fx","supplyDefaults")(e,a,i,n),m&&(m.supplyDefaults(e,a,i,n),s.coerceHoverinfo(e,a,n)),d.traceIs(a,"noOpacity")||l("opacity"),c("cartesian","xaxis"),c("cartesian","yaxis"),c("gl2d","xaxis"),c("gl2d","yaxis"),d.traceIs(a,"notLegendIsolatable")&&(a.visible=!!a.visible),d.supplyTransformDefaults(e,a,n)}return a},d.supplyTransformDefaults=function(e,t,n){var r=n._globalTransforms||[],a=n._transformModules||[];if(Array.isArray(e.transforms)||0!==r.length)for(var i=e.transforms||[],l=r.concat(i),o=t.transforms=[],u=0;u<l.length;u++){var c,d=l[u],f=d.type,h=y[f];h||s.warn("Unrecognized transform type "+f+"."),h&&h.supplyDefaults?((c=h.supplyDefaults(d,t,n,e)).type=f,c._module=h,s.pushUnique(a,h)):c=s.extendFlat({},d),o.push(c)}},d.supplyLayoutGlobalDefaults=function(e,t){function n(n,r){return s.coerce(e,t,d.layoutAttributes,n,r)}var r=s.coerceFont(n,"font");n("title"),s.coerceFont(n,"titlefont",{family:r.family,size:Math.round(1.4*r.size),color:r.color}),n("autosize",!(e.width&&e.height)),n("width"),n("height"),n("margin.l"),n("margin.r"),n("margin.t"),n("margin.b"),n("margin.pad"),n("margin.autoexpand"),e.width&&e.height&&d.sanitizeMargins(t),n("paper_bgcolor"),n("separators"),n("hidesources"),n("smith"),o.getComponentMethod("calendars","handleDefaults")(e,t,"calendar"),o.getComponentMethod("fx","supplyLayoutGlobalDefaults")(e,t,n)},d.plotAutoSize=function(e,t,n){var r,i,l=e._context||{},o=l.frameMargins,u=s.isPlotDiv(e);if(u&&e.emit("plotly_autosize"),l.fillFrame)r=window.innerWidth,i=window.innerHeight,document.body.style.overflow="hidden";else if(a(o)&&o>0){var c=function(e){var t,n={left:0,right:0,bottom:0,top:0};if(e)for(t in e)e.hasOwnProperty(t)&&(n.left+=e[t].left||0,n.right+=e[t].right||0,n.bottom+=e[t].bottom||0,n.top+=e[t].top||0);return n}(e._boundingBoxMargins),f=c.left+c.right,h=c.bottom+c.top,p=1-2*o,v=n._container&&n._container.node?n._container.node().getBoundingClientRect():{width:n.width,height:n.height};r=Math.round(p*(v.width-f)),i=Math.round(p*(v.height-h))}else{var y=u?window.getComputedStyle(e):{};r=parseFloat(y.width)||n.width,i=parseFloat(y.height)||n.height}var g=d.layoutAttributes.width.min,m=d.layoutAttributes.height.min;r<g&&(r=g),i<m&&(i=m);var _=!t.width&&Math.abs(n.width-r)>1,T=!t.height&&Math.abs(n.height-i)>1;(T||_)&&(_&&(n.width=r),T&&(n.height=i)),e._initialAutoSize||(e._initialAutoSize={width:r,height:i}),d.sanitizeMargins(n)},d.supplyLayoutModuleDefaults=function(e,t,n,r){var a,l;i.Axes.supplyLayoutDefaults(e,t,n);var s=t._basePlotModules;for(a=0;a<s.length;a++)"cartesian"!==(l=s[a]).name&&l.supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var u=t._modules;for(a=0;a<u.length;a++)(l=u[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var c=t._transformModules;for(a=0;a<c.length;a++)(l=c[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n,r);var d=Object.keys(o.componentsRegistry);for(a=0;a<d.length;a++)(l=o.componentsRegistry[d[a]]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n)},d.purge=function(e){var t=e._fullLayout||{};void 0!==t._glcontainer&&t._glcontainer.remove(),void 0!==t._geocontainer&&t._geocontainer.remove(),t._modeBar&&t._modeBar.destroy(),e._transitionData&&(e._transitionData._interruptCallbacks&&(e._transitionData._interruptCallbacks.length=0),e._transitionData._animationRaf&&window.cancelAnimationFrame(e._transitionData._animationRaf)),delete e.data,delete e.layout,delete e._fullData,delete e._fullLayout,delete e.calcdata,delete e.framework,delete e.empty,delete e.fid,delete e.undoqueue,delete e.undonum,delete e.autoplay,delete e.changed,delete e._promises,delete e._redrawTimer,delete e.firstscatter,delete e.hmlumcount,delete e.hmpixcount,delete e.numboxes,delete e._hoverTimer,delete e._lastHoverTime,delete e._transitionData,delete e._transitioning,delete e._initialAutoSize,e.removeAllListeners&&e.removeAllListeners()},d.style=function(e){for(var t=e._fullLayout._modules,n=0;n<t.length;n++){var r=t[n];r.style&&r.style(e)}},d.sanitizeMargins=function(e){if(e&&e.margin){var t,n=e.width,r=e.height,a=e.margin,i=n-(a.l+a.r),l=r-(a.t+a.b);i<0&&(t=(n-1)/(a.l+a.r),a.l=Math.floor(t*a.l),a.r=Math.floor(t*a.r)),l<0&&(t=(r-1)/(a.t+a.b),a.t=Math.floor(t*a.t),a.b=Math.floor(t*a.b))}},d.autoMargin=function(e,t,n){var r=e._fullLayout;if(r._pushmargin||(r._pushmargin={}),!1!==r.margin.autoexpand){if(n){var a=void 0===n.pad?12:n.pad;n.l+n.r>.5*r.width&&(n.l=n.r=0),n.b+n.t>.5*r.height&&(n.b=n.t=0),r._pushmargin[t]={l:{val:n.x,size:n.l+a},r:{val:n.x,size:n.r+a},b:{val:n.y,size:n.b+a},t:{val:n.y,size:n.t+a}}}else delete r._pushmargin[t];r._replotting||d.doAutoMargin(e)}},d.doAutoMargin=function(e){var t=e._fullLayout;t._size||(t._size={}),t._pushmargin||(t._pushmargin={});var n=t._size,r=JSON.stringify(n),l=Math.max(t.margin.l||0,0),o=Math.max(t.margin.r||0,0),s=Math.max(t.margin.t||0,0),u=Math.max(t.margin.b||0,0),c=t._pushmargin;if(!1!==t.margin.autoexpand){c.base={l:{val:0,size:l},r:{val:1,size:o},t:{val:1,size:s},b:{val:0,size:u}};for(var d=Object.keys(c),f=0;f<d.length;f++)for(var h=d[f],p=c[h].l||{},v=c[h].b||{},y=p.val,g=p.size,m=v.val,_=v.size,T=0;T<d.length;T++){var b=d[T];if(a(g)&&c[b].r){var M=c[b].r.val,k=c[b].r.size;if(M>y){var K=(g*M+(k-t.width)*y)/(M-y),x=(k*(1-y)+(g-t.width)*(1-M))/(M-y);K>=0&&x>=0&&K+x>l+o&&(l=K,o=x)}}if(a(_)&&c[b].t){var C=c[b].t.val,A=c[b].t.size;if(C>m){var w=(_*C+(A-t.height)*m)/(C-m),L=(A*(1-m)+(_-t.height)*(1-C))/(C-m);w>=0&&L>=0&&w+L>u+s&&(u=w,s=L)}}}}if(n.l=Math.round(l),n.r=Math.round(o),n.t=Math.round(s),n.b=Math.round(u),n.p=Math.round(t.margin.pad),n.w=Math.round(t.width)-n.l-n.r,n.h=Math.round(t.height)-n.t-n.b,!t._replotting&&"{}"!==r&&r!==JSON.stringify(t._size))return i.plot(e)},d.graphJson=function(e,t,n,r,a){(a&&t&&!e._fullData||a&&!t&&!e._fullLayout)&&d.supplyDefaults(e);var i=a?e._fullData:e.data,l=a?e._fullLayout:e.layout,o=(e._transitionData||{})._frames;function u(e){if("function"==typeof e)return null;if(s.isPlainObject(e)){var t,r,a={};for(t in e)if("function"!=typeof e[t]&&-1===["_","["].indexOf(t.charAt(0))){if("keepdata"===n){if("src"===t.substr(t.length-3))continue}else if("keepstream"===n){if("string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0&&!s.isPlainObject(e.stream))continue}else if("keepall"!==n&&"string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0)continue;a[t]=u(e[t])}return a}return Array.isArray(e)?e.map(u):s.isJSDate(e)?s.ms2DateTimeLocal(+e):e}var c={data:(i||[]).map(function(e){var n=u(e);return t&&delete n.fit,n})};return t||(c.layout=u(l)),e.framework&&e.framework.isPolar&&(c=e.framework.getConfig()),o&&(c.frames=u(o)),"object"===r?c:JSON.stringify(c)},d.modifyFrames=function(e,t){var n,r,a,i=e._transitionData._frames,l=e._transitionData._frameHash;for(n=0;n<t.length;n++)switch((r=t[n]).type){case"replace":a=r.value;var o=(i[r.index]||{}).name,s=a.name;i[r.index]=l[s]=a,s!==o&&(delete l[o],l[s]=a);break;case"insert":l[(a=r.value).name]=a,i.splice(r.index,0,a);break;case"delete":delete l[(a=i[r.index]).name],i.splice(r.index,1)}return Promise.resolve()},d.computeFrame=function(e,t){var n,r,a,i,l=e._transitionData._frameHash;if(!t)throw new Error("computeFrame must be given a string frame name");var o=l[t.toString()];if(!o)return!1;for(var s=[o],u=[o.name];o.baseframe&&(o=l[o.baseframe.toString()])&&-1===u.indexOf(o.name);)s.push(o),u.push(o.name);for(var c={};o=s.pop();)if(o.layout&&(c.layout=d.extendLayout(c.layout,o.layout)),o.data){if(c.data||(c.data=[]),!(r=o.traces))for(r=[],n=0;n<o.data.length;n++)r[n]=n;for(c.traces||(c.traces=[]),n=0;n<o.data.length;n++)void 0!==(a=r[n])&&null!==a&&(-1===(i=c.traces.indexOf(a))&&(i=c.data.length,c.traces[i]=a),c.data[i]=d.extendTrace(c.data[i],o.data[n]))}return c},d.recomputeFrameHash=function(e){for(var t=e._transitionData._frameHash={},n=e._transitionData._frames,r=0;r<n.length;r++){var a=n[r];a&&a.name&&(t[a.name]=a)}},d.extendObjectWithContainers=function(e,t,n){var r,a,i,l,o,u,c,f=s.extendDeepNoArrays({},t||{}),h=s.expandObjectPaths(f),p={};if(n&&n.length)for(i=0;i<n.length;i++)void 0===(a=(r=s.nestedProperty(h,n[i])).get())?s.nestedProperty(p,n[i]).set(null):(r.set(null),s.nestedProperty(p,n[i]).set(a));if(e=s.extendDeepNoArrays(e||{},h),n&&n.length)for(i=0;i<n.length;i++)if(u=s.nestedProperty(p,n[i]).get()){for(c=(o=s.nestedProperty(e,n[i])).get(),Array.isArray(c)||(c=[],o.set(c)),l=0;l<u.length;l++){var v=u[l];c[l]=null===v?null:d.extendObjectWithContainers(c[l],v)}o.set(c)}return e},d.dataArrayContainers=["transforms"],d.layoutArrayContainers=o.layoutArrayContainers,d.extendTrace=function(e,t){return d.extendObjectWithContainers(e,t,d.dataArrayContainers)},d.extendLayout=function(e,t){return d.extendObjectWithContainers(e,t,d.layoutArrayContainers)},d.transition=function(e,t,n,r,a,l){var o,u,c=Array.isArray(t)?t.length:0,f=r.slice(0,c),h=[];var p=!1;for(o=0;o<f.length;o++){u=f[o];var v=e._fullData[u]._module;if(v&&!v.animatable){var y={};for(var m in t[o])y[m]=[t[o][m]]}}var _=[d.previousPromises,function(){if(e._transitionData)return e._transitioning=!1,function(e){var t=Promise.resolve();if(!e)return t;for(;e.length;)t=t.then(e.shift());return t}(e._transitionData._interruptCallbacks)},function(){var r;for(r=0;r<f.length;r++){var a=f[r],i=e._fullData[a]._module;i&&(i.animatable&&h.push(a),e.data[f[r]]=d.extendTrace(e.data[f[r]],t[r]))}var l=s.expandObjectPaths(s.extendDeepNoArrays({},n)),o=/^[xy]axis[0-9]*$/;for(var u in l)o.test(u)&&delete l[u].range;return d.extendLayout(e.layout,l),delete e.calcdata,d.supplyDefaults(e),d.doCalcdata(e),g.calc(e),Promise.resolve()},d.rehover,function(){return e.emit("plotly_transitioning",[]),new Promise(function(t){e._transitioning=!0,l.duration>0&&(e._transitioningWithDuration=!0),e._transitionData._interruptCallbacks.push(function(){p=!0}),a.redraw&&e._transitionData._interruptCallbacks.push(function(){return i.redraw(e)}),e._transitionData._interruptCallbacks.push(function(){e.emit("plotly_transitioninterrupted",[])});var r,o,u=0,c=0;function d(){return u++,function(){var n;p||++c!==u||(n=t,e._transitionData&&(function(e){if(e)for(;e.length;)e.shift()}(e._transitionData._interruptCallbacks),Promise.resolve().then(function(){if(a.redraw)return i.redraw(e)}).then(function(){e._transitioning=!1,e._transitioningWithDuration=!1,e.emit("plotly_transitioned",[])}).then(n)))}}var f=e._fullLayout._basePlotModules,v=!1;if(n)for(o=0;o<f.length;o++)if(f[o].transitionAxes){var y=s.expandObjectPaths(n);v=f[o].transitionAxes(e,y,l,d)||v}for(v?(r=s.extendFlat({},l)).duration=0:r=l,o=0;o<f.length;o++)f[o].plot(e,h,r,d);setTimeout(d())})}],T=s.syncOrAsync(_,e);return T&&T.then||(T=Promise.resolve()),T.then(function(){return e})},d.doCalcdata=function(e,t){var n,r,a,s,u=i.Axes.list(e),d=e._fullData,f=e._fullLayout,h=new Array(d.length),p=(e.calcdata||[]).slice(0);for(e.calcdata=h,e.firstscatter=!0,e.numboxes=0,e._hmpixcount=0,e._hmlumcount=0,f._piecolormap={},f._piedefaultcolorcount=0,a=0;a<d.length;a++)Array.isArray(t)&&-1===t.indexOf(a)&&(h[a]=p[a]);for(a=0;a<d.length;a++)(n=d[a])._arrayAttrs=l.findArrayAttributes(n);b(u);var v=!1;for(a=0;a<d.length;a++)if(!0===(n=d[a]).visible&&n.transforms)for((r=n._module)&&r.calc&&r.calc(e,n),s=0;s<n.transforms.length;s++){var g=n.transforms[s];(r=y[g.type])&&r.calcTransform&&(n._hasCalcTransform=!0,v=!0,r.calcTransform(e,n,g))}if(v){for(a=0;a<u.length;a++)u[a]._min=[],u[a]._max=[],u[a]._categories=[],u[a]._categoriesMap={};b(u)}for(a=0;a<d.length;a++){var m=[];!0===(n=d[a]).visible&&(r=n._module)&&r.calc&&(m=r.calc(e,n)),Array.isArray(m)&&m[0]||(m=[{x:c,y:c}]),m[0].t||(m[0].t={}),m[0].trace=n,h[a]=m}o.getComponentMethod("fx","calc")(e)},d.rehover=function(e){e._fullLayout._rehover&&e._fullLayout._rehover()},d.generalUpdatePerTraceModule=function(e,t,n){var r,a=e.traceHash,i={};function l(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r[0].trace.visible&&t.push(r)}return t}for(r=0;r<t.length;r++){var o=t[r],s=o[0].trace;s.visible&&(i[s.type]=i[s.type]||[],i[s.type].push(o))}var u=Object.keys(a),c=Object.keys(i);for(r=0;r<u.length;r++){var d=u[r];if(-1===c.indexOf(d)){var f=a[d][0];f[0].trace.visible=!1,i[d]=[f]}}for(c=Object.keys(i),r=0;r<c.length;r++){var h=i[c[r]];h[0][0].trace._module.plot(e,l(h),n)}e.traceHash=i}},function(e,t,n){"use strict";var r=n(32),a=Array.isArray;function i(e,t,n,l){var o,s,u,c,d,f,h=e[0],p=e.length;if(2===p&&a(h)&&a(e[1])&&0===h.length){if(function(e,t){var n,r;for(n=0;n<e.length;n++){if(null!==(r=e[n])&&"object"==typeof r)return!1;void 0!==r&&(t[n]=r)}return!0}(e[1],h))return h;h.splice(0,h.length)}for(var v=1;v<p;v++)for(s in o=e[v])u=h[s],c=o[s],l&&a(c)?h[s]=c:t&&c&&(r(c)||(d=a(c)))?(d?(d=!1,f=u&&a(u)?u:[]):f=u&&r(u)?u:{},h[s]=i([f,c],t,n,l)):(void 0!==c||n)&&(h[s]=c);return h}t.extendFlat=function(){return i(arguments,!1,!1,!1)},t.extendDeep=function(){return i(arguments,!0,!1,!1)},t.extendDeepAll=function(){return i(arguments,!0,!0,!1)},t.extendDeepNoArrays=function(){return i(arguments,!0,!1,!0)}},function(e,t,n){"use strict";var r=n(326),a=n(325),i=n(324),l=["None","Rare","Epic","Legendary"];function o(e){if(!e||"NoTalent"==e)return"None";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":return"Rare";case"TalentB":return"Epic";case"TalentC":return"Legendary";default:return Object.keys(r).includes(e)?r[e]:"unknown"}}function s(e){switch(o(e.Talent)){case"unknown":case"None":return-1;case"Rare":return 20;case"Epic":return 10;case"Legendary":return 5}}function u(e){return e.Kills-e.Deaths}function c(e){return e.CrystalMinerKills+e.GoldMinerKills+e.TurretKills}e.exports={RARITIES:l,getTalentName:function(e){if("NoTalent"==e)return"No Talent";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":case"TalentB":case"TalentC":return Object.keys(a).includes(e)?a[e]:"unknown";default:return e.substring(e.lastIndexOf("_")+1,e.length-1).replace(/([A-Z])/g,function(e){return" "+e.toLowerCase()}).split(" ").map(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}).join(" ").substring(1)}},getTalentRarity:o,getTalentRarityIndex:function(e){return l.indexOf(o(e))},getMaxLevel:s,getScaledLevel:function(e){return["unknown","None"].includes(o(e.Talent))?0:e.Level/s(e)},getHero:function(e){return e.substring(1,e.length-1)},getMode:function(e){return i[e]},hasTalents:function(e){return["blitz_pvp_ranked","casual_aral"].includes(e)},playersPerMatch:function(e){return e.includes("5v5")?10:6},killDeathPoints:u,objectivePoints:c,blitzPointsDelta:function(e){return u(e)+3*c(e)}}},function(e,t,n){"use strict";n.r(t),function(e,n){ +!function(e){var t={};function n(r){if(t[r])return t[r].exports;var a=t[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:r})},n.r=function(e){Object.defineProperty(e,"__esModule",{value:!0})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/dist/",n(n.s=338)}([function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(16),l=i.FP_SAFE,o=i.BADNUM,s=e.exports={};s.nestedProperty=n(107),s.isPlainObject=n(32),s.isArray=n(106),s.mod=n(166),s.toLogRange=n(105),s.relinkPrivateKeys=n(304),s.ensureArray=n(303);var u=n(302);s.valObjects=u.valObjects,s.coerce=u.coerce,s.coerce2=u.coerce2,s.coerceFont=u.coerceFont,s.coerceHoverinfo=u.coerceHoverinfo,s.validate=u.validate;var c=n(301);s.dateTime2ms=c.dateTime2ms,s.isDateTime=c.isDateTime,s.ms2DateTime=c.ms2DateTime,s.ms2DateTimeLocal=c.ms2DateTimeLocal,s.cleanDate=c.cleanDate,s.isJSDate=c.isJSDate,s.formatDate=c.formatDate,s.incrementMonth=c.incrementMonth,s.dateTick0=c.dateTick0,s.dfltRange=c.dfltRange,s.findExactDates=c.findExactDates,s.MIN_MS=c.MIN_MS,s.MAX_MS=c.MAX_MS;var d=n(162);s.findBin=d.findBin,s.sorterAsc=d.sorterAsc,s.sorterDes=d.sorterDes,s.distinctVals=d.distinctVals,s.roundUp=d.roundUp;var f=n(300);s.aggNums=f.aggNums,s.len=f.len,s.mean=f.mean,s.variance=f.variance,s.stdev=f.stdev,s.interp=f.interp;var h=n(161);s.init2dArray=h.init2dArray,s.transposeRagged=h.transposeRagged,s.dot=h.dot,s.translationMatrix=h.translationMatrix,s.rotationMatrix=h.rotationMatrix,s.rotationXYMatrix=h.rotationXYMatrix,s.apply2DTransform=h.apply2DTransform,s.apply2DTransform2=h.apply2DTransform2;var p=n(10);s.extendFlat=p.extendFlat,s.extendDeep=p.extendDeep,s.extendDeepAll=p.extendDeepAll,s.extendDeepNoArrays=p.extendDeepNoArrays;var v=n(33);s.log=v.log,s.warn=v.warn,s.error=v.error,s.notifier=n(299),s.filterUnique=n(298),s.filterVisible=n(297),s.pushUnique=n(168),s.cleanNumber=n(296),s.ensureNumber=function(e){return a(e)?(e=Number(e))<-l||e>l?o:a(e)?Number(e):o:o},s.noop=n(109),s.identity=n(295),s.swapAttrs=function(e,t,n,r){n||(n="x"),r||(r="y");for(var a=0;a<t.length;a++){var i=t[a],l=s.nestedProperty(e,i.replace("?",n)),o=s.nestedProperty(e,i.replace("?",r)),u=l.get();l.set(o.get()),o.set(u)}},s.pauseEvent=function(e){return e.stopPropagation&&e.stopPropagation(),e.preventDefault&&e.preventDefault(),e.cancelBubble=!0,!1},s.constrain=function(e,t,n){return t>n?Math.max(n,Math.min(t,e)):Math.max(t,Math.min(n,e))},s.bBoxIntersect=function(e,t,n){return n=n||0,e.left<=t.right+n&&t.left<=e.right+n&&e.top<=t.bottom+n&&t.top<=e.bottom+n},s.simpleMap=function(e,t,n,r){for(var a=e.length,i=new Array(a),l=0;l<a;l++)i[l]=t(e[l],n,r);return i},s.randstr=function e(t,n,r){if(r||(r=16),void 0===n&&(n=24),n<=0)return"0";var a,i,l=Math.log(Math.pow(2,n))/Math.log(r),o="";for(a=2;l===1/0;a*=2)l=Math.log(Math.pow(2,n/a))/Math.log(r)*a;var s=l-Math.floor(l);for(a=0;a<Math.floor(l);a++)o=Math.floor(Math.random()*r).toString(r)+o;s&&(i=Math.pow(r,s),o=Math.floor(Math.random()*i).toString(r)+o);var u=parseInt(o,r);return t&&t.indexOf(o)>-1||u!==1/0&&u>=Math.pow(2,n)?e(t,n,r):o},s.OptionControl=function(e,t){e||(e={}),t||(t="opt");var n={optionList:[],_newoption:function(r){r[t]=e,n[r.name]=r,n.optionList.push(r)}};return n["_"+t]=e,n},s.smooth=function(e,t){if((t=Math.round(t)||0)<2)return e;var n,r,a,i,l=e.length,o=2*l,s=2*t-1,u=new Array(s),c=new Array(l);for(n=0;n<s;n++)u[n]=(1-Math.cos(Math.PI*(n+1)/t))/(2*t);for(n=0;n<l;n++){for(i=0,r=0;r<s;r++)(a=n+r+1-t)<-l?a-=o*Math.round(a/o):a>=o&&(a-=o*Math.floor(a/o)),a<0?a=-1-a:a>=l&&(a=o-1-a),i+=e[a]*u[r];c[n]=i}return c},s.syncOrAsync=function(e,t,n){var r;function a(){return s.syncOrAsync(e,t,n)}for(;e.length;)if((r=(0,e.splice(0,1)[0])(t))&&r.then)return r.then(a).then(void 0,s.promiseError);return n&&n(t)},s.stripTrailingSlash=function(e){return"/"===e.substr(-1)?e.substr(0,e.length-1):e},s.noneOrAll=function(e,t,n){if(e){var r,a,i=!1,l=!0;for(r=0;r<n.length;r++)void 0!==(a=e[n[r]])&&null!==a?i=!0:l=!1;if(i&&!l)for(r=0;r<n.length;r++)e[n[r]]=t[n[r]]}},s.mergeArray=function(e,t,n){if(Array.isArray(e))for(var r=Math.min(e.length,t.length),a=0;a<r;a++)t[a][n]=e[a]},s.fillArray=function(e,t,n,r){if(r=r||s.identity,Array.isArray(e))for(var a=0;a<t.length;a++)t[a][n]=r(e[a])},s.castOption=function(e,t,n,r){r=r||s.identity;var a=s.nestedProperty(e,n).get();return Array.isArray(a)?Array.isArray(t)&&Array.isArray(a[t[0]])?r(a[t[0]][t[1]]):r(a[t]):a},s.getTargetArray=function(e,t){var n=t.target;if("string"==typeof n&&n){var r=s.nestedProperty(e,n).get();return!!Array.isArray(r)&&r}return!!Array.isArray(n)&&n},s.minExtend=function(e,t){var n={};"object"!=typeof t&&(t={});var r,a,i,l=Object.keys(e);for(r=0;r<l.length;r++)i=e[a=l[r]],"_"!==a.charAt(0)&&"function"!=typeof i&&"glTrace"!==a&&("module"===a?n[a]=i:Array.isArray(i)?n[a]=i.slice(0,3):n[a]=i&&"object"==typeof i?s.minExtend(e[a],t[a]):i);for(l=Object.keys(t),r=0;r<l.length;r++)"object"==typeof(i=t[a=l[r]])&&a in n&&"object"==typeof n[a]||(n[a]=i);return n},s.titleCase=function(e){return e.charAt(0).toUpperCase()+e.substr(1)},s.containsAny=function(e,t){for(var n=0;n<t.length;n++)if(-1!==e.indexOf(t[n]))return!0;return!1},s.isPlotDiv=function(e){var t=r.select(e);return t.node()instanceof HTMLElement&&t.size()&&t.classed("js-plotly-plot")},s.removeElement=function(e){var t=e&&e.parentNode;t&&t.removeChild(e)},s.addStyleRule=function(e,t){if(!s.styleSheet){var n=document.createElement("style");n.appendChild(document.createTextNode("")),document.head.appendChild(n),s.styleSheet=n.sheet}var r=s.styleSheet;r.insertRule?r.insertRule(e+"{"+t+"}",0):r.addRule?r.addRule(e,t,0):s.warn("addStyleRule failed")},s.isIE=function(){return void 0!==window.navigator.msSaveBlob},s.isD3Selection=function(e){return e&&"function"==typeof e.classed},s.objectFromPath=function(e,t){for(var n,r=e.split("."),a=n={},i=0;i<r.length;i++){var l=r[i],o=null,s=r[i].match(/(.*)\[([0-9]+)\]/);s?(l=s[1],o=s[2],n=n[l]=[],i===r.length-1?n[o]=t:n[o]={},n=n[o]):(i===r.length-1?n[l]=t:n[l]={},n=n[l])}return a};var y=/^([^\[\.]+)\.(.+)?/,g=/^([^\.]+)\[([0-9]+)\](\.)?(.+)?/;s.expandObjectPaths=function(e){var t,n,r,a,i,l,o;if("object"==typeof e&&!Array.isArray(e))for(n in e)e.hasOwnProperty(n)&&((t=n.match(y))?(a=e[n],r=t[1],delete e[n],e[r]=s.extendDeepNoArrays(e[r]||{},s.objectFromPath(n,s.expandObjectPaths(a))[r])):(t=n.match(g))?(a=e[n],r=t[1],i=parseInt(t[2]),delete e[n],e[r]=e[r]||[],"."===t[3]?(o=t[4],l=e[r][i]=e[r][i]||{},s.extendDeepNoArrays(l,s.objectFromPath(o,s.expandObjectPaths(a)))):e[r][i]=s.expandObjectPaths(a)):e[n]=s.expandObjectPaths(e[n]));return e},s.numSeparate=function(e,t,n){if(n||(n=!1),"string"!=typeof t||0===t.length)throw new Error("Separator string required for formatting!");"number"==typeof e&&(e=String(e));var r=/(\d+)(\d{3})/,a=t.charAt(0),i=t.charAt(1),l=e.split("."),o=l[0],s=l.length>1?a+l[1]:"";if(i&&(l.length>1||o.length>4||n))for(;r.test(o);)o=o.replace(r,"$1"+i+"$2");return o+s}},function(e,t,n){var r,a;!function(){var i={version:"3.5.17"},l=[].slice,o=function(e){return l.call(e)},s=this.document;function u(e){return e&&(e.ownerDocument||e.document||e).documentElement}function c(e){return e&&(e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView)}if(s)try{o(s.documentElement.childNodes)[0].nodeType}catch(e){o=function(e){for(var t=e.length,n=new Array(t);t--;)n[t]=e[t];return n}}if(Date.now||(Date.now=function(){return+new Date}),s)try{s.createElement("DIV").style.setProperty("opacity",0,"")}catch(e){var d=this.Element.prototype,f=d.setAttribute,h=d.setAttributeNS,p=this.CSSStyleDeclaration.prototype,v=p.setProperty;d.setAttribute=function(e,t){f.call(this,e,t+"")},d.setAttributeNS=function(e,t,n){h.call(this,e,t,n+"")},p.setProperty=function(e,t,n){v.call(this,e,t+"",n)}}function y(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}function g(e){return null===e?NaN:+e}function m(e){return!isNaN(e)}function _(e){return{left:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)<0?r=i+1:a=i}return r},right:function(t,n,r,a){for(arguments.length<3&&(r=0),arguments.length<4&&(a=t.length);r<a;){var i=r+a>>>1;e(t[i],n)>0?a=i:r=i+1}return r}}}i.ascending=y,i.descending=function(e,t){return t<e?-1:t>e?1:t>=e?0:NaN},i.min=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&n>r&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&n>r&&(n=r)}return n},i.max=function(e,t){var n,r,a=-1,i=e.length;if(1===arguments.length){for(;++a<i;)if(null!=(r=e[a])&&r>=r){n=r;break}for(;++a<i;)null!=(r=e[a])&&r>n&&(n=r)}else{for(;++a<i;)if(null!=(r=t.call(e,e[a],a))&&r>=r){n=r;break}for(;++a<i;)null!=(r=t.call(e,e[a],a))&&r>n&&(n=r)}return n},i.extent=function(e,t){var n,r,a,i=-1,l=e.length;if(1===arguments.length){for(;++i<l;)if(null!=(r=e[i])&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=e[i])&&(n>r&&(n=r),a<r&&(a=r))}else{for(;++i<l;)if(null!=(r=t.call(e,e[i],i))&&r>=r){n=a=r;break}for(;++i<l;)null!=(r=t.call(e,e[i],i))&&(n>r&&(n=r),a<r&&(a=r))}return[n,a]},i.sum=function(e,t){var n,r=0,a=e.length,i=-1;if(1===arguments.length)for(;++i<a;)m(n=+e[i])&&(r+=n);else for(;++i<a;)m(n=+t.call(e,e[i],i))&&(r+=n);return r},i.mean=function(e,t){var n,r=0,a=e.length,i=-1,l=a;if(1===arguments.length)for(;++i<a;)m(n=g(e[i]))?r+=n:--l;else for(;++i<a;)m(n=g(t.call(e,e[i],i)))?r+=n:--l;if(l)return r/l},i.quantile=function(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),a=+e[r-1],i=n-r;return i?a+i*(e[r]-a):a},i.median=function(e,t){var n,r=[],a=e.length,l=-1;if(1===arguments.length)for(;++l<a;)m(n=g(e[l]))&&r.push(n);else for(;++l<a;)m(n=g(t.call(e,e[l],l)))&&r.push(n);if(r.length)return i.quantile(r.sort(y),.5)},i.variance=function(e,t){var n,r,a=e.length,i=0,l=0,o=-1,s=0;if(1===arguments.length)for(;++o<a;)m(n=g(e[o]))&&(l+=(r=n-i)*(n-(i+=r/++s)));else for(;++o<a;)m(n=g(t.call(e,e[o],o)))&&(l+=(r=n-i)*(n-(i+=r/++s)));if(s>1)return l/(s-1)},i.deviation=function(){var e=i.variance.apply(this,arguments);return e?Math.sqrt(e):e};var T=_(y);function M(e){return e.length}i.bisectLeft=T.left,i.bisect=i.bisectRight=T.right,i.bisector=function(e){return _(1===e.length?function(t,n){return y(e(t),n)}:e)},i.shuffle=function(e,t,n){(i=arguments.length)<3&&(n=e.length,i<2&&(t=0));for(var r,a,i=n-t;i;)a=Math.random()*i--|0,r=e[i+t],e[i+t]=e[a+t],e[a+t]=r;return e},i.permute=function(e,t){for(var n=t.length,r=new Array(n);n--;)r[n]=e[t[n]];return r},i.pairs=function(e){for(var t=0,n=e.length-1,r=e[0],a=new Array(n<0?0:n);t<n;)a[t]=[r,r=e[++t]];return a},i.transpose=function(e){if(!(a=e.length))return[];for(var t=-1,n=i.min(e,M),r=new Array(n);++t<n;)for(var a,l=-1,o=r[t]=new Array(a);++l<a;)o[l]=e[l][t];return r},i.zip=function(){return i.transpose(arguments)},i.keys=function(e){var t=[];for(var n in e)t.push(n);return t},i.values=function(e){var t=[];for(var n in e)t.push(e[n]);return t},i.entries=function(e){var t=[];for(var n in e)t.push({key:n,value:e[n]});return t},i.merge=function(e){for(var t,n,r,a=e.length,i=-1,l=0;++i<a;)l+=e[i].length;for(n=new Array(l);--a>=0;)for(t=(r=e[a]).length;--t>=0;)n[--l]=r[t];return n};var b=Math.abs;function K(e,t){for(var n in t)Object.defineProperty(e.prototype,n,{value:t[n],enumerable:!1})}function k(){this._=Object.create(null)}i.range=function(e,t,n){if(arguments.length<3&&(n=1,arguments.length<2&&(t=e,e=0)),(t-e)/n==1/0)throw new Error("infinite range");var r,a=[],i=function(e){var t=1;for(;e*t%1;)t*=10;return t}(b(n)),l=-1;if(e*=i,t*=i,(n*=i)<0)for(;(r=e+n*++l)>t;)a.push(r/i);else for(;(r=e+n*++l)<t;)a.push(r/i);return a},i.map=function(e,t){var n=new k;if(e instanceof k)e.forEach(function(e,t){n.set(e,t)});else if(Array.isArray(e)){var r,a=-1,i=e.length;if(1===arguments.length)for(;++a<i;)n.set(a,e[a]);else for(;++a<i;)n.set(t.call(e,r=e[a],a),r)}else for(var l in e)n.set(l,e[l]);return n};var x="__proto__",C="\0";function A(e){return(e+="")===x||e[0]===C?C+e:e}function w(e){return(e+="")[0]===C?e.slice(1):e}function L(e){return A(e)in this._}function D(e){return(e=A(e))in this._&&delete this._[e]}function B(){var e=[];for(var t in this._)e.push(w(t));return e}function S(){var e=0;for(var t in this._)++e;return e}function G(){for(var e in this._)return!1;return!0}function W(){this._=Object.create(null)}function z(e){return e}function O(e,t,n){return function(){var r=n.apply(t,arguments);return r===t?e:r}}function P(e,t){if(t in e)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var n=0,r=R.length;n<r;++n){var a=R[n]+t;if(a in e)return a}}K(k,{has:L,get:function(e){return this._[A(e)]},set:function(e,t){return this._[A(e)]=t},remove:D,keys:B,values:function(){var e=[];for(var t in this._)e.push(this._[t]);return e},entries:function(){var e=[];for(var t in this._)e.push({key:w(t),value:this._[t]});return e},size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t),this._[t])}}),i.nest=function(){var e,t,n={},r=[],a=[];function l(a,i,o){if(o>=r.length)return t?t.call(n,i):e?i.sort(e):i;for(var s,u,c,d,f=-1,h=i.length,p=r[o++],v=new k;++f<h;)(d=v.get(s=p(u=i[f])))?d.push(u):v.set(s,[u]);return a?(u=a(),c=function(e,t){u.set(e,l(a,t,o))}):(u={},c=function(e,t){u[e]=l(a,t,o)}),v.forEach(c),u}return n.map=function(e,t){return l(t,e,0)},n.entries=function(e){return function e(t,n){if(n>=r.length)return t;var i=[],l=a[n++];return t.forEach(function(t,r){i.push({key:t,values:e(r,n)})}),l?i.sort(function(e,t){return l(e.key,t.key)}):i}(l(i.map,e,0),0)},n.key=function(e){return r.push(e),n},n.sortKeys=function(e){return a[r.length-1]=e,n},n.sortValues=function(t){return e=t,n},n.rollup=function(e){return t=e,n},n},i.set=function(e){var t=new W;if(e)for(var n=0,r=e.length;n<r;++n)t.add(e[n]);return t},K(W,{has:L,add:function(e){return this._[A(e+="")]=!0,e},remove:D,values:B,size:S,empty:G,forEach:function(e){for(var t in this._)e.call(this,w(t))}}),i.behavior={},i.rebind=function(e,t){for(var n,r=1,a=arguments.length;++r<a;)e[n=arguments[r]]=O(e,t,t[n]);return e};var R=["webkit","ms","moz","Moz","o","O"];function E(){}function j(){}function I(e){var t=[],n=new k;function r(){for(var n,r=t,a=-1,i=r.length;++a<i;)(n=r[a].on)&&n.apply(this,arguments);return e}return r.on=function(r,a){var i,l=n.get(r);return arguments.length<2?l&&l.on:(l&&(l.on=null,t=t.slice(0,i=t.indexOf(l)).concat(t.slice(i+1)),n.remove(r)),a&&t.push(n.set(r,{on:a})),e)},r}function N(){i.event.preventDefault()}function F(){for(var e,t=i.event;e=t.sourceEvent;)t=e;return t}function $(e){for(var t=new j,n=0,r=arguments.length;++n<r;)t[arguments[n]]=I(t);return t.of=function(n,r){return function(a){try{var l=a.sourceEvent=i.event;a.target=e,i.event=a,t[a.type].apply(n,r)}finally{i.event=l}}},t}i.dispatch=function(){for(var e=new j,t=-1,n=arguments.length;++t<n;)e[arguments[t]]=I(e);return e},j.prototype.on=function(e,t){var n=e.indexOf("."),r="";if(n>=0&&(r=e.slice(n+1),e=e.slice(0,n)),e)return arguments.length<2?this[e].on(r):this[e].on(r,t);if(2===arguments.length){if(null==t)for(e in this)this.hasOwnProperty(e)&&this[e].on(r,null);return this}},i.event=null,i.requote=function(e){return e.replace(V,"\\$&")};var V=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,H={}.__proto__?function(e,t){e.__proto__=t}:function(e,t){for(var n in t)e[n]=t[n]};function q(e){return H(e,J),e}var U=function(e,t){return t.querySelector(e)},Y=function(e,t){return t.querySelectorAll(e)},X=function(e,t){var n=e.matches||e[P(e,"matchesSelector")];return(X=function(e,t){return n.call(e,t)})(e,t)};"function"==typeof Sizzle&&(U=function(e,t){return Sizzle(e,t)[0]||null},Y=Sizzle,X=Sizzle.matchesSelector),i.selection=function(){return i.select(s.documentElement)};var J=i.selection.prototype=[];function Z(e){return"function"==typeof e?e:function(){return U(e,this)}}function Q(e){return"function"==typeof e?e:function(){return Y(e,this)}}J.select=function(e){var t,n,r,a,i=[];e=Z(e);for(var l=-1,o=this.length;++l<o;){i.push(t=[]),t.parentNode=(r=this[l]).parentNode;for(var s=-1,u=r.length;++s<u;)(a=r[s])?(t.push(n=e.call(a,a.__data__,s,l)),n&&"__data__"in a&&(n.__data__=a.__data__)):t.push(null)}return q(i)},J.selectAll=function(e){var t,n,r=[];e=Q(e);for(var a=-1,i=this.length;++a<i;)for(var l=this[a],s=-1,u=l.length;++s<u;)(n=l[s])&&(r.push(t=o(e.call(n,n.__data__,s,a))),t.parentNode=n);return q(r)};var ee="http://www.w3.org/1999/xhtml",te={svg:"http://www.w3.org/2000/svg",xhtml:ee,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function ne(e,t){return e=i.ns.qualify(e),null==t?e.local?function(){this.removeAttributeNS(e.space,e.local)}:function(){this.removeAttribute(e)}:"function"==typeof t?e.local?function(){var n=t.apply(this,arguments);null==n?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,n)}:function(){var n=t.apply(this,arguments);null==n?this.removeAttribute(e):this.setAttribute(e,n)}:e.local?function(){this.setAttributeNS(e.space,e.local,t)}:function(){this.setAttribute(e,t)}}function re(e){return e.trim().replace(/\s+/g," ")}function ae(e){return new RegExp("(?:^|\\s+)"+i.requote(e)+"(?:\\s+|$)","g")}function ie(e){return(e+"").trim().split(/^|\s+/)}function le(e,t){var n=(e=ie(e).map(oe)).length;return"function"==typeof t?function(){for(var r=-1,a=t.apply(this,arguments);++r<n;)e[r](this,a)}:function(){for(var r=-1;++r<n;)e[r](this,t)}}function oe(e){var t=ae(e);return function(n,r){if(a=n.classList)return r?a.add(e):a.remove(e);var a=n.getAttribute("class")||"";r?(t.lastIndex=0,t.test(a)||n.setAttribute("class",re(a+" "+e))):n.setAttribute("class",re(a.replace(t," ")))}}function se(e,t,n){return null==t?function(){this.style.removeProperty(e)}:"function"==typeof t?function(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(e):this.style.setProperty(e,r,n)}:function(){this.style.setProperty(e,t,n)}}function ue(e,t){return null==t?function(){delete this[e]}:"function"==typeof t?function(){var n=t.apply(this,arguments);null==n?delete this[e]:this[e]=n}:function(){this[e]=t}}function ce(e){return"function"==typeof e?e:(e=i.ns.qualify(e)).local?function(){return this.ownerDocument.createElementNS(e.space,e.local)}:function(){var t=this.ownerDocument,n=this.namespaceURI;return n===ee&&t.documentElement.namespaceURI===ee?t.createElement(e):t.createElementNS(n,e)}}function de(){var e=this.parentNode;e&&e.removeChild(this)}function fe(e){return{__data__:e}}function he(e){return function(){return X(this,e)}}function pe(e,t){for(var n=0,r=e.length;n<r;n++)for(var a,i=e[n],l=0,o=i.length;l<o;l++)(a=i[l])&&t(a,l,n);return e}function ve(e){return H(e,ye),e}i.ns={prefix:te,qualify:function(e){var t=e.indexOf(":"),n=e;return t>=0&&"xmlns"!==(n=e.slice(0,t))&&(e=e.slice(t+1)),te.hasOwnProperty(n)?{space:te[n],local:e}:e}},J.attr=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node();return(e=i.ns.qualify(e)).local?n.getAttributeNS(e.space,e.local):n.getAttribute(e)}for(t in e)this.each(ne(t,e[t]));return this}return this.each(ne(e,t))},J.classed=function(e,t){if(arguments.length<2){if("string"==typeof e){var n=this.node(),r=(e=ie(e)).length,a=-1;if(t=n.classList){for(;++a<r;)if(!t.contains(e[a]))return!1}else for(t=n.getAttribute("class");++a<r;)if(!ae(e[a]).test(t))return!1;return!0}for(t in e)this.each(le(t,e[t]));return this}return this.each(le(e,t))},J.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.each(se(n,e[n],t));return this}if(r<2){var a=this.node();return c(a).getComputedStyle(a,null).getPropertyValue(e)}n=""}return this.each(se(e,t,n))},J.property=function(e,t){if(arguments.length<2){if("string"==typeof e)return this.node()[e];for(t in e)this.each(ue(t,e[t]));return this}return this.each(ue(e,t))},J.text=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}:null==e?function(){this.textContent=""}:function(){this.textContent=e}):this.node().textContent},J.html=function(e){return arguments.length?this.each("function"==typeof e?function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}:null==e?function(){this.innerHTML=""}:function(){this.innerHTML=e}):this.node().innerHTML},J.append=function(e){return e=ce(e),this.select(function(){return this.appendChild(e.apply(this,arguments))})},J.insert=function(e,t){return e=ce(e),t=Z(t),this.select(function(){return this.insertBefore(e.apply(this,arguments),t.apply(this,arguments)||null)})},J.remove=function(){return this.each(de)},J.data=function(e,t){var n,r,a=-1,i=this.length;if(!arguments.length){for(e=new Array(i=(n=this[0]).length);++a<i;)(r=n[a])&&(e[a]=r.__data__);return e}function l(e,n){var r,a,i,l=e.length,c=n.length,d=Math.min(l,c),f=new Array(c),h=new Array(c),p=new Array(l);if(t){var v,y=new k,g=new Array(l);for(r=-1;++r<l;)(a=e[r])&&(y.has(v=t.call(a,a.__data__,r))?p[r]=a:y.set(v,a),g[r]=v);for(r=-1;++r<c;)(a=y.get(v=t.call(n,i=n[r],r)))?!0!==a&&(f[r]=a,a.__data__=i):h[r]=fe(i),y.set(v,!0);for(r=-1;++r<l;)r in g&&!0!==y.get(g[r])&&(p[r]=e[r])}else{for(r=-1;++r<d;)a=e[r],i=n[r],a?(a.__data__=i,f[r]=a):h[r]=fe(i);for(;r<c;++r)h[r]=fe(n[r]);for(;r<l;++r)p[r]=e[r]}h.update=f,h.parentNode=f.parentNode=p.parentNode=e.parentNode,o.push(h),s.push(f),u.push(p)}var o=ve([]),s=q([]),u=q([]);if("function"==typeof e)for(;++a<i;)l(n=this[a],e.call(n,n.parentNode.__data__,a));else for(;++a<i;)l(n=this[a],e);return s.enter=function(){return o},s.exit=function(){return u},s},J.datum=function(e){return arguments.length?this.property("__data__",e):this.property("__data__")},J.filter=function(e){var t,n,r,a=[];"function"!=typeof e&&(e=he(e));for(var i=0,l=this.length;i<l;i++){a.push(t=[]),t.parentNode=(n=this[i]).parentNode;for(var o=0,s=n.length;o<s;o++)(r=n[o])&&e.call(r,r.__data__,o,i)&&t.push(r)}return q(a)},J.order=function(){for(var e=-1,t=this.length;++e<t;)for(var n,r=this[e],a=r.length-1,i=r[a];--a>=0;)(n=r[a])&&(i&&i!==n.nextSibling&&i.parentNode.insertBefore(n,i),i=n);return this},J.sort=function(e){e=function(e){arguments.length||(e=y);return function(t,n){return t&&n?e(t.__data__,n.__data__):!t-!n}}.apply(this,arguments);for(var t=-1,n=this.length;++t<n;)this[t].sort(e);return this.order()},J.each=function(e){return pe(this,function(t,n,r){e.call(t,t.__data__,n,r)})},J.call=function(e){var t=o(arguments);return e.apply(t[0]=this,t),this},J.empty=function(){return!this.node()},J.node=function(){for(var e=0,t=this.length;e<t;e++)for(var n=this[e],r=0,a=n.length;r<a;r++){var i=n[r];if(i)return i}return null},J.size=function(){var e=0;return pe(this,function(){++e}),e};var ye=[];function ge(e,t,n){var r="__on"+e,a=e.indexOf("."),l=_e;a>0&&(e=e.slice(0,a));var s=me.get(e);function u(){var t=this[r];t&&(this.removeEventListener(e,t,t.$),delete this[r])}return s&&(e=s,l=Te),a?t?function(){var a=l(t,o(arguments));u.call(this),this.addEventListener(e,this[r]=a,a.$=n),a._=t}:u:t?E:function(){var t,n=new RegExp("^__on([^.]+)"+i.requote(e)+"$");for(var r in this)if(t=r.match(n)){var a=this[r];this.removeEventListener(t[1],a,a.$),delete this[r]}}}i.selection.enter=ve,i.selection.enter.prototype=ye,ye.append=J.append,ye.empty=J.empty,ye.node=J.node,ye.call=J.call,ye.size=J.size,ye.select=function(e){for(var t,n,r,a,i,l=[],o=-1,s=this.length;++o<s;){r=(a=this[o]).update,l.push(t=[]),t.parentNode=a.parentNode;for(var u=-1,c=a.length;++u<c;)(i=a[u])?(t.push(r[u]=n=e.call(a.parentNode,i.__data__,u,o)),n.__data__=i.__data__):t.push(null)}return q(l)},ye.insert=function(e,t){var n,r,a;return arguments.length<2&&(n=this,t=function(e,t,i){var l,o=n[i].update,s=o.length;for(i!=a&&(a=i,r=0),t>=r&&(r=t+1);!(l=o[r])&&++r<s;);return l}),J.insert.call(this,e,t)},i.select=function(e){var t;return"string"==typeof e?(t=[U(e,s)]).parentNode=s.documentElement:(t=[e]).parentNode=u(e),q([t])},i.selectAll=function(e){var t;return"string"==typeof e?(t=o(Y(e,s))).parentNode=s.documentElement:(t=o(e)).parentNode=null,q([t])},J.on=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=!1),e)this.each(ge(n,e[n],t));return this}if(r<2)return(r=this.node()["__on"+e])&&r._;n=!1}return this.each(ge(e,t,n))};var me=i.map({mouseenter:"mouseover",mouseleave:"mouseout"});function _e(e,t){return function(n){var r=i.event;i.event=n,t[0]=this.__data__;try{e.apply(this,t)}finally{i.event=r}}}function Te(e,t){var n=_e(e,t);return function(e){var t=e.relatedTarget;t&&(t===this||8&t.compareDocumentPosition(this))||n.call(this,e)}}s&&me.forEach(function(e){"on"+e in s&&me.remove(e)});var Me,be=0;function Ke(e){var t=".dragsuppress-"+ ++be,n="click"+t,r=i.select(c(e)).on("touchmove"+t,N).on("dragstart"+t,N).on("selectstart"+t,N);if(null==Me&&(Me=!("onselectstart"in e)&&P(e.style,"userSelect")),Me){var a=u(e).style,l=a[Me];a[Me]="none"}return function(e){if(r.on(t,null),Me&&(a[Me]=l),e){var i=function(){r.on(n,null)};r.on(n,function(){N(),i()},!0),setTimeout(i,0)}}}i.mouse=function(e){return xe(e,F())};var ke=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;function xe(e,t){t.changedTouches&&(t=t.changedTouches[0]);var n=e.ownerSVGElement||e;if(n.createSVGPoint){var r=n.createSVGPoint();if(ke<0){var a=c(e);if(a.scrollX||a.scrollY){var l=(n=i.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important"))[0][0].getScreenCTM();ke=!(l.f||l.e),n.remove()}}return ke?(r.x=t.pageX,r.y=t.pageY):(r.x=t.clientX,r.y=t.clientY),[(r=r.matrixTransform(e.getScreenCTM().inverse())).x,r.y]}var o=e.getBoundingClientRect();return[t.clientX-o.left-e.clientLeft,t.clientY-o.top-e.clientTop]}function Ce(){return i.event.changedTouches[0].identifier}i.touch=function(e,t,n){if(arguments.length<3&&(n=t,t=F().changedTouches),t)for(var r,a=0,i=t.length;a<i;++a)if((r=t[a]).identifier===n)return xe(e,r)},i.behavior.drag=function(){var e=$(a,"drag","dragstart","dragend"),t=null,n=l(E,i.mouse,c,"mousemove","mouseup"),r=l(Ce,i.touch,z,"touchmove","touchend");function a(){this.on("mousedown.drag",n).on("touchstart.drag",r)}function l(n,r,a,l,o){return function(){var s,u=i.event.target.correspondingElement||i.event.target,c=this.parentNode,d=e.of(this,arguments),f=0,h=n(),p=".drag"+(null==h?"":"-"+h),v=i.select(a(u)).on(l+p,function(){var e,t,n=r(c,h);if(!n)return;e=n[0]-g[0],t=n[1]-g[1],f|=e|t,g=n,d({type:"drag",x:n[0]+s[0],y:n[1]+s[1],dx:e,dy:t})}).on(o+p,function(){if(!r(c,h))return;v.on(l+p,null).on(o+p,null),y(f),d({type:"dragend"})}),y=Ke(u),g=r(c,h);s=t?[(s=t.apply(this,arguments)).x-g[0],s.y-g[1]]:[0,0],d({type:"dragstart"})}}return a.origin=function(e){return arguments.length?(t=e,a):t},i.rebind(a,e,"on")},i.touches=function(e,t){return arguments.length<2&&(t=F().touches),t?o(t).map(function(t){var n=xe(e,t);return n.identifier=t.identifier,n}):[]};var Ae=1e-6,we=Ae*Ae,Le=Math.PI,De=2*Le,Be=De-Ae,Se=Le/2,Ge=Le/180,We=180/Le;function ze(e){return e>0?1:e<0?-1:0}function Oe(e,t,n){return(t[0]-e[0])*(n[1]-e[1])-(t[1]-e[1])*(n[0]-e[0])}function Pe(e){return e>1?0:e<-1?Le:Math.acos(e)}function Re(e){return e>1?Se:e<-1?-Se:Math.asin(e)}function Ee(e){return((e=Math.exp(e))+1/e)/2}function je(e){return(e=Math.sin(e/2))*e}var Ie=Math.SQRT2;i.interpolateZoom=function(e,t){var n,r,a=e[0],i=e[1],l=e[2],o=t[0],s=t[1],u=t[2],c=o-a,d=s-i,f=c*c+d*d;if(f<we)r=Math.log(u/l)/Ie,n=function(e){return[a+e*c,i+e*d,l*Math.exp(Ie*e*r)]};else{var h=Math.sqrt(f),p=(u*u-l*l+4*f)/(2*l*2*h),v=(u*u-l*l-4*f)/(2*u*2*h),y=Math.log(Math.sqrt(p*p+1)-p),g=Math.log(Math.sqrt(v*v+1)-v);r=(g-y)/Ie,n=function(e){var t,n=e*r,o=Ee(y),s=l/(2*h)*(o*(t=Ie*n+y,((t=Math.exp(2*t))-1)/(t+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[a+s*c,i+s*d,l*o/Ee(Ie*n+y)]}}return n.duration=1e3*r,n},i.behavior.zoom=function(){var e,t,n,r,a,l,o,u,d,f={x:0,y:0,k:1},h=[960,500],p=$e,v=250,y=0,g="mousedown.zoom",m="mousemove.zoom",_="mouseup.zoom",T="touchstart.zoom",M=$(b,"zoomstart","zoom","zoomend");function b(e){e.on(g,B).on(Fe+".zoom",G).on("dblclick.zoom",W).on(T,S)}function K(e){return[(e[0]-f.x)/f.k,(e[1]-f.y)/f.k]}function k(e){f.k=Math.max(p[0],Math.min(p[1],e))}function x(e,t){t=function(e){return[e[0]*f.k+f.x,e[1]*f.k+f.y]}(t),f.x+=e[0]-t[0],f.y+=e[1]-t[1]}function C(e,n,r,a){e.__chart__={x:f.x,y:f.y,k:f.k},k(Math.pow(2,a)),x(t=n,r),e=i.select(e),v>0&&(e=e.transition().duration(v)),e.call(b.event)}function A(){o&&o.domain(l.range().map(function(e){return(e-f.x)/f.k}).map(l.invert)),d&&d.domain(u.range().map(function(e){return(e-f.y)/f.k}).map(u.invert))}function w(e){y++||e({type:"zoomstart"})}function L(e){A(),e({type:"zoom",scale:f.k,translate:[f.x,f.y]})}function D(e){--y||(e({type:"zoomend"}),t=null)}function B(){var e=this,t=M.of(e,arguments),n=0,r=i.select(c(e)).on(m,function(){n=1,x(i.mouse(e),a),L(t)}).on(_,function(){r.on(m,null).on(_,null),l(n),D(t)}),a=K(i.mouse(e)),l=Ke(e);co.call(e),w(t)}function S(){var e,t=this,n=M.of(t,arguments),r={},l=0,o=".zoom-"+i.event.changedTouches[0].identifier,s="touchmove"+o,u="touchend"+o,c=[],d=i.select(t),h=Ke(t);function p(){var n=i.touches(t);return e=f.k,n.forEach(function(e){e.identifier in r&&(r[e.identifier]=K(e))}),n}function v(){var e=i.event.target;i.select(e).on(s,y).on(u,m),c.push(e);for(var n=i.event.changedTouches,o=0,d=n.length;o<d;++o)r[n[o].identifier]=null;var h=p(),v=Date.now();if(1===h.length){if(v-a<500){var g=h[0];C(t,g,r[g.identifier],Math.floor(Math.log(f.k)/Math.LN2)+1),N()}a=v}else if(h.length>1){g=h[0];var _=h[1],T=g[0]-_[0],M=g[1]-_[1];l=T*T+M*M}}function y(){var o,s,u,c,d=i.touches(t);co.call(t);for(var f=0,h=d.length;f<h;++f,c=null)if(u=d[f],c=r[u.identifier]){if(s)break;o=u,s=c}if(c){var p=(p=u[0]-o[0])*p+(p=u[1]-o[1])*p,v=l&&Math.sqrt(p/l);o=[(o[0]+u[0])/2,(o[1]+u[1])/2],s=[(s[0]+c[0])/2,(s[1]+c[1])/2],k(v*e)}a=null,x(o,s),L(n)}function m(){if(i.event.touches.length){for(var e=i.event.changedTouches,t=0,a=e.length;t<a;++t)delete r[e[t].identifier];for(var l in r)return void p()}i.selectAll(c).on(o,null),d.on(g,B).on(T,S),h(),D(n)}v(),w(n),d.on(g,null).on(T,v)}function G(){var a=M.of(this,arguments);r?clearTimeout(r):(co.call(this),e=K(t=n||i.mouse(this)),w(a)),r=setTimeout(function(){r=null,D(a)},50),N(),k(Math.pow(2,.002*Ne())*f.k),x(t,e),L(a)}function W(){var e=i.mouse(this),t=Math.log(f.k)/Math.LN2;C(this,e,K(e),i.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}return Fe||(Fe="onwheel"in s?(Ne=function(){return-i.event.deltaY*(i.event.deltaMode?120:1)},"wheel"):"onmousewheel"in s?(Ne=function(){return i.event.wheelDelta},"mousewheel"):(Ne=function(){return-i.event.detail},"MozMousePixelScroll")),b.event=function(e){e.each(function(){var e=M.of(this,arguments),n=f;po?i.select(this).transition().each("start.zoom",function(){f=this.__chart__||{x:0,y:0,k:1},w(e)}).tween("zoom:zoom",function(){var r=h[0],a=h[1],l=t?t[0]:r/2,o=t?t[1]:a/2,s=i.interpolateZoom([(l-f.x)/f.k,(o-f.y)/f.k,r/f.k],[(l-n.x)/n.k,(o-n.y)/n.k,r/n.k]);return function(t){var n=s(t),a=r/n[2];this.__chart__=f={x:l-n[0]*a,y:o-n[1]*a,k:a},L(e)}}).each("interrupt.zoom",function(){D(e)}).each("end.zoom",function(){D(e)}):(this.__chart__=f,w(e),L(e),D(e))})},b.translate=function(e){return arguments.length?(f={x:+e[0],y:+e[1],k:f.k},A(),b):[f.x,f.y]},b.scale=function(e){return arguments.length?(f={x:f.x,y:f.y,k:null},k(+e),A(),b):f.k},b.scaleExtent=function(e){return arguments.length?(p=null==e?$e:[+e[0],+e[1]],b):p},b.center=function(e){return arguments.length?(n=e&&[+e[0],+e[1]],b):n},b.size=function(e){return arguments.length?(h=e&&[+e[0],+e[1]],b):h},b.duration=function(e){return arguments.length?(v=+e,b):v},b.x=function(e){return arguments.length?(o=e,l=e.copy(),f={x:0,y:0,k:1},b):o},b.y=function(e){return arguments.length?(d=e,u=e.copy(),f={x:0,y:0,k:1},b):d},i.rebind(b,M,"on")};var Ne,Fe,$e=[0,1/0];function Ve(){}function He(e,t,n){return this instanceof He?(this.h=+e,this.s=+t,void(this.l=+n)):arguments.length<2?e instanceof He?new He(e.h,e.s,e.l):pt(""+e,vt,He):new He(e,t,n)}i.color=Ve,Ve.prototype.toString=function(){return this.rgb()+""},i.hsl=He;var qe=He.prototype=new Ve;function Ue(e,t,n){var r,a;function i(e){return Math.round(255*function(e){return e>360?e-=360:e<0&&(e+=360),e<60?r+(a-r)*e/60:e<180?a:e<240?r+(a-r)*(240-e)/60:r}(e))}return e=isNaN(e)?0:(e%=360)<0?e+360:e,t=isNaN(t)?0:t<0?0:t>1?1:t,r=2*(n=n<0?0:n>1?1:n)-(a=n<=.5?n*(1+t):n+t-n*t),new ut(i(e+120),i(e),i(e-120))}function Ye(e,t,n){return this instanceof Ye?(this.h=+e,this.c=+t,void(this.l=+n)):arguments.length<2?e instanceof Ye?new Ye(e.h,e.c,e.l):it(e instanceof Ze?e.l:(e=yt((e=i.rgb(e)).r,e.g,e.b)).l,e.a,e.b):new Ye(e,t,n)}qe.brighter=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,this.l/e)},qe.darker=function(e){return e=Math.pow(.7,arguments.length?e:1),new He(this.h,this.s,e*this.l)},qe.rgb=function(){return Ue(this.h,this.s,this.l)},i.hcl=Ye;var Xe=Ye.prototype=new Ve;function Je(e,t,n){return isNaN(e)&&(e=0),isNaN(t)&&(t=0),new Ze(n,Math.cos(e*=Ge)*t,Math.sin(e)*t)}function Ze(e,t,n){return this instanceof Ze?(this.l=+e,this.a=+t,void(this.b=+n)):arguments.length<2?e instanceof Ze?new Ze(e.l,e.a,e.b):e instanceof Ye?Je(e.h,e.c,e.l):yt((e=ut(e)).r,e.g,e.b):new Ze(e,t,n)}Xe.brighter=function(e){return new Ye(this.h,this.c,Math.min(100,this.l+Qe*(arguments.length?e:1)))},Xe.darker=function(e){return new Ye(this.h,this.c,Math.max(0,this.l-Qe*(arguments.length?e:1)))},Xe.rgb=function(){return Je(this.h,this.c,this.l).rgb()},i.lab=Ze;var Qe=18,et=.95047,tt=1,nt=1.08883,rt=Ze.prototype=new Ve;function at(e,t,n){var r=(e+16)/116,a=r+t/500,i=r-n/200;return new ut(st(3.2404542*(a=lt(a)*et)-1.5371385*(r=lt(r)*tt)-.4985314*(i=lt(i)*nt)),st(-.969266*a+1.8760108*r+.041556*i),st(.0556434*a-.2040259*r+1.0572252*i))}function it(e,t,n){return e>0?new Ye(Math.atan2(n,t)*We,Math.sqrt(t*t+n*n),e):new Ye(NaN,NaN,e)}function lt(e){return e>.206893034?e*e*e:(e-4/29)/7.787037}function ot(e){return e>.008856?Math.pow(e,1/3):7.787037*e+4/29}function st(e){return Math.round(255*(e<=.00304?12.92*e:1.055*Math.pow(e,1/2.4)-.055))}function ut(e,t,n){return this instanceof ut?(this.r=~~e,this.g=~~t,void(this.b=~~n)):arguments.length<2?e instanceof ut?new ut(e.r,e.g,e.b):pt(""+e,ut,Ue):new ut(e,t,n)}function ct(e){return new ut(e>>16,e>>8&255,255&e)}function dt(e){return ct(e)+""}rt.brighter=function(e){return new Ze(Math.min(100,this.l+Qe*(arguments.length?e:1)),this.a,this.b)},rt.darker=function(e){return new Ze(Math.max(0,this.l-Qe*(arguments.length?e:1)),this.a,this.b)},rt.rgb=function(){return at(this.l,this.a,this.b)},i.rgb=ut;var ft=ut.prototype=new Ve;function ht(e){return e<16?"0"+Math.max(0,e).toString(16):Math.min(255,e).toString(16)}function pt(e,t,n){var r,a,i,l=0,o=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(e=e.toLowerCase()))switch(a=r[2].split(","),r[1]){case"hsl":return n(parseFloat(a[0]),parseFloat(a[1])/100,parseFloat(a[2])/100);case"rgb":return t(mt(a[0]),mt(a[1]),mt(a[2]))}return(i=_t.get(e))?t(i.r,i.g,i.b):(null==e||"#"!==e.charAt(0)||isNaN(i=parseInt(e.slice(1),16))||(4===e.length?(l=(3840&i)>>4,l|=l>>4,o=240&i,o|=o>>4,s=15&i,s|=s<<4):7===e.length&&(l=(16711680&i)>>16,o=(65280&i)>>8,s=255&i)),t(l,o,s))}function vt(e,t,n){var r,a,i=Math.min(e/=255,t/=255,n/=255),l=Math.max(e,t,n),o=l-i,s=(l+i)/2;return o?(a=s<.5?o/(l+i):o/(2-l-i),r=e==l?(t-n)/o+(t<n?6:0):t==l?(n-e)/o+2:(e-t)/o+4,r*=60):(r=NaN,a=s>0&&s<1?0:r),new He(r,a,s)}function yt(e,t,n){var r=ot((.4124564*(e=gt(e))+.3575761*(t=gt(t))+.1804375*(n=gt(n)))/et),a=ot((.2126729*e+.7151522*t+.072175*n)/tt);return Ze(116*a-16,500*(r-a),200*(a-ot((.0193339*e+.119192*t+.9503041*n)/nt)))}function gt(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function mt(e){var t=parseFloat(e);return"%"===e.charAt(e.length-1)?Math.round(2.55*t):t}ft.brighter=function(e){e=Math.pow(.7,arguments.length?e:1);var t=this.r,n=this.g,r=this.b,a=30;return t||n||r?(t&&t<a&&(t=a),n&&n<a&&(n=a),r&&r<a&&(r=a),new ut(Math.min(255,t/e),Math.min(255,n/e),Math.min(255,r/e))):new ut(a,a,a)},ft.darker=function(e){return new ut((e=Math.pow(.7,arguments.length?e:1))*this.r,e*this.g,e*this.b)},ft.hsl=function(){return vt(this.r,this.g,this.b)},ft.toString=function(){return"#"+ht(this.r)+ht(this.g)+ht(this.b)};var _t=i.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});function Tt(e){return"function"==typeof e?e:function(){return e}}function Mt(e){return function(t,n,r){return 2===arguments.length&&"function"==typeof n&&(r=n,n=null),bt(t,n,e,r)}}function bt(e,t,n,r){var a={},l=i.dispatch("beforesend","progress","load","error"),s={},u=new XMLHttpRequest,c=null;function d(){var e,t=u.status;if(!t&&function(e){var t=e.responseType;return t&&"text"!==t?e.response:e.responseText}(u)||t>=200&&t<300||304===t){try{e=n.call(a,u)}catch(e){return void l.error.call(a,e)}l.load.call(a,e)}else l.error.call(a,u)}return!this.XDomainRequest||"withCredentials"in u||!/^(http(s)?:)?\/\//.test(e)||(u=new XDomainRequest),"onload"in u?u.onload=u.onerror=d:u.onreadystatechange=function(){u.readyState>3&&d()},u.onprogress=function(e){var t=i.event;i.event=e;try{l.progress.call(a,u)}finally{i.event=t}},a.header=function(e,t){return e=(e+"").toLowerCase(),arguments.length<2?s[e]:(null==t?delete s[e]:s[e]=t+"",a)},a.mimeType=function(e){return arguments.length?(t=null==e?null:e+"",a):t},a.responseType=function(e){return arguments.length?(c=e,a):c},a.response=function(e){return n=e,a},["get","post"].forEach(function(e){a[e]=function(){return a.send.apply(a,[e].concat(o(arguments)))}}),a.send=function(n,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),u.open(n,e,!0),null==t||"accept"in s||(s.accept=t+",*/*"),u.setRequestHeader)for(var o in s)u.setRequestHeader(o,s[o]);return null!=t&&u.overrideMimeType&&u.overrideMimeType(t),null!=c&&(u.responseType=c),null!=i&&a.on("error",i).on("load",function(e){i(null,e)}),l.beforesend.call(a,u),u.send(null==r?null:r),a},a.abort=function(){return u.abort(),a},i.rebind(a,l,"on"),null==r?a:a.get(function(e){return 1===e.length?function(t,n){e(null==t?n:null)}:e}(r))}_t.forEach(function(e,t){_t.set(e,ct(t))}),i.functor=Tt,i.xhr=Mt(z),i.dsv=function(e,t){var n=new RegExp('["'+e+"\n]"),r=e.charCodeAt(0);function a(e,n,r){arguments.length<3&&(r=n,n=null);var a=bt(e,t,null==n?i:l(n),r);return a.row=function(e){return arguments.length?a.response(null==(n=e)?i:l(e)):n},a}function i(e){return a.parse(e.responseText)}function l(e){return function(t){return a.parse(t.responseText,e)}}function o(t){return t.map(s).join(e)}function s(e){return n.test(e)?'"'+e.replace(/\"/g,'""')+'"':e}return a.parse=function(e,t){var n;return a.parseRows(e,function(e,r){if(n)return n(e,r-1);var a=new Function("d","return {"+e.map(function(e,t){return JSON.stringify(e)+": d["+t+"]"}).join(",")+"}");n=t?function(e,n){return t(a(e),n)}:a})},a.parseRows=function(e,t){var n,a,i={},l={},o=[],s=e.length,u=0,c=0;function d(){if(u>=s)return l;if(a)return a=!1,i;var t=u;if(34===e.charCodeAt(t)){for(var n=t;n++<s;)if(34===e.charCodeAt(n)){if(34!==e.charCodeAt(n+1))break;++n}return u=n+2,13===(o=e.charCodeAt(n+1))?(a=!0,10===e.charCodeAt(n+2)&&++u):10===o&&(a=!0),e.slice(t+1,n).replace(/""/g,'"')}for(;u<s;){var o,c=1;if(10===(o=e.charCodeAt(u++)))a=!0;else if(13===o)a=!0,10===e.charCodeAt(u)&&(++u,++c);else if(o!==r)continue;return e.slice(t,u-c)}return e.slice(t)}for(;(n=d())!==l;){for(var f=[];n!==i&&n!==l;)f.push(n),n=d();t&&null==(f=t(f,c++))||o.push(f)}return o},a.format=function(t){if(Array.isArray(t[0]))return a.formatRows(t);var n=new W,r=[];return t.forEach(function(e){for(var t in e)n.has(t)||r.push(n.add(t))}),[r.map(s).join(e)].concat(t.map(function(t){return r.map(function(e){return s(t[e])}).join(e)})).join("\n")},a.formatRows=function(e){return e.map(o).join("\n")},a},i.csv=i.dsv(",","text/csv"),i.tsv=i.dsv("\t","text/tab-separated-values");var Kt,kt,xt,Ct,At=this[P(this,"requestAnimationFrame")]||function(e){setTimeout(e,17)};function wt(e,t,n){var r=arguments.length;r<2&&(t=0),r<3&&(n=Date.now());var a={c:e,t:n+t,n:null};return kt?kt.n=a:Kt=a,kt=a,xt||(Ct=clearTimeout(Ct),xt=1,At(Lt)),a}function Lt(){var e=Dt(),t=Bt()-e;t>24?(isFinite(t)&&(clearTimeout(Ct),Ct=setTimeout(Lt,t)),xt=0):(xt=1,At(Lt))}function Dt(){for(var e=Date.now(),t=Kt;t;)e>=t.t&&t.c(e-t.t)&&(t.c=null),t=t.n;return e}function Bt(){for(var e,t=Kt,n=1/0;t;)t.c?(t.t<n&&(n=t.t),t=(e=t).n):t=e?e.n=t.n:Kt=t.n;return kt=e,n}function St(e,t){return t-(e?Math.ceil(Math.log(e)/Math.LN10):1)}i.timer=function(){wt.apply(this,arguments)},i.timer.flush=function(){Dt(),Bt()},i.round=function(e,t){return t?Math.round(e*(t=Math.pow(10,t)))/t:Math.round(e)};var Gt=["y","z","a","f","p","n","ยต","m","","k","M","G","T","P","E","Z","Y"].map(function(e,t){var n=Math.pow(10,3*b(8-t));return{scale:t>8?function(e){return e/n}:function(e){return e*n},symbol:e}});i.formatPrefix=function(e,t){var n=0;return(e=+e)&&(e<0&&(e*=-1),t&&(e=i.round(e,St(e,t))),n=1+Math.floor(1e-12+Math.log(e)/Math.LN10),n=Math.max(-24,Math.min(24,3*Math.floor((n-1)/3)))),Gt[8+n/3]};var Wt=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,zt=i.map({b:function(e){return e.toString(2)},c:function(e){return String.fromCharCode(e)},o:function(e){return e.toString(8)},x:function(e){return e.toString(16)},X:function(e){return e.toString(16).toUpperCase()},g:function(e,t){return e.toPrecision(t)},e:function(e,t){return e.toExponential(t)},f:function(e,t){return e.toFixed(t)},r:function(e,t){return(e=i.round(e,St(e,t))).toFixed(Math.max(0,Math.min(20,St(e*(1+1e-15),t))))}});function Ot(e){return e+""}var Pt=i.time={},Rt=Date;function Et(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}Et.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){jt.setUTCDate.apply(this._,arguments)},setDay:function(){jt.setUTCDay.apply(this._,arguments)},setFullYear:function(){jt.setUTCFullYear.apply(this._,arguments)},setHours:function(){jt.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){jt.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){jt.setUTCMinutes.apply(this._,arguments)},setMonth:function(){jt.setUTCMonth.apply(this._,arguments)},setSeconds:function(){jt.setUTCSeconds.apply(this._,arguments)},setTime:function(){jt.setTime.apply(this._,arguments)}};var jt=Date.prototype;function It(e,t,n){function r(t){var n=e(t),r=i(n,1);return t-n<r-t?n:r}function a(n){return t(n=e(new Rt(n-1)),1),n}function i(e,n){return t(e=new Rt(+e),n),e}function l(e,r,i){var l=a(e),o=[];if(i>1)for(;l<r;)n(l)%i||o.push(new Date(+l)),t(l,1);else for(;l<r;)o.push(new Date(+l)),t(l,1);return o}e.floor=e,e.round=r,e.ceil=a,e.offset=i,e.range=l;var o=e.utc=Nt(e);return o.floor=o,o.round=Nt(r),o.ceil=Nt(a),o.offset=Nt(i),o.range=function(e,t,n){try{Rt=Et;var r=new Et;return r._=e,l(r,t,n)}finally{Rt=Date}},e}function Nt(e){return function(t,n){try{Rt=Et;var r=new Et;return r._=t,e(r,n)._}finally{Rt=Date}}}Pt.year=It(function(e){return(e=Pt.day(e)).setMonth(0,1),e},function(e,t){e.setFullYear(e.getFullYear()+t)},function(e){return e.getFullYear()}),Pt.years=Pt.year.range,Pt.years.utc=Pt.year.utc.range,Pt.day=It(function(e){var t=new Rt(2e3,0);return t.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),t},function(e,t){e.setDate(e.getDate()+t)},function(e){return e.getDate()-1}),Pt.days=Pt.day.range,Pt.days.utc=Pt.day.utc.range,Pt.dayOfYear=function(e){var t=Pt.year(e);return Math.floor((e-t-6e4*(e.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(e,t){t=7-t;var n=Pt[e]=It(function(e){return(e=Pt.day(e)).setDate(e.getDate()-(e.getDay()+t)%7),e},function(e,t){e.setDate(e.getDate()+7*Math.floor(t))},function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)-(n!==t)});Pt[e+"s"]=n.range,Pt[e+"s"].utc=n.utc.range,Pt[e+"OfYear"]=function(e){var n=Pt.year(e).getDay();return Math.floor((Pt.dayOfYear(e)+(n+t)%7)/7)}}),Pt.week=Pt.sunday,Pt.weeks=Pt.sunday.range,Pt.weeks.utc=Pt.sunday.utc.range,Pt.weekOfYear=Pt.sundayOfYear;var Ft={"-":"",_:" ",0:"0"},$t=/^\s*\d+/,Vt=/^%/;function Ht(e,t,n){var r=e<0?"-":"",a=(r?-e:e)+"",i=a.length;return r+(i<n?new Array(n-i+1).join(t)+a:a)}function qt(e){return new RegExp("^(?:"+e.map(i.requote).join("|")+")","i")}function Ut(e){for(var t=new k,n=-1,r=e.length;++n<r;)t.set(e[n].toLowerCase(),n);return t}function Yt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+1));return r?(e.w=+r[0],n+r[0].length):-1}function Xt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.U=+r[0],n+r[0].length):-1}function Jt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n));return r?(e.W=+r[0],n+r[0].length):-1}function Zt(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+4));return r?(e.y=+r[0],n+r[0].length):-1}function Qt(e,t,n){$t.lastIndex=0;var r,a=$t.exec(t.slice(n,n+2));return a?(e.y=(r=+a[0])+(r>68?1900:2e3),n+a[0].length):-1}function en(e,t,n){return/^[+-]\d{4}$/.test(t=t.slice(n,n+5))?(e.Z=-t,n+5):-1}function tn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.m=r[0]-1,n+r[0].length):-1}function nn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.d=+r[0],n+r[0].length):-1}function rn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.j=+r[0],n+r[0].length):-1}function an(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.H=+r[0],n+r[0].length):-1}function ln(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.M=+r[0],n+r[0].length):-1}function on(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+2));return r?(e.S=+r[0],n+r[0].length):-1}function sn(e,t,n){$t.lastIndex=0;var r=$t.exec(t.slice(n,n+3));return r?(e.L=+r[0],n+r[0].length):-1}function un(e){var t=e.getTimezoneOffset(),n=t>0?"-":"+",r=b(t)/60|0,a=b(t)%60;return n+Ht(r,"0",2)+Ht(a,"0",2)}function cn(e,t,n){Vt.lastIndex=0;var r=Vt.exec(t.slice(n,n+1));return r?n+r[0].length:-1}function dn(e){for(var t=e.length,n=-1;++n<t;)e[n][0]=this(e[n][0]);return function(t){for(var n=0,r=e[n];!r[1](t);)r=e[++n];return r[0](t)}}i.locale=function(e){return{numberFormat:function(e){var t=e.decimal,n=e.thousands,r=e.grouping,a=e.currency,l=r&&n?function(e,t){for(var a=e.length,i=[],l=0,o=r[0],s=0;a>0&&o>0&&(s+o+1>t&&(o=Math.max(1,t-s)),i.push(e.substring(a-=o,a+o)),!((s+=o+1)>t));)o=r[l=(l+1)%r.length];return i.reverse().join(n)}:z;return function(e){var n=Wt.exec(e),r=n[1]||" ",o=n[2]||">",s=n[3]||"-",u=n[4]||"",c=n[5],d=+n[6],f=n[7],h=n[8],p=n[9],v=1,y="",g="",m=!1,_=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":f=!0,p="g";break;case"%":v=100,g="%",p="f";break;case"p":v=100,g="%",p="r";break;case"b":case"o":case"x":case"X":"#"===u&&(y="0"+p.toLowerCase());case"c":_=!1;case"d":m=!0,h=0;break;case"s":v=-1,p="r"}"$"===u&&(y=a[0],g=a[1]),"r"!=p||h||(p="g"),null!=h&&("g"==p?h=Math.max(1,Math.min(21,h)):"e"!=p&&"f"!=p||(h=Math.max(0,Math.min(20,h)))),p=zt.get(p)||Ot;var T=c&&f;return function(e){var n=g;if(m&&e%1)return"";var a=e<0||0===e&&1/e<0?(e=-e,"-"):"-"===s?"":s;if(v<0){var u=i.formatPrefix(e,h);e=u.scale(e),n=u.symbol+g}else e*=v;var M,b,K=(e=p(e,h)).lastIndexOf(".");if(K<0){var k=_?e.lastIndexOf("e"):-1;k<0?(M=e,b=""):(M=e.substring(0,k),b=e.substring(k))}else M=e.substring(0,K),b=t+e.substring(K+1);!c&&f&&(M=l(M,1/0));var x=y.length+M.length+b.length+(T?0:a.length),C=x<d?new Array(x=d-x+1).join(r):"";return T&&(M=l(C+M,C.length?d-b.length:1/0)),a+=y,e=M+b,("<"===o?a+e+C:">"===o?C+a+e:"^"===o?C.substring(0,x>>=1)+a+e+C.substring(x):a+(T?e:C+e))+n}}}(e),timeFormat:function(e){var t=e.dateTime,n=e.date,r=e.time,a=e.periods,l=e.days,o=e.shortDays,s=e.months,u=e.shortMonths;function c(e){var t=e.length;function n(n){for(var r,a,i,l=[],o=-1,s=0;++o<t;)37===e.charCodeAt(o)&&(l.push(e.slice(s,o)),null!=(a=Ft[r=e.charAt(++o)])&&(r=e.charAt(++o)),(i=M[r])&&(r=i(n,null==a?"e"===r?" ":"0":a)),l.push(r),s=o+1);return l.push(e.slice(s,o)),l.join("")}return n.parse=function(t){var n={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null};if(d(n,e,t,0)!=t.length)return null;"p"in n&&(n.H=n.H%12+12*n.p);var r=null!=n.Z&&Rt!==Et,a=new(r?Et:Rt);return"j"in n?a.setFullYear(n.y,0,n.j):"W"in n||"U"in n?("w"in n||(n.w="W"in n?1:0),a.setFullYear(n.y,0,1),a.setFullYear(n.y,0,"W"in n?(n.w+6)%7+7*n.W-(a.getDay()+5)%7:n.w+7*n.U-(a.getDay()+6)%7)):a.setFullYear(n.y,n.m,n.d),a.setHours(n.H+(n.Z/100|0),n.M+n.Z%100,n.S,n.L),r?a._:a},n.toString=function(){return e},n}function d(e,t,n,r){for(var a,i,l,o=0,s=t.length,u=n.length;o<s;){if(r>=u)return-1;if(37===(a=t.charCodeAt(o++))){if(l=t.charAt(o++),!(i=b[l in Ft?t.charAt(o++):l])||(r=i(e,n,r))<0)return-1}else if(a!=n.charCodeAt(r++))return-1}return r}c.utc=function(e){var t=c(e);function n(e){try{var n=new(Rt=Et);return n._=e,t(n)}finally{Rt=Date}}return n.parse=function(e){try{Rt=Et;var n=t.parse(e);return n&&n._}finally{Rt=Date}},n.toString=t.toString,n},c.multi=c.utc.multi=dn;var f=i.map(),h=qt(l),p=Ut(l),v=qt(o),y=Ut(o),g=qt(s),m=Ut(s),_=qt(u),T=Ut(u);a.forEach(function(e,t){f.set(e.toLowerCase(),t)});var M={a:function(e){return o[e.getDay()]},A:function(e){return l[e.getDay()]},b:function(e){return u[e.getMonth()]},B:function(e){return s[e.getMonth()]},c:c(t),d:function(e,t){return Ht(e.getDate(),t,2)},e:function(e,t){return Ht(e.getDate(),t,2)},H:function(e,t){return Ht(e.getHours(),t,2)},I:function(e,t){return Ht(e.getHours()%12||12,t,2)},j:function(e,t){return Ht(1+Pt.dayOfYear(e),t,3)},L:function(e,t){return Ht(e.getMilliseconds(),t,3)},m:function(e,t){return Ht(e.getMonth()+1,t,2)},M:function(e,t){return Ht(e.getMinutes(),t,2)},p:function(e){return a[+(e.getHours()>=12)]},S:function(e,t){return Ht(e.getSeconds(),t,2)},U:function(e,t){return Ht(Pt.sundayOfYear(e),t,2)},w:function(e){return e.getDay()},W:function(e,t){return Ht(Pt.mondayOfYear(e),t,2)},x:c(n),X:c(r),y:function(e,t){return Ht(e.getFullYear()%100,t,2)},Y:function(e,t){return Ht(e.getFullYear()%1e4,t,4)},Z:un,"%":function(){return"%"}},b={a:function(e,t,n){v.lastIndex=0;var r=v.exec(t.slice(n));return r?(e.w=y.get(r[0].toLowerCase()),n+r[0].length):-1},A:function(e,t,n){h.lastIndex=0;var r=h.exec(t.slice(n));return r?(e.w=p.get(r[0].toLowerCase()),n+r[0].length):-1},b:function(e,t,n){_.lastIndex=0;var r=_.exec(t.slice(n));return r?(e.m=T.get(r[0].toLowerCase()),n+r[0].length):-1},B:function(e,t,n){g.lastIndex=0;var r=g.exec(t.slice(n));return r?(e.m=m.get(r[0].toLowerCase()),n+r[0].length):-1},c:function(e,t,n){return d(e,M.c.toString(),t,n)},d:nn,e:nn,H:an,I:an,j:rn,L:sn,m:tn,M:ln,p:function(e,t,n){var r=f.get(t.slice(n,n+=2).toLowerCase());return null==r?-1:(e.p=r,n)},S:on,U:Xt,w:Yt,W:Jt,x:function(e,t,n){return d(e,M.x.toString(),t,n)},X:function(e,t,n){return d(e,M.X.toString(),t,n)},y:Qt,Y:Zt,Z:en,"%":cn};return c}(e)}};var fn=i.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});function hn(){}i.format=fn.numberFormat,i.geo={},hn.prototype={s:0,t:0,add:function(e){vn(e,this.t,pn),vn(pn.s,this.s,this),this.s?this.t+=pn.t:this.s=pn.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var pn=new hn;function vn(e,t,n){var r=n.s=e+t,a=r-e,i=r-a;n.t=e-i+(t-a)}function yn(e,t){e&&mn.hasOwnProperty(e.type)&&mn[e.type](e,t)}i.geo.stream=function(e,t){e&&gn.hasOwnProperty(e.type)?gn[e.type](e,t):yn(e,t)};var gn={Feature:function(e,t){yn(e.geometry,t)},FeatureCollection:function(e,t){for(var n=e.features,r=-1,a=n.length;++r<a;)yn(n[r].geometry,t)}},mn={Sphere:function(e,t){t.sphere()},Point:function(e,t){e=e.coordinates,t.point(e[0],e[1],e[2])},MultiPoint:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)e=n[r],t.point(e[0],e[1],e[2])},LineString:function(e,t){_n(e.coordinates,t,0)},MultiLineString:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)_n(n[r],t,0)},Polygon:function(e,t){Tn(e.coordinates,t)},MultiPolygon:function(e,t){for(var n=e.coordinates,r=-1,a=n.length;++r<a;)Tn(n[r],t)},GeometryCollection:function(e,t){for(var n=e.geometries,r=-1,a=n.length;++r<a;)yn(n[r],t)}};function _n(e,t,n){var r,a=-1,i=e.length-n;for(t.lineStart();++a<i;)r=e[a],t.point(r[0],r[1],r[2]);t.lineEnd()}function Tn(e,t){var n=-1,r=e.length;for(t.polygonStart();++n<r;)_n(e[n],t,1);t.polygonEnd()}i.geo.area=function(e){return Mn=0,i.geo.stream(e,Wn),Mn};var Mn,bn,Kn,kn,xn,Cn,An,wn,Ln,Dn,Bn,Sn,Gn=new hn,Wn={sphere:function(){Mn+=4*Le},point:E,lineStart:E,lineEnd:E,polygonStart:function(){Gn.reset(),Wn.lineStart=zn},polygonEnd:function(){var e=2*Gn;Mn+=e<0?4*Le+e:e,Wn.lineStart=Wn.lineEnd=Wn.point=E}};function zn(){var e,t,n,r,a;function i(e,t){t=t*Ge/2+Le/4;var i=(e*=Ge)-n,l=i>=0?1:-1,o=l*i,s=Math.cos(t),u=Math.sin(t),c=a*u,d=r*s+c*Math.cos(o),f=c*l*Math.sin(o);Gn.add(Math.atan2(f,d)),n=e,r=s,a=u}Wn.point=function(l,o){Wn.point=i,n=(e=l)*Ge,r=Math.cos(o=(t=o)*Ge/2+Le/4),a=Math.sin(o)},Wn.lineEnd=function(){i(e,t)}}function On(e){var t=e[0],n=e[1],r=Math.cos(n);return[r*Math.cos(t),r*Math.sin(t),Math.sin(n)]}function Pn(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]}function Rn(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function En(e,t){e[0]+=t[0],e[1]+=t[1],e[2]+=t[2]}function jn(e,t){return[e[0]*t,e[1]*t,e[2]*t]}function In(e){var t=Math.sqrt(e[0]*e[0]+e[1]*e[1]+e[2]*e[2]);e[0]/=t,e[1]/=t,e[2]/=t}function Nn(e){return[Math.atan2(e[1],e[0]),Re(e[2])]}function Fn(e,t){return b(e[0]-t[0])<Ae&&b(e[1]-t[1])<Ae}i.geo.bounds=function(){var e,t,n,r,a,l,o,s,u,c,d,f={point:h,lineStart:v,lineEnd:y,polygonStart:function(){f.point=g,f.lineStart=m,f.lineEnd=_,u=0,Wn.polygonStart()},polygonEnd:function(){Wn.polygonEnd(),f.point=h,f.lineStart=v,f.lineEnd=y,Gn<0?(e=-(n=180),t=-(r=90)):u>Ae?r=90:u<-Ae&&(t=-90),d[0]=e,d[1]=n}};function h(a,i){c.push(d=[e=a,n=a]),i<t&&(t=i),i>r&&(r=i)}function p(i,l){var o=On([i*Ge,l*Ge]);if(s){var u=Rn(s,o),c=Rn([u[1],-u[0],0],u);In(c),c=Nn(c);var d=i-a,f=d>0?1:-1,p=c[0]*We*f,v=b(d)>180;if(v^(f*a<p&&p<f*i))(y=c[1]*We)>r&&(r=y);else if(v^(f*a<(p=(p+360)%360-180)&&p<f*i)){var y;(y=-c[1]*We)<t&&(t=y)}else l<t&&(t=l),l>r&&(r=l);v?i<a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i):n>=e?(i<e&&(e=i),i>n&&(n=i)):i>a?T(e,i)>T(e,n)&&(n=i):T(i,n)>T(e,n)&&(e=i)}else h(i,l);s=o,a=i}function v(){f.point=p}function y(){d[0]=e,d[1]=n,f.point=h,s=null}function g(e,t){if(s){var n=e-a;u+=b(n)>180?n+(n>0?360:-360):n}else l=e,o=t;Wn.point(e,t),p(e,t)}function m(){Wn.lineStart()}function _(){g(l,o),Wn.lineEnd(),b(u)>Ae&&(e=-(n=180)),d[0]=e,d[1]=n,s=null}function T(e,t){return(t-=e)<0?t+360:t}function M(e,t){return e[0]-t[0]}function K(e,t){return t[0]<=t[1]?t[0]<=e&&e<=t[1]:e<t[0]||t[1]<e}return function(a){if(r=n=-(e=t=1/0),c=[],i.geo.stream(a,f),u=c.length){c.sort(M);for(var l=1,o=[v=c[0]];l<u;++l)K((h=c[l])[0],v)||K(h[1],v)?(T(v[0],h[1])>T(v[0],v[1])&&(v[1]=h[1]),T(h[0],v[1])>T(v[0],v[1])&&(v[0]=h[0])):o.push(v=h);for(var s,u,h,p=-1/0,v=(l=0,o[u=o.length-1]);l<=u;v=h,++l)h=o[l],(s=T(v[1],h[0]))>p&&(p=s,e=h[0],n=v[1])}return c=d=null,e===1/0||t===1/0?[[NaN,NaN],[NaN,NaN]]:[[e,t],[n,r]]}}(),i.geo.centroid=function(e){bn=Kn=kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,$n);var t=Dn,n=Bn,r=Sn,a=t*t+n*n+r*r;return a<we&&(t=An,n=wn,r=Ln,Kn<Ae&&(t=kn,n=xn,r=Cn),(a=t*t+n*n+r*r)<we)?[NaN,NaN]:[Math.atan2(n,t)*We,Re(r/Math.sqrt(a))*We]};var $n={sphere:E,point:Vn,lineStart:qn,lineEnd:Un,polygonStart:function(){$n.lineStart=Yn},polygonEnd:function(){$n.lineStart=qn}};function Vn(e,t){e*=Ge;var n=Math.cos(t*=Ge);Hn(n*Math.cos(e),n*Math.sin(e),Math.sin(t))}function Hn(e,t,n){kn+=(e-kn)/++bn,xn+=(t-xn)/bn,Cn+=(n-Cn)/bn}function qn(){var e,t,n;function r(r,a){r*=Ge;var i=Math.cos(a*=Ge),l=i*Math.cos(r),o=i*Math.sin(r),s=Math.sin(a),u=Math.atan2(Math.sqrt((u=t*s-n*o)*u+(u=n*l-e*s)*u+(u=e*o-t*l)*u),e*l+t*o+n*s);Kn+=u,An+=u*(e+(e=l)),wn+=u*(t+(t=o)),Ln+=u*(n+(n=s)),Hn(e,t,n)}$n.point=function(a,i){a*=Ge;var l=Math.cos(i*=Ge);e=l*Math.cos(a),t=l*Math.sin(a),n=Math.sin(i),$n.point=r,Hn(e,t,n)}}function Un(){$n.point=Vn}function Yn(){var e,t,n,r,a;function i(e,t){e*=Ge;var i=Math.cos(t*=Ge),l=i*Math.cos(e),o=i*Math.sin(e),s=Math.sin(t),u=r*s-a*o,c=a*l-n*s,d=n*o-r*l,f=Math.sqrt(u*u+c*c+d*d),h=n*l+r*o+a*s,p=f&&-Pe(h)/f,v=Math.atan2(f,h);Dn+=p*u,Bn+=p*c,Sn+=p*d,Kn+=v,An+=v*(n+(n=l)),wn+=v*(r+(r=o)),Ln+=v*(a+(a=s)),Hn(n,r,a)}$n.point=function(l,o){e=l,t=o,$n.point=i,l*=Ge;var s=Math.cos(o*=Ge);n=s*Math.cos(l),r=s*Math.sin(l),a=Math.sin(o),Hn(n,r,a)},$n.lineEnd=function(){i(e,t),$n.lineEnd=Un,$n.point=Vn}}function Xn(e,t){function n(n,r){return n=e(n,r),t(n[0],n[1])}return e.invert&&t.invert&&(n.invert=function(n,r){return(n=t.invert(n,r))&&e.invert(n[0],n[1])}),n}function Jn(){return!0}function Zn(e,t,n,r,a){var i=[],l=[];if(e.forEach(function(e){if(!((t=e.length-1)<=0)){var t,n=e[0],r=e[t];if(Fn(n,r)){a.lineStart();for(var o=0;o<t;++o)a.point((n=e[o])[0],n[1]);a.lineEnd()}else{var s=new er(n,e,null,!0),u=new er(n,null,s,!1);s.o=u,i.push(s),l.push(u),u=new er(r,null,s=new er(r,e,null,!1),!0),s.o=u,i.push(s),l.push(u)}}}),l.sort(t),Qn(i),Qn(l),i.length){for(var o=0,s=n,u=l.length;o<u;++o)l[o].e=s=!s;for(var c,d,f=i[0];;){for(var h=f,p=!0;h.v;)if((h=h.n)===f)return;c=h.z,a.lineStart();do{if(h.v=h.o.v=!0,h.e){if(p)for(o=0,u=c.length;o<u;++o)a.point((d=c[o])[0],d[1]);else r(h.x,h.n.x,1,a);h=h.n}else{if(p)for(o=(c=h.p.z).length-1;o>=0;--o)a.point((d=c[o])[0],d[1]);else r(h.x,h.p.x,-1,a);h=h.p}c=(h=h.o).z,p=!p}while(!h.v);a.lineEnd()}}}function Qn(e){if(t=e.length){for(var t,n,r=0,a=e[0];++r<t;)a.n=n=e[r],n.p=a,a=n;a.n=n=e[0],n.p=a}}function er(e,t,n,r){this.x=e,this.z=t,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function tr(e,t,n,r){return function(a,l){var o,s=t(l),u=a.invert(r[0],r[1]),c={point:d,lineStart:h,lineEnd:p,polygonStart:function(){c.point=T,c.lineStart=M,c.lineEnd=b,o=[],v=[]},polygonEnd:function(){c.point=d,c.lineStart=h,c.lineEnd=p,o=i.merge(o);var e=function(e,t){var n=e[0],r=e[1],a=[Math.sin(n),-Math.cos(n),0],i=0,l=0;Gn.reset();for(var o=0,s=t.length;o<s;++o){var u=t[o],c=u.length;if(c)for(var d=u[0],f=d[0],h=d[1]/2+Le/4,p=Math.sin(h),v=Math.cos(h),y=1;;){y===c&&(y=0);var g=(e=u[y])[0],m=e[1]/2+Le/4,_=Math.sin(m),T=Math.cos(m),M=g-f,b=M>=0?1:-1,K=b*M,k=K>Le,x=p*_;if(Gn.add(Math.atan2(x*b*Math.sin(K),v*T+x*Math.cos(K))),i+=k?M+b*De:M,k^f>=n^g>=n){var C=Rn(On(d),On(e));In(C);var A=Rn(a,C);In(A);var w=(k^M>=0?-1:1)*Re(A[2]);(r>w||r===w&&(C[0]||C[1]))&&(l+=k^M>=0?1:-1)}if(!y++)break;f=g,p=_,v=T,d=e}}return(i<-Ae||i<Ae&&Gn<-Ae)^1&l}(u,v);o.length?(_||(l.polygonStart(),_=!0),Zn(o,ar,e,n,l)):e&&(_||(l.polygonStart(),_=!0),l.lineStart(),n(null,null,1,l),l.lineEnd()),_&&(l.polygonEnd(),_=!1),o=v=null},sphere:function(){l.polygonStart(),l.lineStart(),n(null,null,1,l),l.lineEnd(),l.polygonEnd()}};function d(t,n){var r=a(t,n);e(t=r[0],n=r[1])&&l.point(t,n)}function f(e,t){var n=a(e,t);s.point(n[0],n[1])}function h(){c.point=f,s.lineStart()}function p(){c.point=d,s.lineEnd()}var v,y,g=rr(),m=t(g),_=!1;function T(e,t){y.push([e,t]);var n=a(e,t);m.point(n[0],n[1])}function M(){m.lineStart(),y=[]}function b(){T(y[0][0],y[0][1]),m.lineEnd();var e,t=m.clean(),n=g.buffer(),r=n.length;if(y.pop(),v.push(y),y=null,r)if(1&t){var a,i=-1;if((r=(e=n[0]).length-1)>0){for(_||(l.polygonStart(),_=!0),l.lineStart();++i<r;)l.point((a=e[i])[0],a[1]);l.lineEnd()}}else r>1&&2&t&&n.push(n.pop().concat(n.shift())),o.push(n.filter(nr))}return c}}function nr(e){return e.length>1}function rr(){var e,t=[];return{lineStart:function(){t.push(e=[])},point:function(t,n){e.push([t,n])},lineEnd:E,buffer:function(){var n=t;return t=[],e=null,n},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function ar(e,t){return((e=e.x)[0]<0?e[1]-Se-Ae:Se-e[1])-((t=t.x)[0]<0?t[1]-Se-Ae:Se-t[1])}var ir=tr(Jn,function(e){var t,n=NaN,r=NaN,a=NaN;return{lineStart:function(){e.lineStart(),t=1},point:function(i,l){var o=i>0?Le:-Le,s=b(i-n);b(s-Le)<Ae?(e.point(n,r=(r+l)/2>0?Se:-Se),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),e.point(i,r),t=0):a!==o&&s>=Le&&(b(n-a)<Ae&&(n-=a*Ae),b(i-o)<Ae&&(i-=o*Ae),r=function(e,t,n,r){var a,i,l=Math.sin(e-n);return b(l)>Ae?Math.atan((Math.sin(t)*(i=Math.cos(r))*Math.sin(n)-Math.sin(r)*(a=Math.cos(t))*Math.sin(e))/(a*i*l)):(t+r)/2}(n,r,i,l),e.point(a,r),e.lineEnd(),e.lineStart(),e.point(o,r),t=0),e.point(n=i,r=l),a=o},lineEnd:function(){e.lineEnd(),n=r=NaN},clean:function(){return 2-t}}},function(e,t,n,r){var a;if(null==e)a=n*Se,r.point(-Le,a),r.point(0,a),r.point(Le,a),r.point(Le,0),r.point(Le,-a),r.point(0,-a),r.point(-Le,-a),r.point(-Le,0),r.point(-Le,a);else if(b(e[0]-t[0])>Ae){var i=e[0]<t[0]?Le:-Le;a=n*i/2,r.point(-i,a),r.point(0,a),r.point(i,a)}else r.point(t[0],t[1])},[-Le,-Le/2]);function lr(e,t,n,r){return function(a){var i,l=a.a,o=a.b,s=l.x,u=l.y,c=0,d=1,f=o.x-s,h=o.y-u;if(i=e-s,f||!(i>0)){if(i/=f,f<0){if(i<c)return;i<d&&(d=i)}else if(f>0){if(i>d)return;i>c&&(c=i)}if(i=n-s,f||!(i<0)){if(i/=f,f<0){if(i>d)return;i>c&&(c=i)}else if(f>0){if(i<c)return;i<d&&(d=i)}if(i=t-u,h||!(i>0)){if(i/=h,h<0){if(i<c)return;i<d&&(d=i)}else if(h>0){if(i>d)return;i>c&&(c=i)}if(i=r-u,h||!(i<0)){if(i/=h,h<0){if(i>d)return;i>c&&(c=i)}else if(h>0){if(i<c)return;i<d&&(d=i)}return c>0&&(a.a={x:s+c*f,y:u+c*h}),d<1&&(a.b={x:s+d*f,y:u+d*h}),a}}}}}}var or=1e9;function sr(e,t,n,r){return function(s){var u,c,d,f,h,p,v,y,g,m,_,T=s,M=rr(),b=lr(e,t,n,r),K={point:C,lineStart:function(){K.point=A,c&&c.push(d=[]);m=!0,g=!1,v=y=NaN},lineEnd:function(){u&&(A(f,h),p&&g&&M.rejoin(),u.push(M.buffer()));K.point=C,g&&s.lineEnd()},polygonStart:function(){s=M,u=[],c=[],_=!0},polygonEnd:function(){s=T,u=i.merge(u);var t=function(e){for(var t=0,n=c.length,r=e[1],a=0;a<n;++a)for(var i,l=1,o=c[a],s=o.length,u=o[0];l<s;++l)i=o[l],u[1]<=r?i[1]>r&&Oe(u,i,e)>0&&++t:i[1]<=r&&Oe(u,i,e)<0&&--t,u=i;return 0!==t}([e,r]),n=_&&t,a=u.length;(n||a)&&(s.polygonStart(),n&&(s.lineStart(),k(null,null,1,s),s.lineEnd()),a&&Zn(u,l,t,k,s),s.polygonEnd()),u=c=d=null}};function k(i,l,s,u){var c=0,d=0;if(null==i||(c=a(i,s))!==(d=a(l,s))||o(i,l)<0^s>0)do{u.point(0===c||3===c?e:n,c>1?r:t)}while((c=(c+s+4)%4)!==d);else u.point(l[0],l[1])}function x(a,i){return e<=a&&a<=n&&t<=i&&i<=r}function C(e,t){x(e,t)&&s.point(e,t)}function A(e,t){var n=x(e=Math.max(-or,Math.min(or,e)),t=Math.max(-or,Math.min(or,t)));if(c&&d.push([e,t]),m)f=e,h=t,p=n,m=!1,n&&(s.lineStart(),s.point(e,t));else if(n&&g)s.point(e,t);else{var r={a:{x:v,y:y},b:{x:e,y:t}};b(r)?(g||(s.lineStart(),s.point(r.a.x,r.a.y)),s.point(r.b.x,r.b.y),n||s.lineEnd(),_=!1):n&&(s.lineStart(),s.point(e,t),_=!1)}v=e,y=t,g=n}return K};function a(r,a){return b(r[0]-e)<Ae?a>0?0:3:b(r[0]-n)<Ae?a>0?2:1:b(r[1]-t)<Ae?a>0?1:0:a>0?3:2}function l(e,t){return o(e.x,t.x)}function o(e,t){var n=a(e,1),r=a(t,1);return n!==r?n-r:0===n?t[1]-e[1]:1===n?e[0]-t[0]:2===n?e[1]-t[1]:t[0]-e[0]}}function ur(e){var t=0,n=Le/3,r=Br(e),a=r(t,n);return a.parallels=function(e){return arguments.length?r(t=e[0]*Le/180,n=e[1]*Le/180):[t/Le*180,n/Le*180]},a}function cr(e,t){var n=Math.sin(e),r=(n+Math.sin(t))/2,a=1+n*(2*r-n),i=Math.sqrt(a)/r;function l(e,t){var n=Math.sqrt(a-2*r*Math.sin(t))/r;return[n*Math.sin(e*=r),i-n*Math.cos(e)]}return l.invert=function(e,t){var n=i-t;return[Math.atan2(e,n)/r,Re((a-(e*e+n*n)*r*r)/(2*r))]},l}i.geo.clipExtent=function(){var e,t,n,r,a,i,l={stream:function(e){return a&&(a.valid=!1),(a=i(e)).valid=!0,a},extent:function(o){return arguments.length?(i=sr(e=+o[0][0],t=+o[0][1],n=+o[1][0],r=+o[1][1]),a&&(a.valid=!1,a=null),l):[[e,t],[n,r]]}};return l.extent([[0,0],[960,500]])},(i.geo.conicEqualArea=function(){return ur(cr)}).raw=cr,i.geo.albers=function(){return i.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},i.geo.albersUsa=function(){var e,t,n,r,a=i.geo.albers(),l=i.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=i.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,n){e=[t,n]}};function u(a){var i=a[0],l=a[1];return e=null,t(i,l),e||(n(i,l),e)||r(i,l),e}return u.invert=function(e){var t=a.scale(),n=a.translate(),r=(e[0]-n[0])/t,i=(e[1]-n[1])/t;return(i>=.12&&i<.234&&r>=-.425&&r<-.214?l:i>=.166&&i<.234&&r>=-.214&&r<-.115?o:a).invert(e)},u.stream=function(e){var t=a.stream(e),n=l.stream(e),r=o.stream(e);return{point:function(e,a){t.point(e,a),n.point(e,a),r.point(e,a)},sphere:function(){t.sphere(),n.sphere(),r.sphere()},lineStart:function(){t.lineStart(),n.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),n.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),n.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),n.polygonEnd(),r.polygonEnd()}}},u.precision=function(e){return arguments.length?(a.precision(e),l.precision(e),o.precision(e),u):a.precision()},u.scale=function(e){return arguments.length?(a.scale(e),l.scale(.35*e),o.scale(e),u.translate(a.translate())):a.scale()},u.translate=function(e){if(!arguments.length)return a.translate();var i=a.scale(),c=+e[0],d=+e[1];return t=a.translate(e).clipExtent([[c-.455*i,d-.238*i],[c+.455*i,d+.238*i]]).stream(s).point,n=l.translate([c-.307*i,d+.201*i]).clipExtent([[c-.425*i+Ae,d+.12*i+Ae],[c-.214*i-Ae,d+.234*i-Ae]]).stream(s).point,r=o.translate([c-.205*i,d+.212*i]).clipExtent([[c-.214*i+Ae,d+.166*i+Ae],[c-.115*i-Ae,d+.234*i-Ae]]).stream(s).point,u},u.scale(1070)};var dr,fr,hr,pr,vr,yr,gr={point:E,lineStart:E,lineEnd:E,polygonStart:function(){fr=0,gr.lineStart=mr},polygonEnd:function(){gr.lineStart=gr.lineEnd=gr.point=E,dr+=b(fr/2)}};function mr(){var e,t,n,r;function a(e,t){fr+=r*e-n*t,n=e,r=t}gr.point=function(i,l){gr.point=a,e=n=i,t=r=l},gr.lineEnd=function(){a(e,t)}}var _r={point:function(e,t){e<hr&&(hr=e);e>vr&&(vr=e);t<pr&&(pr=t);t>yr&&(yr=t)},lineStart:E,lineEnd:E,polygonStart:E,polygonEnd:E};function Tr(e){return"m0,"+e+"a"+e+","+e+" 0 1,1 0,"+-2*e+"a"+e+","+e+" 0 1,1 0,"+2*e+"z"}var Mr,br={point:Kr,lineStart:kr,lineEnd:xr,polygonStart:function(){br.lineStart=Cr},polygonEnd:function(){br.point=Kr,br.lineStart=kr,br.lineEnd=xr}};function Kr(e,t){kn+=e,xn+=t,++Cn}function kr(){var e,t;function n(n,r){var a=n-e,i=r-t,l=Math.sqrt(a*a+i*i);An+=l*(e+n)/2,wn+=l*(t+r)/2,Ln+=l,Kr(e=n,t=r)}br.point=function(r,a){br.point=n,Kr(e=r,t=a)}}function xr(){br.point=Kr}function Cr(){var e,t,n,r;function a(e,t){var a=e-n,i=t-r,l=Math.sqrt(a*a+i*i);An+=l*(n+e)/2,wn+=l*(r+t)/2,Ln+=l,Dn+=(l=r*e-n*t)*(n+e),Bn+=l*(r+t),Sn+=3*l,Kr(n=e,r=t)}br.point=function(i,l){br.point=a,Kr(e=n=i,t=r=l)},br.lineEnd=function(){a(e,t)}}function Ar(e){var t=.5,n=Math.cos(30*Ge),r=16;function a(t){return(r?function(t){var n,a,l,o,s,u,c,d,f,h,p,v,y={point:g,lineStart:m,lineEnd:T,polygonStart:function(){t.polygonStart(),y.lineStart=M},polygonEnd:function(){t.polygonEnd(),y.lineStart=m}};function g(n,r){n=e(n,r),t.point(n[0],n[1])}function m(){d=NaN,y.point=_,t.lineStart()}function _(n,a){var l=On([n,a]),o=e(n,a);i(d,f,c,h,p,v,d=o[0],f=o[1],c=n,h=l[0],p=l[1],v=l[2],r,t),t.point(d,f)}function T(){y.point=g,t.lineEnd()}function M(){m(),y.point=b,y.lineEnd=K}function b(e,t){_(n=e,t),a=d,l=f,o=h,s=p,u=v,y.point=_}function K(){i(d,f,c,h,p,v,a,l,n,o,s,u,r,t),y.lineEnd=T,T()}return y}:function(t){return Lr(t,function(n,r){n=e(n,r),t.point(n[0],n[1])})})(t)}function i(r,a,l,o,s,u,c,d,f,h,p,v,y,g){var m=c-r,_=d-a,T=m*m+_*_;if(T>4*t&&y--){var M=o+h,K=s+p,k=u+v,x=Math.sqrt(M*M+K*K+k*k),C=Math.asin(k/=x),A=b(b(k)-1)<Ae||b(l-f)<Ae?(l+f)/2:Math.atan2(K,M),w=e(A,C),L=w[0],D=w[1],B=L-r,S=D-a,G=_*B-m*S;(G*G/T>t||b((m*B+_*S)/T-.5)>.3||o*h+s*p+u*v<n)&&(i(r,a,l,o,s,u,L,D,A,M/=x,K/=x,k,y,g),g.point(L,D),i(L,D,A,M,K,k,c,d,f,h,p,v,y,g))}}return a.precision=function(e){return arguments.length?(r=(t=e*e)>0&&16,a):Math.sqrt(t)},a}function wr(e){this.stream=e}function Lr(e,t){return{point:t,sphere:function(){e.sphere()},lineStart:function(){e.lineStart()},lineEnd:function(){e.lineEnd()},polygonStart:function(){e.polygonStart()},polygonEnd:function(){e.polygonEnd()}}}function Dr(e){return Br(function(){return e})()}function Br(e){var t,n,r,a,l,o,s=Ar(function(e,n){return[(e=t(e,n))[0]*u+a,l-e[1]*u]}),u=150,c=480,d=250,f=0,h=0,p=0,v=0,y=0,g=ir,m=z,_=null,T=null;function M(e){return[(e=r(e[0]*Ge,e[1]*Ge))[0]*u+a,l-e[1]*u]}function K(e){return(e=r.invert((e[0]-a)/u,(l-e[1])/u))&&[e[0]*We,e[1]*We]}function k(){r=Xn(n=zr(p,v,y),t);var e=t(f,h);return a=c-e[0]*u,l=d+e[1]*u,x()}function x(){return o&&(o.valid=!1,o=null),M}return M.stream=function(e){return o&&(o.valid=!1),(o=Sr(g(n,s(m(e))))).valid=!0,o},M.clipAngle=function(e){return arguments.length?(g=null==e?(_=e,ir):function(e){var t=Math.cos(e),n=t>0,r=b(t)>Ae;return tr(a,function(e){var t,o,s,u,c;return{lineStart:function(){u=s=!1,c=1},point:function(d,f){var h,p=[d,f],v=a(d,f),y=n?v?0:l(d,f):v?l(d+(d<0?Le:-Le),f):0;if(!t&&(u=s=v)&&e.lineStart(),v!==s&&(h=i(t,p),(Fn(t,h)||Fn(p,h))&&(p[0]+=Ae,p[1]+=Ae,v=a(p[0],p[1]))),v!==s)c=0,v?(e.lineStart(),h=i(p,t),e.point(h[0],h[1])):(h=i(t,p),e.point(h[0],h[1]),e.lineEnd()),t=h;else if(r&&t&&n^v){var g;y&o||!(g=i(p,t,!0))||(c=0,n?(e.lineStart(),e.point(g[0][0],g[0][1]),e.point(g[1][0],g[1][1]),e.lineEnd()):(e.point(g[1][0],g[1][1]),e.lineEnd(),e.lineStart(),e.point(g[0][0],g[0][1])))}!v||t&&Fn(t,p)||e.point(p[0],p[1]),t=p,s=v,o=y},lineEnd:function(){s&&e.lineEnd(),t=null},clean:function(){return c|(u&&s)<<1}}},Er(e,6*Ge),n?[0,-e]:[-Le,e-Le]);function a(e,n){return Math.cos(e)*Math.cos(n)>t}function i(e,n,r){var a=[1,0,0],i=Rn(On(e),On(n)),l=Pn(i,i),o=i[0],s=l-o*o;if(!s)return!r&&e;var u=t*l/s,c=-t*o/s,d=Rn(a,i),f=jn(a,u);En(f,jn(i,c));var h=d,p=Pn(f,h),v=Pn(h,h),y=p*p-v*(Pn(f,f)-1);if(!(y<0)){var g=Math.sqrt(y),m=jn(h,(-p-g)/v);if(En(m,f),m=Nn(m),!r)return m;var _,T=e[0],M=n[0],K=e[1],k=n[1];M<T&&(_=T,T=M,M=_);var x=M-T,C=b(x-Le)<Ae;if(!C&&k<K&&(_=K,K=k,k=_),C||x<Ae?C?K+k>0^m[1]<(b(m[0]-T)<Ae?K:k):K<=m[1]&&m[1]<=k:x>Le^(T<=m[0]&&m[0]<=M)){var A=jn(h,(-p+g)/v);return En(A,f),[m,Nn(A)]}}}function l(t,r){var a=n?e:Le-e,i=0;return t<-a?i|=1:t>a&&(i|=2),r<-a?i|=4:r>a&&(i|=8),i}}((_=+e)*Ge),x()):_},M.clipExtent=function(e){return arguments.length?(T=e,m=e?sr(e[0][0],e[0][1],e[1][0],e[1][1]):z,x()):T},M.scale=function(e){return arguments.length?(u=+e,k()):u},M.translate=function(e){return arguments.length?(c=+e[0],d=+e[1],k()):[c,d]},M.center=function(e){return arguments.length?(f=e[0]%360*Ge,h=e[1]%360*Ge,k()):[f*We,h*We]},M.rotate=function(e){return arguments.length?(p=e[0]%360*Ge,v=e[1]%360*Ge,y=e.length>2?e[2]%360*Ge:0,k()):[p*We,v*We,y*We]},i.rebind(M,s,"precision"),function(){return t=e.apply(this,arguments),M.invert=t.invert&&K,k()}}function Sr(e){return Lr(e,function(t,n){e.point(t*Ge,n*Ge)})}function Gr(e,t){return[e,t]}function Wr(e,t){return[e>Le?e-De:e<-Le?e+De:e,t]}function zr(e,t,n){return e?t||n?Xn(Pr(e),Rr(t,n)):Pr(e):t||n?Rr(t,n):Wr}function Or(e){return function(t,n){return[(t+=e)>Le?t-De:t<-Le?t+De:t,n]}}function Pr(e){var t=Or(e);return t.invert=Or(-e),t}function Rr(e,t){var n=Math.cos(e),r=Math.sin(e),a=Math.cos(t),i=Math.sin(t);function l(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*n+o*r;return[Math.atan2(s*a-c*i,o*n-u*r),Re(c*a+s*i)]}return l.invert=function(e,t){var l=Math.cos(t),o=Math.cos(e)*l,s=Math.sin(e)*l,u=Math.sin(t),c=u*a-s*i;return[Math.atan2(s*a+u*i,o*n+c*r),Re(c*n-o*r)]},l}function Er(e,t){var n=Math.cos(e),r=Math.sin(e);return function(a,i,l,o){var s=l*t;null!=a?(a=jr(n,a),i=jr(n,i),(l>0?a<i:a>i)&&(a+=l*De)):(a=e+l*De,i=e-.5*s);for(var u,c=a;l>0?c>i:c<i;c-=s)o.point((u=Nn([n,-r*Math.cos(c),-r*Math.sin(c)]))[0],u[1])}}function jr(e,t){var n=On(t);n[0]-=e,In(n);var r=Pe(-n[1]);return((-n[2]<0?-r:r)+2*Math.PI-Ae)%(2*Math.PI)}function Ir(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[e,t]})}}function Nr(e,t,n){var r=i.range(e,t-Ae,n).concat(t);return function(e){return r.map(function(t){return[t,e]})}}function Fr(e){return e.source}function $r(e){return e.target}i.geo.path=function(){var e,t,n,r,a,l=4.5;function o(e){return e&&("function"==typeof l&&r.pointRadius(+l.apply(this,arguments)),a&&a.valid||(a=n(r)),i.geo.stream(e,a)),r.result()}function s(){return a=null,o}return o.area=function(e){return dr=0,i.geo.stream(e,n(gr)),dr},o.centroid=function(e){return kn=xn=Cn=An=wn=Ln=Dn=Bn=Sn=0,i.geo.stream(e,n(br)),Sn?[Dn/Sn,Bn/Sn]:Ln?[An/Ln,wn/Ln]:Cn?[kn/Cn,xn/Cn]:[NaN,NaN]},o.bounds=function(e){return vr=yr=-(hr=pr=1/0),i.geo.stream(e,n(_r)),[[hr,pr],[vr,yr]]},o.projection=function(t){return arguments.length?(n=(e=t)?t.stream||(r=t,a=Ar(function(e,t){return r([e*We,t*We])}),function(e){return Sr(a(e))}):z,s()):e;var r,a},o.context=function(e){return arguments.length?(r=null==(t=e)?new function(){var e=Tr(4.5),t=[],n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(t){return e=Tr(t),n},result:function(){if(t.length){var e=t.join("");return t=[],e}}};function r(n,r){t.push("M",n,",",r,e)}function a(e,r){t.push("M",e,",",r),n.point=i}function i(e,n){t.push("L",e,",",n)}function l(){n.point=r}function o(){t.push("Z")}return n}:new function(e){var t=4.5,n={point:r,lineStart:function(){n.point=a},lineEnd:l,polygonStart:function(){n.lineEnd=o},polygonEnd:function(){n.lineEnd=l,n.point=r},pointRadius:function(e){return t=e,n},result:E};function r(n,r){e.moveTo(n+t,r),e.arc(n,r,t,0,De)}function a(t,r){e.moveTo(t,r),n.point=i}function i(t,n){e.lineTo(t,n)}function l(){n.point=r}function o(){e.closePath()}return n}(e),"function"!=typeof l&&r.pointRadius(l),s()):t},o.pointRadius=function(e){return arguments.length?(l="function"==typeof e?e:(r.pointRadius(+e),+e),o):l},o.projection(i.geo.albersUsa()).context(null)},i.geo.transform=function(e){return{stream:function(t){var n=new wr(t);for(var r in e)n[r]=e[r];return n}}},wr.prototype={point:function(e,t){this.stream.point(e,t)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},i.geo.projection=Dr,i.geo.projectionMutator=Br,(i.geo.equirectangular=function(){return Dr(Gr)}).raw=Gr.invert=Gr,i.geo.rotation=function(e){function t(t){return(t=e(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t}return e=zr(e[0]%360*Ge,e[1]*Ge,e.length>2?e[2]*Ge:0),t.invert=function(t){return(t=e.invert(t[0]*Ge,t[1]*Ge))[0]*=We,t[1]*=We,t},t},Wr.invert=Gr,i.geo.circle=function(){var e,t,n=[0,0],r=6;function a(){var e="function"==typeof n?n.apply(this,arguments):n,r=zr(-e[0]*Ge,-e[1]*Ge,0).invert,a=[];return t(null,null,1,{point:function(e,t){a.push(e=r(e,t)),e[0]*=We,e[1]*=We}}),{type:"Polygon",coordinates:[a]}}return a.origin=function(e){return arguments.length?(n=e,a):n},a.angle=function(n){return arguments.length?(t=Er((e=+n)*Ge,r*Ge),a):e},a.precision=function(n){return arguments.length?(t=Er(e*Ge,(r=+n)*Ge),a):r},a.angle(90)},i.geo.distance=function(e,t){var n,r=(t[0]-e[0])*Ge,a=e[1]*Ge,i=t[1]*Ge,l=Math.sin(r),o=Math.cos(r),s=Math.sin(a),u=Math.cos(a),c=Math.sin(i),d=Math.cos(i);return Math.atan2(Math.sqrt((n=d*l)*n+(n=u*c-s*d*o)*n),s*c+u*d*o)},i.geo.graticule=function(){var e,t,n,r,a,l,o,s,u,c,d,f,h=10,p=h,v=90,y=360,g=2.5;function m(){return{type:"MultiLineString",coordinates:_()}}function _(){return i.range(Math.ceil(r/v)*v,n,v).map(d).concat(i.range(Math.ceil(s/y)*y,o,y).map(f)).concat(i.range(Math.ceil(t/h)*h,e,h).filter(function(e){return b(e%v)>Ae}).map(u)).concat(i.range(Math.ceil(l/p)*p,a,p).filter(function(e){return b(e%y)>Ae}).map(c))}return m.lines=function(){return _().map(function(e){return{type:"LineString",coordinates:e}})},m.outline=function(){return{type:"Polygon",coordinates:[d(r).concat(f(o).slice(1),d(n).reverse().slice(1),f(s).reverse().slice(1))]}},m.extent=function(e){return arguments.length?m.majorExtent(e).minorExtent(e):m.minorExtent()},m.majorExtent=function(e){return arguments.length?(r=+e[0][0],n=+e[1][0],s=+e[0][1],o=+e[1][1],r>n&&(e=r,r=n,n=e),s>o&&(e=s,s=o,o=e),m.precision(g)):[[r,s],[n,o]]},m.minorExtent=function(n){return arguments.length?(t=+n[0][0],e=+n[1][0],l=+n[0][1],a=+n[1][1],t>e&&(n=t,t=e,e=n),l>a&&(n=l,l=a,a=n),m.precision(g)):[[t,l],[e,a]]},m.step=function(e){return arguments.length?m.majorStep(e).minorStep(e):m.minorStep()},m.majorStep=function(e){return arguments.length?(v=+e[0],y=+e[1],m):[v,y]},m.minorStep=function(e){return arguments.length?(h=+e[0],p=+e[1],m):[h,p]},m.precision=function(i){return arguments.length?(g=+i,u=Ir(l,a,90),c=Nr(t,e,g),d=Ir(s,o,90),f=Nr(r,n,g),m):g},m.majorExtent([[-180,-90+Ae],[180,90-Ae]]).minorExtent([[-180,-80-Ae],[180,80+Ae]])},i.geo.greatArc=function(){var e,t,n=Fr,r=$r;function a(){return{type:"LineString",coordinates:[e||n.apply(this,arguments),t||r.apply(this,arguments)]}}return a.distance=function(){return i.geo.distance(e||n.apply(this,arguments),t||r.apply(this,arguments))},a.source=function(t){return arguments.length?(n=t,e="function"==typeof t?null:t,a):n},a.target=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,a):r},a.precision=function(){return arguments.length?a:0},a},i.geo.interpolate=function(e,t){return n=e[0]*Ge,r=e[1]*Ge,a=t[0]*Ge,i=t[1]*Ge,l=Math.cos(r),o=Math.sin(r),s=Math.cos(i),u=Math.sin(i),c=l*Math.cos(n),d=l*Math.sin(n),f=s*Math.cos(a),h=s*Math.sin(a),p=2*Math.asin(Math.sqrt(je(i-r)+l*s*je(a-n))),v=1/Math.sin(p),(y=p?function(e){var t=Math.sin(e*=p)*v,n=Math.sin(p-e)*v,r=n*c+t*f,a=n*d+t*h,i=n*o+t*u;return[Math.atan2(a,r)*We,Math.atan2(i,Math.sqrt(r*r+a*a))*We]}:function(){return[n*We,r*We]}).distance=p,y;var n,r,a,i,l,o,s,u,c,d,f,h,p,v,y},i.geo.length=function(e){return Mr=0,i.geo.stream(e,Vr),Mr};var Vr={sphere:E,point:E,lineStart:function(){var e,t,n;function r(r,a){var i=Math.sin(a*=Ge),l=Math.cos(a),o=b((r*=Ge)-e),s=Math.cos(o);Mr+=Math.atan2(Math.sqrt((o=l*Math.sin(o))*o+(o=n*i-t*l*s)*o),t*i+n*l*s),e=r,t=i,n=l}Vr.point=function(a,i){e=a*Ge,t=Math.sin(i*=Ge),n=Math.cos(i),Vr.point=r},Vr.lineEnd=function(){Vr.point=Vr.lineEnd=E}},lineEnd:E,polygonStart:E,polygonEnd:E};function Hr(e,t){function n(t,n){var r=Math.cos(t),a=Math.cos(n),i=e(r*a);return[i*a*Math.sin(t),i*Math.sin(n)]}return n.invert=function(e,n){var r=Math.sqrt(e*e+n*n),a=t(r),i=Math.sin(a),l=Math.cos(a);return[Math.atan2(e*i,r*l),Math.asin(r&&n*i/r)]},n}var qr=Hr(function(e){return Math.sqrt(2/(1+e))},function(e){return 2*Math.asin(e/2)});(i.geo.azimuthalEqualArea=function(){return Dr(qr)}).raw=qr;var Ur=Hr(function(e){var t=Math.acos(e);return t&&t/Math.sin(t)},z);function Yr(e,t){var n=Math.cos(e),r=function(e){return Math.tan(Le/4+e/2)},a=e===t?Math.sin(e):Math.log(n/Math.cos(t))/Math.log(r(t)/r(e)),i=n*Math.pow(r(e),a)/a;if(!a)return Zr;function l(e,t){i>0?t<-Se+Ae&&(t=-Se+Ae):t>Se-Ae&&(t=Se-Ae);var n=i/Math.pow(r(t),a);return[n*Math.sin(a*e),i-n*Math.cos(a*e)]}return l.invert=function(e,t){var n=i-t,r=ze(a)*Math.sqrt(e*e+n*n);return[Math.atan2(e,n)/a,2*Math.atan(Math.pow(i/r,1/a))-Se]},l}function Xr(e,t){var n=Math.cos(e),r=e===t?Math.sin(e):(n-Math.cos(t))/(t-e),a=n/r+e;if(b(r)<Ae)return Gr;function i(e,t){var n=a-t;return[n*Math.sin(r*e),a-n*Math.cos(r*e)]}return i.invert=function(e,t){var n=a-t;return[Math.atan2(e,n)/r,a-ze(r)*Math.sqrt(e*e+n*n)]},i}(i.geo.azimuthalEquidistant=function(){return Dr(Ur)}).raw=Ur,(i.geo.conicConformal=function(){return ur(Yr)}).raw=Yr,(i.geo.conicEquidistant=function(){return ur(Xr)}).raw=Xr;var Jr=Hr(function(e){return 1/e},Math.atan);function Zr(e,t){return[e,Math.log(Math.tan(Le/4+t/2))]}function Qr(e){var t,n=Dr(e),r=n.scale,a=n.translate,i=n.clipExtent;return n.scale=function(){var e=r.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.translate=function(){var e=a.apply(n,arguments);return e===n?t?n.clipExtent(null):n:e},n.clipExtent=function(e){var l=i.apply(n,arguments);if(l===n){if(t=null==e){var o=Le*r(),s=a();i([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else t&&(l=null);return l},n.clipExtent(null)}(i.geo.gnomonic=function(){return Dr(Jr)}).raw=Jr,Zr.invert=function(e,t){return[e,2*Math.atan(Math.exp(t))-Se]},(i.geo.mercator=function(){return Qr(Zr)}).raw=Zr;var ea=Hr(function(){return 1},Math.asin);(i.geo.orthographic=function(){return Dr(ea)}).raw=ea;var ta=Hr(function(e){return 1/(1+e)},function(e){return 2*Math.atan(e)});function na(e,t){return[Math.log(Math.tan(Le/4+t/2)),-e]}function ra(e){return e[0]}function aa(e){return e[1]}function ia(e){for(var t=e.length,n=[0,1],r=2,a=2;a<t;a++){for(;r>1&&Oe(e[n[r-2]],e[n[r-1]],e[a])<=0;)--r;n[r++]=a}return n.slice(0,r)}function la(e,t){return e[0]-t[0]||e[1]-t[1]}(i.geo.stereographic=function(){return Dr(ta)}).raw=ta,na.invert=function(e,t){return[-t,2*Math.atan(Math.exp(e))-Se]},(i.geo.transverseMercator=function(){var e=Qr(na),t=e.center,n=e.rotate;return e.center=function(e){return e?t([-e[1],e[0]]):[(e=t())[1],-e[0]]},e.rotate=function(e){return e?n([e[0],e[1],e.length>2?e[2]+90:90]):[(e=n())[0],e[1],e[2]-90]},n([0,0,90])}).raw=na,i.geom={},i.geom.hull=function(e){var t=ra,n=aa;if(arguments.length)return r(e);function r(e){if(e.length<3)return[];var r,a=Tt(t),i=Tt(n),l=e.length,o=[],s=[];for(r=0;r<l;r++)o.push([+a.call(this,e[r],r),+i.call(this,e[r],r),r]);for(o.sort(la),r=0;r<l;r++)s.push([o[r][0],-o[r][1]]);var u=ia(o),c=ia(s),d=c[0]===u[0],f=c[c.length-1]===u[u.length-1],h=[];for(r=u.length-1;r>=0;--r)h.push(e[o[u[r]][2]]);for(r=+d;r<c.length-f;++r)h.push(e[o[c[r]][2]]);return h}return r.x=function(e){return arguments.length?(t=e,r):t},r.y=function(e){return arguments.length?(n=e,r):n},r},i.geom.polygon=function(e){return H(e,oa),e};var oa=i.geom.polygon.prototype=[];function sa(e,t,n){return(n[0]-t[0])*(e[1]-t[1])<(n[1]-t[1])*(e[0]-t[0])}function ua(e,t,n,r){var a=e[0],i=n[0],l=t[0]-a,o=r[0]-i,s=e[1],u=n[1],c=t[1]-s,d=r[1]-u,f=(o*(s-u)-d*(a-i))/(d*l-o*c);return[a+f*l,s+f*c]}function ca(e){var t=e[0],n=e[e.length-1];return!(t[0]-n[0]||t[1]-n[1])}oa.area=function(){for(var e,t=-1,n=this.length,r=this[n-1],a=0;++t<n;)e=r,r=this[t],a+=e[1]*r[0]-e[0]*r[1];return.5*a},oa.centroid=function(e){var t,n,r=-1,a=this.length,i=0,l=0,o=this[a-1];for(arguments.length||(e=-1/(6*this.area()));++r<a;)t=o,o=this[r],n=t[0]*o[1]-o[0]*t[1],i+=(t[0]+o[0])*n,l+=(t[1]+o[1])*n;return[i*e,l*e]},oa.clip=function(e){for(var t,n,r,a,i,l,o=ca(e),s=-1,u=this.length-ca(this),c=this[u-1];++s<u;){for(t=e.slice(),e.length=0,a=this[s],i=t[(r=t.length-o)-1],n=-1;++n<r;)sa(l=t[n],c,a)?(sa(i,c,a)||e.push(ua(i,l,c,a)),e.push(l)):sa(i,c,a)&&e.push(ua(i,l,c,a)),i=l;o&&e.push(e[0]),c=a}return e};var da,fa,ha,pa,va,ya=[],ga=[];function ma(e){var t=ya.pop()||new function(){Wa(this),this.edge=this.site=this.circle=null};return t.site=e,t}function _a(e){Aa(e),ha.remove(e),ya.push(e),Wa(e)}function Ta(e){var t=e.circle,n=t.x,r=t.cy,a={x:n,y:r},i=e.P,l=e.N,o=[e];_a(e);for(var s=i;s.circle&&b(n-s.circle.x)<Ae&&b(r-s.circle.cy)<Ae;)i=s.P,o.unshift(s),_a(s),s=i;o.unshift(s),Aa(s);for(var u=l;u.circle&&b(n-u.circle.x)<Ae&&b(r-u.circle.cy)<Ae;)l=u.N,o.push(u),_a(u),u=l;o.push(u),Aa(u);var c,d=o.length;for(c=1;c<d;++c)u=o[c],s=o[c-1],Ba(u.edge,s.site,u.site,a);s=o[0],(u=o[d-1]).edge=Da(s.site,u.site,null,a),Ca(s),Ca(u)}function Ma(e){for(var t,n,r,a,i=e.x,l=e.y,o=ha._;o;)if((r=ba(o,l)-i)>Ae)o=o.L;else{if(!((a=i-Ka(o,l))>Ae)){r>-Ae?(t=o.P,n=o):a>-Ae?(t=o,n=o.N):t=n=o;break}if(!o.R){t=o;break}o=o.R}var s=ma(e);if(ha.insert(t,s),t||n){if(t===n)return Aa(t),n=ma(t.site),ha.insert(s,n),s.edge=n.edge=Da(t.site,s.site),Ca(t),void Ca(n);if(n){Aa(t),Aa(n);var u=t.site,c=u.x,d=u.y,f=e.x-c,h=e.y-d,p=n.site,v=p.x-c,y=p.y-d,g=2*(f*y-h*v),m=f*f+h*h,_=v*v+y*y,T={x:(y*m-h*_)/g+c,y:(f*_-v*m)/g+d};Ba(n.edge,u,p,T),s.edge=Da(u,e,null,T),n.edge=Da(e,p,null,T),Ca(t),Ca(n)}else s.edge=Da(t.site,s.site)}}function ba(e,t){var n=e.site,r=n.x,a=n.y,i=a-t;if(!i)return r;var l=e.P;if(!l)return-1/0;var o=(n=l.site).x,s=n.y,u=s-t;if(!u)return o;var c=o-r,d=1/i-1/u,f=c/u;return d?(-f+Math.sqrt(f*f-2*d*(c*c/(-2*u)-s+u/2+a-i/2)))/d+r:(r+o)/2}function Ka(e,t){var n=e.N;if(n)return ba(n,t);var r=e.site;return r.y===t?r.x:1/0}function ka(e){this.site=e,this.edges=[]}function xa(e,t){return t.angle-e.angle}function Ca(e){var t=e.P,n=e.N;if(t&&n){var r=t.site,a=e.site,i=n.site;if(r!==i){var l=a.x,o=a.y,s=r.x-l,u=r.y-o,c=i.x-l,d=2*(s*(y=i.y-o)-u*c);if(!(d>=-we)){var f=s*s+u*u,h=c*c+y*y,p=(y*f-u*h)/d,v=(s*h-c*f)/d,y=v+o,g=ga.pop()||new function(){Wa(this),this.x=this.y=this.arc=this.site=this.cy=null};g.arc=e,g.site=a,g.x=p+l,g.y=y+Math.sqrt(p*p+v*v),g.cy=y,e.circle=g;for(var m=null,_=va._;_;)if(g.y<_.y||g.y===_.y&&g.x<=_.x){if(!_.L){m=_.P;break}_=_.L}else{if(!_.R){m=_;break}_=_.R}va.insert(m,g),m||(pa=g)}}}}function Aa(e){var t=e.circle;t&&(t.P||(pa=t.N),va.remove(t),ga.push(t),Wa(t),e.circle=null)}function wa(e,t){var n=e.b;if(n)return!0;var r,a,i=e.a,l=t[0][0],o=t[1][0],s=t[0][1],u=t[1][1],c=e.l,d=e.r,f=c.x,h=c.y,p=d.x,v=d.y,y=(f+p)/2,g=(h+v)/2;if(v===h){if(y<l||y>=o)return;if(f>p){if(i){if(i.y>=u)return}else i={x:y,y:s};n={x:y,y:u}}else{if(i){if(i.y<s)return}else i={x:y,y:u};n={x:y,y:s}}}else if(a=g-(r=(f-p)/(v-h))*y,r<-1||r>1)if(f>p){if(i){if(i.y>=u)return}else i={x:(s-a)/r,y:s};n={x:(u-a)/r,y:u}}else{if(i){if(i.y<s)return}else i={x:(u-a)/r,y:u};n={x:(s-a)/r,y:s}}else if(h<v){if(i){if(i.x>=o)return}else i={x:l,y:r*l+a};n={x:o,y:r*o+a}}else{if(i){if(i.x<l)return}else i={x:o,y:r*o+a};n={x:l,y:r*l+a}}return e.a=i,e.b=n,!0}function La(e,t){this.l=e,this.r=t,this.a=this.b=null}function Da(e,t,n,r){var a=new La(e,t);return da.push(a),n&&Ba(a,e,t,n),r&&Ba(a,t,e,r),fa[e.i].edges.push(new Sa(a,e,t)),fa[t.i].edges.push(new Sa(a,t,e)),a}function Ba(e,t,n,r){e.a||e.b?e.l===n?e.b=r:e.a=r:(e.a=r,e.l=t,e.r=n)}function Sa(e,t,n){var r=e.a,a=e.b;this.edge=e,this.site=t,this.angle=n?Math.atan2(n.y-t.y,n.x-t.x):e.l===t?Math.atan2(a.x-r.x,r.y-a.y):Math.atan2(r.x-a.x,a.y-r.y)}function Ga(){this._=null}function Wa(e){e.U=e.C=e.L=e.R=e.P=e.N=null}function za(e,t){var n=t,r=t.R,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function Oa(e,t){var n=t,r=t.L,a=n.U;a?a.L===n?a.L=r:a.R=r:e._=r,r.U=a,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function Pa(e){for(;e.L;)e=e.L;return e}function Ra(e,t){var n,r,a,i=e.sort(Ea).pop();for(da=[],fa=new Array(e.length),ha=new Ga,va=new Ga;;)if(a=pa,i&&(!a||i.y<a.y||i.y===a.y&&i.x<a.x))i.x===n&&i.y===r||(fa[i.i]=new ka(i),Ma(i),n=i.x,r=i.y),i=e.pop();else{if(!a)break;Ta(a.arc)}t&&(function(e){for(var t,n=da,r=lr(e[0][0],e[0][1],e[1][0],e[1][1]),a=n.length;a--;)(!wa(t=n[a],e)||!r(t)||b(t.a.x-t.b.x)<Ae&&b(t.a.y-t.b.y)<Ae)&&(t.a=t.b=null,n.splice(a,1))}(t),function(e){for(var t,n,r,a,i,l,o,s,u,c,d=e[0][0],f=e[1][0],h=e[0][1],p=e[1][1],v=fa,y=v.length;y--;)if((i=v[y])&&i.prepare())for(s=(o=i.edges).length,l=0;l<s;)r=(c=o[l].end()).x,a=c.y,t=(u=o[++l%s].start()).x,n=u.y,(b(r-t)>Ae||b(a-n)>Ae)&&(o.splice(l,0,new Sa((g=i.site,m=c,_=b(r-d)<Ae&&p-a>Ae?{x:d,y:b(t-d)<Ae?n:p}:b(a-p)<Ae&&f-r>Ae?{x:b(n-p)<Ae?t:f,y:p}:b(r-f)<Ae&&a-h>Ae?{x:f,y:b(t-f)<Ae?n:h}:b(a-h)<Ae&&r-d>Ae?{x:b(n-h)<Ae?t:d,y:h}:null,T=void 0,T=new La(g,null),T.a=m,T.b=_,da.push(T),T),i.site,null)),++s);var g,m,_,T}(t));var l={cells:fa,edges:da};return ha=va=da=fa=null,l}function Ea(e,t){return t.y-e.y||t.x-e.x}ka.prototype.prepare=function(){for(var e,t=this.edges,n=t.length;n--;)(e=t[n].edge).b&&e.a||t.splice(n,1);return t.sort(xa),t.length},Sa.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},Ga.prototype={insert:function(e,t){var n,r,a;if(e){if(t.P=e,t.N=e.N,e.N&&(e.N.P=t),e.N=t,e.R){for(e=e.R;e.L;)e=e.L;e.L=t}else e.R=t;n=e}else this._?(e=Pa(this._),t.P=null,t.N=e,e.P=e.L=t,n=e):(t.P=t.N=null,this._=t,n=null);for(t.L=t.R=null,t.U=n,t.C=!0,e=t;n&&n.C;)n===(r=n.U).L?(a=r.R)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.R&&(za(this,n),n=(e=n).U),n.C=!1,r.C=!0,Oa(this,r)):(a=r.L)&&a.C?(n.C=a.C=!1,r.C=!0,e=r):(e===n.L&&(Oa(this,n),n=(e=n).U),n.C=!1,r.C=!0,za(this,r)),n=e.U;this._.C=!1},remove:function(e){e.N&&(e.N.P=e.P),e.P&&(e.P.N=e.N),e.N=e.P=null;var t,n,r,a=e.U,i=e.L,l=e.R;if(n=i?l?Pa(l):i:l,a?a.L===e?a.L=n:a.R=n:this._=n,i&&l?(r=n.C,n.C=e.C,n.L=i,i.U=n,n!==l?(a=n.U,n.U=e.U,e=n.R,a.L=e,n.R=l,l.U=n):(n.U=a,a=n,e=n.R)):(r=e.C,e=n),e&&(e.U=a),!r)if(e&&e.C)e.C=!1;else{do{if(e===this._)break;if(e===a.L){if((t=a.R).C&&(t.C=!1,a.C=!0,za(this,a),t=a.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,Oa(this,t),t=a.R),t.C=a.C,a.C=t.R.C=!1,za(this,a),e=this._;break}}else if((t=a.L).C&&(t.C=!1,a.C=!0,Oa(this,a),t=a.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,za(this,t),t=a.L),t.C=a.C,a.C=t.L.C=!1,Oa(this,a),e=this._;break}t.C=!0,e=a,a=a.U}while(!e.C);e&&(e.C=!1)}}},i.geom.voronoi=function(e){var t=ra,n=aa,r=t,a=n,i=ja;if(e)return l(e);function l(e){var t=new Array(e.length),n=i[0][0],r=i[0][1],a=i[1][0],l=i[1][1];return Ra(o(e),i).cells.forEach(function(i,o){var s=i.edges,u=i.site;(t[o]=s.length?s.map(function(e){var t=e.start();return[t.x,t.y]}):u.x>=n&&u.x<=a&&u.y>=r&&u.y<=l?[[n,l],[a,l],[a,r],[n,r]]:[]).point=e[o]}),t}function o(e){return e.map(function(e,t){return{x:Math.round(r(e,t)/Ae)*Ae,y:Math.round(a(e,t)/Ae)*Ae,i:t}})}return l.links=function(e){return Ra(o(e)).edges.filter(function(e){return e.l&&e.r}).map(function(t){return{source:e[t.l.i],target:e[t.r.i]}})},l.triangles=function(e){var t=[];return Ra(o(e)).cells.forEach(function(n,r){for(var a,i,l,o,s=n.site,u=n.edges.sort(xa),c=-1,d=u.length,f=u[d-1].edge,h=f.l===s?f.r:f.l;++c<d;)f,a=h,h=(f=u[c].edge).l===s?f.r:f.l,r<a.i&&r<h.i&&(l=a,o=h,((i=s).x-o.x)*(l.y-i.y)-(i.x-l.x)*(o.y-i.y)<0)&&t.push([e[r],e[a.i],e[h.i]])}),t},l.x=function(e){return arguments.length?(r=Tt(t=e),l):t},l.y=function(e){return arguments.length?(a=Tt(n=e),l):n},l.clipExtent=function(e){return arguments.length?(i=null==e?ja:e,l):i===ja?null:i},l.size=function(e){return arguments.length?l.clipExtent(e&&[[0,0],e]):i===ja?null:i&&i[1]},l};var ja=[[-1e6,-1e6],[1e6,1e6]];function Ia(e){return e.x}function Na(e){return e.y}function Fa(e,t){e=i.rgb(e),t=i.rgb(t);var n=e.r,r=e.g,a=e.b,l=t.r-n,o=t.g-r,s=t.b-a;return function(e){return"#"+ht(Math.round(n+l*e))+ht(Math.round(r+o*e))+ht(Math.round(a+s*e))}}function $a(e,t){var n,r={},a={};for(n in e)n in t?r[n]=Ya(e[n],t[n]):a[n]=e[n];for(n in t)n in e||(a[n]=t[n]);return function(e){for(n in r)a[n]=r[n](e);return a}}function Va(e,t){return e=+e,t=+t,function(n){return e*(1-n)+t*n}}function Ha(e,t){var n,r,a,i=qa.lastIndex=Ua.lastIndex=0,l=-1,o=[],s=[];for(e+="",t+="";(n=qa.exec(e))&&(r=Ua.exec(t));)(a=r.index)>i&&(a=t.slice(i,a),o[l]?o[l]+=a:o[++l]=a),(n=n[0])===(r=r[0])?o[l]?o[l]+=r:o[++l]=r:(o[++l]=null,s.push({i:l,x:Va(n,r)})),i=Ua.lastIndex;return i<t.length&&(a=t.slice(i),o[l]?o[l]+=a:o[++l]=a),o.length<2?s[0]?(t=s[0].x,function(e){return t(e)+""}):function(){return t}:(t=s.length,function(e){for(var n,r=0;r<t;++r)o[(n=s[r]).i]=n.x(e);return o.join("")})}i.geom.delaunay=function(e){return i.geom.voronoi().triangles(e)},i.geom.quadtree=function(e,t,n,r,a){var i,l=ra,o=aa;if(i=arguments.length)return l=Ia,o=Na,3===i&&(a=n,r=t,n=t=0),s(e);function s(e){var s,u,c,d,f,h,p,v,y,g=Tt(l),m=Tt(o);if(null!=t)h=t,p=n,v=r,y=a;else if(v=y=-(h=p=1/0),u=[],c=[],f=e.length,i)for(d=0;d<f;++d)(s=e[d]).x<h&&(h=s.x),s.y<p&&(p=s.y),s.x>v&&(v=s.x),s.y>y&&(y=s.y),u.push(s.x),c.push(s.y);else for(d=0;d<f;++d){var _=+g(s=e[d],d),T=+m(s,d);_<h&&(h=_),T<p&&(p=T),_>v&&(v=_),T>y&&(y=T),u.push(_),c.push(T)}var M=v-h,K=y-p;function k(e,t,n,r,a,i,l,o){if(!isNaN(n)&&!isNaN(r))if(e.leaf){var s=e.x,u=e.y;if(null!=s)if(b(s-n)+b(u-r)<.01)x(e,t,n,r,a,i,l,o);else{var c=e.point;e.x=e.y=e.point=null,x(e,c,s,u,a,i,l,o),x(e,t,n,r,a,i,l,o)}else e.x=n,e.y=r,e.point=t}else x(e,t,n,r,a,i,l,o)}function x(e,t,n,r,a,i,l,o){var s=.5*(a+l),u=.5*(i+o),c=n>=s,d=r>=u,f=d<<1|c;e.leaf=!1,e=e.nodes[f]||(e.nodes[f]={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}}),c?a=s:l=s,d?i=u:o=u,k(e,t,n,r,a,i,l,o)}M>K?y=p+M:v=h+K;var C={leaf:!0,nodes:[],point:null,x:null,y:null,add:function(e){k(C,e,+g(e,++d),+m(e,d),h,p,v,y)}};if(C.visit=function(e){!function e(t,n,r,a,i,l){if(!t(n,r,a,i,l)){var o=.5*(r+i),s=.5*(a+l),u=n.nodes;u[0]&&e(t,u[0],r,a,o,s),u[1]&&e(t,u[1],o,a,i,s),u[2]&&e(t,u[2],r,s,o,l),u[3]&&e(t,u[3],o,s,i,l)}}(e,C,h,p,v,y)},C.find=function(e){return function(e,t,n,r,a,i,l){var o,s=1/0;return function e(u,c,d,f,h){if(!(c>i||d>l||f<r||h<a)){if(p=u.point){var p,v=t-u.x,y=n-u.y,g=v*v+y*y;if(g<s){var m=Math.sqrt(s=g);r=t-m,a=n-m,i=t+m,l=n+m,o=p}}for(var _=u.nodes,T=.5*(c+f),M=.5*(d+h),b=(n>=M)<<1|t>=T,K=b+4;b<K;++b)if(u=_[3&b])switch(3&b){case 0:e(u,c,d,T,M);break;case 1:e(u,T,d,f,M);break;case 2:e(u,c,M,T,h);break;case 3:e(u,T,M,f,h)}}}(e,r,a,i,l),o}(C,e[0],e[1],h,p,v,y)},d=-1,null==t){for(;++d<f;)k(C,e[d],u[d],c[d],h,p,v,y);--d}else e.forEach(C.add);return u=c=e=s=null,C}return s.x=function(e){return arguments.length?(l=e,s):l},s.y=function(e){return arguments.length?(o=e,s):o},s.extent=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=+e[0][0],n=+e[0][1],r=+e[1][0],a=+e[1][1]),s):null==t?null:[[t,n],[r,a]]},s.size=function(e){return arguments.length?(null==e?t=n=r=a=null:(t=n=0,r=+e[0],a=+e[1]),s):null==t?null:[r-t,a-n]},s},i.interpolateRgb=Fa,i.interpolateObject=$a,i.interpolateNumber=Va,i.interpolateString=Ha;var qa=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,Ua=new RegExp(qa.source,"g");function Ya(e,t){for(var n,r=i.interpolators.length;--r>=0&&!(n=i.interpolators[r](e,t)););return n}function Xa(e,t){var n,r=[],a=[],i=e.length,l=t.length,o=Math.min(e.length,t.length);for(n=0;n<o;++n)r.push(Ya(e[n],t[n]));for(;n<i;++n)a[n]=e[n];for(;n<l;++n)a[n]=t[n];return function(e){for(n=0;n<o;++n)a[n]=r[n](e);return a}}i.interpolate=Ya,i.interpolators=[function(e,t){var n=typeof t;return("string"===n?_t.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?Fa:Ha:t instanceof Ve?Fa:Array.isArray(t)?Xa:"object"===n&&isNaN(t)?$a:Va)(e,t)}],i.interpolateArray=Xa;var Ja=function(){return z},Za=i.map({linear:Ja,poly:function(e){return function(t){return Math.pow(t,e)}},quad:function(){return ni},cubic:function(){return ri},sin:function(){return ii},exp:function(){return li},circle:function(){return oi},elastic:function(e,t){var n;arguments.length<2&&(t=.45);arguments.length?n=t/De*Math.asin(1/e):(e=1,n=t/4);return function(r){return 1+e*Math.pow(2,-10*r)*Math.sin((r-n)*De/t)}},back:function(e){e||(e=1.70158);return function(t){return t*t*((e+1)*t-e)}},bounce:function(){return si}}),Qa=i.map({in:z,out:ei,"in-out":ti,"out-in":function(e){return ti(ei(e))}});function ei(e){return function(t){return 1-e(1-t)}}function ti(e){return function(t){return.5*(t<.5?e(2*t):2-e(2-2*t))}}function ni(e){return e*e}function ri(e){return e*e*e}function ai(e){if(e<=0)return 0;if(e>=1)return 1;var t=e*e,n=t*e;return 4*(e<.5?n:3*(e-t)+n-.75)}function ii(e){return 1-Math.cos(e*Se)}function li(e){return Math.pow(2,10*(e-1))}function oi(e){return 1-Math.sqrt(1-e*e)}function si(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375}function ui(e,t){return t-=e,function(n){return Math.round(e+t*n)}}function ci(e){var t,n,r,a=[e.a,e.b],i=[e.c,e.d],l=fi(a),o=di(a,i),s=fi(((t=i)[0]+=(r=-o)*(n=a)[0],t[1]+=r*n[1],t))||0;a[0]*i[1]<i[0]*a[1]&&(a[0]*=-1,a[1]*=-1,l*=-1,o*=-1),this.rotate=(l?Math.atan2(a[1],a[0]):Math.atan2(-i[0],i[1]))*We,this.translate=[e.e,e.f],this.scale=[l,s],this.skew=s?Math.atan2(o,s)*We:0}function di(e,t){return e[0]*t[0]+e[1]*t[1]}function fi(e){var t=Math.sqrt(di(e,e));return t&&(e[0]/=t,e[1]/=t),t}i.ease=function(e){var t,n=e.indexOf("-"),r=n>=0?e.slice(0,n):e,a=n>=0?e.slice(n+1):"in";return r=Za.get(r)||Ja,a=Qa.get(a)||z,t=a(r.apply(null,l.call(arguments,1))),function(e){return e<=0?0:e>=1?1:t(e)}},i.interpolateHcl=function(e,t){e=i.hcl(e),t=i.hcl(t);var n=e.h,r=e.c,a=e.l,l=t.h-n,o=t.c-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.c:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Je(n+l*e,r+o*e,a+s*e)+""}},i.interpolateHsl=function(e,t){e=i.hsl(e),t=i.hsl(t);var n=e.h,r=e.s,a=e.l,l=t.h-n,o=t.s-r,s=t.l-a;isNaN(o)&&(o=0,r=isNaN(r)?t.s:r);isNaN(l)?(l=0,n=isNaN(n)?t.h:n):l>180?l-=360:l<-180&&(l+=360);return function(e){return Ue(n+l*e,r+o*e,a+s*e)+""}},i.interpolateLab=function(e,t){e=i.lab(e),t=i.lab(t);var n=e.l,r=e.a,a=e.b,l=t.l-n,o=t.a-r,s=t.b-a;return function(e){return at(n+l*e,r+o*e,a+s*e)+""}},i.interpolateRound=ui,i.transform=function(e){var t=s.createElementNS(i.ns.prefix.svg,"g");return(i.transform=function(e){if(null!=e){t.setAttribute("transform",e);var n=t.transform.baseVal.consolidate()}return new ci(n?n.matrix:hi)})(e)},ci.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var hi={a:1,b:0,c:0,d:1,e:0,f:0};function pi(e){return e.length?e.pop()+",":""}function vi(e,t){var n=[],r=[];return e=i.transform(e),t=i.transform(t),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push("translate(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else(t[0]||t[1])&&n.push("translate("+t+")")}(e.translate,t.translate,n,r),function(e,t,n,r){e!==t?(e-t>180?t+=360:t-e>180&&(e+=360),r.push({i:n.push(pi(n)+"rotate(",null,")")-2,x:Va(e,t)})):t&&n.push(pi(n)+"rotate("+t+")")}(e.rotate,t.rotate,n,r),function(e,t,n,r){e!==t?r.push({i:n.push(pi(n)+"skewX(",null,")")-2,x:Va(e,t)}):t&&n.push(pi(n)+"skewX("+t+")")}(e.skew,t.skew,n,r),function(e,t,n,r){if(e[0]!==t[0]||e[1]!==t[1]){var a=n.push(pi(n)+"scale(",null,",",null,")");r.push({i:a-4,x:Va(e[0],t[0])},{i:a-2,x:Va(e[1],t[1])})}else 1===t[0]&&1===t[1]||n.push(pi(n)+"scale("+t+")")}(e.scale,t.scale,n,r),e=t=null,function(e){for(var t,a=-1,i=r.length;++a<i;)n[(t=r[a]).i]=t.x(e);return n.join("")}}function yi(e,t){return t=(t-=e=+e)||1/t,function(n){return(n-e)/t}}function gi(e,t){return t=(t-=e=+e)||1/t,function(n){return Math.max(0,Math.min(1,(n-e)/t))}}function mi(e){for(var t=e.source,n=e.target,r=function(e,t){if(e===t)return e;var n=_i(e),r=_i(t),a=n.pop(),i=r.pop(),l=null;for(;a===i;)l=a,a=n.pop(),i=r.pop();return l}(t,n),a=[t];t!==r;)t=t.parent,a.push(t);for(var i=a.length;n!==r;)a.splice(i,0,n),n=n.parent;return a}function _i(e){for(var t=[],n=e.parent;null!=n;)t.push(e),e=n,n=n.parent;return t.push(e),t}function Ti(e){e.fixed|=2}function Mi(e){e.fixed&=-7}function bi(e){e.fixed|=4,e.px=e.x,e.py=e.y}function Ki(e){e.fixed&=-5}i.interpolateTransform=vi,i.layout={},i.layout.bundle=function(){return function(e){for(var t=[],n=-1,r=e.length;++n<r;)t.push(mi(e[n]));return t}},i.layout.chord=function(){var e,t,n,r,a,l,o,s={},u=0;function c(){var s,c,f,h,p,v={},y=[],g=i.range(r),m=[];for(e=[],t=[],s=0,h=-1;++h<r;){for(c=0,p=-1;++p<r;)c+=n[h][p];y.push(c),m.push(i.range(r)),s+=c}for(a&&g.sort(function(e,t){return a(y[e],y[t])}),l&&m.forEach(function(e,t){e.sort(function(e,r){return l(n[t][e],n[t][r])})}),s=(De-u*r)/s,c=0,h=-1;++h<r;){for(f=c,p=-1;++p<r;){var _=g[h],T=m[_][p],M=n[_][T],b=c,K=c+=M*s;v[_+"-"+T]={index:_,subindex:T,startAngle:b,endAngle:K,value:M}}t[_]={index:_,startAngle:f,endAngle:c,value:y[_]},c+=u}for(h=-1;++h<r;)for(p=h-1;++p<r;){var k=v[h+"-"+p],x=v[p+"-"+h];(k.value||x.value)&&e.push(k.value<x.value?{source:x,target:k}:{source:k,target:x})}o&&d()}function d(){e.sort(function(e,t){return o((e.source.value+e.target.value)/2,(t.source.value+t.target.value)/2)})}return s.matrix=function(a){return arguments.length?(r=(n=a)&&n.length,e=t=null,s):n},s.padding=function(n){return arguments.length?(u=n,e=t=null,s):u},s.sortGroups=function(n){return arguments.length?(a=n,e=t=null,s):a},s.sortSubgroups=function(t){return arguments.length?(l=t,e=null,s):l},s.sortChords=function(t){return arguments.length?(o=t,e&&d(),s):o},s.chords=function(){return e||c(),e},s.groups=function(){return t||c(),t},s},i.layout.force=function(){var e,t,n,r,a,l,o={},s=i.dispatch("start","tick","end"),u=[1,1],c=.9,d=ki,f=xi,h=-30,p=Ci,v=.1,y=.64,g=[],m=[];function _(e){return function(t,n,r,a){if(t.point!==e){var i=t.cx-e.x,l=t.cy-e.y,o=a-n,s=i*i+l*l;if(o*o/y<s){if(s<p){var u=t.charge/s;e.px-=i*u,e.py-=l*u}return!0}if(t.point&&s&&s<p){u=t.pointCharge/s;e.px-=i*u,e.py-=l*u}}return!t.charge}}function T(e){e.px=i.event.x,e.py=i.event.y,o.resume()}return o.tick=function(){if((n*=.99)<.005)return e=null,s.end({type:"end",alpha:n=0}),!0;var t,o,d,f,p,y,T,M,b,K=g.length,k=m.length;for(o=0;o<k;++o)f=(d=m[o]).source,(y=(M=(p=d.target).x-f.x)*M+(b=p.y-f.y)*b)&&(M*=y=n*a[o]*((y=Math.sqrt(y))-r[o])/y,b*=y,p.x-=M*(T=f.weight+p.weight?f.weight/(f.weight+p.weight):.5),p.y-=b*T,f.x+=M*(T=1-T),f.y+=b*T);if((T=n*v)&&(M=u[0]/2,b=u[1]/2,o=-1,T))for(;++o<K;)(d=g[o]).x+=(M-d.x)*T,d.y+=(b-d.y)*T;if(h)for(!function e(t,n,r){var a=0,i=0;t.charge=0;if(!t.leaf)for(var l,o=t.nodes,s=o.length,u=-1;++u<s;)null!=(l=o[u])&&(e(l,n,r),t.charge+=l.charge,a+=l.charge*l.cx,i+=l.charge*l.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=n*r[t.point.index];t.charge+=t.pointCharge=c,a+=c*t.point.x,i+=c*t.point.y}t.cx=a/t.charge;t.cy=i/t.charge}(t=i.geom.quadtree(g),n,l),o=-1;++o<K;)(d=g[o]).fixed||t.visit(_(d));for(o=-1;++o<K;)(d=g[o]).fixed?(d.x=d.px,d.y=d.py):(d.x-=(d.px-(d.px=d.x))*c,d.y-=(d.py-(d.py=d.y))*c);s.tick({type:"tick",alpha:n})},o.nodes=function(e){return arguments.length?(g=e,o):g},o.links=function(e){return arguments.length?(m=e,o):m},o.size=function(e){return arguments.length?(u=e,o):u},o.linkDistance=function(e){return arguments.length?(d="function"==typeof e?e:+e,o):d},o.distance=o.linkDistance,o.linkStrength=function(e){return arguments.length?(f="function"==typeof e?e:+e,o):f},o.friction=function(e){return arguments.length?(c=+e,o):c},o.charge=function(e){return arguments.length?(h="function"==typeof e?e:+e,o):h},o.chargeDistance=function(e){return arguments.length?(p=e*e,o):Math.sqrt(p)},o.gravity=function(e){return arguments.length?(v=+e,o):v},o.theta=function(e){return arguments.length?(y=e*e,o):Math.sqrt(y)},o.alpha=function(t){return arguments.length?(t=+t,n?t>0?n=t:(e.c=null,e.t=NaN,e=null,s.end({type:"end",alpha:n=0})):t>0&&(s.start({type:"start",alpha:n=t}),e=wt(o.tick)),o):n},o.start=function(){var e,t,n,i=g.length,s=m.length,c=u[0],p=u[1];for(e=0;e<i;++e)(n=g[e]).index=e,n.weight=0;for(e=0;e<s;++e)"number"==typeof(n=m[e]).source&&(n.source=g[n.source]),"number"==typeof n.target&&(n.target=g[n.target]),++n.source.weight,++n.target.weight;for(e=0;e<i;++e)n=g[e],isNaN(n.x)&&(n.x=v("x",c)),isNaN(n.y)&&(n.y=v("y",p)),isNaN(n.px)&&(n.px=n.x),isNaN(n.py)&&(n.py=n.y);if(r=[],"function"==typeof d)for(e=0;e<s;++e)r[e]=+d.call(this,m[e],e);else for(e=0;e<s;++e)r[e]=d;if(a=[],"function"==typeof f)for(e=0;e<s;++e)a[e]=+f.call(this,m[e],e);else for(e=0;e<s;++e)a[e]=f;if(l=[],"function"==typeof h)for(e=0;e<i;++e)l[e]=+h.call(this,g[e],e);else for(e=0;e<i;++e)l[e]=h;function v(n,r){if(!t){for(t=new Array(i),u=0;u<i;++u)t[u]=[];for(u=0;u<s;++u){var a=m[u];t[a.source.index].push(a.target),t[a.target.index].push(a.source)}}for(var l,o=t[e],u=-1,c=o.length;++u<c;)if(!isNaN(l=o[u][n]))return l;return Math.random()*r}return o.resume()},o.resume=function(){return o.alpha(.1)},o.stop=function(){return o.alpha(0)},o.drag=function(){if(t||(t=i.behavior.drag().origin(z).on("dragstart.force",Ti).on("drag.force",T).on("dragend.force",Mi)),!arguments.length)return t;this.on("mouseover.force",bi).on("mouseout.force",Ki).call(t)},i.rebind(o,s,"on")};var ki=20,xi=1,Ci=1/0;function Ai(e,t){return i.rebind(e,t,"sort","children","value"),e.nodes=e,e.links=Gi,e}function wi(e,t){for(var n=[e];null!=(e=n.pop());)if(t(e),(a=e.children)&&(r=a.length))for(var r,a;--r>=0;)n.push(a[r])}function Li(e,t){for(var n=[e],r=[];null!=(e=n.pop());)if(r.push(e),(i=e.children)&&(a=i.length))for(var a,i,l=-1;++l<a;)n.push(i[l]);for(;null!=(e=r.pop());)t(e)}function Di(e){return e.children}function Bi(e){return e.value}function Si(e,t){return t.value-e.value}function Gi(e){return i.merge(e.map(function(e){return(e.children||[]).map(function(t){return{source:e,target:t}})}))}i.layout.hierarchy=function(){var e=Si,t=Di,n=Bi;function r(a){var i,l=[a],o=[];for(a.depth=0;null!=(i=l.pop());)if(o.push(i),(u=t.call(r,i,i.depth))&&(s=u.length)){for(var s,u,c;--s>=0;)l.push(c=u[s]),c.parent=i,c.depth=i.depth+1;n&&(i.value=0),i.children=u}else n&&(i.value=+n.call(r,i,i.depth)||0),delete i.children;return Li(a,function(t){var r,a;e&&(r=t.children)&&r.sort(e),n&&(a=t.parent)&&(a.value+=t.value)}),o}return r.sort=function(t){return arguments.length?(e=t,r):e},r.children=function(e){return arguments.length?(t=e,r):t},r.value=function(e){return arguments.length?(n=e,r):n},r.revalue=function(e){return n&&(wi(e,function(e){e.children&&(e.value=0)}),Li(e,function(e){var t;e.children||(e.value=+n.call(r,e,e.depth)||0),(t=e.parent)&&(t.value+=e.value)})),e},r},i.layout.partition=function(){var e=i.layout.hierarchy(),t=[1,1];function n(n,r){var a=e.call(this,n,r);return function e(t,n,r,a){var i=t.children;if(t.x=n,t.y=t.depth*a,t.dx=r,t.dy=a,i&&(l=i.length)){var l,o,s,u=-1;for(r=t.value?r/t.value:0;++u<l;)e(o=i[u],n,s=o.value*r,a),n+=s}}(a[0],0,t[0],t[1]/function e(t){var n=t.children,r=0;if(n&&(a=n.length))for(var a,i=-1;++i<a;)r=Math.max(r,e(n[i]));return 1+r}(a[0])),a}return n.size=function(e){return arguments.length?(t=e,n):t},Ai(n,e)},i.layout.pie=function(){var e=Number,t=Wi,n=0,r=De,a=0;function l(o){var s,u=o.length,c=o.map(function(t,n){return+e.call(l,t,n)}),d=+("function"==typeof n?n.apply(this,arguments):n),f=("function"==typeof r?r.apply(this,arguments):r)-d,h=Math.min(Math.abs(f)/u,+("function"==typeof a?a.apply(this,arguments):a)),p=h*(f<0?-1:1),v=i.sum(c),y=v?(f-u*p)/v:0,g=i.range(u),m=[];return null!=t&&g.sort(t===Wi?function(e,t){return c[t]-c[e]}:function(e,n){return t(o[e],o[n])}),g.forEach(function(e){m[e]={data:o[e],value:s=c[e],startAngle:d,endAngle:d+=s*y+p,padAngle:h}}),m}return l.value=function(t){return arguments.length?(e=t,l):e},l.sort=function(e){return arguments.length?(t=e,l):t},l.startAngle=function(e){return arguments.length?(n=e,l):n},l.endAngle=function(e){return arguments.length?(r=e,l):r},l.padAngle=function(e){return arguments.length?(a=e,l):a},l};var Wi={};function zi(e){return e.x}function Oi(e){return e.y}function Pi(e,t,n){e.y0=t,e.y=n}i.layout.stack=function(){var e=z,t=ji,n=Ii,r=Pi,a=zi,l=Oi;function o(s,u){if(!(h=s.length))return s;var c=s.map(function(t,n){return e.call(o,t,n)}),d=c.map(function(e){return e.map(function(e,t){return[a.call(o,e,t),l.call(o,e,t)]})}),f=t.call(o,d,u);c=i.permute(c,f),d=i.permute(d,f);var h,p,v,y,g=n.call(o,d,u),m=c[0].length;for(v=0;v<m;++v)for(r.call(o,c[0][v],y=g[v],d[0][v][1]),p=1;p<h;++p)r.call(o,c[p][v],y+=d[p-1][v][1],d[p][v][1]);return s}return o.values=function(t){return arguments.length?(e=t,o):e},o.order=function(e){return arguments.length?(t="function"==typeof e?e:Ri.get(e)||ji,o):t},o.offset=function(e){return arguments.length?(n="function"==typeof e?e:Ei.get(e)||Ii,o):n},o.x=function(e){return arguments.length?(a=e,o):a},o.y=function(e){return arguments.length?(l=e,o):l},o.out=function(e){return arguments.length?(r=e,o):r},o};var Ri=i.map({"inside-out":function(e){var t,n,r=e.length,a=e.map(Ni),l=e.map(Fi),o=i.range(r).sort(function(e,t){return a[e]-a[t]}),s=0,u=0,c=[],d=[];for(t=0;t<r;++t)n=o[t],s<u?(s+=l[n],c.push(n)):(u+=l[n],d.push(n));return d.reverse().concat(c)},reverse:function(e){return i.range(e.length).reverse()},default:ji}),Ei=i.map({silhouette:function(e){var t,n,r,a=e.length,i=e[0].length,l=[],o=0,s=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];r>o&&(o=r),l.push(r)}for(n=0;n<i;++n)s[n]=(o-l[n])/2;return s},wiggle:function(e){var t,n,r,a,i,l,o,s,u,c=e.length,d=e[0],f=d.length,h=[];for(h[0]=s=u=0,n=1;n<f;++n){for(t=0,a=0;t<c;++t)a+=e[t][n][1];for(t=0,i=0,o=d[n][0]-d[n-1][0];t<c;++t){for(r=0,l=(e[t][n][1]-e[t][n-1][1])/(2*o);r<t;++r)l+=(e[r][n][1]-e[r][n-1][1])/o;i+=l*e[t][n][1]}h[n]=s-=a?i/a*o:0,s<u&&(u=s)}for(n=0;n<f;++n)h[n]-=u;return h},expand:function(e){var t,n,r,a=e.length,i=e[0].length,l=1/a,o=[];for(n=0;n<i;++n){for(t=0,r=0;t<a;t++)r+=e[t][n][1];if(r)for(t=0;t<a;t++)e[t][n][1]/=r;else for(t=0;t<a;t++)e[t][n][1]=l}for(n=0;n<i;++n)o[n]=0;return o},zero:Ii});function ji(e){return i.range(e.length)}function Ii(e){for(var t=-1,n=e[0].length,r=[];++t<n;)r[t]=0;return r}function Ni(e){for(var t,n=1,r=0,a=e[0][1],i=e.length;n<i;++n)(t=e[n][1])>a&&(r=n,a=t);return r}function Fi(e){return e.reduce($i,0)}function $i(e,t){return e+t[1]}function Vi(e,t){return Hi(e,Math.ceil(Math.log(t.length)/Math.LN2+1))}function Hi(e,t){for(var n=-1,r=+e[0],a=(e[1]-r)/t,i=[];++n<=t;)i[n]=a*n+r;return i}function qi(e){return[i.min(e),i.max(e)]}function Ui(e,t){return e.value-t.value}function Yi(e,t){var n=e._pack_next;e._pack_next=t,t._pack_prev=e,t._pack_next=n,n._pack_prev=t}function Xi(e,t){e._pack_next=t,t._pack_prev=e}function Ji(e,t){var n=t.x-e.x,r=t.y-e.y,a=e.r+t.r;return.999*a*a>n*n+r*r}function Zi(e){if((t=e.children)&&(s=t.length)){var t,n,r,a,i,l,o,s,u=1/0,c=-1/0,d=1/0,f=-1/0;if(t.forEach(Qi),(n=t[0]).x=-n.r,n.y=0,_(n),s>1&&((r=t[1]).x=r.r,r.y=0,_(r),s>2))for(tl(n,r,a=t[2]),_(a),Yi(n,a),n._pack_prev=a,Yi(a,r),r=n._pack_next,i=3;i<s;i++){tl(n,r,a=t[i]);var h=0,p=1,v=1;for(l=r._pack_next;l!==r;l=l._pack_next,p++)if(Ji(l,a)){h=1;break}if(1==h)for(o=n._pack_prev;o!==l._pack_prev&&!Ji(o,a);o=o._pack_prev,v++);h?(p<v||p==v&&r.r<n.r?Xi(n,r=l):Xi(n=o,r),i--):(Yi(n,a),r=a,_(a))}var y=(u+c)/2,g=(d+f)/2,m=0;for(i=0;i<s;i++)(a=t[i]).x-=y,a.y-=g,m=Math.max(m,a.r+Math.sqrt(a.x*a.x+a.y*a.y));e.r=m,t.forEach(el)}function _(e){u=Math.min(e.x-e.r,u),c=Math.max(e.x+e.r,c),d=Math.min(e.y-e.r,d),f=Math.max(e.y+e.r,f)}}function Qi(e){e._pack_next=e._pack_prev=e}function el(e){delete e._pack_next,delete e._pack_prev}function tl(e,t,n){var r=e.r+n.r,a=t.x-e.x,i=t.y-e.y;if(r&&(a||i)){var l=t.r+n.r,o=a*a+i*i,s=.5+((r*=r)-(l*=l))/(2*o),u=Math.sqrt(Math.max(0,2*l*(r+o)-(r-=o)*r-l*l))/(2*o);n.x=e.x+s*a+u*i,n.y=e.y+s*i-u*a}else n.x=e.x+r,n.y=e.y}function nl(e,t){return e.parent==t.parent?1:2}function rl(e){var t=e.children;return t.length?t[0]:e.t}function al(e){var t,n=e.children;return(t=n.length)?n[t-1]:e.t}function il(e,t,n){var r=n/(t.i-e.i);t.c-=r,t.s+=n,e.c+=r,t.z+=n,t.m+=n}function ll(e,t,n){return e.a.parent===t.parent?e.a:n}function ol(e){return{x:e.x,y:e.y,dx:e.dx,dy:e.dy}}function sl(e,t){var n=e.x+t[3],r=e.y+t[0],a=e.dx-t[1]-t[3],i=e.dy-t[0]-t[2];return a<0&&(n+=a/2,a=0),i<0&&(r+=i/2,i=0),{x:n,y:r,dx:a,dy:i}}function ul(e){var t=e[0],n=e[e.length-1];return t<n?[t,n]:[n,t]}function cl(e){return e.rangeExtent?e.rangeExtent():ul(e.range())}function dl(e,t,n,r){var a=n(e[0],e[1]),i=r(t[0],t[1]);return function(e){return i(a(e))}}function fl(e,t){var n,r=0,a=e.length-1,i=e[r],l=e[a];return l<i&&(n=r,r=a,a=n,n=i,i=l,l=n),e[r]=t.floor(i),e[a]=t.ceil(l),e}function hl(e){return e?{floor:function(t){return Math.floor(t/e)*e},ceil:function(t){return Math.ceil(t/e)*e}}:pl}i.layout.histogram=function(){var e=!0,t=Number,n=qi,r=Vi;function a(a,l){for(var o,s,u=[],c=a.map(t,this),d=n.call(this,c,l),f=r.call(this,d,c,l),h=(l=-1,c.length),p=f.length-1,v=e?1:1/h;++l<p;)(o=u[l]=[]).dx=f[l+1]-(o.x=f[l]),o.y=0;if(p>0)for(l=-1;++l<h;)(s=c[l])>=d[0]&&s<=d[1]&&((o=u[i.bisect(f,s,1,p)-1]).y+=v,o.push(a[l]));return u}return a.value=function(e){return arguments.length?(t=e,a):t},a.range=function(e){return arguments.length?(n=Tt(e),a):n},a.bins=function(e){return arguments.length?(r="number"==typeof e?function(t){return Hi(t,e)}:Tt(e),a):r},a.frequency=function(t){return arguments.length?(e=!!t,a):e},a},i.layout.pack=function(){var e,t=i.layout.hierarchy().sort(Ui),n=0,r=[1,1];function a(a,i){var l=t.call(this,a,i),o=l[0],s=r[0],u=r[1],c=null==e?Math.sqrt:"function"==typeof e?e:function(){return e};if(o.x=o.y=0,Li(o,function(e){e.r=+c(e.value)}),Li(o,Zi),n){var d=n*(e?1:Math.max(2*o.r/s,2*o.r/u))/2;Li(o,function(e){e.r+=d}),Li(o,Zi),Li(o,function(e){e.r-=d})}return function e(t,n,r,a){var i=t.children;t.x=n+=a*t.x;t.y=r+=a*t.y;t.r*=a;if(i)for(var l=-1,o=i.length;++l<o;)e(i[l],n,r,a)}(o,s/2,u/2,e?1:1/Math.max(2*o.r/s,2*o.r/u)),l}return a.size=function(e){return arguments.length?(r=e,a):r},a.radius=function(t){return arguments.length?(e=null==t||"function"==typeof t?t:+t,a):e},a.padding=function(e){return arguments.length?(n=+e,a):n},Ai(a,t)},i.layout.tree=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=null;function a(a,i){var u=e.call(this,a,i),c=u[0],d=function(e){var t,n={A:null,children:[e]},r=[n];for(;null!=(t=r.pop());)for(var a,i=t.children,l=0,o=i.length;l<o;++l)r.push((i[l]=a={_:i[l],parent:t,children:(a=i[l].children)&&a.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:l}).a=a);return n.children[0]}(c);if(Li(d,l),d.parent.m=-d.z,wi(d,o),r)wi(c,s);else{var f=c,h=c,p=c;wi(c,function(e){e.x<f.x&&(f=e),e.x>h.x&&(h=e),e.depth>p.depth&&(p=e)});var v=t(f,h)/2-f.x,y=n[0]/(h.x+t(h,f)/2+v),g=n[1]/(p.depth||1);wi(c,function(e){e.x=(e.x+v)*y,e.y=e.depth*g})}return u}function l(e){var n=e.children,r=e.parent.children,a=e.i?r[e.i-1]:null;if(n.length){!function(e){var t,n=0,r=0,a=e.children,i=a.length;for(;--i>=0;)(t=a[i]).z+=n,t.m+=n,n+=t.s+(r+=t.c)}(e);var i=(n[0].z+n[n.length-1].z)/2;a?(e.z=a.z+t(e._,a._),e.m=e.z-i):e.z=i}else a&&(e.z=a.z+t(e._,a._));e.parent.A=function(e,n,r){if(n){for(var a,i=e,l=e,o=n,s=i.parent.children[0],u=i.m,c=l.m,d=o.m,f=s.m;o=al(o),i=rl(i),o&&i;)s=rl(s),(l=al(l)).a=e,(a=o.z+d-i.z-u+t(o._,i._))>0&&(il(ll(o,e,r),e,a),u+=a,c+=a),d+=o.m,u+=i.m,f+=s.m,c+=l.m;o&&!al(l)&&(l.t=o,l.m+=d-c),i&&!rl(s)&&(s.t=i,s.m+=u-f,r=e)}return r}(e,a,e.parent.A||r[0])}function o(e){e._.x=e.z+e.parent.m,e.m+=e.parent.m}function s(e){e.x*=n[0],e.y=e.depth*n[1]}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e)?s:null,a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null==(n=e)?null:s,a):r?n:null},Ai(a,e)},i.layout.cluster=function(){var e=i.layout.hierarchy().sort(null).value(null),t=nl,n=[1,1],r=!1;function a(a,l){var o,s=e.call(this,a,l),u=s[0],c=0;Li(u,function(e){var n=e.children;n&&n.length?(e.x=function(e){return e.reduce(function(e,t){return e+t.x},0)/e.length}(n),e.y=function(e){return 1+i.max(e,function(e){return e.y})}(n)):(e.x=o?c+=t(e,o):0,e.y=0,o=e)});var d=function e(t){var n=t.children;return n&&n.length?e(n[0]):t}(u),f=function e(t){var n,r=t.children;return r&&(n=r.length)?e(r[n-1]):t}(u),h=d.x-t(d,f)/2,p=f.x+t(f,d)/2;return Li(u,r?function(e){e.x=(e.x-u.x)*n[0],e.y=(u.y-e.y)*n[1]}:function(e){e.x=(e.x-h)/(p-h)*n[0],e.y=(1-(u.y?e.y/u.y:1))*n[1]}),s}return a.separation=function(e){return arguments.length?(t=e,a):t},a.size=function(e){return arguments.length?(r=null==(n=e),a):r?null:n},a.nodeSize=function(e){return arguments.length?(r=null!=(n=e),a):r?n:null},Ai(a,e)},i.layout.treemap=function(){var e,t=i.layout.hierarchy(),n=Math.round,r=[1,1],a=null,l=ol,o=!1,s="squarify",u=.5*(1+Math.sqrt(5));function c(e,t){for(var n,r,a=-1,i=e.length;++a<i;)r=(n=e[a]).value*(t<0?0:t),n.area=isNaN(r)||r<=0?0:r}function d(e){var t=e.children;if(t&&t.length){var n,r,a,i=l(e),o=[],u=t.slice(),f=1/0,v="slice"===s?i.dx:"dice"===s?i.dy:"slice-dice"===s?1&e.depth?i.dy:i.dx:Math.min(i.dx,i.dy);for(c(u,i.dx*i.dy/e.value),o.area=0;(a=u.length)>0;)o.push(n=u[a-1]),o.area+=n.area,"squarify"!==s||(r=h(o,v))<=f?(u.pop(),f=r):(o.area-=o.pop().area,p(o,v,i,!1),v=Math.min(i.dx,i.dy),o.length=o.area=0,f=1/0);o.length&&(p(o,v,i,!0),o.length=o.area=0),t.forEach(d)}}function f(e){var t=e.children;if(t&&t.length){var n,r=l(e),a=t.slice(),i=[];for(c(a,r.dx*r.dy/e.value),i.area=0;n=a.pop();)i.push(n),i.area+=n.area,null!=n.z&&(p(i,n.z?r.dx:r.dy,r,!a.length),i.length=i.area=0);t.forEach(f)}}function h(e,t){for(var n,r=e.area,a=0,i=1/0,l=-1,o=e.length;++l<o;)(n=e[l].area)&&(n<i&&(i=n),n>a&&(a=n));return t*=t,(r*=r)?Math.max(t*a*u/r,r/(t*i*u)):1/0}function p(e,t,r,a){var i,l=-1,o=e.length,s=r.x,u=r.y,c=t?n(e.area/t):0;if(t==r.dx){for((a||c>r.dy)&&(c=r.dy);++l<o;)(i=e[l]).x=s,i.y=u,i.dy=c,s+=i.dx=Math.min(r.x+r.dx-s,c?n(i.area/c):0);i.z=!0,i.dx+=r.x+r.dx-s,r.y+=c,r.dy-=c}else{for((a||c>r.dx)&&(c=r.dx);++l<o;)(i=e[l]).x=s,i.y=u,i.dx=c,u+=i.dy=Math.min(r.y+r.dy-u,c?n(i.area/c):0);i.z=!1,i.dy+=r.y+r.dy-u,r.x+=c,r.dx-=c}}function v(n){var a=e||t(n),i=a[0];return i.x=i.y=0,i.value?(i.dx=r[0],i.dy=r[1]):i.dx=i.dy=0,e&&t.revalue(i),c([i],i.dx*i.dy/i.value),(e?f:d)(i),o&&(e=a),a}return v.size=function(e){return arguments.length?(r=e,v):r},v.padding=function(e){if(!arguments.length)return a;function t(t){return sl(t,e)}var n;return l=null==(a=e)?ol:"function"==(n=typeof e)?function(t){var n=e.call(v,t,t.depth);return null==n?ol(t):sl(t,"number"==typeof n?[n,n,n,n]:n)}:"number"===n?(e=[e,e,e,e],t):t,v},v.round=function(e){return arguments.length?(n=e?Math.round:Number,v):n!=Number},v.sticky=function(t){return arguments.length?(o=t,e=null,v):o},v.ratio=function(e){return arguments.length?(u=e,v):u},v.mode=function(e){return arguments.length?(s=e+"",v):s},Ai(v,t)},i.random={normal:function(e,t){var n=arguments.length;return n<2&&(t=1),n<1&&(e=0),function(){var n,r,a;do{a=(n=2*Math.random()-1)*n+(r=2*Math.random()-1)*r}while(!a||a>1);return e+t*n*Math.sqrt(-2*Math.log(a)/a)}},logNormal:function(){var e=i.random.normal.apply(i,arguments);return function(){return Math.exp(e())}},bates:function(e){var t=i.random.irwinHall(e);return function(){return t()/e}},irwinHall:function(e){return function(){for(var t=0,n=0;n<e;n++)t+=Math.random();return t}}},i.scale={};var pl={floor:z,ceil:z};function vl(e,t,n,r){var a=[],l=[],o=0,s=Math.min(e.length,t.length)-1;for(e[s]<e[0]&&(e=e.slice().reverse(),t=t.slice().reverse());++o<=s;)a.push(n(e[o-1],e[o])),l.push(r(t[o-1],t[o]));return function(t){var n=i.bisect(e,t,1,s)-1;return l[n](a[n](t))}}function yl(e,t){return i.rebind(e,t,"range","rangeRound","interpolate","clamp")}function gl(e,t){return fl(e,hl(ml(e,t)[2])),fl(e,hl(ml(e,t)[2])),e}function ml(e,t){null==t&&(t=10);var n=ul(e),r=n[1]-n[0],a=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),i=t/r*a;return i<=.15?a*=10:i<=.35?a*=5:i<=.75&&(a*=2),n[0]=Math.ceil(n[0]/a)*a,n[1]=Math.floor(n[1]/a)*a+.5*a,n[2]=a,n}function _l(e,t){return i.range.apply(i,ml(e,t))}function Tl(e,t,n){var r=ml(e,t);if(n){var a=Wt.exec(n);if(a.shift(),"s"===a[8]){var l=i.formatPrefix(Math.max(b(r[0]),b(r[1])));return a[7]||(a[7]="."+bl(l.scale(r[2]))),a[8]="f",n=i.format(a.join("")),function(e){return n(l.scale(e))+l.symbol}}a[7]||(a[7]="."+function(e,t){var n=bl(t[2]);return e in Ml?Math.abs(n-bl(Math.max(b(t[0]),b(t[1]))))+ +("e"!==e):n-2*("%"===e)}(a[8],r)),n=a.join("")}else n=",."+bl(r[2])+"f";return i.format(n)}i.scale.linear=function(){return function e(t,n,r,a){var i,l;function o(){var e=Math.min(t.length,n.length)>2?vl:dl,o=a?gi:yi;return i=e(t,n,o,r),l=e(n,t,o,Ya),s}function s(e){return i(e)}s.invert=function(e){return l(e)};s.domain=function(e){return arguments.length?(t=e.map(Number),o()):t};s.range=function(e){return arguments.length?(n=e,o()):n};s.rangeRound=function(e){return s.range(e).interpolate(ui)};s.clamp=function(e){return arguments.length?(a=e,o()):a};s.interpolate=function(e){return arguments.length?(r=e,o()):r};s.ticks=function(e){return _l(t,e)};s.tickFormat=function(e,n){return Tl(t,e,n)};s.nice=function(e){return gl(t,e),o()};s.copy=function(){return e(t,n,r,a)};return o()}([0,1],[0,1],Ya,!1)};var Ml={s:1,g:1,p:1,r:1,e:1};function bl(e){return-Math.floor(Math.log(e)/Math.LN10+.01)}i.scale.log=function(){return function e(t,n,r,a){function l(e){return(r?Math.log(e<0?0:e):-Math.log(e>0?0:-e))/Math.log(n)}function o(e){return r?Math.pow(n,e):-Math.pow(n,-e)}function s(e){return t(l(e))}s.invert=function(e){return o(t.invert(e))};s.domain=function(e){return arguments.length?(r=e[0]>=0,t.domain((a=e.map(Number)).map(l)),s):a};s.base=function(e){return arguments.length?(n=+e,t.domain(a.map(l)),s):n};s.nice=function(){var e=fl(a.map(l),r?Math:kl);return t.domain(e),a=e.map(o),s};s.ticks=function(){var e=ul(a),t=[],i=e[0],s=e[1],u=Math.floor(l(i)),c=Math.ceil(l(s)),d=n%1?2:n;if(isFinite(c-u)){if(r){for(;u<c;u++)for(var f=1;f<d;f++)t.push(o(u)*f);t.push(o(u))}else for(t.push(o(u));u++<c;)for(var f=d-1;f>0;f--)t.push(o(u)*f);for(u=0;t[u]<i;u++);for(c=t.length;t[c-1]>s;c--);t=t.slice(u,c)}return t};s.tickFormat=function(e,t){if(!arguments.length)return Kl;arguments.length<2?t=Kl:"function"!=typeof t&&(t=i.format(t));var r=Math.max(1,n*e/s.ticks().length);return function(e){var a=e/o(Math.round(l(e)));return a*n<n-.5&&(a*=n),a<=r?t(e):""}};s.copy=function(){return e(t.copy(),n,r,a)};return yl(s,t)}(i.scale.linear().domain([0,1]),10,!0,[1,10])};var Kl=i.format(".0e"),kl={floor:function(e){return-Math.ceil(-e)},ceil:function(e){return-Math.floor(-e)}};function xl(e){return function(t){return t<0?-Math.pow(-t,e):Math.pow(t,e)}}i.scale.pow=function(){return function e(t,n,r){var a=xl(n),i=xl(1/n);function l(e){return t(a(e))}l.invert=function(e){return i(t.invert(e))};l.domain=function(e){return arguments.length?(t.domain((r=e.map(Number)).map(a)),l):r};l.ticks=function(e){return _l(r,e)};l.tickFormat=function(e,t){return Tl(r,e,t)};l.nice=function(e){return l.domain(gl(r,e))};l.exponent=function(e){return arguments.length?(a=xl(n=e),i=xl(1/n),t.domain(r.map(a)),l):n};l.copy=function(){return e(t.copy(),n,r)};return yl(l,t)}(i.scale.linear(),1,[0,1])},i.scale.sqrt=function(){return i.scale.pow().exponent(.5)},i.scale.ordinal=function(){return function e(t,n){var r,a,l;function o(e){return a[((r.get(e)||("range"===n.t?r.set(e,t.push(e)):NaN))-1)%a.length]}function s(e,n){return i.range(t.length).map(function(t){return e+n*t})}o.domain=function(e){if(!arguments.length)return t;t=[],r=new k;for(var a,i=-1,l=e.length;++i<l;)r.has(a=e[i])||r.set(a,t.push(a));return o[n.t].apply(o,n.a)};o.range=function(e){return arguments.length?(a=e,l=0,n={t:"range",a:arguments},o):a};o.rangePoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=(i+u)/2,0):(u-i)/(t.length-1+r);return a=s(i+c*r/2,c),l=0,n={t:"rangePoints",a:arguments},o};o.rangeRoundPoints=function(e,r){arguments.length<2&&(r=0);var i=e[0],u=e[1],c=t.length<2?(i=u=Math.round((i+u)/2),0):(u-i)/(t.length-1+r)|0;return a=s(i+Math.round(c*r/2+(u-i-(t.length-1+r)*c)/2),c),l=0,n={t:"rangeRoundPoints",a:arguments},o};o.rangeBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=(d-c)/(t.length-r+2*i);return a=s(c+f*i,f),u&&a.reverse(),l=f*(1-r),n={t:"rangeBands",a:arguments},o};o.rangeRoundBands=function(e,r,i){arguments.length<2&&(r=0),arguments.length<3&&(i=r);var u=e[1]<e[0],c=e[u-0],d=e[1-u],f=Math.floor((d-c)/(t.length-r+2*i));return a=s(c+Math.round((d-c-(t.length-r)*f)/2),f),u&&a.reverse(),l=Math.round(f*(1-r)),n={t:"rangeRoundBands",a:arguments},o};o.rangeBand=function(){return l};o.rangeExtent=function(){return ul(n.a[0])};o.copy=function(){return e(t,n)};return o.domain(t)}([],{t:"range",a:[[]]})},i.scale.category10=function(){return i.scale.ordinal().range(Cl)},i.scale.category20=function(){return i.scale.ordinal().range(Al)},i.scale.category20b=function(){return i.scale.ordinal().range(wl)},i.scale.category20c=function(){return i.scale.ordinal().range(Ll)};var Cl=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(dt),Al=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(dt),wl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(dt),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(dt);function Dl(){return 0}i.scale.quantile=function(){return function e(t,n){var r;function a(){var e=0,a=n.length;for(r=[];++e<a;)r[e-1]=i.quantile(t,e/a);return l}function l(e){if(!isNaN(e=+e))return n[i.bisect(r,e)]}l.domain=function(e){return arguments.length?(t=e.map(g).filter(m).sort(y),a()):t};l.range=function(e){return arguments.length?(n=e,a()):n};l.quantiles=function(){return r};l.invertExtent=function(e){return(e=n.indexOf(e))<0?[NaN,NaN]:[e>0?r[e-1]:t[0],e<r.length?r[e]:t[t.length-1]]};l.copy=function(){return e(t,n)};return a()}([],[])},i.scale.quantize=function(){return function e(t,n,r){var a,i;function l(e){return r[Math.max(0,Math.min(i,Math.floor(a*(e-t))))]}function o(){return a=r.length/(n-t),i=r.length-1,l}l.domain=function(e){return arguments.length?(t=+e[0],n=+e[e.length-1],o()):[t,n]};l.range=function(e){return arguments.length?(r=e,o()):r};l.invertExtent=function(e){return[e=(e=r.indexOf(e))<0?NaN:e/a+t,e+1/a]};l.copy=function(){return e(t,n,r)};return o()}(0,1,[0,1])},i.scale.threshold=function(){return function e(t,n){function r(e){if(e<=e)return n[i.bisect(t,e)]}r.domain=function(e){return arguments.length?(t=e,r):t};r.range=function(e){return arguments.length?(n=e,r):n};r.invertExtent=function(e){return e=n.indexOf(e),[t[e-1],t[e]]};r.copy=function(){return e(t,n)};return r}([.5],[0,1])},i.scale.identity=function(){return function e(t){function n(e){return+e}n.invert=n;n.domain=n.range=function(e){return arguments.length?(t=e.map(n),n):t};n.ticks=function(e){return _l(t,e)};n.tickFormat=function(e,n){return Tl(t,e,n)};n.copy=function(){return e(t)};return n}([0,1])},i.svg={},i.svg.arc=function(){var e=Sl,t=Gl,n=Dl,r=Bl,a=Wl,i=zl,l=Ol;function o(){var o=Math.max(0,+e.apply(this,arguments)),u=Math.max(0,+t.apply(this,arguments)),c=a.apply(this,arguments)-Se,d=i.apply(this,arguments)-Se,f=Math.abs(d-c),h=c>d?0:1;if(u<o&&(p=u,u=o,o=p),f>=Be)return s(u,h)+(o?s(o,1-h):"")+"Z";var p,v,y,g,m,_,T,M,b,K,k,x,C=0,A=0,w=[];if((g=(+l.apply(this,arguments)||0)/2)&&(y=r===Bl?Math.sqrt(o*o+u*u):+r.apply(this,arguments),h||(A*=-1),u&&(A=Re(y/u*Math.sin(g))),o&&(C=Re(y/o*Math.sin(g)))),u){m=u*Math.cos(c+A),_=u*Math.sin(c+A),T=u*Math.cos(d-A),M=u*Math.sin(d-A);var L=Math.abs(d-c-2*A)<=Le?0:1;if(A&&Pl(m,_,T,M)===h^L){var D=(c+d)/2;m=u*Math.cos(D),_=u*Math.sin(D),T=M=null}}else m=_=0;if(o){b=o*Math.cos(d-C),K=o*Math.sin(d-C),k=o*Math.cos(c+C),x=o*Math.sin(c+C);var B=Math.abs(c-d+2*C)<=Le?0:1;if(C&&Pl(b,K,k,x)===1-h^B){var S=(c+d)/2;b=o*Math.cos(S),K=o*Math.sin(S),k=x=null}}else b=K=0;if(f>Ae&&(p=Math.min(Math.abs(u-o)/2,+n.apply(this,arguments)))>.001){v=o<u^h?0:1;var G=p,W=p;if(f<Le){var z=null==k?[b,K]:null==T?[m,_]:ua([m,_],[k,x],[T,M],[b,K]),O=m-z[0],P=_-z[1],R=T-z[0],E=M-z[1],j=1/Math.sin(Math.acos((O*R+P*E)/(Math.sqrt(O*O+P*P)*Math.sqrt(R*R+E*E)))/2),I=Math.sqrt(z[0]*z[0]+z[1]*z[1]);W=Math.min(p,(o-I)/(j-1)),G=Math.min(p,(u-I)/(j+1))}if(null!=T){var N=Rl(null==k?[b,K]:[k,x],[m,_],u,G,h),F=Rl([T,M],[b,K],u,G,h);p===G?w.push("M",N[0],"A",G,",",G," 0 0,",v," ",N[1],"A",u,",",u," 0 ",1-h^Pl(N[1][0],N[1][1],F[1][0],F[1][1]),",",h," ",F[1],"A",G,",",G," 0 0,",v," ",F[0]):w.push("M",N[0],"A",G,",",G," 0 1,",v," ",F[0])}else w.push("M",m,",",_);if(null!=k){var $=Rl([m,_],[k,x],o,-W,h),V=Rl([b,K],null==T?[m,_]:[T,M],o,-W,h);p===W?w.push("L",V[0],"A",W,",",W," 0 0,",v," ",V[1],"A",o,",",o," 0 ",h^Pl(V[1][0],V[1][1],$[1][0],$[1][1]),",",1-h," ",$[1],"A",W,",",W," 0 0,",v," ",$[0]):w.push("L",V[0],"A",W,",",W," 0 0,",v," ",$[0])}else w.push("L",b,",",K)}else w.push("M",m,",",_),null!=T&&w.push("A",u,",",u," 0 ",L,",",h," ",T,",",M),w.push("L",b,",",K),null!=k&&w.push("A",o,",",o," 0 ",B,",",1-h," ",k,",",x);return w.push("Z"),w.join("")}function s(e,t){return"M0,"+e+"A"+e+","+e+" 0 1,"+t+" 0,"+-e+"A"+e+","+e+" 0 1,"+t+" 0,"+e}return o.innerRadius=function(t){return arguments.length?(e=Tt(t),o):e},o.outerRadius=function(e){return arguments.length?(t=Tt(e),o):t},o.cornerRadius=function(e){return arguments.length?(n=Tt(e),o):n},o.padRadius=function(e){return arguments.length?(r=e==Bl?Bl:Tt(e),o):r},o.startAngle=function(e){return arguments.length?(a=Tt(e),o):a},o.endAngle=function(e){return arguments.length?(i=Tt(e),o):i},o.padAngle=function(e){return arguments.length?(l=Tt(e),o):l},o.centroid=function(){var n=(+e.apply(this,arguments)+ +t.apply(this,arguments))/2,r=(+a.apply(this,arguments)+ +i.apply(this,arguments))/2-Se;return[Math.cos(r)*n,Math.sin(r)*n]},o};var Bl="auto";function Sl(e){return e.innerRadius}function Gl(e){return e.outerRadius}function Wl(e){return e.startAngle}function zl(e){return e.endAngle}function Ol(e){return e&&e.padAngle}function Pl(e,t,n,r){return(e-n)*t-(t-r)*e>0?0:1}function Rl(e,t,n,r,a){var i=e[0]-t[0],l=e[1]-t[1],o=(a?r:-r)/Math.sqrt(i*i+l*l),s=o*l,u=-o*i,c=e[0]+s,d=e[1]+u,f=t[0]+s,h=t[1]+u,p=(c+f)/2,v=(d+h)/2,y=f-c,g=h-d,m=y*y+g*g,_=n-r,T=c*h-f*d,M=(g<0?-1:1)*Math.sqrt(Math.max(0,_*_*m-T*T)),b=(T*g-y*M)/m,K=(-T*y-g*M)/m,k=(T*g+y*M)/m,x=(-T*y+g*M)/m,C=b-p,A=K-v,w=k-p,L=x-v;return C*C+A*A>w*w+L*L&&(b=k,K=x),[[b-s,K-u],[b*n/_,K*n/_]]}function El(e){var t=ra,n=aa,r=Jn,a=Il,i=a.key,l=.7;function o(i){var o,s=[],u=[],c=-1,d=i.length,f=Tt(t),h=Tt(n);function p(){s.push("M",a(e(u),l))}for(;++c<d;)r.call(this,o=i[c],c)?u.push([+f.call(this,o,c),+h.call(this,o,c)]):u.length&&(p(),u=[]);return u.length&&p(),s.length?s.join(""):null}return o.x=function(e){return arguments.length?(t=e,o):t},o.y=function(e){return arguments.length?(n=e,o):n},o.defined=function(e){return arguments.length?(r=e,o):r},o.interpolate=function(e){return arguments.length?(i="function"==typeof e?a=e:(a=jl.get(e)||Il).key,o):i},o.tension=function(e){return arguments.length?(l=e,o):l},o}i.svg.line=function(){return El(z)};var jl=i.map({linear:Il,"linear-closed":Nl,step:function(e){var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];for(;++t<n;)a.push("H",(r[0]+(r=e[t])[0])/2,"V",r[1]);n>1&&a.push("H",r[0]);return a.join("")},"step-before":Fl,"step-after":$l,basis:ql,"basis-open":function(e){if(e.length<4)return Il(e);var t,n=[],r=-1,a=e.length,i=[0],l=[0];for(;++r<3;)t=e[r],i.push(t[0]),l.push(t[1]);n.push(Ul(Jl,i)+","+Ul(Jl,l)),--r;for(;++r<a;)t=e[r],i.shift(),i.push(t[0]),l.shift(),l.push(t[1]),Zl(n,i,l);return n.join("")},"basis-closed":function(e){var t,n,r=-1,a=e.length,i=a+4,l=[],o=[];for(;++r<4;)n=e[r%a],l.push(n[0]),o.push(n[1]);t=[Ul(Jl,l),",",Ul(Jl,o)],--r;for(;++r<i;)n=e[r%a],l.shift(),l.push(n[0]),o.shift(),o.push(n[1]),Zl(t,l,o);return t.join("")},bundle:function(e,t){var n=e.length-1;if(n)for(var r,a,i=e[0][0],l=e[0][1],o=e[n][0]-i,s=e[n][1]-l,u=-1;++u<=n;)r=e[u],a=u/n,r[0]=t*r[0]+(1-t)*(i+a*o),r[1]=t*r[1]+(1-t)*(l+a*s);return ql(e)},cardinal:function(e,t){return e.length<3?Il(e):e[0]+Vl(e,Hl(e,t))},"cardinal-open":function(e,t){return e.length<4?Il(e):e[1]+Vl(e.slice(1,-1),Hl(e,t))},"cardinal-closed":function(e,t){return e.length<3?Nl(e):e[0]+Vl((e.push(e[0]),e),Hl([e[e.length-2]].concat(e,[e[1]]),t))},monotone:function(e){return e.length<3?Il(e):e[0]+Vl(e,function(e){var t,n,r,a,i=[],l=function(e){var t=0,n=e.length-1,r=[],a=e[0],i=e[1],l=r[0]=Ql(a,i);for(;++t<n;)r[t]=(l+(l=Ql(a=i,i=e[t+1])))/2;return r[t]=l,r}(e),o=-1,s=e.length-1;for(;++o<s;)t=Ql(e[o],e[o+1]),b(t)<Ae?l[o]=l[o+1]=0:(n=l[o]/t,r=l[o+1]/t,(a=n*n+r*r)>9&&(a=3*t/Math.sqrt(a),l[o]=a*n,l[o+1]=a*r));o=-1;for(;++o<=s;)a=(e[Math.min(s,o+1)][0]-e[Math.max(0,o-1)][0])/(6*(1+l[o]*l[o])),i.push([a||0,l[o]*a||0]);return i}(e))}});function Il(e){return e.length>1?e.join("L"):e+"Z"}function Nl(e){return e.join("L")+"Z"}function Fl(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("V",(r=e[t])[1],"H",r[0]);return a.join("")}function $l(e){for(var t=0,n=e.length,r=e[0],a=[r[0],",",r[1]];++t<n;)a.push("H",(r=e[t])[0],"V",r[1]);return a.join("")}function Vl(e,t){if(t.length<1||e.length!=t.length&&e.length!=t.length+2)return Il(e);var n=e.length!=t.length,r="",a=e[0],i=e[1],l=t[0],o=l,s=1;if(n&&(r+="Q"+(i[0]-2*l[0]/3)+","+(i[1]-2*l[1]/3)+","+i[0]+","+i[1],a=e[1],s=2),t.length>1){o=t[1],i=e[s],s++,r+="C"+(a[0]+l[0])+","+(a[1]+l[1])+","+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1];for(var u=2;u<t.length;u++,s++)i=e[s],o=t[u],r+="S"+(i[0]-o[0])+","+(i[1]-o[1])+","+i[0]+","+i[1]}if(n){var c=e[s];r+="Q"+(i[0]+2*o[0]/3)+","+(i[1]+2*o[1]/3)+","+c[0]+","+c[1]}return r}function Hl(e,t){for(var n,r=[],a=(1-t)/2,i=e[0],l=e[1],o=1,s=e.length;++o<s;)n=i,i=l,l=e[o],r.push([a*(l[0]-n[0]),a*(l[1]-n[1])]);return r}function ql(e){if(e.length<3)return Il(e);var t=1,n=e.length,r=e[0],a=r[0],i=r[1],l=[a,a,a,(r=e[1])[0]],o=[i,i,i,r[1]],s=[a,",",i,"L",Ul(Jl,l),",",Ul(Jl,o)];for(e.push(e[n-1]);++t<=n;)r=e[t],l.shift(),l.push(r[0]),o.shift(),o.push(r[1]),Zl(s,l,o);return e.pop(),s.push("L",r),s.join("")}function Ul(e,t){return e[0]*t[0]+e[1]*t[1]+e[2]*t[2]+e[3]*t[3]}jl.forEach(function(e,t){t.key=e,t.closed=/-closed$/.test(e)});var Yl=[0,2/3,1/3,0],Xl=[0,1/3,2/3,0],Jl=[0,1/6,2/3,1/6];function Zl(e,t,n){e.push("C",Ul(Yl,t),",",Ul(Yl,n),",",Ul(Xl,t),",",Ul(Xl,n),",",Ul(Jl,t),",",Ul(Jl,n))}function Ql(e,t){return(t[1]-e[1])/(t[0]-e[0])}function eo(e){for(var t,n,r,a=-1,i=e.length;++a<i;)n=(t=e[a])[0],r=t[1]-Se,t[0]=n*Math.cos(r),t[1]=n*Math.sin(r);return e}function to(e){var t=ra,n=ra,r=0,a=aa,i=Jn,l=Il,o=l.key,s=l,u="L",c=.7;function d(o){var d,f,h,p=[],v=[],y=[],g=-1,m=o.length,_=Tt(t),T=Tt(r),M=t===n?function(){return f}:Tt(n),b=r===a?function(){return h}:Tt(a);function K(){p.push("M",l(e(y),c),u,s(e(v.reverse()),c),"Z")}for(;++g<m;)i.call(this,d=o[g],g)?(v.push([f=+_.call(this,d,g),h=+T.call(this,d,g)]),y.push([+M.call(this,d,g),+b.call(this,d,g)])):v.length&&(K(),v=[],y=[]);return v.length&&K(),p.length?p.join(""):null}return d.x=function(e){return arguments.length?(t=n=e,d):n},d.x0=function(e){return arguments.length?(t=e,d):t},d.x1=function(e){return arguments.length?(n=e,d):n},d.y=function(e){return arguments.length?(r=a=e,d):a},d.y0=function(e){return arguments.length?(r=e,d):r},d.y1=function(e){return arguments.length?(a=e,d):a},d.defined=function(e){return arguments.length?(i=e,d):i},d.interpolate=function(e){return arguments.length?(o="function"==typeof e?l=e:(l=jl.get(e)||Il).key,s=l.reverse||l,u=l.closed?"M":"L",d):o},d.tension=function(e){return arguments.length?(c=e,d):c},d}function no(e){return e.radius}function ro(e){return[e.x,e.y]}function ao(){return 64}function io(){return"circle"}function lo(e){var t=Math.sqrt(e/Le);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}i.svg.line.radial=function(){var e=El(eo);return e.radius=e.x,delete e.x,e.angle=e.y,delete e.y,e},Fl.reverse=$l,$l.reverse=Fl,i.svg.area=function(){return to(z)},i.svg.area.radial=function(){var e=to(eo);return e.radius=e.x,delete e.x,e.innerRadius=e.x0,delete e.x0,e.outerRadius=e.x1,delete e.x1,e.angle=e.y,delete e.y,e.startAngle=e.y0,delete e.y0,e.endAngle=e.y1,delete e.y1,e},i.svg.chord=function(){var e=Fr,t=$r,n=no,r=Wl,a=zl;function i(n,r){var a,i,u=l(this,e,n,r),c=l(this,t,n,r);return"M"+u.p0+o(u.r,u.p1,u.a1-u.a0)+(i=c,(a=u).a0==i.a0&&a.a1==i.a1?s(u.r,u.p1,u.r,u.p0):s(u.r,u.p1,c.r,c.p0)+o(c.r,c.p1,c.a1-c.a0)+s(c.r,c.p1,u.r,u.p0))+"Z"}function l(e,t,i,l){var o=t.call(e,i,l),s=n.call(e,o,l),u=r.call(e,o,l)-Se,c=a.call(e,o,l)-Se;return{r:s,a0:u,a1:c,p0:[s*Math.cos(u),s*Math.sin(u)],p1:[s*Math.cos(c),s*Math.sin(c)]}}function o(e,t,n){return"A"+e+","+e+" 0 "+ +(n>Le)+",1 "+t}function s(e,t,n,r){return"Q 0,0 "+r}return i.radius=function(e){return arguments.length?(n=Tt(e),i):n},i.source=function(t){return arguments.length?(e=Tt(t),i):e},i.target=function(e){return arguments.length?(t=Tt(e),i):t},i.startAngle=function(e){return arguments.length?(r=Tt(e),i):r},i.endAngle=function(e){return arguments.length?(a=Tt(e),i):a},i},i.svg.diagonal=function(){var e=Fr,t=$r,n=ro;function r(r,a){var i=e.call(this,r,a),l=t.call(this,r,a),o=(i.y+l.y)/2,s=[i,{x:i.x,y:o},{x:l.x,y:o},l];return"M"+(s=s.map(n))[0]+"C"+s[1]+" "+s[2]+" "+s[3]}return r.source=function(t){return arguments.length?(e=Tt(t),r):e},r.target=function(e){return arguments.length?(t=Tt(e),r):t},r.projection=function(e){return arguments.length?(n=e,r):n},r},i.svg.diagonal.radial=function(){var e=i.svg.diagonal(),t=ro,n=e.projection;return e.projection=function(e){return arguments.length?n(function(e){return function(){var t=e.apply(this,arguments),n=t[0],r=t[1]-Se;return[n*Math.cos(r),n*Math.sin(r)]}}(t=e)):t},e},i.svg.symbol=function(){var e=io,t=ao;function n(n,r){return(oo.get(e.call(this,n,r))||lo)(t.call(this,n,r))}return n.type=function(t){return arguments.length?(e=Tt(t),n):e},n.size=function(e){return arguments.length?(t=Tt(e),n):t},n};var oo=i.map({circle:lo,cross:function(e){var t=Math.sqrt(e/5)/2;return"M"+-3*t+","+-t+"H"+-t+"V"+-3*t+"H"+t+"V"+-t+"H"+3*t+"V"+t+"H"+t+"V"+3*t+"H"+-t+"V"+t+"H"+-3*t+"Z"},diamond:function(e){var t=Math.sqrt(e/(2*uo)),n=t*uo;return"M0,"+-t+"L"+n+",0 0,"+t+" "+-n+",0Z"},square:function(e){var t=Math.sqrt(e)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+n+"L"+t+","+-n+" "+-t+","+-n+"Z"},"triangle-up":function(e){var t=Math.sqrt(e/so),n=t*so/2;return"M0,"+-n+"L"+t+","+n+" "+-t+","+n+"Z"}});i.svg.symbolTypes=oo.keys();var so=Math.sqrt(3),uo=Math.tan(30*Ge);J.transition=function(e){for(var t,n,r=po||++go,a=To(e),i=[],l=vo||{time:Date.now(),ease:ai,delay:0,duration:250},o=-1,s=this.length;++o<s;){i.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(n=u[c])&&Mo(n,c,a,r,l),t.push(n)}return ho(i,a,r)},J.interrupt=function(e){return this.each(null==e?co:fo(To(e)))};var co=fo(To());function fo(e){return function(){var t,n,r;(t=this[e])&&(r=t[n=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[n]:delete this[e],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function ho(e,t,n){return H(e,yo),e.namespace=t,e.id=n,e}var po,vo,yo=[],go=0;function mo(e,t,n,r){var a=e.id,i=e.namespace;return pe(e,"function"==typeof n?function(e,l,o){e[i][a].tween.set(t,r(n.call(e,e.__data__,l,o)))}:(n=r(n),function(e){e[i][a].tween.set(t,n)}))}function _o(e){return null==e&&(e=""),function(){this.textContent=e}}function To(e){return null==e?"__transition__":"__transition_"+e+"__"}function Mo(e,t,n,r,a){var i,l,o,s,u,c=e[n]||(e[n]={active:0,count:0}),d=c[r];function f(n){var a=c.active,f=c[a];for(var p in f&&(f.timer.c=null,f.timer.t=NaN,--c.count,delete c[a],f.event&&f.event.interrupt.call(e,e.__data__,f.index)),c)if(+p<r){var v=c[p];v.timer.c=null,v.timer.t=NaN,--c.count,delete c[p]}l.c=h,wt(function(){return l.c&&h(n||1)&&(l.c=null,l.t=NaN),1},0,i),c.active=r,d.event&&d.event.start.call(e,e.__data__,t),u=[],d.tween.forEach(function(n,r){(r=r.call(e,e.__data__,t))&&u.push(r)}),s=d.ease,o=d.duration}function h(a){for(var i=a/o,l=s(i),f=u.length;f>0;)u[--f].call(e,l);if(i>=1)return d.event&&d.event.end.call(e,e.__data__,t),--c.count?delete c[r]:delete e[n],1}d||(i=a.time,l=wt(function(e){var t=d.delay;if(l.t=t+i,t<=e)return f(e-t);l.c=f},0,i),d=c[r]={tween:new k,time:i,timer:l,delay:a.delay,duration:a.duration,ease:a.ease,index:t},a=null,++c.count)}yo.call=J.call,yo.empty=J.empty,yo.node=J.node,yo.size=J.size,i.transition=function(e,t){return e&&e.transition?po?e.transition(t):e:i.selection().transition(e)},i.transition.prototype=yo,yo.select=function(e){var t,n,r,a=this.id,i=this.namespace,l=[];e=Z(e);for(var o=-1,s=this.length;++o<s;){l.push(t=[]);for(var u=this[o],c=-1,d=u.length;++c<d;)(r=u[c])&&(n=e.call(r,r.__data__,c,o))?("__data__"in r&&(n.__data__=r.__data__),Mo(n,c,i,a,r[i][a]),t.push(n)):t.push(null)}return ho(l,i,a)},yo.selectAll=function(e){var t,n,r,a,i,l=this.id,o=this.namespace,s=[];e=Q(e);for(var u=-1,c=this.length;++u<c;)for(var d=this[u],f=-1,h=d.length;++f<h;)if(r=d[f]){i=r[o][l],n=e.call(r,r.__data__,f,u),s.push(t=[]);for(var p=-1,v=n.length;++p<v;)(a=n[p])&&Mo(a,p,o,l,i),t.push(a)}return ho(s,o,l)},yo.filter=function(e){var t,n,r=[];"function"!=typeof e&&(e=he(e));for(var a=0,i=this.length;a<i;a++){r.push(t=[]);for(var l,o=0,s=(l=this[a]).length;o<s;o++)(n=l[o])&&e.call(n,n.__data__,o,a)&&t.push(n)}return ho(r,this.namespace,this.id)},yo.tween=function(e,t){var n=this.id,r=this.namespace;return arguments.length<2?this.node()[r][n].tween.get(e):pe(this,null==t?function(t){t[r][n].tween.remove(e)}:function(a){a[r][n].tween.set(e,t)})},yo.attr=function(e,t){if(arguments.length<2){for(t in e)this.attr(t,e[t]);return this}var n="transform"==e?vi:Ya,r=i.ns.qualify(e);function a(){this.removeAttribute(r)}function l(){this.removeAttributeNS(r.space,r.local)}return mo(this,"attr."+e,t,r.local?function(e){return null==e?l:(e+="",function(){var t,a=this.getAttributeNS(r.space,r.local);return a!==e&&(t=n(a,e),function(e){this.setAttributeNS(r.space,r.local,t(e))})})}:function(e){return null==e?a:(e+="",function(){var t,a=this.getAttribute(r);return a!==e&&(t=n(a,e),function(e){this.setAttribute(r,t(e))})})})},yo.attrTween=function(e,t){var n=i.ns.qualify(e);return this.tween("attr."+e,n.local?function(e,r){var a=t.call(this,e,r,this.getAttributeNS(n.space,n.local));return a&&function(e){this.setAttributeNS(n.space,n.local,a(e))}}:function(e,r){var a=t.call(this,e,r,this.getAttribute(n));return a&&function(e){this.setAttribute(n,a(e))}})},yo.style=function(e,t,n){var r=arguments.length;if(r<3){if("string"!=typeof e){for(n in r<2&&(t=""),e)this.style(n,e[n],t);return this}n=""}function a(){this.style.removeProperty(e)}return mo(this,"style."+e,t,function(t){return null==t?a:(t+="",function(){var r,a=c(this).getComputedStyle(this,null).getPropertyValue(e);return a!==t&&(r=Ya(a,t),function(t){this.style.setProperty(e,r(t),n)})})})},yo.styleTween=function(e,t,n){return arguments.length<3&&(n=""),this.tween("style."+e,function(r,a){var i=t.call(this,r,a,c(this).getComputedStyle(this,null).getPropertyValue(e));return i&&function(t){this.style.setProperty(e,i(t),n)}})},yo.text=function(e){return mo(this,"text",e,_o)},yo.remove=function(){var e=this.namespace;return this.each("end.transition",function(){var t;this[e].count<2&&(t=this.parentNode)&&t.removeChild(this)})},yo.ease=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].ease:("function"!=typeof e&&(e=i.ease.apply(i,arguments)),pe(this,function(r){r[n][t].ease=e}))},yo.delay=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].delay:pe(this,"function"==typeof e?function(r,a,i){r[n][t].delay=+e.call(r,r.__data__,a,i)}:(e=+e,function(r){r[n][t].delay=e}))},yo.duration=function(e){var t=this.id,n=this.namespace;return arguments.length<1?this.node()[n][t].duration:pe(this,"function"==typeof e?function(r,a,i){r[n][t].duration=Math.max(1,e.call(r,r.__data__,a,i))}:(e=Math.max(1,e),function(r){r[n][t].duration=e}))},yo.each=function(e,t){var n=this.id,r=this.namespace;if(arguments.length<2){var a=vo,l=po;try{po=n,pe(this,function(t,a,i){vo=t[r][n],e.call(t,t.__data__,a,i)})}finally{vo=a,po=l}}else pe(this,function(a){var l=a[r][n];(l.event||(l.event=i.dispatch("start","end","interrupt"))).on(e,t)});return this},yo.transition=function(){for(var e,t,n,r=this.id,a=++go,i=this.namespace,l=[],o=0,s=this.length;o<s;o++){l.push(e=[]);for(var u,c=0,d=(u=this[o]).length;c<d;c++)(t=u[c])&&Mo(t,c,i,a,{time:(n=t[i][r]).time,ease:n.ease,delay:n.delay+n.duration,duration:n.duration}),e.push(t)}return ho(l,i,a)},i.svg.axis=function(){var e,t=i.scale.linear(),n=bo,r=6,a=6,l=3,s=[10],u=null;function c(o){o.each(function(){var o,c=i.select(this),d=this.__chart__||t,f=this.__chart__=t.copy(),h=null==u?f.ticks?f.ticks.apply(f,s):f.domain():u,p=null==e?f.tickFormat?f.tickFormat.apply(f,s):z:e,v=c.selectAll(".tick").data(h,f),y=v.enter().insert("g",".domain").attr("class","tick").style("opacity",Ae),g=i.transition(v.exit()).style("opacity",Ae).remove(),m=i.transition(v.order()).style("opacity",1),_=Math.max(r,0)+l,T=cl(f),M=c.selectAll(".domain").data([0]),b=(M.enter().append("path").attr("class","domain"),i.transition(M));y.append("line"),y.append("text");var K,k,x,C,A=y.select("line"),w=m.select("line"),L=v.select("text").text(p),D=y.select("text"),B=m.select("text"),S="top"===n||"left"===n?-1:1;if("bottom"===n||"top"===n?(o=ko,K="x",x="y",k="x2",C="y2",L.attr("dy",S<0?"0em":".71em").style("text-anchor","middle"),b.attr("d","M"+T[0]+","+S*a+"V0H"+T[1]+"V"+S*a)):(o=xo,K="y",x="x",k="y2",C="x2",L.attr("dy",".32em").style("text-anchor",S<0?"end":"start"),b.attr("d","M"+S*a+","+T[0]+"H0V"+T[1]+"H"+S*a)),A.attr(C,S*r),D.attr(x,S*_),w.attr(k,0).attr(C,S*r),B.attr(K,0).attr(x,S*_),f.rangeBand){var G=f,W=G.rangeBand()/2;d=f=function(e){return G(e)+W}}else d.rangeBand?d=f:g.call(o,f,d);y.call(o,d,f),m.call(o,f,f)})}return c.scale=function(e){return arguments.length?(t=e,c):t},c.orient=function(e){return arguments.length?(n=e in Ko?e+"":bo,c):n},c.ticks=function(){return arguments.length?(s=o(arguments),c):s},c.tickValues=function(e){return arguments.length?(u=e,c):u},c.tickFormat=function(t){return arguments.length?(e=t,c):e},c.tickSize=function(e){var t=arguments.length;return t?(r=+e,a=+arguments[t-1],c):r},c.innerTickSize=function(e){return arguments.length?(r=+e,c):r},c.outerTickSize=function(e){return arguments.length?(a=+e,c):a},c.tickPadding=function(e){return arguments.length?(l=+e,c):l},c.tickSubdivide=function(){return arguments.length&&c},c};var bo="bottom",Ko={top:1,right:1,bottom:1,left:1};function ko(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate("+(isFinite(r)?r:n(e))+",0)"})}function xo(e,t,n){e.attr("transform",function(e){var r=t(e);return"translate(0,"+(isFinite(r)?r:n(e))+")"})}i.svg.brush=function(){var e,t,n=$(f,"brushstart","brush","brushend"),r=null,a=null,l=[0,0],o=[0,0],s=!0,u=!0,d=Ao[0];function f(e){e.each(function(){var e=i.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",y).on("touchstart.brush",y),t=e.selectAll(".background").data([0]);t.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),e.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var n=e.selectAll(".resize").data(d,z);n.exit().remove(),n.enter().append("g").attr("class",function(e){return"resize "+e}).style("cursor",function(e){return Co[e]}).append("rect").attr("x",function(e){return/[ew]$/.test(e)?-3:null}).attr("y",function(e){return/^[ns]/.test(e)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),n.style("display",f.empty()?"none":null);var l,o=i.transition(e),s=i.transition(t);r&&(l=cl(r),s.attr("x",l[0]).attr("width",l[1]-l[0]),p(o)),a&&(l=cl(a),s.attr("y",l[0]).attr("height",l[1]-l[0]),v(o)),h(o)})}function h(e){e.selectAll(".resize").attr("transform",function(e){return"translate("+l[+/e$/.test(e)]+","+o[+/^s/.test(e)]+")"})}function p(e){e.select(".extent").attr("x",l[0]),e.selectAll(".extent,.n>rect,.s>rect").attr("width",l[1]-l[0])}function v(e){e.select(".extent").attr("y",o[0]),e.selectAll(".extent,.e>rect,.w>rect").attr("height",o[1]-o[0])}function y(){var d,y,g=this,m=i.select(i.event.target),_=n.of(g,arguments),T=i.select(g),M=m.datum(),b=!/^(n|s)$/.test(M)&&r,K=!/^(e|w)$/.test(M)&&a,k=m.classed("extent"),x=Ke(g),C=i.mouse(g),A=i.select(c(g)).on("keydown.brush",function(){32==i.event.keyCode&&(k||(d=null,C[0]-=l[1],C[1]-=o[1],k=2),N())}).on("keyup.brush",function(){32==i.event.keyCode&&2==k&&(C[0]+=l[1],C[1]+=o[1],k=0,N())});if(i.event.changedTouches?A.on("touchmove.brush",D).on("touchend.brush",S):A.on("mousemove.brush",D).on("mouseup.brush",S),T.interrupt().selectAll("*").interrupt(),k)C[0]=l[0]-C[0],C[1]=o[0]-C[1];else if(M){var w=+/w$/.test(M),L=+/^n/.test(M);y=[l[1-w]-C[0],o[1-L]-C[1]],C[0]=l[w],C[1]=o[L]}else i.event.altKey&&(d=C.slice());function D(){var e=i.mouse(g),t=!1;y&&(e[0]+=y[0],e[1]+=y[1]),k||(i.event.altKey?(d||(d=[(l[0]+l[1])/2,(o[0]+o[1])/2]),C[0]=l[+(e[0]<d[0])],C[1]=o[+(e[1]<d[1])]):d=null),b&&B(e,r,0)&&(p(T),t=!0),K&&B(e,a,1)&&(v(T),t=!0),t&&(h(T),_({type:"brush",mode:k?"move":"resize"}))}function B(n,r,a){var i,c,f=cl(r),h=f[0],p=f[1],v=C[a],y=a?o:l,g=y[1]-y[0];if(k&&(h-=v,p-=g+v),i=(a?u:s)?Math.max(h,Math.min(p,n[a])):n[a],k?c=(i+=v)+g:(d&&(v=Math.max(h,Math.min(p,2*d[a]-i))),v<i?(c=i,i=v):c=v),y[0]!=i||y[1]!=c)return a?t=null:e=null,y[0]=i,y[1]=c,!0}function S(){D(),T.style("pointer-events","all").selectAll(".resize").style("display",f.empty()?"none":null),i.select("body").style("cursor",null),A.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),x(),_({type:"brushend"})}T.style("pointer-events","none").selectAll(".resize").style("display",null),i.select("body").style("cursor",m.style("cursor")),_({type:"brushstart"}),D()}return f.event=function(r){r.each(function(){var r=n.of(this,arguments),a={x:l,y:o,i:e,j:t},s=this.__chart__||a;this.__chart__=a,po?i.select(this).transition().each("start.brush",function(){e=s.i,t=s.j,l=s.x,o=s.y,r({type:"brushstart"})}).tween("brush:brush",function(){var n=Xa(l,a.x),i=Xa(o,a.y);return e=t=null,function(e){l=a.x=n(e),o=a.y=i(e),r({type:"brush",mode:"resize"})}}).each("end.brush",function(){e=a.i,t=a.j,r({type:"brush",mode:"resize"}),r({type:"brushend"})}):(r({type:"brushstart"}),r({type:"brush",mode:"resize"}),r({type:"brushend"}))})},f.x=function(e){return arguments.length?(d=Ao[!(r=e)<<1|!a],f):r},f.y=function(e){return arguments.length?(d=Ao[!r<<1|!(a=e)],f):a},f.clamp=function(e){return arguments.length?(r&&a?(s=!!e[0],u=!!e[1]):r?s=!!e:a&&(u=!!e),f):r&&a?[s,u]:r?s:a?u:null},f.extent=function(n){var i,s,u,c,d;return arguments.length?(r&&(i=n[0],s=n[1],a&&(i=i[0],s=s[0]),e=[i,s],r.invert&&(i=r(i),s=r(s)),s<i&&(d=i,i=s,s=d),i==l[0]&&s==l[1]||(l=[i,s])),a&&(u=n[0],c=n[1],r&&(u=u[1],c=c[1]),t=[u,c],a.invert&&(u=a(u),c=a(c)),c<u&&(d=u,u=c,c=d),u==o[0]&&c==o[1]||(o=[u,c])),f):(r&&(e?(i=e[0],s=e[1]):(i=l[0],s=l[1],r.invert&&(i=r.invert(i),s=r.invert(s)),s<i&&(d=i,i=s,s=d))),a&&(t?(u=t[0],c=t[1]):(u=o[0],c=o[1],a.invert&&(u=a.invert(u),c=a.invert(c)),c<u&&(d=u,u=c,c=d))),r&&a?[[i,u],[s,c]]:r?[i,s]:a&&[u,c])},f.clear=function(){return f.empty()||(l=[0,0],o=[0,0],e=t=null),f},f.empty=function(){return!!r&&l[0]==l[1]||!!a&&o[0]==o[1]},i.rebind(f,n,"on")};var Co={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Ao=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],wo=Pt.format=fn.timeFormat,Lo=wo.utc,Do=Lo("%Y-%m-%dT%H:%M:%S.%LZ");function Bo(e){return e.toISOString()}function So(e,t,n){function r(t){return e(t)}function a(e,n){var r=(e[1]-e[0])/n,a=i.bisect(Wo,r);return a==Wo.length?[t.year,ml(e.map(function(e){return e/31536e6}),n)[2]]:a?t[r/Wo[a-1]<Wo[a]/r?a-1:a]:[Po,ml(e,n)[2]]}return r.invert=function(t){return Go(e.invert(t))},r.domain=function(t){return arguments.length?(e.domain(t),r):e.domain().map(Go)},r.nice=function(e,t){var n=r.domain(),i=ul(n),l=null==e?a(i,10):"number"==typeof e&&a(i,e);function o(n){return!isNaN(n)&&!e.range(n,Go(+n+1),t).length}return l&&(e=l[0],t=l[1]),r.domain(fl(n,t>1?{floor:function(t){for(;o(t=e.floor(t));)t=Go(t-1);return t},ceil:function(t){for(;o(t=e.ceil(t));)t=Go(+t+1);return t}}:e))},r.ticks=function(e,t){var n=ul(r.domain()),i=null==e?a(n,10):"number"==typeof e?a(n,e):!e.range&&[{range:e},t];return i&&(e=i[0],t=i[1]),e.range(n[0],Go(+n[1]+1),t<1?1:t)},r.tickFormat=function(){return n},r.copy=function(){return So(e.copy(),t,n)},yl(r,e)}function Go(e){return new Date(e)}wo.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?Bo:Do,Bo.parse=function(e){var t=new Date(e);return isNaN(t)?null:t},Bo.toString=Do.toString,Pt.second=It(function(e){return new Rt(1e3*Math.floor(e/1e3))},function(e,t){e.setTime(e.getTime()+1e3*Math.floor(t))},function(e){return e.getSeconds()}),Pt.seconds=Pt.second.range,Pt.seconds.utc=Pt.second.utc.range,Pt.minute=It(function(e){return new Rt(6e4*Math.floor(e/6e4))},function(e,t){e.setTime(e.getTime()+6e4*Math.floor(t))},function(e){return e.getMinutes()}),Pt.minutes=Pt.minute.range,Pt.minutes.utc=Pt.minute.utc.range,Pt.hour=It(function(e){var t=e.getTimezoneOffset()/60;return new Rt(36e5*(Math.floor(e/36e5-t)+t))},function(e,t){e.setTime(e.getTime()+36e5*Math.floor(t))},function(e){return e.getHours()}),Pt.hours=Pt.hour.range,Pt.hours.utc=Pt.hour.utc.range,Pt.month=It(function(e){return(e=Pt.day(e)).setDate(1),e},function(e,t){e.setMonth(e.getMonth()+t)},function(e){return e.getMonth()}),Pt.months=Pt.month.range,Pt.months.utc=Pt.month.utc.range;var Wo=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],zo=[[Pt.second,1],[Pt.second,5],[Pt.second,15],[Pt.second,30],[Pt.minute,1],[Pt.minute,5],[Pt.minute,15],[Pt.minute,30],[Pt.hour,1],[Pt.hour,3],[Pt.hour,6],[Pt.hour,12],[Pt.day,1],[Pt.day,2],[Pt.week,1],[Pt.month,1],[Pt.month,3],[Pt.year,1]],Oo=wo.multi([[".%L",function(e){return e.getMilliseconds()}],[":%S",function(e){return e.getSeconds()}],["%I:%M",function(e){return e.getMinutes()}],["%I %p",function(e){return e.getHours()}],["%a %d",function(e){return e.getDay()&&1!=e.getDate()}],["%b %d",function(e){return 1!=e.getDate()}],["%B",function(e){return e.getMonth()}],["%Y",Jn]]),Po={range:function(e,t,n){return i.range(Math.ceil(e/n)*n,+t,n).map(Go)},floor:z,ceil:z};zo.year=Pt.year,Pt.scale=function(){return So(i.scale.linear(),zo,Oo)};var Ro=zo.map(function(e){return[e[0].utc,e[1]]}),Eo=Lo.multi([[".%L",function(e){return e.getUTCMilliseconds()}],[":%S",function(e){return e.getUTCSeconds()}],["%I:%M",function(e){return e.getUTCMinutes()}],["%I %p",function(e){return e.getUTCHours()}],["%a %d",function(e){return e.getUTCDay()&&1!=e.getUTCDate()}],["%b %d",function(e){return 1!=e.getUTCDate()}],["%B",function(e){return e.getUTCMonth()}],["%Y",Jn]]);function jo(e){return JSON.parse(e.responseText)}function Io(e){var t=s.createRange();return t.selectNode(s.body),t.createContextualFragment(e.responseText)}Ro.year=Pt.year.utc,Pt.scale.utc=function(){return So(i.scale.linear(),Ro,Eo)},i.text=Mt(function(e){return e.responseText}),i.json=function(e,t){return bt(e,"application/json",jo,t)},i.html=function(e,t){return bt(e,"text/html",Io,t)},i.xml=Mt(function(e){return e.responseXML}),this.d3=i,void 0===(a="function"==typeof(r=i)?r.call(t,n,t,e):r)||(e.exports=a)}()},function(e,t,n){"use strict";e.exports=function(e){var t=typeof e;if("string"===t){var n=e;if(0===(e=+e)&&function(e){for(var t,n=e.length,r=0;r<n;r++)if(((t=e.charCodeAt(r))<9||t>13)&&32!==t&&133!==t&&160!==t&&5760!==t&&6158!==t&&(t<8192||t>8205)&&8232!==t&&8233!==t&&8239!==t&&8287!==t&&8288!==t&&12288!==t&&65279!==t)return!1;return!0}(n))return!1}else if("number"!==t)return!1;return e-e<1}},function(e,t,n){"use strict";var r=n(21),a=n(2),i=e.exports={},l=n(24);i.defaults=l.defaults;var o=i.defaultLine=l.defaultLine;i.lightLine=l.lightLine;var s=i.background=l.background;function u(e){if(a(e)||"string"!=typeof e)return e;var t=e.trim();if("rgb"!==t.substr(0,3))return e;var n=t.match(/^rgba?\s*\(([^()]*)\)$/);if(!n)return e;var r=n[1].trim().split(/\s*[\s,]\s*/),i="a"===t.charAt(3)&&4===r.length;if(!i&&3!==r.length)return e;for(var l=0;l<r.length;l++){if(!r[l].length)return e;if(r[l]=Number(r[l]),!(r[l]>=0))return e;if(3===l)r[l]>1&&(r[l]=1);else if(r[l]>=1)return e}var o=Math.round(255*r[0])+", "+Math.round(255*r[1])+", "+Math.round(255*r[2]);return i?"rgba("+o+", "+r[3]+")":"rgb("+o+")"}i.tinyRGB=function(e){var t=e.toRgb();return"rgb("+Math.round(t.r)+", "+Math.round(t.g)+", "+Math.round(t.b)+")"},i.rgb=function(e){return i.tinyRGB(r(e))},i.opacity=function(e){return e?r(e).getAlpha():0},i.addOpacity=function(e,t){var n=r(e).toRgb();return"rgba("+Math.round(n.r)+", "+Math.round(n.g)+", "+Math.round(n.b)+", "+t+")"},i.combine=function(e,t){var n=r(e).toRgb();if(1===n.a)return r(e).toRgbString();var a=r(t||s).toRgb(),i=1===a.a?a:{r:255*(1-a.a)+a.r*a.a,g:255*(1-a.a)+a.g*a.a,b:255*(1-a.a)+a.b*a.a},l={r:i.r*(1-n.a)+n.r*n.a,g:i.g*(1-n.a)+n.g*n.a,b:i.b*(1-n.a)+n.b*n.a};return r(l).toRgbString()},i.contrast=function(e,t,n){var a=r(e);return 1!==a.getAlpha()&&(a=r(i.combine(e,s))),(a.isDark()?t?a.lighten(t):s:n?a.darken(n):o).toString()},i.stroke=function(e,t){var n=r(t);e.style({stroke:i.tinyRGB(n),"stroke-opacity":n.getAlpha()})},i.fill=function(e,t){var n=r(t);e.style({fill:i.tinyRGB(n),"fill-opacity":n.getAlpha()})},i.clean=function(e){if(e&&"object"==typeof e){var t,n,r,a,l=Object.keys(e);for(t=0;t<l.length;t++)if(a=e[r=l[t]],"color"===r.substr(r.length-5))if(Array.isArray(a))for(n=0;n<a.length;n++)a[n]=u(a[n]);else e[r]=u(a);else if("colorscale"===r.substr(r.length-10)&&Array.isArray(a))for(n=0;n<a.length;n++)Array.isArray(a[n])&&(a[n][1]=u(a[n][1]));else if(Array.isArray(a)){var o=a[0];if(!Array.isArray(o)&&o&&"object"==typeof o)for(n=0;n<a.length;n++)i.clean(a[n])}else a&&"object"==typeof a&&i.clean(a)}}},function(e,t,n){"use strict";var r=n(33),a=n(109),i=n(168),l=n(42);function o(e){if(e.layoutAttributes){var n=e.layoutAttributes._arrayAttrRegexps;if(n)for(var r=0;r<n.length;r++)i(t.layoutArrayRegexes,n[r])}}function s(e){return"object"==typeof e&&(e=e.type),e}t.modules={},t.allCategories={},t.allTypes=[],t.subplotsRegistry={},t.transformsRegistry={},t.componentsRegistry={},t.layoutArrayContainers=[],t.layoutArrayRegexes=[],t.register=function(e,n,a,i){if(t.modules[n])r.log("Type "+n+" already registered");else{for(var l={},o=0;o<a.length;o++)l[a[o]]=!0,t.allCategories[a[o]]=!0;t.modules[n]={_module:e,categories:l},i&&Object.keys(i).length&&(t.modules[n].meta=i),t.allTypes.push(n)}},t.registerSubplot=function(e){var n=e.name;t.subplotsRegistry[n]?r.log("Plot type "+n+" already registered."):(o(e),t.subplotsRegistry[n]=e)},t.registerComponent=function(e){var n=e.name;t.componentsRegistry[n]=e,e.layoutAttributes&&(e.layoutAttributes._isLinkedToArray&&i(t.layoutArrayContainers,n),o(e))},t.getModule=function(e){if(void 0!==e.r)return r.warn("Tried to put a polar trace on an incompatible graph of cartesian data. Ignoring this dataset.",e),!1;var n=t.modules[s(e)];return!!n&&n._module},t.traceIs=function(e,n){if("various"===(e=s(e)))return!1;var a=t.modules[e];return a||(e&&"area"!==e&&r.log("Unrecognized trace type "+e+"."),a=t.modules[l.type.dflt]),!!a.categories[n]},t.getComponentMethod=function(e,n){var r=t.componentsRegistry[e];return r&&r[n]||a}},function(e,t,n){"use strict";function r(e,t,n,r,a,i,l,o){var s,u="function"==typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),l?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(l)},u._ssrRegister=s):a&&(s=o?function(){a.call(this,this.$root.$options.shadowRoot)}:a),s)if(u.functional){u._injectStyles=s;var c=u.render;u.render=function(e,t){return s.call(t),c(e,t)}}else{var d=u.beforeCreate;u.beforeCreate=d?[].concat(d,s):[s]}return{exports:e,options:u}}n.d(t,"a",function(){return r})},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(4),l=n(0),o=n(14),s=n(97),u=n(3),c=n(7),d=n(16),f=d.FP_SAFE,h=d.ONEAVGYEAR,p=d.ONEAVGMONTH,v=d.ONEDAY,y=d.ONEHOUR,g=d.ONEMIN,m=d.ONESEC,_=e.exports={};_.layoutAttributes=n(23),_.supplyLayoutDefaults=n(283),_.setConvert=n(149);var T=n(151),M=n(18);_.id2name=M.id2name,_.cleanId=M.cleanId,_.list=M.list,_.listIds=M.listIds,_.getFromId=M.getFromId,_.getFromTrace=M.getFromTrace,_.coerceRef=function(e,t,n,r,a,i){var o=r.charAt(r.length-1),s=_.listIds(n,o),u=r+"ref",c={};return a||(a=s[0]||i),i||(i=a),c[u]={valType:"enumerated",values:s.concat(i?[i]:[]),dflt:a},l.coerce(e,t,c,u)},_.coercePosition=function(e,t,n,r,a,i){var o,s;if("paper"===r||"pixel"===r)o=l.ensureNumber,s=n(a,i);else{var u=_.getFromId(t,r);s=n(a,i=u.fraction2r(i)),o=u.cleanPos}e[a]=o(s)},_.cleanPosition=function(e,t,n){return("paper"===n||"pixel"===n?l.ensureNumber:_.getFromId(t,n).cleanPos)(e)},_.getDataToCoordFunc=function(e,t,n,r){var a,i="x"===n||"y"===n||"z"===n?n:r;if(Array.isArray(i)){if(a={type:T(r),_categories:[]},_.setConvert(a),"category"===a.type)for(var l=0;l<r.length;l++)a.d2c(r[l])}else a=_.getFromTrace(e,t,i);return a?a.d2c:"ids"===i?function(e){return String(e)}:function(e){return+e}},_.clearTypes=function(e,t){Array.isArray(t)&&t.length||(t=e._fullData.map(function(e,t){return t})),t.forEach(function(t){var n=e.data[t];delete(_.getFromId(e,n.xaxis)||{}).type,delete(_.getFromId(e,n.yaxis)||{}).type})},_.counterLetter=function(e){var t=e.charAt(0);return"x"===t?"y":"y"===t?"x":void 0},_.minDtick=function(e,t,n,r){-1===["log","category"].indexOf(e.type)&&r?void 0===e._minDtick?(e._minDtick=t,e._forceTick0=n):e._minDtick&&((e._minDtick/t+1e-6)%1<2e-6&&((n-e._forceTick0)/t%1+1.000001)%1<2e-6?(e._minDtick=t,e._forceTick0=n):((t/e._minDtick+1e-6)%1>2e-6||((n-e._forceTick0)/e._minDtick%1+1.000001)%1>2e-6)&&(e._minDtick=0)):e._minDtick=0},_.getAutoRange=function(e){var t,n=[],r=e._min[0].val,a=e._max[0].val;for(t=1;t<e._min.length&&r===a;t++)r=Math.min(r,e._min[t].val);for(t=1;t<e._max.length&&r===a;t++)a=Math.max(a,e._max[t].val);var i,o,s,u,c,d,f,h=0,p=!1;if(e.range){var v=l.simpleMap(e.range,e.r2l);p=v[1]<v[0]}for("reversed"===e.autorange&&(p=!0,e.autorange=!0),t=0;t<e._min.length;t++)for(o=e._min[t],i=0;i<e._max.length;i++)f=(s=e._max[i]).val-o.val,d=e._length-o.pad-s.pad,f>0&&d>0&&f/d>h&&(u=o,c=s,h=f/d);if(r===a){var y=r-1,g=r+1;n="tozero"===e.rangemode?r<0?[y,0]:[0,g]:"nonnegative"===e.rangemode?[Math.max(0,y),Math.max(0,g)]:[y,g]}else h&&("linear"!==e.type&&"-"!==e.type||("tozero"===e.rangemode?(u.val>=0&&(u={val:0,pad:0}),c.val<=0&&(c={val:0,pad:0})):"nonnegative"===e.rangemode&&(u.val-h*u.pad<0&&(u={val:0,pad:0}),c.val<0&&(c={val:1,pad:0})),h=(c.val-u.val)/(e._length-u.pad-c.pad)),n=[u.val-h*u.pad,c.val+h*c.pad]);return n[0]===n[1]&&("tozero"===e.rangemode?n=n[0]<0?[n[0],0]:n[0]>0?[0,n[0]]:[0,1]:(n=[n[0]-1,n[0]+1],"nonnegative"===e.rangemode&&(n[0]=Math.max(0,n[0])))),p&&n.reverse(),l.simpleMap(n,e.l2r||Number)},_.doAutoRange=function(e){e._length||e.setScale();var t=e._min&&e._max&&e._min.length&&e._max.length;if(e.autorange&&t){e.range=_.getAutoRange(e),e._r=e.range.slice(),e._rl=l.simpleMap(e._r,e.r2l);var n=e._input;n.range=e.range.slice(),n.autorange=e.autorange}},_.saveRangeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a=0;a<n.length;a++){var i=n[a],l=void 0===i._rangeInitial,o=l||!(i.range[0]===i._rangeInitial[0]&&i.range[1]===i._rangeInitial[1]);(l&&!1===i.autorange||t&&o)&&(i._rangeInitial=i.range.slice(),r=!0)}return r},_.saveShowSpikeInitial=function(e,t){for(var n=_.list(e,"",!0),r=!1,a="on",i=0;i<n.length;i++){var l=n[i],o=void 0===l._showSpikeInitial,s=o||!(l.showspikes===l._showspikes);(o||t&&s)&&(l._showSpikeInitial=l.showspikes,r=!0),"on"!==a||l.showspikes||(a="off")}return e._fullLayout._cartesianSpikesEnabled=a,r},_.expand=function(e,t,n){if((e.autorange||!!l.nestedProperty(e,"rangeslider.autorange").get())&&t){e._min||(e._min=[]),e._max||(e._max=[]),n||(n={}),e._m||e.setScale();var r,i,o,s,u,c,d,h,p,v,y,g=t.length,m=n.padded?.05*e._length:0,_=n.tozero&&("linear"===e.type||"-"===e.type);m&&"domain"===e.constrain&&e._inputDomain&&(m*=(e._inputDomain[1]-e._inputDomain[0])/(e.domain[1]-e.domain[0]));var T=k((e._m>0?n.ppadplus:n.ppadminus)||n.ppad||0),M=k((e._m>0?n.ppadminus:n.ppadplus)||n.ppad||0),b=k(n.vpadplus||n.vpad),K=k(n.vpadminus||n.vpad);for(r=0;r<6;r++)x(r);for(r=g-1;r>5;r--)x(r)}function k(e){if(Array.isArray(e))return function(t){return Math.max(Number(e[t]||0),0)};var t=Math.max(Number(e||0),0);return function(){return t}}function x(n){if(s=t[n],a(s)){if(d=T(n)+m,h=M(n)+m,v=s-K(n),y=s+b(n),"log"===e.type&&v<y/10&&(v=y/10),u=e.c2l(v),c=e.c2l(y),_&&(u=Math.min(0,u),c=Math.max(0,c)),r(u)){for(p=!0,i=0;i<e._min.length&&p;i++)(o=e._min[i]).val<=u&&o.pad>=h?p=!1:o.val>=u&&o.pad<=h&&(e._min.splice(i,1),i--);p&&e._min.push({val:u,pad:_&&0===u?0:h})}if(r(c)){for(p=!0,i=0;i<e._max.length&&p;i++)(o=e._max[i]).val>=c&&o.pad>=d?p=!1:o.val<=c&&o.pad<=d&&(e._max.splice(i,1),i--);p&&e._max.push({val:c,pad:_&&0===c?0:d})}}function r(e){return a(e)&&Math.abs(e)<f}}},_.autoBin=function(e,t,n,r,i){var o,s,u=l.aggNums(Math.min,null,e),c=l.aggNums(Math.max,null,e);if(i||(i=t.calendar),"category"===t.type)return{start:u-.5,end:c+.5,size:1};if(n)o=(c-u)/n;else{var d=l.distinctVals(e),f=Math.pow(10,Math.floor(Math.log(d.minDiff)/Math.LN10)),h=f*l.roundUp(d.minDiff/f,[.9,1.9,4.9,9.9],!0);o=Math.max(h,2*l.stdev(e)/Math.pow(e.length,r?.25:.4)),a(o)||(o=1)}s="log"===t.type?{type:"linear",range:[u,c]}:{type:t.type,range:l.simpleMap([u,c],t.c2r,0,i),calendar:i},_.setConvert(s),_.autoTicks(s,o);var p,y=_.tickIncrement(_.tickFirst(s),s.dtick,"reverse",i);if("number"==typeof s.dtick)p=(y=function(e,t,n,r,i){var l=0,o=0,s=0,u=0;function c(t){return(1+100*(t-e)/n.dtick)%100<2}for(var d=0;d<t.length;d++)t[d]%1==0?s++:a(t[d])||u++,c(t[d])&&l++,c(t[d]+n.dtick/2)&&o++;var f=t.length-u;if(s===f&&"date"!==n.type)n.dtick<1?e=r-.5*n.dtick:(e-=.5)+n.dtick<r&&(e+=n.dtick);else if(o<.1*f&&(l>.3*f||c(r)||c(i))){var h=n.dtick/2;e+=e+h<r?h:-h}return e}(y,e,s,u,c))+(1+Math.floor((c-y)/s.dtick))*s.dtick;else for("M"===s.dtick.charAt(0)&&(y=function(e,t,n,r,a){var i=l.findExactDates(t,a);if(i.exactDays>.8){var o=Number(n.substr(1));i.exactYears>.8&&o%12==0?e=_.tickIncrement(e,"M6","reverse")+1.5*v:i.exactMonths>.8?e=_.tickIncrement(e,"M1","reverse")+15.5*v:e-=v/2;var s=_.tickIncrement(e,n);if(s<=r)return s}return e}(y,e,s.dtick,u,i)),p=y;p<=c;)p=_.tickIncrement(p,s.dtick,!1,i);return{start:t.c2r(y,0,i),end:t.c2r(p,0,i),size:s.dtick}},_.calcTicks=function(e){var t=l.simpleMap(e.range,e.r2l);if("auto"===e.tickmode||!e.dtick){var n,r=e.nticks;r||("category"===e.type?(n=e.tickfont?1.2*(e.tickfont.size||12):15,r=e._length/n):(n="y"===e._id.charAt(0)?40:80,r=l.constrain(e._length/n,4,9)+1)),"array"===e.tickmode&&(r*=100),_.autoTicks(e,Math.abs(t[1]-t[0])/r),e._minDtick>0&&e.dtick<2*e._minDtick&&(e.dtick=e._minDtick,e.tick0=e.l2r(e._forceTick0))}if(e.tick0||(e.tick0="date"===e.type?"2000-01-01":0),L(e),"array"===e.tickmode)return function(e){var t,n,r=e.tickvals,a=e.ticktext,i=new Array(r.length),o=l.simpleMap(e.range,e.r2l),s=1.0001*o[0]-1e-4*o[1],u=1.0001*o[1]-1e-4*o[0],c=Math.min(s,u),d=Math.max(s,u),f=0;Array.isArray(a)||(a=[]);var h="category"===e.type?e.d2l_noadd:e.d2l;"log"===e.type&&"L"!==String(e.dtick).charAt(0)&&(e.dtick="L"+Math.pow(10,Math.floor(Math.min(e.range[0],e.range[1]))-1));for(n=0;n<r.length;n++)(t=h(r[n]))>c&&t<d&&(void 0===a[n]?i[f]=_.tickText(e,t):i[f]=D(e,t,String(a[n])),f++);f<r.length&&i.splice(f,r.length-f);return i}(e);e._tmin=_.tickFirst(e);var a=t[1]<t[0],i=[],o=1.0001*t[1]-1e-4*t[0];"category"===e.type&&(o=a?Math.max(-.5,o):Math.min(e._categories.length-.5,o));for(var s=e._tmin;(a?s>=o:s<=o)&&(i.push(s),!(i.length>1e3));s=_.tickIncrement(s,e.dtick,a,e.calendar));e._tmax=i[i.length-1],e._prevDateHead="",e._inCalcTicks=!0;for(var u=new Array(i.length),c=0;c<i.length;c++)u[c]=_.tickText(e,i[c]);return e._inCalcTicks=!1,u};var b=[2,5,10],K=[1,2,3,6,12],k=[1,2,5,10,15,30],x=[1,2,3,7,14],C=[-.046,0,.301,.477,.602,.699,.778,.845,.903,.954,1],A=[-.301,0,.301,.699,1];function w(e,t,n){return t*l.roundUp(e/t,n)}function L(e){var t=e.dtick;if(e._tickexponent=0,a(t)||"string"==typeof t||(t=1),"category"===e.type&&(e._tickround=null),"date"===e.type){var n=e.r2l(e.tick0),r=e.l2r(n).replace(/(^-|i)/g,""),i=r.length;if("M"===String(t).charAt(0))i>10||"01-01"!==r.substr(5)?e._tickround="d":e._tickround=+t.substr(1)%12==0?"y":"m";else if(t>=v&&i<=10||t>=15*v)e._tickround="d";else if(t>=g&&i<=16||t>=y)e._tickround="M";else if(t>=m&&i<=19||t>=g)e._tickround="S";else{var l=e.l2r(n+t).replace(/^-/,"").length;e._tickround=Math.max(i,l)-20}}else if(a(t)||"L"===t.charAt(0)){var o=e.range.map(e.r2d||Number);a(t)||(t=Number(t.substr(1))),e._tickround=2-Math.floor(Math.log(t)/Math.LN10+.01);var s=Math.max(Math.abs(o[0]),Math.abs(o[1])),u=Math.floor(Math.log(s)/Math.LN10+.01);Math.abs(u)>3&&("SI"===e.exponentformat||"B"===e.exponentformat?e._tickexponent=3*Math.round((u-1)/3):e._tickexponent=u)}else e._tickround=null}function D(e,t,n){var r=e.tickfont||{};return{x:t,dx:0,dy:0,text:n||"",fontSize:r.size,font:r.family,fontColor:r.color}}_.autoTicks=function(e,t){var n;if("date"===e.type){e.tick0=l.dateTick0(e.calendar);var r=2*t;r>h?(t/=h,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="M"+12*w(t,n,b)):r>p?(t/=p,e.dtick="M"+w(t,1,K)):r>v?(e.dtick=w(t,v,x),e.tick0=l.dateTick0(e.calendar,!0)):r>y?e.dtick=w(t,y,K):r>g?e.dtick=w(t,g,k):r>m?e.dtick=w(t,m,k):(n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,b))}else if("log"===e.type){e.tick0=0;var i=l.simpleMap(e.range,e.r2l);if(t>.7)e.dtick=Math.ceil(t);else if(Math.abs(i[1]-i[0])<1){var o=1.5*Math.abs((i[1]-i[0])/t);t=Math.abs(Math.pow(10,i[1])-Math.pow(10,i[0]))/o,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick="L"+w(t,n,b)}else e.dtick=t>.3?"D2":"D1"}else"category"===e.type?(e.tick0=0,e.dtick=Math.ceil(Math.max(t,1))):(e.tick0=0,n=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),e.dtick=w(t,n,b));if(0===e.dtick&&(e.dtick=1),!a(e.dtick)&&"string"!=typeof e.dtick){var s=e.dtick;throw e.dtick=1,"ax.dtick error: "+String(s)}},_.tickIncrement=function(e,t,n,i){var o=n?-1:1;if(a(t))return e+o*t;var s=t.charAt(0),u=o*Number(t.substr(1));if("M"===s)return l.incrementMonth(e,u,i);if("L"===s)return Math.log(Math.pow(10,e)+u)/Math.LN10;if("D"===s){var c="D2"===t?A:C,d=e+.01*o,f=l.roundUp(l.mod(d,1),c,n);return Math.floor(d)+Math.log(r.round(Math.pow(10,f),1))/Math.LN10}throw"unrecognized dtick "+String(t)},_.tickFirst=function(e){var t=e.r2l||Number,n=l.simpleMap(e.range,t),i=n[1]<n[0],o=i?Math.floor:Math.ceil,s=1.0001*n[0]-1e-4*n[1],u=e.dtick,c=t(e.tick0);if(a(u)){var d=o((s-c)/u)*u+c;return"category"===e.type&&(d=l.constrain(d,0,e._categories.length-1)),d}var f=u.charAt(0),h=Number(u.substr(1));if("M"===f){for(var p,v,y,g=0,m=c;g<10;){if(((p=_.tickIncrement(m,u,i,e.calendar))-s)*(m-s)<=0)return i?Math.min(m,p):Math.max(m,p);v=(s-(m+p)/2)/(p-m),y=f+(Math.abs(Math.round(v))||1)*h,m=_.tickIncrement(m,y,v<0?!i:i,e.calendar),g++}return l.error("tickFirst did not converge",e),m}if("L"===f)return Math.log(o((Math.pow(10,s)-c)/h)*h+c)/Math.LN10;if("D"===f){var T="D2"===u?A:C,M=l.roundUp(l.mod(s,1),T,i);return Math.floor(s)+Math.log(r.round(Math.pow(10,M),1))/Math.LN10}throw"unrecognized dtick "+String(u)},_.tickText=function(e,t,n){var r,i,o=D(e,t),s="array"===e.tickmode,u=n||s,c="category"===e.type?e.d2l_noadd:e.d2l;if(s&&Array.isArray(e.ticktext)){var d=l.simpleMap(e.range,e.r2l),f=Math.abs(d[1]-d[0])/1e4;for(i=0;i<e.ticktext.length&&!(Math.abs(t-c(e.tickvals[i]))<f);i++);if(i<e.ticktext.length)return o.text=String(e.ticktext[i]),o}function h(r){var a;return void 0===r||(n?"none"===r:(a={first:e._tmin,last:e._tmax}[r],"all"!==r&&t!==a))}return r="none"!==e.exponentformat&&h(e.showexponent)?"hide":"","date"===e.type?function(e,t,n,r){var i=e._tickround,o=n&&e.hoverformat||e.tickformat;r&&(i=a(i)?4:{y:"m",m:"d",d:"M",M:"S",S:4}[i]);var s,u=l.formatDate(t.x,o,i,e.calendar),c=u.indexOf("\n");-1!==c&&(s=u.substr(c+1),u=u.substr(0,c));r&&("00:00:00"===u||"00:00"===u?(u=s,s=""):8===u.length&&(u=u.replace(/:00$/,"")));s&&(n?"d"===i?u+=", "+s:u=s+(u?", "+u:""):e._inCalcTicks&&s===e._prevDateHead||(u+="<br>"+s,e._prevDateHead=s));t.text=u}(e,o,n,u):"log"===e.type?function(e,t,n,r,i){var o=e.dtick,s=t.x;!r||"string"==typeof o&&"L"===o.charAt(0)||(o="L3");if(e.tickformat||"string"==typeof o&&"L"===o.charAt(0))t.text=S(Math.pow(10,s),e,i,r);else if(a(o)||"D"===o.charAt(0)&&l.mod(s+.01,1)<.1)if(-1!==["e","E","power"].indexOf(e.exponentformat)){var u=Math.round(s);t.text=0===u?1:1===u?"10":u>1?"10<sup>"+u+"</sup>":"10<sup>โ"+-u+"</sup>",t.fontSize*=1.25}else t.text=S(Math.pow(10,s),e,"","fakehover"),"D1"===o&&"y"===e._id.charAt(0)&&(t.dy-=t.fontSize/6);else{if("D"!==o.charAt(0))throw"unrecognized dtick "+String(o);t.text=String(Math.round(Math.pow(10,l.mod(s,1)))),t.fontSize*=.75}if("D1"===e.dtick){var c=String(t.text).charAt(0);"0"!==c&&"1"!==c||("y"===e._id.charAt(0)?t.dx-=t.fontSize/4:(t.dy+=t.fontSize/2,t.dx+=(e.range[1]>e.range[0]?1:-1)*t.fontSize*(s<0?.5:.25)))}}(e,o,0,u,r):"category"===e.type?function(e,t){var n=e._categories[Math.round(t.x)];void 0===n&&(n="");t.text=String(n)}(e,o):function(e,t,n,r,a){"all"===e.showexponent&&Math.abs(t.x/e.dtick)<1e-6&&(a="hide");t.text=S(t.x,e,a,r)}(e,o,0,u,r),e.tickprefix&&!h(e.showtickprefix)&&(o.text=e.tickprefix+o.text),e.ticksuffix&&!h(e.showticksuffix)&&(o.text+=e.ticksuffix),o};var B=["f","p","n","ฮผ","m","","k","M","G","T"];function S(e,t,n,i){var o=e<0,s=t._tickround,u=n||t.exponentformat||"B",c=t._tickexponent,d=t.tickformat,f=t.separatethousands;if(i){var h={exponentformat:t.exponentformat,dtick:"none"===t.showexponent?t.dtick:a(e)&&Math.abs(e)||1,range:"none"===t.showexponent?t.range.map(t.r2d):[0,e||1]};L(h),s=(Number(h._tickround)||0)+4,c=h._tickexponent,t.hoverformat&&(d=t.hoverformat)}if(d)return r.format(d)(e).replace(/-/g,"โ");var p,v=Math.pow(10,-s)/2;if("none"===u&&(c=0),(e=Math.abs(e))<v)e="0",o=!1;else{if(e+=v,c&&(e*=Math.pow(10,-c),s+=c),0===s)e=String(Math.floor(e));else if(s<0){e=(e=String(Math.round(e))).substr(0,e.length+s);for(var y=s;y<0;y++)e+="0"}else{var g=(e=String(e)).indexOf(".")+1;g&&(e=e.substr(0,g+s).replace(/\.?0+$/,""))}e=l.numSeparate(e,t._separators,f)}c&&"hide"!==u&&(p=c<0?"โ"+-c:"power"!==u?"+"+c:String(c),"e"===u||("SI"===u||"B"===u)&&(c>12||c<-15)?e+="e"+p:"E"===u?e+="E"+p:"power"===u?e+="ร10<sup>"+p+"</sup>":"B"===u&&9===c?e+="B":"SI"!==u&&"B"!==u||(e+=B[c/3+5]));return o?"โ"+e:e}function G(e,t){for(var n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n])}function W(e,t,n){var r,a,i=[],o=[],s=e.layout;for(r=0;r<t.length;r++)i.push(_.getFromId(e,t[r]));for(r=0;r<n.length;r++)o.push(_.getFromId(e,n[r]));var u=Object.keys(i[0]),c=["anchor","domain","overlaying","position","side","tickangle"],d=["linear","log"];for(r=0;r<u.length;r++){var f=u[r],h=i[0][f],p=o[0][f],v=!0,y=!1,g=!1;if("_"!==f.charAt(0)&&"function"!=typeof h&&-1===c.indexOf(f)){for(a=1;a<i.length&&v;a++){var m=i[a][f];"type"===f&&-1!==d.indexOf(h)&&-1!==d.indexOf(m)&&h!==m?y=!0:m!==h&&(v=!1)}for(a=1;a<o.length&&v;a++){var T=o[a][f];"type"===f&&-1!==d.indexOf(p)&&-1!==d.indexOf(T)&&p!==T?g=!0:o[a][f]!==p&&(v=!1)}v&&(y&&(s[i[0]._name].type="linear"),g&&(s[o[0]._name].type="linear"),z(s,f,i,o))}}for(r=0;r<e._fullLayout.annotations.length;r++){var M=e._fullLayout.annotations[r];-1!==t.indexOf(M.xref)&&-1!==n.indexOf(M.yref)&&l.swapAttrs(s.annotations[r],["?"])}}function z(e,t,n,r){var a,i=l.nestedProperty,o=i(e[n[0]._name],t).get(),s=i(e[r[0]._name],t).get();for("title"===t&&("Click to enter X axis title"===o&&(o="Click to enter Y axis title"),"Click to enter Y axis title"===s&&(s="Click to enter X axis title")),a=0;a<n.length;a++)i(e,n[a]._name+"."+t).set(s);for(a=0;a<r.length;a++)i(e,r[a]._name+"."+t).set(o)}_.subplotMatch=/^x([0-9]*)y([0-9]*)$/,_.getSubplots=function(e,t){var n,r,a,l=[],o=e._fullData||e.data||[];for(n=0;n<o.length;n++){var s=o[n];if(!1!==s.visible&&"legendonly"!==s.visible&&(i.traceIs(s,"cartesian")||i.traceIs(s,"gl2d")))a=(s.xaxis||"x")+(s.yaxis||"y"),-1===l.indexOf(a)&&l.push(a)}var u=_.list(e,"",!0);function c(e,t){return-1!==e.indexOf(t._id)}for(n=0;n<u.length;n++){var d=u[n],f=d._id.charAt(0),h="free"===d.anchor?"x"===f?"y":"x":d.anchor,p=_.getFromId(e,h),v=!1;for(r=0;r<l.length;r++)if(c(l[r],d)){v=!0;break}"free"===d.anchor&&v||p&&(a="x"===f?d._id+p._id:p._id+d._id,-1===l.indexOf(a)&&l.push(a))}var y=_.subplotMatch,g=[];for(n=0;n<l.length;n++)a=l[n],y.test(a)&&g.push(a);return g.sort(function(e,t){var n=e.match(y),r=t.match(y);return n[1]===r[1]?+(n[2]||1)-(r[2]||1):+(n[1]||0)-(r[1]||0)}),t?_.findSubplotsWithAxis(g,t):g},_.findSubplotsWithAxis=function(e,t){for(var n=new RegExp("x"===t._id.charAt(0)?"^"+t._id+"y":t._id+"$"),r=[],a=0;a<e.length;a++){var i=e[a];n.test(i)&&r.push(i)}return r},_.makeClipPaths=function(e){var t,n,a=e._fullLayout,i=a._defs,l={_offset:0,_length:a.width,_id:""},o={_offset:0,_length:a.height,_id:""},s=_.list(e,"x",!0),u=_.list(e,"y",!0),c=[];for(t=0;t<s.length;t++)for(c.push({x:s[t],y:o}),n=0;n<u.length;n++)0===t&&c.push({x:l,y:u[n]}),c.push({x:s[t],y:u[n]});var d=i.selectAll("g.clips").data([0]);d.enter().append("g").classed("clips",!0);var f=d.selectAll(".axesclip").data(c,function(e){return e.x._id+e.y._id});f.enter().append("clipPath").classed("axesclip",!0).attr("id",function(e){return"clip"+a._uid+e.x._id+e.y._id}).append("rect"),f.exit().remove(),f.each(function(e){r.select(this).select("rect").attr({x:e.x._offset||0,y:e.y._offset||0,width:e.x._length||1,height:e.y._length||1})})},_.doTicks=function(e,t,n){var d,f=e._fullLayout,h=!1;if("object"==typeof t)t=(d=t)._id,h=!0;else if(d=_.getFromId(e,t),"redraw"===t&&f._paper.selectAll("g.subplot").each(function(e){var t=f._plots[e],n=t.xaxis,r=t.yaxis;t.xaxislayer.selectAll("."+n._id+"tick").remove(),t.yaxislayer.selectAll("."+r._id+"tick").remove(),t.gridlayer.selectAll("path").remove(),t.zerolinelayer.selectAll("path").remove()}),!t||"redraw"===t)return l.syncOrAsync(_.list(e,"",!0).map(function(n){return function(){if(n._id){var r=_.doTicks(e,n._id);return"redraw"===t&&(n._r=n.range.slice(),n._rl=l.simpleMap(n._r,n.r2l)),r}}}));d.tickformat||(-1===["none","e","E","power","SI","B"].indexOf(d.exponentformat)&&(d.exponentformat="e"),-1===["all","first","last","none"].indexOf(d.showexponent)&&(d.showexponent="all")),d.setScale();var p,v,y,g,m,T=t.charAt(0),b=_.counterLetter(t),K=_.calcTicks(d),k=function(e){return[e.text,e.x,d.mirror].join("_")},x=t+"tick",C=t+"grid",A=t+"zl",w=(d.linewidth||1)/2,L=("outside"===d.ticks?d.ticklen:1)+(d.linewidth||0),D=0,B=c.crispRound(e,d.gridwidth,1),S=c.crispRound(e,d.zerolinewidth,B),G=c.crispRound(e,d.tickwidth,1);if(d._counterangle&&"outside"===d.ticks){var W=d._counterangle*Math.PI/180;L=d.ticklen*Math.cos(W)+(d.linewidth||0),D=d.ticklen*Math.sin(W)}if("x"===T)p=["bottom","top"],v=function(e){return"translate("+d.l2p(e.x)+",0)"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M0,"+e+"l"+Math.sin(n)*t+","+Math.cos(n)*t}return"M0,"+e+"v"+t};else{if("y"!==T)return void l.warn("Unrecognized doTicks axis:",t);p=["left","right"],v=function(e){return"translate(0,"+d.l2p(e.x)+")"},y=function(e,t){if(d._counterangle){var n=d._counterangle*Math.PI/180;return"M"+e+",0l"+Math.cos(n)*t+","+-Math.sin(n)*t}return"M"+e+",0h"+t}}var z=d.side||p[0],O=[-1,1,z===p[1]?1:-1];if("inside"!==d.ticks==("x"===T)&&(O=O.map(function(e){return-e})),d.visible){var P=K.filter(E);if(h){if(j(d._axislayer,y(d._pos+w*O[2],O[2]*d.ticklen)),d._counteraxis)$({gridlayer:d._gridlayer,zerolinelayer:d._zerolinelayer},d._counteraxis);return I(d._axislayer,d._pos)}var R=(g=_.getSubplots(e,d)).map(function(e){var t=f._plots[e];if(f._has("cartesian")){var n=t[T+"axislayer"],r=d._linepositions[e]||[],i=t[b+"axis"],l=i._id===d.anchor,o=[!1,!1,!1],s="";if("allticks"===d.mirror?o=[!0,!0,!1]:l&&("ticks"===d.mirror?o=[!0,!0,!1]:o[p.indexOf(z)]=!0),d.mirrors)for(m=0;m<2;m++){var u=d.mirrors[i._id+p[m]];"ticks"!==u&&"labels"!==u||(o[m]=!0)}return void 0!==r[2]&&(o[2]=!0),o.forEach(function(e,t){var n=r[t],i=O[t];e&&a(n)&&(s+=y(n+w*i,i*d.ticklen))}),j(n,s),$(t,i,e),I(n,r[3])}}).filter(function(e){return e&&e.then});return R.length?Promise.all(R):0}function E(e){var t=d.l2p(e.x);return t>1&&t<d._length-1}function j(e,t){var n=e.selectAll("path."+x).data("inside"===d.ticks?P:K,k);t&&d.ticks?(n.enter().append("path").classed(x,1).classed("ticks",1).classed("crisp",1).call(u.stroke,d.tickcolor).style("stroke-width",G+"px").attr("d",t),n.attr("transform",v),n.exit().remove()):n.remove()}function I(n,i){var s,u,h,p,y,_=n.selectAll("g."+x).data(K,k);if(!d.showticklabels||!a(i))return _.remove(),void N();"x"===T?(s=function(e){return e.dx+D*y},p=i+(L+w)*(y="bottom"===z?1:-1),u=function(e){return e.dy+p+e.fontSize*("bottom"===z?1:-.5)},h=function(e){return a(e)&&0!==e&&180!==e?e*y<0?"end":"start":"middle"}):(y="right"===z?1:-1,u=function(e){return e.dy+e.fontSize/2-D*y},s=function(e){return e.dx+i+(L+w+(90===Math.abs(d.tickangle)?e.fontSize/2:0))*y},h=function(e){return a(e)&&90===Math.abs(e)?"middle":"right"===z?"start":"end"});var M=0,b=0,C=[];function A(e,t){e.each(function(e){var n=h(t),i=r.select(this),l=i.select(".text-math-group"),o=v(e)+(a(t)&&0!=+t?" rotate("+t+","+s(e)+","+(u(e)-e.fontSize/2)+")":"");if(l.empty())i.select("text").attr({transform:o,"text-anchor":n});else{var d=c.bBox(l.node()).width*{end:-.5,start:.5}[n];l.attr("transform",o+(d?"translate("+d+",0)":""))}})}_.enter().append("g").classed(x,1).append("text").attr("text-anchor","middle").each(function(t){var n=r.select(this),a=e._promises.length;n.call(o.positionText,s(t),u(t)).call(c.font,t.font,t.fontSize,t.fontColor).text(t.text).call(o.convertToTspans,e),(a=e._promises[a])?C.push(e._promises.pop().then(function(){A(n,d.tickangle)})):A(n,d.tickangle)}),_.exit().remove(),_.each(function(e){M=Math.max(M,e.fontSize)}),A(_,d._lastangle||d.tickangle);var B=l.syncOrAsync([function(){return C.length&&Promise.all(C)},function(){if(A(_,d.tickangle),"x"===T&&!a(d.tickangle)&&("log"!==d.type||"D"!==String(d.dtick).charAt(0))){var e=[];for(_.each(function(t){var n=r.select(this),a=n.select(".text-math-group"),i=d.l2p(t.x);a.empty()&&(a=n.select("text"));var l=c.bBox(a.node());e.push({top:0,bottom:10,height:10,left:i-l.width/2,right:i+l.width/2+2,width:l.width+2})}),m=0;m<e.length-1;m++)if(l.bBoxIntersect(e[m],e[m+1])){b=30;break}b&&(Math.abs((K[K.length-1].x-K[0].x)*d._m)/(K.length-1)<2.5*M&&(b=90),A(_,b)),d._lastangle=b}return N(),t+" done"},function(){var t=n.node().getBoundingClientRect(),r=e.getBoundingClientRect();if(d._boundingBox={width:t.width,height:t.height,left:t.left-r.left,right:t.right-r.left,top:t.top-r.top,bottom:t.bottom-r.top},g){var a=d._counterSpan=[1/0,-1/0];for(m=0;m<g.length;m++){var i=f._plots[g[m]]["x"===T?"yaxis":"xaxis"];l(a,[i._offset,i._offset+i._length])}"free"===d.anchor&&l(a,"x"===T?[d._boundingBox.bottom,d._boundingBox.top]:[d._boundingBox.right,d._boundingBox.left])}function l(e,t){e[0]=Math.min(e[0],t[0]),e[1]=Math.max(e[1],t[1])}}]);return B&&B.then&&e._promises.push(B),B}function N(){if(!n){var a,i,l,o,u=M.getFromId(e,t),d=r.select(e).selectAll("g."+t+"tick"),h={selection:d,side:u.side},p=t.charAt(0),v=e._fullLayout._size,y=u.titlefont.size;if(d.size()){var g=c.getTranslate(d.node().parentNode);h.offsetLeft=g.x,h.offsetTop=g.y}"x"===p?(i="free"===u.anchor?{_offset:v.t+(1-(u.position||0))*v.h,_length:0}:M.getFromId(e,u.anchor),l=u._offset+u._length/2,o=i._offset+("top"===u.side?-10-y*(1.5+(u.showticklabels?1:0)):i._length+10+y*(1.5+(u.showticklabels?1.5:.5))),u.rangeslider&&u.rangeslider.visible&&u._boundingBox&&(o+=(f.height-f.margin.b-f.margin.t)*u.rangeslider.thickness+u._boundingBox.height),h.side||(h.side="bottom")):(i="free"===u.anchor?{_offset:v.l+(u.position||0)*v.w,_length:0}:M.getFromId(e,u.anchor),o=u._offset+u._length/2,l=i._offset+("right"===u.side?i._length+10+y*(1.5+(u.showticklabels?1:.5)):-10-y*(1.5+(u.showticklabels?.5:0))),a={rotate:"-90",offset:0},h.side||(h.side="left")),s.draw(e,t+"title",{propContainer:u,propName:u._name+".title",dfltName:p.toUpperCase()+" axis",avoid:h,transform:a,attributes:{x:l,y:o,"text-anchor":"middle"}})}}function F(e,t){return!0===e.visible&&e.xaxis+e.yaxis===t&&(!(!i.traceIs(e,"bar")||e.orientation!=={x:"h",y:"v"}[T])||e.fill&&e.fill.charAt(e.fill.length-1)===T)}function $(t,n,a){var i=t.gridlayer,o=t.zerolinelayer,s=t["hidegrid"+T]?[]:P,c=d._gridpath||"M0,0"+("x"===T?"v":"h")+n._length,f=i.selectAll("path."+C).data(!1===d.showgrid?[]:s,k);if(f.enter().append("path").classed(C,1).classed("crisp",1).attr("d",c).each(function(e){d.zeroline&&("linear"===d.type||"-"===d.type)&&Math.abs(e.x)<d.dtick/100&&r.select(this).remove()}),f.attr("transform",v).call(u.stroke,d.gridcolor||"#ddd").style("stroke-width",B+"px"),f.exit().remove(),o){for(var h=!1,p=0;p<e._fullData.length;p++)if(F(e._fullData[p],a)){h=!0;break}var y=l.simpleMap(d.range,d.r2l),g=y[0]*y[1]<=0&&d.zeroline&&("linear"===d.type||"-"===d.type)&&s.length&&(h||E({x:0})||!d.showline),m=o.selectAll("path."+A).data(g?[{x:0}]:[]);m.enter().append("path").classed(A,1).classed("zl",1).classed("crisp",1).attr("d",c),m.attr("transform",v).call(u.stroke,d.zerolinecolor||u.defaultLine).style("stroke-width",S+"px"),m.exit().remove()}}},_.swap=function(e,t){for(var n=function(e,t){var n,r,a=[];for(n=0;n<t.length;n++){var i=[],l=e._fullData[t[n]].xaxis,o=e._fullData[t[n]].yaxis;if(l&&o){for(r=0;r<a.length;r++)-1===a[r].x.indexOf(l)&&-1===a[r].y.indexOf(o)||i.push(r);if(i.length){var s,u=a[i[0]];if(i.length>1)for(r=1;r<i.length;r++)s=a[i[r]],G(u.x,s.x),G(u.y,s.y);G(u.x,[l]),G(u.y,[o])}else a.push({x:[l],y:[o]})}}return a}(e,t),r=0;r<n.length;r++)W(e,n[r].x,n[r].y)}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(4),o=n(3),s=n(158),u=n(0),c=n(14),d=n(31),f=n(19).LINE_SPACING,h=n(13),p=n(287),v=e.exports={};v.font=function(e,t,n,r){t&&t.family&&(r=t.color,n=t.size,t=t.family),t&&e.style("font-family",t),n+1&&e.style("font-size",n+"px"),r&&e.call(o.fill,r)},v.setPosition=function(e,t,n){e.attr("x",t).attr("y",n)},v.setSize=function(e,t,n){e.attr("width",t).attr("height",n)},v.setRect=function(e,t,n,r,a){e.call(v.setPosition,t,n).call(v.setSize,r,a)},v.translatePoint=function(e,t,n,r){var i=e.xp||n.c2p(e.x),l=e.yp||r.c2p(e.y);return!!(a(i)&&a(l)&&t.node())&&("text"===t.node().nodeName?t.attr("x",i).attr("y",l):t.attr("transform","translate("+i+","+l+")"),!0)},v.translatePoints=function(e,t,n,a){e.each(function(e){var i=r.select(this);v.translatePoint(e,i,t,n,a)})},v.getPx=function(e,t){return Number(e.style(t).replace(/px$/,""))},v.crispRound=function(e,t,n){return t&&a(t)?e._context.staticPlot?t:t<1?1:Math.round(t):n||0},v.singleLineStyle=function(e,t,n,r,a){t.style("fill","none");var i=(((e||[])[0]||{}).trace||{}).line||{},l=n||i.width||0,s=a||i.dash||"";o.stroke(t,r||i.color),v.dashLine(t,s,l)},v.lineGroupStyle=function(e,t,n,a){e.style("fill","none").each(function(e){var i=(((e||[])[0]||{}).trace||{}).line||{},l=t||i.width||0,s=a||i.dash||"";r.select(this).call(o.stroke,n||i.color).call(v.dashLine,s,l)})},v.dashLine=function(e,t,n){n=+n||0,t=v.dashStyle(t,n),e.style({"stroke-dasharray":t,"stroke-width":n+"px"})},v.dashStyle=function(e,t){t=+t||1;var n=Math.max(t,3);return"solid"===e?e="":"dot"===e?e=n+"px,"+n+"px":"dash"===e?e=3*n+"px,"+3*n+"px":"longdash"===e?e=5*n+"px,"+5*n+"px":"dashdot"===e?e=3*n+"px,"+n+"px,"+n+"px,"+n+"px":"longdashdot"===e&&(e=5*n+"px,"+2*n+"px,"+n+"px,"+2*n+"px"),e},v.singleFillStyle=function(e){var t=(((r.select(e.node()).data()[0]||[])[0]||{}).trace||{}).fillcolor;t&&e.call(o.fill,t)},v.fillGroupStyle=function(e){e.style("stroke-width",0).each(function(t){var n=r.select(this);try{n.call(o.fill,t[0].trace.fillcolor)}catch(t){u.error(t,e),n.remove()}})};var y=n(286);v.symbolNames=[],v.symbolFuncs=[],v.symbolNeedLines={},v.symbolNoDot={},v.symbolList=[],Object.keys(y).forEach(function(e){var t=y[e];v.symbolList=v.symbolList.concat([t.n,e,t.n+100,e+"-open"]),v.symbolNames[t.n]=e,v.symbolFuncs[t.n]=t.f,t.needLine&&(v.symbolNeedLines[t.n]=!0),t.noDot?v.symbolNoDot[t.n]=!0:v.symbolList=v.symbolList.concat([t.n+200,e+"-dot",t.n+300,e+"-open-dot"])});var g=v.symbolNames.length,m="M0,0.5L0.5,0L0,-0.5L-0.5,0Z";v.symbolNumber=function(e){if("string"==typeof e){var t=0;e.indexOf("-open")>0&&(t=100,e=e.replace("-open","")),e.indexOf("-dot")>0&&(t+=200,e=e.replace("-dot","")),(e=v.symbolNames.indexOf(e))>=0&&(e+=t)}return e%100>=g||e>=400?0:Math.floor(Math.max(e,0))};var _={x1:1,x2:0,y1:0,y2:0},T={x1:0,x2:0,y1:1,y2:0};v.gradient=function(e,t,n,a,l,s){var c=t._fullLayout._defs.select(".gradients").selectAll("#"+n).data([a+l+s],u.identity);c.exit().remove(),c.enter().append("radial"===a?"radialGradient":"linearGradient").each(function(){var e=r.select(this);"horizontal"===a?e.attr(_):"vertical"===a&&e.attr(T),e.attr("id",n);var t=i(l),u=i(s);e.append("stop").attr({offset:"0%","stop-color":o.tinyRGB(u),"stop-opacity":u.getAlpha()}),e.append("stop").attr({offset:"100%","stop-color":o.tinyRGB(t),"stop-opacity":t.getAlpha()})}),e.style({fill:"url(#"+n+")","fill-opacity":null})},v.initGradients=function(e){var t=e._fullLayout._defs.selectAll(".gradients").data([0]);t.enter().append("g").classed("gradients",!0),t.selectAll("linearGradient,radialGradient").remove()},v.singlePointStyle=function(e,t,n,r,a,i){var s=n.marker;!function(e,t,n,r,a,i,s,u){if(l.traceIs(n,"symbols")){var c=p(n);t.attr("d",function(e){var t;t="various"===e.ms||"various"===i.size?3:h.isBubble(n)?c(e.ms):(i.size||6)/2,e.mrc=t;var r=v.symbolNumber(e.mx||i.symbol)||0,a=r%100;return e.om=r%200>=100,v.symbolFuncs[a](t)+(r>=200?m:"")}).style("opacity",function(e){return(e.mo+1||i.opacity+1)-1})}var d,f,y,g=!1;if(e.so?(y=s.outlierwidth,f=s.outliercolor,d=i.outliercolor):(y=(e.mlw+1||s.width+1||(e.trace?e.trace.marker.line.width:0)+1)-1,f="mlc"in e?e.mlcc=a(e.mlc):Array.isArray(s.color)?o.defaultLine:s.color,Array.isArray(i.color)&&(d=o.defaultLine,g=!0),d="mc"in e?e.mcc=r(e.mc):i.color||"rgba(0,0,0,0)"),e.om)t.call(o.stroke,d).style({"stroke-width":(y||1)+"px",fill:"none"});else{t.style("stroke-width",y+"px");var _=i.gradient,T=e.mgt;if(T?g=!0:T=_&&_.type,T&&"none"!==T){var M=e.mgc;M?g=!0:M=_.color;var b="g"+u._fullLayout._uid+"-"+n.uid;g&&(b+="-"+e.i),t.call(v.gradient,u,b,T,d,M)}else t.call(o.fill,d);y&&t.call(o.stroke,f)}}(e,t,n,r,a,s,s.line,i)},v.pointStyle=function(e,t,n){if(e.size()){var a=t.marker,i=v.tryColorscale(a,""),l=v.tryColorscale(a,"line");e.each(function(e){v.singlePointStyle(e,r.select(this),t,i,l,n)})}},v.tryColorscale=function(e,t){var n=t?u.nestedProperty(e,t).get():e,r=n.colorscale,a=n.color;return r&&Array.isArray(a)?s.makeColorScaleFunc(s.extractScale(r,n.cmin,n.cmax)):u.identity};var M={start:1,end:-1,middle:0,bottom:1,top:-1};v.textPointStyle=function(e,t,n){e.each(function(e){var i=r.select(this),l=e.tx||t.text;if(l&&!Array.isArray(l)){var o=e.tp||t.textposition,s=-1!==o.indexOf("top")?"top":-1!==o.indexOf("bottom")?"bottom":"middle",u=-1!==o.indexOf("left")?"end":-1!==o.indexOf("right")?"start":"middle",d=e.ts||t.textfont.size,h=e.mrc?e.mrc/.8+1:0;d=a(d)&&d>0?d:0,i.call(v.font,e.tf||t.textfont.family,d,e.tc||t.textfont.color).attr("text-anchor",u).text(l).call(c.convertToTspans,n);var p=r.select(this.parentNode),y=(c.lineCount(i)-1)*f+1,g=M[u]*h,m=.75*d+M[s]*h+(M[s]-1)*y*d/2;p.attr("transform","translate("+g+","+m+")")}else i.remove()})};var b=.5;function K(e,t,n,a){var i=e[0]-t[0],l=e[1]-t[1],o=n[0]-t[0],s=n[1]-t[1],u=Math.pow(i*i+l*l,b/2),c=Math.pow(o*o+s*s,b/2),d=(c*c*i-u*u*o)*a,f=(c*c*l-u*u*s)*a,h=3*c*(u+c),p=3*u*(u+c);return[[r.round(t[0]+(h&&d/h),2),r.round(t[1]+(h&&f/h),2)],[r.round(t[0]-(p&&d/p),2),r.round(t[1]-(p&&f/p),2)]]}v.smoothopen=function(e,t){if(e.length<3)return"M"+e.join("L");var n,r="M"+e[0],a=[];for(n=1;n<e.length-1;n++)a.push(K(e[n-1],e[n],e[n+1],t));for(r+="Q"+a[0][0]+" "+e[1],n=2;n<e.length-1;n++)r+="C"+a[n-2][1]+" "+a[n-1][0]+" "+e[n];return r+="Q"+a[e.length-3][1]+" "+e[e.length-1]},v.smoothclosed=function(e,t){if(e.length<3)return"M"+e.join("L")+"Z";var n,r="M"+e[0],a=e.length-1,i=[K(e[a],e[0],e[1],t)];for(n=1;n<a;n++)i.push(K(e[n-1],e[n],e[n+1],t));for(i.push(K(e[a-1],e[a],e[0],t)),n=1;n<=a;n++)r+="C"+i[n-1][1]+" "+i[n][0]+" "+e[n];return r+="C"+i[a][1]+" "+i[0][0]+" "+e[0]+"Z"};var k={hv:function(e,t){return"H"+r.round(t[0],2)+"V"+r.round(t[1],2)},vh:function(e,t){return"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},hvh:function(e,t){return"H"+r.round((e[0]+t[0])/2,2)+"V"+r.round(t[1],2)+"H"+r.round(t[0],2)},vhv:function(e,t){return"V"+r.round((e[1]+t[1])/2,2)+"H"+r.round(t[0],2)+"V"+r.round(t[1],2)}},x=function(e,t){return"L"+r.round(t[0],2)+","+r.round(t[1],2)};v.steps=function(e){var t=k[e]||x;return function(e){for(var n="M"+r.round(e[0][0],2)+","+r.round(e[0][1],2),a=1;a<e.length;a++)n+=t(e[a-1],e[a]);return n}},v.makeTester=function(){var e=r.select("body").selectAll("#js-plotly-tester").data([0]);e.enter().append("svg").attr("id","js-plotly-tester").attr(d.svgAttrs).style({position:"absolute",left:"-10000px",top:"-10000px",width:"9000px",height:"9000px","z-index":"1"});var t=e.selectAll(".js-reference-point").data([0]);t.enter().append("path").classed("js-reference-point",!0).attr("d","M0,0H1V1H0Z").style({"stroke-width":0,fill:"black"}),e.node()._cache||(e.node()._cache={}),v.tester=e,v.testref=t},v.savedBBoxes={};var C=0;function A(e){var t=e.getAttribute("data-unformatted");if(null!==t)return t+e.getAttribute("data-math")+e.getAttribute("text-anchor")+e.getAttribute("style")}v.bBox=function(e,t){var n;if(t||(t=A(e)),t){if(n=v.savedBBoxes[t])return u.extendFlat({},n)}else if(1===e.childNodes.length){var a=e.childNodes[0];if(t=A(a)){var i=+a.getAttribute("x")||0,l=+a.getAttribute("y")||0,o=a.getAttribute("transform");if(!o){var s=v.bBox(a,t);return i&&(s.left+=i,s.right+=i),l&&(s.top+=l,s.bottom+=l),s}if(t+="~"+i+"~"+l+"~"+o,n=v.savedBBoxes[t])return u.extendFlat({},n)}}var d=v.tester.node(),f=e.cloneNode(!0);d.appendChild(f),r.select(f).attr("transform",null).call(c.positionText,0,0);var h=f.getBoundingClientRect(),p=v.testref.node().getBoundingClientRect();d.removeChild(f);var y={height:h.height,width:h.width,left:h.left-p.left,top:h.top-p.top,right:h.right-p.left,bottom:h.bottom-p.top};return C>=1e4&&(v.savedBBoxes={},C=0),t&&(v.savedBBoxes[t]=y),C++,u.extendFlat({},y)},v.setClipUrl=function(e,t){if(t){var n="#"+t,a=r.select("base");a.size()&&a.attr("href")&&(n=window.location.href.split("#")[0]+n),e.attr("clip-path","url("+n+")")}else e.attr("clip-path",null)},v.getTranslate=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\btranslate\((-?\d*\.?\d*)[^-\d]*(-?\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||0,y:+t[1]||0}},v.setTranslate=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||0,n=n||0,i=i.replace(/(\btranslate\(.*?\);?)/,"").trim(),i=(i+=" translate("+t+", "+n+")").trim(),e[a]("transform",i),i},v.getScale=function(e){var t=(e[e.attr?"attr":"getAttribute"]("transform")||"").replace(/.*\bscale\((\d*\.?\d*)[^\d]*(\d*\.?\d*)[^\d].*/,function(e,t,n){return[t,n].join(" ")}).split(" ");return{x:+t[0]||1,y:+t[1]||1}},v.setScale=function(e,t,n){var r=e.attr?"attr":"getAttribute",a=e.attr?"attr":"setAttribute",i=e[r]("transform")||"";return t=t||1,n=n||1,i=i.replace(/(\bscale\(.*?\);?)/,"").trim(),i=(i+=" scale("+t+", "+n+")").trim(),e[a]("transform",i),i},v.setPointGroupScale=function(e,t,n){var r,a,i;return t=t||1,n=n||1,a=1===t&&1===n?"":" scale("+t+","+n+")",i=/\s*sc.*/,e.each(function(){r=(this.getAttribute("transform")||"").replace(i,""),r=(r+=a).trim(),this.setAttribute("transform",r)}),a};var w=/translate\([^)]*\)\s*$/;v.setTextPointsScale=function(e,t,n){e.each(function(){var e,a=r.select(this),i=a.select("text"),l=parseFloat(i.attr("x")||0),o=parseFloat(i.attr("y")||0),s=(a.attr("transform")||"").match(w);e=1===t&&1===n?[]:["translate("+l+","+o+")","scale("+t+","+n+")","translate("+-l+","+-o+")"],s&&e.push(s),a.attr("transform",e.join(" "))})}},function(e,t,n){"use strict";t.defaultConfig=n(111),t.Plots=n(9),t.Axes=n(6),t.ModeBar=n(147),n(270)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(110),o=n(4),s=n(0),u=n(3),c=n(16).BADNUM,d=e.exports={},f=n(104),h=n(160),p=s.relinkPrivateKeys;s.extendFlat(d,o),d.attributes=n(42),d.attributes.type.values=d.allTypes,d.fontAttrs=n(17),d.layoutAttributes=n(41),d.fontWeight="normal";var v=d.subplotsRegistry,y=d.transformsRegistry,g=n(30),m=n(275);function _(e,t){var n,r,a=e.trace,i=a._arrayAttrs,l={};for(n=0;n<i.length;n++)l[r=i[n]]=s.nestedProperty(a,r).get().slice();for(e.trace=t,n=0;n<i.length;n++)r=i[n],s.nestedProperty(e.trace,r).set(l[r])}function T(e,t,n,r){for(var a=e.transforms,i=[e],l=0;l<a.length;l++){var o=a[l],s=y[o.type];s&&s.transform&&(i=s.transform(i,{transform:o,fullTrace:e,fullData:t,layout:n,fullLayout:r,transformIndex:l}))}return i}function M(e){for(var t=0;t<e.length;t++){e[t]._categories=e[t]._initialCategories.slice(),e[t]._categoriesMap={};for(var n=0;n<e[t]._categories.length;n++)e[t]._categoriesMap[e[t]._categories[n]]=n}}d.executeAPICommand=m.executeAPICommand,d.computeAPICommandBindings=m.computeAPICommandBindings,d.manageCommandObserver=m.manageCommandObserver,d.hasSimpleAPICommandBindings=m.hasSimpleAPICommandBindings,d.findSubplotIds=function(e,t){var n=[];if(!d.subplotsRegistry[t])return n;for(var r=d.subplotsRegistry[t].attr,a=0;a<e.length;a++){var i=e[a];d.traceIs(i,t)&&-1===n.indexOf(i[r])&&n.push(i[r])}return n},d.getSubplotIds=function(e,t){var n=d.subplotsRegistry[t];if(!n)return[];if(!("cartesian"!==t||e._has&&e._has("cartesian")))return[];if(!("gl2d"!==t||e._has&&e._has("gl2d")))return[];if("cartesian"===t||"gl2d"===t)return Object.keys(e._plots||{});for(var r=n.idRegex,a=Object.keys(e),i=[],l=0;l<a.length;l++){var o=a[l];r.test(o)&&i.push(o)}var s=n.idRoot.length;return i.sort(function(e,t){return+(e.substr(s)||1)-+(t.substr(s)||1)}),i},d.getSubplotData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r,a=d.subplotsRegistry[t].attr,l=[],o=0;o<e.length;o++)if(r=e[o],"gl2d"===t&&d.traceIs(r,"gl2d")){var s=i.Axes.subplotMatch,u="x"+n.match(s)[1],c="y"+n.match(s)[2];r[a[0]]===u&&r[a[1]]===c&&l.push(r)}else r[a]===n&&l.push(r);return l},d.getSubplotCalcData=function(e,t,n){if(!d.subplotsRegistry[t])return[];for(var r=d.subplotsRegistry[t].attr,a=[],i=0;i<e.length;i++){var l=e[i];l[0].trace[r]===n&&a.push(l)}return a},d.redrawText=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return new Promise(function(t){setTimeout(function(){o.getComponentMethod("annotations","draw")(e),o.getComponentMethod("legend","draw")(e),(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()}),t(d.previousPromises(e))},300)})},d.resize=function(e){return new Promise(function(t,n){e&&"none"!==r.select(e).style("display")||n(new Error("Resize must be passed a plot div element.")),e._redrawTimer&&clearTimeout(e._redrawTimer),e._redrawTimer=setTimeout(function(){if(e.layout.width&&e.layout.height)t(e);else{delete e.layout.width,delete e.layout.height;var n=e.changed;e.autoplay=!0,i.relayout(e,{autosize:!0}).then(function(){e.changed=n,t(e)})}},100)})},d.previousPromises=function(e){if((e._promises||[]).length)return Promise.all(e._promises).then(function(){e._promises=[]})},d.addLinks=function(e){if(e._context.showLink||e._context.showSources){var t=e._fullLayout,n=t._paper.selectAll("text.js-plot-link-container").data([0]);n.enter().append("text").classed("js-plot-link-container",!0).style({"font-family":'"Open Sans", Arial, sans-serif',"font-size":"12px",fill:u.defaultLine,"pointer-events":"all"}).each(function(){var e=r.select(this);e.append("tspan").classed("js-link-to-tool",!0),e.append("tspan").classed("js-link-spacer",!0),e.append("tspan").classed("js-sourcelinks",!0)});var a=n.node(),i={y:t._paper.attr("height")-9};document.body.contains(a)&&a.getComputedTextLength()>=t.width-20?(i["text-anchor"]="start",i.x=5):(i["text-anchor"]="end",i.x=t._paper.attr("width")-7),n.attr(i);var l=n.select(".js-link-to-tool"),o=n.select(".js-link-spacer"),s=n.select(".js-sourcelinks");e._context.showSources&&e._context.showSources(e),e._context.showLink&&function(e,t){t.text("");var n=t.append("a").attr({"xlink:xlink:href":"#",class:"link--impt link--embedview","font-weight":"bold"}).text(e._context.linkText+" "+String.fromCharCode(187));if(e._context.sendData)n.on("click",function(){d.sendDataToCloud(e)});else{var r=window.location.pathname.split("/"),a=window.location.search;n.attr({"xlink:xlink:show":"new","xlink:xlink:href":"/"+r[2].split(".")[0]+"/"+r[1]+a})}}(e,l),o.text(l.text()&&s.text()?" - ":"")}},d.sendDataToCloud=function(e){e.emit("plotly_beforeexport");var t=window.PLOTLYENV&&window.PLOTLYENV.BASE_URL||"https://plot.ly",n=r.select(e).append("div").attr("id","hiddenform").style("display","none"),a=n.append("form").attr({action:t+"/external",method:"post",target:"_blank"});return a.append("input").attr({type:"text",name:"data"}).node().value=d.graphJson(e,!1,"keepdata"),a.node().submit(),n.remove(),e.emit("plotly_afterexport"),!1},d.supplyDefaults=function(e){var t,n=e._fullLayout||{},r=e._fullLayout={},a=e.layout||{},l=e._fullData||[],o=e._fullData=[],s=e.data||[];if(e._transitionData||d.createTransitionData(e),n._initialAutoSizeIsDone){var u=n.width,c=n.height;d.supplyLayoutGlobalDefaults(a,r),a.width||(r.width=u),a.height||(r.height=c)}else{d.supplyLayoutGlobalDefaults(a,r);var f=!a.width||!a.height,h=r.autosize,v=e._context&&e._context.autosizable;f&&(h||v)?d.plotAutoSize(e,a,r):f&&d.sanitizeMargins(e),!h&&f&&(a.width=r.width,a.height=r.height)}r._initialAutoSizeIsDone=!0,r._dataLength=s.length,r._globalTransforms=(e._context||{}).globalTransforms,d.supplyDataDefaults(s,o,a,r),r._has=d._hasPlotType.bind(r);var y=r._modules;for(t=0;t<y.length;t++){var g=y[t];g.cleanData&&g.cleanData(o)}if(l.length===s.length)for(t=0;t<o.length;t++)p(o[t],l[t]);d.supplyLayoutModuleDefaults(a,r,o,e._transitionData),r._hasCartesian=r._has("cartesian"),r._hasGeo=r._has("geo"),r._hasGL3D=r._has("gl3d"),r._hasGL2D=r._has("gl2d"),r._hasTernary=r._has("ternary"),r._hasPie=r._has("pie"),d.cleanPlot(o,r,l,n),d.linkSubplots(o,r,l,n),p(r,n),d.doAutoMargin(e);var m=i.Axes.list(e);for(t=0;t<m.length;t++){m[t].setScale()}if((e.calcdata||[]).length===o.length)for(t=0;t<o.length;t++){var T=o[t],M=e.calcdata[t][0];M&&M.trace&&(M.trace._hasCalcTransform?_(M,T):M.trace=T)}},d.createTransitionData=function(e){e._transitionData||(e._transitionData={}),e._transitionData._frames||(e._transitionData._frames=[]),e._transitionData._frameHash||(e._transitionData._frameHash={}),e._transitionData._counter||(e._transitionData._counter=0),e._transitionData._interruptCallbacks||(e._transitionData._interruptCallbacks=[])},d._hasPlotType=function(e){for(var t=this._basePlotModules||[],n=0;n<t.length;n++){if(t[n].name===e)return!0}return!1},d.cleanPlot=function(e,t,n,r){var a,i,l=r._basePlotModules||[];for(a=0;a<l.length;a++){var o=l[a];o.clean&&o.clean(e,t,n,r)}var s=!!r._paper,u=!!r._infolayer;e:for(a=0;a<n.length;a++){var c=n[a].uid;for(i=0;i<e.length;i++){if(c===e[i].uid)continue e}var d=".hm"+c+",.contour"+c+",.carpet"+c+",#clip"+c+",.trace"+c;s&&r._paper.selectAll(d).remove(),u&&(r._infolayer.selectAll(".cb"+c).remove(),r._infolayer.selectAll("g.rangeslider-container").selectAll(d).remove())}},d.linkSubplots=function(e,t,n,r){for(var a=r._plots||{},l=t._plots={},o={_fullData:e,_fullLayout:t},s=i.Axes.getSubplots(o),u=0;u<s.length;u++){var c,d=s[u],f=a[d];f?(c=l[d]=f)._scene2d&&c._scene2d.updateRefs(t):(c=l[d]={}).id=d,c.xaxis=i.Axes.getFromId(o,d,"x"),c.yaxis=i.Axes.getFromId(o,d,"y")}},d.supplyDataDefaults=function(e,t,n,r){var a,i,l,u=r._modules=[],c=r._basePlotModules=[],f=0;function h(e){t.push(e);var n=e._module;n&&(s.pushUnique(u,n),s.pushUnique(c,e._module.basePlotModule),f++)}r._transformModules=[];var p={},v=[];for(a=0;a<e.length;a++){if(l=e[a],(i=d.supplyTraceDefaults(l,f,r,a)).index=a,i._input=l,i._expandedIndex=f,i.transforms&&i.transforms.length)for(var y=T(i,t,n,r),g=0;g<y.length;g++){var m=y[g],_=d.supplyTraceDefaults(m,f,r,a);m.uid=_.uid=i.uid+g,_.index=a,_._input=l,_._fullInput=i,_._expandedIndex=f,_._expandedInput=m,h(_)}else i._fullInput=i,i._expandedInput=i,h(i);o.traceIs(i,"carpetAxis")&&(p[i.carpet]=i),o.traceIs(i,"carpetDependent")&&v.push(a)}for(a=0;a<v.length;a++)if((i=t[v[a]]).visible){var M=p[i.carpet];i._carpet=M,M&&M.visible?(i.xaxis=M.xaxis,i.yaxis=M.yaxis):i.visible=!1}},d.supplyAnimationDefaults=function(e){var t;e=e||{};var n={};function r(t,r){return s.coerce(e||{},n,f,t,r)}if(r("mode"),r("direction"),r("fromcurrent"),Array.isArray(e.frame))for(n.frame=[],t=0;t<e.frame.length;t++)n.frame[t]=d.supplyAnimationFrameDefaults(e.frame[t]||{});else n.frame=d.supplyAnimationFrameDefaults(e.frame||{});if(Array.isArray(e.transition))for(n.transition=[],t=0;t<e.transition.length;t++)n.transition[t]=d.supplyAnimationTransitionDefaults(e.transition[t]||{});else n.transition=d.supplyAnimationTransitionDefaults(e.transition||{});return n},d.supplyAnimationFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.frame,n,r)}return n("duration"),n("redraw"),t},d.supplyAnimationTransitionDefaults=function(e){var t={};function n(n,r){return s.coerce(e||{},t,f.transition,n,r)}return n("duration"),n("easing"),t},d.supplyFrameDefaults=function(e){var t={};function n(n,r){return s.coerce(e,t,h,n,r)}return n("group"),n("name"),n("traces"),n("baseframe"),n("data"),n("layout"),t},d.supplyTraceDefaults=function(e,t,n,r){var a={},i=u.defaults[t%u.defaults.length];function l(t,n){return s.coerce(e,a,d.attributes,t,n)}function c(t,n){if(d.traceIs(a,t))return s.coerce(e,a,d.subplotsRegistry[t].attributes,n)}var f=l("visible");l("type"),l("uid"),l("name","trace "+r);for(var h=Object.keys(v),p=0;p<h.length;p++){var y=h[p];if(-1===["cartesian","gl2d"].indexOf(y)){var g=v[y].attr;g&&c(y,g)}}if(f){l("customdata"),l("ids");var m=d.getModule(a);a._module=m,d.traceIs(a,"showLegend")&&(l("showlegend"),l("legendgroup")),o.getComponentMethod("fx","supplyDefaults")(e,a,i,n),m&&(m.supplyDefaults(e,a,i,n),s.coerceHoverinfo(e,a,n)),d.traceIs(a,"noOpacity")||l("opacity"),c("cartesian","xaxis"),c("cartesian","yaxis"),c("gl2d","xaxis"),c("gl2d","yaxis"),d.traceIs(a,"notLegendIsolatable")&&(a.visible=!!a.visible),d.supplyTransformDefaults(e,a,n)}return a},d.supplyTransformDefaults=function(e,t,n){var r=n._globalTransforms||[],a=n._transformModules||[];if(Array.isArray(e.transforms)||0!==r.length)for(var i=e.transforms||[],l=r.concat(i),o=t.transforms=[],u=0;u<l.length;u++){var c,d=l[u],f=d.type,h=y[f];h||s.warn("Unrecognized transform type "+f+"."),h&&h.supplyDefaults?((c=h.supplyDefaults(d,t,n,e)).type=f,c._module=h,s.pushUnique(a,h)):c=s.extendFlat({},d),o.push(c)}},d.supplyLayoutGlobalDefaults=function(e,t){function n(n,r){return s.coerce(e,t,d.layoutAttributes,n,r)}var r=s.coerceFont(n,"font");n("title"),s.coerceFont(n,"titlefont",{family:r.family,size:Math.round(1.4*r.size),color:r.color}),n("autosize",!(e.width&&e.height)),n("width"),n("height"),n("margin.l"),n("margin.r"),n("margin.t"),n("margin.b"),n("margin.pad"),n("margin.autoexpand"),e.width&&e.height&&d.sanitizeMargins(t),n("paper_bgcolor"),n("separators"),n("hidesources"),n("smith"),o.getComponentMethod("calendars","handleDefaults")(e,t,"calendar"),o.getComponentMethod("fx","supplyLayoutGlobalDefaults")(e,t,n)},d.plotAutoSize=function(e,t,n){var r,i,l=e._context||{},o=l.frameMargins,u=s.isPlotDiv(e);if(u&&e.emit("plotly_autosize"),l.fillFrame)r=window.innerWidth,i=window.innerHeight,document.body.style.overflow="hidden";else if(a(o)&&o>0){var c=function(e){var t,n={left:0,right:0,bottom:0,top:0};if(e)for(t in e)e.hasOwnProperty(t)&&(n.left+=e[t].left||0,n.right+=e[t].right||0,n.bottom+=e[t].bottom||0,n.top+=e[t].top||0);return n}(e._boundingBoxMargins),f=c.left+c.right,h=c.bottom+c.top,p=1-2*o,v=n._container&&n._container.node?n._container.node().getBoundingClientRect():{width:n.width,height:n.height};r=Math.round(p*(v.width-f)),i=Math.round(p*(v.height-h))}else{var y=u?window.getComputedStyle(e):{};r=parseFloat(y.width)||n.width,i=parseFloat(y.height)||n.height}var g=d.layoutAttributes.width.min,m=d.layoutAttributes.height.min;r<g&&(r=g),i<m&&(i=m);var _=!t.width&&Math.abs(n.width-r)>1,T=!t.height&&Math.abs(n.height-i)>1;(T||_)&&(_&&(n.width=r),T&&(n.height=i)),e._initialAutoSize||(e._initialAutoSize={width:r,height:i}),d.sanitizeMargins(n)},d.supplyLayoutModuleDefaults=function(e,t,n,r){var a,l;i.Axes.supplyLayoutDefaults(e,t,n);var s=t._basePlotModules;for(a=0;a<s.length;a++)"cartesian"!==(l=s[a]).name&&l.supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var u=t._modules;for(a=0;a<u.length;a++)(l=u[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n);var c=t._transformModules;for(a=0;a<c.length;a++)(l=c[a]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n,r);var d=Object.keys(o.componentsRegistry);for(a=0;a<d.length;a++)(l=o.componentsRegistry[d[a]]).supplyLayoutDefaults&&l.supplyLayoutDefaults(e,t,n)},d.purge=function(e){var t=e._fullLayout||{};void 0!==t._glcontainer&&t._glcontainer.remove(),void 0!==t._geocontainer&&t._geocontainer.remove(),t._modeBar&&t._modeBar.destroy(),e._transitionData&&(e._transitionData._interruptCallbacks&&(e._transitionData._interruptCallbacks.length=0),e._transitionData._animationRaf&&window.cancelAnimationFrame(e._transitionData._animationRaf)),delete e.data,delete e.layout,delete e._fullData,delete e._fullLayout,delete e.calcdata,delete e.framework,delete e.empty,delete e.fid,delete e.undoqueue,delete e.undonum,delete e.autoplay,delete e.changed,delete e._promises,delete e._redrawTimer,delete e.firstscatter,delete e.hmlumcount,delete e.hmpixcount,delete e.numboxes,delete e._hoverTimer,delete e._lastHoverTime,delete e._transitionData,delete e._transitioning,delete e._initialAutoSize,e.removeAllListeners&&e.removeAllListeners()},d.style=function(e){for(var t=e._fullLayout._modules,n=0;n<t.length;n++){var r=t[n];r.style&&r.style(e)}},d.sanitizeMargins=function(e){if(e&&e.margin){var t,n=e.width,r=e.height,a=e.margin,i=n-(a.l+a.r),l=r-(a.t+a.b);i<0&&(t=(n-1)/(a.l+a.r),a.l=Math.floor(t*a.l),a.r=Math.floor(t*a.r)),l<0&&(t=(r-1)/(a.t+a.b),a.t=Math.floor(t*a.t),a.b=Math.floor(t*a.b))}},d.autoMargin=function(e,t,n){var r=e._fullLayout;if(r._pushmargin||(r._pushmargin={}),!1!==r.margin.autoexpand){if(n){var a=void 0===n.pad?12:n.pad;n.l+n.r>.5*r.width&&(n.l=n.r=0),n.b+n.t>.5*r.height&&(n.b=n.t=0),r._pushmargin[t]={l:{val:n.x,size:n.l+a},r:{val:n.x,size:n.r+a},b:{val:n.y,size:n.b+a},t:{val:n.y,size:n.t+a}}}else delete r._pushmargin[t];r._replotting||d.doAutoMargin(e)}},d.doAutoMargin=function(e){var t=e._fullLayout;t._size||(t._size={}),t._pushmargin||(t._pushmargin={});var n=t._size,r=JSON.stringify(n),l=Math.max(t.margin.l||0,0),o=Math.max(t.margin.r||0,0),s=Math.max(t.margin.t||0,0),u=Math.max(t.margin.b||0,0),c=t._pushmargin;if(!1!==t.margin.autoexpand){c.base={l:{val:0,size:l},r:{val:1,size:o},t:{val:1,size:s},b:{val:0,size:u}};for(var d=Object.keys(c),f=0;f<d.length;f++)for(var h=d[f],p=c[h].l||{},v=c[h].b||{},y=p.val,g=p.size,m=v.val,_=v.size,T=0;T<d.length;T++){var M=d[T];if(a(g)&&c[M].r){var b=c[M].r.val,K=c[M].r.size;if(b>y){var k=(g*b+(K-t.width)*y)/(b-y),x=(K*(1-y)+(g-t.width)*(1-b))/(b-y);k>=0&&x>=0&&k+x>l+o&&(l=k,o=x)}}if(a(_)&&c[M].t){var C=c[M].t.val,A=c[M].t.size;if(C>m){var w=(_*C+(A-t.height)*m)/(C-m),L=(A*(1-m)+(_-t.height)*(1-C))/(C-m);w>=0&&L>=0&&w+L>u+s&&(u=w,s=L)}}}}if(n.l=Math.round(l),n.r=Math.round(o),n.t=Math.round(s),n.b=Math.round(u),n.p=Math.round(t.margin.pad),n.w=Math.round(t.width)-n.l-n.r,n.h=Math.round(t.height)-n.t-n.b,!t._replotting&&"{}"!==r&&r!==JSON.stringify(t._size))return i.plot(e)},d.graphJson=function(e,t,n,r,a){(a&&t&&!e._fullData||a&&!t&&!e._fullLayout)&&d.supplyDefaults(e);var i=a?e._fullData:e.data,l=a?e._fullLayout:e.layout,o=(e._transitionData||{})._frames;function u(e){if("function"==typeof e)return null;if(s.isPlainObject(e)){var t,r,a={};for(t in e)if("function"!=typeof e[t]&&-1===["_","["].indexOf(t.charAt(0))){if("keepdata"===n){if("src"===t.substr(t.length-3))continue}else if("keepstream"===n){if("string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0&&!s.isPlainObject(e.stream))continue}else if("keepall"!==n&&"string"==typeof(r=e[t+"src"])&&r.indexOf(":")>0)continue;a[t]=u(e[t])}return a}return Array.isArray(e)?e.map(u):s.isJSDate(e)?s.ms2DateTimeLocal(+e):e}var c={data:(i||[]).map(function(e){var n=u(e);return t&&delete n.fit,n})};return t||(c.layout=u(l)),e.framework&&e.framework.isPolar&&(c=e.framework.getConfig()),o&&(c.frames=u(o)),"object"===r?c:JSON.stringify(c)},d.modifyFrames=function(e,t){var n,r,a,i=e._transitionData._frames,l=e._transitionData._frameHash;for(n=0;n<t.length;n++)switch((r=t[n]).type){case"replace":a=r.value;var o=(i[r.index]||{}).name,s=a.name;i[r.index]=l[s]=a,s!==o&&(delete l[o],l[s]=a);break;case"insert":l[(a=r.value).name]=a,i.splice(r.index,0,a);break;case"delete":delete l[(a=i[r.index]).name],i.splice(r.index,1)}return Promise.resolve()},d.computeFrame=function(e,t){var n,r,a,i,l=e._transitionData._frameHash;if(!t)throw new Error("computeFrame must be given a string frame name");var o=l[t.toString()];if(!o)return!1;for(var s=[o],u=[o.name];o.baseframe&&(o=l[o.baseframe.toString()])&&-1===u.indexOf(o.name);)s.push(o),u.push(o.name);for(var c={};o=s.pop();)if(o.layout&&(c.layout=d.extendLayout(c.layout,o.layout)),o.data){if(c.data||(c.data=[]),!(r=o.traces))for(r=[],n=0;n<o.data.length;n++)r[n]=n;for(c.traces||(c.traces=[]),n=0;n<o.data.length;n++)void 0!==(a=r[n])&&null!==a&&(-1===(i=c.traces.indexOf(a))&&(i=c.data.length,c.traces[i]=a),c.data[i]=d.extendTrace(c.data[i],o.data[n]))}return c},d.recomputeFrameHash=function(e){for(var t=e._transitionData._frameHash={},n=e._transitionData._frames,r=0;r<n.length;r++){var a=n[r];a&&a.name&&(t[a.name]=a)}},d.extendObjectWithContainers=function(e,t,n){var r,a,i,l,o,u,c,f=s.extendDeepNoArrays({},t||{}),h=s.expandObjectPaths(f),p={};if(n&&n.length)for(i=0;i<n.length;i++)void 0===(a=(r=s.nestedProperty(h,n[i])).get())?s.nestedProperty(p,n[i]).set(null):(r.set(null),s.nestedProperty(p,n[i]).set(a));if(e=s.extendDeepNoArrays(e||{},h),n&&n.length)for(i=0;i<n.length;i++)if(u=s.nestedProperty(p,n[i]).get()){for(c=(o=s.nestedProperty(e,n[i])).get(),Array.isArray(c)||(c=[],o.set(c)),l=0;l<u.length;l++){var v=u[l];c[l]=null===v?null:d.extendObjectWithContainers(c[l],v)}o.set(c)}return e},d.dataArrayContainers=["transforms"],d.layoutArrayContainers=o.layoutArrayContainers,d.extendTrace=function(e,t){return d.extendObjectWithContainers(e,t,d.dataArrayContainers)},d.extendLayout=function(e,t){return d.extendObjectWithContainers(e,t,d.layoutArrayContainers)},d.transition=function(e,t,n,r,a,l){var o,u,c=Array.isArray(t)?t.length:0,f=r.slice(0,c),h=[];var p=!1;for(o=0;o<f.length;o++){u=f[o];var v=e._fullData[u]._module;if(v&&!v.animatable){var y={};for(var m in t[o])y[m]=[t[o][m]]}}var _=[d.previousPromises,function(){if(e._transitionData)return e._transitioning=!1,function(e){var t=Promise.resolve();if(!e)return t;for(;e.length;)t=t.then(e.shift());return t}(e._transitionData._interruptCallbacks)},function(){var r;for(r=0;r<f.length;r++){var a=f[r],i=e._fullData[a]._module;i&&(i.animatable&&h.push(a),e.data[f[r]]=d.extendTrace(e.data[f[r]],t[r]))}var l=s.expandObjectPaths(s.extendDeepNoArrays({},n)),o=/^[xy]axis[0-9]*$/;for(var u in l)o.test(u)&&delete l[u].range;return d.extendLayout(e.layout,l),delete e.calcdata,d.supplyDefaults(e),d.doCalcdata(e),g.calc(e),Promise.resolve()},d.rehover,function(){return e.emit("plotly_transitioning",[]),new Promise(function(t){e._transitioning=!0,l.duration>0&&(e._transitioningWithDuration=!0),e._transitionData._interruptCallbacks.push(function(){p=!0}),a.redraw&&e._transitionData._interruptCallbacks.push(function(){return i.redraw(e)}),e._transitionData._interruptCallbacks.push(function(){e.emit("plotly_transitioninterrupted",[])});var r,o,u=0,c=0;function d(){return u++,function(){var n;p||++c!==u||(n=t,e._transitionData&&(function(e){if(e)for(;e.length;)e.shift()}(e._transitionData._interruptCallbacks),Promise.resolve().then(function(){if(a.redraw)return i.redraw(e)}).then(function(){e._transitioning=!1,e._transitioningWithDuration=!1,e.emit("plotly_transitioned",[])}).then(n)))}}var f=e._fullLayout._basePlotModules,v=!1;if(n)for(o=0;o<f.length;o++)if(f[o].transitionAxes){var y=s.expandObjectPaths(n);v=f[o].transitionAxes(e,y,l,d)||v}for(v?(r=s.extendFlat({},l)).duration=0:r=l,o=0;o<f.length;o++)f[o].plot(e,h,r,d);setTimeout(d())})}],T=s.syncOrAsync(_,e);return T&&T.then||(T=Promise.resolve()),T.then(function(){return e})},d.doCalcdata=function(e,t){var n,r,a,s,u=i.Axes.list(e),d=e._fullData,f=e._fullLayout,h=new Array(d.length),p=(e.calcdata||[]).slice(0);for(e.calcdata=h,e.firstscatter=!0,e.numboxes=0,e._hmpixcount=0,e._hmlumcount=0,f._piecolormap={},f._piedefaultcolorcount=0,a=0;a<d.length;a++)Array.isArray(t)&&-1===t.indexOf(a)&&(h[a]=p[a]);for(a=0;a<d.length;a++)(n=d[a])._arrayAttrs=l.findArrayAttributes(n);M(u);var v=!1;for(a=0;a<d.length;a++)if(!0===(n=d[a]).visible&&n.transforms)for((r=n._module)&&r.calc&&r.calc(e,n),s=0;s<n.transforms.length;s++){var g=n.transforms[s];(r=y[g.type])&&r.calcTransform&&(n._hasCalcTransform=!0,v=!0,r.calcTransform(e,n,g))}if(v){for(a=0;a<u.length;a++)u[a]._min=[],u[a]._max=[],u[a]._categories=[],u[a]._categoriesMap={};M(u)}for(a=0;a<d.length;a++){var m=[];!0===(n=d[a]).visible&&(r=n._module)&&r.calc&&(m=r.calc(e,n)),Array.isArray(m)&&m[0]||(m=[{x:c,y:c}]),m[0].t||(m[0].t={}),m[0].trace=n,h[a]=m}o.getComponentMethod("fx","calc")(e)},d.rehover=function(e){e._fullLayout._rehover&&e._fullLayout._rehover()},d.generalUpdatePerTraceModule=function(e,t,n){var r,a=e.traceHash,i={};function l(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r[0].trace.visible&&t.push(r)}return t}for(r=0;r<t.length;r++){var o=t[r],s=o[0].trace;s.visible&&(i[s.type]=i[s.type]||[],i[s.type].push(o))}var u=Object.keys(a),c=Object.keys(i);for(r=0;r<u.length;r++){var d=u[r];if(-1===c.indexOf(d)){var f=a[d][0];f[0].trace.visible=!1,i[d]=[f]}}for(c=Object.keys(i),r=0;r<c.length;r++){var h=i[c[r]];h[0][0].trace._module.plot(e,l(h),n)}e.traceHash=i}},function(e,t,n){"use strict";var r=n(32),a=Array.isArray;function i(e,t,n,l){var o,s,u,c,d,f,h=e[0],p=e.length;if(2===p&&a(h)&&a(e[1])&&0===h.length){if(function(e,t){var n,r;for(n=0;n<e.length;n++){if(null!==(r=e[n])&&"object"==typeof r)return!1;void 0!==r&&(t[n]=r)}return!0}(e[1],h))return h;h.splice(0,h.length)}for(var v=1;v<p;v++)for(s in o=e[v])u=h[s],c=o[s],l&&a(c)?h[s]=c:t&&c&&(r(c)||(d=a(c)))?(d?(d=!1,f=u&&a(u)?u:[]):f=u&&r(u)?u:{},h[s]=i([f,c],t,n,l)):(void 0!==c||n)&&(h[s]=c);return h}t.extendFlat=function(){return i(arguments,!1,!1,!1)},t.extendDeep=function(){return i(arguments,!0,!1,!1)},t.extendDeepAll=function(){return i(arguments,!0,!0,!1)},t.extendDeepNoArrays=function(){return i(arguments,!0,!1,!0)}},function(e,t,n){"use strict";var r=n(326),a=n(325),i=n(324),l=["None","Rare","Epic","Legendary"];function o(e){if(!e||"NoTalent"==e)return"None";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":return"Rare";case"TalentB":return"Epic";case"TalentC":return"Legendary";default:return Object.keys(r).includes(e)?r[e]:"unknown"}}function s(e){switch(o(e.Talent)){case"unknown":case"None":return-1;case"Rare":return 20;case"Epic":return 10;case"Legendary":return 5}}function u(e){return e.Kills-e.Deaths}function c(e){return e.CrystalMinerKills+e.GoldMinerKills+e.TurretKills}e.exports={RARITIES:l,getTalentName:function(e){if("NoTalent"==e)return"No Talent";switch(e.slice(e.length-7-1,e.length-1)){case"TalentA":case"TalentB":case"TalentC":return Object.keys(a).includes(e)?a[e]:"unknown";default:return e.substring(e.lastIndexOf("_")+1,e.length-1).replace(/([A-Z])/g,function(e){return" "+e.toLowerCase()}).split(" ").map(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}).join(" ").substring(1)}},getTalentRarity:o,getTalentRarityIndex:function(e){return l.indexOf(o(e))},getMaxLevel:s,getScaledLevel:function(e){return["unknown","None"].includes(o(e.Talent))?0:e.Level/s(e)},getHero:function(e){return e.substring(1,e.length-1)},getMode:function(e){return i[e]},hasTalents:function(e){return["blitz_pvp_ranked","casual_aral"].includes(e)},playersPerMatch:function(e){return e.includes("5v5")?10:6},killDeathPoints:u,objectivePoints:c,blitzPointsDelta:function(e){return u(e)+3*c(e)}}},function(e,t,n){"use strict";n.r(t),function(e,n){ /*! * Vue.js v2.5.16 * (c) 2014-2018 Evan You * Released under the MIT License. */ -var r=Object.freeze({});function a(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function l(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function d(e){return"[object RegExp]"===u.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}v("slot,component",!0);var y=v("key,ref,slot,slot-scope,is");function g(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function _(e,t){return m.call(e,t)}function T(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var b=/-(\w)/g,M=T(function(e){return e.replace(b,function(e,t){return t?t.toUpperCase():""})}),k=T(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),K=/\B([A-Z])/g,x=T(function(e){return e.replace(K,"-$1").toLowerCase()});var C=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function A(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function w(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n<e.length;n++)e[n]&&w(t,e[n]);return t}function D(e,t,n){}var B=function(e,t,n){return!1},S=function(e){return e};function G(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return G(e,t[n])});if(a||i)return!1;var l=Object.keys(e),o=Object.keys(t);return l.length===o.length&&l.every(function(n){return G(e[n],t[n])})}catch(e){return!1}}function z(e,t){for(var n=0;n<e.length;n++)if(G(e[n],t))return n;return-1}function W(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var O="data-server-rendered",P=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],E={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:B,isReservedAttr:B,isUnknownElement:B,getTagNamespace:D,parsePlatformTagName:S,mustUseProp:B,_lifecycleHooks:R};function j(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var I=/[^\w.$]/;var N,F="__proto__"in{},$="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=V&&WXEnvironment.platform.toLowerCase(),q=$&&window.navigator.userAgent.toLowerCase(),U=q&&/msie|trident/.test(q),Y=q&&q.indexOf("msie 9.0")>0,X=q&&q.indexOf("edge/")>0,Z=(q&&q.indexOf("android"),q&&/iphone|ipad|ipod|ios/.test(q)||"ios"===H),J=(q&&/chrome\/\d+/.test(q),{}.watch),Q=!1;if($)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===N&&(N=!$&&!V&&void 0!==e&&"server"===e.process.env.VUE_ENV),N},ne=$&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ae,ie="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ae="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=D,oe=0,se=function(){this.id=oe++,this.subs=[]};se.prototype.addSub=function(e){this.subs.push(e)},se.prototype.removeSub=function(e){g(this.subs,e)},se.prototype.depend=function(){se.target&&se.target.addDep(this)},se.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},se.target=null;var ue=[];function ce(e){se.target&&ue.push(se.target),se.target=e}function de(){se.target=ue.pop()}var fe=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,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},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(fe.prototype,he);var pe=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function ve(e){return new fe(void 0,void 0,void 0,String(e))}function ye(e){var t=new fe(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.isCloned=!0,t}var ge=Array.prototype,me=Object.create(ge);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=ge[e];j(me,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var _e=Object.getOwnPropertyNames(me),Te=!0;function be(e){Te=e}var Me=function(e){(this.value=e,this.dep=new se,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e))?((F?ke:Ke)(e,me,_e),this.observeArray(e)):this.walk(e)};function ke(e,t,n){e.__proto__=t}function Ke(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];j(e,i,t[i])}}function xe(e,t){var n;if(s(e)&&!(e instanceof fe))return _(e,"__ob__")&&e.__ob__ instanceof Me?n=e.__ob__:Te&&!te()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Me(e)),t&&n&&n.vmCount++,n}function Ce(e,t,n,r,a){var i=new se,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get;o||2!==arguments.length||(n=e[t]);var s=l&&l.set,u=!a&&xe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return se.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&xe(t),i.notify())}})}}function Ae(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Ce(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function we(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||_(e,t)&&(delete e[t],n&&n.dep.notify())}}Me.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Ce(e,t[n])},Me.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)xe(e[t])};var Le=E.optionMergeStrategies;function De(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)r=e[n=i[l]],a=t[n],_(e,n)?c(r)&&c(a)&&De(r,a):Ae(e,n,a);return e}function Be(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?De(r,a):a}:t?e?function(){return De("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Se(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function Ge(e,t,n,r){var a=Object.create(e||null);return t?w(a,t):a}Le.data=function(e,t,n){return n?Be(e,t,n):t&&"function"!=typeof t?e:Be(e,t)},R.forEach(function(e){Le[e]=Se}),P.forEach(function(e){Le[e+"s"]=Ge}),Le.watch=function(e,t,n,r){if(e===J&&(e=void 0),t===J&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in w(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Le.props=Le.methods=Le.inject=Le.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return w(a,e),t&&w(a,t),a},Le.provide=Be;var ze=function(e,t){return void 0===t?e:t};function We(e,t,n){"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i[M(a)]={type:null});else if(c(n))for(var l in n)a=n[l],i[M(l)]=c(a)?a:{type:a};e.props=i}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(c(n))for(var i in n){var l=n[i];r[i]=c(l)?w({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var r=t.extends;if(r&&(e=We(e,r,n)),t.mixins)for(var a=0,i=t.mixins.length;a<i;a++)e=We(e,t.mixins[a],n);var l,o={};for(l in e)s(l);for(l in t)_(e,l)||s(l);function s(r){var a=Le[r]||ze;o[r]=a(e[r],t[r],n,r)}return o}function Oe(e,t,n,r){if("string"==typeof n){var a=e[t];if(_(a,n))return a[n];var i=M(n);if(_(a,i))return a[i];var l=k(i);return _(a,l)?a[l]:a[n]||a[i]||a[l]}}function Pe(e,t,n,r){var a=t[e],i=!_(n,e),l=n[e],o=je(Boolean,a.type);if(o>-1)if(i&&!_(a,"default"))l=!1;else if(""===l||l===x(e)){var s=je(String,a.type);(s<0||o<s)&&(l=!0)}if(void 0===l){l=function(e,t,n){if(!_(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Re(t.type)?r.call(e):r}(r,a,e);var u=Te;be(!0),xe(l),be(u)}return l}function Re(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Ee(e,t){return Re(e)===Re(t)}function je(e,t){if(!Array.isArray(t))return Ee(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Ee(t[n],e))return n;return-1}function Ie(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{if(!1===a[i].call(r,e,t,n))return}catch(e){Ne(e,r,"errorCaptured hook")}}Ne(e,t,n)}function Ne(e,t,n){if(E.errorHandler)try{return E.errorHandler.call(null,e,t,n)}catch(e){Fe(e,null,"config.errorHandler")}Fe(e,t,n)}function Fe(e,t,n){if(!$&&!V||"undefined"==typeof console)throw e;console.error(e)}var $e,Ve,He=[],qe=!1;function Ue(){qe=!1;var e=He.slice(0);He.length=0;for(var t=0;t<e.length;t++)e[t]()}var Ye=!1;if(void 0!==n&&re(n))Ve=function(){n(Ue)};else if("undefined"==typeof MessageChannel||!re(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Ve=function(){setTimeout(Ue,0)};else{var Xe=new MessageChannel,Ze=Xe.port2;Xe.port1.onmessage=Ue,Ve=function(){Ze.postMessage(1)}}if("undefined"!=typeof Promise&&re(Promise)){var Je=Promise.resolve();$e=function(){Je.then(Ue),Z&&setTimeout(D)}}else $e=Ve;function Qe(e,t){var n;if(He.push(function(){if(e)try{e.call(t)}catch(e){Ie(e,t,"nextTick")}else n&&n(t)}),qe||(qe=!0,Ye?Ve():$e()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}var et=new ae;function tt(e){!function e(t,n){var r,a;var i=Array.isArray(t);if(!i&&!s(t)||Object.isFrozen(t)||t instanceof fe)return;if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}(e,et),et.clear()}var nt,rt=T(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}});function at(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function it(e,t,n,r,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=rt(l),a(o)||(a(s)?(a(o.fns)&&(o=e[l]=at(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)a(e[l])&&r((u=rt(l)).name,t[l],u.capture)}function lt(e,t,n){var r;e instanceof fe&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function s(){n.apply(this,arguments),g(r.fns,s)}a(o)?r=at([s]):i(o.fns)&&l(o.merged)?(r=o).fns.push(s):r=at([o,s]),r.merged=!0,e[t]=r}function ot(e,t,n,r,a){if(i(t)){if(_(t,n))return e[n]=t[n],a||delete t[n],!0;if(_(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function st(e){return o(e)?[ve(e)]:Array.isArray(e)?function e(t,n){var r=[];var s,u,c,d;for(s=0;s<t.length;s++)a(u=t[s])||"boolean"==typeof u||(c=r.length-1,d=r[c],Array.isArray(u)?u.length>0&&(ut((u=e(u,(n||"")+"_"+s))[0])&&ut(d)&&(r[c]=ve(d.text+u[0].text),u.shift()),r.push.apply(r,u)):o(u)?ut(d)?r[c]=ve(d.text+u):""!==u&&r.push(ve(u)):ut(u)&&ut(d)?r[c]=ve(d.text+u.text):(l(t._isVList)&&i(u.tag)&&a(u.key)&&i(n)&&(u.key="__vlist"+n+"_"+s+"__"),r.push(u)));return r}(e):void 0}function ut(e){return i(e)&&i(e.text)&&!1===e.isComment}function ct(e,t){return(e.__esModule||ie&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function dt(e){return e.isComment&&e.asyncFactory}function ft(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||dt(n)))return n}}function ht(e,t,n){n?nt.$once(e,t):nt.$on(e,t)}function pt(e,t){nt.$off(e,t)}function vt(e,t,n){nt=e,it(t,n||{},ht,pt),nt=void 0}function yt(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(gt)&&delete n[u];return n}function gt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function mt(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?mt(e[n],t):t[e[n].key]=e[n].fn;return t}var _t=null;function Tt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function bt(e,t){if(t){if(e._directInactive=!1,Tt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)bt(e.$children[n]);Mt(e,"activated")}}function Mt(e,t){ce();var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){Ie(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),de()}var kt=[],Kt=[],xt={},Ct=!1,At=!1,wt=0;function Lt(){var e,t;for(At=!0,kt.sort(function(e,t){return e.id-t.id}),wt=0;wt<kt.length;wt++)t=(e=kt[wt]).id,xt[t]=null,e.run();var n=Kt.slice(),r=kt.slice();wt=kt.length=Kt.length=0,xt={},Ct=At=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,bt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&Mt(r,"updated")}}(r),ne&&E.devtools&&ne.emit("flush")}var Dt=0,Bt=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Dt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ae,this.newDepIds=new ae,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!I.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Bt.prototype.get=function(){var e;ce(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Ie(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&tt(e),de(),this.cleanupDeps()}return e},Bt.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Bt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Bt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==xt[t]){if(xt[t]=!0,At){for(var n=kt.length-1;n>wt&&kt[n].id>e.id;)n--;kt.splice(n+1,0,e)}else kt.push(e);Ct||(Ct=!0,Qe(Lt))}}(this)},Bt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Bt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Bt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Bt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var St={enumerable:!0,configurable:!0,get:D,set:D};function Gt(e,t,n){St.get=function(){return this[t][n]},St.set=function(e){this[t][n]=e},Object.defineProperty(e,n,St)}function zt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[];e.$parent&&be(!1);var i=function(i){a.push(i);var l=Pe(i,t,n,e);Ce(r,i,l),i in e||Gt(e,"_props",i)};for(var l in t)i(l);be(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?D:C(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){ce();try{return e.call(t,t)}catch(e){return Ie(e,t,"data()"),{}}finally{de()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);for(;a--;){var i=n[a];0,r&&_(r,i)||(void 0,36!==(l=(i+"").charCodeAt(0))&&95!==l&&Gt(e,"_data",i))}var l;xe(t,!0)}(e):xe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;0,r||(n[a]=new Bt(e,l||D,D,Wt)),a in e||Ot(e,a,i)}}(e,t.computed),t.watch&&t.watch!==J&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)Rt(e,n,r[a]);else Rt(e,n,r)}}(e,t.watch)}var Wt={lazy:!0};function Ot(e,t,n){var r=!te();"function"==typeof n?(St.get=r?Pt(t):n,St.set=D):(St.get=n.get?r&&!1!==n.cache?Pt(t):n.get:D,St.set=n.set?n.set:D),Object.defineProperty(e,t,St)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),se.target&&t.depend(),t.value}}function Rt(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Et(e,t){if(e){for(var n=Object.create(null),r=ie?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&_(o._provided,l)){n[i]=o._provided[l];break}o=o.$parent}if(!o)if("default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}else 0}return n}}function jt(e,t){var n,r,a,l,o;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(s(e))for(l=Object.keys(e),n=new Array(l.length),r=0,a=l.length;r<a;r++)o=l[r],n[r]=t(e[o],o,r);return i(n)&&(n._isVList=!0),n}function It(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=w(w({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function Nt(e){return Oe(this.$options,"filters",e)||S}function Ft(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function $t(e,t,n,r,a){var i=E.keyCodes[t]||n;return a&&r&&!E.keyCodes[t]?Ft(a,r):i?Ft(i,e):r?x(r)!==t:void 0}function Vt(e,t,n,r,a){if(n)if(s(n)){var i;Array.isArray(n)&&(n=L(n));var l=function(l){if("class"===l||"style"===l||y(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||E.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],a&&((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e}))};for(var o in n)l(o)}else;return e}function Ht(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?r:(Ut(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function qt(e,t,n){return Ut(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ut(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Yt(e[r],t+"_"+r,n);else Yt(e,t,n)}function Yt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Xt(e,t){if(t)if(c(t)){var n=e.on=e.on?w({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}else;return e}function Zt(e){e._o=qt,e._n=p,e._s=h,e._l=jt,e._t=It,e._q=G,e._i=z,e._m=Ht,e._f=Nt,e._k=$t,e._b=Vt,e._v=ve,e._e=pe,e._u=mt,e._g=Xt}function Jt(e,t,n,a,i){var o,s=i.options;_(a,"_uid")?(o=Object.create(a))._original=a:(o=a,a=a._original);var u=l(s._compiled),c=!u;this.data=e,this.props=t,this.children=n,this.parent=a,this.listeners=e.on||r,this.injections=Et(s.inject,a),this.slots=function(){return yt(n,a)},u&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||r),s._scopeId?this._c=function(e,t,n,r){var i=on(o,e,t,n,r,c);return i&&!Array.isArray(i)&&(i.fnScopeId=s._scopeId,i.fnContext=a),i}:this._c=function(e,t,n,r){return on(o,e,t,n,r,c)}}function Qt(e,t,n,r){var a=ye(e);return a.fnContext=n,a.fnOptions=r,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function en(e,t){for(var n in t)e[M(n)]=t[n]}Zt(Jt.prototype);var tn={init:function(e,t,n,r){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var a=e;tn.prepatch(a,a)}else{(e.componentInstance=function(e,t,n,r){var a={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;i(l)&&(a.render=l.render,a.staticRenderFns=l.staticRenderFns);return new e.componentOptions.Ctor(a)}(e,_t,n,r)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,a,i){var l=!!(i||e.$options._renderChildren||a.data.scopedSlots||e.$scopedSlots!==r);if(e.$options._parentVnode=a,e.$vnode=a,e._vnode&&(e._vnode.parent=a),e.$options._renderChildren=i,e.$attrs=a.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){be(!1);for(var o=e._props,s=e.$options._propKeys||[],u=0;u<s.length;u++){var c=s[u],d=e.$options.props;o[c]=Pe(c,d,t,e)}be(!0),e.$options.propsData=t}n=n||r;var f=e.$options._parentListeners;e.$options._parentListeners=n,vt(e,n,f),l&&(e.$slots=yt(i,a.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,Mt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,Kt.push(t)):bt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,Tt(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Mt(t,"deactivated")}}(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,o,u){if(!a(e)){var c=n.$options._base;if(s(e)&&(e=c.extend(e)),"function"==typeof e){var d;if(a(e.cid)&&void 0===(e=function(e,t,n){if(l(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;if(l(e.loading)&&i(e.loadingComp))return e.loadingComp;if(!i(e.contexts)){var r=e.contexts=[n],o=!0,u=function(){for(var e=0,t=r.length;e<t;e++)r[e].$forceUpdate()},c=W(function(n){e.resolved=ct(n,t),o||u()}),d=W(function(t){i(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return s(f)&&("function"==typeof f.then?a(e.resolved)&&f.then(c,d):i(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),i(f.error)&&(e.errorComp=ct(f.error,t)),i(f.loading)&&(e.loadingComp=ct(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){a(e.resolved)&&a(e.error)&&(e.loading=!0,u())},f.delay||200)),i(f.timeout)&&setTimeout(function(){a(e.resolved)&&d(null)},f.timeout))),o=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(d=e,c,n)))return function(e,t,n,r,a){var i=pe();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(d,t,n,o,u);t=t||{},un(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var a=t.on||(t.on={});i(a[r])?a[r]=[t.model.callback].concat(a[r]):a[r]=t.model.callback}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!a(r)){var l={},o=e.attrs,s=e.props;if(i(o)||i(s))for(var u in r){var c=x(u);ot(l,s,u,c,!0)||ot(l,o,u,c,!1)}return l}}(t,e);if(l(e.options.functional))return function(e,t,n,a,l){var o=e.options,s={},u=o.props;if(i(u))for(var c in u)s[c]=Pe(c,u,t||r);else i(n.attrs)&&en(s,n.attrs),i(n.props)&&en(s,n.props);var d=new Jt(n,s,l,a,e),f=o.render.call(null,d._c,d);if(f instanceof fe)return Qt(f,n,d.parent,o);if(Array.isArray(f)){for(var h=st(f)||[],p=new Array(h.length),v=0;v<h.length;v++)p[v]=Qt(h[v],n,d.parent,o);return p}}(e,f,t,n,o);var h=t.on;if(t.on=t.nativeOn,l(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n];t[r]=tn[r]}}(t);var v=e.options.name||u;return new fe("vue-component-"+e.cid+(v?"-"+v:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:h,tag:u,children:o},d)}}}var an=1,ln=2;function on(e,t,n,r,u,c){return(Array.isArray(n)||o(n))&&(u=r,r=n,n=void 0),l(c)&&(u=ln),function(e,t,n,r,o){if(i(n)&&i(n.__ob__))return pe();i(n)&&i(n.is)&&(t=n.is);if(!t)return pe();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);o===ln?r=st(r):o===an&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var u,c;if("string"==typeof t){var d;c=e.$vnode&&e.$vnode.ns||E.getTagNamespace(t),u=E.isReservedTag(t)?new fe(E.parsePlatformTagName(t),n,r,void 0,void 0,e):i(d=Oe(e.$options,"components",t))?rn(d,n,e,r,t):new fe(t,n,r,void 0,void 0,e)}else u=rn(t,n,e,r);return Array.isArray(u)?u:i(u)?(i(c)&&function e(t,n,r){t.ns=n;"foreignObject"===t.tag&&(n=void 0,r=!0);if(i(t.children))for(var o=0,s=t.children.length;o<s;o++){var u=t.children[o];i(u.tag)&&(a(u.ns)||l(r)&&"svg"!==u.tag)&&e(u,n,r)}}(u,c),i(n)&&function(e){s(e.style)&&tt(e.style);s(e.class)&&tt(e.class)}(n),u):pe()}(e,t,n,r,u)}var sn=0;function un(e){var t=e.options;if(e.super){var n=un(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=cn(n[i],r[i],a[i]));return t}(e);r&&w(e.extendOptions,r),(t=e.options=We(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function cn(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function dn(e){this._init(e)}function fn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name;var l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=We(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)Gt(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)Ot(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,P.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=w({},l.options),a[r]=l,l}}function hn(e){return e&&(e.Ctor.options.name||e.tag)}function pn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function vn(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=hn(l.componentOptions);o&&!t(o)&&yn(n,i,r,a)}}}function yn(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,g(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=sn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=We(un(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&vt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,a=n&&n.context;e.$slots=yt(t._renderChildren,a),e.$scopedSlots=r,e._c=function(t,n,r,a){return on(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return on(e,t,n,r,a,!0)};var i=n&&n.data;Ce(e,"$attrs",i&&i.attrs||r,null,!0),Ce(e,"$listeners",t._parentListeners||r,null,!0)}(t),Mt(t,"beforeCreate"),function(e){var t=Et(e.$options.inject,e);t&&(be(!1),Object.keys(t).forEach(function(n){Ce(e,n,t[n])}),be(!0))}(t),zt(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),Mt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(dn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ae,e.prototype.$delete=we,e.prototype.$watch=function(e,t,n){if(c(t))return Rt(this,e,t,n);(n=n||{}).user=!0;var r=new Bt(this,e,t,n);return n.immediate&&t.call(this,r.value),function(){r.teardown()}}}(dn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var r=0,a=e.length;r<a;r++)this.$on(e[r],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this._events[e];if(t){t=t.length>1?A(t):t;for(var n=A(arguments,1),r=0,a=t.length;r<a;r++)try{t[r].apply(this,n)}catch(t){Ie(t,this,'event handler for "'+e+'"')}}return this}}(dn),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&Mt(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=_t;_t=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),_t=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Mt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||g(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Mt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(dn),function(e){Zt(e.prototype),e.prototype.$nextTick=function(e){return Qe(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,a=n.render,i=n._parentVnode;i&&(t.$scopedSlots=i.data.scopedSlots||r),t.$vnode=i;try{e=a.call(t._renderProxy,t.$createElement)}catch(n){Ie(n,t,"render"),e=t._vnode}return e instanceof fe||(e=pe()),e.parent=i,e}}(dn);var gn=[String,RegExp,Array],mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)yn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){vn(e,function(e){return pn(t,e)})}),this.$watch("exclude",function(t){vn(e,function(e){return!pn(t,e)})})},render:function(){var e=this.$slots.default,t=ft(e),n=t&&t.componentOptions;if(n){var r=hn(n),a=this.include,i=this.exclude;if(a&&(!r||!pn(a,r))||i&&r&&pn(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,g(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&yn(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return E}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:w,mergeOptions:We,defineReactive:Ce},e.set=Ae,e.delete=we,e.nextTick=Qe,e.options=Object.create(null),P.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,w(e.options.components,mn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=We(this.options,e),this}}(e),fn(e),function(e){P.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(dn),Object.defineProperty(dn.prototype,"$isServer",{get:te}),Object.defineProperty(dn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(dn,"FunctionalRenderContext",{value:Jt}),dn.version="2.5.16";var _n=v("style,class"),Tn=v("input,textarea,option,select,progress"),bn=v("contenteditable,draggable,spellcheck"),Mn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),kn="http://www.w3.org/1999/xlink",Kn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},xn=function(e){return Kn(e)?e.slice(6,e.length):""},Cn=function(e){return null==e||!1===e};function An(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=wn(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=wn(t,n.data));return function(e,t){if(i(e)||i(t))return Ln(e,Dn(t));return""}(t.staticClass,t.class)}function wn(e,t){return{staticClass:Ln(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Ln(e,t){return e?t?e+" "+t:e:t||""}function Dn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=Dn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):s(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Bn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Sn=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Gn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),zn=function(e){return Sn(e)||Gn(e)};var Wn=Object.create(null);var On=v("text,number,password,search,email,tel,url");var Pn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Bn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Rn={create:function(e,t){En(t)},update:function(e,t){e.data.ref!==t.data.ref&&(En(e,!0),En(t))},destroy:function(e){En(e,!0)}};function En(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,l=r.$refs;t?Array.isArray(l[n])?g(l[n],a):l[n]===a&&(l[n]=void 0):e.data.refInFor?Array.isArray(l[n])?l[n].indexOf(a)<0&&l[n].push(a):l[n]=[a]:l[n]=a}}var jn=new fe("",{},[]),In=["create","activate","update","remove","destroy"];function Nn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||On(r)&&On(a)}(e,t)||l(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&a(t.asyncFactory.error))}function Fn(e,t,n){var r,a,l={};for(r=t;r<=n;++r)i(a=e[r].key)&&(l[a]=r);return l}var $n={create:Vn,update:Vn,destroy:function(e){Vn(e,jn)}};function Vn(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===jn,l=t===jn,o=qn(e.data.directives,e.context),s=qn(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,Yn(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(Yn(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)Yn(u[n],"inserted",t,e)};i?lt(t,"insert",d):d()}c.length&<(t,"postpatch",function(){for(var n=0;n<c.length;n++)Yn(c[n],"componentUpdated",t,e)});if(!i)for(n in o)s[n]||Yn(o[n],"unbind",e,e,l)}(e,t)}var Hn=Object.create(null);function qn(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Hn),a[Un(r)]=r,r.def=Oe(t.$options,"directives",r.name);return a}function Un(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Yn(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){Ie(r,n.context,"directive "+e.name+" "+t+" hook")}}var Xn=[Rn,$n];function Zn(e,t){var n=t.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||a(e.data.attrs)&&a(t.data.attrs))){var r,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(r in i(u.__ob__)&&(u=t.data.attrs=w({},u)),u)l=u[r],s[r]!==l&&Jn(o,r,l);for(r in(U||X)&&u.value!==s.value&&Jn(o,"value",u.value),s)a(u[r])&&(Kn(r)?o.removeAttributeNS(kn,xn(r)):bn(r)||o.removeAttribute(r))}}function Jn(e,t,n){e.tagName.indexOf("-")>-1?Qn(e,t,n):Mn(t)?Cn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):bn(t)?e.setAttribute(t,Cn(n)||"false"===n?"false":"true"):Kn(t)?Cn(n)?e.removeAttributeNS(kn,xn(t)):e.setAttributeNS(kn,t,n):Qn(e,t,n)}function Qn(e,t,n){if(Cn(n))e.removeAttribute(t);else{if(U&&!Y&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var er={create:Zn,update:Zn};function tr(e,t){var n=t.elm,r=t.data,l=e.data;if(!(a(r.staticClass)&&a(r.class)&&(a(l)||a(l.staticClass)&&a(l.class)))){var o=An(t),s=n._transitionClasses;i(s)&&(o=Ln(o,Dn(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var nr,rr={create:tr,update:tr},ar="__r",ir="__c";function lr(e,t,n,r,a){var i;t=(i=t)._withTask||(i._withTask=function(){Ye=!0;var e=i.apply(null,arguments);return Ye=!1,e}),n&&(t=function(e,t,n){var r=nr;return function a(){null!==e.apply(null,arguments)&&or(t,a,n,r)}}(t,e,r)),nr.addEventListener(e,t,Q?{capture:r,passive:a}:r)}function or(e,t,n,r){(r||nr).removeEventListener(e,t._withTask||t,n)}function sr(e,t){if(!a(e.data.on)||!a(t.data.on)){var n=t.data.on||{},r=e.data.on||{};nr=t.elm,function(e){if(i(e[ar])){var t=U?"change":"input";e[t]=[].concat(e[ar],e[t]||[]),delete e[ar]}i(e[ir])&&(e.change=[].concat(e[ir],e.change||[]),delete e[ir])}(n),it(n,r,lr,or,t.context),nr=void 0}}var ur={create:sr,update:sr};function cr(e,t){if(!a(e.data.domProps)||!a(t.data.domProps)){var n,r,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in i(s.__ob__)&&(s=t.data.domProps=w({},s)),o)a(s[n])&&(l[n]="");for(n in s){if(r=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=r;var u=a(r)?"":String(r);dr(l,u)&&(l.value=u)}else l[n]=r}}}function dr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var fr={create:cr,update:cr},hr=T(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function pr(e){var t=vr(e.style);return e.staticStyle?w(e.staticStyle,t):t}function vr(e){return Array.isArray(e)?L(e):"string"==typeof e?hr(e):e}var yr,gr=/^--/,mr=/\s*!important$/,_r=function(e,t,n){if(gr.test(t))e.style.setProperty(t,n);else if(mr.test(n))e.style.setProperty(t,n.replace(mr,""),"important");else{var r=br(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Tr=["Webkit","Moz","ms"],br=T(function(e){if(yr=yr||document.createElement("div").style,"filter"!==(e=M(e))&&e in yr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Tr.length;n++){var r=Tr[n]+t;if(r in yr)return r}});function Mr(e,t){var n=t.data,r=e.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var l,o,s=t.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},d=u||c,f=vr(t.data.style)||{};t.data.normalizedStyle=i(f.__ob__)?w({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=pr(a.data))&&w(r,n);(n=pr(e.data))&&w(r,n);for(var i=e;i=i.parent;)i.data&&(n=pr(i.data))&&w(r,n);return r}(t,!0);for(o in d)a(h[o])&&_r(s,o,"");for(o in h)(l=h[o])!==d[o]&&_r(s,o,null==l?"":l)}}var kr={create:Mr,update:Mr};function Kr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function xr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Cr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&w(t,Ar(e.name||"v")),w(t,e),t}return"string"==typeof e?Ar(e):void 0}}var Ar=T(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wr=$&&!Y,Lr="transition",Dr="animation",Br="transition",Sr="transitionend",Gr="animation",zr="animationend";wr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Br="WebkitTransition",Sr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Gr="WebkitAnimation",zr="webkitAnimationEnd"));var Wr=$?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Or(e){Wr(function(){Wr(e)})}function Pr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Kr(e,t))}function Rr(e,t){e._transitionClasses&&g(e._transitionClasses,t),xr(e,t)}function Er(e,t,n){var r=Ir(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===Lr?Sr:zr,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}var jr=/\b(transform|all)(,|$)/;function Ir(e,t){var n,r=window.getComputedStyle(e),a=r[Br+"Delay"].split(", "),i=r[Br+"Duration"].split(", "),l=Nr(a,i),o=r[Gr+"Delay"].split(", "),s=r[Gr+"Duration"].split(", "),u=Nr(o,s),c=0,d=0;return t===Lr?l>0&&(n=Lr,c=l,d=i.length):t===Dr?u>0&&(n=Dr,c=u,d=s.length):d=(n=(c=Math.max(l,u))>0?l>u?Lr:Dr:null)?n===Lr?i.length:s.length:0,{type:n,timeout:c,propCount:d,hasTransform:n===Lr&&jr.test(r[Br+"Property"])}}function Nr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Fr(t)+Fr(e[n])}))}function Fr(e){return 1e3*Number(e.slice(0,-1))}function $r(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Cr(e.data.transition);if(!a(r)&&!i(n._enterCb)&&1===n.nodeType){for(var l=r.css,o=r.type,u=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,g=r.enter,m=r.afterEnter,_=r.enterCancelled,T=r.beforeAppear,b=r.appear,M=r.afterAppear,k=r.appearCancelled,K=r.duration,x=_t,C=_t.$vnode;C&&C.parent;)x=(C=C.parent).context;var A=!x._isMounted||!e.isRootInsert;if(!A||b||""===b){var w=A&&f?f:u,L=A&&v?v:d,D=A&&h?h:c,B=A&&T||y,S=A&&"function"==typeof b?b:g,G=A&&M||m,z=A&&k||_,O=p(s(K)?K.enter:K);0;var P=!1!==l&&!Y,R=qr(S),E=n._enterCb=W(function(){P&&(Rr(n,D),Rr(n,L)),E.cancelled?(P&&Rr(n,w),z&&z(n)):G&&G(n),n._enterCb=null});e.data.show||lt(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),S&&S(n,E)}),B&&B(n),P&&(Pr(n,w),Pr(n,L),Or(function(){Rr(n,w),E.cancelled||(Pr(n,D),R||(Hr(O)?setTimeout(E,O):Er(n,o,E)))})),e.data.show&&(t&&t(),S&&S(n,E)),P||R||E()}}}function Vr(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Cr(e.data.transition);if(a(r)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var l=r.css,o=r.type,u=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,h=r.leave,v=r.afterLeave,y=r.leaveCancelled,g=r.delayLeave,m=r.duration,_=!1!==l&&!Y,T=qr(h),b=p(s(m)?m.leave:m);0;var M=n._leaveCb=W(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),_&&(Rr(n,c),Rr(n,d)),M.cancelled?(_&&Rr(n,u),y&&y(n)):(t(),v&&v(n)),n._leaveCb=null});g?g(k):k()}function k(){M.cancelled||(e.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),_&&(Pr(n,u),Pr(n,d),Or(function(){Rr(n,u),M.cancelled||(Pr(n,c),T||(Hr(b)?setTimeout(M,b):Er(n,o,M)))})),h&&h(n,M),_||T||M())}}function Hr(e){return"number"==typeof e&&!isNaN(e)}function qr(e){if(a(e))return!1;var t=e.fns;return i(t)?qr(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ur(e,t){!0!==t.data.show&&$r(t)}var Yr=function(e){var t,n,r={},s=e.modules,u=e.nodeOps;for(t=0;t<In.length;++t)for(r[In[t]]=[],n=0;n<s.length;++n)i(s[n][In[t]])&&r[In[t]].push(s[n][In[t]]);function c(e){var t=u.parentNode(e);i(t)&&u.removeChild(t,e)}function d(e,t,n,a,o,s,c){if(i(e.elm)&&i(s)&&(e=s[c]=ye(e)),e.isRootInsert=!o,!function(e,t,n,a){var o=e.data;if(i(o)){var s=i(e.componentInstance)&&o.keepAlive;if(i(o=o.hook)&&i(o=o.init)&&o(e,!1,n,a),i(e.componentInstance))return f(e,t),l(s)&&function(e,t,n,a){for(var l,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,i(l=o.data)&&i(l=l.transition)){for(l=0;l<r.activate.length;++l)r.activate[l](jn,o);t.push(o);break}h(n,e.elm,a)}(e,t,n,a),!0}}(e,t,n,a)){var d=e.data,v=e.children,y=e.tag;i(y)?(e.elm=e.ns?u.createElementNS(e.ns,y):u.createElement(y,e),m(e),p(e,v,t),i(d)&&g(e,t),h(n,e.elm,a)):l(e.isComment)?(e.elm=u.createComment(e.text),h(n,e.elm,a)):(e.elm=u.createTextNode(e.text),h(n,e.elm,a))}}function f(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,y(e)?(g(e,t),m(e)):(En(e),t.push(e))}function h(e,t,n){i(e)&&(i(n)?n.parentNode===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r);else o(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function y(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return i(e.tag)}function g(e,n){for(var a=0;a<r.create.length;++a)r.create[a](jn,e);i(t=e.data.hook)&&(i(t.create)&&t.create(jn,e),i(t.insert)&&n.push(e))}function m(e){var t;if(i(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)i(t=n.context)&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;i(t=_t)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function _(e,t,n,r,a,i){for(;r<=a;++r)d(n[r],i,e,t,!1,n,r)}function T(e){var t,n,a=e.data;if(i(a))for(i(t=a.hook)&&i(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)T(e.children[n])}function b(e,t,n,r){for(;n<=r;++n){var a=t[n];i(a)&&(i(a.tag)?(M(a),T(a)):c(a.elm))}}function M(e,t){if(i(t)||i(e.data)){var n,a=r.remove.length+1;for(i(t)?t.listeners+=a:t=function(e,t){function n(){0==--n.listeners&&c(e)}return n.listeners=t,n}(e.elm,a),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&M(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else c(e.elm)}function k(e,t,n,r){for(var a=n;a<r;a++){var l=t[a];if(i(l)&&Nn(e,l))return a}}function K(e,t,n,o){if(e!==t){var s=t.elm=e.elm;if(l(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?A(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(l(t.isStatic)&&l(e.isStatic)&&t.key===e.key&&(l(t.isCloned)||l(t.isOnce)))t.componentInstance=e.componentInstance;else{var c,f=t.data;i(f)&&i(c=f.hook)&&i(c=c.prepatch)&&c(e,t);var h=e.children,p=t.children;if(i(f)&&y(t)){for(c=0;c<r.update.length;++c)r.update[c](e,t);i(c=f.hook)&&i(c=c.update)&&c(e,t)}a(t.text)?i(h)&&i(p)?h!==p&&function(e,t,n,r,l){for(var o,s,c,f=0,h=0,p=t.length-1,v=t[0],y=t[p],g=n.length-1,m=n[0],T=n[g],M=!l;f<=p&&h<=g;)a(v)?v=t[++f]:a(y)?y=t[--p]:Nn(v,m)?(K(v,m,r),v=t[++f],m=n[++h]):Nn(y,T)?(K(y,T,r),y=t[--p],T=n[--g]):Nn(v,T)?(K(v,T,r),M&&u.insertBefore(e,v.elm,u.nextSibling(y.elm)),v=t[++f],T=n[--g]):Nn(y,m)?(K(y,m,r),M&&u.insertBefore(e,y.elm,v.elm),y=t[--p],m=n[++h]):(a(o)&&(o=Fn(t,f,p)),a(s=i(m.key)?o[m.key]:k(m,t,f,p))?d(m,r,e,v.elm,!1,n,h):Nn(c=t[s],m)?(K(c,m,r),t[s]=void 0,M&&u.insertBefore(e,c.elm,v.elm)):d(m,r,e,v.elm,!1,n,h),m=n[++h]);f>p?_(e,a(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&b(0,t,f,p)}(s,h,p,n,o):i(p)?(i(e.text)&&u.setTextContent(s,""),_(s,null,p,0,p.length-1,n)):i(h)?b(0,h,0,h.length-1):i(e.text)&&u.setTextContent(s,""):e.text!==t.text&&u.setTextContent(s,t.text),i(f)&&i(c=f.hook)&&i(c=c.postpatch)&&c(e,t)}}}function x(e,t,n){if(l(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var C=v("attrs,class,staticClass,staticStyle,key");function A(e,t,n,r){var a,o=t.tag,s=t.data,u=t.children;if(r=r||s&&s.pre,t.elm=e,l(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(s)&&(i(a=s.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return f(t,n),!0;if(i(o)){if(i(u))if(e.hasChildNodes())if(i(a=s)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var c=!0,d=e.firstChild,h=0;h<u.length;h++){if(!d||!A(d,u[h],n,r)){c=!1;break}d=d.nextSibling}if(!c||d)return!1}else p(t,u,n);if(i(s)){var v=!1;for(var y in s)if(!C(y)){v=!0,g(t,n);break}!v&&s.class&&tt(s.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,o,s,c){if(!a(t)){var f,h=!1,p=[];if(a(e))h=!0,d(t,p,s,c);else{var v=i(e.nodeType);if(!v&&Nn(e,t))K(e,t,p,o);else{if(v){if(1===e.nodeType&&e.hasAttribute(O)&&(e.removeAttribute(O),n=!0),l(n)&&A(e,t,p))return x(t,p,!0),e;f=e,e=new fe(u.tagName(f).toLowerCase(),{},[],void 0,f)}var g=e.elm,m=u.parentNode(g);if(d(t,p,g._leaveCb?null:m,u.nextSibling(g)),i(t.parent))for(var _=t.parent,M=y(t);_;){for(var k=0;k<r.destroy.length;++k)r.destroy[k](_);if(_.elm=t.elm,M){for(var C=0;C<r.create.length;++C)r.create[C](jn,_);var w=_.data.hook.insert;if(w.merged)for(var L=1;L<w.fns.length;L++)w.fns[L]()}else En(_);_=_.parent}i(m)?b(0,[e],0,0):i(e.tag)&&T(e)}}return x(t,p,h),t.elm}i(e)&&T(e)}}({nodeOps:Pn,modules:[er,rr,ur,fr,kr,$?{create:Ur,activate:Ur,remove:function(e,t){!0!==e.data.show?Vr(e,t):t()}}:{}].concat(Xn)});Y&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&ra(e,"input")});var Xr={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?lt(n,"postpatch",function(){Xr.componentUpdated(e,t,n)}):Zr(e,t,n.context),e._vOptions=[].map.call(e.options,ea)):("textarea"===n.tag||On(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ta),e.addEventListener("compositionend",na),e.addEventListener("change",na),Y&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Zr(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,ea);if(a.some(function(e,t){return!G(e,r[t])}))(e.multiple?t.value.some(function(e){return Qr(e,a)}):t.value!==t.oldValue&&Qr(t.value,a))&&ra(e,"change")}}};function Zr(e,t,n){Jr(e,t,n),(U||X)&&setTimeout(function(){Jr(e,t,n)},0)}function Jr(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=z(r,ea(l))>-1,l.selected!==i&&(l.selected=i);else if(G(ea(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Qr(e,t){return t.every(function(t){return!G(t,e)})}function ea(e){return"_value"in e?e._value:e.value}function ta(e){e.target.composing=!0}function na(e){e.target.composing&&(e.target.composing=!1,ra(e.target,"input"))}function ra(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function aa(e){return!e.componentInstance||e.data&&e.data.transition?e:aa(e.componentInstance._vnode)}var ia={model:Xr,show:{bind:function(e,t,n){var r=t.value,a=(n=aa(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,$r(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=aa(n)).data&&n.data.transition?(n.data.show=!0,r?$r(n,function(){e.style.display=e.__vOriginalDisplay}):Vr(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}}},la={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 oa(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?oa(ft(t.children)):e}function sa(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[M(i)]=a[i];return t}function ua(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ca={name:"transition",props:la,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||dt(e)})).length){0;var r=this.mode;0;var a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=oa(a);if(!i)return a;if(this._leaving)return ua(e,a);var l="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?l+"comment":l+i.tag:o(i.key)?0===String(i.key).indexOf(l)?i.key:l+i.key:i.key;var s=(i.data||(i.data={})).transition=sa(this),u=this._vnode,c=oa(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!dt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=w({},s);if("out-in"===r)return this._leaving=!0,lt(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ua(e,a);if("in-out"===r){if(dt(i))return u;var f,h=function(){f()};lt(s,"afterEnter",h),lt(s,"enterCancelled",h),lt(d,"delayLeave",function(e){f=e})}}return a}}},da=w({tag:String,moveClass:String},la);function fa(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function ha(e){e.data.newPos=e.elm.getBoundingClientRect()}function pa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}delete da.mode;var va={Transition:ca,TransitionGroup:{props:da,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=sa(this),o=0;o<a.length;o++){var s=a[o];if(s.tag)if(null!=s.key&&0!==String(s.key).indexOf("__vlist"))i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l;else;}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(fa),e.forEach(ha),e.forEach(pa),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Pr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Sr,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Sr,e),n._moveCb=null,Rr(n,t))})}}))},methods:{hasMove:function(e,t){if(!wr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){xr(n,e)}),Kr(n,t),n.style.display="none",this.$el.appendChild(n);var r=Ir(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};dn.config.mustUseProp=function(e,t,n){return"value"===n&&Tn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},dn.config.isReservedTag=zn,dn.config.isReservedAttr=_n,dn.config.getTagNamespace=function(e){return Gn(e)?"svg":"math"===e?"math":void 0},dn.config.isUnknownElement=function(e){if(!$)return!0;if(zn(e))return!1;if(e=e.toLowerCase(),null!=Wn[e])return Wn[e];var t=document.createElement(e);return e.indexOf("-")>-1?Wn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Wn[e]=/HTMLUnknownElement/.test(t.toString())},w(dn.options.directives,ia),w(dn.options.components,va),dn.prototype.__patch__=$?Yr:D,dn.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=pe),Mt(e,"beforeMount"),new Bt(e,function(){e._update(e._render(),n)},D,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Mt(e,"mounted")),e}(this,e=e&&$?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},$&&setTimeout(function(){E.devtools&&ne&&ne.emit("init",dn)},0),t.default=dn}.call(this,n(44),n(337).setImmediate)},function(e,t,n){"use strict";var r=n(0);e.exports={hasLines:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("lines")},hasMarkers:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("markers")},hasText:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("text")},isBubble:function(e){return r.isPlainObject(e.marker)&&Array.isArray(e.marker.size)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(31),l=n(288),o=n(19).LINE_SPACING;function s(e,t){return e.node().getBoundingClientRect()[t]}var u=/([^$]*)([$]+[^$]*[$]+)([^$]*)/;t.convertToTspans=function(e,n,l){var g=e.text(),L=!e.attr("data-notex")&&"undefined"!=typeof MathJax&&g.match(u),D=r.select(e.node().parentNode);if(!D.empty()){var B=e.attr("class")?e.attr("class").split(" ")[0]:"text";return B+="-math",D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove(),e.style("display",null).attr({"data-unformatted":g,"data-math":"N"}),L?(n&&n._promises||[]).push(new Promise(function(t){e.style("display","none");var n={fontSize:parseInt(e.style("font-size"),10)};!function(e,t,n){var i="math-output-"+a.randstr([],64),l=r.select("body").append("div").attr({id:i}).style({visibility:"hidden",position:"absolute"}).style({"font-size":t.fontSize+"px"}).text((o=e,o.replace(c,"\\lt ").replace(d,"\\gt ")));var o;MathJax.Hub.Queue(["Typeset",MathJax.Hub,l.node()],function(){var t=r.select("body").select("#MathJax_SVG_glyphs");if(l.select(".MathJax_SVG").empty()||!l.select("svg").node())a.log("There was an error in the tex syntax.",e),n();else{var i=l.select("svg").node().getBoundingClientRect();n(l.select(".MathJax_SVG"),t,i)}l.remove()})}(L[2],n,function(n,r,a){D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove();var i=n&&n.select("svg");if(!i||!i.node())return S(),void t();var o=D.append("g").classed(B+"-group",!0).attr({"pointer-events":"none","data-unformatted":g,"data-math":"Y"});o.node().appendChild(i.node()),r&&r.node()&&i.node().insertBefore(r.node().cloneNode(!0),i.node().firstChild),i.attr({class:B,height:a.height,preserveAspectRatio:"xMinYMin meet"}).style({overflow:"visible","pointer-events":"none"});var u=e.style("fill")||"black";i.select("g").attr({fill:u,stroke:u});var c=s(i,"width"),d=s(i,"height"),f=+e.attr("x")-c*{start:0,middle:.5,end:1}[e.attr("text-anchor")||"start"],h=-(parseInt(e.style("font-size"),10)||s(e,"height"))/4;"y"===B[0]?(o.attr({transform:"rotate("+[-90,+e.attr("x"),+e.attr("y")]+") translate("+[-c/2,h-d/2]+")"}),i.attr({x:+e.attr("x"),y:+e.attr("y")})):"l"===B[0]?i.attr({x:e.attr("x"),y:h-d/2}):"a"===B[0]?i.attr({x:0,y:h}):i.attr({x:f,y:+e.attr("y")+h-d/2}),l&&l.call(e,o),t(o)})})):S(),e}function S(){D.empty()||(B=e.attr("class")+"-math",D.select("svg."+B).remove()),e.text("").style("white-space","pre"),function(e,t){t=(n=t,function(e,t){if(!e)return"";for(var n=0;n<t.length;n++){var r=t[n];e=e.replace(r.regExp,r.sub)}return e}(n,m)).replace(_," ");var n;var l,s=!1,u=[],c=-1;function d(){c++;var t=document.createElementNS(i.svg,"tspan");r.select(t).attr({class:"line",dy:c*o+"em"}),e.appendChild(t),l=t;var n=u;if(u=[{node:t}],n.length>1)for(var a=1;a<n.length;a++)g(n[a])}function g(e){var t,n=e.type,a={};if("a"===n){t="a";var o=e.target,s=e.href,c=e.popup;s&&(a={"xlink:xlink:show":"_blank"===o||"_"!==o.charAt(0)?"new":"replace",target:o,"xlink:xlink:href":s},c&&(a.onclick='window.open("'+s+'","'+o+'","'+c+'");return false;'))}else t="tspan";e.style&&(a.style=e.style);var d=document.createElementNS(i.svg,t);if("sup"===n||"sub"===n){L(l,v),l.appendChild(d);var f=document.createElementNS(i.svg,"tspan");L(f,v),r.select(f).attr("dy",p[n]),a.dy=h[n],l.appendChild(d),l.appendChild(f)}else l.appendChild(d);r.select(d).attr(a),l=e.node=d,u.push(e)}function L(e,t){e.appendChild(document.createTextNode(t))}function D(e){var n=u.pop();e!==n.type&&a.log("Start tag <"+n.type+"> doesnt match end tag <"+e+">. Pretending it did match.",t),l=u[u.length-1].node}M.test(t)?d():(l=e,u=[{node:e}]);for(var B=t.split(T),S=0;S<B.length;S++){var G=B[S],z=G.match(b),W=z&&z[2].toLowerCase(),O=f[W];if("br"===W)d();else if(void 0===O)L(l,G);else if(z[1])D(W);else{var P=z[4],R={type:W},E=A(P,k);if(E?(E=E.replace(w,"$1 fill:"),O&&(E+=";"+O)):O&&(E=O),E&&(R.style=E),"a"===W){s=!0;var j=A(P,K);if(j){var I=document.createElement("a");I.href=j,-1!==y.indexOf(I.protocol)&&(R.href=j,R.target=A(P,x)||"_blank",R.popup=A(P,C))}}g(R)}}return s}(e.node(),g)&&e.style("pointer-events","all"),t.positionText(e),l&&l.call(e)}};var c=/(<|<|<)/g,d=/(>|>|>)/g;var f={sup:"font-size:70%",sub:"font-size:70%",b:"font-weight:bold",i:"font-style:italic",a:"cursor:pointer",span:"",em:"font-style:italic;font-weight:bold"},h={sub:"0.3em",sup:"-0.6em"},p={sub:"-0.21em",sup:"0.42em"},v="โ",y=["http:","https:","mailto:","",void 0,":"],g=new RegExp("</?("+Object.keys(f).join("|")+")( [^>]*)?/?>","g"),m=Object.keys(l.entityToUnicode).map(function(e){return{regExp:new RegExp("&"+e+";","g"),sub:l.entityToUnicode[e]}}),_=/(\r\n?|\n)/g,T=/(<[^<>]*>)/,b=/<(\/?)([^ >]*)(\s+(.*))?>/i,M=/<br(\s+.*)?>/i,k=/(^|[\s"'])style\s*=\s*("([^"]*);?"|'([^']*);?')/i,K=/(^|[\s"'])href\s*=\s*("([^"]*)"|'([^']*)')/i,x=/(^|[\s"'])target\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i,C=/(^|[\s"'])popup\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i;function A(e,t){if(!e)return null;var n=e.match(t);return n&&(n[3]||n[4])}var w=/(^|;)\s*color:/;function L(e,t,n){var r,a,i,l=n.horizontalAlign,o=n.verticalAlign||"top",s=e.node().getBoundingClientRect(),u=t.node().getBoundingClientRect();return a="bottom"===o?function(){return s.bottom-r.height}:"middle"===o?function(){return s.top+(s.height-r.height)/2}:function(){return s.top},i="right"===l?function(){return s.right-r.width}:"center"===l?function(){return s.left+(s.width-r.width)/2}:function(){return s.left},function(){return r=this.node().getBoundingClientRect(),this.style({top:a()-u.top+"px",left:i()-u.left+"px","z-index":1e3}),this}}t.plainText=function(e){return(e||"").replace(g," ")},t.lineCount=function(e){return e.selectAll("tspan.line").size()||1},t.positionText=function(e,t,n){return e.each(function(){var e=r.select(this);function a(t,n){return void 0===n?null===(n=e.attr(t))&&(e.attr(t,0),n=0):e.attr(t,n),n}var i=a("x",t),l=a("y",n);"text"===this.nodeName&&e.selectAll("tspan.line").attr({x:i,y:l})})},t.makeEditable=function(e,t){var n=t.gd,a=t.delegate,i=r.dispatch("edit","input","cancel"),l=a||e;if(e.style({"pointer-events":a?"none":"all"}),1!==e.size())throw new Error("boo");function o(){var a,o;a=r.select(n).select(".svg-container"),(o=a.append("div")).classed("plugin-editable editable",!0).style({position:"absolute","font-family":e.style("font-family")||"Arial","font-size":e.style("font-size")||12,color:t.fill||e.style("fill")||"black",opacity:1,"background-color":t.background||"transparent",outline:"#ffffff33 1px solid",margin:[-parseFloat(e.style("font-size"))/8+1,0,0,-1].join("px ")+"px",padding:"0","box-sizing":"border-box"}).attr({contenteditable:!0}).text(t.text||e.attr("data-unformatted")).call(L(e,a,t)).on("blur",function(){n._editing=!1,e.text(this.textContent).style({opacity:1});var t,a=r.select(this).attr("class");(t=a?"."+a.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(t).style({opacity:0});var l=this.textContent;r.select(this).transition().duration(0).remove(),r.select(document).on("mouseup",null),i.edit.call(e,l)}).on("focus",function(){var e=this;n._editing=!0,r.select(document).on("mouseup",function(){if(r.event.target===e)return!1;document.activeElement===o.node()&&o.node().blur()})}).on("keyup",function(){27===r.event.which?(n._editing=!1,e.style({opacity:1}),r.select(this).style({opacity:0}).on("blur",function(){return!1}).transition().remove(),i.cancel.call(e,this.textContent)):(i.input.call(e,this.textContent),r.select(this).call(L(e,a,t)))}).on("keydown",function(){13===r.event.which&&this.blur()}).call(s),e.style({opacity:0});var u,c=l.attr("class");(u=c?"."+c.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(u).style({opacity:0})}function s(e){var t=e.node(),n=document.createRange();n.selectNodeContents(t);var r=window.getSelection();r.removeAllRanges(),r.addRange(n),t.focus()}return t.immediate?o():l.on("click",o),r.rebind(e,i,"on")}},function(e,t,n){"use strict";e.exports={idRegex:{x:/^x([2-9]|[1-9][0-9]+)?$/,y:/^y([2-9]|[1-9][0-9]+)?$/},attrRegex:{x:/^xaxis([2-9]|[1-9][0-9]+)?$/,y:/^yaxis([2-9]|[1-9][0-9]+)?$/},xAxisMatch:/^xaxis[0-9]*$/,yAxisMatch:/^yaxis[0-9]*$/,AX_ID_PATTERN:/^[xyz][0-9]*$/,AX_NAME_PATTERN:/^[xyz]axis[0-9]*$/,MINDRAG:8,MINSELECT:12,MINZOOM:20,DRAGGERSIZE:20,BENDPX:1.5,REDRAWDELAY:50,DFLTRANGEX:[-1,6],DFLTRANGEY:[-1,4]}},function(e,t,n){"use strict";e.exports={BADNUM:void 0,FP_SAFE:Number.MAX_VALUE/1e4,ONEAVGYEAR:315576e5,ONEAVGMONTH:26298e5,ONEDAY:864e5,ONEHOUR:36e5,ONEMIN:6e4,ONESEC:1e3,EPOCHJD:2440587.5,ALMOST_EQUAL:1-1e-6}},function(e,t,n){"use strict";e.exports={family:{valType:"string",role:"style",noBlank:!0,strict:!0,description:["HTML font family - the typeface that will be applied by the web browser.","The web browser will only be able to apply a font if it is available on the system","which it operates. Provide multiple font families, separated by commas, to indicate","the preference in which to apply fonts if they aren't available on the system.","The plotly service (at https://plot.ly or on-premise) generates images on a server,","where only a select number of","fonts are installed and supported.","These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*,","*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,","*PT Sans Narrow*, *Raleway*, *Times New Roman*."].join(" ")},size:{valType:"number",role:"style",min:1},color:{valType:"color",role:"style"}}},function(e,t,n){"use strict";var r=n(4),a=n(9),i=n(0),l=n(15);function o(e,t,n){var r=e._fullLayout;if(!r)return[];function i(e,n){for(var r=Object.keys(e),a=/^[xyz]axis[0-9]*/,i=[],l=0;l<r.length;l++){var o=r[l];t&&o.charAt(0)!==t||a.test(o)&&i.push(n+o)}return i.sort()}var l=i(r,"");if(n)return l;for(var o=a.getSubplotIds(r,"gl3d")||[],s=0;s<o.length;s++){var u=o[s];l=l.concat(i(r[u],u+"."))}return l}t.id2name=function(e){if("string"==typeof e&&e.match(l.AX_ID_PATTERN)){var t=e.substr(1);return"1"===t&&(t=""),e.charAt(0)+"axis"+t}},t.name2id=function(e){if(e.match(l.AX_NAME_PATTERN)){var t=e.substr(5);return"1"===t&&(t=""),e.charAt(0)+t}},t.cleanId=function(e,t){if(e.match(l.AX_ID_PATTERN)&&(!t||e.charAt(0)===t)){var n=e.substr(1).replace(/^0+/,"");return"1"===n&&(n=""),e.charAt(0)+n}},t.list=function(e,t,n){return o(e,t,n).map(function(t){return i.nestedProperty(e._fullLayout,t).get()})},t.listIds=function(e,n){return o(e,n,!0).map(t.name2id)},t.getFromId=function(e,n,r){var a=e._fullLayout;return"x"===r?n=n.replace(/y[0-9]*/,""):"y"===r&&(n=n.replace(/x[0-9]*/,"")),a[t.id2name(n)]},t.getFromTrace=function(e,n,a){var i=e._fullLayout,l=null;if(r.traceIs(n,"gl3d")){var o=n.scene;"scene"===o.substr(0,5)&&(l=i[o][a+"axis"])}else l=t.getFromId(e,n[a+"axis"]||a);return l}},function(e,t,n){"use strict";e.exports={FROM_BL:{left:0,center:.5,right:1,bottom:0,middle:.5,top:1},FROM_TL:{left:0,center:.5,right:1,bottom:1,middle:.5,top:0},LINE_SPACING:1.3}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(15),l=n(96),o=e.exports={};o.align=n(266),o.getCursor=n(265);var s=n(264);function u(){var e=document.createElement("div");e.className="dragcover";var t=e.style;return t.position="fixed",t.left=0,t.right=0,t.top=0,t.bottom=0,t.zIndex=999999999,t.background="none",document.body.appendChild(e),e}o.unhover=s.wrapped,o.unhoverRaw=s.raw,o.init=function(e){var t,n,s,c,d,f=e.gd,h=1,p=l.DBLCLICKDELAY;function v(r){var l=r.clientX-t,s=r.clientY-n,u=e.minDrag||i.MINDRAG;return Math.abs(l)<u&&(l=0),Math.abs(s)<u&&(s=0),(l||s)&&(f._dragged=!0,o.unhover(f)),e.moveFn&&e.moveFn(l,s,f._dragged),a.pauseEvent(r)}function y(t){if(c.onmousemove=null,c.onmouseup=null,c.onmouseout=null,a.removeElement(c),f._dragging){if(f._dragging=!1,(new Date).getTime()-f._mouseDownTime>p&&(h=Math.max(h-1,1)),e.doneFn&&e.doneFn(f._dragged,h,t),!f._dragged){var n;try{n=new MouseEvent("click",t)}catch(e){(n=document.createEvent("MouseEvents")).initMouseEvent("click",t.bubbles,t.cancelable,t.view,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget)}d.dispatchEvent(n)}return function(e){e._dragging=!1,e._replotPending&&r.plot(e)}(f),f._dragged=!1,a.pauseEvent(t)}f._dragged=!1}f._mouseDownTime||(f._mouseDownTime=0),e.element.onmousedown=function(r){return f._dragged=!1,f._dragging=!0,t=r.clientX,n=r.clientY,d=r.target,(s=(new Date).getTime())-f._mouseDownTime<p?h+=1:(h=1,f._mouseDownTime=s),e.prepFn&&e.prepFn(r,t,n),(c=u()).onmousemove=v,c.onmouseup=y,c.onmouseout=y,c.style.cursor=window.getComputedStyle(e.element).cursor,a.pauseEvent(r)},e.element.style.pointerEvents="all"},o.coverSlip=u},function(e,t,n){var r;!function(a){var i=/^\s+/,l=/\s+$/,o=0,s=a.round,u=a.min,c=a.max,d=a.random;function f(e,t){if(e=e||"",t=t||{},e instanceof f)return e;if(!(this instanceof f))return new f(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,s=null,d=!1,f=!1;"string"==typeof e&&(e=function(e){e=e.replace(i,"").replace(l,"").toLowerCase();var t,n=!1;if(D[e])e=D[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(t=F.rgb.exec(e))return{r:t[1],g:t[2],b:t[3]};if(t=F.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=F.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=F.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=F.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=F.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=F.hex8.exec(e))return{r:W(t[1]),g:W(t[2]),b:W(t[3]),a:E(t[4]),format:n?"name":"hex8"};if(t=F.hex6.exec(e))return{r:W(t[1]),g:W(t[2]),b:W(t[3]),format:n?"name":"hex"};if(t=F.hex4.exec(e))return{r:W(t[1]+""+t[1]),g:W(t[2]+""+t[2]),b:W(t[3]+""+t[3]),a:E(t[4]+""+t[4]),format:n?"name":"hex8"};if(t=F.hex3.exec(e))return{r:W(t[1]+""+t[1]),g:W(t[2]+""+t[2]),b:W(t[3]+""+t[3]),format:n?"name":"hex"};return!1}(e));"object"==typeof e&&($(e.r)&&$(e.g)&&$(e.b)?(h=e.r,p=e.g,v=e.b,t={r:255*G(h,255),g:255*G(p,255),b:255*G(v,255)},d=!0,f="%"===String(e.r).substr(-1)?"prgb":"rgb"):$(e.h)&&$(e.s)&&$(e.v)?(r=P(e.s),o=P(e.v),t=function(e,t,n){e=6*G(e,360),t=G(t,100),n=G(n,100);var r=a.floor(e),i=e-r,l=n*(1-t),o=n*(1-i*t),s=n*(1-(1-i)*t),u=r%6;return{r:255*[n,o,l,l,s,n][u],g:255*[s,n,n,o,l,l][u],b:255*[l,l,s,n,n,o][u]}}(e.h,r,o),d=!0,f="hsv"):$(e.h)&&$(e.s)&&$(e.l)&&(r=P(e.s),s=P(e.l),t=function(e,t,n){var r,a,i;function l(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=G(e,360),t=G(t,100),n=G(n,100),0===t)r=a=i=n;else{var o=n<.5?n*(1+t):n+t-n*t,s=2*n-o;r=l(s,o,e+1/3),a=l(s,o,e),i=l(s,o,e-1/3)}return{r:255*r,g:255*a,b:255*i}}(e.h,r,s),d=!0,f="hsl"),e.hasOwnProperty("a")&&(n=e.a));var h,p,v;return n=S(n),{ok:d,format:e.format||f,r:u(255,c(t.r,0)),g:u(255,c(t.g,0)),b:u(255,c(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=s(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=s(this._r)),this._g<1&&(this._g=s(this._g)),this._b<1&&(this._b=s(this._b)),this._ok=n.ok,this._tc_id=o++}function h(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=(i+l)/2;if(i==l)r=a=0;else{var s=i-l;switch(a=o>.5?s/(2-i-l):s/(i+l),i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,l:o}}function p(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=i,s=i-l;if(a=0===i?0:s/i,i==l)r=0;else{switch(i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,v:o}}function v(e,t,n,r){var a=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))];return r&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0):a.join("")}function y(e,t,n,r){return[O(R(r)),O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))].join("")}function g(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s-=t/100,n.s=z(n.s),f(n)}function m(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s+=t/100,n.s=z(n.s),f(n)}function _(e){return f(e).desaturate(100)}function T(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l+=t/100,n.l=z(n.l),f(n)}function b(e,t){t=0===t?0:t||10;var n=f(e).toRgb();return n.r=c(0,u(255,n.r-s(-t/100*255))),n.g=c(0,u(255,n.g-s(-t/100*255))),n.b=c(0,u(255,n.b-s(-t/100*255))),f(n)}function M(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l-=t/100,n.l=z(n.l),f(n)}function k(e,t){var n=f(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,f(n)}function K(e){var t=f(e).toHsl();return t.h=(t.h+180)%360,f(t)}function x(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+120)%360,s:t.s,l:t.l}),f({h:(n+240)%360,s:t.s,l:t.l})]}function C(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+90)%360,s:t.s,l:t.l}),f({h:(n+180)%360,s:t.s,l:t.l}),f({h:(n+270)%360,s:t.s,l:t.l})]}function A(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+72)%360,s:t.s,l:t.l}),f({h:(n+216)%360,s:t.s,l:t.l})]}function w(e,t,n){t=t||6,n=n||30;var r=f(e).toHsl(),a=360/n,i=[f(e)];for(r.h=(r.h-(a*t>>1)+720)%360;--t;)r.h=(r.h+a)%360,i.push(f(r));return i}function L(e,t){t=t||6;for(var n=f(e).toHsv(),r=n.h,a=n.s,i=n.v,l=[],o=1/t;t--;)l.push(f({h:r,s:a,v:i})),i=(i+o)%1;return l}f.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:a.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:a.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:a.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=s(100*this._a)/100,this},toHsv:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=p(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=h(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,a){var i=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16)),O(R(r))];if(a&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1))return i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0);return i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:s(this._r),g:s(this._g),b:s(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+s(this._r)+", "+s(this._g)+", "+s(this._b)+")":"rgba("+s(this._r)+", "+s(this._g)+", "+s(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:s(100*G(this._r,255))+"%",g:s(100*G(this._g,255))+"%",b:s(100*G(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%)":"rgba("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(B[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+y(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var a=f(e);n="#"+y(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return f(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(T,arguments)},brighten:function(){return this._applyModification(b,arguments)},darken:function(){return this._applyModification(M,arguments)},desaturate:function(){return this._applyModification(g,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(_,arguments)},spin:function(){return this._applyModification(k,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(K,arguments)},monochromatic:function(){return this._applyCombination(L,arguments)},splitcomplement:function(){return this._applyCombination(A,arguments)},triad:function(){return this._applyCombination(x,arguments)},tetrad:function(){return this._applyCombination(C,arguments)}},f.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:P(e[r]));e=n}return f(e,t)},f.equals=function(e,t){return!(!e||!t)&&f(e).toRgbString()==f(t).toRgbString()},f.random=function(){return f.fromRatio({r:d(),g:d(),b:d()})},f.mix=function(e,t,n){n=0===n?0:n||50;var r=f(e).toRgb(),a=f(t).toRgb(),i=n/100;return f({r:(a.r-r.r)*i+r.r,g:(a.g-r.g)*i+r.g,b:(a.b-r.b)*i+r.b,a:(a.a-r.a)*i+r.a})},f.readability=function(e,t){var n=f(e),r=f(t);return(a.max(n.getLuminance(),r.getLuminance())+.05)/(a.min(n.getLuminance(),r.getLuminance())+.05)},f.isReadable=function(e,t,n){var r,a,i=f.readability(e,t);switch(a=!1,(r=function(e){var t,n;t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA");"small"!==n&&"large"!==n&&(n="small");return{level:t,size:n}}(n)).level+r.size){case"AAsmall":case"AAAlarge":a=i>=4.5;break;case"AAlarge":a=i>=3;break;case"AAAsmall":a=i>=7}return a},f.mostReadable=function(e,t,n){var r,a,i,l,o=null,s=0;a=(n=n||{}).includeFallbackColors,i=n.level,l=n.size;for(var u=0;u<t.length;u++)(r=f.readability(e,t[u]))>s&&(s=r,o=f(t[u]));return f.isReadable(e,o,{level:i,size:l})||!a?o:(n.includeFallbackColors=!1,f.mostReadable(e,["#fff","#000"],n))};var D=f.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},B=f.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(D);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function G(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=u(t,c(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function z(e){return u(1,c(0,e))}function W(e){return parseInt(e,16)}function O(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function R(e){return a.round(255*parseFloat(e)).toString(16)}function E(e){return W(e)/255}var j,I,N,F=(I="[\\s|\\(]+("+(j="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",N="[\\s|\\(]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",{CSS_UNIT:new RegExp(j),rgb:new RegExp("rgb"+I),rgba:new RegExp("rgba"+N),hsl:new RegExp("hsl"+I),hsla:new RegExp("hsla"+N),hsv:new RegExp("hsv"+I),hsva:new RegExp("hsva"+N),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function $(e){return!!F.CSS_UNIT.exec(e)}void 0!==e&&e.exports?e.exports=f:void 0===(r=function(){return f}.call(t,n,t,e))||(e.exports=r)}(Math)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default={computed:{playersPerMatch:function(){return r.playersPerMatch(this.selectedMode)},hasTalents:function(){return r.hasTalents(this.selectedMode)},selectedActor:{get:function(){return this.$route.query.actor||"*Kinetic*"},set:function(e){this.$ga.event("Hero","update",e);var t=Object.assign({},this.$route.query,{actor:e});this.$router.push({query:t})}},selectedMode:{get:function(){return this.$route.query.mode||"blitz_pvp_ranked"},set:function(e){this.$ga.event("Mode","update",e);var t=Object.assign({},this.$route.query,{mode:e});this.$router.push({query:t})}},filterRarity:{get:function(){return this.$route.query.rarity||""},set:function(e){this.$ga.event("Rarity","update",e);var t=Object.assign({},this.$route.query,{rarity:e});this.$router.push({query:t})}},filterName:{get:function(){return this.$route.query.search||""},set:function(e){this.$ga.event("Search","update",e);var t=Object.assign({},this.$route.query,{search:e});this.$router.push({query:t})}},filterLowPickrate:{get:function(){return 1==this.$route.query.lowPickrate},set:function(e){this.$ga.event("LowPickrate","update",e);var t=Object.assign({},this.$route.query,{lowPickrate:e});this.$router.push({query:t})}}}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(101).dash,l=n(10).extendFlat,o=n(15);e.exports={visible:{valType:"boolean",role:"info",description:["A single toggle to hide the axis while preserving interaction like dragging.","Default is true when a cheater plot is present on the axis, otherwise","false"].join(" ")},color:{valType:"color",dflt:a.defaultLine,role:"style",description:["Sets default for all colors associated with this axis","all at once: line, font, tick, and grid colors.","Grid color is lightened by blending this with the plot background","Individual pieces can override this."].join(" ")},title:{valType:"string",role:"info",description:"Sets the title of this axis."},titlefont:l({},r,{description:["Sets this axis' title font."].join(" ")}),type:{valType:"enumerated",values:["-","linear","log","date","category"],dflt:"-",role:"info",description:["Sets the axis type.","By default, plotly attempts to determined the axis type","by looking into the data of the traces that referenced","the axis in question."].join(" ")},autorange:{valType:"enumerated",values:[!0,!1,"reversed"],dflt:!0,role:"style",description:["Determines whether or not the range of this axis is","computed in relation to the input data.","See `rangemode` for more info.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},rangemode:{valType:"enumerated",values:["normal","tozero","nonnegative"],dflt:"normal",role:"style",description:["If *normal*, the range is computed in relation to the extrema","of the input data.","If *tozero*`, the range extends to 0,","regardless of the input data","If *nonnegative*, the range is non-negative,","regardless of the input data."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of this axis.","If the axis `type` is *log*, then you must take the log of your","desired range (e.g. to set the range from 1 to 100,","set the range from 0 to 2).","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},fixedrange:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not this axis is zoom-able.","If true, then zoom is disabled."].join(" ")},scaleanchor:{valType:"enumerated",values:[o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to another axis id (e.g. `x2`, `y`), the range of this axis","changes together with the range of the corresponding axis","such that the scale of pixels per unit is in a constant ratio.","Both axes are still zoomable, but when you zoom one, the other will","zoom the same amount, keeping a fixed midpoint.","`constrain` and `constraintoward` determine how we enforce the constraint.","You can chain these, ie `yaxis: {scaleanchor: *x*}, xaxis2: {scaleanchor: *y*}`","but you can only link axes of the same `type`.","The linked axis can have the opposite letter (to constrain the aspect ratio)","or the same letter (to match scales across subplots).","Loops (`yaxis: {scaleanchor: *x*}, xaxis: {scaleanchor: *y*}` or longer) are redundant","and the last constraint encountered will be ignored to avoid possible","inconsistent constraints via `scaleratio`."].join(" ")},scaleratio:{valType:"number",min:0,dflt:1,role:"info",description:["If this axis is linked to another by `scaleanchor`, this determines the pixel","to unit scale ratio. For example, if this value is 10, then every unit on","this axis spans 10 times the number of pixels as a unit on the linked axis.","Use this for example to create an elevation profile where the vertical scale","is exaggerated a fixed amount with respect to the horizontal."].join(" ")},constrain:{valType:"enumerated",values:["range","domain"],dflt:"range",role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines how that happens:","by increasing the *range* (default), or by decreasing the *domain*."].join(" ")},constraintoward:{valType:"enumerated",values:["left","center","right","top","middle","bottom"],role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines which direction we push","the originally specified plot area. Options are *left*, *center* (default),","and *right* for x axes, and *top*, *middle* (default), and *bottom* for y axes."].join(" ")},tickmode:{valType:"enumerated",values:["auto","linear","array"],role:"info",description:["Sets the tick mode for this axis.","If *auto*, the number of ticks is set via `nticks`.","If *linear*, the placement of the ticks is determined by","a starting position `tick0` and a tick step `dtick`","(*linear* is the default value if `tick0` and `dtick` are provided).","If *array*, the placement of the ticks is set via `tickvals`","and the tick text is `ticktext`.","(*array* is the default value if `tickvals` is provided)."].join(" ")},nticks:{valType:"integer",min:0,dflt:0,role:"style",description:["Specifies the maximum number of ticks for the particular axis.","The actual number of ticks will be chosen automatically to be","less than or equal to `nticks`.","Has an effect only if `tickmode` is set to *auto*."].join(" ")},tick0:{valType:"any",role:"style",description:["Sets the placement of the first tick on this axis.","Use with `dtick`.","If the axis `type` is *log*, then you must take the log of your starting tick","(e.g. to set the starting tick to 100, set the `tick0` to 2)","except when `dtick`=*L<f>* (see `dtick` for more info).","If the axis `type` is *date*, it should be a date string, like date data.","If the axis `type` is *category*, it should be a number, using the scale where","each category is assigned a serial number from zero in the order it appears."].join(" ")},dtick:{valType:"any",role:"style",description:["Sets the step in-between ticks on this axis. Use with `tick0`.","Must be a positive number, or special strings available to *log* and *date* axes.","If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n","is the tick number. For example,","to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1.","To set tick marks at 1, 100, 10000, ... set dtick to 2.","To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433.","*log* has several special values; *L<f>*, where `f` is a positive number,","gives ticks linearly spaced in value (but not position).","For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc.","To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5).","`tick0` is ignored for *D1* and *D2*.","If the axis `type` is *date*, then you must convert the time to milliseconds.","For example, to set the interval between ticks to one day,","set `dtick` to 86400000.0.","*date* also has special values *M<n>* gives ticks spaced by a number of months.","`n` must be a positive integer.","To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*.","To set ticks every 4 years, set `dtick` to *M48*"].join(" ")},tickvals:{valType:"data_array",description:["Sets the values at which ticks on this axis appear.","Only has an effect if `tickmode` is set to *array*.","Used with `ticktext`."].join(" ")},ticktext:{valType:"data_array",description:["Sets the text displayed at the ticks position via `tickvals`.","Only has an effect if `tickmode` is set to *array*.","Used with `tickvals`."].join(" ")},ticks:{valType:"enumerated",values:["outside","inside",""],role:"style",description:["Determines whether ticks are drawn or not.","If **, this axis' ticks are not drawn.","If *outside* (*inside*), this axis' are drawn outside (inside)","the axis lines."].join(" ")},mirror:{valType:"enumerated",values:[!0,"ticks",!1,"all","allticks"],dflt:!1,role:"style",description:["Determines if the axis lines or/and ticks are mirrored to","the opposite side of the plotting area.","If *true*, the axis lines are mirrored.","If *ticks*, the axis lines and ticks are mirrored.","If *false*, mirroring is disable.","If *all*, axis lines are mirrored on all shared-axes subplots.","If *allticks*, axis lines and ticks are mirrored","on all shared-axes subplots."].join(" ")},ticklen:{valType:"number",min:0,dflt:5,role:"style",description:"Sets the tick length (in px)."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},tickcolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the tick color."},showticklabels:{valType:"boolean",dflt:!0,role:"style",description:"Determines whether or not the tick labels are drawn."},showspikes:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not spikes (aka droplines) are drawn for this axis.","Note: This only takes affect when hovermode = closest"].join(" ")},spikecolor:{valType:"color",dflt:null,role:"style",description:"Sets the spike color. If undefined, will use the series color"},spikethickness:{valType:"number",dflt:3,role:"style",description:"Sets the width (in px) of the zero line."},spikedash:l({},i,{dflt:"dash"}),spikemode:{valType:"flaglist",flags:["toaxis","across","marker"],role:"style",dflt:"toaxis",description:["Determines the drawing mode for the spike line","If *toaxis*, the line is drawn from the data point to the axis the ","series is plotted on.","If *across*, the line is drawn across the entire plot area, and","supercedes *toaxis*.","If *marker*, then a marker dot is drawn on the axis the series is","plotted on"].join(" ")},tickfont:l({},r,{description:"Sets the tick font."}),tickangle:{valType:"angle",dflt:"auto",role:"style",description:["Sets the angle of the tick labels with respect to the horizontal.","For example, a `tickangle` of -90 draws the tick labels","vertically."].join(" ")},tickprefix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label prefix."},showtickprefix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all tick labels are displayed with a prefix.","If *first*, only the first tick is displayed with a prefix.","If *last*, only the last tick is displayed with a suffix.","If *none*, tick prefixes are hidden."].join(" ")},ticksuffix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label suffix."},showticksuffix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:"Same as `showtickprefix` but for tick suffixes."},showexponent:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all exponents are shown besides their significands.","If *first*, only the exponent of the first tick is shown.","If *last*, only the exponent of the last tick is shown.","If *none*, no exponents appear."].join(" ")},exponentformat:{valType:"enumerated",values:["none","e","E","power","SI","B"],dflt:"B",role:"style",description:["Determines a formatting rule for the tick exponents.","For example, consider the number 1,000,000,000.","If *none*, it appears as 1,000,000,000.","If *e*, 1e+9.","If *E*, 1E+9.","If *power*, 1x10^9 (with 9 in a super script).","If *SI*, 1G.","If *B*, 1B."].join(" ")},separatethousands:{valType:"boolean",dflt:!1,role:"style",description:['If "true", even 4-digit integers are separated'].join(" ")},tickformat:{valType:"string",dflt:"",role:"style",description:["Sets the tick label formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},hoverformat:{valType:"string",dflt:"",role:"style",description:["Sets the hover text formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},showline:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not a line bounding this axis is drawn."].join(" ")},linecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the axis line color."},linewidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the axis line."},showgrid:{valType:"boolean",role:"style",description:["Determines whether or not grid lines are drawn.","If *true*, the grid lines are drawn at every tick mark."].join(" ")},gridcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the color of the grid lines."},gridwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the grid lines."},zeroline:{valType:"boolean",role:"style",description:["Determines whether or not a line is drawn at along the 0 value","of this axis.","If *true*, the zero line is drawn on top of the grid lines."].join(" ")},zerolinecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the line color of the zero line."},zerolinewidth:{valType:"number",dflt:1,role:"style",description:"Sets the width (in px) of the zero line."},anchor:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to","the corresponding opposite-letter axis.","If set to *free*, this axis' position is determined by `position`."].join(" ")},side:{valType:"enumerated",values:["top","bottom","left","right"],role:"info",description:["Determines whether a x (y) axis is positioned","at the *bottom* (*left*) or *top* (*right*)","of the plotting area."].join(" ")},overlaying:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set a same-letter axis id, this axis is overlaid on top of","the corresponding same-letter axis.","If *false*, this axis does not overlay any same-letter axes."].join(" ")},domain:{valType:"info_array",role:"info",items:[{valType:"number",min:0,max:1},{valType:"number",min:0,max:1}],dflt:[0,1],description:["Sets the domain of this axis (in plot fraction)."].join(" ")},position:{valType:"number",min:0,max:1,dflt:0,role:"style",description:["Sets the position of this axis in the plotting space","(in normalized coordinates).","Only has an effect if `anchor` is set to *free*."].join(" ")},categoryorder:{valType:"enumerated",values:["trace","category ascending","category descending","array"],dflt:"trace",role:"info",description:["Specifies the ordering logic for the case of categorical variables.","By default, plotly uses *trace*, which specifies the order that is present in the data supplied.","Set `categoryorder` to *category ascending* or *category descending* if order should be determined by","the alphanumerical order of the category names.","Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category","is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to","the *trace* mode. The unspecified categories will follow the categories in `categoryarray`."].join(" ")},categoryarray:{valType:"data_array",role:"info",description:["Sets the order in which categories on this axis appear.","Only has an effect if `categoryorder` is set to *array*.","Used with `categoryorder`."].join(" ")},_deprecated:{autotick:{valType:"boolean",role:"info",description:["Obsolete.","Set `tickmode` to *auto* for old `autotick` *true* behavior.","Set `tickmode` to *linear* for `autotick` *false*."].join(" ")}}}},function(e,t,n){"use strict";t.defaults=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],t.defaultLine="#444",t.lightLine="#eee",t.background="#fff",t.borderLine="#BEC8D9",t.lightFraction=1e3/11},function(e,t,n){"use strict";e.exports={Greys:[[0,"rgb(0,0,0)"],[1,"rgb(255,255,255)"]],YlGnBu:[[0,"rgb(8,29,88)"],[.125,"rgb(37,52,148)"],[.25,"rgb(34,94,168)"],[.375,"rgb(29,145,192)"],[.5,"rgb(65,182,196)"],[.625,"rgb(127,205,187)"],[.75,"rgb(199,233,180)"],[.875,"rgb(237,248,217)"],[1,"rgb(255,255,217)"]],Greens:[[0,"rgb(0,68,27)"],[.125,"rgb(0,109,44)"],[.25,"rgb(35,139,69)"],[.375,"rgb(65,171,93)"],[.5,"rgb(116,196,118)"],[.625,"rgb(161,217,155)"],[.75,"rgb(199,233,192)"],[.875,"rgb(229,245,224)"],[1,"rgb(247,252,245)"]],YlOrRd:[[0,"rgb(128,0,38)"],[.125,"rgb(189,0,38)"],[.25,"rgb(227,26,28)"],[.375,"rgb(252,78,42)"],[.5,"rgb(253,141,60)"],[.625,"rgb(254,178,76)"],[.75,"rgb(254,217,118)"],[.875,"rgb(255,237,160)"],[1,"rgb(255,255,204)"]],Bluered:[[0,"rgb(0,0,255)"],[1,"rgb(255,0,0)"]],RdBu:[[0,"rgb(5,10,172)"],[.35,"rgb(106,137,247)"],[.5,"rgb(190,190,190)"],[.6,"rgb(220,170,132)"],[.7,"rgb(230,145,90)"],[1,"rgb(178,10,28)"]],Reds:[[0,"rgb(220,220,220)"],[.2,"rgb(245,195,157)"],[.4,"rgb(245,160,105)"],[1,"rgb(178,10,28)"]],Blues:[[0,"rgb(5,10,172)"],[.35,"rgb(40,60,190)"],[.5,"rgb(70,100,245)"],[.6,"rgb(90,120,245)"],[.7,"rgb(106,137,247)"],[1,"rgb(220,220,220)"]],Picnic:[[0,"rgb(0,0,255)"],[.1,"rgb(51,153,255)"],[.2,"rgb(102,204,255)"],[.3,"rgb(153,204,255)"],[.4,"rgb(204,204,255)"],[.5,"rgb(255,255,255)"],[.6,"rgb(255,204,255)"],[.7,"rgb(255,153,255)"],[.8,"rgb(255,102,204)"],[.9,"rgb(255,102,102)"],[1,"rgb(255,0,0)"]],Rainbow:[[0,"rgb(150,0,90)"],[.125,"rgb(0,0,200)"],[.25,"rgb(0,25,255)"],[.375,"rgb(0,152,255)"],[.5,"rgb(44,255,150)"],[.625,"rgb(151,255,0)"],[.75,"rgb(255,234,0)"],[.875,"rgb(255,111,0)"],[1,"rgb(255,0,0)"]],Portland:[[0,"rgb(12,51,131)"],[.25,"rgb(10,136,186)"],[.5,"rgb(242,211,56)"],[.75,"rgb(242,143,56)"],[1,"rgb(217,30,30)"]],Jet:[[0,"rgb(0,0,131)"],[.125,"rgb(0,60,170)"],[.375,"rgb(5,255,255)"],[.625,"rgb(255,255,0)"],[.875,"rgb(250,0,0)"],[1,"rgb(128,0,0)"]],Hot:[[0,"rgb(0,0,0)"],[.3,"rgb(230,0,0)"],[.6,"rgb(255,210,0)"],[1,"rgb(255,255,255)"]],Blackbody:[[0,"rgb(0,0,0)"],[.2,"rgb(230,0,0)"],[.4,"rgb(230,210,0)"],[.7,"rgb(255,255,255)"],[1,"rgb(160,200,255)"]],Earth:[[0,"rgb(0,0,130)"],[.1,"rgb(0,180,180)"],[.2,"rgb(40,210,40)"],[.4,"rgb(230,230,50)"],[.6,"rgb(120,70,20)"],[1,"rgb(255,255,255)"]],Electric:[[0,"rgb(0,0,0)"],[.15,"rgb(30,0,100)"],[.4,"rgb(120,0,100)"],[.6,"rgb(160,90,0)"],[.8,"rgb(230,200,0)"],[1,"rgb(255,250,220)"]],Viridis:[[0,"#440154"],[.06274509803921569,"#48186a"],[.12549019607843137,"#472d7b"],[.18823529411764706,"#424086"],[.25098039215686274,"#3b528b"],[.3137254901960784,"#33638d"],[.3764705882352941,"#2c728e"],[.4392156862745098,"#26828e"],[.5019607843137255,"#21918c"],[.5647058823529412,"#1fa088"],[.6274509803921569,"#28ae80"],[.6901960784313725,"#3fbc73"],[.7529411764705882,"#5ec962"],[.8156862745098039,"#84d44b"],[.8784313725490196,"#addc30"],[.9411764705882353,"#d8e219"],[1,"#fde725"]]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(11)),a=i(n(319));function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function l(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var o=n(318).filter(function(e){return void 0!=e.Actor}),s=new Map,u=new Map,c=new Map,d=new Map,f=new Map,h=new Map,p=new Map,v=new Map,y=new Map,g=new Map,m=new Map,_=new Map,T=new Map,b=new Map,M=0,k=[],K=a.config.api.modes,x=function(e){var t=function(t){return t.TotalPicks/u.get(e)*t.TotalWinner},n=r.playersPerMatch(e),i=o.filter(function(t){return t.Mode==e}),K=i.filter(function(e){return e.LevelBucket==function(e){return i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent}).map(function(e){return e.LevelBucket}).reduce(function(e,t){return t<e?t:e})}(e)}).map(function(e){var t,n,o=function(e,t){return e+t},s=function(e){return[].concat(l(Array(e).keys()))},u=i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent&&t.LevelBucket>=0}),c=u.map(function(e){return e.LevelBucket}).sort(),d=function(e){return u.find(function(t){return t.LevelBucket==e})},f=c.map(function(e){return d(e).Count}),h=f.reduce(o,0),p=(t=[]).concat.apply(t,l(c.map(function(e,t){return s(f[t]).map(function(t){return e/a.config.self.levelBuckets})}))),v=(n=[]).concat.apply(n,l(c.map(function(e,t){return s(f[t]).map(function(t){return d(e).Winner})}))),y=p.length,g=p.reduce(o,0),m=v.reduce(o,0),_=p.map(function(e,t){return e*v[t]}).reduce(o,0),T=p.map(function(e){return e*e}).reduce(o,0),b=(v.map(function(e){return e*e}).reduce(o,0),(y*_-g*m)/(y*T-g*g)),M=(m-b*g)/y,k=v.map(function(e){return Math.pow(e-m/y,2)}).reduce(o,0),K=1-v.map(function(e,t){return Math.pow(M+b*p[t]-e,2)}).reduce(o,0)/k;return Object.assign({},e,{TalentWinrateBase:M,TalentWinrateScaling:b,TalentWinrateMax:M+b,TalentWinrateLevelScaling:b/r.getMaxLevel(e),TalentWinrateVariance:K,TotalPicks:h||e.Count,TotalWinner:m/h||e.Winner,SampleTooSmall:h<300,KillDeathPoints:r.killDeathPoints(e),ObjectivePoints:r.objectivePoints(e),BlitzPointsDelta:r.blitzPointsDelta(e),VarianceTooLarge:K<.25})});s.set(e,K),u.set(e,s.get(e).map(function(e){return e.TotalPicks}).reduce(function(e,t){return e+t},0)),M+=u.get(e)/r.playersPerMatch(e),c.set(e,s.get(e).sort(function(e,n){return t(n)-t(e)}).slice(0,10)),d.set(e,s.get(e).sort(function(e,t){return t.TotalPicks-e.TotalPicks})[0]),f.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)>1}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),m.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)<=1&&t.TotalPicks>300}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),h.set(e,s.get(e).filter(function(t){return"Rare"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),p.set(e,s.get(e).filter(function(t){return"Epic"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),v.set(e,s.get(e).filter(function(t){return"Legendary"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),y.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateBase}).sort(function(e,t){return t.TalentWinrateBase-e.TalentWinrateBase})[0]),g.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateLevelScaling}).sort(function(e,t){return t.TalentWinrateLevelScaling-e.TalentWinrateLevelScaling})[0]),_.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.KillDeathPoints}).sort(function(e,t){return t.KillDeathPoints-e.KillDeathPoints})[0]),T.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.ObjectivePoints}).sort(function(e,t){return t.ObjectivePoints-e.ObjectivePoints})[0]),b.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.BlitzPointsDelta}).sort(function(e,t){return t.BlitzPointsDelta-e.BlitzPointsDelta})[0]),0==k.length&&(k=[].concat(l(new Set(s.get(e).map(function(e){return e.Actor})))))},C=!0,A=!1,w=void 0;try{for(var L,D=K[Symbol.iterator]();!(C=(L=D.next()).done);C=!0){x(L.value)}}catch(e){A=!0,w=e}finally{try{!C&&D.return&&D.return()}finally{if(A)throw w}}t.default={getReport:function(e){return s.get(e)},getCsv:function(e){return"Hero,Talent,Rarity,Kills,Deaths,TurretKills,AverageWinrate,BaseLevelWinrate,MaxLevelWinrate,LevelWinrateVariance,Wins,Picks\n"+s.get(e).map(function(e){return[r.getHero(e.Actor),r.getTalentName(e.Talent),r.getTalentRarity(e.Talent),e.Kills,e.Deaths,e.TurretKills,e.TotalWinner,e.TalentWinrateBase||e.TotalWinner,e.TalentWinrateMax||e.TotalWinner,e.TalentWinrateVariance||e.TotalWinner,e.TotalWinner*e.TotalPicks,e.TotalPicks].join(",")}).join("\n")},getTotalPicks:function(e){return u.get(e)},getTopPick:function(e){return d.get(e)},getTop10Picks:function(e){return c.get(e)},getTopLowLevel:function(e){return y.get(e)},getTopScaling:function(e){return g.get(e)},getTopWin:function(e){return f.get(e)},getTopUnpopularWin:function(e){return m.get(e)},getTopRareWins:function(e){return h.get(e)},getTopEpicWins:function(e){return p.get(e)},getTopLegendaryWins:function(e){return v.get(e)},getBestUnpopular:function(e){return topUnpopular.get(e)},getTopKillDeathPoints:function(e){return _.get(e)},getTopObjectivePoints:function(e){return T.get(e)},getTopBlitzPointsDelta:function(e){return b.get(e)},getActors:function(){return k},getModes:function(){return K},getTotalMatches:function(){return M},getLastUpdate:function(){return a.lastUpdate},getLevelBuckets:function(){return a.config.self.levelBuckets}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n){var a,i=n.name,l=t[i],o=r.isArray(e[i])?e[i]:[],s=t[i]=[];for(a=0;a<o.length;a++){var u=o[a],c={},d={};r.isPlainObject(u)||(d.itemIsNotPlainObject=!0,u={}),n.handleItemDefaults(u,c,t,n,d),c._input=u,c._index=a,s.push(c)}if(r.isArray(l)){var f=Math.min(l.length,s.length);for(a=0;a<f;a++)r.relinkPrivateKeys(s[a],l[a])}}},function(e,t,n){"use strict";e.exports=function(e,t){(e.attr("class")||"").split(" ").forEach(function(t){0===t.indexOf("cursor-")&&e.classed(t,!1)}),t&&e.classed("cursor-"+t,!0)}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(20),l=n(87),o=n(86);e.exports={moduleType:"component",name:"fx",constants:n(38),schema:{layout:o},attributes:n(108),layoutAttributes:o,supplyLayoutGlobalDefaults:n(263),supplyDefaults:n(262),supplyLayoutDefaults:n(261),calc:n(260),getDistanceFunction:l.getDistanceFunction,getClosest:l.getClosest,inbox:l.inbox,appendArrayPointValue:l.appendArrayPointValue,castHoverOption:function(e,t,n){return a.castOption(e,t,"hoverlabel."+n)},castHoverinfo:function(e,t,n){return a.castOption(e,n,"hoverinfo",function(n){return a.coerceHoverinfo({hoverinfo:n},{_module:e._module},t)})},hover:n(85).hover,unhover:i.unhover,loneHover:n(85).loneHover,loneUnhover:function(e){var t=a.isD3Selection(e)?e:r.select(e);t.selectAll("g.hovertext").remove(),t.selectAll(".spikeline").remove()},click:n(258)}},function(e,t,n){"use strict";var r=e.exports={};r.attributes=n(103),r.supplyDefaults=n(152),r.calc=n(284),r.calcFromTrace=function(e,t){for(var n=e.x||[],a=e.y||[],i=n.length||a.length,l=new Array(i),o=0;o<i;o++)l[o]={x:n[o],y:a[o]};return l[0].trace=e,r.calc({calcdata:[l],_fullLayout:t}),l},r.plot=n(277),r.style=n(276),r.hoverInfo=function(e,t,n){(t.error_y||{}).visible&&(n.yerr=e.yh-e.y,t.error_y.symmetric||(n.yerrneg=e.y-e.ys)),(t.error_x||{}).visible&&(n.xerr=e.xh-e.x,t.error_x.symmetric||(n.xerrneg=e.x-e.xs))}},function(e,t,n){"use strict";t.xmlns="http://www.w3.org/2000/xmlns/",t.svg="http://www.w3.org/2000/svg",t.xlink="http://www.w3.org/1999/xlink",t.svgAttrs={xmlns:t.svg,"xmlns:xlink":t.xlink}},function(e,t,n){"use strict";e.exports=function(e){return window&&window.process&&window.process.versions?"[object Object]"===Object.prototype.toString.call(e):"[object Object]"===Object.prototype.toString.call(e)&&Object.getPrototypeOf(e)===Object.prototype}},function(e,t,n){"use strict";var r=n(111),a=e.exports={};function i(e,t){if(e.apply)e.apply(e,t);else for(var n=0;n<t.length;n++)e(t[n])}a.log=function(){if(r.logging>1){for(var e=["LOG:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.warn=function(){if(r.logging>0){for(var e=["WARN:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.error=function(){if(r.logging>0){for(var e=["ERROR:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.error,e)}}},function(e,t,n){"use strict";n.r(t);var r=n(112),a=n(66);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";e.exports={name:"sliders",containerClassName:"slider-container",groupClassName:"slider-group",inputAreaClass:"slider-input-area",railRectClass:"slider-rail-rect",railTouchRectClass:"slider-rail-touch-rect",gripRectClass:"slider-grip-rect",tickRectClass:"slider-tick-rect",inputProxyClass:"slider-input-proxy",labelsClass:"slider-labels",labelGroupClass:"slider-label-group",labelClass:"slider-label",currentValueClass:"slider-current-value",railHeight:5,menuIndexAttrName:"slider-active-index",autoMarginIdRoot:"slider-",minWidth:30,minHeight:30,textPadX:40,arrowOffsetX:4,railRadius:2,railWidth:5,railBorder:4,railBorderWidth:1,railBorderColor:"#bec8d9",railBgColor:"#f8fafc",railInset:8,stepInset:10,gripRadius:10,gripWidth:20,gripHeight:20,gripBorder:20,gripBorderWidth:1,gripBorderColor:"#bec8d9",gripBgColor:"#f6f8fa",gripBgActiveColor:"#dbdde0",labelPadding:8,labelOffset:0,tickWidth:1,tickColor:"#333",tickOffset:25,tickLength:7,minorTickOffset:25,minorTickColor:"#333",minorTickLength:4,currentValuePadding:8,currentValueInset:0}},function(e,t,n){"use strict";var r=n(135),a=n(17),i=n(15),l=n(10).extendFlat;e.exports={_isLinkedToArray:"annotation",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this annotation is visible."].join(" ")},text:{valType:"string",role:"info",description:["Sets the text associated with this annotation.","Plotly uses a subset of HTML tags to do things like","newline (<br>), bold (<b></b>), italics (<i></i>),","hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>","<span> are also supported."].join(" ")},textangle:{valType:"angle",dflt:0,role:"style",description:["Sets the angle at which the `text` is drawn","with respect to the horizontal."].join(" ")},font:l({},a,{description:"Sets the annotation text font."}),width:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit width for the text box. null (default) lets the","text set the box width. Wider text will be clipped.","There is no automatic wrapping; use <br> to start a new line."].join(" ")},height:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit height for the text box. null (default) lets the","text set the box height. Taller text will be clipped."].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"style",description:"Sets the opacity of the annotation (text + arrow)."},align:{valType:"enumerated",values:["left","center","right"],dflt:"center",role:"style",description:["Sets the horizontal alignment of the `text` within the box.","Has an effect only if `text` spans more two or more lines","(i.e. `text` contains one or more <br> HTML tags) or if an","explicit width is set to override the text width."].join(" ")},valign:{valType:"enumerated",values:["top","middle","bottom"],dflt:"middle",role:"style",description:["Sets the vertical alignment of the `text` within the box.","Has an effect only if an explicit height is set to override","the text height."].join(" ")},bgcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:"Sets the background color of the annotation."},bordercolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:["Sets the color of the border enclosing the annotation `text`."].join(" ")},borderpad:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the padding (in px) between the `text`","and the enclosing border."].join(" ")},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the width (in px) of the border enclosing","the annotation `text`."].join(" ")},showarrow:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the annotation is drawn with an arrow.","If *true*, `text` is placed near the arrow's tail.","If *false*, `text` lines up with the `x` and `y` provided."].join(" ")},arrowcolor:{valType:"color",role:"style",description:"Sets the color of the annotation arrow."},arrowhead:{valType:"integer",min:0,max:r.length,dflt:1,role:"style",description:"Sets the annotation arrow head style."},arrowsize:{valType:"number",min:.3,dflt:1,role:"style",description:"Sets the size (in px) of annotation arrow head."},arrowwidth:{valType:"number",min:.1,role:"style",description:"Sets the width (in px) of annotation arrow."},standoff:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a distance, in pixels, to move the arrowhead away from the","position it is pointing at, for example to point at the edge of","a marker independent of zoom. Note that this shortens the arrow","from the `ax` / `ay` vector, in contrast to `xshift` / `yshift`","which moves everything by this amount."].join(" ")},ax:{valType:"any",role:"info",description:["Sets the x component of the arrow tail about the arrow head.","If `axref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from right to left (left to right).","If `axref` is an axis, this is an absolute value on that axis,","like `x`, NOT a relative value."].join(" ")},ay:{valType:"any",role:"info",description:["Sets the y component of the arrow tail about the arrow head.","If `ayref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from bottom to top (top to bottom).","If `ayref` is an axis, this is an absolute value on that axis,","like `y`, NOT a relative value."].join(" ")},axref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.x.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ax` is a relative offset in pixels ","from `x`. If set to an x axis id (e.g. *x* or *x2*), `ax` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},ayref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.y.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ay` is a relative offset in pixels ","from `y`. If set to a y axis id (e.g. *y* or *y2*), `ay` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},xref:{valType:"enumerated",values:["paper",i.idRegex.x.toString()],role:"info",description:["Sets the annotation's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where 0 (1) corresponds to the left (right) side."].join(" ")},x:{valType:"any",role:"info",description:["Sets the annotation's x position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"auto",role:"info",description:["Sets the text box's horizontal position anchor","This anchor binds the `x` position to the *left*, *center*","or *right* of the annotation.","For example, if `x` is set to 1, `xref` to *paper* and","`xanchor` to *right* then the right-most portion of the","annotation lines up with the right-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *center* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},xshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow to the","right (positive) or left (negative) by this many pixels."].join(" ")},yref:{valType:"enumerated",values:["paper",i.idRegex.y.toString()],role:"info",description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where 0 (1) corresponds to the bottom (top)."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the text box's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the annotation.","For example, if `y` is set to 1, `yref` to *paper* and","`yanchor` to *top* then the top-most portion of the","annotation lines up with the top-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *middle* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},yshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow up","(positive) or down (negative) by this many pixels."].join(" ")},clicktoshow:{valType:"enumerated",values:[!1,"onoff","onout"],dflt:!1,role:"style",description:["Makes this annotation respond to clicks on the plot.","If you click a data point that exactly matches the `x` and `y`","values of this annotation, and it is hidden (visible: false),","it will appear. In *onoff* mode, you must click the same point","again to make it disappear, so if you click multiple points,","you can show multiple annotations. In *onout* mode, a click","anywhere else in the plot (on another data point or not) will","hide this annotation.","If you need to show/hide this annotation in response to different","`x` or `y` values, you can set `xclick` and/or `yclick`. This is","useful for example to label the side of a bar. To label markers","though, `standoff` is preferred over `xclick` and `yclick`."].join(" ")},xclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `x` value","is `xclick` rather than the annotation's `x` value."].join(" ")},yclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `y` value","is `yclick` rather than the annotation's `y` value."].join(" ")},hovertext:{valType:"string",role:"info",description:["Sets text to appear when hovering over this annotation.","If omitted or blank, no hover label will appear."].join(" ")},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of the hover label.","By default uses the annotation's `bgcolor` made opaque,","or white if it was transparent."].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of the hover label.","By default uses either dark grey or white, for maximum","contrast with `hoverlabel.bgcolor`."].join(" ")},font:l({},a,{description:["Sets the hover label text font.","By default uses the global hover font and size,","with color from `hoverlabel.bordercolor`."].join(" ")})},captureevents:{valType:"boolean",role:"info",description:["Determines whether the annotation text box captures mouse move","and click events, or allows those events to pass through to data","points in the plot that may be behind the annotation. By default","`captureevents` is *false* unless `hovertext` is provided.","If you use the event `plotly_clickannotation` without `hovertext`","you must explicitly enable `captureevents`."].join(" ")},_deprecated:{ref:{valType:"string",role:"info",description:["Obsolete. Set `xref` and `yref` separately instead."].join(" ")}}}},function(e,t,n){"use strict";t.isRightAnchor=function(e){return"right"===e.xanchor||"auto"===e.xanchor&&e.x>=2/3},t.isCenterAnchor=function(e){return"center"===e.xanchor||"auto"===e.xanchor&&e.x>1/3&&e.x<2/3},t.isBottomAnchor=function(e){return"bottom"===e.yanchor||"auto"===e.yanchor&&e.y<=1/3},t.isMiddleAnchor=function(e){return"middle"===e.yanchor||"auto"===e.yanchor&&e.y>1/3&&e.y<2/3}},function(e,t,n){"use strict";e.exports={MAXDIST:20,YANGLE:60,HOVERARROWSIZE:6,HOVERTEXTPAD:3,HOVERFONTSIZE:13,HOVERFONT:"Arial, sans-serif",HOVERMINTIME:50}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(99);e.exports=function(e,t){var n=t?a.nestedProperty(e,t).get()||{}:e,l=n.color,o=!1;if(Array.isArray(l))for(var s=0;s<l.length;s++)if(r(l[s])){o=!0;break}return a.isPlainObject(n)&&(o||!0===n.showscale||r(n.cmin)&&r(n.cmax)||i(n.colorscale)||a.isPlainObject(n.colorbar))}},function(e,t,n){"use strict";var r=n(293),a=n(103),i=n(102),l=n(101).dash,o=n(7),s=n(153),u=n(10).extendFlat;e.exports={x:{valType:"data_array",description:"Sets the x coordinates."},x0:{valType:"any",dflt:0,role:"info",description:["Alternate to `x`.","Builds a linear space of x coordinates.","Use with `dx`","where `x0` is the starting coordinate and `dx` the step."].join(" ")},dx:{valType:"number",dflt:1,role:"info",description:["Sets the x coordinate step.","See `x0` for more info."].join(" ")},y:{valType:"data_array",description:"Sets the y coordinates."},y0:{valType:"any",dflt:0,role:"info",description:["Alternate to `y`.","Builds a linear space of y coordinates.","Use with `dy`","where `y0` is the starting coordinate and `dy` the step."].join(" ")},dy:{valType:"number",dflt:1,role:"info",description:["Sets the y coordinate step.","See `y0` for more info."].join(" ")},text:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","If trace `hoverinfo` contains a *text* flag and *hovertext* is not set,","these elements will be seen in the hover labels."].join(" ")},hovertext:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets hover text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","To be seen, trace `hoverinfo` must contain a *text* flag."].join(" ")},mode:{valType:"flaglist",flags:["lines","markers","text"],extras:["none"],role:"info",description:["Determines the drawing mode for this scatter trace.","If the provided `mode` includes *text* then the `text` elements","appear at the coordinates. Otherwise, the `text` elements","appear on hover.","If there are less than "+s.PTS_LINESONLY+" points,","then the default is *lines+markers*. Otherwise, *lines*."].join(" ")},hoveron:{valType:"flaglist",flags:["points","fills"],role:"info",description:["Do the hover effects highlight individual points (markers or","line points) or do they highlight filled regions?","If the fill is *toself* or *tonext* and there are no markers","or text, then the default is *fills*, otherwise it is *points*."].join(" ")},line:{color:{valType:"color",role:"style",description:"Sets the line color."},width:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the line width (in px)."},shape:{valType:"enumerated",values:["linear","spline","hv","vh","hvh","vhv"],dflt:"linear",role:"style",description:["Determines the line shape.","With *spline* the lines are drawn using spline interpolation.","The other available values correspond to step-wise line shapes."].join(" ")},smoothing:{valType:"number",min:0,max:1.3,dflt:1,role:"style",description:["Has an effect only if `shape` is set to *spline*","Sets the amount of smoothing.","*0* corresponds to no smoothing (equivalent to a *linear* shape)."].join(" ")},dash:l,simplify:{valType:"boolean",dflt:!0,role:"info",description:["Simplifies lines by removing nearly-collinear points. When transitioning","lines, it may be desirable to disable this so that the number of points","along the resulting SVG path is unaffected."].join(" ")}},connectgaps:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not gaps","(i.e. {nan} or missing values)","in the provided data arrays are connected."].join(" ")},fill:{valType:"enumerated",values:["none","tozeroy","tozerox","tonexty","tonextx","toself","tonext"],dflt:"none",role:"style",description:["Sets the area to fill with a solid color.","Use with `fillcolor` if not *none*.","*tozerox* and *tozeroy* fill to x=0 and y=0 respectively.","*tonextx* and *tonexty* fill between the endpoints of this","trace and the endpoints of the trace before it, connecting those","endpoints with straight lines (to make a stacked area graph);","if there is no trace before it, they behave like *tozerox* and","*tozeroy*.","*toself* connects the endpoints of the trace (or each segment","of the trace if it has gaps) into a closed shape.","*tonext* fills the space between two traces if one completely","encloses the other (eg consecutive contour lines), and behaves like","*toself* if there is no trace before it. *tonext* should not be","used if one trace does not enclose the other."].join(" ")},fillcolor:{valType:"color",role:"style",description:["Sets the fill color.","Defaults to a half-transparent variant of the line color,","marker color, or marker line color, whichever is available."].join(" ")},marker:u({},{symbol:{valType:"enumerated",values:o.symbolList,dflt:"circle",arrayOk:!0,role:"style",description:["Sets the marker symbol type.","Adding 100 is equivalent to appending *-open* to a symbol name.","Adding 200 is equivalent to appending *-dot* to a symbol name.","Adding 300 is equivalent to appending *-open-dot*","or *dot-open* to a symbol name."].join(" ")},opacity:{valType:"number",min:0,max:1,arrayOk:!0,role:"style",description:"Sets the marker opacity."},size:{valType:"number",min:0,dflt:6,arrayOk:!0,role:"style",description:"Sets the marker size (in px)."},maxdisplayed:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a maximum number of points to be drawn on the graph.","*0* corresponds to no limit."].join(" ")},sizeref:{valType:"number",dflt:1,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the scale factor used to determine the rendered size of","marker points. Use with `sizemin` and `sizemode`."].join(" ")},sizemin:{valType:"number",min:0,dflt:0,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the minimum size (in px) of the rendered marker points."].join(" ")},sizemode:{valType:"enumerated",values:["diameter","area"],dflt:"diameter",role:"info",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the rule for which the data in `size` is converted","to pixels."].join(" ")},showscale:{valType:"boolean",role:"info",dflt:!1,description:["Has an effect only if `marker.color` is set to a numerical array.","Determines whether or not a colorbar is displayed."].join(" ")},colorbar:i,line:u({},{width:{valType:"number",min:0,arrayOk:!0,role:"style",description:"Sets the width (in px) of the lines bounding the marker points."}},r("marker.line")),gradient:{type:{valType:"enumerated",values:["radial","horizontal","vertical","none"],arrayOk:!0,dflt:"none",role:"style",description:["Sets the type of gradient used to fill the markers"].join(" ")},color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the final color of the gradient fill:","the center color for radial, the right for horizontal,","or the bottom for vertical."].join(" ")}}},r("marker")),textposition:{valType:"enumerated",values:["top left","top center","top right","middle left","middle center","middle right","bottom left","bottom center","bottom right"],dflt:"middle center",arrayOk:!0,role:"style",description:["Sets the positions of the `text` elements","with respects to the (x,y) coordinates."].join(" ")},textfont:{family:{valType:"string",role:"style",noBlank:!0,strict:!0,arrayOk:!0},size:{valType:"number",role:"style",min:1,arrayOk:!0},color:{valType:"color",role:"style",arrayOk:!0},description:"Sets the text font."},r:{valType:"data_array",description:["For polar chart only.","Sets the radial coordinates."].join("")},t:{valType:"data_array",description:["For polar chart only.","Sets the angular coordinates."].join("")},error_y:a,error_x:a}},function(e,t,n){"use strict";var r=n(0).extendFlat,a=n(17),i=n(24);e.exports={font:{family:r({},a.family,{dflt:'"Open Sans", verdana, arial, sans-serif'}),size:r({},a.size,{dflt:12}),color:r({},a.color,{dflt:i.defaultLine}),description:["Sets the global font.","Note that fonts used in traces and other","layout components inherit from the global font."].join(" ")},title:{valType:"string",role:"info",dflt:"Click to enter Plot title",description:["Sets the plot's title."].join(" ")},titlefont:r({},a,{description:"Sets the title font."}),autosize:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a layout width or height","that has been left undefined by the user","is initialized on each relayout.","Note that, regardless of this attribute,","an undefined layout width or height","is always initialized on the first call to plot."].join(" ")},width:{valType:"number",role:"info",min:10,dflt:700,description:["Sets the plot's width (in px)."].join(" ")},height:{valType:"number",role:"info",min:10,dflt:450,description:["Sets the plot's height (in px)."].join(" ")},margin:{l:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the left margin (in px)."},r:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the right margin (in px)."},t:{valType:"number",role:"info",min:0,dflt:100,description:"Sets the top margin (in px)."},b:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the bottom margin (in px)."},pad:{valType:"number",role:"info",min:0,dflt:0,description:["Sets the amount of padding (in px)","between the plotting area and the axis lines"].join(" ")},autoexpand:{valType:"boolean",role:"info",dflt:!0}},paper_bgcolor:{valType:"color",role:"style",dflt:i.background,description:"Sets the color of paper where the graph is drawn."},plot_bgcolor:{valType:"color",role:"style",dflt:i.background,description:["Sets the color of plotting area in-between x and y axes."].join(" ")},separators:{valType:"string",role:"style",dflt:".,",description:["Sets the decimal and thousand separators.","For example, *. * puts a '.' before decimals and","a space between thousands."].join(" ")},hidesources:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a text link citing the data source is","placed at the bottom-right cored of the figure.","Has only an effect only on graphs that have been generated via","forked graphs from the plotly service (at https://plot.ly or on-premise)."].join(" ")},smith:{valType:"enumerated",role:"info",values:[!1],dflt:!1},showlegend:{valType:"boolean",role:"info",description:"Determines whether or not a legend is drawn."}}},function(e,t,n){"use strict";var r=n(108);e.exports={type:{valType:"enumerated",role:"info",values:[],dflt:"scatter"},visible:{valType:"enumerated",values:[!0,!1,"legendonly"],role:"info",dflt:!0,description:["Determines whether or not this trace is visible.","If *legendonly*, the trace is not drawn,","but can appear as a legend item","(provided that the legend itself is visible)."].join(" ")},showlegend:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not an item corresponding to this","trace is shown in the legend."].join(" ")},legendgroup:{valType:"string",role:"info",dflt:"",description:["Sets the legend group for this trace.","Traces part of the same legend group hide/show at the same time","when toggling legend items."].join(" ")},opacity:{valType:"number",role:"style",min:0,max:1,dflt:1,description:"Sets the opacity of the trace."},name:{valType:"string",role:"info",description:["Sets the trace name.","The trace name appear as the legend item and on hover."].join(" ")},uid:{valType:"string",role:"info",dflt:""},ids:{valType:"data_array",description:["Assigns id labels to each datum.","These ids for object constancy of data points during animation."].join(" ")},customdata:{valType:"data_array",description:["Assigns extra data each datum.","This may be useful when listening to hover, click and selection events.","Note that, *scatter* traces also appends customdata items in the markers","DOM elements"].join(" ")},hoverinfo:{valType:"flaglist",role:"info",flags:["x","y","z","text","name"],extras:["all","none","skip"],arrayOk:!0,dflt:"all",description:["Determines which trace information appear on hover.","If `none` or `skip` are set, no information is displayed upon hovering.","But, if `none` is set, click and hover events are still fired."].join(" ")},hoverlabel:r.hoverlabel,stream:{token:{valType:"string",noBlank:!0,strict:!0,role:"info",description:["The stream id number links a data trace on a plot with a stream.","See https://plot.ly/settings for more details."].join(" ")},maxpoints:{valType:"number",min:0,max:1e4,dflt:500,role:"info",description:["Sets the maximum number of points to keep on the plots from an","incoming stream.","If `maxpoints` is set to *50*, only the newest 50 points will","be displayed on the plot."].join(" ")}}}},function(e,t,n){"use strict";n.r(t);var r=n(114),a=n(69);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(323);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"0f598b8f",null);t.default=o.exports},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(306)),i=s(n(26)),l=s(n(22)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}a.default.register([]),t.default=r.default.component("win-pick-scatter",{mixins:[l.default],mounted:function(){this.refresh(),window.addEventListener("resize",this.resize)},watch:{selectedMode:function(){this.refresh()},filterLowPickrate:function(){this.refresh()}},methods:{refresh:function(){var e=this,t=i.default.getReport(this.selectedMode).filter(function(t){return!!e.filterLowPickrate||!t.SampleTooSmall}),n=i.default.getTotalPicks(this.selectedMode),r=function(e){return t.filter(function(t){return o.getTalentRarity(t.Talent)==e})},l=o.RARITIES.map(function(t){return{x:r(t).map(function(e){return e.TotalWinner||e.Winner}),y:r(t).map(function(t){return o.playersPerMatch(e.selectedMode)*(t.TotalCount||t.Count)/n}),text:r(t).map(function(e){return o.getHero(e.Actor)}),name:t,mode:"markers",type:"scatter"}});this.plot=a.default.newPlot(this.$refs.graph,l,{xaxis:{title:"Win Rate",fixedrange:!0,tickformat:",.0%"},yaxis:{title:"Pick Rate",fixedrange:!0,tickformat:",.0%"},margin:{t:40,l:40,b:40,r:40},staticPlot:!0},{displayModeBar:!1})},resize:function(){a.default.Plots.resize(this.$refs.graph)}}})},function(e,t,n){"use strict";n.r(t);var r=n(48),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r};t.default=i.default.component("install-notification",{data:function(){return{deferredPrompt:void 0}},methods:{promptInstall:function(e){var t=this;this.$ga.event("PWA","available"),e.preventDefault(),this.deferredPrompt=e,this.deferredPrompt.userChoice.then(function(e){t.$ga.event("PWA","popup",e.outcome),t.deferredPrompt=null})},installed:function(e){this.$ga.event("PWA","installed")}},created:function(){window.addEventListener("beforeinstallprompt",this.promptInstall),window.addEventListener("appinstalled",this.installed)},destroyed:function(){window.removeEventListener("beforeinstallprompt",this.promptInstall),window.removeEventListener("appinstalled",this.installed)}})},function(e,t,n){"use strict";n.r(t);var r=n(51),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(12)),a=i(n(22));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("intro-box",{mixins:[a.default],data:function(){return{hideIntro:!!localStorage.getItem("hideIntro"),gaOptedOut:!!localStorage.getItem("gaOptOut")}},methods:{optOutAnalytics:function(){this.$ga.disable(),this.gaOptedOut=!0}},created:function(){this.gaOptedOut&&this.$ga.disable()},watch:{hideIntro:function(e){localStorage.setItem("hideIntro",e)},gaOptedOut:function(e){localStorage.setItem("gaOptOut",e)},selectedMode:function(e){this.hideIntro=!!localStorage.getItem("hideIntro")}}})},function(e,t,n){"use strict";n.r(t);var r=n(53),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(34)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("report-table",{mixins:[i.default],data:function(){var e=this;return{RARITIES:o.RARITIES,getTalentName:o.getTalentName,getTalentRarityIndex:o.getTalentRarityIndex,getHero:o.getHero,getLevelBuckets:l.default.getLevelBuckets,getLevelsPerBucket:function(t){return o.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{report:function(){var e=this,t=function(e){return!0},n=[""!=this.filterRarity?function(t){return o.getTalentRarity(t.Talent)==e.filterRarity}:t,this.filterLowPickrate?t:function(e){return!e.SampleTooSmall}],r=function(e,t){return e&&t};return l.default.getReport(this.selectedMode).filter(function(e){return n.map(function(t){return t(e)}).reduce(r,!0)})},totalPicks:function(){return l.default.getTotalPicks(this.selectedMode)}},methods:{downloadCsv:function(){var e=l.default.getCsv(this.selectedMode),t=document.createElement("a");t.href="data:text/csv;charset=utf-8,"+encodeURI(e),t.target="_blank",t.download=o.getMode(this.selectedMode)+".csv",t.click()}},components:{HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(55),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-talent-table",{mixins:[l.default],data:function(){var e=this;return{getTalentName:s.getTalentName,getLevelBuckets:o.default.getLevelBuckets,getLevelsPerBucket:function(t){return s.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},heroReport:function(){var e=this;return o.default.getReport(this.selectedMode).filter(function(t){return t.Actor==e.selectedActor}).sort(function(e,t){return s.getTalentRarityIndex(e.Talent)-s.getTalentRarityIndex(t.Talent)})},totalHeroReport:function(){return this.heroReport.map(function(e){return{TotalWinner:e.TotalPicks*e.TotalWinner,TotalPicks:e.TotalPicks}}).reduce(function(e,t){return{TotalWinner:e.TotalWinner+t.TotalWinner,TotalPicks:e.TotalPicks+t.TotalPicks}},{TotalWinner:0,TotalPicks:0})},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(57),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-draft-grid",{mixins:[l.default],data:function(){return{actors:o.default.getActors().sort(),getHero:s.getHero,getTalentName:s.getTalentName}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(60),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("top-talents-box",{mixins:[l.default],data:function(){return{getHero:s.getHero,getTalentName:s.getTalentName}},computed:{top10Talents:function(){return o.default.getTop10Picks(this.selectedMode)},hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(62),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("hero-image",{props:["actor","round"],computed:{hero:function(){return l.getHero(this.actor)}}})},function(e,t,n){"use strict";n.r(t);var r=n(65),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("talent-image",{props:["entry","size"],computed:{hero:function(){return l.getHero(this.entry.Actor)},rarity:function(){return l.getTalentRarity(this.entry.Talent)}}})},function(e,t,n){"use strict";n.r(t);var r=n(68),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(12)),a=o(n(43)),i=o(n(34)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("talent-box",{props:["title","content","entry","type","value","label"],computed:{hero:function(){return l.getHero(this.entry.Actor)},hasTalent:function(){return"None"!=l.getTalentRarity(this.entry.Talent)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(70),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(327)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("highlights",{mixins:[i.default],computed:{stats:function(){return{topWin:l.default.getTopWin(this.selectedMode),topUnpopularWin:l.default.getTopUnpopularWin(this.selectedMode),topPick:l.default.getTopPick(this.selectedMode),totalPicks:l.default.getTotalPicks(this.selectedMode),topRareWin:l.default.getTopRareWins(this.selectedMode),topEpicWin:l.default.getTopEpicWins(this.selectedMode),topLegendaryWin:l.default.getTopLegendaryWins(this.selectedMode),topLowLevel:l.default.getTopLowLevel(this.selectedMode),topScaling:l.default.getTopScaling(this.selectedMode),topKillDeathPoints:l.default.getTopKillDeathPoints(this.selectedMode),topObjectivePoints:l.default.getTopObjectivePoints(this.selectedMode),topBlitzPointsDelta:l.default.getTopBlitzPointsDelta(this.selectedMode)}},playersPerMatch:function(){return o.playersPerMatch(this.selectedMode)}},components:{TalentBox:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(72),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=p(n(12)),a=p(n(328)),i=p(n(317)),l=p(n(316)),o=p(n(313)),s=p(n(312)),u=p(n(311)),c=p(n(310)),d=p(n(307)),f=p(n(22)),h=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function p(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("mode-tab",{mixins:[f.default],data:function(){return{getHero:h.getHero}},computed:{hasTalents:function(){return h.hasTalents(this.selectedMode)}},components:{Highlights:a.default,TopTalentsBox:i.default,HeroDraftGrid:l.default,HeroTalentTable:o.default,ReportTable:s.default,IntroBox:u.default,WinPickScatter:d.default,InstallNotification:c.default}})},function(e,t,n){"use strict";n.r(t);var r=n(74),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(169)),a=o(n(22)),i=o(n(26)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default={name:"App",mixins:[a.default],data:function(){return{totalMatches:100*Math.floor(i.default.getTotalMatches()/100),lastUpdate:i.default.getLastUpdate(),modes:i.default.getModes(),getMode:l.getMode}},components:{ModeTab:r.default}}},function(e,t,n){"use strict";n.r(t);var r=n(76),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(126);l=i(l,{_isLinkedToArray:"button",description:["Sets the specifications for each buttons.","By default, a range selector comes with no buttons."].join(" ")}),e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this range selector is visible.","Note that range selectors are only available for x axes of","`type` set to or auto-typed to *date*."].join(" ")},buttons:l,x:{valType:"number",min:-2,max:3,role:"style",description:"Sets the x position (in normalized coordinates) of the range selector."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the range selector's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,role:"style",description:"Sets the y position (in normalized coordinates) of the range selector."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"bottom",role:"info",description:["Sets the range selector's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},font:i({},r,{description:"Sets the font of the range selector button text."}),bgcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the background color of the range selector buttons."},activecolor:{valType:"color",role:"style",description:"Sets the background color of the active range selector button."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the range selector."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the range selector."}}},function(e,t,n){"use strict";var r=n(24);e.exports={bgcolor:{valType:"color",dflt:r.background,role:"style",description:"Sets the background color of the range slider."},bordercolor:{valType:"color",dflt:r.defaultLine,role:"style",description:"Sets the border color of the range slider."},borderwidth:{valType:"integer",dflt:0,min:0,role:"style",description:"Sets the border color of the range slider."},autorange:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the range slider range is","computed in relation to the input data.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of the range slider.","If not set, defaults to the full xaxis range.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},thickness:{valType:"number",dflt:.15,min:0,max:1,role:"style",description:["The height of the range slider as a fraction of the","total plot area height."].join(" ")},visible:{valType:"boolean",dflt:!0,role:"info",description:["Determines whether or not the range slider will be visible.","If visible, perpendicular axes will be set to `fixedrange`"].join(" ")}}},function(e,t,n){"use strict";e.exports={name:"updatemenus",containerClassName:"updatemenu-container",headerGroupClassName:"updatemenu-header-group",headerClassName:"updatemenu-header",headerArrowClassName:"updatemenu-header-arrow",dropdownButtonGroupClassName:"updatemenu-dropdown-button-group",dropdownButtonClassName:"updatemenu-dropdown-button",buttonClassName:"updatemenu-button",itemRectClassName:"updatemenu-item-rect",itemTextClassName:"updatemenu-item-text",menuIndexAttrName:"updatemenu-active-index",autoMarginIdRoot:"updatemenu-",blankHeaderOpts:{label:" "},minWidth:30,minHeight:30,textPadX:24,arrowPadX:16,rx:2,ry:2,textOffsetX:12,textOffsetY:3,arrowOffsetX:4,gapButtonHeader:5,gapButton:2,activeColor:"#F4FAFF",hoverColor:"#F4FAFF",arrowSymbol:{left:"โ",right:"โบ",up:"โฒ",down:"โผ"}}},function(e,t,n){"use strict";t.rangeToShapePosition=function(e){return"log"===e.type?e.r2d:function(e){return e}},t.shapePositionToRange=function(e){return"log"===e.type?e.d2r:function(e){return e}},t.decodeDate=function(e){return function(t){return t.replace&&(t=t.replace("_"," ")),e(t)}},t.encodeDate=function(e){return function(t){return e(t).replace(" ","_")}},t.getDataToPixel=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.shapePositionToRange(n);a=function(e){return n._offset+n.r2p(l(e,!0))},"date"===n.type&&(a=t.decodeDate(a))}else a=r?function(e){return i.t+i.h*(1-e)}:function(e){return i.l+i.w*e};return a},t.getPixelToData=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.rangeToShapePosition(n);a=function(e){return l(n.p2r(e-n._offset))}}else a=r?function(e){return 1-(e-i.t)/i.h}:function(e){return(e-i.l)/i.w};return a}},function(e,t,n){"use strict";var r=n(36);e.exports={_isLinkedToArray:"annotation",visible:r.visible,x:{valType:"any",role:"info",description:["Sets the annotation's x position."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position."].join(" ")},z:{valType:"any",role:"info",description:["Sets the annotation's z position."].join(" ")},ax:{valType:"number",role:"info",description:["Sets the x component of the arrow tail about the arrow head (in pixels)."].join(" ")},ay:{valType:"number",role:"info",description:["Sets the y component of the arrow tail about the arrow head (in pixels)."].join(" ")},xanchor:r.xanchor,xshift:r.xshift,yanchor:r.yanchor,yshift:r.yshift,text:r.text,textangle:r.textangle,font:r.font,width:r.width,height:r.height,opacity:r.opacity,align:r.align,valign:r.valign,bgcolor:r.bgcolor,bordercolor:r.bordercolor,borderpad:r.borderpad,borderwidth:r.borderwidth,showarrow:r.showarrow,arrowcolor:r.arrowcolor,arrowhead:r.arrowhead,arrowsize:r.arrowsize,arrowwidth:r.arrowwidth,standoff:r.standoff,hovertext:r.hovertext,hoverlabel:r.hoverlabel,captureevents:r.captureevents}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(6),s=n(3),u=n(7),c=n(29),d=n(14),f=n(28),h=n(20),p=n(214);function v(e,t){var n=e._fullLayout.annotations[t]||{};y(e,n,t,!1,o.getFromId(e,n.xref),o.getFromId(e,n.yref))}function y(e,t,n,i,o,v){var y,m,_=e._fullLayout,T=e._fullLayout._size;i?(y="annotation-"+i,m=i+".annotations["+n+"]"):(y="annotation",m="annotations["+n+"]"),_._infolayer.selectAll("."+y+'[data-index="'+n+'"]').remove();var b="clip"+_._uid+"_ann"+n;if(t._input&&!1!==t.visible){var M={x:{},y:{}},k=+t.textangle||0,K=_._infolayer.append("g").classed(y,!0).attr("data-index",String(n)).style("opacity",t.opacity),x=K.append("g").classed("annotation-text-g",!0),C=x.append("g").style("pointer-events",t.captureevents?"all":null).call(f,"default").on("click",function(){e._dragging=!1;var a={index:n,annotation:t._input,fullAnnotation:t,event:r.event};i&&(a.subplotId=i),e.emit("plotly_clickannotation",a)});t.hovertext&&C.on("mouseover",function(){var n=t.hoverlabel,r=n.font,a=this.getBoundingClientRect(),i=e.getBoundingClientRect();c.loneHover({x0:a.left-i.left,x1:a.right-i.left,y:(a.top+a.bottom)/2-i.top,text:t.hovertext,color:n.bgcolor,borderColor:n.bordercolor,fontFamily:r.family,fontSize:r.size,fontColor:r.color},{container:_._hoverlayer.node(),outerContainer:_._paper.node(),gd:e})}).on("mouseout",function(){c.loneUnhover(_._hoverlayer.node())});var A=t.borderwidth,w=t.borderpad,L=A+w,D=C.append("rect").attr("class","bg").style("stroke-width",A+"px").call(s.stroke,t.bordercolor).call(s.fill,t.bgcolor),B=t.width||t.height,S=_._defs.select(".clips").selectAll("#"+b).data(B?[0]:[]);S.enter().append("clipPath").classed("annclip",!0).attr("id",b).append("rect"),S.exit().remove();var G=t.font,z=C.append("text").classed("annotation-text",!0).text(t.text);e._context.editable?z.call(d.makeEditable,{delegate:C,gd:e}).call(W).on("edit",function(n){t.text=n,this.call(W);var r={};r[m+".text"]=t.text,o&&o.autorange&&(r[o._name+".autorange"]=!0),v&&v.autorange&&(r[v._name+".autorange"]=!0),a.relayout(e,r)}):z.call(W)}else r.selectAll("#"+b).remove();function W(n){return n.call(u.font,G).attr({"text-anchor":{left:"start",right:"end"}[t.align]||"middle"}),d.convertToTspans(n,e,O),n}function O(){var n=z.selectAll("a");1===n.size()&&n.text()===z.text()&&C.insert("a",":first-child").attr({"xlink:xlink:href":n.attr("xlink:href"),"xlink:xlink:show":n.attr("xlink:show")}).style({cursor:"pointer"}).node().appendChild(D.node());var r=C.select(".annotation-text-math-group"),c=!r.empty(),y=u.bBox((c?r:z).node()),w=y.width,G=y.height,W=t.width||w,O=t.height||G,P=Math.round(W+2*L),R=Math.round(O+2*L);function E(e,t){return"auto"===t&&(t=e<1/3?"left":e>2/3?"right":"center"),{center:0,middle:0,left:.5,bottom:-.5,right:-.5,top:.5}[t]}t._w=W,t._h=O;for(var j=!1,I=["x","y"],N=0;N<I.length;N++){var F,$,V,H,q,U=I[N],Y=t[U+"ref"]||U,X=t["a"+U+"ref"],Z={x:o,y:v}[U],J=(k+("x"===U?0:-90))*Math.PI/180,Q=P*Math.cos(J),ee=R*Math.sin(J),te=Math.abs(Q)+Math.abs(ee),ne=t[U+"anchor"],re=t[U+"shift"]*("x"===U?1:-1),ae=M[U];if(Z){var ie=Z.r2fraction(t[U]);if((e._dragging||!Z.autorange)&&(ie<0||ie>1)&&(X===Y?((ie=Z.r2fraction(t["a"+U]))<0||ie>1)&&(j=!0):j=!0,j))continue;F=Z._offset+Z.r2p(t[U]),H=.5}else"x"===U?(V=t[U],F=T.l+T.w*V):(V=1-t[U],F=T.t+T.h*V),H=t.showarrow?.5:V;if(t.showarrow){ae.head=F;var le=t["a"+U];q=Q*E(.5,t.xanchor)-ee*E(.5,t.yanchor),X===Y?(ae.tail=Z._offset+Z.r2p(le),$=q):(ae.tail=F+le,$=q+le),ae.text=ae.tail+q;var oe=_["x"===U?"width":"height"];if("paper"===Y&&(ae.head=l.constrain(ae.head,1,oe-1)),"pixel"===X){var se=-Math.max(ae.tail-3,ae.text),ue=Math.min(ae.tail+3,ae.text)-oe;se>0?(ae.tail+=se,ae.text+=se):ue>0&&(ae.tail-=ue,ae.text-=ue)}ae.tail+=re,ae.head+=re}else $=q=te*E(H,ne),ae.text=F+q;ae.text+=re,q+=re,$+=re,t["_"+U+"padplus"]=te/2+$,t["_"+U+"padminus"]=te/2-$,t["_"+U+"size"]=te,t["_"+U+"shift"]=q}if(j)C.remove();else{var ce=0,de=0;if("left"!==t.align&&(ce=(W-w)*("center"===t.align?.5:1)),"top"!==t.valign&&(de=(O-G)*("middle"===t.valign?.5:1)),c)r.select("svg").attr({x:L+ce-1,y:L+de}).call(u.setClipUrl,B?b:null);else{var fe=L+de-y.top,he=L+ce-y.left;z.call(d.positionText,he,fe).call(u.setClipUrl,B?b:null)}S.select("rect").call(u.setRect,L,L,W,O),D.call(u.setRect,A/2,A/2,P-A,R-A),C.call(u.setTranslate,Math.round(M.x.text-P/2),Math.round(M.y.text-R/2)),x.attr({transform:"rotate("+k+","+M.x.text+","+M.y.text+")"});var pe,ve,ye=function(n,r){K.selectAll(".annotation-arrow-g").remove();var c=M.x.head,d=M.y.head,f=M.x.tail+n,y=M.y.tail+r,_=M.x.text+n,b=M.y.text+r,A=l.rotationXYMatrix(k,_,b),w=l.apply2DTransform(A),L=l.apply2DTransform2(A),B=+D.attr("width"),S=+D.attr("height"),G=_-.5*B,z=G+B,W=b-.5*S,O=W+S,P=[[G,W,G,O],[G,O,z,O],[z,O,z,W],[z,W,G,W]].map(L);if(!P.reduce(function(e,t){return e^!!g(c,d,c+1e6,d+1e6,t[0],t[1],t[2],t[3])},!1)){P.forEach(function(e){var t=g(f,y,c,d,e[0],e[1],e[2],e[3]);t&&(f=t.x,y=t.y)});var R=t.arrowwidth,E=t.arrowcolor,j=K.append("g").style({opacity:s.opacity(E)}).classed("annotation-arrow-g",!0),I=j.append("path").attr("d","M"+f+","+y+"L"+c+","+d).style("stroke-width",R+"px").call(s.stroke,s.rgb(E));if(p(I,t.arrowhead,"end",t.arrowsize,t.standoff),e._context.editable&&I.node().parentNode&&!i){var N=c,F=d;if(t.standoff){var $=Math.sqrt(Math.pow(c-f,2)+Math.pow(d-y,2));N+=t.standoff*(f-c)/$,F+=t.standoff*(y-d)/$}var V,H,q,U=j.append("path").classed("annotation-arrow",!0).classed("anndrag",!0).attr({d:"M3,3H-3V-3H3ZM0,0L"+(f-N)+","+(y-F),transform:"translate("+N+","+F+")"}).style("stroke-width",R+6+"px").call(s.stroke,"rgba(0,0,0,0)").call(s.fill,"rgba(0,0,0,0)");h.init({element:U.node(),gd:e,prepFn:function(){var e=u.getTranslate(C);H=e.x,q=e.y,V={},o&&o.autorange&&(V[o._name+".autorange"]=!0),v&&v.autorange&&(V[v._name+".autorange"]=!0)},moveFn:function(e,n){var r=w(H,q),a=r[0]+e,i=r[1]+n;C.call(u.setTranslate,a,i),V[m+".x"]=o?o.p2r(o.r2p(t.x)+e):t.x+e/T.w,V[m+".y"]=v?v.p2r(v.r2p(t.y)+n):t.y-n/T.h,t.axref===t.xref&&(V[m+".ax"]=o.p2r(o.r2p(t.ax)+e)),t.ayref===t.yref&&(V[m+".ay"]=v.p2r(v.r2p(t.ay)+n)),j.attr("transform","translate("+e+","+n+")"),x.attr({transform:"rotate("+k+","+a+","+i+")"})},doneFn:function(t){if(t){a.relayout(e,V);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}};if(t.showarrow&&ye(0,0),e._context.editable)h.init({element:C.node(),gd:e,prepFn:function(){ve=x.attr("transform"),pe={}},moveFn:function(e,n){var r="pointer";if(t.showarrow)t.axref===t.xref?pe[m+".ax"]=o.p2r(o.r2p(t.ax)+e):pe[m+".ax"]=t.ax+e,t.ayref===t.yref?pe[m+".ay"]=v.p2r(v.r2p(t.ay)+n):pe[m+".ay"]=t.ay+n,ye(e,n);else{if(i)return;if(o)pe[m+".x"]=t.x+e/o._m;else{var a=t._xsize/T.w,l=t.x+(t._xshift-t.xshift)/T.w-a/2;pe[m+".x"]=h.align(l+e/T.w,a,0,1,t.xanchor)}if(v)pe[m+".y"]=t.y+n/v._m;else{var s=t._ysize/T.h,u=t.y-(t._yshift+t.yshift)/T.h-s/2;pe[m+".y"]=h.align(u-n/T.h,s,0,1,t.yanchor)}o&&v||(r=h.getCursor(o?.5:pe[m+".x"],v?.5:pe[m+".y"],t.xanchor,t.yanchor))}x.attr({transform:"translate("+e+","+n+")"+ve}),f(C,r)},doneFn:function(t){if(f(C),t){a.relayout(e,pe);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}}function g(e,t,n,r,a,i,l,o){var s=n-e,u=a-e,c=l-a,d=r-t,f=i-t,h=o-i,p=s*h-c*d;if(0===p)return null;var v=(u*h-c*f)/p,y=(u*d-s*f)/p;return y<0||y>1||v<0||v>1?null:{x:e+s*v,y:t+d*v}}e.exports={draw:function(e){var t=e._fullLayout;t._infolayer.selectAll(".annotation").remove();for(var n=0;n<t.annotations.length;n++)t.annotations[n].visible&&v(e,n);return i.previousPromises(e)},drawOne:v,drawRaw:y}},function(e,t,n){"use strict";var r=n(4);t.legendGetsTrace=function(e){return e.visible&&r.traceIs(e,"showLegend")},t.isGrouped=function(e){return-1!==(e.traceorder||"").indexOf("grouped")},t.isVertical=function(e){return"h"!==e.orientation},t.isReversed=function(e){return-1!==(e.traceorder||"").indexOf("reversed")}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(0),o=n(88),s=n(14),u=n(259),c=n(7),d=n(3),f=n(20),h=n(6),p=n(4),v=n(87),y=n(38),g=y.YANGLE,m=Math.PI*g/180,_=1/Math.sin(m),T=Math.cos(m),b=Math.sin(m),M=y.HOVERARROWSIZE,k=y.HOVERTEXTPAD;function K(e,t,n,s){if("pie"!==n&&"sankey"!==n||s){n||(n="xy");var g=Array.isArray(n)?n:[n],m=e._fullLayout,T=m._plots||[],b=T[n];if(b){var M=b.overlays.map(function(e){return e.id});g=g.concat(M)}for(var k=g.length,K=new Array(k),L=new Array(k),D=0;D<k;D++){var B=g[D],S=T[B];if(S)K[D]=h.getFromId(e,S.xaxis._id),L[D]=h.getFromId(e,S.yaxis._id);else{var G=m[B]._subplot;K[D]=G.xaxis,L[D]=G.yaxis}}var z=t.hovermode||m.hovermode;if(-1===["x","y","closest"].indexOf(z)||!e.calcdata||e.querySelector(".zoombox")||e._dragging)return f.unhoverRaw(e,t);var W,O,P,R,E,j,I,N,F,$,V,H,q,U=[],Y=[];if(Array.isArray(t))for(z="array",P=0;P<t.length;P++)"skip"!==(E=e.calcdata[t[P].curveNumber||0])[0].trace.hoverinfo&&Y.push(E);else{for(R=0;R<e.calcdata.length;R++)"skip"!==(j=(E=e.calcdata[R])[0].trace).hoverinfo&&-1!==g.indexOf(v.getSubplot(j))&&Y.push(E);var X,Z;if(!t.target)X="xpx"in t?t.xpx:K[0]._length/2,Z="ypx"in t?t.ypx:L[0]._length/2;else{if(!1===o.triggerHandler(e,"plotly_beforehover",t))return;var J=t.target.getBoundingClientRect();if(X=t.clientX-J.left,Z=t.clientY-J.top,X<0||X>J.width||Z<0||Z>J.height)return f.unhoverRaw(e,t)}if(W="xval"in t?v.flat(g,t.xval):v.p2c(K,X),O="yval"in t?v.flat(g,t.yval):v.p2c(L,Z),!a(W[0])||!a(O[0]))return l.warn("Fx.hover failed",t,e),f.unhoverRaw(e,t)}var Q=1/0;for(R=0;R<Y.length;R++)if((E=Y[R])&&E[0]&&E[0].trace&&!0===E[0].trace.visible&&(j=E[0].trace,-1===["carpet","contourcarpet"].indexOf(j._module.name))){if(I=v.getSubplot(j),F=z,H={cd:E,trace:j,xa:K[N=g.indexOf(I)],ya:L[N],index:!1,distance:Math.min(Q,y.MAXDIST),color:d.defaultLine,name:j.name,x0:void 0,x1:void 0,y0:void 0,y1:void 0,xLabelVal:void 0,yLabelVal:void 0,zLabelVal:void 0,text:void 0},m[I]&&(H.subplot=m[I]._subplot),q=U.length,"array"===F){var ee=t[R];"pointNumber"in ee?(H.index=ee.pointNumber,F="closest"):(F="","xval"in ee&&($=ee.xval,F="x"),"yval"in ee&&(V=ee.yval,F=F?"closest":"y"))}else $=W[N],V=O[N];if(j._module&&j._module.hoverPoints){var te=j._module.hoverPoints(H,$,V,F);if(te)for(var ne,re=0;re<te.length;re++)ne=te[re],a(ne.x0)&&a(ne.y0)&&U.push(A(ne,z))}else l.log("Unrecognized trace type in hover:",j);"closest"===z&&U.length>q&&(U.splice(0,q),Q=U[0].distance)}if(0===U.length)return f.unhoverRaw(e,t);U.sort(function(e,t){return e.distance-t.distance});var ae=e._hoverdata,ie=[];for(P=0;P<U.length;P++){var le=U[P],oe={data:le.trace._input,fullData:le.trace,curveNumber:le.trace.index,pointNumber:le.index};le.trace._module.eventData?oe=le.trace._module.eventData(oe,le):(oe.x=le.xVal,oe.y=le.yVal,oe.xaxis=le.xa,oe.yaxis=le.ya,void 0!==le.zLabelVal&&(oe.z=le.zLabelVal)),v.appendArrayPointValue(oe,le.trace,le.index),ie.push(oe)}if(e._hoverdata=ie,w(e,t,ae)&&m._hasCartesian)!function(e,t){var n=t.hovermode,r=t.container,a=e[0],l=a.xa,o=a.ya,s=l.showspikes,u=o.showspikes;if(r.selectAll(".spikeline").remove(),"closest"!==n||!s&&!u)return;var f=t.fullLayout,h=l._offset+(a.x0+a.x1)/2,p=o._offset+(a.y0+a.y1)/2,v=d.combine(f.plot_bgcolor,f.paper_bgcolor),y=i.readability(a.color,v)<1.5?d.contrast(v):a.color;if(u){var g=o.spikemode,m=o.spikethickness,_=o.spikecolor||y,T=o._boundingBox,b=(T.left+T.right)/2<h?T.right:T.left;if(-1!==g.indexOf("toaxis")||-1!==g.indexOf("across")){var M=b,k=h;-1!==g.indexOf("across")&&(M=o._counterSpan[0],k=o._counterSpan[1]),r.append("line").attr({x1:M,x2:k,y1:p,y2:p,"stroke-width":m+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:M,x2:k,y1:p,y2:p,"stroke-width":m,stroke:_,"stroke-dasharray":c.dashStyle(o.spikedash,m)}).classed("spikeline",!0).classed("crisp",!0)}-1!==g.indexOf("marker")&&r.append("circle").attr({cx:b+("right"!==o.side?m:-m),cy:p,r:m,fill:_}).classed("spikeline",!0)}if(s){var K=l.spikemode,x=l.spikethickness,C=l.spikecolor||y,A=l._boundingBox,w=(A.top+A.bottom)/2<p?A.bottom:A.top;if(-1!==K.indexOf("toaxis")||-1!==K.indexOf("across")){var L=w,D=p;-1!==K.indexOf("across")&&(L=l._counterSpan[0],D=l._counterSpan[1]),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x,stroke:C,"stroke-dasharray":c.dashStyle(l.spikedash,x)}).classed("spikeline",!0).classed("crisp",!0)}-1!==K.indexOf("marker")&&r.append("circle").attr({cx:h,cy:w-("top"!==l.side?x:-x),r:x,fill:C}).classed("spikeline",!0)}}(U,{hovermode:z,fullLayout:m,container:m._hoverlayer,outerContainer:m._paperdiv});var se="y"===z&&Y.length>1,ue=x(U,{hovermode:z,rotateLabels:se,bgColor:d.combine(m.plot_bgcolor||d.background,m.paper_bgcolor),container:m._hoverlayer,outerContainer:m._paperdiv,commonLabelOpts:m.hoverlabel},e);if(function(e,t){var n,r,a,i,l,o,s,u=0,c=e.map(function(e,n){var r=e[t];return[{i:n,dp:0,pos:e.pos,posref:e.posref,size:e.by*("x"===r._id.charAt(0)?_:1)/2,pmin:r._offset,pmax:r._offset+r._length}]}).sort(function(e,t){return e[0].posref-t[0].posref});function d(e){var t=e[0],s=e[e.length-1];if(r=t.pmin-t.pos-t.dp+t.size,a=s.pos+s.dp+s.size-t.pmax,r>.01){for(l=e.length-1;l>=0;l--)e[l].dp+=r;n=!1}if(!(a<.01)){if(r<-.01){for(l=e.length-1;l>=0;l--)e[l].dp-=a;n=!1}if(n){var u=0;for(i=0;i<e.length;i++)(o=e[i]).pos+o.dp+o.size>t.pmax&&u++;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos>t.pmax-1&&(o.del=!0,u--);for(i=0;i<e.length&&!(u<=0);i++)if((o=e[i]).pos<t.pmin+1)for(o.del=!0,u--,a=2*o.size,l=e.length-1;l>=0;l--)e[l].dp-=a;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos+o.dp+o.size>t.pmax&&(o.del=!0,u--)}}}for(;!n&&u<=e.length;){for(u++,n=!0,i=0;i<c.length-1;){var f=c[i],h=c[i+1],p=f[f.length-1],v=h[0];if((r=p.pos+p.dp+p.size-v.pos-v.dp+v.size)>.01&&p.pmin===v.pmin&&p.pmax===v.pmax){for(l=h.length-1;l>=0;l--)h[l].dp+=r;for(f.push.apply(f,h),c.splice(i+1,1),s=0,l=f.length-1;l>=0;l--)s+=f[l].dp;for(a=s/f.length,l=f.length-1;l>=0;l--)f[l].dp-=a;n=!1}else i++}c.forEach(d)}for(i=c.length-1;i>=0;i--){var y=c[i];for(l=y.length-1;l>=0;l--){var g=y[l],m=e[g.i];m.offset=g.dp,m.del=g.del}}}(U,se?"xa":"ya"),C(ue,se),t.target&&t.target.tagName){var ce=p.getComponentMethod("annotations","hasClickToShow")(e,ie);u(r.select(t.target),ce?"pointer":"")}t.target&&!s&&w(e,t,ae)&&(ae&&e.emit("plotly_unhover",{event:t,points:ae}),e.emit("plotly_hover",{event:t,points:e._hoverdata,xaxes:K,yaxes:L,xvals:W,yvals:O}))}else e.emit("plotly_hover",{event:t.originalEvent,points:[t]})}function x(e,t,n){var a,i=t.hovermode,l=t.rotateLabels,o=t.bgColor,u=t.container,f=t.outerContainer,h=t.commonLabelOpts||{},p=t.fontFamily||y.HOVERFONT,v=t.fontSize||y.HOVERFONTSIZE,m=e[0],_=m.xa,T=m.ya,b="y"===i?"yLabel":"xLabel",K=m[b],x=(String(K)||"").split(" ")[0],C=f.node().getBoundingClientRect(),A=C.top,w=C.width,L=C.height,D=m.distance<=y.MAXDIST&&("x"===i||"y"===i);for(a=0;a<e.length;a++){var B=(e[a].hoverinfo||e[a].trace.hoverinfo).split("+");if(-1===B.indexOf("all")&&-1===B.indexOf(i)){D=!1;break}}var S=u.selectAll("g.axistext").data(D?[0]:[]);S.enter().append("g").classed("axistext",!0),S.exit().remove(),S.each(function(){var t=r.select(this),a=t.selectAll("path").data([0]),l=t.selectAll("text").data([0]);a.enter().append("path").style({fill:h.bgcolor||d.defaultLine,stroke:h.bordercolor||d.background,"stroke-width":"1px"}),l.enter().append("text").call(c.font,h.font.family||p,h.font.size||v,h.font.color||d.background).attr("data-notex",1),l.text(K).call(s.positionText,0,0).call(s.convertToTspans,n),t.attr("transform","");var o=l.node().getBoundingClientRect();if("x"===i){l.attr("text-anchor","middle").call(s.positionText,0,"top"===_.side?A-o.bottom-M-k:A-o.top+M+k);var u="top"===_.side?"-":"";a.attr("d","M0,0L"+M+","+u+M+"H"+(k+o.width/2)+"v"+u+(2*k+o.height)+"H-"+(k+o.width/2)+"V"+u+M+"H-"+M+"Z"),t.attr("transform","translate("+(_._offset+(m.x0+m.x1)/2)+","+(T._offset+("top"===_.side?0:T._length))+")")}else{l.attr("text-anchor","right"===T.side?"start":"end").call(s.positionText,("right"===T.side?1:-1)*(k+M),A-o.top-o.height/2);var f="right"===T.side?"":"-";a.attr("d","M0,0L"+f+M+","+M+"V"+(k+o.height/2)+"h"+f+(2*k+o.width)+"V-"+(k+o.height/2)+"H"+f+M+"V-"+M+"Z"),t.attr("transform","translate("+(_._offset+("right"===T.side?_._length:0))+","+(T._offset+(m.y0+m.y1)/2)+")")}e=e.filter(function(e){return void 0!==e.zLabelVal||(e[b]||"").split(" ")[0]===x})});var G=u.selectAll("g.hovertext").data(e,function(e){return[e.trace.index,e.index,e.x0,e.y0,e.name,e.attr,e.xa,e.ya||""].join(",")});return G.enter().append("g").classed("hovertext",!0).each(function(){var e=r.select(this);e.append("rect").call(d.fill,d.addOpacity(o,.8)),e.append("text").classed("name",!0),e.append("path").style("stroke-width","1px"),e.append("text").classed("nums",!0).call(c.font,p,v)}),G.exit().remove(),G.each(function(e){var t=r.select(this).attr("transform",""),a="",u="",f=d.opacity(e.color)?e.color:d.defaultLine,h=d.combine(f,o),y=e.borderColor||d.contrast(h);void 0!==e.nameOverride&&(e.name=e.nameOverride),e.name&&(a=s.plainText(e.name||"")).length>15&&(a=a.substr(0,12)+"..."),void 0!==e.extraText&&(u+=e.extraText),void 0!==e.zLabel?(void 0!==e.xLabel&&(u+="x: "+e.xLabel+"<br>"),void 0!==e.yLabel&&(u+="y: "+e.yLabel+"<br>"),u+=(u?"z: ":"")+e.zLabel):D&&e[i+"Label"]===K?u=e[("x"===i?"y":"x")+"Label"]||"":void 0===e.xLabel?void 0!==e.yLabel&&(u=e.yLabel):u=void 0===e.yLabel?e.xLabel:"("+e.xLabel+", "+e.yLabel+")",e.text&&!Array.isArray(e.text)&&(u+=(u?"<br>":"")+e.text),""===u&&(""===a&&t.remove(),u=a);var m=t.select("text.nums").call(c.font,e.fontFamily||p,e.fontSize||v,e.fontColor||y).text(u).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),_=t.select("text.name"),T=0;a&&a!==u?(_.call(c.font,e.fontFamily||p,e.fontSize||v,h).text(a).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),T=_.node().getBoundingClientRect().width+2*k):(_.remove(),t.select("rect").remove()),t.select("path").style({fill:h,stroke:y});var b,x,C=m.node().getBoundingClientRect(),B=e.xa._offset+(e.x0+e.x1)/2,S=e.ya._offset+(e.y0+e.y1)/2,G=Math.abs(e.x1-e.x0),z=Math.abs(e.y1-e.y0),W=C.width+M+k+T;e.ty0=A-C.top,e.bx=C.width+2*k,e.by=C.height+2*k,e.anchor="start",e.txwidth=C.width,e.tx2width=T,e.offset=0,l?(e.pos=B,b=S+z/2+W<=L,x=S-z/2-W>=0,"top"!==e.idealAlign&&b||!x?b?(S+=z/2,e.anchor="start"):e.anchor="middle":(S-=z/2,e.anchor="end")):(e.pos=S,b=B+G/2+W<=w,x=B-G/2-W>=0,"left"!==e.idealAlign&&b||!x?b?(B+=G/2,e.anchor="start"):e.anchor="middle":(B-=G/2,e.anchor="end")),m.attr("text-anchor",e.anchor),T&&_.attr("text-anchor",e.anchor),t.attr("transform","translate("+B+","+S+")"+(l?"rotate("+g+")":""))}),G}function C(e,t){e.each(function(e){var n=r.select(this);if(e.del)n.remove();else{var a="end"===e.anchor?-1:1,i=n.select("text.nums"),l={start:1,end:-1,middle:0}[e.anchor],o=l*(M+k),u=o+l*(e.txwidth+k),d=0,f=e.offset;"middle"===e.anchor&&(o-=e.tx2width/2,u-=e.tx2width/2),t&&(f*=-b,d=e.offset*T),n.select("path").attr("d","middle"===e.anchor?"M-"+e.bx/2+",-"+e.by/2+"h"+e.bx+"v"+e.by+"h-"+e.bx+"Z":"M0,0L"+(a*M+d)+","+(M+f)+"v"+(e.by/2-M)+"h"+a*e.bx+"v-"+e.by+"H"+(a*M+d)+"V"+(f-M)+"Z"),i.call(s.positionText,o+d,f+e.ty0-e.by/2+k),e.tx2width&&(n.select("text.name").call(s.positionText,u+l*k+d,f+e.ty0-e.by/2+k),n.select("rect").call(c.setRect,u+(l-1)*e.tx2width/2+d,f-e.by/2-1,e.tx2width,e.by+2))}})}function A(e,t){var n,r=e.trace||{},a=e.cd[0],i=e.cd[e.index]||{};function o(t,n,o){var s;if(i[n])s=i[n];else if(a[n]){var u=a[n];Array.isArray(u)&&Array.isArray(u[e.index[0]])&&(s=u[e.index[0]][e.index[1]])}else s=l.nestedProperty(r,o).get();s&&(e[t]=s)}if(o("hoverinfo","hi","hoverinfo"),o("color","hbg","hoverlabel.bgcolor"),o("borderColor","hbc","hoverlabel.bordercolor"),o("fontFamily","htf","hoverlabel.font.family"),o("fontSize","hts","hoverlabel.font.size"),o("fontColor","htc","hoverlabel.font.color"),e.posref="y"===t?(e.x0+e.x1)/2:(e.y0+e.y1)/2,e.x0=l.constrain(e.x0,0,e.xa._length),e.x1=l.constrain(e.x1,0,e.xa._length),e.y0=l.constrain(e.y0,0,e.ya._length),e.y1=l.constrain(e.y1,0,e.ya._length),void 0!==e.xLabelVal){n="log"===e.xa.type&&e.xLabelVal<=0;var s=h.tickText(e.xa,e.xa.c2l(n?-e.xLabelVal:e.xLabelVal),"hover");n?0===e.xLabelVal?e.xLabel="0":e.xLabel="-"+s.text:e.xLabel=s.text,e.xVal=e.xa.c2d(e.xLabelVal)}if(void 0!==e.yLabelVal){n="log"===e.ya.type&&e.yLabelVal<=0;var u=h.tickText(e.ya,e.ya.c2l(n?-e.yLabelVal:e.yLabelVal),"hover");n?0===e.yLabelVal?e.yLabel="0":e.yLabel="-"+u.text:e.yLabel=u.text,e.yVal=e.ya.c2d(e.yLabelVal)}if(void 0!==e.zLabelVal&&(e.zLabel=String(e.zLabelVal)),!(isNaN(e.xerr)||"log"===e.xa.type&&e.xerr<=0)){var c=h.tickText(e.xa,e.xa.c2l(e.xerr),"hover").text;void 0!==e.xerrneg?e.xLabel+=" +"+c+" / -"+h.tickText(e.xa,e.xa.c2l(e.xerrneg),"hover").text:e.xLabel+=" ยฑ "+c,"x"===t&&(e.distance+=1)}if(!(isNaN(e.yerr)||"log"===e.ya.type&&e.yerr<=0)){var d=h.tickText(e.ya,e.ya.c2l(e.yerr),"hover").text;void 0!==e.yerrneg?e.yLabel+=" +"+d+" / -"+h.tickText(e.ya,e.ya.c2l(e.yerrneg),"hover").text:e.yLabel+=" ยฑ "+d,"y"===t&&(e.distance+=1)}var f=e.hoverinfo||e.trace.hoverinfo;return"all"!==f&&(-1===(f=f.split("+")).indexOf("x")&&(e.xLabel=void 0),-1===f.indexOf("y")&&(e.yLabel=void 0),-1===f.indexOf("z")&&(e.zLabel=void 0),-1===f.indexOf("text")&&(e.text=void 0),-1===f.indexOf("name")&&(e.name=void 0)),e}function w(e,t,n){if(!n||n.length!==e._hoverdata.length)return!0;for(var r=n.length-1;r>=0;r--){var a=n[r],i=e._hoverdata[r];if(a.curveNumber!==i.curveNumber||String(a.pointNumber)!==String(i.pointNumber))return!0}return!1}t.hover=function(e,t,n,r){if("string"==typeof e&&(e=document.getElementById(e)),void 0===e._lastHoverTime&&(e._lastHoverTime=0),void 0!==e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),Date.now()>e._lastHoverTime+y.HOVERMINTIME)return K(e,t,n,r),void(e._lastHoverTime=Date.now());e._hoverTimer=setTimeout(function(){K(e,t,n,r),e._lastHoverTime=Date.now(),e._hoverTimer=void 0},y.HOVERMINTIME)},t.loneHover=function(e,t){var n={color:e.color||d.defaultLine,x0:e.x0||e.x||0,x1:e.x1||e.x||0,y0:e.y0||e.y||0,y1:e.y1||e.y||0,xLabel:e.xLabel,yLabel:e.yLabel,zLabel:e.zLabel,text:e.text,name:e.name,idealAlign:e.idealAlign,borderColor:e.borderColor,fontFamily:e.fontFamily,fontSize:e.fontSize,fontColor:e.fontColor,trace:{index:0,hoverinfo:""},xa:{_offset:0},ya:{_offset:0},index:0},a=r.select(t.container),i=t.outerContainer?r.select(t.outerContainer):a,l={hovermode:"closest",rotateLabels:!1,bgColor:t.bgColor||d.background,container:a,outerContainer:i},o=x([n],l,t.gd);return C(o,l.rotateLabels),o.node()}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17),i=n(38);e.exports={dragmode:{valType:"enumerated",role:"info",values:["zoom","pan","select","lasso","orbit","turntable"],dflt:"zoom",description:["Determines the mode of drag interactions.","*select* and *lasso* apply only to scatter traces with","markers or text. *orbit* and *turntable* apply only to","3D scenes."].join(" ")},hovermode:{valType:"enumerated",role:"info",values:["x","y","closest",!1],description:"Determines the mode of hover interactions."},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of all hover labels on graph"].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of all hover labels on graph."].join(" ")},font:{family:r({},a.family,{dflt:i.HOVERFONT}),size:r({},a.size,{dflt:i.HOVERFONTSIZE}),color:r({},a.color)}}}},function(e,t,n){"use strict";var r=n(0),a=n(38);t.getSubplot=function(e){return e.subplot||e.xaxis+e.yaxis||e.geo},t.flat=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=t;return n},t.p2c=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=e[r].p2c(t);return n},t.getDistanceFunction=function(e,t,n,r){return"closest"===e?r||function(e,t){return function(n){var r=e(n),a=t(n);return Math.sqrt(r*r+a*a)}}(t,n):"x"===e?t:n},t.getClosest=function(e,t,n){if(!1!==n.index)n.index>=0&&n.index<e.length?n.distance=0:n.index=!1;else for(var r=0;r<e.length;r++){var a=t(e[r]);a<=n.distance&&(n.index=r,n.distance=a)}return n},t.inbox=function(e,t){return e*t<0||0===e?a.MAXDIST*(.6-.3/Math.max(3,Math.abs(e-t))):1/0},t.appendArrayPointValue=function(e,t,n){var a=t._arrayAttrs;if(a)for(var i=0;i<a.length;i++){var l,o=a[i];if(void 0===e[l="ids"===o?"id":"locations"===o?"location":o]){var s=r.nestedProperty(t,o).get();e[l]=Array.isArray(n)?s[n[0]][n[1]]:s[n]}}}},function(e,t,n){"use strict";var r=n(89).EventEmitter,a={init:function(e){if(e._ev instanceof r)return e;var t=new r,n=new r;return e._ev=t,e._internalEv=n,e.on=t.on.bind(t),e.once=t.once.bind(t),e.removeListener=t.removeListener.bind(t),e.removeAllListeners=t.removeAllListeners.bind(t),e._internalOn=n.on.bind(n),e._internalOnce=n.once.bind(n),e._removeInternalListener=n.removeListener.bind(n),e._removeAllInternalListeners=n.removeAllListeners.bind(n),e.emit=function(r,a){"undefined"!=typeof jQuery&&jQuery(e).trigger(r,a),t.emit(r,a),n.emit(r,a)},e},triggerHandler:function(e,t,n){var r,a;"undefined"!=typeof jQuery&&(r=jQuery(e).triggerHandler(t,n));var i=e._ev;if(!i)return r;var l=i._events[t];if(!l)return r;"function"==typeof l&&(l=[l]);for(var o=l.pop(),s=0;s<l.length;s++)l[s](n);return a=o(n),void 0!==r?r:a},purge:function(e){return delete e._ev,delete e.on,delete e.once,delete e.removeListener,delete e.removeAllListeners,delete e.emit,delete e._ev,delete e._internalEv,delete e._internalOn,delete e._internalOnce,delete e._removeInternalListener,delete e._removeAllInternalListeners,e}};e.exports=a},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function a(e){return"object"==typeof e&&null!==e}function i(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,l,o,s,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||a(this._events.error)&&!this._events.error.length)){if((t=arguments[1])instanceof Error)throw t;var c=new Error('Uncaught, unspecified "error" event. ('+t+")");throw c.context=t,c}if(i(n=this._events[e]))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:o=Array.prototype.slice.call(arguments,1),n.apply(this,o)}else if(a(n))for(o=Array.prototype.slice.call(arguments,1),l=(u=n.slice()).length,s=0;s<l;s++)u[s].apply(this,o);return!0},n.prototype.addListener=function(e,t){var l;if(!r(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,r(t.listener)?t.listener:t),this._events[e]?a(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,a(this._events[e])&&!this._events[e].warned&&(l=i(this._maxListeners)?n.defaultMaxListeners:this._maxListeners)&&l>0&&this._events[e].length>l&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");var n=!1;function a(){this.removeListener(e,a),n||(n=!0,t.apply(this,arguments))}return a.listener=t,this.on(e,a),this},n.prototype.removeListener=function(e,t){var n,i,l,o;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(l=(n=this._events[e]).length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(a(n)){for(o=l;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){i=o;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r(n=this._events[e]))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){return this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){"use strict";var r=n(0),a=n(89).EventEmitter;e.exports=function(e){var t=e.emitter||new a,n=new Promise(function(a,i){var l=window.Image,o=e.svg,s=e.format||"png";if(r.isIE()&&(o=(o=(o=o.replace(/"/gi,"'")).replace(/(\('#)([^']*)('\))/gi,'("$2")')).replace(/(\\')/gi,'"'),"svg"!==s)){var u=new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.");return i(u),e.promise?n:t.emit("error",u)}var c=e.canvas,d=c.getContext("2d"),f=new l,h="data:image/svg+xml,"+encodeURIComponent(o);c.height=e.height||150,c.width=e.width||300,f.onload=function(){var n;switch("svg"!==s&&d.drawImage(f,0,0),s){case"jpeg":n=c.toDataURL("image/jpeg");break;case"png":n=c.toDataURL("image/png");break;case"webp":n=c.toDataURL("image/webp");break;case"svg":n=h;break;default:if(i(new Error("Image format is not jpeg, png or svg")),!e.promise)return t.emit("error","Image format is not jpeg, png or svg")}a(n),e.promise||t.emit("success",n)},f.onerror=function(n){if(i(n),!e.promise)return t.emit("error",n)},f.src=h});return e.promise?n:t}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(3),l=n(31),o=/"/g,s=new RegExp('("TOBESTRIPPED)|(TOBESTRIPPED")',"g");e.exports=function(e,t){var n,u=e._fullLayout,c=u._paper,d=u._toppaper;c.insert("rect",":first-child").call(a.setRect,0,0,u.width,u.height).call(i.fill,u.paper_bgcolor);var f=u._basePlotModules||[];for(n=0;n<f.length;n++){var h=f[n];h.toSVG&&h.toSVG(e)}if(d){var p=d.node().childNodes,v=Array.prototype.slice.call(p);for(n=0;n<v.length;n++){var y=v[n];y.childNodes.length&&c.node().appendChild(y)}}u._draggers&&u._draggers.remove(),c.node().style.background="",c.selectAll("text").attr({"data-unformatted":null,"data-math":null}).each(function(){var e=r.select(this);if("hidden"!==e.style("visibility")&&"none"!==e.style("display")){e.style({visibility:null,display:null});var t=e.style("font-family");t&&-1!==t.indexOf('"')&&e.style("font-family",t.replace(o,"TOBESTRIPPED"))}else e.remove()}),c.selectAll(".point").each(function(){var e=r.select(this),t=e.style("fill");t&&-1!==t.indexOf("url(")&&e.style("fill",t.replace(o,"TOBESTRIPPED"))}),"pdf"!==t&&"eps"!==t||c.selectAll("#MathJax_SVG_glyphs path").attr("stroke-width",0),c.node().setAttributeNS(l.xmlns,"xmlns",l.svg),c.node().setAttributeNS(l.xmlns,"xmlns:xlink",l.xlink);var g=(new window.XMLSerializer).serializeToString(c.node());return g=function(e){var t=r.select("body").append("div").style({display:"none"}).html(""),n=e.replace(/(&[^;]*;)/gi,function(e){return"<"===e?"<":"&rt;"===e?">":-1!==e.indexOf("<")||-1!==e.indexOf(">")?"":t.html(e).text()});return t.remove(),n}(g),g=(g=g.replace(/&(?!\w+;|\#[0-9]+;| \#x[0-9A-F]+;)/g,"&")).replace(s,"'")}},function(e,t,n){"use strict";var r=n(0),a=n(9),i=r.extendFlat,l=r.extendDeep;function o(e){var t;switch(e){case"themes__thumb":t={autosize:!0,width:150,height:150,title:"",showlegend:!1,margin:{l:5,r:5,t:5,b:5,pad:0},annotations:[]};break;case"thumbnail":t={title:"",hidesources:!0,showlegend:!1,borderwidth:0,bordercolor:"",margin:{l:1,r:1,t:1,b:1,pad:0},annotations:[]};break;default:t={}}return t}e.exports=function(e,t){var n;e.framework&&e.framework.isPolar&&(e=e.framework.getConfig());var r,s=e.data,u=e.layout,c=l([],s),d=l({},u,o(t.tileClass)),f=e._context||{};if(t.width&&(d.width=t.width),t.height&&(d.height=t.height),"thumbnail"===t.tileClass||"themes__thumb"===t.tileClass){d.annotations=[];var h=Object.keys(d);for(n=0;n<h.length;n++)r=h[n],["xaxis","yaxis","zaxis"].indexOf(r.slice(0,5))>-1&&(d[h[n]].title="");for(n=0;n<c.length;n++){var p=c[n];p.showscale=!1,p.marker&&(p.marker.showscale=!1),"pie"===p.type&&(p.textposition="none")}}if(Array.isArray(t.annotations))for(n=0;n<t.annotations.length;n++)d.annotations.push(t.annotations[n]);var v=a.getSubplotIds(d,"gl3d");if(v.length){var y={};for("thumbnail"===t.tileClass&&(y={title:"",showaxeslabels:!1,showticklabels:!1,linetickenable:!1}),n=0;n<v.length;n++){var g=d[v[n]];g.xaxis||(g.xaxis={}),g.yaxis||(g.yaxis={}),g.zaxis||(g.zaxis={}),i(g.xaxis,y),i(g.yaxis,y),i(g.zaxis,y),g._scene=null}}var m=document.createElement("div");t.tileClass&&(m.className=t.tileClass);var _={gd:m,td:m,layout:d,data:c,config:{staticPlot:void 0===t.staticPlot||t.staticPlot,plotGlPixelRatio:void 0===t.plotGlPixelRatio?2:t.plotGlPixelRatio,displaylogo:t.displaylogo||!1,showLink:t.showLink||!1,showTips:t.showTips||!1,mapboxAccessToken:f.mapboxAccessToken}};return"transparent"!==t.setBackground&&(_.config.setBackground=t.setBackground||"opaque"),_.gd.defaultLayout=o(t.tileClass),_}},function(e,t,n){"use strict";t.getDelay=function(e){return e._has&&(e._has("gl3d")||e._has("gl2d"))?500:0},t.getRedrawFunc=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return function(){(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()})}}},function(e,t,n){"use strict";var r=n(146),a=n(0),i=n(271);e.exports=function(e,t){return(t=t||{}).format=t.format||"png",new Promise(function(n,l){e._snapshotInProgress&&l(new Error("Snapshotting already in progress.")),a.isIE()&&"svg"!==t.format&&l(new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.")),e._snapshotInProgress=!0;var o=r(e,t),s=t.filename||e.fn||"newplot";s+="."+t.format,o.then(function(t){return e._snapshotInProgress=!1,i(t,s)}).then(function(e){n(e)}).catch(function(t){e._snapshotInProgress=!1,l(t)})})}},function(e,t,n){"use strict";e.exports={undo:{width:857.1,path:"m857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z",ascent:850,descent:-150},home:{width:928.6,path:"m786 296v-267q0-15-11-26t-25-10h-214v214h-143v-214h-214q-15 0-25 10t-11 26v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-4-7 2-12 7l-35 41q-4 5-3 13t6 12l401 334q18 15 42 15t43-15l136-114v109q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q5-5 6-12t-4-13z",ascent:850,descent:-150},"camera-retro":{width:1e3,path:"m518 386q0 8-5 13t-13 5q-37 0-63-27t-26-63q0-8 5-13t13-5 12 5 5 13q0 23 16 38t38 16q8 0 13 5t5 13z m125-73q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m-572-320h858v71h-858v-71z m643 320q0 89-62 152t-152 62-151-62-63-152 63-151 151-63 152 63 62 151z m-571 358h214v72h-214v-72z m-72-107h858v143h-462l-36-71h-360v-72z m929 143v-714q0-30-21-51t-50-21h-858q-29 0-50 21t-21 51v714q0 30 21 51t50 21h858q29 0 50-21t21-51z",ascent:850,descent:-150},zoombox:{width:1e3,path:"m1000-25l-250 251c40 63 63 138 63 218 0 224-182 406-407 406-224 0-406-182-406-406s183-406 407-406c80 0 155 22 218 62l250-250 125 125z m-812 250l0 438 437 0 0-438-437 0z m62 375l313 0 0-312-313 0 0 312z",ascent:850,descent:-150},pan:{width:1e3,path:"m1000 350l-187 188 0-125-250 0 0 250 125 0-188 187-187-187 125 0 0-250-250 0 0 125-188-188 186-187 0 125 252 0 0-250-125 0 187-188 188 188-125 0 0 250 250 0 0-126 187 188z",ascent:850,descent:-150},zoom_plus:{width:1e3,path:"m1 787l0-875 875 0 0 875-875 0z m687-500l-187 0 0-187-125 0 0 187-188 0 0 125 188 0 0 187 125 0 0-187 187 0 0-125z",ascent:850,descent:-150},zoom_minus:{width:1e3,path:"m0 788l0-876 875 0 0 876-875 0z m688-500l-500 0 0 125 500 0 0-125z",ascent:850,descent:-150},autoscale:{width:1e3,path:"m250 850l-187 0-63 0 0-62 0-188 63 0 0 188 187 0 0 62z m688 0l-188 0 0-62 188 0 0-188 62 0 0 188 0 62-62 0z m-875-938l0 188-63 0 0-188 0-62 63 0 187 0 0 62-187 0z m875 188l0-188-188 0 0-62 188 0 62 0 0 62 0 188-62 0z m-125 188l-1 0-93-94-156 156 156 156 92-93 2 0 0 250-250 0 0-2 93-92-156-156-156 156 94 92 0 2-250 0 0-250 0 0 93 93 157-156-157-156-93 94 0 0 0-250 250 0 0 0-94 93 156 157 156-157-93-93 0 0 250 0 0 250z",ascent:850,descent:-150},tooltip_basic:{width:1500,path:"m375 725l0 0-375-375 375-374 0-1 1125 0 0 750-1125 0z",ascent:850,descent:-150},tooltip_compare:{width:1125,path:"m187 786l0 2-187-188 188-187 0 0 937 0 0 373-938 0z m0-499l0 1-187-188 188-188 0 0 937 0 0 376-938-1z",ascent:850,descent:-150},plotlylogo:{width:1542,path:"m0-10h182v-140h-182v140z m228 146h183v-286h-183v286z m225 714h182v-1000h-182v1000z m225-285h182v-715h-182v715z m225 142h183v-857h-183v857z m231-428h182v-429h-182v429z m225-291h183v-138h-183v138z",ascent:850,descent:-150},"z-axis":{width:1e3,path:"m833 5l-17 108v41l-130-65 130-66c0 0 0 38 0 39 0-1 36-14 39-25 4-15-6-22-16-30-15-12-39-16-56-20-90-22-187-23-279-23-261 0-341 34-353 59 3 60 228 110 228 110-140-8-351-35-351-116 0-120 293-142 474-142 155 0 477 22 477 142 0 50-74 79-163 96z m-374 94c-58-5-99-21-99-40 0-24 65-43 144-43 79 0 143 19 143 43 0 19-42 34-98 40v216h87l-132 135-133-135h88v-216z m167 515h-136v1c16 16 31 34 46 52l84 109v54h-230v-71h124v-1c-16-17-28-32-44-51l-89-114v-51h245v72z",ascent:850,descent:-150},"3d_rotate":{width:1e3,path:"m922 660c-5 4-9 7-14 11-359 263-580-31-580-31l-102 28 58-400c0 1 1 1 2 2 118 108 351 249 351 249s-62 27-100 42c88 83 222 183 347 122 16-8 30-17 44-27-2 1-4 2-6 4z m36-329c0 0 64 229-88 296-62 27-124 14-175-11 157-78 225-208 249-266 8-19 11-31 11-31 2 5 6 15 11 32-5-13-8-20-8-20z m-775-239c70-31 117-50 198-32-121 80-199 346-199 346l-96-15-58-12c0 0 55-226 155-287z m603 133l-317-139c0 0 4-4 19-14 7-5 24-15 24-15s-177-147-389 4c235-287 536-112 536-112l31-22 100 299-4-1z m-298-153c6-4 14-9 24-15 0 0-17 10-24 15z",ascent:850,descent:-150},camera:{width:1e3,path:"m500 450c-83 0-150-67-150-150 0-83 67-150 150-150 83 0 150 67 150 150 0 83-67 150-150 150z m400 150h-120c-16 0-34 13-39 29l-31 93c-6 15-23 28-40 28h-340c-16 0-34-13-39-28l-31-94c-6-15-23-28-40-28h-120c-55 0-100-45-100-100v-450c0-55 45-100 100-100h800c55 0 100 45 100 100v450c0 55-45 100-100 100z m-400-550c-138 0-250 112-250 250 0 138 112 250 250 250 138 0 250-112 250-250 0-138-112-250-250-250z m365 380c-19 0-35 16-35 35 0 19 16 35 35 35 19 0 35-16 35-35 0-19-16-35-35-35z",ascent:850,descent:-150},movie:{width:1e3,path:"m938 413l-188-125c0 37-17 71-44 94 64 38 107 107 107 187 0 121-98 219-219 219-121 0-219-98-219-219 0-61 25-117 66-156h-115c30 33 49 76 49 125 0 103-84 187-187 187s-188-84-188-187c0-57 26-107 65-141-38-22-65-62-65-109v-250c0-70 56-126 125-126h500c69 0 125 56 125 126l188-126c34 0 62 28 62 63v375c0 35-28 63-62 63z m-750 0c-69 0-125 56-125 125s56 125 125 125 125-56 125-125-56-125-125-125z m406-1c-87 0-157 70-157 157 0 86 70 156 157 156s156-70 156-156-70-157-156-157z",ascent:850,descent:-150},question:{width:857.1,path:"m500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z",ascent:850,descent:-150},disk:{width:857.1,path:"m214-7h429v214h-429v-214z m500 0h72v500q0 8-6 21t-11 20l-157 156q-5 6-19 12t-22 5v-232q0-22-15-38t-38-16h-322q-22 0-37 16t-16 38v232h-72v-714h72v232q0 22 16 38t37 16h465q22 0 38-16t15-38v-232z m-214 518v178q0 8-5 13t-13 5h-107q-7 0-13-5t-5-13v-178q0-8 5-13t13-5h107q7 0 13 5t5 13z m357-18v-518q0-22-15-38t-38-16h-750q-23 0-38 16t-16 38v750q0 22 16 38t38 16h517q23 0 50-12t42-26l156-157q16-15 27-42t11-49z",ascent:850,descent:-150},lasso:{width:1031,path:"m1018 538c-36 207-290 336-568 286-277-48-473-256-436-463 10-57 36-108 76-151-13-66 11-137 68-183 34-28 75-41 114-42l-55-70 0 0c-2-1-3-2-4-3-10-14-8-34 5-45 14-11 34-8 45 4 1 1 2 3 2 5l0 0 113 140c16 11 31 24 45 40 4 3 6 7 8 11 48-3 100 0 151 9 278 48 473 255 436 462z m-624-379c-80 14-149 48-197 96 42 42 109 47 156 9 33-26 47-66 41-105z m-187-74c-19 16-33 37-39 60 50-32 109-55 174-68-42-25-95-24-135 8z m360 75c-34-7-69-9-102-8 8 62-16 128-68 170-73 59-175 54-244-5-9 20-16 40-20 61-28 159 121 317 333 354s407-60 434-217c28-159-121-318-333-355z",ascent:850,descent:-150},selectbox:{width:1e3,path:"m0 850l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-285l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z",ascent:850,descent:-150},spikeline:{width:1e3,path:"M512 409c0-57-46-104-103-104-57 0-104 47-104 104 0 57 47 103 104 103 57 0 103-46 103-103z m-327-39l92 0 0 92-92 0z m-185 0l92 0 0 92-92 0z m370-186l92 0 0 93-92 0z m0-184l92 0 0 92-92 0z",ascent:850,descent:-150}}},function(e,t,n){"use strict";e.exports={SHOW_PLACEHOLDER:100,HIDE_PLACEHOLDER:1e3,DBLCLICKDELAY:300}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(9),o=n(0),s=n(7),u=n(3),c=n(14),d=n(96),f=/Click to enter .+ title/;(e.exports={}).draw=function(e,t,n){var h=n.propContainer,p=n.propName,v=n.traceIndex,y=n.dfltName,g=n.avoid||{},m=n.attributes,_=n.transform,T=n.containerGroup,b=e._fullLayout,M=h.titlefont.family,k=h.titlefont.size,K=h.titlefont.color,x=1,C=!1,A=h.title.trim(),w=e._context.editable;""===A&&(x=0),A.match(f)&&(x=.2,C=!0,w||(A=""));var L=A||w;T||(T=b._infolayer.selectAll(".g-"+t).data([0])).enter().append("g").classed("g-"+t,!0);var D=T.selectAll("text").data(L?[0]:[]);if(D.enter().append("text"),D.text(A).attr("class",t),D.exit().remove(),L){D.call(S);var B="Click to enter "+y+" title";w&&(A?D.on(".opacity",null):(x=0,C=!0,A=B,D.text(A).on("mouseover.opacity",function(){r.select(this).transition().duration(d.SHOW_PLACEHOLDER).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(d.HIDE_PLACEHOLDER).style("opacity",0)})),D.call(c.makeEditable,{gd:e}).on("edit",function(t){void 0!==v?i.restyle(e,p,t,v):i.relayout(e,p,t)}).on("cancel",function(){this.text(this.attr("data-unformatted")).call(S)}).on("input",function(e){this.text(e||" ").call(c.positionText,m.x,m.y)})),D.classed("js-placeholder",C)}function S(e){o.syncOrAsync([G,z],e)}function G(t){return t.attr("transform",_?"rotate("+[_.rotate,m.x,m.y]+") translate(0, "+_.offset+")":null),t.style({"font-family":M,"font-size":r.round(k,2)+"px",fill:u.rgb(K),opacity:x*u.opacity(K),"font-weight":l.fontWeight}).attr(m).call(c.convertToTspans,e),l.previousPromises(e)}function z(e){var t=r.select(e.node().parentNode);if(g&&g.selection&&g.side&&A){t.attr("transform",null);var n=0,i={left:"right",right:"left",top:"bottom",bottom:"top"}[g.side],l=-1!==["left","top"].indexOf(g.side)?-1:1,u=a(g.pad)?g.pad:2,c=s.bBox(t.node()),d={left:0,top:0,right:b.width,bottom:b.height},f=g.maxShift||(d[g.side]-c[g.side])*("left"===g.side||"top"===g.side?-1:1);if(f<0)n=f;else{var h=g.offsetLeft||0,p=g.offsetTop||0;c.left-=h,c.right-=h,c.top-=p,c.bottom-=p,g.selection.each(function(){var e=s.bBox(this);o.bBoxIntersect(c,e,u)&&(n=Math.max(n,l*(e[g.side]-c[i])+u))}),n=Math.min(f,n)}if(n>0||f<0){var v={left:[-n,0],right:[n,0],top:[0,-n],bottom:[0,n]}[g.side];t.attr("transform","translate("+v+")")}}}}},function(e,t,n){"use strict";e.exports=function(e){for(var t,n=e.length,r=new Array(n),a=n-1,i=0;a>=0;a--,i++)t=e[a],r[i]=[1-t[0],t[1]];return r}},function(e,t,n){"use strict";var r=n(25),a=n(163);e.exports=function(e){return void 0!==r[e]||a(e)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(292),l=n(291),o=n(99),s=n(98);e.exports=function(e,t,n,u,c){var d,f=c.prefix,h=c.cLetter,p=f.slice(0,f.length-1),v=f?a.nestedProperty(e,p).get()||{}:e,y=f?a.nestedProperty(t,p).get()||{}:t,g=v[h+"min"],m=v[h+"max"],_=v.colorscale;u(f+h+"auto",!(r(g)&&r(m)&&g<m)),u(f+h+"min"),u(f+h+"max"),void 0!==_&&(d=!o(_)),u(f+"autocolorscale",d);var T,b=u(f+"colorscale");(u(f+"reversescale")&&(y.colorscale=s(b)),"marker.line."!==f)&&(f&&(T=i(v)),u(f+"showscale",T)&&l(v,y,n))}},function(e,t,n){"use strict";t.dash={valType:"string",values:["solid","dot","dash","longdash","dashdot","longdashdot"],dflt:"solid",role:"style",description:["Sets the dash style of lines. Set to a dash type string","(*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*)","or a dash length list in px (eg *5px,10px,2px,2px*)."].join(" ")}},function(e,t,n){"use strict";var r=n(23),a=n(17),i=n(10).extendFlat;e.exports={thicknessmode:{valType:"enumerated",values:["fraction","pixels"],role:"style",dflt:"pixels",description:["Determines whether this color bar's thickness","(i.e. the measure in the constant color direction)","is set in units of plot *fraction* or in *pixels*.","Use `thickness` to set the value."].join(" ")},thickness:{valType:"number",role:"style",min:0,dflt:30,description:["Sets the thickness of the color bar","This measure excludes the size of the padding, ticks and labels."].join(" ")},lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this color bar's length","(i.e. the measure in the color variation direction)","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the color bar","This measure excludes the padding of both ends.","That is, the color bar length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",dflt:1.02,min:-2,max:3,role:"style",description:["Sets the x position of the color bar (in plot fraction)."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"style",description:["Sets this color bar's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the color bar."].join(" ")},xpad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the x direction."},y:{valType:"number",role:"style",dflt:.5,min:-2,max:3,description:["Sets the y position of the color bar (in plot fraction)."].join(" ")},yanchor:{valType:"enumerated",values:["top","middle","bottom"],role:"style",dflt:"middle",description:["Sets this color bar's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the color bar."].join(" ")},ypad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the y direction."},outlinecolor:r.linecolor,outlinewidth:r.linewidth,bordercolor:r.linecolor,borderwidth:{valType:"number",role:"style",min:0,dflt:0,description:["Sets the width (in px) or the border enclosing this color bar."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:"rgba(0,0,0,0)",description:"Sets the color of padded area."},tickmode:r.tickmode,nticks:r.nticks,tick0:r.tick0,dtick:r.dtick,tickvals:r.tickvals,ticktext:r.ticktext,ticks:i({},r.ticks,{dflt:""}),ticklen:r.ticklen,tickwidth:r.tickwidth,tickcolor:r.tickcolor,showticklabels:r.showticklabels,tickfont:r.tickfont,tickangle:r.tickangle,tickformat:r.tickformat,tickprefix:r.tickprefix,showtickprefix:r.showtickprefix,ticksuffix:r.ticksuffix,showticksuffix:r.showticksuffix,separatethousands:r.separatethousands,exponentformat:r.exponentformat,showexponent:r.showexponent,title:{valType:"string",role:"info",dflt:"Click to enter colorscale title",description:"Sets the title of the color bar."},titlefont:i({},a,{description:["Sets this color bar's title font."].join(" ")}),titleside:{valType:"enumerated",values:["right","top","bottom"],role:"style",dflt:"top",description:["Determines the location of the colorbar title","with respect to the color bar."].join(" ")}}},function(e,t,n){"use strict";e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this set of error bars is visible."].join(" ")},type:{valType:"enumerated",values:["percent","constant","sqrt","data"],role:"info",description:["Determines the rule used to generate the error bars.","If *constant`, the bar lengths are of a constant value.","Set this constant in `value`.","If *percent*, the bar lengths correspond to a percentage of","underlying data. Set this percentage in `value`.","If *sqrt*, the bar lengths correspond to the sqaure of the","underlying data.","If *array*, the bar lengths are set with data set `array`."].join(" ")},symmetric:{valType:"boolean",role:"info",description:["Determines whether or not the error bars have the same length","in both direction","(top/bottom for vertical bars, left/right for horizontal bars."].join(" ")},array:{valType:"data_array",description:["Sets the data corresponding the length of each error bar.","Values are plotted relative to the underlying data."].join(" ")},arrayminus:{valType:"data_array",description:["Sets the data corresponding the length of each error bar in the","bottom (left) direction for vertical (horizontal) bars","Values are plotted relative to the underlying data."].join(" ")},value:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars."].join(" ")},valueminus:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars in the","bottom (left) direction for vertical (horizontal) bars"].join(" ")},traceref:{valType:"integer",min:0,dflt:0,role:"info"},tracerefminus:{valType:"integer",min:0,dflt:0,role:"info"},copy_ystyle:{valType:"boolean",role:"style"},copy_zstyle:{valType:"boolean",role:"style"},color:{valType:"color",role:"style",description:"Sets the stoke color of the error bars."},thickness:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the thickness (in px) of the error bars."},width:{valType:"number",min:0,role:"style",description:["Sets the width (in px) of the cross-bar at both ends","of the error bars."].join(" ")},_deprecated:{opacity:{valType:"number",role:"style",description:["Obsolete.","Use the alpha channel in error bar `color` to set the opacity."].join(" ")}}}},function(e,t,n){"use strict";e.exports={mode:{valType:"enumerated",dflt:"afterall",role:"info",values:["immediate","next","afterall"],description:["Describes how a new animate call interacts with currently-running","animations. If `immediate`, current animations are interrupted and","the new animation is started. If `next`, the current frame is allowed","to complete, after which the new animation is started. If `afterall`","all existing frames are animated to completion before the new animation","is started."].join(" ")},direction:{valType:"enumerated",role:"info",values:["forward","reverse"],dflt:"forward",description:["The direction in which to play the frames triggered by the animation call"].join(" ")},fromcurrent:{valType:"boolean",dflt:!1,role:"info",description:["Play frames starting at the current frame instead of the beginning."].join(" ")},frame:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration in milliseconds of each frame. If greater than the frame","duration, it will be limited to the frame duration."].join(" ")},redraw:{valType:"boolean",role:"info",dflt:!0,description:["Redraw the plot at completion of the transition. This is desirable","for transitions that include properties that cannot be transitioned,","but may significantly slow down updates that do not require a full","redraw of the plot"].join(" ")}},transition:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration of the transition, in milliseconds. If equal to zero,","updates are synchronous."].join(" ")},easing:{valType:"enumerated",dflt:"cubic-in-out",values:["linear","quad","cubic","sin","exp","circle","elastic","back","bounce","linear-in","quad-in","cubic-in","sin-in","exp-in","circle-in","elastic-in","back-in","bounce-in","linear-out","quad-out","cubic-out","sin-out","exp-out","circle-out","elastic-out","back-out","bounce-out","linear-in-out","quad-in-out","cubic-in-out","sin-in-out","exp-in-out","circle-in-out","elastic-in-out","back-in-out","bounce-in-out"],role:"info",description:"The easing function used for the transition"}}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){if(e>0)return Math.log(e)/Math.LN10;var n=Math.log(Math.min(t[0],t[1]))/Math.LN10;return r(n)||(n=Math.log(Math.max(t[0],t[1]))/Math.LN10-6),n}},function(e,t,n){"use strict";var r="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer:{isView:function(){return!1}};e.exports=function(e){return Array.isArray(e)||r.isView(e)}},function(e,t,n){"use strict";var r=n(2),a=n(106),i=n(32),l=n(167);e.exports=function(e,t){if(r(t))t=String(t);else if("string"!=typeof t||"[-1]"===t.substr(t.length-4))throw"bad property string";for(var n,i,l,o=0,s=t.split(".");o<s.length;){if(n=String(s[o]).match(/^([^\[\]]*)((\[\-?[0-9]*\])+)$/)){if(n[1])s[o]=n[1];else{if(0!==o)throw"bad property string";s.splice(0,1)}for(i=n[2].substr(1,n[2].length-2).split("]["),l=0;l<i.length;l++)o++,s.splice(o,0,Number(i[l]))}o++}return"object"!=typeof e?function(e,t,n){return{set:function(){throw"bad container"},get:function(){},astr:t,parts:n,obj:e}}(e,t,s):{set:c(e,s,t),get:function e(t,n){return function(){var r,i,l,o,s,u=t;for(o=0;o<n.length-1;o++){if(-1===(r=n[o])){for(i=!0,l=[],s=0;s<u.length;s++)l[s]=e(u[s],n.slice(o+1))(),l[s]!==l[0]&&(i=!1);return i?l[0]:l}if("number"==typeof r&&!a(u))return;if("object"!=typeof(u=u[r])||null===u)return}if("object"==typeof u&&null!==u&&null!==(l=u[n[o]]))return l}}(e,s),astr:t,parts:s,obj:e}};var o=/(^|\.)((domain|range)(\.[xy])?|args|parallels)$/,s=/(^|\.)args\[/;function u(e,t){if(void 0!==(n=e)&&null!==n&&("object"!=typeof n||(a(n)?n.length:Object.keys(n).length))||i(e)&&"]"===t.charAt(t.length-1)||t.match(s)&&void 0!==e)return!1;var n;if(!a(e))return!0;if(t.match(o))return!0;var r=l(t);return r&&""===r.index}function c(e,t,n){return function(r){var i,l,o=e,s="",c=[[e,s]],p=u(r,n);for(l=0;l<t.length-1;l++){if("number"==typeof(i=t[l])&&!a(o))throw"array index but container is not an array";if(-1===i){if(p=!f(o,t.slice(l+1),r,n))break;return}if(!h(o,i,t[l+1],p))break;if("object"!=typeof(o=o[i])||null===o)throw"container is not an object";s=d(s,i),c.push([o,s])}p?(l===t.length-1&&delete o[t[l]],function(e){var t,n,r,i,l,o;for(t=e.length-1;t>=0;t--){if(r=e[t][0],i=e[t][1],o=!1,a(r))for(n=r.length-1;n>=0;n--)u(r[n],d(i,n))?o?r[n]=void 0:r.pop():o=!0;else if("object"==typeof r&&null!==r)for(l=Object.keys(r),o=!1,n=l.length-1;n>=0;n--)u(r[l[n]],d(i,l[n]))?delete r[l[n]]:o=!0;if(o)return}}(c)):o[t[l]]=r}}function d(e,t){var n=t;return r(t)?n="["+t+"]":e&&(n="."+t),e+n}function f(e,t,n,r){var i,l=a(n),o=!0,s=n,d=r.replace("-1",0),f=!l&&u(n,d),p=t[0];for(i=0;i<e.length;i++)d=r.replace("-1",i),l&&(f=u(s=n[i%n.length],d)),f&&(o=!1),h(e,i,p,f)&&c(e[i],t,r.replace("-1",i))(s);return o}function h(e,t,n,r){if(void 0===e[t]){if(r)return!1;e[t]="number"==typeof n?[]:{}}return!0}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17);e.exports={hoverlabel:{bgcolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the background color of the hover labels for this trace"].join(" ")},bordercolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the border color of the hover labels for this trace."].join(" ")},font:{family:r({},a.family,{arrayOk:!0}),size:r({},a.size,{arrayOk:!0}),color:r({},a.color,{arrayOk:!0})}}}},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(42),l=n(41),o=n(160),s=n(104),u=n(294),c=n(285),d=a.extendFlat,f=a.extendDeep,h="_isSubplotObj",p="_isLinkedToArray",v=[h,p,"_arrayAttrRegexps","_deprecated"];function y(e){return function(e){function n(e){return{valType:"string",role:"info",description:["Sets the source reference on plot.ly for ",e,"."].join(" ")}}t.crawl(e,function(e,r,i){t.isValObject(e)?"data_array"===e.valType?(e.role="data",i[r+"src"]=n(r)):!0===e.arrayOk&&(i[r+"src"]=n(r)):a.isPlainObject(e)&&(e.role="object")})}(e),function(e){t.crawl(e,function(e,t,n){if(!e)return;var r=e[p];if(!r)return;delete e[p],n[t]={items:{}},n[t].items[r]=e,n[t].role="object"})}(e),e}function g(e,t,n){var r=a.nestedProperty(e,n),i=f({},t.layoutAttributes);i[h]=!0,r.set(i)}function m(e,t,n){var r=a.nestedProperty(e,n);r.set(f(r.get()||{},t))}t.IS_SUBPLOT_OBJ=h,t.IS_LINKED_TO_ARRAY=p,t.DEPRECATED="_deprecated",t.UNDERSCORE_ATTRS=v,t.get=function(){var e={};r.allTypes.concat("area").forEach(function(t){e[t]=function(e){var t,n;"area"===e?(t={attributes:u},n={}):(t=r.modules[e]._module,n=t.basePlotModule);var a={type:null};f(a,i),f(a,t.attributes),n.attributes&&f(a,n.attributes);Object.keys(r.componentsRegistry).forEach(function(t){var n=r.componentsRegistry[t];n.schema&&n.schema.traces&&n.schema.traces[e]&&Object.keys(n.schema.traces[e]).forEach(function(t){m(a,n.schema.traces[e][t],t)})}),a.type=e;var l={meta:t.meta||{},attributes:y(a)};if(t.layoutAttributes){var o={};f(o,t.layoutAttributes),l.layoutAttributes=y(o)}return l}(t)});var t,n,h={};return Object.keys(r.transformsRegistry).forEach(function(e){h[e]=function(e){var t=r.transformsRegistry[e],n=f({},t.attributes);return Object.keys(r.componentsRegistry).forEach(function(t){var a=r.componentsRegistry[t];a.schema&&a.schema.transforms&&a.schema.transforms[e]&&Object.keys(a.schema.transforms[e]).forEach(function(t){m(n,a.schema.transforms[e][t],t)})}),{attributes:y(n)}}(e)}),{defs:{valObjects:a.valObjects,metaKeys:v.concat(["description","role"])},traces:e,layout:(n={},f(n,l),Object.keys(r.subplotsRegistry).forEach(function(e){var t=r.subplotsRegistry[e];if(t.layoutAttributes)if("cartesian"===t.name)g(n,t,"xaxis"),g(n,t,"yaxis");else{var a="subplot"===t.attr?t.name:t.attr;g(n,t,a)}}),n=function(e){return d(e,{radialaxis:c.radialaxis,angularaxis:c.angularaxis}),d(e,c.layout),e}(n),Object.keys(r.componentsRegistry).forEach(function(e){var t=r.componentsRegistry[e];t.layoutAttributes&&(t.schema&&t.schema.layout?Object.keys(t.schema.layout).forEach(function(e){m(n,t.schema.layout[e],e)}):m(n,t.layoutAttributes,t.name))}),{layoutAttributes:y(n)}),transforms:h,frames:(t={frames:a.extendDeep({},o)},y(t),t.frames),animation:y(s)}},t.crawl=function(e,n,r){var i=r||0;Object.keys(e).forEach(function(r){var l=e[r];-1===v.indexOf(r)&&(n(l,r,e,i),t.isValObject(l)||a.isPlainObject(l)&&t.crawl(l,n,i+1))})},t.isValObject=function(e){return e&&void 0!==e.valType},t.findArrayAttributes=function(e){var n=[],r=[];function l(t,i,l,o){if(r=r.slice(0,o).concat([i]),t&&("data_array"===t.valType||!0===t.arrayOk)){var s=function(e){return e.join(".")}(r),u=a.nestedProperty(e,s).get();Array.isArray(u)&&n.push(s)}}if(t.crawl(i,l),e._module&&e._module.attributes&&t.crawl(e._module.attributes,l),e.transforms)for(var o=e.transforms,s=0;s<o.length;s++){var u=o[s];r=["transforms["+s+"]"],t.crawl(u._module.attributes,l,1)}return e._fullInput&&e._fullInput._module&&e._fullInput._module.attributes&&(t.crawl(e._fullInput._module.attributes,l),n=a.filterUnique(n)),n}},function(e,t,n){"use strict";e.exports={staticPlot:!1,editable:!1,autosizable:!1,queueLength:0,fillFrame:!1,frameMargins:0,scrollZoom:!1,doubleClick:"reset+autosize",showTips:!0,showAxisDragHandles:!0,showAxisRangeEntryBoxes:!0,showLink:!1,sendData:!0,linkText:"Edit chart",showSources:!1,displayModeBar:"hover",modeBarButtonsToRemove:[],modeBarButtonsToAdd:[],modeBarButtons:!1,displaylogo:!0,plotGlPixelRatio:2,setBackground:function(t,n){try{t._fullLayout._paper.style("background",n)}catch(t){e.exports.logging>0&&console.error(t)}},topojsonURL:"https://cdn.plot.ly/",mapboxAccessToken:null,logging:!1,globalTransforms:[]}},function(e,t,n){"use strict";var r=function(){var e=this.$createElement,t=this._self._c||e;return t("figure",{staticClass:"image"},[t("img",{style:this.round?"border-radius: 50%":"",attrs:{src:"/dist/assets/hero-icons/"+this.hero.toLowerCase()+".jpg",alt:this.hero,title:this.hero}})])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("p",{staticClass:"title-box"},[e._v(e._s(e.title))]),e._v(" "),n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-centered"},[n("hero-image",{staticClass:"is-64x64 hero-image-slot",attrs:{actor:e.entry.Actor}}),e._v(" "),n("span",{staticClass:"hero-name"},[e._v(e._s(e.hero))])],1),e._v(" "),n("div",{staticClass:"column value is-centered"},[e.hasTalent?n("talent-image",{attrs:{entry:e.entry,size:64}}):n("span",[e._v("No Talent")]),e._v(" "),n("span",[e._v(e._s(e.value)+e._s(e.label))]),e._v(" "),n("span",{staticClass:"type"},[e._v(e._s(e.type))])],1)])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return"None"!=e.rarity?n("div",{staticClass:"talent-image",style:"background-image: url('/dist/assets/talent-icons-small/"+e.hero+"/"+e.hero+"_"+e.rarity+".jpg'); width: "+e.size+"px; height: "+e.size+"px",attrs:{alt:e.hero+" "+e.rarity,title:e.hero+" "+e.rarity}}):e._e()},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"columns is-multiline is-mobile"},[e.stats.topWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Overpowered",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topWin.TotalWinner),entry:e.stats.topWin}})],1):e._e(),e._v(" "),e.stats.topPick?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trending",type:"Total Pick Rate",label:"%",value:(100*e.playersPerMatch*e.stats.topPick.TotalPicks/e.stats.totalPicks).toFixed(2),entry:e.stats.topPick}})],1):e._e(),e._v(" "),e.stats.topLowLevel?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Beginner",type:"Level 1 Win Rate",label:"%",value:Math.round(100*e.stats.topLowLevel.TalentWinrateBase),entry:e.stats.topLowLevel}})],1):e._e(),e._v(" "),e.stats.topScaling?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Spender",type:"Win Rate per Level",label:"%",value:"+"+Math.round(100*e.stats.topScaling.TalentWinrateLevelScaling),entry:e.stats.topScaling}})],1):e._e(),e._v(" "),e.stats.topUnpopularWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Hidden Gem",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topUnpopularWin.TotalWinner),entry:e.stats.topUnpopularWin}})],1):e._e(),e._v(" "),e.stats.topRareWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Rare",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topRareWin.TotalWinner),entry:e.stats.topRareWin}})],1):e._e(),e._v(" "),e.stats.topEpicWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Epic",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topEpicWin.TotalWinner),entry:e.stats.topEpicWin}})],1):e._e(),e._v(" "),e.stats.topLegendaryWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Legendary",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topLegendaryWin.TotalWinner),entry:e.stats.topLegendaryWin}})],1):e._e(),e._v(" "),e.stats.topKillDeathPoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Soldier",type:"Kill Death Difference",label:"",value:"+"+e.stats.topKillDeathPoints.KillDeathPoints.toFixed(2),entry:e.stats.topKillDeathPoints}})],1):e._e(),e._v(" "),e.stats.topObjectivePoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trebuchet",type:"Objectives",label:"",value:e.stats.topObjectivePoints.ObjectivePoints.toFixed(2),entry:e.stats.topObjectivePoints}})],1):e._e(),e._v(" "),e.stats.topBlitzPointsDelta?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Blitzkrieg",type:"Blitz Points",label:"",value:"+"+e.stats.topBlitzPointsDelta.BlitzPointsDelta.toFixed(2),entry:e.stats.topBlitzPointsDelta}})],1):e._e()])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile is-multiline is-centered"},e._l(e.actors,function(t){return n("div",{key:t,staticClass:"column is-narrow"},[n("a",{on:{click:function(n){e.selectedActor=t}}},[n("hero-image",{class:"is-48x48 "+(e.selectedActor==t?"highlight-selection":""),attrs:{actor:t}})],1)])}))])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("b-table",{attrs:{data:e.top10Talents,"mobile-cards":!1},scopedSlots:e._u([{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero"}},[n("hero-image",{staticClass:"is-square",attrs:{actor:t.row.Actor}})],1),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("b-table-column",{attrs:{field:"Count",label:"Pick Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*e.playersPerMatch*t.row.Count/e.totalPicks))+"%")])]),e._v(" "),n("b-table-column",{attrs:{field:"TotalWinner",label:"Win Rate",sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*t.row.TotalWinner))+"%")])])]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container"},[e._m(0),e._v(" "),n("div",{staticClass:"tabs is-fullwidth"},[n("ul",e._l(e.modes,function(t){return n("li",{key:t,class:t==e.selectedMode?"is-active":""},[n("a",{on:{click:function(n){e.selectedMode=t}}},[n("span",[e._v(e._s(e.getMode(t)))])])])}))]),e._v(" "),n("mode-tab",{staticClass:"tab"}),e._v(" "),n("footer",{staticClass:"footer"},[n("div",{staticClass:"container"},[n("div",{staticClass:"content has-text-centered"},[n("p",[e._v("\n Last update: "+e._s(e.lastUpdate)+", with "+e._s(e.totalMatches)+" matches total.\n ")]),e._v(" "),e._m(1),e._v(" "),n("p")])])])],1)},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("section",{staticClass:"hero is-medium is-bold header"},[t("div",{staticClass:"hero-body"},[t("div",{staticClass:"container"},[t("h1",{staticClass:"title has-text-white"},[this._v("\n Broken Talents\n ")]),this._v(" "),t("h2",{staticClass:"subtitle has-text-white"},[this._v("\n Tilting Brawlers since Update 2.5\n ")])])])])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("p",[n("strong",[e._v("BrokenTalentsFun")]),e._v(", the Vainglory Talents and Hero win rate statistics site, by shutterfly ("),n("a",{attrs:{href:"https://schneefux.xyz"}},[e._v("@schneefux")]),e._v(").\n "),n("br"),e._v(" "),n("a",{attrs:{href:"https://github.com/BrokenTalents/brokentalents.github.io"}},[e._v("Source Code")]),e._v(".\n Built with the "),n("a",{attrs:{href:"http://developer.vainglorygame.com"}},[e._v("Vainglory API")]),e._v(".\n Images by "),n("a",{attrs:{href:"https://vainglorygame.com"}},[e._v("Super Evil Mega Corp")]),e._v(", Gwen Icon by Bleeko.\n "),n("br"),e._v("\n Join the "),n("a",{attrs:{href:"https://discord.gg/txTchJY"}},[e._v("Discord Server")]),e._v(" or "),n("a",{attrs:{href:"https://twitter.com/brokentalents"}},[e._v("Tweet")]),e._v(" if you have questions.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("b-field",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}]},[n("p",{staticClass:"control"},[n("b-dropdown",{model:{value:e.filterRarity,callback:function(t){e.filterRarity=t},expression:"filterRarity"}},[n("button",{staticClass:"button",attrs:{slot:"trigger"},slot:"trigger"},[n("span",[e._v(e._s(e.filterRarity.replace("None","No")||"All")+" Talents")]),e._v(" "),n("b-icon",{attrs:{icon:"menu-down"}})],1),e._v(" "),n("b-dropdown-item",{attrs:{value:""}},[e._v("All Talents")]),e._v(" "),e._l(e.RARITIES,function(t){return n("b-dropdown-item",{key:t,attrs:{value:t}},[e._v(e._s(t.replace("None","No"))+" Talents")])})],2)],1)]),e._v(" "),n("b-field",[n("div",{staticClass:"control"},[n("b-switch",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("Include entries without enough data (statistics will be inaccurate)")])],1)]),e._v(" "),n("b-table",{attrs:{data:e.report,"default-sort":["TotalPicks","desc"],"default-sort-directon":"desc",paginated:!0},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero",sortable:""}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}}),e._v(" "),n("span",{staticStyle:{"padding-left":"0.75em"}},[e._v(e._s(e.getHero(t.row.Actor)))])],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getHero(t.row.Actor)))]),e._v(" "),n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")]],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2),e._v(" "),n("b-table-column",{attrs:{field:"BlitzPointsDelta",label:"Blitz Points",visible:e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((t.row.BlitzPointsDelta>0?"+":"")+t.row.BlitzPointsDelta.toFixed(2))+"\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"Winner",label:"Win Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalPicks",label:"Pick Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*e.playersPerMatch*t.row.TotalPicks/e.totalPicks).toFixed(2))+"%\n ")])]}}])},[n("template",{slot:"footer"},[n("div",{staticClass:"has-text-right"},[n("button",{staticClass:"button",on:{click:function(t){e.downloadCsv()}}},[e._v("Download CSV")])])])],2)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:"notification "+(e.hideIntro?"is-hidden":"")},[n("button",{staticClass:"delete",on:{click:function(t){e.hideIntro=!0}}}),e._v(" "),n("div",{staticClass:"content"},[n("h3",[e._v("Hi There!")]),e._v(" "),n("img",{staticClass:"image is-64x64",staticStyle:{float:"right"},attrs:{src:"/dist/assets/gwenbarf.png"}}),e._v(" "),e._m(0),e._v(" "),n("p",[e._v("\n This site shares visitor data with Google Analytics and Google AdSense which store cookies. If you do not want that, you can "),n("a",{on:{click:function(t){e.optOutAnalytics()}}},[e._v("opt out of Google Analytics")]),e.gaOptedOut?n("span",[e._v(" (Google Analytics is disabled for you)")]):e._e(),e._v(" and "),n("a",{attrs:{href:"http://www.youronlinechoices.com/"}},[e._v("opt out of targeted advertisements")]),e._v(".\n ")])])])},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("\n Broken Talents Fun will help you find the best Talents for the Vainglory mobile MOBA game.\n "),t("br"),this._v("\n Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways.\n "),t("br"),this._v("\n The pick and win rates on this site have been gathered from real Vainglory matches.\n The data can be imprecise and can be contrary to your personal experience.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"show",rawName:"v-show",value:void 0!=e.deferredPrompt,expression:"deferredPrompt != undefined"}],staticClass:"notification is-primary"},[n("button",{staticClass:"delete",on:{click:function(t){e.deferredPrompt=void 0}}}),e._v(" "),n("div",{staticClass:"has-text-centered"},[e._v("Add to your homescreen for fast and offline access?")]),e._v(" "),n("div",{staticClass:"has-text-centered install-button"},[n("button",{staticClass:"button is-medium",on:{click:function(t){e.deferredPrompt.prompt()}}},[n("span",{staticClass:"mdi mdi-download"}),e._v(" "),n("span",[e._v("ย Install")])])])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this.$createElement;return(this._self._c||e)("div",{ref:"graph",staticClass:"plotly"})},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("intro-box"),e._v(" "),n("install-notification"),e._v(" "),n("div",{staticClass:"columns is-multiline"},[e.hasTalents?n("div",{staticClass:"column"},[n("h2",{staticClass:"title is-2"},[e._v("Highlights")]),e._v(" "),n("highlights")],1):e._e(),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("h2",{staticClass:"title is-2"},[e._v("Top 10")]),e._v(" "),n("top-talents-box")],1)]),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"3898218968"}}),e._v(" "),n("div",{staticClass:"columns is-multiline"},[n("div",{staticClass:"column is-two-thirds"},[n("h2",{staticClass:"title is-2"},[e._v("Individual Hero Statistics")]),e._v(" "),n("h3",{staticClass:"subtitle"},[e._v("Select a Hero")]),e._v(" "),n("hero-draft-grid")],1),e._v(" "),n("div",{staticClass:"column is-one-third"},[n("h2",{staticClass:"title is-2"},[e._v(e._s(e.getHero(e.selectedActor))+" Statistics")]),e._v(" "),n("hero-talent-table")],1)]),e._v(" "),n("div",{staticClass:"box"},[n("h2",{staticClass:"title is-2"},[e._v("Hero Balance Overview")]),e._v(" "),n("h3",{staticClass:"subtitle is-hidden-desktop"},[e._v("Best viewed on a large screen")]),e._v(" "),n("win-pick-scatter")],1),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"4801023518"}}),e._v(" "),n("div",[n("h2",{staticClass:"title is-2"},[e._v("All Hero Statistics")]),e._v(" "),n("report-table")],1)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-one-quarter"},[n("hero-image",{staticClass:"is-64x64",attrs:{actor:e.selectedActor}})],1),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalWinner/e.totalHeroReport.TotalPicks).toFixed(0))+"% Winย Rate")]),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalPicks/e.totalPicks*e.playersPerMatch).toFixed(0))+"% Pickย Rate")])]),e._v(" "),n("b-table",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],attrs:{data:e.heroReport,"mobile-cards":!1},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Talent",label:"Talent"}},[n("talent-image",{attrs:{entry:t.row,size:48}})],1),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")],e._v(" "),t.row.SampleTooSmall?n("small",[n("br"),e._v("uncertain")]):e._e()],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.SampleTooSmall||t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2)]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";e.exports={yPad:.02,minButtonWidth:30,rx:3,ry:3,lightAmount:25,darkAmount:10}},function(e,t,n){"use strict";e.exports={step:{valType:"enumerated",role:"info",values:["month","year","day","hour","minute","second","all"],dflt:"month",description:["The unit of measurement that the `count` value will set the range by."].join(" ")},stepmode:{valType:"enumerated",role:"info",values:["backward","todate"],dflt:"backward",description:["Sets the range update mode.","If *backward*, the range update shifts the start of range","back *count* times *step* milliseconds.","If *todate*, the range update shifts the start of range","back to the first timestamp from *count* times","*step* milliseconds back.","For example, with `step` set to *year* and `count` set to *1*","the range update shifts the start of the range back to","January 01 of the current year.","Month and year *todate* are currently available only","for the built-in (Gregorian) calendar."].join(" ")},count:{valType:"number",role:"info",min:0,dflt:1,description:["Sets the number of steps to take to update the range.","Use with `step` to specify the update interval."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the button."}}},function(e,t,n){"use strict";e.exports={name:"rangeslider",containerClassName:"rangeslider-container",bgClassName:"rangeslider-bg",rangePlotClassName:"rangeslider-rangeplot",maskMinClassName:"rangeslider-mask-min",maskMaxClassName:"rangeslider-mask-max",slideBoxClassName:"rangeslider-slidebox",grabberMinClassName:"rangeslider-grabber-min",grabAreaMinClassName:"rangeslider-grabarea-min",handleMinClassName:"rangeslider-handle-min",grabberMaxClassName:"rangeslider-grabber-max",grabAreaMaxClassName:"rangeslider-grabarea-max",handleMaxClassName:"rangeslider-handle-max",maskColor:"rgba(0,0,0,0.4)",slideBoxFill:"transparent",slideBoxCursor:"ew-resize",grabAreaFill:"transparent",grabAreaCursor:"col-resize",grabAreaWidth:10,handleWidth:4,handleRadius:1,handleStrokeWidth:1,extraPad:15}},function(e,t,n){"use strict";var r=n(17),a=n(129),i=n(10).extendFlat,l=n(10).extendDeep,o=n(104),s=n(35),u={_isLinkedToArray:"step",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called when the slider value is changed.","If the `skip` method is used, the API slider will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","slider events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on slide."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the slider"},value:{valType:"string",role:"info",description:["Sets the value of the slider step, used to refer to the step programatically.","Defaults to the slider label if not provided."].join(" ")},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_sliderchange` method and executing the API command manually without losing","the benefit of the slider automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"slider",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not the slider is visible."].join(" ")},active:{valType:"number",role:"info",min:0,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},steps:u,lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this slider length","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the slider","This measure excludes the padding of both ends.","That is, the slider's length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the x position (in normalized coordinates) of the slider."},pad:l({},a,{description:"Set the padding of the slider component along each side."},{t:{dflt:20}}),xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the slider's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the y position (in normalized coordinates) of the slider."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the slider's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},transition:{duration:{valType:"number",role:"info",min:0,dflt:150,description:"Sets the duration of the slider transition"},easing:{valType:"enumerated",values:o.transition.easing.values,role:"info",dflt:"cubic-in-out",description:"Sets the easing function of the slider transition"}},currentvalue:{visible:{valType:"boolean",role:"info",dflt:!0,description:["Shows the currently-selected value above the slider."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:["The alignment of the value readout relative to the length of the slider."].join(" ")},offset:{valType:"number",dflt:10,role:"info",description:["The amount of space, in pixels, between the current value label","and the slider."].join(" ")},prefix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the prefix of the label."},suffix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the suffix of the label."},font:i({},r,{description:"Sets the font of the current value label text."})},font:i({},r,{description:"Sets the font of the slider step labels."}),activebgcolor:{valType:"color",role:"style",dflt:s.gripBgActiveColor,description:["Sets the background color of the slider grip","while dragging."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:s.railBgColor,description:"Sets the background color of the slider."},bordercolor:{valType:"color",dflt:s.railBorderColor,role:"style",description:"Sets the color of the border enclosing the slider."},borderwidth:{valType:"number",min:0,dflt:s.railBorderWidth,role:"style",description:"Sets the width (in px) of the border enclosing the slider."},ticklen:{valType:"number",min:0,dflt:s.tickLength,role:"style",description:"Sets the length in pixels of step tick marks"},tickcolor:{valType:"color",dflt:s.tickColor,role:"style",description:"Sets the color of the border enclosing the slider."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},minorticklen:{valType:"number",min:0,dflt:s.minorTickLength,role:"style",description:"Sets the length in pixels of minor step tick marks"}}},function(e,t,n){"use strict";e.exports={t:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the top of the component."},r:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the right side of the component."},b:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the bottom of the component."},l:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the left side of the component."}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(129),o={_isLinkedToArray:"button",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called on click.","If the `skip` method is used, the API updatemenu will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","updatemenu events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on click."].join(" ")},label:{valType:"string",role:"info",dflt:"",description:"Sets the text label to appear on the button."},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_buttonclicked` method and executing the API command manually without losing","the benefit of the updatemenu automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"updatemenu",_arrayAttrRegexps:[/^updatemenus\[(0|[1-9][0-9]+)\]\.buttons/],visible:{valType:"boolean",role:"info",description:["Determines whether or not the update menu is visible."].join(" ")},type:{valType:"enumerated",values:["dropdown","buttons"],dflt:"dropdown",role:"info",description:["Determines whether the buttons are accessible via a dropdown menu","or whether the buttons are stacked horizontally or vertically"].join(" ")},direction:{valType:"enumerated",values:["left","right","up","down"],dflt:"down",role:"info",description:["Determines the direction in which the buttons are laid out, whether","in a dropdown menu or a row/column of buttons. For `left` and `up`,","the buttons will still appear in left-to-right or top-to-bottom order","respectively."].join(" ")},active:{valType:"integer",role:"info",min:-1,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},showactive:{valType:"boolean",role:"info",dflt:!0,description:"Highlights active dropdown item or active button if true."},buttons:o,x:{valType:"number",min:-2,max:3,dflt:-.05,role:"style",description:"Sets the x position (in normalized coordinates) of the update menu."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"right",role:"info",description:["Sets the update menu's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the update menu."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the update menu's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},pad:i({},l,{description:"Sets the padding around the buttons or dropdown menu."}),font:i({},r,{description:"Sets the font of the update menu button text."}),bgcolor:{valType:"color",role:"style",description:"Sets the background color of the update menu buttons."},bordercolor:{valType:"color",dflt:a.borderLine,role:"style",description:"Sets the color of the border enclosing the update menu."},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the border enclosing the update menu."}}},function(e,t,n){"use strict";var r=n(15);e.exports={_isLinkedToArray:"image",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this image is visible."].join(" ")},source:{valType:"string",role:"info",description:["Specifies the URL of the image to be used.","The URL must be accessible from the domain where the","plot code is run, and can be either relative or absolute."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:["Specifies whether images are drawn below or above traces.","When `xref` and `yref` are both set to `paper`,","image is drawn below the entire plot area."].join(" ")},sizex:{valType:"number",role:"info",dflt:0,description:["Sets the image container size horizontally.","The image will be sized based on the `position` value.","When `xref` is set to `paper`, units are sized relative","to the plot width."].join(" ")},sizey:{valType:"number",role:"info",dflt:0,description:["Sets the image container size vertically.","The image will be sized based on the `position` value.","When `yref` is set to `paper`, units are sized relative","to the plot height."].join(" ")},sizing:{valType:"enumerated",values:["fill","contain","stretch"],dflt:"contain",role:"info",description:["Specifies which dimension of the image to constrain."].join(" ")},opacity:{valType:"number",role:"info",min:0,max:1,dflt:1,description:"Sets the opacity of the image."},x:{valType:"any",role:"info",dflt:0,description:["Sets the image's x position.","When `xref` is set to `paper`, units are sized relative","to the plot height.","See `xref` for more info"].join(" ")},y:{valType:"any",role:"info",dflt:0,description:["Sets the image's y position.","When `yref` is set to `paper`, units are sized relative","to the plot height.","See `yref` for more info"].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:"Sets the anchor for the x position"},yanchor:{valType:"enumerated",values:["top","middle","bottom"],dflt:"top",role:"info",description:"Sets the anchor for the y position."},xref:{valType:"enumerated",values:["paper",r.idRegex.x.toString()],dflt:"paper",role:"info",description:["Sets the images's x coordinate axis.","If set to a x axis id (e.g. *x* or *x2*), the `x` position","refers to an x data coordinate","If set to *paper*, the `x` position refers to the distance from","the left of plot in normalized coordinates","where *0* (*1*) corresponds to the left (right)."].join(" ")},yref:{valType:"enumerated",values:["paper",r.idRegex.y.toString()],dflt:"paper",role:"info",description:["Sets the images's y coordinate axis.","If set to a y axis id (e.g. *y* or *y2*), the `y` position","refers to a y data coordinate.","If set to *paper*, the `y` position refers to the distance from","the bottom of the plot in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}}},function(e,t,n){"use strict";var r=n(36),a=n(40).line,i=n(101).dash,l=n(10).extendFlat;e.exports={_isLinkedToArray:"shape",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this shape is visible."].join(" ")},type:{valType:"enumerated",values:["circle","rect","path","line"],role:"info",description:["Specifies the shape type to be drawn.","If *line*, a line is drawn from (`x0`,`y0`) to (`x1`,`y1`)","If *circle*, a circle is drawn from","((`x0`+`x1`)/2, (`y0`+`y1`)/2))","with radius","(|(`x0`+`x1`)/2 - `x0`|, |(`y0`+`y1`)/2 -`y0`)|)","If *rect*, a rectangle is drawn linking","(`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`)","If *path*, draw a custom SVG path using `path`."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:"Specifies whether shapes are drawn below or above traces."},xref:l({},r.xref,{description:["Sets the shape's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the left (right) side.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, then you must convert","the date to unix time in milliseconds."].join(" ")}),x0:{valType:"any",role:"info",description:["Sets the shape's starting x position.","See `type` for more info."].join(" ")},x1:{valType:"any",role:"info",description:["Sets the shape's end x position.","See `type` for more info."].join(" ")},yref:l({},r.yref,{description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}),y0:{valType:"any",role:"info",description:["Sets the shape's starting y position.","See `type` for more info."].join(" ")},y1:{valType:"any",role:"info",description:["Sets the shape's end y position.","See `type` for more info."].join(" ")},path:{valType:"string",role:"info",description:["For `type` *path* - a valid SVG path but with the pixel values","replaced by data values. There are a few restrictions / quirks","only absolute instructions, not relative. So the allowed segments","are: M, L, H, V, Q, C, T, S, and Z","arcs (A) are not allowed because radius rx and ry are relative.","In the future we could consider supporting relative commands,","but we would have to decide on how to handle date and log axes.","Note that even as is, Q and C Bezier paths that are smooth on","linear axes may not be smooth on log, and vice versa.",'no chained "polybezier" commands - specify the segment type for',"each one.","On category axes, values are numbers scaled to the serial numbers","of categories because using the categories themselves there would","be no way to describe fractional positions","On data axes: because space and T are both normal components of path","strings, we can't use either to separate date from time parts.","Therefore we'll use underscore for this purpose:","2015-02-21_13:45:56.789"].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"info",description:"Sets the opacity of the shape."},line:{color:a.color,width:a.width,dash:i,role:"info"},fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"info",description:["Sets the color filling the shape's interior."].join(" ")}}},function(e,t,n){"use strict";e.exports={segmentRE:/[MLHVQCTSZ][^MLHVQCTSZ]*/g,paramRE:/[^\s,]+/g,paramIsX:{M:{0:!0,drawn:0},L:{0:!0,drawn:0},H:{0:!0,drawn:0},V:{},Q:{0:!0,2:!0,drawn:2},C:{0:!0,2:!0,4:!0,drawn:4},T:{0:!0,drawn:0},S:{0:!0,2:!0,drawn:2},Z:{}},paramIsY:{M:{1:!0,drawn:1},L:{1:!0,drawn:1},H:{},V:{0:!0,drawn:0},Q:{1:!0,3:!0,drawn:3},C:{1:!0,3:!0,5:!0,drawn:5},T:{1:!0,drawn:1},S:{1:!0,3:!0,drawn:5},Z:{}},numParams:{M:2,L:2,H:1,V:1,Q:4,C:6,T:2,S:4,Z:0}}},function(e,t,n){"use strict";var r=n(0),a=n(3);e.exports=function(e,t,n,i){i("opacity");var l=i("bgcolor"),o=i("bordercolor"),s=a.opacity(o);i("borderpad");var u=i("borderwidth"),c=i("showarrow");i("text",c?" ":"new text"),i("textangle"),r.coerceFont(i,"font",n.font),i("width"),i("align"),i("height")&&i("valign"),c&&(i("arrowcolor",s?t.bordercolor:a.defaultLine),i("arrowhead"),i("arrowsize"),i("arrowwidth",2*(s&&u||1)),i("standoff"));var d=i("hovertext"),f=n.hoverlabel||{};if(d){var h=i("hoverlabel.bgcolor",f.bgcolor||(a.opacity(l)?a.rgb(l):a.defaultLine)),p=i("hoverlabel.bordercolor",f.bordercolor||a.contrast(h));r.coerceFont(i,"hoverlabel.font",{family:f.font.family,size:f.font.size,color:f.font.color||p})}i("captureevents",!!d)}},function(e,t,n){"use strict";e.exports=[{path:"",backoff:0},{path:"M-2.4,-3V3L0.6,0Z",backoff:.6},{path:"M-3.7,-2.5V2.5L1.3,0Z",backoff:1.3},{path:"M-4.45,-3L-1.65,-0.2V0.2L-4.45,3L1.55,0Z",backoff:1.55},{path:"M-2.2,-2.2L-0.2,-0.2V0.2L-2.2,2.2L-1.4,3L1.6,0L-1.4,-3Z",backoff:1.6},{path:"M-4.4,-2.1L-0.6,-0.2V0.2L-4.4,2.1L-4,3L2,0L-4,-3Z",backoff:2},{path:"M2,0A2,2 0 1,1 0,-2A2,2 0 0,1 2,0Z",backoff:0},{path:"M2,2V-2H-2V2Z",backoff:0}]},function(e,t,n){"use strict";var r=n(1),a=n(4),i=n(0),l=n(7),o=n(3),s=n(13),u=n(216);e.exports=function(e,t){e.each(function(e){var t=r.select(this).selectAll("g.layers").data([0]);t.enter().append("g").classed("layers",!0),t.style("opacity",e[0].trace.opacity),t.selectAll("g.legendfill").data([e]).enter().append("g").classed("legendfill",!0),t.selectAll("g.legendlines").data([e]).enter().append("g").classed("legendlines",!0);var n=t.selectAll("g.legendsymbols").data([e]);n.enter().append("g").classed("legendsymbols",!0),n.selectAll("g.legendpoints").data([e]).enter().append("g").classed("legendpoints",!0)}).each(function(e){var t=e[0].trace,n=t.marker||{},i=n.line||{},l=r.select(this).select("g.legendpoints").selectAll("path.legendbar").data(a.traceIs(t,"bar")?[e]:[]);l.enter().append("path").classed("legendbar",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),l.exit().remove(),l.each(function(e){var t=r.select(this),a=e[0],l=(a.mlw+1||i.width+1)-1;t.style("stroke-width",l+"px").call(o.fill,a.mc||n.color),l&&t.call(o.stroke,a.mlc||i.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendbox").data(a.traceIs(t,"box")&&t.visible?[e]:[]);n.enter().append("path").classed("legendbox",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.each(function(){var e=t.line.width,n=r.select(this);n.style("stroke-width",e+"px").call(o.fill,t.fillcolor),e&&n.call(o.stroke,t.line.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendpie").data(a.traceIs(t,"pie")&&t.visible?[e]:[]);n.enter().append("path").classed("legendpie",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.size()&&n.call(u,e[0],t)}).each(function(e){var t=e[0].trace,n=t.visible&&t.fill&&"none"!==t.fill,a=s.hasLines(t);t&&t._module&&"contourcarpet"===t._module.name&&(a=t.contours.showlines,n="fill"===t.contours.coloring);var i=r.select(this).select(".legendfill").selectAll("path").data(n?[e]:[]);i.enter().append("path").classed("js-fill",!0),i.exit().remove(),i.attr("d","M5,0h30v6h-30z").call(l.fillGroupStyle);var o=r.select(this).select(".legendlines").selectAll("path").data(a?[e]:[]);o.enter().append("path").classed("js-line",!0).attr("d","M5,0h30"),o.exit().remove(),o.call(l.lineGroupStyle)}).each(function(e){var n,a,o=e[0],u=o.trace,c=s.hasMarkers(u),d=s.hasText(u),f=s.hasLines(u);function h(e,t,n){var r=i.nestedProperty(u,e).get(),a=Array.isArray(r)&&t?t(r):r;if(n){if(a<n[0])return n[0];if(a>n[1])return n[1]}return a}function p(e){return e[0]}if(c||d||f){var v={},y={};c&&(v.mc=h("marker.color",p),v.mo=h("marker.opacity",i.mean,[.2,1]),v.ms=h("marker.size",i.mean,[2,16]),v.mlc=h("marker.line.color",p),v.mlw=h("marker.line.width",i.mean,[0,5]),y.marker={sizeref:1,sizemin:1,sizemode:"diameter"}),f&&(y.line={width:h("line.width",p,[0,10])}),d&&(v.tx="Aa",v.tp=h("textposition",p),v.ts=10,v.tc=h("textfont.color",p),v.tf=h("textfont.family",p)),n=[i.minExtend(o,v)],a=i.minExtend(u,y)}var g=r.select(this).select("g.legendpoints"),m=g.selectAll("path.scatterpts").data(c?n:[]);m.enter().append("path").classed("scatterpts",!0).attr("transform","translate(20,0)"),m.exit().remove(),m.call(l.pointStyle,a,t),c&&(n[0].mrc=3);var _=g.selectAll("g.pointtext").data(d?n:[]);_.enter().append("g").classed("pointtext",!0).append("text").attr("transform","translate(20,0)"),_.exit().remove(),_.selectAll("text").call(l.textPointStyle,a,t)})}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat;e.exports={bgcolor:{valType:"color",role:"style",description:"Sets the legend background color."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the legend."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the legend."},font:i({},r,{description:"Sets the font used to text the legend items."}),orientation:{valType:"enumerated",values:["v","h"],dflt:"v",role:"info",description:"Sets the orientation of the legend."},traceorder:{valType:"flaglist",flags:["reversed","grouped"],extras:["normal"],role:"style",description:["Determines the order at which the legend items are displayed.","If *normal*, the items are displayed top-to-bottom in the same","order as the input data.","If *reversed*, the items are displayed in the opposite order","as *normal*.","If *grouped*, the items are displayed in groups","(when a trace `legendgroup` is provided).","if *grouped+reversed*, the items are displayed in the opposite order","as *grouped*."].join(" ")},tracegroupgap:{valType:"number",min:0,dflt:10,role:"style",description:["Sets the amount of vertical space (in px) between legend groups."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:1.02,role:"style",description:"Sets the x position (in normalized coordinates) of the legend."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the legend's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the legend."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the legend."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the legend's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the legend."].join(" ")}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(9),l=n(18),o=n(15);function s(e,t,n,r,a){var i=e._fullLayout._modules;t.plot&&t.plot.selectAll("g:not(.scatterlayer)").selectAll("g.trace").remove();for(var l=0;l<i.length;l++){var o=i[l];if("cartesian"===o.basePlotModule.name){for(var s=[],u=0;u<n.length;u++){var c=n[u],d=c[0].trace;d._module===o&&!0===d.visible&&s.push(c)}o.plot(e,t,s,r,a)}}}function u(e){var t=e.plotgroup,n=e.id;if(e.mainplot){var r=e.mainplotinfo;e.gridlayer=d(r.overgrid,"g",n),e.zerolinelayer=d(r.overzero,"g",n),e.plot=d(r.overplot,"g",n),e.xlines=d(r.overlines,"path",n),e.ylines=d(r.overlines,"path",n),e.xaxislayer=d(r.overaxes,"g",n),e.yaxislayer=d(r.overaxes,"g",n)}else{var a=d(t,"g","layer-subplot");e.shapelayer=d(a,"g","shapelayer"),e.imagelayer=d(a,"g","imagelayer"),e.gridlayer=d(t,"g","gridlayer"),e.overgrid=d(t,"g","overgrid"),e.zerolinelayer=d(t,"g","zerolinelayer"),e.overzero=d(t,"g","overzero"),e.plot=d(t,"g","plot"),e.overplot=d(t,"g","overplot"),e.xlines=d(t,"path","xlines"),e.ylines=d(t,"path","ylines"),e.overlines=d(t,"g","overlines"),e.xaxislayer=d(t,"g","xaxislayer"),e.yaxislayer=d(t,"g","yaxislayer"),e.overaxes=d(t,"g","overaxes")}e.plot.call(function(e){d(e,"g","imagelayer"),d(e,"g","maplayer"),d(e,"g","barlayer"),d(e,"g","carpetlayer"),d(e,"g","boxlayer"),d(e,"g","scatterlayer")}),e.xlines.style("fill","none").classed("crisp",!0),e.ylines.style("fill","none").classed("crisp",!0)}function c(e,t){e&&e.each(function(e){var n=r.select(this),a="clip"+t._uid+e+"plot";n.remove(),t._draggers.selectAll("g."+e).remove(),t._defs.select("#"+a).remove()})}function d(e,t,n){var r=e.selectAll("."+n).data([0]);return r.enter().append(t).classed(n,!0),r}t.name="cartesian",t.attr=["xaxis","yaxis"],t.idRoot=["x","y"],t.idRegex=o.idRegex,t.attrRegex=o.attrRegex,t.attributes=n(223),t.layoutAttributes=n(23),t.transitionAxes=n(222),t.plot=function(e,t,n,r){var a,l=e._fullLayout,o=i.getSubplotIds(l,"cartesian"),u=e.calcdata;if(!Array.isArray(t))for(t=[],a=0;a<u.length;a++)t.push(a);for(a=0;a<o.length;a++){for(var c,d=o[a],f=l._plots[d],h=[],p=0;p<u.length;p++){var v=u[p],y=v[0].trace;y.xaxis+y.yaxis===d&&((-1!==t.indexOf(y.index)||y.carpet)&&(c&&c[0].trace.xaxis+c[0].trace.yaxis===d&&-1!==["tonextx","tonexty","tonext"].indexOf(y.fill)&&-1===h.indexOf(c)&&h.push(c),h.push(v)),c=v)}s(e,f,h,n,r)}},t.clean=function(e,t,n,r){var a,i,o,s=r._modules||[],u=t._modules||[];for(o=0;o<s.length;o++)if("scatter"===s[o].name){a=!0;break}for(o=0;o<u.length;o++)if("scatter"===u[o].name){i=!0;break}if(a&&!i){var d=r._plots,f=Object.keys(d||{});for(o=0;o<f.length;o++){var h=d[f[o]];h.plot&&h.plot.select("g.scatterlayer").selectAll("g.trace").remove()}r._infolayer.selectAll("g.rangeslider-container").select("g.scatterlayer").selectAll("g.trace").remove()}var p=r._has&&r._has("cartesian"),v=t._has&&t._has("cartesian");if(p&&!v){var y=r._cartesianlayer.selectAll(".subplot"),g=l.listIds({_fullLayout:r});for(y.call(c,r),r._defs.selectAll(".axesclip").remove(),o=0;o<g.length;o++)r._infolayer.select("."+g[o]+"title").remove()}r._zoomlayer&&r._zoomlayer.selectAll(".select-outline").remove()},t.drawFramework=function(e){var t=e._fullLayout,n=function(e){for(var t=e._fullLayout,n=Object.keys(t._plots),r=[],a=[],i=0;i<n.length;i++){var o=n[i],s=t._plots[o],u=s.xaxis,c=s.yaxis,d=l.getFromId(e,u.overlaying)||u;d!==u&&d.overlaying&&(d=u,u.overlaying=!1);var f=l.getFromId(e,c.overlaying)||c;f!==c&&f.overlaying&&(f=c,c.overlaying=!1);var h=d._id+f._id;h!==o&&-1!==n.indexOf(h)?(s.mainplot=h,s.mainplotinfo=t._plots[h],a.push(o),u.domain=d.domain.slice(),c.domain=f.domain.slice()):r.push(o)}return r=r.concat(a)}(e),i=t._cartesianlayer.selectAll(".subplot").data(n,a.identity);i.enter().append("g").attr("class",function(e){return"subplot "+e}),i.order(),i.exit().call(c,t),i.each(function(e){var n=t._plots[e];(n.plotgroup=r.select(this),n.overlays=[],u(n),n.mainplot)&&t._plots[n.mainplot].overlays.push(n);n.draglayer=d(t._draggers,"g",e)})},t.rangePlot=function(e,t,n){u(t),s(e,t,n),i.style(e)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t){for(var n=0;n<e.length;n++)e[n].i=n;r.mergeArray(t.text,e,"tx"),r.mergeArray(t.hovertext,e,"htx"),r.mergeArray(t.customdata,e,"data"),r.mergeArray(t.textposition,e,"tp"),t.textfont&&(r.mergeArray(t.textfont.size,e,"ts"),r.mergeArray(t.textfont.color,e,"tc"),r.mergeArray(t.textfont.family,e,"tf"));var a=t.marker;if(a){r.mergeArray(a.size,e,"ms"),r.mergeArray(a.opacity,e,"mo"),r.mergeArray(a.symbol,e,"mx"),r.mergeArray(a.color,e,"mc");var i=a.line;a.line&&(r.mergeArray(i.color,e,"mlc"),r.mergeArray(i.width,e,"mlw"));var l=a.gradient;l&&"none"!==l.type&&(r.mergeArray(l.type,e,"mgt"),r.mergeArray(l.color,e,"mgc"))}}},function(e,t,n){"use strict";var r=n(19).FROM_BL;e.exports=function(e,t,n){void 0===n&&(n=r[e.constraintoward||"center"]);var a=[e.r2l(e.range[0]),e.r2l(e.range[1])],i=a[0]+(a[1]-a[0])*n;e.range=e._input.range=[e.l2r(i+(a[0]-i)*t),e.l2r(i+(a[1]-i)*t)]}},function(e,t,n){"use strict";var r=n(161).dot,a=n(16).BADNUM,i=e.exports={};i.tester=function(e){var t=e.slice(),n=t[0][0],r=n,i=t[0][1],l=i;t.push(t[0]);for(var o=1;o<t.length;o++)n=Math.min(n,t[o][0]),r=Math.max(r,t[o][0]),i=Math.min(i,t[o][1]),l=Math.max(l,t[o][1]);var s,u=!1;return 5===t.length&&(t[0][0]===t[1][0]?t[2][0]===t[3][0]&&t[0][1]===t[3][1]&&t[1][1]===t[2][1]&&(u=!0,s=function(e){return e[0]===t[0][0]}):t[0][1]===t[1][1]&&t[2][1]===t[3][1]&&t[0][0]===t[3][0]&&t[1][0]===t[2][0]&&(u=!0,s=function(e){return e[1]===t[0][1]})),{xmin:n,xmax:r,ymin:i,ymax:l,pts:t,contains:u?function(e,t){var o=e[0],u=e[1];return!(o===a||o<n||o>r||u===a||u<i||u>l||t&&s(e))}:function(e,o){var s=e[0],u=e[1];if(s===a||s<n||s>r||u===a||u<i||u>l)return!1;var c,d,f,h,p,v=t.length,y=t[0][0],g=t[0][1],m=0;for(c=1;c<v;c++)if(d=y,f=g,y=t[c][0],g=t[c][1],!(s<(h=Math.min(d,y))||s>Math.max(d,y)||u>Math.max(f,g)))if(u<Math.min(f,g))s!==h&&m++;else{if(u===(p=y===d?u:f+(s-d)*(g-f)/(y-d)))return 1!==c||!o;u<=p&&s!==h&&m++}return m%2==1},isRect:u}};var l=i.isSegmentBent=function(e,t,n,a){var i,l,o,s=e[t],u=[e[n][0]-s[0],e[n][1]-s[1]],c=r(u,u),d=Math.sqrt(c),f=[-u[1]/d,u[0]/d];for(i=t+1;i<n;i++)if(l=[e[i][0]-s[0],e[i][1]-s[1]],(o=r(l,u))<0||o>c||Math.abs(r(l,f))>a)return!0;return!1};i.filter=function(e,t){var n=[e[0]],r=0,a=0;function i(i){e.push(i);var o=n.length,s=r;n.splice(a+1);for(var u=s+1;u<e.length;u++)(u===e.length-1||l(e,s,u+1,t))&&(n.push(e[u]),n.length<o-2&&(r=u,a=n.length-1),s=u)}e.length>1&&i(e.pop());return{addPt:i,raw:e,filtered:n}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){n("hoverlabel.bgcolor",(a=a||{}).bgcolor),n("hoverlabel.bordercolor",a.bordercolor),r.coerceFont(n,"hoverlabel.font",a.font)}},function(e,t,n){"use strict";var r=n(2),a=n(29),i=n(20),l=n(15),o=n(257);e.exports=function(e){var t=e._fullLayout;if((t._has("cartesian")||t._has("gl2d"))&&!e._context.staticPlot){Object.keys(t._plots||{}).sort(function(e,n){if((t._plots[e].mainplot&&!0)===(t._plots[n].mainplot&&!0)){var r=e.split("y"),a=n.split("y");return r[0]===a[0]?Number(r[1]||1)-Number(a[1]||1):Number(r[0]||1)-Number(a[0]||1)}return t._plots[e].mainplot?1:-1}).forEach(function(n){var s=t._plots[n],u=s.xaxis,c=s.yaxis,d=(u._linepositions[n]||[])[3],f=(c._linepositions[n]||[])[3],h=l.DRAGGERSIZE;if(r(d)&&"top"===u.side&&(d-=h),r(f)&&"right"!==c.side&&(f-=h),!s.mainplot){var p=o(e,s,0,0,u._length,c._length,"ns","ew");p.onmousemove=function(t){e._fullLayout._rehover=function(){e._fullLayout._hoversubplot===n&&a.hover(e,t,n)},a.hover(e,t,n),e._fullLayout._lasthover=p,e._fullLayout._hoversubplot=n},p.onmouseout=function(t){e._dragging||(e._fullLayout._hoversubplot=null,i.unhover(e,t))},p.onclick=function(t){a.click(e,t,n)},e._context.showAxisDragHandles&&(o(e,s,-h,-h,h,h,"n","w"),o(e,s,u._length,-h,h,h,"n","e"),o(e,s,-h,c._length,h,h,"s","w"),o(e,s,u._length,c._length,h,h,"s","e"))}e._context.showAxisDragHandles&&(r(d)&&("free"===u.anchor&&(d-=t._size.h*(1-c.domain[1])),o(e,s,.1*u._length,d,.8*u._length,h,"","ew"),o(e,s,0,d,.1*u._length,h,"","w"),o(e,s,.9*u._length,d,.1*u._length,h,"","e")),r(f)&&("free"===c.anchor&&(f-=t._size.w*u.domain[0]),o(e,s,f,.1*c._length,h,.8*c._length,"ns",""),o(e,s,f,.9*c._length,h,.1*c._length,"s",""),o(e,s,f,0,h,.1*c._length,"n","")))});var n=t._hoverlayer.node();n.onmousemove=function(n){n.target=t._lasthover,a.hover(e,n,t._hoversubplot)},n.onclick=function(n){n.target=t._lasthover,a.click(e,n)},n.onmousedown=function(e){t._lasthover.onmousedown(e)}}}},function(e,t,n){var r=n(1),a=n(0).extendDeepAll,i=e.exports={version:"0.2.2"};i.Axis=function(){var e,t,n,l,o={data:[],layout:{}},s={},u={},c=r.dispatch("hover"),d={};return d.render=function(s){return function(s){t=s||t;var c=o.data,d=o.layout;("string"==typeof t||t.nodeName)&&(t=r.select(t)),t.datum(c).each(function(t,o){var s=t.slice();u={data:i.util.cloneJson(s),layout:i.util.cloneJson(d)};var c=0;s.forEach(function(e,t){e.color||(e.color=d.defaultColorRange[c],c=(c+1)%d.defaultColorRange.length),e.strokeColor||(e.strokeColor="LinePlot"===e.geometry?e.color:r.rgb(e.color).darker().toString()),u.data[t].color=e.color,u.data[t].strokeColor=e.strokeColor,u.data[t].strokeDash=e.strokeDash,u.data[t].strokeSize=e.strokeSize});var f=s.filter(function(e,t){var n=e.visible;return void 0===n||!0===n}),h=!1,p=f.map(function(e,t){return h=h||void 0!==e.groupId,e});if(h){var v=[],y=r.nest().key(function(e,t){return void 0!==e.groupId?e.groupId:"unstacked"}).entries(p).map(function(e,t){if("unstacked"===e.key)return e.values;var n=e.values[0].r.map(function(e,t){return 0});return e.values.forEach(function(e,t,r){e.yStack=[n],v.push(n),n=i.util.sumArrays(e.r,n)}),e.values});f=r.merge(y)}f.forEach(function(e,t){e.t=Array.isArray(e.t[0])?e.t:[e.t],e.r=Array.isArray(e.r[0])?e.r:[e.r]});var g=Math.min(d.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2;g=Math.max(10,g);var m,_=[d.margin.left+g,d.margin.top+g];m=h?[0,r.max(i.util.sumArrays(i.util.arrayLast(f).r[0],i.util.arrayLast(v)))]:r.extent(i.util.flattenArray(f.map(function(e,t){return e.r}))),d.radialAxis.domain!=i.DATAEXTENT&&(m[0]=0),n=r.scale.linear().domain(d.radialAxis.domain!=i.DATAEXTENT&&d.radialAxis.domain?d.radialAxis.domain:m).range([0,g]),u.layout.radialAxis.domain=n.domain();var T,b=i.util.flattenArray(f.map(function(e,t){return e.t})),M="string"==typeof b[0];M&&(b=i.util.deduplicate(b),T=b.slice(),b=r.range(b.length),f=f.map(function(e,t){var n=e;return e.t=[b],h&&(n.yStack=e.yStack),n}));var k=f.filter(function(e,t){return"LinePlot"===e.geometry||"DotPlot"===e.geometry}).length===f.length,K=null===d.needsEndSpacing?M||!k:d.needsEndSpacing,x=d.angularAxis.domain&&d.angularAxis.domain!=i.DATAEXTENT&&!M&&d.angularAxis.domain[0]>=0?d.angularAxis.domain:r.extent(b),C=Math.abs(b[1]-b[0]);k&&!M&&(C=0);var A=x.slice();K&&M&&(A[1]+=C);var w=d.angularAxis.ticksCount||4;w>8&&(w=w/(w/8)+w%8),d.angularAxis.ticksStep&&(w=(A[1]-A[0])/w);var L=d.angularAxis.ticksStep||(A[1]-A[0])/(w*(d.minorTicks+1));T&&(L=Math.max(Math.round(L),1)),A[2]||(A[2]=L);var D=r.range.apply(this,A);if(D=D.map(function(e,t){return parseFloat(e.toPrecision(12))}),l=r.scale.linear().domain(A.slice(0,2)).range("clockwise"===d.direction?[0,360]:[360,0]),u.layout.angularAxis.domain=l.domain(),u.layout.angularAxis.endPadding=K?C:0,void 0===(e=r.select(this).select("svg.chart-root"))||e.empty()){var B=(new DOMParser).parseFromString("<svg xmlns='http://www.w3.org/2000/svg' class='chart-root'>' + '<g class='outer-group'>' + '<g class='chart-group'>' + '<circle class='background-circle'></circle>' + '<g class='geometry-group'></g>' + '<g class='radial axis-group'>' + '<circle class='outside-circle'></circle>' + '</g>' + '<g class='angular axis-group'></g>' + '<g class='guides-group'><line></line><circle r='0'></circle></g>' + '</g>' + '<g class='legend-group'></g>' + '<g class='tooltips-group'></g>' + '<g class='title-group'><text></text></g>' + '</g>' + '</svg>","application/xml"),S=this.appendChild(this.ownerDocument.importNode(B.documentElement,!0));e=r.select(S)}e.select(".guides-group").style({"pointer-events":"none"}),e.select(".angular.axis-group").style({"pointer-events":"none"}),e.select(".radial.axis-group").style({"pointer-events":"none"});var G,z=e.select(".chart-group"),W={fill:"none",stroke:d.tickColor},O={"font-size":d.font.size,"font-family":d.font.family,fill:d.font.color,"text-shadow":["-1px 0px","1px -1px","-1px 1px","1px 1px"].map(function(e,t){return" "+e+" 0 "+d.font.outlineColor}).join(",")};if(d.showLegend){G=e.select(".legend-group").attr({transform:"translate("+[g,d.margin.top]+")"}).style({display:"block"});var P=f.map(function(e,t){var n=i.util.cloneJson(e);return n.symbol="DotPlot"===e.geometry?e.dotType||"circle":"LinePlot"!=e.geometry?"square":"line",n.visibleInLegend=void 0===e.visibleInLegend||e.visibleInLegend,n.color="LinePlot"===e.geometry?e.strokeColor:e.color,n});i.Legend().config({data:f.map(function(e,t){return e.name||"Element"+t}),legendConfig:a({},i.Legend.defaultConfig().legendConfig,{container:G,elements:P,reverseOrder:d.legend.reverseOrder})})();var R=G.node().getBBox();g=Math.min(d.width-R.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2,g=Math.max(10,g),_=[d.margin.left+g,d.margin.top+g],n.range([0,g]),u.layout.radialAxis.domain=n.domain(),G.attr("transform","translate("+[_[0]+g,_[1]-g]+")")}else G=e.select(".legend-group").style({display:"none"});e.attr({width:d.width,height:d.height}).style({opacity:d.opacity}),z.attr("transform","translate("+_+")").style({cursor:"crosshair"});var E=[(d.width-(d.margin.left+d.margin.right+2*g+(R?R.width:0)))/2,(d.height-(d.margin.top+d.margin.bottom+2*g))/2];if(E[0]=Math.max(0,E[0]),E[1]=Math.max(0,E[1]),e.select(".outer-group").attr("transform","translate("+E+")"),d.title){var j=e.select("g.title-group text").style(O).text(d.title),I=j.node().getBBox();j.attr({x:_[0]-I.width/2,y:_[1]-g-20})}var N=e.select(".radial.axis-group");if(d.radialAxis.gridLinesVisible){var F=N.selectAll("circle.grid-circle").data(n.ticks(5));F.enter().append("circle").attr({class:"grid-circle"}).style(W),F.attr("r",n),F.exit().remove()}N.select("circle.outside-circle").attr({r:g}).style(W);var $=e.select("circle.background-circle").attr({r:g}).style({fill:d.backgroundColor,stroke:d.stroke});function V(e,t){return l(e)%360+d.orientation}if(d.radialAxis.visible){var H=r.svg.axis().scale(n).ticks(5).tickSize(5);N.call(H).attr({transform:"rotate("+d.radialAxis.orientation+")"}),N.selectAll(".domain").style(W),N.selectAll("g>text").text(function(e,t){return this.textContent+d.radialAxis.ticksSuffix}).style(O).style({"text-anchor":"start"}).attr({x:0,y:0,dx:0,dy:0,transform:function(e,t){return"horizontal"===d.radialAxis.tickOrientation?"rotate("+-d.radialAxis.orientation+") translate("+[0,O["font-size"]]+")":"translate("+[0,O["font-size"]]+")"}}),N.selectAll("g>line").style({stroke:"black"})}var q=e.select(".angular.axis-group").selectAll("g.angular-tick").data(D),U=q.enter().append("g").classed("angular-tick",!0);q.attr({transform:function(e,t){return"rotate("+V(e)+")"}}).style({display:d.angularAxis.visible?"block":"none"}),q.exit().remove(),U.append("line").classed("grid-line",!0).classed("major",function(e,t){return t%(d.minorTicks+1)==0}).classed("minor",function(e,t){return!(t%(d.minorTicks+1)==0)}).style(W),U.selectAll(".minor").style({stroke:d.minorTickColor}),q.select("line.grid-line").attr({x1:d.tickLength?g-d.tickLength:0,x2:g}).style({display:d.angularAxis.gridLinesVisible?"block":"none"}),U.append("text").classed("axis-text",!0).style(O);var Y=q.select("text.axis-text").attr({x:g+d.labelOffset,dy:".35em",transform:function(e,t){var n=V(e),r=g+d.labelOffset,a=d.angularAxis.tickOrientation;return"horizontal"==a?"rotate("+-n+" "+r+" 0)":"radial"==a?n<270&&n>90?"rotate(180 "+r+" 0)":null:"rotate("+(n<=180&&n>0?-90:90)+" "+r+" 0)"}}).style({"text-anchor":"middle",display:d.angularAxis.labelsVisible?"block":"none"}).text(function(e,t){return t%(d.minorTicks+1)!=0?"":T?T[e]+d.angularAxis.ticksSuffix:e+d.angularAxis.ticksSuffix}).style(O);d.angularAxis.rewriteTicks&&Y.text(function(e,t){return t%(d.minorTicks+1)!=0?"":d.angularAxis.rewriteTicks(this.textContent,t)});var X=r.max(z.selectAll(".angular-tick text")[0].map(function(e,t){return e.getCTM().e+e.getBBox().width}));G.attr({transform:"translate("+[g+X,d.margin.top]+")"});var Z=e.select("g.geometry-group").selectAll("g").size()>0,J=e.select("g.geometry-group").selectAll("g.geometry").data(f);if(J.enter().append("g").attr({class:function(e,t){return"geometry geometry"+t}}),J.exit().remove(),f[0]||Z){var Q=[];f.forEach(function(e,t){var r={};r.radialScale=n,r.angularScale=l,r.container=J.filter(function(e,n){return n==t}),r.geometry=e.geometry,r.orientation=d.orientation,r.direction=d.direction,r.index=t,Q.push({data:e,geometryConfig:r})});var ee=[];r.nest().key(function(e,t){return void 0!==e.data.groupId||"unstacked"}).entries(Q).forEach(function(e,t){"unstacked"===e.key?ee=ee.concat(e.values.map(function(e,t){return[e]})):ee.push(e.values)}),ee.forEach(function(e,t){var n;n=Array.isArray(e)?e[0].geometryConfig.geometry:e.geometryConfig.geometry;var r=e.map(function(e,t){return a(i[n].defaultConfig(),e)});i[n]().config(r)()})}var te,ne,re=e.select(".guides-group"),ae=e.select(".tooltips-group"),ie=i.tooltipPanel().config({container:ae,fontSize:8})(),le=i.tooltipPanel().config({container:ae,fontSize:8})(),oe=i.tooltipPanel().config({container:ae,hasTick:!0})();if(!M){var se=re.select("line").attr({x1:0,y1:0,y2:0}).style({stroke:"grey","pointer-events":"none"});z.on("mousemove.angular-guide",function(e,t){var n=i.util.getMousePos($).angle;se.attr({x2:-g,transform:"rotate("+n+")"}).style({opacity:.5});var r=(n+180+360-d.orientation)%360;te=l.invert(r);var a=i.util.convertToCartesian(g+12,n+180);ie.text(i.util.round(te)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.angular-guide",function(e,t){re.select("line").style({opacity:0})})}var ue=re.select("circle").style({stroke:"grey",fill:"none"});z.on("mousemove.radial-guide",function(e,t){var r=i.util.getMousePos($).radius;ue.attr({r:r}).style({opacity:.5}),ne=n.invert(i.util.getMousePos($).radius);var a=i.util.convertToCartesian(r,d.radialAxis.orientation);le.text(i.util.round(ne)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.radial-guide",function(e,t){ue.style({opacity:0}),oe.hide(),ie.hide(),le.hide()}),e.selectAll(".geometry-group .mark").on("mouseover.tooltip",function(t,n){var a=r.select(this),l=a.style("fill"),o="black",s=a.style("opacity")||1;if(a.attr({"data-opacity":s}),"none"!=l){a.attr({"data-fill":l}),o=r.hsl(l).darker().toString(),a.style({fill:o,opacity:1});var u={t:i.util.round(t[0]),r:i.util.round(t[1])};M&&(u.t=T[t[0]]);var c="t: "+u.t+", r: "+u.r,d=this.getBoundingClientRect(),f=e.node().getBoundingClientRect(),h=[d.left+d.width/2-E[0]-f.left,d.top+d.height/2-E[1]-f.top];oe.config({color:o}).text(c),oe.move(h)}else l=a.style("stroke"),a.attr({"data-stroke":l}),o=r.hsl(l).darker().toString(),a.style({stroke:o,opacity:1})}).on("mousemove.tooltip",function(e,t){if(0!=r.event.which)return!1;r.select(this).attr("data-fill")&&oe.show()}).on("mouseout.tooltip",function(e,t){oe.hide();var n=r.select(this),a=n.attr("data-fill");a?n.style({fill:a,opacity:n.attr("data-opacity")}):n.style({stroke:n.attr("data-stroke"),opacity:n.attr("data-opacity")})})})}(s),this},d.config=function(e){if(!arguments.length)return o;var t=i.util.cloneJson(e);return t.data.forEach(function(e,t){o.data[t]||(o.data[t]={}),a(o.data[t],i.Axis.defaultConfig().data[0]),a(o.data[t],e)}),a(o.layout,i.Axis.defaultConfig().layout),a(o.layout,t.layout),this},d.getLiveConfig=function(){return u},d.getinputConfig=function(){return s},d.radialScale=function(e){return n},d.angularScale=function(e){return l},d.svg=function(){return e},r.rebind(d,c,"on"),d},i.Axis.defaultConfig=function(e,t){return{data:[{t:[1,2,3,4],r:[10,11,12,13],name:"Line1",geometry:"LinePlot",color:null,strokeDash:"solid",strokeColor:null,strokeSize:"1",visibleInLegend:!0,opacity:1}],layout:{defaultColorRange:r.scale.category10().range(),title:null,height:450,width:500,margin:{top:40,right:40,bottom:40,left:40},font:{size:12,color:"gray",outlineColor:"white",family:"Tahoma, sans-serif"},direction:"clockwise",orientation:0,labelOffset:10,radialAxis:{domain:null,orientation:-45,ticksSuffix:"",visible:!0,gridLinesVisible:!0,tickOrientation:"horizontal",rewriteTicks:null},angularAxis:{domain:[0,360],ticksSuffix:"",visible:!0,gridLinesVisible:!0,labelsVisible:!0,tickOrientation:"horizontal",rewriteTicks:null,ticksCount:null,ticksStep:null},minorTicks:0,tickLength:null,tickColor:"silver",minorTickColor:"#eee",backgroundColor:"none",needsEndSpacing:null,showLegend:!0,legend:{reverseOrder:!1},opacity:1}}},i.util={},i.DATAEXTENT="dataExtent",i.AREA="AreaChart",i.LINE="LinePlot",i.DOT="DotPlot",i.BAR="BarChart",i.util._override=function(e,t){for(var n in e)n in t&&(t[n]=e[n])},i.util._extend=function(e,t){for(var n in e)t[n]=e[n]},i.util._rndSnd=function(){return 2*Math.random()-1+(2*Math.random()-1)+(2*Math.random()-1)},i.util.dataFromEquation2=function(e,t){var n=t||6;return r.range(0,360+n,n).map(function(t,n){var r=t*Math.PI/180;return[t,e(r)]})},i.util.dataFromEquation=function(e,t,n){var a=t||6,i=[],l=[];r.range(0,360+a,a).forEach(function(t,n){var r=t*Math.PI/180,a=e(r);i.push(t),l.push(a)});var o={t:i,r:l};return n&&(o.name=n),o},i.util.ensureArray=function(e,t){if(void 0===e)return null;var n=[].concat(e);return r.range(t).map(function(e,t){return n[t]||n[0]})},i.util.fillArrays=function(e,t,n){return t.forEach(function(t,r){e[t]=i.util.ensureArray(e[t],n)}),e},i.util.cloneJson=function(e){return JSON.parse(JSON.stringify(e))},i.util.validateKeys=function(e,t){"string"==typeof t&&(t=t.split("."));var n=t.shift();return e[n]&&(!t.length||objHasKeys(e[n],t))},i.util.sumArrays=function(e,t){return r.zip(e,t).map(function(e,t){return r.sum(e)})},i.util.arrayLast=function(e){return e[e.length-1]},i.util.arrayEqual=function(e,t){for(var n=Math.max(e.length,t.length,1);n-- >=0&&e[n]===t[n];);return-2===n},i.util.flattenArray=function(e){for(var t=[];!i.util.arrayEqual(t,e);)t=e,e=[].concat.apply([],e);return e},i.util.deduplicate=function(e){return e.filter(function(e,t,n){return n.indexOf(e)==t})},i.util.convertToCartesian=function(e,t){var n=t*Math.PI/180;return[e*Math.cos(n),e*Math.sin(n)]},i.util.round=function(e,t){var n=t||2,r=Math.pow(10,n);return Math.round(e*r)/r},i.util.getMousePos=function(e){var t=r.mouse(e.node()),n=t[0],a=t[1],i={};return i.x=n,i.y=a,i.pos=t,i.angle=180*(Math.atan2(a,n)+Math.PI)/Math.PI,i.radius=Math.sqrt(n*n+a*a),i},i.util.duplicatesCount=function(e){for(var t,n={},r={},a=0,i=e.length;a<i;a++)(t=e[a])in n?(n[t]++,r[t]=n[t]):n[t]=1;return r},i.util.duplicates=function(e){return Object.keys(i.util.duplicatesCount(e))},i.util.translator=function(e,t,n,r){if(r){var a=n.slice();n=t,t=a}var i=t.reduce(function(e,t){if(void 0!==e)return e[t]},e);void 0!==i&&(t.reduce(function(e,n,r){if(void 0!==e)return r===t.length-1&&delete e[n],e[n]},e),n.reduce(function(e,t,r){return void 0===e[t]&&(e[t]={}),r===n.length-1&&(e[t]=i),e[t]},e))},i.PolyChart=function(){var e=[i.PolyChart.defaultConfig()],t=r.dispatch("hover"),n={solid:"none",dash:[5,2],dot:[2,5]};function l(){var t=e[0].geometryConfig,a=t.container;"string"==typeof a&&(a=r.select(a)),a.datum(e).each(function(e,a){var i=!!e[0].data.yStack,l=e.map(function(e,t){return i?r.zip(e.data.t[0],e.data.r[0],e.data.yStack[0]):r.zip(e.data.t[0],e.data.r[0])}),o=t.angularScale,s=t.radialScale.domain()[0],u={bar:function(n,a,i){var l=e[i].data,s=t.radialScale(n[1])-t.radialScale(0),u=t.radialScale(n[2]||0),c=l.barWidth;r.select(this).attr({class:"mark bar",d:"M"+[[s+u,-c/2],[s+u,c/2],[u,c/2],[u,-c/2]].join("L")+"Z",transform:function(e,n){return"rotate("+(t.orientation+o(e[0]))+")"}})}};u.dot=function(n,a,i){var l=n[2]?[n[0],n[1]+n[2]]:n,o=r.svg.symbol().size(e[i].data.dotSize).type(e[i].data.dotType)(n,a);r.select(this).attr({class:"mark dot",d:o,transform:function(e,n){var r,a,i,o=(r=function(e,n){var r=t.radialScale(e[1]),a=(t.angularScale(e[0])+t.orientation)*Math.PI/180;return{r:r,t:a}}(l),a=r.r*Math.cos(r.t),i=r.r*Math.sin(r.t),{x:a,y:i});return"translate("+[o.x,o.y]+")"}})};var c=r.svg.line.radial().interpolate(e[0].data.lineInterpolation).radius(function(e){return t.radialScale(e[1])}).angle(function(e){return t.angularScale(e[0])*Math.PI/180});u.line=function(n,a,i){var o=n[2]?l[i].map(function(e,t){return[e[0],e[1]+e[2]]}):l[i];if(r.select(this).each(u.dot).style({opacity:function(t,n){return+e[i].data.dotVisible},fill:p.stroke(n,a,i)}).attr({class:"mark dot"}),!(a>0)){var s=r.select(this.parentNode).selectAll("path.line").data([0]);s.enter().insert("path"),s.attr({class:"line",d:c(o),transform:function(e,n){return"rotate("+(t.orientation+90)+")"},"pointer-events":"none"}).style({fill:function(e,t){return p.fill(n,a,i)},"fill-opacity":0,stroke:function(e,t){return p.stroke(n,a,i)},"stroke-width":function(e,t){return p["stroke-width"](n,a,i)},"stroke-dasharray":function(e,t){return p["stroke-dasharray"](n,a,i)},opacity:function(e,t){return p.opacity(n,a,i)},display:function(e,t){return p.display(n,a,i)}})}};var d=t.angularScale.range(),f=Math.abs(d[1]-d[0])/l[0].length*Math.PI/180,h=r.svg.arc().startAngle(function(e){return-f/2}).endAngle(function(e){return f/2}).innerRadius(function(e){return t.radialScale(s+(e[2]||0))}).outerRadius(function(e){return t.radialScale(s+(e[2]||0))+t.radialScale(e[1])});u.arc=function(e,n,a){r.select(this).attr({class:"mark arc",d:h,transform:function(e,n){return"rotate("+(t.orientation+o(e[0])+90)+")"}})};var p={fill:function(t,n,r){return e[r].data.color},stroke:function(t,n,r){return e[r].data.strokeColor},"stroke-width":function(t,n,r){return e[r].data.strokeSize+"px"},"stroke-dasharray":function(t,r,a){return n[e[a].data.strokeDash]},opacity:function(t,n,r){return e[r].data.opacity},display:function(t,n,r){return void 0===e[r].data.visible||e[r].data.visible?"block":"none"}},v=r.select(this).selectAll("g.layer").data(l);v.enter().append("g").attr({class:"layer"});var y=v.selectAll("path.mark").data(function(e,t){return e});y.enter().append("path").attr({class:"mark"}),y.style(p).each(u[t.geometryType]),y.exit().remove(),v.exit().remove()})}return l.config=function(t){return arguments.length?(t.forEach(function(t,n){e[n]||(e[n]={}),a(e[n],i.PolyChart.defaultConfig()),a(e[n],t)}),this):e},l.getColorScale=function(){},r.rebind(l,t,"on"),l},i.PolyChart.defaultConfig=function(){return{data:{name:"geom1",t:[[1,2,3,4]],r:[[1,2,3,4]],dotType:"circle",dotSize:64,dotVisible:!1,barWidth:20,color:"#ffa500",strokeSize:1,strokeColor:"silver",strokeDash:"solid",opacity:1,index:0,visible:!0,visibleInLegend:!0},geometryConfig:{geometry:"LinePlot",geometryType:"arc",direction:"clockwise",orientation:0,container:"body",radialScale:null,angularScale:null,colorScale:r.scale.category20()}}},i.BarChart=function(){return i.PolyChart()},i.BarChart.defaultConfig=function(){return{geometryConfig:{geometryType:"bar"}}},i.AreaChart=function(){return i.PolyChart()},i.AreaChart.defaultConfig=function(){return{geometryConfig:{geometryType:"arc"}}},i.DotPlot=function(){return i.PolyChart()},i.DotPlot.defaultConfig=function(){return{geometryConfig:{geometryType:"dot",dotType:"circle"}}},i.LinePlot=function(){return i.PolyChart()},i.LinePlot.defaultConfig=function(){return{geometryConfig:{geometryType:"line"}}},i.Legend=function(){var e=i.Legend.defaultConfig(),t=r.dispatch("hover");function n(){var t=e.legendConfig,i=e.data.map(function(e,n){return[].concat(e).map(function(e,r){var i=a({},t.elements[n]);return i.name=e,i.color=[].concat(t.elements[n].color)[r],i})}),l=r.merge(i);l=l.filter(function(e,n){return t.elements[n]&&(t.elements[n].visibleInLegend||void 0===t.elements[n].visibleInLegend)}),t.reverseOrder&&(l=l.reverse());var o=t.container;("string"==typeof o||o.nodeName)&&(o=r.select(o));var s=l.map(function(e,t){return e.color}),u=t.fontSize,c=null==t.isContinuous?"number"==typeof l[0]:t.isContinuous,d=c?t.height:u*l.length,f=o.classed("legend-group",!0).selectAll("svg").data([0]),h=f.enter().append("svg").attr({width:300,height:d+u,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1"});h.append("g").classed("legend-axis",!0),h.append("g").classed("legend-marks",!0);var p=r.range(l.length),v=r.scale[c?"linear":"ordinal"]().domain(p).range(s),y=r.scale[c?"linear":"ordinal"]().domain(p)[c?"range":"rangePoints"]([0,d]);if(c){var g=f.select(".legend-marks").append("defs").append("linearGradient").attr({id:"grad1",x1:"0%",y1:"0%",x2:"0%",y2:"100%"}).selectAll("stop").data(s);g.enter().append("stop"),g.attr({offset:function(e,t){return t/(s.length-1)*100+"%"}}).style({"stop-color":function(e,t){return e}}),f.append("rect").classed("legend-mark",!0).attr({height:t.height,width:t.colorBandWidth,fill:"url(#grad1)"})}else{var m=f.select(".legend-marks").selectAll("path.legend-mark").data(l);m.enter().append("path").classed("legend-mark",!0),m.attr({transform:function(e,t){return"translate("+[u/2,y(t)+u/2]+")"},d:function(e,t){var n,a,i,l=e.symbol;return i=3*(a=u),"line"===(n=l)?"M"+[[-a/2,-a/12],[a/2,-a/12],[a/2,a/12],[-a/2,a/12]]+"Z":-1!=r.svg.symbolTypes.indexOf(n)?r.svg.symbol().type(n).size(i)():r.svg.symbol().type("square").size(i)()},fill:function(e,t){return v(t)}}),m.exit().remove()}var _=r.svg.axis().scale(y).orient("right"),T=f.select("g.legend-axis").attr({transform:"translate("+[c?t.colorBandWidth:u,u/2]+")"}).call(_);return T.selectAll(".domain").style({fill:"none",stroke:"none"}),T.selectAll("line").style({fill:"none",stroke:c?t.textColor:"none"}),T.selectAll("text").style({fill:t.textColor,"font-size":t.fontSize}).text(function(e,t){return l[t].name}),n}return n.config=function(t){return arguments.length?(a(e,t),this):e},r.rebind(n,t,"on"),n},i.Legend.defaultConfig=function(e,t){return{data:["a","b","c"],legendConfig:{elements:[{symbol:"line",color:"red"},{symbol:"square",color:"yellow"},{symbol:"diamond",color:"limegreen"}],height:150,colorBandWidth:30,fontSize:12,container:"body",isContinuous:null,textColor:"grey",reverseOrder:!1}}},i.tooltipPanel=function(){var e,t,n,l={container:null,hasTick:!1,fontSize:12,color:"white",padding:5},o="tooltip-"+i.tooltipPanel.uid++,s=10,u=function(){var r=(e=l.container.selectAll("g."+o).data([0])).enter().append("g").classed(o,!0).style({"pointer-events":"none",display:"none"});return n=r.append("path").style({fill:"white","fill-opacity":.9}).attr({d:"M0 0"}),t=r.append("text").attr({dx:l.padding+s,dy:.3*+l.fontSize}),u};return u.text=function(a){var i=r.hsl(l.color).l,o=i>=.5?"#aaa":"white",c=i>=.5?"black":"white",d=a||"";t.style({fill:c,"font-size":l.fontSize+"px"}).text(d);var f=l.padding,h=t.node().getBBox(),p={fill:l.color,stroke:o,"stroke-width":"2px"},v=h.width+2*f+s,y=h.height+2*f;return n.attr({d:"M"+[[s,-y/2],[s,-y/4],[l.hasTick?0:s,0],[s,y/4],[s,y/2],[v,y/2],[v,-y/2]].join("L")+"Z"}).style(p),e.attr({transform:"translate("+[s,-y/2+2*f]+")"}),e.style({display:"block"}),u},u.move=function(t){if(e)return e.attr({transform:"translate("+[t[0],t[1]]+")"}).style({display:"block"}),u},u.hide=function(){if(e)return e.style({display:"none"}),u},u.show=function(){if(e)return e.style({display:"block"}),u},u.config=function(e){return a(l,e),u},u},i.tooltipPanel.uid=1,i.adapter={},i.adapter.plotly=function(){var e={convert:function(e,t){var n={};if(e.data&&(n.data=e.data.map(function(e,n){var r=a({},e);return[[r,["marker","color"],["color"]],[r,["marker","opacity"],["opacity"]],[r,["marker","line","color"],["strokeColor"]],[r,["marker","line","dash"],["strokeDash"]],[r,["marker","line","width"],["strokeSize"]],[r,["marker","symbol"],["dotType"]],[r,["marker","size"],["dotSize"]],[r,["marker","barWidth"],["barWidth"]],[r,["line","interpolation"],["lineInterpolation"]],[r,["showlegend"],["visibleInLegend"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t||delete r.marker,t&&delete r.groupId,t?("LinePlot"===r.geometry?(r.type="scatter",!0===r.dotVisible?(delete r.dotVisible,r.mode="lines+markers"):r.mode="lines"):"DotPlot"===r.geometry?(r.type="scatter",r.mode="markers"):"AreaChart"===r.geometry?r.type="area":"BarChart"===r.geometry&&(r.type="bar"),delete r.geometry):("scatter"===r.type?"lines"===r.mode?r.geometry="LinePlot":"markers"===r.mode?r.geometry="DotPlot":"lines+markers"===r.mode&&(r.geometry="LinePlot",r.dotVisible=!0):"area"===r.type?r.geometry="AreaChart":"bar"===r.type&&(r.geometry="BarChart"),delete r.mode,delete r.type),r}),!t&&e.layout&&"stack"===e.layout.barmode)){var l=i.util.duplicates(n.data.map(function(e,t){return e.geometry}));n.data.forEach(function(e,t){var r=l.indexOf(e.geometry);-1!=r&&(n.data[t].groupId=r)})}if(e.layout){var o=a({},e.layout);if([[o,["plot_bgcolor"],["backgroundColor"]],[o,["showlegend"],["showLegend"]],[o,["radialaxis"],["radialAxis"]],[o,["angularaxis"],["angularAxis"]],[o.angularaxis,["showline"],["gridLinesVisible"]],[o.angularaxis,["showticklabels"],["labelsVisible"]],[o.angularaxis,["nticks"],["ticksCount"]],[o.angularaxis,["tickorientation"],["tickOrientation"]],[o.angularaxis,["ticksuffix"],["ticksSuffix"]],[o.angularaxis,["range"],["domain"]],[o.angularaxis,["endpadding"],["endPadding"]],[o.radialaxis,["showline"],["gridLinesVisible"]],[o.radialaxis,["tickorientation"],["tickOrientation"]],[o.radialaxis,["ticksuffix"],["ticksSuffix"]],[o.radialaxis,["range"],["domain"]],[o.angularAxis,["showline"],["gridLinesVisible"]],[o.angularAxis,["showticklabels"],["labelsVisible"]],[o.angularAxis,["nticks"],["ticksCount"]],[o.angularAxis,["tickorientation"],["tickOrientation"]],[o.angularAxis,["ticksuffix"],["ticksSuffix"]],[o.angularAxis,["range"],["domain"]],[o.angularAxis,["endpadding"],["endPadding"]],[o.radialAxis,["showline"],["gridLinesVisible"]],[o.radialAxis,["tickorientation"],["tickOrientation"]],[o.radialAxis,["ticksuffix"],["ticksSuffix"]],[o.radialAxis,["range"],["domain"]],[o.font,["outlinecolor"],["outlineColor"]],[o.legend,["traceorder"],["reverseOrder"]],[o,["labeloffset"],["labelOffset"]],[o,["defaultcolorrange"],["defaultColorRange"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t?(void 0!==o.tickLength&&(o.angularaxis.ticklen=o.tickLength,delete o.tickLength),o.tickColor&&(o.angularaxis.tickcolor=o.tickColor,delete o.tickColor)):(o.angularAxis&&void 0!==o.angularAxis.ticklen&&(o.tickLength=o.angularAxis.ticklen),o.angularAxis&&void 0!==o.angularAxis.tickcolor&&(o.tickColor=o.angularAxis.tickcolor)),o.legend&&"boolean"!=typeof o.legend.reverseOrder&&(o.legend.reverseOrder="normal"!=o.legend.reverseOrder),o.legend&&"boolean"==typeof o.legend.traceorder&&(o.legend.traceorder=o.legend.traceorder?"reversed":"normal",delete o.legend.reverseOrder),o.margin&&void 0!==o.margin.t){var s=["t","r","b","l","pad"],u=["top","right","bottom","left","pad"],c={};r.entries(o.margin).forEach(function(e,t){c[u[s.indexOf(e.key)]]=e.value}),o.margin=c}t&&(delete o.needsEndSpacing,delete o.minorTickColor,delete o.minorTicks,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksStep,delete o.angularaxis.rewriteTicks,delete o.angularaxis.nticks,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksStep,delete o.radialaxis.rewriteTicks,delete o.radialaxis.nticks),n.layout=o}return n}};return e}},function(e,t,n){"use strict";var r=n(0),a=n(111);var i={add:function(e,t,n,r,i){var l,o;e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},o=e.undoQueue.index,e.autoplay?e.undoQueue.inSequence||(e.autoplay=!1):(!e.undoQueue.sequence||e.undoQueue.beginSequence?(l={undo:{calls:[],args:[]},redo:{calls:[],args:[]}},e.undoQueue.queue.splice(o,e.undoQueue.queue.length-o,l),e.undoQueue.index+=1):l=e.undoQueue.queue[o-1],e.undoQueue.beginSequence=!1,l&&(l.undo.calls.unshift(t),l.undo.args.unshift(n),l.redo.calls.push(r),l.redo.args.push(i)),e.undoQueue.queue.length>a.queueLength&&(e.undoQueue.queue.shift(),e.undoQueue.index--))},startSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!0,e.undoQueue.beginSequence=!0},stopSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!1,e.undoQueue.beginSequence=!1},undo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.undo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index<=0)){for(e.undoQueue.index--,t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.undo.calls.length;n++)i.plotDo(e,t.undo.calls[n],t.undo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1}},redo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.redo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index>=e.undoQueue.queue.length)){for(t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.redo.calls.length;n++)i.plotDo(e,t.redo.calls[n],t.redo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1,e.undoQueue.index++}}};i.plotDo=function(e,t,n){e.autoplay=!0,n=function(e,t){for(var n,a=[],i=0;i<t.length;i++)n=t[i],a[i]=n===e?n:"object"==typeof n?Array.isArray(n)?r.extendDeep([],n):r.extendDeepAll({},n):n;return a}(e,n),t.apply(null,n)},e.exports=i},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){return new Promise(function(n,c){(t=t||{}).format=t.format||"png";var d=function(e){return void 0===e||null===e||!!(r(e)&&e>1)};d(t.width)&&d(t.height)||c(new Error("Height and width should be pixel values."));var f=o(e,{format:"png",height:t.height,width:t.width}),h=f.gd;h.style.position="absolute",h.style.left="-5000px",document.body.appendChild(h);var p=l.getRedrawFunc(h);a.plot(h,f.data,f.layout,f.config).then(p).then(function(){var e=l.getDelay(h._fullLayout);return new Promise(function(n,r){setTimeout(function(){var e=s(h),a=document.createElement("canvas");a.id=i.randstr(),u({format:t.format,width:h._fullLayout.width,height:h._fullLayout.height,canvas:a,svg:e,promise:!0}).then(function(e){h&&document.body.removeChild(h),n(e)}).catch(function(e){r(e)})},e)})}).then(function(e){n(e)}).catch(function(e){c(e)})})}},function(e,t,n){"use strict";t.manage=n(274)},function(e,t,n){"use strict";var r=n(2),a=n(0);e.exports=function(e,t,n,i){var l=i.counterAxes||[],o=i.overlayableAxes||[],s=i.letter;"free"===a.coerce(e,t,{anchor:{valType:"enumerated",values:["free"].concat(l),dflt:r(e.position)?"free":l[0]||"free"}},"anchor")&&n("position"),a.coerce(e,t,{side:{valType:"enumerated",values:"x"===s?["bottom","top"]:["left","right"],dflt:"x"===s?"bottom":"left"}},"side");var u=!1;if(o.length&&(u=a.coerce(e,t,{overlaying:{valType:"enumerated",values:[!1].concat(o),dflt:!1}},"overlaying")),!u){var c=n("domain");c[0]>c[1]-.01&&(t.domain=[0,1]),a.noneOrAll(e.domain,t.domain,[0,1])}return t}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(0),l=i.cleanNumber,o=i.ms2DateTime,s=i.dateTime2ms,u=i.ensureNumber,c=n(16),d=c.FP_SAFE,f=c.BADNUM,h=n(15),p=n(18);function v(e){return Math.pow(10,e)}e.exports=function(e,t){t=t||{};var n=10;function c(t,r){if(t>0)return Math.log(t)/Math.LN10;if(t<=0&&r&&e.range&&2===e.range.length){var a=e.range[0],i=e.range[1];return.5*(a+i-3*n*Math.abs(a-i))}return f}function y(t,n,r){var i=s(t,r||e.calendar);if(i===f){if(!a(t))return f;i=s(new Date(+t))}return i}function g(t,n,r){return o(t,n,r||e.calendar)}function m(t){return e._categories[Math.round(t)]}function _(t){if(e._categoriesMap){var n=e._categoriesMap[t];if(void 0!==n)return n}if(a(t))return+t}function T(t){return a(t)?r.round(e._b+e._m*t,2):f}function b(t){return(t-e._b)/e._m}e.c2l="log"===e.type?c:u,e.l2c="log"===e.type?v:u,e.l2p=T,e.p2l=b,e.c2p="log"===e.type?function(e,t){return T(c(e,t))}:T,e.p2c="log"===e.type?function(e){return v(b(e))}:b,-1!==["linear","-"].indexOf(e.type)?(e.d2r=e.r2d=e.d2c=e.r2c=e.d2l=e.r2l=l,e.c2d=e.c2r=e.l2d=e.l2r=u,e.d2p=e.r2p=function(t){return e.l2p(l(t))},e.p2d=e.p2r=b,e.cleanPos=u):"log"===e.type?(e.d2r=e.d2l=function(e,t){return c(l(e),t)},e.r2d=e.r2c=function(e){return v(l(e))},e.d2c=e.r2l=l,e.c2d=e.l2r=u,e.c2r=c,e.l2d=v,e.d2p=function(t,n){return e.l2p(e.d2r(t,n))},e.p2d=function(e){return v(b(e))},e.r2p=function(t){return e.l2p(l(t))},e.p2r=b,e.cleanPos=u):"date"===e.type?(e.d2r=e.r2d=i.identity,e.d2c=e.r2c=e.d2l=e.r2l=y,e.c2d=e.c2r=e.l2d=e.l2r=g,e.d2p=e.r2p=function(t,n,r){return e.l2p(y(t,0,r))},e.p2d=e.p2r=function(e,t,n){return g(b(e),t,n)},e.cleanPos=function(t){return i.cleanDate(t,f,e.calendar)}):"category"===e.type&&(e.d2c=e.d2l=function(t){if(null!==t&&void 0!==t){if(void 0===e._categoriesMap&&(e._categoriesMap={}),void 0!==e._categoriesMap[t])return e._categoriesMap[t];e._categories.push(t);var n=e._categories.length-1;return e._categoriesMap[t]=n,n}return f},e.r2d=e.c2d=e.l2d=m,e.d2r=e.d2l_noadd=_,e.r2c=function(t){var n=_(t);return void 0!==n?n:e.fraction2r(.5)},e.l2r=e.c2r=u,e.r2l=_,e.d2p=function(t){return e.l2p(e.r2c(t))},e.p2d=function(e){return m(b(e))},e.r2p=e.d2p,e.p2r=b,e.cleanPos=function(e){return"string"==typeof e&&""!==e?e:u(e)}),e.fraction2r=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return e.l2r(n+t*(r-n))},e.r2fraction=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return(e.r2l(t)-n)/(r-n)},e.cleanRange=function(t){t||(t="range");var n,r,l=i.nestedProperty(e,t).get(),o=(e._id||"x").charAt(0);if(r=(r="date"===e.type?i.dfltRange(e.calendar):"y"===o?h.DFLTRANGEY:h.DFLTRANGEX).slice(),l&&2===l.length)for("date"===e.type&&(l[0]=i.cleanDate(l[0],f,e.calendar),l[1]=i.cleanDate(l[1],f,e.calendar)),n=0;n<2;n++)if("date"===e.type){if(!i.isDateTime(l[n],e.calendar)){e[t]=r;break}if(e.r2l(l[0])===e.r2l(l[1])){var s=i.constrain(e.r2l(l[0]),i.MIN_MS+1e3,i.MAX_MS-1e3);l[0]=e.l2r(s-1e3),l[1]=e.l2r(s+1e3);break}}else{if(!a(l[n])){if(!a(l[1-n])){e[t]=r;break}l[n]=l[1-n]*(n?10:.1)}if(l[n]<-d?l[n]=-d:l[n]>d&&(l[n]=d),l[0]===l[1]){var u=Math.max(1,Math.abs(1e-6*l[0]));l[0]-=u,l[1]+=u}}else i.nestedProperty(e,t).set(r)},e.setScale=function(n){var r=t._size,a=e._id.charAt(0);if(e._categories||(e._categories=[]),e._categoriesMap||(e._categoriesMap={}),e.overlaying){var l=p.getFromId({_fullLayout:t},e.overlaying);e.domain=l.domain}var o=n&&e._r?"_r":"range",s=e.calendar;e.cleanRange(o);var u=e.r2l(e[o][0],s),c=e.r2l(e[o][1],s);if("y"===a?(e._offset=r.t+(1-e.domain[1])*r.h,e._length=r.h*(e.domain[1]-e.domain[0]),e._m=e._length/(u-c),e._b=-e._m*c):(e._offset=r.l+e.domain[0]*r.w,e._length=r.w*(e.domain[1]-e.domain[0]),e._m=e._length/(c-u),e._b=-e._m*u),!isFinite(e._m)||!isFinite(e._b))throw i.notifier("Something went wrong with axis scaling","long"),t._replotting=!1,new Error("axis scaling")},e.makeCalcdata=function(t,n){var r,a,i,l="date"===e.type&&t[n+"calendar"];if(n in t)for(r=t[n],a=new Array(r.length),i=0;i<r.length;i++)a[i]=e.d2c(r[i],0,l);else{var o=n+"0"in t?e.d2c(t[n+"0"],0,l):0,s=t["d"+n]?Number(t["d"+n]):1;for(r=t[{x:"y",y:"x"}[n]],a=new Array(r.length),i=0;i<r.length;i++)a[i]=o+i*s}return a},e.isValidRange=function(t){return Array.isArray(t)&&2===t.length&&a(e.r2l(t[0]))&&a(e.r2l(t[1]))},e._min=[],e._max=[],e._separators=t.separators,delete e._minDtick,delete e._forceTick0}},function(e,t,n){"use strict";var r=n(21).mix,a=n(4),i=n(0),l=n(24).lightFraction,o=n(23),s=n(157),u=n(156),c=n(155),d=n(281),f=n(149),h=n(280);e.exports=function(e,t,n,p,v){var y=p.letter,g=p.font||{},m="Click to enter "+(p.title||y.toUpperCase()+" axis")+" title";function _(n,r){return i.coerce2(e,t,o,n,r)}var T=n("visible",!p.cheateronly),b=t.type;"date"===b&&a.getComponentMethod("calendars","handleDefaults")(e,t,"calendar",p.calendar);if(f(t,v),n("autorange",!t.isValidRange(e.range))&&n("rangemode"),n("range"),t.cleanRange(),d(e,t,n),t._initialCategories="category"===b?h(y,t.categoryorder,t.categoryarray,p.data):[],!T)return t;var M=n("color"),k=M===e.color?M:g.color;n("title",m),i.coerceFont(n,"titlefont",{family:g.family,size:Math.round(1.2*g.size),color:k}),s(e,t,n,b),c(e,t,n,b,p),u(e,t,n,p);var K=_("linecolor",M),x=_("linewidth"),C=n("showline",!!K||!!x);C||(delete t.linecolor,delete t.linewidth),(C||t.ticks)&&n("mirror");var A=_("gridcolor",r(M,p.bgColor,l).toRgbString()),w=_("gridwidth");n("showgrid",p.showGrid||!!A||!!w)||(delete t.gridcolor,delete t.gridwidth);var L=_("zerolinecolor",M),D=_("zerolinewidth");return n("zeroline",p.showGrid||!!L||!!D)||(delete t.zerolinecolor,delete t.zerolinewidth),t}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).BADNUM;e.exports=function(e,t){return function(e,t){for(var n,i=0,l=0,o=Math.max(1,(e.length-1)/1e3),s=0;s<e.length;s+=o)n=e[Math.round(s)],a.isDateTime(n,t)&&(i+=1),r(n)&&(l+=1);return i>2*l}(e,t)?"date":function(e){for(var t,n=Math.max(1,(e.length-1)/1e3),r=0,l=0,o=0;o<e.length;o+=n)t=e[Math.round(o)],a.cleanNumber(t)!==i?r++:"string"==typeof t&&""!==t&&"None"!==t&&l++;return l>2*r}(e)?"category":function(e){if(!e)return!1;for(var t=0;t<e.length;t++)if(r(e[t]))return!0;return!1}(e)?"linear":"-"}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(0),l=n(103);e.exports=function(e,t,n,o){var s="error_"+o.axis,u=t[s]={},c=e[s]||{};function d(e,t){return i.coerce(c,u,l,e,t)}if(!1!==d("visible",void 0!==c.array||void 0!==c.value||"sqrt"===c.type)){var f=d("type","array"in c?"data":"percent"),h=!0;if("sqrt"!==f&&(h=d("symmetric",!(("data"===f?"arrayminus":"valueminus")in c))),"data"===f){if(d("array")||(u.array=[]),d("traceref"),!h)d("arrayminus")||(u.arrayminus=[]),d("tracerefminus")}else"percent"!==f&&"constant"!==f||(d("value"),h||d("valueminus"));var p="copy_"+o.inherit+"style";if(o.inherit)(t["error_"+o.inherit]||{}).visible&&d(p,!(c.color||r(c.thickness)||r(c.width)));o.inherit&&u[p]||(d("color",n),d("thickness"),d("width",a.traceIs(t,"gl3d")?0:4))}}},function(e,t,n){"use strict";e.exports={PTS_LINESONLY:20}},function(e,t,n){"use strict";var r=n(0),a=n(25),i=n(98);e.exports=function(e,t,n,l){var o,s;n?(o=r.nestedProperty(e,n).get(),s=r.nestedProperty(e._input,n).get()):(o=e,s=e._input);var u=l+"auto",c=l+"min",d=l+"max",f=o[u],h=o[c],p=o[d],v=o.colorscale;!1===f&&void 0!==h||(h=r.aggNums(Math.min,null,t)),!1===f&&void 0!==p||(p=r.aggNums(Math.max,null,t)),h===p&&(h-=.5,p+=.5),o[c]=h,o[d]=p,s[c]=h,s[d]=p,s[u]=!1!==f||void 0===h&&void 0===p,o.autocolorscale&&(v=h*p<0?a.RdBu:h>=0?a.Reds:a.Blues,s.colorscale=v,o.reversescale&&(v=i(v)),o.colorscale=v)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a,i){var l=function(e){var t=["showexponent","showtickprefix","showticksuffix"].filter(function(t){return void 0!==e[t]});if(t.every(function(n){return e[n]===e[t[0]]})||1===t.length)return e[t[0]]}(e);if(n("tickprefix")&&n("showtickprefix",l),n("ticksuffix")&&n("showticksuffix",l),n("showticklabels")){var o=i.font||{},s=t.color===e.color?t.color:o.color;if(r.coerceFont(n,"tickfont",{family:o.family,size:o.size,color:s}),n("tickangle"),"category"!==a)n("tickformat")||"date"===a||(n("showexponent",l),n("exponentformat"),n("separatethousands"))}"category"===a||i.noHover||n("hoverformat")}},function(e,t,n){"use strict";var r=n(0),a=n(23);e.exports=function(e,t,n,i){var l=r.coerce2(e,t,a,"ticklen"),o=r.coerce2(e,t,a,"tickwidth"),s=r.coerce2(e,t,a,"tickcolor",t.color);n("ticks",i.outerTicks||l||o||s?"outside":"")||(delete t.ticklen,delete t.tickwidth,delete t.tickcolor)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).ONEDAY;e.exports=function(e,t,n,l){var o="auto";"array"!==e.tickmode||"log"!==l&&"date"!==l||(e.tickmode="auto"),Array.isArray(e.tickvals)?o="array":e.dtick&&(o="linear");var s=n("tickmode",o);if("auto"===s)n("nticks");else if("linear"===s){var u="date"===l?i:1,c=n("dtick",u);if(r(c))t.dtick=c>0?Number(c):u;else if("string"!=typeof c)t.dtick=u;else{var d=c.charAt(0),f=c.substr(1);((f=r(f)?Number(f):0)<=0||!("date"===l&&"M"===d&&f===Math.round(f)||"log"===l&&"L"===d||"log"===l&&"D"===d&&(1===f||2===f)))&&(t.dtick=u)}var h="date"===l?a.dateTick0(t.calendar):0,p=n("tick0",h);"date"===l?t.tick0=a.cleanDate(p,h):r(p)&&"D1"!==c&&"D2"!==c?t.tick0=Number(p):t.tick0=h}else{void 0===n("tickvals")?t.tickmode="auto":n("ticktext")}}},function(e,t,n){"use strict";t.scales=n(25),t.defaultScale=n(164),t.attributes=n(159),t.handleDefaults=n(100),t.calc=n(154),t.hasColorscale=n(39),t.isValidScale=n(99),t.getScale=n(165),t.flipScale=n(98),t.extractScale=n(290),t.makeColorScaleFunc=n(289)},function(e,t,n){"use strict";e.exports={zauto:{valType:"boolean",role:"info",dflt:!0,description:["Determines the whether or not the color domain is computed","with respect to the input data."].join(" ")},zmin:{valType:"number",role:"info",dflt:null,description:"Sets the lower bound of color domain."},zmax:{valType:"number",role:"info",dflt:null,description:"Sets the upper bound of color domain."},colorscale:{valType:"colorscale",role:"style",description:["Sets the colorscale.","The colorscale must be an array containing","arrays mapping a normalized value to an","rgb, rgba, hex, hsl, hsv, or named color string.","At minimum, a mapping for the lowest (0) and highest (1)","values are required. For example,","`[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`.","To control the bounds of the colorscale in z space,","use zmin and zmax"].join(" ")},autocolorscale:{valType:"boolean",role:"style",dflt:!0,description:["Determines whether or not the colorscale is picked using the sign of","the input z values."].join(" ")},reversescale:{valType:"boolean",role:"style",dflt:!1,description:"Reverses the colorscale."},showscale:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not a colorbar is displayed for this trace."].join(" ")}}},function(e,t,n){"use strict";e.exports={_isLinkedToArray:"frames_entry",group:{valType:"string",role:"info",description:["An identifier that specifies the group to which the frame belongs,","used by animate to select a subset of frames."].join(" ")},name:{valType:"string",role:"info",description:"A label by which to identify the frame"},traces:{valType:"any",role:"info",description:["A list of trace indices that identify the respective traces in the","data attribute"].join(" ")},baseframe:{valType:"string",role:"info",description:["The name of the frame into which this frame's properties are merged","before applying. This is used to unify properties and avoid needing","to specify the same values for the same properties in multiple frames."].join(" ")},data:{valType:"any",role:"object",description:["A list of traces this frame modifies. The format is identical to the","normal trace definition."].join(" ")},layout:{valType:"any",role:"object",description:["Layout properties which this frame modifies. The format is identical","to the normal layout definition."].join(" ")}}},function(e,t,n){"use strict";t.init2dArray=function(e,t){for(var n=new Array(e),r=0;r<e;r++)n[r]=new Array(t);return n},t.transposeRagged=function(e){var t,n,r=0,a=e.length;for(t=0;t<a;t++)r=Math.max(r,e[t].length);var i=new Array(r);for(t=0;t<r;t++)for(i[t]=new Array(a),n=0;n<a;n++)i[t][n]=e[n][t];return i},t.dot=function(e,n){if(!e.length||!n.length||e.length!==n.length)return null;var r,a,i=e.length;if(e[0].length)for(r=new Array(i),a=0;a<i;a++)r[a]=t.dot(e[a],n);else if(n[0].length){var l=t.transposeRagged(n);for(r=new Array(l.length),a=0;a<l.length;a++)r[a]=t.dot(e,l[a])}else for(r=0,a=0;a<i;a++)r+=e[a]*n[a];return r},t.translationMatrix=function(e,t){return[[1,0,e],[0,1,t],[0,0,1]]},t.rotationMatrix=function(e){var t=e*Math.PI/180;return[[Math.cos(t),-Math.sin(t),0],[Math.sin(t),Math.cos(t),0],[0,0,1]]},t.rotationXYMatrix=function(e,n,r){return t.dot(t.dot(t.translationMatrix(n,r),t.rotationMatrix(e)),t.translationMatrix(-n,-r))},t.apply2DTransform=function(e){return function(){var n=arguments;3===n.length&&(n=n[0]);var r=1===arguments.length?n[0]:[n[0],n[1]];return t.dot(e,[r[0],r[1],1]).slice(0,2)}},t.apply2DTransform2=function(e){var n=t.apply2DTransform(e);return function(e){return n(e.slice(0,2)).concat(n(e.slice(2,4)))}}},function(e,t,n){"use strict";var r=n(2),a=n(33);function i(e,t){return e<t}function l(e,t){return e<=t}function o(e,t){return e>t}function s(e,t){return e>=t}t.findBin=function(e,t,n){if(r(t.start))return n?Math.ceil((e-t.start)/t.size)-1:Math.floor((e-t.start)/t.size);var u,c,d=0,f=t.length,h=0;for(c=t[t.length-1]>=t[0]?n?i:l:n?s:o;d<f&&h++<100;)c(t[u=Math.floor((d+f)/2)],e)?d=u+1:f=u;return h>90&&a.log("Long binary search..."),d-1},t.sorterAsc=function(e,t){return e-t},t.sorterDes=function(e,t){return t-e},t.distinctVals=function(e){var n=e.slice();n.sort(t.sorterAsc);for(var r=n.length-1,a=n[r]-n[0]||1,i=a/(r||1)/1e4,l=[n[0]],o=0;o<r;o++)n[o+1]>n[o]+i&&(a=Math.min(a,n[o+1]-n[o]),l.push(n[o+1]));return{vals:l,minDiff:a}},t.roundUp=function(e,t,n){for(var r,a=0,i=t.length-1,l=0,o=n?0:1,s=n?1:0,u=n?Math.ceil:Math.floor;a<i&&l++<100;)t[r=u((a+i)/2)]<=e?a=r+o:i=r-s;return t[a]}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e){var t=0;if(!Array.isArray(e)||e.length<2)return!1;if(!e[0]||!e[e.length-1])return!1;if(0!=+e[0][0]||1!=+e[e.length-1][0])return!1;for(var n=0;n<e.length;n++){var a=e[n];if(2!==a.length||+a[0]<t||!r(a[1]).isValid())return!1;t=+a[0]}return!0}},function(e,t,n){"use strict";var r=n(25);e.exports=r.RdBu},function(e,t,n){"use strict";var r=n(25),a=n(164),i=n(163);e.exports=function(e,t){if(t||(t=a),!e)return t;function n(){try{e=r[e]||JSON.parse(e)}catch(n){e=t}}return"string"==typeof e&&(n(),"string"==typeof e&&n()),i(e)?e:t}},function(e,t,n){"use strict";e.exports=function(e,t){var n=e%t;return n<0?n+t:n}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e){for(var t,n,a=r.layoutArrayContainers,i=r.layoutArrayRegexes,l=e.split("[")[0],o=0;o<i.length;o++)if((n=e.match(i[o]))&&0===n.index){t=n[0];break}if(t||(t=a[a.indexOf(l)]),!t)return!1;var s=e.substr(t.length);return s?!!(n=s.match(/^\[(0|[1-9][0-9]*)\](\.(.+))?$/))&&{array:t,index:Number(n[1]),property:n[3]||""}:{array:t,index:"",property:""}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t instanceof RegExp){var n,r=t.toString();for(n=0;n<e.length;n++)if(e[n]instanceof RegExp&&e[n].toString()===r)return e;e.push(t)}else t&&-1===e.indexOf(t)&&e.push(t);return e}},function(e,t,n){"use strict";n.r(t);var r=n(123),a=n(75);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(175);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"3916a94e",null);t.default=o.exports},function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function o(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:l}catch(e){r=l}}();var s,u=[],c=!1,d=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):d=-1,u.length&&h())}function h(){if(!c){var e=o(f);c=!0;for(var t=u.length;t;){for(s=u,u=[];++d<t;)s&&s[d].run();d=-1,t=u.length}s=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function v(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),1!==u.length||c||o(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=v,a.addListener=v,a.once=v,a.off=v,a.removeListener=v,a.removeAllListeners=v,a.emit=v,a.prependListener=v,a.prependOnceListener=v,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},function(e,t,n){ +var r=Object.freeze({});function a(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function l(e){return!0===e}function o(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function s(e){return null!==e&&"object"==typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function d(e){return"[object RegExp]"===u.call(e)}function f(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function h(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}v("slot,component",!0);var y=v("key,ref,slot,slot-scope,is");function g(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function _(e,t){return m.call(e,t)}function T(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var M=/-(\w)/g,b=T(function(e){return e.replace(M,function(e,t){return t?t.toUpperCase():""})}),K=T(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),k=/\B([A-Z])/g,x=T(function(e){return e.replace(k,"-$1").toLowerCase()});var C=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function A(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function w(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n<e.length;n++)e[n]&&w(t,e[n]);return t}function D(e,t,n){}var B=function(e,t,n){return!1},S=function(e){return e};function G(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return G(e,t[n])});if(a||i)return!1;var l=Object.keys(e),o=Object.keys(t);return l.length===o.length&&l.every(function(n){return G(e[n],t[n])})}catch(e){return!1}}function W(e,t){for(var n=0;n<e.length;n++)if(G(e[n],t))return n;return-1}function z(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var O="data-server-rendered",P=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],E={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:B,isReservedAttr:B,isUnknownElement:B,getTagNamespace:D,parsePlatformTagName:S,mustUseProp:B,_lifecycleHooks:R};function j(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var I=/[^\w.$]/;var N,F="__proto__"in{},$="undefined"!=typeof window,V="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,H=V&&WXEnvironment.platform.toLowerCase(),q=$&&window.navigator.userAgent.toLowerCase(),U=q&&/msie|trident/.test(q),Y=q&&q.indexOf("msie 9.0")>0,X=q&&q.indexOf("edge/")>0,J=(q&&q.indexOf("android"),q&&/iphone|ipad|ipod|ios/.test(q)||"ios"===H),Z=(q&&/chrome\/\d+/.test(q),{}.watch),Q=!1;if($)try{var ee={};Object.defineProperty(ee,"passive",{get:function(){Q=!0}}),window.addEventListener("test-passive",null,ee)}catch(e){}var te=function(){return void 0===N&&(N=!$&&!V&&void 0!==e&&"server"===e.process.env.VUE_ENV),N},ne=$&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function re(e){return"function"==typeof e&&/native code/.test(e.toString())}var ae,ie="undefined"!=typeof Symbol&&re(Symbol)&&"undefined"!=typeof Reflect&&re(Reflect.ownKeys);ae="undefined"!=typeof Set&&re(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var le=D,oe=0,se=function(){this.id=oe++,this.subs=[]};se.prototype.addSub=function(e){this.subs.push(e)},se.prototype.removeSub=function(e){g(this.subs,e)},se.prototype.depend=function(){se.target&&se.target.addDep(this)},se.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},se.target=null;var ue=[];function ce(e){se.target&&ue.push(se.target),se.target=e}function de(){se.target=ue.pop()}var fe=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,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},he={child:{configurable:!0}};he.child.get=function(){return this.componentInstance},Object.defineProperties(fe.prototype,he);var pe=function(e){void 0===e&&(e="");var t=new fe;return t.text=e,t.isComment=!0,t};function ve(e){return new fe(void 0,void 0,void 0,String(e))}function ye(e){var t=new fe(e.tag,e.data,e.children,e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.isCloned=!0,t}var ge=Array.prototype,me=Object.create(ge);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=ge[e];j(me,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var _e=Object.getOwnPropertyNames(me),Te=!0;function Me(e){Te=e}var be=function(e){(this.value=e,this.dep=new se,this.vmCount=0,j(e,"__ob__",this),Array.isArray(e))?((F?Ke:ke)(e,me,_e),this.observeArray(e)):this.walk(e)};function Ke(e,t,n){e.__proto__=t}function ke(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];j(e,i,t[i])}}function xe(e,t){var n;if(s(e)&&!(e instanceof fe))return _(e,"__ob__")&&e.__ob__ instanceof be?n=e.__ob__:Te&&!te()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new be(e)),t&&n&&n.vmCount++,n}function Ce(e,t,n,r,a){var i=new se,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get;o||2!==arguments.length||(n=e[t]);var s=l&&l.set,u=!a&&xe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return se.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&xe(t),i.notify())}})}}function Ae(e,t,n){if(Array.isArray(e)&&f(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Ce(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function we(e,t){if(Array.isArray(e)&&f(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||_(e,t)&&(delete e[t],n&&n.dep.notify())}}be.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Ce(e,t[n])},be.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)xe(e[t])};var Le=E.optionMergeStrategies;function De(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)r=e[n=i[l]],a=t[n],_(e,n)?c(r)&&c(a)&&De(r,a):Ae(e,n,a);return e}function Be(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?De(r,a):a}:t?e?function(){return De("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function Se(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function Ge(e,t,n,r){var a=Object.create(e||null);return t?w(a,t):a}Le.data=function(e,t,n){return n?Be(e,t,n):t&&"function"!=typeof t?e:Be(e,t)},R.forEach(function(e){Le[e]=Se}),P.forEach(function(e){Le[e+"s"]=Ge}),Le.watch=function(e,t,n,r){if(e===Z&&(e=void 0),t===Z&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in w(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Le.props=Le.methods=Le.inject=Le.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return w(a,e),t&&w(a,t),a},Le.provide=Be;var We=function(e,t){return void 0===t?e:t};function ze(e,t,n){"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i[b(a)]={type:null});else if(c(n))for(var l in n)a=n[l],i[b(l)]=c(a)?a:{type:a};e.props=i}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(c(n))for(var i in n){var l=n[i];r[i]=c(l)?w({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var r=t.extends;if(r&&(e=ze(e,r,n)),t.mixins)for(var a=0,i=t.mixins.length;a<i;a++)e=ze(e,t.mixins[a],n);var l,o={};for(l in e)s(l);for(l in t)_(e,l)||s(l);function s(r){var a=Le[r]||We;o[r]=a(e[r],t[r],n,r)}return o}function Oe(e,t,n,r){if("string"==typeof n){var a=e[t];if(_(a,n))return a[n];var i=b(n);if(_(a,i))return a[i];var l=K(i);return _(a,l)?a[l]:a[n]||a[i]||a[l]}}function Pe(e,t,n,r){var a=t[e],i=!_(n,e),l=n[e],o=je(Boolean,a.type);if(o>-1)if(i&&!_(a,"default"))l=!1;else if(""===l||l===x(e)){var s=je(String,a.type);(s<0||o<s)&&(l=!0)}if(void 0===l){l=function(e,t,n){if(!_(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"==typeof r&&"Function"!==Re(t.type)?r.call(e):r}(r,a,e);var u=Te;Me(!0),xe(l),Me(u)}return l}function Re(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Ee(e,t){return Re(e)===Re(t)}function je(e,t){if(!Array.isArray(t))return Ee(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Ee(t[n],e))return n;return-1}function Ie(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{if(!1===a[i].call(r,e,t,n))return}catch(e){Ne(e,r,"errorCaptured hook")}}Ne(e,t,n)}function Ne(e,t,n){if(E.errorHandler)try{return E.errorHandler.call(null,e,t,n)}catch(e){Fe(e,null,"config.errorHandler")}Fe(e,t,n)}function Fe(e,t,n){if(!$&&!V||"undefined"==typeof console)throw e;console.error(e)}var $e,Ve,He=[],qe=!1;function Ue(){qe=!1;var e=He.slice(0);He.length=0;for(var t=0;t<e.length;t++)e[t]()}var Ye=!1;if(void 0!==n&&re(n))Ve=function(){n(Ue)};else if("undefined"==typeof MessageChannel||!re(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Ve=function(){setTimeout(Ue,0)};else{var Xe=new MessageChannel,Je=Xe.port2;Xe.port1.onmessage=Ue,Ve=function(){Je.postMessage(1)}}if("undefined"!=typeof Promise&&re(Promise)){var Ze=Promise.resolve();$e=function(){Ze.then(Ue),J&&setTimeout(D)}}else $e=Ve;function Qe(e,t){var n;if(He.push(function(){if(e)try{e.call(t)}catch(e){Ie(e,t,"nextTick")}else n&&n(t)}),qe||(qe=!0,Ye?Ve():$e()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}var et=new ae;function tt(e){!function e(t,n){var r,a;var i=Array.isArray(t);if(!i&&!s(t)||Object.isFrozen(t)||t instanceof fe)return;if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}(e,et),et.clear()}var nt,rt=T(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}});function at(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function it(e,t,n,r,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=rt(l),a(o)||(a(s)?(a(o.fns)&&(o=e[l]=at(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)a(e[l])&&r((u=rt(l)).name,t[l],u.capture)}function lt(e,t,n){var r;e instanceof fe&&(e=e.data.hook||(e.data.hook={}));var o=e[t];function s(){n.apply(this,arguments),g(r.fns,s)}a(o)?r=at([s]):i(o.fns)&&l(o.merged)?(r=o).fns.push(s):r=at([o,s]),r.merged=!0,e[t]=r}function ot(e,t,n,r,a){if(i(t)){if(_(t,n))return e[n]=t[n],a||delete t[n],!0;if(_(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function st(e){return o(e)?[ve(e)]:Array.isArray(e)?function e(t,n){var r=[];var s,u,c,d;for(s=0;s<t.length;s++)a(u=t[s])||"boolean"==typeof u||(c=r.length-1,d=r[c],Array.isArray(u)?u.length>0&&(ut((u=e(u,(n||"")+"_"+s))[0])&&ut(d)&&(r[c]=ve(d.text+u[0].text),u.shift()),r.push.apply(r,u)):o(u)?ut(d)?r[c]=ve(d.text+u):""!==u&&r.push(ve(u)):ut(u)&&ut(d)?r[c]=ve(d.text+u.text):(l(t._isVList)&&i(u.tag)&&a(u.key)&&i(n)&&(u.key="__vlist"+n+"_"+s+"__"),r.push(u)));return r}(e):void 0}function ut(e){return i(e)&&i(e.text)&&!1===e.isComment}function ct(e,t){return(e.__esModule||ie&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function dt(e){return e.isComment&&e.asyncFactory}function ft(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||dt(n)))return n}}function ht(e,t,n){n?nt.$once(e,t):nt.$on(e,t)}function pt(e,t){nt.$off(e,t)}function vt(e,t,n){nt=e,it(t,n||{},ht,pt),nt=void 0}function yt(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(gt)&&delete n[u];return n}function gt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function mt(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?mt(e[n],t):t[e[n].key]=e[n].fn;return t}var _t=null;function Tt(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function Mt(e,t){if(t){if(e._directInactive=!1,Tt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Mt(e.$children[n]);bt(e,"activated")}}function bt(e,t){ce();var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){Ie(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t),de()}var Kt=[],kt=[],xt={},Ct=!1,At=!1,wt=0;function Lt(){var e,t;for(At=!0,Kt.sort(function(e,t){return e.id-t.id}),wt=0;wt<Kt.length;wt++)t=(e=Kt[wt]).id,xt[t]=null,e.run();var n=kt.slice(),r=Kt.slice();wt=Kt.length=kt.length=0,xt={},Ct=At=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Mt(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&bt(r,"updated")}}(r),ne&&E.devtools&&ne.emit("flush")}var Dt=0,Bt=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Dt,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ae,this.newDepIds=new ae,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!I.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};Bt.prototype.get=function(){var e;ce(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;Ie(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&tt(e),de(),this.cleanupDeps()}return e},Bt.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},Bt.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},Bt.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==xt[t]){if(xt[t]=!0,At){for(var n=Kt.length-1;n>wt&&Kt[n].id>e.id;)n--;Kt.splice(n+1,0,e)}else Kt.push(e);Ct||(Ct=!0,Qe(Lt))}}(this)},Bt.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){Ie(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},Bt.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},Bt.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},Bt.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||g(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var St={enumerable:!0,configurable:!0,get:D,set:D};function Gt(e,t,n){St.get=function(){return this[t][n]},St.set=function(e){this[t][n]=e},Object.defineProperty(e,n,St)}function Wt(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[];e.$parent&&Me(!1);var i=function(i){a.push(i);var l=Pe(i,t,n,e);Ce(r,i,l),i in e||Gt(e,"_props",i)};for(var l in t)i(l);Me(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?D:C(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;c(t=e._data="function"==typeof t?function(e,t){ce();try{return e.call(t,t)}catch(e){return Ie(e,t,"data()"),{}}finally{de()}}(t,e):t||{})||(t={});var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);for(;a--;){var i=n[a];0,r&&_(r,i)||(void 0,36!==(l=(i+"").charCodeAt(0))&&95!==l&&Gt(e,"_data",i))}var l;xe(t,!0)}(e):xe(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=te();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;0,r||(n[a]=new Bt(e,l||D,D,zt)),a in e||Ot(e,a,i)}}(e,t.computed),t.watch&&t.watch!==Z&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)Rt(e,n,r[a]);else Rt(e,n,r)}}(e,t.watch)}var zt={lazy:!0};function Ot(e,t,n){var r=!te();"function"==typeof n?(St.get=r?Pt(t):n,St.set=D):(St.get=n.get?r&&!1!==n.cache?Pt(t):n.get:D,St.set=n.set?n.set:D),Object.defineProperty(e,t,St)}function Pt(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),se.target&&t.depend(),t.value}}function Rt(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function Et(e,t){if(e){for(var n=Object.create(null),r=ie?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&_(o._provided,l)){n[i]=o._provided[l];break}o=o.$parent}if(!o)if("default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}else 0}return n}}function jt(e,t){var n,r,a,l,o;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(s(e))for(l=Object.keys(e),n=new Array(l.length),r=0,a=l.length;r<a;r++)o=l[r],n[r]=t(e[o],o,r);return i(n)&&(n._isVList=!0),n}function It(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=w(w({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function Nt(e){return Oe(this.$options,"filters",e)||S}function Ft(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function $t(e,t,n,r,a){var i=E.keyCodes[t]||n;return a&&r&&!E.keyCodes[t]?Ft(a,r):i?Ft(i,e):r?x(r)!==t:void 0}function Vt(e,t,n,r,a){if(n)if(s(n)){var i;Array.isArray(n)&&(n=L(n));var l=function(l){if("class"===l||"style"===l||y(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||E.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],a&&((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e}))};for(var o in n)l(o)}else;return e}function Ht(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?r:(Ut(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function qt(e,t,n){return Ut(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ut(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&Yt(e[r],t+"_"+r,n);else Yt(e,t,n)}function Yt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Xt(e,t){if(t)if(c(t)){var n=e.on=e.on?w({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}else;return e}function Jt(e){e._o=qt,e._n=p,e._s=h,e._l=jt,e._t=It,e._q=G,e._i=W,e._m=Ht,e._f=Nt,e._k=$t,e._b=Vt,e._v=ve,e._e=pe,e._u=mt,e._g=Xt}function Zt(e,t,n,a,i){var o,s=i.options;_(a,"_uid")?(o=Object.create(a))._original=a:(o=a,a=a._original);var u=l(s._compiled),c=!u;this.data=e,this.props=t,this.children=n,this.parent=a,this.listeners=e.on||r,this.injections=Et(s.inject,a),this.slots=function(){return yt(n,a)},u&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||r),s._scopeId?this._c=function(e,t,n,r){var i=on(o,e,t,n,r,c);return i&&!Array.isArray(i)&&(i.fnScopeId=s._scopeId,i.fnContext=a),i}:this._c=function(e,t,n,r){return on(o,e,t,n,r,c)}}function Qt(e,t,n,r){var a=ye(e);return a.fnContext=n,a.fnOptions=r,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function en(e,t){for(var n in t)e[b(n)]=t[n]}Jt(Zt.prototype);var tn={init:function(e,t,n,r){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var a=e;tn.prepatch(a,a)}else{(e.componentInstance=function(e,t,n,r){var a={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;i(l)&&(a.render=l.render,a.staticRenderFns=l.staticRenderFns);return new e.componentOptions.Ctor(a)}(e,_t,n,r)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,a,i){var l=!!(i||e.$options._renderChildren||a.data.scopedSlots||e.$scopedSlots!==r);if(e.$options._parentVnode=a,e.$vnode=a,e._vnode&&(e._vnode.parent=a),e.$options._renderChildren=i,e.$attrs=a.data.attrs||r,e.$listeners=n||r,t&&e.$options.props){Me(!1);for(var o=e._props,s=e.$options._propKeys||[],u=0;u<s.length;u++){var c=s[u],d=e.$options.props;o[c]=Pe(c,d,t,e)}Me(!0),e.$options.propsData=t}n=n||r;var f=e.$options._parentListeners;e.$options._parentListeners=n,vt(e,n,f),l&&(e.$slots=yt(i,a.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,r=e.componentInstance;r._isMounted||(r._isMounted=!0,bt(r,"mounted")),e.data.keepAlive&&(n._isMounted?((t=r)._inactive=!1,kt.push(t)):Mt(r,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,Tt(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);bt(t,"deactivated")}}(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,o,u){if(!a(e)){var c=n.$options._base;if(s(e)&&(e=c.extend(e)),"function"==typeof e){var d;if(a(e.cid)&&void 0===(e=function(e,t,n){if(l(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;if(l(e.loading)&&i(e.loadingComp))return e.loadingComp;if(!i(e.contexts)){var r=e.contexts=[n],o=!0,u=function(){for(var e=0,t=r.length;e<t;e++)r[e].$forceUpdate()},c=z(function(n){e.resolved=ct(n,t),o||u()}),d=z(function(t){i(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return s(f)&&("function"==typeof f.then?a(e.resolved)&&f.then(c,d):i(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),i(f.error)&&(e.errorComp=ct(f.error,t)),i(f.loading)&&(e.loadingComp=ct(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){a(e.resolved)&&a(e.error)&&(e.loading=!0,u())},f.delay||200)),i(f.timeout)&&setTimeout(function(){a(e.resolved)&&d(null)},f.timeout))),o=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(d=e,c,n)))return function(e,t,n,r,a){var i=pe();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(d,t,n,o,u);t=t||{},un(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var a=t.on||(t.on={});i(a[r])?a[r]=[t.model.callback].concat(a[r]):a[r]=t.model.callback}(e.options,t);var f=function(e,t,n){var r=t.options.props;if(!a(r)){var l={},o=e.attrs,s=e.props;if(i(o)||i(s))for(var u in r){var c=x(u);ot(l,s,u,c,!0)||ot(l,o,u,c,!1)}return l}}(t,e);if(l(e.options.functional))return function(e,t,n,a,l){var o=e.options,s={},u=o.props;if(i(u))for(var c in u)s[c]=Pe(c,u,t||r);else i(n.attrs)&&en(s,n.attrs),i(n.props)&&en(s,n.props);var d=new Zt(n,s,l,a,e),f=o.render.call(null,d._c,d);if(f instanceof fe)return Qt(f,n,d.parent,o);if(Array.isArray(f)){for(var h=st(f)||[],p=new Array(h.length),v=0;v<h.length;v++)p[v]=Qt(h[v],n,d.parent,o);return p}}(e,f,t,n,o);var h=t.on;if(t.on=t.nativeOn,l(e.options.abstract)){var p=t.slot;t={},p&&(t.slot=p)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n];t[r]=tn[r]}}(t);var v=e.options.name||u;return new fe("vue-component-"+e.cid+(v?"-"+v:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:f,listeners:h,tag:u,children:o},d)}}}var an=1,ln=2;function on(e,t,n,r,u,c){return(Array.isArray(n)||o(n))&&(u=r,r=n,n=void 0),l(c)&&(u=ln),function(e,t,n,r,o){if(i(n)&&i(n.__ob__))return pe();i(n)&&i(n.is)&&(t=n.is);if(!t)return pe();0;Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);o===ln?r=st(r):o===an&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r));var u,c;if("string"==typeof t){var d;c=e.$vnode&&e.$vnode.ns||E.getTagNamespace(t),u=E.isReservedTag(t)?new fe(E.parsePlatformTagName(t),n,r,void 0,void 0,e):i(d=Oe(e.$options,"components",t))?rn(d,n,e,r,t):new fe(t,n,r,void 0,void 0,e)}else u=rn(t,n,e,r);return Array.isArray(u)?u:i(u)?(i(c)&&function e(t,n,r){t.ns=n;"foreignObject"===t.tag&&(n=void 0,r=!0);if(i(t.children))for(var o=0,s=t.children.length;o<s;o++){var u=t.children[o];i(u.tag)&&(a(u.ns)||l(r)&&"svg"!==u.tag)&&e(u,n,r)}}(u,c),i(n)&&function(e){s(e.style)&&tt(e.style);s(e.class)&&tt(e.class)}(n),u):pe()}(e,t,n,r,u)}var sn=0;function un(e){var t=e.options;if(e.super){var n=un(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=cn(n[i],r[i],a[i]));return t}(e);r&&w(e.extendOptions,r),(t=e.options=ze(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function cn(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function dn(e){this._init(e)}function fn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name;var l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=ze(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)Gt(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)Ot(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,P.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=w({},l.options),a[r]=l,l}}function hn(e){return e&&(e.Ctor.options.name||e.tag)}function pn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!d(e)&&e.test(t)}function vn(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=hn(l.componentOptions);o&&!t(o)&&yn(n,i,r,a)}}}function yn(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,g(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=sn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=ze(un(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&vt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,a=n&&n.context;e.$slots=yt(t._renderChildren,a),e.$scopedSlots=r,e._c=function(t,n,r,a){return on(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return on(e,t,n,r,a,!0)};var i=n&&n.data;Ce(e,"$attrs",i&&i.attrs||r,null,!0),Ce(e,"$listeners",t._parentListeners||r,null,!0)}(t),bt(t,"beforeCreate"),function(e){var t=Et(e.$options.inject,e);t&&(Me(!1),Object.keys(t).forEach(function(n){Ce(e,n,t[n])}),Me(!0))}(t),Wt(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),bt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(dn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ae,e.prototype.$delete=we,e.prototype.$watch=function(e,t,n){if(c(t))return Rt(this,e,t,n);(n=n||{}).user=!0;var r=new Bt(this,e,t,n);return n.immediate&&t.call(this,r.value),function(){r.teardown()}}}(dn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){if(Array.isArray(e))for(var r=0,a=e.length;r<a;r++)this.$on(e[r],n);else(this._events[e]||(this._events[e]=[])).push(n),t.test(e)&&(this._hasHookEvent=!0);return this},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this._events[e];if(t){t=t.length>1?A(t):t;for(var n=A(arguments,1),r=0,a=t.length;r<a;r++)try{t[r].apply(this,n)}catch(t){Ie(t,this,'event handler for "'+e+'"')}}return this}}(dn),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&bt(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=_t;_t=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),_t=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){bt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||g(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),bt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(dn),function(e){Jt(e.prototype),e.prototype.$nextTick=function(e){return Qe(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,a=n.render,i=n._parentVnode;i&&(t.$scopedSlots=i.data.scopedSlots||r),t.$vnode=i;try{e=a.call(t._renderProxy,t.$createElement)}catch(n){Ie(n,t,"render"),e=t._vnode}return e instanceof fe||(e=pe()),e.parent=i,e}}(dn);var gn=[String,RegExp,Array],mn={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:gn,exclude:gn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)yn(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",function(t){vn(e,function(e){return pn(t,e)})}),this.$watch("exclude",function(t){vn(e,function(e){return!pn(t,e)})})},render:function(){var e=this.$slots.default,t=ft(e),n=t&&t.componentOptions;if(n){var r=hn(n),a=this.include,i=this.exclude;if(a&&(!r||!pn(a,r))||i&&r&&pn(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,g(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&yn(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return E}};Object.defineProperty(e,"config",t),e.util={warn:le,extend:w,mergeOptions:ze,defineReactive:Ce},e.set=Ae,e.delete=we,e.nextTick=Qe,e.options=Object.create(null),P.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,w(e.options.components,mn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=ze(this.options,e),this}}(e),fn(e),function(e){P.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)}(dn),Object.defineProperty(dn.prototype,"$isServer",{get:te}),Object.defineProperty(dn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(dn,"FunctionalRenderContext",{value:Zt}),dn.version="2.5.16";var _n=v("style,class"),Tn=v("input,textarea,option,select,progress"),Mn=v("contenteditable,draggable,spellcheck"),bn=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Kn="http://www.w3.org/1999/xlink",kn=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},xn=function(e){return kn(e)?e.slice(6,e.length):""},Cn=function(e){return null==e||!1===e};function An(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=wn(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=wn(t,n.data));return function(e,t){if(i(e)||i(t))return Ln(e,Dn(t));return""}(t.staticClass,t.class)}function wn(e,t){return{staticClass:Ln(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Ln(e,t){return e?t?e+" "+t:e:t||""}function Dn(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=Dn(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):s(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var Bn={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Sn=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Gn=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Wn=function(e){return Sn(e)||Gn(e)};var zn=Object.create(null);var On=v("text,number,password,search,email,tel,url");var Pn=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Bn[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Rn={create:function(e,t){En(t)},update:function(e,t){e.data.ref!==t.data.ref&&(En(e,!0),En(t))},destroy:function(e){En(e,!0)}};function En(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,l=r.$refs;t?Array.isArray(l[n])?g(l[n],a):l[n]===a&&(l[n]=void 0):e.data.refInFor?Array.isArray(l[n])?l[n].indexOf(a)<0&&l[n].push(a):l[n]=[a]:l[n]=a}}var jn=new fe("",{},[]),In=["create","activate","update","remove","destroy"];function Nn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||On(r)&&On(a)}(e,t)||l(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&a(t.asyncFactory.error))}function Fn(e,t,n){var r,a,l={};for(r=t;r<=n;++r)i(a=e[r].key)&&(l[a]=r);return l}var $n={create:Vn,update:Vn,destroy:function(e){Vn(e,jn)}};function Vn(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===jn,l=t===jn,o=qn(e.data.directives,e.context),s=qn(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,Yn(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(Yn(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)Yn(u[n],"inserted",t,e)};i?lt(t,"insert",d):d()}c.length&<(t,"postpatch",function(){for(var n=0;n<c.length;n++)Yn(c[n],"componentUpdated",t,e)});if(!i)for(n in o)s[n]||Yn(o[n],"unbind",e,e,l)}(e,t)}var Hn=Object.create(null);function qn(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Hn),a[Un(r)]=r,r.def=Oe(t.$options,"directives",r.name);return a}function Un(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function Yn(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){Ie(r,n.context,"directive "+e.name+" "+t+" hook")}}var Xn=[Rn,$n];function Jn(e,t){var n=t.componentOptions;if(!(i(n)&&!1===n.Ctor.options.inheritAttrs||a(e.data.attrs)&&a(t.data.attrs))){var r,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(r in i(u.__ob__)&&(u=t.data.attrs=w({},u)),u)l=u[r],s[r]!==l&&Zn(o,r,l);for(r in(U||X)&&u.value!==s.value&&Zn(o,"value",u.value),s)a(u[r])&&(kn(r)?o.removeAttributeNS(Kn,xn(r)):Mn(r)||o.removeAttribute(r))}}function Zn(e,t,n){e.tagName.indexOf("-")>-1?Qn(e,t,n):bn(t)?Cn(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Mn(t)?e.setAttribute(t,Cn(n)||"false"===n?"false":"true"):kn(t)?Cn(n)?e.removeAttributeNS(Kn,xn(t)):e.setAttributeNS(Kn,t,n):Qn(e,t,n)}function Qn(e,t,n){if(Cn(n))e.removeAttribute(t);else{if(U&&!Y&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var er={create:Jn,update:Jn};function tr(e,t){var n=t.elm,r=t.data,l=e.data;if(!(a(r.staticClass)&&a(r.class)&&(a(l)||a(l.staticClass)&&a(l.class)))){var o=An(t),s=n._transitionClasses;i(s)&&(o=Ln(o,Dn(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}var nr,rr={create:tr,update:tr},ar="__r",ir="__c";function lr(e,t,n,r,a){var i;t=(i=t)._withTask||(i._withTask=function(){Ye=!0;var e=i.apply(null,arguments);return Ye=!1,e}),n&&(t=function(e,t,n){var r=nr;return function a(){null!==e.apply(null,arguments)&&or(t,a,n,r)}}(t,e,r)),nr.addEventListener(e,t,Q?{capture:r,passive:a}:r)}function or(e,t,n,r){(r||nr).removeEventListener(e,t._withTask||t,n)}function sr(e,t){if(!a(e.data.on)||!a(t.data.on)){var n=t.data.on||{},r=e.data.on||{};nr=t.elm,function(e){if(i(e[ar])){var t=U?"change":"input";e[t]=[].concat(e[ar],e[t]||[]),delete e[ar]}i(e[ir])&&(e.change=[].concat(e[ir],e.change||[]),delete e[ir])}(n),it(n,r,lr,or,t.context),nr=void 0}}var ur={create:sr,update:sr};function cr(e,t){if(!a(e.data.domProps)||!a(t.data.domProps)){var n,r,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in i(s.__ob__)&&(s=t.data.domProps=w({},s)),o)a(s[n])&&(l[n]="");for(n in s){if(r=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),r===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=r;var u=a(r)?"":String(r);dr(l,u)&&(l.value=u)}else l[n]=r}}}function dr(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var fr={create:cr,update:cr},hr=T(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t});function pr(e){var t=vr(e.style);return e.staticStyle?w(e.staticStyle,t):t}function vr(e){return Array.isArray(e)?L(e):"string"==typeof e?hr(e):e}var yr,gr=/^--/,mr=/\s*!important$/,_r=function(e,t,n){if(gr.test(t))e.style.setProperty(t,n);else if(mr.test(n))e.style.setProperty(t,n.replace(mr,""),"important");else{var r=Mr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Tr=["Webkit","Moz","ms"],Mr=T(function(e){if(yr=yr||document.createElement("div").style,"filter"!==(e=b(e))&&e in yr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Tr.length;n++){var r=Tr[n]+t;if(r in yr)return r}});function br(e,t){var n=t.data,r=e.data;if(!(a(n.staticStyle)&&a(n.style)&&a(r.staticStyle)&&a(r.style))){var l,o,s=t.elm,u=r.staticStyle,c=r.normalizedStyle||r.style||{},d=u||c,f=vr(t.data.style)||{};t.data.normalizedStyle=i(f.__ob__)?w({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=pr(a.data))&&w(r,n);(n=pr(e.data))&&w(r,n);for(var i=e;i=i.parent;)i.data&&(n=pr(i.data))&&w(r,n);return r}(t,!0);for(o in d)a(h[o])&&_r(s,o,"");for(o in h)(l=h[o])!==d[o]&&_r(s,o,null==l?"":l)}}var Kr={create:br,update:br};function kr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function xr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function Cr(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&w(t,Ar(e.name||"v")),w(t,e),t}return"string"==typeof e?Ar(e):void 0}}var Ar=T(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),wr=$&&!Y,Lr="transition",Dr="animation",Br="transition",Sr="transitionend",Gr="animation",Wr="animationend";wr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Br="WebkitTransition",Sr="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Gr="WebkitAnimation",Wr="webkitAnimationEnd"));var zr=$?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Or(e){zr(function(){zr(e)})}function Pr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),kr(e,t))}function Rr(e,t){e._transitionClasses&&g(e._transitionClasses,t),xr(e,t)}function Er(e,t,n){var r=Ir(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===Lr?Sr:Wr,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}var jr=/\b(transform|all)(,|$)/;function Ir(e,t){var n,r=window.getComputedStyle(e),a=r[Br+"Delay"].split(", "),i=r[Br+"Duration"].split(", "),l=Nr(a,i),o=r[Gr+"Delay"].split(", "),s=r[Gr+"Duration"].split(", "),u=Nr(o,s),c=0,d=0;return t===Lr?l>0&&(n=Lr,c=l,d=i.length):t===Dr?u>0&&(n=Dr,c=u,d=s.length):d=(n=(c=Math.max(l,u))>0?l>u?Lr:Dr:null)?n===Lr?i.length:s.length:0,{type:n,timeout:c,propCount:d,hasTransform:n===Lr&&jr.test(r[Br+"Property"])}}function Nr(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return Fr(t)+Fr(e[n])}))}function Fr(e){return 1e3*Number(e.slice(0,-1))}function $r(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Cr(e.data.transition);if(!a(r)&&!i(n._enterCb)&&1===n.nodeType){for(var l=r.css,o=r.type,u=r.enterClass,c=r.enterToClass,d=r.enterActiveClass,f=r.appearClass,h=r.appearToClass,v=r.appearActiveClass,y=r.beforeEnter,g=r.enter,m=r.afterEnter,_=r.enterCancelled,T=r.beforeAppear,M=r.appear,b=r.afterAppear,K=r.appearCancelled,k=r.duration,x=_t,C=_t.$vnode;C&&C.parent;)x=(C=C.parent).context;var A=!x._isMounted||!e.isRootInsert;if(!A||M||""===M){var w=A&&f?f:u,L=A&&v?v:d,D=A&&h?h:c,B=A&&T||y,S=A&&"function"==typeof M?M:g,G=A&&b||m,W=A&&K||_,O=p(s(k)?k.enter:k);0;var P=!1!==l&&!Y,R=qr(S),E=n._enterCb=z(function(){P&&(Rr(n,D),Rr(n,L)),E.cancelled?(P&&Rr(n,w),W&&W(n)):G&&G(n),n._enterCb=null});e.data.show||lt(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),S&&S(n,E)}),B&&B(n),P&&(Pr(n,w),Pr(n,L),Or(function(){Rr(n,w),E.cancelled||(Pr(n,D),R||(Hr(O)?setTimeout(E,O):Er(n,o,E)))})),e.data.show&&(t&&t(),S&&S(n,E)),P||R||E()}}}function Vr(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Cr(e.data.transition);if(a(r)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var l=r.css,o=r.type,u=r.leaveClass,c=r.leaveToClass,d=r.leaveActiveClass,f=r.beforeLeave,h=r.leave,v=r.afterLeave,y=r.leaveCancelled,g=r.delayLeave,m=r.duration,_=!1!==l&&!Y,T=qr(h),M=p(s(m)?m.leave:m);0;var b=n._leaveCb=z(function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),_&&(Rr(n,c),Rr(n,d)),b.cancelled?(_&&Rr(n,u),y&&y(n)):(t(),v&&v(n)),n._leaveCb=null});g?g(K):K()}function K(){b.cancelled||(e.data.show||((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),_&&(Pr(n,u),Pr(n,d),Or(function(){Rr(n,u),b.cancelled||(Pr(n,c),T||(Hr(M)?setTimeout(b,M):Er(n,o,b)))})),h&&h(n,b),_||T||b())}}function Hr(e){return"number"==typeof e&&!isNaN(e)}function qr(e){if(a(e))return!1;var t=e.fns;return i(t)?qr(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ur(e,t){!0!==t.data.show&&$r(t)}var Yr=function(e){var t,n,r={},s=e.modules,u=e.nodeOps;for(t=0;t<In.length;++t)for(r[In[t]]=[],n=0;n<s.length;++n)i(s[n][In[t]])&&r[In[t]].push(s[n][In[t]]);function c(e){var t=u.parentNode(e);i(t)&&u.removeChild(t,e)}function d(e,t,n,a,o,s,c){if(i(e.elm)&&i(s)&&(e=s[c]=ye(e)),e.isRootInsert=!o,!function(e,t,n,a){var o=e.data;if(i(o)){var s=i(e.componentInstance)&&o.keepAlive;if(i(o=o.hook)&&i(o=o.init)&&o(e,!1,n,a),i(e.componentInstance))return f(e,t),l(s)&&function(e,t,n,a){for(var l,o=e;o.componentInstance;)if(o=o.componentInstance._vnode,i(l=o.data)&&i(l=l.transition)){for(l=0;l<r.activate.length;++l)r.activate[l](jn,o);t.push(o);break}h(n,e.elm,a)}(e,t,n,a),!0}}(e,t,n,a)){var d=e.data,v=e.children,y=e.tag;i(y)?(e.elm=e.ns?u.createElementNS(e.ns,y):u.createElement(y,e),m(e),p(e,v,t),i(d)&&g(e,t),h(n,e.elm,a)):l(e.isComment)?(e.elm=u.createComment(e.text),h(n,e.elm,a)):(e.elm=u.createTextNode(e.text),h(n,e.elm,a))}}function f(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,y(e)?(g(e,t),m(e)):(En(e),t.push(e))}function h(e,t,n){i(e)&&(i(n)?n.parentNode===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function p(e,t,n){if(Array.isArray(t))for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r);else o(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function y(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return i(e.tag)}function g(e,n){for(var a=0;a<r.create.length;++a)r.create[a](jn,e);i(t=e.data.hook)&&(i(t.create)&&t.create(jn,e),i(t.insert)&&n.push(e))}function m(e){var t;if(i(t=e.fnScopeId))u.setStyleScope(e.elm,t);else for(var n=e;n;)i(t=n.context)&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent;i(t=_t)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function _(e,t,n,r,a,i){for(;r<=a;++r)d(n[r],i,e,t,!1,n,r)}function T(e){var t,n,a=e.data;if(i(a))for(i(t=a.hook)&&i(t=t.destroy)&&t(e),t=0;t<r.destroy.length;++t)r.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)T(e.children[n])}function M(e,t,n,r){for(;n<=r;++n){var a=t[n];i(a)&&(i(a.tag)?(b(a),T(a)):c(a.elm))}}function b(e,t){if(i(t)||i(e.data)){var n,a=r.remove.length+1;for(i(t)?t.listeners+=a:t=function(e,t){function n(){0==--n.listeners&&c(e)}return n.listeners=t,n}(e.elm,a),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&b(n,t),n=0;n<r.remove.length;++n)r.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else c(e.elm)}function K(e,t,n,r){for(var a=n;a<r;a++){var l=t[a];if(i(l)&&Nn(e,l))return a}}function k(e,t,n,o){if(e!==t){var s=t.elm=e.elm;if(l(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?A(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(l(t.isStatic)&&l(e.isStatic)&&t.key===e.key&&(l(t.isCloned)||l(t.isOnce)))t.componentInstance=e.componentInstance;else{var c,f=t.data;i(f)&&i(c=f.hook)&&i(c=c.prepatch)&&c(e,t);var h=e.children,p=t.children;if(i(f)&&y(t)){for(c=0;c<r.update.length;++c)r.update[c](e,t);i(c=f.hook)&&i(c=c.update)&&c(e,t)}a(t.text)?i(h)&&i(p)?h!==p&&function(e,t,n,r,l){for(var o,s,c,f=0,h=0,p=t.length-1,v=t[0],y=t[p],g=n.length-1,m=n[0],T=n[g],b=!l;f<=p&&h<=g;)a(v)?v=t[++f]:a(y)?y=t[--p]:Nn(v,m)?(k(v,m,r),v=t[++f],m=n[++h]):Nn(y,T)?(k(y,T,r),y=t[--p],T=n[--g]):Nn(v,T)?(k(v,T,r),b&&u.insertBefore(e,v.elm,u.nextSibling(y.elm)),v=t[++f],T=n[--g]):Nn(y,m)?(k(y,m,r),b&&u.insertBefore(e,y.elm,v.elm),y=t[--p],m=n[++h]):(a(o)&&(o=Fn(t,f,p)),a(s=i(m.key)?o[m.key]:K(m,t,f,p))?d(m,r,e,v.elm,!1,n,h):Nn(c=t[s],m)?(k(c,m,r),t[s]=void 0,b&&u.insertBefore(e,c.elm,v.elm)):d(m,r,e,v.elm,!1,n,h),m=n[++h]);f>p?_(e,a(n[g+1])?null:n[g+1].elm,n,h,g,r):h>g&&M(0,t,f,p)}(s,h,p,n,o):i(p)?(i(e.text)&&u.setTextContent(s,""),_(s,null,p,0,p.length-1,n)):i(h)?M(0,h,0,h.length-1):i(e.text)&&u.setTextContent(s,""):e.text!==t.text&&u.setTextContent(s,t.text),i(f)&&i(c=f.hook)&&i(c=c.postpatch)&&c(e,t)}}}function x(e,t,n){if(l(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var C=v("attrs,class,staticClass,staticStyle,key");function A(e,t,n,r){var a,o=t.tag,s=t.data,u=t.children;if(r=r||s&&s.pre,t.elm=e,l(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(s)&&(i(a=s.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return f(t,n),!0;if(i(o)){if(i(u))if(e.hasChildNodes())if(i(a=s)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var c=!0,d=e.firstChild,h=0;h<u.length;h++){if(!d||!A(d,u[h],n,r)){c=!1;break}d=d.nextSibling}if(!c||d)return!1}else p(t,u,n);if(i(s)){var v=!1;for(var y in s)if(!C(y)){v=!0,g(t,n);break}!v&&s.class&&tt(s.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,o,s,c){if(!a(t)){var f,h=!1,p=[];if(a(e))h=!0,d(t,p,s,c);else{var v=i(e.nodeType);if(!v&&Nn(e,t))k(e,t,p,o);else{if(v){if(1===e.nodeType&&e.hasAttribute(O)&&(e.removeAttribute(O),n=!0),l(n)&&A(e,t,p))return x(t,p,!0),e;f=e,e=new fe(u.tagName(f).toLowerCase(),{},[],void 0,f)}var g=e.elm,m=u.parentNode(g);if(d(t,p,g._leaveCb?null:m,u.nextSibling(g)),i(t.parent))for(var _=t.parent,b=y(t);_;){for(var K=0;K<r.destroy.length;++K)r.destroy[K](_);if(_.elm=t.elm,b){for(var C=0;C<r.create.length;++C)r.create[C](jn,_);var w=_.data.hook.insert;if(w.merged)for(var L=1;L<w.fns.length;L++)w.fns[L]()}else En(_);_=_.parent}i(m)?M(0,[e],0,0):i(e.tag)&&T(e)}}return x(t,p,h),t.elm}i(e)&&T(e)}}({nodeOps:Pn,modules:[er,rr,ur,fr,Kr,$?{create:Ur,activate:Ur,remove:function(e,t){!0!==e.data.show?Vr(e,t):t()}}:{}].concat(Xn)});Y&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&ra(e,"input")});var Xr={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?lt(n,"postpatch",function(){Xr.componentUpdated(e,t,n)}):Jr(e,t,n.context),e._vOptions=[].map.call(e.options,ea)):("textarea"===n.tag||On(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",ta),e.addEventListener("compositionend",na),e.addEventListener("change",na),Y&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Jr(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,ea);if(a.some(function(e,t){return!G(e,r[t])}))(e.multiple?t.value.some(function(e){return Qr(e,a)}):t.value!==t.oldValue&&Qr(t.value,a))&&ra(e,"change")}}};function Jr(e,t,n){Zr(e,t,n),(U||X)&&setTimeout(function(){Zr(e,t,n)},0)}function Zr(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=W(r,ea(l))>-1,l.selected!==i&&(l.selected=i);else if(G(ea(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Qr(e,t){return t.every(function(t){return!G(t,e)})}function ea(e){return"_value"in e?e._value:e.value}function ta(e){e.target.composing=!0}function na(e){e.target.composing&&(e.target.composing=!1,ra(e.target,"input"))}function ra(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function aa(e){return!e.componentInstance||e.data&&e.data.transition?e:aa(e.componentInstance._vnode)}var ia={model:Xr,show:{bind:function(e,t,n){var r=t.value,a=(n=aa(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,$r(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;!r!=!t.oldValue&&((n=aa(n)).data&&n.data.transition?(n.data.show=!0,r?$r(n,function(){e.style.display=e.__vOriginalDisplay}):Vr(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}}},la={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 oa(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?oa(ft(t.children)):e}function sa(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[b(i)]=a[i];return t}function ua(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var ca={name:"transition",props:la,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||dt(e)})).length){0;var r=this.mode;0;var a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=oa(a);if(!i)return a;if(this._leaving)return ua(e,a);var l="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?l+"comment":l+i.tag:o(i.key)?0===String(i.key).indexOf(l)?i.key:l+i.key:i.key;var s=(i.data||(i.data={})).transition=sa(this),u=this._vnode,c=oa(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!dt(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=w({},s);if("out-in"===r)return this._leaving=!0,lt(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),ua(e,a);if("in-out"===r){if(dt(i))return u;var f,h=function(){f()};lt(s,"afterEnter",h),lt(s,"enterCancelled",h),lt(d,"delayLeave",function(e){f=e})}}return a}}},da=w({tag:String,moveClass:String},la);function fa(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function ha(e){e.data.newPos=e.elm.getBoundingClientRect()}function pa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}delete da.mode;var va={Transition:ca,TransitionGroup:{props:da,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=sa(this),o=0;o<a.length;o++){var s=a[o];if(s.tag)if(null!=s.key&&0!==String(s.key).indexOf("__vlist"))i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l;else;}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(fa),e.forEach(ha),e.forEach(pa),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Pr(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Sr,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Sr,e),n._moveCb=null,Rr(n,t))})}}))},methods:{hasMove:function(e,t){if(!wr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){xr(n,e)}),kr(n,t),n.style.display="none",this.$el.appendChild(n);var r=Ir(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}}};dn.config.mustUseProp=function(e,t,n){return"value"===n&&Tn(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},dn.config.isReservedTag=Wn,dn.config.isReservedAttr=_n,dn.config.getTagNamespace=function(e){return Gn(e)?"svg":"math"===e?"math":void 0},dn.config.isUnknownElement=function(e){if(!$)return!0;if(Wn(e))return!1;if(e=e.toLowerCase(),null!=zn[e])return zn[e];var t=document.createElement(e);return e.indexOf("-")>-1?zn[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:zn[e]=/HTMLUnknownElement/.test(t.toString())},w(dn.options.directives,ia),w(dn.options.components,va),dn.prototype.__patch__=$?Yr:D,dn.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=pe),bt(e,"beforeMount"),new Bt(e,function(){e._update(e._render(),n)},D,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,bt(e,"mounted")),e}(this,e=e&&$?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},$&&setTimeout(function(){E.devtools&&ne&&ne.emit("init",dn)},0),t.default=dn}.call(this,n(44),n(337).setImmediate)},function(e,t,n){"use strict";var r=n(0);e.exports={hasLines:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("lines")},hasMarkers:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("markers")},hasText:function(e){return e.visible&&e.mode&&-1!==e.mode.indexOf("text")},isBubble:function(e){return r.isPlainObject(e.marker)&&Array.isArray(e.marker.size)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(31),l=n(288),o=n(19).LINE_SPACING;function s(e,t){return e.node().getBoundingClientRect()[t]}var u=/([^$]*)([$]+[^$]*[$]+)([^$]*)/;t.convertToTspans=function(e,n,l){var g=e.text(),L=!e.attr("data-notex")&&"undefined"!=typeof MathJax&&g.match(u),D=r.select(e.node().parentNode);if(!D.empty()){var B=e.attr("class")?e.attr("class").split(" ")[0]:"text";return B+="-math",D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove(),e.style("display",null).attr({"data-unformatted":g,"data-math":"N"}),L?(n&&n._promises||[]).push(new Promise(function(t){e.style("display","none");var n={fontSize:parseInt(e.style("font-size"),10)};!function(e,t,n){var i="math-output-"+a.randstr([],64),l=r.select("body").append("div").attr({id:i}).style({visibility:"hidden",position:"absolute"}).style({"font-size":t.fontSize+"px"}).text((o=e,o.replace(c,"\\lt ").replace(d,"\\gt ")));var o;MathJax.Hub.Queue(["Typeset",MathJax.Hub,l.node()],function(){var t=r.select("body").select("#MathJax_SVG_glyphs");if(l.select(".MathJax_SVG").empty()||!l.select("svg").node())a.log("There was an error in the tex syntax.",e),n();else{var i=l.select("svg").node().getBoundingClientRect();n(l.select(".MathJax_SVG"),t,i)}l.remove()})}(L[2],n,function(n,r,a){D.selectAll("svg."+B).remove(),D.selectAll("g."+B+"-group").remove();var i=n&&n.select("svg");if(!i||!i.node())return S(),void t();var o=D.append("g").classed(B+"-group",!0).attr({"pointer-events":"none","data-unformatted":g,"data-math":"Y"});o.node().appendChild(i.node()),r&&r.node()&&i.node().insertBefore(r.node().cloneNode(!0),i.node().firstChild),i.attr({class:B,height:a.height,preserveAspectRatio:"xMinYMin meet"}).style({overflow:"visible","pointer-events":"none"});var u=e.style("fill")||"black";i.select("g").attr({fill:u,stroke:u});var c=s(i,"width"),d=s(i,"height"),f=+e.attr("x")-c*{start:0,middle:.5,end:1}[e.attr("text-anchor")||"start"],h=-(parseInt(e.style("font-size"),10)||s(e,"height"))/4;"y"===B[0]?(o.attr({transform:"rotate("+[-90,+e.attr("x"),+e.attr("y")]+") translate("+[-c/2,h-d/2]+")"}),i.attr({x:+e.attr("x"),y:+e.attr("y")})):"l"===B[0]?i.attr({x:e.attr("x"),y:h-d/2}):"a"===B[0]?i.attr({x:0,y:h}):i.attr({x:f,y:+e.attr("y")+h-d/2}),l&&l.call(e,o),t(o)})})):S(),e}function S(){D.empty()||(B=e.attr("class")+"-math",D.select("svg."+B).remove()),e.text("").style("white-space","pre"),function(e,t){t=(n=t,function(e,t){if(!e)return"";for(var n=0;n<t.length;n++){var r=t[n];e=e.replace(r.regExp,r.sub)}return e}(n,m)).replace(_," ");var n;var l,s=!1,u=[],c=-1;function d(){c++;var t=document.createElementNS(i.svg,"tspan");r.select(t).attr({class:"line",dy:c*o+"em"}),e.appendChild(t),l=t;var n=u;if(u=[{node:t}],n.length>1)for(var a=1;a<n.length;a++)g(n[a])}function g(e){var t,n=e.type,a={};if("a"===n){t="a";var o=e.target,s=e.href,c=e.popup;s&&(a={"xlink:xlink:show":"_blank"===o||"_"!==o.charAt(0)?"new":"replace",target:o,"xlink:xlink:href":s},c&&(a.onclick='window.open("'+s+'","'+o+'","'+c+'");return false;'))}else t="tspan";e.style&&(a.style=e.style);var d=document.createElementNS(i.svg,t);if("sup"===n||"sub"===n){L(l,v),l.appendChild(d);var f=document.createElementNS(i.svg,"tspan");L(f,v),r.select(f).attr("dy",p[n]),a.dy=h[n],l.appendChild(d),l.appendChild(f)}else l.appendChild(d);r.select(d).attr(a),l=e.node=d,u.push(e)}function L(e,t){e.appendChild(document.createTextNode(t))}function D(e){var n=u.pop();e!==n.type&&a.log("Start tag <"+n.type+"> doesnt match end tag <"+e+">. Pretending it did match.",t),l=u[u.length-1].node}b.test(t)?d():(l=e,u=[{node:e}]);for(var B=t.split(T),S=0;S<B.length;S++){var G=B[S],W=G.match(M),z=W&&W[2].toLowerCase(),O=f[z];if("br"===z)d();else if(void 0===O)L(l,G);else if(W[1])D(z);else{var P=W[4],R={type:z},E=A(P,K);if(E?(E=E.replace(w,"$1 fill:"),O&&(E+=";"+O)):O&&(E=O),E&&(R.style=E),"a"===z){s=!0;var j=A(P,k);if(j){var I=document.createElement("a");I.href=j,-1!==y.indexOf(I.protocol)&&(R.href=j,R.target=A(P,x)||"_blank",R.popup=A(P,C))}}g(R)}}return s}(e.node(),g)&&e.style("pointer-events","all"),t.positionText(e),l&&l.call(e)}};var c=/(<|<|<)/g,d=/(>|>|>)/g;var f={sup:"font-size:70%",sub:"font-size:70%",b:"font-weight:bold",i:"font-style:italic",a:"cursor:pointer",span:"",em:"font-style:italic;font-weight:bold"},h={sub:"0.3em",sup:"-0.6em"},p={sub:"-0.21em",sup:"0.42em"},v="โ",y=["http:","https:","mailto:","",void 0,":"],g=new RegExp("</?("+Object.keys(f).join("|")+")( [^>]*)?/?>","g"),m=Object.keys(l.entityToUnicode).map(function(e){return{regExp:new RegExp("&"+e+";","g"),sub:l.entityToUnicode[e]}}),_=/(\r\n?|\n)/g,T=/(<[^<>]*>)/,M=/<(\/?)([^ >]*)(\s+(.*))?>/i,b=/<br(\s+.*)?>/i,K=/(^|[\s"'])style\s*=\s*("([^"]*);?"|'([^']*);?')/i,k=/(^|[\s"'])href\s*=\s*("([^"]*)"|'([^']*)')/i,x=/(^|[\s"'])target\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i,C=/(^|[\s"'])popup\s*=\s*("([^"\s]*)"|'([^'\s]*)')/i;function A(e,t){if(!e)return null;var n=e.match(t);return n&&(n[3]||n[4])}var w=/(^|;)\s*color:/;function L(e,t,n){var r,a,i,l=n.horizontalAlign,o=n.verticalAlign||"top",s=e.node().getBoundingClientRect(),u=t.node().getBoundingClientRect();return a="bottom"===o?function(){return s.bottom-r.height}:"middle"===o?function(){return s.top+(s.height-r.height)/2}:function(){return s.top},i="right"===l?function(){return s.right-r.width}:"center"===l?function(){return s.left+(s.width-r.width)/2}:function(){return s.left},function(){return r=this.node().getBoundingClientRect(),this.style({top:a()-u.top+"px",left:i()-u.left+"px","z-index":1e3}),this}}t.plainText=function(e){return(e||"").replace(g," ")},t.lineCount=function(e){return e.selectAll("tspan.line").size()||1},t.positionText=function(e,t,n){return e.each(function(){var e=r.select(this);function a(t,n){return void 0===n?null===(n=e.attr(t))&&(e.attr(t,0),n=0):e.attr(t,n),n}var i=a("x",t),l=a("y",n);"text"===this.nodeName&&e.selectAll("tspan.line").attr({x:i,y:l})})},t.makeEditable=function(e,t){var n=t.gd,a=t.delegate,i=r.dispatch("edit","input","cancel"),l=a||e;if(e.style({"pointer-events":a?"none":"all"}),1!==e.size())throw new Error("boo");function o(){var a,o;a=r.select(n).select(".svg-container"),(o=a.append("div")).classed("plugin-editable editable",!0).style({position:"absolute","font-family":e.style("font-family")||"Arial","font-size":e.style("font-size")||12,color:t.fill||e.style("fill")||"black",opacity:1,"background-color":t.background||"transparent",outline:"#ffffff33 1px solid",margin:[-parseFloat(e.style("font-size"))/8+1,0,0,-1].join("px ")+"px",padding:"0","box-sizing":"border-box"}).attr({contenteditable:!0}).text(t.text||e.attr("data-unformatted")).call(L(e,a,t)).on("blur",function(){n._editing=!1,e.text(this.textContent).style({opacity:1});var t,a=r.select(this).attr("class");(t=a?"."+a.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(t).style({opacity:0});var l=this.textContent;r.select(this).transition().duration(0).remove(),r.select(document).on("mouseup",null),i.edit.call(e,l)}).on("focus",function(){var e=this;n._editing=!0,r.select(document).on("mouseup",function(){if(r.event.target===e)return!1;document.activeElement===o.node()&&o.node().blur()})}).on("keyup",function(){27===r.event.which?(n._editing=!1,e.style({opacity:1}),r.select(this).style({opacity:0}).on("blur",function(){return!1}).transition().remove(),i.cancel.call(e,this.textContent)):(i.input.call(e,this.textContent),r.select(this).call(L(e,a,t)))}).on("keydown",function(){13===r.event.which&&this.blur()}).call(s),e.style({opacity:0});var u,c=l.attr("class");(u=c?"."+c.split(" ")[0]+"-math-group":"[class*=-math-group]")&&r.select(e.node().parentNode).select(u).style({opacity:0})}function s(e){var t=e.node(),n=document.createRange();n.selectNodeContents(t);var r=window.getSelection();r.removeAllRanges(),r.addRange(n),t.focus()}return t.immediate?o():l.on("click",o),r.rebind(e,i,"on")}},function(e,t,n){"use strict";e.exports={idRegex:{x:/^x([2-9]|[1-9][0-9]+)?$/,y:/^y([2-9]|[1-9][0-9]+)?$/},attrRegex:{x:/^xaxis([2-9]|[1-9][0-9]+)?$/,y:/^yaxis([2-9]|[1-9][0-9]+)?$/},xAxisMatch:/^xaxis[0-9]*$/,yAxisMatch:/^yaxis[0-9]*$/,AX_ID_PATTERN:/^[xyz][0-9]*$/,AX_NAME_PATTERN:/^[xyz]axis[0-9]*$/,MINDRAG:8,MINSELECT:12,MINZOOM:20,DRAGGERSIZE:20,BENDPX:1.5,REDRAWDELAY:50,DFLTRANGEX:[-1,6],DFLTRANGEY:[-1,4]}},function(e,t,n){"use strict";e.exports={BADNUM:void 0,FP_SAFE:Number.MAX_VALUE/1e4,ONEAVGYEAR:315576e5,ONEAVGMONTH:26298e5,ONEDAY:864e5,ONEHOUR:36e5,ONEMIN:6e4,ONESEC:1e3,EPOCHJD:2440587.5,ALMOST_EQUAL:1-1e-6}},function(e,t,n){"use strict";e.exports={family:{valType:"string",role:"style",noBlank:!0,strict:!0,description:["HTML font family - the typeface that will be applied by the web browser.","The web browser will only be able to apply a font if it is available on the system","which it operates. Provide multiple font families, separated by commas, to indicate","the preference in which to apply fonts if they aren't available on the system.","The plotly service (at https://plot.ly or on-premise) generates images on a server,","where only a select number of","fonts are installed and supported.","These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*,","*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,","*PT Sans Narrow*, *Raleway*, *Times New Roman*."].join(" ")},size:{valType:"number",role:"style",min:1},color:{valType:"color",role:"style"}}},function(e,t,n){"use strict";var r=n(4),a=n(9),i=n(0),l=n(15);function o(e,t,n){var r=e._fullLayout;if(!r)return[];function i(e,n){for(var r=Object.keys(e),a=/^[xyz]axis[0-9]*/,i=[],l=0;l<r.length;l++){var o=r[l];t&&o.charAt(0)!==t||a.test(o)&&i.push(n+o)}return i.sort()}var l=i(r,"");if(n)return l;for(var o=a.getSubplotIds(r,"gl3d")||[],s=0;s<o.length;s++){var u=o[s];l=l.concat(i(r[u],u+"."))}return l}t.id2name=function(e){if("string"==typeof e&&e.match(l.AX_ID_PATTERN)){var t=e.substr(1);return"1"===t&&(t=""),e.charAt(0)+"axis"+t}},t.name2id=function(e){if(e.match(l.AX_NAME_PATTERN)){var t=e.substr(5);return"1"===t&&(t=""),e.charAt(0)+t}},t.cleanId=function(e,t){if(e.match(l.AX_ID_PATTERN)&&(!t||e.charAt(0)===t)){var n=e.substr(1).replace(/^0+/,"");return"1"===n&&(n=""),e.charAt(0)+n}},t.list=function(e,t,n){return o(e,t,n).map(function(t){return i.nestedProperty(e._fullLayout,t).get()})},t.listIds=function(e,n){return o(e,n,!0).map(t.name2id)},t.getFromId=function(e,n,r){var a=e._fullLayout;return"x"===r?n=n.replace(/y[0-9]*/,""):"y"===r&&(n=n.replace(/x[0-9]*/,"")),a[t.id2name(n)]},t.getFromTrace=function(e,n,a){var i=e._fullLayout,l=null;if(r.traceIs(n,"gl3d")){var o=n.scene;"scene"===o.substr(0,5)&&(l=i[o][a+"axis"])}else l=t.getFromId(e,n[a+"axis"]||a);return l}},function(e,t,n){"use strict";e.exports={FROM_BL:{left:0,center:.5,right:1,bottom:0,middle:.5,top:1},FROM_TL:{left:0,center:.5,right:1,bottom:1,middle:.5,top:0},LINE_SPACING:1.3}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(15),l=n(96),o=e.exports={};o.align=n(266),o.getCursor=n(265);var s=n(264);function u(){var e=document.createElement("div");e.className="dragcover";var t=e.style;return t.position="fixed",t.left=0,t.right=0,t.top=0,t.bottom=0,t.zIndex=999999999,t.background="none",document.body.appendChild(e),e}o.unhover=s.wrapped,o.unhoverRaw=s.raw,o.init=function(e){var t,n,s,c,d,f=e.gd,h=1,p=l.DBLCLICKDELAY;function v(r){var l=r.clientX-t,s=r.clientY-n,u=e.minDrag||i.MINDRAG;return Math.abs(l)<u&&(l=0),Math.abs(s)<u&&(s=0),(l||s)&&(f._dragged=!0,o.unhover(f)),e.moveFn&&e.moveFn(l,s,f._dragged),a.pauseEvent(r)}function y(t){if(c.onmousemove=null,c.onmouseup=null,c.onmouseout=null,a.removeElement(c),f._dragging){if(f._dragging=!1,(new Date).getTime()-f._mouseDownTime>p&&(h=Math.max(h-1,1)),e.doneFn&&e.doneFn(f._dragged,h,t),!f._dragged){var n;try{n=new MouseEvent("click",t)}catch(e){(n=document.createEvent("MouseEvents")).initMouseEvent("click",t.bubbles,t.cancelable,t.view,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget)}d.dispatchEvent(n)}return function(e){e._dragging=!1,e._replotPending&&r.plot(e)}(f),f._dragged=!1,a.pauseEvent(t)}f._dragged=!1}f._mouseDownTime||(f._mouseDownTime=0),e.element.onmousedown=function(r){return f._dragged=!1,f._dragging=!0,t=r.clientX,n=r.clientY,d=r.target,(s=(new Date).getTime())-f._mouseDownTime<p?h+=1:(h=1,f._mouseDownTime=s),e.prepFn&&e.prepFn(r,t,n),(c=u()).onmousemove=v,c.onmouseup=y,c.onmouseout=y,c.style.cursor=window.getComputedStyle(e.element).cursor,a.pauseEvent(r)},e.element.style.pointerEvents="all"},o.coverSlip=u},function(e,t,n){var r;!function(a){var i=/^\s+/,l=/\s+$/,o=0,s=a.round,u=a.min,c=a.max,d=a.random;function f(e,t){if(e=e||"",t=t||{},e instanceof f)return e;if(!(this instanceof f))return new f(e,t);var n=function(e){var t={r:0,g:0,b:0},n=1,r=null,o=null,s=null,d=!1,f=!1;"string"==typeof e&&(e=function(e){e=e.replace(i,"").replace(l,"").toLowerCase();var t,n=!1;if(D[e])e=D[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};if(t=F.rgb.exec(e))return{r:t[1],g:t[2],b:t[3]};if(t=F.rgba.exec(e))return{r:t[1],g:t[2],b:t[3],a:t[4]};if(t=F.hsl.exec(e))return{h:t[1],s:t[2],l:t[3]};if(t=F.hsla.exec(e))return{h:t[1],s:t[2],l:t[3],a:t[4]};if(t=F.hsv.exec(e))return{h:t[1],s:t[2],v:t[3]};if(t=F.hsva.exec(e))return{h:t[1],s:t[2],v:t[3],a:t[4]};if(t=F.hex8.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),a:E(t[4]),format:n?"name":"hex8"};if(t=F.hex6.exec(e))return{r:z(t[1]),g:z(t[2]),b:z(t[3]),format:n?"name":"hex"};if(t=F.hex4.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),a:E(t[4]+""+t[4]),format:n?"name":"hex8"};if(t=F.hex3.exec(e))return{r:z(t[1]+""+t[1]),g:z(t[2]+""+t[2]),b:z(t[3]+""+t[3]),format:n?"name":"hex"};return!1}(e));"object"==typeof e&&($(e.r)&&$(e.g)&&$(e.b)?(h=e.r,p=e.g,v=e.b,t={r:255*G(h,255),g:255*G(p,255),b:255*G(v,255)},d=!0,f="%"===String(e.r).substr(-1)?"prgb":"rgb"):$(e.h)&&$(e.s)&&$(e.v)?(r=P(e.s),o=P(e.v),t=function(e,t,n){e=6*G(e,360),t=G(t,100),n=G(n,100);var r=a.floor(e),i=e-r,l=n*(1-t),o=n*(1-i*t),s=n*(1-(1-i)*t),u=r%6;return{r:255*[n,o,l,l,s,n][u],g:255*[s,n,n,o,l,l][u],b:255*[l,l,s,n,n,o][u]}}(e.h,r,o),d=!0,f="hsv"):$(e.h)&&$(e.s)&&$(e.l)&&(r=P(e.s),s=P(e.l),t=function(e,t,n){var r,a,i;function l(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}if(e=G(e,360),t=G(t,100),n=G(n,100),0===t)r=a=i=n;else{var o=n<.5?n*(1+t):n+t-n*t,s=2*n-o;r=l(s,o,e+1/3),a=l(s,o,e),i=l(s,o,e-1/3)}return{r:255*r,g:255*a,b:255*i}}(e.h,r,s),d=!0,f="hsl"),e.hasOwnProperty("a")&&(n=e.a));var h,p,v;return n=S(n),{ok:d,format:e.format||f,r:u(255,c(t.r,0)),g:u(255,c(t.g,0)),b:u(255,c(t.b,0)),a:n}}(e);this._originalInput=e,this._r=n.r,this._g=n.g,this._b=n.b,this._a=n.a,this._roundA=s(100*this._a)/100,this._format=t.format||n.format,this._gradientType=t.gradientType,this._r<1&&(this._r=s(this._r)),this._g<1&&(this._g=s(this._g)),this._b<1&&(this._b=s(this._b)),this._ok=n.ok,this._tc_id=o++}function h(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=(i+l)/2;if(i==l)r=a=0;else{var s=i-l;switch(a=o>.5?s/(2-i-l):s/(i+l),i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,l:o}}function p(e,t,n){e=G(e,255),t=G(t,255),n=G(n,255);var r,a,i=c(e,t,n),l=u(e,t,n),o=i,s=i-l;if(a=0===i?0:s/i,i==l)r=0;else{switch(i){case e:r=(t-n)/s+(t<n?6:0);break;case t:r=(n-e)/s+2;break;case n:r=(e-t)/s+4}r/=6}return{h:r,s:a,v:o}}function v(e,t,n,r){var a=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))];return r&&a[0].charAt(0)==a[0].charAt(1)&&a[1].charAt(0)==a[1].charAt(1)&&a[2].charAt(0)==a[2].charAt(1)?a[0].charAt(0)+a[1].charAt(0)+a[2].charAt(0):a.join("")}function y(e,t,n,r){return[O(R(r)),O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16))].join("")}function g(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s-=t/100,n.s=W(n.s),f(n)}function m(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.s+=t/100,n.s=W(n.s),f(n)}function _(e){return f(e).desaturate(100)}function T(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l+=t/100,n.l=W(n.l),f(n)}function M(e,t){t=0===t?0:t||10;var n=f(e).toRgb();return n.r=c(0,u(255,n.r-s(-t/100*255))),n.g=c(0,u(255,n.g-s(-t/100*255))),n.b=c(0,u(255,n.b-s(-t/100*255))),f(n)}function b(e,t){t=0===t?0:t||10;var n=f(e).toHsl();return n.l-=t/100,n.l=W(n.l),f(n)}function K(e,t){var n=f(e).toHsl(),r=(n.h+t)%360;return n.h=r<0?360+r:r,f(n)}function k(e){var t=f(e).toHsl();return t.h=(t.h+180)%360,f(t)}function x(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+120)%360,s:t.s,l:t.l}),f({h:(n+240)%360,s:t.s,l:t.l})]}function C(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+90)%360,s:t.s,l:t.l}),f({h:(n+180)%360,s:t.s,l:t.l}),f({h:(n+270)%360,s:t.s,l:t.l})]}function A(e){var t=f(e).toHsl(),n=t.h;return[f(e),f({h:(n+72)%360,s:t.s,l:t.l}),f({h:(n+216)%360,s:t.s,l:t.l})]}function w(e,t,n){t=t||6,n=n||30;var r=f(e).toHsl(),a=360/n,i=[f(e)];for(r.h=(r.h-(a*t>>1)+720)%360;--t;)r.h=(r.h+a)%360,i.push(f(r));return i}function L(e,t){t=t||6;for(var n=f(e).toHsv(),r=n.h,a=n.s,i=n.v,l=[],o=1/t;t--;)l.push(f({h:r,s:a,v:i})),i=(i+o)%1;return l}f.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,n,r=this.toRgb();return e=r.r/255,t=r.g/255,n=r.b/255,.2126*(e<=.03928?e/12.92:a.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:a.pow((t+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:a.pow((n+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=s(100*this._a)/100,this},toHsv:function(){var e=p(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=p(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.v);return 1==this._a?"hsv("+t+", "+n+"%, "+r+"%)":"hsva("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHsl:function(){var e=h(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=h(this._r,this._g,this._b),t=s(360*e.h),n=s(100*e.s),r=s(100*e.l);return 1==this._a?"hsl("+t+", "+n+"%, "+r+"%)":"hsla("+t+", "+n+"%, "+r+"%, "+this._roundA+")"},toHex:function(e){return v(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,n,r,a){var i=[O(s(e).toString(16)),O(s(t).toString(16)),O(s(n).toString(16)),O(R(r))];if(a&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1))return i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0);return i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:s(this._r),g:s(this._g),b:s(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+s(this._r)+", "+s(this._g)+", "+s(this._b)+")":"rgba("+s(this._r)+", "+s(this._g)+", "+s(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:s(100*G(this._r,255))+"%",g:s(100*G(this._g,255))+"%",b:s(100*G(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%)":"rgba("+s(100*G(this._r,255))+"%, "+s(100*G(this._g,255))+"%, "+s(100*G(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(B[v(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+y(this._r,this._g,this._b,this._a),n=t,r=this._gradientType?"GradientType = 1, ":"";if(e){var a=f(e);n="#"+y(a._r,a._g,a._b,a._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+t+",endColorstr="+n+")"},toString:function(e){var t=!!e;e=e||this._format;var n=!1,r=this._a<1&&this._a>=0;return t||!r||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(n=this.toRgbString()),"prgb"===e&&(n=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(n=this.toHexString()),"hex3"===e&&(n=this.toHexString(!0)),"hex4"===e&&(n=this.toHex8String(!0)),"hex8"===e&&(n=this.toHex8String()),"name"===e&&(n=this.toName()),"hsl"===e&&(n=this.toHslString()),"hsv"===e&&(n=this.toHsvString()),n||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return f(this.toString())},_applyModification:function(e,t){var n=e.apply(null,[this].concat([].slice.call(t)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(T,arguments)},brighten:function(){return this._applyModification(M,arguments)},darken:function(){return this._applyModification(b,arguments)},desaturate:function(){return this._applyModification(g,arguments)},saturate:function(){return this._applyModification(m,arguments)},greyscale:function(){return this._applyModification(_,arguments)},spin:function(){return this._applyModification(K,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(w,arguments)},complement:function(){return this._applyCombination(k,arguments)},monochromatic:function(){return this._applyCombination(L,arguments)},splitcomplement:function(){return this._applyCombination(A,arguments)},triad:function(){return this._applyCombination(x,arguments)},tetrad:function(){return this._applyCombination(C,arguments)}},f.fromRatio=function(e,t){if("object"==typeof e){var n={};for(var r in e)e.hasOwnProperty(r)&&(n[r]="a"===r?e[r]:P(e[r]));e=n}return f(e,t)},f.equals=function(e,t){return!(!e||!t)&&f(e).toRgbString()==f(t).toRgbString()},f.random=function(){return f.fromRatio({r:d(),g:d(),b:d()})},f.mix=function(e,t,n){n=0===n?0:n||50;var r=f(e).toRgb(),a=f(t).toRgb(),i=n/100;return f({r:(a.r-r.r)*i+r.r,g:(a.g-r.g)*i+r.g,b:(a.b-r.b)*i+r.b,a:(a.a-r.a)*i+r.a})},f.readability=function(e,t){var n=f(e),r=f(t);return(a.max(n.getLuminance(),r.getLuminance())+.05)/(a.min(n.getLuminance(),r.getLuminance())+.05)},f.isReadable=function(e,t,n){var r,a,i=f.readability(e,t);switch(a=!1,(r=function(e){var t,n;t=((e=e||{level:"AA",size:"small"}).level||"AA").toUpperCase(),n=(e.size||"small").toLowerCase(),"AA"!==t&&"AAA"!==t&&(t="AA");"small"!==n&&"large"!==n&&(n="small");return{level:t,size:n}}(n)).level+r.size){case"AAsmall":case"AAAlarge":a=i>=4.5;break;case"AAlarge":a=i>=3;break;case"AAAsmall":a=i>=7}return a},f.mostReadable=function(e,t,n){var r,a,i,l,o=null,s=0;a=(n=n||{}).includeFallbackColors,i=n.level,l=n.size;for(var u=0;u<t.length;u++)(r=f.readability(e,t[u]))>s&&(s=r,o=f(t[u]));return f.isReadable(e,o,{level:i,size:l})||!a?o:(n.includeFallbackColors=!1,f.mostReadable(e,["#fff","#000"],n))};var D=f.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},B=f.hexNames=function(e){var t={};for(var n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}(D);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function G(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var n=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=u(t,c(0,parseFloat(e))),n&&(e=parseInt(e*t,10)/100),a.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function W(e){return u(1,c(0,e))}function z(e){return parseInt(e,16)}function O(e){return 1==e.length?"0"+e:""+e}function P(e){return e<=1&&(e=100*e+"%"),e}function R(e){return a.round(255*parseFloat(e)).toString(16)}function E(e){return z(e)/255}var j,I,N,F=(I="[\\s|\\(]+("+(j="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",N="[\\s|\\(]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",{CSS_UNIT:new RegExp(j),rgb:new RegExp("rgb"+I),rgba:new RegExp("rgba"+N),hsl:new RegExp("hsl"+I),hsla:new RegExp("hsla"+N),hsv:new RegExp("hsv"+I),hsva:new RegExp("hsva"+N),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function $(e){return!!F.CSS_UNIT.exec(e)}void 0!==e&&e.exports?e.exports=f:void 0===(r=function(){return f}.call(t,n,t,e))||(e.exports=r)}(Math)},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default={computed:{playersPerMatch:function(){return r.playersPerMatch(this.selectedMode)},hasTalents:function(){return r.hasTalents(this.selectedMode)},selectedActor:{get:function(){return this.$route.query.actor||"*Kinetic*"},set:function(e){this.$ga.event("Hero","update",e);var t=Object.assign({},this.$route.query,{actor:e});this.$router.push({query:t})}},selectedMode:{get:function(){return this.$route.query.mode||"blitz_pvp_ranked"},set:function(e){this.$ga.event("Mode","update",e);var t=Object.assign({},this.$route.query,{mode:e});this.$router.push({query:t})}},filterRarity:{get:function(){return this.$route.query.rarity||""},set:function(e){this.$ga.event("Rarity","update",e);var t=Object.assign({},this.$route.query,{rarity:e});this.$router.push({query:t})}},filterName:{get:function(){return this.$route.query.search||""},set:function(e){this.$ga.event("Search","update",e);var t=Object.assign({},this.$route.query,{search:e});this.$router.push({query:t})}},filterLowPickrate:{get:function(){return 1==this.$route.query.lowPickrate},set:function(e){this.$ga.event("LowPickrate","update",e);var t=Object.assign({},this.$route.query,{lowPickrate:e});this.$router.push({query:t})}}}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(101).dash,l=n(10).extendFlat,o=n(15);e.exports={visible:{valType:"boolean",role:"info",description:["A single toggle to hide the axis while preserving interaction like dragging.","Default is true when a cheater plot is present on the axis, otherwise","false"].join(" ")},color:{valType:"color",dflt:a.defaultLine,role:"style",description:["Sets default for all colors associated with this axis","all at once: line, font, tick, and grid colors.","Grid color is lightened by blending this with the plot background","Individual pieces can override this."].join(" ")},title:{valType:"string",role:"info",description:"Sets the title of this axis."},titlefont:l({},r,{description:["Sets this axis' title font."].join(" ")}),type:{valType:"enumerated",values:["-","linear","log","date","category"],dflt:"-",role:"info",description:["Sets the axis type.","By default, plotly attempts to determined the axis type","by looking into the data of the traces that referenced","the axis in question."].join(" ")},autorange:{valType:"enumerated",values:[!0,!1,"reversed"],dflt:!0,role:"style",description:["Determines whether or not the range of this axis is","computed in relation to the input data.","See `rangemode` for more info.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},rangemode:{valType:"enumerated",values:["normal","tozero","nonnegative"],dflt:"normal",role:"style",description:["If *normal*, the range is computed in relation to the extrema","of the input data.","If *tozero*`, the range extends to 0,","regardless of the input data","If *nonnegative*, the range is non-negative,","regardless of the input data."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of this axis.","If the axis `type` is *log*, then you must take the log of your","desired range (e.g. to set the range from 1 to 100,","set the range from 0 to 2).","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},fixedrange:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not this axis is zoom-able.","If true, then zoom is disabled."].join(" ")},scaleanchor:{valType:"enumerated",values:[o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to another axis id (e.g. `x2`, `y`), the range of this axis","changes together with the range of the corresponding axis","such that the scale of pixels per unit is in a constant ratio.","Both axes are still zoomable, but when you zoom one, the other will","zoom the same amount, keeping a fixed midpoint.","`constrain` and `constraintoward` determine how we enforce the constraint.","You can chain these, ie `yaxis: {scaleanchor: *x*}, xaxis2: {scaleanchor: *y*}`","but you can only link axes of the same `type`.","The linked axis can have the opposite letter (to constrain the aspect ratio)","or the same letter (to match scales across subplots).","Loops (`yaxis: {scaleanchor: *x*}, xaxis: {scaleanchor: *y*}` or longer) are redundant","and the last constraint encountered will be ignored to avoid possible","inconsistent constraints via `scaleratio`."].join(" ")},scaleratio:{valType:"number",min:0,dflt:1,role:"info",description:["If this axis is linked to another by `scaleanchor`, this determines the pixel","to unit scale ratio. For example, if this value is 10, then every unit on","this axis spans 10 times the number of pixels as a unit on the linked axis.","Use this for example to create an elevation profile where the vertical scale","is exaggerated a fixed amount with respect to the horizontal."].join(" ")},constrain:{valType:"enumerated",values:["range","domain"],dflt:"range",role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines how that happens:","by increasing the *range* (default), or by decreasing the *domain*."].join(" ")},constraintoward:{valType:"enumerated",values:["left","center","right","top","middle","bottom"],role:"info",description:["If this axis needs to be compressed (either due to its own `scaleanchor` and","`scaleratio` or those of the other axis), determines which direction we push","the originally specified plot area. Options are *left*, *center* (default),","and *right* for x axes, and *top*, *middle* (default), and *bottom* for y axes."].join(" ")},tickmode:{valType:"enumerated",values:["auto","linear","array"],role:"info",description:["Sets the tick mode for this axis.","If *auto*, the number of ticks is set via `nticks`.","If *linear*, the placement of the ticks is determined by","a starting position `tick0` and a tick step `dtick`","(*linear* is the default value if `tick0` and `dtick` are provided).","If *array*, the placement of the ticks is set via `tickvals`","and the tick text is `ticktext`.","(*array* is the default value if `tickvals` is provided)."].join(" ")},nticks:{valType:"integer",min:0,dflt:0,role:"style",description:["Specifies the maximum number of ticks for the particular axis.","The actual number of ticks will be chosen automatically to be","less than or equal to `nticks`.","Has an effect only if `tickmode` is set to *auto*."].join(" ")},tick0:{valType:"any",role:"style",description:["Sets the placement of the first tick on this axis.","Use with `dtick`.","If the axis `type` is *log*, then you must take the log of your starting tick","(e.g. to set the starting tick to 100, set the `tick0` to 2)","except when `dtick`=*L<f>* (see `dtick` for more info).","If the axis `type` is *date*, it should be a date string, like date data.","If the axis `type` is *category*, it should be a number, using the scale where","each category is assigned a serial number from zero in the order it appears."].join(" ")},dtick:{valType:"any",role:"style",description:["Sets the step in-between ticks on this axis. Use with `tick0`.","Must be a positive number, or special strings available to *log* and *date* axes.","If the axis `type` is *log*, then ticks are set every 10^(n*dtick) where n","is the tick number. For example,","to set a tick mark at 1, 10, 100, 1000, ... set dtick to 1.","To set tick marks at 1, 100, 10000, ... set dtick to 2.","To set tick marks at 1, 5, 25, 125, 625, 3125, ... set dtick to log_10(5), or 0.69897000433.","*log* has several special values; *L<f>*, where `f` is a positive number,","gives ticks linearly spaced in value (but not position).","For example `tick0` = 0.1, `dtick` = *L0.5* will put ticks at 0.1, 0.6, 1.1, 1.6 etc.","To show powers of 10 plus small digits between, use *D1* (all digits) or *D2* (only 2 and 5).","`tick0` is ignored for *D1* and *D2*.","If the axis `type` is *date*, then you must convert the time to milliseconds.","For example, to set the interval between ticks to one day,","set `dtick` to 86400000.0.","*date* also has special values *M<n>* gives ticks spaced by a number of months.","`n` must be a positive integer.","To set ticks on the 15th of every third month, set `tick0` to *2000-01-15* and `dtick` to *M3*.","To set ticks every 4 years, set `dtick` to *M48*"].join(" ")},tickvals:{valType:"data_array",description:["Sets the values at which ticks on this axis appear.","Only has an effect if `tickmode` is set to *array*.","Used with `ticktext`."].join(" ")},ticktext:{valType:"data_array",description:["Sets the text displayed at the ticks position via `tickvals`.","Only has an effect if `tickmode` is set to *array*.","Used with `tickvals`."].join(" ")},ticks:{valType:"enumerated",values:["outside","inside",""],role:"style",description:["Determines whether ticks are drawn or not.","If **, this axis' ticks are not drawn.","If *outside* (*inside*), this axis' are drawn outside (inside)","the axis lines."].join(" ")},mirror:{valType:"enumerated",values:[!0,"ticks",!1,"all","allticks"],dflt:!1,role:"style",description:["Determines if the axis lines or/and ticks are mirrored to","the opposite side of the plotting area.","If *true*, the axis lines are mirrored.","If *ticks*, the axis lines and ticks are mirrored.","If *false*, mirroring is disable.","If *all*, axis lines are mirrored on all shared-axes subplots.","If *allticks*, axis lines and ticks are mirrored","on all shared-axes subplots."].join(" ")},ticklen:{valType:"number",min:0,dflt:5,role:"style",description:"Sets the tick length (in px)."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},tickcolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the tick color."},showticklabels:{valType:"boolean",dflt:!0,role:"style",description:"Determines whether or not the tick labels are drawn."},showspikes:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not spikes (aka droplines) are drawn for this axis.","Note: This only takes affect when hovermode = closest"].join(" ")},spikecolor:{valType:"color",dflt:null,role:"style",description:"Sets the spike color. If undefined, will use the series color"},spikethickness:{valType:"number",dflt:3,role:"style",description:"Sets the width (in px) of the zero line."},spikedash:l({},i,{dflt:"dash"}),spikemode:{valType:"flaglist",flags:["toaxis","across","marker"],role:"style",dflt:"toaxis",description:["Determines the drawing mode for the spike line","If *toaxis*, the line is drawn from the data point to the axis the ","series is plotted on.","If *across*, the line is drawn across the entire plot area, and","supercedes *toaxis*.","If *marker*, then a marker dot is drawn on the axis the series is","plotted on"].join(" ")},tickfont:l({},r,{description:"Sets the tick font."}),tickangle:{valType:"angle",dflt:"auto",role:"style",description:["Sets the angle of the tick labels with respect to the horizontal.","For example, a `tickangle` of -90 draws the tick labels","vertically."].join(" ")},tickprefix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label prefix."},showtickprefix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all tick labels are displayed with a prefix.","If *first*, only the first tick is displayed with a prefix.","If *last*, only the last tick is displayed with a suffix.","If *none*, tick prefixes are hidden."].join(" ")},ticksuffix:{valType:"string",dflt:"",role:"style",description:"Sets a tick label suffix."},showticksuffix:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:"Same as `showtickprefix` but for tick suffixes."},showexponent:{valType:"enumerated",values:["all","first","last","none"],dflt:"all",role:"style",description:["If *all*, all exponents are shown besides their significands.","If *first*, only the exponent of the first tick is shown.","If *last*, only the exponent of the last tick is shown.","If *none*, no exponents appear."].join(" ")},exponentformat:{valType:"enumerated",values:["none","e","E","power","SI","B"],dflt:"B",role:"style",description:["Determines a formatting rule for the tick exponents.","For example, consider the number 1,000,000,000.","If *none*, it appears as 1,000,000,000.","If *e*, 1e+9.","If *E*, 1E+9.","If *power*, 1x10^9 (with 9 in a super script).","If *SI*, 1G.","If *B*, 1B."].join(" ")},separatethousands:{valType:"boolean",dflt:!1,role:"style",description:['If "true", even 4-digit integers are separated'].join(" ")},tickformat:{valType:"string",dflt:"",role:"style",description:["Sets the tick label formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},hoverformat:{valType:"string",dflt:"",role:"style",description:["Sets the hover text formatting rule using d3 formatting mini-languages","which are very similar to those in Python. For numbers, see:","https://github.com/d3/d3-format/blob/master/README.md#locale_format","And for dates see:","https://github.com/d3/d3-time-format/blob/master/README.md#locale_format","We add one item to d3's date formatter: *%{n}f* for fractional seconds","with n digits. For example, *2016-10-13 09:15:23.456* with tickformat","*%H~%M~%S.%2f* would display *09~15~23.46*"].join(" ")},showline:{valType:"boolean",dflt:!1,role:"style",description:["Determines whether or not a line bounding this axis is drawn."].join(" ")},linecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the axis line color."},linewidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the axis line."},showgrid:{valType:"boolean",role:"style",description:["Determines whether or not grid lines are drawn.","If *true*, the grid lines are drawn at every tick mark."].join(" ")},gridcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the color of the grid lines."},gridwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the grid lines."},zeroline:{valType:"boolean",role:"style",description:["Determines whether or not a line is drawn at along the 0 value","of this axis.","If *true*, the zero line is drawn on top of the grid lines."].join(" ")},zerolinecolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the line color of the zero line."},zerolinewidth:{valType:"number",dflt:1,role:"style",description:"Sets the width (in px) of the zero line."},anchor:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set to an opposite-letter axis id (e.g. `x2`, `y`), this axis is bound to","the corresponding opposite-letter axis.","If set to *free*, this axis' position is determined by `position`."].join(" ")},side:{valType:"enumerated",values:["top","bottom","left","right"],role:"info",description:["Determines whether a x (y) axis is positioned","at the *bottom* (*left*) or *top* (*right*)","of the plotting area."].join(" ")},overlaying:{valType:"enumerated",values:["free",o.idRegex.x.toString(),o.idRegex.y.toString()],role:"info",description:["If set a same-letter axis id, this axis is overlaid on top of","the corresponding same-letter axis.","If *false*, this axis does not overlay any same-letter axes."].join(" ")},domain:{valType:"info_array",role:"info",items:[{valType:"number",min:0,max:1},{valType:"number",min:0,max:1}],dflt:[0,1],description:["Sets the domain of this axis (in plot fraction)."].join(" ")},position:{valType:"number",min:0,max:1,dflt:0,role:"style",description:["Sets the position of this axis in the plotting space","(in normalized coordinates).","Only has an effect if `anchor` is set to *free*."].join(" ")},categoryorder:{valType:"enumerated",values:["trace","category ascending","category descending","array"],dflt:"trace",role:"info",description:["Specifies the ordering logic for the case of categorical variables.","By default, plotly uses *trace*, which specifies the order that is present in the data supplied.","Set `categoryorder` to *category ascending* or *category descending* if order should be determined by","the alphanumerical order of the category names.","Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category","is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to","the *trace* mode. The unspecified categories will follow the categories in `categoryarray`."].join(" ")},categoryarray:{valType:"data_array",role:"info",description:["Sets the order in which categories on this axis appear.","Only has an effect if `categoryorder` is set to *array*.","Used with `categoryorder`."].join(" ")},_deprecated:{autotick:{valType:"boolean",role:"info",description:["Obsolete.","Set `tickmode` to *auto* for old `autotick` *true* behavior.","Set `tickmode` to *linear* for `autotick` *false*."].join(" ")}}}},function(e,t,n){"use strict";t.defaults=["#1f77b4","#ff7f0e","#2ca02c","#d62728","#9467bd","#8c564b","#e377c2","#7f7f7f","#bcbd22","#17becf"],t.defaultLine="#444",t.lightLine="#eee",t.background="#fff",t.borderLine="#BEC8D9",t.lightFraction=1e3/11},function(e,t,n){"use strict";e.exports={Greys:[[0,"rgb(0,0,0)"],[1,"rgb(255,255,255)"]],YlGnBu:[[0,"rgb(8,29,88)"],[.125,"rgb(37,52,148)"],[.25,"rgb(34,94,168)"],[.375,"rgb(29,145,192)"],[.5,"rgb(65,182,196)"],[.625,"rgb(127,205,187)"],[.75,"rgb(199,233,180)"],[.875,"rgb(237,248,217)"],[1,"rgb(255,255,217)"]],Greens:[[0,"rgb(0,68,27)"],[.125,"rgb(0,109,44)"],[.25,"rgb(35,139,69)"],[.375,"rgb(65,171,93)"],[.5,"rgb(116,196,118)"],[.625,"rgb(161,217,155)"],[.75,"rgb(199,233,192)"],[.875,"rgb(229,245,224)"],[1,"rgb(247,252,245)"]],YlOrRd:[[0,"rgb(128,0,38)"],[.125,"rgb(189,0,38)"],[.25,"rgb(227,26,28)"],[.375,"rgb(252,78,42)"],[.5,"rgb(253,141,60)"],[.625,"rgb(254,178,76)"],[.75,"rgb(254,217,118)"],[.875,"rgb(255,237,160)"],[1,"rgb(255,255,204)"]],Bluered:[[0,"rgb(0,0,255)"],[1,"rgb(255,0,0)"]],RdBu:[[0,"rgb(5,10,172)"],[.35,"rgb(106,137,247)"],[.5,"rgb(190,190,190)"],[.6,"rgb(220,170,132)"],[.7,"rgb(230,145,90)"],[1,"rgb(178,10,28)"]],Reds:[[0,"rgb(220,220,220)"],[.2,"rgb(245,195,157)"],[.4,"rgb(245,160,105)"],[1,"rgb(178,10,28)"]],Blues:[[0,"rgb(5,10,172)"],[.35,"rgb(40,60,190)"],[.5,"rgb(70,100,245)"],[.6,"rgb(90,120,245)"],[.7,"rgb(106,137,247)"],[1,"rgb(220,220,220)"]],Picnic:[[0,"rgb(0,0,255)"],[.1,"rgb(51,153,255)"],[.2,"rgb(102,204,255)"],[.3,"rgb(153,204,255)"],[.4,"rgb(204,204,255)"],[.5,"rgb(255,255,255)"],[.6,"rgb(255,204,255)"],[.7,"rgb(255,153,255)"],[.8,"rgb(255,102,204)"],[.9,"rgb(255,102,102)"],[1,"rgb(255,0,0)"]],Rainbow:[[0,"rgb(150,0,90)"],[.125,"rgb(0,0,200)"],[.25,"rgb(0,25,255)"],[.375,"rgb(0,152,255)"],[.5,"rgb(44,255,150)"],[.625,"rgb(151,255,0)"],[.75,"rgb(255,234,0)"],[.875,"rgb(255,111,0)"],[1,"rgb(255,0,0)"]],Portland:[[0,"rgb(12,51,131)"],[.25,"rgb(10,136,186)"],[.5,"rgb(242,211,56)"],[.75,"rgb(242,143,56)"],[1,"rgb(217,30,30)"]],Jet:[[0,"rgb(0,0,131)"],[.125,"rgb(0,60,170)"],[.375,"rgb(5,255,255)"],[.625,"rgb(255,255,0)"],[.875,"rgb(250,0,0)"],[1,"rgb(128,0,0)"]],Hot:[[0,"rgb(0,0,0)"],[.3,"rgb(230,0,0)"],[.6,"rgb(255,210,0)"],[1,"rgb(255,255,255)"]],Blackbody:[[0,"rgb(0,0,0)"],[.2,"rgb(230,0,0)"],[.4,"rgb(230,210,0)"],[.7,"rgb(255,255,255)"],[1,"rgb(160,200,255)"]],Earth:[[0,"rgb(0,0,130)"],[.1,"rgb(0,180,180)"],[.2,"rgb(40,210,40)"],[.4,"rgb(230,230,50)"],[.6,"rgb(120,70,20)"],[1,"rgb(255,255,255)"]],Electric:[[0,"rgb(0,0,0)"],[.15,"rgb(30,0,100)"],[.4,"rgb(120,0,100)"],[.6,"rgb(160,90,0)"],[.8,"rgb(230,200,0)"],[1,"rgb(255,250,220)"]],Viridis:[[0,"#440154"],[.06274509803921569,"#48186a"],[.12549019607843137,"#472d7b"],[.18823529411764706,"#424086"],[.25098039215686274,"#3b528b"],[.3137254901960784,"#33638d"],[.3764705882352941,"#2c728e"],[.4392156862745098,"#26828e"],[.5019607843137255,"#21918c"],[.5647058823529412,"#1fa088"],[.6274509803921569,"#28ae80"],[.6901960784313725,"#3fbc73"],[.7529411764705882,"#5ec962"],[.8156862745098039,"#84d44b"],[.8784313725490196,"#addc30"],[.9411764705882353,"#d8e219"],[1,"#fde725"]]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(11)),a=i(n(319));function i(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}function l(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}var o=n(318).filter(function(e){return void 0!=e.Actor}),s=new Map,u=new Map,c=new Map,d=new Map,f=new Map,h=new Map,p=new Map,v=new Map,y=new Map,g=new Map,m=new Map,_=new Map,T=new Map,M=new Map,b=0,K=[],k=a.config.api.modes,x=function(e){var t=function(t){return t.TotalPicks/u.get(e)*t.TotalWinner},n=r.playersPerMatch(e),i=o.filter(function(t){return t.Mode==e}),k=i.filter(function(e){return e.LevelBucket==function(e){return i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent}).map(function(e){return e.LevelBucket}).reduce(function(e,t){return t<e?t:e})}(e)}).map(function(e){var t,n,o=function(e,t){return e+t},s=function(e){return[].concat(l(Array(e).keys()))},u=i.filter(function(t){return t.Actor==e.Actor&&t.Talent==e.Talent&&t.LevelBucket>=0}),c=u.map(function(e){return e.LevelBucket}).sort(),d=function(e){return u.find(function(t){return t.LevelBucket==e})},f=c.map(function(e){return d(e).Count}),h=f.reduce(o,0),p=(t=[]).concat.apply(t,l(c.map(function(e,t){return s(f[t]).map(function(t){return e/a.config.self.levelBuckets})}))),v=(n=[]).concat.apply(n,l(c.map(function(e,t){return s(f[t]).map(function(t){return d(e).Winner})}))),y=p.length,g=p.reduce(o,0),m=v.reduce(o,0),_=p.map(function(e,t){return e*v[t]}).reduce(o,0),T=p.map(function(e){return e*e}).reduce(o,0),M=(v.map(function(e){return e*e}).reduce(o,0),(y*_-g*m)/(y*T-g*g)),b=(m-M*g)/y,K=v.map(function(e){return Math.pow(e-m/y,2)}).reduce(o,0),k=1-v.map(function(e,t){return Math.pow(b+M*p[t]-e,2)}).reduce(o,0)/K;return Object.assign({},e,{TalentWinrateBase:b,TalentWinrateScaling:M,TalentWinrateMax:b+M,TalentWinrateLevelScaling:M/r.getMaxLevel(e),TalentWinrateVariance:k,TotalPicks:h||e.Count,TotalWinner:m/h||e.Winner,SampleTooSmall:h<300,KillDeathPoints:r.killDeathPoints(e),ObjectivePoints:r.objectivePoints(e),BlitzPointsDelta:r.blitzPointsDelta(e),VarianceTooLarge:k<.25})});s.set(e,k),u.set(e,s.get(e).map(function(e){return e.TotalPicks}).reduce(function(e,t){return e+t},0)),b+=u.get(e)/r.playersPerMatch(e),c.set(e,s.get(e).sort(function(e,n){return t(n)-t(e)}).slice(0,10)),d.set(e,s.get(e).sort(function(e,t){return t.TotalPicks-e.TotalPicks})[0]),f.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)>1}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),m.set(e,s.get(e).filter(function(t){return 100*n*t.TotalPicks/u.get(e)<=1&&t.TotalPicks>300}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),h.set(e,s.get(e).filter(function(t){return"Rare"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),p.set(e,s.get(e).filter(function(t){return"Epic"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),v.set(e,s.get(e).filter(function(t){return"Legendary"==r.getTalentRarity(t.Talent)&&100*n*t.TotalPicks/u.get(e)}).sort(function(e,t){return t.TotalWinner-e.TotalWinner})[0]),y.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateBase}).sort(function(e,t){return t.TalentWinrateBase-e.TalentWinrateBase})[0]),g.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.TalentWinrateLevelScaling}).sort(function(e,t){return t.TalentWinrateLevelScaling-e.TalentWinrateLevelScaling})[0]),_.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.KillDeathPoints}).sort(function(e,t){return t.KillDeathPoints-e.KillDeathPoints})[0]),T.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.ObjectivePoints}).sort(function(e,t){return t.ObjectivePoints-e.ObjectivePoints})[0]),M.set(e,s.get(e).filter(function(e){return!e.SampleTooSmall&&!e.VarianceTooLarge&&!!e.BlitzPointsDelta}).sort(function(e,t){return t.BlitzPointsDelta-e.BlitzPointsDelta})[0]),0==K.length&&(K=[].concat(l(new Set(s.get(e).map(function(e){return e.Actor})))))},C=!0,A=!1,w=void 0;try{for(var L,D=k[Symbol.iterator]();!(C=(L=D.next()).done);C=!0){x(L.value)}}catch(e){A=!0,w=e}finally{try{!C&&D.return&&D.return()}finally{if(A)throw w}}t.default={getReport:function(e){return s.get(e)},getCsv:function(e){return"Hero,Talent,Rarity,Kills,Deaths,TurretKills,AverageWinrate,BaseLevelWinrate,MaxLevelWinrate,LevelWinrateVariance,Wins,Picks\n"+s.get(e).map(function(e){return[r.getHero(e.Actor),r.getTalentName(e.Talent),r.getTalentRarity(e.Talent),e.Kills,e.Deaths,e.TurretKills,e.TotalWinner,e.TalentWinrateBase||e.TotalWinner,e.TalentWinrateMax||e.TotalWinner,e.TalentWinrateVariance||e.TotalWinner,e.TotalWinner*e.TotalPicks,e.TotalPicks].join(",")}).join("\n")},getTotalPicks:function(e){return u.get(e)},getTopPick:function(e){return d.get(e)},getTop10Picks:function(e){return c.get(e)},getTopLowLevel:function(e){return y.get(e)},getTopScaling:function(e){return g.get(e)},getTopWin:function(e){return f.get(e)},getTopUnpopularWin:function(e){return m.get(e)},getTopRareWins:function(e){return h.get(e)},getTopEpicWins:function(e){return p.get(e)},getTopLegendaryWins:function(e){return v.get(e)},getBestUnpopular:function(e){return topUnpopular.get(e)},getTopKillDeathPoints:function(e){return _.get(e)},getTopObjectivePoints:function(e){return T.get(e)},getTopBlitzPointsDelta:function(e){return M.get(e)},getActors:function(){return K},getModes:function(){return k},getTotalMatches:function(){return b},getLastUpdate:function(){return a.lastUpdate},getLevelBuckets:function(){return a.config.self.levelBuckets}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n){var a,i=n.name,l=t[i],o=r.isArray(e[i])?e[i]:[],s=t[i]=[];for(a=0;a<o.length;a++){var u=o[a],c={},d={};r.isPlainObject(u)||(d.itemIsNotPlainObject=!0,u={}),n.handleItemDefaults(u,c,t,n,d),c._input=u,c._index=a,s.push(c)}if(r.isArray(l)){var f=Math.min(l.length,s.length);for(a=0;a<f;a++)r.relinkPrivateKeys(s[a],l[a])}}},function(e,t,n){"use strict";e.exports=function(e,t){(e.attr("class")||"").split(" ").forEach(function(t){0===t.indexOf("cursor-")&&e.classed(t,!1)}),t&&e.classed("cursor-"+t,!0)}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(20),l=n(87),o=n(86);e.exports={moduleType:"component",name:"fx",constants:n(38),schema:{layout:o},attributes:n(108),layoutAttributes:o,supplyLayoutGlobalDefaults:n(263),supplyDefaults:n(262),supplyLayoutDefaults:n(261),calc:n(260),getDistanceFunction:l.getDistanceFunction,getClosest:l.getClosest,inbox:l.inbox,appendArrayPointValue:l.appendArrayPointValue,castHoverOption:function(e,t,n){return a.castOption(e,t,"hoverlabel."+n)},castHoverinfo:function(e,t,n){return a.castOption(e,n,"hoverinfo",function(n){return a.coerceHoverinfo({hoverinfo:n},{_module:e._module},t)})},hover:n(85).hover,unhover:i.unhover,loneHover:n(85).loneHover,loneUnhover:function(e){var t=a.isD3Selection(e)?e:r.select(e);t.selectAll("g.hovertext").remove(),t.selectAll(".spikeline").remove()},click:n(258)}},function(e,t,n){"use strict";var r=e.exports={};r.attributes=n(103),r.supplyDefaults=n(152),r.calc=n(284),r.calcFromTrace=function(e,t){for(var n=e.x||[],a=e.y||[],i=n.length||a.length,l=new Array(i),o=0;o<i;o++)l[o]={x:n[o],y:a[o]};return l[0].trace=e,r.calc({calcdata:[l],_fullLayout:t}),l},r.plot=n(277),r.style=n(276),r.hoverInfo=function(e,t,n){(t.error_y||{}).visible&&(n.yerr=e.yh-e.y,t.error_y.symmetric||(n.yerrneg=e.y-e.ys)),(t.error_x||{}).visible&&(n.xerr=e.xh-e.x,t.error_x.symmetric||(n.xerrneg=e.x-e.xs))}},function(e,t,n){"use strict";t.xmlns="http://www.w3.org/2000/xmlns/",t.svg="http://www.w3.org/2000/svg",t.xlink="http://www.w3.org/1999/xlink",t.svgAttrs={xmlns:t.svg,"xmlns:xlink":t.xlink}},function(e,t,n){"use strict";e.exports=function(e){return window&&window.process&&window.process.versions?"[object Object]"===Object.prototype.toString.call(e):"[object Object]"===Object.prototype.toString.call(e)&&Object.getPrototypeOf(e)===Object.prototype}},function(e,t,n){"use strict";var r=n(111),a=e.exports={};function i(e,t){if(e.apply)e.apply(e,t);else for(var n=0;n<t.length;n++)e(t[n])}a.log=function(){if(r.logging>1){for(var e=["LOG:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.warn=function(){if(r.logging>0){for(var e=["WARN:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.trace||console.log,e)}},a.error=function(){if(r.logging>0){for(var e=["ERROR:"],t=0;t<arguments.length;t++)e.push(arguments[t]);i(console.error,e)}}},function(e,t,n){"use strict";n.r(t);var r=n(112),a=n(66);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";e.exports={name:"sliders",containerClassName:"slider-container",groupClassName:"slider-group",inputAreaClass:"slider-input-area",railRectClass:"slider-rail-rect",railTouchRectClass:"slider-rail-touch-rect",gripRectClass:"slider-grip-rect",tickRectClass:"slider-tick-rect",inputProxyClass:"slider-input-proxy",labelsClass:"slider-labels",labelGroupClass:"slider-label-group",labelClass:"slider-label",currentValueClass:"slider-current-value",railHeight:5,menuIndexAttrName:"slider-active-index",autoMarginIdRoot:"slider-",minWidth:30,minHeight:30,textPadX:40,arrowOffsetX:4,railRadius:2,railWidth:5,railBorder:4,railBorderWidth:1,railBorderColor:"#bec8d9",railBgColor:"#f8fafc",railInset:8,stepInset:10,gripRadius:10,gripWidth:20,gripHeight:20,gripBorder:20,gripBorderWidth:1,gripBorderColor:"#bec8d9",gripBgColor:"#f6f8fa",gripBgActiveColor:"#dbdde0",labelPadding:8,labelOffset:0,tickWidth:1,tickColor:"#333",tickOffset:25,tickLength:7,minorTickOffset:25,minorTickColor:"#333",minorTickLength:4,currentValuePadding:8,currentValueInset:0}},function(e,t,n){"use strict";var r=n(135),a=n(17),i=n(15),l=n(10).extendFlat;e.exports={_isLinkedToArray:"annotation",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this annotation is visible."].join(" ")},text:{valType:"string",role:"info",description:["Sets the text associated with this annotation.","Plotly uses a subset of HTML tags to do things like","newline (<br>), bold (<b></b>), italics (<i></i>),","hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>","<span> are also supported."].join(" ")},textangle:{valType:"angle",dflt:0,role:"style",description:["Sets the angle at which the `text` is drawn","with respect to the horizontal."].join(" ")},font:l({},a,{description:"Sets the annotation text font."}),width:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit width for the text box. null (default) lets the","text set the box width. Wider text will be clipped.","There is no automatic wrapping; use <br> to start a new line."].join(" ")},height:{valType:"number",min:1,dflt:null,role:"style",description:["Sets an explicit height for the text box. null (default) lets the","text set the box height. Taller text will be clipped."].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"style",description:"Sets the opacity of the annotation (text + arrow)."},align:{valType:"enumerated",values:["left","center","right"],dflt:"center",role:"style",description:["Sets the horizontal alignment of the `text` within the box.","Has an effect only if `text` spans more two or more lines","(i.e. `text` contains one or more <br> HTML tags) or if an","explicit width is set to override the text width."].join(" ")},valign:{valType:"enumerated",values:["top","middle","bottom"],dflt:"middle",role:"style",description:["Sets the vertical alignment of the `text` within the box.","Has an effect only if an explicit height is set to override","the text height."].join(" ")},bgcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:"Sets the background color of the annotation."},bordercolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"style",description:["Sets the color of the border enclosing the annotation `text`."].join(" ")},borderpad:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the padding (in px) between the `text`","and the enclosing border."].join(" ")},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the width (in px) of the border enclosing","the annotation `text`."].join(" ")},showarrow:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the annotation is drawn with an arrow.","If *true*, `text` is placed near the arrow's tail.","If *false*, `text` lines up with the `x` and `y` provided."].join(" ")},arrowcolor:{valType:"color",role:"style",description:"Sets the color of the annotation arrow."},arrowhead:{valType:"integer",min:0,max:r.length,dflt:1,role:"style",description:"Sets the annotation arrow head style."},arrowsize:{valType:"number",min:.3,dflt:1,role:"style",description:"Sets the size (in px) of annotation arrow head."},arrowwidth:{valType:"number",min:.1,role:"style",description:"Sets the width (in px) of annotation arrow."},standoff:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a distance, in pixels, to move the arrowhead away from the","position it is pointing at, for example to point at the edge of","a marker independent of zoom. Note that this shortens the arrow","from the `ax` / `ay` vector, in contrast to `xshift` / `yshift`","which moves everything by this amount."].join(" ")},ax:{valType:"any",role:"info",description:["Sets the x component of the arrow tail about the arrow head.","If `axref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from right to left (left to right).","If `axref` is an axis, this is an absolute value on that axis,","like `x`, NOT a relative value."].join(" ")},ay:{valType:"any",role:"info",description:["Sets the y component of the arrow tail about the arrow head.","If `ayref` is `pixel`, a positive (negative) ","component corresponds to an arrow pointing","from bottom to top (top to bottom).","If `ayref` is an axis, this is an absolute value on that axis,","like `y`, NOT a relative value."].join(" ")},axref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.x.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ax` is a relative offset in pixels ","from `x`. If set to an x axis id (e.g. *x* or *x2*), `ax` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},ayref:{valType:"enumerated",dflt:"pixel",values:["pixel",i.idRegex.y.toString()],role:"info",description:["Indicates in what terms the tail of the annotation (ax,ay) ","is specified. If `pixel`, `ay` is a relative offset in pixels ","from `y`. If set to a y axis id (e.g. *y* or *y2*), `ay` is ","specified in the same terms as that axis. This is useful ","for trendline annotations which should continue to indicate ","the correct trend when zoomed."].join(" ")},xref:{valType:"enumerated",values:["paper",i.idRegex.x.toString()],role:"info",description:["Sets the annotation's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where 0 (1) corresponds to the left (right) side."].join(" ")},x:{valType:"any",role:"info",description:["Sets the annotation's x position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"auto",role:"info",description:["Sets the text box's horizontal position anchor","This anchor binds the `x` position to the *left*, *center*","or *right* of the annotation.","For example, if `x` is set to 1, `xref` to *paper* and","`xanchor` to *right* then the right-most portion of the","annotation lines up with the right-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *center* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},xshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow to the","right (positive) or left (negative) by this many pixels."].join(" ")},yref:{valType:"enumerated",values:["paper",i.idRegex.y.toString()],role:"info",description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where 0 (1) corresponds to the bottom (top)."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the text box's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the annotation.","For example, if `y` is set to 1, `yref` to *paper* and","`yanchor` to *top* then the top-most portion of the","annotation lines up with the top-most edge of the","plotting area.","If *auto*, the anchor is equivalent to *middle* for","data-referenced annotations or if there is an arrow,","whereas for paper-referenced with no arrow, the anchor picked","corresponds to the closest side."].join(" ")},yshift:{valType:"number",dflt:0,role:"style",description:["Shifts the position of the whole annotation and arrow up","(positive) or down (negative) by this many pixels."].join(" ")},clicktoshow:{valType:"enumerated",values:[!1,"onoff","onout"],dflt:!1,role:"style",description:["Makes this annotation respond to clicks on the plot.","If you click a data point that exactly matches the `x` and `y`","values of this annotation, and it is hidden (visible: false),","it will appear. In *onoff* mode, you must click the same point","again to make it disappear, so if you click multiple points,","you can show multiple annotations. In *onout* mode, a click","anywhere else in the plot (on another data point or not) will","hide this annotation.","If you need to show/hide this annotation in response to different","`x` or `y` values, you can set `xclick` and/or `yclick`. This is","useful for example to label the side of a bar. To label markers","though, `standoff` is preferred over `xclick` and `yclick`."].join(" ")},xclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `x` value","is `xclick` rather than the annotation's `x` value."].join(" ")},yclick:{valType:"any",role:"info",description:["Toggle this annotation when clicking a data point whose `y` value","is `yclick` rather than the annotation's `y` value."].join(" ")},hovertext:{valType:"string",role:"info",description:["Sets text to appear when hovering over this annotation.","If omitted or blank, no hover label will appear."].join(" ")},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of the hover label.","By default uses the annotation's `bgcolor` made opaque,","or white if it was transparent."].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of the hover label.","By default uses either dark grey or white, for maximum","contrast with `hoverlabel.bgcolor`."].join(" ")},font:l({},a,{description:["Sets the hover label text font.","By default uses the global hover font and size,","with color from `hoverlabel.bordercolor`."].join(" ")})},captureevents:{valType:"boolean",role:"info",description:["Determines whether the annotation text box captures mouse move","and click events, or allows those events to pass through to data","points in the plot that may be behind the annotation. By default","`captureevents` is *false* unless `hovertext` is provided.","If you use the event `plotly_clickannotation` without `hovertext`","you must explicitly enable `captureevents`."].join(" ")},_deprecated:{ref:{valType:"string",role:"info",description:["Obsolete. Set `xref` and `yref` separately instead."].join(" ")}}}},function(e,t,n){"use strict";t.isRightAnchor=function(e){return"right"===e.xanchor||"auto"===e.xanchor&&e.x>=2/3},t.isCenterAnchor=function(e){return"center"===e.xanchor||"auto"===e.xanchor&&e.x>1/3&&e.x<2/3},t.isBottomAnchor=function(e){return"bottom"===e.yanchor||"auto"===e.yanchor&&e.y<=1/3},t.isMiddleAnchor=function(e){return"middle"===e.yanchor||"auto"===e.yanchor&&e.y>1/3&&e.y<2/3}},function(e,t,n){"use strict";e.exports={MAXDIST:20,YANGLE:60,HOVERARROWSIZE:6,HOVERTEXTPAD:3,HOVERFONTSIZE:13,HOVERFONT:"Arial, sans-serif",HOVERMINTIME:50}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(99);e.exports=function(e,t){var n=t?a.nestedProperty(e,t).get()||{}:e,l=n.color,o=!1;if(Array.isArray(l))for(var s=0;s<l.length;s++)if(r(l[s])){o=!0;break}return a.isPlainObject(n)&&(o||!0===n.showscale||r(n.cmin)&&r(n.cmax)||i(n.colorscale)||a.isPlainObject(n.colorbar))}},function(e,t,n){"use strict";var r=n(293),a=n(103),i=n(102),l=n(101).dash,o=n(7),s=n(153),u=n(10).extendFlat;e.exports={x:{valType:"data_array",description:"Sets the x coordinates."},x0:{valType:"any",dflt:0,role:"info",description:["Alternate to `x`.","Builds a linear space of x coordinates.","Use with `dx`","where `x0` is the starting coordinate and `dx` the step."].join(" ")},dx:{valType:"number",dflt:1,role:"info",description:["Sets the x coordinate step.","See `x0` for more info."].join(" ")},y:{valType:"data_array",description:"Sets the y coordinates."},y0:{valType:"any",dflt:0,role:"info",description:["Alternate to `y`.","Builds a linear space of y coordinates.","Use with `dy`","where `y0` is the starting coordinate and `dy` the step."].join(" ")},dy:{valType:"number",dflt:1,role:"info",description:["Sets the y coordinate step.","See `y0` for more info."].join(" ")},text:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","If trace `hoverinfo` contains a *text* flag and *hovertext* is not set,","these elements will be seen in the hover labels."].join(" ")},hovertext:{valType:"string",role:"info",dflt:"",arrayOk:!0,description:["Sets hover text elements associated with each (x,y) pair.","If a single string, the same string appears over","all the data points.","If an array of string, the items are mapped in order to the","this trace's (x,y) coordinates.","To be seen, trace `hoverinfo` must contain a *text* flag."].join(" ")},mode:{valType:"flaglist",flags:["lines","markers","text"],extras:["none"],role:"info",description:["Determines the drawing mode for this scatter trace.","If the provided `mode` includes *text* then the `text` elements","appear at the coordinates. Otherwise, the `text` elements","appear on hover.","If there are less than "+s.PTS_LINESONLY+" points,","then the default is *lines+markers*. Otherwise, *lines*."].join(" ")},hoveron:{valType:"flaglist",flags:["points","fills"],role:"info",description:["Do the hover effects highlight individual points (markers or","line points) or do they highlight filled regions?","If the fill is *toself* or *tonext* and there are no markers","or text, then the default is *fills*, otherwise it is *points*."].join(" ")},line:{color:{valType:"color",role:"style",description:"Sets the line color."},width:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the line width (in px)."},shape:{valType:"enumerated",values:["linear","spline","hv","vh","hvh","vhv"],dflt:"linear",role:"style",description:["Determines the line shape.","With *spline* the lines are drawn using spline interpolation.","The other available values correspond to step-wise line shapes."].join(" ")},smoothing:{valType:"number",min:0,max:1.3,dflt:1,role:"style",description:["Has an effect only if `shape` is set to *spline*","Sets the amount of smoothing.","*0* corresponds to no smoothing (equivalent to a *linear* shape)."].join(" ")},dash:l,simplify:{valType:"boolean",dflt:!0,role:"info",description:["Simplifies lines by removing nearly-collinear points. When transitioning","lines, it may be desirable to disable this so that the number of points","along the resulting SVG path is unaffected."].join(" ")}},connectgaps:{valType:"boolean",dflt:!1,role:"info",description:["Determines whether or not gaps","(i.e. {nan} or missing values)","in the provided data arrays are connected."].join(" ")},fill:{valType:"enumerated",values:["none","tozeroy","tozerox","tonexty","tonextx","toself","tonext"],dflt:"none",role:"style",description:["Sets the area to fill with a solid color.","Use with `fillcolor` if not *none*.","*tozerox* and *tozeroy* fill to x=0 and y=0 respectively.","*tonextx* and *tonexty* fill between the endpoints of this","trace and the endpoints of the trace before it, connecting those","endpoints with straight lines (to make a stacked area graph);","if there is no trace before it, they behave like *tozerox* and","*tozeroy*.","*toself* connects the endpoints of the trace (or each segment","of the trace if it has gaps) into a closed shape.","*tonext* fills the space between two traces if one completely","encloses the other (eg consecutive contour lines), and behaves like","*toself* if there is no trace before it. *tonext* should not be","used if one trace does not enclose the other."].join(" ")},fillcolor:{valType:"color",role:"style",description:["Sets the fill color.","Defaults to a half-transparent variant of the line color,","marker color, or marker line color, whichever is available."].join(" ")},marker:u({},{symbol:{valType:"enumerated",values:o.symbolList,dflt:"circle",arrayOk:!0,role:"style",description:["Sets the marker symbol type.","Adding 100 is equivalent to appending *-open* to a symbol name.","Adding 200 is equivalent to appending *-dot* to a symbol name.","Adding 300 is equivalent to appending *-open-dot*","or *dot-open* to a symbol name."].join(" ")},opacity:{valType:"number",min:0,max:1,arrayOk:!0,role:"style",description:"Sets the marker opacity."},size:{valType:"number",min:0,dflt:6,arrayOk:!0,role:"style",description:"Sets the marker size (in px)."},maxdisplayed:{valType:"number",min:0,dflt:0,role:"style",description:["Sets a maximum number of points to be drawn on the graph.","*0* corresponds to no limit."].join(" ")},sizeref:{valType:"number",dflt:1,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the scale factor used to determine the rendered size of","marker points. Use with `sizemin` and `sizemode`."].join(" ")},sizemin:{valType:"number",min:0,dflt:0,role:"style",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the minimum size (in px) of the rendered marker points."].join(" ")},sizemode:{valType:"enumerated",values:["diameter","area"],dflt:"diameter",role:"info",description:["Has an effect only if `marker.size` is set to a numerical array.","Sets the rule for which the data in `size` is converted","to pixels."].join(" ")},showscale:{valType:"boolean",role:"info",dflt:!1,description:["Has an effect only if `marker.color` is set to a numerical array.","Determines whether or not a colorbar is displayed."].join(" ")},colorbar:i,line:u({},{width:{valType:"number",min:0,arrayOk:!0,role:"style",description:"Sets the width (in px) of the lines bounding the marker points."}},r("marker.line")),gradient:{type:{valType:"enumerated",values:["radial","horizontal","vertical","none"],arrayOk:!0,dflt:"none",role:"style",description:["Sets the type of gradient used to fill the markers"].join(" ")},color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the final color of the gradient fill:","the center color for radial, the right for horizontal,","or the bottom for vertical."].join(" ")}}},r("marker")),textposition:{valType:"enumerated",values:["top left","top center","top right","middle left","middle center","middle right","bottom left","bottom center","bottom right"],dflt:"middle center",arrayOk:!0,role:"style",description:["Sets the positions of the `text` elements","with respects to the (x,y) coordinates."].join(" ")},textfont:{family:{valType:"string",role:"style",noBlank:!0,strict:!0,arrayOk:!0},size:{valType:"number",role:"style",min:1,arrayOk:!0},color:{valType:"color",role:"style",arrayOk:!0},description:"Sets the text font."},r:{valType:"data_array",description:["For polar chart only.","Sets the radial coordinates."].join("")},t:{valType:"data_array",description:["For polar chart only.","Sets the angular coordinates."].join("")},error_y:a,error_x:a}},function(e,t,n){"use strict";var r=n(0).extendFlat,a=n(17),i=n(24);e.exports={font:{family:r({},a.family,{dflt:'"Open Sans", verdana, arial, sans-serif'}),size:r({},a.size,{dflt:12}),color:r({},a.color,{dflt:i.defaultLine}),description:["Sets the global font.","Note that fonts used in traces and other","layout components inherit from the global font."].join(" ")},title:{valType:"string",role:"info",dflt:"Click to enter Plot title",description:["Sets the plot's title."].join(" ")},titlefont:r({},a,{description:"Sets the title font."}),autosize:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a layout width or height","that has been left undefined by the user","is initialized on each relayout.","Note that, regardless of this attribute,","an undefined layout width or height","is always initialized on the first call to plot."].join(" ")},width:{valType:"number",role:"info",min:10,dflt:700,description:["Sets the plot's width (in px)."].join(" ")},height:{valType:"number",role:"info",min:10,dflt:450,description:["Sets the plot's height (in px)."].join(" ")},margin:{l:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the left margin (in px)."},r:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the right margin (in px)."},t:{valType:"number",role:"info",min:0,dflt:100,description:"Sets the top margin (in px)."},b:{valType:"number",role:"info",min:0,dflt:80,description:"Sets the bottom margin (in px)."},pad:{valType:"number",role:"info",min:0,dflt:0,description:["Sets the amount of padding (in px)","between the plotting area and the axis lines"].join(" ")},autoexpand:{valType:"boolean",role:"info",dflt:!0}},paper_bgcolor:{valType:"color",role:"style",dflt:i.background,description:"Sets the color of paper where the graph is drawn."},plot_bgcolor:{valType:"color",role:"style",dflt:i.background,description:["Sets the color of plotting area in-between x and y axes."].join(" ")},separators:{valType:"string",role:"style",dflt:".,",description:["Sets the decimal and thousand separators.","For example, *. * puts a '.' before decimals and","a space between thousands."].join(" ")},hidesources:{valType:"boolean",role:"info",dflt:!1,description:["Determines whether or not a text link citing the data source is","placed at the bottom-right cored of the figure.","Has only an effect only on graphs that have been generated via","forked graphs from the plotly service (at https://plot.ly or on-premise)."].join(" ")},smith:{valType:"enumerated",role:"info",values:[!1],dflt:!1},showlegend:{valType:"boolean",role:"info",description:"Determines whether or not a legend is drawn."}}},function(e,t,n){"use strict";var r=n(108);e.exports={type:{valType:"enumerated",role:"info",values:[],dflt:"scatter"},visible:{valType:"enumerated",values:[!0,!1,"legendonly"],role:"info",dflt:!0,description:["Determines whether or not this trace is visible.","If *legendonly*, the trace is not drawn,","but can appear as a legend item","(provided that the legend itself is visible)."].join(" ")},showlegend:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not an item corresponding to this","trace is shown in the legend."].join(" ")},legendgroup:{valType:"string",role:"info",dflt:"",description:["Sets the legend group for this trace.","Traces part of the same legend group hide/show at the same time","when toggling legend items."].join(" ")},opacity:{valType:"number",role:"style",min:0,max:1,dflt:1,description:"Sets the opacity of the trace."},name:{valType:"string",role:"info",description:["Sets the trace name.","The trace name appear as the legend item and on hover."].join(" ")},uid:{valType:"string",role:"info",dflt:""},ids:{valType:"data_array",description:["Assigns id labels to each datum.","These ids for object constancy of data points during animation."].join(" ")},customdata:{valType:"data_array",description:["Assigns extra data each datum.","This may be useful when listening to hover, click and selection events.","Note that, *scatter* traces also appends customdata items in the markers","DOM elements"].join(" ")},hoverinfo:{valType:"flaglist",role:"info",flags:["x","y","z","text","name"],extras:["all","none","skip"],arrayOk:!0,dflt:"all",description:["Determines which trace information appear on hover.","If `none` or `skip` are set, no information is displayed upon hovering.","But, if `none` is set, click and hover events are still fired."].join(" ")},hoverlabel:r.hoverlabel,stream:{token:{valType:"string",noBlank:!0,strict:!0,role:"info",description:["The stream id number links a data trace on a plot with a stream.","See https://plot.ly/settings for more details."].join(" ")},maxpoints:{valType:"number",min:0,max:1e4,dflt:500,role:"info",description:["Sets the maximum number of points to keep on the plots from an","incoming stream.","If `maxpoints` is set to *50*, only the newest 50 points will","be displayed on the plot."].join(" ")}}}},function(e,t,n){"use strict";n.r(t);var r=n(114),a=n(69);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(323);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"0f598b8f",null);t.default=o.exports},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){},function(e,t,n){},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(306)),i=s(n(26)),l=s(n(22)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}a.default.register([]),t.default=r.default.component("win-pick-scatter",{mixins:[l.default],mounted:function(){this.refresh(),window.addEventListener("resize",this.resize)},watch:{selectedMode:function(){this.refresh()},filterLowPickrate:function(){this.refresh()},yMetric:function(){this.refresh()},fixedXRange:function(){this.refresh()}},data:function(){return{yMetric:"TotalWinner",fixedXRange:!1}},methods:{refresh:function(){var e=this,t=i.default.getReport(this.selectedMode).filter(function(t){return!!e.filterLowPickrate||!t.SampleTooSmall}),n=i.default.getTotalPicks(this.selectedMode),r=function(e){return t.filter(function(t){return o.getTalentRarity(t.Talent)==e})},l=o.RARITIES.map(function(t){return{x:r(t).map(function(t){return t[e.yMetric]}),y:r(t).map(function(t){return o.playersPerMatch(e.selectedMode)*(t.TotalCount||t.Count)/n}),text:r(t).map(function(e){return o.getHero(e.Actor)}),name:t,mode:"markers",type:"scatter"}});this.plot=a.default.newPlot(this.$refs.graph,l,{xaxis:{title:"Win Rate",fixedrange:!0,tickformat:",.0%",range:this.fixedXRange?[.25,.75]:void 0},yaxis:{title:"Pick Rate",fixedrange:!0,tickformat:",.0%"},margin:{t:40,l:40,b:40,r:40},staticPlot:!0,shapes:[{type:"line",x0:.4,y0:0,x1:.4,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}},{type:"line",x0:.6,y0:0,x1:.6,y1:1,yref:"paper",line:{color:"grey",width:1.5,dash:"dot"}}]},{displayModeBar:!1})},resize:function(){this.$refs.graph&&a.default.Plots.resize(this.$refs.graph)}}})},function(e,t,n){"use strict";n.r(t);var r=n(48),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r};t.default=i.default.component("install-notification",{data:function(){return{deferredPrompt:void 0}},methods:{promptInstall:function(e){var t=this;this.$ga.event("PWA","available"),e.preventDefault(),this.deferredPrompt=e,this.deferredPrompt.userChoice.then(function(e){t.$ga.event("PWA","popup",e.outcome),t.deferredPrompt=null})},installed:function(e){this.$ga.event("PWA","installed")}},created:function(){window.addEventListener("beforeinstallprompt",this.promptInstall),window.addEventListener("appinstalled",this.installed)},destroyed:function(){window.removeEventListener("beforeinstallprompt",this.promptInstall),window.removeEventListener("appinstalled",this.installed)}})},function(e,t,n){"use strict";n.r(t);var r=n(51),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=i(n(12)),a=i(n(22));function i(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("intro-box",{mixins:[a.default],data:function(){return{hideIntro:!!localStorage.getItem("hideIntro"),gaOptedOut:!!localStorage.getItem("gaOptOut")}},methods:{optOutAnalytics:function(){this.$ga.disable(),this.gaOptedOut=!0}},created:function(){this.gaOptedOut&&this.$ga.disable()},watch:{hideIntro:function(e){localStorage.setItem("hideIntro",e)},gaOptedOut:function(e){localStorage.setItem("gaOptOut",e)},selectedMode:function(e){this.hideIntro=!!localStorage.getItem("hideIntro")}}})},function(e,t,n){"use strict";n.r(t);var r=n(53),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(34)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("report-table",{mixins:[i.default],data:function(){var e=this;return{RARITIES:o.RARITIES,getTalentName:o.getTalentName,getTalentRarityIndex:o.getTalentRarityIndex,getHero:o.getHero,getLevelBuckets:l.default.getLevelBuckets,getLevelsPerBucket:function(t){return o.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{report:function(){var e=this,t=function(e){return!0},n=[""!=this.filterRarity?function(t){return o.getTalentRarity(t.Talent)==e.filterRarity}:t,this.filterLowPickrate?t:function(e){return!e.SampleTooSmall}],r=function(e,t){return e&&t};return l.default.getReport(this.selectedMode).filter(function(e){return n.map(function(t){return t(e)}).reduce(r,!0)})},totalPicks:function(){return l.default.getTotalPicks(this.selectedMode)}},methods:{downloadCsv:function(){var e=l.default.getCsv(this.selectedMode),t=document.createElement("a");t.href="data:text/csv;charset=utf-8,"+encodeURI(e),t.target="_blank",t.download=o.getMode(this.selectedMode)+".csv",t.click()}},components:{HeroImage:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(55),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-talent-table",{mixins:[l.default],data:function(){var e=this;return{getTalentName:s.getTalentName,getLevelBuckets:o.default.getLevelBuckets,getLevelsPerBucket:function(t){return s.getMaxLevel(t)/e.getLevelBuckets()}}},computed:{hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},heroReport:function(){var e=this;return o.default.getReport(this.selectedMode).filter(function(t){return t.Actor==e.selectedActor}).sort(function(e,t){return s.getTalentRarityIndex(e.Talent)-s.getTalentRarityIndex(t.Talent)})},totalHeroReport:function(){return this.heroReport.map(function(e){return{TotalWinner:e.TotalPicks*e.TotalWinner,TotalPicks:e.TotalPicks}}).reduce(function(e,t){return{TotalWinner:e.TotalWinner+t.TotalWinner,TotalPicks:e.TotalPicks+t.TotalPicks}},{TotalWinner:0,TotalPicks:0})},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(57),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("hero-draft-grid",{mixins:[l.default],data:function(){return{actors:o.default.getActors().sort(),getHero:s.getHero,getTalentName:s.getTalentName}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(60),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=u(n(12)),a=u(n(43)),i=u(n(34)),l=u(n(22)),o=u(n(26)),s=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function u(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("top-talents-box",{mixins:[l.default],data:function(){return{getHero:s.getHero,getTalentName:s.getTalentName}},computed:{top10Talents:function(){return o.default.getTop10Picks(this.selectedMode)},hasTalents:function(){return s.hasTalents(this.selectedMode)},totalPicks:function(){return o.default.getTotalPicks(this.selectedMode)},playersPerMatch:function(){return s.playersPerMatch(this.selectedMode)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(62),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("hero-image",{props:["actor","round"],computed:{hero:function(){return l.getHero(this.actor)}}})},function(e,t,n){"use strict";n.r(t);var r=n(65),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(12),i=(r=a)&&r.__esModule?r:{default:r},l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));t.default=i.default.component("talent-image",{props:["entry","size"],computed:{hero:function(){return l.getHero(this.entry.Actor)},rarity:function(){return l.getTalentRarity(this.entry.Talent)}}})},function(e,t,n){"use strict";n.r(t);var r=n(68),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(12)),a=o(n(43)),i=o(n(34)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("talent-box",{props:["title","content","entry","type","value","label"],computed:{hero:function(){return l.getHero(this.entry.Actor)},hasTalent:function(){return"None"!=l.getTalentRarity(this.entry.Talent)}},components:{TalentImage:a.default,HeroImage:i.default}})},function(e,t,n){"use strict";n.r(t);var r=n(70),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=s(n(12)),a=s(n(327)),i=s(n(22)),l=s(n(26)),o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function s(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("highlights",{mixins:[i.default],computed:{stats:function(){return{topWin:l.default.getTopWin(this.selectedMode),topUnpopularWin:l.default.getTopUnpopularWin(this.selectedMode),topPick:l.default.getTopPick(this.selectedMode),totalPicks:l.default.getTotalPicks(this.selectedMode),topRareWin:l.default.getTopRareWins(this.selectedMode),topEpicWin:l.default.getTopEpicWins(this.selectedMode),topLegendaryWin:l.default.getTopLegendaryWins(this.selectedMode),topLowLevel:l.default.getTopLowLevel(this.selectedMode),topScaling:l.default.getTopScaling(this.selectedMode),topKillDeathPoints:l.default.getTopKillDeathPoints(this.selectedMode),topObjectivePoints:l.default.getTopObjectivePoints(this.selectedMode),topBlitzPointsDelta:l.default.getTopBlitzPointsDelta(this.selectedMode)}},playersPerMatch:function(){return o.playersPerMatch(this.selectedMode)}},components:{TalentBox:a.default}})},function(e,t,n){"use strict";n.r(t);var r=n(72),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=p(n(12)),a=p(n(328)),i=p(n(317)),l=p(n(316)),o=p(n(313)),s=p(n(312)),u=p(n(311)),c=p(n(310)),d=p(n(307)),f=p(n(22)),h=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function p(e){return e&&e.__esModule?e:{default:e}}t.default=r.default.component("mode-tab",{mixins:[f.default],data:function(){return{getHero:h.getHero}},computed:{hasTalents:function(){return h.hasTalents(this.selectedMode)}},components:{Highlights:a.default,TopTalentsBox:i.default,HeroDraftGrid:l.default,HeroTalentTable:o.default,ReportTable:s.default,IntroBox:u.default,WinPickScatter:d.default,InstallNotification:c.default}})},function(e,t,n){"use strict";n.r(t);var r=n(74),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=o(n(169)),a=o(n(22)),i=o(n(26)),l=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t}(n(11));function o(e){return e&&e.__esModule?e:{default:e}}t.default={name:"App",mixins:[a.default],data:function(){return{totalMatches:100*Math.floor(i.default.getTotalMatches()/100),lastUpdate:i.default.getLastUpdate(),modes:i.default.getModes(),getMode:l.getMode}},components:{ModeTab:r.default}}},function(e,t,n){"use strict";n.r(t);var r=n(76),a=n.n(r);for(var i in r)"default"!==i&&function(e){n.d(t,e,function(){return r[e]})}(i);t.default=a.a},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(126);l=i(l,{_isLinkedToArray:"button",description:["Sets the specifications for each buttons.","By default, a range selector comes with no buttons."].join(" ")}),e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this range selector is visible.","Note that range selectors are only available for x axes of","`type` set to or auto-typed to *date*."].join(" ")},buttons:l,x:{valType:"number",min:-2,max:3,role:"style",description:"Sets the x position (in normalized coordinates) of the range selector."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the range selector's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,role:"style",description:"Sets the y position (in normalized coordinates) of the range selector."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"bottom",role:"info",description:["Sets the range selector's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},font:i({},r,{description:"Sets the font of the range selector button text."}),bgcolor:{valType:"color",dflt:a.lightLine,role:"style",description:"Sets the background color of the range selector buttons."},activecolor:{valType:"color",role:"style",description:"Sets the background color of the active range selector button."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the range selector."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the range selector."}}},function(e,t,n){"use strict";var r=n(24);e.exports={bgcolor:{valType:"color",dflt:r.background,role:"style",description:"Sets the background color of the range slider."},bordercolor:{valType:"color",dflt:r.defaultLine,role:"style",description:"Sets the border color of the range slider."},borderwidth:{valType:"integer",dflt:0,min:0,role:"style",description:"Sets the border color of the range slider."},autorange:{valType:"boolean",dflt:!0,role:"style",description:["Determines whether or not the range slider range is","computed in relation to the input data.","If `range` is provided, then `autorange` is set to *false*."].join(" ")},range:{valType:"info_array",role:"info",items:[{valType:"any"},{valType:"any"}],description:["Sets the range of the range slider.","If not set, defaults to the full xaxis range.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, it should be date strings,","like date data, though Date objects and unix milliseconds","will be accepted and converted to strings.","If the axis `type` is *category*, it should be numbers,","using the scale where each category is assigned a serial","number from zero in the order it appears."].join(" ")},thickness:{valType:"number",dflt:.15,min:0,max:1,role:"style",description:["The height of the range slider as a fraction of the","total plot area height."].join(" ")},visible:{valType:"boolean",dflt:!0,role:"info",description:["Determines whether or not the range slider will be visible.","If visible, perpendicular axes will be set to `fixedrange`"].join(" ")}}},function(e,t,n){"use strict";e.exports={name:"updatemenus",containerClassName:"updatemenu-container",headerGroupClassName:"updatemenu-header-group",headerClassName:"updatemenu-header",headerArrowClassName:"updatemenu-header-arrow",dropdownButtonGroupClassName:"updatemenu-dropdown-button-group",dropdownButtonClassName:"updatemenu-dropdown-button",buttonClassName:"updatemenu-button",itemRectClassName:"updatemenu-item-rect",itemTextClassName:"updatemenu-item-text",menuIndexAttrName:"updatemenu-active-index",autoMarginIdRoot:"updatemenu-",blankHeaderOpts:{label:" "},minWidth:30,minHeight:30,textPadX:24,arrowPadX:16,rx:2,ry:2,textOffsetX:12,textOffsetY:3,arrowOffsetX:4,gapButtonHeader:5,gapButton:2,activeColor:"#F4FAFF",hoverColor:"#F4FAFF",arrowSymbol:{left:"โ",right:"โบ",up:"โฒ",down:"โผ"}}},function(e,t,n){"use strict";t.rangeToShapePosition=function(e){return"log"===e.type?e.r2d:function(e){return e}},t.shapePositionToRange=function(e){return"log"===e.type?e.d2r:function(e){return e}},t.decodeDate=function(e){return function(t){return t.replace&&(t=t.replace("_"," ")),e(t)}},t.encodeDate=function(e){return function(t){return e(t).replace(" ","_")}},t.getDataToPixel=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.shapePositionToRange(n);a=function(e){return n._offset+n.r2p(l(e,!0))},"date"===n.type&&(a=t.decodeDate(a))}else a=r?function(e){return i.t+i.h*(1-e)}:function(e){return i.l+i.w*e};return a},t.getPixelToData=function(e,n,r){var a,i=e._fullLayout._size;if(n){var l=t.rangeToShapePosition(n);a=function(e){return l(n.p2r(e-n._offset))}}else a=r?function(e){return 1-(e-i.t)/i.h}:function(e){return(e-i.l)/i.w};return a}},function(e,t,n){"use strict";var r=n(36);e.exports={_isLinkedToArray:"annotation",visible:r.visible,x:{valType:"any",role:"info",description:["Sets the annotation's x position."].join(" ")},y:{valType:"any",role:"info",description:["Sets the annotation's y position."].join(" ")},z:{valType:"any",role:"info",description:["Sets the annotation's z position."].join(" ")},ax:{valType:"number",role:"info",description:["Sets the x component of the arrow tail about the arrow head (in pixels)."].join(" ")},ay:{valType:"number",role:"info",description:["Sets the y component of the arrow tail about the arrow head (in pixels)."].join(" ")},xanchor:r.xanchor,xshift:r.xshift,yanchor:r.yanchor,yshift:r.yshift,text:r.text,textangle:r.textangle,font:r.font,width:r.width,height:r.height,opacity:r.opacity,align:r.align,valign:r.valign,bgcolor:r.bgcolor,bordercolor:r.bordercolor,borderpad:r.borderpad,borderwidth:r.borderwidth,showarrow:r.showarrow,arrowcolor:r.arrowcolor,arrowhead:r.arrowhead,arrowsize:r.arrowsize,arrowwidth:r.arrowwidth,standoff:r.standoff,hovertext:r.hovertext,hoverlabel:r.hoverlabel,captureevents:r.captureevents}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(6),s=n(3),u=n(7),c=n(29),d=n(14),f=n(28),h=n(20),p=n(214);function v(e,t){var n=e._fullLayout.annotations[t]||{};y(e,n,t,!1,o.getFromId(e,n.xref),o.getFromId(e,n.yref))}function y(e,t,n,i,o,v){var y,m,_=e._fullLayout,T=e._fullLayout._size;i?(y="annotation-"+i,m=i+".annotations["+n+"]"):(y="annotation",m="annotations["+n+"]"),_._infolayer.selectAll("."+y+'[data-index="'+n+'"]').remove();var M="clip"+_._uid+"_ann"+n;if(t._input&&!1!==t.visible){var b={x:{},y:{}},K=+t.textangle||0,k=_._infolayer.append("g").classed(y,!0).attr("data-index",String(n)).style("opacity",t.opacity),x=k.append("g").classed("annotation-text-g",!0),C=x.append("g").style("pointer-events",t.captureevents?"all":null).call(f,"default").on("click",function(){e._dragging=!1;var a={index:n,annotation:t._input,fullAnnotation:t,event:r.event};i&&(a.subplotId=i),e.emit("plotly_clickannotation",a)});t.hovertext&&C.on("mouseover",function(){var n=t.hoverlabel,r=n.font,a=this.getBoundingClientRect(),i=e.getBoundingClientRect();c.loneHover({x0:a.left-i.left,x1:a.right-i.left,y:(a.top+a.bottom)/2-i.top,text:t.hovertext,color:n.bgcolor,borderColor:n.bordercolor,fontFamily:r.family,fontSize:r.size,fontColor:r.color},{container:_._hoverlayer.node(),outerContainer:_._paper.node(),gd:e})}).on("mouseout",function(){c.loneUnhover(_._hoverlayer.node())});var A=t.borderwidth,w=t.borderpad,L=A+w,D=C.append("rect").attr("class","bg").style("stroke-width",A+"px").call(s.stroke,t.bordercolor).call(s.fill,t.bgcolor),B=t.width||t.height,S=_._defs.select(".clips").selectAll("#"+M).data(B?[0]:[]);S.enter().append("clipPath").classed("annclip",!0).attr("id",M).append("rect"),S.exit().remove();var G=t.font,W=C.append("text").classed("annotation-text",!0).text(t.text);e._context.editable?W.call(d.makeEditable,{delegate:C,gd:e}).call(z).on("edit",function(n){t.text=n,this.call(z);var r={};r[m+".text"]=t.text,o&&o.autorange&&(r[o._name+".autorange"]=!0),v&&v.autorange&&(r[v._name+".autorange"]=!0),a.relayout(e,r)}):W.call(z)}else r.selectAll("#"+M).remove();function z(n){return n.call(u.font,G).attr({"text-anchor":{left:"start",right:"end"}[t.align]||"middle"}),d.convertToTspans(n,e,O),n}function O(){var n=W.selectAll("a");1===n.size()&&n.text()===W.text()&&C.insert("a",":first-child").attr({"xlink:xlink:href":n.attr("xlink:href"),"xlink:xlink:show":n.attr("xlink:show")}).style({cursor:"pointer"}).node().appendChild(D.node());var r=C.select(".annotation-text-math-group"),c=!r.empty(),y=u.bBox((c?r:W).node()),w=y.width,G=y.height,z=t.width||w,O=t.height||G,P=Math.round(z+2*L),R=Math.round(O+2*L);function E(e,t){return"auto"===t&&(t=e<1/3?"left":e>2/3?"right":"center"),{center:0,middle:0,left:.5,bottom:-.5,right:-.5,top:.5}[t]}t._w=z,t._h=O;for(var j=!1,I=["x","y"],N=0;N<I.length;N++){var F,$,V,H,q,U=I[N],Y=t[U+"ref"]||U,X=t["a"+U+"ref"],J={x:o,y:v}[U],Z=(K+("x"===U?0:-90))*Math.PI/180,Q=P*Math.cos(Z),ee=R*Math.sin(Z),te=Math.abs(Q)+Math.abs(ee),ne=t[U+"anchor"],re=t[U+"shift"]*("x"===U?1:-1),ae=b[U];if(J){var ie=J.r2fraction(t[U]);if((e._dragging||!J.autorange)&&(ie<0||ie>1)&&(X===Y?((ie=J.r2fraction(t["a"+U]))<0||ie>1)&&(j=!0):j=!0,j))continue;F=J._offset+J.r2p(t[U]),H=.5}else"x"===U?(V=t[U],F=T.l+T.w*V):(V=1-t[U],F=T.t+T.h*V),H=t.showarrow?.5:V;if(t.showarrow){ae.head=F;var le=t["a"+U];q=Q*E(.5,t.xanchor)-ee*E(.5,t.yanchor),X===Y?(ae.tail=J._offset+J.r2p(le),$=q):(ae.tail=F+le,$=q+le),ae.text=ae.tail+q;var oe=_["x"===U?"width":"height"];if("paper"===Y&&(ae.head=l.constrain(ae.head,1,oe-1)),"pixel"===X){var se=-Math.max(ae.tail-3,ae.text),ue=Math.min(ae.tail+3,ae.text)-oe;se>0?(ae.tail+=se,ae.text+=se):ue>0&&(ae.tail-=ue,ae.text-=ue)}ae.tail+=re,ae.head+=re}else $=q=te*E(H,ne),ae.text=F+q;ae.text+=re,q+=re,$+=re,t["_"+U+"padplus"]=te/2+$,t["_"+U+"padminus"]=te/2-$,t["_"+U+"size"]=te,t["_"+U+"shift"]=q}if(j)C.remove();else{var ce=0,de=0;if("left"!==t.align&&(ce=(z-w)*("center"===t.align?.5:1)),"top"!==t.valign&&(de=(O-G)*("middle"===t.valign?.5:1)),c)r.select("svg").attr({x:L+ce-1,y:L+de}).call(u.setClipUrl,B?M:null);else{var fe=L+de-y.top,he=L+ce-y.left;W.call(d.positionText,he,fe).call(u.setClipUrl,B?M:null)}S.select("rect").call(u.setRect,L,L,z,O),D.call(u.setRect,A/2,A/2,P-A,R-A),C.call(u.setTranslate,Math.round(b.x.text-P/2),Math.round(b.y.text-R/2)),x.attr({transform:"rotate("+K+","+b.x.text+","+b.y.text+")"});var pe,ve,ye=function(n,r){k.selectAll(".annotation-arrow-g").remove();var c=b.x.head,d=b.y.head,f=b.x.tail+n,y=b.y.tail+r,_=b.x.text+n,M=b.y.text+r,A=l.rotationXYMatrix(K,_,M),w=l.apply2DTransform(A),L=l.apply2DTransform2(A),B=+D.attr("width"),S=+D.attr("height"),G=_-.5*B,W=G+B,z=M-.5*S,O=z+S,P=[[G,z,G,O],[G,O,W,O],[W,O,W,z],[W,z,G,z]].map(L);if(!P.reduce(function(e,t){return e^!!g(c,d,c+1e6,d+1e6,t[0],t[1],t[2],t[3])},!1)){P.forEach(function(e){var t=g(f,y,c,d,e[0],e[1],e[2],e[3]);t&&(f=t.x,y=t.y)});var R=t.arrowwidth,E=t.arrowcolor,j=k.append("g").style({opacity:s.opacity(E)}).classed("annotation-arrow-g",!0),I=j.append("path").attr("d","M"+f+","+y+"L"+c+","+d).style("stroke-width",R+"px").call(s.stroke,s.rgb(E));if(p(I,t.arrowhead,"end",t.arrowsize,t.standoff),e._context.editable&&I.node().parentNode&&!i){var N=c,F=d;if(t.standoff){var $=Math.sqrt(Math.pow(c-f,2)+Math.pow(d-y,2));N+=t.standoff*(f-c)/$,F+=t.standoff*(y-d)/$}var V,H,q,U=j.append("path").classed("annotation-arrow",!0).classed("anndrag",!0).attr({d:"M3,3H-3V-3H3ZM0,0L"+(f-N)+","+(y-F),transform:"translate("+N+","+F+")"}).style("stroke-width",R+6+"px").call(s.stroke,"rgba(0,0,0,0)").call(s.fill,"rgba(0,0,0,0)");h.init({element:U.node(),gd:e,prepFn:function(){var e=u.getTranslate(C);H=e.x,q=e.y,V={},o&&o.autorange&&(V[o._name+".autorange"]=!0),v&&v.autorange&&(V[v._name+".autorange"]=!0)},moveFn:function(e,n){var r=w(H,q),a=r[0]+e,i=r[1]+n;C.call(u.setTranslate,a,i),V[m+".x"]=o?o.p2r(o.r2p(t.x)+e):t.x+e/T.w,V[m+".y"]=v?v.p2r(v.r2p(t.y)+n):t.y-n/T.h,t.axref===t.xref&&(V[m+".ax"]=o.p2r(o.r2p(t.ax)+e)),t.ayref===t.yref&&(V[m+".ay"]=v.p2r(v.r2p(t.ay)+n)),j.attr("transform","translate("+e+","+n+")"),x.attr({transform:"rotate("+K+","+a+","+i+")"})},doneFn:function(t){if(t){a.relayout(e,V);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}};if(t.showarrow&&ye(0,0),e._context.editable)h.init({element:C.node(),gd:e,prepFn:function(){ve=x.attr("transform"),pe={}},moveFn:function(e,n){var r="pointer";if(t.showarrow)t.axref===t.xref?pe[m+".ax"]=o.p2r(o.r2p(t.ax)+e):pe[m+".ax"]=t.ax+e,t.ayref===t.yref?pe[m+".ay"]=v.p2r(v.r2p(t.ay)+n):pe[m+".ay"]=t.ay+n,ye(e,n);else{if(i)return;if(o)pe[m+".x"]=t.x+e/o._m;else{var a=t._xsize/T.w,l=t.x+(t._xshift-t.xshift)/T.w-a/2;pe[m+".x"]=h.align(l+e/T.w,a,0,1,t.xanchor)}if(v)pe[m+".y"]=t.y+n/v._m;else{var s=t._ysize/T.h,u=t.y-(t._yshift+t.yshift)/T.h-s/2;pe[m+".y"]=h.align(u-n/T.h,s,0,1,t.yanchor)}o&&v||(r=h.getCursor(o?.5:pe[m+".x"],v?.5:pe[m+".y"],t.xanchor,t.yanchor))}x.attr({transform:"translate("+e+","+n+")"+ve}),f(C,r)},doneFn:function(t){if(f(C),t){a.relayout(e,pe);var n=document.querySelector(".js-notes-box-panel");n&&n.redraw(n.selectedObj)}}})}}}function g(e,t,n,r,a,i,l,o){var s=n-e,u=a-e,c=l-a,d=r-t,f=i-t,h=o-i,p=s*h-c*d;if(0===p)return null;var v=(u*h-c*f)/p,y=(u*d-s*f)/p;return y<0||y>1||v<0||v>1?null:{x:e+s*v,y:t+d*v}}e.exports={draw:function(e){var t=e._fullLayout;t._infolayer.selectAll(".annotation").remove();for(var n=0;n<t.annotations.length;n++)t.annotations[n].visible&&v(e,n);return i.previousPromises(e)},drawOne:v,drawRaw:y}},function(e,t,n){"use strict";var r=n(4);t.legendGetsTrace=function(e){return e.visible&&r.traceIs(e,"showLegend")},t.isGrouped=function(e){return-1!==(e.traceorder||"").indexOf("grouped")},t.isVertical=function(e){return"h"!==e.orientation},t.isReversed=function(e){return-1!==(e.traceorder||"").indexOf("reversed")}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(21),l=n(0),o=n(88),s=n(14),u=n(259),c=n(7),d=n(3),f=n(20),h=n(6),p=n(4),v=n(87),y=n(38),g=y.YANGLE,m=Math.PI*g/180,_=1/Math.sin(m),T=Math.cos(m),M=Math.sin(m),b=y.HOVERARROWSIZE,K=y.HOVERTEXTPAD;function k(e,t,n,s){if("pie"!==n&&"sankey"!==n||s){n||(n="xy");var g=Array.isArray(n)?n:[n],m=e._fullLayout,T=m._plots||[],M=T[n];if(M){var b=M.overlays.map(function(e){return e.id});g=g.concat(b)}for(var K=g.length,k=new Array(K),L=new Array(K),D=0;D<K;D++){var B=g[D],S=T[B];if(S)k[D]=h.getFromId(e,S.xaxis._id),L[D]=h.getFromId(e,S.yaxis._id);else{var G=m[B]._subplot;k[D]=G.xaxis,L[D]=G.yaxis}}var W=t.hovermode||m.hovermode;if(-1===["x","y","closest"].indexOf(W)||!e.calcdata||e.querySelector(".zoombox")||e._dragging)return f.unhoverRaw(e,t);var z,O,P,R,E,j,I,N,F,$,V,H,q,U=[],Y=[];if(Array.isArray(t))for(W="array",P=0;P<t.length;P++)"skip"!==(E=e.calcdata[t[P].curveNumber||0])[0].trace.hoverinfo&&Y.push(E);else{for(R=0;R<e.calcdata.length;R++)"skip"!==(j=(E=e.calcdata[R])[0].trace).hoverinfo&&-1!==g.indexOf(v.getSubplot(j))&&Y.push(E);var X,J;if(!t.target)X="xpx"in t?t.xpx:k[0]._length/2,J="ypx"in t?t.ypx:L[0]._length/2;else{if(!1===o.triggerHandler(e,"plotly_beforehover",t))return;var Z=t.target.getBoundingClientRect();if(X=t.clientX-Z.left,J=t.clientY-Z.top,X<0||X>Z.width||J<0||J>Z.height)return f.unhoverRaw(e,t)}if(z="xval"in t?v.flat(g,t.xval):v.p2c(k,X),O="yval"in t?v.flat(g,t.yval):v.p2c(L,J),!a(z[0])||!a(O[0]))return l.warn("Fx.hover failed",t,e),f.unhoverRaw(e,t)}var Q=1/0;for(R=0;R<Y.length;R++)if((E=Y[R])&&E[0]&&E[0].trace&&!0===E[0].trace.visible&&(j=E[0].trace,-1===["carpet","contourcarpet"].indexOf(j._module.name))){if(I=v.getSubplot(j),F=W,H={cd:E,trace:j,xa:k[N=g.indexOf(I)],ya:L[N],index:!1,distance:Math.min(Q,y.MAXDIST),color:d.defaultLine,name:j.name,x0:void 0,x1:void 0,y0:void 0,y1:void 0,xLabelVal:void 0,yLabelVal:void 0,zLabelVal:void 0,text:void 0},m[I]&&(H.subplot=m[I]._subplot),q=U.length,"array"===F){var ee=t[R];"pointNumber"in ee?(H.index=ee.pointNumber,F="closest"):(F="","xval"in ee&&($=ee.xval,F="x"),"yval"in ee&&(V=ee.yval,F=F?"closest":"y"))}else $=z[N],V=O[N];if(j._module&&j._module.hoverPoints){var te=j._module.hoverPoints(H,$,V,F);if(te)for(var ne,re=0;re<te.length;re++)ne=te[re],a(ne.x0)&&a(ne.y0)&&U.push(A(ne,W))}else l.log("Unrecognized trace type in hover:",j);"closest"===W&&U.length>q&&(U.splice(0,q),Q=U[0].distance)}if(0===U.length)return f.unhoverRaw(e,t);U.sort(function(e,t){return e.distance-t.distance});var ae=e._hoverdata,ie=[];for(P=0;P<U.length;P++){var le=U[P],oe={data:le.trace._input,fullData:le.trace,curveNumber:le.trace.index,pointNumber:le.index};le.trace._module.eventData?oe=le.trace._module.eventData(oe,le):(oe.x=le.xVal,oe.y=le.yVal,oe.xaxis=le.xa,oe.yaxis=le.ya,void 0!==le.zLabelVal&&(oe.z=le.zLabelVal)),v.appendArrayPointValue(oe,le.trace,le.index),ie.push(oe)}if(e._hoverdata=ie,w(e,t,ae)&&m._hasCartesian)!function(e,t){var n=t.hovermode,r=t.container,a=e[0],l=a.xa,o=a.ya,s=l.showspikes,u=o.showspikes;if(r.selectAll(".spikeline").remove(),"closest"!==n||!s&&!u)return;var f=t.fullLayout,h=l._offset+(a.x0+a.x1)/2,p=o._offset+(a.y0+a.y1)/2,v=d.combine(f.plot_bgcolor,f.paper_bgcolor),y=i.readability(a.color,v)<1.5?d.contrast(v):a.color;if(u){var g=o.spikemode,m=o.spikethickness,_=o.spikecolor||y,T=o._boundingBox,M=(T.left+T.right)/2<h?T.right:T.left;if(-1!==g.indexOf("toaxis")||-1!==g.indexOf("across")){var b=M,K=h;-1!==g.indexOf("across")&&(b=o._counterSpan[0],K=o._counterSpan[1]),r.append("line").attr({x1:b,x2:K,y1:p,y2:p,"stroke-width":m+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:b,x2:K,y1:p,y2:p,"stroke-width":m,stroke:_,"stroke-dasharray":c.dashStyle(o.spikedash,m)}).classed("spikeline",!0).classed("crisp",!0)}-1!==g.indexOf("marker")&&r.append("circle").attr({cx:M+("right"!==o.side?m:-m),cy:p,r:m,fill:_}).classed("spikeline",!0)}if(s){var k=l.spikemode,x=l.spikethickness,C=l.spikecolor||y,A=l._boundingBox,w=(A.top+A.bottom)/2<p?A.bottom:A.top;if(-1!==k.indexOf("toaxis")||-1!==k.indexOf("across")){var L=w,D=p;-1!==k.indexOf("across")&&(L=l._counterSpan[0],D=l._counterSpan[1]),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x+2,stroke:v}).classed("spikeline",!0).classed("crisp",!0),r.append("line").attr({x1:h,x2:h,y1:L,y2:D,"stroke-width":x,stroke:C,"stroke-dasharray":c.dashStyle(l.spikedash,x)}).classed("spikeline",!0).classed("crisp",!0)}-1!==k.indexOf("marker")&&r.append("circle").attr({cx:h,cy:w-("top"!==l.side?x:-x),r:x,fill:C}).classed("spikeline",!0)}}(U,{hovermode:W,fullLayout:m,container:m._hoverlayer,outerContainer:m._paperdiv});var se="y"===W&&Y.length>1,ue=x(U,{hovermode:W,rotateLabels:se,bgColor:d.combine(m.plot_bgcolor||d.background,m.paper_bgcolor),container:m._hoverlayer,outerContainer:m._paperdiv,commonLabelOpts:m.hoverlabel},e);if(function(e,t){var n,r,a,i,l,o,s,u=0,c=e.map(function(e,n){var r=e[t];return[{i:n,dp:0,pos:e.pos,posref:e.posref,size:e.by*("x"===r._id.charAt(0)?_:1)/2,pmin:r._offset,pmax:r._offset+r._length}]}).sort(function(e,t){return e[0].posref-t[0].posref});function d(e){var t=e[0],s=e[e.length-1];if(r=t.pmin-t.pos-t.dp+t.size,a=s.pos+s.dp+s.size-t.pmax,r>.01){for(l=e.length-1;l>=0;l--)e[l].dp+=r;n=!1}if(!(a<.01)){if(r<-.01){for(l=e.length-1;l>=0;l--)e[l].dp-=a;n=!1}if(n){var u=0;for(i=0;i<e.length;i++)(o=e[i]).pos+o.dp+o.size>t.pmax&&u++;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos>t.pmax-1&&(o.del=!0,u--);for(i=0;i<e.length&&!(u<=0);i++)if((o=e[i]).pos<t.pmin+1)for(o.del=!0,u--,a=2*o.size,l=e.length-1;l>=0;l--)e[l].dp-=a;for(i=e.length-1;i>=0&&!(u<=0);i--)(o=e[i]).pos+o.dp+o.size>t.pmax&&(o.del=!0,u--)}}}for(;!n&&u<=e.length;){for(u++,n=!0,i=0;i<c.length-1;){var f=c[i],h=c[i+1],p=f[f.length-1],v=h[0];if((r=p.pos+p.dp+p.size-v.pos-v.dp+v.size)>.01&&p.pmin===v.pmin&&p.pmax===v.pmax){for(l=h.length-1;l>=0;l--)h[l].dp+=r;for(f.push.apply(f,h),c.splice(i+1,1),s=0,l=f.length-1;l>=0;l--)s+=f[l].dp;for(a=s/f.length,l=f.length-1;l>=0;l--)f[l].dp-=a;n=!1}else i++}c.forEach(d)}for(i=c.length-1;i>=0;i--){var y=c[i];for(l=y.length-1;l>=0;l--){var g=y[l],m=e[g.i];m.offset=g.dp,m.del=g.del}}}(U,se?"xa":"ya"),C(ue,se),t.target&&t.target.tagName){var ce=p.getComponentMethod("annotations","hasClickToShow")(e,ie);u(r.select(t.target),ce?"pointer":"")}t.target&&!s&&w(e,t,ae)&&(ae&&e.emit("plotly_unhover",{event:t,points:ae}),e.emit("plotly_hover",{event:t,points:e._hoverdata,xaxes:k,yaxes:L,xvals:z,yvals:O}))}else e.emit("plotly_hover",{event:t.originalEvent,points:[t]})}function x(e,t,n){var a,i=t.hovermode,l=t.rotateLabels,o=t.bgColor,u=t.container,f=t.outerContainer,h=t.commonLabelOpts||{},p=t.fontFamily||y.HOVERFONT,v=t.fontSize||y.HOVERFONTSIZE,m=e[0],_=m.xa,T=m.ya,M="y"===i?"yLabel":"xLabel",k=m[M],x=(String(k)||"").split(" ")[0],C=f.node().getBoundingClientRect(),A=C.top,w=C.width,L=C.height,D=m.distance<=y.MAXDIST&&("x"===i||"y"===i);for(a=0;a<e.length;a++){var B=(e[a].hoverinfo||e[a].trace.hoverinfo).split("+");if(-1===B.indexOf("all")&&-1===B.indexOf(i)){D=!1;break}}var S=u.selectAll("g.axistext").data(D?[0]:[]);S.enter().append("g").classed("axistext",!0),S.exit().remove(),S.each(function(){var t=r.select(this),a=t.selectAll("path").data([0]),l=t.selectAll("text").data([0]);a.enter().append("path").style({fill:h.bgcolor||d.defaultLine,stroke:h.bordercolor||d.background,"stroke-width":"1px"}),l.enter().append("text").call(c.font,h.font.family||p,h.font.size||v,h.font.color||d.background).attr("data-notex",1),l.text(k).call(s.positionText,0,0).call(s.convertToTspans,n),t.attr("transform","");var o=l.node().getBoundingClientRect();if("x"===i){l.attr("text-anchor","middle").call(s.positionText,0,"top"===_.side?A-o.bottom-b-K:A-o.top+b+K);var u="top"===_.side?"-":"";a.attr("d","M0,0L"+b+","+u+b+"H"+(K+o.width/2)+"v"+u+(2*K+o.height)+"H-"+(K+o.width/2)+"V"+u+b+"H-"+b+"Z"),t.attr("transform","translate("+(_._offset+(m.x0+m.x1)/2)+","+(T._offset+("top"===_.side?0:T._length))+")")}else{l.attr("text-anchor","right"===T.side?"start":"end").call(s.positionText,("right"===T.side?1:-1)*(K+b),A-o.top-o.height/2);var f="right"===T.side?"":"-";a.attr("d","M0,0L"+f+b+","+b+"V"+(K+o.height/2)+"h"+f+(2*K+o.width)+"V-"+(K+o.height/2)+"H"+f+b+"V-"+b+"Z"),t.attr("transform","translate("+(_._offset+("right"===T.side?_._length:0))+","+(T._offset+(m.y0+m.y1)/2)+")")}e=e.filter(function(e){return void 0!==e.zLabelVal||(e[M]||"").split(" ")[0]===x})});var G=u.selectAll("g.hovertext").data(e,function(e){return[e.trace.index,e.index,e.x0,e.y0,e.name,e.attr,e.xa,e.ya||""].join(",")});return G.enter().append("g").classed("hovertext",!0).each(function(){var e=r.select(this);e.append("rect").call(d.fill,d.addOpacity(o,.8)),e.append("text").classed("name",!0),e.append("path").style("stroke-width","1px"),e.append("text").classed("nums",!0).call(c.font,p,v)}),G.exit().remove(),G.each(function(e){var t=r.select(this).attr("transform",""),a="",u="",f=d.opacity(e.color)?e.color:d.defaultLine,h=d.combine(f,o),y=e.borderColor||d.contrast(h);void 0!==e.nameOverride&&(e.name=e.nameOverride),e.name&&(a=s.plainText(e.name||"")).length>15&&(a=a.substr(0,12)+"..."),void 0!==e.extraText&&(u+=e.extraText),void 0!==e.zLabel?(void 0!==e.xLabel&&(u+="x: "+e.xLabel+"<br>"),void 0!==e.yLabel&&(u+="y: "+e.yLabel+"<br>"),u+=(u?"z: ":"")+e.zLabel):D&&e[i+"Label"]===k?u=e[("x"===i?"y":"x")+"Label"]||"":void 0===e.xLabel?void 0!==e.yLabel&&(u=e.yLabel):u=void 0===e.yLabel?e.xLabel:"("+e.xLabel+", "+e.yLabel+")",e.text&&!Array.isArray(e.text)&&(u+=(u?"<br>":"")+e.text),""===u&&(""===a&&t.remove(),u=a);var m=t.select("text.nums").call(c.font,e.fontFamily||p,e.fontSize||v,e.fontColor||y).text(u).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),_=t.select("text.name"),T=0;a&&a!==u?(_.call(c.font,e.fontFamily||p,e.fontSize||v,h).text(a).attr("data-notex",1).call(s.positionText,0,0).call(s.convertToTspans,n),T=_.node().getBoundingClientRect().width+2*K):(_.remove(),t.select("rect").remove()),t.select("path").style({fill:h,stroke:y});var M,x,C=m.node().getBoundingClientRect(),B=e.xa._offset+(e.x0+e.x1)/2,S=e.ya._offset+(e.y0+e.y1)/2,G=Math.abs(e.x1-e.x0),W=Math.abs(e.y1-e.y0),z=C.width+b+K+T;e.ty0=A-C.top,e.bx=C.width+2*K,e.by=C.height+2*K,e.anchor="start",e.txwidth=C.width,e.tx2width=T,e.offset=0,l?(e.pos=B,M=S+W/2+z<=L,x=S-W/2-z>=0,"top"!==e.idealAlign&&M||!x?M?(S+=W/2,e.anchor="start"):e.anchor="middle":(S-=W/2,e.anchor="end")):(e.pos=S,M=B+G/2+z<=w,x=B-G/2-z>=0,"left"!==e.idealAlign&&M||!x?M?(B+=G/2,e.anchor="start"):e.anchor="middle":(B-=G/2,e.anchor="end")),m.attr("text-anchor",e.anchor),T&&_.attr("text-anchor",e.anchor),t.attr("transform","translate("+B+","+S+")"+(l?"rotate("+g+")":""))}),G}function C(e,t){e.each(function(e){var n=r.select(this);if(e.del)n.remove();else{var a="end"===e.anchor?-1:1,i=n.select("text.nums"),l={start:1,end:-1,middle:0}[e.anchor],o=l*(b+K),u=o+l*(e.txwidth+K),d=0,f=e.offset;"middle"===e.anchor&&(o-=e.tx2width/2,u-=e.tx2width/2),t&&(f*=-M,d=e.offset*T),n.select("path").attr("d","middle"===e.anchor?"M-"+e.bx/2+",-"+e.by/2+"h"+e.bx+"v"+e.by+"h-"+e.bx+"Z":"M0,0L"+(a*b+d)+","+(b+f)+"v"+(e.by/2-b)+"h"+a*e.bx+"v-"+e.by+"H"+(a*b+d)+"V"+(f-b)+"Z"),i.call(s.positionText,o+d,f+e.ty0-e.by/2+K),e.tx2width&&(n.select("text.name").call(s.positionText,u+l*K+d,f+e.ty0-e.by/2+K),n.select("rect").call(c.setRect,u+(l-1)*e.tx2width/2+d,f-e.by/2-1,e.tx2width,e.by+2))}})}function A(e,t){var n,r=e.trace||{},a=e.cd[0],i=e.cd[e.index]||{};function o(t,n,o){var s;if(i[n])s=i[n];else if(a[n]){var u=a[n];Array.isArray(u)&&Array.isArray(u[e.index[0]])&&(s=u[e.index[0]][e.index[1]])}else s=l.nestedProperty(r,o).get();s&&(e[t]=s)}if(o("hoverinfo","hi","hoverinfo"),o("color","hbg","hoverlabel.bgcolor"),o("borderColor","hbc","hoverlabel.bordercolor"),o("fontFamily","htf","hoverlabel.font.family"),o("fontSize","hts","hoverlabel.font.size"),o("fontColor","htc","hoverlabel.font.color"),e.posref="y"===t?(e.x0+e.x1)/2:(e.y0+e.y1)/2,e.x0=l.constrain(e.x0,0,e.xa._length),e.x1=l.constrain(e.x1,0,e.xa._length),e.y0=l.constrain(e.y0,0,e.ya._length),e.y1=l.constrain(e.y1,0,e.ya._length),void 0!==e.xLabelVal){n="log"===e.xa.type&&e.xLabelVal<=0;var s=h.tickText(e.xa,e.xa.c2l(n?-e.xLabelVal:e.xLabelVal),"hover");n?0===e.xLabelVal?e.xLabel="0":e.xLabel="-"+s.text:e.xLabel=s.text,e.xVal=e.xa.c2d(e.xLabelVal)}if(void 0!==e.yLabelVal){n="log"===e.ya.type&&e.yLabelVal<=0;var u=h.tickText(e.ya,e.ya.c2l(n?-e.yLabelVal:e.yLabelVal),"hover");n?0===e.yLabelVal?e.yLabel="0":e.yLabel="-"+u.text:e.yLabel=u.text,e.yVal=e.ya.c2d(e.yLabelVal)}if(void 0!==e.zLabelVal&&(e.zLabel=String(e.zLabelVal)),!(isNaN(e.xerr)||"log"===e.xa.type&&e.xerr<=0)){var c=h.tickText(e.xa,e.xa.c2l(e.xerr),"hover").text;void 0!==e.xerrneg?e.xLabel+=" +"+c+" / -"+h.tickText(e.xa,e.xa.c2l(e.xerrneg),"hover").text:e.xLabel+=" ยฑ "+c,"x"===t&&(e.distance+=1)}if(!(isNaN(e.yerr)||"log"===e.ya.type&&e.yerr<=0)){var d=h.tickText(e.ya,e.ya.c2l(e.yerr),"hover").text;void 0!==e.yerrneg?e.yLabel+=" +"+d+" / -"+h.tickText(e.ya,e.ya.c2l(e.yerrneg),"hover").text:e.yLabel+=" ยฑ "+d,"y"===t&&(e.distance+=1)}var f=e.hoverinfo||e.trace.hoverinfo;return"all"!==f&&(-1===(f=f.split("+")).indexOf("x")&&(e.xLabel=void 0),-1===f.indexOf("y")&&(e.yLabel=void 0),-1===f.indexOf("z")&&(e.zLabel=void 0),-1===f.indexOf("text")&&(e.text=void 0),-1===f.indexOf("name")&&(e.name=void 0)),e}function w(e,t,n){if(!n||n.length!==e._hoverdata.length)return!0;for(var r=n.length-1;r>=0;r--){var a=n[r],i=e._hoverdata[r];if(a.curveNumber!==i.curveNumber||String(a.pointNumber)!==String(i.pointNumber))return!0}return!1}t.hover=function(e,t,n,r){if("string"==typeof e&&(e=document.getElementById(e)),void 0===e._lastHoverTime&&(e._lastHoverTime=0),void 0!==e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),Date.now()>e._lastHoverTime+y.HOVERMINTIME)return k(e,t,n,r),void(e._lastHoverTime=Date.now());e._hoverTimer=setTimeout(function(){k(e,t,n,r),e._lastHoverTime=Date.now(),e._hoverTimer=void 0},y.HOVERMINTIME)},t.loneHover=function(e,t){var n={color:e.color||d.defaultLine,x0:e.x0||e.x||0,x1:e.x1||e.x||0,y0:e.y0||e.y||0,y1:e.y1||e.y||0,xLabel:e.xLabel,yLabel:e.yLabel,zLabel:e.zLabel,text:e.text,name:e.name,idealAlign:e.idealAlign,borderColor:e.borderColor,fontFamily:e.fontFamily,fontSize:e.fontSize,fontColor:e.fontColor,trace:{index:0,hoverinfo:""},xa:{_offset:0},ya:{_offset:0},index:0},a=r.select(t.container),i=t.outerContainer?r.select(t.outerContainer):a,l={hovermode:"closest",rotateLabels:!1,bgColor:t.bgColor||d.background,container:a,outerContainer:i},o=x([n],l,t.gd);return C(o,l.rotateLabels),o.node()}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17),i=n(38);e.exports={dragmode:{valType:"enumerated",role:"info",values:["zoom","pan","select","lasso","orbit","turntable"],dflt:"zoom",description:["Determines the mode of drag interactions.","*select* and *lasso* apply only to scatter traces with","markers or text. *orbit* and *turntable* apply only to","3D scenes."].join(" ")},hovermode:{valType:"enumerated",role:"info",values:["x","y","closest",!1],description:"Determines the mode of hover interactions."},hoverlabel:{bgcolor:{valType:"color",role:"style",description:["Sets the background color of all hover labels on graph"].join(" ")},bordercolor:{valType:"color",role:"style",description:["Sets the border color of all hover labels on graph."].join(" ")},font:{family:r({},a.family,{dflt:i.HOVERFONT}),size:r({},a.size,{dflt:i.HOVERFONTSIZE}),color:r({},a.color)}}}},function(e,t,n){"use strict";var r=n(0),a=n(38);t.getSubplot=function(e){return e.subplot||e.xaxis+e.yaxis||e.geo},t.flat=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=t;return n},t.p2c=function(e,t){for(var n=new Array(e.length),r=0;r<e.length;r++)n[r]=e[r].p2c(t);return n},t.getDistanceFunction=function(e,t,n,r){return"closest"===e?r||function(e,t){return function(n){var r=e(n),a=t(n);return Math.sqrt(r*r+a*a)}}(t,n):"x"===e?t:n},t.getClosest=function(e,t,n){if(!1!==n.index)n.index>=0&&n.index<e.length?n.distance=0:n.index=!1;else for(var r=0;r<e.length;r++){var a=t(e[r]);a<=n.distance&&(n.index=r,n.distance=a)}return n},t.inbox=function(e,t){return e*t<0||0===e?a.MAXDIST*(.6-.3/Math.max(3,Math.abs(e-t))):1/0},t.appendArrayPointValue=function(e,t,n){var a=t._arrayAttrs;if(a)for(var i=0;i<a.length;i++){var l,o=a[i];if(void 0===e[l="ids"===o?"id":"locations"===o?"location":o]){var s=r.nestedProperty(t,o).get();e[l]=Array.isArray(n)?s[n[0]][n[1]]:s[n]}}}},function(e,t,n){"use strict";var r=n(89).EventEmitter,a={init:function(e){if(e._ev instanceof r)return e;var t=new r,n=new r;return e._ev=t,e._internalEv=n,e.on=t.on.bind(t),e.once=t.once.bind(t),e.removeListener=t.removeListener.bind(t),e.removeAllListeners=t.removeAllListeners.bind(t),e._internalOn=n.on.bind(n),e._internalOnce=n.once.bind(n),e._removeInternalListener=n.removeListener.bind(n),e._removeAllInternalListeners=n.removeAllListeners.bind(n),e.emit=function(r,a){"undefined"!=typeof jQuery&&jQuery(e).trigger(r,a),t.emit(r,a),n.emit(r,a)},e},triggerHandler:function(e,t,n){var r,a;"undefined"!=typeof jQuery&&(r=jQuery(e).triggerHandler(t,n));var i=e._ev;if(!i)return r;var l=i._events[t];if(!l)return r;"function"==typeof l&&(l=[l]);for(var o=l.pop(),s=0;s<l.length;s++)l[s](n);return a=o(n),void 0!==r?r:a},purge:function(e){return delete e._ev,delete e.on,delete e.once,delete e.removeListener,delete e.removeAllListeners,delete e.emit,delete e._ev,delete e._internalEv,delete e._internalOn,delete e._internalOnce,delete e._removeInternalListener,delete e._removeAllInternalListeners,e}};e.exports=a},function(e,t){function n(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function r(e){return"function"==typeof e}function a(e){return"object"==typeof e&&null!==e}function i(e){return void 0===e}e.exports=n,n.EventEmitter=n,n.prototype._events=void 0,n.prototype._maxListeners=void 0,n.defaultMaxListeners=10,n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||isNaN(e))throw TypeError("n must be a positive number");return this._maxListeners=e,this},n.prototype.emit=function(e){var t,n,l,o,s,u;if(this._events||(this._events={}),"error"===e&&(!this._events.error||a(this._events.error)&&!this._events.error.length)){if((t=arguments[1])instanceof Error)throw t;var c=new Error('Uncaught, unspecified "error" event. ('+t+")");throw c.context=t,c}if(i(n=this._events[e]))return!1;if(r(n))switch(arguments.length){case 1:n.call(this);break;case 2:n.call(this,arguments[1]);break;case 3:n.call(this,arguments[1],arguments[2]);break;default:o=Array.prototype.slice.call(arguments,1),n.apply(this,o)}else if(a(n))for(o=Array.prototype.slice.call(arguments,1),l=(u=n.slice()).length,s=0;s<l;s++)u[s].apply(this,o);return!0},n.prototype.addListener=function(e,t){var l;if(!r(t))throw TypeError("listener must be a function");return this._events||(this._events={}),this._events.newListener&&this.emit("newListener",e,r(t.listener)?t.listener:t),this._events[e]?a(this._events[e])?this._events[e].push(t):this._events[e]=[this._events[e],t]:this._events[e]=t,a(this._events[e])&&!this._events[e].warned&&(l=i(this._maxListeners)?n.defaultMaxListeners:this._maxListeners)&&l>0&&this._events[e].length>l&&(this._events[e].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[e].length),"function"==typeof console.trace&&console.trace()),this},n.prototype.on=n.prototype.addListener,n.prototype.once=function(e,t){if(!r(t))throw TypeError("listener must be a function");var n=!1;function a(){this.removeListener(e,a),n||(n=!0,t.apply(this,arguments))}return a.listener=t,this.on(e,a),this},n.prototype.removeListener=function(e,t){var n,i,l,o;if(!r(t))throw TypeError("listener must be a function");if(!this._events||!this._events[e])return this;if(l=(n=this._events[e]).length,i=-1,n===t||r(n.listener)&&n.listener===t)delete this._events[e],this._events.removeListener&&this.emit("removeListener",e,t);else if(a(n)){for(o=l;o-- >0;)if(n[o]===t||n[o].listener&&n[o].listener===t){i=o;break}if(i<0)return this;1===n.length?(n.length=0,delete this._events[e]):n.splice(i,1),this._events.removeListener&&this.emit("removeListener",e,t)}return this},n.prototype.removeAllListeners=function(e){var t,n;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[e]&&delete this._events[e],this;if(0===arguments.length){for(t in this._events)"removeListener"!==t&&this.removeAllListeners(t);return this.removeAllListeners("removeListener"),this._events={},this}if(r(n=this._events[e]))this.removeListener(e,n);else if(n)for(;n.length;)this.removeListener(e,n[n.length-1]);return delete this._events[e],this},n.prototype.listeners=function(e){return this._events&&this._events[e]?r(this._events[e])?[this._events[e]]:this._events[e].slice():[]},n.prototype.listenerCount=function(e){if(this._events){var t=this._events[e];if(r(t))return 1;if(t)return t.length}return 0},n.listenerCount=function(e,t){return e.listenerCount(t)}},function(e,t,n){"use strict";var r=n(0),a=n(89).EventEmitter;e.exports=function(e){var t=e.emitter||new a,n=new Promise(function(a,i){var l=window.Image,o=e.svg,s=e.format||"png";if(r.isIE()&&(o=(o=(o=o.replace(/"/gi,"'")).replace(/(\('#)([^']*)('\))/gi,'("$2")')).replace(/(\\')/gi,'"'),"svg"!==s)){var u=new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.");return i(u),e.promise?n:t.emit("error",u)}var c=e.canvas,d=c.getContext("2d"),f=new l,h="data:image/svg+xml,"+encodeURIComponent(o);c.height=e.height||150,c.width=e.width||300,f.onload=function(){var n;switch("svg"!==s&&d.drawImage(f,0,0),s){case"jpeg":n=c.toDataURL("image/jpeg");break;case"png":n=c.toDataURL("image/png");break;case"webp":n=c.toDataURL("image/webp");break;case"svg":n=h;break;default:if(i(new Error("Image format is not jpeg, png or svg")),!e.promise)return t.emit("error","Image format is not jpeg, png or svg")}a(n),e.promise||t.emit("success",n)},f.onerror=function(n){if(i(n),!e.promise)return t.emit("error",n)},f.src=h});return e.promise?n:t}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(3),l=n(31),o=/"/g,s=new RegExp('("TOBESTRIPPED)|(TOBESTRIPPED")',"g");e.exports=function(e,t){var n,u=e._fullLayout,c=u._paper,d=u._toppaper;c.insert("rect",":first-child").call(a.setRect,0,0,u.width,u.height).call(i.fill,u.paper_bgcolor);var f=u._basePlotModules||[];for(n=0;n<f.length;n++){var h=f[n];h.toSVG&&h.toSVG(e)}if(d){var p=d.node().childNodes,v=Array.prototype.slice.call(p);for(n=0;n<v.length;n++){var y=v[n];y.childNodes.length&&c.node().appendChild(y)}}u._draggers&&u._draggers.remove(),c.node().style.background="",c.selectAll("text").attr({"data-unformatted":null,"data-math":null}).each(function(){var e=r.select(this);if("hidden"!==e.style("visibility")&&"none"!==e.style("display")){e.style({visibility:null,display:null});var t=e.style("font-family");t&&-1!==t.indexOf('"')&&e.style("font-family",t.replace(o,"TOBESTRIPPED"))}else e.remove()}),c.selectAll(".point").each(function(){var e=r.select(this),t=e.style("fill");t&&-1!==t.indexOf("url(")&&e.style("fill",t.replace(o,"TOBESTRIPPED"))}),"pdf"!==t&&"eps"!==t||c.selectAll("#MathJax_SVG_glyphs path").attr("stroke-width",0),c.node().setAttributeNS(l.xmlns,"xmlns",l.svg),c.node().setAttributeNS(l.xmlns,"xmlns:xlink",l.xlink);var g=(new window.XMLSerializer).serializeToString(c.node());return g=function(e){var t=r.select("body").append("div").style({display:"none"}).html(""),n=e.replace(/(&[^;]*;)/gi,function(e){return"<"===e?"<":"&rt;"===e?">":-1!==e.indexOf("<")||-1!==e.indexOf(">")?"":t.html(e).text()});return t.remove(),n}(g),g=(g=g.replace(/&(?!\w+;|\#[0-9]+;| \#x[0-9A-F]+;)/g,"&")).replace(s,"'")}},function(e,t,n){"use strict";var r=n(0),a=n(9),i=r.extendFlat,l=r.extendDeep;function o(e){var t;switch(e){case"themes__thumb":t={autosize:!0,width:150,height:150,title:"",showlegend:!1,margin:{l:5,r:5,t:5,b:5,pad:0},annotations:[]};break;case"thumbnail":t={title:"",hidesources:!0,showlegend:!1,borderwidth:0,bordercolor:"",margin:{l:1,r:1,t:1,b:1,pad:0},annotations:[]};break;default:t={}}return t}e.exports=function(e,t){var n;e.framework&&e.framework.isPolar&&(e=e.framework.getConfig());var r,s=e.data,u=e.layout,c=l([],s),d=l({},u,o(t.tileClass)),f=e._context||{};if(t.width&&(d.width=t.width),t.height&&(d.height=t.height),"thumbnail"===t.tileClass||"themes__thumb"===t.tileClass){d.annotations=[];var h=Object.keys(d);for(n=0;n<h.length;n++)r=h[n],["xaxis","yaxis","zaxis"].indexOf(r.slice(0,5))>-1&&(d[h[n]].title="");for(n=0;n<c.length;n++){var p=c[n];p.showscale=!1,p.marker&&(p.marker.showscale=!1),"pie"===p.type&&(p.textposition="none")}}if(Array.isArray(t.annotations))for(n=0;n<t.annotations.length;n++)d.annotations.push(t.annotations[n]);var v=a.getSubplotIds(d,"gl3d");if(v.length){var y={};for("thumbnail"===t.tileClass&&(y={title:"",showaxeslabels:!1,showticklabels:!1,linetickenable:!1}),n=0;n<v.length;n++){var g=d[v[n]];g.xaxis||(g.xaxis={}),g.yaxis||(g.yaxis={}),g.zaxis||(g.zaxis={}),i(g.xaxis,y),i(g.yaxis,y),i(g.zaxis,y),g._scene=null}}var m=document.createElement("div");t.tileClass&&(m.className=t.tileClass);var _={gd:m,td:m,layout:d,data:c,config:{staticPlot:void 0===t.staticPlot||t.staticPlot,plotGlPixelRatio:void 0===t.plotGlPixelRatio?2:t.plotGlPixelRatio,displaylogo:t.displaylogo||!1,showLink:t.showLink||!1,showTips:t.showTips||!1,mapboxAccessToken:f.mapboxAccessToken}};return"transparent"!==t.setBackground&&(_.config.setBackground=t.setBackground||"opaque"),_.gd.defaultLayout=o(t.tileClass),_}},function(e,t,n){"use strict";t.getDelay=function(e){return e._has&&(e._has("gl3d")||e._has("gl2d"))?500:0},t.getRedrawFunc=function(e){if(!(e.data&&e.data[0]&&e.data[0].r))return function(){(e.calcdata||[]).forEach(function(e){e[0]&&e[0].t&&e[0].t.cb&&e[0].t.cb()})}}},function(e,t,n){"use strict";var r=n(146),a=n(0),i=n(271);e.exports=function(e,t){return(t=t||{}).format=t.format||"png",new Promise(function(n,l){e._snapshotInProgress&&l(new Error("Snapshotting already in progress.")),a.isIE()&&"svg"!==t.format&&l(new Error("Sorry IE does not support downloading from canvas. Try {format:'svg'} instead.")),e._snapshotInProgress=!0;var o=r(e,t),s=t.filename||e.fn||"newplot";s+="."+t.format,o.then(function(t){return e._snapshotInProgress=!1,i(t,s)}).then(function(e){n(e)}).catch(function(t){e._snapshotInProgress=!1,l(t)})})}},function(e,t,n){"use strict";e.exports={undo:{width:857.1,path:"m857 350q0-87-34-166t-91-137-137-92-166-34q-96 0-183 41t-147 114q-4 6-4 13t5 11l76 77q6 5 14 5 9-1 13-7 41-53 100-82t126-29q58 0 110 23t92 61 61 91 22 111-22 111-61 91-92 61-110 23q-55 0-105-20t-90-57l77-77q17-16 8-38-10-23-33-23h-250q-15 0-25 11t-11 25v250q0 24 22 33 22 10 39-8l72-72q60 57 137 88t159 31q87 0 166-34t137-92 91-137 34-166z",ascent:850,descent:-150},home:{width:928.6,path:"m786 296v-267q0-15-11-26t-25-10h-214v214h-143v-214h-214q-15 0-25 10t-11 26v267q0 1 0 2t0 2l321 264 321-264q1-1 1-4z m124 39l-34-41q-5-5-12-6h-2q-7 0-12 3l-386 322-386-322q-7-4-13-4-7 2-12 7l-35 41q-4 5-3 13t6 12l401 334q18 15 42 15t43-15l136-114v109q0 8 5 13t13 5h107q8 0 13-5t5-13v-227l122-102q5-5 6-12t-4-13z",ascent:850,descent:-150},"camera-retro":{width:1e3,path:"m518 386q0 8-5 13t-13 5q-37 0-63-27t-26-63q0-8 5-13t13-5 12 5 5 13q0 23 16 38t38 16q8 0 13 5t5 13z m125-73q0-59-42-101t-101-42-101 42-42 101 42 101 101 42 101-42 42-101z m-572-320h858v71h-858v-71z m643 320q0 89-62 152t-152 62-151-62-63-152 63-151 151-63 152 63 62 151z m-571 358h214v72h-214v-72z m-72-107h858v143h-462l-36-71h-360v-72z m929 143v-714q0-30-21-51t-50-21h-858q-29 0-50 21t-21 51v714q0 30 21 51t50 21h858q29 0 50-21t21-51z",ascent:850,descent:-150},zoombox:{width:1e3,path:"m1000-25l-250 251c40 63 63 138 63 218 0 224-182 406-407 406-224 0-406-182-406-406s183-406 407-406c80 0 155 22 218 62l250-250 125 125z m-812 250l0 438 437 0 0-438-437 0z m62 375l313 0 0-312-313 0 0 312z",ascent:850,descent:-150},pan:{width:1e3,path:"m1000 350l-187 188 0-125-250 0 0 250 125 0-188 187-187-187 125 0 0-250-250 0 0 125-188-188 186-187 0 125 252 0 0-250-125 0 187-188 188 188-125 0 0 250 250 0 0-126 187 188z",ascent:850,descent:-150},zoom_plus:{width:1e3,path:"m1 787l0-875 875 0 0 875-875 0z m687-500l-187 0 0-187-125 0 0 187-188 0 0 125 188 0 0 187 125 0 0-187 187 0 0-125z",ascent:850,descent:-150},zoom_minus:{width:1e3,path:"m0 788l0-876 875 0 0 876-875 0z m688-500l-500 0 0 125 500 0 0-125z",ascent:850,descent:-150},autoscale:{width:1e3,path:"m250 850l-187 0-63 0 0-62 0-188 63 0 0 188 187 0 0 62z m688 0l-188 0 0-62 188 0 0-188 62 0 0 188 0 62-62 0z m-875-938l0 188-63 0 0-188 0-62 63 0 187 0 0 62-187 0z m875 188l0-188-188 0 0-62 188 0 62 0 0 62 0 188-62 0z m-125 188l-1 0-93-94-156 156 156 156 92-93 2 0 0 250-250 0 0-2 93-92-156-156-156 156 94 92 0 2-250 0 0-250 0 0 93 93 157-156-157-156-93 94 0 0 0-250 250 0 0 0-94 93 156 157 156-157-93-93 0 0 250 0 0 250z",ascent:850,descent:-150},tooltip_basic:{width:1500,path:"m375 725l0 0-375-375 375-374 0-1 1125 0 0 750-1125 0z",ascent:850,descent:-150},tooltip_compare:{width:1125,path:"m187 786l0 2-187-188 188-187 0 0 937 0 0 373-938 0z m0-499l0 1-187-188 188-188 0 0 937 0 0 376-938-1z",ascent:850,descent:-150},plotlylogo:{width:1542,path:"m0-10h182v-140h-182v140z m228 146h183v-286h-183v286z m225 714h182v-1000h-182v1000z m225-285h182v-715h-182v715z m225 142h183v-857h-183v857z m231-428h182v-429h-182v429z m225-291h183v-138h-183v138z",ascent:850,descent:-150},"z-axis":{width:1e3,path:"m833 5l-17 108v41l-130-65 130-66c0 0 0 38 0 39 0-1 36-14 39-25 4-15-6-22-16-30-15-12-39-16-56-20-90-22-187-23-279-23-261 0-341 34-353 59 3 60 228 110 228 110-140-8-351-35-351-116 0-120 293-142 474-142 155 0 477 22 477 142 0 50-74 79-163 96z m-374 94c-58-5-99-21-99-40 0-24 65-43 144-43 79 0 143 19 143 43 0 19-42 34-98 40v216h87l-132 135-133-135h88v-216z m167 515h-136v1c16 16 31 34 46 52l84 109v54h-230v-71h124v-1c-16-17-28-32-44-51l-89-114v-51h245v72z",ascent:850,descent:-150},"3d_rotate":{width:1e3,path:"m922 660c-5 4-9 7-14 11-359 263-580-31-580-31l-102 28 58-400c0 1 1 1 2 2 118 108 351 249 351 249s-62 27-100 42c88 83 222 183 347 122 16-8 30-17 44-27-2 1-4 2-6 4z m36-329c0 0 64 229-88 296-62 27-124 14-175-11 157-78 225-208 249-266 8-19 11-31 11-31 2 5 6 15 11 32-5-13-8-20-8-20z m-775-239c70-31 117-50 198-32-121 80-199 346-199 346l-96-15-58-12c0 0 55-226 155-287z m603 133l-317-139c0 0 4-4 19-14 7-5 24-15 24-15s-177-147-389 4c235-287 536-112 536-112l31-22 100 299-4-1z m-298-153c6-4 14-9 24-15 0 0-17 10-24 15z",ascent:850,descent:-150},camera:{width:1e3,path:"m500 450c-83 0-150-67-150-150 0-83 67-150 150-150 83 0 150 67 150 150 0 83-67 150-150 150z m400 150h-120c-16 0-34 13-39 29l-31 93c-6 15-23 28-40 28h-340c-16 0-34-13-39-28l-31-94c-6-15-23-28-40-28h-120c-55 0-100-45-100-100v-450c0-55 45-100 100-100h800c55 0 100 45 100 100v450c0 55-45 100-100 100z m-400-550c-138 0-250 112-250 250 0 138 112 250 250 250 138 0 250-112 250-250 0-138-112-250-250-250z m365 380c-19 0-35 16-35 35 0 19 16 35 35 35 19 0 35-16 35-35 0-19-16-35-35-35z",ascent:850,descent:-150},movie:{width:1e3,path:"m938 413l-188-125c0 37-17 71-44 94 64 38 107 107 107 187 0 121-98 219-219 219-121 0-219-98-219-219 0-61 25-117 66-156h-115c30 33 49 76 49 125 0 103-84 187-187 187s-188-84-188-187c0-57 26-107 65-141-38-22-65-62-65-109v-250c0-70 56-126 125-126h500c69 0 125 56 125 126l188-126c34 0 62 28 62 63v375c0 35-28 63-62 63z m-750 0c-69 0-125 56-125 125s56 125 125 125 125-56 125-125-56-125-125-125z m406-1c-87 0-157 70-157 157 0 86 70 156 157 156s156-70 156-156-70-157-156-157z",ascent:850,descent:-150},question:{width:857.1,path:"m500 82v107q0 8-5 13t-13 5h-107q-8 0-13-5t-5-13v-107q0-8 5-13t13-5h107q8 0 13 5t5 13z m143 375q0 49-31 91t-77 65-95 23q-136 0-207-119-9-14 4-24l74-55q4-4 10-4 9 0 14 7 30 38 48 51 19 14 48 14 27 0 48-15t21-33q0-21-11-34t-38-25q-35-16-65-48t-29-70v-20q0-8 5-13t13-5h107q8 0 13 5t5 13q0 10 12 27t30 28q18 10 28 16t25 19 25 27 16 34 7 45z m214-107q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z",ascent:850,descent:-150},disk:{width:857.1,path:"m214-7h429v214h-429v-214z m500 0h72v500q0 8-6 21t-11 20l-157 156q-5 6-19 12t-22 5v-232q0-22-15-38t-38-16h-322q-22 0-37 16t-16 38v232h-72v-714h72v232q0 22 16 38t37 16h465q22 0 38-16t15-38v-232z m-214 518v178q0 8-5 13t-13 5h-107q-7 0-13-5t-5-13v-178q0-8 5-13t13-5h107q7 0 13 5t5 13z m357-18v-518q0-22-15-38t-38-16h-750q-23 0-38 16t-16 38v750q0 22 16 38t38 16h517q23 0 50-12t42-26l156-157q16-15 27-42t11-49z",ascent:850,descent:-150},lasso:{width:1031,path:"m1018 538c-36 207-290 336-568 286-277-48-473-256-436-463 10-57 36-108 76-151-13-66 11-137 68-183 34-28 75-41 114-42l-55-70 0 0c-2-1-3-2-4-3-10-14-8-34 5-45 14-11 34-8 45 4 1 1 2 3 2 5l0 0 113 140c16 11 31 24 45 40 4 3 6 7 8 11 48-3 100 0 151 9 278 48 473 255 436 462z m-624-379c-80 14-149 48-197 96 42 42 109 47 156 9 33-26 47-66 41-105z m-187-74c-19 16-33 37-39 60 50-32 109-55 174-68-42-25-95-24-135 8z m360 75c-34-7-69-9-102-8 8 62-16 128-68 170-73 59-175 54-244-5-9 20-16 40-20 61-28 159 121 317 333 354s407-60 434-217c28-159-121-318-333-355z",ascent:850,descent:-150},selectbox:{width:1e3,path:"m0 850l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-285l0-143 143 0 0 143-143 0z m857 0l0-143 143 0 0 143-143 0z m-857-286l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z m285 0l0-143 143 0 0 143-143 0z m286 0l0-143 143 0 0 143-143 0z",ascent:850,descent:-150},spikeline:{width:1e3,path:"M512 409c0-57-46-104-103-104-57 0-104 47-104 104 0 57 47 103 104 103 57 0 103-46 103-103z m-327-39l92 0 0 92-92 0z m-185 0l92 0 0 92-92 0z m370-186l92 0 0 93-92 0z m0-184l92 0 0 92-92 0z",ascent:850,descent:-150}}},function(e,t,n){"use strict";e.exports={SHOW_PLACEHOLDER:100,HIDE_PLACEHOLDER:1e3,DBLCLICKDELAY:300}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(9),o=n(0),s=n(7),u=n(3),c=n(14),d=n(96),f=/Click to enter .+ title/;(e.exports={}).draw=function(e,t,n){var h=n.propContainer,p=n.propName,v=n.traceIndex,y=n.dfltName,g=n.avoid||{},m=n.attributes,_=n.transform,T=n.containerGroup,M=e._fullLayout,b=h.titlefont.family,K=h.titlefont.size,k=h.titlefont.color,x=1,C=!1,A=h.title.trim(),w=e._context.editable;""===A&&(x=0),A.match(f)&&(x=.2,C=!0,w||(A=""));var L=A||w;T||(T=M._infolayer.selectAll(".g-"+t).data([0])).enter().append("g").classed("g-"+t,!0);var D=T.selectAll("text").data(L?[0]:[]);if(D.enter().append("text"),D.text(A).attr("class",t),D.exit().remove(),L){D.call(S);var B="Click to enter "+y+" title";w&&(A?D.on(".opacity",null):(x=0,C=!0,A=B,D.text(A).on("mouseover.opacity",function(){r.select(this).transition().duration(d.SHOW_PLACEHOLDER).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(d.HIDE_PLACEHOLDER).style("opacity",0)})),D.call(c.makeEditable,{gd:e}).on("edit",function(t){void 0!==v?i.restyle(e,p,t,v):i.relayout(e,p,t)}).on("cancel",function(){this.text(this.attr("data-unformatted")).call(S)}).on("input",function(e){this.text(e||" ").call(c.positionText,m.x,m.y)})),D.classed("js-placeholder",C)}function S(e){o.syncOrAsync([G,W],e)}function G(t){return t.attr("transform",_?"rotate("+[_.rotate,m.x,m.y]+") translate(0, "+_.offset+")":null),t.style({"font-family":b,"font-size":r.round(K,2)+"px",fill:u.rgb(k),opacity:x*u.opacity(k),"font-weight":l.fontWeight}).attr(m).call(c.convertToTspans,e),l.previousPromises(e)}function W(e){var t=r.select(e.node().parentNode);if(g&&g.selection&&g.side&&A){t.attr("transform",null);var n=0,i={left:"right",right:"left",top:"bottom",bottom:"top"}[g.side],l=-1!==["left","top"].indexOf(g.side)?-1:1,u=a(g.pad)?g.pad:2,c=s.bBox(t.node()),d={left:0,top:0,right:M.width,bottom:M.height},f=g.maxShift||(d[g.side]-c[g.side])*("left"===g.side||"top"===g.side?-1:1);if(f<0)n=f;else{var h=g.offsetLeft||0,p=g.offsetTop||0;c.left-=h,c.right-=h,c.top-=p,c.bottom-=p,g.selection.each(function(){var e=s.bBox(this);o.bBoxIntersect(c,e,u)&&(n=Math.max(n,l*(e[g.side]-c[i])+u))}),n=Math.min(f,n)}if(n>0||f<0){var v={left:[-n,0],right:[n,0],top:[0,-n],bottom:[0,n]}[g.side];t.attr("transform","translate("+v+")")}}}}},function(e,t,n){"use strict";e.exports=function(e){for(var t,n=e.length,r=new Array(n),a=n-1,i=0;a>=0;a--,i++)t=e[a],r[i]=[1-t[0],t[1]];return r}},function(e,t,n){"use strict";var r=n(25),a=n(163);e.exports=function(e){return void 0!==r[e]||a(e)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(292),l=n(291),o=n(99),s=n(98);e.exports=function(e,t,n,u,c){var d,f=c.prefix,h=c.cLetter,p=f.slice(0,f.length-1),v=f?a.nestedProperty(e,p).get()||{}:e,y=f?a.nestedProperty(t,p).get()||{}:t,g=v[h+"min"],m=v[h+"max"],_=v.colorscale;u(f+h+"auto",!(r(g)&&r(m)&&g<m)),u(f+h+"min"),u(f+h+"max"),void 0!==_&&(d=!o(_)),u(f+"autocolorscale",d);var T,M=u(f+"colorscale");(u(f+"reversescale")&&(y.colorscale=s(M)),"marker.line."!==f)&&(f&&(T=i(v)),u(f+"showscale",T)&&l(v,y,n))}},function(e,t,n){"use strict";t.dash={valType:"string",values:["solid","dot","dash","longdash","dashdot","longdashdot"],dflt:"solid",role:"style",description:["Sets the dash style of lines. Set to a dash type string","(*solid*, *dot*, *dash*, *longdash*, *dashdot*, or *longdashdot*)","or a dash length list in px (eg *5px,10px,2px,2px*)."].join(" ")}},function(e,t,n){"use strict";var r=n(23),a=n(17),i=n(10).extendFlat;e.exports={thicknessmode:{valType:"enumerated",values:["fraction","pixels"],role:"style",dflt:"pixels",description:["Determines whether this color bar's thickness","(i.e. the measure in the constant color direction)","is set in units of plot *fraction* or in *pixels*.","Use `thickness` to set the value."].join(" ")},thickness:{valType:"number",role:"style",min:0,dflt:30,description:["Sets the thickness of the color bar","This measure excludes the size of the padding, ticks and labels."].join(" ")},lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this color bar's length","(i.e. the measure in the color variation direction)","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the color bar","This measure excludes the padding of both ends.","That is, the color bar length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",dflt:1.02,min:-2,max:3,role:"style",description:["Sets the x position of the color bar (in plot fraction)."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"style",description:["Sets this color bar's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the color bar."].join(" ")},xpad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the x direction."},y:{valType:"number",role:"style",dflt:.5,min:-2,max:3,description:["Sets the y position of the color bar (in plot fraction)."].join(" ")},yanchor:{valType:"enumerated",values:["top","middle","bottom"],role:"style",dflt:"middle",description:["Sets this color bar's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the color bar."].join(" ")},ypad:{valType:"number",role:"style",min:0,dflt:10,description:"Sets the amount of padding (in px) along the y direction."},outlinecolor:r.linecolor,outlinewidth:r.linewidth,bordercolor:r.linecolor,borderwidth:{valType:"number",role:"style",min:0,dflt:0,description:["Sets the width (in px) or the border enclosing this color bar."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:"rgba(0,0,0,0)",description:"Sets the color of padded area."},tickmode:r.tickmode,nticks:r.nticks,tick0:r.tick0,dtick:r.dtick,tickvals:r.tickvals,ticktext:r.ticktext,ticks:i({},r.ticks,{dflt:""}),ticklen:r.ticklen,tickwidth:r.tickwidth,tickcolor:r.tickcolor,showticklabels:r.showticklabels,tickfont:r.tickfont,tickangle:r.tickangle,tickformat:r.tickformat,tickprefix:r.tickprefix,showtickprefix:r.showtickprefix,ticksuffix:r.ticksuffix,showticksuffix:r.showticksuffix,separatethousands:r.separatethousands,exponentformat:r.exponentformat,showexponent:r.showexponent,title:{valType:"string",role:"info",dflt:"Click to enter colorscale title",description:"Sets the title of the color bar."},titlefont:i({},a,{description:["Sets this color bar's title font."].join(" ")}),titleside:{valType:"enumerated",values:["right","top","bottom"],role:"style",dflt:"top",description:["Determines the location of the colorbar title","with respect to the color bar."].join(" ")}}},function(e,t,n){"use strict";e.exports={visible:{valType:"boolean",role:"info",description:["Determines whether or not this set of error bars is visible."].join(" ")},type:{valType:"enumerated",values:["percent","constant","sqrt","data"],role:"info",description:["Determines the rule used to generate the error bars.","If *constant`, the bar lengths are of a constant value.","Set this constant in `value`.","If *percent*, the bar lengths correspond to a percentage of","underlying data. Set this percentage in `value`.","If *sqrt*, the bar lengths correspond to the sqaure of the","underlying data.","If *array*, the bar lengths are set with data set `array`."].join(" ")},symmetric:{valType:"boolean",role:"info",description:["Determines whether or not the error bars have the same length","in both direction","(top/bottom for vertical bars, left/right for horizontal bars."].join(" ")},array:{valType:"data_array",description:["Sets the data corresponding the length of each error bar.","Values are plotted relative to the underlying data."].join(" ")},arrayminus:{valType:"data_array",description:["Sets the data corresponding the length of each error bar in the","bottom (left) direction for vertical (horizontal) bars","Values are plotted relative to the underlying data."].join(" ")},value:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars."].join(" ")},valueminus:{valType:"number",min:0,dflt:10,role:"info",description:["Sets the value of either the percentage","(if `type` is set to *percent*) or the constant","(if `type` is set to *constant*) corresponding to the lengths of","the error bars in the","bottom (left) direction for vertical (horizontal) bars"].join(" ")},traceref:{valType:"integer",min:0,dflt:0,role:"info"},tracerefminus:{valType:"integer",min:0,dflt:0,role:"info"},copy_ystyle:{valType:"boolean",role:"style"},copy_zstyle:{valType:"boolean",role:"style"},color:{valType:"color",role:"style",description:"Sets the stoke color of the error bars."},thickness:{valType:"number",min:0,dflt:2,role:"style",description:"Sets the thickness (in px) of the error bars."},width:{valType:"number",min:0,role:"style",description:["Sets the width (in px) of the cross-bar at both ends","of the error bars."].join(" ")},_deprecated:{opacity:{valType:"number",role:"style",description:["Obsolete.","Use the alpha channel in error bar `color` to set the opacity."].join(" ")}}}},function(e,t,n){"use strict";e.exports={mode:{valType:"enumerated",dflt:"afterall",role:"info",values:["immediate","next","afterall"],description:["Describes how a new animate call interacts with currently-running","animations. If `immediate`, current animations are interrupted and","the new animation is started. If `next`, the current frame is allowed","to complete, after which the new animation is started. If `afterall`","all existing frames are animated to completion before the new animation","is started."].join(" ")},direction:{valType:"enumerated",role:"info",values:["forward","reverse"],dflt:"forward",description:["The direction in which to play the frames triggered by the animation call"].join(" ")},fromcurrent:{valType:"boolean",dflt:!1,role:"info",description:["Play frames starting at the current frame instead of the beginning."].join(" ")},frame:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration in milliseconds of each frame. If greater than the frame","duration, it will be limited to the frame duration."].join(" ")},redraw:{valType:"boolean",role:"info",dflt:!0,description:["Redraw the plot at completion of the transition. This is desirable","for transitions that include properties that cannot be transitioned,","but may significantly slow down updates that do not require a full","redraw of the plot"].join(" ")}},transition:{duration:{valType:"number",role:"info",min:0,dflt:500,description:["The duration of the transition, in milliseconds. If equal to zero,","updates are synchronous."].join(" ")},easing:{valType:"enumerated",dflt:"cubic-in-out",values:["linear","quad","cubic","sin","exp","circle","elastic","back","bounce","linear-in","quad-in","cubic-in","sin-in","exp-in","circle-in","elastic-in","back-in","bounce-in","linear-out","quad-out","cubic-out","sin-out","exp-out","circle-out","elastic-out","back-out","bounce-out","linear-in-out","quad-in-out","cubic-in-out","sin-in-out","exp-in-out","circle-in-out","elastic-in-out","back-in-out","bounce-in-out"],role:"info",description:"The easing function used for the transition"}}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){if(e>0)return Math.log(e)/Math.LN10;var n=Math.log(Math.min(t[0],t[1]))/Math.LN10;return r(n)||(n=Math.log(Math.max(t[0],t[1]))/Math.LN10-6),n}},function(e,t,n){"use strict";var r="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer:{isView:function(){return!1}};e.exports=function(e){return Array.isArray(e)||r.isView(e)}},function(e,t,n){"use strict";var r=n(2),a=n(106),i=n(32),l=n(167);e.exports=function(e,t){if(r(t))t=String(t);else if("string"!=typeof t||"[-1]"===t.substr(t.length-4))throw"bad property string";for(var n,i,l,o=0,s=t.split(".");o<s.length;){if(n=String(s[o]).match(/^([^\[\]]*)((\[\-?[0-9]*\])+)$/)){if(n[1])s[o]=n[1];else{if(0!==o)throw"bad property string";s.splice(0,1)}for(i=n[2].substr(1,n[2].length-2).split("]["),l=0;l<i.length;l++)o++,s.splice(o,0,Number(i[l]))}o++}return"object"!=typeof e?function(e,t,n){return{set:function(){throw"bad container"},get:function(){},astr:t,parts:n,obj:e}}(e,t,s):{set:c(e,s,t),get:function e(t,n){return function(){var r,i,l,o,s,u=t;for(o=0;o<n.length-1;o++){if(-1===(r=n[o])){for(i=!0,l=[],s=0;s<u.length;s++)l[s]=e(u[s],n.slice(o+1))(),l[s]!==l[0]&&(i=!1);return i?l[0]:l}if("number"==typeof r&&!a(u))return;if("object"!=typeof(u=u[r])||null===u)return}if("object"==typeof u&&null!==u&&null!==(l=u[n[o]]))return l}}(e,s),astr:t,parts:s,obj:e}};var o=/(^|\.)((domain|range)(\.[xy])?|args|parallels)$/,s=/(^|\.)args\[/;function u(e,t){if(void 0!==(n=e)&&null!==n&&("object"!=typeof n||(a(n)?n.length:Object.keys(n).length))||i(e)&&"]"===t.charAt(t.length-1)||t.match(s)&&void 0!==e)return!1;var n;if(!a(e))return!0;if(t.match(o))return!0;var r=l(t);return r&&""===r.index}function c(e,t,n){return function(r){var i,l,o=e,s="",c=[[e,s]],p=u(r,n);for(l=0;l<t.length-1;l++){if("number"==typeof(i=t[l])&&!a(o))throw"array index but container is not an array";if(-1===i){if(p=!f(o,t.slice(l+1),r,n))break;return}if(!h(o,i,t[l+1],p))break;if("object"!=typeof(o=o[i])||null===o)throw"container is not an object";s=d(s,i),c.push([o,s])}p?(l===t.length-1&&delete o[t[l]],function(e){var t,n,r,i,l,o;for(t=e.length-1;t>=0;t--){if(r=e[t][0],i=e[t][1],o=!1,a(r))for(n=r.length-1;n>=0;n--)u(r[n],d(i,n))?o?r[n]=void 0:r.pop():o=!0;else if("object"==typeof r&&null!==r)for(l=Object.keys(r),o=!1,n=l.length-1;n>=0;n--)u(r[l[n]],d(i,l[n]))?delete r[l[n]]:o=!0;if(o)return}}(c)):o[t[l]]=r}}function d(e,t){var n=t;return r(t)?n="["+t+"]":e&&(n="."+t),e+n}function f(e,t,n,r){var i,l=a(n),o=!0,s=n,d=r.replace("-1",0),f=!l&&u(n,d),p=t[0];for(i=0;i<e.length;i++)d=r.replace("-1",i),l&&(f=u(s=n[i%n.length],d)),f&&(o=!1),h(e,i,p,f)&&c(e[i],t,r.replace("-1",i))(s);return o}function h(e,t,n,r){if(void 0===e[t]){if(r)return!1;e[t]="number"==typeof n?[]:{}}return!0}},function(e,t,n){"use strict";var r=n(10).extendFlat,a=n(17);e.exports={hoverlabel:{bgcolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the background color of the hover labels for this trace"].join(" ")},bordercolor:{valType:"color",role:"style",arrayOk:!0,description:["Sets the border color of the hover labels for this trace."].join(" ")},font:{family:r({},a.family,{arrayOk:!0}),size:r({},a.size,{arrayOk:!0}),color:r({},a.color,{arrayOk:!0})}}}},function(e,t,n){"use strict";e.exports=function(){}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(42),l=n(41),o=n(160),s=n(104),u=n(294),c=n(285),d=a.extendFlat,f=a.extendDeep,h="_isSubplotObj",p="_isLinkedToArray",v=[h,p,"_arrayAttrRegexps","_deprecated"];function y(e){return function(e){function n(e){return{valType:"string",role:"info",description:["Sets the source reference on plot.ly for ",e,"."].join(" ")}}t.crawl(e,function(e,r,i){t.isValObject(e)?"data_array"===e.valType?(e.role="data",i[r+"src"]=n(r)):!0===e.arrayOk&&(i[r+"src"]=n(r)):a.isPlainObject(e)&&(e.role="object")})}(e),function(e){t.crawl(e,function(e,t,n){if(!e)return;var r=e[p];if(!r)return;delete e[p],n[t]={items:{}},n[t].items[r]=e,n[t].role="object"})}(e),e}function g(e,t,n){var r=a.nestedProperty(e,n),i=f({},t.layoutAttributes);i[h]=!0,r.set(i)}function m(e,t,n){var r=a.nestedProperty(e,n);r.set(f(r.get()||{},t))}t.IS_SUBPLOT_OBJ=h,t.IS_LINKED_TO_ARRAY=p,t.DEPRECATED="_deprecated",t.UNDERSCORE_ATTRS=v,t.get=function(){var e={};r.allTypes.concat("area").forEach(function(t){e[t]=function(e){var t,n;"area"===e?(t={attributes:u},n={}):(t=r.modules[e]._module,n=t.basePlotModule);var a={type:null};f(a,i),f(a,t.attributes),n.attributes&&f(a,n.attributes);Object.keys(r.componentsRegistry).forEach(function(t){var n=r.componentsRegistry[t];n.schema&&n.schema.traces&&n.schema.traces[e]&&Object.keys(n.schema.traces[e]).forEach(function(t){m(a,n.schema.traces[e][t],t)})}),a.type=e;var l={meta:t.meta||{},attributes:y(a)};if(t.layoutAttributes){var o={};f(o,t.layoutAttributes),l.layoutAttributes=y(o)}return l}(t)});var t,n,h={};return Object.keys(r.transformsRegistry).forEach(function(e){h[e]=function(e){var t=r.transformsRegistry[e],n=f({},t.attributes);return Object.keys(r.componentsRegistry).forEach(function(t){var a=r.componentsRegistry[t];a.schema&&a.schema.transforms&&a.schema.transforms[e]&&Object.keys(a.schema.transforms[e]).forEach(function(t){m(n,a.schema.transforms[e][t],t)})}),{attributes:y(n)}}(e)}),{defs:{valObjects:a.valObjects,metaKeys:v.concat(["description","role"])},traces:e,layout:(n={},f(n,l),Object.keys(r.subplotsRegistry).forEach(function(e){var t=r.subplotsRegistry[e];if(t.layoutAttributes)if("cartesian"===t.name)g(n,t,"xaxis"),g(n,t,"yaxis");else{var a="subplot"===t.attr?t.name:t.attr;g(n,t,a)}}),n=function(e){return d(e,{radialaxis:c.radialaxis,angularaxis:c.angularaxis}),d(e,c.layout),e}(n),Object.keys(r.componentsRegistry).forEach(function(e){var t=r.componentsRegistry[e];t.layoutAttributes&&(t.schema&&t.schema.layout?Object.keys(t.schema.layout).forEach(function(e){m(n,t.schema.layout[e],e)}):m(n,t.layoutAttributes,t.name))}),{layoutAttributes:y(n)}),transforms:h,frames:(t={frames:a.extendDeep({},o)},y(t),t.frames),animation:y(s)}},t.crawl=function(e,n,r){var i=r||0;Object.keys(e).forEach(function(r){var l=e[r];-1===v.indexOf(r)&&(n(l,r,e,i),t.isValObject(l)||a.isPlainObject(l)&&t.crawl(l,n,i+1))})},t.isValObject=function(e){return e&&void 0!==e.valType},t.findArrayAttributes=function(e){var n=[],r=[];function l(t,i,l,o){if(r=r.slice(0,o).concat([i]),t&&("data_array"===t.valType||!0===t.arrayOk)){var s=function(e){return e.join(".")}(r),u=a.nestedProperty(e,s).get();Array.isArray(u)&&n.push(s)}}if(t.crawl(i,l),e._module&&e._module.attributes&&t.crawl(e._module.attributes,l),e.transforms)for(var o=e.transforms,s=0;s<o.length;s++){var u=o[s];r=["transforms["+s+"]"],t.crawl(u._module.attributes,l,1)}return e._fullInput&&e._fullInput._module&&e._fullInput._module.attributes&&(t.crawl(e._fullInput._module.attributes,l),n=a.filterUnique(n)),n}},function(e,t,n){"use strict";e.exports={staticPlot:!1,editable:!1,autosizable:!1,queueLength:0,fillFrame:!1,frameMargins:0,scrollZoom:!1,doubleClick:"reset+autosize",showTips:!0,showAxisDragHandles:!0,showAxisRangeEntryBoxes:!0,showLink:!1,sendData:!0,linkText:"Edit chart",showSources:!1,displayModeBar:"hover",modeBarButtonsToRemove:[],modeBarButtonsToAdd:[],modeBarButtons:!1,displaylogo:!0,plotGlPixelRatio:2,setBackground:function(t,n){try{t._fullLayout._paper.style("background",n)}catch(t){e.exports.logging>0&&console.error(t)}},topojsonURL:"https://cdn.plot.ly/",mapboxAccessToken:null,logging:!1,globalTransforms:[]}},function(e,t,n){"use strict";var r=function(){var e=this.$createElement,t=this._self._c||e;return t("figure",{staticClass:"image"},[t("img",{style:this.round?"border-radius: 50%":"",attrs:{src:"/dist/assets/hero-icons/"+this.hero.toLowerCase()+".jpg",alt:this.hero,title:this.hero}})])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("p",{staticClass:"title-box"},[e._v(e._s(e.title))]),e._v(" "),n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-centered"},[n("hero-image",{staticClass:"is-64x64 hero-image-slot",attrs:{actor:e.entry.Actor}}),e._v(" "),n("span",{staticClass:"hero-name"},[e._v(e._s(e.hero))])],1),e._v(" "),n("div",{staticClass:"column value is-centered"},[e.hasTalent?n("talent-image",{attrs:{entry:e.entry,size:64}}):n("span",[e._v("No Talent")]),e._v(" "),n("span",[e._v(e._s(e.value)+e._s(e.label))]),e._v(" "),n("span",{staticClass:"type"},[e._v(e._s(e.type))])],1)])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return"None"!=e.rarity?n("div",{staticClass:"talent-image",style:"background-image: url('/dist/assets/talent-icons-small/"+e.hero+"/"+e.hero+"_"+e.rarity+".jpg'); width: "+e.size+"px; height: "+e.size+"px",attrs:{alt:e.hero+" "+e.rarity,title:e.hero+" "+e.rarity}}):e._e()},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"columns is-multiline is-mobile"},[e.stats.topWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Overpowered",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topWin.TotalWinner),entry:e.stats.topWin}})],1):e._e(),e._v(" "),e.stats.topPick?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trending",type:"Total Pick Rate",label:"%",value:(100*e.playersPerMatch*e.stats.topPick.TotalPicks/e.stats.totalPicks).toFixed(2),entry:e.stats.topPick}})],1):e._e(),e._v(" "),e.stats.topLowLevel?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Beginner",type:"Level 1 Win Rate",label:"%",value:Math.round(100*e.stats.topLowLevel.TalentWinrateBase),entry:e.stats.topLowLevel}})],1):e._e(),e._v(" "),e.stats.topScaling?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Spender",type:"Win Rate per Level",label:"%",value:"+"+Math.round(100*e.stats.topScaling.TalentWinrateLevelScaling),entry:e.stats.topScaling}})],1):e._e(),e._v(" "),e.stats.topUnpopularWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Hidden Gem",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topUnpopularWin.TotalWinner),entry:e.stats.topUnpopularWin}})],1):e._e(),e._v(" "),e.stats.topRareWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Rare",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topRareWin.TotalWinner),entry:e.stats.topRareWin}})],1):e._e(),e._v(" "),e.stats.topEpicWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Epic",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topEpicWin.TotalWinner),entry:e.stats.topEpicWin}})],1):e._e(),e._v(" "),e.stats.topLegendaryWin?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Best Legendary",type:"Win Rate",label:"%",value:Math.round(100*e.stats.topLegendaryWin.TotalWinner),entry:e.stats.topLegendaryWin}})],1):e._e(),e._v(" "),e.stats.topKillDeathPoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Soldier",type:"Kill Death Difference",label:"",value:"+"+e.stats.topKillDeathPoints.KillDeathPoints.toFixed(2),entry:e.stats.topKillDeathPoints}})],1):e._e(),e._v(" "),e.stats.topObjectivePoints?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Trebuchet",type:"Objectives",label:"",value:e.stats.topObjectivePoints.ObjectivePoints.toFixed(2),entry:e.stats.topObjectivePoints}})],1):e._e(),e._v(" "),e.stats.topBlitzPointsDelta?n("div",{staticClass:"column"},[n("talent-box",{staticClass:"is-dark notification",attrs:{title:"Blitzkrieg",type:"Blitz Points",label:"",value:"+"+e.stats.topBlitzPointsDelta.BlitzPointsDelta.toFixed(2),entry:e.stats.topBlitzPointsDelta}})],1):e._e()])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile is-multiline is-centered"},e._l(e.actors,function(t){return n("div",{key:t,staticClass:"column is-narrow"},[n("a",{on:{click:function(n){e.selectedActor=t}}},[n("hero-image",{class:"is-48x48 "+(e.selectedActor==t?"highlight-selection":""),attrs:{actor:t}})],1)])}))])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("b-table",{attrs:{data:e.top10Talents,"mobile-cards":!1},scopedSlots:e._u([{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero"}},[n("hero-image",{staticClass:"is-square",attrs:{actor:t.row.Actor}})],1),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("b-table-column",{attrs:{field:"Count",label:"Pick Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*e.playersPerMatch*t.row.Count/e.totalPicks))+"%")])]),e._v(" "),n("b-table-column",{attrs:{field:"TotalWinner",label:"Win Rate",sortable:"",numeric:""}},[n("span",[e._v(e._s(Math.round(100*t.row.TotalWinner))+"%")])])]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"container"},[e._m(0),e._v(" "),n("div",{staticClass:"tabs is-fullwidth"},[n("ul",e._l(e.modes,function(t){return n("li",{key:t,class:t==e.selectedMode?"is-active":""},[n("a",{on:{click:function(n){e.selectedMode=t}}},[n("span",[e._v(e._s(e.getMode(t)))])])])}))]),e._v(" "),n("mode-tab",{staticClass:"tab"}),e._v(" "),n("footer",{staticClass:"footer"},[n("div",{staticClass:"container"},[n("div",{staticClass:"content has-text-centered"},[n("p",[e._v("\n Last update: "+e._s(e.lastUpdate)+", with "+e._s(e.totalMatches)+" matches total.\n ")]),e._v(" "),e._m(1),e._v(" "),n("p")])])])],1)},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("section",{staticClass:"hero is-medium is-bold header"},[t("div",{staticClass:"hero-body"},[t("div",{staticClass:"container"},[t("h1",{staticClass:"title has-text-white"},[this._v("\n Broken Talents\n ")]),this._v(" "),t("h2",{staticClass:"subtitle has-text-white"},[this._v("\n Tilting Brawlers since Update 2.5\n ")])])])])},function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("p",[n("strong",[e._v("BrokenTalentsFun")]),e._v(", the Vainglory Talents and Hero win rate statistics site, by shutterfly ("),n("a",{attrs:{href:"https://schneefux.xyz"}},[e._v("@schneefux")]),e._v(").\n "),n("br"),e._v(" "),n("a",{attrs:{href:"https://github.com/BrokenTalents/brokentalents.github.io"}},[e._v("Source Code")]),e._v(".\n Built with the "),n("a",{attrs:{href:"http://developer.vainglorygame.com"}},[e._v("Vainglory API")]),e._v(".\n Images by "),n("a",{attrs:{href:"https://vainglorygame.com"}},[e._v("Super Evil Mega Corp")]),e._v(", Gwen Icon by Bleeko.\n "),n("br"),e._v("\n Join the "),n("a",{attrs:{href:"https://discord.gg/txTchJY"}},[e._v("Discord Server")]),e._v(" or "),n("a",{attrs:{href:"https://twitter.com/brokentalents"}},[e._v("Tweet")]),e._v(" if you have questions.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("b-field",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}]},[n("p",{staticClass:"control"},[n("b-dropdown",{model:{value:e.filterRarity,callback:function(t){e.filterRarity=t},expression:"filterRarity"}},[n("button",{staticClass:"button",attrs:{slot:"trigger"},slot:"trigger"},[n("span",[e._v(e._s(e.filterRarity.replace("None","No")||"All")+" Talents")]),e._v(" "),n("b-icon",{attrs:{icon:"menu-down"}})],1),e._v(" "),n("b-dropdown-item",{attrs:{value:""}},[e._v("All Talents")]),e._v(" "),e._l(e.RARITIES,function(t){return n("b-dropdown-item",{key:t,attrs:{value:t}},[e._v(e._s(t.replace("None","No"))+" Talents")])})],2)],1)]),e._v(" "),n("b-field",[n("div",{staticClass:"control"},[n("b-switch",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("Include entries without enough data (statistics will be inaccurate)")])],1)]),e._v(" "),n("b-table",{attrs:{data:e.report,"default-sort":["TotalPicks","desc"],"default-sort-directon":"desc",paginated:!0},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Actor",label:"Hero",sortable:""}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}}),e._v(" "),n("span",{staticStyle:{"padding-left":"0.75em"}},[e._v(e._s(e.getHero(t.row.Actor)))])],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getHero(t.row.Actor)))]),e._v(" "),n("hero-image",{staticClass:"is-48x48",attrs:{round:"true",actor:t.row.Actor}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"Talent",label:"Talent",visible:e.hasTalents}},[n("div",{staticClass:"is-hidden-touch"},[n("div",{staticStyle:{display:"flex","align-items":"center","justify-content":"space-between"}},[n("span",[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)]),e._v(" "),n("div",{staticClass:"is-hidden-desktop"},[n("div",{staticStyle:{display:"flex","align-items":"center"}},[n("span",{staticStyle:{"padding-right":"0.5em"}},[e._v(e._s(e.getTalentName(t.row.Talent)))]),e._v(" "),n("talent-image",{attrs:{entry:t.row,size:48}})],1)])]),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")]],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",visible:e.hasTalents,sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2),e._v(" "),n("b-table-column",{attrs:{field:"BlitzPointsDelta",label:"Blitz Points",visible:e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((t.row.BlitzPointsDelta>0?"+":"")+t.row.BlitzPointsDelta.toFixed(2))+"\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"Winner",label:"Win Rate",visible:!e.hasTalents,sortable:"",numeric:""}},[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"%\n ")]),e._v(" "),n("b-table-column",{attrs:{field:"TotalPicks",label:"Pick Rate",sortable:"",numeric:""}},[e._v("\n "+e._s((100*e.playersPerMatch*t.row.TotalPicks/e.totalPicks).toFixed(2))+"%\n ")])]}}])},[n("template",{slot:"footer"},[n("div",{staticClass:"has-text-right"},[n("button",{staticClass:"button",on:{click:function(t){e.downloadCsv()}}},[e._v("Download CSV")])])])],2)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:"notification "+(e.hideIntro?"is-hidden":"")},[n("button",{staticClass:"delete",on:{click:function(t){e.hideIntro=!0}}}),e._v(" "),n("div",{staticClass:"content"},[n("h3",[e._v("Hi There!")]),e._v(" "),n("img",{staticClass:"image is-64x64",staticStyle:{float:"right"},attrs:{src:"/dist/assets/gwenbarf.png"}}),e._v(" "),e._m(0),e._v(" "),n("p",[e._v("\n This site shares visitor data with Google Analytics and Google AdSense which store cookies. If you do not want that, you can "),n("a",{on:{click:function(t){e.optOutAnalytics()}}},[e._v("opt out of Google Analytics")]),e.gaOptedOut?n("span",[e._v(" (Google Analytics is disabled for you)")]):e._e(),e._v(" and "),n("a",{attrs:{href:"http://www.youronlinechoices.com/"}},[e._v("opt out of targeted advertisements")]),e._v(".\n ")])])])},a=[function(){var e=this.$createElement,t=this._self._c||e;return t("p",[this._v("\n Broken Talents Fun will help you find the best Talents for the Vainglory mobile MOBA game.\n "),t("br"),this._v("\n Talents are special boosts for Vainglory's Brawl modes that upgrade and change hero abilities in a variety of different ways.\n "),t("br"),this._v("\n The pick and win rates on this site have been gathered from real Vainglory matches.\n The data can be imprecise and can be contrary to your personal experience.\n ")])}];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"show",rawName:"v-show",value:void 0!=e.deferredPrompt,expression:"deferredPrompt != undefined"}],staticClass:"notification is-primary"},[n("button",{staticClass:"delete",on:{click:function(t){e.deferredPrompt=void 0}}}),e._v(" "),n("div",{staticClass:"has-text-centered"},[e._v("Add to your homescreen for fast and offline access?")]),e._v(" "),n("div",{staticClass:"has-text-centered install-button"},[n("button",{staticClass:"button is-medium",on:{click:function(t){e.deferredPrompt.prompt()}}},[n("span",{staticClass:"mdi mdi-download"}),e._v(" "),n("span",[e._v("ย Install")])])])])},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",[n("div",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],staticClass:"block"},[n("b-radio",{attrs:{"native-value":"TotalWinner"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateBase"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Level 1 Win Rate\n ")]),e._v(" "),n("b-radio",{attrs:{"native-value":"TalentWinrateMax"},model:{value:e.yMetric,callback:function(t){e.yMetric=t},expression:"yMetric"}},[e._v("\n Max Level Win Rate\n ")])],1),e._v(" "),n("b-field",[n("b-checkbox",{model:{value:e.fixedXRange,callback:function(t){e.fixedXRange=t},expression:"fixedXRange"}},[e._v("\n Fixed Range\n ")]),e._v(" "),n("b-checkbox",{model:{value:e.filterLowPickrate,callback:function(t){e.filterLowPickrate=t},expression:"filterLowPickrate"}},[e._v("\n Include entries without enough data (statistics will be inaccurate)\n ")])],1),e._v(" "),n("div",{ref:"graph",staticClass:"plotly"})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[n("intro-box"),e._v(" "),n("install-notification"),e._v(" "),n("div",{staticClass:"columns is-multiline"},[e.hasTalents?n("div",{staticClass:"column"},[n("h2",{staticClass:"title is-2"},[e._v("Highlights")]),e._v(" "),n("highlights")],1):e._e(),e._v(" "),n("div",{staticClass:"column is-narrow"},[n("h2",{staticClass:"title is-2"},[e._v("Top 10")]),e._v(" "),n("top-talents-box")],1)]),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"3898218968"}}),e._v(" "),n("div",{staticClass:"columns is-multiline"},[n("div",{staticClass:"column is-two-thirds"},[n("h2",{staticClass:"title is-2"},[e._v("Individual Hero Statistics")]),e._v(" "),n("h3",{staticClass:"subtitle"},[e._v("Select a Hero")]),e._v(" "),n("hero-draft-grid")],1),e._v(" "),n("div",{staticClass:"column is-one-third"},[n("h2",{staticClass:"title is-2"},[e._v(e._s(e.getHero(e.selectedActor))+" Statistics")]),e._v(" "),n("hero-talent-table")],1)]),e._v(" "),n("div",{staticClass:"box"},[n("h2",{staticClass:"title is-2"},[e._v("Hero Balance Overview")]),e._v(" "),n("h3",{staticClass:"subtitle is-hidden-desktop"},[e._v("Best viewed on a large screen")]),e._v(" "),n("win-pick-scatter")],1),e._v(" "),n("Adsense",{staticClass:"adsense",attrs:{"data-ad-client":"ca-pub-6856963757796636","data-ad-slot":"4801023518"}}),e._v(" "),n("div",[n("h2",{staticClass:"title is-2"},[e._v("All Hero Statistics")]),e._v(" "),n("report-table")],1)],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";var r=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"box"},[n("div",{staticClass:"columns is-mobile"},[n("div",{staticClass:"column is-one-quarter"},[n("hero-image",{staticClass:"is-64x64",attrs:{actor:e.selectedActor}})],1),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalWinner/e.totalHeroReport.TotalPicks).toFixed(0))+"% Winย Rate")]),e._v(" "),n("div",{staticClass:"column has-text-centered"},[e._v(e._s((100*e.totalHeroReport.TotalPicks/e.totalPicks*e.playersPerMatch).toFixed(0))+"% Pickย Rate")])]),e._v(" "),n("b-table",{directives:[{name:"show",rawName:"v-show",value:e.hasTalents,expression:"hasTalents"}],attrs:{data:e.heroReport,"mobile-cards":!1},scopedSlots:e._u([{key:"header",fn:function(t){return[n("b-tooltip",{attrs:{active:!!t.column.meta,label:t.column.meta||"",position:"is-bottom",dashed:""}},[e._v("\n "+e._s(t.column.label)+"\n ")])]}},{key:"default",fn:function(t){return[n("b-table-column",{attrs:{field:"Talent",label:"Talent"}},[n("talent-image",{attrs:{entry:t.row,size:48}})],1),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateBase",label:"Level 1 Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateBase)?[e._v("\n "+e._s((100*t.row.Winner).toFixed(0))+"% ")]:[e._v("\n "+e._s((100*t.row.TalentWinrateBase).toFixed(0))+"%\n ")],e._v(" "),t.row.SampleTooSmall?n("small",[n("br"),e._v("uncertain")]):e._e()],2),e._v(" "),n("b-table-column",{attrs:{field:"TalentWinrateMax",label:"Max Level Win Rate",meta:"Estimated.",sortable:"",numeric:""}},[isNaN(t.row.TalentWinrateMax)?e._e():[e._v("\n "+e._s((100*t.row.TalentWinrateMax).toFixed(0))+"%\n "),t.row.SampleTooSmall||t.row.VarianceTooLarge?n("small",[n("br"),e._v("uncertain")]):e._e()]],2)]}}])})],1)},a=[];n.d(t,"a",function(){return r}),n.d(t,"b",function(){return a})},function(e,t,n){"use strict";e.exports={yPad:.02,minButtonWidth:30,rx:3,ry:3,lightAmount:25,darkAmount:10}},function(e,t,n){"use strict";e.exports={step:{valType:"enumerated",role:"info",values:["month","year","day","hour","minute","second","all"],dflt:"month",description:["The unit of measurement that the `count` value will set the range by."].join(" ")},stepmode:{valType:"enumerated",role:"info",values:["backward","todate"],dflt:"backward",description:["Sets the range update mode.","If *backward*, the range update shifts the start of range","back *count* times *step* milliseconds.","If *todate*, the range update shifts the start of range","back to the first timestamp from *count* times","*step* milliseconds back.","For example, with `step` set to *year* and `count` set to *1*","the range update shifts the start of the range back to","January 01 of the current year.","Month and year *todate* are currently available only","for the built-in (Gregorian) calendar."].join(" ")},count:{valType:"number",role:"info",min:0,dflt:1,description:["Sets the number of steps to take to update the range.","Use with `step` to specify the update interval."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the button."}}},function(e,t,n){"use strict";e.exports={name:"rangeslider",containerClassName:"rangeslider-container",bgClassName:"rangeslider-bg",rangePlotClassName:"rangeslider-rangeplot",maskMinClassName:"rangeslider-mask-min",maskMaxClassName:"rangeslider-mask-max",slideBoxClassName:"rangeslider-slidebox",grabberMinClassName:"rangeslider-grabber-min",grabAreaMinClassName:"rangeslider-grabarea-min",handleMinClassName:"rangeslider-handle-min",grabberMaxClassName:"rangeslider-grabber-max",grabAreaMaxClassName:"rangeslider-grabarea-max",handleMaxClassName:"rangeslider-handle-max",maskColor:"rgba(0,0,0,0.4)",slideBoxFill:"transparent",slideBoxCursor:"ew-resize",grabAreaFill:"transparent",grabAreaCursor:"col-resize",grabAreaWidth:10,handleWidth:4,handleRadius:1,handleStrokeWidth:1,extraPad:15}},function(e,t,n){"use strict";var r=n(17),a=n(129),i=n(10).extendFlat,l=n(10).extendDeep,o=n(104),s=n(35),u={_isLinkedToArray:"step",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called when the slider value is changed.","If the `skip` method is used, the API slider will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","slider events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on slide."].join(" ")},label:{valType:"string",role:"info",description:"Sets the text label to appear on the slider"},value:{valType:"string",role:"info",description:["Sets the value of the slider step, used to refer to the step programatically.","Defaults to the slider label if not provided."].join(" ")},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_sliderchange` method and executing the API command manually without losing","the benefit of the slider automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"slider",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not the slider is visible."].join(" ")},active:{valType:"number",role:"info",min:0,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},steps:u,lenmode:{valType:"enumerated",values:["fraction","pixels"],role:"info",dflt:"fraction",description:["Determines whether this slider length","is set in units of plot *fraction* or in *pixels.","Use `len` to set the value."].join(" ")},len:{valType:"number",min:0,dflt:1,role:"style",description:["Sets the length of the slider","This measure excludes the padding of both ends.","That is, the slider's length is this length minus the","padding on both ends."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the x position (in normalized coordinates) of the slider."},pad:l({},a,{description:"Set the padding of the slider component along each side."},{t:{dflt:20}}),xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the slider's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:0,role:"style",description:"Sets the y position (in normalized coordinates) of the slider."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the slider's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},transition:{duration:{valType:"number",role:"info",min:0,dflt:150,description:"Sets the duration of the slider transition"},easing:{valType:"enumerated",values:o.transition.easing.values,role:"info",dflt:"cubic-in-out",description:"Sets the easing function of the slider transition"}},currentvalue:{visible:{valType:"boolean",role:"info",dflt:!0,description:["Shows the currently-selected value above the slider."].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:["The alignment of the value readout relative to the length of the slider."].join(" ")},offset:{valType:"number",dflt:10,role:"info",description:["The amount of space, in pixels, between the current value label","and the slider."].join(" ")},prefix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the prefix of the label."},suffix:{valType:"string",role:"info",description:"When currentvalue.visible is true, this sets the suffix of the label."},font:i({},r,{description:"Sets the font of the current value label text."})},font:i({},r,{description:"Sets the font of the slider step labels."}),activebgcolor:{valType:"color",role:"style",dflt:s.gripBgActiveColor,description:["Sets the background color of the slider grip","while dragging."].join(" ")},bgcolor:{valType:"color",role:"style",dflt:s.railBgColor,description:"Sets the background color of the slider."},bordercolor:{valType:"color",dflt:s.railBorderColor,role:"style",description:"Sets the color of the border enclosing the slider."},borderwidth:{valType:"number",min:0,dflt:s.railBorderWidth,role:"style",description:"Sets the width (in px) of the border enclosing the slider."},ticklen:{valType:"number",min:0,dflt:s.tickLength,role:"style",description:"Sets the length in pixels of step tick marks"},tickcolor:{valType:"color",dflt:s.tickColor,role:"style",description:"Sets the color of the border enclosing the slider."},tickwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the tick width (in px)."},minorticklen:{valType:"number",min:0,dflt:s.minorTickLength,role:"style",description:"Sets the length in pixels of minor step tick marks"}}},function(e,t,n){"use strict";e.exports={t:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the top of the component."},r:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the right side of the component."},b:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) along the bottom of the component."},l:{valType:"number",dflt:0,role:"style",description:"The amount of padding (in px) on the left side of the component."}}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat,l=n(129),o={_isLinkedToArray:"button",method:{valType:"enumerated",values:["restyle","relayout","animate","update","skip"],dflt:"restyle",role:"info",description:["Sets the Plotly method to be called on click.","If the `skip` method is used, the API updatemenu will function as normal","but will perform no API calls and will not bind automatically to state","updates. This may be used to create a component interface and attach to","updatemenu events manually via JavaScript."].join(" ")},args:{valType:"info_array",role:"info",freeLength:!0,items:[{valType:"any"},{valType:"any"},{valType:"any"}],description:["Sets the arguments values to be passed to the Plotly","method set in `method` on click."].join(" ")},label:{valType:"string",role:"info",dflt:"",description:"Sets the text label to appear on the button."},execute:{valType:"boolean",role:"info",dflt:!0,description:["When true, the API method is executed. When false, all other behaviors are the same","and command execution is skipped. This may be useful when hooking into, for example,","the `plotly_buttonclicked` method and executing the API command manually without losing","the benefit of the updatemenu automatically binding to the state of the plot through the","specification of `method` and `args`."].join(" ")}};e.exports={_isLinkedToArray:"updatemenu",_arrayAttrRegexps:[/^updatemenus\[(0|[1-9][0-9]+)\]\.buttons/],visible:{valType:"boolean",role:"info",description:["Determines whether or not the update menu is visible."].join(" ")},type:{valType:"enumerated",values:["dropdown","buttons"],dflt:"dropdown",role:"info",description:["Determines whether the buttons are accessible via a dropdown menu","or whether the buttons are stacked horizontally or vertically"].join(" ")},direction:{valType:"enumerated",values:["left","right","up","down"],dflt:"down",role:"info",description:["Determines the direction in which the buttons are laid out, whether","in a dropdown menu or a row/column of buttons. For `left` and `up`,","the buttons will still appear in left-to-right or top-to-bottom order","respectively."].join(" ")},active:{valType:"integer",role:"info",min:-1,dflt:0,description:["Determines which button (by index starting from 0) is","considered active."].join(" ")},showactive:{valType:"boolean",role:"info",dflt:!0,description:"Highlights active dropdown item or active button if true."},buttons:o,x:{valType:"number",min:-2,max:3,dflt:-.05,role:"style",description:"Sets the x position (in normalized coordinates) of the update menu."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"right",role:"info",description:["Sets the update menu's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the range selector."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the update menu."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"top",role:"info",description:["Sets the update menu's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the range selector."].join(" ")},pad:i({},l,{description:"Sets the padding around the buttons or dropdown menu."}),font:i({},r,{description:"Sets the font of the update menu button text."}),bgcolor:{valType:"color",role:"style",description:"Sets the background color of the update menu buttons."},bordercolor:{valType:"color",dflt:a.borderLine,role:"style",description:"Sets the color of the border enclosing the update menu."},borderwidth:{valType:"number",min:0,dflt:1,role:"style",description:"Sets the width (in px) of the border enclosing the update menu."}}},function(e,t,n){"use strict";var r=n(15);e.exports={_isLinkedToArray:"image",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this image is visible."].join(" ")},source:{valType:"string",role:"info",description:["Specifies the URL of the image to be used.","The URL must be accessible from the domain where the","plot code is run, and can be either relative or absolute."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:["Specifies whether images are drawn below or above traces.","When `xref` and `yref` are both set to `paper`,","image is drawn below the entire plot area."].join(" ")},sizex:{valType:"number",role:"info",dflt:0,description:["Sets the image container size horizontally.","The image will be sized based on the `position` value.","When `xref` is set to `paper`, units are sized relative","to the plot width."].join(" ")},sizey:{valType:"number",role:"info",dflt:0,description:["Sets the image container size vertically.","The image will be sized based on the `position` value.","When `yref` is set to `paper`, units are sized relative","to the plot height."].join(" ")},sizing:{valType:"enumerated",values:["fill","contain","stretch"],dflt:"contain",role:"info",description:["Specifies which dimension of the image to constrain."].join(" ")},opacity:{valType:"number",role:"info",min:0,max:1,dflt:1,description:"Sets the opacity of the image."},x:{valType:"any",role:"info",dflt:0,description:["Sets the image's x position.","When `xref` is set to `paper`, units are sized relative","to the plot height.","See `xref` for more info"].join(" ")},y:{valType:"any",role:"info",dflt:0,description:["Sets the image's y position.","When `yref` is set to `paper`, units are sized relative","to the plot height.","See `yref` for more info"].join(" ")},xanchor:{valType:"enumerated",values:["left","center","right"],dflt:"left",role:"info",description:"Sets the anchor for the x position"},yanchor:{valType:"enumerated",values:["top","middle","bottom"],dflt:"top",role:"info",description:"Sets the anchor for the y position."},xref:{valType:"enumerated",values:["paper",r.idRegex.x.toString()],dflt:"paper",role:"info",description:["Sets the images's x coordinate axis.","If set to a x axis id (e.g. *x* or *x2*), the `x` position","refers to an x data coordinate","If set to *paper*, the `x` position refers to the distance from","the left of plot in normalized coordinates","where *0* (*1*) corresponds to the left (right)."].join(" ")},yref:{valType:"enumerated",values:["paper",r.idRegex.y.toString()],dflt:"paper",role:"info",description:["Sets the images's y coordinate axis.","If set to a y axis id (e.g. *y* or *y2*), the `y` position","refers to a y data coordinate.","If set to *paper*, the `y` position refers to the distance from","the bottom of the plot in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}}},function(e,t,n){"use strict";var r=n(36),a=n(40).line,i=n(101).dash,l=n(10).extendFlat;e.exports={_isLinkedToArray:"shape",visible:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not this shape is visible."].join(" ")},type:{valType:"enumerated",values:["circle","rect","path","line"],role:"info",description:["Specifies the shape type to be drawn.","If *line*, a line is drawn from (`x0`,`y0`) to (`x1`,`y1`)","If *circle*, a circle is drawn from","((`x0`+`x1`)/2, (`y0`+`y1`)/2))","with radius","(|(`x0`+`x1`)/2 - `x0`|, |(`y0`+`y1`)/2 -`y0`)|)","If *rect*, a rectangle is drawn linking","(`x0`,`y0`), (`x1`,`y0`), (`x1`,`y1`), (`x0`,`y1`), (`x0`,`y0`)","If *path*, draw a custom SVG path using `path`."].join(" ")},layer:{valType:"enumerated",values:["below","above"],dflt:"above",role:"info",description:"Specifies whether shapes are drawn below or above traces."},xref:l({},r.xref,{description:["Sets the shape's x coordinate axis.","If set to an x axis id (e.g. *x* or *x2*), the `x` position","refers to an x coordinate","If set to *paper*, the `x` position refers to the distance from","the left side of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the left (right) side.","If the axis `type` is *log*, then you must take the","log of your desired range.","If the axis `type` is *date*, then you must convert","the date to unix time in milliseconds."].join(" ")}),x0:{valType:"any",role:"info",description:["Sets the shape's starting x position.","See `type` for more info."].join(" ")},x1:{valType:"any",role:"info",description:["Sets the shape's end x position.","See `type` for more info."].join(" ")},yref:l({},r.yref,{description:["Sets the annotation's y coordinate axis.","If set to an y axis id (e.g. *y* or *y2*), the `y` position","refers to an y coordinate","If set to *paper*, the `y` position refers to the distance from","the bottom of the plotting area in normalized coordinates","where *0* (*1*) corresponds to the bottom (top)."].join(" ")}),y0:{valType:"any",role:"info",description:["Sets the shape's starting y position.","See `type` for more info."].join(" ")},y1:{valType:"any",role:"info",description:["Sets the shape's end y position.","See `type` for more info."].join(" ")},path:{valType:"string",role:"info",description:["For `type` *path* - a valid SVG path but with the pixel values","replaced by data values. There are a few restrictions / quirks","only absolute instructions, not relative. So the allowed segments","are: M, L, H, V, Q, C, T, S, and Z","arcs (A) are not allowed because radius rx and ry are relative.","In the future we could consider supporting relative commands,","but we would have to decide on how to handle date and log axes.","Note that even as is, Q and C Bezier paths that are smooth on","linear axes may not be smooth on log, and vice versa.",'no chained "polybezier" commands - specify the segment type for',"each one.","On category axes, values are numbers scaled to the serial numbers","of categories because using the categories themselves there would","be no way to describe fractional positions","On data axes: because space and T are both normal components of path","strings, we can't use either to separate date from time parts.","Therefore we'll use underscore for this purpose:","2015-02-21_13:45:56.789"].join(" ")},opacity:{valType:"number",min:0,max:1,dflt:1,role:"info",description:"Sets the opacity of the shape."},line:{color:a.color,width:a.width,dash:i,role:"info"},fillcolor:{valType:"color",dflt:"rgba(0,0,0,0)",role:"info",description:["Sets the color filling the shape's interior."].join(" ")}}},function(e,t,n){"use strict";e.exports={segmentRE:/[MLHVQCTSZ][^MLHVQCTSZ]*/g,paramRE:/[^\s,]+/g,paramIsX:{M:{0:!0,drawn:0},L:{0:!0,drawn:0},H:{0:!0,drawn:0},V:{},Q:{0:!0,2:!0,drawn:2},C:{0:!0,2:!0,4:!0,drawn:4},T:{0:!0,drawn:0},S:{0:!0,2:!0,drawn:2},Z:{}},paramIsY:{M:{1:!0,drawn:1},L:{1:!0,drawn:1},H:{},V:{0:!0,drawn:0},Q:{1:!0,3:!0,drawn:3},C:{1:!0,3:!0,5:!0,drawn:5},T:{1:!0,drawn:1},S:{1:!0,3:!0,drawn:5},Z:{}},numParams:{M:2,L:2,H:1,V:1,Q:4,C:6,T:2,S:4,Z:0}}},function(e,t,n){"use strict";var r=n(0),a=n(3);e.exports=function(e,t,n,i){i("opacity");var l=i("bgcolor"),o=i("bordercolor"),s=a.opacity(o);i("borderpad");var u=i("borderwidth"),c=i("showarrow");i("text",c?" ":"new text"),i("textangle"),r.coerceFont(i,"font",n.font),i("width"),i("align"),i("height")&&i("valign"),c&&(i("arrowcolor",s?t.bordercolor:a.defaultLine),i("arrowhead"),i("arrowsize"),i("arrowwidth",2*(s&&u||1)),i("standoff"));var d=i("hovertext"),f=n.hoverlabel||{};if(d){var h=i("hoverlabel.bgcolor",f.bgcolor||(a.opacity(l)?a.rgb(l):a.defaultLine)),p=i("hoverlabel.bordercolor",f.bordercolor||a.contrast(h));r.coerceFont(i,"hoverlabel.font",{family:f.font.family,size:f.font.size,color:f.font.color||p})}i("captureevents",!!d)}},function(e,t,n){"use strict";e.exports=[{path:"",backoff:0},{path:"M-2.4,-3V3L0.6,0Z",backoff:.6},{path:"M-3.7,-2.5V2.5L1.3,0Z",backoff:1.3},{path:"M-4.45,-3L-1.65,-0.2V0.2L-4.45,3L1.55,0Z",backoff:1.55},{path:"M-2.2,-2.2L-0.2,-0.2V0.2L-2.2,2.2L-1.4,3L1.6,0L-1.4,-3Z",backoff:1.6},{path:"M-4.4,-2.1L-0.6,-0.2V0.2L-4.4,2.1L-4,3L2,0L-4,-3Z",backoff:2},{path:"M2,0A2,2 0 1,1 0,-2A2,2 0 0,1 2,0Z",backoff:0},{path:"M2,2V-2H-2V2Z",backoff:0}]},function(e,t,n){"use strict";var r=n(1),a=n(4),i=n(0),l=n(7),o=n(3),s=n(13),u=n(216);e.exports=function(e,t){e.each(function(e){var t=r.select(this).selectAll("g.layers").data([0]);t.enter().append("g").classed("layers",!0),t.style("opacity",e[0].trace.opacity),t.selectAll("g.legendfill").data([e]).enter().append("g").classed("legendfill",!0),t.selectAll("g.legendlines").data([e]).enter().append("g").classed("legendlines",!0);var n=t.selectAll("g.legendsymbols").data([e]);n.enter().append("g").classed("legendsymbols",!0),n.selectAll("g.legendpoints").data([e]).enter().append("g").classed("legendpoints",!0)}).each(function(e){var t=e[0].trace,n=t.marker||{},i=n.line||{},l=r.select(this).select("g.legendpoints").selectAll("path.legendbar").data(a.traceIs(t,"bar")?[e]:[]);l.enter().append("path").classed("legendbar",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),l.exit().remove(),l.each(function(e){var t=r.select(this),a=e[0],l=(a.mlw+1||i.width+1)-1;t.style("stroke-width",l+"px").call(o.fill,a.mc||n.color),l&&t.call(o.stroke,a.mlc||i.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendbox").data(a.traceIs(t,"box")&&t.visible?[e]:[]);n.enter().append("path").classed("legendbox",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.each(function(){var e=t.line.width,n=r.select(this);n.style("stroke-width",e+"px").call(o.fill,t.fillcolor),e&&n.call(o.stroke,t.line.color)})}).each(function(e){var t=e[0].trace,n=r.select(this).select("g.legendpoints").selectAll("path.legendpie").data(a.traceIs(t,"pie")&&t.visible?[e]:[]);n.enter().append("path").classed("legendpie",!0).attr("d","M6,6H-6V-6H6Z").attr("transform","translate(20,0)"),n.exit().remove(),n.size()&&n.call(u,e[0],t)}).each(function(e){var t=e[0].trace,n=t.visible&&t.fill&&"none"!==t.fill,a=s.hasLines(t);t&&t._module&&"contourcarpet"===t._module.name&&(a=t.contours.showlines,n="fill"===t.contours.coloring);var i=r.select(this).select(".legendfill").selectAll("path").data(n?[e]:[]);i.enter().append("path").classed("js-fill",!0),i.exit().remove(),i.attr("d","M5,0h30v6h-30z").call(l.fillGroupStyle);var o=r.select(this).select(".legendlines").selectAll("path").data(a?[e]:[]);o.enter().append("path").classed("js-line",!0).attr("d","M5,0h30"),o.exit().remove(),o.call(l.lineGroupStyle)}).each(function(e){var n,a,o=e[0],u=o.trace,c=s.hasMarkers(u),d=s.hasText(u),f=s.hasLines(u);function h(e,t,n){var r=i.nestedProperty(u,e).get(),a=Array.isArray(r)&&t?t(r):r;if(n){if(a<n[0])return n[0];if(a>n[1])return n[1]}return a}function p(e){return e[0]}if(c||d||f){var v={},y={};c&&(v.mc=h("marker.color",p),v.mo=h("marker.opacity",i.mean,[.2,1]),v.ms=h("marker.size",i.mean,[2,16]),v.mlc=h("marker.line.color",p),v.mlw=h("marker.line.width",i.mean,[0,5]),y.marker={sizeref:1,sizemin:1,sizemode:"diameter"}),f&&(y.line={width:h("line.width",p,[0,10])}),d&&(v.tx="Aa",v.tp=h("textposition",p),v.ts=10,v.tc=h("textfont.color",p),v.tf=h("textfont.family",p)),n=[i.minExtend(o,v)],a=i.minExtend(u,y)}var g=r.select(this).select("g.legendpoints"),m=g.selectAll("path.scatterpts").data(c?n:[]);m.enter().append("path").classed("scatterpts",!0).attr("transform","translate(20,0)"),m.exit().remove(),m.call(l.pointStyle,a,t),c&&(n[0].mrc=3);var _=g.selectAll("g.pointtext").data(d?n:[]);_.enter().append("g").classed("pointtext",!0).append("text").attr("transform","translate(20,0)"),_.exit().remove(),_.selectAll("text").call(l.textPointStyle,a,t)})}},function(e,t,n){"use strict";var r=n(17),a=n(24),i=n(10).extendFlat;e.exports={bgcolor:{valType:"color",role:"style",description:"Sets the legend background color."},bordercolor:{valType:"color",dflt:a.defaultLine,role:"style",description:"Sets the color of the border enclosing the legend."},borderwidth:{valType:"number",min:0,dflt:0,role:"style",description:"Sets the width (in px) of the border enclosing the legend."},font:i({},r,{description:"Sets the font used to text the legend items."}),orientation:{valType:"enumerated",values:["v","h"],dflt:"v",role:"info",description:"Sets the orientation of the legend."},traceorder:{valType:"flaglist",flags:["reversed","grouped"],extras:["normal"],role:"style",description:["Determines the order at which the legend items are displayed.","If *normal*, the items are displayed top-to-bottom in the same","order as the input data.","If *reversed*, the items are displayed in the opposite order","as *normal*.","If *grouped*, the items are displayed in groups","(when a trace `legendgroup` is provided).","if *grouped+reversed*, the items are displayed in the opposite order","as *grouped*."].join(" ")},tracegroupgap:{valType:"number",min:0,dflt:10,role:"style",description:["Sets the amount of vertical space (in px) between legend groups."].join(" ")},x:{valType:"number",min:-2,max:3,dflt:1.02,role:"style",description:"Sets the x position (in normalized coordinates) of the legend."},xanchor:{valType:"enumerated",values:["auto","left","center","right"],dflt:"left",role:"info",description:["Sets the legend's horizontal position anchor.","This anchor binds the `x` position to the *left*, *center*","or *right* of the legend."].join(" ")},y:{valType:"number",min:-2,max:3,dflt:1,role:"style",description:"Sets the y position (in normalized coordinates) of the legend."},yanchor:{valType:"enumerated",values:["auto","top","middle","bottom"],dflt:"auto",role:"info",description:["Sets the legend's vertical position anchor","This anchor binds the `y` position to the *top*, *middle*","or *bottom* of the legend."].join(" ")}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(9),l=n(18),o=n(15);function s(e,t,n,r,a){var i=e._fullLayout._modules;t.plot&&t.plot.selectAll("g:not(.scatterlayer)").selectAll("g.trace").remove();for(var l=0;l<i.length;l++){var o=i[l];if("cartesian"===o.basePlotModule.name){for(var s=[],u=0;u<n.length;u++){var c=n[u],d=c[0].trace;d._module===o&&!0===d.visible&&s.push(c)}o.plot(e,t,s,r,a)}}}function u(e){var t=e.plotgroup,n=e.id;if(e.mainplot){var r=e.mainplotinfo;e.gridlayer=d(r.overgrid,"g",n),e.zerolinelayer=d(r.overzero,"g",n),e.plot=d(r.overplot,"g",n),e.xlines=d(r.overlines,"path",n),e.ylines=d(r.overlines,"path",n),e.xaxislayer=d(r.overaxes,"g",n),e.yaxislayer=d(r.overaxes,"g",n)}else{var a=d(t,"g","layer-subplot");e.shapelayer=d(a,"g","shapelayer"),e.imagelayer=d(a,"g","imagelayer"),e.gridlayer=d(t,"g","gridlayer"),e.overgrid=d(t,"g","overgrid"),e.zerolinelayer=d(t,"g","zerolinelayer"),e.overzero=d(t,"g","overzero"),e.plot=d(t,"g","plot"),e.overplot=d(t,"g","overplot"),e.xlines=d(t,"path","xlines"),e.ylines=d(t,"path","ylines"),e.overlines=d(t,"g","overlines"),e.xaxislayer=d(t,"g","xaxislayer"),e.yaxislayer=d(t,"g","yaxislayer"),e.overaxes=d(t,"g","overaxes")}e.plot.call(function(e){d(e,"g","imagelayer"),d(e,"g","maplayer"),d(e,"g","barlayer"),d(e,"g","carpetlayer"),d(e,"g","boxlayer"),d(e,"g","scatterlayer")}),e.xlines.style("fill","none").classed("crisp",!0),e.ylines.style("fill","none").classed("crisp",!0)}function c(e,t){e&&e.each(function(e){var n=r.select(this),a="clip"+t._uid+e+"plot";n.remove(),t._draggers.selectAll("g."+e).remove(),t._defs.select("#"+a).remove()})}function d(e,t,n){var r=e.selectAll("."+n).data([0]);return r.enter().append(t).classed(n,!0),r}t.name="cartesian",t.attr=["xaxis","yaxis"],t.idRoot=["x","y"],t.idRegex=o.idRegex,t.attrRegex=o.attrRegex,t.attributes=n(223),t.layoutAttributes=n(23),t.transitionAxes=n(222),t.plot=function(e,t,n,r){var a,l=e._fullLayout,o=i.getSubplotIds(l,"cartesian"),u=e.calcdata;if(!Array.isArray(t))for(t=[],a=0;a<u.length;a++)t.push(a);for(a=0;a<o.length;a++){for(var c,d=o[a],f=l._plots[d],h=[],p=0;p<u.length;p++){var v=u[p],y=v[0].trace;y.xaxis+y.yaxis===d&&((-1!==t.indexOf(y.index)||y.carpet)&&(c&&c[0].trace.xaxis+c[0].trace.yaxis===d&&-1!==["tonextx","tonexty","tonext"].indexOf(y.fill)&&-1===h.indexOf(c)&&h.push(c),h.push(v)),c=v)}s(e,f,h,n,r)}},t.clean=function(e,t,n,r){var a,i,o,s=r._modules||[],u=t._modules||[];for(o=0;o<s.length;o++)if("scatter"===s[o].name){a=!0;break}for(o=0;o<u.length;o++)if("scatter"===u[o].name){i=!0;break}if(a&&!i){var d=r._plots,f=Object.keys(d||{});for(o=0;o<f.length;o++){var h=d[f[o]];h.plot&&h.plot.select("g.scatterlayer").selectAll("g.trace").remove()}r._infolayer.selectAll("g.rangeslider-container").select("g.scatterlayer").selectAll("g.trace").remove()}var p=r._has&&r._has("cartesian"),v=t._has&&t._has("cartesian");if(p&&!v){var y=r._cartesianlayer.selectAll(".subplot"),g=l.listIds({_fullLayout:r});for(y.call(c,r),r._defs.selectAll(".axesclip").remove(),o=0;o<g.length;o++)r._infolayer.select("."+g[o]+"title").remove()}r._zoomlayer&&r._zoomlayer.selectAll(".select-outline").remove()},t.drawFramework=function(e){var t=e._fullLayout,n=function(e){for(var t=e._fullLayout,n=Object.keys(t._plots),r=[],a=[],i=0;i<n.length;i++){var o=n[i],s=t._plots[o],u=s.xaxis,c=s.yaxis,d=l.getFromId(e,u.overlaying)||u;d!==u&&d.overlaying&&(d=u,u.overlaying=!1);var f=l.getFromId(e,c.overlaying)||c;f!==c&&f.overlaying&&(f=c,c.overlaying=!1);var h=d._id+f._id;h!==o&&-1!==n.indexOf(h)?(s.mainplot=h,s.mainplotinfo=t._plots[h],a.push(o),u.domain=d.domain.slice(),c.domain=f.domain.slice()):r.push(o)}return r=r.concat(a)}(e),i=t._cartesianlayer.selectAll(".subplot").data(n,a.identity);i.enter().append("g").attr("class",function(e){return"subplot "+e}),i.order(),i.exit().call(c,t),i.each(function(e){var n=t._plots[e];(n.plotgroup=r.select(this),n.overlays=[],u(n),n.mainplot)&&t._plots[n.mainplot].overlays.push(n);n.draglayer=d(t._draggers,"g",e)})},t.rangePlot=function(e,t,n){u(t),s(e,t,n),i.style(e)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t){for(var n=0;n<e.length;n++)e[n].i=n;r.mergeArray(t.text,e,"tx"),r.mergeArray(t.hovertext,e,"htx"),r.mergeArray(t.customdata,e,"data"),r.mergeArray(t.textposition,e,"tp"),t.textfont&&(r.mergeArray(t.textfont.size,e,"ts"),r.mergeArray(t.textfont.color,e,"tc"),r.mergeArray(t.textfont.family,e,"tf"));var a=t.marker;if(a){r.mergeArray(a.size,e,"ms"),r.mergeArray(a.opacity,e,"mo"),r.mergeArray(a.symbol,e,"mx"),r.mergeArray(a.color,e,"mc");var i=a.line;a.line&&(r.mergeArray(i.color,e,"mlc"),r.mergeArray(i.width,e,"mlw"));var l=a.gradient;l&&"none"!==l.type&&(r.mergeArray(l.type,e,"mgt"),r.mergeArray(l.color,e,"mgc"))}}},function(e,t,n){"use strict";var r=n(19).FROM_BL;e.exports=function(e,t,n){void 0===n&&(n=r[e.constraintoward||"center"]);var a=[e.r2l(e.range[0]),e.r2l(e.range[1])],i=a[0]+(a[1]-a[0])*n;e.range=e._input.range=[e.l2r(i+(a[0]-i)*t),e.l2r(i+(a[1]-i)*t)]}},function(e,t,n){"use strict";var r=n(161).dot,a=n(16).BADNUM,i=e.exports={};i.tester=function(e){var t=e.slice(),n=t[0][0],r=n,i=t[0][1],l=i;t.push(t[0]);for(var o=1;o<t.length;o++)n=Math.min(n,t[o][0]),r=Math.max(r,t[o][0]),i=Math.min(i,t[o][1]),l=Math.max(l,t[o][1]);var s,u=!1;return 5===t.length&&(t[0][0]===t[1][0]?t[2][0]===t[3][0]&&t[0][1]===t[3][1]&&t[1][1]===t[2][1]&&(u=!0,s=function(e){return e[0]===t[0][0]}):t[0][1]===t[1][1]&&t[2][1]===t[3][1]&&t[0][0]===t[3][0]&&t[1][0]===t[2][0]&&(u=!0,s=function(e){return e[1]===t[0][1]})),{xmin:n,xmax:r,ymin:i,ymax:l,pts:t,contains:u?function(e,t){var o=e[0],u=e[1];return!(o===a||o<n||o>r||u===a||u<i||u>l||t&&s(e))}:function(e,o){var s=e[0],u=e[1];if(s===a||s<n||s>r||u===a||u<i||u>l)return!1;var c,d,f,h,p,v=t.length,y=t[0][0],g=t[0][1],m=0;for(c=1;c<v;c++)if(d=y,f=g,y=t[c][0],g=t[c][1],!(s<(h=Math.min(d,y))||s>Math.max(d,y)||u>Math.max(f,g)))if(u<Math.min(f,g))s!==h&&m++;else{if(u===(p=y===d?u:f+(s-d)*(g-f)/(y-d)))return 1!==c||!o;u<=p&&s!==h&&m++}return m%2==1},isRect:u}};var l=i.isSegmentBent=function(e,t,n,a){var i,l,o,s=e[t],u=[e[n][0]-s[0],e[n][1]-s[1]],c=r(u,u),d=Math.sqrt(c),f=[-u[1]/d,u[0]/d];for(i=t+1;i<n;i++)if(l=[e[i][0]-s[0],e[i][1]-s[1]],(o=r(l,u))<0||o>c||Math.abs(r(l,f))>a)return!0;return!1};i.filter=function(e,t){var n=[e[0]],r=0,a=0;function i(i){e.push(i);var o=n.length,s=r;n.splice(a+1);for(var u=s+1;u<e.length;u++)(u===e.length-1||l(e,s,u+1,t))&&(n.push(e[u]),n.length<o-2&&(r=u,a=n.length-1),s=u)}e.length>1&&i(e.pop());return{addPt:i,raw:e,filtered:n}}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){n("hoverlabel.bgcolor",(a=a||{}).bgcolor),n("hoverlabel.bordercolor",a.bordercolor),r.coerceFont(n,"hoverlabel.font",a.font)}},function(e,t,n){"use strict";var r=n(2),a=n(29),i=n(20),l=n(15),o=n(257);e.exports=function(e){var t=e._fullLayout;if((t._has("cartesian")||t._has("gl2d"))&&!e._context.staticPlot){Object.keys(t._plots||{}).sort(function(e,n){if((t._plots[e].mainplot&&!0)===(t._plots[n].mainplot&&!0)){var r=e.split("y"),a=n.split("y");return r[0]===a[0]?Number(r[1]||1)-Number(a[1]||1):Number(r[0]||1)-Number(a[0]||1)}return t._plots[e].mainplot?1:-1}).forEach(function(n){var s=t._plots[n],u=s.xaxis,c=s.yaxis,d=(u._linepositions[n]||[])[3],f=(c._linepositions[n]||[])[3],h=l.DRAGGERSIZE;if(r(d)&&"top"===u.side&&(d-=h),r(f)&&"right"!==c.side&&(f-=h),!s.mainplot){var p=o(e,s,0,0,u._length,c._length,"ns","ew");p.onmousemove=function(t){e._fullLayout._rehover=function(){e._fullLayout._hoversubplot===n&&a.hover(e,t,n)},a.hover(e,t,n),e._fullLayout._lasthover=p,e._fullLayout._hoversubplot=n},p.onmouseout=function(t){e._dragging||(e._fullLayout._hoversubplot=null,i.unhover(e,t))},p.onclick=function(t){a.click(e,t,n)},e._context.showAxisDragHandles&&(o(e,s,-h,-h,h,h,"n","w"),o(e,s,u._length,-h,h,h,"n","e"),o(e,s,-h,c._length,h,h,"s","w"),o(e,s,u._length,c._length,h,h,"s","e"))}e._context.showAxisDragHandles&&(r(d)&&("free"===u.anchor&&(d-=t._size.h*(1-c.domain[1])),o(e,s,.1*u._length,d,.8*u._length,h,"","ew"),o(e,s,0,d,.1*u._length,h,"","w"),o(e,s,.9*u._length,d,.1*u._length,h,"","e")),r(f)&&("free"===c.anchor&&(f-=t._size.w*u.domain[0]),o(e,s,f,.1*c._length,h,.8*c._length,"ns",""),o(e,s,f,.9*c._length,h,.1*c._length,"s",""),o(e,s,f,0,h,.1*c._length,"n","")))});var n=t._hoverlayer.node();n.onmousemove=function(n){n.target=t._lasthover,a.hover(e,n,t._hoversubplot)},n.onclick=function(n){n.target=t._lasthover,a.click(e,n)},n.onmousedown=function(e){t._lasthover.onmousedown(e)}}}},function(e,t,n){var r=n(1),a=n(0).extendDeepAll,i=e.exports={version:"0.2.2"};i.Axis=function(){var e,t,n,l,o={data:[],layout:{}},s={},u={},c=r.dispatch("hover"),d={};return d.render=function(s){return function(s){t=s||t;var c=o.data,d=o.layout;("string"==typeof t||t.nodeName)&&(t=r.select(t)),t.datum(c).each(function(t,o){var s=t.slice();u={data:i.util.cloneJson(s),layout:i.util.cloneJson(d)};var c=0;s.forEach(function(e,t){e.color||(e.color=d.defaultColorRange[c],c=(c+1)%d.defaultColorRange.length),e.strokeColor||(e.strokeColor="LinePlot"===e.geometry?e.color:r.rgb(e.color).darker().toString()),u.data[t].color=e.color,u.data[t].strokeColor=e.strokeColor,u.data[t].strokeDash=e.strokeDash,u.data[t].strokeSize=e.strokeSize});var f=s.filter(function(e,t){var n=e.visible;return void 0===n||!0===n}),h=!1,p=f.map(function(e,t){return h=h||void 0!==e.groupId,e});if(h){var v=[],y=r.nest().key(function(e,t){return void 0!==e.groupId?e.groupId:"unstacked"}).entries(p).map(function(e,t){if("unstacked"===e.key)return e.values;var n=e.values[0].r.map(function(e,t){return 0});return e.values.forEach(function(e,t,r){e.yStack=[n],v.push(n),n=i.util.sumArrays(e.r,n)}),e.values});f=r.merge(y)}f.forEach(function(e,t){e.t=Array.isArray(e.t[0])?e.t:[e.t],e.r=Array.isArray(e.r[0])?e.r:[e.r]});var g=Math.min(d.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2;g=Math.max(10,g);var m,_=[d.margin.left+g,d.margin.top+g];m=h?[0,r.max(i.util.sumArrays(i.util.arrayLast(f).r[0],i.util.arrayLast(v)))]:r.extent(i.util.flattenArray(f.map(function(e,t){return e.r}))),d.radialAxis.domain!=i.DATAEXTENT&&(m[0]=0),n=r.scale.linear().domain(d.radialAxis.domain!=i.DATAEXTENT&&d.radialAxis.domain?d.radialAxis.domain:m).range([0,g]),u.layout.radialAxis.domain=n.domain();var T,M=i.util.flattenArray(f.map(function(e,t){return e.t})),b="string"==typeof M[0];b&&(M=i.util.deduplicate(M),T=M.slice(),M=r.range(M.length),f=f.map(function(e,t){var n=e;return e.t=[M],h&&(n.yStack=e.yStack),n}));var K=f.filter(function(e,t){return"LinePlot"===e.geometry||"DotPlot"===e.geometry}).length===f.length,k=null===d.needsEndSpacing?b||!K:d.needsEndSpacing,x=d.angularAxis.domain&&d.angularAxis.domain!=i.DATAEXTENT&&!b&&d.angularAxis.domain[0]>=0?d.angularAxis.domain:r.extent(M),C=Math.abs(M[1]-M[0]);K&&!b&&(C=0);var A=x.slice();k&&b&&(A[1]+=C);var w=d.angularAxis.ticksCount||4;w>8&&(w=w/(w/8)+w%8),d.angularAxis.ticksStep&&(w=(A[1]-A[0])/w);var L=d.angularAxis.ticksStep||(A[1]-A[0])/(w*(d.minorTicks+1));T&&(L=Math.max(Math.round(L),1)),A[2]||(A[2]=L);var D=r.range.apply(this,A);if(D=D.map(function(e,t){return parseFloat(e.toPrecision(12))}),l=r.scale.linear().domain(A.slice(0,2)).range("clockwise"===d.direction?[0,360]:[360,0]),u.layout.angularAxis.domain=l.domain(),u.layout.angularAxis.endPadding=k?C:0,void 0===(e=r.select(this).select("svg.chart-root"))||e.empty()){var B=(new DOMParser).parseFromString("<svg xmlns='http://www.w3.org/2000/svg' class='chart-root'>' + '<g class='outer-group'>' + '<g class='chart-group'>' + '<circle class='background-circle'></circle>' + '<g class='geometry-group'></g>' + '<g class='radial axis-group'>' + '<circle class='outside-circle'></circle>' + '</g>' + '<g class='angular axis-group'></g>' + '<g class='guides-group'><line></line><circle r='0'></circle></g>' + '</g>' + '<g class='legend-group'></g>' + '<g class='tooltips-group'></g>' + '<g class='title-group'><text></text></g>' + '</g>' + '</svg>","application/xml"),S=this.appendChild(this.ownerDocument.importNode(B.documentElement,!0));e=r.select(S)}e.select(".guides-group").style({"pointer-events":"none"}),e.select(".angular.axis-group").style({"pointer-events":"none"}),e.select(".radial.axis-group").style({"pointer-events":"none"});var G,W=e.select(".chart-group"),z={fill:"none",stroke:d.tickColor},O={"font-size":d.font.size,"font-family":d.font.family,fill:d.font.color,"text-shadow":["-1px 0px","1px -1px","-1px 1px","1px 1px"].map(function(e,t){return" "+e+" 0 "+d.font.outlineColor}).join(",")};if(d.showLegend){G=e.select(".legend-group").attr({transform:"translate("+[g,d.margin.top]+")"}).style({display:"block"});var P=f.map(function(e,t){var n=i.util.cloneJson(e);return n.symbol="DotPlot"===e.geometry?e.dotType||"circle":"LinePlot"!=e.geometry?"square":"line",n.visibleInLegend=void 0===e.visibleInLegend||e.visibleInLegend,n.color="LinePlot"===e.geometry?e.strokeColor:e.color,n});i.Legend().config({data:f.map(function(e,t){return e.name||"Element"+t}),legendConfig:a({},i.Legend.defaultConfig().legendConfig,{container:G,elements:P,reverseOrder:d.legend.reverseOrder})})();var R=G.node().getBBox();g=Math.min(d.width-R.width-d.margin.left-d.margin.right,d.height-d.margin.top-d.margin.bottom)/2,g=Math.max(10,g),_=[d.margin.left+g,d.margin.top+g],n.range([0,g]),u.layout.radialAxis.domain=n.domain(),G.attr("transform","translate("+[_[0]+g,_[1]-g]+")")}else G=e.select(".legend-group").style({display:"none"});e.attr({width:d.width,height:d.height}).style({opacity:d.opacity}),W.attr("transform","translate("+_+")").style({cursor:"crosshair"});var E=[(d.width-(d.margin.left+d.margin.right+2*g+(R?R.width:0)))/2,(d.height-(d.margin.top+d.margin.bottom+2*g))/2];if(E[0]=Math.max(0,E[0]),E[1]=Math.max(0,E[1]),e.select(".outer-group").attr("transform","translate("+E+")"),d.title){var j=e.select("g.title-group text").style(O).text(d.title),I=j.node().getBBox();j.attr({x:_[0]-I.width/2,y:_[1]-g-20})}var N=e.select(".radial.axis-group");if(d.radialAxis.gridLinesVisible){var F=N.selectAll("circle.grid-circle").data(n.ticks(5));F.enter().append("circle").attr({class:"grid-circle"}).style(z),F.attr("r",n),F.exit().remove()}N.select("circle.outside-circle").attr({r:g}).style(z);var $=e.select("circle.background-circle").attr({r:g}).style({fill:d.backgroundColor,stroke:d.stroke});function V(e,t){return l(e)%360+d.orientation}if(d.radialAxis.visible){var H=r.svg.axis().scale(n).ticks(5).tickSize(5);N.call(H).attr({transform:"rotate("+d.radialAxis.orientation+")"}),N.selectAll(".domain").style(z),N.selectAll("g>text").text(function(e,t){return this.textContent+d.radialAxis.ticksSuffix}).style(O).style({"text-anchor":"start"}).attr({x:0,y:0,dx:0,dy:0,transform:function(e,t){return"horizontal"===d.radialAxis.tickOrientation?"rotate("+-d.radialAxis.orientation+") translate("+[0,O["font-size"]]+")":"translate("+[0,O["font-size"]]+")"}}),N.selectAll("g>line").style({stroke:"black"})}var q=e.select(".angular.axis-group").selectAll("g.angular-tick").data(D),U=q.enter().append("g").classed("angular-tick",!0);q.attr({transform:function(e,t){return"rotate("+V(e)+")"}}).style({display:d.angularAxis.visible?"block":"none"}),q.exit().remove(),U.append("line").classed("grid-line",!0).classed("major",function(e,t){return t%(d.minorTicks+1)==0}).classed("minor",function(e,t){return!(t%(d.minorTicks+1)==0)}).style(z),U.selectAll(".minor").style({stroke:d.minorTickColor}),q.select("line.grid-line").attr({x1:d.tickLength?g-d.tickLength:0,x2:g}).style({display:d.angularAxis.gridLinesVisible?"block":"none"}),U.append("text").classed("axis-text",!0).style(O);var Y=q.select("text.axis-text").attr({x:g+d.labelOffset,dy:".35em",transform:function(e,t){var n=V(e),r=g+d.labelOffset,a=d.angularAxis.tickOrientation;return"horizontal"==a?"rotate("+-n+" "+r+" 0)":"radial"==a?n<270&&n>90?"rotate(180 "+r+" 0)":null:"rotate("+(n<=180&&n>0?-90:90)+" "+r+" 0)"}}).style({"text-anchor":"middle",display:d.angularAxis.labelsVisible?"block":"none"}).text(function(e,t){return t%(d.minorTicks+1)!=0?"":T?T[e]+d.angularAxis.ticksSuffix:e+d.angularAxis.ticksSuffix}).style(O);d.angularAxis.rewriteTicks&&Y.text(function(e,t){return t%(d.minorTicks+1)!=0?"":d.angularAxis.rewriteTicks(this.textContent,t)});var X=r.max(W.selectAll(".angular-tick text")[0].map(function(e,t){return e.getCTM().e+e.getBBox().width}));G.attr({transform:"translate("+[g+X,d.margin.top]+")"});var J=e.select("g.geometry-group").selectAll("g").size()>0,Z=e.select("g.geometry-group").selectAll("g.geometry").data(f);if(Z.enter().append("g").attr({class:function(e,t){return"geometry geometry"+t}}),Z.exit().remove(),f[0]||J){var Q=[];f.forEach(function(e,t){var r={};r.radialScale=n,r.angularScale=l,r.container=Z.filter(function(e,n){return n==t}),r.geometry=e.geometry,r.orientation=d.orientation,r.direction=d.direction,r.index=t,Q.push({data:e,geometryConfig:r})});var ee=[];r.nest().key(function(e,t){return void 0!==e.data.groupId||"unstacked"}).entries(Q).forEach(function(e,t){"unstacked"===e.key?ee=ee.concat(e.values.map(function(e,t){return[e]})):ee.push(e.values)}),ee.forEach(function(e,t){var n;n=Array.isArray(e)?e[0].geometryConfig.geometry:e.geometryConfig.geometry;var r=e.map(function(e,t){return a(i[n].defaultConfig(),e)});i[n]().config(r)()})}var te,ne,re=e.select(".guides-group"),ae=e.select(".tooltips-group"),ie=i.tooltipPanel().config({container:ae,fontSize:8})(),le=i.tooltipPanel().config({container:ae,fontSize:8})(),oe=i.tooltipPanel().config({container:ae,hasTick:!0})();if(!b){var se=re.select("line").attr({x1:0,y1:0,y2:0}).style({stroke:"grey","pointer-events":"none"});W.on("mousemove.angular-guide",function(e,t){var n=i.util.getMousePos($).angle;se.attr({x2:-g,transform:"rotate("+n+")"}).style({opacity:.5});var r=(n+180+360-d.orientation)%360;te=l.invert(r);var a=i.util.convertToCartesian(g+12,n+180);ie.text(i.util.round(te)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.angular-guide",function(e,t){re.select("line").style({opacity:0})})}var ue=re.select("circle").style({stroke:"grey",fill:"none"});W.on("mousemove.radial-guide",function(e,t){var r=i.util.getMousePos($).radius;ue.attr({r:r}).style({opacity:.5}),ne=n.invert(i.util.getMousePos($).radius);var a=i.util.convertToCartesian(r,d.radialAxis.orientation);le.text(i.util.round(ne)).move([a[0]+_[0],a[1]+_[1]])}).on("mouseout.radial-guide",function(e,t){ue.style({opacity:0}),oe.hide(),ie.hide(),le.hide()}),e.selectAll(".geometry-group .mark").on("mouseover.tooltip",function(t,n){var a=r.select(this),l=a.style("fill"),o="black",s=a.style("opacity")||1;if(a.attr({"data-opacity":s}),"none"!=l){a.attr({"data-fill":l}),o=r.hsl(l).darker().toString(),a.style({fill:o,opacity:1});var u={t:i.util.round(t[0]),r:i.util.round(t[1])};b&&(u.t=T[t[0]]);var c="t: "+u.t+", r: "+u.r,d=this.getBoundingClientRect(),f=e.node().getBoundingClientRect(),h=[d.left+d.width/2-E[0]-f.left,d.top+d.height/2-E[1]-f.top];oe.config({color:o}).text(c),oe.move(h)}else l=a.style("stroke"),a.attr({"data-stroke":l}),o=r.hsl(l).darker().toString(),a.style({stroke:o,opacity:1})}).on("mousemove.tooltip",function(e,t){if(0!=r.event.which)return!1;r.select(this).attr("data-fill")&&oe.show()}).on("mouseout.tooltip",function(e,t){oe.hide();var n=r.select(this),a=n.attr("data-fill");a?n.style({fill:a,opacity:n.attr("data-opacity")}):n.style({stroke:n.attr("data-stroke"),opacity:n.attr("data-opacity")})})})}(s),this},d.config=function(e){if(!arguments.length)return o;var t=i.util.cloneJson(e);return t.data.forEach(function(e,t){o.data[t]||(o.data[t]={}),a(o.data[t],i.Axis.defaultConfig().data[0]),a(o.data[t],e)}),a(o.layout,i.Axis.defaultConfig().layout),a(o.layout,t.layout),this},d.getLiveConfig=function(){return u},d.getinputConfig=function(){return s},d.radialScale=function(e){return n},d.angularScale=function(e){return l},d.svg=function(){return e},r.rebind(d,c,"on"),d},i.Axis.defaultConfig=function(e,t){return{data:[{t:[1,2,3,4],r:[10,11,12,13],name:"Line1",geometry:"LinePlot",color:null,strokeDash:"solid",strokeColor:null,strokeSize:"1",visibleInLegend:!0,opacity:1}],layout:{defaultColorRange:r.scale.category10().range(),title:null,height:450,width:500,margin:{top:40,right:40,bottom:40,left:40},font:{size:12,color:"gray",outlineColor:"white",family:"Tahoma, sans-serif"},direction:"clockwise",orientation:0,labelOffset:10,radialAxis:{domain:null,orientation:-45,ticksSuffix:"",visible:!0,gridLinesVisible:!0,tickOrientation:"horizontal",rewriteTicks:null},angularAxis:{domain:[0,360],ticksSuffix:"",visible:!0,gridLinesVisible:!0,labelsVisible:!0,tickOrientation:"horizontal",rewriteTicks:null,ticksCount:null,ticksStep:null},minorTicks:0,tickLength:null,tickColor:"silver",minorTickColor:"#eee",backgroundColor:"none",needsEndSpacing:null,showLegend:!0,legend:{reverseOrder:!1},opacity:1}}},i.util={},i.DATAEXTENT="dataExtent",i.AREA="AreaChart",i.LINE="LinePlot",i.DOT="DotPlot",i.BAR="BarChart",i.util._override=function(e,t){for(var n in e)n in t&&(t[n]=e[n])},i.util._extend=function(e,t){for(var n in e)t[n]=e[n]},i.util._rndSnd=function(){return 2*Math.random()-1+(2*Math.random()-1)+(2*Math.random()-1)},i.util.dataFromEquation2=function(e,t){var n=t||6;return r.range(0,360+n,n).map(function(t,n){var r=t*Math.PI/180;return[t,e(r)]})},i.util.dataFromEquation=function(e,t,n){var a=t||6,i=[],l=[];r.range(0,360+a,a).forEach(function(t,n){var r=t*Math.PI/180,a=e(r);i.push(t),l.push(a)});var o={t:i,r:l};return n&&(o.name=n),o},i.util.ensureArray=function(e,t){if(void 0===e)return null;var n=[].concat(e);return r.range(t).map(function(e,t){return n[t]||n[0]})},i.util.fillArrays=function(e,t,n){return t.forEach(function(t,r){e[t]=i.util.ensureArray(e[t],n)}),e},i.util.cloneJson=function(e){return JSON.parse(JSON.stringify(e))},i.util.validateKeys=function(e,t){"string"==typeof t&&(t=t.split("."));var n=t.shift();return e[n]&&(!t.length||objHasKeys(e[n],t))},i.util.sumArrays=function(e,t){return r.zip(e,t).map(function(e,t){return r.sum(e)})},i.util.arrayLast=function(e){return e[e.length-1]},i.util.arrayEqual=function(e,t){for(var n=Math.max(e.length,t.length,1);n-- >=0&&e[n]===t[n];);return-2===n},i.util.flattenArray=function(e){for(var t=[];!i.util.arrayEqual(t,e);)t=e,e=[].concat.apply([],e);return e},i.util.deduplicate=function(e){return e.filter(function(e,t,n){return n.indexOf(e)==t})},i.util.convertToCartesian=function(e,t){var n=t*Math.PI/180;return[e*Math.cos(n),e*Math.sin(n)]},i.util.round=function(e,t){var n=t||2,r=Math.pow(10,n);return Math.round(e*r)/r},i.util.getMousePos=function(e){var t=r.mouse(e.node()),n=t[0],a=t[1],i={};return i.x=n,i.y=a,i.pos=t,i.angle=180*(Math.atan2(a,n)+Math.PI)/Math.PI,i.radius=Math.sqrt(n*n+a*a),i},i.util.duplicatesCount=function(e){for(var t,n={},r={},a=0,i=e.length;a<i;a++)(t=e[a])in n?(n[t]++,r[t]=n[t]):n[t]=1;return r},i.util.duplicates=function(e){return Object.keys(i.util.duplicatesCount(e))},i.util.translator=function(e,t,n,r){if(r){var a=n.slice();n=t,t=a}var i=t.reduce(function(e,t){if(void 0!==e)return e[t]},e);void 0!==i&&(t.reduce(function(e,n,r){if(void 0!==e)return r===t.length-1&&delete e[n],e[n]},e),n.reduce(function(e,t,r){return void 0===e[t]&&(e[t]={}),r===n.length-1&&(e[t]=i),e[t]},e))},i.PolyChart=function(){var e=[i.PolyChart.defaultConfig()],t=r.dispatch("hover"),n={solid:"none",dash:[5,2],dot:[2,5]};function l(){var t=e[0].geometryConfig,a=t.container;"string"==typeof a&&(a=r.select(a)),a.datum(e).each(function(e,a){var i=!!e[0].data.yStack,l=e.map(function(e,t){return i?r.zip(e.data.t[0],e.data.r[0],e.data.yStack[0]):r.zip(e.data.t[0],e.data.r[0])}),o=t.angularScale,s=t.radialScale.domain()[0],u={bar:function(n,a,i){var l=e[i].data,s=t.radialScale(n[1])-t.radialScale(0),u=t.radialScale(n[2]||0),c=l.barWidth;r.select(this).attr({class:"mark bar",d:"M"+[[s+u,-c/2],[s+u,c/2],[u,c/2],[u,-c/2]].join("L")+"Z",transform:function(e,n){return"rotate("+(t.orientation+o(e[0]))+")"}})}};u.dot=function(n,a,i){var l=n[2]?[n[0],n[1]+n[2]]:n,o=r.svg.symbol().size(e[i].data.dotSize).type(e[i].data.dotType)(n,a);r.select(this).attr({class:"mark dot",d:o,transform:function(e,n){var r,a,i,o=(r=function(e,n){var r=t.radialScale(e[1]),a=(t.angularScale(e[0])+t.orientation)*Math.PI/180;return{r:r,t:a}}(l),a=r.r*Math.cos(r.t),i=r.r*Math.sin(r.t),{x:a,y:i});return"translate("+[o.x,o.y]+")"}})};var c=r.svg.line.radial().interpolate(e[0].data.lineInterpolation).radius(function(e){return t.radialScale(e[1])}).angle(function(e){return t.angularScale(e[0])*Math.PI/180});u.line=function(n,a,i){var o=n[2]?l[i].map(function(e,t){return[e[0],e[1]+e[2]]}):l[i];if(r.select(this).each(u.dot).style({opacity:function(t,n){return+e[i].data.dotVisible},fill:p.stroke(n,a,i)}).attr({class:"mark dot"}),!(a>0)){var s=r.select(this.parentNode).selectAll("path.line").data([0]);s.enter().insert("path"),s.attr({class:"line",d:c(o),transform:function(e,n){return"rotate("+(t.orientation+90)+")"},"pointer-events":"none"}).style({fill:function(e,t){return p.fill(n,a,i)},"fill-opacity":0,stroke:function(e,t){return p.stroke(n,a,i)},"stroke-width":function(e,t){return p["stroke-width"](n,a,i)},"stroke-dasharray":function(e,t){return p["stroke-dasharray"](n,a,i)},opacity:function(e,t){return p.opacity(n,a,i)},display:function(e,t){return p.display(n,a,i)}})}};var d=t.angularScale.range(),f=Math.abs(d[1]-d[0])/l[0].length*Math.PI/180,h=r.svg.arc().startAngle(function(e){return-f/2}).endAngle(function(e){return f/2}).innerRadius(function(e){return t.radialScale(s+(e[2]||0))}).outerRadius(function(e){return t.radialScale(s+(e[2]||0))+t.radialScale(e[1])});u.arc=function(e,n,a){r.select(this).attr({class:"mark arc",d:h,transform:function(e,n){return"rotate("+(t.orientation+o(e[0])+90)+")"}})};var p={fill:function(t,n,r){return e[r].data.color},stroke:function(t,n,r){return e[r].data.strokeColor},"stroke-width":function(t,n,r){return e[r].data.strokeSize+"px"},"stroke-dasharray":function(t,r,a){return n[e[a].data.strokeDash]},opacity:function(t,n,r){return e[r].data.opacity},display:function(t,n,r){return void 0===e[r].data.visible||e[r].data.visible?"block":"none"}},v=r.select(this).selectAll("g.layer").data(l);v.enter().append("g").attr({class:"layer"});var y=v.selectAll("path.mark").data(function(e,t){return e});y.enter().append("path").attr({class:"mark"}),y.style(p).each(u[t.geometryType]),y.exit().remove(),v.exit().remove()})}return l.config=function(t){return arguments.length?(t.forEach(function(t,n){e[n]||(e[n]={}),a(e[n],i.PolyChart.defaultConfig()),a(e[n],t)}),this):e},l.getColorScale=function(){},r.rebind(l,t,"on"),l},i.PolyChart.defaultConfig=function(){return{data:{name:"geom1",t:[[1,2,3,4]],r:[[1,2,3,4]],dotType:"circle",dotSize:64,dotVisible:!1,barWidth:20,color:"#ffa500",strokeSize:1,strokeColor:"silver",strokeDash:"solid",opacity:1,index:0,visible:!0,visibleInLegend:!0},geometryConfig:{geometry:"LinePlot",geometryType:"arc",direction:"clockwise",orientation:0,container:"body",radialScale:null,angularScale:null,colorScale:r.scale.category20()}}},i.BarChart=function(){return i.PolyChart()},i.BarChart.defaultConfig=function(){return{geometryConfig:{geometryType:"bar"}}},i.AreaChart=function(){return i.PolyChart()},i.AreaChart.defaultConfig=function(){return{geometryConfig:{geometryType:"arc"}}},i.DotPlot=function(){return i.PolyChart()},i.DotPlot.defaultConfig=function(){return{geometryConfig:{geometryType:"dot",dotType:"circle"}}},i.LinePlot=function(){return i.PolyChart()},i.LinePlot.defaultConfig=function(){return{geometryConfig:{geometryType:"line"}}},i.Legend=function(){var e=i.Legend.defaultConfig(),t=r.dispatch("hover");function n(){var t=e.legendConfig,i=e.data.map(function(e,n){return[].concat(e).map(function(e,r){var i=a({},t.elements[n]);return i.name=e,i.color=[].concat(t.elements[n].color)[r],i})}),l=r.merge(i);l=l.filter(function(e,n){return t.elements[n]&&(t.elements[n].visibleInLegend||void 0===t.elements[n].visibleInLegend)}),t.reverseOrder&&(l=l.reverse());var o=t.container;("string"==typeof o||o.nodeName)&&(o=r.select(o));var s=l.map(function(e,t){return e.color}),u=t.fontSize,c=null==t.isContinuous?"number"==typeof l[0]:t.isContinuous,d=c?t.height:u*l.length,f=o.classed("legend-group",!0).selectAll("svg").data([0]),h=f.enter().append("svg").attr({width:300,height:d+u,xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",version:"1.1"});h.append("g").classed("legend-axis",!0),h.append("g").classed("legend-marks",!0);var p=r.range(l.length),v=r.scale[c?"linear":"ordinal"]().domain(p).range(s),y=r.scale[c?"linear":"ordinal"]().domain(p)[c?"range":"rangePoints"]([0,d]);if(c){var g=f.select(".legend-marks").append("defs").append("linearGradient").attr({id:"grad1",x1:"0%",y1:"0%",x2:"0%",y2:"100%"}).selectAll("stop").data(s);g.enter().append("stop"),g.attr({offset:function(e,t){return t/(s.length-1)*100+"%"}}).style({"stop-color":function(e,t){return e}}),f.append("rect").classed("legend-mark",!0).attr({height:t.height,width:t.colorBandWidth,fill:"url(#grad1)"})}else{var m=f.select(".legend-marks").selectAll("path.legend-mark").data(l);m.enter().append("path").classed("legend-mark",!0),m.attr({transform:function(e,t){return"translate("+[u/2,y(t)+u/2]+")"},d:function(e,t){var n,a,i,l=e.symbol;return i=3*(a=u),"line"===(n=l)?"M"+[[-a/2,-a/12],[a/2,-a/12],[a/2,a/12],[-a/2,a/12]]+"Z":-1!=r.svg.symbolTypes.indexOf(n)?r.svg.symbol().type(n).size(i)():r.svg.symbol().type("square").size(i)()},fill:function(e,t){return v(t)}}),m.exit().remove()}var _=r.svg.axis().scale(y).orient("right"),T=f.select("g.legend-axis").attr({transform:"translate("+[c?t.colorBandWidth:u,u/2]+")"}).call(_);return T.selectAll(".domain").style({fill:"none",stroke:"none"}),T.selectAll("line").style({fill:"none",stroke:c?t.textColor:"none"}),T.selectAll("text").style({fill:t.textColor,"font-size":t.fontSize}).text(function(e,t){return l[t].name}),n}return n.config=function(t){return arguments.length?(a(e,t),this):e},r.rebind(n,t,"on"),n},i.Legend.defaultConfig=function(e,t){return{data:["a","b","c"],legendConfig:{elements:[{symbol:"line",color:"red"},{symbol:"square",color:"yellow"},{symbol:"diamond",color:"limegreen"}],height:150,colorBandWidth:30,fontSize:12,container:"body",isContinuous:null,textColor:"grey",reverseOrder:!1}}},i.tooltipPanel=function(){var e,t,n,l={container:null,hasTick:!1,fontSize:12,color:"white",padding:5},o="tooltip-"+i.tooltipPanel.uid++,s=10,u=function(){var r=(e=l.container.selectAll("g."+o).data([0])).enter().append("g").classed(o,!0).style({"pointer-events":"none",display:"none"});return n=r.append("path").style({fill:"white","fill-opacity":.9}).attr({d:"M0 0"}),t=r.append("text").attr({dx:l.padding+s,dy:.3*+l.fontSize}),u};return u.text=function(a){var i=r.hsl(l.color).l,o=i>=.5?"#aaa":"white",c=i>=.5?"black":"white",d=a||"";t.style({fill:c,"font-size":l.fontSize+"px"}).text(d);var f=l.padding,h=t.node().getBBox(),p={fill:l.color,stroke:o,"stroke-width":"2px"},v=h.width+2*f+s,y=h.height+2*f;return n.attr({d:"M"+[[s,-y/2],[s,-y/4],[l.hasTick?0:s,0],[s,y/4],[s,y/2],[v,y/2],[v,-y/2]].join("L")+"Z"}).style(p),e.attr({transform:"translate("+[s,-y/2+2*f]+")"}),e.style({display:"block"}),u},u.move=function(t){if(e)return e.attr({transform:"translate("+[t[0],t[1]]+")"}).style({display:"block"}),u},u.hide=function(){if(e)return e.style({display:"none"}),u},u.show=function(){if(e)return e.style({display:"block"}),u},u.config=function(e){return a(l,e),u},u},i.tooltipPanel.uid=1,i.adapter={},i.adapter.plotly=function(){var e={convert:function(e,t){var n={};if(e.data&&(n.data=e.data.map(function(e,n){var r=a({},e);return[[r,["marker","color"],["color"]],[r,["marker","opacity"],["opacity"]],[r,["marker","line","color"],["strokeColor"]],[r,["marker","line","dash"],["strokeDash"]],[r,["marker","line","width"],["strokeSize"]],[r,["marker","symbol"],["dotType"]],[r,["marker","size"],["dotSize"]],[r,["marker","barWidth"],["barWidth"]],[r,["line","interpolation"],["lineInterpolation"]],[r,["showlegend"],["visibleInLegend"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t||delete r.marker,t&&delete r.groupId,t?("LinePlot"===r.geometry?(r.type="scatter",!0===r.dotVisible?(delete r.dotVisible,r.mode="lines+markers"):r.mode="lines"):"DotPlot"===r.geometry?(r.type="scatter",r.mode="markers"):"AreaChart"===r.geometry?r.type="area":"BarChart"===r.geometry&&(r.type="bar"),delete r.geometry):("scatter"===r.type?"lines"===r.mode?r.geometry="LinePlot":"markers"===r.mode?r.geometry="DotPlot":"lines+markers"===r.mode&&(r.geometry="LinePlot",r.dotVisible=!0):"area"===r.type?r.geometry="AreaChart":"bar"===r.type&&(r.geometry="BarChart"),delete r.mode,delete r.type),r}),!t&&e.layout&&"stack"===e.layout.barmode)){var l=i.util.duplicates(n.data.map(function(e,t){return e.geometry}));n.data.forEach(function(e,t){var r=l.indexOf(e.geometry);-1!=r&&(n.data[t].groupId=r)})}if(e.layout){var o=a({},e.layout);if([[o,["plot_bgcolor"],["backgroundColor"]],[o,["showlegend"],["showLegend"]],[o,["radialaxis"],["radialAxis"]],[o,["angularaxis"],["angularAxis"]],[o.angularaxis,["showline"],["gridLinesVisible"]],[o.angularaxis,["showticklabels"],["labelsVisible"]],[o.angularaxis,["nticks"],["ticksCount"]],[o.angularaxis,["tickorientation"],["tickOrientation"]],[o.angularaxis,["ticksuffix"],["ticksSuffix"]],[o.angularaxis,["range"],["domain"]],[o.angularaxis,["endpadding"],["endPadding"]],[o.radialaxis,["showline"],["gridLinesVisible"]],[o.radialaxis,["tickorientation"],["tickOrientation"]],[o.radialaxis,["ticksuffix"],["ticksSuffix"]],[o.radialaxis,["range"],["domain"]],[o.angularAxis,["showline"],["gridLinesVisible"]],[o.angularAxis,["showticklabels"],["labelsVisible"]],[o.angularAxis,["nticks"],["ticksCount"]],[o.angularAxis,["tickorientation"],["tickOrientation"]],[o.angularAxis,["ticksuffix"],["ticksSuffix"]],[o.angularAxis,["range"],["domain"]],[o.angularAxis,["endpadding"],["endPadding"]],[o.radialAxis,["showline"],["gridLinesVisible"]],[o.radialAxis,["tickorientation"],["tickOrientation"]],[o.radialAxis,["ticksuffix"],["ticksSuffix"]],[o.radialAxis,["range"],["domain"]],[o.font,["outlinecolor"],["outlineColor"]],[o.legend,["traceorder"],["reverseOrder"]],[o,["labeloffset"],["labelOffset"]],[o,["defaultcolorrange"],["defaultColorRange"]]].forEach(function(e,n){i.util.translator.apply(null,e.concat(t))}),t?(void 0!==o.tickLength&&(o.angularaxis.ticklen=o.tickLength,delete o.tickLength),o.tickColor&&(o.angularaxis.tickcolor=o.tickColor,delete o.tickColor)):(o.angularAxis&&void 0!==o.angularAxis.ticklen&&(o.tickLength=o.angularAxis.ticklen),o.angularAxis&&void 0!==o.angularAxis.tickcolor&&(o.tickColor=o.angularAxis.tickcolor)),o.legend&&"boolean"!=typeof o.legend.reverseOrder&&(o.legend.reverseOrder="normal"!=o.legend.reverseOrder),o.legend&&"boolean"==typeof o.legend.traceorder&&(o.legend.traceorder=o.legend.traceorder?"reversed":"normal",delete o.legend.reverseOrder),o.margin&&void 0!==o.margin.t){var s=["t","r","b","l","pad"],u=["top","right","bottom","left","pad"],c={};r.entries(o.margin).forEach(function(e,t){c[u[s.indexOf(e.key)]]=e.value}),o.margin=c}t&&(delete o.needsEndSpacing,delete o.minorTickColor,delete o.minorTicks,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksCount,delete o.angularaxis.ticksStep,delete o.angularaxis.rewriteTicks,delete o.angularaxis.nticks,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksCount,delete o.radialaxis.ticksStep,delete o.radialaxis.rewriteTicks,delete o.radialaxis.nticks),n.layout=o}return n}};return e}},function(e,t,n){"use strict";var r=n(0),a=n(111);var i={add:function(e,t,n,r,i){var l,o;e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},o=e.undoQueue.index,e.autoplay?e.undoQueue.inSequence||(e.autoplay=!1):(!e.undoQueue.sequence||e.undoQueue.beginSequence?(l={undo:{calls:[],args:[]},redo:{calls:[],args:[]}},e.undoQueue.queue.splice(o,e.undoQueue.queue.length-o,l),e.undoQueue.index+=1):l=e.undoQueue.queue[o-1],e.undoQueue.beginSequence=!1,l&&(l.undo.calls.unshift(t),l.undo.args.unshift(n),l.redo.calls.push(r),l.redo.args.push(i)),e.undoQueue.queue.length>a.queueLength&&(e.undoQueue.queue.shift(),e.undoQueue.index--))},startSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!0,e.undoQueue.beginSequence=!0},stopSequence:function(e){e.undoQueue=e.undoQueue||{index:0,queue:[],sequence:!1},e.undoQueue.sequence=!1,e.undoQueue.beginSequence=!1},undo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.undo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index<=0)){for(e.undoQueue.index--,t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.undo.calls.length;n++)i.plotDo(e,t.undo.calls[n],t.undo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1}},redo:function(e){var t,n;if(e.framework&&e.framework.isPolar)e.framework.redo();else if(!(void 0===e.undoQueue||isNaN(e.undoQueue.index)||e.undoQueue.index>=e.undoQueue.queue.length)){for(t=e.undoQueue.queue[e.undoQueue.index],e.undoQueue.inSequence=!0,n=0;n<t.redo.calls.length;n++)i.plotDo(e,t.redo.calls[n],t.redo.args[n]);e.undoQueue.inSequence=!1,e.autoplay=!1,e.undoQueue.index++}}};i.plotDo=function(e,t,n){e.autoplay=!0,n=function(e,t){for(var n,a=[],i=0;i<t.length;i++)n=t[i],a[i]=n===e?n:"object"==typeof n?Array.isArray(n)?r.extendDeep([],n):r.extendDeepAll({},n):n;return a}(e,n),t.apply(null,n)},e.exports=i},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){return new Promise(function(n,c){(t=t||{}).format=t.format||"png";var d=function(e){return void 0===e||null===e||!!(r(e)&&e>1)};d(t.width)&&d(t.height)||c(new Error("Height and width should be pixel values."));var f=o(e,{format:"png",height:t.height,width:t.width}),h=f.gd;h.style.position="absolute",h.style.left="-5000px",document.body.appendChild(h);var p=l.getRedrawFunc(h);a.plot(h,f.data,f.layout,f.config).then(p).then(function(){var e=l.getDelay(h._fullLayout);return new Promise(function(n,r){setTimeout(function(){var e=s(h),a=document.createElement("canvas");a.id=i.randstr(),u({format:t.format,width:h._fullLayout.width,height:h._fullLayout.height,canvas:a,svg:e,promise:!0}).then(function(e){h&&document.body.removeChild(h),n(e)}).catch(function(e){r(e)})},e)})}).then(function(e){n(e)}).catch(function(e){c(e)})})}},function(e,t,n){"use strict";t.manage=n(274)},function(e,t,n){"use strict";var r=n(2),a=n(0);e.exports=function(e,t,n,i){var l=i.counterAxes||[],o=i.overlayableAxes||[],s=i.letter;"free"===a.coerce(e,t,{anchor:{valType:"enumerated",values:["free"].concat(l),dflt:r(e.position)?"free":l[0]||"free"}},"anchor")&&n("position"),a.coerce(e,t,{side:{valType:"enumerated",values:"x"===s?["bottom","top"]:["left","right"],dflt:"x"===s?"bottom":"left"}},"side");var u=!1;if(o.length&&(u=a.coerce(e,t,{overlaying:{valType:"enumerated",values:[!1].concat(o),dflt:!1}},"overlaying")),!u){var c=n("domain");c[0]>c[1]-.01&&(t.domain=[0,1]),a.noneOrAll(e.domain,t.domain,[0,1])}return t}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(0),l=i.cleanNumber,o=i.ms2DateTime,s=i.dateTime2ms,u=i.ensureNumber,c=n(16),d=c.FP_SAFE,f=c.BADNUM,h=n(15),p=n(18);function v(e){return Math.pow(10,e)}e.exports=function(e,t){t=t||{};var n=10;function c(t,r){if(t>0)return Math.log(t)/Math.LN10;if(t<=0&&r&&e.range&&2===e.range.length){var a=e.range[0],i=e.range[1];return.5*(a+i-3*n*Math.abs(a-i))}return f}function y(t,n,r){var i=s(t,r||e.calendar);if(i===f){if(!a(t))return f;i=s(new Date(+t))}return i}function g(t,n,r){return o(t,n,r||e.calendar)}function m(t){return e._categories[Math.round(t)]}function _(t){if(e._categoriesMap){var n=e._categoriesMap[t];if(void 0!==n)return n}if(a(t))return+t}function T(t){return a(t)?r.round(e._b+e._m*t,2):f}function M(t){return(t-e._b)/e._m}e.c2l="log"===e.type?c:u,e.l2c="log"===e.type?v:u,e.l2p=T,e.p2l=M,e.c2p="log"===e.type?function(e,t){return T(c(e,t))}:T,e.p2c="log"===e.type?function(e){return v(M(e))}:M,-1!==["linear","-"].indexOf(e.type)?(e.d2r=e.r2d=e.d2c=e.r2c=e.d2l=e.r2l=l,e.c2d=e.c2r=e.l2d=e.l2r=u,e.d2p=e.r2p=function(t){return e.l2p(l(t))},e.p2d=e.p2r=M,e.cleanPos=u):"log"===e.type?(e.d2r=e.d2l=function(e,t){return c(l(e),t)},e.r2d=e.r2c=function(e){return v(l(e))},e.d2c=e.r2l=l,e.c2d=e.l2r=u,e.c2r=c,e.l2d=v,e.d2p=function(t,n){return e.l2p(e.d2r(t,n))},e.p2d=function(e){return v(M(e))},e.r2p=function(t){return e.l2p(l(t))},e.p2r=M,e.cleanPos=u):"date"===e.type?(e.d2r=e.r2d=i.identity,e.d2c=e.r2c=e.d2l=e.r2l=y,e.c2d=e.c2r=e.l2d=e.l2r=g,e.d2p=e.r2p=function(t,n,r){return e.l2p(y(t,0,r))},e.p2d=e.p2r=function(e,t,n){return g(M(e),t,n)},e.cleanPos=function(t){return i.cleanDate(t,f,e.calendar)}):"category"===e.type&&(e.d2c=e.d2l=function(t){if(null!==t&&void 0!==t){if(void 0===e._categoriesMap&&(e._categoriesMap={}),void 0!==e._categoriesMap[t])return e._categoriesMap[t];e._categories.push(t);var n=e._categories.length-1;return e._categoriesMap[t]=n,n}return f},e.r2d=e.c2d=e.l2d=m,e.d2r=e.d2l_noadd=_,e.r2c=function(t){var n=_(t);return void 0!==n?n:e.fraction2r(.5)},e.l2r=e.c2r=u,e.r2l=_,e.d2p=function(t){return e.l2p(e.r2c(t))},e.p2d=function(e){return m(M(e))},e.r2p=e.d2p,e.p2r=M,e.cleanPos=function(e){return"string"==typeof e&&""!==e?e:u(e)}),e.fraction2r=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return e.l2r(n+t*(r-n))},e.r2fraction=function(t){var n=e.r2l(e.range[0]),r=e.r2l(e.range[1]);return(e.r2l(t)-n)/(r-n)},e.cleanRange=function(t){t||(t="range");var n,r,l=i.nestedProperty(e,t).get(),o=(e._id||"x").charAt(0);if(r=(r="date"===e.type?i.dfltRange(e.calendar):"y"===o?h.DFLTRANGEY:h.DFLTRANGEX).slice(),l&&2===l.length)for("date"===e.type&&(l[0]=i.cleanDate(l[0],f,e.calendar),l[1]=i.cleanDate(l[1],f,e.calendar)),n=0;n<2;n++)if("date"===e.type){if(!i.isDateTime(l[n],e.calendar)){e[t]=r;break}if(e.r2l(l[0])===e.r2l(l[1])){var s=i.constrain(e.r2l(l[0]),i.MIN_MS+1e3,i.MAX_MS-1e3);l[0]=e.l2r(s-1e3),l[1]=e.l2r(s+1e3);break}}else{if(!a(l[n])){if(!a(l[1-n])){e[t]=r;break}l[n]=l[1-n]*(n?10:.1)}if(l[n]<-d?l[n]=-d:l[n]>d&&(l[n]=d),l[0]===l[1]){var u=Math.max(1,Math.abs(1e-6*l[0]));l[0]-=u,l[1]+=u}}else i.nestedProperty(e,t).set(r)},e.setScale=function(n){var r=t._size,a=e._id.charAt(0);if(e._categories||(e._categories=[]),e._categoriesMap||(e._categoriesMap={}),e.overlaying){var l=p.getFromId({_fullLayout:t},e.overlaying);e.domain=l.domain}var o=n&&e._r?"_r":"range",s=e.calendar;e.cleanRange(o);var u=e.r2l(e[o][0],s),c=e.r2l(e[o][1],s);if("y"===a?(e._offset=r.t+(1-e.domain[1])*r.h,e._length=r.h*(e.domain[1]-e.domain[0]),e._m=e._length/(u-c),e._b=-e._m*c):(e._offset=r.l+e.domain[0]*r.w,e._length=r.w*(e.domain[1]-e.domain[0]),e._m=e._length/(c-u),e._b=-e._m*u),!isFinite(e._m)||!isFinite(e._b))throw i.notifier("Something went wrong with axis scaling","long"),t._replotting=!1,new Error("axis scaling")},e.makeCalcdata=function(t,n){var r,a,i,l="date"===e.type&&t[n+"calendar"];if(n in t)for(r=t[n],a=new Array(r.length),i=0;i<r.length;i++)a[i]=e.d2c(r[i],0,l);else{var o=n+"0"in t?e.d2c(t[n+"0"],0,l):0,s=t["d"+n]?Number(t["d"+n]):1;for(r=t[{x:"y",y:"x"}[n]],a=new Array(r.length),i=0;i<r.length;i++)a[i]=o+i*s}return a},e.isValidRange=function(t){return Array.isArray(t)&&2===t.length&&a(e.r2l(t[0]))&&a(e.r2l(t[1]))},e._min=[],e._max=[],e._separators=t.separators,delete e._minDtick,delete e._forceTick0}},function(e,t,n){"use strict";var r=n(21).mix,a=n(4),i=n(0),l=n(24).lightFraction,o=n(23),s=n(157),u=n(156),c=n(155),d=n(281),f=n(149),h=n(280);e.exports=function(e,t,n,p,v){var y=p.letter,g=p.font||{},m="Click to enter "+(p.title||y.toUpperCase()+" axis")+" title";function _(n,r){return i.coerce2(e,t,o,n,r)}var T=n("visible",!p.cheateronly),M=t.type;"date"===M&&a.getComponentMethod("calendars","handleDefaults")(e,t,"calendar",p.calendar);if(f(t,v),n("autorange",!t.isValidRange(e.range))&&n("rangemode"),n("range"),t.cleanRange(),d(e,t,n),t._initialCategories="category"===M?h(y,t.categoryorder,t.categoryarray,p.data):[],!T)return t;var b=n("color"),K=b===e.color?b:g.color;n("title",m),i.coerceFont(n,"titlefont",{family:g.family,size:Math.round(1.2*g.size),color:K}),s(e,t,n,M),c(e,t,n,M,p),u(e,t,n,p);var k=_("linecolor",b),x=_("linewidth"),C=n("showline",!!k||!!x);C||(delete t.linecolor,delete t.linewidth),(C||t.ticks)&&n("mirror");var A=_("gridcolor",r(b,p.bgColor,l).toRgbString()),w=_("gridwidth");n("showgrid",p.showGrid||!!A||!!w)||(delete t.gridcolor,delete t.gridwidth);var L=_("zerolinecolor",b),D=_("zerolinewidth");return n("zeroline",p.showGrid||!!L||!!D)||(delete t.zerolinecolor,delete t.zerolinewidth),t}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).BADNUM;e.exports=function(e,t){return function(e,t){for(var n,i=0,l=0,o=Math.max(1,(e.length-1)/1e3),s=0;s<e.length;s+=o)n=e[Math.round(s)],a.isDateTime(n,t)&&(i+=1),r(n)&&(l+=1);return i>2*l}(e,t)?"date":function(e){for(var t,n=Math.max(1,(e.length-1)/1e3),r=0,l=0,o=0;o<e.length;o+=n)t=e[Math.round(o)],a.cleanNumber(t)!==i?r++:"string"==typeof t&&""!==t&&"None"!==t&&l++;return l>2*r}(e)?"category":function(e){if(!e)return!1;for(var t=0;t<e.length;t++)if(r(e[t]))return!0;return!1}(e)?"linear":"-"}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(0),l=n(103);e.exports=function(e,t,n,o){var s="error_"+o.axis,u=t[s]={},c=e[s]||{};function d(e,t){return i.coerce(c,u,l,e,t)}if(!1!==d("visible",void 0!==c.array||void 0!==c.value||"sqrt"===c.type)){var f=d("type","array"in c?"data":"percent"),h=!0;if("sqrt"!==f&&(h=d("symmetric",!(("data"===f?"arrayminus":"valueminus")in c))),"data"===f){if(d("array")||(u.array=[]),d("traceref"),!h)d("arrayminus")||(u.arrayminus=[]),d("tracerefminus")}else"percent"!==f&&"constant"!==f||(d("value"),h||d("valueminus"));var p="copy_"+o.inherit+"style";if(o.inherit)(t["error_"+o.inherit]||{}).visible&&d(p,!(c.color||r(c.thickness)||r(c.width)));o.inherit&&u[p]||(d("color",n),d("thickness"),d("width",a.traceIs(t,"gl3d")?0:4))}}},function(e,t,n){"use strict";e.exports={PTS_LINESONLY:20}},function(e,t,n){"use strict";var r=n(0),a=n(25),i=n(98);e.exports=function(e,t,n,l){var o,s;n?(o=r.nestedProperty(e,n).get(),s=r.nestedProperty(e._input,n).get()):(o=e,s=e._input);var u=l+"auto",c=l+"min",d=l+"max",f=o[u],h=o[c],p=o[d],v=o.colorscale;!1===f&&void 0!==h||(h=r.aggNums(Math.min,null,t)),!1===f&&void 0!==p||(p=r.aggNums(Math.max,null,t)),h===p&&(h-=.5,p+=.5),o[c]=h,o[d]=p,s[c]=h,s[d]=p,s[u]=!1!==f||void 0===h&&void 0===p,o.autocolorscale&&(v=h*p<0?a.RdBu:h>=0?a.Reds:a.Blues,s.colorscale=v,o.reversescale&&(v=i(v)),o.colorscale=v)}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a,i){var l=function(e){var t=["showexponent","showtickprefix","showticksuffix"].filter(function(t){return void 0!==e[t]});if(t.every(function(n){return e[n]===e[t[0]]})||1===t.length)return e[t[0]]}(e);if(n("tickprefix")&&n("showtickprefix",l),n("ticksuffix")&&n("showticksuffix",l),n("showticklabels")){var o=i.font||{},s=t.color===e.color?t.color:o.color;if(r.coerceFont(n,"tickfont",{family:o.family,size:o.size,color:s}),n("tickangle"),"category"!==a)n("tickformat")||"date"===a||(n("showexponent",l),n("exponentformat"),n("separatethousands"))}"category"===a||i.noHover||n("hoverformat")}},function(e,t,n){"use strict";var r=n(0),a=n(23);e.exports=function(e,t,n,i){var l=r.coerce2(e,t,a,"ticklen"),o=r.coerce2(e,t,a,"tickwidth"),s=r.coerce2(e,t,a,"tickcolor",t.color);n("ticks",i.outerTicks||l||o||s?"outside":"")||(delete t.ticklen,delete t.tickwidth,delete t.tickcolor)}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(16).ONEDAY;e.exports=function(e,t,n,l){var o="auto";"array"!==e.tickmode||"log"!==l&&"date"!==l||(e.tickmode="auto"),Array.isArray(e.tickvals)?o="array":e.dtick&&(o="linear");var s=n("tickmode",o);if("auto"===s)n("nticks");else if("linear"===s){var u="date"===l?i:1,c=n("dtick",u);if(r(c))t.dtick=c>0?Number(c):u;else if("string"!=typeof c)t.dtick=u;else{var d=c.charAt(0),f=c.substr(1);((f=r(f)?Number(f):0)<=0||!("date"===l&&"M"===d&&f===Math.round(f)||"log"===l&&"L"===d||"log"===l&&"D"===d&&(1===f||2===f)))&&(t.dtick=u)}var h="date"===l?a.dateTick0(t.calendar):0,p=n("tick0",h);"date"===l?t.tick0=a.cleanDate(p,h):r(p)&&"D1"!==c&&"D2"!==c?t.tick0=Number(p):t.tick0=h}else{void 0===n("tickvals")?t.tickmode="auto":n("ticktext")}}},function(e,t,n){"use strict";t.scales=n(25),t.defaultScale=n(164),t.attributes=n(159),t.handleDefaults=n(100),t.calc=n(154),t.hasColorscale=n(39),t.isValidScale=n(99),t.getScale=n(165),t.flipScale=n(98),t.extractScale=n(290),t.makeColorScaleFunc=n(289)},function(e,t,n){"use strict";e.exports={zauto:{valType:"boolean",role:"info",dflt:!0,description:["Determines the whether or not the color domain is computed","with respect to the input data."].join(" ")},zmin:{valType:"number",role:"info",dflt:null,description:"Sets the lower bound of color domain."},zmax:{valType:"number",role:"info",dflt:null,description:"Sets the upper bound of color domain."},colorscale:{valType:"colorscale",role:"style",description:["Sets the colorscale.","The colorscale must be an array containing","arrays mapping a normalized value to an","rgb, rgba, hex, hsl, hsv, or named color string.","At minimum, a mapping for the lowest (0) and highest (1)","values are required. For example,","`[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`.","To control the bounds of the colorscale in z space,","use zmin and zmax"].join(" ")},autocolorscale:{valType:"boolean",role:"style",dflt:!0,description:["Determines whether or not the colorscale is picked using the sign of","the input z values."].join(" ")},reversescale:{valType:"boolean",role:"style",dflt:!1,description:"Reverses the colorscale."},showscale:{valType:"boolean",role:"info",dflt:!0,description:["Determines whether or not a colorbar is displayed for this trace."].join(" ")}}},function(e,t,n){"use strict";e.exports={_isLinkedToArray:"frames_entry",group:{valType:"string",role:"info",description:["An identifier that specifies the group to which the frame belongs,","used by animate to select a subset of frames."].join(" ")},name:{valType:"string",role:"info",description:"A label by which to identify the frame"},traces:{valType:"any",role:"info",description:["A list of trace indices that identify the respective traces in the","data attribute"].join(" ")},baseframe:{valType:"string",role:"info",description:["The name of the frame into which this frame's properties are merged","before applying. This is used to unify properties and avoid needing","to specify the same values for the same properties in multiple frames."].join(" ")},data:{valType:"any",role:"object",description:["A list of traces this frame modifies. The format is identical to the","normal trace definition."].join(" ")},layout:{valType:"any",role:"object",description:["Layout properties which this frame modifies. The format is identical","to the normal layout definition."].join(" ")}}},function(e,t,n){"use strict";t.init2dArray=function(e,t){for(var n=new Array(e),r=0;r<e;r++)n[r]=new Array(t);return n},t.transposeRagged=function(e){var t,n,r=0,a=e.length;for(t=0;t<a;t++)r=Math.max(r,e[t].length);var i=new Array(r);for(t=0;t<r;t++)for(i[t]=new Array(a),n=0;n<a;n++)i[t][n]=e[n][t];return i},t.dot=function(e,n){if(!e.length||!n.length||e.length!==n.length)return null;var r,a,i=e.length;if(e[0].length)for(r=new Array(i),a=0;a<i;a++)r[a]=t.dot(e[a],n);else if(n[0].length){var l=t.transposeRagged(n);for(r=new Array(l.length),a=0;a<l.length;a++)r[a]=t.dot(e,l[a])}else for(r=0,a=0;a<i;a++)r+=e[a]*n[a];return r},t.translationMatrix=function(e,t){return[[1,0,e],[0,1,t],[0,0,1]]},t.rotationMatrix=function(e){var t=e*Math.PI/180;return[[Math.cos(t),-Math.sin(t),0],[Math.sin(t),Math.cos(t),0],[0,0,1]]},t.rotationXYMatrix=function(e,n,r){return t.dot(t.dot(t.translationMatrix(n,r),t.rotationMatrix(e)),t.translationMatrix(-n,-r))},t.apply2DTransform=function(e){return function(){var n=arguments;3===n.length&&(n=n[0]);var r=1===arguments.length?n[0]:[n[0],n[1]];return t.dot(e,[r[0],r[1],1]).slice(0,2)}},t.apply2DTransform2=function(e){var n=t.apply2DTransform(e);return function(e){return n(e.slice(0,2)).concat(n(e.slice(2,4)))}}},function(e,t,n){"use strict";var r=n(2),a=n(33);function i(e,t){return e<t}function l(e,t){return e<=t}function o(e,t){return e>t}function s(e,t){return e>=t}t.findBin=function(e,t,n){if(r(t.start))return n?Math.ceil((e-t.start)/t.size)-1:Math.floor((e-t.start)/t.size);var u,c,d=0,f=t.length,h=0;for(c=t[t.length-1]>=t[0]?n?i:l:n?s:o;d<f&&h++<100;)c(t[u=Math.floor((d+f)/2)],e)?d=u+1:f=u;return h>90&&a.log("Long binary search..."),d-1},t.sorterAsc=function(e,t){return e-t},t.sorterDes=function(e,t){return t-e},t.distinctVals=function(e){var n=e.slice();n.sort(t.sorterAsc);for(var r=n.length-1,a=n[r]-n[0]||1,i=a/(r||1)/1e4,l=[n[0]],o=0;o<r;o++)n[o+1]>n[o]+i&&(a=Math.min(a,n[o+1]-n[o]),l.push(n[o+1]));return{vals:l,minDiff:a}},t.roundUp=function(e,t,n){for(var r,a=0,i=t.length-1,l=0,o=n?0:1,s=n?1:0,u=n?Math.ceil:Math.floor;a<i&&l++<100;)t[r=u((a+i)/2)]<=e?a=r+o:i=r-s;return t[a]}},function(e,t,n){"use strict";var r=n(21);e.exports=function(e){var t=0;if(!Array.isArray(e)||e.length<2)return!1;if(!e[0]||!e[e.length-1])return!1;if(0!=+e[0][0]||1!=+e[e.length-1][0])return!1;for(var n=0;n<e.length;n++){var a=e[n];if(2!==a.length||+a[0]<t||!r(a[1]).isValid())return!1;t=+a[0]}return!0}},function(e,t,n){"use strict";var r=n(25);e.exports=r.RdBu},function(e,t,n){"use strict";var r=n(25),a=n(164),i=n(163);e.exports=function(e,t){if(t||(t=a),!e)return t;function n(){try{e=r[e]||JSON.parse(e)}catch(n){e=t}}return"string"==typeof e&&(n(),"string"==typeof e&&n()),i(e)?e:t}},function(e,t,n){"use strict";e.exports=function(e,t){var n=e%t;return n<0?n+t:n}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e){for(var t,n,a=r.layoutArrayContainers,i=r.layoutArrayRegexes,l=e.split("[")[0],o=0;o<i.length;o++)if((n=e.match(i[o]))&&0===n.index){t=n[0];break}if(t||(t=a[a.indexOf(l)]),!t)return!1;var s=e.substr(t.length);return s?!!(n=s.match(/^\[(0|[1-9][0-9]*)\](\.(.+))?$/))&&{array:t,index:Number(n[1]),property:n[3]||""}:{array:t,index:"",property:""}}},function(e,t,n){"use strict";e.exports=function(e,t){if(t instanceof RegExp){var n,r=t.toString();for(n=0;n<e.length;n++)if(e[n]instanceof RegExp&&e[n].toString()===r)return e;e.push(t)}else t&&-1===e.indexOf(t)&&e.push(t);return e}},function(e,t,n){"use strict";n.r(t);var r=n(123),a=n(75);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(175);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"3916a94e",null);t.default=o.exports},function(e,t){var n,r,a=e.exports={};function i(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function o(e){if(n===setTimeout)return setTimeout(e,0);if((n===i||!n)&&setTimeout)return n=setTimeout,setTimeout(e,0);try{return n(e,0)}catch(t){try{return n.call(null,e,0)}catch(t){return n.call(this,e,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:i}catch(e){n=i}try{r="function"==typeof clearTimeout?clearTimeout:l}catch(e){r=l}}();var s,u=[],c=!1,d=-1;function f(){c&&s&&(c=!1,s.length?u=s.concat(u):d=-1,u.length&&h())}function h(){if(!c){var e=o(f);c=!0;for(var t=u.length;t;){for(s=u,u=[];++d<t;)s&&s[d].run();d=-1,t=u.length}s=null,c=!1,function(e){if(r===clearTimeout)return clearTimeout(e);if((r===l||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(e);try{r(e)}catch(t){try{return r.call(null,e)}catch(t){return r.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function v(){}a.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];u.push(new p(e,t)),1!==u.length||c||o(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},a.title="browser",a.browser=!0,a.env={},a.argv=[],a.version="",a.versions={},a.on=v,a.addListener=v,a.once=v,a.off=v,a.removeListener=v,a.removeAllListeners=v,a.emit=v,a.prependListener=v,a.prependOnceListener=v,a.listeners=function(e){return[]},a.binding=function(e){throw new Error("process.binding is not supported")},a.cwd=function(){return"/"},a.chdir=function(e){throw new Error("process.chdir is not supported")},a.umask=function(){return 0}},function(e,t,n){ /*! * vue-script2 v2.0.2 * (c) 2016-2018 Greg Slepak * @license MIT License */ -e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),version:"2.0.2",loaded:{},install:function(n){if(!e.installed){var r=["unload"].concat(["src","type","async","integrity","text","crossorigin"]);n.component("script2",{props:r,render:function(e){return e("div",{style:"display:none"},this.$slots.default)},mounted:function(){var n=this,a=this.$el.parentElement;if(this.src){var i=t.omitBy(t.pick(this,r),t.isUndefined);i.parent=a;var l=function(){return e.load(n.src,i)};t.isUndefined(this.async)?e.p=e.p.then(l):l()}else e.p=e.p.then(function(){var e=document.createElement("script");e.type="text/javascript",e.appendChild(document.createTextNode(n.$el.innerHTML)),a.appendChild(e)});this.$nextTick(function(){n.$el.parentElement.removeChild(n.$el)})},destroyed:function(){this.unload&&(new Function(this.unload)(),delete e.loaded[this.src])}}),e.installed=!0}},load:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{parent:document.head};return e.loaded[n]?Promise.resolve(n):new Promise(function(a,i){var l=document.createElement("script");t.defaults2(l,t.omit(r,["unload","parent"]),{type:"text/javascript"}),l.async=!1,l.src=n,r.crossorigin&&(l.crossOrigin=r.crossorigin),l.onload=function(){e.loaded[n]=1,a(n)},l.onerror=function(){return i(new Error(n))},r.parent.appendChild(l)})}},t={isUndefined:function(e){return void 0===e},pick:function(e,t){var n={};return t.forEach(function(t){n[t]=e[t]}),n},omit:function(e,t){var n={};return Object.keys(e).forEach(function(r){-1===t.indexOf(r)&&(n[r]=e[r])}),n},omitBy:function(e,t){var n={};return Object.keys(e).forEach(function(r){t(e[r])||(n[r]=e[r])}),n},defaults2:function(e){for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];r.forEach(function(n){Object.keys(n).forEach(function(r){(t.isUndefined(e[r])||""===e[r])&&(e[r]=n[r])})})}};return e}()},,function(e,t,n){"use strict";var r=n(45);n.n(r).a},,function(e,t,n){"use strict";var r=n(46);n.n(r).a},,function(e,t,n){"use strict";var r=n(47);n.n(r).a},function(e,t,n){"use strict";var r=n(89).EventEmitter,a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){var n=new r,c=o(e,{format:"png"}),d=c.gd;d.style.position="absolute",d.style.left="-5000px",document.body.appendChild(d);var f=l.getRedrawFunc(d);return a.plot(d,c.data,c.layout,c.config).then(f).then(function(){var e=l.getDelay(d._fullLayout);setTimeout(function(){var e=s(d),r=document.createElement("canvas");r.id=i.randstr(),(n=u({format:t.format,width:d._fullLayout.width,height:d._fullLayout.height,canvas:r,emitter:n,svg:e})).clean=function(){d&&document.body.removeChild(d)}},e)}).catch(function(e){n.emit("error",e)}),n}},function(e,t,n){"use strict";var r=n(93),a={getDelay:r.getDelay,getRedrawFunc:r.getRedrawFunc,clone:n(92),toSVG:n(91),svgToImg:n(90),toImage:n(178),downloadImage:n(94)};e.exports=a},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=e._name,a={};if("all"===t.step)a[n+".autorange"]=!0;else{var i=function(e,t){var n,a=e.range,i=new Date(e.r2l(a[1])),l=t.step,o=t.count;switch(t.stepmode){case"backward":n=e.l2r(+r.time[l].utc.offset(i,-o));break;case"todate":var s=r.time[l].utc.offset(i,-o);n=e.l2r(+r.time[l].utc.ceil(s))}var u=a[1];return[n,u]}(e,t);a[n+".range[0]"]=i[0],a[n+".range[1]"]=i[1]}return a}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(3),o=n(7),s=n(14),u=n(18),c=n(37),d=n(19).LINE_SPACING,f=n(125),h=n(180);function p(e){return e._id}function v(e,t,n){var r=e.selectAll("rect").data([0]);r.enter().append("rect").classed("selector-rect",!0),r.attr("shape-rendering","crispEdges"),r.attr({rx:f.rx,ry:f.ry}),r.call(l.stroke,t.bordercolor).call(l.fill,function(e,t){return t.isActive||t.isHovered?e.activecolor:e.bgcolor}(t,n)).style("stroke-width",t.borderwidth+"px")}function y(e,t,n,r){var a,i=e.selectAll("text").data([0]);i.enter().append("text").classed("selector-text",!0).classed("user-select-none",!0),i.attr("text-anchor","middle"),i.call(o.font,t.font).text((a=n,a.label?a.label:"all"===a.step?"all":a.count+a.step.charAt(0))).call(function(e){s.convertToTspans(e,r)})}e.exports=function(e){var t=e._fullLayout._infolayer.selectAll(".rangeselector").data(function(e){for(var t=u.list(e,"x",!0),n=[],r=0;r<t.length;r++){var a=t[r];a.rangeselector&&a.rangeselector.visible&&n.push(a)}return n}(e),p);t.enter().append("g").classed("rangeselector",!0),t.exit().remove(),t.style({cursor:"pointer","pointer-events":"all"}),t.each(function(t){var n=r.select(this),l=t,u=l.rangeselector,p=n.selectAll("g.button").data(u.buttons);p.enter().append("g").classed("button",!0),p.exit().remove(),p.each(function(t){var n=r.select(this),i=h(l,t);t.isActive=function(e,t,n){if("all"===t.step)return!0===e.autorange;var r=Object.keys(n);return e.range[0]===n[r[0]]&&e.range[1]===n[r[1]]}(l,t,i),n.call(v,u,t),n.call(y,u,t,e),n.on("click",function(){e._dragged||a.relayout(e,i)}),n.on("mouseover",function(){t.isHovered=!0,n.call(v,u,t)}),n.on("mouseout",function(){t.isHovered=!1,n.call(v,u,t)})}),function(e,t,n,a){n.width=0,n.height=0;var l=n.borderwidth;t.each(function(){var e=r.select(this),t=e.select(".selector-text"),a=n.font.size*d,i=Math.max(a*s.lineCount(t),16)+3;n.height=Math.max(n.height,i)}),t.each(function(){var e=r.select(this),t=e.select(".selector-rect"),a=e.select(".selector-text"),i=a.node()&&o.bBox(a.node()).width,u=n.font.size*d,c=s.lineCount(a),h=Math.max(i+10,f.minButtonWidth);e.attr("transform","translate("+(l+n.width)+","+l+")"),t.attr({x:0,y:0,width:h,height:n.height}),s.positionText(a,h/2,n.height/2-(c-1)*u/2+3),n.width+=h+5}),t.selectAll("rect").attr("height",n.height);var u=e._fullLayout._size;n.lx=u.l+u.w*n.x,n.ly=u.t+u.h*(1-n.y);var h="left";c.isRightAnchor(n)&&(n.lx-=n.width,h="right");c.isCenterAnchor(n)&&(n.lx-=n.width/2,h="center");var p="top";c.isBottomAnchor(n)&&(n.ly-=n.height,p="bottom");c.isMiddleAnchor(n)&&(n.ly-=n.height/2,p="middle");n.width=Math.ceil(n.width),n.height=Math.ceil(n.height),n.lx=Math.round(n.lx),n.ly=Math.round(n.ly),i.autoMargin(e,a+"-range-selector",{x:n.x,y:n.y,l:n.width*({right:1,center:.5}[h]||0),r:n.width*({left:1,center:.5}[h]||0),b:n.height*({top:1,middle:.5}[p]||0),t:n.height*({bottom:1,middle:.5}[p]||0)})}(e,p,u,l._name),n.attr("transform","translate("+u.lx+","+u.ly+")")})}},function(e,t,n){"use strict";var r=n(0),a=n(3),i=n(78),l=n(126),o=n(125);e.exports=function(e,t,n,s,u){var c=e.rangeselector||{},d=t.rangeselector={};function f(e,t){return r.coerce(c,d,i,e,t)}if(f("visible",function(e,t,n){var a,i,o=e.buttons||[],s=t.buttons=[];function u(e,t){return r.coerce(a,i,l,e,t)}for(var c=0;c<o.length;c++)if(a=o[c],i={},r.isPlainObject(a)){var d=u("step");"all"!==d&&(!n||"gregorian"===n||"month"!==d&&"year"!==d?u("stepmode"):i.stepmode="backward",u("count")),u("label"),i._index=c,s.push(i)}return s}(c,d,u).length>0)){var h=function(e,t,n){for(var r=n.filter(function(n){return t[n].anchor===e._id}),a=0,i=0;i<r.length;i++){var l=t[r[i]].domain;l&&(a=Math.max(l[1],a))}return[e.domain[0],a+o.yPad]}(t,n,s);f("x",h[0]),f("y",h[1]),r.noneOrAll(e,t,["x","y"]),f("xanchor"),f("yanchor"),r.coerceFont(f,"font",n.font);var p=f("bgcolor");f("activecolor",a.contrast(p,o.lightAmount,o.darkAmount)),f("bordercolor"),f("borderwidth")}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeselector",schema:{layout:{"xaxis.rangeselector":n(78)}},layoutAttributes:n(78),handleDefaults:n(182),draw:n(181)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(7),s=n(3),u=n(138),c=n(6),d=n(20),f=n(28),h=n(127);function p(e,t,n,r){var a=e.selectAll("rect."+h.bgClassName).data([0]);a.enter().append("rect").classed(h.bgClassName,!0).attr({x:0,y:0,"shape-rendering":"crispEdges"});var i=r.borderwidth%2==0?r.borderwidth:r.borderwidth-1,l=-r._offsetShift,s=o.crispRound(t,r.borderwidth);a.attr({width:r._width+i,height:r._height+i,transform:"translate("+l+","+l+")",fill:r.bgcolor,stroke:r.bordercolor,"stroke-width":s})}function v(e,t,n,r){var a=t._fullLayout._topdefs.selectAll("#"+r._clipId).data([0]);a.enter().append("clipPath").attr("id",r._clipId).append("rect").attr({x:0,y:0}),a.select("rect").attr({width:r._width,height:r._height})}function y(e,t,n,a){var s,d=c.getSubplots(t,n),f=t.calcdata,p=e.selectAll("g."+h.rangePlotClassName).data(d,l.identity);p.enter().append("g").attr("class",function(e){return h.rangePlotClassName+" "+e}).call(o.setClipUrl,a._clipId),p.order(),p.exit().remove(),p.each(function(e,l){var o=r.select(this),d=0===l,h=c.getFromId(t,e,"y"),p=h._name,v={data:[],layout:{xaxis:{type:n.type,domain:[0,1],range:a.range.slice(),calendar:n.calendar},width:a._width,height:a._height,margin:{t:0,b:0,l:0,r:0}}};v.layout[p]={type:h.type,domain:[0,1],range:h.range.slice(),calendar:h.calendar},i.supplyDefaults(v);var y={id:e,plotgroup:o,xaxis:v._fullLayout.xaxis,yaxis:v._fullLayout[p]};d?s=y:(y.mainplot="xy",y.mainplotinfo=s),u.rangePlot(t,y,function(e,t){for(var n=[],r=0;r<e.length;r++){var a=e[r],i=a[0].trace;i.xaxis+i.yaxis===t&&n.push(a)}return n}(f,e))})}function g(e,t,n,r){var a=e.selectAll("rect."+h.maskMinClassName).data([0]);a.enter().append("rect").classed(h.maskMinClassName,!0).attr({x:0,y:0}).attr("shape-rendering","crispEdges"),a.attr("height",r._height).call(s.fill,h.maskColor);var i=e.selectAll("rect."+h.maskMaxClassName).data([0]);i.enter().append("rect").classed(h.maskMaxClassName,!0).attr("y",0).attr("shape-rendering","crispEdges"),i.attr("height",r._height).call(s.fill,h.maskColor)}function m(e,t,n,r){if(!t._context.staticPlot){var a=e.selectAll("rect."+h.slideBoxClassName).data([0]);a.enter().append("rect").classed(h.slideBoxClassName,!0).attr("y",0).attr("cursor",h.slideBoxCursor).attr("shape-rendering","crispEdges"),a.attr({height:r._height,fill:h.slideBoxFill})}}function _(e,t,n,r){var a=e.selectAll("g."+h.grabberMinClassName).data([0]);a.enter().append("g").classed(h.grabberMinClassName,!0);var i=e.selectAll("g."+h.grabberMaxClassName).data([0]);i.enter().append("g").classed(h.grabberMaxClassName,!0);var l={x:0,width:h.handleWidth,rx:h.handleRadius,fill:s.background,stroke:s.defaultLine,"stroke-width":h.handleStrokeWidth,"shape-rendering":"crispEdges"},o={y:Math.round(r._height/4),height:Math.round(r._height/2)},u=a.selectAll("rect."+h.handleMinClassName).data([0]);u.enter().append("rect").classed(h.handleMinClassName,!0).attr(l),u.attr(o);var c=i.selectAll("rect."+h.handleMaxClassName).data([0]);if(c.enter().append("rect").classed(h.handleMaxClassName,!0).attr(l),c.attr(o),!t._context.staticPlot){var d={width:h.grabAreaWidth,x:0,y:0,fill:h.grabAreaFill,cursor:h.grabAreaCursor},f=a.selectAll("rect."+h.grabAreaMinClassName).data([0]);f.enter().append("rect").classed(h.grabAreaMinClassName,!0).attr(d),f.attr("height",r._height);var p=i.selectAll("rect."+h.grabAreaMaxClassName).data([0]);p.enter().append("rect").classed(h.grabAreaMaxClassName,!0).attr(d),p.attr("height",r._height)}}e.exports=function(e){var t=e._fullLayout,n=function(e){var t=c.list({_fullLayout:e},"x",!0),n=h.name,r=[];if(e._has("gl2d"))return r;for(var a=0;a<t.length;a++){var i=t[a];i[n]&&i[n].visible&&r.push(i)}return r}(t);var o=t._infolayer.selectAll("g."+h.containerClassName).data(n,function(e){return e._name});o.enter().append("g").classed(h.containerClassName,!0).attr("pointer-events","all"),o.exit().each(function(e){var n=r.select(this),a=e[h.name];n.remove(),t._topdefs.select("#"+a._clipId).remove()}),o.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var a=n[r];-1!==a.indexOf(h.name)&&i.autoMargin(e,a)}}(e),0!==n.length&&o.each(function(n){var o=r.select(this),s=n[h.name],u=t[c.id2name(n.anchor)],T=t.margin,b=t._size,M=n.domain,k=u.domain,K=(n._boundingBox||{}).height||0;s._id=h.name+n._id,s._clipId=s._id+"-"+t._uid,s._width=b.w*(M[1]-M[0]),s._height=(t.height-T.b-T.t)*s.thickness,s._offsetShift=Math.floor(s.borderwidth/2);var x=Math.round(T.l+b.w*M[0]),C=Math.round(T.t+b.h*(1-k[0])+K+s._offsetShift+h.extraPad);o.attr("transform","translate("+x+","+C+")");var A=n.r2l(s.range[0]),w=n.r2l(s.range[1]),L=w-A;s.p2d=function(e){return e/s._width*L+A},s.d2p=function(e){return(e-A)/L*s._width},s._rl=[A,w],o.call(p,e,n,s).call(v,e,n,s).call(y,e,n,s).call(g,e,n,s).call(m,e,n,s).call(_,e,n,s),function(e,t,n,i){var o=e.select("rect."+h.slideBoxClassName).node(),s=e.select("rect."+h.grabAreaMinClassName).node(),u=e.select("rect."+h.grabAreaMaxClassName).node();e.on("mousedown",function(){var c=r.event,h=c.target,p=c.clientX,v=p-e.node().getBoundingClientRect().left,y=i.d2p(n._rl[0]),g=i.d2p(n._rl[1]),m=d.coverSlip();function _(e){var c,d,_,T=+e.clientX-p;switch(h){case o:_="ew-resize",c=y+T,d=g+T;break;case s:_="col-resize",c=y+T,d=g;break;case u:_="col-resize",c=y,d=g+T;break;default:_="ew-resize",c=v,d=v+T}if(d<c){var b=d;d=c,c=b}i._pixelMin=c,i._pixelMax=d,f(r.select(m),_),function(e,t,n,r){function i(e){return n.l2r(l.constrain(e,r._rl[0],r._rl[1]))}var o=i(r.p2d(r._pixelMin)),s=i(r.p2d(r._pixelMax));window.requestAnimationFrame(function(){a.relayout(t,n._name+".range",[o,s])})}(0,t,n,i)}m.addEventListener("mousemove",_),m.addEventListener("mouseup",function e(){m.removeEventListener("mousemove",_);m.removeEventListener("mouseup",e);l.removeElement(m)})})}(o,e,n,s),function(e,t,n,r){var a=h.handleWidth/2;function i(e){return l.constrain(e,0,r._width)}function o(e){return l.constrain(e,-a,r._width+a)}var s=i(r.d2p(n._rl[0])),u=i(r.d2p(n._rl[1]));e.select("rect."+h.slideBoxClassName).attr("x",s).attr("width",u-s),e.select("rect."+h.maskMinClassName).attr("width",s),e.select("rect."+h.maskMaxClassName).attr("x",u).attr("width",r._width-u);var c=Math.round(o(s-a))-.5,d=Math.round(o(u-a))+.5;e.select("g."+h.grabberMinClassName).attr("transform","translate("+c+",0.5)"),e.select("g."+h.grabberMaxClassName).attr("transform","translate("+d+",0.5)")}(o,0,n,s),i.autoMargin(e,s._id,{x:M[0],y:k[0],l:0,r:0,t:0,b:s._height+T.b+K,pad:h.extraPad+2*s._offsetShift})})}},function(e,t,n){"use strict";var r=n(6),a=n(127);e.exports=function(e){for(var t=r.list(e,"x",!0),n=0;n<t.length;n++){var i=t[n],l=i[a.name];l&&l.visible&&l.autorange&&i._min.length&&i._max.length&&(l._input.autorange=!0,l._input.range=l.range=r.getAutoRange(i))}}},function(e,t,n){"use strict";var r=n(0),a=n(79);e.exports=function(e,t,n){if(e[n].rangeslider){r.isPlainObject(e[n].rangeslider)||(e[n].rangeslider={});var i=e[n].rangeslider,l=t[n],o=l.rangeslider={};if(c("visible")){if(c("bgcolor",t.plot_bgcolor),c("bordercolor"),c("borderwidth"),c("thickness"),c("autorange",!l.isValidRange(i.range)),c("range"),o.range){var s=o.range,u=l.range;s[0]=l.l2r(Math.min(l.r2l(s[0]),l.r2l(u[0]))),s[1]=l.l2r(Math.max(l.r2l(s[1]),l.r2l(u[1])))}l.cleanRange("rangeslider.range"),o._input=i}}function c(e,t){return r.coerce(i,o,a,e,t)}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeslider",schema:{layout:{"xaxis.rangeslider":n(79)}},layoutAttributes:n(79),handleDefaults:n(186),calcAutorange:n(185),draw:n(184)}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(35),c=n(19).LINE_SPACING;function d(e){return e._index}function f(e,t){var n=l.tester.selectAll("g."+u.labelGroupClass).data(t.steps);n.enter().append("g").classed(u.labelGroupClass,!0);var i=0,c=0;n.each(function(e){var n=v(r.select(this),{step:e},t).node();if(n){var a=l.bBox(n);c=Math.max(c,a.height),i=Math.max(i,a.width)}}),n.remove(),t.inputAreaWidth=Math.max(u.railWidth,u.gripHeight);var d=e._fullLayout._size;t.lx=d.l+d.w*t.x,t.ly=d.t+d.h*(1-t.y),"fraction"===t.lenmode?t.outerLength=Math.round(d.w*t.len):t.outerLength=t.len,t.lenPad=Math.round(.5*u.gripWidth),t.inputAreaStart=0,t.inputAreaLength=Math.round(t.outerLength-t.pad.l-t.pad.r);var f=(t.inputAreaLength-2*u.stepInset)/(t.steps.length-1),p=i+u.labelPadding;if(t.labelStride=Math.max(1,Math.ceil(p/f)),t.labelHeight=c,t.currentValueMaxWidth=0,t.currentValueHeight=0,t.currentValueTotalHeight=0,t.currentValueMaxLines=1,t.currentvalue.visible){var y=l.tester.append("g");n.each(function(e){var n=h(y,t,e.label),r=n.node()&&l.bBox(n.node())||{width:0,height:0},a=o.lineCount(n);t.currentValueMaxWidth=Math.max(t.currentValueMaxWidth,Math.ceil(r.width)),t.currentValueHeight=Math.max(t.currentValueHeight,Math.ceil(r.height)),t.currentValueMaxLines=Math.max(t.currentValueMaxLines,a)}),t.currentValueTotalHeight=t.currentValueHeight+t.currentvalue.offset,y.remove()}t.height=t.currentValueTotalHeight+u.tickOffset+t.ticklen+u.labelOffset+t.labelHeight+t.pad.t+t.pad.b;var g="left";s.isRightAnchor(t)&&(t.lx-=t.outerLength,g="right"),s.isCenterAnchor(t)&&(t.lx-=t.outerLength/2,g="center");var m="top";s.isBottomAnchor(t)&&(t.ly-=t.height,m="bottom"),s.isMiddleAnchor(t)&&(t.ly-=t.height/2,m="middle"),t.outerLength=Math.ceil(t.outerLength),t.height=Math.ceil(t.height),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,u.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:t.outerLength*({right:1,center:.5}[g]||0),r:t.outerLength*({left:1,center:.5}[g]||0),b:t.height*({top:1,middle:.5}[m]||0),t:t.height*({bottom:1,middle:.5}[m]||0)})}function h(e,t,n){if(t.currentvalue.visible){var r,a,i=e.selectAll("text").data([0]);switch(t.currentvalue.xanchor){case"right":r=t.inputAreaLength-u.currentValueInset-t.currentValueMaxWidth,a="left";break;case"center":r=.5*t.inputAreaLength,a="middle";break;default:r=u.currentValueInset,a="left"}i.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":a,"data-notex":1});var s=t.currentvalue.prefix?t.currentvalue.prefix:"";if("string"==typeof n)s+=n;else s+=t.steps[t.active].label;t.currentvalue.suffix&&(s+=t.currentvalue.suffix),i.call(l.font,t.currentvalue.font).text(s).call(o.convertToTspans,t.gd);var d=o.lineCount(i),f=(t.currentValueMaxLines+1-d)*t.currentvalue.font.size*c;return o.positionText(i,r,f),i}}function p(e,t,n){var r=e.selectAll("rect."+u.gripRectClass).data([0]);r.enter().append("rect").classed(u.gripRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:u.gripWidth,height:u.gripHeight,rx:u.gripRadius,ry:u.gripRadius}).call(i.stroke,n.bordercolor).call(i.fill,n.bgcolor).style("stroke-width",n.borderwidth+"px")}function v(e,t,n){var r=e.selectAll("text").data([0]);return r.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":"middle","data-notex":1}),r.call(l.font,n.font).text(t.step.label).call(o.convertToTspans,n.gd),r}function y(e,t){var n=e.selectAll("g."+u.labelsClass).data([0]);n.enter().append("g").classed(u.labelsClass,!0);var a=n.selectAll("g."+u.labelGroupClass).data(t.labelSteps);a.enter().append("g").classed(u.labelGroupClass,!0),a.exit().remove(),a.each(function(e){var n=r.select(this);n.call(v,e,t),l.setTranslate(n,M(t,e.fraction),u.tickOffset+t.ticklen+t.font.size*c+u.labelOffset+t.currentValueTotalHeight)})}function g(e,t,n,r,a){var i=Math.round(r*(n.steps.length-1));i!==n.active&&m(e,t,n,i,!0,a)}function m(e,t,n,r,i,l){var o=n.active;n._input.active=n.active=r;var s=n.steps[n.active];t.call(b,n,n.active/(n.steps.length-1),l),t.call(h,n),e.emit("plotly_sliderchange",{slider:n,step:n.steps[n.active],interaction:i,previousActive:o}),s&&s.method&&i&&(t._nextMethod?(t._nextMethod.step=s,t._nextMethod.doCallback=i,t._nextMethod.doTransition=l):(t._nextMethod={step:s,doCallback:i,doTransition:l},t._nextMethodRaf=window.requestAnimationFrame(function(){var n=t._nextMethod.step;n.method&&(n.execute&&a.executeAPICommand(e,n.method,n.args),t._nextMethod=null,t._nextMethodRaf=null)})))}function _(e,t,n){var a=n.node(),l=r.select(t);function o(){return n.data()[0]}e.on("mousedown",function(){var e=o();t.emit("plotly_sliderstart",{slider:e});var s=n.select("."+u.gripRectClass);r.event.stopPropagation(),r.event.preventDefault(),s.call(i.fill,e.activebgcolor);var c=k(e,r.mouse(a)[0]);g(t,n,e,c,!0),e._dragging=!0,l.on("mousemove",function(){var e=o(),i=k(e,r.mouse(a)[0]);g(t,n,e,i,!1)}),l.on("mouseup",function(){var e=o();e._dragging=!1,s.call(i.fill,e.bgcolor),l.on("mouseup",null),l.on("mousemove",null),t.emit("plotly_sliderend",{slider:e,step:e.steps[e.active]})})})}function T(e,t){var n=e.selectAll("rect."+u.tickRectClass).data(t.steps);n.enter().append("rect").classed(u.tickRectClass,!0),n.exit().remove(),n.attr({width:t.tickwidth+"px","shape-rendering":"crispEdges"}),n.each(function(e,n){var a=n%t.labelStride==0,o=r.select(this);o.attr({height:a?t.ticklen:t.minorticklen}).call(i.fill,t.tickcolor),l.setTranslate(o,M(t,n/(t.steps.length-1))-.5*t.tickwidth,(a?u.tickOffset:u.minorTickOffset)+t.currentValueTotalHeight)})}function b(e,t,n,r){var a=e.select("rect."+u.gripRectClass),i=M(t,n);if(!t._invokingCommand){var l=a;r&&t.transition.duration>0&&(l=l.transition().duration(t.transition.duration).ease(t.transition.easing)),l.attr("transform","translate("+(i-.5*u.gripWidth)+","+t.currentValueTotalHeight+")")}}function M(e,t){return e.inputAreaStart+u.stepInset+(e.inputAreaLength-2*u.stepInset)*Math.min(1,Math.max(0,t))}function k(e,t){return Math.min(1,Math.max(0,(t-u.stepInset-e.inputAreaStart)/(e.inputAreaLength-2*u.stepInset-2*e.inputAreaStart)))}function K(e,t,n){var r=e.selectAll("rect."+u.railTouchRectClass).data([0]);r.enter().append("rect").classed(u.railTouchRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:n.inputAreaLength,height:Math.max(n.inputAreaWidth,u.tickOffset+n.ticklen+n.labelHeight)}).call(i.fill,n.bgcolor).attr("opacity",0),l.setTranslate(r,0,n.currentValueTotalHeight)}function x(e,t){var n=e.selectAll("rect."+u.railRectClass).data([0]);n.enter().append("rect").classed(u.railRectClass,!0);var r=t.inputAreaLength-2*u.railInset;n.attr({width:r,height:u.railWidth,rx:u.railRadius,ry:u.railRadius,"shape-rendering":"crispEdges"}).call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px"),l.setTranslate(n,u.railInset,.5*(t.inputAreaWidth-u.railWidth)+t.currentValueTotalHeight)}e.exports=function(e){var t=e._fullLayout,n=function(e,t){for(var n=e[u.name],r=[],a=0;a<n.length;a++){var i=n[a];i.visible&&i.steps.length&&(i.gd=t,r.push(i))}return r}(t,e),i=t._infolayer.selectAll("g."+u.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(u.containerClassName,!0).style("cursor","ew-resize"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(u.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var o=i.selectAll("g."+u.groupClassName).data(n,d);o.enter().append("g").classed(u.groupClassName,!0),o.exit().each(function(t){r.select(this).remove(),t._commandObserver.remove(),delete t._commandObserver,a.autoMargin(e,u.autoMarginIdRoot+t._index)});for(var s=0;s<n.length;s++){var c=n[s];f(e,c)}o.each(function(t){if(!(t.steps.length<2)){var n=r.select(this);!function(e){e.labelSteps=[];for(var t=e.steps.length,n=0;n<t;n+=e.labelStride)e.labelSteps.push({fraction:n/(t-1),step:e.steps[n]})}(t),a.manageCommandObserver(e,t,t.steps,function(t){var r=n.data()[0];r.active!==t.index&&(r._dragging||m(e,n,r,t.index,!1,!0))}),function(e,t,n){n.active>=n.steps.length&&(n.active=0);t.call(h,n).call(x,n).call(y,n).call(T,n).call(K,e,n).call(p,e,n),l.setTranslate(t,n.lx+n.pad.l,n.ly+n.pad.t),t.call(b,n,n.active/(n.steps.length-1),!1),t.call(h,n)}(e,r.select(this),t)}})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(128),l=n(35).name,o=i.steps;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.steps||[],l=t.steps=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label","step-"+u),s("value",a.label),s("execute"),l.push(a));return l}(e,t).length>0)&&(a("active"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("len"),a("lenmode"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("currentvalue.visible")&&(a("currentvalue.xanchor"),a("currentvalue.prefix"),a("currentvalue.suffix"),a("currentvalue.offset"),r.coerceFont(a,"currentvalue.font",t.font)),a("transition.duration"),a("transition.easing"),a("bgcolor"),a("activebgcolor"),a("bordercolor"),a("borderwidth"),a("ticklen"),a("tickwidth"),a("tickcolor"),a("minorticklen"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(35);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(128),supplyLayoutDefaults:n(189),draw:n(188)}},function(e,t,n){"use strict";e.exports=o;var r=n(1),a=n(3),i=n(7),l=n(0);function o(e,t,n){this.gd=e,this.container=t,this.id=n,this.position=null,this.translateX=null,this.translateY=null,this.hbar=null,this.vbar=null,this.bg=this.container.selectAll("rect.scrollbox-bg").data([0]),this.bg.exit().on(".drag",null).on("wheel",null).remove(),this.bg.enter().append("rect").classed("scrollbox-bg",!0).style("pointer-events","all").attr({opacity:0,x:0,y:0,width:0,height:0})}o.barWidth=2,o.barLength=20,o.barRadius=2,o.barPad=1,o.barColor="#808BA4",o.prototype.enable=function(e,t,n){var l=this.gd._fullLayout,s=l.width,u=l.height;this.position=e;var c,d,f,h,p=this.position.l,v=this.position.w,y=this.position.t,g=this.position.h,m=this.position.direction,_="down"===m,T="left"===m,b="up"===m,M=v,k=g;_||T||"right"===m||b||(this.position.direction="down",_=!0),_||b?(d=(c=p)+M,_?(f=y,k=(h=Math.min(f+k,u))-f):k=(h=y+k)-(f=Math.max(h-k,0))):(h=(f=y)+k,T?M=(d=p+M)-(c=Math.max(d-M,0)):(c=p,M=(d=Math.min(c+M,s))-c)),this._box={l:c,t:f,w:M,h:k};var K=v>M,x=o.barLength+2*o.barPad,C=o.barWidth+2*o.barPad,A=p,w=y+g;w+C>u&&(w=u-C);var L=this.container.selectAll("rect.scrollbar-horizontal").data(K?[0]:[]);L.exit().on(".drag",null).remove(),L.enter().append("rect").classed("scrollbar-horizontal",!0).call(a.fill,o.barColor),K?(this.hbar=L.attr({rx:o.barRadius,ry:o.barRadius,x:A,y:w,width:x,height:C}),this._hbarXMin=A+x/2,this._hbarTranslateMax=M-x):(delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax);var D=g>k,B=o.barWidth+2*o.barPad,S=o.barLength+2*o.barPad,G=p+v,z=y;G+B>s&&(G=s-B);var W=this.container.selectAll("rect.scrollbar-vertical").data(D?[0]:[]);W.exit().on(".drag",null).remove(),W.enter().append("rect").classed("scrollbar-vertical",!0).call(a.fill,o.barColor),D?(this.vbar=W.attr({rx:o.barRadius,ry:o.barRadius,x:G,y:z,width:B,height:S}),this._vbarYMin=z+S/2,this._vbarTranslateMax=k-S):(delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax);var O=this.id,P=c-.5,R=D?d+B+.5:d+.5,E=f-.5,j=K?h+C+.5:h+.5,I=l._topdefs.selectAll("#"+O).data(K||D?[0]:[]);if(I.exit().remove(),I.enter().append("clipPath").attr("id",O).append("rect"),K||D?(this._clipRect=I.select("rect").attr({x:Math.floor(P),y:Math.floor(E),width:Math.ceil(R)-Math.floor(P),height:Math.ceil(j)-Math.floor(E)}),this.container.call(i.setClipUrl,O),this.bg.attr({x:p,y:y,width:v,height:g})):(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),K||D){var N=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault()}).on("drag",this._onBoxDrag.bind(this));this.container.on("wheel",null).on("wheel",this._onBoxWheel.bind(this)).on(".drag",null).call(N);var F=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault(),r.event.sourceEvent.stopPropagation()}).on("drag",this._onBarDrag.bind(this));K&&this.hbar.on(".drag",null).call(F),D&&this.vbar.on(".drag",null).call(F)}this.setTranslate(t,n)},o.prototype.disable=function(){(this.hbar||this.vbar)&&(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),this.hbar&&(this.hbar.on(".drag",null),this.hbar.remove(),delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax),this.vbar&&(this.vbar.on(".drag",null),this.vbar.remove(),delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax)},o.prototype._onBoxDrag=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e-=r.event.dx),this.vbar&&(t-=r.event.dy),this.setTranslate(e,t)},o.prototype._onBoxWheel=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e+=r.event.deltaY),this.vbar&&(t+=r.event.deltaY),this.setTranslate(e,t)},o.prototype._onBarDrag=function(){var e=this.translateX,t=this.translateY;if(this.hbar){var n=e+this._hbarXMin,a=n+this._hbarTranslateMax;e=(l.constrain(r.event.x,n,a)-n)/(a-n)*(this.position.w-this._box.w)}if(this.vbar){var i=t+this._vbarYMin,o=i+this._vbarTranslateMax;t=(l.constrain(r.event.y,i,o)-i)/(o-i)*(this.position.h-this._box.h)}this.setTranslate(e,t)},o.prototype.setTranslate=function(e,t){var n=this.position.w-this._box.w,r=this.position.h-this._box.h;if(e=l.constrain(e||0,0,n),t=l.constrain(t||0,0,r),this.translateX=e,this.translateY=t,this.container.call(i.setTranslate,this._box.l-this.position.l-e,this._box.t-this.position.t-t),this._clipRect&&this._clipRect.attr({x:Math.floor(this.position.l+e-.5),y:Math.floor(this.position.t+t-.5)}),this.hbar){var a=e/n;this.hbar.call(i.setTranslate,e+a*this._hbarTranslateMax,t)}if(this.vbar){var o=t/r;this.vbar.call(i.setTranslate,e,t+o*this._vbarTranslateMax)}}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(19).LINE_SPACING,c=n(80),d=n(191);function f(e){return e._index}function h(e,t){return+e.attr(c.menuIndexAttrName)===t._index}function p(e,t,n,r,a,i,l,o){t._input.active=t.active=l,"buttons"===t.type?y(e,r,null,null,t):"dropdown"===t.type&&(a.attr(c.menuIndexAttrName,"-1"),v(e,r,a,i,t),o||y(e,r,a,i,t))}function v(e,t,n,r,a){var i=t.selectAll("g."+c.headerClassName).data([0]);i.enter().append("g").classed(c.headerClassName,!0).style("pointer-events","all");var o=a.active,s=a.buttons[o]||c.blankHeaderOpts,u={y:a.pad.t,yPad:0,x:a.pad.l,xPad:0,index:0},d={width:a.headerWidth,height:a.headerHeight};i.call(g,a,s,e).call(K,a,u,d);var f=t.selectAll("text."+c.headerArrowClassName).data([0]);f.enter().append("text").classed(c.headerArrowClassName,!0).classed("user-select-none",!0).attr("text-anchor","end").call(l.font,a.font).text(c.arrowSymbol[a.direction]),f.attr({x:a.headerWidth-c.arrowOffsetX+a.pad.l,y:a.headerHeight/2+c.textOffsetY+a.pad.t}),i.on("click",function(){n.call(x),n.attr(c.menuIndexAttrName,h(n,a)?-1:String(a._index)),y(e,t,n,r,a)}),i.on("mouseover",function(){i.call(b)}),i.on("mouseout",function(){i.call(M,a)}),l.setTranslate(t,a.lx,a.ly)}function y(e,t,n,i,l){n||(n=t).attr("pointer-events","all");var o=function(e){return-1==+e.attr(c.menuIndexAttrName)}(n)&&"buttons"!==l.type?[]:l.buttons,s="dropdown"===l.type?c.dropdownButtonClassName:c.buttonClassName,u=n.selectAll("g."+s).data(o),d=u.enter().append("g").classed(s,!0),f=u.exit();"dropdown"===l.type?(d.attr("opacity","0").transition().attr("opacity","1"),f.transition().attr("opacity","0").remove()):f.remove();var h=0,v=0,y=-1!==["up","down"].indexOf(l.direction);"dropdown"===l.type&&(y?v=l.headerHeight+c.gapButtonHeader:h=l.headerWidth+c.gapButtonHeader),"dropdown"===l.type&&"up"===l.direction&&(v=-c.gapButtonHeader+c.gapButton-l.openHeight),"dropdown"===l.type&&"left"===l.direction&&(h=-c.gapButtonHeader+c.gapButton-l.openWidth);var m={x:l.lx+h+l.pad.l,y:l.ly+v+l.pad.t,yPad:c.gapButton,xPad:c.gapButton,index:0},_={l:m.x+l.borderwidth,t:m.y+l.borderwidth};u.each(function(o,s){var c=r.select(this);c.call(g,l,o,e).call(K,l,m),c.on("click",function(){r.event.defaultPrevented||(p(e,l,0,t,n,i,s),o.execute&&a.executeAPICommand(e,o.method,o.args),e.emit("plotly_buttonclicked",{menu:l,button:o,active:l.active}))}),c.on("mouseover",function(){c.call(b)}),c.on("mouseout",function(){c.call(M,l),u.call(T,l)})}),u.call(T,l),y?(_.w=Math.max(l.openWidth,l.headerWidth),_.h=m.y-_.t):(_.w=m.x-_.l,_.h=Math.max(l.openHeight,l.headerHeight)),_.direction=l.direction,i&&(u.size()?function(e,t,n,r,a,i){var l,o,s,u=a.direction,d="up"===u||"down"===u,f=a.active;if(d)for(o=0,s=0;s<f;s++)o+=a.heights[s]+c.gapButton;else for(l=0,s=0;s<f;s++)l+=a.widths[s]+c.gapButton;r.enable(i,l,o),r.hbar&&r.hbar.attr("opacity","0").transition().attr("opacity","1");r.vbar&&r.vbar.attr("opacity","0").transition().attr("opacity","1")}(0,0,0,i,l,_):function(e){var t=!!e.hbar,n=!!e.vbar;t&&e.hbar.transition().attr("opacity","0").each("end",function(){t=!1,n||e.disable()});n&&e.vbar.transition().attr("opacity","0").each("end",function(){n=!1,t||e.disable()})}(i))}function g(e,t,n,r){e.call(m,t).call(_,t,n,r)}function m(e,t){var n=e.selectAll("rect").data([0]);n.enter().append("rect").classed(c.itemRectClassName,!0).attr({rx:c.rx,ry:c.ry,"shape-rendering":"crispEdges"}),n.call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px")}function _(e,t,n,r){var a=e.selectAll("text").data([0]);a.enter().append("text").classed(c.itemTextClassName,!0).classed("user-select-none",!0).attr({"text-anchor":"start","data-notex":1}),a.call(l.font,t.font).text(n.label).call(o.convertToTspans,r)}function T(e,t){var n=t.active;e.each(function(e,a){var l=r.select(this);a===n&&t.showactive&&l.select("rect."+c.itemRectClassName).call(i.fill,c.activeColor)})}function b(e){e.select("rect."+c.itemRectClassName).call(i.fill,c.hoverColor)}function M(e,t){e.select("rect."+c.itemRectClassName).call(i.fill,t.bgcolor)}function k(e,t){t.width1=0,t.height1=0,t.heights=[],t.widths=[],t.totalWidth=0,t.totalHeight=0,t.openWidth=0,t.openHeight=0,t.lx=0,t.ly=0;var n=l.tester.selectAll("g."+c.dropdownButtonClassName).data(t.buttons);n.enter().append("g").classed(c.dropdownButtonClassName,!0);var i=-1!==["up","down"].indexOf(t.direction);n.each(function(n,a){var s=r.select(this);s.call(g,t,n,e);var d=s.select("."+c.itemTextClassName),f=d.node()&&l.bBox(d.node()).width,h=Math.max(f+c.textPadX,c.minWidth),p=t.font.size*u,v=o.lineCount(d),y=Math.max(p*v,c.minHeight)+c.textOffsetY;y=Math.ceil(y),h=Math.ceil(h),t.widths[a]=h,t.heights[a]=y,t.height1=Math.max(t.height1,y),t.width1=Math.max(t.width1,h),i?(t.totalWidth=Math.max(t.totalWidth,h),t.openWidth=t.totalWidth,t.totalHeight+=y+c.gapButton,t.openHeight+=y+c.gapButton):(t.totalWidth+=h+c.gapButton,t.openWidth+=h+c.gapButton,t.totalHeight=Math.max(t.totalHeight,y),t.openHeight=t.totalHeight)}),i?t.totalHeight-=c.gapButton:t.totalWidth-=c.gapButton,t.headerWidth=t.width1+c.arrowPadX,t.headerHeight=t.height1,"dropdown"===t.type&&(i?(t.width1+=c.arrowPadX,t.totalHeight=t.height1):t.totalWidth=t.width1,t.totalWidth+=c.arrowPadX),n.remove();var d=t.totalWidth+t.pad.l+t.pad.r,f=t.totalHeight+t.pad.t+t.pad.b,h=e._fullLayout._size;t.lx=h.l+h.w*t.x,t.ly=h.t+h.h*(1-t.y);var p="left";s.isRightAnchor(t)&&(t.lx-=d,p="right"),s.isCenterAnchor(t)&&(t.lx-=d/2,p="center");var v="top";s.isBottomAnchor(t)&&(t.ly-=f,v="bottom"),s.isMiddleAnchor(t)&&(t.ly-=f/2,v="middle"),t.totalWidth=Math.ceil(t.totalWidth),t.totalHeight=Math.ceil(t.totalHeight),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,c.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:d*({right:1,center:.5}[p]||0),r:d*({left:1,center:.5}[p]||0),b:f*({top:1,middle:.5}[v]||0),t:f*({bottom:1,middle:.5}[v]||0)})}function K(e,t,n,r){r=r||{};var a=e.select("."+c.itemRectClassName),i=e.select("."+c.itemTextClassName),s=t.borderwidth,d=n.index;l.setTranslate(e,s+n.x,s+n.y);var f=-1!==["up","down"].indexOf(t.direction),h=r.height||(f?t.heights[d]:t.height1);a.attr({x:0,y:0,width:r.width||(f?t.width1:t.widths[d]),height:h});var p=t.font.size*u,v=(o.lineCount(i)-1)*p/2;o.positionText(i,c.textOffsetX,h/2-v+c.textOffsetY),f?n.y+=t.heights[d]+n.yPad:n.x+=t.widths[d]+n.xPad,n.index++}function x(e){e.selectAll("g."+c.dropdownButtonClassName).remove()}e.exports=function(e){var t=e._fullLayout,n=function(e){for(var t=e[c.name],n=[],r=0;r<t.length;r++){var a=t[r];a.visible&&n.push(a)}return n}(t),i=t._infolayer.selectAll("g."+c.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(c.containerClassName,!0).style("cursor","pointer"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(c.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var l=i.selectAll("g."+c.headerGroupClassName).data(n,f);l.enter().append("g").classed(c.headerGroupClassName,!0);var o=i.selectAll("g."+c.dropdownButtonGroupClassName).data([0]);o.enter().append("g").classed(c.dropdownButtonGroupClassName,!0).style("pointer-events","all");for(var s=0;s<n.length;s++){var u=n[s];k(e,u)}var g="updatemenus"+t._uid,m=new d(e,o,g);l.enter().size()&&o.call(x).attr(c.menuIndexAttrName,"-1"),l.exit().each(function(t){r.select(this).remove(),o.call(x).attr(c.menuIndexAttrName,"-1"),a.autoMargin(e,c.autoMarginIdRoot+t._index)}),l.each(function(t){var n=r.select(this),i="dropdown"===t.type?o:null;a.manageCommandObserver(e,t,t.buttons,function(r){p(e,t,t.buttons[r.index],n,i,m,r.index,!0)}),"dropdown"===t.type?(v(e,n,o,m,t),h(o,t)&&y(e,n,o,m,t)):y(e,n,null,null,t)})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(130),l=n(80).name,o=i.buttons;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.buttons||[],l=t.buttons=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label"),s("execute"),a._index=u,l.push(a));return l}(e,t).length>0)&&(a("active"),a("direction"),a("type"),a("showactive"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("bgcolor",n.paper_bgcolor),a("bordercolor"),a("borderwidth"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(80);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(130),supplyLayoutDefaults:n(193),draw:n(192)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.images,d=t._id.charAt(0),f=0;f<c.length;f++)if(u="images["+f+"].",(s=c[f])[d+"ref"]===t._id){var h=s[d],p=s["size"+d],v=null,y=null;if(l){v=a(h,t.range);var g=p/Math.pow(10,v)/2;y=2*Math.log(g+Math.sqrt(1+g*g))/Math.LN10}else y=(v=Math.pow(10,h))*(Math.pow(10,p/2)-Math.pow(10,-p/2));r(v)?r(y)||(y=null):(v=null,y=null),i(u+d,v),i(u+"size"+d,y)}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(6),l=n(31);e.exports=function(e){var t,n,o=e._fullLayout,s=[],u={},c=[];for(n=0;n<o.images.length;n++){var d=o.images[n];if(d.visible)if("below"===d.layer&&"paper"!==d.xref&&"paper"!==d.yref){t=d.xref+d.yref;var f=o._plots[t];if(!f){c.push(d);continue}f.mainplot&&(t=f.mainplot.id),u[t]||(u[t]=[]),u[t].push(d)}else"above"===d.layer?s.push(d):c.push(d)}var h={x:{left:{sizing:"xMin",offset:0},center:{sizing:"xMid",offset:-.5},right:{sizing:"xMax",offset:-1}},y:{top:{sizing:"YMin",offset:0},middle:{sizing:"YMid",offset:-.5},bottom:{sizing:"YMax",offset:-1}}};function p(t){var n=r.select(this);if(!this.img||this.img.src!==t.source){n.attr("xmlns",l.svg);var a=new Promise(function(e){var r=new Image;function a(){n.remove(),e()}this.img=r,r.setAttribute("crossOrigin","anonymous"),r.onerror=a,r.onload=function(){var t=document.createElement("canvas");t.width=this.width,t.height=this.height,t.getContext("2d").drawImage(this,0,0);var r=t.toDataURL("image/png");n.attr("xlink:href",r),e()},n.on("error",a),r.src=t.source}.bind(this));e._promises.push(a)}}function v(t){var n=r.select(this),l=i.getFromId(e,t.xref),s=i.getFromId(e,t.yref),u=o._size,c=l?Math.abs(l.l2p(t.sizex)-l.l2p(0)):t.sizex*u.w,d=s?Math.abs(s.l2p(t.sizey)-s.l2p(0)):t.sizey*u.h,f=c*h.x[t.xanchor].offset,p=d*h.y[t.yanchor].offset,v=h.x[t.xanchor].sizing+h.y[t.yanchor].sizing,y=(l?l.r2p(t.x)+l._offset:t.x*u.w+u.l)+f,g=(s?s.r2p(t.y)+s._offset:u.h-t.y*u.h+u.t)+p;switch(t.sizing){case"fill":v+=" slice";break;case"stretch":v="none"}n.attr({x:y,y:g,width:c,height:d,preserveAspectRatio:v,opacity:t.opacity});var m=(l?l._id:"")+(s?s._id:"");n.call(a.setClipUrl,m?"clip"+o._uid+m:null)}var y=o._imageLowerLayer.selectAll("image").data(c),g=o._imageUpperLayer.selectAll("image").data(s);y.enter().append("image"),g.enter().append("image"),y.exit().remove(),g.exit().remove(),y.each(function(e){p.bind(this)(e),v.bind(this)(e)}),g.each(function(e){p.bind(this)(e),v.bind(this)(e)});var m=Object.keys(o._plots);for(n=0;n<m.length;n++){t=m[n];var _=o._plots[t];if(_.imagelayer){var T=_.imagelayer.selectAll("image").data(u[t]||[]);T.enter().append("image"),T.exit().remove(),T.each(function(e){p.bind(this)(e),v.bind(this)(e)})}}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(131);function o(e,t,n){function i(n,a){return r.coerce(e,t,l,n,a)}if(!i("visible",!!i("source")))return t;i("layer"),i("xanchor"),i("yanchor"),i("sizex"),i("sizey"),i("sizing"),i("opacity");for(var o={_fullLayout:n},s=["x","y"],u=0;u<2;u++){var c=s[u],d=a.coerceRef(e,t,o,c,"paper");a.coercePosition(t,o,i,d,c,0)}return t}e.exports=function(e,t){i(e,t,{name:"images",handleItemDefaults:o})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"images",layoutAttributes:n(131),supplyLayoutDefaults:n(197),draw:n(196),convertCoords:n(195)}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(133),l=n(81);function o(e,t,n,r,a){var o="category"===e.type?e.r2c:e.d2c;if(void 0!==t)return[o(t),o(n)];if(r){var s,u,c,d,f=1/0,h=-1/0,p=r.match(i.segmentRE);for("date"===e.type&&(o=l.decodeDate(o)),s=0;s<p.length;s++)void 0!==(u=a[p[s].charAt(0)].drawn)&&(!(c=p[s].substr(1).match(i.paramRE))||c.length<u||((d=o(c[u]))<f&&(f=d),d>h&&(h=d)));return h>=f?[f,h]:void 0}}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.shapes);if(n.length&&e._fullData.length)for(var l=0;l<n.length;l++){var s,u,c=n[l],d=c.line.width/2;"paper"!==c.xref&&(u=o(s=a.getFromId(e,c.xref),c.x0,c.x1,c.path,i.paramIsX))&&a.expand(s,u,{ppad:d}),"paper"!==c.yref&&(u=o(s=a.getFromId(e,c.yref),c.y0,c.y1,c.path,i.paramIsY))&&a.expand(s,u,{ppad:d})}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(132),l=n(81);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,i,n,a)}if(o=o||{},!u("visible",!(s=s||{}).itemIsNotPlainObject))return t;u("layer"),u("opacity"),u("fillcolor"),u("line.color"),u("line.width"),u("line.dash");for(var c=u("type",e.path?"path":"rect"),d=["x","y"],f=0;f<2;f++){var h=d[f],p={_fullLayout:n},v=a.coerceRef(e,t,p,h,"","paper");if("path"!==c){var y,g,m;"paper"!==v?(y=a.getFromId(p,v),m=l.rangeToShapePosition(y),g=l.shapePositionToRange(y)):g=m=r.identity;var _=h+"0",T=h+"1",b=e[_],M=e[T];e[_]=g(e[_],!0),e[T]=g(e[T],!0),a.coercePosition(t,p,u,v,_,.25),a.coercePosition(t,p,u,v,T,.75),t[_]=m(t[_]),t[T]=m(t[T]),e[_]=b,e[T]=M}}return"path"===c?u("path"):r.noneOrAll(e,t,["x0","x1","y0","y1"]),t}},function(e,t,n){"use strict";var r=n(27),a=n(200);e.exports=function(e,t){r(e,t,{name:"shapes",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(6),l=n(3),o=n(7),s=n(20),u=n(28),c=n(133),d=n(81);function f(e,t){e._fullLayout._paper.selectAll('.shapelayer [data-index="'+t+'"]').remove();var n=(e.layout.shapes||[])[t],a=e._fullLayout.shapes[t];if(n&&!1!==a.visible)if("below"!==a.layer)f(e._fullLayout._shapeUpperLayer);else if("paper"===a.xref||"paper"===a.yref)f(e._fullLayout._shapeLowerLayer);else{var c=e._fullLayout._plots[a.xref+a.yref];if(c)f((c.mainplot||c).shapelayer);else f(e._fullLayout._shapeLowerLayer)}function f(n){var c={"data-index":t,"fill-rule":"evenodd",d:h(e,a)},f=a.line.width?a.line.color:"rgba(0,0,0,0)",v=n.append("path").attr(c).style("opacity",a.opacity).call(l.stroke,f).call(l.fill,a.fillcolor).call(o.dashLine,a.line.dash,a.line.width),y=(a.xref+a.yref).replace(/paper/g,"");v.call(o.setClipUrl,y?"clip"+e._fullLayout._uid+y:null),e._context.editable&&function(e,t,n,a){var l,o,c,f,v,y,g,m,_,T,b,M,k,K,x,C,A,w,L,D,B,S,G,z,W,O,P,R,E,j,I=10,N=10,F={element:t.node(),gd:e,prepFn:function(t){z=i.getFromId(e,n.xref),W=i.getFromId(e,n.yref),O=d.getDataToPixel(e,z),P=d.getDataToPixel(e,W,!0),R=d.getPixelToData(e,z),E=d.getPixelToData(e,W,!0);var r="shapes["+a+"]";"path"===n.type?(S=n.path,G=r+".path"):(o=O(n.x0),c=P(n.y0),f=O(n.x1),v=P(n.y1),y=r+".x0",g=r+".y0",m=r+".x1",_=r+".y1");o<f?(M=o,C=r+".x0",D="x0",k=f,A=r+".x1",B="x1"):(M=f,C=r+".x1",D="x1",k=o,A=r+".x0",B="x0");c<v?(T=c,K=r+".y0",w="y0",b=v,x=r+".y1",L="y1"):(T=v,K=r+".y1",w="y1",b=c,x=r+".y0",L="y0");l={},V(t),F.moveFn="move"===j?H:q},doneFn:function(n){u(t),n&&r.relayout(e,l)}},$=F.element.getBoundingClientRect();function V(e){var n=$.right-$.left,r=$.bottom-$.top,a=e.clientX-$.left,i=e.clientY-$.top,l=n>I&&r>N&&!e.shiftKey?s.getCursor(a/n,1-i/r):"move";u(t,l),j=l.split("-")[0]}function H(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};z&&"date"===z.type&&(i=d.encodeDate(i));var s=function(e){return E(P(e)+a)};W&&"date"===W.type&&(s=d.encodeDate(s)),n.path=p(S,i,s),l[G]=n.path}else l[y]=n.x0=R(o+r),l[g]=n.y0=E(c+a),l[m]=n.x1=R(f+r),l[_]=n.y1=E(v+a);t.attr("d",h(e,n))}function q(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};z&&"date"===z.type&&(i=d.encodeDate(i));var o=function(e){return E(P(e)+a)};W&&"date"===W.type&&(o=d.encodeDate(o)),n.path=p(S,i,o),l[G]=n.path}else{var s=~j.indexOf("n")?T+a:T,u=~j.indexOf("s")?b+a:b,c=~j.indexOf("w")?M+r:M,f=~j.indexOf("e")?k+r:k;u-s>N&&(l[K]=n[w]=E(s),l[x]=n[L]=E(u)),f-c>I&&(l[C]=n[D]=R(c),l[A]=n[B]=R(f))}t.attr("d",h(e,n))}s.init(F),t.node().onmousemove=V}(e,v,a,t)}}function h(e,t){var n,r,l,o,s=t.type,u=i.getFromId(e,t.xref),f=i.getFromId(e,t.yref),h=e._fullLayout._size;if(u?(n=d.shapePositionToRange(u),r=function(e){return u._offset+u.r2p(n(e,!0))}):r=function(e){return h.l+h.w*e},f?(l=d.shapePositionToRange(f),o=function(e){return f._offset+f.r2p(l(e,!0))}):o=function(e){return h.t+h.h*(1-e)},"path"===s)return u&&"date"===u.type&&(r=d.decodeDate(r)),f&&"date"===f.type&&(o=d.decodeDate(o)),function(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,i=e.charAt(0),l=c.paramIsX[i],o=c.paramIsY[i],s=c.numParams[i],u=e.substr(1).replace(c.paramRE,function(e){return l[r]?e=t(e):o[r]&&(e=n(e)),++r>s&&(e="X"),e});return r>s&&(u=u.replace(/[\s,]*X.*/,""),a.log("Ignoring extra params in segment "+e)),i+u})}(t.path,r,o);var p=r(t.x0),v=r(t.x1),y=o(t.y0),g=o(t.y1);if("line"===s)return"M"+p+","+y+"L"+v+","+g;if("rect"===s)return"M"+p+","+y+"H"+v+"V"+g+"H"+p+"Z";var m=(p+v)/2,_=(y+g)/2,T=Math.abs(m-p),b=Math.abs(_-y),M="A"+T+","+b,k=m+T+","+_;return"M"+k+M+" 0 1,1 "+(m+","+(_-b))+M+" 0 0,1 "+k+"Z"}function p(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,a=e.charAt(0),i=c.paramIsX[a],l=c.paramIsY[a],o=c.numParams[a];return a+e.substr(1).replace(c.paramRE,function(e){return r>=o?e:(i[r]?e=t(e):l[r]&&(e=n(e)),r++,e)})})}e.exports={draw:function(e){var t=e._fullLayout;t._shapeUpperLayer.selectAll("path").remove(),t._shapeLowerLayer.selectAll("path").remove(),t._shapeSubplotLayers.selectAll("path").remove();for(var n=0;n<t.shapes.length;n++)t.shapes[n].visible&&f(e,n)},drawOne:f}},function(e,t,n){"use strict";var r=n(202);e.exports={moduleType:"component",name:"shapes",layoutAttributes:n(132),supplyLayoutDefaults:n(201),calcAutorange:n(199),draw:r.draw,drawOne:r.drawOne}},function(e,t,n){"use strict";function r(e,t){var n,r,a=[0,0,0,0];for(n=0;n<4;++n)for(r=0;r<4;++r)a[r]+=e[4*n+r]*t[n];return a}e.exports=function(e,t){return r(e.projection,r(e.view,r(e.model,[t[0],t[1],t[2],1])))}},function(e,t,n){"use strict";var r=n(83).drawRaw,a=n(204),i=["x","y","z"];e.exports=function(e){for(var t=e.fullSceneLayout,n=e.dataScale,l=t.annotations,o=0;o<l.length;o++){for(var s=l[o],u=!1,c=0;c<3;c++){var d=i[c],f=s[d],h=t[d+"axis"].r2fraction(f);if(h<0||h>1){u=!0;break}}u?e.fullLayout._infolayer.select(".annotation-"+e.id+'[data-index="'+o+'"]').remove():(s.pdata=a(e.glplot.cameraParams,[t.xaxis.r2l(s.x)*n[0],t.yaxis.r2l(s.y)*n[1],t.zaxis.r2l(s.z)*n[2]]),r(e.graphDiv,s,o,e.id,s._xa,s._ya))}}},function(e,t,n){"use strict";var r=n(0),a=n(6);function i(e,t){var n=t.fullSceneLayout.domain,i=t.fullLayout._size,l={pdata:null,type:"linear",autorange:!1,range:[-1/0,1/0]};e._xa={},r.extendFlat(e._xa,l),a.setConvert(e._xa),e._xa._offset=i.l+n.x[0]*i.w,e._xa.l2p=function(){return.5*(1+e.pdata[0]/e.pdata[3])*i.w*(n.x[1]-n.x[0])},e._ya={},r.extendFlat(e._ya,l),a.setConvert(e._ya),e._ya._offset=i.t+(1-n.y[1])*i.h,e._ya.l2p=function(){return.5*(1-e.pdata[1]/e.pdata[3])*i.h*(n.y[1]-n.y[0])}}e.exports=function(e){for(var t=e.fullSceneLayout.annotations,n=0;n<t.length;n++)i(t[n],e);e.fullLayout._infolayer.selectAll(".annotation-"+e.id).remove()}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(134),o=n(82);function s(e,t,n,i,s){function u(n,a){return r.coerce(e,t,o,n,a)}function c(e){var r=e+"axis",i={_fullLayout:{}};return i._fullLayout[r]=n[r],a.coercePosition(t,i,u,e,e,.5)}return u("visible",!s.itemIsNotPlainObject)?(l(e,t,i.fullLayout,u),c("x"),c("y"),c("z"),r.noneOrAll(e,t,["x","y","z"]),t.xref="x",t.yref="y",t.zref="z",u("xanchor"),u("yanchor"),u("xshift"),u("yshift"),t.showarrow&&(t.axref="pixel",t.ayref="pixel",u("ax",-10),u("ay",-30),r.noneOrAll(e,t,["ax","ay"])),t):t}e.exports=function(e,t,n){i(e,t,{name:"annotations",handleItemDefaults:s,fullLayout:n.fullLayout})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"annotations3d",schema:{layout:{"scene.annotations":n(82)}},layoutAttributes:n(82),handleDefaults:n(207),convert:n(206),draw:n(205)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.annotations,d=t._id.charAt(0),f=0;f<c.length;f++)s=c[f],u="annotations["+f+"].",s[d+"ref"]===t._id&&h(d),s["a"+d+"ref"]===t._id&&h("a"+d);function h(e){var n=s[e],o=null;o=l?a(n,t.range):Math.pow(10,n),r(o)||(o=null),i(u+e,o)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(83).draw;function l(e){var t=e._fullLayout;r.filterVisible(t.annotations).forEach(function(t){var n,r,i=a.getFromId(e,t.xref),l=a.getFromId(e,t.yref),o=3*t.arrowsize*t.arrowwidth||0;i&&i.autorange&&(n=o+t.xshift,r=o-t.xshift,t.axref===t.xref?(a.expand(i,[i.r2c(t.x)],{ppadplus:n,ppadminus:r}),a.expand(i,[i.r2c(t.ax)],{ppadplus:t._xpadplus,ppadminus:t._xpadminus})):a.expand(i,[i.r2c(t.x)],{ppadplus:Math.max(t._xpadplus,n),ppadminus:Math.max(t._xpadminus,r)})),l&&l.autorange&&(n=o-t.yshift,r=o+t.yshift,t.ayref===t.yref?(a.expand(l,[l.r2c(t.y)],{ppadplus:n,ppadminus:r}),a.expand(l,[l.r2c(t.ay)],{ppadplus:t._ypadplus,ppadminus:t._ypadminus})):a.expand(l,[l.r2c(t.y)],{ppadplus:Math.max(t._ypadplus,n),ppadminus:Math.max(t._ypadminus,r)}))})}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.annotations);if(n.length&&e._fullData.length){var o={};if(n.forEach(function(e){o[e.xref]=!0,o[e.yref]=!0}),a.list(e).filter(function(e){return e.autorange&&o[e._id]}).length)return r.syncOrAsync([i,l],e)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(134),l=n(36);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,l,n,a)}o=o||{};var c=u("visible",!(s=s||{}).itemIsNotPlainObject),d=u("clicktoshow");if(!c&&!d)return t;i(e,t,n,u);for(var f=t.showarrow,h=["x","y"],p=[-10,-30],v={_fullLayout:n},y=0;y<2;y++){var g=h[y],m=a.coerceRef(e,t,v,g,"","paper");if(a.coercePosition(t,v,u,m,g,.5),f){var _="a"+g,T=a.coerceRef(e,t,v,_,"pixel");"pixel"!==T&&T!==m&&(T=t[_]="pixel");var b="pixel"===T?p[y]:.4;a.coercePosition(t,v,u,T,_,b)}u(g+"anchor"),u(g+"shift")}if(r.noneOrAll(e,t,["x","y"]),f&&r.noneOrAll(e,t,["ax","ay"]),d){var M=u("xclick"),k=u("yclick");t._xclick=void 0===M?t.x:a.cleanPosition(M,v,t.xref),t._yclick=void 0===k?t.y:a.cleanPosition(k,v,t.yref)}return t}},function(e,t,n){"use strict";var r=n(27),a=n(211);e.exports=function(e,t){r(e,t,{name:"annotations",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8);function a(e,t){var n,r,a,l,o,s,u,c=e._fullLayout.annotations,d=[],f=[],h=[],p=(t||[]).length;for(n=0;n<c.length;n++)if(l=(a=c[n]).clicktoshow){for(r=0;r<p;r++)if(s=(o=t[r]).xaxis,u=o.yaxis,s._id===a.xref&&u._id===a.yref&&s.d2r(o.x)===i(a._xclick,s)&&u.d2r(o.y)===i(a._yclick,u)){(a.visible?"onout"===l?f:h:d).push(n);break}r===p&&a.visible&&"onout"===l&&f.push(n)}return{on:d,off:f,explicitOff:h}}function i(e,t){return"log"===t.type?t.l2r(e):t.d2r(e)}e.exports={hasClickToShow:function(e,t){var n=a(e,t);return n.on.length>0||n.explicitOff.length>0},onClick:function(e,t){var n,i=a(e,t),l=i.on,o=i.off.concat(i.explicitOff),s={};if(!l.length&&!o.length)return;for(n=0;n<l.length;n++)s["annotations["+l[n]+"].visible"]=!0;for(n=0;n<o.length;n++)s["annotations["+o[n]+"].visible"]=!1;return r.update(e,{},s)}}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(3),l=n(7),o=n(135);e.exports=function(e,t,n,s,u){a(s)||(s=1);var c=e.node(),d=o[t||0];"string"==typeof n&&n||(n="end");var f,h,p,v,y=(l.getPx(e,"stroke-width")||1)*s,g=e.style("stroke")||i.defaultLine,m=e.style("stroke-opacity")||1,_=n.indexOf("start")>=0,T=n.indexOf("end")>=0,b=d.backoff*y+u;if("line"===c.nodeName){f={x:+e.attr("x1"),y:+e.attr("y1")},h={x:+e.attr("x2"),y:+e.attr("y2")};var M=f.x-h.x,k=f.y-h.y;if(v=(p=Math.atan2(k,M))+Math.PI,b){if(b*b>M*M+k*k)return void S();var K=b*Math.cos(p),x=b*Math.sin(p);_&&(f.x-=K,f.y-=x,e.attr({x1:f.x,y1:f.y})),T&&(h.x+=K,h.y+=x,e.attr({x2:h.x,y2:h.y}))}}else if("path"===c.nodeName){var C=c.getTotalLength(),A="";if(C<b)return void S();if(_){var w=c.getPointAtLength(0),L=c.getPointAtLength(.1);p=Math.atan2(w.y-L.y,w.x-L.x),f=c.getPointAtLength(Math.min(b,C)),b&&(A="0px,"+b+"px,")}if(T){var D=c.getPointAtLength(C),B=c.getPointAtLength(C-.1);if(v=Math.atan2(D.y-B.y,D.x-B.x),h=c.getPointAtLength(Math.max(0,C-b)),b)A+=C-(A?2*b:b)+"px,"+C+"px"}else A&&(A+=C+"px");A&&e.style("stroke-dasharray",A)}function S(){e.style("stroke-dasharray","0px,100px")}function G(n,a){d.path&&(t>5&&(a=0),r.select(c.parentNode).append("path").attr({class:e.attr("class"),d:d.path,transform:"translate("+n.x+","+n.y+")rotate("+180*a/Math.PI+")scale("+y+")"}).style({fill:g,opacity:m,"stroke-width":0}))}_&&G(f,p),T&&G(h,v)}},function(e,t,n){"use strict";var r=n(83),a=n(213);e.exports={moduleType:"component",name:"annotations",layoutAttributes:n(36),supplyLayoutDefaults:n(212),calcAutorange:n(210),draw:r.draw,drawOne:r.drawOne,drawRaw:r.drawRaw,hasClickToShow:a.hasClickToShow,onClick:a.onClick,convertCoords:n(209)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n){var a=n.marker.line.color;Array.isArray(a)&&(a=a[t.i]||r.defaultLine);var i=n.marker.line.width||0;Array.isArray(i)&&(i=i[t.i]||0),e.style({"stroke-width":i}).call(r.fill,t.color).call(r.stroke,a)}},function(e,t,n){"use strict";var r=n(4),a=n(84);e.exports=function(e,t){var n,i,l={},o=[],s=!1,u={},c=0;function d(e,n){if(""!==e&&a.isGrouped(t))-1===o.indexOf(e)?(o.push(e),s=!0,l[e]=[[n]]):l[e].push([n]);else{var r="~~i"+c;o.push(r),l[r]=[[n]],c++}}for(n=0;n<e.length;n++){var f=e[n],h=f[0],p=h.trace,v=p.legendgroup;if(a.legendGetsTrace(p)&&p.showlegend)if(r.traceIs(p,"pie"))for(u[v]||(u[v]={}),i=0;i<f.length;i++){var y=f[i].label;u[v][y]||(d(v,{label:y,color:f[i].color,i:f[i].i,trace:p}),u[v][y]=!0)}else d(v,h)}if(!o.length)return[];var g,m,_=o.length;if(s&&a.isGrouped(t))for(m=new Array(_),n=0;n<_;n++)g=l[o[n]],m[n]=a.isReversed(t)?g.reverse():g;else{for(m=[new Array(_)],n=0;n<_;n++)g=l[o[n]][0],m[0][a.isReversed(t)?_-n-1:n]=g;_=1}return t._lgroupsLength=_,m}},function(e,t,n){"use strict";e.exports={scrollBarWidth:4,scrollBarHeight:20,scrollBarColor:"#808BA4",scrollBarMargin:4}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(0),l=n(9),o=n(4),s=n(20),u=n(7),c=n(3),d=n(14),f=n(218),h=n(96),p=n(19).LINE_SPACING,v=n(217),y=n(136),g=n(84),m=n(37),_=!0,T=h.DBLCLICKDELAY;function b(e,t){var n=e.data()[0][0],r=t._fullLayout,i=n.trace,l=o.traceIs(i,"pie"),s=i.index,c=l?n.label:i.name,f=e.selectAll("text.legendtext").data([0]);function h(n){d.convertToTspans(n,t,function(){!function(e,t){var n=e.data()[0][0];if(!n.trace.showlegend)return void e.remove();var r,a,i=e.select("g[class*=math-group]"),l=i.node(),o=t._fullLayout.legend.font.size*p;if(l){var s=u.bBox(l);r=s.height,a=s.width,u.setTranslate(i,0,r/4)}else{var c=e.select(".legendtext"),f=d.lineCount(c),h=c.node();r=o*f,a=h?u.bBox(h).width:0;var v=o*(.3+(1-f)/2);d.positionText(c,40,v)}r=Math.max(r,16)+3,n.height=r,n.width=a}(e,t)})}f.enter().append("text").classed("legendtext",!0),f.attr("text-anchor","start").classed("user-select-none",!0).call(u.font,r.legend.font).text(c),t._context.editable&&!l?f.call(d.makeEditable,{gd:t}).call(h).on("edit",function(e){this.text(e).call(h),this.text()||(e=" ");var r,i=n.trace._fullInput||{};if(-1!==["ohlc","candlestick"].indexOf(i.type)){var l=n.trace.transforms;r=l[l.length-1].direction+".name"}else r="name";a.restyle(t,r,e,s)}):f.call(h)}function M(e,t){var n,r=1,a=e.selectAll("rect").data([0]);a.enter().append("rect").classed("legendtoggle",!0).style("cursor","pointer").attr("pointer-events","all").call(c.fill,"rgba(0,0,0,0)"),a.on("mousedown",function(){(n=(new Date).getTime())-t._legendMouseDownTime<T?r+=1:(r=1,t._legendMouseDownTime=n)}),a.on("mouseup",function(){if(!t._dragged&&!t._editing){var n=t._fullLayout.legend;(new Date).getTime()-t._legendMouseDownTime>T&&(r=Math.max(r-1,1)),1===r?n._clickTimeout=setTimeout(function(){k(e,t,r)},T):2===r&&(n._clickTimeout&&clearTimeout(n._clickTimeout),t._legendMouseDownTime=0,k(e,t,r))}})}function k(e,t,n){if(!t._dragged&&!t._editing){var r,l,s=t._fullLayout.hiddenlabels?t._fullLayout.hiddenlabels.slice():[],u=e.data()[0][0],c=t._fullData,d=u.trace,f=d.legendgroup,h=[];if(1===n&&_&&t.data&&t._context.showTips?(i.notifier("Double click on legend to isolate individual trace","long"),_=!1):_=!1,o.traceIs(d,"pie")){var p=u.label,v=s.indexOf(p);1===n?-1===v?s.push(p):s.splice(v,1):2===n&&(s=[],t.calcdata[0].forEach(function(e){p!==e.label&&s.push(e.label)}),t._fullLayout.hiddenlabels&&t._fullLayout.hiddenlabels.length===s.length&&-1===v&&(s=[])),a.relayout(t,"hiddenlabels",s)}else{var y,g=[],m=[];for(y=0;y<c.length;y++)g.push(y),m.push(!!o.traceIs(c[y],"notLegendIsolatable")||"legendonly");if(""===f)h=[d.index],m[d.index]=!0;else for(y=0;y<c.length;y++)(r=c[y]).legendgroup===f&&(h.push(r.index),m[g.indexOf(y)]=!0);if(1===n)l=!0!==d.visible||"legendonly",a.restyle(t,"visible",l,h);else if(2===n){var T=!0;for(y=0;y<c.length;y++)if(c[y].visible!==m[y]){T=!1;break}T&&(m=!0);var b=[];for(y=0;y<c.length;y++)b.push(g[y]);a.restyle(t,"visible",m,b)}}}}function K(e,t,n){var a=e._fullLayout,i=a.legend,l=i.borderwidth,o=g.isGrouped(i);if(g.isVertical(i))o&&t.each(function(e,t){u.setTranslate(this,0,t*i.tracegroupgap)}),i.width=0,i.height=0,n.each(function(e){var t=e[0],n=t.height,r=t.width;u.setTranslate(this,l,5+l+i.height+n/2),i.height+=n,i.width=Math.max(i.width,r)}),i.width+=45+2*l,i.height+=10+2*l,o&&(i.height+=(i._lgroupsLength-1)*i.tracegroupgap),i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,(e._context.editable?0:i.width)+40,n.height)});else if(o){i.width=0,i.height=0;for(var s=[i.width],c=t.data(),d=0,f=c.length;d<f;d++){var h=c[d].map(function(e){return e[0].width}),p=40+Math.max.apply(null,h);i.width+=i.tracegroupgap+p,s.push(i.width)}t.each(function(e,t){u.setTranslate(this,s[t],0)}),t.each(function(){var e=0;r.select(this).selectAll("g.traces").each(function(t){var n=t[0].height;u.setTranslate(this,0,5+l+e+n/2),e+=n}),i.height=Math.max(i.height,e)}),i.height+=10+2*l,i.width+=2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}else{i.width=0,i.height=0;var v=0,y=0,m=0,_=0;n.each(function(e){m=Math.max(40+e[0].width,m)}),n.each(function(e){var t=e[0],n=m,r=i.tracegroupgap||5;l+_+r+n>a.width-(a.margin.r+a.margin.l)&&(_=0,v+=y,i.height=i.height+y,y=0),u.setTranslate(this,l+_,5+l+t.height/2+v),i.width+=r+n,i.height=Math.max(i.height,t.height),_+=r+n,y=Math.max(t.height,y)}),i.width+=2*l,i.height+=10+2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}}function x(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");var r="top";m.isBottomAnchor(t)?r="bottom":m.isMiddleAnchor(t)&&(r="middle"),l.autoMargin(e,"legend",{x:t.x,y:t.y,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:t.height*({top:1,middle:.5}[r]||0),t:t.height*({bottom:1,middle:.5}[r]||0)})}e.exports=function(e){var t=e._fullLayout,n="legend"+t._uid;if(t._infolayer&&e.calcdata){e._legendMouseDownTime||(e._legendMouseDownTime=0);var d=t.legend,h=t.showlegend&&v(e.calcdata,d),p=t.hiddenlabels||[];if(!t.showlegend||!h.length)return t._infolayer.selectAll(".legend").remove(),t._topdefs.select("#"+n).remove(),void l.autoMargin(e,"legend");var g=t._infolayer.selectAll("g.legend").data([0]);g.enter().append("g").attr({class:"legend","pointer-events":"all"});var _=t._topdefs.selectAll("#"+n).data([0]);_.enter().append("clipPath").attr("id",n).append("rect");var C=g.selectAll("rect.bg").data([0]);C.enter().append("rect").attr({class:"bg","shape-rendering":"crispEdges"}),C.call(c.stroke,d.bordercolor),C.call(c.fill,d.bgcolor),C.style("stroke-width",d.borderwidth+"px");var A=g.selectAll("g.scrollbox").data([0]);A.enter().append("g").attr("class","scrollbox");var w=g.selectAll("rect.scrollbar").data([0]);w.enter().append("rect").attr({class:"scrollbar",rx:20,ry:2,width:0,height:0}).call(c.fill,"#808BA4");var L=A.selectAll("g.groups").data(h);L.enter().append("g").attr("class","groups"),L.exit().remove();var D=L.selectAll("g.traces").data(i.identity);D.enter().append("g").attr("class","traces"),D.exit().remove(),D.call(y,e).style("opacity",function(e){var t=e[0].trace;return o.traceIs(t,"pie")?-1!==p.indexOf(e[0].label)?.5:1:"legendonly"===t.visible?.5:1}).each(function(){r.select(this).call(b,e).call(M,e)});var B=0!==g.enter().size();B&&(K(e,L,D),x(e));var S=t.width,G=t.height;K(e,L,D),d.height>G?function(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");l.autoMargin(e,"legend",{x:t.x,y:.5,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:0,t:0})}(e):x(e);var z=t._size,W=z.l+z.w*d.x,O=z.t+z.h*(1-d.y);m.isRightAnchor(d)?W-=d.width:m.isCenterAnchor(d)&&(W-=d.width/2),m.isBottomAnchor(d)?O-=d.height:m.isMiddleAnchor(d)&&(O-=d.height/2);var P=d.width,R=z.w;P>R?(W=z.l,P=R):(W+P>S&&(W=S-P),W<0&&(W=0),P=Math.min(S-W,d.width));var E=d.height,j=z.h;E>j?(O=z.t,E=j):(O+E>G&&(O=G-E),O<0&&(O=0),E=Math.min(G-O,d.height)),u.setTranslate(g,W,O);var I,N,F,$,V,H,q=E-f.scrollBarHeight-2*f.scrollBarMargin,U=d.height-E;if(d.height<=E||e._context.staticPlot)C.attr({width:P-d.borderwidth,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),u.setTranslate(A,0,0),_.select("rect").attr({width:P-2*d.borderwidth,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth}),A.call(u.setClipUrl,n);else{I=f.scrollBarMargin,N=A.attr("data-scroll")||0,C.attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),_.select("rect").attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth-N}),A.call(u.setClipUrl,n),B&&X(I,N),g.on("wheel",null),g.on("wheel",function(){N=i.constrain(A.attr("data-scroll")-r.event.deltaY/q*U,-U,0),X(I=f.scrollBarMargin-N/U*q,N),0!==N&&N!==-U&&r.event.preventDefault()}),w.on(".drag",null),A.on(".drag",null);var Y=r.behavior.drag().on("drag",function(){I=i.constrain(r.event.y-f.scrollBarHeight/2,f.scrollBarMargin,f.scrollBarMargin+q),N=-(I-f.scrollBarMargin)/q*U,X(I,N)});w.call(Y),A.call(Y)}if(e._context.editable)g.classed("cursor-move",!0),s.init({element:g.node(),gd:e,prepFn:function(){var e=u.getTranslate(g);V=e.x,H=e.y},moveFn:function(e,t){var n=V+e,r=H+t;u.setTranslate(g,n,r),F=s.align(n,0,z.l,z.l+z.w,d.xanchor),$=s.align(r,0,z.t+z.h,z.t,d.yanchor)},doneFn:function(n,r,i){if(n&&void 0!==F&&void 0!==$)a.relayout(e,{"legend.x":F,"legend.y":$});else{var l=t._infolayer.selectAll("g.traces").filter(function(){var e=this.getBoundingClientRect();return i.clientX>=e.left&&i.clientX<=e.right&&i.clientY>=e.top&&i.clientY<=e.bottom});l.size()>0&&(1===r?g._clickTimeout=setTimeout(function(){k(l,e,r)},T):2===r&&(g._clickTimeout&&clearTimeout(g._clickTimeout),k(l,e,r)))}}})}function X(e,t){A.attr("data-scroll",t).call(u.setTranslate,0,t),w.call(u.setRect,P,e,f.scrollBarWidth,f.scrollBarHeight),_.select("rect").attr({y:d.borderwidth-t})}}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(137),l=n(41),o=n(84);e.exports=function(e,t,n){for(var s,u,c,d,f=e.legend||{},h=t.legend={},p=0,v="normal",y=0;y<n.length;y++){var g=n[y];o.legendGetsTrace(g)&&(p++,r.traceIs(g,"pie")&&p++),(r.traceIs(g,"bar")&&"stack"===t.barmode||-1!==["tonextx","tonexty"].indexOf(g.fill))&&(v=o.isGrouped({traceorder:v})?"grouped+reversed":"reversed"),void 0!==g.legendgroup&&""!==g.legendgroup&&(v=o.isReversed({traceorder:v})?"reversed+grouped":"grouped")}function m(e,t){return a.coerce(f,h,i,e,t)}if(!1!==a.coerce(e,t,l,"showlegend",p>1)){if(m("bgcolor",t.paper_bgcolor),m("bordercolor"),m("borderwidth"),a.coerceFont(m,"font",t.font),m("orientation"),"h"===h.orientation){var _=e.xaxis;_&&_.rangeslider&&_.rangeslider.visible?(s=0,c="left",u=1.1,d="bottom"):(s=0,c="left",u=-.1,d="top")}m("traceorder",v),o.isGrouped(t.legend)&&m("tracegroupgap"),m("x",s),m("xanchor",c),m("y",u),m("yanchor",d),a.noneOrAll(f,h,["x","y"])}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"legend",layoutAttributes:n(137),supplyLayoutDefaults:n(220),draw:n(219),style:n(136)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(7),o=n(6),s=/((x|y)([2-9]|[1-9][0-9]+)?)axis$/;e.exports=function(e,t,n,u){var c=e._fullLayout,d=[];var f,h,p,v,y=function(e){var t,n,r,a,i={};for(t in e)if(n=t.split(".")[0].match(s)){var l=n[1],o=l+"axis";if(r=c[o],a={},Array.isArray(e[t])?a.to=e[t].slice(0):Array.isArray(e[t].range)&&(a.to=e[t].range.slice(0)),!a.to)continue;a.axisName=o,a.length=r._length,d.push(l),i[l]=a}return i}(t),g=Object.keys(y),m=function(e,t,n){var r,a,i,l=e._plots,o=[];for(r in l){var s=l[r];if(-1===o.indexOf(s)){var u=s.xaxis._id,c=s.yaxis._id,d=s.xaxis.range,f=s.yaxis.range;s.xaxis._r=s.xaxis.range.slice(),s.yaxis._r=s.yaxis.range.slice(),a=n[u]?n[u].to:d,i=n[c]?n[c].to:f,d[0]===a[0]&&d[1]===a[1]&&f[0]===i[0]&&f[1]===i[1]||-1===t.indexOf(u)&&-1===t.indexOf(c)||o.push(s)}}return o}(c,g,y);if(!m.length)return!1;function _(e){var t=e.xaxis,n=e.yaxis;c._defs.selectAll("#"+e.clipId).call(l.setTranslate,0,0).call(l.setScale,1,1),e.plot.call(l.setTranslate,t._offset,n._offset).call(l.setScale,1,1).select(".scatterlayer").selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1,1),e.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1,1)}function T(t,n){var r,a,s,u=y[t.xaxis._id],d=y[t.yaxis._id],f=[];if(u){a=(r=e._fullLayout[u.axisName])._r,s=u.to,f[0]=(a[0]*(1-n)+n*s[0]-a[0])/(a[1]-a[0])*t.xaxis._length;var h=a[1]-a[0],p=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[2]=t.xaxis._length*(1-n+n*p/h)}else f[0]=0,f[2]=t.xaxis._length;if(d){a=(r=e._fullLayout[d.axisName])._r,s=d.to,f[1]=(a[1]*(1-n)+n*s[1]-a[1])/(a[0]-a[1])*t.yaxis._length;var v=a[1]-a[0],g=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[3]=t.yaxis._length*(1-n+n*g/v)}else f[1]=0,f[3]=t.yaxis._length;!function(t,n){var r,a=[];for(a=[t._id,n._id],r=0;r<a.length;r++)o.doTicks(e,a[r],!0);function l(t,n){for(r=0;r<t.length;r++){var i=t[r];-1===a.indexOf(i.xref)&&-1===a.indexOf(i.yref)||n(e,r)}}l(c.annotations||[],i.getComponentMethod("annotations","drawOne")),l(c.shapes||[],i.getComponentMethod("shapes","drawOne")),l(c.images||[],i.getComponentMethod("images","draw"))}(t.xaxis,t.yaxis);var m=t.xaxis,_=t.yaxis,T=!!u,b=!!d,M=T?m._length/f[2]:1,k=b?_._length/f[3]:1,K=T?f[0]:0,x=b?f[1]:0,C=T?f[0]/f[2]*m._length:0,A=b?f[1]/f[3]*_._length:0,w=m._offset-C,L=_._offset-A;c._defs.selectAll("#"+t.clipId).call(l.setTranslate,K,x).call(l.setScale,1/M,1/k),t.plot.call(l.setTranslate,w,L).call(l.setScale,M,k).selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1/M,1/k),t.plot.selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1/M,1/k)}u&&(f=u());var b=r.ease(n.easing);return e._transitionData._interruptCallbacks.push(function(){return window.cancelAnimationFrame(v),v=null,function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[g[n]+"axis"];t[r._name+".range[0]"]=r.range[0],t[r._name+".range[1]"]=r.range[1],r.range=r._r.slice()}return a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}()}),h=Date.now(),v=window.requestAnimationFrame(function t(){p=Date.now();for(var r=Math.min(1,(p-h)/n.duration),i=b(r),l=0;l<m.length;l++)T(m[l],i);p-h>n.duration?(function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[y[g[n]].axisName],i=y[g[n]].to;t[r._name+".range[0]"]=i[0],t[r._name+".range[1]"]=i[1],r.range=i.slice()}f&&f(),a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}(),v=window.cancelAnimationFrame(t)):v=window.requestAnimationFrame(t)}),Promise.resolve()}},function(e,t,n){"use strict";e.exports={xaxis:{valType:"subplotid",role:"info",dflt:"x",description:["Sets a reference between this trace's x coordinates and","a 2D cartesian x axis.","If *x* (the default value), the x coordinates refer to","`layout.xaxis`.","If *x2*, the x coordinates refer to `layout.xaxis2`, and so on."].join(" ")},yaxis:{valType:"subplotid",role:"info",dflt:"y",description:["Sets a reference between this trace's y coordinates and","a 2D cartesian y axis.","If *y* (the default value), the y coordinates refer to","`layout.yaxis`.","If *y2*, the y coordinates refer to `layout.xaxis2`, and so on."].join(" ")}}},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n,a,i,l,o=e.cd,s=e.xaxis,u=e.yaxis,c=[],d=o[0].trace,f=d.marker,h=!r.hasMarkers(d)&&!r.hasText(d);if(!0===d.visible&&!h){var p=Array.isArray(f.opacity)?1:f.opacity;if(!1===t)for(n=0;n<o.length;n++)o[n].dim=0;else for(n=0;n<o.length;n++)a=o[n],i=s.c2p(a.x),l=u.c2p(a.y),t.contains([i,l])?(c.push({pointNumber:n,x:a.x,y:a.y}),a.dim=0):a.dim=1;return o[0].node3.selectAll("path.point").style("opacity",function(e){return((e.mo+1||p+1)-1)*(e.dim?.2:1)}),o[0].node3.selectAll("text").style("opacity",function(e){return e.dim?.2:1}),c}}},function(e,t,n){"use strict";var r=n(3),a=n(13);e.exports=function(e,t){var n,i;if("lines"===e.mode)return(n=e.line.color)&&r.opacity(n)?n:e.fillcolor;if("none"===e.mode)return e.fill?e.fillcolor:"";var l=t.mcc||(e.marker||{}).color,o=t.mlcc||((e.marker||{}).line||{}).color;return(i=l&&r.opacity(l)?l:o&&r.opacity(o)&&(t.mlw||((e.marker||{}).line||{}).width)?o:"")?r.opacity(i)<.3?r.addOpacity(i,.3):i:(n=(e.line||{}).color)&&r.opacity(n)&&a.hasLines(e)&&e.line.width?n:e.fillcolor}},function(e,t,n){"use strict";var r=n(0),a=n(29),i=n(30),l=n(225),o=n(3),s=a.constants.MAXDIST;e.exports=function(e,t,n,u){var c=e.cd,d=c[0].trace,f=e.xa,h=e.ya,p=f.c2p(t),v=h.c2p(n),y=[p,v],g=d.hoveron||"";if(-1!==g.indexOf("points")){var m=a.getDistanceFunction(u,function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(f.c2p(e.x)-p)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(h.c2p(e.y)-v)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0),n=f.c2p(e.x)-p,r=h.c2p(e.y)-v;return Math.max(Math.sqrt(n*n+r*r)-t,1-3/t)});if(a.getClosest(c,m,e),!1!==e.index){var _=c[e.index],T=f.c2p(_.x,!0),b=h.c2p(_.y,!0),M=_.mrc||1;return r.extendFlat(e,{color:l(d,_),x0:T-M,x1:T+M,xLabelVal:_.x,y0:b-M,y1:b+M,yLabelVal:_.y}),_.htx?e.text=_.htx:d.hovertext?e.text=d.hovertext:_.tx?e.text=_.tx:d.text&&(e.text=d.text),i.hoverInfo(_,d,e),[e]}}if(-1!==g.indexOf("fills")&&d._polygons){var k,K,x,C,A,w,L,D,B=d._polygons,S=[],G=!1,z=1/0,W=-1/0,O=1/0,P=-1/0;for(k=0;k<B.length;k++)(x=B[k]).contains(y)&&(G=!G,S.push(x),O=Math.min(O,x.ymin),P=Math.max(P,x.ymax));if(G){var R=((O=Math.max(O,0))+(P=Math.min(P,h._length)))/2;for(k=0;k<S.length;k++)for(C=S[k].pts,K=1;K<C.length;K++)(L=C[K-1][1])>R!=(D=C[K][1])>=R&&(A=(w=C[K-1][0])+(C[K][0]-w)*(R-L)/(D-L),z=Math.min(z,A),W=Math.max(W,A));z=Math.max(z,0),W=Math.min(W,f._length);var E=o.defaultLine;return o.opacity(d.fillcolor)?E=d.fillcolor:o.opacity((d.line||{}).color)&&(E=d.line.color),r.extendFlat(e,{distance:s+10,x0:z,x1:W,y0:R,y1:R,color:E}),delete e.index,d.text&&!Array.isArray(d.text)?e.text=String(d.text):e.text=d.name,[e]}}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(30);e.exports=function(e){var t=r.select(e).selectAll("g.trace.scatter");t.style("opacity",function(e){return e[0].trace.opacity}),t.selectAll("g.points").each(function(t){var n=r.select(this),i=n.selectAll("path.point"),l=t.trace||t[0].trace;i.call(a.pointStyle,l,e),n.selectAll("text").call(a.textPointStyle,l,e)}),t.selectAll("g.trace path.js-line").call(a.lineGroupStyle),t.selectAll("g.trace path.js-fill").call(a.fillGroupStyle),t.call(i.style)}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(9),o=n(4),s=n(6),u=n(20),c=n(0),d=n(10).extendFlat,f=n(28),h=n(7),p=n(3),v=n(97),y=n(14),g=n(19).LINE_SPACING,m=n(150),_=n(148),T=n(23),b=n(102);e.exports=function(e,t){var n={};function M(){var b=e._fullLayout,K=b._size;if("function"==typeof n.fillcolor||"function"==typeof n.line.color){var x,C=r.extent(("function"==typeof n.fillcolor?n.fillcolor:n.line.color).domain()),A=[],w=[],L="function"==typeof n.line.color?n.line.color:function(){return n.line.color},D="function"==typeof n.fillcolor?n.fillcolor:function(){return n.fillcolor},B=n.levels.end+n.levels.size/100,S=n.levels.size,G=1.001*C[0]-.001*C[1],z=1.001*C[1]-.001*C[0];for(x=n.levels.start;(x-B)*S<0;x+=S)x>G&&x<z&&A.push(x);if("function"==typeof n.fillcolor)if(n.filllevels)for(B=n.filllevels.end+n.filllevels.size/100,S=n.filllevels.size,x=n.filllevels.start;(x-B)*S<0;x+=S)x>C[0]&&x<C[1]&&w.push(x);else(w=A.map(function(e){return e-n.levels.size/2})).push(w[w.length-1]+n.levels.size);else n.fillcolor&&"string"==typeof n.fillcolor&&(w=[0]);n.levels.size<0&&(A.reverse(),w.reverse());var W,O=b.height-b.margin.t-b.margin.b,P=b.width-b.margin.l-b.margin.r,R=Math.round(n.thickness*("fraction"===n.thicknessmode?P:1)),E=R/K.w,j=Math.round(n.len*("fraction"===n.lenmode?O:1)),I=j/K.h,N=n.xpad/K.w,F=(n.borderwidth+n.outlinewidth)/2,$=n.ypad/K.h,V=Math.round(n.x*K.w+n.xpad),H=n.x-E*({middle:.5,right:1}[n.xanchor]||0),q=n.y+I*(({top:-.5,bottom:.5}[n.yanchor]||0)-.5),U=Math.round(K.h*(1-q)),Y=U-j,X={type:"linear",range:C,tickmode:n.tickmode,nticks:n.nticks,tick0:n.tick0,dtick:n.dtick,tickvals:n.tickvals,ticktext:n.ticktext,ticks:n.ticks,ticklen:n.ticklen,tickwidth:n.tickwidth,tickcolor:n.tickcolor,showticklabels:n.showticklabels,tickfont:n.tickfont,tickangle:n.tickangle,tickformat:n.tickformat,exponentformat:n.exponentformat,separatethousands:n.separatethousands,showexponent:n.showexponent,showtickprefix:n.showtickprefix,tickprefix:n.tickprefix,showticksuffix:n.showticksuffix,ticksuffix:n.ticksuffix,title:n.title,titlefont:n.titlefont,anchor:"free",position:1},Z={type:"linear",_id:"y"+t},J={letter:"y",font:b.font,noHover:!0,calendar:b.calendar};if(m(X,Z,he,J,b),_(X,Z,he,J),Z.position=n.x+N+E,M.axis=Z,-1!==["top","bottom"].indexOf(n.titleside)&&(Z.titleside=n.titleside,Z.titlex=n.x+N,Z.titley=q+("top"===n.titleside?I-$:$)),n.line.color&&"auto"===n.tickmode){Z.tickmode="linear",Z.tick0=n.levels.start;var Q=n.levels.size,ee=c.constrain((U-Y)/50,4,15)+1,te=(C[1]-C[0])/((n.nticks||ee)*Q);if(te>1){var ne=Math.pow(10,Math.floor(Math.log(te)/Math.LN10));Q*=ne*c.roundUp(te/ne,[2,5,10]),(Math.abs(n.levels.start)/n.levels.size+1e-6)%1<2e-6&&(Z.tick0=0)}Z.dtick=Q}Z.domain=[q+$,q+I-$],Z.setScale();var re=b._infolayer.selectAll("g."+t).data([0]);re.enter().append("g").classed(t,!0).each(function(){var e=r.select(this);e.append("rect").classed("cbbg",!0),e.append("g").classed("cbfills",!0),e.append("g").classed("cblines",!0),e.append("g").classed("cbaxis",!0).classed("crisp",!0),e.append("g").classed("cbtitleunshift",!0).append("g").classed("cbtitle",!0),e.append("rect").classed("cboutline",!0),e.select(".cbtitle").datum(0)}),re.attr("transform","translate("+Math.round(K.l)+","+Math.round(K.t)+")");var ae=re.select(".cbtitleunshift").attr("transform","translate(-"+Math.round(K.l)+",-"+Math.round(K.t)+")");Z._axislayer=re.select(".cbaxis");var ie=0;if(-1!==["top","bottom"].indexOf(n.titleside)){var le,oe=K.l+(n.x+N)*K.w,se=Z.titlefont.size;le="top"===n.titleside?(1-(q+I-$))*K.h+K.t+3+.75*se:(1-(q+$))*K.h+K.t-3-.25*se,pe(Z._id+"title",{attributes:{x:oe,y:le,"text-anchor":"start"}})}var ue,ce,de,fe=c.syncOrAsync([l.previousPromises,function(){if(-1!==["top","bottom"].indexOf(n.titleside)){var t=re.select(".cbtitle"),i=t.select("text"),l=[-n.outlinewidth/2,n.outlinewidth/2],o=t.select(".h"+Z._id+"title-math-group").node(),u=15.6;if(i.node()&&(u=parseInt(i.style("font-size"),10)*g),o?(ie=h.bBox(o).height)>u&&(l[1]-=(ie-u)/2):i.node()&&!i.classed("js-placeholder")&&(ie=h.bBox(i.node()).height),ie){if(ie+=5,"top"===n.titleside)Z.domain[1]-=ie/K.h,l[1]*=-1;else{Z.domain[0]+=ie/K.h;var d=y.lineCount(i);l[1]+=(1-d)*u}t.attr("transform","translate("+l+")"),Z.setScale()}}re.selectAll(".cbfills,.cblines,.cbaxis").attr("transform","translate(0,"+Math.round(K.h*(1-Z.domain[1]))+")");var f=re.select(".cbfills").selectAll("rect.cbfill").data(w);f.enter().append("rect").classed("cbfill",!0).style("stroke","none"),f.exit().remove(),f.each(function(e,t){var n=[0===t?C[0]:(w[t]+w[t-1])/2,t===w.length-1?C[1]:(w[t]+w[t+1])/2].map(Z.c2p).map(Math.round);t!==w.length-1&&(n[1]+=n[1]>n[0]?1:-1);var i=D(e).replace("e-",""),l=a(i).toHexString();r.select(this).attr({x:V,width:Math.max(R,2),y:r.min(n),height:Math.max(r.max(n)-r.min(n),2),fill:l})});var p=re.select(".cblines").selectAll("path.cbline").data(n.line.color&&n.line.width?A:[]);return p.enter().append("path").classed("cbline",!0),p.exit().remove(),p.each(function(e){r.select(this).attr("d","M"+V+","+(Math.round(Z.c2p(e))+n.line.width/2%1)+"h"+R).call(h.lineGroupStyle,n.line.width,L(e),n.line.dash)}),Z._axislayer.selectAll("g."+Z._id+"tick,path").remove(),Z._pos=V+R+(n.outlinewidth||0)/2-("outside"===n.ticks?1:0),Z.side="right",c.syncOrAsync([function(){return s.doTicks(e,Z,!0)},function(){if(-1===["top","bottom"].indexOf(n.titleside)){var t=Z.titlefont.size,a=Z._offset+Z._length/2,i=K.l+(Z.position||0)*K.w+("right"===Z.side?10+t*(Z.showticklabels?1:.5):-10-t*(Z.showticklabels?.5:0));pe("h"+Z._id+"title",{avoid:{selection:r.select(e).selectAll("g."+Z._id+"tick"),side:n.titleside,offsetLeft:K.l,offsetTop:K.t,maxShift:b.width},attributes:{x:i,y:a,"text-anchor":"middle"},transform:{rotate:"-90",offset:0}})}}])},l.previousPromises,function(){var r=R+n.outlinewidth/2+h.bBox(Z._axislayer.node()).width;if((W=ae.select("text")).node()&&!W.classed("js-placeholder")){var a,i=ae.select(".h"+Z._id+"title-math-group").node();a=i&&-1!==["top","bottom"].indexOf(n.titleside)?h.bBox(i).width:h.bBox(ae.node()).right-V-K.l,r=Math.max(r,a)}var o=2*n.xpad+r+n.borderwidth+n.outlinewidth/2,s=U-Y;re.select(".cbbg").attr({x:V-n.xpad-(n.borderwidth+n.outlinewidth)/2,y:Y-F,width:Math.max(o,2),height:Math.max(s+2*F,2)}).call(p.fill,n.bgcolor).call(p.stroke,n.bordercolor).style({"stroke-width":n.borderwidth}),re.selectAll(".cboutline").attr({x:V,y:Y+n.ypad+("top"===n.titleside?ie:0),width:Math.max(R,2),height:Math.max(s-2*n.ypad-ie,2)}).call(p.stroke,n.outlinecolor).style({fill:"None","stroke-width":n.outlinewidth});var u=({center:.5,right:1}[n.xanchor]||0)*o;re.attr("transform","translate("+(K.l-u)+","+K.t+")"),l.autoMargin(e,t,{x:n.x,y:n.y,l:o*({right:1,center:.5}[n.xanchor]||0),r:o*({left:1,center:.5}[n.xanchor]||0),t:s*({bottom:1,middle:.5}[n.yanchor]||0),b:s*({top:1,middle:.5}[n.yanchor]||0)})}],e);if(fe&&fe.then&&(e._promises||[]).push(fe),e._context.editable)u.init({element:re.node(),gd:e,prepFn:function(){ue=re.attr("transform"),f(re)},moveFn:function(e,t){re.attr("transform",ue+" translate("+e+","+t+")"),ce=u.align(H+e/K.w,E,0,1,n.xanchor),de=u.align(q-t/K.h,I,0,1,n.yanchor);var r=u.getCursor(ce,de,n.xanchor,n.yanchor);f(re,r)},doneFn:function(t){f(re),t&&void 0!==ce&&void 0!==de&&i.restyle(e,{"colorbar.x":ce,"colorbar.y":de},k().index)}});return fe}function he(e,t){return c.coerce(X,Z,T,e,t)}function pe(t,n){var r,a=k();r=o.traceIs(a,"markerColorscale")?"marker.colorbar.title":"colorbar.title";var i={propContainer:Z,propName:r,traceIndex:a.index,dfltName:"colorscale",containerGroup:re.select(".cbtitle")},l="h"===t.charAt(0)?t.substr(1):"h"+t;re.selectAll("."+l+",."+l+"-math-group").remove(),v.draw(e,t,d(i,n||{}))}b._infolayer.selectAll("g."+t).remove()}function k(){var n,r,a=t.substr(2);for(n=0;n<e._fullData.length;n++)if((r=e._fullData[n]).uid===a)return r}return Object.keys(b).forEach(function(e){n[e]=null}),n.fillcolor=null,n.line={color:null,width:null,dash:null},n.levels={start:null,end:null,size:null},n.filllevels=null,Object.keys(n).forEach(function(e){M[e]=function(t){return arguments.length?(n[e]=c.isPlainObject(n[e])?c.extendFlat(n[e],t):t,M):n[e]}}),M.options=function(e){return Object.keys(e).forEach(function(t){"function"==typeof M[t]&&M[t](e[t])}),M},M._opts=n,M}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(9),l=n(158),o=n(228);e.exports=function(e,t){var n=t[0].trace,s=n.marker,u="cb"+n.uid;if(e._fullLayout._infolayer.selectAll("."+u).remove(),void 0!==s&&s.showscale){var c=s.color,d=s.cmin,f=s.cmax;r(d)||(d=a.aggNums(Math.min,null,c)),r(f)||(f=a.aggNums(Math.max,null,c));var h=t[0].t.cb=o(e,u),p=l.makeColorScaleFunc(l.extractScale(s.colorscale,d,f),{noNumericCheck:!0});h.fillcolor(p).filllevels({start:d,end:f,size:(f-d)/254}).options(s.colorbar)()}else i.autoMargin(e,u)}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,a=null,i=0;i<n.length;++i)!0===(r=n[i][0].trace).visible?(r._nexttrace=null,-1!==["tonextx","tonexty","tonext"].indexOf(r.fill)&&(r._prevtrace=a,a&&(a._nexttrace=r)),a=r):r._prevtrace=r._nexttrace=null}},function(e,t,n){"use strict";var r=n(16).BADNUM;e.exports=function(e,t){var n,a,i,l,o,s,u,c,d,f,h,p,v,y,g,m,_,T,b,M,k=t.xaxis,K=t.yaxis,x=t.simplify,C=t.connectGaps,A=t.baseTolerance,w=t.linear,L=[],D=.2,B=new Array(e.length),S=0;function G(t){var n=k.c2p(e[t].x),a=K.c2p(e[t].y);return n!==r&&a!==r&&[n,a]}function z(e){var t=e[0]/k._length,n=e[1]/K._length;return(1+10*Math.max(0,-t,t-1,-n,n-1))*A}for(x||(A=D=-1),n=0;n<e.length;n++)if(a=G(n)){for(S=0,B[S++]=a,n++;n<e.length;n++){if(!(l=G(n))){if(C)continue;break}if(w){if(T=a,void 0,void 0,b=(_=l)[0]-T[0],M=_[1]-T[1],!((u=Math.sqrt(b*b+M*M))<z(l)*D)){for(d=[(l[0]-a[0])/u,(l[1]-a[1])/u],o=a,h=u,p=y=g=0,c=!1,i=l,n++;n<e.length;n++){if(!(s=G(n))){if(C)continue;break}if(m=(f=[s[0]-a[0],s[1]-a[1]])[0]*d[1]-f[1]*d[0],y=Math.min(y,m),(g=Math.max(g,m))-y>z(s))break;i=s,(v=f[0]*d[0]+f[1]*d[1])>h?(h=v,l=s,c=!1):v<p&&(p=v,o=s,c=!0)}if(c?(B[S++]=l,i!==o&&(B[S++]=o)):(o!==a&&(B[S++]=o),i!==l&&(B[S++]=l)),B[S++]=i,n>=e.length||!s)break;B[S++]=s,a=s}}else B[S++]=l}L.push(B.slice(0,S))}return L}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(7),l=n(30),o=n(13),s=n(231),u=n(230),c=n(141).tester;function d(e,t,n,u,d,f,h){var p,v;!function(e,t,n,i,l){var s=n.xaxis,u=n.yaxis,c=r.extent(a.simpleMap(s.range,s.r2c)),d=r.extent(a.simpleMap(u.range,u.r2c)),f=i[0].trace;if(!o.hasMarkers(f))return;var h=f.marker.maxdisplayed;if(0===h)return;var p=i.filter(function(e){return e.x>=c[0]&&e.x<=c[1]&&e.y>=d[0]&&e.y<=d[1]}),v=Math.ceil(p.length/h),y=0;l.forEach(function(e,n){var r=e[0].trace;o.hasMarkers(r)&&r.marker.maxdisplayed>0&&n<t&&y++});var g=Math.round(y*v/3+Math.floor(y/3)*v/7.1);i.forEach(function(e){delete e.vis}),p.forEach(function(e,t){0===Math.round((t+g)%v)&&(e.vis=!0)})}(0,t,n,u,d);var y=!!h&&h.duration>0;function g(e){return y?e.transition():e}var m=n.xaxis,_=n.yaxis,T=u[0].trace,b=T.line,M=r.select(f);if(M.call(l.plot,n,h),!0===T.visible){var k,K;g(M).style("opacity",T.opacity);var x=T.fill.charAt(T.fill.length-1);"x"!==x&&"y"!==x&&(x=""),u[0].node3=M;var C="",A=[],w=T._prevtrace;w&&(C=w._prevRevpath||"",K=w._nextFill,A=w._polygons);var L,D,B,S,G,z,W,O,P,R="",E="",j=[],I=[],N=a.noop;if(k=T._ownFill,o.hasLines(T)||"none"!==T.fill){for(K&&K.datum(u),-1!==["hv","vh","hvh","vhv"].indexOf(b.shape)?(B=i.steps(b.shape),S=i.steps(b.shape.split("").reverse().join(""))):B=S="spline"===b.shape?function(e){var t=e[e.length-1];return e[0][0]===t[0]&&e[0][1]===t[1]?i.smoothclosed(e.slice(1),b.smoothing):i.smoothopen(e,b.smoothing)}:function(e){return"M"+e.join("L")},G=function(e){return S(e.reverse())},j=s(u,{xaxis:m,yaxis:_,connectGaps:T.connectgaps,baseTolerance:Math.max(b.width||1,3)/4,linear:"linear"===b.shape,simplify:b.simplify}),P=T._polygons=new Array(j.length),v=0;v<j.length;v++)T._polygons[v]=c(j[v]);j.length&&(z=j[0][0],O=(W=j[j.length-1])[W.length-1]),I=j.filter(function(e){return e.length>1}),N=function(e){return function(t){if(L=B(t),D=G(t),R?x?(R+="L"+L.substr(1),E=D+"L"+E.substr(1)):(R+="Z"+L,E=D+"Z"+E):(R=L,E=D),o.hasLines(T)&&t.length>1){var n=r.select(this);if(n.datum(u),e)g(n.style("opacity",0).attr("d",L).call(i.lineGroupStyle)).style("opacity",1);else{var a=g(n);a.attr("d",L),i.singleLineStyle(u,a)}}}}}var F=M.selectAll(".js-line").data(I);g(F.exit()).style("opacity",0).remove(),F.each(N(!1)),F.enter().append("path").classed("js-line",!0).style("vector-effect","non-scaling-stroke").call(i.lineGroupStyle).each(N(!0)),j.length&&(k?z&&O&&(x?("y"===x?z[1]=O[1]=_.c2p(0,!0):"x"===x&&(z[0]=O[0]=m.c2p(0,!0)),g(k).attr("d","M"+O+"L"+z+"L"+R.substr(1)).call(i.singleFillStyle)):g(k).attr("d",R+"Z").call(i.singleFillStyle)):"tonext"===T.fill.substr(0,6)&&R&&C&&("tonext"===T.fill?g(K).attr("d",R+"Z"+C+"Z").call(i.singleFillStyle):g(K).attr("d",R+"L"+C.substr(1)+"Z").call(i.singleFillStyle),T._polygons=T._polygons.concat(A)),T._prevRevpath=E,T._prevPolygons=P);var $=M.selectAll(".points");p=$.data([u]),$.each(Y),p.enter().append("g").classed("points",!0).each(Y),p.exit().remove()}function V(e){return e.filter(function(e){return e.vis})}function H(e){return e.id}function q(e){if(e.ids)return H}function U(){return!1}function Y(t){var n,l=t[0].trace,s=r.select(this),u=o.hasMarkers(l),c=o.hasText(l),d=q(l),f=U,h=U;u&&(f=l.marker.maxdisplayed||l._needsCull?V:a.identity),c&&(h=l.marker.maxdisplayed||l._needsCull?V:a.identity);var p=(n=s.selectAll("path.point").data(f,d)).enter().append("path").classed("point",!0);y&&p.call(i.pointStyle,l,e).call(i.translatePoints,m,_,l).style("opacity",0).transition().style("opacity",1);var v=u&&i.tryColorscale(l.marker,""),T=u&&i.tryColorscale(l.marker,"line");n.order(),n.each(function(t){var n=r.select(this),a=g(n);i.translatePoint(t,a,m,_)?(i.singlePointStyle(t,a,l,v,T,e),l.customdata&&n.classed("plotly-customdata",null!==t.data&&void 0!==t.data)):a.remove()}),y?n.exit().transition().style("opacity",0).remove():n.exit().remove(),(n=s.selectAll("g").data(h,d)).enter().append("g").classed("textpoint",!0).append("text"),n.order(),n.each(function(e){var t=r.select(this),n=g(t.select("text"));i.translatePoint(e,n,m,_)||t.remove()}),n.selectAll("text").call(i.textPointStyle,l,e).each(function(e){var t=e.xp||m.c2p(e.x),n=e.yp||_.c2p(e.y);r.select(this).selectAll("tspan.line").each(function(){g(r.select(this)).attr({x:t,y:n})})}),n.exit().remove()}}e.exports=function(e,t,n,a,i){var l,o,s,c,f=t.plot.select("g.scatterlayer"),h=!a,p=!!a&&a.duration>0;for((s=f.selectAll("g.trace").data(n,function(e){return e[0].trace.uid})).enter().append("g").attr("class",function(e){return"trace scatter trace"+e[0].trace.uid}).style("stroke-miterlimit",2),u(e,t,n),function(e,t){var n;t.selectAll("g.trace").each(function(e){var t=r.select(this);if((n=e[0].trace)._nexttrace){if(n._nextFill=t.select(".js-fill.js-tonext"),!n._nextFill.size()){var a=":first-child";t.select(".js-fill.js-tozero").size()&&(a+=" + *"),n._nextFill=t.insert("path",a).attr("class","js-fill js-tonext")}}else t.selectAll(".js-fill.js-tonext").remove(),n._nextFill=null;n.fill&&("tozero"===n.fill.substr(0,6)||"toself"===n.fill||"to"===n.fill.substr(0,2)&&!n._prevtrace)?(n._ownFill=t.select(".js-fill.js-tozero"),n._ownFill.size()||(n._ownFill=t.insert("path",":first-child").attr("class","js-fill js-tozero"))):(t.selectAll(".js-fill.js-tozero").remove(),n._ownFill=null)})}(0,f),l=0,o={};l<n.length;l++)o[n[l][0].trace.uid]=l;(f.selectAll("g.trace").sort(function(e,t){return o[e[0].trace.uid]>o[t[0].trace.uid]?1:-1}),p)?(i&&(c=i()),r.transition().duration(a.duration).ease(a.easing).each("end",function(){c&&c()}).each("interrupt",function(){c&&c()}).each(function(){f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)})})):f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)});h&&s.exit().remove(),f.selectAll("path:not([d])").remove()}},function(e,t,n){"use strict";var r=n(39),a=n(154),i=n(13);e.exports=function(e){i.hasLines(e)&&r(e,"line")&&a(e,e.line.color,"line","c"),i.hasMarkers(e)&&(r(e,"marker")&&a(e,e.marker.color,"marker","c"),r(e,"marker.line")&&a(e,e.marker.line.color,"marker.line","c"))}},function(e,t,n){"use strict";var r=n(2),a=n(6),i=n(16).BADNUM,l=n(13),o=n(233),s=n(139);e.exports=function(e,t){var n,u,c=a.getFromId(e,t.xaxis||"x"),d=a.getFromId(e,t.yaxis||"y"),f=c.makeCalcdata(t,"x"),h=d.makeCalcdata(t,"y"),p=Math.min(f.length,h.length);c._minDtick=0,d._minDtick=0,f.length>p&&f.splice(p,f.length-p),h.length>p&&h.splice(p,h.length-p);var v={padded:!0},y={padded:!0};if(l.hasMarkers(t)){if(n=t.marker.size,Array.isArray(n)){var g={type:"linear"};a.setConvert(g),(n=g.makeCalcdata(t.marker,"size")).length>p&&n.splice(p,n.length-p)}var m,_=1.6*(t.marker.sizeref||1);m="area"===t.marker.sizemode?function(e){return Math.max(Math.sqrt((e||0)/_),3)}:function(e){return Math.max((e||0)/_,3)},v.ppad=y.ppad=Array.isArray(n)?n.map(m):m(n)}o(t),!("tozerox"===t.fill||"tonextx"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?t.error_y.visible||-1===["tonexty","tozeroy"].indexOf(t.fill)&&(l.hasMarkers(t)||l.hasText(t))||(v.padded=!1,v.ppad=0):v.tozero=!0,!("tozeroy"===t.fill||"tonexty"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?-1!==["tonextx","tozerox"].indexOf(t.fill)&&(y.padded=!1):y.tozero=!0,a.expand(c,f,v),a.expand(d,h,y);var T=new Array(p);for(u=0;u<p;u++)T[u]=r(f[u])&&r(h[u])?{x:f[u],y:h[u]}:{x:i,y:i},t.ids&&(T[u].id=String(t.ids[u]));return s(T,t),e.firstscatter=!1,T}},function(e,t,n){"use strict";e.exports=function(e){for(var t=0;t<e.length;t++){var n=e[t];if("scatter"===n.type){var r=n.fill;if("none"!==r&&"toself"!==r&&(n.opacity=void 0,"tonexty"===r||"tonextx"===r))for(var a=t-1;a>=0;a--){var i=e[a];if("scatter"===i.type&&i.xaxis===n.xaxis&&i.yaxis===n.yaxis){i.opacity=void 0;break}}}}}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n,a){var i=!1;if(t.marker){var l=t.marker.color,o=(t.marker.line||{}).color;l&&!Array.isArray(l)?i=l:o&&!Array.isArray(o)&&(i=o)}a("fillcolor",r.addOpacity((t.line||{}).color||i||n,.5))}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){a("textposition"),r.coerceFont(a,"textfont",n.font)}},function(e,t,n){"use strict";e.exports=function(e,t,n){"spline"===n("line.shape")&&n("line.smoothing")}},function(e,t,n){"use strict";var r=n(39),a=n(100);e.exports=function(e,t,n,i,l,o){var s=(e.marker||{}).color;(l("line.color",n),r(e,"line"))?a(e,t,i,l,{prefix:"line.",cLetter:"c"}):l("line.color",!Array.isArray(s)&&s||n);l("line.width"),(o||{}).noDash||l("line.dash")}},function(e,t,n){"use strict";var r=n(3),a=n(39),i=n(100),l=n(13);e.exports=function(e,t,n,o,s,u){var c=l.isBubble(e),d=(e.line||{}).color;(u=u||{},d&&(n=d),s("marker.symbol"),s("marker.opacity",c?.7:1),s("marker.size"),s("marker.color",n),a(e,"marker")&&i(e,t,o,s,{prefix:"marker.",cLetter:"c"}),u.noLine||(s("marker.line.color",d&&!Array.isArray(d)&&t.marker.color!==d?d:c?r.background:r.defaultLine),a(e,"marker.line")&&i(e,t,o,s,{prefix:"marker.line.",cLetter:"c"}),s("marker.line.width",c?1:0)),c&&(s("marker.sizeref"),s("marker.sizemin"),s("marker.sizemode")),u.gradient)&&("none"!==s("marker.gradient.type")&&s("marker.gradient.color"))}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e,t,n,a){var i,l=a("x"),o=a("y");if(r.getComponentMethod("calendars","handleTraceDefaults")(e,t,["x","y"],n),l)o?((i=Math.min(l.length,o.length))<l.length&&(t.x=l.slice(0,i)),i<o.length&&(t.y=o.slice(0,i))):(i=l.length,a("y0"),a("dy"));else{if(!o)return 0;i=t.y.length,a("x0"),a("dx")}return i}},function(e,t,n){"use strict";var r=n(0),a=n(40),i=n(153),l=n(13),o=n(241),s=n(240),u=n(239),c=n(238),d=n(237),f=n(236),h=n(152);e.exports=function(e,t,n,p){function v(n,i){return r.coerce(e,t,a,n,i)}var y=o(e,t,p,v),g=y<i.PTS_LINESONLY?"lines+markers":"lines";if(y){v("text"),v("hovertext"),v("mode",g),l.hasLines(t)&&(u(e,t,n,p,v),c(e,t,v),v("connectgaps"),v("line.simplify")),l.hasMarkers(t)&&s(e,t,n,p,v,{gradient:!0}),l.hasText(t)&&d(e,t,p,v);var m=[];(l.hasMarkers(t)||l.hasText(t))&&(v("marker.maxdisplayed"),m.push("points")),v("fill"),"none"!==t.fill&&(f(e,t,n,v),l.hasLines(t)||c(e,t,v)),"tonext"!==t.fill&&"toself"!==t.fill||m.push("fills"),v("hoveron",m.join("+")||"points"),h(e,t,n,{axis:"y"}),h(e,t,n,{axis:"x",inherit:"y"})}else t.visible=!1}},function(e,t,n){"use strict";var r={},a=n(13);r.hasLines=a.hasLines,r.hasMarkers=a.hasMarkers,r.hasText=a.hasText,r.isBubble=a.isBubble,r.attributes=n(40),r.supplyDefaults=n(242),r.cleanData=n(235),r.calc=n(234),r.arraysToCalcdata=n(139),r.plot=n(232),r.colorbar=n(229),r.style=n(227),r.hoverPoints=n(226),r.selectPoints=n(224),r.animatable=!0,r.moduleType="trace",r.name="scatter",r.basePlotModule=n(138),r.categories=["cartesian","symbols","markerColorscale","errorBarsOK","showLegend"],r.meta={description:["The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts.","The data visualized as scatter point or lines is set in `x` and `y`.","Text (appearing either on the chart or on hover only) is via `text`.","Bubble charts are achieved by setting `marker.size` and/or `marker.color`","to numerical arrays."].join(" ")},e.exports=r},function(e,t,n){"use strict";var r=n(0),a=n(9),i=n(110),l=r.isPlainObject,o=Array.isArray;function s(e,t,n,a,i,u){u=u||[];for(var c=Object.keys(e),p=0;p<c.length;p++){var v=c[p];if("transforms"!==v){var y=u.slice();y.push(v);var g=e[v],m=t[v],_=h(n,v),T="info_array"===(_||{}).valType,b="colorscale"===(_||{}).valType;if(f(n,v))if(l(g)&&l(m))s(g,m,_,a,i,y);else if(_.items&&!T&&o(g)){var M,k,K=_.items,x=K[Object.keys(K)[0]],C=[];for(M=0;M<m.length;M++){var A=m[M]._index||M;(k=y.slice()).push(A),l(g[A])&&l(m[M])&&(C.push(A),s(g[A],m[M],x,a,i,k))}for(M=0;M<g.length;M++)(k=y.slice()).push(M),l(g[M])?-1===C.indexOf(M)&&a.push(d("unused",i,k)):a.push(d("object",i,k,g[M]))}else!l(g)&&l(m)?a.push(d("object",i,y,g)):o(g)||!o(m)||T||b?v in t?r.validate(g,_)?"enumerated"===_.valType&&(_.coerceNumber&&g!==+m||g!==m)&&a.push(d("dynamic",i,y,g,m)):a.push(d("value",i,y,g)):a.push(d("unused",i,y,g)):a.push(d("array",i,y,g));else a.push(d("schema",i,y))}}return a}e.exports=function(e,t){var n,u,c=i.get(),f=[],h={};o(e)?(h.data=r.extendDeep([],e),n=e):(h.data=[],n=[],f.push(d("array","data"))),l(t)?(h.layout=r.extendDeep({},t),u=t):(h.layout={},u={},arguments.length>1&&f.push(d("object","layout"))),a.supplyDefaults(h);for(var p=h._fullData,v=n.length,y=0;y<v;y++){var g=n[y],m=["data",y];if(l(g)){var _=p[y],T=_.type,b=c.traces[T].attributes;b.type={valType:"enumerated",values:[T]},!1===_.visible&&!1!==g.visible&&f.push(d("invisible",m)),s(g,_,b,f,m);var M=g.transforms,k=_.transforms;if(M){o(M)||f.push(d("array",m,["transforms"])),m.push("transforms");for(var K=0;K<M.length;K++){var x=["transforms",K],C=M[K].type;if(l(M[K])){var A=c.transforms[C]?c.transforms[C].attributes:{};A.type={valType:"enumerated",values:Object.keys(c.transforms)},s(M[K],k[K],A,f,m,x)}else f.push(d("object",m,x))}}}else f.push(d("object",m))}return s(u,h._fullLayout,function(e,t){for(var n=0;n<t.length;n++){var a=t[n].type,i=e.traces[a].layoutAttributes;i&&r.extendFlat(e.layout.layoutAttributes,i)}return e.layout.layoutAttributes}(c,p),f,"layout"),0===f.length?void 0:f};var u={object:function(e,t){return("layout"===e&&""===t?"The layout argument":"data"===e[0]&&""===t?"Trace "+e[1]+" in the data argument":c(e)+"key "+t)+" must be linked to an object container"},array:function(e,t){return("data"===e?"The data argument":c(e)+"key "+t)+" must be linked to an array container"},schema:function(e,t){return c(e)+"key "+t+" is not part of the schema"},unused:function(e,t,n){var r=l(n)?"container":"key";return c(e)+r+" "+t+" did not get coerced"},dynamic:function(e,t,n,r){return[c(e)+"key",t,"(set to '"+n+"')","got reset to","'"+r+"'","during defaults."].join(" ")},invisible:function(e){return"Trace "+e[1]+" got defaulted to be not visible"},value:function(e,t,n){return[c(e)+"key "+t,"is set to an invalid value ("+n+")"].join(" ")}};function c(e){return o(e)?"In data trace "+e[1]+", ":"In "+e+", "}function d(e,t,n,a,i){var l,s;n=n||"",o(t)?(l=t[0],s=t[1]):(l=t,s=null);var c=function(e){if(!o(e))return String(e);for(var t="",n=0;n<e.length;n++){var r=e[n];"number"==typeof r?t=t.substr(0,t.length-1)+"["+r+"]":t+=r,n<e.length-1&&(t+=".")}return t}(n),d=u[e](t,c,a,i);return r.log(d),{code:e,container:l,trace:s,path:n,astr:c,msg:d}}function f(e,t){var n=p(t),r=n.keyMinusId,a=n.id;return!!(r in e&&e[r]._isSubplotObj&&a)||t in e}function h(e,t){return e[p(t).keyMinusId]}function p(e){var t=e.split(/([2-9]|[1-9][0-9]+)$/)[0];return{keyMinusId:t,id:e.substr(t.length,e.length)}}},function(e,t,n){"use strict";var r=n(4),a=n(0);function i(e){r.register(e,e.name,e.categories,e.meta),r.subplotsRegistry[e.basePlotModule.name]||r.registerSubplot(e.basePlotModule)}function l(e){if("string"!=typeof e.name)throw new Error("Transform module *name* must be a string.");var t="Transform module "+e.name,n="function"==typeof e.transform,i="function"==typeof e.calcTransform;if(!n&&!i)throw new Error(t+" is missing a *transform* or *calcTransform* method.");n&&i&&a.log([t+" has both a *transform* and *calcTransform* methods.","Please note that all *transform* methods are executed","before all *calcTransform* methods."].join(" ")),a.isPlainObject(e.attributes)||a.log(t+" registered without an *attributes* object."),"function"!=typeof e.supplyDefaults&&a.log(t+" registered without a *supplyDefaults* method."),r.transformsRegistry[e.name]=e}function o(e){if("string"!=typeof e.name)throw new Error("Component module *name* must be a string.");r.registerComponent(e)}e.exports=function(e){if(!e)throw new Error("No argument passed to Plotly.register.");e&&!Array.isArray(e)&&(e=[e]);for(var t=0;t<e.length;t++){var n=e[t];if(!n)throw new Error("Invalid module was attempted to be registered!");switch(n.moduleType){case"trace":i(n);break;case"transform":l(n);break;case"component":o(n);break;default:throw new Error("Invalid module was attempted to be registered!")}}}},function(e,t,n){"use strict";var r=n(8),a=n(0);e.exports=function(e){return a.extendFlat(r.defaultConfig,e)}},function(e,t,n){"use strict";"undefined"!=typeof MathJax?(t.MathJax=!0,MathJax.Hub.Config({messageStyle:"none",skipStartupTypeset:!0,displayAlign:"left",tex2jax:{inlineMath:[["$","$"],["\\(","\\)"]]}}),MathJax.Hub.Configured()):t.MathJax=!1},function(e,t,n){"use strict";var r=n(0),a={"X,X div":"font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;","X input,X button":"font-family:'Open Sans', verdana, arial, sans-serif;","X input:focus,X button:focus":"outline:none;","X a":"text-decoration:none;","X a:hover":"text-decoration:none;","X .crisp":"shape-rendering:crispEdges;","X .user-select-none":"-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;","X svg":"overflow:hidden;","X svg a":"fill:#447adb;","X svg a:hover":"fill:#3c6dc5;","X .main-svg":"position:absolute;top:0;left:0;pointer-events:none;","X .main-svg .draglayer":"pointer-events:all;","X .cursor-default":"cursor:default;","X .cursor-pointer":"cursor:pointer;","X .cursor-crosshair":"cursor:crosshair;","X .cursor-move":"cursor:move;","X .cursor-col-resize":"cursor:col-resize;","X .cursor-row-resize":"cursor:row-resize;","X .cursor-ns-resize":"cursor:ns-resize;","X .cursor-ew-resize":"cursor:ew-resize;","X .cursor-sw-resize":"cursor:sw-resize;","X .cursor-s-resize":"cursor:s-resize;","X .cursor-se-resize":"cursor:se-resize;","X .cursor-w-resize":"cursor:w-resize;","X .cursor-e-resize":"cursor:e-resize;","X .cursor-nw-resize":"cursor:nw-resize;","X .cursor-n-resize":"cursor:n-resize;","X .cursor-ne-resize":"cursor:ne-resize;","X .modebar":"position:absolute;top:2px;right:2px;z-index:1001;background:rgba(255,255,255,0.7);","X .modebar--hover":"opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;","X:hover .modebar--hover":"opacity:1;","X .modebar-group":"float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;","X .modebar-group:first-child":"margin-left:0px;","X .modebar-btn":"position:relative;font-size:16px;padding:3px 4px;cursor:pointer;line-height:normal;box-sizing:border-box;","X .modebar-btn svg":"position:relative;top:2px;","X .modebar-btn path":"fill:rgba(0,31,95,0.3);","X .modebar-btn.active path,X .modebar-btn:hover path":"fill:rgba(0,22,72,0.5);","X .modebar-btn.modebar-btn--logo":"padding:3px 1px;","X .modebar-btn.modebar-btn--logo path":"fill:#447adb !important;","X [data-title]:before,X [data-title]:after":"position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;","X [data-title]:hover:before,X [data-title]:hover:after":"display:block;opacity:1;","X [data-title]:before":"content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;","X [data-title]:after":"content:attr(data-title);background:#69738a;color:white;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;","X .select-outline":"fill:none;stroke-width:1;shape-rendering:crispEdges;","X .select-outline-1":"stroke:white;","X .select-outline-2":"stroke:black;stroke-dasharray:2px 2px;",Y:"font-family:'Open Sans';position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;","Y p":"margin:0;","Y .notifier-note":"min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140,151,175,0.9);color:#fff;padding:10px;","Y .notifier-close":"color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;","Y .notifier-close:hover":"color:#444;text-decoration:none;cursor:pointer;"};for(var i in a){var l=i.replace(/^,/," ,").replace(/X/g,".js-plotly-plot .plotly").replace(/Y/g,".plotly-notifier");r.addStyleRule(l,a[i])}},function(e,t){},function(e,t,n){(function(t,r){var a; +e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),version:"2.0.2",loaded:{},install:function(n){if(!e.installed){var r=["unload"].concat(["src","type","async","integrity","text","crossorigin"]);n.component("script2",{props:r,render:function(e){return e("div",{style:"display:none"},this.$slots.default)},mounted:function(){var n=this,a=this.$el.parentElement;if(this.src){var i=t.omitBy(t.pick(this,r),t.isUndefined);i.parent=a;var l=function(){return e.load(n.src,i)};t.isUndefined(this.async)?e.p=e.p.then(l):l()}else e.p=e.p.then(function(){var e=document.createElement("script");e.type="text/javascript",e.appendChild(document.createTextNode(n.$el.innerHTML)),a.appendChild(e)});this.$nextTick(function(){n.$el.parentElement.removeChild(n.$el)})},destroyed:function(){this.unload&&(new Function(this.unload)(),delete e.loaded[this.src])}}),e.installed=!0}},load:function(n){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{parent:document.head};return e.loaded[n]?Promise.resolve(n):new Promise(function(a,i){var l=document.createElement("script");t.defaults2(l,t.omit(r,["unload","parent"]),{type:"text/javascript"}),l.async=!1,l.src=n,r.crossorigin&&(l.crossOrigin=r.crossorigin),l.onload=function(){e.loaded[n]=1,a(n)},l.onerror=function(){return i(new Error(n))},r.parent.appendChild(l)})}},t={isUndefined:function(e){return void 0===e},pick:function(e,t){var n={};return t.forEach(function(t){n[t]=e[t]}),n},omit:function(e,t){var n={};return Object.keys(e).forEach(function(r){-1===t.indexOf(r)&&(n[r]=e[r])}),n},omitBy:function(e,t){var n={};return Object.keys(e).forEach(function(r){t(e[r])||(n[r]=e[r])}),n},defaults2:function(e){for(var n=arguments.length,r=Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];r.forEach(function(n){Object.keys(n).forEach(function(r){(t.isUndefined(e[r])||""===e[r])&&(e[r]=n[r])})})}};return e}()},,function(e,t,n){"use strict";var r=n(45);n.n(r).a},,function(e,t,n){"use strict";var r=n(46);n.n(r).a},,function(e,t,n){"use strict";var r=n(47);n.n(r).a},function(e,t,n){"use strict";var r=n(89).EventEmitter,a=n(8),i=n(0),l=n(93),o=n(92),s=n(91),u=n(90);e.exports=function(e,t){var n=new r,c=o(e,{format:"png"}),d=c.gd;d.style.position="absolute",d.style.left="-5000px",document.body.appendChild(d);var f=l.getRedrawFunc(d);return a.plot(d,c.data,c.layout,c.config).then(f).then(function(){var e=l.getDelay(d._fullLayout);setTimeout(function(){var e=s(d),r=document.createElement("canvas");r.id=i.randstr(),(n=u({format:t.format,width:d._fullLayout.width,height:d._fullLayout.height,canvas:r,emitter:n,svg:e})).clean=function(){d&&document.body.removeChild(d)}},e)}).catch(function(e){n.emit("error",e)}),n}},function(e,t,n){"use strict";var r=n(93),a={getDelay:r.getDelay,getRedrawFunc:r.getRedrawFunc,clone:n(92),toSVG:n(91),svgToImg:n(90),toImage:n(178),downloadImage:n(94)};e.exports=a},function(e,t,n){"use strict";var r=n(1);e.exports=function(e,t){var n=e._name,a={};if("all"===t.step)a[n+".autorange"]=!0;else{var i=function(e,t){var n,a=e.range,i=new Date(e.r2l(a[1])),l=t.step,o=t.count;switch(t.stepmode){case"backward":n=e.l2r(+r.time[l].utc.offset(i,-o));break;case"todate":var s=r.time[l].utc.offset(i,-o);n=e.l2r(+r.time[l].utc.ceil(s))}var u=a[1];return[n,u]}(e,t);a[n+".range[0]"]=i[0],a[n+".range[1]"]=i[1]}return a}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(3),o=n(7),s=n(14),u=n(18),c=n(37),d=n(19).LINE_SPACING,f=n(125),h=n(180);function p(e){return e._id}function v(e,t,n){var r=e.selectAll("rect").data([0]);r.enter().append("rect").classed("selector-rect",!0),r.attr("shape-rendering","crispEdges"),r.attr({rx:f.rx,ry:f.ry}),r.call(l.stroke,t.bordercolor).call(l.fill,function(e,t){return t.isActive||t.isHovered?e.activecolor:e.bgcolor}(t,n)).style("stroke-width",t.borderwidth+"px")}function y(e,t,n,r){var a,i=e.selectAll("text").data([0]);i.enter().append("text").classed("selector-text",!0).classed("user-select-none",!0),i.attr("text-anchor","middle"),i.call(o.font,t.font).text((a=n,a.label?a.label:"all"===a.step?"all":a.count+a.step.charAt(0))).call(function(e){s.convertToTspans(e,r)})}e.exports=function(e){var t=e._fullLayout._infolayer.selectAll(".rangeselector").data(function(e){for(var t=u.list(e,"x",!0),n=[],r=0;r<t.length;r++){var a=t[r];a.rangeselector&&a.rangeselector.visible&&n.push(a)}return n}(e),p);t.enter().append("g").classed("rangeselector",!0),t.exit().remove(),t.style({cursor:"pointer","pointer-events":"all"}),t.each(function(t){var n=r.select(this),l=t,u=l.rangeselector,p=n.selectAll("g.button").data(u.buttons);p.enter().append("g").classed("button",!0),p.exit().remove(),p.each(function(t){var n=r.select(this),i=h(l,t);t.isActive=function(e,t,n){if("all"===t.step)return!0===e.autorange;var r=Object.keys(n);return e.range[0]===n[r[0]]&&e.range[1]===n[r[1]]}(l,t,i),n.call(v,u,t),n.call(y,u,t,e),n.on("click",function(){e._dragged||a.relayout(e,i)}),n.on("mouseover",function(){t.isHovered=!0,n.call(v,u,t)}),n.on("mouseout",function(){t.isHovered=!1,n.call(v,u,t)})}),function(e,t,n,a){n.width=0,n.height=0;var l=n.borderwidth;t.each(function(){var e=r.select(this),t=e.select(".selector-text"),a=n.font.size*d,i=Math.max(a*s.lineCount(t),16)+3;n.height=Math.max(n.height,i)}),t.each(function(){var e=r.select(this),t=e.select(".selector-rect"),a=e.select(".selector-text"),i=a.node()&&o.bBox(a.node()).width,u=n.font.size*d,c=s.lineCount(a),h=Math.max(i+10,f.minButtonWidth);e.attr("transform","translate("+(l+n.width)+","+l+")"),t.attr({x:0,y:0,width:h,height:n.height}),s.positionText(a,h/2,n.height/2-(c-1)*u/2+3),n.width+=h+5}),t.selectAll("rect").attr("height",n.height);var u=e._fullLayout._size;n.lx=u.l+u.w*n.x,n.ly=u.t+u.h*(1-n.y);var h="left";c.isRightAnchor(n)&&(n.lx-=n.width,h="right");c.isCenterAnchor(n)&&(n.lx-=n.width/2,h="center");var p="top";c.isBottomAnchor(n)&&(n.ly-=n.height,p="bottom");c.isMiddleAnchor(n)&&(n.ly-=n.height/2,p="middle");n.width=Math.ceil(n.width),n.height=Math.ceil(n.height),n.lx=Math.round(n.lx),n.ly=Math.round(n.ly),i.autoMargin(e,a+"-range-selector",{x:n.x,y:n.y,l:n.width*({right:1,center:.5}[h]||0),r:n.width*({left:1,center:.5}[h]||0),b:n.height*({top:1,middle:.5}[p]||0),t:n.height*({bottom:1,middle:.5}[p]||0)})}(e,p,u,l._name),n.attr("transform","translate("+u.lx+","+u.ly+")")})}},function(e,t,n){"use strict";var r=n(0),a=n(3),i=n(78),l=n(126),o=n(125);e.exports=function(e,t,n,s,u){var c=e.rangeselector||{},d=t.rangeselector={};function f(e,t){return r.coerce(c,d,i,e,t)}if(f("visible",function(e,t,n){var a,i,o=e.buttons||[],s=t.buttons=[];function u(e,t){return r.coerce(a,i,l,e,t)}for(var c=0;c<o.length;c++)if(a=o[c],i={},r.isPlainObject(a)){var d=u("step");"all"!==d&&(!n||"gregorian"===n||"month"!==d&&"year"!==d?u("stepmode"):i.stepmode="backward",u("count")),u("label"),i._index=c,s.push(i)}return s}(c,d,u).length>0)){var h=function(e,t,n){for(var r=n.filter(function(n){return t[n].anchor===e._id}),a=0,i=0;i<r.length;i++){var l=t[r[i]].domain;l&&(a=Math.max(l[1],a))}return[e.domain[0],a+o.yPad]}(t,n,s);f("x",h[0]),f("y",h[1]),r.noneOrAll(e,t,["x","y"]),f("xanchor"),f("yanchor"),r.coerceFont(f,"font",n.font);var p=f("bgcolor");f("activecolor",a.contrast(p,o.lightAmount,o.darkAmount)),f("bordercolor"),f("borderwidth")}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeselector",schema:{layout:{"xaxis.rangeselector":n(78)}},layoutAttributes:n(78),handleDefaults:n(182),draw:n(181)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(9),l=n(0),o=n(7),s=n(3),u=n(138),c=n(6),d=n(20),f=n(28),h=n(127);function p(e,t,n,r){var a=e.selectAll("rect."+h.bgClassName).data([0]);a.enter().append("rect").classed(h.bgClassName,!0).attr({x:0,y:0,"shape-rendering":"crispEdges"});var i=r.borderwidth%2==0?r.borderwidth:r.borderwidth-1,l=-r._offsetShift,s=o.crispRound(t,r.borderwidth);a.attr({width:r._width+i,height:r._height+i,transform:"translate("+l+","+l+")",fill:r.bgcolor,stroke:r.bordercolor,"stroke-width":s})}function v(e,t,n,r){var a=t._fullLayout._topdefs.selectAll("#"+r._clipId).data([0]);a.enter().append("clipPath").attr("id",r._clipId).append("rect").attr({x:0,y:0}),a.select("rect").attr({width:r._width,height:r._height})}function y(e,t,n,a){var s,d=c.getSubplots(t,n),f=t.calcdata,p=e.selectAll("g."+h.rangePlotClassName).data(d,l.identity);p.enter().append("g").attr("class",function(e){return h.rangePlotClassName+" "+e}).call(o.setClipUrl,a._clipId),p.order(),p.exit().remove(),p.each(function(e,l){var o=r.select(this),d=0===l,h=c.getFromId(t,e,"y"),p=h._name,v={data:[],layout:{xaxis:{type:n.type,domain:[0,1],range:a.range.slice(),calendar:n.calendar},width:a._width,height:a._height,margin:{t:0,b:0,l:0,r:0}}};v.layout[p]={type:h.type,domain:[0,1],range:h.range.slice(),calendar:h.calendar},i.supplyDefaults(v);var y={id:e,plotgroup:o,xaxis:v._fullLayout.xaxis,yaxis:v._fullLayout[p]};d?s=y:(y.mainplot="xy",y.mainplotinfo=s),u.rangePlot(t,y,function(e,t){for(var n=[],r=0;r<e.length;r++){var a=e[r],i=a[0].trace;i.xaxis+i.yaxis===t&&n.push(a)}return n}(f,e))})}function g(e,t,n,r){var a=e.selectAll("rect."+h.maskMinClassName).data([0]);a.enter().append("rect").classed(h.maskMinClassName,!0).attr({x:0,y:0}).attr("shape-rendering","crispEdges"),a.attr("height",r._height).call(s.fill,h.maskColor);var i=e.selectAll("rect."+h.maskMaxClassName).data([0]);i.enter().append("rect").classed(h.maskMaxClassName,!0).attr("y",0).attr("shape-rendering","crispEdges"),i.attr("height",r._height).call(s.fill,h.maskColor)}function m(e,t,n,r){if(!t._context.staticPlot){var a=e.selectAll("rect."+h.slideBoxClassName).data([0]);a.enter().append("rect").classed(h.slideBoxClassName,!0).attr("y",0).attr("cursor",h.slideBoxCursor).attr("shape-rendering","crispEdges"),a.attr({height:r._height,fill:h.slideBoxFill})}}function _(e,t,n,r){var a=e.selectAll("g."+h.grabberMinClassName).data([0]);a.enter().append("g").classed(h.grabberMinClassName,!0);var i=e.selectAll("g."+h.grabberMaxClassName).data([0]);i.enter().append("g").classed(h.grabberMaxClassName,!0);var l={x:0,width:h.handleWidth,rx:h.handleRadius,fill:s.background,stroke:s.defaultLine,"stroke-width":h.handleStrokeWidth,"shape-rendering":"crispEdges"},o={y:Math.round(r._height/4),height:Math.round(r._height/2)},u=a.selectAll("rect."+h.handleMinClassName).data([0]);u.enter().append("rect").classed(h.handleMinClassName,!0).attr(l),u.attr(o);var c=i.selectAll("rect."+h.handleMaxClassName).data([0]);if(c.enter().append("rect").classed(h.handleMaxClassName,!0).attr(l),c.attr(o),!t._context.staticPlot){var d={width:h.grabAreaWidth,x:0,y:0,fill:h.grabAreaFill,cursor:h.grabAreaCursor},f=a.selectAll("rect."+h.grabAreaMinClassName).data([0]);f.enter().append("rect").classed(h.grabAreaMinClassName,!0).attr(d),f.attr("height",r._height);var p=i.selectAll("rect."+h.grabAreaMaxClassName).data([0]);p.enter().append("rect").classed(h.grabAreaMaxClassName,!0).attr(d),p.attr("height",r._height)}}e.exports=function(e){var t=e._fullLayout,n=function(e){var t=c.list({_fullLayout:e},"x",!0),n=h.name,r=[];if(e._has("gl2d"))return r;for(var a=0;a<t.length;a++){var i=t[a];i[n]&&i[n].visible&&r.push(i)}return r}(t);var o=t._infolayer.selectAll("g."+h.containerClassName).data(n,function(e){return e._name});o.enter().append("g").classed(h.containerClassName,!0).attr("pointer-events","all"),o.exit().each(function(e){var n=r.select(this),a=e[h.name];n.remove(),t._topdefs.select("#"+a._clipId).remove()}),o.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var a=n[r];-1!==a.indexOf(h.name)&&i.autoMargin(e,a)}}(e),0!==n.length&&o.each(function(n){var o=r.select(this),s=n[h.name],u=t[c.id2name(n.anchor)],T=t.margin,M=t._size,b=n.domain,K=u.domain,k=(n._boundingBox||{}).height||0;s._id=h.name+n._id,s._clipId=s._id+"-"+t._uid,s._width=M.w*(b[1]-b[0]),s._height=(t.height-T.b-T.t)*s.thickness,s._offsetShift=Math.floor(s.borderwidth/2);var x=Math.round(T.l+M.w*b[0]),C=Math.round(T.t+M.h*(1-K[0])+k+s._offsetShift+h.extraPad);o.attr("transform","translate("+x+","+C+")");var A=n.r2l(s.range[0]),w=n.r2l(s.range[1]),L=w-A;s.p2d=function(e){return e/s._width*L+A},s.d2p=function(e){return(e-A)/L*s._width},s._rl=[A,w],o.call(p,e,n,s).call(v,e,n,s).call(y,e,n,s).call(g,e,n,s).call(m,e,n,s).call(_,e,n,s),function(e,t,n,i){var o=e.select("rect."+h.slideBoxClassName).node(),s=e.select("rect."+h.grabAreaMinClassName).node(),u=e.select("rect."+h.grabAreaMaxClassName).node();e.on("mousedown",function(){var c=r.event,h=c.target,p=c.clientX,v=p-e.node().getBoundingClientRect().left,y=i.d2p(n._rl[0]),g=i.d2p(n._rl[1]),m=d.coverSlip();function _(e){var c,d,_,T=+e.clientX-p;switch(h){case o:_="ew-resize",c=y+T,d=g+T;break;case s:_="col-resize",c=y+T,d=g;break;case u:_="col-resize",c=y,d=g+T;break;default:_="ew-resize",c=v,d=v+T}if(d<c){var M=d;d=c,c=M}i._pixelMin=c,i._pixelMax=d,f(r.select(m),_),function(e,t,n,r){function i(e){return n.l2r(l.constrain(e,r._rl[0],r._rl[1]))}var o=i(r.p2d(r._pixelMin)),s=i(r.p2d(r._pixelMax));window.requestAnimationFrame(function(){a.relayout(t,n._name+".range",[o,s])})}(0,t,n,i)}m.addEventListener("mousemove",_),m.addEventListener("mouseup",function e(){m.removeEventListener("mousemove",_);m.removeEventListener("mouseup",e);l.removeElement(m)})})}(o,e,n,s),function(e,t,n,r){var a=h.handleWidth/2;function i(e){return l.constrain(e,0,r._width)}function o(e){return l.constrain(e,-a,r._width+a)}var s=i(r.d2p(n._rl[0])),u=i(r.d2p(n._rl[1]));e.select("rect."+h.slideBoxClassName).attr("x",s).attr("width",u-s),e.select("rect."+h.maskMinClassName).attr("width",s),e.select("rect."+h.maskMaxClassName).attr("x",u).attr("width",r._width-u);var c=Math.round(o(s-a))-.5,d=Math.round(o(u-a))+.5;e.select("g."+h.grabberMinClassName).attr("transform","translate("+c+",0.5)"),e.select("g."+h.grabberMaxClassName).attr("transform","translate("+d+",0.5)")}(o,0,n,s),i.autoMargin(e,s._id,{x:b[0],y:K[0],l:0,r:0,t:0,b:s._height+T.b+k,pad:h.extraPad+2*s._offsetShift})})}},function(e,t,n){"use strict";var r=n(6),a=n(127);e.exports=function(e){for(var t=r.list(e,"x",!0),n=0;n<t.length;n++){var i=t[n],l=i[a.name];l&&l.visible&&l.autorange&&i._min.length&&i._max.length&&(l._input.autorange=!0,l._input.range=l.range=r.getAutoRange(i))}}},function(e,t,n){"use strict";var r=n(0),a=n(79);e.exports=function(e,t,n){if(e[n].rangeslider){r.isPlainObject(e[n].rangeslider)||(e[n].rangeslider={});var i=e[n].rangeslider,l=t[n],o=l.rangeslider={};if(c("visible")){if(c("bgcolor",t.plot_bgcolor),c("bordercolor"),c("borderwidth"),c("thickness"),c("autorange",!l.isValidRange(i.range)),c("range"),o.range){var s=o.range,u=l.range;s[0]=l.l2r(Math.min(l.r2l(s[0]),l.r2l(u[0]))),s[1]=l.l2r(Math.max(l.r2l(s[1]),l.r2l(u[1])))}l.cleanRange("rangeslider.range"),o._input=i}}function c(e,t){return r.coerce(i,o,a,e,t)}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"rangeslider",schema:{layout:{"xaxis.rangeslider":n(79)}},layoutAttributes:n(79),handleDefaults:n(186),calcAutorange:n(185),draw:n(184)}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(35),c=n(19).LINE_SPACING;function d(e){return e._index}function f(e,t){var n=l.tester.selectAll("g."+u.labelGroupClass).data(t.steps);n.enter().append("g").classed(u.labelGroupClass,!0);var i=0,c=0;n.each(function(e){var n=v(r.select(this),{step:e},t).node();if(n){var a=l.bBox(n);c=Math.max(c,a.height),i=Math.max(i,a.width)}}),n.remove(),t.inputAreaWidth=Math.max(u.railWidth,u.gripHeight);var d=e._fullLayout._size;t.lx=d.l+d.w*t.x,t.ly=d.t+d.h*(1-t.y),"fraction"===t.lenmode?t.outerLength=Math.round(d.w*t.len):t.outerLength=t.len,t.lenPad=Math.round(.5*u.gripWidth),t.inputAreaStart=0,t.inputAreaLength=Math.round(t.outerLength-t.pad.l-t.pad.r);var f=(t.inputAreaLength-2*u.stepInset)/(t.steps.length-1),p=i+u.labelPadding;if(t.labelStride=Math.max(1,Math.ceil(p/f)),t.labelHeight=c,t.currentValueMaxWidth=0,t.currentValueHeight=0,t.currentValueTotalHeight=0,t.currentValueMaxLines=1,t.currentvalue.visible){var y=l.tester.append("g");n.each(function(e){var n=h(y,t,e.label),r=n.node()&&l.bBox(n.node())||{width:0,height:0},a=o.lineCount(n);t.currentValueMaxWidth=Math.max(t.currentValueMaxWidth,Math.ceil(r.width)),t.currentValueHeight=Math.max(t.currentValueHeight,Math.ceil(r.height)),t.currentValueMaxLines=Math.max(t.currentValueMaxLines,a)}),t.currentValueTotalHeight=t.currentValueHeight+t.currentvalue.offset,y.remove()}t.height=t.currentValueTotalHeight+u.tickOffset+t.ticklen+u.labelOffset+t.labelHeight+t.pad.t+t.pad.b;var g="left";s.isRightAnchor(t)&&(t.lx-=t.outerLength,g="right"),s.isCenterAnchor(t)&&(t.lx-=t.outerLength/2,g="center");var m="top";s.isBottomAnchor(t)&&(t.ly-=t.height,m="bottom"),s.isMiddleAnchor(t)&&(t.ly-=t.height/2,m="middle"),t.outerLength=Math.ceil(t.outerLength),t.height=Math.ceil(t.height),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,u.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:t.outerLength*({right:1,center:.5}[g]||0),r:t.outerLength*({left:1,center:.5}[g]||0),b:t.height*({top:1,middle:.5}[m]||0),t:t.height*({bottom:1,middle:.5}[m]||0)})}function h(e,t,n){if(t.currentvalue.visible){var r,a,i=e.selectAll("text").data([0]);switch(t.currentvalue.xanchor){case"right":r=t.inputAreaLength-u.currentValueInset-t.currentValueMaxWidth,a="left";break;case"center":r=.5*t.inputAreaLength,a="middle";break;default:r=u.currentValueInset,a="left"}i.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":a,"data-notex":1});var s=t.currentvalue.prefix?t.currentvalue.prefix:"";if("string"==typeof n)s+=n;else s+=t.steps[t.active].label;t.currentvalue.suffix&&(s+=t.currentvalue.suffix),i.call(l.font,t.currentvalue.font).text(s).call(o.convertToTspans,t.gd);var d=o.lineCount(i),f=(t.currentValueMaxLines+1-d)*t.currentvalue.font.size*c;return o.positionText(i,r,f),i}}function p(e,t,n){var r=e.selectAll("rect."+u.gripRectClass).data([0]);r.enter().append("rect").classed(u.gripRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:u.gripWidth,height:u.gripHeight,rx:u.gripRadius,ry:u.gripRadius}).call(i.stroke,n.bordercolor).call(i.fill,n.bgcolor).style("stroke-width",n.borderwidth+"px")}function v(e,t,n){var r=e.selectAll("text").data([0]);return r.enter().append("text").classed(u.labelClass,!0).classed("user-select-none",!0).attr({"text-anchor":"middle","data-notex":1}),r.call(l.font,n.font).text(t.step.label).call(o.convertToTspans,n.gd),r}function y(e,t){var n=e.selectAll("g."+u.labelsClass).data([0]);n.enter().append("g").classed(u.labelsClass,!0);var a=n.selectAll("g."+u.labelGroupClass).data(t.labelSteps);a.enter().append("g").classed(u.labelGroupClass,!0),a.exit().remove(),a.each(function(e){var n=r.select(this);n.call(v,e,t),l.setTranslate(n,b(t,e.fraction),u.tickOffset+t.ticklen+t.font.size*c+u.labelOffset+t.currentValueTotalHeight)})}function g(e,t,n,r,a){var i=Math.round(r*(n.steps.length-1));i!==n.active&&m(e,t,n,i,!0,a)}function m(e,t,n,r,i,l){var o=n.active;n._input.active=n.active=r;var s=n.steps[n.active];t.call(M,n,n.active/(n.steps.length-1),l),t.call(h,n),e.emit("plotly_sliderchange",{slider:n,step:n.steps[n.active],interaction:i,previousActive:o}),s&&s.method&&i&&(t._nextMethod?(t._nextMethod.step=s,t._nextMethod.doCallback=i,t._nextMethod.doTransition=l):(t._nextMethod={step:s,doCallback:i,doTransition:l},t._nextMethodRaf=window.requestAnimationFrame(function(){var n=t._nextMethod.step;n.method&&(n.execute&&a.executeAPICommand(e,n.method,n.args),t._nextMethod=null,t._nextMethodRaf=null)})))}function _(e,t,n){var a=n.node(),l=r.select(t);function o(){return n.data()[0]}e.on("mousedown",function(){var e=o();t.emit("plotly_sliderstart",{slider:e});var s=n.select("."+u.gripRectClass);r.event.stopPropagation(),r.event.preventDefault(),s.call(i.fill,e.activebgcolor);var c=K(e,r.mouse(a)[0]);g(t,n,e,c,!0),e._dragging=!0,l.on("mousemove",function(){var e=o(),i=K(e,r.mouse(a)[0]);g(t,n,e,i,!1)}),l.on("mouseup",function(){var e=o();e._dragging=!1,s.call(i.fill,e.bgcolor),l.on("mouseup",null),l.on("mousemove",null),t.emit("plotly_sliderend",{slider:e,step:e.steps[e.active]})})})}function T(e,t){var n=e.selectAll("rect."+u.tickRectClass).data(t.steps);n.enter().append("rect").classed(u.tickRectClass,!0),n.exit().remove(),n.attr({width:t.tickwidth+"px","shape-rendering":"crispEdges"}),n.each(function(e,n){var a=n%t.labelStride==0,o=r.select(this);o.attr({height:a?t.ticklen:t.minorticklen}).call(i.fill,t.tickcolor),l.setTranslate(o,b(t,n/(t.steps.length-1))-.5*t.tickwidth,(a?u.tickOffset:u.minorTickOffset)+t.currentValueTotalHeight)})}function M(e,t,n,r){var a=e.select("rect."+u.gripRectClass),i=b(t,n);if(!t._invokingCommand){var l=a;r&&t.transition.duration>0&&(l=l.transition().duration(t.transition.duration).ease(t.transition.easing)),l.attr("transform","translate("+(i-.5*u.gripWidth)+","+t.currentValueTotalHeight+")")}}function b(e,t){return e.inputAreaStart+u.stepInset+(e.inputAreaLength-2*u.stepInset)*Math.min(1,Math.max(0,t))}function K(e,t){return Math.min(1,Math.max(0,(t-u.stepInset-e.inputAreaStart)/(e.inputAreaLength-2*u.stepInset-2*e.inputAreaStart)))}function k(e,t,n){var r=e.selectAll("rect."+u.railTouchRectClass).data([0]);r.enter().append("rect").classed(u.railTouchRectClass,!0).call(_,t,e,n).style("pointer-events","all"),r.attr({width:n.inputAreaLength,height:Math.max(n.inputAreaWidth,u.tickOffset+n.ticklen+n.labelHeight)}).call(i.fill,n.bgcolor).attr("opacity",0),l.setTranslate(r,0,n.currentValueTotalHeight)}function x(e,t){var n=e.selectAll("rect."+u.railRectClass).data([0]);n.enter().append("rect").classed(u.railRectClass,!0);var r=t.inputAreaLength-2*u.railInset;n.attr({width:r,height:u.railWidth,rx:u.railRadius,ry:u.railRadius,"shape-rendering":"crispEdges"}).call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px"),l.setTranslate(n,u.railInset,.5*(t.inputAreaWidth-u.railWidth)+t.currentValueTotalHeight)}e.exports=function(e){var t=e._fullLayout,n=function(e,t){for(var n=e[u.name],r=[],a=0;a<n.length;a++){var i=n[a];i.visible&&i.steps.length&&(i.gd=t,r.push(i))}return r}(t,e),i=t._infolayer.selectAll("g."+u.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(u.containerClassName,!0).style("cursor","ew-resize"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(u.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var o=i.selectAll("g."+u.groupClassName).data(n,d);o.enter().append("g").classed(u.groupClassName,!0),o.exit().each(function(t){r.select(this).remove(),t._commandObserver.remove(),delete t._commandObserver,a.autoMargin(e,u.autoMarginIdRoot+t._index)});for(var s=0;s<n.length;s++){var c=n[s];f(e,c)}o.each(function(t){if(!(t.steps.length<2)){var n=r.select(this);!function(e){e.labelSteps=[];for(var t=e.steps.length,n=0;n<t;n+=e.labelStride)e.labelSteps.push({fraction:n/(t-1),step:e.steps[n]})}(t),a.manageCommandObserver(e,t,t.steps,function(t){var r=n.data()[0];r.active!==t.index&&(r._dragging||m(e,n,r,t.index,!1,!0))}),function(e,t,n){n.active>=n.steps.length&&(n.active=0);t.call(h,n).call(x,n).call(y,n).call(T,n).call(k,e,n).call(p,e,n),l.setTranslate(t,n.lx+n.pad.l,n.ly+n.pad.t),t.call(M,n,n.active/(n.steps.length-1),!1),t.call(h,n)}(e,r.select(this),t)}})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(128),l=n(35).name,o=i.steps;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.steps||[],l=t.steps=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label","step-"+u),s("value",a.label),s("execute"),l.push(a));return l}(e,t).length>0)&&(a("active"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("len"),a("lenmode"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("currentvalue.visible")&&(a("currentvalue.xanchor"),a("currentvalue.prefix"),a("currentvalue.suffix"),a("currentvalue.offset"),r.coerceFont(a,"currentvalue.font",t.font)),a("transition.duration"),a("transition.easing"),a("bgcolor"),a("activebgcolor"),a("bordercolor"),a("borderwidth"),a("ticklen"),a("tickwidth"),a("tickcolor"),a("minorticklen"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(35);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(128),supplyLayoutDefaults:n(189),draw:n(188)}},function(e,t,n){"use strict";e.exports=o;var r=n(1),a=n(3),i=n(7),l=n(0);function o(e,t,n){this.gd=e,this.container=t,this.id=n,this.position=null,this.translateX=null,this.translateY=null,this.hbar=null,this.vbar=null,this.bg=this.container.selectAll("rect.scrollbox-bg").data([0]),this.bg.exit().on(".drag",null).on("wheel",null).remove(),this.bg.enter().append("rect").classed("scrollbox-bg",!0).style("pointer-events","all").attr({opacity:0,x:0,y:0,width:0,height:0})}o.barWidth=2,o.barLength=20,o.barRadius=2,o.barPad=1,o.barColor="#808BA4",o.prototype.enable=function(e,t,n){var l=this.gd._fullLayout,s=l.width,u=l.height;this.position=e;var c,d,f,h,p=this.position.l,v=this.position.w,y=this.position.t,g=this.position.h,m=this.position.direction,_="down"===m,T="left"===m,M="up"===m,b=v,K=g;_||T||"right"===m||M||(this.position.direction="down",_=!0),_||M?(d=(c=p)+b,_?(f=y,K=(h=Math.min(f+K,u))-f):K=(h=y+K)-(f=Math.max(h-K,0))):(h=(f=y)+K,T?b=(d=p+b)-(c=Math.max(d-b,0)):(c=p,b=(d=Math.min(c+b,s))-c)),this._box={l:c,t:f,w:b,h:K};var k=v>b,x=o.barLength+2*o.barPad,C=o.barWidth+2*o.barPad,A=p,w=y+g;w+C>u&&(w=u-C);var L=this.container.selectAll("rect.scrollbar-horizontal").data(k?[0]:[]);L.exit().on(".drag",null).remove(),L.enter().append("rect").classed("scrollbar-horizontal",!0).call(a.fill,o.barColor),k?(this.hbar=L.attr({rx:o.barRadius,ry:o.barRadius,x:A,y:w,width:x,height:C}),this._hbarXMin=A+x/2,this._hbarTranslateMax=b-x):(delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax);var D=g>K,B=o.barWidth+2*o.barPad,S=o.barLength+2*o.barPad,G=p+v,W=y;G+B>s&&(G=s-B);var z=this.container.selectAll("rect.scrollbar-vertical").data(D?[0]:[]);z.exit().on(".drag",null).remove(),z.enter().append("rect").classed("scrollbar-vertical",!0).call(a.fill,o.barColor),D?(this.vbar=z.attr({rx:o.barRadius,ry:o.barRadius,x:G,y:W,width:B,height:S}),this._vbarYMin=W+S/2,this._vbarTranslateMax=K-S):(delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax);var O=this.id,P=c-.5,R=D?d+B+.5:d+.5,E=f-.5,j=k?h+C+.5:h+.5,I=l._topdefs.selectAll("#"+O).data(k||D?[0]:[]);if(I.exit().remove(),I.enter().append("clipPath").attr("id",O).append("rect"),k||D?(this._clipRect=I.select("rect").attr({x:Math.floor(P),y:Math.floor(E),width:Math.ceil(R)-Math.floor(P),height:Math.ceil(j)-Math.floor(E)}),this.container.call(i.setClipUrl,O),this.bg.attr({x:p,y:y,width:v,height:g})):(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),k||D){var N=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault()}).on("drag",this._onBoxDrag.bind(this));this.container.on("wheel",null).on("wheel",this._onBoxWheel.bind(this)).on(".drag",null).call(N);var F=r.behavior.drag().on("dragstart",function(){r.event.sourceEvent.preventDefault(),r.event.sourceEvent.stopPropagation()}).on("drag",this._onBarDrag.bind(this));k&&this.hbar.on(".drag",null).call(F),D&&this.vbar.on(".drag",null).call(F)}this.setTranslate(t,n)},o.prototype.disable=function(){(this.hbar||this.vbar)&&(this.bg.attr({width:0,height:0}),this.container.on("wheel",null).on(".drag",null).call(i.setClipUrl,null),delete this._clipRect),this.hbar&&(this.hbar.on(".drag",null),this.hbar.remove(),delete this.hbar,delete this._hbarXMin,delete this._hbarTranslateMax),this.vbar&&(this.vbar.on(".drag",null),this.vbar.remove(),delete this.vbar,delete this._vbarYMin,delete this._vbarTranslateMax)},o.prototype._onBoxDrag=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e-=r.event.dx),this.vbar&&(t-=r.event.dy),this.setTranslate(e,t)},o.prototype._onBoxWheel=function(){var e=this.translateX,t=this.translateY;this.hbar&&(e+=r.event.deltaY),this.vbar&&(t+=r.event.deltaY),this.setTranslate(e,t)},o.prototype._onBarDrag=function(){var e=this.translateX,t=this.translateY;if(this.hbar){var n=e+this._hbarXMin,a=n+this._hbarTranslateMax;e=(l.constrain(r.event.x,n,a)-n)/(a-n)*(this.position.w-this._box.w)}if(this.vbar){var i=t+this._vbarYMin,o=i+this._vbarTranslateMax;t=(l.constrain(r.event.y,i,o)-i)/(o-i)*(this.position.h-this._box.h)}this.setTranslate(e,t)},o.prototype.setTranslate=function(e,t){var n=this.position.w-this._box.w,r=this.position.h-this._box.h;if(e=l.constrain(e||0,0,n),t=l.constrain(t||0,0,r),this.translateX=e,this.translateY=t,this.container.call(i.setTranslate,this._box.l-this.position.l-e,this._box.t-this.position.t-t),this._clipRect&&this._clipRect.attr({x:Math.floor(this.position.l+e-.5),y:Math.floor(this.position.t+t-.5)}),this.hbar){var a=e/n;this.hbar.call(i.setTranslate,e+a*this._hbarTranslateMax,t)}if(this.vbar){var o=t/r;this.vbar.call(i.setTranslate,e,t+o*this._vbarTranslateMax)}}},function(e,t,n){"use strict";var r=n(1),a=n(9),i=n(3),l=n(7),o=n(14),s=n(37),u=n(19).LINE_SPACING,c=n(80),d=n(191);function f(e){return e._index}function h(e,t){return+e.attr(c.menuIndexAttrName)===t._index}function p(e,t,n,r,a,i,l,o){t._input.active=t.active=l,"buttons"===t.type?y(e,r,null,null,t):"dropdown"===t.type&&(a.attr(c.menuIndexAttrName,"-1"),v(e,r,a,i,t),o||y(e,r,a,i,t))}function v(e,t,n,r,a){var i=t.selectAll("g."+c.headerClassName).data([0]);i.enter().append("g").classed(c.headerClassName,!0).style("pointer-events","all");var o=a.active,s=a.buttons[o]||c.blankHeaderOpts,u={y:a.pad.t,yPad:0,x:a.pad.l,xPad:0,index:0},d={width:a.headerWidth,height:a.headerHeight};i.call(g,a,s,e).call(k,a,u,d);var f=t.selectAll("text."+c.headerArrowClassName).data([0]);f.enter().append("text").classed(c.headerArrowClassName,!0).classed("user-select-none",!0).attr("text-anchor","end").call(l.font,a.font).text(c.arrowSymbol[a.direction]),f.attr({x:a.headerWidth-c.arrowOffsetX+a.pad.l,y:a.headerHeight/2+c.textOffsetY+a.pad.t}),i.on("click",function(){n.call(x),n.attr(c.menuIndexAttrName,h(n,a)?-1:String(a._index)),y(e,t,n,r,a)}),i.on("mouseover",function(){i.call(M)}),i.on("mouseout",function(){i.call(b,a)}),l.setTranslate(t,a.lx,a.ly)}function y(e,t,n,i,l){n||(n=t).attr("pointer-events","all");var o=function(e){return-1==+e.attr(c.menuIndexAttrName)}(n)&&"buttons"!==l.type?[]:l.buttons,s="dropdown"===l.type?c.dropdownButtonClassName:c.buttonClassName,u=n.selectAll("g."+s).data(o),d=u.enter().append("g").classed(s,!0),f=u.exit();"dropdown"===l.type?(d.attr("opacity","0").transition().attr("opacity","1"),f.transition().attr("opacity","0").remove()):f.remove();var h=0,v=0,y=-1!==["up","down"].indexOf(l.direction);"dropdown"===l.type&&(y?v=l.headerHeight+c.gapButtonHeader:h=l.headerWidth+c.gapButtonHeader),"dropdown"===l.type&&"up"===l.direction&&(v=-c.gapButtonHeader+c.gapButton-l.openHeight),"dropdown"===l.type&&"left"===l.direction&&(h=-c.gapButtonHeader+c.gapButton-l.openWidth);var m={x:l.lx+h+l.pad.l,y:l.ly+v+l.pad.t,yPad:c.gapButton,xPad:c.gapButton,index:0},_={l:m.x+l.borderwidth,t:m.y+l.borderwidth};u.each(function(o,s){var c=r.select(this);c.call(g,l,o,e).call(k,l,m),c.on("click",function(){r.event.defaultPrevented||(p(e,l,0,t,n,i,s),o.execute&&a.executeAPICommand(e,o.method,o.args),e.emit("plotly_buttonclicked",{menu:l,button:o,active:l.active}))}),c.on("mouseover",function(){c.call(M)}),c.on("mouseout",function(){c.call(b,l),u.call(T,l)})}),u.call(T,l),y?(_.w=Math.max(l.openWidth,l.headerWidth),_.h=m.y-_.t):(_.w=m.x-_.l,_.h=Math.max(l.openHeight,l.headerHeight)),_.direction=l.direction,i&&(u.size()?function(e,t,n,r,a,i){var l,o,s,u=a.direction,d="up"===u||"down"===u,f=a.active;if(d)for(o=0,s=0;s<f;s++)o+=a.heights[s]+c.gapButton;else for(l=0,s=0;s<f;s++)l+=a.widths[s]+c.gapButton;r.enable(i,l,o),r.hbar&&r.hbar.attr("opacity","0").transition().attr("opacity","1");r.vbar&&r.vbar.attr("opacity","0").transition().attr("opacity","1")}(0,0,0,i,l,_):function(e){var t=!!e.hbar,n=!!e.vbar;t&&e.hbar.transition().attr("opacity","0").each("end",function(){t=!1,n||e.disable()});n&&e.vbar.transition().attr("opacity","0").each("end",function(){n=!1,t||e.disable()})}(i))}function g(e,t,n,r){e.call(m,t).call(_,t,n,r)}function m(e,t){var n=e.selectAll("rect").data([0]);n.enter().append("rect").classed(c.itemRectClassName,!0).attr({rx:c.rx,ry:c.ry,"shape-rendering":"crispEdges"}),n.call(i.stroke,t.bordercolor).call(i.fill,t.bgcolor).style("stroke-width",t.borderwidth+"px")}function _(e,t,n,r){var a=e.selectAll("text").data([0]);a.enter().append("text").classed(c.itemTextClassName,!0).classed("user-select-none",!0).attr({"text-anchor":"start","data-notex":1}),a.call(l.font,t.font).text(n.label).call(o.convertToTspans,r)}function T(e,t){var n=t.active;e.each(function(e,a){var l=r.select(this);a===n&&t.showactive&&l.select("rect."+c.itemRectClassName).call(i.fill,c.activeColor)})}function M(e){e.select("rect."+c.itemRectClassName).call(i.fill,c.hoverColor)}function b(e,t){e.select("rect."+c.itemRectClassName).call(i.fill,t.bgcolor)}function K(e,t){t.width1=0,t.height1=0,t.heights=[],t.widths=[],t.totalWidth=0,t.totalHeight=0,t.openWidth=0,t.openHeight=0,t.lx=0,t.ly=0;var n=l.tester.selectAll("g."+c.dropdownButtonClassName).data(t.buttons);n.enter().append("g").classed(c.dropdownButtonClassName,!0);var i=-1!==["up","down"].indexOf(t.direction);n.each(function(n,a){var s=r.select(this);s.call(g,t,n,e);var d=s.select("."+c.itemTextClassName),f=d.node()&&l.bBox(d.node()).width,h=Math.max(f+c.textPadX,c.minWidth),p=t.font.size*u,v=o.lineCount(d),y=Math.max(p*v,c.minHeight)+c.textOffsetY;y=Math.ceil(y),h=Math.ceil(h),t.widths[a]=h,t.heights[a]=y,t.height1=Math.max(t.height1,y),t.width1=Math.max(t.width1,h),i?(t.totalWidth=Math.max(t.totalWidth,h),t.openWidth=t.totalWidth,t.totalHeight+=y+c.gapButton,t.openHeight+=y+c.gapButton):(t.totalWidth+=h+c.gapButton,t.openWidth+=h+c.gapButton,t.totalHeight=Math.max(t.totalHeight,y),t.openHeight=t.totalHeight)}),i?t.totalHeight-=c.gapButton:t.totalWidth-=c.gapButton,t.headerWidth=t.width1+c.arrowPadX,t.headerHeight=t.height1,"dropdown"===t.type&&(i?(t.width1+=c.arrowPadX,t.totalHeight=t.height1):t.totalWidth=t.width1,t.totalWidth+=c.arrowPadX),n.remove();var d=t.totalWidth+t.pad.l+t.pad.r,f=t.totalHeight+t.pad.t+t.pad.b,h=e._fullLayout._size;t.lx=h.l+h.w*t.x,t.ly=h.t+h.h*(1-t.y);var p="left";s.isRightAnchor(t)&&(t.lx-=d,p="right"),s.isCenterAnchor(t)&&(t.lx-=d/2,p="center");var v="top";s.isBottomAnchor(t)&&(t.ly-=f,v="bottom"),s.isMiddleAnchor(t)&&(t.ly-=f/2,v="middle"),t.totalWidth=Math.ceil(t.totalWidth),t.totalHeight=Math.ceil(t.totalHeight),t.lx=Math.round(t.lx),t.ly=Math.round(t.ly),a.autoMargin(e,c.autoMarginIdRoot+t._index,{x:t.x,y:t.y,l:d*({right:1,center:.5}[p]||0),r:d*({left:1,center:.5}[p]||0),b:f*({top:1,middle:.5}[v]||0),t:f*({bottom:1,middle:.5}[v]||0)})}function k(e,t,n,r){r=r||{};var a=e.select("."+c.itemRectClassName),i=e.select("."+c.itemTextClassName),s=t.borderwidth,d=n.index;l.setTranslate(e,s+n.x,s+n.y);var f=-1!==["up","down"].indexOf(t.direction),h=r.height||(f?t.heights[d]:t.height1);a.attr({x:0,y:0,width:r.width||(f?t.width1:t.widths[d]),height:h});var p=t.font.size*u,v=(o.lineCount(i)-1)*p/2;o.positionText(i,c.textOffsetX,h/2-v+c.textOffsetY),f?n.y+=t.heights[d]+n.yPad:n.x+=t.widths[d]+n.xPad,n.index++}function x(e){e.selectAll("g."+c.dropdownButtonClassName).remove()}e.exports=function(e){var t=e._fullLayout,n=function(e){for(var t=e[c.name],n=[],r=0;r<t.length;r++){var a=t[r];a.visible&&n.push(a)}return n}(t),i=t._infolayer.selectAll("g."+c.containerClassName).data(n.length>0?[0]:[]);if(i.enter().append("g").classed(c.containerClassName,!0).style("cursor","pointer"),i.exit().remove(),i.exit().size()&&function(e){for(var t=e._fullLayout._pushmargin||{},n=Object.keys(t),r=0;r<n.length;r++){var i=n[r];-1!==i.indexOf(c.autoMarginIdRoot)&&a.autoMargin(e,i)}}(e),0!==n.length){var l=i.selectAll("g."+c.headerGroupClassName).data(n,f);l.enter().append("g").classed(c.headerGroupClassName,!0);var o=i.selectAll("g."+c.dropdownButtonGroupClassName).data([0]);o.enter().append("g").classed(c.dropdownButtonGroupClassName,!0).style("pointer-events","all");for(var s=0;s<n.length;s++){var u=n[s];K(e,u)}var g="updatemenus"+t._uid,m=new d(e,o,g);l.enter().size()&&o.call(x).attr(c.menuIndexAttrName,"-1"),l.exit().each(function(t){r.select(this).remove(),o.call(x).attr(c.menuIndexAttrName,"-1"),a.autoMargin(e,c.autoMarginIdRoot+t._index)}),l.each(function(t){var n=r.select(this),i="dropdown"===t.type?o:null;a.manageCommandObserver(e,t,t.buttons,function(r){p(e,t,t.buttons[r.index],n,i,m,r.index,!0)}),"dropdown"===t.type?(v(e,n,o,m,t),h(o,t)&&y(e,n,o,m,t)):y(e,n,null,null,t)})}}},function(e,t,n){"use strict";var r=n(0),a=n(27),i=n(130),l=n(80).name,o=i.buttons;function s(e,t,n){function a(n,a){return r.coerce(e,t,i,n,a)}a("visible",function(e,t){var n,a,i=e.buttons||[],l=t.buttons=[];function s(e,t){return r.coerce(n,a,o,e,t)}for(var u=0;u<i.length;u++)n=i[u],a={},s("method"),r.isPlainObject(n)&&("skip"===a.method||Array.isArray(n.args))&&(s("args"),s("label"),s("execute"),a._index=u,l.push(a));return l}(e,t).length>0)&&(a("active"),a("direction"),a("type"),a("showactive"),a("x"),a("y"),r.noneOrAll(e,t,["x","y"]),a("xanchor"),a("yanchor"),a("pad.t"),a("pad.r"),a("pad.b"),a("pad.l"),r.coerceFont(a,"font",n.font),a("bgcolor",n.paper_bgcolor),a("bordercolor"),a("borderwidth"))}e.exports=function(e,t){a(e,t,{name:l,handleItemDefaults:s})}},function(e,t,n){"use strict";var r=n(80);e.exports={moduleType:"component",name:r.name,layoutAttributes:n(130),supplyLayoutDefaults:n(193),draw:n(192)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.images,d=t._id.charAt(0),f=0;f<c.length;f++)if(u="images["+f+"].",(s=c[f])[d+"ref"]===t._id){var h=s[d],p=s["size"+d],v=null,y=null;if(l){v=a(h,t.range);var g=p/Math.pow(10,v)/2;y=2*Math.log(g+Math.sqrt(1+g*g))/Math.LN10}else y=(v=Math.pow(10,h))*(Math.pow(10,p/2)-Math.pow(10,-p/2));r(v)?r(y)||(y=null):(v=null,y=null),i(u+d,v),i(u+"size"+d,y)}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(6),l=n(31);e.exports=function(e){var t,n,o=e._fullLayout,s=[],u={},c=[];for(n=0;n<o.images.length;n++){var d=o.images[n];if(d.visible)if("below"===d.layer&&"paper"!==d.xref&&"paper"!==d.yref){t=d.xref+d.yref;var f=o._plots[t];if(!f){c.push(d);continue}f.mainplot&&(t=f.mainplot.id),u[t]||(u[t]=[]),u[t].push(d)}else"above"===d.layer?s.push(d):c.push(d)}var h={x:{left:{sizing:"xMin",offset:0},center:{sizing:"xMid",offset:-.5},right:{sizing:"xMax",offset:-1}},y:{top:{sizing:"YMin",offset:0},middle:{sizing:"YMid",offset:-.5},bottom:{sizing:"YMax",offset:-1}}};function p(t){var n=r.select(this);if(!this.img||this.img.src!==t.source){n.attr("xmlns",l.svg);var a=new Promise(function(e){var r=new Image;function a(){n.remove(),e()}this.img=r,r.setAttribute("crossOrigin","anonymous"),r.onerror=a,r.onload=function(){var t=document.createElement("canvas");t.width=this.width,t.height=this.height,t.getContext("2d").drawImage(this,0,0);var r=t.toDataURL("image/png");n.attr("xlink:href",r),e()},n.on("error",a),r.src=t.source}.bind(this));e._promises.push(a)}}function v(t){var n=r.select(this),l=i.getFromId(e,t.xref),s=i.getFromId(e,t.yref),u=o._size,c=l?Math.abs(l.l2p(t.sizex)-l.l2p(0)):t.sizex*u.w,d=s?Math.abs(s.l2p(t.sizey)-s.l2p(0)):t.sizey*u.h,f=c*h.x[t.xanchor].offset,p=d*h.y[t.yanchor].offset,v=h.x[t.xanchor].sizing+h.y[t.yanchor].sizing,y=(l?l.r2p(t.x)+l._offset:t.x*u.w+u.l)+f,g=(s?s.r2p(t.y)+s._offset:u.h-t.y*u.h+u.t)+p;switch(t.sizing){case"fill":v+=" slice";break;case"stretch":v="none"}n.attr({x:y,y:g,width:c,height:d,preserveAspectRatio:v,opacity:t.opacity});var m=(l?l._id:"")+(s?s._id:"");n.call(a.setClipUrl,m?"clip"+o._uid+m:null)}var y=o._imageLowerLayer.selectAll("image").data(c),g=o._imageUpperLayer.selectAll("image").data(s);y.enter().append("image"),g.enter().append("image"),y.exit().remove(),g.exit().remove(),y.each(function(e){p.bind(this)(e),v.bind(this)(e)}),g.each(function(e){p.bind(this)(e),v.bind(this)(e)});var m=Object.keys(o._plots);for(n=0;n<m.length;n++){t=m[n];var _=o._plots[t];if(_.imagelayer){var T=_.imagelayer.selectAll("image").data(u[t]||[]);T.enter().append("image"),T.exit().remove(),T.each(function(e){p.bind(this)(e),v.bind(this)(e)})}}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(131);function o(e,t,n){function i(n,a){return r.coerce(e,t,l,n,a)}if(!i("visible",!!i("source")))return t;i("layer"),i("xanchor"),i("yanchor"),i("sizex"),i("sizey"),i("sizing"),i("opacity");for(var o={_fullLayout:n},s=["x","y"],u=0;u<2;u++){var c=s[u],d=a.coerceRef(e,t,o,c,"paper");a.coercePosition(t,o,i,d,c,0)}return t}e.exports=function(e,t){i(e,t,{name:"images",handleItemDefaults:o})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"images",layoutAttributes:n(131),supplyLayoutDefaults:n(197),draw:n(196),convertCoords:n(195)}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(133),l=n(81);function o(e,t,n,r,a){var o="category"===e.type?e.r2c:e.d2c;if(void 0!==t)return[o(t),o(n)];if(r){var s,u,c,d,f=1/0,h=-1/0,p=r.match(i.segmentRE);for("date"===e.type&&(o=l.decodeDate(o)),s=0;s<p.length;s++)void 0!==(u=a[p[s].charAt(0)].drawn)&&(!(c=p[s].substr(1).match(i.paramRE))||c.length<u||((d=o(c[u]))<f&&(f=d),d>h&&(h=d)));return h>=f?[f,h]:void 0}}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.shapes);if(n.length&&e._fullData.length)for(var l=0;l<n.length;l++){var s,u,c=n[l],d=c.line.width/2;"paper"!==c.xref&&(u=o(s=a.getFromId(e,c.xref),c.x0,c.x1,c.path,i.paramIsX))&&a.expand(s,u,{ppad:d}),"paper"!==c.yref&&(u=o(s=a.getFromId(e,c.yref),c.y0,c.y1,c.path,i.paramIsY))&&a.expand(s,u,{ppad:d})}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(132),l=n(81);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,i,n,a)}if(o=o||{},!u("visible",!(s=s||{}).itemIsNotPlainObject))return t;u("layer"),u("opacity"),u("fillcolor"),u("line.color"),u("line.width"),u("line.dash");for(var c=u("type",e.path?"path":"rect"),d=["x","y"],f=0;f<2;f++){var h=d[f],p={_fullLayout:n},v=a.coerceRef(e,t,p,h,"","paper");if("path"!==c){var y,g,m;"paper"!==v?(y=a.getFromId(p,v),m=l.rangeToShapePosition(y),g=l.shapePositionToRange(y)):g=m=r.identity;var _=h+"0",T=h+"1",M=e[_],b=e[T];e[_]=g(e[_],!0),e[T]=g(e[T],!0),a.coercePosition(t,p,u,v,_,.25),a.coercePosition(t,p,u,v,T,.75),t[_]=m(t[_]),t[T]=m(t[T]),e[_]=M,e[T]=b}}return"path"===c?u("path"):r.noneOrAll(e,t,["x0","x1","y0","y1"]),t}},function(e,t,n){"use strict";var r=n(27),a=n(200);e.exports=function(e,t){r(e,t,{name:"shapes",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8),a=n(0),i=n(6),l=n(3),o=n(7),s=n(20),u=n(28),c=n(133),d=n(81);function f(e,t){e._fullLayout._paper.selectAll('.shapelayer [data-index="'+t+'"]').remove();var n=(e.layout.shapes||[])[t],a=e._fullLayout.shapes[t];if(n&&!1!==a.visible)if("below"!==a.layer)f(e._fullLayout._shapeUpperLayer);else if("paper"===a.xref||"paper"===a.yref)f(e._fullLayout._shapeLowerLayer);else{var c=e._fullLayout._plots[a.xref+a.yref];if(c)f((c.mainplot||c).shapelayer);else f(e._fullLayout._shapeLowerLayer)}function f(n){var c={"data-index":t,"fill-rule":"evenodd",d:h(e,a)},f=a.line.width?a.line.color:"rgba(0,0,0,0)",v=n.append("path").attr(c).style("opacity",a.opacity).call(l.stroke,f).call(l.fill,a.fillcolor).call(o.dashLine,a.line.dash,a.line.width),y=(a.xref+a.yref).replace(/paper/g,"");v.call(o.setClipUrl,y?"clip"+e._fullLayout._uid+y:null),e._context.editable&&function(e,t,n,a){var l,o,c,f,v,y,g,m,_,T,M,b,K,k,x,C,A,w,L,D,B,S,G,W,z,O,P,R,E,j,I=10,N=10,F={element:t.node(),gd:e,prepFn:function(t){W=i.getFromId(e,n.xref),z=i.getFromId(e,n.yref),O=d.getDataToPixel(e,W),P=d.getDataToPixel(e,z,!0),R=d.getPixelToData(e,W),E=d.getPixelToData(e,z,!0);var r="shapes["+a+"]";"path"===n.type?(S=n.path,G=r+".path"):(o=O(n.x0),c=P(n.y0),f=O(n.x1),v=P(n.y1),y=r+".x0",g=r+".y0",m=r+".x1",_=r+".y1");o<f?(b=o,C=r+".x0",D="x0",K=f,A=r+".x1",B="x1"):(b=f,C=r+".x1",D="x1",K=o,A=r+".x0",B="x0");c<v?(T=c,k=r+".y0",w="y0",M=v,x=r+".y1",L="y1"):(T=v,k=r+".y1",w="y1",M=c,x=r+".y0",L="y0");l={},V(t),F.moveFn="move"===j?H:q},doneFn:function(n){u(t),n&&r.relayout(e,l)}},$=F.element.getBoundingClientRect();function V(e){var n=$.right-$.left,r=$.bottom-$.top,a=e.clientX-$.left,i=e.clientY-$.top,l=n>I&&r>N&&!e.shiftKey?s.getCursor(a/n,1-i/r):"move";u(t,l),j=l.split("-")[0]}function H(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};W&&"date"===W.type&&(i=d.encodeDate(i));var s=function(e){return E(P(e)+a)};z&&"date"===z.type&&(s=d.encodeDate(s)),n.path=p(S,i,s),l[G]=n.path}else l[y]=n.x0=R(o+r),l[g]=n.y0=E(c+a),l[m]=n.x1=R(f+r),l[_]=n.y1=E(v+a);t.attr("d",h(e,n))}function q(r,a){if("path"===n.type){var i=function(e){return R(O(e)+r)};W&&"date"===W.type&&(i=d.encodeDate(i));var o=function(e){return E(P(e)+a)};z&&"date"===z.type&&(o=d.encodeDate(o)),n.path=p(S,i,o),l[G]=n.path}else{var s=~j.indexOf("n")?T+a:T,u=~j.indexOf("s")?M+a:M,c=~j.indexOf("w")?b+r:b,f=~j.indexOf("e")?K+r:K;u-s>N&&(l[k]=n[w]=E(s),l[x]=n[L]=E(u)),f-c>I&&(l[C]=n[D]=R(c),l[A]=n[B]=R(f))}t.attr("d",h(e,n))}s.init(F),t.node().onmousemove=V}(e,v,a,t)}}function h(e,t){var n,r,l,o,s=t.type,u=i.getFromId(e,t.xref),f=i.getFromId(e,t.yref),h=e._fullLayout._size;if(u?(n=d.shapePositionToRange(u),r=function(e){return u._offset+u.r2p(n(e,!0))}):r=function(e){return h.l+h.w*e},f?(l=d.shapePositionToRange(f),o=function(e){return f._offset+f.r2p(l(e,!0))}):o=function(e){return h.t+h.h*(1-e)},"path"===s)return u&&"date"===u.type&&(r=d.decodeDate(r)),f&&"date"===f.type&&(o=d.decodeDate(o)),function(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,i=e.charAt(0),l=c.paramIsX[i],o=c.paramIsY[i],s=c.numParams[i],u=e.substr(1).replace(c.paramRE,function(e){return l[r]?e=t(e):o[r]&&(e=n(e)),++r>s&&(e="X"),e});return r>s&&(u=u.replace(/[\s,]*X.*/,""),a.log("Ignoring extra params in segment "+e)),i+u})}(t.path,r,o);var p=r(t.x0),v=r(t.x1),y=o(t.y0),g=o(t.y1);if("line"===s)return"M"+p+","+y+"L"+v+","+g;if("rect"===s)return"M"+p+","+y+"H"+v+"V"+g+"H"+p+"Z";var m=(p+v)/2,_=(y+g)/2,T=Math.abs(m-p),M=Math.abs(_-y),b="A"+T+","+M,K=m+T+","+_;return"M"+K+b+" 0 1,1 "+(m+","+(_-M))+b+" 0 0,1 "+K+"Z"}function p(e,t,n){return e.replace(c.segmentRE,function(e){var r=0,a=e.charAt(0),i=c.paramIsX[a],l=c.paramIsY[a],o=c.numParams[a];return a+e.substr(1).replace(c.paramRE,function(e){return r>=o?e:(i[r]?e=t(e):l[r]&&(e=n(e)),r++,e)})})}e.exports={draw:function(e){var t=e._fullLayout;t._shapeUpperLayer.selectAll("path").remove(),t._shapeLowerLayer.selectAll("path").remove(),t._shapeSubplotLayers.selectAll("path").remove();for(var n=0;n<t.shapes.length;n++)t.shapes[n].visible&&f(e,n)},drawOne:f}},function(e,t,n){"use strict";var r=n(202);e.exports={moduleType:"component",name:"shapes",layoutAttributes:n(132),supplyLayoutDefaults:n(201),calcAutorange:n(199),draw:r.draw,drawOne:r.drawOne}},function(e,t,n){"use strict";function r(e,t){var n,r,a=[0,0,0,0];for(n=0;n<4;++n)for(r=0;r<4;++r)a[r]+=e[4*n+r]*t[n];return a}e.exports=function(e,t){return r(e.projection,r(e.view,r(e.model,[t[0],t[1],t[2],1])))}},function(e,t,n){"use strict";var r=n(83).drawRaw,a=n(204),i=["x","y","z"];e.exports=function(e){for(var t=e.fullSceneLayout,n=e.dataScale,l=t.annotations,o=0;o<l.length;o++){for(var s=l[o],u=!1,c=0;c<3;c++){var d=i[c],f=s[d],h=t[d+"axis"].r2fraction(f);if(h<0||h>1){u=!0;break}}u?e.fullLayout._infolayer.select(".annotation-"+e.id+'[data-index="'+o+'"]').remove():(s.pdata=a(e.glplot.cameraParams,[t.xaxis.r2l(s.x)*n[0],t.yaxis.r2l(s.y)*n[1],t.zaxis.r2l(s.z)*n[2]]),r(e.graphDiv,s,o,e.id,s._xa,s._ya))}}},function(e,t,n){"use strict";var r=n(0),a=n(6);function i(e,t){var n=t.fullSceneLayout.domain,i=t.fullLayout._size,l={pdata:null,type:"linear",autorange:!1,range:[-1/0,1/0]};e._xa={},r.extendFlat(e._xa,l),a.setConvert(e._xa),e._xa._offset=i.l+n.x[0]*i.w,e._xa.l2p=function(){return.5*(1+e.pdata[0]/e.pdata[3])*i.w*(n.x[1]-n.x[0])},e._ya={},r.extendFlat(e._ya,l),a.setConvert(e._ya),e._ya._offset=i.t+(1-n.y[1])*i.h,e._ya.l2p=function(){return.5*(1-e.pdata[1]/e.pdata[3])*i.h*(n.y[1]-n.y[0])}}e.exports=function(e){for(var t=e.fullSceneLayout.annotations,n=0;n<t.length;n++)i(t[n],e);e.fullLayout._infolayer.selectAll(".annotation-"+e.id).remove()}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(27),l=n(134),o=n(82);function s(e,t,n,i,s){function u(n,a){return r.coerce(e,t,o,n,a)}function c(e){var r=e+"axis",i={_fullLayout:{}};return i._fullLayout[r]=n[r],a.coercePosition(t,i,u,e,e,.5)}return u("visible",!s.itemIsNotPlainObject)?(l(e,t,i.fullLayout,u),c("x"),c("y"),c("z"),r.noneOrAll(e,t,["x","y","z"]),t.xref="x",t.yref="y",t.zref="z",u("xanchor"),u("yanchor"),u("xshift"),u("yshift"),t.showarrow&&(t.axref="pixel",t.ayref="pixel",u("ax",-10),u("ay",-30),r.noneOrAll(e,t,["ax","ay"])),t):t}e.exports=function(e,t,n){i(e,t,{name:"annotations",handleItemDefaults:s,fullLayout:n.fullLayout})}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"annotations3d",schema:{layout:{"scene.annotations":n(82)}},layoutAttributes:n(82),handleDefaults:n(207),convert:n(206),draw:n(205)}},function(e,t,n){"use strict";var r=n(2),a=n(105);e.exports=function(e,t,n,i){t=t||{};var l="log"===n&&"linear"===t.type,o="linear"===n&&"log"===t.type;if(l||o)for(var s,u,c=e._fullLayout.annotations,d=t._id.charAt(0),f=0;f<c.length;f++)s=c[f],u="annotations["+f+"].",s[d+"ref"]===t._id&&h(d),s["a"+d+"ref"]===t._id&&h("a"+d);function h(e){var n=s[e],o=null;o=l?a(n,t.range):Math.pow(10,n),r(o)||(o=null),i(u+e,o)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(83).draw;function l(e){var t=e._fullLayout;r.filterVisible(t.annotations).forEach(function(t){var n,r,i=a.getFromId(e,t.xref),l=a.getFromId(e,t.yref),o=3*t.arrowsize*t.arrowwidth||0;i&&i.autorange&&(n=o+t.xshift,r=o-t.xshift,t.axref===t.xref?(a.expand(i,[i.r2c(t.x)],{ppadplus:n,ppadminus:r}),a.expand(i,[i.r2c(t.ax)],{ppadplus:t._xpadplus,ppadminus:t._xpadminus})):a.expand(i,[i.r2c(t.x)],{ppadplus:Math.max(t._xpadplus,n),ppadminus:Math.max(t._xpadminus,r)})),l&&l.autorange&&(n=o-t.yshift,r=o+t.yshift,t.ayref===t.yref?(a.expand(l,[l.r2c(t.y)],{ppadplus:n,ppadminus:r}),a.expand(l,[l.r2c(t.ay)],{ppadplus:t._ypadplus,ppadminus:t._ypadminus})):a.expand(l,[l.r2c(t.y)],{ppadplus:Math.max(t._ypadplus,n),ppadminus:Math.max(t._ypadminus,r)}))})}e.exports=function(e){var t=e._fullLayout,n=r.filterVisible(t.annotations);if(n.length&&e._fullData.length){var o={};if(n.forEach(function(e){o[e.xref]=!0,o[e.yref]=!0}),a.list(e).filter(function(e){return e.autorange&&o[e._id]}).length)return r.syncOrAsync([i,l],e)}}},function(e,t,n){"use strict";var r=n(0),a=n(6),i=n(134),l=n(36);e.exports=function(e,t,n,o,s){function u(n,a){return r.coerce(e,t,l,n,a)}o=o||{};var c=u("visible",!(s=s||{}).itemIsNotPlainObject),d=u("clicktoshow");if(!c&&!d)return t;i(e,t,n,u);for(var f=t.showarrow,h=["x","y"],p=[-10,-30],v={_fullLayout:n},y=0;y<2;y++){var g=h[y],m=a.coerceRef(e,t,v,g,"","paper");if(a.coercePosition(t,v,u,m,g,.5),f){var _="a"+g,T=a.coerceRef(e,t,v,_,"pixel");"pixel"!==T&&T!==m&&(T=t[_]="pixel");var M="pixel"===T?p[y]:.4;a.coercePosition(t,v,u,T,_,M)}u(g+"anchor"),u(g+"shift")}if(r.noneOrAll(e,t,["x","y"]),f&&r.noneOrAll(e,t,["ax","ay"]),d){var b=u("xclick"),K=u("yclick");t._xclick=void 0===b?t.x:a.cleanPosition(b,v,t.xref),t._yclick=void 0===K?t.y:a.cleanPosition(K,v,t.yref)}return t}},function(e,t,n){"use strict";var r=n(27),a=n(211);e.exports=function(e,t){r(e,t,{name:"annotations",handleItemDefaults:a})}},function(e,t,n){"use strict";var r=n(8);function a(e,t){var n,r,a,l,o,s,u,c=e._fullLayout.annotations,d=[],f=[],h=[],p=(t||[]).length;for(n=0;n<c.length;n++)if(l=(a=c[n]).clicktoshow){for(r=0;r<p;r++)if(s=(o=t[r]).xaxis,u=o.yaxis,s._id===a.xref&&u._id===a.yref&&s.d2r(o.x)===i(a._xclick,s)&&u.d2r(o.y)===i(a._yclick,u)){(a.visible?"onout"===l?f:h:d).push(n);break}r===p&&a.visible&&"onout"===l&&f.push(n)}return{on:d,off:f,explicitOff:h}}function i(e,t){return"log"===t.type?t.l2r(e):t.d2r(e)}e.exports={hasClickToShow:function(e,t){var n=a(e,t);return n.on.length>0||n.explicitOff.length>0},onClick:function(e,t){var n,i=a(e,t),l=i.on,o=i.off.concat(i.explicitOff),s={};if(!l.length&&!o.length)return;for(n=0;n<l.length;n++)s["annotations["+l[n]+"].visible"]=!0;for(n=0;n<o.length;n++)s["annotations["+o[n]+"].visible"]=!1;return r.update(e,{},s)}}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(3),l=n(7),o=n(135);e.exports=function(e,t,n,s,u){a(s)||(s=1);var c=e.node(),d=o[t||0];"string"==typeof n&&n||(n="end");var f,h,p,v,y=(l.getPx(e,"stroke-width")||1)*s,g=e.style("stroke")||i.defaultLine,m=e.style("stroke-opacity")||1,_=n.indexOf("start")>=0,T=n.indexOf("end")>=0,M=d.backoff*y+u;if("line"===c.nodeName){f={x:+e.attr("x1"),y:+e.attr("y1")},h={x:+e.attr("x2"),y:+e.attr("y2")};var b=f.x-h.x,K=f.y-h.y;if(v=(p=Math.atan2(K,b))+Math.PI,M){if(M*M>b*b+K*K)return void S();var k=M*Math.cos(p),x=M*Math.sin(p);_&&(f.x-=k,f.y-=x,e.attr({x1:f.x,y1:f.y})),T&&(h.x+=k,h.y+=x,e.attr({x2:h.x,y2:h.y}))}}else if("path"===c.nodeName){var C=c.getTotalLength(),A="";if(C<M)return void S();if(_){var w=c.getPointAtLength(0),L=c.getPointAtLength(.1);p=Math.atan2(w.y-L.y,w.x-L.x),f=c.getPointAtLength(Math.min(M,C)),M&&(A="0px,"+M+"px,")}if(T){var D=c.getPointAtLength(C),B=c.getPointAtLength(C-.1);if(v=Math.atan2(D.y-B.y,D.x-B.x),h=c.getPointAtLength(Math.max(0,C-M)),M)A+=C-(A?2*M:M)+"px,"+C+"px"}else A&&(A+=C+"px");A&&e.style("stroke-dasharray",A)}function S(){e.style("stroke-dasharray","0px,100px")}function G(n,a){d.path&&(t>5&&(a=0),r.select(c.parentNode).append("path").attr({class:e.attr("class"),d:d.path,transform:"translate("+n.x+","+n.y+")rotate("+180*a/Math.PI+")scale("+y+")"}).style({fill:g,opacity:m,"stroke-width":0}))}_&&G(f,p),T&&G(h,v)}},function(e,t,n){"use strict";var r=n(83),a=n(213);e.exports={moduleType:"component",name:"annotations",layoutAttributes:n(36),supplyLayoutDefaults:n(212),calcAutorange:n(210),draw:r.draw,drawOne:r.drawOne,drawRaw:r.drawRaw,hasClickToShow:a.hasClickToShow,onClick:a.onClick,convertCoords:n(209)}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n){var a=n.marker.line.color;Array.isArray(a)&&(a=a[t.i]||r.defaultLine);var i=n.marker.line.width||0;Array.isArray(i)&&(i=i[t.i]||0),e.style({"stroke-width":i}).call(r.fill,t.color).call(r.stroke,a)}},function(e,t,n){"use strict";var r=n(4),a=n(84);e.exports=function(e,t){var n,i,l={},o=[],s=!1,u={},c=0;function d(e,n){if(""!==e&&a.isGrouped(t))-1===o.indexOf(e)?(o.push(e),s=!0,l[e]=[[n]]):l[e].push([n]);else{var r="~~i"+c;o.push(r),l[r]=[[n]],c++}}for(n=0;n<e.length;n++){var f=e[n],h=f[0],p=h.trace,v=p.legendgroup;if(a.legendGetsTrace(p)&&p.showlegend)if(r.traceIs(p,"pie"))for(u[v]||(u[v]={}),i=0;i<f.length;i++){var y=f[i].label;u[v][y]||(d(v,{label:y,color:f[i].color,i:f[i].i,trace:p}),u[v][y]=!0)}else d(v,h)}if(!o.length)return[];var g,m,_=o.length;if(s&&a.isGrouped(t))for(m=new Array(_),n=0;n<_;n++)g=l[o[n]],m[n]=a.isReversed(t)?g.reverse():g;else{for(m=[new Array(_)],n=0;n<_;n++)g=l[o[n]][0],m[0][a.isReversed(t)?_-n-1:n]=g;_=1}return t._lgroupsLength=_,m}},function(e,t,n){"use strict";e.exports={scrollBarWidth:4,scrollBarHeight:20,scrollBarColor:"#808BA4",scrollBarMargin:4}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(0),l=n(9),o=n(4),s=n(20),u=n(7),c=n(3),d=n(14),f=n(218),h=n(96),p=n(19).LINE_SPACING,v=n(217),y=n(136),g=n(84),m=n(37),_=!0,T=h.DBLCLICKDELAY;function M(e,t){var n=e.data()[0][0],r=t._fullLayout,i=n.trace,l=o.traceIs(i,"pie"),s=i.index,c=l?n.label:i.name,f=e.selectAll("text.legendtext").data([0]);function h(n){d.convertToTspans(n,t,function(){!function(e,t){var n=e.data()[0][0];if(!n.trace.showlegend)return void e.remove();var r,a,i=e.select("g[class*=math-group]"),l=i.node(),o=t._fullLayout.legend.font.size*p;if(l){var s=u.bBox(l);r=s.height,a=s.width,u.setTranslate(i,0,r/4)}else{var c=e.select(".legendtext"),f=d.lineCount(c),h=c.node();r=o*f,a=h?u.bBox(h).width:0;var v=o*(.3+(1-f)/2);d.positionText(c,40,v)}r=Math.max(r,16)+3,n.height=r,n.width=a}(e,t)})}f.enter().append("text").classed("legendtext",!0),f.attr("text-anchor","start").classed("user-select-none",!0).call(u.font,r.legend.font).text(c),t._context.editable&&!l?f.call(d.makeEditable,{gd:t}).call(h).on("edit",function(e){this.text(e).call(h),this.text()||(e=" ");var r,i=n.trace._fullInput||{};if(-1!==["ohlc","candlestick"].indexOf(i.type)){var l=n.trace.transforms;r=l[l.length-1].direction+".name"}else r="name";a.restyle(t,r,e,s)}):f.call(h)}function b(e,t){var n,r=1,a=e.selectAll("rect").data([0]);a.enter().append("rect").classed("legendtoggle",!0).style("cursor","pointer").attr("pointer-events","all").call(c.fill,"rgba(0,0,0,0)"),a.on("mousedown",function(){(n=(new Date).getTime())-t._legendMouseDownTime<T?r+=1:(r=1,t._legendMouseDownTime=n)}),a.on("mouseup",function(){if(!t._dragged&&!t._editing){var n=t._fullLayout.legend;(new Date).getTime()-t._legendMouseDownTime>T&&(r=Math.max(r-1,1)),1===r?n._clickTimeout=setTimeout(function(){K(e,t,r)},T):2===r&&(n._clickTimeout&&clearTimeout(n._clickTimeout),t._legendMouseDownTime=0,K(e,t,r))}})}function K(e,t,n){if(!t._dragged&&!t._editing){var r,l,s=t._fullLayout.hiddenlabels?t._fullLayout.hiddenlabels.slice():[],u=e.data()[0][0],c=t._fullData,d=u.trace,f=d.legendgroup,h=[];if(1===n&&_&&t.data&&t._context.showTips?(i.notifier("Double click on legend to isolate individual trace","long"),_=!1):_=!1,o.traceIs(d,"pie")){var p=u.label,v=s.indexOf(p);1===n?-1===v?s.push(p):s.splice(v,1):2===n&&(s=[],t.calcdata[0].forEach(function(e){p!==e.label&&s.push(e.label)}),t._fullLayout.hiddenlabels&&t._fullLayout.hiddenlabels.length===s.length&&-1===v&&(s=[])),a.relayout(t,"hiddenlabels",s)}else{var y,g=[],m=[];for(y=0;y<c.length;y++)g.push(y),m.push(!!o.traceIs(c[y],"notLegendIsolatable")||"legendonly");if(""===f)h=[d.index],m[d.index]=!0;else for(y=0;y<c.length;y++)(r=c[y]).legendgroup===f&&(h.push(r.index),m[g.indexOf(y)]=!0);if(1===n)l=!0!==d.visible||"legendonly",a.restyle(t,"visible",l,h);else if(2===n){var T=!0;for(y=0;y<c.length;y++)if(c[y].visible!==m[y]){T=!1;break}T&&(m=!0);var M=[];for(y=0;y<c.length;y++)M.push(g[y]);a.restyle(t,"visible",m,M)}}}}function k(e,t,n){var a=e._fullLayout,i=a.legend,l=i.borderwidth,o=g.isGrouped(i);if(g.isVertical(i))o&&t.each(function(e,t){u.setTranslate(this,0,t*i.tracegroupgap)}),i.width=0,i.height=0,n.each(function(e){var t=e[0],n=t.height,r=t.width;u.setTranslate(this,l,5+l+i.height+n/2),i.height+=n,i.width=Math.max(i.width,r)}),i.width+=45+2*l,i.height+=10+2*l,o&&(i.height+=(i._lgroupsLength-1)*i.tracegroupgap),i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,(e._context.editable?0:i.width)+40,n.height)});else if(o){i.width=0,i.height=0;for(var s=[i.width],c=t.data(),d=0,f=c.length;d<f;d++){var h=c[d].map(function(e){return e[0].width}),p=40+Math.max.apply(null,h);i.width+=i.tracegroupgap+p,s.push(i.width)}t.each(function(e,t){u.setTranslate(this,s[t],0)}),t.each(function(){var e=0;r.select(this).selectAll("g.traces").each(function(t){var n=t[0].height;u.setTranslate(this,0,5+l+e+n/2),e+=n}),i.height=Math.max(i.height,e)}),i.height+=10+2*l,i.width+=2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}else{i.width=0,i.height=0;var v=0,y=0,m=0,_=0;n.each(function(e){m=Math.max(40+e[0].width,m)}),n.each(function(e){var t=e[0],n=m,r=i.tracegroupgap||5;l+_+r+n>a.width-(a.margin.r+a.margin.l)&&(_=0,v+=y,i.height=i.height+y,y=0),u.setTranslate(this,l+_,5+l+t.height/2+v),i.width+=r+n,i.height=Math.max(i.height,t.height),_+=r+n,y=Math.max(t.height,y)}),i.width+=2*l,i.height+=10+2*l,i.width=Math.ceil(i.width),i.height=Math.ceil(i.height),n.each(function(t){var n=t[0];r.select(this).select(".legendtoggle").call(u.setRect,0,-n.height/2,e._context.editable?0:i.width,n.height)})}}function x(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");var r="top";m.isBottomAnchor(t)?r="bottom":m.isMiddleAnchor(t)&&(r="middle"),l.autoMargin(e,"legend",{x:t.x,y:t.y,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:t.height*({top:1,middle:.5}[r]||0),t:t.height*({bottom:1,middle:.5}[r]||0)})}e.exports=function(e){var t=e._fullLayout,n="legend"+t._uid;if(t._infolayer&&e.calcdata){e._legendMouseDownTime||(e._legendMouseDownTime=0);var d=t.legend,h=t.showlegend&&v(e.calcdata,d),p=t.hiddenlabels||[];if(!t.showlegend||!h.length)return t._infolayer.selectAll(".legend").remove(),t._topdefs.select("#"+n).remove(),void l.autoMargin(e,"legend");var g=t._infolayer.selectAll("g.legend").data([0]);g.enter().append("g").attr({class:"legend","pointer-events":"all"});var _=t._topdefs.selectAll("#"+n).data([0]);_.enter().append("clipPath").attr("id",n).append("rect");var C=g.selectAll("rect.bg").data([0]);C.enter().append("rect").attr({class:"bg","shape-rendering":"crispEdges"}),C.call(c.stroke,d.bordercolor),C.call(c.fill,d.bgcolor),C.style("stroke-width",d.borderwidth+"px");var A=g.selectAll("g.scrollbox").data([0]);A.enter().append("g").attr("class","scrollbox");var w=g.selectAll("rect.scrollbar").data([0]);w.enter().append("rect").attr({class:"scrollbar",rx:20,ry:2,width:0,height:0}).call(c.fill,"#808BA4");var L=A.selectAll("g.groups").data(h);L.enter().append("g").attr("class","groups"),L.exit().remove();var D=L.selectAll("g.traces").data(i.identity);D.enter().append("g").attr("class","traces"),D.exit().remove(),D.call(y,e).style("opacity",function(e){var t=e[0].trace;return o.traceIs(t,"pie")?-1!==p.indexOf(e[0].label)?.5:1:"legendonly"===t.visible?.5:1}).each(function(){r.select(this).call(M,e).call(b,e)});var B=0!==g.enter().size();B&&(k(e,L,D),x(e));var S=t.width,G=t.height;k(e,L,D),d.height>G?function(e){var t=e._fullLayout.legend,n="left";m.isRightAnchor(t)?n="right":m.isCenterAnchor(t)&&(n="center");l.autoMargin(e,"legend",{x:t.x,y:.5,l:t.width*({right:1,center:.5}[n]||0),r:t.width*({left:1,center:.5}[n]||0),b:0,t:0})}(e):x(e);var W=t._size,z=W.l+W.w*d.x,O=W.t+W.h*(1-d.y);m.isRightAnchor(d)?z-=d.width:m.isCenterAnchor(d)&&(z-=d.width/2),m.isBottomAnchor(d)?O-=d.height:m.isMiddleAnchor(d)&&(O-=d.height/2);var P=d.width,R=W.w;P>R?(z=W.l,P=R):(z+P>S&&(z=S-P),z<0&&(z=0),P=Math.min(S-z,d.width));var E=d.height,j=W.h;E>j?(O=W.t,E=j):(O+E>G&&(O=G-E),O<0&&(O=0),E=Math.min(G-O,d.height)),u.setTranslate(g,z,O);var I,N,F,$,V,H,q=E-f.scrollBarHeight-2*f.scrollBarMargin,U=d.height-E;if(d.height<=E||e._context.staticPlot)C.attr({width:P-d.borderwidth,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),u.setTranslate(A,0,0),_.select("rect").attr({width:P-2*d.borderwidth,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth}),A.call(u.setClipUrl,n);else{I=f.scrollBarMargin,N=A.attr("data-scroll")||0,C.attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-d.borderwidth,x:d.borderwidth/2,y:d.borderwidth/2}),_.select("rect").attr({width:P-2*d.borderwidth+f.scrollBarWidth+f.scrollBarMargin,height:E-2*d.borderwidth,x:d.borderwidth,y:d.borderwidth-N}),A.call(u.setClipUrl,n),B&&X(I,N),g.on("wheel",null),g.on("wheel",function(){N=i.constrain(A.attr("data-scroll")-r.event.deltaY/q*U,-U,0),X(I=f.scrollBarMargin-N/U*q,N),0!==N&&N!==-U&&r.event.preventDefault()}),w.on(".drag",null),A.on(".drag",null);var Y=r.behavior.drag().on("drag",function(){I=i.constrain(r.event.y-f.scrollBarHeight/2,f.scrollBarMargin,f.scrollBarMargin+q),N=-(I-f.scrollBarMargin)/q*U,X(I,N)});w.call(Y),A.call(Y)}if(e._context.editable)g.classed("cursor-move",!0),s.init({element:g.node(),gd:e,prepFn:function(){var e=u.getTranslate(g);V=e.x,H=e.y},moveFn:function(e,t){var n=V+e,r=H+t;u.setTranslate(g,n,r),F=s.align(n,0,W.l,W.l+W.w,d.xanchor),$=s.align(r,0,W.t+W.h,W.t,d.yanchor)},doneFn:function(n,r,i){if(n&&void 0!==F&&void 0!==$)a.relayout(e,{"legend.x":F,"legend.y":$});else{var l=t._infolayer.selectAll("g.traces").filter(function(){var e=this.getBoundingClientRect();return i.clientX>=e.left&&i.clientX<=e.right&&i.clientY>=e.top&&i.clientY<=e.bottom});l.size()>0&&(1===r?g._clickTimeout=setTimeout(function(){K(l,e,r)},T):2===r&&(g._clickTimeout&&clearTimeout(g._clickTimeout),K(l,e,r)))}}})}function X(e,t){A.attr("data-scroll",t).call(u.setTranslate,0,t),w.call(u.setRect,P,e,f.scrollBarWidth,f.scrollBarHeight),_.select("rect").attr({y:d.borderwidth-t})}}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(137),l=n(41),o=n(84);e.exports=function(e,t,n){for(var s,u,c,d,f=e.legend||{},h=t.legend={},p=0,v="normal",y=0;y<n.length;y++){var g=n[y];o.legendGetsTrace(g)&&(p++,r.traceIs(g,"pie")&&p++),(r.traceIs(g,"bar")&&"stack"===t.barmode||-1!==["tonextx","tonexty"].indexOf(g.fill))&&(v=o.isGrouped({traceorder:v})?"grouped+reversed":"reversed"),void 0!==g.legendgroup&&""!==g.legendgroup&&(v=o.isReversed({traceorder:v})?"reversed+grouped":"grouped")}function m(e,t){return a.coerce(f,h,i,e,t)}if(!1!==a.coerce(e,t,l,"showlegend",p>1)){if(m("bgcolor",t.paper_bgcolor),m("bordercolor"),m("borderwidth"),a.coerceFont(m,"font",t.font),m("orientation"),"h"===h.orientation){var _=e.xaxis;_&&_.rangeslider&&_.rangeslider.visible?(s=0,c="left",u=1.1,d="bottom"):(s=0,c="left",u=-.1,d="top")}m("traceorder",v),o.isGrouped(t.legend)&&m("tracegroupgap"),m("x",s),m("xanchor",c),m("y",u),m("yanchor",d),a.noneOrAll(f,h,["x","y"])}}},function(e,t,n){"use strict";e.exports={moduleType:"component",name:"legend",layoutAttributes:n(137),supplyLayoutDefaults:n(220),draw:n(219),style:n(136)}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(7),o=n(6),s=/((x|y)([2-9]|[1-9][0-9]+)?)axis$/;e.exports=function(e,t,n,u){var c=e._fullLayout,d=[];var f,h,p,v,y=function(e){var t,n,r,a,i={};for(t in e)if(n=t.split(".")[0].match(s)){var l=n[1],o=l+"axis";if(r=c[o],a={},Array.isArray(e[t])?a.to=e[t].slice(0):Array.isArray(e[t].range)&&(a.to=e[t].range.slice(0)),!a.to)continue;a.axisName=o,a.length=r._length,d.push(l),i[l]=a}return i}(t),g=Object.keys(y),m=function(e,t,n){var r,a,i,l=e._plots,o=[];for(r in l){var s=l[r];if(-1===o.indexOf(s)){var u=s.xaxis._id,c=s.yaxis._id,d=s.xaxis.range,f=s.yaxis.range;s.xaxis._r=s.xaxis.range.slice(),s.yaxis._r=s.yaxis.range.slice(),a=n[u]?n[u].to:d,i=n[c]?n[c].to:f,d[0]===a[0]&&d[1]===a[1]&&f[0]===i[0]&&f[1]===i[1]||-1===t.indexOf(u)&&-1===t.indexOf(c)||o.push(s)}}return o}(c,g,y);if(!m.length)return!1;function _(e){var t=e.xaxis,n=e.yaxis;c._defs.selectAll("#"+e.clipId).call(l.setTranslate,0,0).call(l.setScale,1,1),e.plot.call(l.setTranslate,t._offset,n._offset).call(l.setScale,1,1).select(".scatterlayer").selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1,1),e.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1,1)}function T(t,n){var r,a,s,u=y[t.xaxis._id],d=y[t.yaxis._id],f=[];if(u){a=(r=e._fullLayout[u.axisName])._r,s=u.to,f[0]=(a[0]*(1-n)+n*s[0]-a[0])/(a[1]-a[0])*t.xaxis._length;var h=a[1]-a[0],p=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[2]=t.xaxis._length*(1-n+n*p/h)}else f[0]=0,f[2]=t.xaxis._length;if(d){a=(r=e._fullLayout[d.axisName])._r,s=d.to,f[1]=(a[1]*(1-n)+n*s[1]-a[1])/(a[0]-a[1])*t.yaxis._length;var v=a[1]-a[0],g=s[1]-s[0];r.range[0]=a[0]*(1-n)+n*s[0],r.range[1]=a[1]*(1-n)+n*s[1],f[3]=t.yaxis._length*(1-n+n*g/v)}else f[1]=0,f[3]=t.yaxis._length;!function(t,n){var r,a=[];for(a=[t._id,n._id],r=0;r<a.length;r++)o.doTicks(e,a[r],!0);function l(t,n){for(r=0;r<t.length;r++){var i=t[r];-1===a.indexOf(i.xref)&&-1===a.indexOf(i.yref)||n(e,r)}}l(c.annotations||[],i.getComponentMethod("annotations","drawOne")),l(c.shapes||[],i.getComponentMethod("shapes","drawOne")),l(c.images||[],i.getComponentMethod("images","draw"))}(t.xaxis,t.yaxis);var m=t.xaxis,_=t.yaxis,T=!!u,M=!!d,b=T?m._length/f[2]:1,K=M?_._length/f[3]:1,k=T?f[0]:0,x=M?f[1]:0,C=T?f[0]/f[2]*m._length:0,A=M?f[1]/f[3]*_._length:0,w=m._offset-C,L=_._offset-A;c._defs.selectAll("#"+t.clipId).call(l.setTranslate,k,x).call(l.setScale,1/b,1/K),t.plot.call(l.setTranslate,w,L).call(l.setScale,b,K).selectAll(".points").selectAll(".point").call(l.setPointGroupScale,1/b,1/K),t.plot.selectAll(".points").selectAll(".textpoint").call(l.setTextPointsScale,1/b,1/K)}u&&(f=u());var M=r.ease(n.easing);return e._transitionData._interruptCallbacks.push(function(){return window.cancelAnimationFrame(v),v=null,function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[g[n]+"axis"];t[r._name+".range[0]"]=r.range[0],t[r._name+".range[1]"]=r.range[1],r.range=r._r.slice()}return a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}()}),h=Date.now(),v=window.requestAnimationFrame(function t(){p=Date.now();for(var r=Math.min(1,(p-h)/n.duration),i=M(r),l=0;l<m.length;l++)T(m[l],i);p-h>n.duration?(function(){for(var t={},n=0;n<g.length;n++){var r=e._fullLayout[y[g[n]].axisName],i=y[g[n]].to;t[r._name+".range[0]"]=i[0],t[r._name+".range[1]"]=i[1],r.range=i.slice()}f&&f(),a.relayout(e,t).then(function(){for(var e=0;e<m.length;e++)_(m[e])})}(),v=window.cancelAnimationFrame(t)):v=window.requestAnimationFrame(t)}),Promise.resolve()}},function(e,t,n){"use strict";e.exports={xaxis:{valType:"subplotid",role:"info",dflt:"x",description:["Sets a reference between this trace's x coordinates and","a 2D cartesian x axis.","If *x* (the default value), the x coordinates refer to","`layout.xaxis`.","If *x2*, the x coordinates refer to `layout.xaxis2`, and so on."].join(" ")},yaxis:{valType:"subplotid",role:"info",dflt:"y",description:["Sets a reference between this trace's y coordinates and","a 2D cartesian y axis.","If *y* (the default value), the y coordinates refer to","`layout.yaxis`.","If *y2*, the y coordinates refer to `layout.xaxis2`, and so on."].join(" ")}}},function(e,t,n){"use strict";var r=n(13);e.exports=function(e,t){var n,a,i,l,o=e.cd,s=e.xaxis,u=e.yaxis,c=[],d=o[0].trace,f=d.marker,h=!r.hasMarkers(d)&&!r.hasText(d);if(!0===d.visible&&!h){var p=Array.isArray(f.opacity)?1:f.opacity;if(!1===t)for(n=0;n<o.length;n++)o[n].dim=0;else for(n=0;n<o.length;n++)a=o[n],i=s.c2p(a.x),l=u.c2p(a.y),t.contains([i,l])?(c.push({pointNumber:n,x:a.x,y:a.y}),a.dim=0):a.dim=1;return o[0].node3.selectAll("path.point").style("opacity",function(e){return((e.mo+1||p+1)-1)*(e.dim?.2:1)}),o[0].node3.selectAll("text").style("opacity",function(e){return e.dim?.2:1}),c}}},function(e,t,n){"use strict";var r=n(3),a=n(13);e.exports=function(e,t){var n,i;if("lines"===e.mode)return(n=e.line.color)&&r.opacity(n)?n:e.fillcolor;if("none"===e.mode)return e.fill?e.fillcolor:"";var l=t.mcc||(e.marker||{}).color,o=t.mlcc||((e.marker||{}).line||{}).color;return(i=l&&r.opacity(l)?l:o&&r.opacity(o)&&(t.mlw||((e.marker||{}).line||{}).width)?o:"")?r.opacity(i)<.3?r.addOpacity(i,.3):i:(n=(e.line||{}).color)&&r.opacity(n)&&a.hasLines(e)&&e.line.width?n:e.fillcolor}},function(e,t,n){"use strict";var r=n(0),a=n(29),i=n(30),l=n(225),o=n(3),s=a.constants.MAXDIST;e.exports=function(e,t,n,u){var c=e.cd,d=c[0].trace,f=e.xa,h=e.ya,p=f.c2p(t),v=h.c2p(n),y=[p,v],g=d.hoveron||"";if(-1!==g.indexOf("points")){var m=a.getDistanceFunction(u,function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(f.c2p(e.x)-p)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0);return Math.max(Math.abs(h.c2p(e.y)-v)-t,1-3/t)},function(e){var t=Math.max(3,e.mrc||0),n=f.c2p(e.x)-p,r=h.c2p(e.y)-v;return Math.max(Math.sqrt(n*n+r*r)-t,1-3/t)});if(a.getClosest(c,m,e),!1!==e.index){var _=c[e.index],T=f.c2p(_.x,!0),M=h.c2p(_.y,!0),b=_.mrc||1;return r.extendFlat(e,{color:l(d,_),x0:T-b,x1:T+b,xLabelVal:_.x,y0:M-b,y1:M+b,yLabelVal:_.y}),_.htx?e.text=_.htx:d.hovertext?e.text=d.hovertext:_.tx?e.text=_.tx:d.text&&(e.text=d.text),i.hoverInfo(_,d,e),[e]}}if(-1!==g.indexOf("fills")&&d._polygons){var K,k,x,C,A,w,L,D,B=d._polygons,S=[],G=!1,W=1/0,z=-1/0,O=1/0,P=-1/0;for(K=0;K<B.length;K++)(x=B[K]).contains(y)&&(G=!G,S.push(x),O=Math.min(O,x.ymin),P=Math.max(P,x.ymax));if(G){var R=((O=Math.max(O,0))+(P=Math.min(P,h._length)))/2;for(K=0;K<S.length;K++)for(C=S[K].pts,k=1;k<C.length;k++)(L=C[k-1][1])>R!=(D=C[k][1])>=R&&(A=(w=C[k-1][0])+(C[k][0]-w)*(R-L)/(D-L),W=Math.min(W,A),z=Math.max(z,A));W=Math.max(W,0),z=Math.min(z,f._length);var E=o.defaultLine;return o.opacity(d.fillcolor)?E=d.fillcolor:o.opacity((d.line||{}).color)&&(E=d.line.color),r.extendFlat(e,{distance:s+10,x0:W,x1:z,y0:R,y1:R,color:E}),delete e.index,d.text&&!Array.isArray(d.text)?e.text=String(d.text):e.text=d.name,[e]}}}},function(e,t,n){"use strict";var r=n(1),a=n(7),i=n(30);e.exports=function(e){var t=r.select(e).selectAll("g.trace.scatter");t.style("opacity",function(e){return e[0].trace.opacity}),t.selectAll("g.points").each(function(t){var n=r.select(this),i=n.selectAll("path.point"),l=t.trace||t[0].trace;i.call(a.pointStyle,l,e),n.selectAll("text").call(a.textPointStyle,l,e)}),t.selectAll("g.trace path.js-line").call(a.lineGroupStyle),t.selectAll("g.trace path.js-fill").call(a.fillGroupStyle),t.call(i.style)}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(9),o=n(4),s=n(6),u=n(20),c=n(0),d=n(10).extendFlat,f=n(28),h=n(7),p=n(3),v=n(97),y=n(14),g=n(19).LINE_SPACING,m=n(150),_=n(148),T=n(23),M=n(102);e.exports=function(e,t){var n={};function b(){var M=e._fullLayout,k=M._size;if("function"==typeof n.fillcolor||"function"==typeof n.line.color){var x,C=r.extent(("function"==typeof n.fillcolor?n.fillcolor:n.line.color).domain()),A=[],w=[],L="function"==typeof n.line.color?n.line.color:function(){return n.line.color},D="function"==typeof n.fillcolor?n.fillcolor:function(){return n.fillcolor},B=n.levels.end+n.levels.size/100,S=n.levels.size,G=1.001*C[0]-.001*C[1],W=1.001*C[1]-.001*C[0];for(x=n.levels.start;(x-B)*S<0;x+=S)x>G&&x<W&&A.push(x);if("function"==typeof n.fillcolor)if(n.filllevels)for(B=n.filllevels.end+n.filllevels.size/100,S=n.filllevels.size,x=n.filllevels.start;(x-B)*S<0;x+=S)x>C[0]&&x<C[1]&&w.push(x);else(w=A.map(function(e){return e-n.levels.size/2})).push(w[w.length-1]+n.levels.size);else n.fillcolor&&"string"==typeof n.fillcolor&&(w=[0]);n.levels.size<0&&(A.reverse(),w.reverse());var z,O=M.height-M.margin.t-M.margin.b,P=M.width-M.margin.l-M.margin.r,R=Math.round(n.thickness*("fraction"===n.thicknessmode?P:1)),E=R/k.w,j=Math.round(n.len*("fraction"===n.lenmode?O:1)),I=j/k.h,N=n.xpad/k.w,F=(n.borderwidth+n.outlinewidth)/2,$=n.ypad/k.h,V=Math.round(n.x*k.w+n.xpad),H=n.x-E*({middle:.5,right:1}[n.xanchor]||0),q=n.y+I*(({top:-.5,bottom:.5}[n.yanchor]||0)-.5),U=Math.round(k.h*(1-q)),Y=U-j,X={type:"linear",range:C,tickmode:n.tickmode,nticks:n.nticks,tick0:n.tick0,dtick:n.dtick,tickvals:n.tickvals,ticktext:n.ticktext,ticks:n.ticks,ticklen:n.ticklen,tickwidth:n.tickwidth,tickcolor:n.tickcolor,showticklabels:n.showticklabels,tickfont:n.tickfont,tickangle:n.tickangle,tickformat:n.tickformat,exponentformat:n.exponentformat,separatethousands:n.separatethousands,showexponent:n.showexponent,showtickprefix:n.showtickprefix,tickprefix:n.tickprefix,showticksuffix:n.showticksuffix,ticksuffix:n.ticksuffix,title:n.title,titlefont:n.titlefont,anchor:"free",position:1},J={type:"linear",_id:"y"+t},Z={letter:"y",font:M.font,noHover:!0,calendar:M.calendar};if(m(X,J,he,Z,M),_(X,J,he,Z),J.position=n.x+N+E,b.axis=J,-1!==["top","bottom"].indexOf(n.titleside)&&(J.titleside=n.titleside,J.titlex=n.x+N,J.titley=q+("top"===n.titleside?I-$:$)),n.line.color&&"auto"===n.tickmode){J.tickmode="linear",J.tick0=n.levels.start;var Q=n.levels.size,ee=c.constrain((U-Y)/50,4,15)+1,te=(C[1]-C[0])/((n.nticks||ee)*Q);if(te>1){var ne=Math.pow(10,Math.floor(Math.log(te)/Math.LN10));Q*=ne*c.roundUp(te/ne,[2,5,10]),(Math.abs(n.levels.start)/n.levels.size+1e-6)%1<2e-6&&(J.tick0=0)}J.dtick=Q}J.domain=[q+$,q+I-$],J.setScale();var re=M._infolayer.selectAll("g."+t).data([0]);re.enter().append("g").classed(t,!0).each(function(){var e=r.select(this);e.append("rect").classed("cbbg",!0),e.append("g").classed("cbfills",!0),e.append("g").classed("cblines",!0),e.append("g").classed("cbaxis",!0).classed("crisp",!0),e.append("g").classed("cbtitleunshift",!0).append("g").classed("cbtitle",!0),e.append("rect").classed("cboutline",!0),e.select(".cbtitle").datum(0)}),re.attr("transform","translate("+Math.round(k.l)+","+Math.round(k.t)+")");var ae=re.select(".cbtitleunshift").attr("transform","translate(-"+Math.round(k.l)+",-"+Math.round(k.t)+")");J._axislayer=re.select(".cbaxis");var ie=0;if(-1!==["top","bottom"].indexOf(n.titleside)){var le,oe=k.l+(n.x+N)*k.w,se=J.titlefont.size;le="top"===n.titleside?(1-(q+I-$))*k.h+k.t+3+.75*se:(1-(q+$))*k.h+k.t-3-.25*se,pe(J._id+"title",{attributes:{x:oe,y:le,"text-anchor":"start"}})}var ue,ce,de,fe=c.syncOrAsync([l.previousPromises,function(){if(-1!==["top","bottom"].indexOf(n.titleside)){var t=re.select(".cbtitle"),i=t.select("text"),l=[-n.outlinewidth/2,n.outlinewidth/2],o=t.select(".h"+J._id+"title-math-group").node(),u=15.6;if(i.node()&&(u=parseInt(i.style("font-size"),10)*g),o?(ie=h.bBox(o).height)>u&&(l[1]-=(ie-u)/2):i.node()&&!i.classed("js-placeholder")&&(ie=h.bBox(i.node()).height),ie){if(ie+=5,"top"===n.titleside)J.domain[1]-=ie/k.h,l[1]*=-1;else{J.domain[0]+=ie/k.h;var d=y.lineCount(i);l[1]+=(1-d)*u}t.attr("transform","translate("+l+")"),J.setScale()}}re.selectAll(".cbfills,.cblines,.cbaxis").attr("transform","translate(0,"+Math.round(k.h*(1-J.domain[1]))+")");var f=re.select(".cbfills").selectAll("rect.cbfill").data(w);f.enter().append("rect").classed("cbfill",!0).style("stroke","none"),f.exit().remove(),f.each(function(e,t){var n=[0===t?C[0]:(w[t]+w[t-1])/2,t===w.length-1?C[1]:(w[t]+w[t+1])/2].map(J.c2p).map(Math.round);t!==w.length-1&&(n[1]+=n[1]>n[0]?1:-1);var i=D(e).replace("e-",""),l=a(i).toHexString();r.select(this).attr({x:V,width:Math.max(R,2),y:r.min(n),height:Math.max(r.max(n)-r.min(n),2),fill:l})});var p=re.select(".cblines").selectAll("path.cbline").data(n.line.color&&n.line.width?A:[]);return p.enter().append("path").classed("cbline",!0),p.exit().remove(),p.each(function(e){r.select(this).attr("d","M"+V+","+(Math.round(J.c2p(e))+n.line.width/2%1)+"h"+R).call(h.lineGroupStyle,n.line.width,L(e),n.line.dash)}),J._axislayer.selectAll("g."+J._id+"tick,path").remove(),J._pos=V+R+(n.outlinewidth||0)/2-("outside"===n.ticks?1:0),J.side="right",c.syncOrAsync([function(){return s.doTicks(e,J,!0)},function(){if(-1===["top","bottom"].indexOf(n.titleside)){var t=J.titlefont.size,a=J._offset+J._length/2,i=k.l+(J.position||0)*k.w+("right"===J.side?10+t*(J.showticklabels?1:.5):-10-t*(J.showticklabels?.5:0));pe("h"+J._id+"title",{avoid:{selection:r.select(e).selectAll("g."+J._id+"tick"),side:n.titleside,offsetLeft:k.l,offsetTop:k.t,maxShift:M.width},attributes:{x:i,y:a,"text-anchor":"middle"},transform:{rotate:"-90",offset:0}})}}])},l.previousPromises,function(){var r=R+n.outlinewidth/2+h.bBox(J._axislayer.node()).width;if((z=ae.select("text")).node()&&!z.classed("js-placeholder")){var a,i=ae.select(".h"+J._id+"title-math-group").node();a=i&&-1!==["top","bottom"].indexOf(n.titleside)?h.bBox(i).width:h.bBox(ae.node()).right-V-k.l,r=Math.max(r,a)}var o=2*n.xpad+r+n.borderwidth+n.outlinewidth/2,s=U-Y;re.select(".cbbg").attr({x:V-n.xpad-(n.borderwidth+n.outlinewidth)/2,y:Y-F,width:Math.max(o,2),height:Math.max(s+2*F,2)}).call(p.fill,n.bgcolor).call(p.stroke,n.bordercolor).style({"stroke-width":n.borderwidth}),re.selectAll(".cboutline").attr({x:V,y:Y+n.ypad+("top"===n.titleside?ie:0),width:Math.max(R,2),height:Math.max(s-2*n.ypad-ie,2)}).call(p.stroke,n.outlinecolor).style({fill:"None","stroke-width":n.outlinewidth});var u=({center:.5,right:1}[n.xanchor]||0)*o;re.attr("transform","translate("+(k.l-u)+","+k.t+")"),l.autoMargin(e,t,{x:n.x,y:n.y,l:o*({right:1,center:.5}[n.xanchor]||0),r:o*({left:1,center:.5}[n.xanchor]||0),t:s*({bottom:1,middle:.5}[n.yanchor]||0),b:s*({top:1,middle:.5}[n.yanchor]||0)})}],e);if(fe&&fe.then&&(e._promises||[]).push(fe),e._context.editable)u.init({element:re.node(),gd:e,prepFn:function(){ue=re.attr("transform"),f(re)},moveFn:function(e,t){re.attr("transform",ue+" translate("+e+","+t+")"),ce=u.align(H+e/k.w,E,0,1,n.xanchor),de=u.align(q-t/k.h,I,0,1,n.yanchor);var r=u.getCursor(ce,de,n.xanchor,n.yanchor);f(re,r)},doneFn:function(t){f(re),t&&void 0!==ce&&void 0!==de&&i.restyle(e,{"colorbar.x":ce,"colorbar.y":de},K().index)}});return fe}function he(e,t){return c.coerce(X,J,T,e,t)}function pe(t,n){var r,a=K();r=o.traceIs(a,"markerColorscale")?"marker.colorbar.title":"colorbar.title";var i={propContainer:J,propName:r,traceIndex:a.index,dfltName:"colorscale",containerGroup:re.select(".cbtitle")},l="h"===t.charAt(0)?t.substr(1):"h"+t;re.selectAll("."+l+",."+l+"-math-group").remove(),v.draw(e,t,d(i,n||{}))}M._infolayer.selectAll("g."+t).remove()}function K(){var n,r,a=t.substr(2);for(n=0;n<e._fullData.length;n++)if((r=e._fullData[n]).uid===a)return r}return Object.keys(M).forEach(function(e){n[e]=null}),n.fillcolor=null,n.line={color:null,width:null,dash:null},n.levels={start:null,end:null,size:null},n.filllevels=null,Object.keys(n).forEach(function(e){b[e]=function(t){return arguments.length?(n[e]=c.isPlainObject(n[e])?c.extendFlat(n[e],t):t,b):n[e]}}),b.options=function(e){return Object.keys(e).forEach(function(t){"function"==typeof b[t]&&b[t](e[t])}),b},b._opts=n,b}},function(e,t,n){"use strict";var r=n(2),a=n(0),i=n(9),l=n(158),o=n(228);e.exports=function(e,t){var n=t[0].trace,s=n.marker,u="cb"+n.uid;if(e._fullLayout._infolayer.selectAll("."+u).remove(),void 0!==s&&s.showscale){var c=s.color,d=s.cmin,f=s.cmax;r(d)||(d=a.aggNums(Math.min,null,c)),r(f)||(f=a.aggNums(Math.max,null,c));var h=t[0].t.cb=o(e,u),p=l.makeColorScaleFunc(l.extractScale(s.colorscale,d,f),{noNumericCheck:!0});h.fillcolor(p).filllevels({start:d,end:f,size:(f-d)/254}).options(s.colorbar)()}else i.autoMargin(e,u)}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r,a=null,i=0;i<n.length;++i)!0===(r=n[i][0].trace).visible?(r._nexttrace=null,-1!==["tonextx","tonexty","tonext"].indexOf(r.fill)&&(r._prevtrace=a,a&&(a._nexttrace=r)),a=r):r._prevtrace=r._nexttrace=null}},function(e,t,n){"use strict";var r=n(16).BADNUM;e.exports=function(e,t){var n,a,i,l,o,s,u,c,d,f,h,p,v,y,g,m,_,T,M,b,K=t.xaxis,k=t.yaxis,x=t.simplify,C=t.connectGaps,A=t.baseTolerance,w=t.linear,L=[],D=.2,B=new Array(e.length),S=0;function G(t){var n=K.c2p(e[t].x),a=k.c2p(e[t].y);return n!==r&&a!==r&&[n,a]}function W(e){var t=e[0]/K._length,n=e[1]/k._length;return(1+10*Math.max(0,-t,t-1,-n,n-1))*A}for(x||(A=D=-1),n=0;n<e.length;n++)if(a=G(n)){for(S=0,B[S++]=a,n++;n<e.length;n++){if(!(l=G(n))){if(C)continue;break}if(w){if(T=a,void 0,void 0,M=(_=l)[0]-T[0],b=_[1]-T[1],!((u=Math.sqrt(M*M+b*b))<W(l)*D)){for(d=[(l[0]-a[0])/u,(l[1]-a[1])/u],o=a,h=u,p=y=g=0,c=!1,i=l,n++;n<e.length;n++){if(!(s=G(n))){if(C)continue;break}if(m=(f=[s[0]-a[0],s[1]-a[1]])[0]*d[1]-f[1]*d[0],y=Math.min(y,m),(g=Math.max(g,m))-y>W(s))break;i=s,(v=f[0]*d[0]+f[1]*d[1])>h?(h=v,l=s,c=!1):v<p&&(p=v,o=s,c=!0)}if(c?(B[S++]=l,i!==o&&(B[S++]=o)):(o!==a&&(B[S++]=o),i!==l&&(B[S++]=l)),B[S++]=i,n>=e.length||!s)break;B[S++]=s,a=s}}else B[S++]=l}L.push(B.slice(0,S))}return L}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(7),l=n(30),o=n(13),s=n(231),u=n(230),c=n(141).tester;function d(e,t,n,u,d,f,h){var p,v;!function(e,t,n,i,l){var s=n.xaxis,u=n.yaxis,c=r.extent(a.simpleMap(s.range,s.r2c)),d=r.extent(a.simpleMap(u.range,u.r2c)),f=i[0].trace;if(!o.hasMarkers(f))return;var h=f.marker.maxdisplayed;if(0===h)return;var p=i.filter(function(e){return e.x>=c[0]&&e.x<=c[1]&&e.y>=d[0]&&e.y<=d[1]}),v=Math.ceil(p.length/h),y=0;l.forEach(function(e,n){var r=e[0].trace;o.hasMarkers(r)&&r.marker.maxdisplayed>0&&n<t&&y++});var g=Math.round(y*v/3+Math.floor(y/3)*v/7.1);i.forEach(function(e){delete e.vis}),p.forEach(function(e,t){0===Math.round((t+g)%v)&&(e.vis=!0)})}(0,t,n,u,d);var y=!!h&&h.duration>0;function g(e){return y?e.transition():e}var m=n.xaxis,_=n.yaxis,T=u[0].trace,M=T.line,b=r.select(f);if(b.call(l.plot,n,h),!0===T.visible){var K,k;g(b).style("opacity",T.opacity);var x=T.fill.charAt(T.fill.length-1);"x"!==x&&"y"!==x&&(x=""),u[0].node3=b;var C="",A=[],w=T._prevtrace;w&&(C=w._prevRevpath||"",k=w._nextFill,A=w._polygons);var L,D,B,S,G,W,z,O,P,R="",E="",j=[],I=[],N=a.noop;if(K=T._ownFill,o.hasLines(T)||"none"!==T.fill){for(k&&k.datum(u),-1!==["hv","vh","hvh","vhv"].indexOf(M.shape)?(B=i.steps(M.shape),S=i.steps(M.shape.split("").reverse().join(""))):B=S="spline"===M.shape?function(e){var t=e[e.length-1];return e[0][0]===t[0]&&e[0][1]===t[1]?i.smoothclosed(e.slice(1),M.smoothing):i.smoothopen(e,M.smoothing)}:function(e){return"M"+e.join("L")},G=function(e){return S(e.reverse())},j=s(u,{xaxis:m,yaxis:_,connectGaps:T.connectgaps,baseTolerance:Math.max(M.width||1,3)/4,linear:"linear"===M.shape,simplify:M.simplify}),P=T._polygons=new Array(j.length),v=0;v<j.length;v++)T._polygons[v]=c(j[v]);j.length&&(W=j[0][0],O=(z=j[j.length-1])[z.length-1]),I=j.filter(function(e){return e.length>1}),N=function(e){return function(t){if(L=B(t),D=G(t),R?x?(R+="L"+L.substr(1),E=D+"L"+E.substr(1)):(R+="Z"+L,E=D+"Z"+E):(R=L,E=D),o.hasLines(T)&&t.length>1){var n=r.select(this);if(n.datum(u),e)g(n.style("opacity",0).attr("d",L).call(i.lineGroupStyle)).style("opacity",1);else{var a=g(n);a.attr("d",L),i.singleLineStyle(u,a)}}}}}var F=b.selectAll(".js-line").data(I);g(F.exit()).style("opacity",0).remove(),F.each(N(!1)),F.enter().append("path").classed("js-line",!0).style("vector-effect","non-scaling-stroke").call(i.lineGroupStyle).each(N(!0)),j.length&&(K?W&&O&&(x?("y"===x?W[1]=O[1]=_.c2p(0,!0):"x"===x&&(W[0]=O[0]=m.c2p(0,!0)),g(K).attr("d","M"+O+"L"+W+"L"+R.substr(1)).call(i.singleFillStyle)):g(K).attr("d",R+"Z").call(i.singleFillStyle)):"tonext"===T.fill.substr(0,6)&&R&&C&&("tonext"===T.fill?g(k).attr("d",R+"Z"+C+"Z").call(i.singleFillStyle):g(k).attr("d",R+"L"+C.substr(1)+"Z").call(i.singleFillStyle),T._polygons=T._polygons.concat(A)),T._prevRevpath=E,T._prevPolygons=P);var $=b.selectAll(".points");p=$.data([u]),$.each(Y),p.enter().append("g").classed("points",!0).each(Y),p.exit().remove()}function V(e){return e.filter(function(e){return e.vis})}function H(e){return e.id}function q(e){if(e.ids)return H}function U(){return!1}function Y(t){var n,l=t[0].trace,s=r.select(this),u=o.hasMarkers(l),c=o.hasText(l),d=q(l),f=U,h=U;u&&(f=l.marker.maxdisplayed||l._needsCull?V:a.identity),c&&(h=l.marker.maxdisplayed||l._needsCull?V:a.identity);var p=(n=s.selectAll("path.point").data(f,d)).enter().append("path").classed("point",!0);y&&p.call(i.pointStyle,l,e).call(i.translatePoints,m,_,l).style("opacity",0).transition().style("opacity",1);var v=u&&i.tryColorscale(l.marker,""),T=u&&i.tryColorscale(l.marker,"line");n.order(),n.each(function(t){var n=r.select(this),a=g(n);i.translatePoint(t,a,m,_)?(i.singlePointStyle(t,a,l,v,T,e),l.customdata&&n.classed("plotly-customdata",null!==t.data&&void 0!==t.data)):a.remove()}),y?n.exit().transition().style("opacity",0).remove():n.exit().remove(),(n=s.selectAll("g").data(h,d)).enter().append("g").classed("textpoint",!0).append("text"),n.order(),n.each(function(e){var t=r.select(this),n=g(t.select("text"));i.translatePoint(e,n,m,_)||t.remove()}),n.selectAll("text").call(i.textPointStyle,l,e).each(function(e){var t=e.xp||m.c2p(e.x),n=e.yp||_.c2p(e.y);r.select(this).selectAll("tspan.line").each(function(){g(r.select(this)).attr({x:t,y:n})})}),n.exit().remove()}}e.exports=function(e,t,n,a,i){var l,o,s,c,f=t.plot.select("g.scatterlayer"),h=!a,p=!!a&&a.duration>0;for((s=f.selectAll("g.trace").data(n,function(e){return e[0].trace.uid})).enter().append("g").attr("class",function(e){return"trace scatter trace"+e[0].trace.uid}).style("stroke-miterlimit",2),u(e,t,n),function(e,t){var n;t.selectAll("g.trace").each(function(e){var t=r.select(this);if((n=e[0].trace)._nexttrace){if(n._nextFill=t.select(".js-fill.js-tonext"),!n._nextFill.size()){var a=":first-child";t.select(".js-fill.js-tozero").size()&&(a+=" + *"),n._nextFill=t.insert("path",a).attr("class","js-fill js-tonext")}}else t.selectAll(".js-fill.js-tonext").remove(),n._nextFill=null;n.fill&&("tozero"===n.fill.substr(0,6)||"toself"===n.fill||"to"===n.fill.substr(0,2)&&!n._prevtrace)?(n._ownFill=t.select(".js-fill.js-tozero"),n._ownFill.size()||(n._ownFill=t.insert("path",":first-child").attr("class","js-fill js-tozero"))):(t.selectAll(".js-fill.js-tozero").remove(),n._ownFill=null)})}(0,f),l=0,o={};l<n.length;l++)o[n[l][0].trace.uid]=l;(f.selectAll("g.trace").sort(function(e,t){return o[e[0].trace.uid]>o[t[0].trace.uid]?1:-1}),p)?(i&&(c=i()),r.transition().duration(a.duration).ease(a.easing).each("end",function(){c&&c()}).each("interrupt",function(){c&&c()}).each(function(){f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)})})):f.selectAll("g.trace").each(function(r,i){d(e,i,t,r,n,this,a)});h&&s.exit().remove(),f.selectAll("path:not([d])").remove()}},function(e,t,n){"use strict";var r=n(39),a=n(154),i=n(13);e.exports=function(e){i.hasLines(e)&&r(e,"line")&&a(e,e.line.color,"line","c"),i.hasMarkers(e)&&(r(e,"marker")&&a(e,e.marker.color,"marker","c"),r(e,"marker.line")&&a(e,e.marker.line.color,"marker.line","c"))}},function(e,t,n){"use strict";var r=n(2),a=n(6),i=n(16).BADNUM,l=n(13),o=n(233),s=n(139);e.exports=function(e,t){var n,u,c=a.getFromId(e,t.xaxis||"x"),d=a.getFromId(e,t.yaxis||"y"),f=c.makeCalcdata(t,"x"),h=d.makeCalcdata(t,"y"),p=Math.min(f.length,h.length);c._minDtick=0,d._minDtick=0,f.length>p&&f.splice(p,f.length-p),h.length>p&&h.splice(p,h.length-p);var v={padded:!0},y={padded:!0};if(l.hasMarkers(t)){if(n=t.marker.size,Array.isArray(n)){var g={type:"linear"};a.setConvert(g),(n=g.makeCalcdata(t.marker,"size")).length>p&&n.splice(p,n.length-p)}var m,_=1.6*(t.marker.sizeref||1);m="area"===t.marker.sizemode?function(e){return Math.max(Math.sqrt((e||0)/_),3)}:function(e){return Math.max((e||0)/_,3)},v.ppad=y.ppad=Array.isArray(n)?n.map(m):m(n)}o(t),!("tozerox"===t.fill||"tonextx"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?t.error_y.visible||-1===["tonexty","tozeroy"].indexOf(t.fill)&&(l.hasMarkers(t)||l.hasText(t))||(v.padded=!1,v.ppad=0):v.tozero=!0,!("tozeroy"===t.fill||"tonexty"===t.fill&&e.firstscatter)||f[0]===f[p-1]&&h[0]===h[p-1]?-1!==["tonextx","tozerox"].indexOf(t.fill)&&(y.padded=!1):y.tozero=!0,a.expand(c,f,v),a.expand(d,h,y);var T=new Array(p);for(u=0;u<p;u++)T[u]=r(f[u])&&r(h[u])?{x:f[u],y:h[u]}:{x:i,y:i},t.ids&&(T[u].id=String(t.ids[u]));return s(T,t),e.firstscatter=!1,T}},function(e,t,n){"use strict";e.exports=function(e){for(var t=0;t<e.length;t++){var n=e[t];if("scatter"===n.type){var r=n.fill;if("none"!==r&&"toself"!==r&&(n.opacity=void 0,"tonexty"===r||"tonextx"===r))for(var a=t-1;a>=0;a--){var i=e[a];if("scatter"===i.type&&i.xaxis===n.xaxis&&i.yaxis===n.yaxis){i.opacity=void 0;break}}}}}},function(e,t,n){"use strict";var r=n(3);e.exports=function(e,t,n,a){var i=!1;if(t.marker){var l=t.marker.color,o=(t.marker.line||{}).color;l&&!Array.isArray(l)?i=l:o&&!Array.isArray(o)&&(i=o)}a("fillcolor",r.addOpacity((t.line||{}).color||i||n,.5))}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e,t,n,a){a("textposition"),r.coerceFont(a,"textfont",n.font)}},function(e,t,n){"use strict";e.exports=function(e,t,n){"spline"===n("line.shape")&&n("line.smoothing")}},function(e,t,n){"use strict";var r=n(39),a=n(100);e.exports=function(e,t,n,i,l,o){var s=(e.marker||{}).color;(l("line.color",n),r(e,"line"))?a(e,t,i,l,{prefix:"line.",cLetter:"c"}):l("line.color",!Array.isArray(s)&&s||n);l("line.width"),(o||{}).noDash||l("line.dash")}},function(e,t,n){"use strict";var r=n(3),a=n(39),i=n(100),l=n(13);e.exports=function(e,t,n,o,s,u){var c=l.isBubble(e),d=(e.line||{}).color;(u=u||{},d&&(n=d),s("marker.symbol"),s("marker.opacity",c?.7:1),s("marker.size"),s("marker.color",n),a(e,"marker")&&i(e,t,o,s,{prefix:"marker.",cLetter:"c"}),u.noLine||(s("marker.line.color",d&&!Array.isArray(d)&&t.marker.color!==d?d:c?r.background:r.defaultLine),a(e,"marker.line")&&i(e,t,o,s,{prefix:"marker.line.",cLetter:"c"}),s("marker.line.width",c?1:0)),c&&(s("marker.sizeref"),s("marker.sizemin"),s("marker.sizemode")),u.gradient)&&("none"!==s("marker.gradient.type")&&s("marker.gradient.color"))}},function(e,t,n){"use strict";var r=n(4);e.exports=function(e,t,n,a){var i,l=a("x"),o=a("y");if(r.getComponentMethod("calendars","handleTraceDefaults")(e,t,["x","y"],n),l)o?((i=Math.min(l.length,o.length))<l.length&&(t.x=l.slice(0,i)),i<o.length&&(t.y=o.slice(0,i))):(i=l.length,a("y0"),a("dy"));else{if(!o)return 0;i=t.y.length,a("x0"),a("dx")}return i}},function(e,t,n){"use strict";var r=n(0),a=n(40),i=n(153),l=n(13),o=n(241),s=n(240),u=n(239),c=n(238),d=n(237),f=n(236),h=n(152);e.exports=function(e,t,n,p){function v(n,i){return r.coerce(e,t,a,n,i)}var y=o(e,t,p,v),g=y<i.PTS_LINESONLY?"lines+markers":"lines";if(y){v("text"),v("hovertext"),v("mode",g),l.hasLines(t)&&(u(e,t,n,p,v),c(e,t,v),v("connectgaps"),v("line.simplify")),l.hasMarkers(t)&&s(e,t,n,p,v,{gradient:!0}),l.hasText(t)&&d(e,t,p,v);var m=[];(l.hasMarkers(t)||l.hasText(t))&&(v("marker.maxdisplayed"),m.push("points")),v("fill"),"none"!==t.fill&&(f(e,t,n,v),l.hasLines(t)||c(e,t,v)),"tonext"!==t.fill&&"toself"!==t.fill||m.push("fills"),v("hoveron",m.join("+")||"points"),h(e,t,n,{axis:"y"}),h(e,t,n,{axis:"x",inherit:"y"})}else t.visible=!1}},function(e,t,n){"use strict";var r={},a=n(13);r.hasLines=a.hasLines,r.hasMarkers=a.hasMarkers,r.hasText=a.hasText,r.isBubble=a.isBubble,r.attributes=n(40),r.supplyDefaults=n(242),r.cleanData=n(235),r.calc=n(234),r.arraysToCalcdata=n(139),r.plot=n(232),r.colorbar=n(229),r.style=n(227),r.hoverPoints=n(226),r.selectPoints=n(224),r.animatable=!0,r.moduleType="trace",r.name="scatter",r.basePlotModule=n(138),r.categories=["cartesian","symbols","markerColorscale","errorBarsOK","showLegend"],r.meta={description:["The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts.","The data visualized as scatter point or lines is set in `x` and `y`.","Text (appearing either on the chart or on hover only) is via `text`.","Bubble charts are achieved by setting `marker.size` and/or `marker.color`","to numerical arrays."].join(" ")},e.exports=r},function(e,t,n){"use strict";var r=n(0),a=n(9),i=n(110),l=r.isPlainObject,o=Array.isArray;function s(e,t,n,a,i,u){u=u||[];for(var c=Object.keys(e),p=0;p<c.length;p++){var v=c[p];if("transforms"!==v){var y=u.slice();y.push(v);var g=e[v],m=t[v],_=h(n,v),T="info_array"===(_||{}).valType,M="colorscale"===(_||{}).valType;if(f(n,v))if(l(g)&&l(m))s(g,m,_,a,i,y);else if(_.items&&!T&&o(g)){var b,K,k=_.items,x=k[Object.keys(k)[0]],C=[];for(b=0;b<m.length;b++){var A=m[b]._index||b;(K=y.slice()).push(A),l(g[A])&&l(m[b])&&(C.push(A),s(g[A],m[b],x,a,i,K))}for(b=0;b<g.length;b++)(K=y.slice()).push(b),l(g[b])?-1===C.indexOf(b)&&a.push(d("unused",i,K)):a.push(d("object",i,K,g[b]))}else!l(g)&&l(m)?a.push(d("object",i,y,g)):o(g)||!o(m)||T||M?v in t?r.validate(g,_)?"enumerated"===_.valType&&(_.coerceNumber&&g!==+m||g!==m)&&a.push(d("dynamic",i,y,g,m)):a.push(d("value",i,y,g)):a.push(d("unused",i,y,g)):a.push(d("array",i,y,g));else a.push(d("schema",i,y))}}return a}e.exports=function(e,t){var n,u,c=i.get(),f=[],h={};o(e)?(h.data=r.extendDeep([],e),n=e):(h.data=[],n=[],f.push(d("array","data"))),l(t)?(h.layout=r.extendDeep({},t),u=t):(h.layout={},u={},arguments.length>1&&f.push(d("object","layout"))),a.supplyDefaults(h);for(var p=h._fullData,v=n.length,y=0;y<v;y++){var g=n[y],m=["data",y];if(l(g)){var _=p[y],T=_.type,M=c.traces[T].attributes;M.type={valType:"enumerated",values:[T]},!1===_.visible&&!1!==g.visible&&f.push(d("invisible",m)),s(g,_,M,f,m);var b=g.transforms,K=_.transforms;if(b){o(b)||f.push(d("array",m,["transforms"])),m.push("transforms");for(var k=0;k<b.length;k++){var x=["transforms",k],C=b[k].type;if(l(b[k])){var A=c.transforms[C]?c.transforms[C].attributes:{};A.type={valType:"enumerated",values:Object.keys(c.transforms)},s(b[k],K[k],A,f,m,x)}else f.push(d("object",m,x))}}}else f.push(d("object",m))}return s(u,h._fullLayout,function(e,t){for(var n=0;n<t.length;n++){var a=t[n].type,i=e.traces[a].layoutAttributes;i&&r.extendFlat(e.layout.layoutAttributes,i)}return e.layout.layoutAttributes}(c,p),f,"layout"),0===f.length?void 0:f};var u={object:function(e,t){return("layout"===e&&""===t?"The layout argument":"data"===e[0]&&""===t?"Trace "+e[1]+" in the data argument":c(e)+"key "+t)+" must be linked to an object container"},array:function(e,t){return("data"===e?"The data argument":c(e)+"key "+t)+" must be linked to an array container"},schema:function(e,t){return c(e)+"key "+t+" is not part of the schema"},unused:function(e,t,n){var r=l(n)?"container":"key";return c(e)+r+" "+t+" did not get coerced"},dynamic:function(e,t,n,r){return[c(e)+"key",t,"(set to '"+n+"')","got reset to","'"+r+"'","during defaults."].join(" ")},invisible:function(e){return"Trace "+e[1]+" got defaulted to be not visible"},value:function(e,t,n){return[c(e)+"key "+t,"is set to an invalid value ("+n+")"].join(" ")}};function c(e){return o(e)?"In data trace "+e[1]+", ":"In "+e+", "}function d(e,t,n,a,i){var l,s;n=n||"",o(t)?(l=t[0],s=t[1]):(l=t,s=null);var c=function(e){if(!o(e))return String(e);for(var t="",n=0;n<e.length;n++){var r=e[n];"number"==typeof r?t=t.substr(0,t.length-1)+"["+r+"]":t+=r,n<e.length-1&&(t+=".")}return t}(n),d=u[e](t,c,a,i);return r.log(d),{code:e,container:l,trace:s,path:n,astr:c,msg:d}}function f(e,t){var n=p(t),r=n.keyMinusId,a=n.id;return!!(r in e&&e[r]._isSubplotObj&&a)||t in e}function h(e,t){return e[p(t).keyMinusId]}function p(e){var t=e.split(/([2-9]|[1-9][0-9]+)$/)[0];return{keyMinusId:t,id:e.substr(t.length,e.length)}}},function(e,t,n){"use strict";var r=n(4),a=n(0);function i(e){r.register(e,e.name,e.categories,e.meta),r.subplotsRegistry[e.basePlotModule.name]||r.registerSubplot(e.basePlotModule)}function l(e){if("string"!=typeof e.name)throw new Error("Transform module *name* must be a string.");var t="Transform module "+e.name,n="function"==typeof e.transform,i="function"==typeof e.calcTransform;if(!n&&!i)throw new Error(t+" is missing a *transform* or *calcTransform* method.");n&&i&&a.log([t+" has both a *transform* and *calcTransform* methods.","Please note that all *transform* methods are executed","before all *calcTransform* methods."].join(" ")),a.isPlainObject(e.attributes)||a.log(t+" registered without an *attributes* object."),"function"!=typeof e.supplyDefaults&&a.log(t+" registered without a *supplyDefaults* method."),r.transformsRegistry[e.name]=e}function o(e){if("string"!=typeof e.name)throw new Error("Component module *name* must be a string.");r.registerComponent(e)}e.exports=function(e){if(!e)throw new Error("No argument passed to Plotly.register.");e&&!Array.isArray(e)&&(e=[e]);for(var t=0;t<e.length;t++){var n=e[t];if(!n)throw new Error("Invalid module was attempted to be registered!");switch(n.moduleType){case"trace":i(n);break;case"transform":l(n);break;case"component":o(n);break;default:throw new Error("Invalid module was attempted to be registered!")}}}},function(e,t,n){"use strict";var r=n(8),a=n(0);e.exports=function(e){return a.extendFlat(r.defaultConfig,e)}},function(e,t,n){"use strict";"undefined"!=typeof MathJax?(t.MathJax=!0,MathJax.Hub.Config({messageStyle:"none",skipStartupTypeset:!0,displayAlign:"left",tex2jax:{inlineMath:[["$","$"],["\\(","\\)"]]}}),MathJax.Hub.Configured()):t.MathJax=!1},function(e,t,n){"use strict";var r=n(0),a={"X,X div":"font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;","X input,X button":"font-family:'Open Sans', verdana, arial, sans-serif;","X input:focus,X button:focus":"outline:none;","X a":"text-decoration:none;","X a:hover":"text-decoration:none;","X .crisp":"shape-rendering:crispEdges;","X .user-select-none":"-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;","X svg":"overflow:hidden;","X svg a":"fill:#447adb;","X svg a:hover":"fill:#3c6dc5;","X .main-svg":"position:absolute;top:0;left:0;pointer-events:none;","X .main-svg .draglayer":"pointer-events:all;","X .cursor-default":"cursor:default;","X .cursor-pointer":"cursor:pointer;","X .cursor-crosshair":"cursor:crosshair;","X .cursor-move":"cursor:move;","X .cursor-col-resize":"cursor:col-resize;","X .cursor-row-resize":"cursor:row-resize;","X .cursor-ns-resize":"cursor:ns-resize;","X .cursor-ew-resize":"cursor:ew-resize;","X .cursor-sw-resize":"cursor:sw-resize;","X .cursor-s-resize":"cursor:s-resize;","X .cursor-se-resize":"cursor:se-resize;","X .cursor-w-resize":"cursor:w-resize;","X .cursor-e-resize":"cursor:e-resize;","X .cursor-nw-resize":"cursor:nw-resize;","X .cursor-n-resize":"cursor:n-resize;","X .cursor-ne-resize":"cursor:ne-resize;","X .modebar":"position:absolute;top:2px;right:2px;z-index:1001;background:rgba(255,255,255,0.7);","X .modebar--hover":"opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;","X:hover .modebar--hover":"opacity:1;","X .modebar-group":"float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;","X .modebar-group:first-child":"margin-left:0px;","X .modebar-btn":"position:relative;font-size:16px;padding:3px 4px;cursor:pointer;line-height:normal;box-sizing:border-box;","X .modebar-btn svg":"position:relative;top:2px;","X .modebar-btn path":"fill:rgba(0,31,95,0.3);","X .modebar-btn.active path,X .modebar-btn:hover path":"fill:rgba(0,22,72,0.5);","X .modebar-btn.modebar-btn--logo":"padding:3px 1px;","X .modebar-btn.modebar-btn--logo path":"fill:#447adb !important;","X [data-title]:before,X [data-title]:after":"position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);display:none;opacity:0;z-index:1001;pointer-events:none;top:110%;right:50%;","X [data-title]:hover:before,X [data-title]:hover:after":"display:block;opacity:1;","X [data-title]:before":"content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1002;margin-top:-12px;border-bottom-color:#69738a;margin-right:-6px;","X [data-title]:after":"content:attr(data-title);background:#69738a;color:white;padding:8px 10px;font-size:12px;line-height:12px;white-space:nowrap;margin-right:-18px;border-radius:2px;","X .select-outline":"fill:none;stroke-width:1;shape-rendering:crispEdges;","X .select-outline-1":"stroke:white;","X .select-outline-2":"stroke:black;stroke-dasharray:2px 2px;",Y:"font-family:'Open Sans';position:fixed;top:50px;right:20px;z-index:10000;font-size:10pt;max-width:180px;","Y p":"margin:0;","Y .notifier-note":"min-width:180px;max-width:250px;border:1px solid #fff;z-index:3000;margin:0;background-color:#8c97af;background-color:rgba(140,151,175,0.9);color:#fff;padding:10px;","Y .notifier-close":"color:#fff;opacity:0.8;float:right;padding:0 5px;background:none;border:none;font-size:20px;font-weight:bold;line-height:20px;","Y .notifier-close:hover":"color:#444;text-decoration:none;cursor:pointer;"};for(var i in a){var l=i.replace(/^,/," ,").replace(/X/g,".js-plotly-plot .plotly").replace(/Y/g,".plotly-notifier");r.addStyleRule(l,a[i])}},function(e,t){},function(e,t,n){(function(t,r){var a; /*! * @overview es6-promise - a tiny implementation of Promises/A+. * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) @@ -25,6 +25,6 @@ e.exports=function(){"use strict";var e={installed:!1,p:Promise.resolve(),versio * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE * @version 3.3.1 */ -a=function(){"use strict";function e(e){return"function"==typeof e}var a=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},i=0,l=void 0,o=void 0,s=function(e,t){v[i]=e,v[i+1]=t,2===(i+=2)&&(o?o(y):b())};var u="undefined"!=typeof window?window:void 0,c=u||{},d=c.MutationObserver||c.WebKitMutationObserver,f="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var e=setTimeout;return function(){return e(y,1)}}var v=new Array(1e3);function y(){for(var e=0;e<i;e+=2){(0,v[e])(v[e+1]),v[e]=void 0,v[e+1]=void 0}i=0}var g,m,_,T,b=void 0;function M(e,t){var n=arguments,r=this,a=new this.constructor(x);void 0===a[K]&&N(a);var i,l=r._state;return l?(i=n[l-1],s(function(){return j(l,a,i,r._result)})):O(r,a,e,t),a}function k(e){if(e&&"object"==typeof e&&e.constructor===this)return e;var t=new this(x);return S(t,e),t}f?b=function(){return t.nextTick(y)}:d?(m=0,_=new d(y),T=document.createTextNode(""),_.observe(T,{characterData:!0}),b=function(){T.data=m=++m%2}):h?((g=new MessageChannel).port1.onmessage=y,b=function(){return g.port2.postMessage(0)}):b=void 0===u?function(){try{var e=n(249);return l=e.runOnLoop||e.runOnContext,function(){l(y)}}catch(e){return p()}}():p();var K=Math.random().toString(36).substring(16);function x(){}var C=void 0,A=1,w=2,L=new R;function D(e){try{return e.then}catch(e){return L.error=e,L}}function B(t,n,r){n.constructor===t.constructor&&r===M&&n.constructor.resolve===k?function(e,t){t._state===A?z(e,t._result):t._state===w?W(e,t._result):O(t,void 0,function(t){return S(e,t)},function(t){return W(e,t)})}(t,n):r===L?W(t,L.error):void 0===r?z(t,n):e(r)?function(e,t,n){s(function(e){var r=!1,a=function(e,t,n,r){try{e.call(t,n,r)}catch(e){return e}}(n,t,function(n){r||(r=!0,t!==n?S(e,n):z(e,n))},function(t){r||(r=!0,W(e,t))},e._label);!r&&a&&(r=!0,W(e,a))},e)}(t,n,r):z(t,n)}function S(e,t){var n;e===t?W(e,new TypeError("You cannot resolve a promise with itself")):"function"==typeof(n=t)||"object"==typeof n&&null!==n?B(e,t,D(t)):z(e,t)}function G(e){e._onerror&&e._onerror(e._result),P(e)}function z(e,t){e._state===C&&(e._result=t,e._state=A,0!==e._subscribers.length&&s(P,e))}function W(e,t){e._state===C&&(e._state=w,e._result=t,s(G,e))}function O(e,t,n,r){var a=e._subscribers,i=a.length;e._onerror=null,a[i]=t,a[i+A]=n,a[i+w]=r,0===i&&e._state&&s(P,e)}function P(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var r=void 0,a=void 0,i=e._result,l=0;l<t.length;l+=3)r=t[l],a=t[l+n],r?j(n,r,a,i):a(i);e._subscribers.length=0}}function R(){this.error=null}var E=new R;function j(t,n,r,a){var i=e(r),l=void 0,o=void 0,s=void 0,u=void 0;if(i){if((l=function(e,t){try{return e(t)}catch(e){return E.error=e,E}}(r,a))===E?(u=!0,o=l.error,l=null):s=!0,n===l)return void W(n,new TypeError("A promises callback cannot return that same promise."))}else l=a,s=!0;n._state!==C||(i&&s?S(n,l):u?W(n,o):t===A?z(n,l):t===w&&W(n,l))}var I=0;function N(e){e[K]=I++,e._state=void 0,e._result=void 0,e._subscribers=[]}function F(e,t){this._instanceConstructor=e,this.promise=new e(x),this.promise[K]||N(this.promise),a(t)?(this._input=t,this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?z(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&z(this.promise,this._result))):W(this.promise,new Error("Array Methods must be provided an Array"))}function $(e){this[K]=I++,this._result=this._state=void 0,this._subscribers=[],x!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof $?function(e,t){try{t(function(t){S(e,t)},function(t){W(e,t)})}catch(t){W(e,t)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}function V(){var e=void 0;if(void 0!==r)e=r;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var n=null;try{n=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===n&&!t.cast)return}e.Promise=$}return F.prototype._enumerate=function(){for(var e=this.length,t=this._input,n=0;this._state===C&&n<e;n++)this._eachEntry(t[n],n)},F.prototype._eachEntry=function(e,t){var n=this._instanceConstructor,r=n.resolve;if(r===k){var a=D(e);if(a===M&&e._state!==C)this._settledAt(e._state,t,e._result);else if("function"!=typeof a)this._remaining--,this._result[t]=e;else if(n===$){var i=new n(x);B(i,e,a),this._willSettleAt(i,t)}else this._willSettleAt(new n(function(t){return t(e)}),t)}else this._willSettleAt(r(e),t)},F.prototype._settledAt=function(e,t,n){var r=this.promise;r._state===C&&(this._remaining--,e===w?W(r,n):this._result[t]=n),0===this._remaining&&z(r,this._result)},F.prototype._willSettleAt=function(e,t){var n=this;O(e,void 0,function(e){return n._settledAt(A,t,e)},function(e){return n._settledAt(w,t,e)})},$.all=function(e){return new F(this,e).promise},$.race=function(e){var t=this;return a(e)?new t(function(n,r){for(var a=e.length,i=0;i<a;i++)t.resolve(e[i]).then(n,r)}):new t(function(e,t){return t(new TypeError("You must pass an array to race."))})},$.resolve=k,$.reject=function(e){var t=new this(x);return W(t,e),t},$._setScheduler=function(e){o=e},$._setAsap=function(e){s=e},$._asap=s,$.prototype={constructor:$,then:M,catch:function(e){return this.then(null,e)}},V(),$.polyfill=V,$.Promise=$,$},e.exports=a()}).call(this,n(170),n(44))},function(e,t,n){"use strict";var r=n(18).id2name,a=n(140),i=n(16).ALMOST_EQUAL,l=n(19).FROM_BL;function o(e,t){var n=e._inputDomain,r=l[e.constraintoward],a=n[0]+(n[1]-n[0])*r;e.domain=e._input.domain=[a+(n[0]-a)/t,a+(n[1]-a)/t]}t.enforce=function(e){var t,n,l,s,u,c,d,f=e._fullLayout,h=f._axisConstraintGroups;for(t=0;t<h.length;t++){var p=h[t],v=Object.keys(p),y=1/0,g=0,m=1/0,_={},T={},b=!1;for(n=0;n<v.length;n++)T[l=v[n]]=s=f[r(l)],s._inputDomain?s.domain=s._inputDomain.slice():s._inputDomain=s.domain.slice(),s._inputRange||(s._inputRange=s.range.slice()),s.setScale(),_[l]=u=Math.abs(s._m)/p[l],y=Math.min(y,u),"domain"!==s.constrain&&s._constraintShrinkable||(m=Math.min(m,u)),delete s._constraintShrinkable,g=Math.max(g,u),"domain"===s.constrain&&(b=!0);if(!(y>i*g)||b)for(n=0;n<v.length;n++)if(u=_[l=v[n]],c=(s=T[l]).constrain,u!==m||"domain"===c)if(d=u/m,"range"===c)a(s,d);else{var M=s._inputDomain,k=(s.domain[1]-s.domain[0])/(M[1]-M[0]),K=(s.r2l(s.range[1])-s.r2l(s.range[0]))/(s.r2l(s._inputRange[1])-s.r2l(s._inputRange[0]));if((d/=k)*K<1){s.domain=s._input.domain=M.slice(),a(s,d);continue}if(K<1&&(s.range=s._input.range=s._inputRange.slice(),d*=K),s.autorange&&s._min.length&&s._max.length){var x=s.r2l(s.range[0]),C=s.r2l(s.range[1]),A=(x+C)/2,w=A,L=A,D=Math.abs(C-A),B=A-D*d*1.0001,S=A+D*d*1.0001;o(s,d),s.setScale();var G,z,W=Math.abs(s._m);for(z=0;z<s._min.length;z++)(G=s._min[z].val-s._min[z].pad/W)>B&&G<w&&(w=G);for(z=0;z<s._max.length;z++)(G=s._max[z].val+s._max[z].pad/W)<S&&G>L&&(L=G);d/=(L-w)/(2*D),w=s.l2r(w),L=s.l2r(L),s.range=s._input.range=x<C?[w,L]:[L,w]}o(s,d)}}},t.clean=function(e,t){if(t._inputDomain){for(var n=!1,r=t._id,a=e._fullLayout._axisConstraintGroups,i=0;i<a.length;i++)if(a[i][r]){n=!0;break}n&&"domain"===t.constrain||(t._input.domain=t.domain=t._inputDomain,delete t._inputDomain)}}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(9),o=n(0),s=n(3),u=n(7),c=n(97),d=n(147),f=n(143);t.layoutStyles=function(e){return o.syncOrAsync([l.doAutoMargin,t.lsInner],e)},t.lsInner=function(e){var n,i=e._fullLayout,l=i._size,o=a.Axes.list(e);for(n=0;n<o.length;n++)o[n]._linepositions={};i._paperdiv.style({width:i.width+"px",height:i.height+"px"}).selectAll(".main-svg").call(u.setSize,i.width,i.height),e._context.setBackground(e,i.paper_bgcolor);var c=i._paper.selectAll("g.subplot"),f=[],h=[];c.each(function(t){var n=i._plots[t];if(n.mainplot)return n.bg&&n.bg.remove(),void(n.bg=void 0);var r=a.Axes.getFromId(e,t,"x"),l=a.Axes.getFromId(e,t,"y"),o=r.domain,s=l.domain,u=[];!function(e,t,n){for(var r=0;r<n.length;r++){var a=n[r][0],i=n[r][1];if(!(a[0]>=e[1]||a[1]<=e[0])&&i[0]<t[1]&&i[1]>t[0])return!0}return!1}(o,s,h)?(f.push(t),h.push([o,s])):u=[0];var c=n.plotgroup.selectAll(".bg").data(u);c.enter().append("rect").classed("bg",!0),c.exit().remove(),c.each(function(){n.bg=c;var e=n.plotgroup.node();e.insertBefore(this,e.childNodes[0])})});var p=i._bgLayer.selectAll(".bg").data(f);p.enter().append("rect").classed("bg",!0),p.exit().remove(),p.each(function(e){i._plots[e].bg=r.select(this)});var v=[];return c.each(function(t){var n=i._plots[t],r=a.Axes.getFromId(e,t,"x"),o=a.Axes.getFromId(e,t,"y");r.setScale(),o.setScale(),n.bg&&i._has("cartesian")&&n.bg.call(u.setRect,r._offset-l.p,o._offset-l.p,r._length+2*l.p,o._length+2*l.p).call(s.fill,i.plot_bgcolor).style("stroke-width",0),n.clipId="clip"+i._uid+t+"plot";var c=i._defs.selectAll("g.clips").selectAll("#"+n.clipId).data([0]);c.enter().append("clipPath").attr({class:"plotclip",id:n.clipId}).append("rect"),c.selectAll("rect").attr({width:r._length,height:o._length}),n.plot.call(u.setTranslate,r._offset,o._offset),n.plot.call(u.setClipUrl,n.clipId);var d=u.crispRound(e,r.linewidth,1),f=u.crispRound(e,o.linewidth,1),h=l.p+f,p="M"+-h+",",y="h"+(r._length+2*h),g="free"===r.anchor&&-1===v.indexOf(r._id),m=l.h*(1-(r.position||0))+d/2%1,_=r.anchor===o._id&&(r.mirror||"top"!==r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"bottom"],T=o._length+l.p+d/2,b=r.anchor===o._id&&(r.mirror||"top"===r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"top"],M=-l.p-d/2,k=l.p,K=_?0:d,x=b?0:d,C=","+(-k-x)+"v"+(o._length+2*k+x+K),A="free"===o.anchor&&-1===v.indexOf(o._id),w=l.w*(o.position||0)+f/2%1,L=o.anchor===r._id&&(o.mirror||"right"!==o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"left"],D=-l.p-f/2,B=o.anchor===r._id&&(o.mirror||"right"===o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"right"],S=r._length+l.p+f/2;r._linepositions[t]=[_?T:void 0,b?M:void 0,g?m:void 0],r.anchor===o._id?r._linepositions[t][3]="top"===r.side?M:T:g&&(r._linepositions[t][3]=m),o._linepositions[t]=[L?D:void 0,B?S:void 0,A?w:void 0],o.anchor===r._id?o._linepositions[t][3]="right"===o.side?S:D:A&&(o._linepositions[t][3]=w);var G="translate("+r._offset+","+o._offset+")",z=G,W=G;g&&(z="translate("+r._offset+","+l.t+")",M+=o._offset-l.t,T+=o._offset-l.t),A&&(W="translate("+l.l+","+o._offset+")",D+=r._offset-l.l,S+=r._offset-l.l),i._has("cartesian")&&(n.xlines.attr("transform",z).attr("d",(_?p+T+y:"")+(b?p+M+y:"")+(g?p+m+y:"")||"M0,0").style("stroke-width",d+"px").call(s.stroke,r.showline?r.linecolor:"rgba(0,0,0,0)"),n.ylines.attr("transform",W).attr("d",(L?"M"+D+C:"")+(B?"M"+S+C:"")+(A?"M"+w+C:"")||"M0,0").attr("stroke-width",f+"px").call(s.stroke,o.showline?o.linecolor:"rgba(0,0,0,0)")),n.xaxislayer.attr("transform",z),n.yaxislayer.attr("transform",W),n.gridlayer.attr("transform",G),n.zerolinelayer.attr("transform",G),n.draglayer.attr("transform",G),g&&v.push(r._id),A&&v.push(o._id)}),a.Axes.makeClipPaths(e),t.drawMainTitle(e),d.manage(e),e._promises.length&&Promise.all(e._promises)},t.drawMainTitle=function(e){var t=e._fullLayout;c.draw(e,"gtitle",{propContainer:t,propName:"title",dfltName:"Plot",attributes:{x:t.width/2,y:t._size.t/2,"text-anchor":"middle"}})},t.doTraceStyle=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t],r=(((n[0]||{}).trace||{})._module||{}).arraysToCalcdata;r&&r(n,n[0].trace)}return l.style(e),i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doColorBars=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t][0];if((n.t||{}).cb){var r=n.trace,a=n.t.cb;i.traceIs(r,"contour")&&a.line({width:!1!==r.contours.showlines?r.line.width:0,dash:r.line.dash,color:"line"===r.contours.coloring?a._opts.line.color:r.line.color}),i.traceIs(r,"markerColorscale")?a.options(r.marker.colorbar)():a.options(r.colorbar)()}}return l.previousPromises(e)},t.layoutReplot=function(e){var t=e.layout;return e.layout=void 0,a.plot(e,"",t)},t.doLegend=function(e){return i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doTicksRelayout=function(e){return a.Axes.doTicks(e,"redraw"),t.drawMainTitle(e),l.previousPromises(e)},t.doModeBar=function(e){var t,n,r=e._fullLayout;for(d.manage(e),f(e),t=l.getSubplotIds(r,"gl3d"),n=0;n<t.length;n++)r[t[n]]._scene.updateFx(r.dragmode,r.hovermode);for(t=l.getSubplotIds(r,"gl2d"),n=0;n<t.length;n++)r._plots[t[n]]._scene2d.updateFx(r.dragmode);return l.previousPromises(e)},t.doCamera=function(e){for(var t=e._fullLayout,n=l.getSubplotIds(t,"gl3d"),r=0;r<n.length;r++){var a=t[n[r]];a._scene.setCamera(a.camera)}}},function(e,t){e.exports=function(e,t){var n=t[0],r=t[1],a=t[2],i=t[3],l=n+n,o=r+r,s=a+a,u=n*l,c=r*l,d=r*o,f=a*l,h=a*o,p=a*s,v=i*l,y=i*o,g=i*s;return e[0]=1-d-p,e[1]=c+g,e[2]=f-y,e[3]=0,e[4]=c-g,e[5]=1-u-p,e[6]=h+v,e[7]=0,e[8]=f+y,e[9]=h-v,e[10]=1-u-d,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,e}},function(e,t,n){"use strict";var r=n(2),a=n(253),i=n(4),l=n(0),o=n(9),s=n(6),u=n(3);function c(e,t){var n=e[t],r=t.charAt(0);n&&"paper"!==n&&(e[t]=s.cleanId(n,r))}function d(e){var t="middle",n="center";return-1!==e.indexOf("top")?t="top":-1!==e.indexOf("bottom")&&(t="bottom"),-1!==e.indexOf("left")?n="left":-1!==e.indexOf("right")&&(n="right"),t+" "+n}function f(e,t){return t in e&&"object"==typeof e[t]&&0===Object.keys(e[t]).length}t.getGraphDiv=function(e){var t;if("string"==typeof e){if(null===(t=document.getElementById(e)))throw new Error("No DOM element with id '"+e+"' exists on the page.");return t}if(null===e||void 0===e)throw new Error("DOM element provided is null or undefined");return e},t.clearPromiseQueue=function(e){Array.isArray(e._promises)&&e._promises.length>0&&l.log("Clearing previous rejected promises from queue."),e._promises=[]},t.cleanLayout=function(e){var t,n;e||(e={}),e.xaxis1&&(e.xaxis||(e.xaxis=e.xaxis1),delete e.xaxis1),e.yaxis1&&(e.yaxis||(e.yaxis=e.yaxis1),delete e.yaxis1);var r=s.list({_fullLayout:e});for(t=0;t<r.length;t++){var i=r[t];i.anchor&&"free"!==i.anchor&&(i.anchor=s.cleanId(i.anchor)),i.overlaying&&(i.overlaying=s.cleanId(i.overlaying)),i.type||(i.isdate?i.type="date":i.islog?i.type="log":!1===i.isdate&&!1===i.islog&&(i.type="linear")),"withzero"!==i.autorange&&"tozero"!==i.autorange||(i.autorange=!0,i.rangemode="tozero"),delete i.islog,delete i.isdate,delete i.categories,f(i,"domain")&&delete i.domain,void 0!==i.autotick&&(void 0===i.tickmode&&(i.tickmode=i.autotick?"auto":"linear"),delete i.autotick)}var d=Array.isArray(e.annotations)?e.annotations.length:0;for(t=0;t<d;t++){var h=e.annotations[t];l.isPlainObject(h)&&(h.ref&&("paper"===h.ref?(h.xref="paper",h.yref="paper"):"data"===h.ref&&(h.xref="x",h.yref="y"),delete h.ref),c(h,"xref"),c(h,"yref"))}var p=Array.isArray(e.shapes)?e.shapes.length:0;for(t=0;t<p;t++){var v=e.shapes[t];l.isPlainObject(v)&&(c(v,"xref"),c(v,"yref"))}var y=e.legend;y&&(y.x>3?(y.x=1.02,y.xanchor="left"):y.x<-2&&(y.x=-.02,y.xanchor="right"),y.y>3?(y.y=1.02,y.yanchor="bottom"):y.y<-2&&(y.y=-.02,y.yanchor="top")),"rotate"===e.dragmode&&(e.dragmode="orbit"),e.scene1&&(e.scene||(e.scene=e.scene1),delete e.scene1);var g=o.getSubplotIds(e,"gl3d");for(t=0;t<g.length;t++){var m=e[g[t]],_=m.cameraposition;if(Array.isArray(_)&&4===_[0].length){var T=_[0],b=_[1],M=_[2],k=a([],T),K=[];for(n=0;n<3;++n)K[n]=b[t]+M*k[2+4*n];m.camera={eye:{x:K[0],y:K[1],z:K[2]},center:{x:b[0],y:b[1],z:b[2]},up:{x:k[1],y:k[5],z:k[9]}},delete m.cameraposition}}return u.clean(e),e},t.cleanData=function(e,n){for(var r=[],a=e.concat(Array.isArray(n)?n:[]).filter(function(e){return"uid"in e}).map(function(e){return e.uid}),c=0;c<e.length;c++){var h,p=e[c];if(!("uid"in p)||-1!==r.indexOf(p.uid)){var v;for(h=0;h<100&&(v=l.randstr(a),-1!==r.indexOf(v));h++);p.uid=l.randstr(a),a.push(p.uid)}if(r.push(p.uid),"histogramy"===p.type&&"xbins"in p&&!("ybins"in p)&&(p.ybins=p.xbins,delete p.xbins),p.error_y&&"opacity"in p.error_y){var y=u.defaults,g=p.error_y.color||(i.traceIs(p,"bar")?u.defaultLine:y[c%y.length]);p.error_y.color=u.addOpacity(u.rgb(g),u.opacity(g)*p.error_y.opacity),delete p.error_y.opacity}if("bardir"in p&&("h"!==p.bardir||!i.traceIs(p,"bar")&&"histogram"!==p.type.substr(0,9)||(p.orientation="h",t.swapXYData(p)),delete p.bardir),"histogramy"===p.type&&t.swapXYData(p),"histogramx"!==p.type&&"histogramy"!==p.type||(p.type="histogram"),"scl"in p&&(p.colorscale=p.scl,delete p.scl),"reversescl"in p&&(p.reversescale=p.reversescl,delete p.reversescl),p.xaxis&&(p.xaxis=s.cleanId(p.xaxis,"x")),p.yaxis&&(p.yaxis=s.cleanId(p.yaxis,"y")),i.traceIs(p,"gl3d")&&p.scene&&(p.scene=o.subplotsRegistry.gl3d.cleanId(p.scene)),i.traceIs(p,"pie")||i.traceIs(p,"bar")||(Array.isArray(p.textposition)?p.textposition=p.textposition.map(d):p.textposition&&(p.textposition=d(p.textposition))),i.traceIs(p,"2dMap")&&("YIGnBu"===p.colorscale&&(p.colorscale="YlGnBu"),"YIOrRd"===p.colorscale&&(p.colorscale="YlOrRd")),i.traceIs(p,"markerColorscale")&&p.marker){var m=p.marker;"YIGnBu"===m.colorscale&&(m.colorscale="YlGnBu"),"YIOrRd"===m.colorscale&&(m.colorscale="YlOrRd")}if("surface"===p.type&&l.isPlainObject(p.contours)){var _=["x","y","z"];for(h=0;h<_.length;h++){var T=p.contours[_[h]];l.isPlainObject(T)&&(T.highlightColor&&(T.highlightcolor=T.highlightColor,delete T.highlightColor),T.highlightWidth&&(T.highlightwidth=T.highlightWidth,delete T.highlightWidth))}}if(Array.isArray(p.transforms)){var b=p.transforms;for(h=0;h<b.length;h++){var M=b[h];if(l.isPlainObject(M))switch(M.type){case"filter":M.filtersrc&&(M.target=M.filtersrc,delete M.filtersrc),M.calendar&&(M.valuecalendar||(M.valuecalendar=M.calendar),delete M.calendar);break;case"groupby":if(M.styles=M.styles||M.style,M.styles&&!Array.isArray(M.styles)){var k=M.styles,K=Object.keys(k);M.styles=[];for(var x=0;x<K.length;x++)M.styles.push({target:K[x],value:k[K[x]]})}}}}f(p,"line")&&delete p.line,"marker"in p&&(f(p.marker,"line")&&delete p.marker.line,f(p,"marker")&&delete p.marker),u.clean(p)}},t.swapXYData=function(e){var t;if(l.swapAttrs(e,["?","?0","d?","?bins","nbins?","autobin?","?src","error_?"]),Array.isArray(e.z)&&Array.isArray(e.z[0])&&(e.transpose?delete e.transpose:e.transpose=!0),e.error_x&&e.error_y){var n=e.error_y,r="copy_ystyle"in n?n.copy_ystyle:!(n.color||n.thickness||n.width);l.swapAttrs(e,["error_?.copy_ystyle"]),r&&l.swapAttrs(e,["error_?.color","error_?.thickness","error_?.width"])}if("string"==typeof e.hoverinfo){var a=e.hoverinfo.split("+");for(t=0;t<a.length;t++)"x"===a[t]?a[t]="y":"y"===a[t]&&(a[t]="x");e.hoverinfo=a.join("+")}},t.coerceTraceIndices=function(e,t){return r(t)?[t]:Array.isArray(t)&&t.length?t:e.data.map(function(e,t){return t})},t.manageArrayContainers=function(e,t,n){var a=e.obj,i=e.parts,o=i.length,s=i[o-1],u=r(s);if(u&&null===t){var c=i.slice(0,o-1).join(".");l.nestedProperty(a,c).get().splice(s,1)}else u&&void 0===e.get()?(void 0===e.get()&&(n[e.astr]=null),e.set(t)):e.set(t)};var h=/(\.[^\[\]\.]+|\[[^\[\]\.]+\])$/;function p(e){var t=e.search(h);if(t>0)return e.substr(0,t)}t.hasParent=function(e,t){for(var n=p(t);n;){if(n in e)return!0;n=p(n)}return!1}},function(e,t,n){"use strict";var r=n(107),a=n(32),i=n(109),l=n(33),o=n(162).sorterAsc,s=n(4);t.containerArrayMatch=n(167);var u=t.isAddVal=function(e){return"add"===e||a(e)},c=t.isRemoveVal=function(e){return null===e||"remove"===e};t.applyContainerArrayChanges=function(e,t,n,a){var d=t.astr,f=s.getComponentMethod(d,"supplyLayoutDefaults"),h=s.getComponentMethod(d,"draw"),p=s.getComponentMethod(d,"drawOne"),v=a.replot||a.recalc||f===i||h===i,y=e.layout,g=e._fullLayout;if(n[""]){Object.keys(n).length>1&&l.warn("Full array edits are incompatible with other edits",d);var m=n[""][""];if(c(m))t.set(null);else{if(!Array.isArray(m))return l.warn("Unrecognized full array edit value",d,m),!0;t.set(m)}return!v&&(f(y,g),h(e),!0)}var _,T,b,M,k,K,x,C=Object.keys(n).map(Number).sort(o),A=t.get(),w=A||[],L=r(g,d).get(),D=[],B=-1,S=w.length;for(_=0;_<C.length;_++)if(M=n[b=C[_]],k=Object.keys(M),K=M[""],x=u(K),b<0||b>w.length-(x?0:1))l.warn("index out of range",d,b);else if(void 0!==K)k.length>1&&l.warn("Insertion & removal are incompatible with edits to the same index.",d,b),c(K)?D.push(b):x?("add"===K&&(K={}),w.splice(b,0,K),L&&L.splice(b,0,{})):l.warn("Unrecognized full object edit value",d,b,K),-1===B&&(B=b);else for(T=0;T<k.length;T++)r(w[b],k[T]).set(M[k[T]]);for(_=D.length-1;_>=0;_--)w.splice(D[_],1),L&&L.splice(D[_],1);if(w.length?A||t.set(w):t.set(null),v)return!1;if(f(y,g),p!==i){var G;if(-1===B)G=C;else{for(S=Math.max(w.length,S),G=[],_=0;_<C.length&&!((b=C[_])>=B);_++)G.push(b);for(_=B;_<S;_++)G.push(_)}for(_=0;_<G.length;_++)p(e,G[_])}else h(e);return!0}},function(e,t,n){"use strict";var r=n(141),a=n(3),i=n(87).appendArrayPointValue,l=n(6),o=n(15),s=r.filter,u=r.tester,c=o.MINSELECT;function d(e){return e._id}function f(e,t){if(Array.isArray(e))for(var n=t.cd[0].trace,r=0;r<e.length;r++){var a=e[r];a.curveNumber=n.index,a.data=n._input,a.fullData=n,i(a,n,a.pointNumber)}return e}e.exports=function(e,t,n,r,i){var h,p=r.gd._fullLayout._zoomlayer,v=r.element.getBoundingClientRect(),y=r.plotinfo.xaxis._offset,g=r.plotinfo.yaxis._offset,m=t-v.left,_=n-v.top,T=m,b=_,M="M"+m+","+_,k=r.xaxes[0]._length,K=r.yaxes[0]._length,x=r.xaxes.map(d),C=r.yaxes.map(d),A=r.xaxes.concat(r.yaxes);"lasso"===i&&(h=s([[m,_]],o.BENDPX));var w=p.selectAll("path.select-outline").data([1,2]);w.enter().append("path").attr("class",function(e){return"select-outline select-outline-"+e}).attr("transform","translate("+y+", "+g+")").attr("d",M+"Z");var L,D,B,S,G,z=p.append("path").attr("class","zoombox-corners").style({fill:a.background,stroke:a.defaultLine,"stroke-width":1}).attr("transform","translate("+y+", "+g+")").attr("d","M0,0Z"),W=[],O=r.gd,P=[];for(L=0;L<O.calcdata.length;L++)if((B=(D=O.calcdata[L])[0].trace)._module&&B._module.selectPoints)if(r.subplot){if(B.subplot!==r.subplot)continue;W.push({selectPoints:B._module.selectPoints,cd:D,xaxis:r.xaxes[0],yaxis:r.yaxes[0]})}else{if(-1===x.indexOf(B.xaxis))continue;if(-1===C.indexOf(B.yaxis))continue;W.push({selectPoints:B._module.selectPoints,cd:D,xaxis:l.getFromId(O,B.xaxis),yaxis:l.getFromId(O,B.yaxis)})}function R(e){var t="y"===e._id.charAt(0)?1:0;return function(n){return e.p2d(n[t])}}function E(e,t){return e-t}r.moveFn=function(e,t){var n,a;T=Math.max(0,Math.min(k,e+m)),b=Math.max(0,Math.min(K,t+_));var l=Math.abs(T-m),o=Math.abs(b-_);for("select"===i?(o<Math.min(.6*l,c)?(n=u([[m,0],[m,K],[T,K],[T,0]]),z.attr("d","M"+n.xmin+","+(_-c)+"h-4v"+2*c+"h4ZM"+(n.xmax-1)+","+(_-c)+"h4v"+2*c+"h-4Z")):l<Math.min(.6*o,c)?(n=u([[0,_],[0,b],[k,b],[k,_]]),z.attr("d","M"+(m-c)+","+n.ymin+"v-4h"+2*c+"v4ZM"+(m-c)+","+(n.ymax-1)+"v4h"+2*c+"v-4Z")):(n=u([[m,_],[m,b],[T,b],[T,_]]),z.attr("d","M0,0Z")),w.attr("d","M"+n.xmin+","+n.ymin+"H"+(n.xmax-1)+"V"+(n.ymax-1)+"H"+n.xmin+"Z")):"lasso"===i&&(h.addPt([T,b]),n=u(h.filtered),w.attr("d","M"+h.filtered.join("L")+"Z")),P=[],L=0;L<W.length;L++)S=W[L],[].push.apply(P,f(S.selectPoints(S,n),S));if(G={points:P},"select"===i){var s,d=G.range={};for(L=0;L<A.length;L++)s=(a=A[L])._id.charAt(0),d[a._id]=[a.p2d(n[s+"min"]),a.p2d(n[s+"max"])].sort(E)}else{var p=G.lassoPoints={};for(L=0;L<A.length;L++)p[(a=A[L])._id]=h.filtered.map(R(a))}r.gd.emit("plotly_selecting",G)},r.doneFn=function(e,t){if(z.remove(),e||2!==t)r.gd.emit("plotly_selected",G);else{for(w.remove(),L=0;L<W.length;L++)(S=W[L]).selectPoints(S,!1);O.emit("plotly_deselect",null)}}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(4),o=n(0),s=n(14),u=n(3),c=n(7),d=n(28),f=n(20),h=n(19).FROM_TL,p=n(9),v=n(6).doTicks,y=n(18).getFromId,g=n(256),m=n(140),_=n(15),T=_.MINDRAG,b=_.MINZOOM,M=!0;function k(e,t){for(var n=0;n<e.length;n++)if(!e[n].fixedrange)return t;return""}function K(e,t,n,r,a){var i,l,o,s;for(i=0;i<e.length;i++)(l=e[i]).fixedrange||(o=l._rl[0],s=l._rl[1]-o,l.range=[l.l2r(o+s*t),l.l2r(o+s*n)],r[l._name+".range[0]"]=l.range[0],r[l._name+".range[1]"]=l.range[1]);if(a&&a.length){var u=(t+(1-n))/2;K(a,u,1-u,r)}}function x(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.fixedrange||(r.range=[r.l2r(r._rl[0]-t/r._m),r.l2r(r._rl[1]-t/r._m)])}}function C(e){return 1-(e>=0?Math.min(e,.9):1/(1/Math.max(e,-.3)+3.222))}function A(e){e.selectAll(".select-outline").remove()}function w(e){r.select(e).selectAll(".zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners").remove()}function L(e){return-1!==["lasso","select"].indexOf(e)}function D(e){var t=Math.floor(Math.min(e.b-e.t,e.r-e.l,b)/2);return"M"+(e.l-3.5)+","+(e.t-.5+t)+"h3v"+-t+"h"+t+"v-3h-"+(t+3)+"ZM"+(e.r+3.5)+","+(e.t-.5+t)+"h-3v"+-t+"h"+-t+"v-3h"+(t+3)+"ZM"+(e.r+3.5)+","+(e.b+.5-t)+"h-3v"+t+"h"+-t+"v3h"+(t+3)+"ZM"+(e.l-3.5)+","+(e.b+.5-t)+"h3v"+t+"h"+t+"v3h-"+(t+3)+"Z"}e.exports=function(e,t,n,B,S,G,z,W){var O,P,R,E,j,I,N,F,$,V,H,q,U,Y=e._fullLayout,X=e._fullLayout._zoomlayer,Z=z+W==="nsew";function J(){P=[t.xaxis],R=[t.yaxis];var n=P[0],r=R[0];I=n._length,N=r._length;var a=Y._axisConstraintGroups,i=[n._id],l=[r._id];O=[t].concat(z&&W?t.overlays:[]);for(var s=1;s<O.length;s++){var u=O[s].xaxis,c=O[s].yaxis;-1===P.indexOf(u)&&(P.push(u),i.push(u._id)),-1===R.indexOf(c)&&(R.push(c),l.push(c._id))}F=k(P,W),$=k(R,z),V=function(e,t){if(!e)return"pointer";if("nsew"===e)return"pan"===t?"move":"crosshair";return e.toLowerCase()+"-resize"}($+F,Y.dragmode),E=n._offset,j=r._offset;var d=function(e,t,n){var r,a,i,l,s,u,c=!1,d={},f={};for(r=0;r<e.length;r++){for(l=e[r],a=0;a<t.length;a++)if(l[t[a]]){for(s in l)-1===("x"===s.charAt(0)?t:n).indexOf(s)&&(d[s]=1);for(i=0;i<n.length;i++)l[n[i]]&&(c=!0)}for(a=0;a<n.length;a++)if(l[n[a]])for(u in l)-1===("x"===u.charAt(0)?t:n).indexOf(u)&&(f[u]=1)}c&&(o.extendFlat(d,f),f={});return{x:d,y:f,xy:c}}(a,i,l);for(var f in H=d.xy,q=[],d.x)q.push(y(e,f));for(var h in U=[],d.y)U.push(y(e,h))}J();var Q=function(e,t,n,r,a,i,l){var o=e.draglayer.selectAll("."+t).data([0]);return o.enter().append("rect").classed("drag",!0).classed(t,!0).style({fill:"transparent","stroke-width":0}).attr("data-subplot",e.id),o.call(c.setRect,r,a,i,l).call(d,n),o.node()}(t,z+W+"drag",V,n,B,S,G);if(!$&&!F&&!L(Y.dragmode))return Q.onmousedown=null,Q.style.pointerEvents=Z?"all":"none",Q;var ee,te,ne,re,ae,ie,le,oe,se,ue={element:Q,gd:e,plotinfo:t,prepFn:function(t,n,r){var i=e._fullLayout.dragmode;Z?t.shiftKey&&(i="pan"===i?"zoom":"pan"):i="pan",ue.minDrag="lasso"===i?1:void 0,"zoom"===i?(ue.moveFn=de,ue.doneFn=fe,ue.minDrag=1,function(t,n,r){var i=Q.getBoundingClientRect();ee=n-i.left,te=r-i.top,ne={l:ee,r:ee,w:0,t:te,b:te,h:0},re=e._hmpixcount?e._hmlumcount/e._hmpixcount:a(e._fullLayout.plot_bgcolor).getLuminance(),ie=!1,le="xy",oe=function(e,t,n,r,a){return e.append("path").attr("class","zoombox").style({fill:t>.2?"rgba(0,0,0,0)":"rgba(255,255,255,0)","stroke-width":0}).attr("transform","translate("+n+", "+r+")").attr("d",a+"Z")}(X,re,E,j,ae="M0,0H"+I+"V"+N+"H0V0"),se=function(e,t,n){return e.append("path").attr("class","zoombox-corners").style({fill:u.background,stroke:u.defaultLine,"stroke-width":1,opacity:0}).attr("transform","translate("+t+", "+n+")").attr("d","M0,0Z")}(X,E,j),A(X)}(0,n,r)):"pan"===i?(ue.moveFn=_e,ue.doneFn=he,A(X)):L(i)&&(ue.xaxes=P,ue.yaxes=R,g(t,n,r,ue,i))}};f.init(ue);var ce={};function de(t,n){if(e._transitioningWithDuration)return!1;var r=Math.max(0,Math.min(I,t+ee)),a=Math.max(0,Math.min(N,n+te)),i=Math.abs(r-ee),l=Math.abs(a-te);function o(){le="",ne.r=ne.l,ne.t=ne.b,se.attr("d","M0,0Z")}ne.l=Math.min(ee,r),ne.r=Math.max(ee,r),ne.t=Math.min(te,a),ne.b=Math.max(te,a),H?i>b||l>b?(le="xy",i/I>l/N?(l=i*N/I,te>a?ne.t=te-l:ne.b=te+l):(i=l*I/N,ee>r?ne.l=ee-i:ne.r=ee+i),se.attr("d",D(ne))):o():!$||l<Math.min(Math.max(.6*i,T),b)?i<T?o():(ne.t=0,ne.b=N,le="x",se.attr("d",function(e,t){return"M"+(e.l-.5)+","+(t-b-.5)+"h-3v"+(2*b+1)+"h3ZM"+(e.r+.5)+","+(t-b-.5)+"h3v"+(2*b+1)+"h-3Z"}(ne,te))):!F||i<Math.min(.6*l,b)?(ne.l=0,ne.r=I,le="y",se.attr("d",function(e,t){return"M"+(t-b-.5)+","+(e.t-.5)+"v-3h"+(2*b+1)+"v3ZM"+(t-b-.5)+","+(e.b+.5)+"v3h"+(2*b+1)+"v-3Z"}(ne,ee))):(le="xy",se.attr("d",D(ne))),ne.w=ne.r-ne.l,ne.h=ne.b-ne.t,function(e,t,n,r,a,i){e.attr("d",r+"M"+n.l+","+n.t+"v"+n.h+"h"+n.w+"v-"+n.h+"h-"+n.w+"Z"),a||(e.transition().style("fill",i>.2?"rgba(0,0,0,0.4)":"rgba(255,255,255,0.3)").duration(200),t.transition().style("opacity",1).duration(200))}(oe,se,ne,ae,ie,re),ie=!0}function fe(t,n){if(Math.min(ne.h,ne.w)<2*T)return 2===n&&be(),w(e);"xy"!==le&&"x"!==le||K(P,ne.l/I,ne.r/I,ce,q),"xy"!==le&&"y"!==le||K(R,(N-ne.b)/N,(N-ne.t)/N,ce,U),w(e),Me(le),M&&e.data&&e._context.showTips&&(o.notifier("Double-click to<br>zoom back out","long"),M=!1)}function he(t,n){var a=1===(z+W).length;if(t)Me();else if(2!==n||a){if(1===n&&a){var l=z?R[0]:P[0],o="s"===z||"w"===W?0:1,u=l._name+".range["+o+"]",c=function(e,t){var n,a=e.range[t],i=Math.abs(a-e.range[1-t]);return"date"===e.type?a:"log"===e.type?(n=Math.ceil(Math.max(0,-Math.log(i)/Math.LN10))+3,r.format("."+n+"g")(Math.pow(10,a))):(n=Math.floor(Math.log(Math.abs(a))/Math.LN10)-Math.floor(Math.log(i)/Math.LN10)+4,r.format("."+String(n)+"g")(a))}(l,o),d="left",f="middle";if(l.fixedrange)return;z?(f="n"===z?"top":"bottom","right"===l.side&&(d="right")):"e"===W&&(d="right"),e._context.showAxisRangeEntryBoxes&&r.select(Q).call(s.makeEditable,{gd:e,immediate:!0,background:Y.paper_bgcolor,text:String(c),fill:l.tickfont?l.tickfont.color:"#444",horizontalAlign:d,verticalAlign:f}).on("edit",function(t){var n=l.d2r(t);void 0!==n&&i.relayout(e,u,n)})}}else be()}var pe=[0,0,I,N],ve=null,ye=_.REDRAWDELAY,ge=t.mainplot?Y._plots[t.mainplot]:t;function me(t){if(e._context.scrollZoom||Y._enablescrollzoom){if(e._transitioningWithDuration)return o.pauseEvent(t);var n=e.querySelector(".plotly");if(J(),!(n.scrollHeight-n.clientHeight>10||n.scrollWidth-n.clientWidth>10)){clearTimeout(ve);var r=-t.deltaY;if(isFinite(r)||(r=t.wheelDelta/10),isFinite(r)){var a,i=Math.exp(-Math.min(Math.max(r,-20),20)/100),l=ge.draglayer.select(".nsewdrag").node().getBoundingClientRect(),s=(t.clientX-l.left)/l.width,u=(l.bottom-t.clientY)/l.height;if(W||H){for(W||(s=.5),a=0;a<P.length;a++)c(P[a],s,i);pe[2]*=i,pe[0]+=pe[2]*s*(1/i-1)}if(z||H){for(z||(u=.5),a=0;a<R.length;a++)c(R[a],u,i);pe[3]*=i,pe[1]+=pe[3]*(1-u)*(1/i-1)}return ke(pe),Te(z,W),ve=setTimeout(function(){pe=[0,0,I,N],Me(H?"xy":(W?"x":"")+(z?"y":""))},ye),o.pauseEvent(t)}o.log("Did not find wheel motion attributes: ",t)}}function c(e,t,n){if(!e.fixedrange){var r=o.simpleMap(e.range,e.r2l),a=r[0]+(r[1]-r[0])*t;e.range=r.map(function(t){return e.l2r(a+(t-a)*n)})}}}function _e(t,n){if(!e._transitioningWithDuration){if(J(),"ew"===F||"ns"===$)return F&&x(P,t),$&&x(R,n),ke([F?-t:0,$?-n:0,I,N]),void Te($,F);if(H&&F&&$){var r="w"===F==("n"===$)?1:-1,a=(t/I+r*n/N)/2;t=a*I,n=r*a*N}"w"===F?t=s(P,0,t):"e"===F?t=s(P,1,-t):F||(t=0),"n"===$?n=s(R,1,n):"s"===$?n=s(R,0,-n):$||(n=0);var i="w"===F?t:0,l="n"===$?n:0;if(H){var o;if(!F&&1===$.length){for(o=0;o<P.length;o++)P[o].range=P[o]._r.slice(),m(P[o],1-n/N);i=(t=n*I/N)/2}if(!$&&1===F.length){for(o=0;o<R.length;o++)R[o].range=R[o]._r.slice(),m(R[o],1-t/I);l=(n=t*N/I)/2}}ke([i,l,I-t,N-n]),Te($,F)}function s(e,t,n){for(var r,a,i=1-t,l=0;l<e.length;l++){var o=e[l];if(!o.fixedrange){r=o,a=o._rl[i]+(o._rl[t]-o._rl[i])/C(n/o._length);var s=o.l2r(a);!1!==s&&void 0!==s&&(o.range[t]=s)}}return r._length*(r._rl[t]-a)/(r._rl[t]-r._rl[i])}}function Te(t,n){var r,a=[];function i(e){for(r=0;r<e.length;r++)e[r].fixedrange||a.push(e[r]._id)}for((n||H)&&(i(P),i(q)),(t||H)&&(i(R),i(U)),ce={},r=0;r<a.length;r++){var o=a[r];v(e,o,!0);var s=y(e,o);ce[s._name+".range[0]"]=s.range[0],ce[s._name+".range[1]"]=s.range[1]}function u(i,l,o){for(r=0;r<i.length;r++){var s=i[r];if((n&&-1!==a.indexOf(s.xref)||t&&-1!==a.indexOf(s.yref))&&(l(e,r),o))return}}u(Y.annotations||[],l.getComponentMethod("annotations","drawOne")),u(Y.shapes||[],l.getComponentMethod("shapes","drawOne")),u(Y.images||[],l.getComponentMethod("images","draw"),!0)}function be(){if(!e._transitioningWithDuration){var t,n,r,a=e._context.doubleClick,l=(F?P:[]).concat($?R:[]),o={};if("reset+autosize"===a)for(a="autosize",n=0;n<l.length;n++)if((t=l[n])._rangeInitial&&(t.range[0]!==t._rangeInitial[0]||t.range[1]!==t._rangeInitial[1])||!t._rangeInitial&&!t.autorange){a="reset";break}if("autosize"===a)for(n=0;n<l.length;n++)(t=l[n]).fixedrange||(o[t._name+".autorange"]=!0);else if("reset"===a)for((F||H)&&(l=l.concat(q)),$&&!H&&(l=l.concat(U)),H&&(F?$||(l=l.concat(R)):l=l.concat(P)),n=0;n<l.length;n++)(t=l[n])._rangeInitial?(r=t._rangeInitial,o[t._name+".range[0]"]=r[0],o[t._name+".range[1]"]=r[1]):o[t._name+".autorange"]=!0;e.emit("plotly_doubleclick",null),i.relayout(e,o)}}function Me(t){void 0===t&&(t=(W?"x":"")+(z?"y":"")),ke([0,0,I,N]),o.syncOrAsync([p.previousPromises,function(){i.relayout(e,ce)}],e)}function ke(e){var t,n,r,a,i,l=Y._plots,o=Object.keys(l),s=e[2]/P[0]._length,u=e[3]/R[0]._length,d=W||H,f=z||H;function p(e){return e.fixedrange?0:d&&-1!==q.indexOf(e)?s:f&&-1!==(H?q:U).indexOf(e)?u:0}function v(e,t){return t?(e.range=e._r.slice(),m(e,t),y(e,t)):0}function y(e,t){return e._length*(1-t)*h[e.constraintoward||"middle"]}for(t=0;t<o.length;t++){var g=l[o[t]],_=g.xaxis,T=g.yaxis,b=d&&!_.fixedrange&&-1!==P.indexOf(_),M=f&&!T.fixedrange&&-1!==R.indexOf(T);if(b?(n=s,a=W?e[0]:y(_,n)):a=v(_,n=p(_)),M?(r=u,i=z?e[1]:y(T,r)):i=v(T,r=p(T)),n||r){n||(n=1),r||(r=1);var k=_._offset-a/n,K=T._offset-i/r;Y._defs.selectAll("#"+g.clipId).call(c.setTranslate,a,i).call(c.setScale,n,r),g.plot.call(c.setTranslate,k,K).call(c.setScale,1/n,1/r).select(".scatterlayer").selectAll(".points").selectAll(".point").call(c.setPointGroupScale,n,r),g.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(c.setTextPointsScale,n,r)}}}return z.length*W.length!=1&&(void 0!==Q.onwheel?Q.onwheel=me:void 0!==Q.onmousewheel&&(Q.onmousewheel=me)),Q}},function(e,t,n){"use strict";var r=n(4),a=n(85).hover;e.exports=function(e,t,n){var i=r.getComponentMethod("annotations","onClick")(e,e._hoverdata);function l(){e.emit("plotly_click",{points:e._hoverdata,event:t})}void 0!==n&&a(e,t,n,!0),e._hoverdata&&t&&t.target&&(i&&i.then?i.then(l):l(),t.stopImmediatePropagation&&t.stopImmediatePropagation())}},function(e,t,n){"use strict";var r=n(28),a="data-savedcursor";e.exports=function(e,t){var n=e.attr(a);if(t){if(!n){for(var i=(e.attr("class")||"").split(" "),l=0;l<i.length;l++){var o=i[l];0===o.indexOf("cursor-")&&e.attr(a,o.substr(7)).classed(o,!1)}e.attr(a)||e.attr(a,"!!")}r(e,t)}else n&&(e.attr(a,null),"!!"===n?r(e):r(e,n))}},function(e,t,n){"use strict";var r=n(0),a=n(4);function i(e,t,n,a){a=a||r.identity,Array.isArray(e)&&(t[0][n]=a(e))}e.exports=function(e){var t=e.calcdata,n=e._fullLayout;function l(e){return function(t){return r.coerceHoverinfo({hoverinfo:t},{_module:e._module},n)}}for(var o=0;o<t.length;o++){var s=t[o],u=s[0].trace;if(!a.traceIs(u,"pie")){var c=a.traceIs(u,"2dMap")?i:r.fillArray;c(u.hoverinfo,s,"hi",l(u)),u.hoverlabel&&(c(u.hoverlabel.bgcolor,s,"hbg"),c(u.hoverlabel.bordercolor,s,"hbc"),c(u.hoverlabel.font.size,s,"hts"),c(u.hoverlabel.font.color,s,"htc"),c(u.hoverlabel.font.family,s,"htf"))}}}},function(e,t,n){"use strict";var r=n(0),a=n(86);e.exports=function(e,t,n){function i(n,i){return r.coerce(e,t,a,n,i)}var l;i("dragmode"),t._has("cartesian")?(t._isHoriz=function(e){for(var t=!0,n=0;n<e.length;n++){var r=e[n];if("h"!==r.orientation){t=!1;break}}return t}(n),l=t._isHoriz?"y":"x"):l="closest",i("hovermode",l)}},function(e,t,n){"use strict";var r=n(0),a=n(108),i=n(142);e.exports=function(e,t,n,l){i(e,t,function(n,i){return r.coerce(e,t,a,n,i)},l.hoverlabel)}},function(e,t,n){"use strict";var r=n(0),a=n(142),i=n(86);e.exports=function(e,t){a(e,t,function(n,a){return r.coerce(e,t,i,n,a)})}},function(e,t,n){"use strict";var r=n(88),a=e.exports={};a.wrapped=function(e,t,n){"string"==typeof e&&(e=document.getElementById(e)),e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),a.raw(e,t,n)},a.raw=function(e,t){var n=e._fullLayout,a=e._hoverdata;t||(t={}),t.target&&!1===r.triggerHandler(e,"plotly_beforehover",t)||(n._hoverlayer.selectAll("g").remove(),n._hoverlayer.selectAll("line").remove(),n._hoverlayer.selectAll("circle").remove(),e._hoverdata=void 0,t.target&&a&&e.emit("plotly_unhover",{event:t,points:a}))}},function(e,t,n){"use strict";var r=n(0),a=[["sw-resize","s-resize","se-resize"],["w-resize","move","e-resize"],["nw-resize","n-resize","ne-resize"]];e.exports=function(e,t,n,i){return e="left"===n?0:"center"===n?1:"right"===n?2:r.constrain(Math.floor(3*e),0,2),t="bottom"===i?0:"middle"===i?1:"top"===i?2:r.constrain(Math.floor(3*t),0,2),a[t][e]}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){var i=(e-n)/(r-n),l=i+t/(r-n),o=(i+l)/2;return"left"===a||"bottom"===a?i:"center"===a||"middle"===a?o:"right"===a||"top"===a?l:i<2/3-o?i:l>4/3-o?l:o}},function(e,t,n){"use strict";e.exports=function(){var e,t=[],n=-1,r=!1;function a(e,t){return e?(r=!0,e[t](),r=!1,this):this}return{add:function(e){return r?this:(t.splice(n+1,t.length-n),t.push(e),n=t.length-1,this)},setCallback:function(t){e=t},undo:function(){var r=t[n];return r?(a(r,"undo"),n-=1,e&&e(r.undo),this):this},redo:function(){var r=t[n+1];return r?(a(r,"redo"),n+=1,e&&e(r.redo),this):this},clear:function(){t=[],n=-1},hasUndo:function(){return-1!==n},hasRedo:function(){return n<t.length-1},getCommands:function(){return t},getPreviousCommand:function(){return t[n-1]},getIndex:function(){return n}}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(3),l=n(144),o=n(267),s=a.extendDeepAll,u=e.exports={};u.framework=function(e){var t,n,a,i,c,d=new o;function f(n,o){return o&&(c=o),r.select(r.select(c).node().parentNode).selectAll(".svg-container>*:not(.chart-root)").remove(),t=t?s(t,n):n,a||(a=l.Axis()),i=l.adapter.plotly().convert(t),a.config(i).render(c),e.data=t.data,e.layout=t.layout,u.fillLayout(e),t}return f.isPolar=!0,f.svg=function(){return a.svg()},f.getConfig=function(){return t},f.getLiveConfig=function(){return l.adapter.plotly().convert(a.getLiveConfig(),!0)},f.getLiveScales=function(){return{t:a.angularScale(),r:a.radialScale()}},f.setUndoPoint=function(){var e,r,a=this,i=l.util.cloneJson(t);e=i,r=n,d.add({undo:function(){r&&a(r)},redo:function(){a(e)}}),n=l.util.cloneJson(i)},f.undo=function(){d.undo()},f.redo=function(){d.redo()},f},u.fillLayout=function(e){var t=r.select(e).selectAll(".plot-container"),n=t.selectAll(".svg-container"),a=e.framework&&e.framework.svg&&e.framework.svg(),l={width:800,height:600,paper_bgcolor:i.background,_container:t,_paperdiv:n,_paper:a};e._fullLayout=s(l,e.layout)}},function(e,t,n){"use strict";(e.exports=n(144)).manager=n(268)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(0),o=n(88),s=n(145),u=n(4),c=n(9),d=n(269),f=n(143),h=n(7),p=n(30),v=n(31),y=n(14),g=n(255),m=n(254),_=n(252),T=n(15),b=n(251),M=b.enforce,k=b.clean,K=n(18);function x(e,t){e._fullLayout._paperdiv.style("background","white"),i.defaultConfig.setBackground(e,t)}function C(e,t){var n,r,a=t+1,i=[];for(n=0;n<e.length;n++)(r=e[n])<0?i.push(a+r):i.push(r);return i}function A(e,t,n){var r,a;for(r=0;r<t.length;r++){if((a=t[r])!==parseInt(a,10))throw new Error("all values in "+n+" must be integers");if(a>=e.data.length||a<-e.data.length)throw new Error(n+" must be valid indices for gd.data.");if(t.indexOf(a,r+1)>-1||a>=0&&t.indexOf(-e.data.length+a)>-1||a<0&&t.indexOf(e.data.length+a)>-1)throw new Error("each index in "+n+" must be unique.")}}function w(e,t,n){if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("currentIndices is a required argument.");if(Array.isArray(t)||(t=[t]),A(e,t,"currentIndices"),void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&A(e,n,"newIndices"),void 0!==n&&t.length!==n.length)throw new Error("current and new indices must be of equal length.")}function L(e,t,n,r,i,o){!function(e,t,n,r){var a=l.isPlainObject(r);if(!Array.isArray(e.data))throw new Error("gd.data must be an array");if(!l.isPlainObject(t))throw new Error("update must be a key:value object");if(void 0===n)throw new Error("indices must be an integer or array of integers");for(var i in A(e,n,"indices"),t){if(!Array.isArray(t[i])||t[i].length!==n.length)throw new Error("attribute "+i+" must be an array of length equal to indices array length");if(a&&(!(i in r)||!Array.isArray(r[i])||r[i].length!==t[i].length))throw new Error("when maxPoints is set as a key:value object it must contain a 1:1 corrispondence with the keys and number of traces in the update object")}}(e,t,n,r);for(var s,u,c,d=function(e,t,n,r){var i,o,s,u,c,d=l.isPlainObject(r),f=[];for(var h in Array.isArray(n)||(n=[n]),n=C(n,e.data.length-1),t)for(var p=0;p<n.length;p++){if(i=e.data[n[p]],o=(s=l.nestedProperty(i,h)).get(),u=t[h][p],!Array.isArray(u))throw new Error("attribute: "+h+" index: "+p+" must be an array");if(!Array.isArray(o))throw new Error("cannot extend missing or non-array attribute: "+h);c=d?r[h][p]:r,a(c)||(c=-1),f.push({prop:s,target:o,insert:u,maxp:Math.floor(c)})}return f}(e,t,n,r),f=[],h={},p={},v=0;v<d.length;v++)u=d[v].prop,c=d[v].maxp,s=i(d[v].target,d[v].insert),c>=0&&c<s.length&&(f=o(s,c)),c=d[v].target.length,u.set(s),Array.isArray(h[u.astr])||(h[u.astr]=[]),Array.isArray(p[u.astr])||(p[u.astr]=[]),h[u.astr].push(f),p[u.astr].push(c);return{update:h,maxPoints:p}}function D(e,t,n){var r,a,o=e._fullLayout,s=e._fullData,d=e.data,f=m.coerceTraceIndices(e,n),h={docalc:!1,docalcAutorange:!1,doplot:!1,dostyle:!1,docolorbars:!1,autorangeOn:!1,clearCalc:!1,fullReplot:!1},p={},v={},y={},g=["mode","visible","type","orientation","fill","histfunc","histnorm","text","x","y","z","a","b","c","open","high","low","close","base","width","offset","xtype","x0","dx","ytype","y0","dy","xaxis","yaxis","line.width","connectgaps","transpose","zsmooth","showscale","marker.showscale","zauto","marker.cauto","autocolorscale","marker.autocolorscale","colorscale","marker.colorscale","reversescale","marker.reversescale","autobinx","nbinsx","xbins","xbins.start","xbins.end","xbins.size","autobiny","nbinsy","ybins","ybins.start","ybins.end","ybins.size","autocontour","ncontours","contours","contours.coloring","contours.operation","contours.value","contours.type","contours.value[0]","contours.value[1]","error_y","error_y.visible","error_y.value","error_y.type","error_y.traceref","error_y.array","error_y.symmetric","error_y.arrayminus","error_y.valueminus","error_y.tracerefminus","error_x","error_x.visible","error_x.value","error_x.type","error_x.traceref","error_x.array","error_x.symmetric","error_x.arrayminus","error_x.valueminus","error_x.tracerefminus","swapxy","swapxyaxes","orientationaxes","marker.colors","values","labels","label0","dlabel","sort","textinfo","textposition","textfont.size","textfont.family","textfont.color","insidetextfont.size","insidetextfont.family","insidetextfont.color","outsidetextfont.size","outsidetextfont.family","outsidetextfont.color","hole","scalegroup","domain","domain.x","domain.y","domain.x[0]","domain.x[1]","domain.y[0]","domain.y[1]","tilt","tiltaxis","depth","direction","rotation","pull","line.showscale","line.cauto","line.autocolorscale","line.reversescale","marker.line.showscale","marker.line.cauto","marker.line.autocolorscale","marker.line.reversescale","xcalendar","ycalendar","cumulative","cumulative.enabled","cumulative.direction","cumulative.currentbin","a0","da","b0","db","atype","btype","cheaterslope","carpet","sum"],_=["color","smoothing","title","titlefont","titlefont.size","titlefont.family","titlefont.color","titleoffset","type","autorange","rangemode","range","fixedrange","cheatertype","tickmode","nticks","tickvals","ticktext","ticks","mirror","ticklen","tickwidth","tickcolor","showticklabels","tickfont","tickfont.size","tickfont.family","tickfont.color","tickprefix","showtickprefix","ticksuffix","showticksuffix","showexponent","exponentformat","separatethousands","tickformat","categoryorder","categoryarray","labelpadding","labelprefix","labelsuffix","labelfont","labelfont.family","labelfont.size","labelfont.color","showline","linecolor","linewidth","gridcolor","gridwidth","showgrid","minorgridcount","minorgridwidth","minorgridcolor","startline","startlinecolor","startlinewidth","endline","endlinewidth","endlinecolor","tick0","dtick","arraytick0","arraydtick","hoverformat","tickangle"];for(r=0;r<_.length;r++)g.push("aaxis."+_[r]),g.push("baxis."+_[r]);for(r=0;r<f.length;r++)if(u.traceIs(s[f[r]],"box")){g.push("name");break}var T=["marker","marker.size","textfont","boxpoints","jitter","pointpos","whiskerwidth","boxmean","tickwidth"],b=["zmin","zmax","zauto","xgap","ygap","marker.cmin","marker.cmax","marker.cauto","line.cmin","line.cmax","marker.line.cmin","marker.line.cmax","contours.start","contours.end","contours.size","contours.showlines","line","line.smoothing","line.shape","error_y.width","error_x.width","error_x.copy_ystyle","marker.maxdisplayed"],M=["type","x","y","x0","y0","orientation","xaxis","yaxis"],k=["zmin","zmax"],K=["cmin","cmax"],x=["xbins.start","xbins.end","xbins.size"],C=["ybins.start","ybins.end","ybins.size"],A=["contours.start","contours.end","contours.size"],w=["cartesian","pie","ternary"];function L(){return f.map(function(){})}function D(e){var t=i.Axes.id2name(e);-1===a.indexOf(t)&&a.push(t)}function B(e){return"LAYOUT"+e+".autorange"}function S(e){return"LAYOUT"+e+".range"}function G(n,r,a){var i;Array.isArray(n)?n.forEach(function(e){G(e,r,a)}):n in t||m.hasParent(t,n)||(i="LAYOUT"===n.substr(0,6)?l.nestedProperty(e.layout,n.replace("LAYOUT","")):l.nestedProperty(d[f[a]],n),n in v||(v[n]=L()),void 0===v[n][a]&&(v[n][a]=i.get()),void 0!==r&&i.set(r))}for(var z in o._basePlotModules.forEach(function(e){-1===w.indexOf(e.name)&&(h.docalc=!0)}),t){if(m.hasParent(t,z))throw new Error("cannot set "+z+"and a parent attribute simultaneously");var W,O,P,R,E,j=t[z];if(p[z]=j,"LAYOUT"!==z.substr(0,6)){for(v[z]=L(),r=0;r<f.length;r++)if(W=d[f[r]],O=s[f[r]],R=(P=l.nestedProperty(W,z)).get(),void 0!==(E=Array.isArray(j)?j[r%j.length]:j)){if(-1!==k.indexOf(z)&&G("zauto",!1,r),-1!==K.indexOf(z))G("cauto",!1,r);else if("colorscale"===z)G("autocolorscale",!1,r);else if("autocolorscale"===z)G("colorscale",void 0,r);else if("marker.colorscale"===z)G("marker.autocolorscale",!1,r);else if("marker.autocolorscale"===z)G("marker.colorscale",void 0,r);else if("zauto"===z)G(k,void 0,r);else if(-1!==x.indexOf(z))G("autobinx",!1,r);else if("autobinx"===z)G(x,void 0,r);else if(-1!==C.indexOf(z))G("autobiny",!1,r);else if("autobiny"===z)G(C,void 0,r);else if(-1!==A.indexOf(z))G("autocontour",!1,r);else if("autocontour"===z)G(A,void 0,r);else if(-1!==["x0","dx"].indexOf(z)&&O.x&&"scaled"!==O.xtype)G("xtype","scaled",r);else if(-1!==["y0","dy"].indexOf(z)&&O.y&&"scaled"!==O.ytype)G("ytype","scaled",r);else if("colorbar.thicknessmode"===z&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var I=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.height-o.margin.t-o.margin.b:o.width-o.margin.l-o.margin.r;G("colorbar.thickness",O.colorbar.thickness*("fraction"===E?1/I:I),r)}else if("colorbar.lenmode"===z&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var N=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.width-o.margin.l-o.margin.r:o.height-o.margin.t-o.margin.b;G("colorbar.len",O.colorbar.len*("fraction"===E?1/N:N),r)}else"colorbar.tick0"===z||"colorbar.dtick"===z?G("colorbar.tickmode","linear",r):"colorbar.tickmode"===z&&G(["colorbar.tick0","colorbar.dtick"],void 0,r);if("type"===z&&"pie"===E!=("pie"===R)){var F="x",$="y";"bar"!==E&&"bar"!==R||"h"!==W.orientation||(F="y",$="x"),l.swapAttrs(W,["?","?src"],"labels",F),l.swapAttrs(W,["d?","?0"],"label",F),l.swapAttrs(W,["?","?src"],"values",$),"pie"===R?(l.nestedProperty(W,"marker.color").set(l.nestedProperty(W,"marker.colors").get()),o._pielayer.selectAll("g.trace").remove()):u.traceIs(W,"cartesian")&&(l.nestedProperty(W,"marker.colors").set(l.nestedProperty(W,"marker.color").get()),y[W.xaxis||"x"]=!0,y[W.yaxis||"y"]=!0)}v[z][r]=R;if(-1!==["swapxy","swapxyaxes","orientation","orientationaxes"].indexOf(z)){if("orientation"===z){if(P.set(E),P.get()===v[z][r])continue}else"orientationaxes"===z&&(W.orientation={v:"h",h:"v"}[O.orientation]);m.swapXYData(W)}else if(-1!==c.dataArrayContainers.indexOf(P.parts[0]))m.manageArrayContainers(P,E,v),h.docalc=!0;else{var V=(O._module||{}).attributes||{},H=l.nestedProperty(V,z).get()||l.nestedProperty(c.attributes,z).get()||{};H.valType||(h.docalc=!0),H.arrayOk&&(Array.isArray(E)||Array.isArray(R))&&(h.docalc=!0),"docalc"===H.editType&&(h.docalc=!0),P.set(E)}}if(-1!==["swapxyaxes","orientationaxes"].indexOf(z)&&i.Axes.swap(e,f),"orientationaxes"===z){var q=l.nestedProperty(e.layout,"hovermode");"x"===q.get()?q.set("y"):"y"===q.get()&&q.set("x")}-1!==f.indexOf(0)&&-1!==M.indexOf(z)&&(i.Axes.clearTypes(e,f),h.docalc=!0),-1!==["autobinx","autobiny","zauto"].indexOf(z)&&!1===E||(h.dostyle=!0),(-1!==["colorbar","line"].indexOf(P.parts[0])||"marker"===P.parts[0]&&"colorbar"===P.parts[1])&&(h.docolorbars=!0);var U=z.indexOf("["),Y=-1===U?z:z.substr(0,U);if(-1!==g.indexOf(Y)){if(-1!==["orientation","type"].indexOf(z)){for(a=[],r=0;r<f.length;r++){var X=d[f[r]];u.traceIs(X,"cartesian")&&(D(X.xaxis||"x"),D(X.yaxis||"y"),"type"===z&&G(["autobinx","autobiny"],!0,r))}G(a.map(B),!0,0),G(a.map(S),[0,1],0)}h.docalc=!0}else-1!==b.indexOf(Y)?h.doplot=!0:0===Y.indexOf("aaxis")||0===Y.indexOf("baxis")?h.doplot=!0:-1!==T.indexOf(Y)&&(h.docalcAutorange=!0)}else P=l.nestedProperty(e.layout,z.replace("LAYOUT","")),v[z]=[P.get()],P.set(Array.isArray(j)?j[0]:j),h.docalc=!0}i.Axes.list(e).forEach(function(e){e.autorange&&(h.autorangeOn=!0)});var Z=Object.keys(y);e:for(r=0;r<Z.length;r++){for(var J=Z[r],Q=J.charAt(0),ee=Q+"axis",te=0;te<d.length;te++)if(u.traceIs(d[te],"cartesian")&&(d[te][ee]||Q)===J)continue e;G("LAYOUT"+i.Axes.id2name(J),null,0)}return(h.docalc||h.docalcAutorange&&h.autorangeOn)&&(h.clearCalc=!0),(h.docalc||h.doplot||h.docalcAutorange)&&(h.fullReplot=!0),{flags:h,undoit:v,redoit:p,traces:f,eventData:l.extendDeepNoArrays([],[p,f])}}function B(e,t){var n,r,a,o=e.layout,s=e._fullLayout,d=Object.keys(t),f=i.Axes.list(e),h={};for(r=0;r<d.length;r++)if(0===d[r].indexOf("allaxes")){for(a=0;a<f.length;a++){var p=f[a]._id.substr(1),v=-1!==p.indexOf("scene")?p+".":"",y=d[r].replace("allaxes",v+f[a]._name);t[y]||(t[y]=t[d[r]])}delete t[d[r]]}var _={dolegend:!1,doticks:!1,dolayoutstyle:!1,doplot:!1,docalc:!1,domodebar:!1,docamera:!1,layoutReplot:!1},b={},M={};function k(e,n){if(Array.isArray(e))e.forEach(function(e){k(e,n)});else if(!(e in t||m.hasParent(t,e))){var r=l.nestedProperty(o,e);e in M||(M[e]=r.get()),void 0!==n&&r.set(n)}}function x(t,n){if(!l.isPlainObject(t))return!1;var r=t[n+"ref"]||n,a=i.Axes.getFromId(e,r);return a||r.charAt(0)!==n||(a=i.Axes.getFromId(e,n)),(a||{}).autorange}var C,A={};function w(e){var t=K.name2id(e.split(".")[0]);return A[t]=1,t}for(var L in t){if(m.hasParent(t,L))throw new Error("cannot set "+L+"and a parent attribute simultaneously");var D=l.nestedProperty(o,L),B=t[L],S=D.parts.length,G="string"==typeof D.parts[S-1]?S-1:S-2,z=D.parts[0],W=D.parts[G],O=D.parts[G-1]+"."+W,P=D.parts.slice(0,G).join("."),R=l.nestedProperty(e.layout,P).get(),E=l.nestedProperty(s,P).get(),j=D.get();if(void 0!==B){if(b[L]=B,M[L]="reverse"===W?B:j,-1!==["width","height"].indexOf(L)&&null===B)s[L]=e._initialAutoSize[L];else if(O.match(/^[xyz]axis[0-9]*\.range(\[[0|1]\])?$/))k(P+".autorange",!1),w(O),l.nestedProperty(s,P+"._inputRange").set(null);else if(O.match(/^[xyz]axis[0-9]*\.autorange$/)){k([P+".range[0]",P+".range[1]"],void 0),w(O),l.nestedProperty(s,P+"._inputRange").set(null);var I=l.nestedProperty(s,P).get();I._inputDomain&&(I._input.domain=I._inputDomain.slice())}else O.match(/^[xyz]axis[0-9]*\.domain(\[[0|1]\])?$/)?l.nestedProperty(s,P+"._inputDomain").set(null):O.match(/^[xyz]axis[0-9]*\.constrain.*$/)?_.docalc=!0:O.match(/^aspectratio\.[xyz]$/)?k(z+".aspectmode","manual"):O.match(/^aspectmode$/)?k([P+".x",P+".y",P+".z"],void 0):"tick0"===W||"dtick"===W?k(P+".tickmode","linear"):"tickmode"===W?k([P+".tick0",P+".dtick"],void 0):/[xy]axis[0-9]*?$/.test(W)&&!Object.keys(B||{}).length?_.docalc=!0:/[xy]axis[0-9]*\.categoryorder$/.test(O)?_.docalc=!0:/[xy]axis[0-9]*\.categoryarray/.test(O)&&(_.docalc=!0);if(-1!==O.indexOf("rangeslider")&&(_.docalc=!0),"type"===W){var N=R,F="linear"===E.type&&"log"===B,$="log"===E.type&&"linear"===B;if(F||$){if(N&&N.range)if(E.autorange)F&&(N.range=N.range[1]>N.range[0]?[1,2]:[2,1]);else{var V=N.range[0],H=N.range[1];F?(V<=0&&H<=0&&k(P+".autorange",!0),V<=0?V=H/1e6:H<=0&&(H=V/1e6),k(P+".range[0]",Math.log(V)/Math.LN10),k(P+".range[1]",Math.log(H)/Math.LN10)):(k(P+".range[0]",Math.pow(10,V)),k(P+".range[1]",Math.pow(10,H)))}else k(P+".autorange",!0);u.getComponentMethod("annotations","convertCoords")(e,E,B,k),u.getComponentMethod("images","convertCoords")(e,E,B,k)}else k(P+".autorange",!0);l.nestedProperty(s,P+"._inputRange").set(null)}else if(W.match(T.AX_NAME_PATTERN)){var q=l.nestedProperty(s,L).get(),U=(B||{}).type;U&&"-"!==U||(U="linear"),u.getComponentMethod("annotations","convertCoords")(e,q,U,k),u.getComponentMethod("images","convertCoords")(e,q,U,k)}var Y=g.containerArrayMatch(L);if(Y){n=Y.array,r=Y.index;var X=Y.property,Z=(l.nestedProperty(o,n)||[])[r]||{};if(""===r)-1===L.indexOf("updatemenus")&&(_.docalc=!0);else if(""===X){var J=B;g.isAddVal(B)?M[L]=null:g.isRemoveVal(B)?(M[L]=Z,J=Z):l.warn("unrecognized full object value",t),(x(J,"x")||x(J,"y")&&-1===L.indexOf("updatemenus"))&&(_.docalc=!0)}else!x(Z,"x")&&!x(Z,"y")||l.containsAny(L,["color","opacity","align","dash","updatemenus"])||(_.docalc=!0);h[n]||(h[n]={});var Q=h[n][r];Q||(Q=h[n][r]={}),Q[X]=B,delete t[L]}else if("reverse"===W)R.range?R.range.reverse():(k(P+".autorange",!0),R.range=[1,0]),E.autorange?_.docalc=!0:_.doplot=!0;else{var ee=String(D.parts[1]||"");0===z.indexOf("scene")?"camera"===D.parts[1]?_.docamera=!0:_.doplot=!0:0===z.indexOf("geo")?_.doplot=!0:0===z.indexOf("ternary")?_.doplot=!0:"paper_bgcolor"===L?_.doplot=!0:"margin"===z||"autorange"===ee||"rangemode"===ee||"type"===ee||"domain"===ee||"fixedrange"===ee||"scaleanchor"===ee||"scaleratio"===ee||-1!==L.indexOf("calendar")||L.match(/^(bar|box|font)/)?_.docalc=!0:!s._has("gl2d")||-1===L.indexOf("axis")&&"plot_bgcolor"!==L?!s._has("gl2d")||"dragmode"!==L||"lasso"!==B&&"select"!==B||"lasso"===j||"select"===j?"hiddenlabels"===L?_.docalc=!0:-1!==z.indexOf("legend")?_.dolegend=!0:-1!==L.indexOf("title")?_.doticks=!0:-1!==z.indexOf("bgcolor")?_.dolayoutstyle=!0:S>1&&l.containsAny(ee,["tick","exponent","grid","zeroline"])?_.doticks=!0:-1!==L.indexOf(".linewidth")&&-1!==L.indexOf("axis")?_.doticks=_.dolayoutstyle=!0:S>1&&-1!==ee.indexOf("line")?_.dolayoutstyle=!0:S>1&&"mirror"===ee?_.doticks=_.dolayoutstyle=!0:"margin.pad"===L?_.doticks=_.dolayoutstyle=!0:-1!==["hovermode","dragmode"].indexOf(L)||-1!==L.indexOf("spike")?_.domodebar=!0:-1===["height","width","autosize"].indexOf(L)&&(_.doplot=!0):_.docalc=!0:_.doplot=!0,D.set(B)}}}for(n in h){g.applyContainerArrayChanges(e,l.nestedProperty(o,n),h[n],_)||(_.doplot=!0)}var te=s._axisConstraintGroups;for(C in A)for(r=0;r<te.length;r++){var ne=te[r];if(ne[C])for(var re in _.docalc=!0,ne)A[re]||(K.getFromId(e,re)._constraintShrinkable=!0)}var ae=s.width,ie=s.height;return e.layout.autosize&&c.plotAutoSize(e,e.layout,s),(t.height||t.width||s.width!==ae||s.height!==ie)&&(_.docalc=!0),(_.doplot||_.docalc)&&(_.layoutReplot=!0),{flags:_,undoit:M,redoit:b,eventData:l.extendDeep({},b)}}function S(e){var t=r.select(e),n=e._fullLayout;if(n._container=t.selectAll(".plot-container").data([0]),n._container.enter().insert("div",":first-child").classed("plot-container",!0).classed("plotly",!0),n._paperdiv=n._container.selectAll(".svg-container").data([0]),n._paperdiv.enter().append("div").classed("svg-container",!0).style("position","relative"),n._glcontainer=n._paperdiv.selectAll(".gl-container").data([0]),n._glcontainer.enter().append("div").classed("gl-container",!0),n._paperdiv.selectAll(".main-svg").remove(),n._paper=n._paperdiv.insert("svg",":first-child").classed("main-svg",!0),n._toppaper=n._paperdiv.append("svg").classed("main-svg",!0),!n._uid){var a=[];r.selectAll("defs").each(function(){this.id&&a.push(this.id.split("-")[1])}),n._uid=l.randstr(a)}n._paperdiv.selectAll(".main-svg").attr(v.svgAttrs),n._defs=n._paper.append("defs").attr("id","defs-"+n._uid),n._topdefs=n._toppaper.append("defs").attr("id","topdefs-"+n._uid),n._bgLayer=n._paper.append("g").classed("bglayer",!0),n._draggers=n._paper.append("g").classed("draglayer",!0);var i=n._paper.append("g").classed("layer-below",!0);n._imageLowerLayer=i.append("g").classed("imagelayer",!0),n._shapeLowerLayer=i.append("g").classed("shapelayer",!0),n._cartesianlayer=n._paper.append("g").classed("cartesianlayer",!0),n._ternarylayer=n._paper.append("g").classed("ternarylayer",!0),n._geolayer=n._paper.append("g").classed("geolayer",!0);var o=n._paper.append("g").classed("layer-above",!0);n._imageUpperLayer=o.append("g").classed("imagelayer",!0),n._shapeUpperLayer=o.append("g").classed("shapelayer",!0),n._pielayer=n._paper.append("g").classed("pielayer",!0),n._glimages=n._paper.append("g").classed("glimages",!0),n._infolayer=n._toppaper.append("g").classed("infolayer",!0),n._zoomlayer=n._toppaper.append("g").classed("zoomlayer",!0),n._hoverlayer=n._toppaper.append("g").classed("hoverlayer",!0),e.emit("plotly_framework")}i.plot=function(e,t,n,a){var s;if(e=m.getGraphDiv(e),o.init(e),l.isPlainObject(t)){var v=t;t=v.data,n=v.layout,a=v.config,s=v.frames}if(!1===o.triggerHandler(e,"plotly_beforeplot",[t,n,a]))return Promise.reject();t||n||l.isPlotDiv(e)||l.warn("Calling Plotly.plot as if redrawing but this container doesn't yet have a plot.",e),function(e,t){e._context||(e._context=l.extendFlat({},i.defaultConfig));var n=e._context;t&&(Object.keys(t).forEach(function(e){e in n&&("setBackground"===e&&"opaque"===t[e]?n[e]=x:n[e]=t[e])}),t.plot3dPixelRatio&&!n.plotGlPixelRatio&&(n.plotGlPixelRatio=n.plot3dPixelRatio));n.staticPlot&&(n.editable=!1,n.autosizable=!1,n.scrollZoom=!1,n.doubleClick=!1,n.showTips=!1,n.showLink=!1,n.displayModeBar=!1)}(e,a),n||(n={}),r.select(e).classed("js-plotly-plot",!0),h.makeTester(),e._promises=[];var g=0===(e.data||[]).length&&Array.isArray(t);if(Array.isArray(t)&&(m.cleanData(t,e.data),g?e.data=t:e.data.push.apply(e.data,t),e.empty=!1),e.layout&&!g||(e.layout=m.cleanLayout(n)),e._dragging&&!e._transitioning)return e._replotPending=!0,Promise.reject();e._replotPending=!1,c.supplyDefaults(e);var T=e._fullLayout;if(t&&t[0]&&t[0].r)return function(e,t,n){var a=r.select(e).selectAll(".plot-container").data([0]);a.enter().insert("div",":first-child").classed("plot-container plotly",!0);var i=a.selectAll(".svg-container").data([0]);i.enter().append("div").classed("svg-container",!0).style("position","relative"),i.html(""),t&&(e.data=t);n&&(e.layout=n);d.manager.fillLayout(e),i.style({width:e._fullLayout.width+"px",height:e._fullLayout.height+"px"}),e.framework=d.manager.framework(e),e.framework({data:e.data,layout:e.layout},i.node()),e.framework.setUndoPoint();var l=e.framework.svg(),o=1,s=e._fullLayout.title;""!==s&&s||(o=0);var u=function(){this.call(y.convertToTspans,e)},f=l.select(".title-group text").call(u);if(e._context.editable){s&&"Click to enter title"!==s||(o=.2,f.attr({"data-unformatted":"Click to enter title"}).text("Click to enter title").style({opacity:o}).on("mouseover.opacity",function(){r.select(this).transition().duration(100).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(1e3).style("opacity",0)}));var h=function(){this.call(y.makeEditable,{gd:e}).on("edit",function(t){e.framework({layout:{title:t}}),this.text(t).call(u),this.call(h)}).on("cancel",function(){var e=this.attr("data-unformatted");this.text(e).call(u)})};f.call(h)}return e._context.setBackground(e,e._fullLayout.paper_bgcolor),c.addLinks(e),Promise.resolve()}(e,t,n);T._replotting=!0,g&&S(e),e.framework!==S&&(e.framework=S,S(e)),h.initGradients(e),g&&i.Axes.saveShowSpikeInitial(e);var b=!e.calcdata||e.calcdata.length!==(e._fullData||[]).length;b&&c.doCalcdata(e);for(var K=0;K<e.calcdata.length;K++)e.calcdata[K][0].trace=e._fullData[K];var C=JSON.stringify(T._size);function A(){var t,n,r,a=e.calcdata;for(u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e),t=0;t<a.length;t++)!0===(r=(n=a[t])[0].trace).visible&&r._module.colorbar?r._module.colorbar(e,n):c.autoMargin(e,"cb"+r.uid);return c.doAutoMargin(e),c.previousPromises(e)}function w(){if(!e._transitioning){for(var t=i.Axes.list(e,"",!0),n=0;n<t.length;n++){var r=t[n];k(e,r),i.Axes.doAutoRange(r)}M(e),g&&i.Axes.saveRangeInitial(e)}}var L=[c.previousPromises,function(){if(s)return i.addFrames(e,s)},function(){for(var t=T._basePlotModules,n=0;n<t.length;n++)t[n].drawFramework&&t[n].drawFramework(e);return l.syncOrAsync([_.layoutStyles],e)},A,function(){if(JSON.stringify(T._size)!==C)return l.syncOrAsync([A,_.layoutStyles],e)},function(){if(b){for(var t,n,r=c.getSubplotIds(T,"cartesian"),a=T._modules,i=0;i<r.length;i++){t=T._plots[r[i]];for(var o=0;o<a.length;o++)(n=a[o]).setPositions&&n.setPositions(e,t)}return p.calc(e),l.syncOrAsync([u.getComponentMethod("shapes","calcAutorange"),u.getComponentMethod("annotations","calcAutorange"),w,u.getComponentMethod("rangeslider","calcAutorange")],e)}M(e)},_.layoutStyles,function(){return i.Axes.doTicks(e,"redraw")},function(){var t,n=e.calcdata,r=T._infolayer.selectAll("g.rangeslider-container");for(t=0;t<n.length;t++){var a=n[t][0].trace,i=!0===a.visible,l=a.uid;if(!i||!u.traceIs(a,"2dMap")){var o=".hm"+l+",.contour"+l+",#clip"+l;T._paper.selectAll(o).remove(),r.selectAll(o).remove()}i&&a._module.colorbar||T._infolayer.selectAll(".cb"+l).remove()}var s=T._basePlotModules;for(t=0;t<s.length;t++)s[t].plot(e);var d=T._paper.selectAll(".layer-subplot");return T._shapeSubplotLayers=d.selectAll(".shapelayer"),c.style(e),u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("annotations","draw")(e),c.addLinks(e),T._replotting=!1,c.previousPromises(e)},function(){u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("images","draw")(e),u.getComponentMethod("annotations","draw")(e),u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeslider","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e)},f,c.rehover];return l.syncOrAsync(L,e),Promise.all(e._promises).then(function(){return e.emit("plotly_afterplot"),e})},i.redraw=function(e){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);return m.cleanData(e.data,e.data),m.cleanLayout(e.layout),e.calcdata=void 0,i.plot(e).then(function(){return e.emit("plotly_redraw"),e})},i.newPlot=function(e,t,n,r){return e=m.getGraphDiv(e),c.cleanPlot([],{},e._fullData||{},e._fullLayout||{}),c.purge(e),i.plot(e,t,n,r)},i.extendTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return e.concat(t)},function(e,t){return e.splice(0,e.length-t)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.prependTraces,u,e,arguments),o},i.prependTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return t.concat(e)},function(e,t){return e.splice(t,e.length)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.extendTraces,u,e,arguments),o},i.addTraces=function e(t,n,r){t=m.getGraphDiv(t);var a,o,u=[],c=i.deleteTraces,d=e,f=[t,u],h=[t,n];for(function(e,t,n){var r,a;if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("traces must be defined.");for(Array.isArray(t)||(t=[t]),r=0;r<t.length;r++)if("object"!=typeof(a=t[r])||Array.isArray(a)||null===a)throw new Error("all values in traces array must be non-array objects");if(void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&n.length!==t.length)throw new Error("if indices is specified, traces.length must equal indices.length")}(t,n,r),Array.isArray(n)||(n=[n]),n=n.map(function(e){return l.extendFlat({},e)}),m.cleanData(n,t.data),a=0;a<n.length;a++)t.data.push(n[a]);for(a=0;a<n.length;a++)u.push(-n.length+a);if(void 0===r)return o=i.redraw(t),s.add(t,c,f,d,h),o;Array.isArray(r)||(r=[r]);try{w(t,u,r)}catch(e){throw t.data.splice(t.data.length-n.length,n.length),e}return s.startSequence(t),s.add(t,c,f,d,h),o=i.moveTraces(t,u,r),s.stopSequence(t),o},i.deleteTraces=function e(t,n){t=m.getGraphDiv(t);var r,a,o=[],u=i.addTraces,c=e,d=[t,o,n],f=[t,n];if(void 0===n)throw new Error("indices must be an integer or array of integers.");for(Array.isArray(n)||(n=[n]),A(t,n,"indices"),(n=C(n,t.data.length-1)).sort(l.sorterDes),r=0;r<n.length;r+=1)a=t.data.splice(n[r],1)[0],o.push(a);var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.moveTraces=function e(t,n,r){var a,l=[],o=[],u=e,c=e,d=[t=m.getGraphDiv(t),r,n],f=[t,n,r];if(w(t,n,r),n=Array.isArray(n)?n:[n],void 0===r)for(r=[],a=0;a<n.length;a++)r.push(-n.length+a);for(r=Array.isArray(r)?r:[r],n=C(n,t.data.length-1),r=C(r,t.data.length-1),a=0;a<t.data.length;a++)-1===n.indexOf(a)&&l.push(t.data[a]);for(a=0;a<n.length;a++)o.push({newIndex:r[a],trace:t.data[n[a]]});for(o.sort(function(e,t){return e.newIndex-t.newIndex}),a=0;a<o.length;a+=1)l.splice(o[a].newIndex,0,o[a].trace);t.data=l;var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.restyle=function e(t,n,r,a){t=m.getGraphDiv(t),m.clearPromiseQueue(t);var o={};if("string"==typeof n)o[n]=r;else{if(!l.isPlainObject(n))return l.warn("Restyle fail.",n,r,a),Promise.reject();o=l.extendFlat({},n),void 0===a&&(a=r)}Object.keys(o).length&&(t.changed=!0);var u=D(t,o,a),d=u.flags;d.clearCalc&&(t.calcdata=void 0);var f=[];d.fullReplot?f.push(i.plot):(f.push(c.previousPromises),c.supplyDefaults(t),d.dostyle&&f.push(_.doTraceStyle),d.docolorbars&&f.push(_.doColorBars)),f.push(c.rehover),s.add(t,e,[t,u.undoit,u.traces],e,[t,u.redoit,u.traces]);var h=l.syncOrAsync(f,t);return h&&h.then||(h=Promise.resolve()),h.then(function(){return t.emit("plotly_restyle",u.eventData),t})},i.relayout=function e(t,n,r){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);var a={};if("string"==typeof n)a[n]=r;else{if(!l.isPlainObject(n))return l.warn("Relayout fail.",n,r),Promise.reject();a=l.extendFlat({},n)}Object.keys(a).length&&(t.changed=!0);var i=B(t,a),o=i.flags;o.docalc&&(t.calcdata=void 0);var u=[c.previousPromises];o.layoutReplot?u.push(_.layoutReplot):Object.keys(a).length&&(c.supplyDefaults(t),o.dolegend&&u.push(_.doLegend),o.dolayoutstyle&&u.push(_.layoutStyles),o.doticks&&u.push(_.doTicksRelayout),o.domodebar&&u.push(_.doModeBar),o.docamera&&u.push(_.doCamera)),u.push(c.rehover),s.add(t,e,[t,i.undoit],e,[t,i.redoit]);var d=l.syncOrAsync(u,t);return d&&d.then||(d=Promise.resolve(t)),d.then(function(){return t.emit("plotly_relayout",i.eventData),t})},i.update=function e(t,n,r,a){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);l.isPlainObject(n)||(n={}),l.isPlainObject(r)||(r={}),Object.keys(n).length&&(t.changed=!0),Object.keys(r).length&&(t.changed=!0);var o=D(t,l.extendFlat({},n),a),u=o.flags,d=B(t,l.extendFlat({},r)),f=d.flags;(u.clearCalc||f.docalc)&&(t.calcdata=void 0);var h=[];if(u.fullReplot&&f.layoutReplot){var p=t.data,v=t.layout;t.data=void 0,t.layout=void 0,h.push(function(){return i.plot(t,p,v)})}else u.fullReplot?h.push(i.plot):f.layoutReplot?h.push(_.layoutReplot):(h.push(c.previousPromises),c.supplyDefaults(t),u.dostyle&&h.push(_.doTraceStyle),u.docolorbars&&h.push(_.doColorBars),f.dolegend&&h.push(_.doLegend),f.dolayoutstyle&&h.push(_.layoutStyles),f.doticks&&h.push(_.doTicksRelayout),f.domodebar&&h.push(_.doModeBar),f.doCamera&&h.push(_.doCamera));h.push(c.rehover),s.add(t,e,[t,o.undoit,d.undoit,o.traces],e,[t,o.redoit,d.redoit,o.traces]);var y=l.syncOrAsync(h,t);return y&&y.then||(y=Promise.resolve(t)),y.then(function(){return t.emit("plotly_update",{data:o.eventData,layout:d.eventData}),t})},i.animate=function(e,t,n){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before animating it. For more details, see https://plot.ly/javascript/animations/");var r=e._transitionData;r._frameQueue||(r._frameQueue=[]);var a=(n=c.supplyAnimationDefaults(n)).transition,i=n.frame;function o(e){return Array.isArray(a)?e>=a.length?a[0]:a[e]:a}function s(e){return Array.isArray(i)?e>=i.length?i[0]:i[e]:i}function u(e,t){var n=0;return function(){if(e&&++n===t)return e()}}return void 0===r._frameWaitingCnt&&(r._frameWaitingCnt=0),new Promise(function(i,d){function f(){r._currentFrame&&r._currentFrame.onComplete&&r._currentFrame.onComplete();var t=r._currentFrame=r._frameQueue.shift();if(t){var n=t.name?t.name.toString():null;e._fullLayout._currentFrame=n,r._lastFrameAt=Date.now(),r._timeToNext=t.frameOpts.duration,c.transition(e,t.frame.data,t.frame.layout,m.coerceTraceIndices(e,t.frame.traces),t.frameOpts,t.transitionOpts).then(function(){t.onComplete&&t.onComplete()}),e.emit("plotly_animatingframe",{name:n,frame:t.frame,animation:{frame:t.frameOpts,transition:t.transitionOpts}})}else e.emit("plotly_animated"),window.cancelAnimationFrame(r._animationRaf),r._animationRaf=null}function h(){e.emit("plotly_animating"),r._lastFrameAt=-1/0,r._timeToNext=0,r._runningTransitions=0,r._currentFrame=null;var t=function(){r._animationRaf=window.requestAnimationFrame(t),Date.now()-r._lastFrameAt>r._timeToNext&&f()};t()}var p,v,y=0;function g(e){return Array.isArray(a)?y>=a.length?e.transitionOpts=a[y]:e.transitionOpts=a[0]:e.transitionOpts=a,y++,e}var _=[],T=void 0===t||null===t,b=Array.isArray(t);if(!T&&!b&&l.isPlainObject(t))_.push({type:"object",data:g(l.extendFlat({},t))});else if(T||-1!==["string","number"].indexOf(typeof t))for(p=0;p<r._frames.length;p++)(v=r._frames[p])&&(T||String(v.group)===String(t))&&_.push({type:"byname",name:String(v.name),data:g({name:v.name})});else if(b)for(p=0;p<t.length;p++){var M=t[p];-1!==["number","string"].indexOf(typeof M)?(M=String(M),_.push({type:"byname",name:M,data:g({name:M})})):l.isPlainObject(M)&&_.push({type:"object",data:g(l.extendFlat({},M))})}for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&!r._frameHash[v.data.name])return l.warn('animate failure: frame not found: "'+v.data.name+'"'),void d();-1!==["next","immediate"].indexOf(n.mode)&&function(){if(0!==r._frameQueue.length){for(;r._frameQueue.length;){var t=r._frameQueue.pop();t.onInterrupt&&t.onInterrupt()}e.emit("plotly_animationinterrupted",[])}}(),"reverse"===n.direction&&_.reverse();var k=e._fullLayout._currentFrame;if(k&&n.fromcurrent){var K=-1;for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&v.name===k){K=p;break}if(K>0&&K<_.length-1){var x=[];for(p=0;p<_.length;p++)v=_[p],("byname"!==_[p].type||p>K)&&x.push(v);_=x}}_.length>0?function(t){if(0!==t.length){for(var a=0;a<t.length;a++){var l;l="byname"===t[a].type?c.computeFrame(e,t[a].name):t[a].data;var f=s(a),p=o(a);p.duration=Math.min(p.duration,f.duration);var v={frame:l,name:t[a].name,frameOpts:f,transitionOpts:p};a===t.length-1&&(v.onComplete=u(i,2),v.onInterrupt=d),r._frameQueue.push(v)}"immediate"===n.mode&&(r._lastFrameAt=-1/0),r._animationRaf||h()}}(_):(e.emit("plotly_animated"),i())})},i.addFrames=function(e,t,n){e=m.getGraphDiv(e);var r,a,i,o,u=0;if(null===t||void 0===t)return Promise.resolve();if(!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before adding frames. For more details, see https://plot.ly/javascript/animations/");var d=e._transitionData._frames,f=e._transitionData._frameHash;if(!Array.isArray(t))throw new Error("addFrames failure: frameList must be an Array of frame definitions"+t);var h=d.length+2*t.length,p=[];for(r=t.length-1;r>=0;r--)if(l.isPlainObject(t[r])){var v=(f[t[r].name]||{}).name,y=t[r].name;v&&y&&"number"==typeof y&&f[v]&&(u++,l.warn('addFrames: overwriting frame "'+f[v].name+'" with a frame whose name of type "number" also equates to "'+v+'". This is valid but may potentially lead to unexpected behavior since all plotly.js frame names are stored internally as strings.'),u>5&&l.warn("addFrames: This API call has yielded too many warnings. For the rest of this call, further warnings about numeric frame names will be suppressed.")),p.push({frame:c.supplyFrameDefaults(t[r]),index:n&&void 0!==n[r]&&null!==n[r]?n[r]:h+r})}p.sort(function(e,t){return e.index>t.index?-1:e.index<t.index?1:0});var g=[],_=[],T=d.length;for(r=p.length-1;r>=0;r--){if("number"==typeof(a=p[r].frame).name&&l.warn("Warning: addFrames accepts frames with numeric names, but the numbers areimplicitly cast to strings"),!a.name)for(;f[a.name="frame "+e._transitionData._counter++];);if(f[a.name]){for(i=0;i<d.length&&(d[i]||{}).name!==a.name;i++);g.push({type:"replace",index:i,value:a}),_.unshift({type:"replace",index:i,value:d[i]})}else o=Math.max(0,Math.min(p[r].index,T)),g.push({type:"insert",index:o,value:a}),_.unshift({type:"delete",index:o}),T++}var b=c.modifyFrames,M=c.modifyFrames,k=[e,_],K=[e,g];return s&&s.add(e,b,k,M,K),c.modifyFrames(e,g)},i.deleteFrames=function(e,t){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);var n,r,a=e._transitionData._frames,i=[],o=[];if(!t)for(t=[],n=0;n<a.length;n++)t.push(n);for((t=t.slice(0)).sort(),n=t.length-1;n>=0;n--)r=t[n],i.push({type:"delete",index:r}),o.unshift({type:"insert",index:r,value:a[r]});var u=c.modifyFrames,d=c.modifyFrames,f=[e,o],h=[e,i];return s&&s.add(e,u,f,d,h),c.modifyFrames(e,i)},i.purge=function(e){var t=(e=m.getGraphDiv(e))._fullLayout||{},n=e._fullData||[];return c.cleanPlot([],{},n,t),c.purge(e),o.purge(e),t._container&&t._container.remove(),delete e._context,delete e._replotPending,delete e._mouseDownTime,delete e._legendMouseDownTime,delete e._hmpixcount,delete e._hmlumcount,e}},function(e,t,n){"use strict";e.exports=function(e,t){var n=document.createElement("a"),r="download"in n,a=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent);return new Promise(function(i,l){"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent)&&l(new Error("IE < 10 unsupported")),a&&(document.location.href="data:application/octet-stream"+e.slice(e.search(/[,;]/)),i(t)),t||(t="download"),r&&(n.href=e,n.download=t,document.body.appendChild(n),n.click(),document.body.removeChild(n),i(t)),"undefined"!=typeof navigator&&navigator.msSaveBlob&&(navigator.msSaveBlob(new Blob([e]),t),i(t)),l(new Error("download error"))})}},function(e,t,n){"use strict";var r=n(8),a=n(9),i=n(6),l=n(0),o=n(94),s=n(95),u=e.exports={};function c(e,t){var n,a,l=t.currentTarget,o=l.getAttribute("data-attr"),s=l.getAttribute("data-val")||!0,u=e._fullLayout,c={},d=i.list(e,null,!0),f="on";if("zoom"===o){var h,p="in"===s?.5:2,v=(1+p)/2,y=(1-p)/2;for(a=0;a<d.length;a++)if(!(n=d[a]).fixedrange)if(h=n._name,"auto"===s)c[h+".autorange"]=!0;else if("reset"===s){if(void 0===n._rangeInitial)c[h+".autorange"]=!0;else{var g=n._rangeInitial.slice();c[h+".range[0]"]=g[0],c[h+".range[1]"]=g[1]}void 0!==n._showSpikeInitial&&(c[h+".showspikes"]=n._showSpikeInitial,"on"!==f||n._showSpikeInitial||(f="off"))}else{var m=[n.r2l(n.range[0]),n.r2l(n.range[1])],_=[v*m[0]+y*m[1],v*m[1]+y*m[0]];c[h+".range[0]"]=n.l2r(_[0]),c[h+".range[1]"]=n.l2r(_[1])}u._cartesianSpikesEnabled=f}else{if("hovermode"!==o||"x"!==s&&"y"!==s){if("hovermode"===o&&"closest"===s){for(a=0;a<d.length;a++)n=d[a],"on"!==f||n.showspikes||(f="off");u._cartesianSpikesEnabled=f}}else s=u._isHoriz?"y":"x",l.setAttribute("data-val",s),"closest"!==s&&(u._cartesianSpikesEnabled="off");c[o]=s}r.relayout(e,c)}function d(e,t){for(var n=t.currentTarget,i=n.getAttribute("data-attr"),l=n.getAttribute("data-val")||!0,o=e._fullLayout,s=a.getSubplotIds(o,"gl3d"),u={},c=i.split("."),d=0;d<s.length;d++)u[s[d]+"."+c[1]]=l;r.relayout(e,u)}function f(e,t){for(var n=t.currentTarget.getAttribute("data-attr"),i=e._fullLayout,o=a.getSubplotIds(i,"gl3d"),s={},u=0;u<o.length;u++){var c=o[u],d=c+".camera",f=i[c]._scene;"resetDefault"===n?s[d]=null:"resetLastSave"===n&&(s[d]=l.extendDeep({},f.cameraInitial))}r.relayout(e,s)}function h(e,t){var n=t.currentTarget,i=n._previousVal||!1,o=e.layout,s=e._fullLayout,u=a.getSubplotIds(s,"gl3d"),c=["xaxis","yaxis","zaxis"],d=["showspikes","spikesides","spikethickness","spikecolor"],f={},h={},p={};if(i)p=l.extendDeep(o,i),n._previousVal=null;else{p={"allaxes.showspikes":!1};for(var v=0;v<u.length;v++){var y=u[v],g=s[y],m=f[y]={};m.hovermode=g.hovermode,p[y+".hovermode"]=!1;for(var _=0;_<3;_++){var T=c[_];h=m[T]={};for(var b=0;b<d.length;b++){var M=d[b];h[M]=g[T][M]}}}n._previousVal=l.extendDeep({},f)}r.relayout(e,p)}function p(e,t){for(var n=t.currentTarget,r=n.getAttribute("data-attr"),i=n.getAttribute("data-val")||!0,l=e._fullLayout,o=a.getSubplotIds(l,"geo"),s=0;s<o.length;s++){var u=l[o[s]]._subplot;if("zoom"===r){var c=u.projection.scale(),d="in"===i?2*c:.5*c;u.projection.scale(d),u.zoom.scale(d),u.render()}else"reset"===r&&u.zoomReset()}}function v(e){var t,n=e._fullLayout;t=n._has("cartesian")?n._isHoriz?"y":"x":"closest";var a=!e._fullLayout.hovermode&&t;r.relayout(e,"hovermode",a)}u.toImage={name:"toImage",title:"Download plot as a png",icon:s.camera,click:function(e){var t="png";l.notifier("Taking snapshot - this may take a few seconds","long"),l.isIE()&&(l.notifier("IE only supports svg. Changing format to svg.","long"),t="svg"),o(e,{format:t}).then(function(e){l.notifier("Snapshot succeeded - "+e,"long")}).catch(function(){l.notifier("Sorry there was a problem downloading your snapshot!","long")})}},u.sendDataToCloud={name:"sendDataToCloud",title:"Save and edit plot in cloud",icon:s.disk,click:function(e){a.sendDataToCloud(e)}},u.zoom2d={name:"zoom2d",title:"Zoom",attr:"dragmode",val:"zoom",icon:s.zoombox,click:c},u.pan2d={name:"pan2d",title:"Pan",attr:"dragmode",val:"pan",icon:s.pan,click:c},u.select2d={name:"select2d",title:"Box Select",attr:"dragmode",val:"select",icon:s.selectbox,click:c},u.lasso2d={name:"lasso2d",title:"Lasso Select",attr:"dragmode",val:"lasso",icon:s.lasso,click:c},u.zoomIn2d={name:"zoomIn2d",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:c},u.zoomOut2d={name:"zoomOut2d",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:c},u.autoScale2d={name:"autoScale2d",title:"Autoscale",attr:"zoom",val:"auto",icon:s.autoscale,click:c},u.resetScale2d={name:"resetScale2d",title:"Reset axes",attr:"zoom",val:"reset",icon:s.home,click:c},u.hoverClosestCartesian={name:"hoverClosestCartesian",title:"Show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:c},u.hoverCompareCartesian={name:"hoverCompareCartesian",title:"Compare data on hover",attr:"hovermode",val:function(e){return e._fullLayout._isHoriz?"y":"x"},icon:s.tooltip_compare,gravity:"ne",click:c},u.zoom3d={name:"zoom3d",title:"Zoom",attr:"scene.dragmode",val:"zoom",icon:s.zoombox,click:d},u.pan3d={name:"pan3d",title:"Pan",attr:"scene.dragmode",val:"pan",icon:s.pan,click:d},u.orbitRotation={name:"orbitRotation",title:"orbital rotation",attr:"scene.dragmode",val:"orbit",icon:s["3d_rotate"],click:d},u.tableRotation={name:"tableRotation",title:"turntable rotation",attr:"scene.dragmode",val:"turntable",icon:s["z-axis"],click:d},u.resetCameraDefault3d={name:"resetCameraDefault3d",title:"Reset camera to default",attr:"resetDefault",icon:s.home,click:f},u.resetCameraLastSave3d={name:"resetCameraLastSave3d",title:"Reset camera to last save",attr:"resetLastSave",icon:s.movie,click:f},u.hoverClosest3d={name:"hoverClosest3d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:h},u.zoomInGeo={name:"zoomInGeo",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:p},u.zoomOutGeo={name:"zoomOutGeo",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:p},u.resetGeo={name:"resetGeo",title:"Reset",attr:"reset",val:null,icon:s.autoscale,click:p},u.hoverClosestGeo={name:"hoverClosestGeo",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestGl2d={name:"hoverClosestGl2d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestPie={name:"hoverClosestPie",title:"Toggle show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:v},u.toggleHover={name:"toggleHover",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:function(e,t){v(e),h(e,t)}},u.resetViews={name:"resetViews",title:"Reset views",icon:s.home,click:function(e,t){var n=t.currentTarget;n.setAttribute("data-attr","zoom"),n.setAttribute("data-val","reset"),c(e,t),n.setAttribute("data-attr","resetLastSave"),f(e,t)}},u.toggleSpikelines={name:"toggleSpikelines",title:"Toggle Spike Lines",icon:s.spikeline,attr:"_cartesianSpikesEnabled",val:"on",click:function(e){var t=e._fullLayout;t._cartesianSpikesEnabled="closest"===t.hovermode&&"on"===t._cartesianSpikesEnabled?"off":"on";var n=function(e){for(var t,n,r=e._fullLayout,a=i.list(e,null,!0),l={},o=0;o<a.length;o++)t=a[o],n=t._name,l[n+".showspikes"]="on"===r._cartesianSpikesEnabled;return l}(e);n.hovermode="closest",r.relayout(e,n)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(95);function l(e){this.container=e.container,this.element=document.createElement("div"),this.update(e.graphInfo,e.buttons),this.container.appendChild(this.element)}var o=l.prototype;o.update=function(e,t){this.graphInfo=e;var n=this.graphInfo._context;"hover"===n.displayModeBar?this.element.className="modebar modebar--hover":this.element.className="modebar";var r=!this.hasButtons(t),a=this.hasLogo!==n.displaylogo;(r||a)&&(this.removeAllButtons(),this.updateButtons(t),n.displaylogo&&(this.element.appendChild(this.getLogo()),this.hasLogo=!0)),this.updateActiveButton()},o.updateButtons=function(e){var t=this;this.buttons=e,this.buttonElements=[],this.buttonsNames=[],this.buttons.forEach(function(e){var n=t.createGroup();e.forEach(function(e){var r=e.name;if(!r)throw new Error("must provide button 'name' in button config");if(-1!==t.buttonsNames.indexOf(r))throw new Error("button name '"+r+"' is taken");t.buttonsNames.push(r);var a=t.createButton(e);t.buttonElements.push(a),n.appendChild(a)}),t.element.appendChild(n)})},o.createGroup=function(){var e=document.createElement("div");return e.className="modebar-group",e},o.createButton=function(e){var t=this,n=document.createElement("a");n.setAttribute("rel","tooltip"),n.className="modebar-btn";var a=e.title;void 0===a&&(a=e.name),(a||0===a)&&n.setAttribute("data-title",a),void 0!==e.attr&&n.setAttribute("data-attr",e.attr);var l=e.val;if(void 0!==l&&("function"==typeof l&&(l=l(this.graphInfo)),n.setAttribute("data-val",l)),"function"!=typeof e.click)throw new Error("must provide button 'click' function in button config");return n.addEventListener("click",function(n){e.click(t.graphInfo,n),t.updateActiveButton(n.currentTarget)}),n.setAttribute("data-toggle",e.toggle||!1),e.toggle&&r.select(n).classed("active",!0),n.appendChild(this.createIcon(e.icon||i.question,e.name)),n.setAttribute("data-gravity",e.gravity||"n"),n},o.createIcon=function(e,t){var n=e.ascent-e.descent,r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"svg"),i=document.createElementNS(r,"path");a.setAttribute("height","1em"),a.setAttribute("width",e.width/n+"em"),a.setAttribute("viewBox",[0,0,e.width,n].join(" "));var l="toggleSpikelines"===t?"matrix(1.5 0 0 -1.5 0 "+e.ascent+")":"matrix(1 0 0 -1 0 "+e.ascent+")";return i.setAttribute("d",e.path),i.setAttribute("transform",l),a.appendChild(i),a},o.updateActiveButton=function(e){var t=this.graphInfo._fullLayout,n=void 0!==e?e.getAttribute("data-attr"):null;this.buttonElements.forEach(function(e){var i=e.getAttribute("data-val")||!0,l=e.getAttribute("data-attr"),o="true"===e.getAttribute("data-toggle"),s=r.select(e);if(o)l===n&&s.classed("active",!s.classed("active"));else{var u=null===l?l:a.nestedProperty(t,l).get();s.classed("active",u===i)}})},o.hasButtons=function(e){var t=this.buttons;if(!t)return!1;if(e.length!==t.length)return!1;for(var n=0;n<e.length;++n){if(e[n].length!==t[n].length)return!1;for(var r=0;r<e[n].length;r++)if(e[n][r].name!==t[n][r].name)return!1}return!0},o.getLogo=function(){var e=this.createGroup(),t=document.createElement("a");return t.href="https://plot.ly/",t.target="_blank",t.setAttribute("data-title","Produced with Plotly"),t.className="modebar-btn plotlyjsicon modebar-btn--logo",t.appendChild(this.createIcon(i.plotlylogo)),e.appendChild(t),e},o.removeAllButtons=function(){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.hasLogo=!1},o.destroy=function(){a.removeElement(this.container.querySelector(".modebar"))},e.exports=function(e,t){var n=e._fullLayout,a=new l({graphInfo:e,container:n._paperdiv.node(),buttons:t});return n._privateplot&&r.select(a.element).append("span").classed("badge-private float--left",!0).text("PRIVATE"),a}},function(e,t,n){"use strict";var r=n(6),a=n(13),i=n(273),l=n(272);function o(e,t){if(t.length)if(Array.isArray(t[0]))for(var n=0;n<t.length;n++)e.push(t[n]);else e.push(t);return e}e.exports=function(e){var t=e._fullLayout,n=e._context,s=t._modeBar;if(n.displayModeBar){if(!Array.isArray(n.modeBarButtonsToRemove))throw new Error(["*modeBarButtonsToRemove* configuration options","must be an array."].join(" "));if(!Array.isArray(n.modeBarButtonsToAdd))throw new Error(["*modeBarButtonsToAdd* configuration options","must be an array."].join(" "));var u,c=n.modeBarButtons;u=Array.isArray(c)&&c.length?function(e){for(var t=0;t<e.length;t++)for(var n=e[t],r=0;r<n.length;r++){var a=n[r];if("string"==typeof a){if(void 0===l[a])throw new Error(["*modeBarButtons* configuration options","invalid button name"].join(" "));e[t][r]=l[a]}}return e}(c):function(e,t,n){var i=e._fullLayout,s=e._fullData,u=i._has("cartesian"),c=i._has("gl3d"),d=i._has("geo"),f=i._has("pie"),h=i._has("gl2d"),p=i._has("ternary"),v=[];function y(e){for(var n=[],r=0;r<e.length;r++){var a=e[r];-1===t.indexOf(a)&&n.push(l[a])}v.push(n)}if(y(["toImage","sendDataToCloud"]),(u||h||f||p)+d+c>1)return y(["resetViews","toggleHover"]),o(v,n);c&&(y(["zoom3d","pan3d","orbitRotation","tableRotation"]),y(["resetCameraDefault3d","resetCameraLastSave3d"]),y(["hoverClosest3d"]));d&&(y(["zoomInGeo","zoomOutGeo","resetGeo"]),y(["hoverClosestGeo"]));var g=function(e){for(var t=r.list({_fullLayout:e},null,!0),n=!0,a=0;a<t.length;a++)if(!t[a].fixedrange){n=!1;break}return n}(i),m=[];((u||h)&&!g||p)&&(m=["zoom2d","pan2d"]);(u||p||h)&&function(e){for(var t=!1,n=0;n<e.length&&!t;n++){var r=e[n];r._module&&r._module.selectPoints&&("scatter"===r.type||"scatterternary"===r.type||"scattergl"===r.type?(a.hasMarkers(r)||a.hasText(r))&&(t=!0):t=!0)}return t}(s)&&(m.push("select2d"),m.push("lasso2d"));m.length&&y(m);!u&&!h||g||p||y(["zoomIn2d","zoomOut2d","autoScale2d","resetScale2d"]);u&&f?y(["toggleHover"]):h?y(["hoverClosestGl2d"]):u?y(["toggleSpikelines","hoverClosestCartesian","hoverCompareCartesian"]):f&&y(["hoverClosestPie"]);return o(v,n)}(e,n.modeBarButtonsToRemove,n.modeBarButtonsToAdd),s?s.update(e,u):t._modeBar=i(e,u)}else s&&(s.destroy(),delete t._modeBar)}},function(e,t,n){"use strict";var r=n(8),a=n(0);function i(e,t,n){var r,i,l,o=!1;if("data"===t.type)r=e._fullData[null!==t.traces?t.traces[0]:0];else{if("layout"!==t.type)return!1;r=e._fullLayout}return i=a.nestedProperty(r,t.prop).get(),(l=n[t.type]=n[t.type]||{}).hasOwnProperty(t.prop)&&l[t.prop]!==i&&(o=!0),l[t.prop]=i,{changed:o,value:i}}function l(e,t){var n=[],r=t[0],i={};if("string"==typeof r)i[r]=t[1];else{if(!a.isPlainObject(r))return n;i=r}return s(i,function(e,t,r){n.push({type:"layout",prop:e,value:r})},"",0),n}function o(e,t){var n,r,i,l,o=[];if(r=t[0],i=t[1],n=t[2],l={},"string"==typeof r)l[r]=i;else{if(!a.isPlainObject(r))return o;l=r,void 0===n&&(n=i)}return void 0===n&&(n=null),s(l,function(t,r,a){var i;if(Array.isArray(a)){var l=Math.min(a.length,e.data.length);n&&(l=Math.min(l,n.length)),i=[];for(var s=0;s<l;s++)i[s]=n?n[s]:s}else i=n?n.slice(0):null;if(null===i)Array.isArray(a)&&(a=a[0]);else if(Array.isArray(i)){if(!Array.isArray(a)){var u=a;a=[];for(var c=0;c<i.length;c++)a[c]=u}a.length=Math.min(i.length,a.length)}o.push({type:"data",prop:t,traces:i,value:a})},"",0),o}function s(e,t,n,r){Object.keys(e).forEach(function(i){var l=e[i];if("_"!==i[0]){var o=n+(r>0?".":"")+i;a.isPlainObject(l)?s(l,t,o,r+1):t(o,i,l)}})}t.manageCommandObserver=function(e,n,r,l){var o={},s=!0;n&&n._commandObserver&&(o=n._commandObserver),o.cache||(o.cache={}),o.lookupTable={};var u=t.hasSimpleAPICommandBindings(e,r,o.lookupTable);if(n&&n._commandObserver){if(u)return o;if(n._commandObserver.remove)return n._commandObserver.remove(),n._commandObserver=null,o}if(u){i(e,u,o.cache),o.check=function(){if(s){var t=i(e,u,o.cache);return t.changed&&l&&void 0!==o.lookupTable[t.value]&&(o.disable(),Promise.resolve(l({value:t.value,type:u.type,prop:u.prop,traces:u.traces,index:o.lookupTable[t.value]})).then(o.enable,o.enable)),t.changed}};for(var c=["plotly_relayout","plotly_redraw","plotly_restyle","plotly_update","plotly_animatingframe","plotly_afterplot"],d=0;d<c.length;d++)e._internalOn(c[d],o.check);o.remove=function(){for(var t=0;t<c.length;t++)e._removeInternalListener(c[t],o.check)}}else a.warn("Unable to automatically bind plot updates to API command"),o.lookupTable={},o.remove=function(){};return o.disable=function(){s=!1},o.enable=function(){s=!0},n&&(n._commandObserver=o),o},t.hasSimpleAPICommandBindings=function(e,n,r){var a,i,l=n.length;for(a=0;a<l;a++){var o,s=n[a],u=s.method,c=s.args;if(Array.isArray(c)||(c=[]),!u)return!1;var d=t.computeAPICommandBindings(e,u,c);if(1!==d.length)return!1;if(i){if((o=d[0]).type!==i.type)return!1;if(o.prop!==i.prop)return!1;if(Array.isArray(i.traces)){if(!Array.isArray(o.traces))return!1;o.traces.sort();for(var f=0;f<i.traces.length;f++)if(i.traces[f]!==o.traces[f])return!1}else if(o.prop!==i.prop)return!1}else i=d[0],Array.isArray(i.traces)&&i.traces.sort();var h=(o=d[0]).value;if(Array.isArray(h)){if(1!==h.length)return!1;h=h[0]}r&&(r[h]=a)}return i},t.executeAPICommand=function(e,t,n){if("skip"===t)return Promise.resolve();var i=r[t],l=[e];Array.isArray(n)||(n=[]);for(var o=0;o<n.length;o++)l.push(n[o]);return i.apply(null,l).catch(function(e){return a.warn("API call to Plotly."+t+" rejected.",e),Promise.reject(e)})},t.computeAPICommandBindings=function(e,t,n){var r;switch(Array.isArray(n)||(n=[]),t){case"restyle":r=o(e,n);break;case"relayout":r=l(e,n);break;case"update":r=o(e,[n[0],n[2]]).concat(l(e,[n[1]]));break;case"animate":r=function(e,t){return Array.isArray(t[0])&&1===t[0].length&&-1!==["string","number"].indexOf(typeof t[0][0])?[{type:"layout",prop:"_currentFrame",value:t[0][0].toString()}]:[]}(0,n);break;default:r=[]}return r}},function(e,t,n){"use strict";var r=n(1),a=n(3);e.exports=function(e){e.each(function(e){var t=e[0].trace,n=t.error_y||{},i=t.error_x||{},l=r.select(this);l.selectAll("path.yerror").style("stroke-width",n.thickness+"px").call(a.stroke,n.color),i.copy_ystyle&&(i=n),l.selectAll("path.xerror").style("stroke-width",i.thickness+"px").call(a.stroke,i.color)})}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(13);e.exports=function(e,t,n){var l=t.xaxis,o=t.yaxis,s=n&&n.duration>0;e.each(function(e){var t,u=e[0].trace,c=u.error_x||{},d=u.error_y||{};u.ids&&(t=function(e){return e.id});var f=i.hasMarkers(u)&&u.marker.maxdisplayed>0;if(d.visible||c.visible){var h=r.select(this).selectAll("g.errorbar").data(e,t);h.exit().remove(),h.style("opacity",1);var p=h.enter().append("g").classed("errorbar",!0);s&&p.style("opacity",0).transition().duration(n.duration).style("opacity",1),h.each(function(e){var t=r.select(this),i=function(e,t,n){var r={x:t.c2p(e.x),y:n.c2p(e.y)};void 0!==e.yh&&(r.yh=n.c2p(e.yh),r.ys=n.c2p(e.ys),a(r.ys)||(r.noYS=!0,r.ys=n.c2p(e.ys,!0)));void 0!==e.xh&&(r.xh=t.c2p(e.xh),r.xs=t.c2p(e.xs),a(r.xs)||(r.noXS=!0,r.xs=t.c2p(e.xs,!0)));return r}(e,l,o);if(!f||e.vis){var u;if(d.visible&&a(i.x)&&a(i.yh)&&a(i.ys)){var h=d.width;u="M"+(i.x-h)+","+i.yh+"h"+2*h+"m-"+h+",0V"+i.ys,i.noYS||(u+="m-"+h+",0h"+2*h);var p=t.select("path.yerror");!p.size()?p=t.append("path").classed("yerror",!0):s&&(p=p.transition().duration(n.duration).ease(n.easing)),p.attr("d",u)}if(c.visible&&a(i.y)&&a(i.xh)&&a(i.xs)){var v=(c.copy_ystyle?d:c).width;u="M"+i.xh+","+(i.y-v)+"v"+2*v+"m0,-"+v+"H"+i.xs,i.noXS||(u+="m0,-"+v+"v"+2*v);var y=t.select("path.xerror");!y.size()?y=t.append("path").classed("xerror",!0):s&&(y=y.transition().duration(n.duration).ease(n.easing)),y.attr("d",u)}}})}})}},function(e,t,n){"use strict";function r(e,t){return"percent"===e?function(e){return Math.abs(e*t/100)}:"constant"===e?function(){return Math.abs(t)}:"sqrt"===e?function(e){return Math.sqrt(Math.abs(e))}:void 0}e.exports=function(e){var t=e.type,n=e.symmetric;if("data"===t){var a=e.array,i=e.arrayminus;return n||void 0===i?function(e,t){var n=+a[t];return[n,n]}:function(e,t){return[+i[t],+a[t]]}}var l=r(t,e.value),o=r(t,e.valueminus);return n||void 0===e.valueminus?function(e){var t=l(e);return[t,t]}:function(e){return[o(e),l(e)]}}},function(e,t,n){"use strict";var r=n(0),a=n(18).id2name;e.exports=function(e,t,n,i,l){var o=l._axisConstraintGroups,s=t._id,u=s.charAt(0);if(!t.fixedrange&&(n("constrain"),r.coerce(e,t,{constraintoward:{valType:"enumerated",values:"x"===u?["left","center","right"]:["bottom","middle","top"],dflt:"x"===u?"center":"middle"}},"constraintoward"),e.scaleanchor)){var c=function(e,t,n,r){var i,l,o,s,u=r[a(t)].type,c=[];for(l=0;l<n.length;l++)(o=n[l])!==t&&((s=r[a(o)]).type!==u||s.fixedrange||c.push(o));for(i=0;i<e.length;i++)if(e[i][t]){var d=e[i],f=[];for(l=0;l<c.length;l++)o=c[l],d[o]||f.push(o);return{linkableAxes:f,thisGroup:d}}return{linkableAxes:c,thisGroup:null}}(o,s,i,l),d=r.coerce(e,t,{scaleanchor:{valType:"enumerated",values:c.linkableAxes}},"scaleanchor");if(d){var f=n("scaleratio");f||(f=t.scaleratio=1),function(e,t,n,r,a){var i,l,o,s,u;null===t?((t={})[n]=1,u=e.length,e.push(t)):u=e.indexOf(t);var c=Object.keys(t);for(i=0;i<e.length;i++)if(o=e[i],i!==u&&o[r]){var d=o[r];for(l=0;l<c.length;l++)s=c[l],o[s]=d*a*t[s];return void e.splice(u,1)}if(1!==a)for(l=0;l<c.length;l++)t[c[l]]*=a;t[r]=1}(o,c.thisGroup,s,d,f)}else-1!==i.indexOf(e.scaleanchor)&&r.warn("ignored "+t._name+'.scaleanchor: "'+e.scaleanchor+'" to avoid either an infinite loop and possibly inconsistent scaleratios, or because the targetaxis has fixed range.')}}},function(e,t,n){"use strict";var r=n(1);function a(e,t,n){var a,i,l,o,s,u=[],c=n.map(function(t){return t[e]}),d=r.bisector(t).left;for(a=0;a<c.length;a++)for(l=c[a],i=0;i<l.length;i++)null!==(o=l[i])&&void 0!==o&&((s=d(u,o))<u.length&&u[s]===o||u.splice(s,0,o));return u}e.exports=function(e,t,n,i){switch(t){case"array":return Array.isArray(n)?n.slice():[];case"category ascending":return a(e,r.ascending,i);case"category descending":return a(e,r.descending,i);case"trace":default:return[]}}},function(e,t,n){"use strict";e.exports=function(e,t,n){if("category"===t.type){var r,a=e.categoryarray,i=Array.isArray(a)&&a.length>0;i&&(r="array");var l=n("categoryorder",r);"array"===l&&n("categoryarray"),i||"array"!==l||(t.categoryorder="trace")}}},function(e,t,n){"use strict";var r=n(4),a=n(151),i=n(18).name2id;function l(e){return{v:"x",h:"y"}[e.orientation||"v"]}function o(e,t){var n=l(e),a=r.traceIs(e,"box"),i=r.traceIs(e._fullInput||{},"candlestick");return a&&!i&&t===n&&void 0===e[n]&&void 0===e[n+"0"]}e.exports=function(e,t,n,s,u){u&&(t._name=u,t._id=i(u)),"-"===n("type")&&(!function(e,t){if("-"!==e.type)return;var n=e._id,i=n.charAt(0);-1!==n.indexOf("scene")&&(n=i);var s=function(e,t,n){for(var r=0;r<e.length;r++){var a=e[r];if((a[n+"axis"]||n)===t){if(o(a,n))return a;if((a[n]||[]).length||a[n+"0"])return a}}}(t,n,i);if(!s)return;if("histogram"===s.type&&i==={v:"y",h:"x"}[s.orientation||"v"])return void(e.type="linear");var u=i+"calendar",c=s[u];if(o(s,i)){for(var d,f=l(s),h=[],p=0;p<t.length;p++)d=t[p],r.traceIs(d,"box")&&(d[i+"axis"]||i)===n&&(void 0!==d[f]?h.push(d[f][0]):void 0!==d.name?h.push(d.name):h.push("text"),d[u]!==c&&(c=void 0));e.type=a(h,c)}else e.type=a(s[i]||[s[i+"0"]],c)}(t,s),"-"===t.type?t.type="linear":e.type=t.type)}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(3),l=n(41),o=n(15),s=n(23),u=n(282),c=n(150),d=n(279),f=n(148),h=n(18);e.exports=function(e,t,n){var p,v=Object.keys(e),y=[],g=[],m=[],_=[],T=[],b=[],M={},k={};for(p=0;p<n.length;p++){var K,x,C=n[p];if(r.traceIs(C,"cartesian"))K=y,x=g;else{if(!r.traceIs(C,"gl2d"))continue;K=m,x=_}var A=h.id2name(C.xaxis),w=h.id2name(C.yaxis);if(r.traceIs(C,"carpet")&&("carpet"!==C.type||C._cheater)||A&&a.pushUnique(b,A),"carpet"===C.type&&C._cheater&&A&&a.pushUnique(T,A),A&&-1===K.indexOf(A)&&K.push(A),w&&-1===x.indexOf(w)&&x.push(w),r.traceIs(C,"2dMap")&&(M[A]=!0,M[w]=!0),r.traceIs(C,"oriented"))k["h"===C.orientation?w:A]=!0}if(!(t._has("gl3d")||t._has("geo")))for(p=0;p<v.length;p++){var L=v[p];-1===m.indexOf(L)&&-1===y.indexOf(L)&&o.xAxisMatch.test(L)?y.push(L):-1===_.indexOf(L)&&-1===g.indexOf(L)&&o.yAxisMatch.test(L)&&g.push(L)}function D(e,t){return Number(e.substr(5)||1)-Number(t.substr(5)||1)}y.length&&g.length&&a.pushUnique(t._basePlotModules,r.subplotsRegistry.cartesian);var B=y.concat(m).sort(D),S=g.concat(_).sort(D),G=B.concat(S),z=i.background;B.length&&S.length&&(z=a.coerce(e,t,l,"plot_bgcolor"));var W,O,P,R,E=i.combine(z,t.paper_bgcolor);function j(e,t){return a.coerce(P,R,s,e,t)}function I(e){var t={x:S,y:B}[e];return a.simpleMap(t,h.name2id)}var N={x:I("x"),y:I("y")};function F(t,n){for(var r={x:B,y:S}[t],a=[],i=0;i<r.length;i++){var l=r[i];l===n||(e[l]||{}).overlaying||a.push(h.name2id(l))}return a}for(p=0;p<G.length;p++){W=G[p],a.isPlainObject(e[W])||(e[W]={}),P=e[W],R=t[W]={},u(P,R,j,n,W);var $=F(O=W.charAt(0),W),V={letter:O,font:t.font,outerTicks:M[W],showGrid:!k[W],data:n,bgColor:E,calendar:t.calendar,cheateronly:"x"===O&&-1!==T.indexOf(W)&&-1===b.indexOf(W)};c(P,R,j,V,t),j("showspikes")&&(j("spikecolor"),j("spikethickness"),j("spikedash"),j("spikemode"));var H={letter:O,counterAxes:N[O],overlayableAxes:$};f(P,R,j,H),R._input=P}var q=r.getComponentMethod("rangeslider","handleDefaults"),U=r.getComponentMethod("rangeselector","handleDefaults");for(p=0;p<B.length;p++)W=B[p],P=e[W],R=t[W],q(e,t,W),"date"===R.type&&U(P,R,t,S,R.calendar),j("fixedrange");for(p=0;p<S.length;p++){W=S[p],P=e[W],R=t[W];var Y=t[h.id2name(R.anchor)];j("fixedrange",Y&&Y.rangeslider&&Y.rangeslider.visible)}t._axisConstraintGroups=[];var X=N.x.concat(N.y);for(p=0;p<G.length;p++)O=(W=G[p]).charAt(0),P=e[W],R=t[W],d(P,R,j,X,t)}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(6),l=n(278);function o(e,t,n,a){var o=t["error_"+a]||{},s=[];if(o.visible&&-1!==["linear","log"].indexOf(n.type)){for(var u=l(o),c=0;c<e.length;c++){var d=e[c],f=d[a];if(r(n.c2l(f))){var h=u(f,c);if(r(h[0])&&r(h[1])){var p=d[a+"s"]=f-h[0],v=d[a+"h"]=f+h[1];s.push(p,v)}}}i.expand(n,s,{padded:!0})}}e.exports=function(e){for(var t=e.calcdata,n=0;n<t.length;n++){var r=t[n],l=r[0].trace;if(a.traceIs(l,"errorBarsOK")){var s=i.getFromId(e,l.xaxis),u=i.getFromId(e,l.yaxis);o(r,l,s,"x"),o(r,l,u,"y")}}}},function(e,t,n){"use strict";var r=n(23),a=n(10).extendFlat,i=a({},r.domain,{description:["Polar chart subplots are not supported yet.","This key has currently no effect."].join(" ")});function l(e,t){var n={showline:{valType:"boolean",role:"style",description:["Determines whether or not the line bounding this",e,"axis","will be shown on the figure."].join(" ")},showticklabels:{valType:"boolean",role:"style",description:["Determines whether or not the",e,"axis ticks","will feature tick labels."].join(" ")},tickorientation:{valType:"enumerated",values:["horizontal","vertical"],role:"style",description:["Sets the orientation (from the paper perspective)","of the",e,"axis tick labels."].join(" ")},ticklen:{valType:"number",min:0,role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},tickcolor:{valType:"color",role:"style",description:["Sets the color of the tick lines on this",e,"axis."].join(" ")},ticksuffix:{valType:"string",role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},endpadding:{valType:"number",role:"style"},visible:{valType:"boolean",role:"info",description:["Determines whether or not this axis will be visible."].join(" ")}};return a({},t,n)}e.exports={radialaxis:l("radial",{range:{valType:"info_array",role:"info",items:[{valType:"number"},{valType:"number"}],description:["Defines the start and end point of this radial axis."].join(" ")},domain:i,orientation:{valType:"number",role:"style",description:["Sets the orientation (an angle with respect to the origin)","of the radial axis."].join(" ")}}),angularaxis:l("angular",{range:{valType:"info_array",role:"info",items:[{valType:"number",dflt:0},{valType:"number",dflt:360}],description:["Defines the start and end point of this angular axis."].join(" ")},domain:i}),layout:{direction:{valType:"enumerated",values:["clockwise","counterclockwise"],role:"info",description:["For polar plots only.","Sets the direction corresponding to positive angles."].join(" ")},orientation:{valType:"angle",role:"info",description:["For polar plots only.","Rotates the entire polar by the given angle."].join(" ")}}}},function(e,t,n){"use strict";var r=n(1);e.exports={circle:{n:0,f:function(e){var t=r.round(e,2);return"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"}},square:{n:1,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"}},diamond:{n:2,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"Z"}},cross:{n:3,f:function(e){var t=r.round(.4*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H"+t+"V"+n+"H-"+t+"V"+t+"H-"+n+"V-"+t+"H-"+t+"V-"+n+"H"+t+"V-"+t+"H"+n+"Z"}},x:{n:4,f:function(e){var t=r.round(.8*e/Math.sqrt(2),2),n="l"+t+","+t,a="l"+t+",-"+t,i="l-"+t+",-"+t,l="l-"+t+","+t;return"M0,"+t+n+a+i+a+i+l+i+l+n+l+n+"Z"}},"triangle-up":{n:5,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+","+r.round(e/2,2)+"H"+t+"L0,-"+r.round(e,2)+"Z"}},"triangle-down":{n:6,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+",-"+r.round(e/2,2)+"H"+t+"L0,"+r.round(e,2)+"Z"}},"triangle-left":{n:7,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M"+r.round(e/2,2)+",-"+t+"V"+t+"L-"+r.round(e,2)+",0Z"}},"triangle-right":{n:8,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+r.round(e/2,2)+",-"+t+"V"+t+"L"+r.round(e,2)+",0Z"}},"triangle-ne":{n:9,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+n+",-"+t+"H"+t+"V"+n+"Z"}},"triangle-se":{n:10,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+t+",-"+n+"V"+t+"H-"+n+"Z"}},"triangle-sw":{n:11,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H-"+t+"V-"+n+"Z"}},"triangle-nw":{n:12,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+t+","+n+"V-"+t+"H"+n+"Z"}},pentagon:{n:13,f:function(e){var t=r.round(.951*e,2),n=r.round(.588*e,2),a=r.round(-e,2),i=r.round(-.309*e,2);return"M"+t+","+i+"L"+n+","+r.round(.809*e,2)+"H-"+n+"L-"+t+","+i+"L0,"+a+"Z"}},hexagon:{n:14,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M"+a+",-"+n+"V"+n+"L0,"+t+"L-"+a+","+n+"V-"+n+"L0,-"+t+"Z"}},hexagon2:{n:15,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M-"+n+","+a+"H"+n+"L"+t+",0L"+n+",-"+a+"H-"+n+"L-"+t+",0Z"}},octagon:{n:16,f:function(e){var t=r.round(.924*e,2),n=r.round(.383*e,2);return"M-"+n+",-"+t+"H"+n+"L"+t+",-"+n+"V"+n+"L"+n+","+t+"H-"+n+"L-"+t+","+n+"V-"+n+"Z"}},star:{n:17,f:function(e){var t=1.4*e,n=r.round(.225*t,2),a=r.round(.951*t,2),i=r.round(.363*t,2),l=r.round(.588*t,2),o=r.round(-t,2),s=r.round(-.309*t,2),u=r.round(.118*t,2),c=r.round(.809*t,2);return"M"+n+","+s+"H"+a+"L"+i+","+u+"L"+l+","+c+"L0,"+r.round(.382*t,2)+"L-"+l+","+c+"L-"+i+","+u+"L-"+a+","+s+"H-"+n+"L0,"+o+"Z"}},hexagram:{n:18,f:function(e){var t=r.round(.66*e,2),n=r.round(.38*e,2),a=r.round(.76*e,2);return"M-"+a+",0l-"+n+",-"+t+"h"+a+"l"+n+",-"+t+"l"+n+","+t+"h"+a+"l-"+n+","+t+"l"+n+","+t+"h-"+a+"l-"+n+","+t+"l-"+n+",-"+t+"h-"+a+"Z"}},"star-triangle-up":{n:19,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M-"+t+","+n+l+t+","+n+l+"0,-"+a+l+"-"+t+","+n+"Z"}},"star-triangle-down":{n:20,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M"+t+",-"+n+l+"-"+t+",-"+n+l+"0,"+a+l+t+",-"+n+"Z"}},"star-square":{n:21,f:function(e){var t=r.round(1.1*e,2),n=r.round(2*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",-"+t+a+"-"+t+","+t+a+t+","+t+a+t+",-"+t+a+"-"+t+",-"+t+"Z"}},"star-diamond":{n:22,f:function(e){var t=r.round(1.4*e,2),n=r.round(1.9*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",0"+a+"0,"+t+a+t+",0"+a+"0,-"+t+a+"-"+t+",0Z"}},"diamond-tall":{n:23,f:function(e){var t=r.round(.7*e,2),n=r.round(1.4*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},"diamond-wide":{n:24,f:function(e){var t=r.round(1.4*e,2),n=r.round(.7*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},hourglass:{n:25,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"L"+t+",-"+t+"H-"+t+"Z"},noDot:!0},bowtie:{n:26,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"V-"+t+"L-"+t+","+t+"V-"+t+"Z"},noDot:!0},"circle-cross":{n:27,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"circle-x":{n:28,f:function(e){var t=r.round(e,2),n=r.round(e/Math.sqrt(2),2);return"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"square-cross":{n:29,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"square-x":{n:30,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"diamond-cross":{n:31,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM0,-"+t+"V"+t+"M-"+t+",0H"+t},needLine:!0,noDot:!0},"diamond-x":{n:32,f:function(e){var t=r.round(1.3*e,2),n=r.round(.65*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM-"+n+",-"+n+"L"+n+","+n+"M-"+n+","+n+"L"+n+",-"+n},needLine:!0,noDot:!0},"cross-thin":{n:33,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t},needLine:!0,noDot:!0},"x-thin":{n:34,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},asterisk:{n:35,f:function(e){var t=r.round(1.2*e,2),n=r.round(.85*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n},needLine:!0,noDot:!0},hash:{n:36,f:function(e){var t=r.round(e/2,2),n=r.round(e,2);return"M"+t+","+n+"V-"+n+"m-"+n+",0V"+n+"M"+n+","+t+"H-"+n+"m0,-"+n+"H"+n},needLine:!0},"y-up":{n:37,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+","+a+"L0,0M"+t+","+a+"L0,0M0,-"+n+"L0,0"},needLine:!0,noDot:!0},"y-down":{n:38,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+",-"+a+"L0,0M"+t+",-"+a+"L0,0M0,"+n+"L0,0"},needLine:!0,noDot:!0},"y-left":{n:39,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M"+a+","+t+"L0,0M"+a+",-"+t+"L0,0M-"+n+",0L0,0"},needLine:!0,noDot:!0},"y-right":{n:40,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+a+","+t+"L0,0M-"+a+",-"+t+"L0,0M"+n+",0L0,0"},needLine:!0,noDot:!0},"line-ew":{n:41,f:function(e){var t=r.round(1.4*e,2);return"M"+t+",0H-"+t},needLine:!0,noDot:!0},"line-ns":{n:42,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t},needLine:!0,noDot:!0},"line-ne":{n:43,f:function(e){var t=r.round(e,2);return"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},"line-nw":{n:44,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t},needLine:!0,noDot:!0}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e){var t=e.marker,n=t.sizeref||1,a=t.sizemin||0,i="area"===t.sizemode?function(e){return Math.sqrt(e/n)}:function(e){return e/n};return function(e){var t=i(e/2);return r(t)&&t>0?Math.max(t,a):0}}},function(e,t,n){"use strict";e.exports={entityToUnicode:{mu:"ฮผ","#956":"ฮผ",amp:"&","#28":"&",lt:"<","#60":"<",gt:">","#62":">",nbsp:"ย ","#160":"ย ",times:"ร","#215":"ร",plusmn:"ยฑ","#177":"ยฑ",deg:"ยฐ","#176":"ยฐ"}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(2),l=n(3);function o(e){var t={r:e[0],g:e[1],b:e[2],a:e[3]};return a(t).toRgbString()}e.exports=function(e,t){t=t||{};for(var n=e.domain,s=e.range,u=s.length,c=new Array(u),d=0;d<u;d++){var f=a(s[d]).toRgb();c[d]=[f.r,f.g,f.b,f.a]}var h,p=r.scale.linear().domain(n).range(c).clamp(!0),v=t.noNumericCheck,y=t.returnArray;return(h=v&&y?p:v?function(e){return o(p(e))}:y?function(e){return i(e)?p(e):a(e).isValid()?e:l.defaultLine}:function(e){return i(e)?o(p(e)):a(e).isValid()?e:l.defaultLine}).domain=p.domain,h.range=function(){return s},h}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r=e.length,a=new Array(r),i=new Array(r),l=0;l<r;l++){var o=e[l];a[l]=t+o[0]*(n-t),i[l]=o[1]}return{domain:a,range:i}}},function(e,t,n){"use strict";var r=n(0),a=n(157),i=n(156),l=n(155),o=n(102);e.exports=function(e,t,n){var s=t.colorbar={},u=e.colorbar||{};function c(e,t){return r.coerce(u,s,o,e,t)}c("thickness","fraction"===c("thicknessmode")?30/(n.width-n.margin.l-n.margin.r):30),c("len","fraction"===c("lenmode")?1:n.height-n.margin.t-n.margin.b),c("x"),c("xanchor"),c("xpad"),c("y"),c("yanchor"),c("ypad"),r.noneOrAll(u,s,["x","y"]),c("outlinecolor"),c("outlinewidth"),c("bordercolor"),c("borderwidth"),c("bgcolor"),a(u,s,c,"linear"),l(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),i(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),c("title"),r.coerceFont(c,"titlefont",n.font),c("titleside")}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){return r.isPlainObject(e.colorbar)}},function(e,t,n){"use strict";var r=n(159),a=n(10).extendDeep,i=n(25);e.exports=function(e){return{color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the ",e," color. It accepts either a specific color"," or an array of numbers that are mapped to the colorscale"," relative to the max and min values of the array or relative to"," `cmin` and `cmax` if set."].join("")},colorscale:a({},r.colorscale,{description:["Sets the colorscale and only has an effect"," if `",e,".color` is set to a numerical array."," The colorscale must be an array containing"," arrays mapping a normalized value to an"," rgb, rgba, hex, hsl, hsv, or named color string."," At minimum, a mapping for the lowest (0) and highest (1)"," values are required. For example,"," `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`."," To control the bounds of the colorscale in color space,"," use `",e,".cmin` and `",e,".cmax`."," Alternatively, `colorscale` may be a palette name string"," of the following list: "].join("").concat(Object.keys(i).join(", "))}),cauto:a({},r.zauto,{description:["Has an effect only if `",e,".color` is set to a numerical array"," and `cmin`, `cmax` are set by the user. In this case,"," it controls whether the range of colors in `colorscale` is mapped to"," the range of values in the `color` array (`cauto: true`), or the `cmin`/`cmax`"," values (`cauto: false`)."," Defaults to `false` when `cmin`, `cmax` are set by the user."].join("")}),cmax:a({},r.zmax,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the upper bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmin` must be set as well."].join("")}),cmin:a({},r.zmin,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the lower bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmax` must be set as well."].join("")}),autocolorscale:a({},r.autocolorscale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Determines whether the colorscale is a default palette (`autocolorscale: true`)"," or the palette determined by `",e,".colorscale`."," In case `colorscale` is unspecified or `autocolorscale` is true, the default "," palette will be chosen according to whether numbers in the `color` array are"," all positive, all negative or mixed."].join("")}),reversescale:a({},r.reversescale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Reverses the color mapping if true (`cmin` will correspond to the last color"," in the array and `cmax` will correspond to the first color)."].join("")})}}},function(e,t,n){"use strict";var r=n(40),a=r.marker;e.exports={r:r.r,t:r.t,marker:{color:a.color,size:a.size,symbol:a.symbol,opacity:a.opacity}}},function(e,t,n){"use strict";e.exports=function(e){return e}},function(e,t,n){"use strict";var r=n(2),a=n(16).BADNUM,i=/^['"%,$#\s']+|[, ]|['"%,$#\s']+$/g;e.exports=function(e){return"string"==typeof e&&(e=e.replace(i,"")),r(e)?Number(e):a}},function(e,t,n){"use strict";e.exports=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r.visible&&t.push(r)}return t}},function(e,t,n){"use strict";e.exports=function(e){for(var t={},n=[],r=0,a=0;a<e.length;a++){var i=e[a];1!==t[i]&&(t[i]=1,n[r++]=i)}return n}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=[];e.exports=function(e,t){if(-1===i.indexOf(e)){i.push(e);var n=1e3;a(t)?n=t:"long"===t&&(n=3e3);var l=r.select("body").selectAll(".plotly-notifier").data([0]);l.enter().append("div").classed("plotly-notifier",!0),l.selectAll(".notifier-note").data(i).enter().append("div").classed("notifier-note",!0).style("opacity",0).each(function(e){var t=r.select(this);t.append("button").classed("notifier-close",!0).html("×").on("click",function(){t.transition().call(o)});for(var a=t.append("p"),i=e.split(/<br\s*\/?>/g),l=0;l<i.length;l++)l&&a.append("br"),a.append("span").text(i[l]);t.transition().duration(700).style("opacity",1).transition().delay(n).call(o)})}function o(e){e.duration(700).style("opacity",0).each("end",function(e){var t=i.indexOf(e);-1!==t&&i.splice(t,1),r.select(this).remove()})}}},function(e,t,n){"use strict";var r=n(2);t.aggNums=function(e,n,a,i){var l,o;if(i||(i=a.length),r(n)||(n=!1),Array.isArray(a[0])){for(o=new Array(i),l=0;l<i;l++)o[l]=t.aggNums(e,n,a[l]);a=o}for(l=0;l<i;l++)r(n)?r(a[l])&&(n=e(+n,+a[l])):n=a[l];return n},t.len=function(e){return t.aggNums(function(e){return e+1},0,e)},t.mean=function(e,n){return n||(n=t.len(e)),t.aggNums(function(e,t){return e+t},0,e)/n},t.variance=function(e,n,a){return n||(n=t.len(e)),r(a)||(a=t.mean(e,n)),t.aggNums(function(e,t){return e+Math.pow(t-a,2)},0,e)/n},t.stdev=function(e,n,r){return Math.sqrt(t.variance(e,n,r))},t.interp=function(e,t){if(!r(t))throw"n should be a finite number";if((t=t*e.length-.5)<0)return e[0];if(t>e.length-1)return e[e.length-1];var n=t%1;return n*e[Math.ceil(t)]+(1-n)*e[Math.floor(t)]}},function(e,t,n){"use strict";var r,a,i=n(1),l=n(2),o=n(33).error,s=n(166),u=n(16),c=u.BADNUM,d=u.ONEDAY,f=u.ONEHOUR,h=u.ONEMIN,p=u.ONESEC,v=u.EPOCHJD,y=n(4),g=i.time.format.utc,m=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\d)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,_=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\di?)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,T=(new Date).getFullYear()-70;function b(e){return e&&y.componentsRegistry.calendars&&"string"==typeof e&&"gregorian"!==e}function M(e,t){return String(e+Math.pow(10,t)).substr(1)}t.dateTick0=function(e,t){return b(e)?t?y.getComponentMethod("calendars","CANONICAL_SUNDAY")[e]:y.getComponentMethod("calendars","CANONICAL_TICK")[e]:t?"2000-01-02":"2000-01-01"},t.dfltRange=function(e){return b(e)?y.getComponentMethod("calendars","DFLTRANGE")[e]:["2000-01-01","2001-01-01"]},t.isJSDate=function(e){return"object"==typeof e&&null!==e&&"function"==typeof e.getTime},t.dateTime2ms=function(e,n){if(t.isJSDate(e))return(e=Number(e)-e.getTimezoneOffset()*h)>=r&&e<=a?e:c;if("string"!=typeof e&&"number"!=typeof e)return c;e=String(e);var i=b(n),l=e.charAt(0);!i||"G"!==l&&"g"!==l||(e=e.substr(1),n="");var o=i&&"chinese"===n.substr(0,7),s=e.match(o?_:m);if(!s)return c;var u=s[1],g=s[3]||"1",M=Number(s[5]||1),k=Number(s[7]||0),K=Number(s[9]||0),x=Number(s[11]||0);if(i){if(2===u.length)return c;var C;u=Number(u);try{var A=y.getComponentMethod("calendars","getCal")(n);if(o){var w="i"===g.charAt(g.length-1);g=parseInt(g,10),C=A.newDate(u,A.toMonthIndex(u,g,w),M)}else C=A.newDate(u,Number(g),M)}catch(e){return c}return C?(C.toJD()-v)*d+k*f+K*h+x*p:c}u=2===u.length?(Number(u)+2e3-T)%100+T:Number(u),g-=1;var L=new Date(Date.UTC(2e3,g,M,k,K));return L.setUTCFullYear(u),L.getUTCMonth()!==g?c:L.getUTCDate()!==M?c:L.getTime()+x*p},r=t.MIN_MS=t.dateTime2ms("-9999"),a=t.MAX_MS=t.dateTime2ms("9999-12-31 23:59:59.9999"),t.isDateTime=function(e,n){return t.dateTime2ms(e,n)!==c};var k=90*d,K=3*f,x=5*h;function C(e,t,n,r,a){if((t||n||r||a)&&(e+=" "+M(t,2)+":"+M(n,2),(r||a)&&(e+=":"+M(r,2),a))){for(var i=4;a%10==0;)i-=1,a/=10;e+="."+M(a,i)}return e}t.ms2DateTime=function(e,t,n){if("number"!=typeof e||!(e>=r&&e<=a))return c;t||(t=0);var i,l,o,u,m,_,T=Math.floor(10*s(e+.05,1)),M=Math.round(e-T/10);if(b(n)){var A=Math.floor(M/d)+v,w=Math.floor(s(e,d));try{i=y.getComponentMethod("calendars","getCal")(n).fromJD(A).formatDate("yyyy-mm-dd")}catch(e){i=g("G%Y-%m-%d")(new Date(M))}if("-"===i.charAt(0))for(;i.length<11;)i="-0"+i.substr(1);else for(;i.length<10;)i="0"+i;l=t<k?Math.floor(w/f):0,o=t<k?Math.floor(w%f/h):0,u=t<K?Math.floor(w%h/p):0,m=t<x?w%p*10+T:0}else _=new Date(M),i=g("%Y-%m-%d")(_),l=t<k?_.getUTCHours():0,o=t<k?_.getUTCMinutes():0,u=t<K?_.getUTCSeconds():0,m=t<x?10*_.getUTCMilliseconds()+T:0;return C(i,l,o,u,m)},t.ms2DateTimeLocal=function(e){if(!(e>=r+d&&e<=a-d))return c;var t=Math.floor(10*s(e+.05,1)),n=new Date(Math.round(e-t/10));return C(i.time.format("%Y-%m-%d")(n),n.getHours(),n.getMinutes(),n.getSeconds(),10*n.getUTCMilliseconds()+t)},t.cleanDate=function(e,n,r){if(t.isJSDate(e)||"number"==typeof e){if(b(r))return o("JS Dates and milliseconds are incompatible with world calendars",e),n;if(!(e=t.ms2DateTimeLocal(+e))&&void 0!==n)return n}else if(!t.isDateTime(e,r))return o("unrecognized date",e),n;return e};var A=/%\d?f/g;var w=[59,59.9,59.99,59.999,59.9999];function L(e,t){var n=s(e+.05,d),r=M(Math.floor(n/f),2)+":"+M(s(Math.floor(n/h),60),2);if("M"!==t){l(t)||(t=0);var a=(100+Math.min(s(e/p,60),w[t])).toFixed(t).substr(1);t>0&&(a=a.replace(/0+$/,"").replace(/[\.]$/,"")),r+=":"+a}return r}var D=g("%Y"),B=g("%b %Y"),S=g("%b %-d"),G=g("%b %-d, %Y");function z(e){return e.formatDate("yyyy")}t.formatDate=function(e,t,n,r){var a,i;if(r=b(r)&&r,t)return function(e,t,n){e=e.replace(A,function(e){var n=Math.min(+e.charAt(1)||6,6);return(t/1e3%1+2).toFixed(n).substr(2).replace(/0+$/,"")||"0"});var r=new Date(Math.floor(t+.05));if(b(n))try{e=y.getComponentMethod("calendars","worldCalFmt")(e,t,n)}catch(e){return"Invalid"}return g(e)(r)}(t,e,r);if(r)try{var l=Math.floor((e+.05)/d)+v,o=y.getComponentMethod("calendars","getCal")(r).fromJD(l);"y"===n?i=z(o):"m"===n?i=function(e){return e.formatDate("M yyyy")}(o):"d"===n?(a=z(o),i=function(e){return e.formatDate("M d")}(o)):(a=function(e){return e.formatDate("M d, yyyy")}(o),i=L(e,n))}catch(e){return"Invalid"}else{var s=new Date(Math.floor(e+.05));"y"===n?i=D(s):"m"===n?i=B(s):"d"===n?(a=D(s),i=S(s)):(a=G(s),i=L(e,n))}return i+(a?"\n"+a:"")};var W=3*d;t.incrementMonth=function(e,t,n){n=b(n)&&n;var r=s(e,d);if(e=Math.round(e-r),n)try{var a=Math.round(e/d)+v,i=y.getComponentMethod("calendars","getCal")(n),l=i.fromJD(a);return t%12?i.add(l,t,"m"):i.add(l,t/12,"y"),(l.toJD()-v)*d+r}catch(t){o("invalid ms "+e+" in calendar "+n)}var u=new Date(e+W);return u.setUTCMonth(u.getUTCMonth()+t)+r-W},t.findExactDates=function(e,t){for(var n,r,a=0,i=0,o=0,s=0,u=b(t)&&y.getComponentMethod("calendars","getCal")(t),c=0;c<e.length;c++)if(r=e[c],l(r)){if(!(r%d))if(u)try{1===(n=u.fromJD(r/d+v)).day()?1===n.month()?a++:i++:o++}catch(e){}else 1===(n=new Date(r)).getUTCDate()?0===n.getUTCMonth()?a++:i++:o++}else s++;o+=i+=a;var f=e.length-s;return{exactYears:a/f,exactMonths:i/f,exactDays:o/f}}},function(e,t,n){"use strict";var r=n(2),a=n(21),i=n(42),l=n(165),o=Object.keys(n(25)),s=n(107),u=/^([2-9]|[1-9][0-9]+)$/;t.valObjects={data_array:{description:["An {array} of data.","The value MUST be an {array}, or we ignore it."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){Array.isArray(e)?t.set(e):void 0!==n&&t.set(n)}},enumerated:{description:["Enumerated value type. The available values are listed","in `values`."].join(" "),requiredOpts:["values"],otherOpts:["dflt","coerceNumber","arrayOk"],coerceFunction:function(e,t,n,r){r.coerceNumber&&(e=+e),-1===r.values.indexOf(e)?t.set(n):t.set(e)},validateFunction:function(e,t){t.coerceNumber&&(e=+e);for(var n=t.values,r=0;r<n.length;r++){var a=String(n[r]);if("/"===a.charAt(0)&&"/"===a.charAt(a.length-1)){if(new RegExp(a.substr(1,a.length-2)).test(e))return!0}else if(e===n[r])return!0}return!1}},boolean:{description:"A boolean (true/false) value.",requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){!0===e||!1===e?t.set(e):t.set(n)}},number:{description:["A number or a numeric value","(e.g. a number inside a string).","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max","arrayOk"],coerceFunction:function(e,t,n,a){!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},integer:{description:["An integer or an integer inside a string.","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max"],coerceFunction:function(e,t,n,a){e%1||!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},string:{description:["A string value.","Numbers are converted to strings except for attributes with","`strict` set to true."].join(" "),requiredOpts:[],otherOpts:["dflt","noBlank","strict","arrayOk","values"],coerceFunction:function(e,t,n,r){if("string"!=typeof e){var a="number"==typeof e;!0!==r.strict&&a?t.set(String(e)):t.set(n)}else r.noBlank&&!e?t.set(n):t.set(e)}},color:{description:["A string describing color.","Supported formats:","- hex (e.g. '#d3d3d3')","- rgb (e.g. 'rgb(255, 0, 0)')","- rgba (e.g. 'rgb(255, 0, 0, 0.5)')","- hsl (e.g. 'hsl(0, 100%, 50%)')","- hsv (e.g. 'hsv(0, 100%, 100%)')","- named colors (full list: http://www.w3.org/TR/css3-color/#svg-color)"].join(" "),requiredOpts:[],otherOpts:["dflt","arrayOk"],coerceFunction:function(e,t,n){a(e).isValid()?t.set(e):t.set(n)}},colorscale:{description:["A Plotly colorscale either picked by a name:","(any of",o.join(", "),")","customized as an {array} of 2-element {arrays} where","the first element is the normalized color level value","(starting at *0* and ending at *1*),","and the second item is a valid color string."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){t.set(l(e,n))}},angle:{description:["A number (in degree) between -180 and 180."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){"auto"===e?t.set("auto"):r(e)?(Math.abs(e)>180&&(e-=360*Math.round(e/360)),t.set(+e)):t.set(n)}},subplotid:{description:["An id string of a subplot type (given by dflt), optionally","followed by an integer >1. e.g. if dflt='geo', we can have","'geo', 'geo2', 'geo3', ..."].join(" "),requiredOpts:["dflt"],otherOpts:[],coerceFunction:function(e,t,n){var r=n.length;"string"==typeof e&&e.substr(0,r)===n&&u.test(e.substr(r))?t.set(e):t.set(n)},validateFunction:function(e,t){var n=t.dflt,r=n.length;return e===n||"string"==typeof e&&!(e.substr(0,r)!==n||!u.test(e.substr(r)))}},flaglist:{description:["A string representing a combination of flags","(order does not matter here).","Combine any of the available `flags` with *+*.","(e.g. ('lines+markers')).","Values in `extras` cannot be combined."].join(" "),requiredOpts:["flags"],otherOpts:["dflt","extras","arrayOk"],coerceFunction:function(e,t,n,r){if("string"==typeof e)if(-1===(r.extras||[]).indexOf(e)){for(var a=e.split("+"),i=0;i<a.length;){var l=a[i];-1===r.flags.indexOf(l)||a.indexOf(l)<i?a.splice(i,1):i++}a.length?t.set(a.join("+")):t.set(n)}else t.set(e);else t.set(n)}},any:{description:"Any type.",requiredOpts:[],otherOpts:["dflt","values","arrayOk"],coerceFunction:function(e,t,n){void 0===e?t.set(n):t.set(e)}},info_array:{description:["An {array} of plot information."].join(" "),requiredOpts:["items"],otherOpts:["dflt","freeLength"],coerceFunction:function(e,n,r,a){if(Array.isArray(e)){var i=a.items,l=[];r=Array.isArray(r)?r:[];for(var o=0;o<i.length;o++)t.coerce(e,l,i,"["+o+"]",r[o]);n.set(l)}else n.set(r)},validateFunction:function(e,n){if(!Array.isArray(e))return!1;var r=n.items;if(!n.freeLength&&e.length!==r.length)return!1;for(var a=0;a<e.length;a++){if(!t.validate(e[a],n.items[a]))return!1}return!0}}},t.coerce=function(e,n,r,a,i){var l=s(r,a).get(),o=s(e,a),u=s(n,a),c=o.get();return void 0===i&&(i=l.dflt),l.arrayOk&&Array.isArray(c)?(u.set(c),c):(t.valObjects[l.valType].coerceFunction(c,u,i,l),u.get())},t.coerce2=function(e,n,r,a,i){var l=s(e,a),o=t.coerce(e,n,r,a,i),u=l.get();return void 0!==u&&null!==u&&o},t.coerceFont=function(e,t,n){var r={};return n=n||{},r.family=e(t+".family",n.family),r.size=e(t+".size",n.size),r.color=e(t+".color",n.color),r},t.coerceHoverinfo=function(e,n,r){var a,l=n._module.attributes,o=l.hoverinfo?{hoverinfo:l.hoverinfo}:i,s=o.hoverinfo;if(1===r._dataLength){var u="all"===s.dflt?s.flags.slice():s.dflt.split("+");u.splice(u.indexOf("name"),1),a=u.join("+")}return t.coerce(e,n,o,"hoverinfo",a)},t.validate=function(e,n){var r=t.valObjects[n.valType];if(n.arrayOk&&Array.isArray(e))return!0;if(r.validateFunction)return r.validateFunction(e,n);var a={},i=a,l={set:function(e){i=e}};return r.coerceFunction(e,l,a,n),i!==a}},function(e,t,n){"use strict";e.exports=function(e,t){return Array.isArray(e)||(e=[]),e.length=t,e}},function(e,t,n){"use strict";var r=n(106),a=n(32);e.exports=function e(t,n){for(var i=Object.keys(n||{}),l=0;l<i.length;l++){var o=i[l],s=n[o],u=t[o];if("_"===o.charAt(0)||"function"==typeof s){if(o in t)continue;t[o]=s}else if(r(s)&&r(u)&&a(s[0]))for(var c=0;c<s.length;c++)a(s[c])&&a(u[c])&&e(u[c],s[c]);else a(s)&&a(u)&&(e(u,s),Object.keys(u).length||delete t[o])}}},function(e,t,n){"use strict";var r=n(8);t.version="1.28.3",n(250).polyfill(),n(248),n(247),t.plot=r.plot,t.newPlot=r.newPlot,t.restyle=r.restyle,t.relayout=r.relayout,t.redraw=r.redraw,t.update=r.update,t.extendTraces=r.extendTraces,t.prependTraces=r.prependTraces,t.addTraces=r.addTraces,t.deleteTraces=r.deleteTraces,t.moveTraces=r.moveTraces,t.purge=r.purge,t.setPlotConfig=n(246),t.register=n(245),t.toImage=n(146),t.downloadImage=n(94),t.validate=n(244),t.addFrames=r.addFrames,t.deleteFrames=r.deleteFrames,t.animate=r.animate,t.register(n(243)),t.register([n(29),n(221),n(215),n(208),n(203),n(198),n(194),n(190),n(187),n(183)]),t.Icons=n(95),t.Plots=r.Plots,t.Fx=n(29),t.Snapshot=n(179),t.PlotSchema=n(110),t.Queue=n(145),t.d3=n(1)},function(e,t,n){"use strict";e.exports=n(305)},function(e,t,n){"use strict";n.r(t);var r=n(122),a=n(49);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(177);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"6b30f694",null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(50);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(121),a=n(52);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(309);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"83f6b3ba",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(120),a=n(54);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(119),a=n(56);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(124),a=n(58);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(59);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(116),a=n(61);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(315);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"48261697",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(117),a=n(63);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e){e.exports=[{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:0,Kills:9.5,Deaths:8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Talent:"NoTalent",LevelBucket:0,Winner:null,Kills:null,Deaths:null,CrystalMinerKills:null,GoldMinerKills:null,TurretKills:null,Count:null},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:0,Kills:3.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1.6666666666666667,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4.333333333333333,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:1,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:2.6666666666666665,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3.6666666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.75,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.6666666666666665,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:4,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:5,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3333333333333333,Count:3},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1.6666666666666667,Deaths:6.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.25,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3.6666666666666665,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:0,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.25,Kills:4.25,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:6.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:1.8,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.6666666666666667,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.25,Kills:1.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.14285714285714285,Kills:2.4285714285714284,Deaths:3.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.1428571428571428,Count:7},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:13,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:7,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:9,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:3.4,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4,Deaths:6.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:1,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:4,Winner:.25,Kills:5.75,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:1.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:6.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:4.25,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:2.75,Deaths:5.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:7,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.2,Kills:4,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:5},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:5.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.25,Kills:1.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:2.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:3,Deaths:.6666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:11,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:3.5,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:13,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:16,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:.6666666666666666,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:4.75,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:4},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:4.166666666666667,Deaths:5.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:6},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:3.6,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6.25,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:3,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:3,Winner:.2857142857142857,Kills:6.142857142857143,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.857142857142857,Count:7},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:3,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.3333333333333335,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2,Count:5},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:4,Winner:.4,Kills:3.8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.2857142857142857,Kills:.7142857142857143,Deaths:1.8571428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:7},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:7,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7.5,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:6},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:3,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:2.125,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:8},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:3},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:6,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.666666666666667,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:5.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.6,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:3.2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:3.3333333333333335,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:5,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:4.4,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:4,Winner:.75,Kills:5.75,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:1.1666666666666667,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.5714285714285714,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3,Kills:3.8,Deaths:4.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:10},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.3333333333333335,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:1.8,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.42857142857142855,Kills:1.5714285714285714,Deaths:1.8571428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:7},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.75,Kills:3.75,Deaths:.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:.3333333333333333,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.6666666666666665,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:7.25,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:1.1428571428571428,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:6,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:.6666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:5.2,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:5},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6.666666666666667,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:1.75,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.3333333333333333,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:4.444444444444445,Deaths:5.777777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:9},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:4,Winner:.75,Kills:3.25,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:4,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:3.2,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:3.4,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6,Count:5},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6.333333333333333,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5.666666666666667,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5.666666666666667,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7.333333333333333,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:5.8,Deaths:4.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6,Count:5},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:3,Winner:.42857142857142855,Kills:2.7142857142857144,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8571428571428572,Count:7},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:4.25,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:3.2,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:3,Winner:.42857142857142855,Kills:3.5714285714285716,Deaths:5.428571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2857142857142856,Count:7},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:5.222222222222222,Deaths:3.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:9},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:3.5714285714285716,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3.1666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5.333333333333333,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4444444444444444,Kills:2.4444444444444446,Deaths:2.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:9},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:3,Winner:.4444444444444444,Kills:3.2222222222222223,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.111111111111111,Count:9},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:5.571428571428571,Deaths:4.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:7},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.36363636363636365,Kills:1.1818181818181819,Deaths:1.9090909090909092,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:11},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.75,Deaths:1.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:3,Winner:.4444444444444444,Kills:6,Deaths:5.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2222222222222223,Count:9},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:4},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.5714285714285716,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.36363636363636365,Kills:1.2727272727272727,Deaths:1.6363636363636365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36363636363636365,Count:11},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:4.285714285714286,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:7},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:1,Kills:4.25,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.25,Count:4},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:1.7777777777777777,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:3,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:7},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.6666666666666666,Kills:3.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:6},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.75,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:3,Winner:.8,Kills:4.6,Deaths:4.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:5},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4,Kills:2.9,Deaths:2.3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7,Count:10},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5714285714285714,Kills:2.5714285714285716,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.16666666666666666,Count:6},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.75,Count:4},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:3,Winner:.2857142857142857,Kills:3.9285714285714284,Deaths:4.214285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:14},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:2.142857142857143,Deaths:3.2857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2857142857142856,Count:7},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:4},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.6666666666666666,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:4,Winner:.8333333333333334,Kills:6.833333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.38461538461538464,Kills:6,Deaths:4.615384615384615,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.076923076923077,Count:13},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.7,Deaths:4.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:10},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.6666666666666667,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:12},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3125,Kills:2.125,Deaths:2.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5625,Count:16},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.8333333333333334,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.1666666666666667,Count:6},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:5.714285714285714,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:7},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:2,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:7},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:3,Winner:.45454545454545453,Kills:5.545454545454546,Deaths:3.727272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5454545454545454,Count:11},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.625,Kills:2.875,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4.9,Deaths:3.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8,Count:10},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.7,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1,Count:10},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.4166666666666667,Deaths:3.0833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35714285714285715,Kills:1.5714285714285714,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6428571428571429,Count:14},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.38461538461538464,Kills:1.9230769230769231,Deaths:2.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38461538461538464,Count:13},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5555555555555556,Kills:2.5555555555555554,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:1.6,Deaths:1.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:10},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7142857142857143,Kills:2.857142857142857,Deaths:2.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:7},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4166666666666667,Kills:2.3333333333333335,Deaths:2.4166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:4.571428571428571,Deaths:3.2857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2857142857142856,Count:7},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:.8571428571428571,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5555555555555556,Kills:2.4444444444444446,Deaths:1.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4166666666666667,Kills:2.0833333333333335,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.38461538461538464,Kills:2.230769230769231,Deaths:2.6923076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:13},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.888888888888889,Deaths:2.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:9},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.46153846153846156,Kills:2.769230769230769,Deaths:3.4615384615384617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5833333333333334,Count:12},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:4,Winner:.75,Kills:4.375,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:8},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.46153846153846156,Kills:1.9230769230769231,Deaths:2.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6,Kills:1.2,Deaths:1.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:10},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.88888888888889,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:9},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:5.444444444444445,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.888888888888889,Count:9},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.1666666666666665,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:2.125,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:2.875,Deaths:1.875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.875,Count:16},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:1.9166666666666667,Deaths:2.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5833333333333334,Count:12},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.444444444444445,Deaths:3.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2222222222222223,Count:9},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8571428571428571,Kills:4.285714285714286,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.5555555555555554,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9,Count:10},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.6666666666666665,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.3888888888888889,Kills:3.4444444444444446,Deaths:3.4444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:18},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4375,Kills:1.8125,Deaths:2.4375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7777777777777778,Kills:1.6666666666666667,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6363636363636364,Kills:1.4545454545454546,Deaths:1.3636363636363635,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8181818181818182,Count:11},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5833333333333334,Kills:2.9166666666666665,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:12},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.7142857142857142,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35714285714285715,Count:14},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6363636363636364,Kills:1.5454545454545454,Deaths:2.090909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:11},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:3,Winner:.875,Kills:2.625,Deaths:2.875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.875,Count:8},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5833333333333334,Kills:1.9166666666666667,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5833333333333334,Count:12},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.238095238095238,Deaths:4.571428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8571428571428572,Count:21},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.3888888888888889,Kills:3.1666666666666665,Deaths:3.4444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4444444444444446,Count:18},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2.357142857142857,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7857142857142856,Count:14},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.5833333333333334,Kills:5.25,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:12},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8,Kills:1.9,Deaths:1.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:10},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:4,Winner:.5714285714285714,Kills:5.214285714285714,Deaths:4.285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.642857142857143,Count:14},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:3,Winner:.6153846153846154,Kills:4.076923076923077,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3846153846153846,Count:13},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.75,Deaths:3.5625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:16},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6153846153846154,Kills:2.1538461538461537,Deaths:1.7692307692307692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4444444444444444,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:18},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8,Kills:2.4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:10},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8888888888888888,Kills:3.2222222222222223,Deaths:2.888888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:9},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.2857142857142857,Kills:3.9642857142857144,Deaths:4.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2857142857142856,Count:28},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8,Kills:4,Deaths:1.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:10},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:3.2142857142857144,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:14},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5333333333333333,Kills:2.6666666666666665,Deaths:1.9333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5333333333333333,Kills:1.7333333333333334,Deaths:1.9333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8666666666666667,Count:15},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.833333333333333,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:12},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:4.2,Deaths:4.15,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7,Count:20},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5333333333333333,Kills:1,Deaths:1.1333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:15},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.36363636363636365,Kills:2.090909090909091,Deaths:2.1363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:22},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7272727272727273,Kills:3.909090909090909,Deaths:2.4545454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7272727272727273,Count:11},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.3125,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:2.4285714285714284,Deaths:1.8571428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.14285714285714285,Count:14},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6428571428571429,Kills:3.5,Deaths:2.357142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:14},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5625,Kills:2.375,Deaths:2.4375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5294117647058824,Kills:4.352941176470588,Deaths:4.705882352941177,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.823529411764706,Count:17},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5625,Kills:2.0625,Deaths:1.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:2.962962962962963,Deaths:4.518518518518518,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2222222222222223,Count:27},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.533333333333333,Deaths:3.8666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.066666666666667,Count:15},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:2.6666666666666665,Deaths:3.1333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4,Count:15},{Actor:"*Grace*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47368421052631576,Kills:.7894736842105263,Deaths:1.7894736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3684210526315789,Count:19},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.6428571428571429,Kills:4.142857142857143,Deaths:3.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4285714285714284,Count:14},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:7.222222222222222,Deaths:3.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.555555555555555,Count:9},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6428571428571429,Kills:2.7857142857142856,Deaths:2.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:14},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:3,Winner:.47368421052631576,Kills:4.157894736842105,Deaths:4.105263157894737,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1052631578947367,Count:19},{Actor:"*Petal*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3,Kills:1.7333333333333334,Deaths:2.3666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:30},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:4.833333333333333,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:12},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5625,Kills:3,Deaths:2.875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5625,Count:16},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.2777777777777777,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6111111111111112,Count:18},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.625,Kills:5,Deaths:4.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6875,Count:16},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.37037037037037035,Kills:2.111111111111111,Deaths:2.4814814814814814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:27},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47619047619047616,Kills:3.0476190476190474,Deaths:2.380952380952381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:21},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.37037037037037035,Kills:1.8518518518518519,Deaths:2.3703703703703702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:27},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5263157894736842,Kills:4.315789473684211,Deaths:2.526315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:19},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.47619047619047616,Kills:4.238095238095238,Deaths:2.8095238095238093,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:21},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9090909090909091,Kills:.6363636363636364,Deaths:.45454545454545453,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0909090909090908,Count:11},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:2,Winner:.3448275862068966,Kills:5.137931034482759,Deaths:4.827586206896552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.413793103448276,Count:29},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6470588235294118,Kills:2.5294117647058822,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5882352941176471,Count:17},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:2,Winner:.44,Kills:4.48,Deaths:4.36,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.04,Count:25},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:2,Winner:.6111111111111112,Kills:4.222222222222222,Deaths:3.9444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7222222222222223,Count:18},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4230769230769231,Kills:3.3461538461538463,Deaths:3.769230769230769,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34615384615384615,Count:26},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6875,Kills:1.8125,Deaths:1.5625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:16},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4782608695652174,Kills:3.0869565217391304,Deaths:2.652173913043478,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8695652173913043,Count:23},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:2,Winner:.39285714285714285,Kills:3.892857142857143,Deaths:3.9642857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6785714285714284,Count:28},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.42857142857142855,Kills:2.0357142857142856,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5357142857142857,Count:28},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:3,Winner:.7058823529411765,Kills:4.352941176470588,Deaths:2.9411764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6470588235294117,Count:17},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5217391304347826,Kills:.6956521739130435,Deaths:1.565217391304348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9130434782608695,Count:23},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5217391304347826,Kills:2.4347826086956523,Deaths:2.4347826086956523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4782608695652174,Count:23},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5454545454545454,Kills:5.954545454545454,Deaths:2.8636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3636363636363638,Count:22},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:3,Winner:.7058823529411765,Kills:7.352941176470588,Deaths:4.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7058823529411766,Count:17},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.375,Kills:1.84375,Deaths:2.59375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3125,Count:32},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4,Kills:2.566666666666667,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36666666666666664,Count:30},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48,Kills:2,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7222222222222222,Kills:3.388888888888889,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:18},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:2,Winner:.40625,Kills:3.375,Deaths:3.8125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.46875,Count:32},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5416666666666666,Kills:4.75,Deaths:4.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:24},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.65,Kills:1.85,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:20},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:2,Winner:.48148148148148145,Kills:4.592592592592593,Deaths:5.407407407407407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.037037037037037,Count:27},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:3,Winner:.6842105263157895,Kills:4.578947368421052,Deaths:3.1052631578947367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3157894736842106,Count:19},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.9615384615384617,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5769230769230769,Count:26},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6363636363636364,Kills:3.6818181818181817,Deaths:2.9545454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8636363636363636,Count:22},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.25,Deaths:2.8214285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4642857142857143,Count:28},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:2,Winner:.45161290322580644,Kills:2.7419354838709675,Deaths:3.774193548387097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7096774193548385,Count:31},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5185185185185185,Kills:.5925925925925926,Deaths:.2962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8148148148148148,Count:27},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4117647058823529,Kills:1.5294117647058822,Deaths:2.088235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38235294117647056,Count:34},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4375,Kills:2.875,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40625,Count:32},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7777777777777778,Kills:3.0555555555555554,Deaths:2.388888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7222222222222222,Count:18},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5833333333333334,Kills:3.125,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.875,Count:24},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:3,Winner:.56,Kills:5.36,Deaths:4.04,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.04,Count:25},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:3,Winner:.6363636363636364,Kills:6.363636363636363,Deaths:3.409090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.727272727272727,Count:22},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.25,Deaths:5.107142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7857142857142856,Count:28},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.56,Kills:1.68,Deaths:2.12,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44,Count:25},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:2,Winner:.3684210526315789,Kills:4.2368421052631575,Deaths:4.973684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1315789473684212,Count:38},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:2,Winner:.7,Kills:4.15,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3,Count:20},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4827586206896552,Kills:3.6206896551724137,Deaths:2.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8620689655172413,Count:29},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5833333333333334,Kills:3.0833333333333335,Deaths:3.0416666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9583333333333334,Count:24},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4117647058823529,Kills:.7352941176470589,Deaths:1.8529411764705883,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4117647058823529,Count:34},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:3,Winner:.7777777777777778,Kills:6.5,Deaths:2.888888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:18},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.40540540540540543,Kills:1.6216216216216217,Deaths:2.5405405405405403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2972972972972973,Count:37},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:5.2,Deaths:4.24,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8,Count:25},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7894736842105263,Kills:1.0526315789473684,Deaths:1.2105263157894737,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47368421052631576,Count:19},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:2,Winner:.45454545454545453,Kills:3.727272727272727,Deaths:4.151515151515151,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4242424242424243,Count:33},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6521739130434783,Kills:1.6956521739130435,Deaths:1.6956521739130435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5217391304347826,Count:23},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:4.095238095238095,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.238095238095238,Count:21},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:4.04,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6521739130434783,Kills:2.739130434782609,Deaths:2.391304347826087,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43478260869565216,Count:23},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.35714285714285715,Kills:1.4761904761904763,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.21428571428571427,Count:42},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.625,Kills:2.6666666666666665,Deaths:2.2083333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4583333333333333,Count:24},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:2,Winner:.39473684210526316,Kills:3.8157894736842106,Deaths:3.6842105263157894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6052631578947367,Count:38},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.32653061224489793,Kills:1.7755102040816326,Deaths:2.326530612244898,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5102040816326531,Count:49},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5517241379310345,Kills:1.8275862068965518,Deaths:2.2758620689655173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5862068965517241,Count:29},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.47058823529411764,Kills:4.735294117647059,Deaths:5.029411764705882,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4705882352941178,Count:34},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:2,Winner:.5925925925925926,Kills:3.5185185185185186,Deaths:4.777777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.259259259259259,Count:27},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3902439024390244,Kills:2,Deaths:2.731707317073171,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43902439024390244,Count:41},{Actor:"*Reim*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47058823529411764,Kills:1.9411764705882353,Deaths:2.176470588235294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.23529411764705882,Count:34},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:2,Winner:.5161290322580645,Kills:3.4193548387096775,Deaths:4.387096774193548,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4838709677419355,Count:31},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:2,Winner:.38095238095238093,Kills:3.9285714285714284,Deaths:4.238095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.619047619047619,Count:42},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.42105263157894735,Kills:2.8684210526315788,Deaths:3.263157894736842,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6578947368421053,Count:38},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6296296296296297,Kills:.7037037037037037,Deaths:1.4444444444444444,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5925925925925926,Count:27},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5483870967741935,Kills:2.4838709677419355,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45161290322580644,Count:31},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4146341463414634,Kills:2.4878048780487805,Deaths:2.4878048780487805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4146341463414634,Count:41},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7083333333333334,Kills:1.2083333333333333,Deaths:1.5833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5416666666666666,Count:24},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:3,Winner:.7083333333333334,Kills:5.375,Deaths:4.583333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4583333333333335,Count:24},{Actor:"*Taka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4473684210526316,Kills:3.8684210526315788,Deaths:5.026315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1578947368421053,Count:38},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.45,Kills:1.8,Deaths:2.575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.575,Count:40},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:2,Winner:.6206896551724138,Kills:5.137931034482759,Deaths:4.0344827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.586206896551724,Count:29},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:3,Winner:.4,Kills:5.466666666666667,Deaths:4.4222222222222225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:45},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5454545454545454,Kills:2.3333333333333335,Deaths:2.0606060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48484848484848486,Count:33},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.9,Kills:4.8,Deaths:.95,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:20},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:2,Winner:.5294117647058824,Kills:4.294117647058823,Deaths:4.088235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2058823529411766,Count:34},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:2,Winner:.375,Kills:3.0625,Deaths:3.2708333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5625,Count:48},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.36,Kills:1.66,Deaths:2.16,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44,Count:50},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42857142857142855,Kills:1.5952380952380953,Deaths:2.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6190476190476191,Count:42},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5454545454545454,Kills:2.6363636363636362,Deaths:3.787878787878788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.606060606060606,Count:33},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.4,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7333333333333333,Count:30},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.59375,Kills:2.65625,Deaths:2.4375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.71875,Count:32},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.710526315789474,Deaths:4.2894736842105265,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473684210526316,Count:38},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:2,Winner:.5428571428571428,Kills:3.4857142857142858,Deaths:4.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.085714285714286,Count:35},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:2,Winner:.475,Kills:3.225,Deaths:2.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.85,Count:40},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35185185185185186,Kills:1.6851851851851851,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37037037037037035,Count:54},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3958333333333333,Kills:1.3333333333333333,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:48},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:2,Winner:.5128205128205128,Kills:3.41025641025641,Deaths:4.564102564102564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.769230769230769,Count:39},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45454545454545453,Kills:2.2045454545454546,Deaths:2.5681818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3181818181818182,Count:44},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5405405405405406,Kills:2.5675675675675675,Deaths:2.945945945945946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5675675675675675,Count:37},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45454545454545453,Kills:1.4545454545454546,Deaths:1.7727272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:44},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6896551724137931,Kills:5.827586206896552,Deaths:4.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2758620689655173,Count:29},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.3666666666666667,Deaths:2.066666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:30},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:2,Winner:.5121951219512195,Kills:5.634146341463414,Deaths:4.2439024390243905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5853658536585367,Count:41},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4772727272727273,Kills:2.7045454545454546,Deaths:2.6363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4318181818181818,Count:44},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.3684210526315789,Kills:4.385964912280702,Deaths:4.228070175438597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.245614035087719,Count:57},{Actor:"*Rona*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:2.0238095238095237,Deaths:2.380952380952381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40476190476190477,Count:42},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:2,Winner:.4666666666666667,Kills:3.2444444444444445,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.422222222222222,Count:45},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:2,Winner:.65625,Kills:6.5625,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5625,Count:32},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6176470588235294,Kills:4.323529411764706,Deaths:4.647058823529412,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4705882352941178,Count:34},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:2,Winner:.39622641509433965,Kills:4.150943396226415,Deaths:5.037735849056604,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0943396226415096,Count:53},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4074074074074074,Kills:1.8703703703703705,Deaths:2.6481481481481484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2777777777777778,Count:54},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5945945945945946,Kills:2.108108108108108,Deaths:2.4324324324324325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.054054054054054,Count:37},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:2,Winner:.4230769230769231,Kills:4.6923076923076925,Deaths:5.4423076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2115384615384617,Count:52},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7096774193548387,Kills:2.5806451612903225,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7741935483870968,Count:31},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5365853658536586,Kills:2.902439024390244,Deaths:2.5121951219512195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36585365853658536,Count:41},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5348837209302325,Kills:2,Deaths:2.558139534883721,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7441860465116279,Count:43},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5476190476190477,Kills:2.6666666666666665,Deaths:2.4047619047619047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47619047619047616,Count:42},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5609756097560976,Kills:2.658536585365854,Deaths:2.5609756097560976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7073170731707317,Count:41},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:2,Winner:.41818181818181815,Kills:3.3454545454545452,Deaths:4.636363636363637,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4727272727272727,Count:55},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:2,Winner:.4107142857142857,Kills:2.767857142857143,Deaths:4.017857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.732142857142857,Count:56},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.575,Kills:5.65,Deaths:4.15,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.15,Count:40},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48936170212765956,Kills:2.574468085106383,Deaths:2.6382978723404253,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3191489361702128,Count:47},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:3.1666666666666665,Deaths:2.9791666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6041666666666666,Count:48},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:2,Winner:.7058823529411765,Kills:5.294117647058823,Deaths:3.7058823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3823529411764706,Count:34},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6666666666666666,Kills:2.75,Deaths:3.361111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:36},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4897959183673469,Kills:.9591836734693877,Deaths:1.9387755102040816,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.20408163265306123,Count:49},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6153846153846154,Kills:3.6153846153846154,Deaths:2.4871794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:39},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3582089552238806,Kills:1.8805970149253732,Deaths:3.014925373134328,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5223880597014925,Count:67},{Actor:"*Lance*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.375,Kills:1.40625,Deaths:2.28125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.1875,Count:64},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7352941176470589,Kills:4.147058823529412,Deaths:2.3823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6470588235294118,Count:34},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:2,Winner:.43103448275862066,Kills:3.7586206896551726,Deaths:3.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7241379310344827,Count:58},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4032258064516129,Kills:2.8225806451612905,Deaths:2.774193548387097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43548387096774194,Count:62},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5208333333333334,Kills:3.1041666666666665,Deaths:2.8541666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:48},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.49019607843137253,Kills:2.4901960784313726,Deaths:2.627450980392157,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6470588235294118,Count:51},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:3,Winner:.5952380952380952,Kills:5.119047619047619,Deaths:3.6904761904761907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0238095238095237,Count:42},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5681818181818182,Kills:4.090909090909091,Deaths:3.9545454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8636363636363638,Count:44},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:2,Winner:.3968253968253968,Kills:3.8253968253968256,Deaths:4.301587301587301,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.253968253968254,Count:63},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5652173913043478,Kills:2.391304347826087,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5217391304347826,Count:46},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:3,Winner:.7027027027027027,Kills:5.054054054054054,Deaths:3.054054054054054,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5945945945945947,Count:37},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5531914893617021,Kills:2.851063829787234,Deaths:2.4468085106382977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6382978723404256,Count:47},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3939393939393939,Kills:2.484848484848485,Deaths:2.106060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25757575757575757,Count:66},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:2,Winner:.6341463414634146,Kills:4.780487804878049,Deaths:3.951219512195122,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.975609756097561,Count:41},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:2,Winner:.4406779661016949,Kills:4.983050847457627,Deaths:3.440677966101695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3389830508474576,Count:59},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4727272727272727,Kills:1.0727272727272728,Deaths:1.8363636363636364,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:55},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42857142857142855,Kills:4.5396825396825395,Deaths:4.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7936507936507935,Count:63},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:2,Winner:.5869565217391305,Kills:5.456521739130435,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8260869565217392,Count:46},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46551724137931033,Kills:1.4137931034482758,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:58},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47368421052631576,Kills:2.8947368421052633,Deaths:2.3859649122807016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38596491228070173,Count:57},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45901639344262296,Kills:1.721311475409836,Deaths:2.278688524590164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47540983606557374,Count:61},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.3888888888888889,Kills:4.458333333333333,Deaths:5.055555555555555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5555555555555554,Count:72},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5384615384615384,Kills:2.7884615384615383,Deaths:2.5961538461538463,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:52},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5283018867924528,Kills:4.018867924528302,Deaths:4.018867924528302,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0377358490566038,Count:53},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:2,Winner:.4142857142857143,Kills:4.2,Deaths:4.371428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:70},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:3,Winner:.8055555555555556,Kills:6.333333333333333,Deaths:3.638888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.9722222222222223,Count:36},{Actor:"*Reza*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4264705882352941,Kills:2.823529411764706,Deaths:2.088235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.27941176470588236,Count:68},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5370370370370371,Kills:2.7962962962962963,Deaths:2.2037037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48148148148148145,Count:54},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:3,Winner:.6304347826086957,Kills:2.9565217391304346,Deaths:2.782608695652174,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.369565217391304,Count:46},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:2,Winner:.6590909090909091,Kills:3.272727272727273,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.340909090909091,Count:44},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:2,Winner:.6521739130434783,Kills:4.565217391304348,Deaths:4.065217391304348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1739130434782608,Count:46},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:2,Winner:.625,Kills:4.625,Deaths:3.8541666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1666666666666665,Count:48},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8108108108108109,Kills:2.6216216216216215,Deaths:1.3513513513513513,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7567567567567568,Count:37},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:2,Winner:.4838709677419355,Kills:4.709677419354839,Deaths:4.516129032258065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.935483870967742,Count:62},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:2,Winner:.45454545454545453,Kills:2.409090909090909,Deaths:3.3181818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6818181818181817,Count:66},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:2.111111111111111,Deaths:2.0555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37037037037037035,Count:54},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5357142857142857,Kills:2.732142857142857,Deaths:2.4464285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5535714285714286,Count:56},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4246575342465753,Kills:2.356164383561644,Deaths:2.356164383561644,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.410958904109589,Count:73},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47692307692307695,Kills:2.753846153846154,Deaths:2.1538461538461537,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5076923076923077,Count:65},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6458333333333334,Kills:3.125,Deaths:3.1458333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:48},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:2,Winner:.5636363636363636,Kills:3.7636363636363637,Deaths:4.090909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2363636363636363,Count:55},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:2,Winner:.41333333333333333,Kills:3.44,Deaths:4.48,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:75},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5423728813559322,Kills:2.016949152542373,Deaths:2.1016949152542375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5084745762711864,Count:59},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:2,Winner:.4383561643835616,Kills:4.082191780821918,Deaths:4.7534246575342465,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.589041095890411,Count:73},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5614035087719298,Kills:3.192982456140351,Deaths:2.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5614035087719298,Count:57},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5714285714285714,Kills:1.9285714285714286,Deaths:1.9821428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:56},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:2,Winner:.7441860465116279,Kills:2.5813953488372094,Deaths:2.86046511627907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.627906976744186,Count:43},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.64,Kills:1.9,Deaths:2.16,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46,Count:50},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.34782608695652173,Kills:2.402173913043478,Deaths:4.760869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.108695652173913,Count:92},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4125,Kills:4.1875,Deaths:4.15,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:80},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4125,Kills:3.125,Deaths:1.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2875,Count:80},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4852941176470588,Kills:3.073529411764706,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:68},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:2,Winner:.4782608695652174,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.710144927536232,Count:69},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:2,Winner:.4714285714285714,Kills:3.9857142857142858,Deaths:3.842857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2142857142857144,Count:70},{Actor:"*Skye*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.37362637362637363,Kills:2.032967032967033,Deaths:2.5934065934065935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34065934065934067,Count:91},{Actor:"*Lance*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4146341463414634,Kills:2.8048780487804876,Deaths:4.353658536585366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.048780487804878,Count:82},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5074626865671642,Kills:1.9701492537313432,Deaths:2.08955223880597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2835820895522388,Count:67},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4,Kills:1.3529411764705883,Deaths:1.776470588235294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5294117647058824,Count:85},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:2,Winner:.6481481481481481,Kills:2.314814814814815,Deaths:2.685185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.537037037037037,Count:54},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5737704918032787,Kills:3.2295081967213113,Deaths:2.6885245901639343,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8524590163934426,Count:61},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.42168674698795183,Kills:4.686746987951807,Deaths:5.024096385542169,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1204819277108435,Count:83},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6730769230769231,Kills:2.076923076923077,Deaths:1.6346153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7115384615384616,Count:52},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5072463768115942,Kills:.8985507246376812,Deaths:1.318840579710145,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5652173913043478,Count:69},{Actor:"*Skye*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3017241379310345,Kills:3.8189655172413794,Deaths:5.025862068965517,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.956896551724138,Count:116},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5142857142857142,Kills:4.585714285714285,Deaths:4.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3714285714285714,Count:70},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:3,Winner:.5806451612903226,Kills:5.870967741935484,Deaths:3.903225806451613,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.870967741935484,Count:62},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4,Kills:3.811111111111111,Deaths:4.488888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3222222222222224,Count:90},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.4444444444444444,Kills:3.9753086419753085,Deaths:4.703703703703703,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.740740740740741,Count:81},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:2,Winner:.6545454545454545,Kills:3.890909090909091,Deaths:3.327272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.090909090909091,Count:55},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45,Kills:2.4125,Deaths:2.4125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.425,Count:80},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5454545454545454,Kills:1.5606060606060606,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3939393939393939,Count:66},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5142857142857142,Kills:4.385714285714286,Deaths:4.685714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.757142857142857,Count:70},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5692307692307692,Kills:1.9230769230769231,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5846153846153846,Count:65},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:2,Winner:.4805194805194805,Kills:2.9740259740259742,Deaths:3.25974025974026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6103896103896105,Count:77},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:2,Winner:.6271186440677966,Kills:3,Deaths:4.271186440677966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1016949152542375,Count:59},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3854166666666667,Kills:3.6145833333333335,Deaths:4.416666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0729166666666665,Count:96},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43023255813953487,Kills:1.9883720930232558,Deaths:2.372093023255814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37209302325581395,Count:86},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4523809523809524,Kills:2.357142857142857,Deaths:2.4404761904761907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40476190476190477,Count:84},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5066666666666667,Kills:4.466666666666667,Deaths:3.986666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8,Count:75},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6440677966101694,Kills:3.593220338983051,Deaths:1.694915254237288,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.559322033898305,Count:59},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6031746031746031,Kills:1.6984126984126984,Deaths:2.3174603174603177,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8095238095238095,Count:63},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.527027027027027,Kills:2.7837837837837838,Deaths:2.554054054054054,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4189189189189189,Count:74},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.48148148148148145,Kills:5.222222222222222,Deaths:4.493827160493828,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.259259259259259,Count:81},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.37142857142857144,Kills:1.9904761904761905,Deaths:2.7904761904761903,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37142857142857144,Count:105},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.527027027027027,Kills:2.1216216216216215,Deaths:2.4054054054054053,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5405405405405406,Count:74},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:5.571428571428571,Deaths:3.392857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4464285714285716,Count:56},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5555555555555556,Kills:4.125,Deaths:4.597222222222222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6805555555555554,Count:72},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6119402985074627,Kills:3.283582089552239,Deaths:1.7761194029850746,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6119402985074627,Count:67},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:2,Winner:.5125,Kills:3.725,Deaths:4.1625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7,Count:80},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.37962962962962965,Kills:3.990740740740741,Deaths:4.953703703703703,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8703703703703705,Count:108},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5454545454545454,Kills:1.8051948051948052,Deaths:2.3636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5324675324675324,Count:77},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4375,Kills:1.4791666666666667,Deaths:2.4895833333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:96},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:2,Winner:.46236559139784944,Kills:4.473118279569892,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:93},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:1.7674418604651163,Deaths:2.0232558139534884,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.941860465116279,Count:86},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6231884057971014,Kills:2.7681159420289854,Deaths:2.2028985507246377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6231884057971014,Count:69},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6285714285714286,Kills:2.6,Deaths:1.8857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8428571428571429,Count:70},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4888888888888889,Kills:3.8444444444444446,Deaths:3.8444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5444444444444443,Count:90},{Actor:"*Vox*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.36666666666666664,Kills:3.875,Deaths:5.175,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:120},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:2,Winner:.7857142857142857,Kills:5.303571428571429,Deaths:3.4464285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.732142857142857,Count:56},{Actor:"*Joule*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4489795918367347,Kills:2.5,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3979591836734694,Count:98},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5357142857142857,Kills:2.1547619047619047,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8214285714285714,Count:84},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.36585365853658536,Kills:2.008130081300813,Deaths:2.894308943089431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34959349593495936,Count:123},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4368932038834951,Kills:2.737864077669903,Deaths:2.70873786407767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49514563106796117,Count:103},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.48936170212765956,Kills:4.404255319148936,Deaths:4.180851063829787,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.627659574468085,Count:94},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5111111111111111,Kills:2.5,Deaths:2.7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4888888888888889,Count:90},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:3,Winner:.7301587301587301,Kills:7.428571428571429,Deaths:3.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:63},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5111111111111111,Kills:3.477777777777778,Deaths:2.7555555555555555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7333333333333333,Count:90},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44660194174757284,Kills:1.796116504854369,Deaths:2.29126213592233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4854368932038835,Count:103},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5679012345679012,Kills:2.493827160493827,Deaths:2.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:81},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46601941747572817,Kills:2.349514563106796,Deaths:2.2815533980582523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6407766990291263,Count:103},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.40336134453781514,Kills:3.7142857142857144,Deaths:4.588235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.168067226890756,Count:119},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3779527559055118,Kills:3.1023622047244093,Deaths:4.173228346456693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.094488188976378,Count:127},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4067796610169492,Kills:1.9745762711864407,Deaths:2.440677966101695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4491525423728814,Count:118},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.4485981308411215,Kills:3.9345794392523366,Deaths:4.962616822429907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.439252336448598,Count:107},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5217391304347826,Kills:2.347826086956522,Deaths:2.1956521739130435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8913043478260869,Count:92},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.35555555555555557,Kills:3.185185185185185,Deaths:3.725925925925926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.162962962962963,Count:135},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6857142857142857,Kills:3.5,Deaths:1.957142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7285714285714285,Count:70},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.5581395348837209,Kills:2.5813953488372094,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.86046511627907,Count:86},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3888888888888889,Kills:1.8571428571428572,Deaths:2.0396825396825395,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36507936507936506,Count:126},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.45045045045045046,Kills:5.045045045045045,Deaths:4.225225225225225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.720720720720721,Count:111},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3875968992248062,Kills:1.6589147286821706,Deaths:2.689922480620155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29457364341085274,Count:129},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46788990825688076,Kills:1.9908256880733946,Deaths:2.477064220183486,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3486238532110092,Count:109},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:1,Winner:.4112903225806452,Kills:4.475806451612903,Deaths:3.7338709677419355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5080645161290325,Count:124},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:1,Winner:.5730337078651685,Kills:3.4157303370786516,Deaths:3.797752808988764,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.033707865168539,Count:89},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:2,Winner:.5862068965517241,Kills:2.6666666666666665,Deaths:2.8620689655172415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1494252873563218,Count:87},{Actor:"*Idris*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4015748031496063,Kills:3.8661417322834644,Deaths:4.559055118110236,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1338582677165356,Count:127},{Actor:"*SAW*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.46846846846846846,Kills:4.981981981981982,Deaths:4.486486486486487,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5945945945945947,Count:111},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:2,Winner:.611764705882353,Kills:5.376470588235295,Deaths:3.7411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.164705882352941,Count:85},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.45217391304347826,Kills:3.9043478260869566,Deaths:4.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.391304347826087,Count:115},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:2,Winner:.49523809523809526,Kills:4.3428571428571425,Deaths:3.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.876190476190476,Count:105},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:2,Winner:.6190476190476191,Kills:4.619047619047619,Deaths:3.988095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:84},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4491525423728814,Kills:2.2542372881355934,Deaths:2.788135593220339,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3813559322033898,Count:118},{Actor:"*Vox*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4380165289256198,Kills:2,Deaths:2.43801652892562,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49586776859504134,Count:121},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4732142857142857,Kills:1.9553571428571428,Deaths:2.205357142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6517857142857143,Count:112},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.452991452991453,Kills:2.700854700854701,Deaths:3.3504273504273505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5042735042735043,Count:117},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4953271028037383,Kills:2.2616822429906542,Deaths:2.485981308411215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6074766355140186,Count:107},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:2,Winner:.4774774774774775,Kills:4.423423423423423,Deaths:5.027027027027027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4414414414414414,Count:111},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5567010309278351,Kills:.7010309278350515,Deaths:1.2783505154639174,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7319587628865979,Count:97},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4576271186440678,Kills:3.0338983050847457,Deaths:2.9152542372881354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3559322033898305,Count:118},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4090909090909091,Kills:2.0681818181818183,Deaths:2.2045454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44696969696969696,Count:132},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:1,Winner:.38028169014084506,Kills:3.323943661971831,Deaths:4.007042253521127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.359154929577465,Count:142},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45,Kills:3.1083333333333334,Deaths:2.8583333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45,Count:120},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:1,Winner:.3793103448275862,Kills:2.882758620689655,Deaths:3.717241379310345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.317241379310345,Count:145},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4074074074074074,Kills:2.762962962962963,Deaths:3.348148148148148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2074074074074073,Count:135},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47413793103448276,Kills:1.3448275862068966,Deaths:1.9482758620689655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49137931034482757,Count:116},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.39285714285714285,Kills:1.9357142857142857,Deaths:2.8642857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:140},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5978260869565217,Kills:1.565217391304348,Deaths:2.2717391304347827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5108695652173914,Count:92},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.56,Kills:.94,Deaths:1.26,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.62,Count:100},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.42105263157894735,Kills:3.3157894736842106,Deaths:3.5413533834586466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6240601503759398,Count:133},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3916083916083916,Kills:1.7342657342657342,Deaths:2.5594405594405596,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5314685314685315,Count:143},{Actor:"*Baron*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.45901639344262296,Kills:4.131147540983607,Deaths:4.557377049180328,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.581967213114754,Count:122},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49557522123893805,Kills:2.601769911504425,Deaths:2.6371681415929205,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2920353982300885,Count:113},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:1,Winner:.4789915966386555,Kills:3.9747899159663866,Deaths:3.9327731092436973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.722689075630252,Count:119},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:1,Winner:.4789915966386555,Kills:4.420168067226891,Deaths:4.218487394957983,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.630252100840336,Count:119},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.7368421052631575,Deaths:4.482456140350878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8596491228070176,Count:114},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:1,Winner:.5480769230769231,Kills:4.8076923076923075,Deaths:4.173076923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.875,Count:104},{Actor:"*Petal*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4461538461538462,Kills:4.161538461538462,Deaths:4.476923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5307692307692307,Count:130},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7837837837837838,Kills:3.027027027027027,Deaths:1.662162162162162,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.2297297297297298,Count:74},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4027777777777778,Kills:4.201388888888889,Deaths:5.180555555555555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9236111111111112,Count:144},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5979381443298969,Kills:1.2577319587628866,Deaths:1.6288659793814433,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6288659793814433,Count:97},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6555555555555556,Kills:2.1222222222222222,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7333333333333333,Count:90},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3597560975609756,Kills:1.5060975609756098,Deaths:2.341463414634146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4268292682926829,Count:164},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5042735042735043,Kills:1.564102564102564,Deaths:2.051282051282051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:117},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5175438596491229,Kills:3.8684210526315788,Deaths:4.771929824561403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.763157894736842,Count:114},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5315315315315315,Kills:.9819819819819819,Deaths:1.6306306306306306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6216216216216216,Count:111},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:0,Winner:.28921568627450983,Kills:3.2598039215686274,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.122549019607843,Count:204},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5728155339805825,Kills:1.3495145631067962,Deaths:1.6796116504854368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49514563106796117,Count:103},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.594059405940594,Kills:1.5445544554455446,Deaths:1.0792079207920793,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6237623762376238,Count:101},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4225352112676056,Kills:3.4859154929577465,Deaths:4.056338028169014,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.436619718309859,Count:142},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3973509933774834,Kills:2.5231788079470197,Deaths:2.6821192052980134,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3841059602649007,Count:151},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44776119402985076,Kills:1.2014925373134329,Deaths:2.0522388059701493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3880597014925373,Count:134},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:1,Winner:.42857142857142855,Kills:3.357142857142857,Deaths:4.335714285714285,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4857142857142858,Count:140},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3696969696969697,Kills:4.096969696969697,Deaths:4.878787878787879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1454545454545455,Count:165},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:1,Winner:.3935483870967742,Kills:4.2064516129032254,Deaths:4.974193548387097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.225806451612903,Count:155},{Actor:"*Krul*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5754716981132075,Kills:4.09433962264151,Deaths:4.509433962264151,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.443396226415094,Count:106},{Actor:"*Grace*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47692307692307695,Kills:2.9461538461538463,Deaths:3.8076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4615384615384617,Count:130},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40789473684210525,Kills:1.8157894736842106,Deaths:2.5460526315789473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4868421052631579,Count:152},{Actor:"*Reza*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.41333333333333333,Kills:4.553333333333334,Deaths:4.633333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1933333333333334,Count:150},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4105960264900662,Kills:3.5099337748344372,Deaths:4.139072847682119,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3443708609271523,Count:151},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.6019417475728155,Kills:4.262135922330097,Deaths:3.8737864077669903,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2135922330097086,Count:103},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4732824427480916,Kills:1.6488549618320612,Deaths:2.3206106870229006,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37404580152671757,Count:131},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5526315789473685,Kills:3.6578947368421053,Deaths:3.4298245614035086,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8947368421052633,Count:114},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.49606299212598426,Kills:3.047244094488189,Deaths:2.283464566929134,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6456692913385826,Count:127},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:2,Winner:.6116504854368932,Kills:4.427184466019417,Deaths:4.048543689320389,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.087378640776699,Count:103},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:1,Winner:.3559322033898305,Kills:3.4124293785310735,Deaths:4.338983050847458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.384180790960452,Count:177},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.525,Kills:2.5416666666666665,Deaths:2.4166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43333333333333335,Count:120},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:1,Winner:.44366197183098594,Kills:3.6619718309859155,Deaths:4.514084507042254,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4507042253521125,Count:142},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4050632911392405,Kills:2.1202531645569622,Deaths:2.670886075949367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3924050632911392,Count:158},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:2,Winner:.6037735849056604,Kills:4.632075471698113,Deaths:3.7641509433962264,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.169811320754717,Count:106},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4507042253521127,Kills:2.683098591549296,Deaths:3.063380281690141,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5070422535211268,Count:142},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5701754385964912,Kills:2.017543859649123,Deaths:2.3421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.543859649122807,Count:114},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4642857142857143,Kills:2.592857142857143,Deaths:2.092857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45,Count:140},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:1,Winner:.48872180451127817,Kills:3.9323308270676693,Deaths:3.969924812030075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8796992481203008,Count:133},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5603448275862069,Kills:1.0603448275862069,Deaths:1.4913793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5172413793103449,Count:116},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:2,Winner:.4925373134328358,Kills:3.783582089552239,Deaths:4.388059701492537,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.783582089552239,Count:134},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5238095238095238,Kills:3.126984126984127,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.753968253968254,Count:126},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.42038216560509556,Kills:4.375796178343949,Deaths:4.707006369426751,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.515923566878981,Count:157},{Actor:"*Taka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45517241379310347,Kills:1.8689655172413793,Deaths:2.331034482758621,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.27586206896551724,Count:145},{Actor:"*Baron*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45517241379310347,Kills:2,Deaths:2.5724137931034483,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4689655172413793,Count:145},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4589041095890411,Kills:1.082191780821918,Deaths:1.8424657534246576,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3972602739726027,Count:146},{Actor:"*Reim*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.475177304964539,Kills:3.8226950354609928,Deaths:4.290780141843972,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4326241134751774,Count:141},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:1.8805970149253732,Deaths:1.8432835820895523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5970149253731343,Count:134},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5403225806451613,Kills:2.4516129032258065,Deaths:2.5080645161290325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6370967741935484,Count:124},{Actor:"*Rona*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4785714285714286,Kills:3.7285714285714286,Deaths:5.064285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.35,Count:140},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:1,Winner:.4107142857142857,Kills:4.428571428571429,Deaths:4.0773809523809526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5892857142857144,Count:168},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5073529411764706,Kills:3.875,Deaths:4.3161764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.514705882352941,Count:136},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:2,Winner:.6272727272727273,Kills:5.4,Deaths:3.709090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2363636363636363,Count:110},{Actor:"*Varya*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5227272727272727,Kills:3.7196969696969697,Deaths:4.181818181818182,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.742424242424242,Count:132},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5072463768115942,Kills:4.528985507246377,Deaths:4.673913043478261,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.739130434782609,Count:138},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47619047619047616,Kills:2.326530612244898,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4897959183673469,Count:147},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5182481751824818,Kills:2.9051094890510947,Deaths:2.6204379562043796,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5182481751824818,Count:137},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4303030303030303,Kills:1.715151515151515,Deaths:2.3636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4303030303030303,Count:165},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4409937888198758,Kills:1.639751552795031,Deaths:2.453416149068323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4161490683229814,Count:161},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47058823529411764,Kills:1.673202614379085,Deaths:2.0980392156862746,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5098039215686274,Count:153},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4591194968553459,Kills:3.7044025157232703,Deaths:3.849056603773585,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8176100628930816,Count:159},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5251798561151079,Kills:1.3093525179856116,Deaths:2.129496402877698,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2949640287769784,Count:139},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5362318840579711,Kills:2.847826086956522,Deaths:2.4927536231884058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6231884057971014,Count:138},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4966442953020134,Kills:1.832214765100671,Deaths:2.2348993288590604,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4563758389261745,Count:149},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:0,Winner:.45962732919254656,Kills:3.801242236024845,Deaths:4.037267080745342,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5962732919254656,Count:161},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6271186440677966,Kills:2.9915254237288136,Deaths:1.8135593220338984,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8220338983050848,Count:118},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:1,Winner:.40217391304347827,Kills:3.5760869565217392,Deaths:4.7228260869565215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3532608695652173,Count:184},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4658385093167702,Kills:1.9440993788819876,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4658385093167702,Count:161},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:1,Winner:.436046511627907,Kills:3.5755813953488373,Deaths:4.186046511627907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.441860465116279,Count:172},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46060606060606063,Kills:1.2121212121212122,Deaths:1.915151515151515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4303030303030303,Count:165},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5277777777777778,Kills:2.1805555555555554,Deaths:2.5833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6180555555555556,Count:144},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4578313253012048,Kills:1.8674698795180722,Deaths:2.3373493975903616,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39156626506024095,Count:166},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4418604651162791,Kills:1.3895348837209303,Deaths:1.9593023255813953,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47093023255813954,Count:172},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.33047210300429186,Kills:2.463519313304721,Deaths:3.9141630901287554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8755364806866952,Count:233},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5202702702702703,Kills:2.4121621621621623,Deaths:2.3445945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5067567567567568,Count:148},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.4031413612565445,Kills:3.481675392670157,Deaths:3.900523560209424,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.513089005235602,Count:191},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48427672955974843,Kills:2.509433962264151,Deaths:2.358490566037736,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4276729559748428,Count:159},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5167785234899329,Kills:2.033557046979866,Deaths:2.208053691275168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5234899328859061,Count:149},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:0,Winner:.375,Kills:3.4086538461538463,Deaths:3.8076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.451923076923077,Count:208},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:1,Winner:.5131578947368421,Kills:3.9276315789473686,Deaths:4.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.611842105263158,Count:152},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.37089201877934275,Kills:2.2018779342723005,Deaths:2.572769953051643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43661971830985913,Count:213},{Actor:"*SAW*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.441340782122905,Kills:2.46927374301676,Deaths:2.446927374301676,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5698324022346368,Count:179},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4175257731958763,Kills:2.6082474226804124,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4329896907216495,Count:194},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:2,Winner:.574468085106383,Kills:3.602836879432624,Deaths:3.5106382978723403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.234042553191489,Count:141},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5225806451612903,Kills:1.1096774193548387,Deaths:1.3225806451612903,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5225806451612903,Count:155},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:1,Winner:.4659090909090909,Kills:4.119318181818182,Deaths:4.0625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7443181818181817,Count:176},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44324324324324327,Kills:1.9297297297297298,Deaths:2.6810810810810812,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5135135135135135,Count:185},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:1,Winner:.5157232704402516,Kills:4.150943396226415,Deaths:4.672955974842767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7044025157232703,Count:159},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:0,Winner:.5815602836879432,Kills:4.75177304964539,Deaths:3.921985815602837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:141},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5466666666666666,Kills:2.18,Deaths:2.28,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7666666666666667,Count:150},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.746987951807229,Deaths:2.3493975903614457,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5963855421686747,Count:166},{Actor:"*Krul*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5253164556962026,Kills:2.481012658227848,Deaths:2.0063291139240507,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2468354430379747,Count:158},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43455497382198954,Kills:2.089005235602094,Deaths:2.5392670157068062,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42408376963350786,Count:191},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4715909090909091,Kills:2.0738636363636362,Deaths:2.5625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42613636363636365,Count:176},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:2,Winner:.6829268292682927,Kills:5.747967479674797,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4065040650406506,Count:123},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.60431654676259,Kills:2.8129496402877696,Deaths:3.366906474820144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8920863309352516,Count:139},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:1,Winner:.5874125874125874,Kills:4.223776223776224,Deaths:3.7482517482517483,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.902097902097902,Count:143},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43523316062176165,Kills:2.9326424870466323,Deaths:3.533678756476684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.316062176165803,Count:193},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44919786096256686,Kills:2.235294117647059,Deaths:2.27807486631016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42245989304812837,Count:187},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.525,Kills:1.99375,Deaths:2.2375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:160},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5316455696202531,Kills:2.8164556962025316,Deaths:2.5822784810126582,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5569620253164557,Count:158},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.38636363636363635,Kills:2.831818181818182,Deaths:3.2636363636363637,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.340909090909091,Count:220},{Actor:"*Joule*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.441025641025641,Kills:4.123076923076923,Deaths:4.5487179487179485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3692307692307693,Count:195},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5408805031446541,Kills:3,Deaths:2.452830188679245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5786163522012578,Count:159},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:2,Winner:.48863636363636365,Kills:2.7670454545454546,Deaths:3.2443181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8181818181818183,Count:176},{Actor:"*Malene*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3210332103321033,Kills:2.822878228782288,Deaths:3.937269372693727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0701107011070112,Count:271},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45789473684210524,Kills:1.2947368421052632,Deaths:1.9052631578947368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33157894736842103,Count:190},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:1,Winner:.4702702702702703,Kills:4.454054054054054,Deaths:4.724324324324324,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.535135135135135,Count:185},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46774193548387094,Kills:1.9193548387096775,Deaths:1.9731182795698925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.478494623655914,Count:186},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3815789473684211,Kills:.8201754385964912,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.27631578947368424,Count:228},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:1,Winner:.4489795918367347,Kills:4.755102040816326,Deaths:4.755102040816326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.357142857142857,Count:196},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:1,Winner:.5365853658536586,Kills:4.286585365853658,Deaths:4.347560975609756,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.926829268292683,Count:164},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5393939393939394,Kills:2.690909090909091,Deaths:2.521212121212121,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6606060606060606,Count:165},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4972067039106145,Kills:2.4134078212290504,Deaths:2.446927374301676,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41899441340782123,Count:179},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:2,Winner:.6054421768707483,Kills:4.802721088435374,Deaths:3.5374149659863945,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.197278911564626,Count:147},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:2,Winner:.5894039735099338,Kills:6.172185430463577,Deaths:4.569536423841059,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.172185430463576,Count:151},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:3.960674157303371,Deaths:4.022471910112359,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.668539325842697,Count:178},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:2,Winner:.5894039735099338,Kills:4.947019867549669,Deaths:3.629139072847682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0463576158940397,Count:151},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:1,Winner:.46875,Kills:4.083333333333333,Deaths:4.380208333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8229166666666665,Count:192},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:2,Winner:.6766917293233082,Kills:5.511278195488722,Deaths:4.067669172932331,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6390977443609023,Count:133},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:2,Winner:.5759493670886076,Kills:5.056962025316456,Deaths:4.443037974683544,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:158},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:0,Winner:.441747572815534,Kills:3.912621359223301,Deaths:4.009708737864078,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4611650485436893,Count:206},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4312796208530806,Kills:2.5734597156398102,Deaths:3.028436018957346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3744075829383886,Count:211},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:1.934782608695652,Deaths:2.233695652173913,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5489130434782609,Count:184},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5168539325842697,Kills:2.044943820224719,Deaths:2.438202247191011,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3707865168539326,Count:178},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5344827586206896,Kills:2.6954022988505746,Deaths:2.9080459770114944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.367816091954023,Count:174},{Actor:"*Tony*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4069264069264069,Kills:3.8701298701298703,Deaths:4.190476190476191,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2987012987012987,Count:231},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.36293436293436293,Kills:2.8146718146718146,Deaths:3.8185328185328187,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.227799227799228,Count:259},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4481132075471698,Kills:1.919811320754717,Deaths:2.5943396226415096,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5801886792452831,Count:212},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:0,Winner:.37065637065637064,Kills:4.305019305019305,Deaths:4.745173745173745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0193050193050195,Count:259},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:1,Winner:.4330357142857143,Kills:4.348214285714286,Deaths:4.169642857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2857142857142856,Count:224},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4409090909090909,Kills:3.2772727272727273,Deaths:4.595454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4363636363636365,Count:220},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:1,Winner:.5359116022099447,Kills:4.569060773480663,Deaths:4.4088397790055245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.861878453038674,Count:181},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.60625,Kills:2.90625,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9875,Count:160},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4041666666666667,Kills:2.2041666666666666,Deaths:2.9916666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37083333333333335,Count:240},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:1,Winner:.5271739130434783,Kills:4.608695652173913,Deaths:4.1521739130434785,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.875,Count:184},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:1,Winner:.5268817204301075,Kills:3.682795698924731,Deaths:3.8010752688172045,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.967741935483871,Count:186},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4827586206896552,Kills:1.8029556650246306,Deaths:2.4236453201970445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5270935960591133,Count:203},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46261682242990654,Kills:2.411214953271028,Deaths:2.7476635514018692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4953271028037383,Count:214},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.466666666666667,Deaths:2.096969696969697,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5818181818181818,Count:165},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.55,Kills:2.811111111111111,Deaths:2.238888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4388888888888889,Count:180},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:0,Winner:.5,Kills:4.5,Deaths:4.398989898989899,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7323232323232323,Count:198},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:1,Winner:.48292682926829267,Kills:4.190243902439025,Deaths:4.341463414634147,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4926829268292683,Count:205},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5789473684210527,Kills:5.309941520467836,Deaths:4.39766081871345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.888888888888889,Count:171},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:1,Winner:.5755813953488372,Kills:4.593023255813954,Deaths:4.238372093023256,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.994186046511628,Count:172},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:1,Winner:.47619047619047616,Kills:4.623809523809523,Deaths:4.690476190476191,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.895238095238095,Count:210},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:2,Winner:.49504950495049505,Kills:5.034653465346534,Deaths:4.118811881188119,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.881188118811881,Count:202},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5813953488372093,Kills:3.4709302325581395,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4476744186046512,Count:172},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40476190476190477,Kills:3.3253968253968256,Deaths:3.5515873015873014,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5317460317460316,Count:252},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5425531914893617,Kills:1.9414893617021276,Deaths:2.356382978723404,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8776595744680851,Count:188},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:1,Winner:.4618834080717489,Kills:4.349775784753363,Deaths:4.071748878923767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.596412556053812,Count:223},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5597826086956522,Kills:3.0489130434782608,Deaths:3.6032608695652173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8097826086956523,Count:184},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49282296650717705,Kills:2.0574162679425836,Deaths:2.401913875598086,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4258373205741627,Count:209},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:1,Winner:.4444444444444444,Kills:5.14957264957265,Deaths:4.3760683760683765,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5641025641025643,Count:234},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:2,Winner:.4792626728110599,Kills:2.6589861751152073,Deaths:2.8433179723502304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.737327188940092,Count:217},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:1,Winner:.4581497797356828,Kills:4.13215859030837,Deaths:5.145374449339207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.251101321585903,Count:227},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5148514851485149,Kills:1.6782178217821782,Deaths:2.2475247524752477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5594059405940595,Count:202},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:1,Winner:.45414847161572053,Kills:4.244541484716157,Deaths:4.475982532751091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.567685589519651,Count:229},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4642857142857143,Kills:1.4508928571428572,Deaths:1.9196428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34375,Count:224},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5412371134020618,Kills:2.88659793814433,Deaths:2.6288659793814433,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7731958762886598,Count:194},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.4268292682926829,Kills:4.195121951219512,Deaths:4.6016260162601625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3780487804878048,Count:246},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:0,Winner:.4605263157894737,Kills:4.271929824561403,Deaths:4.157894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6710526315789473,Count:228},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.424,Kills:2.336,Deaths:2.652,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.516,Count:250},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5247524752475248,Kills:2.227722772277228,Deaths:2.207920792079208,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:202},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.41245136186770426,Kills:2.342412451361868,Deaths:2.622568093385214,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33852140077821014,Count:257},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:0,Winner:.4435146443514644,Kills:4.481171548117155,Deaths:4.142259414225942,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2635983263598325,Count:239},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:1,Winner:.4818181818181818,Kills:3.2409090909090907,Deaths:4.027272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8545454545454545,Count:220},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46320346320346323,Kills:2.606060606060606,Deaths:2.8095238095238093,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4805194805194805,Count:231},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4841628959276018,Kills:2.3710407239819005,Deaths:2.239819004524887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:221},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:1,Winner:.5169082125603864,Kills:2.4106280193236715,Deaths:3.4057971014492754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5990338164251208,Count:207},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:2,Winner:.5977653631284916,Kills:5.039106145251397,Deaths:4.312849162011173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1396648044692737,Count:179},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:1,Winner:.5320197044334976,Kills:4.029556650246305,Deaths:3.477832512315271,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.896551724137931,Count:203},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5595854922279793,Kills:3.917098445595855,Deaths:3.4404145077720205,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9740932642487046,Count:193},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:1,Winner:.40298507462686567,Kills:3.6641791044776117,Deaths:3.794776119402985,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3805970149253732,Count:268},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4579831932773109,Kills:2.1638655462184873,Deaths:2.327731092436975,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.453781512605042,Count:238},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:1,Winner:.5422885572139303,Kills:2.985074626865672,Deaths:2.970149253731343,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8358208955223883,Count:201},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48444444444444446,Kills:1.6933333333333334,Deaths:2.3022222222222224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4311111111111111,Count:225},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:1,Winner:.48444444444444446,Kills:2.9955555555555557,Deaths:3.5244444444444443,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6622222222222223,Count:225},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:0,Winner:.37542662116040953,Kills:3.9351535836177476,Deaths:4.853242320819112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0955631399317407,Count:293},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3894736842105263,Kills:1.831578947368421,Deaths:2.3684210526315788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3929824561403509,Count:285},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:1,Winner:.45867768595041325,Kills:4.198347107438017,Deaths:4.161157024793388,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6735537190082646,Count:242},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:0,Winner:.4530612244897959,Kills:2.9714285714285715,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4122448979591837,Count:245},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.502262443438914,Kills:2.276018099547511,Deaths:2.2171945701357467,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4298642533936652,Count:221},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3783783783783784,Kills:3.195945945945946,Deaths:4.91554054054054,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1216216216216215,Count:296},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42748091603053434,Kills:1.8778625954198473,Deaths:2.564885496183206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29389312977099236,Count:262},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5384615384615384,Kills:2.3028846153846154,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49038461538461536,Count:208},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:2,Winner:.5978835978835979,Kills:4.555555555555555,Deaths:3.6031746031746033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3439153439153437,Count:189},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.3741721854304636,Kills:2.7350993377483444,Deaths:3.6556291390728477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.281456953642384,Count:302},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43846153846153846,Kills:1.4692307692307693,Deaths:2.1653846153846152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5115384615384615,Count:260},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4713114754098361,Kills:2.627049180327869,Deaths:2.3524590163934427,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.430327868852459,Count:244},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:1,Winner:.48523206751054854,Kills:2.729957805907173,Deaths:3.852320675105485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.561181434599156,Count:237},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:1,Winner:.5528846153846154,Kills:5.173076923076923,Deaths:4.072115384615385,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9375,Count:208},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:2,Winner:.5424528301886793,Kills:4.037735849056604,Deaths:3.4669811320754715,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9339622641509435,Count:212},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4603174603174603,Kills:2.357142857142857,Deaths:2.5674603174603177,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43253968253968256,Count:252},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3879598662207358,Kills:1.7625418060200668,Deaths:2.290969899665552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49498327759197325,Count:299},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48333333333333334,Kills:2.2583333333333333,Deaths:2.5458333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6416666666666667,Count:240},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45,Kills:2.1807692307692306,Deaths:2.453846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.55,Count:260},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43333333333333335,Kills:2.2037037037037037,Deaths:2.488888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:270},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:0,Winner:.4223826714801444,Kills:3.4584837545126352,Deaths:4.375451263537906,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2779783393501805,Count:277},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:0,Winner:.44360902255639095,Kills:3.8533834586466167,Deaths:4.473684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4774436090225564,Count:266},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4555984555984556,Kills:4.455598455598456,Deaths:4.806949806949807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66023166023166,Count:259},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.543778801843318,Kills:2.046082949308756,Deaths:1.9953917050691243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4470046082949309,Count:217},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.497907949790795,Kills:1.6443514644351465,Deaths:2.205020920502092,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5355648535564853,Count:239},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:1,Winner:.5970149253731343,Kills:2.91044776119403,Deaths:3.2487562189054726,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0348258706467663,Count:201},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.5357142857142857,Kills:4.125,Deaths:4.294642857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9642857142857144,Count:224},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.39285714285714285,Kills:1.6655844155844155,Deaths:2.2824675324675323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4902597402597403,Count:308},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:0,Winner:.4689922480620155,Kills:4.887596899224806,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.87984496124031,Count:258},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4548872180451128,Kills:1.056390977443609,Deaths:1.6240601503759398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33458646616541354,Count:266},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.6971428571428572,Kills:5.268571428571429,Deaths:2.9771428571428573,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4857142857142858,Count:175},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:1,Winner:.4135593220338983,Kills:4.406779661016949,Deaths:4.196610169491525,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4440677966101694,Count:295},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:1,Winner:.5398230088495575,Kills:3.230088495575221,Deaths:3.915929203539823,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8230088495575223,Count:226},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45692883895131087,Kills:1.5355805243445693,Deaths:2.2397003745318353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39325842696629215,Count:267},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:0,Winner:.5258620689655172,Kills:5.232758620689655,Deaths:4.568965517241379,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7672413793103448,Count:232},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47843137254901963,Kills:1.8235294117647058,Deaths:1.9215686274509804,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4627450980392157,Count:255},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4066666666666667,Kills:1.8233333333333333,Deaths:2.6466666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38666666666666666,Count:300},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:1,Winner:.6069651741293532,Kills:3.0049751243781095,Deaths:3.109452736318408,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9502487562189055,Count:201},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44086021505376344,Kills:2.164874551971326,Deaths:2.5483870967741935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5053763440860215,Count:279},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.42560553633217996,Kills:4.27681660899654,Deaths:4.716262975778546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.283737024221453,Count:289},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:1.6341463414634145,Deaths:2.182926829268293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4634146341463415,Count:246},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.5256410256410257,Kills:2.8076923076923075,Deaths:3.700854700854701,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.594017094017094,Count:234},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:1,Winner:.492,Kills:3.972,Deaths:4.656,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.744,Count:250},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.484375,Kills:2.328125,Deaths:2.609375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3984375,Count:256},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:1,Winner:.6169154228855721,Kills:5.213930348258707,Deaths:3.6069651741293534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.084577114427861,Count:201},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:1,Winner:.4444444444444444,Kills:4.132616487455197,Deaths:5.078853046594982,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4336917562724016,Count:279},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:0,Winner:.45255474452554745,Kills:3.9708029197080292,Deaths:4.08029197080292,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6496350364963503,Count:274},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:1,Winner:.5122950819672131,Kills:4.663934426229508,Deaths:4.55327868852459,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7336065573770494,Count:244},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47191011235955055,Kills:2.344569288389513,Deaths:2.644194756554307,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36704119850187267,Count:267},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:1.5833333333333333,Deaths:2.257936507936508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5476190476190477,Count:252},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47547169811320755,Kills:1.2037735849056603,Deaths:1.9018867924528302,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4188679245283019,Count:265},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:1,Winner:.4827586206896552,Kills:1.5210727969348659,Deaths:1.9386973180076628,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9386973180076628,Count:261},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:1,Winner:.46153846153846156,Kills:3.531135531135531,Deaths:3.95970695970696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.659340659340659,Count:273},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:0,Winner:.4632352941176471,Kills:3.1948529411764706,Deaths:3.9448529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5330882352941178,Count:272},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:1,Winner:.4618181818181818,Kills:4.0181818181818185,Deaths:4.301818181818182,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.629090909090909,Count:275},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:2,Winner:.5336134453781513,Kills:5.2478991596638656,Deaths:3.966386554621849,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.726890756302521,Count:238},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:1,Winner:.5644444444444444,Kills:3.382222222222222,Deaths:3.8177777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7422222222222223,Count:225},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5521739130434783,Kills:2.130434782608696,Deaths:2.5434782608695654,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3826086956521739,Count:230},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4708029197080292,Kills:2.521897810218978,Deaths:2.54014598540146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41605839416058393,Count:274},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4777777777777778,Kills:1.8444444444444446,Deaths:1.862962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5703703703703704,Count:270},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:2,Winner:.5019305019305019,Kills:4.328185328185328,Deaths:4.177606177606178,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8725868725868726,Count:259},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5909090909090909,Kills:1.7954545454545454,Deaths:2.022727272727273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:220},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48872180451127817,Kills:1.9172932330827068,Deaths:2.030075187969925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41729323308270677,Count:266},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:0,Winner:.4962121212121212,Kills:3.287878787878788,Deaths:3.784090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.768939393939394,Count:264},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:1,Winner:.5527426160337553,Kills:4.206751054852321,Deaths:3.7130801687763713,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.067510548523207,Count:237},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49809885931558934,Kills:1.7110266159695817,Deaths:2.140684410646388,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3726235741444867,Count:263},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4631578947368421,Kills:1.919298245614035,Deaths:2.512280701754386,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3017543859649123,Count:285},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.41823899371069184,Kills:2.610062893081761,Deaths:3.792452830188679,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4213836477987423,Count:318},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42765273311897106,Kills:2.1543408360128615,Deaths:2.54983922829582,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3987138263665595,Count:311},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5683760683760684,Kills:2.034188034188034,Deaths:2.264957264957265,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4658119658119658,Count:234},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:0,Winner:.41875,Kills:5.03125,Deaths:4.95625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.415625,Count:320},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5095057034220533,Kills:1.296577946768061,Deaths:1.9277566539923954,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5019011406844106,Count:263},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:1,Winner:.5469387755102041,Kills:4.114285714285714,Deaths:4.746938775510204,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6489795918367345,Count:245},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5075757575757576,Kills:3.8295454545454546,Deaths:4.670454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.753787878787879,Count:264},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.574468085106383,Kills:1.7276595744680852,Deaths:1.8340425531914895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5276595744680851,Count:235},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5094339622641509,Kills:2.9584905660377356,Deaths:2.7735849056603774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4528301886792453,Count:265},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3609625668449198,Kills:1.8342245989304813,Deaths:2.6310160427807485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43315508021390375,Count:374},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:0,Winner:.5578512396694215,Kills:4.177685950413223,Deaths:3.87603305785124,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7768595041322315,Count:242},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4299363057324841,Kills:2.2770700636942673,Deaths:2.5573248407643314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35668789808917195,Count:314},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47719298245614034,Kills:2.3473684210526318,Deaths:5.066666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3789473684210527,Count:285},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5230769230769231,Kills:2.0384615384615383,Deaths:2.330769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4230769230769231,Count:260},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:1,Winner:.43217665615141954,Kills:4.3627760252365935,Deaths:4.160883280757098,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6624605678233437,Count:317},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4756944444444444,Kills:2.5069444444444446,Deaths:2.3229166666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5208333333333334,Count:288},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:1,Winner:.5372549019607843,Kills:4.792156862745098,Deaths:4.231372549019608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0588235294117645,Count:255},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5131086142322098,Kills:2.9775280898876404,Deaths:2.3895131086142323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6142322097378277,Count:267},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.345,Kills:3.4625,Deaths:4.5775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.095,Count:400},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.5110294117647058,Kills:3.1433823529411766,Deaths:3.900735294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6911764705882355,Count:272},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4186746987951807,Kills:1.819277108433735,Deaths:2.4096385542168677,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42771084337349397,Count:332},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:0,Winner:.48109965635738833,Kills:4.333333333333333,Deaths:4.219931271477663,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.810996563573883,Count:291},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5127272727272727,Kills:1.7272727272727273,Deaths:2.018181818181818,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3490909090909091,Count:275},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.6527777777777778,Kills:6.361111111111111,Deaths:4.097222222222222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3703703703703702,Count:216},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5053763440860215,Kills:1.8458781362007168,Deaths:1.8602150537634408,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43727598566308246,Count:279},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42011834319526625,Kills:2.6775147928994083,Deaths:4.375739644970414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8875739644970415,Count:338},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42388059701492536,Kills:2.2507462686567163,Deaths:2.444776119402985,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44776119402985076,Count:335},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:0,Winner:.46405228758169936,Kills:3.9084967320261437,Deaths:4.745098039215686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.522875816993464,Count:306},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:0,Winner:.5482625482625483,Kills:4.073359073359073,Deaths:4.544401544401544,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8494208494208495,Count:259},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:0,Winner:.4982456140350877,Kills:3.7719298245614037,Deaths:4.628070175438596,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.575438596491228,Count:285},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4034090909090909,Kills:2.065340909090909,Deaths:2.6875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3977272727272727,Count:352},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.55,Kills:3.753846153846154,Deaths:2.776923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5269230769230769,Count:260},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:1,Winner:.539622641509434,Kills:4.947169811320754,Deaths:4.10188679245283,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8981132075471696,Count:265},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5607843137254902,Kills:3.3098039215686272,Deaths:2.607843137254902,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5215686274509804,Count:255},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:2,Winner:.6244541484716157,Kills:5.462882096069869,Deaths:3.668122270742358,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2751091703056767,Count:229},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47840531561461797,Kills:2.0996677740863787,Deaths:2.5880398671096345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4219269102990033,Count:301},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5179856115107914,Kills:2.7482014388489207,Deaths:2.5071942446043165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4784172661870504,Count:278},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:1,Winner:.5925925925925926,Kills:2.6666666666666665,Deaths:3.094650205761317,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.065843621399177,Count:243},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:1,Winner:.5236363636363637,Kills:3.669090909090909,Deaths:3.6254545454545455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.810909090909091,Count:275},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:0,Winner:.39295392953929537,Kills:3.720867208672087,Deaths:5.260162601626016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.043360433604336,Count:369},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:1,Winner:.5141843971631206,Kills:3.723404255319149,Deaths:4.407801418439717,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.617021276595745,Count:282},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:1,Winner:.45741324921135645,Kills:3.684542586750789,Deaths:4.55205047318612,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.548895899053628,Count:317},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:2,Winner:.5123674911660777,Kills:2.802120141342756,Deaths:3.441696113074205,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8480565371024733,Count:283},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:0,Winner:.42028985507246375,Kills:3.7884057971014493,Deaths:4.298550724637681,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4405797101449274,Count:345},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:1,Winner:.5087108013937283,Kills:4.059233449477352,Deaths:4.344947735191638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6167247386759582,Count:287},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:2,Winner:.4332344213649852,Kills:4.84272997032641,Deaths:4.492581602373887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.287833827893175,Count:337},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4651898734177215,Kills:1.2721518987341771,Deaths:1.7088607594936709,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5126582278481012,Count:316},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:0,Winner:.4716981132075472,Kills:4.185534591194968,Deaths:4.462264150943396,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.569182389937107,Count:318},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:1,Winner:.43103448275862066,Kills:2.9885057471264367,Deaths:3.646551724137931,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6206896551724137,Count:348},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45454545454545453,Kills:2.4757575757575756,Deaths:2.696969696969697,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5515151515151515,Count:330},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:1,Winner:.5655430711610487,Kills:4.640449438202247,Deaths:3.3782771535580522,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0861423220973783,Count:267},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:0,Winner:.49834983498349833,Kills:3.6864686468646863,Deaths:3.557755775577558,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6963696369636962,Count:303},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:1,Winner:.6095617529880478,Kills:4.270916334661354,Deaths:3.7928286852589643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2231075697211153,Count:251},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:0,Winner:.4872611464968153,Kills:3.4363057324840764,Deaths:3.2961783439490446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6464968152866244,Count:314},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48417721518987344,Kills:.9018987341772152,Deaths:1.5886075949367089,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45569620253164556,Count:316},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:0,Winner:.45671641791044776,Kills:4.847761194029851,Deaths:4.552238805970149,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3940298507462687,Count:335},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:0,Winner:.45671641791044776,Kills:3.8417910447761194,Deaths:4.865671641791045,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4328358208955225,Count:335},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:1,Winner:.5460992907801419,Kills:4.25886524822695,Deaths:4.01418439716312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.975177304964539,Count:282},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:1,Winner:.4624624624624625,Kills:4.681681681681682,Deaths:4.474474474474475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.774774774774775,Count:333},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5363321799307958,Kills:2.13840830449827,Deaths:2.2664359861591694,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7093425605536332,Count:289},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:0,Winner:.5326460481099656,Kills:4.556701030927835,Deaths:3.8487972508591066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7422680412371134,Count:291},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4378531073446328,Kills:1.3672316384180792,Deaths:1.9858757062146892,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.403954802259887,Count:354},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5344827586206896,Kills:1.282758620689655,Deaths:1.6241379310344828,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5689655172413793,Count:290},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5290102389078498,Kills:2.7542662116040955,Deaths:2.6075085324232083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5051194539249146,Count:293},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4297520661157025,Kills:3.4242424242424243,Deaths:3.53168044077135,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4738292011019283,Count:363},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:0,Winner:.49056603773584906,Kills:4.270440251572327,Deaths:4.471698113207547,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6352201257861636,Count:318},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43854748603351956,Kills:2.069832402234637,Deaths:2.536312849162011,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5083798882681564,Count:358},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4845679012345679,Kills:3.0462962962962963,Deaths:3.8117283950617282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.632716049382716,Count:324},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4688427299703264,Kills:4.210682492581602,Deaths:4.513353115727003,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5905044510385755,Count:337},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:0,Winner:.5602836879432624,Kills:4.471631205673759,Deaths:4.75177304964539,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.900709219858156,Count:282},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:1,Winner:.5374149659863946,Kills:3.0170068027210886,Deaths:3.568027210884354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9659863945578233,Count:294},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45558739255014324,Kills:2.469914040114613,Deaths:2.5816618911174785,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5329512893982808,Count:349},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.4441340782122905,Kills:4.793296089385475,Deaths:4.083798882681564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.64804469273743,Count:358},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42513368983957217,Kills:2.0053475935828877,Deaths:2.6149732620320854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3609625668449198,Count:374},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:2,Winner:.5482758620689655,Kills:4.720689655172414,Deaths:3.382758620689655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1862068965517243,Count:290},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6463414634146342,Kills:3.686991869918699,Deaths:2.2398373983739837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8983739837398373,Count:246},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:0,Winner:.47041420118343197,Kills:4.097633136094674,Deaths:3.5118343195266273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5473372781065087,Count:338},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:1,Winner:.5658362989323843,Kills:2.736654804270463,Deaths:3.1814946619217084,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.099644128113879,Count:281},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:1,Winner:.38686131386861317,Kills:4.693430656934306,Deaths:4.603406326034063,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.145985401459854,Count:411},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:0,Winner:.5015673981191222,Kills:4.153605015673981,Deaths:4.2037617554858935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9623824451410656,Count:319},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:1,Winner:.5128205128205128,Kills:3.4871794871794872,Deaths:3.3365384615384617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.782051282051282,Count:312},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:0,Winner:.4553072625698324,Kills:4.276536312849162,Deaths:4.505586592178771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.684357541899441,Count:358},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4808259587020649,Kills:3.0973451327433628,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.631268436578171,Count:339},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.4358288770053476,Kills:2.727272727272727,Deaths:3.3983957219251337,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4946524064171123,Count:374},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5290322580645161,Kills:1.4806451612903226,Deaths:1.3741935483870968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5419354838709678,Count:310},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.563573883161512,Kills:5.116838487972508,Deaths:3.752577319587629,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.941580756013746,Count:291},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:1,Winner:.5352564102564102,Kills:5.032051282051282,Deaths:4.208333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8493589743589745,Count:312},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5387096774193548,Kills:1.7967741935483872,Deaths:2.1258064516129034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3193548387096774,Count:310},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5,Kills:1.5149700598802396,Deaths:1.9311377245508983,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38023952095808383,Count:334},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:0,Winner:.605072463768116,Kills:5.590579710144928,Deaths:4.057971014492754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3405797101449277,Count:276},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:1,Winner:.5529801324503312,Kills:5.33112582781457,Deaths:4.764900662251655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9172185430463577,Count:302},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:0,Winner:.4394736842105263,Kills:3.781578947368421,Deaths:4.494736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.55,Count:380},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4083129584352078,Kills:1.921760391198044,Deaths:2.82640586797066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.24938875305623473,Count:409},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4421052631578947,Kills:2.5710526315789473,Deaths:2.723684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3763157894736842,Count:380},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:0,Winner:.42105263157894735,Kills:3.293233082706767,Deaths:3.907268170426065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4511278195488724,Count:399},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:1,Winner:.5365079365079365,Kills:3.8444444444444446,Deaths:3.765079365079365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7365079365079366,Count:315},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:2,Winner:.7752293577981652,Kills:5.922018348623853,Deaths:3.591743119266055,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8577981651376145,Count:218},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5416666666666666,Kills:3.9006410256410255,Deaths:4.189102564102564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7564102564102564,Count:312},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4156479217603912,Kills:1.9853300733496333,Deaths:2.410757946210269,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.589242053789731,Count:409},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:0,Winner:.46831955922865015,Kills:2.0275482093663912,Deaths:3.564738292011019,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.672176308539945,Count:363},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.57,Kills:1.9366666666666668,Deaths:2.06,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41,Count:300},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4535809018567639,Kills:2.480106100795756,Deaths:2.580901856763926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36074270557029176,Count:377},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:0,Winner:.48857142857142855,Kills:4.354285714285714,Deaths:4.24,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.68,Count:350},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48732394366197185,Kills:2.1380281690140843,Deaths:2.4619718309859153,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5492957746478874,Count:355},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:1,Winner:.6628352490421456,Kills:5.681992337164751,Deaths:4.022988505747127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4061302681992336,Count:261},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:0,Winner:.525679758308157,Kills:4.277945619335347,Deaths:4.22356495468278,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8851963746223563,Count:331},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5072463768115942,Kills:5.942028985507246,Deaths:5.41159420289855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.046376811594203,Count:345},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.567741935483871,Kills:2.4387096774193546,Deaths:2.2806451612903227,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4806451612903226,Count:310},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4971751412429379,Kills:.864406779661017,Deaths:1.734463276836158,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4435028248587571,Count:354},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5534591194968553,Kills:2.830188679245283,Deaths:4.172955974842767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9968553459119496,Count:318},{Actor:"*Reim*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.45153061224489793,Kills:4.8061224489795915,Deaths:6.051020408163265,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8903061224489797,Count:392},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:0,Winner:.6267605633802817,Kills:4.598591549295775,Deaths:3.721830985915493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2711267605633805,Count:284},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5579937304075235,Kills:5.075235109717869,Deaths:4.429467084639499,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.915360501567398,Count:319},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:0,Winner:.46965699208443273,Kills:2.920844327176781,Deaths:3.688654353562005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5356200527704487,Count:379},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5327380952380952,Kills:.8958333333333334,Deaths:1.4553571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6726190476190477,Count:336},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.703125,Kills:3.6640625,Deaths:1.9296875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:256},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.6534296028880866,Kills:5.0108303249097474,Deaths:3.375451263537906,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4007220216606497,Count:277},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3986784140969163,Kills:2.4713656387665197,Deaths:1.9933920704845816,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3634361233480176,Count:454},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.40625,Kills:2.580357142857143,Deaths:3.3950892857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2767857142857144,Count:448},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4485294117647059,Kills:2.2573529411764706,Deaths:2.5563725490196076,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4264705882352941,Count:408},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:1,Winner:.5395894428152492,Kills:4.346041055718475,Deaths:3.69208211143695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0410557184750733,Count:341},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.5346820809248555,Kills:4.078034682080925,Deaths:4.638728323699422,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8236994219653178,Count:346},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:0,Winner:.4792746113989637,Kills:3.7746113989637307,Deaths:4.310880829015544,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.510362694300518,Count:386},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45792079207920794,Kills:2.9381188118811883,Deaths:2.5965346534653464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5123762376237624,Count:404},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:1,Winner:.4946808510638298,Kills:4.64095744680851,Deaths:4.329787234042553,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.771276595744681,Count:376},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:0,Winner:.5068119891008175,Kills:4.114441416893733,Deaths:4.986376021798365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5204359673024523,Count:367},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4869791666666667,Kills:6.661458333333333,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7708333333333333,Count:384},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:1,Winner:.48578811369509045,Kills:4.3023255813953485,Deaths:4.366925064599483,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.749354005167959,Count:387},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4489311163895487,Kills:1.6223277909738718,Deaths:2.2612826603325415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3491686460807601,Count:421},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.525,Kills:2.0861111111111112,Deaths:2.3222222222222224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39166666666666666,Count:360},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5235457063711911,Kills:1.9335180055401662,Deaths:2.407202216066482,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6371191135734072,Count:361},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4896373056994819,Kills:3.005181347150259,Deaths:3.284974093264249,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9507772020725387,Count:386},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5093833780160858,Kills:2.994638069705094,Deaths:2.8471849865951744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6005361930294906,Count:373},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:0,Winner:.4400921658986175,Kills:4.5691244239631335,Deaths:4.78110599078341,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.610599078341014,Count:434},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5026315789473684,Kills:2.231578947368421,Deaths:2.305263157894737,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36578947368421055,Count:380},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:1,Winner:.5106951871657754,Kills:3.7032085561497325,Deaths:4.251336898395722,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.77807486631016,Count:374},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:0,Winner:.60828025477707,Kills:5.39171974522293,Deaths:4.321656050955414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1528662420382165,Count:314},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45823389021479716,Kills:2.503579952267303,Deaths:2.431980906921241,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38424821002386633,Count:419},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:0,Winner:.47794117647058826,Kills:3.5098039215686274,Deaths:3.8112745098039214,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6887254901960786,Count:408},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:0,Winner:.4961832061068702,Kills:4.185750636132315,Deaths:4.066157760814249,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7455470737913488,Count:393},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48157248157248156,Kills:2.498771498771499,Deaths:2.773955773955774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4668304668304668,Count:407},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:1,Winner:.5568181818181818,Kills:4.963068181818182,Deaths:3.84375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.977272727272727,Count:352},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5414364640883977,Kills:.46685082872928174,Deaths:.494475138121547,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6906077348066298,Count:362},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48166259168704156,Kills:1.1687041564792175,Deaths:1.9633251833740832,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38875305623471884,Count:409},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.45727482678983833,Kills:4.279445727482679,Deaths:4.907621247113164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.260969976905312,Count:433},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6130030959752322,Kills:3.6996904024767803,Deaths:2.48297213622291,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6191950464396285,Count:323},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5335120643431636,Kills:4.195710455764075,Deaths:4.656836461126005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8820375335120643,Count:373},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:0,Winner:.5115681233933161,Kills:4.22879177377892,Deaths:4.066838046272494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7352185089974292,Count:389},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.7316176470588235,Kills:6.022058823529412,Deaths:3.7279411764705883,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5073529411764706,Count:272},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:0,Winner:.5718390804597702,Kills:2.7327586206896552,Deaths:3.074712643678161,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0344827586206895,Count:348},{Actor:"*Varya*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.38953488372093026,Kills:4.416666666666667,Deaths:5.7810077519379846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.926356589147287,Count:516},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5062972292191436,Kills:.9269521410579346,Deaths:1.5365239294710327,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5617128463476071,Count:397},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:2,Winner:.63125,Kills:4.325,Deaths:3.43125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.371875,Count:320},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:0,Winner:.5489130434782609,Kills:4.266304347826087,Deaths:4.236413043478261,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8777173913043477,Count:368},{Actor:"*Varya*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42379958246346555,Kills:1.6680584551148225,Deaths:2.465553235908142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5427974947807933,Count:479},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5356200527704486,Kills:2.4063324538258577,Deaths:2.6754617414248023,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46174142480211083,Count:379},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5113350125944585,Kills:5.083123425692695,Deaths:4.093198992443325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7556675062972293,Count:397},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:0,Winner:.46788990825688076,Kills:4.071100917431193,Deaths:3.5711009174311927,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8394495412844036,Count:436},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4904306220095694,Kills:2.7057416267942584,Deaths:2.478468899521531,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39952153110047844,Count:418},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.33825944170771755,Kills:1.5582922824302134,Deaths:2.51559934318555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37438423645320196,Count:609},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:1,Winner:.6142433234421365,Kills:5.213649851632048,Deaths:4.201780415430267,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3827893175074184,Count:337},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:0,Winner:.6028985507246377,Kills:4.4,Deaths:3.701449275362319,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0869565217391304,Count:345},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4015444015444015,Kills:2.6814671814671813,Deaths:2.916988416988417,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3938223938223938,Count:518},{Actor:"*Malene*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3641114982578397,Kills:1.4285714285714286,Deaths:2.2038327526132404,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32926829268292684,Count:574},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4003831417624521,Kills:2.078544061302682,Deaths:2.8199233716475094,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.28735632183908044,Count:522},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:0,Winner:.5428571428571428,Kills:3,Deaths:3.6285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.677922077922078,Count:385},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5084745762711864,Kills:1.0242130750605327,Deaths:1.5447941888619854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5302663438256658,Count:413},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3977485928705441,Kills:1.7185741088180113,Deaths:2.5778611632270167,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5290806754221389,Count:533},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5520833333333334,Kills:3.3385416666666665,Deaths:2.6822916666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4713541666666667,Count:384},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4652173913043478,Kills:2.2217391304347824,Deaths:2.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5456521739130434,Count:460},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.528395061728395,Kills:2.180246913580247,Deaths:2.4296296296296296,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7308641975308642,Count:405},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:1,Winner:.5643044619422573,Kills:3.8346456692913384,Deaths:3.5695538057742784,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8556430446194225,Count:381},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:0,Winner:.6515151515151515,Kills:6.151515151515151,Deaths:3.4363636363636365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.242424242424242,Count:330},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:0,Winner:.5733333333333334,Kills:4.306666666666667,Deaths:3.792,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.986666666666667,Count:375},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:0,Winner:.6160458452722063,Kills:5.435530085959885,Deaths:4.28080229226361,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2951289398280803,Count:349},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5950413223140496,Kills:3.1046831955922864,Deaths:2.0578512396694215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6143250688705234,Count:363},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:1,Winner:.5871313672922251,Kills:5.353887399463807,Deaths:4.1876675603217155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.136729222520107,Count:373},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43912175648702595,Kills:2.3293413173652695,Deaths:2.7385229540918163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49101796407185627,Count:501},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4772234273318872,Kills:2.490238611713666,Deaths:2.349240780911063,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4403470715835141,Count:461},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5273159144893111,Kills:2.5771971496437054,Deaths:2.28978622327791,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42280285035629456,Count:421},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.35478806907378335,Kills:1.8885400313971743,Deaths:2.240188383045526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34222919937205654,Count:637},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44664031620553357,Kills:2.2766798418972334,Deaths:2.6719367588932808,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3952569169960474,Count:506},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.6174863387978142,Kills:4.885245901639344,Deaths:3.297814207650273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3961748633879782,Count:366},{Actor:"*Malene*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47390396659707723,Kills:5.446764091858038,Deaths:4.561586638830898,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7870563674321502,Count:479},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:0,Winner:.5123595505617977,Kills:2.9258426966292137,Deaths:3.649438202247191,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.784269662921348,Count:445},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5325581395348837,Kills:2.5093023255813955,Deaths:2.395348837209302,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4930232558139535,Count:430},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4791666666666667,Kills:1.3208333333333333,Deaths:1.8791666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37916666666666665,Count:480},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5460992907801419,Kills:2.647754137115839,Deaths:2.3853427895981087,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6335697399527187,Count:423},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.426497277676951,Kills:2.339382940108893,Deaths:2.629764065335753,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5898366606170599,Count:551},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.491701244813278,Kills:1.7572614107883817,Deaths:1.995850622406639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45643153526970953,Count:482},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5074626865671642,Kills:2.4925373134328357,Deaths:4.7398720682302775,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4584221748400852,Count:469},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.39080459770114945,Kills:3.3333333333333335,Deaths:3.8029556650246303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3448275862068964,Count:609},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41535776614310643,Kills:1.455497382198953,Deaths:2.094240837696335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37521815008726006,Count:573},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43772893772893773,Kills:2.412087912087912,Deaths:2.183150183150183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3241758241758242,Count:546},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4578544061302682,Kills:2.388888888888889,Deaths:2.256704980842912,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3218390804597701,Count:522},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:1,Winner:.5627906976744186,Kills:4.611627906976744,Deaths:3.483720930232558,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.197674418604651,Count:430},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:1,Winner:.6368421052631579,Kills:4.718421052631579,Deaths:3.5605263157894735,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4026315789473682,Count:380},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47184466019417476,Kills:2.8135922330097087,Deaths:2.81747572815534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3864077669902913,Count:515},{Actor:"*Petal*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5258620689655172,Kills:5.066810344827586,Deaths:4.790948275862069,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.456896551724138,Count:464},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5304347826086957,Kills:2.1934782608695653,Deaths:2.3152173913043477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36086956521739133,Count:460},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5,Kills:2.6244897959183673,Deaths:2.1979591836734693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5428571428571428,Count:490},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4803921568627451,Kills:1.2549019607843137,Deaths:1.8372549019607842,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36470588235294116,Count:510},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5061475409836066,Kills:2.2540983606557377,Deaths:2.4918032786885247,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48155737704918034,Count:488},{Actor:"*Idris*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43356643356643354,Kills:2.4353146853146854,Deaths:2.4947552447552446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4090909090909091,Count:572},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4217687074829932,Kills:2.4149659863945576,Deaths:3.0340136054421767,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4812925170068027,Count:588},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.51340206185567,Kills:2.4721649484536083,Deaths:2.4453608247422682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4577319587628866,Count:485},{Actor:"*Tony*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4528985507246377,Kills:2.0778985507246377,Deaths:2.36231884057971,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3641304347826087,Count:552},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3680351906158358,Kills:1.5923753665689149,Deaths:2.5425219941348973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4208211143695015,Count:682},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.498015873015873,Kills:3.8333333333333335,Deaths:3.9742063492063493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7777777777777777,Count:504},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4405594405594406,Kills:2.145104895104895,Deaths:2.6083916083916083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42482517482517484,Count:572},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.420265780730897,Kills:1.6827242524916943,Deaths:2.1362126245847177,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37209302325581395,Count:602},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5238095238095238,Kills:1.10351966873706,Deaths:1.5279503105590062,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5362318840579711,Count:483},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4756554307116105,Kills:2.1254681647940075,Deaths:2.432584269662921,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6947565543071161,Count:534},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5019685039370079,Kills:2.6929133858267718,Deaths:2.7125984251968505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4566929133858268,Count:508},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:1,Winner:.7420289855072464,Kills:6.904347826086957,Deaths:3.327536231884058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7130434782608694,Count:345},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5311203319502075,Kills:2.454356846473029,Deaths:2.107883817427386,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.475103734439834,Count:482},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.45121951219512196,Kills:4.945993031358885,Deaths:5.435540069686411,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0749128919860627,Count:574},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.487758945386064,Kills:2.839924670433145,Deaths:2.5725047080979286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.527306967984934,Count:531},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49146110056925996,Kills:1.3700189753320684,Deaths:1.935483870967742,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3946869070208729,Count:527},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4488734835355286,Kills:1.8405545927209706,Deaths:2.168110918544194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42807625649913345,Count:577},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5295315682281059,Kills:2.9613034623217924,Deaths:2.354378818737271,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.594704684317719,Count:491},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46953405017921146,Kills:1.2293906810035842,Deaths:2.0268817204301075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:558},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5415821501014199,Kills:2.661257606490872,Deaths:2.075050709939148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40162271805273836,Count:493},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4752650176678445,Kills:1.1837455830388692,Deaths:1.6731448763250882,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45229681978798586,Count:566},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4498327759197324,Kills:2.548494983277592,Deaths:2.737458193979933,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4665551839464883,Count:598},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4072398190045249,Kills:1.8446455505279036,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2895927601809955,Count:663},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4639175257731959,Kills:2.8092783505154637,Deaths:2.620274914089347,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5103092783505154,Count:582},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6195899772209568,Kills:2.947608200455581,Deaths:2.2300683371298406,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5968109339407744,Count:439},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5219885277246654,Kills:2.6787762906309753,Deaths:2.0669216061185467,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42065009560229444,Count:523},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5226415094339623,Kills:2.7735849056603774,Deaths:2.2264150943396226,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.590566037735849,Count:530},{Actor:"*Rona*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42967542503863987,Kills:4.78516228748068,Deaths:5.693972179289026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8346213292117466,Count:647},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5045372050816697,Kills:1.867513611615245,Deaths:2.2431941923774956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5390199637023594,Count:551},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:1,Winner:.5717213114754098,Kills:4.370901639344262,Deaths:3.9938524590163933,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9221311475409837,Count:488},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.521415270018622,Kills:2.111731843575419,Deaths:2.17877094972067,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6610800744878957,Count:537},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:2,Winner:.7032418952618454,Kills:4.7182044887780545,Deaths:3.28927680798005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5586034912718203,Count:401},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.44976076555023925,Kills:2.422647527910686,Deaths:2.5661881977671452,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5087719298245614,Count:627},{Actor:"*Rona*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4167893961708395,Kills:5.77319587628866,Deaths:6.359351988217967,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5375552282768779,Count:679},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4463452566096423,Kills:1.9020217729393467,Deaths:2.5163297045101087,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6018662519440124,Count:643},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5215827338129496,Kills:2.4658273381294964,Deaths:2.564748201438849,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.564748201438849,Count:556},{Actor:"*Lance*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44907407407407407,Kills:3.0941358024691357,Deaths:4.932098765432099,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5493827160493827,Count:648},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5307971014492754,Kills:2.8949275362318843,Deaths:2.601449275362319,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48731884057971014,Count:552},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4146685472496474,Kills:2.1311706629055007,Deaths:2.7517630465444287,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2947813822284908,Count:709},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45121951219512196,Kills:2.4115853658536586,Deaths:2.7515243902439024,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38871951219512196,Count:656},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5220458553791887,Kills:4.068783068783069,Deaths:3.708994708994709,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9541446208112876,Count:567},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:2,Winner:.7412935323383084,Kills:6.45771144278607,Deaths:3.3407960199004973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.699004975124378,Count:402},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5195911413969335,Kills:2.8722316865417374,Deaths:2.4787052810902894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4463373083475298,Count:587},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.48335974643423135,Kills:2.86053882725832,Deaths:3.4405705229793977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7036450079239303,Count:631},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6348547717842323,Kills:3.0580912863070537,Deaths:2.008298755186722,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7883817427385892,Count:482},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49837662337662336,Kills:3.1298701298701297,Deaths:3.1525974025974026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43506493506493504,Count:616},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5567567567567567,Kills:4.684684684684685,Deaths:4.293693693693694,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8468468468468466,Count:555},{Actor:"*Tony*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4753846153846154,Kills:6.0830769230769235,Deaths:6.186153846153847,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5646153846153845,Count:650},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.462109955423477,Kills:2.4903417533432393,Deaths:2.7013372956909363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40416047548291234,Count:673},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5533807829181495,Kills:2.195729537366548,Deaths:2.284697508896797,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4501779359430605,Count:562},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.41544607190412786,Kills:5.319573901464714,Deaths:6.10918774966711,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6085219707057257,Count:751},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47129909365558914,Kills:4.954682779456193,Deaths:5.557401812688822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7794561933534743,Count:662},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.48328267477203646,Kills:3.2279635258358663,Deaths:2.734042553191489,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4331306990881459,Count:658},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.43956043956043955,Kills:3.552197802197802,Deaths:4.850274725274725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.462912087912088,Count:728},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46589259796806964,Kills:1.320754716981132,Deaths:1.9506531204644413,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35123367198838895,Count:689},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49770290964777947,Kills:1.9081163859111792,Deaths:2.246554364471669,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6003062787136294,Count:653},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5094043887147336,Kills:2.968652037617555,Deaths:2.761755485893417,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6755485893416928,Count:638},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5101721439749609,Kills:3.7621283255086073,Deaths:4.992175273865414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8716744913928012,Count:639},{Actor:"*Petal*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.533442088091354,Kills:6.33605220228385,Deaths:4.954323001631321,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9396411092985317,Count:613},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4254215304798962,Kills:2.146562905317769,Deaths:2.3670557717250325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4072632944228275,Count:771},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.39759036144578314,Kills:2.508433734939759,Deaths:2.6060240963855423,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30120481927710846,Count:830},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5393258426966292,Kills:7.810593900481541,Deaths:6.040128410914928,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5874799357945426,Count:623},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47075208913649025,Kills:7.522284122562674,Deaths:6.469359331476323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5264623955431755,Count:718},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5707070707070707,Kills:1.1683501683501682,Deaths:1.4494949494949494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5252525252525253,Count:594},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.468232044198895,Kills:1.7555248618784531,Deaths:2.2624309392265194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5041436464088398,Count:724},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5120481927710844,Kills:1.0828313253012047,Deaths:1.5015060240963856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5090361445783133,Count:664},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49854227405247814,Kills:2.5145772594752187,Deaths:2.441690962099125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5335276967930029,Count:686},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5347758887171561,Kills:2.7758887171561053,Deaths:2.6383307573415764,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7310664605873262,Count:647},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5187406296851574,Kills:2.9100449775112445,Deaths:2.5937031484257873,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4017991004497751,Count:667},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4669312169312169,Kills:1.8015873015873016,Deaths:2.257936507936508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:756},{Actor:"*Malene*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5121602288984263,Kills:4.878397711015737,Deaths:4.127324749642346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8869814020028612,Count:699},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48,Kills:3.4026666666666667,Deaths:2.82,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4786666666666667,Count:750},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5148936170212766,Kills:3.2127659574468086,Deaths:2.497872340425532,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5304964539007092,Count:705},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6042692939244664,Kills:2.7848932676518885,Deaths:2.6535303776683086,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9408866995073891,Count:609},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6045751633986928,Kills:3.0098039215686274,Deaths:2.343137254901961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7173202614379085,Count:612},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4699248120300752,Kills:5.25062656641604,Deaths:5.705513784461153,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8709273182957393,Count:798},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5349500713266762,Kills:2.609129814550642,Deaths:2.470756062767475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3537803138373752,Count:701},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.510148849797023,Kills:2.691474966170501,Deaths:2.679296346414073,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4479025710419486,Count:739},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5026666666666667,Kills:6.704,Deaths:5.218666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.046666666666667,Count:750},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5100671140939598,Kills:1.9409395973154362,Deaths:2.1879194630872485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5691275167785235,Count:745},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4316143497757848,Kills:2.368834080717489,Deaths:2.3721973094170403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2948430493273543,Count:892},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5279672578444747,Kills:.8840381991814461,Deaths:1.4392905866302865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6016371077762619,Count:733},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5257452574525745,Kills:2.2466124661246614,Deaths:2.247967479674797,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3956639566395664,Count:738},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5388888888888889,Kills:1.9777777777777779,Deaths:2.1319444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4027777777777778,Count:720},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5234270414993306,Kills:2.997322623828648,Deaths:2.6318607764390896,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6157965194109772,Count:747},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4857849196538937,Kills:4.711990111248455,Deaths:4.184177997527812,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.796044499381953,Count:809},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4637002341920375,Kills:2.3021077283372366,Deaths:2.3524590163934427,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41217798594847777,Count:854},{Actor:"*Anka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4812206572769953,Kills:7.005868544600939,Deaths:6.496478873239437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.545774647887324,Count:852},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46231721034870643,Kills:1.9178852643419573,Deaths:2.2992125984251968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5568053993250843,Count:889},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5355329949238579,Kills:2.465736040609137,Deaths:2.234771573604061,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48350253807106597,Count:788},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4908256880733945,Kills:2.7958715596330275,Deaths:2.8153669724770642,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43577981651376146,Count:872},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.48854961832061067,Kills:4.799345692475463,Deaths:5.497273718647764,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.064340239912759,Count:917},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44227005870841485,Kills:1.7925636007827788,Deaths:2.400195694716243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5459882583170255,Count:1022},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4892703862660944,Kills:1.9141630901287554,Deaths:2.2854077253218885,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5879828326180258,Count:932},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44030563514804205,Kills:5.384909264565425,Deaths:5.425978987583572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.836676217765043,Count:1047},{Actor:"*Joule*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5255391600454029,Kills:5.986379114642451,Deaths:5.488081725312146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0885357548240635,Count:881},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5042553191489362,Kills:3.870212765957447,Deaths:5.051063829787234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7670212765957447,Count:940},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5759416767922235,Kills:2.896719319562576,Deaths:2.117861482381531,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5917375455650061,Count:823},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4778672032193159,Kills:.48893360160965793,Deaths:.5915492957746479,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:994},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5020833333333333,Kills:2.8604166666666666,Deaths:2.45625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.50625,Count:960},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5165775401069519,Kills:2.13048128342246,Deaths:4.337967914438503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9240641711229947,Count:935},{Actor:"*Anka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4023275145469659,Kills:3.9833748960931006,Deaths:5.228595178719867,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1271820448877805,Count:1203},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5288985823336968,Kills:2.520174482006543,Deaths:2.50381679389313,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.366412213740458,Count:917},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5149638802889577,Kills:2.4798761609907123,Deaths:2.4520123839009287,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3395252837977296,Count:969},{Actor:"*Taka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42480883602378927,Kills:6.392523364485982,Deaths:5.559048428207307,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4443500424808835,Count:1177},{Actor:"*Grace*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5312831389183457,Kills:3.0233297985153764,Deaths:4.702014846235419,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8907741251325556,Count:943},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44968833481745324,Kills:5.109528049866429,Deaths:5.078361531611754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.004452359750668,Count:1123},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4780578898225957,Kills:2.684407096171802,Deaths:2.6013071895424837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5788982259570495,Count:1071},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.521255060728745,Kills:1.8360323886639676,Deaths:4.163967611336032,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7732793522267207,Count:988},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5,Kills:7.422709923664122,Deaths:5.79675572519084,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8444656488549618,Count:1048},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47074468085106386,Kills:5.075354609929078,Deaths:5.402482269503546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.132978723404255,Count:1128},{Actor:"*Tony*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5119388729703916,Kills:5.833810888252149,Deaths:5.410697230181471,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7936962750716332,Count:1047},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4473029045643154,Kills:2.280497925311203,Deaths:2.579253112033195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4879668049792531,Count:1205},{Actor:"*Lance*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44254278728606355,Kills:3.1181744091279544,Deaths:5.21760391198044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5973920130399348,Count:1227},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46462063086104005,Kills:2.4075021312872975,Deaths:2.60613810741688,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4936061381074169,Count:1173},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4963768115942029,Kills:2.6105072463768115,Deaths:2.482789855072464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41304347826086957,Count:1104},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.476107732406603,Kills:6.308427454387489,Deaths:5.586446568201564,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1728931364031276,Count:1151},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4837291116974494,Kills:4.612137203166227,Deaths:4.6402814423922605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1811785400175903,Count:1137},{Actor:"*Joule*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5196998123827392,Kills:6.453095684803002,Deaths:5.820825515947467,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.897748592870544,Count:1066},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5855194123819517,Kills:3.5645330535152153,Deaths:2.4732423924449107,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5078698845750262,Count:953},{Actor:"*Skye*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.46153846153846156,Kills:5.06368899917287,Deaths:5.338296112489661,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.80479735318445,Count:1209},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5827263267429761,Kills:3.4058272632674296,Deaths:2.5161290322580645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5171696149843913,Count:961},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49645390070921985,Kills:1.4060283687943262,Deaths:1.7384751773049645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4024822695035461,Count:1128},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5309568480300187,Kills:2.5741088180112572,Deaths:2.520637898686679,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7063789868667918,Count:1066},{Actor:"*Baron*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5089285714285714,Kills:5.39375,Deaths:5.746428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.349107142857143,Count:1120},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4713114754098361,Kills:6.0975409836065575,Deaths:5.655737704918033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.687704918032787,Count:1220},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.530932594644506,Kills:2.0138504155124655,Deaths:2.2142197599261313,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6897506925207756,Count:1083},{Actor:"*Reim*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5337650323774283,Kills:5.754856614246068,Deaths:5.590194264569843,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9768732654949122,Count:1081},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5320108205590622,Kills:2.3228133453561766,Deaths:2.4752028854824166,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5509467989179441,Count:1109},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4945515507124895,Kills:2.980720871751886,Deaths:4.448449287510478,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.074601844090528,Count:1193},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43255131964809385,Kills:2.447947214076246,Deaths:2.404692082111437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2595307917888563,Count:1364},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6016096579476862,Kills:1.0372233400402415,Deaths:1.164989939637827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5935613682092555,Count:994},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5143824027072758,Kills:1.2140439932318106,Deaths:1.505922165820643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4873096446700508,Count:1182},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5155071248952221,Kills:2.6135792120704107,Deaths:2.4224643755238895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4266554903604359,Count:1193},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4597014925373134,Kills:2.264179104477612,Deaths:2.325373134328358,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46492537313432836,Count:1340},{Actor:"*Krul*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5183028286189684,Kills:5.96089850249584,Deaths:5.615640599001664,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.807820299500832,Count:1202},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.45421511627906974,Kills:2.7405523255813953,Deaths:4.424418604651163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.971656976744186,Count:1376},{Actor:"*Varya*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49411764705882355,Kills:4.723921568627451,Deaths:4.955294117647059,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2188235294117646,Count:1275},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5325638911788954,Kills:2.5935696619950535,Deaths:2.3371805441055233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33800494641385,Count:1213},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5011583011583012,Kills:2.8996138996139,Deaths:2.542084942084942,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4857142857142857,Count:1295},{Actor:"*SAW*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.525,Kills:5.577419354838709,Deaths:6.4887096774193544,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7282258064516127,Count:1240},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.50231124807396,Kills:3.167950693374422,Deaths:3.6463790446841293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.812788906009245,Count:1298},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5170499603489295,Kills:2.0309278350515463,Deaths:2.247422680412371,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6106264869151468,Count:1261},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47425670775924583,Kills:5.372008701957941,Deaths:5.21464829586657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2929659173313994,Count:1379},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5037993920972644,Kills:2.9992401215805473,Deaths:2.9764437689969605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44148936170212766,Count:1316},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4389438943894389,Kills:7.156435643564357,Deaths:5.997359735973597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5287128712871287,Count:1515},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5022455089820359,Kills:2.8353293413173652,Deaths:2.43562874251497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5134730538922155,Count:1336},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.501466275659824,Kills:2.8958944281524928,Deaths:2.4875366568914954,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5359237536656891,Count:1364},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5096296296296297,Kills:7.5488888888888885,Deaths:6.08074074074074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.825925925925926,Count:1350},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4786206896551724,Kills:3.0268965517241377,Deaths:3.8151724137931033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8262068965517242,Count:1450},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.52,Kills:2.897037037037037,Deaths:2.6296296296296298,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6192592592592593,Count:1350},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4916083916083916,Kills:5.802097902097902,Deaths:5.1797202797202795,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.018181818181818,Count:1430},{Actor:"*Skye*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4761264290517821,Kills:5.985877605917955,Deaths:5.7478143913920645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7942165433759247,Count:1487},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5568627450980392,Kills:2.676862745098039,Deaths:2.196862745098039,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6525490196078432,Count:1275},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5265878877400295,Kills:5.211964549483013,Deaths:5.030280649926144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6802067946824224,Count:1354},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5625,Kills:2.6609375,Deaths:2.1375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5515625,Count:1280},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5122979620520028,Kills:2.757554462403373,Deaths:2.768095572733661,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6929023190442727,Count:1423},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4804177545691906,Kills:6.635770234986945,Deaths:5.569190600522194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.793733681462141,Count:1532},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5485294117647059,Kills:2.7558823529411764,Deaths:2.572058823529412,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6698529411764705,Count:1360},{Actor:"*Idris*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4921363040629096,Kills:6.238532110091743,Deaths:5.59829619921363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0262123197903015,Count:1526},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5739196360879454,Kills:2.7354056103108415,Deaths:2.6808188021228205,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8043972706595905,Count:1319},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5190217391304348,Kills:2.6175271739130435,Deaths:2.4082880434782608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5210597826086957,Count:1472},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5153695225637671,Kills:2.792020928711576,Deaths:2.715500327011118,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6919555264879006,Count:1529},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6094946401225115,Kills:3.770290964777948,Deaths:2.401990811638591,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7618683001531393,Count:1306},{Actor:"*Baron*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5148771021992238,Kills:4.6170763260025875,Deaths:4.75614489003881,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.444372574385511,Count:1546},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47131874630396214,Kills:2.578356002365464,Deaths:2.5109402720283858,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4151389710230633,Count:1691},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5602693602693603,Kills:2.8215488215488214,Deaths:2.1824915824915827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7427609427609427,Count:1485},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5083932853717026,Kills:5.408872901678657,Deaths:5.514988009592326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2751798561151078,Count:1668},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5603960396039604,Kills:4.756435643564356,Deaths:5.007920792079208,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.772937293729373,Count:1515},{Actor:"*Reza*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5296636085626911,Kills:7.489908256880734,Deaths:5.148623853211009,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.819571865443425,Count:1635},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.48642659279778394,Kills:6.391689750692521,Deaths:5.864819944598338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.122437673130194,Count:1805},{Actor:"*Reza*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5243757431629013,Kills:7.567776456599287,Deaths:5.030321046373365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.896551724137931,Count:1682},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5245433789954338,Kills:2.6187214611872145,Deaths:4.155251141552512,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6546803652968036,Count:1752},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5468564650059312,Kills:3.062870699881376,Deaths:2.6352313167259784,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6227758007117438,Count:1686},{Actor:"*Grace*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5469483568075117,Kills:2.7347417840375585,Deaths:4.425469483568075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.021713615023474,Count:1704},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5334457560427206,Kills:2.537380550871276,Deaths:2.35300730747611,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3440134907251265,Count:1779},{Actor:"*Anka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46393762183235865,Kills:6.881091617933723,Deaths:6.788986354775829,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5214424951267056,Count:2052},{Actor:"*Anka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4082238236540907,Kills:2.454429843153879,Deaths:3.206443408223824,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34633319203052143,Count:2359},{Actor:"*Idris*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.505711318795431,Kills:5.953271028037383,Deaths:5.217030114226376,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.308930425752856,Count:1926},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5646180356117174,Kills:2.691556576680069,Deaths:2.1625502584721423,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7168294083859851,Count:1741},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5196643943366545,Kills:7.205034084950183,Deaths:4.954902988987939,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9208180388044047,Count:1907},{Actor:"*Taka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44111255975662755,Kills:6.481964363320295,Deaths:5.547588005215124,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3850499782703172,Count:2301},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5089820359281437,Kills:4.802894211576846,Deaths:5.031437125748503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.339820359281437,Count:2004},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4921090387374462,Kills:5.691535150645624,Deaths:5.283596365375418,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2941176470588234,Count:2091},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5816666666666667,Kills:2.755,Deaths:2.4955555555555557,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7544444444444445,Count:1800},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5234765234765235,Kills:4.7742257742257745,Deaths:4.530969030969031,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2627372627372626,Count:2002},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5365482233502538,Kills:3.3086294416243653,Deaths:2.4563451776649745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5786802030456852,Count:1970},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5025817555938038,Kills:2.6669535283993113,Deaths:4.06368330464716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6983648881239242,Count:2324},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5379609544468547,Kills:.9891540130151844,Deaths:1.2399132321041215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5036876355748373,Count:2305},{Actor:"*Vox*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5091958168049044,Kills:4.8341146772448615,Deaths:4.9394157951676885,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.197259285971872,Count:2773},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46479791395045633,Kills:2.7777053455019556,Deaths:2.899282920469361,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39113428943937417,Count:3068},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.6016494845360825,Kills:3.5208247422680414,Deaths:2.4004123711340206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6569072164948454,Count:2425},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5327421555252387,Kills:2.7725102319236017,Deaths:4.315825375170532,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8090040927694406,Count:2932},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5166828636216392,Kills:6.205701328150308,Deaths:5.3488824101069,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4531908001295757,Count:3087},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5068181818181818,Kills:6.765056818181818,Deaths:5.957102272727273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1505681818181817,Count:3520},{Actor:"*Krul*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5362146050670641,Kills:6.630402384500745,Deaths:5.936810730253353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6470938897168406,Count:3355},{Actor:"*Vox*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5336691410392365,Kills:5.799045599151643,Deaths:5.167550371155886,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.359225874867444,Count:3772},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5086000955566173,Kills:2.483277591973244,Deaths:3.920688007644529,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8210702341137124,Count:4186},{Actor:"*SAW*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5392644135188867,Kills:6.9105367793240555,Deaths:7.162773359840954,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.61903578528827,Count:4024},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6046255506607929,Kills:3.751376651982379,Deaths:2.443557268722467,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7059471365638766,Count:3632}]},function(e){e.exports={lastUpdate:"2018-07-12T08:04:49.321Z",config:{api:{baseUrl:"https://api.dc01.gamelockerapp.com",timeout:3,patchVersion:"3.4",startDate:"2018-06-13 16Z",regions:["sg","eu","na"],modes:["blitz_pvp_ranked","casual_aral","ranked","5v5_pvp_ranked"],matchesPerRequest:5,requestsPerInterval:50,interval:1,intervalUnit:"hours",intervalsPerMinute:1},etl:{participant:[["Winner",["attributes","stats","winner"]]],roster:[],match:[["Mode",["attributes","gameMode"]]]},reduce:{derived:[null],group:["Actor","Talent","Mode","LevelBucket"],sum:["Winner"]},file:{},self:{levelBuckets:5}}}},,function(e,t,n){"use strict";var r=n(64);n.n(r).a},,function(e,t,n){"use strict";var r=n(67);n.n(r).a},function(e){e.exports={blitz_pvp_ranked:"Blitz",casual_aral:"Battle Royale",ranked:"3v3 Ranked","5v5_pvp_ranked":"5v5 Ranked",casual:"3v3 Casual","5v5_casual":"5v5 Casual"}},function(e){e.exports={"*Talent_Churnwalker_TalentA*":"Churn Tank","*Talent_Churnwalker_TalentB*":"Cloud of Torment","*Talent_Churnwalker_TalentC*":"Grappling Hook","*Talent_Lorelai_TalentA*":"Splash Doubledown","*Talent_Lorelai_TalentB*":"Clam Up","*Talent_Lorelai_TalentC*":"Wonder Wall","*Talent_Malene_TalentA*":"Spiky-Spiky","*Talent_Malene_TalentB*":"Shadow Terror","*Talent_Malene_TalentC*":"Royal Favors","*Talent_Tony_TalentA*":"Mighty Brawler","*Talent_Tony_TalentB*":"Haymakers","*Talent_Tony_TalentC*":"Doesn't Even Hurt","*Talent_Varya_TalentA*":"Long Strike","*Talent_Varya_TalentB*":"Static Barrier","*Talent_Varya_TalentC*":"Thunderstorm","*Talent_Kensei_TalentA*":"Accelerated Mind","*Talent_Kensei_TalentB*":"Enlightened Kensho","*Talent_Kensei_TalentC*":"Endless Path","*Talent_Kinetic_TalentA*":"Pain Tracers","*Talent_Kinetic_TalentB*":"Plasma Overdrive","*Talent_Kinetic_TalentC*":"Max Kinetic","*Talent_Anka_TalentA*":"Gale Blade","*Talent_Anka_TalentB*":"Gythian Tempest","*Talent_Anka_TalentC*":"Crimson Blade"}},function(e){e.exports={"*Talent_Adagio_AvengingWrath*":"Epic","*Talent_Adagio_GiftOfLife*":"Rare","*Talent_Adagio_HealingVerse*":"Legendary","*Talent_Alpha_Acceleration*":"Legendary","*Talent_Alpha_CoreOverclock*":"Rare","*Talent_Alpha_PrimeTime*":"Epic","*Talent_Ardan_HeavyHitter*":"Epic","*Talent_Ardan_KnockoutPunch*":"Legendary","*Talent_Ardan_Vanguardian*":"Rare","*Talent_Baptiste_ArmyOfSouls*":"Legendary","*Talent_Baptiste_BadBadMojo*":"Rare","*Talent_Baptiste_TheReaper*":"Epic","*Talent_Baron_EndlessMortars*":"Epic","*Talent_Baron_TrionCannon*":"Legendary","*Talent_Baron_TurboJets*":"Rare","*Talent_Blackfeather_Elusiveness*":"Legendary","*Talent_Blackfeather_HummingbirdHeart*":"Rare","*Talent_Blackfeather_PointGuard*":"Epic","*Talent_Catherine_AdvancingGuard*":"Rare","*Talent_Catherine_QuickPursuit*":"Epic","*Talent_Catherine_Shockwave*":"Legendary","*Talent_Celeste_CoreLeafClover*":"Epic","*Talent_Celeste_GalaxyCollapse*":"Legendary","*Talent_Celeste_YoungStar*":"Rare","*Talent_Flicker_BindingDust*":"Epic","*Talent_Flicker_FairyHealing*":"Legendary","*Talent_Flicker_SwarmingLight*":"Rare","*Talent_Fortress_CriticalWounds*":"Epic","*Talent_Fortress_FlankAttack*":"Legendary","*Talent_Fortress_Longtooth*":"Rare","*Talent_Glaive_StunningBloodsong*":"Epic","*Talent_Glaive_TwistedPursuit*":"Legendary","*Talent_Glaive_ViolentAfterburn*":"Rare","*Talent_Grace_DoubleBenediction*":"Epic","*Talent_Grace_SealOfRetribution*":"Rare","*Talent_Grace_UnitedFront*":"Legendary","*Talent_Grumpjaw_BigAppetite*":"Legendary","*Talent_Grumpjaw_Rampage*":"Rare","*Talent_Grumpjaw_Reconstitution*":"Epic","*Talent_Gwen_Skedaddling*":"Epic","*Talent_Gwen_SpeedLoader*":"Rare","*Talent_Gwen_ThreeOfAKind*":"Legendary","*Talent_Idris_ChaChaChakram*":"Epic","*Talent_Idris_PathOfTheSeeker*":"Rare","*Talent_Idris_ShimmerHeal*":"Legendary","*Talent_Joule_BackupButton*":"Epic","*Talent_Joule_RocketLeapfrog*":"Rare","*Talent_Joule_ThunderingSteps*":"Legendary","*Talent_Kestrel_ActiveReload*":"Epic","*Talent_Kestrel_GlimmerVolley*":"Rare","*Talent_Kestrel_PiercingShot*":"Legendary","*Talent_Koshka_Frenzied*":"Rare","*Talent_Koshka_SlashyPlayTime*":"Legendary","*Talent_Koshka_TwirlyLife*":"Epic","*Talent_Krul_CursedBlade*":"Legendary","*Talent_Krul_DeadMansBarrier*":"Rare","*Talent_Krul_HealingSmite*":"Epic","*Talent_Lance_ReinforcedWalls*":"Rare","*Talent_Lance_Rollout*":"Epic","*Talent_Lance_Striker*":"Legendary","*Talent_Lyra_GythianWard*":"Legendary","*Talent_Lyra_MobileBulwark*":"Epic","*Talent_Lyra_TwinMissiles*":"Rare","*Talent_Ozo_Bangarangarang*":"Legendary","*Talent_Ozo_RingLeader*":"Epic","*Talent_Ozo_SecondWind*":"Rare","*Talent_Petal_Bouncer*":"Rare","*Talent_Petal_ExplosionForce*":"Legendary","*Talent_Petal_KaboomSeeds*":"Epic","*Talent_Phinn_FriendlyCavil*":"Rare","*Talent_Phinn_Phaster*":"Epic","*Talent_Phinn_RaidBoss*":"Legendary","*Talent_Reim_CreepingCold*":"Rare","*Talent_Reim_LongWinter*":"Epic","*Talent_Reim_Revenant*":"Legendary","*Talent_Reza_BurningBarrier*":"Rare","*Talent_Reza_Firemaker*":"Epic","*Talent_Reza_NetherRage*":"Legendary","*Talent_Ringo_BulletSplit*":"Epic","*Talent_Ringo_LongShot*":"Rare","*Talent_Ringo_SpikedBrew*":"Legendary","*Talent_Rona_FastWhirlwind*":"Legendary","*Talent_Rona_HeroicBrawler*":"Epic","*Talent_Rona_MOARRage*":"Rare","*Talent_Samuel_PowerSiphon*":"Rare","*Talent_Samuel_UnwakingNightmare*":"Epic","*Talent_Samuel_ViscousDarkness*":"Legendary","*Talent_SAW_PiercingBullets*":"Rare","*Talent_SAW_RoadRage*":"Legendary","*Talent_SAW_SpeedySpinUp*":"Epic","*Talent_Skaarf_FlamingSludge*":"Legendary","*Talent_Skaarf_FlashFire*":"Epic","*Talent_Skaarf_Splitfire*":"Rare","*Talent_Skye_EnhancedThrusters*":"Rare","*Talent_Skye_PiercingBarrage*":"Legendary","*Talent_Skye_RainingDeath*":"Epic","*Talent_Taka_ProtectiveDecoy*":"Epic","*Talent_Taka_RangedKaiten*":"Rare","*Talent_Taka_XXXRetsu*":"Legendary","*Talent_Vox_DeepDash*":"Rare","*Talent_Vox_EchoChamber*":"Legendary","*Talent_Vox_SoundBarrier*":"Epic"}},function(e,t,n){"use strict";n.r(t);var r=n(113),a=n(71);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(321);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"75ba3966",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(115),a=n(73);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(118),a=n(77);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(173);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"b64ebbb6",null);t.default=o.exports},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(e){!function e(t,n){return Object.keys(n).forEach(function(r){t[r]&&"object"==typeof t[r]?e(t[r],n[r]):t[r]=n[r]}),t}(_,e)}function a(){return _.id?[].concat(_.id):[]}function i(){}function l(){return!(T.checkDuplicatedScript&&Array.prototype.slice.call(document.getElementsByTagName("script")).filter(function(e){return-1!==e.src.indexOf("analytics")||-1!==e.src.indexOf("gtag")}).length>0)}function o(e){return e.name||e.replace(/-/gi,"")}function s(){return new Promise(function(e,t){var n=setInterval(function(){"undefined"!=typeof window&&window.ga&&(e(),clearInterval(n))},10)})}function u(e,t){return a().length>1?o(t)+"."+e:e}function c(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];"undefined"!=typeof window&&a().forEach(function(t){var r;T.batch.enabled?(M.push({m:u(e,t),a:n}),b||(b=setInterval(function(){M.length?M.splice(0,T.batch.amount).forEach(function(e){var t;(t=window).ga.apply(t,[e.m].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.a)))}):(clearInterval(b),b=null)},T.batch.delay))):(r=window).ga.apply(r,[u(e,t)].concat(n))})}function d(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];"object"!=typeof t[0]||t[0].constructor!==Object?c("set",t[0],t[1]):c("set",t[0])}function f(){var e=a();T.debug.enabled&&(window.ga_debug={trace:T.debug.trace}),e.forEach(function(t){var n=o(t),r=e.length>1?k({},T.fields,{name:n}):T.fields;window.ga("create",t.id||t,"auto",r)}),T.beforeFirstHit();var t=T.ecommerce;if(t.enabled){var n=t.enhanced?"ec":"ecommerce";t.options?c("require",n,t.options):c("require",n)}T.linkers.length>0&&(c("require","linker"),c("linker:autoLink",T.linkers)),T.debug.sendHitTask||d("sendHitTask",null)}function h(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(1===t.length&&"string"==typeof r)return c("send","screenview",{screenName:r});c.apply(void 0,["send","screenview"].concat(t))}function p(){for(var e=void 0,t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length&&function(e){return e.currentRoute}(n[0])&&(e=n[0].currentRoute),n.length&&function(e){return e.query&&e.params}(n[0])&&(e=n[0]),e?v(e):(d("page","object"==typeof n[0]?n[0].page:n[0]),c.apply(void 0,["send","pageview"].concat(n)))}function v(e){if(!function(e){return-1!==T.ignoreRoutes.indexOf(e)}(e.name)){var t=T.autoTracking,n=e.meta.analytics,r=void 0===n?{}:n,a=r.pageviewTemplate||t.pageviewTemplate;if(t.screenview&&!e.name)throw new Error("[vue-analytics] Route name is mandatory when using screenview.");if(t.screenview)return void h(e.name);if(a)p(a(e));else{var i=T.router,l=T.autoTracking,o=l.transformQueryString,s=l.prependBase,u=function(e){var t=Object.keys(e).reduce(function(t,n,r,a){var i=r===a.length-1;return t+=n+"="+e[n]+(i?"":"&")},"");return""!==t?"?"+t:""}(e.query),c=i&&i.options.base,d=s&&c,f=e.path+(o?u:"");p(f=d?function(e,t){var n=t.split("/"),r=e.split("/");return""===n[0]&&"/"===e[e.length-1]&&n.shift(),r.join("/")+n.join("/")}(c,f):f)}}}function y(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},m={$vue:null,id:null,router:null,fields:{},ignoreRoutes:[],linkers:[],commands:{},disabled:!1,set:[],require:[],ecommerce:{enabled:!1,options:null,enhanced:!1},autoTracking:{screenview:!1,shouldRouterUpdate:null,skipSamePath:!1,exception:!1,exceptionLogs:!0,page:!0,transformQueryString:!0,pageviewOnLoad:!0,pageviewTemplate:null,untracked:!0,prependBase:!0},debug:{enabled:!1,trace:!1,sendHitTask:!0},batch:{enabled:!1,delay:500,amount:2},checkDuplicatedScript:!1,disableScriptLoader:!1,beforeFirstHit:i,ready:i,untracked:[]},_=g({},m),T=_,b=void 0,M=[],k=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},K=function(){2!=arguments.length?c("require",arguments.length<=0?void 0:arguments[0]):c("require",arguments.length<=0?void 0:arguments[0],arguments.length<=1?void 0:arguments[1])},x=function(){var e;T.set.forEach(function(e){var t=e.field,n=e.value;if(void 0===t||void 0===n)throw new Error('[vue-analytics] Wrong configuration in the plugin options.\nThe "set" array requires each item to have a "field" and a "value" property.');d(t,n)}),e=["ec","ecommerce"],T.require.forEach(function(t){if(-1!==e.indexOf(t)||-1!==e.indexOf(t.name))throw new Error("[vue-analytics] The ecommerce features are built-in in the plugin. \nFollow the ecommerce instructions available in the documentation.");if("string"!=typeof t&&"object"!=typeof t)throw new Error('[vue-analytics] Wrong configuration in the plugin options. \nThe "require" array requires each item to be a string or to have a "name" and an "options" property.');var n=t.name||t;t.options?K(n,t.options):K(n)})},C=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];"undefined"!=typeof window&&a().forEach(function(t){window["ga-disable-"+t]=e})},A=function(){if("undefined"!=typeof document&&"undefined"!=typeof window){var e=(T.wait,T.id),t=T.disabled,n=T.debug,a=T.disableScriptLoader,i=n.enabled?"analytics_debug":"analytics",o="https://www.google-analytics.com/"+i+".js";if(!e)throw new Error('[vue-analytics] Missing the "id" parameter. Add at least one tracking domain ID');!l()||window.ga&&a||function(e){return new Promise(function(t,n){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");a.async=!0,a.src=e,a.charset="utf8",r.appendChild(a),a.onload=t,a.onerror=n})}(o).catch(function(){console.error("[vue-analytics] An error occured trying to load "+o+". Please check your connection or if you have any Google Analytics blocker installed in your browser.")}),Promise.resolve("function"==typeof e?e():e).then(function(e){r({id:e})}).then(function(){return"function"==typeof t?t():t}).then(function(e){r({disabled:e}),e&&C(),f(),x(),function(){var e=T.router,t=T.autoTracking;t.page&&e&&(t.pageviewOnLoad&&v(e.currentRoute),T.router.afterEach(function(n,r){var a=t.skipSamePath,i=t.shouldRouterUpdate;a&&n.path===r.path||("function"!=typeof i||i(n,r))&&T.$vue.nextTick().then(function(){v(e.currentRoute)})}))}()})}},w=this,L=function(e){c("send","exception",{exDescription:e,exFatal:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})},D=function(e){if(T.autoTracking.exception){window.addEventListener("error",function(e){L(e.message)});var t=e.config.errorHandler;e.config.errorHandler=function(e,n,r){L(e.message),T.autoTracking.exceptionLogs&&(console.error("[vue-analytics] Error in "+r+": "+e.message),console.error(e)),"function"==typeof t&&t.call(w,e,n,r)}}},B=L,S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},G=["addItem","addTransaction","addProduct","addImpression","setAction","addPromo","send"].reduce(function(e,t){return S({},e,function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];c.apply(void 0,[function(e){return(T.ecommerce.enhanced?"ec":"ecommerce")+":"+e}(t)].concat(n))}))},{}),z={event:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","event"].concat(t))},exception:B,page:p,query:c,require:K,set:d,social:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","social"].concat(t))},time:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","timing"].concat(t))},screenview:h,ecommerce:G,disable:function(){return C(!0)},enable:function(){return C(!1)},commands:T.commands},W={inserted:function(e,t,n){var r=Object.keys(t.modifiers);0===r.length&&r.push("click"),r.forEach(function(r){e.addEventListener(r,function(){var e="string"==typeof t.value?T.commands[t.value]:t.value;if(!e)throw new Error("[vue-analytics] The value passed to v-ga is not defined in the commands list.");e.apply(n.context)})})}},O=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,a=!1,i=void 0;try{for(var l,o=e[Symbol.iterator]();!(r=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){a=!0,i=e}finally{try{!r&&o.return&&o.return()}finally{if(a)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},P=function(e){e.subscribe(function(e,t){if(e.payload&&e.payload.meta){var n=e.payload.meta.analytics;if(!Array.isArray(n))throw new Error('The "analytics" property needs to be an array');n.forEach(function(e){var t,n=void 0,r=e.shift(),a=e;if(r.includes(":")){var i=r.split(":"),l=O(i,2);r=l[0],n=l[1]}if(!(r in z))throw new Error('[vue-analytics:vuex] The type "'+r+"\" doesn't exist.");if(n&&!(n in z[r]))throw new Error('[vue-analytics:vuex] The type "'+r+'" has not method "'+n+'".');if("ecommerce"===r&&!n)throw new Error('[vue-analytics:vuex] The type "'+r+'" needs to call a method. Check documentation.');n?(t=z[r])[n].apply(t,y(a)):z[r].apply(z,y(a))})}})};t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(R({},t,{$vue:e})),"undefined"==typeof window||window.ga||(window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=Number(new Date)),e.directive("ga",W),e.prototype.$ga=e.$ga=z,D(e),A()},n.d(t,"onAnalyticsReady",function(){return s}),n.d(t,"analyticsMiddleware",function(){return P});var R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}}])},function(e,t,n){ +a=function(){"use strict";function e(e){return"function"==typeof e}var a=Array.isArray?Array.isArray:function(e){return"[object Array]"===Object.prototype.toString.call(e)},i=0,l=void 0,o=void 0,s=function(e,t){v[i]=e,v[i+1]=t,2===(i+=2)&&(o?o(y):M())};var u="undefined"!=typeof window?window:void 0,c=u||{},d=c.MutationObserver||c.WebKitMutationObserver,f="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),h="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function p(){var e=setTimeout;return function(){return e(y,1)}}var v=new Array(1e3);function y(){for(var e=0;e<i;e+=2){(0,v[e])(v[e+1]),v[e]=void 0,v[e+1]=void 0}i=0}var g,m,_,T,M=void 0;function b(e,t){var n=arguments,r=this,a=new this.constructor(x);void 0===a[k]&&N(a);var i,l=r._state;return l?(i=n[l-1],s(function(){return j(l,a,i,r._result)})):O(r,a,e,t),a}function K(e){if(e&&"object"==typeof e&&e.constructor===this)return e;var t=new this(x);return S(t,e),t}f?M=function(){return t.nextTick(y)}:d?(m=0,_=new d(y),T=document.createTextNode(""),_.observe(T,{characterData:!0}),M=function(){T.data=m=++m%2}):h?((g=new MessageChannel).port1.onmessage=y,M=function(){return g.port2.postMessage(0)}):M=void 0===u?function(){try{var e=n(249);return l=e.runOnLoop||e.runOnContext,function(){l(y)}}catch(e){return p()}}():p();var k=Math.random().toString(36).substring(16);function x(){}var C=void 0,A=1,w=2,L=new R;function D(e){try{return e.then}catch(e){return L.error=e,L}}function B(t,n,r){n.constructor===t.constructor&&r===b&&n.constructor.resolve===K?function(e,t){t._state===A?W(e,t._result):t._state===w?z(e,t._result):O(t,void 0,function(t){return S(e,t)},function(t){return z(e,t)})}(t,n):r===L?z(t,L.error):void 0===r?W(t,n):e(r)?function(e,t,n){s(function(e){var r=!1,a=function(e,t,n,r){try{e.call(t,n,r)}catch(e){return e}}(n,t,function(n){r||(r=!0,t!==n?S(e,n):W(e,n))},function(t){r||(r=!0,z(e,t))},e._label);!r&&a&&(r=!0,z(e,a))},e)}(t,n,r):W(t,n)}function S(e,t){var n;e===t?z(e,new TypeError("You cannot resolve a promise with itself")):"function"==typeof(n=t)||"object"==typeof n&&null!==n?B(e,t,D(t)):W(e,t)}function G(e){e._onerror&&e._onerror(e._result),P(e)}function W(e,t){e._state===C&&(e._result=t,e._state=A,0!==e._subscribers.length&&s(P,e))}function z(e,t){e._state===C&&(e._state=w,e._result=t,s(G,e))}function O(e,t,n,r){var a=e._subscribers,i=a.length;e._onerror=null,a[i]=t,a[i+A]=n,a[i+w]=r,0===i&&e._state&&s(P,e)}function P(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var r=void 0,a=void 0,i=e._result,l=0;l<t.length;l+=3)r=t[l],a=t[l+n],r?j(n,r,a,i):a(i);e._subscribers.length=0}}function R(){this.error=null}var E=new R;function j(t,n,r,a){var i=e(r),l=void 0,o=void 0,s=void 0,u=void 0;if(i){if((l=function(e,t){try{return e(t)}catch(e){return E.error=e,E}}(r,a))===E?(u=!0,o=l.error,l=null):s=!0,n===l)return void z(n,new TypeError("A promises callback cannot return that same promise."))}else l=a,s=!0;n._state!==C||(i&&s?S(n,l):u?z(n,o):t===A?W(n,l):t===w&&z(n,l))}var I=0;function N(e){e[k]=I++,e._state=void 0,e._result=void 0,e._subscribers=[]}function F(e,t){this._instanceConstructor=e,this.promise=new e(x),this.promise[k]||N(this.promise),a(t)?(this._input=t,this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0===this.length?W(this.promise,this._result):(this.length=this.length||0,this._enumerate(),0===this._remaining&&W(this.promise,this._result))):z(this.promise,new Error("Array Methods must be provided an Array"))}function $(e){this[k]=I++,this._result=this._state=void 0,this._subscribers=[],x!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof $?function(e,t){try{t(function(t){S(e,t)},function(t){z(e,t)})}catch(t){z(e,t)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}function V(){var e=void 0;if(void 0!==r)e=r;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var n=null;try{n=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===n&&!t.cast)return}e.Promise=$}return F.prototype._enumerate=function(){for(var e=this.length,t=this._input,n=0;this._state===C&&n<e;n++)this._eachEntry(t[n],n)},F.prototype._eachEntry=function(e,t){var n=this._instanceConstructor,r=n.resolve;if(r===K){var a=D(e);if(a===b&&e._state!==C)this._settledAt(e._state,t,e._result);else if("function"!=typeof a)this._remaining--,this._result[t]=e;else if(n===$){var i=new n(x);B(i,e,a),this._willSettleAt(i,t)}else this._willSettleAt(new n(function(t){return t(e)}),t)}else this._willSettleAt(r(e),t)},F.prototype._settledAt=function(e,t,n){var r=this.promise;r._state===C&&(this._remaining--,e===w?z(r,n):this._result[t]=n),0===this._remaining&&W(r,this._result)},F.prototype._willSettleAt=function(e,t){var n=this;O(e,void 0,function(e){return n._settledAt(A,t,e)},function(e){return n._settledAt(w,t,e)})},$.all=function(e){return new F(this,e).promise},$.race=function(e){var t=this;return a(e)?new t(function(n,r){for(var a=e.length,i=0;i<a;i++)t.resolve(e[i]).then(n,r)}):new t(function(e,t){return t(new TypeError("You must pass an array to race."))})},$.resolve=K,$.reject=function(e){var t=new this(x);return z(t,e),t},$._setScheduler=function(e){o=e},$._setAsap=function(e){s=e},$._asap=s,$.prototype={constructor:$,then:b,catch:function(e){return this.then(null,e)}},V(),$.polyfill=V,$.Promise=$,$},e.exports=a()}).call(this,n(170),n(44))},function(e,t,n){"use strict";var r=n(18).id2name,a=n(140),i=n(16).ALMOST_EQUAL,l=n(19).FROM_BL;function o(e,t){var n=e._inputDomain,r=l[e.constraintoward],a=n[0]+(n[1]-n[0])*r;e.domain=e._input.domain=[a+(n[0]-a)/t,a+(n[1]-a)/t]}t.enforce=function(e){var t,n,l,s,u,c,d,f=e._fullLayout,h=f._axisConstraintGroups;for(t=0;t<h.length;t++){var p=h[t],v=Object.keys(p),y=1/0,g=0,m=1/0,_={},T={},M=!1;for(n=0;n<v.length;n++)T[l=v[n]]=s=f[r(l)],s._inputDomain?s.domain=s._inputDomain.slice():s._inputDomain=s.domain.slice(),s._inputRange||(s._inputRange=s.range.slice()),s.setScale(),_[l]=u=Math.abs(s._m)/p[l],y=Math.min(y,u),"domain"!==s.constrain&&s._constraintShrinkable||(m=Math.min(m,u)),delete s._constraintShrinkable,g=Math.max(g,u),"domain"===s.constrain&&(M=!0);if(!(y>i*g)||M)for(n=0;n<v.length;n++)if(u=_[l=v[n]],c=(s=T[l]).constrain,u!==m||"domain"===c)if(d=u/m,"range"===c)a(s,d);else{var b=s._inputDomain,K=(s.domain[1]-s.domain[0])/(b[1]-b[0]),k=(s.r2l(s.range[1])-s.r2l(s.range[0]))/(s.r2l(s._inputRange[1])-s.r2l(s._inputRange[0]));if((d/=K)*k<1){s.domain=s._input.domain=b.slice(),a(s,d);continue}if(k<1&&(s.range=s._input.range=s._inputRange.slice(),d*=k),s.autorange&&s._min.length&&s._max.length){var x=s.r2l(s.range[0]),C=s.r2l(s.range[1]),A=(x+C)/2,w=A,L=A,D=Math.abs(C-A),B=A-D*d*1.0001,S=A+D*d*1.0001;o(s,d),s.setScale();var G,W,z=Math.abs(s._m);for(W=0;W<s._min.length;W++)(G=s._min[W].val-s._min[W].pad/z)>B&&G<w&&(w=G);for(W=0;W<s._max.length;W++)(G=s._max[W].val+s._max[W].pad/z)<S&&G>L&&(L=G);d/=(L-w)/(2*D),w=s.l2r(w),L=s.l2r(L),s.range=s._input.range=x<C?[w,L]:[L,w]}o(s,d)}}},t.clean=function(e,t){if(t._inputDomain){for(var n=!1,r=t._id,a=e._fullLayout._axisConstraintGroups,i=0;i<a.length;i++)if(a[i][r]){n=!0;break}n&&"domain"===t.constrain||(t._input.domain=t.domain=t._inputDomain,delete t._inputDomain)}}},function(e,t,n){"use strict";var r=n(1),a=n(8),i=n(4),l=n(9),o=n(0),s=n(3),u=n(7),c=n(97),d=n(147),f=n(143);t.layoutStyles=function(e){return o.syncOrAsync([l.doAutoMargin,t.lsInner],e)},t.lsInner=function(e){var n,i=e._fullLayout,l=i._size,o=a.Axes.list(e);for(n=0;n<o.length;n++)o[n]._linepositions={};i._paperdiv.style({width:i.width+"px",height:i.height+"px"}).selectAll(".main-svg").call(u.setSize,i.width,i.height),e._context.setBackground(e,i.paper_bgcolor);var c=i._paper.selectAll("g.subplot"),f=[],h=[];c.each(function(t){var n=i._plots[t];if(n.mainplot)return n.bg&&n.bg.remove(),void(n.bg=void 0);var r=a.Axes.getFromId(e,t,"x"),l=a.Axes.getFromId(e,t,"y"),o=r.domain,s=l.domain,u=[];!function(e,t,n){for(var r=0;r<n.length;r++){var a=n[r][0],i=n[r][1];if(!(a[0]>=e[1]||a[1]<=e[0])&&i[0]<t[1]&&i[1]>t[0])return!0}return!1}(o,s,h)?(f.push(t),h.push([o,s])):u=[0];var c=n.plotgroup.selectAll(".bg").data(u);c.enter().append("rect").classed("bg",!0),c.exit().remove(),c.each(function(){n.bg=c;var e=n.plotgroup.node();e.insertBefore(this,e.childNodes[0])})});var p=i._bgLayer.selectAll(".bg").data(f);p.enter().append("rect").classed("bg",!0),p.exit().remove(),p.each(function(e){i._plots[e].bg=r.select(this)});var v=[];return c.each(function(t){var n=i._plots[t],r=a.Axes.getFromId(e,t,"x"),o=a.Axes.getFromId(e,t,"y");r.setScale(),o.setScale(),n.bg&&i._has("cartesian")&&n.bg.call(u.setRect,r._offset-l.p,o._offset-l.p,r._length+2*l.p,o._length+2*l.p).call(s.fill,i.plot_bgcolor).style("stroke-width",0),n.clipId="clip"+i._uid+t+"plot";var c=i._defs.selectAll("g.clips").selectAll("#"+n.clipId).data([0]);c.enter().append("clipPath").attr({class:"plotclip",id:n.clipId}).append("rect"),c.selectAll("rect").attr({width:r._length,height:o._length}),n.plot.call(u.setTranslate,r._offset,o._offset),n.plot.call(u.setClipUrl,n.clipId);var d=u.crispRound(e,r.linewidth,1),f=u.crispRound(e,o.linewidth,1),h=l.p+f,p="M"+-h+",",y="h"+(r._length+2*h),g="free"===r.anchor&&-1===v.indexOf(r._id),m=l.h*(1-(r.position||0))+d/2%1,_=r.anchor===o._id&&(r.mirror||"top"!==r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"bottom"],T=o._length+l.p+d/2,M=r.anchor===o._id&&(r.mirror||"top"===r.side)||"all"===r.mirror||"allticks"===r.mirror||r.mirrors&&r.mirrors[o._id+"top"],b=-l.p-d/2,K=l.p,k=_?0:d,x=M?0:d,C=","+(-K-x)+"v"+(o._length+2*K+x+k),A="free"===o.anchor&&-1===v.indexOf(o._id),w=l.w*(o.position||0)+f/2%1,L=o.anchor===r._id&&(o.mirror||"right"!==o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"left"],D=-l.p-f/2,B=o.anchor===r._id&&(o.mirror||"right"===o.side)||"all"===o.mirror||"allticks"===o.mirror||o.mirrors&&o.mirrors[r._id+"right"],S=r._length+l.p+f/2;r._linepositions[t]=[_?T:void 0,M?b:void 0,g?m:void 0],r.anchor===o._id?r._linepositions[t][3]="top"===r.side?b:T:g&&(r._linepositions[t][3]=m),o._linepositions[t]=[L?D:void 0,B?S:void 0,A?w:void 0],o.anchor===r._id?o._linepositions[t][3]="right"===o.side?S:D:A&&(o._linepositions[t][3]=w);var G="translate("+r._offset+","+o._offset+")",W=G,z=G;g&&(W="translate("+r._offset+","+l.t+")",b+=o._offset-l.t,T+=o._offset-l.t),A&&(z="translate("+l.l+","+o._offset+")",D+=r._offset-l.l,S+=r._offset-l.l),i._has("cartesian")&&(n.xlines.attr("transform",W).attr("d",(_?p+T+y:"")+(M?p+b+y:"")+(g?p+m+y:"")||"M0,0").style("stroke-width",d+"px").call(s.stroke,r.showline?r.linecolor:"rgba(0,0,0,0)"),n.ylines.attr("transform",z).attr("d",(L?"M"+D+C:"")+(B?"M"+S+C:"")+(A?"M"+w+C:"")||"M0,0").attr("stroke-width",f+"px").call(s.stroke,o.showline?o.linecolor:"rgba(0,0,0,0)")),n.xaxislayer.attr("transform",W),n.yaxislayer.attr("transform",z),n.gridlayer.attr("transform",G),n.zerolinelayer.attr("transform",G),n.draglayer.attr("transform",G),g&&v.push(r._id),A&&v.push(o._id)}),a.Axes.makeClipPaths(e),t.drawMainTitle(e),d.manage(e),e._promises.length&&Promise.all(e._promises)},t.drawMainTitle=function(e){var t=e._fullLayout;c.draw(e,"gtitle",{propContainer:t,propName:"title",dfltName:"Plot",attributes:{x:t.width/2,y:t._size.t/2,"text-anchor":"middle"}})},t.doTraceStyle=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t],r=(((n[0]||{}).trace||{})._module||{}).arraysToCalcdata;r&&r(n,n[0].trace)}return l.style(e),i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doColorBars=function(e){for(var t=0;t<e.calcdata.length;t++){var n=e.calcdata[t][0];if((n.t||{}).cb){var r=n.trace,a=n.t.cb;i.traceIs(r,"contour")&&a.line({width:!1!==r.contours.showlines?r.line.width:0,dash:r.line.dash,color:"line"===r.contours.coloring?a._opts.line.color:r.line.color}),i.traceIs(r,"markerColorscale")?a.options(r.marker.colorbar)():a.options(r.colorbar)()}}return l.previousPromises(e)},t.layoutReplot=function(e){var t=e.layout;return e.layout=void 0,a.plot(e,"",t)},t.doLegend=function(e){return i.getComponentMethod("legend","draw")(e),l.previousPromises(e)},t.doTicksRelayout=function(e){return a.Axes.doTicks(e,"redraw"),t.drawMainTitle(e),l.previousPromises(e)},t.doModeBar=function(e){var t,n,r=e._fullLayout;for(d.manage(e),f(e),t=l.getSubplotIds(r,"gl3d"),n=0;n<t.length;n++)r[t[n]]._scene.updateFx(r.dragmode,r.hovermode);for(t=l.getSubplotIds(r,"gl2d"),n=0;n<t.length;n++)r._plots[t[n]]._scene2d.updateFx(r.dragmode);return l.previousPromises(e)},t.doCamera=function(e){for(var t=e._fullLayout,n=l.getSubplotIds(t,"gl3d"),r=0;r<n.length;r++){var a=t[n[r]];a._scene.setCamera(a.camera)}}},function(e,t){e.exports=function(e,t){var n=t[0],r=t[1],a=t[2],i=t[3],l=n+n,o=r+r,s=a+a,u=n*l,c=r*l,d=r*o,f=a*l,h=a*o,p=a*s,v=i*l,y=i*o,g=i*s;return e[0]=1-d-p,e[1]=c+g,e[2]=f-y,e[3]=0,e[4]=c-g,e[5]=1-u-p,e[6]=h+v,e[7]=0,e[8]=f+y,e[9]=h-v,e[10]=1-u-d,e[11]=0,e[12]=0,e[13]=0,e[14]=0,e[15]=1,e}},function(e,t,n){"use strict";var r=n(2),a=n(253),i=n(4),l=n(0),o=n(9),s=n(6),u=n(3);function c(e,t){var n=e[t],r=t.charAt(0);n&&"paper"!==n&&(e[t]=s.cleanId(n,r))}function d(e){var t="middle",n="center";return-1!==e.indexOf("top")?t="top":-1!==e.indexOf("bottom")&&(t="bottom"),-1!==e.indexOf("left")?n="left":-1!==e.indexOf("right")&&(n="right"),t+" "+n}function f(e,t){return t in e&&"object"==typeof e[t]&&0===Object.keys(e[t]).length}t.getGraphDiv=function(e){var t;if("string"==typeof e){if(null===(t=document.getElementById(e)))throw new Error("No DOM element with id '"+e+"' exists on the page.");return t}if(null===e||void 0===e)throw new Error("DOM element provided is null or undefined");return e},t.clearPromiseQueue=function(e){Array.isArray(e._promises)&&e._promises.length>0&&l.log("Clearing previous rejected promises from queue."),e._promises=[]},t.cleanLayout=function(e){var t,n;e||(e={}),e.xaxis1&&(e.xaxis||(e.xaxis=e.xaxis1),delete e.xaxis1),e.yaxis1&&(e.yaxis||(e.yaxis=e.yaxis1),delete e.yaxis1);var r=s.list({_fullLayout:e});for(t=0;t<r.length;t++){var i=r[t];i.anchor&&"free"!==i.anchor&&(i.anchor=s.cleanId(i.anchor)),i.overlaying&&(i.overlaying=s.cleanId(i.overlaying)),i.type||(i.isdate?i.type="date":i.islog?i.type="log":!1===i.isdate&&!1===i.islog&&(i.type="linear")),"withzero"!==i.autorange&&"tozero"!==i.autorange||(i.autorange=!0,i.rangemode="tozero"),delete i.islog,delete i.isdate,delete i.categories,f(i,"domain")&&delete i.domain,void 0!==i.autotick&&(void 0===i.tickmode&&(i.tickmode=i.autotick?"auto":"linear"),delete i.autotick)}var d=Array.isArray(e.annotations)?e.annotations.length:0;for(t=0;t<d;t++){var h=e.annotations[t];l.isPlainObject(h)&&(h.ref&&("paper"===h.ref?(h.xref="paper",h.yref="paper"):"data"===h.ref&&(h.xref="x",h.yref="y"),delete h.ref),c(h,"xref"),c(h,"yref"))}var p=Array.isArray(e.shapes)?e.shapes.length:0;for(t=0;t<p;t++){var v=e.shapes[t];l.isPlainObject(v)&&(c(v,"xref"),c(v,"yref"))}var y=e.legend;y&&(y.x>3?(y.x=1.02,y.xanchor="left"):y.x<-2&&(y.x=-.02,y.xanchor="right"),y.y>3?(y.y=1.02,y.yanchor="bottom"):y.y<-2&&(y.y=-.02,y.yanchor="top")),"rotate"===e.dragmode&&(e.dragmode="orbit"),e.scene1&&(e.scene||(e.scene=e.scene1),delete e.scene1);var g=o.getSubplotIds(e,"gl3d");for(t=0;t<g.length;t++){var m=e[g[t]],_=m.cameraposition;if(Array.isArray(_)&&4===_[0].length){var T=_[0],M=_[1],b=_[2],K=a([],T),k=[];for(n=0;n<3;++n)k[n]=M[t]+b*K[2+4*n];m.camera={eye:{x:k[0],y:k[1],z:k[2]},center:{x:M[0],y:M[1],z:M[2]},up:{x:K[1],y:K[5],z:K[9]}},delete m.cameraposition}}return u.clean(e),e},t.cleanData=function(e,n){for(var r=[],a=e.concat(Array.isArray(n)?n:[]).filter(function(e){return"uid"in e}).map(function(e){return e.uid}),c=0;c<e.length;c++){var h,p=e[c];if(!("uid"in p)||-1!==r.indexOf(p.uid)){var v;for(h=0;h<100&&(v=l.randstr(a),-1!==r.indexOf(v));h++);p.uid=l.randstr(a),a.push(p.uid)}if(r.push(p.uid),"histogramy"===p.type&&"xbins"in p&&!("ybins"in p)&&(p.ybins=p.xbins,delete p.xbins),p.error_y&&"opacity"in p.error_y){var y=u.defaults,g=p.error_y.color||(i.traceIs(p,"bar")?u.defaultLine:y[c%y.length]);p.error_y.color=u.addOpacity(u.rgb(g),u.opacity(g)*p.error_y.opacity),delete p.error_y.opacity}if("bardir"in p&&("h"!==p.bardir||!i.traceIs(p,"bar")&&"histogram"!==p.type.substr(0,9)||(p.orientation="h",t.swapXYData(p)),delete p.bardir),"histogramy"===p.type&&t.swapXYData(p),"histogramx"!==p.type&&"histogramy"!==p.type||(p.type="histogram"),"scl"in p&&(p.colorscale=p.scl,delete p.scl),"reversescl"in p&&(p.reversescale=p.reversescl,delete p.reversescl),p.xaxis&&(p.xaxis=s.cleanId(p.xaxis,"x")),p.yaxis&&(p.yaxis=s.cleanId(p.yaxis,"y")),i.traceIs(p,"gl3d")&&p.scene&&(p.scene=o.subplotsRegistry.gl3d.cleanId(p.scene)),i.traceIs(p,"pie")||i.traceIs(p,"bar")||(Array.isArray(p.textposition)?p.textposition=p.textposition.map(d):p.textposition&&(p.textposition=d(p.textposition))),i.traceIs(p,"2dMap")&&("YIGnBu"===p.colorscale&&(p.colorscale="YlGnBu"),"YIOrRd"===p.colorscale&&(p.colorscale="YlOrRd")),i.traceIs(p,"markerColorscale")&&p.marker){var m=p.marker;"YIGnBu"===m.colorscale&&(m.colorscale="YlGnBu"),"YIOrRd"===m.colorscale&&(m.colorscale="YlOrRd")}if("surface"===p.type&&l.isPlainObject(p.contours)){var _=["x","y","z"];for(h=0;h<_.length;h++){var T=p.contours[_[h]];l.isPlainObject(T)&&(T.highlightColor&&(T.highlightcolor=T.highlightColor,delete T.highlightColor),T.highlightWidth&&(T.highlightwidth=T.highlightWidth,delete T.highlightWidth))}}if(Array.isArray(p.transforms)){var M=p.transforms;for(h=0;h<M.length;h++){var b=M[h];if(l.isPlainObject(b))switch(b.type){case"filter":b.filtersrc&&(b.target=b.filtersrc,delete b.filtersrc),b.calendar&&(b.valuecalendar||(b.valuecalendar=b.calendar),delete b.calendar);break;case"groupby":if(b.styles=b.styles||b.style,b.styles&&!Array.isArray(b.styles)){var K=b.styles,k=Object.keys(K);b.styles=[];for(var x=0;x<k.length;x++)b.styles.push({target:k[x],value:K[k[x]]})}}}}f(p,"line")&&delete p.line,"marker"in p&&(f(p.marker,"line")&&delete p.marker.line,f(p,"marker")&&delete p.marker),u.clean(p)}},t.swapXYData=function(e){var t;if(l.swapAttrs(e,["?","?0","d?","?bins","nbins?","autobin?","?src","error_?"]),Array.isArray(e.z)&&Array.isArray(e.z[0])&&(e.transpose?delete e.transpose:e.transpose=!0),e.error_x&&e.error_y){var n=e.error_y,r="copy_ystyle"in n?n.copy_ystyle:!(n.color||n.thickness||n.width);l.swapAttrs(e,["error_?.copy_ystyle"]),r&&l.swapAttrs(e,["error_?.color","error_?.thickness","error_?.width"])}if("string"==typeof e.hoverinfo){var a=e.hoverinfo.split("+");for(t=0;t<a.length;t++)"x"===a[t]?a[t]="y":"y"===a[t]&&(a[t]="x");e.hoverinfo=a.join("+")}},t.coerceTraceIndices=function(e,t){return r(t)?[t]:Array.isArray(t)&&t.length?t:e.data.map(function(e,t){return t})},t.manageArrayContainers=function(e,t,n){var a=e.obj,i=e.parts,o=i.length,s=i[o-1],u=r(s);if(u&&null===t){var c=i.slice(0,o-1).join(".");l.nestedProperty(a,c).get().splice(s,1)}else u&&void 0===e.get()?(void 0===e.get()&&(n[e.astr]=null),e.set(t)):e.set(t)};var h=/(\.[^\[\]\.]+|\[[^\[\]\.]+\])$/;function p(e){var t=e.search(h);if(t>0)return e.substr(0,t)}t.hasParent=function(e,t){for(var n=p(t);n;){if(n in e)return!0;n=p(n)}return!1}},function(e,t,n){"use strict";var r=n(107),a=n(32),i=n(109),l=n(33),o=n(162).sorterAsc,s=n(4);t.containerArrayMatch=n(167);var u=t.isAddVal=function(e){return"add"===e||a(e)},c=t.isRemoveVal=function(e){return null===e||"remove"===e};t.applyContainerArrayChanges=function(e,t,n,a){var d=t.astr,f=s.getComponentMethod(d,"supplyLayoutDefaults"),h=s.getComponentMethod(d,"draw"),p=s.getComponentMethod(d,"drawOne"),v=a.replot||a.recalc||f===i||h===i,y=e.layout,g=e._fullLayout;if(n[""]){Object.keys(n).length>1&&l.warn("Full array edits are incompatible with other edits",d);var m=n[""][""];if(c(m))t.set(null);else{if(!Array.isArray(m))return l.warn("Unrecognized full array edit value",d,m),!0;t.set(m)}return!v&&(f(y,g),h(e),!0)}var _,T,M,b,K,k,x,C=Object.keys(n).map(Number).sort(o),A=t.get(),w=A||[],L=r(g,d).get(),D=[],B=-1,S=w.length;for(_=0;_<C.length;_++)if(b=n[M=C[_]],K=Object.keys(b),k=b[""],x=u(k),M<0||M>w.length-(x?0:1))l.warn("index out of range",d,M);else if(void 0!==k)K.length>1&&l.warn("Insertion & removal are incompatible with edits to the same index.",d,M),c(k)?D.push(M):x?("add"===k&&(k={}),w.splice(M,0,k),L&&L.splice(M,0,{})):l.warn("Unrecognized full object edit value",d,M,k),-1===B&&(B=M);else for(T=0;T<K.length;T++)r(w[M],K[T]).set(b[K[T]]);for(_=D.length-1;_>=0;_--)w.splice(D[_],1),L&&L.splice(D[_],1);if(w.length?A||t.set(w):t.set(null),v)return!1;if(f(y,g),p!==i){var G;if(-1===B)G=C;else{for(S=Math.max(w.length,S),G=[],_=0;_<C.length&&!((M=C[_])>=B);_++)G.push(M);for(_=B;_<S;_++)G.push(_)}for(_=0;_<G.length;_++)p(e,G[_])}else h(e);return!0}},function(e,t,n){"use strict";var r=n(141),a=n(3),i=n(87).appendArrayPointValue,l=n(6),o=n(15),s=r.filter,u=r.tester,c=o.MINSELECT;function d(e){return e._id}function f(e,t){if(Array.isArray(e))for(var n=t.cd[0].trace,r=0;r<e.length;r++){var a=e[r];a.curveNumber=n.index,a.data=n._input,a.fullData=n,i(a,n,a.pointNumber)}return e}e.exports=function(e,t,n,r,i){var h,p=r.gd._fullLayout._zoomlayer,v=r.element.getBoundingClientRect(),y=r.plotinfo.xaxis._offset,g=r.plotinfo.yaxis._offset,m=t-v.left,_=n-v.top,T=m,M=_,b="M"+m+","+_,K=r.xaxes[0]._length,k=r.yaxes[0]._length,x=r.xaxes.map(d),C=r.yaxes.map(d),A=r.xaxes.concat(r.yaxes);"lasso"===i&&(h=s([[m,_]],o.BENDPX));var w=p.selectAll("path.select-outline").data([1,2]);w.enter().append("path").attr("class",function(e){return"select-outline select-outline-"+e}).attr("transform","translate("+y+", "+g+")").attr("d",b+"Z");var L,D,B,S,G,W=p.append("path").attr("class","zoombox-corners").style({fill:a.background,stroke:a.defaultLine,"stroke-width":1}).attr("transform","translate("+y+", "+g+")").attr("d","M0,0Z"),z=[],O=r.gd,P=[];for(L=0;L<O.calcdata.length;L++)if((B=(D=O.calcdata[L])[0].trace)._module&&B._module.selectPoints)if(r.subplot){if(B.subplot!==r.subplot)continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:r.xaxes[0],yaxis:r.yaxes[0]})}else{if(-1===x.indexOf(B.xaxis))continue;if(-1===C.indexOf(B.yaxis))continue;z.push({selectPoints:B._module.selectPoints,cd:D,xaxis:l.getFromId(O,B.xaxis),yaxis:l.getFromId(O,B.yaxis)})}function R(e){var t="y"===e._id.charAt(0)?1:0;return function(n){return e.p2d(n[t])}}function E(e,t){return e-t}r.moveFn=function(e,t){var n,a;T=Math.max(0,Math.min(K,e+m)),M=Math.max(0,Math.min(k,t+_));var l=Math.abs(T-m),o=Math.abs(M-_);for("select"===i?(o<Math.min(.6*l,c)?(n=u([[m,0],[m,k],[T,k],[T,0]]),W.attr("d","M"+n.xmin+","+(_-c)+"h-4v"+2*c+"h4ZM"+(n.xmax-1)+","+(_-c)+"h4v"+2*c+"h-4Z")):l<Math.min(.6*o,c)?(n=u([[0,_],[0,M],[K,M],[K,_]]),W.attr("d","M"+(m-c)+","+n.ymin+"v-4h"+2*c+"v4ZM"+(m-c)+","+(n.ymax-1)+"v4h"+2*c+"v-4Z")):(n=u([[m,_],[m,M],[T,M],[T,_]]),W.attr("d","M0,0Z")),w.attr("d","M"+n.xmin+","+n.ymin+"H"+(n.xmax-1)+"V"+(n.ymax-1)+"H"+n.xmin+"Z")):"lasso"===i&&(h.addPt([T,M]),n=u(h.filtered),w.attr("d","M"+h.filtered.join("L")+"Z")),P=[],L=0;L<z.length;L++)S=z[L],[].push.apply(P,f(S.selectPoints(S,n),S));if(G={points:P},"select"===i){var s,d=G.range={};for(L=0;L<A.length;L++)s=(a=A[L])._id.charAt(0),d[a._id]=[a.p2d(n[s+"min"]),a.p2d(n[s+"max"])].sort(E)}else{var p=G.lassoPoints={};for(L=0;L<A.length;L++)p[(a=A[L])._id]=h.filtered.map(R(a))}r.gd.emit("plotly_selecting",G)},r.doneFn=function(e,t){if(W.remove(),e||2!==t)r.gd.emit("plotly_selected",G);else{for(w.remove(),L=0;L<z.length;L++)(S=z[L]).selectPoints(S,!1);O.emit("plotly_deselect",null)}}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(8),l=n(4),o=n(0),s=n(14),u=n(3),c=n(7),d=n(28),f=n(20),h=n(19).FROM_TL,p=n(9),v=n(6).doTicks,y=n(18).getFromId,g=n(256),m=n(140),_=n(15),T=_.MINDRAG,M=_.MINZOOM,b=!0;function K(e,t){for(var n=0;n<e.length;n++)if(!e[n].fixedrange)return t;return""}function k(e,t,n,r,a){var i,l,o,s;for(i=0;i<e.length;i++)(l=e[i]).fixedrange||(o=l._rl[0],s=l._rl[1]-o,l.range=[l.l2r(o+s*t),l.l2r(o+s*n)],r[l._name+".range[0]"]=l.range[0],r[l._name+".range[1]"]=l.range[1]);if(a&&a.length){var u=(t+(1-n))/2;k(a,u,1-u,r)}}function x(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.fixedrange||(r.range=[r.l2r(r._rl[0]-t/r._m),r.l2r(r._rl[1]-t/r._m)])}}function C(e){return 1-(e>=0?Math.min(e,.9):1/(1/Math.max(e,-.3)+3.222))}function A(e){e.selectAll(".select-outline").remove()}function w(e){r.select(e).selectAll(".zoombox,.js-zoombox-backdrop,.js-zoombox-menu,.zoombox-corners").remove()}function L(e){return-1!==["lasso","select"].indexOf(e)}function D(e){var t=Math.floor(Math.min(e.b-e.t,e.r-e.l,M)/2);return"M"+(e.l-3.5)+","+(e.t-.5+t)+"h3v"+-t+"h"+t+"v-3h-"+(t+3)+"ZM"+(e.r+3.5)+","+(e.t-.5+t)+"h-3v"+-t+"h"+-t+"v-3h"+(t+3)+"ZM"+(e.r+3.5)+","+(e.b+.5-t)+"h-3v"+t+"h"+-t+"v3h"+(t+3)+"ZM"+(e.l-3.5)+","+(e.b+.5-t)+"h3v"+t+"h"+t+"v3h-"+(t+3)+"Z"}e.exports=function(e,t,n,B,S,G,W,z){var O,P,R,E,j,I,N,F,$,V,H,q,U,Y=e._fullLayout,X=e._fullLayout._zoomlayer,J=W+z==="nsew";function Z(){P=[t.xaxis],R=[t.yaxis];var n=P[0],r=R[0];I=n._length,N=r._length;var a=Y._axisConstraintGroups,i=[n._id],l=[r._id];O=[t].concat(W&&z?t.overlays:[]);for(var s=1;s<O.length;s++){var u=O[s].xaxis,c=O[s].yaxis;-1===P.indexOf(u)&&(P.push(u),i.push(u._id)),-1===R.indexOf(c)&&(R.push(c),l.push(c._id))}F=K(P,z),$=K(R,W),V=function(e,t){if(!e)return"pointer";if("nsew"===e)return"pan"===t?"move":"crosshair";return e.toLowerCase()+"-resize"}($+F,Y.dragmode),E=n._offset,j=r._offset;var d=function(e,t,n){var r,a,i,l,s,u,c=!1,d={},f={};for(r=0;r<e.length;r++){for(l=e[r],a=0;a<t.length;a++)if(l[t[a]]){for(s in l)-1===("x"===s.charAt(0)?t:n).indexOf(s)&&(d[s]=1);for(i=0;i<n.length;i++)l[n[i]]&&(c=!0)}for(a=0;a<n.length;a++)if(l[n[a]])for(u in l)-1===("x"===u.charAt(0)?t:n).indexOf(u)&&(f[u]=1)}c&&(o.extendFlat(d,f),f={});return{x:d,y:f,xy:c}}(a,i,l);for(var f in H=d.xy,q=[],d.x)q.push(y(e,f));for(var h in U=[],d.y)U.push(y(e,h))}Z();var Q=function(e,t,n,r,a,i,l){var o=e.draglayer.selectAll("."+t).data([0]);return o.enter().append("rect").classed("drag",!0).classed(t,!0).style({fill:"transparent","stroke-width":0}).attr("data-subplot",e.id),o.call(c.setRect,r,a,i,l).call(d,n),o.node()}(t,W+z+"drag",V,n,B,S,G);if(!$&&!F&&!L(Y.dragmode))return Q.onmousedown=null,Q.style.pointerEvents=J?"all":"none",Q;var ee,te,ne,re,ae,ie,le,oe,se,ue={element:Q,gd:e,plotinfo:t,prepFn:function(t,n,r){var i=e._fullLayout.dragmode;J?t.shiftKey&&(i="pan"===i?"zoom":"pan"):i="pan",ue.minDrag="lasso"===i?1:void 0,"zoom"===i?(ue.moveFn=de,ue.doneFn=fe,ue.minDrag=1,function(t,n,r){var i=Q.getBoundingClientRect();ee=n-i.left,te=r-i.top,ne={l:ee,r:ee,w:0,t:te,b:te,h:0},re=e._hmpixcount?e._hmlumcount/e._hmpixcount:a(e._fullLayout.plot_bgcolor).getLuminance(),ie=!1,le="xy",oe=function(e,t,n,r,a){return e.append("path").attr("class","zoombox").style({fill:t>.2?"rgba(0,0,0,0)":"rgba(255,255,255,0)","stroke-width":0}).attr("transform","translate("+n+", "+r+")").attr("d",a+"Z")}(X,re,E,j,ae="M0,0H"+I+"V"+N+"H0V0"),se=function(e,t,n){return e.append("path").attr("class","zoombox-corners").style({fill:u.background,stroke:u.defaultLine,"stroke-width":1,opacity:0}).attr("transform","translate("+t+", "+n+")").attr("d","M0,0Z")}(X,E,j),A(X)}(0,n,r)):"pan"===i?(ue.moveFn=_e,ue.doneFn=he,A(X)):L(i)&&(ue.xaxes=P,ue.yaxes=R,g(t,n,r,ue,i))}};f.init(ue);var ce={};function de(t,n){if(e._transitioningWithDuration)return!1;var r=Math.max(0,Math.min(I,t+ee)),a=Math.max(0,Math.min(N,n+te)),i=Math.abs(r-ee),l=Math.abs(a-te);function o(){le="",ne.r=ne.l,ne.t=ne.b,se.attr("d","M0,0Z")}ne.l=Math.min(ee,r),ne.r=Math.max(ee,r),ne.t=Math.min(te,a),ne.b=Math.max(te,a),H?i>M||l>M?(le="xy",i/I>l/N?(l=i*N/I,te>a?ne.t=te-l:ne.b=te+l):(i=l*I/N,ee>r?ne.l=ee-i:ne.r=ee+i),se.attr("d",D(ne))):o():!$||l<Math.min(Math.max(.6*i,T),M)?i<T?o():(ne.t=0,ne.b=N,le="x",se.attr("d",function(e,t){return"M"+(e.l-.5)+","+(t-M-.5)+"h-3v"+(2*M+1)+"h3ZM"+(e.r+.5)+","+(t-M-.5)+"h3v"+(2*M+1)+"h-3Z"}(ne,te))):!F||i<Math.min(.6*l,M)?(ne.l=0,ne.r=I,le="y",se.attr("d",function(e,t){return"M"+(t-M-.5)+","+(e.t-.5)+"v-3h"+(2*M+1)+"v3ZM"+(t-M-.5)+","+(e.b+.5)+"v3h"+(2*M+1)+"v-3Z"}(ne,ee))):(le="xy",se.attr("d",D(ne))),ne.w=ne.r-ne.l,ne.h=ne.b-ne.t,function(e,t,n,r,a,i){e.attr("d",r+"M"+n.l+","+n.t+"v"+n.h+"h"+n.w+"v-"+n.h+"h-"+n.w+"Z"),a||(e.transition().style("fill",i>.2?"rgba(0,0,0,0.4)":"rgba(255,255,255,0.3)").duration(200),t.transition().style("opacity",1).duration(200))}(oe,se,ne,ae,ie,re),ie=!0}function fe(t,n){if(Math.min(ne.h,ne.w)<2*T)return 2===n&&Me(),w(e);"xy"!==le&&"x"!==le||k(P,ne.l/I,ne.r/I,ce,q),"xy"!==le&&"y"!==le||k(R,(N-ne.b)/N,(N-ne.t)/N,ce,U),w(e),be(le),b&&e.data&&e._context.showTips&&(o.notifier("Double-click to<br>zoom back out","long"),b=!1)}function he(t,n){var a=1===(W+z).length;if(t)be();else if(2!==n||a){if(1===n&&a){var l=W?R[0]:P[0],o="s"===W||"w"===z?0:1,u=l._name+".range["+o+"]",c=function(e,t){var n,a=e.range[t],i=Math.abs(a-e.range[1-t]);return"date"===e.type?a:"log"===e.type?(n=Math.ceil(Math.max(0,-Math.log(i)/Math.LN10))+3,r.format("."+n+"g")(Math.pow(10,a))):(n=Math.floor(Math.log(Math.abs(a))/Math.LN10)-Math.floor(Math.log(i)/Math.LN10)+4,r.format("."+String(n)+"g")(a))}(l,o),d="left",f="middle";if(l.fixedrange)return;W?(f="n"===W?"top":"bottom","right"===l.side&&(d="right")):"e"===z&&(d="right"),e._context.showAxisRangeEntryBoxes&&r.select(Q).call(s.makeEditable,{gd:e,immediate:!0,background:Y.paper_bgcolor,text:String(c),fill:l.tickfont?l.tickfont.color:"#444",horizontalAlign:d,verticalAlign:f}).on("edit",function(t){var n=l.d2r(t);void 0!==n&&i.relayout(e,u,n)})}}else Me()}var pe=[0,0,I,N],ve=null,ye=_.REDRAWDELAY,ge=t.mainplot?Y._plots[t.mainplot]:t;function me(t){if(e._context.scrollZoom||Y._enablescrollzoom){if(e._transitioningWithDuration)return o.pauseEvent(t);var n=e.querySelector(".plotly");if(Z(),!(n.scrollHeight-n.clientHeight>10||n.scrollWidth-n.clientWidth>10)){clearTimeout(ve);var r=-t.deltaY;if(isFinite(r)||(r=t.wheelDelta/10),isFinite(r)){var a,i=Math.exp(-Math.min(Math.max(r,-20),20)/100),l=ge.draglayer.select(".nsewdrag").node().getBoundingClientRect(),s=(t.clientX-l.left)/l.width,u=(l.bottom-t.clientY)/l.height;if(z||H){for(z||(s=.5),a=0;a<P.length;a++)c(P[a],s,i);pe[2]*=i,pe[0]+=pe[2]*s*(1/i-1)}if(W||H){for(W||(u=.5),a=0;a<R.length;a++)c(R[a],u,i);pe[3]*=i,pe[1]+=pe[3]*(1-u)*(1/i-1)}return Ke(pe),Te(W,z),ve=setTimeout(function(){pe=[0,0,I,N],be(H?"xy":(z?"x":"")+(W?"y":""))},ye),o.pauseEvent(t)}o.log("Did not find wheel motion attributes: ",t)}}function c(e,t,n){if(!e.fixedrange){var r=o.simpleMap(e.range,e.r2l),a=r[0]+(r[1]-r[0])*t;e.range=r.map(function(t){return e.l2r(a+(t-a)*n)})}}}function _e(t,n){if(!e._transitioningWithDuration){if(Z(),"ew"===F||"ns"===$)return F&&x(P,t),$&&x(R,n),Ke([F?-t:0,$?-n:0,I,N]),void Te($,F);if(H&&F&&$){var r="w"===F==("n"===$)?1:-1,a=(t/I+r*n/N)/2;t=a*I,n=r*a*N}"w"===F?t=s(P,0,t):"e"===F?t=s(P,1,-t):F||(t=0),"n"===$?n=s(R,1,n):"s"===$?n=s(R,0,-n):$||(n=0);var i="w"===F?t:0,l="n"===$?n:0;if(H){var o;if(!F&&1===$.length){for(o=0;o<P.length;o++)P[o].range=P[o]._r.slice(),m(P[o],1-n/N);i=(t=n*I/N)/2}if(!$&&1===F.length){for(o=0;o<R.length;o++)R[o].range=R[o]._r.slice(),m(R[o],1-t/I);l=(n=t*N/I)/2}}Ke([i,l,I-t,N-n]),Te($,F)}function s(e,t,n){for(var r,a,i=1-t,l=0;l<e.length;l++){var o=e[l];if(!o.fixedrange){r=o,a=o._rl[i]+(o._rl[t]-o._rl[i])/C(n/o._length);var s=o.l2r(a);!1!==s&&void 0!==s&&(o.range[t]=s)}}return r._length*(r._rl[t]-a)/(r._rl[t]-r._rl[i])}}function Te(t,n){var r,a=[];function i(e){for(r=0;r<e.length;r++)e[r].fixedrange||a.push(e[r]._id)}for((n||H)&&(i(P),i(q)),(t||H)&&(i(R),i(U)),ce={},r=0;r<a.length;r++){var o=a[r];v(e,o,!0);var s=y(e,o);ce[s._name+".range[0]"]=s.range[0],ce[s._name+".range[1]"]=s.range[1]}function u(i,l,o){for(r=0;r<i.length;r++){var s=i[r];if((n&&-1!==a.indexOf(s.xref)||t&&-1!==a.indexOf(s.yref))&&(l(e,r),o))return}}u(Y.annotations||[],l.getComponentMethod("annotations","drawOne")),u(Y.shapes||[],l.getComponentMethod("shapes","drawOne")),u(Y.images||[],l.getComponentMethod("images","draw"),!0)}function Me(){if(!e._transitioningWithDuration){var t,n,r,a=e._context.doubleClick,l=(F?P:[]).concat($?R:[]),o={};if("reset+autosize"===a)for(a="autosize",n=0;n<l.length;n++)if((t=l[n])._rangeInitial&&(t.range[0]!==t._rangeInitial[0]||t.range[1]!==t._rangeInitial[1])||!t._rangeInitial&&!t.autorange){a="reset";break}if("autosize"===a)for(n=0;n<l.length;n++)(t=l[n]).fixedrange||(o[t._name+".autorange"]=!0);else if("reset"===a)for((F||H)&&(l=l.concat(q)),$&&!H&&(l=l.concat(U)),H&&(F?$||(l=l.concat(R)):l=l.concat(P)),n=0;n<l.length;n++)(t=l[n])._rangeInitial?(r=t._rangeInitial,o[t._name+".range[0]"]=r[0],o[t._name+".range[1]"]=r[1]):o[t._name+".autorange"]=!0;e.emit("plotly_doubleclick",null),i.relayout(e,o)}}function be(t){void 0===t&&(t=(z?"x":"")+(W?"y":"")),Ke([0,0,I,N]),o.syncOrAsync([p.previousPromises,function(){i.relayout(e,ce)}],e)}function Ke(e){var t,n,r,a,i,l=Y._plots,o=Object.keys(l),s=e[2]/P[0]._length,u=e[3]/R[0]._length,d=z||H,f=W||H;function p(e){return e.fixedrange?0:d&&-1!==q.indexOf(e)?s:f&&-1!==(H?q:U).indexOf(e)?u:0}function v(e,t){return t?(e.range=e._r.slice(),m(e,t),y(e,t)):0}function y(e,t){return e._length*(1-t)*h[e.constraintoward||"middle"]}for(t=0;t<o.length;t++){var g=l[o[t]],_=g.xaxis,T=g.yaxis,M=d&&!_.fixedrange&&-1!==P.indexOf(_),b=f&&!T.fixedrange&&-1!==R.indexOf(T);if(M?(n=s,a=z?e[0]:y(_,n)):a=v(_,n=p(_)),b?(r=u,i=W?e[1]:y(T,r)):i=v(T,r=p(T)),n||r){n||(n=1),r||(r=1);var K=_._offset-a/n,k=T._offset-i/r;Y._defs.selectAll("#"+g.clipId).call(c.setTranslate,a,i).call(c.setScale,n,r),g.plot.call(c.setTranslate,K,k).call(c.setScale,1/n,1/r).select(".scatterlayer").selectAll(".points").selectAll(".point").call(c.setPointGroupScale,n,r),g.plot.select(".scatterlayer").selectAll(".points").selectAll(".textpoint").call(c.setTextPointsScale,n,r)}}}return W.length*z.length!=1&&(void 0!==Q.onwheel?Q.onwheel=me:void 0!==Q.onmousewheel&&(Q.onmousewheel=me)),Q}},function(e,t,n){"use strict";var r=n(4),a=n(85).hover;e.exports=function(e,t,n){var i=r.getComponentMethod("annotations","onClick")(e,e._hoverdata);function l(){e.emit("plotly_click",{points:e._hoverdata,event:t})}void 0!==n&&a(e,t,n,!0),e._hoverdata&&t&&t.target&&(i&&i.then?i.then(l):l(),t.stopImmediatePropagation&&t.stopImmediatePropagation())}},function(e,t,n){"use strict";var r=n(28),a="data-savedcursor";e.exports=function(e,t){var n=e.attr(a);if(t){if(!n){for(var i=(e.attr("class")||"").split(" "),l=0;l<i.length;l++){var o=i[l];0===o.indexOf("cursor-")&&e.attr(a,o.substr(7)).classed(o,!1)}e.attr(a)||e.attr(a,"!!")}r(e,t)}else n&&(e.attr(a,null),"!!"===n?r(e):r(e,n))}},function(e,t,n){"use strict";var r=n(0),a=n(4);function i(e,t,n,a){a=a||r.identity,Array.isArray(e)&&(t[0][n]=a(e))}e.exports=function(e){var t=e.calcdata,n=e._fullLayout;function l(e){return function(t){return r.coerceHoverinfo({hoverinfo:t},{_module:e._module},n)}}for(var o=0;o<t.length;o++){var s=t[o],u=s[0].trace;if(!a.traceIs(u,"pie")){var c=a.traceIs(u,"2dMap")?i:r.fillArray;c(u.hoverinfo,s,"hi",l(u)),u.hoverlabel&&(c(u.hoverlabel.bgcolor,s,"hbg"),c(u.hoverlabel.bordercolor,s,"hbc"),c(u.hoverlabel.font.size,s,"hts"),c(u.hoverlabel.font.color,s,"htc"),c(u.hoverlabel.font.family,s,"htf"))}}}},function(e,t,n){"use strict";var r=n(0),a=n(86);e.exports=function(e,t,n){function i(n,i){return r.coerce(e,t,a,n,i)}var l;i("dragmode"),t._has("cartesian")?(t._isHoriz=function(e){for(var t=!0,n=0;n<e.length;n++){var r=e[n];if("h"!==r.orientation){t=!1;break}}return t}(n),l=t._isHoriz?"y":"x"):l="closest",i("hovermode",l)}},function(e,t,n){"use strict";var r=n(0),a=n(108),i=n(142);e.exports=function(e,t,n,l){i(e,t,function(n,i){return r.coerce(e,t,a,n,i)},l.hoverlabel)}},function(e,t,n){"use strict";var r=n(0),a=n(142),i=n(86);e.exports=function(e,t){a(e,t,function(n,a){return r.coerce(e,t,i,n,a)})}},function(e,t,n){"use strict";var r=n(88),a=e.exports={};a.wrapped=function(e,t,n){"string"==typeof e&&(e=document.getElementById(e)),e._hoverTimer&&(clearTimeout(e._hoverTimer),e._hoverTimer=void 0),a.raw(e,t,n)},a.raw=function(e,t){var n=e._fullLayout,a=e._hoverdata;t||(t={}),t.target&&!1===r.triggerHandler(e,"plotly_beforehover",t)||(n._hoverlayer.selectAll("g").remove(),n._hoverlayer.selectAll("line").remove(),n._hoverlayer.selectAll("circle").remove(),e._hoverdata=void 0,t.target&&a&&e.emit("plotly_unhover",{event:t,points:a}))}},function(e,t,n){"use strict";var r=n(0),a=[["sw-resize","s-resize","se-resize"],["w-resize","move","e-resize"],["nw-resize","n-resize","ne-resize"]];e.exports=function(e,t,n,i){return e="left"===n?0:"center"===n?1:"right"===n?2:r.constrain(Math.floor(3*e),0,2),t="bottom"===i?0:"middle"===i?1:"top"===i?2:r.constrain(Math.floor(3*t),0,2),a[t][e]}},function(e,t,n){"use strict";e.exports=function(e,t,n,r,a){var i=(e-n)/(r-n),l=i+t/(r-n),o=(i+l)/2;return"left"===a||"bottom"===a?i:"center"===a||"middle"===a?o:"right"===a||"top"===a?l:i<2/3-o?i:l>4/3-o?l:o}},function(e,t,n){"use strict";e.exports=function(){var e,t=[],n=-1,r=!1;function a(e,t){return e?(r=!0,e[t](),r=!1,this):this}return{add:function(e){return r?this:(t.splice(n+1,t.length-n),t.push(e),n=t.length-1,this)},setCallback:function(t){e=t},undo:function(){var r=t[n];return r?(a(r,"undo"),n-=1,e&&e(r.undo),this):this},redo:function(){var r=t[n+1];return r?(a(r,"redo"),n+=1,e&&e(r.redo),this):this},clear:function(){t=[],n=-1},hasUndo:function(){return-1!==n},hasRedo:function(){return n<t.length-1},getCommands:function(){return t},getPreviousCommand:function(){return t[n-1]},getIndex:function(){return n}}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(3),l=n(144),o=n(267),s=a.extendDeepAll,u=e.exports={};u.framework=function(e){var t,n,a,i,c,d=new o;function f(n,o){return o&&(c=o),r.select(r.select(c).node().parentNode).selectAll(".svg-container>*:not(.chart-root)").remove(),t=t?s(t,n):n,a||(a=l.Axis()),i=l.adapter.plotly().convert(t),a.config(i).render(c),e.data=t.data,e.layout=t.layout,u.fillLayout(e),t}return f.isPolar=!0,f.svg=function(){return a.svg()},f.getConfig=function(){return t},f.getLiveConfig=function(){return l.adapter.plotly().convert(a.getLiveConfig(),!0)},f.getLiveScales=function(){return{t:a.angularScale(),r:a.radialScale()}},f.setUndoPoint=function(){var e,r,a=this,i=l.util.cloneJson(t);e=i,r=n,d.add({undo:function(){r&&a(r)},redo:function(){a(e)}}),n=l.util.cloneJson(i)},f.undo=function(){d.undo()},f.redo=function(){d.redo()},f},u.fillLayout=function(e){var t=r.select(e).selectAll(".plot-container"),n=t.selectAll(".svg-container"),a=e.framework&&e.framework.svg&&e.framework.svg(),l={width:800,height:600,paper_bgcolor:i.background,_container:t,_paperdiv:n,_paper:a};e._fullLayout=s(l,e.layout)}},function(e,t,n){"use strict";(e.exports=n(144)).manager=n(268)},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(8),l=n(0),o=n(88),s=n(145),u=n(4),c=n(9),d=n(269),f=n(143),h=n(7),p=n(30),v=n(31),y=n(14),g=n(255),m=n(254),_=n(252),T=n(15),M=n(251),b=M.enforce,K=M.clean,k=n(18);function x(e,t){e._fullLayout._paperdiv.style("background","white"),i.defaultConfig.setBackground(e,t)}function C(e,t){var n,r,a=t+1,i=[];for(n=0;n<e.length;n++)(r=e[n])<0?i.push(a+r):i.push(r);return i}function A(e,t,n){var r,a;for(r=0;r<t.length;r++){if((a=t[r])!==parseInt(a,10))throw new Error("all values in "+n+" must be integers");if(a>=e.data.length||a<-e.data.length)throw new Error(n+" must be valid indices for gd.data.");if(t.indexOf(a,r+1)>-1||a>=0&&t.indexOf(-e.data.length+a)>-1||a<0&&t.indexOf(e.data.length+a)>-1)throw new Error("each index in "+n+" must be unique.")}}function w(e,t,n){if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("currentIndices is a required argument.");if(Array.isArray(t)||(t=[t]),A(e,t,"currentIndices"),void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&A(e,n,"newIndices"),void 0!==n&&t.length!==n.length)throw new Error("current and new indices must be of equal length.")}function L(e,t,n,r,i,o){!function(e,t,n,r){var a=l.isPlainObject(r);if(!Array.isArray(e.data))throw new Error("gd.data must be an array");if(!l.isPlainObject(t))throw new Error("update must be a key:value object");if(void 0===n)throw new Error("indices must be an integer or array of integers");for(var i in A(e,n,"indices"),t){if(!Array.isArray(t[i])||t[i].length!==n.length)throw new Error("attribute "+i+" must be an array of length equal to indices array length");if(a&&(!(i in r)||!Array.isArray(r[i])||r[i].length!==t[i].length))throw new Error("when maxPoints is set as a key:value object it must contain a 1:1 corrispondence with the keys and number of traces in the update object")}}(e,t,n,r);for(var s,u,c,d=function(e,t,n,r){var i,o,s,u,c,d=l.isPlainObject(r),f=[];for(var h in Array.isArray(n)||(n=[n]),n=C(n,e.data.length-1),t)for(var p=0;p<n.length;p++){if(i=e.data[n[p]],o=(s=l.nestedProperty(i,h)).get(),u=t[h][p],!Array.isArray(u))throw new Error("attribute: "+h+" index: "+p+" must be an array");if(!Array.isArray(o))throw new Error("cannot extend missing or non-array attribute: "+h);c=d?r[h][p]:r,a(c)||(c=-1),f.push({prop:s,target:o,insert:u,maxp:Math.floor(c)})}return f}(e,t,n,r),f=[],h={},p={},v=0;v<d.length;v++)u=d[v].prop,c=d[v].maxp,s=i(d[v].target,d[v].insert),c>=0&&c<s.length&&(f=o(s,c)),c=d[v].target.length,u.set(s),Array.isArray(h[u.astr])||(h[u.astr]=[]),Array.isArray(p[u.astr])||(p[u.astr]=[]),h[u.astr].push(f),p[u.astr].push(c);return{update:h,maxPoints:p}}function D(e,t,n){var r,a,o=e._fullLayout,s=e._fullData,d=e.data,f=m.coerceTraceIndices(e,n),h={docalc:!1,docalcAutorange:!1,doplot:!1,dostyle:!1,docolorbars:!1,autorangeOn:!1,clearCalc:!1,fullReplot:!1},p={},v={},y={},g=["mode","visible","type","orientation","fill","histfunc","histnorm","text","x","y","z","a","b","c","open","high","low","close","base","width","offset","xtype","x0","dx","ytype","y0","dy","xaxis","yaxis","line.width","connectgaps","transpose","zsmooth","showscale","marker.showscale","zauto","marker.cauto","autocolorscale","marker.autocolorscale","colorscale","marker.colorscale","reversescale","marker.reversescale","autobinx","nbinsx","xbins","xbins.start","xbins.end","xbins.size","autobiny","nbinsy","ybins","ybins.start","ybins.end","ybins.size","autocontour","ncontours","contours","contours.coloring","contours.operation","contours.value","contours.type","contours.value[0]","contours.value[1]","error_y","error_y.visible","error_y.value","error_y.type","error_y.traceref","error_y.array","error_y.symmetric","error_y.arrayminus","error_y.valueminus","error_y.tracerefminus","error_x","error_x.visible","error_x.value","error_x.type","error_x.traceref","error_x.array","error_x.symmetric","error_x.arrayminus","error_x.valueminus","error_x.tracerefminus","swapxy","swapxyaxes","orientationaxes","marker.colors","values","labels","label0","dlabel","sort","textinfo","textposition","textfont.size","textfont.family","textfont.color","insidetextfont.size","insidetextfont.family","insidetextfont.color","outsidetextfont.size","outsidetextfont.family","outsidetextfont.color","hole","scalegroup","domain","domain.x","domain.y","domain.x[0]","domain.x[1]","domain.y[0]","domain.y[1]","tilt","tiltaxis","depth","direction","rotation","pull","line.showscale","line.cauto","line.autocolorscale","line.reversescale","marker.line.showscale","marker.line.cauto","marker.line.autocolorscale","marker.line.reversescale","xcalendar","ycalendar","cumulative","cumulative.enabled","cumulative.direction","cumulative.currentbin","a0","da","b0","db","atype","btype","cheaterslope","carpet","sum"],_=["color","smoothing","title","titlefont","titlefont.size","titlefont.family","titlefont.color","titleoffset","type","autorange","rangemode","range","fixedrange","cheatertype","tickmode","nticks","tickvals","ticktext","ticks","mirror","ticklen","tickwidth","tickcolor","showticklabels","tickfont","tickfont.size","tickfont.family","tickfont.color","tickprefix","showtickprefix","ticksuffix","showticksuffix","showexponent","exponentformat","separatethousands","tickformat","categoryorder","categoryarray","labelpadding","labelprefix","labelsuffix","labelfont","labelfont.family","labelfont.size","labelfont.color","showline","linecolor","linewidth","gridcolor","gridwidth","showgrid","minorgridcount","minorgridwidth","minorgridcolor","startline","startlinecolor","startlinewidth","endline","endlinewidth","endlinecolor","tick0","dtick","arraytick0","arraydtick","hoverformat","tickangle"];for(r=0;r<_.length;r++)g.push("aaxis."+_[r]),g.push("baxis."+_[r]);for(r=0;r<f.length;r++)if(u.traceIs(s[f[r]],"box")){g.push("name");break}var T=["marker","marker.size","textfont","boxpoints","jitter","pointpos","whiskerwidth","boxmean","tickwidth"],M=["zmin","zmax","zauto","xgap","ygap","marker.cmin","marker.cmax","marker.cauto","line.cmin","line.cmax","marker.line.cmin","marker.line.cmax","contours.start","contours.end","contours.size","contours.showlines","line","line.smoothing","line.shape","error_y.width","error_x.width","error_x.copy_ystyle","marker.maxdisplayed"],b=["type","x","y","x0","y0","orientation","xaxis","yaxis"],K=["zmin","zmax"],k=["cmin","cmax"],x=["xbins.start","xbins.end","xbins.size"],C=["ybins.start","ybins.end","ybins.size"],A=["contours.start","contours.end","contours.size"],w=["cartesian","pie","ternary"];function L(){return f.map(function(){})}function D(e){var t=i.Axes.id2name(e);-1===a.indexOf(t)&&a.push(t)}function B(e){return"LAYOUT"+e+".autorange"}function S(e){return"LAYOUT"+e+".range"}function G(n,r,a){var i;Array.isArray(n)?n.forEach(function(e){G(e,r,a)}):n in t||m.hasParent(t,n)||(i="LAYOUT"===n.substr(0,6)?l.nestedProperty(e.layout,n.replace("LAYOUT","")):l.nestedProperty(d[f[a]],n),n in v||(v[n]=L()),void 0===v[n][a]&&(v[n][a]=i.get()),void 0!==r&&i.set(r))}for(var W in o._basePlotModules.forEach(function(e){-1===w.indexOf(e.name)&&(h.docalc=!0)}),t){if(m.hasParent(t,W))throw new Error("cannot set "+W+"and a parent attribute simultaneously");var z,O,P,R,E,j=t[W];if(p[W]=j,"LAYOUT"!==W.substr(0,6)){for(v[W]=L(),r=0;r<f.length;r++)if(z=d[f[r]],O=s[f[r]],R=(P=l.nestedProperty(z,W)).get(),void 0!==(E=Array.isArray(j)?j[r%j.length]:j)){if(-1!==K.indexOf(W)&&G("zauto",!1,r),-1!==k.indexOf(W))G("cauto",!1,r);else if("colorscale"===W)G("autocolorscale",!1,r);else if("autocolorscale"===W)G("colorscale",void 0,r);else if("marker.colorscale"===W)G("marker.autocolorscale",!1,r);else if("marker.autocolorscale"===W)G("marker.colorscale",void 0,r);else if("zauto"===W)G(K,void 0,r);else if(-1!==x.indexOf(W))G("autobinx",!1,r);else if("autobinx"===W)G(x,void 0,r);else if(-1!==C.indexOf(W))G("autobiny",!1,r);else if("autobiny"===W)G(C,void 0,r);else if(-1!==A.indexOf(W))G("autocontour",!1,r);else if("autocontour"===W)G(A,void 0,r);else if(-1!==["x0","dx"].indexOf(W)&&O.x&&"scaled"!==O.xtype)G("xtype","scaled",r);else if(-1!==["y0","dy"].indexOf(W)&&O.y&&"scaled"!==O.ytype)G("ytype","scaled",r);else if("colorbar.thicknessmode"===W&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var I=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.height-o.margin.t-o.margin.b:o.width-o.margin.l-o.margin.r;G("colorbar.thickness",O.colorbar.thickness*("fraction"===E?1/I:I),r)}else if("colorbar.lenmode"===W&&P.get()!==E&&-1!==["fraction","pixels"].indexOf(E)&&O.colorbar){var N=-1!==["top","bottom"].indexOf(O.colorbar.orient)?o.width-o.margin.l-o.margin.r:o.height-o.margin.t-o.margin.b;G("colorbar.len",O.colorbar.len*("fraction"===E?1/N:N),r)}else"colorbar.tick0"===W||"colorbar.dtick"===W?G("colorbar.tickmode","linear",r):"colorbar.tickmode"===W&&G(["colorbar.tick0","colorbar.dtick"],void 0,r);if("type"===W&&"pie"===E!=("pie"===R)){var F="x",$="y";"bar"!==E&&"bar"!==R||"h"!==z.orientation||(F="y",$="x"),l.swapAttrs(z,["?","?src"],"labels",F),l.swapAttrs(z,["d?","?0"],"label",F),l.swapAttrs(z,["?","?src"],"values",$),"pie"===R?(l.nestedProperty(z,"marker.color").set(l.nestedProperty(z,"marker.colors").get()),o._pielayer.selectAll("g.trace").remove()):u.traceIs(z,"cartesian")&&(l.nestedProperty(z,"marker.colors").set(l.nestedProperty(z,"marker.color").get()),y[z.xaxis||"x"]=!0,y[z.yaxis||"y"]=!0)}v[W][r]=R;if(-1!==["swapxy","swapxyaxes","orientation","orientationaxes"].indexOf(W)){if("orientation"===W){if(P.set(E),P.get()===v[W][r])continue}else"orientationaxes"===W&&(z.orientation={v:"h",h:"v"}[O.orientation]);m.swapXYData(z)}else if(-1!==c.dataArrayContainers.indexOf(P.parts[0]))m.manageArrayContainers(P,E,v),h.docalc=!0;else{var V=(O._module||{}).attributes||{},H=l.nestedProperty(V,W).get()||l.nestedProperty(c.attributes,W).get()||{};H.valType||(h.docalc=!0),H.arrayOk&&(Array.isArray(E)||Array.isArray(R))&&(h.docalc=!0),"docalc"===H.editType&&(h.docalc=!0),P.set(E)}}if(-1!==["swapxyaxes","orientationaxes"].indexOf(W)&&i.Axes.swap(e,f),"orientationaxes"===W){var q=l.nestedProperty(e.layout,"hovermode");"x"===q.get()?q.set("y"):"y"===q.get()&&q.set("x")}-1!==f.indexOf(0)&&-1!==b.indexOf(W)&&(i.Axes.clearTypes(e,f),h.docalc=!0),-1!==["autobinx","autobiny","zauto"].indexOf(W)&&!1===E||(h.dostyle=!0),(-1!==["colorbar","line"].indexOf(P.parts[0])||"marker"===P.parts[0]&&"colorbar"===P.parts[1])&&(h.docolorbars=!0);var U=W.indexOf("["),Y=-1===U?W:W.substr(0,U);if(-1!==g.indexOf(Y)){if(-1!==["orientation","type"].indexOf(W)){for(a=[],r=0;r<f.length;r++){var X=d[f[r]];u.traceIs(X,"cartesian")&&(D(X.xaxis||"x"),D(X.yaxis||"y"),"type"===W&&G(["autobinx","autobiny"],!0,r))}G(a.map(B),!0,0),G(a.map(S),[0,1],0)}h.docalc=!0}else-1!==M.indexOf(Y)?h.doplot=!0:0===Y.indexOf("aaxis")||0===Y.indexOf("baxis")?h.doplot=!0:-1!==T.indexOf(Y)&&(h.docalcAutorange=!0)}else P=l.nestedProperty(e.layout,W.replace("LAYOUT","")),v[W]=[P.get()],P.set(Array.isArray(j)?j[0]:j),h.docalc=!0}i.Axes.list(e).forEach(function(e){e.autorange&&(h.autorangeOn=!0)});var J=Object.keys(y);e:for(r=0;r<J.length;r++){for(var Z=J[r],Q=Z.charAt(0),ee=Q+"axis",te=0;te<d.length;te++)if(u.traceIs(d[te],"cartesian")&&(d[te][ee]||Q)===Z)continue e;G("LAYOUT"+i.Axes.id2name(Z),null,0)}return(h.docalc||h.docalcAutorange&&h.autorangeOn)&&(h.clearCalc=!0),(h.docalc||h.doplot||h.docalcAutorange)&&(h.fullReplot=!0),{flags:h,undoit:v,redoit:p,traces:f,eventData:l.extendDeepNoArrays([],[p,f])}}function B(e,t){var n,r,a,o=e.layout,s=e._fullLayout,d=Object.keys(t),f=i.Axes.list(e),h={};for(r=0;r<d.length;r++)if(0===d[r].indexOf("allaxes")){for(a=0;a<f.length;a++){var p=f[a]._id.substr(1),v=-1!==p.indexOf("scene")?p+".":"",y=d[r].replace("allaxes",v+f[a]._name);t[y]||(t[y]=t[d[r]])}delete t[d[r]]}var _={dolegend:!1,doticks:!1,dolayoutstyle:!1,doplot:!1,docalc:!1,domodebar:!1,docamera:!1,layoutReplot:!1},M={},b={};function K(e,n){if(Array.isArray(e))e.forEach(function(e){K(e,n)});else if(!(e in t||m.hasParent(t,e))){var r=l.nestedProperty(o,e);e in b||(b[e]=r.get()),void 0!==n&&r.set(n)}}function x(t,n){if(!l.isPlainObject(t))return!1;var r=t[n+"ref"]||n,a=i.Axes.getFromId(e,r);return a||r.charAt(0)!==n||(a=i.Axes.getFromId(e,n)),(a||{}).autorange}var C,A={};function w(e){var t=k.name2id(e.split(".")[0]);return A[t]=1,t}for(var L in t){if(m.hasParent(t,L))throw new Error("cannot set "+L+"and a parent attribute simultaneously");var D=l.nestedProperty(o,L),B=t[L],S=D.parts.length,G="string"==typeof D.parts[S-1]?S-1:S-2,W=D.parts[0],z=D.parts[G],O=D.parts[G-1]+"."+z,P=D.parts.slice(0,G).join("."),R=l.nestedProperty(e.layout,P).get(),E=l.nestedProperty(s,P).get(),j=D.get();if(void 0!==B){if(M[L]=B,b[L]="reverse"===z?B:j,-1!==["width","height"].indexOf(L)&&null===B)s[L]=e._initialAutoSize[L];else if(O.match(/^[xyz]axis[0-9]*\.range(\[[0|1]\])?$/))K(P+".autorange",!1),w(O),l.nestedProperty(s,P+"._inputRange").set(null);else if(O.match(/^[xyz]axis[0-9]*\.autorange$/)){K([P+".range[0]",P+".range[1]"],void 0),w(O),l.nestedProperty(s,P+"._inputRange").set(null);var I=l.nestedProperty(s,P).get();I._inputDomain&&(I._input.domain=I._inputDomain.slice())}else O.match(/^[xyz]axis[0-9]*\.domain(\[[0|1]\])?$/)?l.nestedProperty(s,P+"._inputDomain").set(null):O.match(/^[xyz]axis[0-9]*\.constrain.*$/)?_.docalc=!0:O.match(/^aspectratio\.[xyz]$/)?K(W+".aspectmode","manual"):O.match(/^aspectmode$/)?K([P+".x",P+".y",P+".z"],void 0):"tick0"===z||"dtick"===z?K(P+".tickmode","linear"):"tickmode"===z?K([P+".tick0",P+".dtick"],void 0):/[xy]axis[0-9]*?$/.test(z)&&!Object.keys(B||{}).length?_.docalc=!0:/[xy]axis[0-9]*\.categoryorder$/.test(O)?_.docalc=!0:/[xy]axis[0-9]*\.categoryarray/.test(O)&&(_.docalc=!0);if(-1!==O.indexOf("rangeslider")&&(_.docalc=!0),"type"===z){var N=R,F="linear"===E.type&&"log"===B,$="log"===E.type&&"linear"===B;if(F||$){if(N&&N.range)if(E.autorange)F&&(N.range=N.range[1]>N.range[0]?[1,2]:[2,1]);else{var V=N.range[0],H=N.range[1];F?(V<=0&&H<=0&&K(P+".autorange",!0),V<=0?V=H/1e6:H<=0&&(H=V/1e6),K(P+".range[0]",Math.log(V)/Math.LN10),K(P+".range[1]",Math.log(H)/Math.LN10)):(K(P+".range[0]",Math.pow(10,V)),K(P+".range[1]",Math.pow(10,H)))}else K(P+".autorange",!0);u.getComponentMethod("annotations","convertCoords")(e,E,B,K),u.getComponentMethod("images","convertCoords")(e,E,B,K)}else K(P+".autorange",!0);l.nestedProperty(s,P+"._inputRange").set(null)}else if(z.match(T.AX_NAME_PATTERN)){var q=l.nestedProperty(s,L).get(),U=(B||{}).type;U&&"-"!==U||(U="linear"),u.getComponentMethod("annotations","convertCoords")(e,q,U,K),u.getComponentMethod("images","convertCoords")(e,q,U,K)}var Y=g.containerArrayMatch(L);if(Y){n=Y.array,r=Y.index;var X=Y.property,J=(l.nestedProperty(o,n)||[])[r]||{};if(""===r)-1===L.indexOf("updatemenus")&&(_.docalc=!0);else if(""===X){var Z=B;g.isAddVal(B)?b[L]=null:g.isRemoveVal(B)?(b[L]=J,Z=J):l.warn("unrecognized full object value",t),(x(Z,"x")||x(Z,"y")&&-1===L.indexOf("updatemenus"))&&(_.docalc=!0)}else!x(J,"x")&&!x(J,"y")||l.containsAny(L,["color","opacity","align","dash","updatemenus"])||(_.docalc=!0);h[n]||(h[n]={});var Q=h[n][r];Q||(Q=h[n][r]={}),Q[X]=B,delete t[L]}else if("reverse"===z)R.range?R.range.reverse():(K(P+".autorange",!0),R.range=[1,0]),E.autorange?_.docalc=!0:_.doplot=!0;else{var ee=String(D.parts[1]||"");0===W.indexOf("scene")?"camera"===D.parts[1]?_.docamera=!0:_.doplot=!0:0===W.indexOf("geo")?_.doplot=!0:0===W.indexOf("ternary")?_.doplot=!0:"paper_bgcolor"===L?_.doplot=!0:"margin"===W||"autorange"===ee||"rangemode"===ee||"type"===ee||"domain"===ee||"fixedrange"===ee||"scaleanchor"===ee||"scaleratio"===ee||-1!==L.indexOf("calendar")||L.match(/^(bar|box|font)/)?_.docalc=!0:!s._has("gl2d")||-1===L.indexOf("axis")&&"plot_bgcolor"!==L?!s._has("gl2d")||"dragmode"!==L||"lasso"!==B&&"select"!==B||"lasso"===j||"select"===j?"hiddenlabels"===L?_.docalc=!0:-1!==W.indexOf("legend")?_.dolegend=!0:-1!==L.indexOf("title")?_.doticks=!0:-1!==W.indexOf("bgcolor")?_.dolayoutstyle=!0:S>1&&l.containsAny(ee,["tick","exponent","grid","zeroline"])?_.doticks=!0:-1!==L.indexOf(".linewidth")&&-1!==L.indexOf("axis")?_.doticks=_.dolayoutstyle=!0:S>1&&-1!==ee.indexOf("line")?_.dolayoutstyle=!0:S>1&&"mirror"===ee?_.doticks=_.dolayoutstyle=!0:"margin.pad"===L?_.doticks=_.dolayoutstyle=!0:-1!==["hovermode","dragmode"].indexOf(L)||-1!==L.indexOf("spike")?_.domodebar=!0:-1===["height","width","autosize"].indexOf(L)&&(_.doplot=!0):_.docalc=!0:_.doplot=!0,D.set(B)}}}for(n in h){g.applyContainerArrayChanges(e,l.nestedProperty(o,n),h[n],_)||(_.doplot=!0)}var te=s._axisConstraintGroups;for(C in A)for(r=0;r<te.length;r++){var ne=te[r];if(ne[C])for(var re in _.docalc=!0,ne)A[re]||(k.getFromId(e,re)._constraintShrinkable=!0)}var ae=s.width,ie=s.height;return e.layout.autosize&&c.plotAutoSize(e,e.layout,s),(t.height||t.width||s.width!==ae||s.height!==ie)&&(_.docalc=!0),(_.doplot||_.docalc)&&(_.layoutReplot=!0),{flags:_,undoit:b,redoit:M,eventData:l.extendDeep({},M)}}function S(e){var t=r.select(e),n=e._fullLayout;if(n._container=t.selectAll(".plot-container").data([0]),n._container.enter().insert("div",":first-child").classed("plot-container",!0).classed("plotly",!0),n._paperdiv=n._container.selectAll(".svg-container").data([0]),n._paperdiv.enter().append("div").classed("svg-container",!0).style("position","relative"),n._glcontainer=n._paperdiv.selectAll(".gl-container").data([0]),n._glcontainer.enter().append("div").classed("gl-container",!0),n._paperdiv.selectAll(".main-svg").remove(),n._paper=n._paperdiv.insert("svg",":first-child").classed("main-svg",!0),n._toppaper=n._paperdiv.append("svg").classed("main-svg",!0),!n._uid){var a=[];r.selectAll("defs").each(function(){this.id&&a.push(this.id.split("-")[1])}),n._uid=l.randstr(a)}n._paperdiv.selectAll(".main-svg").attr(v.svgAttrs),n._defs=n._paper.append("defs").attr("id","defs-"+n._uid),n._topdefs=n._toppaper.append("defs").attr("id","topdefs-"+n._uid),n._bgLayer=n._paper.append("g").classed("bglayer",!0),n._draggers=n._paper.append("g").classed("draglayer",!0);var i=n._paper.append("g").classed("layer-below",!0);n._imageLowerLayer=i.append("g").classed("imagelayer",!0),n._shapeLowerLayer=i.append("g").classed("shapelayer",!0),n._cartesianlayer=n._paper.append("g").classed("cartesianlayer",!0),n._ternarylayer=n._paper.append("g").classed("ternarylayer",!0),n._geolayer=n._paper.append("g").classed("geolayer",!0);var o=n._paper.append("g").classed("layer-above",!0);n._imageUpperLayer=o.append("g").classed("imagelayer",!0),n._shapeUpperLayer=o.append("g").classed("shapelayer",!0),n._pielayer=n._paper.append("g").classed("pielayer",!0),n._glimages=n._paper.append("g").classed("glimages",!0),n._infolayer=n._toppaper.append("g").classed("infolayer",!0),n._zoomlayer=n._toppaper.append("g").classed("zoomlayer",!0),n._hoverlayer=n._toppaper.append("g").classed("hoverlayer",!0),e.emit("plotly_framework")}i.plot=function(e,t,n,a){var s;if(e=m.getGraphDiv(e),o.init(e),l.isPlainObject(t)){var v=t;t=v.data,n=v.layout,a=v.config,s=v.frames}if(!1===o.triggerHandler(e,"plotly_beforeplot",[t,n,a]))return Promise.reject();t||n||l.isPlotDiv(e)||l.warn("Calling Plotly.plot as if redrawing but this container doesn't yet have a plot.",e),function(e,t){e._context||(e._context=l.extendFlat({},i.defaultConfig));var n=e._context;t&&(Object.keys(t).forEach(function(e){e in n&&("setBackground"===e&&"opaque"===t[e]?n[e]=x:n[e]=t[e])}),t.plot3dPixelRatio&&!n.plotGlPixelRatio&&(n.plotGlPixelRatio=n.plot3dPixelRatio));n.staticPlot&&(n.editable=!1,n.autosizable=!1,n.scrollZoom=!1,n.doubleClick=!1,n.showTips=!1,n.showLink=!1,n.displayModeBar=!1)}(e,a),n||(n={}),r.select(e).classed("js-plotly-plot",!0),h.makeTester(),e._promises=[];var g=0===(e.data||[]).length&&Array.isArray(t);if(Array.isArray(t)&&(m.cleanData(t,e.data),g?e.data=t:e.data.push.apply(e.data,t),e.empty=!1),e.layout&&!g||(e.layout=m.cleanLayout(n)),e._dragging&&!e._transitioning)return e._replotPending=!0,Promise.reject();e._replotPending=!1,c.supplyDefaults(e);var T=e._fullLayout;if(t&&t[0]&&t[0].r)return function(e,t,n){var a=r.select(e).selectAll(".plot-container").data([0]);a.enter().insert("div",":first-child").classed("plot-container plotly",!0);var i=a.selectAll(".svg-container").data([0]);i.enter().append("div").classed("svg-container",!0).style("position","relative"),i.html(""),t&&(e.data=t);n&&(e.layout=n);d.manager.fillLayout(e),i.style({width:e._fullLayout.width+"px",height:e._fullLayout.height+"px"}),e.framework=d.manager.framework(e),e.framework({data:e.data,layout:e.layout},i.node()),e.framework.setUndoPoint();var l=e.framework.svg(),o=1,s=e._fullLayout.title;""!==s&&s||(o=0);var u=function(){this.call(y.convertToTspans,e)},f=l.select(".title-group text").call(u);if(e._context.editable){s&&"Click to enter title"!==s||(o=.2,f.attr({"data-unformatted":"Click to enter title"}).text("Click to enter title").style({opacity:o}).on("mouseover.opacity",function(){r.select(this).transition().duration(100).style("opacity",1)}).on("mouseout.opacity",function(){r.select(this).transition().duration(1e3).style("opacity",0)}));var h=function(){this.call(y.makeEditable,{gd:e}).on("edit",function(t){e.framework({layout:{title:t}}),this.text(t).call(u),this.call(h)}).on("cancel",function(){var e=this.attr("data-unformatted");this.text(e).call(u)})};f.call(h)}return e._context.setBackground(e,e._fullLayout.paper_bgcolor),c.addLinks(e),Promise.resolve()}(e,t,n);T._replotting=!0,g&&S(e),e.framework!==S&&(e.framework=S,S(e)),h.initGradients(e),g&&i.Axes.saveShowSpikeInitial(e);var M=!e.calcdata||e.calcdata.length!==(e._fullData||[]).length;M&&c.doCalcdata(e);for(var k=0;k<e.calcdata.length;k++)e.calcdata[k][0].trace=e._fullData[k];var C=JSON.stringify(T._size);function A(){var t,n,r,a=e.calcdata;for(u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e),t=0;t<a.length;t++)!0===(r=(n=a[t])[0].trace).visible&&r._module.colorbar?r._module.colorbar(e,n):c.autoMargin(e,"cb"+r.uid);return c.doAutoMargin(e),c.previousPromises(e)}function w(){if(!e._transitioning){for(var t=i.Axes.list(e,"",!0),n=0;n<t.length;n++){var r=t[n];K(e,r),i.Axes.doAutoRange(r)}b(e),g&&i.Axes.saveRangeInitial(e)}}var L=[c.previousPromises,function(){if(s)return i.addFrames(e,s)},function(){for(var t=T._basePlotModules,n=0;n<t.length;n++)t[n].drawFramework&&t[n].drawFramework(e);return l.syncOrAsync([_.layoutStyles],e)},A,function(){if(JSON.stringify(T._size)!==C)return l.syncOrAsync([A,_.layoutStyles],e)},function(){if(M){for(var t,n,r=c.getSubplotIds(T,"cartesian"),a=T._modules,i=0;i<r.length;i++){t=T._plots[r[i]];for(var o=0;o<a.length;o++)(n=a[o]).setPositions&&n.setPositions(e,t)}return p.calc(e),l.syncOrAsync([u.getComponentMethod("shapes","calcAutorange"),u.getComponentMethod("annotations","calcAutorange"),w,u.getComponentMethod("rangeslider","calcAutorange")],e)}b(e)},_.layoutStyles,function(){return i.Axes.doTicks(e,"redraw")},function(){var t,n=e.calcdata,r=T._infolayer.selectAll("g.rangeslider-container");for(t=0;t<n.length;t++){var a=n[t][0].trace,i=!0===a.visible,l=a.uid;if(!i||!u.traceIs(a,"2dMap")){var o=".hm"+l+",.contour"+l+",#clip"+l;T._paper.selectAll(o).remove(),r.selectAll(o).remove()}i&&a._module.colorbar||T._infolayer.selectAll(".cb"+l).remove()}var s=T._basePlotModules;for(t=0;t<s.length;t++)s[t].plot(e);var d=T._paper.selectAll(".layer-subplot");return T._shapeSubplotLayers=d.selectAll(".shapelayer"),c.style(e),u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("annotations","draw")(e),c.addLinks(e),T._replotting=!1,c.previousPromises(e)},function(){u.getComponentMethod("shapes","draw")(e),u.getComponentMethod("images","draw")(e),u.getComponentMethod("annotations","draw")(e),u.getComponentMethod("legend","draw")(e),u.getComponentMethod("rangeslider","draw")(e),u.getComponentMethod("rangeselector","draw")(e),u.getComponentMethod("sliders","draw")(e),u.getComponentMethod("updatemenus","draw")(e)},f,c.rehover];return l.syncOrAsync(L,e),Promise.all(e._promises).then(function(){return e.emit("plotly_afterplot"),e})},i.redraw=function(e){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);return m.cleanData(e.data,e.data),m.cleanLayout(e.layout),e.calcdata=void 0,i.plot(e).then(function(){return e.emit("plotly_redraw"),e})},i.newPlot=function(e,t,n,r){return e=m.getGraphDiv(e),c.cleanPlot([],{},e._fullData||{},e._fullLayout||{}),c.purge(e),i.plot(e,t,n,r)},i.extendTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return e.concat(t)},function(e,t){return e.splice(0,e.length-t)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.prependTraces,u,e,arguments),o},i.prependTraces=function e(t,n,r,a){var l=L(t=m.getGraphDiv(t),n,r,a,function(e,t){return t.concat(e)},function(e,t){return e.splice(t,e.length)}),o=i.redraw(t),u=[t,l.update,r,l.maxPoints];return s.add(t,i.extendTraces,u,e,arguments),o},i.addTraces=function e(t,n,r){t=m.getGraphDiv(t);var a,o,u=[],c=i.deleteTraces,d=e,f=[t,u],h=[t,n];for(function(e,t,n){var r,a;if(!Array.isArray(e.data))throw new Error("gd.data must be an array.");if(void 0===t)throw new Error("traces must be defined.");for(Array.isArray(t)||(t=[t]),r=0;r<t.length;r++)if("object"!=typeof(a=t[r])||Array.isArray(a)||null===a)throw new Error("all values in traces array must be non-array objects");if(void 0===n||Array.isArray(n)||(n=[n]),void 0!==n&&n.length!==t.length)throw new Error("if indices is specified, traces.length must equal indices.length")}(t,n,r),Array.isArray(n)||(n=[n]),n=n.map(function(e){return l.extendFlat({},e)}),m.cleanData(n,t.data),a=0;a<n.length;a++)t.data.push(n[a]);for(a=0;a<n.length;a++)u.push(-n.length+a);if(void 0===r)return o=i.redraw(t),s.add(t,c,f,d,h),o;Array.isArray(r)||(r=[r]);try{w(t,u,r)}catch(e){throw t.data.splice(t.data.length-n.length,n.length),e}return s.startSequence(t),s.add(t,c,f,d,h),o=i.moveTraces(t,u,r),s.stopSequence(t),o},i.deleteTraces=function e(t,n){t=m.getGraphDiv(t);var r,a,o=[],u=i.addTraces,c=e,d=[t,o,n],f=[t,n];if(void 0===n)throw new Error("indices must be an integer or array of integers.");for(Array.isArray(n)||(n=[n]),A(t,n,"indices"),(n=C(n,t.data.length-1)).sort(l.sorterDes),r=0;r<n.length;r+=1)a=t.data.splice(n[r],1)[0],o.push(a);var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.moveTraces=function e(t,n,r){var a,l=[],o=[],u=e,c=e,d=[t=m.getGraphDiv(t),r,n],f=[t,n,r];if(w(t,n,r),n=Array.isArray(n)?n:[n],void 0===r)for(r=[],a=0;a<n.length;a++)r.push(-n.length+a);for(r=Array.isArray(r)?r:[r],n=C(n,t.data.length-1),r=C(r,t.data.length-1),a=0;a<t.data.length;a++)-1===n.indexOf(a)&&l.push(t.data[a]);for(a=0;a<n.length;a++)o.push({newIndex:r[a],trace:t.data[n[a]]});for(o.sort(function(e,t){return e.newIndex-t.newIndex}),a=0;a<o.length;a+=1)l.splice(o[a].newIndex,0,o[a].trace);t.data=l;var h=i.redraw(t);return s.add(t,u,d,c,f),h},i.restyle=function e(t,n,r,a){t=m.getGraphDiv(t),m.clearPromiseQueue(t);var o={};if("string"==typeof n)o[n]=r;else{if(!l.isPlainObject(n))return l.warn("Restyle fail.",n,r,a),Promise.reject();o=l.extendFlat({},n),void 0===a&&(a=r)}Object.keys(o).length&&(t.changed=!0);var u=D(t,o,a),d=u.flags;d.clearCalc&&(t.calcdata=void 0);var f=[];d.fullReplot?f.push(i.plot):(f.push(c.previousPromises),c.supplyDefaults(t),d.dostyle&&f.push(_.doTraceStyle),d.docolorbars&&f.push(_.doColorBars)),f.push(c.rehover),s.add(t,e,[t,u.undoit,u.traces],e,[t,u.redoit,u.traces]);var h=l.syncOrAsync(f,t);return h&&h.then||(h=Promise.resolve()),h.then(function(){return t.emit("plotly_restyle",u.eventData),t})},i.relayout=function e(t,n,r){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);var a={};if("string"==typeof n)a[n]=r;else{if(!l.isPlainObject(n))return l.warn("Relayout fail.",n,r),Promise.reject();a=l.extendFlat({},n)}Object.keys(a).length&&(t.changed=!0);var i=B(t,a),o=i.flags;o.docalc&&(t.calcdata=void 0);var u=[c.previousPromises];o.layoutReplot?u.push(_.layoutReplot):Object.keys(a).length&&(c.supplyDefaults(t),o.dolegend&&u.push(_.doLegend),o.dolayoutstyle&&u.push(_.layoutStyles),o.doticks&&u.push(_.doTicksRelayout),o.domodebar&&u.push(_.doModeBar),o.docamera&&u.push(_.doCamera)),u.push(c.rehover),s.add(t,e,[t,i.undoit],e,[t,i.redoit]);var d=l.syncOrAsync(u,t);return d&&d.then||(d=Promise.resolve(t)),d.then(function(){return t.emit("plotly_relayout",i.eventData),t})},i.update=function e(t,n,r,a){if(t=m.getGraphDiv(t),m.clearPromiseQueue(t),t.framework&&t.framework.isPolar)return Promise.resolve(t);l.isPlainObject(n)||(n={}),l.isPlainObject(r)||(r={}),Object.keys(n).length&&(t.changed=!0),Object.keys(r).length&&(t.changed=!0);var o=D(t,l.extendFlat({},n),a),u=o.flags,d=B(t,l.extendFlat({},r)),f=d.flags;(u.clearCalc||f.docalc)&&(t.calcdata=void 0);var h=[];if(u.fullReplot&&f.layoutReplot){var p=t.data,v=t.layout;t.data=void 0,t.layout=void 0,h.push(function(){return i.plot(t,p,v)})}else u.fullReplot?h.push(i.plot):f.layoutReplot?h.push(_.layoutReplot):(h.push(c.previousPromises),c.supplyDefaults(t),u.dostyle&&h.push(_.doTraceStyle),u.docolorbars&&h.push(_.doColorBars),f.dolegend&&h.push(_.doLegend),f.dolayoutstyle&&h.push(_.layoutStyles),f.doticks&&h.push(_.doTicksRelayout),f.domodebar&&h.push(_.doModeBar),f.doCamera&&h.push(_.doCamera));h.push(c.rehover),s.add(t,e,[t,o.undoit,d.undoit,o.traces],e,[t,o.redoit,d.redoit,o.traces]);var y=l.syncOrAsync(h,t);return y&&y.then||(y=Promise.resolve(t)),y.then(function(){return t.emit("plotly_update",{data:o.eventData,layout:d.eventData}),t})},i.animate=function(e,t,n){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before animating it. For more details, see https://plot.ly/javascript/animations/");var r=e._transitionData;r._frameQueue||(r._frameQueue=[]);var a=(n=c.supplyAnimationDefaults(n)).transition,i=n.frame;function o(e){return Array.isArray(a)?e>=a.length?a[0]:a[e]:a}function s(e){return Array.isArray(i)?e>=i.length?i[0]:i[e]:i}function u(e,t){var n=0;return function(){if(e&&++n===t)return e()}}return void 0===r._frameWaitingCnt&&(r._frameWaitingCnt=0),new Promise(function(i,d){function f(){r._currentFrame&&r._currentFrame.onComplete&&r._currentFrame.onComplete();var t=r._currentFrame=r._frameQueue.shift();if(t){var n=t.name?t.name.toString():null;e._fullLayout._currentFrame=n,r._lastFrameAt=Date.now(),r._timeToNext=t.frameOpts.duration,c.transition(e,t.frame.data,t.frame.layout,m.coerceTraceIndices(e,t.frame.traces),t.frameOpts,t.transitionOpts).then(function(){t.onComplete&&t.onComplete()}),e.emit("plotly_animatingframe",{name:n,frame:t.frame,animation:{frame:t.frameOpts,transition:t.transitionOpts}})}else e.emit("plotly_animated"),window.cancelAnimationFrame(r._animationRaf),r._animationRaf=null}function h(){e.emit("plotly_animating"),r._lastFrameAt=-1/0,r._timeToNext=0,r._runningTransitions=0,r._currentFrame=null;var t=function(){r._animationRaf=window.requestAnimationFrame(t),Date.now()-r._lastFrameAt>r._timeToNext&&f()};t()}var p,v,y=0;function g(e){return Array.isArray(a)?y>=a.length?e.transitionOpts=a[y]:e.transitionOpts=a[0]:e.transitionOpts=a,y++,e}var _=[],T=void 0===t||null===t,M=Array.isArray(t);if(!T&&!M&&l.isPlainObject(t))_.push({type:"object",data:g(l.extendFlat({},t))});else if(T||-1!==["string","number"].indexOf(typeof t))for(p=0;p<r._frames.length;p++)(v=r._frames[p])&&(T||String(v.group)===String(t))&&_.push({type:"byname",name:String(v.name),data:g({name:v.name})});else if(M)for(p=0;p<t.length;p++){var b=t[p];-1!==["number","string"].indexOf(typeof b)?(b=String(b),_.push({type:"byname",name:b,data:g({name:b})})):l.isPlainObject(b)&&_.push({type:"object",data:g(l.extendFlat({},b))})}for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&!r._frameHash[v.data.name])return l.warn('animate failure: frame not found: "'+v.data.name+'"'),void d();-1!==["next","immediate"].indexOf(n.mode)&&function(){if(0!==r._frameQueue.length){for(;r._frameQueue.length;){var t=r._frameQueue.pop();t.onInterrupt&&t.onInterrupt()}e.emit("plotly_animationinterrupted",[])}}(),"reverse"===n.direction&&_.reverse();var K=e._fullLayout._currentFrame;if(K&&n.fromcurrent){var k=-1;for(p=0;p<_.length;p++)if("byname"===(v=_[p]).type&&v.name===K){k=p;break}if(k>0&&k<_.length-1){var x=[];for(p=0;p<_.length;p++)v=_[p],("byname"!==_[p].type||p>k)&&x.push(v);_=x}}_.length>0?function(t){if(0!==t.length){for(var a=0;a<t.length;a++){var l;l="byname"===t[a].type?c.computeFrame(e,t[a].name):t[a].data;var f=s(a),p=o(a);p.duration=Math.min(p.duration,f.duration);var v={frame:l,name:t[a].name,frameOpts:f,transitionOpts:p};a===t.length-1&&(v.onComplete=u(i,2),v.onInterrupt=d),r._frameQueue.push(v)}"immediate"===n.mode&&(r._lastFrameAt=-1/0),r._animationRaf||h()}}(_):(e.emit("plotly_animated"),i())})},i.addFrames=function(e,t,n){e=m.getGraphDiv(e);var r,a,i,o,u=0;if(null===t||void 0===t)return Promise.resolve();if(!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e+". It's likely that you've failed to create a plot before adding frames. For more details, see https://plot.ly/javascript/animations/");var d=e._transitionData._frames,f=e._transitionData._frameHash;if(!Array.isArray(t))throw new Error("addFrames failure: frameList must be an Array of frame definitions"+t);var h=d.length+2*t.length,p=[];for(r=t.length-1;r>=0;r--)if(l.isPlainObject(t[r])){var v=(f[t[r].name]||{}).name,y=t[r].name;v&&y&&"number"==typeof y&&f[v]&&(u++,l.warn('addFrames: overwriting frame "'+f[v].name+'" with a frame whose name of type "number" also equates to "'+v+'". This is valid but may potentially lead to unexpected behavior since all plotly.js frame names are stored internally as strings.'),u>5&&l.warn("addFrames: This API call has yielded too many warnings. For the rest of this call, further warnings about numeric frame names will be suppressed.")),p.push({frame:c.supplyFrameDefaults(t[r]),index:n&&void 0!==n[r]&&null!==n[r]?n[r]:h+r})}p.sort(function(e,t){return e.index>t.index?-1:e.index<t.index?1:0});var g=[],_=[],T=d.length;for(r=p.length-1;r>=0;r--){if("number"==typeof(a=p[r].frame).name&&l.warn("Warning: addFrames accepts frames with numeric names, but the numbers areimplicitly cast to strings"),!a.name)for(;f[a.name="frame "+e._transitionData._counter++];);if(f[a.name]){for(i=0;i<d.length&&(d[i]||{}).name!==a.name;i++);g.push({type:"replace",index:i,value:a}),_.unshift({type:"replace",index:i,value:d[i]})}else o=Math.max(0,Math.min(p[r].index,T)),g.push({type:"insert",index:o,value:a}),_.unshift({type:"delete",index:o}),T++}var M=c.modifyFrames,b=c.modifyFrames,K=[e,_],k=[e,g];return s&&s.add(e,M,K,b,k),c.modifyFrames(e,g)},i.deleteFrames=function(e,t){if(e=m.getGraphDiv(e),!l.isPlotDiv(e))throw new Error("This element is not a Plotly plot: "+e);var n,r,a=e._transitionData._frames,i=[],o=[];if(!t)for(t=[],n=0;n<a.length;n++)t.push(n);for((t=t.slice(0)).sort(),n=t.length-1;n>=0;n--)r=t[n],i.push({type:"delete",index:r}),o.unshift({type:"insert",index:r,value:a[r]});var u=c.modifyFrames,d=c.modifyFrames,f=[e,o],h=[e,i];return s&&s.add(e,u,f,d,h),c.modifyFrames(e,i)},i.purge=function(e){var t=(e=m.getGraphDiv(e))._fullLayout||{},n=e._fullData||[];return c.cleanPlot([],{},n,t),c.purge(e),o.purge(e),t._container&&t._container.remove(),delete e._context,delete e._replotPending,delete e._mouseDownTime,delete e._legendMouseDownTime,delete e._hmpixcount,delete e._hmlumcount,e}},function(e,t,n){"use strict";e.exports=function(e,t){var n=document.createElement("a"),r="download"in n,a=/Version\/[\d\.]+.*Safari/.test(navigator.userAgent);return new Promise(function(i,l){"undefined"!=typeof navigator&&/MSIE [1-9]\./.test(navigator.userAgent)&&l(new Error("IE < 10 unsupported")),a&&(document.location.href="data:application/octet-stream"+e.slice(e.search(/[,;]/)),i(t)),t||(t="download"),r&&(n.href=e,n.download=t,document.body.appendChild(n),n.click(),document.body.removeChild(n),i(t)),"undefined"!=typeof navigator&&navigator.msSaveBlob&&(navigator.msSaveBlob(new Blob([e]),t),i(t)),l(new Error("download error"))})}},function(e,t,n){"use strict";var r=n(8),a=n(9),i=n(6),l=n(0),o=n(94),s=n(95),u=e.exports={};function c(e,t){var n,a,l=t.currentTarget,o=l.getAttribute("data-attr"),s=l.getAttribute("data-val")||!0,u=e._fullLayout,c={},d=i.list(e,null,!0),f="on";if("zoom"===o){var h,p="in"===s?.5:2,v=(1+p)/2,y=(1-p)/2;for(a=0;a<d.length;a++)if(!(n=d[a]).fixedrange)if(h=n._name,"auto"===s)c[h+".autorange"]=!0;else if("reset"===s){if(void 0===n._rangeInitial)c[h+".autorange"]=!0;else{var g=n._rangeInitial.slice();c[h+".range[0]"]=g[0],c[h+".range[1]"]=g[1]}void 0!==n._showSpikeInitial&&(c[h+".showspikes"]=n._showSpikeInitial,"on"!==f||n._showSpikeInitial||(f="off"))}else{var m=[n.r2l(n.range[0]),n.r2l(n.range[1])],_=[v*m[0]+y*m[1],v*m[1]+y*m[0]];c[h+".range[0]"]=n.l2r(_[0]),c[h+".range[1]"]=n.l2r(_[1])}u._cartesianSpikesEnabled=f}else{if("hovermode"!==o||"x"!==s&&"y"!==s){if("hovermode"===o&&"closest"===s){for(a=0;a<d.length;a++)n=d[a],"on"!==f||n.showspikes||(f="off");u._cartesianSpikesEnabled=f}}else s=u._isHoriz?"y":"x",l.setAttribute("data-val",s),"closest"!==s&&(u._cartesianSpikesEnabled="off");c[o]=s}r.relayout(e,c)}function d(e,t){for(var n=t.currentTarget,i=n.getAttribute("data-attr"),l=n.getAttribute("data-val")||!0,o=e._fullLayout,s=a.getSubplotIds(o,"gl3d"),u={},c=i.split("."),d=0;d<s.length;d++)u[s[d]+"."+c[1]]=l;r.relayout(e,u)}function f(e,t){for(var n=t.currentTarget.getAttribute("data-attr"),i=e._fullLayout,o=a.getSubplotIds(i,"gl3d"),s={},u=0;u<o.length;u++){var c=o[u],d=c+".camera",f=i[c]._scene;"resetDefault"===n?s[d]=null:"resetLastSave"===n&&(s[d]=l.extendDeep({},f.cameraInitial))}r.relayout(e,s)}function h(e,t){var n=t.currentTarget,i=n._previousVal||!1,o=e.layout,s=e._fullLayout,u=a.getSubplotIds(s,"gl3d"),c=["xaxis","yaxis","zaxis"],d=["showspikes","spikesides","spikethickness","spikecolor"],f={},h={},p={};if(i)p=l.extendDeep(o,i),n._previousVal=null;else{p={"allaxes.showspikes":!1};for(var v=0;v<u.length;v++){var y=u[v],g=s[y],m=f[y]={};m.hovermode=g.hovermode,p[y+".hovermode"]=!1;for(var _=0;_<3;_++){var T=c[_];h=m[T]={};for(var M=0;M<d.length;M++){var b=d[M];h[b]=g[T][b]}}}n._previousVal=l.extendDeep({},f)}r.relayout(e,p)}function p(e,t){for(var n=t.currentTarget,r=n.getAttribute("data-attr"),i=n.getAttribute("data-val")||!0,l=e._fullLayout,o=a.getSubplotIds(l,"geo"),s=0;s<o.length;s++){var u=l[o[s]]._subplot;if("zoom"===r){var c=u.projection.scale(),d="in"===i?2*c:.5*c;u.projection.scale(d),u.zoom.scale(d),u.render()}else"reset"===r&&u.zoomReset()}}function v(e){var t,n=e._fullLayout;t=n._has("cartesian")?n._isHoriz?"y":"x":"closest";var a=!e._fullLayout.hovermode&&t;r.relayout(e,"hovermode",a)}u.toImage={name:"toImage",title:"Download plot as a png",icon:s.camera,click:function(e){var t="png";l.notifier("Taking snapshot - this may take a few seconds","long"),l.isIE()&&(l.notifier("IE only supports svg. Changing format to svg.","long"),t="svg"),o(e,{format:t}).then(function(e){l.notifier("Snapshot succeeded - "+e,"long")}).catch(function(){l.notifier("Sorry there was a problem downloading your snapshot!","long")})}},u.sendDataToCloud={name:"sendDataToCloud",title:"Save and edit plot in cloud",icon:s.disk,click:function(e){a.sendDataToCloud(e)}},u.zoom2d={name:"zoom2d",title:"Zoom",attr:"dragmode",val:"zoom",icon:s.zoombox,click:c},u.pan2d={name:"pan2d",title:"Pan",attr:"dragmode",val:"pan",icon:s.pan,click:c},u.select2d={name:"select2d",title:"Box Select",attr:"dragmode",val:"select",icon:s.selectbox,click:c},u.lasso2d={name:"lasso2d",title:"Lasso Select",attr:"dragmode",val:"lasso",icon:s.lasso,click:c},u.zoomIn2d={name:"zoomIn2d",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:c},u.zoomOut2d={name:"zoomOut2d",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:c},u.autoScale2d={name:"autoScale2d",title:"Autoscale",attr:"zoom",val:"auto",icon:s.autoscale,click:c},u.resetScale2d={name:"resetScale2d",title:"Reset axes",attr:"zoom",val:"reset",icon:s.home,click:c},u.hoverClosestCartesian={name:"hoverClosestCartesian",title:"Show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:c},u.hoverCompareCartesian={name:"hoverCompareCartesian",title:"Compare data on hover",attr:"hovermode",val:function(e){return e._fullLayout._isHoriz?"y":"x"},icon:s.tooltip_compare,gravity:"ne",click:c},u.zoom3d={name:"zoom3d",title:"Zoom",attr:"scene.dragmode",val:"zoom",icon:s.zoombox,click:d},u.pan3d={name:"pan3d",title:"Pan",attr:"scene.dragmode",val:"pan",icon:s.pan,click:d},u.orbitRotation={name:"orbitRotation",title:"orbital rotation",attr:"scene.dragmode",val:"orbit",icon:s["3d_rotate"],click:d},u.tableRotation={name:"tableRotation",title:"turntable rotation",attr:"scene.dragmode",val:"turntable",icon:s["z-axis"],click:d},u.resetCameraDefault3d={name:"resetCameraDefault3d",title:"Reset camera to default",attr:"resetDefault",icon:s.home,click:f},u.resetCameraLastSave3d={name:"resetCameraLastSave3d",title:"Reset camera to last save",attr:"resetLastSave",icon:s.movie,click:f},u.hoverClosest3d={name:"hoverClosest3d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:h},u.zoomInGeo={name:"zoomInGeo",title:"Zoom in",attr:"zoom",val:"in",icon:s.zoom_plus,click:p},u.zoomOutGeo={name:"zoomOutGeo",title:"Zoom out",attr:"zoom",val:"out",icon:s.zoom_minus,click:p},u.resetGeo={name:"resetGeo",title:"Reset",attr:"reset",val:null,icon:s.autoscale,click:p},u.hoverClosestGeo={name:"hoverClosestGeo",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestGl2d={name:"hoverClosestGl2d",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:v},u.hoverClosestPie={name:"hoverClosestPie",title:"Toggle show closest data on hover",attr:"hovermode",val:"closest",icon:s.tooltip_basic,gravity:"ne",click:v},u.toggleHover={name:"toggleHover",title:"Toggle show closest data on hover",attr:"hovermode",val:null,toggle:!0,icon:s.tooltip_basic,gravity:"ne",click:function(e,t){v(e),h(e,t)}},u.resetViews={name:"resetViews",title:"Reset views",icon:s.home,click:function(e,t){var n=t.currentTarget;n.setAttribute("data-attr","zoom"),n.setAttribute("data-val","reset"),c(e,t),n.setAttribute("data-attr","resetLastSave"),f(e,t)}},u.toggleSpikelines={name:"toggleSpikelines",title:"Toggle Spike Lines",icon:s.spikeline,attr:"_cartesianSpikesEnabled",val:"on",click:function(e){var t=e._fullLayout;t._cartesianSpikesEnabled="closest"===t.hovermode&&"on"===t._cartesianSpikesEnabled?"off":"on";var n=function(e){for(var t,n,r=e._fullLayout,a=i.list(e,null,!0),l={},o=0;o<a.length;o++)t=a[o],n=t._name,l[n+".showspikes"]="on"===r._cartesianSpikesEnabled;return l}(e);n.hovermode="closest",r.relayout(e,n)}}},function(e,t,n){"use strict";var r=n(1),a=n(0),i=n(95);function l(e){this.container=e.container,this.element=document.createElement("div"),this.update(e.graphInfo,e.buttons),this.container.appendChild(this.element)}var o=l.prototype;o.update=function(e,t){this.graphInfo=e;var n=this.graphInfo._context;"hover"===n.displayModeBar?this.element.className="modebar modebar--hover":this.element.className="modebar";var r=!this.hasButtons(t),a=this.hasLogo!==n.displaylogo;(r||a)&&(this.removeAllButtons(),this.updateButtons(t),n.displaylogo&&(this.element.appendChild(this.getLogo()),this.hasLogo=!0)),this.updateActiveButton()},o.updateButtons=function(e){var t=this;this.buttons=e,this.buttonElements=[],this.buttonsNames=[],this.buttons.forEach(function(e){var n=t.createGroup();e.forEach(function(e){var r=e.name;if(!r)throw new Error("must provide button 'name' in button config");if(-1!==t.buttonsNames.indexOf(r))throw new Error("button name '"+r+"' is taken");t.buttonsNames.push(r);var a=t.createButton(e);t.buttonElements.push(a),n.appendChild(a)}),t.element.appendChild(n)})},o.createGroup=function(){var e=document.createElement("div");return e.className="modebar-group",e},o.createButton=function(e){var t=this,n=document.createElement("a");n.setAttribute("rel","tooltip"),n.className="modebar-btn";var a=e.title;void 0===a&&(a=e.name),(a||0===a)&&n.setAttribute("data-title",a),void 0!==e.attr&&n.setAttribute("data-attr",e.attr);var l=e.val;if(void 0!==l&&("function"==typeof l&&(l=l(this.graphInfo)),n.setAttribute("data-val",l)),"function"!=typeof e.click)throw new Error("must provide button 'click' function in button config");return n.addEventListener("click",function(n){e.click(t.graphInfo,n),t.updateActiveButton(n.currentTarget)}),n.setAttribute("data-toggle",e.toggle||!1),e.toggle&&r.select(n).classed("active",!0),n.appendChild(this.createIcon(e.icon||i.question,e.name)),n.setAttribute("data-gravity",e.gravity||"n"),n},o.createIcon=function(e,t){var n=e.ascent-e.descent,r="http://www.w3.org/2000/svg",a=document.createElementNS(r,"svg"),i=document.createElementNS(r,"path");a.setAttribute("height","1em"),a.setAttribute("width",e.width/n+"em"),a.setAttribute("viewBox",[0,0,e.width,n].join(" "));var l="toggleSpikelines"===t?"matrix(1.5 0 0 -1.5 0 "+e.ascent+")":"matrix(1 0 0 -1 0 "+e.ascent+")";return i.setAttribute("d",e.path),i.setAttribute("transform",l),a.appendChild(i),a},o.updateActiveButton=function(e){var t=this.graphInfo._fullLayout,n=void 0!==e?e.getAttribute("data-attr"):null;this.buttonElements.forEach(function(e){var i=e.getAttribute("data-val")||!0,l=e.getAttribute("data-attr"),o="true"===e.getAttribute("data-toggle"),s=r.select(e);if(o)l===n&&s.classed("active",!s.classed("active"));else{var u=null===l?l:a.nestedProperty(t,l).get();s.classed("active",u===i)}})},o.hasButtons=function(e){var t=this.buttons;if(!t)return!1;if(e.length!==t.length)return!1;for(var n=0;n<e.length;++n){if(e[n].length!==t[n].length)return!1;for(var r=0;r<e[n].length;r++)if(e[n][r].name!==t[n][r].name)return!1}return!0},o.getLogo=function(){var e=this.createGroup(),t=document.createElement("a");return t.href="https://plot.ly/",t.target="_blank",t.setAttribute("data-title","Produced with Plotly"),t.className="modebar-btn plotlyjsicon modebar-btn--logo",t.appendChild(this.createIcon(i.plotlylogo)),e.appendChild(t),e},o.removeAllButtons=function(){for(;this.element.firstChild;)this.element.removeChild(this.element.firstChild);this.hasLogo=!1},o.destroy=function(){a.removeElement(this.container.querySelector(".modebar"))},e.exports=function(e,t){var n=e._fullLayout,a=new l({graphInfo:e,container:n._paperdiv.node(),buttons:t});return n._privateplot&&r.select(a.element).append("span").classed("badge-private float--left",!0).text("PRIVATE"),a}},function(e,t,n){"use strict";var r=n(6),a=n(13),i=n(273),l=n(272);function o(e,t){if(t.length)if(Array.isArray(t[0]))for(var n=0;n<t.length;n++)e.push(t[n]);else e.push(t);return e}e.exports=function(e){var t=e._fullLayout,n=e._context,s=t._modeBar;if(n.displayModeBar){if(!Array.isArray(n.modeBarButtonsToRemove))throw new Error(["*modeBarButtonsToRemove* configuration options","must be an array."].join(" "));if(!Array.isArray(n.modeBarButtonsToAdd))throw new Error(["*modeBarButtonsToAdd* configuration options","must be an array."].join(" "));var u,c=n.modeBarButtons;u=Array.isArray(c)&&c.length?function(e){for(var t=0;t<e.length;t++)for(var n=e[t],r=0;r<n.length;r++){var a=n[r];if("string"==typeof a){if(void 0===l[a])throw new Error(["*modeBarButtons* configuration options","invalid button name"].join(" "));e[t][r]=l[a]}}return e}(c):function(e,t,n){var i=e._fullLayout,s=e._fullData,u=i._has("cartesian"),c=i._has("gl3d"),d=i._has("geo"),f=i._has("pie"),h=i._has("gl2d"),p=i._has("ternary"),v=[];function y(e){for(var n=[],r=0;r<e.length;r++){var a=e[r];-1===t.indexOf(a)&&n.push(l[a])}v.push(n)}if(y(["toImage","sendDataToCloud"]),(u||h||f||p)+d+c>1)return y(["resetViews","toggleHover"]),o(v,n);c&&(y(["zoom3d","pan3d","orbitRotation","tableRotation"]),y(["resetCameraDefault3d","resetCameraLastSave3d"]),y(["hoverClosest3d"]));d&&(y(["zoomInGeo","zoomOutGeo","resetGeo"]),y(["hoverClosestGeo"]));var g=function(e){for(var t=r.list({_fullLayout:e},null,!0),n=!0,a=0;a<t.length;a++)if(!t[a].fixedrange){n=!1;break}return n}(i),m=[];((u||h)&&!g||p)&&(m=["zoom2d","pan2d"]);(u||p||h)&&function(e){for(var t=!1,n=0;n<e.length&&!t;n++){var r=e[n];r._module&&r._module.selectPoints&&("scatter"===r.type||"scatterternary"===r.type||"scattergl"===r.type?(a.hasMarkers(r)||a.hasText(r))&&(t=!0):t=!0)}return t}(s)&&(m.push("select2d"),m.push("lasso2d"));m.length&&y(m);!u&&!h||g||p||y(["zoomIn2d","zoomOut2d","autoScale2d","resetScale2d"]);u&&f?y(["toggleHover"]):h?y(["hoverClosestGl2d"]):u?y(["toggleSpikelines","hoverClosestCartesian","hoverCompareCartesian"]):f&&y(["hoverClosestPie"]);return o(v,n)}(e,n.modeBarButtonsToRemove,n.modeBarButtonsToAdd),s?s.update(e,u):t._modeBar=i(e,u)}else s&&(s.destroy(),delete t._modeBar)}},function(e,t,n){"use strict";var r=n(8),a=n(0);function i(e,t,n){var r,i,l,o=!1;if("data"===t.type)r=e._fullData[null!==t.traces?t.traces[0]:0];else{if("layout"!==t.type)return!1;r=e._fullLayout}return i=a.nestedProperty(r,t.prop).get(),(l=n[t.type]=n[t.type]||{}).hasOwnProperty(t.prop)&&l[t.prop]!==i&&(o=!0),l[t.prop]=i,{changed:o,value:i}}function l(e,t){var n=[],r=t[0],i={};if("string"==typeof r)i[r]=t[1];else{if(!a.isPlainObject(r))return n;i=r}return s(i,function(e,t,r){n.push({type:"layout",prop:e,value:r})},"",0),n}function o(e,t){var n,r,i,l,o=[];if(r=t[0],i=t[1],n=t[2],l={},"string"==typeof r)l[r]=i;else{if(!a.isPlainObject(r))return o;l=r,void 0===n&&(n=i)}return void 0===n&&(n=null),s(l,function(t,r,a){var i;if(Array.isArray(a)){var l=Math.min(a.length,e.data.length);n&&(l=Math.min(l,n.length)),i=[];for(var s=0;s<l;s++)i[s]=n?n[s]:s}else i=n?n.slice(0):null;if(null===i)Array.isArray(a)&&(a=a[0]);else if(Array.isArray(i)){if(!Array.isArray(a)){var u=a;a=[];for(var c=0;c<i.length;c++)a[c]=u}a.length=Math.min(i.length,a.length)}o.push({type:"data",prop:t,traces:i,value:a})},"",0),o}function s(e,t,n,r){Object.keys(e).forEach(function(i){var l=e[i];if("_"!==i[0]){var o=n+(r>0?".":"")+i;a.isPlainObject(l)?s(l,t,o,r+1):t(o,i,l)}})}t.manageCommandObserver=function(e,n,r,l){var o={},s=!0;n&&n._commandObserver&&(o=n._commandObserver),o.cache||(o.cache={}),o.lookupTable={};var u=t.hasSimpleAPICommandBindings(e,r,o.lookupTable);if(n&&n._commandObserver){if(u)return o;if(n._commandObserver.remove)return n._commandObserver.remove(),n._commandObserver=null,o}if(u){i(e,u,o.cache),o.check=function(){if(s){var t=i(e,u,o.cache);return t.changed&&l&&void 0!==o.lookupTable[t.value]&&(o.disable(),Promise.resolve(l({value:t.value,type:u.type,prop:u.prop,traces:u.traces,index:o.lookupTable[t.value]})).then(o.enable,o.enable)),t.changed}};for(var c=["plotly_relayout","plotly_redraw","plotly_restyle","plotly_update","plotly_animatingframe","plotly_afterplot"],d=0;d<c.length;d++)e._internalOn(c[d],o.check);o.remove=function(){for(var t=0;t<c.length;t++)e._removeInternalListener(c[t],o.check)}}else a.warn("Unable to automatically bind plot updates to API command"),o.lookupTable={},o.remove=function(){};return o.disable=function(){s=!1},o.enable=function(){s=!0},n&&(n._commandObserver=o),o},t.hasSimpleAPICommandBindings=function(e,n,r){var a,i,l=n.length;for(a=0;a<l;a++){var o,s=n[a],u=s.method,c=s.args;if(Array.isArray(c)||(c=[]),!u)return!1;var d=t.computeAPICommandBindings(e,u,c);if(1!==d.length)return!1;if(i){if((o=d[0]).type!==i.type)return!1;if(o.prop!==i.prop)return!1;if(Array.isArray(i.traces)){if(!Array.isArray(o.traces))return!1;o.traces.sort();for(var f=0;f<i.traces.length;f++)if(i.traces[f]!==o.traces[f])return!1}else if(o.prop!==i.prop)return!1}else i=d[0],Array.isArray(i.traces)&&i.traces.sort();var h=(o=d[0]).value;if(Array.isArray(h)){if(1!==h.length)return!1;h=h[0]}r&&(r[h]=a)}return i},t.executeAPICommand=function(e,t,n){if("skip"===t)return Promise.resolve();var i=r[t],l=[e];Array.isArray(n)||(n=[]);for(var o=0;o<n.length;o++)l.push(n[o]);return i.apply(null,l).catch(function(e){return a.warn("API call to Plotly."+t+" rejected.",e),Promise.reject(e)})},t.computeAPICommandBindings=function(e,t,n){var r;switch(Array.isArray(n)||(n=[]),t){case"restyle":r=o(e,n);break;case"relayout":r=l(e,n);break;case"update":r=o(e,[n[0],n[2]]).concat(l(e,[n[1]]));break;case"animate":r=function(e,t){return Array.isArray(t[0])&&1===t[0].length&&-1!==["string","number"].indexOf(typeof t[0][0])?[{type:"layout",prop:"_currentFrame",value:t[0][0].toString()}]:[]}(0,n);break;default:r=[]}return r}},function(e,t,n){"use strict";var r=n(1),a=n(3);e.exports=function(e){e.each(function(e){var t=e[0].trace,n=t.error_y||{},i=t.error_x||{},l=r.select(this);l.selectAll("path.yerror").style("stroke-width",n.thickness+"px").call(a.stroke,n.color),i.copy_ystyle&&(i=n),l.selectAll("path.xerror").style("stroke-width",i.thickness+"px").call(a.stroke,i.color)})}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=n(13);e.exports=function(e,t,n){var l=t.xaxis,o=t.yaxis,s=n&&n.duration>0;e.each(function(e){var t,u=e[0].trace,c=u.error_x||{},d=u.error_y||{};u.ids&&(t=function(e){return e.id});var f=i.hasMarkers(u)&&u.marker.maxdisplayed>0;if(d.visible||c.visible){var h=r.select(this).selectAll("g.errorbar").data(e,t);h.exit().remove(),h.style("opacity",1);var p=h.enter().append("g").classed("errorbar",!0);s&&p.style("opacity",0).transition().duration(n.duration).style("opacity",1),h.each(function(e){var t=r.select(this),i=function(e,t,n){var r={x:t.c2p(e.x),y:n.c2p(e.y)};void 0!==e.yh&&(r.yh=n.c2p(e.yh),r.ys=n.c2p(e.ys),a(r.ys)||(r.noYS=!0,r.ys=n.c2p(e.ys,!0)));void 0!==e.xh&&(r.xh=t.c2p(e.xh),r.xs=t.c2p(e.xs),a(r.xs)||(r.noXS=!0,r.xs=t.c2p(e.xs,!0)));return r}(e,l,o);if(!f||e.vis){var u;if(d.visible&&a(i.x)&&a(i.yh)&&a(i.ys)){var h=d.width;u="M"+(i.x-h)+","+i.yh+"h"+2*h+"m-"+h+",0V"+i.ys,i.noYS||(u+="m-"+h+",0h"+2*h);var p=t.select("path.yerror");!p.size()?p=t.append("path").classed("yerror",!0):s&&(p=p.transition().duration(n.duration).ease(n.easing)),p.attr("d",u)}if(c.visible&&a(i.y)&&a(i.xh)&&a(i.xs)){var v=(c.copy_ystyle?d:c).width;u="M"+i.xh+","+(i.y-v)+"v"+2*v+"m0,-"+v+"H"+i.xs,i.noXS||(u+="m0,-"+v+"v"+2*v);var y=t.select("path.xerror");!y.size()?y=t.append("path").classed("xerror",!0):s&&(y=y.transition().duration(n.duration).ease(n.easing)),y.attr("d",u)}}})}})}},function(e,t,n){"use strict";function r(e,t){return"percent"===e?function(e){return Math.abs(e*t/100)}:"constant"===e?function(){return Math.abs(t)}:"sqrt"===e?function(e){return Math.sqrt(Math.abs(e))}:void 0}e.exports=function(e){var t=e.type,n=e.symmetric;if("data"===t){var a=e.array,i=e.arrayminus;return n||void 0===i?function(e,t){var n=+a[t];return[n,n]}:function(e,t){return[+i[t],+a[t]]}}var l=r(t,e.value),o=r(t,e.valueminus);return n||void 0===e.valueminus?function(e){var t=l(e);return[t,t]}:function(e){return[o(e),l(e)]}}},function(e,t,n){"use strict";var r=n(0),a=n(18).id2name;e.exports=function(e,t,n,i,l){var o=l._axisConstraintGroups,s=t._id,u=s.charAt(0);if(!t.fixedrange&&(n("constrain"),r.coerce(e,t,{constraintoward:{valType:"enumerated",values:"x"===u?["left","center","right"]:["bottom","middle","top"],dflt:"x"===u?"center":"middle"}},"constraintoward"),e.scaleanchor)){var c=function(e,t,n,r){var i,l,o,s,u=r[a(t)].type,c=[];for(l=0;l<n.length;l++)(o=n[l])!==t&&((s=r[a(o)]).type!==u||s.fixedrange||c.push(o));for(i=0;i<e.length;i++)if(e[i][t]){var d=e[i],f=[];for(l=0;l<c.length;l++)o=c[l],d[o]||f.push(o);return{linkableAxes:f,thisGroup:d}}return{linkableAxes:c,thisGroup:null}}(o,s,i,l),d=r.coerce(e,t,{scaleanchor:{valType:"enumerated",values:c.linkableAxes}},"scaleanchor");if(d){var f=n("scaleratio");f||(f=t.scaleratio=1),function(e,t,n,r,a){var i,l,o,s,u;null===t?((t={})[n]=1,u=e.length,e.push(t)):u=e.indexOf(t);var c=Object.keys(t);for(i=0;i<e.length;i++)if(o=e[i],i!==u&&o[r]){var d=o[r];for(l=0;l<c.length;l++)s=c[l],o[s]=d*a*t[s];return void e.splice(u,1)}if(1!==a)for(l=0;l<c.length;l++)t[c[l]]*=a;t[r]=1}(o,c.thisGroup,s,d,f)}else-1!==i.indexOf(e.scaleanchor)&&r.warn("ignored "+t._name+'.scaleanchor: "'+e.scaleanchor+'" to avoid either an infinite loop and possibly inconsistent scaleratios, or because the targetaxis has fixed range.')}}},function(e,t,n){"use strict";var r=n(1);function a(e,t,n){var a,i,l,o,s,u=[],c=n.map(function(t){return t[e]}),d=r.bisector(t).left;for(a=0;a<c.length;a++)for(l=c[a],i=0;i<l.length;i++)null!==(o=l[i])&&void 0!==o&&((s=d(u,o))<u.length&&u[s]===o||u.splice(s,0,o));return u}e.exports=function(e,t,n,i){switch(t){case"array":return Array.isArray(n)?n.slice():[];case"category ascending":return a(e,r.ascending,i);case"category descending":return a(e,r.descending,i);case"trace":default:return[]}}},function(e,t,n){"use strict";e.exports=function(e,t,n){if("category"===t.type){var r,a=e.categoryarray,i=Array.isArray(a)&&a.length>0;i&&(r="array");var l=n("categoryorder",r);"array"===l&&n("categoryarray"),i||"array"!==l||(t.categoryorder="trace")}}},function(e,t,n){"use strict";var r=n(4),a=n(151),i=n(18).name2id;function l(e){return{v:"x",h:"y"}[e.orientation||"v"]}function o(e,t){var n=l(e),a=r.traceIs(e,"box"),i=r.traceIs(e._fullInput||{},"candlestick");return a&&!i&&t===n&&void 0===e[n]&&void 0===e[n+"0"]}e.exports=function(e,t,n,s,u){u&&(t._name=u,t._id=i(u)),"-"===n("type")&&(!function(e,t){if("-"!==e.type)return;var n=e._id,i=n.charAt(0);-1!==n.indexOf("scene")&&(n=i);var s=function(e,t,n){for(var r=0;r<e.length;r++){var a=e[r];if((a[n+"axis"]||n)===t){if(o(a,n))return a;if((a[n]||[]).length||a[n+"0"])return a}}}(t,n,i);if(!s)return;if("histogram"===s.type&&i==={v:"y",h:"x"}[s.orientation||"v"])return void(e.type="linear");var u=i+"calendar",c=s[u];if(o(s,i)){for(var d,f=l(s),h=[],p=0;p<t.length;p++)d=t[p],r.traceIs(d,"box")&&(d[i+"axis"]||i)===n&&(void 0!==d[f]?h.push(d[f][0]):void 0!==d.name?h.push(d.name):h.push("text"),d[u]!==c&&(c=void 0));e.type=a(h,c)}else e.type=a(s[i]||[s[i+"0"]],c)}(t,s),"-"===t.type?t.type="linear":e.type=t.type)}},function(e,t,n){"use strict";var r=n(4),a=n(0),i=n(3),l=n(41),o=n(15),s=n(23),u=n(282),c=n(150),d=n(279),f=n(148),h=n(18);e.exports=function(e,t,n){var p,v=Object.keys(e),y=[],g=[],m=[],_=[],T=[],M=[],b={},K={};for(p=0;p<n.length;p++){var k,x,C=n[p];if(r.traceIs(C,"cartesian"))k=y,x=g;else{if(!r.traceIs(C,"gl2d"))continue;k=m,x=_}var A=h.id2name(C.xaxis),w=h.id2name(C.yaxis);if(r.traceIs(C,"carpet")&&("carpet"!==C.type||C._cheater)||A&&a.pushUnique(M,A),"carpet"===C.type&&C._cheater&&A&&a.pushUnique(T,A),A&&-1===k.indexOf(A)&&k.push(A),w&&-1===x.indexOf(w)&&x.push(w),r.traceIs(C,"2dMap")&&(b[A]=!0,b[w]=!0),r.traceIs(C,"oriented"))K["h"===C.orientation?w:A]=!0}if(!(t._has("gl3d")||t._has("geo")))for(p=0;p<v.length;p++){var L=v[p];-1===m.indexOf(L)&&-1===y.indexOf(L)&&o.xAxisMatch.test(L)?y.push(L):-1===_.indexOf(L)&&-1===g.indexOf(L)&&o.yAxisMatch.test(L)&&g.push(L)}function D(e,t){return Number(e.substr(5)||1)-Number(t.substr(5)||1)}y.length&&g.length&&a.pushUnique(t._basePlotModules,r.subplotsRegistry.cartesian);var B=y.concat(m).sort(D),S=g.concat(_).sort(D),G=B.concat(S),W=i.background;B.length&&S.length&&(W=a.coerce(e,t,l,"plot_bgcolor"));var z,O,P,R,E=i.combine(W,t.paper_bgcolor);function j(e,t){return a.coerce(P,R,s,e,t)}function I(e){var t={x:S,y:B}[e];return a.simpleMap(t,h.name2id)}var N={x:I("x"),y:I("y")};function F(t,n){for(var r={x:B,y:S}[t],a=[],i=0;i<r.length;i++){var l=r[i];l===n||(e[l]||{}).overlaying||a.push(h.name2id(l))}return a}for(p=0;p<G.length;p++){z=G[p],a.isPlainObject(e[z])||(e[z]={}),P=e[z],R=t[z]={},u(P,R,j,n,z);var $=F(O=z.charAt(0),z),V={letter:O,font:t.font,outerTicks:b[z],showGrid:!K[z],data:n,bgColor:E,calendar:t.calendar,cheateronly:"x"===O&&-1!==T.indexOf(z)&&-1===M.indexOf(z)};c(P,R,j,V,t),j("showspikes")&&(j("spikecolor"),j("spikethickness"),j("spikedash"),j("spikemode"));var H={letter:O,counterAxes:N[O],overlayableAxes:$};f(P,R,j,H),R._input=P}var q=r.getComponentMethod("rangeslider","handleDefaults"),U=r.getComponentMethod("rangeselector","handleDefaults");for(p=0;p<B.length;p++)z=B[p],P=e[z],R=t[z],q(e,t,z),"date"===R.type&&U(P,R,t,S,R.calendar),j("fixedrange");for(p=0;p<S.length;p++){z=S[p],P=e[z],R=t[z];var Y=t[h.id2name(R.anchor)];j("fixedrange",Y&&Y.rangeslider&&Y.rangeslider.visible)}t._axisConstraintGroups=[];var X=N.x.concat(N.y);for(p=0;p<G.length;p++)O=(z=G[p]).charAt(0),P=e[z],R=t[z],d(P,R,j,X,t)}},function(e,t,n){"use strict";var r=n(2),a=n(4),i=n(6),l=n(278);function o(e,t,n,a){var o=t["error_"+a]||{},s=[];if(o.visible&&-1!==["linear","log"].indexOf(n.type)){for(var u=l(o),c=0;c<e.length;c++){var d=e[c],f=d[a];if(r(n.c2l(f))){var h=u(f,c);if(r(h[0])&&r(h[1])){var p=d[a+"s"]=f-h[0],v=d[a+"h"]=f+h[1];s.push(p,v)}}}i.expand(n,s,{padded:!0})}}e.exports=function(e){for(var t=e.calcdata,n=0;n<t.length;n++){var r=t[n],l=r[0].trace;if(a.traceIs(l,"errorBarsOK")){var s=i.getFromId(e,l.xaxis),u=i.getFromId(e,l.yaxis);o(r,l,s,"x"),o(r,l,u,"y")}}}},function(e,t,n){"use strict";var r=n(23),a=n(10).extendFlat,i=a({},r.domain,{description:["Polar chart subplots are not supported yet.","This key has currently no effect."].join(" ")});function l(e,t){var n={showline:{valType:"boolean",role:"style",description:["Determines whether or not the line bounding this",e,"axis","will be shown on the figure."].join(" ")},showticklabels:{valType:"boolean",role:"style",description:["Determines whether or not the",e,"axis ticks","will feature tick labels."].join(" ")},tickorientation:{valType:"enumerated",values:["horizontal","vertical"],role:"style",description:["Sets the orientation (from the paper perspective)","of the",e,"axis tick labels."].join(" ")},ticklen:{valType:"number",min:0,role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},tickcolor:{valType:"color",role:"style",description:["Sets the color of the tick lines on this",e,"axis."].join(" ")},ticksuffix:{valType:"string",role:"style",description:["Sets the length of the tick lines on this",e,"axis."].join(" ")},endpadding:{valType:"number",role:"style"},visible:{valType:"boolean",role:"info",description:["Determines whether or not this axis will be visible."].join(" ")}};return a({},t,n)}e.exports={radialaxis:l("radial",{range:{valType:"info_array",role:"info",items:[{valType:"number"},{valType:"number"}],description:["Defines the start and end point of this radial axis."].join(" ")},domain:i,orientation:{valType:"number",role:"style",description:["Sets the orientation (an angle with respect to the origin)","of the radial axis."].join(" ")}}),angularaxis:l("angular",{range:{valType:"info_array",role:"info",items:[{valType:"number",dflt:0},{valType:"number",dflt:360}],description:["Defines the start and end point of this angular axis."].join(" ")},domain:i}),layout:{direction:{valType:"enumerated",values:["clockwise","counterclockwise"],role:"info",description:["For polar plots only.","Sets the direction corresponding to positive angles."].join(" ")},orientation:{valType:"angle",role:"info",description:["For polar plots only.","Rotates the entire polar by the given angle."].join(" ")}}}},function(e,t,n){"use strict";var r=n(1);e.exports={circle:{n:0,f:function(e){var t=r.round(e,2);return"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"}},square:{n:1,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"}},diamond:{n:2,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"Z"}},cross:{n:3,f:function(e){var t=r.round(.4*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H"+t+"V"+n+"H-"+t+"V"+t+"H-"+n+"V-"+t+"H-"+t+"V-"+n+"H"+t+"V-"+t+"H"+n+"Z"}},x:{n:4,f:function(e){var t=r.round(.8*e/Math.sqrt(2),2),n="l"+t+","+t,a="l"+t+",-"+t,i="l-"+t+",-"+t,l="l-"+t+","+t;return"M0,"+t+n+a+i+a+i+l+i+l+n+l+n+"Z"}},"triangle-up":{n:5,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+","+r.round(e/2,2)+"H"+t+"L0,-"+r.round(e,2)+"Z"}},"triangle-down":{n:6,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+t+",-"+r.round(e/2,2)+"H"+t+"L0,"+r.round(e,2)+"Z"}},"triangle-left":{n:7,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M"+r.round(e/2,2)+",-"+t+"V"+t+"L-"+r.round(e,2)+",0Z"}},"triangle-right":{n:8,f:function(e){var t=r.round(2*e/Math.sqrt(3),2);return"M-"+r.round(e/2,2)+",-"+t+"V"+t+"L"+r.round(e,2)+",0Z"}},"triangle-ne":{n:9,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+n+",-"+t+"H"+t+"V"+n+"Z"}},"triangle-se":{n:10,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+t+",-"+n+"V"+t+"H-"+n+"Z"}},"triangle-sw":{n:11,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M"+n+","+t+"H-"+t+"V-"+n+"Z"}},"triangle-nw":{n:12,f:function(e){var t=r.round(.6*e,2),n=r.round(1.2*e,2);return"M-"+t+","+n+"V-"+t+"H"+n+"Z"}},pentagon:{n:13,f:function(e){var t=r.round(.951*e,2),n=r.round(.588*e,2),a=r.round(-e,2),i=r.round(-.309*e,2);return"M"+t+","+i+"L"+n+","+r.round(.809*e,2)+"H-"+n+"L-"+t+","+i+"L0,"+a+"Z"}},hexagon:{n:14,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M"+a+",-"+n+"V"+n+"L0,"+t+"L-"+a+","+n+"V-"+n+"L0,-"+t+"Z"}},hexagon2:{n:15,f:function(e){var t=r.round(e,2),n=r.round(e/2,2),a=r.round(e*Math.sqrt(3)/2,2);return"M-"+n+","+a+"H"+n+"L"+t+",0L"+n+",-"+a+"H-"+n+"L-"+t+",0Z"}},octagon:{n:16,f:function(e){var t=r.round(.924*e,2),n=r.round(.383*e,2);return"M-"+n+",-"+t+"H"+n+"L"+t+",-"+n+"V"+n+"L"+n+","+t+"H-"+n+"L-"+t+","+n+"V-"+n+"Z"}},star:{n:17,f:function(e){var t=1.4*e,n=r.round(.225*t,2),a=r.round(.951*t,2),i=r.round(.363*t,2),l=r.round(.588*t,2),o=r.round(-t,2),s=r.round(-.309*t,2),u=r.round(.118*t,2),c=r.round(.809*t,2);return"M"+n+","+s+"H"+a+"L"+i+","+u+"L"+l+","+c+"L0,"+r.round(.382*t,2)+"L-"+l+","+c+"L-"+i+","+u+"L-"+a+","+s+"H-"+n+"L0,"+o+"Z"}},hexagram:{n:18,f:function(e){var t=r.round(.66*e,2),n=r.round(.38*e,2),a=r.round(.76*e,2);return"M-"+a+",0l-"+n+",-"+t+"h"+a+"l"+n+",-"+t+"l"+n+","+t+"h"+a+"l-"+n+","+t+"l"+n+","+t+"h-"+a+"l-"+n+","+t+"l-"+n+",-"+t+"h-"+a+"Z"}},"star-triangle-up":{n:19,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M-"+t+","+n+l+t+","+n+l+"0,-"+a+l+"-"+t+","+n+"Z"}},"star-triangle-down":{n:20,f:function(e){var t=r.round(e*Math.sqrt(3)*.8,2),n=r.round(.8*e,2),a=r.round(1.6*e,2),i=r.round(4*e,2),l="A "+i+","+i+" 0 0 1 ";return"M"+t+",-"+n+l+"-"+t+",-"+n+l+"0,"+a+l+t+",-"+n+"Z"}},"star-square":{n:21,f:function(e){var t=r.round(1.1*e,2),n=r.round(2*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",-"+t+a+"-"+t+","+t+a+t+","+t+a+t+",-"+t+a+"-"+t+",-"+t+"Z"}},"star-diamond":{n:22,f:function(e){var t=r.round(1.4*e,2),n=r.round(1.9*e,2),a="A "+n+","+n+" 0 0 1 ";return"M-"+t+",0"+a+"0,"+t+a+t+",0"+a+"0,-"+t+a+"-"+t+",0Z"}},"diamond-tall":{n:23,f:function(e){var t=r.round(.7*e,2),n=r.round(1.4*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},"diamond-wide":{n:24,f:function(e){var t=r.round(1.4*e,2),n=r.round(.7*e,2);return"M0,"+n+"L"+t+",0L0,-"+n+"L-"+t+",0Z"}},hourglass:{n:25,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"H-"+t+"L"+t+",-"+t+"H-"+t+"Z"},noDot:!0},bowtie:{n:26,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"V-"+t+"L-"+t+","+t+"V-"+t+"Z"},noDot:!0},"circle-cross":{n:27,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"circle-x":{n:28,f:function(e){var t=r.round(e,2),n=r.round(e/Math.sqrt(2),2);return"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n+"M"+t+",0A"+t+","+t+" 0 1,1 0,-"+t+"A"+t+","+t+" 0 0,1 "+t+",0Z"},needLine:!0,noDot:!0},"square-cross":{n:29,f:function(e){var t=r.round(e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"square-x":{n:30,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t+"M"+t+","+t+"H-"+t+"V-"+t+"H"+t+"Z"},needLine:!0,noDot:!0},"diamond-cross":{n:31,f:function(e){var t=r.round(1.3*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM0,-"+t+"V"+t+"M-"+t+",0H"+t},needLine:!0,noDot:!0},"diamond-x":{n:32,f:function(e){var t=r.round(1.3*e,2),n=r.round(.65*e,2);return"M"+t+",0L0,"+t+"L-"+t+",0L0,-"+t+"ZM-"+n+",-"+n+"L"+n+","+n+"M-"+n+","+n+"L"+n+",-"+n},needLine:!0,noDot:!0},"cross-thin":{n:33,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t},needLine:!0,noDot:!0},"x-thin":{n:34,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t+"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},asterisk:{n:35,f:function(e){var t=r.round(1.2*e,2),n=r.round(.85*e,2);return"M0,"+t+"V-"+t+"M"+t+",0H-"+t+"M"+n+","+n+"L-"+n+",-"+n+"M"+n+",-"+n+"L-"+n+","+n},needLine:!0,noDot:!0},hash:{n:36,f:function(e){var t=r.round(e/2,2),n=r.round(e,2);return"M"+t+","+n+"V-"+n+"m-"+n+",0V"+n+"M"+n+","+t+"H-"+n+"m0,-"+n+"H"+n},needLine:!0},"y-up":{n:37,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+","+a+"L0,0M"+t+","+a+"L0,0M0,-"+n+"L0,0"},needLine:!0,noDot:!0},"y-down":{n:38,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+t+",-"+a+"L0,0M"+t+",-"+a+"L0,0M0,"+n+"L0,0"},needLine:!0,noDot:!0},"y-left":{n:39,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M"+a+","+t+"L0,0M"+a+",-"+t+"L0,0M-"+n+",0L0,0"},needLine:!0,noDot:!0},"y-right":{n:40,f:function(e){var t=r.round(1.2*e,2),n=r.round(1.6*e,2),a=r.round(.8*e,2);return"M-"+a+","+t+"L0,0M-"+a+",-"+t+"L0,0M"+n+",0L0,0"},needLine:!0,noDot:!0},"line-ew":{n:41,f:function(e){var t=r.round(1.4*e,2);return"M"+t+",0H-"+t},needLine:!0,noDot:!0},"line-ns":{n:42,f:function(e){var t=r.round(1.4*e,2);return"M0,"+t+"V-"+t},needLine:!0,noDot:!0},"line-ne":{n:43,f:function(e){var t=r.round(e,2);return"M"+t+",-"+t+"L-"+t+","+t},needLine:!0,noDot:!0},"line-nw":{n:44,f:function(e){var t=r.round(e,2);return"M"+t+","+t+"L-"+t+",-"+t},needLine:!0,noDot:!0}}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e){var t=e.marker,n=t.sizeref||1,a=t.sizemin||0,i="area"===t.sizemode?function(e){return Math.sqrt(e/n)}:function(e){return e/n};return function(e){var t=i(e/2);return r(t)&&t>0?Math.max(t,a):0}}},function(e,t,n){"use strict";e.exports={entityToUnicode:{mu:"ฮผ","#956":"ฮผ",amp:"&","#28":"&",lt:"<","#60":"<",gt:">","#62":">",nbsp:"ย ","#160":"ย ",times:"ร","#215":"ร",plusmn:"ยฑ","#177":"ยฑ",deg:"ยฐ","#176":"ยฐ"}}},function(e,t,n){"use strict";var r=n(1),a=n(21),i=n(2),l=n(3);function o(e){var t={r:e[0],g:e[1],b:e[2],a:e[3]};return a(t).toRgbString()}e.exports=function(e,t){t=t||{};for(var n=e.domain,s=e.range,u=s.length,c=new Array(u),d=0;d<u;d++){var f=a(s[d]).toRgb();c[d]=[f.r,f.g,f.b,f.a]}var h,p=r.scale.linear().domain(n).range(c).clamp(!0),v=t.noNumericCheck,y=t.returnArray;return(h=v&&y?p:v?function(e){return o(p(e))}:y?function(e){return i(e)?p(e):a(e).isValid()?e:l.defaultLine}:function(e){return i(e)?o(p(e)):a(e).isValid()?e:l.defaultLine}).domain=p.domain,h.range=function(){return s},h}},function(e,t,n){"use strict";e.exports=function(e,t,n){for(var r=e.length,a=new Array(r),i=new Array(r),l=0;l<r;l++){var o=e[l];a[l]=t+o[0]*(n-t),i[l]=o[1]}return{domain:a,range:i}}},function(e,t,n){"use strict";var r=n(0),a=n(157),i=n(156),l=n(155),o=n(102);e.exports=function(e,t,n){var s=t.colorbar={},u=e.colorbar||{};function c(e,t){return r.coerce(u,s,o,e,t)}c("thickness","fraction"===c("thicknessmode")?30/(n.width-n.margin.l-n.margin.r):30),c("len","fraction"===c("lenmode")?1:n.height-n.margin.t-n.margin.b),c("x"),c("xanchor"),c("xpad"),c("y"),c("yanchor"),c("ypad"),r.noneOrAll(u,s,["x","y"]),c("outlinecolor"),c("outlinewidth"),c("bordercolor"),c("borderwidth"),c("bgcolor"),a(u,s,c,"linear"),l(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),i(u,s,c,"linear",{outerTicks:!1,font:n.font,noHover:!0}),c("title"),r.coerceFont(c,"titlefont",n.font),c("titleside")}},function(e,t,n){"use strict";var r=n(0);e.exports=function(e){return r.isPlainObject(e.colorbar)}},function(e,t,n){"use strict";var r=n(159),a=n(10).extendDeep,i=n(25);e.exports=function(e){return{color:{valType:"color",arrayOk:!0,role:"style",description:["Sets the ",e," color. It accepts either a specific color"," or an array of numbers that are mapped to the colorscale"," relative to the max and min values of the array or relative to"," `cmin` and `cmax` if set."].join("")},colorscale:a({},r.colorscale,{description:["Sets the colorscale and only has an effect"," if `",e,".color` is set to a numerical array."," The colorscale must be an array containing"," arrays mapping a normalized value to an"," rgb, rgba, hex, hsl, hsv, or named color string."," At minimum, a mapping for the lowest (0) and highest (1)"," values are required. For example,"," `[[0, 'rgb(0,0,255)', [1, 'rgb(255,0,0)']]`."," To control the bounds of the colorscale in color space,"," use `",e,".cmin` and `",e,".cmax`."," Alternatively, `colorscale` may be a palette name string"," of the following list: "].join("").concat(Object.keys(i).join(", "))}),cauto:a({},r.zauto,{description:["Has an effect only if `",e,".color` is set to a numerical array"," and `cmin`, `cmax` are set by the user. In this case,"," it controls whether the range of colors in `colorscale` is mapped to"," the range of values in the `color` array (`cauto: true`), or the `cmin`/`cmax`"," values (`cauto: false`)."," Defaults to `false` when `cmin`, `cmax` are set by the user."].join("")}),cmax:a({},r.zmax,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the upper bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmin` must be set as well."].join("")}),cmin:a({},r.zmin,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Sets the lower bound of the color domain."," Value should be associated to the `",e,".color` array index,"," and if set, `",e,".cmax` must be set as well."].join("")}),autocolorscale:a({},r.autocolorscale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Determines whether the colorscale is a default palette (`autocolorscale: true`)"," or the palette determined by `",e,".colorscale`."," In case `colorscale` is unspecified or `autocolorscale` is true, the default "," palette will be chosen according to whether numbers in the `color` array are"," all positive, all negative or mixed."].join("")}),reversescale:a({},r.reversescale,{description:["Has an effect only if `",e,".color` is set to a numerical array."," Reverses the color mapping if true (`cmin` will correspond to the last color"," in the array and `cmax` will correspond to the first color)."].join("")})}}},function(e,t,n){"use strict";var r=n(40),a=r.marker;e.exports={r:r.r,t:r.t,marker:{color:a.color,size:a.size,symbol:a.symbol,opacity:a.opacity}}},function(e,t,n){"use strict";e.exports=function(e){return e}},function(e,t,n){"use strict";var r=n(2),a=n(16).BADNUM,i=/^['"%,$#\s']+|[, ]|['"%,$#\s']+$/g;e.exports=function(e){return"string"==typeof e&&(e=e.replace(i,"")),r(e)?Number(e):a}},function(e,t,n){"use strict";e.exports=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];!0===r.visible&&t.push(r)}return t}},function(e,t,n){"use strict";e.exports=function(e){for(var t={},n=[],r=0,a=0;a<e.length;a++){var i=e[a];1!==t[i]&&(t[i]=1,n[r++]=i)}return n}},function(e,t,n){"use strict";var r=n(1),a=n(2),i=[];e.exports=function(e,t){if(-1===i.indexOf(e)){i.push(e);var n=1e3;a(t)?n=t:"long"===t&&(n=3e3);var l=r.select("body").selectAll(".plotly-notifier").data([0]);l.enter().append("div").classed("plotly-notifier",!0),l.selectAll(".notifier-note").data(i).enter().append("div").classed("notifier-note",!0).style("opacity",0).each(function(e){var t=r.select(this);t.append("button").classed("notifier-close",!0).html("×").on("click",function(){t.transition().call(o)});for(var a=t.append("p"),i=e.split(/<br\s*\/?>/g),l=0;l<i.length;l++)l&&a.append("br"),a.append("span").text(i[l]);t.transition().duration(700).style("opacity",1).transition().delay(n).call(o)})}function o(e){e.duration(700).style("opacity",0).each("end",function(e){var t=i.indexOf(e);-1!==t&&i.splice(t,1),r.select(this).remove()})}}},function(e,t,n){"use strict";var r=n(2);t.aggNums=function(e,n,a,i){var l,o;if(i||(i=a.length),r(n)||(n=!1),Array.isArray(a[0])){for(o=new Array(i),l=0;l<i;l++)o[l]=t.aggNums(e,n,a[l]);a=o}for(l=0;l<i;l++)r(n)?r(a[l])&&(n=e(+n,+a[l])):n=a[l];return n},t.len=function(e){return t.aggNums(function(e){return e+1},0,e)},t.mean=function(e,n){return n||(n=t.len(e)),t.aggNums(function(e,t){return e+t},0,e)/n},t.variance=function(e,n,a){return n||(n=t.len(e)),r(a)||(a=t.mean(e,n)),t.aggNums(function(e,t){return e+Math.pow(t-a,2)},0,e)/n},t.stdev=function(e,n,r){return Math.sqrt(t.variance(e,n,r))},t.interp=function(e,t){if(!r(t))throw"n should be a finite number";if((t=t*e.length-.5)<0)return e[0];if(t>e.length-1)return e[e.length-1];var n=t%1;return n*e[Math.ceil(t)]+(1-n)*e[Math.floor(t)]}},function(e,t,n){"use strict";var r,a,i=n(1),l=n(2),o=n(33).error,s=n(166),u=n(16),c=u.BADNUM,d=u.ONEDAY,f=u.ONEHOUR,h=u.ONEMIN,p=u.ONESEC,v=u.EPOCHJD,y=n(4),g=i.time.format.utc,m=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\d)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,_=/^\s*(-?\d\d\d\d|\d\d)(-(\d?\di?)(-(\d?\d)([ Tt]([01]?\d|2[0-3])(:([0-5]\d)(:([0-5]\d(\.\d+)?))?(Z|z|[+\-]\d\d:?\d\d)?)?)?)?)?\s*$/m,T=(new Date).getFullYear()-70;function M(e){return e&&y.componentsRegistry.calendars&&"string"==typeof e&&"gregorian"!==e}function b(e,t){return String(e+Math.pow(10,t)).substr(1)}t.dateTick0=function(e,t){return M(e)?t?y.getComponentMethod("calendars","CANONICAL_SUNDAY")[e]:y.getComponentMethod("calendars","CANONICAL_TICK")[e]:t?"2000-01-02":"2000-01-01"},t.dfltRange=function(e){return M(e)?y.getComponentMethod("calendars","DFLTRANGE")[e]:["2000-01-01","2001-01-01"]},t.isJSDate=function(e){return"object"==typeof e&&null!==e&&"function"==typeof e.getTime},t.dateTime2ms=function(e,n){if(t.isJSDate(e))return(e=Number(e)-e.getTimezoneOffset()*h)>=r&&e<=a?e:c;if("string"!=typeof e&&"number"!=typeof e)return c;e=String(e);var i=M(n),l=e.charAt(0);!i||"G"!==l&&"g"!==l||(e=e.substr(1),n="");var o=i&&"chinese"===n.substr(0,7),s=e.match(o?_:m);if(!s)return c;var u=s[1],g=s[3]||"1",b=Number(s[5]||1),K=Number(s[7]||0),k=Number(s[9]||0),x=Number(s[11]||0);if(i){if(2===u.length)return c;var C;u=Number(u);try{var A=y.getComponentMethod("calendars","getCal")(n);if(o){var w="i"===g.charAt(g.length-1);g=parseInt(g,10),C=A.newDate(u,A.toMonthIndex(u,g,w),b)}else C=A.newDate(u,Number(g),b)}catch(e){return c}return C?(C.toJD()-v)*d+K*f+k*h+x*p:c}u=2===u.length?(Number(u)+2e3-T)%100+T:Number(u),g-=1;var L=new Date(Date.UTC(2e3,g,b,K,k));return L.setUTCFullYear(u),L.getUTCMonth()!==g?c:L.getUTCDate()!==b?c:L.getTime()+x*p},r=t.MIN_MS=t.dateTime2ms("-9999"),a=t.MAX_MS=t.dateTime2ms("9999-12-31 23:59:59.9999"),t.isDateTime=function(e,n){return t.dateTime2ms(e,n)!==c};var K=90*d,k=3*f,x=5*h;function C(e,t,n,r,a){if((t||n||r||a)&&(e+=" "+b(t,2)+":"+b(n,2),(r||a)&&(e+=":"+b(r,2),a))){for(var i=4;a%10==0;)i-=1,a/=10;e+="."+b(a,i)}return e}t.ms2DateTime=function(e,t,n){if("number"!=typeof e||!(e>=r&&e<=a))return c;t||(t=0);var i,l,o,u,m,_,T=Math.floor(10*s(e+.05,1)),b=Math.round(e-T/10);if(M(n)){var A=Math.floor(b/d)+v,w=Math.floor(s(e,d));try{i=y.getComponentMethod("calendars","getCal")(n).fromJD(A).formatDate("yyyy-mm-dd")}catch(e){i=g("G%Y-%m-%d")(new Date(b))}if("-"===i.charAt(0))for(;i.length<11;)i="-0"+i.substr(1);else for(;i.length<10;)i="0"+i;l=t<K?Math.floor(w/f):0,o=t<K?Math.floor(w%f/h):0,u=t<k?Math.floor(w%h/p):0,m=t<x?w%p*10+T:0}else _=new Date(b),i=g("%Y-%m-%d")(_),l=t<K?_.getUTCHours():0,o=t<K?_.getUTCMinutes():0,u=t<k?_.getUTCSeconds():0,m=t<x?10*_.getUTCMilliseconds()+T:0;return C(i,l,o,u,m)},t.ms2DateTimeLocal=function(e){if(!(e>=r+d&&e<=a-d))return c;var t=Math.floor(10*s(e+.05,1)),n=new Date(Math.round(e-t/10));return C(i.time.format("%Y-%m-%d")(n),n.getHours(),n.getMinutes(),n.getSeconds(),10*n.getUTCMilliseconds()+t)},t.cleanDate=function(e,n,r){if(t.isJSDate(e)||"number"==typeof e){if(M(r))return o("JS Dates and milliseconds are incompatible with world calendars",e),n;if(!(e=t.ms2DateTimeLocal(+e))&&void 0!==n)return n}else if(!t.isDateTime(e,r))return o("unrecognized date",e),n;return e};var A=/%\d?f/g;var w=[59,59.9,59.99,59.999,59.9999];function L(e,t){var n=s(e+.05,d),r=b(Math.floor(n/f),2)+":"+b(s(Math.floor(n/h),60),2);if("M"!==t){l(t)||(t=0);var a=(100+Math.min(s(e/p,60),w[t])).toFixed(t).substr(1);t>0&&(a=a.replace(/0+$/,"").replace(/[\.]$/,"")),r+=":"+a}return r}var D=g("%Y"),B=g("%b %Y"),S=g("%b %-d"),G=g("%b %-d, %Y");function W(e){return e.formatDate("yyyy")}t.formatDate=function(e,t,n,r){var a,i;if(r=M(r)&&r,t)return function(e,t,n){e=e.replace(A,function(e){var n=Math.min(+e.charAt(1)||6,6);return(t/1e3%1+2).toFixed(n).substr(2).replace(/0+$/,"")||"0"});var r=new Date(Math.floor(t+.05));if(M(n))try{e=y.getComponentMethod("calendars","worldCalFmt")(e,t,n)}catch(e){return"Invalid"}return g(e)(r)}(t,e,r);if(r)try{var l=Math.floor((e+.05)/d)+v,o=y.getComponentMethod("calendars","getCal")(r).fromJD(l);"y"===n?i=W(o):"m"===n?i=function(e){return e.formatDate("M yyyy")}(o):"d"===n?(a=W(o),i=function(e){return e.formatDate("M d")}(o)):(a=function(e){return e.formatDate("M d, yyyy")}(o),i=L(e,n))}catch(e){return"Invalid"}else{var s=new Date(Math.floor(e+.05));"y"===n?i=D(s):"m"===n?i=B(s):"d"===n?(a=D(s),i=S(s)):(a=G(s),i=L(e,n))}return i+(a?"\n"+a:"")};var z=3*d;t.incrementMonth=function(e,t,n){n=M(n)&&n;var r=s(e,d);if(e=Math.round(e-r),n)try{var a=Math.round(e/d)+v,i=y.getComponentMethod("calendars","getCal")(n),l=i.fromJD(a);return t%12?i.add(l,t,"m"):i.add(l,t/12,"y"),(l.toJD()-v)*d+r}catch(t){o("invalid ms "+e+" in calendar "+n)}var u=new Date(e+z);return u.setUTCMonth(u.getUTCMonth()+t)+r-z},t.findExactDates=function(e,t){for(var n,r,a=0,i=0,o=0,s=0,u=M(t)&&y.getComponentMethod("calendars","getCal")(t),c=0;c<e.length;c++)if(r=e[c],l(r)){if(!(r%d))if(u)try{1===(n=u.fromJD(r/d+v)).day()?1===n.month()?a++:i++:o++}catch(e){}else 1===(n=new Date(r)).getUTCDate()?0===n.getUTCMonth()?a++:i++:o++}else s++;o+=i+=a;var f=e.length-s;return{exactYears:a/f,exactMonths:i/f,exactDays:o/f}}},function(e,t,n){"use strict";var r=n(2),a=n(21),i=n(42),l=n(165),o=Object.keys(n(25)),s=n(107),u=/^([2-9]|[1-9][0-9]+)$/;t.valObjects={data_array:{description:["An {array} of data.","The value MUST be an {array}, or we ignore it."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){Array.isArray(e)?t.set(e):void 0!==n&&t.set(n)}},enumerated:{description:["Enumerated value type. The available values are listed","in `values`."].join(" "),requiredOpts:["values"],otherOpts:["dflt","coerceNumber","arrayOk"],coerceFunction:function(e,t,n,r){r.coerceNumber&&(e=+e),-1===r.values.indexOf(e)?t.set(n):t.set(e)},validateFunction:function(e,t){t.coerceNumber&&(e=+e);for(var n=t.values,r=0;r<n.length;r++){var a=String(n[r]);if("/"===a.charAt(0)&&"/"===a.charAt(a.length-1)){if(new RegExp(a.substr(1,a.length-2)).test(e))return!0}else if(e===n[r])return!0}return!1}},boolean:{description:"A boolean (true/false) value.",requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){!0===e||!1===e?t.set(e):t.set(n)}},number:{description:["A number or a numeric value","(e.g. a number inside a string).","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max","arrayOk"],coerceFunction:function(e,t,n,a){!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},integer:{description:["An integer or an integer inside a string.","When applicable, values greater (less) than `max` (`min`)","are coerced to the `dflt`."].join(" "),requiredOpts:[],otherOpts:["dflt","min","max"],coerceFunction:function(e,t,n,a){e%1||!r(e)||void 0!==a.min&&e<a.min||void 0!==a.max&&e>a.max?t.set(n):t.set(+e)}},string:{description:["A string value.","Numbers are converted to strings except for attributes with","`strict` set to true."].join(" "),requiredOpts:[],otherOpts:["dflt","noBlank","strict","arrayOk","values"],coerceFunction:function(e,t,n,r){if("string"!=typeof e){var a="number"==typeof e;!0!==r.strict&&a?t.set(String(e)):t.set(n)}else r.noBlank&&!e?t.set(n):t.set(e)}},color:{description:["A string describing color.","Supported formats:","- hex (e.g. '#d3d3d3')","- rgb (e.g. 'rgb(255, 0, 0)')","- rgba (e.g. 'rgb(255, 0, 0, 0.5)')","- hsl (e.g. 'hsl(0, 100%, 50%)')","- hsv (e.g. 'hsv(0, 100%, 100%)')","- named colors (full list: http://www.w3.org/TR/css3-color/#svg-color)"].join(" "),requiredOpts:[],otherOpts:["dflt","arrayOk"],coerceFunction:function(e,t,n){a(e).isValid()?t.set(e):t.set(n)}},colorscale:{description:["A Plotly colorscale either picked by a name:","(any of",o.join(", "),")","customized as an {array} of 2-element {arrays} where","the first element is the normalized color level value","(starting at *0* and ending at *1*),","and the second item is a valid color string."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){t.set(l(e,n))}},angle:{description:["A number (in degree) between -180 and 180."].join(" "),requiredOpts:[],otherOpts:["dflt"],coerceFunction:function(e,t,n){"auto"===e?t.set("auto"):r(e)?(Math.abs(e)>180&&(e-=360*Math.round(e/360)),t.set(+e)):t.set(n)}},subplotid:{description:["An id string of a subplot type (given by dflt), optionally","followed by an integer >1. e.g. if dflt='geo', we can have","'geo', 'geo2', 'geo3', ..."].join(" "),requiredOpts:["dflt"],otherOpts:[],coerceFunction:function(e,t,n){var r=n.length;"string"==typeof e&&e.substr(0,r)===n&&u.test(e.substr(r))?t.set(e):t.set(n)},validateFunction:function(e,t){var n=t.dflt,r=n.length;return e===n||"string"==typeof e&&!(e.substr(0,r)!==n||!u.test(e.substr(r)))}},flaglist:{description:["A string representing a combination of flags","(order does not matter here).","Combine any of the available `flags` with *+*.","(e.g. ('lines+markers')).","Values in `extras` cannot be combined."].join(" "),requiredOpts:["flags"],otherOpts:["dflt","extras","arrayOk"],coerceFunction:function(e,t,n,r){if("string"==typeof e)if(-1===(r.extras||[]).indexOf(e)){for(var a=e.split("+"),i=0;i<a.length;){var l=a[i];-1===r.flags.indexOf(l)||a.indexOf(l)<i?a.splice(i,1):i++}a.length?t.set(a.join("+")):t.set(n)}else t.set(e);else t.set(n)}},any:{description:"Any type.",requiredOpts:[],otherOpts:["dflt","values","arrayOk"],coerceFunction:function(e,t,n){void 0===e?t.set(n):t.set(e)}},info_array:{description:["An {array} of plot information."].join(" "),requiredOpts:["items"],otherOpts:["dflt","freeLength"],coerceFunction:function(e,n,r,a){if(Array.isArray(e)){var i=a.items,l=[];r=Array.isArray(r)?r:[];for(var o=0;o<i.length;o++)t.coerce(e,l,i,"["+o+"]",r[o]);n.set(l)}else n.set(r)},validateFunction:function(e,n){if(!Array.isArray(e))return!1;var r=n.items;if(!n.freeLength&&e.length!==r.length)return!1;for(var a=0;a<e.length;a++){if(!t.validate(e[a],n.items[a]))return!1}return!0}}},t.coerce=function(e,n,r,a,i){var l=s(r,a).get(),o=s(e,a),u=s(n,a),c=o.get();return void 0===i&&(i=l.dflt),l.arrayOk&&Array.isArray(c)?(u.set(c),c):(t.valObjects[l.valType].coerceFunction(c,u,i,l),u.get())},t.coerce2=function(e,n,r,a,i){var l=s(e,a),o=t.coerce(e,n,r,a,i),u=l.get();return void 0!==u&&null!==u&&o},t.coerceFont=function(e,t,n){var r={};return n=n||{},r.family=e(t+".family",n.family),r.size=e(t+".size",n.size),r.color=e(t+".color",n.color),r},t.coerceHoverinfo=function(e,n,r){var a,l=n._module.attributes,o=l.hoverinfo?{hoverinfo:l.hoverinfo}:i,s=o.hoverinfo;if(1===r._dataLength){var u="all"===s.dflt?s.flags.slice():s.dflt.split("+");u.splice(u.indexOf("name"),1),a=u.join("+")}return t.coerce(e,n,o,"hoverinfo",a)},t.validate=function(e,n){var r=t.valObjects[n.valType];if(n.arrayOk&&Array.isArray(e))return!0;if(r.validateFunction)return r.validateFunction(e,n);var a={},i=a,l={set:function(e){i=e}};return r.coerceFunction(e,l,a,n),i!==a}},function(e,t,n){"use strict";e.exports=function(e,t){return Array.isArray(e)||(e=[]),e.length=t,e}},function(e,t,n){"use strict";var r=n(106),a=n(32);e.exports=function e(t,n){for(var i=Object.keys(n||{}),l=0;l<i.length;l++){var o=i[l],s=n[o],u=t[o];if("_"===o.charAt(0)||"function"==typeof s){if(o in t)continue;t[o]=s}else if(r(s)&&r(u)&&a(s[0]))for(var c=0;c<s.length;c++)a(s[c])&&a(u[c])&&e(u[c],s[c]);else a(s)&&a(u)&&(e(u,s),Object.keys(u).length||delete t[o])}}},function(e,t,n){"use strict";var r=n(8);t.version="1.28.3",n(250).polyfill(),n(248),n(247),t.plot=r.plot,t.newPlot=r.newPlot,t.restyle=r.restyle,t.relayout=r.relayout,t.redraw=r.redraw,t.update=r.update,t.extendTraces=r.extendTraces,t.prependTraces=r.prependTraces,t.addTraces=r.addTraces,t.deleteTraces=r.deleteTraces,t.moveTraces=r.moveTraces,t.purge=r.purge,t.setPlotConfig=n(246),t.register=n(245),t.toImage=n(146),t.downloadImage=n(94),t.validate=n(244),t.addFrames=r.addFrames,t.deleteFrames=r.deleteFrames,t.animate=r.animate,t.register(n(243)),t.register([n(29),n(221),n(215),n(208),n(203),n(198),n(194),n(190),n(187),n(183)]),t.Icons=n(95),t.Plots=r.Plots,t.Fx=n(29),t.Snapshot=n(179),t.PlotSchema=n(110),t.Queue=n(145),t.d3=n(1)},function(e,t,n){"use strict";e.exports=n(305)},function(e,t,n){"use strict";n.r(t);var r=n(122),a=n(49);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(177);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"680067eb",null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(50);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(121),a=n(52);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(309);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"83f6b3ba",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(120),a=n(54);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(119),a=n(56);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(124),a=n(58);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},,function(e,t,n){"use strict";var r=n(59);n.n(r).a},function(e,t,n){"use strict";n.r(t);var r=n(116),a=n(61);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(315);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"48261697",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(117),a=n(63);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e){e.exports=[{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Talent:"NoTalent",LevelBucket:0,Winner:null,Kills:null,Deaths:null,CrystalMinerKills:null,GoldMinerKills:null,TurretKills:null,Count:null},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:3},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:11,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:7,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:0,Kills:2.6666666666666665,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.75,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3.875,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:8},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:4,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:1.5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:4},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:0,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:5,Winner:0,Kills:2,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:4,Winner:0,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:3,Winner:0,Kills:3,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:0,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:3.8,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.2,Count:5},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:4.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:5,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:1,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:1.6666666666666667,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.14285714285714285,Kills:2,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:9,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:1,Kills:2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:4},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.25,Kills:6.25,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:4,Winner:.3333333333333333,Kills:5.666666666666667,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:0,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.25,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:4},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:8,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:4.333333333333333,Deaths:5.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:4,Winner:.25,Kills:2,Deaths:5.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:5.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:9,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.16666666666666666,Kills:2.1666666666666665,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.16666666666666666,Count:6},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.25,Kills:4.25,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:8,Deaths:7,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.3333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:3},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:2,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:7,Deaths:6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:7,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.25,Kills:1.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:4},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:4.5,Deaths:6.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:5,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:0,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:2.8,Deaths:5.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2,Count:5},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:3,Deaths:.6666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:3,Deaths:9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.3333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:4,Deaths:0,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:1},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:2.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:3,Winner:.2,Kills:2.6,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6,Count:5},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:8,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:.5,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2.6666666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3333333333333335,Count:3},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6.5,Deaths:5.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:7.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:4.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:8,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:2},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:4,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:3,Winner:.25,Kills:5.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.25,Count:4},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:1},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:1},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:2},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:3,Winner:.4,Kills:5.6,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4,Count:5},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.6,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.3333333333333333,Kills:1.3333333333333333,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:6},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.6666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:5.666666666666667,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:3},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:2},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:1.5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:6,Deaths:4.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.25,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:2,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:3},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:6,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:4,Winner:.4,Kills:6,Deaths:4.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:5},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4,Kills:3.2,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:10,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:2},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:9,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:4.333333333333333,Deaths:3.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:6},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.5,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:1,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.5,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:6},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:4},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:2},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3333333333333333,Kills:2.5,Deaths:2.8333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.2222222222222222,Kills:1.8888888888888888,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2222222222222222,Count:9},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:3,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:3},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:6,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.8333333333333335,Deaths:5.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:6},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:1.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.25,Count:4},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:4,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4,Kills:1.2,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:3.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.75,Count:4},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:3},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.5,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:2},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:5,Winner:.5,Kills:5.75,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:4},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:2,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1666666666666665,Count:6},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.2222222222222222,Kills:3,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6666666666666667,Count:9},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:3,Deaths:4.333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:3,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:2},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:2},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.2857142857142857,Kills:2.4285714285714284,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:3},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:2},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8.333333333333334,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:3},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:3,Winner:.2857142857142857,Kills:3.4285714285714284,Deaths:5.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4285714285714284,Count:7},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:2.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:7.666666666666667,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:4,Winner:.6666666666666666,Kills:4.333333333333333,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:3},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:1.8,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:.3333333333333333,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:3},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:6,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:3.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:5},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.3333333333333335,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:2.2222222222222223,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:9},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:3,Winner:.375,Kills:5.75,Deaths:4.625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:8},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:.625,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:8},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.4,Deaths:1.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3,Deaths:3.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:5},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:6.333333333333333,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:6},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.8333333333333335,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:6},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.375,Kills:4.125,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.375,Count:8},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:1.3333333333333333,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:0,Count:3},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:3},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:4},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:7.666666666666667,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:1.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:7.25,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.75,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:1,Kills:3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:3},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:4,Winner:.5,Kills:3.8333333333333335,Deaths:3.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:6},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:2.857142857142857,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:3.5,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:4},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:5.666666666666667,Deaths:3.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.2857142857142858,Deaths:2.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:4.4,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:5},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.75,Kills:3,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:3.6,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:5},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.3333333333333333,Kills:2.5555555555555554,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:7,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:3},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.42857142857142855,Kills:1.5714285714285714,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:6.5,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.5,Deaths:1.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:4},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.42857142857142855,Kills:1.1428571428571428,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:5,Winner:.75,Kills:1.75,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:4.444444444444445,Deaths:5.777777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2,Count:9},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.3333333333333335,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:4,Winner:.6,Kills:5,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:5},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:6.333333333333333,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.666666666666667,Count:3},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4444444444444444,Kills:.8888888888888888,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:9},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.75,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:3.75,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.25,Count:4},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8,Kills:2,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2,Count:5},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.8333333333333335,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:6},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:3,Winner:.36363636363636365,Kills:3.1818181818181817,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.272727272727273,Count:11},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:3,Winner:.36363636363636365,Kills:5.363636363636363,Deaths:3.909090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8181818181818183,Count:11},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.3333333333333333,Kills:3.8333333333333335,Deaths:4.416666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:12},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.7142857142857144,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:1.7777777777777777,Deaths:2.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:6.25,Deaths:3.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:4},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:4.142857142857143,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:7},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:3,Winner:.4444444444444444,Kills:2.2222222222222223,Deaths:3.4444444444444446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.111111111111111,Count:9},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:3.625,Deaths:5.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.375,Count:8},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.5,Deaths:5.125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:8},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:2.7142857142857144,Deaths:2.2857142857142856,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.14285714285714285,Count:7},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.75,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.75,Count:8},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5,Kills:3.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:8},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5714285714285714,Kills:3.857142857142857,Deaths:.7142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:7},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:3.4,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:5},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.5,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:5,Count:4},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.25,Deaths:2.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4,Count:4},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5714285714285714,Kills:1.2857142857142858,Deaths:1.4285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:4,Winner:.8,Kills:6.2,Deaths:2.8,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8,Count:5},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.6666666666666666,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:3,Winner:.35714285714285715,Kills:3.5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8571428571428572,Count:14},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:4,Winner:.7142857142857143,Kills:5.428571428571429,Deaths:3.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.142857142857143,Count:7},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.3,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:10},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.6,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7,Count:10},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:1.8888888888888888,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8888888888888888,Count:9},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:3,Winner:.7142857142857143,Kills:3.4285714285714284,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7142857142857144,Count:7},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7142857142857143,Kills:.8571428571428571,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.1666666666666667,Deaths:1.5833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:12},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.8333333333333334,Kills:3.1666666666666665,Deaths:1.3333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:6},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:4.25,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:8},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:3,Winner:.45454545454545453,Kills:5.818181818181818,Deaths:5.2727272727272725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3636363636363638,Count:11},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.625,Kills:2.875,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:8},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:5.875,Deaths:4.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.38461538461538464,Kills:1.5384615384615385,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6923076923076923,Count:13},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:4.8,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.2,Count:5},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7142857142857143,Kills:5.428571428571429,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:7},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.625,Kills:2.625,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:8},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:3,Winner:.8333333333333334,Kills:5.333333333333333,Deaths:4.833333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:1.8888888888888888,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:9},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.35714285714285715,Kills:1.7142857142857142,Deaths:1.9285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:14},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:3,Winner:.625,Kills:4.625,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:3,Winner:.8333333333333334,Kills:7,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:6},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8333333333333334,Kills:.8333333333333334,Deaths:1,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.1666666666666667,Count:6},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.38461538461538464,Kills:1.9230769230769231,Deaths:2.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38461538461538464,Count:13},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:3,Winner:.5,Kills:5,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:10},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5555555555555556,Kills:2.4444444444444446,Deaths:1.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5555555555555556,Count:9},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4166666666666667,Kills:1.4166666666666667,Deaths:3.0833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:6.4,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.8,Count:5},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5.222222222222222,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6666666666666665,Count:9},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:3,Winner:1,Kills:2.8333333333333335,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.333333333333333,Count:6},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35294117647058826,Kills:2.235294117647059,Deaths:2.5294117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47058823529411764,Count:17},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.888888888888889,Deaths:2.7777777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7777777777777778,Count:9},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.8,Deaths:2.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:10},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8571428571428571,Kills:4.285714285714286,Deaths:1.7142857142857142,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8571428571428571,Count:7},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:2.5,Deaths:1.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46153846153846156,Kills:1.1538461538461537,Deaths:1.9230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.75,Kills:4.5,Deaths:4.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:8},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.46153846153846156,Kills:4,Deaths:3.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1538461538461537,Count:13},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.6666666666666665,Deaths:.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:6},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:4,Winner:.8571428571428571,Kills:6.142857142857143,Deaths:2.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:4,Winner:1,Kills:4.166666666666667,Deaths:2.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.833333333333333,Count:6},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:3,Winner:.6,Kills:4.2,Deaths:4.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9,Count:10},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:3,Winner:.5454545454545454,Kills:3.909090909090909,Deaths:4.7272727272727275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4545454545454546,Count:11},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3157894736842105,Kills:2.210526315789474,Deaths:2.8947368421052633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:19},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:5,Winner:.8571428571428571,Kills:6.285714285714286,Deaths:3.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.857142857142857,Count:7},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:3.1666666666666665,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:6},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:2.75,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.875,Count:8},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5384615384615384,Kills:2.1538461538461537,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:4,Winner:.6363636363636364,Kills:4.909090909090909,Deaths:3.1818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:11},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:3,Winner:.7777777777777778,Kills:2.4444444444444446,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:9},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:1,Kills:2.5714285714285716,Deaths:.5714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2857142857142857,Count:7},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4117647058823529,Kills:2.4705882352941178,Deaths:3.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47058823529411764,Count:17},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7777777777777778,Kills:1.6666666666666667,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:9},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:3,Winner:.4666666666666667,Kills:5.6,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6,Count:15},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4117647058823529,Kills:1.8823529411764706,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6470588235294118,Count:17},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:3,Winner:.3333333333333333,Kills:3.9523809523809526,Deaths:4.0476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4761904761904763,Count:21},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4375,Kills:2.5,Deaths:2.3125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.4117647058823529,Kills:2.588235294117647,Deaths:2.823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7058823529411765,Count:17},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:3,Winner:.5833333333333334,Kills:4.833333333333333,Deaths:3.5833333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9166666666666665,Count:12},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4666666666666667,Kills:2,Deaths:2.533333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:3,Winner:.7,Kills:5.7,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:10},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5384615384615384,Kills:1.4615384615384615,Deaths:1.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.7222222222222223,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8888888888888888,Count:18},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5333333333333333,Kills:2.066666666666667,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:15},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:4,Winner:.7272727272727273,Kills:4.090909090909091,Deaths:3.3636363636363638,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4545454545454546,Count:11},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:5,Deaths:3.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:12},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:5,Winner:.6666666666666666,Kills:8,Deaths:3.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5,Count:12},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8,Kills:4,Deaths:1.9,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:10},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:5,Winner:1,Kills:5.5,Deaths:1.75,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.5,Count:8},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:5.071428571428571,Deaths:3.357142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.357142857142857,Count:14},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.47058823529411764,Kills:5.9411764705882355,Deaths:4.352941176470588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0588235294117645,Count:17},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6153846153846154,Kills:2.769230769230769,Deaths:2.3076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5384615384615384,Count:13},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:2.5625,Deaths:1.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.625,Count:16},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:3,Winner:.5333333333333333,Kills:2.4,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8666666666666667,Count:15},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4444444444444444,Kills:2.388888888888889,Deaths:2.611111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:18},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:1.4166666666666667,Deaths:1.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8333333333333334,Count:12},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.75,Kills:2.5833333333333335,Deaths:1.6666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:12},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5625,Kills:1.75,Deaths:1.6875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:16},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47368421052631576,Kills:1.894736842105263,Deaths:2.3157894736842106,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42105263157894735,Count:19},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.45,Kills:2.45,Deaths:2.35,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:20},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6,Kills:2.1333333333333333,Deaths:3.1333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5333333333333333,Count:15},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.45,Kills:3.75,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.65,Count:20},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6428571428571429,Kills:2,Deaths:1.6428571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:14},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5294117647058824,Kills:2.2941176470588234,Deaths:2.5294117647058822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7647058823529411,Count:17},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7692307692307693,Kills:4,Deaths:2.6923076923076925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:13},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:3.4,Deaths:2.2666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.625,Kills:2,Deaths:2.0625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5625,Count:16},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.7692307692307693,Kills:2.3846153846153846,Deaths:2.076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:13},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5263157894736842,Kills:2.6315789473684212,Deaths:3.5789473684210527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473684210526316,Count:19},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6666666666666666,Kills:2.066666666666667,Deaths:1.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:15},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:3,Winner:.5263157894736842,Kills:4.2105263157894735,Deaths:3.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9473684210526314,Count:19},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:3,Winner:.47619047619047616,Kills:3.8095238095238093,Deaths:3.4285714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9523809523809526,Count:21},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5555555555555556,Kills:2.3333333333333335,Deaths:2.5555555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:18},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.625,Kills:2.6875,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6875,Count:16},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9090909090909091,Kills:3.090909090909091,Deaths:2.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:11},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.47619047619047616,Kills:3.5714285714285716,Deaths:2.7142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5714285714285714,Count:21},{Actor:"*Petal*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.25,Kills:1.75,Deaths:2.475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:40},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:4,Winner:.5555555555555556,Kills:5.277777777777778,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5555555555555554,Count:18},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:1.05,Deaths:1.15,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6,Count:20},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:3,Winner:.47619047619047616,Kills:4,Deaths:4.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0476190476190474,Count:21},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.9090909090909091,Kills:.6363636363636364,Deaths:.45454545454545453,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0909090909090908,Count:11},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6111111111111112,Kills:2.388888888888889,Deaths:1.8333333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2777777777777778,Count:18},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.4583333333333333,Kills:4.208333333333333,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.875,Count:24},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5789473684210527,Kills:2.210526315789474,Deaths:1.894736842105263,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5263157894736842,Count:19},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5,Kills:4.181818181818182,Deaths:2.6363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5909090909090909,Count:22},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.3793103448275862,Kills:1.896551724137931,Deaths:2.0344827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6206896551724138,Count:29},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.3636363636363638,Deaths:2.409090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:22},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.5789473684210527,Kills:2.6842105263157894,Deaths:2.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.210526315789474,Count:19},{Actor:"*Grace*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44,Kills:.84,Deaths:1.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:2.8636363636363638,Deaths:3.1818181818181817,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:22},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:2,Winner:.5789473684210527,Kills:3.736842105263158,Deaths:3.1052631578947367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1578947368421053,Count:19},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:3,Winner:.6875,Kills:4.3125,Deaths:3.9375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3125,Count:16},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6666666666666666,Kills:1.7222222222222223,Deaths:1.6111111111111112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:18},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5714285714285714,Kills:4.0476190476190474,Deaths:4.428571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.761904761904762,Count:21},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:3,Winner:.75,Kills:4.5,Deaths:3.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6875,Count:16},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:3,Winner:.631578947368421,Kills:5.421052631578948,Deaths:3.9473684210526314,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9473684210526314,Count:19},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:1.736842105263158,Deaths:1.6842105263157894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8421052631578947,Count:19},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:3,Winner:.7058823529411765,Kills:5.9411764705882355,Deaths:3.7058823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7058823529411766,Count:17},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:2.8947368421052633,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5789473684210527,Count:19},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:2,Winner:.42857142857142855,Kills:3.3214285714285716,Deaths:4.321428571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.142857142857143,Count:28},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.75,Kills:1.625,Deaths:2.1875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:16},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.43333333333333335,Kills:3.2666666666666666,Deaths:3.7333333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:30},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.48148148148148145,Kills:4,Deaths:2.962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:27},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.5384615384615384,Kills:3.0384615384615383,Deaths:2.6153846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8846153846153846,Count:26},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:2,Winner:.6666666666666666,Kills:3.3333333333333335,Deaths:3.0952380952380953,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2857142857142856,Count:21},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.4285714285714284,Deaths:2.392857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6785714285714286,Count:28},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4117647058823529,Kills:2.8529411764705883,Deaths:2.323529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38235294117647056,Count:34},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4117647058823529,Kills:1.8823529411764706,Deaths:2.411764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5294117647058824,Count:34},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.7368421052631579,Kills:3.473684210526316,Deaths:.9473684210526315,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7894736842105263,Count:19},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:3,Winner:.9333333333333333,Kills:6.8,Deaths:3.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:4.133333333333334,Count:15},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:7.523809523809524,Deaths:4.380952380952381,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8095238095238093,Count:21},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:2,Winner:.3684210526315789,Kills:3.3947368421052633,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5,Count:38},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:2,Winner:.6086956521739131,Kills:4.260869565217392,Deaths:3.8260869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9130434782608696,Count:23},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4666666666666667,Kills:2.1,Deaths:2.3333333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3,Count:30},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5555555555555556,Kills:2.7037037037037037,Deaths:2.259259259259259,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:27},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5357142857142857,Kills:.5714285714285714,Deaths:.2857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8214285714285714,Count:28},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5172413793103449,Kills:2.5172413793103448,Deaths:2.5172413793103448,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4482758620689655,Count:29},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46875,Kills:1.53125,Deaths:2.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:32},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6,Kills:3.32,Deaths:2.68,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.88,Count:25},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5769230769230769,Kills:4.8076923076923075,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6538461538461537,Count:26},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.46875,Kills:2.625,Deaths:2.25,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:32},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.40540540540540543,Kills:2.2972972972972974,Deaths:2.5945945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32432432432432434,Count:37},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6,Kills:4.04,Deaths:3.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36,Count:25},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42857142857142855,Kills:2.0285714285714285,Deaths:2.5714285714285716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45714285714285713,Count:35},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6153846153846154,Kills:3.1538461538461537,Deaths:2.9615384615384617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1,Count:26},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:4.75,Deaths:4.675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.325,Count:40},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:3.15,Deaths:4.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.45,Count:40},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:3,Winner:.6666666666666666,Kills:6.291666666666667,Deaths:3.375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:24},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4,Kills:.825,Deaths:1.875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.425,Count:40},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.38095238095238093,Kills:1.4047619047619047,Deaths:2.2142857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4523809523809524,Count:42},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6956521739130435,Kills:1.0869565217391304,Deaths:1.173913043478261,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.391304347826087,Count:23},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6538461538461539,Kills:1.6538461538461537,Deaths:1.6923076923076923,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:26},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4358974358974359,Kills:1.9230769230769231,Deaths:2.7435897435897436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48717948717948717,Count:39},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:3,Winner:.7391304347826086,Kills:4.217391304347826,Deaths:2.8260869565217392,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3043478260869565,Count:23},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4722222222222222,Kills:2.2777777777777777,Deaths:2.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3888888888888889,Count:36},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:2,Winner:.4857142857142857,Kills:4.228571428571429,Deaths:5.142857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.085714285714286,Count:35},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8181818181818182,Kills:4.681818181818182,Deaths:1.1363636363636365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.22727272727272727,Count:22},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:2,Winner:.4864864864864865,Kills:3.891891891891892,Deaths:3.891891891891892,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6486486486486487,Count:37},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:5.733333333333333,Deaths:4.266666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8666666666666667,Count:30},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6666666666666666,Kills:2,Deaths:2.5925925925925926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7407407407407407,Count:27},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5294117647058824,Kills:1.7941176470588236,Deaths:2.2941176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5882352941176471,Count:34},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6428571428571429,Kills:.7142857142857143,Deaths:1.3928571428571428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6428571428571429,Count:28},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6206896551724138,Kills:2.586206896551724,Deaths:2.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41379310344827586,Count:29},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.4,Kills:3.8444444444444446,Deaths:3.933333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.511111111111111,Count:45},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42857142857142855,Kills:1.7857142857142858,Deaths:2.5476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.30952380952380953,Count:42},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.8181818181818182,Kills:3.3636363636363638,Deaths:2.3181818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8636363636363636,Count:22},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45,Kills:2.525,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.375,Count:40},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.375,Kills:1.8541666666666667,Deaths:2.7708333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4375,Count:48},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6666666666666666,Kills:1.1111111111111112,Deaths:1.5555555555555556,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:27},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3275862068965517,Kills:1.7241379310344827,Deaths:2.3793103448275863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:58},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4523809523809524,Kills:3.0238095238095237,Deaths:2.5238095238095237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7142857142857143,Count:42},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:3,Winner:.7037037037037037,Kills:4.481481481481482,Deaths:3.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5925925925925926,Count:27},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.48717948717948717,Kills:2.641025641025641,Deaths:3.871794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5128205128205128,Count:39},{Actor:"*Reim*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4634146341463415,Kills:1.853658536585366,Deaths:2.2439024390243905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.24390243902439024,Count:41},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:2,Winner:.4634146341463415,Kills:3.707317073170732,Deaths:4.048780487804878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5121951219512195,Count:41},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:3,Winner:.5588235294117647,Kills:5.588235294117647,Deaths:3.176470588235294,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.411764705882353,Count:34},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6785714285714286,Kills:3.642857142857143,Deaths:2.857142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8928571428571429,Count:28},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5588235294117647,Kills:.8529411764705882,Deaths:1.4705882352941178,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9117647058823529,Count:34},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.37735849056603776,Kills:2.8679245283018866,Deaths:3.3962264150943398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.547169811320755,Count:53},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:2,Winner:.625,Kills:3.71875,Deaths:4.53125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.25,Count:32},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3389830508474576,Kills:1.5932203389830508,Deaths:2.169491525423729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2542372881355932,Count:59},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.45454545454545453,Kills:1.8409090909090908,Deaths:2.5681818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5909090909090909,Count:44},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:2,Winner:.6060606060606061,Kills:3.5757575757575757,Deaths:3.6363636363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9393939393939394,Count:33},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5263157894736842,Kills:4.447368421052632,Deaths:4.7105263157894735,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6315789473684212,Count:38},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6666666666666666,Kills:2.3666666666666667,Deaths:2.066666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9,Count:30},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:3,Winner:.7407407407407407,Kills:6.2592592592592595,Deaths:3.111111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6296296296296298,Count:27},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.690476190476191,Deaths:5.238095238095238,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3,Count:42},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.9285714285714284,Deaths:3.6904761904761907,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8333333333333335,Count:42},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:3,Winner:.7241379310344828,Kills:5.310344827586207,Deaths:4.413793103448276,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3448275862068964,Count:29},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.35,Kills:1.7,Deaths:2.2666666666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45,Count:60},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42857142857142855,Kills:1.3877551020408163,Deaths:1.7959183673469388,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40816326530612246,Count:49},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:3,Winner:.7777777777777778,Kills:4.592592592592593,Deaths:3.2222222222222223,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7777777777777777,Count:27},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:2,Winner:.5526315789473685,Kills:4.7631578947368425,Deaths:4.157894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1315789473684212,Count:38},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:2,Winner:.42,Kills:3.92,Deaths:3.86,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.68,Count:50},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:3,Winner:.6363636363636364,Kills:5.151515151515151,Deaths:3.757575757575758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.272727272727273,Count:33},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:2,Winner:.46808510638297873,Kills:3.872340425531915,Deaths:4.23404255319149,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4893617021276597,Count:47},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:2,Winner:.46808510638297873,Kills:4.276595744680851,Deaths:4.25531914893617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9574468085106385,Count:47},{Actor:"*Taka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4583333333333333,Kills:3.9791666666666665,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:48},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4583333333333333,Kills:1.5416666666666667,Deaths:2.1458333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:48},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:2,Winner:.41509433962264153,Kills:4.622641509433962,Deaths:4.943396226415095,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2452830188679247,Count:53},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5365853658536586,Kills:2.902439024390244,Deaths:2.5121951219512195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36585365853658536,Count:41},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.4782608695652174,Kills:4.934782608695652,Deaths:4.8478260869565215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4782608695652173,Count:46},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.71875,Kills:2.59375,Deaths:2.03125,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.78125,Count:32},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5227272727272727,Kills:2.25,Deaths:2.7954545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38636363636363635,Count:44},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:2,Winner:.5348837209302325,Kills:3.7209302325581395,Deaths:4.325581395348837,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6744186046511627,Count:43},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.46,Kills:2.74,Deaths:2.68,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:50},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47058823529411764,Kills:2.3529411764705883,Deaths:2.588235294117647,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:51},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:2,Winner:.5106382978723404,Kills:3.723404255319149,Deaths:4.191489361702128,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.021276595744681,Count:47},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:2,Winner:.41379310344827586,Kills:4,Deaths:4.155172413793103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.586206896551724,Count:58},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:2,Winner:.5106382978723404,Kills:3.404255319148936,Deaths:4.659574468085107,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.74468085106383,Count:47},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:4.3,Deaths:4.65,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.45,Count:40},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:2,Winner:.47058823529411764,Kills:3.235294117647059,Deaths:2.9411764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8627450980392157,Count:51},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.631578947368421,Kills:2.4473684210526314,Deaths:2.5526315789473686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6842105263157895,Count:38},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5555555555555556,Kills:2.7777777777777777,Deaths:2.8222222222222224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5333333333333333,Count:45},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.373134328358209,Kills:1.8805970149253732,Deaths:2.283582089552239,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.373134328358209,Count:67},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5,Kills:3.04,Deaths:2.88,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.66,Count:50},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:2,Winner:.625,Kills:4.75,Deaths:3.825,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.45,Count:40},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43103448275862066,Kills:1.293103448275862,Deaths:1.5344827586206897,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3620689655172414,Count:58},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5434782608695652,Kills:2.1956521739130435,Deaths:2.369565217391304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.0434782608695652,Count:46},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:2,Winner:.37681159420289856,Kills:3.927536231884058,Deaths:4.884057971014493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0434782608695654,Count:69},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:2,Winner:.6190476190476191,Kills:6.309523809523809,Deaths:4.0476190476190474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.380952380952381,Count:42},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:3,Winner:.5306122448979592,Kills:5.183673469387755,Deaths:3.673469387755102,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.877551020408163,Count:49},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.43333333333333335,Kills:2.5166666666666666,Deaths:2.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4166666666666667,Count:60},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.627906976744186,Kills:2.627906976744186,Deaths:2.302325581395349,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7209302325581395,Count:43},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.46551724137931033,Kills:2.5344827586206895,Deaths:2.6379310344827585,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.27586206896551724,Count:58},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43548387096774194,Kills:1.7419354838709677,Deaths:2.5806451612903225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3387096774193548,Count:62},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:2,Winner:.4909090909090909,Kills:3.2181818181818183,Deaths:4.6909090909090905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4727272727272727,Count:55},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5192307692307693,Kills:2.730769230769231,Deaths:2.3076923076923075,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4807692307692308,Count:52},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3333333333333333,Kills:1.9012345679012346,Deaths:3.049382716049383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4691358024691358,Count:81},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.54,Kills:3.24,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.62,Count:50},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:3,Winner:.4153846153846154,Kills:5.369230769230769,Deaths:4.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3692307692307693,Count:65},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:2,Winner:.45,Kills:3.066666666666667,Deaths:3.1666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6666666666666665,Count:60},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.54,Kills:2.14,Deaths:2.44,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.76,Count:50},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.509090909090909,Kills:2.3636363636363638,Deaths:2.2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:55},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5283018867924528,Kills:2.3962264150943398,Deaths:2.2264150943396226,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4528301886792453,Count:53},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:2,Winner:.42424242424242425,Kills:4.53030303030303,Deaths:5.287878787878788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.257575757575758,Count:66},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6829268292682927,Kills:5.7317073170731705,Deaths:4.560975609756097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.268292682926829,Count:41},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.6086956521739131,Kills:2.630434782608696,Deaths:3.4565217391304346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8043478260869565,Count:46},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.35802469135802467,Kills:4.1234567901234565,Deaths:4.061728395061729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.308641975308642,Count:81},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6444444444444445,Kills:4.022222222222222,Deaths:2.6444444444444444,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5777777777777777,Count:45},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:2,Winner:.5370370370370371,Kills:5.462962962962963,Deaths:4.277777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7037037037037037,Count:54},{Actor:"*Rona*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48333333333333334,Kills:1.85,Deaths:2.35,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4,Count:60},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5471698113207547,Kills:2.7735849056603774,Deaths:2.5283018867924527,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6037735849056604,Count:53},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5087719298245614,Kills:2.491228070175439,Deaths:2.543859649122807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6666666666666666,Count:57},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5263157894736842,Kills:3.017543859649123,Deaths:2.8947368421052633,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:57},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5454545454545454,Kills:2.7454545454545456,Deaths:2.5272727272727273,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5454545454545454,Count:55},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4918032786885246,Kills:1.0163934426229508,Deaths:1.8360655737704918,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.22950819672131148,Count:61},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:2,Winner:.43661971830985913,Kills:3.676056338028169,Deaths:4.563380281690141,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.535211267605634,Count:71},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47692307692307695,Kills:1.476923076923077,Deaths:1.9846153846153847,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5076923076923077,Count:65},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:3,Winner:.5535714285714286,Kills:2.7857142857142856,Deaths:2.8035714285714284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1607142857142856,Count:56},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.41025641025641024,Kills:2.782051282051282,Deaths:2.7051282051282053,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4358974358974359,Count:78},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.8,Kills:2.725,Deaths:1.325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.775,Count:40},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:2,Winner:.41025641025641024,Kills:3.7435897435897436,Deaths:3.5384615384615383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.730769230769231,Count:78},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3950617283950617,Kills:2.382716049382716,Deaths:2.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2716049382716049,Count:81},{Actor:"*Lance*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38372093023255816,Kills:1.441860465116279,Deaths:2.2674418604651163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26744186046511625,Count:86},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4852941176470588,Kills:2.838235294117647,Deaths:2.4558823529411766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39705882352941174,Count:68},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.55,Kills:2.183333333333333,Deaths:2.1166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38333333333333336,Count:60},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4714285714285714,Kills:1.1142857142857143,Deaths:1.7285714285714286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:70},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5862068965517241,Kills:2.7413793103448274,Deaths:2.4310344827586206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6551724137931034,Count:58},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:2,Winner:.6181818181818182,Kills:5.781818181818182,Deaths:4.236363636363636,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2363636363636363,Count:55},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:2,Winner:.4857142857142857,Kills:2.8857142857142857,Deaths:3.8285714285714287,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9285714285714284,Count:70},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4533333333333333,Kills:1.8133333333333332,Deaths:2.2933333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.52,Count:75},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:2,Winner:.5573770491803278,Kills:4.459016393442623,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8852459016393444,Count:61},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:2,Winner:.5932203389830508,Kills:3.2033898305084745,Deaths:3.7457627118644066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2542372881355934,Count:59},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:2,Winner:.42168674698795183,Kills:3.8433734939759034,Deaths:4.301204819277109,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4096385542168677,Count:83},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:2,Winner:.7142857142857143,Kills:5.26530612244898,Deaths:3.7346938775510203,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3469387755102042,Count:49},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:3,Winner:.7291666666666666,Kills:5.104166666666667,Deaths:2.8958333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8333333333333335,Count:48},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5932203389830508,Kills:3,Deaths:3.1186440677966103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4915254237288136,Count:59},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:2,Winner:.5217391304347826,Kills:4,Deaths:4.144927536231884,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.028985507246377,Count:69},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:5.365079365079365,Deaths:3.6031746031746033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8253968253968256,Count:63},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6491228070175439,Kills:2.0526315789473686,Deaths:2.175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45614035087719296,Count:57},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5285714285714286,Kills:2.6285714285714286,Deaths:2.4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5142857142857142,Count:70},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6491228070175439,Kills:2.1052631578947367,Deaths:1.6842105263157894,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6842105263157895,Count:57},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5522388059701493,Kills:1.8059701492537314,Deaths:1.9701492537313432,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.582089552238806,Count:67},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.4805194805194805,Kills:3.207792207792208,Deaths:2.324675324675325,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7402597402597403,Count:77},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:2,Winner:.4935064935064935,Kills:4.922077922077922,Deaths:3.311688311688312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5584415584415585,Count:77},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5671641791044776,Kills:3.283582089552239,Deaths:2.671641791044776,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8208955223880597,Count:67},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:2,Winner:.475,Kills:4.5875,Deaths:4.5875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9375,Count:80},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5846153846153846,Kills:2.8923076923076922,Deaths:2.1076923076923078,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5076923076923077,Count:65},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:2,Winner:.4318181818181818,Kills:4.409090909090909,Deaths:4.340909090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.625,Count:88},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.41304347826086957,Kills:3.1630434782608696,Deaths:1.6195652173913044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32608695652173914,Count:92},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.3089430894308943,Kills:2.2439024390243905,Deaths:4.650406504065041,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.91869918699187,Count:123},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4418604651162791,Kills:2.4069767441860463,Deaths:2.372093023255814,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43023255813953487,Count:86},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5846153846153846,Kills:4.2153846153846155,Deaths:3.8923076923076922,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9076923076923076,Count:65},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:2,Winner:.43820224719101125,Kills:4.213483146067416,Deaths:4.707865168539326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.651685393258427,Count:89},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5571428571428572,Kills:3.1714285714285713,Deaths:2.842857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5571428571428572,Count:70},{Actor:"*Lance*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.375,Kills:2.8173076923076925,Deaths:4.471153846153846,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9230769230769231,Count:104},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4875,Kills:1.925,Deaths:2.0625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.275,Count:80},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.39,Kills:1.26,Deaths:1.83,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.51,Count:100},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:3,Winner:.8125,Kills:6.229166666666667,Deaths:3.5208333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.9375,Count:48},{Actor:"*Reza*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42857142857142855,Kills:2.7472527472527473,Deaths:2.131868131868132,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2967032967032967,Count:91},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5063291139240507,Kills:2.8227848101265822,Deaths:2.0253164556962027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5189873417721519,Count:79},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42105263157894735,Kills:4.421052631578948,Deaths:4.389473684210526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.705263157894737,Count:95},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5194805194805194,Kills:2,Deaths:2.1298701298701297,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5194805194805194,Count:77},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:2,Winner:.5714285714285714,Kills:3.8285714285714287,Deaths:3.9571428571428573,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3714285714285714,Count:70},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5256410256410257,Kills:1.5897435897435896,Deaths:1.9743589743589745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41025641025641024,Count:78},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.44565217391304346,Kills:4.684782608695652,Deaths:4.880434782608695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7065217391304346,Count:92},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4939759036144578,Kills:.8433734939759037,Deaths:1.4096385542168675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5060240963855421,Count:83},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:2,Winner:.6268656716417911,Kills:4.462686567164179,Deaths:3.7611940298507465,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1940298507462686,Count:67},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:2,Winner:.4666666666666667,Kills:2.5,Deaths:3.3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7333333333333334,Count:90},{Actor:"*Skye*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3925233644859813,Kills:2.05607476635514,Deaths:2.5233644859813085,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3177570093457944,Count:107},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:2,Winner:.6,Kills:4.671428571428572,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1142857142857143,Count:70},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45263157894736844,Kills:2.2736842105263158,Deaths:2.4526315789473685,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3684210526315789,Count:95},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4942528735632184,Kills:4.597701149425287,Deaths:4.758620689655173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2758620689655173,Count:87},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:2,Winner:.7166666666666667,Kills:2.5,Deaths:2.8666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.55,Count:60},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4945054945054945,Kills:2.010989010989011,Deaths:2.4835164835164836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4945054945054945,Count:91},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:2,Winner:.6818181818181818,Kills:4.045454545454546,Deaths:3.3181818181818183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.212121212121212,Count:66},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4017857142857143,Kills:4.080357142857143,Deaths:4.178571428571429,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.419642857142857,Count:112},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5172413793103449,Kills:2.793103448275862,Deaths:2.632183908045977,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40229885057471265,Count:87},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4339622641509434,Kills:2.0283018867924527,Deaths:2.3207547169811322,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39622641509433965,Count:106},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5822784810126582,Kills:1.7088607594936709,Deaths:2.3417721518987342,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8354430379746836,Count:79},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:2,Winner:.6052631578947368,Kills:2.5657894736842106,Deaths:2.789473684210526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3947368421052633,Count:76},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:2,Winner:.4791666666666667,Kills:4,Deaths:3.9166666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3020833333333335,Count:96},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40707964601769914,Kills:4.814159292035399,Deaths:5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2123893805309733,Count:113},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.573170731707317,Kills:1.9024390243902438,Deaths:2.3292682926829267,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6341463414634146,Count:82},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6351351351351351,Kills:3.5945945945945947,Deaths:1.6891891891891893,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.581081081081081,Count:74},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.618421052631579,Kills:3.1973684210526314,Deaths:1.8026315789473684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6447368421052632,Count:76},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:2,Winner:.47474747474747475,Kills:3.3535353535353534,Deaths:4.505050505050505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4545454545454546,Count:99},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:3,Winner:.6103896103896104,Kills:6.025974025974026,Deaths:3.935064935064935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.987012987012987,Count:77},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.44339622641509435,Kills:4.047169811320755,Deaths:4.745283018867925,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7641509433962264,Count:106},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47474747474747475,Kills:2.494949494949495,Deaths:2.393939393939394,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47474747474747475,Count:99},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.46153846153846156,Kills:4.3173076923076925,Deaths:4.576923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5288461538461537,Count:104},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4188034188034188,Kills:2.786324786324786,Deaths:2.7435897435897436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.452991452991453,Count:117},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3769230769230769,Kills:1.9846153846153847,Deaths:2.853846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36923076923076925,Count:130},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:3.857142857142857,Deaths:3.8979591836734695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.86734693877551,Count:98},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.532608695652174,Kills:1.826086956521739,Deaths:2.4347826086956523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:92},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.47619047619047616,Kills:4.247619047619048,Deaths:4.171428571428572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.676190476190476,Count:105},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43478260869565216,Kills:1.6,Deaths:2.4782608695652173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5043478260869565,Count:115},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.373134328358209,Kills:3.5074626865671643,Deaths:4.477611940298507,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.044776119402985,Count:134},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49019607843137253,Kills:3.392156862745098,Deaths:2.7450980392156863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7156862745098039,Count:102},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5862068965517241,Kills:2.839080459770115,Deaths:2.206896551724138,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5862068965517241,Count:87},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:2,Winner:.49038461538461536,Kills:3.0961538461538463,Deaths:3.2403846153846154,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7596153846153846,Count:104},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:2,Winner:.49056603773584906,Kills:3.8867924528301887,Deaths:4.3584905660377355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.792452830188679,Count:106},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.6582278481012658,Kills:2.6582278481012658,Deaths:1.9367088607594938,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9113924050632911,Count:79},{Actor:"*Skye*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3375,Kills:3.86875,Deaths:4.99375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9625,Count:160},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.46956521739130436,Kills:5.2,Deaths:4.495652173913044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3217391304347825,Count:115},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5,Kills:2.6666666666666665,Deaths:2.7037037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:108},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.5567010309278351,Kills:3.9072164948453607,Deaths:4.639175257731959,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6907216494845363,Count:97},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.48672566371681414,Kills:3.7610619469026547,Deaths:3.8761061946902653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6106194690265485,Count:113},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.35714285714285715,Kills:2.0064935064935066,Deaths:2.831168831168831,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35064935064935066,Count:154},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3793103448275862,Kills:4.137931034482759,Deaths:5.0344827586206895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.889655172413793,Count:145},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:3,Winner:.7466666666666667,Kills:5.68,Deaths:3.48,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5866666666666664,Count:75},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:2,Winner:.6363636363636364,Kills:3.2613636363636362,Deaths:4.2272727272727275,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.125,Count:88},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4148148148148148,Kills:4.155555555555556,Deaths:4.4222222222222225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4,Count:135},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.401785714285714,Deaths:4.267857142857143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.705357142857143,Count:112},{Actor:"*Joule*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41304347826086957,Kills:2.463768115942029,Deaths:2.6159420289855073,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4057971014492754,Count:138},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44881889763779526,Kills:1.921259842519685,Deaths:2.2992125984251968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5118110236220472,Count:127},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5858585858585859,Kills:2.4444444444444446,Deaths:2.5454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.494949494949495,Count:99},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4645669291338583,Kills:2.4645669291338583,Deaths:2.2913385826771653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6299212598425197,Count:127},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.46511627906976744,Kills:4.069767441860465,Deaths:4.891472868217054,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5193798449612403,Count:129},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5596330275229358,Kills:2.311926605504587,Deaths:2.596330275229358,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8073394495412844,Count:109},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4066666666666667,Kills:1.76,Deaths:2.72,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3333333333333333,Count:150},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4552238805970149,Kills:2.0223880597014925,Deaths:2.529850746268657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3582089552238806,Count:134},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4236111111111111,Kills:1.9166666666666667,Deaths:2.4027777777777777,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4444444444444444,Count:144},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5169491525423728,Kills:2.406779661016949,Deaths:2.1779661016949152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8728813559322034,Count:118},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7625,Kills:2.9375,Deaths:1.675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.175,Count:80},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:2,Winner:.6039603960396039,Kills:4.445544554455446,Deaths:3.9405940594059405,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1584158415841586,Count:101},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:2,Winner:.543859649122807,Kills:1.7719298245614035,Deaths:1.9824561403508771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.087719298245614,Count:114},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4626865671641791,Kills:1.3656716417910448,Deaths:2,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4701492537313433,Count:134},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4881889763779528,Kills:2.3149606299212597,Deaths:2.4803149606299213,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5905511811023622,Count:127},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:2,Winner:.5391304347826087,Kills:2.6782608695652175,Deaths:3.7043478260869565,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.756521739130435,Count:115},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6702127659574468,Kills:3.5319148936170213,Deaths:1.9042553191489362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.723404255319149,Count:94},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42,Kills:3.8133333333333335,Deaths:4.82,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2333333333333334,Count:150},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5925925925925926,Kills:1.5925925925925926,Deaths:2.2037037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:108},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49612403100775193,Kills:4.387596899224806,Deaths:4.077519379844961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.627906976744186,Count:129},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:3,Winner:.7619047619047619,Kills:7.369047619047619,Deaths:3.5238095238095237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.7857142857142856,Count:84},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3742690058479532,Kills:3.128654970760234,Deaths:4.169590643274854,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.128654970760234,Count:171},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39263803680981596,Kills:1.852760736196319,Deaths:2.079754601226994,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3496932515337423,Count:163},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4391891891891892,Kills:2.195945945945946,Deaths:2.831081081081081,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3581081081081081,Count:148},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"casual_aral",LevelBucket:1,Winner:.37790697674418605,Kills:3.3372093023255816,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.383720930232558,Count:172},{Actor:"*Vox*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.40625,Kills:3.88125,Deaths:5.09375,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.35,Count:160},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:1,Winner:.5462184873949579,Kills:3.504201680672269,Deaths:3.80672268907563,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.899159663865546,Count:119},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4676258992805755,Kills:2.985611510791367,Deaths:2.856115107913669,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.381294964028777,Count:139},{Actor:"*Vox*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4304635761589404,Kills:2.0927152317880795,Deaths:2.4701986754966887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5231788079470199,Count:151},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5365853658536586,Kills:.7642276422764228,Deaths:1.3170731707317074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6829268292682927,Count:123},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.46153846153846156,Kills:5.055944055944056,Deaths:4.160839160839161,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7132867132867133,Count:143},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:2,Winner:.5114503816793893,Kills:3.885496183206107,Deaths:4.816793893129771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.717557251908397,Count:131},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.44666666666666666,Kills:3.04,Deaths:2.84,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:150},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5726495726495726,Kills:.9572649572649573,Deaths:1.3076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6153846153846154,Count:117},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"casual_aral",LevelBucket:1,Winner:.4,Kills:4.341176470588235,Deaths:3.570588235294118,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.541176470588235,Count:170},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:2,Winner:.8095238095238095,Kills:5.178571428571429,Deaths:3.4761904761904763,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.880952380952381,Count:84},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4788732394366197,Kills:1.9859154929577465,Deaths:2.204225352112676,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6267605633802817,Count:142},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:2,Winner:.4689655172413793,Kills:4.227586206896552,Deaths:3.9310344827586206,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696551724137931,Count:145},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40476190476190477,Kills:1.8452380952380953,Deaths:2.5773809523809526,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5416666666666666,Count:168},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42592592592592593,Kills:2.1296296296296298,Deaths:2.185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4506172839506173,Count:162},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.46938775510204084,Kills:2.6122448979591835,Deaths:3.3741496598639458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5510204081632653,Count:147},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:2,Winner:.552,Kills:2.832,Deaths:2.976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.064,Count:125},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6509433962264151,Kills:2.1037735849056602,Deaths:1.6037735849056605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7452830188679245,Count:106},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:2,Winner:.6509433962264151,Kills:5.5,Deaths:3.849056603773585,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1792452830188678,Count:106},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45098039215686275,Kills:1.6928104575163399,Deaths:2.30718954248366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:153},{Actor:"*Idris*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42168674698795183,Kills:3.8734939759036147,Deaths:4.506024096385542,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.174698795180723,Count:166},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.603448275862069,Kills:1.2672413793103448,Deaths:1.6551724137931034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6724137931034483,Count:116},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5109489051094891,Kills:2.591240875912409,Deaths:2.605839416058394,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2846715328467153,Count:137},{Actor:"*SAW*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4797297297297297,Kills:4.95945945945946,Deaths:4.493243243243243,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.581081081081081,Count:148},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5867768595041323,Kills:1.56198347107438,Deaths:1.0991735537190082,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5785123966942148,Count:121},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.39444444444444443,Kills:3.2222222222222223,Deaths:3.588888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.327777777777778,Count:180},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4382716049382716,Kills:1.1419753086419753,Deaths:2.0308641975308643,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3950617283950617,Count:162},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:2,Winner:.5070422535211268,Kills:4.373239436619718,Deaths:5.007042253521127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5211267605633805,Count:142},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43902439024390244,Kills:3.8353658536585367,Deaths:4.5182926829268295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.298780487804878,Count:164},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4931506849315068,Kills:1.6095890410958904,Deaths:2.006849315068493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4794520547945205,Count:146},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5373134328358209,Kills:1.328358208955224,Deaths:1.7537313432835822,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44776119402985076,Count:134},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.553030303030303,Kills:.9772727272727273,Deaths:1.628787878787879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6060606060606061,Count:132},{Actor:"*Petal*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4134078212290503,Kills:4.145251396648045,Deaths:4.5251396648044695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.452513966480447,Count:179},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"casual_aral",LevelBucket:1,Winner:.3894736842105263,Kills:2.857894736842105,Deaths:3.6526315789473682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3473684210526318,Count:190},{Actor:"*Taka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42045454545454547,Kills:1.8522727272727273,Deaths:2.3295454545454546,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26704545454545453,Count:176},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4378698224852071,Kills:2.532544378698225,Deaths:2.6508875739644973,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39644970414201186,Count:169},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4088397790055249,Kills:1.8121546961325967,Deaths:2.4806629834254146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46408839779005523,Count:181},{Actor:"*Baron*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.44047619047619047,Kills:4.119047619047619,Deaths:4.5,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.505952380952381,Count:168},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45454545454545453,Kills:2.5515151515151517,Deaths:2.1151515151515152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48484848484848486,Count:165},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4143646408839779,Kills:1.9558011049723756,Deaths:2.8066298342541436,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3259668508287293,Count:181},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:2,Winner:.5905511811023622,Kills:4.551181102362205,Deaths:3.7874015748031495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.173228346456693,Count:127},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.36231884057971014,Kills:1.4685990338164252,Deaths:2.3864734299516908,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42995169082125606,Count:207},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:1,Winner:.5514705882352942,Kills:4.830882352941177,Deaths:4.095588235294118,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8676470588235294,Count:136},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4052631578947368,Kills:3.263157894736842,Deaths:3.6052631578947367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.557894736842105,Count:190},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:4.737179487179487,Deaths:4.4743589743589745,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8846153846153846,Count:156},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.5652173913043478,Kills:4.268115942028985,Deaths:3.8405797101449277,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.13768115942029,Count:138},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3880597014925373,Kills:4.054726368159204,Deaths:5.17910447761194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8706467661691542,Count:201},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:0,Winner:.3110236220472441,Kills:3.377952755905512,Deaths:4.177165354330708,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1929133858267718,Count:254},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42021276595744683,Kills:2.728723404255319,Deaths:3.1808510638297873,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.271276595744681,Count:188},{Actor:"*Krul*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.572463768115942,Kills:4.22463768115942,Deaths:4.471014492753623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4927536231884058,Count:138},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:2,Winner:.5766423357664233,Kills:4.291970802919708,Deaths:4.007299270072993,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.065693430656934,Count:137},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5486111111111112,Kills:2.0416666666666665,Deaths:2.3055555555555554,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5416666666666666,Count:144},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.441340782122905,Kills:1.3743016759776536,Deaths:2.005586592178771,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4692737430167598,Count:179},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.398989898989899,Kills:2.0454545454545454,Deaths:2.6161616161616164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3838383838383838,Count:198},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4463276836158192,Kills:2.7344632768361583,Deaths:3.022598870056497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5423728813559322,Count:177},{Actor:"*Reza*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4030612244897959,Kills:4.724489795918367,Deaths:4.714285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.183673469387755,Count:196},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:1,Winner:.44886363636363635,Kills:3.721590909090909,Deaths:4.613636363636363,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4375,Count:176},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5797101449275363,Kills:1.0289855072463767,Deaths:1.5072463768115942,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5362318840579711,Count:138},{Actor:"*Alpha*",Talent:"*Talent_Alpha_Acceleration*",Mode:"casual_aral",LevelBucket:1,Winner:.42328042328042326,Kills:3.375661375661376,Deaths:4.37037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5185185185185186,Count:189},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"casual_aral",LevelBucket:1,Winner:.49079754601226994,Kills:3.9938650306748467,Deaths:3.8773006134969323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7484662576687118,Count:163},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4678362573099415,Kills:1.1111111111111112,Deaths:1.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42105263157894735,Count:171},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3932038834951456,Kills:4.072815533980583,Deaths:4.786407766990291,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.121359223300971,Count:206},{Actor:"*Baron*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4581005586592179,Kills:1.994413407821229,Deaths:2.6201117318435756,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4972067039106145,Count:179},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"casual_aral",LevelBucket:1,Winner:.34024896265560167,Kills:3.4315352697095434,Deaths:4.3153526970954355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3485477178423237,Count:241},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5394736842105263,Kills:2.460526315789474,Deaths:2.348684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45394736842105265,Count:152},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"casual_aral",LevelBucket:1,Winner:.532051282051282,Kills:3.576923076923077,Deaths:3.4871794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7884615384615383,Count:156},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"casual_aral",LevelBucket:1,Winner:.49404761904761907,Kills:4.511904761904762,Deaths:4.184523809523809,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6904761904761907,Count:168},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5384615384615384,Kills:2.4358974358974357,Deaths:2.532051282051282,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6346153846153846,Count:156},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4307692307692308,Kills:4.225641025641026,Deaths:4.543589743589743,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5435897435897434,Count:195},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6222222222222222,Kills:2.9851851851851854,Deaths:1.9185185185185185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8,Count:135},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.535031847133758,Kills:3.0636942675159236,Deaths:2.573248407643312,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7579617834394905,Count:157},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5214723926380368,Kills:1.9386503067484662,Deaths:1.8282208588957056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6196319018404908,Count:163},{Actor:"*Grace*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4941860465116279,Kills:2.877906976744186,Deaths:3.7267441860465116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4593023255813953,Count:172},{Actor:"*Varya*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49707602339181284,Kills:3.8128654970760234,Deaths:4.175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.654970760233918,Count:171},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5029585798816568,Kills:2.964497041420118,Deaths:2.260355029585799,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6331360946745562,Count:169},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49707602339181284,Kills:1.3099415204678362,Deaths:2.152046783625731,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29239766081871343,Count:171},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5308641975308642,Kills:2.265432098765432,Deaths:2.611111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6049382716049383,Count:162},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.42786069651741293,Kills:3.5024875621890548,Deaths:4.069651741293533,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.328358208955224,Count:201},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.49142857142857144,Kills:3.7942857142857145,Deaths:4.3028571428571425,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4171428571428573,Count:175},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"casual_aral",LevelBucket:1,Winner:.4942528735632184,Kills:3.9597701149425286,Deaths:3.925287356321839,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9367816091954024,Count:174},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.43283582089552236,Kills:1.8706467661691542,Deaths:2.3681592039800994,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39800995024875624,Count:201},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45789473684210524,Kills:1.2947368421052632,Deaths:1.9052631578947368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33157894736842103,Count:190},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4393939393939394,Kills:3.4696969696969697,Deaths:4.03030303030303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.48989898989899,Count:198},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:2,Winner:.4887640449438202,Kills:3.831460674157303,Deaths:4.421348314606742,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.747191011235955,Count:178},{Actor:"*Rona*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4461538461538462,Kills:3.707692307692308,Deaths:5.138461538461539,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.282051282051282,Count:195},{Actor:"*Reim*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4835164835164835,Kills:3.681318681318681,Deaths:4.15934065934066,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.467032967032967,Count:182},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5333333333333333,Kills:2.8181818181818183,Deaths:2.5636363636363635,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.503030303030303,Count:165},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.52046783625731,Kills:2.47953216374269,Deaths:2.309941520467836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5029239766081871,Count:171},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4564102564102564,Kills:1.6512820512820512,Deaths:2.4153846153846152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4512820512820513,Count:195},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4734042553191489,Kills:1.8138297872340425,Deaths:2.2606382978723403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43617021276595747,Count:188},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5235294117647059,Kills:2.8823529411764706,Deaths:2.4411764705882355,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6058823529411764,Count:170},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5232558139534884,Kills:4.843023255813954,Deaths:4.680232558139535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8488372093023258,Count:172},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_ArmyOfSouls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45226130653266333,Kills:1.6834170854271358,Deaths:2.3819095477386933,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4472361809045226,Count:199},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47619047619047616,Kills:1.746031746031746,Deaths:2.1375661375661377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5026455026455027,Count:189},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_BigAppetite*",Mode:"casual_aral",LevelBucket:1,Winner:.3991228070175439,Kills:3.5219298245614037,Deaths:4.228070175438597,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3333333333333335,Count:228},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4972677595628415,Kills:2.3114754098360657,Deaths:2.5737704918032787,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5300546448087432,Count:183},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47668393782383417,Kills:1.8911917098445596,Deaths:1.7875647668393781,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45077720207253885,Count:193},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5443786982248521,Kills:2.1479289940828403,Deaths:2.230769230769231,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7633136094674556,Count:169},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3563218390804598,Kills:2.1494252873563218,Deaths:2.6475095785440614,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4367816091954023,Count:261},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"casual_aral",LevelBucket:1,Winner:.42081447963800905,Kills:4.538461538461538,Deaths:5.013574660633484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.434389140271493,Count:221},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:1,Winner:.4246575342465753,Kills:4.333333333333333,Deaths:4.073059360730594,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5753424657534247,Count:219},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.458128078817734,Kills:1.167487684729064,Deaths:1.9014778325123152,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42857142857142855,Count:203},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5027027027027027,Kills:1.162162162162162,Deaths:1.4216216216216215,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5243243243243243,Count:185},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3274647887323944,Kills:2.415492957746479,Deaths:3.98943661971831,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8873239436619718,Count:284},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:2,Winner:.6394557823129252,Kills:5.387755102040816,Deaths:3.7823129251700682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.272108843537415,Count:147},{Actor:"*SAW*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4351851851851852,Kills:2.4583333333333335,Deaths:2.4953703703703702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5509259259259259,Count:216},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47,Kills:2.52,Deaths:2.365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42,Count:200},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:3.8210526315789473,Deaths:4.331578947368421,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.536842105263158,Count:190},{Actor:"*Krul*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5106382978723404,Kills:2.372340425531915,Deaths:2.021276595744681,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2712765957446808,Count:188},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5105263157894737,Kills:2.094736842105263,Deaths:2.2157894736842105,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5210526315789473,Count:190},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"casual_aral",LevelBucket:0,Winner:.546448087431694,Kills:4.6502732240437155,Deaths:4.114754098360656,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.989071038251366,Count:183},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5102040816326531,Kills:2.872448979591837,Deaths:2.3316326530612246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6377551020408163,Count:196},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5263157894736842,Kills:2.8157894736842106,Deaths:2.6,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5263157894736842,Count:190},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5050505050505051,Kills:2.090909090909091,Deaths:2.2474747474747474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:198},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4484304932735426,Kills:2.1659192825112106,Deaths:2.291479820627803,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.452914798206278,Count:223},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45089285714285715,Kills:1.9419642857142858,Deaths:2.6517857142857144,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5133928571428571,Count:224},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.517948717948718,Kills:2.0871794871794873,Deaths:2.466666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37948717948717947,Count:195},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4358974358974359,Kills:2.6666666666666665,Deaths:2.465811965811966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46153846153846156,Count:234},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4594594594594595,Kills:1.8693693693693694,Deaths:2.027027027027027,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4594594594594595,Count:222},{Actor:"*Samuel*",Talent:"*Talent_Samuel_UnwakingNightmare*",Mode:"casual_aral",LevelBucket:0,Winner:.4811320754716981,Kills:3.75,Deaths:3.943396226415094,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6745283018867925,Count:212},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:1,Winner:.4594594594594595,Kills:4.117117117117117,Deaths:3.945945945945946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.77027027027027,Count:222},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"casual_aral",LevelBucket:1,Winner:.5786516853932584,Kills:4.269662921348314,Deaths:3.831460674157303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.831460674157303,Count:178},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4660633484162896,Kills:2.16289592760181,Deaths:2.5520361990950224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.416289592760181,Count:221},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:2,Winner:.5722222222222222,Kills:3.5444444444444443,Deaths:3.488888888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.227777777777778,Count:180},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.5473684210526316,Kills:2.6736842105263157,Deaths:3.373684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7263157894736842,Count:190},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.43568464730290457,Kills:2.066390041493776,Deaths:2.5477178423236513,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38589211618257263,Count:241},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"casual_aral",LevelBucket:1,Winner:.5196078431372549,Kills:4.112745098039215,Deaths:4.666666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.696078431372549,Count:204},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49767441860465117,Kills:2.488372093023256,Deaths:2.511627906976744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4511627906976744,Count:215},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"casual_aral",LevelBucket:0,Winner:.39925373134328357,Kills:3.3134328358208953,Deaths:3.720149253731343,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544776119402985,Count:268},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4553191489361702,Kills:3.625531914893617,Deaths:4.0212765957446805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7914893617021277,Count:235},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.4251968503937008,Kills:3.5078740157480315,Deaths:3.8188976377952755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5708661417322833,Count:254},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:2,Winner:.6545454545454545,Kills:5.490909090909091,Deaths:4.1030303030303035,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5393939393939395,Count:165},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:2,Winner:.5706806282722513,Kills:5.052356020942408,Deaths:3.6858638743455496,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9581151832460733,Count:191},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5215311004784688,Kills:2.598086124401914,Deaths:2.488038277511962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.631578947368421,Count:209},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.43478260869565216,Kills:2.849802371541502,Deaths:3.5217391304347827,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3043478260869565,Count:253},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:1,Winner:.42528735632183906,Kills:3.8160919540229883,Deaths:4.800766283524904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.478927203065134,Count:261},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.5842105263157895,Kills:2.8789473684210525,Deaths:2.8421052631578947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9789473684210527,Count:190},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5490196078431373,Kills:3.5392156862745097,Deaths:3,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45588235294117646,Count:204},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48695652173913045,Kills:1.9608695652173913,Deaths:2.2869565217391306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5173913043478261,Count:230},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5185185185185185,Kills:2.9768518518518516,Deaths:2.486111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5185185185185185,Count:216},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:2,Winner:.5458937198067633,Kills:5.091787439613527,Deaths:4.444444444444445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.975845410628019,Count:207},{Actor:"*Malene*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3220338983050847,Kills:2.8361581920903953,Deaths:3.8870056497175143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.062146892655367,Count:354},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.452755905511811,Kills:1.952755905511811,Deaths:2.547244094488189,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5866141732283464,Count:254},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4713114754098361,Kills:2.0163934426229506,Deaths:2.4344262295081966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38524590163934425,Count:244},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:0,Winner:.4773662551440329,Kills:4.403292181069959,Deaths:4.390946502057613,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6419753086419755,Count:243},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.39057239057239057,Kills:2.1178451178451176,Deaths:3.016835016835017,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3501683501683502,Count:297},{Actor:"*Joule*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.47540983606557374,Kills:4.086065573770492,Deaths:4.459016393442623,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.44672131147541,Count:244},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"casual_aral",LevelBucket:1,Winner:.44274809160305345,Kills:4.793893129770993,Deaths:4.8320610687022905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3435114503816794,Count:262},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.36942675159235666,Kills:2.828025477707006,Deaths:3.859872611464968,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.248407643312102,Count:314},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:2,Winner:.5707317073170731,Kills:6.082926829268293,Deaths:4.595121951219512,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.131707317073171,Count:205},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:2,Winner:.5064935064935064,Kills:2.83982683982684,Deaths:3.168831168831169,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.935064935064935,Count:231},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.4119718309859155,Kills:2.964788732394366,Deaths:3.232394366197183,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4049295774647885,Count:284},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45038167938931295,Kills:2.5839694656488548,Deaths:2.9580152671755724,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40458015267175573,Count:262},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:2,Winner:.7065868263473054,Kills:5.922155688622754,Deaths:4,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4850299401197606,Count:167},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.38688524590163936,Kills:.8098360655737705,Deaths:1.8295081967213114,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.28852459016393445,Count:305},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5315315315315315,Kills:2.9234234234234235,Deaths:2.6126126126126126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7792792792792793,Count:222},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:0,Winner:.43010752688172044,Kills:3.8422939068100357,Deaths:4.007168458781362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4265232974910393,Count:279},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:1,Winner:.4819277108433735,Kills:4.184738955823293,Deaths:4.353413654618474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.891566265060241,Count:249},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:1,Winner:.49382716049382713,Kills:4.102880658436214,Deaths:4.098765432098766,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.728395061728395,Count:243},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5627906976744186,Kills:2.772093023255814,Deaths:2.8790697674418606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3953488372093023,Count:215},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.510548523206751,Kills:1.6582278481012658,Deaths:2.2151898734177213,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5527426160337553,Count:237},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4763779527559055,Kills:2.4803149606299213,Deaths:2.7559055118110236,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4881889763779528,Count:254},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5422222222222223,Kills:1.9022222222222223,Deaths:2.351111111111111,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8488888888888889,Count:225},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"casual_aral",LevelBucket:1,Winner:.5236051502145923,Kills:4.167381974248927,Deaths:4.351931330472103,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9313304721030042,Count:233},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.4392857142857143,Kills:3.3321428571428573,Deaths:4.614285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4642857142857144,Count:280},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:2,Winner:.48638132295719844,Kills:5.097276264591439,Deaths:4.11284046692607,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.813229571984436,Count:257},{Actor:"*Joule*",Talent:"*Talent_Joule_ThunderingSteps*",Mode:"casual_aral",LevelBucket:1,Winner:.5707762557077626,Kills:4.598173515981735,Deaths:4.168949771689498,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0045662100456623,Count:219},{Actor:"*Ozo*",Talent:"*Talent_Ozo_Bangarangarang*",Mode:"casual_aral",LevelBucket:1,Winner:.4770992366412214,Kills:4.4465648854961835,Deaths:4.786259541984733,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.515267175572519,Count:262},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:2,Winner:.6218905472636815,Kills:4.786069651741293,Deaths:3.572139303482587,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1791044776119404,Count:201},{Actor:"*Tony*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.4084967320261438,Kills:3.9313725490196076,Deaths:4.313725490196078,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2941176470588234,Count:306},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:1,Winner:.43859649122807015,Kills:4.108771929824561,Deaths:5.168421052631579,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.16140350877193,Count:285},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"casual_aral",LevelBucket:1,Winner:.5186721991701245,Kills:4.672199170124482,Deaths:4.132780082987552,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9460580912863072,Count:241},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5630630630630631,Kills:2.8828828828828827,Deaths:2.2432432432432434,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4369369369369369,Count:222},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.39747634069400634,Kills:4.132492113564669,Deaths:4.65615141955836,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2681388012618298,Count:317},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4980392156862745,Kills:2.4196078431372547,Deaths:2.23921568627451,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34509803921568627,Count:255},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.616504854368932,Kills:3.4174757281553396,Deaths:2.033980582524272,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6067961165048543,Count:206},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4847328244274809,Kills:1.7786259541984732,Deaths:2.435114503816794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:262},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"casual_aral",LevelBucket:1,Winner:.5245901639344263,Kills:5.114754098360656,Deaths:4.508196721311475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7950819672131146,Count:244},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:1,Winner:.48484848484848486,Kills:4.587121212121212,Deaths:4.78030303030303,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.912878787878788,Count:264},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5203252032520326,Kills:2.207317073170732,Deaths:2.1910569105691056,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:246},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4169381107491857,Kills:1.4560260586319218,Deaths:2.228013029315961,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48859934853420195,Count:307},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.42524916943521596,Kills:2.4019933554817277,Deaths:2.5946843853820596,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3388704318936877,Count:301},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:1,Winner:.4708029197080292,Kills:3.2262773722627736,Deaths:3.989051094890511,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.781021897810219,Count:274},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5327868852459017,Kills:2.2295081967213113,Deaths:1.9795081967213115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47540983606557374,Count:244},{Actor:"*Reim*",Talent:"*Talent_Reim_Revenant*",Mode:"casual_aral",LevelBucket:1,Winner:.5368852459016393,Kills:3.6885245901639343,Deaths:3.848360655737705,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0450819672131146,Count:244},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5,Kills:2.2083333333333335,Deaths:2.231060606060606,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45075757575757575,Count:264},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:1,Winner:.43853820598006643,Kills:5.033222591362127,Deaths:4.4352159468438535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5548172757475083,Count:301},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:2,Winner:.5477178423236515,Kills:3.215767634854772,Deaths:3.66804979253112,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7510373443983402,Count:241},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40181268882175225,Kills:3.283987915407855,Deaths:3.5558912386706947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5438066465256797,Count:331},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:1,Winner:.4539249146757679,Kills:4.296928327645051,Deaths:4.040955631399317,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5563139931740615,Count:293},{Actor:"*Samuel*",Talent:"*Talent_Samuel_ViscousDarkness*",Mode:"casual_aral",LevelBucket:1,Winner:.5135135135135135,Kills:4.11969111969112,Deaths:3.494208494208494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.911196911196911,Count:259},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:1,Winner:.44966442953020136,Kills:4.208053691275167,Deaths:4.10738255033557,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.295302013422819,Count:298},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:1,Winner:.5491803278688525,Kills:4.577868852459017,Deaths:4.299180327868853,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.877049180327869,Count:244},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:0,Winner:.39067055393586003,Kills:4.478134110787172,Deaths:4.760932944606414,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.075801749271137,Count:343},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"casual_aral",LevelBucket:1,Winner:.5252918287937743,Kills:2.9494163424124515,Deaths:2.953307392996109,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.821011673151751,Count:257},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"casual_aral",LevelBucket:0,Winner:.4426229508196721,Kills:4.386885245901639,Deaths:4.118032786885246,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.259016393442623,Count:305},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4179566563467492,Kills:2.281733746130031,Deaths:2.6594427244582044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5232198142414861,Count:323},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:1,Winner:.44554455445544555,Kills:4.148514851485149,Deaths:4.224422442244224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6633663366336635,Count:303},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4891304347826087,Kills:1.460144927536232,Deaths:1.9021739130434783,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3442028985507246,Count:276},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5037037037037037,Kills:1.7185185185185186,Deaths:2.237037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43333333333333335,Count:270},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4788732394366197,Kills:2.1901408450704225,Deaths:2.316901408450704,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4507042253521127,Count:284},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.47719298245614034,Kills:2.2070175438596493,Deaths:2.466666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6350877192982456,Count:285},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:4.319852941176471,Deaths:4.294117647058823,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.588235294117647,Count:272},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4875444839857651,Kills:2.6548042704626336,Deaths:2.7508896797153026,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47686832740213525,Count:281},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:2,Winner:.5854700854700855,Kills:4.427350427350428,Deaths:3.551282051282051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2777777777777777,Count:234},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:2,Winner:.5369649805447471,Kills:3.8365758754863815,Deaths:3.4747081712062258,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9299610894941632,Count:257},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4826388888888889,Kills:1.6944444444444444,Deaths:2.232638888888889,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5347222222222222,Count:288},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:1,Winner:.4793103448275862,Kills:4.26551724137931,Deaths:4.372413793103449,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.613793103448276,Count:290},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5714285714285714,Kills:1.7918367346938775,Deaths:2.0081632653061225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5387755102040817,Count:245},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:1,Winner:.5108695652173914,Kills:2.4057971014492754,Deaths:3.431159420289855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.681159420289855,Count:276},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.376,Kills:2.7146666666666666,Deaths:3.6586666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3173333333333335,Count:375},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4577922077922078,Kills:1.8149350649350648,Deaths:1.9448051948051948,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45454545454545453,Count:308},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:2,Winner:.48788927335640137,Kills:2.5121107266435985,Deaths:2.9480968858131487,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.754325259515571,Count:289},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:0,Winner:.461038961038961,Kills:4.191558441558442,Deaths:4.14935064935065,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6493506493506493,Count:308},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:1,Winner:.4879725085910653,Kills:3.058419243986254,Deaths:3.5326460481099655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6460481099656357,Count:291},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.384,Kills:1.8266666666666667,Deaths:2.2773333333333334,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4746666666666667,Count:375},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4768211920529801,Kills:2.390728476821192,Deaths:2.5231788079470197,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4370860927152318,Count:302},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4630225080385852,Kills:1.5659163987138263,Deaths:2.1961414790996785,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3858520900321543,Count:311},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:0,Winner:.42151162790697677,Kills:3.502906976744186,Deaths:4.424418604651163,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2674418604651163,Count:344},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.36523929471032746,Kills:3.1083123425692696,Deaths:4.954659949622166,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0730478589420653,Count:397},{Actor:"*Celeste*",Talent:"*Talent_Celeste_GalaxyCollapse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40502793296089384,Kills:1.6843575418994414,Deaths:2.2709497206703912,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48324022346368717,Count:358},{Actor:"*Adagio*",Talent:"*Talent_Adagio_AvengingWrath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49158249158249157,Kills:1.5353535353535352,Deaths:2.2794612794612794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5420875420875421,Count:297},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"casual_aral",LevelBucket:0,Winner:.45482866043613707,Kills:2.965732087227414,Deaths:3.6573208722741435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.454828660436137,Count:321},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:1,Winner:.5159010600706714,Kills:3.1943462897526502,Deaths:3.8586572438162543,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.76678445229682,Count:283},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45768025078369906,Kills:2.115987460815047,Deaths:2.394984326018809,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5799373040752351,Count:319},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42485549132947975,Kills:1.8526011560693643,Deaths:2.6098265895953756,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3063583815028902,Count:346},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.4966216216216216,Kills:2.722972972972973,Deaths:2.3445945945945947,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44594594594594594,Count:296},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4049586776859504,Kills:1.8512396694214877,Deaths:2.355371900826446,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40771349862258954,Count:363},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:1,Winner:.550561797752809,Kills:5.265917602996255,Deaths:4.056179775280899,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.940074906367041,Count:267},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5016949152542373,Kills:1.6372881355932203,Deaths:2.1966101694915254,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4576271186440678,Count:295},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4668769716088328,Kills:2.2933753943217665,Deaths:2.678233438485804,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35962145110410093,Count:317},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"casual_aral",LevelBucket:1,Winner:.4277456647398844,Kills:3.69364161849711,Deaths:3.8121387283236996,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.433526011560694,Count:346},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.6944444444444444,Kills:5.180555555555555,Deaths:2.962962962962963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.462962962962963,Count:216},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.3546099290780142,Kills:1.8581560283687943,Deaths:2.6146572104018913,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.44208037825059104,Count:423},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.41208791208791207,Kills:1.8434065934065933,Deaths:2.607142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3708791208791209,Count:364},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"casual_aral",LevelBucket:1,Winner:.4870967741935484,Kills:2.7129032258064516,Deaths:3.767741935483871,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5483870967741935,Count:310},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5490909090909091,Kills:2.170909090909091,Deaths:2.5527272727272727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3890909090909091,Count:275},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42178770949720673,Kills:2.122905027932961,Deaths:2.4916201117318435,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39664804469273746,Count:358},{Actor:"*Reza*",Talent:"*Talent_Reza_NetherRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.45345345345345345,Kills:2.5675675675675675,Deaths:2.5465465465465464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3963963963963964,Count:333},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:2,Winner:.6129032258064516,Kills:5.088709677419355,Deaths:4.205645161290323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.221774193548387,Count:248},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4355300859598854,Kills:2.2292263610315186,Deaths:2.5157593123209168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3753581661891118,Count:349},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4578313253012048,Kills:4.521084337349397,Deaths:4.807228915662651,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6626506024096384,Count:332},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5527272727272727,Kills:2.0872727272727274,Deaths:2.04,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4581818181818182,Count:275},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48417721518987344,Kills:1.2088607594936709,Deaths:1.9050632911392404,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4272151898734177,Count:316},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"casual_aral",LevelBucket:0,Winner:.4409221902017291,Kills:3.9913544668587897,Deaths:4.097982708933718,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6657060518731988,Count:347},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"casual_aral",LevelBucket:0,Winner:.43137254901960786,Kills:3.787114845938375,Deaths:4.476190476190476,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4005602240896358,Count:357},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49838187702265374,Kills:1.6957928802588997,Deaths:2.158576051779935,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3786407766990291,Count:309},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4873417721518987,Kills:2.2753164556962027,Deaths:2.6139240506329116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3860759493670886,Count:316},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:0,Winner:.5032467532467533,Kills:5.061688311688312,Deaths:4.512987012987013,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.685064935064935,Count:308},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"casual_aral",LevelBucket:1,Winner:.603112840466926,Kills:5.276264591439689,Deaths:3.6614785992217898,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.093385214007782,Count:257},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:2,Winner:.5115511551155115,Kills:4.122112211221122,Deaths:4.396039603960396,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8844884488448845,Count:303},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5611510791366906,Kills:2.0431654676258995,Deaths:2.2805755395683454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46402877697841727,Count:278},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47147147147147145,Kills:1.8588588588588588,Deaths:1.87987987987988,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5375375375375375,Count:333},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4460227272727273,Kills:1.8948863636363635,Deaths:2.559659090909091,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3096590909090909,Count:352},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:2,Winner:.5508771929824562,Kills:4.066666666666666,Deaths:3.4175438596491228,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9368421052631577,Count:285},{Actor:"*Petal*",Talent:"*Talent_Petal_ExplosionForce*",Mode:"casual_aral",LevelBucket:1,Winner:.45664739884393063,Kills:3.6416184971098264,Deaths:4.020231213872832,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.708092485549133,Count:346},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4475920679886686,Kills:1.0368271954674222,Deaths:1.6770538243626063,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34844192634560905,Count:353},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4305177111716621,Kills:2.302452316076294,Deaths:2.550408719346049,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37329700272479566,Count:367},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:0,Winner:.40616966580976865,Kills:4.056555269922879,Deaths:4.912596401028278,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.190231362467866,Count:389},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"casual_aral",LevelBucket:1,Winner:.43561643835616437,Kills:4.063013698630137,Deaths:5.052054794520548,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4273972602739726,Count:365},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"casual_aral",LevelBucket:1,Winner:.5445205479452054,Kills:3.4486301369863015,Deaths:3.845890410958904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.671232876712329,Count:292},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4542857142857143,Kills:2.1342857142857143,Deaths:2.48,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5371428571428571,Count:350},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49079754601226994,Kills:1.861963190184049,Deaths:1.8803680981595092,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4294478527607362,Count:326},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5228758169934641,Kills:2.022875816993464,Deaths:2.303921568627451,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4215686274509804,Count:306},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47352941176470587,Kills:2.5205882352941176,Deaths:2.3823529411764706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5147058823529411,Count:340},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.5328947368421053,Kills:2.825657894736842,Deaths:3.723684210526316,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6414473684210527,Count:304},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5684210526315789,Kills:1.7473684210526317,Deaths:1.856140350877193,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5298245614035088,Count:285},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4358288770053476,Kills:1.3823529411764706,Deaths:1.967914438502674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3983957219251337,Count:374},{Actor:"*Flicker*",Talent:"*Talent_Flicker_FairyHealing*",Mode:"casual_aral",LevelBucket:1,Winner:.6074074074074074,Kills:3.1481481481481484,Deaths:3.0925925925925926,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.962962962962963,Count:270},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5046153846153846,Kills:1.96,Deaths:2.0153846153846153,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4276923076923077,Count:325},{Actor:"*Rona*",Talent:"*Talent_Rona_FastWhirlwind*",Mode:"casual_aral",LevelBucket:1,Winner:.4837758112094395,Kills:3.920353982300885,Deaths:4.640117994100295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.640117994100295,Count:339},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47988505747126436,Kills:2.310344827586207,Deaths:4.922413793103448,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3850574712643677,Count:348},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:1,Winner:.4677871148459384,Kills:4.03641456582633,Deaths:4.383753501400561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6134453781512605,Count:357},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"casual_aral",LevelBucket:1,Winner:.5637583892617449,Kills:4.204697986577181,Deaths:3.738255033557047,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0503355704697985,Count:298},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5266457680250783,Kills:1.3636363636363635,Deaths:1.8777429467084639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5109717868338558,Count:319},{Actor:"*Lance*",Talent:"*Talent_Lance_Striker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4278481012658228,Kills:1.7620253164556963,Deaths:2.392405063291139,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42025316455696204,Count:395},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.40669856459330145,Kills:2.6004784688995217,Deaths:3.7822966507177034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.411483253588517,Count:418},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.49853372434017595,Kills:2.964809384164223,Deaths:2.4281524926686218,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6070381231671554,Count:341},{Actor:"*Joule*",Talent:"*Talent_Joule_RocketLeapfrog*",Mode:"casual_aral",LevelBucket:0,Winner:.48295454545454547,Kills:3.71875,Deaths:4.636363636363637,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4943181818181817,Count:352},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4748603351955307,Kills:2.0810055865921786,Deaths:2.564245810055866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43575418994413406,Count:358},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:2,Winner:.5466237942122186,Kills:5.19935691318328,Deaths:3.9389067524115755,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6913183279742765,Count:311},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"casual_aral",LevelBucket:1,Winner:.49709302325581395,Kills:1.4563953488372092,Deaths:1.9069767441860466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9593023255813953,Count:344},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"casual_aral",LevelBucket:1,Winner:.5327102803738317,Kills:4.632398753894081,Deaths:4.582554517133956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7757009345794392,Count:321},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4479166666666667,Kills:2.078125,Deaths:2.5182291666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:384},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"casual_aral",LevelBucket:1,Winner:.6056338028169014,Kills:2.9049295774647885,Deaths:3.214788732394366,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.066901408450704,Count:284},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"casual_aral",LevelBucket:0,Winner:.46112600536193027,Kills:4.351206434316354,Deaths:4.632707774798928,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4262734584450403,Count:373},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"casual_aral",LevelBucket:0,Winner:.49712643678160917,Kills:4.870689655172414,Deaths:4.135057471264368,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8994252873563218,Count:348},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:1,Winner:.5562700964630225,Kills:4.07395498392283,Deaths:4.729903536977492,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.643086816720257,Count:311},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5474683544303798,Kills:3.8259493670886076,Deaths:2.8069620253164556,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5474683544303798,Count:316},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:0,Winner:.5576923076923077,Kills:4.278846153846154,Deaths:3.8621794871794872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8076923076923075,Count:312},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:2,Winner:.5,Kills:2.778735632183908,Deaths:3.442528735632184,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.824712643678161,Count:348},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:1,Winner:.49291784702549574,Kills:3.8753541076487252,Deaths:4.696883852691218,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7025495750708215,Count:353},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5043478260869565,Kills:2.663768115942029,Deaths:2.5159420289855072,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48985507246376814,Count:345},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4037122969837587,Kills:2.0603248259860787,Deaths:2.6426914153132253,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39675174013921116,Count:431},{Actor:"*Grace*",Talent:"*Talent_Grace_DoubleBenediction*",Mode:"casual_aral",LevelBucket:0,Winner:.49714285714285716,Kills:3.277142857142857,Deaths:3.854285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66,Count:350},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"casual_aral",LevelBucket:1,Winner:.4268292682926829,Kills:4.326829268292683,Deaths:4.15609756097561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.473170731707317,Count:410},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:1,Winner:.4971590909090909,Kills:3.5426136363636362,Deaths:3.6676136363636362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7301136363636362,Count:352},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4985835694050991,Kills:1.5269121813031161,Deaths:1.9206798866855523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38526912181303113,Count:353},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43031784841075793,Kills:2.237163814180929,Deaths:2.466992665036675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45232273838630804,Count:409},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:2,Winner:.5114942528735632,Kills:4.235632183908046,Deaths:4.123563218390805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8764367816091956,Count:348},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5615141955835962,Kills:3.356466876971609,Deaths:2.580441640378549,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.526813880126183,Count:317},{Actor:"*Flicker*",Talent:"*Talent_Flicker_BindingDust*",Mode:"casual_aral",LevelBucket:0,Winner:.5233918128654971,Kills:3.2339181286549707,Deaths:3.716374269005848,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.757309941520468,Count:342},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:0,Winner:.5391566265060241,Kills:4.057228915662651,Deaths:4.493975903614458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8283132530120483,Count:332},{Actor:"*Alpha*",Talent:"*Talent_Alpha_PrimeTime*",Mode:"casual_aral",LevelBucket:0,Winner:.48118279569892475,Kills:4.330645161290323,Deaths:4.166666666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.774193548387097,Count:372},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.468586387434555,Kills:1.3219895287958114,Deaths:1.7460732984293195,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.518324607329843,Count:382},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4513715710723192,Kills:2.486284289276808,Deaths:2.7231920199501247,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5561097256857855,Count:401},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"casual_aral",LevelBucket:1,Winner:.5171428571428571,Kills:3.2142857142857144,Deaths:3.874285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.677142857142857,Count:350},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5321637426900585,Kills:3.002923976608187,Deaths:2.760233918128655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49707602339181284,Count:342},{Actor:"*Grace*",Talent:"*Talent_Grace_UnitedFront*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5368731563421829,Kills:1.2713864306784661,Deaths:1.640117994100295,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5663716814159292,Count:339},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.42924528301886794,Kills:2.681603773584906,Deaths:4.384433962264151,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9103773584905661,Count:424},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.65,Kills:3.7928571428571427,Deaths:2.289285714285714,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9071428571428571,Count:280},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"casual_aral",LevelBucket:0,Winner:.46464646464646464,Kills:3.9292929292929295,Deaths:4.732323232323233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.532828282828283,Count:396},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"casual_aral",LevelBucket:1,Winner:.5317919075144508,Kills:3.7427745664739884,Deaths:4.332369942196531,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.684971098265896,Count:346},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5242165242165242,Kills:2.6837606837606836,Deaths:2.623931623931624,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4843304843304843,Count:351},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.49865229110512127,Kills:1.8059299191374663,Deaths:2.070080862533693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3719676549865229,Count:371},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:2,Winner:.41517857142857145,Kills:4.71875,Deaths:4.462053571428571,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.265625,Count:448},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"casual_aral",LevelBucket:1,Winner:.5598802395209581,Kills:5.014970059880239,Deaths:4.092814371257485,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8892215568862274,Count:334},{Actor:"*Glaive*",Talent:"*Talent_Glaive_ViolentAfterburn*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.428246013667426,Kills:2.009111617312073,Deaths:2.6036446469248293,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35990888382687924,Count:439},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.45410628019323673,Kills:2.4806763285024154,Deaths:2.601449275362319,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5289855072463768,Count:414},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4986737400530504,Kills:.896551724137931,Deaths:1.6180371352785146,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4854111405835544,Count:377},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:1,Winner:.6057692307692307,Kills:2.6891025641025643,Deaths:3.076923076923077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.128205128205128,Count:312},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:1,Winner:.6597222222222222,Kills:6.256944444444445,Deaths:4.072916666666667,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.361111111111111,Count:288},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:2,Winner:.6345514950166113,Kills:5.647840531561462,Deaths:3.6710963455149503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3156146179401995,Count:301},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"casual_aral",LevelBucket:0,Winner:.47869674185463656,Kills:3.6791979949874687,Deaths:3.6290726817042605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6140350877192984,Count:399},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"casual_aral",LevelBucket:0,Winner:.4321266968325792,Kills:3.7828054298642533,Deaths:4.319004524886878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.434389140271493,Count:442},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5552325581395349,Kills:2.244186046511628,Deaths:2.2848837209302326,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7441860465116279,Count:344},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:0,Winner:.5079365079365079,Kills:4.526455026455026,Deaths:3.955026455026455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6825396825396823,Count:378},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:1,Winner:.6056782334384858,Kills:4.359621451104101,Deaths:3.826498422712934,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2334384858044163,Count:317},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:0,Winner:.4304932735426009,Kills:5.0358744394618835,Deaths:4.84304932735426,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551569506726456,Count:446},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:0,Winner:.4674698795180723,Kills:3.4265060240963856,Deaths:3.310843373493976,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.575903614457831,Count:415},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:1,Winner:.5672514619883041,Kills:4.692982456140351,Deaths:3.4005847953216373,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.064327485380117,Count:342},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"casual_aral",LevelBucket:0,Winner:.4674698795180723,Kills:4.253012048192771,Deaths:4.554216867469879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544578313253012,Count:415},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4401805869074492,Kills:2.507900677200903,Deaths:2.706546275395034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3792325056433409,Count:443},{Actor:"*Lyra*",Talent:"*Talent_Lyra_GythianWard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5357142857142857,Kills:1.4972527472527473,Deaths:1.379120879120879,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5439560439560439,Count:364},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"casual_aral",LevelBucket:0,Winner:.436241610738255,Kills:4.7539149888143175,Deaths:4.5480984340044746,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3579418344519016,Count:447},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:1,Winner:.5429362880886427,Kills:2.9778393351800556,Deaths:3.5623268698060944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.011080332409972,Count:361},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"casual_aral",LevelBucket:1,Winner:.38104448742746616,Kills:4.6518375241779495,Deaths:4.601547388781431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.13926499032882,Count:517},{Actor:"*Lyra*",Talent:"*Talent_Lyra_MobileBulwark*",Mode:"casual_aral",LevelBucket:1,Winner:.5142857142857142,Kills:3.522077922077922,Deaths:3.3402597402597403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.787012987012987,Count:385},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:1,Winner:.5063938618925832,Kills:3.9744245524296673,Deaths:4.304347826086956,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.652173913043478,Count:391},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"casual_aral",LevelBucket:1,Winner:.5577464788732395,Kills:4.771830985915493,Deaths:4.149295774647888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1098591549295773,Count:355},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"casual_aral",LevelBucket:0,Winner:.4479638009049774,Kills:3.9547511312217196,Deaths:3.51131221719457,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.506787330316742,Count:442},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"casual_aral",LevelBucket:0,Winner:.41200828157349895,Kills:3.875776397515528,Deaths:5.211180124223603,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.153209109730849,Count:483},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:1,Winner:.46403712296983757,Kills:4.580046403712297,Deaths:4.433874709976799,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7726218097447797,Count:431},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4797136038186158,Kills:4.315035799522673,Deaths:4.097852028639618,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.739856801909308,Count:419},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.42138364779874216,Kills:3.3165618448637315,Deaths:3.4821802935010484,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.492662473794549,Count:477},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:5,Winner:.7013888888888888,Kills:3.6215277777777777,Deaths:1.9583333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7569444444444444,Count:288},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"casual_aral",LevelBucket:0,Winner:.46436781609195404,Kills:4.110344827586207,Deaths:4.468965517241379,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5310344827586206,Count:435},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:0,Winner:.4580498866213152,Kills:3.1043083900226756,Deaths:3.3741496598639458,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5941043083900226,Count:441},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:1,Winner:.4719626168224299,Kills:3.7429906542056073,Deaths:4.539719626168225,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6051401869158877,Count:428},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"casual_aral",LevelBucket:0,Winner:.48325358851674644,Kills:4.2272727272727275,Deaths:4.464114832535885,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6411483253588517,Count:418},{Actor:"*Rona*",Talent:"*Talent_Rona_HeroicBrawler*",Mode:"casual_aral",LevelBucket:0,Winner:.5456989247311828,Kills:4.454301075268817,Deaths:4.736559139784946,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8763440860215055,Count:372},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:1,Winner:.4963325183374083,Kills:2.9926650366748166,Deaths:3.7921760391198043,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.606356968215159,Count:409},{Actor:"*Rona*",Talent:"*Talent_Rona_MOARRage*",Mode:"casual_aral",LevelBucket:0,Winner:.4584269662921348,Kills:3.795505617977528,Deaths:4.878651685393258,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4764044943820225,Count:445},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45657015590200445,Kills:1.599109131403118,Deaths:2.2383073496659245,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3585746102449889,Count:449},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:1,Winner:.5555555555555556,Kills:4.197831978319783,Deaths:3.951219512195122,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.008130081300813,Count:369},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.36804308797127466,Kills:3.5080789946140034,Deaths:4.526032315978456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.132854578096948,Count:557},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.4485776805251641,Kills:4.74835886214442,Deaths:4.050328227571116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.636761487964989,Count:457},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlashFire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47785547785547783,Kills:2.1538461538461537,Deaths:2.445221445221445,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5337995337995338,Count:429},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Reconstitution*",Mode:"casual_aral",LevelBucket:0,Winner:.5099009900990099,Kills:4.242574257425742,Deaths:4.2004950495049505,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.900990099009901,Count:404},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.42946058091286304,Kills:2.7012448132780085,Deaths:3.4024896265560165,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5145228215767634,Count:482},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5606469002695418,Kills:2.4474393530997305,Deaths:2.288409703504043,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.46900269541778977,Count:371},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5251256281407035,Kills:.8969849246231156,Deaths:1.4572864321608041,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6658291457286433,Count:398},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:1,Winner:.4475374732334047,Kills:2.982869379014989,Deaths:3.5931477516059958,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.678800856531049,Count:467},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"casual_aral",LevelBucket:1,Winner:.5753424657534246,Kills:2.8328767123287673,Deaths:3.1424657534246574,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.16986301369863,Count:365},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"casual_aral",LevelBucket:0,Winner:.4606986899563319,Kills:2.004366812227074,Deaths:3.574235807860262,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.668122270742358,Count:458},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46373626373626375,Kills:2.487912087912088,Deaths:2.586813186813187,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3626373626373626,Count:455},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.42115768463073855,Kills:1.968063872255489,Deaths:2.407185628742515,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5728542914171657,Count:501},{Actor:"*Varya*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4231536926147705,Kills:1.6766467065868262,Deaths:2.4830339321357284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5429141716566867,Count:501},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"casual_aral",LevelBucket:1,Winner:.5380710659898477,Kills:5.307106598984771,Deaths:4.840101522842639,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.850253807106599,Count:394},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5220588235294118,Kills:1.9019607843137254,Deaths:2.4191176470588234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6397058823529411,Count:408},{Actor:"*Phinn*",Talent:"*Talent_Phinn_FriendlyCavil*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.504739336492891,Kills:.8720379146919431,Deaths:1.7322274881516588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42890995260663506,Count:422},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.513189448441247,Kills:2.0719424460431655,Deaths:2.3477218225419665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3932853717026379,Count:417},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:2,Winner:.7686832740213523,Kills:5.850533807829182,Deaths:3.619217081850534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.8256227758007118,Count:281},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.494279176201373,Kills:5.80091533180778,Deaths:5.327231121281464,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.954233409610984,Count:437},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5371287128712872,Kills:4.0495049504950495,Deaths:4.205445544554456,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.762376237623762,Count:404},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5740740740740741,Kills:1.9814814814814814,Deaths:2.058201058201058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4365079365079365,Count:378},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:2,Winner:.55470737913486,Kills:4.755725190839694,Deaths:3.4427480916030535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1653944020356235,Count:393},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5518987341772152,Kills:5.0708860759493675,Deaths:3.820253164556962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.921518987341772,Count:395},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:1,Winner:.5396039603960396,Kills:3.767326732673267,Deaths:3.6881188118811883,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.737623762376238,Count:404},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4036697247706422,Kills:2.436697247706422,Deaths:1.961467889908257,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3559633027522936,Count:545},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.533816425120773,Kills:1.78743961352657,Deaths:2.1231884057971016,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33816425120772947,Count:414},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"casual_aral",LevelBucket:0,Winner:.44646464646464645,Kills:2.963636363636364,Deaths:3.6666666666666665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.480808080808081,Count:495},{Actor:"*Flicker*",Talent:"*Talent_Flicker_SwarmingLight*",Mode:"casual_aral",LevelBucket:0,Winner:.4346978557504873,Kills:3.2339181286549707,Deaths:3.8810916179337234,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4814814814814814,Count:513},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:0,Winner:.4588477366255144,Kills:4.38477366255144,Deaths:4.44238683127572,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6810699588477367,Count:486},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:0,Winner:.6109589041095891,Kills:5.419178082191781,Deaths:4.038356164383561,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.326027397260274,Count:365},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3279648609077599,Kills:1.5666178623718887,Deaths:2.5300146412884335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3733528550512445,Count:683},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5114155251141552,Kills:3.0228310502283104,Deaths:2.84703196347032,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6141552511415526,Count:438},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"casual_aral",LevelBucket:0,Winner:.45,Kills:3.754,Deaths:4.508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6,Count:500},{Actor:"*Skye*",Talent:"*Talent_Skye_EnhancedThrusters*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.45582329317269077,Kills:2.244979919678715,Deaths:2.5060240963855422,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42570281124497994,Count:498},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5443645083932853,Kills:.4748201438848921,Deaths:.5059952038369304,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6690647482014388,Count:417},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"casual_aral",LevelBucket:1,Winner:.5469879518072289,Kills:4.862650602409639,Deaths:4.086746987951807,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8891566265060242,Count:415},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"casual_aral",LevelBucket:1,Winner:.6666666666666666,Kills:5.6608187134502925,Deaths:3.9678362573099415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4064327485380117,Count:342},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.637883008356546,Kills:4.835654596100278,Deaths:3.4206128133704734,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.3231197771587744,Count:359},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4711934156378601,Kills:2.94238683127572,Deaths:2.5699588477366255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5308641975308642,Count:486},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:0,Winner:.5145413870246085,Kills:4.299776286353468,Deaths:4.25503355704698,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8120805369127515,Count:447},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:1,Winner:.5311778290993071,Kills:4.25635103926097,Deaths:3.6605080831408774,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9815242494226326,Count:433},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48739495798319327,Kills:2.2205882352941178,Deaths:2.313025210084034,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.35294117647058826,Count:476},{Actor:"*Reim*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.45759368836291914,Kills:4.798816568047338,Deaths:6.06508875739645,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.903353057199211,Count:507},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:0,Winner:.6186666666666667,Kills:4.504,Deaths:3.6853333333333333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2,Count:375},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5587529976019184,Kills:5.103117505995204,Deaths:4.4844124700239805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9256594724220624,Count:417},{Actor:"*Glaive*",Talent:"*Talent_Glaive_TwistedPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4716599190283401,Kills:2.48582995951417,Deaths:2.783400809716599,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4392712550607287,Count:494},{Actor:"*Grumpjaw*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47657841140529533,Kills:6.70061099796334,Deaths:5.788187372708758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.735234215885947,Count:491},{Actor:"*Ozo*",Talent:"*Talent_Ozo_SecondWind*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.41711229946524064,Kills:2.014260249554367,Deaths:2.841354723707665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26916221033868093,Count:561},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:0,Winner:.4895833333333333,Kills:4.364583333333333,Deaths:4.335416666666666,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.689583333333333,Count:480},{Actor:"*Catherine*",Talent:"*Talent_Catherine_Shockwave*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4766734279918864,Kills:1.1724137931034482,Deaths:1.9371196754563895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36105476673427994,Count:493},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"casual_aral",LevelBucket:1,Winner:.4787018255578093,Kills:4.344827586206897,Deaths:4.338742393509127,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7302231237322516,Count:493},{Actor:"*Koshka*",Talent:"*Talent_Koshka_TwirlyLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4619883040935672,Kills:2.4541910331384016,Deaths:2.4463937621832357,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3898635477582846,Count:513},{Actor:"*Lorelai*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5486111111111112,Kills:2.9050925925925926,Deaths:4.12037037037037,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.962962962962963,Count:432},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"casual_aral",LevelBucket:1,Winner:.5,Kills:4.718487394957983,Deaths:4.361344537815126,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7899159663865545,Count:476},{Actor:"*Ozo*",Talent:"*Talent_Ozo_RingLeader*",Mode:"casual_aral",LevelBucket:0,Winner:.510548523206751,Kills:4.042194092827004,Deaths:4.9957805907173,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.521097046413502,Count:474},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5138004246284501,Kills:1.0233545647558386,Deaths:1.5583864118895967,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5371549893842887,Count:471},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.5353982300884956,Kills:4.134955752212389,Deaths:4.548672566371682,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8030973451327434,Count:452},{Actor:"*Koshka*",Talent:"*Talent_Koshka_SlashyPlayTime*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5388026607538803,Kills:2.4057649667405765,Deaths:2.680709534368071,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4567627494456763,Count:451},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:4,Winner:.6198979591836735,Kills:3.8010204081632653,Deaths:2.4183673469387754,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6326530612244898,Count:392},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"casual_aral",LevelBucket:1,Winner:.5072463768115942,Kills:3.712215320910973,Deaths:4.254658385093168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7950310559006213,Count:483},{Actor:"*Churnwalker*",Talent:"*Talent_Churnwalker_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.40229885057471265,Kills:2.5779967159277506,Deaths:3.4400656814449917,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2725779967159276,Count:609},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.508298755186722,Kills:.9377593360995851,Deaths:1.54149377593361,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5746887966804979,Count:482},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_Elusiveness*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.40863787375415284,Kills:2.700996677740864,Deaths:2.903654485049834,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3953488372093023,Count:602},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"casual_aral",LevelBucket:1,Winner:.4969818913480885,Kills:2.9859154929577465,Deaths:3.2917505030181085,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9336016096579476,Count:497},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.37883435582822084,Kills:1.728527607361963,Deaths:2.6273006134969323,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5230061349693251,Count:652},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:0,Winner:.4660377358490566,Kills:3.516981132075472,Deaths:3.8150943396226413,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.637735849056604,Count:530},{Actor:"*Petal*",Talent:"*Talent_Petal_KaboomSeeds*",Mode:"casual_aral",LevelBucket:0,Winner:.4911242603550296,Kills:4.151873767258382,Deaths:4.04930966469428,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.741617357001972,Count:507},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4472271914132379,Kills:2.2540250447227193,Deaths:2.6833631484794274,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5241502683363148,Count:559},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"casual_aral",LevelBucket:0,Winner:.5283018867924528,Kills:4.320754716981132,Deaths:4.335429769392033,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.8238993710691824,Count:477},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"casual_aral",LevelBucket:0,Winner:.4819734345351044,Kills:3.7229601518026567,Deaths:4.333965844402277,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.544592030360531,Count:527},{Actor:"*Petal*",Talent:"*Talent_Petal_Bouncer*",Mode:"casual_aral",LevelBucket:0,Winner:.5100401606425703,Kills:4.218875502008032,Deaths:4.072289156626506,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.716867469879518,Count:498},{Actor:"*Grumpjaw*",Talent:"*Talent_Grumpjaw_Rampage*",Mode:"casual_aral",LevelBucket:0,Winner:.4434782608695652,Kills:4.551304347826087,Deaths:4.746086956521739,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.5791304347826087,Count:575},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"casual_aral",LevelBucket:2,Winner:.6207729468599034,Kills:4.294685990338165,Deaths:3.4130434782608696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.364734299516908,Count:414},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:0,Winner:.6104513064133017,Kills:5.375296912114014,Deaths:4.289786223277909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.130641330166271,Count:421},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"casual_aral",LevelBucket:0,Winner:.582392776523702,Kills:2.6478555304740405,Deaths:3.0993227990970653,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.072234762979684,Count:443},{Actor:"*Tony*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4574468085106383,Kills:2.0620567375886525,Deaths:2.372340425531915,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36347517730496454,Count:564},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.524390243902439,Kills:4.17479674796748,Deaths:4.632113821138211,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.863821138211382,Count:492},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_PiercingShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.35537190082644626,Kills:1.8870523415977962,Deaths:2.257575757575758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.33884297520661155,Count:726},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5341614906832298,Kills:2.1821946169772257,Deaths:2.4244306418219463,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7308488612836439,Count:483},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5981524249422633,Kills:3.1293302540415704,Deaths:2.0554272517321017,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6143187066974596,Count:433},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"casual_aral",LevelBucket:0,Winner:.5118577075098815,Kills:5,Deaths:4.031620553359684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.699604743083004,Count:506},{Actor:"*Taka*",Talent:"*Talent_Taka_XXXRetsu*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4184168012924071,Kills:2.113085621970921,Deaths:2.8061389337641356,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2762520193861066,Count:619},{Actor:"*Varya*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.3981623277182236,Kills:4.569678407350689,Deaths:5.8284839203675345,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9724349157733538,Count:653},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:0,Winner:.4781021897810219,Kills:4.098540145985401,Deaths:3.5346715328467155,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.854014598540146,Count:548},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"casual_aral",LevelBucket:1,Winner:.5668103448275862,Kills:4.969827586206897,Deaths:3.7995689655172415,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.0129310344827585,Count:464},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4558058925476603,Kills:1.3379549393414212,Deaths:1.9098786828422878,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37954939341421146,Count:577},{Actor:"*Reim*",Talent:"*Talent_Reim_LongWinter*",Mode:"casual_aral",LevelBucket:0,Winner:.6050228310502284,Kills:4.353881278538813,Deaths:3.7168949771689497,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1392694063926943,Count:438},{Actor:"*Malene*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.3437094682230869,Kills:1.4137483787289236,Deaths:2.223086900129702,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.311284046692607,Count:771},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5095419847328244,Kills:2.7022900763358777,Deaths:2.4427480916030535,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3893129770992366,Count:524},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.551440329218107,Kills:2.6934156378600824,Deaths:2.3909465020576133,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6213991769547325,Count:486},{Actor:"*Gwen*",Talent:"*Talent_Gwen_ThreeOfAKind*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4438943894389439,Kills:2.301980198019802,Deaths:2.716171617161716,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4768976897689769,Count:606},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"casual_aral",LevelBucket:0,Winner:.7211796246648794,Kills:6.150134048257373,Deaths:3.8471849865951744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4906166219839143,Count:373},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"casual_aral",LevelBucket:1,Winner:.6094808126410836,Kills:5.1715575620767495,Deaths:4.1647855530474045,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.327313769751693,Count:443},{Actor:"*Alpha*",Talent:"*Talent_Alpha_CoreOverclock*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4891696750902527,Kills:2.4693140794223827,Deaths:2.3176895306859207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4368231046931408,Count:554},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:0,Winner:.6044444444444445,Kills:5.38,Deaths:4.237777777777778,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2422222222222223,Count:450},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"casual_aral",LevelBucket:0,Winner:.5429141716566867,Kills:3.007984031936128,Deaths:3.604790419161677,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6986027944111775,Count:501},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5526315789473685,Kills:3.402834008097166,Deaths:2.7024291497975708,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47368421052631576,Count:494},{Actor:"*Reim*",Talent:"*Talent_Reim_CreepingCold*",Mode:"casual_aral",LevelBucket:0,Winner:.5714285714285714,Kills:4.36231884057971,Deaths:3.801242236024845,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.9440993788819876,Count:483},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"casual_aral",LevelBucket:1,Winner:.5621181262729125,Kills:3.865580448065173,Deaths:3.5417515274949083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.879837067209776,Count:491},{Actor:"*Malene*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4734133790737564,Kills:5.34819897084048,Deaths:4.622641509433962,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8216123499142367,Count:583},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:0,Winner:.6549295774647887,Kills:6.053990610328638,Deaths:3.5093896713615025,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2370892018779345,Count:426},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5343511450381679,Kills:2.645038167938931,Deaths:2.2900763358778624,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42366412213740456,Count:524},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.49645390070921985,Kills:1.7677304964539007,Deaths:1.9663120567375887,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4574468085106383,Count:564},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42835365853658536,Kills:2.413109756097561,Deaths:2.192073170731707,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.31859756097560976,Count:656},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_ActiveReload*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.3671875,Kills:1.5950520833333333,Deaths:2.54296875,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40625,Count:768},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.44976076555023925,Kills:4.301435406698564,Deaths:4.8708133971291865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2615629984051036,Count:627},{Actor:"*Ardan*",Talent:"*Talent_Ardan_KnockoutPunch*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4236526946107784,Kills:1.4850299401197604,Deaths:2.062874251497006,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3772455089820359,Count:668},{Actor:"*Glaive*",Talent:"*Talent_Glaive_StunningBloodsong*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4565916398713826,Kills:2.2363344051446945,Deaths:2.6511254019292605,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39228295819935693,Count:622},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"casual_aral",LevelBucket:1,Winner:.5978947368421053,Kills:5.414736842105263,Deaths:4.191578947368421,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.1936842105263157,Count:475},{Actor:"*Fortress*",Talent:"*Talent_Fortress_CriticalWounds*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5245009074410163,Kills:2.1869328493647915,Deaths:2.3012704174228675,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3666061705989111,Count:551},{Actor:"*SAW*",Talent:"*Talent_SAW_RoadRage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.42313323572474376,Kills:2.4216691068814056,Deaths:3.0190336749633966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4816983894582723,Count:683},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5398886827458256,Kills:2.5176252319109462,Deaths:2.391465677179963,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47309833024118736,Count:539},{Actor:"*Baron*",Talent:"*Talent_Baron_TurboJets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43131462333825704,Kills:2.3456425406203842,Deaths:2.6469719350073855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5745937961595273,Count:677},{Actor:"*Taka*",Talent:"*Talent_Taka_ProtectiveDecoy*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.46540880503144655,Kills:2.3663522012578615,Deaths:2.242138364779874,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.32547169811320753,Count:636},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49665551839464883,Kills:2.239130434782609,Deaths:2.5551839464882944,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4698996655518395,Count:598},{Actor:"*Grace*",Talent:"*Talent_Grace_SealOfRetribution*",Mode:"casual_aral",LevelBucket:0,Winner:.5094017094017094,Kills:2.8205128205128207,Deaths:3.658119658119658,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.764102564102564,Count:585},{Actor:"*Churnwalker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5025125628140703,Kills:2.5376884422110555,Deaths:4.835845896147403,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.4840871021775544,Count:597},{Actor:"*Adagio*",Talent:"*Talent_Adagio_GiftOfLife*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5198618307426598,Kills:1.1157167530224525,Deaths:1.5181347150259068,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5233160621761658,Count:579},{Actor:"*Lance*",Talent:"*Talent_Lance_Rollout*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5136518771331058,Kills:2.3993174061433447,Deaths:2.112627986348123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4709897610921502,Count:586},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"casual_aral",LevelBucket:1,Winner:.6425531914893617,Kills:4.8808510638297875,Deaths:3.24468085106383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.4382978723404256,Count:470},{Actor:"*Petal*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5152542372881356,Kills:5.149152542372882,Deaths:4.893220338983051,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4661016949152543,Count:590},{Actor:"*Samuel*",Talent:"*Talent_Samuel_PowerSiphon*",Mode:"casual_aral",LevelBucket:1,Winner:.5515370705244123,Kills:4.618444846292948,Deaths:3.5027124773960217,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.2079566003616637,Count:553},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.496742671009772,Kills:2.8876221498371337,Deaths:2.768729641693811,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38599348534201955,Count:614},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5032786885245901,Kills:2.60327868852459,Deaths:2.1918032786885244,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5557377049180328,Count:610},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5099667774086378,Kills:2.9003322259136213,Deaths:2.335548172757475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.574750830564784,Count:602},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49597423510466987,Kills:2.674718196457327,Deaths:2.687600644122383,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4605475040257649,Count:621},{Actor:"*Gwen*",Talent:"*Talent_Gwen_Skedaddling*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4881516587677725,Kills:2.911532385466035,Deaths:2.5639810426540284,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5260663507109005,Count:633},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.38729763387297633,Kills:3.3262764632627646,Deaths:3.7945205479452055,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3175591531755915,Count:803},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6170634920634921,Kills:2.9404761904761907,Deaths:2.234126984126984,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5873015873015873,Count:504},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4785276073619632,Kills:1.205521472392638,Deaths:1.6794478527607362,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4570552147239264,Count:652},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_TheReaper*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5288135593220339,Kills:2.493220338983051,Deaths:2.4084745762711863,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4711864406779661,Count:590},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:1,Winner:.6507276507276507,Kills:4.646569646569646,Deaths:3.5239085239085237,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.397089397089397,Count:481},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48753894080996885,Kills:1.2788161993769471,Deaths:1.8224299065420562,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3660436137071651,Count:642},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4976228209191759,Kills:1.3708399366085577,Deaths:1.9318541996830427,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40570522979397783,Count:631},{Actor:"*Skye*",Talent:"*Talent_Skye_RainingDeath*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44569816643159377,Kills:2.1819464033850493,Deaths:2.602256699576869,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.43582510578279265,Count:709},{Actor:"*Idris*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43526170798898073,Kills:2.40633608815427,Deaths:2.5358126721763083,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40633608815426997,Count:726},{Actor:"*Baron*",Talent:"*Talent_Baron_TrionCannon*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49144634525660963,Kills:2.1430793157076207,Deaths:2.421461897356143,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.702954898911353,Count:643},{Actor:"*Catherine*",Talent:"*Talent_Catherine_QuickPursuit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47128129602356406,Kills:1.2209131075110458,Deaths:2.008836524300442,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41384388807069217,Count:679},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5431472081218274,Kills:2.6565143824027073,Deaths:2.042301184433164,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40947546531302875,Count:591},{Actor:"*Idris*",Talent:"*Talent_Idris_ChaChaChakram*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4370771312584574,Kills:2.512855209742896,Deaths:2.7645466847090665,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4654939106901218,Count:739},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5015337423312883,Kills:3.9095092024539877,Deaths:3.973926380368098,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.799079754601227,Count:652},{Actor:"*Lyra*",Talent:"*Talent_Lyra_TwinMissiles*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5247208931419458,Kills:2.827751196172249,Deaths:2.2392344497607657,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5933014354066986,Count:627},{Actor:"*Ringo*",Talent:"*Talent_Ringo_SpikedBrew*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47819767441860467,Kills:2.8517441860465116,Deaths:2.5959302325581395,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5203488372093024,Count:688},{Actor:"*Reza*",Talent:"*Talent_Reza_BurningBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5172955974842768,Kills:2.7185534591194966,Deaths:2.091194968553459,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4229559748427673,Count:636},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44,Kills:4.8773333333333335,Deaths:5.3693333333333335,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0613333333333332,Count:750},{Actor:"*Rona*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.41875,Kills:4.81875,Deaths:5.76,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8725,Count:800},{Actor:"*Malene*",Talent:"*Talent_Malene_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4207240948813982,Kills:1.6803995006242198,Deaths:2.15980024968789,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.37453183520599254,Count:801},{Actor:"*Idris*",Talent:"*Talent_Idris_ShimmerHeal*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5304212168486739,Kills:2.8798751950078003,Deaths:2.6084243369734788,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5023400936037441,Count:641},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4949201741654572,Kills:1.8447024673439767,Deaths:2.239477503628447,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5297532656023222,Count:689},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5269645608628659,Kills:2.1171032357473036,Deaths:2.201848998459168,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6764252696456087,Count:649},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4471968709256845,Kills:2.396349413298566,Deaths:2.7926988265971318,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.39113428943937417,Count:767},{Actor:"*Baron*",Talent:"*Talent_Baron_EndlessMortars*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4537037037037037,Kills:1.8888888888888888,Deaths:2.5145502645502646,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5952380952380952,Count:756},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:1,Winner:.7288135593220338,Kills:6.646186440677966,Deaths:3.336864406779661,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.6652542372881354,Count:472},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4496732026143791,Kills:2.41437908496732,Deaths:2.611764705882353,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5084967320261438,Count:765},{Actor:"*Reza*",Talent:"*Talent_Reza_Firemaker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5058479532163743,Kills:2.858187134502924,Deaths:2.460526315789474,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4342105263157895,Count:684},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5185735512630015,Kills:2.4323922734026744,Deaths:2.554234769687964,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5601783060921248,Count:673},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.42016806722689076,Kills:1.8079231692677071,Deaths:2.6482593037214888,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29531812725090034,Count:833},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"casual_aral",LevelBucket:1,Winner:.5562599049128367,Kills:4.393026941362916,Deaths:4.053882725832013,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.919175911251981,Count:631},{Actor:"*Lance*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44029850746268656,Kills:3.082089552238806,Deaths:4.9950248756218905,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5236318407960199,Count:804},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"casual_aral",LevelBucket:2,Winner:.6980392156862745,Kills:4.756862745098039,Deaths:3.2549019607843137,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.5941176470588236,Count:510},{Actor:"*Baptiste*",Talent:"*Talent_Baptiste_BadBadMojo*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4710526315789474,Kills:1.8171052631578948,Deaths:2.1776315789473686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4421052631578947,Count:760},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6295652173913043,Kills:3.0365217391304347,Deaths:1.9739130434782608,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7982608695652174,Count:575},{Actor:"*Koshka*",Talent:"*Talent_Koshka_Frenzied*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4219114219114219,Kills:2.1351981351981353,Deaths:2.7494172494172493,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.2937062937062937,Count:858},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4677835051546392,Kills:3.176546391752577,Deaths:2.752577319587629,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4252577319587629,Count:776},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentC*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4965986394557823,Kills:3.2122448979591836,Deaths:3.108843537414966,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.42993197278911566,Count:735},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_PointGuard*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4631979695431472,Kills:2.546954314720812,Deaths:2.713197969543147,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4035532994923858,Count:788},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"casual_aral",LevelBucket:1,Winner:.5140056022408963,Kills:4.014005602240896,Deaths:3.7100840336134455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.925770308123249,Count:714},{Actor:"*Rona*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.42725173210161665,Kills:5.785219399538106,Deaths:6.359122401847575,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5612009237875288,Count:866},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.41611479028697573,Kills:5.424944812362031,Deaths:6.156732891832229,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5816777041942605,Count:906},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5571847507331378,Kills:2.2155425219941347,Deaths:2.2360703812316713,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4501466275659824,Count:682},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.43209876543209874,Kills:2.1672278338945006,Deaths:2.389450056116723,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4118967452300786,Count:891},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5209742895805142,Kills:2.7726657645466846,Deaths:2.672530446549391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7293640054127198,Count:739},{Actor:"*Lorelai*",Talent:"*Talent_Lorelai_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.48074534161490684,Kills:2.860869565217391,Deaths:3.4919254658385093,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.66583850931677,Count:805},{Actor:"*Phinn*",Talent:"*Talent_Phinn_Phaster*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5606936416184971,Kills:1.1632947976878614,Deaths:1.439306358381503,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5346820809248555,Count:692},{Actor:"*Catherine*",Talent:"*Talent_Catherine_AdvancingGuard*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46634615384615385,Kills:1.3641826923076923,Deaths:1.9723557692307692,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36177884615384615,Count:832},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5063775510204082,Kills:2.99234693877551,Deaths:2.766581632653061,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6696428571428571,Count:784},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"casual_aral",LevelBucket:2,Winner:.7411545623836127,Kills:6.48975791433892,Deaths:3.3109869646182495,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:3.702048417132216,Count:537},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.5537190082644629,Kills:4.758953168044077,Deaths:4.31404958677686,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.849862258953168,Count:726},{Actor:"*Vox*",Talent:"*Talent_Vox_DeepDash*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4908869987849332,Kills:2.5176184690157957,Deaths:2.4750911300121508,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5334143377885784,Count:823},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.40158259149357073,Kills:2.4747774480712166,Deaths:2.636003956478734,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3066271018793274,Count:1011},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5049627791563276,Kills:3.764267990074442,Deaths:4.910669975186104,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.84863523573201,Count:806},{Actor:"*Celeste*",Talent:"*Talent_Celeste_YoungStar*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5037037037037037,Kills:1.9061728395061728,Deaths:2.254320987654321,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6049382716049383,Count:810},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.46583143507972663,Kills:1.7209567198177675,Deaths:2.2539863325740317,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5045558086560364,Count:878},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.43816631130063965,Kills:3.6087420042643923,Deaths:4.872068230277185,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.474413646055437,Count:938},{Actor:"*Lance*",Talent:"*Talent_Lance_ReinforcedWalls*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5254452926208651,Kills:1.1055979643765903,Deaths:1.491094147582697,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5,Count:786},{Actor:"*Blackfeather*",Talent:"*Talent_Blackfeather_HummingbirdHeart*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.48645465253239106,Kills:3.426383981154299,Deaths:2.7997644287396937,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4840989399293286,Count:849},{Actor:"*Tony*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.48023255813953486,Kills:6.03139534883721,Deaths:6.184883720930233,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5755813953488371,Count:860},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5334190231362468,Kills:2.9318766066838045,Deaths:2.5719794344473006,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40488431876606684,Count:778},{Actor:"*Celeste*",Talent:"*Talent_Celeste_CoreLeafClover*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4656319290465632,Kills:1.8082039911308203,Deaths:2.2527716186252773,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5066518847006651,Count:902},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5336721728081322,Kills:7.742058449809403,Deaths:6.0127064803049555,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5921219822109276,Count:787},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47039106145251397,Kills:4.979888268156425,Deaths:5.635754189944134,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8078212290502793,Count:895},{Actor:"*Petal*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5335868187579215,Kills:6.435994930291508,Deaths:4.899873257287706,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9936628643852978,Count:789},{Actor:"*Ozo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.46645021645021645,Kills:7.428571428571429,Deaths:6.454545454545454,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5097402597402598,Count:924},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5918918918918918,Kills:2.9824324324324323,Deaths:2.3986486486486487,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7054054054054054,Count:740},{Actor:"*Malene*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5098039215686274,Kills:4.904267589388697,Deaths:4.171856978085351,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.930795847750865,Count:867},{Actor:"*Krul*",Talent:"*Talent_Krul_CursedBlade*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5304659498207885,Kills:2.6356033452807646,Deaths:2.4826762246117084,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3632019115890084,Count:837},{Actor:"*Kensei*",Talent:"*Talent_Kensei_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4994388327721661,Kills:2.6588103254769924,Deaths:2.695847362514029,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4489337822671156,Count:891},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5250291036088475,Kills:3.1979045401629804,Deaths:2.50058207217695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5389988358556461,Count:859},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5101123595505618,Kills:1.9438202247191012,Deaths:2.2067415730337077,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5685393258426966,Count:890},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.485653560042508,Kills:6.555791710945802,Deaths:5.229543039319872,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.022316684378321,Count:941},{Actor:"*Fortress*",Talent:"*Talent_Fortress_FlankAttack*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5361305361305362,Kills:1.9976689976689976,Deaths:2.1235431235431235,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.40792540792540793,Count:858},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.607661822985469,Kills:2.775429326287979,Deaths:2.6829590488771466,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.9260237780713342,Count:757},{Actor:"*Adagio*",Talent:"*Talent_Adagio_HealingVerse*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5403508771929825,Kills:.9052631578947369,Deaths:1.432748538011696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6187134502923977,Count:855},{Actor:"*Kensei*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4707070707070707,Kills:5.273737373737374,Deaths:5.653535353535354,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8363636363636364,Count:990},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4322820037105751,Kills:2.3218923933209648,Deaths:2.362708719851577,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.29313543599257885,Count:1078},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.47411167512690355,Kills:2.314720812182741,Deaths:2.3573604060913707,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.41624365482233505,Count:985},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5179542981501633,Kills:2.9695321001088137,Deaths:2.6550598476605005,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6289445048966268,Count:919},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4592521572387344,Kills:1.9137104506232023,Deaths:2.292425695110259,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5589645254074784,Count:1043},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"casual_aral",LevelBucket:0,Winner:.4825918762088975,Kills:4.649903288201161,Deaths:4.189555125725338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7852998065764023,Count:1034},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5341880341880342,Kills:2.4914529914529915,Deaths:2.2756410256410255,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47863247863247865,Count:936},{Actor:"*Varya*",Talent:"*Talent_Varya_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.44661921708185054,Kills:1.8185053380782918,Deaths:2.400355871886121,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5516014234875445,Count:1124},{Actor:"*Fortress*",Talent:"*Talent_Fortress_Longtooth*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5348101265822784,Kills:2.2394514767932487,Deaths:2.2563291139240507,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3871308016877637,Count:948},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.49299719887955185,Kills:2.8057889822595703,Deaths:2.8216619981325866,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4369747899159664,Count:1071},{Actor:"*Anka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49310027598896045,Kills:6.906163753449862,Deaths:6.459061637534498,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5372585096596136,Count:1087},{Actor:"*Phinn*",Talent:"*Talent_Phinn_RaidBoss*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47975352112676056,Kills:.4876760563380282,Deaths:.5818661971830986,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.573943661971831,Count:1136},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4226961157654227,Kills:5.279512566641279,Deaths:5.512566641279513,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7974105102817974,Count:1313},{Actor:"*Joule*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5247432306255836,Kills:5.928104575163399,Deaths:5.453781512605042,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.082166199813259,Count:1071},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.530631479736098,Kills:2.4910461828463712,Deaths:2.5070688030160224,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.36757775683317623,Count:1061},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_FlamingSludge*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5035714285714286,Kills:1.8928571428571428,Deaths:2.282142857142857,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6080357142857142,Count:1120},{Actor:"*Baptiste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4973544973544973,Kills:4.903880070546737,Deaths:5.447971781305115,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0881834215167547,Count:1134},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5732801595214357,Kills:2.9072781655034894,Deaths:2.153539381854437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5872382851445663,Count:1003},{Actor:"*Krul*",Talent:"*Talent_Krul_HealingSmite*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5017452006980803,Kills:2.4485165794066317,Deaths:2.4694589877835953,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3403141361256545,Count:1146},{Actor:"*Anka*",Talent:"NoTalent",Mode:"casual_aral",LevelBucket:0,Winner:.3923705722070845,Kills:3.9775204359673024,Deaths:5.244550408719346,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.094686648501362,Count:1468},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4982758620689655,Kills:2.8594827586206897,Deaths:2.4629310344827586,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5025862068965518,Count:1160},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5017123287671232,Kills:2.6267123287671232,Deaths:2.4794520547945207,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4143835616438356,Count:1168},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4962962962962963,Kills:1.4205761316872427,Deaths:1.7481481481481482,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4090534979423868,Count:1215},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5156118143459916,Kills:2.0649789029535865,Deaths:4.340928270042194,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9215189873417722,Count:1185},{Actor:"*Flicker*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5091514143094842,Kills:3.8693843594009985,Deaths:5.066555740432612,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7928452579034941,Count:1202},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4434030281182408,Kills:2.2855082912761358,Deaths:2.571016582552271,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4852198990627253,Count:1387},{Actor:"*Kinetic*",Talent:"*Talent_Kinetic_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.48033924441017734,Kills:2.7108712413261373,Deaths:2.6121819583654586,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5913646877409406,Count:1297},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5841860465116279,Kills:3.5395348837209304,Deaths:2.471627906976744,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5153488372093024,Count:1075},{Actor:"*Kestrel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.44849334267694463,Kills:5.065872459705676,Deaths:5.068675543097407,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0021023125437982,Count:1427},{Actor:"*Taka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4388586956521739,Kills:6.399456521739131,Deaths:5.515625,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.438179347826087,Count:1472},{Actor:"*Phinn*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5225442834138486,Kills:1.8099838969404187,Deaths:4.130434782608695,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7673107890499196,Count:1242},{Actor:"*Grace*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5371900826446281,Kills:2.994214876033058,Deaths:4.656198347107438,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.912396694214876,Count:1210},{Actor:"*Gwen*",Talent:"*Talent_Gwen_SpeedLoader*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4681303116147309,Kills:2.4192634560906514,Deaths:2.6161473087818696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4971671388101983,Count:1412},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5296474358974359,Kills:2.5705128205128207,Deaths:2.5232371794871793,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6923076923076923,Count:1248},{Actor:"*Tony*",Talent:"*Talent_Tony_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5882874889086069,Kills:3.3957409050576755,Deaths:2.502218278615794,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5146406388642414,Count:1127},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5056689342403629,Kills:1.2093726379440666,Deaths:1.5328798185941044,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.47014361300075586,Count:1323},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.5924295774647887,Kills:1.044894366197183,Deaths:1.1725352112676057,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5897887323943662,Count:1136},{Actor:"*Tony*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5192901234567902,Kills:5.85570987654321,Deaths:5.468364197530864,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8101851851851851,Count:1296},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5018587360594795,Kills:7.394052044609666,Deaths:5.823791821561338,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8765799256505575,Count:1345},{Actor:"*Skye*",Talent:"*Talent_Skye_PiercingBarrage*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5258687258687259,Kills:2.3166023166023164,Deaths:2.477992277992278,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5482625482625483,Count:1295},{Actor:"*Lance*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.43117536140791957,Kills:3.115021998742929,Deaths:5.319924575738529,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5675675675675675,Count:1591},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47520661157024796,Kills:5.068870523415978,Deaths:5.3994490358126725,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1556473829201104,Count:1452},{Actor:"*Samuel*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49394155381325733,Kills:4.5923022095509625,Deaths:4.620812544547398,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.18888096935139,Count:1403},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5289193302891934,Kills:2.0273972602739727,Deaths:2.2488584474885847,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6765601217656012,Count:1314},{Actor:"*Joule*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.513235294117647,Kills:6.396323529411765,Deaths:5.8882352941176475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9036764705882352,Count:1360},{Actor:"*Skye*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.46750663129973474,Kills:5.063660477453581,Deaths:5.337533156498674,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8282493368700266,Count:1508},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49113233287858116,Kills:2.9106412005457027,Deaths:4.442701227830832,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.0607094133697137,Count:1466},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.49151391717583165,Kills:6.463679565512559,Deaths:5.552613713509844,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2281059063136457,Count:1473},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4644002565747274,Kills:2.289929441949968,Deaths:2.328415651058371,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.45991019884541373,Count:1559},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5196288365453248,Kills:2.6045681655960027,Deaths:2.4089935760171306,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4261241970021413,Count:1401},{Actor:"*Taka*",Talent:"*Talent_Taka_RangedKaiten*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.4380896226415094,Kills:2.419811320754717,Deaths:2.4091981132075473,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.26002358490566035,Count:1696},{Actor:"*Baron*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5040650406504065,Kills:5.386856368563685,Deaths:5.7289972899729,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.3739837398373984,Count:1476},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.47215189873417723,Kills:6.091139240506329,Deaths:5.686075949367089,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7056962025316456,Count:1580},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5358166189111748,Kills:2.615329512893983,Deaths:2.3345272206303727,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.333810888252149,Count:1396},{Actor:"*Reim*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5480631276901005,Kills:5.766857962697274,Deaths:5.499282639885222,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9892395982783357,Count:1394},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentB*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5066225165562914,Kills:3.019205298013245,Deaths:2.943708609271523,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4417218543046358,Count:1510},{Actor:"*Krul*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.519945909398242,Kills:5.917511832319135,Deaths:5.584178498985802,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8316430020283976,Count:1479},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.4958519463943842,Kills:2.9074664964901085,Deaths:2.544352265475431,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.48181238034460755,Count:1567},{Actor:"*Varya*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49809402795425667,Kills:4.707750952986023,Deaths:4.955527318932655,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.184243964421855,Count:1574},{Actor:"*Skaarf*",Talent:"*Talent_Skaarf_Splitfire*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5170157068062827,Kills:2.026178010471204,Deaths:2.2539267015706805,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6092931937172775,Count:1528},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5003065603923973,Kills:2.8166768853464133,Deaths:2.4420600858369097,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5021459227467812,Count:1631},{Actor:"*Kinetic*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.478134110787172,Kills:5.474635568513119,Deaths:5.141107871720116,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.327113702623907,Count:1715},{Actor:"*Adagio*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.45942921096810296,Kills:2.7504196978175712,Deaths:4.38500279798545,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9384443200895356,Count:1787},{Actor:"*SAW*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.523719165085389,Kills:5.612270714737508,Deaths:6.45224541429475,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.7115749525616697,Count:1581},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5222291797119599,Kills:2.9173450219160926,Deaths:2.6418284283030684,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6092673763306199,Count:1597},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5075987841945289,Kills:3.2085106382978723,Deaths:3.6638297872340426,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8443768996960486,Count:1645},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5636729222520107,Kills:2.6796246648793565,Deaths:2.1916890080428955,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6521447721179625,Count:1492},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.43653250773993807,Kills:7.108875128998968,Deaths:5.985552115583076,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5356037151702786,Count:1938},{Actor:"*Ringo*",Talent:"*Talent_Ringo_LongShot*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5117117117117117,Kills:2.908708708708709,Deaths:2.464864864864865,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5357357357357357,Count:1665},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.516969696969697,Kills:2.7333333333333334,Deaths:2.769090909090909,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6987878787878787,Count:1650},{Actor:"*Joule*",Talent:"*Talent_Joule_BackupButton*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5542635658914729,Kills:2.6401808785529717,Deaths:2.1802325581395348,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5471576227390181,Count:1548},{Actor:"*Vox*",Talent:"*Talent_Vox_EchoChamber*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5478316326530612,Kills:2.7531887755102042,Deaths:2.5720663265306123,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6651785714285714,Count:1568},{Actor:"*Glaive*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4906726964386659,Kills:5.770491803278689,Deaths:5.166195590729226,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.005087620124364,Count:1769},{Actor:"*Kestrel*",Talent:"*Talent_Kestrel_GlimmerVolley*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5184967704051674,Kills:2.642982971227246,Deaths:2.416324133881386,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5214327657075749,Count:1703},{Actor:"*Koshka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5094773118897186,Kills:7.499138426191844,Deaths:6.089029293509477,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8311315336013785,Count:1741},{Actor:"*Lyra*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.48294531672983215,Kills:3.002165674066053,Deaths:3.779101245262588,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8348673524634542,Count:1847},{Actor:"*Blackfeather*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.47926509186351707,Kills:6.6141732283464565,Deaths:5.573228346456693,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7863517060367453,Count:1905},{Actor:"*Skye*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4699537750385208,Kills:6.006676938880329,Deaths:5.805855161787365,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.780688238315357,Count:1947},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5398230088495575,Kills:5.243657817109145,Deaths:5.020058997050148,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7227138643067847,Count:1695},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5810643564356436,Kills:2.756188118811881,Deaths:2.67759900990099,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.8285891089108911,Count:1616},{Actor:"*Ardan*",Talent:"*Talent_Ardan_HeavyHitter*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.47310206133735544,Kills:2.6083459024635496,Deaths:2.5128205128205128,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.4193061840120664,Count:1989},{Actor:"*SAW*",Talent:"*Talent_SAW_SpeedySpinUp*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.519672131147541,Kills:2.8065573770491805,Deaths:2.7043715846994534,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6983606557377049,Count:1830},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:3,Winner:.6072565245066837,Kills:3.8001273074474855,Deaths:2.403564608529599,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7644812221514958,Count:1571},{Actor:"*Baron*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5065616797900262,Kills:4.655643044619422,Deaths:4.847769028871391,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4551181102362203,Count:1905},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5587724377533295,Kills:2.8112333526346265,Deaths:2.185871453387377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7388535031847133,Count:1727},{Actor:"*Idris*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5002557544757034,Kills:6.228644501278772,Deaths:5.542710997442455,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.037851662404092,Count:1955},{Actor:"*Fortress*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5612668743509865,Kills:4.8260643821391485,Deaths:5.02128764278297,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7855659397715473,Count:1926},{Actor:"*Reza*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5219277108433735,Kills:7.55566265060241,Deaths:5.007710843373494,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8640963855421686,Count:2075},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5085057471264368,Kills:5.387126436781609,Deaths:5.525057471264367,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2675862068965515,Count:2175},{Actor:"*Ringo*",Talent:"*Talent_Ringo_BulletSplit*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5417684416218856,Kills:3.05666829506595,Deaths:2.655105031753786,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6257938446507083,Count:2047},{Actor:"*Reza*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5246594645373415,Kills:7.564114607797088,Deaths:5.176608736496007,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.8154062940347582,Count:2129},{Actor:"*Anka*",Talent:"NoTalent",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.40663302090843545,Kills:2.452415284787311,Deaths:3.209805335255948,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.34426820475847153,Count:2774},{Actor:"*Vox*",Talent:"*Talent_Vox_SoundBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5561576354679802,Kills:2.6876847290640393,Deaths:2.1857142857142855,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7068965517241379,Count:2030},{Actor:"*Krul*",Talent:"*Talent_Krul_DeadMansBarrier*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5342465753424658,Kills:2.540387340576287,Deaths:2.354274917335853,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.3424657534246575,Count:2117},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4907606360120327,Kills:6.397937258272454,Deaths:5.851740438332617,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.1572840567253975,Count:2327},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5301861098502043,Kills:2.640036314117113,Deaths:4.157512482977758,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.663640490240581,Count:2203},{Actor:"*Idris*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5029436501261564,Kills:5.953742640874685,Deaths:5.222035323801514,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.287636669470143,Count:2378},{Actor:"*Grace*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5513115508513575,Kills:2.7583985273815004,Deaths:4.427979751495628,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.047399907961344,Count:2173},{Actor:"*Anka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.4624342599549211,Kills:6.953794139744553,Deaths:6.807663410969196,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.5093914350112698,Count:2662},{Actor:"*SAW*",Talent:"*Talent_SAW_PiercingBullets*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5792171481826655,Kills:2.749767008387698,Deaths:2.510251630941286,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7642124883504194,Count:2146},{Actor:"*Skaarf*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4988038277511962,Kills:4.78030303030303,Deaths:5.015948963317384,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.333732057416268,Count:2508},{Actor:"*Alpha*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5232223592272914,Kills:7.277024249897246,Deaths:4.9186189889025895,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.9309494451294698,Count:2433},{Actor:"*Taka*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.44100447196422426,Kills:6.4530443756449944,Deaths:5.577227382180943,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.3835569315445477,Count:2907},{Actor:"*Gwen*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.49290372075182204,Kills:5.769466820099732,Deaths:5.290372075182201,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.300728807057921,Count:2607},{Actor:"*Celeste*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5202863961813843,Kills:4.839299920445505,Deaths:4.554892601431981,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.2649164677804294,Count:2514},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.5424397947098303,Kills:3.2822739834188708,Deaths:2.4524279510461904,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.5740228977497039,Count:2533},{Actor:"*Ardan*",Talent:"*Talent_Ardan_Vanguardian*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.5396270396270396,Kills:1.0038850038850038,Deaths:1.2377622377622377,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.49922299922299923,Count:2574},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.4945317840054682,Kills:2.6438824333561177,Deaths:4.0915926179084074,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6930963773069037,Count:2926},{Actor:"*Vox*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5030338052585958,Kills:4.775787344698064,Deaths:4.941057497832996,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.195319271886738,Count:3461},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:1,Winner:.5942078364565587,Kills:3.4926746166950595,Deaths:2.4006814310051108,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.6442930153321976,Count:2935},{Actor:"*Anka*",Talent:"*Talent_Anka_TalentA*",Mode:"blitz_pvp_ranked",LevelBucket:0,Winner:.4666158923584666,Kills:2.789032749428789,Deaths:2.8915968519928916,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.38943894389438943,Count:3939},{Actor:"*Catherine*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5305151915455746,Kills:2.777014531043593,Deaths:4.317569352708058,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.7981505944517833,Count:3785},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"5v5_pvp_ranked",LevelBucket:0,Winner:.5205761316872428,Kills:6.213734567901234,Deaths:5.334362139917696,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.4511316872427984,Count:3888},{Actor:"*Ringo*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5065337763012182,Kills:6.785825027685493,Deaths:5.970321151716501,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.161683277962348,Count:4515},{Actor:"*Krul*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5302540415704388,Kills:6.5822170900692845,Deaths:5.945034642032333,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.6648960739030023,Count:4330},{Actor:"*Idris*",Talent:"*Talent_Idris_PathOfTheSeeker*",Mode:"blitz_pvp_ranked",LevelBucket:2,Winner:.6031406138472519,Kills:3.744944087556507,Deaths:2.441827266238401,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:.7016416845110636,Count:4203},{Actor:"*Vox*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5415027944524943,Kills:5.806458290209067,Deaths:5.113020078658662,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.369695715172842,Count:4831},{Actor:"*SAW*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5322706065318819,Kills:6.882387247278382,Deaths:7.140552099533437,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:2.6092534992223952,Count:5144},{Actor:"*Ardan*",Talent:"NoTalent",Mode:"ranked",LevelBucket:0,Winner:.5088987764182424,Kills:2.4725621060437524,Deaths:3.932332220986281,CrystalMinerKills:0,GoldMinerKills:0,TurretKills:1.814238042269188,Count:5394}]},function(e){e.exports={lastUpdate:"2018-07-12T08:04:49.321Z",config:{api:{baseUrl:"https://api.dc01.gamelockerapp.com",timeout:3,patchVersion:"3.4",startDate:"2018-06-13 16Z",regions:["sg","eu","na"],modes:["blitz_pvp_ranked","casual_aral","ranked","5v5_pvp_ranked"],matchesPerRequest:5,requestsPerInterval:50,interval:1,intervalUnit:"hours",intervalsPerMinute:1},etl:{participant:[["Winner",["attributes","stats","winner"]]],roster:[],match:[["Mode",["attributes","gameMode"]]]},reduce:{derived:[null],group:["Actor","Talent","Mode","LevelBucket"],sum:["Winner"]},file:{},self:{levelBuckets:5}}}},,function(e,t,n){"use strict";var r=n(64);n.n(r).a},,function(e,t,n){"use strict";var r=n(67);n.n(r).a},function(e){e.exports={blitz_pvp_ranked:"Blitz",casual_aral:"Battle Royale",ranked:"3v3 Ranked","5v5_pvp_ranked":"5v5 Ranked",casual:"3v3 Casual","5v5_casual":"5v5 Casual"}},function(e){e.exports={"*Talent_Churnwalker_TalentA*":"Churn Tank","*Talent_Churnwalker_TalentB*":"Cloud of Torment","*Talent_Churnwalker_TalentC*":"Grappling Hook","*Talent_Lorelai_TalentA*":"Splash Doubledown","*Talent_Lorelai_TalentB*":"Clam Up","*Talent_Lorelai_TalentC*":"Wonder Wall","*Talent_Malene_TalentA*":"Spiky-Spiky","*Talent_Malene_TalentB*":"Shadow Terror","*Talent_Malene_TalentC*":"Royal Favors","*Talent_Tony_TalentA*":"Mighty Brawler","*Talent_Tony_TalentB*":"Haymakers","*Talent_Tony_TalentC*":"Doesn't Even Hurt","*Talent_Varya_TalentA*":"Long Strike","*Talent_Varya_TalentB*":"Static Barrier","*Talent_Varya_TalentC*":"Thunderstorm","*Talent_Kensei_TalentA*":"Accelerated Mind","*Talent_Kensei_TalentB*":"Enlightened Kensho","*Talent_Kensei_TalentC*":"Endless Path","*Talent_Kinetic_TalentA*":"Pain Tracers","*Talent_Kinetic_TalentB*":"Plasma Overdrive","*Talent_Kinetic_TalentC*":"Max Kinetic","*Talent_Anka_TalentA*":"Gale Blade","*Talent_Anka_TalentB*":"Gythian Tempest","*Talent_Anka_TalentC*":"Crimson Blade"}},function(e){e.exports={"*Talent_Adagio_AvengingWrath*":"Epic","*Talent_Adagio_GiftOfLife*":"Rare","*Talent_Adagio_HealingVerse*":"Legendary","*Talent_Alpha_Acceleration*":"Legendary","*Talent_Alpha_CoreOverclock*":"Rare","*Talent_Alpha_PrimeTime*":"Epic","*Talent_Ardan_HeavyHitter*":"Epic","*Talent_Ardan_KnockoutPunch*":"Legendary","*Talent_Ardan_Vanguardian*":"Rare","*Talent_Baptiste_ArmyOfSouls*":"Legendary","*Talent_Baptiste_BadBadMojo*":"Rare","*Talent_Baptiste_TheReaper*":"Epic","*Talent_Baron_EndlessMortars*":"Epic","*Talent_Baron_TrionCannon*":"Legendary","*Talent_Baron_TurboJets*":"Rare","*Talent_Blackfeather_Elusiveness*":"Legendary","*Talent_Blackfeather_HummingbirdHeart*":"Rare","*Talent_Blackfeather_PointGuard*":"Epic","*Talent_Catherine_AdvancingGuard*":"Rare","*Talent_Catherine_QuickPursuit*":"Epic","*Talent_Catherine_Shockwave*":"Legendary","*Talent_Celeste_CoreLeafClover*":"Epic","*Talent_Celeste_GalaxyCollapse*":"Legendary","*Talent_Celeste_YoungStar*":"Rare","*Talent_Flicker_BindingDust*":"Epic","*Talent_Flicker_FairyHealing*":"Legendary","*Talent_Flicker_SwarmingLight*":"Rare","*Talent_Fortress_CriticalWounds*":"Epic","*Talent_Fortress_FlankAttack*":"Legendary","*Talent_Fortress_Longtooth*":"Rare","*Talent_Glaive_StunningBloodsong*":"Epic","*Talent_Glaive_TwistedPursuit*":"Legendary","*Talent_Glaive_ViolentAfterburn*":"Rare","*Talent_Grace_DoubleBenediction*":"Epic","*Talent_Grace_SealOfRetribution*":"Rare","*Talent_Grace_UnitedFront*":"Legendary","*Talent_Grumpjaw_BigAppetite*":"Legendary","*Talent_Grumpjaw_Rampage*":"Rare","*Talent_Grumpjaw_Reconstitution*":"Epic","*Talent_Gwen_Skedaddling*":"Epic","*Talent_Gwen_SpeedLoader*":"Rare","*Talent_Gwen_ThreeOfAKind*":"Legendary","*Talent_Idris_ChaChaChakram*":"Epic","*Talent_Idris_PathOfTheSeeker*":"Rare","*Talent_Idris_ShimmerHeal*":"Legendary","*Talent_Joule_BackupButton*":"Epic","*Talent_Joule_RocketLeapfrog*":"Rare","*Talent_Joule_ThunderingSteps*":"Legendary","*Talent_Kestrel_ActiveReload*":"Epic","*Talent_Kestrel_GlimmerVolley*":"Rare","*Talent_Kestrel_PiercingShot*":"Legendary","*Talent_Koshka_Frenzied*":"Rare","*Talent_Koshka_SlashyPlayTime*":"Legendary","*Talent_Koshka_TwirlyLife*":"Epic","*Talent_Krul_CursedBlade*":"Legendary","*Talent_Krul_DeadMansBarrier*":"Rare","*Talent_Krul_HealingSmite*":"Epic","*Talent_Lance_ReinforcedWalls*":"Rare","*Talent_Lance_Rollout*":"Epic","*Talent_Lance_Striker*":"Legendary","*Talent_Lyra_GythianWard*":"Legendary","*Talent_Lyra_MobileBulwark*":"Epic","*Talent_Lyra_TwinMissiles*":"Rare","*Talent_Ozo_Bangarangarang*":"Legendary","*Talent_Ozo_RingLeader*":"Epic","*Talent_Ozo_SecondWind*":"Rare","*Talent_Petal_Bouncer*":"Rare","*Talent_Petal_ExplosionForce*":"Legendary","*Talent_Petal_KaboomSeeds*":"Epic","*Talent_Phinn_FriendlyCavil*":"Rare","*Talent_Phinn_Phaster*":"Epic","*Talent_Phinn_RaidBoss*":"Legendary","*Talent_Reim_CreepingCold*":"Rare","*Talent_Reim_LongWinter*":"Epic","*Talent_Reim_Revenant*":"Legendary","*Talent_Reza_BurningBarrier*":"Rare","*Talent_Reza_Firemaker*":"Epic","*Talent_Reza_NetherRage*":"Legendary","*Talent_Ringo_BulletSplit*":"Epic","*Talent_Ringo_LongShot*":"Rare","*Talent_Ringo_SpikedBrew*":"Legendary","*Talent_Rona_FastWhirlwind*":"Legendary","*Talent_Rona_HeroicBrawler*":"Epic","*Talent_Rona_MOARRage*":"Rare","*Talent_Samuel_PowerSiphon*":"Rare","*Talent_Samuel_UnwakingNightmare*":"Epic","*Talent_Samuel_ViscousDarkness*":"Legendary","*Talent_SAW_PiercingBullets*":"Rare","*Talent_SAW_RoadRage*":"Legendary","*Talent_SAW_SpeedySpinUp*":"Epic","*Talent_Skaarf_FlamingSludge*":"Legendary","*Talent_Skaarf_FlashFire*":"Epic","*Talent_Skaarf_Splitfire*":"Rare","*Talent_Skye_EnhancedThrusters*":"Rare","*Talent_Skye_PiercingBarrage*":"Legendary","*Talent_Skye_RainingDeath*":"Epic","*Talent_Taka_ProtectiveDecoy*":"Epic","*Talent_Taka_RangedKaiten*":"Rare","*Talent_Taka_XXXRetsu*":"Legendary","*Talent_Vox_DeepDash*":"Rare","*Talent_Vox_EchoChamber*":"Legendary","*Talent_Vox_SoundBarrier*":"Epic"}},function(e,t,n){"use strict";n.r(t);var r=n(113),a=n(71);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(321);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"75ba3966",null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(115),a=n(73);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,null,null);t.default=o.exports},function(e,t,n){"use strict";n.r(t);var r=n(118),a=n(77);for(var i in a)"default"!==i&&function(e){n.d(t,e,function(){return a[e]})}(i);n(173);var l=n(5),o=Object(l.a)(a.default,r.a,r.b,!1,null,"b64ebbb6",null);t.default=o.exports},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=0)}([function(e,t,n){"use strict";function r(e){!function e(t,n){return Object.keys(n).forEach(function(r){t[r]&&"object"==typeof t[r]?e(t[r],n[r]):t[r]=n[r]}),t}(_,e)}function a(){return _.id?[].concat(_.id):[]}function i(){}function l(){return!(T.checkDuplicatedScript&&Array.prototype.slice.call(document.getElementsByTagName("script")).filter(function(e){return-1!==e.src.indexOf("analytics")||-1!==e.src.indexOf("gtag")}).length>0)}function o(e){return e.name||e.replace(/-/gi,"")}function s(){return new Promise(function(e,t){var n=setInterval(function(){"undefined"!=typeof window&&window.ga&&(e(),clearInterval(n))},10)})}function u(e,t){return a().length>1?o(t)+"."+e:e}function c(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];"undefined"!=typeof window&&a().forEach(function(t){var r;T.batch.enabled?(b.push({m:u(e,t),a:n}),M||(M=setInterval(function(){b.length?b.splice(0,T.batch.amount).forEach(function(e){var t;(t=window).ga.apply(t,[e.m].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(e.a)))}):(clearInterval(M),M=null)},T.batch.delay))):(r=window).ga.apply(r,[u(e,t)].concat(n))})}function d(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];"object"!=typeof t[0]||t[0].constructor!==Object?c("set",t[0],t[1]):c("set",t[0])}function f(){var e=a();T.debug.enabled&&(window.ga_debug={trace:T.debug.trace}),e.forEach(function(t){var n=o(t),r=e.length>1?K({},T.fields,{name:n}):T.fields;window.ga("create",t.id||t,"auto",r)}),T.beforeFirstHit();var t=T.ecommerce;if(t.enabled){var n=t.enhanced?"ec":"ecommerce";t.options?c("require",n,t.options):c("require",n)}T.linkers.length>0&&(c("require","linker"),c("linker:autoLink",T.linkers)),T.debug.sendHitTask||d("sendHitTask",null)}function h(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0];if(1===t.length&&"string"==typeof r)return c("send","screenview",{screenName:r});c.apply(void 0,["send","screenview"].concat(t))}function p(){for(var e=void 0,t=arguments.length,n=Array(t),r=0;r<t;r++)n[r]=arguments[r];n.length&&function(e){return e.currentRoute}(n[0])&&(e=n[0].currentRoute),n.length&&function(e){return e.query&&e.params}(n[0])&&(e=n[0]),e?v(e):(d("page","object"==typeof n[0]?n[0].page:n[0]),c.apply(void 0,["send","pageview"].concat(n)))}function v(e){if(!function(e){return-1!==T.ignoreRoutes.indexOf(e)}(e.name)){var t=T.autoTracking,n=e.meta.analytics,r=void 0===n?{}:n,a=r.pageviewTemplate||t.pageviewTemplate;if(t.screenview&&!e.name)throw new Error("[vue-analytics] Route name is mandatory when using screenview.");if(t.screenview)return void h(e.name);if(a)p(a(e));else{var i=T.router,l=T.autoTracking,o=l.transformQueryString,s=l.prependBase,u=function(e){var t=Object.keys(e).reduce(function(t,n,r,a){var i=r===a.length-1;return t+=n+"="+e[n]+(i?"":"&")},"");return""!==t?"?"+t:""}(e.query),c=i&&i.options.base,d=s&&c,f=e.path+(o?u:"");p(f=d?function(e,t){var n=t.split("/"),r=e.split("/");return""===n[0]&&"/"===e[e.length-1]&&n.shift(),r.join("/")+n.join("/")}(c,f):f)}}}function y(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}Object.defineProperty(t,"__esModule",{value:!0});var g=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},m={$vue:null,id:null,router:null,fields:{},ignoreRoutes:[],linkers:[],commands:{},disabled:!1,set:[],require:[],ecommerce:{enabled:!1,options:null,enhanced:!1},autoTracking:{screenview:!1,shouldRouterUpdate:null,skipSamePath:!1,exception:!1,exceptionLogs:!0,page:!0,transformQueryString:!0,pageviewOnLoad:!0,pageviewTemplate:null,untracked:!0,prependBase:!0},debug:{enabled:!1,trace:!1,sendHitTask:!0},batch:{enabled:!1,delay:500,amount:2},checkDuplicatedScript:!1,disableScriptLoader:!1,beforeFirstHit:i,ready:i,untracked:[]},_=g({},m),T=_,M=void 0,b=[],K=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},k=function(){2!=arguments.length?c("require",arguments.length<=0?void 0:arguments[0]):c("require",arguments.length<=0?void 0:arguments[0],arguments.length<=1?void 0:arguments[1])},x=function(){var e;T.set.forEach(function(e){var t=e.field,n=e.value;if(void 0===t||void 0===n)throw new Error('[vue-analytics] Wrong configuration in the plugin options.\nThe "set" array requires each item to have a "field" and a "value" property.');d(t,n)}),e=["ec","ecommerce"],T.require.forEach(function(t){if(-1!==e.indexOf(t)||-1!==e.indexOf(t.name))throw new Error("[vue-analytics] The ecommerce features are built-in in the plugin. \nFollow the ecommerce instructions available in the documentation.");if("string"!=typeof t&&"object"!=typeof t)throw new Error('[vue-analytics] Wrong configuration in the plugin options. \nThe "require" array requires each item to be a string or to have a "name" and an "options" property.');var n=t.name||t;t.options?k(n,t.options):k(n)})},C=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];"undefined"!=typeof window&&a().forEach(function(t){window["ga-disable-"+t]=e})},A=function(){if("undefined"!=typeof document&&"undefined"!=typeof window){var e=(T.wait,T.id),t=T.disabled,n=T.debug,a=T.disableScriptLoader,i=n.enabled?"analytics_debug":"analytics",o="https://www.google-analytics.com/"+i+".js";if(!e)throw new Error('[vue-analytics] Missing the "id" parameter. Add at least one tracking domain ID');!l()||window.ga&&a||function(e){return new Promise(function(t,n){var r=document.head||document.getElementsByTagName("head")[0],a=document.createElement("script");a.async=!0,a.src=e,a.charset="utf8",r.appendChild(a),a.onload=t,a.onerror=n})}(o).catch(function(){console.error("[vue-analytics] An error occured trying to load "+o+". Please check your connection or if you have any Google Analytics blocker installed in your browser.")}),Promise.resolve("function"==typeof e?e():e).then(function(e){r({id:e})}).then(function(){return"function"==typeof t?t():t}).then(function(e){r({disabled:e}),e&&C(),f(),x(),function(){var e=T.router,t=T.autoTracking;t.page&&e&&(t.pageviewOnLoad&&v(e.currentRoute),T.router.afterEach(function(n,r){var a=t.skipSamePath,i=t.shouldRouterUpdate;a&&n.path===r.path||("function"!=typeof i||i(n,r))&&T.$vue.nextTick().then(function(){v(e.currentRoute)})}))}()})}},w=this,L=function(e){c("send","exception",{exDescription:e,exFatal:arguments.length>1&&void 0!==arguments[1]&&arguments[1]})},D=function(e){if(T.autoTracking.exception){window.addEventListener("error",function(e){L(e.message)});var t=e.config.errorHandler;e.config.errorHandler=function(e,n,r){L(e.message),T.autoTracking.exceptionLogs&&(console.error("[vue-analytics] Error in "+r+": "+e.message),console.error(e)),"function"==typeof t&&t.call(w,e,n,r)}}},B=L,S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},G=["addItem","addTransaction","addProduct","addImpression","setAction","addPromo","send"].reduce(function(e,t){return S({},e,function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}({},t,function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];c.apply(void 0,[function(e){return(T.ecommerce.enhanced?"ec":"ecommerce")+":"+e}(t)].concat(n))}))},{}),W={event:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","event"].concat(t))},exception:B,page:p,query:c,require:k,set:d,social:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","social"].concat(t))},time:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];c.apply(void 0,["send","timing"].concat(t))},screenview:h,ecommerce:G,disable:function(){return C(!0)},enable:function(){return C(!1)},commands:T.commands},z={inserted:function(e,t,n){var r=Object.keys(t.modifiers);0===r.length&&r.push("click"),r.forEach(function(r){e.addEventListener(r,function(){var e="string"==typeof t.value?T.commands[t.value]:t.value;if(!e)throw new Error("[vue-analytics] The value passed to v-ga is not defined in the commands list.");e.apply(n.context)})})}},O=function(e,t){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return function(e,t){var n=[],r=!0,a=!1,i=void 0;try{for(var l,o=e[Symbol.iterator]();!(r=(l=o.next()).done)&&(n.push(l.value),!t||n.length!==t);r=!0);}catch(e){a=!0,i=e}finally{try{!r&&o.return&&o.return()}finally{if(a)throw i}}return n}(e,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")},P=function(e){e.subscribe(function(e,t){if(e.payload&&e.payload.meta){var n=e.payload.meta.analytics;if(!Array.isArray(n))throw new Error('The "analytics" property needs to be an array');n.forEach(function(e){var t,n=void 0,r=e.shift(),a=e;if(r.includes(":")){var i=r.split(":"),l=O(i,2);r=l[0],n=l[1]}if(!(r in W))throw new Error('[vue-analytics:vuex] The type "'+r+"\" doesn't exist.");if(n&&!(n in W[r]))throw new Error('[vue-analytics:vuex] The type "'+r+'" has not method "'+n+'".');if("ecommerce"===r&&!n)throw new Error('[vue-analytics:vuex] The type "'+r+'" needs to call a method. Check documentation.');n?(t=W[r])[n].apply(t,y(a)):W[r].apply(W,y(a))})}})};t.default=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};r(R({},t,{$vue:e})),"undefined"==typeof window||window.ga||(window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=Number(new Date)),e.directive("ga",z),e.prototype.$ga=e.$ga=W,D(e),A()},n.d(t,"onAnalyticsReady",function(){return s}),n.d(t,"analyticsMiddleware",function(){return P});var R=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}}])},function(e,t,n){ /*! vue-google-adsense v.1.2.0 */ -"undefined"!=typeof self&&self,e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=5)}([function(e,t){e.exports=function(e,t,n,r,a,i){var l,o=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(l=e,o=e.default);var u,c="function"==typeof o?o.options:o;if(t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),a&&(c._scopeId=a),i?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=u):r&&(u=r),u){var d=c.functional,f=d?c.render:c.beforeCreate;d?(c._injectStyles=u,c.render=function(e,t){return u.call(t),f(e,t)}):c.beforeCreate=f?[].concat(f,u):[u]}return{esModule:l,exports:o,options:c}}},function(e,t,n){"use strict";var r=n(7);t.a={props:{rootClass:{type:String,default:"adswrapper"},dataAdClient:{type:String,default:""},dataAdSlot:{type:String,default:""},dataAdTest:{type:String,default:""}},data:function(){return{ADS_SCRIPT:r.a.ADS_SCRIPT}}}},function(e,t,n){"use strict";var r=n(1);t.a={name:"Adsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InArticleAdsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InFeedAdsense",mixins:[r.a],props:{dataAdLayoutKey:{type:String,default:"-fg+5n+6t-e7+r"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n(9),i=n(11),l={install:function(e){e.component(r.a.name,r.a)}},o={install:function(e){e.component(a.a.name,a.a)}},s={install:function(e){e.component(i.a.name,i.a)}};r.a.install=l.install,a.a.install=o.install,i.a.install=s.install,t.default={Adsense:r.a,InArticleAdsense:a.a,InFeedAdsense:i.a}},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";t.a={ADS_SCRIPT:"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"}},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest,"data-ad-format":"auto"}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(3),a=n(10),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block","text-align":"center"},attrs:{"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(4),a=n(12),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r}])},,function(e,t,n){},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s=239)}([function(e,t){e.exports=function(e,t,n,r,a){var i,l=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(i=e,l=e.default);var s,u="function"==typeof l?l.options:l;if(t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns),r&&(u._scopeId=r),a?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=s):n&&(s=n),s){var c=u.functional,d=c?u.render:u.beforeCreate;c?u.render=function(e,t){return s.call(t),d(e,t)}:u.beforeCreate=d?[].concat(d,s):[s]}return{esModule:i,exports:l,options:u}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r={defaultContainerElement:null,defaultIconPack:"mdi",defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultToastDuration:2e3,defaultTooltipType:"is-primary",defaultTooltipAnimated:!1,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0};t.b=r;var a=function(e){r=e}},function(e,t,n){"use strict";var r=n(179),a=n.n(r);t.a=a.a},function(e,t,n){e.exports={default:n(133),__esModule:!0}},function(e,t,n){var r=n(37)("wks"),a=n(27),i=n(8).Symbol,l="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=l&&i[e]||(l?i:a)("Symbol."+e))}).store=r},function(e,t,n){"use strict";t.c=function(e,t){return t.split(".").reduce(function(e,t){return e[t]},e)},t.d=function(e,t,n){if(!e)return-1;if(!n||"function"!=typeof n)return e.indexOf(t);for(var r=0;r<e.length;r++)if(n(e[r],t))return r;return-1},n.d(t,"b",function(){return r}),t.a=function(e){void 0!==e.remove?e.remove():e.parentNode.removeChild(e)},t.e=function(e){return e?e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):e};var r={Android:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Android/i)},BlackBerry:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/IEMobile/i)},any:function(){return r.Android()||r.BlackBerry()||r.iOS()||r.Opera()||r.Windows()}}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(126),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e,t,n){return t in e?(0,a.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){var n=e.exports={version:"2.5.3"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(14),a=n(55),i=n(40),l=Object.defineProperty;t.f=n(11)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),a)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";var r=n(1);t.a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String]},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||r.b.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){if(this.parentField)return this.parentField.newType},statusMessage:function(){if(this.parentField)return this.parentField.newMessage},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this;void 0!==this.$data._elementRef&&this.$nextTick(function(){return e.$el.querySelector(e.$data._elementRef).focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},checkHtml5Validity:function(){if(void 0!==this.$refs[this.$data._elementRef]){var e=this.$el.querySelector(this.$data._elementRef),t=null,n=null,r=!0;return e.checkValidity()||(t="is-danger",n=e.validationMessage,r=!1),this.isValid=r,this.parentField&&(this.parentField.type||(this.parentField.newType=t),this.parentField.message||(this.parentField.newMessage=n)),this.isValid}}}}},function(e,t,n){e.exports=!n(18)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports={default:n(131),__esModule:!0}},function(e,t,n){var r=n(19);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){var r=n(9),a=n(21);e.exports=n(11)?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(56),a=n(31);e.exports=function(e){return r(a(e))}},function(e,t,n){var r=n(8),a=n(7),i=n(53),l=n(15),o=function(e,t,n){var s,u,c,d=e&o.F,f=e&o.G,h=e&o.S,p=e&o.P,v=e&o.B,y=e&o.W,g=f?a:a[t]||(a[t]={}),m=g.prototype,_=f?r:h?r[t]:(r[t]||{}).prototype;for(s in f&&(n=t),n)(u=!d&&_&&void 0!==_[s])&&s in g||(c=u?_[s]:n[s],g[s]=f&&"function"!=typeof _[s]?n[s]:v&&u?i(c,r):y&&_[s]==c?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):p&&"function"==typeof c?i(Function.call,c):c,p&&((g.virtual||(g.virtual={}))[s]=c,e&o.R&&m&&!m[s]&&l(m,s,c)))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,o.U=64,o.R=128,e.exports=o},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";(function(e,n){function r(e){return void 0===e||null===e}function a(e){return void 0!==e&&null!==e}function i(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}function s(e){return"[object Object]"===Ht.call(e)}function u(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function c(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function d(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function p(e,t){return Ut.call(e,t)}function v(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function y(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function g(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function m(e,t){for(var n in t)e[n]=t[n];return e}function _(e){for(var t={},n=0;n<e.length;n++)e[n]&&m(t,e[n]);return t}function T(e,t,n){}function b(e,t){if(e===t)return!0;var n=o(e),r=o(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return b(e,t[n])});if(a||i)return!1;var l=Object.keys(e),s=Object.keys(t);return l.length===s.length&&l.every(function(n){return b(e[n],t[n])})}catch(e){return!1}}function M(e,t){for(var n=0;n<e.length;n++)if(b(e[n],t))return n;return-1}function k(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function K(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function x(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function C(e){return"function"==typeof e&&/native code/.test(e.toString())}function A(e){return new Dn(void 0,void 0,void 0,String(e))}function w(e,t){var n=e.componentOptions,r=new Dn(e.tag,e.data,e.children,e.text,e.elm,e.context,n,e.asyncFactory);return r.ns=e.ns,r.isStatic=e.isStatic,r.key=e.key,r.isComment=e.isComment,r.fnContext=e.fnContext,r.fnOptions=e.fnOptions,r.fnScopeId=e.fnScopeId,r.isCloned=!0,t&&(e.children&&(r.children=L(e.children,!0)),n&&n.children&&(n.children=L(n.children,!0))),r}function L(e,t){for(var n=e.length,r=new Array(n),a=0;a<n;a++)r[a]=w(e[a],t);return r}function D(e,t){var n;if(o(e)&&!(e instanceof Dn))return p(e,"__ob__")&&e.__ob__ instanceof Pn?n=e.__ob__:On.shouldConvert&&!kn()&&(Array.isArray(e)||s(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Pn(e)),t&&n&&n.vmCount++,n}function B(e,t,n,r,a){var i=new wn,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get,s=l&&l.set,u=!a&&D(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return wn.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&D(t),i.notify())}})}}function S(e,t,n){if(Array.isArray(e)&&u(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(B(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function G(e,t){if(Array.isArray(e)&&u(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||p(e,t)&&(delete e[t],n&&n.dep.notify())}}function z(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)n=i[l],r=e[n],a=t[n],p(e,n)?s(r)&&s(a)&&z(r,a):S(e,n,a);return e}function W(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?z(r,a):a}:t?e?function(){return z("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function O(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function P(e,t,n,r){var a=Object.create(e||null);return t?m(a,t):a}function R(e,t,n){function r(r){var a=Rn[r]||In;u[r]=a(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i,l={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i=Xt(a),l[i]={type:null});else if(s(n))for(var o in n)a=n[o],i=Xt(o),l[i]=s(a)?a:{type:a};e.props=l}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(s(n))for(var i in n){var l=n[i];r[i]=s(l)?m({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var a=t.extends;if(a&&(e=R(e,a,n)),t.mixins)for(var i=0,l=t.mixins.length;i<l;i++)e=R(e,t.mixins[i],n);var o,u={};for(o in e)r(o);for(o in t)p(e,o)||r(o);return u}function E(e,t,n,r){if("string"==typeof n){var a=e[t];if(p(a,n))return a[n];var i=Xt(n);if(p(a,i))return a[i];var l=Zt(i);return p(a,l)?a[l]:a[n]||a[i]||a[l]}}function j(e,t,n,r){var a=t[e],i=!p(n,e),l=n[e];if(N(Boolean,a.type)&&(i&&!p(a,"default")?l=!1:N(String,a.type)||""!==l&&l!==Qt(e)||(l=!0)),void 0===l){l=function(e,t,n){if(p(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==I(t.type)?r.call(e):r}}(r,a,e);var o=On.shouldConvert;On.shouldConvert=!0,D(l),On.shouldConvert=o}return l}function I(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function N(e,t){if(!Array.isArray(t))return I(t)===I(e);for(var n=0,r=t.length;n<r;n++)if(I(t[n])===I(e))return!0;return!1}function F(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{var l=!1===a[i].call(r,e,t,n);if(l)return}catch(e){$(e,r,"errorCaptured hook")}}$(e,t,n)}function $(e,t,n){if(ln.errorHandler)try{return ln.errorHandler.call(null,e,t,n)}catch(e){V(e)}V(e)}function V(e,t,n){if(!un&&!cn||"undefined"==typeof console)throw e;console.error(e)}function H(){Fn=!1;var e=Nn.slice(0);Nn.length=0;for(var t=0;t<e.length;t++)e[t]()}function q(e,t){var n;if(Nn.push(function(){if(e)try{e.call(t)}catch(e){F(e,t,"nextTick")}else n&&n(t)}),Fn||(Fn=!0,$n?jn():En()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function U(e){(function e(t,n){var r,a,i=Array.isArray(t);if((i||o(t))&&!Object.isFrozen(t)){if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}})(e,Yn),Yn.clear()}function Y(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function X(e,t,n,a,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=Xn(l),r(o)||(r(s)?(r(o.fns)&&(o=e[l]=Y(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)r(e[l])&&(u=Xn(l),a(u.name,t[l],u.capture))}function Z(e,t,n){function l(){n.apply(this,arguments),h(o.fns,l)}e instanceof Dn&&(e=e.data.hook||(e.data.hook={}));var o,s=e[t];r(s)?o=Y([l]):a(s.fns)&&i(s.merged)?(o=s).fns.push(l):o=Y([s,l]),o.merged=!0,e[t]=o}function J(e,t,n,r,i){if(a(t)){if(p(t,n))return e[n]=t[n],i||delete t[n],!0;if(p(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function Q(e){return l(e)?[A(e)]:Array.isArray(e)?function e(t,n){var o,s,u,c,d=[];for(o=0;o<t.length;o++)r(s=t[o])||"boolean"==typeof s||(u=d.length-1,c=d[u],Array.isArray(s)?s.length>0&&(ee((s=e(s,(n||"")+"_"+o))[0])&&ee(c)&&(d[u]=A(c.text+s[0].text),s.shift()),d.push.apply(d,s)):l(s)?ee(c)?d[u]=A(c.text+s):""!==s&&d.push(A(s)):ee(s)&&ee(c)?d[u]=A(c.text+s.text):(i(t._isVList)&&a(s.tag)&&r(s.key)&&a(n)&&(s.key="__vlist"+n+"_"+o+"__"),d.push(s)));return d}(e):void 0}function ee(e){return a(e)&&a(e.text)&&function(e){return!1===e}(e.isComment)}function te(e,t){return(e.__esModule||xn&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function ne(e){return e.isComment&&e.asyncFactory}function re(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||ne(n)))return n}}function ae(e,t,n){n?Un.$once(e,t):Un.$on(e,t)}function ie(e,t){Un.$off(e,t)}function le(e,t,n){Un=e,X(t,n||{},ae,ie),Un=void 0}function oe(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(se)&&delete n[u];return n}function se(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ue(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?ue(e[n],t):t[e[n].key]=e[n].fn;return t}function ce(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function de(e,t){if(t){if(e._directInactive=!1,ce(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)de(e.$children[n]);fe(e,"activated")}}function fe(e,t){var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){F(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function he(){var e,t;for(nr=!0,Jn.sort(function(e,t){return e.id-t.id}),rr=0;rr<Jn.length;rr++)e=Jn[rr],t=e.id,er[t]=null,e.run();var n=Qn.slice(),r=Jn.slice();rr=Jn.length=Qn.length=0,er={},tr=nr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,de(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&fe(r,"updated")}}(r),Kn&&ln.devtools&&Kn.emit("flush")}function pe(e,t,n){lr.get=function(){return this[t][n]},lr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,lr)}function ve(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[],i=!e.$parent;for(var l in On.shouldConvert=i,t)!function(i){a.push(i);var l=j(i,t,n,e);B(r,i,l),i in e||pe(e,"_props",i)}(l);On.shouldConvert=!0}(e,t.props),t.methods&&function(e,t){for(var n in e.$options.props,t)e[n]=null==t[n]?T:y(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){try{return e.call(t,t)}catch(e){return F(e,t,"data()"),{}}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);a--;){var i=n[a];r&&p(r,i)||K(i)||pe(e,"_data",i)}D(t,!0)}(e):D(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=kn();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;r||(n[a]=new ir(e,l||T,T,or)),a in e||ye(e,a,i)}}(e,t.computed),t.watch&&t.watch!==mn&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)me(e,n,r[a]);else me(e,n,r)}}(e,t.watch)}function ye(e,t,n){var r=!kn();"function"==typeof n?(lr.get=r?ge(t):n,lr.set=T):(lr.get=n.get?r&&!1!==n.cache?ge(t):n.get:T,lr.set=n.set?n.set:T),Object.defineProperty(e,t,lr)}function ge(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),wn.target&&t.depend(),t.value}}function me(e,t,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function _e(e,t){if(e){for(var n=Object.create(null),r=xn?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&l in o._provided){n[i]=o._provided[l];break}o=o.$parent}if(!o&&"default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}}return n}}function Te(e,t){var n,r,i,l,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(o(e))for(l=Object.keys(e),n=new Array(l.length),r=0,i=l.length;r<i;r++)s=l[r],n[r]=t(e[s],s,r);return a(n)&&(n._isVList=!0),n}function be(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=m(m({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function Me(e){return E(this.$options,"filters",e)||tn}function ke(e,t,n,r){var a=ln.keyCodes[t]||n;return a?Array.isArray(a)?-1===a.indexOf(e):a!==e:r?Qt(r)!==t:void 0}function Ke(e,t,n,r,a){var i;if(n&&o(n))for(var l in Array.isArray(n)&&(n=_(n)),n)!function(l){if("class"===l||"style"===l||qt(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||ln.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],!a)||((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e})}(l);return e}function xe(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?Array.isArray(r)?L(r):w(r):(Ae(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function Ce(e,t,n){return Ae(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ae(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&we(e[r],t+"_"+r,n);else we(e,t,n)}function we(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Le(e,t){if(t&&s(t)){var n=e.on=e.on?m({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}return e}function De(e){e._o=Ce,e._n=d,e._s=c,e._l=Te,e._t=be,e._q=b,e._i=M,e._m=xe,e._f=Me,e._k=ke,e._b=Ke,e._v=A,e._e=Sn,e._u=ue,e._g=Le}function Be(e,t,n,r,a){var l=a.options;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||Vt,this.injections=_e(l.inject,r),this.slots=function(){return oe(n,r)};var o=Object.create(r),s=i(l._compiled),u=!s;s&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||Vt),l._scopeId?this._c=function(e,t,n,a){var i=Oe(o,e,t,n,a,u);return i&&(i.fnScopeId=l._scopeId,i.fnContext=r),i}:this._c=function(e,t,n,r){return Oe(o,e,t,n,r,u)}}function Se(e,t){for(var n in t)e[Xt(n)]=t[n]}function Ge(e,t,n,l,s){if(!r(e)){var u=n.$options._base;if(o(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(r(e.cid)&&void 0===(e=function(e,t,n){if(i(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;if(i(e.loading)&&a(e.loadingComp))return e.loadingComp;if(!a(e.contexts)){var l=e.contexts=[n],s=!0,u=function(){for(var e=0,t=l.length;e<t;e++)l[e].$forceUpdate()},c=k(function(n){e.resolved=te(n,t),s||u()}),d=k(function(t){a(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return o(f)&&("function"==typeof f.then?r(e.resolved)&&f.then(c,d):a(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),a(f.error)&&(e.errorComp=te(f.error,t)),a(f.loading)&&(e.loadingComp=te(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){r(e.resolved)&&r(e.error)&&(e.loading=!0,u())},f.delay||200)),a(f.timeout)&&setTimeout(function(){r(e.resolved)&&d(null)},f.timeout))),s=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(c=e,u,n)))return function(e,t,n,r,a){var i=Sn();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(c,t,n,l,s);t=t||{},Ee(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var i=t.on||(t.on={});a(i[r])?i[r]=[t.model.callback].concat(i[r]):i[r]=t.model.callback}(e.options,t);var d=function(e,t,n){var i=t.options.props;if(!r(i)){var l={},o=e.attrs,s=e.props;if(a(o)||a(s))for(var u in i){var c=Qt(u);J(l,s,u,c,!0)||J(l,o,u,c,!1)}return l}}(t,e);if(i(e.options.functional))return function(e,t,n,r,i){var l=e.options,o={},s=l.props;if(a(s))for(var u in s)o[u]=j(u,s,t||Vt);else a(n.attrs)&&Se(o,n.attrs),a(n.props)&&Se(o,n.props);var c=new Be(n,o,i,r,e),d=l.render.call(null,c._c,c);return d instanceof Dn&&(d.fnContext=r,d.fnOptions=l,n.slot&&((d.data||(d.data={})).slot=n.slot)),d}(e,d,t,n,l);var f=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){e.hook||(e.hook={});for(var t=0;t<ur.length;t++){var n=ur[t],r=e.hook[n],a=sr[n];e.hook[n]=r?We(a,r):a}}(t);var p=e.options.name||s;return new Dn("vue-component-"+e.cid+(p?"-"+p:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:d,listeners:f,tag:s,children:l},c)}}}function ze(e,t,n,r){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;return a(l)&&(i.render=l.render,i.staticRenderFns=l.staticRenderFns),new e.componentOptions.Ctor(i)}function We(e,t){return function(n,r,a,i){e(n,r,a,i),t(n,r,a,i)}}function Oe(e,t,n,r,a,o){return(Array.isArray(n)||l(n))&&(a=r,r=n,n=void 0),i(o)&&(a=dr),Pe(e,t,n,r,a)}function Pe(e,t,n,r,i){return a(n)&&a(n.__ob__)?Sn():(a(n)&&a(n.is)&&(t=n.is),t?(Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),i===dr?r=Q(r):i===cr&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r)),"string"==typeof t?(o=e.$vnode&&e.$vnode.ns||ln.getTagNamespace(t),l=ln.isReservedTag(t)?new Dn(ln.parsePlatformTagName(t),n,r,void 0,void 0,e):a(s=E(e.$options,"components",t))?Ge(s,n,e,r,t):new Dn(t,n,r,void 0,void 0,e)):l=Ge(t,n,e,r),a(l)?(o&&Re(l,o),l):Sn()):Sn());var l,o,s}function Re(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var l=0,o=e.children.length;l<o;l++){var s=e.children[l];a(s.tag)&&(r(s.ns)||i(n))&&Re(s,t,n)}}function Ee(e){var t=e.options;if(e.super){var n=Ee(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=je(n[i],r[i],a[i]));return t}(e);r&&m(e.extendOptions,r),(t=e.options=R(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function je(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function Ie(e){this._init(e)}function Ne(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name,l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=R(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)pe(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)ye(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,rn.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=m({},l.options),a[r]=l,l}}function Fe(e){return e&&(e.Ctor.options.name||e.tag)}function $e(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===Ht.call(e)}(e)&&e.test(t)}function Ve(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=Fe(l.componentOptions);o&&!t(o)&&He(n,i,r,a)}}}function He(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,h(n,t)}function qe(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ue(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=Ue(t,n.data));return function(e,t){return a(e)||a(t)?Ye(e,Xe(t)):""}(t.staticClass,t.class)}function Ue(e,t){return{staticClass:Ye(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Ye(e,t){return e?t?e+" "+t:e:t||""}function Xe(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=Xe(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}function Ze(e,t){var n=e.data.ref;if(n){var r=e.context,a=e.componentInstance||e.elm,i=r.$refs;t?Array.isArray(i[n])?h(i[n],a):i[n]===a&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].indexOf(a)<0&&i[n].push(a):i[n]=[a]:i[n]=a}}function Je(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||Br(r)&&Br(i)}(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Qe(e,t,n){var r,i,l={};for(r=t;r<=n;++r)a(i=e[r].key)&&(l[i]=r);return l}function et(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===zr,l=t===zr,o=tt(e.data.directives,e.context),s=tt(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,rt(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(rt(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)rt(u[n],"inserted",t,e)};i?Z(t,"insert",d):d()}if(c.length&&Z(t,"postpatch",function(){for(var n=0;n<c.length;n++)rt(c[n],"componentUpdated",t,e)}),!i)for(n in o)s[n]||rt(o[n],"unbind",e,e,l)}(e,t)}function tt(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Pr),a[nt(r)]=r,r.def=E(t.$options,"directives",r.name);return a}function nt(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function rt(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){F(r,n.context,"directive "+e.name+" "+t+" hook")}}function at(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var i,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(i in a(u.__ob__)&&(u=t.data.attrs=m({},u)),u)l=u[i],s[i]!==l&&it(o,i,l);for(i in(hn||vn)&&u.value!==s.value&&it(o,"value",u.value),s)r(u[i])&&(kr(i)?o.removeAttributeNS(Mr,Kr(i)):Tr(i)||o.removeAttribute(i))}}function it(e,t,n){if(br(t))xr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n));else if(Tr(t))e.setAttribute(t,xr(n)||"false"===n?"false":"true");else if(kr(t))xr(n)?e.removeAttributeNS(Mr,Kr(t)):e.setAttributeNS(Mr,t,n);else if(xr(n))e.removeAttribute(t);else{if(hn&&!pn&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}function lt(e,t){var n=t.elm,i=t.data,l=e.data;if(!(r(i.staticClass)&&r(i.class)&&(r(l)||r(l.staticClass)&&r(l.class)))){var o=qe(t),s=n._transitionClasses;a(s)&&(o=Ye(o,Xe(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}function ot(e){if(a(e[Ir])){var t=hn?"change":"input";e[t]=[].concat(e[Ir],e[t]||[]),delete e[Ir]}a(e[Nr])&&(e.change=[].concat(e[Nr],e.change||[]),delete e[Nr])}function st(e,t,n,r,a){t=function(e){return e._withTask||(e._withTask=function(){$n=!0;var t=e.apply(null,arguments);return $n=!1,t})}(t),n&&(t=function(e,t,n){var r=yr;return function a(){null!==e.apply(null,arguments)&&ut(t,a,n,r)}}(t,e,r)),yr.addEventListener(e,t,_n?{capture:r,passive:a}:r)}function ut(e,t,n,r){(r||yr).removeEventListener(e,t._withTask||t,n)}function ct(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},a=e.data.on||{};yr=t.elm,ot(n),X(n,a,st,ut,t.context),yr=void 0}}function dt(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,i,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in a(s.__ob__)&&(s=t.data.domProps=m({},s)),o)r(s[n])&&(l[n]="");for(n in s){if(i=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),i===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=i;var u=r(i)?"":String(i);ft(l,u)&&(l.value=u)}else l[n]=i}}}function ft(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}function ht(e){var t=pt(e.style);return e.staticStyle?m(e.staticStyle,t):t}function pt(e){return Array.isArray(e)?_(e):"string"==typeof e?Vr(e):e}function vt(e,t){var n=t.data,i=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(i.staticStyle)&&r(i.style))){var l,o,s=t.elm,u=i.staticStyle,c=i.normalizedStyle||i.style||{},d=u||c,f=pt(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?m({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=ht(a.data))&&m(r,n);(n=ht(e.data))&&m(r,n);for(var i=e;i=i.parent;)i.data&&(n=ht(i.data))&&m(r,n);return r}(t,!0);for(o in d)r(h[o])&&Ur(s,o,"");for(o in h)(l=h[o])!==d[o]&&Ur(s,o,null==l?"":l)}}function yt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function gt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function mt(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&m(t,Jr(e.name||"v")),m(t,e),t}return"string"==typeof e?Jr(e):void 0}}function _t(e){la(function(){la(e)})}function Tt(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yt(e,t))}function bt(e,t){e._transitionClasses&&h(e._transitionClasses,t),gt(e,t)}function Mt(e,t,n){var r=kt(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===ea?ra:ia,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}function kt(e,t){var n,r=window.getComputedStyle(e),a=r[na+"Delay"].split(", "),i=r[na+"Duration"].split(", "),l=Kt(a,i),o=r[aa+"Delay"].split(", "),s=r[aa+"Duration"].split(", "),u=Kt(o,s),c=0,d=0;return t===ea?l>0&&(n=ea,c=l,d=i.length):t===ta?u>0&&(n=ta,c=u,d=s.length):(c=Math.max(l,u),d=(n=c>0?l>u?ea:ta:null)?n===ea?i.length:s.length:0),{type:n,timeout:c,propCount:d,hasTransform:n===ea&&oa.test(r[na+"Property"])}}function Kt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return xt(t)+xt(e[n])}))}function xt(e){return 1e3*Number(e.slice(0,-1))}function Ct(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var i=mt(e.data.transition);if(!r(i)&&!a(n._enterCb)&&1===n.nodeType){for(var l=i.css,s=i.type,u=i.enterClass,c=i.enterToClass,f=i.enterActiveClass,h=i.appearClass,p=i.appearToClass,v=i.appearActiveClass,y=i.beforeEnter,g=i.enter,m=i.afterEnter,_=i.enterCancelled,T=i.beforeAppear,b=i.appear,M=i.afterAppear,K=i.appearCancelled,x=i.duration,C=Zn,A=Zn.$vnode;A&&A.parent;)A=A.parent,C=A.context;var w=!C._isMounted||!e.isRootInsert;if(!w||b||""===b){var L=w&&h?h:u,D=w&&v?v:f,B=w&&p?p:c,S=w&&T||y,G=w&&"function"==typeof b?b:g,z=w&&M||m,W=w&&K||_,O=d(o(x)?x.enter:x),P=!1!==l&&!pn,R=Lt(G),E=n._enterCb=k(function(){P&&(bt(n,B),bt(n,D)),E.cancelled?(P&&bt(n,L),W&&W(n)):z&&z(n),n._enterCb=null});e.data.show||Z(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),G&&G(n,E)}),S&&S(n),P&&(Tt(n,L),Tt(n,D),_t(function(){Tt(n,B),bt(n,L),E.cancelled||R||(wt(O)?setTimeout(E,O):Mt(n,s,E))})),e.data.show&&(t&&t(),G&&G(n,E)),P||R||E()}}}function At(e,t){function n(){K.cancelled||(e.data.show||((i.parentNode._pending||(i.parentNode._pending={}))[e.key]=e),p&&p(i),T&&(Tt(i,c),Tt(i,h),_t(function(){Tt(i,f),bt(i,c),K.cancelled||b||(wt(M)?setTimeout(K,M):Mt(i,u,K))})),v&&v(i,K),T||b||K())}var i=e.elm;a(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var l=mt(e.data.transition);if(r(l)||1!==i.nodeType)return t();if(!a(i._leaveCb)){var s=l.css,u=l.type,c=l.leaveClass,f=l.leaveToClass,h=l.leaveActiveClass,p=l.beforeLeave,v=l.leave,y=l.afterLeave,g=l.leaveCancelled,m=l.delayLeave,_=l.duration,T=!1!==s&&!pn,b=Lt(v),M=d(o(_)?_.leave:_),K=i._leaveCb=k(function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[e.key]=null),T&&(bt(i,f),bt(i,h)),K.cancelled?(T&&bt(i,c),g&&g(i)):(t(),y&&y(i)),i._leaveCb=null});m?m(n):n()}}function wt(e){return"number"==typeof e&&!isNaN(e)}function Lt(e){if(r(e))return!1;var t=e.fns;return a(t)?Lt(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Dt(e,t){!0!==t.data.show&&Ct(t)}function Bt(e,t,n){St(e,t),(hn||vn)&&setTimeout(function(){St(e,t)},0)}function St(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=M(r,zt(l))>-1,l.selected!==i&&(l.selected=i);else if(b(zt(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Gt(e,t){return t.every(function(t){return!b(t,e)})}function zt(e){return"_value"in e?e._value:e.value}function Wt(e){e.target.composing=!0}function Ot(e){e.target.composing&&(e.target.composing=!1,Pt(e.target,"input"))}function Pt(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Rt(e){return!e.componentInstance||e.data&&e.data.transition?e:Rt(e.componentInstance._vnode)}function Et(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Et(re(t.children)):e}function jt(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[Xt(i)]=a[i];return t}function It(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Nt(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ft(e){e.data.newPos=e.elm.getBoundingClientRect()}function $t(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}var Vt=Object.freeze({}),Ht=Object.prototype.toString,qt=(f("slot,component",!0),f("key,ref,slot,slot-scope,is")),Ut=Object.prototype.hasOwnProperty,Yt=/-(\w)/g,Xt=v(function(e){return e.replace(Yt,function(e,t){return t?t.toUpperCase():""})}),Zt=v(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Jt=/\B([A-Z])/g,Qt=v(function(e){return e.replace(Jt,"-$1").toLowerCase()}),en=function(e,t,n){return!1},tn=function(e){return e},nn="data-server-rendered",rn=["component","directive","filter"],an=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],ln={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:en,isReservedAttr:en,isUnknownElement:en,getTagNamespace:T,parsePlatformTagName:tn,mustUseProp:en,_lifecycleHooks:an},on=/[^\w.$]/,sn="__proto__"in{},un="undefined"!=typeof window,cn="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,dn=cn&&WXEnvironment.platform.toLowerCase(),fn=un&&window.navigator.userAgent.toLowerCase(),hn=fn&&/msie|trident/.test(fn),pn=fn&&fn.indexOf("msie 9.0")>0,vn=fn&&fn.indexOf("edge/")>0,yn=fn&&fn.indexOf("android")>0||"android"===dn,gn=fn&&/iphone|ipad|ipod|ios/.test(fn)||"ios"===dn,mn=(fn&&/chrome\/\d+/.test(fn),{}.watch),_n=!1;if(un)try{var Tn={};Object.defineProperty(Tn,"passive",{get:function(){_n=!0}}),window.addEventListener("test-passive",null,Tn)}catch(e){}var bn,Mn,kn=function(){return void 0===bn&&(bn=!un&&void 0!==e&&"server"===e.process.env.VUE_ENV),bn},Kn=un&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,xn="undefined"!=typeof Symbol&&C(Symbol)&&"undefined"!=typeof Reflect&&C(Reflect.ownKeys);Mn="undefined"!=typeof Set&&C(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Cn=T,An=0,wn=function(){this.id=An++,this.subs=[]};wn.prototype.addSub=function(e){this.subs.push(e)},wn.prototype.removeSub=function(e){h(this.subs,e)},wn.prototype.depend=function(){wn.target&&wn.target.addDep(this)},wn.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},wn.target=null;var Ln=[],Dn=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,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},Bn={child:{configurable:!0}};Bn.child.get=function(){return this.componentInstance},Object.defineProperties(Dn.prototype,Bn);var Sn=function(e){void 0===e&&(e="");var t=new Dn;return t.text=e,t.isComment=!0,t},Gn=Array.prototype,zn=Object.create(Gn);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=Gn[e];x(zn,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var Wn=Object.getOwnPropertyNames(zn),On={shouldConvert:!0},Pn=function(e){this.value=e,this.dep=new wn,this.vmCount=0,x(e,"__ob__",this),Array.isArray(e)?((sn?function(e,t,n){e.__proto__=t}:function(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];x(e,i,t[i])}})(e,zn,Wn),this.observeArray(e)):this.walk(e)};Pn.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)B(e,t[n],e[t[n]])},Pn.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)D(e[t])};var Rn=ln.optionMergeStrategies;Rn.data=function(e,t,n){return n?W(e,t,n):t&&"function"!=typeof t?e:W(e,t)},an.forEach(function(e){Rn[e]=O}),rn.forEach(function(e){Rn[e+"s"]=P}),Rn.watch=function(e,t,n,r){if(e===mn&&(e=void 0),t===mn&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in m(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Rn.props=Rn.methods=Rn.inject=Rn.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return m(a,e),t&&m(a,t),a},Rn.provide=W;var En,jn,In=function(e,t){return void 0===t?e:t},Nn=[],Fn=!1,$n=!1;if(void 0!==n&&C(n))jn=function(){n(H)};else if("undefined"==typeof MessageChannel||!C(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())jn=function(){setTimeout(H,0)};else{var Vn=new MessageChannel,Hn=Vn.port2;Vn.port1.onmessage=H,jn=function(){Hn.postMessage(1)}}if("undefined"!=typeof Promise&&C(Promise)){var qn=Promise.resolve();En=function(){qn.then(H),gn&&setTimeout(T)}}else En=jn;var Un,Yn=new Mn,Xn=v(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}),Zn=null,Jn=[],Qn=[],er={},tr=!1,nr=!1,rr=0,ar=0,ir=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ar,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Mn,this.newDepIds=new Mn,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!on.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};ir.prototype.get=function(){!function(e){wn.target&&Ln.push(wn.target),wn.target=e}(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;F(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&U(e),wn.target=Ln.pop(),this.cleanupDeps()}return e},ir.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ir.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},ir.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==er[t]){if(er[t]=!0,nr){for(var n=Jn.length-1;n>rr&&Jn[n].id>e.id;)n--;Jn.splice(n+1,0,e)}else Jn.push(e);tr||(tr=!0,q(he))}}(this)},ir.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){F(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ir.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ir.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},ir.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var lr={enumerable:!0,configurable:!0,get:T,set:T},or={lazy:!0};De(Be.prototype);var sr={init:function(e,t,n,r){if(!e.componentInstance||e.componentInstance._isDestroyed)(e.componentInstance=ze(e,Zn,n,r)).$mount(t?e.elm:void 0,t);else if(e.data.keepAlive){var a=e;sr.prepatch(a,a)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,a){var i=!!(a||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==Vt);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=a,e.$attrs=r.data&&r.data.attrs||Vt,e.$listeners=n||Vt,t&&e.$options.props){On.shouldConvert=!1;for(var l=e._props,o=e.$options._propKeys||[],s=0;s<o.length;s++){var u=o[s];l[u]=j(u,e.$options.props,t,e)}On.shouldConvert=!0,e.$options.propsData=t}if(n){var c=e.$options._parentListeners;e.$options._parentListeners=n,le(e,n,c)}i&&(e.$slots=oe(a,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,fe(n,"mounted")),e.data.keepAlive&&(t._isMounted?function(e){e._inactive=!1,Qn.push(e)}(n):de(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,ce(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);fe(t,"deactivated")}}(t,!0):t.$destroy())}},ur=Object.keys(sr),cr=1,dr=2,fr=0;(function(e){e.prototype._init=function(e){var t=this;t._uid=fr++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=R(Ee(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&le(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=oe(t._renderChildren,r),e.$scopedSlots=Vt,e._c=function(t,n,r,a){return Oe(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return Oe(e,t,n,r,a,!0)};var a=n&&n.data;B(e,"$attrs",a&&a.attrs||Vt,0,!0),B(e,"$listeners",t._parentListeners||Vt,0,!0)}(t),fe(t,"beforeCreate"),function(e){var t=_e(e.$options.inject,e);t&&(On.shouldConvert=!1,Object.keys(t).forEach(function(n){B(e,n,t[n])}),On.shouldConvert=!0)}(t),ve(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),fe(t,"created"),t.$options.el&&t.$mount(t.$options.el)}})(Ie),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=S,e.prototype.$delete=G,e.prototype.$watch=function(e,t,n){var r=this;if(s(t))return me(r,e,t,n);(n=n||{}).user=!0;var a=new ir(r,e,t,n);return n.immediate&&t.call(r,a.value),function(){a.teardown()}}}(Ie),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var a=0,i=e.length;a<i;a++)this.$on(e[a],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?g(n):n;for(var r=g(arguments,1),a=0,i=n.length;a<i;a++)try{n[a].apply(t,r)}catch(n){F(n,t,'event handler for "'+e+'"')}}return t}}(Ie),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&fe(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=Zn;Zn=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),Zn=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){fe(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),fe(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Ie),function(e){De(e.prototype),e.prototype.$nextTick=function(e){return q(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,a=n._parentVnode;if(t._isMounted)for(var i in t.$slots){var l=t.$slots[i];(l._rendered||l[0]&&l[0].elm)&&(t.$slots[i]=L(l,!0))}t.$scopedSlots=a&&a.data.scopedSlots||Vt,t.$vnode=a;try{e=r.call(t._renderProxy,t.$createElement)}catch(n){F(n,t,"render"),e=t._vnode}return e instanceof Dn||(e=Sn()),e.parent=a,e}}(Ie);var hr=[String,RegExp,Array],pr={name:"keep-alive",abstract:!0,props:{include:hr,exclude:hr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){var e=this;for(var t in e.cache)He(e.cache,t,e.keys)},watch:{include:function(e){Ve(this,function(t){return $e(e,t)})},exclude:function(e){Ve(this,function(t){return!$e(e,t)})}},render:function(){var e=this.$slots.default,t=re(e),n=t&&t.componentOptions;if(n){var r=Fe(n),a=this.include,i=this.exclude;if(a&&(!r||!$e(a,r))||i&&r&&$e(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,h(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&He(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},vr={KeepAlive:pr};(function(e){var t={get:function(){return ln}};Object.defineProperty(e,"config",t),e.util={warn:Cn,extend:m,mergeOptions:R,defineReactive:B},e.set=S,e.delete=G,e.nextTick=q,e.options=Object.create(null),rn.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,m(e.options.components,vr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=g(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=R(this.options,e),this}}(e),Ne(e),function(e){rn.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)})(Ie),Object.defineProperty(Ie.prototype,"$isServer",{get:kn}),Object.defineProperty(Ie.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Ie.version="2.5.13";var yr,gr,mr=f("style,class"),_r=f("input,textarea,option,select,progress"),Tr=f("contenteditable,draggable,spellcheck"),br=f("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"),Mr="http://www.w3.org/1999/xlink",kr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Kr=function(e){return kr(e)?e.slice(6,e.length):""},xr=function(e){return null==e||!1===e},Cr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ar=f("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"),wr=f("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),Lr=function(e){return Ar(e)||wr(e)},Dr=Object.create(null),Br=f("text,number,password,search,email,tel,url"),Sr=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Cr[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setAttribute:function(e,t,n){e.setAttribute(t,n)}}),Gr={create:function(e,t){Ze(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Ze(e,!0),Ze(t))},destroy:function(e){Ze(e,!0)}},zr=new Dn("",{},[]),Wr=["create","activate","update","remove","destroy"],Or={create:et,update:et,destroy:function(e){et(e,zr)}},Pr=Object.create(null),Rr=[Gr,Or],Er={create:at,update:at},jr={create:lt,update:lt},Ir="__r",Nr="__c",Fr={create:ct,update:ct},$r={create:dt,update:dt},Vr=v(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}),Hr=/^--/,qr=/\s*!important$/,Ur=function(e,t,n){if(Hr.test(t))e.style.setProperty(t,n);else if(qr.test(n))e.style.setProperty(t,n.replace(qr,""),"important");else{var r=Xr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Yr=["Webkit","Moz","ms"],Xr=v(function(e){if(gr=gr||document.createElement("div").style,"filter"!==(e=Xt(e))&&e in gr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Yr.length;n++){var r=Yr[n]+t;if(r in gr)return r}}),Zr={create:vt,update:vt},Jr=v(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),Qr=un&&!pn,ea="transition",ta="animation",na="transition",ra="transitionend",aa="animation",ia="animationend";Qr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(na="WebkitTransition",ra="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(aa="WebkitAnimation",ia="webkitAnimationEnd"));var la=un?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},oa=/\b(transform|all)(,|$)/,sa=un?{create:Dt,activate:Dt,remove:function(e,t){!0!==e.data.show?At(e,t):t()}}:{},ua=[Er,jr,Fr,$r,Zr,sa],ca=ua.concat(Rr),da=function(e){function t(e){var t=w.parentNode(e);a(t)&&w.removeChild(t,e)}function n(e,t,n,r,l){if(e.isRootInsert=!l,!o(e,t,n,r)){var s=e.data,d=e.children,f=e.tag;a(f)?(e.elm=e.ns?w.createElementNS(e.ns,f):w.createElement(f,e),p(e),c(e,d,t),a(s)&&h(e,t),u(n,e.elm,r)):i(e.isComment)?(e.elm=w.createComment(e.text),u(n,e.elm,r)):(e.elm=w.createTextNode(e.text),u(n,e.elm,r))}}function o(e,t,n,r){var l=e.data;if(a(l)){var o=a(e.componentInstance)&&l.keepAlive;if(a(l=l.hook)&&a(l=l.init)&&l(e,!1,n,r),a(e.componentInstance))return s(e,t),i(o)&&function(e,t,n,r){for(var i,l=e;l.componentInstance;)if(l=l.componentInstance._vnode,a(i=l.data)&&a(i=i.transition)){for(i=0;i<C.activate.length;++i)C.activate[i](zr,l);t.push(l);break}u(n,e.elm,r)}(e,t,n,r),!0}}function s(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,d(e)?(h(e,t),p(e)):(Ze(e),t.push(e))}function u(e,t,n){a(e)&&(a(n)?n.parentNode===e&&w.insertBefore(e,t,n):w.appendChild(e,t))}function c(e,t,r){if(Array.isArray(t))for(var a=0;a<t.length;++a)n(t[a],r,e.elm,null,!0);else l(e.text)&&w.appendChild(e.elm,w.createTextNode(String(e.text)))}function d(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function h(e,t){for(var n=0;n<C.create.length;++n)C.create[n](zr,e);a(K=e.data.hook)&&(a(K.create)&&K.create(zr,e),a(K.insert)&&t.push(e))}function p(e){var t;if(a(t=e.fnScopeId))w.setAttribute(e.elm,t,"");else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,""),n=n.parent;a(t=Zn)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,"")}function v(e,t,r,a,i,l){for(;a<=i;++a)n(r[a],l,e,t)}function y(e){var t,n,r=e.data;if(a(r))for(a(t=r.hook)&&a(t=t.destroy)&&t(e),t=0;t<C.destroy.length;++t)C.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function g(e,n,r,i){for(;r<=i;++r){var l=n[r];a(l)&&(a(l.tag)?(m(l),y(l)):t(l.elm))}}function m(e,n){if(a(n)||a(e.data)){var r,i=C.remove.length+1;for(a(n)?n.listeners+=i:n=function(e,n){function r(){0==--r.listeners&&t(e)}return r.listeners=n,r}(e.elm,i),a(r=e.componentInstance)&&a(r=r._vnode)&&a(r.data)&&m(r,n),r=0;r<C.remove.length;++r)C.remove[r](e,n);a(r=e.data.hook)&&a(r=r.remove)?r(e,n):n()}else t(e.elm)}function _(e,t,i,l,o){for(var s,u,c,d,f=0,h=0,p=t.length-1,y=t[0],m=t[p],_=i.length-1,M=i[0],k=i[_],K=!o;f<=p&&h<=_;)r(y)?y=t[++f]:r(m)?m=t[--p]:Je(y,M)?(b(y,M,l),y=t[++f],M=i[++h]):Je(m,k)?(b(m,k,l),m=t[--p],k=i[--_]):Je(y,k)?(b(y,k,l),K&&w.insertBefore(e,y.elm,w.nextSibling(m.elm)),y=t[++f],k=i[--_]):Je(m,M)?(b(m,M,l),K&&w.insertBefore(e,m.elm,y.elm),m=t[--p],M=i[++h]):(r(s)&&(s=Qe(t,f,p)),r(u=a(M.key)?s[M.key]:T(M,t,f,p))?n(M,l,e,y.elm):Je(c=t[u],M)?(b(c,M,l),t[u]=void 0,K&&w.insertBefore(e,c.elm,y.elm)):n(M,l,e,y.elm),M=i[++h]);f>p?(d=r(i[_+1])?null:i[_+1].elm,v(e,d,i,h,_,l)):h>_&&g(0,t,f,p)}function T(e,t,n,r){for(var i=n;i<r;i++){var l=t[i];if(a(l)&&Je(e,l))return i}}function b(e,t,n,l){if(e!==t){var o=t.elm=e.elm;if(i(e.isAsyncPlaceholder))return void(a(t.asyncFactory.resolved)?k(e.elm,t,n):t.isAsyncPlaceholder=!0);if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))return void(t.componentInstance=e.componentInstance);var s,u=t.data;a(u)&&a(s=u.hook)&&a(s=s.prepatch)&&s(e,t);var c=e.children,f=t.children;if(a(u)&&d(t)){for(s=0;s<C.update.length;++s)C.update[s](e,t);a(s=u.hook)&&a(s=s.update)&&s(e,t)}r(t.text)?a(c)&&a(f)?c!==f&&_(o,c,f,n,l):a(f)?(a(e.text)&&w.setTextContent(o,""),v(o,null,f,0,f.length-1,n)):a(c)?g(0,c,0,c.length-1):a(e.text)&&w.setTextContent(o,""):e.text!==t.text&&w.setTextContent(o,t.text),a(u)&&a(s=u.hook)&&a(s=s.postpatch)&&s(e,t)}}function M(e,t,n){if(i(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}function k(e,t,n,r){var l,o=t.tag,u=t.data,d=t.children;if(r=r||u&&u.pre,t.elm=e,i(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(u)&&(a(l=u.hook)&&a(l=l.init)&&l(t,!0),a(l=t.componentInstance)))return s(t,n),!0;if(a(o)){if(a(d))if(e.hasChildNodes())if(a(l=u)&&a(l=l.domProps)&&a(l=l.innerHTML)){if(l!==e.innerHTML)return!1}else{for(var f=!0,p=e.firstChild,v=0;v<d.length;v++){if(!p||!k(p,d[v],n,r)){f=!1;break}p=p.nextSibling}if(!f||p)return!1}else c(t,d,n);if(a(u)){var y=!1;for(var g in u)if(!L(g)){y=!0,h(t,n);break}!y&&u.class&&U(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}var K,x,C={},A=e.modules,w=e.nodeOps;for(K=0;K<Wr.length;++K)for(C[Wr[K]]=[],x=0;x<A.length;++x)a(A[x][Wr[K]])&&C[Wr[K]].push(A[x][Wr[K]]);var L=f("attrs,class,staticClass,staticStyle,key");return function(e,t,l,o,s,u){if(!r(t)){var c=!1,f=[];if(r(e))c=!0,n(t,f,s,u);else{var h=a(e.nodeType);if(!h&&Je(e,t))b(e,t,f,o);else{if(h){if(1===e.nodeType&&e.hasAttribute(nn)&&(e.removeAttribute(nn),l=!0),i(l)&&k(e,t,f))return M(t,f,!0),e;e=function(e){return new Dn(w.tagName(e).toLowerCase(),{},[],void 0,e)}(e)}var p=e.elm,v=w.parentNode(p);if(n(t,f,p._leaveCb?null:v,w.nextSibling(p)),a(t.parent))for(var m=t.parent,_=d(t);m;){for(var T=0;T<C.destroy.length;++T)C.destroy[T](m);if(m.elm=t.elm,_){for(var K=0;K<C.create.length;++K)C.create[K](zr,m);var x=m.data.hook.insert;if(x.merged)for(var A=1;A<x.fns.length;A++)x.fns[A]()}else Ze(m);m=m.parent}a(v)?g(0,[e],0,0):a(e.tag)&&y(e)}}return M(t,f,c),t.elm}a(e)&&y(e)}}({nodeOps:Sr,modules:ca});pn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Pt(e,"input")});var fa={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?Z(n,"postpatch",function(){fa.componentUpdated(e,t,n)}):Bt(e,t,n.context),e._vOptions=[].map.call(e.options,zt)):("textarea"===n.tag||Br(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Ot),yn||(e.addEventListener("compositionstart",Wt),e.addEventListener("compositionend",Ot)),pn&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Bt(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,zt);a.some(function(e,t){return!b(e,r[t])})&&(e.multiple?t.value.some(function(e){return Gt(e,a)}):t.value!==t.oldValue&&Gt(t.value,a))&&Pt(e,"change")}}},ha={bind:function(e,t,n){var r=t.value,a=(n=Rt(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,Ct(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&((n=Rt(n)).data&&n.data.transition?(n.data.show=!0,r?Ct(n,function(){e.style.display=e.__vOriginalDisplay}):At(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}},pa={model:fa,show:ha},va={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]},ya={name:"transition",props:va,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||ne(e)})).length){var r=this.mode,a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=Et(a);if(!i)return a;if(this._leaving)return It(e,a);var o="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?o+"comment":o+i.tag:l(i.key)?0===String(i.key).indexOf(o)?i.key:o+i.key:i.key;var s=(i.data||(i.data={})).transition=jt(this),u=this._vnode,c=Et(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!ne(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=m({},s);if("out-in"===r)return this._leaving=!0,Z(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),It(e,a);if("in-out"===r){if(ne(i))return u;var f,h=function(){f()};Z(s,"afterEnter",h),Z(s,"enterCancelled",h),Z(d,"delayLeave",function(e){f=e})}}return a}}},ga=m({tag:String,moveClass:String},va);delete ga.mode;var ma={props:ga,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=jt(this),o=0;o<a.length;o++){var s=a[o];s.tag&&null!=s.key&&0!==String(s.key).indexOf("__vlist")&&(i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l)}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Nt),e.forEach(Ft),e.forEach($t),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Tt(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ra,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ra,e),n._moveCb=null,bt(n,t))})}}))},methods:{hasMove:function(e,t){if(!Qr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){gt(n,e)}),yt(n,t),n.style.display="none",this.$el.appendChild(n);var r=kt(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},_a={Transition:ya,TransitionGroup:ma};Ie.config.mustUseProp=function(e,t,n){return"value"===n&&_r(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ie.config.isReservedTag=Lr,Ie.config.isReservedAttr=mr,Ie.config.getTagNamespace=function(e){return wr(e)?"svg":"math"===e?"math":void 0},Ie.config.isUnknownElement=function(e){if(!un)return!0;if(Lr(e))return!1;if(e=e.toLowerCase(),null!=Dr[e])return Dr[e];var t=document.createElement(e);return e.indexOf("-")>-1?Dr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Dr[e]=/HTMLUnknownElement/.test(t.toString())},m(Ie.options.directives,pa),m(Ie.options.components,_a),Ie.prototype.__patch__=un?da:T,Ie.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=Sn),fe(e,"beforeMount"),new ir(e,function(){e._update(e._render(),n)},T,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,fe(e,"mounted")),e}(this,e=e&&un?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},Ie.nextTick(function(){ln.devtools&&Kn&&Kn.emit("init",Ie)},0),t.a=Ie}).call(t,n(44),n(167).setImmediate)},function(e,t,n){"use strict";var r=n(180),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(189),a=n.n(r);t.a=a.a},function(e,t,n){var r=n(60),a=n(32);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){"use strict";var r=n(176),a=n.n(r),i=n(177),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(178),a=n.n(r),i=n(65);n.n(i),t.a=a.a},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){e.exports=!0},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(9).f,a=n(12),i=n(4)("toStringTag");e.exports=function(e,t,n){e&&!a(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(37)("keys"),a=n(27);e.exports=function(e){return r[e]||(r[e]=a(e))}},function(e,t,n){var r=n(8),a=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return a[e]||(a[e]={})}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(31);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(19);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(8),a=n(7),i=n(33),l=n(42),o=n(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||o(t,e,{value:l.f(e)})}},function(e,t,n){t.f=n(4)},function(e,t,n){"use strict";var r=n(154)(!0);n(57)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var r=n(168),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(169),a=n.n(r),i=n(170),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(183),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=void 0,n=void 0;"string"==typeof e&&(t=e);var r={programmatic:!0,content:t};e.parent&&(n=e.parent,delete e.parent);var l=a()(r,e);return new(i.a.extend(o.a))({parent:n,el:document.createElement("div"),propsData:l})}}},function(e,t,n){"use strict";var r=n(185),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(6),a=n.n(r),i=n(2);t.a={components:a()({},i.a.name,i.a),props:{active:{type:Boolean,default:!0},title:String,closable:{type:Boolean,default:!0},type:String,hasIcon:Boolean,size:String,iconSize:String},data:function(){return{isActive:this.active}},watch:{active:function(e){this.isActive=e}},computed:{icon:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}}},methods:{close:function(){this.isActive=!1,this.$emit("close"),this.$emit("update:active",!1)}}}},function(e,t,n){"use strict";var r=n(1),a=n(5);t.a={props:{type:{type:String,default:"is-dark"},message:String,duration:Number,queue:{type:Boolean,default:void 0},position:{type:String,default:"is-top",validator:function(e){return["is-top-right","is-top","is-top-left","is-bottom-right","is-bottom","is-bottom-left"].indexOf(e)>-1}},container:String},data:function(){return{isActive:!1,parentTop:null,parentBottom:null,newContainer:this.container||r.b.defaultContainerElement}},computed:{correctParent:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return this.parentTop;case"is-bottom-right":case"is-bottom":case"is-bottom-left":return this.parentBottom}},transition:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return{enter:"fadeInDown",leave:"fadeOut"};case"is-bottom-right":case"is-bottom":case"is-bottom-left":return{enter:"fadeInUp",leave:"fadeOut"}}}},methods:{shouldQueue:function(){return!!(void 0!==this.queue?this.queue:r.b.defaultNoticeQueue)&&(this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0)},close:function(){var e=this;clearTimeout(this.timer),this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(a.a)(e.$el)},150)},showNotice:function(){var e=this;this.shouldQueue()?setTimeout(function(){return e.showNotice()},250):(this.correctParent.insertAdjacentElement("afterbegin",this.$el),this.isActive=!0,this.indefinite||(this.timer=setTimeout(function(){return e.close()},this.newDuration)))},setupContainer:function(){if(this.parentTop=document.querySelector(".notices.is-top"),this.parentBottom=document.querySelector(".notices.is-bottom"),!this.parentTop||!this.parentBottom){this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="notices is-top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="notices is-bottom");var e=document.querySelector(this.newContainer)||document.body;e.appendChild(this.parentTop),e.appendChild(this.parentBottom),this.newContainer&&(this.parentTop.classList.add("has-custom-container"),this.parentBottom.classList.add("has-custom-container"))}}},beforeMount:function(){this.setupContainer()},mounted:function(){this.showNotice()}}},function(e,t,n){e.exports={default:n(130),__esModule:!0}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var a=n(127),i=r(a),l=n(3),o=r(l),s="function"==typeof o.default&&"symbol"==typeof i.default?function(e){return typeof e}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};t.default="function"==typeof o.default&&"symbol"===s(i.default)?function(e){return void 0===e?"undefined":s(e)}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":void 0===e?"undefined":s(e)}},function(e,t,n){var r=n(135);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(19),a=n(8).document,i=r(a)&&r(a.createElement);e.exports=function(e){return i?a.createElement(e):{}}},function(e,t,n){e.exports=!n(11)&&!n(18)(function(){return 7!=Object.defineProperty(n(54)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(30);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t,n){"use strict";var r=n(33),a=n(17),i=n(61),l=n(15),o=n(12),s=n(20),u=n(145),c=n(35),d=n(153),f=n(4)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,v,y,g,m){u(n,t,v);var _,T,b,M=function(e){if(!h&&e in C)return C[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},k=t+" Iterator",K="values"==y,x=!1,C=e.prototype,A=C[f]||C["@@iterator"]||y&&C[y],w=!h&&A||M(y),L=y?K?M("entries"):w:void 0,D="Array"==t&&C.entries||A;if(D&&(b=d(D.call(new e)))!==Object.prototype&&b.next&&(c(b,k,!0),r||o(b,f)||l(b,f,p)),K&&A&&"values"!==A.name&&(x=!0,w=function(){return A.call(this)}),r&&!m||!h&&!x&&C[f]||l(C,f,w),s[t]=w,s[k]=p,y)if(_={values:K?w:M("values"),keys:g?w:M("keys"),entries:L},m)for(T in _)T in C||i(C,T,_[T]);else a(a.P+a.F*(h||x),t,_);return _}},function(e,t,n){var r=n(14),a=n(150),i=n(32),l=n(36)("IE_PROTO"),o=function(){},s=function(){var e,t=n(54)("iframe"),r=i.length;for(t.style.display="none",n(141).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),s=e.F;r--;)delete s.prototype[i[r]];return s()};e.exports=Object.create||function(e,t){var n;return null!==e?(o.prototype=r(e),n=new o,o.prototype=null,n[l]=e):n=s(),void 0===t?n:a(n,t)}},function(e,t,n){var r=n(60),a=n(32).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){var r=n(12),a=n(16),i=n(137)(!1),l=n(36)("IE_PROTO");e.exports=function(e,t){var n,o=a(e),s=0,u=[];for(n in o)n!=l&&r(o,n)&&u.push(n);for(;t.length>s;)r(o,n=t[s++])&&(~i(u,n)||u.push(n));return u}},function(e,t,n){e.exports=n(15)},function(e,t,n){var r=n(38),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t,n){var r=n(138),a=n(4)("iterator"),i=n(20);e.exports=n(7).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[r(e)]}},function(e,t,n){n(158);for(var r=n(8),a=n(15),i=n(20),l=n(4)("toStringTag"),o="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),s=0;s<o.length;s++){var u=o[s],c=r[u],d=c&&c.prototype;d&&!d[l]&&a(d,l,u),i[u]=i.Array}},function(e,t,n){var r=n(0)(n(79),null,null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(94),n(216),null,null,null);e.exports=r.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(13),a=n.n(r),i=n(46),l=n(28),o=n(112),s=n(115),u=n(116),c=n(117),d=n(45),f=n(105),h=n(106),p=n(107),v=n(29),y=n(2),g=n(23),m=n(108),_=n(109),T=n(47),b=n(110),M=n(48),k=n(111),K=n(24),x=n(113),C=n(114),A=n(118),w=n(119),L=n(120),D=n(121),B=n(122),S=n(1);n.d(t,"Dialog",function(){return p.a}),n.d(t,"LoadingProgrammatic",function(){return m.b}),n.d(t,"ModalProgrammatic",function(){return T.b}),n.d(t,"Snackbar",function(){return x.a}),n.d(t,"Toast",function(){return L.a});var G={Autocomplete:d.a,Checkbox:i.a,CheckboxButton:i.b,Collapse:f.a,Datepicker:h.a,Dropdown:l.a,DropdownItem:l.b,Field:v.a,Icon:y.a,Input:g.a,Loading:m.a,Message:_.a,Modal:T.a,Notification:b.a,Pagination:M.a,Panel:k.a,Radio:o.a,RadioButton:o.b,Select:K.a,Switch:C.a,TabItem:u.a,Table:s.a,TableColumn:s.b,Tabs:u.b,Tag:c.a,Taglist:c.b,Taginput:A.a,Timepicker:w.a,Tooltip:D.a,Upload:B.a,install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var r in n.i(S.a)(a()(S.b,t)),G){var i=G[r];i&&"install"!==r&&e.component(i.name,i)}e.prototype.$dialog=p.a,e.prototype.$loading=m.b,e.prototype.$modal=T.b,e.prototype.$snackbar=x.a,e.prototype.$toast=L.a}};t.default=G},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(51),l=n.n(i),o=n(6),s=n.n(o),u=n(5),c=n(10),d=n(23);t.default={name:"BAutocomplete",components:s()({},d.a.name,d.a),mixins:[c.a],inheritAttrs:!1,props:{value:[Number,String],data:{type:Array,default:function(){return[]}},field:{type:String,default:"value"},keepFirst:Boolean,clearOnSelect:Boolean,openOnFocus:Boolean},data:function(){return{selected:null,hovered:null,isActive:!1,newValue:this.value,isListInViewportVertically:!0,hasFocus:!1,_isAutocomplete:!0,_elementRef:"input"}},computed:{whiteList:function(){var e=[];if(e.push(this.$refs.input.$el.querySelector("input")),e.push(this.$refs.dropdown),void 0!==this.$refs.dropdown){var t=this.$refs.dropdown.querySelectorAll("*"),n=!0,r=!1,a=void 0;try{for(var i,o=l()(t);!(n=(i=o.next()).done);n=!0){var s=i.value;e.push(s)}}catch(e){r=!0,a=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw a}}}return e},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty}},watch:{isActive:function(e){var t=this;e?this.calcDropdownInViewportVertical():(this.$nextTick(function(){return t.setHovered(null)}),setTimeout(function(){t.calcDropdownInViewportVertical()},100))},newValue:function(e){this.$emit("input",e);var t=this.getValue(this.selected);t&&t!==e&&this.setSelected(null,!1),!this.hasFocus||this.openOnFocus&&!e||(this.isActive=!!e)},value:function(e){this.newValue=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},data:function(e){this.keepFirst&&this.selectFirstOption(e)}},methods:{setHovered:function(e){void 0!==e&&(this.hovered=e)},setSelected:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];void 0!==e&&(this.selected=e,this.$emit("select",this.selected),null!==this.selected&&(this.newValue=this.clearOnSelect?"":this.getValue(this.selected)),n&&this.$nextTick(function(){t.isActive=!1}))},selectFirstOption:function(e){var t=this;this.$nextTick(function(){e.length?(t.openOnFocus||""!==t.newValue&&t.hovered!==e[0])&&t.setHovered(e[0]):t.setHovered(null)})},enterPressed:function(){null!==this.hovered&&this.setSelected(this.hovered)},tabPressed:function(){null!==this.hovered?this.setSelected(this.hovered):this.isActive=!1},clickedOutside:function(e){this.whiteList.indexOf(e.target)<0&&(this.isActive=!1)},getValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e){var r="object"===(void 0===e?"undefined":a()(e))?n.i(u.c)(e,this.field):e,i="string"==typeof this.newValue?n.i(u.e)(this.newValue):this.newValue,l=new RegExp("("+i+")","gi");return t?r.replace(l,"<b>$1</b>"):r}},calcDropdownInViewportVertical:function(){var e=this;this.$nextTick(function(){if(void 0!==e.$refs.dropdown){var t=e.$refs.dropdown.getBoundingClientRect();e.isListInViewportVertically=t.top>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)}})},keyArrows:function(e){var t="down"===e?1:-1;if(this.isActive){var n=this.data.indexOf(this.hovered)+t;n=(n=n>this.data.length-1?this.data.length:n)<0?0:n,this.setHovered(this.data[n]);var r=this.$refs.dropdown.querySelector(".dropdown-content"),a=r.querySelectorAll(".dropdown-item:not(.is-disabled)")[n];if(!a)return;var i=r.scrollTop,l=r.scrollTop+r.clientHeight-a.clientHeight;a.offsetTop<i?r.scrollTop=a.offsetTop:a.offsetTop>=l&&(r.scrollTop=a.offsetTop-r.clientHeight+a.clientHeight)}else this.isActive=!0},focused:function(e){this.getValue(this.selected)===this.newValue&&this.$el.querySelector("input").select(),this.openOnFocus&&(this.isActive=!0,this.keepFirst&&this.selectFirstOption(this.data)),this.hasFocus=!0,this.$emit("focus",e)},onBlur:function(e){this.hasFocus=!1,this.$emit("blur",e)}},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),window.addEventListener("resize",this.calcDropdownInViewportVertical))},beforeDestroy:function(){"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),window.removeEventListener("resize",this.calcDropdownInViewportVertical))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckbox",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckboxButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,type:{type:String,default:"is-primary"}},data:function(){return{newValue:this.value}},computed:{checked:function(){return Array.isArray(this.newValue)?this.newValue.indexOf(this.nativeValue)>=0:this.newValue===this.nativeValue}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BCollapse",props:{open:{type:Boolean,default:!0},animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.$emit(this.isOpen?"open":"close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p=n(173),v=n.n(p);t.default={name:"BDatepicker",components:(r={},i()(r,v.a.name,v.a),i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,dayNames:{type:Array,default:function(){return Array.isArray(s.b.defaultDayNames)?s.b.defaultDayNames:["Su","M","Tu","W","Th","F","S"]}},monthNames:{type:Array,default:function(){return Array.isArray(s.b.defaultMonthNames)?s.b.defaultMonthNames:["January","February","March","April","May","June","July","August","September","October","November","December"]}},firstDayOfWeek:{type:Number,default:function(){return"number"==typeof s.b.defaultFirstDayOfWeek?s.b.defaultFirstDayOfWeek:0}},inline:Boolean,minDate:Date,maxDate:Date,focusedDate:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},unselectableDates:Array,unselectableDaysOfWeek:{type:Array,default:function(){return s.b.defaultUnselectableDaysOfWeek}},selectableDates:Array,dateFormatter:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateFormatter?s.b.defaultDateFormatter(e):e.toLocaleDateString()}},dateParser:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateParser?s.b.defaultDateParser(e):new Date(Date.parse(e))}},mobileNative:{type:Boolean,default:function(){return s.b.defaultDatepickerMobileNative}},position:String,events:Array,indicators:{type:String,default:"dots"}},data:function(){var e=this.value||this.focusedDate||new Date;return{dateSelected:this.value,focusedDateData:{month:e.getMonth(),year:e.getFullYear()},_elementRef:"input",_isDatepicker:!0}},computed:{listOfYears:function(){for(var e=this.maxDate?this.maxDate.getFullYear():Math.max((new Date).getFullYear(),this.focusedDateData.year)+3,t=this.minDate?this.minDate.getFullYear():1900,n=[],r=t;r<=e;r++)n.push(r);return n.reverse()},isFirstMonth:function(){return!!this.minDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)<=new Date(this.minDate.getFullYear(),this.minDate.getMonth())},isLastMonth:function(){return!!this.maxDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)>=new Date(this.maxDate.getFullYear(),this.maxDate.getMonth())},isMobile:function(){return this.mobileNative&&o.b.any()}},watch:{dateSelected:function(e){var t=e||new Date;this.focusedDateData={month:t.getMonth(),year:t.getFullYear()},this.$emit("input",e),this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},value:function(e){this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},focusedDate:function(e){e&&(this.focusedDateData={month:e.getMonth(),year:e.getFullYear()})},"focusedDateData.month":function(e){this.$emit("change-month",e)},"focusedDateData.year":function(e){this.$emit("change-year",e)}},methods:{updateSelectedDate:function(e){this.dateSelected=e},onChange:function(e){var t=this.dateParser(e);t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.dateFormatter(e):null},decrementMonth:function(){this.disabled||(this.focusedDateData.month>0?this.focusedDateData.month-=1:(this.focusedDateData.month=11,this.focusedDateData.year-=1))},incrementMonth:function(){this.disabled||(this.focusedDateData.month<11?this.focusedDateData.month+=1:(this.focusedDateData.month=0,this.focusedDateData.year+=1))},formatYYYYMMDD:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate();return n+"-"+(r<10?"0":"")+r+"-"+(a<10?"0":"")+a}return""},onChangeNativePicker:function(e){var t=e.target.value;this.dateSelected=t?new Date(t):null}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(174),a=n.n(r);t.default={name:"BDatepickerTable",components:{bDatepickerTableRow:a.a},props:{value:Date,dayNames:Array,monthNames:Array,firstDayOfWeek:Number,events:Array,indicators:String,minDate:Date,maxDate:Date,focused:Object,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array},computed:{visibleDayNames:function(){for(var e=[],t=this.firstDayOfWeek;e.length<this.dayNames.length;){var n=this.dayNames[t%this.dayNames.length];e.push(n),t++}return e},hasEvents:function(){return this.events&&this.events.length},eventsInThisMonth:function(){if(!this.events)return[];for(var e=[],t=0;t<this.events.length;t++){var n=this.events[t];n.hasOwnProperty("date")||(n={date:n}),n.hasOwnProperty("type")||(n.type="is-primary"),n.date.getMonth()===this.focused.month&&n.date.getFullYear()===this.focused.year&&e.push(n)}return e}},methods:{updateSelectedDate:function(e){this.$emit("input",e)},weekBuilder:function(e,t,n){for(var r=new Date(n,t),a=[],i=new Date(n,t,e).getDay(),l=i>=this.firstDayOfWeek?i-this.firstDayOfWeek:7-this.firstDayOfWeek+i,o=1,s=0;s<l;s++)a.unshift(new Date(r.getFullYear(),r.getMonth(),e-o)),o++;a.push(new Date(n,t,e));for(var u=1;a.length<7;)a.push(new Date(n,t,e+u)),u++;return a},weeksInThisMonth:function(e,t){for(var n=[],r=new Date(t,e+1,0).getDate(),a=1;a<=r+6;){var i=this.weekBuilder(a,e,t),l=!1;i.forEach(function(t){t.getMonth()===e&&(l=!0)}),l&&n.push(i),a+=7}return n},eventsInThisWeek:function(e,t){if(!this.eventsInThisMonth.length)return[];var n=[],r=[];r=this.weeksInThisMonth(this.focused.month,this.focused.year);for(var a=0;a<r[t].length;a++)for(var i=0;i<this.eventsInThisMonth.length;i++){var l=this.eventsInThisMonth[i].date.getTime();l===r[t][a].getTime()&&n.push(this.eventsInThisMonth[i])}return n}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BDatepickerTableRow",props:{selectedDate:Date,week:{type:Array,required:!0},month:{type:Number,required:!0},minDate:Date,maxDate:Date,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array,events:Array,indicators:String},methods:{selectableDate:function(e){var t=[];if(this.minDate&&t.push(e>=this.minDate),this.maxDate&&t.push(e<=this.maxDate),t.push(e.getMonth()===this.month),this.selectableDates)for(var n=0;n<this.selectableDates.length;n++){var r=this.selectableDates[n];if(e.getDate()===r.getDate()&&e.getFullYear()===r.getFullYear()&&e.getMonth()===r.getMonth())return!0;t.push(!1)}if(this.unselectableDates)for(var a=0;a<this.unselectableDates.length;a++){var i=this.unselectableDates[a];t.push(e.getDate()!==i.getDate()||e.getFullYear()!==i.getFullYear()||e.getMonth()!==i.getMonth())}if(this.unselectableDaysOfWeek)for(var l=0;l<this.unselectableDaysOfWeek.length;l++){var o=this.unselectableDaysOfWeek[l];t.push(e.getDay()!==o)}return t.indexOf(!1)<0},emitChosenDate:function(e){this.disabled||this.selectableDate(e)&&this.$emit("select",e)},eventsDateMatch:function(e){if(!this.events.length)return!1;for(var t=[],n=0;n<this.events.length;n++)this.events[n].date.getDay()===e.getDay()&&t.push(this.events[n]);return!!t.length&&t},classObject:function(e){function t(e,t){return!(!e||!t)&&e.getDate()===t.getDate()&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()}return{"is-selected":t(e,this.selectedDate),"is-today":t(e,new Date),"is-selectable":this.selectableDate(e)&&!this.disabled,"is-unselectable":!this.selectableDate(e)||this.disabled}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(47),o=n(1),s=n(5);t.default={name:"BDialog",components:a()({},i.a.name,i.a),extends:l.a,props:{title:String,message:String,icon:String,iconPack:String,hasIcon:Boolean,type:{type:String,default:"is-primary"},size:String,confirmText:{type:String,default:function(){return o.b.defaultDialogConfirmText?o.b.defaultDialogConfirmText:"OK"}},cancelText:{type:String,default:function(){return o.b.defaultDialogCancelText?o.b.defaultDialogCancelText:"Cancel"}},hasInput:Boolean,inputAttrs:{type:Object,default:function(){return{}}},onConfirm:{type:Function,default:function(){}},focusOn:{type:String,default:"confirm"}},data:function(){return{prompt:this.hasInput&&this.inputAttrs.value||"",isActive:!1,validationMessage:""}},computed:{iconByType:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}},showCancel:function(){return this.cancelOptions.indexOf("button")>=0}},methods:{confirm:function(){var e=this;if(void 0!==this.$refs.input&&!this.$refs.input.checkValidity())return this.validationMessage=this.$refs.input.validationMessage,void this.$nextTick(function(){return e.$refs.input.select()});this.onConfirm(this.prompt),this.close()},close:function(){var e=this;this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(s.a)(e.$el)},150)}},beforeMount:function(){document.body.appendChild(this.$el)},mounted:function(){var e=this;this.isActive=!0,void 0===this.inputAttrs.required&&this.$set(this.inputAttrs,"required",!0),this.$nextTick(function(){e.hasInput?e.$refs.input.focus():"cancel"===e.focusOn&&e.showCancel?e.$refs.cancelButton.focus():e.$refs.confirmButton.focus()})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(51),a=n.n(r),i=n(3),l=n.n(i);t.default={name:"BDropdown",props:{value:{type:[String,Number,Boolean,Object,Array,l.a,Function],default:null},disabled:Boolean,hoverable:Boolean,inline:Boolean,position:{type:String,validator:function(e){return["is-top-right","is-top-left","is-bottom-left"].indexOf(e)>-1}},mobileModal:{type:Boolean,default:!0}},data:function(){return{selected:this.value,isActive:!1,_isDropdown:!0}},computed:{rootClasses:function(){return[this.position,{"is-disabled":this.disabled,"is-hoverable":this.hoverable,"is-inline":this.inline,"is-active":this.isActive||this.inline,"is-mobile-modal":this.isMobileModal}]},isMobileModal:function(){return this.mobileModal&&!this.inline&&!this.hoverable}},watch:{value:function(e){this.selected=e},isActive:function(e){this.$emit("active-change",e)}},methods:{selectItem:function(e){this.selected!==e&&(this.$emit("change",e),this.selected=e),this.$emit("input",e),this.isActive=!1},isInWhiteList:function(e){if(e===this.$refs.dropdownMenu)return!0;if(e===this.$refs.trigger)return!0;if(void 0!==this.$refs.dropdownMenu){var t=this.$refs.dropdownMenu.querySelectorAll("*"),n=!0,r=!1,i=void 0;try{for(var l,o=a()(t);!(n=(l=o.next()).done);n=!0)if(e===l.value)return!0}catch(e){r=!0,i=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw i}}}if(void 0!==this.$refs.trigger){var s=this.$refs.trigger.querySelectorAll("*"),u=!0,c=!1,d=void 0;try{for(var f,h=a()(s);!(u=(f=h.next()).done);u=!0)if(e===f.value)return!0}catch(e){c=!0,d=e}finally{try{!u&&h.return&&h.return()}finally{if(c)throw d}}}return!1},clickedOutside:function(e){this.inline||this.isInWhiteList(e.target)||(this.isActive=!1)},toggle:function(){var e=this;this.disabled||this.hoverable||(this.isActive?this.isActive=!this.isActive:this.$nextTick(function(){e.isActive=!e.isActive}))}},created:function(){"undefined"!=typeof window&&document.addEventListener("click",this.clickedOutside)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("click",this.clickedOutside)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BDropdownItem",props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},separator:Boolean,disabled:Boolean,custom:Boolean,paddingless:Boolean,hasLink:Boolean},computed:{anchorClasses:function(){return{"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected}},itemClasses:function(){return{"dropdown-item":!this.hasLink,"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected,"has-link":this.hasLink}},isClickable:function(){return!this.separator&&!this.disabled&&!this.custom}},methods:{selectItem:function(){this.isClickable&&(this.$parent.selectItem(this.value),this.$emit("click"))}},created:function(){if(!this.$parent.$data._isDropdown)throw this.$destroy(),new Error("You should wrap bDropdownItem on a bDropdown")}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(65),a=n.n(r);t.default={name:"BField",components:{"b-field-body":a.a},props:{type:String,label:String,labelFor:String,message:[String,Array],grouped:Boolean,groupMultiline:Boolean,position:String,expanded:Boolean,horizontal:Boolean,addons:{type:Boolean,default:!0},customClass:String},data:function(){return{newType:this.type,newMessage:this.message,_isField:!0}},computed:{rootClasses:function(){return[this.newPosition,{"is-expanded":this.expanded,"is-grouped-multiline":this.groupMultiline,"is-horizontal":this.horizontal}]},newPosition:function(){if(void 0!==this.position){var e=this.position.split("-");if(!(e.length<1)){var t=this.grouped?"is-grouped-":"has-addons-";return this.position?t+e[1]:void 0}}},formattedMessage:function(){return this.newMessage&&Array.isArray(this.newMessage)?this.newMessage.filter(function(e){if(e)return e}).join(" <br> "):this.newMessage}},watch:{type:function(e){this.newType=e},message:function(e){this.newMessage=e}},methods:{fieldType:function(){if(this.grouped)return"is-grouped";var e=0;return this.$slots.default&&(e=this.$slots.default.reduce(function(e,t){return t.tag?e+1:e},0)),e>1&&this.addons&&!this.horizontal?"has-addons":void 0}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BFieldBody",props:{message:{type:[String]},type:{type:[String]}},render:function(e){var t=this;return e("div",{attrs:{class:"field-body"}},this.$slots.default.map(function(n){return n.tag?t.message?e("b-field",{attrs:{message:t.message,type:t.type}},[n]):e("b-field",{},[n]):n}))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BIcon",props:{type:String,pack:String,icon:String,size:String,customSize:String,customClass:String,both:Boolean},data:function(){return{newPack:this.pack||r.b.defaultIconPack}},computed:{newIcon:function(){return this.both?"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.getEquivalentIconOf(this.icon):"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.icon},newType:function(){if(this.type){var e=this.type.split("-");if(e.length)return"has-text-"+e[1]}},newCustomSize:function(){return this.customSize||this.customSizeByPack},customSizeByPack:function(){var e="mdi"===this.newPack?"mdi-24px":"fa-lg",t="mdi"===this.newPack?"mdi-36px":"fa-2x",n="mdi"===this.newPack?"mdi-48px":"fa-3x";switch(this.size){case"is-small":return;case"is-medium":return t;case"is-large":return n;default:return e}}},methods:{getEquivalentIconOf:function(e){switch(e){case"check":return"check";case"information":return"info-circle";case"check-circle":return"check-circle";case"alert":return"exclamation-triangle";case"alert-circle":return"exclamation-circle";case"arrow-up":return"arrow-up";case"chevron-right":return"angle-right";case"chevron-left":return"angle-left";case"chevron-down":return"angle-down";case"eye":return"eye";case"eye-off":return"eye-slash";case"menu-down":return"caret-down";case"menu-up":return"caret-up";default:return null}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(1),o=n(10);t.default={name:"BInput",components:a()({},i.a.name,i.a),mixins:[o.a],inheritAttrs:!1,props:{value:[Number,String],type:{type:String,default:"text"},passwordReveal:Boolean,hasCounter:{type:Boolean,default:!0}},data:function(){return{newValue:this.value,newType:this.type,newAutocomplete:this.autocomplete||l.b.defaultInputAutocomplete,isPasswordVisible:!1,_elementRef:"textarea"===this.type?"textarea":"input"}},computed:{rootClasses:function(){return[this.iconPosition,this.size,{"is-expanded":this.expanded,"is-loading":this.loading,"is-clearfix":!this.hasMessage}]},inputClasses:function(){return[this.statusType,this.size,{"is-rounded":this.rounded}]},hasIconRight:function(){return this.passwordReveal||this.loading||this.statusType},iconPosition:function(){return this.icon&&this.hasIconRight?"has-icons-left has-icons-right":!this.icon&&this.hasIconRight?"has-icons-right":this.icon?"has-icons-left":void 0},statusTypeIcon:function(){switch(this.statusType){case"is-success":return"check";case"is-danger":return"alert-circle";case"is-info":return"information";case"is-warning":return"alert"}},hasMessage:function(){return!!this.statusMessage},passwordVisibleIcon:function(){return this.isPasswordVisible?"eye-off":"eye"},valueLength:function(){return this.newValue?this.newValue.length:0}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}},methods:{togglePasswordVisibility:function(){var e=this;this.isPasswordVisible=!this.isPasswordVisible,this.newType=this.isPasswordVisible?"text":"password",this.$nextTick(function(){e.$refs.input.focus()})},onInput:function(e){var t=this;this.$nextTick(function(){t.newValue=e.target.value})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(124);t.default={name:"BLoading",props:{active:Boolean,programmatic:Boolean,container:[Object,Function,a.a],isFullPage:{type:Boolean,default:!0},animation:{type:String,default:"fade"},canCancel:{type:Boolean,default:!1},onCancel:{type:Function,default:function(){}}},data:function(){return{isActive:this.active||!1}},watch:{active:function(e){this.isActive=e}},methods:{cancel:function(){this.canCancel&&this.close()},close:function(){var e=this;this.onCancel.apply(null,arguments),this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){27===e.keyCode&&this.cancel()}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&(this.container?(this.isFullPage=!1,this.container.appendChild(this.$el)):document.body.appendChild(this.$el))},mounted:function(){this.programmatic&&(this.isActive=!0)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BMessage",mixins:[r.a],data:function(){return{newIconSize:this.iconSize||this.size||"is-large"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(1);t.default={name:"BModal",props:{active:Boolean,component:[Object,Function],content:String,programmatic:Boolean,props:Object,events:Object,width:{type:[String,Number],default:960},hasModalCard:Boolean,animation:{type:String,default:"zoom-out"},canCancel:{type:[Array,Boolean],default:function(){return["escape","x","outside","button"]}},onCancel:{type:Function,default:function(){}},scroll:{type:String,default:function(){return a.b.defaultModalScroll?a.b.defaultModalScroll:"clip"},validator:function(e){return["clip","keep"].indexOf(e)>=0}}},data:function(){return{isActive:this.active||!1,savedScrollTop:null,newWidth:"number"==typeof this.width?this.width+"px":this.width}},computed:{cancelOptions:function(){return"boolean"==typeof this.canCancel?this.canCancel?["escape","x","outside","button"]:[]:this.canCancel},showX:function(){return this.cancelOptions.indexOf("x")>=0}},watch:{active:function(e){this.isActive=e},isActive:function(){this.handleScroll()}},methods:{handleScroll:function(){if("undefined"!=typeof window){if("clip"===this.scroll)return void document.documentElement.classList.toggle("is-clipped",this.isActive);if(this.savedScrollTop=this.savedScrollTop?this.savedScrollTop:document.documentElement.scrollTop,document.body.classList.toggle("is-noscroll",this.isActive),this.isActive)return void(document.body.style.top="-"+this.savedScrollTop+"px");document.documentElement.scrollTop=this.savedScrollTop,document.body.style.top=null,this.savedScrollTop=null}},cancel:function(e){this.cancelOptions.indexOf(e)<0||(this.onCancel.apply(null,arguments),this.close())},close:function(){var e=this;this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){this.isActive&&27===e.keyCode&&this.cancel("escape")}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&document.body.appendChild(this.$el)},mounted:function(){this.programmatic?this.isActive=!0:this.isActive&&this.handleScroll()},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BNotification",mixins:[r.a]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2);t.default={name:"BPagination",components:a()({},i.a.name,i.a),props:{total:[Number,String],perPage:{type:[Number,String],default:20},current:{type:[Number,String],default:1},size:String,simple:Boolean,rounded:Boolean,order:String},computed:{rootClasses:function(){return[this.order,this.size,{"is-simple":this.simple,"is-rounded":this.rounded}]},pageCount:function(){return Math.ceil(this.total/this.perPage)},firstItem:function(){var e=this.current*this.perPage-this.perPage+1;return e>=0?e:0},hasPrev:function(){return this.current>1},hasFirst:function(){return this.current>=3},hasFirstEllipsis:function(){return this.current>=4},hasLast:function(){return this.current<=this.pageCount-2},hasLastEllipsis:function(){return this.current<this.pageCount-2&&this.current<=this.pageCount-3},hasNext:function(){return this.current<this.pageCount},pagesInRange:function(){var e=this;if(!this.simple){for(var t=Math.max(1,this.current-1),n=Math.min(this.current+1,this.pageCount),r=[],a=t;a<=n;a++)!function(t){r.push({number:t,isCurrent:e.current===t,click:function(n){e.current!==t&&(e.$emit("change",t),e.$emit("update:current",t),e.$nextTick(function(){return n.target.focus()}))}})}(a);return r}}},watch:{pageCount:function(e){this.current>e&&this.last()}},methods:{prev:function(){this.hasPrev&&(this.$emit("change",this.current-1),this.$emit("update:current",this.current-1))},first:function(){this.$emit("change",1),this.$emit("update:current",1)},last:function(){this.$emit("change",this.pageCount),this.$emit("update:current",this.pageCount)},next:function(){this.hasNext&&(this.$emit("change",this.current+1),this.$emit("update:current",this.current+1))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BPanel",props:{collapsible:{type:Boolean,default:!1},open:{type:Boolean,default:!0},hasCustomTemplate:{type:Boolean,default:!1},header:String,content:String,animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.collapsible&&(this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.isOpen?this.$emit("open"):this.$emit("close"))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadio",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadioButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],type:{type:String,default:"is-primary"},disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r),i=n(10);t.default={name:"BSelect",mixins:[i.a],inheritAttrs:!1,props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},placeholder:String,multiple:Boolean,nativeSize:[String,Number]},data:function(){return{selected:this.value,_isSelect:!0,_elementRef:"select"}},computed:{spanClasses:function(){return[this.size,this.statusType,{"is-fullwidth":this.expanded,"is-loading":this.loading,"is-multiple":this.multiple,"is-rounded":this.rounded,"is-empty":null===this.selected}]}},watch:{value:function(e){this.selected=e,!this.isValid&&this.checkHtml5Validity()},selected:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BSnackbar",mixins:[a.a],props:{actionText:{type:String,default:"OK"},onAction:{type:Function,default:function(){}},indefinite:{type:Boolean,default:!1}},data:function(){return{newDuration:this.duration||r.b.defaultSnackbarDuration}},methods:{action:function(){this.onAction(),this.close()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BSwitch",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,type:String,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value,isMouseDown:!1}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(128),a=n.n(r),i=n(5),l=n(46),o=n(48),s=n(2),u=n(193),c=n.n(u),d=n(66),f=n.n(d);t.default={name:"BTable",components:{BPagination:o.a,BIcon:s.a,BCheckbox:l.a,BTableMobileSort:c.a,BTableColumn:f.a},props:{data:{type:Array,default:function(){return[]}},columns:{type:Array,default:function(){return[]}},bordered:Boolean,striped:Boolean,narrowed:Boolean,hoverable:Boolean,loading:Boolean,detailed:Boolean,checkable:Boolean,selected:Object,focusable:Boolean,customIsChecked:Function,isRowCheckable:{type:Function,default:function(){return!0}},checkedRows:{type:Array,default:function(){return[]}},mobileCards:{type:Boolean,default:!0},defaultSort:[String,Array],defaultSortDirection:{type:String,default:"asc"},paginated:Boolean,currentPage:{type:Number,default:1},perPage:{type:[Number,String],default:20},paginationSimple:Boolean,paginationSize:String,backendSorting:Boolean,rowClass:{type:Function,default:function(){return""}},openedDetailed:{type:Array,default:function(){return[]}},hasDetailedVisible:{type:Function,default:function(){return!0}},detailKey:{type:String,default:""},backendPagination:Boolean,total:{type:[Number,String],default:0}},data:function(){return{getValueByPath:i.c,newColumns:[].concat(a()(this.columns)),visibleDetailRows:this.openedDetailed,newData:this.data,newDataTotal:this.backendPagination?this.total:this.data.length,newCheckedRows:[].concat(a()(this.checkedRows)),newCurrentPage:this.currentPage,currentSortColumn:{},isAsc:!0,firstTimeSort:!0,_isTable:!0}},computed:{tableClasses:function(){return{"is-bordered":this.bordered,"is-striped":this.striped,"is-narrow":this.narrowed,"has-mobile-cards":this.mobileCards,"is-hoverable":(this.hoverable||this.focusable)&&this.visibleData.length}},visibleData:function(){if(!this.paginated)return this.newData;var e=this.newCurrentPage,t=this.perPage;if(this.newData.length<=t)return this.newData;var n=(e-1)*t,r=parseInt(n,10)+parseInt(t,10);return this.newData.slice(n,r)},isAllChecked:function(){var e=this;return!this.visibleData.filter(function(t){return e.isRowCheckable(t)}).some(function(t){return n.i(i.d)(e.newCheckedRows,t,e.customIsChecked)<0})},hasSortablenewColumns:function(){return this.newColumns.some(function(e){return e.sortable})},columnCount:function(){var e=this.newColumns.length;return e+=this.checkable?1:0,e+=this.detailed?1:0}},watch:{data:function(e){var t=this,n=this.newColumns;this.newColumns=[],this.newData=e,this.$nextTick(function(){t.newColumns.length||(t.newColumns=n)}),this.backendSorting||this.sort(this.currentSortColumn,!0),this.backendPagination||(this.newDataTotal=e.length)},total:function(e){this.backendPagination&&(this.newDataTotal=e)},checkedRows:function(e){this.newCheckedRows=[].concat(a()(e))},columns:function(e){this.newColumns=[].concat(a()(e))},newColumns:function(e){if(e.length&&this.firstTimeSort)this.initSort(),this.firstTimeSort=!1;else if(e.length)for(var t=0;t<e.length;t++)if(e[t].newKey===this.currentSortColumn.newKey){this.currentSortColumn=e[t];break}},openedDetailed:function(e){this.visibleDetailRows=e},currentPage:function(e){this.newCurrentPage=e}},methods:{sortBy:function(e,t,r,l){return r&&"function"==typeof r?[].concat(a()(e)).sort(function(e,t){return r(e,t,l)}):[].concat(a()(e)).sort(function(e,r){var a=n.i(i.c)(e,t),o=n.i(i.c)(r,t);return a||0===a?o||0===o?a===o?0:(a="string"==typeof a?a.toUpperCase():a,o="string"==typeof o?o.toUpperCase():o,l?a>o?1:-1:a>o?-1:1):-1:1})},sort:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e&&e.sortable&&(t||(this.isAsc=e===this.currentSortColumn?!this.isAsc:"desc"!==this.defaultSortDirection.toLowerCase()),this.firstTimeSort||this.$emit("sort",e.field,this.isAsc?"asc":"desc"),this.backendSorting||(this.newData=this.sortBy(this.newData,e.field,e.customSort,this.isAsc)),this.currentSortColumn=e)},isRowChecked:function(e){return n.i(i.d)(this.newCheckedRows,e,this.customIsChecked)>=0},removeCheckedRow:function(e){var t=n.i(i.d)(this.newCheckedRows,e,this.customIsChecked);t>=0&&this.newCheckedRows.splice(t,1)},checkAll:function(){var e=this,t=this.isAllChecked;this.visibleData.forEach(function(n){e.removeCheckedRow(n),t||e.isRowCheckable(n)&&e.newCheckedRows.push(n)}),this.$emit("check",this.newCheckedRows),this.$emit("check-all",this.newCheckedRows),this.$emit("update:checkedRows",this.newCheckedRows)},checkRow:function(e){this.isRowChecked(e)?this.removeCheckedRow(e):this.newCheckedRows.push(e),this.$emit("check",this.newCheckedRows,e),this.$emit("update:checkedRows",this.newCheckedRows)},selectRow:function(e,t){this.$emit("click",e),this.selected!==e&&(this.$emit("select",e,this.selected),this.$emit("update:selected",e))},pageChanged:function(e){this.newCurrentPage=e>0?e:1,this.$emit("page-change",this.newCurrentPage),this.$emit("update:currentPage",this.newCurrentPage)},toggleDetails:function(e){this.isVisibleDetailRow(e)?(this.closeDetailRow(e),this.$emit("details-close",e)):(this.openDetailRow(e),this.$emit("details-open",e)),this.$emit("update:openedDetailed",this.visibleDetailRows)},openDetailRow:function(e){var t=this.handleDetailKey(e);this.visibleDetailRows.push(t)},closeDetailRow:function(e){var t=this.handleDetailKey(e),n=this.visibleDetailRows.indexOf(t);this.visibleDetailRows.splice(n,1)},isVisibleDetailRow:function(e){var t=this.handleDetailKey(e);return this.visibleDetailRows.indexOf(t)>=0},handleDetailKey:function(e){var t=this.detailKey;return t.length?e[t]:e},checkPredefinedDetailedRows:function(){if(this.openedDetailed.length>0&&!this.detailKey.length)throw new Error('If you set a predefined opened-detailed, you must provide an unique key using the prop "detail-key"')},hasCustomFooterSlot:function(){if(this.$slots.footer.length>1)return!0;var e=this.$slots.footer[0].tag;return"th"===e||"td"===e},pressedArrow:function(e){if(this.visibleData.length){var t=this.visibleData.indexOf(this.selected)+e;t=t<0?0:t>this.visibleData.length-1?this.visibleData.length-1:t,this.selectRow(this.visibleData[t])}},focus:function(){this.focusable&&this.$el.querySelector("table").focus()},initSort:function(){var e=this;if(this.defaultSort){var t="",n=this.defaultSortDirection;Array.isArray(this.defaultSort)?(t=this.defaultSort[0],this.defaultSort[1]&&(n=this.defaultSort[1])):t=this.defaultSort,this.newColumns.forEach(function(r){r.field===t&&(e.isAsc="desc"!==n.toLowerCase(),e.sort(r,!0))})}}},mounted:function(){this.checkPredefinedDetailedRows()}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BTableColumn",props:{label:String,customKey:[String,Number],field:String,meta:[String,Number,Boolean,Function,Object,Array,a.a],width:[Number,String],numeric:Boolean,centered:Boolean,sortable:Boolean,visible:{type:Boolean,default:!0},customSort:Function,internal:Boolean},data:function(){return{newKey:this.customKey||this.label}},computed:{rootClasses:function(){return{"has-text-right":this.numeric&&!this.centered,"has-text-centered":this.centered}}},created:function(){var e=this;if(!this.$parent.$data._isTable)throw this.$destroy(),new Error("You should wrap bTableColumn on a bTable");this.internal||!this.$parent.columns.some(function(t){return t.newKey===e.newKey})&&this.$parent.columns.push(this)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),a=n(2);t.default={name:"BTableMobileSort",components:{BSelect:r.a,BIcon:a.a},props:{currentSortColumn:Object,isAsc:Boolean,columns:Array},data:function(){return{mobileSort:this.currentSortColumn}},watch:{mobileSort:function(e){this.currentSortColumn!==e&&this.$emit("sort",e)},currentSortColumn:function(e){this.mobileSort=e}},methods:{sort:function(){this.$emit("sort",this.mobileSort)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTabItem",props:{label:String,icon:String,iconPack:String,disabled:Boolean,visible:{type:Boolean,default:!0}},data:function(){return{isActive:!1,transitionName:null}},methods:{activate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!0},deactivate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!1}},created:function(){if(!this.$parent.$data._isTabs)throw this.$destroy(),new Error("You should wrap bTabItem on a bTabs");this.$parent.tabItems.push(this)},updated:function(){this.$emit("updated")},beforeDestroy:function(){var e=this.$parent.tabItems.indexOf(this);e>=0&&this.$parent.tabItems.splice(e,1)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(2),o=n(123);t.default={name:"BTabs",components:(r={},i()(r,l.a.name,l.a),i()(r,o.a.name,o.a),r),props:{value:[String,Number],expanded:Boolean,type:String,size:String,position:String,animated:{type:Boolean,default:!0}},data:function(){return{activeTab:this.value||0,tabItems:[],contentHeight:0,_isTabs:!0}},computed:{navClasses:function(){return[this.type,this.size,this.position,{"is-fullwidth":this.expanded,"is-toggle-rounded is-toggle":"is-toggle-rounded"===this.type}]}},watch:{value:function(e){this.changeTab(e)},tabItems:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}},methods:{changeTab:function(e){this.activeTab!==e&&(this.tabItems[this.activeTab].deactivate(this.activeTab,e),this.tabItems[e].activate(this.activeTab,e),this.activeTab=e,this.$emit("change",e))},tabClick:function(e){this.$emit("input",e),this.changeTab(e)}},mounted:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTag",props:{attached:Boolean,closable:Boolean,type:String,size:String,rounded:Boolean,disabled:Boolean,tabstop:{type:Boolean,default:!0}},methods:{close:function(){this.disabled||this.$emit("close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTaglist",props:{attached:Boolean}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(6),l=n.n(i),o=n(5),s=n(45),u=n(10);t.default={name:"BTaginput",components:l()({},s.a.name,s.a),mixins:[u.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},data:{type:Array,default:function(){return[]}},type:String,rounded:{type:Boolean,default:!1},attached:{type:Boolean,default:!1},maxtags:{type:[Number,String],required:!1},field:{type:String,default:"value"},autocomplete:Boolean,disabled:Boolean,confirmKeyCodes:{type:Array,default:function(){return[13,188]}},removeOnKeys:{type:Array,default:function(){return[8]}},allowNew:Boolean},data:function(){return{tags:this.value||[],newTag:"",_elementRef:"input",_isTaginput:!0}},computed:{rootClasses:function(){return{"is-expanded":this.expanded}},containerClasses:function(){return{"is-focused":this.isFocused,"is-focusable":this.hasInput}},valueLength:function(){return this.newTag.trim().length},defaultSlotName:function(){return this.hasDefaultSlot?"default":"dontrender"},emptySlotName:function(){return this.hasEmptySlot?"empty":"dontrender"},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty},hasInput:function(){return null==this.maxtags||this.tagsLength<this.maxtags},tagsLength:function(){return this.tags.length}},watch:{value:function(e){this.tags=e},newTag:function(e){this.$emit("typing",e.trim())},hasInput:function(){this.hasInput||this.onBlur()}},methods:{addTag:function(e){var t=e||this.newTag.trim();t&&-1===this.tags.indexOf(t)&&(this.tags.push(t),this.$emit("input",this.tags),this.$emit("add",t)),this.newTag=""},getNormalizedTagText:function(e){return"object"===(void 0===e?"undefined":a()(e))?n.i(o.c)(e,this.field):e},customOnBlur:function(e){this.autocomplete||this.addTag(),this.onBlur(e)},onSelect:function(e){var t=this;e&&(this.addTag(e),this.$nextTick(function(){t.newTag=""}))},removeTag:function(e){var t=this.tags.splice(e,1)[0];return this.$emit("input",this.tags),this.$emit("remove",t),t},removeLastTag:function(){this.tagsLength>0&&this.removeTag(this.tagsLength-1)},keydown:function(e){-1===this.removeOnKeys.indexOf(e.keyCode)||this.newTag.length||this.removeLastTag(),this.autocomplete&&!this.allowNew||this.confirmKeyCodes.indexOf(e.keyCode)>=0&&(e.preventDefault(),this.addTag())}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p="AM",v="PM",y=function(e){return(e<10?"0":"")+e};t.default={name:"BTimepicker",components:(r={},i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,inline:Boolean,minTime:Date,maxTime:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hourFormat:{type:String,default:"24",validator:function(e){return"24"===e||"12"===e}},incrementMinutes:{type:Number,default:1},timeFormatter:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeFormatter?s.b.defaultTimeFormatter(e):function(e,t){var n=e.getHours(),r=e.getMinutes(),a=!1;return"12"===t.hourFormat&&(a=n<12,n>12?n-=12:0===n&&(n=12)),y(n)+":"+y(r)+("12"===t.hourFormat?" "+(a?p:v):"")}(e,t)}},timeParser:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeParser?s.b.defaultTimeParser(e):function(e,t){if(e){var n=e,r=!1;if("12"===t.hourFormat){var a=e.split(" ");n=a[0],r=a[1]===p}var i=n.split(":"),l=parseInt(i[0],10),o=parseInt(i[1],10);if(isNaN(l)||l<0||l>23||"12"===t.hourFormat&&(l<1||l>12)||isNaN(o)||o<0||o>59)return null;var s=null;return t.dateSelected&&!isNaN(t.dateSelected)?s=new Date(t.dateSelected):((s=new Date).setMilliseconds(0),s.setSeconds(0)),s.setMinutes(o),"12"===t.hourFormat&&(r&&12===l?l=0:r||12===l||(l+=12)),s.setHours(l),s}return null}(e,t)}},mobileNative:{type:Boolean,default:function(){return s.b.defaultTimepickerMobileNative}},position:String,unselectableTimes:Array},data:function(){return{dateSelected:this.value,hoursSelected:null,minutesSelected:null,meridienSelected:null,_elementRef:"input",_isTimepicker:!0}},computed:{hours:function(){for(var e=[],t=this.isHourFormat24?24:12,n=0;n<t;n++){var r=n,a=r;this.isHourFormat24||(a=r=n+1,this.meridienSelected===p?12===r&&(r=0):this.meridienSelected===v&&12!==r&&(r+=12)),e.push({label:y(a),value:r})}return e},minutes:function(){for(var e=[],t=0;t<60;t+=this.incrementMinutes)e.push({label:y(t),value:t});return e},meridiens:function(){return[p,v]},isMobile:function(){return this.mobileNative&&o.b.any()},isHourFormat24:function(){return"24"===this.hourFormat}},watch:{hourFormat:function(e){null!==this.hoursSelected&&(this.meridienSelected=this.hoursSelected>=12?v:p)},dateSelected:function(e){this.$emit("input",e)},value:function(e){this.updateInternalState(e),this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()}},methods:{onMeridienChange:function(e){null!==this.hoursSelected&&(e===v?0===this.hoursSelected?this.hoursSelected=12:this.hoursSelected+=12:e===p&&(12===this.hoursSelected?this.hoursSelected=0:this.hoursSelected-=12)),this.updateDateSelected(this.hoursSelected,this.minutesSelected,e)},onHoursChange:function(e){this.updateDateSelected(parseInt(e,10),this.minutesSelected,this.meridienSelected)},onMinutesChange:function(e){this.updateDateSelected(this.hoursSelected,parseInt(e,10),this.meridienSelected)},updateDateSelected:function(e,t,n){null!=e&&null!=t&&(!this.isHourFormat24&&null!==n||this.isHourFormat24)&&(this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0)),this.dateSelected.setHours(e),this.dateSelected.setMinutes(t))},updateInternalState:function(e){e?(this.hoursSelected=e.getHours(),this.minutesSelected=e.getMinutes(),this.meridienSelected=e.getHours()>=12?v:p):(this.hoursSelected=null,this.minutesSelected=null,this.meridienSelected=p)},isHourDisabled:function(e){var t=this,n=!1;if(this.minTime){var r=this.minTime.getHours();n=e<r}if(this.maxTime&&!n){var a=this.maxTime.getHours();n=e>a}if(this.unselectableTimes&&!n)if(null!==this.minutesSelected){var i=this.unselectableTimes.filter(function(n){return n.getHours()===e&&n.getMinutes()===t.minutesSelected});n=i.length>0}else{var l=this.unselectableTimes.filter(function(t){return t.getHours()===e});n=l.length===this.minutes.length}return n},isMinuteDisabled:function(e){var t=this,n=!1;if(null!==this.hoursSelected){if(this.isHourDisabled(this.hoursSelected))n=!0;else{if(this.minTime){var r=this.minTime.getHours(),a=this.minTime.getMinutes();n=this.hoursSelected===r&&e<a}if(this.maxTime&&!n){var i=this.maxTime.getHours(),l=this.maxTime.getMinutes();n=this.hoursSelected===i&&e>l}}this.unselectableTimes&&!n&&(n=this.unselectableTimes.filter(function(n){return n.getHours()===t.hoursSelected&&n.getMinutes()===e}).length>0)}return n},onChange:function(e){var t=this.timeParser(e,this);this.updateInternalState(t),t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.timeFormatter(e,this):null},close:function(){this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},formatHHMMSS:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getHours(),r=t.getMinutes();return y(n)+":"+y(r)+":00"}return""},onChangeNativePicker:function(e){var t=e.target.value;if(t){this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0));var n=t.split(":");this.dateSelected.setHours(parseInt(n[0],10)),this.dateSelected.setMinutes(parseInt(n[1],10))}else this.dateSelected=null}},mounted:function(){this.updateInternalState(this.value)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BToast",mixins:[a.a],data:function(){return{newDuration:this.duration||r.b.defaultToastDuration}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BTooltip",props:{active:{type:Boolean,default:!0},type:String,label:String,position:{type:String,default:"is-top",validator:function(e){return["is-top","is-bottom","is-left","is-right"].indexOf(e)>-1}},always:Boolean,animated:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"}},computed:{newType:function(){return this.type||r.b.defaultTooltipType},newAnimated:function(){return this.animated||r.b.defaultTooltipAnimated}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(10);t.default={name:"BUpload",mixins:[r.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1}},data:function(){return{newValue:this.value||[],dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,0===this.newValue.length&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(t&&t.length){if(this.multiple)this.native&&(this.newValue=[]);else if(this.dragDrop){if(1!==t.length)return!1;this.newValue=[]}else this.newValue=[];for(var n=0;n<t.length;n++){var r=t[n];this.checkType(r)&&this.newValue.push(r)}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var n=!1,r=0;r<t.length&&!n;r++){var a=t[r].trim();if(a)if("."===a.substring(0,1)){var i=e.name.lastIndexOf(".");i>=0&&e.name.substring(i)===a&&(n=!0)}else e.type.match(a)&&(n=!0)}return n}}}},function(e,t,n){"use strict";var r=n(171),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(172),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";function r(e){return new(l.a.extend(s.a))({el:document.createElement("div"),propsData:e})}var a=n(13),i=n.n(a),l=n(22),o=n(175),s=n.n(o);t.a={alert:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={canCancel:!1,message:t};return r(i()(n,e))},confirm:function(e){return r(i()({},e))},prompt:function(e){return r(i()({hasInput:!0,confirmText:"Done"},e))}}},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(181),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=a()({programmatic:!0},e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:t})}}},function(e,t,n){"use strict";var r=n(182),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(184),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(186),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(187),a=n.n(r),i=n(188),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(190),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={type:"is-success",position:"is-bottom-right",message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(191),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(192),a=n.n(r),i=n(66),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(195),a=n.n(r),i=n(194),l=n.n(i);n.d(t,"b",function(){return a.a}),n.d(t,"a",function(){return l.a})},function(e,t,n){"use strict";var r=n(196),a=n.n(r),i=n(197),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(198),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(199),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(200),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(201),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(202),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";t.a={name:"BSlotComponent",props:{component:{type:Object,required:!0},name:{type:String,default:"default"},tag:{type:String,default:"div"},event:{type:String,default:"updated"}},methods:{refresh:function(){this.$forceUpdate()},isVueComponent:function(){return this.component&&this.component._isVue}},created:function(){this.isVueComponent()&&this.component.$on(this.event,this.refresh)},beforeDestroy:function(){this.isVueComponent()&&this.component.$off(this.event,this.refresh)},render:function(e){if(this.isVueComponent()){var t=this.component.$slots[this.name];return e(this.tag,{},t)}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r="undefined"==typeof window,a=r?Object:window.HTMLElement},function(e,t,n){e.exports={default:n(129),__esModule:!0}},function(e,t,n){e.exports={default:n(132),__esModule:!0}},function(e,t,n){e.exports={default:n(134),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(125),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,a.default)(e)}},function(e,t,n){n(43),n(157),e.exports=n(7).Array.from},function(e,t,n){n(64),n(43),e.exports=n(156)},function(e,t,n){n(159),e.exports=n(7).Object.assign},function(e,t,n){n(160);var r=n(7).Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},function(e,t,n){n(162),n(161),n(163),n(164),e.exports=n(7).Symbol},function(e,t,n){n(43),n(64),e.exports=n(42).f("iterator")},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(16),a=n(62),i=n(155);e.exports=function(e){return function(t,n,l){var o,s=r(t),u=a(s.length),c=i(l,u);if(e&&n!=n){for(;u>c;)if((o=s[c++])!=o)return!0}else for(;u>c;c++)if((e||c in s)&&s[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(30),a=n(4)("toStringTag"),i="Arguments"==r(function(){return arguments}());e.exports=function(e){var t,n,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:i?r(t):"Object"==(l=r(t))&&"function"==typeof t.callee?"Arguments":l}},function(e,t,n){"use strict";var r=n(9),a=n(21);e.exports=function(e,t,n){t in e?r.f(e,t,a(0,n)):e[t]=n}},function(e,t,n){var r=n(25),a=n(34),i=n(26);e.exports=function(e){var t=r(e),n=a.f;if(n)for(var l,o=n(e),s=i.f,u=0;o.length>u;)s.call(e,l=o[u++])&&t.push(l);return t}},function(e,t,n){var r=n(8).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(20),a=n(4)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[a]===e)}},function(e,t,n){var r=n(30);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14);e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){"use strict";var r=n(58),a=n(21),i=n(35),l={};n(15)(l,n(4)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(l,{next:a(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(4)("iterator"),a=!1;try{var i=[7][r]();i.return=function(){a=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var i=[7],l=i[r]();l.next=function(){return{done:n=!0}},i[r]=function(){return l},e(i)}catch(e){}return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){var r=n(27)("meta"),a=n(19),i=n(12),l=n(9).f,o=0,s=Object.isExtensible||function(){return!0},u=!n(18)(function(){return s(Object.preventExtensions({}))}),c=function(e){l(e,r,{value:{i:"O"+ ++o,w:{}}})},d=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!s(e))return"F";if(!t)return"E";c(e)}return e[r].i},getWeak:function(e,t){if(!i(e,r)){if(!s(e))return!0;if(!t)return!1;c(e)}return e[r].w},onFreeze:function(e){return u&&d.NEED&&s(e)&&!i(e,r)&&c(e),e}}},function(e,t,n){"use strict";var r=n(25),a=n(34),i=n(26),l=n(39),o=n(56),s=Object.assign;e.exports=!s||n(18)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=s({},e)[n]||Object.keys(s({},t)).join("")!=r})?function(e,t){for(var n=l(e),s=arguments.length,u=1,c=a.f,d=i.f;s>u;)for(var f,h=o(arguments[u++]),p=c?r(h).concat(c(h)):r(h),v=p.length,y=0;v>y;)d.call(h,f=p[y++])&&(n[f]=h[f]);return n}:s},function(e,t,n){var r=n(9),a=n(14),i=n(25);e.exports=n(11)?Object.defineProperties:function(e,t){a(e);for(var n,l=i(t),o=l.length,s=0;o>s;)r.f(e,n=l[s++],t[n]);return e}},function(e,t,n){var r=n(26),a=n(21),i=n(16),l=n(40),o=n(12),s=n(55),u=Object.getOwnPropertyDescriptor;t.f=n(11)?u:function(e,t){if(e=i(e),t=l(t,!0),s)try{return u(e,t)}catch(e){}if(o(e,t))return a(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),a=n(59).f,i={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"[object Window]"==i.call(e)?function(e){try{return a(e)}catch(e){return l.slice()}}(e):a(r(e))}},function(e,t,n){var r=n(12),a=n(39),i=n(36)("IE_PROTO"),l=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){var r=n(38),a=n(31);e.exports=function(e){return function(t,n){var i,l,o=String(a(t)),s=r(n),u=o.length;return s<0||s>=u?e?"":void 0:(i=o.charCodeAt(s))<55296||i>56319||s+1===u||(l=o.charCodeAt(s+1))<56320||l>57343?e?o.charAt(s):i:e?o.slice(s,s+2):l-56320+(i-55296<<10)+65536}}},function(e,t,n){var r=n(38),a=Math.max,i=Math.min;e.exports=function(e,t){return(e=r(e))<0?a(e+t,0):i(e,t)}},function(e,t,n){var r=n(14),a=n(63);e.exports=n(7).getIterator=function(e){var t=a(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return r(t.call(e))}},function(e,t,n){"use strict";var r=n(53),a=n(17),i=n(39),l=n(144),o=n(142),s=n(62),u=n(139),c=n(63);a(a.S+a.F*!n(146)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,a,d,f=i(e),h="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,y=void 0!==v,g=0,m=c(f);if(y&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==m||h==Array&&o(m))for(t=s(f.length),n=new h(t);t>g;g++)u(n,g,y?v(f[g],g):f[g]);else for(d=m.call(f),n=new h;!(a=d.next()).done;g++)u(n,g,y?l(d,v,[a.value,g],!0):a.value);return n.length=g,n}})},function(e,t,n){"use strict";var r=n(136),a=n(147),i=n(20),l=n(16);e.exports=n(57)(Array,"Array",function(e,t){this._t=l(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,a(1)):a(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(17);r(r.S+r.F,"Object",{assign:n(149)})},function(e,t,n){var r=n(17);r(r.S+r.F*!n(11),"Object",{defineProperty:n(9).f})},function(e,t){},function(e,t,n){"use strict";var r=n(8),a=n(12),i=n(11),l=n(17),o=n(61),s=n(148).KEY,u=n(18),c=n(37),d=n(35),f=n(27),h=n(4),p=n(42),v=n(41),y=n(140),g=n(143),m=n(14),_=n(19),T=n(16),b=n(40),M=n(21),k=n(58),K=n(152),x=n(151),C=n(9),A=n(25),w=x.f,L=C.f,D=K.f,B=r.Symbol,S=r.JSON,G=S&&S.stringify,z=h("_hidden"),W=h("toPrimitive"),O={}.propertyIsEnumerable,P=c("symbol-registry"),R=c("symbols"),E=c("op-symbols"),j=Object.prototype,I="function"==typeof B,N=r.QObject,F=!N||!N.prototype||!N.prototype.findChild,$=i&&u(function(){return 7!=k(L({},"a",{get:function(){return L(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(j,t);r&&delete j[t],L(e,t,n),r&&e!==j&&L(j,t,r)}:L,V=function(e){var t=R[e]=k(B.prototype);return t._k=e,t},H=I&&"symbol"==typeof B.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof B},q=function(e,t,n){return e===j&&q(E,t,n),m(e),t=b(t,!0),m(n),a(R,t)?(n.enumerable?(a(e,z)&&e[z][t]&&(e[z][t]=!1),n=k(n,{enumerable:M(0,!1)})):(a(e,z)||L(e,z,M(1,{})),e[z][t]=!0),$(e,t,n)):L(e,t,n)},U=function(e,t){m(e);for(var n,r=y(t=T(t)),a=0,i=r.length;i>a;)q(e,n=r[a++],t[n]);return e},Y=function(e){var t=O.call(this,e=b(e,!0));return!(this===j&&a(R,e)&&!a(E,e))&&(!(t||!a(this,e)||!a(R,e)||a(this,z)&&this[z][e])||t)},X=function(e,t){if(e=T(e),t=b(t,!0),e!==j||!a(R,t)||a(E,t)){var n=w(e,t);return!n||!a(R,t)||a(e,z)&&e[z][t]||(n.enumerable=!0),n}},Z=function(e){for(var t,n=D(T(e)),r=[],i=0;n.length>i;)a(R,t=n[i++])||t==z||t==s||r.push(t);return r},J=function(e){for(var t,n=e===j,r=D(n?E:T(e)),i=[],l=0;r.length>l;)!a(R,t=r[l++])||n&&!a(j,t)||i.push(R[t]);return i};I||(o((B=function(){if(this instanceof B)throw TypeError("Symbol is not a constructor!");var e=f(arguments.length>0?arguments[0]:void 0),t=function(n){this===j&&t.call(E,n),a(this,z)&&a(this[z],e)&&(this[z][e]=!1),$(this,e,M(1,n))};return i&&F&&$(j,e,{configurable:!0,set:t}),V(e)}).prototype,"toString",function(){return this._k}),x.f=X,C.f=q,n(59).f=K.f=Z,n(26).f=Y,n(34).f=J,i&&!n(33)&&o(j,"propertyIsEnumerable",Y,!0),p.f=function(e){return V(h(e))}),l(l.G+l.W+l.F*!I,{Symbol:B});for(var Q="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Q.length>ee;)h(Q[ee++]);for(var te=A(h.store),ne=0;te.length>ne;)v(te[ne++]);l(l.S+l.F*!I,"Symbol",{for:function(e){return a(P,e+="")?P[e]:P[e]=B(e)},keyFor:function(e){if(!H(e))throw TypeError(e+" is not a symbol!");for(var t in P)if(P[t]===e)return t},useSetter:function(){F=!0},useSimple:function(){F=!1}}),l(l.S+l.F*!I,"Object",{create:function(e,t){return void 0===t?k(e):U(k(e),t)},defineProperty:q,defineProperties:U,getOwnPropertyDescriptor:X,getOwnPropertyNames:Z,getOwnPropertySymbols:J}),S&&l(l.S+l.F*(!I||u(function(){var e=B();return"[null]"!=G([e])||"{}"!=G({a:e})||"{}"!=G(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],a=1;arguments.length>a;)r.push(arguments[a++]);if(n=t=r[1],(_(t)||void 0!==e)&&!H(e))return g(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!H(t))return t}),r[1]=t,G.apply(S,r)}}),B.prototype[W]||n(15)(B.prototype,W,B.prototype.valueOf),d(B,"Symbol"),d(Math,"Math",!0),d(r.JSON,"JSON",!0)},function(e,t,n){n(41)("asyncIterator")},function(e,t,n){n(41)("observable")},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function a(e){if(u===setTimeout)return setTimeout(e,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function i(){p&&f&&(p=!1,f.length?h=f.concat(h):v=-1,h.length&&l())}function l(){if(!p){var e=a(i);p=!0;for(var t=h.length;t;){for(f=h,h=[];++v<t;)f&&f[v].run();v=-1,t=h.length}f=null,p=!1,function(e){if(c===clearTimeout)return clearTimeout(e);if((c===r||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(e);try{c(e)}catch(t){try{return c.call(null,e)}catch(t){return c.call(this,e)}}}(e)}}function o(e,t){this.fun=e,this.array=t}function s(){}var u,c,d=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:n}catch(e){u=n}try{c="function"==typeof clearTimeout?clearTimeout:r}catch(e){c=r}}();var f,h=[],p=!1,v=-1;d.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new o(e,t)),1!==h.length||p||a(l)},o.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=s,d.addListener=s,d.once=s,d.off=s,d.removeListener=s,d.removeAllListeners=s,d.emit=s,d.prependListener=s,d.prependOnceListener=s,d.listeners=function(e){return[]},d.binding=function(e){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(e){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},function(e,t,n){(function(e,t){!function(e,n){"use strict";function r(e){delete o[e]}function a(e){if(s)setTimeout(a,0,e);else{var t=o[e];if(t){s=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{r(e),s=!1}}}}if(!e.setImmediate){var i,l=1,o={},s=!1,u=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick(function(){a(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&a(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),i=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){a(e.data)},i=function(t){e.port2.postMessage(t)}}():u&&"onreadystatechange"in u.createElement("script")?function(){var e=u.documentElement;i=function(t){var n=u.createElement("script");n.onreadystatechange=function(){a(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():i=function(e){setTimeout(a,0,e)},c.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var r={callback:e,args:t};return o[l]=r,i(l),l++},c.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(44),n(165))},function(e,t,n){(function(e){function r(e,t){this._id=e,this._clearFn=t}var a=Function.prototype.apply;t.setTimeout=function(){return new r(a.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new r(a.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(166),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(44))},function(e,t,n){var r=n(0)(n(68),n(232),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(69),n(220),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(70),n(226),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(71),n(227),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(72),n(237),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(73),n(229),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(74),n(234),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(75),n(218),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(76),n(208),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(77),n(212),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(78),n(222),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(80),n(221),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(81),n(233),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(82),n(213),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(83),n(215),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(84),n(236),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(85),n(225),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(86),n(205),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(87),n(217),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(88),n(223),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(89),n(207),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(90),n(211),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(91),n(230),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(92),n(214),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(93),n(219),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(95),n(224),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(96),n(206),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(97),n(235),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(98),n(238),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(99),n(228),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(100),n(231),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(101),n(203),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(102),n(204),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(103),n(209),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(104),n(210),null,null,null);e.exports=r.exports},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"timepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,disabled:e.disabled,readonly:e.readonly,rounded:e.rounded},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onHoursChange(t.target.value)}},model:{value:e.hoursSelected,callback:function(t){e.hoursSelected=t},expression:"hoursSelected"}},e._l(e.hours,function(t){return n("option",{key:t.value,attrs:{disabled:e.isHourDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onMinutesChange(t.target.value)}},model:{value:e.minutesSelected,callback:function(t){e.minutesSelected=t},expression:"minutesSelected"}},e._l(e.minutes,function(t){return n("option",{key:t.value,attrs:{disabled:e.isMinuteDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),e.isHourFormat24?e._e():n("b-select",{attrs:{disabled:e.disabled},nativeOn:{change:function(t){e.onMeridienChange(t.target.value)}},model:{value:e.meridienSelected,callback:function(t){e.meridienSelected=t},expression:"meridienSelected"}},e._l(e.meridiens,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"timepicker-footer"},[e._t("default")],2):e._e()])],1):n("b-input",e._b({ref:"input",attrs:{type:"time",autocomplete:"off",value:e.formatHHMMSS(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatHHMMSS(e.maxTime),min:e.formatHHMMSS(e.minTime),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"toast",class:[e.type,e.position]},[n("div",{domProps:{innerHTML:e._s(e.message)}})])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pagination",class:e.rootClasses},[n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:!e.hasPrev},on:{click:function(t){t.preventDefault(),e.prev(t)}}},[n("b-icon",{attrs:{icon:"chevron-left",both:""}})],1),e._v(" "),n("a",{staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:!e.hasNext},on:{click:function(t){t.preventDefault(),e.next(t)}}},[n("b-icon",{attrs:{icon:"chevron-right",both:""}})],1),e._v(" "),e.simple?e._e():n("ul",{staticClass:"pagination-list"},[e.hasFirst?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.first(t)}}},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e.hasFirstEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e._l(e.pagesInRange,function(t){return n("li",{key:t.number},[n("a",{staticClass:"pagination-link",class:{"is-current":t.isCurrent},attrs:{role:"button",href:"#"},on:{click:function(e){e.preventDefault(),t.click(e)}}},[e._v("\n "+e._s(t.number)+"\n ")])])}),e._v(" "),e.hasLastEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e.hasLast?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.last(t)}}},[e._v("\n "+e._s(e.pageCount)+"\n ")])]):e._e()],2),e._v(" "),e.simple?n("small",{staticClass:"info"},[e._v("\n "+e._s(e.firstItem)+"-"+e._s(Math.min(e.current*e.perPage,e.total))+" / "+e._s(e.total)+"\n ")]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&e.visible,expression:"isActive && visible"}],staticClass:"tab-item"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-radio radio button",class:[e.newValue===e.nativeValue?e.type:null,e.size],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"dropdown",class:e.rootClasses},[e.inline?e._e():n("div",{ref:"trigger",staticClass:"dropdown-trigger",attrs:{role:"button"},on:{click:e.toggle}},[e._t("trigger")],2),e._v(" "),n("transition",{attrs:{name:"fade"}},[e.isMobileModal?n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"background"}):e._e()]),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive||e.hoverable||e.inline,expression:"isActive || hoverable || inline"}],ref:"dropdownMenu",staticClass:"dropdown-menu"},[n("div",{staticClass:"dropdown-content"},[e._t("default")],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:[e.newType,e.position,e.size,{tooltip:e.active,"is-square":e.square,"is-animated":e.newAnimated,"is-always":e.always,"is-multiline":e.multilined,"is-dashed":e.dashed}],attrs:{"data-label":e.label}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"upload control"},[e.dragDrop?n("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus}],on:{dragover:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],e._v(" "),n("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:{"is-expanded":e.expanded,"has-icons-left":e.icon}},[n("span",{staticClass:"select",class:e.spanClasses},[n("select",e._b({directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"selected"}],ref:"select",attrs:{multiple:e.multiple,size:e.nativeSize},on:{blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()},focus:function(t){e.$emit("focus",t)},change:function(t){var n=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.selected=t.target.multiple?n:n[0]}}},"select",e.$attrs,!1),[e.placeholder?n("option",{attrs:{selected:"",disabled:"",hidden:""},domProps:{value:null}},[e._v("\n "+e._s(e.placeholder)+"\n ")]):e._e(),e._v(" "),e._t("default")],2)]),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.separator?n("hr",{staticClass:"dropdown-divider"}):e.custom||e.hasLink?n("div",{class:e.itemClasses,on:{click:e.selectItem}},[e._t("default")],2):n("a",{staticClass:"dropdown-item",class:e.anchorClasses,on:{click:e.selectItem}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"loading-overlay is-active",class:{"is-full-page":e.isFullPage}},[n("div",{staticClass:"loading-background",on:{click:e.cancel}}),e._v(" "),n("div",{staticClass:"loading-icon"})]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"switch",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()},mousedown:function(t){e.isMouseDown=!0},mouseup:function(t){e.isMouseDown=!1},mouseout:function(t){e.isMouseDown=!1},blur:function(t){e.isMouseDown=!1}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{click:function(e){e.stopPropagation()},change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check",class:[{"is-elastic":e.isMouseDown&&!e.disabled},e.type]}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"message",class:[e.type,e.size]},[e.title?n("header",{staticClass:"message-header"},[n("p",[e._v(e._s(e.title))]),e._v(" "),e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e()]):e._e(),e._v(" "),n("section",{staticClass:"message-body"},[n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{class:e.type,attrs:{icon:e.icon,both:"",size:e.newIconSize}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible?n("td",{class:e.rootClasses,attrs:{"data-label":e.label}},[n("span",[e._t("default")],2)]):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("nav",{staticClass:"panel"},[n("div",{staticClass:"panel-heading",class:{"is-collapsible":e.collapsible},on:{click:e.toggle}},[e.header?n("span",{domProps:{innerHTML:e._s(e.header)}}):e._t("header"),e._v(" "),e.collapsible?n("b-icon",{staticClass:"is-pulled-right",attrs:{both:"",icon:e.isOpen?"menu-up":"menu-down"}}):e._e()],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"panel-content",class:{"panel-block":!e.hasCustomTemplate}},[e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"dialog modal is-active",class:e.size},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"modal-card animation-content"},[e.title?n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[e._v(e._s(e.title))])]):e._e(),e._v(" "),n("section",{staticClass:"modal-card-body",class:{"is-titleless":!e.title,"is-flex":e.hasIcon}},[n("div",{staticClass:"media"},[e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon?e.icon:e.iconByType,pack:e.iconPack,type:e.type,both:!e.icon,size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[n("p",{domProps:{innerHTML:e._s(e.message)}}),e._v(" "),e.hasInput?n("div",{staticClass:"field"},[n("div",{staticClass:"control"},[n("input",e._b({directives:[{name:"model",rawName:"v-model",value:e.prompt,expression:"prompt"}],ref:"input",staticClass:"input",class:{"is-danger":e.validationMessage},domProps:{value:e.prompt},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.confirm(t)},input:function(t){t.target.composing||(e.prompt=t.target.value)}}},"input",e.inputAttrs,!1))]),e._v(" "),n("p",{staticClass:"help is-danger"},[e._v(e._s(e.validationMessage))])]):e._e()])])]),e._v(" "),n("footer",{staticClass:"modal-card-foot"},[e.showCancel?n("button",{ref:"cancelButton",staticClass:"button",on:{click:function(t){e.cancel("button")}}},[e._v("\n "+e._s(e.cancelText)+"\n ")]):e._e(),e._v(" "),n("button",{ref:"confirmButton",staticClass:"button",class:e.type,on:{click:e.confirm}},[e._v("\n "+e._s(e.confirmText)+"\n ")])])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-table",class:{"is-loading":e.loading}},[e.mobileCards&&e.hasSortablenewColumns?n("b-table-mobile-sort",{attrs:{"current-sort-column":e.currentSortColumn,"is-asc":e.isAsc,columns:e.newColumns},on:{sort:function(t){return e.sort(t)}}}):e._e(),e._v(" "),n("div",{staticClass:"table-wrapper"},[n("table",{staticClass:"table",class:e.tableClasses,attrs:{tabindex:!!e.focusable&&0},on:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.pressedArrow(-1)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.pressedArrow(1)}]}},[e.newColumns.length?n("thead",[n("tr",[e.detailed?n("th",{attrs:{width:"40px"}}):e._e(),e._v(" "),e.checkable?n("th",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{value:e.isAllChecked},nativeOn:{change:function(t){e.checkAll(t)}}})],1):e._e(),e._v(" "),e._l(e.newColumns,function(t,r){return t.visible||void 0===t.visible?n("th",{key:r,class:{"is-current-sort":e.currentSortColumn===t,"is-sortable":t.sortable},style:{width:t.width+"px"},on:{click:function(n){n.stopPropagation(),e.sort(t)}}},[n("div",{staticClass:"th-wrap",class:{"is-numeric":t.numeric,"is-centered":t.centered}},[e.$scopedSlots.header?e._t("header",null,{column:t,index:r}):[e._v(e._s(t.label))],e._v(" "),n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===t,expression:"currentSortColumn === column"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",both:"",size:"is-small"}})],2)]):e._e()})],2)]):e._e(),e._v(" "),e.visibleData.length?n("tbody",[e._l(e.visibleData,function(t,r){return[n("tr",{key:r,class:[e.rowClass(t,r),{"is-selected":t===e.selected,"is-checked":e.isRowChecked(t)}],on:{click:function(n){e.selectRow(t)},dblclick:function(n){e.$emit("dblclick",t)}}},[e.detailed?n("td",[e.hasDetailedVisible(t)?n("a",{attrs:{role:"button"},on:{click:function(n){n.stopPropagation(),e.toggleDetails(t)}}},[n("b-icon",{class:{"is-expanded":e.isVisibleDetailRow(t)},attrs:{icon:"chevron-right",both:""}})],1):e._e()]):e._e(),e._v(" "),e.checkable?n("td",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{disabled:!e.isRowCheckable(t),value:e.isRowChecked(t)},nativeOn:{change:function(n){e.checkRow(t)}}})],1):e._e(),e._v(" "),e.$scopedSlots.default?e._t("default",null,{row:t,index:r}):e._l(e.newColumns,function(r){return n("BTableColumn",e._b({key:r.field,attrs:{internal:""}},"BTableColumn",r,!1),[r.renderHtml?n("span",{domProps:{innerHTML:e._s(e.getValueByPath(t,r.field))}}):[e._v("\n "+e._s(e.getValueByPath(t,r.field))+"\n ")]],2)})],2),e._v(" "),e.detailed&&e.isVisibleDetailRow(t)?n("tr",{staticClass:"detail"},[n("td",{attrs:{colspan:e.columnCount}},[n("div",{staticClass:"detail-container"},[e._t("detail",null,{row:t,index:r})],2)])]):e._e()]})],2):n("tbody",[n("tr",{staticClass:"is-empty"},[n("td",{attrs:{colspan:e.columnCount}},[e._t("empty")],2)])]),e._v(" "),void 0!==e.$slots.footer?n("tfoot",[n("tr",{staticClass:"table-footer"},[e.hasCustomFooterSlot()?e._t("footer"):n("th",{attrs:{colspan:e.columnCount}},[e._t("footer")],2)],2)]):e._e()])]),e._v(" "),e.checkable||e.paginated?n("div",{staticClass:"level"},[n("div",{staticClass:"level-left"},[e._t("bottom-left")],2),e._v(" "),n("div",{staticClass:"level-right"},[e.paginated?n("div",{staticClass:"level-item"},[n("b-pagination",{attrs:{total:e.newDataTotal,"per-page":e.perPage,simple:e.paginationSimple,size:e.paginationSize,current:e.newCurrentPage},on:{change:e.pageChanged}})],1):e._e()])]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-checkbox checkbox",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"icon",class:[e.newType,e.size]},[n("i",{class:[e.newPack,e.newIcon,e.newCustomSize,e.customClass]})])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field",class:[e.rootClasses,e.fieldType()]},[e.horizontal?n("div",{staticClass:"field-label is-normal",class:e.customClass},[e.label?n("label",{staticClass:"label",attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()]):[e.label?n("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()],e._v(" "),e.horizontal?n("b-field-body",{attrs:{message:e.newMessage?e.formattedMessage:"",type:e.newType}},[e._t("default")],2):[e._t("default")],e._v(" "),e.newMessage&&!e.horizontal?n("p",{staticClass:"help",class:e.newType,domProps:{innerHTML:e._s(e.formattedMessage)}}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-radio radio",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field table-mobile-sort"},[n("div",{staticClass:"field has-addons"},[n("b-select",{attrs:{expanded:""},model:{value:e.mobileSort,callback:function(t){e.mobileSort=t},expression:"mobileSort"}},e._l(e.columns,function(t,r){return t.sortable?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t.label)+"\n ")]):e._e()})),e._v(" "),n("div",{staticClass:"control"},[n("button",{staticClass:"button is-primary",on:{click:e.sort}},[n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===e.mobileSort,expression:"currentSortColumn === mobileSort"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",size:"is-small",both:""}})],1)])],1)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"notification",class:e.type},[e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e(),e._v(" "),n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon,both:"",size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-checkbox checkbox button",class:[e.checked?e.type:null,e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e.newValue},on:{change:function(t){var n=e.newValue,r=t.target,a=!!r.checked;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"collapse"},[n("div",{staticClass:"collapse-trigger",on:{click:e.toggle}},[e._t("trigger",null,{open:e.isOpen})],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"collapse-content"},[e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"tags",class:{"has-addons":e.attached}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"datepicker-table"},[n("header",{staticClass:"datepicker-header"},e._l(e.visibleDayNames,function(t,r){return n("div",{key:r,staticClass:"datepicker-cell"},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("div",{staticClass:"datepicker-body",class:{"has-events":e.hasEvents}},e._l(e.weeksInThisMonth(e.focused.month,e.focused.year),function(t,r){return n("b-datepicker-table-row",{key:r,attrs:{"selected-date":e.value,week:t,month:e.focused.month,"min-date":e.minDate,"max-date":e.maxDate,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.eventsInThisWeek(t,r),indicators:e.indicators},on:{select:e.updateSelectedDate}})}))])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"snackbar",class:[e.type,e.position]},[n("p",{staticClass:"text"},[e._v(e._s(e.message))]),e._v(" "),e.actionText?n("div",{staticClass:"action",class:e.type,on:{click:e.action}},[n("button",{staticClass:"button is-dark"},[e._v(e._s(e.actionText))])]):e._e()])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"taginput control",class:e.rootClasses},[n("div",{staticClass:"taginput-container",class:[e.statusType,e.size,e.containerClasses],attrs:{disabled:e.disabled},on:{click:function(t){e.hasInput&&e.focus(t)}}},[e._l(e.tags,function(t,r){return n("b-tag",{key:r,attrs:{type:e.type,size:e.size,rounded:e.rounded,attached:e.attached,tabstop:!1,disabled:e.disabled,closable:""},on:{close:function(t){e.removeTag(r)}}},[e._v("\n "+e._s(e.getNormalizedTagText(t))+"\n ")])}),e._v(" "),e.hasInput?n("b-autocomplete",e._b({ref:"autocomplete",attrs:{data:e.data,field:e.field,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,"has-counter":!1,size:e.size,disabled:e.disabled,loading:e.loading,"keep-first":""},on:{focus:e.onFocus,blur:e.customOnBlur,select:e.onSelect},nativeOn:{keydown:function(t){e.keydown(t)}},scopedSlots:e._u([{key:e.defaultSlotName,fn:function(t){return[e._t("default",null,{option:t.option,index:t.index})]}}]),model:{value:e.newTag,callback:function(t){e.newTag=t},expression:"newTag"}},"b-autocomplete",e.$attrs,!1),[n("template",{slot:e.emptySlotName},[e._t("empty")],2)],2):e._e()],2),e._v(" "),e.maxtags||e.maxlength?n("p",{staticClass:"help counter"},[e.maxlength&&e.valueLength>0?[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]:e.maxtags?[e._v("\n "+e._s(e.tagsLength)+" / "+e._s(e.maxtags)+"\n ")]:e._e()],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"autocomplete control",class:{"is-expanded":e.expanded}},[n("b-input",e._b({ref:"input",attrs:{size:e.size,loading:e.loading,rounded:e.rounded,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,autocomplete:"off"},on:{focus:e.focused,blur:e.onBlur},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key))return null;t.preventDefault(),e.isActive=!1},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key))return null;e.tabPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.enterPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.keyArrows("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.keyArrows("down")}]},model:{value:e.newValue,callback:function(t){e.newValue=t},expression:"newValue"}},"b-input",e.$attrs,!1)),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&(e.data.length>0||e.hasEmptySlot),expression:"isActive && (data.length > 0 || hasEmptySlot)"}],ref:"dropdown",staticClass:"dropdown-menu",class:{"is-opened-top":!e.isListInViewportVertically}},[n("div",{staticClass:"dropdown-content"},[e._l(e.data,function(t,r){return n("a",{key:r,staticClass:"dropdown-item",class:{"is-hovered":t===e.hovered},on:{click:function(n){e.setSelected(t)}}},[e.hasDefaultSlot?e._t("default",null,{option:t,index:r}):n("span",{domProps:{innerHTML:e._s(e.getValue(t,!0))}})],2)}),e._v(" "),0===e.data.length?n("div",{staticClass:"dropdown-item is-disabled"},[e._t("empty")],2):e._e()],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:e.rootClasses},["textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"input",class:e.inputClasses,attrs:{type:e.newType,autocomplete:e.newAutocomplete,maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"input",e.$attrs,!1)):n("textarea",e._b({ref:"textarea",staticClass:"textarea",class:e.inputClasses,attrs:{maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"textarea",e.$attrs,!1)),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e(),e._v(" "),e.loading||!e.passwordReveal&&!e.statusType?e._e():n("b-icon",{staticClass:"is-right",class:{"is-clickable":e.passwordReveal},attrs:{icon:e.passwordReveal?e.passwordVisibleIcon:e.statusTypeIcon,pack:e.iconPack,size:e.iconSize,type:e.passwordReveal?"is-primary":e.statusType,both:""},nativeOn:{click:function(t){e.togglePasswordVisibility(t)}}}),e._v(" "),e.maxlength&&e.hasCounter?n("small",{staticClass:"help counter",class:{"is-invisible":!e.isFocused}},[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker-row"},[e._l(e.week,function(t,r){return[e.selectableDate(t)&&!e.disabled?n("a",{key:r,staticClass:"datepicker-cell",class:[e.classObject(t),{"has-event":e.eventsDateMatch(t)},e.indicators],attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(n){n.preventDefault(),e.emitChosenDate(t)},keydown:[function(n){if(!("button"in n)&&e._k(n.keyCode,"enter",13,n.key))return null;n.preventDefault(),e.emitChosenDate(t)},function(n){if(!("button"in n)&&e._k(n.keyCode,"space",32,n.key))return null;n.preventDefault(),e.emitChosenDate(t)}]}},[e._v("\n "+e._s(t.getDate())+"\n\n "),e.eventsDateMatch(t)?n("div",{staticClass:"events"},e._l(e.eventsDateMatch(t),function(e,t){return n("div",{key:t,staticClass:"event",class:e.type})})):e._e()]):n("div",{key:r,staticClass:"datepicker-cell",class:e.classObject(t)},[e._v("\n "+e._s(t.getDate())+"\n ")])]})],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-tabs",class:{"is-fullwidth":e.expanded}},[n("nav",{staticClass:"tabs",class:e.navClasses},[n("ul",e._l(e.tabItems,function(t,r){return n("li",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"tabItem.visible"}],key:r,class:{"is-active":e.activeTab===r,"is-disabled":t.disabled}},[n("a",{on:{click:function(t){e.tabClick(r)}}},[t.$slots.header?[n("b-slot-component",{attrs:{component:t,name:"header",tag:"span",event:"updated"}})]:[t.icon?n("b-icon",{attrs:{icon:t.icon,pack:t.iconPack,size:e.size}}):e._e(),e._v(" "),n("span",[e._v(e._s(t.label))])]],2)])}))]),e._v(" "),n("section",{staticClass:"tab-content"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"modal is-active"},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"animation-content",class:{"modal-content":!e.hasModalCard},style:{maxWidth:e.newWidth}},[e.component?n(e.component,e._g(e._b({tag:"component",on:{close:e.close}},"component",e.props,!1),e.events)):e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2),e._v(" "),e.showX?n("button",{staticClass:"modal-close is-large",attrs:{type:"button"},on:{click:function(t){e.cancel("x")}}}):e._e()]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,rounded:e.rounded,loading:e.loading,disabled:e.disabled,readonly:e.readonly},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("header",{staticClass:"datepicker-header"},[void 0!==e.$slots.header&&e.$slots.header.length?[e._t("header")]:n("div",{staticClass:"pagination field is-centered"},[e.isFirstMonth||e.disabled?e._e():n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.decrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.decrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.decrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-left",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("a",{directives:[{name:"show",rawName:"v-show",value:!e.isLastMonth&&!e.disabled,expression:"!isLastMonth && !disabled"}],staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.incrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.incrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.incrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-right",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.month,callback:function(t){e.$set(e.focusedDateData,"month",t)},expression:"focusedDateData.month"}},e._l(e.monthNames,function(t,r){return n("option",{key:t,domProps:{value:r}},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.year,callback:function(t){e.$set(e.focusedDateData,"year",t)},expression:"focusedDateData.year"}},e._l(e.listOfYears,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1)])],2),e._v(" "),n("b-datepicker-table",{attrs:{"day-names":e.dayNames,"month-names":e.monthNames,"first-day-of-week":e.firstDayOfWeek,"min-date":e.minDate,"max-date":e.maxDate,focused:e.focusedDateData,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.events,indicators:e.indicators},on:{close:function(t){e.$refs.dropdown.isActive=!1}},model:{value:e.dateSelected,callback:function(t){e.dateSelected=t},expression:"dateSelected"}}),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"datepicker-footer"},[e._t("default")],2):e._e()],1)],1):n("b-input",e._b({ref:"input",attrs:{type:"date",autocomplete:"off",value:e.formatYYYYMMDD(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatYYYYMMDD(e.maxDate),min:e.formatYYYYMMDD(e.minDate),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.attached&&e.closable?n("div",{staticClass:"tags has-addons"},[n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default")],2),e._v(" "),n("a",{staticClass:"tag is-delete",class:[e.size,{"is-rounded":e.rounded}],attrs:{role:"button",tabindex:!!e.tabstop&&0,disabled:e.disabled},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}})]):n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default"),e._v(" "),e.closable?n("a",{staticClass:"delete is-small",attrs:{role:"button",disabled:e.disabled,tabindex:!!e.tabstop&&0},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}}):e._e()],2)},staticRenderFns:[]}},function(e,t,n){e.exports=n(67)}])},function(e,t,n){"use strict";function r(e,t){0}function a(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}n.r(t);var i={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,a=t.parent,i=t.data;i.routerView=!0;for(var l=a.$createElement,o=n.name,s=a.$route,u=a._routerViewCache||(a._routerViewCache={}),c=0,d=!1;a&&a._routerRoot!==a;)a.$vnode&&a.$vnode.data.routerView&&c++,a._inactive&&(d=!0),a=a.$parent;if(i.routerViewDepth=c,d)return l(u[o],i,r);var f=s.matched[c];if(!f)return u[o]=null,l();var h=u[o]=f.components[o];i.registerRouteInstance=function(e,t){var n=f.instances[o];(t&&n!==e||!t&&n===e)&&(f.instances[o]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){f.instances[o]=t.componentInstance};var p=i.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(s,f.props&&f.props[o]);if(p){p=i.props=function(e,t){for(var n in t)e[n]=t[n];return e}({},p);var v=i.attrs=i.attrs||{};for(var y in p)h.props&&y in h.props||(v[y]=p[y],delete p[y])}return l(h,i,r)}};var l=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},s=/%2C/g,u=function(e){return encodeURIComponent(e).replace(l,o).replace(s,",")},c=decodeURIComponent;function d(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=c(n.shift()),a=n.length>0?c(n.join("=")):null;void 0===t[r]?t[r]=a:Array.isArray(t[r])?t[r].push(a):t[r]=[t[r],a]}),t):t}function f(e){var t=e?Object.keys(e).map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return u(t);if(Array.isArray(n)){var r=[];return n.forEach(function(e){void 0!==e&&(null===e?r.push(u(t)):r.push(u(t)+"="+u(e)))}),r.join("&")}return u(t)+"="+u(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,r){var a=r&&r.options.stringifyQuery,i=t.query||{};try{i=v(i)}catch(e){}var l={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:i,params:t.params||{},fullPath:g(t,a),matched:e?function(e){var t=[];for(;e;)t.unshift(e),e=e.parent;return t}(e):[]};return n&&(l.redirectedFrom=g(n,a)),Object.freeze(l)}function v(e){if(Array.isArray(e))return e.map(v);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=v(e[n]);return t}return e}var y=p(null,{path:"/"});function g(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var a=e.hash;return void 0===a&&(a=""),(n||"/")+(t||f)(r)+a}function m(e,t){return t===y?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&e.hash===t.hash&&_(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&_(e.query,t.query)&&_(e.params,t.params)))}function _(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){var r=e[n],a=t[n];return"object"==typeof r&&"object"==typeof a?_(r,a):String(r)===String(a)})}var T,b=[String,Object],M=[String,Array],k={name:"router-link",props:{to:{type:b,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:M,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,a=n.resolve(this.to,r,this.append),i=a.location,l=a.route,o=a.href,s={},u=n.options.linkActiveClass,c=n.options.linkExactActiveClass,d=null==u?"router-link-active":u,f=null==c?"router-link-exact-active":c,v=null==this.activeClass?d:this.activeClass,y=null==this.exactActiveClass?f:this.exactActiveClass,g=i.path?p(null,i,null,n):l;s[y]=m(r,g),s[v]=this.exact?s[y]:function(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,g);var _=function(e){K(e)&&(t.replace?n.replace(i):n.push(i))},b={click:K};Array.isArray(this.event)?this.event.forEach(function(e){b[e]=_}):b[this.event]=_;var M={class:s};if("a"===this.tag)M.on=b,M.attrs={href:o};else{var k=function e(t){if(t)for(var n,r=0;r<t.length;r++){if("a"===(n=t[r]).tag)return n;if(n.children&&(n=e(n.children)))return n}}(this.$slots.default);if(k){k.isStatic=!1;var x=T.util.extend;(k.data=x({},k.data)).on=b,(k.data.attrs=x({},k.data.attrs)).href=o}else M.on=b}return e(this.tag,M,this.$slots.default)}};function K(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function x(e){if(!x.installed||T!==e){x.installed=!0,T=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("router-view",i),e.component("router-link",k);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var C="undefined"!=typeof window;function A(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var a=t.split("/");n&&a[a.length-1]||a.pop();for(var i=e.replace(/^\//,"").split("/"),l=0;l<i.length;l++){var o=i[l];".."===o?a.pop():"."!==o&&a.push(o)}return""!==a[0]&&a.unshift(""),a.join("/")}function w(e){return e.replace(/\/\//g,"/")}var L=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},D=$,B=O,S=function(e,t){return R(O(e,t))},G=R,z=F,W=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function O(e,t){for(var n,r=[],a=0,i=0,l="",o=t&&t.delimiter||"/";null!=(n=W.exec(e));){var s=n[0],u=n[1],c=n.index;if(l+=e.slice(i,c),i=c+s.length,u)l+=u[1];else{var d=e[i],f=n[2],h=n[3],p=n[4],v=n[5],y=n[6],g=n[7];l&&(r.push(l),l="");var m=null!=f&&null!=d&&d!==f,_="+"===y||"*"===y,T="?"===y||"*"===y,b=n[2]||o,M=p||v;r.push({name:h||a++,prefix:f||"",delimiter:b,optional:T,repeat:_,partial:m,asterisk:!!g,pattern:M?j(M):g?".*":"[^"+E(b)+"]+?"})}}return i<e.length&&(l+=e.substr(i)),l&&r.push(l),r}function P(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function R(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var a="",i=n||{},l=(r||{}).pretty?P:encodeURIComponent,o=0;o<e.length;o++){var s=e[o];if("string"!=typeof s){var u,c=i[s.name];if(null==c){if(s.optional){s.partial&&(a+=s.prefix);continue}throw new TypeError('Expected "'+s.name+'" to be defined')}if(L(c)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but received `'+JSON.stringify(c)+"`");if(0===c.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var d=0;d<c.length;d++){if(u=l(c[d]),!t[o].test(u))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'", but received `'+JSON.stringify(u)+"`");a+=(0===d?s.prefix:s.delimiter)+u}}else{if(u=s.asterisk?encodeURI(c).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):l(c),!t[o].test(u))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but received "'+u+'"');a+=s.prefix+u}}else a+=s}return a}}function E(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function j(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function I(e,t){return e.keys=t,e}function N(e){return e.sensitive?"":"i"}function F(e,t,n){L(t)||(n=t||n,t=[]);for(var r=(n=n||{}).strict,a=!1!==n.end,i="",l=0;l<e.length;l++){var o=e[l];if("string"==typeof o)i+=E(o);else{var s=E(o.prefix),u="(?:"+o.pattern+")";t.push(o),o.repeat&&(u+="(?:"+s+u+")*"),i+=u=o.optional?o.partial?s+"("+u+")?":"(?:"+s+"("+u+"))?":s+"("+u+")"}}var c=E(n.delimiter||"/"),d=i.slice(-c.length)===c;return r||(i=(d?i.slice(0,-c.length):i)+"(?:"+c+"(?=$))?"),i+=a?"$":r&&d?"":"(?="+c+"|$)",I(new RegExp("^"+i,N(n)),t)}function $(e,t,n){return L(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return I(e,t)}(e,t):L(e)?function(e,t,n){for(var r=[],a=0;a<e.length;a++)r.push($(e[a],t,n).source);return I(new RegExp("(?:"+r.join("|")+")",N(n)),t)}(e,t,n):function(e,t,n){return F(O(e,n),t,n)}(e,t,n)}D.parse=B,D.compile=S,D.tokensToFunction=G,D.tokensToRegExp=z;var V=Object.create(null);function H(e,t,n){try{return(V[e]||(V[e]=D.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function q(e,t,n,r){var a=t||[],i=n||Object.create(null),l=r||Object.create(null);e.forEach(function(e){!function e(t,n,r,a,i,l){var o=a.path;var s=a.name;0;var u=a.pathToRegexpOptions||{};var c=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return w(t.path+"/"+e)}(o,i,u.strict);"boolean"==typeof a.caseSensitive&&(u.sensitive=a.caseSensitive);var d={path:c,regex:function(e,t){var n=D(e,[],t);0;return n}(c,u),components:a.components||{default:a.component},instances:{},name:s,parent:i,matchAs:l,redirect:a.redirect,beforeEnter:a.beforeEnter,meta:a.meta||{},props:null==a.props?{}:a.components?a.props:{default:a.props}};a.children&&a.children.forEach(function(a){var i=l?w(l+"/"+a.path):void 0;e(t,n,r,a,d,i)});if(void 0!==a.alias){var f=Array.isArray(a.alias)?a.alias:[a.alias];f.forEach(function(l){var o={path:l,children:a.children};e(t,n,r,o,i,d.path||"/")})}n[d.path]||(t.push(d.path),n[d.path]=d);s&&(r[s]||(r[s]=d))}(a,i,l,e)});for(var o=0,s=a.length;o<s;o++)"*"===a[o]&&(a.push(a.splice(o,1)[0]),s--,o--);return{pathList:a,pathMap:i,nameMap:l}}function U(e,t,n,r){var a="string"==typeof e?{path:e}:e;if(a.name||a._normalized)return a;if(!a.path&&a.params&&t){(a=Y({},a))._normalized=!0;var i=Y(Y({},t.params),a.params);if(t.name)a.name=t.name,a.params=i;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;a.path=H(l,i,t.path)}else 0;return a}var o=function(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var a=e.indexOf("?");return a>=0&&(n=e.slice(a+1),e=e.slice(0,a)),{path:e,query:n,hash:t}}(a.path||""),s=t&&t.path||"/",u=o.path?A(o.path,s,n||a.append):s,c=function(e,t,n){void 0===t&&(t={});var r,a=n||d;try{r=a(e||"")}catch(e){r={}}for(var i in t)r[i]=t[i];return r}(o.query,a.query,r&&r.options.parseQuery),f=a.hash||o.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:c,hash:f}}function Y(e,t){for(var n in t)e[n]=t[n];return e}function X(e,t){var n=q(e),r=n.pathList,a=n.pathMap,i=n.nameMap;function l(e,n,l){var o=U(e,n,!1,t),u=o.name;if(u){var c=i[u];if(!c)return s(null,o);var d=c.regex.keys.filter(function(e){return!e.optional}).map(function(e){return e.name});if("object"!=typeof o.params&&(o.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in o.params)&&d.indexOf(f)>-1&&(o.params[f]=n.params[f]);if(c)return o.path=H(c.path,o.params),s(c,o,l)}else if(o.path){o.params={};for(var h=0;h<r.length;h++){var p=r[h],v=a[p];if(Z(v.regex,o.path,o.params))return s(v,o,l)}}return s(null,o)}function o(e,n){var r=e.redirect,a="function"==typeof r?r(p(e,n,null,t)):r;if("string"==typeof a&&(a={path:a}),!a||"object"!=typeof a)return s(null,n);var o=a,u=o.name,c=o.path,d=n.query,f=n.hash,h=n.params;if(d=o.hasOwnProperty("query")?o.query:d,f=o.hasOwnProperty("hash")?o.hash:f,h=o.hasOwnProperty("params")?o.params:h,u){i[u];return l({_normalized:!0,name:u,query:d,hash:f,params:h},void 0,n)}if(c){var v=function(e,t){return A(e,t.parent?t.parent.path:"/",!0)}(c,e);return l({_normalized:!0,path:H(v,h),query:d,hash:f},void 0,n)}return s(null,n)}function s(e,n,r){return e&&e.redirect?o(e,r||n):e&&e.matchAs?function(e,t,n){var r=l({_normalized:!0,path:H(n,t.params)});if(r){var a=r.matched,i=a[a.length-1];return t.params=r.params,s(i,t)}return s(null,t)}(0,n,e.matchAs):p(e,n,r,t)}return{match:l,addRoutes:function(e){q(e,r,a,i)}}}function Z(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var a=1,i=r.length;a<i;++a){var l=e.keys[a-1],o="string"==typeof r[a]?decodeURIComponent(r[a]):r[a];l&&(n[l.name]=o)}return!0}var J=Object.create(null);function Q(){window.history.replaceState({key:de()},""),window.addEventListener("popstate",function(e){var t;te(),e.state&&e.state.key&&(t=e.state.key,ue=t)})}function ee(e,t,n,r){if(e.app){var a=e.options.scrollBehavior;a&&e.app.$nextTick(function(){var e=function(){var e=de();if(e)return J[e]}(),i=a(t,n,r?e:null);i&&("function"==typeof i.then?i.then(function(t){ie(t,e)}).catch(function(e){0}):ie(i,e))})}}function te(){var e=de();e&&(J[e]={x:window.pageXOffset,y:window.pageYOffset})}function ne(e){return ae(e.x)||ae(e.y)}function re(e){return{x:ae(e.x)?e.x:window.pageXOffset,y:ae(e.y)?e.y:window.pageYOffset}}function ae(e){return"number"==typeof e}function ie(e,t){var n,r="object"==typeof e;if(r&&"string"==typeof e.selector){var a=document.querySelector(e.selector);if(a){var i=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{x:r.left-n.left-t.x,y:r.top-n.top-t.y}}(a,i={x:ae((n=i).x)?n.x:0,y:ae(n.y)?n.y:0})}else ne(e)&&(t=re(e))}else r&&ne(e)&&(t=re(e));t&&window.scrollTo(t.x,t.y)}var le,oe=C&&((-1===(le=window.navigator.userAgent).indexOf("Android 2.")&&-1===le.indexOf("Android 4.0")||-1===le.indexOf("Mobile Safari")||-1!==le.indexOf("Chrome")||-1!==le.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),se=C&&window.performance&&window.performance.now?window.performance:Date,ue=ce();function ce(){return se.now().toFixed(3)}function de(){return ue}function fe(e,t){te();var n=window.history;try{t?n.replaceState({key:ue},"",e):(ue=ce(),n.pushState({key:ue},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function he(e){fe(e,!0)}function pe(e,t,n){var r=function(a){a>=e.length?n():e[a]?t(e[a],function(){r(a+1)}):r(a+1)};r(0)}function ve(e){return function(t,n,r){var i=!1,l=0,o=null;ye(e,function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){i=!0,l++;var u,c=_e(function(t){var a;((a=t).__esModule||me&&"Module"===a[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:T.extend(t),n.components[s]=t,--l<=0&&r()}),d=_e(function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=a(e)?e:new Error(t),r(o))});try{u=e(c,d)}catch(e){d(e)}if(u)if("function"==typeof u.then)u.then(c,d);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,d)}}}),i||r()}}function ye(e,t){return ge(e.map(function(e){return Object.keys(e.components).map(function(n){return t(e.components[n],e.instances[n],e,n)})}))}function ge(e){return Array.prototype.concat.apply([],e)}var me="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _e(e){var t=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var Te=function(e,t){this.router=e,this.base=function(e){if(!e)if(C){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function be(e,t,n,r){var a=ye(e,function(e,r,a,i){var l=function(e,t){"function"!=typeof e&&(e=T.extend(e));return e.options[t]}(e,t);if(l)return Array.isArray(l)?l.map(function(e){return n(e,r,a,i)}):n(l,r,a,i)});return ge(r?a.reverse():a)}function Me(e,t){if(t)return function(){return e.apply(t,arguments)}}Te.prototype.listen=function(e){this.cb=e},Te.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Te.prototype.onError=function(e){this.errorCbs.push(e)},Te.prototype.transitionTo=function(e,t,n){var r=this,a=this.router.match(e,this.current);this.confirmTransition(a,function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(e){e(a)}))},function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(t){t(e)}))})},Te.prototype.confirmTransition=function(e,t,n){var i=this,l=this.current,o=function(e){a(e)&&(i.errorCbs.length?i.errorCbs.forEach(function(t){t(e)}):(r(),console.error(e))),n&&n(e)};if(m(e,l)&&e.matched.length===l.matched.length)return this.ensureURL(),o();var s=function(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),u=s.updated,c=s.deactivated,d=s.activated,f=[].concat(function(e){return be(e,"beforeRouteLeave",Me,!0)}(c),this.router.beforeHooks,function(e){return be(e,"beforeRouteUpdate",Me)}(u),d.map(function(e){return e.beforeEnter}),ve(d));this.pending=e;var h=function(t,n){if(i.pending!==e)return o();try{t(e,l,function(e){!1===e||a(e)?(i.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?i.replace(e):i.push(e)):n(e)})}catch(e){o(e)}};pe(f,h,function(){var n=[];pe(function(e,t,n){return be(e,"beforeRouteEnter",function(e,r,a,i){return function(e,t,n,r,a){return function(i,l,o){return e(i,l,function(e){o(e),"function"==typeof e&&r.push(function(){!function e(t,n,r,a){n[r]?t(n[r]):a()&&setTimeout(function(){e(t,n,r,a)},16)}(e,t.instances,n,a)})})}}(e,a,i,t,n)})}(d,n,function(){return i.current===e}).concat(i.router.resolveHooks),h,function(){if(i.pending!==e)return o();i.pending=null,t(e),i.router.app&&i.router.app.$nextTick(function(){n.forEach(function(e){e()})})})})},Te.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var ke=function(e){function t(t,n){var r=this;e.call(this,t,n);var a=t.options.scrollBehavior;a&&Q();var i=Ke(this.base);window.addEventListener("popstate",function(e){var n=r.current,l=Ke(r.base);r.current===y&&l===i||r.transitionTo(l,function(e){a&&ee(t,e,n,!0)})})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){fe(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){he(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.ensureURL=function(e){if(Ke(this.base)!==this.current.fullPath){var t=w(this.base+this.current.fullPath);e?fe(t):he(t)}},t.prototype.getCurrentLocation=function(){return Ke(this.base)},t}(Te);function Ke(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var xe=function(e){function t(t,n,r){e.call(this,t,n),r&&function(e){var t=Ke(e);if(!/^\/#/.test(t))return window.location.replace(w(e+"/#"+t)),!0}(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router.options.scrollBehavior,n=oe&&t;n&&Q(),window.addEventListener(oe?"popstate":"hashchange",function(){var t=e.current;Ce()&&e.transitionTo(Ae(),function(r){n&&ee(e.router,r,t,!0),oe||De(r.fullPath)})})},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){Le(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){De(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ae()!==t&&(e?Le(t):De(t))},t.prototype.getCurrentLocation=function(){return Ae()},t}(Te);function Ce(){var e=Ae();return"/"===e.charAt(0)||(De("/"+e),!1)}function Ae(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function we(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Le(e){oe?fe(we(e)):window.location.hash=e}function De(e){oe?he(we(e)):window.location.replace(we(e))}var Be=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)},n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Te),Se=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=X(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!oe&&!1!==e.fallback,this.fallback&&(t="hash"),C||(t="abstract"),this.mode=t,t){case"history":this.history=new ke(this,e.base);break;case"hash":this.history=new xe(this,e.base,this.fallback);break;case"abstract":this.history=new Be(this,e.base);break;default:0}},Ge={currentRoute:{configurable:!0}};function ze(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Se.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Ge.currentRoute.get=function(){return this.history&&this.history.current},Se.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof ke)n.transitionTo(n.getCurrentLocation());else if(n instanceof xe){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(e){t.apps.forEach(function(t){t._route=e})})}},Se.prototype.beforeEach=function(e){return ze(this.beforeHooks,e)},Se.prototype.beforeResolve=function(e){return ze(this.resolveHooks,e)},Se.prototype.afterEach=function(e){return ze(this.afterHooks,e)},Se.prototype.onReady=function(e,t){this.history.onReady(e,t)},Se.prototype.onError=function(e){this.history.onError(e)},Se.prototype.push=function(e,t,n){this.history.push(e,t,n)},Se.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},Se.prototype.go=function(e){this.history.go(e)},Se.prototype.back=function(){this.go(-1)},Se.prototype.forward=function(){this.go(1)},Se.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},Se.prototype.resolve=function(e,t,n){var r=U(e,t||this.history.current,n,this),a=this.match(r,t),i=a.redirectedFrom||a.fullPath;return{location:r,route:a,href:function(e,t,n){var r="hash"===n?"#"+t:t;return e?w(e+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:a}},Se.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Se.prototype,Ge),Se.install=x,Se.version="3.0.1",C&&window.Vue&&window.Vue.use(Se),t.default=Se},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,l,o,s=1,u={},c=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){p(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){p(e.data)},r=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(a=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(p,0,e)}:(l="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(l)&&p(+t.data.slice(l.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),r=function(t){e.postMessage(l+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return u[s]=a,r(s),s++},f.clearImmediate=h}function h(e){delete u[e]}function p(e){if(c)setTimeout(p,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{h(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(44),n(170))},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(336),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(44))},function(e,t,n){"use strict";var r=c(n(12)),a=c(n(335)),i=c(n(334));n(333);var l=c(n(331)),o=c(n(330)),s=c(n(329)),u=c(n(169));function c(e){return e&&e.__esModule?e:{default:e}}r.default.use(a.default),r.default.use(i.default),r.default.use(n(171)),r.default.use(l.default.Adsense);var d=new a.default({routes:[{path:"/",name:"home",component:u.default}]});r.default.use(o.default,{id:"UA-118868480-1",router:d,debug:{sendHitTask:!0,enabled:!1}}),new r.default({router:d,el:"#app",render:function(e){return e(s.default)},mounted:function(){var e=this;(window.matchMedia("(display-mode: standalone)").matches||!0===window.navigator.standalone)&&this.$ga.event("PWA","started"),"serviceWorker"in navigator&&navigator.serviceWorker.register("/service-worker.js").then(function(t){"function"==typeof t.update&&(e.$ga.event("PWA","update"),t.update())})}})}]);
\ No newline at end of file +"undefined"!=typeof self&&self,e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/dist/",t(t.s=5)}([function(e,t){e.exports=function(e,t,n,r,a,i){var l,o=e=e||{},s=typeof e.default;"object"!==s&&"function"!==s||(l=e,o=e.default);var u,c="function"==typeof o?o.options:o;if(t&&(c.render=t.render,c.staticRenderFns=t.staticRenderFns,c._compiled=!0),n&&(c.functional=!0),a&&(c._scopeId=a),i?(u=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(i)},c._ssrRegister=u):r&&(u=r),u){var d=c.functional,f=d?c.render:c.beforeCreate;d?(c._injectStyles=u,c.render=function(e,t){return u.call(t),f(e,t)}):c.beforeCreate=f?[].concat(f,u):[u]}return{esModule:l,exports:o,options:c}}},function(e,t,n){"use strict";var r=n(7);t.a={props:{rootClass:{type:String,default:"adswrapper"},dataAdClient:{type:String,default:""},dataAdSlot:{type:String,default:""},dataAdTest:{type:String,default:""}},data:function(){return{ADS_SCRIPT:r.a.ADS_SCRIPT}}}},function(e,t,n){"use strict";var r=n(1);t.a={name:"Adsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InArticleAdsense",mixins:[r.a]}},function(e,t,n){"use strict";var r=n(1);t.a={name:"InFeedAdsense",mixins:[r.a],props:{dataAdLayoutKey:{type:String,default:"-fg+5n+6t-e7+r"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n(9),i=n(11),l={install:function(e){e.component(r.a.name,r.a)}},o={install:function(e){e.component(a.a.name,a.a)}},s={install:function(e){e.component(i.a.name,i.a)}};r.a.install=l.install,a.a.install=o.install,i.a.install=s.install,t.default={Adsense:r.a,InArticleAdsense:a.a,InFeedAdsense:i.a}},function(e,t,n){"use strict";var r=n(2),a=n(8),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";t.a={ADS_SCRIPT:"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"}},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest,"data-ad-format":"auto"}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(3),a=n(10),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block","text-align":"center"},attrs:{"data-ad-layout":"in-article","data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r},function(e,t,n){"use strict";var r=n(4),a=n(12),i=n(0),l=i(r.a,a.a,!1,null,null,null);t.a=l.exports},function(e,t,n){"use strict";var r={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{class:e.rootClass},[n("script2",{attrs:{type:"text/javascript",async:"",src:e.ADS_SCRIPT}}),e._v(" "),n("ins",{staticClass:"adsbygoogle",staticStyle:{display:"block"},attrs:{"data-ad-format":"fluid","data-ad-layout-key":e.dataAdLayoutKey,"data-ad-client":e.dataAdClient,"data-ad-slot":e.dataAdSlot,"data-ad-test":e.dataAdTest}}),e._v(" "),n("script2",[e._v("\n (adsbygoogle = window.adsbygoogle || []).push({});\n ")])],1)},staticRenderFns:[]};t.a=r}])},,function(e,t,n){},function(e,t,n){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.exports,t),a.l=!0,a.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="/",t(t.s=239)}([function(e,t){e.exports=function(e,t,n,r,a){var i,l=e=e||{},o=typeof e.default;"object"!==o&&"function"!==o||(i=e,l=e.default);var s,u="function"==typeof l?l.options:l;if(t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns),r&&(u._scopeId=r),a?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),n&&n.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=s):n&&(s=n),s){var c=u.functional,d=c?u.render:u.beforeCreate;c?u.render=function(e,t){return s.call(t),d(e,t)}:u.beforeCreate=d?[].concat(d,s):[s]}return{esModule:i,exports:l,options:u}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r={defaultContainerElement:null,defaultIconPack:"mdi",defaultDialogConfirmText:null,defaultDialogCancelText:null,defaultSnackbarDuration:3500,defaultToastDuration:2e3,defaultTooltipType:"is-primary",defaultTooltipAnimated:!1,defaultInputAutocomplete:"on",defaultDateFormatter:null,defaultDateParser:null,defaultDayNames:null,defaultMonthNames:null,defaultFirstDayOfWeek:null,defaultUnselectableDaysOfWeek:null,defaultTimeFormatter:null,defaultTimeParser:null,defaultModalScroll:null,defaultDatepickerMobileNative:!0,defaultTimepickerMobileNative:!0,defaultNoticeQueue:!0};t.b=r;var a=function(e){r=e}},function(e,t,n){"use strict";var r=n(179),a=n.n(r);t.a=a.a},function(e,t,n){e.exports={default:n(133),__esModule:!0}},function(e,t,n){var r=n(37)("wks"),a=n(27),i=n(8).Symbol,l="function"==typeof i;(e.exports=function(e){return r[e]||(r[e]=l&&i[e]||(l?i:a)("Symbol."+e))}).store=r},function(e,t,n){"use strict";t.c=function(e,t){return t.split(".").reduce(function(e,t){return e[t]},e)},t.d=function(e,t,n){if(!e)return-1;if(!n||"function"!=typeof n)return e.indexOf(t);for(var r=0;r<e.length;r++)if(n(e[r],t))return r;return-1},n.d(t,"b",function(){return r}),t.a=function(e){void 0!==e.remove?e.remove():e.parentNode.removeChild(e)},t.e=function(e){return e?e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"):e};var r={Android:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Android/i)},BlackBerry:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/BlackBerry/i)},iOS:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/iPhone|iPad|iPod/i)},Opera:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/Opera Mini/i)},Windows:function(){return"undefined"!=typeof window&&window.navigator.userAgent.match(/IEMobile/i)},any:function(){return r.Android()||r.BlackBerry()||r.iOS()||r.Opera()||r.Windows()}}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(126),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e,t,n){return t in e?(0,a.default)(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},function(e,t){var n=e.exports={version:"2.5.3"};"number"==typeof __e&&(__e=n)},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t,n){var r=n(14),a=n(55),i=n(40),l=Object.defineProperty;t.f=n(11)?Object.defineProperty:function(e,t,n){if(r(e),t=i(t,!0),r(n),a)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},function(e,t,n){"use strict";var r=n(1);t.a={props:{size:String,expanded:Boolean,loading:Boolean,rounded:Boolean,icon:String,iconPack:String,autocomplete:String,maxlength:[Number,String]},data:function(){return{isValid:!0,isFocused:!1,newIconPack:this.iconPack||r.b.defaultIconPack}},computed:{parentField:function(){for(var e=this.$parent,t=0;t<3;t++)e&&!e.$data._isField&&(e=e.$parent);return e},statusType:function(){if(this.parentField)return this.parentField.newType},statusMessage:function(){if(this.parentField)return this.parentField.newMessage},iconSize:function(){switch(this.size){case"is-small":return this.size;case"is-medium":return;case"is-large":return"mdi"===this.newIconPack?"is-medium":""}}},methods:{focus:function(){var e=this;void 0!==this.$data._elementRef&&this.$nextTick(function(){return e.$el.querySelector(e.$data._elementRef).focus()})},onBlur:function(e){this.isFocused=!1,this.$emit("blur",e),this.checkHtml5Validity()},onFocus:function(e){this.isFocused=!0,this.$emit("focus",e)},checkHtml5Validity:function(){if(void 0!==this.$refs[this.$data._elementRef]){var e=this.$el.querySelector(this.$data._elementRef),t=null,n=null,r=!0;return e.checkValidity()||(t="is-danger",n=e.validationMessage,r=!1),this.isValid=r,this.parentField&&(this.parentField.type||(this.parentField.newType=t),this.parentField.message||(this.parentField.newMessage=n)),this.isValid}}}}},function(e,t,n){e.exports=!n(18)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},function(e,t,n){e.exports={default:n(131),__esModule:!0}},function(e,t,n){var r=n(19);e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},function(e,t,n){var r=n(9),a=n(21);e.exports=n(11)?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){var r=n(56),a=n(31);e.exports=function(e){return r(a(e))}},function(e,t,n){var r=n(8),a=n(7),i=n(53),l=n(15),o=function(e,t,n){var s,u,c,d=e&o.F,f=e&o.G,h=e&o.S,p=e&o.P,v=e&o.B,y=e&o.W,g=f?a:a[t]||(a[t]={}),m=g.prototype,_=f?r:h?r[t]:(r[t]||{}).prototype;for(s in f&&(n=t),n)(u=!d&&_&&void 0!==_[s])&&s in g||(c=u?_[s]:n[s],g[s]=f&&"function"!=typeof _[s]?n[s]:v&&u?i(c,r):y&&_[s]==c?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t.prototype=e.prototype,t}(c):p&&"function"==typeof c?i(Function.call,c):c,p&&((g.virtual||(g.virtual={}))[s]=c,e&o.R&&m&&!m[s]&&l(m,s,c)))};o.F=1,o.G=2,o.S=4,o.P=8,o.B=16,o.W=32,o.U=64,o.R=128,e.exports=o},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){e.exports={}},function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},function(e,t,n){"use strict";(function(e,n){function r(e){return void 0===e||null===e}function a(e){return void 0!==e&&null!==e}function i(e){return!0===e}function l(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function o(e){return null!==e&&"object"==typeof e}function s(e){return"[object Object]"===Ht.call(e)}function u(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function c(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function d(e){var t=parseFloat(e);return isNaN(t)?e:t}function f(e,t){for(var n=Object.create(null),r=e.split(","),a=0;a<r.length;a++)n[r[a]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}function h(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}function p(e,t){return Ut.call(e,t)}function v(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}function y(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function g(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function m(e,t){for(var n in t)e[n]=t[n];return e}function _(e){for(var t={},n=0;n<e.length;n++)e[n]&&m(t,e[n]);return t}function T(e,t,n){}function M(e,t){if(e===t)return!0;var n=o(e),r=o(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var a=Array.isArray(e),i=Array.isArray(t);if(a&&i)return e.length===t.length&&e.every(function(e,n){return M(e,t[n])});if(a||i)return!1;var l=Object.keys(e),s=Object.keys(t);return l.length===s.length&&l.every(function(n){return M(e[n],t[n])})}catch(e){return!1}}function b(e,t){for(var n=0;n<e.length;n++)if(M(e[n],t))return n;return-1}function K(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function k(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function x(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}function C(e){return"function"==typeof e&&/native code/.test(e.toString())}function A(e){return new Dn(void 0,void 0,void 0,String(e))}function w(e,t){var n=e.componentOptions,r=new Dn(e.tag,e.data,e.children,e.text,e.elm,e.context,n,e.asyncFactory);return r.ns=e.ns,r.isStatic=e.isStatic,r.key=e.key,r.isComment=e.isComment,r.fnContext=e.fnContext,r.fnOptions=e.fnOptions,r.fnScopeId=e.fnScopeId,r.isCloned=!0,t&&(e.children&&(r.children=L(e.children,!0)),n&&n.children&&(n.children=L(n.children,!0))),r}function L(e,t){for(var n=e.length,r=new Array(n),a=0;a<n;a++)r[a]=w(e[a],t);return r}function D(e,t){var n;if(o(e)&&!(e instanceof Dn))return p(e,"__ob__")&&e.__ob__ instanceof Pn?n=e.__ob__:On.shouldConvert&&!Kn()&&(Array.isArray(e)||s(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Pn(e)),t&&n&&n.vmCount++,n}function B(e,t,n,r,a){var i=new wn,l=Object.getOwnPropertyDescriptor(e,t);if(!l||!1!==l.configurable){var o=l&&l.get,s=l&&l.set,u=!a&&D(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=o?o.call(e):n;return wn.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(t)&&function e(t){for(var n=void 0,r=0,a=t.length;r<a;r++)(n=t[r])&&n.__ob__&&n.__ob__.dep.depend(),Array.isArray(n)&&e(n)}(t))),t},set:function(t){var r=o?o.call(e):n;t===r||t!=t&&r!=r||(s?s.call(e,t):n=t,u=!a&&D(t),i.notify())}})}}function S(e,t,n){if(Array.isArray(e)&&u(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(B(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function G(e,t){if(Array.isArray(e)&&u(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||p(e,t)&&(delete e[t],n&&n.dep.notify())}}function W(e,t){if(!t)return e;for(var n,r,a,i=Object.keys(t),l=0;l<i.length;l++)n=i[l],r=e[n],a=t[n],p(e,n)?s(r)&&s(a)&&W(r,a):S(e,n,a);return e}function z(e,t,n){return n?function(){var r="function"==typeof t?t.call(n,n):t,a="function"==typeof e?e.call(n,n):e;return r?W(r,a):a}:t?e?function(){return W("function"==typeof t?t.call(this,this):t,"function"==typeof e?e.call(this,this):e)}:t:e}function O(e,t){return t?e?e.concat(t):Array.isArray(t)?t:[t]:e}function P(e,t,n,r){var a=Object.create(e||null);return t?m(a,t):a}function R(e,t,n){function r(r){var a=Rn[r]||In;u[r]=a(e[r],t[r],n,r)}"function"==typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,a,i,l={};if(Array.isArray(n))for(r=n.length;r--;)"string"==typeof(a=n[r])&&(i=Xt(a),l[i]={type:null});else if(s(n))for(var o in n)a=n[o],i=Xt(o),l[i]=s(a)?a:{type:a};e.props=l}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var a=0;a<n.length;a++)r[n[a]]={from:n[a]};else if(s(n))for(var i in n){var l=n[i];r[i]=s(l)?m({from:i},l):{from:l}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"==typeof r&&(t[n]={bind:r,update:r})}}(t);var a=t.extends;if(a&&(e=R(e,a,n)),t.mixins)for(var i=0,l=t.mixins.length;i<l;i++)e=R(e,t.mixins[i],n);var o,u={};for(o in e)r(o);for(o in t)p(e,o)||r(o);return u}function E(e,t,n,r){if("string"==typeof n){var a=e[t];if(p(a,n))return a[n];var i=Xt(n);if(p(a,i))return a[i];var l=Jt(i);return p(a,l)?a[l]:a[n]||a[i]||a[l]}}function j(e,t,n,r){var a=t[e],i=!p(n,e),l=n[e];if(N(Boolean,a.type)&&(i&&!p(a,"default")?l=!1:N(String,a.type)||""!==l&&l!==Qt(e)||(l=!0)),void 0===l){l=function(e,t,n){if(p(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"==typeof r&&"Function"!==I(t.type)?r.call(e):r}}(r,a,e);var o=On.shouldConvert;On.shouldConvert=!0,D(l),On.shouldConvert=o}return l}function I(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function N(e,t){if(!Array.isArray(t))return I(t)===I(e);for(var n=0,r=t.length;n<r;n++)if(I(t[n])===I(e))return!0;return!1}function F(e,t,n){if(t)for(var r=t;r=r.$parent;){var a=r.$options.errorCaptured;if(a)for(var i=0;i<a.length;i++)try{var l=!1===a[i].call(r,e,t,n);if(l)return}catch(e){$(e,r,"errorCaptured hook")}}$(e,t,n)}function $(e,t,n){if(ln.errorHandler)try{return ln.errorHandler.call(null,e,t,n)}catch(e){V(e)}V(e)}function V(e,t,n){if(!un&&!cn||"undefined"==typeof console)throw e;console.error(e)}function H(){Fn=!1;var e=Nn.slice(0);Nn.length=0;for(var t=0;t<e.length;t++)e[t]()}function q(e,t){var n;if(Nn.push(function(){if(e)try{e.call(t)}catch(e){F(e,t,"nextTick")}else n&&n(t)}),Fn||(Fn=!0,$n?jn():En()),!e&&"undefined"!=typeof Promise)return new Promise(function(e){n=e})}function U(e){(function e(t,n){var r,a,i=Array.isArray(t);if((i||o(t))&&!Object.isFrozen(t)){if(t.__ob__){var l=t.__ob__.dep.id;if(n.has(l))return;n.add(l)}if(i)for(r=t.length;r--;)e(t[r],n);else for(a=Object.keys(t),r=a.length;r--;)e(t[a[r]],n)}})(e,Yn),Yn.clear()}function Y(e){function t(){var e=arguments,n=t.fns;if(!Array.isArray(n))return n.apply(null,arguments);for(var r=n.slice(),a=0;a<r.length;a++)r[a].apply(null,e)}return t.fns=e,t}function X(e,t,n,a,i){var l,o,s,u;for(l in e)o=e[l],s=t[l],u=Xn(l),r(o)||(r(s)?(r(o.fns)&&(o=e[l]=Y(o)),n(u.name,o,u.once,u.capture,u.passive,u.params)):o!==s&&(s.fns=o,e[l]=s));for(l in t)r(e[l])&&(u=Xn(l),a(u.name,t[l],u.capture))}function J(e,t,n){function l(){n.apply(this,arguments),h(o.fns,l)}e instanceof Dn&&(e=e.data.hook||(e.data.hook={}));var o,s=e[t];r(s)?o=Y([l]):a(s.fns)&&i(s.merged)?(o=s).fns.push(l):o=Y([s,l]),o.merged=!0,e[t]=o}function Z(e,t,n,r,i){if(a(t)){if(p(t,n))return e[n]=t[n],i||delete t[n],!0;if(p(t,r))return e[n]=t[r],i||delete t[r],!0}return!1}function Q(e){return l(e)?[A(e)]:Array.isArray(e)?function e(t,n){var o,s,u,c,d=[];for(o=0;o<t.length;o++)r(s=t[o])||"boolean"==typeof s||(u=d.length-1,c=d[u],Array.isArray(s)?s.length>0&&(ee((s=e(s,(n||"")+"_"+o))[0])&&ee(c)&&(d[u]=A(c.text+s[0].text),s.shift()),d.push.apply(d,s)):l(s)?ee(c)?d[u]=A(c.text+s):""!==s&&d.push(A(s)):ee(s)&&ee(c)?d[u]=A(c.text+s.text):(i(t._isVList)&&a(s.tag)&&r(s.key)&&a(n)&&(s.key="__vlist"+n+"_"+o+"__"),d.push(s)));return d}(e):void 0}function ee(e){return a(e)&&a(e.text)&&function(e){return!1===e}(e.isComment)}function te(e,t){return(e.__esModule||xn&&"Module"===e[Symbol.toStringTag])&&(e=e.default),o(e)?t.extend(e):e}function ne(e){return e.isComment&&e.asyncFactory}function re(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||ne(n)))return n}}function ae(e,t,n){n?Un.$once(e,t):Un.$on(e,t)}function ie(e,t){Un.$off(e,t)}function le(e,t,n){Un=e,X(t,n||{},ae,ie),Un=void 0}function oe(e,t){var n={};if(!e)return n;for(var r=0,a=e.length;r<a;r++){var i=e[r],l=i.data;if(l&&l.attrs&&l.attrs.slot&&delete l.attrs.slot,i.context!==t&&i.fnContext!==t||!l||null==l.slot)(n.default||(n.default=[])).push(i);else{var o=l.slot,s=n[o]||(n[o]=[]);"template"===i.tag?s.push.apply(s,i.children||[]):s.push(i)}}for(var u in n)n[u].every(se)&&delete n[u];return n}function se(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ue(e,t){t=t||{};for(var n=0;n<e.length;n++)Array.isArray(e[n])?ue(e[n],t):t[e[n].key]=e[n].fn;return t}function ce(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function de(e,t){if(t){if(e._directInactive=!1,ce(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)de(e.$children[n]);fe(e,"activated")}}function fe(e,t){var n=e.$options[t];if(n)for(var r=0,a=n.length;r<a;r++)try{n[r].call(e)}catch(n){F(n,e,t+" hook")}e._hasHookEvent&&e.$emit("hook:"+t)}function he(){var e,t;for(nr=!0,Zn.sort(function(e,t){return e.id-t.id}),rr=0;rr<Zn.length;rr++)e=Zn[rr],t=e.id,er[t]=null,e.run();var n=Qn.slice(),r=Zn.slice();rr=Zn.length=Qn.length=0,er={},tr=nr=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,de(e[t],!0)}(n),function(e){for(var t=e.length;t--;){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&fe(r,"updated")}}(r),kn&&ln.devtools&&kn.emit("flush")}function pe(e,t,n){lr.get=function(){return this[t][n]},lr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,lr)}function ve(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},a=e.$options._propKeys=[],i=!e.$parent;for(var l in On.shouldConvert=i,t)!function(i){a.push(i);var l=j(i,t,n,e);B(r,i,l),i in e||pe(e,"_props",i)}(l);On.shouldConvert=!0}(e,t.props),t.methods&&function(e,t){for(var n in e.$options.props,t)e[n]=null==t[n]?T:y(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;s(t=e._data="function"==typeof t?function(e,t){try{return e.call(t,t)}catch(e){return F(e,t,"data()"),{}}}(t,e):t||{})||(t={});for(var n=Object.keys(t),r=e.$options.props,a=(e.$options.methods,n.length);a--;){var i=n[a];r&&p(r,i)||k(i)||pe(e,"_data",i)}D(t,!0)}(e):D(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=Kn();for(var a in t){var i=t[a],l="function"==typeof i?i:i.get;r||(n[a]=new ir(e,l||T,T,or)),a in e||ye(e,a,i)}}(e,t.computed),t.watch&&t.watch!==mn&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var a=0;a<r.length;a++)me(e,n,r[a]);else me(e,n,r)}}(e,t.watch)}function ye(e,t,n){var r=!Kn();"function"==typeof n?(lr.get=r?ge(t):n,lr.set=T):(lr.get=n.get?r&&!1!==n.cache?ge(t):n.get:T,lr.set=n.set?n.set:T),Object.defineProperty(e,t,lr)}function ge(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),wn.target&&t.depend(),t.value}}function me(e,t,n,r){return s(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,r)}function _e(e,t){if(e){for(var n=Object.create(null),r=xn?Reflect.ownKeys(e).filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}):Object.keys(e),a=0;a<r.length;a++){for(var i=r[a],l=e[i].from,o=t;o;){if(o._provided&&l in o._provided){n[i]=o._provided[l];break}o=o.$parent}if(!o&&"default"in e[i]){var s=e[i].default;n[i]="function"==typeof s?s.call(t):s}}return n}}function Te(e,t){var n,r,i,l,s;if(Array.isArray(e)||"string"==typeof e)for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);else if("number"==typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(o(e))for(l=Object.keys(e),n=new Array(l.length),r=0,i=l.length;r<i;r++)s=l[r],n[r]=t(e[s],s,r);return a(n)&&(n._isVList=!0),n}function Me(e,t,n,r){var a,i=this.$scopedSlots[e];if(i)n=n||{},r&&(n=m(m({},r),n)),a=i(n)||t;else{var l=this.$slots[e];l&&(l._rendered=!0),a=l||t}var o=n&&n.slot;return o?this.$createElement("template",{slot:o},a):a}function be(e){return E(this.$options,"filters",e)||tn}function Ke(e,t,n,r){var a=ln.keyCodes[t]||n;return a?Array.isArray(a)?-1===a.indexOf(e):a!==e:r?Qt(r)!==t:void 0}function ke(e,t,n,r,a){var i;if(n&&o(n))for(var l in Array.isArray(n)&&(n=_(n)),n)!function(l){if("class"===l||"style"===l||qt(l))i=e;else{var o=e.attrs&&e.attrs.type;i=r||ln.mustUseProp(t,o,l)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}l in i||(i[l]=n[l],!a)||((e.on||(e.on={}))["update:"+l]=function(e){n[l]=e})}(l);return e}function xe(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t?Array.isArray(r)?L(r):w(r):(Ae(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),"__static__"+e,!1),r)}function Ce(e,t,n){return Ae(e,"__once__"+t+(n?"_"+n:""),!0),e}function Ae(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!=typeof e[r]&&we(e[r],t+"_"+r,n);else we(e,t,n)}function we(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function Le(e,t){if(t&&s(t)){var n=e.on=e.on?m({},e.on):{};for(var r in t){var a=n[r],i=t[r];n[r]=a?[].concat(a,i):i}}return e}function De(e){e._o=Ce,e._n=d,e._s=c,e._l=Te,e._t=Me,e._q=M,e._i=b,e._m=xe,e._f=be,e._k=Ke,e._b=ke,e._v=A,e._e=Sn,e._u=ue,e._g=Le}function Be(e,t,n,r,a){var l=a.options;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||Vt,this.injections=_e(l.inject,r),this.slots=function(){return oe(n,r)};var o=Object.create(r),s=i(l._compiled),u=!s;s&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=e.scopedSlots||Vt),l._scopeId?this._c=function(e,t,n,a){var i=Oe(o,e,t,n,a,u);return i&&(i.fnScopeId=l._scopeId,i.fnContext=r),i}:this._c=function(e,t,n,r){return Oe(o,e,t,n,r,u)}}function Se(e,t){for(var n in t)e[Xt(n)]=t[n]}function Ge(e,t,n,l,s){if(!r(e)){var u=n.$options._base;if(o(e)&&(e=u.extend(e)),"function"==typeof e){var c;if(r(e.cid)&&void 0===(e=function(e,t,n){if(i(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;if(i(e.loading)&&a(e.loadingComp))return e.loadingComp;if(!a(e.contexts)){var l=e.contexts=[n],s=!0,u=function(){for(var e=0,t=l.length;e<t;e++)l[e].$forceUpdate()},c=K(function(n){e.resolved=te(n,t),s||u()}),d=K(function(t){a(e.errorComp)&&(e.error=!0,u())}),f=e(c,d);return o(f)&&("function"==typeof f.then?r(e.resolved)&&f.then(c,d):a(f.component)&&"function"==typeof f.component.then&&(f.component.then(c,d),a(f.error)&&(e.errorComp=te(f.error,t)),a(f.loading)&&(e.loadingComp=te(f.loading,t),0===f.delay?e.loading=!0:setTimeout(function(){r(e.resolved)&&r(e.error)&&(e.loading=!0,u())},f.delay||200)),a(f.timeout)&&setTimeout(function(){r(e.resolved)&&d(null)},f.timeout))),s=!1,e.loading?e.loadingComp:e.resolved}e.contexts.push(n)}(c=e,u,n)))return function(e,t,n,r,a){var i=Sn();return i.asyncFactory=e,i.asyncMeta={data:t,context:n,children:r,tag:a},i}(c,t,n,l,s);t=t||{},Ee(e),a(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.props||(t.props={}))[n]=t.model.value;var i=t.on||(t.on={});a(i[r])?i[r]=[t.model.callback].concat(i[r]):i[r]=t.model.callback}(e.options,t);var d=function(e,t,n){var i=t.options.props;if(!r(i)){var l={},o=e.attrs,s=e.props;if(a(o)||a(s))for(var u in i){var c=Qt(u);Z(l,s,u,c,!0)||Z(l,o,u,c,!1)}return l}}(t,e);if(i(e.options.functional))return function(e,t,n,r,i){var l=e.options,o={},s=l.props;if(a(s))for(var u in s)o[u]=j(u,s,t||Vt);else a(n.attrs)&&Se(o,n.attrs),a(n.props)&&Se(o,n.props);var c=new Be(n,o,i,r,e),d=l.render.call(null,c._c,c);return d instanceof Dn&&(d.fnContext=r,d.fnOptions=l,n.slot&&((d.data||(d.data={})).slot=n.slot)),d}(e,d,t,n,l);var f=t.on;if(t.on=t.nativeOn,i(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){e.hook||(e.hook={});for(var t=0;t<ur.length;t++){var n=ur[t],r=e.hook[n],a=sr[n];e.hook[n]=r?ze(a,r):a}}(t);var p=e.options.name||s;return new Dn("vue-component-"+e.cid+(p?"-"+p:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:d,listeners:f,tag:s,children:l},c)}}}function We(e,t,n,r){var i={_isComponent:!0,parent:t,_parentVnode:e,_parentElm:n||null,_refElm:r||null},l=e.data.inlineTemplate;return a(l)&&(i.render=l.render,i.staticRenderFns=l.staticRenderFns),new e.componentOptions.Ctor(i)}function ze(e,t){return function(n,r,a,i){e(n,r,a,i),t(n,r,a,i)}}function Oe(e,t,n,r,a,o){return(Array.isArray(n)||l(n))&&(a=r,r=n,n=void 0),i(o)&&(a=dr),Pe(e,t,n,r,a)}function Pe(e,t,n,r,i){return a(n)&&a(n.__ob__)?Sn():(a(n)&&a(n.is)&&(t=n.is),t?(Array.isArray(r)&&"function"==typeof r[0]&&((n=n||{}).scopedSlots={default:r[0]},r.length=0),i===dr?r=Q(r):i===cr&&(r=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(r)),"string"==typeof t?(o=e.$vnode&&e.$vnode.ns||ln.getTagNamespace(t),l=ln.isReservedTag(t)?new Dn(ln.parsePlatformTagName(t),n,r,void 0,void 0,e):a(s=E(e.$options,"components",t))?Ge(s,n,e,r,t):new Dn(t,n,r,void 0,void 0,e)):l=Ge(t,n,e,r),a(l)?(o&&Re(l,o),l):Sn()):Sn());var l,o,s}function Re(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var l=0,o=e.children.length;l<o;l++){var s=e.children[l];a(s.tag)&&(r(s.ns)||i(n))&&Re(s,t,n)}}function Ee(e){var t=e.options;if(e.super){var n=Ee(e.super);if(n!==e.superOptions){e.superOptions=n;var r=function(e){var t,n=e.options,r=e.extendOptions,a=e.sealedOptions;for(var i in n)n[i]!==a[i]&&(t||(t={}),t[i]=je(n[i],r[i],a[i]));return t}(e);r&&m(e.extendOptions,r),(t=e.options=R(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function je(e,t,n){if(Array.isArray(e)){var r=[];n=Array.isArray(n)?n:[n],t=Array.isArray(t)?t:[t];for(var a=0;a<e.length;a++)(t.indexOf(e[a])>=0||n.indexOf(e[a])<0)&&r.push(e[a]);return r}return e}function Ie(e){this._init(e)}function Ne(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,a=e._Ctor||(e._Ctor={});if(a[r])return a[r];var i=e.name||n.options.name,l=function(e){this._init(e)};return(l.prototype=Object.create(n.prototype)).constructor=l,l.cid=t++,l.options=R(n.options,e),l.super=n,l.options.props&&function(e){var t=e.options.props;for(var n in t)pe(e.prototype,"_props",n)}(l),l.options.computed&&function(e){var t=e.options.computed;for(var n in t)ye(e.prototype,n,t[n])}(l),l.extend=n.extend,l.mixin=n.mixin,l.use=n.use,rn.forEach(function(e){l[e]=n[e]}),i&&(l.options.components[i]=l),l.superOptions=n.options,l.extendOptions=e,l.sealedOptions=m({},l.options),a[r]=l,l}}function Fe(e){return e&&(e.Ctor.options.name||e.tag)}function $e(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===Ht.call(e)}(e)&&e.test(t)}function Ve(e,t){var n=e.cache,r=e.keys,a=e._vnode;for(var i in n){var l=n[i];if(l){var o=Fe(l.componentOptions);o&&!t(o)&&He(n,i,r,a)}}}function He(e,t,n,r){var a=e[t];!a||r&&a.tag===r.tag||a.componentInstance.$destroy(),e[t]=null,h(n,t)}function qe(e){for(var t=e.data,n=e,r=e;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(t=Ue(r.data,t));for(;a(n=n.parent);)n&&n.data&&(t=Ue(t,n.data));return function(e,t){return a(e)||a(t)?Ye(e,Xe(t)):""}(t.staticClass,t.class)}function Ue(e,t){return{staticClass:Ye(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Ye(e,t){return e?t?e+" "+t:e:t||""}function Xe(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,i=e.length;r<i;r++)a(t=Xe(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):o(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}function Je(e,t){var n=e.data.ref;if(n){var r=e.context,a=e.componentInstance||e.elm,i=r.$refs;t?Array.isArray(i[n])?h(i[n],a):i[n]===a&&(i[n]=void 0):e.data.refInFor?Array.isArray(i[n])?i[n].indexOf(a)<0&&i[n].push(a):i[n]=[a]:i[n]=a}}function Ze(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,r=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return r===i||Br(r)&&Br(i)}(e,t)||i(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Qe(e,t,n){var r,i,l={};for(r=t;r<=n;++r)a(i=e[r].key)&&(l[i]=r);return l}function et(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,r,a,i=e===Wr,l=t===Wr,o=tt(e.data.directives,e.context),s=tt(t.data.directives,t.context),u=[],c=[];for(n in s)r=o[n],a=s[n],r?(a.oldValue=r.value,rt(a,"update",t,e),a.def&&a.def.componentUpdated&&c.push(a)):(rt(a,"bind",t,e),a.def&&a.def.inserted&&u.push(a));if(u.length){var d=function(){for(var n=0;n<u.length;n++)rt(u[n],"inserted",t,e)};i?J(t,"insert",d):d()}if(c.length&&J(t,"postpatch",function(){for(var n=0;n<c.length;n++)rt(c[n],"componentUpdated",t,e)}),!i)for(n in o)s[n]||rt(o[n],"unbind",e,e,l)}(e,t)}function tt(e,t){var n,r,a=Object.create(null);if(!e)return a;for(n=0;n<e.length;n++)(r=e[n]).modifiers||(r.modifiers=Pr),a[nt(r)]=r,r.def=E(t.$options,"directives",r.name);return a}function nt(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function rt(e,t,n,r,a){var i=e.def&&e.def[t];if(i)try{i(n.elm,e,n,r,a)}catch(r){F(r,n.context,"directive "+e.name+" "+t+" hook")}}function at(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var i,l,o=t.elm,s=e.data.attrs||{},u=t.data.attrs||{};for(i in a(u.__ob__)&&(u=t.data.attrs=m({},u)),u)l=u[i],s[i]!==l&&it(o,i,l);for(i in(hn||vn)&&u.value!==s.value&&it(o,"value",u.value),s)r(u[i])&&(Kr(i)?o.removeAttributeNS(br,kr(i)):Tr(i)||o.removeAttribute(i))}}function it(e,t,n){if(Mr(t))xr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n));else if(Tr(t))e.setAttribute(t,xr(n)||"false"===n?"false":"true");else if(Kr(t))xr(n)?e.removeAttributeNS(br,kr(t)):e.setAttributeNS(br,t,n);else if(xr(n))e.removeAttribute(t);else{if(hn&&!pn&&"TEXTAREA"===e.tagName&&"placeholder"===t&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}function lt(e,t){var n=t.elm,i=t.data,l=e.data;if(!(r(i.staticClass)&&r(i.class)&&(r(l)||r(l.staticClass)&&r(l.class)))){var o=qe(t),s=n._transitionClasses;a(s)&&(o=Ye(o,Xe(s))),o!==n._prevClass&&(n.setAttribute("class",o),n._prevClass=o)}}function ot(e){if(a(e[Ir])){var t=hn?"change":"input";e[t]=[].concat(e[Ir],e[t]||[]),delete e[Ir]}a(e[Nr])&&(e.change=[].concat(e[Nr],e.change||[]),delete e[Nr])}function st(e,t,n,r,a){t=function(e){return e._withTask||(e._withTask=function(){$n=!0;var t=e.apply(null,arguments);return $n=!1,t})}(t),n&&(t=function(e,t,n){var r=yr;return function a(){null!==e.apply(null,arguments)&&ut(t,a,n,r)}}(t,e,r)),yr.addEventListener(e,t,_n?{capture:r,passive:a}:r)}function ut(e,t,n,r){(r||yr).removeEventListener(e,t._withTask||t,n)}function ct(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},a=e.data.on||{};yr=t.elm,ot(n),X(n,a,st,ut,t.context),yr=void 0}}function dt(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,i,l=t.elm,o=e.data.domProps||{},s=t.data.domProps||{};for(n in a(s.__ob__)&&(s=t.data.domProps=m({},s)),o)r(s[n])&&(l[n]="");for(n in s){if(i=s[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),i===o[n])continue;1===l.childNodes.length&&l.removeChild(l.childNodes[0])}if("value"===n){l._value=i;var u=r(i)?"":String(i);ft(l,u)&&(l.value=u)}else l[n]=i}}}function ft(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,r=e._vModifiers;if(a(r)){if(r.lazy)return!1;if(r.number)return d(n)!==d(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}function ht(e){var t=pt(e.style);return e.staticStyle?m(e.staticStyle,t):t}function pt(e){return Array.isArray(e)?_(e):"string"==typeof e?Vr(e):e}function vt(e,t){var n=t.data,i=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(i.staticStyle)&&r(i.style))){var l,o,s=t.elm,u=i.staticStyle,c=i.normalizedStyle||i.style||{},d=u||c,f=pt(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?m({},f):f;var h=function(e,t){var n,r={};if(t)for(var a=e;a.componentInstance;)(a=a.componentInstance._vnode)&&a.data&&(n=ht(a.data))&&m(r,n);(n=ht(e.data))&&m(r,n);for(var i=e;i=i.parent;)i.data&&(n=ht(i.data))&&m(r,n);return r}(t,!0);for(o in d)r(h[o])&&Ur(s,o,"");for(o in h)(l=h[o])!==d[o]&&Ur(s,o,null==l?"":l)}}function yt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function gt(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function mt(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&m(t,Zr(e.name||"v")),m(t,e),t}return"string"==typeof e?Zr(e):void 0}}function _t(e){la(function(){la(e)})}function Tt(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),yt(e,t))}function Mt(e,t){e._transitionClasses&&h(e._transitionClasses,t),gt(e,t)}function bt(e,t,n){var r=Kt(e,t),a=r.type,i=r.timeout,l=r.propCount;if(!a)return n();var o=a===ea?ra:ia,s=0,u=function(){e.removeEventListener(o,c),n()},c=function(t){t.target===e&&++s>=l&&u()};setTimeout(function(){s<l&&u()},i+1),e.addEventListener(o,c)}function Kt(e,t){var n,r=window.getComputedStyle(e),a=r[na+"Delay"].split(", "),i=r[na+"Duration"].split(", "),l=kt(a,i),o=r[aa+"Delay"].split(", "),s=r[aa+"Duration"].split(", "),u=kt(o,s),c=0,d=0;return t===ea?l>0&&(n=ea,c=l,d=i.length):t===ta?u>0&&(n=ta,c=u,d=s.length):(c=Math.max(l,u),d=(n=c>0?l>u?ea:ta:null)?n===ea?i.length:s.length:0),{type:n,timeout:c,propCount:d,hasTransform:n===ea&&oa.test(r[na+"Property"])}}function kt(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map(function(t,n){return xt(t)+xt(e[n])}))}function xt(e){return 1e3*Number(e.slice(0,-1))}function Ct(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var i=mt(e.data.transition);if(!r(i)&&!a(n._enterCb)&&1===n.nodeType){for(var l=i.css,s=i.type,u=i.enterClass,c=i.enterToClass,f=i.enterActiveClass,h=i.appearClass,p=i.appearToClass,v=i.appearActiveClass,y=i.beforeEnter,g=i.enter,m=i.afterEnter,_=i.enterCancelled,T=i.beforeAppear,M=i.appear,b=i.afterAppear,k=i.appearCancelled,x=i.duration,C=Jn,A=Jn.$vnode;A&&A.parent;)A=A.parent,C=A.context;var w=!C._isMounted||!e.isRootInsert;if(!w||M||""===M){var L=w&&h?h:u,D=w&&v?v:f,B=w&&p?p:c,S=w&&T||y,G=w&&"function"==typeof M?M:g,W=w&&b||m,z=w&&k||_,O=d(o(x)?x.enter:x),P=!1!==l&&!pn,R=Lt(G),E=n._enterCb=K(function(){P&&(Mt(n,B),Mt(n,D)),E.cancelled?(P&&Mt(n,L),z&&z(n)):W&&W(n),n._enterCb=null});e.data.show||J(e,"insert",function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),G&&G(n,E)}),S&&S(n),P&&(Tt(n,L),Tt(n,D),_t(function(){Tt(n,B),Mt(n,L),E.cancelled||R||(wt(O)?setTimeout(E,O):bt(n,s,E))})),e.data.show&&(t&&t(),G&&G(n,E)),P||R||E()}}}function At(e,t){function n(){k.cancelled||(e.data.show||((i.parentNode._pending||(i.parentNode._pending={}))[e.key]=e),p&&p(i),T&&(Tt(i,c),Tt(i,h),_t(function(){Tt(i,f),Mt(i,c),k.cancelled||M||(wt(b)?setTimeout(k,b):bt(i,u,k))})),v&&v(i,k),T||M||k())}var i=e.elm;a(i._enterCb)&&(i._enterCb.cancelled=!0,i._enterCb());var l=mt(e.data.transition);if(r(l)||1!==i.nodeType)return t();if(!a(i._leaveCb)){var s=l.css,u=l.type,c=l.leaveClass,f=l.leaveToClass,h=l.leaveActiveClass,p=l.beforeLeave,v=l.leave,y=l.afterLeave,g=l.leaveCancelled,m=l.delayLeave,_=l.duration,T=!1!==s&&!pn,M=Lt(v),b=d(o(_)?_.leave:_),k=i._leaveCb=K(function(){i.parentNode&&i.parentNode._pending&&(i.parentNode._pending[e.key]=null),T&&(Mt(i,f),Mt(i,h)),k.cancelled?(T&&Mt(i,c),g&&g(i)):(t(),y&&y(i)),i._leaveCb=null});m?m(n):n()}}function wt(e){return"number"==typeof e&&!isNaN(e)}function Lt(e){if(r(e))return!1;var t=e.fns;return a(t)?Lt(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Dt(e,t){!0!==t.data.show&&Ct(t)}function Bt(e,t,n){St(e,t),(hn||vn)&&setTimeout(function(){St(e,t)},0)}function St(e,t,n){var r=t.value,a=e.multiple;if(!a||Array.isArray(r)){for(var i,l,o=0,s=e.options.length;o<s;o++)if(l=e.options[o],a)i=b(r,Wt(l))>-1,l.selected!==i&&(l.selected=i);else if(M(Wt(l),r))return void(e.selectedIndex!==o&&(e.selectedIndex=o));a||(e.selectedIndex=-1)}}function Gt(e,t){return t.every(function(t){return!M(t,e)})}function Wt(e){return"_value"in e?e._value:e.value}function zt(e){e.target.composing=!0}function Ot(e){e.target.composing&&(e.target.composing=!1,Pt(e.target,"input"))}function Pt(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Rt(e){return!e.componentInstance||e.data&&e.data.transition?e:Rt(e.componentInstance._vnode)}function Et(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Et(re(t.children)):e}function jt(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var a=n._parentListeners;for(var i in a)t[Xt(i)]=a[i];return t}function It(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Nt(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Ft(e){e.data.newPos=e.elm.getBoundingClientRect()}function $t(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,a=t.top-n.top;if(r||a){e.data.moved=!0;var i=e.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+a+"px)",i.transitionDuration="0s"}}var Vt=Object.freeze({}),Ht=Object.prototype.toString,qt=(f("slot,component",!0),f("key,ref,slot,slot-scope,is")),Ut=Object.prototype.hasOwnProperty,Yt=/-(\w)/g,Xt=v(function(e){return e.replace(Yt,function(e,t){return t?t.toUpperCase():""})}),Jt=v(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),Zt=/\B([A-Z])/g,Qt=v(function(e){return e.replace(Zt,"-$1").toLowerCase()}),en=function(e,t,n){return!1},tn=function(e){return e},nn="data-server-rendered",rn=["component","directive","filter"],an=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],ln={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:en,isReservedAttr:en,isUnknownElement:en,getTagNamespace:T,parsePlatformTagName:tn,mustUseProp:en,_lifecycleHooks:an},on=/[^\w.$]/,sn="__proto__"in{},un="undefined"!=typeof window,cn="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,dn=cn&&WXEnvironment.platform.toLowerCase(),fn=un&&window.navigator.userAgent.toLowerCase(),hn=fn&&/msie|trident/.test(fn),pn=fn&&fn.indexOf("msie 9.0")>0,vn=fn&&fn.indexOf("edge/")>0,yn=fn&&fn.indexOf("android")>0||"android"===dn,gn=fn&&/iphone|ipad|ipod|ios/.test(fn)||"ios"===dn,mn=(fn&&/chrome\/\d+/.test(fn),{}.watch),_n=!1;if(un)try{var Tn={};Object.defineProperty(Tn,"passive",{get:function(){_n=!0}}),window.addEventListener("test-passive",null,Tn)}catch(e){}var Mn,bn,Kn=function(){return void 0===Mn&&(Mn=!un&&void 0!==e&&"server"===e.process.env.VUE_ENV),Mn},kn=un&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,xn="undefined"!=typeof Symbol&&C(Symbol)&&"undefined"!=typeof Reflect&&C(Reflect.ownKeys);bn="undefined"!=typeof Set&&C(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Cn=T,An=0,wn=function(){this.id=An++,this.subs=[]};wn.prototype.addSub=function(e){this.subs.push(e)},wn.prototype.removeSub=function(e){h(this.subs,e)},wn.prototype.depend=function(){wn.target&&wn.target.addDep(this)},wn.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;t<n;t++)e[t].update()},wn.target=null;var Ln=[],Dn=function(e,t,n,r,a,i,l,o){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=a,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=l,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},Bn={child:{configurable:!0}};Bn.child.get=function(){return this.componentInstance},Object.defineProperties(Dn.prototype,Bn);var Sn=function(e){void 0===e&&(e="");var t=new Dn;return t.text=e,t.isComment=!0,t},Gn=Array.prototype,Wn=Object.create(Gn);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(e){var t=Gn[e];x(Wn,e,function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];var a,i=t.apply(this,n),l=this.__ob__;switch(e){case"push":case"unshift":a=n;break;case"splice":a=n.slice(2)}return a&&l.observeArray(a),l.dep.notify(),i})});var zn=Object.getOwnPropertyNames(Wn),On={shouldConvert:!0},Pn=function(e){this.value=e,this.dep=new wn,this.vmCount=0,x(e,"__ob__",this),Array.isArray(e)?((sn?function(e,t,n){e.__proto__=t}:function(e,t,n){for(var r=0,a=n.length;r<a;r++){var i=n[r];x(e,i,t[i])}})(e,Wn,zn),this.observeArray(e)):this.walk(e)};Pn.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)B(e,t[n],e[t[n]])},Pn.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)D(e[t])};var Rn=ln.optionMergeStrategies;Rn.data=function(e,t,n){return n?z(e,t,n):t&&"function"!=typeof t?e:z(e,t)},an.forEach(function(e){Rn[e]=O}),rn.forEach(function(e){Rn[e+"s"]=P}),Rn.watch=function(e,t,n,r){if(e===mn&&(e=void 0),t===mn&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var a={};for(var i in m(a,e),t){var l=a[i],o=t[i];l&&!Array.isArray(l)&&(l=[l]),a[i]=l?l.concat(o):Array.isArray(o)?o:[o]}return a},Rn.props=Rn.methods=Rn.inject=Rn.computed=function(e,t,n,r){if(!e)return t;var a=Object.create(null);return m(a,e),t&&m(a,t),a},Rn.provide=z;var En,jn,In=function(e,t){return void 0===t?e:t},Nn=[],Fn=!1,$n=!1;if(void 0!==n&&C(n))jn=function(){n(H)};else if("undefined"==typeof MessageChannel||!C(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())jn=function(){setTimeout(H,0)};else{var Vn=new MessageChannel,Hn=Vn.port2;Vn.port1.onmessage=H,jn=function(){Hn.postMessage(1)}}if("undefined"!=typeof Promise&&C(Promise)){var qn=Promise.resolve();En=function(){qn.then(H),gn&&setTimeout(T)}}else En=jn;var Un,Yn=new bn,Xn=v(function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),r="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=r?e.slice(1):e,once:n,capture:r,passive:t}}),Jn=null,Zn=[],Qn=[],er={},tr=!1,nr=!1,rr=0,ar=0,ir=function(e,t,n,r,a){this.vm=e,a&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++ar,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new bn,this.newDepIds=new bn,this.expression="","function"==typeof t?this.getter=t:(this.getter=function(e){if(!on.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=function(){})),this.value=this.lazy?void 0:this.get()};ir.prototype.get=function(){!function(e){wn.target&&Ln.push(wn.target),wn.target=e}(this);var e,t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;F(e,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&U(e),wn.target=Ln.pop(),this.cleanupDeps()}return e},ir.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},ir.prototype.cleanupDeps=function(){for(var e=this,t=this.deps.length;t--;){var n=e.deps[t];e.newDepIds.has(n.id)||n.removeSub(e)}var r=this.depIds;this.depIds=this.newDepIds,this.newDepIds=r,this.newDepIds.clear(),r=this.deps,this.deps=this.newDeps,this.newDeps=r,this.newDeps.length=0},ir.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==er[t]){if(er[t]=!0,nr){for(var n=Zn.length-1;n>rr&&Zn[n].id>e.id;)n--;Zn.splice(n+1,0,e)}else Zn.push(e);tr||(tr=!0,q(he))}}(this)},ir.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||o(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(e){F(e,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},ir.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ir.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},ir.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||h(this.vm._watchers,this);for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1}};var lr={enumerable:!0,configurable:!0,get:T,set:T},or={lazy:!0};De(Be.prototype);var sr={init:function(e,t,n,r){if(!e.componentInstance||e.componentInstance._isDestroyed)(e.componentInstance=We(e,Jn,n,r)).$mount(t?e.elm:void 0,t);else if(e.data.keepAlive){var a=e;sr.prepatch(a,a)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,r,a){var i=!!(a||e.$options._renderChildren||r.data.scopedSlots||e.$scopedSlots!==Vt);if(e.$options._parentVnode=r,e.$vnode=r,e._vnode&&(e._vnode.parent=r),e.$options._renderChildren=a,e.$attrs=r.data&&r.data.attrs||Vt,e.$listeners=n||Vt,t&&e.$options.props){On.shouldConvert=!1;for(var l=e._props,o=e.$options._propKeys||[],s=0;s<o.length;s++){var u=o[s];l[u]=j(u,e.$options.props,t,e)}On.shouldConvert=!0,e.$options.propsData=t}if(n){var c=e.$options._parentListeners;e.$options._parentListeners=n,le(e,n,c)}i&&(e.$slots=oe(a,r.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,fe(n,"mounted")),e.data.keepAlive&&(t._isMounted?function(e){e._inactive=!1,Qn.push(e)}(n):de(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(!(n&&(t._directInactive=!0,ce(t))||t._inactive)){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);fe(t,"deactivated")}}(t,!0):t.$destroy())}},ur=Object.keys(sr),cr=1,dr=2,fr=0;(function(e){e.prototype._init=function(e){var t=this;t._uid=fr++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r,n._parentElm=t._parentElm,n._refElm=t._refElm;var a=r.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=R(Ee(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&le(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,r=n&&n.context;e.$slots=oe(t._renderChildren,r),e.$scopedSlots=Vt,e._c=function(t,n,r,a){return Oe(e,t,n,r,a,!1)},e.$createElement=function(t,n,r,a){return Oe(e,t,n,r,a,!0)};var a=n&&n.data;B(e,"$attrs",a&&a.attrs||Vt,0,!0),B(e,"$listeners",t._parentListeners||Vt,0,!0)}(t),fe(t,"beforeCreate"),function(e){var t=_e(e.$options.inject,e);t&&(On.shouldConvert=!1,Object.keys(t).forEach(function(n){B(e,n,t[n])}),On.shouldConvert=!0)}(t),ve(t),function(e){var t=e.$options.provide;t&&(e._provided="function"==typeof t?t.call(e):t)}(t),fe(t,"created"),t.$options.el&&t.$mount(t.$options.el)}})(Ie),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=S,e.prototype.$delete=G,e.prototype.$watch=function(e,t,n){var r=this;if(s(t))return me(r,e,t,n);(n=n||{}).user=!0;var a=new ir(r,e,t,n);return n.immediate&&t.call(r,a.value),function(){a.teardown()}}}(Ie),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var a=0,i=e.length;a<i;a++)this.$on(e[a],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){function n(){r.$off(e,n),t.apply(r,arguments)}var r=this;return n.fn=t,r.$on(e,n),r},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,a=e.length;r<a;r++)this.$off(e[r],t);return n}var i=n._events[e];if(!i)return n;if(!t)return n._events[e]=null,n;if(t)for(var l,o=i.length;o--;)if((l=i[o])===t||l.fn===t){i.splice(o,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?g(n):n;for(var r=g(arguments,1),a=0,i=n.length;a<i;a++)try{n[a].apply(t,r)}catch(n){F(n,t,'event handler for "'+e+'"')}}return t}}(Ie),function(e){e.prototype._update=function(e,t){var n=this;n._isMounted&&fe(n,"beforeUpdate");var r=n.$el,a=n._vnode,i=Jn;Jn=n,n._vnode=e,a?n.$el=n.__patch__(a,e):(n.$el=n.__patch__(n.$el,e,t,!1,n.$options._parentElm,n.$options._refElm),n.$options._parentElm=n.$options._refElm=null),Jn=i,r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){fe(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||h(t.$children,e),e._watcher&&e._watcher.teardown();for(var n=e._watchers.length;n--;)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),fe(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(Ie),function(e){De(e.prototype),e.prototype.$nextTick=function(e){return q(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,a=n._parentVnode;if(t._isMounted)for(var i in t.$slots){var l=t.$slots[i];(l._rendered||l[0]&&l[0].elm)&&(t.$slots[i]=L(l,!0))}t.$scopedSlots=a&&a.data.scopedSlots||Vt,t.$vnode=a;try{e=r.call(t._renderProxy,t.$createElement)}catch(n){F(n,t,"render"),e=t._vnode}return e instanceof Dn||(e=Sn()),e.parent=a,e}}(Ie);var hr=[String,RegExp,Array],pr={name:"keep-alive",abstract:!0,props:{include:hr,exclude:hr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){var e=this;for(var t in e.cache)He(e.cache,t,e.keys)},watch:{include:function(e){Ve(this,function(t){return $e(e,t)})},exclude:function(e){Ve(this,function(t){return!$e(e,t)})}},render:function(){var e=this.$slots.default,t=re(e),n=t&&t.componentOptions;if(n){var r=Fe(n),a=this.include,i=this.exclude;if(a&&(!r||!$e(a,r))||i&&r&&$e(i,r))return t;var l=this.cache,o=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[s]?(t.componentInstance=l[s].componentInstance,h(o,s),o.push(s)):(l[s]=t,o.push(s),this.max&&o.length>parseInt(this.max)&&He(l,o[0],o,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},vr={KeepAlive:pr};(function(e){var t={get:function(){return ln}};Object.defineProperty(e,"config",t),e.util={warn:Cn,extend:m,mergeOptions:R,defineReactive:B},e.set=S,e.delete=G,e.nextTick=q,e.options=Object.create(null),rn.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,m(e.options.components,vr),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=g(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=R(this.options,e),this}}(e),Ne(e),function(e){rn.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&s(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}(e)})(Ie),Object.defineProperty(Ie.prototype,"$isServer",{get:Kn}),Object.defineProperty(Ie.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Ie.version="2.5.13";var yr,gr,mr=f("style,class"),_r=f("input,textarea,option,select,progress"),Tr=f("contenteditable,draggable,spellcheck"),Mr=f("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"),br="http://www.w3.org/1999/xlink",Kr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},kr=function(e){return Kr(e)?e.slice(6,e.length):""},xr=function(e){return null==e||!1===e},Cr={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Ar=f("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"),wr=f("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),Lr=function(e){return Ar(e)||wr(e)},Dr=Object.create(null),Br=f("text,number,password,search,email,tel,url"),Sr=Object.freeze({createElement:function(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)},createElementNS:function(e,t){return document.createElementNS(Cr[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setAttribute:function(e,t,n){e.setAttribute(t,n)}}),Gr={create:function(e,t){Je(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Je(e,!0),Je(t))},destroy:function(e){Je(e,!0)}},Wr=new Dn("",{},[]),zr=["create","activate","update","remove","destroy"],Or={create:et,update:et,destroy:function(e){et(e,Wr)}},Pr=Object.create(null),Rr=[Gr,Or],Er={create:at,update:at},jr={create:lt,update:lt},Ir="__r",Nr="__c",Fr={create:ct,update:ct},$r={create:dt,update:dt},Vr=v(function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach(function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}),Hr=/^--/,qr=/\s*!important$/,Ur=function(e,t,n){if(Hr.test(t))e.style.setProperty(t,n);else if(qr.test(n))e.style.setProperty(t,n.replace(qr,""),"important");else{var r=Xr(t);if(Array.isArray(n))for(var a=0,i=n.length;a<i;a++)e.style[r]=n[a];else e.style[r]=n}},Yr=["Webkit","Moz","ms"],Xr=v(function(e){if(gr=gr||document.createElement("div").style,"filter"!==(e=Xt(e))&&e in gr)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<Yr.length;n++){var r=Yr[n]+t;if(r in gr)return r}}),Jr={create:vt,update:vt},Zr=v(function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}}),Qr=un&&!pn,ea="transition",ta="animation",na="transition",ra="transitionend",aa="animation",ia="animationend";Qr&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(na="WebkitTransition",ra="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(aa="WebkitAnimation",ia="webkitAnimationEnd"));var la=un?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()},oa=/\b(transform|all)(,|$)/,sa=un?{create:Dt,activate:Dt,remove:function(e,t){!0!==e.data.show?At(e,t):t()}}:{},ua=[Er,jr,Fr,$r,Jr,sa],ca=ua.concat(Rr),da=function(e){function t(e){var t=w.parentNode(e);a(t)&&w.removeChild(t,e)}function n(e,t,n,r,l){if(e.isRootInsert=!l,!o(e,t,n,r)){var s=e.data,d=e.children,f=e.tag;a(f)?(e.elm=e.ns?w.createElementNS(e.ns,f):w.createElement(f,e),p(e),c(e,d,t),a(s)&&h(e,t),u(n,e.elm,r)):i(e.isComment)?(e.elm=w.createComment(e.text),u(n,e.elm,r)):(e.elm=w.createTextNode(e.text),u(n,e.elm,r))}}function o(e,t,n,r){var l=e.data;if(a(l)){var o=a(e.componentInstance)&&l.keepAlive;if(a(l=l.hook)&&a(l=l.init)&&l(e,!1,n,r),a(e.componentInstance))return s(e,t),i(o)&&function(e,t,n,r){for(var i,l=e;l.componentInstance;)if(l=l.componentInstance._vnode,a(i=l.data)&&a(i=i.transition)){for(i=0;i<C.activate.length;++i)C.activate[i](Wr,l);t.push(l);break}u(n,e.elm,r)}(e,t,n,r),!0}}function s(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,d(e)?(h(e,t),p(e)):(Je(e),t.push(e))}function u(e,t,n){a(e)&&(a(n)?n.parentNode===e&&w.insertBefore(e,t,n):w.appendChild(e,t))}function c(e,t,r){if(Array.isArray(t))for(var a=0;a<t.length;++a)n(t[a],r,e.elm,null,!0);else l(e.text)&&w.appendChild(e.elm,w.createTextNode(String(e.text)))}function d(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function h(e,t){for(var n=0;n<C.create.length;++n)C.create[n](Wr,e);a(k=e.data.hook)&&(a(k.create)&&k.create(Wr,e),a(k.insert)&&t.push(e))}function p(e){var t;if(a(t=e.fnScopeId))w.setAttribute(e.elm,t,"");else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,""),n=n.parent;a(t=Jn)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&w.setAttribute(e.elm,t,"")}function v(e,t,r,a,i,l){for(;a<=i;++a)n(r[a],l,e,t)}function y(e){var t,n,r=e.data;if(a(r))for(a(t=r.hook)&&a(t=t.destroy)&&t(e),t=0;t<C.destroy.length;++t)C.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function g(e,n,r,i){for(;r<=i;++r){var l=n[r];a(l)&&(a(l.tag)?(m(l),y(l)):t(l.elm))}}function m(e,n){if(a(n)||a(e.data)){var r,i=C.remove.length+1;for(a(n)?n.listeners+=i:n=function(e,n){function r(){0==--r.listeners&&t(e)}return r.listeners=n,r}(e.elm,i),a(r=e.componentInstance)&&a(r=r._vnode)&&a(r.data)&&m(r,n),r=0;r<C.remove.length;++r)C.remove[r](e,n);a(r=e.data.hook)&&a(r=r.remove)?r(e,n):n()}else t(e.elm)}function _(e,t,i,l,o){for(var s,u,c,d,f=0,h=0,p=t.length-1,y=t[0],m=t[p],_=i.length-1,b=i[0],K=i[_],k=!o;f<=p&&h<=_;)r(y)?y=t[++f]:r(m)?m=t[--p]:Ze(y,b)?(M(y,b,l),y=t[++f],b=i[++h]):Ze(m,K)?(M(m,K,l),m=t[--p],K=i[--_]):Ze(y,K)?(M(y,K,l),k&&w.insertBefore(e,y.elm,w.nextSibling(m.elm)),y=t[++f],K=i[--_]):Ze(m,b)?(M(m,b,l),k&&w.insertBefore(e,m.elm,y.elm),m=t[--p],b=i[++h]):(r(s)&&(s=Qe(t,f,p)),r(u=a(b.key)?s[b.key]:T(b,t,f,p))?n(b,l,e,y.elm):Ze(c=t[u],b)?(M(c,b,l),t[u]=void 0,k&&w.insertBefore(e,c.elm,y.elm)):n(b,l,e,y.elm),b=i[++h]);f>p?(d=r(i[_+1])?null:i[_+1].elm,v(e,d,i,h,_,l)):h>_&&g(0,t,f,p)}function T(e,t,n,r){for(var i=n;i<r;i++){var l=t[i];if(a(l)&&Ze(e,l))return i}}function M(e,t,n,l){if(e!==t){var o=t.elm=e.elm;if(i(e.isAsyncPlaceholder))return void(a(t.asyncFactory.resolved)?K(e.elm,t,n):t.isAsyncPlaceholder=!0);if(i(t.isStatic)&&i(e.isStatic)&&t.key===e.key&&(i(t.isCloned)||i(t.isOnce)))return void(t.componentInstance=e.componentInstance);var s,u=t.data;a(u)&&a(s=u.hook)&&a(s=s.prepatch)&&s(e,t);var c=e.children,f=t.children;if(a(u)&&d(t)){for(s=0;s<C.update.length;++s)C.update[s](e,t);a(s=u.hook)&&a(s=s.update)&&s(e,t)}r(t.text)?a(c)&&a(f)?c!==f&&_(o,c,f,n,l):a(f)?(a(e.text)&&w.setTextContent(o,""),v(o,null,f,0,f.length-1,n)):a(c)?g(0,c,0,c.length-1):a(e.text)&&w.setTextContent(o,""):e.text!==t.text&&w.setTextContent(o,t.text),a(u)&&a(s=u.hook)&&a(s=s.postpatch)&&s(e,t)}}function b(e,t,n){if(i(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}function K(e,t,n,r){var l,o=t.tag,u=t.data,d=t.children;if(r=r||u&&u.pre,t.elm=e,i(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(u)&&(a(l=u.hook)&&a(l=l.init)&&l(t,!0),a(l=t.componentInstance)))return s(t,n),!0;if(a(o)){if(a(d))if(e.hasChildNodes())if(a(l=u)&&a(l=l.domProps)&&a(l=l.innerHTML)){if(l!==e.innerHTML)return!1}else{for(var f=!0,p=e.firstChild,v=0;v<d.length;v++){if(!p||!K(p,d[v],n,r)){f=!1;break}p=p.nextSibling}if(!f||p)return!1}else c(t,d,n);if(a(u)){var y=!1;for(var g in u)if(!L(g)){y=!0,h(t,n);break}!y&&u.class&&U(u.class)}}else e.data!==t.text&&(e.data=t.text);return!0}var k,x,C={},A=e.modules,w=e.nodeOps;for(k=0;k<zr.length;++k)for(C[zr[k]]=[],x=0;x<A.length;++x)a(A[x][zr[k]])&&C[zr[k]].push(A[x][zr[k]]);var L=f("attrs,class,staticClass,staticStyle,key");return function(e,t,l,o,s,u){if(!r(t)){var c=!1,f=[];if(r(e))c=!0,n(t,f,s,u);else{var h=a(e.nodeType);if(!h&&Ze(e,t))M(e,t,f,o);else{if(h){if(1===e.nodeType&&e.hasAttribute(nn)&&(e.removeAttribute(nn),l=!0),i(l)&&K(e,t,f))return b(t,f,!0),e;e=function(e){return new Dn(w.tagName(e).toLowerCase(),{},[],void 0,e)}(e)}var p=e.elm,v=w.parentNode(p);if(n(t,f,p._leaveCb?null:v,w.nextSibling(p)),a(t.parent))for(var m=t.parent,_=d(t);m;){for(var T=0;T<C.destroy.length;++T)C.destroy[T](m);if(m.elm=t.elm,_){for(var k=0;k<C.create.length;++k)C.create[k](Wr,m);var x=m.data.hook.insert;if(x.merged)for(var A=1;A<x.fns.length;A++)x.fns[A]()}else Je(m);m=m.parent}a(v)?g(0,[e],0,0):a(e.tag)&&y(e)}}return b(t,f,c),t.elm}a(e)&&y(e)}}({nodeOps:Sr,modules:ca});pn&&document.addEventListener("selectionchange",function(){var e=document.activeElement;e&&e.vmodel&&Pt(e,"input")});var fa={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?J(n,"postpatch",function(){fa.componentUpdated(e,t,n)}):Bt(e,t,n.context),e._vOptions=[].map.call(e.options,Wt)):("textarea"===n.tag||Br(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("change",Ot),yn||(e.addEventListener("compositionstart",zt),e.addEventListener("compositionend",Ot)),pn&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Bt(e,t,n.context);var r=e._vOptions,a=e._vOptions=[].map.call(e.options,Wt);a.some(function(e,t){return!M(e,r[t])})&&(e.multiple?t.value.some(function(e){return Gt(e,a)}):t.value!==t.oldValue&&Gt(t.value,a))&&Pt(e,"change")}}},ha={bind:function(e,t,n){var r=t.value,a=(n=Rt(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&a?(n.data.show=!0,Ct(n,function(){e.style.display=i})):e.style.display=r?i:"none"},update:function(e,t,n){var r=t.value;r!==t.oldValue&&((n=Rt(n)).data&&n.data.transition?(n.data.show=!0,r?Ct(n,function(){e.style.display=e.__vOriginalDisplay}):At(n,function(){e.style.display="none"})):e.style.display=r?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,r,a){a||(e.style.display=e.__vOriginalDisplay)}},pa={model:fa,show:ha},va={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]},ya={name:"transition",props:va,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(function(e){return e.tag||ne(e)})).length){var r=this.mode,a=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return a;var i=Et(a);if(!i)return a;if(this._leaving)return It(e,a);var o="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?o+"comment":o+i.tag:l(i.key)?0===String(i.key).indexOf(o)?i.key:o+i.key:i.key;var s=(i.data||(i.data={})).transition=jt(this),u=this._vnode,c=Et(u);if(i.data.directives&&i.data.directives.some(function(e){return"show"===e.name})&&(i.data.show=!0),c&&c.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,c)&&!ne(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var d=c.data.transition=m({},s);if("out-in"===r)return this._leaving=!0,J(d,"afterLeave",function(){t._leaving=!1,t.$forceUpdate()}),It(e,a);if("in-out"===r){if(ne(i))return u;var f,h=function(){f()};J(s,"afterEnter",h),J(s,"enterCancelled",h),J(d,"delayLeave",function(e){f=e})}}return a}}},ga=m({tag:String,moveClass:String},va);delete ga.mode;var ma={props:ga,render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,a=this.$slots.default||[],i=this.children=[],l=jt(this),o=0;o<a.length;o++){var s=a[o];s.tag&&null!=s.key&&0!==String(s.key).indexOf("__vlist")&&(i.push(s),n[s.key]=s,(s.data||(s.data={})).transition=l)}if(r){for(var u=[],c=[],d=0;d<r.length;d++){var f=r[d];f.data.transition=l,f.data.pos=f.elm.getBoundingClientRect(),n[f.key]?u.push(f):c.push(f)}this.kept=e(t,null,u),this.removed=c}return e(t,null,i)},beforeUpdate:function(){this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(Nt),e.forEach(Ft),e.forEach($t),this._reflow=document.body.offsetHeight,e.forEach(function(e){if(e.data.moved){var n=e.elm,r=n.style;Tt(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(ra,n._moveCb=function e(r){r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(ra,e),n._moveCb=null,Mt(n,t))})}}))},methods:{hasMove:function(e,t){if(!Qr)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach(function(e){gt(n,e)}),yt(n,t),n.style.display="none",this.$el.appendChild(n);var r=Kt(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}},_a={Transition:ya,TransitionGroup:ma};Ie.config.mustUseProp=function(e,t,n){return"value"===n&&_r(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ie.config.isReservedTag=Lr,Ie.config.isReservedAttr=mr,Ie.config.getTagNamespace=function(e){return wr(e)?"svg":"math"===e?"math":void 0},Ie.config.isUnknownElement=function(e){if(!un)return!0;if(Lr(e))return!1;if(e=e.toLowerCase(),null!=Dr[e])return Dr[e];var t=document.createElement(e);return e.indexOf("-")>-1?Dr[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Dr[e]=/HTMLUnknownElement/.test(t.toString())},m(Ie.options.directives,pa),m(Ie.options.components,_a),Ie.prototype.__patch__=un?da:T,Ie.prototype.$mount=function(e,t){return function(e,t,n){return e.$el=t,e.$options.render||(e.$options.render=Sn),fe(e,"beforeMount"),new ir(e,function(){e._update(e._render(),n)},T,null,!0),n=!1,null==e.$vnode&&(e._isMounted=!0,fe(e,"mounted")),e}(this,e=e&&un?function(e){if("string"==typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}(e):void 0,t)},Ie.nextTick(function(){ln.devtools&&kn&&kn.emit("init",Ie)},0),t.a=Ie}).call(t,n(44),n(167).setImmediate)},function(e,t,n){"use strict";var r=n(180),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(189),a=n.n(r);t.a=a.a},function(e,t,n){var r=n(60),a=n(32);e.exports=Object.keys||function(e){return r(e,a)}},function(e,t){t.f={}.propertyIsEnumerable},function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},function(e,t,n){"use strict";var r=n(176),a=n.n(r),i=n(177),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(178),a=n.n(r),i=n(65);n.n(i),t.a=a.a},function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(e,t){e.exports=!0},function(e,t){t.f=Object.getOwnPropertySymbols},function(e,t,n){var r=n(9).f,a=n(12),i=n(4)("toStringTag");e.exports=function(e,t,n){e&&!a(e=n?e:e.prototype,i)&&r(e,i,{configurable:!0,value:t})}},function(e,t,n){var r=n(37)("keys"),a=n(27);e.exports=function(e){return r[e]||(r[e]=a(e))}},function(e,t,n){var r=n(8),a=r["__core-js_shared__"]||(r["__core-js_shared__"]={});e.exports=function(e){return a[e]||(a[e]={})}},function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},function(e,t,n){var r=n(31);e.exports=function(e){return Object(r(e))}},function(e,t,n){var r=n(19);e.exports=function(e,t){if(!r(e))return e;var n,a;if(t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;if("function"==typeof(n=e.valueOf)&&!r(a=n.call(e)))return a;if(!t&&"function"==typeof(n=e.toString)&&!r(a=n.call(e)))return a;throw TypeError("Can't convert object to primitive value")}},function(e,t,n){var r=n(8),a=n(7),i=n(33),l=n(42),o=n(9).f;e.exports=function(e){var t=a.Symbol||(a.Symbol=i?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||o(t,e,{value:l.f(e)})}},function(e,t,n){t.f=n(4)},function(e,t,n){"use strict";var r=n(154)(!0);n(57)(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})})},function(e,t){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(e){"object"==typeof window&&(n=window)}e.exports=n},function(e,t,n){"use strict";var r=n(168),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(169),a=n.n(r),i=n(170),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(183),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=void 0,n=void 0;"string"==typeof e&&(t=e);var r={programmatic:!0,content:t};e.parent&&(n=e.parent,delete e.parent);var l=a()(r,e);return new(i.a.extend(o.a))({parent:n,el:document.createElement("div"),propsData:l})}}},function(e,t,n){"use strict";var r=n(185),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(6),a=n.n(r),i=n(2);t.a={components:a()({},i.a.name,i.a),props:{active:{type:Boolean,default:!0},title:String,closable:{type:Boolean,default:!0},type:String,hasIcon:Boolean,size:String,iconSize:String},data:function(){return{isActive:this.active}},watch:{active:function(e){this.isActive=e}},computed:{icon:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}}},methods:{close:function(){this.isActive=!1,this.$emit("close"),this.$emit("update:active",!1)}}}},function(e,t,n){"use strict";var r=n(1),a=n(5);t.a={props:{type:{type:String,default:"is-dark"},message:String,duration:Number,queue:{type:Boolean,default:void 0},position:{type:String,default:"is-top",validator:function(e){return["is-top-right","is-top","is-top-left","is-bottom-right","is-bottom","is-bottom-left"].indexOf(e)>-1}},container:String},data:function(){return{isActive:!1,parentTop:null,parentBottom:null,newContainer:this.container||r.b.defaultContainerElement}},computed:{correctParent:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return this.parentTop;case"is-bottom-right":case"is-bottom":case"is-bottom-left":return this.parentBottom}},transition:function(){switch(this.position){case"is-top-right":case"is-top":case"is-top-left":return{enter:"fadeInDown",leave:"fadeOut"};case"is-bottom-right":case"is-bottom":case"is-bottom-left":return{enter:"fadeInUp",leave:"fadeOut"}}}},methods:{shouldQueue:function(){return!!(void 0!==this.queue?this.queue:r.b.defaultNoticeQueue)&&(this.parentTop.childElementCount>0||this.parentBottom.childElementCount>0)},close:function(){var e=this;clearTimeout(this.timer),this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(a.a)(e.$el)},150)},showNotice:function(){var e=this;this.shouldQueue()?setTimeout(function(){return e.showNotice()},250):(this.correctParent.insertAdjacentElement("afterbegin",this.$el),this.isActive=!0,this.indefinite||(this.timer=setTimeout(function(){return e.close()},this.newDuration)))},setupContainer:function(){if(this.parentTop=document.querySelector(".notices.is-top"),this.parentBottom=document.querySelector(".notices.is-bottom"),!this.parentTop||!this.parentBottom){this.parentTop||(this.parentTop=document.createElement("div"),this.parentTop.className="notices is-top"),this.parentBottom||(this.parentBottom=document.createElement("div"),this.parentBottom.className="notices is-bottom");var e=document.querySelector(this.newContainer)||document.body;e.appendChild(this.parentTop),e.appendChild(this.parentBottom),this.newContainer&&(this.parentTop.classList.add("has-custom-container"),this.parentBottom.classList.add("has-custom-container"))}}},beforeMount:function(){this.setupContainer()},mounted:function(){this.showNotice()}}},function(e,t,n){e.exports={default:n(130),__esModule:!0}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var a=n(127),i=r(a),l=n(3),o=r(l),s="function"==typeof o.default&&"symbol"==typeof i.default?function(e){return typeof e}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":typeof e};t.default="function"==typeof o.default&&"symbol"===s(i.default)?function(e){return void 0===e?"undefined":s(e)}:function(e){return e&&"function"==typeof o.default&&e.constructor===o.default&&e!==o.default.prototype?"symbol":void 0===e?"undefined":s(e)}},function(e,t,n){var r=n(135);e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,a){return e.call(t,n,r,a)}}return function(){return e.apply(t,arguments)}}},function(e,t,n){var r=n(19),a=n(8).document,i=r(a)&&r(a.createElement);e.exports=function(e){return i?a.createElement(e):{}}},function(e,t,n){e.exports=!n(11)&&!n(18)(function(){return 7!=Object.defineProperty(n(54)("div"),"a",{get:function(){return 7}}).a})},function(e,t,n){var r=n(30);e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},function(e,t,n){"use strict";var r=n(33),a=n(17),i=n(61),l=n(15),o=n(12),s=n(20),u=n(145),c=n(35),d=n(153),f=n(4)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};e.exports=function(e,t,n,v,y,g,m){u(n,t,v);var _,T,M,b=function(e){if(!h&&e in C)return C[e];switch(e){case"keys":case"values":return function(){return new n(this,e)}}return function(){return new n(this,e)}},K=t+" Iterator",k="values"==y,x=!1,C=e.prototype,A=C[f]||C["@@iterator"]||y&&C[y],w=!h&&A||b(y),L=y?k?b("entries"):w:void 0,D="Array"==t&&C.entries||A;if(D&&(M=d(D.call(new e)))!==Object.prototype&&M.next&&(c(M,K,!0),r||o(M,f)||l(M,f,p)),k&&A&&"values"!==A.name&&(x=!0,w=function(){return A.call(this)}),r&&!m||!h&&!x&&C[f]||l(C,f,w),s[t]=w,s[K]=p,y)if(_={values:k?w:b("values"),keys:g?w:b("keys"),entries:L},m)for(T in _)T in C||i(C,T,_[T]);else a(a.P+a.F*(h||x),t,_);return _}},function(e,t,n){var r=n(14),a=n(150),i=n(32),l=n(36)("IE_PROTO"),o=function(){},s=function(){var e,t=n(54)("iframe"),r=i.length;for(t.style.display="none",n(141).appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),s=e.F;r--;)delete s.prototype[i[r]];return s()};e.exports=Object.create||function(e,t){var n;return null!==e?(o.prototype=r(e),n=new o,o.prototype=null,n[l]=e):n=s(),void 0===t?n:a(n,t)}},function(e,t,n){var r=n(60),a=n(32).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,a)}},function(e,t,n){var r=n(12),a=n(16),i=n(137)(!1),l=n(36)("IE_PROTO");e.exports=function(e,t){var n,o=a(e),s=0,u=[];for(n in o)n!=l&&r(o,n)&&u.push(n);for(;t.length>s;)r(o,n=t[s++])&&(~i(u,n)||u.push(n));return u}},function(e,t,n){e.exports=n(15)},function(e,t,n){var r=n(38),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},function(e,t,n){var r=n(138),a=n(4)("iterator"),i=n(20);e.exports=n(7).getIteratorMethod=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[r(e)]}},function(e,t,n){n(158);for(var r=n(8),a=n(15),i=n(20),l=n(4)("toStringTag"),o="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),s=0;s<o.length;s++){var u=o[s],c=r[u],d=c&&c.prototype;d&&!d[l]&&a(d,l,u),i[u]=i.Array}},function(e,t,n){var r=n(0)(n(79),null,null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(94),n(216),null,null,null);e.exports=r.exports},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(13),a=n.n(r),i=n(46),l=n(28),o=n(112),s=n(115),u=n(116),c=n(117),d=n(45),f=n(105),h=n(106),p=n(107),v=n(29),y=n(2),g=n(23),m=n(108),_=n(109),T=n(47),M=n(110),b=n(48),K=n(111),k=n(24),x=n(113),C=n(114),A=n(118),w=n(119),L=n(120),D=n(121),B=n(122),S=n(1);n.d(t,"Dialog",function(){return p.a}),n.d(t,"LoadingProgrammatic",function(){return m.b}),n.d(t,"ModalProgrammatic",function(){return T.b}),n.d(t,"Snackbar",function(){return x.a}),n.d(t,"Toast",function(){return L.a});var G={Autocomplete:d.a,Checkbox:i.a,CheckboxButton:i.b,Collapse:f.a,Datepicker:h.a,Dropdown:l.a,DropdownItem:l.b,Field:v.a,Icon:y.a,Input:g.a,Loading:m.a,Message:_.a,Modal:T.a,Notification:M.a,Pagination:b.a,Panel:K.a,Radio:o.a,RadioButton:o.b,Select:k.a,Switch:C.a,TabItem:u.a,Table:s.a,TableColumn:s.b,Tabs:u.b,Tag:c.a,Taglist:c.b,Taginput:A.a,Timepicker:w.a,Tooltip:D.a,Upload:B.a,install:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var r in n.i(S.a)(a()(S.b,t)),G){var i=G[r];i&&"install"!==r&&e.component(i.name,i)}e.prototype.$dialog=p.a,e.prototype.$loading=m.b,e.prototype.$modal=T.b,e.prototype.$snackbar=x.a,e.prototype.$toast=L.a}};t.default=G},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(51),l=n.n(i),o=n(6),s=n.n(o),u=n(5),c=n(10),d=n(23);t.default={name:"BAutocomplete",components:s()({},d.a.name,d.a),mixins:[c.a],inheritAttrs:!1,props:{value:[Number,String],data:{type:Array,default:function(){return[]}},field:{type:String,default:"value"},keepFirst:Boolean,clearOnSelect:Boolean,openOnFocus:Boolean},data:function(){return{selected:null,hovered:null,isActive:!1,newValue:this.value,isListInViewportVertically:!0,hasFocus:!1,_isAutocomplete:!0,_elementRef:"input"}},computed:{whiteList:function(){var e=[];if(e.push(this.$refs.input.$el.querySelector("input")),e.push(this.$refs.dropdown),void 0!==this.$refs.dropdown){var t=this.$refs.dropdown.querySelectorAll("*"),n=!0,r=!1,a=void 0;try{for(var i,o=l()(t);!(n=(i=o.next()).done);n=!0){var s=i.value;e.push(s)}}catch(e){r=!0,a=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw a}}}return e},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty}},watch:{isActive:function(e){var t=this;e?this.calcDropdownInViewportVertical():(this.$nextTick(function(){return t.setHovered(null)}),setTimeout(function(){t.calcDropdownInViewportVertical()},100))},newValue:function(e){this.$emit("input",e);var t=this.getValue(this.selected);t&&t!==e&&this.setSelected(null,!1),!this.hasFocus||this.openOnFocus&&!e||(this.isActive=!!e)},value:function(e){this.newValue=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},data:function(e){this.keepFirst&&this.selectFirstOption(e)}},methods:{setHovered:function(e){void 0!==e&&(this.hovered=e)},setSelected:function(e){var t=this,n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];void 0!==e&&(this.selected=e,this.$emit("select",this.selected),null!==this.selected&&(this.newValue=this.clearOnSelect?"":this.getValue(this.selected)),n&&this.$nextTick(function(){t.isActive=!1}))},selectFirstOption:function(e){var t=this;this.$nextTick(function(){e.length?(t.openOnFocus||""!==t.newValue&&t.hovered!==e[0])&&t.setHovered(e[0]):t.setHovered(null)})},enterPressed:function(){null!==this.hovered&&this.setSelected(this.hovered)},tabPressed:function(){null!==this.hovered?this.setSelected(this.hovered):this.isActive=!1},clickedOutside:function(e){this.whiteList.indexOf(e.target)<0&&(this.isActive=!1)},getValue:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e){var r="object"===(void 0===e?"undefined":a()(e))?n.i(u.c)(e,this.field):e,i="string"==typeof this.newValue?n.i(u.e)(this.newValue):this.newValue,l=new RegExp("("+i+")","gi");return t?r.replace(l,"<b>$1</b>"):r}},calcDropdownInViewportVertical:function(){var e=this;this.$nextTick(function(){if(void 0!==e.$refs.dropdown){var t=e.$refs.dropdown.getBoundingClientRect();e.isListInViewportVertically=t.top>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)}})},keyArrows:function(e){var t="down"===e?1:-1;if(this.isActive){var n=this.data.indexOf(this.hovered)+t;n=(n=n>this.data.length-1?this.data.length:n)<0?0:n,this.setHovered(this.data[n]);var r=this.$refs.dropdown.querySelector(".dropdown-content"),a=r.querySelectorAll(".dropdown-item:not(.is-disabled)")[n];if(!a)return;var i=r.scrollTop,l=r.scrollTop+r.clientHeight-a.clientHeight;a.offsetTop<i?r.scrollTop=a.offsetTop:a.offsetTop>=l&&(r.scrollTop=a.offsetTop-r.clientHeight+a.clientHeight)}else this.isActive=!0},focused:function(e){this.getValue(this.selected)===this.newValue&&this.$el.querySelector("input").select(),this.openOnFocus&&(this.isActive=!0,this.keepFirst&&this.selectFirstOption(this.data)),this.hasFocus=!0,this.$emit("focus",e)},onBlur:function(e){this.hasFocus=!1,this.$emit("blur",e)}},created:function(){"undefined"!=typeof window&&(document.addEventListener("click",this.clickedOutside),window.addEventListener("resize",this.calcDropdownInViewportVertical))},beforeDestroy:function(){"undefined"!=typeof window&&(document.removeEventListener("click",this.clickedOutside),window.removeEventListener("resize",this.calcDropdownInViewportVertical))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckbox",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BCheckboxButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String,type:{type:String,default:"is-primary"}},data:function(){return{newValue:this.value}},computed:{checked:function(){return Array.isArray(this.newValue)?this.newValue.indexOf(this.nativeValue)>=0:this.newValue===this.nativeValue}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BCollapse",props:{open:{type:Boolean,default:!0},animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.$emit(this.isOpen?"open":"close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p=n(173),v=n.n(p);t.default={name:"BDatepicker",components:(r={},i()(r,v.a.name,v.a),i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,dayNames:{type:Array,default:function(){return Array.isArray(s.b.defaultDayNames)?s.b.defaultDayNames:["Su","M","Tu","W","Th","F","S"]}},monthNames:{type:Array,default:function(){return Array.isArray(s.b.defaultMonthNames)?s.b.defaultMonthNames:["January","February","March","April","May","June","July","August","September","October","November","December"]}},firstDayOfWeek:{type:Number,default:function(){return"number"==typeof s.b.defaultFirstDayOfWeek?s.b.defaultFirstDayOfWeek:0}},inline:Boolean,minDate:Date,maxDate:Date,focusedDate:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},unselectableDates:Array,unselectableDaysOfWeek:{type:Array,default:function(){return s.b.defaultUnselectableDaysOfWeek}},selectableDates:Array,dateFormatter:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateFormatter?s.b.defaultDateFormatter(e):e.toLocaleDateString()}},dateParser:{type:Function,default:function(e){return"function"==typeof s.b.defaultDateParser?s.b.defaultDateParser(e):new Date(Date.parse(e))}},mobileNative:{type:Boolean,default:function(){return s.b.defaultDatepickerMobileNative}},position:String,events:Array,indicators:{type:String,default:"dots"}},data:function(){var e=this.value||this.focusedDate||new Date;return{dateSelected:this.value,focusedDateData:{month:e.getMonth(),year:e.getFullYear()},_elementRef:"input",_isDatepicker:!0}},computed:{listOfYears:function(){for(var e=this.maxDate?this.maxDate.getFullYear():Math.max((new Date).getFullYear(),this.focusedDateData.year)+3,t=this.minDate?this.minDate.getFullYear():1900,n=[],r=t;r<=e;r++)n.push(r);return n.reverse()},isFirstMonth:function(){return!!this.minDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)<=new Date(this.minDate.getFullYear(),this.minDate.getMonth())},isLastMonth:function(){return!!this.maxDate&&new Date(this.focusedDateData.year,this.focusedDateData.month)>=new Date(this.maxDate.getFullYear(),this.maxDate.getMonth())},isMobile:function(){return this.mobileNative&&o.b.any()}},watch:{dateSelected:function(e){var t=e||new Date;this.focusedDateData={month:t.getMonth(),year:t.getFullYear()},this.$emit("input",e),this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},value:function(e){this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()},focusedDate:function(e){e&&(this.focusedDateData={month:e.getMonth(),year:e.getFullYear()})},"focusedDateData.month":function(e){this.$emit("change-month",e)},"focusedDateData.year":function(e){this.$emit("change-year",e)}},methods:{updateSelectedDate:function(e){this.dateSelected=e},onChange:function(e){var t=this.dateParser(e);t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.dateFormatter(e):null},decrementMonth:function(){this.disabled||(this.focusedDateData.month>0?this.focusedDateData.month-=1:(this.focusedDateData.month=11,this.focusedDateData.year-=1))},incrementMonth:function(){this.disabled||(this.focusedDateData.month<11?this.focusedDateData.month+=1:(this.focusedDateData.month=0,this.focusedDateData.year+=1))},formatYYYYMMDD:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getFullYear(),r=t.getMonth()+1,a=t.getDate();return n+"-"+(r<10?"0":"")+r+"-"+(a<10?"0":"")+a}return""},onChangeNativePicker:function(e){var t=e.target.value;this.dateSelected=t?new Date(t):null}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(174),a=n.n(r);t.default={name:"BDatepickerTable",components:{bDatepickerTableRow:a.a},props:{value:Date,dayNames:Array,monthNames:Array,firstDayOfWeek:Number,events:Array,indicators:String,minDate:Date,maxDate:Date,focused:Object,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array},computed:{visibleDayNames:function(){for(var e=[],t=this.firstDayOfWeek;e.length<this.dayNames.length;){var n=this.dayNames[t%this.dayNames.length];e.push(n),t++}return e},hasEvents:function(){return this.events&&this.events.length},eventsInThisMonth:function(){if(!this.events)return[];for(var e=[],t=0;t<this.events.length;t++){var n=this.events[t];n.hasOwnProperty("date")||(n={date:n}),n.hasOwnProperty("type")||(n.type="is-primary"),n.date.getMonth()===this.focused.month&&n.date.getFullYear()===this.focused.year&&e.push(n)}return e}},methods:{updateSelectedDate:function(e){this.$emit("input",e)},weekBuilder:function(e,t,n){for(var r=new Date(n,t),a=[],i=new Date(n,t,e).getDay(),l=i>=this.firstDayOfWeek?i-this.firstDayOfWeek:7-this.firstDayOfWeek+i,o=1,s=0;s<l;s++)a.unshift(new Date(r.getFullYear(),r.getMonth(),e-o)),o++;a.push(new Date(n,t,e));for(var u=1;a.length<7;)a.push(new Date(n,t,e+u)),u++;return a},weeksInThisMonth:function(e,t){for(var n=[],r=new Date(t,e+1,0).getDate(),a=1;a<=r+6;){var i=this.weekBuilder(a,e,t),l=!1;i.forEach(function(t){t.getMonth()===e&&(l=!0)}),l&&n.push(i),a+=7}return n},eventsInThisWeek:function(e,t){if(!this.eventsInThisMonth.length)return[];var n=[],r=[];r=this.weeksInThisMonth(this.focused.month,this.focused.year);for(var a=0;a<r[t].length;a++)for(var i=0;i<this.eventsInThisMonth.length;i++){var l=this.eventsInThisMonth[i].date.getTime();l===r[t][a].getTime()&&n.push(this.eventsInThisMonth[i])}return n}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BDatepickerTableRow",props:{selectedDate:Date,week:{type:Array,required:!0},month:{type:Number,required:!0},minDate:Date,maxDate:Date,disabled:Boolean,unselectableDates:Array,unselectableDaysOfWeek:Array,selectableDates:Array,events:Array,indicators:String},methods:{selectableDate:function(e){var t=[];if(this.minDate&&t.push(e>=this.minDate),this.maxDate&&t.push(e<=this.maxDate),t.push(e.getMonth()===this.month),this.selectableDates)for(var n=0;n<this.selectableDates.length;n++){var r=this.selectableDates[n];if(e.getDate()===r.getDate()&&e.getFullYear()===r.getFullYear()&&e.getMonth()===r.getMonth())return!0;t.push(!1)}if(this.unselectableDates)for(var a=0;a<this.unselectableDates.length;a++){var i=this.unselectableDates[a];t.push(e.getDate()!==i.getDate()||e.getFullYear()!==i.getFullYear()||e.getMonth()!==i.getMonth())}if(this.unselectableDaysOfWeek)for(var l=0;l<this.unselectableDaysOfWeek.length;l++){var o=this.unselectableDaysOfWeek[l];t.push(e.getDay()!==o)}return t.indexOf(!1)<0},emitChosenDate:function(e){this.disabled||this.selectableDate(e)&&this.$emit("select",e)},eventsDateMatch:function(e){if(!this.events.length)return!1;for(var t=[],n=0;n<this.events.length;n++)this.events[n].date.getDay()===e.getDay()&&t.push(this.events[n]);return!!t.length&&t},classObject:function(e){function t(e,t){return!(!e||!t)&&e.getDate()===t.getDate()&&e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()}return{"is-selected":t(e,this.selectedDate),"is-today":t(e,new Date),"is-selectable":this.selectableDate(e)&&!this.disabled,"is-unselectable":!this.selectableDate(e)||this.disabled}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(47),o=n(1),s=n(5);t.default={name:"BDialog",components:a()({},i.a.name,i.a),extends:l.a,props:{title:String,message:String,icon:String,iconPack:String,hasIcon:Boolean,type:{type:String,default:"is-primary"},size:String,confirmText:{type:String,default:function(){return o.b.defaultDialogConfirmText?o.b.defaultDialogConfirmText:"OK"}},cancelText:{type:String,default:function(){return o.b.defaultDialogCancelText?o.b.defaultDialogCancelText:"Cancel"}},hasInput:Boolean,inputAttrs:{type:Object,default:function(){return{}}},onConfirm:{type:Function,default:function(){}},focusOn:{type:String,default:"confirm"}},data:function(){return{prompt:this.hasInput&&this.inputAttrs.value||"",isActive:!1,validationMessage:""}},computed:{iconByType:function(){switch(this.type){case"is-info":return"information";case"is-success":return"check-circle";case"is-warning":return"alert";case"is-danger":return"alert-circle";default:return null}},showCancel:function(){return this.cancelOptions.indexOf("button")>=0}},methods:{confirm:function(){var e=this;if(void 0!==this.$refs.input&&!this.$refs.input.checkValidity())return this.validationMessage=this.$refs.input.validationMessage,void this.$nextTick(function(){return e.$refs.input.select()});this.onConfirm(this.prompt),this.close()},close:function(){var e=this;this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(s.a)(e.$el)},150)}},beforeMount:function(){document.body.appendChild(this.$el)},mounted:function(){var e=this;this.isActive=!0,void 0===this.inputAttrs.required&&this.$set(this.inputAttrs,"required",!0),this.$nextTick(function(){e.hasInput?e.$refs.input.focus():"cancel"===e.focusOn&&e.showCancel?e.$refs.cancelButton.focus():e.$refs.confirmButton.focus()})}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(51),a=n.n(r),i=n(3),l=n.n(i);t.default={name:"BDropdown",props:{value:{type:[String,Number,Boolean,Object,Array,l.a,Function],default:null},disabled:Boolean,hoverable:Boolean,inline:Boolean,position:{type:String,validator:function(e){return["is-top-right","is-top-left","is-bottom-left"].indexOf(e)>-1}},mobileModal:{type:Boolean,default:!0}},data:function(){return{selected:this.value,isActive:!1,_isDropdown:!0}},computed:{rootClasses:function(){return[this.position,{"is-disabled":this.disabled,"is-hoverable":this.hoverable,"is-inline":this.inline,"is-active":this.isActive||this.inline,"is-mobile-modal":this.isMobileModal}]},isMobileModal:function(){return this.mobileModal&&!this.inline&&!this.hoverable}},watch:{value:function(e){this.selected=e},isActive:function(e){this.$emit("active-change",e)}},methods:{selectItem:function(e){this.selected!==e&&(this.$emit("change",e),this.selected=e),this.$emit("input",e),this.isActive=!1},isInWhiteList:function(e){if(e===this.$refs.dropdownMenu)return!0;if(e===this.$refs.trigger)return!0;if(void 0!==this.$refs.dropdownMenu){var t=this.$refs.dropdownMenu.querySelectorAll("*"),n=!0,r=!1,i=void 0;try{for(var l,o=a()(t);!(n=(l=o.next()).done);n=!0)if(e===l.value)return!0}catch(e){r=!0,i=e}finally{try{!n&&o.return&&o.return()}finally{if(r)throw i}}}if(void 0!==this.$refs.trigger){var s=this.$refs.trigger.querySelectorAll("*"),u=!0,c=!1,d=void 0;try{for(var f,h=a()(s);!(u=(f=h.next()).done);u=!0)if(e===f.value)return!0}catch(e){c=!0,d=e}finally{try{!u&&h.return&&h.return()}finally{if(c)throw d}}}return!1},clickedOutside:function(e){this.inline||this.isInWhiteList(e.target)||(this.isActive=!1)},toggle:function(){var e=this;this.disabled||this.hoverable||(this.isActive?this.isActive=!this.isActive:this.$nextTick(function(){e.isActive=!e.isActive}))}},created:function(){"undefined"!=typeof window&&document.addEventListener("click",this.clickedOutside)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("click",this.clickedOutside)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BDropdownItem",props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},separator:Boolean,disabled:Boolean,custom:Boolean,paddingless:Boolean,hasLink:Boolean},computed:{anchorClasses:function(){return{"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected}},itemClasses:function(){return{"dropdown-item":!this.hasLink,"is-disabled":this.disabled,"is-paddingless":this.paddingless,"is-active":null!==this.value&&this.value===this.$parent.selected,"has-link":this.hasLink}},isClickable:function(){return!this.separator&&!this.disabled&&!this.custom}},methods:{selectItem:function(){this.isClickable&&(this.$parent.selectItem(this.value),this.$emit("click"))}},created:function(){if(!this.$parent.$data._isDropdown)throw this.$destroy(),new Error("You should wrap bDropdownItem on a bDropdown")}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(65),a=n.n(r);t.default={name:"BField",components:{"b-field-body":a.a},props:{type:String,label:String,labelFor:String,message:[String,Array],grouped:Boolean,groupMultiline:Boolean,position:String,expanded:Boolean,horizontal:Boolean,addons:{type:Boolean,default:!0},customClass:String},data:function(){return{newType:this.type,newMessage:this.message,_isField:!0}},computed:{rootClasses:function(){return[this.newPosition,{"is-expanded":this.expanded,"is-grouped-multiline":this.groupMultiline,"is-horizontal":this.horizontal}]},newPosition:function(){if(void 0!==this.position){var e=this.position.split("-");if(!(e.length<1)){var t=this.grouped?"is-grouped-":"has-addons-";return this.position?t+e[1]:void 0}}},formattedMessage:function(){return this.newMessage&&Array.isArray(this.newMessage)?this.newMessage.filter(function(e){if(e)return e}).join(" <br> "):this.newMessage}},watch:{type:function(e){this.newType=e},message:function(e){this.newMessage=e}},methods:{fieldType:function(){if(this.grouped)return"is-grouped";var e=0;return this.$slots.default&&(e=this.$slots.default.reduce(function(e,t){return t.tag?e+1:e},0)),e>1&&this.addons&&!this.horizontal?"has-addons":void 0}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BFieldBody",props:{message:{type:[String]},type:{type:[String]}},render:function(e){var t=this;return e("div",{attrs:{class:"field-body"}},this.$slots.default.map(function(n){return n.tag?t.message?e("b-field",{attrs:{message:t.message,type:t.type}},[n]):e("b-field",{},[n]):n}))}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BIcon",props:{type:String,pack:String,icon:String,size:String,customSize:String,customClass:String,both:Boolean},data:function(){return{newPack:this.pack||r.b.defaultIconPack}},computed:{newIcon:function(){return this.both?"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.getEquivalentIconOf(this.icon):"mdi"===this.newPack?this.newPack+"-"+this.icon:"fa-"+this.icon},newType:function(){if(this.type){var e=this.type.split("-");if(e.length)return"has-text-"+e[1]}},newCustomSize:function(){return this.customSize||this.customSizeByPack},customSizeByPack:function(){var e="mdi"===this.newPack?"mdi-24px":"fa-lg",t="mdi"===this.newPack?"mdi-36px":"fa-2x",n="mdi"===this.newPack?"mdi-48px":"fa-3x";switch(this.size){case"is-small":return;case"is-medium":return t;case"is-large":return n;default:return e}}},methods:{getEquivalentIconOf:function(e){switch(e){case"check":return"check";case"information":return"info-circle";case"check-circle":return"check-circle";case"alert":return"exclamation-triangle";case"alert-circle":return"exclamation-circle";case"arrow-up":return"arrow-up";case"chevron-right":return"angle-right";case"chevron-left":return"angle-left";case"chevron-down":return"angle-down";case"eye":return"eye";case"eye-off":return"eye-slash";case"menu-down":return"caret-down";case"menu-up":return"caret-up";default:return null}}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2),l=n(1),o=n(10);t.default={name:"BInput",components:a()({},i.a.name,i.a),mixins:[o.a],inheritAttrs:!1,props:{value:[Number,String],type:{type:String,default:"text"},passwordReveal:Boolean,hasCounter:{type:Boolean,default:!0}},data:function(){return{newValue:this.value,newType:this.type,newAutocomplete:this.autocomplete||l.b.defaultInputAutocomplete,isPasswordVisible:!1,_elementRef:"textarea"===this.type?"textarea":"input"}},computed:{rootClasses:function(){return[this.iconPosition,this.size,{"is-expanded":this.expanded,"is-loading":this.loading,"is-clearfix":!this.hasMessage}]},inputClasses:function(){return[this.statusType,this.size,{"is-rounded":this.rounded}]},hasIconRight:function(){return this.passwordReveal||this.loading||this.statusType},iconPosition:function(){return this.icon&&this.hasIconRight?"has-icons-left has-icons-right":!this.icon&&this.hasIconRight?"has-icons-right":this.icon?"has-icons-left":void 0},statusTypeIcon:function(){switch(this.statusType){case"is-success":return"check";case"is-danger":return"alert-circle";case"is-info":return"information";case"is-warning":return"alert"}},hasMessage:function(){return!!this.statusMessage},passwordVisibleIcon:function(){return this.isPasswordVisible?"eye-off":"eye"},valueLength:function(){return this.newValue?this.newValue.length:0}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}},methods:{togglePasswordVisibility:function(){var e=this;this.isPasswordVisible=!this.isPasswordVisible,this.newType=this.isPasswordVisible?"text":"password",this.$nextTick(function(){e.$refs.input.focus()})},onInput:function(e){var t=this;this.$nextTick(function(){t.newValue=e.target.value})}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(124);t.default={name:"BLoading",props:{active:Boolean,programmatic:Boolean,container:[Object,Function,a.a],isFullPage:{type:Boolean,default:!0},animation:{type:String,default:"fade"},canCancel:{type:Boolean,default:!1},onCancel:{type:Function,default:function(){}}},data:function(){return{isActive:this.active||!1}},watch:{active:function(e){this.isActive=e}},methods:{cancel:function(){this.canCancel&&this.close()},close:function(){var e=this;this.onCancel.apply(null,arguments),this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){27===e.keyCode&&this.cancel()}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&(this.container?(this.isFullPage=!1,this.container.appendChild(this.$el)):document.body.appendChild(this.$el))},mounted:function(){this.programmatic&&(this.isActive=!0)},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BMessage",mixins:[r.a],data:function(){return{newIconSize:this.iconSize||this.size||"is-large"}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(5),a=n(1);t.default={name:"BModal",props:{active:Boolean,component:[Object,Function],content:String,programmatic:Boolean,props:Object,events:Object,width:{type:[String,Number],default:960},hasModalCard:Boolean,animation:{type:String,default:"zoom-out"},canCancel:{type:[Array,Boolean],default:function(){return["escape","x","outside","button"]}},onCancel:{type:Function,default:function(){}},scroll:{type:String,default:function(){return a.b.defaultModalScroll?a.b.defaultModalScroll:"clip"},validator:function(e){return["clip","keep"].indexOf(e)>=0}}},data:function(){return{isActive:this.active||!1,savedScrollTop:null,newWidth:"number"==typeof this.width?this.width+"px":this.width}},computed:{cancelOptions:function(){return"boolean"==typeof this.canCancel?this.canCancel?["escape","x","outside","button"]:[]:this.canCancel},showX:function(){return this.cancelOptions.indexOf("x")>=0}},watch:{active:function(e){this.isActive=e},isActive:function(){this.handleScroll()}},methods:{handleScroll:function(){if("undefined"!=typeof window){if("clip"===this.scroll)return void document.documentElement.classList.toggle("is-clipped",this.isActive);if(this.savedScrollTop=this.savedScrollTop?this.savedScrollTop:document.documentElement.scrollTop,document.body.classList.toggle("is-noscroll",this.isActive),this.isActive)return void(document.body.style.top="-"+this.savedScrollTop+"px");document.documentElement.scrollTop=this.savedScrollTop,document.body.style.top=null,this.savedScrollTop=null}},cancel:function(e){this.cancelOptions.indexOf(e)<0||(this.onCancel.apply(null,arguments),this.close())},close:function(){var e=this;this.$emit("close"),this.$emit("update:active",!1),this.programmatic&&(this.isActive=!1,setTimeout(function(){e.$destroy(),n.i(r.a)(e.$el)},150))},keyPress:function(e){this.isActive&&27===e.keyCode&&this.cancel("escape")}},created:function(){"undefined"!=typeof window&&document.addEventListener("keyup",this.keyPress)},beforeMount:function(){this.programmatic&&document.body.appendChild(this.$el)},mounted:function(){this.programmatic?this.isActive=!0:this.isActive&&this.handleScroll()},beforeDestroy:function(){"undefined"!=typeof window&&document.removeEventListener("keyup",this.keyPress)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(49);t.default={name:"BNotification",mixins:[r.a]}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(6),a=n.n(r),i=n(2);t.default={name:"BPagination",components:a()({},i.a.name,i.a),props:{total:[Number,String],perPage:{type:[Number,String],default:20},current:{type:[Number,String],default:1},size:String,simple:Boolean,rounded:Boolean,order:String},computed:{rootClasses:function(){return[this.order,this.size,{"is-simple":this.simple,"is-rounded":this.rounded}]},pageCount:function(){return Math.ceil(this.total/this.perPage)},firstItem:function(){var e=this.current*this.perPage-this.perPage+1;return e>=0?e:0},hasPrev:function(){return this.current>1},hasFirst:function(){return this.current>=3},hasFirstEllipsis:function(){return this.current>=4},hasLast:function(){return this.current<=this.pageCount-2},hasLastEllipsis:function(){return this.current<this.pageCount-2&&this.current<=this.pageCount-3},hasNext:function(){return this.current<this.pageCount},pagesInRange:function(){var e=this;if(!this.simple){for(var t=Math.max(1,this.current-1),n=Math.min(this.current+1,this.pageCount),r=[],a=t;a<=n;a++)!function(t){r.push({number:t,isCurrent:e.current===t,click:function(n){e.current!==t&&(e.$emit("change",t),e.$emit("update:current",t),e.$nextTick(function(){return n.target.focus()}))}})}(a);return r}}},watch:{pageCount:function(e){this.current>e&&this.last()}},methods:{prev:function(){this.hasPrev&&(this.$emit("change",this.current-1),this.$emit("update:current",this.current-1))},first:function(){this.$emit("change",1),this.$emit("update:current",1)},last:function(){this.$emit("change",this.pageCount),this.$emit("update:current",this.pageCount)},next:function(){this.hasNext&&(this.$emit("change",this.current+1),this.$emit("update:current",this.current+1))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BPanel",props:{collapsible:{type:Boolean,default:!1},open:{type:Boolean,default:!0},hasCustomTemplate:{type:Boolean,default:!1},header:String,content:String,animation:{type:String,default:"fade"}},data:function(){return{isOpen:this.open}},watch:{open:function(e){this.isOpen=e}},methods:{toggle:function(){this.collapsible&&(this.isOpen=!this.isOpen,this.$emit("update:open",this.isOpen),this.isOpen?this.$emit("open"):this.$emit("close"))}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadio",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BRadioButton",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],type:{type:String,default:"is-primary"},disabled:Boolean,name:String,size:String},data:function(){return{newValue:this.value}},watch:{value:function(e){this.newValue=e},newValue:function(e){e===this.nativeValue&&this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r),i=n(10);t.default={name:"BSelect",mixins:[i.a],inheritAttrs:!1,props:{value:{type:[String,Number,Boolean,Object,Array,a.a,Function],default:null},placeholder:String,multiple:Boolean,nativeSize:[String,Number]},data:function(){return{selected:this.value,_isSelect:!0,_elementRef:"select"}},computed:{spanClasses:function(){return[this.size,this.statusType,{"is-fullwidth":this.expanded,"is-loading":this.loading,"is-multiple":this.multiple,"is-rounded":this.rounded,"is-empty":null===this.selected}]}},watch:{value:function(e){this.selected=e,!this.isValid&&this.checkHtml5Validity()},selected:function(e){this.$emit("input",e),!this.isValid&&this.checkHtml5Validity()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BSnackbar",mixins:[a.a],props:{actionText:{type:String,default:"OK"},onAction:{type:Function,default:function(){}},indefinite:{type:Boolean,default:!1}},data:function(){return{newDuration:this.duration||r.b.defaultSnackbarDuration}},methods:{action:function(){this.onAction(),this.close()}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BSwitch",props:{value:[String,Number,Boolean,Function,Object,Array,a.a],nativeValue:[String,Number,Boolean,Function,Object,Array,a.a],disabled:Boolean,type:String,name:String,size:String,trueValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!0},falseValue:{type:[String,Number,Boolean,Function,Object,Array,a.a],default:!1}},data:function(){return{newValue:this.value,isMouseDown:!1}},watch:{value:function(e){this.newValue=e},newValue:function(e){this.$emit("input",e)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(128),a=n.n(r),i=n(5),l=n(46),o=n(48),s=n(2),u=n(193),c=n.n(u),d=n(66),f=n.n(d);t.default={name:"BTable",components:{BPagination:o.a,BIcon:s.a,BCheckbox:l.a,BTableMobileSort:c.a,BTableColumn:f.a},props:{data:{type:Array,default:function(){return[]}},columns:{type:Array,default:function(){return[]}},bordered:Boolean,striped:Boolean,narrowed:Boolean,hoverable:Boolean,loading:Boolean,detailed:Boolean,checkable:Boolean,selected:Object,focusable:Boolean,customIsChecked:Function,isRowCheckable:{type:Function,default:function(){return!0}},checkedRows:{type:Array,default:function(){return[]}},mobileCards:{type:Boolean,default:!0},defaultSort:[String,Array],defaultSortDirection:{type:String,default:"asc"},paginated:Boolean,currentPage:{type:Number,default:1},perPage:{type:[Number,String],default:20},paginationSimple:Boolean,paginationSize:String,backendSorting:Boolean,rowClass:{type:Function,default:function(){return""}},openedDetailed:{type:Array,default:function(){return[]}},hasDetailedVisible:{type:Function,default:function(){return!0}},detailKey:{type:String,default:""},backendPagination:Boolean,total:{type:[Number,String],default:0}},data:function(){return{getValueByPath:i.c,newColumns:[].concat(a()(this.columns)),visibleDetailRows:this.openedDetailed,newData:this.data,newDataTotal:this.backendPagination?this.total:this.data.length,newCheckedRows:[].concat(a()(this.checkedRows)),newCurrentPage:this.currentPage,currentSortColumn:{},isAsc:!0,firstTimeSort:!0,_isTable:!0}},computed:{tableClasses:function(){return{"is-bordered":this.bordered,"is-striped":this.striped,"is-narrow":this.narrowed,"has-mobile-cards":this.mobileCards,"is-hoverable":(this.hoverable||this.focusable)&&this.visibleData.length}},visibleData:function(){if(!this.paginated)return this.newData;var e=this.newCurrentPage,t=this.perPage;if(this.newData.length<=t)return this.newData;var n=(e-1)*t,r=parseInt(n,10)+parseInt(t,10);return this.newData.slice(n,r)},isAllChecked:function(){var e=this;return!this.visibleData.filter(function(t){return e.isRowCheckable(t)}).some(function(t){return n.i(i.d)(e.newCheckedRows,t,e.customIsChecked)<0})},hasSortablenewColumns:function(){return this.newColumns.some(function(e){return e.sortable})},columnCount:function(){var e=this.newColumns.length;return e+=this.checkable?1:0,e+=this.detailed?1:0}},watch:{data:function(e){var t=this,n=this.newColumns;this.newColumns=[],this.newData=e,this.$nextTick(function(){t.newColumns.length||(t.newColumns=n)}),this.backendSorting||this.sort(this.currentSortColumn,!0),this.backendPagination||(this.newDataTotal=e.length)},total:function(e){this.backendPagination&&(this.newDataTotal=e)},checkedRows:function(e){this.newCheckedRows=[].concat(a()(e))},columns:function(e){this.newColumns=[].concat(a()(e))},newColumns:function(e){if(e.length&&this.firstTimeSort)this.initSort(),this.firstTimeSort=!1;else if(e.length)for(var t=0;t<e.length;t++)if(e[t].newKey===this.currentSortColumn.newKey){this.currentSortColumn=e[t];break}},openedDetailed:function(e){this.visibleDetailRows=e},currentPage:function(e){this.newCurrentPage=e}},methods:{sortBy:function(e,t,r,l){return r&&"function"==typeof r?[].concat(a()(e)).sort(function(e,t){return r(e,t,l)}):[].concat(a()(e)).sort(function(e,r){var a=n.i(i.c)(e,t),o=n.i(i.c)(r,t);return a||0===a?o||0===o?a===o?0:(a="string"==typeof a?a.toUpperCase():a,o="string"==typeof o?o.toUpperCase():o,l?a>o?1:-1:a>o?-1:1):-1:1})},sort:function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];e&&e.sortable&&(t||(this.isAsc=e===this.currentSortColumn?!this.isAsc:"desc"!==this.defaultSortDirection.toLowerCase()),this.firstTimeSort||this.$emit("sort",e.field,this.isAsc?"asc":"desc"),this.backendSorting||(this.newData=this.sortBy(this.newData,e.field,e.customSort,this.isAsc)),this.currentSortColumn=e)},isRowChecked:function(e){return n.i(i.d)(this.newCheckedRows,e,this.customIsChecked)>=0},removeCheckedRow:function(e){var t=n.i(i.d)(this.newCheckedRows,e,this.customIsChecked);t>=0&&this.newCheckedRows.splice(t,1)},checkAll:function(){var e=this,t=this.isAllChecked;this.visibleData.forEach(function(n){e.removeCheckedRow(n),t||e.isRowCheckable(n)&&e.newCheckedRows.push(n)}),this.$emit("check",this.newCheckedRows),this.$emit("check-all",this.newCheckedRows),this.$emit("update:checkedRows",this.newCheckedRows)},checkRow:function(e){this.isRowChecked(e)?this.removeCheckedRow(e):this.newCheckedRows.push(e),this.$emit("check",this.newCheckedRows,e),this.$emit("update:checkedRows",this.newCheckedRows)},selectRow:function(e,t){this.$emit("click",e),this.selected!==e&&(this.$emit("select",e,this.selected),this.$emit("update:selected",e))},pageChanged:function(e){this.newCurrentPage=e>0?e:1,this.$emit("page-change",this.newCurrentPage),this.$emit("update:currentPage",this.newCurrentPage)},toggleDetails:function(e){this.isVisibleDetailRow(e)?(this.closeDetailRow(e),this.$emit("details-close",e)):(this.openDetailRow(e),this.$emit("details-open",e)),this.$emit("update:openedDetailed",this.visibleDetailRows)},openDetailRow:function(e){var t=this.handleDetailKey(e);this.visibleDetailRows.push(t)},closeDetailRow:function(e){var t=this.handleDetailKey(e),n=this.visibleDetailRows.indexOf(t);this.visibleDetailRows.splice(n,1)},isVisibleDetailRow:function(e){var t=this.handleDetailKey(e);return this.visibleDetailRows.indexOf(t)>=0},handleDetailKey:function(e){var t=this.detailKey;return t.length?e[t]:e},checkPredefinedDetailedRows:function(){if(this.openedDetailed.length>0&&!this.detailKey.length)throw new Error('If you set a predefined opened-detailed, you must provide an unique key using the prop "detail-key"')},hasCustomFooterSlot:function(){if(this.$slots.footer.length>1)return!0;var e=this.$slots.footer[0].tag;return"th"===e||"td"===e},pressedArrow:function(e){if(this.visibleData.length){var t=this.visibleData.indexOf(this.selected)+e;t=t<0?0:t>this.visibleData.length-1?this.visibleData.length-1:t,this.selectRow(this.visibleData[t])}},focus:function(){this.focusable&&this.$el.querySelector("table").focus()},initSort:function(){var e=this;if(this.defaultSort){var t="",n=this.defaultSortDirection;Array.isArray(this.defaultSort)?(t=this.defaultSort[0],this.defaultSort[1]&&(n=this.defaultSort[1])):t=this.defaultSort,this.newColumns.forEach(function(r){r.field===t&&(e.isAsc="desc"!==n.toLowerCase(),e.sort(r,!0))})}}},mounted:function(){this.checkPredefinedDetailedRows()}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(3),a=n.n(r);t.default={name:"BTableColumn",props:{label:String,customKey:[String,Number],field:String,meta:[String,Number,Boolean,Function,Object,Array,a.a],width:[Number,String],numeric:Boolean,centered:Boolean,sortable:Boolean,visible:{type:Boolean,default:!0},customSort:Function,internal:Boolean},data:function(){return{newKey:this.customKey||this.label}},computed:{rootClasses:function(){return{"has-text-right":this.numeric&&!this.centered,"has-text-centered":this.centered}}},created:function(){var e=this;if(!this.$parent.$data._isTable)throw this.$destroy(),new Error("You should wrap bTableColumn on a bTable");this.internal||!this.$parent.columns.some(function(t){return t.newKey===e.newKey})&&this.$parent.columns.push(this)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),a=n(2);t.default={name:"BTableMobileSort",components:{BSelect:r.a,BIcon:a.a},props:{currentSortColumn:Object,isAsc:Boolean,columns:Array},data:function(){return{mobileSort:this.currentSortColumn}},watch:{mobileSort:function(e){this.currentSortColumn!==e&&this.$emit("sort",e)},currentSortColumn:function(e){this.mobileSort=e}},methods:{sort:function(){this.$emit("sort",this.mobileSort)}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTabItem",props:{label:String,icon:String,iconPack:String,disabled:Boolean,visible:{type:Boolean,default:!0}},data:function(){return{isActive:!1,transitionName:null}},methods:{activate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!0},deactivate:function(e,t){this.$parent.animated?this.transitionName=t<e?"slide-next":"slide-prev":this.transitionName=null,this.isActive=!1}},created:function(){if(!this.$parent.$data._isTabs)throw this.$destroy(),new Error("You should wrap bTabItem on a bTabs");this.$parent.tabItems.push(this)},updated:function(){this.$emit("updated")},beforeDestroy:function(){var e=this.$parent.tabItems.indexOf(this);e>=0&&this.$parent.tabItems.splice(e,1)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(2),o=n(123);t.default={name:"BTabs",components:(r={},i()(r,l.a.name,l.a),i()(r,o.a.name,o.a),r),props:{value:[String,Number],expanded:Boolean,type:String,size:String,position:String,animated:{type:Boolean,default:!0}},data:function(){return{activeTab:this.value||0,tabItems:[],contentHeight:0,_isTabs:!0}},computed:{navClasses:function(){return[this.type,this.size,this.position,{"is-fullwidth":this.expanded,"is-toggle-rounded is-toggle":"is-toggle-rounded"===this.type}]}},watch:{value:function(e){this.changeTab(e)},tabItems:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}},methods:{changeTab:function(e){this.activeTab!==e&&(this.tabItems[this.activeTab].deactivate(this.activeTab,e),this.tabItems[e].activate(this.activeTab,e),this.activeTab=e,this.$emit("change",e))},tabClick:function(e){this.$emit("input",e),this.changeTab(e)}},mounted:function(){this.tabItems.length&&(this.tabItems[this.activeTab].isActive=!0)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTag",props:{attached:Boolean,closable:Boolean,type:String,size:String,rounded:Boolean,disabled:Boolean,tabstop:{type:Boolean,default:!0}},methods:{close:function(){this.disabled||this.$emit("close")}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"BTaglist",props:{attached:Boolean}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(52),a=n.n(r),i=n(6),l=n.n(i),o=n(5),s=n(45),u=n(10);t.default={name:"BTaginput",components:l()({},s.a.name,s.a),mixins:[u.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},data:{type:Array,default:function(){return[]}},type:String,rounded:{type:Boolean,default:!1},attached:{type:Boolean,default:!1},maxtags:{type:[Number,String],required:!1},field:{type:String,default:"value"},autocomplete:Boolean,disabled:Boolean,confirmKeyCodes:{type:Array,default:function(){return[13,188]}},removeOnKeys:{type:Array,default:function(){return[8]}},allowNew:Boolean},data:function(){return{tags:this.value||[],newTag:"",_elementRef:"input",_isTaginput:!0}},computed:{rootClasses:function(){return{"is-expanded":this.expanded}},containerClasses:function(){return{"is-focused":this.isFocused,"is-focusable":this.hasInput}},valueLength:function(){return this.newTag.trim().length},defaultSlotName:function(){return this.hasDefaultSlot?"default":"dontrender"},emptySlotName:function(){return this.hasEmptySlot?"empty":"dontrender"},hasDefaultSlot:function(){return!!this.$scopedSlots.default},hasEmptySlot:function(){return!!this.$slots.empty},hasInput:function(){return null==this.maxtags||this.tagsLength<this.maxtags},tagsLength:function(){return this.tags.length}},watch:{value:function(e){this.tags=e},newTag:function(e){this.$emit("typing",e.trim())},hasInput:function(){this.hasInput||this.onBlur()}},methods:{addTag:function(e){var t=e||this.newTag.trim();t&&-1===this.tags.indexOf(t)&&(this.tags.push(t),this.$emit("input",this.tags),this.$emit("add",t)),this.newTag=""},getNormalizedTagText:function(e){return"object"===(void 0===e?"undefined":a()(e))?n.i(o.c)(e,this.field):e},customOnBlur:function(e){this.autocomplete||this.addTag(),this.onBlur(e)},onSelect:function(e){var t=this;e&&(this.addTag(e),this.$nextTick(function(){t.newTag=""}))},removeTag:function(e){var t=this.tags.splice(e,1)[0];return this.$emit("input",this.tags),this.$emit("remove",t),t},removeLastTag:function(){this.tagsLength>0&&this.removeTag(this.tagsLength-1)},keydown:function(e){-1===this.removeOnKeys.indexOf(e.keyCode)||this.newTag.length||this.removeLastTag(),this.autocomplete&&!this.allowNew||this.confirmKeyCodes.indexOf(e.keyCode)>=0&&(e.preventDefault(),this.addTag())}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r,a=n(6),i=n.n(a),l=n(10),o=n(5),s=n(1),u=n(28),c=n(23),d=n(29),f=n(24),h=n(2),p="AM",v="PM",y=function(e){return(e<10?"0":"")+e};t.default={name:"BTimepicker",components:(r={},i()(r,c.a.name,c.a),i()(r,d.a.name,d.a),i()(r,f.a.name,f.a),i()(r,h.a.name,h.a),i()(r,u.a.name,u.a),i()(r,u.b.name,u.b),r),mixins:[l.a],inheritAttrs:!1,props:{value:Date,inline:Boolean,minTime:Date,maxTime:Date,placeholder:String,readonly:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},hourFormat:{type:String,default:"24",validator:function(e){return"24"===e||"12"===e}},incrementMinutes:{type:Number,default:1},timeFormatter:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeFormatter?s.b.defaultTimeFormatter(e):function(e,t){var n=e.getHours(),r=e.getMinutes(),a=!1;return"12"===t.hourFormat&&(a=n<12,n>12?n-=12:0===n&&(n=12)),y(n)+":"+y(r)+("12"===t.hourFormat?" "+(a?p:v):"")}(e,t)}},timeParser:{type:Function,default:function(e,t){return"function"==typeof s.b.defaultTimeParser?s.b.defaultTimeParser(e):function(e,t){if(e){var n=e,r=!1;if("12"===t.hourFormat){var a=e.split(" ");n=a[0],r=a[1]===p}var i=n.split(":"),l=parseInt(i[0],10),o=parseInt(i[1],10);if(isNaN(l)||l<0||l>23||"12"===t.hourFormat&&(l<1||l>12)||isNaN(o)||o<0||o>59)return null;var s=null;return t.dateSelected&&!isNaN(t.dateSelected)?s=new Date(t.dateSelected):((s=new Date).setMilliseconds(0),s.setSeconds(0)),s.setMinutes(o),"12"===t.hourFormat&&(r&&12===l?l=0:r||12===l||(l+=12)),s.setHours(l),s}return null}(e,t)}},mobileNative:{type:Boolean,default:function(){return s.b.defaultTimepickerMobileNative}},position:String,unselectableTimes:Array},data:function(){return{dateSelected:this.value,hoursSelected:null,minutesSelected:null,meridienSelected:null,_elementRef:"input",_isTimepicker:!0}},computed:{hours:function(){for(var e=[],t=this.isHourFormat24?24:12,n=0;n<t;n++){var r=n,a=r;this.isHourFormat24||(a=r=n+1,this.meridienSelected===p?12===r&&(r=0):this.meridienSelected===v&&12!==r&&(r+=12)),e.push({label:y(a),value:r})}return e},minutes:function(){for(var e=[],t=0;t<60;t+=this.incrementMinutes)e.push({label:y(t),value:t});return e},meridiens:function(){return[p,v]},isMobile:function(){return this.mobileNative&&o.b.any()},isHourFormat24:function(){return"24"===this.hourFormat}},watch:{hourFormat:function(e){null!==this.hoursSelected&&(this.meridienSelected=this.hoursSelected>=12?v:p)},dateSelected:function(e){this.$emit("input",e)},value:function(e){this.updateInternalState(e),this.dateSelected=e,!this.isValid&&this.$refs.input.checkHtml5Validity()}},methods:{onMeridienChange:function(e){null!==this.hoursSelected&&(e===v?0===this.hoursSelected?this.hoursSelected=12:this.hoursSelected+=12:e===p&&(12===this.hoursSelected?this.hoursSelected=0:this.hoursSelected-=12)),this.updateDateSelected(this.hoursSelected,this.minutesSelected,e)},onHoursChange:function(e){this.updateDateSelected(parseInt(e,10),this.minutesSelected,this.meridienSelected)},onMinutesChange:function(e){this.updateDateSelected(this.hoursSelected,parseInt(e,10),this.meridienSelected)},updateDateSelected:function(e,t,n){null!=e&&null!=t&&(!this.isHourFormat24&&null!==n||this.isHourFormat24)&&(this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0)),this.dateSelected.setHours(e),this.dateSelected.setMinutes(t))},updateInternalState:function(e){e?(this.hoursSelected=e.getHours(),this.minutesSelected=e.getMinutes(),this.meridienSelected=e.getHours()>=12?v:p):(this.hoursSelected=null,this.minutesSelected=null,this.meridienSelected=p)},isHourDisabled:function(e){var t=this,n=!1;if(this.minTime){var r=this.minTime.getHours();n=e<r}if(this.maxTime&&!n){var a=this.maxTime.getHours();n=e>a}if(this.unselectableTimes&&!n)if(null!==this.minutesSelected){var i=this.unselectableTimes.filter(function(n){return n.getHours()===e&&n.getMinutes()===t.minutesSelected});n=i.length>0}else{var l=this.unselectableTimes.filter(function(t){return t.getHours()===e});n=l.length===this.minutes.length}return n},isMinuteDisabled:function(e){var t=this,n=!1;if(null!==this.hoursSelected){if(this.isHourDisabled(this.hoursSelected))n=!0;else{if(this.minTime){var r=this.minTime.getHours(),a=this.minTime.getMinutes();n=this.hoursSelected===r&&e<a}if(this.maxTime&&!n){var i=this.maxTime.getHours(),l=this.maxTime.getMinutes();n=this.hoursSelected===i&&e>l}}this.unselectableTimes&&!n&&(n=this.unselectableTimes.filter(function(n){return n.getHours()===t.hoursSelected&&n.getMinutes()===e}).length>0)}return n},onChange:function(e){var t=this.timeParser(e,this);this.updateInternalState(t),t&&!isNaN(t)?this.dateSelected=t:(this.dateSelected=null,this.$refs.input.newValue=this.dateSelected)},formatValue:function(e){return e&&!isNaN(e)?this.timeFormatter(e,this):null},close:function(){this.$refs.dropdown&&(this.$refs.dropdown.isActive=!1)},formatHHMMSS:function(e){var t=new Date(e);if(e&&!isNaN(t)){var n=t.getHours(),r=t.getMinutes();return y(n)+":"+y(r)+":00"}return""},onChangeNativePicker:function(e){var t=e.target.value;if(t){this.dateSelected&&!isNaN(this.dateSelected)?this.dateSelected=new Date(this.dateSelected):(this.dateSelected=new Date,this.dateSelected.setMilliseconds(0),this.dateSelected.setSeconds(0));var n=t.split(":");this.dateSelected.setHours(parseInt(n[0],10)),this.dateSelected.setMinutes(parseInt(n[1],10))}else this.dateSelected=null}},mounted:function(){this.updateInternalState(this.value)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1),a=n(50);t.default={name:"BToast",mixins:[a.a],data:function(){return{newDuration:this.duration||r.b.defaultToastDuration}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(1);t.default={name:"BTooltip",props:{active:{type:Boolean,default:!0},type:String,label:String,position:{type:String,default:"is-top",validator:function(e){return["is-top","is-bottom","is-left","is-right"].indexOf(e)>-1}},always:Boolean,animated:Boolean,square:Boolean,dashed:Boolean,multilined:Boolean,size:{type:String,default:"is-medium"}},computed:{newType:function(){return this.type||r.b.defaultTooltipType},newAnimated:function(){return this.animated||r.b.defaultTooltipAnimated}}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(10);t.default={name:"BUpload",mixins:[r.a],inheritAttrs:!1,props:{value:{type:Array,default:function(){return[]}},multiple:Boolean,disabled:Boolean,accept:String,dragDrop:Boolean,type:{type:String,default:"is-primary"},native:{type:Boolean,default:!1}},data:function(){return{newValue:this.value||[],dragDropFocus:!1,_elementRef:"input"}},watch:{value:function(e){this.newValue=e,0===this.newValue.length&&(this.$refs.input.value=null),!this.isValid&&!this.dragDrop&&this.checkHtml5Validity()}},methods:{onFileChange:function(e){if(!this.disabled&&!this.loading){this.dragDrop&&this.updateDragDropFocus(!1);var t=e.target.files||e.dataTransfer.files;if(t&&t.length){if(this.multiple)this.native&&(this.newValue=[]);else if(this.dragDrop){if(1!==t.length)return!1;this.newValue=[]}else this.newValue=[];for(var n=0;n<t.length;n++){var r=t[n];this.checkType(r)&&this.newValue.push(r)}}this.$emit("input",this.newValue),!this.dragDrop&&this.checkHtml5Validity()}},updateDragDropFocus:function(e){this.disabled||this.loading||(this.dragDropFocus=e)},checkType:function(e){if(!this.accept)return!0;var t=this.accept.split(",");if(0===t.length)return!0;for(var n=!1,r=0;r<t.length&&!n;r++){var a=t[r].trim();if(a)if("."===a.substring(0,1)){var i=e.name.lastIndexOf(".");i>=0&&e.name.substring(i)===a&&(n=!0)}else e.type.match(a)&&(n=!0)}return n}}}},function(e,t,n){"use strict";var r=n(171),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(172),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";function r(e){return new(l.a.extend(s.a))({el:document.createElement("div"),propsData:e})}var a=n(13),i=n.n(a),l=n(22),o=n(175),s=n.n(o);t.a={alert:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={canCancel:!1,message:t};return r(i()(n,e))},confirm:function(e){return r(i()({},e))},prompt:function(e){return r(i()({hasInput:!0,confirmText:"Done"},e))}}},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(181),o=n.n(l);n.d(t,"a",function(){return o.a}),t.b={open:function(e){var t=a()({programmatic:!0},e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:t})}}},function(e,t,n){"use strict";var r=n(182),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(184),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(186),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(187),a=n.n(r),i=n(188),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(190),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={type:"is-success",position:"is-bottom-right",message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(191),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(192),a=n.n(r),i=n(66),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(195),a=n.n(r),i=n(194),l=n.n(i);n.d(t,"b",function(){return a.a}),n.d(t,"a",function(){return l.a})},function(e,t,n){"use strict";var r=n(196),a=n.n(r),i=n(197),l=n.n(i);n.d(t,"a",function(){return a.a}),n.d(t,"b",function(){return l.a})},function(e,t,n){"use strict";var r=n(198),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(199),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(13),a=n.n(r),i=n(22),l=n(200),o=n.n(l);t.a={open:function(e){var t=void 0;"string"==typeof e&&(t=e);var n={message:t},r=a()(n,e);return new(i.a.extend(o.a))({el:document.createElement("div"),propsData:r})}}},function(e,t,n){"use strict";var r=n(201),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";var r=n(202),a=n.n(r);t.a=a.a},function(e,t,n){"use strict";t.a={name:"BSlotComponent",props:{component:{type:Object,required:!0},name:{type:String,default:"default"},tag:{type:String,default:"div"},event:{type:String,default:"updated"}},methods:{refresh:function(){this.$forceUpdate()},isVueComponent:function(){return this.component&&this.component._isVue}},created:function(){this.isVueComponent()&&this.component.$on(this.event,this.refresh)},beforeDestroy:function(){this.isVueComponent()&&this.component.$off(this.event,this.refresh)},render:function(e){if(this.isVueComponent()){var t=this.component.$slots[this.name];return e(this.tag,{},t)}}}},function(e,t,n){"use strict";n.d(t,"a",function(){return a});var r="undefined"==typeof window,a=r?Object:window.HTMLElement},function(e,t,n){e.exports={default:n(129),__esModule:!0}},function(e,t,n){e.exports={default:n(132),__esModule:!0}},function(e,t,n){e.exports={default:n(134),__esModule:!0}},function(e,t,n){"use strict";t.__esModule=!0;var r=n(125),a=function(e){return e&&e.__esModule?e:{default:e}}(r);t.default=function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return(0,a.default)(e)}},function(e,t,n){n(43),n(157),e.exports=n(7).Array.from},function(e,t,n){n(64),n(43),e.exports=n(156)},function(e,t,n){n(159),e.exports=n(7).Object.assign},function(e,t,n){n(160);var r=n(7).Object;e.exports=function(e,t,n){return r.defineProperty(e,t,n)}},function(e,t,n){n(162),n(161),n(163),n(164),e.exports=n(7).Symbol},function(e,t,n){n(43),n(64),e.exports=n(42).f("iterator")},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(){}},function(e,t,n){var r=n(16),a=n(62),i=n(155);e.exports=function(e){return function(t,n,l){var o,s=r(t),u=a(s.length),c=i(l,u);if(e&&n!=n){for(;u>c;)if((o=s[c++])!=o)return!0}else for(;u>c;c++)if((e||c in s)&&s[c]===n)return e||c||0;return!e&&-1}}},function(e,t,n){var r=n(30),a=n(4)("toStringTag"),i="Arguments"==r(function(){return arguments}());e.exports=function(e){var t,n,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),a))?n:i?r(t):"Object"==(l=r(t))&&"function"==typeof t.callee?"Arguments":l}},function(e,t,n){"use strict";var r=n(9),a=n(21);e.exports=function(e,t,n){t in e?r.f(e,t,a(0,n)):e[t]=n}},function(e,t,n){var r=n(25),a=n(34),i=n(26);e.exports=function(e){var t=r(e),n=a.f;if(n)for(var l,o=n(e),s=i.f,u=0;o.length>u;)s.call(e,l=o[u++])&&t.push(l);return t}},function(e,t,n){var r=n(8).document;e.exports=r&&r.documentElement},function(e,t,n){var r=n(20),a=n(4)("iterator"),i=Array.prototype;e.exports=function(e){return void 0!==e&&(r.Array===e||i[a]===e)}},function(e,t,n){var r=n(30);e.exports=Array.isArray||function(e){return"Array"==r(e)}},function(e,t,n){var r=n(14);e.exports=function(e,t,n,a){try{return a?t(r(n)[0],n[1]):t(n)}catch(t){var i=e.return;throw void 0!==i&&r(i.call(e)),t}}},function(e,t,n){"use strict";var r=n(58),a=n(21),i=n(35),l={};n(15)(l,n(4)("iterator"),function(){return this}),e.exports=function(e,t,n){e.prototype=r(l,{next:a(1,n)}),i(e,t+" Iterator")}},function(e,t,n){var r=n(4)("iterator"),a=!1;try{var i=[7][r]();i.return=function(){a=!0},Array.from(i,function(){throw 2})}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var i=[7],l=i[r]();l.next=function(){return{done:n=!0}},i[r]=function(){return l},e(i)}catch(e){}return n}},function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},function(e,t,n){var r=n(27)("meta"),a=n(19),i=n(12),l=n(9).f,o=0,s=Object.isExtensible||function(){return!0},u=!n(18)(function(){return s(Object.preventExtensions({}))}),c=function(e){l(e,r,{value:{i:"O"+ ++o,w:{}}})},d=e.exports={KEY:r,NEED:!1,fastKey:function(e,t){if(!a(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!i(e,r)){if(!s(e))return"F";if(!t)return"E";c(e)}return e[r].i},getWeak:function(e,t){if(!i(e,r)){if(!s(e))return!0;if(!t)return!1;c(e)}return e[r].w},onFreeze:function(e){return u&&d.NEED&&s(e)&&!i(e,r)&&c(e),e}}},function(e,t,n){"use strict";var r=n(25),a=n(34),i=n(26),l=n(39),o=n(56),s=Object.assign;e.exports=!s||n(18)(function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach(function(e){t[e]=e}),7!=s({},e)[n]||Object.keys(s({},t)).join("")!=r})?function(e,t){for(var n=l(e),s=arguments.length,u=1,c=a.f,d=i.f;s>u;)for(var f,h=o(arguments[u++]),p=c?r(h).concat(c(h)):r(h),v=p.length,y=0;v>y;)d.call(h,f=p[y++])&&(n[f]=h[f]);return n}:s},function(e,t,n){var r=n(9),a=n(14),i=n(25);e.exports=n(11)?Object.defineProperties:function(e,t){a(e);for(var n,l=i(t),o=l.length,s=0;o>s;)r.f(e,n=l[s++],t[n]);return e}},function(e,t,n){var r=n(26),a=n(21),i=n(16),l=n(40),o=n(12),s=n(55),u=Object.getOwnPropertyDescriptor;t.f=n(11)?u:function(e,t){if(e=i(e),t=l(t,!0),s)try{return u(e,t)}catch(e){}if(o(e,t))return a(!r.f.call(e,t),e[t])}},function(e,t,n){var r=n(16),a=n(59).f,i={}.toString,l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"[object Window]"==i.call(e)?function(e){try{return a(e)}catch(e){return l.slice()}}(e):a(r(e))}},function(e,t,n){var r=n(12),a=n(39),i=n(36)("IE_PROTO"),l=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=a(e),r(e,i)?e[i]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},function(e,t,n){var r=n(38),a=n(31);e.exports=function(e){return function(t,n){var i,l,o=String(a(t)),s=r(n),u=o.length;return s<0||s>=u?e?"":void 0:(i=o.charCodeAt(s))<55296||i>56319||s+1===u||(l=o.charCodeAt(s+1))<56320||l>57343?e?o.charAt(s):i:e?o.slice(s,s+2):l-56320+(i-55296<<10)+65536}}},function(e,t,n){var r=n(38),a=Math.max,i=Math.min;e.exports=function(e,t){return(e=r(e))<0?a(e+t,0):i(e,t)}},function(e,t,n){var r=n(14),a=n(63);e.exports=n(7).getIterator=function(e){var t=a(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return r(t.call(e))}},function(e,t,n){"use strict";var r=n(53),a=n(17),i=n(39),l=n(144),o=n(142),s=n(62),u=n(139),c=n(63);a(a.S+a.F*!n(146)(function(e){Array.from(e)}),"Array",{from:function(e){var t,n,a,d,f=i(e),h="function"==typeof this?this:Array,p=arguments.length,v=p>1?arguments[1]:void 0,y=void 0!==v,g=0,m=c(f);if(y&&(v=r(v,p>2?arguments[2]:void 0,2)),void 0==m||h==Array&&o(m))for(t=s(f.length),n=new h(t);t>g;g++)u(n,g,y?v(f[g],g):f[g]);else for(d=m.call(f),n=new h;!(a=d.next()).done;g++)u(n,g,y?l(d,v,[a.value,g],!0):a.value);return n.length=g,n}})},function(e,t,n){"use strict";var r=n(136),a=n(147),i=n(20),l=n(16);e.exports=n(57)(Array,"Array",function(e,t){this._t=l(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,a(1)):a(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},function(e,t,n){var r=n(17);r(r.S+r.F,"Object",{assign:n(149)})},function(e,t,n){var r=n(17);r(r.S+r.F*!n(11),"Object",{defineProperty:n(9).f})},function(e,t){},function(e,t,n){"use strict";var r=n(8),a=n(12),i=n(11),l=n(17),o=n(61),s=n(148).KEY,u=n(18),c=n(37),d=n(35),f=n(27),h=n(4),p=n(42),v=n(41),y=n(140),g=n(143),m=n(14),_=n(19),T=n(16),M=n(40),b=n(21),K=n(58),k=n(152),x=n(151),C=n(9),A=n(25),w=x.f,L=C.f,D=k.f,B=r.Symbol,S=r.JSON,G=S&&S.stringify,W=h("_hidden"),z=h("toPrimitive"),O={}.propertyIsEnumerable,P=c("symbol-registry"),R=c("symbols"),E=c("op-symbols"),j=Object.prototype,I="function"==typeof B,N=r.QObject,F=!N||!N.prototype||!N.prototype.findChild,$=i&&u(function(){return 7!=K(L({},"a",{get:function(){return L(this,"a",{value:7}).a}})).a})?function(e,t,n){var r=w(j,t);r&&delete j[t],L(e,t,n),r&&e!==j&&L(j,t,r)}:L,V=function(e){var t=R[e]=K(B.prototype);return t._k=e,t},H=I&&"symbol"==typeof B.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof B},q=function(e,t,n){return e===j&&q(E,t,n),m(e),t=M(t,!0),m(n),a(R,t)?(n.enumerable?(a(e,W)&&e[W][t]&&(e[W][t]=!1),n=K(n,{enumerable:b(0,!1)})):(a(e,W)||L(e,W,b(1,{})),e[W][t]=!0),$(e,t,n)):L(e,t,n)},U=function(e,t){m(e);for(var n,r=y(t=T(t)),a=0,i=r.length;i>a;)q(e,n=r[a++],t[n]);return e},Y=function(e){var t=O.call(this,e=M(e,!0));return!(this===j&&a(R,e)&&!a(E,e))&&(!(t||!a(this,e)||!a(R,e)||a(this,W)&&this[W][e])||t)},X=function(e,t){if(e=T(e),t=M(t,!0),e!==j||!a(R,t)||a(E,t)){var n=w(e,t);return!n||!a(R,t)||a(e,W)&&e[W][t]||(n.enumerable=!0),n}},J=function(e){for(var t,n=D(T(e)),r=[],i=0;n.length>i;)a(R,t=n[i++])||t==W||t==s||r.push(t);return r},Z=function(e){for(var t,n=e===j,r=D(n?E:T(e)),i=[],l=0;r.length>l;)!a(R,t=r[l++])||n&&!a(j,t)||i.push(R[t]);return i};I||(o((B=function(){if(this instanceof B)throw TypeError("Symbol is not a constructor!");var e=f(arguments.length>0?arguments[0]:void 0),t=function(n){this===j&&t.call(E,n),a(this,W)&&a(this[W],e)&&(this[W][e]=!1),$(this,e,b(1,n))};return i&&F&&$(j,e,{configurable:!0,set:t}),V(e)}).prototype,"toString",function(){return this._k}),x.f=X,C.f=q,n(59).f=k.f=J,n(26).f=Y,n(34).f=Z,i&&!n(33)&&o(j,"propertyIsEnumerable",Y,!0),p.f=function(e){return V(h(e))}),l(l.G+l.W+l.F*!I,{Symbol:B});for(var Q="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ee=0;Q.length>ee;)h(Q[ee++]);for(var te=A(h.store),ne=0;te.length>ne;)v(te[ne++]);l(l.S+l.F*!I,"Symbol",{for:function(e){return a(P,e+="")?P[e]:P[e]=B(e)},keyFor:function(e){if(!H(e))throw TypeError(e+" is not a symbol!");for(var t in P)if(P[t]===e)return t},useSetter:function(){F=!0},useSimple:function(){F=!1}}),l(l.S+l.F*!I,"Object",{create:function(e,t){return void 0===t?K(e):U(K(e),t)},defineProperty:q,defineProperties:U,getOwnPropertyDescriptor:X,getOwnPropertyNames:J,getOwnPropertySymbols:Z}),S&&l(l.S+l.F*(!I||u(function(){var e=B();return"[null]"!=G([e])||"{}"!=G({a:e})||"{}"!=G(Object(e))})),"JSON",{stringify:function(e){for(var t,n,r=[e],a=1;arguments.length>a;)r.push(arguments[a++]);if(n=t=r[1],(_(t)||void 0!==e)&&!H(e))return g(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!H(t))return t}),r[1]=t,G.apply(S,r)}}),B.prototype[z]||n(15)(B.prototype,z,B.prototype.valueOf),d(B,"Symbol"),d(Math,"Math",!0),d(r.JSON,"JSON",!0)},function(e,t,n){n(41)("asyncIterator")},function(e,t,n){n(41)("observable")},function(e,t){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function a(e){if(u===setTimeout)return setTimeout(e,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(e,0);try{return u(e,0)}catch(t){try{return u.call(null,e,0)}catch(t){return u.call(this,e,0)}}}function i(){p&&f&&(p=!1,f.length?h=f.concat(h):v=-1,h.length&&l())}function l(){if(!p){var e=a(i);p=!0;for(var t=h.length;t;){for(f=h,h=[];++v<t;)f&&f[v].run();v=-1,t=h.length}f=null,p=!1,function(e){if(c===clearTimeout)return clearTimeout(e);if((c===r||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(e);try{c(e)}catch(t){try{return c.call(null,e)}catch(t){return c.call(this,e)}}}(e)}}function o(e,t){this.fun=e,this.array=t}function s(){}var u,c,d=e.exports={};!function(){try{u="function"==typeof setTimeout?setTimeout:n}catch(e){u=n}try{c="function"==typeof clearTimeout?clearTimeout:r}catch(e){c=r}}();var f,h=[],p=!1,v=-1;d.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];h.push(new o(e,t)),1!==h.length||p||a(l)},o.prototype.run=function(){this.fun.apply(null,this.array)},d.title="browser",d.browser=!0,d.env={},d.argv=[],d.version="",d.versions={},d.on=s,d.addListener=s,d.once=s,d.off=s,d.removeListener=s,d.removeAllListeners=s,d.emit=s,d.prependListener=s,d.prependOnceListener=s,d.listeners=function(e){return[]},d.binding=function(e){throw new Error("process.binding is not supported")},d.cwd=function(){return"/"},d.chdir=function(e){throw new Error("process.chdir is not supported")},d.umask=function(){return 0}},function(e,t,n){(function(e,t){!function(e,n){"use strict";function r(e){delete o[e]}function a(e){if(s)setTimeout(a,0,e);else{var t=o[e];if(t){s=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{r(e),s=!1}}}}if(!e.setImmediate){var i,l=1,o={},s=!1,u=e.document,c=Object.getPrototypeOf&&Object.getPrototypeOf(e);c=c&&c.setTimeout?c:e,"[object process]"==={}.toString.call(e.process)?i=function(e){t.nextTick(function(){a(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?function(){var t="setImmediate$"+Math.random()+"$",n=function(n){n.source===e&&"string"==typeof n.data&&0===n.data.indexOf(t)&&a(+n.data.slice(t.length))};e.addEventListener?e.addEventListener("message",n,!1):e.attachEvent("onmessage",n),i=function(n){e.postMessage(t+n,"*")}}():e.MessageChannel?function(){var e=new MessageChannel;e.port1.onmessage=function(e){a(e.data)},i=function(t){e.port2.postMessage(t)}}():u&&"onreadystatechange"in u.createElement("script")?function(){var e=u.documentElement;i=function(t){var n=u.createElement("script");n.onreadystatechange=function(){a(t),n.onreadystatechange=null,e.removeChild(n),n=null},e.appendChild(n)}}():i=function(e){setTimeout(a,0,e)},c.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var r={callback:e,args:t};return o[l]=r,i(l),l++},c.clearImmediate=r}}("undefined"==typeof self?void 0===e?this:e:self)}).call(t,n(44),n(165))},function(e,t,n){(function(e){function r(e,t){this._id=e,this._clearFn=t}var a=Function.prototype.apply;t.setTimeout=function(){return new r(a.call(setTimeout,window,arguments),clearTimeout)},t.setInterval=function(){return new r(a.call(setInterval,window,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},r.prototype.unref=r.prototype.ref=function(){},r.prototype.close=function(){this._clearFn.call(window,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(166),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(t,n(44))},function(e,t,n){var r=n(0)(n(68),n(232),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(69),n(220),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(70),n(226),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(71),n(227),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(72),n(237),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(73),n(229),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(74),n(234),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(75),n(218),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(76),n(208),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(77),n(212),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(78),n(222),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(80),n(221),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(81),n(233),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(82),n(213),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(83),n(215),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(84),n(236),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(85),n(225),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(86),n(205),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(87),n(217),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(88),n(223),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(89),n(207),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(90),n(211),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(91),n(230),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(92),n(214),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(93),n(219),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(95),n(224),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(96),n(206),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(97),n(235),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(98),n(238),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(99),n(228),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(100),n(231),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(101),n(203),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(102),n(204),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(103),n(209),null,null,null);e.exports=r.exports},function(e,t,n){var r=n(0)(n(104),n(210),null,null,null);e.exports=r.exports},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"timepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,disabled:e.disabled,readonly:e.readonly,rounded:e.rounded},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onHoursChange(t.target.value)}},model:{value:e.hoursSelected,callback:function(t){e.hoursSelected=t},expression:"hoursSelected"}},e._l(e.hours,function(t){return n("option",{key:t.value,attrs:{disabled:e.isHourDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled,placeholder:"00"},nativeOn:{change:function(t){e.onMinutesChange(t.target.value)}},model:{value:e.minutesSelected,callback:function(t){e.minutesSelected=t},expression:"minutesSelected"}},e._l(e.minutes,function(t){return n("option",{key:t.value,attrs:{disabled:e.isMinuteDisabled(t.value)},domProps:{value:t.value}},[e._v("\n "+e._s(t.label)+"\n ")])})),e._v(" "),e.isHourFormat24?e._e():n("b-select",{attrs:{disabled:e.disabled},nativeOn:{change:function(t){e.onMeridienChange(t.target.value)}},model:{value:e.meridienSelected,callback:function(t){e.meridienSelected=t},expression:"meridienSelected"}},e._l(e.meridiens,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"timepicker-footer"},[e._t("default")],2):e._e()])],1):n("b-input",e._b({ref:"input",attrs:{type:"time",autocomplete:"off",value:e.formatHHMMSS(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatHHMMSS(e.maxTime),min:e.formatHHMMSS(e.minTime),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"toast",class:[e.type,e.position]},[n("div",{domProps:{innerHTML:e._s(e.message)}})])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pagination",class:e.rootClasses},[n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:!e.hasPrev},on:{click:function(t){t.preventDefault(),e.prev(t)}}},[n("b-icon",{attrs:{icon:"chevron-left",both:""}})],1),e._v(" "),n("a",{staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:!e.hasNext},on:{click:function(t){t.preventDefault(),e.next(t)}}},[n("b-icon",{attrs:{icon:"chevron-right",both:""}})],1),e._v(" "),e.simple?e._e():n("ul",{staticClass:"pagination-list"},[e.hasFirst?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.first(t)}}},[e._v("\n 1\n ")])]):e._e(),e._v(" "),e.hasFirstEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e._l(e.pagesInRange,function(t){return n("li",{key:t.number},[n("a",{staticClass:"pagination-link",class:{"is-current":t.isCurrent},attrs:{role:"button",href:"#"},on:{click:function(e){e.preventDefault(),t.click(e)}}},[e._v("\n "+e._s(t.number)+"\n ")])])}),e._v(" "),e.hasLastEllipsis?n("li",[n("span",{staticClass:"pagination-ellipsis"},[e._v("โฆ")])]):e._e(),e._v(" "),e.hasLast?n("li",[n("a",{staticClass:"pagination-link",attrs:{role:"button",href:"#"},on:{click:function(t){t.preventDefault(),e.last(t)}}},[e._v("\n "+e._s(e.pageCount)+"\n ")])]):e._e()],2),e._v(" "),e.simple?n("small",{staticClass:"info"},[e._v("\n "+e._s(e.firstItem)+"-"+e._s(Math.min(e.current*e.perPage,e.total))+" / "+e._s(e.total)+"\n ")]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.transitionName}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&e.visible,expression:"isActive && visible"}],staticClass:"tab-item"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-radio radio button",class:[e.newValue===e.nativeValue?e.type:null,e.size],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"dropdown",class:e.rootClasses},[e.inline?e._e():n("div",{ref:"trigger",staticClass:"dropdown-trigger",attrs:{role:"button"},on:{click:e.toggle}},[e._t("trigger")],2),e._v(" "),n("transition",{attrs:{name:"fade"}},[e.isMobileModal?n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"background"}):e._e()]),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive||e.hoverable||e.inline,expression:"isActive || hoverable || inline"}],ref:"dropdownMenu",staticClass:"dropdown-menu"},[n("div",{staticClass:"dropdown-content"},[e._t("default")],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("span",{class:[e.newType,e.position,e.size,{tooltip:e.active,"is-square":e.square,"is-animated":e.newAnimated,"is-always":e.always,"is-multiline":e.multilined,"is-dashed":e.dashed}],attrs:{"data-label":e.label}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{staticClass:"upload control"},[e.dragDrop?n("div",{staticClass:"upload-draggable",class:[e.type,{"is-loading":e.loading,"is-disabled":e.disabled,"is-hovered":e.dragDropFocus}],on:{dragover:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},dragleave:function(t){t.preventDefault(),e.updateDragDropFocus(!1)},dragenter:function(t){t.preventDefault(),e.updateDragDropFocus(!0)},drop:function(t){t.preventDefault(),e.onFileChange(t)}}},[e._t("default")],2):[e._t("default")],e._v(" "),n("input",e._b({ref:"input",attrs:{type:"file",multiple:e.multiple,accept:e.accept,disabled:e.disabled},on:{change:e.onFileChange}},"input",e.$attrs,!1))],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:{"is-expanded":e.expanded,"has-icons-left":e.icon}},[n("span",{staticClass:"select",class:e.spanClasses},[n("select",e._b({directives:[{name:"model",rawName:"v-model",value:e.selected,expression:"selected"}],ref:"select",attrs:{multiple:e.multiple,size:e.nativeSize},on:{blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()},focus:function(t){e.$emit("focus",t)},change:function(t){var n=Array.prototype.filter.call(t.target.options,function(e){return e.selected}).map(function(e){return"_value"in e?e._value:e.value});e.selected=t.target.multiple?n:n[0]}}},"select",e.$attrs,!1),[e.placeholder?n("option",{attrs:{selected:"",disabled:"",hidden:""},domProps:{value:null}},[e._v("\n "+e._s(e.placeholder)+"\n ")]):e._e(),e._v(" "),e._t("default")],2)]),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.separator?n("hr",{staticClass:"dropdown-divider"}):e.custom||e.hasLink?n("div",{class:e.itemClasses,on:{click:e.selectItem}},[e._t("default")],2):n("a",{staticClass:"dropdown-item",class:e.anchorClasses,on:{click:e.selectItem}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"loading-overlay is-active",class:{"is-full-page":e.isFullPage}},[n("div",{staticClass:"loading-background",on:{click:e.cancel}}),e._v(" "),n("div",{staticClass:"loading-icon"})]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"switch",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()},mousedown:function(t){e.isMouseDown=!0},mouseup:function(t){e.isMouseDown=!1},mouseout:function(t){e.isMouseDown=!1},blur:function(t){e.isMouseDown=!1}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{click:function(e){e.stopPropagation()},change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check",class:[{"is-elastic":e.isMouseDown&&!e.disabled},e.type]}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"message",class:[e.type,e.size]},[e.title?n("header",{staticClass:"message-header"},[n("p",[e._v(e._s(e.title))]),e._v(" "),e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e()]):e._e(),e._v(" "),n("section",{staticClass:"message-body"},[n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{class:e.type,attrs:{icon:e.icon,both:"",size:e.newIconSize}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible?n("td",{class:e.rootClasses,attrs:{"data-label":e.label}},[n("span",[e._t("default")],2)]):e._e()},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("nav",{staticClass:"panel"},[n("div",{staticClass:"panel-heading",class:{"is-collapsible":e.collapsible},on:{click:e.toggle}},[e.header?n("span",{domProps:{innerHTML:e._s(e.header)}}):e._t("header"),e._v(" "),e.collapsible?n("b-icon",{staticClass:"is-pulled-right",attrs:{both:"",icon:e.isOpen?"menu-up":"menu-down"}}):e._e()],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"panel-content",class:{"panel-block":!e.hasCustomTemplate}},[e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"dialog modal is-active",class:e.size},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"modal-card animation-content"},[e.title?n("header",{staticClass:"modal-card-head"},[n("p",{staticClass:"modal-card-title"},[e._v(e._s(e.title))])]):e._e(),e._v(" "),n("section",{staticClass:"modal-card-body",class:{"is-titleless":!e.title,"is-flex":e.hasIcon}},[n("div",{staticClass:"media"},[e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon?e.icon:e.iconByType,pack:e.iconPack,type:e.type,both:!e.icon,size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[n("p",{domProps:{innerHTML:e._s(e.message)}}),e._v(" "),e.hasInput?n("div",{staticClass:"field"},[n("div",{staticClass:"control"},[n("input",e._b({directives:[{name:"model",rawName:"v-model",value:e.prompt,expression:"prompt"}],ref:"input",staticClass:"input",class:{"is-danger":e.validationMessage},domProps:{value:e.prompt},on:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;e.confirm(t)},input:function(t){t.target.composing||(e.prompt=t.target.value)}}},"input",e.inputAttrs,!1))]),e._v(" "),n("p",{staticClass:"help is-danger"},[e._v(e._s(e.validationMessage))])]):e._e()])])]),e._v(" "),n("footer",{staticClass:"modal-card-foot"},[e.showCancel?n("button",{ref:"cancelButton",staticClass:"button",on:{click:function(t){e.cancel("button")}}},[e._v("\n "+e._s(e.cancelText)+"\n ")]):e._e(),e._v(" "),n("button",{ref:"confirmButton",staticClass:"button",class:e.type,on:{click:e.confirm}},[e._v("\n "+e._s(e.confirmText)+"\n ")])])])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-table",class:{"is-loading":e.loading}},[e.mobileCards&&e.hasSortablenewColumns?n("b-table-mobile-sort",{attrs:{"current-sort-column":e.currentSortColumn,"is-asc":e.isAsc,columns:e.newColumns},on:{sort:function(t){return e.sort(t)}}}):e._e(),e._v(" "),n("div",{staticClass:"table-wrapper"},[n("table",{staticClass:"table",class:e.tableClasses,attrs:{tabindex:!!e.focusable&&0},on:{keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.pressedArrow(-1)},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.pressedArrow(1)}]}},[e.newColumns.length?n("thead",[n("tr",[e.detailed?n("th",{attrs:{width:"40px"}}):e._e(),e._v(" "),e.checkable?n("th",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{value:e.isAllChecked},nativeOn:{change:function(t){e.checkAll(t)}}})],1):e._e(),e._v(" "),e._l(e.newColumns,function(t,r){return t.visible||void 0===t.visible?n("th",{key:r,class:{"is-current-sort":e.currentSortColumn===t,"is-sortable":t.sortable},style:{width:t.width+"px"},on:{click:function(n){n.stopPropagation(),e.sort(t)}}},[n("div",{staticClass:"th-wrap",class:{"is-numeric":t.numeric,"is-centered":t.centered}},[e.$scopedSlots.header?e._t("header",null,{column:t,index:r}):[e._v(e._s(t.label))],e._v(" "),n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===t,expression:"currentSortColumn === column"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",both:"",size:"is-small"}})],2)]):e._e()})],2)]):e._e(),e._v(" "),e.visibleData.length?n("tbody",[e._l(e.visibleData,function(t,r){return[n("tr",{key:r,class:[e.rowClass(t,r),{"is-selected":t===e.selected,"is-checked":e.isRowChecked(t)}],on:{click:function(n){e.selectRow(t)},dblclick:function(n){e.$emit("dblclick",t)}}},[e.detailed?n("td",[e.hasDetailedVisible(t)?n("a",{attrs:{role:"button"},on:{click:function(n){n.stopPropagation(),e.toggleDetails(t)}}},[n("b-icon",{class:{"is-expanded":e.isVisibleDetailRow(t)},attrs:{icon:"chevron-right",both:""}})],1):e._e()]):e._e(),e._v(" "),e.checkable?n("td",{staticClass:"checkbox-cell"},[n("b-checkbox",{attrs:{disabled:!e.isRowCheckable(t),value:e.isRowChecked(t)},nativeOn:{change:function(n){e.checkRow(t)}}})],1):e._e(),e._v(" "),e.$scopedSlots.default?e._t("default",null,{row:t,index:r}):e._l(e.newColumns,function(r){return n("BTableColumn",e._b({key:r.field,attrs:{internal:""}},"BTableColumn",r,!1),[r.renderHtml?n("span",{domProps:{innerHTML:e._s(e.getValueByPath(t,r.field))}}):[e._v("\n "+e._s(e.getValueByPath(t,r.field))+"\n ")]],2)})],2),e._v(" "),e.detailed&&e.isVisibleDetailRow(t)?n("tr",{staticClass:"detail"},[n("td",{attrs:{colspan:e.columnCount}},[n("div",{staticClass:"detail-container"},[e._t("detail",null,{row:t,index:r})],2)])]):e._e()]})],2):n("tbody",[n("tr",{staticClass:"is-empty"},[n("td",{attrs:{colspan:e.columnCount}},[e._t("empty")],2)])]),e._v(" "),void 0!==e.$slots.footer?n("tfoot",[n("tr",{staticClass:"table-footer"},[e.hasCustomFooterSlot()?e._t("footer"):n("th",{attrs:{colspan:e.columnCount}},[e._t("footer")],2)],2)]):e._e()])]),e._v(" "),e.checkable||e.paginated?n("div",{staticClass:"level"},[n("div",{staticClass:"level-left"},[e._t("bottom-left")],2),e._v(" "),n("div",{staticClass:"level-right"},[e.paginated?n("div",{staticClass:"level-item"},[n("b-pagination",{attrs:{total:e.newDataTotal,"per-page":e.perPage,simple:e.paginationSimple,size:e.paginationSize,current:e.newCurrentPage},on:{change:e.pageChanged}})],1):e._e()])]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-checkbox checkbox",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name,"true-value":e.trueValue,"false-value":e.falseValue},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e._q(e.newValue,e.trueValue)},on:{change:function(t){var n=e.newValue,r=t.target,a=r.checked?e.trueValue:e.falseValue;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"icon",class:[e.newType,e.size]},[n("i",{class:[e.newPack,e.newIcon,e.newCustomSize,e.customClass]})])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field",class:[e.rootClasses,e.fieldType()]},[e.horizontal?n("div",{staticClass:"field-label is-normal",class:e.customClass},[e.label?n("label",{staticClass:"label",attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()]):[e.label?n("label",{staticClass:"label",class:e.customClass,attrs:{for:e.labelFor}},[e._v("\n "+e._s(e.label)+"\n ")]):e._e()],e._v(" "),e.horizontal?n("b-field-body",{attrs:{message:e.newMessage?e.formattedMessage:"",type:e.newType}},[e._t("default")],2):[e._t("default")],e._v(" "),e.newMessage&&!e.horizontal?n("p",{staticClass:"help",class:e.newType,domProps:{innerHTML:e._s(e.formattedMessage)}}):e._e()],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("label",{ref:"label",staticClass:"b-radio radio",class:[e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"radio",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:e._q(e.newValue,e.nativeValue)},on:{change:function(t){e.newValue=e.nativeValue}}}),e._v(" "),n("span",{staticClass:"check"}),e._v(" "),n("span",{staticClass:"control-label"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"field table-mobile-sort"},[n("div",{staticClass:"field has-addons"},[n("b-select",{attrs:{expanded:""},model:{value:e.mobileSort,callback:function(t){e.mobileSort=t},expression:"mobileSort"}},e._l(e.columns,function(t,r){return t.sortable?n("option",{key:r,domProps:{value:t}},[e._v("\n "+e._s(t.label)+"\n ")]):e._e()})),e._v(" "),n("div",{staticClass:"control"},[n("button",{staticClass:"button is-primary",on:{click:e.sort}},[n("b-icon",{directives:[{name:"show",rawName:"v-show",value:e.currentSortColumn===e.mobileSort,expression:"currentSortColumn === mobileSort"}],class:{"is-desc":!e.isAsc},attrs:{icon:"arrow-up",size:"is-small",both:""}})],1)])],1)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"fade"}},[e.isActive?n("article",{staticClass:"notification",class:e.type},[e.closable?n("button",{staticClass:"delete",attrs:{type:"button"},on:{click:e.close}}):e._e(),e._v(" "),n("div",{staticClass:"media"},[e.icon&&e.hasIcon?n("div",{staticClass:"media-left"},[n("b-icon",{attrs:{icon:e.icon,both:"",size:"is-large"}})],1):e._e(),e._v(" "),n("div",{staticClass:"media-content"},[e._t("default")],2)])]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control"},[n("label",{ref:"label",staticClass:"b-checkbox checkbox button",class:[e.checked?e.type:null,e.size,{"is-disabled":e.disabled}],attrs:{disabled:e.disabled,tabindex:!e.disabled&&0},on:{keydown:function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.$refs.label.click()}}},[e._t("default"),e._v(" "),n("input",{directives:[{name:"model",rawName:"v-model",value:e.newValue,expression:"newValue"}],attrs:{type:"checkbox",disabled:e.disabled,name:e.name},domProps:{value:e.nativeValue,checked:Array.isArray(e.newValue)?e._i(e.newValue,e.nativeValue)>-1:e.newValue},on:{change:function(t){var n=e.newValue,r=t.target,a=!!r.checked;if(Array.isArray(n)){var i=e.nativeValue,l=e._i(n,i);r.checked?l<0&&(e.newValue=n.concat([i])):l>-1&&(e.newValue=n.slice(0,l).concat(n.slice(l+1)))}else e.newValue=a}}})],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"collapse"},[n("div",{staticClass:"collapse-trigger",on:{click:e.toggle}},[e._t("trigger",null,{open:e.isOpen})],2),e._v(" "),n("transition",{attrs:{name:e.animation}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isOpen,expression:"isOpen"}],staticClass:"collapse-content"},[e._t("default")],2)])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"tags",class:{"has-addons":e.attached}},[e._t("default")],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("section",{staticClass:"datepicker-table"},[n("header",{staticClass:"datepicker-header"},e._l(e.visibleDayNames,function(t,r){return n("div",{key:r,staticClass:"datepicker-cell"},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("div",{staticClass:"datepicker-body",class:{"has-events":e.hasEvents}},e._l(e.weeksInThisMonth(e.focused.month,e.focused.year),function(t,r){return n("b-datepicker-table-row",{key:r,attrs:{"selected-date":e.value,week:t,month:e.focused.month,"min-date":e.minDate,"max-date":e.maxDate,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.eventsInThisWeek(t,r),indicators:e.indicators},on:{select:e.updateSelectedDate}})}))])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{"enter-active-class":e.transition.enter,"leave-active-class":e.transition.leave}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive,expression:"isActive"}],staticClass:"snackbar",class:[e.type,e.position]},[n("p",{staticClass:"text"},[e._v(e._s(e.message))]),e._v(" "),e.actionText?n("div",{staticClass:"action",class:e.type,on:{click:e.action}},[n("button",{staticClass:"button is-dark"},[e._v(e._s(e.actionText))])]):e._e()])])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"taginput control",class:e.rootClasses},[n("div",{staticClass:"taginput-container",class:[e.statusType,e.size,e.containerClasses],attrs:{disabled:e.disabled},on:{click:function(t){e.hasInput&&e.focus(t)}}},[e._l(e.tags,function(t,r){return n("b-tag",{key:r,attrs:{type:e.type,size:e.size,rounded:e.rounded,attached:e.attached,tabstop:!1,disabled:e.disabled,closable:""},on:{close:function(t){e.removeTag(r)}}},[e._v("\n "+e._s(e.getNormalizedTagText(t))+"\n ")])}),e._v(" "),e.hasInput?n("b-autocomplete",e._b({ref:"autocomplete",attrs:{data:e.data,field:e.field,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,"has-counter":!1,size:e.size,disabled:e.disabled,loading:e.loading,"keep-first":""},on:{focus:e.onFocus,blur:e.customOnBlur,select:e.onSelect},nativeOn:{keydown:function(t){e.keydown(t)}},scopedSlots:e._u([{key:e.defaultSlotName,fn:function(t){return[e._t("default",null,{option:t.option,index:t.index})]}}]),model:{value:e.newTag,callback:function(t){e.newTag=t},expression:"newTag"}},"b-autocomplete",e.$attrs,!1),[n("template",{slot:e.emptySlotName},[e._t("empty")],2)],2):e._e()],2),e._v(" "),e.maxtags||e.maxlength?n("p",{staticClass:"help counter"},[e.maxlength&&e.valueLength>0?[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]:e.maxtags?[e._v("\n "+e._s(e.tagsLength)+" / "+e._s(e.maxtags)+"\n ")]:e._e()],2):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"autocomplete control",class:{"is-expanded":e.expanded}},[n("b-input",e._b({ref:"input",attrs:{size:e.size,loading:e.loading,rounded:e.rounded,icon:e.icon,"icon-pack":e.iconPack,maxlength:e.maxlength,autocomplete:"off"},on:{focus:e.focused,blur:e.onBlur},nativeOn:{keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"esc",27,t.key))return null;t.preventDefault(),e.isActive=!1},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"tab",9,t.key))return null;e.tabPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.enterPressed(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"up",38,t.key))return null;t.preventDefault(),e.keyArrows("up")},function(t){if(!("button"in t)&&e._k(t.keyCode,"down",40,t.key))return null;t.preventDefault(),e.keyArrows("down")}]},model:{value:e.newValue,callback:function(t){e.newValue=t},expression:"newValue"}},"b-input",e.$attrs,!1)),e._v(" "),n("transition",{attrs:{name:"fade"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.isActive&&(e.data.length>0||e.hasEmptySlot),expression:"isActive && (data.length > 0 || hasEmptySlot)"}],ref:"dropdown",staticClass:"dropdown-menu",class:{"is-opened-top":!e.isListInViewportVertically}},[n("div",{staticClass:"dropdown-content"},[e._l(e.data,function(t,r){return n("a",{key:r,staticClass:"dropdown-item",class:{"is-hovered":t===e.hovered},on:{click:function(n){e.setSelected(t)}}},[e.hasDefaultSlot?e._t("default",null,{option:t,index:r}):n("span",{domProps:{innerHTML:e._s(e.getValue(t,!0))}})],2)}),e._v(" "),0===e.data.length?n("div",{staticClass:"dropdown-item is-disabled"},[e._t("empty")],2):e._e()],2)])])],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"control",class:e.rootClasses},["textarea"!==e.type?n("input",e._b({ref:"input",staticClass:"input",class:e.inputClasses,attrs:{type:e.newType,autocomplete:e.newAutocomplete,maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"input",e.$attrs,!1)):n("textarea",e._b({ref:"textarea",staticClass:"textarea",class:e.inputClasses,attrs:{maxlength:e.maxlength},domProps:{value:e.newValue},on:{input:e.onInput,blur:e.onBlur,focus:e.onFocus}},"textarea",e.$attrs,!1)),e._v(" "),e.icon?n("b-icon",{staticClass:"is-left",attrs:{icon:e.icon,pack:e.iconPack,size:e.iconSize}}):e._e(),e._v(" "),e.loading||!e.passwordReveal&&!e.statusType?e._e():n("b-icon",{staticClass:"is-right",class:{"is-clickable":e.passwordReveal},attrs:{icon:e.passwordReveal?e.passwordVisibleIcon:e.statusTypeIcon,pack:e.iconPack,size:e.iconSize,type:e.passwordReveal?"is-primary":e.statusType,both:""},nativeOn:{click:function(t){e.togglePasswordVisibility(t)}}}),e._v(" "),e.maxlength&&e.hasCounter?n("small",{staticClass:"help counter",class:{"is-invisible":!e.isFocused}},[e._v("\n "+e._s(e.valueLength)+" / "+e._s(e.maxlength)+"\n ")]):e._e()],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker-row"},[e._l(e.week,function(t,r){return[e.selectableDate(t)&&!e.disabled?n("a",{key:r,staticClass:"datepicker-cell",class:[e.classObject(t),{"has-event":e.eventsDateMatch(t)},e.indicators],attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(n){n.preventDefault(),e.emitChosenDate(t)},keydown:[function(n){if(!("button"in n)&&e._k(n.keyCode,"enter",13,n.key))return null;n.preventDefault(),e.emitChosenDate(t)},function(n){if(!("button"in n)&&e._k(n.keyCode,"space",32,n.key))return null;n.preventDefault(),e.emitChosenDate(t)}]}},[e._v("\n "+e._s(t.getDate())+"\n\n "),e.eventsDateMatch(t)?n("div",{staticClass:"events"},e._l(e.eventsDateMatch(t),function(e,t){return n("div",{key:t,staticClass:"event",class:e.type})})):e._e()]):n("div",{key:r,staticClass:"datepicker-cell",class:e.classObject(t)},[e._v("\n "+e._s(t.getDate())+"\n ")])]})],2)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"b-tabs",class:{"is-fullwidth":e.expanded}},[n("nav",{staticClass:"tabs",class:e.navClasses},[n("ul",e._l(e.tabItems,function(t,r){return n("li",{directives:[{name:"show",rawName:"v-show",value:t.visible,expression:"tabItem.visible"}],key:r,class:{"is-active":e.activeTab===r,"is-disabled":t.disabled}},[n("a",{on:{click:function(t){e.tabClick(r)}}},[t.$slots.header?[n("b-slot-component",{attrs:{component:t,name:"header",tag:"span",event:"updated"}})]:[t.icon?n("b-icon",{attrs:{icon:t.icon,pack:t.iconPack,size:e.size}}):e._e(),e._v(" "),n("span",[e._v(e._s(t.label))])]],2)])}))]),e._v(" "),n("section",{staticClass:"tab-content"},[e._t("default")],2)])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:e.animation}},[e.isActive?n("div",{staticClass:"modal is-active"},[n("div",{staticClass:"modal-background",on:{click:function(t){e.cancel("outside")}}}),e._v(" "),n("div",{staticClass:"animation-content",class:{"modal-content":!e.hasModalCard},style:{maxWidth:e.newWidth}},[e.component?n(e.component,e._g(e._b({tag:"component",on:{close:e.close}},"component",e.props,!1),e.events)):e.content?n("div",{domProps:{innerHTML:e._s(e.content)}}):e._t("default")],2),e._v(" "),e.showX?n("button",{staticClass:"modal-close is-large",attrs:{type:"button"},on:{click:function(t){e.cancel("x")}}}):e._e()]):e._e()])},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"datepicker control",class:[e.size,{"is-expanded":e.expanded}]},[!e.isMobile||e.inline?n("b-dropdown",{ref:"dropdown",attrs:{position:e.position,disabled:e.disabled,inline:e.inline}},[e.inline?e._e():n("b-input",e._b({ref:"input",attrs:{slot:"trigger",autocomplete:"off",value:e.formatValue(e.dateSelected),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,rounded:e.rounded,loading:e.loading,disabled:e.disabled,readonly:e.readonly},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChange(t.target.value)}},slot:"trigger"},"b-input",e.$attrs,!1)),e._v(" "),n("b-dropdown-item",{attrs:{disabled:e.disabled,custom:""}},[n("header",{staticClass:"datepicker-header"},[void 0!==e.$slots.header&&e.$slots.header.length?[e._t("header")]:n("div",{staticClass:"pagination field is-centered"},[e.isFirstMonth||e.disabled?e._e():n("a",{staticClass:"pagination-previous",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.decrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.decrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.decrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-left",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("a",{directives:[{name:"show",rawName:"v-show",value:!e.isLastMonth&&!e.disabled,expression:"!isLastMonth && !disabled"}],staticClass:"pagination-next",attrs:{role:"button",href:"#",disabled:e.disabled},on:{click:function(t){t.preventDefault(),e.incrementMonth(t)},keydown:[function(t){if(!("button"in t)&&e._k(t.keyCode,"enter",13,t.key))return null;t.preventDefault(),e.incrementMonth(t)},function(t){if(!("button"in t)&&e._k(t.keyCode,"space",32,t.key))return null;t.preventDefault(),e.incrementMonth(t)}]}},[n("b-icon",{attrs:{icon:"chevron-right",pack:e.iconPack,both:"",type:"is-primary is-clickable"}})],1),e._v(" "),n("div",{staticClass:"pagination-list"},[n("b-field",[n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.month,callback:function(t){e.$set(e.focusedDateData,"month",t)},expression:"focusedDateData.month"}},e._l(e.monthNames,function(t,r){return n("option",{key:t,domProps:{value:r}},[e._v("\n "+e._s(t)+"\n ")])})),e._v(" "),n("b-select",{attrs:{disabled:e.disabled},model:{value:e.focusedDateData.year,callback:function(t){e.$set(e.focusedDateData,"year",t)},expression:"focusedDateData.year"}},e._l(e.listOfYears,function(t){return n("option",{key:t,domProps:{value:t}},[e._v("\n "+e._s(t)+"\n ")])}))],1)],1)])],2),e._v(" "),n("b-datepicker-table",{attrs:{"day-names":e.dayNames,"month-names":e.monthNames,"first-day-of-week":e.firstDayOfWeek,"min-date":e.minDate,"max-date":e.maxDate,focused:e.focusedDateData,disabled:e.disabled,"unselectable-dates":e.unselectableDates,"unselectable-days-of-week":e.unselectableDaysOfWeek,"selectable-dates":e.selectableDates,events:e.events,indicators:e.indicators},on:{close:function(t){e.$refs.dropdown.isActive=!1}},model:{value:e.dateSelected,callback:function(t){e.dateSelected=t},expression:"dateSelected"}}),e._v(" "),void 0!==e.$slots.default&&e.$slots.default.length?n("footer",{staticClass:"datepicker-footer"},[e._t("default")],2):e._e()],1)],1):n("b-input",e._b({ref:"input",attrs:{type:"date",autocomplete:"off",value:e.formatYYYYMMDD(e.value),placeholder:e.placeholder,size:e.size,icon:e.icon,"icon-pack":e.iconPack,loading:e.loading,max:e.formatYYYYMMDD(e.maxDate),min:e.formatYYYYMMDD(e.minDate),disabled:e.disabled,readonly:!1},on:{focus:function(t){e.$emit("focus",t)},blur:function(t){e.$emit("blur",t)&&e.checkHtml5Validity()}},nativeOn:{change:function(t){e.onChangeNativePicker(t)}}},"b-input",e.$attrs,!1))],1)},staticRenderFns:[]}},function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.attached&&e.closable?n("div",{staticClass:"tags has-addons"},[n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default")],2),e._v(" "),n("a",{staticClass:"tag is-delete",class:[e.size,{"is-rounded":e.rounded}],attrs:{role:"button",tabindex:!!e.tabstop&&0,disabled:e.disabled},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}})]):n("span",{staticClass:"tag",class:[e.type,e.size,{"is-rounded":e.rounded}]},[e._t("default"),e._v(" "),e.closable?n("a",{staticClass:"delete is-small",attrs:{role:"button",disabled:e.disabled,tabindex:!!e.tabstop&&0},on:{click:function(t){e.close()},keyup:function(t){if(!("button"in t)&&e._k(t.keyCode,"delete",[8,46],t.key))return null;t.preventDefault(),e.close()}}}):e._e()],2)},staticRenderFns:[]}},function(e,t,n){e.exports=n(67)}])},function(e,t,n){"use strict";function r(e,t){0}function a(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}n.r(t);var i={name:"router-view",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,a=t.parent,i=t.data;i.routerView=!0;for(var l=a.$createElement,o=n.name,s=a.$route,u=a._routerViewCache||(a._routerViewCache={}),c=0,d=!1;a&&a._routerRoot!==a;)a.$vnode&&a.$vnode.data.routerView&&c++,a._inactive&&(d=!0),a=a.$parent;if(i.routerViewDepth=c,d)return l(u[o],i,r);var f=s.matched[c];if(!f)return u[o]=null,l();var h=u[o]=f.components[o];i.registerRouteInstance=function(e,t){var n=f.instances[o];(t&&n!==e||!t&&n===e)&&(f.instances[o]=t)},(i.hook||(i.hook={})).prepatch=function(e,t){f.instances[o]=t.componentInstance};var p=i.props=function(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}(s,f.props&&f.props[o]);if(p){p=i.props=function(e,t){for(var n in t)e[n]=t[n];return e}({},p);var v=i.attrs=i.attrs||{};for(var y in p)h.props&&y in h.props||(v[y]=p[y],delete p[y])}return l(h,i,r)}};var l=/[!'()*]/g,o=function(e){return"%"+e.charCodeAt(0).toString(16)},s=/%2C/g,u=function(e){return encodeURIComponent(e).replace(l,o).replace(s,",")},c=decodeURIComponent;function d(e){var t={};return(e=e.trim().replace(/^(\?|#|&)/,""))?(e.split("&").forEach(function(e){var n=e.replace(/\+/g," ").split("="),r=c(n.shift()),a=n.length>0?c(n.join("=")):null;void 0===t[r]?t[r]=a:Array.isArray(t[r])?t[r].push(a):t[r]=[t[r],a]}),t):t}function f(e){var t=e?Object.keys(e).map(function(t){var n=e[t];if(void 0===n)return"";if(null===n)return u(t);if(Array.isArray(n)){var r=[];return n.forEach(function(e){void 0!==e&&(null===e?r.push(u(t)):r.push(u(t)+"="+u(e)))}),r.join("&")}return u(t)+"="+u(n)}).filter(function(e){return e.length>0}).join("&"):null;return t?"?"+t:""}var h=/\/?$/;function p(e,t,n,r){var a=r&&r.options.stringifyQuery,i=t.query||{};try{i=v(i)}catch(e){}var l={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:i,params:t.params||{},fullPath:g(t,a),matched:e?function(e){var t=[];for(;e;)t.unshift(e),e=e.parent;return t}(e):[]};return n&&(l.redirectedFrom=g(n,a)),Object.freeze(l)}function v(e){if(Array.isArray(e))return e.map(v);if(e&&"object"==typeof e){var t={};for(var n in e)t[n]=v(e[n]);return t}return e}var y=p(null,{path:"/"});function g(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var a=e.hash;return void 0===a&&(a=""),(n||"/")+(t||f)(r)+a}function m(e,t){return t===y?e===t:!!t&&(e.path&&t.path?e.path.replace(h,"")===t.path.replace(h,"")&&e.hash===t.hash&&_(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&_(e.query,t.query)&&_(e.params,t.params)))}function _(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every(function(n){var r=e[n],a=t[n];return"object"==typeof r&&"object"==typeof a?_(r,a):String(r)===String(a)})}var T,M=[String,Object],b=[String,Array],K={name:"router-link",props:{to:{type:M,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:b,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,a=n.resolve(this.to,r,this.append),i=a.location,l=a.route,o=a.href,s={},u=n.options.linkActiveClass,c=n.options.linkExactActiveClass,d=null==u?"router-link-active":u,f=null==c?"router-link-exact-active":c,v=null==this.activeClass?d:this.activeClass,y=null==this.exactActiveClass?f:this.exactActiveClass,g=i.path?p(null,i,null,n):l;s[y]=m(r,g),s[v]=this.exact?s[y]:function(e,t){return 0===e.path.replace(h,"/").indexOf(t.path.replace(h,"/"))&&(!t.hash||e.hash===t.hash)&&function(e,t){for(var n in t)if(!(n in e))return!1;return!0}(e.query,t.query)}(r,g);var _=function(e){k(e)&&(t.replace?n.replace(i):n.push(i))},M={click:k};Array.isArray(this.event)?this.event.forEach(function(e){M[e]=_}):M[this.event]=_;var b={class:s};if("a"===this.tag)b.on=M,b.attrs={href:o};else{var K=function e(t){if(t)for(var n,r=0;r<t.length;r++){if("a"===(n=t[r]).tag)return n;if(n.children&&(n=e(n.children)))return n}}(this.$slots.default);if(K){K.isStatic=!1;var x=T.util.extend;(K.data=x({},K.data)).on=M,(K.data.attrs=x({},K.data.attrs)).href=o}else b.on=M}return e(this.tag,b,this.$slots.default)}};function k(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey||e.defaultPrevented||void 0!==e.button&&0!==e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function x(e){if(!x.installed||T!==e){x.installed=!0,T=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("router-view",i),e.component("router-link",K);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var C="undefined"!=typeof window;function A(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var a=t.split("/");n&&a[a.length-1]||a.pop();for(var i=e.replace(/^\//,"").split("/"),l=0;l<i.length;l++){var o=i[l];".."===o?a.pop():"."!==o&&a.push(o)}return""!==a[0]&&a.unshift(""),a.join("/")}function w(e){return e.replace(/\/\//g,"/")}var L=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},D=$,B=O,S=function(e,t){return R(O(e,t))},G=R,W=F,z=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function O(e,t){for(var n,r=[],a=0,i=0,l="",o=t&&t.delimiter||"/";null!=(n=z.exec(e));){var s=n[0],u=n[1],c=n.index;if(l+=e.slice(i,c),i=c+s.length,u)l+=u[1];else{var d=e[i],f=n[2],h=n[3],p=n[4],v=n[5],y=n[6],g=n[7];l&&(r.push(l),l="");var m=null!=f&&null!=d&&d!==f,_="+"===y||"*"===y,T="?"===y||"*"===y,M=n[2]||o,b=p||v;r.push({name:h||a++,prefix:f||"",delimiter:M,optional:T,repeat:_,partial:m,asterisk:!!g,pattern:b?j(b):g?".*":"[^"+E(M)+"]+?"})}}return i<e.length&&(l+=e.substr(i)),l&&r.push(l),r}function P(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function R(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var a="",i=n||{},l=(r||{}).pretty?P:encodeURIComponent,o=0;o<e.length;o++){var s=e[o];if("string"!=typeof s){var u,c=i[s.name];if(null==c){if(s.optional){s.partial&&(a+=s.prefix);continue}throw new TypeError('Expected "'+s.name+'" to be defined')}if(L(c)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but received `'+JSON.stringify(c)+"`");if(0===c.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var d=0;d<c.length;d++){if(u=l(c[d]),!t[o].test(u))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'", but received `'+JSON.stringify(u)+"`");a+=(0===d?s.prefix:s.delimiter)+u}}else{if(u=s.asterisk?encodeURI(c).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):l(c),!t[o].test(u))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but received "'+u+'"');a+=s.prefix+u}}else a+=s}return a}}function E(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function j(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function I(e,t){return e.keys=t,e}function N(e){return e.sensitive?"":"i"}function F(e,t,n){L(t)||(n=t||n,t=[]);for(var r=(n=n||{}).strict,a=!1!==n.end,i="",l=0;l<e.length;l++){var o=e[l];if("string"==typeof o)i+=E(o);else{var s=E(o.prefix),u="(?:"+o.pattern+")";t.push(o),o.repeat&&(u+="(?:"+s+u+")*"),i+=u=o.optional?o.partial?s+"("+u+")?":"(?:"+s+"("+u+"))?":s+"("+u+")"}}var c=E(n.delimiter||"/"),d=i.slice(-c.length)===c;return r||(i=(d?i.slice(0,-c.length):i)+"(?:"+c+"(?=$))?"),i+=a?"$":r&&d?"":"(?="+c+"|$)",I(new RegExp("^"+i,N(n)),t)}function $(e,t,n){return L(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return I(e,t)}(e,t):L(e)?function(e,t,n){for(var r=[],a=0;a<e.length;a++)r.push($(e[a],t,n).source);return I(new RegExp("(?:"+r.join("|")+")",N(n)),t)}(e,t,n):function(e,t,n){return F(O(e,n),t,n)}(e,t,n)}D.parse=B,D.compile=S,D.tokensToFunction=G,D.tokensToRegExp=W;var V=Object.create(null);function H(e,t,n){try{return(V[e]||(V[e]=D.compile(e)))(t||{},{pretty:!0})}catch(e){return""}}function q(e,t,n,r){var a=t||[],i=n||Object.create(null),l=r||Object.create(null);e.forEach(function(e){!function e(t,n,r,a,i,l){var o=a.path;var s=a.name;0;var u=a.pathToRegexpOptions||{};var c=function(e,t,n){n||(e=e.replace(/\/$/,""));if("/"===e[0])return e;if(null==t)return e;return w(t.path+"/"+e)}(o,i,u.strict);"boolean"==typeof a.caseSensitive&&(u.sensitive=a.caseSensitive);var d={path:c,regex:function(e,t){var n=D(e,[],t);0;return n}(c,u),components:a.components||{default:a.component},instances:{},name:s,parent:i,matchAs:l,redirect:a.redirect,beforeEnter:a.beforeEnter,meta:a.meta||{},props:null==a.props?{}:a.components?a.props:{default:a.props}};a.children&&a.children.forEach(function(a){var i=l?w(l+"/"+a.path):void 0;e(t,n,r,a,d,i)});if(void 0!==a.alias){var f=Array.isArray(a.alias)?a.alias:[a.alias];f.forEach(function(l){var o={path:l,children:a.children};e(t,n,r,o,i,d.path||"/")})}n[d.path]||(t.push(d.path),n[d.path]=d);s&&(r[s]||(r[s]=d))}(a,i,l,e)});for(var o=0,s=a.length;o<s;o++)"*"===a[o]&&(a.push(a.splice(o,1)[0]),s--,o--);return{pathList:a,pathMap:i,nameMap:l}}function U(e,t,n,r){var a="string"==typeof e?{path:e}:e;if(a.name||a._normalized)return a;if(!a.path&&a.params&&t){(a=Y({},a))._normalized=!0;var i=Y(Y({},t.params),a.params);if(t.name)a.name=t.name,a.params=i;else if(t.matched.length){var l=t.matched[t.matched.length-1].path;a.path=H(l,i,t.path)}else 0;return a}var o=function(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var a=e.indexOf("?");return a>=0&&(n=e.slice(a+1),e=e.slice(0,a)),{path:e,query:n,hash:t}}(a.path||""),s=t&&t.path||"/",u=o.path?A(o.path,s,n||a.append):s,c=function(e,t,n){void 0===t&&(t={});var r,a=n||d;try{r=a(e||"")}catch(e){r={}}for(var i in t)r[i]=t[i];return r}(o.query,a.query,r&&r.options.parseQuery),f=a.hash||o.hash;return f&&"#"!==f.charAt(0)&&(f="#"+f),{_normalized:!0,path:u,query:c,hash:f}}function Y(e,t){for(var n in t)e[n]=t[n];return e}function X(e,t){var n=q(e),r=n.pathList,a=n.pathMap,i=n.nameMap;function l(e,n,l){var o=U(e,n,!1,t),u=o.name;if(u){var c=i[u];if(!c)return s(null,o);var d=c.regex.keys.filter(function(e){return!e.optional}).map(function(e){return e.name});if("object"!=typeof o.params&&(o.params={}),n&&"object"==typeof n.params)for(var f in n.params)!(f in o.params)&&d.indexOf(f)>-1&&(o.params[f]=n.params[f]);if(c)return o.path=H(c.path,o.params),s(c,o,l)}else if(o.path){o.params={};for(var h=0;h<r.length;h++){var p=r[h],v=a[p];if(J(v.regex,o.path,o.params))return s(v,o,l)}}return s(null,o)}function o(e,n){var r=e.redirect,a="function"==typeof r?r(p(e,n,null,t)):r;if("string"==typeof a&&(a={path:a}),!a||"object"!=typeof a)return s(null,n);var o=a,u=o.name,c=o.path,d=n.query,f=n.hash,h=n.params;if(d=o.hasOwnProperty("query")?o.query:d,f=o.hasOwnProperty("hash")?o.hash:f,h=o.hasOwnProperty("params")?o.params:h,u){i[u];return l({_normalized:!0,name:u,query:d,hash:f,params:h},void 0,n)}if(c){var v=function(e,t){return A(e,t.parent?t.parent.path:"/",!0)}(c,e);return l({_normalized:!0,path:H(v,h),query:d,hash:f},void 0,n)}return s(null,n)}function s(e,n,r){return e&&e.redirect?o(e,r||n):e&&e.matchAs?function(e,t,n){var r=l({_normalized:!0,path:H(n,t.params)});if(r){var a=r.matched,i=a[a.length-1];return t.params=r.params,s(i,t)}return s(null,t)}(0,n,e.matchAs):p(e,n,r,t)}return{match:l,addRoutes:function(e){q(e,r,a,i)}}}function J(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var a=1,i=r.length;a<i;++a){var l=e.keys[a-1],o="string"==typeof r[a]?decodeURIComponent(r[a]):r[a];l&&(n[l.name]=o)}return!0}var Z=Object.create(null);function Q(){window.history.replaceState({key:de()},""),window.addEventListener("popstate",function(e){var t;te(),e.state&&e.state.key&&(t=e.state.key,ue=t)})}function ee(e,t,n,r){if(e.app){var a=e.options.scrollBehavior;a&&e.app.$nextTick(function(){var e=function(){var e=de();if(e)return Z[e]}(),i=a(t,n,r?e:null);i&&("function"==typeof i.then?i.then(function(t){ie(t,e)}).catch(function(e){0}):ie(i,e))})}}function te(){var e=de();e&&(Z[e]={x:window.pageXOffset,y:window.pageYOffset})}function ne(e){return ae(e.x)||ae(e.y)}function re(e){return{x:ae(e.x)?e.x:window.pageXOffset,y:ae(e.y)?e.y:window.pageYOffset}}function ae(e){return"number"==typeof e}function ie(e,t){var n,r="object"==typeof e;if(r&&"string"==typeof e.selector){var a=document.querySelector(e.selector);if(a){var i=e.offset&&"object"==typeof e.offset?e.offset:{};t=function(e,t){var n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{x:r.left-n.left-t.x,y:r.top-n.top-t.y}}(a,i={x:ae((n=i).x)?n.x:0,y:ae(n.y)?n.y:0})}else ne(e)&&(t=re(e))}else r&&ne(e)&&(t=re(e));t&&window.scrollTo(t.x,t.y)}var le,oe=C&&((-1===(le=window.navigator.userAgent).indexOf("Android 2.")&&-1===le.indexOf("Android 4.0")||-1===le.indexOf("Mobile Safari")||-1!==le.indexOf("Chrome")||-1!==le.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history),se=C&&window.performance&&window.performance.now?window.performance:Date,ue=ce();function ce(){return se.now().toFixed(3)}function de(){return ue}function fe(e,t){te();var n=window.history;try{t?n.replaceState({key:ue},"",e):(ue=ce(),n.pushState({key:ue},"",e))}catch(n){window.location[t?"replace":"assign"](e)}}function he(e){fe(e,!0)}function pe(e,t,n){var r=function(a){a>=e.length?n():e[a]?t(e[a],function(){r(a+1)}):r(a+1)};r(0)}function ve(e){return function(t,n,r){var i=!1,l=0,o=null;ye(e,function(e,t,n,s){if("function"==typeof e&&void 0===e.cid){i=!0,l++;var u,c=_e(function(t){var a;((a=t).__esModule||me&&"Module"===a[Symbol.toStringTag])&&(t=t.default),e.resolved="function"==typeof t?t:T.extend(t),n.components[s]=t,--l<=0&&r()}),d=_e(function(e){var t="Failed to resolve async component "+s+": "+e;o||(o=a(e)?e:new Error(t),r(o))});try{u=e(c,d)}catch(e){d(e)}if(u)if("function"==typeof u.then)u.then(c,d);else{var f=u.component;f&&"function"==typeof f.then&&f.then(c,d)}}}),i||r()}}function ye(e,t){return ge(e.map(function(e){return Object.keys(e.components).map(function(n){return t(e.components[n],e.instances[n],e,n)})}))}function ge(e){return Array.prototype.concat.apply([],e)}var me="function"==typeof Symbol&&"symbol"==typeof Symbol.toStringTag;function _e(e){var t=!1;return function(){for(var n=[],r=arguments.length;r--;)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var Te=function(e,t){this.router=e,this.base=function(e){if(!e)if(C){var t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^https?:\/\/[^\/]+/,"")}else e="/";"/"!==e.charAt(0)&&(e="/"+e);return e.replace(/\/$/,"")}(t),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Me(e,t,n,r){var a=ye(e,function(e,r,a,i){var l=function(e,t){"function"!=typeof e&&(e=T.extend(e));return e.options[t]}(e,t);if(l)return Array.isArray(l)?l.map(function(e){return n(e,r,a,i)}):n(l,r,a,i)});return ge(r?a.reverse():a)}function be(e,t){if(t)return function(){return e.apply(t,arguments)}}Te.prototype.listen=function(e){this.cb=e},Te.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},Te.prototype.onError=function(e){this.errorCbs.push(e)},Te.prototype.transitionTo=function(e,t,n){var r=this,a=this.router.match(e,this.current);this.confirmTransition(a,function(){r.updateRoute(a),t&&t(a),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach(function(e){e(a)}))},function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach(function(t){t(e)}))})},Te.prototype.confirmTransition=function(e,t,n){var i=this,l=this.current,o=function(e){a(e)&&(i.errorCbs.length?i.errorCbs.forEach(function(t){t(e)}):(r(),console.error(e))),n&&n(e)};if(m(e,l)&&e.matched.length===l.matched.length)return this.ensureURL(),o();var s=function(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r&&e[n]===t[n];n++);return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}(this.current.matched,e.matched),u=s.updated,c=s.deactivated,d=s.activated,f=[].concat(function(e){return Me(e,"beforeRouteLeave",be,!0)}(c),this.router.beforeHooks,function(e){return Me(e,"beforeRouteUpdate",be)}(u),d.map(function(e){return e.beforeEnter}),ve(d));this.pending=e;var h=function(t,n){if(i.pending!==e)return o();try{t(e,l,function(e){!1===e||a(e)?(i.ensureURL(!0),o(e)):"string"==typeof e||"object"==typeof e&&("string"==typeof e.path||"string"==typeof e.name)?(o(),"object"==typeof e&&e.replace?i.replace(e):i.push(e)):n(e)})}catch(e){o(e)}};pe(f,h,function(){var n=[];pe(function(e,t,n){return Me(e,"beforeRouteEnter",function(e,r,a,i){return function(e,t,n,r,a){return function(i,l,o){return e(i,l,function(e){o(e),"function"==typeof e&&r.push(function(){!function e(t,n,r,a){n[r]?t(n[r]):a()&&setTimeout(function(){e(t,n,r,a)},16)}(e,t.instances,n,a)})})}}(e,a,i,t,n)})}(d,n,function(){return i.current===e}).concat(i.router.resolveHooks),h,function(){if(i.pending!==e)return o();i.pending=null,t(e),i.router.app&&i.router.app.$nextTick(function(){n.forEach(function(e){e()})})})})},Te.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach(function(n){n&&n(e,t)})};var Ke=function(e){function t(t,n){var r=this;e.call(this,t,n);var a=t.options.scrollBehavior;a&&Q();var i=ke(this.base);window.addEventListener("popstate",function(e){var n=r.current,l=ke(r.base);r.current===y&&l===i||r.transitionTo(l,function(e){a&&ee(t,e,n,!0)})})}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){fe(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){he(w(r.base+e.fullPath)),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.ensureURL=function(e){if(ke(this.base)!==this.current.fullPath){var t=w(this.base+this.current.fullPath);e?fe(t):he(t)}},t.prototype.getCurrentLocation=function(){return ke(this.base)},t}(Te);function ke(e){var t=window.location.pathname;return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var xe=function(e){function t(t,n,r){e.call(this,t,n),r&&function(e){var t=ke(e);if(!/^\/#/.test(t))return window.location.replace(w(e+"/#"+t)),!0}(this.base)||Ce()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router.options.scrollBehavior,n=oe&&t;n&&Q(),window.addEventListener(oe?"popstate":"hashchange",function(){var t=e.current;Ce()&&e.transitionTo(Ae(),function(r){n&&ee(e.router,r,t,!0),oe||De(r.fullPath)})})},t.prototype.push=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){Le(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this,a=this.current;this.transitionTo(e,function(e){De(e.fullPath),ee(r.router,e,a,!1),t&&t(e)},n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;Ae()!==t&&(e?Le(t):De(t))},t.prototype.getCurrentLocation=function(){return Ae()},t}(Te);function Ce(){var e=Ae();return"/"===e.charAt(0)||(De("/"+e),!1)}function Ae(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.slice(t+1)}function we(e){var t=window.location.href,n=t.indexOf("#");return(n>=0?t.slice(0,n):t)+"#"+e}function Le(e){oe?fe(we(e)):window.location.hash=e}function De(e){oe?he(we(e)):window.location.replace(we(e))}var Be=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)},n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)},n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,function(){t.index=n,t.updateRoute(r)})}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(Te),Se=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=X(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!oe&&!1!==e.fallback,this.fallback&&(t="hash"),C||(t="abstract"),this.mode=t,t){case"history":this.history=new Ke(this,e.base);break;case"hash":this.history=new xe(this,e.base,this.fallback);break;case"abstract":this.history=new Be(this,e.base);break;default:0}},Ge={currentRoute:{configurable:!0}};function We(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}Se.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},Ge.currentRoute.get=function(){return this.history&&this.history.current},Se.prototype.init=function(e){var t=this;if(this.apps.push(e),!this.app){this.app=e;var n=this.history;if(n instanceof Ke)n.transitionTo(n.getCurrentLocation());else if(n instanceof xe){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen(function(e){t.apps.forEach(function(t){t._route=e})})}},Se.prototype.beforeEach=function(e){return We(this.beforeHooks,e)},Se.prototype.beforeResolve=function(e){return We(this.resolveHooks,e)},Se.prototype.afterEach=function(e){return We(this.afterHooks,e)},Se.prototype.onReady=function(e,t){this.history.onReady(e,t)},Se.prototype.onError=function(e){this.history.onError(e)},Se.prototype.push=function(e,t,n){this.history.push(e,t,n)},Se.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},Se.prototype.go=function(e){this.history.go(e)},Se.prototype.back=function(){this.go(-1)},Se.prototype.forward=function(){this.go(1)},Se.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map(function(e){return Object.keys(e.components).map(function(t){return e.components[t]})})):[]},Se.prototype.resolve=function(e,t,n){var r=U(e,t||this.history.current,n,this),a=this.match(r,t),i=a.redirectedFrom||a.fullPath;return{location:r,route:a,href:function(e,t,n){var r="hash"===n?"#"+t:t;return e?w(e+"/"+r):r}(this.history.base,i,this.mode),normalizedTo:r,resolved:a}},Se.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(Se.prototype,Ge),Se.install=x,Se.version="3.0.1",C&&window.Vue&&window.Vue.use(Se),t.default=Se},function(e,t,n){(function(e,t){!function(e,n){"use strict";if(!e.setImmediate){var r,a,i,l,o,s=1,u={},c=!1,d=e.document,f=Object.getPrototypeOf&&Object.getPrototypeOf(e);f=f&&f.setTimeout?f:e,"[object process]"==={}.toString.call(e.process)?r=function(e){t.nextTick(function(){p(e)})}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage("","*"),e.onmessage=n,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){p(e.data)},r=function(e){i.port2.postMessage(e)}):d&&"onreadystatechange"in d.createElement("script")?(a=d.documentElement,r=function(e){var t=d.createElement("script");t.onreadystatechange=function(){p(e),t.onreadystatechange=null,a.removeChild(t),t=null},a.appendChild(t)}):r=function(e){setTimeout(p,0,e)}:(l="setImmediate$"+Math.random()+"$",o=function(t){t.source===e&&"string"==typeof t.data&&0===t.data.indexOf(l)&&p(+t.data.slice(l.length))},e.addEventListener?e.addEventListener("message",o,!1):e.attachEvent("onmessage",o),r=function(t){e.postMessage(l+t,"*")}),f.setImmediate=function(e){"function"!=typeof e&&(e=new Function(""+e));for(var t=new Array(arguments.length-1),n=0;n<t.length;n++)t[n]=arguments[n+1];var a={callback:e,args:t};return u[s]=a,r(s),s++},f.clearImmediate=h}function h(e){delete u[e]}function p(e){if(c)setTimeout(p,0,e);else{var t=u[e];if(t){c=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(n,r)}}(t)}finally{h(e),c=!1}}}}}("undefined"==typeof self?void 0===e?this:e:self)}).call(this,n(44),n(170))},function(e,t,n){(function(e){var r=void 0!==e&&e||"undefined"!=typeof self&&self||window,a=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(a.call(setTimeout,r,arguments),clearTimeout)},t.setInterval=function(){return new i(a.call(setInterval,r,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(336),t.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,n(44))},function(e,t,n){"use strict";var r=c(n(12)),a=c(n(335)),i=c(n(334));n(333);var l=c(n(331)),o=c(n(330)),s=c(n(329)),u=c(n(169));function c(e){return e&&e.__esModule?e:{default:e}}r.default.use(a.default),r.default.use(i.default),r.default.use(n(171)),r.default.use(l.default.Adsense);var d=new a.default({routes:[{path:"/",name:"home",component:u.default}]});r.default.use(o.default,{id:"UA-118868480-1",router:d,debug:{sendHitTask:!0,enabled:!1}}),new r.default({router:d,el:"#app",render:function(e){return e(s.default)},mounted:function(){var e=this;(window.matchMedia("(display-mode: standalone)").matches||!0===window.navigator.standalone)&&this.$ga.event("PWA","started"),"serviceWorker"in navigator&&navigator.serviceWorker.register("/service-worker.js").then(function(t){"function"==typeof t.update&&(e.$ga.event("PWA","update"),t.update())})}})}]);
\ No newline at end of file diff --git a/dist/main.css b/dist/main.css index 06b9854..4034b97 100644 --- a/dist/main.css +++ b/dist/main.css @@ -2,4 +2,4 @@ /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}audio,embed,img,object,video{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#7957d5;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#dbdbdb;border:none;display:block;height:1px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix:after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}.has-text-justified{text-align:justify!important}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}.has-text-left{text-align:left!important}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-text-primary{color:#7957d5!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#5a32c7!important}.has-text-link{color:#7957d5!important}a.has-text-link:focus,a.has-text-link:hover{color:#5a32c7!important}.has-text-info{color:#167df0!important}a.has-text-info:focus,a.has-text-info:hover{color:#0d64c6!important}.has-text-success{color:#23d160!important}a.has-text-success:focus,a.has-text-success:hover{color:#1ca64c!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ff0537!important}.has-text-black-bis{color:#121212!important}.has-text-black-ter{color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:-ms-flexbox!important;display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:-ms-flexbox!important;display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:-ms-flexbox!important;display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:-ms-flexbox!important;display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:-ms-inline-flexbox!important;display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.box{background-color:#fff;border-radius:5px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);color:#4a4a4a;display:block;padding:1.25rem}.box:not(:last-child){margin-bottom:1.5rem}a.box:focus,a.box:hover{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px #7957d5}a.box:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2),0 0 0 1px #7957d5}.button{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border-color:#dbdbdb;color:#363636;cursor:pointer;-ms-flex-pack:center;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button.is-active,.button.is-focused,.button:active,.button:focus{outline:none}.button[disabled]{cursor:not-allowed}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#7957d5;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#363636}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted:hover{background-color:#292929}.button.is-light.is-inverted[disabled]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary{background-color:#7957d5;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#714dd2;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#6943d0;border-color:transparent;color:#fff}.button.is-primary[disabled]{background-color:#7957d5;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#7957d5}.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.button.is-primary.is-outlined[disabled]{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.button.is-primary.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link{background-color:#7957d5;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#714dd2;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#6943d0;border-color:transparent;color:#fff}.button.is-link[disabled]{background-color:#7957d5;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#7957d5}.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#7957d5}.button.is-link.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#7957d5;color:#7957d5}.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#7957d5;border-color:#7957d5;color:#fff}.button.is-link.is-outlined.is-loading:after{border-color:transparent transparent #7957d5 #7957d5!important}.button.is-link.is-outlined[disabled]{background-color:transparent;border-color:#7957d5;box-shadow:none;color:#7957d5}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#fff;color:#7957d5}.button.is-link.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info{background-color:#167df0;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#0f77ea;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#0e71de;border-color:transparent;color:#fff}.button.is-info[disabled]{background-color:#167df0;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#167df0}.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#167df0}.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#167df0;color:#167df0}.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#167df0;border-color:#167df0;color:#fff}.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #167df0 #167df0!important}.button.is-info.is-outlined[disabled]{background-color:transparent;border-color:#167df0;box-shadow:none;color:#167df0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#fff;color:#167df0}.button.is-info.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#23d160}.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{color:#ffdd57}.button.is-warning.is-inverted,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:-ms-flexbox;display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.is-centered{-ms-flex-pack:center;justify-content:center}.buttons.is-right{-ms-flex-pack:end;justify-content:flex-end}.container{margin:0 auto;position:relative}@media screen and (min-width:1024px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:32px;margin-right:32px;max-width:none;width:auto}}@media screen and (max-width:1215px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1407px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1216px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1408px){.container{max-width:1344px;width:1344px}}.content:not(:last-child){margin-bottom:1.5rem}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:400;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style:decimal outside}.content ol,.content ul{margin-left:2em;margin-top:1em}.content ul{list-style:disc outside}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636;text-align:left}.content table tr:hover{background-color:#f5f5f5}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.input,.taginput .taginput-container.is-focusable,.textarea{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border-color:#dbdbdb;color:#363636;box-shadow:inset 0 1px 2px hsla(0,0%,4%,.1);max-width:100%;width:100%}.input.is-active,.input.is-focused,.input:active,.input:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{outline:none}.input[disabled],.taginput [disabled].taginput-container.is-focusable,.textarea[disabled]{cursor:not-allowed}.input::-moz-placeholder,.taginput .taginput-container.is-focusable::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.taginput .taginput-container.is-focusable::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.taginput .taginput-container.is-focusable:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.taginput .taginput-container.is-focusable:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input.is-hovered,.input:hover,.taginput .is-hovered.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:hover,.textarea.is-hovered,.textarea:hover{border-color:#b5b5b5}.input.is-active,.input.is-focused,.input:active,.input:focus,.taginput .is-active.taginput-container.is-focusable,.taginput .is-focused.taginput-container.is-focusable,.taginput .taginput-container.is-focusable:active,.taginput .taginput-container.is-focusable:focus,.textarea.is-active,.textarea.is-focused,.textarea:active,.textarea:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input[disabled],.taginput [disabled].taginput-container.is-focusable,.textarea[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.taginput [disabled].taginput-container.is-focusable::-moz-placeholder,.textarea[disabled]::-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]::-webkit-input-placeholder,.taginput [disabled].taginput-container.is-focusable::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-moz-placeholder,.taginput [disabled].taginput-container.is-focusable:-moz-placeholder,.textarea[disabled]:-moz-placeholder{color:hsla(0,0%,48%,.3)}.input[disabled]:-ms-input-placeholder,.taginput [disabled].taginput-container.is-focusable:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.input[readonly],.taginput [readonly].taginput-container.is-focusable,.textarea[readonly]{box-shadow:none}.input.is-white,.taginput .is-white.taginput-container.is-focusable,.textarea.is-white{border-color:#fff}.input.is-white.is-active,.input.is-white.is-focused,.input.is-white:active,.input.is-white:focus,.taginput .is-white.is-active.taginput-container.is-focusable,.taginput .is-white.is-focused.taginput-container.is-focusable,.taginput .is-white.taginput-container.is-focusable:active,.taginput .is-white.taginput-container.is-focusable:focus,.textarea.is-white.is-active,.textarea.is-white.is-focused,.textarea.is-white:active,.textarea.is-white:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.input.is-black,.taginput .is-black.taginput-container.is-focusable,.textarea.is-black{border-color:#0a0a0a}.input.is-black.is-active,.input.is-black.is-focused,.input.is-black:active,.input.is-black:focus,.taginput .is-black.is-active.taginput-container.is-focusable,.taginput .is-black.is-focused.taginput-container.is-focusable,.taginput .is-black.taginput-container.is-focusable:active,.taginput .is-black.taginput-container.is-focusable:focus,.textarea.is-black.is-active,.textarea.is-black.is-focused,.textarea.is-black:active,.textarea.is-black:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.input.is-light,.taginput .is-light.taginput-container.is-focusable,.textarea.is-light{border-color:#f5f5f5}.input.is-light.is-active,.input.is-light.is-focused,.input.is-light:active,.input.is-light:focus,.taginput .is-light.is-active.taginput-container.is-focusable,.taginput .is-light.is-focused.taginput-container.is-focusable,.taginput .is-light.taginput-container.is-focusable:active,.taginput .is-light.taginput-container.is-focusable:focus,.textarea.is-light.is-active,.textarea.is-light.is-focused,.textarea.is-light:active,.textarea.is-light:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.input.is-dark,.taginput .is-dark.taginput-container.is-focusable,.textarea.is-dark{border-color:#363636}.input.is-dark.is-active,.input.is-dark.is-focused,.input.is-dark:active,.input.is-dark:focus,.taginput .is-dark.is-active.taginput-container.is-focusable,.taginput .is-dark.is-focused.taginput-container.is-focusable,.taginput .is-dark.taginput-container.is-focusable:active,.taginput .is-dark.taginput-container.is-focusable:focus,.textarea.is-dark.is-active,.textarea.is-dark.is-focused,.textarea.is-dark:active,.textarea.is-dark:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.input.is-primary,.taginput .is-primary.taginput-container.is-focusable,.textarea.is-primary{border-color:#7957d5}.input.is-primary.is-active,.input.is-primary.is-focused,.input.is-primary:active,.input.is-primary:focus,.taginput .is-primary.is-active.taginput-container.is-focusable,.taginput .is-primary.is-focused.taginput-container.is-focusable,.taginput .is-primary.taginput-container.is-focusable:active,.taginput .is-primary.taginput-container.is-focusable:focus,.textarea.is-primary.is-active,.textarea.is-primary.is-focused,.textarea.is-primary:active,.textarea.is-primary:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input.is-link,.taginput .is-link.taginput-container.is-focusable,.textarea.is-link{border-color:#7957d5}.input.is-link.is-active,.input.is-link.is-focused,.input.is-link:active,.input.is-link:focus,.taginput .is-link.is-active.taginput-container.is-focusable,.taginput .is-link.is-focused.taginput-container.is-focusable,.taginput .is-link.taginput-container.is-focusable:active,.taginput .is-link.taginput-container.is-focusable:focus,.textarea.is-link.is-active,.textarea.is-link.is-focused,.textarea.is-link:active,.textarea.is-link:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.input.is-info,.taginput .is-info.taginput-container.is-focusable,.textarea.is-info{border-color:#167df0}.input.is-info.is-active,.input.is-info.is-focused,.input.is-info:active,.input.is-info:focus,.taginput .is-info.is-active.taginput-container.is-focusable,.taginput .is-info.is-focused.taginput-container.is-focusable,.taginput .is-info.taginput-container.is-focusable:active,.taginput .is-info.taginput-container.is-focusable:focus,.textarea.is-info.is-active,.textarea.is-info.is-focused,.textarea.is-info:active,.textarea.is-info:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.input.is-success,.taginput .is-success.taginput-container.is-focusable,.textarea.is-success{border-color:#23d160}.input.is-success.is-active,.input.is-success.is-focused,.input.is-success:active,.input.is-success:focus,.taginput .is-success.is-active.taginput-container.is-focusable,.taginput .is-success.is-focused.taginput-container.is-focusable,.taginput .is-success.taginput-container.is-focusable:active,.taginput .is-success.taginput-container.is-focusable:focus,.textarea.is-success.is-active,.textarea.is-success.is-focused,.textarea.is-success:active,.textarea.is-success:focus{box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.input.is-warning,.taginput .is-warning.taginput-container.is-focusable,.textarea.is-warning{border-color:#ffdd57}.input.is-warning.is-active,.input.is-warning.is-focused,.input.is-warning:active,.input.is-warning:focus,.taginput .is-warning.is-active.taginput-container.is-focusable,.taginput .is-warning.is-focused.taginput-container.is-focusable,.taginput .is-warning.taginput-container.is-focusable:active,.taginput .is-warning.taginput-container.is-focusable:focus,.textarea.is-warning.is-active,.textarea.is-warning.is-focused,.textarea.is-warning:active,.textarea.is-warning:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.input.is-danger,.taginput .is-danger.taginput-container.is-focusable,.textarea.is-danger{border-color:#ff3860}.input.is-danger.is-active,.input.is-danger.is-focused,.input.is-danger:active,.input.is-danger:focus,.taginput .is-danger.is-active.taginput-container.is-focusable,.taginput .is-danger.is-focused.taginput-container.is-focusable,.taginput .is-danger.taginput-container.is-focusable:active,.taginput .is-danger.taginput-container.is-focusable:focus,.textarea.is-danger.is-active,.textarea.is-danger.is-focused,.textarea.is-danger:active,.textarea.is-danger:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.input.is-small,.taginput .is-small.taginput-container.is-focusable,.textarea.is-small{border-radius:2px;font-size:.75rem}.input.is-medium,.taginput .is-medium.taginput-container.is-focusable,.textarea.is-medium{font-size:1.25rem}.input.is-large,.taginput .is-large.taginput-container.is-focusable,.textarea.is-large{font-size:1.5rem}.input.is-fullwidth,.taginput .is-fullwidth.taginput-container.is-focusable,.textarea.is-fullwidth{display:block;width:100%}.input.is-inline,.taginput .is-inline.taginput-container.is-focusable,.textarea.is-inline{display:inline;width:auto}.input.is-rounded,.taginput .is-rounded.taginput-container.is-focusable{border-radius:290486px;padding-left:1em;padding-right:1em}.input.is-static,.taginput .is-static.taginput-container.is-focusable{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:.625em;resize:vertical}.textarea:not([rows]){max-height:600px;min-height:120px}.textarea[rows]{height:unset}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#363636}.checkbox[disabled],.radio[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.25em}.select:not(.is-multiple):after{border:1px solid #7957d5;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top;background-color:#fff;border-color:#dbdbdb;color:#363636;cursor:pointer;display:block;font-size:1em;max-width:100%;outline:none}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{outline:none}.select select[disabled]{cursor:not-allowed}.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select.is-hovered,.select select:hover{border-color:#b5b5b5}.select select.is-active,.select select.is-focused,.select select:active,.select select:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select select[disabled]{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]::-webkit-input-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-moz-placeholder{color:hsla(0,0%,48%,.3)}.select select[disabled]:-ms-input-placeholder{color:hsla(0,0%,48%,.3)}.select select::-ms-expand{display:none}.select select[disabled]:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:unset;padding:0}.select select[multiple] option{padding:.5em 1em}.select:hover:after{border-color:#363636}.select.is-white select{border-color:#fff}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.select.is-dark select{border-color:#363636}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.select.is-primary select{border-color:#7957d5}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select.is-link select{border-color:#7957d5}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.select.is-info select{border-color:#167df0}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(22,125,240,.25)}.select.is-success select{border-color:#23d160}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.select.is-danger select{border-color:#ff3860}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled:after{border-color:#7a7a7a}.select.is-fullwidth,.select.is-fullwidth select{width:100%}.select.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,100%,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,4%,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:#363636}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:#363636}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em hsla(0,0%,96%,.25);color:#363636}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:#363636}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#f5f5f5}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#f5f5f5}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#f5f5f5}.file.is-primary .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#7957d5;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#714dd2;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(121,87,213,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#6943d0;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#167df0;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#0f77ea;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(22,125,240,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#0e71de;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#23d160;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#22c65b;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(35,209,96,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#20bc56;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#ff3860;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#ff2b56;border-color:transparent;color:#fff}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,56,96,.25);color:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ff1f4b;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:3px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-cta,.file.is-boxed .file-label{-ms-flex-direction:column;flex-direction:column}.file.is-boxed .file-cta{height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:3px 3px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 3px 3px;border-width:0 1px 1px}.file.is-centered{-ms-flex-pack:center;justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{-ms-flex-positive:1;flex-grow:1;max-width:none}.file.is-right{-ms-flex-pack:end;justify-content:flex-end}.file.is-right .file-cta{border-radius:0 3px 3px 0}.file.is-right .file-name{border-radius:3px 0 0 3px;border-width:1px 0 1px 1px;-ms-flex-order:-1;order:-1}.file-label{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;cursor:pointer;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:.01em;left:0;outline:none;position:absolute;top:0;width:.01em}.file-cta,.file-name{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;border-color:#dbdbdb;border-radius:3px;font-size:1em;padding:calc(.375em - 1px) 1em;white-space:nowrap}.file-cta.is-active,.file-cta.is-focused,.file-cta:active,.file-cta:focus,.file-name.is-active,.file-name.is-focused,.file-name:active,.file-name:focus{outline:none}.file-cta[disabled],.file-name[disabled]{cursor:not-allowed}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:left;text-overflow:ellipsis}.file-icon{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:1em;-ms-flex-pack:center;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-link,.help.is-primary{color:#7957d5}.help.is-info{color:#167df0}.help.is-success{color:#23d160}.help.is-warning{color:#ffdd57}.help.is-danger{color:#ff3860}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select,.field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable{border-radius:0}.field.has-addons .control:first-child .button,.field.has-addons .control:first-child .input,.field.has-addons .control:first-child .select select,.field.has-addons .control:first-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .taginput-container.is-focusable{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child .button,.field.has-addons .control:last-child .input,.field.has-addons .control:last-child .select select,.field.has-addons .control:last-child .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .taginput-container.is-focusable{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button.is-hovered,.field.has-addons .control .button:hover,.field.has-addons .control .input.is-hovered,.field.has-addons .control .input:hover,.field.has-addons .control .select select.is-hovered,.field.has-addons .control .select select:hover,.field.has-addons .control .taginput .is-hovered.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-hovered.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:hover{z-index:2}.field.has-addons .control .button.is-active,.field.has-addons .control .button.is-focused,.field.has-addons .control .button:active,.field.has-addons .control .button:focus,.field.has-addons .control .input.is-active,.field.has-addons .control .input.is-focused,.field.has-addons .control .input:active,.field.has-addons .control .input:focus,.field.has-addons .control .select select.is-active,.field.has-addons .control .select select.is-focused,.field.has-addons .control .select select:active,.field.has-addons .control .select select:focus,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable,.field.has-addons .control .taginput .taginput-container.is-focusable:active,.field.has-addons .control .taginput .taginput-container.is-focusable:focus,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable,.taginput .field.has-addons .control .taginput-container.is-focusable:active,.taginput .field.has-addons .control .taginput-container.is-focusable:focus{z-index:3}.field.has-addons .control .button.is-active:hover,.field.has-addons .control .button.is-focused:hover,.field.has-addons .control .button:active:hover,.field.has-addons .control .button:focus:hover,.field.has-addons .control .input.is-active:hover,.field.has-addons .control .input.is-focused:hover,.field.has-addons .control .input:active:hover,.field.has-addons .control .input:focus:hover,.field.has-addons .control .select select.is-active:hover,.field.has-addons .control .select select.is-focused:hover,.field.has-addons .control .select select:active:hover,.field.has-addons .control .select select:focus:hover,.field.has-addons .control .taginput .is-active.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .is-focused.taginput-container.is-focusable:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:active:hover,.field.has-addons .control .taginput .taginput-container.is-focusable:focus:hover,.taginput .field.has-addons .control .is-active.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .is-focused.taginput-container.is-focusable:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:active:hover,.taginput .field.has-addons .control .taginput-container.is-focusable:focus:hover{z-index:4}.field.has-addons .control.is-expanded{-ms-flex-positive:1;flex-grow:1}.field.has-addons.has-addons-centered{-ms-flex-pack:center;justify-content:center}.field.has-addons.has-addons-right{-ms-flex-pack:end;justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.field.is-grouped{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.field.is-grouped>.control{-ms-flex-negative:0;flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{-ms-flex-pack:center;justify-content:center}.field.is-grouped.is-grouped-right{-ms-flex-pack:end;justify-content:flex-end}.field.is-grouped.is-grouped-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media print,screen and (min-width:769px){.field.is-horizontal{display:-ms-flexbox;display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media print,screen and (min-width:769px){.field-label{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media print,screen and (min-width:769px){.field-body{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{-ms-flex-negative:1;flex-shrink:1}.field-body>.field:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{font-size:1rem;position:relative;text-align:left}.control.has-icon .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icon .input:focus+.icon,.control.has-icon .taginput .taginput-container.is-focusable:focus+.icon,.taginput .control.has-icon .taginput-container.is-focusable:focus+.icon{color:#7a7a7a}.control.has-icon .input.is-small+.icon,.control.has-icon .taginput .is-small.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-small.taginput-container.is-focusable+.icon{font-size:.75rem}.control.has-icon .input.is-medium+.icon,.control.has-icon .taginput .is-medium.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-medium.taginput-container.is-focusable+.icon{font-size:1.25rem}.control.has-icon .input.is-large+.icon,.control.has-icon .taginput .is-large.taginput-container.is-focusable+.icon,.taginput .control.has-icon .is-large.taginput-container.is-focusable+.icon{font-size:1.5rem}.control.has-icon:not(.has-icon-right) .icon{left:0}.control.has-icon:not(.has-icon-right) .input,.control.has-icon:not(.has-icon-right) .taginput .taginput-container.is-focusable,.taginput .control.has-icon:not(.has-icon-right) .taginput-container.is-focusable{padding-left:2.25em}.control.has-icon.has-icon-right .icon{right:0}.control.has-icon.has-icon-right .input,.control.has-icon.has-icon-right .taginput .taginput-container.is-focusable,.taginput .control.has-icon.has-icon-right .taginput-container.is-focusable{padding-right:2.25em}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-left .taginput .taginput-container.is-focusable:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon,.control.has-icons-right .taginput .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-left .taginput-container.is-focusable:focus~.icon,.taginput .control.has-icons-right .taginput-container.is-focusable:focus~.icon{color:#7a7a7a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-left .taginput .is-small.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon,.control.has-icons-right .taginput .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-small.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-small.taginput-container.is-focusable~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-left .taginput .is-medium.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon,.control.has-icons-right .taginput .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-medium.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-medium.taginput-container.is-focusable~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-left .taginput .is-large.taginput-container.is-focusable~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon,.control.has-icons-right .taginput .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-left .is-large.taginput-container.is-focusable~.icon,.taginput .control.has-icons-right .is-large.taginput-container.is-focusable~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.25em;pointer-events:none;position:absolute;top:0;width:2.25em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select,.control.has-icons-left .taginput .taginput-container.is-focusable,.taginput .control.has-icons-left .taginput-container.is-focusable{padding-left:2.25em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select,.control.has-icons-right .taginput .taginput-container.is-focusable,.taginput .control.has-icons-right .taginput-container.is-focusable{padding-right:2.25em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.icon{-ms-flex-align:center;align-items:center;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-1by1 img,.image.is-2by1 img,.image.is-3by2 img,.image.is-4by3 img,.image.is-16by9 img,.image.is-square img{bottom:0;left:0;position:absolute;right:0;top:0;height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#f5f5f5;border-radius:3px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative}.notification:not(:last-child){margin-bottom:1.5rem}.notification a:not(.button){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:transparent}.notification>.delete{position:absolute;right:.5rem;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:#363636}.notification.is-dark{background-color:#363636;color:#f5f5f5}.notification.is-link,.notification.is-primary{background-color:#7957d5;color:#fff}.notification.is-info{background-color:#167df0;color:#fff}.notification.is-success{background-color:#23d160;color:#fff}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-danger{background-color:#ff3860;color:#fff}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress:not(:last-child){margin-bottom:1.5rem}.progress::-webkit-progress-bar{background-color:#dbdbdb}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-primary::-webkit-progress-value{background-color:#7957d5}.progress.is-primary::-moz-progress-bar{background-color:#7957d5}.progress.is-primary::-ms-fill{background-color:#7957d5}.progress.is-link::-webkit-progress-value{background-color:#7957d5}.progress.is-link::-moz-progress-bar{background-color:#7957d5}.progress.is-link::-ms-fill{background-color:#7957d5}.progress.is-info::-webkit-progress-value{background-color:#167df0}.progress.is-info::-moz-progress-bar{background-color:#167df0}.progress.is-info::-ms-fill{background-color:#167df0}.progress.is-success::-webkit-progress-value{background-color:#23d160}.progress.is-success::-moz-progress-bar{background-color:#23d160}.progress.is-success::-ms-fill{background-color:#23d160}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-danger::-webkit-progress-value{background-color:#ff3860}.progress.is-danger::-moz-progress-bar{background-color:#ff3860}.progress.is-danger::-ms-fill{background-color:#ff3860}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}.table{background-color:#fff;color:#363636;margin-bottom:1.5rem}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#f5f5f5}.table td.is-link,.table td.is-primary,.table th.is-link,.table th.is-primary{background-color:#7957d5;border-color:#7957d5;color:#fff}.table td.is-info,.table th.is-info{background-color:#167df0;border-color:#167df0;color:#fff}.table td.is-success,.table th.is-success{background-color:#23d160;border-color:#23d160;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#ff3860;border-color:#ff3860;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#7957d5;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table th{color:#363636;text-align:left}.table tr.is-selected{background-color:#7957d5;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#fafafa}.tags{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.tags.has-addons .tag:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.tags.is-centered{-ms-flex-pack:center;justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{-ms-flex-pack:end;justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tag:not(body){-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:3px;color:#4a4a4a;display:-ms-inline-flexbox;display:inline-flex;font-size:.75rem;height:2em;-ms-flex-pack:center;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25em;margin-right:-.375em}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:#363636}.tag:not(body).is-dark{background-color:#363636;color:#f5f5f5}.tag:not(body).is-link,.tag:not(body).is-primary{background-color:#7957d5;color:#fff}.tag:not(body).is-info{background-color:#167df0;color:#fff}.tag:not(body).is-success{background-color:#23d160;color:#fff}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-danger{background-color:#ff3860;color:#fff}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete:after,.tag:not(body).is-delete:before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete:before{height:1px;width:50%}.tag:not(body).is-delete:after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.subtitle sup,.title sub,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.5rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.5rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.block:not(:last-child){margin-bottom:1.5rem}.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px}.delete:after,.delete:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete:before{height:2px;width:50%}.delete:after{height:50%;width:2px}.delete:focus,.delete:hover{background-color:hsla(0,0%,4%,.3)}.delete:active{background-color:hsla(0,0%,4%,.4)}.delete.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.delete.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.delete.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight:not(:last-child){margin-bottom:1.5rem}.highlight pre{overflow:auto;max-width:100%}.loader{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.number{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;display:-ms-inline-flexbox;display:inline-flex;font-size:1.25rem;height:2em;-ms-flex-pack:center;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;overflow:hidden;overflow-x:auto;white-space:nowrap}.breadcrumb:not(:last-child){margin-bottom:1.5rem}.breadcrumb a{-ms-flex-align:center;align-items:center;color:#7957d5;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:.5em .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li:before{color:#4a4a4a;content:"/"}.breadcrumb ol,.breadcrumb ul{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{-ms-flex-pack:center;justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{-ms-flex-pack:end;justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li:before{content:"\2192"}.breadcrumb.has-bullet-separator li+li:before{content:"\2022"}.breadcrumb.has-dot-separator li+li:before{content:"\B7"}.breadcrumb.has-succeeds-separator li+li:before{content:"\227B"}.card{background-color:#fff;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{-ms-flex-align:stretch;align-items:stretch;box-shadow:0 1px 2px hsla(0,0%,4%,.1)}.card-header,.card-header-title{display:-ms-flexbox;display:flex}.card-header-title{-ms-flex-align:center;align-items:center;color:#363636;-ms-flex-positive:1;flex-grow:1;font-weight:700;padding:.75rem}.card-header-icon,.card-header-title.is-centered{-ms-flex-pack:center;justify-content:center}.card-header-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;padding:.75rem}.card-image{display:block;position:relative}.card-content{padding:1.5rem}.card-footer{border-top:1px solid #dbdbdb;-ms-flex-align:stretch;align-items:stretch}.card-footer,.card-footer-item{display:-ms-flexbox;display:flex}.card-footer-item{-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.dropdown{display:-ms-inline-flexbox;display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:unset;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:7}.dropdown-content{background-color:#fff;border-radius:3px;box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item,.dropdown .dropdown-menu .has-link a{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}.dropdown .dropdown-menu .has-link a,a.dropdown-item{padding-right:3rem;white-space:nowrap}.dropdown .dropdown-menu .has-link a:hover,a.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}.dropdown .dropdown-menu .has-link a.is-active,a.dropdown-item.is-active{background-color:#7957d5;color:#fff}.dropdown-divider{background-color:#dbdbdb;border:none;display:block;height:1px;margin:.5rem 0}.level{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.level:not(:last-child){margin-bottom:1.5rem}.level code{border-radius:3px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:-ms-flexbox;display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item{margin-right:.75rem}.level.is-mobile .level-item:not(:last-child){margin-bottom:0}.level.is-mobile .level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}@media print,screen and (min-width:769px){.level{display:-ms-flexbox;display:flex}.level>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1}}.level-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{-ms-flex-positive:1;flex-grow:1}@media print,screen and (min-width:769px){.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media print,screen and (min-width:769px){.level-left{display:-ms-flexbox;display:flex}}.level-right{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end}@media print,screen and (min-width:769px){.level-right{display:-ms-flexbox;display:flex}}.media{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;text-align:left}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid hsla(0,0%,86%,.5);display:-ms-flexbox;display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid hsla(0,0%,86%,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;text-align:left}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#7957d5;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#f5f5f5;border-radius:3px;font-size:1rem}.message:not(:last-child){margin-bottom:1.5rem}.message strong{color:currentColor}.message a:not(.button):not(.tag){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff;color:#4d4d4d}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a;color:#090909}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:#363636}.message.is-light .message-body{border-color:#f5f5f5;color:#505050}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#f5f5f5}.message.is-dark .message-body{border-color:#363636;color:#2a2a2a}.message.is-primary{background-color:#f8f7fd}.message.is-primary .message-header{background-color:#7957d5;color:#fff}.message.is-primary .message-body{border-color:#7957d5;color:#5534ae}.message.is-link{background-color:#f8f7fd}.message.is-link .message-header{background-color:#7957d5;color:#fff}.message.is-link .message-body{border-color:#7957d5;color:#5534ae}.message.is-info{background-color:#f5fafe}.message.is-info .message-header{background-color:#167df0;color:#fff}.message.is-info .message-body{border-color:#167df0;color:#115199}.message.is-success{background-color:#f6fef9}.message.is-success .message-header{background-color:#23d160;color:#fff}.message.is-success .message-body{border-color:#23d160;color:#0e301a}.message.is-warning{background-color:#fffdf5}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108}.message.is-danger{background-color:#fff5f7}.message.is-danger .message-header{background-color:#ff3860;color:#fff}.message.is-danger .message-body{border-color:#ff3860;color:#cd0930}.message-header{-ms-flex-align:center;align-items:center;background-color:#4a4a4a;border-radius:3px 3px 0 0;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;line-height:1.25;padding:.5em .75em;position:relative}.message-header .delete{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-top:none}.message-body{border:1px solid #dbdbdb;border-radius:3px;color:#4a4a4a;padding:1em 1.25em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:9}.modal.is-active{display:-ms-flexbox;display:flex}.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:hsla(0,0%,4%,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media print,screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:hsla(0,0%,4%,.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;position:relative;vertical-align:top;width:20px;background:none;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-close:after,.modal-close:before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close:before{height:2px;width:50%}.modal-close:after{height:50%;width:2px}.modal-close:focus,.modal-close:hover{background-color:hsla(0,0%,4%,.3)}.modal-close:active{background-color:hsla(0,0%,4%,.4)}.modal-close.is-small{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.modal-close.is-medium{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.modal-close.is-large{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.modal-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-foot,.modal-card-head{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:5px;border-top-right-radius:5px}.modal-card-title{color:#363636;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#363636}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#363636}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#363636}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#f5f5f5}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#7957d5;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#fff}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.navbar.is-link{background-color:#7957d5;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#fff}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-end .navbar-link:after,.navbar.is-link .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#6943d0;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#7957d5;color:#fff}}.navbar.is-info{background-color:#167df0;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#fff}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-end .navbar-link:after,.navbar.is-info .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#0e71de;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#167df0;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#fff}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-end .navbar-link:after,.navbar.is-success .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57}.navbar.is-warning,.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link:after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link:after,.navbar.is-warning .navbar-start .navbar-link:after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link:after{border-color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#fff}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-end .navbar-link:after,.navbar.is-danger .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;min-height:3.25rem}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem 1rem;position:relative}a.navbar-item.is-active,a.navbar-item:hover,a.navbar-link.is-active,a.navbar-link:hover{background-color:#f5f5f5;color:#7957d5}.navbar-item{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab.is-active,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#7957d5}.navbar-item.is-tab.is-active{border-bottom-style:solid;border-bottom-width:3px;color:#7957d5;padding-bottom:calc(.5rem - 3px)}.navbar-content{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#dbdbdb;border:none;display:none;height:1px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top-touch .navbar-menu,.navbar.is-fixed-top .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex}.navbar{min-height:3.25rem}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-link.is-active,.navbar.is-transparent a.navbar-link:hover{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.navbar-burger{display:none}.navbar-item,.navbar-link{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.navbar-item.has-dropdown{-ms-flex-align:stretch;align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:1px solid #dbdbdb;border-radius:5px 5px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-link:after{border:1px solid #7957d5;border-right:0;border-top:0;content:" ";display:block;height:.5em;pointer-events:none;position:absolute;transform:rotate(-45deg);transform-origin:center;width:.5em;margin-top:-.375em;right:1.125em;top:50%}.navbar-menu{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.navbar-start{-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}.navbar-end{-ms-flex-pack:end;justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:7}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#7957d5}.navbar-dropdown.is-boxed{border-radius:5px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + -4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-1rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:8}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}a.navbar-item.is-active,a.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),a.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#f5f5f5}}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.pagination,.pagination-list{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.25em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:calc(.625em - 1px);padding-right:calc(.625em - 1px);position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:1em;padding:calc(.375em - 1px) .5em;-ms-flex-pack:center;justify-content:center;margin:.25rem;text-align:center}.pagination-ellipsis.is-active,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link.is-active,.pagination-link.is-focused,.pagination-link:active,.pagination-link:focus,.pagination-next.is-active,.pagination-next.is-focused,.pagination-next:active,.pagination-next:focus,.pagination-previous.is-active,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous:focus{outline:none}.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{cursor:not-allowed}.pagination-link,.pagination-next,.pagination-previous{border-color:#dbdbdb;color:#363636;min-width:2.25em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#7957d5}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px hsla(0,0%,4%,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#7957d5;border-color:#7957d5;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.pagination{-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination-list li,.pagination-next,.pagination-previous{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}}@media print,screen and (min-width:769px){.pagination-list{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-order:1;order:1}.pagination-previous{-ms-flex-order:2;order:2}.pagination-next{-ms-flex-order:3;order:3}.pagination{-ms-flex-pack:justify;justify-content:space-between}.pagination.is-centered .pagination-previous{-ms-flex-order:1;order:1}.pagination.is-centered .pagination-list{-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2}.pagination.is-centered .pagination-next{-ms-flex-order:3;order:3}.pagination.is-right .pagination-previous{-ms-flex-order:1;order:1}.pagination.is-right .pagination-next{-ms-flex-order:2;order:2}.pagination.is-right .pagination-list{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:3;order:3}}.panel{font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel-block,.panel-heading,.panel-tabs{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.panel-block:first-child,.panel-heading:first-child,.panel-tabs:first-child{border-top:1px solid #dbdbdb}.panel-heading{background-color:#f5f5f5;border-radius:3px 3px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:.5em .75em}.panel-tabs{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:.875em;-ms-flex-pack:center;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#7957d5}.panel-block{-ms-flex-align:center;align-items:center;color:#363636;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{-ms-flex-wrap:wrap;flex-wrap:wrap}.panel-block.is-active{border-left-color:#7957d5;color:#363636}.panel-block.is-active .panel-icon{color:#7957d5}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs:not(:last-child){margin-bottom:1.5rem}.tabs a{-ms-flex-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#7957d5;color:#7957d5}.tabs ul{-ms-flex-align:center;align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start}.tabs ul.is-center,.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{-ms-flex:none;flex:none;-ms-flex-pack:center;justify-content:center;padding-left:.75em}.tabs ul.is-right{-ms-flex-pack:end;justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{-ms-flex-pack:center;justify-content:center}.tabs.is-right ul{-ms-flex-pack:end;justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:3px 3px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-radius:3px 0 0 3px}.tabs.is-toggle li:last-child a{border-radius:0 3px 3px 0}.tabs.is-toggle li.is-active a{background-color:#7957d5;border-color:#7957d5;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{-ms-flex:none;flex:none}.columns.is-mobile>.column.is-full{-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{-ms-flex:none;flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-one-third{-ms-flex:none;flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{-ms-flex:none;flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{-ms-flex:none;flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{-ms-flex:none;flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{-ms-flex:none;flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{-ms-flex:none;flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{-ms-flex:none;flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{-ms-flex:none;flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{-ms-flex:none;flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{-ms-flex:none;flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{-ms-flex:none;flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{-ms-flex:none;flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{-ms-flex:none;flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-full-mobile,.column.is-narrow-mobile{-ms-flex:none;flex:none}.column.is-full-mobile{width:100%}.column.is-three-quarters-mobile{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-mobile{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-mobile{-ms-flex:none;flex:none;width:50%}.column.is-one-third-mobile{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-mobile{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-mobile{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-mobile{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-mobile{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-mobile{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media print,screen and (min-width:769px){.column.is-narrow,.column.is-narrow-tablet{-ms-flex:none;flex:none}.column.is-full,.column.is-full-tablet{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{-ms-flex:none;flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{-ms-flex:none;flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{-ms-flex:none;flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{-ms-flex:none;flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{-ms-flex:none;flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{-ms-flex:none;flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-full-touch,.column.is-narrow-touch{-ms-flex:none;flex:none}.column.is-full-touch{width:100%}.column.is-three-quarters-touch{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-touch{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-touch{-ms-flex:none;flex:none;width:50%}.column.is-one-third-touch{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-touch{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-touch{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-touch{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-touch{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-touch{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{-ms-flex:none;flex:none}.column.is-full-desktop{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-desktop{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-desktop{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-desktop{-ms-flex:none;flex:none;width:50%}.column.is-one-third-desktop{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-desktop{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-desktop{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-desktop{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-desktop{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-desktop{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{-ms-flex:none;flex:none}.column.is-full-widescreen{-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-widescreen{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-widescreen{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-widescreen{-ms-flex:none;flex:none;width:50%}.column.is-one-third-widescreen{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-widescreen{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-widescreen{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-widescreen{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-widescreen{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-widescreen{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-full-fullhd,.column.is-narrow-fullhd{-ms-flex:none;flex:none}.column.is-full-fullhd{width:100%}.column.is-three-quarters-fullhd{-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-fullhd{-ms-flex:none;flex:none;width:66.6666%}.column.is-half-fullhd{-ms-flex:none;flex:none;width:50%}.column.is-one-third-fullhd{-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-fullhd{-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-fullhd{-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-fullhd{-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-fullhd{-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-fullhd{-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{-ms-flex:none;flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{-ms-flex:none;flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{-ms-flex:none;flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{-ms-flex:none;flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:0.75rem}.columns.is-centered{-ms-flex-pack:center;justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:-ms-flexbox;display:flex}.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.is-vcentered{-ms-flex-align:center;align-items:center}@media print,screen and (min-width:769px){.columns:not(.is-desktop){display:-ms-flexbox;display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:-ms-flexbox;display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}.columns.is-variable.is-1{--columnGap:0.25rem}.columns.is-variable.is-2{--columnGap:0.5rem}.columns.is-variable.is-3{--columnGap:0.75rem}.columns.is-variable.is-4{--columnGap:1rem}.columns.is-variable.is-5{--columnGap:1.25rem}.columns.is-variable.is-6{--columnGap:1.5rem}.columns.is-variable.is-7{--columnGap:1.75rem}.columns.is-variable.is-8{--columnGap:2rem}.tile{-ms-flex-align:stretch;align-items:stretch;display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{-ms-flex-direction:column;flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media print,screen and (min-width:769px){.tile:not(.is-child){display:-ms-flexbox;display:flex}.tile.is-1{width:8.33333%}.tile.is-1,.tile.is-2{-ms-flex:none;flex:none}.tile.is-2{width:16.66667%}.tile.is-3{width:25%}.tile.is-3,.tile.is-4{-ms-flex:none;flex:none}.tile.is-4{width:33.33333%}.tile.is-5{width:41.66667%}.tile.is-5,.tile.is-6{-ms-flex:none;flex:none}.tile.is-6{width:50%}.tile.is-7{width:58.33333%}.tile.is-7,.tile.is-8{-ms-flex:none;flex:none}.tile.is-8{width:66.66667%}.tile.is-9{width:75%}.tile.is-9,.tile.is-10{-ms-flex:none;flex:none}.tile.is-10{width:83.33333%}.tile.is-11{-ms-flex:none;flex:none;width:91.66667%}.tile.is-12{-ms-flex:none;flex:none;width:100%}}.hero{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.hero .navbar{background:none}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:hsla(0,0%,4%,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:hsla(0,0%,4%,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover,.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6,#fff 71%,#fff)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover,.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000,#0a0a0a 71%,#181616)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover,.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9,#f5f5f5 71%,#fff)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:hsla(0,0%,96%,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:hsla(0,0%,96%,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover,.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a,#363636 71%,#46403f)}}.hero.is-primary{background-color:#7957d5;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#7957d5}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#6943d0;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover,.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.hero.is-link{background-color:#7957d5;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#7957d5}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#6943d0;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover,.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#7957d5}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#3725d4,#7957d5 71%,#9b67df)}}.hero.is-info{background-color:#167df0;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#167df0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#0e71de;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover,.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#167df0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#0286d1,#167df0 71%,#2868f7)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover,.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f,#23d160 71%,#2ce28a)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover,.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24,#ffdd57 71%,#fffa70)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.dropdown .dropdown-menu .has-link a):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:hsla(0,0%,100%,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:hsla(0,0%,100%,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover,.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:hsla(0,0%,4%,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561,#ff3860 71%,#ff5257)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media print,screen and (min-width:769px){.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media print,screen and (min-width:769px){.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-fullheight .hero-body,.hero.is-halfheight .hero-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-halfheight .hero-body>.container{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:-ms-flexbox;display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media print,screen and (min-width:769px){.hero-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{-ms-flex-positive:0;flex-grow:0}.hero-body,.hero-foot,.hero-head{-ms-flex-negative:0;flex-shrink:0}.hero-body{-ms-flex-positive:1;flex-grow:1}.hero-body,.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#f5f5f5;padding:3rem 1.5rem 6rem}.is-noscroll{position:fixed;overflow-y:hidden;width:100%;bottom:0}@keyframes a{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:a}@keyframes b{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:b}@keyframes c{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:c}@keyframes d{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:d}@keyframes e{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:e}@keyframes f{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:f}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.zoom-in-enter-active,.zoom-in-leave-active{transition:opacity .15s ease-out}.zoom-in-enter-active .animation-content,.zoom-in-leave-active .animation-content{transition:transform .15s ease-out}.zoom-in-enter,.zoom-in-leave-active{opacity:0}.zoom-in-enter .animation-content,.zoom-in-leave-active .animation-content{transform:scale(.95)}.zoom-out-enter-active,.zoom-out-leave-active{transition:opacity .15s ease-out}.zoom-out-enter-active .animation-content,.zoom-out-leave-active .animation-content{transition:transform .15s ease-out}.zoom-out-enter,.zoom-out-leave-active{opacity:0}.zoom-out-enter .animation-content,.zoom-out-leave-active .animation-content{transform:scale(1.05)}.slide-next-enter-active,.slide-next-leave-active,.slide-prev-enter-active,.slide-prev-leave-active{transition:transform .25s cubic-bezier(.785,.135,.15,.86)}.slide-next-enter,.slide-prev-leave-to{transform:translate3d(-100%,0,0);position:absolute;width:100%}.slide-next-leave-to,.slide-prev-enter{transform:translate3d(100%,0,0);position:absolute;width:100%}.autocomplete{position:relative}.autocomplete .dropdown-menu{display:block;min-width:100%}.autocomplete .dropdown-menu.is-opened-top{top:auto;bottom:100%}.autocomplete .dropdown-content{overflow:auto;max-height:200px}.autocomplete .dropdown-item.is-hovered,.autocomplete .dropdown .dropdown-menu .has-link a.is-hovered,.dropdown .dropdown-menu .has-link .autocomplete a.is-hovered{background:#f5f5f5;color:#0a0a0a}.autocomplete .dropdown-item.is-disabled,.autocomplete .dropdown .dropdown-menu .has-link a.is-disabled,.dropdown .dropdown-menu .has-link .autocomplete a.is-disabled{opacity:.5;cursor:not-allowed}.autocomplete.is-small{border-radius:2px;font-size:.75rem}.autocomplete.is-medium{font-size:1.25rem}.autocomplete.is-large{font-size:1.5rem}.b-checkbox.checkbox{outline:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-checkbox.checkbox+.checkbox{margin-left:.5em}.b-checkbox.checkbox input[type=checkbox]{display:none}.b-checkbox.checkbox input[type=checkbox]+.check{width:1.25em;height:1.25em;-ms-flex-negative:0;flex-shrink:0;border-radius:3px;border:2px solid #7a7a7a;transition:background .15s ease-out}.b-checkbox.checkbox input[type=checkbox]:checked+.check{background:#7957d5 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;border-color:#7957d5}.b-checkbox.checkbox .control-label{padding-left:.5em}.b-checkbox.checkbox[disabled]{opacity:.5}.b-checkbox.checkbox:hover input[type=checkbox]+.check{border-color:#7957d5}.b-checkbox.checkbox:focus input[type=checkbox]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.b-checkbox.checkbox:focus input[type=checkbox]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-checkbox.checkbox.is-small{border-radius:2px;font-size:.75rem}.b-checkbox.checkbox.is-medium{font-size:1.25rem}.b-checkbox.checkbox.is-large{font-size:1.5rem}.collapse .collapse-trigger{display:inline;cursor:pointer}.collapse .collapse-content{display:inherit}.datepicker{font-size:.875rem}.datepicker .dropdown,.datepicker .dropdown-trigger{width:100%}.datepicker .dropdown-item,.datepicker .dropdown .dropdown-menu .has-link a,.dropdown .dropdown-menu .has-link .datepicker a{font-size:inherit}.datepicker .datepicker-header{padding-bottom:.875rem;margin-bottom:.875rem;border-bottom:1px solid #dbdbdb}.datepicker .datepicker-footer{padding-top:.875rem;border-top:1px solid #dbdbdb}.datepicker .datepicker-table{display:table;margin:0 auto .875rem}.datepicker .datepicker-table .datepicker-cell{text-align:center;vertical-align:middle;display:table-cell;border-radius:3px;padding:.5rem .75rem}.datepicker .datepicker-table .datepicker-header{display:table-header-group}.datepicker .datepicker-table .datepicker-header .datepicker-cell{color:#7a7a7a;font-weight:600}.datepicker .datepicker-table .datepicker-body{display:table-row-group}.datepicker .datepicker-table .datepicker-body .datepicker-row{display:table-row}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-unselectable{color:#b5b5b5}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-today{border:1px solid rgba(121,87,213,.5)}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable{color:#4a4a4a}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:focus:not(.is-selected),.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selectable:hover:not(.is-selected){background-color:#f5f5f5;color:#0a0a0a;cursor:pointer}.datepicker .datepicker-table .datepicker-body .datepicker-row .datepicker-cell.is-selected{background-color:#7957d5;color:#fff}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell{padding:.3rem .75rem .75rem}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event{position:relative}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events{bottom:.425rem;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;padding:0 .35rem;position:absolute;width:100%}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white{background-color:#fff}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black{background-color:#0a0a0a}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light{background-color:#f5f5f5}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark{background-color:#363636}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link,.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary{background-color:#7957d5}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info{background-color:#167df0}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success{background-color:#23d160}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning{background-color:#ffdd57}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger{background-color:#ff3860}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event{border-radius:50%;height:.35em;margin:0 .1em;width:.35em}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event{height:.25em;width:100%}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected{overflow:hidden}.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary{background-color:#aa94e4}.datepicker.is-small{border-radius:2px;font-size:.75rem}.datepicker.is-medium{font-size:1.25rem}.datepicker.is-large{font-size:1.5rem}@media screen and (min-width:769px) and (max-width:1023px){.datepicker .datepicker-table .datepicker-cell{padding:.75rem 1rem}}@media screen and (max-width:768px){.datepicker .datepicker-table .datepicker-cell{padding:.25rem .5rem}}.dialog .modal-card{max-width:460px;width:auto}.dialog .modal-card .modal-card-head{font-size:1.25rem;font-weight:600}.dialog .modal-card .modal-card-body .field{margin-top:16px}.dialog .modal-card .modal-card-body.is-titleless{border-top-left-radius:5px;border-top-right-radius:5px}.dialog .modal-card .modal-card-foot{-ms-flex-pack:end;justify-content:flex-end}.dialog .modal-card .modal-card-foot .button{display:inline;min-width:5em;font-weight:600}@media print,screen and (min-width:769px){.dialog .modal-card{min-width:320px}}.dialog.is-small .button,.dialog.is-small .input,.dialog.is-small .modal-card,.dialog.is-small .taginput .taginput-container.is-focusable,.taginput .dialog.is-small .taginput-container.is-focusable{border-radius:2px;font-size:.75rem}.dialog.is-medium .button,.dialog.is-medium .input,.dialog.is-medium .modal-card,.dialog.is-medium .taginput .taginput-container.is-focusable,.taginput .dialog.is-medium .taginput-container.is-focusable{font-size:1.25rem}.dialog.is-large .button,.dialog.is-large .input,.dialog.is-large .modal-card,.dialog.is-large .taginput .taginput-container.is-focusable,.taginput .dialog.is-large .taginput-container.is-focusable{font-size:1.5rem}.dropdown+.dropdown{margin-left:.5em}.dropdown .background{bottom:0;left:0;position:absolute;right:0;top:0;position:fixed;background-color:hsla(0,0%,4%,.86);z-index:6;cursor:pointer}@media screen and (min-width:1024px){.dropdown .background{display:none}}.dropdown .dropdown-menu .dropdown-item.is-disabled,.dropdown .dropdown-menu .has-link a.is-disabled{cursor:not-allowed;opacity:.5}.dropdown .dropdown-menu .dropdown-item.is-disabled:hover,.dropdown .dropdown-menu .has-link a.is-disabled:hover{background:inherit;color:inherit}.dropdown .dropdown-menu .has-link a{padding-right:3rem;white-space:nowrap}.dropdown .navbar-item{height:100%}.dropdown.is-disabled{opacity:.5;cursor:not-allowed}.dropdown.is-disabled .dropdown-trigger{pointer-events:none}.dropdown.is-inline .dropdown-menu{position:static;display:inline-block;padding:0}.dropdown.is-top-right .dropdown-menu{top:auto;bottom:100%}.dropdown.is-top-left .dropdown-menu{top:auto;bottom:100%;right:0;left:auto}.dropdown.is-bottom-left .dropdown-menu{right:0;left:auto}@media screen and (max-width:1023px){.dropdown.is-mobile-modal .dropdown-menu{position:fixed;width:calc(100vw - 40px);max-width:460px;max-height:calc(100vh - 120px);top:25%!important;left:50%!important;bottom:auto!important;right:auto!important;transform:translate3d(-50%,-25%,0);white-space:normal;overflow-y:auto}.dropdown.is-mobile-modal .dropdown-menu .dropdown-item,.dropdown.is-mobile-modal .dropdown-menu .has-link a{padding:1rem 1.5rem}}.label{font-weight:600}.field.is-grouped .field{-ms-flex-negative:0;flex-shrink:0}.field.is-grouped .field+.field{margin-left:.75rem}.field.is-grouped .field.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.field.has-addons .control:first-child .control .button,.field.has-addons .control:first-child .control .input,.field.has-addons .control:first-child .control .select select,.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable{border-bottom-left-radius:3px;border-top-left-radius:3px}.field.has-addons .control:last-child .control .button,.field.has-addons .control:last-child .control .input,.field.has-addons .control:last-child .control .select select,.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable{border-bottom-right-radius:3px;border-top-right-radius:3px}.field.has-addons .control .control .button,.field.has-addons .control .control .input,.field.has-addons .control .control .select select,.field.has-addons .control .control .taginput .taginput-container.is-focusable,.taginput .field.has-addons .control .control .taginput-container.is-focusable{border-radius:0}.control .help.counter{float:right;margin-left:.5em}.control .icon.is-clickable{pointer-events:auto;cursor:pointer}.icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:inherit}.icon svg{background-color:transparent;fill:currentColor;stroke-width:0;stroke:currentColor;pointer-events:none;width:1.5rem;height:1.5rem}.loading-overlay{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;z-index:12}.loading-overlay.is-active{display:-ms-flexbox;display:flex}.loading-overlay.is-full-page{position:fixed}.loading-overlay.is-full-page .loading-icon:after{top:calc(50% - 2.5em);left:calc(50% - 2.5em);width:5em;height:5em}.loading-overlay .loading-background{bottom:0;left:0;position:absolute;right:0;top:0;background:#7f7f7f;background:hsla(0,0%,100%,.5)}.loading-overlay .loading-icon{position:relative}.loading-overlay .loading-icon:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:calc(50% - 1.5em);left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.message .media,.notification .media{padding-top:0;border:0}.notification>.delete{right:.5rem!important;top:.5rem!important}.modal .animation-content{margin:0 20px}.modal .animation-content .modal-card{margin:0}@media screen and (max-width:768px){.modal .animation-content{width:100%}}.notices{position:fixed;display:-ms-flexbox;display:flex;top:0;bottom:0;left:0;right:0;padding:2em;overflow:hidden;z-index:13;pointer-events:none}.notices .toast{display:-ms-inline-flexbox;display:inline-flex;animation-duration:.15s;margin:.5em 0;text-align:center;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:2em;padding:.75em 1.5em;pointer-events:auto;opacity:.92}.notices .toast.is-white{color:#0a0a0a;background:#fff}.notices .toast.is-black{color:#fff;background:#0a0a0a}.notices .toast.is-light{color:#363636;background:#f5f5f5}.notices .toast.is-dark{color:#f5f5f5;background:#363636}.notices .toast.is-link,.notices .toast.is-primary{color:#fff;background:#7957d5}.notices .toast.is-info{color:#fff;background:#167df0}.notices .toast.is-success{color:#fff;background:#23d160}.notices .toast.is-warning{color:rgba(0,0,0,.7);background:#ffdd57}.notices .toast.is-danger{color:#fff;background:#ff3860}.notices .snackbar{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px rgba(0,0,0,.12),0 0 6px rgba(0,0,0,.04);border-radius:3px;pointer-events:auto;background:#363636;color:#f5f5f5;min-height:3em}.notices .snackbar .text{padding:.5em 1em}.notices .snackbar .action{margin-left:auto;padding:.5em;padding-left:0}.notices .snackbar .action .button{font-weight:600;text-transform:uppercase}.notices .snackbar .action.is-white .button{color:#fff}.notices .snackbar .action.is-black .button{color:#0a0a0a}.notices .snackbar .action.is-light .button{color:#f5f5f5}.notices .snackbar .action.is-dark .button{color:#363636}.notices .snackbar .action.is-link .button,.notices .snackbar .action.is-primary .button{color:#7957d5}.notices .snackbar .action.is-info .button{color:#167df0}.notices .snackbar .action.is-success .button{color:#23d160}.notices .snackbar .action.is-warning .button{color:#ffdd57}.notices .snackbar .action.is-danger .button{color:#ff3860}@media screen and (max-width:768px){.notices .snackbar{width:100%;margin:0;border-radius:0}}@media print,screen and (min-width:769px){.notices .snackbar{min-width:350px;max-width:600px;overflow:hidden}}.notices .snackbar.is-bottom,.notices .snackbar.is-top,.notices .toast.is-bottom,.notices .toast.is-top{-ms-flex-item-align:center;align-self:center}.notices .snackbar.is-bottom-right,.notices .snackbar.is-top-right,.notices .toast.is-bottom-right,.notices .toast.is-top-right{-ms-flex-item-align:end;align-self:flex-end}.notices .snackbar.is-bottom-left,.notices .snackbar.is-top-left,.notices .toast.is-bottom-left,.notices .toast.is-top-left{-ms-flex-item-align:start;align-self:flex-start}.notices .snackbar.is-toast,.notices .toast.is-toast{opacity:.92}.notices.is-top{-ms-flex-direction:column;flex-direction:column}.notices.is-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.notices.has-custom-container{position:absolute}@media screen and (max-width:768px){.notices{padding:0;position:fixed!important}}.pagination .pagination-next,.pagination .pagination-previous{padding-left:.25em;padding-right:.25em}.pagination .pagination-next.is-disabled,.pagination .pagination-previous.is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.pagination.is-simple{-ms-flex-pack:normal;justify-content:normal}.pagination .is-current{pointer-events:none;cursor:not-allowed}.panel .panel-heading.is-collapsible{cursor:pointer}.panel .panel-content{width:100%}.b-radio.radio{outline:none;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.b-radio.radio+.radio{margin-left:.5em}.b-radio.radio input[type=radio]{display:none}.b-radio.radio input[type=radio]+.check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:1.25em;height:1.25em;border:2px solid #7a7a7a;border-radius:50%;transition:background .15s ease-out}.b-radio.radio input[type=radio]+.check:before{content:"";border-radius:50%;width:.625em;height:.625em;background:#7957d5;transform:scale(0);transition:transform .15s ease-out}.b-radio.radio input[type=radio]:checked+.check{border-color:#7957d5}.b-radio.radio input[type=radio]:checked+.check:before{transform:scale(1)}.b-radio.radio .control-label{padding-left:.5em}.b-radio.radio[disabled]{opacity:.5}.b-radio.radio:hover input[type=radio]+.check{border-color:#7957d5}.b-radio.radio:focus input[type=radio]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.8)}.b-radio.radio:focus input[type=radio]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.b-radio.radio.is-small{border-radius:2px;font-size:.75rem}.b-radio.radio.is-medium{font-size:1.25rem}.b-radio.radio.is-large{font-size:1.5rem}.select select{padding-right:2.5em}.select select option{color:#4a4a4a;padding:.25em .5em}.select select option:disabled{cursor:not-allowed;opacity:.5}.select select optgroup{color:#b5b5b5;font-weight:400;font-style:normal;padding:.25em 0}.select.is-empty select{color:hsla(0,0%,48%,.7)}.switch{cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch+.switch{margin-left:.5em}.switch input[type=checkbox]{display:none}.switch input[type=checkbox]+.check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:2.75em;height:1.575em;padding:.2em;background:#b5b5b5;border-radius:1em;transition:background .15s ease-out}.switch input[type=checkbox]+.check:before{content:"";border-radius:1em;width:1.175em;height:1.175em;background:#f5f5f5;box-shadow:0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);transition:transform .15s ease-out,width .15s ease-out;will-change:transform}.switch input[type=checkbox]+.check.is-elastic:before{width:1.75em}.switch input[type=checkbox]:checked+.check{background:#7957d5}.switch input[type=checkbox]:checked+.check.is-white{background:#fff}.switch input[type=checkbox]:checked+.check.is-black{background:#0a0a0a}.switch input[type=checkbox]:checked+.check.is-light{background:#f5f5f5}.switch input[type=checkbox]:checked+.check.is-dark{background:#363636}.switch input[type=checkbox]:checked+.check.is-link,.switch input[type=checkbox]:checked+.check.is-primary{background:#7957d5}.switch input[type=checkbox]:checked+.check.is-info{background:#167df0}.switch input[type=checkbox]:checked+.check.is-success{background:#23d160}.switch input[type=checkbox]:checked+.check.is-warning{background:#ffdd57}.switch input[type=checkbox]:checked+.check.is-danger{background:#ff3860}.switch input[type=checkbox]:checked+.check:before{transform:translate3d(100%,0,0)}.switch input[type=checkbox]:checked+.check.is-elastic:before{transform:translate3d(36.36364%,0,0)}.switch .control-label{padding-left:.5em}.switch:hover input[type=checkbox]+.check{background:hsla(0,0%,71%,.9)}.switch:hover input[type=checkbox]:checked+.check{background:rgba(121,87,213,.9)}.switch:hover input[type=checkbox]:checked+.check.is-white{background:hsla(0,0%,100%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-black{background:hsla(0,0%,4%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-light{background:hsla(0,0%,96%,.9)}.switch:hover input[type=checkbox]:checked+.check.is-dark{background:rgba(54,54,54,.9)}.switch:hover input[type=checkbox]:checked+.check.is-link,.switch:hover input[type=checkbox]:checked+.check.is-primary{background:rgba(121,87,213,.9)}.switch:hover input[type=checkbox]:checked+.check.is-info{background:rgba(22,125,240,.9)}.switch:hover input[type=checkbox]:checked+.check.is-success{background:rgba(35,209,96,.9)}.switch:hover input[type=checkbox]:checked+.check.is-warning{background:rgba(255,221,87,.9)}.switch:hover input[type=checkbox]:checked+.check.is-danger{background:rgba(255,56,96,.9)}.switch:focus{outline:none}.switch:focus input[type=checkbox]+.check{box-shadow:0 0 .5em hsla(0,0%,48%,.6)}.switch:focus input[type=checkbox]:checked+.check{box-shadow:0 0 .5em rgba(121,87,213,.8)}.switch:focus input[type=checkbox]:checked+.check.is-white{box-shadow:0 0 .5em hsla(0,0%,100%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-black{box-shadow:0 0 .5em hsla(0,0%,4%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-light{box-shadow:0 0 .5em hsla(0,0%,96%,.8)}.switch:focus input[type=checkbox]:checked+.check.is-dark{box-shadow:0 0 .5em rgba(54,54,54,.8)}.switch:focus input[type=checkbox]:checked+.check.is-link,.switch:focus input[type=checkbox]:checked+.check.is-primary{box-shadow:0 0 .5em rgba(121,87,213,.8)}.switch:focus input[type=checkbox]:checked+.check.is-info{box-shadow:0 0 .5em rgba(22,125,240,.8)}.switch:focus input[type=checkbox]:checked+.check.is-success{box-shadow:0 0 .5em rgba(35,209,96,.8)}.switch:focus input[type=checkbox]:checked+.check.is-warning{box-shadow:0 0 .5em rgba(255,221,87,.8)}.switch:focus input[type=checkbox]:checked+.check.is-danger{box-shadow:0 0 .5em rgba(255,56,96,.8)}.switch.is-small{border-radius:2px;font-size:.75rem}.switch.is-medium{font-size:1.25rem}.switch.is-large{font-size:1.5rem}.switch[disabled]{opacity:.5;cursor:not-allowed;color:#7a7a7a}.table-wrapper .table{margin-bottom:0}.table-wrapper:not(:last-child){margin-bottom:1.5rem}@media screen and (max-width:1023px){.table-wrapper{overflow-x:auto}}.b-table{transition:opacity 86ms ease-out}@media print,screen and (min-width:769px){.b-table .table-mobile-sort{display:none}}.b-table .icon{transition:transform .15s ease-out,opacity 86ms ease-out}.b-table .icon.is-desc{transform:rotate(180deg)}.b-table .icon.is-expanded{transform:rotate(90deg)}.b-table .table{width:100%;border:1px solid transparent;border-radius:3px;border-collapse:separate}.b-table .table th{font-weight:600}.b-table .table th .th-wrap{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.b-table .table th .th-wrap .icon{margin-left:.5rem;margin-right:0;font-size:1rem}.b-table .table th .th-wrap.is-numeric{-ms-flex-direction:row-reverse;flex-direction:row-reverse;text-align:right}.b-table .table th .th-wrap.is-numeric .icon{margin-left:0;margin-right:.5rem}.b-table .table th .th-wrap.is-centered{-ms-flex-pack:center;justify-content:center;text-align:center}.b-table .table th.is-current-sort{border-color:#7a7a7a;font-weight:700}.b-table .table th.is-sortable:hover{border-color:#7a7a7a}.b-table .table th.is-sortable,.b-table .table th.is-sortable .th-wrap{cursor:pointer}.b-table .table tr.is-selected .checkbox input:checked+.check{background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%237957d5'/%3E%3C/svg%3E") no-repeat 50%}.b-table .table tr.is-selected .checkbox input+.check{border-color:#fff}.b-table .table tr.is-empty:hover{background-color:transparent}.b-table .table .checkbox-cell{width:40px}.b-table .table .checkbox-cell .checkbox{vertical-align:middle}.b-table .table .checkbox-cell .checkbox .check{transition:none}.b-table .table tr.detail{box-shadow:inset 0 1px 3px #dbdbdb;background:#fafafa}.b-table .table tr.detail .detail-container{padding:1rem}.b-table .table:focus{border-color:#7957d5;box-shadow:0 0 0 .125em rgba(121,87,213,.25)}.b-table .table.is-bordered th.is-current-sort,.b-table .table.is-bordered th.is-sortable:hover{border-color:#dbdbdb;background:#f5f5f5}@media screen and (max-width:768px){.b-table .table.has-mobile-cards thead{display:none}.b-table .table.has-mobile-cards tfoot th{border:0;display:inherit}.b-table .table.has-mobile-cards tr{box-shadow:0 2px 3px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);max-width:100%;position:relative;display:block}.b-table .table.has-mobile-cards tr td{border:0;display:inherit}.b-table .table.has-mobile-cards tr td:last-child{border-bottom:0}.b-table .table.has-mobile-cards tr:not(:last-child){margin-bottom:1rem}.b-table .table.has-mobile-cards tr:not([class*=is-]){background:inherit}.b-table .table.has-mobile-cards tr:not([class*=is-]):hover{background-color:inherit}.b-table .table.has-mobile-cards tr.detail{margin-top:-1rem}.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td{display:-ms-flexbox;display:flex;width:auto;-ms-flex-pack:end;justify-content:flex-end;text-align:right;border-bottom:1px solid #f5f5f5}.b-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before{content:attr(data-label);font-weight:600;margin-right:auto;padding-right:.5em;text-align:left}}.b-table .level{padding-bottom:1.5rem}.b-table.is-loading{position:relative;pointer-events:none;opacity:.5}.b-table.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;position:absolute;top:4em;left:calc(50% - 2.5em);width:5em;height:5em;border-width:.25em}.b-tabs .tabs{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0}.b-tabs .is-disabled{pointer-events:none;cursor:not-allowed;opacity:.5}.b-tabs .tab-content{position:relative;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1rem}.b-tabs .tab-content .tab-item{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.b-tabs:not(:last-child){margin-bottom:1.5rem}.b-tabs.is-fullwidth{width:100%}.tag .delete{margin-left:.25rem!important;margin-right:-.25rem!important}.tag .delete[disabled]{pointer-events:none}.taginput .taginput-container.is-focusable{padding-bottom:0;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;height:auto;cursor:text}.taginput .taginput-container>.tag,.taginput .taginput-container>.tags{margin-bottom:calc(.375em - 1px);font-size:.9em;height:2.25em}.taginput .taginput-container>.tag .tag,.taginput .taginput-container>.tags .tag{margin-bottom:0;font-size:.9em;height:2.25em}.taginput .taginput-container>.tag:not(:last-child),.taginput .taginput-container>.tags:not(:last-child){margin-right:.375rem}.taginput .taginput-container .autocomplete{-ms-flex:1;flex:1}.taginput .taginput-container .autocomplete input{height:2em;margin-bottom:calc(.375em - 1px);padding-top:0;padding-bottom:0;border:none;box-shadow:none;min-width:10em}.taginput .taginput-container .autocomplete input:focus{box-shadow:none!important}.timepicker .dropdown,.timepicker .dropdown-trigger{width:100%}.dropdown .dropdown-menu .has-link .timepicker a,.timepicker .dropdown-item,.timepicker .dropdown .dropdown-menu .has-link a{font-size:inherit}.timepicker .timepicker-footer{padding-top:.875rem}.timepicker .control .select{font-size:2.5rem}.timepicker .control .select select{font-weight:600;padding-right:calc(.625em - 1px)}.timepicker .control .select select option{font-size:1.5rem}.timepicker .control .select select option:disabled{color:hsla(0,0%,48%,.7)}.timepicker .control .select:after{display:none}.timepicker .control:first-child .select select{border-right:none}.timepicker .control:first-child .select:before{content:":";color:#b5b5b5;display:inline-block;position:absolute;z-index:5;font-size:3rem;right:-.325rem;top:.25rem}.timepicker .control:nth-child(2) .select select{border-left:none}.timepicker.is-small{border-radius:2px;font-size:.75rem}.timepicker.is-medium{font-size:1.25rem}.timepicker.is-large{font-size:1.5rem}.tooltip{position:relative;display:-ms-inline-flexbox;display:inline-flex}.tooltip.is-top:after,.tooltip.is-top:before{top:auto;right:auto;bottom:calc(100% + 5px + 2px);left:50%;transform:translateX(-50%)}.tooltip.is-top.is-white:before{border-top:5px solid #fff}.tooltip.is-top.is-black:before,.tooltip.is-top.is-white:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-black:before{border-top:5px solid #0a0a0a}.tooltip.is-top.is-light:before{border-top:5px solid #f5f5f5}.tooltip.is-top.is-dark:before,.tooltip.is-top.is-light:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-dark:before{border-top:5px solid #363636}.tooltip.is-top.is-link:before,.tooltip.is-top.is-primary:before{border-top:5px solid #7957d5;border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-info:before{border-top:5px solid #167df0}.tooltip.is-top.is-info:before,.tooltip.is-top.is-success:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-success:before{border-top:5px solid #23d160}.tooltip.is-top.is-warning:before{border-top:5px solid #ffdd57}.tooltip.is-top.is-danger:before,.tooltip.is-top.is-warning:before{border-right:5px solid transparent;border-left:5px solid transparent;bottom:calc(100% + 2px)}.tooltip.is-top.is-danger:before{border-top:5px solid #ff3860}.tooltip.is-top.is-multiline.is-small:after{width:180px}.tooltip.is-top.is-multiline.is-medium:after{width:240px}.tooltip.is-top.is-multiline.is-large:after{width:300px}.tooltip.is-right:after,.tooltip.is-right:before{top:50%;right:auto;bottom:auto;left:calc(100% + 5px + 2px);transform:translateY(-50%)}.tooltip.is-right.is-white:before{border-right:5px solid #fff}.tooltip.is-right.is-black:before,.tooltip.is-right.is-white:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-black:before{border-right:5px solid #0a0a0a}.tooltip.is-right.is-light:before{border-right:5px solid #f5f5f5}.tooltip.is-right.is-dark:before,.tooltip.is-right.is-light:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-dark:before{border-right:5px solid #363636}.tooltip.is-right.is-link:before,.tooltip.is-right.is-primary:before{border-top:5px solid transparent;border-right:5px solid #7957d5;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-info:before{border-right:5px solid #167df0}.tooltip.is-right.is-info:before,.tooltip.is-right.is-success:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-success:before{border-right:5px solid #23d160}.tooltip.is-right.is-warning:before{border-right:5px solid #ffdd57}.tooltip.is-right.is-danger:before,.tooltip.is-right.is-warning:before{border-top:5px solid transparent;border-bottom:5px solid transparent;left:calc(100% + 2px)}.tooltip.is-right.is-danger:before{border-right:5px solid #ff3860}.tooltip.is-right.is-multiline.is-small:after{width:180px}.tooltip.is-right.is-multiline.is-medium:after{width:240px}.tooltip.is-right.is-multiline.is-large:after{width:300px}.tooltip.is-bottom:after,.tooltip.is-bottom:before{top:calc(100% + 5px + 2px);right:auto;bottom:auto;left:50%;transform:translateX(-50%)}.tooltip.is-bottom.is-white:before{border-bottom:5px solid #fff}.tooltip.is-bottom.is-black:before,.tooltip.is-bottom.is-white:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-black:before{border-bottom:5px solid #0a0a0a}.tooltip.is-bottom.is-light:before{border-bottom:5px solid #f5f5f5}.tooltip.is-bottom.is-dark:before,.tooltip.is-bottom.is-light:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-dark:before{border-bottom:5px solid #363636}.tooltip.is-bottom.is-link:before,.tooltip.is-bottom.is-primary:before{border-right:5px solid transparent;border-bottom:5px solid #7957d5;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-info:before{border-bottom:5px solid #167df0}.tooltip.is-bottom.is-info:before,.tooltip.is-bottom.is-success:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-success:before{border-bottom:5px solid #23d160}.tooltip.is-bottom.is-warning:before{border-bottom:5px solid #ffdd57}.tooltip.is-bottom.is-danger:before,.tooltip.is-bottom.is-warning:before{border-right:5px solid transparent;border-left:5px solid transparent;top:calc(100% + 2px)}.tooltip.is-bottom.is-danger:before{border-bottom:5px solid #ff3860}.tooltip.is-bottom.is-multiline.is-small:after{width:180px}.tooltip.is-bottom.is-multiline.is-medium:after{width:240px}.tooltip.is-bottom.is-multiline.is-large:after{width:300px}.tooltip.is-left:after,.tooltip.is-left:before{top:50%;right:calc(100% + 5px + 2px);bottom:auto;left:auto;transform:translateY(-50%)}.tooltip.is-left.is-white:before{border-left:5px solid #fff}.tooltip.is-left.is-black:before,.tooltip.is-left.is-white:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-black:before{border-left:5px solid #0a0a0a}.tooltip.is-left.is-light:before{border-left:5px solid #f5f5f5}.tooltip.is-left.is-dark:before,.tooltip.is-left.is-light:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-dark:before{border-left:5px solid #363636}.tooltip.is-left.is-link:before,.tooltip.is-left.is-primary:before{border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #7957d5;right:calc(100% + 2px)}.tooltip.is-left.is-info:before{border-left:5px solid #167df0}.tooltip.is-left.is-info:before,.tooltip.is-left.is-success:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-success:before{border-left:5px solid #23d160}.tooltip.is-left.is-warning:before{border-left:5px solid #ffdd57}.tooltip.is-left.is-danger:before,.tooltip.is-left.is-warning:before{border-top:5px solid transparent;border-bottom:5px solid transparent;right:calc(100% + 2px)}.tooltip.is-left.is-danger:before{border-left:5px solid #ff3860}.tooltip.is-left.is-multiline.is-small:after{width:180px}.tooltip.is-left.is-multiline.is-medium:after{width:240px}.tooltip.is-left.is-multiline.is-large:after{width:300px}.tooltip:after,.tooltip:before{position:absolute;content:"";opacity:0;visibility:hidden;pointer-events:none}.tooltip:before{z-index:11}.tooltip:after{content:attr(data-label);width:auto;padding:.35rem .75rem;border-radius:5px;font-size:.85rem;font-weight:400;box-shadow:0 1px 2px 1px rgba(0,1,0,.2);z-index:10;white-space:nowrap}.tooltip:not([data-label=""]):hover:after,.tooltip:not([data-label=""]):hover:before{opacity:1;visibility:visible}.tooltip.is-white:after{background:#fff;color:#0a0a0a}.tooltip.is-black:after{background:#0a0a0a;color:#fff}.tooltip.is-light:after{background:#f5f5f5;color:#363636}.tooltip.is-dark:after{background:#363636;color:#f5f5f5}.tooltip.is-link:after,.tooltip.is-primary:after{background:#7957d5;color:#fff}.tooltip.is-info:after{background:#167df0;color:#fff}.tooltip.is-success:after{background:#23d160;color:#fff}.tooltip.is-warning:after{background:#ffdd57;color:rgba(0,0,0,.7)}.tooltip.is-danger:after{background:#ff3860;color:#fff}.tooltip:not([data-label=""]).is-always:after,.tooltip:not([data-label=""]).is-always:before{opacity:1;visibility:visible}.tooltip.is-multiline:after{display:flex-block;text-align:center;white-space:normal}.tooltip.is-dashed{border-bottom:1px dashed #b5b5b5;cursor:default}.tooltip.is-square:after{border-radius:0}.tooltip.is-animated:after,.tooltip.is-animated:before{transition:opacity 86ms ease-out,visibility 86ms ease-out}.upload{position:relative}.upload input[type=file]{position:absolute;top:0;left:0;width:100%;opacity:0;outline:none}.upload .upload-draggable{display:inline-block;cursor:pointer;padding:.25em;border:1px dashed #b5b5b5;border-radius:5px}.upload .upload-draggable.is-disabled{opacity:.5;cursor:not-allowed}.upload .upload-draggable.is-loading{position:relative;pointer-events:none;opacity:.5}.upload .upload-draggable.is-loading:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;top:0;left:calc(50% - 1.5em);width:3em;height:3em;border-width:.25em}.upload .upload-draggable.is-hovered.is-white,.upload .upload-draggable:hover.is-white{border-color:#fff;background:hsla(0,0%,100%,.05)}.upload .upload-draggable.is-hovered.is-black,.upload .upload-draggable:hover.is-black{border-color:#0a0a0a;background:hsla(0,0%,4%,.05)}.upload .upload-draggable.is-hovered.is-light,.upload .upload-draggable:hover.is-light{border-color:#f5f5f5;background:hsla(0,0%,96%,.05)}.upload .upload-draggable.is-hovered.is-dark,.upload .upload-draggable:hover.is-dark{border-color:#363636;background:rgba(54,54,54,.05)}.upload .upload-draggable.is-hovered.is-link,.upload .upload-draggable.is-hovered.is-primary,.upload .upload-draggable:hover.is-link,.upload .upload-draggable:hover.is-primary{border-color:#7957d5;background:rgba(121,87,213,.05)}.upload .upload-draggable.is-hovered.is-info,.upload .upload-draggable:hover.is-info{border-color:#167df0;background:rgba(22,125,240,.05)}.upload .upload-draggable.is-hovered.is-success,.upload .upload-draggable:hover.is-success{border-color:#23d160;background:rgba(35,209,96,.05)}.upload .upload-draggable.is-hovered.is-warning,.upload .upload-draggable:hover.is-warning{border-color:#ffdd57;background:rgba(255,221,87,.05)}.upload .upload-draggable.is-hovered.is-danger,.upload .upload-draggable:hover.is-danger{border-color:#ff3860;background:rgba(255,56,96,.05)}.talent-image[data-v-0f598b8f]{background-size:230%;border-radius:50%;background-position:50%}.title-box[data-v-75ba3966]{font-size:18px;text-transform:uppercase}.is-centered[data-v-75ba3966]{display:flex;justify-content:center;align-content:center;align-items:center;flex-direction:column}.hero-image-slot[data-v-75ba3966]{display:inline-block}.hero-image[data-v-75ba3966]{overflow:hidden;border:5px solid rgba(27,40,56,.1)}.hero-name[data-v-75ba3966]{font-size:18px}.value[data-v-75ba3966]{font-size:24px;text-align:center}.value .type[data-v-75ba3966]{position:absolute;bottom:5px;font-size:14px}@keyframes g{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.button[data-v-48261697],.is-unselectable[data-v-48261697]{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button.is-loading[data-v-48261697]:after{animation:g .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.is-overlay[data-v-48261697]{bottom:0;left:0;position:absolute;right:0;top:0}.button[data-v-48261697]{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.25em;justify-content:flex-start;line-height:1.5;padding:calc(.375em - 1px) calc(.625em - 1px);position:relative;vertical-align:top}.button[data-v-48261697]:active,.button[data-v-48261697]:focus,.is-active.button[data-v-48261697],.is-focused.button[data-v-48261697]{outline:none}.button[disabled][data-v-48261697]{cursor:not-allowed} -/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote[data-v-48261697],body[data-v-48261697],dd[data-v-48261697],dl[data-v-48261697],dt[data-v-48261697],fieldset[data-v-48261697],figure[data-v-48261697],h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697],hr[data-v-48261697],html[data-v-48261697],iframe[data-v-48261697],legend[data-v-48261697],li[data-v-48261697],ol[data-v-48261697],p[data-v-48261697],pre[data-v-48261697],textarea[data-v-48261697],ul[data-v-48261697]{margin:0;padding:0}h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697]{font-size:100%;font-weight:400}ul[data-v-48261697]{list-style:none}button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{margin:0}html[data-v-48261697]{box-sizing:border-box}[data-v-48261697],[data-v-48261697]:after,[data-v-48261697]:before{box-sizing:inherit}audio[data-v-48261697],img[data-v-48261697],video[data-v-48261697]{height:auto;max-width:100%}iframe[data-v-48261697]{border:0}table[data-v-48261697]{border-collapse:collapse;border-spacing:0}td[data-v-48261697],th[data-v-48261697]{padding:0;text-align:left}html[data-v-48261697]{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article[data-v-48261697],aside[data-v-48261697],figure[data-v-48261697],footer[data-v-48261697],header[data-v-48261697],hgroup[data-v-48261697],section[data-v-48261697]{display:block}body[data-v-48261697],button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code[data-v-48261697],pre[data-v-48261697]{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body[data-v-48261697]{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a[data-v-48261697]{color:#3273dc;cursor:pointer;text-decoration:none}a strong[data-v-48261697]{color:currentColor}a[data-v-48261697]:hover{color:#363636}code[data-v-48261697]{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr[data-v-48261697]{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img[data-v-48261697]{height:auto;max-width:100%}input[type=checkbox][data-v-48261697],input[type=radio][data-v-48261697]{vertical-align:baseline}small[data-v-48261697]{font-size:.875em}span[data-v-48261697]{font-style:inherit;font-weight:inherit}strong[data-v-48261697]{color:#363636;font-weight:700}pre[data-v-48261697]{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code[data-v-48261697]{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td[data-v-48261697],table th[data-v-48261697]{text-align:left;vertical-align:top}table th[data-v-48261697]{color:#363636}.is-clearfix[data-v-48261697]:after{clear:both;content:" ";display:table}.is-pulled-left[data-v-48261697]{float:left!important}.is-pulled-right[data-v-48261697]{float:right!important}.is-clipped[data-v-48261697]{overflow:hidden!important}.is-size-1[data-v-48261697]{font-size:3rem!important}.is-size-2[data-v-48261697]{font-size:2.5rem!important}.is-size-3[data-v-48261697]{font-size:2rem!important}.is-size-4[data-v-48261697]{font-size:1.5rem!important}.is-size-5[data-v-48261697]{font-size:1.25rem!important}.is-size-6[data-v-48261697]{font-size:1rem!important}.is-size-7[data-v-48261697]{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile[data-v-48261697]{font-size:3rem!important}.is-size-2-mobile[data-v-48261697]{font-size:2.5rem!important}.is-size-3-mobile[data-v-48261697]{font-size:2rem!important}.is-size-4-mobile[data-v-48261697]{font-size:1.5rem!important}.is-size-5-mobile[data-v-48261697]{font-size:1.25rem!important}.is-size-6-mobile[data-v-48261697]{font-size:1rem!important}.is-size-7-mobile[data-v-48261697]{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet[data-v-48261697]{font-size:3rem!important}.is-size-2-tablet[data-v-48261697]{font-size:2.5rem!important}.is-size-3-tablet[data-v-48261697]{font-size:2rem!important}.is-size-4-tablet[data-v-48261697]{font-size:1.5rem!important}.is-size-5-tablet[data-v-48261697]{font-size:1.25rem!important}.is-size-6-tablet[data-v-48261697]{font-size:1rem!important}.is-size-7-tablet[data-v-48261697]{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch[data-v-48261697]{font-size:3rem!important}.is-size-2-touch[data-v-48261697]{font-size:2.5rem!important}.is-size-3-touch[data-v-48261697]{font-size:2rem!important}.is-size-4-touch[data-v-48261697]{font-size:1.5rem!important}.is-size-5-touch[data-v-48261697]{font-size:1.25rem!important}.is-size-6-touch[data-v-48261697]{font-size:1rem!important}.is-size-7-touch[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop[data-v-48261697]{font-size:3rem!important}.is-size-2-desktop[data-v-48261697]{font-size:2.5rem!important}.is-size-3-desktop[data-v-48261697]{font-size:2rem!important}.is-size-4-desktop[data-v-48261697]{font-size:1.5rem!important}.is-size-5-desktop[data-v-48261697]{font-size:1.25rem!important}.is-size-6-desktop[data-v-48261697]{font-size:1rem!important}.is-size-7-desktop[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen[data-v-48261697]{font-size:3rem!important}.is-size-2-widescreen[data-v-48261697]{font-size:2.5rem!important}.is-size-3-widescreen[data-v-48261697]{font-size:2rem!important}.is-size-4-widescreen[data-v-48261697]{font-size:1.5rem!important}.is-size-5-widescreen[data-v-48261697]{font-size:1.25rem!important}.is-size-6-widescreen[data-v-48261697]{font-size:1rem!important}.is-size-7-widescreen[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd[data-v-48261697]{font-size:3rem!important}.is-size-2-fullhd[data-v-48261697]{font-size:2.5rem!important}.is-size-3-fullhd[data-v-48261697]{font-size:2rem!important}.is-size-4-fullhd[data-v-48261697]{font-size:1.5rem!important}.is-size-5-fullhd[data-v-48261697]{font-size:1.25rem!important}.is-size-6-fullhd[data-v-48261697]{font-size:1rem!important}.is-size-7-fullhd[data-v-48261697]{font-size:.75rem!important}}.has-text-centered[data-v-48261697]{text-align:center!important}.has-text-justified[data-v-48261697]{text-align:justify!important}.has-text-left[data-v-48261697]{text-align:left!important}.has-text-right[data-v-48261697]{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile[data-v-48261697]{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet[data-v-48261697]{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only[data-v-48261697]{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd[data-v-48261697]{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile[data-v-48261697]{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile[data-v-48261697]{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet[data-v-48261697]{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only[data-v-48261697]{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd[data-v-48261697]{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile[data-v-48261697]{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet[data-v-48261697]{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only[data-v-48261697]{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd[data-v-48261697]{text-align:right!important}}.is-capitalized[data-v-48261697]{text-transform:capitalize!important}.is-lowercase[data-v-48261697]{text-transform:lowercase!important}.is-uppercase[data-v-48261697]{text-transform:uppercase!important}.is-italic[data-v-48261697]{font-style:italic!important}.has-text-white[data-v-48261697]{color:#fff!important}a.has-text-white[data-v-48261697]:focus,a.has-text-white[data-v-48261697]:hover{color:#e6e6e6!important}.has-background-white[data-v-48261697]{background-color:#fff!important}.has-text-black[data-v-48261697]{color:#0a0a0a!important}a.has-text-black[data-v-48261697]:focus,a.has-text-black[data-v-48261697]:hover{color:#000!important}.has-background-black[data-v-48261697]{background-color:#0a0a0a!important}.has-text-light[data-v-48261697]{color:#f5f5f5!important}a.has-text-light[data-v-48261697]:focus,a.has-text-light[data-v-48261697]:hover{color:#dbdbdb!important}.has-background-light[data-v-48261697]{background-color:#f5f5f5!important}.has-text-dark[data-v-48261697]{color:#363636!important}a.has-text-dark[data-v-48261697]:focus,a.has-text-dark[data-v-48261697]:hover{color:#1c1c1c!important}.has-background-dark[data-v-48261697]{background-color:#363636!important}.has-text-primary[data-v-48261697]{color:#00d1b2!important}a.has-text-primary[data-v-48261697]:focus,a.has-text-primary[data-v-48261697]:hover{color:#009e86!important}.has-background-primary[data-v-48261697]{background-color:#00d1b2!important}.has-text-link[data-v-48261697]{color:#3273dc!important}a.has-text-link[data-v-48261697]:focus,a.has-text-link[data-v-48261697]:hover{color:#205bbc!important}.has-background-link[data-v-48261697]{background-color:#3273dc!important}.has-text-info[data-v-48261697]{color:#209cee!important}a.has-text-info[data-v-48261697]:focus,a.has-text-info[data-v-48261697]:hover{color:#0f81cc!important}.has-background-info[data-v-48261697]{background-color:#209cee!important}.has-text-success[data-v-48261697]{color:#23d160!important}a.has-text-success[data-v-48261697]:focus,a.has-text-success[data-v-48261697]:hover{color:#1ca64c!important}.has-background-success[data-v-48261697]{background-color:#23d160!important}.has-text-warning[data-v-48261697]{color:#ffdd57!important}a.has-text-warning[data-v-48261697]:focus,a.has-text-warning[data-v-48261697]:hover{color:#ffd324!important}.has-background-warning[data-v-48261697]{background-color:#ffdd57!important}.has-text-danger[data-v-48261697]{color:#ff3860!important}a.has-text-danger[data-v-48261697]:focus,a.has-text-danger[data-v-48261697]:hover{color:#ff0537!important}.has-background-danger[data-v-48261697]{background-color:#ff3860!important}.has-text-black-bis[data-v-48261697]{color:#121212!important}.has-background-black-bis[data-v-48261697]{background-color:#121212!important}.has-text-black-ter[data-v-48261697]{color:#242424!important}.has-background-black-ter[data-v-48261697]{background-color:#242424!important}.has-text-grey-darker[data-v-48261697]{color:#363636!important}.has-background-grey-darker[data-v-48261697]{background-color:#363636!important}.has-text-grey-dark[data-v-48261697]{color:#4a4a4a!important}.has-background-grey-dark[data-v-48261697]{background-color:#4a4a4a!important}.has-text-grey[data-v-48261697]{color:#7a7a7a!important}.has-background-grey[data-v-48261697]{background-color:#7a7a7a!important}.has-text-grey-light[data-v-48261697]{color:#b5b5b5!important}.has-background-grey-light[data-v-48261697]{background-color:#b5b5b5!important}.has-text-grey-lighter[data-v-48261697]{color:#dbdbdb!important}.has-background-grey-lighter[data-v-48261697]{background-color:#dbdbdb!important}.has-text-white-ter[data-v-48261697]{color:#f5f5f5!important}.has-background-white-ter[data-v-48261697]{background-color:#f5f5f5!important}.has-text-white-bis[data-v-48261697]{color:#fafafa!important}.has-background-white-bis[data-v-48261697]{background-color:#fafafa!important}.has-text-weight-light[data-v-48261697]{font-weight:300!important}.has-text-weight-normal[data-v-48261697]{font-weight:400!important}.has-text-weight-semibold[data-v-48261697]{font-weight:600!important}.has-text-weight-bold[data-v-48261697]{font-weight:700!important}.is-block[data-v-48261697]{display:block!important}@media screen and (max-width:768px){.is-block-mobile[data-v-48261697]{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet[data-v-48261697]{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only[data-v-48261697]{display:block!important}}@media screen and (max-width:1087px){.is-block-touch[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd[data-v-48261697]{display:block!important}}.is-flex[data-v-48261697]{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile[data-v-48261697]{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet[data-v-48261697]{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only[data-v-48261697]{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd[data-v-48261697]{display:flex!important}}.is-inline[data-v-48261697]{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile[data-v-48261697]{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet[data-v-48261697]{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only[data-v-48261697]{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd[data-v-48261697]{display:inline!important}}.is-inline-block[data-v-48261697]{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile[data-v-48261697]{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only[data-v-48261697]{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd[data-v-48261697]{display:inline-block!important}}.is-inline-flex[data-v-48261697]{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile[data-v-48261697]{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only[data-v-48261697]{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd[data-v-48261697]{display:inline-flex!important}}.is-hidden[data-v-48261697]{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile[data-v-48261697]{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet[data-v-48261697]{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only[data-v-48261697]{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd[data-v-48261697]{display:none!important}}.is-invisible[data-v-48261697]{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile[data-v-48261697]{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only[data-v-48261697]{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd[data-v-48261697]{visibility:hidden!important}}.is-marginless[data-v-48261697]{margin:0!important}.is-paddingless[data-v-48261697]{padding:0!important}.is-radiusless[data-v-48261697]{border-radius:0!important}.is-shadowless[data-v-48261697]{box-shadow:none!important}.button[data-v-48261697]{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button strong[data-v-48261697]{color:inherit}.button .icon.is-large[data-v-48261697],.button .icon.is-medium[data-v-48261697],.button .icon.is-small[data-v-48261697],.button .icon[data-v-48261697]{height:1.5em;width:1.5em}.button .icon[data-v-48261697]:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon[data-v-48261697]:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon[data-v-48261697]:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered[data-v-48261697],.button[data-v-48261697]:hover{border-color:#b5b5b5;color:#363636}.button.is-focused[data-v-48261697],.button[data-v-48261697]:focus{border-color:#3273dc;color:#363636}.button.is-focused[data-v-48261697]:not(:active),.button[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active[data-v-48261697],.button[data-v-48261697]:active{border-color:#4a4a4a;color:#363636}.button.is-text[data-v-48261697]{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused[data-v-48261697],.button.is-text.is-hovered[data-v-48261697],.button.is-text[data-v-48261697]:focus,.button.is-text[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active[data-v-48261697],.button.is-text[data-v-48261697]:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled][data-v-48261697]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white[data-v-48261697]{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered[data-v-48261697],.button.is-white[data-v-48261697]:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697],.button.is-white[data-v-48261697]:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697]:not(:active),.button.is-white[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active[data-v-48261697],.button.is-white[data-v-48261697]:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted[data-v-48261697]{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted[data-v-48261697]:hover{background-color:#000}.button.is-white.is-inverted[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined[data-v-48261697]:focus,.button.is-white.is-outlined[data-v-48261697]:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-white.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black[data-v-48261697]{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered[data-v-48261697],.button.is-black[data-v-48261697]:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697],.button.is-black[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697]:not(:active),.button.is-black[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active[data-v-48261697],.button.is-black[data-v-48261697]:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted[data-v-48261697]{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined[data-v-48261697]:focus,.button.is-black.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-black.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light[data-v-48261697]{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered[data-v-48261697],.button.is-light[data-v-48261697]:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697],.button.is-light[data-v-48261697]:focus{border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697]:not(:active),.button.is-light[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active[data-v-48261697],.button.is-light[data-v-48261697]:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted[data-v-48261697]{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted[data-v-48261697]:hover{background-color:#292929}.button.is-light.is-inverted[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined[data-v-48261697]:focus,.button.is-light.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-light.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark[data-v-48261697]{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered[data-v-48261697],.button.is-dark[data-v-48261697]:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697],.button.is-dark[data-v-48261697]:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697]:not(:active),.button.is-dark[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active[data-v-48261697],.button.is-dark[data-v-48261697]:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted[data-v-48261697]{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted[data-v-48261697]:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined[data-v-48261697]:focus,.button.is-dark.is-outlined[data-v-48261697]:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-dark.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary[data-v-48261697]{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered[data-v-48261697],.button.is-primary[data-v-48261697]:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697],.button.is-primary[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697]:not(:active),.button.is-primary[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active[data-v-48261697],.button.is-primary[data-v-48261697]:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled][data-v-48261697]{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted[data-v-48261697]{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[data-v-48261697]{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined[data-v-48261697]:focus,.button.is-primary.is-outlined[data-v-48261697]:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-primary.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link[data-v-48261697]{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered[data-v-48261697],.button.is-link[data-v-48261697]:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697],.button.is-link[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697]:not(:active),.button.is-link[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active[data-v-48261697],.button.is-link[data-v-48261697]:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled][data-v-48261697]{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted[data-v-48261697]{background-color:#fff;color:#3273dc}.button.is-link.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[data-v-48261697]{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined[data-v-48261697]:focus,.button.is-link.is-outlined[data-v-48261697]:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-link.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info[data-v-48261697]{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info.is-hovered[data-v-48261697],.button.is-info[data-v-48261697]:hover{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697],.button.is-info[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697]:not(:active),.button.is-info[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.button.is-info.is-active[data-v-48261697],.button.is-info[data-v-48261697]:active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled][data-v-48261697]{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted[data-v-48261697]{background-color:#fff;color:#209cee}.button.is-info.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[data-v-48261697]{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined[data-v-48261697]:focus,.button.is-info.is-outlined[data-v-48261697]:hover{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #209cee #209cee!important}.button.is-info.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-info.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success[data-v-48261697]{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered[data-v-48261697],.button.is-success[data-v-48261697]:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697],.button.is-success[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697]:not(:active),.button.is-success[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active[data-v-48261697],.button.is-success[data-v-48261697]:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled][data-v-48261697]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted[data-v-48261697]{background-color:#fff;color:#23d160}.button.is-success.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[data-v-48261697]{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined[data-v-48261697]:focus,.button.is-success.is-outlined[data-v-48261697]:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-success.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning[data-v-48261697]{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered[data-v-48261697],.button.is-warning[data-v-48261697]:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697],.button.is-warning[data-v-48261697]:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697]:not(:active),.button.is-warning[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active[data-v-48261697],.button.is-warning[data-v-48261697]:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled][data-v-48261697]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted[data-v-48261697]{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted[data-v-48261697]:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled][data-v-48261697]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading[data-v-48261697]:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined[data-v-48261697]:focus,.button.is-warning.is-outlined[data-v-48261697]:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-warning.is-inverted.is-outlined[data-v-48261697]:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger[data-v-48261697]{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered[data-v-48261697],.button.is-danger[data-v-48261697]:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697],.button.is-danger[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697]:not(:active),.button.is-danger[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active[data-v-48261697],.button.is-danger[data-v-48261697]:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled][data-v-48261697]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted[data-v-48261697]{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined[data-v-48261697]:focus,.button.is-danger.is-outlined[data-v-48261697]:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-danger.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small[data-v-48261697]{border-radius:2px;font-size:.75rem}.button.is-medium[data-v-48261697]{font-size:1.25rem}.button.is-large[data-v-48261697]{font-size:1.5rem}.button[disabled][data-v-48261697]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth[data-v-48261697]{display:flex;width:100%}.button.is-loading[data-v-48261697]{color:transparent!important;pointer-events:none}.button.is-loading[data-v-48261697]:after{position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static[data-v-48261697]{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded[data-v-48261697]{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons[data-v-48261697]{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button[data-v-48261697]{margin-bottom:.5rem}.buttons .button[data-v-48261697]:not(:last-child){margin-right:.5rem}.buttons[data-v-48261697]:last-child{margin-bottom:-.5rem}.buttons[data-v-48261697]:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button[data-v-48261697]:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button[data-v-48261697]:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button[data-v-48261697]:last-child{margin-right:0}.buttons.has-addons .button.is-hovered[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:hover{z-index:2}.buttons.has-addons .button.is-active[data-v-48261697],.buttons.has-addons .button.is-focused[data-v-48261697],.buttons.has-addons .button.is-selected[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:active,.buttons.has-addons .button[data-v-48261697]:focus{z-index:3}.buttons.has-addons .button.is-active[data-v-48261697]:hover,.buttons.has-addons .button.is-focused[data-v-48261697]:hover,.buttons.has-addons .button.is-selected[data-v-48261697]:hover,.buttons.has-addons .button[data-v-48261697]:active:hover,.buttons.has-addons .button[data-v-48261697]:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded[data-v-48261697]{flex-grow:1}.buttons.is-centered[data-v-48261697]{justify-content:center}.buttons.is-right[data-v-48261697]{justify-content:flex-end}.highlight-selection[data-v-48261697]{border-color:#3273dc;color:#363636;box-shadow:0 0 0 .125em rgba(50,115,220,.25);transform:scale(1.25)}.install-button[data-v-83f6b3ba]{margin-top:1em;margin-bottom:.5em}.plotly[data-v-6b30f694]{height:20em}.adsense[data-v-3916a94e]{margin-top:2em;margin-bottom:2.5em}.header[data-v-b64ebbb6]{text-align:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/dist/assets/TalentGrab.jpg) 50%;background-size:cover}.tab[data-v-b64ebbb6]{padding-left:1em;padding-right:1em}
\ No newline at end of file +/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */blockquote[data-v-48261697],body[data-v-48261697],dd[data-v-48261697],dl[data-v-48261697],dt[data-v-48261697],fieldset[data-v-48261697],figure[data-v-48261697],h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697],hr[data-v-48261697],html[data-v-48261697],iframe[data-v-48261697],legend[data-v-48261697],li[data-v-48261697],ol[data-v-48261697],p[data-v-48261697],pre[data-v-48261697],textarea[data-v-48261697],ul[data-v-48261697]{margin:0;padding:0}h1[data-v-48261697],h2[data-v-48261697],h3[data-v-48261697],h4[data-v-48261697],h5[data-v-48261697],h6[data-v-48261697]{font-size:100%;font-weight:400}ul[data-v-48261697]{list-style:none}button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{margin:0}html[data-v-48261697]{box-sizing:border-box}[data-v-48261697],[data-v-48261697]:after,[data-v-48261697]:before{box-sizing:inherit}audio[data-v-48261697],img[data-v-48261697],video[data-v-48261697]{height:auto;max-width:100%}iframe[data-v-48261697]{border:0}table[data-v-48261697]{border-collapse:collapse;border-spacing:0}td[data-v-48261697],th[data-v-48261697]{padding:0;text-align:left}html[data-v-48261697]{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;text-size-adjust:100%}article[data-v-48261697],aside[data-v-48261697],figure[data-v-48261697],footer[data-v-48261697],header[data-v-48261697],hgroup[data-v-48261697],section[data-v-48261697]{display:block}body[data-v-48261697],button[data-v-48261697],input[data-v-48261697],select[data-v-48261697],textarea[data-v-48261697]{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}code[data-v-48261697],pre[data-v-48261697]{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body[data-v-48261697]{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a[data-v-48261697]{color:#3273dc;cursor:pointer;text-decoration:none}a strong[data-v-48261697]{color:currentColor}a[data-v-48261697]:hover{color:#363636}code[data-v-48261697]{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr[data-v-48261697]{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img[data-v-48261697]{height:auto;max-width:100%}input[type=checkbox][data-v-48261697],input[type=radio][data-v-48261697]{vertical-align:baseline}small[data-v-48261697]{font-size:.875em}span[data-v-48261697]{font-style:inherit;font-weight:inherit}strong[data-v-48261697]{color:#363636;font-weight:700}pre[data-v-48261697]{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code[data-v-48261697]{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td[data-v-48261697],table th[data-v-48261697]{text-align:left;vertical-align:top}table th[data-v-48261697]{color:#363636}.is-clearfix[data-v-48261697]:after{clear:both;content:" ";display:table}.is-pulled-left[data-v-48261697]{float:left!important}.is-pulled-right[data-v-48261697]{float:right!important}.is-clipped[data-v-48261697]{overflow:hidden!important}.is-size-1[data-v-48261697]{font-size:3rem!important}.is-size-2[data-v-48261697]{font-size:2.5rem!important}.is-size-3[data-v-48261697]{font-size:2rem!important}.is-size-4[data-v-48261697]{font-size:1.5rem!important}.is-size-5[data-v-48261697]{font-size:1.25rem!important}.is-size-6[data-v-48261697]{font-size:1rem!important}.is-size-7[data-v-48261697]{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile[data-v-48261697]{font-size:3rem!important}.is-size-2-mobile[data-v-48261697]{font-size:2.5rem!important}.is-size-3-mobile[data-v-48261697]{font-size:2rem!important}.is-size-4-mobile[data-v-48261697]{font-size:1.5rem!important}.is-size-5-mobile[data-v-48261697]{font-size:1.25rem!important}.is-size-6-mobile[data-v-48261697]{font-size:1rem!important}.is-size-7-mobile[data-v-48261697]{font-size:.75rem!important}}@media print,screen and (min-width:769px){.is-size-1-tablet[data-v-48261697]{font-size:3rem!important}.is-size-2-tablet[data-v-48261697]{font-size:2.5rem!important}.is-size-3-tablet[data-v-48261697]{font-size:2rem!important}.is-size-4-tablet[data-v-48261697]{font-size:1.5rem!important}.is-size-5-tablet[data-v-48261697]{font-size:1.25rem!important}.is-size-6-tablet[data-v-48261697]{font-size:1rem!important}.is-size-7-tablet[data-v-48261697]{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch[data-v-48261697]{font-size:3rem!important}.is-size-2-touch[data-v-48261697]{font-size:2.5rem!important}.is-size-3-touch[data-v-48261697]{font-size:2rem!important}.is-size-4-touch[data-v-48261697]{font-size:1.5rem!important}.is-size-5-touch[data-v-48261697]{font-size:1.25rem!important}.is-size-6-touch[data-v-48261697]{font-size:1rem!important}.is-size-7-touch[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop[data-v-48261697]{font-size:3rem!important}.is-size-2-desktop[data-v-48261697]{font-size:2.5rem!important}.is-size-3-desktop[data-v-48261697]{font-size:2rem!important}.is-size-4-desktop[data-v-48261697]{font-size:1.5rem!important}.is-size-5-desktop[data-v-48261697]{font-size:1.25rem!important}.is-size-6-desktop[data-v-48261697]{font-size:1rem!important}.is-size-7-desktop[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen[data-v-48261697]{font-size:3rem!important}.is-size-2-widescreen[data-v-48261697]{font-size:2.5rem!important}.is-size-3-widescreen[data-v-48261697]{font-size:2rem!important}.is-size-4-widescreen[data-v-48261697]{font-size:1.5rem!important}.is-size-5-widescreen[data-v-48261697]{font-size:1.25rem!important}.is-size-6-widescreen[data-v-48261697]{font-size:1rem!important}.is-size-7-widescreen[data-v-48261697]{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd[data-v-48261697]{font-size:3rem!important}.is-size-2-fullhd[data-v-48261697]{font-size:2.5rem!important}.is-size-3-fullhd[data-v-48261697]{font-size:2rem!important}.is-size-4-fullhd[data-v-48261697]{font-size:1.5rem!important}.is-size-5-fullhd[data-v-48261697]{font-size:1.25rem!important}.is-size-6-fullhd[data-v-48261697]{font-size:1rem!important}.is-size-7-fullhd[data-v-48261697]{font-size:.75rem!important}}.has-text-centered[data-v-48261697]{text-align:center!important}.has-text-justified[data-v-48261697]{text-align:justify!important}.has-text-left[data-v-48261697]{text-align:left!important}.has-text-right[data-v-48261697]{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile[data-v-48261697]{text-align:center!important}}@media print,screen and (min-width:769px){.has-text-centered-tablet[data-v-48261697]{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only[data-v-48261697]{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only[data-v-48261697]{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd[data-v-48261697]{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile[data-v-48261697]{text-align:justify!important}}@media print,screen and (min-width:769px){.has-text-justified-tablet[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only[data-v-48261697]{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd[data-v-48261697]{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile[data-v-48261697]{text-align:left!important}}@media print,screen and (min-width:769px){.has-text-left-tablet[data-v-48261697]{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only[data-v-48261697]{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only[data-v-48261697]{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd[data-v-48261697]{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile[data-v-48261697]{text-align:right!important}}@media print,screen and (min-width:769px){.has-text-right-tablet[data-v-48261697]{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only[data-v-48261697]{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only[data-v-48261697]{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd[data-v-48261697]{text-align:right!important}}.is-capitalized[data-v-48261697]{text-transform:capitalize!important}.is-lowercase[data-v-48261697]{text-transform:lowercase!important}.is-uppercase[data-v-48261697]{text-transform:uppercase!important}.is-italic[data-v-48261697]{font-style:italic!important}.has-text-white[data-v-48261697]{color:#fff!important}a.has-text-white[data-v-48261697]:focus,a.has-text-white[data-v-48261697]:hover{color:#e6e6e6!important}.has-background-white[data-v-48261697]{background-color:#fff!important}.has-text-black[data-v-48261697]{color:#0a0a0a!important}a.has-text-black[data-v-48261697]:focus,a.has-text-black[data-v-48261697]:hover{color:#000!important}.has-background-black[data-v-48261697]{background-color:#0a0a0a!important}.has-text-light[data-v-48261697]{color:#f5f5f5!important}a.has-text-light[data-v-48261697]:focus,a.has-text-light[data-v-48261697]:hover{color:#dbdbdb!important}.has-background-light[data-v-48261697]{background-color:#f5f5f5!important}.has-text-dark[data-v-48261697]{color:#363636!important}a.has-text-dark[data-v-48261697]:focus,a.has-text-dark[data-v-48261697]:hover{color:#1c1c1c!important}.has-background-dark[data-v-48261697]{background-color:#363636!important}.has-text-primary[data-v-48261697]{color:#00d1b2!important}a.has-text-primary[data-v-48261697]:focus,a.has-text-primary[data-v-48261697]:hover{color:#009e86!important}.has-background-primary[data-v-48261697]{background-color:#00d1b2!important}.has-text-link[data-v-48261697]{color:#3273dc!important}a.has-text-link[data-v-48261697]:focus,a.has-text-link[data-v-48261697]:hover{color:#205bbc!important}.has-background-link[data-v-48261697]{background-color:#3273dc!important}.has-text-info[data-v-48261697]{color:#209cee!important}a.has-text-info[data-v-48261697]:focus,a.has-text-info[data-v-48261697]:hover{color:#0f81cc!important}.has-background-info[data-v-48261697]{background-color:#209cee!important}.has-text-success[data-v-48261697]{color:#23d160!important}a.has-text-success[data-v-48261697]:focus,a.has-text-success[data-v-48261697]:hover{color:#1ca64c!important}.has-background-success[data-v-48261697]{background-color:#23d160!important}.has-text-warning[data-v-48261697]{color:#ffdd57!important}a.has-text-warning[data-v-48261697]:focus,a.has-text-warning[data-v-48261697]:hover{color:#ffd324!important}.has-background-warning[data-v-48261697]{background-color:#ffdd57!important}.has-text-danger[data-v-48261697]{color:#ff3860!important}a.has-text-danger[data-v-48261697]:focus,a.has-text-danger[data-v-48261697]:hover{color:#ff0537!important}.has-background-danger[data-v-48261697]{background-color:#ff3860!important}.has-text-black-bis[data-v-48261697]{color:#121212!important}.has-background-black-bis[data-v-48261697]{background-color:#121212!important}.has-text-black-ter[data-v-48261697]{color:#242424!important}.has-background-black-ter[data-v-48261697]{background-color:#242424!important}.has-text-grey-darker[data-v-48261697]{color:#363636!important}.has-background-grey-darker[data-v-48261697]{background-color:#363636!important}.has-text-grey-dark[data-v-48261697]{color:#4a4a4a!important}.has-background-grey-dark[data-v-48261697]{background-color:#4a4a4a!important}.has-text-grey[data-v-48261697]{color:#7a7a7a!important}.has-background-grey[data-v-48261697]{background-color:#7a7a7a!important}.has-text-grey-light[data-v-48261697]{color:#b5b5b5!important}.has-background-grey-light[data-v-48261697]{background-color:#b5b5b5!important}.has-text-grey-lighter[data-v-48261697]{color:#dbdbdb!important}.has-background-grey-lighter[data-v-48261697]{background-color:#dbdbdb!important}.has-text-white-ter[data-v-48261697]{color:#f5f5f5!important}.has-background-white-ter[data-v-48261697]{background-color:#f5f5f5!important}.has-text-white-bis[data-v-48261697]{color:#fafafa!important}.has-background-white-bis[data-v-48261697]{background-color:#fafafa!important}.has-text-weight-light[data-v-48261697]{font-weight:300!important}.has-text-weight-normal[data-v-48261697]{font-weight:400!important}.has-text-weight-semibold[data-v-48261697]{font-weight:600!important}.has-text-weight-bold[data-v-48261697]{font-weight:700!important}.is-block[data-v-48261697]{display:block!important}@media screen and (max-width:768px){.is-block-mobile[data-v-48261697]{display:block!important}}@media print,screen and (min-width:769px){.is-block-tablet[data-v-48261697]{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only[data-v-48261697]{display:block!important}}@media screen and (max-width:1087px){.is-block-touch[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop[data-v-48261697]{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen[data-v-48261697]{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only[data-v-48261697]{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd[data-v-48261697]{display:block!important}}.is-flex[data-v-48261697]{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile[data-v-48261697]{display:flex!important}}@media print,screen and (min-width:769px){.is-flex-tablet[data-v-48261697]{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only[data-v-48261697]{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop[data-v-48261697]{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen[data-v-48261697]{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only[data-v-48261697]{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd[data-v-48261697]{display:flex!important}}.is-inline[data-v-48261697]{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile[data-v-48261697]{display:inline!important}}@media print,screen and (min-width:769px){.is-inline-tablet[data-v-48261697]{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only[data-v-48261697]{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop[data-v-48261697]{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen[data-v-48261697]{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only[data-v-48261697]{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd[data-v-48261697]{display:inline!important}}.is-inline-block[data-v-48261697]{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile[data-v-48261697]{display:inline-block!important}}@media print,screen and (min-width:769px){.is-inline-block-tablet[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only[data-v-48261697]{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only[data-v-48261697]{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd[data-v-48261697]{display:inline-block!important}}.is-inline-flex[data-v-48261697]{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile[data-v-48261697]{display:inline-flex!important}}@media print,screen and (min-width:769px){.is-inline-flex-tablet[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only[data-v-48261697]{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only[data-v-48261697]{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd[data-v-48261697]{display:inline-flex!important}}.is-hidden[data-v-48261697]{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile[data-v-48261697]{display:none!important}}@media print,screen and (min-width:769px){.is-hidden-tablet[data-v-48261697]{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only[data-v-48261697]{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop[data-v-48261697]{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen[data-v-48261697]{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only[data-v-48261697]{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd[data-v-48261697]{display:none!important}}.is-invisible[data-v-48261697]{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile[data-v-48261697]{visibility:hidden!important}}@media print,screen and (min-width:769px){.is-invisible-tablet[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only[data-v-48261697]{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only[data-v-48261697]{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd[data-v-48261697]{visibility:hidden!important}}.is-marginless[data-v-48261697]{margin:0!important}.is-paddingless[data-v-48261697]{padding:0!important}.is-radiusless[data-v-48261697]{border-radius:0!important}.is-shadowless[data-v-48261697]{box-shadow:none!important}.button[data-v-48261697]{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.375em - 1px) .75em;text-align:center;white-space:nowrap}.button strong[data-v-48261697]{color:inherit}.button .icon.is-large[data-v-48261697],.button .icon.is-medium[data-v-48261697],.button .icon.is-small[data-v-48261697],.button .icon[data-v-48261697]{height:1.5em;width:1.5em}.button .icon[data-v-48261697]:first-child:not(:last-child){margin-left:calc(-.375em - 1px);margin-right:.1875em}.button .icon[data-v-48261697]:last-child:not(:first-child){margin-left:.1875em;margin-right:calc(-.375em - 1px)}.button .icon[data-v-48261697]:first-child:last-child{margin-left:calc(-.375em - 1px);margin-right:calc(-.375em - 1px)}.button.is-hovered[data-v-48261697],.button[data-v-48261697]:hover{border-color:#b5b5b5;color:#363636}.button.is-focused[data-v-48261697],.button[data-v-48261697]:focus{border-color:#3273dc;color:#363636}.button.is-focused[data-v-48261697]:not(:active),.button[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active[data-v-48261697],.button[data-v-48261697]:active{border-color:#4a4a4a;color:#363636}.button.is-text[data-v-48261697]{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused[data-v-48261697],.button.is-text.is-hovered[data-v-48261697],.button.is-text[data-v-48261697]:focus,.button.is-text[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active[data-v-48261697],.button.is-text[data-v-48261697]:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled][data-v-48261697]{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white[data-v-48261697]{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered[data-v-48261697],.button.is-white[data-v-48261697]:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697],.button.is-white[data-v-48261697]:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused[data-v-48261697]:not(:active),.button.is-white[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active[data-v-48261697],.button.is-white[data-v-48261697]:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted[data-v-48261697]{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted[data-v-48261697]:hover{background-color:#000}.button.is-white.is-inverted[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined[data-v-48261697]:focus,.button.is-white.is-outlined[data-v-48261697]:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-white.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black[data-v-48261697]{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered[data-v-48261697],.button.is-black[data-v-48261697]:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697],.button.is-black[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-black.is-focused[data-v-48261697]:not(:active),.button.is-black[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,4%,.25)}.button.is-black.is-active[data-v-48261697],.button.is-black[data-v-48261697]:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled][data-v-48261697]{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted[data-v-48261697]{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[data-v-48261697]{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined[data-v-48261697]:focus,.button.is-black.is-outlined[data-v-48261697]:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-black.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light[data-v-48261697]{background-color:#f5f5f5;border-color:transparent;color:#363636}.button.is-light.is-hovered[data-v-48261697],.button.is-light[data-v-48261697]:hover{background-color:#eee;border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697],.button.is-light[data-v-48261697]:focus{border-color:transparent;color:#363636}.button.is-light.is-focused[data-v-48261697]:not(:active),.button.is-light[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active[data-v-48261697],.button.is-light[data-v-48261697]:active{background-color:#e8e8e8;border-color:transparent;color:#363636}.button.is-light[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted[data-v-48261697]{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted[data-v-48261697]:hover{background-color:#292929}.button.is-light.is-inverted[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-light.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined[data-v-48261697]:focus,.button.is-light.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.button.is-light.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-light.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-light.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#363636;color:#f5f5f5}.button.is-light.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark[data-v-48261697]{background-color:#363636;border-color:transparent;color:#f5f5f5}.button.is-dark.is-hovered[data-v-48261697],.button.is-dark[data-v-48261697]:hover{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697],.button.is-dark[data-v-48261697]:focus{border-color:transparent;color:#f5f5f5}.button.is-dark.is-focused[data-v-48261697]:not(:active),.button.is-dark[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active[data-v-48261697],.button.is-dark[data-v-48261697]:active{background-color:#292929;border-color:transparent;color:#f5f5f5}.button.is-dark[disabled][data-v-48261697]{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted[data-v-48261697]{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted[data-v-48261697]:hover{background-color:#e8e8e8}.button.is-dark.is-inverted[disabled][data-v-48261697]{background-color:#f5f5f5;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading[data-v-48261697]:after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-dark.is-outlined[data-v-48261697]{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined[data-v-48261697]:focus,.button.is-dark.is-outlined[data-v-48261697]:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.button.is-dark.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-dark.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-dark.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#f5f5f5;color:#363636}.button.is-dark.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-primary[data-v-48261697]{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered[data-v-48261697],.button.is-primary[data-v-48261697]:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697],.button.is-primary[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused[data-v-48261697]:not(:active),.button.is-primary[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active[data-v-48261697],.button.is-primary[data-v-48261697]:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled][data-v-48261697]{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted[data-v-48261697]{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined[data-v-48261697]{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined[data-v-48261697]:focus,.button.is-primary.is-outlined[data-v-48261697]:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-primary.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link[data-v-48261697]{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered[data-v-48261697],.button.is-link[data-v-48261697]:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697],.button.is-link[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-link.is-focused[data-v-48261697]:not(:active),.button.is-link[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active[data-v-48261697],.button.is-link[data-v-48261697]:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled][data-v-48261697]{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted[data-v-48261697]{background-color:#fff;color:#3273dc}.button.is-link.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined[data-v-48261697]{background-color:transparent;border-color:#3273dc;color:#3273dc}.button.is-link.is-outlined[data-v-48261697]:focus,.button.is-link.is-outlined[data-v-48261697]:hover{background-color:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #3273dc #3273dc!important}.button.is-link.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-link.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-link.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info[data-v-48261697]{background-color:#209cee;border-color:transparent;color:#fff}.button.is-info.is-hovered[data-v-48261697],.button.is-info[data-v-48261697]:hover{background-color:#1496ed;border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697],.button.is-info[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-info.is-focused[data-v-48261697]:not(:active),.button.is-info[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(32,156,238,.25)}.button.is-info.is-active[data-v-48261697],.button.is-info[data-v-48261697]:active{background-color:#118fe4;border-color:transparent;color:#fff}.button.is-info[disabled][data-v-48261697]{background-color:#209cee;border-color:transparent;box-shadow:none}.button.is-info.is-inverted[data-v-48261697]{background-color:#fff;color:#209cee}.button.is-info.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#209cee}.button.is-info.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined[data-v-48261697]{background-color:transparent;border-color:#209cee;color:#209cee}.button.is-info.is-outlined[data-v-48261697]:focus,.button.is-info.is-outlined[data-v-48261697]:hover{background-color:#209cee;border-color:#209cee;color:#fff}.button.is-info.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #209cee #209cee!important}.button.is-info.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#209cee;box-shadow:none;color:#209cee}.button.is-info.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-info.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#209cee}.button.is-info.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success[data-v-48261697]{background-color:#23d160;border-color:transparent;color:#fff}.button.is-success.is-hovered[data-v-48261697],.button.is-success[data-v-48261697]:hover{background-color:#22c65b;border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697],.button.is-success[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-success.is-focused[data-v-48261697]:not(:active),.button.is-success[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(35,209,96,.25)}.button.is-success.is-active[data-v-48261697],.button.is-success[data-v-48261697]:active{background-color:#20bc56;border-color:transparent;color:#fff}.button.is-success[disabled][data-v-48261697]{background-color:#23d160;border-color:transparent;box-shadow:none}.button.is-success.is-inverted[data-v-48261697]{background-color:#fff;color:#23d160}.button.is-success.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#23d160}.button.is-success.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined[data-v-48261697]{background-color:transparent;border-color:#23d160;color:#23d160}.button.is-success.is-outlined[data-v-48261697]:focus,.button.is-success.is-outlined[data-v-48261697]:hover{background-color:#23d160;border-color:#23d160;color:#fff}.button.is-success.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #23d160 #23d160!important}.button.is-success.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#23d160;box-shadow:none;color:#23d160}.button.is-success.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-success.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#23d160}.button.is-success.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-warning[data-v-48261697]{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered[data-v-48261697],.button.is-warning[data-v-48261697]:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697],.button.is-warning[data-v-48261697]:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused[data-v-48261697]:not(:active),.button.is-warning[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active[data-v-48261697],.button.is-warning[data-v-48261697]:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled][data-v-48261697]{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted[data-v-48261697]{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted[data-v-48261697]:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled][data-v-48261697]{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading[data-v-48261697]:after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined[data-v-48261697]:focus,.button.is-warning.is-outlined[data-v-48261697]:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-warning.is-inverted.is-outlined[data-v-48261697]:hover{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-danger[data-v-48261697]{background-color:#ff3860;border-color:transparent;color:#fff}.button.is-danger.is-hovered[data-v-48261697],.button.is-danger[data-v-48261697]:hover{background-color:#ff2b56;border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697],.button.is-danger[data-v-48261697]:focus{border-color:transparent;color:#fff}.button.is-danger.is-focused[data-v-48261697]:not(:active),.button.is-danger[data-v-48261697]:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,56,96,.25)}.button.is-danger.is-active[data-v-48261697],.button.is-danger[data-v-48261697]:active{background-color:#ff1f4b;border-color:transparent;color:#fff}.button.is-danger[disabled][data-v-48261697]{background-color:#ff3860;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted[data-v-48261697]{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted[data-v-48261697]:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled][data-v-48261697]{background-color:#fff;border-color:transparent;box-shadow:none;color:#ff3860}.button.is-danger.is-loading[data-v-48261697]:after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined[data-v-48261697]{background-color:transparent;border-color:#ff3860;color:#ff3860}.button.is-danger.is-outlined[data-v-48261697]:focus,.button.is-danger.is-outlined[data-v-48261697]:hover{background-color:#ff3860;border-color:#ff3860;color:#fff}.button.is-danger.is-outlined.is-loading[data-v-48261697]:after{border-color:transparent transparent #ff3860 #ff3860!important}.button.is-danger.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#ff3860;box-shadow:none;color:#ff3860}.button.is-danger.is-inverted.is-outlined[data-v-48261697]{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined[data-v-48261697]:focus,.button.is-danger.is-inverted.is-outlined[data-v-48261697]:hover{background-color:#fff;color:#ff3860}.button.is-danger.is-inverted.is-outlined[disabled][data-v-48261697]{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-small[data-v-48261697]{border-radius:2px;font-size:.75rem}.button.is-medium[data-v-48261697]{font-size:1.25rem}.button.is-large[data-v-48261697]{font-size:1.5rem}.button[disabled][data-v-48261697]{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth[data-v-48261697]{display:flex;width:100%}.button.is-loading[data-v-48261697]{color:transparent!important;pointer-events:none}.button.is-loading[data-v-48261697]:after{position:absolute;left:calc(50% - 0.5em);top:calc(50% - 0.5em);position:absolute!important}.button.is-static[data-v-48261697]{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded[data-v-48261697]{border-radius:290486px;padding-left:1em;padding-right:1em}.buttons[data-v-48261697]{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button[data-v-48261697]{margin-bottom:.5rem}.buttons .button[data-v-48261697]:not(:last-child){margin-right:.5rem}.buttons[data-v-48261697]:last-child{margin-bottom:-.5rem}.buttons[data-v-48261697]:not(:last-child){margin-bottom:1rem}.buttons.has-addons .button[data-v-48261697]:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button[data-v-48261697]:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button[data-v-48261697]:last-child{margin-right:0}.buttons.has-addons .button.is-hovered[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:hover{z-index:2}.buttons.has-addons .button.is-active[data-v-48261697],.buttons.has-addons .button.is-focused[data-v-48261697],.buttons.has-addons .button.is-selected[data-v-48261697],.buttons.has-addons .button[data-v-48261697]:active,.buttons.has-addons .button[data-v-48261697]:focus{z-index:3}.buttons.has-addons .button.is-active[data-v-48261697]:hover,.buttons.has-addons .button.is-focused[data-v-48261697]:hover,.buttons.has-addons .button.is-selected[data-v-48261697]:hover,.buttons.has-addons .button[data-v-48261697]:active:hover,.buttons.has-addons .button[data-v-48261697]:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded[data-v-48261697]{flex-grow:1}.buttons.is-centered[data-v-48261697]{justify-content:center}.buttons.is-right[data-v-48261697]{justify-content:flex-end}.highlight-selection[data-v-48261697]{border-color:#3273dc;color:#363636;box-shadow:0 0 0 .125em rgba(50,115,220,.25);transform:scale(1.25)}.install-button[data-v-83f6b3ba]{margin-top:1em;margin-bottom:.5em}.plotly[data-v-680067eb]{height:20em}.adsense[data-v-3916a94e]{margin-top:2em;margin-bottom:2.5em}.header[data-v-b64ebbb6]{text-align:center;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/dist/assets/TalentGrab.jpg) 50%;background-size:cover}.tab[data-v-b64ebbb6]{padding-left:1em;padding-right:1em}
\ No newline at end of file |
