Skip to content

Instantly share code, notes, and snippets.

@ClashTheBunny
Last active March 4, 2017 19:14
Show Gist options
  • Select an option

  • Save ClashTheBunny/505f2b189c67580473826d19259ba3d6 to your computer and use it in GitHub Desktop.

Select an option

Save ClashTheBunny/505f2b189c67580473826d19259ba3d6 to your computer and use it in GitHub Desktop.
A map of Papua New Guinea with a plane animation.

This is a visualization of money raised to sponsor hospital trips via plane for remote communities in Papua New Guinea.

For every $150, the children would be able to pay for a plane to fly on one leg of a trip.
The plane was based in one city, the people were in another city, and the hospital was in a third. The visualization randomly selects a large city on the map and plans a route for the plane to make it to that city. It then shows an animation of a plane flying and the count of total full legs of the trip that were sponsored.

Enter a number at the bottom for the dollar amount raised. Push "go". The plane flys until it runs out of gas and lands at that point to show lack of completion and how much more needs to be raised.

TopoJSON

TopoJSON is an extension of GeoJSON that encodes topology. Rather than representing geometries discretely, geometries in TopoJSON files are stitched together from shared line segments called arcs. TopoJSON eliminates redundancy, offering much more compact representations of geometry than with GeoJSON; typical TopoJSON files are 80% smaller than their GeoJSON equivalents. In addition, TopoJSON facilitates applications that use topology, such as topology-preserving shape simplification, automatic map coloring, and cartograms.

Want to learn more? See the wiki.

{
"name": "papuaNewGuinea",
"homepage": "https://github.com/ClashTheBunny/papuaNewGuinea",
"description": "Animation of number of plane flights sponsored at a VBS event.",
"main": "index.html",
"authors": [
"Randall Mason <randall@mason.ch>"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"babel-polyfill": "^0.0.1",
"aureooms-js-itertools": "^1.3.0",
"jquery": "^3.0.0"
}
}
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){(function(global){"use strict";if(global._babelPolyfill){throw new Error("only one instance of babel/polyfill is allowed")}global._babelPolyfill=true;require("core-js/shim");require("regenerator/runtime")}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{"core-js/shim":72,"regenerator/runtime":73}],2:[function(require,module,exports){"use strict";var $=require("./$");module.exports=function(IS_INCLUDES){return function(el){var O=$.toObject(this),length=$.toLength(O.length),index=$.toIndex(arguments[1],length),value;if(IS_INCLUDES&&el!=el)while(length>index){value=O[index++];if(value!=value)return true}else for(;length>index;index++)if(IS_INCLUDES||index in O){if(O[index]===el)return IS_INCLUDES||index}return!IS_INCLUDES&&-1}}},{"./$":16}],3:[function(require,module,exports){"use strict";var $=require("./$"),ctx=require("./$.ctx");module.exports=function(TYPE){var IS_MAP=TYPE==1,IS_FILTER=TYPE==2,IS_SOME=TYPE==3,IS_EVERY=TYPE==4,IS_FIND_INDEX=TYPE==6,NO_HOLES=TYPE==5||IS_FIND_INDEX;return function(callbackfn){var O=Object($.assertDefined(this)),self=$.ES5Object(O),f=ctx(callbackfn,arguments[1],3),length=$.toLength(self.length),index=0,result=IS_MAP?Array(length):IS_FILTER?[]:undefined,val,res;for(;length>index;index++)if(NO_HOLES||index in self){val=self[index];res=f(val,index,O);if(TYPE){if(IS_MAP)result[index]=res;else if(res)switch(TYPE){case 3:return true;case 5:return val;case 6:return index;case 2:result.push(val)}else if(IS_EVERY)return false}}return IS_FIND_INDEX?-1:IS_SOME||IS_EVERY?IS_EVERY:result}}},{"./$":16,"./$.ctx":10}],4:[function(require,module,exports){var $=require("./$");function assert(condition,msg1,msg2){if(!condition)throw TypeError(msg2?msg1+msg2:msg1)}assert.def=$.assertDefined;assert.fn=function(it){if(!$.isFunction(it))throw TypeError(it+" is not a function!");return it};assert.obj=function(it){if(!$.isObject(it))throw TypeError(it+" is not an object!");return it};assert.inst=function(it,Constructor,name){if(!(it instanceof Constructor))throw TypeError(name+": use the 'new' operator!");return it};module.exports=assert},{"./$":16}],5:[function(require,module,exports){var $=require("./$");module.exports=Object.assign||function assign(target,source){var T=Object($.assertDefined(target)),l=arguments.length,i=1;while(l>i){var S=$.ES5Object(arguments[i++]),keys=$.getKeys(S),length=keys.length,j=0,key;while(length>j)T[key=keys[j++]]=S[key]}return T}},{"./$":16}],6:[function(require,module,exports){var $=require("./$"),TAG=require("./$.wks")("toStringTag"),toString={}.toString;function cof(it){return toString.call(it).slice(8,-1)}cof.classof=function(it){var O,T;return it==undefined?it===undefined?"Undefined":"Null":typeof(T=(O=Object(it))[TAG])=="string"?T:cof(O)};cof.set=function(it,tag,stat){if(it&&!$.has(it=stat?it:it.prototype,TAG))$.hide(it,TAG,tag)};module.exports=cof},{"./$":16,"./$.wks":27}],7:[function(require,module,exports){"use strict";var $=require("./$"),ctx=require("./$.ctx"),safe=require("./$.uid").safe,assert=require("./$.assert"),$iter=require("./$.iter"),has=$.has,set=$.set,isObject=$.isObject,hide=$.hide,step=$iter.step,isFrozen=Object.isFrozen||$.core.Object.isFrozen,ID=safe("id"),O1=safe("O1"),LAST=safe("last"),FIRST=safe("first"),ITER=safe("iter"),SIZE=$.DESC?safe("size"):"size",id=0;function fastKey(it,create){if(!isObject(it))return(typeof it=="string"?"S":"P")+it;if(isFrozen(it))return"F";if(!has(it,ID)){if(!create)return"E";hide(it,ID,++id)}return"O"+it[ID]}function getEntry(that,key){var index=fastKey(key),entry;if(index!="F")return that[O1][index];for(entry=that[FIRST];entry;entry=entry.n){if(entry.k==key)return entry}}module.exports={getConstructor:function(NAME,IS_MAP,ADDER){function C(iterable){var that=assert.inst(this,C,NAME);set(that,O1,$.create(null));set(that,SIZE,0);set(that,LAST,undefined);set(that,FIRST,undefined);if(iterable!=undefined)$iter.forOf(iterable,IS_MAP,that[ADDER],that)}$.mix(C.prototype,{clear:function clear(){for(var that=this,data=that[O1],entry=that[FIRST];entry;entry=entry.n){entry.r=true;if(entry.p)entry.p=entry.p.n=undefined;delete data[entry.i]}that[FIRST]=that[LAST]=undefined;that[SIZE]=0},"delete":function(key){var that=this,entry=getEntry(that,key);if(entry){var next=entry.n,prev=entry.p;delete that[O1][entry.i];entry.r=true;if(prev)prev.n=next;if(next)next.p=prev;if(that[FIRST]==entry)that[FIRST]=next;if(that[LAST]==entry)that[LAST]=prev;that[SIZE]--}return!!entry},forEach:function forEach(callbackfn){var f=ctx(callbackfn,arguments[1],3),entry;while(entry=entry?entry.n:this[FIRST]){f(entry.v,entry.k,this);while(entry&&entry.r)entry=entry.p}},has:function has(key){return!!getEntry(this,key)}});if($.DESC)$.setDesc(C.prototype,"size",{get:function(){return assert.def(this[SIZE])}});return C},def:function(that,key,value){var entry=getEntry(that,key),prev,index;if(entry){entry.v=value}else{that[LAST]=entry={i:index=fastKey(key,true),k:key,v:value,p:prev=that[LAST],n:undefined,r:false};if(!that[FIRST])that[FIRST]=entry;if(prev)prev.n=entry;that[SIZE]++;if(index!="F")that[O1][index]=entry}return that},getEntry:getEntry,getIterConstructor:function(){return function(iterated,kind){set(this,ITER,{o:iterated,k:kind})}},next:function(){var iter=this[ITER],kind=iter.k,entry=iter.l;while(entry&&entry.r)entry=entry.p;if(!iter.o||!(iter.l=entry=entry?entry.n:iter.o[FIRST])){iter.o=undefined;return step(1)}if(kind=="key")return step(0,entry.k);if(kind=="value")return step(0,entry.v);return step(0,[entry.k,entry.v])}}},{"./$":16,"./$.assert":4,"./$.ctx":10,"./$.iter":15,"./$.uid":25}],8:[function(require,module,exports){"use strict";var $=require("./$"),safe=require("./$.uid").safe,assert=require("./$.assert"),forOf=require("./$.iter").forOf,_has=$.has,isObject=$.isObject,hide=$.hide,isFrozen=Object.isFrozen||$.core.Object.isFrozen,id=0,ID=safe("id"),WEAK=safe("weak"),LEAK=safe("leak"),method=require("./$.array-methods"),find=method(5),findIndex=method(6);function findFrozen(store,key){return find.call(store.array,function(it){return it[0]===key})}function leakStore(that){return that[LEAK]||hide(that,LEAK,{array:[],get:function(key){var entry=findFrozen(this,key);if(entry)return entry[1]},has:function(key){return!!findFrozen(this,key)},set:function(key,value){var entry=findFrozen(this,key);if(entry)entry[1]=value;else this.array.push([key,value])},"delete":function(key){var index=findIndex.call(this.array,function(it){return it[0]===key});if(~index)this.array.splice(index,1);return!!~index}})[LEAK]}module.exports={getConstructor:function(NAME,IS_MAP,ADDER){function C(iterable){$.set(assert.inst(this,C,NAME),ID,id++);if(iterable!=undefined)forOf(iterable,IS_MAP,this[ADDER],this)}$.mix(C.prototype,{"delete":function(key){if(!isObject(key))return false;if(isFrozen(key))return leakStore(this)["delete"](key);return _has(key,WEAK)&&_has(key[WEAK],this[ID])&&delete key[WEAK][this[ID]]},has:function has(key){if(!isObject(key))return false;if(isFrozen(key))return leakStore(this).has(key);return _has(key,WEAK)&&_has(key[WEAK],this[ID])}});return C},def:function(that,key,value){if(isFrozen(assert.obj(key))){leakStore(that).set(key,value)}else{_has(key,WEAK)||hide(key,WEAK,{});key[WEAK][that[ID]]=value}return that},leakStore:leakStore,WEAK:WEAK,ID:ID}},{"./$":16,"./$.array-methods":3,"./$.assert":4,"./$.iter":15,"./$.uid":25}],9:[function(require,module,exports){"use strict";var $=require("./$"),$def=require("./$.def"),$iter=require("./$.iter"),assertInstance=require("./$.assert").inst;module.exports=function(NAME,methods,common,IS_MAP,isWeak){var Base=$.g[NAME],C=Base,ADDER=IS_MAP?"set":"add",proto=C&&C.prototype,O={};function fixMethod(KEY,CHAIN){var method=proto[KEY];if($.FW)proto[KEY]=function(a,b){var result=method.call(this,a===0?0:a,b);return CHAIN?this:result}}if(!$.isFunction(C)||!(isWeak||!$iter.BUGGY&&proto.forEach&&proto.entries)){C=common.getConstructor(NAME,IS_MAP,ADDER);$.mix(C.prototype,methods)}else{var inst=new C,chain=inst[ADDER](isWeak?{}:-0,1),buggyZero;if(!require("./$.iter-detect")(function(iter){new C(iter)})){C=function(iterable){assertInstance(this,C,NAME);var that=new Base;if(iterable!=undefined)$iter.forOf(iterable,IS_MAP,that[ADDER],that);return that};C.prototype=proto;if($.FW)proto.constructor=C}isWeak||inst.forEach(function(val,key){buggyZero=1/key===-Infinity});if(buggyZero){fixMethod("delete");fixMethod("has");IS_MAP&&fixMethod("get")}if(buggyZero||chain!==inst)fixMethod(ADDER,true)}require("./$.cof").set(C,NAME);require("./$.species")(C);O[NAME]=C;$def($def.G+$def.W+$def.F*(C!=Base),O);if(!isWeak)$iter.std(C,NAME,common.getIterConstructor(),common.next,IS_MAP?"key+value":"value",!IS_MAP,true);return C}},{"./$":16,"./$.assert":4,"./$.cof":6,"./$.def":11,"./$.iter":15,"./$.iter-detect":14,"./$.species":22}],10:[function(require,module,exports){var assertFunction=require("./$.assert").fn;module.exports=function(fn,that,length){assertFunction(fn);if(~length&&that===undefined)return fn;switch(length){case 1:return function(a){return fn.call(that,a)};case 2:return function(a,b){return fn.call(that,a,b)};case 3:return function(a,b,c){return fn.call(that,a,b,c)}}return function(){return fn.apply(that,arguments)}}},{"./$.assert":4}],11:[function(require,module,exports){var $=require("./$"),global=$.g,core=$.core,isFunction=$.isFunction;function ctx(fn,that){return function(){return fn.apply(that,arguments)}}global.core=core;$def.F=1;$def.G=2;$def.S=4;$def.P=8;$def.B=16;$def.W=32;function $def(type,name,source){var key,own,out,exp,isGlobal=type&$def.G,target=isGlobal?global:type&$def.S?global[name]:(global[name]||{}).prototype,exports=isGlobal?core:core[name]||(core[name]={});if(isGlobal)source=name;for(key in source){own=!(type&$def.F)&&target&&key in target;out=(own?target:source)[key];if(type&$def.B&&own)exp=ctx(out,global);else exp=type&$def.P&&isFunction(out)?ctx(Function.call,out):out;if(target&&!own){if(isGlobal)target[key]=out;else delete target[key]&&$.hide(target,key,out)}if(exports[key]!=out)$.hide(exports,key,exp)}}module.exports=$def},{"./$":16}],12:[function(require,module,exports){module.exports=function($){$.FW=true;$.path=$.g;return $}},{}],13:[function(require,module,exports){module.exports=function(fn,args,that){var un=that===undefined;switch(args.length){case 0:return un?fn():fn.call(that);case 1:return un?fn(args[0]):fn.call(that,args[0]);case 2:return un?fn(args[0],args[1]):fn.call(that,args[0],args[1]);case 3:return un?fn(args[0],args[1],args[2]):fn.call(that,args[0],args[1],args[2]);case 4:return un?fn(args[0],args[1],args[2],args[3]):fn.call(that,args[0],args[1],args[2],args[3]);case 5:return un?fn(args[0],args[1],args[2],args[3],args[4]):fn.call(that,args[0],args[1],args[2],args[3],args[4])}return fn.apply(that,args)}},{}],14:[function(require,module,exports){var SYMBOL_ITERATOR=require("./$.wks")("iterator"),SAFE_CLOSING=false;try{var riter=[7][SYMBOL_ITERATOR]();riter["return"]=function(){SAFE_CLOSING=true};Array.from(riter,function(){throw 2})}catch(e){}module.exports=function(exec){if(!SAFE_CLOSING)return false;var safe=false;try{var arr=[7],iter=arr[SYMBOL_ITERATOR]();iter.next=function(){safe=true};arr[SYMBOL_ITERATOR]=function(){return iter};exec(arr)}catch(e){}return safe}},{"./$.wks":27}],15:[function(require,module,exports){"use strict";var $=require("./$"),ctx=require("./$.ctx"),cof=require("./$.cof"),$def=require("./$.def"),assertObject=require("./$.assert").obj,SYMBOL_ITERATOR=require("./$.wks")("iterator"),FF_ITERATOR="@@iterator",Iterators={},IteratorPrototype={};var BUGGY="keys"in[]&&!("next"in[].keys());setIterator(IteratorPrototype,$.that);function setIterator(O,value){$.hide(O,SYMBOL_ITERATOR,value);if(FF_ITERATOR in[])$.hide(O,FF_ITERATOR,value)}function defineIterator(Constructor,NAME,value,DEFAULT){var proto=Constructor.prototype,iter=proto[SYMBOL_ITERATOR]||proto[FF_ITERATOR]||DEFAULT&&proto[DEFAULT]||value;if($.FW)setIterator(proto,iter);if(iter!==value){var iterProto=$.getProto(iter.call(new Constructor));cof.set(iterProto,NAME+" Iterator",true);if($.FW)$.has(proto,FF_ITERATOR)&&setIterator(iterProto,$.that)}Iterators[NAME]=iter;Iterators[NAME+" Iterator"]=$.that;return iter}function getIterator(it){var Symbol=$.g.Symbol,ext=it[Symbol&&Symbol.iterator||FF_ITERATOR],getIter=ext||it[SYMBOL_ITERATOR]||Iterators[cof.classof(it)];return assertObject(getIter.call(it))}function closeIterator(iterator){var ret=iterator["return"];if(ret!==undefined)assertObject(ret.call(iterator))}function stepCall(iterator,fn,value,entries){try{return entries?fn(assertObject(value)[0],value[1]):fn(value)}catch(e){closeIterator(iterator);throw e}}var $iter=module.exports={BUGGY:BUGGY,Iterators:Iterators,prototype:IteratorPrototype,step:function(done,value){return{value:value,done:!!done}},stepCall:stepCall,close:closeIterator,is:function(it){var O=Object(it),Symbol=$.g.Symbol,SYM=Symbol&&Symbol.iterator||FF_ITERATOR;return SYM in O||SYMBOL_ITERATOR in O||$.has(Iterators,cof.classof(O))},get:getIterator,set:setIterator,create:function(Constructor,NAME,next,proto){Constructor.prototype=$.create(proto||$iter.prototype,{next:$.desc(1,next)});cof.set(Constructor,NAME+" Iterator")},define:defineIterator,std:function(Base,NAME,Constructor,next,DEFAULT,IS_SET,FORCE){function createIter(kind){return function(){return new Constructor(this,kind)}}$iter.create(Constructor,NAME,next);var entries=createIter("key+value"),values=createIter("value"),proto=Base.prototype,methods,key;if(DEFAULT=="value")values=defineIterator(Base,NAME,values,"values");else entries=defineIterator(Base,NAME,entries,"entries");if(DEFAULT){methods={entries:entries,keys:IS_SET?values:createIter("key"),values:values};$def($def.P+$def.F*BUGGY,NAME,methods);if(FORCE)for(key in methods){if(!(key in proto))$.hide(proto,key,methods[key])}}},forOf:function(iterable,entries,fn,that){var iterator=getIterator(iterable),f=ctx(fn,that,entries?2:1),step;while(!(step=iterator.next()).done){if(stepCall(iterator,f,step.value,entries)===false){return closeIterator(iterator)}}}}},{"./$":16,"./$.assert":4,"./$.cof":6,"./$.ctx":10,"./$.def":11,"./$.wks":27}],16:[function(require,module,exports){"use strict";var global=typeof self!="undefined"?self:Function("return this")(),core={},defineProperty=Object.defineProperty,hasOwnProperty={}.hasOwnProperty,ceil=Math.ceil,floor=Math.floor,max=Math.max,min=Math.min;var DESC=!!function(){try{return defineProperty({},"a",{get:function(){return 2}}).a==2}catch(e){}}();var hide=createDefiner(1);function toInteger(it){return isNaN(it=+it)?0:(it>0?floor:ceil)(it)}function desc(bitmap,value){return{enumerable:!(bitmap&1),configurable:!(bitmap&2),writable:!(bitmap&4),value:value}}function simpleSet(object,key,value){object[key]=value;return object}function createDefiner(bitmap){return DESC?function(object,key,value){return $.setDesc(object,key,desc(bitmap,value))}:simpleSet}function isObject(it){return it!==null&&(typeof it=="object"||typeof it=="function")}function isFunction(it){return typeof it=="function"}function assertDefined(it){if(it==undefined)throw TypeError("Can't call method on "+it);return it}var $=module.exports=require("./$.fw")({g:global,core:core,html:global.document&&document.documentElement,isObject:isObject,isFunction:isFunction,it:function(it){return it},that:function(){return this},toInteger:toInteger,toLength:function(it){return it>0?min(toInteger(it),9007199254740991):0},toIndex:function(index,length){index=toInteger(index);return index<0?max(index+length,0):min(index,length)},has:function(it,key){return hasOwnProperty.call(it,key)},create:Object.create,getProto:Object.getPrototypeOf,DESC:DESC,desc:desc,getDesc:Object.getOwnPropertyDescriptor,setDesc:defineProperty,getKeys:Object.keys,getNames:Object.getOwnPropertyNames,getSymbols:Object.getOwnPropertySymbols,assertDefined:assertDefined,ES5Object:Object,toObject:function(it){return $.ES5Object(assertDefined(it))},hide:hide,def:createDefiner(0),set:global.Symbol?simpleSet:hide,mix:function(target,src){for(var key in src)hide(target,key,src[key]);return target},each:[].forEach});if(typeof __e!="undefined")__e=core;if(typeof __g!="undefined")__g=global},{"./$.fw":12}],17:[function(require,module,exports){var $=require("./$");module.exports=function(object,el){var O=$.toObject(object),keys=$.getKeys(O),length=keys.length,index=0,key;while(length>index)if(O[key=keys[index++]]===el)return key}},{"./$":16}],18:[function(require,module,exports){var $=require("./$"),assertObject=require("./$.assert").obj;module.exports=function ownKeys(it){assertObject(it);return $.getSymbols?$.getNames(it).concat($.getSymbols(it)):$.getNames(it)}},{"./$":16,"./$.assert":4}],19:[function(require,module,exports){"use strict";var $=require("./$"),invoke=require("./$.invoke"),assertFunction=require("./$.assert").fn;module.exports=function(){var fn=assertFunction(this),length=arguments.length,pargs=Array(length),i=0,_=$.path._,holder=false;while(length>i)if((pargs[i]=arguments[i++])===_)holder=true;return function(){var that=this,_length=arguments.length,j=0,k=0,args;if(!holder&&!_length)return invoke(fn,pargs,that);args=pargs.slice();if(holder)for(;length>j;j++)if(args[j]===_)args[j]=arguments[k++];while(_length>k)args.push(arguments[k++]);return invoke(fn,args,that)}}},{"./$":16,"./$.assert":4,"./$.invoke":13}],20:[function(require,module,exports){"use strict";module.exports=function(regExp,replace,isStatic){var replacer=replace===Object(replace)?function(part){return replace[part]}:replace;return function(it){return String(isStatic?it:this).replace(regExp,replacer)}}},{}],21:[function(require,module,exports){var $=require("./$"),assert=require("./$.assert");function check(O,proto){assert.obj(O);assert(proto===null||$.isObject(proto),proto,": can't set as prototype!")}module.exports={set:Object.setPrototypeOf||("__proto__"in{}?function(buggy,set){try{set=require("./$.ctx")(Function.call,$.getDesc(Object.prototype,"__proto__").set,2);set({},[])}catch(e){buggy=true}return function setPrototypeOf(O,proto){check(O,proto);if(buggy)O.__proto__=proto;else set(O,proto);return O}}():undefined),check:check}},{"./$":16,"./$.assert":4,"./$.ctx":10}],22:[function(require,module,exports){var $=require("./$");module.exports=function(C){if($.DESC&&$.FW)$.setDesc(C,require("./$.wks")("species"),{configurable:true,get:$.that})}},{"./$":16,"./$.wks":27}],23:[function(require,module,exports){"use strict";var $=require("./$");module.exports=function(TO_STRING){return function(pos){var s=String($.assertDefined(this)),i=$.toInteger(pos),l=s.length,a,b;if(i<0||i>=l)return TO_STRING?"":undefined;a=s.charCodeAt(i);return a<55296||a>56319||i+1===l||(b=s.charCodeAt(i+1))<56320||b>57343?TO_STRING?s.charAt(i):a:TO_STRING?s.slice(i,i+2):(a-55296<<10)+(b-56320)+65536}}},{"./$":16}],24:[function(require,module,exports){"use strict";var $=require("./$"),ctx=require("./$.ctx"),cof=require("./$.cof"),invoke=require("./$.invoke"),global=$.g,isFunction=$.isFunction,html=$.html,document=global.document,process=global.process,setTask=global.setImmediate,clearTask=global.clearImmediate,postMessage=global.postMessage,addEventListener=global.addEventListener,MessageChannel=global.MessageChannel,counter=0,queue={},ONREADYSTATECHANGE="onreadystatechange",defer,channel,port;function run(){var id=+this;if($.has(queue,id)){var fn=queue[id];delete queue[id];fn()}}function listner(event){run.call(event.data)}if(!isFunction(setTask)||!isFunction(clearTask)){setTask=function(fn){var args=[],i=1;while(arguments.length>i)args.push(arguments[i++]);queue[++counter]=function(){invoke(isFunction(fn)?fn:Function(fn),args)};defer(counter);return counter};clearTask=function(id){delete queue[id]};if(cof(process)=="process"){defer=function(id){process.nextTick(ctx(run,id,1))}}else if(addEventListener&&isFunction(postMessage)&&!global.importScripts){defer=function(id){postMessage(id,"*")};addEventListener("message",listner,false)}else if(isFunction(MessageChannel)){channel=new MessageChannel;port=channel.port2;channel.port1.onmessage=listner;defer=ctx(port.postMessage,port,1)}else if(document&&ONREADYSTATECHANGE in document.createElement("script")){defer=function(id){html.appendChild(document.createElement("script"))[ONREADYSTATECHANGE]=function(){html.removeChild(this);run.call(id)}}}else{defer=function(id){setTimeout(ctx(run,id,1),0)}}}module.exports={set:setTask,clear:clearTask}},{"./$":16,"./$.cof":6,"./$.ctx":10,"./$.invoke":13}],25:[function(require,module,exports){var sid=0;function uid(key){return"Symbol("+key+")_"+(++sid+Math.random()).toString(36)}uid.safe=require("./$").g.Symbol||uid;module.exports=uid},{"./$":16}],26:[function(require,module,exports){var $=require("./$"),UNSCOPABLES=require("./$.wks")("unscopables");if($.FW&&!(UNSCOPABLES in[]))$.hide(Array.prototype,UNSCOPABLES,{});module.exports=function(key){if($.FW)[][UNSCOPABLES][key]=true}},{"./$":16,"./$.wks":27}],27:[function(require,module,exports){var global=require("./$").g,store={};module.exports=function(name){return store[name]||(store[name]=global.Symbol&&global.Symbol[name]||require("./$.uid").safe("Symbol."+name))}},{"./$":16,"./$.uid":25}],28:[function(require,module,exports){var $=require("./$"),cof=require("./$.cof"),$def=require("./$.def"),invoke=require("./$.invoke"),arrayMethod=require("./$.array-methods"),IE_PROTO=require("./$.uid").safe("__proto__"),assert=require("./$.assert"),assertObject=assert.obj,ObjectProto=Object.prototype,A=[],slice=A.slice,indexOf=A.indexOf,classof=cof.classof,defineProperties=Object.defineProperties,has=$.has,defineProperty=$.setDesc,getOwnDescriptor=$.getDesc,isFunction=$.isFunction,toObject=$.toObject,toLength=$.toLength,IE8_DOM_DEFINE=false;if(!$.DESC){try{IE8_DOM_DEFINE=defineProperty(document.createElement("div"),"x",{get:function(){return 8}}).x==8}catch(e){}$.setDesc=function(O,P,Attributes){if(IE8_DOM_DEFINE)try{return defineProperty(O,P,Attributes)}catch(e){}if("get"in Attributes||"set"in Attributes)throw TypeError("Accessors not supported!");if("value"in Attributes)assertObject(O)[P]=Attributes.value;return O};$.getDesc=function(O,P){if(IE8_DOM_DEFINE)try{return getOwnDescriptor(O,P)}catch(e){}if(has(O,P))return $.desc(!ObjectProto.propertyIsEnumerable.call(O,P),O[P])};defineProperties=function(O,Properties){assertObject(O);var keys=$.getKeys(Properties),length=keys.length,i=0,P;while(length>i)$.setDesc(O,P=keys[i++],Properties[P]);return O}}$def($def.S+$def.F*!$.DESC,"Object",{getOwnPropertyDescriptor:$.getDesc,defineProperty:$.setDesc,defineProperties:defineProperties});var keys1=("constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,"+"toLocaleString,toString,valueOf").split(","),keys2=keys1.concat("length","prototype"),keysLen1=keys1.length;var createDict=function(){var iframe=document.createElement("iframe"),i=keysLen1,gt=">",iframeDocument;iframe.style.display="none";$.html.appendChild(iframe);iframe.src="javascript:";iframeDocument=iframe.contentWindow.document;iframeDocument.open();iframeDocument.write("<script>document.F=Object</script"+gt);iframeDocument.close();createDict=iframeDocument.F;while(i--)delete createDict.prototype[keys1[i]];return createDict()};function createGetKeys(names,length){return function(object){var O=toObject(object),i=0,result=[],key;for(key in O)if(key!=IE_PROTO)has(O,key)&&result.push(key);while(length>i)if(has(O,key=names[i++])){~indexOf.call(result,key)||result.push(key)}return result}}function isPrimitive(it){return!$.isObject(it)}function Empty(){}$def($def.S,"Object",{getPrototypeOf:$.getProto=$.getProto||function(O){O=Object(assert.def(O));if(has(O,IE_PROTO))return O[IE_PROTO];if(isFunction(O.constructor)&&O instanceof O.constructor){return O.constructor.prototype}return O instanceof Object?ObjectProto:null},getOwnPropertyNames:$.getNames=$.getNames||createGetKeys(keys2,keys2.length,true),create:$.create=$.create||function(O,Properties){var result;if(O!==null){Empty.prototype=assertObject(O);result=new Empty;Empty.prototype=null;result[IE_PROTO]=O}else result=createDict();return Properties===undefined?result:defineProperties(result,Properties)},keys:$.getKeys=$.getKeys||createGetKeys(keys1,keysLen1,false),seal:$.it,freeze:$.it,preventExtensions:$.it,isSealed:isPrimitive,isFrozen:isPrimitive,isExtensible:$.isObject});$def($def.P,"Function",{bind:function(that){var fn=assert.fn(this),partArgs=slice.call(arguments,1);function bound(){var args=partArgs.concat(slice.call(arguments));return invoke(fn,args,this instanceof bound?$.create(fn.prototype):that)}if(fn.prototype)bound.prototype=fn.prototype;return bound}});function arrayMethodFix(fn){return function(){return fn.apply($.ES5Object(this),arguments)}}if(!(0 in Object("z")&&"z"[0]=="z")){$.ES5Object=function(it){return cof(it)=="String"?it.split(""):Object(it)}}$def($def.P+$def.F*($.ES5Object!=Object),"Array",{slice:arrayMethodFix(slice),join:arrayMethodFix(A.join)});$def($def.S,"Array",{isArray:function(arg){return cof(arg)=="Array"}});function createArrayReduce(isRight){return function(callbackfn,memo){assert.fn(callbackfn);var O=toObject(this),length=toLength(O.length),index=isRight?length-1:0,i=isRight?-1:1;if(arguments.length<2)for(;;){if(index in O){memo=O[index];index+=i;break}index+=i;assert(isRight?index>=0:length>index,"Reduce of empty array with no initial value")}for(;isRight?index>=0:length>index;index+=i)if(index in O){memo=callbackfn(memo,O[index],index,this)}return memo}}$def($def.P,"Array",{forEach:$.each=$.each||arrayMethod(0),map:arrayMethod(1),filter:arrayMethod(2),some:arrayMethod(3),every:arrayMethod(4),reduce:createArrayReduce(false),reduceRight:createArrayReduce(true),indexOf:indexOf=indexOf||require("./$.array-includes")(false),lastIndexOf:function(el,fromIndex){var O=toObject(this),length=toLength(O.length),index=length-1;if(arguments.length>1)index=Math.min(index,$.toInteger(fromIndex));if(index<0)index=toLength(length+index);for(;index>=0;index--)if(index in O)if(O[index]===el)return index;return-1}});$def($def.P,"String",{trim:require("./$.replacer")(/^\s*([\s\S]*\S)?\s*$/,"$1")});$def($def.S,"Date",{now:function(){return+new Date}});function lz(num){return num>9?num:"0"+num}$def($def.P,"Date",{toISOString:function(){if(!isFinite(this))throw RangeError("Invalid time value");var d=this,y=d.getUTCFullYear(),m=d.getUTCMilliseconds(),s=y<0?"-":y>9999?"+":"";return s+("00000"+Math.abs(y)).slice(s?-6:-4)+"-"+lz(d.getUTCMonth()+1)+"-"+lz(d.getUTCDate())+"T"+lz(d.getUTCHours())+":"+lz(d.getUTCMinutes())+":"+lz(d.getUTCSeconds())+"."+(m>99?m:"0"+lz(m))+"Z"}});if(classof(function(){return arguments}())=="Object")cof.classof=function(it){var tag=classof(it);return tag=="Object"&&isFunction(it.callee)?"Arguments":tag}},{"./$":16,"./$.array-includes":2,"./$.array-methods":3,"./$.assert":4,"./$.cof":6,"./$.def":11,"./$.invoke":13,"./$.replacer":20,"./$.uid":25}],29:[function(require,module,exports){"use strict";var $=require("./$"),$def=require("./$.def"),toIndex=$.toIndex;$def($def.P,"Array",{copyWithin:function copyWithin(target,start){var O=Object($.assertDefined(this)),len=$.toLength(O.length),to=toIndex(target,len),from=toIndex(start,len),end=arguments[2],fin=end===undefined?len:toIndex(end,len),count=Math.min(fin-from,len-to),inc=1;if(from<to&&to<from+count){inc=-1;from=from+count-1;to=to+count-1}while(count-->0){if(from in O)O[to]=O[from];else delete O[to];to+=inc;from+=inc}return O}});require("./$.unscope")("copyWithin")},{"./$":16,"./$.def":11,"./$.unscope":26}],30:[function(require,module,exports){"use strict";var $=require("./$"),$def=require("./$.def"),toIndex=$.toIndex;$def($def.P,"Array",{fill:function fill(value){var O=Object($.assertDefined(this)),length=$.toLength(O.length),index=toIndex(arguments[1],length),end=arguments[2],endPos=end===undefined?length:toIndex(end,length);while(endPos>index)O[index++]=value;return O}});require("./$.unscope")("fill")},{"./$":16,"./$.def":11,"./$.unscope":26}],31:[function(require,module,exports){var $def=require("./$.def");$def($def.P,"Array",{findIndex:require("./$.array-methods")(6)});require("./$.unscope")("findIndex")},{"./$.array-methods":3,"./$.def":11,"./$.unscope":26}],32:[function(require,module,exports){var $def=require("./$.def");$def($def.P,"Array",{find:require("./$.array-methods")(5)});require("./$.unscope")("find")},{"./$.array-methods":3,"./$.def":11,"./$.unscope":26}],33:[function(require,module,exports){var $=require("./$"),ctx=require("./$.ctx"),$def=require("./$.def"),$iter=require("./$.iter"),stepCall=$iter.stepCall;$def($def.S+$def.F*!require("./$.iter-detect")(function(iter){Array.from(iter)}),"Array",{from:function from(arrayLike){var O=Object($.assertDefined(arrayLike)),mapfn=arguments[1],mapping=mapfn!==undefined,f=mapping?ctx(mapfn,arguments[2],2):undefined,index=0,length,result,step,iterator;if($iter.is(O)){iterator=$iter.get(O);result=new(typeof this=="function"?this:Array);for(;!(step=iterator.next()).done;index++){result[index]=mapping?stepCall(iterator,f,[step.value,index],true):step.value}}else{result=new(typeof this=="function"?this:Array)(length=$.toLength(O.length));for(;length>index;index++){result[index]=mapping?f(O[index],index):O[index]}}result.length=index;return result}})},{"./$":16,"./$.ctx":10,"./$.def":11,"./$.iter":15,"./$.iter-detect":14}],34:[function(require,module,exports){var $=require("./$"),setUnscope=require("./$.unscope"),ITER=require("./$.uid").safe("iter"),$iter=require("./$.iter"),step=$iter.step,Iterators=$iter.Iterators;$iter.std(Array,"Array",function(iterated,kind){$.set(this,ITER,{o:$.toObject(iterated),i:0,k:kind})},function(){var iter=this[ITER],O=iter.o,kind=iter.k,index=iter.i++;if(!O||index>=O.length){iter.o=undefined;return step(1)}if(kind=="key")return step(0,index);if(kind=="value")return step(0,O[index]);return step(0,[index,O[index]])},"value");Iterators.Arguments=Iterators.Array;setUnscope("keys");setUnscope("values");setUnscope("entries")},{"./$":16,"./$.iter":15,"./$.uid":25,"./$.unscope":26}],35:[function(require,module,exports){var $def=require("./$.def");$def($def.S,"Array",{of:function of(){var index=0,length=arguments.length,result=new(typeof this=="function"?this:Array)(length);while(length>index)result[index]=arguments[index++];result.length=length;return result}})},{"./$.def":11}],36:[function(require,module,exports){require("./$.species")(Array)},{"./$.species":22}],37:[function(require,module,exports){"use strict";var $=require("./$"),NAME="name",setDesc=$.setDesc,FunctionProto=Function.prototype;NAME in FunctionProto||$.FW&&$.DESC&&setDesc(FunctionProto,NAME,{configurable:true,get:function(){var match=String(this).match(/^\s*function ([^ (]*)/),name=match?match[1]:"";$.has(this,NAME)||setDesc(this,NAME,$.desc(5,name));return name},set:function(value){$.has(this,NAME)||setDesc(this,NAME,$.desc(0,value))}})},{"./$":16}],38:[function(require,module,exports){"use strict";var strong=require("./$.collection-strong");require("./$.collection")("Map",{get:function get(key){var entry=strong.getEntry(this,key);return entry&&entry.v},set:function set(key,value){return strong.def(this,key===0?0:key,value)}},strong,true)},{"./$.collection":9,"./$.collection-strong":7}],39:[function(require,module,exports){var Infinity=1/0,$def=require("./$.def"),E=Math.E,pow=Math.pow,abs=Math.abs,exp=Math.exp,log=Math.log,sqrt=Math.sqrt,ceil=Math.ceil,floor=Math.floor,EPSILON=pow(2,-52),EPSILON32=pow(2,-23),MAX32=pow(2,127)*(2-EPSILON32),MIN32=pow(2,-126);function roundTiesToEven(n){return n+1/EPSILON-1/EPSILON}function sign(x){return(x=+x)==0||x!=x?x:x<0?-1:1;
}function asinh(x){return!isFinite(x=+x)||x==0?x:x<0?-asinh(-x):log(x+sqrt(x*x+1))}function expm1(x){return(x=+x)==0?x:x>-1e-6&&x<1e-6?x+x*x/2:exp(x)-1}$def($def.S,"Math",{acosh:function acosh(x){return(x=+x)<1?NaN:isFinite(x)?log(x/E+sqrt(x+1)*sqrt(x-1)/E)+1:x},asinh:asinh,atanh:function atanh(x){return(x=+x)==0?x:log((1+x)/(1-x))/2},cbrt:function cbrt(x){return sign(x=+x)*pow(abs(x),1/3)},clz32:function clz32(x){return(x>>>=0)?31-floor(log(x+.5)*Math.LOG2E):32},cosh:function cosh(x){return(exp(x=+x)+exp(-x))/2},expm1:expm1,fround:function fround(x){var $abs=abs(x),$sign=sign(x),a,result;if($abs<MIN32)return $sign*roundTiesToEven($abs/MIN32/EPSILON32)*MIN32*EPSILON32;a=(1+EPSILON32/EPSILON)*$abs;result=a-(a-$abs);if(result>MAX32||result!=result)return $sign*Infinity;return $sign*result},hypot:function hypot(value1,value2){var sum=0,len1=arguments.length,len2=len1,args=Array(len1),larg=-Infinity,arg;while(len1--){arg=args[len1]=+arguments[len1];if(arg==Infinity||arg==-Infinity)return Infinity;if(arg>larg)larg=arg}larg=arg||1;while(len2--)sum+=pow(args[len2]/larg,2);return larg*sqrt(sum)},imul:function imul(x,y){var UInt16=65535,xn=+x,yn=+y,xl=UInt16&xn,yl=UInt16&yn;return 0|xl*yl+((UInt16&xn>>>16)*yl+xl*(UInt16&yn>>>16)<<16>>>0)},log1p:function log1p(x){return(x=+x)>-1e-8&&x<1e-8?x-x*x/2:log(1+x)},log10:function log10(x){return log(x)/Math.LN10},log2:function log2(x){return log(x)/Math.LN2},sign:sign,sinh:function sinh(x){return abs(x=+x)<1?(expm1(x)-expm1(-x))/2:(exp(x-1)-exp(-x-1))*(E/2)},tanh:function tanh(x){var a=expm1(x=+x),b=expm1(-x);return a==Infinity?1:b==Infinity?-1:(a-b)/(exp(x)+exp(-x))},trunc:function trunc(it){return(it>0?floor:ceil)(it)}})},{"./$.def":11}],40:[function(require,module,exports){"use strict";var $=require("./$"),isObject=$.isObject,isFunction=$.isFunction,NUMBER="Number",Number=$.g[NUMBER],Base=Number,proto=Number.prototype;function toPrimitive(it){var fn,val;if(isFunction(fn=it.valueOf)&&!isObject(val=fn.call(it)))return val;if(isFunction(fn=it.toString)&&!isObject(val=fn.call(it)))return val;throw TypeError("Can't convert object to number")}function toNumber(it){if(isObject(it))it=toPrimitive(it);if(typeof it=="string"&&it.length>2&&it.charCodeAt(0)==48){var binary=false;switch(it.charCodeAt(1)){case 66:case 98:binary=true;case 79:case 111:return parseInt(it.slice(2),binary?2:8)}}return+it}if($.FW&&!(Number("0o1")&&Number("0b1"))){Number=function Number(it){return this instanceof Number?new Base(toNumber(it)):toNumber(it)};$.each.call($.DESC?$.getNames(Base):("MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,"+"EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,"+"MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger").split(","),function(key){if($.has(Base,key)&&!$.has(Number,key)){$.setDesc(Number,key,$.getDesc(Base,key))}});Number.prototype=proto;proto.constructor=Number;$.hide($.g,NUMBER,Number)}},{"./$":16}],41:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),abs=Math.abs,floor=Math.floor,_isFinite=$.g.isFinite,MAX_SAFE_INTEGER=9007199254740991;function isInteger(it){return!$.isObject(it)&&_isFinite(it)&&floor(it)===it}$def($def.S,"Number",{EPSILON:Math.pow(2,-52),isFinite:function isFinite(it){return typeof it=="number"&&_isFinite(it)},isInteger:isInteger,isNaN:function isNaN(number){return number!=number},isSafeInteger:function isSafeInteger(number){return isInteger(number)&&abs(number)<=MAX_SAFE_INTEGER},MAX_SAFE_INTEGER:MAX_SAFE_INTEGER,MIN_SAFE_INTEGER:-MAX_SAFE_INTEGER,parseFloat:parseFloat,parseInt:parseInt})},{"./$":16,"./$.def":11}],42:[function(require,module,exports){var $def=require("./$.def");$def($def.S,"Object",{assign:require("./$.assign")})},{"./$.assign":5,"./$.def":11}],43:[function(require,module,exports){var $def=require("./$.def");$def($def.S,"Object",{is:function is(x,y){return x===y?x!==0||1/x===1/y:x!=x&&y!=y}})},{"./$.def":11}],44:[function(require,module,exports){var $def=require("./$.def");$def($def.S,"Object",{setPrototypeOf:require("./$.set-proto").set})},{"./$.def":11,"./$.set-proto":21}],45:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),isObject=$.isObject,toObject=$.toObject;function wrapObjectMethod(METHOD,MODE){var fn=($.core.Object||{})[METHOD]||Object[METHOD],f=0,o={};o[METHOD]=MODE==1?function(it){return isObject(it)?fn(it):it}:MODE==2?function(it){return isObject(it)?fn(it):true}:MODE==3?function(it){return isObject(it)?fn(it):false}:MODE==4?function getOwnPropertyDescriptor(it,key){return fn(toObject(it),key)}:MODE==5?function getPrototypeOf(it){return fn(Object($.assertDefined(it)))}:function(it){return fn(toObject(it))};try{fn("z")}catch(e){f=1}$def($def.S+$def.F*f,"Object",o)}wrapObjectMethod("freeze",1);wrapObjectMethod("seal",1);wrapObjectMethod("preventExtensions",1);wrapObjectMethod("isFrozen",2);wrapObjectMethod("isSealed",2);wrapObjectMethod("isExtensible",3);wrapObjectMethod("getOwnPropertyDescriptor",4);wrapObjectMethod("getPrototypeOf",5);wrapObjectMethod("keys");wrapObjectMethod("getOwnPropertyNames")},{"./$":16,"./$.def":11}],46:[function(require,module,exports){"use strict";var $=require("./$"),cof=require("./$.cof"),tmp={};tmp[require("./$.wks")("toStringTag")]="z";if($.FW&&cof(tmp)!="z")$.hide(Object.prototype,"toString",function toString(){return"[object "+cof.classof(this)+"]"})},{"./$":16,"./$.cof":6,"./$.wks":27}],47:[function(require,module,exports){"use strict";var $=require("./$"),ctx=require("./$.ctx"),cof=require("./$.cof"),$def=require("./$.def"),assert=require("./$.assert"),$iter=require("./$.iter"),SPECIES=require("./$.wks")("species"),RECORD=require("./$.uid").safe("record"),forOf=$iter.forOf,PROMISE="Promise",global=$.g,process=global.process,asap=process&&process.nextTick||require("./$.task").set,P=global[PROMISE],Base=P,isFunction=$.isFunction,isObject=$.isObject,assertFunction=assert.fn,assertObject=assert.obj,test;function getConstructor(C){var S=assertObject(C)[SPECIES];return S!=undefined?S:C}function isThenable(it){var then;if(isObject(it))then=it.then;return isFunction(then)?then:false}function isUnhandled(promise){var record=promise[RECORD],chain=record.c,i=0,react;if(record.h)return false;while(chain.length>i){react=chain[i++];if(react.fail||!isUnhandled(react.P))return false}return true}function notify(record,isReject){var chain=record.c;if(isReject||chain.length)asap(function(){var promise=record.p,value=record.v,ok=record.s==1,i=0;if(isReject&&isUnhandled(promise)){setTimeout(function(){if(isUnhandled(promise)){if(cof(process)=="process"){process.emit("unhandledRejection",value,promise)}else if(global.console&&isFunction(console.error)){console.error("Unhandled promise rejection",value)}}},1e3)}else while(chain.length>i)!function(react){var cb=ok?react.ok:react.fail,ret,then;try{if(cb){if(!ok)record.h=true;ret=cb===true?value:cb(value);if(ret===react.P){react.rej(TypeError(PROMISE+"-chain cycle"))}else if(then=isThenable(ret)){then.call(ret,react.res,react.rej)}else react.res(ret)}else react.rej(value)}catch(err){react.rej(err)}}(chain[i++]);chain.length=0})}function $reject(value){var record=this;if(record.d)return;record.d=true;record=record.r||record;record.v=value;record.s=2;notify(record,true)}function $resolve(value){var record=this,then,wrapper;if(record.d)return;record.d=true;record=record.r||record;try{if(then=isThenable(value)){wrapper={r:record,d:false};then.call(value,ctx($resolve,wrapper,1),ctx($reject,wrapper,1))}else{record.v=value;record.s=1;notify(record)}}catch(err){$reject.call(wrapper||{r:record,d:false},err)}}if(!(isFunction(P)&&isFunction(P.resolve)&&P.resolve(test=new P(function(){}))==test)){P=function Promise(executor){assertFunction(executor);var record={p:assert.inst(this,P,PROMISE),c:[],s:0,d:false,v:undefined,h:false};$.hide(this,RECORD,record);try{executor(ctx($resolve,record,1),ctx($reject,record,1))}catch(err){$reject.call(record,err)}};$.mix(P.prototype,{then:function then(onFulfilled,onRejected){var S=assertObject(assertObject(this).constructor)[SPECIES];var react={ok:isFunction(onFulfilled)?onFulfilled:true,fail:isFunction(onRejected)?onRejected:false};var promise=react.P=new(S!=undefined?S:P)(function(res,rej){react.res=assertFunction(res);react.rej=assertFunction(rej)});var record=this[RECORD];record.c.push(react);record.s&&notify(record);return promise},"catch":function(onRejected){return this.then(undefined,onRejected)}})}$def($def.G+$def.W+$def.F*(P!=Base),{Promise:P});cof.set(P,PROMISE);require("./$.species")(P);$def($def.S,PROMISE,{reject:function reject(r){return new(getConstructor(this))(function(res,rej){rej(r)})},resolve:function resolve(x){return isObject(x)&&RECORD in x&&$.getProto(x)===this.prototype?x:new(getConstructor(this))(function(res){res(x)})}});$def($def.S+$def.F*!require("./$.iter-detect")(function(iter){P.all(iter)["catch"](function(){})}),PROMISE,{all:function all(iterable){var C=getConstructor(this),values=[];return new C(function(res,rej){forOf(iterable,false,values.push,values);var remaining=values.length,results=Array(remaining);if(remaining)$.each.call(values,function(promise,index){C.resolve(promise).then(function(value){results[index]=value;--remaining||res(results)},rej)});else res(results)})},race:function race(iterable){var C=getConstructor(this);return new C(function(res,rej){forOf(iterable,false,function(promise){C.resolve(promise).then(res,rej)})})}})},{"./$":16,"./$.assert":4,"./$.cof":6,"./$.ctx":10,"./$.def":11,"./$.iter":15,"./$.iter-detect":14,"./$.species":22,"./$.task":24,"./$.uid":25,"./$.wks":27}],48:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),setProto=require("./$.set-proto"),$iter=require("./$.iter"),ITER=require("./$.uid").safe("iter"),step=$iter.step,assert=require("./$.assert"),isObject=$.isObject,getDesc=$.getDesc,setDesc=$.setDesc,getProto=$.getProto,apply=Function.apply,assertObject=assert.obj,_isExtensible=Object.isExtensible||$.it;function Enumerate(iterated){var keys=[],key;for(key in iterated)keys.push(key);$.set(this,ITER,{o:iterated,a:keys,i:0})}$iter.create(Enumerate,"Object",function(){var iter=this[ITER],keys=iter.a,key;do{if(iter.i>=keys.length)return step(1)}while(!((key=keys[iter.i++])in iter.o));return step(0,key)});function wrap(fn){return function(it){assertObject(it);try{fn.apply(undefined,arguments);return true}catch(e){return false}}}function get(target,propertyKey){var receiver=arguments.length<3?target:arguments[2],desc=getDesc(assertObject(target),propertyKey),proto;if(desc)return $.has(desc,"value")?desc.value:desc.get===undefined?undefined:desc.get.call(receiver);return isObject(proto=getProto(target))?get(proto,propertyKey,receiver):undefined}function set(target,propertyKey,V){var receiver=arguments.length<4?target:arguments[3],ownDesc=getDesc(assertObject(target),propertyKey),existingDescriptor,proto;if(!ownDesc){if(isObject(proto=getProto(target))){return set(proto,propertyKey,V,receiver)}ownDesc=$.desc(0)}if($.has(ownDesc,"value")){if(ownDesc.writable===false||!isObject(receiver))return false;existingDescriptor=getDesc(receiver,propertyKey)||$.desc(0);existingDescriptor.value=V;setDesc(receiver,propertyKey,existingDescriptor);return true}return ownDesc.set===undefined?false:(ownDesc.set.call(receiver,V),true)}var reflect={apply:require("./$.ctx")(Function.call,apply,3),construct:function construct(target,argumentsList){var proto=assert.fn(arguments.length<3?target:arguments[2]).prototype,instance=$.create(isObject(proto)?proto:Object.prototype),result=apply.call(target,instance,argumentsList);return isObject(result)?result:instance},defineProperty:wrap(setDesc),deleteProperty:function deleteProperty(target,propertyKey){var desc=getDesc(assertObject(target),propertyKey);return desc&&!desc.configurable?false:delete target[propertyKey]},enumerate:function enumerate(target){return new Enumerate(assertObject(target))},get:get,getOwnPropertyDescriptor:function getOwnPropertyDescriptor(target,propertyKey){return getDesc(assertObject(target),propertyKey)},getPrototypeOf:function getPrototypeOf(target){return getProto(assertObject(target))},has:function has(target,propertyKey){return propertyKey in target},isExtensible:function isExtensible(target){return!!_isExtensible(assertObject(target))},ownKeys:require("./$.own-keys"),preventExtensions:wrap(Object.preventExtensions||$.it),set:set};if(setProto)reflect.setPrototypeOf=function setPrototypeOf(target,proto){setProto.check(target,proto);try{setProto.set(target,proto);return true}catch(e){return false}};$def($def.G,{Reflect:{}});$def($def.S,"Reflect",reflect)},{"./$":16,"./$.assert":4,"./$.ctx":10,"./$.def":11,"./$.iter":15,"./$.own-keys":18,"./$.set-proto":21,"./$.uid":25}],49:[function(require,module,exports){var $=require("./$"),cof=require("./$.cof"),RegExp=$.g.RegExp,Base=RegExp,proto=RegExp.prototype;if($.FW&&$.DESC){if(!function(){try{return RegExp(/a/g,"i")=="/a/i"}catch(e){}}()){RegExp=function RegExp(pattern,flags){return new Base(cof(pattern)=="RegExp"&&flags!==undefined?pattern.source:pattern,flags)};$.each.call($.getNames(Base),function(key){key in RegExp||$.setDesc(RegExp,key,{configurable:true,get:function(){return Base[key]},set:function(it){Base[key]=it}})});proto.constructor=RegExp;RegExp.prototype=proto;$.hide($.g,"RegExp",RegExp)}if(/./g.flags!="g")$.setDesc(proto,"flags",{configurable:true,get:require("./$.replacer")(/^.*\/(\w*)$/,"$1")})}require("./$.species")(RegExp)},{"./$":16,"./$.cof":6,"./$.replacer":20,"./$.species":22}],50:[function(require,module,exports){"use strict";var strong=require("./$.collection-strong");require("./$.collection")("Set",{add:function add(value){return strong.def(this,value=value===0?0:value,value)}},strong)},{"./$.collection":9,"./$.collection-strong":7}],51:[function(require,module,exports){var $def=require("./$.def");$def($def.P,"String",{codePointAt:require("./$.string-at")(false)})},{"./$.def":11,"./$.string-at":23}],52:[function(require,module,exports){"use strict";var $=require("./$"),cof=require("./$.cof"),$def=require("./$.def"),toLength=$.toLength;$def($def.P,"String",{endsWith:function endsWith(searchString){if(cof(searchString)=="RegExp")throw TypeError();var that=String($.assertDefined(this)),endPosition=arguments[1],len=toLength(that.length),end=endPosition===undefined?len:Math.min(toLength(endPosition),len);searchString+="";return that.slice(end-searchString.length,end)===searchString}})},{"./$":16,"./$.cof":6,"./$.def":11}],53:[function(require,module,exports){var $def=require("./$.def"),toIndex=require("./$").toIndex,fromCharCode=String.fromCharCode;$def($def.S,"String",{fromCodePoint:function fromCodePoint(x){var res=[],len=arguments.length,i=0,code;while(len>i){code=+arguments[i++];if(toIndex(code,1114111)!==code)throw RangeError(code+" is not a valid code point");res.push(code<65536?fromCharCode(code):fromCharCode(((code-=65536)>>10)+55296,code%1024+56320))}return res.join("")}})},{"./$":16,"./$.def":11}],54:[function(require,module,exports){"use strict";var $=require("./$"),cof=require("./$.cof"),$def=require("./$.def");$def($def.P,"String",{includes:function includes(searchString){if(cof(searchString)=="RegExp")throw TypeError();return!!~String($.assertDefined(this)).indexOf(searchString,arguments[1])}})},{"./$":16,"./$.cof":6,"./$.def":11}],55:[function(require,module,exports){var set=require("./$").set,at=require("./$.string-at")(true),ITER=require("./$.uid").safe("iter"),$iter=require("./$.iter"),step=$iter.step;$iter.std(String,"String",function(iterated){set(this,ITER,{o:String(iterated),i:0})},function(){var iter=this[ITER],O=iter.o,index=iter.i,point;if(index>=O.length)return step(1);point=at.call(O,index);iter.i+=point.length;return step(0,point)})},{"./$":16,"./$.iter":15,"./$.string-at":23,"./$.uid":25}],56:[function(require,module,exports){var $=require("./$"),$def=require("./$.def");$def($def.S,"String",{raw:function raw(callSite){var tpl=$.toObject(callSite.raw),len=$.toLength(tpl.length),sln=arguments.length,res=[],i=0;while(len>i){res.push(String(tpl[i++]));if(i<sln)res.push(String(arguments[i]))}return res.join("")}})},{"./$":16,"./$.def":11}],57:[function(require,module,exports){"use strict";var $=require("./$"),$def=require("./$.def");$def($def.P,"String",{repeat:function repeat(count){var str=String($.assertDefined(this)),res="",n=$.toInteger(count);if(n<0||n==Infinity)throw RangeError("Count can't be negative");for(;n>0;(n>>>=1)&&(str+=str))if(n&1)res+=str;return res}})},{"./$":16,"./$.def":11}],58:[function(require,module,exports){"use strict";var $=require("./$"),cof=require("./$.cof"),$def=require("./$.def");$def($def.P,"String",{startsWith:function startsWith(searchString){if(cof(searchString)=="RegExp")throw TypeError();var that=String($.assertDefined(this)),index=$.toLength(Math.min(arguments[1],that.length));searchString+="";return that.slice(index,index+searchString.length)===searchString}})},{"./$":16,"./$.cof":6,"./$.def":11}],59:[function(require,module,exports){"use strict";var $=require("./$"),setTag=require("./$.cof").set,uid=require("./$.uid"),$def=require("./$.def"),keyOf=require("./$.keyof"),has=$.has,hide=$.hide,getNames=$.getNames,toObject=$.toObject,Symbol=$.g.Symbol,Base=Symbol,setter=false,TAG=uid.safe("tag"),SymbolRegistry={},AllSymbols={};function wrap(tag){var sym=AllSymbols[tag]=$.set($.create(Symbol.prototype),TAG,tag);$.DESC&&setter&&$.setDesc(Object.prototype,tag,{configurable:true,set:function(value){hide(this,tag,value)}});return sym}if(!$.isFunction(Symbol)){Symbol=function Symbol(description){if(this instanceof Symbol)throw TypeError("Symbol is not a constructor");return wrap(uid(description))};hide(Symbol.prototype,"toString",function(){return this[TAG]})}$def($def.G+$def.W,{Symbol:Symbol});var symbolStatics={"for":function(key){return has(SymbolRegistry,key+="")?SymbolRegistry[key]:SymbolRegistry[key]=Symbol(key)},keyFor:function keyFor(key){return keyOf(SymbolRegistry,key)},pure:uid.safe,set:$.set,useSetter:function(){setter=true},useSimple:function(){setter=false}};$.each.call(("hasInstance,isConcatSpreadable,iterator,match,replace,search,"+"species,split,toPrimitive,toStringTag,unscopables").split(","),function(it){var sym=require("./$.wks")(it);symbolStatics[it]=Symbol===Base?sym:wrap(sym)});setter=true;$def($def.S,"Symbol",symbolStatics);$def($def.S+$def.F*(Symbol!=Base),"Object",{getOwnPropertyNames:function getOwnPropertyNames(it){var names=getNames(toObject(it)),result=[],key,i=0;while(names.length>i)has(AllSymbols,key=names[i++])||result.push(key);return result},getOwnPropertySymbols:function getOwnPropertySymbols(it){var names=getNames(toObject(it)),result=[],key,i=0;while(names.length>i)has(AllSymbols,key=names[i++])&&result.push(AllSymbols[key]);return result}});setTag(Symbol,"Symbol");setTag(Math,"Math",true);setTag($.g.JSON,"JSON",true)},{"./$":16,"./$.cof":6,"./$.def":11,"./$.keyof":17,"./$.uid":25,"./$.wks":27}],60:[function(require,module,exports){"use strict";var $=require("./$"),weak=require("./$.collection-weak"),leakStore=weak.leakStore,ID=weak.ID,WEAK=weak.WEAK,has=$.has,isObject=$.isObject,isFrozen=Object.isFrozen||$.core.Object.isFrozen,tmp={};var WeakMap=require("./$.collection")("WeakMap",{get:function get(key){if(isObject(key)){if(isFrozen(key))return leakStore(this).get(key);if(has(key,WEAK))return key[WEAK][this[ID]]}},set:function set(key,value){return weak.def(this,key,value)}},weak,true,true);if($.FW&&(new WeakMap).set((Object.freeze||Object)(tmp),7).get(tmp)!=7){$.each.call(["delete","has","get","set"],function(key){var method=WeakMap.prototype[key];WeakMap.prototype[key]=function(a,b){if(isObject(a)&&isFrozen(a)){var result=leakStore(this)[key](a,b);return key=="set"?this:result}return method.call(this,a,b)}})}},{"./$":16,"./$.collection":9,"./$.collection-weak":8}],61:[function(require,module,exports){"use strict";var weak=require("./$.collection-weak");require("./$.collection")("WeakSet",{add:function add(value){return weak.def(this,value,true)}},weak,false,true)},{"./$.collection":9,"./$.collection-weak":8}],62:[function(require,module,exports){var $def=require("./$.def");$def($def.P,"Array",{includes:require("./$.array-includes")(true)});require("./$.unscope")("includes")},{"./$.array-includes":2,"./$.def":11,"./$.unscope":26}],63:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),ownKeys=require("./$.own-keys");$def($def.S,"Object",{getOwnPropertyDescriptors:function getOwnPropertyDescriptors(object){var O=$.toObject(object),result={};$.each.call(ownKeys(O),function(key){$.setDesc(result,key,$.desc(0,$.getDesc(O,key)))});return result}})},{"./$":16,"./$.def":11,"./$.own-keys":18}],64:[function(require,module,exports){var $=require("./$"),$def=require("./$.def");function createObjectToArray(isEntries){return function(object){var O=$.toObject(object),keys=$.getKeys(object),length=keys.length,i=0,result=Array(length),key;if(isEntries)while(length>i)result[i]=[key=keys[i++],O[key]];else while(length>i)result[i]=O[keys[i++]];return result}}$def($def.S,"Object",{values:createObjectToArray(false),entries:createObjectToArray(true)})},{"./$":16,"./$.def":11}],65:[function(require,module,exports){var $def=require("./$.def");$def($def.S,"RegExp",{escape:require("./$.replacer")(/([\\\-[\]{}()*+?.,^$|])/g,"\\$1",true)})},{"./$.def":11,"./$.replacer":20}],66:[function(require,module,exports){var $def=require("./$.def"),forOf=require("./$.iter").forOf;$def($def.P,"Set",{toJSON:function(){var arr=[];forOf(this,false,arr.push,arr);return arr}})},{"./$.def":11,"./$.iter":15}],67:[function(require,module,exports){var $def=require("./$.def");$def($def.P,"String",{at:require("./$.string-at")(true)})},{"./$.def":11,"./$.string-at":23}],68:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),$Array=$.core.Array||Array,statics={};function setStatics(keys,length){$.each.call(keys.split(","),function(key){if(length==undefined&&key in $Array)statics[key]=$Array[key];else if(key in[])statics[key]=require("./$.ctx")(Function.call,[][key],length)})}setStatics("pop,reverse,shift,keys,values,entries",1);setStatics("indexOf,every,some,forEach,map,filter,find,findIndex,includes",3);setStatics("join,slice,concat,push,splice,unshift,sort,lastIndexOf,"+"reduce,reduceRight,copyWithin,fill,turn");$def($def.S,"Array",statics)},{"./$":16,"./$.ctx":10,"./$.def":11}],69:[function(require,module,exports){require("./es6.array.iterator");var $=require("./$"),Iterators=require("./$.iter").Iterators,ITERATOR=require("./$.wks")("iterator"),NodeList=$.g.NodeList;if($.FW&&NodeList&&!(ITERATOR in NodeList.prototype)){$.hide(NodeList.prototype,ITERATOR,Iterators.Array)}Iterators.NodeList=Iterators.Array},{"./$":16,"./$.iter":15,"./$.wks":27,"./es6.array.iterator":34}],70:[function(require,module,exports){var $def=require("./$.def"),$task=require("./$.task");$def($def.G+$def.B,{setImmediate:$task.set,clearImmediate:$task.clear})},{"./$.def":11,"./$.task":24}],71:[function(require,module,exports){var $=require("./$"),$def=require("./$.def"),invoke=require("./$.invoke"),partial=require("./$.partial"),MSIE=!!$.g.navigator&&/MSIE .\./.test(navigator.userAgent);function wrap(set){return MSIE?function(fn,time){return set(invoke(partial,[].slice.call(arguments,2),$.isFunction(fn)?fn:Function(fn)),time)}:set}$def($def.G+$def.B+$def.F*MSIE,{setTimeout:wrap($.g.setTimeout),setInterval:wrap($.g.setInterval)})},{"./$":16,"./$.def":11,"./$.invoke":13,"./$.partial":19}],72:[function(require,module,exports){require("./modules/es5");require("./modules/es6.symbol");require("./modules/es6.object.assign");require("./modules/es6.object.is");require("./modules/es6.object.set-prototype-of");require("./modules/es6.object.to-string");require("./modules/es6.object.statics-accept-primitives");require("./modules/es6.function.name");require("./modules/es6.number.constructor");require("./modules/es6.number.statics");require("./modules/es6.math");require("./modules/es6.string.from-code-point");require("./modules/es6.string.raw");require("./modules/es6.string.iterator");require("./modules/es6.string.code-point-at");require("./modules/es6.string.ends-with");require("./modules/es6.string.includes");require("./modules/es6.string.repeat");require("./modules/es6.string.starts-with");require("./modules/es6.array.from");require("./modules/es6.array.of");require("./modules/es6.array.iterator");require("./modules/es6.array.species");require("./modules/es6.array.copy-within");require("./modules/es6.array.fill");require("./modules/es6.array.find");require("./modules/es6.array.find-index");require("./modules/es6.regexp");require("./modules/es6.promise");require("./modules/es6.map");require("./modules/es6.set");require("./modules/es6.weak-map");require("./modules/es6.weak-set");require("./modules/es6.reflect");require("./modules/es7.array.includes");require("./modules/es7.string.at");require("./modules/es7.regexp.escape");require("./modules/es7.object.get-own-property-descriptors");require("./modules/es7.object.to-array");require("./modules/es7.set.to-json");require("./modules/js.array.statics");require("./modules/web.timers");require("./modules/web.immediate");require("./modules/web.dom.iterable");module.exports=require("./modules/$").core},{"./modules/$":16,"./modules/es5":28,"./modules/es6.array.copy-within":29,"./modules/es6.array.fill":30,"./modules/es6.array.find":32,"./modules/es6.array.find-index":31,"./modules/es6.array.from":33,"./modules/es6.array.iterator":34,"./modules/es6.array.of":35,"./modules/es6.array.species":36,"./modules/es6.function.name":37,"./modules/es6.map":38,"./modules/es6.math":39,"./modules/es6.number.constructor":40,"./modules/es6.number.statics":41,"./modules/es6.object.assign":42,"./modules/es6.object.is":43,"./modules/es6.object.set-prototype-of":44,"./modules/es6.object.statics-accept-primitives":45,"./modules/es6.object.to-string":46,"./modules/es6.promise":47,"./modules/es6.reflect":48,"./modules/es6.regexp":49,"./modules/es6.set":50,"./modules/es6.string.code-point-at":51,"./modules/es6.string.ends-with":52,"./modules/es6.string.from-code-point":53,"./modules/es6.string.includes":54,"./modules/es6.string.iterator":55,"./modules/es6.string.raw":56,"./modules/es6.string.repeat":57,"./modules/es6.string.starts-with":58,"./modules/es6.symbol":59,"./modules/es6.weak-map":60,"./modules/es6.weak-set":61,"./modules/es7.array.includes":62,"./modules/es7.object.get-own-property-descriptors":63,"./modules/es7.object.to-array":64,"./modules/es7.regexp.escape":65,"./modules/es7.set.to-json":66,"./modules/es7.string.at":67,"./modules/js.array.statics":68,"./modules/web.dom.iterable":69,"./modules/web.immediate":70,"./modules/web.timers":71}],73:[function(require,module,exports){(function(global){!function(global){"use strict";var hasOwn=Object.prototype.hasOwnProperty;var undefined;var iteratorSymbol=typeof Symbol==="function"&&Symbol.iterator||"@@iterator";var inModule=typeof module==="object";var runtime=global.regeneratorRuntime;if(runtime){if(inModule){module.exports=runtime}return}runtime=global.regeneratorRuntime=inModule?module.exports:{};function wrap(innerFn,outerFn,self,tryLocsList){var generator=Object.create((outerFn||Generator).prototype);generator._invoke=makeInvokeMethod(innerFn,self||null,new Context(tryLocsList||[]));return generator}runtime.wrap=wrap;function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}var GenStateSuspendedStart="suspendedStart";var GenStateSuspendedYield="suspendedYield";var GenStateExecuting="executing";var GenStateCompleted="completed";var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype;GeneratorFunction.prototype=Gp.constructor=GeneratorFunctionPrototype;GeneratorFunctionPrototype.constructor=GeneratorFunction;GeneratorFunction.displayName="GeneratorFunction";runtime.isGeneratorFunction=function(genFun){var ctor=typeof genFun==="function"&&genFun.constructor;return ctor?ctor===GeneratorFunction||(ctor.displayName||ctor.name)==="GeneratorFunction":false};runtime.mark=function(genFun){genFun.__proto__=GeneratorFunctionPrototype;genFun.prototype=Object.create(Gp);return genFun};runtime.async=function(innerFn,outerFn,self,tryLocsList){return new Promise(function(resolve,reject){var generator=wrap(innerFn,outerFn,self,tryLocsList);var callNext=step.bind(generator,"next");var callThrow=step.bind(generator,"throw");function step(method,arg){var record=tryCatch(generator[method],generator,arg);if(record.type==="throw"){reject(record.arg);return}var info=record.arg;if(info.done){resolve(info.value)}else{Promise.resolve(info.value).then(callNext,callThrow)}}callNext()})};function makeInvokeMethod(innerFn,self,context){var state=GenStateSuspendedStart;return function invoke(method,arg){if(state===GenStateExecuting){throw new Error("Generator is already running")}if(state===GenStateCompleted){return doneResult()}while(true){var delegate=context.delegate;if(delegate){if(method==="return"||method==="throw"&&delegate.iterator.throw===undefined){context.delegate=null;var returnMethod=delegate.iterator.return;if(returnMethod){var record=tryCatch(returnMethod,delegate.iterator,arg);if(record.type==="throw"){method="throw";arg=record.arg;continue}}if(method==="return"){continue}}var record=tryCatch(delegate.iterator[method],delegate.iterator,arg);if(record.type==="throw"){context.delegate=null;method="throw";arg=record.arg;continue}method="next";arg=undefined;var info=record.arg;if(info.done){context[delegate.resultName]=info.value;context.next=delegate.nextLoc}else{state=GenStateSuspendedYield;return info}context.delegate=null}if(method==="next"){if(state===GenStateSuspendedYield){context.sent=arg}else{delete context.sent}}else if(method==="throw"){if(state===GenStateSuspendedStart){state=GenStateCompleted;throw arg}if(context.dispatchException(arg)){method="next";arg=undefined}}else if(method==="return"){context.abrupt("return",arg)}state=GenStateExecuting;var record=tryCatch(innerFn,self,context);if(record.type==="normal"){state=context.done?GenStateCompleted:GenStateSuspendedYield;var info={value:record.arg,done:context.done};if(record.arg===ContinueSentinel){if(context.delegate&&method==="next"){arg=undefined}}else{return info}}else if(record.type==="throw"){state=GenStateCompleted;method="throw";arg=record.arg}}}}function defineGeneratorMethod(method){Gp[method]=function(arg){return this._invoke(method,arg)}}defineGeneratorMethod("next");defineGeneratorMethod("throw");defineGeneratorMethod("return");Gp[iteratorSymbol]=function(){return this};Gp.toString=function(){return"[object Generator]"};function pushTryEntry(locs){var entry={tryLoc:locs[0]};if(1 in locs){entry.catchLoc=locs[1]}if(2 in locs){entry.finallyLoc=locs[2];entry.afterLoc=locs[3]}this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal";delete record.arg;entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}];tryLocsList.forEach(pushTryEntry,this);this.reset()}runtime.keys=function(object){var keys=[];for(var key in object){keys.push(key)}keys.reverse();return function next(){while(keys.length){var key=keys.pop();if(key in object){next.value=key;next.done=false;return next}}next.done=true;return next}};function values(iterable){if(iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod){return iteratorMethod.call(iterable)}if(typeof iterable.next==="function"){return iterable}if(!isNaN(iterable.length)){var i=-1,next=function next(){while(++i<iterable.length){if(hasOwn.call(iterable,i)){next.value=iterable[i];next.done=false;return next}}next.value=undefined;next.done=true;return next};return next.next=next}}return{next:doneResult}}runtime.values=values;function doneResult(){return{value:undefined,done:true}}Context.prototype={constructor:Context,reset:function(){this.prev=0;
this.next=0;this.sent=undefined;this.done=false;this.delegate=null;this.tryEntries.forEach(resetTryEntry);for(var tempIndex=0,tempName;hasOwn.call(this,tempName="t"+tempIndex)||tempIndex<20;++tempIndex){this[tempName]=null}},stop:function(){this.done=true;var rootEntry=this.tryEntries[0];var rootRecord=rootEntry.completion;if(rootRecord.type==="throw"){throw rootRecord.arg}return this.rval},dispatchException:function(exception){if(this.done){throw exception}var context=this;function handle(loc,caught){record.type="throw";record.arg=exception;context.next=loc;return!!caught}for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];var record=entry.completion;if(entry.tryLoc==="root"){return handle("end")}if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc");var hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev<entry.catchLoc){return handle(entry.catchLoc,true)}else if(this.prev<entry.finallyLoc){return handle(entry.finallyLoc)}}else if(hasCatch){if(this.prev<entry.catchLoc){return handle(entry.catchLoc,true)}}else if(hasFinally){if(this.prev<entry.finallyLoc){return handle(entry.finallyLoc)}}else{throw new Error("try statement without catch or finally")}}}},abrupt:function(type,arg){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev<entry.finallyLoc){var finallyEntry=entry;break}}if(finallyEntry&&(type==="break"||type==="continue")&&finallyEntry.tryLoc<=arg&&arg<finallyEntry.finallyLoc){finallyEntry=null}var record=finallyEntry?finallyEntry.completion:{};record.type=type;record.arg=arg;if(finallyEntry){this.next=finallyEntry.finallyLoc}else{this.complete(record)}return ContinueSentinel},complete:function(record,afterLoc){if(record.type==="throw"){throw record.arg}if(record.type==="break"||record.type==="continue"){this.next=record.arg}else if(record.type==="return"){this.rval=record.arg;this.next="end"}else if(record.type==="normal"&&afterLoc){this.next=afterLoc}return ContinueSentinel},finish:function(finallyLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc){return this.complete(entry.completion,entry.afterLoc)}}},"catch":function(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if(record.type==="throw"){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function(iterable,resultName,nextLoc){this.delegate={iterator:values(iterable),resultName:resultName,nextLoc:nextLoc};return ContinueSentinel}}}(typeof global==="object"?global:typeof window==="object"?window:typeof self==="object"?self:this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}]},{},[1]);
!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(n){return{left:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)<0?r=u+1:i=u}return r},right:function(t,e,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=t.length);i>r;){var u=r+i>>>1;n(t[u],e)>0?i=u:r=u+1}return r}}}function o(n){return n.length}function a(n){for(var t=1;n*t%1;)t*=10;return t}function l(n,t){for(var e in t)Object.defineProperty(n.prototype,e,{value:t[e],enumerable:!1})}function c(){this._=Object.create(null)}function f(n){return(n+="")===bo||n[0]===_o?_o+n:n}function s(n){return(n+="")[0]===_o?n.slice(1):n}function h(n){return f(n)in this._}function p(n){return(n=f(n))in this._&&delete this._[n]}function g(){var n=[];for(var t in this._)n.push(s(t));return n}function v(){var n=0;for(var t in this._)++n;return n}function d(){for(var n in this._)return!1;return!0}function y(){this._=Object.create(null)}function m(n){return n}function M(n,t,e){return function(){var r=e.apply(t,arguments);return r===t?n:r}}function x(n,t){if(t in n)return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e=0,r=wo.length;r>e;++e){var i=wo[e]+t;if(i in n)return i}}function b(){}function _(){}function w(n){function t(){for(var t,r=e,i=-1,u=r.length;++i<u;)(t=r[i].on)&&t.apply(this,arguments);return n}var e=[],r=new c;return t.on=function(t,i){var u,o=r.get(t);return arguments.length<2?o&&o.on:(o&&(o.on=null,e=e.slice(0,u=e.indexOf(o)).concat(e.slice(u+1)),r.remove(t)),i&&e.push(r.set(t,{on:i})),n)},t}function S(){ao.event.preventDefault()}function k(){for(var n,t=ao.event;n=t.sourceEvent;)t=n;return t}function N(n){for(var t=new _,e=0,r=arguments.length;++e<r;)t[arguments[e]]=w(t);return t.of=function(e,r){return function(i){try{var u=i.sourceEvent=ao.event;i.target=n,ao.event=i,t[i.type].apply(e,r)}finally{ao.event=u}}},t}function E(n){return ko(n,Co),n}function A(n){return"function"==typeof n?n:function(){return No(n,this)}}function C(n){return"function"==typeof n?n:function(){return Eo(n,this)}}function z(n,t){function e(){this.removeAttribute(n)}function r(){this.removeAttributeNS(n.space,n.local)}function i(){this.setAttribute(n,t)}function u(){this.setAttributeNS(n.space,n.local,t)}function o(){var e=t.apply(this,arguments);null==e?this.removeAttribute(n):this.setAttribute(n,e)}function a(){var e=t.apply(this,arguments);null==e?this.removeAttributeNS(n.space,n.local):this.setAttributeNS(n.space,n.local,e)}return n=ao.ns.qualify(n),null==t?n.local?r:e:"function"==typeof t?n.local?a:o:n.local?u:i}function L(n){return n.trim().replace(/\s+/g," ")}function q(n){return new RegExp("(?:^|\\s+)"+ao.requote(n)+"(?:\\s+|$)","g")}function T(n){return(n+"").trim().split(/^|\s+/)}function R(n,t){function e(){for(var e=-1;++e<i;)n[e](this,t)}function r(){for(var e=-1,r=t.apply(this,arguments);++e<i;)n[e](this,r)}n=T(n).map(D);var i=n.length;return"function"==typeof t?r:e}function D(n){var t=q(n);return function(e,r){if(i=e.classList)return r?i.add(n):i.remove(n);var i=e.getAttribute("class")||"";r?(t.lastIndex=0,t.test(i)||e.setAttribute("class",L(i+" "+n))):e.setAttribute("class",L(i.replace(t," ")))}}function P(n,t,e){function r(){this.style.removeProperty(n)}function i(){this.style.setProperty(n,t,e)}function u(){var r=t.apply(this,arguments);null==r?this.style.removeProperty(n):this.style.setProperty(n,r,e)}return null==t?r:"function"==typeof t?u:i}function U(n,t){function e(){delete this[n]}function r(){this[n]=t}function i(){var e=t.apply(this,arguments);null==e?delete this[n]:this[n]=e}return null==t?e:"function"==typeof t?i:r}function j(n){function t(){var t=this.ownerDocument,e=this.namespaceURI;return e===zo&&t.documentElement.namespaceURI===zo?t.createElement(n):t.createElementNS(e,n)}function e(){return this.ownerDocument.createElementNS(n.space,n.local)}return"function"==typeof n?n:(n=ao.ns.qualify(n)).local?e:t}function F(){var n=this.parentNode;n&&n.removeChild(this)}function H(n){return{__data__:n}}function O(n){return function(){return Ao(this,n)}}function I(n){return arguments.length||(n=e),function(t,e){return t&&e?n(t.__data__,e.__data__):!t-!e}}function Y(n,t){for(var e=0,r=n.length;r>e;e++)for(var i,u=n[e],o=0,a=u.length;a>o;o++)(i=u[o])&&t(i,o,e);return n}function Z(n){return ko(n,qo),n}function V(n){var t,e;return function(r,i,u){var o,a=n[u].update,l=a.length;for(u!=e&&(e=u,t=0),i>=t&&(t=i+1);!(o=a[t])&&++t<l;);return o}}function X(n,t,e){function r(){var t=this[o];t&&(this.removeEventListener(n,t,t.$),delete this[o])}function i(){var i=l(t,co(arguments));r.call(this),this.addEventListener(n,this[o]=i,i.$=e),i._=t}function u(){var t,e=new RegExp("^__on([^.]+)"+ao.requote(n)+"$");for(var r in this)if(t=r.match(e)){var i=this[r];this.removeEventListener(t[1],i,i.$),delete this[r]}}var o="__on"+n,a=n.indexOf("."),l=$;a>0&&(n=n.slice(0,a));var c=To.get(n);return c&&(n=c,l=B),a?t?i:r:t?b:u}function $(n,t){return function(e){var r=ao.event;ao.event=e,t[0]=this.__data__;try{n.apply(this,t)}finally{ao.event=r}}}function B(n,t){var e=$(n,t);return function(n){var t=this,r=n.relatedTarget;r&&(r===t||8&r.compareDocumentPosition(t))||e.call(t,n)}}function W(e){var r=".dragsuppress-"+ ++Do,i="click"+r,u=ao.select(t(e)).on("touchmove"+r,S).on("dragstart"+r,S).on("selectstart"+r,S);if(null==Ro&&(Ro="onselectstart"in e?!1:x(e.style,"userSelect")),Ro){var o=n(e).style,a=o[Ro];o[Ro]="none"}return function(n){if(u.on(r,null),Ro&&(o[Ro]=a),n){var t=function(){u.on(i,null)};u.on(i,function(){S(),t()},!0),setTimeout(t,0)}}}function J(n,e){e.changedTouches&&(e=e.changedTouches[0]);var r=n.ownerSVGElement||n;if(r.createSVGPoint){var i=r.createSVGPoint();if(0>Po){var u=t(n);if(u.scrollX||u.scrollY){r=ao.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var o=r[0][0].getScreenCTM();Po=!(o.f||o.e),r.remove()}}return Po?(i.x=e.pageX,i.y=e.pageY):(i.x=e.clientX,i.y=e.clientY),i=i.matrixTransform(n.getScreenCTM().inverse()),[i.x,i.y]}var a=n.getBoundingClientRect();return[e.clientX-a.left-n.clientLeft,e.clientY-a.top-n.clientTop]}function G(){return ao.event.changedTouches[0].identifier}function K(n){return n>0?1:0>n?-1:0}function Q(n,t,e){return(t[0]-n[0])*(e[1]-n[1])-(t[1]-n[1])*(e[0]-n[0])}function nn(n){return n>1?0:-1>n?Fo:Math.acos(n)}function tn(n){return n>1?Io:-1>n?-Io:Math.asin(n)}function en(n){return((n=Math.exp(n))-1/n)/2}function rn(n){return((n=Math.exp(n))+1/n)/2}function un(n){return((n=Math.exp(2*n))-1)/(n+1)}function on(n){return(n=Math.sin(n/2))*n}function an(){}function ln(n,t,e){return this instanceof ln?(this.h=+n,this.s=+t,void(this.l=+e)):arguments.length<2?n instanceof ln?new ln(n.h,n.s,n.l):_n(""+n,wn,ln):new ln(n,t,e)}function cn(n,t,e){function r(n){return n>360?n-=360:0>n&&(n+=360),60>n?u+(o-u)*n/60:180>n?o:240>n?u+(o-u)*(240-n)/60:u}function i(n){return Math.round(255*r(n))}var u,o;return n=isNaN(n)?0:(n%=360)<0?n+360:n,t=isNaN(t)?0:0>t?0:t>1?1:t,e=0>e?0:e>1?1:e,o=.5>=e?e*(1+t):e+t-e*t,u=2*e-o,new mn(i(n+120),i(n),i(n-120))}function fn(n,t,e){return this instanceof fn?(this.h=+n,this.c=+t,void(this.l=+e)):arguments.length<2?n instanceof fn?new fn(n.h,n.c,n.l):n instanceof hn?gn(n.l,n.a,n.b):gn((n=Sn((n=ao.rgb(n)).r,n.g,n.b)).l,n.a,n.b):new fn(n,t,e)}function sn(n,t,e){return isNaN(n)&&(n=0),isNaN(t)&&(t=0),new hn(e,Math.cos(n*=Yo)*t,Math.sin(n)*t)}function hn(n,t,e){return this instanceof hn?(this.l=+n,this.a=+t,void(this.b=+e)):arguments.length<2?n instanceof hn?new hn(n.l,n.a,n.b):n instanceof fn?sn(n.h,n.c,n.l):Sn((n=mn(n)).r,n.g,n.b):new hn(n,t,e)}function pn(n,t,e){var r=(n+16)/116,i=r+t/500,u=r-e/200;return i=vn(i)*na,r=vn(r)*ta,u=vn(u)*ea,new mn(yn(3.2404542*i-1.5371385*r-.4985314*u),yn(-.969266*i+1.8760108*r+.041556*u),yn(.0556434*i-.2040259*r+1.0572252*u))}function gn(n,t,e){return n>0?new fn(Math.atan2(e,t)*Zo,Math.sqrt(t*t+e*e),n):new fn(NaN,NaN,n)}function vn(n){return n>.206893034?n*n*n:(n-4/29)/7.787037}function dn(n){return n>.008856?Math.pow(n,1/3):7.787037*n+4/29}function yn(n){return Math.round(255*(.00304>=n?12.92*n:1.055*Math.pow(n,1/2.4)-.055))}function mn(n,t,e){return this instanceof mn?(this.r=~~n,this.g=~~t,void(this.b=~~e)):arguments.length<2?n instanceof mn?new mn(n.r,n.g,n.b):_n(""+n,mn,cn):new mn(n,t,e)}function Mn(n){return new mn(n>>16,n>>8&255,255&n)}function xn(n){return Mn(n)+""}function bn(n){return 16>n?"0"+Math.max(0,n).toString(16):Math.min(255,n).toString(16)}function _n(n,t,e){var r,i,u,o=0,a=0,l=0;if(r=/([a-z]+)\((.*)\)/.exec(n=n.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return e(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return t(Nn(i[0]),Nn(i[1]),Nn(i[2]))}return(u=ua.get(n))?t(u.r,u.g,u.b):(null==n||"#"!==n.charAt(0)||isNaN(u=parseInt(n.slice(1),16))||(4===n.length?(o=(3840&u)>>4,o=o>>4|o,a=240&u,a=a>>4|a,l=15&u,l=l<<4|l):7===n.length&&(o=(16711680&u)>>16,a=(65280&u)>>8,l=255&u)),t(o,a,l))}function wn(n,t,e){var r,i,u=Math.min(n/=255,t/=255,e/=255),o=Math.max(n,t,e),a=o-u,l=(o+u)/2;return a?(i=.5>l?a/(o+u):a/(2-o-u),r=n==o?(t-e)/a+(e>t?6:0):t==o?(e-n)/a+2:(n-t)/a+4,r*=60):(r=NaN,i=l>0&&1>l?0:r),new ln(r,i,l)}function Sn(n,t,e){n=kn(n),t=kn(t),e=kn(e);var r=dn((.4124564*n+.3575761*t+.1804375*e)/na),i=dn((.2126729*n+.7151522*t+.072175*e)/ta),u=dn((.0193339*n+.119192*t+.9503041*e)/ea);return hn(116*i-16,500*(r-i),200*(i-u))}function kn(n){return(n/=255)<=.04045?n/12.92:Math.pow((n+.055)/1.055,2.4)}function Nn(n){var t=parseFloat(n);return"%"===n.charAt(n.length-1)?Math.round(2.55*t):t}function En(n){return"function"==typeof n?n:function(){return n}}function An(n){return function(t,e,r){return 2===arguments.length&&"function"==typeof e&&(r=e,e=null),Cn(t,e,n,r)}}function Cn(n,t,e,r){function i(){var n,t=l.status;if(!t&&Ln(l)||t>=200&&300>t||304===t){try{n=e.call(u,l)}catch(r){return void o.error.call(u,r)}o.load.call(u,n)}else o.error.call(u,l)}var u={},o=ao.dispatch("beforesend","progress","load","error"),a={},l=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in l||!/^(http(s)?:)?\/\//.test(n)||(l=new XDomainRequest),"onload"in l?l.onload=l.onerror=i:l.onreadystatechange=function(){l.readyState>3&&i()},l.onprogress=function(n){var t=ao.event;ao.event=n;try{o.progress.call(u,l)}finally{ao.event=t}},u.header=function(n,t){return n=(n+"").toLowerCase(),arguments.length<2?a[n]:(null==t?delete a[n]:a[n]=t+"",u)},u.mimeType=function(n){return arguments.length?(t=null==n?null:n+"",u):t},u.responseType=function(n){return arguments.length?(c=n,u):c},u.response=function(n){return e=n,u},["get","post"].forEach(function(n){u[n]=function(){return u.send.apply(u,[n].concat(co(arguments)))}}),u.send=function(e,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),l.open(e,n,!0),null==t||"accept"in a||(a.accept=t+",*/*"),l.setRequestHeader)for(var f in a)l.setRequestHeader(f,a[f]);return null!=t&&l.overrideMimeType&&l.overrideMimeType(t),null!=c&&(l.responseType=c),null!=i&&u.on("error",i).on("load",function(n){i(null,n)}),o.beforesend.call(u,l),l.send(null==r?null:r),u},u.abort=function(){return l.abort(),u},ao.rebind(u,o,"on"),null==r?u:u.get(zn(r))}function zn(n){return 1===n.length?function(t,e){n(null==t?e:null)}:n}function Ln(n){var t=n.responseType;return t&&"text"!==t?n.response:n.responseText}function qn(n,t,e){var r=arguments.length;2>r&&(t=0),3>r&&(e=Date.now());var i=e+t,u={c:n,t:i,n:null};return aa?aa.n=u:oa=u,aa=u,la||(ca=clearTimeout(ca),la=1,fa(Tn)),u}function Tn(){var n=Rn(),t=Dn()-n;t>24?(isFinite(t)&&(clearTimeout(ca),ca=setTimeout(Tn,t)),la=0):(la=1,fa(Tn))}function Rn(){for(var n=Date.now(),t=oa;t;)n>=t.t&&t.c(n-t.t)&&(t.c=null),t=t.n;return n}function Dn(){for(var n,t=oa,e=1/0;t;)t.c?(t.t<e&&(e=t.t),t=(n=t).n):t=n?n.n=t.n:oa=t.n;return aa=n,e}function Pn(n,t){return t-(n?Math.ceil(Math.log(n)/Math.LN10):1)}function Un(n,t){var e=Math.pow(10,3*xo(8-t));return{scale:t>8?function(n){return n/e}:function(n){return n*e},symbol:n}}function jn(n){var t=n.decimal,e=n.thousands,r=n.grouping,i=n.currency,u=r&&e?function(n,t){for(var i=n.length,u=[],o=0,a=r[0],l=0;i>0&&a>0&&(l+a+1>t&&(a=Math.max(1,t-l)),u.push(n.substring(i-=a,i+a)),!((l+=a+1)>t));)a=r[o=(o+1)%r.length];return u.reverse().join(e)}:m;return function(n){var e=ha.exec(n),r=e[1]||" ",o=e[2]||">",a=e[3]||"-",l=e[4]||"",c=e[5],f=+e[6],s=e[7],h=e[8],p=e[9],g=1,v="",d="",y=!1,m=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===o)&&(c=r="0",o="="),p){case"n":s=!0,p="g";break;case"%":g=100,d="%",p="f";break;case"p":g=100,d="%",p="r";break;case"b":case"o":case"x":case"X":"#"===l&&(v="0"+p.toLowerCase());case"c":m=!1;case"d":y=!0,h=0;break;case"s":g=-1,p="r"}"$"===l&&(v=i[0],d=i[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=pa.get(p)||Fn;var M=c&&s;return function(n){var e=d;if(y&&n%1)return"";var i=0>n||0===n&&0>1/n?(n=-n,"-"):"-"===a?"":a;if(0>g){var l=ao.formatPrefix(n,h);n=l.scale(n),e=l.symbol+d}else n*=g;n=p(n,h);var x,b,_=n.lastIndexOf(".");if(0>_){var w=m?n.lastIndexOf("e"):-1;0>w?(x=n,b=""):(x=n.substring(0,w),b=n.substring(w))}else x=n.substring(0,_),b=t+n.substring(_+1);!c&&s&&(x=u(x,1/0));var S=v.length+x.length+b.length+(M?0:i.length),k=f>S?new Array(S=f-S+1).join(r):"";return M&&(x=u(k+x,k.length?f-b.length:1/0)),i+=v,n=x+b,("<"===o?i+n+k:">"===o?k+i+n:"^"===o?k.substring(0,S>>=1)+i+n+k.substring(S):i+(M?n:k+n))+e}}}function Fn(n){return n+""}function Hn(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function On(n,t,e){function r(t){var e=n(t),r=u(e,1);return r-t>t-e?e:r}function i(e){return t(e=n(new va(e-1)),1),e}function u(n,e){return t(n=new va(+n),e),n}function o(n,r,u){var o=i(n),a=[];if(u>1)for(;r>o;)e(o)%u||a.push(new Date(+o)),t(o,1);else for(;r>o;)a.push(new Date(+o)),t(o,1);return a}function a(n,t,e){try{va=Hn;var r=new Hn;return r._=n,o(r,t,e)}finally{va=Date}}n.floor=n,n.round=r,n.ceil=i,n.offset=u,n.range=o;var l=n.utc=In(n);return l.floor=l,l.round=In(r),l.ceil=In(i),l.offset=In(u),l.range=a,n}function In(n){return function(t,e){try{va=Hn;var r=new Hn;return r._=t,n(r,e)._}finally{va=Date}}}function Yn(n){function t(n){function t(t){for(var e,i,u,o=[],a=-1,l=0;++a<r;)37===n.charCodeAt(a)&&(o.push(n.slice(l,a)),null!=(i=ya[e=n.charAt(++a)])&&(e=n.charAt(++a)),(u=A[e])&&(e=u(t,null==i?"e"===e?" ":"0":i)),o.push(e),l=a+1);return o.push(n.slice(l,a)),o.join("")}var r=n.length;return t.parse=function(t){var r={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null},i=e(r,n,t,0);if(i!=t.length)return null;"p"in r&&(r.H=r.H%12+12*r.p);var u=null!=r.Z&&va!==Hn,o=new(u?Hn:va);return"j"in r?o.setFullYear(r.y,0,r.j):"W"in r||"U"in r?("w"in r||(r.w="W"in r?1:0),o.setFullYear(r.y,0,1),o.setFullYear(r.y,0,"W"in r?(r.w+6)%7+7*r.W-(o.getDay()+5)%7:r.w+7*r.U-(o.getDay()+6)%7)):o.setFullYear(r.y,r.m,r.d),o.setHours(r.H+(r.Z/100|0),r.M+r.Z%100,r.S,r.L),u?o._:o},t.toString=function(){return n},t}function e(n,t,e,r){for(var i,u,o,a=0,l=t.length,c=e.length;l>a;){if(r>=c)return-1;if(i=t.charCodeAt(a++),37===i){if(o=t.charAt(a++),u=C[o in ya?t.charAt(a++):o],!u||(r=u(n,e,r))<0)return-1}else if(i!=e.charCodeAt(r++))return-1}return r}function r(n,t,e){_.lastIndex=0;var r=_.exec(t.slice(e));return r?(n.w=w.get(r[0].toLowerCase()),e+r[0].length):-1}function i(n,t,e){x.lastIndex=0;var r=x.exec(t.slice(e));return r?(n.w=b.get(r[0].toLowerCase()),e+r[0].length):-1}function u(n,t,e){N.lastIndex=0;var r=N.exec(t.slice(e));return r?(n.m=E.get(r[0].toLowerCase()),e+r[0].length):-1}function o(n,t,e){S.lastIndex=0;var r=S.exec(t.slice(e));return r?(n.m=k.get(r[0].toLowerCase()),e+r[0].length):-1}function a(n,t,r){return e(n,A.c.toString(),t,r)}function l(n,t,r){return e(n,A.x.toString(),t,r)}function c(n,t,r){return e(n,A.X.toString(),t,r)}function f(n,t,e){var r=M.get(t.slice(e,e+=2).toLowerCase());return null==r?-1:(n.p=r,e)}var s=n.dateTime,h=n.date,p=n.time,g=n.periods,v=n.days,d=n.shortDays,y=n.months,m=n.shortMonths;t.utc=function(n){function e(n){try{va=Hn;var t=new va;return t._=n,r(t)}finally{va=Date}}var r=t(n);return e.parse=function(n){try{va=Hn;var t=r.parse(n);return t&&t._}finally{va=Date}},e.toString=r.toString,e},t.multi=t.utc.multi=ct;var M=ao.map(),x=Vn(v),b=Xn(v),_=Vn(d),w=Xn(d),S=Vn(y),k=Xn(y),N=Vn(m),E=Xn(m);g.forEach(function(n,t){M.set(n.toLowerCase(),t)});var A={a:function(n){return d[n.getDay()]},A:function(n){return v[n.getDay()]},b:function(n){return m[n.getMonth()]},B:function(n){return y[n.getMonth()]},c:t(s),d:function(n,t){return Zn(n.getDate(),t,2)},e:function(n,t){return Zn(n.getDate(),t,2)},H:function(n,t){return Zn(n.getHours(),t,2)},I:function(n,t){return Zn(n.getHours()%12||12,t,2)},j:function(n,t){return Zn(1+ga.dayOfYear(n),t,3)},L:function(n,t){return Zn(n.getMilliseconds(),t,3)},m:function(n,t){return Zn(n.getMonth()+1,t,2)},M:function(n,t){return Zn(n.getMinutes(),t,2)},p:function(n){return g[+(n.getHours()>=12)]},S:function(n,t){return Zn(n.getSeconds(),t,2)},U:function(n,t){return Zn(ga.sundayOfYear(n),t,2)},w:function(n){return n.getDay()},W:function(n,t){return Zn(ga.mondayOfYear(n),t,2)},x:t(h),X:t(p),y:function(n,t){return Zn(n.getFullYear()%100,t,2)},Y:function(n,t){return Zn(n.getFullYear()%1e4,t,4)},Z:at,"%":function(){return"%"}},C={a:r,A:i,b:u,B:o,c:a,d:tt,e:tt,H:rt,I:rt,j:et,L:ot,m:nt,M:it,p:f,S:ut,U:Bn,w:$n,W:Wn,x:l,X:c,y:Gn,Y:Jn,Z:Kn,"%":lt};return t}function Zn(n,t,e){var r=0>n?"-":"",i=(r?-n:n)+"",u=i.length;return r+(e>u?new Array(e-u+1).join(t)+i:i)}function Vn(n){return new RegExp("^(?:"+n.map(ao.requote).join("|")+")","i")}function Xn(n){for(var t=new c,e=-1,r=n.length;++e<r;)t.set(n[e].toLowerCase(),e);return t}function $n(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+1));return r?(n.w=+r[0],e+r[0].length):-1}function Bn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e));return r?(n.U=+r[0],e+r[0].length):-1}function Wn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e));return r?(n.W=+r[0],e+r[0].length):-1}function Jn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+4));return r?(n.y=+r[0],e+r[0].length):-1}function Gn(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.y=Qn(+r[0]),e+r[0].length):-1}function Kn(n,t,e){return/^[+-]\d{4}$/.test(t=t.slice(e,e+5))?(n.Z=-t,e+5):-1}function Qn(n){return n+(n>68?1900:2e3)}function nt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.m=r[0]-1,e+r[0].length):-1}function tt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.d=+r[0],e+r[0].length):-1}function et(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.j=+r[0],e+r[0].length):-1}function rt(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.H=+r[0],e+r[0].length):-1}function it(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.M=+r[0],e+r[0].length):-1}function ut(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+2));return r?(n.S=+r[0],e+r[0].length):-1}function ot(n,t,e){ma.lastIndex=0;var r=ma.exec(t.slice(e,e+3));return r?(n.L=+r[0],e+r[0].length):-1}function at(n){var t=n.getTimezoneOffset(),e=t>0?"-":"+",r=xo(t)/60|0,i=xo(t)%60;return e+Zn(r,"0",2)+Zn(i,"0",2)}function lt(n,t,e){Ma.lastIndex=0;var r=Ma.exec(t.slice(e,e+1));return r?e+r[0].length:-1}function ct(n){for(var t=n.length,e=-1;++e<t;)n[e][0]=this(n[e][0]);return function(t){for(var e=0,r=n[e];!r[1](t);)r=n[++e];return r[0](t)}}function ft(){}function st(n,t,e){var r=e.s=n+t,i=r-n,u=r-i;e.t=n-u+(t-i)}function ht(n,t){n&&wa.hasOwnProperty(n.type)&&wa[n.type](n,t)}function pt(n,t,e){var r,i=-1,u=n.length-e;for(t.lineStart();++i<u;)r=n[i],t.point(r[0],r[1],r[2]);t.lineEnd()}function gt(n,t){var e=-1,r=n.length;for(t.polygonStart();++e<r;)pt(n[e],t,1);t.polygonEnd()}function vt(){function n(n,t){n*=Yo,t=t*Yo/2+Fo/4;var e=n-r,o=e>=0?1:-1,a=o*e,l=Math.cos(t),c=Math.sin(t),f=u*c,s=i*l+f*Math.cos(a),h=f*o*Math.sin(a);ka.add(Math.atan2(h,s)),r=n,i=l,u=c}var t,e,r,i,u;Na.point=function(o,a){Na.point=n,r=(t=o)*Yo,i=Math.cos(a=(e=a)*Yo/2+Fo/4),u=Math.sin(a)},Na.lineEnd=function(){n(t,e)}}function dt(n){var t=n[0],e=n[1],r=Math.cos(e);return[r*Math.cos(t),r*Math.sin(t),Math.sin(e)]}function yt(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]}function mt(n,t){return[n[1]*t[2]-n[2]*t[1],n[2]*t[0]-n[0]*t[2],n[0]*t[1]-n[1]*t[0]]}function Mt(n,t){n[0]+=t[0],n[1]+=t[1],n[2]+=t[2]}function xt(n,t){return[n[0]*t,n[1]*t,n[2]*t]}function bt(n){var t=Math.sqrt(n[0]*n[0]+n[1]*n[1]+n[2]*n[2]);n[0]/=t,n[1]/=t,n[2]/=t}function _t(n){return[Math.atan2(n[1],n[0]),tn(n[2])]}function wt(n,t){return xo(n[0]-t[0])<Uo&&xo(n[1]-t[1])<Uo}function St(n,t){n*=Yo;var e=Math.cos(t*=Yo);kt(e*Math.cos(n),e*Math.sin(n),Math.sin(t))}function kt(n,t,e){++Ea,Ca+=(n-Ca)/Ea,za+=(t-za)/Ea,La+=(e-La)/Ea}function Nt(){function n(n,i){n*=Yo;var u=Math.cos(i*=Yo),o=u*Math.cos(n),a=u*Math.sin(n),l=Math.sin(i),c=Math.atan2(Math.sqrt((c=e*l-r*a)*c+(c=r*o-t*l)*c+(c=t*a-e*o)*c),t*o+e*a+r*l);Aa+=c,qa+=c*(t+(t=o)),Ta+=c*(e+(e=a)),Ra+=c*(r+(r=l)),kt(t,e,r)}var t,e,r;ja.point=function(i,u){i*=Yo;var o=Math.cos(u*=Yo);t=o*Math.cos(i),e=o*Math.sin(i),r=Math.sin(u),ja.point=n,kt(t,e,r)}}function Et(){ja.point=St}function At(){function n(n,t){n*=Yo;var e=Math.cos(t*=Yo),o=e*Math.cos(n),a=e*Math.sin(n),l=Math.sin(t),c=i*l-u*a,f=u*o-r*l,s=r*a-i*o,h=Math.sqrt(c*c+f*f+s*s),p=r*o+i*a+u*l,g=h&&-nn(p)/h,v=Math.atan2(h,p);Da+=g*c,Pa+=g*f,Ua+=g*s,Aa+=v,qa+=v*(r+(r=o)),Ta+=v*(i+(i=a)),Ra+=v*(u+(u=l)),kt(r,i,u)}var t,e,r,i,u;ja.point=function(o,a){t=o,e=a,ja.point=n,o*=Yo;var l=Math.cos(a*=Yo);r=l*Math.cos(o),i=l*Math.sin(o),u=Math.sin(a),kt(r,i,u)},ja.lineEnd=function(){n(t,e),ja.lineEnd=Et,ja.point=St}}function Ct(n,t){function e(e,r){return e=n(e,r),t(e[0],e[1])}return n.invert&&t.invert&&(e.invert=function(e,r){return e=t.invert(e,r),e&&n.invert(e[0],e[1])}),e}function zt(){return!0}function Lt(n,t,e,r,i){var u=[],o=[];if(n.forEach(function(n){if(!((t=n.length-1)<=0)){var t,e=n[0],r=n[t];if(wt(e,r)){i.lineStart();for(var a=0;t>a;++a)i.point((e=n[a])[0],e[1]);return void i.lineEnd()}var l=new Tt(e,n,null,!0),c=new Tt(e,null,l,!1);l.o=c,u.push(l),o.push(c),l=new Tt(r,n,null,!1),c=new Tt(r,null,l,!0),l.o=c,u.push(l),o.push(c)}}),o.sort(t),qt(u),qt(o),u.length){for(var a=0,l=e,c=o.length;c>a;++a)o[a].e=l=!l;for(var f,s,h=u[0];;){for(var p=h,g=!0;p.v;)if((p=p.n)===h)return;f=p.z,i.lineStart();do{if(p.v=p.o.v=!0,p.e){if(g)for(var a=0,c=f.length;c>a;++a)i.point((s=f[a])[0],s[1]);else r(p.x,p.n.x,1,i);p=p.n}else{if(g){f=p.p.z;for(var a=f.length-1;a>=0;--a)i.point((s=f[a])[0],s[1])}else r(p.x,p.p.x,-1,i);p=p.p}p=p.o,f=p.z,g=!g}while(!p.v);i.lineEnd()}}}function qt(n){if(t=n.length){for(var t,e,r=0,i=n[0];++r<t;)i.n=e=n[r],e.p=i,i=e;i.n=e=n[0],e.p=i}}function Tt(n,t,e,r){this.x=n,this.z=t,this.o=e,this.e=r,this.v=!1,this.n=this.p=null}function Rt(n,t,e,r){return function(i,u){function o(t,e){var r=i(t,e);n(t=r[0],e=r[1])&&u.point(t,e)}function a(n,t){var e=i(n,t);d.point(e[0],e[1])}function l(){m.point=a,d.lineStart()}function c(){m.point=o,d.lineEnd()}function f(n,t){v.push([n,t]);var e=i(n,t);x.point(e[0],e[1])}function s(){x.lineStart(),v=[]}function h(){f(v[0][0],v[0][1]),x.lineEnd();var n,t=x.clean(),e=M.buffer(),r=e.length;if(v.pop(),g.push(v),v=null,r)if(1&t){n=e[0];var i,r=n.length-1,o=-1;if(r>0){for(b||(u.polygonStart(),b=!0),u.lineStart();++o<r;)u.point((i=n[o])[0],i[1]);u.lineEnd()}}else r>1&&2&t&&e.push(e.pop().concat(e.shift())),p.push(e.filter(Dt))}var p,g,v,d=t(u),y=i.invert(r[0],r[1]),m={point:o,lineStart:l,lineEnd:c,polygonStart:function(){m.point=f,m.lineStart=s,m.lineEnd=h,p=[],g=[]},polygonEnd:function(){m.point=o,m.lineStart=l,m.lineEnd=c,p=ao.merge(p);var n=Ot(y,g);p.length?(b||(u.polygonStart(),b=!0),Lt(p,Ut,n,e,u)):n&&(b||(u.polygonStart(),b=!0),u.lineStart(),e(null,null,1,u),u.lineEnd()),b&&(u.polygonEnd(),b=!1),p=g=null},sphere:function(){u.polygonStart(),u.lineStart(),e(null,null,1,u),u.lineEnd(),u.polygonEnd()}},M=Pt(),x=t(M),b=!1;return m}}function Dt(n){return n.length>1}function Pt(){var n,t=[];return{lineStart:function(){t.push(n=[])},point:function(t,e){n.push([t,e])},lineEnd:b,buffer:function(){var e=t;return t=[],n=null,e},rejoin:function(){t.length>1&&t.push(t.pop().concat(t.shift()))}}}function Ut(n,t){return((n=n.x)[0]<0?n[1]-Io-Uo:Io-n[1])-((t=t.x)[0]<0?t[1]-Io-Uo:Io-t[1])}function jt(n){var t,e=NaN,r=NaN,i=NaN;return{lineStart:function(){n.lineStart(),t=1},point:function(u,o){var a=u>0?Fo:-Fo,l=xo(u-e);xo(l-Fo)<Uo?(n.point(e,r=(r+o)/2>0?Io:-Io),n.point(i,r),n.lineEnd(),n.lineStart(),n.point(a,r),n.point(u,r),t=0):i!==a&&l>=Fo&&(xo(e-i)<Uo&&(e-=i*Uo),xo(u-a)<Uo&&(u-=a*Uo),r=Ft(e,r,u,o),n.point(i,r),n.lineEnd(),n.lineStart(),n.point(a,r),t=0),n.point(e=u,r=o),i=a},lineEnd:function(){n.lineEnd(),e=r=NaN},clean:function(){return 2-t}}}function Ft(n,t,e,r){var i,u,o=Math.sin(n-e);return xo(o)>Uo?Math.atan((Math.sin(t)*(u=Math.cos(r))*Math.sin(e)-Math.sin(r)*(i=Math.cos(t))*Math.sin(n))/(i*u*o)):(t+r)/2}function Ht(n,t,e,r){var i;if(null==n)i=e*Io,r.point(-Fo,i),r.point(0,i),r.point(Fo,i),r.point(Fo,0),r.point(Fo,-i),r.point(0,-i),r.point(-Fo,-i),r.point(-Fo,0),r.point(-Fo,i);else if(xo(n[0]-t[0])>Uo){var u=n[0]<t[0]?Fo:-Fo;i=e*u/2,r.point(-u,i),r.point(0,i),r.point(u,i)}else r.point(t[0],t[1])}function Ot(n,t){var e=n[0],r=n[1],i=[Math.sin(e),-Math.cos(e),0],u=0,o=0;ka.reset();for(var a=0,l=t.length;l>a;++a){var c=t[a],f=c.length;if(f)for(var s=c[0],h=s[0],p=s[1]/2+Fo/4,g=Math.sin(p),v=Math.cos(p),d=1;;){d===f&&(d=0),n=c[d];var y=n[0],m=n[1]/2+Fo/4,M=Math.sin(m),x=Math.cos(m),b=y-h,_=b>=0?1:-1,w=_*b,S=w>Fo,k=g*M;if(ka.add(Math.atan2(k*_*Math.sin(w),v*x+k*Math.cos(w))),u+=S?b+_*Ho:b,S^h>=e^y>=e){var N=mt(dt(s),dt(n));bt(N);var E=mt(i,N);bt(E);var A=(S^b>=0?-1:1)*tn(E[2]);(r>A||r===A&&(N[0]||N[1]))&&(o+=S^b>=0?1:-1)}if(!d++)break;h=y,g=M,v=x,s=n}}return(-Uo>u||Uo>u&&-Uo>ka)^1&o}function It(n){function t(n,t){return Math.cos(n)*Math.cos(t)>u}function e(n){var e,u,l,c,f;return{lineStart:function(){c=l=!1,f=1},point:function(s,h){var p,g=[s,h],v=t(s,h),d=o?v?0:i(s,h):v?i(s+(0>s?Fo:-Fo),h):0;if(!e&&(c=l=v)&&n.lineStart(),v!==l&&(p=r(e,g),(wt(e,p)||wt(g,p))&&(g[0]+=Uo,g[1]+=Uo,v=t(g[0],g[1]))),v!==l)f=0,v?(n.lineStart(),p=r(g,e),n.point(p[0],p[1])):(p=r(e,g),n.point(p[0],p[1]),n.lineEnd()),e=p;else if(a&&e&&o^v){var y;d&u||!(y=r(g,e,!0))||(f=0,o?(n.lineStart(),n.point(y[0][0],y[0][1]),n.point(y[1][0],y[1][1]),n.lineEnd()):(n.point(y[1][0],y[1][1]),n.lineEnd(),n.lineStart(),n.point(y[0][0],y[0][1])))}!v||e&&wt(e,g)||n.point(g[0],g[1]),e=g,l=v,u=d},lineEnd:function(){l&&n.lineEnd(),e=null},clean:function(){return f|(c&&l)<<1}}}function r(n,t,e){var r=dt(n),i=dt(t),o=[1,0,0],a=mt(r,i),l=yt(a,a),c=a[0],f=l-c*c;if(!f)return!e&&n;var s=u*l/f,h=-u*c/f,p=mt(o,a),g=xt(o,s),v=xt(a,h);Mt(g,v);var d=p,y=yt(g,d),m=yt(d,d),M=y*y-m*(yt(g,g)-1);if(!(0>M)){var x=Math.sqrt(M),b=xt(d,(-y-x)/m);if(Mt(b,g),b=_t(b),!e)return b;var _,w=n[0],S=t[0],k=n[1],N=t[1];w>S&&(_=w,w=S,S=_);var E=S-w,A=xo(E-Fo)<Uo,C=A||Uo>E;if(!A&&k>N&&(_=k,k=N,N=_),C?A?k+N>0^b[1]<(xo(b[0]-w)<Uo?k:N):k<=b[1]&&b[1]<=N:E>Fo^(w<=b[0]&&b[0]<=S)){var z=xt(d,(-y+x)/m);return Mt(z,g),[b,_t(z)]}}}function i(t,e){var r=o?n:Fo-n,i=0;return-r>t?i|=1:t>r&&(i|=2),-r>e?i|=4:e>r&&(i|=8),i}var u=Math.cos(n),o=u>0,a=xo(u)>Uo,l=ve(n,6*Yo);return Rt(t,e,l,o?[0,-n]:[-Fo,n-Fo])}function Yt(n,t,e,r){return function(i){var u,o=i.a,a=i.b,l=o.x,c=o.y,f=a.x,s=a.y,h=0,p=1,g=f-l,v=s-c;if(u=n-l,g||!(u>0)){if(u/=g,0>g){if(h>u)return;p>u&&(p=u)}else if(g>0){if(u>p)return;u>h&&(h=u)}if(u=e-l,g||!(0>u)){if(u/=g,0>g){if(u>p)return;u>h&&(h=u)}else if(g>0){if(h>u)return;p>u&&(p=u)}if(u=t-c,v||!(u>0)){if(u/=v,0>v){if(h>u)return;p>u&&(p=u)}else if(v>0){if(u>p)return;u>h&&(h=u)}if(u=r-c,v||!(0>u)){if(u/=v,0>v){if(u>p)return;u>h&&(h=u)}else if(v>0){if(h>u)return;p>u&&(p=u)}return h>0&&(i.a={x:l+h*g,y:c+h*v}),1>p&&(i.b={x:l+p*g,y:c+p*v}),i}}}}}}function Zt(n,t,e,r){function i(r,i){return xo(r[0]-n)<Uo?i>0?0:3:xo(r[0]-e)<Uo?i>0?2:1:xo(r[1]-t)<Uo?i>0?1:0:i>0?3:2}function u(n,t){return o(n.x,t.x)}function o(n,t){var e=i(n,1),r=i(t,1);return e!==r?e-r:0===e?t[1]-n[1]:1===e?n[0]-t[0]:2===e?n[1]-t[1]:t[0]-n[0]}return function(a){function l(n){for(var t=0,e=d.length,r=n[1],i=0;e>i;++i)for(var u,o=1,a=d[i],l=a.length,c=a[0];l>o;++o)u=a[o],c[1]<=r?u[1]>r&&Q(c,u,n)>0&&++t:u[1]<=r&&Q(c,u,n)<0&&--t,c=u;return 0!==t}function c(u,a,l,c){var f=0,s=0;if(null==u||(f=i(u,l))!==(s=i(a,l))||o(u,a)<0^l>0){do c.point(0===f||3===f?n:e,f>1?r:t);while((f=(f+l+4)%4)!==s)}else c.point(a[0],a[1])}function f(i,u){return i>=n&&e>=i&&u>=t&&r>=u}function s(n,t){f(n,t)&&a.point(n,t)}function h(){C.point=g,d&&d.push(y=[]),S=!0,w=!1,b=_=NaN}function p(){v&&(g(m,M),x&&w&&E.rejoin(),v.push(E.buffer())),C.point=s,w&&a.lineEnd()}function g(n,t){n=Math.max(-Ha,Math.min(Ha,n)),t=Math.max(-Ha,Math.min(Ha,t));var e=f(n,t);if(d&&y.push([n,t]),S)m=n,M=t,x=e,S=!1,e&&(a.lineStart(),a.point(n,t));else if(e&&w)a.point(n,t);else{var r={a:{x:b,y:_},b:{x:n,y:t}};A(r)?(w||(a.lineStart(),a.point(r.a.x,r.a.y)),a.point(r.b.x,r.b.y),e||a.lineEnd(),k=!1):e&&(a.lineStart(),a.point(n,t),k=!1)}b=n,_=t,w=e}var v,d,y,m,M,x,b,_,w,S,k,N=a,E=Pt(),A=Yt(n,t,e,r),C={point:s,lineStart:h,lineEnd:p,polygonStart:function(){a=E,v=[],d=[],k=!0},polygonEnd:function(){a=N,v=ao.merge(v);var t=l([n,r]),e=k&&t,i=v.length;(e||i)&&(a.polygonStart(),e&&(a.lineStart(),c(null,null,1,a),a.lineEnd()),i&&Lt(v,u,t,c,a),a.polygonEnd()),v=d=y=null}};return C}}function Vt(n){var t=0,e=Fo/3,r=ae(n),i=r(t,e);return i.parallels=function(n){return arguments.length?r(t=n[0]*Fo/180,e=n[1]*Fo/180):[t/Fo*180,e/Fo*180]},i}function Xt(n,t){function e(n,t){var e=Math.sqrt(u-2*i*Math.sin(t))/i;return[e*Math.sin(n*=i),o-e*Math.cos(n)]}var r=Math.sin(n),i=(r+Math.sin(t))/2,u=1+r*(2*i-r),o=Math.sqrt(u)/i;return e.invert=function(n,t){var e=o-t;return[Math.atan2(n,e)/i,tn((u-(n*n+e*e)*i*i)/(2*i))]},e}function $t(){function n(n,t){Ia+=i*n-r*t,r=n,i=t}var t,e,r,i;$a.point=function(u,o){$a.point=n,t=r=u,e=i=o},$a.lineEnd=function(){n(t,e)}}function Bt(n,t){Ya>n&&(Ya=n),n>Va&&(Va=n),Za>t&&(Za=t),t>Xa&&(Xa=t)}function Wt(){function n(n,t){o.push("M",n,",",t,u)}function t(n,t){o.push("M",n,",",t),a.point=e}function e(n,t){o.push("L",n,",",t)}function r(){a.point=n}function i(){o.push("Z")}var u=Jt(4.5),o=[],a={point:n,lineStart:function(){a.point=t},lineEnd:r,polygonStart:function(){a.lineEnd=i},polygonEnd:function(){a.lineEnd=r,a.point=n},pointRadius:function(n){return u=Jt(n),a},result:function(){if(o.length){var n=o.join("");return o=[],n}}};return a}function Jt(n){return"m0,"+n+"a"+n+","+n+" 0 1,1 0,"+-2*n+"a"+n+","+n+" 0 1,1 0,"+2*n+"z"}function Gt(n,t){Ca+=n,za+=t,++La}function Kt(){function n(n,r){var i=n-t,u=r-e,o=Math.sqrt(i*i+u*u);qa+=o*(t+n)/2,Ta+=o*(e+r)/2,Ra+=o,Gt(t=n,e=r)}var t,e;Wa.point=function(r,i){Wa.point=n,Gt(t=r,e=i)}}function Qt(){Wa.point=Gt}function ne(){function n(n,t){var e=n-r,u=t-i,o=Math.sqrt(e*e+u*u);qa+=o*(r+n)/2,Ta+=o*(i+t)/2,Ra+=o,o=i*n-r*t,Da+=o*(r+n),Pa+=o*(i+t),Ua+=3*o,Gt(r=n,i=t)}var t,e,r,i;Wa.point=function(u,o){Wa.point=n,Gt(t=r=u,e=i=o)},Wa.lineEnd=function(){n(t,e)}}function te(n){function t(t,e){n.moveTo(t+o,e),n.arc(t,e,o,0,Ho)}function e(t,e){n.moveTo(t,e),a.point=r}function r(t,e){n.lineTo(t,e)}function i(){a.point=t}function u(){n.closePath()}var o=4.5,a={point:t,lineStart:function(){a.point=e},lineEnd:i,polygonStart:function(){a.lineEnd=u},polygonEnd:function(){a.lineEnd=i,a.point=t},pointRadius:function(n){return o=n,a},result:b};return a}function ee(n){function t(n){return(a?r:e)(n)}function e(t){return ue(t,function(e,r){e=n(e,r),t.point(e[0],e[1])})}function r(t){function e(e,r){e=n(e,r),t.point(e[0],e[1])}function r(){M=NaN,S.point=u,t.lineStart()}function u(e,r){var u=dt([e,r]),o=n(e,r);i(M,x,m,b,_,w,M=o[0],x=o[1],m=e,b=u[0],_=u[1],w=u[2],a,t),t.point(M,x)}function o(){S.point=e,t.lineEnd()}function l(){
r(),S.point=c,S.lineEnd=f}function c(n,t){u(s=n,h=t),p=M,g=x,v=b,d=_,y=w,S.point=u}function f(){i(M,x,m,b,_,w,p,g,s,v,d,y,a,t),S.lineEnd=o,o()}var s,h,p,g,v,d,y,m,M,x,b,_,w,S={point:e,lineStart:r,lineEnd:o,polygonStart:function(){t.polygonStart(),S.lineStart=l},polygonEnd:function(){t.polygonEnd(),S.lineStart=r}};return S}function i(t,e,r,a,l,c,f,s,h,p,g,v,d,y){var m=f-t,M=s-e,x=m*m+M*M;if(x>4*u&&d--){var b=a+p,_=l+g,w=c+v,S=Math.sqrt(b*b+_*_+w*w),k=Math.asin(w/=S),N=xo(xo(w)-1)<Uo||xo(r-h)<Uo?(r+h)/2:Math.atan2(_,b),E=n(N,k),A=E[0],C=E[1],z=A-t,L=C-e,q=M*z-m*L;(q*q/x>u||xo((m*z+M*L)/x-.5)>.3||o>a*p+l*g+c*v)&&(i(t,e,r,a,l,c,A,C,N,b/=S,_/=S,w,d,y),y.point(A,C),i(A,C,N,b,_,w,f,s,h,p,g,v,d,y))}}var u=.5,o=Math.cos(30*Yo),a=16;return t.precision=function(n){return arguments.length?(a=(u=n*n)>0&&16,t):Math.sqrt(u)},t}function re(n){var t=ee(function(t,e){return n([t*Zo,e*Zo])});return function(n){return le(t(n))}}function ie(n){this.stream=n}function ue(n,t){return{point:t,sphere:function(){n.sphere()},lineStart:function(){n.lineStart()},lineEnd:function(){n.lineEnd()},polygonStart:function(){n.polygonStart()},polygonEnd:function(){n.polygonEnd()}}}function oe(n){return ae(function(){return n})()}function ae(n){function t(n){return n=a(n[0]*Yo,n[1]*Yo),[n[0]*h+l,c-n[1]*h]}function e(n){return n=a.invert((n[0]-l)/h,(c-n[1])/h),n&&[n[0]*Zo,n[1]*Zo]}function r(){a=Ct(o=se(y,M,x),u);var n=u(v,d);return l=p-n[0]*h,c=g+n[1]*h,i()}function i(){return f&&(f.valid=!1,f=null),t}var u,o,a,l,c,f,s=ee(function(n,t){return n=u(n,t),[n[0]*h+l,c-n[1]*h]}),h=150,p=480,g=250,v=0,d=0,y=0,M=0,x=0,b=Fa,_=m,w=null,S=null;return t.stream=function(n){return f&&(f.valid=!1),f=le(b(o,s(_(n)))),f.valid=!0,f},t.clipAngle=function(n){return arguments.length?(b=null==n?(w=n,Fa):It((w=+n)*Yo),i()):w},t.clipExtent=function(n){return arguments.length?(S=n,_=n?Zt(n[0][0],n[0][1],n[1][0],n[1][1]):m,i()):S},t.scale=function(n){return arguments.length?(h=+n,r()):h},t.translate=function(n){return arguments.length?(p=+n[0],g=+n[1],r()):[p,g]},t.center=function(n){return arguments.length?(v=n[0]%360*Yo,d=n[1]%360*Yo,r()):[v*Zo,d*Zo]},t.rotate=function(n){return arguments.length?(y=n[0]%360*Yo,M=n[1]%360*Yo,x=n.length>2?n[2]%360*Yo:0,r()):[y*Zo,M*Zo,x*Zo]},ao.rebind(t,s,"precision"),function(){return u=n.apply(this,arguments),t.invert=u.invert&&e,r()}}function le(n){return ue(n,function(t,e){n.point(t*Yo,e*Yo)})}function ce(n,t){return[n,t]}function fe(n,t){return[n>Fo?n-Ho:-Fo>n?n+Ho:n,t]}function se(n,t,e){return n?t||e?Ct(pe(n),ge(t,e)):pe(n):t||e?ge(t,e):fe}function he(n){return function(t,e){return t+=n,[t>Fo?t-Ho:-Fo>t?t+Ho:t,e]}}function pe(n){var t=he(n);return t.invert=he(-n),t}function ge(n,t){function e(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*r+a*i;return[Math.atan2(l*u-f*o,a*r-c*i),tn(f*u+l*o)]}var r=Math.cos(n),i=Math.sin(n),u=Math.cos(t),o=Math.sin(t);return e.invert=function(n,t){var e=Math.cos(t),a=Math.cos(n)*e,l=Math.sin(n)*e,c=Math.sin(t),f=c*u-l*o;return[Math.atan2(l*u+c*o,a*r+f*i),tn(f*r-a*i)]},e}function ve(n,t){var e=Math.cos(n),r=Math.sin(n);return function(i,u,o,a){var l=o*t;null!=i?(i=de(e,i),u=de(e,u),(o>0?u>i:i>u)&&(i+=o*Ho)):(i=n+o*Ho,u=n-.5*l);for(var c,f=i;o>0?f>u:u>f;f-=l)a.point((c=_t([e,-r*Math.cos(f),-r*Math.sin(f)]))[0],c[1])}}function de(n,t){var e=dt(t);e[0]-=n,bt(e);var r=nn(-e[1]);return((-e[2]<0?-r:r)+2*Math.PI-Uo)%(2*Math.PI)}function ye(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[n,t]})}}function me(n,t,e){var r=ao.range(n,t-Uo,e).concat(t);return function(n){return r.map(function(t){return[t,n]})}}function Me(n){return n.source}function xe(n){return n.target}function be(n,t,e,r){var i=Math.cos(t),u=Math.sin(t),o=Math.cos(r),a=Math.sin(r),l=i*Math.cos(n),c=i*Math.sin(n),f=o*Math.cos(e),s=o*Math.sin(e),h=2*Math.asin(Math.sqrt(on(r-t)+i*o*on(e-n))),p=1/Math.sin(h),g=h?function(n){var t=Math.sin(n*=h)*p,e=Math.sin(h-n)*p,r=e*l+t*f,i=e*c+t*s,o=e*u+t*a;return[Math.atan2(i,r)*Zo,Math.atan2(o,Math.sqrt(r*r+i*i))*Zo]}:function(){return[n*Zo,t*Zo]};return g.distance=h,g}function _e(){function n(n,i){var u=Math.sin(i*=Yo),o=Math.cos(i),a=xo((n*=Yo)-t),l=Math.cos(a);Ja+=Math.atan2(Math.sqrt((a=o*Math.sin(a))*a+(a=r*u-e*o*l)*a),e*u+r*o*l),t=n,e=u,r=o}var t,e,r;Ga.point=function(i,u){t=i*Yo,e=Math.sin(u*=Yo),r=Math.cos(u),Ga.point=n},Ga.lineEnd=function(){Ga.point=Ga.lineEnd=b}}function we(n,t){function e(t,e){var r=Math.cos(t),i=Math.cos(e),u=n(r*i);return[u*i*Math.sin(t),u*Math.sin(e)]}return e.invert=function(n,e){var r=Math.sqrt(n*n+e*e),i=t(r),u=Math.sin(i),o=Math.cos(i);return[Math.atan2(n*u,r*o),Math.asin(r&&e*u/r)]},e}function Se(n,t){function e(n,t){o>0?-Io+Uo>t&&(t=-Io+Uo):t>Io-Uo&&(t=Io-Uo);var e=o/Math.pow(i(t),u);return[e*Math.sin(u*n),o-e*Math.cos(u*n)]}var r=Math.cos(n),i=function(n){return Math.tan(Fo/4+n/2)},u=n===t?Math.sin(n):Math.log(r/Math.cos(t))/Math.log(i(t)/i(n)),o=r*Math.pow(i(n),u)/u;return u?(e.invert=function(n,t){var e=o-t,r=K(u)*Math.sqrt(n*n+e*e);return[Math.atan2(n,e)/u,2*Math.atan(Math.pow(o/r,1/u))-Io]},e):Ne}function ke(n,t){function e(n,t){var e=u-t;return[e*Math.sin(i*n),u-e*Math.cos(i*n)]}var r=Math.cos(n),i=n===t?Math.sin(n):(r-Math.cos(t))/(t-n),u=r/i+n;return xo(i)<Uo?ce:(e.invert=function(n,t){var e=u-t;return[Math.atan2(n,e)/i,u-K(i)*Math.sqrt(n*n+e*e)]},e)}function Ne(n,t){return[n,Math.log(Math.tan(Fo/4+t/2))]}function Ee(n){var t,e=oe(n),r=e.scale,i=e.translate,u=e.clipExtent;return e.scale=function(){var n=r.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.translate=function(){var n=i.apply(e,arguments);return n===e?t?e.clipExtent(null):e:n},e.clipExtent=function(n){var o=u.apply(e,arguments);if(o===e){if(t=null==n){var a=Fo*r(),l=i();u([[l[0]-a,l[1]-a],[l[0]+a,l[1]+a]])}}else t&&(o=null);return o},e.clipExtent(null)}function Ae(n,t){return[Math.log(Math.tan(Fo/4+t/2)),-n]}function Ce(n){return n[0]}function ze(n){return n[1]}function Le(n){for(var t=n.length,e=[0,1],r=2,i=2;t>i;i++){for(;r>1&&Q(n[e[r-2]],n[e[r-1]],n[i])<=0;)--r;e[r++]=i}return e.slice(0,r)}function qe(n,t){return n[0]-t[0]||n[1]-t[1]}function Te(n,t,e){return(e[0]-t[0])*(n[1]-t[1])<(e[1]-t[1])*(n[0]-t[0])}function Re(n,t,e,r){var i=n[0],u=e[0],o=t[0]-i,a=r[0]-u,l=n[1],c=e[1],f=t[1]-l,s=r[1]-c,h=(a*(l-c)-s*(i-u))/(s*o-a*f);return[i+h*o,l+h*f]}function De(n){var t=n[0],e=n[n.length-1];return!(t[0]-e[0]||t[1]-e[1])}function Pe(){rr(this),this.edge=this.site=this.circle=null}function Ue(n){var t=cl.pop()||new Pe;return t.site=n,t}function je(n){Be(n),ol.remove(n),cl.push(n),rr(n)}function Fe(n){var t=n.circle,e=t.x,r=t.cy,i={x:e,y:r},u=n.P,o=n.N,a=[n];je(n);for(var l=u;l.circle&&xo(e-l.circle.x)<Uo&&xo(r-l.circle.cy)<Uo;)u=l.P,a.unshift(l),je(l),l=u;a.unshift(l),Be(l);for(var c=o;c.circle&&xo(e-c.circle.x)<Uo&&xo(r-c.circle.cy)<Uo;)o=c.N,a.push(c),je(c),c=o;a.push(c),Be(c);var f,s=a.length;for(f=1;s>f;++f)c=a[f],l=a[f-1],nr(c.edge,l.site,c.site,i);l=a[0],c=a[s-1],c.edge=Ke(l.site,c.site,null,i),$e(l),$e(c)}function He(n){for(var t,e,r,i,u=n.x,o=n.y,a=ol._;a;)if(r=Oe(a,o)-u,r>Uo)a=a.L;else{if(i=u-Ie(a,o),!(i>Uo)){r>-Uo?(t=a.P,e=a):i>-Uo?(t=a,e=a.N):t=e=a;break}if(!a.R){t=a;break}a=a.R}var l=Ue(n);if(ol.insert(t,l),t||e){if(t===e)return Be(t),e=Ue(t.site),ol.insert(l,e),l.edge=e.edge=Ke(t.site,l.site),$e(t),void $e(e);if(!e)return void(l.edge=Ke(t.site,l.site));Be(t),Be(e);var c=t.site,f=c.x,s=c.y,h=n.x-f,p=n.y-s,g=e.site,v=g.x-f,d=g.y-s,y=2*(h*d-p*v),m=h*h+p*p,M=v*v+d*d,x={x:(d*m-p*M)/y+f,y:(h*M-v*m)/y+s};nr(e.edge,c,g,x),l.edge=Ke(c,n,null,x),e.edge=Ke(n,g,null,x),$e(t),$e(e)}}function Oe(n,t){var e=n.site,r=e.x,i=e.y,u=i-t;if(!u)return r;var o=n.P;if(!o)return-(1/0);e=o.site;var a=e.x,l=e.y,c=l-t;if(!c)return a;var f=a-r,s=1/u-1/c,h=f/c;return s?(-h+Math.sqrt(h*h-2*s*(f*f/(-2*c)-l+c/2+i-u/2)))/s+r:(r+a)/2}function Ie(n,t){var e=n.N;if(e)return Oe(e,t);var r=n.site;return r.y===t?r.x:1/0}function Ye(n){this.site=n,this.edges=[]}function Ze(n){for(var t,e,r,i,u,o,a,l,c,f,s=n[0][0],h=n[1][0],p=n[0][1],g=n[1][1],v=ul,d=v.length;d--;)if(u=v[d],u&&u.prepare())for(a=u.edges,l=a.length,o=0;l>o;)f=a[o].end(),r=f.x,i=f.y,c=a[++o%l].start(),t=c.x,e=c.y,(xo(r-t)>Uo||xo(i-e)>Uo)&&(a.splice(o,0,new tr(Qe(u.site,f,xo(r-s)<Uo&&g-i>Uo?{x:s,y:xo(t-s)<Uo?e:g}:xo(i-g)<Uo&&h-r>Uo?{x:xo(e-g)<Uo?t:h,y:g}:xo(r-h)<Uo&&i-p>Uo?{x:h,y:xo(t-h)<Uo?e:p}:xo(i-p)<Uo&&r-s>Uo?{x:xo(e-p)<Uo?t:s,y:p}:null),u.site,null)),++l)}function Ve(n,t){return t.angle-n.angle}function Xe(){rr(this),this.x=this.y=this.arc=this.site=this.cy=null}function $e(n){var t=n.P,e=n.N;if(t&&e){var r=t.site,i=n.site,u=e.site;if(r!==u){var o=i.x,a=i.y,l=r.x-o,c=r.y-a,f=u.x-o,s=u.y-a,h=2*(l*s-c*f);if(!(h>=-jo)){var p=l*l+c*c,g=f*f+s*s,v=(s*p-c*g)/h,d=(l*g-f*p)/h,s=d+a,y=fl.pop()||new Xe;y.arc=n,y.site=i,y.x=v+o,y.y=s+Math.sqrt(v*v+d*d),y.cy=s,n.circle=y;for(var m=null,M=ll._;M;)if(y.y<M.y||y.y===M.y&&y.x<=M.x){if(!M.L){m=M.P;break}M=M.L}else{if(!M.R){m=M;break}M=M.R}ll.insert(m,y),m||(al=y)}}}}function Be(n){var t=n.circle;t&&(t.P||(al=t.N),ll.remove(t),fl.push(t),rr(t),n.circle=null)}function We(n){for(var t,e=il,r=Yt(n[0][0],n[0][1],n[1][0],n[1][1]),i=e.length;i--;)t=e[i],(!Je(t,n)||!r(t)||xo(t.a.x-t.b.x)<Uo&&xo(t.a.y-t.b.y)<Uo)&&(t.a=t.b=null,e.splice(i,1))}function Je(n,t){var e=n.b;if(e)return!0;var r,i,u=n.a,o=t[0][0],a=t[1][0],l=t[0][1],c=t[1][1],f=n.l,s=n.r,h=f.x,p=f.y,g=s.x,v=s.y,d=(h+g)/2,y=(p+v)/2;if(v===p){if(o>d||d>=a)return;if(h>g){if(u){if(u.y>=c)return}else u={x:d,y:l};e={x:d,y:c}}else{if(u){if(u.y<l)return}else u={x:d,y:c};e={x:d,y:l}}}else if(r=(h-g)/(v-p),i=y-r*d,-1>r||r>1)if(h>g){if(u){if(u.y>=c)return}else u={x:(l-i)/r,y:l};e={x:(c-i)/r,y:c}}else{if(u){if(u.y<l)return}else u={x:(c-i)/r,y:c};e={x:(l-i)/r,y:l}}else if(v>p){if(u){if(u.x>=a)return}else u={x:o,y:r*o+i};e={x:a,y:r*a+i}}else{if(u){if(u.x<o)return}else u={x:a,y:r*a+i};e={x:o,y:r*o+i}}return n.a=u,n.b=e,!0}function Ge(n,t){this.l=n,this.r=t,this.a=this.b=null}function Ke(n,t,e,r){var i=new Ge(n,t);return il.push(i),e&&nr(i,n,t,e),r&&nr(i,t,n,r),ul[n.i].edges.push(new tr(i,n,t)),ul[t.i].edges.push(new tr(i,t,n)),i}function Qe(n,t,e){var r=new Ge(n,null);return r.a=t,r.b=e,il.push(r),r}function nr(n,t,e,r){n.a||n.b?n.l===e?n.b=r:n.a=r:(n.a=r,n.l=t,n.r=e)}function tr(n,t,e){var r=n.a,i=n.b;this.edge=n,this.site=t,this.angle=e?Math.atan2(e.y-t.y,e.x-t.x):n.l===t?Math.atan2(i.x-r.x,r.y-i.y):Math.atan2(r.x-i.x,i.y-r.y)}function er(){this._=null}function rr(n){n.U=n.C=n.L=n.R=n.P=n.N=null}function ir(n,t){var e=t,r=t.R,i=e.U;i?i.L===e?i.L=r:i.R=r:n._=r,r.U=i,e.U=r,e.R=r.L,e.R&&(e.R.U=e),r.L=e}function ur(n,t){var e=t,r=t.L,i=e.U;i?i.L===e?i.L=r:i.R=r:n._=r,r.U=i,e.U=r,e.L=r.R,e.L&&(e.L.U=e),r.R=e}function or(n){for(;n.L;)n=n.L;return n}function ar(n,t){var e,r,i,u=n.sort(lr).pop();for(il=[],ul=new Array(n.length),ol=new er,ll=new er;;)if(i=al,u&&(!i||u.y<i.y||u.y===i.y&&u.x<i.x))u.x===e&&u.y===r||(ul[u.i]=new Ye(u),He(u),e=u.x,r=u.y),u=n.pop();else{if(!i)break;Fe(i.arc)}t&&(We(t),Ze(t));var o={cells:ul,edges:il};return ol=ll=il=ul=null,o}function lr(n,t){return t.y-n.y||t.x-n.x}function cr(n,t,e){return(n.x-e.x)*(t.y-n.y)-(n.x-t.x)*(e.y-n.y)}function fr(n){return n.x}function sr(n){return n.y}function hr(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function pr(n,t,e,r,i,u){if(!n(t,e,r,i,u)){var o=.5*(e+i),a=.5*(r+u),l=t.nodes;l[0]&&pr(n,l[0],e,r,o,a),l[1]&&pr(n,l[1],o,r,i,a),l[2]&&pr(n,l[2],e,a,o,u),l[3]&&pr(n,l[3],o,a,i,u)}}function gr(n,t,e,r,i,u,o){var a,l=1/0;return function c(n,f,s,h,p){if(!(f>u||s>o||r>h||i>p)){if(g=n.point){var g,v=t-n.x,d=e-n.y,y=v*v+d*d;if(l>y){var m=Math.sqrt(l=y);r=t-m,i=e-m,u=t+m,o=e+m,a=g}}for(var M=n.nodes,x=.5*(f+h),b=.5*(s+p),_=t>=x,w=e>=b,S=w<<1|_,k=S+4;k>S;++S)if(n=M[3&S])switch(3&S){case 0:c(n,f,s,x,b);break;case 1:c(n,x,s,h,b);break;case 2:c(n,f,b,x,p);break;case 3:c(n,x,b,h,p)}}}(n,r,i,u,o),a}function vr(n,t){n=ao.rgb(n),t=ao.rgb(t);var e=n.r,r=n.g,i=n.b,u=t.r-e,o=t.g-r,a=t.b-i;return function(n){return"#"+bn(Math.round(e+u*n))+bn(Math.round(r+o*n))+bn(Math.round(i+a*n))}}function dr(n,t){var e,r={},i={};for(e in n)e in t?r[e]=Mr(n[e],t[e]):i[e]=n[e];for(e in t)e in n||(i[e]=t[e]);return function(n){for(e in r)i[e]=r[e](n);return i}}function yr(n,t){return n=+n,t=+t,function(e){return n*(1-e)+t*e}}function mr(n,t){var e,r,i,u=hl.lastIndex=pl.lastIndex=0,o=-1,a=[],l=[];for(n+="",t+="";(e=hl.exec(n))&&(r=pl.exec(t));)(i=r.index)>u&&(i=t.slice(u,i),a[o]?a[o]+=i:a[++o]=i),(e=e[0])===(r=r[0])?a[o]?a[o]+=r:a[++o]=r:(a[++o]=null,l.push({i:o,x:yr(e,r)})),u=pl.lastIndex;return u<t.length&&(i=t.slice(u),a[o]?a[o]+=i:a[++o]=i),a.length<2?l[0]?(t=l[0].x,function(n){return t(n)+""}):function(){return t}:(t=l.length,function(n){for(var e,r=0;t>r;++r)a[(e=l[r]).i]=e.x(n);return a.join("")})}function Mr(n,t){for(var e,r=ao.interpolators.length;--r>=0&&!(e=ao.interpolators[r](n,t)););return e}function xr(n,t){var e,r=[],i=[],u=n.length,o=t.length,a=Math.min(n.length,t.length);for(e=0;a>e;++e)r.push(Mr(n[e],t[e]));for(;u>e;++e)i[e]=n[e];for(;o>e;++e)i[e]=t[e];return function(n){for(e=0;a>e;++e)i[e]=r[e](n);return i}}function br(n){return function(t){return 0>=t?0:t>=1?1:n(t)}}function _r(n){return function(t){return 1-n(1-t)}}function wr(n){return function(t){return.5*(.5>t?n(2*t):2-n(2-2*t))}}function Sr(n){return n*n}function kr(n){return n*n*n}function Nr(n){if(0>=n)return 0;if(n>=1)return 1;var t=n*n,e=t*n;return 4*(.5>n?e:3*(n-t)+e-.75)}function Er(n){return function(t){return Math.pow(t,n)}}function Ar(n){return 1-Math.cos(n*Io)}function Cr(n){return Math.pow(2,10*(n-1))}function zr(n){return 1-Math.sqrt(1-n*n)}function Lr(n,t){var e;return arguments.length<2&&(t=.45),arguments.length?e=t/Ho*Math.asin(1/n):(n=1,e=t/4),function(r){return 1+n*Math.pow(2,-10*r)*Math.sin((r-e)*Ho/t)}}function qr(n){return n||(n=1.70158),function(t){return t*t*((n+1)*t-n)}}function Tr(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375}function Rr(n,t){n=ao.hcl(n),t=ao.hcl(t);var e=n.h,r=n.c,i=n.l,u=t.h-e,o=t.c-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.c:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return sn(e+u*n,r+o*n,i+a*n)+""}}function Dr(n,t){n=ao.hsl(n),t=ao.hsl(t);var e=n.h,r=n.s,i=n.l,u=t.h-e,o=t.s-r,a=t.l-i;return isNaN(o)&&(o=0,r=isNaN(r)?t.s:r),isNaN(u)?(u=0,e=isNaN(e)?t.h:e):u>180?u-=360:-180>u&&(u+=360),function(n){return cn(e+u*n,r+o*n,i+a*n)+""}}function Pr(n,t){n=ao.lab(n),t=ao.lab(t);var e=n.l,r=n.a,i=n.b,u=t.l-e,o=t.a-r,a=t.b-i;return function(n){return pn(e+u*n,r+o*n,i+a*n)+""}}function Ur(n,t){return t-=n,function(e){return Math.round(n+t*e)}}function jr(n){var t=[n.a,n.b],e=[n.c,n.d],r=Hr(t),i=Fr(t,e),u=Hr(Or(e,t,-i))||0;t[0]*e[1]<e[0]*t[1]&&(t[0]*=-1,t[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(t[1],t[0]):Math.atan2(-e[0],e[1]))*Zo,this.translate=[n.e,n.f],this.scale=[r,u],this.skew=u?Math.atan2(i,u)*Zo:0}function Fr(n,t){return n[0]*t[0]+n[1]*t[1]}function Hr(n){var t=Math.sqrt(Fr(n,n));return t&&(n[0]/=t,n[1]/=t),t}function Or(n,t,e){return n[0]+=e*t[0],n[1]+=e*t[1],n}function Ir(n){return n.length?n.pop()+",":""}function Yr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var i=e.push("translate(",null,",",null,")");r.push({i:i-4,x:yr(n[0],t[0])},{i:i-2,x:yr(n[1],t[1])})}else(t[0]||t[1])&&e.push("translate("+t+")")}function Zr(n,t,e,r){n!==t?(n-t>180?t+=360:t-n>180&&(n+=360),r.push({i:e.push(Ir(e)+"rotate(",null,")")-2,x:yr(n,t)})):t&&e.push(Ir(e)+"rotate("+t+")")}function Vr(n,t,e,r){n!==t?r.push({i:e.push(Ir(e)+"skewX(",null,")")-2,x:yr(n,t)}):t&&e.push(Ir(e)+"skewX("+t+")")}function Xr(n,t,e,r){if(n[0]!==t[0]||n[1]!==t[1]){var i=e.push(Ir(e)+"scale(",null,",",null,")");r.push({i:i-4,x:yr(n[0],t[0])},{i:i-2,x:yr(n[1],t[1])})}else 1===t[0]&&1===t[1]||e.push(Ir(e)+"scale("+t+")")}function $r(n,t){var e=[],r=[];return n=ao.transform(n),t=ao.transform(t),Yr(n.translate,t.translate,e,r),Zr(n.rotate,t.rotate,e,r),Vr(n.skew,t.skew,e,r),Xr(n.scale,t.scale,e,r),n=t=null,function(n){for(var t,i=-1,u=r.length;++i<u;)e[(t=r[i]).i]=t.x(n);return e.join("")}}function Br(n,t){return t=(t-=n=+n)||1/t,function(e){return(e-n)/t}}function Wr(n,t){return t=(t-=n=+n)||1/t,function(e){return Math.max(0,Math.min(1,(e-n)/t))}}function Jr(n){for(var t=n.source,e=n.target,r=Kr(t,e),i=[t];t!==r;)t=t.parent,i.push(t);for(var u=i.length;e!==r;)i.splice(u,0,e),e=e.parent;return i}function Gr(n){for(var t=[],e=n.parent;null!=e;)t.push(n),n=e,e=e.parent;return t.push(n),t}function Kr(n,t){if(n===t)return n;for(var e=Gr(n),r=Gr(t),i=e.pop(),u=r.pop(),o=null;i===u;)o=i,i=e.pop(),u=r.pop();return o}function Qr(n){n.fixed|=2}function ni(n){n.fixed&=-7}function ti(n){n.fixed|=4,n.px=n.x,n.py=n.y}function ei(n){n.fixed&=-5}function ri(n,t,e){var r=0,i=0;if(n.charge=0,!n.leaf)for(var u,o=n.nodes,a=o.length,l=-1;++l<a;)u=o[l],null!=u&&(ri(u,t,e),n.charge+=u.charge,r+=u.charge*u.cx,i+=u.charge*u.cy);if(n.point){n.leaf||(n.point.x+=Math.random()-.5,n.point.y+=Math.random()-.5);var c=t*e[n.point.index];n.charge+=n.pointCharge=c,r+=c*n.point.x,i+=c*n.point.y}n.cx=r/n.charge,n.cy=i/n.charge}function ii(n,t){return ao.rebind(n,t,"sort","children","value"),n.nodes=n,n.links=fi,n}function ui(n,t){for(var e=[n];null!=(n=e.pop());)if(t(n),(i=n.children)&&(r=i.length))for(var r,i;--r>=0;)e.push(i[r])}function oi(n,t){for(var e=[n],r=[];null!=(n=e.pop());)if(r.push(n),(u=n.children)&&(i=u.length))for(var i,u,o=-1;++o<i;)e.push(u[o]);for(;null!=(n=r.pop());)t(n)}function ai(n){return n.children}function li(n){return n.value}function ci(n,t){return t.value-n.value}function fi(n){return ao.merge(n.map(function(n){return(n.children||[]).map(function(t){return{source:n,target:t}})}))}function si(n){return n.x}function hi(n){return n.y}function pi(n,t,e){n.y0=t,n.y=e}function gi(n){return ao.range(n.length)}function vi(n){for(var t=-1,e=n[0].length,r=[];++t<e;)r[t]=0;return r}function di(n){for(var t,e=1,r=0,i=n[0][1],u=n.length;u>e;++e)(t=n[e][1])>i&&(r=e,i=t);return r}function yi(n){return n.reduce(mi,0)}function mi(n,t){return n+t[1]}function Mi(n,t){return xi(n,Math.ceil(Math.log(t.length)/Math.LN2+1))}function xi(n,t){for(var e=-1,r=+n[0],i=(n[1]-r)/t,u=[];++e<=t;)u[e]=i*e+r;return u}function bi(n){return[ao.min(n),ao.max(n)]}function _i(n,t){return n.value-t.value}function wi(n,t){var e=n._pack_next;n._pack_next=t,t._pack_prev=n,t._pack_next=e,e._pack_prev=t}function Si(n,t){n._pack_next=t,t._pack_prev=n}function ki(n,t){var e=t.x-n.x,r=t.y-n.y,i=n.r+t.r;return.999*i*i>e*e+r*r}function Ni(n){function t(n){f=Math.min(n.x-n.r,f),s=Math.max(n.x+n.r,s),h=Math.min(n.y-n.r,h),p=Math.max(n.y+n.r,p)}if((e=n.children)&&(c=e.length)){var e,r,i,u,o,a,l,c,f=1/0,s=-(1/0),h=1/0,p=-(1/0);if(e.forEach(Ei),r=e[0],r.x=-r.r,r.y=0,t(r),c>1&&(i=e[1],i.x=i.r,i.y=0,t(i),c>2))for(u=e[2],zi(r,i,u),t(u),wi(r,u),r._pack_prev=u,wi(u,i),i=r._pack_next,o=3;c>o;o++){zi(r,i,u=e[o]);var g=0,v=1,d=1;for(a=i._pack_next;a!==i;a=a._pack_next,v++)if(ki(a,u)){g=1;break}if(1==g)for(l=r._pack_prev;l!==a._pack_prev&&!ki(l,u);l=l._pack_prev,d++);g?(d>v||v==d&&i.r<r.r?Si(r,i=a):Si(r=l,i),o--):(wi(r,u),i=u,t(u))}var y=(f+s)/2,m=(h+p)/2,M=0;for(o=0;c>o;o++)u=e[o],u.x-=y,u.y-=m,M=Math.max(M,u.r+Math.sqrt(u.x*u.x+u.y*u.y));n.r=M,e.forEach(Ai)}}function Ei(n){n._pack_next=n._pack_prev=n}function Ai(n){delete n._pack_next,delete n._pack_prev}function Ci(n,t,e,r){var i=n.children;if(n.x=t+=r*n.x,n.y=e+=r*n.y,n.r*=r,i)for(var u=-1,o=i.length;++u<o;)Ci(i[u],t,e,r)}function zi(n,t,e){var r=n.r+e.r,i=t.x-n.x,u=t.y-n.y;if(r&&(i||u)){var o=t.r+e.r,a=i*i+u*u;o*=o,r*=r;var l=.5+(r-o)/(2*a),c=Math.sqrt(Math.max(0,2*o*(r+a)-(r-=a)*r-o*o))/(2*a);e.x=n.x+l*i+c*u,e.y=n.y+l*u-c*i}else e.x=n.x+r,e.y=n.y}function Li(n,t){return n.parent==t.parent?1:2}function qi(n){var t=n.children;return t.length?t[0]:n.t}function Ti(n){var t,e=n.children;return(t=e.length)?e[t-1]:n.t}function Ri(n,t,e){var r=e/(t.i-n.i);t.c-=r,t.s+=e,n.c+=r,t.z+=e,t.m+=e}function Di(n){for(var t,e=0,r=0,i=n.children,u=i.length;--u>=0;)t=i[u],t.z+=e,t.m+=e,e+=t.s+(r+=t.c)}function Pi(n,t,e){return n.a.parent===t.parent?n.a:e}function Ui(n){return 1+ao.max(n,function(n){return n.y})}function ji(n){return n.reduce(function(n,t){return n+t.x},0)/n.length}function Fi(n){var t=n.children;return t&&t.length?Fi(t[0]):n}function Hi(n){var t,e=n.children;return e&&(t=e.length)?Hi(e[t-1]):n}function Oi(n){return{x:n.x,y:n.y,dx:n.dx,dy:n.dy}}function Ii(n,t){var e=n.x+t[3],r=n.y+t[0],i=n.dx-t[1]-t[3],u=n.dy-t[0]-t[2];return 0>i&&(e+=i/2,i=0),0>u&&(r+=u/2,u=0),{x:e,y:r,dx:i,dy:u}}function Yi(n){var t=n[0],e=n[n.length-1];return e>t?[t,e]:[e,t]}function Zi(n){return n.rangeExtent?n.rangeExtent():Yi(n.range())}function Vi(n,t,e,r){var i=e(n[0],n[1]),u=r(t[0],t[1]);return function(n){return u(i(n))}}function Xi(n,t){var e,r=0,i=n.length-1,u=n[r],o=n[i];return u>o&&(e=r,r=i,i=e,e=u,u=o,o=e),n[r]=t.floor(u),n[i]=t.ceil(o),n}function $i(n){return n?{floor:function(t){return Math.floor(t/n)*n},ceil:function(t){return Math.ceil(t/n)*n}}:Sl}function Bi(n,t,e,r){var i=[],u=[],o=0,a=Math.min(n.length,t.length)-1;for(n[a]<n[0]&&(n=n.slice().reverse(),t=t.slice().reverse());++o<=a;)i.push(e(n[o-1],n[o])),u.push(r(t[o-1],t[o]));return function(t){var e=ao.bisect(n,t,1,a)-1;return u[e](i[e](t))}}function Wi(n,t,e,r){function i(){var i=Math.min(n.length,t.length)>2?Bi:Vi,l=r?Wr:Br;return o=i(n,t,l,e),a=i(t,n,l,Mr),u}function u(n){return o(n)}var o,a;return u.invert=function(n){return a(n)},u.domain=function(t){return arguments.length?(n=t.map(Number),i()):n},u.range=function(n){return arguments.length?(t=n,i()):t},u.rangeRound=function(n){return u.range(n).interpolate(Ur)},u.clamp=function(n){return arguments.length?(r=n,i()):r},u.interpolate=function(n){return arguments.length?(e=n,i()):e},u.ticks=function(t){return Qi(n,t)},u.tickFormat=function(t,e){return nu(n,t,e)},u.nice=function(t){return Gi(n,t),i()},u.copy=function(){return Wi(n,t,e,r)},i()}function Ji(n,t){return ao.rebind(n,t,"range","rangeRound","interpolate","clamp")}function Gi(n,t){return Xi(n,$i(Ki(n,t)[2])),Xi(n,$i(Ki(n,t)[2])),n}function Ki(n,t){null==t&&(t=10);var e=Yi(n),r=e[1]-e[0],i=Math.pow(10,Math.floor(Math.log(r/t)/Math.LN10)),u=t/r*i;return.15>=u?i*=10:.35>=u?i*=5:.75>=u&&(i*=2),e[0]=Math.ceil(e[0]/i)*i,e[1]=Math.floor(e[1]/i)*i+.5*i,e[2]=i,e}function Qi(n,t){return ao.range.apply(ao,Ki(n,t))}function nu(n,t,e){var r=Ki(n,t);if(e){var i=ha.exec(e);if(i.shift(),"s"===i[8]){var u=ao.formatPrefix(Math.max(xo(r[0]),xo(r[1])));return i[7]||(i[7]="."+tu(u.scale(r[2]))),i[8]="f",e=ao.format(i.join("")),function(n){return e(u.scale(n))+u.symbol}}i[7]||(i[7]="."+eu(i[8],r)),e=i.join("")}else e=",."+tu(r[2])+"f";return ao.format(e)}function tu(n){return-Math.floor(Math.log(n)/Math.LN10+.01)}function eu(n,t){var e=tu(t[2]);return n in kl?Math.abs(e-tu(Math.max(xo(t[0]),xo(t[1]))))+ +("e"!==n):e-2*("%"===n)}function ru(n,t,e,r){function i(n){return(e?Math.log(0>n?0:n):-Math.log(n>0?0:-n))/Math.log(t)}function u(n){return e?Math.pow(t,n):-Math.pow(t,-n)}function o(t){return n(i(t))}return o.invert=function(t){return u(n.invert(t))},o.domain=function(t){return arguments.length?(e=t[0]>=0,n.domain((r=t.map(Number)).map(i)),o):r},o.base=function(e){return arguments.length?(t=+e,n.domain(r.map(i)),o):t},o.nice=function(){var t=Xi(r.map(i),e?Math:El);return n.domain(t),r=t.map(u),o},o.ticks=function(){var n=Yi(r),o=[],a=n[0],l=n[1],c=Math.floor(i(a)),f=Math.ceil(i(l)),s=t%1?2:t;if(isFinite(f-c)){if(e){for(;f>c;c++)for(var h=1;s>h;h++)o.push(u(c)*h);o.push(u(c))}else for(o.push(u(c));c++<f;)for(var h=s-1;h>0;h--)o.push(u(c)*h);for(c=0;o[c]<a;c++);for(f=o.length;o[f-1]>l;f--);o=o.slice(c,f)}return o},o.tickFormat=function(n,e){if(!arguments.length)return Nl;arguments.length<2?e=Nl:"function"!=typeof e&&(e=ao.format(e));var r=Math.max(1,t*n/o.ticks().length);return function(n){var o=n/u(Math.round(i(n)));return t-.5>o*t&&(o*=t),r>=o?e(n):""}},o.copy=function(){return ru(n.copy(),t,e,r)},Ji(o,n)}function iu(n,t,e){function r(t){return n(i(t))}var i=uu(t),u=uu(1/t);return r.invert=function(t){return u(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain((e=t.map(Number)).map(i)),r):e},r.ticks=function(n){return Qi(e,n)},r.tickFormat=function(n,t){return nu(e,n,t)},r.nice=function(n){return r.domain(Gi(e,n))},r.exponent=function(o){return arguments.length?(i=uu(t=o),u=uu(1/t),n.domain(e.map(i)),r):t},r.copy=function(){return iu(n.copy(),t,e)},Ji(r,n)}function uu(n){return function(t){return 0>t?-Math.pow(-t,n):Math.pow(t,n)}}function ou(n,t){function e(e){return u[((i.get(e)||("range"===t.t?i.set(e,n.push(e)):NaN))-1)%u.length]}function r(t,e){return ao.range(n.length).map(function(n){return t+e*n})}var i,u,o;return e.domain=function(r){if(!arguments.length)return n;n=[],i=new c;for(var u,o=-1,a=r.length;++o<a;)i.has(u=r[o])||i.set(u,n.push(u));return e[t.t].apply(e,t.a)},e.range=function(n){return arguments.length?(u=n,o=0,t={t:"range",a:arguments},e):u},e.rangePoints=function(i,a){arguments.length<2&&(a=0);var l=i[0],c=i[1],f=n.length<2?(l=(l+c)/2,0):(c-l)/(n.length-1+a);return u=r(l+f*a/2,f),o=0,t={t:"rangePoints",a:arguments},e},e.rangeRoundPoints=function(i,a){arguments.length<2&&(a=0);var l=i[0],c=i[1],f=n.length<2?(l=c=Math.round((l+c)/2),0):(c-l)/(n.length-1+a)|0;return u=r(l+Math.round(f*a/2+(c-l-(n.length-1+a)*f)/2),f),o=0,t={t:"rangeRoundPoints",a:arguments},e},e.rangeBands=function(i,a,l){arguments.length<2&&(a=0),arguments.length<3&&(l=a);var c=i[1]<i[0],f=i[c-0],s=i[1-c],h=(s-f)/(n.length-a+2*l);return u=r(f+h*l,h),c&&u.reverse(),o=h*(1-a),t={t:"rangeBands",a:arguments},e},e.rangeRoundBands=function(i,a,l){arguments.length<2&&(a=0),arguments.length<3&&(l=a);var c=i[1]<i[0],f=i[c-0],s=i[1-c],h=Math.floor((s-f)/(n.length-a+2*l));return u=r(f+Math.round((s-f-(n.length-a)*h)/2),h),c&&u.reverse(),o=Math.round(h*(1-a)),t={t:"rangeRoundBands",a:arguments},e},e.rangeBand=function(){return o},e.rangeExtent=function(){return Yi(t.a[0])},e.copy=function(){return ou(n,t)},e.domain(n)}function au(n,t){function u(){var e=0,r=t.length;for(a=[];++e<r;)a[e-1]=ao.quantile(n,e/r);return o}function o(n){return isNaN(n=+n)?void 0:t[ao.bisect(a,n)]}var a;return o.domain=function(t){return arguments.length?(n=t.map(r).filter(i).sort(e),u()):n},o.range=function(n){return arguments.length?(t=n,u()):t},o.quantiles=function(){return a},o.invertExtent=function(e){return e=t.indexOf(e),0>e?[NaN,NaN]:[e>0?a[e-1]:n[0],e<a.length?a[e]:n[n.length-1]]},o.copy=function(){return au(n,t)},u()}function lu(n,t,e){function r(t){return e[Math.max(0,Math.min(o,Math.floor(u*(t-n))))]}function i(){return u=e.length/(t-n),o=e.length-1,r}var u,o;return r.domain=function(e){return arguments.length?(n=+e[0],t=+e[e.length-1],i()):[n,t]},r.range=function(n){return arguments.length?(e=n,i()):e},r.invertExtent=function(t){return t=e.indexOf(t),t=0>t?NaN:t/u+n,[t,t+1/u]},r.copy=function(){return lu(n,t,e)},i()}function cu(n,t){function e(e){return e>=e?t[ao.bisect(n,e)]:void 0}return e.domain=function(t){return arguments.length?(n=t,e):n},e.range=function(n){return arguments.length?(t=n,e):t},e.invertExtent=function(e){return e=t.indexOf(e),[n[e-1],n[e]]},e.copy=function(){return cu(n,t)},e}function fu(n){function t(n){return+n}return t.invert=t,t.domain=t.range=function(e){return arguments.length?(n=e.map(t),t):n},t.ticks=function(t){return Qi(n,t)},t.tickFormat=function(t,e){return nu(n,t,e)},t.copy=function(){return fu(n)},t}function su(){return 0}function hu(n){return n.innerRadius}function pu(n){return n.outerRadius}function gu(n){return n.startAngle}function vu(n){return n.endAngle}function du(n){return n&&n.padAngle}function yu(n,t,e,r){return(n-e)*t-(t-r)*n>0?0:1}function mu(n,t,e,r,i){var u=n[0]-t[0],o=n[1]-t[1],a=(i?r:-r)/Math.sqrt(u*u+o*o),l=a*o,c=-a*u,f=n[0]+l,s=n[1]+c,h=t[0]+l,p=t[1]+c,g=(f+h)/2,v=(s+p)/2,d=h-f,y=p-s,m=d*d+y*y,M=e-r,x=f*p-h*s,b=(0>y?-1:1)*Math.sqrt(Math.max(0,M*M*m-x*x)),_=(x*y-d*b)/m,w=(-x*d-y*b)/m,S=(x*y+d*b)/m,k=(-x*d+y*b)/m,N=_-g,E=w-v,A=S-g,C=k-v;return N*N+E*E>A*A+C*C&&(_=S,w=k),[[_-l,w-c],[_*e/M,w*e/M]]}function Mu(n){function t(t){function o(){c.push("M",u(n(f),a))}for(var l,c=[],f=[],s=-1,h=t.length,p=En(e),g=En(r);++s<h;)i.call(this,l=t[s],s)?f.push([+p.call(this,l,s),+g.call(this,l,s)]):f.length&&(o(),f=[]);return f.length&&o(),c.length?c.join(""):null}var e=Ce,r=ze,i=zt,u=xu,o=u.key,a=.7;return t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t.defined=function(n){return arguments.length?(i=n,t):i},t.interpolate=function(n){return arguments.length?(o="function"==typeof n?u=n:(u=Tl.get(n)||xu).key,t):o},t.tension=function(n){return arguments.length?(a=n,t):a},t}function xu(n){return n.length>1?n.join("L"):n+"Z"}function bu(n){return n.join("L")+"Z"}function _u(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("H",(r[0]+(r=n[t])[0])/2,"V",r[1]);return e>1&&i.push("H",r[0]),i.join("")}function wu(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("V",(r=n[t])[1],"H",r[0]);return i.join("")}function Su(n){for(var t=0,e=n.length,r=n[0],i=[r[0],",",r[1]];++t<e;)i.push("H",(r=n[t])[0],"V",r[1]);return i.join("")}function ku(n,t){return n.length<4?xu(n):n[1]+Au(n.slice(1,-1),Cu(n,t))}function Nu(n,t){return n.length<3?bu(n):n[0]+Au((n.push(n[0]),n),Cu([n[n.length-2]].concat(n,[n[1]]),t))}function Eu(n,t){return n.length<3?xu(n):n[0]+Au(n,Cu(n,t))}function Au(n,t){if(t.length<1||n.length!=t.length&&n.length!=t.length+2)return xu(n);var e=n.length!=t.length,r="",i=n[0],u=n[1],o=t[0],a=o,l=1;if(e&&(r+="Q"+(u[0]-2*o[0]/3)+","+(u[1]-2*o[1]/3)+","+u[0]+","+u[1],i=n[1],l=2),t.length>1){a=t[1],u=n[l],l++,r+="C"+(i[0]+o[0])+","+(i[1]+o[1])+","+(u[0]-a[0])+","+(u[1]-a[1])+","+u[0]+","+u[1];for(var c=2;c<t.length;c++,l++)u=n[l],a=t[c],r+="S"+(u[0]-a[0])+","+(u[1]-a[1])+","+u[0]+","+u[1]}if(e){var f=n[l];r+="Q"+(u[0]+2*a[0]/3)+","+(u[1]+2*a[1]/3)+","+f[0]+","+f[1]}return r}function Cu(n,t){for(var e,r=[],i=(1-t)/2,u=n[0],o=n[1],a=1,l=n.length;++a<l;)e=u,u=o,o=n[a],r.push([i*(o[0]-e[0]),i*(o[1]-e[1])]);return r}function zu(n){if(n.length<3)return xu(n);var t=1,e=n.length,r=n[0],i=r[0],u=r[1],o=[i,i,i,(r=n[1])[0]],a=[u,u,u,r[1]],l=[i,",",u,"L",Ru(Pl,o),",",Ru(Pl,a)];for(n.push(n[e-1]);++t<=e;)r=n[t],o.shift(),o.push(r[0]),a.shift(),a.push(r[1]),Du(l,o,a);return n.pop(),l.push("L",r),l.join("")}function Lu(n){if(n.length<4)return xu(n);for(var t,e=[],r=-1,i=n.length,u=[0],o=[0];++r<3;)t=n[r],u.push(t[0]),o.push(t[1]);for(e.push(Ru(Pl,u)+","+Ru(Pl,o)),--r;++r<i;)t=n[r],u.shift(),u.push(t[0]),o.shift(),o.push(t[1]),Du(e,u,o);return e.join("")}function qu(n){for(var t,e,r=-1,i=n.length,u=i+4,o=[],a=[];++r<4;)e=n[r%i],o.push(e[0]),a.push(e[1]);for(t=[Ru(Pl,o),",",Ru(Pl,a)],--r;++r<u;)e=n[r%i],o.shift(),o.push(e[0]),a.shift(),a.push(e[1]),Du(t,o,a);return t.join("")}function Tu(n,t){var e=n.length-1;if(e)for(var r,i,u=n[0][0],o=n[0][1],a=n[e][0]-u,l=n[e][1]-o,c=-1;++c<=e;)r=n[c],i=c/e,r[0]=t*r[0]+(1-t)*(u+i*a),r[1]=t*r[1]+(1-t)*(o+i*l);return zu(n)}function Ru(n,t){return n[0]*t[0]+n[1]*t[1]+n[2]*t[2]+n[3]*t[3]}function Du(n,t,e){n.push("C",Ru(Rl,t),",",Ru(Rl,e),",",Ru(Dl,t),",",Ru(Dl,e),",",Ru(Pl,t),",",Ru(Pl,e))}function Pu(n,t){return(t[1]-n[1])/(t[0]-n[0])}function Uu(n){for(var t=0,e=n.length-1,r=[],i=n[0],u=n[1],o=r[0]=Pu(i,u);++t<e;)r[t]=(o+(o=Pu(i=u,u=n[t+1])))/2;return r[t]=o,r}function ju(n){for(var t,e,r,i,u=[],o=Uu(n),a=-1,l=n.length-1;++a<l;)t=Pu(n[a],n[a+1]),xo(t)<Uo?o[a]=o[a+1]=0:(e=o[a]/t,r=o[a+1]/t,i=e*e+r*r,i>9&&(i=3*t/Math.sqrt(i),o[a]=i*e,o[a+1]=i*r));for(a=-1;++a<=l;)i=(n[Math.min(l,a+1)][0]-n[Math.max(0,a-1)][0])/(6*(1+o[a]*o[a])),u.push([i||0,o[a]*i||0]);return u}function Fu(n){return n.length<3?xu(n):n[0]+Au(n,ju(n))}function Hu(n){for(var t,e,r,i=-1,u=n.length;++i<u;)t=n[i],e=t[0],r=t[1]-Io,t[0]=e*Math.cos(r),t[1]=e*Math.sin(r);return n}function Ou(n){function t(t){function l(){v.push("M",a(n(y),s),f,c(n(d.reverse()),s),"Z")}for(var h,p,g,v=[],d=[],y=[],m=-1,M=t.length,x=En(e),b=En(i),_=e===r?function(){
return p}:En(r),w=i===u?function(){return g}:En(u);++m<M;)o.call(this,h=t[m],m)?(d.push([p=+x.call(this,h,m),g=+b.call(this,h,m)]),y.push([+_.call(this,h,m),+w.call(this,h,m)])):d.length&&(l(),d=[],y=[]);return d.length&&l(),v.length?v.join(""):null}var e=Ce,r=Ce,i=0,u=ze,o=zt,a=xu,l=a.key,c=a,f="L",s=.7;return t.x=function(n){return arguments.length?(e=r=n,t):r},t.x0=function(n){return arguments.length?(e=n,t):e},t.x1=function(n){return arguments.length?(r=n,t):r},t.y=function(n){return arguments.length?(i=u=n,t):u},t.y0=function(n){return arguments.length?(i=n,t):i},t.y1=function(n){return arguments.length?(u=n,t):u},t.defined=function(n){return arguments.length?(o=n,t):o},t.interpolate=function(n){return arguments.length?(l="function"==typeof n?a=n:(a=Tl.get(n)||xu).key,c=a.reverse||a,f=a.closed?"M":"L",t):l},t.tension=function(n){return arguments.length?(s=n,t):s},t}function Iu(n){return n.radius}function Yu(n){return[n.x,n.y]}function Zu(n){return function(){var t=n.apply(this,arguments),e=t[0],r=t[1]-Io;return[e*Math.cos(r),e*Math.sin(r)]}}function Vu(){return 64}function Xu(){return"circle"}function $u(n){var t=Math.sqrt(n/Fo);return"M0,"+t+"A"+t+","+t+" 0 1,1 0,"+-t+"A"+t+","+t+" 0 1,1 0,"+t+"Z"}function Bu(n){return function(){var t,e,r;(t=this[n])&&(r=t[e=t.active])&&(r.timer.c=null,r.timer.t=NaN,--t.count?delete t[e]:delete this[n],t.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function Wu(n,t,e){return ko(n,Yl),n.namespace=t,n.id=e,n}function Ju(n,t,e,r){var i=n.id,u=n.namespace;return Y(n,"function"==typeof e?function(n,o,a){n[u][i].tween.set(t,r(e.call(n,n.__data__,o,a)))}:(e=r(e),function(n){n[u][i].tween.set(t,e)}))}function Gu(n){return null==n&&(n=""),function(){this.textContent=n}}function Ku(n){return null==n?"__transition__":"__transition_"+n+"__"}function Qu(n,t,e,r,i){function u(n){var t=v.delay;return f.t=t+l,n>=t?o(n-t):void(f.c=o)}function o(e){var i=g.active,u=g[i];u&&(u.timer.c=null,u.timer.t=NaN,--g.count,delete g[i],u.event&&u.event.interrupt.call(n,n.__data__,u.index));for(var o in g)if(r>+o){var c=g[o];c.timer.c=null,c.timer.t=NaN,--g.count,delete g[o]}f.c=a,qn(function(){return f.c&&a(e||1)&&(f.c=null,f.t=NaN),1},0,l),g.active=r,v.event&&v.event.start.call(n,n.__data__,t),p=[],v.tween.forEach(function(e,r){(r=r.call(n,n.__data__,t))&&p.push(r)}),h=v.ease,s=v.duration}function a(i){for(var u=i/s,o=h(u),a=p.length;a>0;)p[--a].call(n,o);return u>=1?(v.event&&v.event.end.call(n,n.__data__,t),--g.count?delete g[r]:delete n[e],1):void 0}var l,f,s,h,p,g=n[e]||(n[e]={active:0,count:0}),v=g[r];v||(l=i.time,f=qn(u,0,l),v=g[r]={tween:new c,time:l,timer:f,delay:i.delay,duration:i.duration,ease:i.ease,index:t},i=null,++g.count)}function no(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate("+(isFinite(r)?r:e(n))+",0)"})}function to(n,t,e){n.attr("transform",function(n){var r=t(n);return"translate(0,"+(isFinite(r)?r:e(n))+")"})}function eo(n){return n.toISOString()}function ro(n,t,e){function r(t){return n(t)}function i(n,e){var r=n[1]-n[0],i=r/e,u=ao.bisect(Kl,i);return u==Kl.length?[t.year,Ki(n.map(function(n){return n/31536e6}),e)[2]]:u?t[i/Kl[u-1]<Kl[u]/i?u-1:u]:[tc,Ki(n,e)[2]]}return r.invert=function(t){return io(n.invert(t))},r.domain=function(t){return arguments.length?(n.domain(t),r):n.domain().map(io)},r.nice=function(n,t){function e(e){return!isNaN(e)&&!n.range(e,io(+e+1),t).length}var u=r.domain(),o=Yi(u),a=null==n?i(o,10):"number"==typeof n&&i(o,n);return a&&(n=a[0],t=a[1]),r.domain(Xi(u,t>1?{floor:function(t){for(;e(t=n.floor(t));)t=io(t-1);return t},ceil:function(t){for(;e(t=n.ceil(t));)t=io(+t+1);return t}}:n))},r.ticks=function(n,t){var e=Yi(r.domain()),u=null==n?i(e,10):"number"==typeof n?i(e,n):!n.range&&[{range:n},t];return u&&(n=u[0],t=u[1]),n.range(e[0],io(+e[1]+1),1>t?1:t)},r.tickFormat=function(){return e},r.copy=function(){return ro(n.copy(),t,e)},Ji(r,n)}function io(n){return new Date(n)}function uo(n){return JSON.parse(n.responseText)}function oo(n){var t=fo.createRange();return t.selectNode(fo.body),t.createContextualFragment(n.responseText)}var ao={version:"3.5.17"},lo=[].slice,co=function(n){return lo.call(n)},fo=this.document;if(fo)try{co(fo.documentElement.childNodes)[0].nodeType}catch(so){co=function(n){for(var t=n.length,e=new Array(t);t--;)e[t]=n[t];return e}}if(Date.now||(Date.now=function(){return+new Date}),fo)try{fo.createElement("DIV").style.setProperty("opacity",0,"")}catch(ho){var po=this.Element.prototype,go=po.setAttribute,vo=po.setAttributeNS,yo=this.CSSStyleDeclaration.prototype,mo=yo.setProperty;po.setAttribute=function(n,t){go.call(this,n,t+"")},po.setAttributeNS=function(n,t,e){vo.call(this,n,t,e+"")},yo.setProperty=function(n,t,e){mo.call(this,n,t+"",e)}}ao.ascending=e,ao.descending=function(n,t){return n>t?-1:t>n?1:t>=n?0:NaN},ao.min=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i<u;)if(null!=(r=n[i])&&r>=r){e=r;break}for(;++i<u;)null!=(r=n[i])&&e>r&&(e=r)}else{for(;++i<u;)if(null!=(r=t.call(n,n[i],i))&&r>=r){e=r;break}for(;++i<u;)null!=(r=t.call(n,n[i],i))&&e>r&&(e=r)}return e},ao.max=function(n,t){var e,r,i=-1,u=n.length;if(1===arguments.length){for(;++i<u;)if(null!=(r=n[i])&&r>=r){e=r;break}for(;++i<u;)null!=(r=n[i])&&r>e&&(e=r)}else{for(;++i<u;)if(null!=(r=t.call(n,n[i],i))&&r>=r){e=r;break}for(;++i<u;)null!=(r=t.call(n,n[i],i))&&r>e&&(e=r)}return e},ao.extent=function(n,t){var e,r,i,u=-1,o=n.length;if(1===arguments.length){for(;++u<o;)if(null!=(r=n[u])&&r>=r){e=i=r;break}for(;++u<o;)null!=(r=n[u])&&(e>r&&(e=r),r>i&&(i=r))}else{for(;++u<o;)if(null!=(r=t.call(n,n[u],u))&&r>=r){e=i=r;break}for(;++u<o;)null!=(r=t.call(n,n[u],u))&&(e>r&&(e=r),r>i&&(i=r))}return[e,i]},ao.sum=function(n,t){var e,r=0,u=n.length,o=-1;if(1===arguments.length)for(;++o<u;)i(e=+n[o])&&(r+=e);else for(;++o<u;)i(e=+t.call(n,n[o],o))&&(r+=e);return r},ao.mean=function(n,t){var e,u=0,o=n.length,a=-1,l=o;if(1===arguments.length)for(;++a<o;)i(e=r(n[a]))?u+=e:--l;else for(;++a<o;)i(e=r(t.call(n,n[a],a)))?u+=e:--l;return l?u/l:void 0},ao.quantile=function(n,t){var e=(n.length-1)*t+1,r=Math.floor(e),i=+n[r-1],u=e-r;return u?i+u*(n[r]-i):i},ao.median=function(n,t){var u,o=[],a=n.length,l=-1;if(1===arguments.length)for(;++l<a;)i(u=r(n[l]))&&o.push(u);else for(;++l<a;)i(u=r(t.call(n,n[l],l)))&&o.push(u);return o.length?ao.quantile(o.sort(e),.5):void 0},ao.variance=function(n,t){var e,u,o=n.length,a=0,l=0,c=-1,f=0;if(1===arguments.length)for(;++c<o;)i(e=r(n[c]))&&(u=e-a,a+=u/++f,l+=u*(e-a));else for(;++c<o;)i(e=r(t.call(n,n[c],c)))&&(u=e-a,a+=u/++f,l+=u*(e-a));return f>1?l/(f-1):void 0},ao.deviation=function(){var n=ao.variance.apply(this,arguments);return n?Math.sqrt(n):n};var Mo=u(e);ao.bisectLeft=Mo.left,ao.bisect=ao.bisectRight=Mo.right,ao.bisector=function(n){return u(1===n.length?function(t,r){return e(n(t),r)}:n)},ao.shuffle=function(n,t,e){(u=arguments.length)<3&&(e=n.length,2>u&&(t=0));for(var r,i,u=e-t;u;)i=Math.random()*u--|0,r=n[u+t],n[u+t]=n[i+t],n[i+t]=r;return n},ao.permute=function(n,t){for(var e=t.length,r=new Array(e);e--;)r[e]=n[t[e]];return r},ao.pairs=function(n){for(var t,e=0,r=n.length-1,i=n[0],u=new Array(0>r?0:r);r>e;)u[e]=[t=i,i=n[++e]];return u},ao.transpose=function(n){if(!(i=n.length))return[];for(var t=-1,e=ao.min(n,o),r=new Array(e);++t<e;)for(var i,u=-1,a=r[t]=new Array(i);++u<i;)a[u]=n[u][t];return r},ao.zip=function(){return ao.transpose(arguments)},ao.keys=function(n){var t=[];for(var e in n)t.push(e);return t},ao.values=function(n){var t=[];for(var e in n)t.push(n[e]);return t},ao.entries=function(n){var t=[];for(var e in n)t.push({key:e,value:n[e]});return t},ao.merge=function(n){for(var t,e,r,i=n.length,u=-1,o=0;++u<i;)o+=n[u].length;for(e=new Array(o);--i>=0;)for(r=n[i],t=r.length;--t>=0;)e[--o]=r[t];return e};var xo=Math.abs;ao.range=function(n,t,e){if(arguments.length<3&&(e=1,arguments.length<2&&(t=n,n=0)),(t-n)/e===1/0)throw new Error("infinite range");var r,i=[],u=a(xo(e)),o=-1;if(n*=u,t*=u,e*=u,0>e)for(;(r=n+e*++o)>t;)i.push(r/u);else for(;(r=n+e*++o)<t;)i.push(r/u);return i},ao.map=function(n,t){var e=new c;if(n instanceof c)n.forEach(function(n,t){e.set(n,t)});else if(Array.isArray(n)){var r,i=-1,u=n.length;if(1===arguments.length)for(;++i<u;)e.set(i,n[i]);else for(;++i<u;)e.set(t.call(n,r=n[i],i),r)}else for(var o in n)e.set(o,n[o]);return e};var bo="__proto__",_o="\x00";l(c,{has:h,get:function(n){return this._[f(n)]},set:function(n,t){return this._[f(n)]=t},remove:p,keys:g,values:function(){var n=[];for(var t in this._)n.push(this._[t]);return n},entries:function(){var n=[];for(var t in this._)n.push({key:s(t),value:this._[t]});return n},size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t),this._[t])}}),ao.nest=function(){function n(t,o,a){if(a>=u.length)return r?r.call(i,o):e?o.sort(e):o;for(var l,f,s,h,p=-1,g=o.length,v=u[a++],d=new c;++p<g;)(h=d.get(l=v(f=o[p])))?h.push(f):d.set(l,[f]);return t?(f=t(),s=function(e,r){f.set(e,n(t,r,a))}):(f={},s=function(e,r){f[e]=n(t,r,a)}),d.forEach(s),f}function t(n,e){if(e>=u.length)return n;var r=[],i=o[e++];return n.forEach(function(n,i){r.push({key:n,values:t(i,e)})}),i?r.sort(function(n,t){return i(n.key,t.key)}):r}var e,r,i={},u=[],o=[];return i.map=function(t,e){return n(e,t,0)},i.entries=function(e){return t(n(ao.map,e,0),0)},i.key=function(n){return u.push(n),i},i.sortKeys=function(n){return o[u.length-1]=n,i},i.sortValues=function(n){return e=n,i},i.rollup=function(n){return r=n,i},i},ao.set=function(n){var t=new y;if(n)for(var e=0,r=n.length;r>e;++e)t.add(n[e]);return t},l(y,{has:h,add:function(n){return this._[f(n+="")]=!0,n},remove:p,values:g,size:v,empty:d,forEach:function(n){for(var t in this._)n.call(this,s(t))}}),ao.behavior={},ao.rebind=function(n,t){for(var e,r=1,i=arguments.length;++r<i;)n[e=arguments[r]]=M(n,t,t[e]);return n};var wo=["webkit","ms","moz","Moz","o","O"];ao.dispatch=function(){for(var n=new _,t=-1,e=arguments.length;++t<e;)n[arguments[t]]=w(n);return n},_.prototype.on=function(n,t){var e=n.indexOf("."),r="";if(e>=0&&(r=n.slice(e+1),n=n.slice(0,e)),n)return arguments.length<2?this[n].on(r):this[n].on(r,t);if(2===arguments.length){if(null==t)for(n in this)this.hasOwnProperty(n)&&this[n].on(r,null);return this}},ao.event=null,ao.requote=function(n){return n.replace(So,"\\$&")};var So=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,ko={}.__proto__?function(n,t){n.__proto__=t}:function(n,t){for(var e in t)n[e]=t[e]},No=function(n,t){return t.querySelector(n)},Eo=function(n,t){return t.querySelectorAll(n)},Ao=function(n,t){var e=n.matches||n[x(n,"matchesSelector")];return(Ao=function(n,t){return e.call(n,t)})(n,t)};"function"==typeof Sizzle&&(No=function(n,t){return Sizzle(n,t)[0]||null},Eo=Sizzle,Ao=Sizzle.matchesSelector),ao.selection=function(){return ao.select(fo.documentElement)};var Co=ao.selection.prototype=[];Co.select=function(n){var t,e,r,i,u=[];n=A(n);for(var o=-1,a=this.length;++o<a;){u.push(t=[]),t.parentNode=(r=this[o]).parentNode;for(var l=-1,c=r.length;++l<c;)(i=r[l])?(t.push(e=n.call(i,i.__data__,l,o)),e&&"__data__"in i&&(e.__data__=i.__data__)):t.push(null)}return E(u)},Co.selectAll=function(n){var t,e,r=[];n=C(n);for(var i=-1,u=this.length;++i<u;)for(var o=this[i],a=-1,l=o.length;++a<l;)(e=o[a])&&(r.push(t=co(n.call(e,e.__data__,a,i))),t.parentNode=e);return E(r)};var zo="http://www.w3.org/1999/xhtml",Lo={svg:"http://www.w3.org/2000/svg",xhtml:zo,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};ao.ns={prefix:Lo,qualify:function(n){var t=n.indexOf(":"),e=n;return t>=0&&"xmlns"!==(e=n.slice(0,t))&&(n=n.slice(t+1)),Lo.hasOwnProperty(e)?{space:Lo[e],local:n}:n}},Co.attr=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node();return n=ao.ns.qualify(n),n.local?e.getAttributeNS(n.space,n.local):e.getAttribute(n)}for(t in n)this.each(z(t,n[t]));return this}return this.each(z(n,t))},Co.classed=function(n,t){if(arguments.length<2){if("string"==typeof n){var e=this.node(),r=(n=T(n)).length,i=-1;if(t=e.classList){for(;++i<r;)if(!t.contains(n[i]))return!1}else for(t=e.getAttribute("class");++i<r;)if(!q(n[i]).test(t))return!1;return!0}for(t in n)this.each(R(t,n[t]));return this}return this.each(R(n,t))},Co.style=function(n,e,r){var i=arguments.length;if(3>i){if("string"!=typeof n){2>i&&(e="");for(r in n)this.each(P(r,n[r],e));return this}if(2>i){var u=this.node();return t(u).getComputedStyle(u,null).getPropertyValue(n)}r=""}return this.each(P(n,e,r))},Co.property=function(n,t){if(arguments.length<2){if("string"==typeof n)return this.node()[n];for(t in n)this.each(U(t,n[t]));return this}return this.each(U(n,t))},Co.text=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.textContent=null==t?"":t}:null==n?function(){this.textContent=""}:function(){this.textContent=n}):this.node().textContent},Co.html=function(n){return arguments.length?this.each("function"==typeof n?function(){var t=n.apply(this,arguments);this.innerHTML=null==t?"":t}:null==n?function(){this.innerHTML=""}:function(){this.innerHTML=n}):this.node().innerHTML},Co.append=function(n){return n=j(n),this.select(function(){return this.appendChild(n.apply(this,arguments))})},Co.insert=function(n,t){return n=j(n),t=A(t),this.select(function(){return this.insertBefore(n.apply(this,arguments),t.apply(this,arguments)||null)})},Co.remove=function(){return this.each(F)},Co.data=function(n,t){function e(n,e){var r,i,u,o=n.length,s=e.length,h=Math.min(o,s),p=new Array(s),g=new Array(s),v=new Array(o);if(t){var d,y=new c,m=new Array(o);for(r=-1;++r<o;)(i=n[r])&&(y.has(d=t.call(i,i.__data__,r))?v[r]=i:y.set(d,i),m[r]=d);for(r=-1;++r<s;)(i=y.get(d=t.call(e,u=e[r],r)))?i!==!0&&(p[r]=i,i.__data__=u):g[r]=H(u),y.set(d,!0);for(r=-1;++r<o;)r in m&&y.get(m[r])!==!0&&(v[r]=n[r])}else{for(r=-1;++r<h;)i=n[r],u=e[r],i?(i.__data__=u,p[r]=i):g[r]=H(u);for(;s>r;++r)g[r]=H(e[r]);for(;o>r;++r)v[r]=n[r]}g.update=p,g.parentNode=p.parentNode=v.parentNode=n.parentNode,a.push(g),l.push(p),f.push(v)}var r,i,u=-1,o=this.length;if(!arguments.length){for(n=new Array(o=(r=this[0]).length);++u<o;)(i=r[u])&&(n[u]=i.__data__);return n}var a=Z([]),l=E([]),f=E([]);if("function"==typeof n)for(;++u<o;)e(r=this[u],n.call(r,r.parentNode.__data__,u));else for(;++u<o;)e(r=this[u],n);return l.enter=function(){return a},l.exit=function(){return f},l},Co.datum=function(n){return arguments.length?this.property("__data__",n):this.property("__data__")},Co.filter=function(n){var t,e,r,i=[];"function"!=typeof n&&(n=O(n));for(var u=0,o=this.length;o>u;u++){i.push(t=[]),t.parentNode=(e=this[u]).parentNode;for(var a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return E(i)},Co.order=function(){for(var n=-1,t=this.length;++n<t;)for(var e,r=this[n],i=r.length-1,u=r[i];--i>=0;)(e=r[i])&&(u&&u!==e.nextSibling&&u.parentNode.insertBefore(e,u),u=e);return this},Co.sort=function(n){n=I.apply(this,arguments);for(var t=-1,e=this.length;++t<e;)this[t].sort(n);return this.order()},Co.each=function(n){return Y(this,function(t,e,r){n.call(t,t.__data__,e,r)})},Co.call=function(n){var t=co(arguments);return n.apply(t[0]=this,t),this},Co.empty=function(){return!this.node()},Co.node=function(){for(var n=0,t=this.length;t>n;n++)for(var e=this[n],r=0,i=e.length;i>r;r++){var u=e[r];if(u)return u}return null},Co.size=function(){var n=0;return Y(this,function(){++n}),n};var qo=[];ao.selection.enter=Z,ao.selection.enter.prototype=qo,qo.append=Co.append,qo.empty=Co.empty,qo.node=Co.node,qo.call=Co.call,qo.size=Co.size,qo.select=function(n){for(var t,e,r,i,u,o=[],a=-1,l=this.length;++a<l;){r=(i=this[a]).update,o.push(t=[]),t.parentNode=i.parentNode;for(var c=-1,f=i.length;++c<f;)(u=i[c])?(t.push(r[c]=e=n.call(i.parentNode,u.__data__,c,a)),e.__data__=u.__data__):t.push(null)}return E(o)},qo.insert=function(n,t){return arguments.length<2&&(t=V(this)),Co.insert.call(this,n,t)},ao.select=function(t){var e;return"string"==typeof t?(e=[No(t,fo)],e.parentNode=fo.documentElement):(e=[t],e.parentNode=n(t)),E([e])},ao.selectAll=function(n){var t;return"string"==typeof n?(t=co(Eo(n,fo)),t.parentNode=fo.documentElement):(t=co(n),t.parentNode=null),E([t])},Co.on=function(n,t,e){var r=arguments.length;if(3>r){if("string"!=typeof n){2>r&&(t=!1);for(e in n)this.each(X(e,n[e],t));return this}if(2>r)return(r=this.node()["__on"+n])&&r._;e=!1}return this.each(X(n,t,e))};var To=ao.map({mouseenter:"mouseover",mouseleave:"mouseout"});fo&&To.forEach(function(n){"on"+n in fo&&To.remove(n)});var Ro,Do=0;ao.mouse=function(n){return J(n,k())};var Po=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;ao.touch=function(n,t,e){if(arguments.length<3&&(e=t,t=k().changedTouches),t)for(var r,i=0,u=t.length;u>i;++i)if((r=t[i]).identifier===e)return J(n,r)},ao.behavior.drag=function(){function n(){this.on("mousedown.drag",u).on("touchstart.drag",o)}function e(n,t,e,u,o){return function(){function a(){var n,e,r=t(h,v);r&&(n=r[0]-M[0],e=r[1]-M[1],g|=n|e,M=r,p({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:n,dy:e}))}function l(){t(h,v)&&(y.on(u+d,null).on(o+d,null),m(g),p({type:"dragend"}))}var c,f=this,s=ao.event.target.correspondingElement||ao.event.target,h=f.parentNode,p=r.of(f,arguments),g=0,v=n(),d=".drag"+(null==v?"":"-"+v),y=ao.select(e(s)).on(u+d,a).on(o+d,l),m=W(s),M=t(h,v);i?(c=i.apply(f,arguments),c=[c.x-M[0],c.y-M[1]]):c=[0,0],p({type:"dragstart"})}}var r=N(n,"drag","dragstart","dragend"),i=null,u=e(b,ao.mouse,t,"mousemove","mouseup"),o=e(G,ao.touch,m,"touchmove","touchend");return n.origin=function(t){return arguments.length?(i=t,n):i},ao.rebind(n,r,"on")},ao.touches=function(n,t){return arguments.length<2&&(t=k().touches),t?co(t).map(function(t){var e=J(n,t);return e.identifier=t.identifier,e}):[]};var Uo=1e-6,jo=Uo*Uo,Fo=Math.PI,Ho=2*Fo,Oo=Ho-Uo,Io=Fo/2,Yo=Fo/180,Zo=180/Fo,Vo=Math.SQRT2,Xo=2,$o=4;ao.interpolateZoom=function(n,t){var e,r,i=n[0],u=n[1],o=n[2],a=t[0],l=t[1],c=t[2],f=a-i,s=l-u,h=f*f+s*s;if(jo>h)r=Math.log(c/o)/Vo,e=function(n){return[i+n*f,u+n*s,o*Math.exp(Vo*n*r)]};else{var p=Math.sqrt(h),g=(c*c-o*o+$o*h)/(2*o*Xo*p),v=(c*c-o*o-$o*h)/(2*c*Xo*p),d=Math.log(Math.sqrt(g*g+1)-g),y=Math.log(Math.sqrt(v*v+1)-v);r=(y-d)/Vo,e=function(n){var t=n*r,e=rn(d),a=o/(Xo*p)*(e*un(Vo*t+d)-en(d));return[i+a*f,u+a*s,o*e/rn(Vo*t+d)]}}return e.duration=1e3*r,e},ao.behavior.zoom=function(){function n(n){n.on(L,s).on(Wo+".zoom",p).on("dblclick.zoom",g).on(R,h)}function e(n){return[(n[0]-k.x)/k.k,(n[1]-k.y)/k.k]}function r(n){return[n[0]*k.k+k.x,n[1]*k.k+k.y]}function i(n){k.k=Math.max(A[0],Math.min(A[1],n))}function u(n,t){t=r(t),k.x+=n[0]-t[0],k.y+=n[1]-t[1]}function o(t,e,r,o){t.__chart__={x:k.x,y:k.y,k:k.k},i(Math.pow(2,o)),u(d=e,r),t=ao.select(t),C>0&&(t=t.transition().duration(C)),t.call(n.event)}function a(){b&&b.domain(x.range().map(function(n){return(n-k.x)/k.k}).map(x.invert)),w&&w.domain(_.range().map(function(n){return(n-k.y)/k.k}).map(_.invert))}function l(n){z++||n({type:"zoomstart"})}function c(n){a(),n({type:"zoom",scale:k.k,translate:[k.x,k.y]})}function f(n){--z||(n({type:"zoomend"}),d=null)}function s(){function n(){a=1,u(ao.mouse(i),h),c(o)}function r(){s.on(q,null).on(T,null),p(a),f(o)}var i=this,o=D.of(i,arguments),a=0,s=ao.select(t(i)).on(q,n).on(T,r),h=e(ao.mouse(i)),p=W(i);Il.call(i),l(o)}function h(){function n(){var n=ao.touches(g);return p=k.k,n.forEach(function(n){n.identifier in d&&(d[n.identifier]=e(n))}),n}function t(){var t=ao.event.target;ao.select(t).on(x,r).on(b,a),_.push(t);for(var e=ao.event.changedTouches,i=0,u=e.length;u>i;++i)d[e[i].identifier]=null;var l=n(),c=Date.now();if(1===l.length){if(500>c-M){var f=l[0];o(g,f,d[f.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),S()}M=c}else if(l.length>1){var f=l[0],s=l[1],h=f[0]-s[0],p=f[1]-s[1];y=h*h+p*p}}function r(){var n,t,e,r,o=ao.touches(g);Il.call(g);for(var a=0,l=o.length;l>a;++a,r=null)if(e=o[a],r=d[e.identifier]){if(t)break;n=e,t=r}if(r){var f=(f=e[0]-n[0])*f+(f=e[1]-n[1])*f,s=y&&Math.sqrt(f/y);n=[(n[0]+e[0])/2,(n[1]+e[1])/2],t=[(t[0]+r[0])/2,(t[1]+r[1])/2],i(s*p)}M=null,u(n,t),c(v)}function a(){if(ao.event.touches.length){for(var t=ao.event.changedTouches,e=0,r=t.length;r>e;++e)delete d[t[e].identifier];for(var i in d)return void n()}ao.selectAll(_).on(m,null),w.on(L,s).on(R,h),N(),f(v)}var p,g=this,v=D.of(g,arguments),d={},y=0,m=".zoom-"+ao.event.changedTouches[0].identifier,x="touchmove"+m,b="touchend"+m,_=[],w=ao.select(g),N=W(g);t(),l(v),w.on(L,null).on(R,t)}function p(){var n=D.of(this,arguments);m?clearTimeout(m):(Il.call(this),v=e(d=y||ao.mouse(this)),l(n)),m=setTimeout(function(){m=null,f(n)},50),S(),i(Math.pow(2,.002*Bo())*k.k),u(d,v),c(n)}function g(){var n=ao.mouse(this),t=Math.log(k.k)/Math.LN2;o(this,n,e(n),ao.event.shiftKey?Math.ceil(t)-1:Math.floor(t)+1)}var v,d,y,m,M,x,b,_,w,k={x:0,y:0,k:1},E=[960,500],A=Jo,C=250,z=0,L="mousedown.zoom",q="mousemove.zoom",T="mouseup.zoom",R="touchstart.zoom",D=N(n,"zoomstart","zoom","zoomend");return Wo||(Wo="onwheel"in fo?(Bo=function(){return-ao.event.deltaY*(ao.event.deltaMode?120:1)},"wheel"):"onmousewheel"in fo?(Bo=function(){return ao.event.wheelDelta},"mousewheel"):(Bo=function(){return-ao.event.detail},"MozMousePixelScroll")),n.event=function(n){n.each(function(){var n=D.of(this,arguments),t=k;Hl?ao.select(this).transition().each("start.zoom",function(){k=this.__chart__||{x:0,y:0,k:1},l(n)}).tween("zoom:zoom",function(){var e=E[0],r=E[1],i=d?d[0]:e/2,u=d?d[1]:r/2,o=ao.interpolateZoom([(i-k.x)/k.k,(u-k.y)/k.k,e/k.k],[(i-t.x)/t.k,(u-t.y)/t.k,e/t.k]);return function(t){var r=o(t),a=e/r[2];this.__chart__=k={x:i-r[0]*a,y:u-r[1]*a,k:a},c(n)}}).each("interrupt.zoom",function(){f(n)}).each("end.zoom",function(){f(n)}):(this.__chart__=k,l(n),c(n),f(n))})},n.translate=function(t){return arguments.length?(k={x:+t[0],y:+t[1],k:k.k},a(),n):[k.x,k.y]},n.scale=function(t){return arguments.length?(k={x:k.x,y:k.y,k:null},i(+t),a(),n):k.k},n.scaleExtent=function(t){return arguments.length?(A=null==t?Jo:[+t[0],+t[1]],n):A},n.center=function(t){return arguments.length?(y=t&&[+t[0],+t[1]],n):y},n.size=function(t){return arguments.length?(E=t&&[+t[0],+t[1]],n):E},n.duration=function(t){return arguments.length?(C=+t,n):C},n.x=function(t){return arguments.length?(b=t,x=t.copy(),k={x:0,y:0,k:1},n):b},n.y=function(t){return arguments.length?(w=t,_=t.copy(),k={x:0,y:0,k:1},n):w},ao.rebind(n,D,"on")};var Bo,Wo,Jo=[0,1/0];ao.color=an,an.prototype.toString=function(){return this.rgb()+""},ao.hsl=ln;var Go=ln.prototype=new an;Go.brighter=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,this.l/n)},Go.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new ln(this.h,this.s,n*this.l)},Go.rgb=function(){return cn(this.h,this.s,this.l)},ao.hcl=fn;var Ko=fn.prototype=new an;Ko.brighter=function(n){return new fn(this.h,this.c,Math.min(100,this.l+Qo*(arguments.length?n:1)))},Ko.darker=function(n){return new fn(this.h,this.c,Math.max(0,this.l-Qo*(arguments.length?n:1)))},Ko.rgb=function(){return sn(this.h,this.c,this.l).rgb()},ao.lab=hn;var Qo=18,na=.95047,ta=1,ea=1.08883,ra=hn.prototype=new an;ra.brighter=function(n){return new hn(Math.min(100,this.l+Qo*(arguments.length?n:1)),this.a,this.b)},ra.darker=function(n){return new hn(Math.max(0,this.l-Qo*(arguments.length?n:1)),this.a,this.b)},ra.rgb=function(){return pn(this.l,this.a,this.b)},ao.rgb=mn;var ia=mn.prototype=new an;ia.brighter=function(n){n=Math.pow(.7,arguments.length?n:1);var t=this.r,e=this.g,r=this.b,i=30;return t||e||r?(t&&i>t&&(t=i),e&&i>e&&(e=i),r&&i>r&&(r=i),new mn(Math.min(255,t/n),Math.min(255,e/n),Math.min(255,r/n))):new mn(i,i,i)},ia.darker=function(n){return n=Math.pow(.7,arguments.length?n:1),new mn(n*this.r,n*this.g,n*this.b)},ia.hsl=function(){return wn(this.r,this.g,this.b)},ia.toString=function(){return"#"+bn(this.r)+bn(this.g)+bn(this.b)};var ua=ao.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});ua.forEach(function(n,t){ua.set(n,Mn(t))}),ao.functor=En,ao.xhr=An(m),ao.dsv=function(n,t){function e(n,e,u){arguments.length<3&&(u=e,e=null);var o=Cn(n,t,null==e?r:i(e),u);return o.row=function(n){return arguments.length?o.response(null==(e=n)?r:i(n)):e},o}function r(n){return e.parse(n.responseText)}function i(n){return function(t){return e.parse(t.responseText,n)}}function u(t){return t.map(o).join(n)}function o(n){return a.test(n)?'"'+n.replace(/\"/g,'""')+'"':n}var a=new RegExp('["'+n+"\n]"),l=n.charCodeAt(0);return e.parse=function(n,t){var r;return e.parseRows(n,function(n,e){if(r)return r(n,e-1);var i=new Function("d","return {"+n.map(function(n,t){return JSON.stringify(n)+": d["+t+"]"}).join(",")+"}");r=t?function(n,e){return t(i(n),e)}:i})},e.parseRows=function(n,t){function e(){if(f>=c)return o;if(i)return i=!1,u;var t=f;if(34===n.charCodeAt(t)){for(var e=t;e++<c;)if(34===n.charCodeAt(e)){if(34!==n.charCodeAt(e+1))break;++e}f=e+2;var r=n.charCodeAt(e+1);return 13===r?(i=!0,10===n.charCodeAt(e+2)&&++f):10===r&&(i=!0),n.slice(t+1,e).replace(/""/g,'"')}for(;c>f;){var r=n.charCodeAt(f++),a=1;if(10===r)i=!0;else if(13===r)i=!0,10===n.charCodeAt(f)&&(++f,++a);else if(r!==l)continue;return n.slice(t,f-a)}return n.slice(t)}for(var r,i,u={},o={},a=[],c=n.length,f=0,s=0;(r=e())!==o;){for(var h=[];r!==u&&r!==o;)h.push(r),r=e();t&&null==(h=t(h,s++))||a.push(h)}return a},e.format=function(t){if(Array.isArray(t[0]))return e.formatRows(t);var r=new y,i=[];return t.forEach(function(n){for(var t in n)r.has(t)||i.push(r.add(t))}),[i.map(o).join(n)].concat(t.map(function(t){return i.map(function(n){return o(t[n])}).join(n)})).join("\n")},e.formatRows=function(n){return n.map(u).join("\n")},e},ao.csv=ao.dsv(",","text/csv"),ao.tsv=ao.dsv(" ","text/tab-separated-values");var oa,aa,la,ca,fa=this[x(this,"requestAnimationFrame")]||function(n){setTimeout(n,17)};ao.timer=function(){qn.apply(this,arguments)},ao.timer.flush=function(){Rn(),Dn()},ao.round=function(n,t){return t?Math.round(n*(t=Math.pow(10,t)))/t:Math.round(n)};var sa=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"].map(Un);ao.formatPrefix=function(n,t){var e=0;return(n=+n)&&(0>n&&(n*=-1),t&&(n=ao.round(n,Pn(n,t))),e=1+Math.floor(1e-12+Math.log(n)/Math.LN10),e=Math.max(-24,Math.min(24,3*Math.floor((e-1)/3)))),sa[8+e/3]};var ha=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,pa=ao.map({b:function(n){return n.toString(2)},c:function(n){return String.fromCharCode(n)},o:function(n){return n.toString(8)},x:function(n){return n.toString(16)},X:function(n){return n.toString(16).toUpperCase()},g:function(n,t){return n.toPrecision(t)},e:function(n,t){return n.toExponential(t)},f:function(n,t){return n.toFixed(t)},r:function(n,t){return(n=ao.round(n,Pn(n,t))).toFixed(Math.max(0,Math.min(20,Pn(n*(1+1e-15),t))))}}),ga=ao.time={},va=Date;Hn.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(){da.setUTCDate.apply(this._,arguments)},setDay:function(){da.setUTCDay.apply(this._,arguments)},setFullYear:function(){da.setUTCFullYear.apply(this._,arguments)},setHours:function(){da.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){da.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){da.setUTCMinutes.apply(this._,arguments)},setMonth:function(){da.setUTCMonth.apply(this._,arguments)},setSeconds:function(){da.setUTCSeconds.apply(this._,arguments)},setTime:function(){da.setTime.apply(this._,arguments)}};var da=Date.prototype;ga.year=On(function(n){return n=ga.day(n),n.setMonth(0,1),n},function(n,t){n.setFullYear(n.getFullYear()+t)},function(n){return n.getFullYear()}),ga.years=ga.year.range,ga.years.utc=ga.year.utc.range,ga.day=On(function(n){var t=new va(2e3,0);return t.setFullYear(n.getFullYear(),n.getMonth(),n.getDate()),t},function(n,t){n.setDate(n.getDate()+t)},function(n){return n.getDate()-1}),ga.days=ga.day.range,ga.days.utc=ga.day.utc.range,ga.dayOfYear=function(n){var t=ga.year(n);return Math.floor((n-t-6e4*(n.getTimezoneOffset()-t.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(n,t){t=7-t;var e=ga[n]=On(function(n){return(n=ga.day(n)).setDate(n.getDate()-(n.getDay()+t)%7),n},function(n,t){n.setDate(n.getDate()+7*Math.floor(t))},function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)-(e!==t)});ga[n+"s"]=e.range,ga[n+"s"].utc=e.utc.range,ga[n+"OfYear"]=function(n){var e=ga.year(n).getDay();return Math.floor((ga.dayOfYear(n)+(e+t)%7)/7)}}),ga.week=ga.sunday,ga.weeks=ga.sunday.range,ga.weeks.utc=ga.sunday.utc.range,ga.weekOfYear=ga.sundayOfYear;var ya={"-":"",_:" ",0:"0"},ma=/^\s*\d+/,Ma=/^%/;ao.locale=function(n){return{numberFormat:jn(n),timeFormat:Yn(n)}};var xa=ao.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"]});ao.format=xa.numberFormat,ao.geo={},ft.prototype={s:0,t:0,add:function(n){st(n,this.t,ba),st(ba.s,this.s,this),this.s?this.t+=ba.t:this.s=ba.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var ba=new ft;ao.geo.stream=function(n,t){n&&_a.hasOwnProperty(n.type)?_a[n.type](n,t):ht(n,t)};var _a={Feature:function(n,t){ht(n.geometry,t)},FeatureCollection:function(n,t){for(var e=n.features,r=-1,i=e.length;++r<i;)ht(e[r].geometry,t)}},wa={Sphere:function(n,t){t.sphere()},Point:function(n,t){n=n.coordinates,t.point(n[0],n[1],n[2])},MultiPoint:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)n=e[r],t.point(n[0],n[1],n[2])},LineString:function(n,t){pt(n.coordinates,t,0)},MultiLineString:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)pt(e[r],t,0)},Polygon:function(n,t){gt(n.coordinates,t)},MultiPolygon:function(n,t){for(var e=n.coordinates,r=-1,i=e.length;++r<i;)gt(e[r],t)},GeometryCollection:function(n,t){for(var e=n.geometries,r=-1,i=e.length;++r<i;)ht(e[r],t)}};ao.geo.area=function(n){return Sa=0,ao.geo.stream(n,Na),Sa};var Sa,ka=new ft,Na={sphere:function(){Sa+=4*Fo},point:b,lineStart:b,lineEnd:b,polygonStart:function(){ka.reset(),Na.lineStart=vt},polygonEnd:function(){var n=2*ka;Sa+=0>n?4*Fo+n:n,Na.lineStart=Na.lineEnd=Na.point=b}};ao.geo.bounds=function(){function n(n,t){M.push(x=[f=n,h=n]),s>t&&(s=t),t>p&&(p=t)}function t(t,e){var r=dt([t*Yo,e*Yo]);if(y){var i=mt(y,r),u=[i[1],-i[0],0],o=mt(u,i);bt(o),o=_t(o);var l=t-g,c=l>0?1:-1,v=o[0]*Zo*c,d=xo(l)>180;if(d^(v>c*g&&c*t>v)){var m=o[1]*Zo;m>p&&(p=m)}else if(v=(v+360)%360-180,d^(v>c*g&&c*t>v)){var m=-o[1]*Zo;s>m&&(s=m)}else s>e&&(s=e),e>p&&(p=e);d?g>t?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t):h>=f?(f>t&&(f=t),t>h&&(h=t)):t>g?a(f,t)>a(f,h)&&(h=t):a(t,h)>a(f,h)&&(f=t)}else n(t,e);y=r,g=t}function e(){b.point=t}function r(){x[0]=f,x[1]=h,b.point=n,y=null}function i(n,e){if(y){var r=n-g;m+=xo(r)>180?r+(r>0?360:-360):r}else v=n,d=e;Na.point(n,e),t(n,e)}function u(){Na.lineStart()}function o(){i(v,d),Na.lineEnd(),xo(m)>Uo&&(f=-(h=180)),x[0]=f,x[1]=h,y=null}function a(n,t){return(t-=n)<0?t+360:t}function l(n,t){return n[0]-t[0]}function c(n,t){return t[0]<=t[1]?t[0]<=n&&n<=t[1]:n<t[0]||t[1]<n}var f,s,h,p,g,v,d,y,m,M,x,b={point:n,lineStart:e,lineEnd:r,polygonStart:function(){b.point=i,b.lineStart=u,b.lineEnd=o,m=0,Na.polygonStart()},polygonEnd:function(){Na.polygonEnd(),b.point=n,b.lineStart=e,b.lineEnd=r,0>ka?(f=-(h=180),s=-(p=90)):m>Uo?p=90:-Uo>m&&(s=-90),x[0]=f,x[1]=h}};return function(n){p=h=-(f=s=1/0),M=[],ao.geo.stream(n,b);var t=M.length;if(t){M.sort(l);for(var e,r=1,i=M[0],u=[i];t>r;++r)e=M[r],c(e[0],i)||c(e[1],i)?(a(i[0],e[1])>a(i[0],i[1])&&(i[1]=e[1]),a(e[0],i[1])>a(i[0],i[1])&&(i[0]=e[0])):u.push(i=e);for(var o,e,g=-(1/0),t=u.length-1,r=0,i=u[t];t>=r;i=e,++r)e=u[r],(o=a(i[1],e[0]))>g&&(g=o,f=e[0],h=i[1])}return M=x=null,f===1/0||s===1/0?[[NaN,NaN],[NaN,NaN]]:[[f,s],[h,p]]}}(),ao.geo.centroid=function(n){Ea=Aa=Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,ja);var t=Da,e=Pa,r=Ua,i=t*t+e*e+r*r;return jo>i&&(t=qa,e=Ta,r=Ra,Uo>Aa&&(t=Ca,e=za,r=La),i=t*t+e*e+r*r,jo>i)?[NaN,NaN]:[Math.atan2(e,t)*Zo,tn(r/Math.sqrt(i))*Zo]};var Ea,Aa,Ca,za,La,qa,Ta,Ra,Da,Pa,Ua,ja={sphere:b,point:St,lineStart:Nt,lineEnd:Et,polygonStart:function(){ja.lineStart=At},polygonEnd:function(){ja.lineStart=Nt}},Fa=Rt(zt,jt,Ht,[-Fo,-Fo/2]),Ha=1e9;ao.geo.clipExtent=function(){var n,t,e,r,i,u,o={stream:function(n){return i&&(i.valid=!1),i=u(n),i.valid=!0,i},extent:function(a){return arguments.length?(u=Zt(n=+a[0][0],t=+a[0][1],e=+a[1][0],r=+a[1][1]),i&&(i.valid=!1,i=null),o):[[n,t],[e,r]]}};return o.extent([[0,0],[960,500]])},(ao.geo.conicEqualArea=function(){return Vt(Xt)}).raw=Xt,ao.geo.albers=function(){return ao.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},ao.geo.albersUsa=function(){function n(n){var u=n[0],o=n[1];return t=null,e(u,o),t||(r(u,o),t)||i(u,o),t}var t,e,r,i,u=ao.geo.albers(),o=ao.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),a=ao.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),l={point:function(n,e){t=[n,e]}};return n.invert=function(n){var t=u.scale(),e=u.translate(),r=(n[0]-e[0])/t,i=(n[1]-e[1])/t;return(i>=.12&&.234>i&&r>=-.425&&-.214>r?o:i>=.166&&.234>i&&r>=-.214&&-.115>r?a:u).invert(n)},n.stream=function(n){var t=u.stream(n),e=o.stream(n),r=a.stream(n);return{point:function(n,i){t.point(n,i),e.point(n,i),r.point(n,i)},sphere:function(){t.sphere(),e.sphere(),r.sphere()},lineStart:function(){t.lineStart(),e.lineStart(),r.lineStart()},lineEnd:function(){t.lineEnd(),e.lineEnd(),r.lineEnd()},polygonStart:function(){t.polygonStart(),e.polygonStart(),r.polygonStart()},polygonEnd:function(){t.polygonEnd(),e.polygonEnd(),r.polygonEnd()}}},n.precision=function(t){return arguments.length?(u.precision(t),o.precision(t),a.precision(t),n):u.precision()},n.scale=function(t){return arguments.length?(u.scale(t),o.scale(.35*t),a.scale(t),n.translate(u.translate())):u.scale()},n.translate=function(t){if(!arguments.length)return u.translate();var c=u.scale(),f=+t[0],s=+t[1];return e=u.translate(t).clipExtent([[f-.455*c,s-.238*c],[f+.455*c,s+.238*c]]).stream(l).point,r=o.translate([f-.307*c,s+.201*c]).clipExtent([[f-.425*c+Uo,s+.12*c+Uo],[f-.214*c-Uo,s+.234*c-Uo]]).stream(l).point,i=a.translate([f-.205*c,s+.212*c]).clipExtent([[f-.214*c+Uo,s+.166*c+Uo],[f-.115*c-Uo,s+.234*c-Uo]]).stream(l).point,n},n.scale(1070)};var Oa,Ia,Ya,Za,Va,Xa,$a={point:b,lineStart:b,lineEnd:b,polygonStart:function(){Ia=0,$a.lineStart=$t},polygonEnd:function(){$a.lineStart=$a.lineEnd=$a.point=b,Oa+=xo(Ia/2)}},Ba={point:Bt,lineStart:b,lineEnd:b,polygonStart:b,polygonEnd:b},Wa={point:Gt,lineStart:Kt,lineEnd:Qt,polygonStart:function(){Wa.lineStart=ne},polygonEnd:function(){Wa.point=Gt,Wa.lineStart=Kt,Wa.lineEnd=Qt}};ao.geo.path=function(){function n(n){return n&&("function"==typeof a&&u.pointRadius(+a.apply(this,arguments)),o&&o.valid||(o=i(u)),ao.geo.stream(n,o)),u.result()}function t(){return o=null,n}var e,r,i,u,o,a=4.5;return n.area=function(n){return Oa=0,ao.geo.stream(n,i($a)),Oa},n.centroid=function(n){return Ca=za=La=qa=Ta=Ra=Da=Pa=Ua=0,ao.geo.stream(n,i(Wa)),Ua?[Da/Ua,Pa/Ua]:Ra?[qa/Ra,Ta/Ra]:La?[Ca/La,za/La]:[NaN,NaN]},n.bounds=function(n){return Va=Xa=-(Ya=Za=1/0),ao.geo.stream(n,i(Ba)),[[Ya,Za],[Va,Xa]]},n.projection=function(n){return arguments.length?(i=(e=n)?n.stream||re(n):m,t()):e},n.context=function(n){return arguments.length?(u=null==(r=n)?new Wt:new te(n),"function"!=typeof a&&u.pointRadius(a),t()):r},n.pointRadius=function(t){return arguments.length?(a="function"==typeof t?t:(u.pointRadius(+t),+t),n):a},n.projection(ao.geo.albersUsa()).context(null)},ao.geo.transform=function(n){return{stream:function(t){var e=new ie(t);for(var r in n)e[r]=n[r];return e}}},ie.prototype={point:function(n,t){this.stream.point(n,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()}},ao.geo.projection=oe,ao.geo.projectionMutator=ae,(ao.geo.equirectangular=function(){return oe(ce)}).raw=ce.invert=ce,ao.geo.rotation=function(n){function t(t){return t=n(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t}return n=se(n[0]%360*Yo,n[1]*Yo,n.length>2?n[2]*Yo:0),t.invert=function(t){return t=n.invert(t[0]*Yo,t[1]*Yo),t[0]*=Zo,t[1]*=Zo,t},t},fe.invert=ce,ao.geo.circle=function(){function n(){var n="function"==typeof r?r.apply(this,arguments):r,t=se(-n[0]*Yo,-n[1]*Yo,0).invert,i=[];return e(null,null,1,{point:function(n,e){i.push(n=t(n,e)),n[0]*=Zo,n[1]*=Zo}}),{type:"Polygon",coordinates:[i]}}var t,e,r=[0,0],i=6;return n.origin=function(t){return arguments.length?(r=t,n):r},n.angle=function(r){return arguments.length?(e=ve((t=+r)*Yo,i*Yo),n):t},n.precision=function(r){return arguments.length?(e=ve(t*Yo,(i=+r)*Yo),n):i},n.angle(90)},ao.geo.distance=function(n,t){var e,r=(t[0]-n[0])*Yo,i=n[1]*Yo,u=t[1]*Yo,o=Math.sin(r),a=Math.cos(r),l=Math.sin(i),c=Math.cos(i),f=Math.sin(u),s=Math.cos(u);return Math.atan2(Math.sqrt((e=s*o)*e+(e=c*f-l*s*a)*e),l*f+c*s*a)},ao.geo.graticule=function(){function n(){return{type:"MultiLineString",coordinates:t()}}function t(){return ao.range(Math.ceil(u/d)*d,i,d).map(h).concat(ao.range(Math.ceil(c/y)*y,l,y).map(p)).concat(ao.range(Math.ceil(r/g)*g,e,g).filter(function(n){return xo(n%d)>Uo}).map(f)).concat(ao.range(Math.ceil(a/v)*v,o,v).filter(function(n){return xo(n%y)>Uo}).map(s))}var e,r,i,u,o,a,l,c,f,s,h,p,g=10,v=g,d=90,y=360,m=2.5;return n.lines=function(){return t().map(function(n){return{type:"LineString",coordinates:n}})},n.outline=function(){return{type:"Polygon",coordinates:[h(u).concat(p(l).slice(1),h(i).reverse().slice(1),p(c).reverse().slice(1))]}},n.extent=function(t){return arguments.length?n.majorExtent(t).minorExtent(t):n.minorExtent()},n.majorExtent=function(t){return arguments.length?(u=+t[0][0],i=+t[1][0],c=+t[0][1],l=+t[1][1],u>i&&(t=u,u=i,i=t),c>l&&(t=c,c=l,l=t),n.precision(m)):[[u,c],[i,l]]},n.minorExtent=function(t){return arguments.length?(r=+t[0][0],e=+t[1][0],a=+t[0][1],o=+t[1][1],r>e&&(t=r,r=e,e=t),a>o&&(t=a,a=o,o=t),n.precision(m)):[[r,a],[e,o]]},n.step=function(t){return arguments.length?n.majorStep(t).minorStep(t):n.minorStep()},n.majorStep=function(t){return arguments.length?(d=+t[0],y=+t[1],n):[d,y]},n.minorStep=function(t){return arguments.length?(g=+t[0],v=+t[1],n):[g,v]},n.precision=function(t){return arguments.length?(m=+t,f=ye(a,o,90),s=me(r,e,m),h=ye(c,l,90),p=me(u,i,m),n):m},n.majorExtent([[-180,-90+Uo],[180,90-Uo]]).minorExtent([[-180,-80-Uo],[180,80+Uo]])},ao.geo.greatArc=function(){function n(){return{type:"LineString",coordinates:[t||r.apply(this,arguments),e||i.apply(this,arguments)]}}var t,e,r=Me,i=xe;return n.distance=function(){return ao.geo.distance(t||r.apply(this,arguments),e||i.apply(this,arguments))},n.source=function(e){return arguments.length?(r=e,t="function"==typeof e?null:e,n):r},n.target=function(t){return arguments.length?(i=t,e="function"==typeof t?null:t,n):i},n.precision=function(){return arguments.length?n:0},n},ao.geo.interpolate=function(n,t){return be(n[0]*Yo,n[1]*Yo,t[0]*Yo,t[1]*Yo)},ao.geo.length=function(n){return Ja=0,ao.geo.stream(n,Ga),Ja};var Ja,Ga={sphere:b,point:b,lineStart:_e,lineEnd:b,polygonStart:b,polygonEnd:b},Ka=we(function(n){return Math.sqrt(2/(1+n))},function(n){return 2*Math.asin(n/2)});(ao.geo.azimuthalEqualArea=function(){return oe(Ka)}).raw=Ka;var Qa=we(function(n){var t=Math.acos(n);return t&&t/Math.sin(t)},m);(ao.geo.azimuthalEquidistant=function(){return oe(Qa)}).raw=Qa,(ao.geo.conicConformal=function(){return Vt(Se)}).raw=Se,(ao.geo.conicEquidistant=function(){return Vt(ke)}).raw=ke;var nl=we(function(n){return 1/n},Math.atan);(ao.geo.gnomonic=function(){return oe(nl)}).raw=nl,Ne.invert=function(n,t){return[n,2*Math.atan(Math.exp(t))-Io]},(ao.geo.mercator=function(){return Ee(Ne)}).raw=Ne;var tl=we(function(){return 1},Math.asin);(ao.geo.orthographic=function(){return oe(tl)}).raw=tl;var el=we(function(n){return 1/(1+n)},function(n){return 2*Math.atan(n)});(ao.geo.stereographic=function(){return oe(el)}).raw=el,Ae.invert=function(n,t){return[-t,2*Math.atan(Math.exp(n))-Io]},(ao.geo.transverseMercator=function(){var n=Ee(Ae),t=n.center,e=n.rotate;return n.center=function(n){return n?t([-n[1],n[0]]):(n=t(),[n[1],-n[0]])},n.rotate=function(n){return n?e([n[0],n[1],n.length>2?n[2]+90:90]):(n=e(),[n[0],n[1],n[2]-90])},e([0,0,90])}).raw=Ae,ao.geom={},ao.geom.hull=function(n){function t(n){if(n.length<3)return[];var t,i=En(e),u=En(r),o=n.length,a=[],l=[];for(t=0;o>t;t++)a.push([+i.call(this,n[t],t),+u.call(this,n[t],t),t]);for(a.sort(qe),t=0;o>t;t++)l.push([a[t][0],-a[t][1]]);var c=Le(a),f=Le(l),s=f[0]===c[0],h=f[f.length-1]===c[c.length-1],p=[];for(t=c.length-1;t>=0;--t)p.push(n[a[c[t]][2]]);for(t=+s;t<f.length-h;++t)p.push(n[a[f[t]][2]]);return p}var e=Ce,r=ze;return arguments.length?t(n):(t.x=function(n){return arguments.length?(e=n,t):e},t.y=function(n){return arguments.length?(r=n,t):r},t)},ao.geom.polygon=function(n){return ko(n,rl),n};var rl=ao.geom.polygon.prototype=[];rl.area=function(){for(var n,t=-1,e=this.length,r=this[e-1],i=0;++t<e;)n=r,r=this[t],i+=n[1]*r[0]-n[0]*r[1];return.5*i},rl.centroid=function(n){var t,e,r=-1,i=this.length,u=0,o=0,a=this[i-1];for(arguments.length||(n=-1/(6*this.area()));++r<i;)t=a,a=this[r],e=t[0]*a[1]-a[0]*t[1],u+=(t[0]+a[0])*e,o+=(t[1]+a[1])*e;return[u*n,o*n]},rl.clip=function(n){for(var t,e,r,i,u,o,a=De(n),l=-1,c=this.length-De(this),f=this[c-1];++l<c;){for(t=n.slice(),n.length=0,i=this[l],u=t[(r=t.length-a)-1],e=-1;++e<r;)o=t[e],Te(o,f,i)?(Te(u,f,i)||n.push(Re(u,o,f,i)),n.push(o)):Te(u,f,i)&&n.push(Re(u,o,f,i)),u=o;a&&n.push(n[0]),f=i}return n};var il,ul,ol,al,ll,cl=[],fl=[];Ye.prototype.prepare=function(){for(var n,t=this.edges,e=t.length;e--;)n=t[e].edge,n.b&&n.a||t.splice(e,1);return t.sort(Ve),t.length},tr.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}},er.prototype={insert:function(n,t){var e,r,i;if(n){if(t.P=n,t.N=n.N,n.N&&(n.N.P=t),n.N=t,n.R){for(n=n.R;n.L;)n=n.L;n.L=t}else n.R=t;e=n}else this._?(n=or(this._),t.P=null,t.N=n,n.P=n.L=t,e=n):(t.P=t.N=null,this._=t,e=null);for(t.L=t.R=null,t.U=e,t.C=!0,n=t;e&&e.C;)r=e.U,e===r.L?(i=r.R,i&&i.C?(e.C=i.C=!1,r.C=!0,n=r):(n===e.R&&(ir(this,e),n=e,e=n.U),e.C=!1,r.C=!0,ur(this,r))):(i=r.L,i&&i.C?(e.C=i.C=!1,r.C=!0,n=r):(n===e.L&&(ur(this,e),n=e,e=n.U),e.C=!1,r.C=!0,ir(this,r))),e=n.U;this._.C=!1},remove:function(n){n.N&&(n.N.P=n.P),n.P&&(n.P.N=n.N),n.N=n.P=null;var t,e,r,i=n.U,u=n.L,o=n.R;if(e=u?o?or(o):u:o,i?i.L===n?i.L=e:i.R=e:this._=e,u&&o?(r=e.C,e.C=n.C,e.L=u,u.U=e,e!==o?(i=e.U,e.U=n.U,n=e.R,i.L=n,e.R=o,o.U=e):(e.U=i,i=e,n=e.R)):(r=n.C,n=e),n&&(n.U=i),!r){if(n&&n.C)return void(n.C=!1);do{if(n===this._)break;if(n===i.L){if(t=i.R,t.C&&(t.C=!1,i.C=!0,ir(this,i),t=i.R),t.L&&t.L.C||t.R&&t.R.C){t.R&&t.R.C||(t.L.C=!1,t.C=!0,ur(this,t),t=i.R),t.C=i.C,i.C=t.R.C=!1,ir(this,i),n=this._;break}}else if(t=i.L,t.C&&(t.C=!1,i.C=!0,ur(this,i),t=i.L),t.L&&t.L.C||t.R&&t.R.C){t.L&&t.L.C||(t.R.C=!1,t.C=!0,ir(this,t),t=i.L),t.C=i.C,i.C=t.L.C=!1,ur(this,i),n=this._;break}t.C=!0,n=i,i=i.U}while(!n.C);n&&(n.C=!1)}}},ao.geom.voronoi=function(n){function t(n){var t=new Array(n.length),r=a[0][0],i=a[0][1],u=a[1][0],o=a[1][1];return ar(e(n),a).cells.forEach(function(e,a){var l=e.edges,c=e.site,f=t[a]=l.length?l.map(function(n){var t=n.start();return[t.x,t.y]}):c.x>=r&&c.x<=u&&c.y>=i&&c.y<=o?[[r,o],[u,o],[u,i],[r,i]]:[];f.point=n[a]}),t}function e(n){return n.map(function(n,t){return{x:Math.round(u(n,t)/Uo)*Uo,y:Math.round(o(n,t)/Uo)*Uo,i:t}})}var r=Ce,i=ze,u=r,o=i,a=sl;return n?t(n):(t.links=function(n){return ar(e(n)).edges.filter(function(n){return n.l&&n.r}).map(function(t){return{source:n[t.l.i],target:n[t.r.i]}})},t.triangles=function(n){var t=[];return ar(e(n)).cells.forEach(function(e,r){for(var i,u,o=e.site,a=e.edges.sort(Ve),l=-1,c=a.length,f=a[c-1].edge,s=f.l===o?f.r:f.l;++l<c;)i=f,u=s,f=a[l].edge,s=f.l===o?f.r:f.l,r<u.i&&r<s.i&&cr(o,u,s)<0&&t.push([n[r],n[u.i],n[s.i]])}),t},t.x=function(n){return arguments.length?(u=En(r=n),t):r},t.y=function(n){return arguments.length?(o=En(i=n),t):i},t.clipExtent=function(n){return arguments.length?(a=null==n?sl:n,t):a===sl?null:a},t.size=function(n){return arguments.length?t.clipExtent(n&&[[0,0],n]):a===sl?null:a&&a[1]},t)};var sl=[[-1e6,-1e6],[1e6,1e6]];ao.geom.delaunay=function(n){return ao.geom.voronoi().triangles(n)},ao.geom.quadtree=function(n,t,e,r,i){function u(n){function u(n,t,e,r,i,u,o,a){if(!isNaN(e)&&!isNaN(r))if(n.leaf){var l=n.x,f=n.y;if(null!=l)if(xo(l-e)+xo(f-r)<.01)c(n,t,e,r,i,u,o,a);else{var s=n.point;n.x=n.y=n.point=null,c(n,s,l,f,i,u,o,a),c(n,t,e,r,i,u,o,a)}else n.x=e,n.y=r,n.point=t}else c(n,t,e,r,i,u,o,a)}function c(n,t,e,r,i,o,a,l){var c=.5*(i+a),f=.5*(o+l),s=e>=c,h=r>=f,p=h<<1|s;n.leaf=!1,n=n.nodes[p]||(n.nodes[p]=hr()),s?i=c:a=c,h?o=f:l=f,u(n,t,e,r,i,o,a,l)}var f,s,h,p,g,v,d,y,m,M=En(a),x=En(l);if(null!=t)v=t,d=e,y=r,m=i;else if(y=m=-(v=d=1/0),s=[],h=[],g=n.length,o)for(p=0;g>p;++p)f=n[p],f.x<v&&(v=f.x),f.y<d&&(d=f.y),f.x>y&&(y=f.x),f.y>m&&(m=f.y),s.push(f.x),h.push(f.y);else for(p=0;g>p;++p){var b=+M(f=n[p],p),_=+x(f,p);v>b&&(v=b),d>_&&(d=_),b>y&&(y=b),_>m&&(m=_),s.push(b),h.push(_)}var w=y-v,S=m-d;w>S?m=d+w:y=v+S;var k=hr();if(k.add=function(n){u(k,n,+M(n,++p),+x(n,p),v,d,y,m)},k.visit=function(n){pr(n,k,v,d,y,m)},k.find=function(n){return gr(k,n[0],n[1],v,d,y,m)},p=-1,null==t){for(;++p<g;)u(k,n[p],s[p],h[p],v,d,y,m);--p}else n.forEach(k.add);return s=h=n=f=null,k}var o,a=Ce,l=ze;return(o=arguments.length)?(a=fr,l=sr,3===o&&(i=e,r=t,e=t=0),u(n)):(u.x=function(n){return arguments.length?(a=n,u):a},u.y=function(n){return arguments.length?(l=n,u):l},u.extent=function(n){return arguments.length?(null==n?t=e=r=i=null:(t=+n[0][0],e=+n[0][1],r=+n[1][0],i=+n[1][1]),u):null==t?null:[[t,e],[r,i]]},u.size=function(n){return arguments.length?(null==n?t=e=r=i=null:(t=e=0,r=+n[0],i=+n[1]),u):null==t?null:[r-t,i-e]},u)},ao.interpolateRgb=vr,ao.interpolateObject=dr,ao.interpolateNumber=yr,ao.interpolateString=mr;var hl=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,pl=new RegExp(hl.source,"g");ao.interpolate=Mr,ao.interpolators=[function(n,t){var e=typeof t;return("string"===e?ua.has(t.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(t)?vr:mr:t instanceof an?vr:Array.isArray(t)?xr:"object"===e&&isNaN(t)?dr:yr)(n,t)}],ao.interpolateArray=xr;var gl=function(){return m},vl=ao.map({linear:gl,poly:Er,quad:function(){return Sr},cubic:function(){return kr},sin:function(){return Ar},exp:function(){return Cr},circle:function(){return zr},elastic:Lr,back:qr,bounce:function(){return Tr}}),dl=ao.map({"in":m,out:_r,"in-out":wr,"out-in":function(n){return wr(_r(n))}});ao.ease=function(n){var t=n.indexOf("-"),e=t>=0?n.slice(0,t):n,r=t>=0?n.slice(t+1):"in";return e=vl.get(e)||gl,r=dl.get(r)||m,br(r(e.apply(null,lo.call(arguments,1))))},ao.interpolateHcl=Rr,ao.interpolateHsl=Dr,ao.interpolateLab=Pr,ao.interpolateRound=Ur,ao.transform=function(n){var t=fo.createElementNS(ao.ns.prefix.svg,"g");return(ao.transform=function(n){if(null!=n){t.setAttribute("transform",n);var e=t.transform.baseVal.consolidate()}return new jr(e?e.matrix:yl)})(n)},jr.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var yl={a:1,b:0,c:0,d:1,e:0,f:0};ao.interpolateTransform=$r,ao.layout={},ao.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++e<r;)t.push(Jr(n[e]));return t}},ao.layout.chord=function(){function n(){var n,c,s,h,p,g={},v=[],d=ao.range(u),y=[];for(e=[],r=[],n=0,h=-1;++h<u;){for(c=0,p=-1;++p<u;)c+=i[h][p];v.push(c),y.push(ao.range(u)),n+=c}for(o&&d.sort(function(n,t){return o(v[n],v[t])}),a&&y.forEach(function(n,t){n.sort(function(n,e){return a(i[t][n],i[t][e])})}),n=(Ho-f*u)/n,c=0,h=-1;++h<u;){for(s=c,p=-1;++p<u;){var m=d[h],M=y[m][p],x=i[m][M],b=c,_=c+=x*n;g[m+"-"+M]={index:m,subindex:M,startAngle:b,endAngle:_,value:x}}r[m]={index:m,startAngle:s,endAngle:c,value:v[m]},c+=f}for(h=-1;++h<u;)for(p=h-1;++p<u;){var w=g[h+"-"+p],S=g[p+"-"+h];(w.value||S.value)&&e.push(w.value<S.value?{source:S,target:w}:{source:w,target:S})}l&&t()}function t(){e.sort(function(n,t){return l((n.source.value+n.target.value)/2,(t.source.value+t.target.value)/2)})}var e,r,i,u,o,a,l,c={},f=0;return c.matrix=function(n){return arguments.length?(u=(i=n)&&i.length,e=r=null,c):i},c.padding=function(n){return arguments.length?(f=n,e=r=null,c):f},c.sortGroups=function(n){return arguments.length?(o=n,e=r=null,c):o},c.sortSubgroups=function(n){return arguments.length?(a=n,e=null,c):a},c.sortChords=function(n){return arguments.length?(l=n,e&&t(),c):l},c.chords=function(){return e||n(),e},c.groups=function(){return r||n(),r},c},ao.layout.force=function(){function n(n){return function(t,e,r,i){if(t.point!==n){var u=t.cx-n.x,o=t.cy-n.y,a=i-e,l=u*u+o*o;if(l>a*a/y){if(v>l){var c=t.charge/l;n.px-=u*c,n.py-=o*c}return!0}if(t.point&&l&&v>l){var c=t.pointCharge/l;n.px-=u*c,n.py-=o*c}}return!t.charge}}function t(n){n.px=ao.event.x,n.py=ao.event.y,l.resume()}var e,r,i,u,o,a,l={},c=ao.dispatch("start","tick","end"),f=[1,1],s=.9,h=ml,p=Ml,g=-30,v=xl,d=.1,y=.64,M=[],x=[];return l.tick=function(){if((i*=.99)<.005)return e=null,c.end({type:"end",alpha:i=0}),!0;var t,r,l,h,p,v,y,m,b,_=M.length,w=x.length;for(r=0;w>r;++r)l=x[r],h=l.source,p=l.target,m=p.x-h.x,b=p.y-h.y,(v=m*m+b*b)&&(v=i*o[r]*((v=Math.sqrt(v))-u[r])/v,m*=v,b*=v,p.x-=m*(y=h.weight+p.weight?h.weight/(h.weight+p.weight):.5),p.y-=b*y,h.x+=m*(y=1-y),h.y+=b*y);if((y=i*d)&&(m=f[0]/2,b=f[1]/2,r=-1,y))for(;++r<_;)l=M[r],l.x+=(m-l.x)*y,l.y+=(b-l.y)*y;if(g)for(ri(t=ao.geom.quadtree(M),i,a),r=-1;++r<_;)(l=M[r]).fixed||t.visit(n(l));for(r=-1;++r<_;)l=M[r],l.fixed?(l.x=l.px,l.y=l.py):(l.x-=(l.px-(l.px=l.x))*s,l.y-=(l.py-(l.py=l.y))*s);c.tick({type:"tick",alpha:i})},l.nodes=function(n){return arguments.length?(M=n,l):M},l.links=function(n){return arguments.length?(x=n,l):x},l.size=function(n){return arguments.length?(f=n,l):f},l.linkDistance=function(n){return arguments.length?(h="function"==typeof n?n:+n,l):h},l.distance=l.linkDistance,l.linkStrength=function(n){return arguments.length?(p="function"==typeof n?n:+n,l):p},l.friction=function(n){return arguments.length?(s=+n,l):s},l.charge=function(n){return arguments.length?(g="function"==typeof n?n:+n,l):g},l.chargeDistance=function(n){return arguments.length?(v=n*n,l):Math.sqrt(v)},l.gravity=function(n){return arguments.length?(d=+n,l):d},l.theta=function(n){return arguments.length?(y=n*n,l):Math.sqrt(y)},l.alpha=function(n){return arguments.length?(n=+n,i?n>0?i=n:(e.c=null,e.t=NaN,e=null,c.end({type:"end",alpha:i=0})):n>0&&(c.start({type:"start",alpha:i=n}),e=qn(l.tick)),l):i},l.start=function(){function n(n,r){if(!e){for(e=new Array(i),l=0;i>l;++l)e[l]=[];for(l=0;c>l;++l){var u=x[l];e[u.source.index].push(u.target),e[u.target.index].push(u.source)}}for(var o,a=e[t],l=-1,f=a.length;++l<f;)if(!isNaN(o=a[l][n]))return o;return Math.random()*r}var t,e,r,i=M.length,c=x.length,s=f[0],v=f[1];for(t=0;i>t;++t)(r=M[t]).index=t,r.weight=0;for(t=0;c>t;++t)r=x[t],"number"==typeof r.source&&(r.source=M[r.source]),"number"==typeof r.target&&(r.target=M[r.target]),++r.source.weight,++r.target.weight;for(t=0;i>t;++t)r=M[t],isNaN(r.x)&&(r.x=n("x",s)),isNaN(r.y)&&(r.y=n("y",v)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(u=[],"function"==typeof h)for(t=0;c>t;++t)u[t]=+h.call(this,x[t],t);else for(t=0;c>t;++t)u[t]=h;if(o=[],"function"==typeof p)for(t=0;c>t;++t)o[t]=+p.call(this,x[t],t);else for(t=0;c>t;++t)o[t]=p;if(a=[],"function"==typeof g)for(t=0;i>t;++t)a[t]=+g.call(this,M[t],t);else for(t=0;i>t;++t)a[t]=g;return l.resume()},l.resume=function(){return l.alpha(.1)},l.stop=function(){return l.alpha(0)},l.drag=function(){return r||(r=ao.behavior.drag().origin(m).on("dragstart.force",Qr).on("drag.force",t).on("dragend.force",ni)),arguments.length?void this.on("mouseover.force",ti).on("mouseout.force",ei).call(r):r},ao.rebind(l,c,"on")};var ml=20,Ml=1,xl=1/0;ao.layout.hierarchy=function(){function n(i){var u,o=[i],a=[];for(i.depth=0;null!=(u=o.pop());)if(a.push(u),(c=e.call(n,u,u.depth))&&(l=c.length)){for(var l,c,f;--l>=0;)o.push(f=c[l]),f.parent=u,f.depth=u.depth+1;r&&(u.value=0),u.children=c}else r&&(u.value=+r.call(n,u,u.depth)||0),delete u.children;return oi(i,function(n){var e,i;t&&(e=n.children)&&e.sort(t),r&&(i=n.parent)&&(i.value+=n.value)}),a}var t=ci,e=ai,r=li;return n.sort=function(e){return arguments.length?(t=e,n):t},n.children=function(t){return arguments.length?(e=t,n):e},n.value=function(t){return arguments.length?(r=t,n):r},n.revalue=function(t){return r&&(ui(t,function(n){n.children&&(n.value=0)}),oi(t,function(t){var e;t.children||(t.value=+r.call(n,t,t.depth)||0),(e=t.parent)&&(e.value+=t.value)})),t},n},ao.layout.partition=function(){function n(t,e,r,i){var u=t.children;if(t.x=e,t.y=t.depth*i,t.dx=r,t.dy=i,u&&(o=u.length)){var o,a,l,c=-1;for(r=t.value?r/t.value:0;++c<o;)n(a=u[c],e,l=a.value*r,i),e+=l}}function t(n){var e=n.children,r=0;if(e&&(i=e.length))for(var i,u=-1;++u<i;)r=Math.max(r,t(e[u]));return 1+r}function e(e,u){var o=r.call(this,e,u);return n(o[0],0,i[0],i[1]/t(o[0])),o}var r=ao.layout.hierarchy(),i=[1,1];return e.size=function(n){return arguments.length?(i=n,e):i},ii(e,r)},ao.layout.pie=function(){function n(o){var a,l=o.length,c=o.map(function(e,r){return+t.call(n,e,r)}),f=+("function"==typeof r?r.apply(this,arguments):r),s=("function"==typeof i?i.apply(this,arguments):i)-f,h=Math.min(Math.abs(s)/l,+("function"==typeof u?u.apply(this,arguments):u)),p=h*(0>s?-1:1),g=ao.sum(c),v=g?(s-l*p)/g:0,d=ao.range(l),y=[];return null!=e&&d.sort(e===bl?function(n,t){return c[t]-c[n]}:function(n,t){return e(o[n],o[t])}),d.forEach(function(n){y[n]={data:o[n],value:a=c[n],startAngle:f,endAngle:f+=a*v+p,padAngle:h}}),y}var t=Number,e=bl,r=0,i=Ho,u=0;return n.value=function(e){return arguments.length?(t=e,n):t},n.sort=function(t){return arguments.length?(e=t,n):e},n.startAngle=function(t){return arguments.length?(r=t,n):r},n.endAngle=function(t){return arguments.length?(i=t,n):i},n.padAngle=function(t){return arguments.length?(u=t,n):u},n};var bl={};ao.layout.stack=function(){function n(a,l){if(!(h=a.length))return a;var c=a.map(function(e,r){return t.call(n,e,r)}),f=c.map(function(t){return t.map(function(t,e){return[u.call(n,t,e),o.call(n,t,e)]})}),s=e.call(n,f,l);c=ao.permute(c,s),f=ao.permute(f,s);var h,p,g,v,d=r.call(n,f,l),y=c[0].length;for(g=0;y>g;++g)for(i.call(n,c[0][g],v=d[g],f[0][g][1]),p=1;h>p;++p)i.call(n,c[p][g],v+=f[p-1][g][1],f[p][g][1]);return a}var t=m,e=gi,r=vi,i=pi,u=si,o=hi;return n.values=function(e){return arguments.length?(t=e,n):t},n.order=function(t){return arguments.length?(e="function"==typeof t?t:_l.get(t)||gi,n):e},n.offset=function(t){return arguments.length?(r="function"==typeof t?t:wl.get(t)||vi,n):r},n.x=function(t){return arguments.length?(u=t,n):u},n.y=function(t){return arguments.length?(o=t,n):o},n.out=function(t){return arguments.length?(i=t,n):i},n};var _l=ao.map({"inside-out":function(n){var t,e,r=n.length,i=n.map(di),u=n.map(yi),o=ao.range(r).sort(function(n,t){return i[n]-i[t]}),a=0,l=0,c=[],f=[];for(t=0;r>t;++t)e=o[t],l>a?(a+=u[e],c.push(e)):(l+=u[e],f.push(e));return f.reverse().concat(c)},reverse:function(n){return ao.range(n.length).reverse()},"default":gi}),wl=ao.map({silhouette:function(n){var t,e,r,i=n.length,u=n[0].length,o=[],a=0,l=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];r>a&&(a=r),o.push(r)}for(e=0;u>e;++e)l[e]=(a-o[e])/2;return l},wiggle:function(n){var t,e,r,i,u,o,a,l,c,f=n.length,s=n[0],h=s.length,p=[];for(p[0]=l=c=0,e=1;h>e;++e){for(t=0,i=0;f>t;++t)i+=n[t][e][1];for(t=0,u=0,a=s[e][0]-s[e-1][0];f>t;++t){for(r=0,o=(n[t][e][1]-n[t][e-1][1])/(2*a);t>r;++r)o+=(n[r][e][1]-n[r][e-1][1])/a;u+=o*n[t][e][1]}p[e]=l-=i?u/i*a:0,c>l&&(c=l)}for(e=0;h>e;++e)p[e]-=c;return p},expand:function(n){var t,e,r,i=n.length,u=n[0].length,o=1/i,a=[];for(e=0;u>e;++e){for(t=0,r=0;i>t;t++)r+=n[t][e][1];if(r)for(t=0;i>t;t++)n[t][e][1]/=r;else for(t=0;i>t;t++)n[t][e][1]=o}for(e=0;u>e;++e)a[e]=0;return a},zero:vi});ao.layout.histogram=function(){function n(n,u){for(var o,a,l=[],c=n.map(e,this),f=r.call(this,c,u),s=i.call(this,f,c,u),u=-1,h=c.length,p=s.length-1,g=t?1:1/h;++u<p;)o=l[u]=[],o.dx=s[u+1]-(o.x=s[u]),o.y=0;if(p>0)for(u=-1;++u<h;)a=c[u],a>=f[0]&&a<=f[1]&&(o=l[ao.bisect(s,a,1,p)-1],o.y+=g,o.push(n[u]));return l}var t=!0,e=Number,r=bi,i=Mi;return n.value=function(t){return arguments.length?(e=t,n):e},n.range=function(t){return arguments.length?(r=En(t),n):r},n.bins=function(t){return arguments.length?(i="number"==typeof t?function(n){return xi(n,t)}:En(t),n):i},n.frequency=function(e){return arguments.length?(t=!!e,n):t},n},ao.layout.pack=function(){function n(n,u){var o=e.call(this,n,u),a=o[0],l=i[0],c=i[1],f=null==t?Math.sqrt:"function"==typeof t?t:function(){return t};if(a.x=a.y=0,oi(a,function(n){n.r=+f(n.value)}),oi(a,Ni),r){var s=r*(t?1:Math.max(2*a.r/l,2*a.r/c))/2;oi(a,function(n){n.r+=s}),oi(a,Ni),oi(a,function(n){n.r-=s})}return Ci(a,l/2,c/2,t?1:1/Math.max(2*a.r/l,2*a.r/c)),o}var t,e=ao.layout.hierarchy().sort(_i),r=0,i=[1,1];return n.size=function(t){return arguments.length?(i=t,n):i},n.radius=function(e){return arguments.length?(t=null==e||"function"==typeof e?e:+e,n):t},n.padding=function(t){return arguments.length?(r=+t,n):r},ii(n,e)},ao.layout.tree=function(){function n(n,i){var f=o.call(this,n,i),s=f[0],h=t(s);if(oi(h,e),h.parent.m=-h.z,ui(h,r),c)ui(s,u);else{var p=s,g=s,v=s;ui(s,function(n){n.x<p.x&&(p=n),n.x>g.x&&(g=n),n.depth>v.depth&&(v=n)});var d=a(p,g)/2-p.x,y=l[0]/(g.x+a(g,p)/2+d),m=l[1]/(v.depth||1);ui(s,function(n){n.x=(n.x+d)*y,n.y=n.depth*m})}return f}function t(n){for(var t,e={A:null,children:[n]},r=[e];null!=(t=r.pop());)for(var i,u=t.children,o=0,a=u.length;a>o;++o)r.push((u[o]=i={_:u[o],parent:t,children:(i=u[o].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:o}).a=i);return e.children[0]}function e(n){var t=n.children,e=n.parent.children,r=n.i?e[n.i-1]:null;if(t.length){Di(n);var u=(t[0].z+t[t.length-1].z)/2;r?(n.z=r.z+a(n._,r._),n.m=n.z-u):n.z=u}else r&&(n.z=r.z+a(n._,r._));n.parent.A=i(n,r,n.parent.A||e[0])}function r(n){n._.x=n.z+n.parent.m,n.m+=n.parent.m}function i(n,t,e){if(t){for(var r,i=n,u=n,o=t,l=i.parent.children[0],c=i.m,f=u.m,s=o.m,h=l.m;o=Ti(o),i=qi(i),o&&i;)l=qi(l),u=Ti(u),u.a=n,r=o.z+s-i.z-c+a(o._,i._),r>0&&(Ri(Pi(o,n,e),n,r),c+=r,f+=r),s+=o.m,c+=i.m,h+=l.m,f+=u.m;o&&!Ti(u)&&(u.t=o,u.m+=s-f),i&&!qi(l)&&(l.t=i,l.m+=c-h,e=n)}return e}function u(n){n.x*=l[0],n.y=n.depth*l[1]}var o=ao.layout.hierarchy().sort(null).value(null),a=Li,l=[1,1],c=null;return n.separation=function(t){return arguments.length?(a=t,n):a},n.size=function(t){return arguments.length?(c=null==(l=t)?u:null,n):c?null:l},n.nodeSize=function(t){return arguments.length?(c=null==(l=t)?null:u,n):c?l:null},ii(n,o)},ao.layout.cluster=function(){function n(n,u){var o,a=t.call(this,n,u),l=a[0],c=0;oi(l,function(n){var t=n.children;t&&t.length?(n.x=ji(t),n.y=Ui(t)):(n.x=o?c+=e(n,o):0,n.y=0,o=n)});var f=Fi(l),s=Hi(l),h=f.x-e(f,s)/2,p=s.x+e(s,f)/2;return oi(l,i?function(n){n.x=(n.x-l.x)*r[0],n.y=(l.y-n.y)*r[1]}:function(n){n.x=(n.x-h)/(p-h)*r[0],n.y=(1-(l.y?n.y/l.y:1))*r[1]}),a}var t=ao.layout.hierarchy().sort(null).value(null),e=Li,r=[1,1],i=!1;return n.separation=function(t){return arguments.length?(e=t,n):e},n.size=function(t){return arguments.length?(i=null==(r=t),n):i?null:r},n.nodeSize=function(t){return arguments.length?(i=null!=(r=t),n):i?r:null},ii(n,t)},ao.layout.treemap=function(){function n(n,t){for(var e,r,i=-1,u=n.length;++i<u;)r=(e=n[i]).value*(0>t?0:t),e.area=isNaN(r)||0>=r?0:r}function t(e){var u=e.children;if(u&&u.length){var o,a,l,c=s(e),f=[],h=u.slice(),g=1/0,v="slice"===p?c.dx:"dice"===p?c.dy:"slice-dice"===p?1&e.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(n(h,c.dx*c.dy/e.value),f.area=0;(l=h.length)>0;)f.push(o=h[l-1]),f.area+=o.area,"squarify"!==p||(a=r(f,v))<=g?(h.pop(),g=a):(f.area-=f.pop().area,i(f,v,c,!1),v=Math.min(c.dx,c.dy),f.length=f.area=0,g=1/0);f.length&&(i(f,v,c,!0),f.length=f.area=0),u.forEach(t)}}function e(t){var r=t.children;if(r&&r.length){var u,o=s(t),a=r.slice(),l=[];for(n(a,o.dx*o.dy/t.value),l.area=0;u=a.pop();)l.push(u),l.area+=u.area,null!=u.z&&(i(l,u.z?o.dx:o.dy,o,!a.length),l.length=l.area=0);r.forEach(e)}}function r(n,t){for(var e,r=n.area,i=0,u=1/0,o=-1,a=n.length;++o<a;)(e=n[o].area)&&(u>e&&(u=e),e>i&&(i=e));return r*=r,t*=t,r?Math.max(t*i*g/r,r/(t*u*g)):1/0}function i(n,t,e,r){var i,u=-1,o=n.length,a=e.x,c=e.y,f=t?l(n.area/t):0;
if(t==e.dx){for((r||f>e.dy)&&(f=e.dy);++u<o;)i=n[u],i.x=a,i.y=c,i.dy=f,a+=i.dx=Math.min(e.x+e.dx-a,f?l(i.area/f):0);i.z=!0,i.dx+=e.x+e.dx-a,e.y+=f,e.dy-=f}else{for((r||f>e.dx)&&(f=e.dx);++u<o;)i=n[u],i.x=a,i.y=c,i.dx=f,c+=i.dy=Math.min(e.y+e.dy-c,f?l(i.area/f):0);i.z=!1,i.dy+=e.y+e.dy-c,e.x+=f,e.dx-=f}}function u(r){var i=o||a(r),u=i[0];return u.x=u.y=0,u.value?(u.dx=c[0],u.dy=c[1]):u.dx=u.dy=0,o&&a.revalue(u),n([u],u.dx*u.dy/u.value),(o?e:t)(u),h&&(o=i),i}var o,a=ao.layout.hierarchy(),l=Math.round,c=[1,1],f=null,s=Oi,h=!1,p="squarify",g=.5*(1+Math.sqrt(5));return u.size=function(n){return arguments.length?(c=n,u):c},u.padding=function(n){function t(t){var e=n.call(u,t,t.depth);return null==e?Oi(t):Ii(t,"number"==typeof e?[e,e,e,e]:e)}function e(t){return Ii(t,n)}if(!arguments.length)return f;var r;return s=null==(f=n)?Oi:"function"==(r=typeof n)?t:"number"===r?(n=[n,n,n,n],e):e,u},u.round=function(n){return arguments.length?(l=n?Math.round:Number,u):l!=Number},u.sticky=function(n){return arguments.length?(h=n,o=null,u):h},u.ratio=function(n){return arguments.length?(g=n,u):g},u.mode=function(n){return arguments.length?(p=n+"",u):p},ii(u,a)},ao.random={normal:function(n,t){var e=arguments.length;return 2>e&&(t=1),1>e&&(n=0),function(){var e,r,i;do e=2*Math.random()-1,r=2*Math.random()-1,i=e*e+r*r;while(!i||i>1);return n+t*e*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var n=ao.random.normal.apply(ao,arguments);return function(){return Math.exp(n())}},bates:function(n){var t=ao.random.irwinHall(n);return function(){return t()/n}},irwinHall:function(n){return function(){for(var t=0,e=0;n>e;e++)t+=Math.random();return t}}},ao.scale={};var Sl={floor:m,ceil:m};ao.scale.linear=function(){return Wi([0,1],[0,1],Mr,!1)};var kl={s:1,g:1,p:1,r:1,e:1};ao.scale.log=function(){return ru(ao.scale.linear().domain([0,1]),10,!0,[1,10])};var Nl=ao.format(".0e"),El={floor:function(n){return-Math.ceil(-n)},ceil:function(n){return-Math.floor(-n)}};ao.scale.pow=function(){return iu(ao.scale.linear(),1,[0,1])},ao.scale.sqrt=function(){return ao.scale.pow().exponent(.5)},ao.scale.ordinal=function(){return ou([],{t:"range",a:[[]]})},ao.scale.category10=function(){return ao.scale.ordinal().range(Al)},ao.scale.category20=function(){return ao.scale.ordinal().range(Cl)},ao.scale.category20b=function(){return ao.scale.ordinal().range(zl)},ao.scale.category20c=function(){return ao.scale.ordinal().range(Ll)};var Al=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(xn),Cl=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(xn),zl=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(xn),Ll=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(xn);ao.scale.quantile=function(){return au([],[])},ao.scale.quantize=function(){return lu(0,1,[0,1])},ao.scale.threshold=function(){return cu([.5],[0,1])},ao.scale.identity=function(){return fu([0,1])},ao.svg={},ao.svg.arc=function(){function n(){var n=Math.max(0,+e.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),f=o.apply(this,arguments)-Io,s=a.apply(this,arguments)-Io,h=Math.abs(s-f),p=f>s?0:1;if(n>c&&(g=c,c=n,n=g),h>=Oo)return t(c,p)+(n?t(n,1-p):"")+"Z";var g,v,d,y,m,M,x,b,_,w,S,k,N=0,E=0,A=[];if((y=(+l.apply(this,arguments)||0)/2)&&(d=u===ql?Math.sqrt(n*n+c*c):+u.apply(this,arguments),p||(E*=-1),c&&(E=tn(d/c*Math.sin(y))),n&&(N=tn(d/n*Math.sin(y)))),c){m=c*Math.cos(f+E),M=c*Math.sin(f+E),x=c*Math.cos(s-E),b=c*Math.sin(s-E);var C=Math.abs(s-f-2*E)<=Fo?0:1;if(E&&yu(m,M,x,b)===p^C){var z=(f+s)/2;m=c*Math.cos(z),M=c*Math.sin(z),x=b=null}}else m=M=0;if(n){_=n*Math.cos(s-N),w=n*Math.sin(s-N),S=n*Math.cos(f+N),k=n*Math.sin(f+N);var L=Math.abs(f-s+2*N)<=Fo?0:1;if(N&&yu(_,w,S,k)===1-p^L){var q=(f+s)/2;_=n*Math.cos(q),w=n*Math.sin(q),S=k=null}}else _=w=0;if(h>Uo&&(g=Math.min(Math.abs(c-n)/2,+i.apply(this,arguments)))>.001){v=c>n^p?0:1;var T=g,R=g;if(Fo>h){var D=null==S?[_,w]:null==x?[m,M]:Re([m,M],[S,k],[x,b],[_,w]),P=m-D[0],U=M-D[1],j=x-D[0],F=b-D[1],H=1/Math.sin(Math.acos((P*j+U*F)/(Math.sqrt(P*P+U*U)*Math.sqrt(j*j+F*F)))/2),O=Math.sqrt(D[0]*D[0]+D[1]*D[1]);R=Math.min(g,(n-O)/(H-1)),T=Math.min(g,(c-O)/(H+1))}if(null!=x){var I=mu(null==S?[_,w]:[S,k],[m,M],c,T,p),Y=mu([x,b],[_,w],c,T,p);g===T?A.push("M",I[0],"A",T,",",T," 0 0,",v," ",I[1],"A",c,",",c," 0 ",1-p^yu(I[1][0],I[1][1],Y[1][0],Y[1][1]),",",p," ",Y[1],"A",T,",",T," 0 0,",v," ",Y[0]):A.push("M",I[0],"A",T,",",T," 0 1,",v," ",Y[0])}else A.push("M",m,",",M);if(null!=S){var Z=mu([m,M],[S,k],n,-R,p),V=mu([_,w],null==x?[m,M]:[x,b],n,-R,p);g===R?A.push("L",V[0],"A",R,",",R," 0 0,",v," ",V[1],"A",n,",",n," 0 ",p^yu(V[1][0],V[1][1],Z[1][0],Z[1][1]),",",1-p," ",Z[1],"A",R,",",R," 0 0,",v," ",Z[0]):A.push("L",V[0],"A",R,",",R," 0 0,",v," ",Z[0])}else A.push("L",_,",",w)}else A.push("M",m,",",M),null!=x&&A.push("A",c,",",c," 0 ",C,",",p," ",x,",",b),A.push("L",_,",",w),null!=S&&A.push("A",n,",",n," 0 ",L,",",1-p," ",S,",",k);return A.push("Z"),A.join("")}function t(n,t){return"M0,"+n+"A"+n+","+n+" 0 1,"+t+" 0,"+-n+"A"+n+","+n+" 0 1,"+t+" 0,"+n}var e=hu,r=pu,i=su,u=ql,o=gu,a=vu,l=du;return n.innerRadius=function(t){return arguments.length?(e=En(t),n):e},n.outerRadius=function(t){return arguments.length?(r=En(t),n):r},n.cornerRadius=function(t){return arguments.length?(i=En(t),n):i},n.padRadius=function(t){return arguments.length?(u=t==ql?ql:En(t),n):u},n.startAngle=function(t){return arguments.length?(o=En(t),n):o},n.endAngle=function(t){return arguments.length?(a=En(t),n):a},n.padAngle=function(t){return arguments.length?(l=En(t),n):l},n.centroid=function(){var n=(+e.apply(this,arguments)+ +r.apply(this,arguments))/2,t=(+o.apply(this,arguments)+ +a.apply(this,arguments))/2-Io;return[Math.cos(t)*n,Math.sin(t)*n]},n};var ql="auto";ao.svg.line=function(){return Mu(m)};var Tl=ao.map({linear:xu,"linear-closed":bu,step:_u,"step-before":wu,"step-after":Su,basis:zu,"basis-open":Lu,"basis-closed":qu,bundle:Tu,cardinal:Eu,"cardinal-open":ku,"cardinal-closed":Nu,monotone:Fu});Tl.forEach(function(n,t){t.key=n,t.closed=/-closed$/.test(n)});var Rl=[0,2/3,1/3,0],Dl=[0,1/3,2/3,0],Pl=[0,1/6,2/3,1/6];ao.svg.line.radial=function(){var n=Mu(Hu);return n.radius=n.x,delete n.x,n.angle=n.y,delete n.y,n},wu.reverse=Su,Su.reverse=wu,ao.svg.area=function(){return Ou(m)},ao.svg.area.radial=function(){var n=Ou(Hu);return n.radius=n.x,delete n.x,n.innerRadius=n.x0,delete n.x0,n.outerRadius=n.x1,delete n.x1,n.angle=n.y,delete n.y,n.startAngle=n.y0,delete n.y0,n.endAngle=n.y1,delete n.y1,n},ao.svg.chord=function(){function n(n,a){var l=t(this,u,n,a),c=t(this,o,n,a);return"M"+l.p0+r(l.r,l.p1,l.a1-l.a0)+(e(l,c)?i(l.r,l.p1,l.r,l.p0):i(l.r,l.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,l.r,l.p0))+"Z"}function t(n,t,e,r){var i=t.call(n,e,r),u=a.call(n,i,r),o=l.call(n,i,r)-Io,f=c.call(n,i,r)-Io;return{r:u,a0:o,a1:f,p0:[u*Math.cos(o),u*Math.sin(o)],p1:[u*Math.cos(f),u*Math.sin(f)]}}function e(n,t){return n.a0==t.a0&&n.a1==t.a1}function r(n,t,e){return"A"+n+","+n+" 0 "+ +(e>Fo)+",1 "+t}function i(n,t,e,r){return"Q 0,0 "+r}var u=Me,o=xe,a=Iu,l=gu,c=vu;return n.radius=function(t){return arguments.length?(a=En(t),n):a},n.source=function(t){return arguments.length?(u=En(t),n):u},n.target=function(t){return arguments.length?(o=En(t),n):o},n.startAngle=function(t){return arguments.length?(l=En(t),n):l},n.endAngle=function(t){return arguments.length?(c=En(t),n):c},n},ao.svg.diagonal=function(){function n(n,i){var u=t.call(this,n,i),o=e.call(this,n,i),a=(u.y+o.y)/2,l=[u,{x:u.x,y:a},{x:o.x,y:a},o];return l=l.map(r),"M"+l[0]+"C"+l[1]+" "+l[2]+" "+l[3]}var t=Me,e=xe,r=Yu;return n.source=function(e){return arguments.length?(t=En(e),n):t},n.target=function(t){return arguments.length?(e=En(t),n):e},n.projection=function(t){return arguments.length?(r=t,n):r},n},ao.svg.diagonal.radial=function(){var n=ao.svg.diagonal(),t=Yu,e=n.projection;return n.projection=function(n){return arguments.length?e(Zu(t=n)):t},n},ao.svg.symbol=function(){function n(n,r){return(Ul.get(t.call(this,n,r))||$u)(e.call(this,n,r))}var t=Xu,e=Vu;return n.type=function(e){return arguments.length?(t=En(e),n):t},n.size=function(t){return arguments.length?(e=En(t),n):e},n};var Ul=ao.map({circle:$u,cross:function(n){var t=Math.sqrt(n/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(n){var t=Math.sqrt(n/(2*Fl)),e=t*Fl;return"M0,"+-t+"L"+e+",0 0,"+t+" "+-e+",0Z"},square:function(n){var t=Math.sqrt(n)/2;return"M"+-t+","+-t+"L"+t+","+-t+" "+t+","+t+" "+-t+","+t+"Z"},"triangle-down":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+e+"L"+t+","+-e+" "+-t+","+-e+"Z"},"triangle-up":function(n){var t=Math.sqrt(n/jl),e=t*jl/2;return"M0,"+-e+"L"+t+","+e+" "+-t+","+e+"Z"}});ao.svg.symbolTypes=Ul.keys();var jl=Math.sqrt(3),Fl=Math.tan(30*Yo);Co.transition=function(n){for(var t,e,r=Hl||++Zl,i=Ku(n),u=[],o=Ol||{time:Date.now(),ease:Nr,delay:0,duration:250},a=-1,l=this.length;++a<l;){u.push(t=[]);for(var c=this[a],f=-1,s=c.length;++f<s;)(e=c[f])&&Qu(e,f,i,r,o),t.push(e)}return Wu(u,i,r)},Co.interrupt=function(n){return this.each(null==n?Il:Bu(Ku(n)))};var Hl,Ol,Il=Bu(Ku()),Yl=[],Zl=0;Yl.call=Co.call,Yl.empty=Co.empty,Yl.node=Co.node,Yl.size=Co.size,ao.transition=function(n,t){return n&&n.transition?Hl?n.transition(t):n:ao.selection().transition(n)},ao.transition.prototype=Yl,Yl.select=function(n){var t,e,r,i=this.id,u=this.namespace,o=[];n=A(n);for(var a=-1,l=this.length;++a<l;){o.push(t=[]);for(var c=this[a],f=-1,s=c.length;++f<s;)(r=c[f])&&(e=n.call(r,r.__data__,f,a))?("__data__"in r&&(e.__data__=r.__data__),Qu(e,f,u,i,r[u][i]),t.push(e)):t.push(null)}return Wu(o,u,i)},Yl.selectAll=function(n){var t,e,r,i,u,o=this.id,a=this.namespace,l=[];n=C(n);for(var c=-1,f=this.length;++c<f;)for(var s=this[c],h=-1,p=s.length;++h<p;)if(r=s[h]){u=r[a][o],e=n.call(r,r.__data__,h,c),l.push(t=[]);for(var g=-1,v=e.length;++g<v;)(i=e[g])&&Qu(i,g,a,o,u),t.push(i)}return Wu(l,a,o)},Yl.filter=function(n){var t,e,r,i=[];"function"!=typeof n&&(n=O(n));for(var u=0,o=this.length;o>u;u++){i.push(t=[]);for(var e=this[u],a=0,l=e.length;l>a;a++)(r=e[a])&&n.call(r,r.__data__,a,u)&&t.push(r)}return Wu(i,this.namespace,this.id)},Yl.tween=function(n,t){var e=this.id,r=this.namespace;return arguments.length<2?this.node()[r][e].tween.get(n):Y(this,null==t?function(t){t[r][e].tween.remove(n)}:function(i){i[r][e].tween.set(n,t)})},Yl.attr=function(n,t){function e(){this.removeAttribute(a)}function r(){this.removeAttributeNS(a.space,a.local)}function i(n){return null==n?e:(n+="",function(){var t,e=this.getAttribute(a);return e!==n&&(t=o(e,n),function(n){this.setAttribute(a,t(n))})})}function u(n){return null==n?r:(n+="",function(){var t,e=this.getAttributeNS(a.space,a.local);return e!==n&&(t=o(e,n),function(n){this.setAttributeNS(a.space,a.local,t(n))})})}if(arguments.length<2){for(t in n)this.attr(t,n[t]);return this}var o="transform"==n?$r:Mr,a=ao.ns.qualify(n);return Ju(this,"attr."+n,t,a.local?u:i)},Yl.attrTween=function(n,t){function e(n,e){var r=t.call(this,n,e,this.getAttribute(i));return r&&function(n){this.setAttribute(i,r(n))}}function r(n,e){var r=t.call(this,n,e,this.getAttributeNS(i.space,i.local));return r&&function(n){this.setAttributeNS(i.space,i.local,r(n))}}var i=ao.ns.qualify(n);return this.tween("attr."+n,i.local?r:e)},Yl.style=function(n,e,r){function i(){this.style.removeProperty(n)}function u(e){return null==e?i:(e+="",function(){var i,u=t(this).getComputedStyle(this,null).getPropertyValue(n);return u!==e&&(i=Mr(u,e),function(t){this.style.setProperty(n,i(t),r)})})}var o=arguments.length;if(3>o){if("string"!=typeof n){2>o&&(e="");for(r in n)this.style(r,n[r],e);return this}r=""}return Ju(this,"style."+n,e,u)},Yl.styleTween=function(n,e,r){function i(i,u){var o=e.call(this,i,u,t(this).getComputedStyle(this,null).getPropertyValue(n));return o&&function(t){this.style.setProperty(n,o(t),r)}}return arguments.length<3&&(r=""),this.tween("style."+n,i)},Yl.text=function(n){return Ju(this,"text",n,Gu)},Yl.remove=function(){var n=this.namespace;return this.each("end.transition",function(){var t;this[n].count<2&&(t=this.parentNode)&&t.removeChild(this)})},Yl.ease=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].ease:("function"!=typeof n&&(n=ao.ease.apply(ao,arguments)),Y(this,function(r){r[e][t].ease=n}))},Yl.delay=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].delay:Y(this,"function"==typeof n?function(r,i,u){r[e][t].delay=+n.call(r,r.__data__,i,u)}:(n=+n,function(r){r[e][t].delay=n}))},Yl.duration=function(n){var t=this.id,e=this.namespace;return arguments.length<1?this.node()[e][t].duration:Y(this,"function"==typeof n?function(r,i,u){r[e][t].duration=Math.max(1,n.call(r,r.__data__,i,u))}:(n=Math.max(1,n),function(r){r[e][t].duration=n}))},Yl.each=function(n,t){var e=this.id,r=this.namespace;if(arguments.length<2){var i=Ol,u=Hl;try{Hl=e,Y(this,function(t,i,u){Ol=t[r][e],n.call(t,t.__data__,i,u)})}finally{Ol=i,Hl=u}}else Y(this,function(i){var u=i[r][e];(u.event||(u.event=ao.dispatch("start","end","interrupt"))).on(n,t)});return this},Yl.transition=function(){for(var n,t,e,r,i=this.id,u=++Zl,o=this.namespace,a=[],l=0,c=this.length;c>l;l++){a.push(n=[]);for(var t=this[l],f=0,s=t.length;s>f;f++)(e=t[f])&&(r=e[o][i],Qu(e,f,o,u,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),n.push(e)}return Wu(a,o,u)},ao.svg.axis=function(){function n(n){n.each(function(){var n,c=ao.select(this),f=this.__chart__||e,s=this.__chart__=e.copy(),h=null==l?s.ticks?s.ticks.apply(s,a):s.domain():l,p=null==t?s.tickFormat?s.tickFormat.apply(s,a):m:t,g=c.selectAll(".tick").data(h,s),v=g.enter().insert("g",".domain").attr("class","tick").style("opacity",Uo),d=ao.transition(g.exit()).style("opacity",Uo).remove(),y=ao.transition(g.order()).style("opacity",1),M=Math.max(i,0)+o,x=Zi(s),b=c.selectAll(".domain").data([0]),_=(b.enter().append("path").attr("class","domain"),ao.transition(b));v.append("line"),v.append("text");var w,S,k,N,E=v.select("line"),A=y.select("line"),C=g.select("text").text(p),z=v.select("text"),L=y.select("text"),q="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(n=no,w="x",k="y",S="x2",N="y2",C.attr("dy",0>q?"0em":".71em").style("text-anchor","middle"),_.attr("d","M"+x[0]+","+q*u+"V0H"+x[1]+"V"+q*u)):(n=to,w="y",k="x",S="y2",N="x2",C.attr("dy",".32em").style("text-anchor",0>q?"end":"start"),_.attr("d","M"+q*u+","+x[0]+"H0V"+x[1]+"H"+q*u)),E.attr(N,q*i),z.attr(k,q*M),A.attr(S,0).attr(N,q*i),L.attr(w,0).attr(k,q*M),s.rangeBand){var T=s,R=T.rangeBand()/2;f=s=function(n){return T(n)+R}}else f.rangeBand?f=s:d.call(n,s,f);v.call(n,f,s),y.call(n,s,s)})}var t,e=ao.scale.linear(),r=Vl,i=6,u=6,o=3,a=[10],l=null;return n.scale=function(t){return arguments.length?(e=t,n):e},n.orient=function(t){return arguments.length?(r=t in Xl?t+"":Vl,n):r},n.ticks=function(){return arguments.length?(a=co(arguments),n):a},n.tickValues=function(t){return arguments.length?(l=t,n):l},n.tickFormat=function(e){return arguments.length?(t=e,n):t},n.tickSize=function(t){var e=arguments.length;return e?(i=+t,u=+arguments[e-1],n):i},n.innerTickSize=function(t){return arguments.length?(i=+t,n):i},n.outerTickSize=function(t){return arguments.length?(u=+t,n):u},n.tickPadding=function(t){return arguments.length?(o=+t,n):o},n.tickSubdivide=function(){return arguments.length&&n},n};var Vl="bottom",Xl={top:1,right:1,bottom:1,left:1};ao.svg.brush=function(){function n(t){t.each(function(){var t=ao.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",u).on("touchstart.brush",u),o=t.selectAll(".background").data([0]);o.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),t.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var a=t.selectAll(".resize").data(v,m);a.exit().remove(),a.enter().append("g").attr("class",function(n){return"resize "+n}).style("cursor",function(n){return $l[n]}).append("rect").attr("x",function(n){return/[ew]$/.test(n)?-3:null}).attr("y",function(n){return/^[ns]/.test(n)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),a.style("display",n.empty()?"none":null);var l,s=ao.transition(t),h=ao.transition(o);c&&(l=Zi(c),h.attr("x",l[0]).attr("width",l[1]-l[0]),r(s)),f&&(l=Zi(f),h.attr("y",l[0]).attr("height",l[1]-l[0]),i(s)),e(s)})}function e(n){n.selectAll(".resize").attr("transform",function(n){return"translate("+s[+/e$/.test(n)]+","+h[+/^s/.test(n)]+")"})}function r(n){n.select(".extent").attr("x",s[0]),n.selectAll(".extent,.n>rect,.s>rect").attr("width",s[1]-s[0])}function i(n){n.select(".extent").attr("y",h[0]),n.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function u(){function u(){32==ao.event.keyCode&&(C||(M=null,L[0]-=s[1],L[1]-=h[1],C=2),S())}function v(){32==ao.event.keyCode&&2==C&&(L[0]+=s[1],L[1]+=h[1],C=0,S())}function d(){var n=ao.mouse(b),t=!1;x&&(n[0]+=x[0],n[1]+=x[1]),C||(ao.event.altKey?(M||(M=[(s[0]+s[1])/2,(h[0]+h[1])/2]),L[0]=s[+(n[0]<M[0])],L[1]=h[+(n[1]<M[1])]):M=null),E&&y(n,c,0)&&(r(k),t=!0),A&&y(n,f,1)&&(i(k),t=!0),t&&(e(k),w({type:"brush",mode:C?"move":"resize"}))}function y(n,t,e){var r,i,u=Zi(t),l=u[0],c=u[1],f=L[e],v=e?h:s,d=v[1]-v[0];return C&&(l-=f,c-=d+f),r=(e?g:p)?Math.max(l,Math.min(c,n[e])):n[e],C?i=(r+=f)+d:(M&&(f=Math.max(l,Math.min(c,2*M[e]-r))),r>f?(i=r,r=f):i=f),v[0]!=r||v[1]!=i?(e?a=null:o=null,v[0]=r,v[1]=i,!0):void 0}function m(){d(),k.style("pointer-events","all").selectAll(".resize").style("display",n.empty()?"none":null),ao.select("body").style("cursor",null),q.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),z(),w({type:"brushend"})}var M,x,b=this,_=ao.select(ao.event.target),w=l.of(b,arguments),k=ao.select(b),N=_.datum(),E=!/^(n|s)$/.test(N)&&c,A=!/^(e|w)$/.test(N)&&f,C=_.classed("extent"),z=W(b),L=ao.mouse(b),q=ao.select(t(b)).on("keydown.brush",u).on("keyup.brush",v);if(ao.event.changedTouches?q.on("touchmove.brush",d).on("touchend.brush",m):q.on("mousemove.brush",d).on("mouseup.brush",m),k.interrupt().selectAll("*").interrupt(),C)L[0]=s[0]-L[0],L[1]=h[0]-L[1];else if(N){var T=+/w$/.test(N),R=+/^n/.test(N);x=[s[1-T]-L[0],h[1-R]-L[1]],L[0]=s[T],L[1]=h[R]}else ao.event.altKey&&(M=L.slice());k.style("pointer-events","none").selectAll(".resize").style("display",null),ao.select("body").style("cursor",_.style("cursor")),w({type:"brushstart"}),d()}var o,a,l=N(n,"brushstart","brush","brushend"),c=null,f=null,s=[0,0],h=[0,0],p=!0,g=!0,v=Bl[0];return n.event=function(n){n.each(function(){var n=l.of(this,arguments),t={x:s,y:h,i:o,j:a},e=this.__chart__||t;this.__chart__=t,Hl?ao.select(this).transition().each("start.brush",function(){o=e.i,a=e.j,s=e.x,h=e.y,n({type:"brushstart"})}).tween("brush:brush",function(){var e=xr(s,t.x),r=xr(h,t.y);return o=a=null,function(i){s=t.x=e(i),h=t.y=r(i),n({type:"brush",mode:"resize"})}}).each("end.brush",function(){o=t.i,a=t.j,n({type:"brush",mode:"resize"}),n({type:"brushend"})}):(n({type:"brushstart"}),n({type:"brush",mode:"resize"}),n({type:"brushend"}))})},n.x=function(t){return arguments.length?(c=t,v=Bl[!c<<1|!f],n):c},n.y=function(t){return arguments.length?(f=t,v=Bl[!c<<1|!f],n):f},n.clamp=function(t){return arguments.length?(c&&f?(p=!!t[0],g=!!t[1]):c?p=!!t:f&&(g=!!t),n):c&&f?[p,g]:c?p:f?g:null},n.extent=function(t){var e,r,i,u,l;return arguments.length?(c&&(e=t[0],r=t[1],f&&(e=e[0],r=r[0]),o=[e,r],c.invert&&(e=c(e),r=c(r)),e>r&&(l=e,e=r,r=l),e==s[0]&&r==s[1]||(s=[e,r])),f&&(i=t[0],u=t[1],c&&(i=i[1],u=u[1]),a=[i,u],f.invert&&(i=f(i),u=f(u)),i>u&&(l=i,i=u,u=l),i==h[0]&&u==h[1]||(h=[i,u])),n):(c&&(o?(e=o[0],r=o[1]):(e=s[0],r=s[1],c.invert&&(e=c.invert(e),r=c.invert(r)),e>r&&(l=e,e=r,r=l))),f&&(a?(i=a[0],u=a[1]):(i=h[0],u=h[1],f.invert&&(i=f.invert(i),u=f.invert(u)),i>u&&(l=i,i=u,u=l))),c&&f?[[e,i],[r,u]]:c?[e,r]:f&&[i,u])},n.clear=function(){return n.empty()||(s=[0,0],h=[0,0],o=a=null),n},n.empty=function(){return!!c&&s[0]==s[1]||!!f&&h[0]==h[1]},ao.rebind(n,l,"on")};var $l={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Bl=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Wl=ga.format=xa.timeFormat,Jl=Wl.utc,Gl=Jl("%Y-%m-%dT%H:%M:%S.%LZ");Wl.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?eo:Gl,eo.parse=function(n){var t=new Date(n);return isNaN(t)?null:t},eo.toString=Gl.toString,ga.second=On(function(n){return new va(1e3*Math.floor(n/1e3))},function(n,t){n.setTime(n.getTime()+1e3*Math.floor(t))},function(n){return n.getSeconds()}),ga.seconds=ga.second.range,ga.seconds.utc=ga.second.utc.range,ga.minute=On(function(n){return new va(6e4*Math.floor(n/6e4))},function(n,t){n.setTime(n.getTime()+6e4*Math.floor(t))},function(n){return n.getMinutes()}),ga.minutes=ga.minute.range,ga.minutes.utc=ga.minute.utc.range,ga.hour=On(function(n){var t=n.getTimezoneOffset()/60;return new va(36e5*(Math.floor(n/36e5-t)+t))},function(n,t){n.setTime(n.getTime()+36e5*Math.floor(t))},function(n){return n.getHours()}),ga.hours=ga.hour.range,ga.hours.utc=ga.hour.utc.range,ga.month=On(function(n){return n=ga.day(n),n.setDate(1),n},function(n,t){n.setMonth(n.getMonth()+t)},function(n){return n.getMonth()}),ga.months=ga.month.range,ga.months.utc=ga.month.utc.range;var Kl=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],Ql=[[ga.second,1],[ga.second,5],[ga.second,15],[ga.second,30],[ga.minute,1],[ga.minute,5],[ga.minute,15],[ga.minute,30],[ga.hour,1],[ga.hour,3],[ga.hour,6],[ga.hour,12],[ga.day,1],[ga.day,2],[ga.week,1],[ga.month,1],[ga.month,3],[ga.year,1]],nc=Wl.multi([[".%L",function(n){return n.getMilliseconds()}],[":%S",function(n){return n.getSeconds()}],["%I:%M",function(n){return n.getMinutes()}],["%I %p",function(n){return n.getHours()}],["%a %d",function(n){return n.getDay()&&1!=n.getDate()}],["%b %d",function(n){return 1!=n.getDate()}],["%B",function(n){return n.getMonth()}],["%Y",zt]]),tc={range:function(n,t,e){return ao.range(Math.ceil(n/e)*e,+t,e).map(io)},floor:m,ceil:m};Ql.year=ga.year,ga.scale=function(){return ro(ao.scale.linear(),Ql,nc)};var ec=Ql.map(function(n){return[n[0].utc,n[1]]}),rc=Jl.multi([[".%L",function(n){return n.getUTCMilliseconds()}],[":%S",function(n){return n.getUTCSeconds()}],["%I:%M",function(n){return n.getUTCMinutes()}],["%I %p",function(n){return n.getUTCHours()}],["%a %d",function(n){return n.getUTCDay()&&1!=n.getUTCDate()}],["%b %d",function(n){return 1!=n.getUTCDate()}],["%B",function(n){return n.getUTCMonth()}],["%Y",zt]]);ec.year=ga.year.utc,ga.scale.utc=function(){return ro(ao.scale.linear(),ec,rc)},ao.text=An(function(n){return n.responseText}),ao.json=function(n,t){return Cn(n,"application/json",uo,t)},ao.html=function(n,t){return Cn(n,"text/html",oo,t)},ao.xml=An(function(n){return n.responseXML}),"function"==typeof define&&define.amd?(this.d3=ao,define(ao)):"object"==typeof module&&module.exports?module.exports=ao:this.d3=ao}();
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.count {
font-size: 300px;
pointer-events: none;
}
.subunit.PNB { fill: #cdc; }
.subunit.PNX { fill: #dcd; }
.subunit.IDN { display: none; }
svg { fill: rgb(216,216,216); }
.subunit-boundary {
fill: none;
stroke: #777;
stroke-dasharray: 2,2;
stroke-linejoin: round;
}
.subunit-boundary.IDN {
stroke: #aaa;
}
.place,
.place-label {
fill: #444;
}
text {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 30px;
pointer-events: none;
}
.route {
fill: none;
stroke: red;
stroke-dasharray: 2,2;
stroke-linejoin: round;
stroke-width: 1em;
}
.plane.boy {
fill: #2b65EC;
stroke-width: 0;
}
.plane.girl {
fill: pink;
stroke-width: 0;
}
.plane.both {
fill: #fff;
stroke: #000;
stroke-width: 0.1 em;
}
</style>
<body>
<script src="browser-polyfill.js"></script>
<script src="itertools.min.js"></script>
<script src="jquery.min.js"></script>
<script src="d3.min.js" charset="utf-8"></script>
<script src="topojson.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Faster+One|Frijole" rel="stylesheet">
<script>
function shuffle(array) {
counter = array.length;
// While there are elements in the array
while (counter > 0) {
// Pick a random index
index = Math.floor(Math.random() * counter);
// Decrease counter by 1
counter--;
// And swap the last element with it
temp = array[counter];
array[counter] = array[index];
array[index] = temp;
}
return array;
}
var width = 1920,
height = 1080;
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height);
var projection = d3.geo.mercator()
.center([148.5, -6.5])
.scale(6200)
.translate([width / 2, height / 2]);
var path = d3.geo.path()
.projection(projection);
var airportMap = {};
function transition(plane, route, percent) {
var l = route.node().getTotalLength();
plane.transition()
.duration(4000)
.attrTween("transform", delta(plane, route.node(), percent))
.remove();
return l*10;
}
function delta(plane, path, percent) {
var l = path.getTotalLength();
var plane = plane;
return function(i) {
return function(t) {
var s = 5*Math.min(Math.sin(Math.PI * t) * 0.7, 0.3);
if( t > percent) {
var p = path.getPointAtLength(percent * l);
var t2 = Math.min(t + 0.05, 1);
var p2 = path.getPointAtLength(t2 * l);
var x = p2.x - p.x;
var y = p2.y - p.y;
var r = 90 - Math.atan2(-y, x) * 180 / Math.PI + (t - percent)*360;
} else {
var p = path.getPointAtLength(t * l);
var t2 = Math.min(t + 0.05, 1);
var p2 = path.getPointAtLength(t2 * l);
var x = p2.x - p.x;
var y = p2.y - p.y;
var r = 90 - Math.atan2(-y, x) * 180 / Math.PI;
}
return "translate(" + p.x + "," + p.y + ") scale(" + s + ") rotate(" + r + ")";
}
}
}
function fly(origin, destination, gender, percent) {
var route = svg.append("path")
.datum({type: "LineString", coordinates: [airportMap[origin], airportMap[destination]]})
.attr("class", "route")
.attr("d", path);
var plane = svg.append("path")
.attr("class", "plane " + gender)
.attr("d", "m25.21488,3.93375c-0.44355,0 -0.84275,0.18332 -1.17933,0.51592c-0.33397,0.33267 -0.61055,0.80884 -0.84275,1.40377c-0.45922,1.18911 -0.74362,2.85964 -0.89755,4.86085c-0.15655,1.99729 -0.18263,4.32223 -0.11741,6.81118c-5.51835,2.26427 -16.7116,6.93857 -17.60916,7.98223c-1.19759,1.38937 -0.81143,2.98095 -0.32874,4.03902l18.39971,-3.74549c0.38616,4.88048 0.94192,9.7138 1.42461,13.50099c-1.80032,0.52703 -5.1609,1.56679 -5.85232,2.21255c-0.95496,0.88711 -0.95496,3.75718 -0.95496,3.75718l7.53,-0.61316c0.17743,1.23545 0.28701,1.95767 0.28701,1.95767l0.01304,0.06557l0.06002,0l0.13829,0l0.0574,0l0.01043,-0.06557c0,0 0.11218,-0.72222 0.28961,-1.95767l7.53164,0.61316c0,0 0,-2.87006 -0.95496,-3.75718c-0.69044,-0.64577 -4.05363,-1.68813 -5.85133,-2.21516c0.48009,-3.77545 1.03061,-8.58921 1.42198,-13.45404l18.18207,3.70115c0.48009,-1.05806 0.86881,-2.64965 -0.32617,-4.03902c-0.88969,-1.03062 -11.81147,-5.60054 -17.39409,-7.89352c0.06524,-2.52287 0.04175,-4.88024 -0.1148,-6.89989l0,-0.00476c-0.15655,-1.99844 -0.44094,-3.6683 -0.90277,-4.8561c-0.22699,-0.59493 -0.50356,-1.07111 -0.83754,-1.40377c-0.33658,-0.3326 -0.73578,-0.51592 -1.18194,-0.51592l0,0l-0.00001,0l0,0z");
return transition(plane, route, percent);
}
var randomColor = (function(){
var golden_ratio_conjugate = 0.618033988749895;
var h = Math.random();
var hslToRgb = function (h, s, l){
var r, g, b;
if(s == 0){
r = g = b = l; // achromatic
}else{
function hue2rgb(p, q, t){
if(t < 0) t += 1;
if(t > 1) t -= 1;
if(t < 1/6) return p + (q - p) * 6 * t;
if(t < 1/2) return q;
if(t < 2/3) return p + (q - p) * (2/3 - t) * 6;
return p;
}
var q = l < 0.5 ? l * (1 + s) : l + s - l * s;
var p = 2 * l - q;
r = hue2rgb(p, q, h + 1/3);
g = hue2rgb(p, q, h);
b = hue2rgb(p, q, h - 1/3);
}
return '#'+Math.round(r * 255).toString(16)+Math.round(g * 255).toString(16)+Math.round(b * 255).toString(16);
};
return function(){
h += golden_ratio_conjugate;
h %= 1;
return hslToRgb(h, 0.5, 0.60);
};
})();
d3.json("png.json", function(error, papua) {
if (error) return console.error(error);
var subunits = topojson.feature(papua, papua.objects.subunits);
svg.append("path")
.datum(subunits)
.attr("d", path);
svg.selectAll(".subunit")
.data(topojson.feature(papua, papua.objects.subunits).features)
.enter().append("path")
.attr("class", function(d) { return "subunit " +d.properties.adm0_a3 + " " + d.id; })
.attr("d", path)
.style({fill: randomColor});
svg.append("path")
.datum(topojson.mesh(papua, papua.objects.subunits, function(a, b) { return a !== b && a.properties.adm0_a3 !== "IDN"; }))
.attr("d", path)
.attr("class", "subunit-boundary");
svg.append("path")
.datum(topojson.mesh(papua, papua.objects.subunits, function(a, b) { return a === b && a.properties.adm0_a3 === "IDN"; }))
.attr("d", path)
.attr("class", "subunit-boundary IDN");
svg.append("path")
.datum(topojson.feature(papua, papua.objects.places))
.attr("d", path)
.attr("class", "place");
svg.selectAll(".place-label")
.data(topojson.feature(papua, papua.objects.places).features)
.enter().append("text")
.attr("class", "place-label")
.attr("transform", function(d) { return "translate(" + projection(d.geometry.coordinates) + ")"; })
.attr("dy", ".15em")
.text(function(d) { return d.properties.NAME; });
svg.selectAll(".place-label")
.attr("x", function(d) { return d.geometry.coordinates[0] > -1 ? 6 : -6; })
.style("text-anchor", function(d) { return d.geometry.coordinates[0] > -1 ? "start" : "end"; });
count = svg.append("text")
.attr("class", "count")
.attr("x", "1350")
.attr("y", "700")
.style({fill: randomColor,
"font-family": 'Faster One, cursive'})
.text("0")
var geos = topojson.feature(papua, papua.objects.places).features;
for (i in geos) {
airportMap[geos[i].properties.NAME] = geos[i].geometry.coordinates;
}
dests = topojson.feature(papua, papua.objects.places).features.map(function(d){return d.properties.NAME});
});
function handleClick(event){
//cityGen = itertools.permutations(topojson.feature(papua, papua.objects.places).features.map(function(d){return d.properties.NAME}),2);
//cityArray = shuffle(Array.from(cityGen)).slice(0,5);
var costOfOneLeg = 150;
var money = + document.getElementById("money").value;
var gender = $('input[name="gender"]:checked').val();
dests.splice(dests.indexOf("Port Moresby"), 1);
dests.splice(dests.indexOf("Wewak"), 1);
dests.splice(dests.indexOf("Mendi"), 1);
cityArray = [];
newDest = "Mendi";
cityArray.push(["Port Moresby",newDest]);
cityArray.push([newDest,"Wewak"]);
cityArray.push(["Wewak", "Port Moresby"]);
while( cityArray.length < money/costOfOneLeg ) {
newDest = dests[Math.floor(Math.random()*dests.length)];
dests.splice(dests.indexOf(newDest), 1);
cityArray.push(["Port Moresby",newDest]);
cityArray.push([newDest,"Wewak"]);
cityArray.push(["Wewak", "Port Moresby"]);
}
var i = 0;
fly(cityArray[i][0], cityArray[i][1], gender, money/costOfOneLeg - i );
i++;
intID = setInterval(function(){
if (i <= money/costOfOneLeg) {
count.text(i)
.style({fill: randomColor})
fly(cityArray[i][0], cityArray[i][1], gender, money/costOfOneLeg - i );
i++;
} else {
clearInterval(intID)
}
}, 2000);
return false;
}
/* JavaScript goes here. */
</script>
<br>
<input name="Submit" type="submit" value="GO!" onclick="return handleClick()">
<input type="text" id="money" placeholder="Money Raised&hellip;">
<input type="radio" name="gender" value="boy"> Boys
<input type="radio" name="gender" value="girl"> Girls
<input type="radio" name="gender" value="both"> Together!
"use strict";var _slicedToArray=function(){function e(e,r){var t=[],n=!0,a=!1,u=void 0;try{for(var c,s=e[Symbol.iterator]();!(n=(c=s.next()).done)&&(t.push(c.value),!r||t.length!==r);n=!0);}catch(i){a=!0,u=i}finally{try{!n&&s["return"]&&s["return"]()}finally{if(a)throw u}}return t}return function(r,t){if(Array.isArray(r))return r;if(Symbol.iterator in Object(r))return e(r,t);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();!function(){var e=function(e,r){var t=regeneratorRuntime.mark(function Q(e,t,n){var a,u,c,s,i,o,f,v,p,x,b,h,k;return regeneratorRuntime.wrap(function(l){for(;;)switch(l.prev=l.next){case 0:if(t!==n){l.next=4;break}return l.next=3,[];case 3:return l.abrupt("return");case 4:a=e[t],u=!0,c=!1,s=r,l.prev=8,i=Q(e,t+1,n)[Symbol.iterator]();case 10:if(u=(o=i.next()).done){l.next=43;break}f=o.value,v=!0,p=!1,x=r,l.prev=15,b=a[Symbol.iterator]();case 17:if(v=(h=b.next()).done){l.next=26;break}return k=h.value,f.push(k),l.next=22,f;case 22:f.pop(k);case 23:v=!0,l.next=17;break;case 26:l.next=32;break;case 28:l.prev=28,l.t0=l["catch"](15),p=!0,x=l.t0;case 32:l.prev=32,l.prev=33,!v&&b["return"]&&b["return"]();case 35:if(l.prev=35,!p){l.next=38;break}throw x;case 38:return l.finish(35);case 39:return l.finish(32);case 40:u=!0,l.next=10;break;case 43:l.next=49;break;case 45:l.prev=45,l.t1=l["catch"](8),c=!0,s=l.t1;case 49:l.prev=49,l.prev=50,!u&&i["return"]&&i["return"]();case 52:if(l.prev=52,!c){l.next=55;break}throw s;case 55:return l.finish(52);case 56:return l.finish(49);case 57:case"end":return l.stop()}},Q,this,[[8,45,49,57],[15,28,32,40],[33,,35,39],[50,,52,56]])});e._product=t;var n=regeneratorRuntime.mark(function U(e){var t,n,a,u,c,s;return regeneratorRuntime.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:t=!0,n=!1,a=r,i.prev=3,u=e[Symbol.iterator]();case 5:if(t=(c=u.next()).done){i.next=11;break}return s=c.value,i.delegateYield(s,"t0",8);case 8:t=!0,i.next=5;break;case 11:i.next=17;break;case 13:i.prev=13,i.t1=i["catch"](3),n=!0,a=i.t1;case 17:i.prev=17,i.prev=18,!t&&u["return"]&&u["return"]();case 20:if(i.prev=20,!n){i.next=23;break}throw a;case 23:return i.finish(20);case 24:return i.finish(17);case 25:case"end":return i.stop()}},U,this,[[3,13,17,25],[18,,20,24]])});e.chain=n;var a=regeneratorRuntime.mark(function V(e,r){var t,n,a,u,c;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(t=J(e),n=t.length,!(r>n)){s.next=4;break}return s.abrupt("return");case 4:return a=J(N(0,r,1)),s.next=7,J(M(t,a));case 7:u=r-1;case 9:if(!(0>u)){s.next=12;break}return s.abrupt("return");case 12:if(a[u]===u+n-r){s.next=16;break}for(c=++a[u],++u;r>u;++u)a[u]=++c;return s.abrupt("break",19);case 16:--u,s.next=9;break;case 19:return s.next=21,J(M(t,a));case 21:s.next=7;break;case 23:case"end":return s.stop()}},V,this)});e.combinations=a;var u=regeneratorRuntime.mark(function W(e,r){var t,n,a,u,c;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:if(t=J(e),n=t.length,!(0===n&&r>0)){s.next=4;break}return s.abrupt("return");case 4:return a=J(x(0,r)),s.next=7,J(M(t,a));case 7:u=r-1;case 9:if(!(0>u)){s.next=12;break}return s.abrupt("return");case 12:if(a[u]===n-1){s.next=16;break}for(c=++a[u],++u;r>u;++u)a[u]=c;return s.abrupt("break",19);case 16:--u,s.next=9;break;case 19:return s.next=21,J(M(t,a));case 21:s.next=7;break;case 23:case"end":return s.stop()}},W,this)});e.combinationswithrepetition=u;var c=regeneratorRuntime.mark(function X(e,t){var n,a,u,c,s,i,o,f;return regeneratorRuntime.wrap(function(v){for(;;)switch(v.prev=v.next){case 0:n=!0,a=!1,u=r,v.prev=3,c=R([t,e])[Symbol.iterator]();case 5:if(n=(s=c.next()).done){v.next=15;break}if(i=_slicedToArray(s.value,2),o=i[0],f=i[1],!o){v.next=12;break}return v.next=12,f;case 12:n=!0,v.next=5;break;case 15:v.next=21;break;case 17:v.prev=17,v.t0=v["catch"](3),a=!0,u=v.t0;case 21:v.prev=21,v.prev=22,!n&&c["return"]&&c["return"]();case 24:if(v.prev=24,!a){v.next=27;break}throw u;case 27:return v.finish(24);case 28:return v.finish(21);case 29:case"end":return v.stop()}},X,this,[[3,17,21,29],[22,,24,28]])});e.compress=c;var s=regeneratorRuntime.mark(function Z(e,t){var n,a,u,c,s,i,o;return regeneratorRuntime.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:n=G(t),a=!0,u=!1,c=r,f.prev=4,s=n[Symbol.iterator]();case 6:if(a=(i=s.next()).done){f.next=17;break}if(o=i.value,!e(o)){f.next=10;break}return f.abrupt("continue",14);case 10:return f.next=12,o;case 12:return f.delegateYield(n,"t0",13);case 13:return f.abrupt("return");case 14:a=!0,f.next=6;break;case 17:f.next=23;break;case 19:f.prev=19,f.t1=f["catch"](4),u=!0,c=f.t1;case 23:f.prev=23,f.prev=24,!a&&s["return"]&&s["return"]();case 26:if(f.prev=26,!u){f.next=29;break}throw c;case 29:return f.finish(26);case 30:return f.finish(23);case 31:case"end":return f.stop()}},Z,this,[[4,19,23,31],[24,,26,30]])});e.dropwhile=s;var i=function(e){return R([q(0,1),e])};e.enumerate=i;var o=regeneratorRuntime.mark(function $(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=13;break}if(i=s.value,!e(i)){o.next=10;break}return o.next=10,i;case 10:n=!0,o.next=5;break;case 13:o.next=19;break;case 15:o.prev=15,o.t0=o["catch"](3),a=!0,u=o.t0;case 19:o.prev=19,o.prev=20,!n&&c["return"]&&c["return"]();case 22:if(o.prev=22,!a){o.next=25;break}throw u;case 25:return o.finish(22);case 26:return o.finish(19);case 27:case"end":return o.stop()}},$,this,[[3,15,19,27],[20,,22,26]])});e.filter=o,e.filtertrue=o;var f=regeneratorRuntime.mark(function ee(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=13;break}if(i=s.value,e(i)){o.next=10;break}return o.next=10,i;case 10:n=!0,o.next=5;break;case 13:o.next=19;break;case 15:o.prev=15,o.t0=o["catch"](3),a=!0,u=o.t0;case 19:o.prev=19,o.prev=20,!n&&c["return"]&&c["return"]();case 22:if(o.prev=22,!a){o.next=25;break}throw u;case 25:return o.finish(22);case 26:return o.finish(19);case 27:case"end":return o.stop()}},ee,this,[[3,15,19,27],[20,,22,26]])});e.filterfalse=f;var v=regeneratorRuntime.mark(function re(e,t){var n,a,u,c,s,i,o;return regeneratorRuntime.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:if(n=G(t),a=L(n),!a.done){f.next=4;break}return f.abrupt("return");case 4:u=a.value,c=e(u),s=r,i=r;case 7:s=c,i=[u];case 10:if(o=L(n),!o.done){f.next=14;break}return f.abrupt("break",26);case 14:if(u=o.value,c=e(u),c===s){f.next=20;break}return f.next=19,[s,i];case 19:return f.abrupt("continue",7);case 20:i.push(u),f.next=10;break;case 23:return f.abrupt("break",26);case 26:return f.next=28,[s,i];case 28:case"end":return f.stop()}},re,this)});e.group=v,e.groupby=v;var p=regeneratorRuntime.mark(function te(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=12;break}return i=s.value,o.next=9,e(i);case 9:n=!0,o.next=5;break;case 12:o.next=18;break;case 14:o.prev=14,o.t0=o["catch"](3),a=!0,u=o.t0;case 18:o.prev=18,o.prev=19,!n&&c["return"]&&c["return"]();case 21:if(o.prev=21,!a){o.next=24;break}throw u;case 24:return o.finish(21);case 25:return o.finish(18);case 26:case"end":return o.stop()}},te,this,[[3,14,18,26],[19,,21,25]])});e.map=p;var x=regeneratorRuntime.mark(function ne(e,r){return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:if(!(r-->0)){t.next=5;break}return t.next=3,e;case 3:t.next=0;break;case 5:case"end":return t.stop()}},ne,this)});e.nrepeat=x;var b=regeneratorRuntime.mark(function ae(e,r){var t,n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:if(t=J(e),n=t.length,!(r>n)){o.next=4;break}return o.abrupt("return");case 4:return a=J(N(0,n,1)),u=J(N(n,n-r,-1)),o.next=8,J(M(t,F(a,r)));case 8:if(0!==r&&0!==n){o.next=10;break}return o.abrupt("return");case 10:c=r;case 12:if(!c--){o.next=28;break}if(--u[c],0!==u[c]){o.next=19;break}a.push(a.splice(c,1)[0]),u[c]=n-c,o.next=26;break;case 19:return s=u[c],i=[a[n-s],a[c]],a[c]=i[0],a[n-s]=i[1],o.next=25,J(M(t,F(a,r)));case 25:return o.abrupt("break",28);case 26:o.next=12;break;case 28:if(-1!==c){o.next=30;break}return o.abrupt("return");case 30:o.next=10;break;case 32:case"end":return o.stop()}},ae,this)});e.permutations=b;var h=regeneratorRuntime.mark(function ue(e,r){var n;return regeneratorRuntime.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:return n=J(K(l(p(J,e)),r)),a.delegateYield(p(J,t(n,0,n.length)),"t0",2);case 2:case"end":return a.stop()}},ue,this)});e.product=h;var k=regeneratorRuntime.mark(function ce(e){return regeneratorRuntime.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:return r.next=3,e;case 3:r.next=0;break;case 5:case"end":return r.stop()}},ce,this)});e.repeat=k;var l=regeneratorRuntime.mark(function se(e){var t,n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:for(t=[],n=!0,a=!1,u=r,o.prev=4,c=e[Symbol.iterator]();!(n=(s=c.next()).done);n=!0)i=s.value,t.push(i);o.next=12;break;case 8:o.prev=8,o.t0=o["catch"](4),a=!0,u=o.t0;case 12:o.prev=12,o.prev=13,!n&&c["return"]&&c["return"]();case 15:if(o.prev=15,!a){o.next=18;break}throw u;case 18:return o.finish(15);case 19:return o.finish(12);case 20:if(!t.length){o.next=25;break}return o.next=23,t.pop();case 23:o.next=20;break;case 25:case"end":return o.stop()}},se,this,[[4,8,12,20],[13,,15,19]])});e.reversed=l;var m=regeneratorRuntime.mark(function ie(e){var r,t,n,a;return regeneratorRuntime.wrap(function(u){for(;;)switch(u.prev=u.next){case 0:r=H(e),t=B(p(G,e));case 2:if(!r){u.next=16;break}case 3:if(n=L(t).value,a=L(n),!a.done){u.next=8;break}return u.abrupt("break",12);case 8:return u.next=10,a.value;case 10:u.next=3;break;case 12:--r,t=B(d(t,0,r,1)),u.next=2;break;case 16:case"end":return u.stop()}},ie,this)});e.roundrobin=m;var d=regeneratorRuntime.mark(function oe(e,r,t,n){var a,u,c;return regeneratorRuntime.wrap(function(s){for(;;)switch(s.prev=s.next){case 0:a=G(e);case 1:if(!(r>0)){s.next=8;break}if(!L(a).done){s.next=4;break}return s.abrupt("return");case 4:--r,--t,s.next=1;break;case 8:if(!(t>0)){s.next=24;break}if(u=L(a),!u.done){s.next=12;break}return s.abrupt("return");case 12:return s.next=14,u.value;case 14:--t,c=n;case 16:if(!(c>1)){s.next=22;break}if(!L(a).done){s.next=19;break}return s.abrupt("return");case 19:--c,s.next=16;break;case 22:s.next=8;break;case 24:case"end":return s.stop()}},oe,this)});e.slice=d;var w=function(e,r){return J(r).sort(e)};e.sorted=w;var y=regeneratorRuntime.mark(function fe(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=12;break}return i=s.value,o.next=9,e.apply(null,i);case 9:n=!0,o.next=5;break;case 12:o.next=18;break;case 14:o.prev=14,o.t0=o["catch"](3),a=!0,u=o.t0;case 18:o.prev=18,o.prev=19,!n&&c["return"]&&c["return"]();case 21:if(o.prev=21,!a){o.next=24;break}throw u;case 24:return o.finish(21);case 25:return o.finish(18);case 26:case"end":return o.stop()}},fe,this,[[3,14,18,26],[19,,21,25]])});e.starmap=y;var g=regeneratorRuntime.mark(function ve(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=14;break}if(i=s.value,e(i)){o.next=9;break}return o.abrupt("return");case 9:return o.next=11,i;case 11:n=!0,o.next=5;break;case 14:o.next=20;break;case 16:o.prev=16,o.t0=o["catch"](3),a=!0,u=o.t0;case 20:o.prev=20,o.prev=21,!n&&c["return"]&&c["return"]();case 23:if(o.prev=23,!a){o.next=26;break}throw u;case 26:return o.finish(23);case 27:return o.finish(20);case 28:case"end":return o.stop()}},ve,this,[[3,16,20,28],[21,,23,27]])});e.takewhile=g;var R=regeneratorRuntime.mark(function pe(e){var t,n,a,u,c,s,i,o;return regeneratorRuntime.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:if(t=J(p(G,e)),0!==t.length){f.next=3;break}return f.abrupt("return");case 3:n=[],a=!0,u=!1,c=r,f.prev=8,s=p(L,t)[Symbol.iterator]();case 10:if(a=(i=s.next()).done){f.next=18;break}if(o=i.value,!o.done){f.next=14;break}return f.abrupt("return");case 14:n.push(o.value);case 15:a=!0,f.next=10;break;case 18:f.next=24;break;case 20:f.prev=20,f.t0=f["catch"](8),u=!0,c=f.t0;case 24:f.prev=24,f.prev=25,!a&&s["return"]&&s["return"]();case 27:if(f.prev=27,!u){f.next=30;break}throw c;case 30:return f.finish(27);case 31:return f.finish(24);case 32:return f.next=34,n;case 34:f.next=3;break;case 36:case"end":return f.stop()}},pe,this,[[8,20,24,32],[25,,27,31]])});e.zip=R;var S=function(e){var t=!0,n=!1,a=r;try{for(var u,c=e[Symbol.iterator]();!(t=(u=c.next()).done);t=!0){var s=u.value;if(!s)return!1}}catch(i){n=!0,a=i}finally{try{!t&&c["return"]&&c["return"]()}finally{if(n)throw a}}return!0};e.all=S;var j=function(e){var t=!0,n=!1,a=r;try{for(var u,c=e[Symbol.iterator]();!(t=(u=c.next()).done);t=!0){var s=u.value;if(s)return!0}}catch(i){n=!0,a=i}finally{try{!t&&c["return"]&&c["return"]()}finally{if(n)throw a}}return!1};e.any=j;var Y=function(e,t){var n=G(t),a=L(n);if(a.done)return r;var u=a.value,c=!0,s=!1,i=r;try{for(var o,f=n[Symbol.iterator]();!(c=(o=f.next()).done);c=!0){var v=o.value;e(v,u)>0&&(u=v)}}catch(p){s=!0,i=p}finally{try{!c&&f["return"]&&f["return"]()}finally{if(s)throw i}}return u};e.max=Y;var A=function(e,t){var n=G(t),a=L(n);if(a.done)return r;var u=a.value,c=!0,s=!1,i=r;try{for(var o,f=n[Symbol.iterator]();!(c=(o=f.next()).done);c=!0){var v=o.value;e(v,u)<0&&(u=v)}}catch(p){s=!0,i=p}finally{try{!c&&f["return"]&&f["return"]()}finally{if(s)throw i}}return u};e.min=A;var _=function(e,t,n){var a=!0,u=!1,c=r;try{for(var s,i=t[Symbol.iterator]();!(a=(s=i.next()).done);a=!0){var o=s.value;n=e(n,o)}}catch(f){u=!0,c=f}finally{try{!a&&i["return"]&&i["return"]()}finally{if(u)throw c}}return n};e.reduce=_;var T=function(e,t){if(0>=t)return!0;var n=!0,a=!1,u=r;try{for(var c,s=e[Symbol.iterator]();!(n=(c=s.next()).done);n=!0){var i=c.value;if(i&&0===--t)return!0}}catch(o){a=!0,u=o}finally{try{!n&&s["return"]&&s["return"]()}finally{if(a)throw u}}return!1};e.some=T;var z=function(e){var t=0,n=!0,a=!1,u=r;try{for(var c,s=e[Symbol.iterator]();!(n=(c=s.next()).done);n=!0){var i=c.value;t+=i}}catch(o){a=!0,u=o}finally{try{!n&&s["return"]&&s["return"]()}finally{if(a)throw u}}return t};e.sum=z;var E=regeneratorRuntime.mark(function xe(e,r,t){return regeneratorRuntime.wrap(function(n){for(;;)switch(n.prev=n.next){case 0:if(!(0>t)){n.next=9;break}case 1:if(!(e>r)){n.next=7;break}return n.next=4,e;case 4:e+=t,n.next=1;break;case 7:n.next=15;break;case 9:if(!(r>e)){n.next=15;break}return n.next=12,e;case 12:e+=t,n.next=9;break;case 15:case"end":return n.stop()}},xe,this)});e._range=E;var I=regeneratorRuntime.mark(function be(e,t){var n,a,u,c,s,i,o,f,v,p,x,b,h,k,l;return regeneratorRuntime.wrap(function(m){for(;;)switch(m.prev=m.next){case 0:n=G(e);case 1:a=[],u=!0,c=!1,s=r,m.prev=6,i=N(t)[Symbol.iterator]();case 8:if(u=(o=i.next()).done){m.next=40;break}if(f=o.value,v=L(n),!v.done){m.next=36;break}if(0!==f){m.next=14;break}return m.abrupt("return");case 14:for(p=!0,x=!1,b=r,m.prev=17,h=N(t-f)[Symbol.iterator]();!(p=(k=h.next()).done);p=!0)l=k.value,a.push(r);m.next=25;break;case 21:m.prev=21,m.t0=m["catch"](17),x=!0,b=m.t0;case 25:m.prev=25,m.prev=26,!p&&h["return"]&&h["return"]();case 28:if(m.prev=28,!x){m.next=31;break}throw b;case 31:return m.finish(28);case 32:return m.finish(25);case 33:return m.next=35,a;case 35:return m.abrupt("return");case 36:a.push(v.value);case 37:u=!0,m.next=8;break;case 40:m.next=46;break;case 42:m.prev=42,m.t1=m["catch"](6),c=!0,s=m.t1;case 46:m.prev=46,m.prev=47,!u&&i["return"]&&i["return"]();case 49:if(m.prev=49,!c){m.next=52;break}throw s;case 52:return m.finish(49);case 53:return m.finish(46);case 54:return m.next=56,a;case 56:m.next=1;break;case 58:case"end":return m.stop()}},be,this,[[6,42,46,54],[17,21,25,33],[26,,28,32],[47,,49,53]])});e.by=I;var O=function(e,r){for(;r-->0&&!L(e).done;);};e.consume=O;var q=regeneratorRuntime.mark(function he(e,r){return regeneratorRuntime.wrap(function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=3,e;case 3:e+=r,t.next=0;break;case 6:case"end":return t.stop()}},he,this)});e.count=q;var B=regeneratorRuntime.mark(function ke(e){var t,n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:t=[],n=!0,a=!1,u=r,o.prev=4,c=e[Symbol.iterator]();case 6:if(n=(s=c.next()).done){o.next=14;break}return i=s.value,o.next=10,i;case 10:t.push(i);case 11:n=!0,o.next=6;break;case 14:o.next=20;break;case 16:o.prev=16,o.t0=o["catch"](4),a=!0,u=o.t0;case 20:o.prev=20,o.prev=21,!n&&c["return"]&&c["return"]();case 23:if(o.prev=23,!a){o.next=26;break}throw u;case 26:return o.finish(23);case 27:return o.finish(20);case 28:if(0!==t.length){o.next=30;break}return o.abrupt("return");case 30:return o.delegateYield(t,"t1",32);case 32:o.next=30;break;case 34:case"end":return o.stop()}},ke,this,[[4,16,20,28],[21,,23,27]])});e.cycle=B;var C=function(e){var t=!0,n=!1,a=r;try{for(var u,c=e[Symbol.iterator]();!(t=(u=c.next()).done);t=!0){u.value}}catch(s){n=!0,a=s}finally{try{!t&&c["return"]&&c["return"]()}finally{if(n)throw a}}};e.exhaust=C;var D=regeneratorRuntime.mark(function le(e,t){var n,a,u,c,s,i,o,f,v,p,x,b,h,k,l;return regeneratorRuntime.wrap(function(m){for(;;)switch(m.prev=m.next){case 0:n=G(e),a=[],u=!0,c=!1,s=r,m.prev=5,i=N(t)[Symbol.iterator]();case 7:if(u=(o=i.next()).done){m.next=16;break}if(f=o.value,v=L(n),!v.done){m.next=12;break}return m.abrupt("return");case 12:a.push(v.value);case 13:u=!0,m.next=7;break;case 16:m.next=22;break;case 18:m.prev=18,m.t0=m["catch"](5),c=!0,s=m.t0;case 22:m.prev=22,m.prev=23,!u&&i["return"]&&i["return"]();case 25:if(m.prev=25,!c){m.next=28;break}throw s;case 28:return m.finish(25);case 29:return m.finish(22);case 30:return m.next=32,a;case 32:p=!0,x=!1,b=r,m.prev=35,h=n[Symbol.iterator]();case 37:if(p=(k=h.next()).done){m.next=46;break}return l=k.value,a=a.slice(1),a.push(l),m.next=43,a;case 43:p=!0,m.next=37;break;case 46:m.next=52;break;case 48:m.prev=48,m.t1=m["catch"](35),x=!0,b=m.t1;case 52:m.prev=52,m.prev=53,!p&&h["return"]&&h["return"]();case 55:if(m.prev=55,!x){m.next=58;break}throw b;case 58:return m.finish(55);case 59:return m.finish(52);case 60:case"end":return m.stop()}},le,this,[[5,18,22,30],[23,,25,29],[35,48,52,60],[53,,55,59]])});e.frame=D;var F=regeneratorRuntime.mark(function me(e,r){var t,n;return regeneratorRuntime.wrap(function(a){for(;;)switch(a.prev=a.next){case 0:t=G(e);case 1:if(!(r-->0)){a.next=9;break}if(n=L(t),!n.done){a.next=5;break}return a.abrupt("return");case 5:return a.next=7,n.value;case 7:a.next=1;break;case 9:case"end":return a.stop()}},me,this)});e.head=F;var G=function(e){return e[Symbol.iterator]()};e.iter=G;var H=function(e){return e.length};e.len=H;var J=function(e){var t=[],n=!0,a=!1,u=r;try{for(var c,s=e[Symbol.iterator]();!(n=(c=s.next()).done);n=!0){var i=c.value;t.push(i)}}catch(o){a=!0,u=o}finally{try{!n&&s["return"]&&s["return"]()}finally{if(a)throw u}}return t};e.list=J;var K=regeneratorRuntime.mark(function de(e,t){var n,a,u,c,s,i,o;return regeneratorRuntime.wrap(function(f){for(;;)switch(f.prev=f.next){case 0:n=[],a=!0,u=!1,c=r,f.prev=4,s=e[Symbol.iterator]();case 6:if(a=(i=s.next()).done){f.next=14;break}return o=i.value,f.next=10,o;case 10:n.push(o);case 11:a=!0,f.next=6;break;case 14:f.next=20;break;case 16:f.prev=16,f.t0=f["catch"](4),u=!0,c=f.t0;case 20:f.prev=20,f.prev=21,!a&&s["return"]&&s["return"]();case 23:if(f.prev=23,!u){f.next=26;break}throw c;case 26:return f.finish(23);case 27:return f.finish(20);case 28:if(0!==n.length){f.next=30;break}return f.abrupt("return");case 30:if(!(--t>0)){f.next=34;break}return f.delegateYield(n,"t1",32);case 32:f.next=30;break;case 34:case"end":return f.stop()}},de,this,[[4,16,20,28],[21,,23,27]])});e.ncycle=K;var L=function(e){return e.next()};e.next=L;var M=regeneratorRuntime.mark(function we(e,t){var n,a,u,c,s,i;return regeneratorRuntime.wrap(function(o){for(;;)switch(o.prev=o.next){case 0:n=!0,a=!1,u=r,o.prev=3,c=t[Symbol.iterator]();case 5:if(n=(s=c.next()).done){o.next=12;break}return i=s.value,o.next=9,e[i];case 9:n=!0,o.next=5;break;case 12:o.next=18;break;case 14:o.prev=14,o.t0=o["catch"](3),a=!0,u=o.t0;case 18:o.prev=18,o.prev=19,!n&&c["return"]&&c["return"]();case 21:if(o.prev=21,!a){o.next=24;break}throw u;case 24:return o.finish(21);case 25:return o.finish(18);case 26:case"end":return o.stop()}},we,this,[[3,14,18,26],[19,,21,25]])});e.pick=M;var N=function(e,t,n){return t===r?E(0,e,1):n===r?E(e,t,1):E(e,t,n)};e.range=N;var P=function(e,t){for(var n=G(e),a=[];t-->0;)a.push([]);var u=regeneratorRuntime.mark(function c(e){var t,u,s,i,o,f,v;return regeneratorRuntime.wrap(function(c){for(;;)switch(c.prev=c.next){case 0:if(0!==e.length){c.next=24;break}if(t=L(n),!t.done){c.next=5;break}return c.abrupt("return");case 5:for(u=!0,s=!1,i=r,c.prev=8,o=a[Symbol.iterator]();!(u=(f=o.next()).done);u=!0)v=f.value,v.push(t.value);c.next=16;break;case 12:c.prev=12,c.t0=c["catch"](8),s=!0,i=c.t0;case 16:c.prev=16,c.prev=17,!u&&o["return"]&&o["return"]();case 19:if(c.prev=19,!s){c.next=22;break}throw i;case 22:return c.finish(19);case 23:return c.finish(16);case 24:return c.next=26,e.shift();case 26:c.next=0;break;case 28:case"end":return c.stop()}},c,this,[[8,12,16,24],[17,,19,23]])});return J(p(u,a))};return e.tee=P,e};"object"==typeof exports?e(exports):"function"==typeof define&&define.amd?define("aureooms-js-itertools",[],function(){return e({})}):"object"==typeof window&&"object"==typeof window.document?e(window.itertools={}):console.error("unable to detect type of module to define for aureooms-js-itertools")}();
//# sourceMappingURL=js/dist/itertools.js.map
/*! jQuery v3.1.1 | (c) jQuery Foundation | jquery.org/license */
!function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.1.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:c.sort,splice:c.splice},r.extend=r.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||r.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(r.isPlainObject(d)||(e=r.isArray(d)))?(e?(e=!1,f=c&&r.isArray(c)?c:[]):f=c&&r.isPlainObject(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===r.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},isPlainObject:function(a){var b,c;return!(!a||"[object Object]"!==k.call(a))&&(!(b=e(a))||(c=l.call(b,"constructor")&&b.constructor,"function"==typeof c&&m.call(c)===n))},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){return a.replace(t,"ms-").replace(u,v)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(w(a)){for(c=a.length;d<c;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(s,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(w(Object(a))?r.merge(c,"string"==typeof a?[a]:a):h.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:i.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;d<c;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,f=0,h=[];if(w(a))for(d=a.length;f<d;f++)e=b(a[f],f,c),null!=e&&h.push(e);else for(f in a)e=b(a[f],f,c),null!=e&&h.push(e);return g.apply([],h)},guid:1,proxy:function(a,b){var c,d,e;if("string"==typeof b&&(c=a[b],b=a,a=c),r.isFunction(a))return d=f.call(arguments,2),e=function(){return a.apply(b||this,d.concat(f.call(arguments)))},e.guid=a.guid=a.guid||r.guid++,e},now:Date.now,support:o}),"function"==typeof Symbol&&(r.fn[Symbol.iterator]=c[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){j["[object "+b+"]"]=b.toLowerCase()});function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+K+"*("+L+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+L+"))|)"+K+"*\\]",N=":("+L+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",O=new RegExp(K+"+","g"),P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:pa(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:pa(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=Q.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function sa(a){for(var b=0,c=a.length,d="";b<c;b++)d+=a[b].value;return d}function ta(a,b,c){var d=b.dir,e=b.next,f=e||d,g=c&&"parentNode"===f,h=x++;return b.first?function(b,c,e){while(b=b[d])if(1===b.nodeType||g)return a(b,c,e);return!1}:function(b,c,i){var j,k,l,m=[w,h];if(i){while(b=b[d])if((1===b.nodeType||g)&&a(b,c,i))return!0}else while(b=b[d])if(1===b.nodeType||g)if(l=b[u]||(b[u]={}),k=l[b.uniqueID]||(l[b.uniqueID]={}),e&&e===b.nodeName.toLowerCase())b=b[d]||b;else{if((j=k[f])&&j[0]===w&&j[1]===h)return m[2]=j[2];if(k[f]=m,m[2]=a(b,c,i))return!0}return!1}}function ua(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d<e;d++)ga(a,b[d],c);return c}function wa(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function xa(a,b,c,d,e,f){return d&&!d[u]&&(d=xa(d)),e&&!e[u]&&(e=xa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||va(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:wa(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=wa(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[ta(ua(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return xa(i>1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i<e&&ya(a.slice(i,e)),e<f&&ya(a=a.slice(e)),e<f&&sa(a))}m.push(c)}return ua(m)}function za(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext,B=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,C=/^.[^:#\[\.,]*$/;function D(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):C.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(D(this,a||[],!1))},not:function(a){return this.pushStack(D(this,a||[],!0))},is:function(a){return!!D(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var E,F=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,G=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||E,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:F.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),B.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};G.prototype=r.fn,E=r(d);var H=/^(?:parents|prev(?:Until|All))/,I={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a<c;a++)if(r.contains(this,b[a]))return!0})},closest:function(a,b){var c,d=0,e=this.length,f=[],g="string"!=typeof a&&r(a);if(!A.test(a))for(;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function J(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return J(a,"nextSibling")},prev:function(a){return J(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return a.contentDocument||r.merge([],a.childNodes)}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(I[a]||r.uniqueSort(e),H.test(a)&&e.reverse()),this.pushStack(e)}});var K=/[^\x20\t\r\n\f]+/g;function L(a){var b={};return r.each(a.match(K)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?L(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){r.each(b,function(b,c){r.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==r.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return r.each(arguments,function(a,b){var c;while((c=r.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function M(a){return a}function N(a){throw a}function O(a,b,c){var d;try{a&&r.isFunction(d=a.promise)?d.call(a).done(b).fail(c):a&&r.isFunction(d=a.then)?d.call(a,b,c):b.call(void 0,a)}catch(a){c.call(void 0,a)}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b<f)){if(a=d.apply(h,i),a===c.promise())throw new TypeError("Thenable self-resolution");j=a&&("object"==typeof a||"function"==typeof a)&&a.then,r.isFunction(j)?e?j.call(a,g(f,c,M,e),g(f,c,N,e)):(f++,j.call(a,g(f,c,M,e),g(f,c,N,e),g(f,c,M,c.notifyWith))):(d!==M&&(h=void 0,i=[a]),(e||c.resolveWith)(h,i))}},k=e?j:function(){try{j()}catch(a){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(a,k.stackTrace),b+1>=f&&(d!==N&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:M,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:M)),c[2][3].add(g(0,a,r.isFunction(d)?d:N))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(O(a,g.done(h(c)).resolve,g.reject),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)O(e[c],h(c),g.reject);return g.promise()}});var P=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&P.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var Q=r.Deferred();r.fn.ready=function(a){return Q.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,holdReady:function(a){a?r.readyWait++:r.ready(!0)},ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||Q.resolveWith(d,[r]))}}),r.ready.then=Q.then;function R(){d.removeEventListener("DOMContentLoaded",R),
a.removeEventListener("load",R),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",R),a.addEventListener("load",R));var S=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)S(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},T=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function U(){this.expando=r.expando+U.uid++}U.uid=1,U.prototype={cache:function(a){var b=a[this.expando];return b||(b={},T(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[r.camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][r.camelCase(b)]},access:function(a,b,c){return void 0===b||b&&"string"==typeof b&&void 0===c?this.get(a,b):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d=a[this.expando];if(void 0!==d){if(void 0!==b){r.isArray(b)?b=b.map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(K)||[]),c=b.length;while(c--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!r.isEmptyObject(b)}};var V=new U,W=new U,X=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Y=/[A-Z]/g;function Z(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:X.test(a)?JSON.parse(a):a)}function $(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Y,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c=Z(c)}catch(e){}W.set(a,b,c)}else c=void 0;return c}r.extend({hasData:function(a){return W.hasData(a)||V.hasData(a)},data:function(a,b,c){return W.access(a,b,c)},removeData:function(a,b){W.remove(a,b)},_data:function(a,b,c){return V.access(a,b,c)},_removeData:function(a,b){V.remove(a,b)}}),r.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=W.get(f),1===f.nodeType&&!V.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=r.camelCase(d.slice(5)),$(f,d,e[d])));V.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){W.set(this,a)}):S(this,function(b){var c;if(f&&void 0===b){if(c=W.get(f,a),void 0!==c)return c;if(c=$(f,a),void 0!==c)return c}else this.each(function(){W.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){W.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=V.get(a,b),c&&(!d||r.isArray(c)?d=V.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return V.get(a,c)||V.access(a,c,{empty:r.Callbacks("once memory").add(function(){V.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?r.queue(this[0],a):void 0===b?this:this.each(function(){var c=r.queue(this,a,b);r._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&r.dequeue(this,a)})},dequeue:function(a){return this.each(function(){r.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=r.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=V.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var _=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,aa=new RegExp("^(?:([+-])=|)("+_+")([a-z%]*)$","i"),ba=["Top","Right","Bottom","Left"],ca=function(a,b){return a=b||a,"none"===a.style.display||""===a.style.display&&r.contains(a.ownerDocument,a)&&"none"===r.css(a,"display")},da=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};function ea(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return r.css(a,b,"")},i=h(),j=c&&c[3]||(r.cssNumber[b]?"":"px"),k=(r.cssNumber[b]||"px"!==j&&+i)&&aa.exec(r.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,r.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var fa={};function ga(a){var b,c=a.ownerDocument,d=a.nodeName,e=fa[d];return e?e:(b=c.body.appendChild(c.createElement(d)),e=r.css(b,"display"),b.parentNode.removeChild(b),"none"===e&&(e="block"),fa[d]=e,e)}function ha(a,b){for(var c,d,e=[],f=0,g=a.length;f<g;f++)d=a[f],d.style&&(c=d.style.display,b?("none"===c&&(e[f]=V.get(d,"display")||null,e[f]||(d.style.display="")),""===d.style.display&&ca(d)&&(e[f]=ga(d))):"none"!==c&&(e[f]="none",V.set(d,"display",c)));for(f=0;f<g;f++)null!=e[f]&&(a[f].style.display=e[f]);return a}r.fn.extend({show:function(){return ha(this,!0)},hide:function(){return ha(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){ca(this)?r(this).show():r(this).hide()})}});var ia=/^(?:checkbox|radio)$/i,ja=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,ka=/^$|\/(?:java|ecma)script/i,la={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};la.optgroup=la.option,la.tbody=la.tfoot=la.colgroup=la.caption=la.thead,la.th=la.td;function ma(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&r.nodeName(a,b)?r.merge([a],c):c}function na(a,b){for(var c=0,d=a.length;c<d;c++)V.set(a[c],"globalEval",!b||V.get(b[c],"globalEval"))}var oa=/<|&#?\w+;/;function pa(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else if(oa.test(f)){g=g||l.appendChild(b.createElement("div")),h=(ja.exec(f)||["",""])[1].toLowerCase(),i=la[h]||la._default,g.innerHTML=i[1]+r.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;r.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",n=0;while(f=m[n++])if(d&&r.inArray(f,d)>-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=ma(l.appendChild(f),"script"),j&&na(g),c){k=0;while(f=g[k++])ka.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var qa=d.documentElement,ra=/^key/,sa=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ta=/^([^.]*)(?:\.(.+)|)/;function ua(){return!0}function va(){return!1}function wa(){try{return d.activeElement}catch(a){}}function xa(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)xa(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=va;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(qa,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(K)||[""],j=b.length;while(j--)h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=V.hasData(a)&&V.get(a);if(q&&(i=q.events)){b=(b||"").match(K)||[""],j=b.length;while(j--)if(h=ta.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&V.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(V.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c<arguments.length;c++)i[c]=arguments[c];if(b.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,b)!==!1){h=r.event.handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=0;while((g=f.handlers[d++])&&!b.isImmediatePropagationStopped())b.rnamespace&&!b.rnamespace.test(g.namespace)||(b.handleObj=g,b.data=g.data,e=((r.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(b.result=e)===!1&&(b.preventDefault(),b.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,b),b.result}},handlers:function(a,b){var c,d,e,f,g,h=[],i=b.delegateCount,j=a.target;if(i&&j.nodeType&&!("click"===a.type&&a.button>=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c<i;c++)d=b[c],e=d.selector+" ",void 0===g[e]&&(g[e]=d.needsContext?r(e,this).index(j)>-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i<b.length&&h.push({elem:j,handlers:b.slice(i)}),h},addProp:function(a,b){Object.defineProperty(r.Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==wa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===wa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&r.nodeName(this,"input"))return this.click(),!1},_default:function(a){return r.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},r.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},r.Event=function(a,b){return this instanceof r.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ua:va,this.target=a.target&&3===a.target.nodeType?a.target.parentNode:a.target,this.currentTarget=a.currentTarget,this.relatedTarget=a.relatedTarget):this.type=a,b&&r.extend(this,b),this.timeStamp=a&&a.timeStamp||r.now(),void(this[r.expando]=!0)):new r.Event(a,b)},r.Event.prototype={constructor:r.Event,isDefaultPrevented:va,isPropagationStopped:va,isImmediatePropagationStopped:va,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ua,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ua,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ua,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&ra.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&sa.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){r.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||r.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),r.fn.extend({on:function(a,b,c,d){return xa(this,a,b,c,d)},one:function(a,b,c,d){return xa(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,r(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=va),this.each(function(){r.event.remove(this,a,c,b)})}});var ya=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,za=/<script|<style|<link/i,Aa=/checked\s*(?:[^=]|=\s*.checked.)/i,Ba=/^true\/(.*)/,Ca=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Da(a,b){return r.nodeName(a,"table")&&r.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a:a}function Ea(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Fa(a){var b=Ba.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ga(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(V.hasData(a)&&(f=V.access(a),g=V.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c<d;c++)r.event.add(b,e,j[e][c])}W.hasData(a)&&(h=W.access(a),i=r.extend({},h),W.set(b,i))}}function Ha(a,b){var c=b.nodeName.toLowerCase();"input"===c&&ia.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function Ia(a,b,c,d){b=g.apply([],b);var e,f,h,i,j,k,l=0,m=a.length,n=m-1,q=b[0],s=r.isFunction(q);if(s||m>1&&"string"==typeof q&&!o.checkClone&&Aa.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ia(f,b,c,d)});if(m&&(e=pa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(ma(e,"script"),Ea),i=h.length;l<m;l++)j=e,l!==n&&(j=r.clone(j,!0,!0),i&&r.merge(h,ma(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocument,r.map(h,Fa),l=0;l<i;l++)j=h[l],ka.test(j.type||"")&&!V.access(j,"globalEval")&&r.contains(k,j)&&(j.src?r._evalUrl&&r._evalUrl(j.src):p(j.textContent.replace(Ca,""),k))}return a}function Ja(a,b,c){for(var d,e=b?r.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||r.cleanData(ma(d)),d.parentNode&&(c&&r.contains(d.ownerDocument,d)&&na(ma(d,"script")),d.parentNode.removeChild(d));return a}r.extend({htmlPrefilter:function(a){return a.replace(ya,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=ma(h),f=ma(a),d=0,e=f.length;d<e;d++)Ha(f[d],g[d]);if(b)if(c)for(f=f||ma(a),g=g||ma(h),d=0,e=f.length;d<e;d++)Ga(f[d],g[d]);else Ga(a,h);return g=ma(h,"script"),g.length>0&&na(g,!i&&ma(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(T(c)){if(b=c[V.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[V.expando]=void 0}c[W.expando]&&(c[W.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ja(this,a,!0)},remove:function(a){return Ja(this,a)},text:function(a){return S(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.appendChild(a)}})},prepend:function(){return Ia(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Da(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ia(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(ma(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return S(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!za.test(a)&&!la[(ja.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(r.cleanData(ma(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ia(this,arguments,function(b){var c=this.parentNode;r.inArray(this,a)<0&&(r.cleanData(ma(this)),c&&c.replaceChild(b,this))},a)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){r.fn[a]=function(a){for(var c,d=[],e=r(a),f=e.length-1,g=0;g<=f;g++)c=g===f?this:this.clone(!0),r(e[g])[b](c),h.apply(d,c.get());return this.pushStack(d)}});var Ka=/^margin/,La=new RegExp("^("+_+")(?!px)[a-z%]+$","i"),Ma=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)};!function(){function b(){if(i){i.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",i.innerHTML="",qa.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,qa.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",h.appendChild(i),r.extend(o,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return b(),e},pixelMarginRight:function(){return b(),f},reliableMarginLeft:function(){return b(),g}}))}();function Na(a,b,c){var d,e,f,g,h=a.style;return c=c||Ma(a),c&&(g=c.getPropertyValue(b)||c[b],""!==g||r.contains(a.ownerDocument,a)||(g=r.style(a,b)),!o.pixelMarginRight()&&La.test(g)&&Ka.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function Oa(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Pa=/^(none|table(?!-c[ea]).+)/,Qa={position:"absolute",visibility:"hidden",display:"block"},Ra={letterSpacing:"0",fontWeight:"400"},Sa=["Webkit","Moz","ms"],Ta=d.createElement("div").style;function Ua(a){if(a in Ta)return a;var b=a[0].toUpperCase()+a.slice(1),c=Sa.length;while(c--)if(a=Sa[c]+b,a in Ta)return a}function Va(a,b,c){var d=aa.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Wa(a,b,c,d,e){var f,g=0;for(f=c===(d?"border":"content")?4:"width"===b?1:0;f<4;f+=2)"margin"===c&&(g+=r.css(a,c+ba[f],!0,e)),d?("content"===c&&(g-=r.css(a,"padding"+ba[f],!0,e)),"margin"!==c&&(g-=r.css(a,"border"+ba[f]+"Width",!0,e))):(g+=r.css(a,"padding"+ba[f],!0,e),"padding"!==c&&(g+=r.css(a,"border"+ba[f]+"Width",!0,e)));return g}function Xa(a,b,c){var d,e=!0,f=Ma(a),g="border-box"===r.css(a,"boxSizing",!1,f);if(a.getClientRects().length&&(d=a.getBoundingClientRect()[b]),d<=0||null==d){if(d=Na(a,b,f),(d<0||null==d)&&(d=a.style[b]),La.test(d))return d;e=g&&(o.boxSizingReliable()||d===a.style[b]),d=parseFloat(d)||0}return d+Wa(a,b,c||(g?"border":"content"),e,f)+"px"}r.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Na(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=r.camelCase(b),i=a.style;return b=r.cssProps[h]||(r.cssProps[h]=Ua(h)||h),g=r.cssHooks[b]||r.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=aa.exec(c))&&e[1]&&(c=ea(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(r.cssNumber[h]?"":"px")),o.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=r.camelCase(b);return b=r.cssProps[h]||(r.cssProps[h]=Ua(h)||h),g=r.cssHooks[b]||r.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Na(a,b,d)),"normal"===e&&b in Ra&&(e=Ra[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),r.each(["height","width"],function(a,b){r.cssHooks[b]={get:function(a,c,d){if(c)return!Pa.test(r.css(a,"display"))||a.getClientRects().length&&a.getBoundingClientRect().width?Xa(a,b,d):da(a,Qa,function(){return Xa(a,b,d)})},set:function(a,c,d){var e,f=d&&Ma(a),g=d&&Wa(a,b,d,"border-box"===r.css(a,"boxSizing",!1,f),f);return g&&(e=aa.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=r.css(a,b)),Va(a,c,g)}}}),r.cssHooks.marginLeft=Oa(o.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Na(a,"marginLeft"))||a.getBoundingClientRect().left-da(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(a,b){r.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];d<4;d++)e[a+ba[d]+b]=f[d]||f[d-2]||f[0];return e}},Ka.test(a)||(r.cssHooks[a+b].set=Va)}),r.fn.extend({css:function(a,b){return S(this,function(a,b,c){var d,e,f={},g=0;if(r.isArray(b)){for(d=Ma(a),e=b.length;g<e;g++)f[b[g]]=r.css(a,b[g],!1,d);return f}return void 0!==c?r.style(a,b,c):r.css(a,b)},a,b,arguments.length>1)}});function Ya(a,b,c,d,e){return new Ya.prototype.init(a,b,c,d,e)}r.Tween=Ya,Ya.prototype={constructor:Ya,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=Ya.propHooks[this.prop];return a&&a.get?a.get(this):Ya.propHooks._default.get(this)},run:function(a){var b,c=Ya.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ya.propHooks._default.set(this),this}},Ya.prototype.init.prototype=Ya.prototype,Ya.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},Ya.propHooks.scrollTop=Ya.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=Ya.prototype.init,r.fx.step={};var Za,$a,_a=/^(?:toggle|show|hide)$/,ab=/queueHooks$/;function bb(){$a&&(a.requestAnimationFrame(bb),r.fx.tick())}function cb(){return a.setTimeout(function(){Za=void 0}),Za=r.now()}function db(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ba[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function eb(a,b,c){for(var d,e=(hb.tweeners[b]||[]).concat(hb.tweeners["*"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function fb(a,b,c){var d,e,f,g,h,i,j,k,l="width"in b||"height"in b,m=this,n={},o=a.style,p=a.nodeType&&ca(a),q=V.get(a,"fxshow");c.queue||(g=r._queueHooks(a,"fx"),null==g.unqueued&&(g.unqueued=0,h=g.empty.fire,g.empty.fire=function(){g.unqueued||h()}),g.unqueued++,m.always(function(){m.always(function(){g.unqueued--,r.queue(a,"fx").length||g.empty.fire()})}));for(d in b)if(e=b[d],_a.test(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}n[d]=q&&q[d]||r.style(a,d)}if(i=!r.isEmptyObject(b),i||!r.isEmptyObject(n)){l&&1===a.nodeType&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=q&&q.display,null==j&&(j=V.get(a,"display")),k=r.css(a,"display"),"none"===k&&(j?k=j:(ha([a],!0),j=a.style.display||j,k=r.css(a,"display"),ha([a]))),("inline"===k||"inline-block"===k&&null!=j)&&"none"===r.css(a,"float")&&(i||(m.done(function(){o.display=j}),null==j&&(k=o.display,j="none"===k?"":k)),o.display="inline-block")),c.overflow&&(o.overflow="hidden",m.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]})),i=!1;for(d in n)i||(q?"hidden"in q&&(p=q.hidden):q=V.access(a,"fxshow",{display:j}),f&&(q.hidden=!p),p&&ha([a],!0),m.done(function(){p||ha([a]),V.remove(a,"fxshow");for(d in n)r.style(a,d,n[d])})),i=eb(p?q[d]:0,d,m),d in q||(q[d]=i.start,p&&(i.end=i.start,i.start=0))}}function gb(a,b){var c,d,e,f,g;for(c in a)if(d=r.camelCase(c),e=b[d],f=a[c],r.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=r.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function hb(a,b,c){var d,e,f=0,g=hb.prefilters.length,h=r.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Za||cb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:r.extend({},b),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},c),originalProperties:b,originalOptions:c,startTime:Za||cb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=r.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(gb(k,j.opts.specialEasing);f<g;f++)if(d=hb.prefilters[f].call(j,a,k,j.opts))return r.isFunction(d.stop)&&(r._queueHooks(j.elem,j.opts.queue).stop=r.proxy(d.stop,d)),d;return r.map(k,eb,j),r.isFunction(j.opts.start)&&j.opts.start.call(a,j),r.fx.timer(r.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}r.Animation=r.extend(hb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return ea(c.elem,a,aa.exec(b),c),c}]},tweener:function(a,b){r.isFunction(a)?(b=a,a=["*"]):a=a.match(K);for(var c,d=0,e=a.length;d<e;d++)c=a[d],hb.tweeners[c]=hb.tweeners[c]||[],hb.tweeners[c].unshift(b)},prefilters:[fb],prefilter:function(a,b){b?hb.prefilters.unshift(a):hb.prefilters.push(a)}}),r.speed=function(a,b,c){var e=a&&"object"==typeof a?r.extend({},a):{complete:c||!c&&b||r.isFunction(a)&&a,duration:a,easing:c&&b||b&&!r.isFunction(b)&&b};return r.fx.off||d.hidden?e.duration=0:"number"!=typeof e.duration&&(e.duration in r.fx.speeds?e.duration=r.fx.speeds[e.duration]:e.duration=r.fx.speeds._default),null!=e.queue&&e.queue!==!0||(e.queue="fx"),e.old=e.complete,e.complete=function(){r.isFunction(e.old)&&e.old.call(this),e.queue&&r.dequeue(this,e.queue)},e},r.fn.extend({fadeTo:function(a,b,c,d){return this.filter(ca).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=r.isEmptyObject(a),f=r.speed(b,c,d),g=function(){var b=hb(this,r.extend({},a),f);(e||V.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=r.timers,g=V.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&ab.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||r.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=V.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=r.timers,g=d?d.length:0;for(c.finish=!0,r.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),r.each(["toggle","show","hide"],function(a,b){var c=r.fn[b];r.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(db(b,!0),a,d,e)}}),r.each({slideDown:db("show"),slideUp:db("hide"),slideToggle:db("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){r.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),r.timers=[],r.fx.tick=function(){var a,b=0,c=r.timers;for(Za=r.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||r.fx.stop(),Za=void 0},r.fx.timer=function(a){r.timers.push(a),a()?r.fx.start():r.timers.pop()},r.fx.interval=13,r.fx.start=function(){$a||($a=a.requestAnimationFrame?a.requestAnimationFrame(bb):a.setInterval(r.fx.tick,r.fx.interval))},r.fx.stop=function(){a.cancelAnimationFrame?a.cancelAnimationFrame($a):a.clearInterval($a),$a=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(b,c){return b=r.fx?r.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",o.checkOn=""!==a.value,o.optSelected=c.selected,a=d.createElement("input"),a.value="t",a.type="radio",o.radioValue="t"===a.value}();var ib,jb=r.expr.attrHandle;r.fn.extend({attr:function(a,b){return S(this,r.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?ib:void 0)),
void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&r.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(K);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),ib={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=jb[b]||r.find.attr;jb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=jb[g],jb[g]=e,e=null!=c(a,b,d)?g:null,jb[g]=f),e}});var kb=/^(?:input|select|textarea|button)$/i,lb=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return S(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):kb.test(a.nodeName)||lb.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function mb(a){var b=a.match(K)||[];return b.join(" ")}function nb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,nb(this)))});if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,nb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(K)||[];while(c=this[i++])if(e=nb(c),d=1===c.nodeType&&" "+mb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=mb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,nb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(K)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=nb(this),b&&V.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":V.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+mb(nb(c))+" ").indexOf(b)>-1)return!0;return!1}});var ob=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":r.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(ob,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:mb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d<i;d++)if(c=e[d],(c.selected||d===f)&&!c.disabled&&(!c.parentNode.disabled||!r.nodeName(c.parentNode,"optgroup"))){if(b=r(c).val(),g)return b;h.push(b)}return h},set:function(a,b){var c,d,e=a.options,f=r.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=r.inArray(r.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(r.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var pb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!pb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,pb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(V.get(h,"events")||{})[b.type]&&V.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&T(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!T(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=V.access(d,b);e||d.addEventListener(a,c,!0),V.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=V.access(d,b)-1;e?V.access(d,b,e):(d.removeEventListener(a,c,!0),V.remove(d,b))}}});var qb=a.location,rb=r.now(),sb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var tb=/\[\]$/,ub=/\r?\n/g,vb=/^(?:submit|button|image|reset|file)$/i,wb=/^(?:input|select|textarea|keygen)/i;function xb(a,b,c,d){var e;if(r.isArray(b))r.each(b,function(b,e){c||tb.test(a)?d(a,e):xb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)xb(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(r.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)xb(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&wb.test(this.nodeName)&&!vb.test(a)&&(this.checked||!ia.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:r.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(ub,"\r\n")}}):{name:b.name,value:c.replace(ub,"\r\n")}}).get()}});var yb=/%20/g,zb=/#.*$/,Ab=/([?&])_=[^&]*/,Bb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Cb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Db=/^(?:GET|HEAD)$/,Eb=/^\/\//,Fb={},Gb={},Hb="*/".concat("*"),Ib=d.createElement("a");Ib.href=qb.href;function Jb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(K)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Kb(a,b,c,d){var e={},f=a===Gb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Lb(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Mb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Nb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:qb.href,type:"GET",isLocal:Cb.test(qb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Hb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Lb(Lb(a,r.ajaxSettings),b):Lb(r.ajaxSettings,a)},ajaxPrefilter:Jb(Fb),ajaxTransport:Jb(Gb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Bb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||qb.href)+"").replace(Eb,qb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(K)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Ib.protocol+"//"+Ib.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Kb(Fb,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Db.test(o.type),f=o.url.replace(zb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(yb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(sb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Ab,"$1"),n=(sb.test(f)?"&":"?")+"_="+rb++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Hb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Kb(Gb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Mb(o,y,d)),v=Nb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Ob={0:200,1223:204},Pb=r.ajaxSettings.xhr();o.cors=!!Pb&&"withCredentials"in Pb,o.ajax=Pb=!!Pb,r.ajaxTransport(function(b){var c,d;if(o.cors||Pb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Ob[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Qb=[],Rb=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Qb.pop()||r.expando+"_"+rb++;return this[a]=!0,a}}),r.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Rb.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Rb.test(b.data)&&"data");if(h||"jsonp"===b.dataTypes[0])return e=b.jsonpCallback=r.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Rb,"$1"+e):b.jsonp!==!1&&(b.url+=(sb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||r.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?r(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Qb.push(e)),g&&r.isFunction(f)&&f(g[0]),g=f=void 0}),"script"}),o.createHTMLDocument=function(){var a=d.implementation.createHTMLDocument("").body;return a.innerHTML="<form></form><form></form>",2===a.childNodes.length}(),r.parseHTML=function(a,b,c){if("string"!=typeof a)return[];"boolean"==typeof b&&(c=b,b=!1);var e,f,g;return b||(o.createHTMLDocument?(b=d.implementation.createHTMLDocument(""),e=b.createElement("base"),e.href=d.location.href,b.head.appendChild(e)):b=d),f=B.exec(a),g=!c&&[],f?[b.createElement(f[1])]:(f=pa([a],b,g),g&&g.length&&r(g).remove(),r.merge([],f.childNodes))},r.fn.load=function(a,b,c){var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=mb(a.slice(h)),a=a.slice(0,h)),r.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&r.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?r("<div>").append(r.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){r.fn[b]=function(a){return this.on(b,a)}}),r.expr.pseudos.animated=function(a){return r.grep(r.timers,function(b){return a===b.elem}).length};function Sb(a){return r.isWindow(a)?a:9===a.nodeType&&a.defaultView}r.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=r.css(a,"position"),l=r(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=r.css(a,"top"),i=r.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),r.isFunction(b)&&(b=b.call(a,c,r.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},r.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){r.offset.setOffset(this,a,b)});var b,c,d,e,f=this[0];if(f)return f.getClientRects().length?(d=f.getBoundingClientRect(),d.width||d.height?(e=f.ownerDocument,c=Sb(e),b=e.documentElement,{top:d.top+c.pageYOffset-b.clientTop,left:d.left+c.pageXOffset-b.clientLeft}):d):{top:0,left:0}},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===r.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),r.nodeName(a[0],"html")||(d=a.offset()),d={top:d.top+r.css(a[0],"borderTopWidth",!0),left:d.left+r.css(a[0],"borderLeftWidth",!0)}),{top:b.top-d.top-r.css(c,"marginTop",!0),left:b.left-d.left-r.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===r.css(a,"position"))a=a.offsetParent;return a||qa})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;r.fn[a]=function(d){return S(this,function(a,d,e){var f=Sb(a);return void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),r.each(["top","left"],function(a,b){r.cssHooks[b]=Oa(o.pixelPosition,function(a,c){if(c)return c=Na(a,b),La.test(c)?r(a).position()[b]+"px":c})}),r.each({Height:"height",Width:"width"},function(a,b){r.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){r.fn[d]=function(e,f){var g=arguments.length&&(c||"boolean"!=typeof e),h=c||(e===!0||f===!0?"margin":"border");return S(this,function(b,c,e){var f;return r.isWindow(b)?0===d.indexOf("outer")?b["inner"+a]:b.document.documentElement["client"+a]:9===b.nodeType?(f=b.documentElement,Math.max(b.body["scroll"+a],f["scroll"+a],b.body["offset"+a],f["offset"+a],f["client"+a])):void 0===e?r.css(b,c,h):r.style(b,c,e,h)},b,g?e:void 0,g)}})}),r.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),r.parseJSON=JSON.parse,"function"==typeof define&&define.amd&&define("jquery",[],function(){return r});var Tb=a.jQuery,Ub=a.$;return r.noConflict=function(b){return a.$===r&&(a.$=Ub),b&&a.jQuery===r&&(a.jQuery=Tb),r},b||(a.jQuery=a.$=r),r});
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Copyright (c) 2010-2016, Michael Bostock
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* The name Michael Bostock may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "properties": { "adm1_code": "IDN+99?", "OBJECTID_1": 3700, "diss_me": 10082, "adm1_cod_1": "IDN+99?", "iso_3166_2": "ID-", "wikipedia": null, "iso_a2": "ID", "adm0_sr": 8, "name": null, "name_alt": null, "name_local": null, "type": null, "type_en": null, "code_local": null, "code_hasc": "-99", "note": "IDN-99 (Indonesia minor island)", "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 0, "gadm_level": 0, "check_me": 20, "scalerank": 11, "datarank": 11, "abbrev": null, "postal": null, "area_sqkm": 0.0, "sameascity": -99, "labelrank": 20, "featurecla": "Admin-1 minor island", "name_len": 0, "mapcolor9": 6, "mapcolor13": 11, "fips": null, "fips_alt": null, "woe_id": -99, "woe_label": null, "woe_name": null, "latitude": -1.04563, "longitude": 104.223, "sov_a3": "IDN", "adm0_a3": "IDN", "adm0_label": 2, "admin": "Indonesia", "geonunit": "Indonesia", "gu_a3": "IDN", "gn_id": 0, "gn_name": null, "gns_id": 0, "gns_name": null, "gn_level": 0, "gn_region": null, "gn_a1_code": "ID.", "region_sub": null, "sub_code": null, "gns_level": 0, "gns_lang": null, "gns_adm1": null, "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 122.857676629000053, -10.959161065999851 ], [ 122.870697462000209, -10.964125257999811 ], [ 122.879730665000039, -10.970635674999897 ], [ 122.881032748000194, -10.976413669999857 ], [ 122.88160241000017, -10.981947523999878 ], [ 122.884125195999985, -10.985772393999895 ], [ 122.882334832000112, -10.9965145809999 ], [ 122.872325066000059, -10.999281507999868 ], [ 122.851654493000211, -10.988132419999843 ], [ 122.847341342000192, -10.980238539999874 ], [ 122.841156446000156, -10.973728122999873 ], [ 122.843272332000168, -10.967461846999839 ], [ 122.842133009000037, -10.961195570999877 ], [ 122.846690300000176, -10.962579033999859 ], [ 122.857676629000053, -10.959161065999851 ] ] ], [ [ [ 122.686208530000187, -10.820000908999859 ], [ 122.689056837000038, -10.826348565999879 ], [ 122.684743686000076, -10.828057549999883 ], [ 122.682302280000187, -10.826185804999824 ], [ 122.677256707000055, -10.829278252999899 ], [ 122.667084181000206, -10.822442315999893 ], [ 122.649912957000112, -10.808282158999873 ], [ 122.640065950999968, -10.798272393999881 ], [ 122.658050977000045, -10.795586846999896 ], [ 122.670502149000214, -10.798760674999869 ], [ 122.671885613000114, -10.806084893999881 ], [ 122.676036004000167, -10.810967705999843 ], [ 122.686208530000187, -10.820000908999859 ] ] ], [ [ [ 120.211436394000117, -10.306735934999935 ], [ 120.21127363400015, -10.312676690999865 ], [ 120.205821160000056, -10.31991952899989 ], [ 120.200450066000172, -10.32358163899984 ], [ 120.182627800000063, -10.324232679999881 ], [ 120.174896681000092, -10.322116794999872 ], [ 120.176280144000174, -10.315280856999863 ], [ 120.183441601999988, -10.310967705999857 ], [ 120.200124545000136, -10.306166273999864 ], [ 120.204437696000156, -10.306735934999935 ], [ 120.206960483000245, -10.30177174299989 ], [ 120.211436394000117, -10.306735934999935 ] ] ], [ [ [ 120.290049675000233, -8.895765882999868 ], [ 120.279144727000158, -8.898939710999841 ], [ 120.272959832000112, -8.896416924999826 ], [ 120.268890821000042, -8.891452731999863 ], [ 120.265635613000057, -8.889418226999837 ], [ 120.262950066, -8.886651299999883 ], [ 120.265228712000095, -8.882582289999917 ], [ 120.270681186000132, -8.87525807099982 ], [ 120.273529493000041, -8.869642835999827 ], [ 120.284027540000039, -8.85694752399985 ], [ 120.292816601999988, -8.85214609199987 ], [ 120.303802931000035, -8.856622002999828 ], [ 120.310313347000061, -8.865329684999907 ], [ 120.311859570999985, -8.881524346999868 ], [ 120.298431837000095, -8.892022393999838 ], [ 120.290049675000233, -8.895765882999868 ] ] ], [ [ [ 119.799978061000076, -8.814873955999886 ], [ 119.788991733000074, -8.823500257999896 ], [ 119.786468946000156, -8.821547132999854 ], [ 119.781586134000037, -8.820407809999907 ], [ 119.777679884000037, -8.821709893999909 ], [ 119.771413608000245, -8.816989841999899 ], [ 119.774750195999985, -8.800957940999822 ], [ 119.784027540000039, -8.789320570999806 ], [ 119.786631707000225, -8.787448825999846 ], [ 119.788666212000038, -8.791517835999898 ], [ 119.790700717000192, -8.793715101999879 ], [ 119.792735222, -8.79550546699987 ], [ 119.799571160000056, -8.797377210999841 ], [ 119.802744988000114, -8.807549737999878 ], [ 119.799978061000076, -8.814873955999886 ] ] ], [ [ [ 119.235769076000025, -8.669528903999918 ], [ 119.236175977000045, -8.678480726999851 ], [ 119.234222852000158, -8.677585544999857 ], [ 119.229502800000176, -8.676608981999891 ], [ 119.225840691, -8.689060153999904 ], [ 119.217784050000063, -8.68368905999985 ], [ 119.217784050000063, -8.67978280999985 ], [ 119.215017123000138, -8.676446221999825 ], [ 119.213552280000073, -8.673516533999901 ], [ 119.216237826000139, -8.671970309999864 ], [ 119.219574415000153, -8.67107512799987 ], [ 119.219248894000231, -8.664646091999856 ], [ 119.217051629000053, -8.660902601999823 ], [ 119.220469597000061, -8.657077731999905 ], [ 119.224701368000098, -8.65626392999981 ], [ 119.226898634000094, -8.651788018999838 ], [ 119.230560743000211, -8.653659763999897 ], [ 119.232269727000045, -8.656752210999883 ], [ 119.2427677740001, -8.663669528999876 ], [ 119.235769076000025, -8.669528903999918 ] ] ], [ [ [ 119.607106967000078, -8.646742445999806 ], [ 119.602712436000189, -8.654799085999841 ], [ 119.596120639000134, -8.659030856999863 ], [ 119.583099806000149, -8.653578382999825 ], [ 119.576589389000134, -8.654392184999921 ], [ 119.570485873000081, -8.6566708309999 ], [ 119.563975457000055, -8.66342538899984 ], [ 119.562429233000131, -8.673109632999811 ], [ 119.566416863000114, -8.685316664999874 ], [ 119.562022332000112, -8.687188408999845 ], [ 119.555023634000037, -8.675957940999837 ], [ 119.554209832000225, -8.671726169999914 ], [ 119.550873243000098, -8.670505466999899 ], [ 119.546885613000114, -8.671726169999914 ], [ 119.545909050000233, -8.67107512799987 ], [ 119.544037306000092, -8.664320570999834 ], [ 119.545420769000231, -8.660414320999834 ], [ 119.554535352000158, -8.658461195999891 ], [ 119.574147983000131, -8.646091403999847 ], [ 119.578542514000077, -8.640476169999857 ], [ 119.585297071000042, -8.635511976999808 ], [ 119.599619988000114, -8.632663669999857 ], [ 119.608571811000019, -8.636325778999904 ], [ 119.607106967000078, -8.646742445999806 ] ] ], [ [ [ 119.722178582000225, -8.505303643999838 ], [ 119.718760613000228, -8.512790622999901 ], [ 119.717702670000193, -8.50587330499981 ], [ 119.716726108000131, -8.498386325999931 ], [ 119.728119337000095, -8.489841403999904 ], [ 119.735524936000076, -8.497653903999904 ], [ 119.730886264000134, -8.50253671699987 ], [ 119.722178582000225, -8.505303643999838 ] ] ], [ [ [ 116.95150800900015, -8.421156507999811 ], [ 116.949229363000057, -8.436049085999855 ], [ 116.944021030000187, -8.438653252999856 ], [ 116.938243035, -8.434828382999839 ], [ 116.933034701000139, -8.436700127999899 ], [ 116.930023634000037, -8.438409112999821 ], [ 116.916514519000231, -8.445977471999868 ], [ 116.898855014000134, -8.449476820999848 ], [ 116.892507358000074, -8.449476820999848 ], [ 116.882985873000194, -8.445489190999879 ], [ 116.869313998000081, -8.44793059699991 ], [ 116.858815951000025, -8.452325127999885 ], [ 116.846527540000153, -8.450453382999825 ], [ 116.838145379000167, -8.446221612999906 ], [ 116.858815951000025, -8.440524997999916 ], [ 116.882660352000102, -8.434340101999851 ], [ 116.906748894000117, -8.436700127999899 ], [ 116.918142123000081, -8.436700127999899 ], [ 116.924082879, -8.428806247999844 ], [ 116.935394727000102, -8.422784112999835 ], [ 116.95150800900015, -8.421156507999811 ] ] ], [ [ [ 116.990896030000016, -8.40431080499981 ], [ 116.993988477000045, -8.406833591999913 ], [ 116.99708092500012, -8.40431080499981 ], [ 117.005300326000025, -8.407484632999868 ], [ 117.012624545000079, -8.40715911299985 ], [ 117.013356967000021, -8.413018487999892 ], [ 117.00814863400015, -8.417819919999872 ], [ 117.002452019000174, -8.416273695999834 ], [ 116.997569207000112, -8.418877862999835 ], [ 117.001638217000078, -8.422621351999865 ], [ 116.999034050000233, -8.424899997999844 ], [ 116.98471113400015, -8.431084893999909 ], [ 116.981537306000206, -8.414239190999908 ], [ 116.98536217500012, -8.405612888999897 ], [ 116.987803582000225, -8.401869398999864 ], [ 116.990896030000016, -8.40431080499981 ] ] ], [ [ [ 119.286713087000209, -8.413262627999842 ], [ 119.299001498000081, -8.41749439899985 ], [ 119.322438998000081, -8.407321872999901 ], [ 119.325694207000112, -8.411228122999901 ], [ 119.327321811000019, -8.416517835999883 ], [ 119.332692905000187, -8.421156507999811 ], [ 119.335134311000019, -8.428399346999839 ], [ 119.32846113400015, -8.437758070999863 ], [ 119.323985222000118, -8.453383070999848 ], [ 119.32129967500012, -8.455417575999874 ], [ 119.308441601999988, -8.435153903999861 ], [ 119.305918816000172, -8.436618747999916 ], [ 119.300303582000055, -8.450453382999825 ], [ 119.299082879000167, -8.457940362999892 ], [ 119.296804233000074, -8.463067315999908 ], [ 119.286713087000209, -8.467868747999887 ], [ 119.284108920000136, -8.465345960999883 ], [ 119.28174889400006, -8.457370700999917 ], [ 119.273773634000037, -8.44980234199987 ], [ 119.274912957000168, -8.441176039999874 ], [ 119.272959832000112, -8.43564218499985 ], [ 119.27173912900011, -8.425225518999866 ], [ 119.273448113000114, -8.419528903999876 ], [ 119.27173912900011, -8.407484632999868 ], [ 119.269460483000131, -8.402927341999913 ], [ 119.270355665000039, -8.399265231999877 ], [ 119.27637780000012, -8.395928643999852 ], [ 119.286713087000209, -8.413262627999842 ] ] ], [ [ [ 119.856293165000039, -8.373060804999838 ], [ 119.864675325999968, -8.375990492999861 ], [ 119.870453321000042, -8.372653903999918 ], [ 119.87199954500025, -8.378920179999881 ], [ 119.868093295000193, -8.386895440999837 ], [ 119.85816491000017, -8.396905205999829 ], [ 119.853200717000021, -8.392510674999841 ], [ 119.844818556000092, -8.391859632999882 ], [ 119.837168816000059, -8.386163018999895 ], [ 119.836110873000081, -8.374118747999887 ], [ 119.837901238000057, -8.372653903999918 ], [ 119.841644726999988, -8.373060804999838 ], [ 119.84408613400015, -8.371026299999897 ], [ 119.850677931000206, -8.3676083309999 ], [ 119.856293165000039, -8.373060804999838 ] ] ], [ [ [ 116.038340691000172, -8.35898202899989 ], [ 116.033783399000214, -8.361504815999822 ], [ 116.029470248000024, -8.355726820999848 ], [ 116.033376498000138, -8.345147393999895 ], [ 116.04192142000025, -8.346530856999877 ], [ 116.042491082000112, -8.354587497999901 ], [ 116.038340691000172, -8.35898202899989 ] ] ], [ [ [ 128.720388217000078, -8.204766533999887 ], [ 128.718190951000082, -8.205987237999892 ], [ 128.718597852000158, -8.203871351999894 ], [ 128.720388217000078, -8.204766533999887 ] ] ], [ [ [ 117.410166863000114, -8.150079033999845 ], [ 117.404795769000231, -8.153903903999861 ], [ 117.396494988000057, -8.156426690999865 ], [ 117.386485222000175, -8.16017017999981 ], [ 117.382741733000245, -8.15911223799985 ], [ 117.381683789999983, -8.160821221999853 ], [ 117.377940300000176, -8.164727471999853 ], [ 117.370290561000019, -8.165134372999859 ], [ 117.362559441, -8.162937106999863 ], [ 117.357920769000117, -8.159681898999821 ], [ 117.349375847000175, -8.160251559999878 ], [ 117.352956576000139, -8.152520440999879 ], [ 117.361989780000073, -8.150160414999917 ], [ 117.376556837000095, -8.151462497999916 ], [ 117.385834181000149, -8.138197523999892 ], [ 117.398936394000117, -8.135918877999828 ], [ 117.410004102000045, -8.136488539999888 ], [ 117.414154493000098, -8.137790622999887 ], [ 117.416514519000231, -8.140557549999841 ], [ 117.421397332000112, -8.141452731999934 ], [ 117.417653842000078, -8.145847263999912 ], [ 117.411875847, -8.146416924999883 ], [ 117.410166863000114, -8.150079033999845 ] ] ], [ [ [ 129.839203321000042, -8.204115492999932 ], [ 129.825043165000039, -8.21656666499986 ], [ 129.819265170000136, -8.217705987999892 ], [ 129.815277540000153, -8.215508721999896 ], [ 129.811452670000136, -8.216159763999855 ], [ 129.80730228000013, -8.21266041499986 ], [ 129.807790561000189, -8.205824476999837 ], [ 129.813324415000039, -8.198988539999917 ], [ 129.838308139000134, -8.148776950999846 ], [ 129.901459181000206, -8.106052341999927 ], [ 129.915537957000055, -8.097832940999837 ], [ 129.919851108000245, -8.102878513999869 ], [ 129.920420769000231, -8.108330987999892 ], [ 129.917084181000206, -8.118015231999863 ], [ 129.916514519000231, -8.121840101999879 ], [ 129.91285241000017, -8.128024997999844 ], [ 129.90463300899998, -8.136407158999901 ], [ 129.894216342000192, -8.138848565999837 ], [ 129.875173373000194, -8.152601820999863 ], [ 129.839203321000042, -8.204115492999932 ] ] ], [ [ [ 117.765065950999968, -8.104587497999873 ], [ 117.757172070999985, -8.117201429999852 ], [ 117.749359571000042, -8.114108981999863 ], [ 117.740896030000073, -8.10613372199991 ], [ 117.745941601999988, -8.094821872999916 ], [ 117.765065950999968, -8.104587497999873 ] ] ], [ [ [ 125.759613477000158, -8.019870700999874 ], [ 125.737803582000112, -8.055596612999906 ], [ 125.732269727000158, -8.047784112999821 ], [ 125.728282097000175, -8.027520440999893 ], [ 125.722341342000078, -8.01734791499986 ], [ 125.722178582000112, -7.998549085999812 ], [ 125.719737175000063, -7.987969658999859 ], [ 125.722504102000045, -7.979750257999854 ], [ 125.728526238000228, -7.969659112999892 ], [ 125.733327670000136, -7.96851978999986 ], [ 125.741628451000025, -7.978610934999921 ], [ 125.751638217000192, -7.990248304999838 ], [ 125.758311394000231, -8.004733981999877 ], [ 125.759613477000158, -8.019870700999874 ] ] ], [ [ [ 129.557383660000056, -7.928073825999917 ], [ 129.538747592000078, -7.957452080999829 ], [ 129.526621941000172, -7.952080987999864 ], [ 129.514414910000113, -7.941257419999872 ], [ 129.512950066000059, -7.884942315999893 ], [ 129.515716993000098, -7.877618096999896 ], [ 129.514496290000096, -7.87086353999986 ], [ 129.507009311000189, -7.860691013999912 ], [ 129.506683789999983, -7.855970960999812 ], [ 129.509776238000057, -7.851901950999846 ], [ 129.516612175000063, -7.852390231999919 ], [ 129.541026238000228, -7.873549085999841 ], [ 129.546315951000025, -7.887546481999891 ], [ 129.55925540500013, -7.906752210999855 ], [ 129.560801629000167, -7.918389580999857 ], [ 129.557383660000056, -7.928073825999917 ] ] ], [ [ [ 121.748464389000134, -7.293715101999823 ], [ 121.733083530000187, -7.298760674999855 ], [ 121.731130405000016, -7.293715101999823 ], [ 121.734304233000074, -7.288750908999873 ], [ 121.732676629000167, -7.285658460999883 ], [ 121.731537306000149, -7.282647393999881 ], [ 121.739919467000192, -7.281996351999837 ], [ 121.745860222, -7.275079033999845 ], [ 121.747569207000225, -7.270033460999812 ], [ 121.75424238399998, -7.265720309999892 ], [ 121.767670118000098, -7.264499606999877 ], [ 121.781911655000187, -7.273451429999824 ], [ 121.7779240240001, -7.287367445999806 ], [ 121.760752800000063, -7.289971612999892 ], [ 121.748464389000134, -7.293715101999823 ] ] ], [ [ [ 113.796397332000112, -7.231784763999855 ], [ 113.779226108000074, -7.232598565999865 ], [ 113.749766472, -7.219577731999877 ], [ 113.748708530000073, -7.215020440999837 ], [ 113.753591342000135, -7.208998304999838 ], [ 113.783457879, -7.212985934999907 ], [ 113.806488477000102, -7.217461846999868 ], [ 113.806407097000118, -7.223321221999825 ], [ 113.796397332000112, -7.231784763999855 ] ] ], [ [ [ 113.925303582000112, -7.181898695999806 ], [ 113.942881707000112, -7.216241143999852 ], [ 113.951914910000056, -7.229668877999842 ], [ 113.944916212000038, -7.22665780999985 ], [ 113.935394727000158, -7.216892184999892 ], [ 113.931651238000114, -7.210870049999897 ], [ 113.924489780000073, -7.206638278999876 ], [ 113.897797071000156, -7.212741794999857 ], [ 113.885508660000113, -7.209730726999865 ], [ 113.884450717000021, -7.19679127399985 ], [ 113.89673912900011, -7.184584242999875 ], [ 113.917165561000076, -7.177260023999878 ], [ 113.925303582000112, -7.181898695999806 ] ] ], [ [ [ 114.772552931000206, -7.139174085999883 ], [ 114.769786004000053, -7.140476169999886 ], [ 114.759613476999988, -7.132582289999903 ], [ 114.760590040000096, -7.130303643999838 ], [ 114.759043816000059, -7.126885674999841 ], [ 114.770681186000076, -7.123711846999868 ], [ 114.781911655000073, -7.118991794999857 ], [ 114.781260613000114, -7.128838799999883 ], [ 114.779633009000094, -7.135511976999837 ], [ 114.772552931000206, -7.139174085999883 ] ] ], [ [ [ 134.493500196000042, -7.06202564899985 ], [ 134.504259499000028, -7.069887121999898 ], [ 134.530507427000117, -7.067130004999854 ], [ 134.535676068000186, -7.080615863999853 ], [ 134.522567253, -7.099184393999849 ], [ 134.507558699000157, -7.091749341999915 ], [ 134.494433005000047, -7.091295041999899 ], [ 134.485036655000073, -7.088311455999857 ], [ 134.477793816000059, -7.089532158999873 ], [ 134.472867468000032, -7.088986404999929 ], [ 134.475674055000098, -7.080144945999891 ], [ 134.488047722000175, -7.065443617999946 ], [ 134.493500196000042, -7.06202564899985 ] ] ], [ [ [ 114.060069207000112, -7.101901950999903 ], [ 114.056162957000112, -7.113295179999881 ], [ 113.992442254000053, -7.107842705999843 ], [ 113.94996178500017, -7.092461846999896 ], [ 113.941172722, -7.085381768999838 ], [ 113.934743686000189, -7.074069919999857 ], [ 113.941905144000231, -7.062595309999907 ], [ 113.950856967000078, -7.058851820999877 ], [ 113.953379754000167, -7.061781507999811 ], [ 113.962494337000095, -7.066582940999879 ], [ 114.038096550000063, -7.074802341999884 ], [ 114.052012566000172, -7.083347263999897 ], [ 114.060069207000112, -7.101901950999903 ] ] ], [ [ [ 115.624522332000225, -7.034030856999919 ], [ 115.628347201000082, -7.049493096999839 ], [ 115.625498894000117, -7.065850518999852 ], [ 115.608083530000073, -7.060153903999876 ], [ 115.609385613000228, -7.05209726399984 ], [ 115.599375847000175, -7.051202080999843 ], [ 115.593923373000138, -7.052748304999881 ], [ 115.593109571000042, -7.049574476999823 ], [ 115.594899936000189, -7.047133070999891 ], [ 115.590261264000247, -7.0375302059999 ], [ 115.599131707000225, -7.038425388999897 ], [ 115.615082227000045, -7.041680596999853 ], [ 115.624522332000225, -7.034030856999919 ] ] ], [ [ [ 105.565684441000116, -7.012220960999869 ], [ 105.547780795000136, -7.017917575999846 ], [ 105.51856530000012, -7.011000257999854 ], [ 105.520437045000079, -7.00229257599986 ], [ 105.527354363000057, -7.000095309999878 ], [ 105.528656446000156, -6.997979424999869 ], [ 105.534190300000063, -6.997328382999825 ], [ 105.559255405000187, -7.00326913899984 ], [ 105.565684441000116, -7.012220960999869 ] ] ], [ [ [ 131.943044467000078, -7.070326429999824 ], [ 131.924408399000043, -7.078057549999841 ], [ 131.910411004, -7.068129164999917 ], [ 131.915619337000095, -7.048760674999912 ], [ 131.928884311000019, -7.037611585999883 ], [ 131.934743686000076, -7.034600518999881 ], [ 131.986175977000158, -6.990736585999841 ], [ 131.998464389000134, -6.985935153999847 ], [ 132.00814863399998, -6.986586195999806 ], [ 132.007172071000042, -6.992282809999878 ], [ 131.987966342000078, -7.007094007999854 ], [ 131.955983920000079, -7.059177341999899 ], [ 131.943044467000078, -7.070326429999824 ] ] ], [ [ [ 115.529470248000024, -7.025323174999841 ], [ 115.527761264000134, -7.032810153999904 ], [ 115.505218946000156, -7.016045830999886 ], [ 115.504730665000153, -7.008070570999834 ], [ 115.514333530000073, -6.996351820999848 ], [ 115.520925326000025, -6.993584893999881 ], [ 115.526540561000132, -6.987481377999885 ], [ 115.532725457000112, -6.984226169999843 ], [ 115.538910352000158, -6.982354424999883 ], [ 115.540537957000055, -6.989760023999864 ], [ 115.53549238400015, -6.991631768999838 ], [ 115.532725457000112, -6.997328382999825 ], [ 115.543467644000117, -7.008477471999839 ], [ 115.54558353000013, -7.019707940999837 ], [ 115.537608269000231, -7.024346612999864 ], [ 115.529470248000024, -7.025323174999841 ] ] ], [ [ [ 115.466807488000228, -6.974297783999845 ], [ 115.468760613000114, -6.98251718499985 ], [ 115.468272332000112, -6.992364190999865 ], [ 115.475108269000117, -7.001397393999866 ], [ 115.4790958990001, -7.003676039999931 ], [ 115.473887566, -7.007663669999914 ], [ 115.465424024000043, -7.007256768999824 ], [ 115.444834832000225, -7.003513278999876 ], [ 115.426605665000153, -6.987644138999855 ], [ 115.435231967000078, -6.97861093499985 ], [ 115.443125847, -6.978936455999872 ], [ 115.453216993000098, -6.976576429999824 ], [ 115.461192254000053, -6.978204033999845 ], [ 115.462331575999968, -6.972263278999904 ], [ 115.466807488000228, -6.974297783999845 ] ] ], [ [ [ 114.180674675000063, -7.004408460999869 ], [ 114.177338087000038, -7.007256768999824 ], [ 114.169932488000057, -7.00538502399985 ], [ 114.162445509000037, -7.004164320999834 ], [ 114.16049238400015, -6.991550388999855 ], [ 114.172373894000117, -6.965508721999882 ], [ 114.184743686000076, -6.973077080999829 ], [ 114.184255405000073, -6.986748955999857 ], [ 114.180674675000063, -7.004408460999869 ] ] ], [ [ [ 115.892100457000225, -6.951918226999823 ], [ 115.925140821000156, -6.963636976999823 ], [ 115.901052280000073, -6.963311455999886 ], [ 115.892100457000225, -6.951918226999823 ] ] ], [ [ [ 105.778981967000021, -6.973077080999829 ], [ 105.769541863000114, -6.975518487999864 ], [ 105.763601108000074, -6.966403903999876 ], [ 105.774994337000038, -6.963148695999834 ], [ 105.787119988000057, -6.959893487999878 ], [ 105.794444207000055, -6.954034112999835 ], [ 105.809580925000063, -6.950372002999885 ], [ 105.815765821000099, -6.952813408999916 ], [ 105.804453972000061, -6.962741794999914 ], [ 105.794769727000102, -6.966159763999926 ], [ 105.786957227000102, -6.969252210999812 ], [ 105.778981967000021, -6.973077080999829 ] ] ], [ [ [ 115.669037306000035, -6.992364190999865 ], [ 115.673920118000211, -6.998467705999857 ], [ 115.675303582000112, -7.006036065999893 ], [ 115.668304884000037, -7.008884372999844 ], [ 115.641368035000056, -6.997002862999892 ], [ 115.634938998000024, -6.998142184999921 ], [ 115.631521030000016, -7.001560153999932 ], [ 115.615000847000061, -7.001967054999838 ], [ 115.586029493000041, -6.990085544999886 ], [ 115.58041425900015, -6.981296481999919 ], [ 115.562917514000077, -6.971449476999808 ], [ 115.559255405000073, -6.963230075999903 ], [ 115.561778191000172, -6.960056247999844 ], [ 115.566254102000045, -6.958672783999859 ], [ 115.566742384000037, -6.948256117999875 ], [ 115.569672071000042, -6.944675388999897 ], [ 115.5767521490001, -6.942396742999918 ], [ 115.587006056000206, -6.9437802059999 ], [ 115.660492384000037, -6.985446872999859 ], [ 115.669037306000035, -6.992364190999865 ] ] ], [ [ [ 116.255218945999985, -6.946465752999885 ], [ 116.245941602000045, -6.951918226999823 ], [ 116.230967644000117, -6.94337330499981 ], [ 116.237640821000156, -6.938083591999913 ], [ 116.254242384000037, -6.934340101999894 ], [ 116.258881056000149, -6.94296640399989 ], [ 116.255218945999985, -6.946465752999885 ] ] ], [ [ [ 134.502207879, -6.951918226999823 ], [ 134.492505841000167, -6.953433696999895 ], [ 134.48860627799999, -6.945321956999834 ], [ 134.49054528800005, -6.938750790999876 ], [ 134.498326524000134, -6.933334703999918 ], [ 134.511559308000045, -6.929460479999918 ], [ 134.515078972000225, -6.944143480999855 ], [ 134.526759079000016, -6.951088338999824 ], [ 134.502207879, -6.951918226999823 ] ] ], [ [ [ 131.493988477000158, -6.905694268999824 ], [ 131.474782748000194, -6.918470960999869 ], [ 131.466481967000021, -6.916029554999838 ], [ 131.460541212000209, -6.912611585999827 ], [ 131.463063998000024, -6.903171481999905 ], [ 131.468597852000158, -6.892754815999822 ], [ 131.472097201000139, -6.870293877999913 ], [ 131.493093294999966, -6.860935153999876 ], [ 131.498952670000136, -6.862155856999891 ], [ 131.511729363000057, -6.863702080999843 ], [ 131.511159701000025, -6.877699476999808 ], [ 131.493988477000158, -6.905694268999824 ] ] ], [ [ [ 134.656830274000214, -6.854831638999883 ], [ 134.622813347000175, -6.868991794999914 ], [ 134.589854363000114, -6.899346612999892 ], [ 134.579274936000076, -6.898532809999878 ], [ 134.571462436000076, -6.885511976999894 ], [ 134.574229363000228, -6.877699476999808 ], [ 134.5826115240001, -6.881198825999888 ], [ 134.586029493000098, -6.887546481999919 ], [ 134.590342644000117, -6.88673267999981 ], [ 134.591481967000021, -6.884372653999861 ], [ 134.595388217000021, -6.880222263999912 ], [ 134.603526238000228, -6.875827731999919 ], [ 134.612640821000156, -6.867771091999899 ], [ 134.615407748000194, -6.861423434999864 ], [ 134.618337436000019, -6.857028903999876 ], [ 134.624766472000061, -6.858982028999918 ], [ 134.636159701000025, -6.855564059999921 ], [ 134.647308790000039, -6.846856377999842 ], [ 134.655365431000035, -6.84465911299985 ], [ 134.661306186000189, -6.849541924999826 ], [ 134.656830274000214, -6.854831638999883 ] ] ], [ [ [ 120.810964389000191, -6.84238046699987 ], [ 120.801442905000187, -6.858412367999861 ], [ 120.794606967000078, -6.856215101999865 ], [ 120.792735222000118, -6.836358330999872 ], [ 120.783783399000043, -6.809340101999823 ], [ 120.787119988000114, -6.789808851999837 ], [ 120.798675977000045, -6.78614674299989 ], [ 120.806407097000061, -6.797214450999917 ], [ 120.809255405000073, -6.807305596999882 ], [ 120.812429233000131, -6.831475518999895 ], [ 120.810964389000191, -6.84238046699987 ] ] ], [ [ [ 134.528656446000099, -6.756198825999917 ], [ 134.528005405000016, -6.760430596999839 ], [ 134.518728061000076, -6.778090101999851 ], [ 134.510427280000187, -6.784112237999864 ], [ 134.502533399000214, -6.78614674299989 ], [ 134.496836785000056, -6.785170179999824 ], [ 134.497569207000055, -6.777032158999887 ], [ 134.503265821000156, -6.767998955999886 ], [ 134.504079623000081, -6.763360283999859 ], [ 134.498057488000171, -6.760349216999856 ], [ 134.482188347000061, -6.759209893999824 ], [ 134.476084832000225, -6.761569919999872 ], [ 134.473480665000153, -6.765557549999855 ], [ 134.469655795000136, -6.766289971999882 ], [ 134.465993686000189, -6.761976820999877 ], [ 134.46729576900006, -6.749200127999842 ], [ 134.476247592000192, -6.729668877999856 ], [ 134.480479363000228, -6.724704684999907 ], [ 134.485443556000092, -6.720961195999877 ], [ 134.487315300000233, -6.717868747999887 ], [ 134.484304233000245, -6.715997002999828 ], [ 134.480072462000209, -6.715020440999851 ], [ 134.476654493000211, -6.712904554999838 ], [ 134.478526238000057, -6.703627210999883 ], [ 134.484548373000194, -6.693780205999857 ], [ 134.48666425899998, -6.678562106999877 ], [ 134.490814649000214, -6.669366143999824 ], [ 134.497650587000038, -6.669203382999854 ], [ 134.506032748000194, -6.679782809999892 ], [ 134.509450717000135, -6.694512627999885 ], [ 134.505951368000211, -6.704522393999881 ], [ 134.497976108000188, -6.713718356999848 ], [ 134.499359571000156, -6.716403903999918 ], [ 134.499685092000192, -6.719089450999903 ], [ 134.497162306000092, -6.721774997999887 ], [ 134.496836785000056, -6.724053643999852 ], [ 134.49838300899998, -6.728041273999835 ], [ 134.510671420000136, -6.741469007999825 ], [ 134.51075280000012, -6.749200127999842 ], [ 134.514089389000247, -6.751885674999826 ], [ 134.523203972000061, -6.753431898999864 ], [ 134.528656446000099, -6.756198825999917 ] ] ], [ [ [ 134.809418165000039, -6.525567315999893 ], [ 134.793467644000117, -6.563978773999807 ], [ 134.786550326000025, -6.562432549999855 ], [ 134.783132358000074, -6.554131768999881 ], [ 134.780121289999983, -6.552666924999826 ], [ 134.773692254000167, -6.555271091999913 ], [ 134.763682488000114, -6.554457289999903 ], [ 134.757090691, -6.551364841999913 ], [ 134.752858920000023, -6.528903903999918 ], [ 134.753754102000102, -6.520358981999891 ], [ 134.758962436000189, -6.517673434999907 ], [ 134.766937696000042, -6.517347914999888 ], [ 134.793630405000073, -6.492689710999812 ], [ 134.805756056000035, -6.486667575999888 ], [ 134.813731316, -6.491224867999932 ], [ 134.82650800900015, -6.496514580999914 ], [ 134.824066602000045, -6.505385023999864 ], [ 134.809418165000039, -6.525567315999893 ] ] ], [ [ [ 134.727386914999983, -6.431003513999869 ], [ 134.714366082000112, -6.431491794999857 ], [ 134.708181186000019, -6.417087497999887 ], [ 134.711924675000176, -6.386000257999882 ], [ 134.717295769000117, -6.375990492999904 ], [ 134.727061394000174, -6.368666273999807 ], [ 134.73340905000012, -6.367933851999865 ], [ 134.733734571000042, -6.419691664999888 ], [ 134.727386914999983, -6.431003513999869 ] ] ], [ [ [ 105.441335483000074, -6.133965752999828 ], [ 105.448171420000079, -6.137139580999886 ], [ 105.453949415000153, -6.135511976999865 ], [ 105.457692905000187, -6.137139580999886 ], [ 105.460459832000055, -6.146579684999892 ], [ 105.457692905000187, -6.161390882999868 ], [ 105.455007358000131, -6.17319101399984 ], [ 105.434499545000079, -6.16765715899983 ], [ 105.423024936000132, -6.163018487999892 ], [ 105.414480014000077, -6.154229424999826 ], [ 105.414805535, -6.146905205999829 ], [ 105.418223504000053, -6.14088307099982 ], [ 105.428396030000073, -6.145521742999932 ], [ 105.438243035000113, -6.138360283999901 ], [ 105.441335483000074, -6.133965752999828 ] ] ], [ [ [ 105.393483920000136, -6.065443617999875 ], [ 105.387705925000063, -6.073500257999811 ], [ 105.39096113400015, -6.071221612999835 ], [ 105.400238477000102, -6.078545830999843 ], [ 105.397715691000172, -6.086114190999893 ], [ 105.394297722000175, -6.090915622999873 ], [ 105.376638217000078, -6.10548267999981 ], [ 105.368337436000076, -6.109063408999873 ], [ 105.36036217500012, -6.115980726999879 ], [ 105.354746941, -6.109633070999848 ], [ 105.362803582000055, -6.100030205999872 ], [ 105.373627149000157, -6.084730726999823 ], [ 105.385345899000214, -6.066257419999886 ], [ 105.389496290000096, -6.059095960999841 ], [ 105.393483920000136, -6.065443617999875 ] ] ], [ [ [ 105.857269727000102, -5.942803643999852 ], [ 105.860769076000082, -5.958916924999826 ], [ 105.85971113400015, -5.972670179999852 ], [ 105.853119337000095, -5.974948825999917 ], [ 105.849945509000094, -5.980075778999918 ], [ 105.84864342500012, -5.967950127999842 ], [ 105.838715040000096, -5.957045179999866 ], [ 105.834076368000098, -5.957045179999866 ], [ 105.833506707000112, -5.955417575999846 ], [ 105.829112175000063, -5.951755466999884 ], [ 105.836273634000094, -5.945733330999872 ], [ 105.857269727000102, -5.942803643999852 ] ] ], [ [ [ 106.158539259000094, -5.938734632999811 ], [ 106.149506056000092, -5.943454684999907 ], [ 106.140228712000152, -5.930922132999811 ], [ 106.151377800000063, -5.925306898999807 ], [ 106.158864780000016, -5.928480726999865 ], [ 106.160817905000073, -5.936618747999887 ], [ 106.158539259000094, -5.938734632999811 ] ] ], [ [ [ 105.500580274000043, -5.964857679999852 ], [ 105.488942905000073, -5.971693617999875 ], [ 105.474945509000094, -5.969008070999806 ], [ 105.464203321000099, -5.962334893999838 ], [ 105.460297071000099, -5.954441013999869 ], [ 105.458994988000114, -5.94540780999985 ], [ 105.460297071000099, -5.941908460999869 ], [ 105.463877800000063, -5.936455987999835 ], [ 105.472015821000099, -5.928643487999835 ], [ 105.481211785000056, -5.923028252999842 ], [ 105.492360873000081, -5.922214450999917 ], [ 105.504486524000043, -5.926527601999823 ], [ 105.508636915000096, -5.934340101999823 ], [ 105.509532097000175, -5.940118096999882 ], [ 105.511892123000081, -5.944675388999912 ], [ 105.509532097000175, -5.953464450999888 ], [ 105.500580274000043, -5.964857679999852 ] ] ], [ [ [ 105.52637780000012, -5.858005466999884 ], [ 105.532888217000192, -5.864271742999918 ], [ 105.541026238000114, -5.86581796699987 ], [ 105.534678582000055, -5.871351820999806 ], [ 105.529388868000098, -5.876397393999824 ], [ 105.529470248000081, -5.881280205999886 ], [ 105.527354363000057, -5.886081638999883 ], [ 105.525808139000134, -5.893568617999946 ], [ 105.520843946000099, -5.895114841999884 ], [ 105.501719597000118, -5.903497002999856 ], [ 105.498627149000214, -5.890476169999872 ], [ 105.489593946000099, -5.881442966999856 ], [ 105.501068556000035, -5.869235934999878 ], [ 105.497976108000074, -5.862399997999859 ], [ 105.499522332000112, -5.859877210999855 ], [ 105.507823113000114, -5.857761325999846 ], [ 105.51400800900015, -5.86109791499986 ], [ 105.519053582000112, -5.85182057099982 ], [ 105.52393639400006, -5.848158460999855 ], [ 105.532237175000063, -5.853366794999857 ], [ 105.52637780000012, -5.858005466999884 ] ] ], [ [ [ 110.605153842000078, -5.852308851999808 ], [ 110.59815514400006, -5.869235934999878 ], [ 110.594411655000016, -5.864271742999918 ], [ 110.5962833990001, -5.860528252999899 ], [ 110.594737175000063, -5.857761325999846 ], [ 110.595550977000158, -5.849786065999879 ], [ 110.603607618000211, -5.845961195999863 ], [ 110.605153842000078, -5.852308851999808 ] ] ], [ [ [ 110.192881707000055, -5.819512627999885 ], [ 110.189626498000194, -5.821302992999875 ], [ 110.183604363000114, -5.816094658999873 ], [ 110.190603061000189, -5.813164971999853 ], [ 110.192881707000055, -5.819512627999885 ] ] ], [ [ [ 106.285166863000114, -5.813409112999892 ], [ 106.281586134000094, -5.815606377999885 ], [ 106.261729363000114, -5.812839450999931 ], [ 106.259125196000099, -5.808770440999879 ], [ 106.281179233000131, -5.806817315999837 ], [ 106.284841342000078, -5.809014580999829 ], [ 106.285166863000114, -5.813409112999892 ] ] ], [ [ [ 105.302419467000021, -5.81064218499985 ], [ 105.304860873000081, -5.81601327899989 ], [ 105.301198764000134, -5.819838148999821 ], [ 105.290049675000063, -5.8246395809999 ], [ 105.281179233000131, -5.838474216999899 ], [ 105.273448113000057, -5.84132252399985 ], [ 105.239187045000079, -5.832533460999869 ], [ 105.230723504000053, -5.833754164999888 ], [ 105.228526238000114, -5.832777601999823 ], [ 105.226817254000053, -5.829359632999811 ], [ 105.231211785, -5.824720960999883 ], [ 105.245616082000055, -5.815687757999868 ], [ 105.249196811000076, -5.818373304999852 ], [ 105.255544467000078, -5.817071221999853 ], [ 105.265798373000194, -5.809340101999851 ], [ 105.272959832000055, -5.81251392999981 ], [ 105.280121290000096, -5.803480726999808 ], [ 105.285166863000114, -5.793226820999877 ], [ 105.291921420000079, -5.800144138999869 ], [ 105.296722852000158, -5.802666924999883 ], [ 105.302419467000021, -5.81064218499985 ] ] ], [ [ [ 110.47877037900011, -5.803236585999855 ], [ 110.487884962000095, -5.808526299999841 ], [ 110.488942905000073, -5.811618747999916 ], [ 110.492035352000102, -5.819756768999838 ], [ 110.492035352000102, -5.823011976999879 ], [ 110.482595248000194, -5.829441013999883 ], [ 110.481781446000099, -5.834974867999904 ], [ 110.47950280000012, -5.836927992999861 ], [ 110.471364780000187, -5.83351002399985 ], [ 110.468028191000172, -5.828138929999895 ], [ 110.477956576000082, -5.817966403999847 ], [ 110.476491733000131, -5.810235283999845 ], [ 110.474294467000021, -5.807386976999808 ], [ 110.474619988000057, -5.813571872999859 ], [ 110.47120201900006, -5.817640882999825 ], [ 110.467702670000079, -5.814385674999869 ], [ 110.461110873000081, -5.811618747999916 ], [ 110.452159050000063, -5.816257419999843 ], [ 110.454600457000112, -5.807631117999932 ], [ 110.470469597, -5.786960544999914 ], [ 110.481944207000055, -5.777601820999891 ], [ 110.478526238000057, -5.790785414999931 ], [ 110.47877037900011, -5.803236585999855 ] ] ], [ [ [ 110.411387566000172, -5.742120049999897 ], [ 110.406423373000024, -5.749607028999861 ], [ 110.403086785, -5.742445570999834 ], [ 110.404470248000194, -5.736423434999907 ], [ 110.411387566000172, -5.742120049999897 ] ] ], [ [ [ 110.252858920000079, -5.76075611799989 ], [ 110.246267123000194, -5.767022393999838 ], [ 110.23878014400006, -5.755140882999882 ], [ 110.23536217500012, -5.748549085999812 ], [ 110.235036655000187, -5.739027601999823 ], [ 110.238861524000214, -5.735121351999823 ], [ 110.243988477000102, -5.733412367999904 ], [ 110.2505802740001, -5.734795830999886 ], [ 110.250254754000167, -5.740085544999872 ], [ 110.249359571000099, -5.752048434999892 ], [ 110.255137566000059, -5.758477471999825 ], [ 110.252858920000079, -5.76075611799989 ] ] ], [ [ [ 134.777354363000228, -5.760186455999829 ], [ 134.768239780000016, -5.762058200999888 ], [ 134.764659050000233, -5.7576636699999 ], [ 134.76636803500017, -5.746026299999897 ], [ 134.768972201000082, -5.736830335999827 ], [ 134.772959832000225, -5.733249606999848 ], [ 134.788503451000139, -5.73585377399985 ], [ 134.791595899000214, -5.738376559999864 ], [ 134.794769726999988, -5.744073174999855 ], [ 134.795583530000187, -5.746514580999886 ], [ 134.792491082000225, -5.748467705999829 ], [ 134.786794467000021, -5.75416432099982 ], [ 134.780202669999966, -5.757826429999866 ], [ 134.777354363000228, -5.760186455999829 ] ] ], [ [ [ 123.991953972, -5.769952080999857 ], [ 123.932709181000149, -5.777927341999913 ], [ 123.919606967000078, -5.771823825999917 ], [ 123.907237175000233, -5.759698174999841 ], [ 123.896983269000117, -5.743340752999828 ], [ 123.894053582000055, -5.728692315999908 ], [ 123.898610873000138, -5.721286716999913 ], [ 123.913259311000019, -5.71933359199987 ], [ 123.976084832000112, -5.740492445999877 ], [ 123.99252363399998, -5.752862237999821 ], [ 123.998220248000081, -5.753594658999845 ], [ 124.00424238399998, -5.7576636699999 ], [ 124.003428582000055, -5.764662367999875 ], [ 123.991953972, -5.769952080999857 ] ] ], [ [ [ 132.186045769000117, -5.769138278999847 ], [ 132.178884311000076, -5.771986585999883 ], [ 132.172048373000081, -5.768894138999897 ], [ 132.172048373000081, -5.765801690999822 ], [ 132.167653842000078, -5.762058200999888 ], [ 132.16309655000012, -5.750176690999837 ], [ 132.165619337000152, -5.73276132599986 ], [ 132.170176629000167, -5.725925388999855 ], [ 132.177826368000211, -5.720961195999806 ], [ 132.18262780000012, -5.719089450999917 ], [ 132.190277540000039, -5.71851978999986 ], [ 132.192881707000225, -5.722588799999826 ], [ 132.190603061000076, -5.724704684999921 ], [ 132.19369550900015, -5.740248304999838 ], [ 132.19369550900015, -5.752129815999879 ], [ 132.186045769000117, -5.769138278999847 ] ] ], [ [ [ 105.219411655000016, -5.658054294999857 ], [ 105.221608920000136, -5.66041432099982 ], [ 105.228933139000134, -5.659926039999917 ], [ 105.233734571000099, -5.662448825999846 ], [ 105.239187045000079, -5.66602955499981 ], [ 105.236501498000081, -5.668715101999879 ], [ 105.233734571000099, -5.676934502999885 ], [ 105.230153842000078, -5.682305596999839 ], [ 105.22559655000012, -5.686700127999828 ], [ 105.219086134000094, -5.688571872999887 ], [ 105.213389519000117, -5.684014580999843 ], [ 105.208262566, -5.682305596999839 ], [ 105.208181186000019, -5.677992445999848 ], [ 105.208832227000102, -5.672295830999857 ], [ 105.210622592000078, -5.66309986799989 ], [ 105.219411655000016, -5.658054294999857 ] ] ], [ [ [ 122.525075717000192, -5.703138929999824 ], [ 122.492116733000131, -5.707533460999812 ], [ 122.47917728000013, -5.702243747999916 ], [ 122.463877800000233, -5.699232679999824 ], [ 122.456879102000158, -5.694756768999866 ], [ 122.46379642000025, -5.688164971999882 ], [ 122.478770379, -5.679864190999908 ], [ 122.4888615240001, -5.66969166499986 ], [ 122.512380405000016, -5.627618096999896 ], [ 122.5415958990001, -5.633396091999856 ], [ 122.552093946000156, -5.640232028999876 ], [ 122.55892988400015, -5.655857028999861 ], [ 122.559906446000042, -5.67050546699987 ], [ 122.545339389000077, -5.690118096999839 ], [ 122.525075717000192, -5.703138929999824 ] ] ], [ [ [ 134.321625195999985, -5.591973565999851 ], [ 134.276866082000225, -5.62070077899989 ], [ 134.260671420000023, -5.640964450999903 ], [ 134.253428582000055, -5.644952080999886 ], [ 134.249847851999988, -5.642429294999872 ], [ 134.246104363000057, -5.641208591999856 ], [ 134.243500196000156, -5.639662367999904 ], [ 134.231130405000016, -5.627699476999879 ], [ 134.225840691000059, -5.619642835999841 ], [ 134.230479363000057, -5.612562757999882 ], [ 134.233083530000187, -5.612562757999882 ], [ 134.238291863000057, -5.613539320999863 ], [ 134.256195509000037, -5.607435804999866 ], [ 134.26807701900006, -5.595961195999834 ], [ 134.27833092500012, -5.572767835999883 ], [ 134.285085483000245, -5.564873955999829 ], [ 134.291595899000214, -5.562107028999861 ], [ 134.301605665000039, -5.562025648999878 ], [ 134.318369988000228, -5.568617445999848 ], [ 134.325775587000209, -5.581149997999859 ], [ 134.321625195999985, -5.591973565999851 ] ] ], [ [ [ 114.420420769000117, -5.542738539999931 ], [ 114.438975457000112, -5.545912367999904 ], [ 114.446950717000078, -5.545912367999904 ], [ 114.451019727000045, -5.547133070999834 ], [ 114.455577019000174, -5.546807549999897 ], [ 114.457204623000194, -5.55868905999985 ], [ 114.457123243000211, -5.566420179999866 ], [ 114.453216993000211, -5.56837330499981 ], [ 114.44564863400015, -5.58171965899983 ], [ 114.441416863000228, -5.586358330999843 ], [ 114.429698113000228, -5.589532158999901 ], [ 114.424815300000063, -5.582614841999913 ], [ 114.417491082000055, -5.573174737999892 ], [ 114.398529493000098, -5.56707122199991 ], [ 114.39893639400006, -5.559421481999877 ], [ 114.399750195999985, -5.543226820999834 ], [ 114.403168164999983, -5.536065362999878 ], [ 114.412119988000228, -5.532240492999875 ], [ 114.422292514000247, -5.532810153999847 ], [ 114.420420769000117, -5.542738539999931 ] ] ], [ [ [ 122.510427280000187, -5.560560804999824 ], [ 122.500173373000081, -5.563653252999899 ], [ 122.488698764000134, -5.559747002999899 ], [ 122.480072462000209, -5.547702731999891 ], [ 122.481781446000042, -5.5277645809999 ], [ 122.493825717000021, -5.514255466999842 ], [ 122.520843946000156, -5.504489841999884 ], [ 122.526703321000042, -5.508477471999868 ], [ 122.515228712000095, -5.536879164999888 ], [ 122.513356967000192, -5.552911065999879 ], [ 122.510427280000187, -5.560560804999824 ] ] ], [ [ [ 134.238536004000053, -5.551527601999808 ], [ 134.233978712000095, -5.552504164999874 ], [ 134.231455925000233, -5.548272393999866 ], [ 134.233897332000112, -5.516534112999906 ], [ 134.231455925000233, -5.510593356999877 ], [ 134.22706139400006, -5.504164320999863 ], [ 134.228444858000245, -5.496351820999877 ], [ 134.234548373000024, -5.489190362999835 ], [ 134.247894727000158, -5.48780689899985 ], [ 134.259125196000156, -5.496677341999899 ], [ 134.263031446000156, -5.509209893999895 ], [ 134.259857618000098, -5.523614190999865 ], [ 134.238536004000053, -5.551527601999808 ] ] ], [ [ [ 119.309987826000139, -5.505059502999856 ], [ 119.30534915500013, -5.5238583309999 ], [ 119.28565514400006, -5.537692966999899 ], [ 119.273773634000037, -5.539646091999856 ], [ 119.269867384000037, -5.536716403999932 ], [ 119.269867384000037, -5.529717705999857 ], [ 119.267670118000211, -5.528415622999859 ], [ 119.263112826000025, -5.53126392999981 ], [ 119.258474155000073, -5.530450127999885 ], [ 119.256683790000096, -5.527032158999873 ], [ 119.257660352000158, -5.522312106999863 ], [ 119.247976108000074, -5.510837497999916 ], [ 119.24895267000025, -5.501560153999876 ], [ 119.25424238400015, -5.496026299999855 ], [ 119.258311394000117, -5.503350518999852 ], [ 119.266937695999985, -5.506768487999864 ], [ 119.274099155000073, -5.493666273999807 ], [ 119.274424675000063, -5.48137786299985 ], [ 119.280446811000076, -5.478692315999865 ], [ 119.284678582000112, -5.477797132999868 ], [ 119.28809655000012, -5.475925388999897 ], [ 119.298838738000114, -5.480319919999886 ], [ 119.30168704500025, -5.493177992999904 ], [ 119.300140821000042, -5.498874606999891 ], [ 119.309987826000139, -5.505059502999856 ] ] ], [ [ [ 114.444753450999968, -5.448011976999865 ], [ 114.441416863000228, -5.465590101999808 ], [ 114.435964389000077, -5.464125257999839 ], [ 114.429698113000228, -5.46493905999985 ], [ 114.426036004, -5.459323825999846 ], [ 114.421966993000154, -5.455254815999879 ], [ 114.41887454500025, -5.445733330999886 ], [ 114.416107618000098, -5.437839450999917 ], [ 114.421722851999988, -5.431247653999847 ], [ 114.422618035000113, -5.426934502999842 ], [ 114.427256707000225, -5.425957940999865 ], [ 114.43604576900006, -5.431247653999847 ], [ 114.443288608000131, -5.439385674999855 ], [ 114.442067905000187, -5.442478122999844 ], [ 114.444753450999968, -5.448011976999865 ] ] ], [ [ [ 117.953216993000211, -5.394382419999872 ], [ 117.948252800000063, -5.415134372999873 ], [ 117.941172722, -5.411309502999856 ], [ 117.933767123000024, -5.406670830999829 ], [ 117.927175326000082, -5.390394789999888 ], [ 117.924733920000136, -5.372572523999821 ], [ 117.920420769000117, -5.359714450999888 ], [ 117.932790561000076, -5.359714450999888 ], [ 117.938080274000214, -5.369073174999841 ], [ 117.946462436000189, -5.379489841999913 ], [ 117.953216993000211, -5.394382419999872 ] ] ], [ [ [ 134.576752149000157, -5.348483981999891 ], [ 134.575612826000025, -5.356133721999825 ], [ 134.561371290000039, -5.355889580999886 ], [ 134.55543053500017, -5.361342054999824 ], [ 134.535573764000247, -5.398207289999888 ], [ 134.526866082000112, -5.405857028999918 ], [ 134.509450717000135, -5.406101169999857 ], [ 134.49057050899998, -5.392429294999914 ], [ 134.486094597000061, -5.382338148999864 ], [ 134.489512566000059, -5.372979424999826 ], [ 134.495453321000156, -5.36622486799989 ], [ 134.502614780000187, -5.363051039999917 ], [ 134.508718295000023, -5.357354424999841 ], [ 134.518728061000076, -5.352715752999828 ], [ 134.526621941000059, -5.353610934999907 ], [ 134.528900587000209, -5.352715752999828 ], [ 134.527517123000024, -5.347914320999834 ], [ 134.530446811000076, -5.339288018999824 ], [ 134.550629101999988, -5.332858981999905 ], [ 134.571543816000059, -5.336602471999853 ], [ 134.576752149000157, -5.348483981999891 ] ] ], [ [ [ 124.354340040000153, -5.347751559999864 ], [ 124.347911004000053, -5.35076262799987 ], [ 124.337087436000076, -5.341241143999866 ], [ 124.335622592000192, -5.328789971999853 ], [ 124.343679233000131, -5.326999606999863 ], [ 124.348399285000056, -5.330824476999879 ], [ 124.353688998000194, -5.339694919999928 ], [ 124.354340040000153, -5.347751559999864 ] ] ], [ [ [ 117.667491082000168, -5.210219007999896 ], [ 117.651784701000025, -5.225192966999927 ], [ 117.656097851999988, -5.211439710999812 ], [ 117.649261915000096, -5.197198174999897 ], [ 117.663096550000063, -5.180352471999896 ], [ 117.67864017000025, -5.199965101999865 ], [ 117.667491082000168, -5.210219007999896 ] ] ], [ [ [ 114.600922071000042, -5.111830335999869 ], [ 114.599619988000228, -5.111830335999869 ], [ 114.599619988000228, -5.109958591999899 ], [ 114.600922071000042, -5.111830335999869 ] ] ], [ [ [ 114.6080021490001, -5.092543226999837 ], [ 114.602224155000016, -5.104261976999823 ], [ 114.593760613000114, -5.093763929999852 ], [ 114.59253991000017, -5.077406507999839 ], [ 114.598724806000149, -5.057631117999904 ], [ 114.611338738000114, -5.049574476999865 ], [ 114.612803582000055, -5.076918226999851 ], [ 114.614593946000156, -5.086927992999918 ], [ 114.6080021490001, -5.092543226999837 ] ] ], [ [ [ 115.641774936000076, -4.931166273999878 ], [ 115.628021681000149, -4.940524997999901 ], [ 115.626149936000076, -4.933851820999848 ], [ 115.636078321000156, -4.914239190999893 ], [ 115.646169467000021, -4.9061825499999 ], [ 115.655528191000172, -4.896823825999917 ], [ 115.6705021490001, -4.880954684999892 ], [ 115.67668704500025, -4.874607028999947 ], [ 115.673838738000228, -4.887709242999918 ], [ 115.667165561000076, -4.905205987999963 ], [ 115.663259311000189, -4.911635023999892 ], [ 115.653330925000063, -4.922133070999948 ], [ 115.641774936000076, -4.931166273999878 ] ] ], [ [ [ 123.118907097000175, -4.801690362999835 ], [ 123.116953972, -4.828708591999884 ], [ 123.112152540000039, -4.838230075999874 ], [ 123.105723504000053, -4.841810804999938 ], [ 123.102061394000174, -4.838474216999913 ], [ 123.100922071000042, -4.832126559999892 ], [ 123.097422722000061, -4.83074309699991 ], [ 123.095550977000158, -4.835544528999904 ], [ 123.096527540000153, -4.842380467 ], [ 123.091481967000192, -4.846449476999879 ], [ 123.084320509000094, -4.843601169999843 ], [ 123.081228061000189, -4.841322523999949 ], [ 123.069509311000189, -4.836114190999865 ], [ 123.053233269000174, -4.838067315999908 ], [ 123.049245639000077, -4.833916924999883 ], [ 123.04371178500017, -4.830987237999864 ], [ 123.038503450999968, -4.824069919999943 ], [ 123.040293816000172, -4.818536065999837 ], [ 123.050954623000194, -4.819268487999864 ], [ 123.058604363000228, -4.817966403999876 ], [ 123.057790561000189, -4.814792575999903 ], [ 123.049001498000024, -4.815606377999913 ], [ 123.048431837000095, -4.810804945999834 ], [ 123.053396030000016, -4.805352471999882 ], [ 123.090098504000053, -4.789483330999857 ], [ 123.117035351999988, -4.79387786299985 ], [ 123.118907097000175, -4.801690362999835 ] ] ], [ [ [ 115.730235222000175, -4.708103122999887 ], [ 115.710948113000228, -4.719333591999899 ], [ 115.700368686000189, -4.716892184999864 ], [ 115.705332879000053, -4.710137627999913 ], [ 115.721934441000116, -4.696058851999965 ], [ 115.73332767000025, -4.689060153999904 ], [ 115.744639519000231, -4.681329033999972 ], [ 115.74838300899998, -4.678969007999925 ], [ 115.748545769000231, -4.681329033999972 ], [ 115.748627149000214, -4.684095960999855 ], [ 115.740407748000138, -4.696709893999838 ], [ 115.730235222000175, -4.708103122999887 ] ] ], [ [ [ 122.364838087000095, -4.694105726999922 ], [ 122.335297071000042, -4.717705987999878 ], [ 122.326101108000245, -4.717461846999839 ], [ 122.330739780000073, -4.706068617999861 ], [ 122.348806186000189, -4.682142835999812 ], [ 122.362722200999968, -4.670586846999882 ], [ 122.373220248000024, -4.672621351999808 ], [ 122.371185743000211, -4.686293226999851 ], [ 122.364838087000095, -4.694105726999922 ] ] ], [ [ [ 122.740407748000081, -4.556654554999852 ], [ 122.742035352000102, -4.562269789999931 ], [ 122.740407748000081, -4.570407809999864 ], [ 122.738291863000228, -4.572523695999877 ], [ 122.724619988000114, -4.563327731999891 ], [ 122.7173771490001, -4.562025648999892 ], [ 122.714610222000061, -4.560316664999888 ], [ 122.713959181000092, -4.558363539999945 ], [ 122.708913608000245, -4.562269789999931 ], [ 122.702484571000042, -4.562920830999886 ], [ 122.696787957000168, -4.556329033999916 ], [ 122.692393425000063, -4.548272393999966 ], [ 122.69581139400006, -4.534356377999984 ], [ 122.704112175000233, -4.522474867999946 ], [ 122.719574414999983, -4.520033460999827 ], [ 122.727875196000156, -4.52255624799993 ], [ 122.735606316000172, -4.526950778999918 ], [ 122.740896030000073, -4.532159112999821 ], [ 122.741384311000019, -4.537041924999883 ], [ 122.736338738000114, -4.542575778999904 ], [ 122.737966342000021, -4.54810963299991 ], [ 122.740651889000077, -4.552015882999825 ], [ 122.740407748000081, -4.556654554999852 ] ] ], [ [ [ 121.415537957000055, -4.10865650799991 ], [ 121.426524285000056, -4.113620700999874 ], [ 121.442393425000233, -4.109226169999971 ], [ 121.452891472, -4.103122653999904 ], [ 121.462738477000045, -4.105726820999891 ], [ 121.467539910000056, -4.11191171699987 ], [ 121.462575717000078, -4.115899346999853 ], [ 121.456472201000025, -4.118910414999945 ], [ 121.455739780000073, -4.124037367999946 ], [ 121.457855665000096, -4.12900156 ], [ 121.451426629000167, -4.130629164999931 ], [ 121.436371290000153, -4.130629164999931 ], [ 121.430430535, -4.139662367999932 ], [ 121.438487175000233, -4.160495701 ], [ 121.437266472000061, -4.165948174999869 ], [ 121.43018639400006, -4.165134372999859 ], [ 121.409515821000156, -4.155043226999879 ], [ 121.400970899000214, -4.158135674999954 ], [ 121.392263217000078, -4.164971612999892 ], [ 121.388682488000057, -4.164727471999853 ], [ 121.390147332000225, -4.155043226999879 ], [ 121.398203972000175, -4.137546481999934 ], [ 121.396006707000112, -4.128024997999844 ], [ 121.38379967500012, -4.1195614559999 ], [ 121.381195509000037, -4.105564059999935 ], [ 121.383718295000136, -4.103366794999843 ], [ 121.39486738400015, -4.108819268999966 ], [ 121.403575066000059, -4.10759856599995 ], [ 121.408702019000231, -4.103041273999821 ], [ 121.409515821000156, -4.095798434999978 ], [ 121.411224806000092, -4.091973565999965 ], [ 121.411875847, -4.085544528999876 ], [ 121.415212436000019, -4.083265882999896 ], [ 121.418142123000081, -4.084974867999904 ], [ 121.415537957000055, -4.10865650799991 ] ] ], [ [ [ 101.044525587000209, -4.010267835999883 ], [ 101.03003991000017, -4.022312106999905 ], [ 101.023041212000095, -4.016208591999913 ], [ 101.029470248000194, -4.003920179999866 ], [ 101.038015170000136, -3.993991794999943 ], [ 101.047211134000094, -4.004164320999806 ], [ 101.044525587000209, -4.010267835999883 ] ] ], [ [ [ 134.128591342000078, -3.927666924999897 ], [ 134.164724155000187, -3.965915622999859 ], [ 134.164886915000153, -3.962416273999949 ], [ 134.163747592000021, -3.957696221999853 ], [ 134.169444207000112, -3.96111419099995 ], [ 134.174001498000081, -3.966648044999886 ], [ 134.173431837000095, -3.970472914999903 ], [ 134.175384962000209, -3.977959893999952 ], [ 134.177989129000053, -3.982028904 ], [ 134.184743686000076, -3.988702080999886 ], [ 134.186452669999966, -3.993422132999882 ], [ 134.190114780000016, -3.997735283999972 ], [ 134.214772983000131, -4.007175388999897 ], [ 134.214284701000139, -4.013278903999975 ], [ 134.208588087000038, -4.018080335999883 ], [ 134.203949415000039, -4.01653411299985 ], [ 134.199229363000114, -4.013034763999855 ], [ 134.184825066000059, -4.007338148999864 ], [ 134.181325717000078, -4.007175388999897 ], [ 134.178721550000233, -4.005059502999899 ], [ 134.176849806000092, -4.000909112999864 ], [ 134.17261803500017, -3.997816664999874 ], [ 134.150482618000098, -3.988783460999869 ], [ 134.133636914999983, -3.98853932099982 ], [ 134.129893425000233, -3.987237237999821 ], [ 134.126231316, -3.984714450999903 ], [ 134.101817254000167, -3.977878513999968 ], [ 134.096364780000016, -3.975111585999827 ], [ 134.07129967500012, -3.927015882999854 ], [ 134.061859571000042, -3.918959242999918 ], [ 134.062266472, -3.91578541499986 ], [ 134.065277540000039, -3.913995049999954 ], [ 134.106781446000042, -3.910332940999908 ], [ 134.110118035000056, -3.914564710999926 ], [ 134.128591342000078, -3.927666924999897 ] ] ], [ [ [ 130.939463738000114, -3.876234632999811 ], [ 130.944102410000056, -3.879327080999886 ], [ 130.947194858000131, -3.878838799999897 ], [ 130.948252800000176, -3.881768487999835 ], [ 130.943776889000077, -3.887872002999913 ], [ 130.935720248000081, -3.892592054999824 ], [ 130.917979363000057, -3.896661065999965 ], [ 130.9165958990001, -3.900811455999829 ], [ 130.911550326000082, -3.899265231999962 ], [ 130.907237175000233, -3.890394789999931 ], [ 130.913503451000025, -3.88160572699995 ], [ 130.913666212000095, -3.877699476999865 ], [ 130.924001498000081, -3.870293877999885 ], [ 130.927338087000209, -3.869561455999857 ], [ 130.929291212000038, -3.874525648999807 ], [ 130.933278842000021, -3.875664971999839 ], [ 130.939463738000114, -3.876234632999811 ] ] ], [ [ [ 133.934987825999968, -3.870538018999838 ], [ 133.931000195999985, -3.877699476999865 ], [ 133.927582227000102, -3.874444268999824 ], [ 133.926849806000035, -3.869805596999896 ], [ 133.9185490240001, -3.857110283999845 ], [ 133.91049238400015, -3.850192966999842 ], [ 133.901866082000225, -3.839206638999883 ], [ 133.889008009000037, -3.808363539999917 ], [ 133.884776238000114, -3.785170179999966 ], [ 133.878184441, -3.777194919999928 ], [ 133.86402428500017, -3.734877210999912 ], [ 133.864268425000233, -3.722263278999847 ], [ 133.869151238000114, -3.720310153999975 ], [ 133.876719597000061, -3.723239841999913 ], [ 133.884613477000045, -3.729180596999839 ], [ 133.894704623000194, -3.745375257999896 ], [ 133.906667514000134, -3.797784112999949 ], [ 133.926442905000073, -3.828383070999877 ], [ 133.92872155000012, -3.838555596999839 ], [ 133.937022332000112, -3.85645924299989 ], [ 133.934987825999968, -3.870538018999838 ] ] ], [ [ [ 100.656341993000154, -3.466810804999866 ], [ 100.666840040000096, -3.474216403999932 ], [ 100.672943556000206, -3.473402601999922 ], [ 100.674896681000035, -3.47633228999986 ], [ 100.675547722000175, -3.479261976999879 ], [ 100.66065514400006, -3.483575127999885 ], [ 100.644297722000061, -3.48105234199987 ], [ 100.638682488000114, -3.47820403399983 ], [ 100.633148634000094, -3.477959893999881 ], [ 100.630463087000209, -3.473809502999927 ], [ 100.631032748000194, -3.466729424999883 ], [ 100.63900800900015, -3.464288018999852 ], [ 100.656341993000154, -3.466810804999866 ] ] ], [ [ [ 130.796722852000045, -3.321872653999904 ], [ 130.783783399000214, -3.326674085999883 ], [ 130.768402539999983, -3.320733330999872 ], [ 130.761729363000228, -3.315687757999839 ], [ 130.761485222000175, -3.310642184999892 ], [ 130.76270592500012, -3.304050388999926 ], [ 130.767751498000024, -3.297702731999976 ], [ 130.772146030000016, -3.29404062299993 ], [ 130.789235873000081, -3.300388278999876 ], [ 130.795746290000153, -3.305596612999864 ], [ 130.798757358000245, -3.312595309999935 ], [ 130.796722852000045, -3.321872653999904 ] ] ], [ [ [ 113.388763868000041, -3.29485442499994 ], [ 113.370697462000209, -3.309095960999855 ], [ 113.366628450999968, -3.305189710999869 ], [ 113.366953972000118, -3.298597914999888 ], [ 113.36573326900006, -3.300551039999931 ], [ 113.365326368000098, -3.295830987999835 ], [ 113.367279493000211, -3.290297132999811 ], [ 113.364431186000189, -3.28045012799997 ], [ 113.368500196000156, -3.273532809999892 ], [ 113.3794865240001, -3.261814059999892 ], [ 113.392751498000024, -3.252129815999851 ], [ 113.397471550000233, -3.266208591999884 ], [ 113.401052280000187, -3.273370049999826 ], [ 113.399750196000042, -3.280612888999855 ], [ 113.395274285000056, -3.288913669999928 ], [ 113.388763868000041, -3.29485442499994 ] ] ], [ [ [ 107.526703321000156, -3.247735283999944 ], [ 107.522308790000096, -3.252048434999864 ], [ 107.517995639000077, -3.243096612999921 ], [ 107.514903191, -3.218194268999895 ], [ 107.516774936000076, -3.199151299999983 ], [ 107.525645379000053, -3.196058851999908 ], [ 107.537526889000077, -3.199965101999823 ], [ 107.546315951000139, -3.203789971999839 ], [ 107.549408399000214, -3.208754164999874 ], [ 107.548920118000211, -3.212579033999887 ], [ 107.547048373000081, -3.215590101999808 ], [ 107.543630405000073, -3.21884530999985 ], [ 107.543223504000053, -3.223809502999899 ], [ 107.538177931000206, -3.23324960699999 ], [ 107.530528191000172, -3.240248304999895 ], [ 107.529307488000057, -3.243584893999909 ], [ 107.526703321000156, -3.247735283999944 ] ] ], [ [ [ 107.524343295000136, -2.997328382999811 ], [ 107.521739129000053, -3.005140882999811 ], [ 107.514577670000079, -2.988946221999853 ], [ 107.511810743000211, -2.975192966999927 ], [ 107.522959832000055, -2.969008070999948 ], [ 107.52979576900006, -2.972507419999857 ], [ 107.527517123000194, -2.976739190999879 ], [ 107.5279240240001, -2.981296481999919 ], [ 107.527435743000211, -2.985365492999961 ], [ 107.524343295000136, -2.997328382999811 ] ] ], [ [ [ 135.796560092000078, -2.938816013999855 ], [ 135.800954623000024, -2.941582940999908 ], [ 135.796804233000074, -2.946384372999901 ], [ 135.791840040000153, -2.948825778999932 ], [ 135.788910352000045, -2.94687265399989 ], [ 135.783702019000231, -2.944512627999842 ], [ 135.778493686000019, -2.945733330999857 ], [ 135.772146030000187, -2.956638279 ], [ 135.75489342500012, -2.957045179999838 ], [ 135.750091993000211, -2.958754164999931 ], [ 135.751475457000112, -2.96046314899985 ], [ 135.752126498000024, -2.962985934999864 ], [ 135.748138868000041, -2.966403903999861 ], [ 135.743581576000025, -2.967950127999899 ], [ 135.729095899000043, -2.979913018999838 ], [ 135.717539910000056, -2.979099216999927 ], [ 135.709483269000117, -2.973321221999868 ], [ 135.708750847000175, -2.962579033999859 ], [ 135.715668165000096, -2.952080987999963 ], [ 135.722666863000228, -2.947442315999851 ], [ 135.728037957000112, -2.941908460999841 ], [ 135.735036655000187, -2.937269789999988 ], [ 135.746104363000228, -2.938897393999838 ], [ 135.76400800899998, -2.934258721999896 ], [ 135.768890821000156, -2.934095960999841 ], [ 135.78809655000012, -2.93840911299985 ], [ 135.796560092000078, -2.938816013999855 ] ] ], [ [ [ 107.461924675000063, -2.954359632999939 ], [ 107.462006056000035, -2.961439710999827 ], [ 107.461680535000056, -2.965427341999884 ], [ 107.459808790000153, -2.968031507999882 ], [ 107.458832227000102, -2.969984632999925 ], [ 107.460459832000112, -2.972995700999846 ], [ 107.457448764000077, -2.975355726999894 ], [ 107.453298373000081, -2.974541924999883 ], [ 107.454600457000055, -2.98023853999986 ], [ 107.448985222000061, -2.98398202899989 ], [ 107.44385826900006, -2.987074476999965 ], [ 107.438243035000056, -2.987644138999855 ], [ 107.436696811000189, -2.987399997999987 ], [ 107.435313347, -2.983493747999901 ], [ 107.436778191000172, -2.979587497999916 ], [ 107.433278842000192, -2.981866143999881 ], [ 107.431325717000078, -2.979831638999855 ], [ 107.429128451000139, -2.978610934999935 ], [ 107.428314649000157, -2.976413669999857 ], [ 107.429372592000192, -2.968357028999904 ], [ 107.435231967000021, -2.958021742999904 ], [ 107.433767123000081, -2.956475518999866 ], [ 107.429779493000211, -2.960219007999896 ], [ 107.424489780000016, -2.958916924999897 ], [ 107.425466342000192, -2.950127862999921 ], [ 107.427256707000112, -2.94687265399989 ], [ 107.432871941000172, -2.938246351999965 ], [ 107.441579623000081, -2.934095960999841 ], [ 107.447927280000187, -2.931003513999855 ], [ 107.455495639000077, -2.928480726999851 ], [ 107.462575717000192, -2.925388278999861 ], [ 107.469574415000096, -2.944349867999875 ], [ 107.465749545000079, -2.948988539999888 ], [ 107.46322675900015, -2.950534763999926 ], [ 107.461924675000063, -2.954359632999939 ] ] ], [ [ [ 116.182058139000134, -2.927748304999824 ], [ 116.180756056000206, -2.931573174999826 ], [ 116.185231967000192, -2.930189710999855 ], [ 116.19239342500012, -2.930189710999855 ], [ 116.198741082000168, -2.934828382999868 ], [ 116.199392123000194, -2.942478122999901 ], [ 116.192230665000153, -2.950534763999926 ], [ 116.183522983000188, -2.950290622999887 ], [ 116.158213738000228, -2.937758070999976 ], [ 116.147390170000136, -2.922784112999864 ], [ 116.147064649000214, -2.909437757999854 ], [ 116.152354363000114, -2.903090101999908 ], [ 116.160411004000053, -2.903741143999952 ], [ 116.17221113399998, -2.911065362999878 ], [ 116.176768425000233, -2.919447523999921 ], [ 116.179291212000038, -2.92237721099994 ], [ 116.182302280000073, -2.924086195999863 ], [ 116.182058139000134, -2.927748304999824 ] ] ], [ [ [ 106.73471113400015, -2.903171481999891 ], [ 106.730642123000194, -2.90610117 ], [ 106.718272332000055, -2.901788018999909 ], [ 106.71924889400006, -2.886814059999878 ], [ 106.731293165000153, -2.880629164999917 ], [ 106.73121178500017, -2.872653903999947 ], [ 106.736664259000094, -2.871595960999898 ], [ 106.737478061000132, -2.876397393999895 ], [ 106.743988477000102, -2.878431898999835 ], [ 106.745534701000139, -2.884047132999825 ], [ 106.742442254000167, -2.892998955999857 ], [ 106.73471113400015, -2.903171481999891 ] ] ], [ [ [ 110.197927280000187, -2.897474867999918 ], [ 110.194265170000136, -2.909112237999835 ], [ 110.188649936000019, -2.91326262799987 ], [ 110.17872155000012, -2.91326262799987 ], [ 110.171315951000139, -2.915704033999901 ], [ 110.164235873000194, -2.913344007999854 ], [ 110.154307488000057, -2.904066664999974 ], [ 110.148610873000194, -2.901299737999921 ], [ 110.139740431000035, -2.902439059999864 ], [ 110.135752800000063, -2.898776950999917 ], [ 110.135264519000117, -2.892592054999852 ], [ 110.158295118000041, -2.873060804999952 ], [ 110.163584832000055, -2.861179294999914 ], [ 110.17221113400015, -2.856133721999967 ], [ 110.179453972000175, -2.861260674999897 ], [ 110.182790561000189, -2.865329684999864 ], [ 110.19019616000017, -2.872979424999969 ], [ 110.198903842000078, -2.886488539999945 ], [ 110.197927280000187, -2.897474867999918 ] ] ], [ [ [ 106.852224155000073, -2.848565362999835 ], [ 106.850352410000113, -2.861260674999897 ], [ 106.830902540000096, -2.855075778999918 ], [ 106.836599155000187, -2.844496351999879 ], [ 106.852224155000073, -2.848565362999835 ] ] ], [ [ [ 106.799896681000092, -2.842950127999842 ], [ 106.782969597000175, -2.846368096999853 ], [ 106.782155795000079, -2.837823174999912 ], [ 106.793142123000024, -2.837579033999873 ], [ 106.799896681000092, -2.842950127999842 ] ] ], [ [ [ 107.41504967500012, -2.791843356999948 ], [ 107.425710483000131, -2.804782809999864 ], [ 107.430837436000076, -2.809014580999971 ], [ 107.432871941000172, -2.813734632999896 ], [ 107.428558790000096, -2.822279554999909 ], [ 107.421478712000209, -2.825778903999989 ], [ 107.402191602000102, -2.834486585999898 ], [ 107.388438347000175, -2.832045179999866 ], [ 107.379323764000077, -2.825778903999989 ], [ 107.383555535, -2.816501559999864 ], [ 107.387461785000113, -2.815850518999909 ], [ 107.392425977000158, -2.816501559999864 ], [ 107.402761264000077, -2.814304294999872 ], [ 107.40284264400006, -2.807224216999984 ], [ 107.395843946000156, -2.804457289999931 ], [ 107.392263217000192, -2.805352471999925 ], [ 107.38900800900015, -2.805271091999941 ], [ 107.384369337000209, -2.804457289999931 ], [ 107.387299024000214, -2.799899997999901 ], [ 107.392832879000167, -2.797133070999934 ], [ 107.400319858000131, -2.79216887799997 ], [ 107.406911655000187, -2.795098565999908 ], [ 107.41504967500012, -2.791843356999948 ] ] ], [ [ [ 134.850515170000023, -2.721530856999934 ], [ 134.834808790000039, -2.728610934999978 ], [ 134.826101108000245, -2.72706471099994 ], [ 134.80128014400006, -2.715508721999839 ], [ 134.801198764000077, -2.708510023999935 ], [ 134.809255405000073, -2.69451262799997 ], [ 134.824392123000024, -2.686374606999877 ], [ 134.84864342500012, -2.694431247999987 ], [ 134.851735873000194, -2.697767835999841 ], [ 134.859629754000167, -2.70810312299993 ], [ 134.850515170000023, -2.721530856999934 ] ] ], [ [ [ 110.089935743000098, -2.758802992999989 ], [ 110.077484571000156, -2.760349216999856 ], [ 110.071218295000136, -2.75912851399984 ], [ 110.045176629000053, -2.746677341999913 ], [ 110.04786217500012, -2.74146900799991 ], [ 110.057058139000077, -2.735772393999838 ], [ 110.062591993000211, -2.727552993000018 ], [ 110.071055535000056, -2.701185804999852 ], [ 110.076914910000113, -2.696628513999897 ], [ 110.093353712000095, -2.676039320999948 ], [ 110.098480665000096, -2.674004815999922 ], [ 110.103363477000158, -2.67392343499985 ], [ 110.113291863000057, -2.678806248 ], [ 110.116384311000076, -2.684095960999898 ], [ 110.119151238000114, -2.697767835999841 ], [ 110.115244988000114, -2.7035458309999 ], [ 110.114593946000156, -2.724541924999926 ], [ 110.118581576000139, -2.728366794999857 ], [ 110.119151238000114, -2.735121351999894 ], [ 110.120209181000092, -2.741875908999916 ], [ 110.119639519000117, -2.745619398999864 ], [ 110.116302931000092, -2.748549085999883 ], [ 110.089935743000098, -2.758802992999989 ] ] ], [ [ [ 133.371022983000188, -2.482761325999974 ], [ 133.371022983000188, -2.49545663899994 ], [ 133.363047722000061, -2.493747653999847 ], [ 133.344899936000019, -2.48211028399993 ], [ 133.321625196000042, -2.449802342 ], [ 133.322520379, -2.438490492999932 ], [ 133.332448764000134, -2.431654554999909 ], [ 133.347015821000042, -2.437107028999861 ], [ 133.360769076000139, -2.453708591999913 ], [ 133.368337436000189, -2.469333591999899 ], [ 133.371022983000188, -2.482761325999974 ] ] ], [ [ [ 107.079763217000192, -2.418552341999856 ], [ 107.076263868000211, -2.421563408999859 ], [ 107.064789259000094, -2.417168877999956 ], [ 107.063894076000082, -2.407810153999932 ], [ 107.069753451000139, -2.406263929999895 ], [ 107.074392123000081, -2.407810153999932 ], [ 107.077240431000092, -2.411146742999861 ], [ 107.079763217000192, -2.418552341999856 ] ] ], [ [ [ 105.787364129, -2.422784112999878 ], [ 105.786468946000099, -2.422784112999878 ], [ 105.783864780000187, -2.416273695999962 ], [ 105.782725457000055, -2.405124606999863 ], [ 105.778900587000038, -2.400485934999921 ], [ 105.786468946000099, -2.399102471999939 ], [ 105.798757358000074, -2.405531507999868 ], [ 105.79916425900015, -2.412041924999855 ], [ 105.790863477000102, -2.417168877999956 ], [ 105.787364129, -2.422784112999878 ] ] ], [ [ [ 133.925059441000172, -2.299737237999935 ], [ 133.915375196000042, -2.304131768999838 ], [ 133.893077019000174, -2.302097263999983 ], [ 133.88135826900006, -2.301364841999956 ], [ 133.870778842000021, -2.29745859199987 ], [ 133.870616082000055, -2.2908667949999 ], [ 133.87525475400011, -2.284356377999899 ], [ 133.881765170000023, -2.279473565999837 ], [ 133.910411004000167, -2.274427992999904 ], [ 133.924164259000094, -2.277845960999827 ], [ 133.928396030000187, -2.287204684999935 ], [ 133.925059441000172, -2.299737237999935 ] ] ], [ [ [ 130.612152540000153, -2.251885674999912 ], [ 130.598806186000019, -2.255791924999826 ], [ 130.591237826000025, -2.255547783999958 ], [ 130.571136915000153, -2.255791924999826 ], [ 130.562510613000228, -2.255222263999855 ], [ 130.561289910000056, -2.250909112999935 ], [ 130.577077669999966, -2.247165622999916 ], [ 130.593760613000114, -2.245293877999856 ], [ 130.605886264000077, -2.248386325999931 ], [ 130.612152540000153, -2.251885674999912 ] ] ], [ [ [ 133.722015821000156, -2.253024997999944 ], [ 133.687266472000175, -2.269545179999923 ], [ 133.675629101999988, -2.267429294999914 ], [ 133.682220899000043, -2.257582289999903 ], [ 133.728933139000247, -2.227715752999913 ], [ 133.738861524000043, -2.222344658999944 ], [ 133.752696160000056, -2.222670179999966 ], [ 133.757823113000057, -2.236097914999959 ], [ 133.750173373000024, -2.249200127999842 ], [ 133.722015821000156, -2.253024997999944 ] ] ], [ [ [ 130.526052280000187, -2.228204033999901 ], [ 130.508962436000019, -2.234633070999905 ], [ 130.505137566, -2.233330987999906 ], [ 130.494639519000231, -2.232110283999901 ], [ 130.497813347, -2.226495049999897 ], [ 130.507090691000172, -2.224623304999838 ], [ 130.51050866000017, -2.222263278999961 ], [ 130.522959832000112, -2.220798434999907 ], [ 130.531260613000057, -2.220310153999918 ], [ 130.535736524000214, -2.221205335999912 ], [ 130.535411004, -2.223483981999976 ], [ 130.531260613000057, -2.225844007999854 ], [ 130.526052280000187, -2.228204033999901 ] ] ], [ [ [ 130.472341342000192, -2.221530856999934 ], [ 130.474457227000045, -2.226250908999859 ], [ 130.472829623000194, -2.228366794999872 ], [ 130.467784050000233, -2.227715752999913 ], [ 130.461436394000231, -2.227715752999913 ], [ 130.456228061000019, -2.226657809999864 ], [ 130.453542514000247, -2.22201913899984 ], [ 130.451914910000056, -2.222751559999949 ], [ 130.449229363000228, -2.223809502999828 ], [ 130.445974155000187, -2.222344658999944 ], [ 130.444183790000039, -2.221205335999912 ], [ 130.451019727000045, -2.216566664999888 ], [ 130.459564649000043, -2.219008070999919 ], [ 130.466888868000098, -2.221205335999912 ], [ 130.472341342000192, -2.221530856999934 ] ] ], [ [ [ 130.439219597000175, -2.220472914999974 ], [ 130.439707879000167, -2.221530856999934 ], [ 130.427907748000194, -2.220147393999952 ], [ 130.416026238000228, -2.217787367999904 ], [ 130.403249545000023, -2.217461846999882 ], [ 130.400563998000194, -2.216892184999921 ], [ 130.399831576000025, -2.214776299999912 ], [ 130.401703321000156, -2.211683851999837 ], [ 130.406830274000043, -2.210219007999868 ], [ 130.412282748000194, -2.210219007999868 ], [ 130.420420769000117, -2.208998304999852 ], [ 130.44206790500013, -2.213962497999901 ], [ 130.443451368000098, -2.218519789999931 ], [ 130.439219597000175, -2.220472914999974 ] ] ], [ [ [ 130.228526238000228, -2.181003513999926 ], [ 130.253428582000055, -2.185967705999872 ], [ 130.265472852000102, -2.185153903999861 ], [ 130.276621941000116, -2.188734632999925 ], [ 130.284027539999983, -2.18889739399998 ], [ 130.290863476999988, -2.190036716999842 ], [ 130.294932488000171, -2.194675388999869 ], [ 130.291433139000247, -2.197523695999905 ], [ 130.286224806000092, -2.199883721999853 ], [ 130.28003991, -2.196628513999912 ], [ 130.277028842000192, -2.198500257999882 ], [ 130.272064649000043, -2.198500257999882 ], [ 130.263356967000078, -2.197686455999872 ], [ 130.262787306000206, -2.198581638999855 ], [ 130.264008009000037, -2.202325127999885 ], [ 130.266205274000214, -2.206556898999821 ], [ 130.269379102000158, -2.208998304999852 ], [ 130.265554233000245, -2.21152109199987 ], [ 130.261241082000168, -2.21054452899989 ], [ 130.255625847000061, -2.21152109199987 ], [ 130.249847851999988, -2.212741794999886 ], [ 130.241791212000038, -2.209974867999918 ], [ 130.234711134000037, -2.208591403999847 ], [ 130.227305535, -2.204034112999977 ], [ 130.219981316, -2.19817473799985 ], [ 130.216156445999985, -2.197849216999927 ], [ 130.205577019000231, -2.196954033999845 ], [ 130.207774285000056, -2.193373304999866 ], [ 130.215017123000081, -2.192640882999839 ], [ 130.226003451000025, -2.195489190999879 ], [ 130.230479363000057, -2.197849216999927 ], [ 130.237640821000042, -2.193942966999927 ], [ 130.243988477000158, -2.191501559999978 ], [ 130.242035351999988, -2.187188408999887 ], [ 130.234955274000157, -2.191745700999846 ], [ 130.218353712000095, -2.187839450999931 ], [ 130.214284701000139, -2.185967705999872 ], [ 130.213796420000136, -2.184177341999884 ], [ 130.211273634000037, -2.186618747999916 ], [ 130.208750847, -2.181003513999926 ], [ 130.216156445999985, -2.181003513999926 ], [ 130.228526238000228, -2.181003513999926 ] ] ], [ [ [ 133.735850457000225, -2.180352471999882 ], [ 133.746267123000024, -2.183119398999835 ], [ 133.768890821000042, -2.182061455999886 ], [ 133.768483920000023, -2.187513929999909 ], [ 133.752696160000056, -2.210463148999821 ], [ 133.743988477000158, -2.213311455999857 ], [ 133.69996178500017, -2.239597263999869 ], [ 133.689138217000078, -2.242608330999872 ], [ 133.681976759000037, -2.239027601999808 ], [ 133.676442905000187, -2.23341236799989 ], [ 133.680023634000094, -2.225111585999827 ], [ 133.704763217000078, -2.21420663899984 ], [ 133.712250196000042, -2.208184502999842 ], [ 133.719411655000073, -2.187839450999931 ], [ 133.724457226999988, -2.180759372999887 ], [ 133.735850457000225, -2.180352471999882 ] ] ], [ [ [ 133.817800326000025, -2.204441013999983 ], [ 133.793223504000167, -2.207777601999837 ], [ 133.782155795000136, -2.205173434999921 ], [ 133.777517123000194, -2.198581638999855 ], [ 133.79175866, -2.179782809999907 ], [ 133.818532748000194, -2.158298434999963 ], [ 133.839121941000059, -2.151543877999842 ], [ 133.85059655000012, -2.156996351999965 ], [ 133.846771681000092, -2.162855726999837 ], [ 133.834564649000214, -2.195000908999887 ], [ 133.817800326000025, -2.204441013999983 ] ] ], [ [ [ 130.901703321000156, -2.147393487999906 ], [ 130.909759962000095, -2.153578382999868 ], [ 130.916921420000136, -2.16025156 ], [ 130.924652540000039, -2.164808851999879 ], [ 130.923675977000158, -2.16537851399984 ], [ 130.912282748000194, -2.16171640399989 ], [ 130.907725457000225, -2.159681898999864 ], [ 130.899099155000073, -2.156101169999971 ], [ 130.895192905000073, -2.151136976999837 ], [ 130.894216342000078, -2.151136976999837 ], [ 130.890635613000114, -2.151462497999859 ], [ 130.887543165000039, -2.148614190999822 ], [ 130.885671420000136, -2.147067966999884 ], [ 130.889170769000231, -2.145440362999864 ], [ 130.894379102000045, -2.145847263999869 ], [ 130.901703321000156, -2.147393487999906 ] ] ], [ [ [ 130.438975457000225, -2.125827731999976 ], [ 130.439707879000167, -2.12997812299993 ], [ 130.434580925000233, -2.129327080999886 ], [ 130.429209832000112, -2.123711846999967 ], [ 130.433441602000045, -2.122735283999901 ], [ 130.438975457000225, -2.125827731999976 ] ] ], [ [ [ 130.451426629000053, -2.125095309999949 ], [ 130.458994988000114, -2.129082940999851 ], [ 130.462901238000114, -2.12810637799987 ], [ 130.465749545000136, -2.130873304999838 ], [ 130.470550977000045, -2.131768487999821 ], [ 130.475433789999983, -2.130710544999872 ], [ 130.481781446000042, -2.131931247999887 ], [ 130.486745639000247, -2.133640231999891 ], [ 130.485280795000023, -2.136488539999917 ], [ 130.488454623000081, -2.138197523999921 ], [ 130.489512566000059, -2.14112721099994 ], [ 130.486338738000057, -2.141289971999825 ], [ 130.480967644000117, -2.14088307099999 ], [ 130.476817254000167, -2.138685804999909 ], [ 130.462657097000061, -2.136651299999883 ], [ 130.453542514000247, -2.134942315999879 ], [ 130.450694207000112, -2.132419528999876 ], [ 130.447764519000117, -2.13119882599986 ], [ 130.44369550900015, -2.129001559999864 ], [ 130.440603061000076, -2.125095309999949 ], [ 130.442230665000096, -2.121026299999897 ], [ 130.451426629000053, -2.125095309999949 ] ] ], [ [ [ 130.405772332000112, -2.111667575999874 ], [ 130.400401238000228, -2.112562757999868 ], [ 130.398122592000192, -2.111586195999891 ], [ 130.402842644000117, -2.106052341999956 ], [ 130.40674889400006, -2.105564059999878 ], [ 130.405772332000112, -2.111667575999874 ] ] ], [ [ [ 130.408213738000228, -2.095961195999905 ], [ 130.400401238000228, -2.103122653999847 ], [ 130.398366733000131, -2.092543226999808 ], [ 130.403005405000073, -2.088311455999872 ], [ 130.407969597000118, -2.090590101999936 ], [ 130.408213738000228, -2.095961195999905 ] ] ], [ [ [ 130.465993686000076, -2.065280856999905 ], [ 130.457692905000187, -2.070977471999882 ], [ 130.435720248000081, -2.072360934999864 ], [ 130.416840040000153, -2.07765064899985 ], [ 130.401703321000156, -2.087660414999917 ], [ 130.393077019000231, -2.082940362999821 ], [ 130.396657748000138, -2.079441013999926 ], [ 130.400157097, -2.078301690999893 ], [ 130.406830274000043, -2.077406507999811 ], [ 130.403981967000021, -2.070896091999899 ], [ 130.409353061000189, -2.069105726999823 ], [ 130.413910352000045, -2.069919528999932 ], [ 130.41700280000012, -2.067640882999868 ], [ 130.425791863000057, -2.066257419999886 ], [ 130.434092644000231, -2.06259531 ], [ 130.438894076000139, -2.061781507999825 ], [ 130.440928582000055, -2.065850518999881 ], [ 130.444265170000023, -2.063246351999879 ], [ 130.446787957000225, -2.06259531 ], [ 130.448008660000056, -2.065850518999881 ], [ 130.450368686000189, -2.061700127999842 ], [ 130.453786655000187, -2.059909763999855 ], [ 130.45557701900006, -2.060072523999821 ], [ 130.462087436000189, -2.061700127999842 ], [ 130.465993686000076, -2.065280856999905 ] ] ], [ [ [ 134.743825717000192, -2.054131768999881 ], [ 134.737640821000042, -2.059014580999943 ], [ 134.731211785, -2.054050388999897 ], [ 134.729014519000117, -2.044040623 ], [ 134.723155144000174, -2.026950778999961 ], [ 134.738373243000154, -2.020358981999905 ], [ 134.740733269000117, -2.032810153999918 ], [ 134.745371941000059, -2.039401950999888 ], [ 134.743825717000192, -2.054131768999881 ] ] ], [ [ [ 130.602712436000019, -2.001967054999866 ], [ 130.607351108000245, -2.002699476999894 ], [ 130.611989780000187, -2.00099049299989 ], [ 130.615000847000175, -2.002943617999932 ], [ 130.61947675900015, -2.001560153999861 ], [ 130.621267123000024, -2.002699476999894 ], [ 130.622162306000149, -2.002943617999932 ], [ 130.623464389000134, -2.00448984199987 ], [ 130.627207879000167, -2.007256768999923 ], [ 130.623464389000134, -2.010430596999981 ], [ 130.611094597000175, -2.006687106999863 ], [ 130.599131707000055, -2.005954684999935 ], [ 130.594655795000023, -2.006931247999901 ], [ 130.593597852000158, -2.002129815999822 ], [ 130.600108269000231, -2.000339450999931 ], [ 130.602712436000019, -2.001967054999866 ] ] ], [ [ [ 130.559011264000247, -1.995700778999989 ], [ 130.560964389000077, -1.997165622999873 ], [ 130.574880405000187, -1.999037367999932 ], [ 130.588145379, -1.999851169999857 ], [ 130.588715040000096, -2.004978122999859 ], [ 130.581228061000189, -2.006687106999863 ], [ 130.570567254000167, -2.006605726999879 ], [ 130.560638868000098, -2.004245700999931 ], [ 130.557546420000023, -2.004082940999865 ], [ 130.554453972000118, -2.003594658999887 ], [ 130.544606967000192, -2.002211195999905 ], [ 130.537771030000073, -1.999281507999882 ], [ 130.539561394000231, -1.99382903399993 ], [ 130.541188998000081, -1.993747653999947 ], [ 130.543630405000187, -1.994886976999808 ], [ 130.545420769000117, -1.995782158999972 ], [ 130.546397332000055, -1.994073174999969 ], [ 130.551605665000153, -1.991224867999932 ], [ 130.553721550000063, -1.992526950999931 ], [ 130.556732618000098, -1.995456638999869 ], [ 130.559011264000247, -1.995700778999989 ] ] ], [ [ [ 136.332041863000228, -1.906426690999865 ], [ 136.338552280000016, -1.910414320999934 ], [ 136.351247592000192, -1.907240492999875 ], [ 136.354665561000189, -1.911635023999949 ], [ 136.357432488000228, -1.926527601999908 ], [ 136.356293165000039, -1.930677992999861 ], [ 136.359466993000098, -1.933038018999909 ], [ 136.363291863000114, -1.936130466999899 ], [ 136.364838087000152, -1.94150155999985 ], [ 136.364512566, -1.94557057099999 ], [ 136.356944207000055, -1.950290622999916 ], [ 136.3599552740001, -1.960625908999916 ], [ 136.354665561000189, -1.960625908999916 ], [ 136.346690300000233, -1.955173434999892 ], [ 136.333506707000112, -1.939222914999874 ], [ 136.329681837000095, -1.929620049999983 ], [ 136.335703972000175, -1.930026950999988 ], [ 136.336110873000194, -1.927585544999957 ], [ 136.327159050000233, -1.918145440999865 ], [ 136.325124545000136, -1.913425388999855 ], [ 136.323903842000192, -1.907566013999897 ], [ 136.326263868000098, -1.904310804999866 ], [ 136.332041863000228, -1.906426690999865 ] ] ], [ [ [ 137.036550326000025, -1.83188242 ], [ 137.047536655000073, -1.843763929999866 ], [ 137.054209832000112, -1.849786065999879 ], [ 137.058522983000131, -1.856703382999882 ], [ 137.060801629000167, -1.864027601999965 ], [ 137.059336785, -1.869073174999912 ], [ 137.012136264000134, -1.854994398999878 ], [ 136.999847852000102, -1.847507419999985 ], [ 136.976166212000095, -1.844496351999894 ], [ 136.962738477000158, -1.839613539999931 ], [ 136.962331575999968, -1.833998304999838 ], [ 136.974457227000158, -1.831801040000016 ], [ 137.007253450999968, -1.834161065999893 ], [ 137.018972201000082, -1.831801040000016 ], [ 137.036550326000025, -1.83188242 ] ] ], [ [ [ 127.632497592000192, -1.839939059999864 ], [ 127.621104363000228, -1.850518487999906 ], [ 127.612803582000055, -1.851983330999872 ], [ 127.605967644000231, -1.849541924999841 ], [ 127.591644727000158, -1.848402601999808 ], [ 127.586355014000077, -1.850030205999829 ], [ 127.585785352000045, -1.856296481999877 ], [ 127.582937045000023, -1.860284112999935 ], [ 127.570648634000037, -1.868177992999918 ], [ 127.568451368000211, -1.866469007999825 ], [ 127.565765821000156, -1.86093515399989 ], [ 127.563731316000059, -1.849053643999852 ], [ 127.566172722000175, -1.839288018999909 ], [ 127.573578321000156, -1.830498955999929 ], [ 127.597015821000042, -1.822849216999913 ], [ 127.621104363000228, -1.821465752999842 ], [ 127.628103061000019, -1.821384372999859 ], [ 127.635020379000053, -1.826999606999848 ], [ 127.632497592000192, -1.839939059999864 ] ] ], [ [ [ 124.034841342000192, -1.878920179999923 ], [ 124.03410892000025, -1.888604424999897 ], [ 124.022959832000225, -1.886732679999838 ], [ 124.010590040000039, -1.871595960999841 ], [ 123.994639519000117, -1.836195570999919 ], [ 123.994802280000073, -1.818780205999857 ], [ 124.005218946000156, -1.810153903999847 ], [ 124.011403842000135, -1.814304294999971 ], [ 124.009125196000156, -1.822605075999874 ], [ 124.015310092000135, -1.826429945999877 ], [ 124.032644076000025, -1.862237237999977 ], [ 124.034841342000192, -1.878920179999923 ] ] ], [ [ [ 129.647390170000136, -1.82732512799987 ], [ 129.648610873000024, -1.839125257999854 ], [ 129.630707227000102, -1.825453382999811 ], [ 129.628835483000131, -1.814792575999959 ], [ 129.635020379000167, -1.805515231999919 ], [ 129.645518425000233, -1.80177174299989 ], [ 129.648610873000024, -1.815443618 ], [ 129.647390170000136, -1.82732512799987 ] ] ], [ [ [ 135.818532748000081, -1.807386976999894 ], [ 135.816416863000171, -1.8129208309999 ], [ 135.809499545000079, -1.81267669099995 ], [ 135.804779493000041, -1.816664321000019 ], [ 135.794525587000209, -1.809665622999859 ], [ 135.795095248000194, -1.798597915 ], [ 135.797373894000174, -1.797214450999931 ], [ 135.794037306000149, -1.79208749799993 ], [ 135.813812696000156, -1.788018487999878 ], [ 135.816335483000188, -1.789890231999934 ], [ 135.817881707000225, -1.792982679999824 ], [ 135.821299675000233, -1.797702731999919 ], [ 135.822276238000114, -1.80177174299989 ], [ 135.820323113000228, -1.803643487999864 ], [ 135.818532748000081, -1.807386976999894 ] ] ], [ [ [ 99.249522332000112, -1.843438408999845 ], [ 99.239838087000038, -1.844252210999855 ], [ 99.239838087000038, -1.840183200999903 ], [ 99.260345899000214, -1.813246351999922 ], [ 99.260834181000092, -1.798191014 ], [ 99.254079623000081, -1.787774346999839 ], [ 99.256683790000153, -1.786390882999854 ], [ 99.272797071000099, -1.791680596999825 ], [ 99.286875847000175, -1.801608982 ], [ 99.288340691000059, -1.804782809999892 ], [ 99.290212436000189, -1.813897393999966 ], [ 99.289073113000057, -1.819024346999896 ], [ 99.292491082000055, -1.82089609199987 ], [ 99.293386264000077, -1.822930596999896 ], [ 99.290863477000158, -1.828952731999891 ], [ 99.28744550900015, -1.83351002399985 ], [ 99.265065951000139, -1.83407968499999 ], [ 99.249522332000112, -1.843438408999845 ] ] ], [ [ [ 129.642100457000225, -1.791761976999808 ], [ 129.635590040000153, -1.803643487999864 ], [ 129.63160241000017, -1.797702731999919 ], [ 129.626312695999985, -1.794854424999883 ], [ 129.632660352000045, -1.777520440999893 ], [ 129.642100457000225, -1.791761976999808 ] ] ], [ [ [ 124.172099736000206, -1.780021961999836 ], [ 124.165110308000209, -1.78932598699987 ], [ 124.154641313000042, -1.775358944999851 ], [ 124.145336822000246, -1.760228817999945 ], [ 124.14767900700005, -1.738124638999892 ], [ 124.158154207000194, -1.739294101999846 ], [ 124.18025631100025, -1.764901227999829 ], [ 124.172099736000206, -1.780021961999836 ] ] ], [ [ [ 128.32846113400015, -1.662367445999948 ], [ 128.319021030000016, -1.665297132999868 ], [ 128.302582227000045, -1.657972914999874 ], [ 128.29721113399998, -1.642836195999877 ], [ 128.308360222000118, -1.617445570999934 ], [ 128.333994988000057, -1.60401783599994 ], [ 128.350271030000187, -1.606866143999895 ], [ 128.355072462000095, -1.62004973799985 ], [ 128.356293165000039, -1.634454033999901 ], [ 128.352549675000063, -1.645196221999825 ], [ 128.345550976999988, -1.652764580999957 ], [ 128.32846113400015, -1.662367445999948 ] ] ], [ [ [ 130.22950280000012, -1.489678643999824 ], [ 130.221120639000247, -1.494073174999897 ], [ 130.207530144000117, -1.492120049999855 ], [ 130.20997155000012, -1.480319919999886 ], [ 130.223643425000233, -1.47193775799991 ], [ 130.237071160000056, -1.468519789999903 ], [ 130.247813347000175, -1.464125257999839 ], [ 130.260508660000056, -1.465101820999905 ], [ 130.264008009000037, -1.467868747999859 ], [ 130.250661655000187, -1.478773695999934 ], [ 130.24252363399998, -1.4789364559999 ], [ 130.232513868000211, -1.484795830999843 ], [ 130.22950280000012, -1.489678643999824 ] ] ], [ [ [ 127.692800326000082, -1.284844658999916 ], [ 127.691579623000024, -1.285902601999879 ], [ 127.690847201000025, -1.284193617999875 ], [ 127.692800326000082, -1.284844658999916 ] ] ], [ [ [ 136.212738477000045, -1.265313408999845 ], [ 136.199717644000231, -1.273532809999935 ], [ 136.1978458990001, -1.272963148999864 ], [ 136.195567254, -1.267673434999892 ], [ 136.191579623000024, -1.264743747999873 ], [ 136.19369550900015, -1.253350518999909 ], [ 136.206472201000025, -1.244235934999907 ], [ 136.218272332000168, -1.241794528999876 ], [ 136.228363477000045, -1.243666273999935 ], [ 136.230642123000194, -1.248874606999848 ], [ 136.218923373000194, -1.259779554999909 ], [ 136.218679233000245, -1.264255466999884 ], [ 136.216481967000078, -1.264255466999884 ], [ 136.212738477000045, -1.265313408999845 ] ] ], [ [ [ 136.607758009000037, -1.245863540000016 ], [ 136.603037957000112, -1.254733981999891 ], [ 136.592702670000023, -1.252211195999877 ], [ 136.584239129000167, -1.238051039999945 ], [ 136.576101108000245, -1.215345960999812 ], [ 136.571136914999983, -1.207207940999879 ], [ 136.572113477000158, -1.199069919999872 ], [ 136.580902540000153, -1.193536065999936 ], [ 136.589203321000042, -1.194187106999891 ], [ 136.600108269000117, -1.206068617999946 ], [ 136.60572350400011, -1.220635674999883 ], [ 136.600433790000039, -1.22616952899989 ], [ 136.601410351999988, -1.234063408999873 ], [ 136.607758009000037, -1.245863540000016 ] ] ], [ [ [ 123.310557488000114, -1.270358981999877 ], [ 123.303640170000136, -1.283135674999912 ], [ 123.295990431000092, -1.280775648999864 ], [ 123.276621941000172, -1.223402601999837 ], [ 123.27637780000012, -1.212823174999969 ], [ 123.292491082000112, -1.192803643999909 ], [ 123.312673373000138, -1.181003513999855 ], [ 123.321787957000112, -1.190199476999823 ], [ 123.310557488000114, -1.270358981999877 ] ] ], [ [ [ 129.34424889400006, -1.164971612999864 ], [ 129.348968946000099, -1.168877862999864 ], [ 129.353282097000175, -1.168308200999888 ], [ 129.360850457000225, -1.169203382999882 ], [ 129.368256056000206, -1.175306898999864 ], [ 129.371592644000231, -1.18084075299997 ], [ 129.370941601999988, -1.195733330999929 ], [ 129.361338738000114, -1.193861585999869 ], [ 129.350759311000076, -1.194756768999952 ], [ 129.343353712000095, -1.191094658999916 ], [ 129.347178582000112, -1.187188408999916 ], [ 129.348806186000132, -1.183933200999874 ], [ 129.350108269000117, -1.177178643999923 ], [ 129.346527540000153, -1.1717261699999 ], [ 129.341075066, -1.17278411299985 ], [ 129.336273634000037, -1.17791106599995 ], [ 129.331716342000078, -1.177015882999868 ], [ 129.328949415000039, -1.179131768999966 ], [ 129.322113476999988, -1.18222421699987 ], [ 129.31674238400015, -1.181329033999958 ], [ 129.311615431000206, -1.178317966999956 ], [ 129.309662306000092, -1.179375908999916 ], [ 129.312754754000167, -1.182549737999892 ], [ 129.308197462000209, -1.183851820999891 ], [ 129.308197462000209, -1.188409112999835 ], [ 129.302582227000045, -1.190118096999839 ], [ 129.295990431000035, -1.179620049999954 ], [ 129.299001498000024, -1.178480726999922 ], [ 129.303396030000016, -1.171319268999895 ], [ 129.309906446000042, -1.165134373 ], [ 129.326101108000245, -1.161390882999882 ], [ 129.339447462000095, -1.162611585999898 ], [ 129.34424889400006, -1.164971612999864 ] ] ], [ [ [ 127.424327019000117, -1.215915622999873 ], [ 127.418467644000231, -1.216241143999895 ], [ 127.410329623000024, -1.209405205999872 ], [ 127.400401238000228, -1.196384372999972 ], [ 127.401703321000042, -1.157972914999874 ], [ 127.399180535, -1.151381117999904 ], [ 127.395355664999983, -1.146498304999923 ], [ 127.392588738000228, -1.140964450999917 ], [ 127.398610873000024, -1.13339609199987 ], [ 127.407237175000233, -1.131198825999959 ], [ 127.418386264000247, -1.140557549999912 ], [ 127.427093946000156, -1.159274997999873 ], [ 127.437185092000192, -1.198988539999888 ], [ 127.435638868000098, -1.204766533999859 ], [ 127.424327019000117, -1.215915622999873 ] ] ], [ [ [ 128.409027540000039, -1.086927992999918 ], [ 128.427826368000041, -1.103610934999864 ], [ 128.442556186000076, -1.118340752999856 ], [ 128.4419865240001, -1.120212497999916 ], [ 128.428233269000174, -1.113539320999948 ], [ 128.423187696000042, -1.108168226999808 ], [ 128.405528191, -1.100518487999878 ], [ 128.396494988000114, -1.100518487999878 ], [ 128.384776238000114, -1.107761325999903 ], [ 128.378428582000112, -1.114271742999975 ], [ 128.369232618000211, -1.118096612999906 ], [ 128.361094597000118, -1.116143487999864 ], [ 128.356537306000035, -1.104017835999869 ], [ 128.350922071000156, -1.097100518999952 ], [ 128.345062696000042, -1.094821872999887 ], [ 128.3443302740001, -1.086927992999918 ], [ 128.363291863000114, -1.076999606999919 ], [ 128.3853458990001, -1.076918226999837 ], [ 128.409027540000039, -1.086927992999918 ] ] ], [ [ [ 104.202891472000175, -1.039239190999865 ], [ 104.204844597000061, -1.048435153999918 ], [ 104.200856967000078, -1.045098565999893 ], [ 104.202891472000175, -1.039239190999865 ] ] ], [ [ [ 104.229665561000189, -1.052666924999855 ], [ 104.208669467000078, -1.060479424999841 ], [ 104.2076115240001, -1.049004815999979 ], [ 104.20948326900006, -1.042901299999912 ], [ 104.207123243000211, -1.037286065999908 ], [ 104.239024285000056, -1.035007419999843 ], [ 104.229665561000189, -1.052666924999855 ] ] ], [ [ [ 131.093597852000045, -1.084079684999963 ], [ 131.09669030000012, -1.086602471999896 ], [ 131.099213087000209, -1.089939059999921 ], [ 131.096202019000231, -1.090671481999863 ], [ 131.088959181000206, -1.089125257999825 ], [ 131.083994988000228, -1.08603281 ], [ 131.082530144000117, -1.084730726999837 ], [ 131.081146681000206, -1.088148695999934 ], [ 131.077647332000225, -1.089776299999869 ], [ 131.074636264000134, -1.087823174999912 ], [ 131.074717644000117, -1.083347263999855 ], [ 131.07650800899998, -1.077569268999881 ], [ 131.078216993000098, -1.052992445999877 ], [ 131.081553582000225, -1.045993747999887 ], [ 131.083099806000092, -1.038181247999901 ], [ 131.090017123000081, -1.023776950999931 ], [ 131.090749545000023, -1.013441664999917 ], [ 131.106049024000043, -1.003838799999855 ], [ 131.136810743000211, -0.996351820999877 ], [ 131.142588738000114, -1.000990492999989 ], [ 131.144786004000167, -1.007663669999872 ], [ 131.144704623000194, -1.011732679999824 ], [ 131.147146030000073, -1.017429294999985 ], [ 131.146739129000053, -1.023532809999892 ], [ 131.141937696000156, -1.028334242999875 ], [ 131.133311394000231, -1.030938408999873 ], [ 131.131683790000039, -1.033379815999822 ], [ 131.132090691000059, -1.045993747999887 ], [ 131.128998243000154, -1.050388278999961 ], [ 131.118744337000209, -1.051853122999844 ], [ 131.107351108000245, -1.057061455999843 ], [ 131.108490431000092, -1.062839450999888 ], [ 131.112152540000153, -1.069512627999856 ], [ 131.108815951000025, -1.072198174999841 ], [ 131.102305535, -1.072767835999898 ], [ 131.101410352000045, -1.074639580999872 ], [ 131.108246290000153, -1.079603773999906 ], [ 131.105804884000037, -1.083835544999843 ], [ 131.093597852000045, -1.084079684999963 ] ] ], [ [ [ 104.405365431000206, -0.862237237999821 ], [ 104.405446811000189, -0.862969658999859 ], [ 104.405853712000209, -0.862725518999909 ], [ 104.406179233000131, -0.864515882999896 ], [ 104.404958530000016, -0.865085544999857 ], [ 104.404470248000024, -0.864515882999896 ], [ 104.404388868000041, -0.864597263999869 ], [ 104.40333092500012, -0.863132419999914 ], [ 104.405365431000206, -0.862237237999821 ] ] ], [ [ [ 104.235931837000152, -0.656833591999941 ], [ 104.243988477000158, -0.665622653999918 ], [ 104.234060092000078, -0.661065362999878 ], [ 104.235931837000152, -0.656833591999941 ] ] ], [ [ [ 104.038828972000061, -0.517754815999851 ], [ 104.038015170000136, -0.521661065999837 ], [ 104.034597201000139, -0.518080335999869 ], [ 104.038828972000061, -0.517754815999851 ] ] ], [ [ [ 122.595713738000228, -0.499281507999825 ], [ 122.574147983000131, -0.500664971999896 ], [ 122.571950717000078, -0.503920179999852 ], [ 122.560231967000078, -0.512546481999934 ], [ 122.552012566000172, -0.510186455999886 ], [ 122.54395592500012, -0.503920179999852 ], [ 122.532562696000156, -0.500258070999891 ], [ 122.52824954500025, -0.501641533999873 ], [ 122.522878451000025, -0.497572523999821 ], [ 122.527191601999988, -0.48919036299985 ], [ 122.557220899000043, -0.484633070999905 ], [ 122.564463738000057, -0.48097096099994 ], [ 122.579844597, -0.480889580999957 ], [ 122.585541212000209, -0.478041273999921 ], [ 122.593435092000078, -0.4764136699999 ], [ 122.601247592000078, -0.479424737999821 ], [ 122.610118035, -0.492608330999857 ], [ 122.60596764400006, -0.496189059999921 ], [ 122.595713738000228, -0.499281507999825 ] ] ], [ [ [ 104.203054233000131, -0.393487237999892 ], [ 104.210948113000114, -0.400648696000019 ], [ 104.215668165000096, -0.400567315999865 ], [ 104.224619988000057, -0.395358981999863 ], [ 104.227224155000073, -0.401299737999892 ], [ 104.220713738000057, -0.423842054999881 ], [ 104.215830925000063, -0.429131768999937 ], [ 104.203623894000117, -0.427911065999922 ], [ 104.195160352000158, -0.419854424999897 ], [ 104.188324415000153, -0.401299737999892 ], [ 104.190033399000043, -0.395521742999918 ], [ 104.196543816000059, -0.393405856999919 ], [ 104.203054233000131, -0.393487237999892 ] ] ], [ [ [ 104.201345248000024, -0.372491143999866 ], [ 104.202972852000158, -0.373549085999827 ], [ 104.212494337000038, -0.370538018999909 ], [ 104.22299238400015, -0.369642835999827 ], [ 104.22950280000012, -0.374932549999897 ], [ 104.229828321000156, -0.383884373 ], [ 104.225515170000136, -0.389499606999919 ], [ 104.216156446000099, -0.390720309999935 ], [ 104.200612826000082, -0.389174085999898 ], [ 104.185313347000061, -0.387465101999894 ], [ 104.180349155000187, -0.384209893999852 ], [ 104.175873243000211, -0.375258070999919 ], [ 104.17676842500012, -0.368177992999861 ], [ 104.181488477000158, -0.365085544999957 ], [ 104.188649936000189, -0.36516692499994 ], [ 104.19776451900006, -0.368829033999987 ], [ 104.201345248000024, -0.372491143999866 ] ] ], [ [ [ 104.161224806000206, -0.358819268999824 ], [ 104.156260613000057, -0.364760023999935 ], [ 104.147878451000139, -0.363457940999936 ], [ 104.142832879000167, -0.353855075999874 ], [ 104.141286655000073, -0.34726327899989 ], [ 104.149750196000099, -0.341078382999839 ], [ 104.157074415000096, -0.337660414999917 ], [ 104.173106316000172, -0.352227471999853 ], [ 104.165782097000175, -0.355970960999883 ], [ 104.161224806000206, -0.358819268999824 ] ] ], [ [ [ 104.235606316, -0.354180596999896 ], [ 104.232269727000102, -0.358493747999901 ], [ 104.229095899000214, -0.354831638999855 ], [ 104.222015821000156, -0.346612237999935 ], [ 104.222829623000081, -0.339043877999899 ], [ 104.232351108000074, -0.330092054999866 ], [ 104.235931837000152, -0.335463148999835 ], [ 104.237722201000139, -0.34246184699991 ], [ 104.235606316, -0.354180596999896 ] ] ], [ [ [ 104.927989129000167, -0.137709242999975 ], [ 104.927989129000167, -0.138604424999969 ], [ 104.926524285, -0.13811614399998 ], [ 104.927093946000099, -0.136814059999892 ], [ 104.927989129000167, -0.137709242999975 ] ] ], [ [ [ 98.208425326000139, -0.130466403999876 ], [ 98.189626498000194, -0.145440362999906 ], [ 98.182790561000076, -0.12802499799993 ], [ 98.18799889400006, -0.11484140399989 ], [ 98.19825280000012, -0.109307549999869 ], [ 98.208425326000139, -0.130466403999876 ] ] ], [ [ [ 104.714366082000112, -0.066338799999912 ], [ 104.724294467000135, -0.087497653999904 ], [ 104.71127363400015, -0.073744398999807 ], [ 104.695730014000134, -0.062636000999873 ], [ 104.700124545000136, -0.053887627999885 ], [ 104.714366082000112, -0.066338799999912 ] ] ], [ [ [ 97.894704623000024, -0.080987237999821 ], [ 97.892670118000211, -0.090264580999957 ], [ 97.881195509000094, -0.089694919999985 ], [ 97.868581576000082, -0.082981052999855 ], [ 97.859304233000131, -0.080336195999877 ], [ 97.849782748000024, -0.069919528999876 ], [ 97.840749545000136, -0.067315362999878 ], [ 97.84799238400015, -0.058444919999843 ], [ 97.8716740240001, -0.050184828999846 ], [ 97.879323764000077, -0.049859307999924 ], [ 97.884369337000152, -0.053887627999885 ], [ 97.894704623000024, -0.080987237999821 ] ] ], [ [ [ 104.870127800000063, -0.068210544999872 ], [ 104.875173373000194, -0.081882419999914 ], [ 104.869476759000094, -0.074476821 ], [ 104.858246290000096, -0.067600192999819 ], [ 104.845225457000055, -0.06023528399983 ], [ 104.834808790000153, -0.049859307999924 ], [ 104.834646030000187, -0.038669528999904 ], [ 104.845225457000055, -0.044284763999912 ], [ 104.854828321000099, -0.052666924999869 ], [ 104.856618686000189, -0.057386976999965 ], [ 104.864431186000189, -0.060927015999866 ], [ 104.868256056000206, -0.062636000999873 ], [ 104.870127800000063, -0.068210544999872 ] ] ], [ [ [ 129.591644727000045, -0.017307223999865 ], [ 129.636892123000081, -0.052341403999847 ], [ 129.644704623000024, -0.069756768999909 ], [ 129.643402540000153, -0.081882419999914 ], [ 129.640065951000025, -0.080295505999885 ], [ 129.639821811000076, -0.074273369999958 ], [ 129.641856316000116, -0.068780205999843 ], [ 129.642263217000192, -0.065565687999893 ], [ 129.640065951000025, -0.062798760999925 ], [ 129.638031445999985, -0.060927015999866 ], [ 129.629649285000056, -0.062066338999898 ], [ 129.625580274000043, -0.058933201 ], [ 129.621592644000117, -0.049248955999872 ], [ 129.6177677740001, -0.048313083999886 ], [ 129.613291863000114, -0.048475843999853 ], [ 129.611338738000171, -0.050591729999852 ], [ 129.614024285000056, -0.054945570999934 ], [ 129.625336134000037, -0.066420179999895 ], [ 129.623545769000231, -0.069187106999848 ], [ 129.618907097, -0.071547132999896 ], [ 129.617442254000053, -0.075127862999878 ], [ 129.618337436000076, -0.078545830999886 ], [ 129.615082226999988, -0.07960377399985 ], [ 129.604828321000156, -0.07569752399985 ], [ 129.59253991, -0.0662981099999 ], [ 129.582286004000167, -0.045261325999888 ], [ 129.581472200999968, -0.023532809999907 ], [ 129.591644727000045, -0.017307223999865 ] ] ], [ [ [ 104.776052280000073, 0.045640367000175 ], [ 104.778656446000156, 0.030178127000156 ], [ 104.76636803500017, 0.035630601000179 ], [ 104.754649285000113, 0.032049872000115 ], [ 104.73878014400006, 0.033270575000131 ], [ 104.735362175000063, 0.037990627000141 ], [ 104.734548373000024, 0.045640367000175 ], [ 104.73731530000012, 0.048244533000073 ], [ 104.746267123000024, 0.044378973000079 ], [ 104.762624545000136, 0.049831447000102 ], [ 104.762054884000094, 0.064479885000111 ], [ 104.764821811000019, 0.060044664000145 ], [ 104.767181837000095, 0.056992906000062 ], [ 104.772797071000099, 0.051092841000113 ], [ 104.776052280000073, 0.045640367000175 ] ] ], [ [ [ 107.243988477000102, 0.132350979000108 ], [ 107.231618686000076, 0.121893622000044 ], [ 107.228363477000102, 0.118638414000173 ], [ 107.230316602000158, 0.113511460000069 ], [ 107.228037957000112, 0.111314195000176 ], [ 107.227468295000136, 0.105251369000172 ], [ 107.229665561000132, 0.097479559000178 ], [ 107.226573113000057, 0.097113348000065 ], [ 107.216156446000156, 0.098334052000084 ], [ 107.210297071000099, 0.104763088000183 ], [ 107.209076368000098, 0.113023179000081 ], [ 107.209076368000098, 0.117743231000091 ], [ 107.20948326900006, 0.120998440000051 ], [ 107.204844597000061, 0.122544664000088 ], [ 107.205739780000073, 0.127671617000189 ], [ 107.21143639400006, 0.129787502000099 ], [ 107.214691602000102, 0.128648179000066 ], [ 107.230642123000194, 0.136053778000147 ], [ 107.240326368000041, 0.142279364000117 ], [ 107.24463951900006, 0.141831773000121 ], [ 107.247731967000021, 0.13670482000019 ], [ 107.243988477000102, 0.132350979000108 ] ] ], [ [ [ 104.520681186000019, 0.119126695000162 ], [ 104.513845248000138, 0.111761786000073 ], [ 104.506927931000206, 0.116766669000114 ], [ 104.503184441000172, 0.126695054000123 ], [ 104.49642988400015, 0.128322658000144 ], [ 104.488047722000175, 0.135443427000013 ], [ 104.486501498000081, 0.142279364000117 ], [ 104.48682701900006, 0.149766343000081 ], [ 104.497894727000102, 0.145738023000106 ], [ 104.504323764000134, 0.141669012000065 ], [ 104.513112826000082, 0.134833075000131 ], [ 104.514903191000172, 0.131211656000076 ], [ 104.517670118000211, 0.125515041000099 ], [ 104.520681186000019, 0.119126695000162 ] ] ], [ [ [ 104.321299675000063, 0.146389065000065 ], [ 104.335622592000078, 0.125840562000121 ], [ 104.332448764000077, 0.104885158000158 ], [ 104.331228061000189, 0.106187242000075 ], [ 104.328298373000081, 0.108791408000073 ], [ 104.324229363000114, 0.109930731000105 ], [ 104.319834832000112, 0.121079820000034 ], [ 104.30958092500012, 0.131333726000136 ], [ 104.302907748000024, 0.127183335000112 ], [ 104.298187696000099, 0.133124091000127 ], [ 104.295258009000094, 0.137966213000027 ], [ 104.295746290000096, 0.146307684000178 ], [ 104.298350457000112, 0.151678778000132 ], [ 104.2974552740001, 0.158189195000134 ], [ 104.289561394000117, 0.168850002000156 ], [ 104.295502149000043, 0.169663804 ], [ 104.302175326000082, 0.164374091000099 ], [ 104.321299675000063, 0.146389065000065 ] ] ], [ [ [ 104.233897332000112, 0.163600979000165 ], [ 104.221527540000153, 0.160956122000087 ], [ 104.201019727000102, 0.172023830000043 ], [ 104.218353712000209, 0.195176499000169 ], [ 104.22486412900011, 0.199448960000083 ], [ 104.232758009000094, 0.194728908000073 ], [ 104.237803582000112, 0.17865631700009 ], [ 104.233897332000112, 0.163600979000165 ] ] ], [ [ [ 129.92066491000017, 0.277248440000079 ], [ 129.900645379, 0.270534572000045 ], [ 129.885020379000053, 0.272609768000152 ], [ 129.876149936000189, 0.284572658 ], [ 129.870534700999968, 0.297878322000102 ], [ 129.864431186000189, 0.305975653000132 ], [ 129.859304233000188, 0.307847398000192 ], [ 129.854746941000059, 0.31155019700013 ], [ 129.854340040000039, 0.315171617000189 ], [ 129.856455925000233, 0.315985419000029 ], [ 129.893483919999966, 0.315008856000134 ], [ 129.90658613400015, 0.310858466000099 ], [ 129.912282748000194, 0.306626695000176 ], [ 129.92066491000017, 0.277248440000079 ] ] ], [ [ [ 104.384287957000112, 0.278998114000075 ], [ 104.361338738000114, 0.275458075000088 ], [ 104.354991082000112, 0.278835354000108 ], [ 104.34213300900015, 0.296047268000123 ], [ 104.336924675000063, 0.300604559000163 ], [ 104.331228061000189, 0.303127346000096 ], [ 104.32715905000012, 0.307196356000148 ], [ 104.323985222000061, 0.312526760000111 ], [ 104.325938347, 0.320542710000069 ], [ 104.344086134000094, 0.31761302300005 ], [ 104.372650587000095, 0.297390041000114 ], [ 104.382904493000211, 0.287054755000113 ], [ 104.385915561000019, 0.281805731000119 ], [ 104.384287957000112, 0.278998114000075 ] ] ], [ [ [ 104.317556186000076, 0.314968166000142 ], [ 104.311696811000189, 0.306504624000112 ], [ 104.307627800000063, 0.30939362200013 ], [ 104.304535352000158, 0.313666083000143 ], [ 104.300791863000114, 0.338324286000145 ], [ 104.301442905000187, 0.343980210000126 ], [ 104.306651238000057, 0.345526434000163 ], [ 104.312429233000131, 0.343532619000129 ], [ 104.315521681000206, 0.340196031000104 ], [ 104.319753451000139, 0.330267645000106 ], [ 104.317556186000076, 0.314968166000142 ] ] ], [ [ [ 104.436371290000153, 0.405747789000131 ], [ 104.450287306000206, 0.387681382000125 ], [ 104.434743686000019, 0.392401434000121 ], [ 104.431081576000082, 0.401434637000051 ], [ 104.436371290000153, 0.405747789000131 ] ] ], [ [ [ 104.554372592000021, 0.415228583000058 ], [ 104.557465040000096, 0.411973374000098 ], [ 104.544932488000114, 0.410711981000091 ], [ 104.528168165000096, 0.413194078000032 ], [ 104.529388868000211, 0.39862702 ], [ 104.528168165000096, 0.389593817000076 ], [ 104.530609571000156, 0.378363348000079 ], [ 104.532399936000019, 0.372422593000152 ], [ 104.533864780000187, 0.363836981000134 ], [ 104.532155795000079, 0.359320380000085 ], [ 104.532155795000079, 0.358384507000096 ], [ 104.529958530000187, 0.358425197000187 ], [ 104.523773634000094, 0.367173570000077 ], [ 104.523773634000094, 0.381333726000179 ], [ 104.521332227000102, 0.38865794500019 ], [ 104.517588738000057, 0.395209052 ], [ 104.516612175000063, 0.405462958000101 ], [ 104.516368035000056, 0.419501044000157 ], [ 104.514089389000077, 0.426947333000129 ], [ 104.522146030000187, 0.428452867000175 ], [ 104.530365431000206, 0.425034898000163 ], [ 104.544932488000114, 0.424465236000103 ], [ 104.550954623000024, 0.421616929000066 ], [ 104.554372592000021, 0.415228583000058 ] ] ], [ [ [ 103.58643639400006, 0.421535549000083 ], [ 103.58822675900015, 0.407009182000138 ], [ 103.562022332000112, 0.419175523000135 ], [ 103.550629102000102, 0.435044664000159 ], [ 103.543955925000063, 0.446275131999982 ], [ 103.574229363000057, 0.438218492000118 ], [ 103.58643639400006, 0.421535549000083 ] ] ], [ [ [ 104.425466342000078, 0.460028387000165 ], [ 104.417246941000172, 0.460028387000165 ], [ 104.411306186000076, 0.463731187000036 ], [ 104.405609571000156, 0.464585679000038 ], [ 104.398855014000134, 0.467922268000152 ], [ 104.399587436000076, 0.473374742000175 ], [ 104.411631707000055, 0.471177476000193 ], [ 104.425466342000078, 0.460028387000165 ] ] ], [ [ [ 104.45769290500013, 0.462795315000051 ], [ 104.458994988000114, 0.458156643000109 ], [ 104.442881707000055, 0.473985093000138 ], [ 104.437347852000102, 0.47878652600005 ], [ 104.442312045000079, 0.483994859000134 ], [ 104.4478458990001, 0.48305898600006 ], [ 104.454030795000079, 0.472886460000097 ], [ 104.45769290500013, 0.462795315000051 ] ] ], [ [ [ 108.860199415000153, 0.516017971000124 ], [ 108.861582879000053, 0.509507554000123 ], [ 108.863373243000211, 0.501125393000066 ], [ 108.865244988000114, 0.488104559000178 ], [ 108.86378014400006, 0.47931549700003 ], [ 108.861013217000192, 0.47553131700009 ], [ 108.859629754, 0.475694078000146 ], [ 108.857188347000175, 0.483303127000099 ], [ 108.850922071000099, 0.488348700000117 ], [ 108.848317905000016, 0.493923244000129 ], [ 108.844004754000053, 0.493475653000132 ], [ 108.840993686000132, 0.49530670800003 ], [ 108.841807488000114, 0.500392971000139 ], [ 108.847829623000024, 0.50523509300011 ], [ 108.854177280000073, 0.509059963000126 ], [ 108.852305535000113, 0.513088283000016 ], [ 108.85596764400006, 0.51292552300005 ], [ 108.858490431000092, 0.514634507000054 ], [ 108.860199415000153, 0.516017971000124 ] ] ], [ [ [ 104.297536655000187, 0.480861721000068 ], [ 104.297699415000153, 0.474269924000083 ], [ 104.288259311000019, 0.5001488300001 ], [ 104.286387566000172, 0.510484117000189 ], [ 104.282644076000139, 0.517279364000132 ], [ 104.283539259000094, 0.519273179000066 ], [ 104.284434441, 0.523098049000083 ], [ 104.288096550000063, 0.524969794000143 ], [ 104.292653842000192, 0.520941473000079 ], [ 104.291351759000094, 0.512315171000168 ], [ 104.292002800000063, 0.50889720300016 ], [ 104.294606967000078, 0.504828192000105 ], [ 104.29395592500012, 0.500799872000144 ], [ 104.294525587000095, 0.492051499000155 ], [ 104.297536655000187, 0.480861721000068 ] ] ], [ [ [ 103.608815951000082, 0.496079820000048 ], [ 103.601980014000134, 0.489284572000102 ], [ 103.591319207000112, 0.522284247000158 ], [ 103.570892774000157, 0.545965887000179 ], [ 103.569997592000078, 0.55341217700007 ], [ 103.579519076000139, 0.557114976000108 ], [ 103.581390821000099, 0.549668687000135 ], [ 103.588308139000134, 0.539252020000134 ], [ 103.597992384000094, 0.530503648000078 ], [ 103.601980014000134, 0.52285390800013 ], [ 103.613291863000057, 0.510484117000189 ], [ 103.621185743000211, 0.506252346000082 ], [ 103.618825717000078, 0.496242580000015 ], [ 103.608815951000082, 0.496079820000048 ] ] ], [ [ [ 104.238861524000043, 0.536607164000145 ], [ 104.239349806000035, 0.530666408000044 ], [ 104.237803582000112, 0.529730536000059 ], [ 104.23292076900006, 0.535223700000174 ], [ 104.229095899000214, 0.534084377000141 ], [ 104.224131707000055, 0.534084377000141 ], [ 104.220144076000082, 0.539333401000121 ], [ 104.219411655000073, 0.548122463000098 ], [ 104.220713738000057, 0.550930080000143 ], [ 104.223155144000117, 0.558050848000093 ], [ 104.232839389000077, 0.555243231000134 ], [ 104.236582879000167, 0.541571356000105 ], [ 104.238861524000043, 0.536607164000145 ] ] ], [ [ [ 106.986013217000192, 0.602932033000101 ], [ 106.976084832000112, 0.598252671000097 ], [ 106.97885175900015, 0.608954169000029 ], [ 106.986013217000192, 0.602932033000101 ] ] ], [ [ [ 104.197927280000016, 0.546413479000094 ], [ 104.196625196000156, 0.542954820000176 ], [ 104.19239342500012, 0.548285223000065 ], [ 104.190928582000055, 0.552394924000097 ], [ 104.185557488000114, 0.586737372000144 ], [ 104.187185092000135, 0.591945705000143 ], [ 104.191823764000134, 0.598944403000132 ], [ 104.194916212000209, 0.608018296000125 ], [ 104.197683139000077, 0.610663153000033 ], [ 104.200694207000112, 0.60842519700013 ], [ 104.201019727000102, 0.603542385000154 ], [ 104.203054233000131, 0.598293361000088 ], [ 104.217946811000189, 0.588487046000139 ], [ 104.223806186000076, 0.577419338000027 ], [ 104.218760613000114, 0.571071682000166 ], [ 104.210785352000158, 0.569566148000121 ], [ 104.204193556000092, 0.566107489000132 ], [ 104.199147983000074, 0.557237046000083 ], [ 104.197927280000016, 0.546413479000094 ] ] ], [ [ [ 103.701996290000096, 0.614976304000123 ], [ 103.700287306000206, 0.608791408000144 ], [ 103.700368686000189, 0.605698960000069 ], [ 103.68848717500012, 0.607570705000128 ], [ 103.684743686000189, 0.608465887000122 ], [ 103.682058139000134, 0.612412828000117 ], [ 103.676361524000214, 0.611192124000013 ], [ 103.671641472000061, 0.61408112200013 ], [ 103.671234571000099, 0.622381903000104 ], [ 103.671966993000041, 0.630926825000131 ], [ 103.6705021490001, 0.634629624000169 ], [ 103.671560092000078, 0.639715887000094 ], [ 103.675384962000038, 0.637681382000068 ], [ 103.681651238000114, 0.636908270000134 ], [ 103.691254102000102, 0.63117096600017 ], [ 103.700368686000189, 0.627468166000043 ], [ 103.705251498000081, 0.623521226000136 ], [ 103.701996290000096, 0.614976304000123 ] ] ], [ [ [ 104.092784050000063, 0.61758047100011 ], [ 104.087087436000189, 0.605698960000069 ], [ 104.085541212000152, 0.611883856000048 ], [ 104.08692467500012, 0.627305406000076 ], [ 104.084157748000081, 0.638373114000103 ], [ 104.080495639000134, 0.641669012000136 ], [ 104.085134311000019, 0.646958726000122 ], [ 104.090017123000194, 0.645575262000051 ], [ 104.093597852000158, 0.63857656500015 ], [ 104.099619988000057, 0.632473049000069 ], [ 104.104584181000149, 0.628648179000066 ], [ 104.103363477000102, 0.624904690000037 ], [ 104.099945509000094, 0.621405341000127 ], [ 104.092784050000063, 0.61758047100011 ] ] ], [ [ [ 104.326996290000153, 0.673407294000015 ], [ 104.330739780000187, 0.664618231000134 ], [ 104.328786655000073, 0.662339585000069 ], [ 104.323578321000156, 0.664292710000112 ], [ 104.317556186000076, 0.666571356000176 ], [ 104.318207227000102, 0.663275458000143 ], [ 104.311696811000189, 0.665025132000139 ], [ 104.31104576900006, 0.670396226000179 ], [ 104.310557488000057, 0.674221096000025 ], [ 104.31104576900006, 0.678045966000127 ], [ 104.313812696000099, 0.680324611000103 ], [ 104.315928582000112, 0.685166734000077 ], [ 104.321625196000099, 0.686021226000165 ], [ 104.32691491000017, 0.679917710000097 ], [ 104.326996290000153, 0.673407294000015 ] ] ], [ [ [ 104.298513217000078, 0.692938544000086 ], [ 104.299896681000149, 0.688381252000127 ], [ 104.299164259000094, 0.683620510000125 ], [ 104.300222201000082, 0.682074286000088 ], [ 104.303558790000096, 0.680934963000155 ], [ 104.304047071000156, 0.6773135440001 ], [ 104.299978061000132, 0.674750067 ], [ 104.297129754000167, 0.676743882000039 ], [ 104.289480014000134, 0.674139716000042 ], [ 104.279063347000061, 0.677964585000055 ], [ 104.274750196000156, 0.687445380000142 ], [ 104.276784701000082, 0.691229559000163 ], [ 104.28345787900011, 0.689439195000176 ], [ 104.292979363000057, 0.693345445000091 ], [ 104.298513217000078, 0.692938544000086 ] ] ], [ [ [ 103.749440951000139, 0.731390692000076 ], [ 103.745616082000112, 0.725002346000068 ], [ 103.739919467000021, 0.720567124000084 ], [ 103.735036655000073, 0.7144229190001 ], [ 103.73471113400015, 0.706895249000141 ], [ 103.741872592000078, 0.690659898000192 ], [ 103.739431186000019, 0.687241929000095 ], [ 103.73080488400015, 0.690985419000043 ], [ 103.718435092000192, 0.691066799000026 ], [ 103.696462436000189, 0.70986562700007 ], [ 103.691579623000194, 0.719061591000127 ], [ 103.691498243000211, 0.728216864000117 ], [ 103.693695509000094, 0.731675523000106 ], [ 103.702240431000035, 0.730047919000086 ], [ 103.713470899000157, 0.73045482000019 ], [ 103.736745639000077, 0.7364769550001 ], [ 103.744313998000194, 0.738104559000121 ], [ 103.750010613000114, 0.737697658000116 ], [ 103.749440951000139, 0.731390692000076 ] ] ], [ [ [ 103.677500847000175, 0.714097398000177 ], [ 103.676605665000096, 0.712876695000162 ], [ 103.669281446000156, 0.721462307000166 ], [ 103.665131056000149, 0.724432684000178 ], [ 103.666026238000114, 0.729112046000111 ], [ 103.655853712000095, 0.742417710000041 ], [ 103.661306186000132, 0.743801174000112 ], [ 103.68018639400006, 0.736599026000164 ], [ 103.68848717500012, 0.726629950000088 ], [ 103.680430535000113, 0.722398178999981 ], [ 103.681813998000081, 0.718044338000155 ], [ 103.677500847000175, 0.714097398000177 ] ] ], [ [ [ 104.653575066000172, 0.744208075000117 ], [ 104.645192905000016, 0.733750718000124 ], [ 104.642100457000055, 0.729641018000081 ], [ 104.638275587000209, 0.726629950000088 ], [ 104.637380405000016, 0.723822333000044 ], [ 104.634043816, 0.720445054000109 ], [ 104.632090691000059, 0.717515367000175 ], [ 104.627207879000167, 0.713649807000181 ], [ 104.624440951000139, 0.706366278000161 ], [ 104.621836785000056, 0.699448960000069 ], [ 104.620534701000139, 0.697658596000082 ], [ 104.619720899000214, 0.695420640000108 ], [ 104.617360873000081, 0.696437893000066 ], [ 104.614105665000096, 0.697088934000121 ], [ 104.610606316000059, 0.697780666000156 ], [ 104.608571811000189, 0.697943427000112 ], [ 104.601247592000192, 0.701157945000162 ], [ 104.598399285000056, 0.706691799000012 ], [ 104.60417728000013, 0.709133205000043 ], [ 104.610036655000073, 0.714219468000152 ], [ 104.612803582000112, 0.723293361000145 ], [ 104.611338738000057, 0.729071356000119 ], [ 104.615082227000102, 0.734645901000121 ], [ 104.619720899000214, 0.739650783000158 ], [ 104.624522332000112, 0.741400458000072 ], [ 104.628998243000098, 0.74404531500015 ], [ 104.630218946000099, 0.74404531500015 ], [ 104.635834181000092, 0.742214260000083 ], [ 104.641368035, 0.743394273000106 ], [ 104.649343295000079, 0.749782619000115 ], [ 104.655528191000059, 0.751735744000158 ], [ 104.653575066000172, 0.744208075000117 ] ] ], [ [ [ 104.712575717000021, 0.745225328000075 ], [ 104.706716342000192, 0.738430080000143 ], [ 104.696950717000078, 0.743923244000086 ], [ 104.69174238400015, 0.757635809000021 ], [ 104.699229363000114, 0.762071031000076 ], [ 104.710459832000112, 0.755275783000144 ], [ 104.712575717000021, 0.745225328000075 ] ] ], [ [ [ 104.346364780000187, 0.754258531 ], [ 104.359711134000094, 0.74481842700007 ], [ 104.355642123000024, 0.738430080000143 ], [ 104.343272332000112, 0.748358466000141 ], [ 104.326019727000102, 0.753485419000157 ], [ 104.316579623000081, 0.751206773000177 ], [ 104.307058139000077, 0.754014390000137 ], [ 104.303314649000157, 0.760687567000105 ], [ 104.317312045000079, 0.762396552000098 ], [ 104.328135613000114, 0.760524807000138 ], [ 104.337657097000175, 0.757106838000041 ], [ 104.346364780000187, 0.754258531 ] ] ], [ [ [ 104.750987175000063, 0.752264716000141 ], [ 104.742523634000094, 0.750555731000134 ], [ 104.71753991000017, 0.759629624000056 ], [ 104.702810092000192, 0.763373114000075 ], [ 104.691335483000131, 0.768906968000096 ], [ 104.688731316000059, 0.776556708000129 ], [ 104.69214928500017, 0.78611888200011 ], [ 104.702810092000192, 0.790798244000044 ], [ 104.735362175000063, 0.787298895000134 ], [ 104.747650587000209, 0.78221263200011 ], [ 104.752696160000056, 0.770575262000108 ], [ 104.75416100400011, 0.758978583000101 ], [ 104.750987175000063, 0.752264716000141 ] ] ], [ [ [ 103.546478712000095, 0.768947658000087 ], [ 103.543386264000134, 0.754014390000137 ], [ 103.530284050000063, 0.76984284100017 ], [ 103.531993035000056, 0.784247137000136 ], [ 103.53345787900011, 0.790187893000081 ], [ 103.538340691000172, 0.793483791000114 ], [ 103.545746290000153, 0.793890692000119 ], [ 103.550954623000081, 0.787949937 ], [ 103.554616733000131, 0.776231187000107 ], [ 103.549978061000189, 0.77281321800001 ], [ 103.546478712000095, 0.768947658000087 ] ] ], [ [ [ 108.731944207000055, 0.744777736000088 ], [ 108.730153842000078, 0.733465887000094 ], [ 108.711924675000063, 0.746201890000151 ], [ 108.709808790000096, 0.754217841000013 ], [ 108.706879102000158, 0.766506252000141 ], [ 108.70411217500012, 0.773586330000029 ], [ 108.701996290000096, 0.786037502000127 ], [ 108.696462436000076, 0.795070705000143 ], [ 108.708832227000102, 0.804999091000056 ], [ 108.710378451000139, 0.782945054000052 ], [ 108.718435092000078, 0.765855210000097 ], [ 108.720632358000074, 0.760687567000105 ], [ 108.723806186000019, 0.759100653000075 ], [ 108.731944207000055, 0.744777736000088 ] ] ], [ [ [ 97.341481967000078, 0.818589585000097 ], [ 97.340017123000194, 0.806870835000026 ], [ 97.317230665000096, 0.82111237200003 ], [ 97.31690514400006, 0.832546291000156 ], [ 97.333913608000131, 0.835760809000121 ], [ 97.339854363000057, 0.823268947000031 ], [ 97.341481967000078, 0.818589585000097 ] ] ], [ [ [ 104.365326368000098, 0.817694403000104 ], [ 104.358734571000099, 0.814439195000148 ], [ 104.360850457000055, 0.839504299000069 ], [ 104.361338738000114, 0.848781643000109 ], [ 104.365651889000134, 0.848781643000109 ], [ 104.366221550000063, 0.838120835 ], [ 104.367360873000138, 0.830023505000057 ], [ 104.365326368000098, 0.817694403000104 ] ] ], [ [ [ 104.486175977000102, 0.871364651000093 ], [ 104.480967644000117, 0.867377020000106 ], [ 104.471771681000035, 0.866766669000143 ], [ 104.467784050000063, 0.861761786000102 ], [ 104.463959181000092, 0.857407945000119 ], [ 104.454763217000192, 0.862534898000121 ], [ 104.442718946000099, 0.867905992000175 ], [ 104.438487175000063, 0.869818427000055 ], [ 104.429209832000112, 0.866848049000126 ], [ 104.424489780000187, 0.872300523000078 ], [ 104.428884311000189, 0.878973700000117 ], [ 104.439138217000192, 0.8829613300001 ], [ 104.449961785, 0.884792385000168 ], [ 104.456879102000102, 0.885809637000136 ], [ 104.465668165000153, 0.882595119000172 ], [ 104.46924889400006, 0.879828192000119 ], [ 104.486175977000102, 0.871364651000093 ] ] ], [ [ [ 104.681000196000156, 0.845078843000167 ], [ 104.676442905000187, 0.844956773000192 ], [ 104.670746290000096, 0.84800853100009 ], [ 104.667002800000063, 0.851263739000132 ], [ 104.664235873000194, 0.858099677000055 ], [ 104.665700717000078, 0.869614976000179 ], [ 104.670664910000056, 0.880519924000069 ], [ 104.679047071000099, 0.888983466000113 ], [ 104.689382358000074, 0.89158763200011 ], [ 104.696462436000076, 0.888169664000102 ], [ 104.69752037900011, 0.884019273000149 ], [ 104.694834832000055, 0.877752997000101 ], [ 104.693532748000024, 0.848456122000087 ], [ 104.689138217000078, 0.846706447000187 ], [ 104.684255405000187, 0.84650299700013 ], [ 104.681000196000156, 0.845078843000167 ] ] ], [ [ [ 104.632985873000081, 0.898382880000128 ], [ 104.639984571000099, 0.89105866100013 ], [ 104.645681186000189, 0.89158763200011 ], [ 104.65463300900015, 0.89052969000015 ], [ 104.661468946000156, 0.885850328000046 ], [ 104.657074415000096, 0.878566799000112 ], [ 104.636322462000095, 0.860174872000172 ], [ 104.625905795000079, 0.856472072000045 ], [ 104.620616082000112, 0.861151434000149 ], [ 104.618500196000099, 0.864569403000147 ], [ 104.618256056000035, 0.872951565000122 ], [ 104.620697462000095, 0.885402736000131 ], [ 104.625824415000096, 0.894191799000097 ], [ 104.629812045000079, 0.897040106000134 ], [ 104.632985873000081, 0.898382880000128 ] ] ], [ [ [ 104.039235873000081, 0.889756578000132 ], [ 104.038340691000172, 0.889756578000132 ], [ 104.038666212000095, 0.89158763200011 ], [ 104.036957227000102, 0.898749091000141 ], [ 104.038747592000078, 0.901800848000136 ], [ 104.044118686000019, 0.904282945000077 ], [ 104.046560092000078, 0.913885809000135 ], [ 104.051687045000079, 0.91848379100017 ], [ 104.055918816000116, 0.919175523000035 ], [ 104.058441602000102, 0.917832749000127 ], [ 104.055511915000096, 0.908514716000084 ], [ 104.052989129000167, 0.903062242000061 ], [ 104.050791863000057, 0.896022854000165 ], [ 104.047618035, 0.893500067000062 ], [ 104.039235873000081, 0.889756578000132 ] ] ], [ [ [ 104.150889519000117, 0.969916083000086 ], [ 104.163177931000092, 0.968247789000074 ], [ 104.172211134000094, 0.970119533000044 ], [ 104.171885613000057, 0.959824937000107 ], [ 104.19629967500012, 0.948635158000101 ], [ 104.1997990240001, 0.945542710000112 ], [ 104.19629967500012, 0.942897854000122 ], [ 104.190765821000099, 0.943345445000119 ], [ 104.187347852000102, 0.941392320000176 ], [ 104.183360222000118, 0.940578518000066 ], [ 104.178721550000063, 0.940578518000066 ], [ 104.174652540000096, 0.940252997000144 ], [ 104.166921420000079, 0.936468817000033 ], [ 104.163177931000092, 0.932440497000144 ], [ 104.160004102000102, 0.931504624000155 ], [ 104.153575066000116, 0.933132229000179 ], [ 104.149343295000079, 0.940985419000171 ], [ 104.149424675000063, 0.944444078000075 ], [ 104.146983269000117, 0.948106187000121 ], [ 104.146494988000057, 0.953680731000048 ], [ 104.149831576000082, 0.956569729000165 ], [ 104.146332227000158, 0.962673244000143 ], [ 104.147552931000092, 0.966376044000015 ], [ 104.145111524000043, 0.971991278000104 ], [ 104.150889519000117, 0.969916083000086 ] ] ], [ [ [ 104.074636264000077, 0.922878322000074 ], [ 104.063649936000189, 0.91848379100017 ], [ 104.057953321000099, 0.927232164000145 ], [ 104.05494225400011, 0.928819078000089 ], [ 104.050710483000074, 0.928859768000081 ], [ 104.047943556000035, 0.93207428600013 ], [ 104.051117384000094, 0.965847072000116 ], [ 104.056162957000055, 0.973537502000141 ], [ 104.059336785, 0.97162506700009 ], [ 104.060964389000134, 0.967759507 ], [ 104.071136915000096, 0.959987697000173 ], [ 104.078786655000187, 0.95319245000006 ], [ 104.080577019000117, 0.942531643000109 ], [ 104.074636264000077, 0.922878322000074 ] ] ], [ [ [ 107.437673373000081, 0.973211981000119 ], [ 107.44385826900006, 0.971747137000065 ], [ 107.449880405000073, 0.973049221000153 ], [ 107.456309441000172, 0.9767113300001 ], [ 107.461273634000094, 0.976548570000134 ], [ 107.464772983000131, 0.974473374000127 ], [ 107.467946811000076, 0.969305731000034 ], [ 107.472748243000041, 0.950995184000149 ], [ 107.472748243000041, 0.947862046000083 ], [ 107.469004754000053, 0.947984117000146 ], [ 107.464772983000131, 0.944647528000118 ], [ 107.466644727000158, 0.928208726000122 ], [ 107.457855665000096, 0.925034898000163 ], [ 107.452403191000172, 0.92576732000019 ], [ 107.44385826900006, 0.93044668200011 ], [ 107.438649936000076, 0.936428127000042 ], [ 107.439138217000021, 0.943182684000163 ], [ 107.436371290000096, 0.948797919000157 ], [ 107.430593295000136, 0.951402084999984 ], [ 107.426442905000187, 0.958156643000095 ], [ 107.425710483000131, 0.976304429000095 ], [ 107.429535352000158, 0.976792710000083 ], [ 107.433360222000175, 0.976019598000065 ], [ 107.437673373000081, 0.973211981000119 ] ] ], [ [ [ 104.265472852000102, 0.977769273000149 ], [ 104.261566602000102, 0.972601630000057 ], [ 104.251638217000192, 0.974473374000127 ], [ 104.245453321000156, 0.972601630000057 ], [ 104.240082227000158, 0.977362372000144 ], [ 104.233490431000206, 0.977687893000081 ], [ 104.234711134000094, 0.984808661000045 ], [ 104.236827019000117, 0.989732164000188 ], [ 104.253021681000092, 0.995672919000114 ], [ 104.26075280000012, 0.991929429000081 ], [ 104.26612389400006, 0.984890041000028 ], [ 104.265472852000102, 0.977769273000149 ] ] ], [ [ [ 104.180511915000153, 0.999375718000152 ], [ 104.170013868000098, 0.990708726000165 ], [ 104.167084181000092, 0.993312893000066 ], [ 104.16244550900015, 0.991929429000081 ], [ 104.156911655000016, 0.996568101000108 ], [ 104.156911655000016, 1.011704820000105 ], [ 104.16244550900015, 1.01703522299999 ], [ 104.173675977000158, 1.018052476000051 ], [ 104.176849806000206, 1.02179596600017 ], [ 104.181162957000112, 1.028713283000073 ], [ 104.186127149000043, 1.024888414000145 ], [ 104.189219597000061, 1.016506252000013 ], [ 104.187510613000057, 1.012193101000179 ], [ 104.180756056000206, 1.004868882000096 ], [ 104.180511915000153, 0.999375718000152 ] ] ], [ [ [ 103.779226108000131, 1.051499742000104 ], [ 103.788828972, 1.04682038 ], [ 103.792897983000074, 1.049058334999984 ], [ 103.796885613000057, 1.046210028000118 ], [ 103.800954623000194, 1.031765041000156 ], [ 103.800791863000057, 1.019517320000105 ], [ 103.799571160000056, 1.014553127000141 ], [ 103.804209832000055, 0.981187242000161 ], [ 103.80689537900011, 0.974269924000069 ], [ 103.807953321000099, 0.967474677000055 ], [ 103.804698113000057, 0.962144273000163 ], [ 103.801361524000214, 0.96621328300013 ], [ 103.796722852000102, 0.969916083000086 ], [ 103.787771030000073, 0.973944403000147 ], [ 103.780690951000082, 0.982326565000022 ], [ 103.77759850400011, 0.991319078000117 ], [ 103.775808139000134, 1.009182033000087 ], [ 103.77247155000012, 1.01504140800013 ], [ 103.767263217000192, 1.012966213000112 ], [ 103.761566602000102, 1.008612372000115 ], [ 103.758230014000077, 1.012844143000137 ], [ 103.760834181000092, 1.023545640000165 ], [ 103.759369337000209, 1.031602281000019 ], [ 103.773855014000077, 1.045477606000091 ], [ 103.774424675000063, 1.051459052000112 ], [ 103.779226108000131, 1.051499742000104 ] ] ], [ [ [ 104.178233269000117, 1.029486395000092 ], [ 104.172455274000214, 1.023016669000086 ], [ 104.166270379000167, 1.029120184000163 ], [ 104.161713087000209, 1.04344310100015 ], [ 104.165456576000139, 1.055405992000189 ], [ 104.165375196000156, 1.060980536000102 ], [ 104.177744988000114, 1.066555080000029 ], [ 104.186127149000043, 1.067775783000044 ], [ 104.183034701000082, 1.062201239000117 ], [ 104.191905144000117, 1.049180406000048 ], [ 104.190440300000063, 1.040513414000131 ], [ 104.185720248000081, 1.035874742000118 ], [ 104.178233269000117, 1.029486395000092 ] ] ], [ [ [ 103.808685743000211, 1.102728583000143 ], [ 103.81128991, 1.099025783000016 ], [ 103.81495201900006, 1.099025783000016 ], [ 103.818695509000094, 1.093410549000097 ], [ 103.812510613000114, 1.085353908000073 ], [ 103.802744988000114, 1.088609117000104 ], [ 103.796071811000019, 1.096828518000024 ], [ 103.801280144000117, 1.109971421000154 ], [ 103.808685743000211, 1.102728583000143 ] ] ], [ [ [ 103.720062696000099, 1.117987372000115 ], [ 103.720225457000112, 1.117254950000088 ], [ 103.720632358000074, 1.117458401000135 ], [ 103.72095787900011, 1.115708726000051 ], [ 103.71973717500012, 1.115057684000178 ], [ 103.719248894000117, 1.115627346000068 ], [ 103.719167514000134, 1.115586656000076 ], [ 103.718109571000156, 1.117092190000122 ], [ 103.720062696000099, 1.117987372000115 ] ] ], [ [ [ 107.411550326000139, 1.099025783000016 ], [ 107.392100457000112, 1.093410549000097 ], [ 107.394297722, 1.108628648000163 ], [ 107.400319858000131, 1.115545966000084 ], [ 107.402517123000194, 1.119696356000119 ], [ 107.408457879000053, 1.112656968000138 ], [ 107.411550326000139, 1.099025783000016 ] ] ], [ [ [ 103.308604363000057, 1.136419989000146 ], [ 103.303558790000096, 1.120306708000072 ], [ 103.293304884000094, 1.12185293200011 ], [ 103.296234571000099, 1.128363348000107 ], [ 103.295420769000117, 1.134873765000108 ], [ 103.29786217500012, 1.14109935100015 ], [ 103.29737389400006, 1.143540757000096 ], [ 103.300954623000194, 1.148301499000013 ], [ 103.30543053500017, 1.145819403000161 ], [ 103.308604363000057, 1.143052476000108 ], [ 103.308604363000057, 1.136419989000146 ] ] ], [ [ [ 103.892100457000112, 1.14390696800011 ], [ 103.888356967000078, 1.142645575000103 ], [ 103.878428582000055, 1.145290432000181 ], [ 103.882660352000102, 1.152940171000125 ], [ 103.887624545000136, 1.153102932000181 ], [ 103.889577670000079, 1.157904364000075 ], [ 103.892100457000112, 1.14390696800011 ] ] ], [ [ [ 103.871836785000113, 1.15924713700015 ], [ 103.867930535, 1.154527085000055 ], [ 103.866872592000078, 1.161322333 ], [ 103.871836785000113, 1.15924713700015 ] ] ], [ [ [ 103.407969597000061, 1.136704820000176 ], [ 103.391937696000156, 1.135809637000094 ], [ 103.377696160000056, 1.156073309000092 ], [ 103.39161217500012, 1.167263088000112 ], [ 103.39942467500012, 1.157904364000075 ], [ 103.406097852000102, 1.150010484000106 ], [ 103.407969597000061, 1.136704820000176 ] ] ], [ [ [ 124.77409915500013, 1.692775783000087 ], [ 124.770274285, 1.688706773000135 ], [ 124.757090691000059, 1.690537828000103 ], [ 124.740814649000214, 1.697129624000084 ], [ 124.731293165000039, 1.709214585000083 ], [ 124.727875196000042, 1.720770575000117 ], [ 124.743825717000135, 1.72593821800011 ], [ 124.749196811000189, 1.732692776000064 ], [ 124.754079623000081, 1.744737046000154 ], [ 124.761078321000042, 1.740708726000193 ], [ 124.766449414999983, 1.728420315000136 ], [ 124.768077019000117, 1.719794012000051 ], [ 124.771250847000175, 1.713934637000094 ], [ 124.775563998000081, 1.698309637000108 ], [ 124.77409915500013, 1.692775783000087 ] ] ], [ [ [ 109.108815951000139, 2.071234442000105 ], [ 109.10010826900006, 2.062079169000128 ], [ 109.092377149000214, 2.075181382000011 ], [ 109.096446160000113, 2.081447658000144 ], [ 109.099213087000038, 2.077134507000054 ], [ 109.1060490240001, 2.074042059000149 ], [ 109.108815951000139, 2.071234442000105 ] ] ], [ [ [ 96.656667514000077, 2.172919012000165 ], [ 96.637461785, 2.15546295800003 ], [ 96.616140170000136, 2.171087958000015 ], [ 96.610850457000055, 2.193182684000092 ], [ 96.638031446000156, 2.185655015000123 ], [ 96.642995639000134, 2.176662502000113 ], [ 96.656667514000077, 2.172919012000165 ] ] ], [ [ [ 100.678640170000079, 2.182928778000147 ], [ 100.678558790000096, 2.169826565 ], [ 100.628591342000078, 2.208238023000106 ], [ 100.62403405000012, 2.215928453000117 ], [ 100.623220248000194, 2.225002346000124 ], [ 100.632823113000057, 2.230292059000092 ], [ 100.645518425000063, 2.227728583000086 ], [ 100.662119988000114, 2.217556057000138 ], [ 100.666840040000096, 2.212062893000109 ], [ 100.678640170000079, 2.182928778000147 ] ] ], [ [ [ 101.034027540000153, 2.310288804000081 ], [ 101.016774936000019, 2.305650132000068 ], [ 100.998871290000153, 2.307521877000127 ], [ 100.980479363000114, 2.305243231000063 ], [ 100.977224155000187, 2.317857164000046 ], [ 100.994965040000096, 2.319891669000071 ], [ 101.010996941000172, 2.323024807000138 ], [ 101.0337833990001, 2.321763414000131 ], [ 101.042735222, 2.319769598 ], [ 101.034027540000153, 2.310288804000081 ] ] ], [ [ [ 108.955902540000096, 2.487656968000138 ], [ 108.956228061000076, 2.484401760000097 ], [ 108.946787957000055, 2.486924546000111 ], [ 108.94190514400006, 2.490749416000114 ], [ 108.942637566000172, 2.496161200000159 ], [ 108.937673373000024, 2.498724677000084 ], [ 108.940358920000136, 2.504502671000139 ], [ 108.959076368000098, 2.506211656000133 ], [ 108.95801842500012, 2.500067450000074 ], [ 108.956797722, 2.492010809000121 ], [ 108.955902540000096, 2.487656968000138 ] ] ], [ [ [ 108.574392123000194, 2.668727932000124 ], [ 108.567556186000189, 2.66189199400003 ], [ 108.565440300000063, 2.663641669000114 ], [ 108.566254102000102, 2.674505927000013 ], [ 108.566823764000077, 2.688055731000148 ], [ 108.567556186000189, 2.692490953000046 ], [ 108.570974155000187, 2.694973049000069 ], [ 108.572520379000053, 2.697455145000092 ], [ 108.583181186000189, 2.701157945000119 ], [ 108.575043165000153, 2.67845286700009 ], [ 108.574392123000194, 2.668727932000124 ] ] ], [ [ [ 105.378916863000114, 2.746975002000127 ], [ 105.37769616, 2.746039130000142 ], [ 105.376231316000059, 2.749335028000175 ], [ 105.378916863000114, 2.746975002000127 ] ] ], [ [ [ 108.898448113000114, 2.732285874000127 ], [ 108.890147332000055, 2.731024481000119 ], [ 108.887543165000153, 2.732489325000174 ], [ 108.893646681000206, 2.742336330000015 ], [ 108.903981967000021, 2.748683986000131 ], [ 108.907725457000055, 2.755967515000137 ], [ 108.914561394000117, 2.760321356000048 ], [ 108.920827670000136, 2.772691148000163 ], [ 108.926442905000073, 2.774562893000052 ], [ 108.929209832000112, 2.769598700000088 ], [ 108.930756056000035, 2.763698635000154 ], [ 108.928396030000187, 2.757350979000037 ], [ 108.916595899000214, 2.74705638200011 ], [ 108.908295118000154, 2.737250067000076 ], [ 108.898448113000114, 2.732285874000127 ] ] ], [ [ [ 108.873383009000094, 3.033148505000014 ], [ 108.849619988000114, 3.019395249000169 ], [ 108.848399285, 3.02374909100017 ], [ 108.852712436000189, 3.025213934000135 ], [ 108.854828321000099, 3.033148505000014 ], [ 108.848643425000063, 3.043198960000069 ], [ 108.843028191000059, 3.050604559000149 ], [ 108.841319207000055, 3.057440497000172 ], [ 108.84669030000012, 3.065497137000108 ], [ 108.85385175900015, 3.063788153000104 ], [ 108.859060092000021, 3.061021226000136 ], [ 108.8658146490001, 3.057928778000161 ], [ 108.870290561000019, 3.053697007000054 ], [ 108.87183678500017, 3.052883205000043 ], [ 108.870371941, 3.048244533000101 ], [ 108.867849155000187, 3.044419664000173 ], [ 108.873383009000094, 3.033148505000014 ] ] ], [ [ [ 105.984466993000098, 3.039129950000117 ], [ 105.976410352000158, 3.02374909100017 ], [ 105.973399285000056, 3.028794664000102 ], [ 105.973968946000099, 3.034694729000051 ], [ 105.968597852000158, 3.032741604000179 ], [ 105.964040561000189, 3.032049872000144 ], [ 105.964854363000114, 3.040391343000124 ], [ 105.96517988400015, 3.05141836100016 ], [ 105.966481967000078, 3.055568752000113 ], [ 105.966807488000057, 3.060899156000076 ], [ 105.966075066000059, 3.069525458000086 ], [ 105.966807488000057, 3.073350328000089 ], [ 105.970306837000038, 3.083848374000155 ], [ 105.984466993000098, 3.090521552000112 ], [ 105.98707116000017, 3.083075262000136 ], [ 105.984222852000158, 3.069647528000061 ], [ 105.981944207000055, 3.06301504100017 ], [ 105.988210483000131, 3.05280182500006 ], [ 105.983897332000112, 3.049994208000015 ], [ 105.979909701000139, 3.042710679000081 ], [ 105.984466993000098, 3.039129950000117 ] ] ], [ [ [ 105.666351759000094, 3.106919664000117 ], [ 105.666188998000024, 3.098781643000024 ], [ 105.656504754000167, 3.102809963000084 ], [ 105.653981967000078, 3.099717515 ], [ 105.654958530000073, 3.094875393000109 ], [ 105.644053582000055, 3.101223049000055 ], [ 105.641286655000187, 3.107733466000127 ], [ 105.638763868000098, 3.109442450000131 ], [ 105.641205274000214, 3.112005927000141 ], [ 105.640472852000102, 3.117499091000084 ], [ 105.641205274000214, 3.125026760000125 ], [ 105.651866082000055, 3.126572984000077 ], [ 105.658050977000102, 3.121201890000123 ], [ 105.666351759000094, 3.106919664000117 ] ] ], [ [ [ 106.433522983000074, 3.149318752000028 ], [ 106.431651238000114, 3.135931708000115 ], [ 106.427826368000098, 3.138169664000188 ], [ 106.418223504, 3.141058661000116 ], [ 106.410166863000057, 3.138373114000146 ], [ 106.404388868000211, 3.140000718000167 ], [ 106.40072675900015, 3.142035223000093 ], [ 106.405772332000112, 3.150864976000065 ], [ 106.414886915000096, 3.16201406499999 ], [ 106.417979363000057, 3.159450588000155 ], [ 106.427419467000078, 3.156236070000105 ], [ 106.433522983000074, 3.149318752000028 ] ] ], [ [ [ 106.230804884000094, 3.336249091000141 ], [ 106.216319207000055, 3.305650132000125 ], [ 106.208506707000055, 3.305934963000155 ], [ 106.203461134000094, 3.313910223000036 ], [ 106.202484571000099, 3.326157945000176 ], [ 106.200287306000149, 3.330023505000099 ], [ 106.197764519000117, 3.32831452 ], [ 106.196218295000079, 3.322780666000156 ], [ 106.197276238000057, 3.30312734600011 ], [ 106.194509311000076, 3.295762437000036 ], [ 106.188080274000043, 3.305975653000147 ], [ 106.180918816, 3.312241929000024 ], [ 106.170176629, 3.330511786000088 ], [ 106.174001498000138, 3.340806382000096 ], [ 106.199147983000074, 3.355495510000097 ], [ 106.202321811000076, 3.363877671000068 ], [ 106.197764519000117, 3.380031643000123 ], [ 106.204681837000209, 3.389146226000108 ], [ 106.218841993000154, 3.394842841000099 ], [ 106.225271030000073, 3.392849026000064 ], [ 106.22103925900015, 3.387518622000087 ], [ 106.218109571000099, 3.378404039000102 ], [ 106.218597852000102, 3.36367422100011 ], [ 106.223968946000156, 3.353664455000114 ], [ 106.233083530000073, 3.353176174000126 ], [ 106.230804884000094, 3.336249091000141 ] ] ], [ [ [ 108.051442905000016, 3.581732489000132 ], [ 108.048757358000074, 3.569403387000094 ], [ 108.04127037900011, 3.575059312000093 ], [ 108.038177931000206, 3.586737372000172 ], [ 108.041677280000187, 3.592637437000121 ], [ 108.04346764400006, 3.597805080000114 ], [ 108.045339389000134, 3.598944403000147 ], [ 108.049327019000117, 3.594387111000117 ], [ 108.051442905000016, 3.581732489000132 ] ] ], [ [ [ 108.115896030000016, 3.608506578000146 ], [ 108.101328972000175, 3.601629950000131 ], [ 108.090179884000094, 3.602484442000133 ], [ 108.08301842500012, 3.596909898000121 ], [ 108.07471764400006, 3.594427802000098 ], [ 108.071299675000063, 3.60431549700003 ], [ 108.075694207000112, 3.614040432000152 ], [ 108.081309441000059, 3.619777736000131 ], [ 108.087819858000131, 3.622626044000086 ], [ 108.096690300000063, 3.641831773000135 ], [ 108.106700066000059, 3.64276764500012 ], [ 108.120046420000079, 3.636460679 ], [ 108.124603712000209, 3.623236395000049 ], [ 108.115896030000016, 3.608506578000146 ] ] ], [ [ [ 108.081553582000055, 3.643418687000164 ], [ 108.073578321000099, 3.64223867400014 ], [ 108.063161655000016, 3.643215236000117 ], [ 108.058767123000024, 3.640448309000064 ], [ 108.055023634000094, 3.643296617000189 ], [ 108.051442905000016, 3.66172923400012 ], [ 108.059580925000063, 3.674099026000164 ], [ 108.074554884000094, 3.672186591000113 ], [ 108.082937045000136, 3.662909247000144 ], [ 108.087738477000158, 3.652248440000037 ], [ 108.086110873000194, 3.646389065000079 ], [ 108.081553582000055, 3.643418687000164 ] ] ], [ [ [ 108.042491082000112, 3.786810614000089 ], [ 108.034515821000156, 3.770615953000132 ], [ 108.033539259000094, 3.770656643000123 ], [ 108.035085483000131, 3.779689846000124 ], [ 108.030772332000112, 3.786810614000089 ], [ 108.028981967000021, 3.78493886900003 ], [ 108.02214603000013, 3.784328518000066 ], [ 108.013682488000057, 3.788967190000079 ], [ 108.018239780000016, 3.799302476000179 ], [ 108.014984571000156, 3.806138414000117 ], [ 108.014333530000016, 3.812323309000178 ], [ 108.007985873000194, 3.813544012000094 ], [ 108.001312696000156, 3.816677151000164 ], [ 107.994965040000096, 3.817206122000144 ], [ 107.996104363000057, 3.822495835000126 ], [ 108.005056186000076, 3.825466213000141 ], [ 108.016368035000056, 3.823146877000084 ], [ 108.026215040000096, 3.817124742000161 ], [ 108.031341993000098, 3.810044664000102 ], [ 108.03370201900006, 3.799912828000146 ], [ 108.035085483000131, 3.795274156000119 ], [ 108.039724155000073, 3.791571356000176 ], [ 108.042491082000112, 3.786810614000089 ] ] ], [ [ [ 107.917897983000131, 3.892238674000083 ], [ 107.913422071000099, 3.889634507000096 ], [ 107.906911655000187, 3.891017971000068 ], [ 107.897959832000055, 3.901109117000132 ], [ 107.896006707000112, 3.910630601000122 ], [ 107.90333092500012, 3.919501044000171 ], [ 107.908457879000053, 3.917059637000136 ], [ 107.921071811000189, 3.9142113300001 ], [ 107.92432701900006, 3.90481191600017 ], [ 107.917897983000131, 3.892238674000083 ] ] ], [ [ [ 107.863861524000157, 4.134385484000148 ], [ 107.856130405000016, 4.124863999000141 ], [ 107.853363477000158, 4.123155015000137 ], [ 107.84994550900015, 4.12563711100016 ], [ 107.846283399000214, 4.120062567000062 ], [ 107.842214389000077, 4.123439846000082 ], [ 107.845713738000057, 4.127875067000147 ], [ 107.847504102000102, 4.130275783000101 ], [ 107.845225457000055, 4.132717190000136 ], [ 107.845632358000074, 4.139390367000175 ], [ 107.849050326000082, 4.145941473000079 ], [ 107.856455925000063, 4.160508531000104 ], [ 107.862966342000078, 4.166774807000152 ], [ 107.866384311000076, 4.164943752000084 ], [ 107.869395379000167, 4.159694729000179 ], [ 107.868174675000063, 4.156398830000143 ], [ 107.861745639000134, 4.143784898000163 ], [ 107.863861524000157, 4.134385484000148 ] ] ], [ [ [ 108.200368686000076, 4.255357164000145 ], [ 108.190114780000073, 4.243394273000121 ], [ 108.188812696000156, 4.249212958000072 ], [ 108.196706576000139, 4.258693752000084 ], [ 108.198903842000192, 4.263983466000155 ], [ 108.199066602000158, 4.270371812000164 ], [ 108.206716342000192, 4.274725653000161 ], [ 108.205088738000057, 4.265733140000151 ], [ 108.200368686000076, 4.255357164000145 ] ] ], [ [ [ 125.434906445999985, 4.655666408000116 ], [ 125.431732618000211, 4.650091864000103 ], [ 125.430511915000039, 4.651841539000188 ], [ 125.429860873000081, 4.664862372000172 ], [ 125.436696811000076, 4.669541734000106 ], [ 125.437673373000081, 4.657090562000079 ], [ 125.434906445999985, 4.655666408000116 ] ] ], [ [ [ 125.437347852000045, 4.680487372000158 ], [ 125.434906445999985, 4.671372789000173 ], [ 125.431162957000168, 4.673447984000092 ], [ 125.429779493000098, 4.678330796000154 ], [ 125.437347852000045, 4.680487372000158 ] ] ], [ [ [ 125.488291863000228, 4.747097072000145 ], [ 125.485931837000095, 4.743068752000084 ], [ 125.483409050000176, 4.739772854000137 ], [ 125.476573113000228, 4.733628648000163 ], [ 125.472992384000094, 4.737860419000086 ], [ 125.477875196000156, 4.746934312000093 ], [ 125.482188347000061, 4.746446031000104 ], [ 125.484141472000175, 4.750677802000126 ], [ 125.488291863000228, 4.747097072000145 ] ] ] ] } },
{ "type": "Feature", "properties": { "adm1_code": "IDN-1136", "OBJECTID_1": 563, "diss_me": 1136, "adm1_cod_1": "IDN-1136", "iso_3166_2": "ID-", "wikipedia": null, "iso_a2": "ID", "adm0_sr": 5, "name": "Aceh", "name_alt": "Achin|Atjeh|Nanggroe Aceh Darussalam", "name_local": null, "type": "Propinsi", "type_en": "Autonomous Province", "code_local": null, "code_hasc": "ID.AC", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 2, "gadm_level": 1, "check_me": 20, "scalerank": 2, "datarank": 1, "abbrev": null, "postal": "AC", "area_sqkm": 0.0, "sameascity": 6, "labelrank": 6, "featurecla": "Admin-1 scale rank", "name_len": 4, "mapcolor9": 6, "mapcolor13": 11, "fips": "ID01", "fips_alt": null, "woe_id": 2345710, "woe_label": "Aceh, ID, Indonesia", "woe_name": "Aceh", "latitude": 4.41533, "longitude": 96.9956, "sov_a3": "IDN", "adm0_a3": "IDN", "adm0_label": 2, "admin": "Indonesia", "geonunit": "Indonesia", "gu_a3": "IDN", "gn_id": 1215638, "gn_name": "Nanggroe Aceh Darussalam Province", "gns_id": -2669829, "gns_name": "Nanggroe Aceh Darussalam, Provinsi", "gn_level": 1, "gn_region": null, "gn_a1_code": "ID.01", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "ind", "gns_adm1": "ID01", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 97.14291425900015, 2.092271226000051 ], [ 97.148448113000057, 2.074164130000042 ], [ 97.151133660000056, 2.05809153900006 ], [ 97.14478600400011, 2.051947333000072 ], [ 97.123057488000114, 2.039292710000097 ], [ 97.12012780000012, 2.034857489000117 ], [ 97.124278191000059, 2.021673895000077 ], [ 97.115000847000175, 2.014715887000094 ], [ 97.102305535000056, 2.016058661000073 ], [ 97.069021030000016, 2.087144273000121 ], [ 97.075450066000059, 2.086004950000088 ], [ 97.087250196000099, 2.096869208000072 ], [ 97.09253991000017, 2.105536200000159 ], [ 97.10035241000017, 2.111273505000142 ], [ 97.12012780000012, 2.113348700000159 ], [ 97.133799675000063, 2.10716380400001 ], [ 97.14291425900015, 2.092271226000051 ] ] ], [ [ [ 96.643565300000063, 2.074448959999984 ], [ 96.622894727000158, 2.070624091000141 ], [ 96.60962975400011, 2.080145575000145 ], [ 96.60987389400006, 2.106512762000136 ], [ 96.613291863000114, 2.119126695000119 ], [ 96.618337436000019, 2.126857815000136 ], [ 96.62769616000017, 2.129461981000134 ], [ 96.644053582000055, 2.127020575000103 ], [ 96.657969597000061, 2.121812242000189 ], [ 96.668223504000167, 2.113430080000143 ], [ 96.671722852000158, 2.101996161000088 ], [ 96.665375196000156, 2.087876695000148 ], [ 96.643565300000063, 2.074448959999984 ] ] ], [ [ [ 97.191579623000081, 2.208929755000142 ], [ 97.208018425000063, 2.207586981000063 ], [ 97.220713738000114, 2.214300848000093 ], [ 97.232920769000117, 2.223822333000101 ], [ 97.246755405000187, 2.230658270000106 ], [ 97.264659050000063, 2.232245184000135 ], [ 97.281260613000114, 2.229071356000176 ], [ 97.289235873000081, 2.221177476000193 ], [ 97.281504754000167, 2.208929755000142 ], [ 97.305837436000019, 2.185370184000092 ], [ 97.319834832000112, 2.178656317000147 ], [ 97.323741082000055, 2.16958242400014 ], [ 97.32862389400006, 2.14752838700015 ], [ 97.336273634000094, 2.126654364000089 ], [ 97.341075066000172, 2.105698960000126 ], [ 97.343028191, 2.083319403000104 ], [ 97.34229576900006, 2.05809153900006 ], [ 97.339528842000021, 2.049465236000145 ], [ 97.335215691000059, 2.042181708000044 ], [ 97.329356316000172, 2.036322333000086 ], [ 97.321787957000055, 2.03143952000012 ], [ 97.320323113000057, 2.049994208000115 ], [ 97.321787957000055, 2.05809153900006 ], [ 97.306162957000055, 2.057196356000148 ], [ 97.296153191000172, 2.069525458000101 ], [ 97.28785241000017, 2.087469794000143 ], [ 97.278086785000056, 2.103094794000128 ], [ 97.233897332000055, 2.147162177000126 ], [ 97.22681725400011, 2.158026434000035 ], [ 97.207367384000094, 2.175523179000081 ], [ 97.102793816, 2.212713934000163 ], [ 97.109385613000114, 2.220160223000136 ], [ 97.125173373000024, 2.225490627000113 ], [ 97.167002800000063, 2.233099677000141 ], [ 97.171722852000158, 2.233099677000141 ], [ 97.17847741, 2.230658270000106 ], [ 97.182790561000189, 2.226060289000173 ], [ 97.191579623000081, 2.208929755000142 ] ] ], [ [ [ 95.911875847, 2.906236070000077 ], [ 95.910411004000167, 2.873683986000017 ], [ 95.890798373000194, 2.889105536000045 ], [ 95.882985873000194, 2.883937893000123 ], [ 95.88306725400011, 2.846380927000112 ], [ 95.917246941000172, 2.860663153000118 ], [ 95.927744988000057, 2.844549872000144 ], [ 95.964528842000021, 2.827948309000092 ], [ 95.981700066000172, 2.790350653000175 ], [ 96.003265821000156, 2.777004299000083 ], [ 96.028330925000063, 2.768459377000141 ], [ 96.090505405000187, 2.757798570000034 ], [ 96.106781446000099, 2.749660549000097 ], [ 96.126312696000099, 2.73371002800009 ], [ 96.130869988000057, 2.715277411000059 ], [ 96.101817254000167, 2.675441799 ], [ 96.102793816000059, 2.654608466000099 ], [ 96.118662957000055, 2.666001695000162 ], [ 96.129730665000096, 2.664780992000146 ], [ 96.138438347000175, 2.65839264500012 ], [ 96.147146030000073, 2.654608466000099 ], [ 96.156260613000057, 2.648423570000134 ], [ 96.161875847000175, 2.64777252800009 ], [ 96.164235873000138, 2.654608466000099 ], [ 96.160899285000113, 2.661200262000165 ], [ 96.146983269000117, 2.670721747000158 ], [ 96.143728061000076, 2.678778387000023 ], [ 96.157969597000175, 2.680405992000132 ], [ 96.246104363000057, 2.600002346000139 ], [ 96.257823113000057, 2.591864325000117 ], [ 96.290700717000078, 2.575181382000082 ], [ 96.304209832000055, 2.572088934000092 ], [ 96.321299675000063, 2.566148179000081 ], [ 96.335948113000057, 2.552150783000116 ], [ 96.359141472, 2.521429755000113 ], [ 96.363942905000187, 2.508490302000112 ], [ 96.367849155000187, 2.489691473000065 ], [ 96.375254754000167, 2.473863023000121 ], [ 96.390147332000055, 2.469671942000105 ], [ 96.395274285000056, 2.477362372000115 ], [ 96.39698326900006, 2.493109442000076 ], [ 96.396494988000057, 2.524847723000121 ], [ 96.410655144000117, 2.508937893000109 ], [ 96.417246941000172, 2.506333726000108 ], [ 96.424327019000117, 2.51056549700013 ], [ 96.444102410000056, 2.4903832050001 ], [ 96.465017123000194, 2.43781159100017 ], [ 96.479502800000063, 2.414984442000147 ], [ 96.47510826900006, 2.397853908000116 ], [ 96.48121178500017, 2.378851630000113 ], [ 96.48121178500017, 2.363999742000146 ], [ 96.458506707000112, 2.359808661000116 ], [ 96.46583092500012, 2.359808661000116 ], [ 96.430674675000063, 2.348781643 ], [ 96.42090905000012, 2.343003648000106 ], [ 96.411387566, 2.343817450000117 ], [ 96.36963951900006, 2.367254950000017 ], [ 96.351084832000055, 2.355047919000128 ], [ 96.33497155000012, 2.355454820000134 ], [ 96.32081139400006, 2.363470770000077 ], [ 96.307627800000063, 2.374090887000122 ], [ 96.31283613400015, 2.378648179000066 ], [ 96.322601759000094, 2.389797268000081 ], [ 96.328135613000114, 2.394517320000176 ], [ 96.306162957000055, 2.405096747000144 ], [ 96.285166863000057, 2.436428127000099 ], [ 96.239919467000192, 2.44867584800015 ], [ 96.065684441000059, 2.579413153000019 ], [ 96.042653842000078, 2.592027085000083 ], [ 96.020274285000056, 2.600002346000139 ], [ 96.010996941000172, 2.600897528000132 ], [ 95.986094597000061, 2.600002346000139 ], [ 95.980642123000194, 2.602687893000109 ], [ 95.971934441, 2.612209377000028 ], [ 95.96509850400011, 2.614243882000054 ], [ 95.961273634000094, 2.607123114000089 ], [ 95.958018425000063, 2.602240302000112 ], [ 95.955088738000114, 2.600002346000139 ], [ 95.947520379000167, 2.598049221000096 ], [ 95.939952019000117, 2.59516022300015 ], [ 95.931407097000118, 2.595607815000065 ], [ 95.911468946000099, 2.610296942000147 ], [ 95.892100457000112, 2.615627346000124 ], [ 95.88306725400011, 2.620428778000104 ], [ 95.878184441, 2.628566799000041 ], [ 95.877777540000096, 2.637111721000139 ], [ 95.874766472, 2.645819403000047 ], [ 95.862559441000059, 2.654608466000099 ], [ 95.790537957000112, 2.654608466000099 ], [ 95.785329623000194, 2.660589911000031 ], [ 95.787445509000094, 2.674058335000097 ], [ 95.794281446000156, 2.696234442000076 ], [ 95.788910352000102, 2.70400625200007 ], [ 95.758962436000189, 2.724107164000031 ], [ 95.761566602000102, 2.739935614000146 ], [ 95.74878991000017, 2.749904690000136 ], [ 95.735199415000096, 2.757879950000017 ], [ 95.735687696000099, 2.767889716000084 ], [ 95.740082227000102, 2.778062242000132 ], [ 95.727875196000099, 2.779242255000057 ], [ 95.710215691000172, 2.777492580000072 ], [ 95.69800866, 2.778753973000079 ], [ 95.692637566000059, 2.792059637000179 ], [ 95.692637566000059, 2.812811591000084 ], [ 95.69955488400015, 2.831773179000095 ], [ 95.714854363000114, 2.84015534100007 ], [ 95.768728061000076, 2.840806382000025 ], [ 95.780039910000056, 2.846380927000112 ], [ 95.78150475400011, 2.855047919000029 ], [ 95.776621941, 2.86098867400014 ], [ 95.769867384000094, 2.864894924000126 ], [ 95.766368035000113, 2.867499091000127 ], [ 95.766774936000189, 2.878119208000072 ], [ 95.77182050900015, 2.895453192000062 ], [ 95.773203972, 2.905015367000061 ], [ 95.784678582000055, 2.924953518000137 ], [ 95.786875847000061, 2.932684637000136 ], [ 95.79151451900006, 2.942531643000066 ], [ 95.80152428500017, 2.937567450000031 ], [ 95.81104576900006, 2.927435614000061 ], [ 95.814138217000021, 2.922105210000012 ], [ 95.884043816000172, 2.919012762000108 ], [ 95.911875847, 2.906236070000077 ] ] ], [ [ [ 95.50269616, 5.605129299000083 ], [ 95.511241082000055, 5.603013414000159 ], [ 95.521250847, 5.609198309000135 ], [ 95.53370201900006, 5.622137762000136 ], [ 95.576182488000114, 5.631252346000139 ], [ 95.61158287900011, 5.626654364000103 ], [ 95.76221764400006, 5.576849677000126 ], [ 95.839610222000061, 5.528550523000192 ], [ 95.855479363000057, 5.522162177000084 ], [ 95.872569207000112, 5.519720770000148 ], [ 95.887543165000153, 5.512152411000102 ], [ 95.894379102000158, 5.49380117400014 ], [ 95.903575066000059, 5.450751044000114 ], [ 95.930430535000056, 5.414496161000102 ], [ 96.05494225400011, 5.313625393000137 ], [ 96.088063998000024, 5.295477606000134 ], [ 96.126231316, 5.281805731000105 ], [ 96.290537957000112, 5.258978583000086 ], [ 96.303965691000172, 5.254299221000082 ], [ 96.344411655000016, 5.23232656500015 ], [ 96.362152540000096, 5.225490627000141 ], [ 96.40658613400015, 5.217230536000145 ], [ 96.429453972000061, 5.2183291690001 ], [ 96.448496941000059, 5.228583075000117 ], [ 96.466319207000112, 5.235541083000115 ], [ 96.486338738000057, 5.229396877000127 ], [ 96.507090691000172, 5.218573309000135 ], [ 96.527354363000057, 5.211167710000055 ], [ 96.567637566000172, 5.208441473000093 ], [ 96.650563998000081, 5.216253973000079 ], [ 96.684906446000099, 5.225490627000141 ], [ 96.785131729000142, 5.259857206000135 ], [ 96.82837975400011, 5.280178127000084 ], [ 96.84864342500012, 5.276597398000106 ], [ 96.894379102000158, 5.262111721000153 ], [ 96.907237175000063, 5.262681382000125 ], [ 96.922862175000063, 5.269476630000071 ], [ 96.97339928500017, 5.273423570000148 ], [ 97.030198010000078, 5.251295019000111 ], [ 97.074338566000193, 5.238154799000185 ], [ 97.109640546000065, 5.214092463000114 ], [ 97.149344777000096, 5.198772387000133 ], [ 97.166026238000057, 5.173732815000122 ], [ 97.175954623000081, 5.161281643000095 ], [ 97.195160352000158, 5.156642971000082 ], [ 97.226552943000087, 5.146221342000118 ], [ 97.268368278000111, 5.155068075000159 ], [ 97.496836785000056, 5.251898505000128 ], [ 97.526215040000096, 5.242254950000159 ], [ 97.66439863400015, 5.073431708000129 ], [ 97.830088738000114, 4.938788153000175 ], [ 97.873871290000153, 4.918850002000099 ], [ 97.893809441000059, 4.905829169000114 ], [ 97.90919030000012, 4.889593817000076 ], [ 97.956065300000063, 4.808010158000144 ], [ 97.963226759000094, 4.78949616100013 ], [ 97.97535241000017, 4.706244208000101 ], [ 97.983734571000156, 4.678412177000141 ], [ 98.007009311000076, 4.63385651200015 ], [ 98.008799675000063, 4.623683986000117 ], [ 98.007090691000059, 4.597723700000117 ], [ 97.996836785, 4.570217190000093 ], [ 97.992523634000094, 4.553778387000179 ], [ 97.996836785, 4.546454169000171 ], [ 98.026215040000096, 4.55316803600013 ], [ 98.038828972000175, 4.551947333000115 ], [ 98.048024936000076, 4.539007880000113 ], [ 98.053965691000172, 4.55316803600013 ], [ 98.061289910000113, 4.554836330000143 ], [ 98.075938347, 4.546454169000171 ], [ 98.078868035000056, 4.540513414000159 ], [ 98.082855665000096, 4.53607819200009 ], [ 98.089610222000061, 4.532782294000143 ], [ 98.09400475400011, 4.533189195000148 ], [ 98.10572350400011, 4.537827867000175 ], [ 98.11353600400011, 4.539007880000113 ], [ 98.138194207000112, 4.534409898000163 ], [ 98.159678582000055, 4.522284247000172 ], [ 98.176117384000094, 4.504828192000119 ], [ 98.185801629000167, 4.484442450000131 ], [ 98.192149285, 4.484442450000131 ], [ 98.195160352000102, 4.489203192000133 ], [ 98.201914910000056, 4.494086005000099 ], [ 98.205739780000073, 4.498032945000176 ], [ 98.21900475400011, 4.484767971000153 ], [ 98.240570509000094, 4.456732489000146 ], [ 98.254161004000167, 4.443426825000131 ], [ 98.26832116000017, 4.432318427000098 ], [ 98.275563998000194, 4.425360419000114 ], [ 98.278575066, 4.415472723000093 ], [ 98.282481316, 4.364935614000089 ], [ 98.267751498000194, 4.292629299000126 ], [ 98.267589329741298, 4.287926405081024 ], [ 98.263955926624675, 4.28816234041976 ], [ 98.188404982304206, 4.294776923316462 ], [ 98.178379754721988, 4.293743394542076 ], [ 98.147167190413626, 4.285991930083512 ], [ 98.138485549068804, 4.282374578923736 ], [ 98.127116734349926, 4.26645823795738 ], [ 98.114921096431402, 4.258500067923833 ], [ 98.103810663231485, 4.256019599225127 ], [ 98.075130242666631, 4.254779363976496 ], [ 98.065725131809387, 4.250903632196895 ], [ 98.062727899173154, 4.240309962934461 ], [ 98.073269890692899, 4.222533270893749 ], [ 98.075440301928353, 4.213128160036618 ], [ 98.072236362817904, 4.202069402780722 ], [ 98.062727899173154, 4.19214752798608 ], [ 98.055803257014617, 4.181760566097338 ], [ 98.04505455902077, 4.135975247060088 ], [ 98.032652216426669, 4.103935859552323 ], [ 98.023660515820126, 4.062439683444694 ], [ 98.023040399095208, 4.051329251144111 ], [ 98.019009636785341, 4.031640530286268 ], [ 98.012188348313629, 4.014483954071281 ], [ 98.007537469278788, 3.996965644449048 ], [ 98.001026239169647, 3.980067449753079 ], [ 97.986350131653268, 3.964047755999147 ], [ 97.956481153582473, 3.941413479348611 ], [ 97.945267369393576, 3.930561428567145 ], [ 97.939221226378464, 3.919399319423135 ], [ 97.936120640055464, 3.909374090941554 ], [ 97.931469761020622, 3.901829332058028 ], [ 97.921237827863507, 3.899813951352868 ], [ 97.911419304956866, 3.901105862545563 ], [ 97.890231968230722, 3.915161851538286 ], [ 97.884650913209072, 3.885396226254883 ], [ 97.888371617156423, 3.864725653466166 ], [ 97.891575555367609, 3.856302395439272 ], [ 97.89333255365446, 3.84818919487553 ], [ 97.876589390388034, 3.822454331901923 ], [ 97.798144566218724, 3.756721910487883 ], [ 97.790031365655096, 3.750727444316169 ], [ 97.783881870751742, 3.744784654088519 ], [ 97.777577346217612, 3.736464748849102 ], [ 97.777577346217612, 3.725095933230762 ], [ 97.78315840034, 3.711970120224848 ], [ 97.809616733725278, 3.670422268173155 ], [ 97.820365431719353, 3.648304755460117 ], [ 97.837005243097479, 3.593631090402525 ], [ 97.843826531569249, 3.57988515887304 ], [ 97.855402052762514, 3.570221666496707 ], [ 97.86336022279616, 3.565570787461922 ], [ 97.870129836222958, 3.560609849165218 ], [ 97.87576256718873, 3.552548326344194 ], [ 97.881240269422932, 3.540662746788357 ], [ 97.888061557894588, 3.520353909205596 ], [ 97.894366083328094, 3.507228095300405 ], [ 97.911005893806959, 3.490950019128078 ], [ 97.914158156073967, 3.483766995450523 ], [ 97.911005893806959, 3.473328354919715 ], [ 97.903564487710895, 3.456998602803338 ], [ 97.903357782136055, 3.446559963171723 ], [ 97.906768426821401, 3.433020738116667 ], [ 97.913589716192433, 3.417207749937702 ], [ 97.920411004664203, 3.405270494437715 ], [ 97.929712761834452, 3.393643297300429 ], [ 97.968676792400032, 3.367908433427445 ], [ 97.976324904071049, 3.360880439380807 ], [ 97.98955407076383, 3.330391343685648 ], [ 97.973017613072471, 3.300470688771327 ], [ 97.952088657865289, 3.285742906210174 ], [ 97.885994501245278, 3.26941315319452 ], [ 97.87271365770917, 3.264297187065566 ], [ 97.863980341319717, 3.257424220851092 ], [ 97.870594924216306, 3.245538642194532 ], [ 97.887441441169614, 3.231172593940144 ], [ 97.894004348122138, 3.223317775794811 ], [ 97.899327019826075, 3.213705959362613 ], [ 97.90325442934855, 3.20306061415603 ], [ 97.907078485183916, 3.184767157278543 ], [ 97.911419304956866, 3.173139960141 ], [ 97.936379021574595, 3.140635483740581 ], [ 97.940461459828526, 3.127923081884774 ], [ 97.941701695077171, 3.116864325528255 ], [ 97.937980992029082, 3.086271877045519 ], [ 97.927438998710812, 3.080380764560573 ], [ 97.919067416627996, 3.079657294148817 ], [ 97.902634311724086, 3.08286123325928 ], [ 97.8956063167781, 3.082602850840885 ], [ 97.893074172135329, 3.079192206155454 ], [ 97.892815789716934, 3.071647447271928 ], [ 97.898086786376069, 3.056712958236361 ], [ 97.914519891279923, 2.977854722917215 ], [ 97.908835484370144, 2.93641022455229 ], [ 97.910385777081927, 2.924162908891191 ], [ 97.914158156073967, 2.917083238001041 ], [ 97.922788120575291, 2.90928009669905 ], [ 97.935190464068654, 2.904060776883412 ], [ 97.957824741618509, 2.899099840385375 ], [ 97.967023146900686, 2.89413890208867 ], [ 97.995548536935445, 2.853831285285622 ], [ 98.00500532373681, 2.84385773454683 ], [ 98.020198195190545, 2.836778061858112 ], [ 98.03668297693784, 2.831507066098169 ], [ 98.047845086981198, 2.824272366476563 ], [ 98.057043492263375, 2.812128404502232 ], [ 98.059627312850267, 2.797917384979385 ], [ 98.052702670691673, 2.787582099034722 ], [ 98.047121616569342, 2.777556871452489 ], [ 98.044537795083244, 2.76086538323095 ], [ 98.046811558206826, 2.742416896722375 ], [ 98.056526727426586, 2.712031154714055 ], [ 98.069755894119254, 2.691412257869487 ], [ 98.071719597981115, 2.685469469440491 ], [ 98.069394158913298, 2.676994534570156 ], [ 98.059007196125179, 2.666245836576095 ], [ 98.039163445636547, 2.652293199471643 ], [ 98.036786329725402, 2.645678616574941 ], [ 98.037303093662814, 2.627901922735589 ], [ 98.03554609627534, 2.619633694339427 ], [ 98.028001337391885, 2.600255031844299 ], [ 98.025934278943822, 2.588834540281894 ], [ 98.025314162218848, 2.576122138425916 ], [ 98.033892449876674, 2.528063056265097 ], [ 98.055493198652272, 2.45829987254119 ], [ 98.062572870441642, 2.444347236335929 ], [ 98.071409539618543, 2.440316474026048 ], [ 98.08060794490072, 2.438766181314165 ], [ 98.089392938133614, 2.434528713429316 ], [ 98.097041049804574, 2.425433660934715 ], [ 98.103758986388158, 2.40259267780992 ], [ 98.119261916204579, 2.367349351191592 ], [ 98.127633498287338, 2.32699005844448 ], [ 98.125824823157046, 2.309471747023608 ], [ 98.10138187137639, 2.188858954077375 ], [ 98.101333577527015, 2.188620653155624 ], [ 98.089610222000061, 2.195868231000162 ], [ 97.983571811000189, 2.24437083500014 ], [ 97.955902540000096, 2.271714585000026 ], [ 97.933360222000118, 2.269761459999984 ], [ 97.88111412900011, 2.250311591000155 ], [ 97.866872592000192, 2.247463283000116 ], [ 97.850759311000132, 2.251206773000149 ], [ 97.829437696000156, 2.264227606000134 ], [ 97.817718946000156, 2.258937893000066 ], [ 97.809906446000156, 2.263657945000162 ], [ 97.803396030000187, 2.272040106000048 ], [ 97.794769727000158, 2.277818101000193 ], [ 97.786143425000063, 2.278021552000055 ], [ 97.768565300000063, 2.273016669000114 ], [ 97.757334832000055, 2.271673895000035 ], [ 97.74439537900011, 2.281073309000135 ], [ 97.70606530000012, 2.346136786000088 ], [ 97.676442905000073, 2.37592194200009 ], [ 97.663584832000055, 2.392075914000145 ], [ 97.658213738000057, 2.411566473000136 ], [ 97.66114342500012, 2.527329820000148 ], [ 97.644053582000055, 2.66889069200009 ], [ 97.608897332000112, 2.848618882000096 ], [ 97.602712436000019, 2.866197007000125 ], [ 97.59278405000012, 2.873683986000017 ], [ 97.577403191000172, 2.87592194200009 ], [ 97.535329623000194, 2.888251044000043 ], [ 97.484629754000167, 2.91303131700009 ], [ 97.463877800000063, 2.91962311399999 ], [ 97.44166100400011, 2.922105210000012 ], [ 97.42212975400011, 2.928371486000145 ], [ 97.40503991000017, 2.943345445000176 ], [ 97.332041863000057, 3.0313988300001 ], [ 97.313487175000063, 3.061672268000095 ], [ 97.300791863000114, 3.09341054900014 ], [ 97.285166863000114, 3.178452867000161 ], [ 97.270762566000059, 3.214422919000057 ], [ 97.240489129000167, 3.238023179000081 ], [ 97.206716342000078, 3.240790106000134 ], [ 97.182627800000063, 3.245998440000051 ], [ 97.171641472000175, 3.25482819200009 ], [ 97.166351759000094, 3.267971096000153 ], [ 97.01856530000012, 3.522691148000192 ], [ 96.999766472000061, 3.545884507000139 ], [ 96.921722852000102, 3.605698960000012 ], [ 96.903493686000019, 3.634670315 ], [ 96.892100457000055, 3.666489976000122 ], [ 96.883555535000056, 3.68244049700013 ], [ 96.873057488000057, 3.689276434000064 ], [ 96.866058790000096, 3.692124742000189 ], [ 96.842051629000167, 3.706732489000117 ], [ 96.838145379000167, 3.712632554000052 ], [ 96.828868035, 3.716620184000121 ], [ 96.817637566, 3.719916083000072 ], [ 96.807871941000172, 3.724066473000107 ], [ 96.778005405000187, 3.742987372000115 ], [ 96.760508660000056, 3.748683986000103 ], [ 96.559825066000172, 3.746568101000179 ], [ 96.519867384000094, 3.75482819200009 ], [ 96.479502800000063, 3.778713283000144 ], [ 96.430349155000016, 3.825262762000179 ], [ 96.279307488000114, 4.025783596000082 ], [ 96.211436394000117, 4.093939520000106 ], [ 96.207530144000117, 4.100490627000099 ], [ 96.20191491, 4.115179755000099 ], [ 96.19776451900006, 4.121283270000077 ], [ 96.190928582000055, 4.125962632000096 ], [ 96.175303582000055, 4.132717190000136 ], [ 96.167653842000021, 4.138373114000117 ], [ 96.159678582000055, 4.141302802000141 ], [ 96.147146030000073, 4.142482815000079 ], [ 96.135264519000117, 4.14166901200015 ], [ 96.130137566, 4.138373114000117 ], [ 96.125173373000081, 4.136419989000075 ], [ 96.113780144000117, 4.147162177000098 ], [ 96.065196160000056, 4.205023505000099 ], [ 96.049652540000153, 4.21430084800015 ], [ 96.030772332000112, 4.217474677000112 ], [ 96.01002037900011, 4.225653387000122 ], [ 95.903493686000076, 4.344712632000082 ], [ 95.814138217000021, 4.432847398000163 ], [ 95.80713951900006, 4.446112372000101 ], [ 95.758962436000189, 4.484442450000131 ], [ 95.725840691000172, 4.531683661000102 ], [ 95.65650475400011, 4.579982815000122 ], [ 95.616547071000156, 4.628404039000117 ], [ 95.598968946000156, 4.635199286000145 ], [ 95.576182488000114, 4.634670315000079 ], [ 95.56544030000012, 4.637518622000115 ], [ 95.56088300900015, 4.645738023000192 ], [ 95.563243035, 4.651556708000072 ], [ 95.572927280000073, 4.660711981000134 ], [ 95.575205925000063, 4.666571356000176 ], [ 95.572520379000167, 4.673814195000105 ], [ 95.56666100400011, 4.675197658000087 ], [ 95.559580925000063, 4.674627997000115 ], [ 95.554047071000099, 4.676214911000145 ], [ 95.526866082000112, 4.697251695000176 ], [ 95.515147332000055, 4.713527736000117 ], [ 95.489105665000153, 4.762437242000189 ], [ 95.468435092000021, 4.78949616100013 ], [ 95.45997155000012, 4.797186591000155 ], [ 95.441254102000102, 4.810614325000145 ], [ 95.434336785000056, 4.817124742000146 ], [ 95.426280144000117, 4.827337958000086 ], [ 95.424571160000113, 4.832342841000127 ], [ 95.425059441000172, 4.837347723000065 ], [ 95.423838738000057, 4.847479559000121 ], [ 95.418467644000117, 4.862494208000143 ], [ 95.405772332000055, 4.88768138200011 ], [ 95.400157097000061, 4.910549221000124 ], [ 95.385996941, 4.935126044000128 ], [ 95.379893425000063, 4.960435289000173 ], [ 95.348887566, 5.037502346000139 ], [ 95.33887780000012, 5.05353424700013 ], [ 95.324473504000167, 5.070298570000148 ], [ 95.31283613400015, 5.087144273000149 ], [ 95.305918816000059, 5.103583075000145 ], [ 95.296885613000057, 5.116400458000086 ], [ 95.279795769000117, 5.122503973000079 ], [ 95.299164259000094, 5.150336005000128 ], [ 95.301605665000153, 5.172430731000119 ], [ 95.29127037900011, 5.191636460000083 ], [ 95.272959832000055, 5.211167710000055 ], [ 95.256032748000194, 5.223374742000132 ], [ 95.248708530000187, 5.231024481000148 ], [ 95.245616082000112, 5.241644598000107 ], [ 95.243988477000102, 5.256048895000077 ], [ 95.239512566, 5.270819403000147 ], [ 95.231944207000055, 5.282294012000179 ], [ 95.22144616, 5.286932684000121 ], [ 95.198985222000118, 5.292873440000136 ], [ 95.20533287900011, 5.307562567000147 ], [ 95.222178582000055, 5.326402085000083 ], [ 95.231944207000055, 5.344631252000156 ], [ 95.233897332000112, 5.359320380000071 ], [ 95.245290561000189, 5.379136460000083 ], [ 95.251719597000118, 5.395575262000165 ], [ 95.253591342000078, 5.411566473000079 ], [ 95.249685092000078, 5.424953518000081 ], [ 95.231944207000055, 5.450751044000114 ], [ 95.245453321000156, 5.460516669000143 ], [ 95.23682701900006, 5.474025783000116 ], [ 95.223887566000059, 5.489569403000118 ], [ 95.22510826900006, 5.505438544000143 ], [ 95.203623894000117, 5.533677476000122 ], [ 95.197276238000114, 5.546372789000173 ], [ 95.212738477000102, 5.573146877000084 ], [ 95.223887566000059, 5.580267645000134 ], [ 95.238780144000117, 5.5743675800001 ], [ 95.25049889400006, 5.579046942000119 ], [ 95.260427280000187, 5.577541408000158 ], [ 95.269704623000024, 5.574408270000092 ], [ 95.279795769000117, 5.5743675800001 ], [ 95.288340691, 5.578762111000088 ], [ 95.304942254000167, 5.59198639500012 ], [ 95.315765821000099, 5.597967841000141 ], [ 95.335297071000156, 5.612127997000158 ], [ 95.345225457000055, 5.615301825000131 ], [ 95.358897332000112, 5.616888739000061 ], [ 95.369151238000114, 5.621283270000134 ], [ 95.41285241, 5.649562893000095 ], [ 95.43189537900011, 5.65468984600011 ], [ 95.44971764400006, 5.649562893000095 ], [ 95.47706139400006, 5.623602606000105 ], [ 95.494313998000081, 5.612290757000125 ], [ 95.50269616, 5.605129299000083 ] ] ], [ [ [ 95.177419467000192, 5.628363348000107 ], [ 95.191091342000021, 5.608465887000108 ], [ 95.180511915000096, 5.609198309000135 ], [ 95.171397332000112, 5.607245184000178 ], [ 95.163259311000076, 5.602443752000099 ], [ 95.156260613000114, 5.594794012000165 ], [ 95.145274285000056, 5.604234117000175 ], [ 95.133799675000063, 5.606187242000132 ], [ 95.122325066000059, 5.606756903000104 ], [ 95.11158287900011, 5.611883856000119 ], [ 95.109141472000175, 5.622015692000076 ], [ 95.11817467500012, 5.631659247000144 ], [ 95.129893425000063, 5.640041408000101 ], [ 95.135752800000063, 5.646307684000149 ], [ 95.141774936000019, 5.664129950000131 ], [ 95.15503991000017, 5.656683661000145 ], [ 95.177419467000192, 5.628363348000107 ] ] ], [ [ [ 95.080902540000096, 5.740952867000146 ], [ 95.10230553500017, 5.720200914000145 ], [ 95.12208092500012, 5.704657294000143 ], [ 95.115244988000057, 5.711493231000162 ], [ 95.126963738000057, 5.702053127000141 ], [ 95.133311394000117, 5.691310940000136 ], [ 95.132334832000055, 5.68012116100013 ], [ 95.12208092500012, 5.669256903000132 ], [ 95.09473717500012, 5.683579820000119 ], [ 95.060720248000194, 5.656236070000148 ], [ 95.056895379000167, 5.669094143000081 ], [ 95.057139519000117, 5.674750067000076 ], [ 95.060720248000194, 5.683579820000119 ], [ 95.050303582000112, 5.686224677000112 ], [ 95.047862175000063, 5.68964264500012 ], [ 95.05103600400011, 5.694403387000122 ], [ 95.057302280000187, 5.700913804000109 ], [ 95.057139519000117, 5.707342841000127 ], [ 95.05103600400011, 5.712958075000131 ], [ 95.048675977000102, 5.718451239000146 ], [ 95.060720248000194, 5.724554755000142 ], [ 95.060720248000194, 5.732001044000114 ], [ 95.048838738000057, 5.736476955000086 ], [ 95.040375196000099, 5.736029364000089 ], [ 95.032725457000055, 5.733547268000152 ], [ 95.023122592000192, 5.732001044000114 ], [ 95.01270592500012, 5.735825914000131 ], [ 95.014659050000063, 5.744614976000193 ], [ 95.023692254000167, 5.754055080000114 ], [ 95.033946160000113, 5.759914455000157 ], [ 95.058278842000078, 5.757310289000159 ], [ 95.080902540000096, 5.740952867000146 ] ] ], [ [ [ 95.27247155000012, 5.870306708000115 ], [ 95.283864780000073, 5.85740794500019 ], [ 95.29712975400011, 5.858587958000129 ], [ 95.307302280000016, 5.872381903000132 ], [ 95.31495201900006, 5.887762762000165 ], [ 95.324961785000056, 5.8980166690001 ], [ 95.341807488000057, 5.896429755000071 ], [ 95.351328972000061, 5.887030341000141 ], [ 95.382823113000057, 5.841864325000103 ], [ 95.382823113000057, 5.807074286000145 ], [ 95.375987175000063, 5.807074286000145 ], [ 95.372569207000055, 5.813625393000123 ], [ 95.368662957000055, 5.818304755000142 ], [ 95.355479363000057, 5.827582098000107 ], [ 95.355316602000102, 5.795152085000112 ], [ 95.350433790000153, 5.783636786000073 ], [ 95.33838951900006, 5.779201565000093 ], [ 95.320323113000114, 5.780747789000131 ], [ 95.302744988000114, 5.785711981000176 ], [ 95.286631707000112, 5.794419664000173 ], [ 95.272959832000055, 5.807074286000145 ], [ 95.26587975400011, 5.821112372000101 ], [ 95.259776238000057, 5.839260158000101 ], [ 95.25269616000017, 5.854966539000159 ], [ 95.231455925000063, 5.869289455000143 ], [ 95.220550977000102, 5.885931708000101 ], [ 95.213552280000016, 5.902533270000148 ], [ 95.214610222000175, 5.910101630000099 ], [ 95.236175977000102, 5.909125067000133 ], [ 95.247813347000118, 5.905218817000133 ], [ 95.259287957000055, 5.896429755000071 ], [ 95.27247155000012, 5.870306708000115 ] ] ] ] } },
{ "type": "Feature", "properties": { "adm1_code": "IDN-1185", "OBJECTID_1": 1079, "diss_me": 1185, "adm1_cod_1": "IDN-1185", "iso_3166_2": "ID-", "wikipedia": null, "iso_a2": "ID", "adm0_sr": 5, "name": "Kalimantan Timur", "name_alt": "Kaltim", "name_local": null, "type": "Propinsi", "type_en": "Province", "code_local": null, "code_hasc": "ID.KI", "note": null, "hasc_maybe": null, "region": null, "region_cod": null, "provnum_ne": 15, "gadm_level": 1, "check_me": 20, "scalerank": 2, "datarank": 1, "abbrev": null, "postal": "KI", "area_sqkm": 0.0, "sameascity": -99, "labelrank": 2, "featurecla": "Admin-1 scale rank", "name_len": 16, "mapcolor9": 6, "mapcolor13": 11, "fips": "ID14", "fips_alt": null, "woe_id": 2345723, "woe_label": "East Kalimantan, ID, Indonesia", "woe_name": "Kalimantan Timur", "latitude": 1.28915, "longitude": 116.354, "sov_a3": "IDN", "adm0_a3": "IDN", "adm0_label": 2, "admin": "Indonesia", "geonunit": "Indonesia", "gu_a3": "IDN", "gn_id": 1641897, "gn_name": "Provinsi Kalimantan Timur", "gns_id": -2680740, "gns_name": "Kalimantan Timur, Provinsi", "gn_level": 1, "gn_region": null, "gn_a1_code": "ID.14", "region_sub": null, "sub_code": null, "gns_level": 1, "gns_lang": "ind", "gns_adm1": "ID14", "gns_region": null }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 118.589854363000114, 2.305568752000084 ], [ 118.622569207000225, 2.286118882 ], [ 118.63379967500012, 2.271673895000035 ], [ 118.632660351999988, 2.260687567000062 ], [ 118.617442254, 2.268540757000139 ], [ 118.585948113000114, 2.291489976000136 ], [ 118.574880405000073, 2.294175523000106 ], [ 118.574880405000073, 2.292425848000121 ], [ 118.580332879, 2.286851304000024 ], [ 118.585948113000114, 2.277818101000193 ], [ 118.599619988000228, 2.244330145000148 ], [ 118.623871290000039, 2.213080145000077 ], [ 118.639496290000039, 2.198635158000116 ], [ 118.654307488000057, 2.189683335000012 ], [ 118.654307488000057, 2.182277736000103 ], [ 118.632090691, 2.187241928999981 ], [ 118.610118035, 2.202297268 ], [ 118.591156445999985, 2.221014716000056 ], [ 118.578461134000037, 2.236883856000162 ], [ 118.568369988000057, 2.255601304000052 ], [ 118.556895379000053, 2.28595612200003 ], [ 118.556407097000061, 2.312201239000132 ], [ 118.578461134000037, 2.318793036000031 ], [ 118.589854363000114, 2.305568752000084 ] ] ], [ [ [ 117.53028405000012, 3.305650132000125 ], [ 117.527517123000024, 3.290838934000149 ], [ 117.521494988000228, 3.288072007000096 ], [ 117.513356967000021, 3.290838934000149 ], [ 117.503591342000192, 3.292669989000132 ], [ 117.472178582000168, 3.293605861000117 ], [ 117.46192467500012, 3.292669989000132 ], [ 117.453379754, 3.28925202000012 ], [ 117.440277540000039, 3.280015367000075 ], [ 117.433929884000037, 3.278998114000018 ], [ 117.41700280000012, 3.28872304900014 ], [ 117.413910352000045, 3.304836330000114 ], [ 117.42090905000012, 3.322414455000143 ], [ 117.433360222000061, 3.336411851000108 ], [ 117.44988040500013, 3.34393952 ], [ 117.468435092000135, 3.345282294000071 ], [ 117.48707116, 3.34145742400014 ], [ 117.503591342000192, 3.333644924000154 ], [ 117.520843945999985, 3.324530341000155 ], [ 117.52784264400006, 3.317368882000125 ], [ 117.53028405000012, 3.305650132000125 ] ] ], [ [ [ 117.659922722, 3.255275783000087 ], [ 117.648448113000171, 3.246039130000042 ], [ 117.637950066000172, 3.248724677000112 ], [ 117.633311394000174, 3.268215236000103 ], [ 117.624847852000045, 3.283270575000117 ], [ 117.571787957000112, 3.313137111000017 ], [ 117.556407097000061, 3.331854559000078 ], [ 117.543630405000016, 3.354803778000147 ], [ 117.534678582000112, 3.379380601000079 ], [ 117.531260613000057, 3.403143622000158 ], [ 117.541514519000117, 3.428452867000118 ], [ 117.56666100400011, 3.438421942000105 ], [ 117.625254754000053, 3.437689520000077 ], [ 117.640472851999988, 3.436509507000054 ], [ 117.65699303500017, 3.433539130000128 ], [ 117.671560092000192, 3.426988023000064 ], [ 117.681651238000057, 3.415513414000102 ], [ 117.68392988400015, 3.399603583000086 ], [ 117.681976759000037, 3.37750885600002 ], [ 117.677256707000112, 3.356431382000082 ], [ 117.665375196000156, 3.329291083000072 ], [ 117.667328320999985, 3.271551825000117 ], [ 117.659922722, 3.255275783000087 ] ] ], [ [ [ 117.896006707000055, 3.468410549000069 ], [ 117.891286655000073, 3.455633856000119 ], [ 117.877452019000174, 3.459947007000039 ], [ 117.826182488000228, 3.494086005000128 ], [ 117.818858269000117, 3.511623440000065 ], [ 117.78549238400015, 3.538478908000144 ], [ 117.777598504000167, 3.55841705900005 ], [ 117.784922722000175, 3.581976630000085 ], [ 117.80372155000012, 3.591050523000092 ], [ 117.826996290000153, 3.58808014499999 ], [ 117.847911004, 3.575425523000106 ], [ 117.863047722000118, 3.559027411000102 ], [ 117.876638217000078, 3.539780992000061 ], [ 117.887217644000117, 3.518947658000073 ], [ 117.893890821000156, 3.497503973000136 ], [ 117.895518425000063, 3.486273505000128 ], [ 117.896006707000055, 3.468410549000069 ] ] ], [ [ [ 117.50619550899998, 3.502142645000063 ], [ 117.51392662900011, 3.495306708000143 ], [ 117.517100457000168, 3.486273505000128 ], [ 117.517263217000135, 3.477036851000079 ], [ 117.496755405000073, 3.455552476000136 ], [ 117.455821160000056, 3.46426015800013 ], [ 117.373057488000114, 3.497503973000136 ], [ 117.28760826900006, 3.497503973000136 ], [ 117.270762566000172, 3.500189520000106 ], [ 117.254893425000233, 3.507066148000035 ], [ 117.240896030000187, 3.516180731000105 ], [ 117.229746941000059, 3.525376695000091 ], [ 117.222015821000156, 3.535549221000124 ], [ 117.21778405000012, 3.547837632000082 ], [ 117.218028191000172, 3.560288804000109 ], [ 117.224131707000168, 3.570990302000041 ], [ 117.232920769000117, 3.578680731000148 ], [ 117.24447675900015, 3.586493231000134 ], [ 117.257090691000059, 3.592027085000069 ], [ 117.268402540000039, 3.592922268000152 ], [ 117.278575066000059, 3.58852773600016 ], [ 117.297129754000167, 3.575873114000103 ], [ 117.307953321000156, 3.573187567000033 ], [ 117.393728061000189, 3.566392320000176 ], [ 117.408213738000171, 3.55609772299999 ], [ 117.435313347000175, 3.524603583000072 ], [ 117.451670769000117, 3.517971096000096 ], [ 117.461761915000153, 3.515936591000155 ], [ 117.482106967000078, 3.506984768000052 ], [ 117.50619550899998, 3.502142645000063 ] ] ], [ [ [ 117.766774936000076, 3.87400950700011 ], [ 117.787608269000231, 3.866685289000188 ], [ 117.80738366000017, 3.856146552000141 ], [ 117.829112175000233, 3.841253973000093 ], [ 117.844248894000231, 3.827541408000158 ], [ 117.852875196000156, 3.81240469000015 ], [ 117.846202019000117, 3.799139716000127 ], [ 117.831553582000112, 3.798081773000163 ], [ 117.812266472000061, 3.804673570000148 ], [ 117.784027539999983, 3.819647528000175 ], [ 117.769541863000228, 3.831244208000101 ], [ 117.744639519000117, 3.857896226000136 ], [ 117.72950280000012, 3.868068752000084 ], [ 117.736175977000158, 3.867987372000101 ], [ 117.755218946000156, 3.873358466000155 ], [ 117.762950066000172, 3.874497789000188 ], [ 117.766774936000076, 3.87400950700011 ] ] ], [ [ [ 117.705577019000231, 3.987494208000143 ], [ 117.665293816000172, 3.98305898600016 ], [ 117.620290561000076, 4.015326239000103 ], [ 117.594493035000056, 4.063869533000158 ], [ 117.612803582000112, 4.108221747000101 ], [ 117.646332227000158, 4.140814520000148 ], [ 117.66114342500012, 4.149237372000115 ], [ 117.673594597000061, 4.14061107000019 ], [ 117.698741082000225, 4.111314195000176 ], [ 117.741221550000063, 4.08828359600011 ], [ 117.750010613000171, 4.080308335000069 ], [ 117.753184441, 4.05182526200015 ], [ 117.741058790000039, 4.025620835000112 ], [ 117.705577019000231, 3.987494208000143 ] ] ], [ [ [ 117.703607903993969, 4.163414541993006 ], [ 117.738071462000136, 4.157241908000088 ], [ 117.78357224700008, 4.157241908000088 ], [ 117.852557309000218, 4.157241908000088 ], [ 117.907039027889908, 4.15668301495252 ], [ 117.912119988000228, 4.14492422100011 ], [ 117.918223504000053, 4.100043036000102 ], [ 117.934825066000172, 4.059881903000175 ], [ 117.90137780000012, 4.036688544000157 ], [ 117.88705488400015, 4.03192780200007 ], [ 117.872569207000112, 4.031561591000141 ], [ 117.838552280000073, 4.040187893000137 ], [ 117.81910241000017, 4.068670966000155 ], [ 117.76270592500012, 4.100734768000137 ], [ 117.739431186000189, 4.132310289000131 ], [ 117.703607903993969, 4.163414541993006 ] ] ], [ [ [ 116.57689416600013, 4.332010600000089 ], [ 116.590226685000147, 4.331132101000136 ], [ 116.61554813699999, 4.344077047000155 ], [ 116.641799765000229, 4.333870952000098 ], [ 116.661126750000193, 4.334387716000123 ], [ 116.680040324000146, 4.339917094000128 ], [ 116.711666300000132, 4.366788838000133 ], [ 116.729442993000163, 4.364463399000101 ], [ 116.766133261000135, 4.338573507000163 ], [ 116.804477173000151, 4.330072733000151 ], [ 116.8830253510001, 4.344903870000095 ], [ 116.924263143000104, 4.344955547000097 ], [ 116.980590454000065, 4.329555970000115 ], [ 117.164661906000077, 4.333147481000182 ], [ 117.174377075000024, 4.338418477000118 ], [ 117.190396769000102, 4.353017069000188 ], [ 117.202695761000228, 4.356065979000121 ], [ 117.217165162000157, 4.353430481000188 ], [ 117.224813273000137, 4.346583354000146 ], [ 117.230601034000216, 4.337178243000096 ], [ 117.238662558000129, 4.326868795000095 ], [ 117.275559530000152, 4.300978903000143 ], [ 117.356588176000031, 4.259508566000179 ], [ 117.412915487000163, 4.20008066800014 ], [ 117.436479940000169, 4.185611267000112 ], [ 117.464178508000174, 4.177911479000116 ], [ 117.49838830600018, 4.172614644000163 ], [ 117.514614705000184, 4.171942851000097 ], [ 117.54220992000009, 4.173829040000101 ], [ 117.558332968000087, 4.167653707000127 ], [ 117.56714928500017, 4.159654039000188 ], [ 117.567067905000187, 4.159613348000107 ], [ 117.555511915000153, 4.151841539000102 ], [ 117.528330925000233, 4.127508856000134 ], [ 117.51856530000012, 4.122259833000143 ], [ 117.507823113000114, 4.123480536000073 ], [ 117.373057488000114, 4.169745184000163 ], [ 117.373871290000039, 4.165269273000192 ], [ 117.377126498000081, 4.154364325000117 ], [ 117.37924238400015, 4.149237372000115 ], [ 117.386892123000194, 4.142482815000079 ], [ 117.396169467000021, 4.139634507000125 ], [ 117.403981967000021, 4.135484117000189 ], [ 117.407399936000076, 4.124986070000119 ], [ 117.403086785000056, 4.120347398000192 ], [ 117.396332226999988, 4.109686591000155 ], [ 117.395843946000042, 4.098944403000147 ], [ 117.410411004000053, 4.093939520000106 ], [ 117.431325717000192, 4.092596747000115 ], [ 117.450694207000225, 4.088120835000055 ], [ 117.466481967000078, 4.079901434000149 ], [ 117.475596550000176, 4.067328192000076 ], [ 117.468272332000168, 4.052923895000106 ], [ 117.468272332000168, 4.043524481000162 ], [ 117.47901451900006, 4.039374091000127 ], [ 117.488942905000073, 4.04295482000019 ], [ 117.499685092000192, 4.049790757000125 ], [ 117.510427280000187, 4.053941148000163 ], [ 117.520274285000056, 4.049302476000136 ], [ 117.61378014400006, 3.957098700000174 ], [ 117.62794030000012, 3.947088934000178 ], [ 117.661468946000156, 3.940171617000189 ], [ 117.67847741, 3.932440497000172 ], [ 117.689300976999988, 3.921454169000128 ], [ 117.68848717500012, 3.909002997000101 ], [ 117.672699415000153, 3.897772528000104 ], [ 117.650889519000117, 3.895209052000098 ], [ 117.628103061000076, 3.90037669500019 ], [ 117.590668165000039, 3.926092841000141 ], [ 117.570078972000118, 3.933172919000114 ], [ 117.523448113000114, 3.936346747000172 ], [ 117.523448113000114, 3.929510809000149 ], [ 117.552093946000156, 3.927150783000101 ], [ 117.579437696000042, 3.914536851000122 ], [ 117.603770379, 3.89671458500014 ], [ 117.623301629000167, 3.878607489000132 ], [ 117.636729363000057, 3.872870184000163 ], [ 117.652354363000171, 3.875148830000143 ], [ 117.668223504000167, 3.880031643000109 ], [ 117.681651238000057, 3.882269598000093 ], [ 117.689707879, 3.878810940000093 ], [ 117.719086134000037, 3.860581773000106 ], [ 117.725108269000117, 3.850897528000147 ], [ 117.777191602000158, 3.799139716000127 ], [ 117.781993035000056, 3.787339585000069 ], [ 117.782888217000078, 3.779038804000081 ], [ 117.776703321000099, 3.774115302000112 ], [ 117.760508660000056, 3.772406317000119 ], [ 117.702159050000233, 3.778713283000144 ], [ 117.714854363000114, 3.76357656500015 ], [ 117.734222852000045, 3.752142645000021 ], [ 117.777191602000158, 3.73773834800005 ], [ 117.817881707000225, 3.730047919000114 ], [ 117.829274936000132, 3.721584377000084 ], [ 117.826182488000228, 3.703599351000051 ], [ 117.817230664999983, 3.694810289000159 ], [ 117.787933789999983, 3.678656317000105 ], [ 117.777191602000158, 3.668850002 ], [ 117.761078320999985, 3.643744208000086 ], [ 117.748545769000117, 3.636948959999984 ], [ 117.650645379000053, 3.627875067000062 ], [ 117.628672722000061, 3.632066148000177 ], [ 117.587657097000061, 3.650864976000136 ], [ 117.568369988000114, 3.655096747000073 ], [ 117.546641472, 3.664007880000099 ], [ 117.533702019000117, 3.684759833000015 ], [ 117.524261914999983, 3.708889065000108 ], [ 117.508555535000056, 3.735907294000071 ], [ 117.505381707000055, 3.746771552000141 ], [ 117.503591342000192, 3.768744208000072 ], [ 117.499196811000189, 3.775580145000077 ], [ 117.488942905000073, 3.782171942000147 ], [ 117.468760613000228, 3.792303778000118 ], [ 117.479991082000225, 3.771185614000103 ], [ 117.482432488000057, 3.764960028000132 ], [ 117.491953972000175, 3.707098700000131 ], [ 117.499766472000175, 3.692694403000161 ], [ 117.513356967000021, 3.674872137000094 ], [ 117.523448113000114, 3.650213934000092 ], [ 117.524261914999983, 3.62543366100013 ], [ 117.509776238000228, 3.607367255000113 ], [ 117.494395379, 3.60834381700009 ], [ 117.451019727000158, 3.629299221000124 ], [ 117.430918816, 3.634670315 ], [ 117.302256707000055, 3.633246161000116 ], [ 117.219493035000056, 3.647365627000141 ], [ 117.090505405000187, 3.645819403000104 ], [ 117.055674675000233, 3.631903387000122 ], [ 117.030528191000172, 3.594387111000117 ], [ 117.053965691000059, 3.608303127000099 ], [ 117.083181186000076, 3.616644598000065 ], [ 117.114268425000063, 3.62059153900006 ], [ 117.169281446000156, 3.621039130000057 ], [ 117.199229363000114, 3.616278387000136 ], [ 117.216563347, 3.603013414000031 ], [ 117.205332879, 3.576971747000144 ], [ 117.199961785000056, 3.554999091000042 ], [ 117.210297071000156, 3.528876044000171 ], [ 117.227549675000176, 3.505194403000147 ], [ 117.242849155000016, 3.490668036000031 ], [ 117.253103061000076, 3.486070054000081 ], [ 117.290700717000078, 3.477036851000079 ], [ 117.304535352000158, 3.469387111000131 ], [ 117.312022332000112, 3.461127020000063 ], [ 117.325450066, 3.43602122600015 ], [ 117.344981316000172, 3.446519273000135 ], [ 117.374359570999985, 3.448635158000144 ], [ 117.40495853000013, 3.444484768000109 ], [ 117.427744988000228, 3.43602122600015 ], [ 117.435720248000194, 3.434312242000146 ], [ 117.442149285, 3.435695705000128 ], [ 117.446543816000172, 3.434759833000058 ], [ 117.448252800000063, 3.42609284100007 ], [ 117.448252800000063, 3.398504950000145 ], [ 117.446543816000172, 3.385199286000116 ], [ 117.441905144000174, 3.373032945000134 ], [ 117.434418164999983, 3.364325262000065 ], [ 117.424327019000231, 3.360988674000041 ], [ 117.414398634000037, 3.356187242000132 ], [ 117.405528191000172, 3.345607815000093 ], [ 117.393728061000189, 3.326239325000159 ], [ 117.386892123000194, 3.319891669000128 ], [ 117.377777539999983, 3.313137111000017 ], [ 117.36963951900006, 3.305243231000119 ], [ 117.366384311000019, 3.295803127000028 ], [ 117.363129101999988, 3.254868882000082 ], [ 117.359548373000138, 3.244289455000128 ], [ 117.344737175000233, 3.230454820000048 ], [ 117.333669467000192, 3.232123114000061 ], [ 117.311778191000172, 3.251695054000123 ], [ 117.28158613400015, 3.263251044000057 ], [ 117.273773634000094, 3.264797268000095 ], [ 117.264659050000063, 3.261786200000174 ], [ 117.264414910000056, 3.254339911000102 ], [ 117.267832879000053, 3.244533596 ], [ 117.270030144000231, 3.234320380000142 ], [ 117.281504754000167, 3.22308991100013 ], [ 117.352712436000189, 3.182806708000072 ], [ 117.370290561000019, 3.177191473000065 ], [ 117.389903191000116, 3.175197658000116 ], [ 117.430918816, 3.175360419000086 ], [ 117.453949415000096, 3.171210028000147 ], [ 117.45777428500017, 3.160345770000063 ], [ 117.454112175000233, 3.145168361000074 ], [ 117.455088738000114, 3.128159898000106 ], [ 117.481700066000059, 3.101263739000046 ], [ 117.52003014400006, 3.098456122000172 ], [ 117.563731316000172, 3.101874091000099 ], [ 117.605804884000037, 3.09341054900014 ], [ 117.617198113000114, 3.085882880000099 ], [ 117.620860222000061, 3.079494533000073 ], [ 117.623220248000194, 3.072455145000106 ], [ 117.630137566000116, 3.062974351000179 ], [ 117.634287957000225, 3.052394924000055 ], [ 117.62940514400006, 3.042385158000158 ], [ 117.619639519000231, 3.03489817900001 ], [ 117.609222852000045, 3.031968492000161 ], [ 117.600840691000172, 3.024969794000086 ], [ 117.575043165000153, 2.992865302000112 ], [ 117.56495201900006, 2.983547268 ], [ 117.580332879000053, 2.978989976000122 ], [ 117.601573113000114, 2.980658270000134 ], [ 117.622406445999985, 2.986476955000015 ], [ 117.636729363000057, 2.994126695000119 ], [ 117.655609570999985, 2.997381903000161 ], [ 117.675466342000192, 2.98578522300015 ], [ 117.687998894000117, 2.970648505000071 ], [ 117.685069207000112, 2.963080145000106 ], [ 117.667328320999985, 2.959540106000134 ], [ 117.630544467000192, 2.942328192000119 ], [ 117.612803582000112, 2.936428127 ], [ 117.543793164999983, 2.928941148000106 ], [ 117.543793164999983, 2.922105210000012 ], [ 117.56739342500012, 2.922552802000098 ], [ 117.640147332000055, 2.908514716000141 ], [ 117.736338738000114, 2.901597398000135 ], [ 117.725108269000117, 2.886542059000121 ], [ 117.704274936000019, 2.878973700000174 ], [ 117.681325717000078, 2.873277085000012 ], [ 117.66431725400011, 2.864081122000115 ], [ 117.627126498000194, 2.836981512000094 ], [ 117.619639519000231, 2.825506903000061 ], [ 117.633311394000174, 2.812241929000123 ], [ 117.673513217000078, 2.799261786000116 ], [ 117.714366082000112, 2.794094143000123 ], [ 117.752207879000053, 2.784613348000107 ], [ 117.784027539999983, 2.758246161000031 ], [ 117.792002800000233, 2.742336330000015 ], [ 117.796234571000156, 2.723211981000119 ], [ 117.800791863000114, 2.657171942000105 ], [ 117.80738366000017, 2.638006903000132 ], [ 117.816254102000045, 2.621527411000059 ], [ 117.826182488000228, 2.607407945000119 ], [ 117.867035352000158, 2.572699286000059 ], [ 117.881683789999983, 2.551418361000088 ], [ 117.979014519000174, 2.466538804000038 ], [ 117.987803582000225, 2.456366278000175 ], [ 117.999685092000078, 2.434271552000098 ], [ 118.00684655000012, 2.425523179000109 ], [ 118.024099155000016, 2.382025458 ], [ 118.037119988000114, 2.363959051999984 ], [ 118.044688347000061, 2.381537177000013 ], [ 118.06348717500012, 2.366929429 ], [ 118.082204623000081, 2.3374697940001 ], [ 118.095876498000194, 2.304144598000022 ], [ 118.099375847, 2.277818101000193 ], [ 118.091481967000021, 2.262030341000141 ], [ 118.057790561000019, 2.219956773000177 ], [ 118.044688347000061, 2.208929755000142 ], [ 117.975596550000233, 2.192084052000141 ], [ 117.955414259000037, 2.182277736000103 ], [ 117.941254101999988, 2.163153387000136 ], [ 117.939219597000175, 2.143377997000115 ], [ 117.935231967000192, 2.124172268000066 ], [ 117.915049675000176, 2.106512762000136 ], [ 117.914724155000016, 2.093491929000066 ], [ 117.882823113000114, 2.095445054000109 ], [ 117.826182488000228, 2.106512762000136 ], [ 117.844248894000231, 2.08820221600017 ], [ 117.882090691000172, 2.068060614000132 ], [ 117.900401238000228, 2.049994208000115 ], [ 117.859873894000231, 2.038275458000129 ], [ 117.825450066000116, 2.036281643000095 ], [ 117.791514519000231, 2.038275458000129 ], [ 117.75464928500017, 2.046332098000079 ], [ 117.740733269000117, 2.044989325000088 ], [ 117.750010613000171, 2.03143952000012 ], [ 117.764659050000176, 2.024969794000029 ], [ 117.802907748000194, 2.021307684000149 ], [ 117.818858269000117, 2.017157294000114 ], [ 117.831797722000061, 2.005682684000163 ], [ 117.844004754, 1.991441148000163 ], [ 117.855642123000194, 1.983384507000139 ], [ 117.867198113000228, 1.990464585000097 ], [ 117.873383009000037, 1.990464585000097 ], [ 117.874766472000175, 1.947495835000055 ], [ 117.872243686000076, 1.924709377000113 ], [ 117.863536004000167, 1.914740302000126 ], [ 117.856700066000172, 1.909369207999987 ], [ 117.857269727000045, 1.897650458000086 ], [ 117.862559441, 1.885931708000086 ], [ 117.870371941, 1.880601304000038 ], [ 117.881032748000024, 1.882066148000092 ], [ 117.883962436000076, 1.884100653000118 ], [ 117.885996941000172, 1.882554429000081 ], [ 117.893890821000156, 1.873765367000104 ], [ 117.903330925000063, 1.857407945000176 ], [ 117.911875847000118, 1.836859442000147 ], [ 117.924082879000167, 1.819159247000144 ], [ 117.944834832000055, 1.811712957999987 ], [ 117.965342644000117, 1.808417059000121 ], [ 117.980967644000117, 1.800767320000105 ], [ 117.99488366000017, 1.791693427000098 ], [ 118.010590040000153, 1.784369208000101 ], [ 118.034841342000021, 1.784898179000081 ], [ 118.046153191, 1.783107815000093 ], [ 118.050954623000194, 1.774481512000179 ], [ 118.04932701900006, 1.762030341000155 ], [ 118.047129754, 1.752264716000127 ], [ 118.04786217500012, 1.74355703300013 ], [ 118.054698113000228, 1.733465887000165 ], [ 118.126719597000175, 1.65468984600011 ], [ 118.185313347, 1.631781317000105 ], [ 118.271250847000061, 1.562730210000083 ], [ 118.31128991000017, 1.541978257000096 ], [ 118.352793816000059, 1.533596096000124 ], [ 118.369802280000016, 1.522772528000047 ], [ 118.394216342000078, 1.49701569200009 ], [ 118.416840040000039, 1.491848049000097 ], [ 118.425059441000059, 1.485744533000101 ], [ 118.418467644000174, 1.47284577 ], [ 118.403656445999985, 1.461737372000158 ], [ 118.399668816, 1.454413153000147 ], [ 118.404795769000117, 1.445217190000079 ], [ 118.414724155000016, 1.440863348 ], [ 118.43824303500017, 1.440578518000066 ], [ 118.448903842000135, 1.435532945000119 ], [ 118.451019727000045, 1.428452867000161 ], [ 118.453949415000153, 1.403225002000099 ], [ 118.456309441, 1.394598700000103 ], [ 118.463145379000053, 1.394598700000103 ], [ 118.476247592000192, 1.402044989000075 ], [ 118.492198113000114, 1.395697333000143 ], [ 118.523936394000231, 1.374172268000038 ], [ 118.535980665000153, 1.370672919000128 ], [ 118.582286004000053, 1.3673363300001 ], [ 118.613291863000057, 1.351223049000126 ], [ 118.675140821000156, 1.280422268000123 ], [ 118.712901238000114, 1.26430898600006 ], [ 118.729258660000056, 1.253851630000071 ], [ 118.754161004000167, 1.229559637000179 ], [ 118.776377800000233, 1.201971747000172 ], [ 118.784678582000112, 1.181708075000074 ], [ 118.780528191000172, 1.177313544000171 ], [ 118.773610873000081, 1.175726630000142 ], [ 118.767100457000055, 1.172674872000144 ], [ 118.764170769000231, 1.164007880000071 ], [ 118.797862175000233, 1.149969794000114 ], [ 118.80892988399998, 1.139715887000179 ], [ 118.826182488000114, 1.119696356000119 ], [ 118.856944207000112, 1.058172919000143 ], [ 118.870860222000175, 1.056301174000083 ], [ 118.878184441000172, 1.055975653000161 ], [ 118.887705925000176, 1.058172919000143 ], [ 118.894379102000045, 1.06281159100017 ], [ 118.906504754, 1.075384833000072 ], [ 118.915537957000225, 1.078599351000122 ], [ 118.933929884000094, 1.076076565000108 ], [ 118.985199415000039, 1.05756256700009 ], [ 119.000987175000233, 1.047919012000122 ], [ 119.005544467000192, 1.037583726000122 ], [ 119.003184441000059, 1.026312567000119 ], [ 118.99903405000012, 1.014634507000125 ], [ 118.997569207000225, 1.003607489000089 ], [ 119.000661655000016, 0.999090887000122 ], [ 119.006358269000117, 0.994859117000104 ], [ 119.011241082000055, 0.988226630000142 ], [ 119.011729363000057, 0.976263739000103 ], [ 119.00294030000012, 0.9624697940001 ], [ 118.970550976999988, 0.935736395 ], [ 118.956553582000225, 0.912665106000119 ], [ 118.93995201900006, 0.902085679 ], [ 118.865000847, 0.86884186399999 ], [ 118.851328972000175, 0.856919664000131 ], [ 118.840993686000076, 0.829901434000178 ], [ 118.828379754, 0.818101304000109 ], [ 118.812754754, 0.809149481000091 ], [ 118.798187695999985, 0.804917709999984 ], [ 118.786306186000019, 0.804592190000051 ], [ 118.774261915000039, 0.805731512000165 ], [ 118.763194207000055, 0.809027411000116 ], [ 118.741709832000168, 0.822170315000079 ], [ 118.717539910000056, 0.828273830000157 ], [ 118.70582116000017, 0.835923570000176 ], [ 118.686045769000231, 0.846136786000116 ], [ 118.662771030000016, 0.84638092700007 ], [ 118.639414910000056, 0.840521552000126 ], [ 118.583181186000019, 0.813666083000129 ], [ 118.575450066000059, 0.808335679000081 ], [ 118.565277539999983, 0.804022528000161 ], [ 118.554698113000228, 0.807928778000075 ], [ 118.54395592500012, 0.814520575000131 ], [ 118.534190300000063, 0.818019924000126 ], [ 118.514170769000117, 0.822007554000024 ], [ 118.473480665000039, 0.838283596000053 ], [ 118.428396030000073, 0.839992580000057 ], [ 118.418711785, 0.837225653000175 ], [ 118.410980664999983, 0.821844794000057 ], [ 118.402354363000114, 0.813950914000159 ], [ 118.391937695999985, 0.807603257000054 ], [ 118.383962436000076, 0.804917709999984 ], [ 118.367198113000228, 0.810370184000107 ], [ 118.35645592500012, 0.823228257000039 ], [ 118.346853061000019, 0.839016018000081 ], [ 118.332774285000113, 0.852728583000015 ], [ 118.316905144000174, 0.858832098000093 ], [ 118.187836134000037, 0.875230210000097 ], [ 118.129079623000024, 0.893011786000073 ], [ 118.09669030000012, 0.908636786000059 ], [ 118.069183789999983, 0.928778387000094 ], [ 118.044688347000061, 0.955145575000103 ], [ 118.028493686000189, 0.984523830000015 ], [ 118.005544467000135, 1.051011460000026 ], [ 117.989512566000059, 1.078599351000122 ], [ 117.975840691000116, 1.088120835000126 ], [ 117.936778191000059, 1.108140367000175 ], [ 117.92872155000012, 1.116603908000044 ], [ 117.924001498000194, 1.124986070000176 ], [ 117.913340691000059, 1.124945380000099 ], [ 117.901621941000172, 1.119859117000175 ], [ 117.893890821000156, 1.113470770000148 ], [ 117.89096113400015, 1.104193427000098 ], [ 117.892832879, 1.094875393000152 ], [ 117.90137780000012, 1.078599351000122 ], [ 117.933604363000057, 1.038763739000146 ], [ 117.937998894000231, 1.031480210000126 ], [ 117.975271030000016, 0.983099677000041 ], [ 117.979746941000172, 0.96621328300013 ], [ 117.984629754000167, 0.926214911000088 ], [ 117.992930535000056, 0.91079336100016 ], [ 117.995860222000061, 0.906724351000108 ], [ 118.003184441000172, 0.893744208000101 ], [ 118.005625847000118, 0.891913153000132 ], [ 118.014170769000117, 0.888128973000022 ], [ 118.016856316, 0.88621653900006 ], [ 118.024750196000099, 0.872788804000066 ], [ 118.030446811000076, 0.858954169000157 ], [ 118.034027540000039, 0.843329169000171 ], [ 118.036306186000189, 0.820705471000025 ], [ 118.032969597000175, 0.800238348000136 ], [ 118.020518425000233, 0.791327216000113 ], [ 118.005218945999985, 0.788763739000018 ], [ 117.993907097, 0.788478908000158 ], [ 117.982676629, 0.791327216000113 ], [ 117.973317905000187, 0.79848867400014 ], [ 117.962412957000112, 0.817084052000141 ], [ 117.955414259000037, 0.825425523000121 ], [ 117.947438998000081, 0.831122137000094 ], [ 117.93816165500013, 0.835638739000146 ], [ 117.927256707000225, 0.838690497000059 ], [ 117.914073113000114, 0.839667059000035 ], [ 117.902517123000081, 0.837469794000043 ], [ 117.894786004000053, 0.832586981000148 ], [ 117.88933353000013, 0.827704169000086 ], [ 117.884287957000055, 0.825425523000121 ], [ 117.850352410000056, 0.824286200000088 ], [ 117.829356316000116, 0.820257880000028 ], [ 117.81128991000017, 0.811753648000177 ], [ 117.788340691000172, 0.79230377800009 ], [ 117.743174675000233, 0.74054596600007 ], [ 117.72950280000012, 0.715562242000132 ], [ 117.724864129000167, 0.652655341000099 ], [ 117.719086134000037, 0.636786200000159 ], [ 117.695811394000117, 0.617092190000122 ], [ 117.68848717500012, 0.606350002000113 ], [ 117.684418165000039, 0.596380927000126 ], [ 117.679047071000099, 0.574693101000136 ], [ 117.674815300000233, 0.564764716000141 ], [ 117.620371941000059, 0.502020575000159 ], [ 117.612803582000112, 0.479071356000162 ], [ 117.61548912900011, 0.469183661000059 ], [ 117.626231316, 0.444037177 ], [ 117.627126498000194, 0.434393622000115 ], [ 117.619313998000194, 0.423895575000131 ], [ 117.607676629, 0.417181708000101 ], [ 117.595388217000021, 0.41229889500012 ], [ 117.585459832000225, 0.407131252000113 ], [ 117.569509311000019, 0.389064846000096 ], [ 117.553721550000063, 0.349514065000065 ], [ 117.517263217000135, 0.290961005000099 ], [ 117.51441491000017, 0.28034088700015 ], [ 117.515961134000037, 0.275295315000122 ], [ 117.519541863000114, 0.271063544000114 ], [ 117.523448113000114, 0.263088283000144 ], [ 117.526540561000076, 0.24217357000019 ], [ 117.523122592000078, 0.225775458000086 ], [ 117.51392662900011, 0.211859442000105 ], [ 117.49097741, 0.189886786000102 ], [ 117.483653191000116, 0.178859768000137 ], [ 117.480153842000192, 0.166489976000108 ], [ 117.482432488000057, 0.15379466400006 ], [ 117.488291863000228, 0.151109117000161 ], [ 117.498220248000024, 0.15082428600013 ], [ 117.509125195999985, 0.148586330000143 ], [ 117.517263217000135, 0.1402041690001 ], [ 117.506846550000233, 0.133042710000055 ], [ 117.483653191000116, 0.124823309000064 ], [ 117.475596550000176, 0.119086005 ], [ 117.469981316000172, 0.108791408000073 ], [ 117.470550977000045, 0.102199611000088 ], [ 117.47364342500012, 0.095526434000135 ], [ 117.475596550000176, 0.085598049000126 ], [ 117.474864129000053, 0.074774481000048 ], [ 117.47364342500012, 0.069240627000113 ], [ 117.47339928500017, 0.064886786000116 ], [ 117.475596550000176, 0.057603257000025 ], [ 117.482432488000057, 0.054592190000022 ], [ 117.492198113000114, 0.054632880000014 ], [ 117.497080925000063, 0.051011460000126 ], [ 117.489105665000039, 0.037176825000131 ], [ 117.500010613000114, 0.033026434000092 ], [ 117.509043816, 0.026027736000032 ], [ 117.516856316, 0.015936591000141 ], [ 117.523448113000114, 0.003078518000123 ], [ 117.529063347000175, -0.019463799999855 ], [ 117.53028405000012, -0.032321872999887 ], [ 117.526866082000112, -0.037896416999885 ], [ 117.525238477000158, -0.042046808 ], [ 117.512868686000019, -0.059136651999879 ], [ 117.507334832000112, -0.069634697999945 ], [ 117.49488366, -0.080336195999877 ], [ 117.489105665000039, -0.085707289999917 ], [ 117.484873894000117, -0.092217705999829 ], [ 117.46949303500017, -0.128838799999855 ], [ 117.465342644000231, -0.144463799999841 ], [ 117.46192467500012, -0.185723565999965 ], [ 117.456390821000042, -0.205498955999985 ], [ 117.435069207000225, -0.239678643999895 ], [ 117.433929884000037, -0.263848565999893 ], [ 117.442067905000016, -0.28191497199991 ], [ 117.45777428500017, -0.308200778999932 ], [ 117.474619988000114, -0.330254815999922 ], [ 117.485850457000112, -0.335870049999841 ], [ 117.495371941000172, -0.333754165 ], [ 117.497080925000063, -0.350274346999981 ], [ 117.493988476999988, -0.372653903999918 ], [ 117.489105665000039, -0.38738372199991 ], [ 117.467539910000056, -0.411553643999909 ], [ 117.457530144000231, -0.427015882999839 ], [ 117.458506707000112, -0.438897393999895 ], [ 117.466481967000078, -0.457289320999934 ], [ 117.462412957000112, -0.47991301899998 ], [ 117.452159050000063, -0.501722914999945 ], [ 117.441416863000057, -0.517754815999851 ], [ 117.441416863000057, -0.525160414999917 ], [ 117.474945509000037, -0.509047132999854 ], [ 117.595957879, -0.422621351999865 ], [ 117.615570509000094, -0.415215752999956 ], [ 117.630137566000116, -0.418715101999865 ], [ 117.638845248000081, -0.436455987999864 ], [ 117.63160241000017, -0.447523695999976 ], [ 117.619313998000194, -0.456231377999885 ], [ 117.612803582000112, -0.46689218499999 ], [ 117.605479363000114, -0.476169528999861 ], [ 117.570485873000194, -0.48503997199991 ], [ 117.558116082000055, -0.490411065999865 ], [ 117.554535351999988, -0.502699476999837 ], [ 117.589528842000192, -0.511000257999896 ], [ 117.598968946000042, -0.521416924999897 ], [ 117.597504102000158, -0.559502862999963 ], [ 117.593516472000175, -0.574639580999872 ], [ 117.580739780000016, -0.592950127999927 ], [ 117.57846113400015, -0.596937757999825 ], [ 117.573903842000192, -0.599053643999838 ], [ 117.542979363000057, -0.600681247999859 ], [ 117.536143425000233, -0.602959893999824 ], [ 117.53028405000012, -0.607110283999859 ], [ 117.53028405000012, -0.613946221999882 ], [ 117.547129754, -0.619724216999842 ], [ 117.565196160000056, -0.622816664999917 ], [ 117.575938347000061, -0.629978122999873 ], [ 117.571787957000112, -0.648125908999873 ], [ 117.559906446000156, -0.658298434999907 ], [ 117.546153191000059, -0.665622653999918 ], [ 117.539886914999983, -0.674493096999953 ], [ 117.551280144000231, -0.68962981599995 ], [ 117.539317254, -0.694512627999842 ], [ 117.527517123000024, -0.69394296699987 ], [ 117.499766472000175, -0.68962981599995 ], [ 117.485850457000112, -0.692803643999838 ], [ 117.48292076900006, -0.699639580999857 ], [ 117.488536004000167, -0.706475518999952 ], [ 117.499766472000175, -0.709567966999856 ], [ 117.520681186000019, -0.712823174999897 ], [ 117.575043165000153, -0.727308851999851 ], [ 117.602386915000039, -0.730645440999879 ], [ 117.613617384000037, -0.734063408999887 ], [ 117.622080925000176, -0.743096612999892 ], [ 117.626800977000158, -0.755954684999907 ], [ 117.627126498000194, -0.770928643999937 ], [ 117.622731967000192, -0.781508070999905 ], [ 117.615000847000118, -0.786065362999935 ], [ 117.585703972000175, -0.792413018999881 ], [ 117.571543816000059, -0.79078541499986 ], [ 117.56495201900006, -0.791436455999985 ], [ 117.557953320999985, -0.795668226999837 ], [ 117.544606967000192, -0.808851820999877 ], [ 117.537608269000117, -0.812595309999907 ], [ 117.489105665000039, -0.798923434999878 ], [ 117.493500196000042, -0.827813408999887 ], [ 117.458181186000189, -0.820489190999965 ], [ 117.448252800000063, -0.842950127999885 ], [ 117.451914910000056, -0.866469007999839 ], [ 117.446543816000172, -0.877048434999892 ], [ 117.427744988000228, -0.880791924999826 ], [ 117.41285241000017, -0.874932549999883 ], [ 117.390879754000167, -0.848565362999878 ], [ 117.37924238400015, -0.839288018999838 ], [ 117.374685092000135, -0.855889580999971 ], [ 117.363780144000231, -0.878513278999861 ], [ 117.350352410000056, -0.8969052059999 ], [ 117.339040561000076, -0.901299737999963 ], [ 117.332774285, -0.891778252999885 ], [ 117.33082116000017, -0.877699476999851 ], [ 117.332204623000024, -0.850192966999899 ], [ 117.327891472000061, -0.84148528399983 ], [ 117.30111738400015, -0.816013278999918 ], [ 117.281504754000167, -0.809177341999899 ], [ 117.267425977000045, -0.828301690999879 ], [ 117.259287957000225, -0.858330987999835 ], [ 117.256521030000073, -0.884209893999923 ], [ 117.25033613399998, -0.90927499799993 ], [ 117.235118035, -0.92449309699991 ], [ 117.195078972000175, -0.949151299999897 ], [ 117.163910351999988, -0.981703382999868 ], [ 117.065196160000056, -1.121840101999851 ], [ 117.039235873000024, -1.137790622999859 ], [ 117.032888217000135, -1.159356377999856 ], [ 117.029633009000094, -1.184177341999913 ], [ 117.023692254000053, -1.202894789999888 ], [ 117.007823113000114, -1.216403903999861 ], [ 116.983409050000176, -1.22966887799997 ], [ 116.957692905000016, -1.239922783999916 ], [ 116.851817254000053, -1.264418226999851 ], [ 116.829844597, -1.265801690999837 ], [ 116.819834832000225, -1.26140715899993 ], [ 116.817393425000063, -1.247491143999866 ], [ 116.817637566000059, -1.220391533999845 ], [ 116.829356316, -1.204034112999821 ], [ 116.830739780000187, -1.195000908999901 ], [ 116.817637566000059, -1.189385674999912 ], [ 116.811371289999983, -1.192640882999854 ], [ 116.805186394000117, -1.201348565999851 ], [ 116.797129754000167, -1.217217705999872 ], [ 116.793223504000167, -1.203301690999893 ], [ 116.792491082000225, -1.171156507999839 ], [ 116.787445509000037, -1.158868096999868 ], [ 116.746348504000053, -1.110528252999856 ], [ 116.743337436000019, -1.085381768999881 ], [ 116.75684655000012, -1.023695570999948 ], [ 116.743174675000176, -1.024834893999895 ], [ 116.72885175899998, -1.044040622999844 ], [ 116.720388217000021, -1.07097747199991 ], [ 116.715342644000117, -1.12476978999986 ], [ 116.719493035000056, -1.13632577899989 ], [ 116.749359571000042, -1.168877862999864 ], [ 116.757090691000059, -1.18222421699987 ], [ 116.757578972000061, -1.188409112999835 ], [ 116.753916863000057, -1.193454684999864 ], [ 116.749359571000042, -1.202894789999888 ], [ 116.737966342000078, -1.215020440999879 ], [ 116.736094597000118, -1.220961195999905 ], [ 116.777354363000228, -1.23398202899989 ], [ 116.779063347000061, -1.236423434999921 ], [ 116.783213738000114, -1.237562757999868 ], [ 116.787771030000073, -1.239434502999828 ], [ 116.790863477000045, -1.243910414999974 ], [ 116.790863477000045, -1.249118747999887 ], [ 116.788910352000102, -1.254489841999842 ], [ 116.779063347000061, -1.273858330999857 ], [ 116.766612175000233, -1.287692966999856 ], [ 116.763031446000156, -1.298516533999859 ], [ 116.767425977000158, -1.344333591999856 ], [ 116.762380405000016, -1.365329684999892 ], [ 116.739756707000168, -1.37428150799991 ], [ 116.719004754000167, -1.377211196000019 ], [ 116.60971113400015, -1.420586846999896 ], [ 116.567637566000172, -1.446547132999896 ], [ 116.539235873000081, -1.481215101999879 ], [ 116.537119988000228, -1.525648695999891 ], [ 116.544606967000135, -1.540459893999866 ], [ 116.553558790000153, -1.551364841999927 ], [ 116.561208530000073, -1.563734632999882 ], [ 116.564463738000114, -1.583428643999909 ], [ 116.557465040000153, -1.606215101999851 ], [ 116.540212436000019, -1.62273528399983 ], [ 116.517832879, -1.634372653999918 ], [ 116.429942254000053, -1.659356377999856 ], [ 116.390798373000194, -1.684502862999835 ], [ 116.345713738000228, -1.695977471999868 ], [ 116.324880405000073, -1.703871351999851 ], [ 116.271983269000117, -1.749281507999925 ], [ 116.263356967000192, -1.761895440999908 ], [ 116.231944207000055, -1.777113539999888 ], [ 116.222422722000175, -1.789646091999899 ], [ 116.242930535000056, -1.805759372999873 ], [ 116.260996941000059, -1.808526299999826 ], [ 116.28589928500017, -1.807061455999872 ], [ 116.307871941000116, -1.800876559999978 ], [ 116.31739342500012, -1.789239190999893 ], [ 116.321055535000056, -1.782810153999961 ], [ 116.330088738000171, -1.778090101999865 ], [ 116.351410352000045, -1.772149346999853 ], [ 116.357432488000228, -1.772230726999837 ], [ 116.366709832000112, -1.778090101999865 ], [ 116.372569207000225, -1.778985283999859 ], [ 116.372813347000175, -1.776950778999932 ], [ 116.379161004, -1.76734791499986 ], [ 116.379567905000187, -1.765313408999916 ], [ 116.402598504000167, -1.763929945999934 ], [ 116.424815300000233, -1.766371351999965 ], [ 116.441661004000053, -1.776055596999839 ], [ 116.44825280000012, -1.796075127999899 ], [ 116.432871941000172, -1.821872653999932 ], [ 116.413584832000225, -1.847263278999947 ], [ 116.451833530000187, -1.88396575299987 ], [ 116.466563347000175, -1.907484632999825 ], [ 116.450450066, -1.957452080999857 ], [ 116.463145379000167, -2.0199520809999 ], [ 116.457855664999983, -2.04241301899998 ], [ 116.438487175000063, -2.066989841999913 ], [ 116.426931186000076, -2.076348565999851 ], [ 116.358897332000112, -2.093682549999841 ], [ 116.336680535000056, -2.108168226999965 ], [ 116.312185092000192, -2.129001559999864 ], [ 116.292002800000063, -2.15097421699987 ], [ 116.283213738000114, -2.169366143999909 ], [ 116.289398634000094, -2.169366143999909 ], [ 116.337168816, -2.146091403999904 ], [ 116.370860222, -2.137872002999899 ], [ 116.386241082000055, -2.152276299999869 ], [ 116.392832879000053, -2.191094658999972 ], [ 116.410655144000117, -2.203789971999939 ], [ 116.437022332000112, -2.198337497999916 ], [ 116.500661655000187, -2.169691664999931 ], [ 116.517832879, -2.1664364559999 ], [ 116.530935092000078, -2.169366143999909 ], [ 116.531586134000037, -2.177829684999864 ], [ 116.535411004000053, -2.195245049999841 ], [ 116.542735222000061, -2.209242445999891 ], [ 116.554453972000061, -2.207207940999865 ], [ 116.566254101999988, -2.197686455999872 ], [ 116.583262566000172, -2.187676690999965 ], [ 116.59864342500012, -2.183851820999863 ], [ 116.605479363000228, -2.193617445999905 ], [ 116.603282097000061, -2.224216404 ], [ 116.572927280000073, -2.36280689899985 ], [ 116.572890168867474, -2.362976287808081 ], [ 116.567954950360644, -2.362026056057545 ], [ 116.467702670941577, -2.327247816533486 ], [ 116.390498082020798, -2.314432060990825 ], [ 116.157282343005846, -2.299032484861243 ], [ 116.12808515760392, -2.293244724264596 ], [ 116.042715692175562, -2.288232110023756 ], [ 116.021941765700063, -2.283477878201481 ], [ 115.994449904439676, -2.271023857864705 ], [ 115.984579705588914, -2.271850681064038 ], [ 115.975226271575281, -2.276966648092269 ], [ 115.954762404361446, -2.294639988244853 ], [ 115.942980177593057, -2.301564629504014 ], [ 115.921947869598597, -2.309264418018444 ], [ 115.915591669120289, -2.31644744169607 ], [ 115.911870966072314, -2.328384698095263 ], [ 115.906754999043898, -2.338099866415746 ], [ 115.896264682569125, -2.344714451111017 ], [ 115.874043817068497, -2.350657239540013 ], [ 115.866395705397423, -2.348280124528159 ], [ 115.860711297588438, -2.343319187130746 ], [ 115.85306318591725, -2.3273511684216 ], [ 115.850892775581059, -2.320116468799895 ], [ 115.849549188444342, -2.311951593191566 ], [ 115.839937372012145, -2.25541757616017 ], [ 115.814099156251046, -2.183639010831627 ], [ 115.811928745914969, -2.162089938899527 ], [ 115.818956739961692, -2.089691256845995 ], [ 115.828775262868049, -2.047161553762635 ], [ 115.823142531003015, -2.035896090931857 ], [ 115.810068393941123, -2.029384860822645 ], [ 115.778752475945936, -2.025509128143668 ], [ 115.762991163711291, -2.01734425163589 ], [ 115.748935174718582, -2.000704441156955 ], [ 115.739891799067237, -1.972385755797958 ], [ 115.736997919218567, -1.953833916501992 ], [ 115.737824742417985, -1.936522311555365 ], [ 115.741648798253465, -1.924430026424631 ], [ 115.745576206876564, -1.90556812876612 ], [ 115.741235386204067, -1.784231866307664 ], [ 115.698809035009077, -1.680930678308144 ], [ 115.692349480844001, -1.657986341496411 ], [ 115.689042189845139, -1.635507093577573 ], [ 115.683151075561824, -1.624603366851787 ], [ 115.664547561220985, -1.6063099099743 ], [ 115.656796095863143, -1.593649184062542 ], [ 115.653385451177627, -1.576854343053427 ], [ 115.650594924116348, -1.544556573127267 ], [ 115.643101841177014, -1.533136081564948 ], [ 115.631164584777736, -1.525022881900497 ], [ 115.614989862292333, -1.521612237214896 ], [ 115.569876336823398, -1.517943210110985 ], [ 115.606876661728535, -1.46668018973898 ], [ 115.628580764190787, -1.443529148251557 ], [ 115.640466342847361, -1.435002536537809 ], [ 115.652093540884294, -1.42869801200365 ], [ 115.677518344595882, -1.42590748494257 ], [ 115.693693068879924, -1.429214775941148 ], [ 115.70702558836021, -1.430351657502939 ], [ 115.720151402265373, -1.426320896092506 ], [ 115.73410403937001, -1.411334731112959 ], [ 115.750640497061369, -1.38730518958279 ], [ 115.802006871120312, -1.294442641214957 ], [ 115.807794630817483, -1.272170097971639 ], [ 115.811308628290504, -1.221888929530436 ], [ 115.816579624050547, -1.207006116439089 ], [ 115.805107457443086, -1.085256442830527 ], [ 115.784850294905112, -1.091767672939739 ], [ 115.771879510630839, -1.097658787223253 ], [ 115.758908726356736, -1.10556528131265 ], [ 115.752397496247596, -1.107425631487715 ], [ 115.745989618026584, -1.106960543494253 ], [ 115.739685092592964, -1.103808282126508 ], [ 115.733225539327265, -1.097038668699525 ], [ 115.72552575081275, -1.086961765173243 ], [ 115.717050815942315, -1.071768893719451 ], [ 115.692762892893228, -1.052338556179365 ], [ 115.687801954596608, -1.044122002828232 ], [ 115.680670607762323, -1.02567351542038 ], [ 115.672815789616976, -1.013322848770528 ], [ 115.655245803151416, -0.9943059214811 ], [ 115.641913282771867, -0.98484913467982 ], [ 115.628684116978462, -0.978027846208064 ], [ 115.619382358908609, -0.975857435871987 ], [ 115.611269159244358, -0.974772231153622 ], [ 115.605378045860135, -0.972808525492965 ], [ 115.574475539015026, -0.958235771663539 ], [ 115.540059034696839, -0.949605808061662 ], [ 115.528741896821231, -0.944644870664249 ], [ 115.517838169196153, -0.937823582192578 ], [ 115.467143588705795, -0.897257582071688 ], [ 115.46001224187151, -0.885992120140202 ], [ 115.458358596372051, -0.871884454304038 ], [ 115.459908889083948, -0.858706963555491 ], [ 115.458772006622809, -0.843359062470697 ], [ 115.453190953399854, -0.828114515972047 ], [ 115.421358269668559, -0.786256605557909 ], [ 115.415157097921707, -0.77390593800861 ], [ 115.391282586921903, -0.655205172980402 ], [ 115.39055911740931, -0.615155937696301 ], [ 1
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment