this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},createjs.indexOf=function(a,b){"use strict";for(var c=0,d=a.length;d>c;c++)if(b===a[c])return c;return-1},this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Ticker cannot be instantiated."}a.RAF_SYNCHED="synched",a.RAF="raf",a.TIMEOUT="timeout",a.useRAF=!1,a.timingMode=null,a.maxDelta=0,a.paused=!1,a.removeEventListener=null,a.removeAllEventListeners=null,a.dispatchEvent=null,a.hasEventListener=null,a._listeners=null,createjs.EventDispatcher.initialize(a),a._addEventListener=a.addEventListener,a.addEventListener=function(){return!a._inited&&a.init(),a._addEventListener.apply(a,arguments)},a._inited=!1,a._startTime=0,a._pausedTime=0,a._ticks=0,a._pausedTicks=0,a._interval=50,a._lastTime=0,a._times=null,a._tickTimes=null,a._timerId=null,a._raf=!0,a.setInterval=function(b){a._interval=b,a._inited&&a._setupTick()},a.getInterval=function(){return a._interval},a.setFPS=function(b){a.setInterval(1e3/b)},a.getFPS=function(){return 1e3/a._interval};try{Object.defineProperties(a,{interval:{get:a.getInterval,set:a.setInterval},framerate:{get:a.getFPS,set:a.setFPS}})}catch(b){console.log(b)}a.init=function(){a._inited||(a._inited=!0,a._times=[],a._tickTimes=[],a._startTime=a._getTime(),a._times.push(a._lastTime=0),a.interval=a._interval)},a.reset=function(){if(a._raf){var b=window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame;b&&b(a._timerId)}else clearTimeout(a._timerId);a.removeAllEventListeners("tick"),a._timerId=a._times=a._tickTimes=null,a._startTime=a._lastTime=a._ticks=0,a._inited=!1},a.getMeasuredTickTime=function(b){var c=0,d=a._tickTimes;if(!d||d.length<1)return-1;b=Math.min(d.length,b||0|a.getFPS());for(var e=0;b>e;e++)c+=d[e];return c/b},a.getMeasuredFPS=function(b){var c=a._times;return!c||c.length<2?-1:(b=Math.min(c.length-1,b||0|a.getFPS()),1e3/((c[0]-c[b])/b))},a.setPaused=function(b){a.paused=b},a.getPaused=function(){return a.paused},a.getTime=function(b){return a._startTime?a._getTime()-(b?a._pausedTime:0):-1},a.getEventTime=function(b){return a._startTime?(a._lastTime||a._startTime)-(b?a._pausedTime:0):-1},a.getTicks=function(b){return a._ticks-(b?a._pausedTicks:0)},a._handleSynch=function(){a._timerId=null,a._setupTick(),a._getTime()-a._lastTime>=.97*(a._interval-1)&&a._tick()},a._handleRAF=function(){a._timerId=null,a._setupTick(),a._tick()},a._handleTimeout=function(){a._timerId=null,a._setupTick(),a._tick()},a._setupTick=function(){if(null==a._timerId){var b=a.timingMode||a.useRAF&&a.RAF_SYNCHED;if(b==a.RAF_SYNCHED||b==a.RAF){var c=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame;if(c)return a._timerId=c(b==a.RAF?a._handleRAF:a._handleSynch),void(a._raf=!0)}a._raf=!1,a._timerId=setTimeout(a._handleTimeout,a._interval)}},a._tick=function(){var b=a.paused,c=a._getTime(),d=c-a._lastTime;if(a._lastTime=c,a._ticks++,b&&(a._pausedTicks++,a._pausedTime+=d),a.hasEventListener("tick")){var e=new createjs.Event("tick"),f=a.maxDelta;e.delta=f&&d>f?f:d,e.paused=b,e.time=c,e.runTime=c-a._pausedTime,a.dispatchEvent(e)}for(a._tickTimes.unshift(a._getTime()-c);a._tickTimes.length>100;)a._tickTimes.pop();for(a._times.unshift(c);a._times.length>100;)a._times.pop()};var c=window.performance&&(performance.now||performance.mozNow||performance.msNow||performance.oNow||performance.webkitNow);a._getTime=function(){return(c&&c.call(performance)||(new Date).getTime())-a._startTime},createjs.Ticker=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"UID cannot be instantiated"}a._nextID=0,a.get=function(){return a._nextID++},createjs.UID=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e,f,g,h,i,j){this.Event_constructor(a,b,c),this.stageX=d,this.stageY=e,this.rawX=null==i?d:i,this.rawY=null==j?e:j,this.nativeEvent=f,this.pointerID=g,this.primary=!!h}var b=createjs.extend(a,createjs.Event);b._get_localX=function(){return this.currentTarget.globalToLocal(this.rawX,this.rawY).x},b._get_localY=function(){return this.currentTarget.globalToLocal(this.rawX,this.rawY).y},b._get_isTouch=function(){return-1!==this.pointerID};try{Object.defineProperties(b,{localX:{get:b._get_localX},localY:{get:b._get_localY},isTouch:{get:b._get_isTouch}})}catch(c){}b.clone=function(){return new a(this.type,this.bubbles,this.cancelable,this.stageX,this.stageY,this.nativeEvent,this.pointerID,this.primary,this.rawX,this.rawY)},b.toString=function(){return"[MouseEvent (type="+this.type+" stageX="+this.stageX+" stageY="+this.stageY+")]"},createjs.MouseEvent=createjs.promote(a,"Event")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e,f){this.setValues(a,b,c,d,e,f)}var b=a.prototype;a.DEG_TO_RAD=Math.PI/180,a.identity=null,b.setValues=function(a,b,c,d,e,f){return this.a=null==a?1:a,this.b=b||0,this.c=c||0,this.d=null==d?1:d,this.tx=e||0,this.ty=f||0,this},b.append=function(a,b,c,d,e,f){var g=this.a,h=this.b,i=this.c,j=this.d;return(1!=a||0!=b||0!=c||1!=d)&&(this.a=g*a+i*b,this.b=h*a+j*b,this.c=g*c+i*d,this.d=h*c+j*d),this.tx=g*e+i*f+this.tx,this.ty=h*e+j*f+this.ty,this},b.prepend=function(a,b,c,d,e,f){var g=this.a,h=this.c,i=this.tx;return this.a=a*g+c*this.b,this.b=b*g+d*this.b,this.c=a*h+c*this.d,this.d=b*h+d*this.d,this.tx=a*i+c*this.ty+e,this.ty=b*i+d*this.ty+f,this},b.appendMatrix=function(a){return this.append(a.a,a.b,a.c,a.d,a.tx,a.ty)},b.prependMatrix=function(a){return this.prepend(a.a,a.b,a.c,a.d,a.tx,a.ty)},b.appendTransform=function(b,c,d,e,f,g,h,i,j){if(f%360)var k=f*a.DEG_TO_RAD,l=Math.cos(k),m=Math.sin(k);else l=1,m=0;return g||h?(g*=a.DEG_TO_RAD,h*=a.DEG_TO_RAD,this.append(Math.cos(h),Math.sin(h),-Math.sin(g),Math.cos(g),b,c),this.append(l*d,m*d,-m*e,l*e,0,0)):this.append(l*d,m*d,-m*e,l*e,b,c),(i||j)&&(this.tx-=i*this.a+j*this.c,this.ty-=i*this.b+j*this.d),this},b.prependTransform=function(b,c,d,e,f,g,h,i,j){if(f%360)var k=f*a.DEG_TO_RAD,l=Math.cos(k),m=Math.sin(k);else l=1,m=0;return(i||j)&&(this.tx-=i,this.ty-=j),g||h?(g*=a.DEG_TO_RAD,h*=a.DEG_TO_RAD,this.prepend(l*d,m*d,-m*e,l*e,0,0),this.prepend(Math.cos(h),Math.sin(h),-Math.sin(g),Math.cos(g),b,c)):this.prepend(l*d,m*d,-m*e,l*e,b,c),this},b.rotate=function(b){b*=a.DEG_TO_RAD;var c=Math.cos(b),d=Math.sin(b),e=this.a,f=this.b;return this.a=e*c+this.c*d,this.b=f*c+this.d*d,this.c=-e*d+this.c*c,this.d=-f*d+this.d*c,this},b.skew=function(b,c){return b*=a.DEG_TO_RAD,c*=a.DEG_TO_RAD,this.append(Math.cos(c),Math.sin(c),-Math.sin(b),Math.cos(b),0,0),this},b.scale=function(a,b){return this.a*=a,this.b*=a,this.c*=b,this.d*=b,this},b.translate=function(a,b){return this.tx+=this.a*a+this.c*b,this.ty+=this.b*a+this.d*b,this},b.identity=function(){return this.a=this.d=1,this.b=this.c=this.tx=this.ty=0,this},b.invert=function(){var a=this.a,b=this.b,c=this.c,d=this.d,e=this.tx,f=a*d-b*c;return this.a=d/f,this.b=-b/f,this.c=-c/f,this.d=a/f,this.tx=(c*this.ty-d*e)/f,this.ty=-(a*this.ty-b*e)/f,this},b.isIdentity=function(){return 0===this.tx&&0===this.ty&&1===this.a&&0===this.b&&0===this.c&&1===this.d},b.equals=function(a){return this.tx===a.tx&&this.ty===a.ty&&this.a===a.a&&this.b===a.b&&this.c===a.c&&this.d===a.d},b.transformPoint=function(a,b,c){return c=c||{},c.x=a*this.a+b*this.c+this.tx,c.y=a*this.b+b*this.d+this.ty,c},b.decompose=function(b){null==b&&(b={}),b.x=this.tx,b.y=this.ty,b.scaleX=Math.sqrt(this.a*this.a+this.b*this.b),b.scaleY=Math.sqrt(this.c*this.c+this.d*this.d);var c=Math.atan2(-this.c,this.d),d=Math.atan2(this.b,this.a),e=Math.abs(1-c/d);return 1e-5>e?(b.rotation=d/a.DEG_TO_RAD,this.a<0&&this.d>=0&&(b.rotation+=b.rotation<=0?180:-180),b.skewX=b.skewY=0):(b.skewX=c/a.DEG_TO_RAD,b.skewY=d/a.DEG_TO_RAD),b},b.copy=function(a){return this.setValues(a.a,a.b,a.c,a.d,a.tx,a.ty)},b.clone=function(){return new a(this.a,this.b,this.c,this.d,this.tx,this.ty)},b.toString=function(){return"[Matrix2D (a="+this.a+" b="+this.b+" c="+this.c+" d="+this.d+" tx="+this.tx+" ty="+this.ty+")]"},a.identity=new a,createjs.Matrix2D=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e){this.setValues(a,b,c,d,e)}var b=a.prototype;b.setValues=function(a,b,c,d,e){return this.visible=null==a?!0:!!a,this.alpha=null==b?1:b,this.shadow=c,this.compositeOperation=c,this.matrix=e||this.matrix&&this.matrix.identity()||new createjs.Matrix2D,this},b.append=function(a,b,c,d,e){return this.alpha*=b,this.shadow=c||this.shadow,this.compositeOperation=d||this.compositeOperation,this.visible=this.visible&&a,e&&this.matrix.appendMatrix(e),this},b.prepend=function(a,b,c,d,e){return this.alpha*=b,this.shadow=this.shadow||c,this.compositeOperation=this.compositeOperation||d,this.visible=this.visible&&a,e&&this.matrix.prependMatrix(e),this},b.identity=function(){return this.visible=!0,this.alpha=1,this.shadow=this.compositeOperation=null,this.matrix.identity(),this},b.clone=function(){return new a(this.alpha,this.shadow,this.compositeOperation,this.visible,this.matrix.clone())},createjs.DisplayProps=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.setValues(a,b)}var b=a.prototype;b.setValues=function(a,b){return this.x=a||0,this.y=b||0,this},b.copy=function(a){return this.x=a.x,this.y=a.y,this},b.clone=function(){return new a(this.x,this.y)},b.toString=function(){return"[Point (x="+this.x+" y="+this.y+")]"},createjs.Point=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d){this.setValues(a,b,c,d)}var b=a.prototype;b.setValues=function(a,b,c,d){return this.x=a||0,this.y=b||0,this.width=c||0,this.height=d||0,this},b.extend=function(a,b,c,d){return c=c||0,d=d||0,a+c>this.x+this.width&&(this.width=a+c-this.x),b+d>this.y+this.height&&(this.height=b+d-this.y),a=this.x&&a+c<=this.x+this.width&&b>=this.y&&b+d<=this.y+this.height},b.union=function(a){return this.clone().extend(a.x,a.y,a.width,a.height)},b.intersection=function(b){var c=b.x,d=b.y,e=c+b.width,f=d+b.height;return this.x>c&&(c=this.x),this.y>d&&(d=this.y),this.x+this.width=e||d>=f?null:new a(c,d,e-c,f-d)},b.intersects=function(a){return a.x<=this.x+this.width&&this.x<=a.x+a.width&&a.y<=this.y+this.height&&this.y<=a.y+a.height},b.isEmpty=function(){return this.width<=0||this.height<=0},b.clone=function(){return new a(this.x,this.y,this.width,this.height)},b.toString=function(){return"[Rectangle (x="+this.x+" y="+this.y+" width="+this.width+" height="+this.height+")]"},createjs.Rectangle=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e,f,g){a.addEventListener&&(this.target=a,this.overLabel=null==c?"over":c,this.outLabel=null==b?"out":b,this.downLabel=null==d?"down":d,this.play=e,this._isPressed=!1,this._isOver=!1,this._enabled=!1,a.mouseChildren=!1,this.enabled=!0,this.handleEvent({}),f&&(g&&(f.actionsEnabled=!1,f.gotoAndStop&&f.gotoAndStop(g)),a.hitArea=f))}var b=a.prototype;b.setEnabled=function(a){if(a!=this._enabled){var b=this.target;this._enabled=a,a?(b.cursor="pointer",b.addEventListener("rollover",this),b.addEventListener("rollout",this),b.addEventListener("mousedown",this),b.addEventListener("pressup",this)):(b.cursor=null,b.removeEventListener("rollover",this),b.removeEventListener("rollout",this),b.removeEventListener("mousedown",this),b.removeEventListener("pressup",this))}},b.getEnabled=function(){return this._enabled};try{Object.defineProperties(b,{enabled:{get:b.getEnabled,set:b.setEnabled}})}catch(c){}b.toString=function(){return"[ButtonHelper]"},b.handleEvent=function(a){var b,c=this.target,d=a.type;"mousedown"==d?(this._isPressed=!0,b=this.downLabel):"pressup"==d?(this._isPressed=!1,b=this._isOver?this.overLabel:this.outLabel):"rollover"==d?(this._isOver=!0,b=this._isPressed?this.downLabel:this.overLabel):(this._isOver=!1,b=this._isPressed?this.overLabel:this.outLabel),this.play?c.gotoAndPlay&&c.gotoAndPlay(b):c.gotoAndStop&&c.gotoAndStop(b)},createjs.ButtonHelper=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d){this.color=a||"black",this.offsetX=b||0,this.offsetY=c||0,this.blur=d||0}var b=a.prototype;a.identity=new a("transparent",0,0,0),b.toString=function(){return"[Shadow]"},b.clone=function(){return new a(this.color,this.offsetX,this.offsetY,this.blur)},createjs.Shadow=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.EventDispatcher_constructor(),this.complete=!0,this.framerate=0,this._animations=null,this._frames=null,this._images=null,this._data=null,this._loadCount=0,this._frameHeight=0,this._frameWidth=0,this._numFrames=0,this._regX=0,this._regY=0,this._spacing=0,this._margin=0,this._parseData(a)}var b=createjs.extend(a,createjs.EventDispatcher);b.getAnimations=function(){return this._animations.slice()};try{Object.defineProperties(b,{animations:{get:b.getAnimations}})}catch(c){}b.getNumFrames=function(a){if(null==a)return this._frames?this._frames.length:this._numFrames||0;var b=this._data[a];return null==b?0:b.frames.length},b.getAnimation=function(a){return this._data[a]},b.getFrame=function(a){var b;return this._frames&&(b=this._frames[a])?b:null},b.getFrameBounds=function(a,b){var c=this.getFrame(a);return c?(b||new createjs.Rectangle).setValues(-c.regX,-c.regY,c.rect.width,c.rect.height):null},b.toString=function(){return"[SpriteSheet]"},b.clone=function(){throw"SpriteSheet cannot be cloned."},b._parseData=function(a){var b,c,d,e;if(null!=a){if(this.framerate=a.framerate||0,a.images&&(c=a.images.length)>0)for(e=this._images=[],b=0;c>b;b++){var f=a.images[b];if("string"==typeof f){var g=f;f=document.createElement("img"),f.src=g}e.push(f),f.getContext||f.complete||(this._loadCount++,this.complete=!1,function(a){f.onload=function(){a._handleImageLoad()}}(this))}if(null==a.frames);else if(a.frames instanceof Array)for(this._frames=[],e=a.frames,b=0,c=e.length;c>b;b++){var h=e[b];this._frames.push({image:this._images[h[4]?h[4]:0],rect:new createjs.Rectangle(h[0],h[1],h[2],h[3]),regX:h[5]||0,regY:h[6]||0})}else d=a.frames,this._frameWidth=d.width,this._frameHeight=d.height,this._regX=d.regX||0,this._regY=d.regY||0,this._spacing=d.spacing||0,this._margin=d.margin||0,this._numFrames=d.count,0==this._loadCount&&this._calculateFrames();if(this._animations=[],null!=(d=a.animations)){this._data={};var i;for(i in d){var j={name:i},k=d[i];if("number"==typeof k)e=j.frames=[k];else if(k instanceof Array)if(1==k.length)j.frames=[k[0]];else for(j.speed=k[3],j.next=k[2],e=j.frames=[],b=k[0];b<=k[1];b++)e.push(b);else{j.speed=k.speed,j.next=k.next;var l=k.frames;e=j.frames="number"==typeof l?[l]:l.slice(0)}(j.next===!0||void 0===j.next)&&(j.next=i),(j.next===!1||e.length<2&&j.next==i)&&(j.next=null),j.speed||(j.speed=1),this._animations.push(i),this._data[i]=j}}}},b._handleImageLoad=function(){0==--this._loadCount&&(this._calculateFrames(),this.complete=!0,this.dispatchEvent("complete"))},b._calculateFrames=function(){if(!this._frames&&0!=this._frameWidth){this._frames=[];var a=this._numFrames||1e5,b=0,c=this._frameWidth,d=this._frameHeight,e=this._spacing,f=this._margin;a:for(var g=0,h=this._images;g=l;){for(var m=f;j-f-c>=m;){if(b>=a)break a;b++,this._frames.push({image:i,rect:new createjs.Rectangle(m,l,c,d),regX:this._regX,regY:this._regY}),m+=c+e}l+=d+e}this._numFrames=b}},createjs.SpriteSheet=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.command=null,this._stroke=null,this._strokeStyle=null,this._strokeIgnoreScale=!1,this._fill=null,this._instructions=[],this._commitIndex=0,this._activeInstructions=[],this._dirty=!1,this._storeIndex=0,this.clear()}var b=a.prototype,c=a;a.getRGB=function(a,b,c,d){return null!=a&&null==c&&(d=b,c=255&a,b=a>>8&255,a=a>>16&255),null==d?"rgb("+a+","+b+","+c+")":"rgba("+a+","+b+","+c+","+d+")"},a.getHSL=function(a,b,c,d){return null==d?"hsl("+a%360+","+b+"%,"+c+"%)":"hsla("+a%360+","+b+"%,"+c+"%,"+d+")"},a.BASE_64={A:0,B:1,C:2,D:3,E:4,F:5,G:6,H:7,I:8,J:9,K:10,L:11,M:12,N:13,O:14,P:15,Q:16,R:17,S:18,T:19,U:20,V:21,W:22,X:23,Y:24,Z:25,a:26,b:27,c:28,d:29,e:30,f:31,g:32,h:33,i:34,j:35,k:36,l:37,m:38,n:39,o:40,p:41,q:42,r:43,s:44,t:45,u:46,v:47,w:48,x:49,y:50,z:51,0:52,1:53,2:54,3:55,4:56,5:57,6:58,7:59,8:60,9:61,"+":62,"/":63},a.STROKE_CAPS_MAP=["butt","round","square"],a.STROKE_JOINTS_MAP=["miter","round","bevel"];var d=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");d.getContext&&(a._ctx=d.getContext("2d"),d.width=d.height=1),b.getInstructions=function(){return this._updateInstructions(),this._instructions};try{Object.defineProperties(b,{instructions:{get:b.getInstructions}})}catch(e){}b.isEmpty=function(){return!(this._instructions.length||this._activeInstructions.length)},b.draw=function(a,b){this._updateInstructions();for(var c=this._instructions,d=this._storeIndex,e=c.length;e>d;d++)c[d].exec(a,b)},b.drawAsPath=function(a){this._updateInstructions();for(var b,c=this._instructions,d=this._storeIndex,e=c.length;e>d;d++)(b=c[d]).path!==!1&&b.exec(a)},b.moveTo=function(a,b){return this.append(new c.MoveTo(a,b),!0)},b.lineTo=function(a,b){return this.append(new c.LineTo(a,b))},b.arcTo=function(a,b,d,e,f){return this.append(new c.ArcTo(a,b,d,e,f))},b.arc=function(a,b,d,e,f,g){return this.append(new c.Arc(a,b,d,e,f,g))},b.quadraticCurveTo=function(a,b,d,e){return this.append(new c.QuadraticCurveTo(a,b,d,e))},b.bezierCurveTo=function(a,b,d,e,f,g){return this.append(new c.BezierCurveTo(a,b,d,e,f,g))},b.rect=function(a,b,d,e){return this.append(new c.Rect(a,b,d,e))},b.closePath=function(){return this._activeInstructions.length?this.append(new c.ClosePath):this},b.clear=function(){return this._instructions.length=this._activeInstructions.length=this._commitIndex=0,this._strokeStyle=this._stroke=this._fill=null,this._dirty=this._strokeIgnoreScale=!1,this},b.beginFill=function(a){return this._setFill(a?new c.Fill(a):null)},b.beginLinearGradientFill=function(a,b,d,e,f,g){return this._setFill((new c.Fill).linearGradient(a,b,d,e,f,g))},b.beginRadialGradientFill=function(a,b,d,e,f,g,h,i){return this._setFill((new c.Fill).radialGradient(a,b,d,e,f,g,h,i))},b.beginBitmapFill=function(a,b,d){return this._setFill(new c.Fill(null,d).bitmap(a,b))},b.endFill=function(){return this.beginFill()},b.setStrokeStyle=function(a,b,d,e,f){return this._updateInstructions(!0),this._strokeStyle=this.command=new c.StrokeStyle(a,b,d,e,f),this._stroke&&(this._stroke.ignoreScale=f),this._strokeIgnoreScale=f,this},b.beginStroke=function(a){return this._setStroke(a?new c.Stroke(a):null)},b.beginLinearGradientStroke=function(a,b,d,e,f,g){return this._setStroke((new c.Stroke).linearGradient(a,b,d,e,f,g))},b.beginRadialGradientStroke=function(a,b,d,e,f,g,h,i){return this._setStroke((new c.Stroke).radialGradient(a,b,d,e,f,g,h,i))},b.beginBitmapStroke=function(a,b){return this._setStroke((new c.Stroke).bitmap(a,b))},b.endStroke=function(){return this.beginStroke()},b.curveTo=b.quadraticCurveTo,b.drawRect=b.rect,b.drawRoundRect=function(a,b,c,d,e){return this.drawRoundRectComplex(a,b,c,d,e,e,e,e)},b.drawRoundRectComplex=function(a,b,d,e,f,g,h,i){return this.append(new c.RoundRect(a,b,d,e,f,g,h,i))},b.drawCircle=function(a,b,d){return this.append(new c.Circle(a,b,d))},b.drawEllipse=function(a,b,d,e){return this.append(new c.Ellipse(a,b,d,e))},b.drawPolyStar=function(a,b,d,e,f,g){return this.append(new c.PolyStar(a,b,d,e,f,g))},b.append=function(a,b){return this._activeInstructions.push(a),this.command=a,b||(this._dirty=!0),this},b.decodePath=function(b){for(var c=[this.moveTo,this.lineTo,this.quadraticCurveTo,this.bezierCurveTo,this.closePath],d=[2,2,4,6,0],e=0,f=b.length,g=[],h=0,i=0,j=a.BASE_64;f>e;){var k=b.charAt(e),l=j[k],m=l>>3,n=c[m];if(!n||3&l)throw"bad path data (@"+e+"): "+k;var o=d[m];m||(h=i=0),g.length=0,e++;for(var p=(l>>2&1)+2,q=0;o>q;q++){var r=j[b.charAt(e)],s=r>>5?-1:1;r=(31&r)<<6|j[b.charAt(e+1)],3==p&&(r=r<<6|j[b.charAt(e+2)]),r=s*r/10,q%2?h=r+=h:i=r+=i,g[q]=r,e+=p}n.apply(this,g)}return this},b.store=function(){return this._updateInstructions(!0),this._storeIndex=this._instructions.length,this},b.unstore=function(){return this._storeIndex=0,this},b.clone=function(){var b=new a;return b.command=this.command,b._stroke=this._stroke,b._strokeStyle=this._strokeStyle,b._strokeIgnoreScale=this._strokeIgnoreScale,b._fill=this._fill,b._instructions=this._instructions.slice(),b._commitIndex=this._commitIndex,b._activeInstructions=this._activeInstructions.slice(),b._dirty=this._dirty,b._storeIndex=this._storeIndex,b},b.toString=function(){return"[Graphics]"},b.mt=b.moveTo,b.lt=b.lineTo,b.at=b.arcTo,b.bt=b.bezierCurveTo,b.qt=b.quadraticCurveTo,b.a=b.arc,b.r=b.rect,b.cp=b.closePath,b.c=b.clear,b.f=b.beginFill,b.lf=b.beginLinearGradientFill,b.rf=b.beginRadialGradientFill,b.bf=b.beginBitmapFill,b.ef=b.endFill,b.ss=b.setStrokeStyle,b.s=b.beginStroke,b.ls=b.beginLinearGradientStroke,b.rs=b.beginRadialGradientStroke,b.bs=b.beginBitmapStroke,b.es=b.endStroke,b.dr=b.drawRect,b.rr=b.drawRoundRect,b.rc=b.drawRoundRectComplex,b.dc=b.drawCircle,b.de=b.drawEllipse,b.dp=b.drawPolyStar,b.p=b.decodePath,b._updateInstructions=function(b){var c=this._instructions,d=this._activeInstructions,e=this._commitIndex;if(this._dirty&&d.length){c.length=e,c.push(a.beginCmd);var f=d.length,g=c.length;c.length=g+f;for(var h=0;f>h;h++)c[h+g]=d[h];this._fill&&c.push(this._fill),this._stroke&&this._strokeStyle&&c.push(this._strokeStyle),this._stroke&&c.push(this._stroke),this._dirty=!1}b&&(d.length=0,this._commitIndex=c.length)},b._setFill=function(a){return this._updateInstructions(!0),(this._fill=a)&&(this.command=a),this},b._setStroke=function(a){return this._updateInstructions(!0),(this._stroke=a)&&(this.command=a,a.ignoreScale=this._strokeIgnoreScale),this},(c.LineTo=function(a,b){this.x=a,this.y=b}).prototype.exec=function(a){a.lineTo(this.x,this.y)},(c.MoveTo=function(a,b){this.x=a,this.y=b}).prototype.exec=function(a){a.moveTo(this.x,this.y)},(c.ArcTo=function(a,b,c,d,e){this.x1=a,this.y1=b,this.x2=c,this.y2=d,this.radius=e}).prototype.exec=function(a){a.arcTo(this.x1,this.y1,this.x2,this.y2,this.radius)},(c.Arc=function(a,b,c,d,e,f){this.x=a,this.y=b,this.radius=c,this.startAngle=d,this.endAngle=e,this.anticlockwise=!!f}).prototype.exec=function(a){a.arc(this.x,this.y,this.radius,this.startAngle,this.endAngle,this.anticlockwise)},(c.QuadraticCurveTo=function(a,b,c,d){this.cpx=a,this.cpy=b,this.x=c,this.y=d}).prototype.exec=function(a){a.quadraticCurveTo(this.cpx,this.cpy,this.x,this.y)},(c.BezierCurveTo=function(a,b,c,d,e,f){this.cp1x=a,this.cp1y=b,this.cp2x=c,this.cp2y=d,this.x=e,this.y=f}).prototype.exec=function(a){a.bezierCurveTo(this.cp1x,this.cp1y,this.cp2x,this.cp2y,this.x,this.y)},(c.Rect=function(a,b,c,d){this.x=a,this.y=b,this.w=c,this.h=d}).prototype.exec=function(a){a.rect(this.x,this.y,this.w,this.h)},(c.ClosePath=function(){}).prototype.exec=function(a){a.closePath()},(c.BeginPath=function(){}).prototype.exec=function(a){a.beginPath()},b=(c.Fill=function(a,b){this.style=a,this.matrix=b}).prototype,b.exec=function(a){if(this.style){a.fillStyle=this.style;var b=this.matrix;b&&(a.save(),a.transform(b.a,b.b,b.c,b.d,b.tx,b.ty)),a.fill(),b&&a.restore()}},b.linearGradient=function(b,c,d,e,f,g){for(var h=this.style=a._ctx.createLinearGradient(d,e,f,g),i=0,j=b.length;j>i;i++)h.addColorStop(c[i],b[i]);return h.props={colors:b,ratios:c,x0:d,y0:e,x1:f,y1:g,type:"linear"},this},b.radialGradient=function(b,c,d,e,f,g,h,i){for(var j=this.style=a._ctx.createRadialGradient(d,e,f,g,h,i),k=0,l=b.length;l>k;k++)j.addColorStop(c[k],b[k]);return j.props={colors:b,ratios:c,x0:d,y0:e,r0:f,x1:g,y1:h,r1:i,type:"radial"},this},b.bitmap=function(b,c){var d=this.style=a._ctx.createPattern(b,c||"");return d.props={image:b,repetition:c,type:"bitmap"},this},b.path=!1,b=(c.Stroke=function(a,b){this.style=a,this.ignoreScale=b}).prototype,b.exec=function(a){this.style&&(a.strokeStyle=this.style,this.ignoreScale&&(a.save(),a.setTransform(1,0,0,1,0,0)),a.stroke(),this.ignoreScale&&a.restore())},b.linearGradient=c.Fill.prototype.linearGradient,b.radialGradient=c.Fill.prototype.radialGradient,b.bitmap=c.Fill.prototype.bitmap,b.path=!1,b=(c.StrokeStyle=function(a,b,c,d){this.width=a,this.caps=b,this.joints=c,this.miterLimit=d}).prototype,b.exec=function(b){b.lineWidth=null==this.width?"1":this.width,b.lineCap=null==this.caps?"butt":isNaN(this.caps)?this.caps:a.STROKE_CAPS_MAP[this.caps],b.lineJoin=null==this.joints?"miter":isNaN(this.joints)?this.joints:a.STROKE_JOINTS_MAP[this.joints],b.miterLimit=null==this.miterLimit?"10":this.miterLimit},b.path=!1,(c.RoundRect=function(a,b,c,d,e,f,g,h){this.x=a,this.y=b,this.w=c,this.h=d,this.radiusTL=e,this.radiusTR=f,this.radiusBR=g,this.radiusBL=h}).prototype.exec=function(a){var b=(j>i?i:j)/2,c=0,d=0,e=0,f=0,g=this.x,h=this.y,i=this.w,j=this.h,k=this.radiusTL,l=this.radiusTR,m=this.radiusBR,n=this.radiusBL;0>k&&(k*=c=-1),k>b&&(k=b),0>l&&(l*=d=-1),l>b&&(l=b),0>m&&(m*=e=-1),m>b&&(m=b),0>n&&(n*=f=-1),n>b&&(n=b),a.moveTo(g+i-l,h),a.arcTo(g+i+l*d,h-l*d,g+i,h+l,l),a.lineTo(g+i,h+j-m),a.arcTo(g+i+m*e,h+j+m*e,g+i-m,h+j,m),a.lineTo(g+n,h+j),a.arcTo(g-n*f,h+j+n*f,g,h+j-n,n),a.lineTo(g,h+k),a.arcTo(g-k*c,h-k*c,g+k,h,k),a.closePath()},(c.Circle=function(a,b,c){this.x=a,this.y=b,this.radius=c}).prototype.exec=function(a){a.arc(this.x,this.y,this.radius,0,2*Math.PI)},(c.Ellipse=function(a,b,c,d){this.x=a,this.y=b,this.w=c,this.h=d}).prototype.exec=function(a){var b=this.x,c=this.y,d=this.w,e=this.h,f=.5522848,g=d/2*f,h=e/2*f,i=b+d,j=c+e,k=b+d/2,l=c+e/2;a.moveTo(b,l),a.bezierCurveTo(b,l-h,k-g,c,k,c),a.bezierCurveTo(k+g,c,i,l-h,i,l),a.bezierCurveTo(i,l+h,k+g,j,k,j),a.bezierCurveTo(k-g,j,b,l+h,b,l)},(c.PolyStar=function(a,b,c,d,e,f){this.x=a,this.y=b,this.radius=c,this.sides=d,this.pointSize=e,this.angle=f}).prototype.exec=function(a){var b=this.x,c=this.y,d=this.radius,e=(this.angle||0)/180*Math.PI,f=this.sides,g=1-(this.pointSize||0),h=Math.PI/f;a.moveTo(b+Math.cos(e)*d,c+Math.sin(e)*d);for(var i=0;f>i;i++)e+=h,1!=g&&a.lineTo(b+Math.cos(e)*d*g,c+Math.sin(e)*d*g),e+=h,a.lineTo(b+Math.cos(e)*d,c+Math.sin(e)*d);a.closePath()},a.beginCmd=new c.BeginPath,createjs.Graphics=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.EventDispatcher_constructor(),this.alpha=1,this.cacheCanvas=null,this.cacheID=0,this.id=createjs.UID.get(),this.mouseEnabled=!0,this.tickEnabled=!0,this.name=null,this.parent=null,this.regX=0,this.regY=0,this.rotation=0,this.scaleX=1,this.scaleY=1,this.skewX=0,this.skewY=0,this.shadow=null,this.visible=!0,this.x=0,this.y=0,this.transformMatrix=null,this.compositeOperation=null,this.snapToPixel=!0,this.filters=null,this.mask=null,this.hitArea=null,this.cursor=null,this._cacheOffsetX=0,this._cacheOffsetY=0,this._filterOffsetX=0,this._filterOffsetY=0,this._cacheScale=1,this._cacheDataURLID=0,this._cacheDataURL=null,this._props=new createjs.DisplayProps,this._rectangle=new createjs.Rectangle,this._bounds=null}var b=createjs.extend(a,createjs.EventDispatcher);a._MOUSE_EVENTS=["click","dblclick","mousedown","mouseout","mouseover","pressmove","pressup","rollout","rollover"],a.suppressCrossDomainErrors=!1,a._snapToPixelEnabled=!1;var c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");c.getContext&&(a._hitTestCanvas=c,a._hitTestContext=c.getContext("2d"),c.width=c.height=1),a._nextCacheID=1,b.getStage=function(){for(var a=this,b=createjs.Stage;a.parent;)a=a.parent;return a instanceof b?a:null};try{Object.defineProperties(b,{stage:{get:b.getStage}})}catch(d){}b.isVisible=function(){return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY)},b.draw=function(a,b){var c=this.cacheCanvas;if(b||!c)return!1;var d=this._cacheScale;return a.drawImage(c,this._cacheOffsetX+this._filterOffsetX,this._cacheOffsetY+this._filterOffsetY,c.width/d,c.height/d),!0},b.updateContext=function(b){var c=this,d=c.mask,e=c._props.matrix; d&&d.graphics&&!d.graphics.isEmpty()&&(d.getMatrix(e),b.transform(e.a,e.b,e.c,e.d,e.tx,e.ty),d.graphics.drawAsPath(b),b.clip(),e.invert(),b.transform(e.a,e.b,e.c,e.d,e.tx,e.ty)),this.getMatrix(e);var f=e.tx,g=e.ty;a._snapToPixelEnabled&&c.snapToPixel&&(f=f+(0>f?-.5:.5)|0,g=g+(0>g?-.5:.5)|0),b.transform(e.a,e.b,e.c,e.d,f,g),b.globalAlpha*=c.alpha,c.compositeOperation&&(b.globalCompositeOperation=c.compositeOperation),c.shadow&&this._applyShadow(b,c.shadow)},b.cache=function(a,b,c,d,e){e=e||1,this.cacheCanvas||(this.cacheCanvas=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas")),this._cacheWidth=c,this._cacheHeight=d,this._cacheOffsetX=a,this._cacheOffsetY=b,this._cacheScale=e,this.updateCache()},b.updateCache=function(b){var c=this.cacheCanvas;if(!c)throw"cache() must be called before updateCache()";var d=this._cacheScale,e=this._cacheOffsetX*d,f=this._cacheOffsetY*d,g=this._cacheWidth,h=this._cacheHeight,i=c.getContext("2d"),j=this._getFilterBounds();e+=this._filterOffsetX=j.x,f+=this._filterOffsetY=j.y,g=Math.ceil(g*d)+j.width,h=Math.ceil(h*d)+j.height,g!=c.width||h!=c.height?(c.width=g,c.height=h):b||i.clearRect(0,0,g+1,h+1),i.save(),i.globalCompositeOperation=b,i.setTransform(d,0,0,d,-e,-f),this.draw(i,!0),this._applyFilters(),i.restore(),this.cacheID=a._nextCacheID++},b.uncache=function(){this._cacheDataURL=this.cacheCanvas=null,this.cacheID=this._cacheOffsetX=this._cacheOffsetY=this._filterOffsetX=this._filterOffsetY=0,this._cacheScale=1},b.getCacheDataURL=function(){return this.cacheCanvas?(this.cacheID!=this._cacheDataURLID&&(this._cacheDataURL=this.cacheCanvas.toDataURL()),this._cacheDataURL):null},b.localToGlobal=function(a,b,c){return this.getConcatenatedMatrix(this._props.matrix).transformPoint(a,b,c||new createjs.Point)},b.globalToLocal=function(a,b,c){return this.getConcatenatedMatrix(this._props.matrix).invert().transformPoint(a,b,c||new createjs.Point)},b.localToLocal=function(a,b,c,d){return d=this.localToGlobal(a,b,d),c.globalToLocal(d.x,d.y,d)},b.setTransform=function(a,b,c,d,e,f,g,h,i){return this.x=a||0,this.y=b||0,this.scaleX=null==c?1:c,this.scaleY=null==d?1:d,this.rotation=e||0,this.skewX=f||0,this.skewY=g||0,this.regX=h||0,this.regY=i||0,this},b.getMatrix=function(a){var b=this,c=a&&a.identity()||new createjs.Matrix2D;return b.transformMatrix?c.copy(b.transformMatrix):c.appendTransform(b.x,b.y,b.scaleX,b.scaleY,b.rotation,b.skewX,b.skewY,b.regX,b.regY)},b.getConcatenatedMatrix=function(a){for(var b=this,c=this.getMatrix(a);b=b.parent;)c.prependMatrix(b.getMatrix(b._props.matrix));return c},b.getConcatenatedDisplayProps=function(a){a=a?a.identity():new createjs.DisplayProps;var b=this,c=b.getMatrix(a.matrix);do a.prepend(b.visible,b.alpha,b.shadow,b.compositeOperation),b!=this&&c.prependMatrix(b.getMatrix(b._props.matrix));while(b=b.parent);return a},b.hitTest=function(b,c){var d=a._hitTestContext;d.setTransform(1,0,0,1,-b,-c),this.draw(d);var e=this._testHit(d);return d.setTransform(1,0,0,1,0,0),d.clearRect(0,0,2,2),e},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.getBounds=function(){if(this._bounds)return this._rectangle.copy(this._bounds);var a=this.cacheCanvas;if(a){var b=this._cacheScale;return this._rectangle.setValues(this._cacheOffsetX,this._cacheOffsetY,a.width/b,a.height/b)}return null},b.getTransformedBounds=function(){return this._getBounds()},b.setBounds=function(a,b,c,d){null==a&&(this._bounds=a),this._bounds=(this._bounds||new createjs.Rectangle).setValues(a,b,c,d)},b.clone=function(){return this._cloneProps(new a)},b.toString=function(){return"[DisplayObject (name="+this.name+")]"},b._cloneProps=function(a){return a.alpha=this.alpha,a.mouseEnabled=this.mouseEnabled,a.tickEnabled=this.tickEnabled,a.name=this.name,a.regX=this.regX,a.regY=this.regY,a.rotation=this.rotation,a.scaleX=this.scaleX,a.scaleY=this.scaleY,a.shadow=this.shadow,a.skewX=this.skewX,a.skewY=this.skewY,a.visible=this.visible,a.x=this.x,a.y=this.y,a.compositeOperation=this.compositeOperation,a.snapToPixel=this.snapToPixel,a.filters=null==this.filters?null:this.filters.slice(0),a.mask=this.mask,a.hitArea=this.hitArea,a.cursor=this.cursor,a._bounds=this._bounds,a},b._applyShadow=function(a,b){b=b||Shadow.identity,a.shadowColor=b.color,a.shadowOffsetX=b.offsetX,a.shadowOffsetY=b.offsetY,a.shadowBlur=b.blur},b._tick=function(a){var b=this._listeners;b&&b.tick&&(a.target=null,a.propagationStopped=a.immediatePropagationStopped=!1,this.dispatchEvent(a))},b._testHit=function(b){try{var c=b.getImageData(0,0,1,1).data[3]>1}catch(d){if(!a.suppressCrossDomainErrors)throw"An error has occurred. This is most likely due to security restrictions on reading canvas pixel data with local or cross-domain images."}return c},b._applyFilters=function(){if(this.filters&&0!=this.filters.length&&this.cacheCanvas)for(var a=this.filters.length,b=this.cacheCanvas.getContext("2d"),c=this.cacheCanvas.width,d=this.cacheCanvas.height,e=0;a>e;e++)this.filters[e].applyFilter(b,0,0,c,d)},b._getFilterBounds=function(){var a,b=this.filters,c=this._rectangle.setValues(0,0,0,0);if(!b||!(a=b.length))return c;for(var d=0;a>d;d++){var e=this.filters[d];e.getBounds&&e.getBounds(c)}return c},b._getBounds=function(a,b){return this._transformBounds(this.getBounds(),a,b)},b._transformBounds=function(a,b,c){if(!a)return a;var d=a.x,e=a.y,f=a.width,g=a.height,h=this._props.matrix;h=c?h.identity():this.getMatrix(h),(d||e)&&h.appendTransform(0,0,1,1,0,0,0,-d,-e),b&&h.prependMatrix(b);var i=f*h.a,j=f*h.b,k=g*h.c,l=g*h.d,m=h.tx,n=h.ty,o=m,p=m,q=n,r=n;return(d=i+m)p&&(p=d),(d=i+k+m)p&&(p=d),(d=k+m)p&&(p=d),(e=j+n)r&&(r=e),(e=j+l+n)r&&(r=e),(e=l+n)r&&(r=e),a.setValues(o,q,p-o,r-q)},b._hasMouseEventListener=function(){for(var b=a._MOUSE_EVENTS,c=0,d=b.length;d>c;c++)if(this.hasEventListener(b[c]))return!0;return!!this.cursor},createjs.DisplayObject=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.DisplayObject_constructor(),this.children=[],this.mouseChildren=!0,this.tickChildren=!0}var b=createjs.extend(a,createjs.DisplayObject);b.getNumChildren=function(){return this.children.length};try{Object.defineProperties(b,{numChildren:{get:b.getNumChildren}})}catch(c){}b.initialize=a,b.isVisible=function(){var a=this.cacheCanvas||this.children.length;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;for(var c=this.children.slice(),d=0,e=c.length;e>d;d++){var f=c[d];f.isVisible()&&(a.save(),f.updateContext(a),f.draw(a),a.restore())}return!0},b.addChild=function(a){if(null==a)return a;var b=arguments.length;if(b>1){for(var c=0;b>c;c++)this.addChild(arguments[c]);return arguments[b-1]}return a.parent&&a.parent.removeChild(a),a.parent=this,this.children.push(a),a.dispatchEvent("added"),a},b.addChildAt=function(a,b){var c=arguments.length,d=arguments[c-1];if(0>d||d>this.children.length)return arguments[c-2];if(c>2){for(var e=0;c-1>e;e++)this.addChildAt(arguments[e],d+e);return arguments[c-2]}return a.parent&&a.parent.removeChild(a),a.parent=this,this.children.splice(b,0,a),a.dispatchEvent("added"),a},b.removeChild=function(a){var b=arguments.length;if(b>1){for(var c=!0,d=0;b>d;d++)c=c&&this.removeChild(arguments[d]);return c}return this.removeChildAt(createjs.indexOf(this.children,a))},b.removeChildAt=function(a){var b=arguments.length;if(b>1){for(var c=[],d=0;b>d;d++)c[d]=arguments[d];c.sort(function(a,b){return b-a});for(var e=!0,d=0;b>d;d++)e=e&&this.removeChildAt(c[d]);return e}if(0>a||a>this.children.length-1)return!1;var f=this.children[a];return f&&(f.parent=null),this.children.splice(a,1),f.dispatchEvent("removed"),!0},b.removeAllChildren=function(){for(var a=this.children;a.length;)this.removeChildAt(0)},b.getChildAt=function(a){return this.children[a]},b.getChildByName=function(a){for(var b=this.children,c=0,d=b.length;d>c;c++)if(b[c].name==a)return b[c];return null},b.sortChildren=function(a){this.children.sort(a)},b.getChildIndex=function(a){return createjs.indexOf(this.children,a)},b.swapChildrenAt=function(a,b){var c=this.children,d=c[a],e=c[b];d&&e&&(c[a]=e,c[b]=d)},b.swapChildren=function(a,b){for(var c,d,e=this.children,f=0,g=e.length;g>f&&(e[f]==a&&(c=f),e[f]==b&&(d=f),null==c||null==d);f++);f!=g&&(e[c]=b,e[d]=a)},b.setChildIndex=function(a,b){var c=this.children,d=c.length;if(!(a.parent!=this||0>b||b>=d)){for(var e=0;d>e&&c[e]!=a;e++);e!=d&&e!=b&&(c.splice(e,1),c.splice(b,0,a))}},b.contains=function(a){for(;a;){if(a==this)return!0;a=a.parent}return!1},b.hitTest=function(a,b){return null!=this.getObjectUnderPoint(a,b)},b.getObjectsUnderPoint=function(a,b,c){var d=[],e=this.localToGlobal(a,b);return this._getObjectsUnderPoint(e.x,e.y,d,c>0,1==c),d},b.getObjectUnderPoint=function(a,b,c){var d=this.localToGlobal(a,b);return this._getObjectsUnderPoint(d.x,d.y,null,c>0,1==c)},b.getBounds=function(){return this._getBounds(null,!0)},b.getTransformedBounds=function(){return this._getBounds()},b.clone=function(b){var c=this._cloneProps(new a);return b&&this._cloneChildren(c),c},b.toString=function(){return"[Container (name="+this.name+")]"},b._tick=function(a){if(this.tickChildren)for(var b=this.children.length-1;b>=0;b--){var c=this.children[b];c.tickEnabled&&c._tick&&c._tick(a)}this.DisplayObject__tick(a)},b._cloneChildren=function(a){a.children.length&&a.removeAllChildren();for(var b=a.children,c=0,d=this.children.length;d>c;c++){var e=this.children[c].clone(!0);e.parent=a,b.push(e)}},b._getObjectsUnderPoint=function(b,c,d,e,f,g){if(g=g||0,!g&&!this._testMask(this,b,c))return null;var h,i=createjs.DisplayObject._hitTestContext;f=f||e&&this._hasMouseEventListener();for(var j=this.children,k=j.length,l=k-1;l>=0;l--){var m=j[l],n=m.hitArea;if(m.visible&&(n||m.isVisible())&&(!e||m.mouseEnabled)&&(n||this._testMask(m,b,c)))if(!n&&m instanceof a){var o=m._getObjectsUnderPoint(b,c,d,e,f,g+1);if(!d&&o)return e&&!this.mouseChildren?this:o}else{if(e&&!f&&!m._hasMouseEventListener())continue;var p=m.getConcatenatedDisplayProps(m._props);if(h=p.matrix,n&&(h.appendMatrix(n.getMatrix(n._props.matrix)),p.alpha=n.alpha),i.globalAlpha=p.alpha,i.setTransform(h.a,h.b,h.c,h.d,h.tx-b,h.ty-c),(n||m).draw(i),!this._testHit(i))continue;if(i.setTransform(1,0,0,1,0,0),i.clearRect(0,0,2,2),!d)return e&&!this.mouseChildren?this:m;d.push(m)}}return null},b._testMask=function(a,b,c){var d=a.mask;if(!d||!d.graphics||d.graphics.isEmpty())return!0;var e=this._props.matrix,f=a.parent;e=f?f.getConcatenatedMatrix(e):e.identity(),e=d.getMatrix(d._props.matrix).prependMatrix(e);var g=createjs.DisplayObject._hitTestContext;return g.setTransform(e.a,e.b,e.c,e.d,e.tx-b,e.ty-c),d.graphics.drawAsPath(g),g.fillStyle="#000",g.fill(),this._testHit(g)?(g.setTransform(1,0,0,1,0,0),g.clearRect(0,0,2,2),!0):!1},b._getBounds=function(a,b){var c=this.DisplayObject_getBounds();if(c)return this._transformBounds(c,a,b);var d=this._props.matrix;d=b?d.identity():this.getMatrix(d),a&&d.prependMatrix(a);for(var e=this.children.length,f=null,g=0;e>g;g++){var h=this.children[g];h.visible&&(c=h._getBounds(d))&&(f?f.extend(c.x,c.y,c.width,c.height):f=c.clone())}return f},createjs.Container=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.Container_constructor(),this.autoClear=!0,this.canvas="string"==typeof a?document.getElementById(a):a,this.mouseX=0,this.mouseY=0,this.drawRect=null,this.snapToPixelEnabled=!1,this.mouseInBounds=!1,this.tickOnUpdate=!0,this.mouseMoveOutside=!1,this.preventSelection=!0,this._pointerData={},this._pointerCount=0,this._primaryPointerID=null,this._mouseOverIntervalID=null,this._nextStage=null,this._prevStage=null,this.enableDOMEvents(!0)}var b=createjs.extend(a,createjs.Container);b._get_nextStage=function(){return this._nextStage},b._set_nextStage=function(a){this._nextStage&&(this._nextStage._prevStage=null),a&&(a._prevStage=this),this._nextStage=a};try{Object.defineProperties(b,{nextStage:{get:b._get_nextStage,set:b._set_nextStage}})}catch(c){}b.update=function(a){if(this.canvas&&(this.tickOnUpdate&&this.tick(a),!this.dispatchEvent("drawstart"))){createjs.DisplayObject._snapToPixelEnabled=this.snapToPixelEnabled;var b=this.drawRect,c=this.canvas.getContext("2d");c.setTransform(1,0,0,1,0,0),this.autoClear&&(b?c.clearRect(b.x,b.y,b.width,b.height):c.clearRect(0,0,this.canvas.width+1,this.canvas.height+1)),c.save(),this.drawRect&&(c.beginPath(),c.rect(b.x,b.y,b.width,b.height),c.clip()),this.updateContext(c),this.draw(c,!1),c.restore(),this.dispatchEvent("drawend")}},b.tick=function(a){if(this.tickEnabled&&!this.dispatchEvent("tickstart")){var b=new createjs.Event("tick");if(a)for(var c in a)a.hasOwnProperty(c)&&(b[c]=a[c]);this._tick(b),this.dispatchEvent("tickend")}},b.handleEvent=function(a){"tick"==a.type&&this.update(a)},b.clear=function(){if(this.canvas){var a=this.canvas.getContext("2d");a.setTransform(1,0,0,1,0,0),a.clearRect(0,0,this.canvas.width+1,this.canvas.height+1)}},b.toDataURL=function(a,b){var c,d=this.canvas.getContext("2d"),e=this.canvas.width,f=this.canvas.height;if(a){c=d.getImageData(0,0,e,f);var g=d.globalCompositeOperation;d.globalCompositeOperation="destination-over",d.fillStyle=a,d.fillRect(0,0,e,f)}var h=this.canvas.toDataURL(b||"image/png");return a&&(d.putImageData(c,0,0),d.globalCompositeOperation=g),h},b.enableMouseOver=function(a){if(this._mouseOverIntervalID&&(clearInterval(this._mouseOverIntervalID),this._mouseOverIntervalID=null,0==a&&this._testMouseOver(!0)),null==a)a=20;else if(0>=a)return;var b=this;this._mouseOverIntervalID=setInterval(function(){b._testMouseOver()},1e3/Math.min(50,a))},b.enableDOMEvents=function(a){null==a&&(a=!0);var b,c,d=this._eventListeners;if(!a&&d){for(b in d)c=d[b],c.t.removeEventListener(b,c.f,!1);this._eventListeners=null}else if(a&&!d&&this.canvas){var e=window.addEventListener?window:document,f=this;d=this._eventListeners={},d.mouseup={t:e,f:function(a){f._handleMouseUp(a)}},d.mousemove={t:e,f:function(a){f._handleMouseMove(a)}},d.dblclick={t:this.canvas,f:function(a){f._handleDoubleClick(a)}},d.mousedown={t:this.canvas,f:function(a){f._handleMouseDown(a)}};for(b in d)c=d[b],c.t.addEventListener(b,c.f,!1)}},b.clone=function(){throw"Stage cannot be cloned."},b.toString=function(){return"[Stage (name="+this.name+")]"},b._getElementRect=function(a){var b;try{b=a.getBoundingClientRect()}catch(c){b={top:a.offsetTop,left:a.offsetLeft,width:a.offsetWidth,height:a.offsetHeight}}var d=(window.pageXOffset||document.scrollLeft||0)-(document.clientLeft||document.body.clientLeft||0),e=(window.pageYOffset||document.scrollTop||0)-(document.clientTop||document.body.clientTop||0),f=window.getComputedStyle?getComputedStyle(a,null):a.currentStyle,g=parseInt(f.paddingLeft)+parseInt(f.borderLeftWidth),h=parseInt(f.paddingTop)+parseInt(f.borderTopWidth),i=parseInt(f.paddingRight)+parseInt(f.borderRightWidth),j=parseInt(f.paddingBottom)+parseInt(f.borderBottomWidth);return{left:b.left+d+g,right:b.right+d-i,top:b.top+e+h,bottom:b.bottom+e-j}},b._getPointerData=function(a){var b=this._pointerData[a];return b||(b=this._pointerData[a]={x:0,y:0}),b},b._handleMouseMove=function(a){a||(a=window.event),this._handlePointerMove(-1,a,a.pageX,a.pageY)},b._handlePointerMove=function(a,b,c,d,e){if((!this._prevStage||void 0!==e)&&this.canvas){var f=this._nextStage,g=this._getPointerData(a),h=g.inBounds;this._updatePointerPosition(a,b,c,d),(h||g.inBounds||this.mouseMoveOutside)&&(-1===a&&g.inBounds==!h&&this._dispatchMouseEvent(this,h?"mouseleave":"mouseenter",!1,a,g,b),this._dispatchMouseEvent(this,"stagemousemove",!1,a,g,b),this._dispatchMouseEvent(g.target,"pressmove",!0,a,g,b)),f&&f._handlePointerMove(a,b,c,d,null)}},b._updatePointerPosition=function(a,b,c,d){var e=this._getElementRect(this.canvas);c-=e.left,d-=e.top;var f=this.canvas.width,g=this.canvas.height;c/=(e.right-e.left)/f,d/=(e.bottom-e.top)/g;var h=this._getPointerData(a);(h.inBounds=c>=0&&d>=0&&f-1>=c&&g-1>=d)?(h.x=c,h.y=d):this.mouseMoveOutside&&(h.x=0>c?0:c>f-1?f-1:c,h.y=0>d?0:d>g-1?g-1:d),h.posEvtObj=b,h.rawX=c,h.rawY=d,(a===this._primaryPointerID||-1===a)&&(this.mouseX=h.x,this.mouseY=h.y,this.mouseInBounds=h.inBounds)},b._handleMouseUp=function(a){this._handlePointerUp(-1,a,!1)},b._handlePointerUp=function(a,b,c,d){var e=this._nextStage,f=this._getPointerData(a);if(!this._prevStage||void 0!==d){f.down&&this._dispatchMouseEvent(this,"stagemouseup",!1,a,f,b),f.down=!1;var g=null,h=f.target;d||!h&&!e||(g=this._getObjectsUnderPoint(f.x,f.y,null,!0)),g==h&&this._dispatchMouseEvent(h,"click",!0,a,f,b),this._dispatchMouseEvent(h,"pressup",!0,a,f,b),c?(a==this._primaryPointerID&&(this._primaryPointerID=null),delete this._pointerData[a]):f.target=null,e&&e._handlePointerUp(a,b,c,d||g&&this)}},b._handleMouseDown=function(a){this._handlePointerDown(-1,a,a.pageX,a.pageY)},b._handlePointerDown=function(a,b,c,d,e){this.preventSelection&&b.preventDefault(),(null==this._primaryPointerID||-1===a)&&(this._primaryPointerID=a),null!=d&&this._updatePointerPosition(a,b,c,d);var f=null,g=this._nextStage,h=this._getPointerData(a);h.inBounds&&(this._dispatchMouseEvent(this,"stagemousedown",!1,a,h,b),h.down=!0),e||(f=h.target=this._getObjectsUnderPoint(h.x,h.y,null,!0),this._dispatchMouseEvent(h.target,"mousedown",!0,a,h,b)),g&&g._handlePointerDown(a,b,c,d,e||f&&this)},b._testMouseOver=function(a,b,c){if(!this._prevStage||void 0!==b){var d=this._nextStage;if(!this._mouseOverIntervalID)return void(d&&d._testMouseOver(a,b,c));var e=this._getPointerData(-1);if(e&&(a||this.mouseX!=this._mouseOverX||this.mouseY!=this._mouseOverY||!this.mouseInBounds)){var f,g,h,i=e.posEvtObj,j=c||i&&i.target==this.canvas,k=null,l=-1,m="";!b&&(a||this.mouseInBounds&&j)&&(k=this._getObjectsUnderPoint(this.mouseX,this.mouseY,null,!0),this._mouseOverX=this.mouseX,this._mouseOverY=this.mouseY);var n=this._mouseOverTarget||[],o=n[n.length-1],p=this._mouseOverTarget=[];for(f=k;f;)p.unshift(f),null!=f.cursor&&(m=f.cursor),f=f.parent;for(this.canvas.style.cursor=m,!b&&c&&(c.canvas.style.cursor=m),g=0,h=p.length;h>g&&p[g]==n[g];g++)l=g;for(o!=k&&this._dispatchMouseEvent(o,"mouseout",!0,-1,e,i),g=n.length-1;g>l;g--)this._dispatchMouseEvent(n[g],"rollout",!1,-1,e,i);for(g=p.length-1;g>l;g--)this._dispatchMouseEvent(p[g],"rollover",!1,-1,e,i);o!=k&&this._dispatchMouseEvent(k,"mouseover",!0,-1,e,i),d&&d._testMouseOver(a,b||k&&this,c||j&&this)}}},b._handleDoubleClick=function(a,b){var c=null,d=this._nextStage,e=this._getPointerData(-1);b||(c=this._getObjectsUnderPoint(e.x,e.y,null,!0),this._dispatchMouseEvent(c,"dblclick",!0,-1,e,a)),d&&d._handleDoubleClick(a,b||c&&this)},b._dispatchMouseEvent=function(a,b,c,d,e,f){if(a&&(c||a.hasEventListener(b))){var g=new createjs.MouseEvent(b,c,!1,e.x,e.y,f,d,d===this._primaryPointerID||-1===d,e.rawX,e.rawY);a.dispatchEvent(g)}},createjs.Stage=createjs.promote(a,"Container")}(),this.createjs=this.createjs||{},function(){function a(a){this.DisplayObject_constructor(),"string"==typeof a?(this.image=document.createElement("img"),this.image.src=a):this.image=a,this.sourceRect=null}var b=createjs.extend(a,createjs.DisplayObject);b.initialize=a,b.isVisible=function(){var a=this.cacheCanvas||this.image&&(this.image.complete||this.image.getContext||this.image.readyState>=2);return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b)||!this.image)return!0;var c=this.image,d=this.sourceRect;if(d){var e=d.x,f=d.y,g=e+d.width,h=f+d.height,i=0,j=0,k=c.width,l=c.height;0>e&&(i-=e,e=0),g>k&&(g=k),0>f&&(j-=f,f=0),h>l&&(h=l),a.drawImage(c,e,f,g-e,h-f,i,j,g-e,h-f)}else a.drawImage(c,0,0);return!0},b.getBounds=function(){var a=this.DisplayObject_getBounds();if(a)return a;var b=this.sourceRect||this.image,c=this.image&&(this.image.complete||this.image.getContext||this.image.readyState>=2);return c?this._rectangle.setValues(0,0,b.width,b.height):null},b.clone=function(){var b=new a(this.image);return this.sourceRect&&(b.sourceRect=this.sourceRect.clone()),this._cloneProps(b),b},b.toString=function(){return"[Bitmap (name="+this.name+")]"},createjs.Bitmap=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.DisplayObject_constructor(),this.currentFrame=0,this.currentAnimation=null,this.paused=!0,this.spriteSheet=a,this.currentAnimationFrame=0,this.framerate=0,this._animation=null,this._currentFrame=null,this._skipAdvance=!1,b&&this.gotoAndPlay(b)}var b=createjs.extend(a,createjs.DisplayObject);b.isVisible=function(){var a=this.cacheCanvas||this.spriteSheet.complete;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;this._normalizeFrame();var c=this.spriteSheet.getFrame(0|this._currentFrame);if(!c)return!1;var d=c.rect;return d.width&&d.height&&a.drawImage(c.image,d.x,d.y,d.width,d.height,-c.regX,-c.regY,d.width,d.height),!0},b.play=function(){this.paused=!1},b.stop=function(){this.paused=!0},b.gotoAndPlay=function(a){this.paused=!1,this._skipAdvance=!0,this._goto(a)},b.gotoAndStop=function(a){this.paused=!0,this._goto(a)},b.advance=function(a){var b=this.framerate||this.spriteSheet.framerate,c=b&&null!=a?a/(1e3/b):1;this._normalizeFrame(c)},b.getBounds=function(){return this.DisplayObject_getBounds()||this.spriteSheet.getFrameBounds(this.currentFrame,this._rectangle)},b.clone=function(){return this._cloneProps(new a(this.spriteSheet))},b.toString=function(){return"[Sprite (name="+this.name+")]"},b._cloneProps=function(a){return this.DisplayObject__cloneProps(a),a.currentFrame=this.currentFrame,a.currentAnimation=this.currentAnimation,a.paused=this.paused,a.currentAnimationFrame=this.currentAnimationFrame,a.framerate=this.framerate,a._animation=this._animation,a._currentFrame=this._currentFrame,a._skipAdvance=this._skipAdvance,a},b._tick=function(a){this.paused||(this._skipAdvance||this.advance(a&&a.delta),this._skipAdvance=!1),this.DisplayObject__tick(a)},b._normalizeFrame=function(a){a=a||0;var b,c=this._animation,d=this.paused,e=this._currentFrame;if(c){var f=c.speed||1,g=this.currentAnimationFrame;if(b=c.frames.length,g+a*f>=b){var h=c.next;if(this._dispatchAnimationEnd(c,e,d,h,b-1))return;if(h)return this._goto(h,a-(b-g)/f);this.paused=!0,g=c.frames.length-1}else g+=a*f;this.currentAnimationFrame=g,this._currentFrame=c.frames[0|g]}else if(e=this._currentFrame+=a,b=this.spriteSheet.getNumFrames(),e>=b&&b>0&&!this._dispatchAnimationEnd(c,e,d,b-1)&&(this._currentFrame-=b)>=b)return this._normalizeFrame();e=0|this._currentFrame,this.currentFrame!=e&&(this.currentFrame=e,this.dispatchEvent("change"))},b._dispatchAnimationEnd=function(a,b,c,d,e){var f=a?a.name:null;if(this.hasEventListener("animationend")){var g=new createjs.Event("animationend");g.name=f,g.next=d,this.dispatchEvent(g)}var h=this._animation!=a||this._currentFrame!=b;return h||c||!this.paused||(this.currentAnimationFrame=e,h=!0),h},b._goto=function(a,b){if(this.currentAnimationFrame=0,isNaN(a)){var c=this.spriteSheet.getAnimation(a);c&&(this._animation=c,this.currentAnimation=a,this._normalizeFrame(b))}else this.currentAnimation=this._animation=null,this._currentFrame=a,this._normalizeFrame()},createjs.Sprite=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.DisplayObject_constructor(),this.graphics=a?a:new createjs.Graphics}var b=createjs.extend(a,createjs.DisplayObject);b.isVisible=function(){var a=this.cacheCanvas||this.graphics&&!this.graphics.isEmpty();return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){return this.DisplayObject_draw(a,b)?!0:(this.graphics.draw(a,this),!0)},b.clone=function(b){var c=b&&this.graphics?this.graphics.clone():this.graphics;return this._cloneProps(new a(c))},b.toString=function(){return"[Shape (name="+this.name+")]"},createjs.Shape=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.DisplayObject_constructor(),this.text=a,this.font=b,this.color=c,this.textAlign="left",this.textBaseline="top",this.maxWidth=null,this.outline=0,this.lineHeight=0,this.lineWidth=null}var b=createjs.extend(a,createjs.DisplayObject),c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");c.getContext&&(a._workingContext=c.getContext("2d"),c.width=c.height=1),a.H_OFFSETS={start:0,left:0,center:-.5,end:-1,right:-1},a.V_OFFSETS={top:0,hanging:-.01,middle:-.4,alphabetic:-.8,ideographic:-.85,bottom:-1},b.isVisible=function(){var a=this.cacheCanvas||null!=this.text&&""!==this.text;return!!(this.visible&&this.alpha>0&&0!=this.scaleX&&0!=this.scaleY&&a)},b.draw=function(a,b){if(this.DisplayObject_draw(a,b))return!0;var c=this.color||"#000";return this.outline?(a.strokeStyle=c,a.lineWidth=1*this.outline):a.fillStyle=c,this._drawText(this._prepContext(a)),!0},b.getMeasuredWidth=function(){return this._getMeasuredWidth(this.text)},b.getMeasuredLineHeight=function(){return 1.2*this._getMeasuredWidth("M")},b.getMeasuredHeight=function(){return this._drawText(null,{}).height},b.getBounds=function(){var b=this.DisplayObject_getBounds();if(b)return b;if(null==this.text||""==this.text)return null;var c=this._drawText(null,{}),d=this.maxWidth&&this.maxWidthj;j++){var l=i[j],m=null;if(null!=this.lineWidth&&(m=b.measureText(l).width)>this.lineWidth){var n=l.split(/(\s)/);l=n[0],m=b.measureText(l).width;for(var o=1,p=n.length;p>o;o+=2){var q=b.measureText(n[o]+n[o+1]).width;m+q>this.lineWidth?(e&&this._drawTextLine(b,l,h*f),d&&d.push(l),m>g&&(g=m),l=n[o+1],m=b.measureText(l).width,h++):(l+=n[o]+n[o+1],m+=q)}}e&&this._drawTextLine(b,l,h*f),d&&d.push(l),c&&null==m&&(m=b.measureText(l).width),m>g&&(g=m),h++}return c&&(c.width=g,c.height=h*f),e||b.restore(),c},b._drawTextLine=function(a,b,c){this.outline?a.strokeText(b,0,c,this.maxWidth||65535):a.fillText(b,0,c,this.maxWidth||65535)},b._getMeasuredWidth=function(b){var c=a._workingContext;c.save();var d=this._prepContext(c).measureText(b).width;return c.restore(),d},createjs.Text=createjs.promote(a,"DisplayObject")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.Container_constructor(),this.text=a||"",this.spriteSheet=b,this.lineHeight=0,this.letterSpacing=0,this.spaceWidth=0,this._oldProps={text:0,spriteSheet:0,lineHeight:0,letterSpacing:0,spaceWidth:0}}var b=createjs.extend(a,createjs.Container);a.maxPoolSize=100,a._spritePool=[],b.draw=function(a,b){this.DisplayObject_draw(a,b)||(this._updateText(),this.Container_draw(a,b))},b.getBounds=function(){return this._updateText(),this.Container_getBounds()},b.isVisible=function(){var a=this.cacheCanvas||this.spriteSheet&&this.spriteSheet.complete&&this.text;return!!(this.visible&&this.alpha>0&&0!==this.scaleX&&0!==this.scaleY&&a)},b.clone=function(){return this._cloneProps(new a(this.text,this.spriteSheet))},b.addChild=b.addChildAt=b.removeChild=b.removeChildAt=b.removeAllChildren=function(){},b._cloneProps=function(a){return this.DisplayObject__cloneProps(a),a.lineHeight=this.lineHeight,a.letterSpacing=this.letterSpacing,a.spaceWidth=this.spaceWidth,a},b._getFrameIndex=function(a,b){var c,d=b.getAnimation(a);return d||(a!=(c=a.toUpperCase())||a!=(c=a.toLowerCase())||(c=null),c&&(d=b.getAnimation(c))),d&&d.frames[0]},b._getFrame=function(a,b){var c=this._getFrameIndex(a,b);return null==c?c:b.getFrame(c)},b._getLineHeight=function(a){var b=this._getFrame("1",a)||this._getFrame("T",a)||this._getFrame("L",a)||a.getFrame(0);return b?b.rect.height:1},b._getSpaceWidth=function(a){var b=this._getFrame("1",a)||this._getFrame("l",a)||this._getFrame("e",a)||this._getFrame("a",a)||a.getFrame(0);return b?b.rect.width:1},b._updateText=function(){var b,c=0,d=0,e=this._oldProps,f=!1,g=this.spaceWidth,h=this.lineHeight,i=this.spriteSheet,j=a._spritePool,k=this.children,l=0,m=k.length;for(var n in e)e[n]!=this[n]&&(e[n]=this[n],f=!0);if(f){var o=!!this._getFrame(" ",i);o||g||(g=this._getSpaceWidth(i)),h||(h=this._getLineHeight(i));for(var p=0,q=this.text.length;q>p;p++){var r=this.text.charAt(p);if(" "!=r||o)if("\n"!=r&&"\r"!=r){var s=this._getFrameIndex(r,i);null!=s&&(m>l?b=k[l]:(k.push(b=j.length?j.pop():new createjs.Sprite),b.parent=this,m++),b.spriteSheet=i,b.gotoAndStop(s),b.x=c,b.y=d,l++,c+=b.getBounds().width+this.letterSpacing)}else"\r"==r&&"\n"==this.text.charAt(p+1)&&p++,c=0,d+=h;else c+=g}for(;m>l;)j.push(b=k.pop()),b.parent=null,m--;j.length>a.maxPoolSize&&(j.length=a.maxPoolSize)}},createjs.BitmapText=createjs.promote(a,"Container")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"SpriteSheetUtils cannot be instantiated"}var b=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");b.getContext&&(a._workingCanvas=b,a._workingContext=b.getContext("2d"),b.width=b.height=1),a.addFlippedFrames=function(b,c,d,e){if(c||d||e){var f=0;c&&a._flip(b,++f,!0,!1),d&&a._flip(b,++f,!1,!0),e&&a._flip(b,++f,!0,!0)}},a.extractFrame=function(b,c){isNaN(c)&&(c=b.getAnimation(c).frames[0]);var d=b.getFrame(c);if(!d)return null;var e=d.rect,f=a._workingCanvas;f.width=e.width,f.height=e.height,a._workingContext.drawImage(d.image,e.x,e.y,e.width,e.height,0,0,e.width,e.height);var g=document.createElement("img");return g.src=f.toDataURL("image/png"),g},a.mergeAlpha=function(a,b,c){c||(c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas")),c.width=Math.max(b.width,a.width),c.height=Math.max(b.height,a.height);var d=c.getContext("2d");return d.save(),d.drawImage(a,0,0),d.globalCompositeOperation="destination-in",d.drawImage(b,0,0),d.restore(),c},a._flip=function(b,c,d,e){for(var f=b._images,g=a._workingCanvas,h=a._workingContext,i=f.length/c,j=0;i>j;j++){var k=f[j];k.__tmp=j,h.setTransform(1,0,0,1,0,0),h.clearRect(0,0,g.width+1,g.height+1),g.width=k.width,g.height=k.height,h.setTransform(d?-1:1,0,0,e?-1:1,d?k.width:0,e?k.height:0),h.drawImage(k,0,0);var l=document.createElement("img");l.src=g.toDataURL("image/png"),l.width=k.width,l.height=k.height,f.push(l)}var m=b._frames,n=m.length/c;for(j=0;n>j;j++){k=m[j];var o=k.rect.clone();l=f[k.image.__tmp+i*c];var p={image:l,rect:o,regX:k.regX,regY:k.regY};d&&(o.x=l.width-o.x-o.width,p.regX=o.width-k.regX),e&&(o.y=l.height-o.y-o.height,p.regY=o.height-k.regY),m.push(p)}var q="_"+(d?"h":"")+(e?"v":""),r=b._animations,s=b._data,t=r.length/c;for(j=0;t>j;j++){var u=r[j];k=s[u];var v={name:u+q,speed:k.speed,next:k.next,frames:[]};k.next&&(v.next+=q),m=k.frames;for(var w=0,x=m.length;x>w;w++)v.frames.push(m[w]+n*c);s[v.name]=v,r.push(v.name)}},createjs.SpriteSheetUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.EventDispatcher_constructor(),this.maxWidth=2048,this.maxHeight=2048,this.spriteSheet=null,this.scale=1,this.padding=1,this.timeSlice=.3,this.progress=-1,this._frames=[],this._animations={},this._data=null,this._nextFrameIndex=0,this._index=0,this._timerID=null,this._scale=1 }var b=createjs.extend(a,createjs.EventDispatcher);a.ERR_DIMENSIONS="frame dimensions exceed max spritesheet dimensions",a.ERR_RUNNING="a build is already running",b.addFrame=function(b,c,d,e,f){if(this._data)throw a.ERR_RUNNING;var g=c||b.bounds||b.nominalBounds;return!g&&b.getBounds&&(g=b.getBounds()),g?(d=d||1,this._frames.push({source:b,sourceRect:g,scale:d,funct:e,data:f,index:this._frames.length,height:g.height*d})-1):null},b.addAnimation=function(b,c,d,e){if(this._data)throw a.ERR_RUNNING;this._animations[b]={frames:c,next:d,frequency:e}},b.addMovieClip=function(b,c,d,e,f,g){if(this._data)throw a.ERR_RUNNING;var h=b.frameBounds,i=c||b.bounds||b.nominalBounds;if(!i&&b.getBounds&&(i=b.getBounds()),i||h){var j,k,l=this._frames.length,m=b.timeline.duration;for(j=0;m>j;j++){var n=h&&h[j]?h[j]:i;this.addFrame(b,n,d,this._setupMovieClipFrame,{i:j,f:e,d:f})}var o=b.timeline._labels,p=[];for(var q in o)p.push({index:o[q],label:q});if(p.length)for(p.sort(function(a,b){return a.index-b.index}),j=0,k=p.length;k>j;j++){for(var r=p[j].label,s=l+p[j].index,t=l+(j==k-1?m:p[j+1].index),u=[],v=s;t>v;v++)u.push(v);(!g||(r=g(r,b,s,t)))&&this.addAnimation(r,u,!0)}}},b.build=function(){if(this._data)throw a.ERR_RUNNING;for(this._startBuild();this._drawNext(););return this._endBuild(),this.spriteSheet},b.buildAsync=function(b){if(this._data)throw a.ERR_RUNNING;this.timeSlice=b,this._startBuild();var c=this;this._timerID=setTimeout(function(){c._run()},50-50*Math.max(.01,Math.min(.99,this.timeSlice||.3)))},b.stopAsync=function(){clearTimeout(this._timerID),this._data=null},b.clone=function(){throw"SpriteSheetBuilder cannot be cloned."},b.toString=function(){return"[SpriteSheetBuilder]"},b._startBuild=function(){var b=this.padding||0;this.progress=0,this.spriteSheet=null,this._index=0,this._scale=this.scale;var c=[];this._data={images:[],frames:c,animations:this._animations};var d=this._frames.slice();if(d.sort(function(a,b){return a.height<=b.height?-1:1}),d[d.length-1].height+2*b>this.maxHeight)throw a.ERR_DIMENSIONS;for(var e=0,f=0,g=0;d.length;){var h=this._fillRow(d,e,g,c,b);if(h.w>f&&(f=h.w),e+=h.h,!h.h||!d.length){var i=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas");i.width=this._getSize(f,this.maxWidth),i.height=this._getSize(e,this.maxHeight),this._data.images[g]=i,h.h||(f=e=0,g++)}}},b._setupMovieClipFrame=function(a,b){var c=a.actionsEnabled;a.actionsEnabled=!1,a.gotoAndStop(b.i),a.actionsEnabled=c,b.f&&b.f(a,b.d,b.i)},b._getSize=function(a,b){for(var c=4;Math.pow(2,++c)=0;l--){var m=b[l],n=this._scale*m.scale,o=m.sourceRect,p=m.source,q=Math.floor(n*o.x-f),r=Math.floor(n*o.y-f),s=Math.ceil(n*o.height+2*f),t=Math.ceil(n*o.width+2*f);if(t>g)throw a.ERR_DIMENSIONS;s>i||j+t>g||(m.img=d,m.rect=new createjs.Rectangle(j,c,t,s),k=k||s,b.splice(l,1),e[m.index]=[j,c,t,s,d,Math.round(-q+n*p.regX-f),Math.round(-r+n*p.regY-f)],j+=t)}return{w:j,h:k}},b._endBuild=function(){this.spriteSheet=new createjs.SpriteSheet(this._data),this._data=null,this.progress=1,this.dispatchEvent("complete")},b._run=function(){for(var a=50*Math.max(.01,Math.min(.99,this.timeSlice||.3)),b=(new Date).getTime()+a,c=!1;b>(new Date).getTime();)if(!this._drawNext()){c=!0;break}if(c)this._endBuild();else{var d=this;this._timerID=setTimeout(function(){d._run()},50-a)}var e=this.progress=this._index/this._frames.length;if(this.hasEventListener("progress")){var f=new createjs.Event("progress");f.progress=e,this.dispatchEvent(f)}},b._drawNext=function(){var a=this._frames[this._index],b=a.scale*this._scale,c=a.rect,d=a.sourceRect,e=this._data.images[a.img],f=e.getContext("2d");return a.funct&&a.funct(a.source,a.data),f.save(),f.beginPath(),f.rect(c.x,c.y,c.width,c.height),f.clip(),f.translate(Math.ceil(c.x-d.x*b),Math.ceil(c.y-d.y*b)),f.scale(b,b),a.source.draw(f),f.restore(),++this._indexa)&&(a=0),(isNaN(b)||0>b)&&(b=0),(isNaN(c)||1>c)&&(c=1),this.blurX=0|a,this.blurY=0|b,this.quality=0|c}var b=createjs.extend(a,createjs.Filter);a.MUL_TABLE=[1,171,205,293,57,373,79,137,241,27,391,357,41,19,283,265,497,469,443,421,25,191,365,349,335,161,155,149,9,278,269,261,505,245,475,231,449,437,213,415,405,395,193,377,369,361,353,345,169,331,325,319,313,307,301,37,145,285,281,69,271,267,263,259,509,501,493,243,479,118,465,459,113,446,55,435,429,423,209,413,51,403,199,393,97,3,379,375,371,367,363,359,355,351,347,43,85,337,333,165,327,323,5,317,157,311,77,305,303,75,297,294,73,289,287,71,141,279,277,275,68,135,67,133,33,262,260,129,511,507,503,499,495,491,61,121,481,477,237,235,467,232,115,457,227,451,7,445,221,439,218,433,215,427,425,211,419,417,207,411,409,203,202,401,399,396,197,49,389,387,385,383,95,189,47,187,93,185,23,183,91,181,45,179,89,177,11,175,87,173,345,343,341,339,337,21,167,83,331,329,327,163,81,323,321,319,159,79,315,313,39,155,309,307,153,305,303,151,75,299,149,37,295,147,73,291,145,289,287,143,285,71,141,281,35,279,139,69,275,137,273,17,271,135,269,267,133,265,33,263,131,261,130,259,129,257,1],a.SHG_TABLE=[0,9,10,11,9,12,10,11,12,9,13,13,10,9,13,13,14,14,14,14,10,13,14,14,14,13,13,13,9,14,14,14,15,14,15,14,15,15,14,15,15,15,14,15,15,15,15,15,14,15,15,15,15,15,15,12,14,15,15,13,15,15,15,15,16,16,16,15,16,14,16,16,14,16,13,16,16,16,15,16,13,16,15,16,14,9,16,16,16,16,16,16,16,16,16,13,14,16,16,15,16,16,10,16,15,16,14,16,16,14,16,16,14,16,16,14,15,16,16,16,14,15,14,15,13,16,16,15,17,17,17,17,17,17,14,15,17,17,16,16,17,16,15,17,16,17,11,17,16,17,16,17,16,17,17,16,17,17,16,17,17,16,16,17,17,17,16,14,17,17,17,17,15,16,14,16,15,16,13,16,15,16,14,16,15,16,12,16,15,16,17,17,17,17,17,13,16,15,17,17,17,16,15,17,17,17,16,15,17,17,14,16,17,17,16,17,17,16,15,17,16,14,17,16,15,17,16,17,17,16,17,15,16,17,14,17,16,15,17,16,17,13,17,16,17,17,16,17,14,17,16,17,16,17,16,17,9],b.getBounds=function(a){var b=0|this.blurX,c=0|this.blurY;if(0>=b&&0>=c)return a;var d=Math.pow(this.quality,.2);return(a||new createjs.Rectangle).pad(b*d+1,c*d+1,b*d+1,c*d+1)},b.clone=function(){return new a(this.blurX,this.blurY,this.quality)},b.toString=function(){return"[BlurFilter]"},b._applyFilter=function(b){var c=this.blurX>>1;if(isNaN(c)||0>c)return!1;var d=this.blurY>>1;if(isNaN(d)||0>d)return!1;if(0==c&&0==d)return!1;var e=this.quality;(isNaN(e)||1>e)&&(e=1),e|=0,e>3&&(e=3),1>e&&(e=1);var f=b.data,g=0,h=0,i=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,v=c+c+1|0,w=d+d+1|0,x=0|b.width,y=0|b.height,z=x-1|0,A=y-1|0,B=c+1|0,C=d+1|0,D={r:0,b:0,g:0,a:0},E=D;for(i=1;v>i;i++)E=E.n={r:0,b:0,g:0,a:0};E.n=D;var F={r:0,b:0,g:0,a:0},G=F;for(i=1;w>i;i++)G=G.n={r:0,b:0,g:0,a:0};G.n=F;for(var H=null,I=0|a.MUL_TABLE[c],J=0|a.SHG_TABLE[c],K=0|a.MUL_TABLE[d],L=0|a.SHG_TABLE[d];e-->0;){m=l=0;var M=I,N=J;for(h=y;--h>-1;){for(n=B*(r=f[0|l]),o=B*(s=f[l+1|0]),p=B*(t=f[l+2|0]),q=B*(u=f[l+3|0]),E=D,i=B;--i>-1;)E.r=r,E.g=s,E.b=t,E.a=u,E=E.n;for(i=1;B>i;i++)j=l+((i>z?z:i)<<2)|0,n+=E.r=f[j],o+=E.g=f[j+1],p+=E.b=f[j+2],q+=E.a=f[j+3],E=E.n;for(H=D,g=0;x>g;g++)f[l++]=n*M>>>N,f[l++]=o*M>>>N,f[l++]=p*M>>>N,f[l++]=q*M>>>N,j=m+((j=g+c+1)g;g++){for(l=g<<2|0,n=C*(r=f[l])|0,o=C*(s=f[l+1|0])|0,p=C*(t=f[l+2|0])|0,q=C*(u=f[l+3|0])|0,G=F,i=0;C>i;i++)G.r=r,G.g=s,G.b=t,G.a=u,G=G.n;for(k=x,i=1;d>=i;i++)l=k+g<<2,n+=G.r=f[l],o+=G.g=f[l+1],p+=G.b=f[l+2],q+=G.a=f[l+3],G=G.n,A>i&&(k+=x);if(l=g,H=F,e>0)for(h=0;y>h;h++)j=l<<2,f[j+3]=u=q*M>>>N,u>0?(f[j]=n*M>>>N,f[j+1]=o*M>>>N,f[j+2]=p*M>>>N):f[j]=f[j+1]=f[j+2]=0,j=g+((j=h+C)h;h++)j=l<<2,f[j+3]=u=q*M>>>N,u>0?(u=255/u,f[j]=(n*M>>>N)*u,f[j+1]=(o*M>>>N)*u,f[j+2]=(p*M>>>N)*u):f[j]=f[j+1]=f[j+2]=0,j=g+((j=h+C)d;d+=4)b[d+3]=c[d]||0;return!0},b._prepAlphaMap=function(){if(!this.alphaMap)return!1;if(this.alphaMap==this._alphaMap&&this._mapData)return!0;this._mapData=null;var a,b=this._alphaMap=this.alphaMap,c=b;b instanceof HTMLCanvasElement?a=c.getContext("2d"):(c=createjs.createCanvas?createjs.createCanvas():document.createElement("canvas"),c.width=b.width,c.height=b.height,a=c.getContext("2d"),a.drawImage(b,0,0));try{var d=a.getImageData(0,0,b.width,b.height)}catch(e){return!1}return this._mapData=d.data,!0},createjs.AlphaMapFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.mask=a}var b=createjs.extend(a,createjs.Filter);b.applyFilter=function(a,b,c,d,e,f,g,h){return this.mask?(f=f||a,null==g&&(g=b),null==h&&(h=c),f.save(),a!=f?!1:(f.globalCompositeOperation="destination-in",f.drawImage(this.mask,g,h),f.restore(),!0)):!0},b.clone=function(){return new a(this.mask)},b.toString=function(){return"[AlphaMaskFilter]"},createjs.AlphaMaskFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d,e,f,g,h){this.redMultiplier=null!=a?a:1,this.greenMultiplier=null!=b?b:1,this.blueMultiplier=null!=c?c:1,this.alphaMultiplier=null!=d?d:1,this.redOffset=e||0,this.greenOffset=f||0,this.blueOffset=g||0,this.alphaOffset=h||0}var b=createjs.extend(a,createjs.Filter);b.toString=function(){return"[ColorFilter]"},b.clone=function(){return new a(this.redMultiplier,this.greenMultiplier,this.blueMultiplier,this.alphaMultiplier,this.redOffset,this.greenOffset,this.blueOffset,this.alphaOffset)},b._applyFilter=function(a){for(var b=a.data,c=b.length,d=0;c>d;d+=4)b[d]=b[d]*this.redMultiplier+this.redOffset,b[d+1]=b[d+1]*this.greenMultiplier+this.greenOffset,b[d+2]=b[d+2]*this.blueMultiplier+this.blueOffset,b[d+3]=b[d+3]*this.alphaMultiplier+this.alphaOffset;return!0},createjs.ColorFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c,d){this.setColor(a,b,c,d)}var b=a.prototype;a.DELTA_INDEX=[0,.01,.02,.04,.05,.06,.07,.08,.1,.11,.12,.14,.15,.16,.17,.18,.2,.21,.22,.24,.25,.27,.28,.3,.32,.34,.36,.38,.4,.42,.44,.46,.48,.5,.53,.56,.59,.62,.65,.68,.71,.74,.77,.8,.83,.86,.89,.92,.95,.98,1,1.06,1.12,1.18,1.24,1.3,1.36,1.42,1.48,1.54,1.6,1.66,1.72,1.78,1.84,1.9,1.96,2,2.12,2.25,2.37,2.5,2.62,2.75,2.87,3,3.2,3.4,3.6,3.8,4,4.3,4.7,4.9,5,5.5,6,6.5,6.8,7,7.3,7.5,7.8,8,8.4,8.7,9,9.4,9.6,9.8,10],a.IDENTITY_MATRIX=[1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1],a.LENGTH=a.IDENTITY_MATRIX.length,b.setColor=function(a,b,c,d){return this.reset().adjustColor(a,b,c,d)},b.reset=function(){return this.copy(a.IDENTITY_MATRIX)},b.adjustColor=function(a,b,c,d){return this.adjustHue(d),this.adjustContrast(b),this.adjustBrightness(a),this.adjustSaturation(c)},b.adjustBrightness=function(a){return 0==a||isNaN(a)?this:(a=this._cleanValue(a,255),this._multiplyMatrix([1,0,0,0,a,0,1,0,0,a,0,0,1,0,a,0,0,0,1,0,0,0,0,0,1]),this)},b.adjustContrast=function(b){if(0==b||isNaN(b))return this;b=this._cleanValue(b,100);var c;return 0>b?c=127+b/100*127:(c=b%1,c=0==c?a.DELTA_INDEX[b]:a.DELTA_INDEX[b<<0]*(1-c)+a.DELTA_INDEX[(b<<0)+1]*c,c=127*c+127),this._multiplyMatrix([c/127,0,0,0,.5*(127-c),0,c/127,0,0,.5*(127-c),0,0,c/127,0,.5*(127-c),0,0,0,1,0,0,0,0,0,1]),this},b.adjustSaturation=function(a){if(0==a||isNaN(a))return this;a=this._cleanValue(a,100);var b=1+(a>0?3*a/100:a/100),c=.3086,d=.6094,e=.082;return this._multiplyMatrix([c*(1-b)+b,d*(1-b),e*(1-b),0,0,c*(1-b),d*(1-b)+b,e*(1-b),0,0,c*(1-b),d*(1-b),e*(1-b)+b,0,0,0,0,0,1,0,0,0,0,0,1]),this},b.adjustHue=function(a){if(0==a||isNaN(a))return this;a=this._cleanValue(a,180)/180*Math.PI;var b=Math.cos(a),c=Math.sin(a),d=.213,e=.715,f=.072;return this._multiplyMatrix([d+b*(1-d)+c*-d,e+b*-e+c*-e,f+b*-f+c*(1-f),0,0,d+b*-d+.143*c,e+b*(1-e)+.14*c,f+b*-f+c*-.283,0,0,d+b*-d+c*-(1-d),e+b*-e+c*e,f+b*(1-f)+c*f,0,0,0,0,0,1,0,0,0,0,0,1]),this},b.concat=function(b){return b=this._fixMatrix(b),b.length!=a.LENGTH?this:(this._multiplyMatrix(b),this)},b.clone=function(){return(new a).copy(this)},b.toArray=function(){for(var b=[],c=0,d=a.LENGTH;d>c;c++)b[c]=this[c];return b},b.copy=function(b){for(var c=a.LENGTH,d=0;c>d;d++)this[d]=b[d];return this},b.toString=function(){return"[ColorMatrix]"},b._multiplyMatrix=function(a){var b,c,d,e=[];for(b=0;5>b;b++){for(c=0;5>c;c++)e[c]=this[c+5*b];for(c=0;5>c;c++){var f=0;for(d=0;5>d;d++)f+=a[c+5*d]*e[d];this[c+5*b]=f}}},b._cleanValue=function(a,b){return Math.min(b,Math.max(-b,a))},b._fixMatrix=function(b){return b instanceof a&&(b=b.toArray()),b.lengtha.LENGTH&&(b=b.slice(0,a.LENGTH)),b},createjs.ColorMatrix=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.matrix=a}var b=createjs.extend(a,createjs.Filter);b.toString=function(){return"[ColorMatrixFilter]"},b.clone=function(){return new a(this.matrix)},b._applyFilter=function(a){for(var b,c,d,e,f=a.data,g=f.length,h=this.matrix,i=h[0],j=h[1],k=h[2],l=h[3],m=h[4],n=h[5],o=h[6],p=h[7],q=h[8],r=h[9],s=h[10],t=h[11],u=h[12],v=h[13],w=h[14],x=h[15],y=h[16],z=h[17],A=h[18],B=h[19],C=0;g>C;C+=4)b=f[C],c=f[C+1],d=f[C+2],e=f[C+3],f[C]=b*i+c*j+d*k+e*l+m,f[C+1]=b*n+c*o+d*p+e*q+r,f[C+2]=b*s+c*t+d*u+e*v+w,f[C+3]=b*x+c*y+d*z+e*A+B;return!0},createjs.ColorMatrixFilter=createjs.promote(a,"Filter")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Touch cannot be instantiated"}a.isSupported=function(){return!!("ontouchstart"in window||window.navigator.msPointerEnabled&&window.navigator.msMaxTouchPoints>0||window.navigator.pointerEnabled&&window.navigator.maxTouchPoints>0)},a.enable=function(b,c,d){return b&&b.canvas&&a.isSupported()?b.__touch?!0:(b.__touch={pointers:{},multitouch:!c,preventDefault:!d,count:0},"ontouchstart"in window?a._IOS_enable(b):(window.navigator.msPointerEnabled||window.navigator.pointerEnabled)&&a._IE_enable(b),!0):!1},a.disable=function(b){b&&("ontouchstart"in window?a._IOS_disable(b):(window.navigator.msPointerEnabled||window.navigator.pointerEnabled)&&a._IE_disable(b),delete b.__touch)},a._IOS_enable=function(b){var c=b.canvas,d=b.__touch.f=function(c){a._IOS_handleEvent(b,c)};c.addEventListener("touchstart",d,!1),c.addEventListener("touchmove",d,!1),c.addEventListener("touchend",d,!1),c.addEventListener("touchcancel",d,!1)},a._IOS_disable=function(a){var b=a.canvas;if(b){var c=a.__touch.f;b.removeEventListener("touchstart",c,!1),b.removeEventListener("touchmove",c,!1),b.removeEventListener("touchend",c,!1),b.removeEventListener("touchcancel",c,!1)}},a._IOS_handleEvent=function(a,b){if(a){a.__touch.preventDefault&&b.preventDefault&&b.preventDefault();for(var c=b.changedTouches,d=b.type,e=0,f=c.length;f>e;e++){var g=c[e],h=g.identifier;g.target==a.canvas&&("touchstart"==d?this._handleStart(a,h,b,g.pageX,g.pageY):"touchmove"==d?this._handleMove(a,h,b,g.pageX,g.pageY):("touchend"==d||"touchcancel"==d)&&this._handleEnd(a,h,b))}}},a._IE_enable=function(b){var c=b.canvas,d=b.__touch.f=function(c){a._IE_handleEvent(b,c)};void 0===window.navigator.pointerEnabled?(c.addEventListener("MSPointerDown",d,!1),window.addEventListener("MSPointerMove",d,!1),window.addEventListener("MSPointerUp",d,!1),window.addEventListener("MSPointerCancel",d,!1),b.__touch.preventDefault&&(c.style.msTouchAction="proxy.php?url=https%3A%2F%2Fwww.codex.com%2Fnone")):(c.addEventListener("pointerdown",d,!1),window.addEventListener("pointermove",d,!1),window.addEventListener("pointerup",d,!1),window.addEventListener("pointercancel",d,!1),b.__touch.preventDefault&&(c.style.touchAction="proxy.php?url=https%3A%2F%2Fwww.codex.com%2Fnone")),b.__touch.activeIDs={}},a._IE_disable=function(a){var b=a.__touch.f;void 0===window.navigator.pointerEnabled?(window.removeEventListener("MSPointerMove",b,!1),window.removeEventListener("MSPointerUp",b,!1),window.removeEventListener("MSPointerCancel",b,!1),a.canvas&&a.canvas.removeEventListener("MSPointerDown",b,!1)):(window.removeEventListener("pointermove",b,!1),window.removeEventListener("pointerup",b,!1),window.removeEventListener("pointercancel",b,!1),a.canvas&&a.canvas.removeEventListener("pointerdown",b,!1))},a._IE_handleEvent=function(a,b){if(a){a.__touch.preventDefault&&b.preventDefault&&b.preventDefault();var c=b.type,d=b.pointerId,e=a.__touch.activeIDs;if("MSPointerDown"==c||"pointerdown"==c){if(b.srcElement!=a.canvas)return;e[d]=!0,this._handleStart(a,d,b,b.pageX,b.pageY)}else e[d]&&("MSPointerMove"==c||"pointermove"==c?this._handleMove(a,d,b,b.pageX,b.pageY):("MSPointerUp"==c||"MSPointerCancel"==c||"pointerup"==c||"pointercancel"==c)&&(delete e[d],this._handleEnd(a,d,b)))}},a._handleStart=function(a,b,c,d,e){var f=a.__touch;if(f.multitouch||!f.count){var g=f.pointers;g[b]||(g[b]=!0,f.count++,a._handlePointerDown(b,c,d,e))}},a._handleMove=function(a,b,c,d,e){a.__touch.pointers[b]&&a._handlePointerMove(b,c,d,e)},a._handleEnd=function(a,b,c){var d=a.__touch,e=d.pointers;e[b]&&(d.count--,a._handlePointerUp(b,c,!0),delete e[b])},createjs.Touch=a}(),this.createjs=this.createjs||{},function(){"use strict";var a=createjs.EaselJS=createjs.EaselJS||{};a.version="0.8.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(); /*! * TweenJS */ this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Ticker cannot be instantiated."}a.RAF_SYNCHED="synched",a.RAF="raf",a.TIMEOUT="timeout",a.useRAF=!1,a.timingMode=null,a.maxDelta=0,a.paused=!1,a.removeEventListener=null,a.removeAllEventListeners=null,a.dispatchEvent=null,a.hasEventListener=null,a._listeners=null,createjs.EventDispatcher.initialize(a),a._addEventListener=a.addEventListener,a.addEventListener=function(){return!a._inited&&a.init(),a._addEventListener.apply(a,arguments)},a._inited=!1,a._startTime=0,a._pausedTime=0,a._ticks=0,a._pausedTicks=0,a._interval=50,a._lastTime=0,a._times=null,a._tickTimes=null,a._timerId=null,a._raf=!0,a.setInterval=function(b){a._interval=b,a._inited&&a._setupTick()},a.getInterval=function(){return a._interval},a.setFPS=function(b){a.setInterval(1e3/b)},a.getFPS=function(){return 1e3/a._interval};try{Object.defineProperties(a,{interval:{get:a.getInterval,set:a.setInterval},framerate:{get:a.getFPS,set:a.setFPS}})}catch(b){console.log(b)}a.init=function(){a._inited||(a._inited=!0,a._times=[],a._tickTimes=[],a._startTime=a._getTime(),a._times.push(a._lastTime=0),a.interval=a._interval)},a.reset=function(){if(a._raf){var b=window.cancelAnimationFrame||window.webkitCancelAnimationFrame||window.mozCancelAnimationFrame||window.oCancelAnimationFrame||window.msCancelAnimationFrame;b&&b(a._timerId)}else clearTimeout(a._timerId);a.removeAllEventListeners("tick"),a._timerId=a._times=a._tickTimes=null,a._startTime=a._lastTime=a._ticks=0,a._inited=!1},a.getMeasuredTickTime=function(b){var c=0,d=a._tickTimes;if(!d||d.length<1)return-1;b=Math.min(d.length,b||0|a.getFPS());for(var e=0;b>e;e++)c+=d[e];return c/b},a.getMeasuredFPS=function(b){var c=a._times;return!c||c.length<2?-1:(b=Math.min(c.length-1,b||0|a.getFPS()),1e3/((c[0]-c[b])/b))},a.setPaused=function(b){a.paused=b},a.getPaused=function(){return a.paused},a.getTime=function(b){return a._startTime?a._getTime()-(b?a._pausedTime:0):-1},a.getEventTime=function(b){return a._startTime?(a._lastTime||a._startTime)-(b?a._pausedTime:0):-1},a.getTicks=function(b){return a._ticks-(b?a._pausedTicks:0)},a._handleSynch=function(){a._timerId=null,a._setupTick(),a._getTime()-a._lastTime>=.97*(a._interval-1)&&a._tick()},a._handleRAF=function(){a._timerId=null,a._setupTick(),a._tick()},a._handleTimeout=function(){a._timerId=null,a._setupTick(),a._tick()},a._setupTick=function(){if(null==a._timerId){var b=a.timingMode||a.useRAF&&a.RAF_SYNCHED;if(b==a.RAF_SYNCHED||b==a.RAF){var c=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame;if(c)return a._timerId=c(b==a.RAF?a._handleRAF:a._handleSynch),void(a._raf=!0)}a._raf=!1,a._timerId=setTimeout(a._handleTimeout,a._interval)}},a._tick=function(){var b=a.paused,c=a._getTime(),d=c-a._lastTime;if(a._lastTime=c,a._ticks++,b&&(a._pausedTicks++,a._pausedTime+=d),a.hasEventListener("tick")){var e=new createjs.Event("tick"),f=a.maxDelta;e.delta=f&&d>f?f:d,e.paused=b,e.time=c,e.runTime=c-a._pausedTime,a.dispatchEvent(e)}for(a._tickTimes.unshift(a._getTime()-c);a._tickTimes.length>100;)a._tickTimes.pop();for(a._times.unshift(c);a._times.length>100;)a._times.pop()};var c=window.performance&&(performance.now||performance.mozNow||performance.msNow||performance.oNow||performance.webkitNow);a._getTime=function(){return(c&&c.call(performance)||(new Date).getTime())-a._startTime},createjs.Ticker=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(b,c,d){this.ignoreGlobalPause=!1,this.loop=!1,this.duration=0,this.pluginData=d||{},this.target=b,this.position=null,this.passive=!1,this._paused=!1,this._curQueueProps={},this._initQueueProps={},this._steps=[],this._actions=[],this._prevPosition=0,this._stepPosition=0,this._prevPos=-1,this._target=b,this._useTicks=!1,this._inited=!1,c&&(this._useTicks=c.useTicks,this.ignoreGlobalPause=c.ignoreGlobalPause,this.loop=c.loop,c.onChange&&this.addEventListener("change",c.onChange),c.override&&a.removeTweens(b)),c&&c.paused?this._paused=!0:createjs.Tween._register(this,!0),c&&null!=c.position&&this.setPosition(c.position,a.NONE)}var b=createjs.extend(a,createjs.EventDispatcher);a.NONE=0,a.LOOP=1,a.REVERSE=2,a.IGNORE={},a._tweens=[],a._plugins={},a.get=function(b,c,d,e){return e&&a.removeTweens(b),new a(b,c,d)},a.tick=function(b,c){for(var d=a._tweens.slice(),e=d.length-1;e>=0;e--){var f=d[e];c&&!f.ignoreGlobalPause||f._paused||f.tick(f._useTicks?1:b)}},a.handleEvent=function(a){"tick"==a.type&&this.tick(a.delta,a.paused)},a.removeTweens=function(b){if(b.tweenjs_count){for(var c=a._tweens,d=c.length-1;d>=0;d--){var e=c[d];e._target==b&&(e._paused=!0,c.splice(d,1))}b.tweenjs_count=0}},a.removeAllTweens=function(){for(var b=a._tweens,c=0,d=b.length;d>c;c++){var e=b[c];e._paused=!0,e.target.tweenjs_count=0}b.length=0},a.hasActiveTweens=function(b){return b?b.tweenjs_count:a._tweens&&!!a._tweens.length},a.installPlugin=function(b,c){var d=b.priority;null==d&&(b.priority=d=0);for(var e=0,f=c.length,g=a._plugins;f>e;e++){var h=c[e];if(g[h]){for(var i=g[h],j=0,k=i.length;k>j&&!(d=a)return this;var c=this._cloneProps(this._curQueueProps);return this._addStep({d:a,p0:c,e:this._linearEase,p1:c,v:b})},b.to=function(a,b,c){return(isNaN(b)||0>b)&&(b=0),this._addStep({d:b||0,p0:this._cloneProps(this._curQueueProps),e:c,p1:this._cloneProps(this._appendQueueProps(a))})},b.call=function(a,b,c){return this._addAction({f:a,p:b?b:[this],o:c?c:this._target})},b.set=function(a,b){return this._addAction({f:this._set,o:this,p:[a,b?b:this._target]})},b.play=function(a){return a||(a=this),this.call(a.setPaused,[!1],a)},b.pause=function(a){return a||(a=this),this.call(a.setPaused,[!0],a)},b.setPosition=function(a,b){0>a&&(a=0),null==b&&(b=1);var c=a,d=!1;if(c>=this.duration&&(this.loop?c%=this.duration:(c=this.duration,d=!0)),c==this._prevPos)return d;var e=this._prevPos;if(this.position=this._prevPos=c,this._prevPosition=a,this._target)if(d)this._updateTargetProps(null,1);else if(this._steps.length>0){for(var f=0,g=this._steps.length;g>f&&!(this._steps[f].t>c);f++);var h=this._steps[f-1];this._updateTargetProps(h,(this._stepPosition=c-h.t)/h.d)}return 0!=b&&this._actions.length>0&&(this._useTicks?this._runActions(c,c):1==b&&e>c?(e!=this.duration&&this._runActions(e,this.duration),this._runActions(0,c,!0)):this._runActions(e,c)),d&&this.setPaused(!0),this.dispatchEvent("change"),d},b.tick=function(a){this._paused||this.setPosition(this._prevPosition+a)},b.setPaused=function(b){return this._paused===!!b?this:(this._paused=!!b,a._register(this,!b),this)},b.w=b.wait,b.t=b.to,b.c=b.call,b.s=b.set,b.toString=function(){return"[Tween]"},b.clone=function(){throw"Tween can not be cloned."},b._updateTargetProps=function(b,c){var d,e,f,g,h,i;if(b||1!=c){if(this.passive=!!b.v,this.passive)return;b.e&&(c=b.e(c,0,1,1)),d=b.p0,e=b.p1}else this.passive=!1,d=e=this._curQueueProps;for(var j in this._initQueueProps){null==(g=d[j])&&(d[j]=g=this._initQueueProps[j]),null==(h=e[j])&&(e[j]=h=g),f=g==h||0==c||1==c||"number"!=typeof g?1==c?h:g:g+(h-g)*c;var k=!1;if(i=a._plugins[j])for(var l=0,m=i.length;m>l;l++){var n=i[l].tween(this,j,f,d,e,c,!!b&&d==e,!b);n==a.IGNORE?k=!0:f=n}k||(this._target[j]=f)}},b._runActions=function(a,b,c){var d=a,e=b,f=-1,g=this._actions.length,h=1;for(a>b&&(d=b,e=a,f=g,g=h=-1);(f+=h)!=g;){var i=this._actions[f],j=i.t;(j==e||j>d&&e>j||c&&j==a)&&i.f.apply(i.o,i.p)}},b._appendQueueProps=function(b){var c,d,e,f,g;for(var h in b)if(void 0===this._initQueueProps[h]){if(d=this._target[h],c=a._plugins[h])for(e=0,f=c.length;f>e;e++)d=c[e].init(this,h,d);this._initQueueProps[h]=this._curQueueProps[h]=void 0===d?null:d}else d=this._curQueueProps[h];for(var h in b){if(d=this._curQueueProps[h],c=a._plugins[h])for(g=g||{},e=0,f=c.length;f>e;e++)c[e].step&&c[e].step(this,h,d,b[h],g);this._curQueueProps[h]=b[h]}return g&&this._appendQueueProps(g),this._curQueueProps},b._cloneProps=function(a){var b={};for(var c in a)b[c]=a[c];return b},b._addStep=function(a){return a.d>0&&(this._steps.push(a),a.t=this.duration,this.duration+=a.d),this},b._addAction=function(a){return a.t=this.duration,this._actions.push(a),this},b._set=function(a,b){for(var c in a)b[c]=a[c]},createjs.Tween=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.EventDispatcher_constructor(),this.ignoreGlobalPause=!1,this.duration=0,this.loop=!1,this.position=null,this._paused=!1,this._tweens=[],this._labels=null,this._labelList=null,this._prevPosition=0,this._prevPos=-1,this._useTicks=!1,c&&(this._useTicks=c.useTicks,this.loop=c.loop,this.ignoreGlobalPause=c.ignoreGlobalPause,c.onChange&&this.addEventListener("change",c.onChange)),a&&this.addTween.apply(this,a),this.setLabels(b),c&&c.paused?this._paused=!0:createjs.Tween._register(this,!0),c&&null!=c.position&&this.setPosition(c.position,createjs.Tween.NONE)}var b=createjs.extend(a,createjs.EventDispatcher);b.addTween=function(a){var b=arguments.length;if(b>1){for(var c=0;b>c;c++)this.addTween(arguments[c]);return arguments[0]}return 0==b?null:(this.removeTween(a),this._tweens.push(a),a.setPaused(!0),a._paused=!1,a._useTicks=this._useTicks,a.duration>this.duration&&(this.duration=a.duration),this._prevPos>=0&&a.setPosition(this._prevPos,createjs.Tween.NONE),a)},b.removeTween=function(a){var b=arguments.length;if(b>1){for(var c=!0,d=0;b>d;d++)c=c&&this.removeTween(arguments[d]);return c}if(0==b)return!1;for(var e=this._tweens,d=e.length;d--;)if(e[d]==a)return e.splice(d,1),a.duration>=this.duration&&this.updateDuration(),!0;return!1},b.addLabel=function(a,b){this._labels[a]=b;var c=this._labelList;if(c){for(var d=0,e=c.length;e>d&&!(bd&&!(ba&&(a=0);var c=this.loop?a%this.duration:a,d=!this.loop&&a>=this.duration;if(c==this._prevPos)return d;this._prevPosition=a,this.position=this._prevPos=c;for(var e=0,f=this._tweens.length;f>e;e++)if(this._tweens[e].setPosition(c,b),c!=this._prevPos)return!1;return d&&this.setPaused(!0),this.dispatchEvent("change"),d},b.setPaused=function(a){this._paused=!!a,createjs.Tween._register(this,!a)},b.updateDuration=function(){this.duration=0;for(var a=0,b=this._tweens.length;b>a;a++){var c=this._tweens[a];c.duration>this.duration&&(this.duration=c.duration)}},b.tick=function(a){this.setPosition(this._prevPosition+a)},b.resolve=function(a){var b=Number(a);return isNaN(b)&&(b=this._labels[a]),b},b.toString=function(){return"[Timeline]"},b.clone=function(){throw"Timeline can not be cloned."},b._goto=function(a){var b=this.resolve(a);null!=b&&this.setPosition(b)},createjs.Timeline=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"Ease cannot be instantiated."}a.linear=function(a){return a},a.none=a.linear,a.get=function(a){return-1>a&&(a=-1),a>1&&(a=1),function(b){return 0==a?b:0>a?b*(b*-a+1+a):b*((2-b)*a+(1-a))}},a.getPowIn=function(a){return function(b){return Math.pow(b,a)}},a.getPowOut=function(a){return function(b){return 1-Math.pow(1-b,a)}},a.getPowInOut=function(a){return function(b){return(b*=2)<1?.5*Math.pow(b,a):1-.5*Math.abs(Math.pow(2-b,a))}},a.quadIn=a.getPowIn(2),a.quadOut=a.getPowOut(2),a.quadInOut=a.getPowInOut(2),a.cubicIn=a.getPowIn(3),a.cubicOut=a.getPowOut(3),a.cubicInOut=a.getPowInOut(3),a.quartIn=a.getPowIn(4),a.quartOut=a.getPowOut(4),a.quartInOut=a.getPowInOut(4),a.quintIn=a.getPowIn(5),a.quintOut=a.getPowOut(5),a.quintInOut=a.getPowInOut(5),a.sineIn=function(a){return 1-Math.cos(a*Math.PI/2)},a.sineOut=function(a){return Math.sin(a*Math.PI/2)},a.sineInOut=function(a){return-.5*(Math.cos(Math.PI*a)-1)},a.getBackIn=function(a){return function(b){return b*b*((a+1)*b-a)}},a.backIn=a.getBackIn(1.7),a.getBackOut=function(a){return function(b){return--b*b*((a+1)*b+a)+1}},a.backOut=a.getBackOut(1.7),a.getBackInOut=function(a){return a*=1.525,function(b){return(b*=2)<1?.5*b*b*((a+1)*b-a):.5*((b-=2)*b*((a+1)*b+a)+2)}},a.backInOut=a.getBackInOut(1.7),a.circIn=function(a){return-(Math.sqrt(1-a*a)-1)},a.circOut=function(a){return Math.sqrt(1- --a*a)},a.circInOut=function(a){return(a*=2)<1?-.5*(Math.sqrt(1-a*a)-1):.5*(Math.sqrt(1-(a-=2)*a)+1)},a.bounceIn=function(b){return 1-a.bounceOut(1-b)},a.bounceOut=function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375},a.bounceInOut=function(b){return.5>b?.5*a.bounceIn(2*b):.5*a.bounceOut(2*b-1)+.5},a.getElasticIn=function(a,b){var c=2*Math.PI;return function(d){if(0==d||1==d)return d;var e=b/c*Math.asin(1/a);return-(a*Math.pow(2,10*(d-=1))*Math.sin((d-e)*c/b))}},a.elasticIn=a.getElasticIn(1,.3),a.getElasticOut=function(a,b){var c=2*Math.PI;return function(d){if(0==d||1==d)return d;var e=b/c*Math.asin(1/a);return a*Math.pow(2,-10*d)*Math.sin((d-e)*c/b)+1}},a.elasticOut=a.getElasticOut(1,.3),a.getElasticInOut=function(a,b){var c=2*Math.PI;return function(d){var e=b/c*Math.asin(1/a);return(d*=2)<1?-.5*a*Math.pow(2,10*(d-=1))*Math.sin((d-e)*c/b):a*Math.pow(2,-10*(d-=1))*Math.sin((d-e)*c/b)*.5+1}},a.elasticInOut=a.getElasticInOut(1,.3*1.5),createjs.Ease=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"MotionGuidePlugin cannot be instantiated."}a.priority=0,a._rotOffS,a._rotOffE,a._rotNormS,a._rotNormE,a.install=function(){return createjs.Tween.installPlugin(a,["guide","x","y","rotation"]),createjs.Tween.IGNORE},a.init=function(a,b,c){var d=a.target;return d.hasOwnProperty("x")||(d.x=0),d.hasOwnProperty("y")||(d.y=0),d.hasOwnProperty("rotation")||(d.rotation=0),"rotation"==b&&(a.__needsRot=!0),"guide"==b?null:c},a.step=function(b,c,d,e,f){if("rotation"==c&&(b.__rotGlobalS=d,b.__rotGlobalE=e,a.testRotData(b,f)),"guide"!=c)return e;var g,h=e;h.hasOwnProperty("path")||(h.path=[]);var i=h.path;if(h.hasOwnProperty("end")||(h.end=1),h.hasOwnProperty("start")||(h.start=d&&d.hasOwnProperty("end")&&d.path===i?d.end:0),h.hasOwnProperty("_segments")&&h._length)return e;var j=i.length,k=10;if(!(j>=6&&(j-2)%4==0))throw"invalid 'path' data, please see documentation for valid paths";h._segments=[],h._length=0;for(var l=2;j>l;l+=4){for(var m,n,o=i[l-2],p=i[l-1],q=i[l+0],r=i[l+1],s=i[l+2],t=i[l+3],u=o,v=p,w=0,x=[],y=1;k>=y;y++){var z=y/k,A=1-z;m=A*A*o+2*A*z*q+z*z*s,n=A*A*p+2*A*z*r+z*z*t,w+=x[x.push(Math.sqrt((g=m-u)*g+(g=n-v)*g))-1],u=m,v=n}h._segments.push(w),h._segments.push(x),h._length+=w}g=h.orient,h.orient=!0;var B={};return a.calc(h,h.start,B),b.__rotPathS=Number(B.rotation.toFixed(5)),a.calc(h,h.end,B),b.__rotPathE=Number(B.rotation.toFixed(5)),h.orient=!1,a.calc(h,h.end,f),h.orient=g,h.orient?(b.__guideData=h,a.testRotData(b,f),e):e},a.testRotData=function(a,b){if(void 0===a.__rotGlobalS||void 0===a.__rotGlobalE){if(a.__needsRot)return;a.__rotGlobalS=a.__rotGlobalE=void 0!==a._curQueueProps.rotation?a._curQueueProps.rotation:b.rotation=a.target.rotation||0}if(void 0!==a.__guideData){var c=a.__guideData,d=a.__rotGlobalE-a.__rotGlobalS,e=a.__rotPathE-a.__rotPathS,f=d-e;if("auto"==c.orient)f>180?f-=360:-180>f&&(f+=360);else if("cw"==c.orient){for(;0>f;)f+=360;0==f&&d>0&&180!=d&&(f+=360)}else if("ccw"==c.orient){for(f=d-(e>180?360-e:e);f>0;)f-=360;0==f&&0>d&&-180!=d&&(f-=360)}c.rotDelta=f,c.rotOffS=a.__rotGlobalS-a.__rotPathS,a.__rotGlobalS=a.__rotGlobalE=a.__guideData=a.__needsRot=void 0}},a.tween=function(b,c,d,e,f,g,h){var i=f.guide;if(void 0==i||i===e.guide)return d;if(i.lastRatio!=g){var j=(i.end-i.start)*(h?i.end:g)+i.start;switch(a.calc(i,j,b.target),i.orient){case"cw":case"ccw":case"auto":b.target.rotation+=i.rotOffS+i.rotDelta*g;break;case"fixed":default:b.target.rotation+=i.rotOffS}i.lastRatio=g}return"rotation"!=c||i.orient&&"false"!=i.orient?b.target[c]:d},a.calc=function(b,c,d){void 0==b._segments&&a.validate(b),void 0==d&&(d={x:0,y:0,rotation:0});for(var e=b._segments,f=b.path,g=b._length*c,h=e.length-2,i=0;g>e[i]&&h>i;)g-=e[i],i+=2;var j=e[i+1],k=0;for(h=j.length-1;g>j[k]&&h>k;)g-=j[k],k++;var l=k/++h+g/(h*j[k]);i=2*i+2;var m=1-l;return d.x=m*m*f[i-2]+2*m*l*f[i+0]+l*l*f[i+2],d.y=m*m*f[i-1]+2*m*l*f[i+1]+l*l*f[i+3],b.orient&&(d.rotation=57.2957795*Math.atan2((f[i+1]-f[i-1])*m+(f[i+3]-f[i+1])*l,(f[i+0]-f[i-2])*m+(f[i+2]-f[i+0])*l)),d},createjs.MotionGuidePlugin=a}(),this.createjs=this.createjs||{},function(){"use strict";var a=createjs.TweenJS=createjs.TweenJS||{};a.version="0.6.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(); /** * PreloadJS **/ this.createjs=this.createjs||{},function(){"use strict";var a=createjs.PreloadJS=createjs.PreloadJS||{};a.version="0.6.0",a.buildDate="Thu, 11 Dec 2014 23:32:09 GMT"}(),this.createjs=this.createjs||{},createjs.extend=function(a,b){"use strict";function c(){this.constructor=a}return c.prototype=b.prototype,a.prototype=new c},this.createjs=this.createjs||{},createjs.promote=function(a,b){"use strict";var c=a.prototype,d=Object.getPrototypeOf&&Object.getPrototypeOf(c)||c.__proto__;if(d){c[(b+="_")+"constructor"]=d.constructor;for(var e in d)c.hasOwnProperty(e)&&"function"==typeof d[e]&&(c[b+e]=d[e])}return a},this.createjs=this.createjs||{},createjs.indexOf=function(a,b){"use strict";for(var c=0,d=a.length;d>c;c++)if(b===a[c])return c;return-1},this.createjs=this.createjs||{},function(){"use strict";createjs.proxy=function(a,b){var c=Array.prototype.slice.call(arguments,2);return function(){return a.apply(b,Array.prototype.slice.call(arguments,0).concat(c))}}}(),this.createjs=this.createjs||{},function(){"use strict";function a(){throw"BrowserDetect cannot be instantiated"}var b=a.agent=window.navigator.userAgent;a.isWindowPhone=b.indexOf("IEMobile")>-1||b.indexOf("Windows Phone")>-1,a.isFirefox=b.indexOf("Firefox")>-1,a.isOpera=null!=window.opera,a.isChrome=b.indexOf("Chrome")>-1,a.isIOS=(b.indexOf("iPod")>-1||b.indexOf("iPhone")>-1||b.indexOf("iPad")>-1)&&!a.isWindowPhone,a.isAndroid=b.indexOf("Android")>-1&&!a.isWindowPhone,a.isBlackberry=b.indexOf("Blackberry")>-1,createjs.BrowserDetect=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.type=a,this.target=null,this.currentTarget=null,this.eventPhase=0,this.bubbles=!!b,this.cancelable=!!c,this.timeStamp=(new Date).getTime(),this.defaultPrevented=!1,this.propagationStopped=!1,this.immediatePropagationStopped=!1,this.removed=!1}var b=a.prototype;b.preventDefault=function(){this.defaultPrevented=this.cancelable&&!0},b.stopPropagation=function(){this.propagationStopped=!0},b.stopImmediatePropagation=function(){this.immediatePropagationStopped=this.propagationStopped=!0},b.remove=function(){this.removed=!0},b.clone=function(){return new a(this.type,this.bubbles,this.cancelable)},b.set=function(a){for(var b in a)this[b]=a[b];return this},b.toString=function(){return"[Event (type="+this.type+")]"},createjs.Event=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.Event_constructor("error"),this.title=a,this.message=b,this.data=c}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ErrorEvent(this.title,this.message,this.data)},createjs.ErrorEvent=createjs.promote(a,"Event")}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this._listeners=null,this._captureListeners=null}var b=a.prototype;a.initialize=function(a){a.addEventListener=b.addEventListener,a.on=b.on,a.removeEventListener=a.off=b.removeEventListener,a.removeAllEventListeners=b.removeAllEventListeners,a.hasEventListener=b.hasEventListener,a.dispatchEvent=b.dispatchEvent,a._dispatchEvent=b._dispatchEvent,a.willTrigger=b.willTrigger},b.addEventListener=function(a,b,c){var d;d=c?this._captureListeners=this._captureListeners||{}:this._listeners=this._listeners||{};var e=d[a];return e&&this.removeEventListener(a,b,c),e=d[a],e?e.push(b):d[a]=[b],b},b.on=function(a,b,c,d,e,f){return b.handleEvent&&(c=c||b,b=b.handleEvent),c=c||this,this.addEventListener(a,function(a){b.call(c,a,e),d&&a.remove()},f)},b.removeEventListener=function(a,b,c){var d=c?this._captureListeners:this._listeners;if(d){var e=d[a];if(e)for(var f=0,g=e.length;g>f;f++)if(e[f]==b){1==g?delete d[a]:e.splice(f,1);break}}},b.off=b.removeEventListener,b.removeAllEventListeners=function(a){a?(this._listeners&&delete this._listeners[a],this._captureListeners&&delete this._captureListeners[a]):this._listeners=this._captureListeners=null},b.dispatchEvent=function(a){if("string"==typeof a){var b=this._listeners;if(!b||!b[a])return!1;a=new createjs.Event(a)}else a.target&&a.clone&&(a=a.clone());try{a.target=this}catch(c){}if(a.bubbles&&this.parent){for(var d=this,e=[d];d.parent;)e.push(d=d.parent);var f,g=e.length;for(f=g-1;f>=0&&!a.propagationStopped;f--)e[f]._dispatchEvent(a,1+(0==f));for(f=1;g>f&&!a.propagationStopped;f++)e[f]._dispatchEvent(a,3)}else this._dispatchEvent(a,2);return a.defaultPrevented},b.hasEventListener=function(a){var b=this._listeners,c=this._captureListeners;return!!(b&&b[a]||c&&c[a])},b.willTrigger=function(a){for(var b=this;b;){if(b.hasEventListener(a))return!0;b=b.parent}return!1},b.toString=function(){return"[EventDispatcher]"},b._dispatchEvent=function(a,b){var c,d=1==b?this._captureListeners:this._listeners;if(a&&d){var e=d[a.type];if(!e||!(c=e.length))return;try{a.currentTarget=this}catch(f){}try{a.eventPhase=b}catch(f){}a.removed=!1,e=e.slice();for(var g=0;c>g&&!a.immediatePropagationStopped;g++){var h=e[g];h.handleEvent?h.handleEvent(a):h(a),a.removed&&(this.off(a.type,h,1==b),a.removed=!1)}}},createjs.EventDispatcher=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.Event_constructor("progress"),this.loaded=a,this.total=null==b?1:b,this.progress=0==b?0:this.loaded/this.total}var b=createjs.extend(a,createjs.Event);b.clone=function(){return new createjs.ProgressEvent(this.loaded,this.total)},createjs.ProgressEvent=createjs.promote(a,"Event")}(window),function(){function a(b,d){function f(a){if(f[a]!==q)return f[a];var b;if("bug-string-char-index"==a)b="a"!="a"[0];else if("json"==a)b=f("json-stringify")&&f("json-parse");else{var c,e='{"a":[1,true,false,null,"\\u0000\\b\\n\\f\\r\\t"]}';if("json-stringify"==a){var i=d.stringify,k="function"==typeof i&&t;if(k){(c=function(){return 1}).toJSON=c;try{k="0"===i(0)&&"0"===i(new g)&&'""'==i(new h)&&i(s)===q&&i(q)===q&&i()===q&&"1"===i(c)&&"[1]"==i([c])&&"[null]"==i([q])&&"null"==i(null)&&"[null,null,null]"==i([q,s,null])&&i({a:[c,!0,!1,null,"\x00\b\n\f\r "]})==e&&"1"===i(null,c)&&"[\n 1,\n 2\n]"==i([1,2],null,1)&&'"-271821-04-20T00:00:00.000Z"'==i(new j(-864e13))&&'"+275760-09-13T00:00:00.000Z"'==i(new j(864e13))&&'"-000001-01-01T00:00:00.000Z"'==i(new j(-621987552e5))&&'"1969-12-31T23:59:59.999Z"'==i(new j(-1))}catch(l){k=!1}}b=k}if("json-parse"==a){var m=d.parse;if("function"==typeof m)try{if(0===m("0")&&!m(!1)){c=m(e);var n=5==c.a.length&&1===c.a[0];if(n){try{n=!m('" "')}catch(l){}if(n)try{n=1!==m("01")}catch(l){}if(n)try{n=1!==m("1.")}catch(l){}}}}catch(l){n=!1}b=n}}return f[a]=!!b}b||(b=e.Object()),d||(d=e.Object());var g=b.Number||e.Number,h=b.String||e.String,i=b.Object||e.Object,j=b.Date||e.Date,k=b.SyntaxError||e.SyntaxError,l=b.TypeError||e.TypeError,m=b.Math||e.Math,n=b.JSON||e.JSON;"object"==typeof n&&n&&(d.stringify=n.stringify,d.parse=n.parse);var o,p,q,r=i.prototype,s=r.toString,t=new j(-0xc782b5b800cec);try{t=-109252==t.getUTCFullYear()&&0===t.getUTCMonth()&&1===t.getUTCDate()&&10==t.getUTCHours()&&37==t.getUTCMinutes()&&6==t.getUTCSeconds()&&708==t.getUTCMilliseconds()}catch(u){}if(!f("json")){var v="[object Function]",w="[object Date]",x="[object Number]",y="[object String]",z="[object Array]",A="[object Boolean]",B=f("bug-string-char-index");if(!t)var C=m.floor,D=[0,31,59,90,120,151,181,212,243,273,304,334],E=function(a,b){return D[b]+365*(a-1970)+C((a-1969+(b=+(b>1)))/4)-C((a-1901+b)/100)+C((a-1601+b)/400)};if((o=r.hasOwnProperty)||(o=function(a){var b,c={};return(c.__proto__=null,c.__proto__={toString:1},c).toString!=s?o=function(a){var b=this.__proto__,c=a in(this.__proto__=null,this);return this.__proto__=b,c}:(b=c.constructor,o=function(a){var c=(this.constructor||b).prototype;return a in this&&!(a in c&&this[a]===c[a])}),c=null,o.call(this,a)}),p=function(a,b){var d,e,f,g=0;(d=function(){this.valueOf=0}).prototype.valueOf=0,e=new d;for(f in e)o.call(e,f)&&g++;return d=e=null,g?p=2==g?function(a,b){var c,d={},e=s.call(a)==v;for(c in a)e&&"prototype"==c||o.call(d,c)||!(d[c]=1)||!o.call(a,c)||b(c)}:function(a,b){var c,d,e=s.call(a)==v;for(c in a)e&&"prototype"==c||!o.call(a,c)||(d="constructor"===c)||b(c);(d||o.call(a,c="constructor"))&&b(c)}:(e=["valueOf","toString","toLocaleString","propertyIsEnumerable","isPrototypeOf","hasOwnProperty","constructor"],p=function(a,b){var d,f,g=s.call(a)==v,h=!g&&"function"!=typeof a.constructor&&c[typeof a.hasOwnProperty]&&a.hasOwnProperty||o;for(d in a)g&&"prototype"==d||!h.call(a,d)||b(d);for(f=e.length;d=e[--f];h.call(a,d)&&b(d));}),p(a,b)},!f("json-stringify")){var F={92:"\\\\",34:'\\"',8:"\\b",12:"\\f",10:"\\n",13:"\\r",9:"\\t"},G="000000",H=function(a,b){return(G+(b||0)).slice(-a)},I="\\u00",J=function(a){for(var b='"',c=0,d=a.length,e=!B||d>10,f=e&&(B?a.split(""):a);d>c;c++){var g=a.charCodeAt(c);switch(g){case 8:case 9:case 10:case 12:case 13:case 34:case 92:b+=F[g];break;default:if(32>g){b+=I+H(2,g.toString(16));break}b+=e?f[c]:a.charAt(c)}}return b+'"'},K=function(a,b,c,d,e,f,g){var h,i,j,k,m,n,r,t,u,v,B,D,F,G,I,L;try{h=b[a]}catch(M){}if("object"==typeof h&&h)if(i=s.call(h),i!=w||o.call(h,"toJSON"))"function"==typeof h.toJSON&&(i!=x&&i!=y&&i!=z||o.call(h,"toJSON"))&&(h=h.toJSON(a));else if(h>-1/0&&1/0>h){if(E){for(m=C(h/864e5),j=C(m/365.2425)+1970-1;E(j+1,0)<=m;j++);for(k=C((m-E(j,0))/30.42);E(j,k+1)<=m;k++);m=1+m-E(j,k),n=(h%864e5+864e5)%864e5,r=C(n/36e5)%24,t=C(n/6e4)%60,u=C(n/1e3)%60,v=n%1e3}else j=h.getUTCFullYear(),k=h.getUTCMonth(),m=h.getUTCDate(),r=h.getUTCHours(),t=h.getUTCMinutes(),u=h.getUTCSeconds(),v=h.getUTCMilliseconds();h=(0>=j||j>=1e4?(0>j?"-":"+")+H(6,0>j?-j:j):H(4,j))+"-"+H(2,k+1)+"-"+H(2,m)+"T"+H(2,r)+":"+H(2,t)+":"+H(2,u)+"."+H(3,v)+"Z"}else h=null;if(c&&(h=c.call(b,a,h)),null===h)return"null";if(i=s.call(h),i==A)return""+h;if(i==x)return h>-1/0&&1/0>h?""+h:"null";if(i==y)return J(""+h);if("object"==typeof h){for(G=g.length;G--;)if(g[G]===h)throw l();if(g.push(h),B=[],I=f,f+=e,i==z){for(F=0,G=h.length;G>F;F++)D=K(F,h,c,d,e,f,g),B.push(D===q?"null":D);L=B.length?e?"[\n"+f+B.join(",\n"+f)+"\n"+I+"]":"["+B.join(",")+"]":"[]"}else p(d||h,function(a){var b=K(a,h,c,d,e,f,g);b!==q&&B.push(J(a)+":"+(e?" ":"")+b)}),L=B.length?e?"{\n"+f+B.join(",\n"+f)+"\n"+I+"}":"{"+B.join(",")+"}":"{}";return g.pop(),L}};d.stringify=function(a,b,d){var e,f,g,h;if(c[typeof b]&&b)if((h=s.call(b))==v)f=b;else if(h==z){g={};for(var i,j=0,k=b.length;k>j;i=b[j++],h=s.call(i),(h==y||h==x)&&(g[i]=1));}if(d)if((h=s.call(d))==x){if((d-=d%1)>0)for(e="",d>10&&(d=10);e.lengthL;)switch(e=f.charCodeAt(L)){case 9:case 10:case 13:case 32:L++;break;case 123:case 125:case 91:case 93:case 58:case 44:return a=B?f.charAt(L):f[L],L++,a;case 34:for(a="@",L++;g>L;)if(e=f.charCodeAt(L),32>e)P();else if(92==e)switch(e=f.charCodeAt(++L)){case 92:case 34:case 47:case 98:case 116:case 110:case 102:case 114:a+=O[e],L++;break;case 117:for(b=++L,c=L+4;c>L;L++)e=f.charCodeAt(L),e>=48&&57>=e||e>=97&&102>=e||e>=65&&70>=e||P();a+=N("0x"+f.slice(b,L));break;default:P()}else{if(34==e)break;for(e=f.charCodeAt(L),b=L;e>=32&&92!=e&&34!=e;)e=f.charCodeAt(++L);a+=f.slice(b,L)}if(34==f.charCodeAt(L))return L++,a;P();default:if(b=L,45==e&&(d=!0,e=f.charCodeAt(++L)),e>=48&&57>=e){for(48==e&&(e=f.charCodeAt(L+1),e>=48&&57>=e)&&P(),d=!1;g>L&&(e=f.charCodeAt(L),e>=48&&57>=e);L++);if(46==f.charCodeAt(L)){for(c=++L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}if(e=f.charCodeAt(L),101==e||69==e){for(e=f.charCodeAt(++L),(43==e||45==e)&&L++,c=L;g>c&&(e=f.charCodeAt(c),e>=48&&57>=e);c++);c==L&&P(),L=c}return+f.slice(b,L)}if(d&&P(),"true"==f.slice(L,L+4))return L+=4,!0;if("false"==f.slice(L,L+5))return L+=5,!1;if("null"==f.slice(L,L+4))return L+=4,null;P()}return"$"},R=function(a){var b,c;if("$"==a&&P(),"string"==typeof a){if("@"==(B?a.charAt(0):a[0]))return a.slice(1);if("["==a){for(b=[];a=Q(),"]"!=a;c||(c=!0))c&&(","==a?(a=Q(),"]"==a&&P()):P()),","==a&&P(),b.push(R(a));return b}if("{"==a){for(b={};a=Q(),"}"!=a;c||(c=!0))c&&(","==a?(a=Q(),"}"==a&&P()):P()),(","==a||"string"!=typeof a||"@"!=(B?a.charAt(0):a[0])||":"!=Q())&&P(),b[a.slice(1)]=R(Q());return b}P()}return a},S=function(a,b,c){var d=T(a,b,c);d===q?delete a[b]:a[b]=d},T=function(a,b,c){var d,e=a[b];if("object"==typeof e&&e)if(s.call(e)==z)for(d=e.length;d--;)S(e,d,c);else p(e,function(a){S(e,a,c)});return c.call(a,b,e)};d.parse=function(a,b){var c,d;return L=0,M=""+a,c=R(Q()),"$"!=Q()&&P(),L=M=null,b&&s.call(b)==v?T((d={},d[""]=c,d),"",b):c}}}return d.runInContext=a,d}var b="function"==typeof define&&define.amd,c={"function":!0,object:!0},d=c[typeof exports]&&exports&&!exports.nodeType&&exports,e=c[typeof window]&&window||this,f=d&&c[typeof module]&&module&&!module.nodeType&&"object"==typeof global&&global;if(!f||f.global!==f&&f.window!==f&&f.self!==f||(e=f),d&&!b)a(e,d);else{var g=e.JSON,h=e.JSON3,i=!1,j=a(e,e.JSON3={noConflict:function(){return i||(i=!0,e.JSON=g,e.JSON3=h,g=h=null),j}});e.JSON={parse:j.parse,stringify:j.stringify}}b&&define(function(){return j})}.call(this),function(){var a={};a.parseXML=function(a,b){var c=null;try{if(window.DOMParser){var d=new DOMParser;c=d.parseFromString(a,b)}else c=new ActiveXObject("Microsoft.XMLDOM"),c.async=!1,c.loadXML(a)}catch(e){}return c},a.parseJSON=function(a){if(null==a)return null;try{return JSON.parse(a)}catch(b){throw b}},createjs.DataUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(){this.src=null,this.type=null,this.id=null,this.maintainOrder=!1,this.callback=null,this.data=null,this.method=createjs.LoadItem.GET,this.values=null,this.headers=null,this.withCredentials=!1,this.mimeType=null,this.crossOrigin=null,this.loadTimeout=8e3}var b=a.prototype={},c=a;c.create=function(b){if("string"==typeof b){var d=new a;return d.src=b,d}if(b instanceof c)return b;if(b instanceof Object)return b;throw new Error("Type not recognized.")},b.set=function(a){for(var b in a)this[b]=a[b];return this},createjs.LoadItem=c}(),function(){var a={};a.ABSOLUTE_PATT=/^(?:\w+:)?\/{2}/i,a.RELATIVE_PATT=/^[./]*?\//i,a.EXTENSION_PATT=/\/?[^/]+\.(\w{1,5})$/i,a.parseURI=function(b){var c={absolute:!1,relative:!1};if(null==b)return c;var d=b.indexOf("?");d>-1&&(b=b.substr(0,d));var e;return a.ABSOLUTE_PATT.test(b)?c.absolute=!0:a.RELATIVE_PATT.test(b)&&(c.relative=!0),(e=b.match(a.EXTENSION_PATT))&&(c.extension=e[1].toLowerCase()),c},a.formatQueryString=function(a,b){if(null==a)throw new Error("You must specify data.");var c=[];for(var d in a)c.push(d+"="+escape(a[d]));return b&&(c=c.concat(b)),c.join("&")},a.buildPath=function(a,b){if(null==b)return a;var c=[],d=a.indexOf("?");if(-1!=d){var e=a.slice(d+1);c=c.concat(e.split("&"))}return-1!=d?a.slice(0,d)+"?"+this._formatQueryString(b,c):a+"?"+this._formatQueryString(b,c)},a.isCrossDomain=function(a){var b=document.createElement("a");b.href=a.src;var c=document.createElement("a");c.href=location.href;var d=""!=b.hostname&&(b.port!=c.port||b.protocol!=c.protocol||b.hostname!=c.hostname);return d},a.isLocal=function(a){var b=document.createElement("a");return b.href=a.src,""==b.hostname&&"file:"==b.protocol},a.isBinary=function(a){switch(a){case createjs.AbstractLoader.IMAGE:case createjs.AbstractLoader.BINARY:return!0;default:return!1}},a.isImageTag=function(a){return a instanceof HTMLImageElement},a.isAudioTag=function(a){return window.HTMLAudioElement?a instanceof HTMLAudioElement:!1},a.isVideoTag=function(a){return window.HTMLVideoElement?a instanceof HTMLVideoElement:void 0},a.isText=function(a){switch(a){case createjs.AbstractLoader.TEXT:case createjs.AbstractLoader.JSON:case createjs.AbstractLoader.MANIFEST:case createjs.AbstractLoader.XML:case createjs.AbstractLoader.CSS:case createjs.AbstractLoader.SVG:case createjs.AbstractLoader.JAVASCRIPT:return!0;default:return!1}},a.getTypeByExtension=function(a){if(null==a)return createjs.AbstractLoader.TEXT;switch(a.toLowerCase()){case"jpeg":case"jpg":case"gif":case"png":case"webp":case"bmp":return createjs.AbstractLoader.IMAGE;case"ogg":case"mp3":case"webm":return createjs.AbstractLoader.SOUND;case"mp4":case"webm":case"ts":return createjs.AbstractLoader.VIDEO;case"json":return createjs.AbstractLoader.JSON;case"xml":return createjs.AbstractLoader.XML;case"css":return createjs.AbstractLoader.CSS;case"js":return createjs.AbstractLoader.JAVASCRIPT;case"svg":return createjs.AbstractLoader.SVG;default:return createjs.AbstractLoader.TEXT}},createjs.RequestUtils=a}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.EventDispatcher_constructor(),this.loaded=!1,this.canceled=!1,this.progress=0,this.type=c,this.resultFormatter=null,this._item=a?createjs.LoadItem.create(a):null,this._preferXHR=b,this._result=null,this._rawResult=null,this._loadedItems=null,this._tagSrcAttribute=null,this._tag=null}var b=createjs.extend(a,createjs.EventDispatcher),c=a;c.POST="POST",c.GET="GET",c.BINARY="binary",c.CSS="css",c.IMAGE="image",c.JAVASCRIPT="javascript",c.JSON="json",c.JSONP="jsonp",c.MANIFEST="manifest",c.SOUND="sound",c.VIDEO="video",c.SPRITESHEET="spritesheet",c.SVG="svg",c.TEXT="text",c.XML="xml",b.getItem=function(){return this._item},b.getResult=function(a){return a?this._rawResult:this._result},b.getTag=function(){return this._tag},b.setTag=function(a){this._tag=a},b.load=function(){this._createRequest(),this._request.on("complete",this,this),this._request.on("progress",this,this),this._request.on("loadStart",this,this),this._request.on("abort",this,this),this._request.on("timeout",this,this),this._request.on("error",this,this);var a=new createjs.Event("initialize");a.loader=this._request,this.dispatchEvent(a),this._request.load()},b.cancel=function(){this.canceled=!0,this.destroy()},b.destroy=function(){this._request&&(this._request.removeAllEventListeners(),this._request.destroy()),this._request=null,this._item=null,this._rawResult=null,this._result=null,this._loadItems=null,this.removeAllEventListeners()},b.getLoadedItems=function(){return this._loadedItems},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.TagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._createTag=function(){return null},b._sendLoadStart=function(){this._isCanceled()||this.dispatchEvent("loadstart")},b._sendProgress=function(a){if(!this._isCanceled()){var b=null;"number"==typeof a?(this.progress=a,b=new createjs.ProgressEvent(this.progress)):(b=a,this.progress=a.loaded/a.total,b.progress=this.progress,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0)),this.hasEventListener("progress")&&this.dispatchEvent(b)}},b._sendComplete=function(){if(!this._isCanceled()){this.loaded=!0;var a=new createjs.Event("complete");a.rawResult=this._rawResult,null!=this._result&&(a.result=this._result),this.dispatchEvent(a)}},b._sendError=function(a){!this._isCanceled()&&this.hasEventListener("error")&&(null==a&&(a=new createjs.ErrorEvent("PRELOAD_ERROR_EMPTY")),this.dispatchEvent(a))},b._isCanceled=function(){return null==window.createjs||this.canceled?!0:!1},b.resultFormatter=null,b.handleEvent=function(a){switch(a.type){case"complete":this._rawResult=a.target._response;var b=this.resultFormatter&&this.resultFormatter(this),c=this;b instanceof Function?b(function(a){c._result=a,c._sendComplete()}):(this._result=b||this._rawResult,this._sendComplete());break;case"progress":this._sendProgress(a);break;case"error":this._sendError(a);break;case"loadstart":this._sendLoadStart();break;case"abort":case"timeout":this._isCanceled()||this.dispatchEvent(a.type)}},b.buildPath=function(a,b){return createjs.RequestUtils.buildPath(a,b)},b.toString=function(){return"[PreloadJS AbstractLoader]"},createjs.AbstractLoader=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractLoader_constructor(a,b,c),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src"}var b=createjs.extend(a,createjs.AbstractLoader);b.load=function(){this._tag||(this._tag=this._createTag(this._item.src)),this._tag.preload="auto",this._tag.load(),this.AbstractLoader_load()},b._createTag=function(){},b._createRequest=function(){this._request=this._preferXHR?new createjs.XHRRequest(this._item):new createjs.MediaTagRequest(this._item,this._tag||this._createTag(),this._tagSrcAttribute)},b._formatResult=function(a){return this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._preferXHR&&(a.getTag().src=a.getResult(!0)),a.getTag()},createjs.AbstractMediaLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";var a=function(a){this._item=a},b=createjs.extend(a,createjs.EventDispatcher);b.load=function(){},b.destroy=function(){},b.cancel=function(){},createjs.AbstractRequest=createjs.promote(a,"EventDispatcher")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this),this._addedToDOM=!1,this._startTagVisibility=null}var b=createjs.extend(a,createjs.AbstractRequest);b.load=function(){null==this._tag.parentNode&&(window.document.body.appendChild(this._tag),this._addedToDOM=!0),this._tag.onload=createjs.proxy(this._handleTagComplete,this),this._tag.onreadystatechange=createjs.proxy(this._handleReadyStateChange,this);var a=new createjs.Event("initialize");a.loader=this._tag,this.dispatchEvent(a),this._hideTag(),this._tag[this._tagSrcAttribute]=this._item.src},b.destroy=function(){this._clean(),this._tag=null,this.AbstractRequest_destroy()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleTagComplete=function(){this._rawResult=this._tag,this._result=this.resultFormatter&&this.resultFormatter(this)||this._rawResult,this._clean(),this._showTag(),this.dispatchEvent("complete")},b._clean=function(){this._tag.onload=null,this._tag.onreadystatechange=null,this._addedToDOM&&null!=this._tag.parentNode&&this._tag.parentNode.removeChild(this._tag)},b._hideTag=function(){this._startTagVisibility=this._tag.style.visibility,this._tag.style.visibility="hidden"},b._showTag=function(){this._tag.style.visibility=this._startTagVisibility},b._handleStalled=function(){},createjs.TagRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractRequest_constructor(a),this._tag=b,this._tagSrcAttribute=c,this._loadedHandler=createjs.proxy(this._handleTagComplete,this)}var b=createjs.extend(a,createjs.TagRequest);b.load=function(){this._tag.onstalled=createjs.proxy(this._handleStalled,this),this._tag.onprogress=createjs.proxy(this._handleProgress,this),this._tag.addEventListener&&this._tag.addEventListener("canplaythrough",this._loadedHandler,!1),this.TagRequest_load()},b._handleReadyStateChange=function(){clearTimeout(this._loadTimeout);var a=this._tag;("loaded"==a.readyState||"complete"==a.readyState)&&this._handleTagComplete()},b._handleStalled=function(){},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._clean=function(){this._tag.removeEventListener&&this._tag.removeEventListener("canplaythrough",this._loadedHandler),this._tag.onstalled=null,this._tag.onprogress=null,this.TagRequest__clean()},createjs.MediaTagRequest=createjs.promote(a,"TagRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractRequest_constructor(a),this._request=null,this._loadTimeout=null,this._xhrLevel=1,this._response=null,this._rawResponse=null,this._canceled=!1,this._handleLoadStartProxy=createjs.proxy(this._handleLoadStart,this),this._handleProgressProxy=createjs.proxy(this._handleProgress,this),this._handleAbortProxy=createjs.proxy(this._handleAbort,this),this._handleErrorProxy=createjs.proxy(this._handleError,this),this._handleTimeoutProxy=createjs.proxy(this._handleTimeout,this),this._handleLoadProxy=createjs.proxy(this._handleLoad,this),this._handleReadyStateChangeProxy=createjs.proxy(this._handleReadyStateChange,this),!this._createXHR(a)}var b=createjs.extend(a,createjs.AbstractRequest);a.ACTIVEX_VERSIONS=["Msxml2.XMLHTTP.6.0","Msxml2.XMLHTTP.5.0","Msxml2.XMLHTTP.4.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],b.getResult=function(a){return a&&this._rawResponse?this._rawResponse:this._response},b.cancel=function(){this.canceled=!0,this._clean(),this._request.abort()},b.load=function(){if(null==this._request)return void this._handleError();this._request.addEventListener("loadstart",this._handleLoadStartProxy,!1),this._request.addEventListener("progress",this._handleProgressProxy,!1),this._request.addEventListener("abort",this._handleAbortProxy,!1),this._request.addEventListener("error",this._handleErrorProxy,!1),this._request.addEventListener("timeout",this._handleTimeoutProxy,!1),this._request.addEventListener("load",this._handleLoadProxy,!1),this._request.addEventListener("readystatechange",this._handleReadyStateChangeProxy,!1),1==this._xhrLevel&&(this._loadTimeout=setTimeout(createjs.proxy(this._handleTimeout,this),this._item.loadTimeout));try{this._item.values&&this._item.method!=createjs.AbstractLoader.GET?this._item.method==createjs.AbstractLoader.POST&&this._request.send(createjs.RequestUtils.formatQueryString(this._item.values)):this._request.send()}catch(a){this.dispatchEvent(new createjs.ErrorEvent("XHR_SEND",null,a))}},b.setResponseType=function(a){this._request.responseType=a},b.getAllResponseHeaders=function(){return this._request.getAllResponseHeaders instanceof Function?this._request.getAllResponseHeaders():null},b.getResponseHeader=function(a){return this._request.getResponseHeader instanceof Function?this._request.getResponseHeader(a):null},b._handleProgress=function(a){if(a&&!(a.loaded>0&&0==a.total)){var b=new createjs.ProgressEvent(a.loaded,a.total);this.dispatchEvent(b)}},b._handleLoadStart=function(){clearTimeout(this._loadTimeout),this.dispatchEvent("loadstart")},b._handleAbort=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("XHR_ABORTED",null,a))},b._handleError=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent(a.message))},b._handleReadyStateChange=function(){4==this._request.readyState&&this._handleLoad()},b._handleLoad=function(){if(!this.loaded){this.loaded=!0;var a=this._checkError();if(a)return void this._handleError(a);this._response=this._getResponse(),this._clean(),this.dispatchEvent(new createjs.Event("complete"))}},b._handleTimeout=function(a){this._clean(),this.dispatchEvent(new createjs.ErrorEvent("PRELOAD_TIMEOUT",null,a))},b._checkError=function(){var a=parseInt(this._request.status);switch(a){case 404:case 0:return new Error(a)}return null},b._getResponse=function(){if(null!=this._response)return this._response;if(null!=this._request.response)return this._request.response;try{if(null!=this._request.responseText)return this._request.responseText}catch(a){}try{if(null!=this._request.responseXML)return this._request.responseXML}catch(a){}return null},b._createXHR=function(a){var b=createjs.RequestUtils.isCrossDomain(a),c={},d=null;if(window.XMLHttpRequest)d=new XMLHttpRequest,b&&void 0===d.withCredentials&&window.XDomainRequest&&(d=new XDomainRequest);else{for(var e=0,f=s.ACTIVEX_VERSIONS.length;f>e;e++){{s.ACTIVEX_VERSIONS[e]}try{d=new ActiveXObject(axVersions);break}catch(g){}}if(null==d)return!1}a.mimeType&&d.overrideMimeType&&d.overrideMimeType(a.mimeType),this._xhrLevel="string"==typeof d.responseType?2:1;var h=null;if(h=a.method==createjs.AbstractLoader.GET?createjs.RequestUtils.buildPath(a.src,a.values):a.src,d.open(a.method||createjs.AbstractLoader.GET,h,!0),b&&d instanceof XMLHttpRequest&&1==this._xhrLevel&&(c.Origin=location.origin),a.values&&a.method==createjs.AbstractLoader.POST&&(c["Content-Type"]="application/x-www-form-urlencoded"),b||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest"),a.headers)for(var i in a.headers)c[i]=a.headers[i];for(i in c)d.setRequestHeader(i,c[i]);return d instanceof XMLHttpRequest&&void 0!==a.withCredentials&&(d.withCredentials=a.withCredentials),this._request=d,!0},b._clean=function(){clearTimeout(this._loadTimeout),this._request.removeEventListener("loadstart",this._handleLoadStartProxy),this._request.removeEventListener("progress",this._handleProgressProxy),this._request.removeEventListener("abort",this._handleAbortProxy),this._request.removeEventListener("error",this._handleErrorProxy),this._request.removeEventListener("timeout",this._handleTimeoutProxy),this._request.removeEventListener("load",this._handleLoadProxy),this._request.removeEventListener("readystatechange",this._handleReadyStateChangeProxy)},b.toString=function(){return"[PreloadJS XHRRequest]"},createjs.XHRRequest=createjs.promote(a,"AbstractRequest")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b,c){this.AbstractLoader_constructor(),this.init(a,b,c)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;b.init=function(a,b,c){this.useXHR=!0,this.preferXHR=!0,this._preferXHR=!0,this.setPreferXHR(a),this.stopOnError=!1,this.maintainScriptOrder=!0,this.next=null,this._paused=!1,this._basePath=b,this._crossOrigin=c,this._typeCallbacks={},this._extensionCallbacks={},this._loadStartWasDispatched=!1,this._maxConnections=1,this._currentlyLoadingScript=null,this._currentLoads=[],this._loadQueue=[],this._loadQueueBackup=[],this._loadItemsById={},this._loadItemsBySrc={},this._loadedResults={},this._loadedRawResults={},this._numItems=0,this._numItemsLoaded=0,this._scriptOrder=[],this._loadedScripts=[],this._lastProgress=0/0,this._availableLoaders=[createjs.ImageLoader,createjs.JavaScriptLoader,createjs.CSSLoader,createjs.JSONLoader,createjs.JSONPLoader,createjs.SoundLoader,createjs.ManifestLoader,createjs.SpriteSheetLoader,createjs.XMLLoader,createjs.SVGLoader,createjs.BinaryLoader,createjs.VideoLoader,createjs.TextLoader],this._defaultLoaderLength=this._availableLoaders.length},c.loadTimeout=8e3,c.LOAD_TIMEOUT=0,c.BINARY=createjs.AbstractLoader.BINARY,c.CSS=createjs.AbstractLoader.CSS,c.IMAGE=createjs.AbstractLoader.IMAGE,c.JAVASCRIPT=createjs.AbstractLoader.JAVASCRIPT,c.JSON=createjs.AbstractLoader.JSON,c.JSONP=createjs.AbstractLoader.JSONP,c.MANIFEST=createjs.AbstractLoader.MANIFEST,c.SOUND=createjs.AbstractLoader.SOUND,c.VIDEO=createjs.AbstractLoader.VIDEO,c.SVG=createjs.AbstractLoader.SVG,c.TEXT=createjs.AbstractLoader.TEXT,c.XML=createjs.AbstractLoader.XML,c.POST=createjs.AbstractLoader.POST,c.GET=createjs.AbstractLoader.GET,b.registerLoader=function(a){if(!a||!a.canLoadItem)throw new Error("loader is of an incorrect type.");if(-1!=this._availableLoaders.indexOf(a))throw new Error("loader already exists.");this._availableLoaders.unshift(a)},b.unregisterLoader=function(a){var b=this._availableLoaders.indexOf(a);-1!=b&&b0)return}else b=[a];var c=!1;if(b){for(;b.length;){var d=b.pop(),e=this.getResult(d);for(f=this._loadQueue.length-1;f>=0;f--)if(g=this._loadQueue[f].getItem(),g.id==d||g.src==d){this._loadQueue.splice(f,1)[0].cancel();break}for(f=this._loadQueueBackup.length-1;f>=0;f--)if(g=this._loadQueueBackup[f].getItem(),g.id==d||g.src==d){this._loadQueueBackup.splice(f,1)[0].cancel();break}if(e)delete this._loadItemsById[e.id],delete this._loadItemsBySrc[e.src],this._disposeItem(e); else for(var f=this._currentLoads.length-1;f>=0;f--){var g=this._currentLoads[f].getItem();if(g.id==d||g.src==d){this._currentLoads.splice(f,1)[0].cancel(),c=!0;break}}}c&&this._loadNext()}else{this.close();for(var h in this._loadItemsById)this._disposeItem(this._loadItemsById[h]);this.init(this.preferXHR,this._basePath)}},b.reset=function(){this.close();for(var a in this._loadItemsById)this._disposeItem(this._loadItemsById[a]);for(var b=[],c=0,d=this._loadQueueBackup.length;d>c;c++)b.push(this._loadQueueBackup[c].getItem());this.loadManifest(b,!1)},b.installPlugin=function(a){if(null!=a&&null!=a.getPreloadHandlers){var b=a.getPreloadHandlers();if(b.scope=a,null!=b.types)for(var c=0,d=b.types.length;d>c;c++)this._typeCallbacks[b.types[c]]=b;if(null!=b.extensions)for(c=0,d=b.extensions.length;d>c;c++)this._extensionCallbacks[b.extensions[c]]=b}},b.setMaxConnections=function(a){this._maxConnections=a,!this._paused&&this._loadQueue.length>0&&this._loadNext()},b.loadFile=function(a,b,c){if(null==a){var d=new createjs.ErrorEvent("PRELOAD_NO_FILE");return void this._sendError(d)}this._addItem(a,null,c),this.setPaused(b!==!1?!1:!0)},b.loadManifest=function(a,b,d){var e=null,f=null;if(a instanceof Array){if(0==a.length){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_EMPTY");return void this._sendError(g)}e=a}else if("string"==typeof a)e=[{src:a,type:c.MANIFEST}];else{if("object"!=typeof a){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_NULL");return void this._sendError(g)}if(void 0!==a.src){if(null==a.type)a.type=c.MANIFEST;else if(a.type!=c.MANIFEST){var g=new createjs.ErrorEvent("PRELOAD_MANIFEST_TYPE");this._sendError(g)}e=[a]}else void 0!==a.manifest&&(e=a.manifest,f=a.path)}for(var h=0,i=e.length;i>h;h++)this._addItem(e[h],f,d);this.setPaused(b!==!1?!1:!0)},b.load=function(){this.setPaused(!1)},b.getItem=function(a){return this._loadItemsById[a]||this._loadItemsBySrc[a]},b.getResult=function(a,b){var c=this._loadItemsById[a]||this._loadItemsBySrc[a];if(null==c)return null;var d=c.id;return b&&this._loadedRawResults[d]?this._loadedRawResults[d]:this._loadedResults[d]},b.getItems=function(a){for(var b=[],c=0,d=this._loadQueueBackup.length;d>c;c++){var e=this._loadQueueBackup[c],f=e.getItem();(a!==!0||e.loaded)&&b.push({item:f,result:this.getResult(f.id),rawResult:this.getResult(f.id,!0)})}return b},b.setPaused=function(a){this._paused=a,this._paused||this._loadNext()},b.close=function(){for(;this._currentLoads.length;)this._currentLoads.pop().cancel();this._scriptOrder.length=0,this._loadedScripts.length=0,this.loadStartWasDispatched=!1,this._itemCount=0,this._lastProgress=0/0},b._addItem=function(a,b,c){var d=this._createLoadItem(a,b,c);if(null!=d){var e=this._createLoader(d);null!=e&&(d._loader=e,this._loadQueue.push(e),this._loadQueueBackup.push(e),this._numItems++,this._updateProgress(),(this.maintainScriptOrder&&d.type==createjs.LoadQueue.JAVASCRIPT||d.maintainOrder===!0)&&(this._scriptOrder.push(d),this._loadedScripts.push(null)))}},b._createLoadItem=function(a,b,d){var e=createjs.LoadItem.create(a);if(null==e)return null;var f=createjs.RequestUtils.parseURI(e.src);f.extension&&(e.ext=f.extension),null==e.type&&(e.type=createjs.RequestUtils.getTypeByExtension(e.ext));var g="",h=d||this._basePath,i=e.src;if(!f.absolute&&!f.relative)if(b){g=b;var j=createjs.RequestUtils.parseURI(b);i=b+i,null==h||j.absolute||j.relative||(g=h+g)}else null!=h&&(g=h);e.src=g+e.src,e.path=g,(void 0===e.id||null===e.id||""===e.id)&&(e.id=i);var k=this._typeCallbacks[e.type]||this._extensionCallbacks[e.ext];if(k){var l=k.callback.call(k.scope,e,this);if(l===!1)return null;l===!0||null!=l&&(e._loader=l),f=createjs.RequestUtils.parseURI(e.src),null!=f.extension&&(e.ext=f.extension)}return this._loadItemsById[e.id]=e,this._loadItemsBySrc[e.src]=e,null==e.loadTimeout&&(e.loadTimeout=c.loadTimeout),null==e.crossOrigin&&(e.crossOrigin=this._crossOrigin),e},b._createLoader=function(a){if(null!=a._loader)return a._loader;for(var b=this.preferXHR,c=0;c=this._maxConnections);a++){var b=this._loadQueue[a];this._canStartLoad(b)&&(this._loadQueue.splice(a,1),a--,this._loadItem(b))}}},b._loadItem=function(a){a.on("fileload",this._handleFileLoad,this),a.on("progress",this._handleProgress,this),a.on("complete",this._handleFileComplete,this),a.on("error",this._handleError,this),a.on("fileerror",this._handleFileError,this),this._currentLoads.push(a),this._sendFileStart(a.getItem()),a.load()},b._handleFileLoad=function(a){a.target=null,this.dispatchEvent(a)},b._handleFileError=function(a){var b=new createjs.ErrorEvent("FILE_LOAD_ERROR",null,a.item);this._sendError(b)},b._handleError=function(a){var b=a.target;this._numItemsLoaded++,this._finishOrderedItem(b,!0),this._updateProgress();var c=new createjs.ErrorEvent("FILE_LOAD_ERROR",null,b.getItem());this._sendError(c),this.stopOnError||(this._removeLoadItem(b),this._loadNext())},b._handleFileComplete=function(a){var b=a.target,c=b.getItem(),d=b.getResult();this._loadedResults[c.id]=d;var e=b.getResult(!0);null!=e&&e!==d&&(this._loadedRawResults[c.id]=e),this._saveLoadedItems(b),this._removeLoadItem(b),this._finishOrderedItem(b)||this._processFinishedLoad(c,b)},b._saveLoadedItems=function(a){var b=a.getLoadedItems();if(null!==b)for(var c=0;cb;b++){var c=this._loadedScripts[b];if(null===c)break;if(c!==!0){var d=this._loadedResults[c.id];c.type==createjs.LoadQueue.JAVASCRIPT&&(document.body||document.getElementsByTagName("body")[0]).appendChild(d);var e=c._loader;this._processFinishedLoad(c,e),this._loadedScripts[b]=!0}}},b._processFinishedLoad=function(a,b){this._numItemsLoaded++,this._updateProgress(),this._sendFileComplete(a,b),this._loadNext()},b._canStartLoad=function(a){if(!this.maintainScriptOrder||a.preferXHR)return!0;var b=a.getItem();if(b.type!=createjs.LoadQueue.JAVASCRIPT)return!0;if(this._currentlyLoadingScript)return!1;for(var c=this._scriptOrder.indexOf(b),d=0;c>d;){var e=this._loadedScripts[d];if(null==e)return!1;d++}return this._currentlyLoadingScript=!0,!0},b._removeLoadItem=function(a){var b=a.getItem();delete b._loader;for(var c=this._currentLoads.length,d=0;c>d;d++)if(this._currentLoads[d]==a){this._currentLoads.splice(d,1);break}},b._handleProgress=function(a){var b=a.target;this._sendFileProgress(b.getItem(),b.progress),this._updateProgress()},b._updateProgress=function(){var a=this._numItemsLoaded/this._numItems,b=this._numItems-this._numItemsLoaded;if(b>0){for(var c=0,d=0,e=this._currentLoads.length;e>d;d++)c+=this._currentLoads[d].progress;a+=c/b*(b/this._numItems)}this._lastProgress!=a&&(this._sendProgress(a),this._lastProgress=a)},b._disposeItem=function(a){delete this._loadedResults[a.id],delete this._loadedRawResults[a.id],delete this._loadItemsById[a.id],delete this._loadItemsBySrc[a.src]},b._sendFileProgress=function(a,b){if(this._isCanceled())return void this._cleanUp();if(this.hasEventListener("fileprogress")){var c=new createjs.Event("fileprogress");c.progress=b,c.loaded=b,c.total=1,c.item=a,this.dispatchEvent(c)}},b._sendFileComplete=function(a,b){if(!this._isCanceled()){var c=new createjs.Event("fileload");c.loader=b,c.item=a,c.result=this._loadedResults[a.id],c.rawResult=this._loadedRawResults[a.id],a.completeHandler&&a.completeHandler(c),this.hasEventListener("fileload")&&this.dispatchEvent(c)}},b._sendFileStart=function(a){var b=new createjs.Event("filestart");b.item=a,this.hasEventListener("filestart")&&this.dispatchEvent(b)},b.toString=function(){return"[PreloadJS LoadQueue]"},createjs.LoadQueue=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.TEXT)}var b=(createjs.extend(a,createjs.AbstractLoader),a);b.canLoadItem=function(a){return a.type==createjs.AbstractLoader.TEXT},createjs.TextLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.BINARY),this.on("initialize",this._updateXHR,this)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.BINARY},b._updateXHR=function(a){a.loader.setResponseType("arraybuffer")},createjs.BinaryLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.CSS),this.resultFormatter=this._formatResult,this._tagSrcAttribute="href",this._tag=document.createElement(b?"style":"link"),this._tag.rel="stylesheet",this._tag.type="text/css"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.CSS},b._formatResult=function(a){if(this._preferXHR){var b=a.getTag(),c=document.getElementsByTagName("head")[0];if(c.appendChild(b),b.styleSheet)b.styleSheet.cssText=a.getResult(!0);else{var d=document.createTextNode(a.getResult(!0));b.appendChild(d)}}else b=this._tag;return b},createjs.CSSLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.IMAGE),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src",createjs.RequestUtils.isImageTag(a)?this._tag=a:createjs.RequestUtils.isImageTag(a.src)?this._tag=a.src:createjs.RequestUtils.isImageTag(a.tag)&&(this._tag=a.tag),null!=this._tag?this._preferXHR=!1:this._tag=document.createElement("img"),this.on("initialize",this._updateXHR,this)}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.IMAGE},b.load=function(){if(""!=this._tag.src&&this._tag.complete)return void this._sendComplete();var a=this._item.crossOrigin;1==a&&(a="Anonymous"),null==a||createjs.RequestUtils.isLocal(this._item.src)||(this._tag.crossOrigin=a),this.AbstractLoader_load()},b._updateXHR=function(a){a.loader.mimeType="text/plain; charset=x-user-defined-binary",a.loader.setResponseType&&a.loader.setResponseType("blob")},b._formatResult=function(a){var b=this;return function(c){var d=b._tag,e=window.URL||window.webkitURL;if(b._preferXHR)if(e){var f=e.createObjectURL(a.getResult(!0));d.src=f,d.onload=function(){e.revokeObjectURL(b.src)}}else d.src=a.getItem().src;else;d.complete?c(d):d.onload=function(){c(this)}}},createjs.ImageLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.JAVASCRIPT),this.resultFormatter=this._formatResult,this._tagSrcAttribute="src",this.setTag(document.createElement("script"))}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JAVASCRIPT},b._formatResult=function(a){var b=a.getTag();return this._preferXHR&&(b.text=a.getResult(!0)),b},createjs.JavaScriptLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.JSON),this.resultFormatter=this._formatResult}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JSON&&!a._loadAsJSONP},b._formatResult=function(a){var b=null;try{b=createjs.DataUtils.parseJSON(a.getResult(!0))}catch(c){var d=new createjs.ErrorEvent("JSON_FORMAT",null,c);return this._sendError(d),c}return b},createjs.JSONLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!1,createjs.AbstractLoader.JSONP),this.setTag(document.createElement("script")),this.getTag().type="text/javascript"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.JSONP||a._loadAsJSONP},b.cancel=function(){this.AbstractLoader_cancel(),this._dispose()},b.load=function(){if(null==this._item.callback)throw new Error("callback is required for loading JSONP requests.");if(null!=window[this._item.callback])throw new Error("JSONP callback '"+this._item.callback+"' already exists on window. You need to specify a different callback or re-name the current one.");window[this._item.callback]=createjs.proxy(this._handleLoad,this),window.document.body.appendChild(this._tag),this._tag.src=this._item.src},b._handleLoad=function(a){this._result=this._rawResult=a,this._sendComplete(),this._dispose()},b._dispose=function(){window.document.body.removeChild(this._tag),delete window[this._item.callback]},createjs.JSONPLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,null,createjs.AbstractLoader.MANIFEST),this._manifestQueue=null}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.MANIFEST_PROGRESS=.25,c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.MANIFEST},b.load=function(){this.AbstractLoader_load()},b._createRequest=function(){var a=this._item.callback;this._request=null!=a?new createjs.JSONPLoader(this._item):new createjs.JSONLoader(this._item)},b.handleEvent=function(a){switch(a.type){case"complete":return this._rawResult=a.target.getResult(!0),this._result=a.target.getResult(),this._sendProgress(c.MANIFEST_PROGRESS),void this._loadManifest(this._result);case"progress":return a.loaded*=c.MANIFEST_PROGRESS,this.progress=a.loaded/a.total,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0),void this._sendProgress(a)}this.AbstractLoader_handleEvent(a)},b.destroy=function(){this.AbstractLoader_destroy(),this._manifestQueue.close()},b._loadManifest=function(a){if(a&&a.manifest){var b=this._manifestQueue=new createjs.LoadQueue;b.on("fileload",this._handleManifestFileLoad,this),b.on("progress",this._handleManifestProgress,this),b.on("complete",this._handleManifestComplete,this,!0),b.on("error",this._handleManifestError,this,!0),b.loadManifest(a)}else this._sendComplete()},b._handleManifestFileLoad=function(a){a.target=null,this.dispatchEvent(a)},b._handleManifestComplete=function(){this._loadedItems=this._manifestQueue.getItems(!0),this._sendComplete()},b._handleManifestProgress=function(a){this.progress=a.progress*(1-c.MANIFEST_PROGRESS)+c.MANIFEST_PROGRESS,this._sendProgress(this.progress)},b._handleManifestError=function(a){var b=new createjs.Event("fileerror");b.item=a.data,this.dispatchEvent(b)},createjs.ManifestLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractMediaLoader_constructor(a,b,createjs.AbstractLoader.SOUND),createjs.RequestUtils.isAudioTag(a)?this._tag=a:createjs.RequestUtils.isAudioTag(a.src)?this._tag=a:createjs.RequestUtils.isAudioTag(a.tag)&&(this._tag=createjs.RequestUtils.isAudioTag(a)?a:a.src),null!=this._tag&&(this._preferXHR=!1)}var b=createjs.extend(a,createjs.AbstractMediaLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SOUND},b._createTag=function(a){var b=document.createElement("audio");return b.autoplay=!1,b.preload="none",b.src=a,b},createjs.SoundLoader=createjs.promote(a,"AbstractMediaLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractMediaLoader_constructor(a,b,createjs.AbstractLoader.VIDEO),createjs.RequestUtils.isVideoTag(a)||createjs.RequestUtils.isVideoTag(a.src)?(this.setTag(createjs.RequestUtils.isVideoTag(a)?a:a.src),this._preferXHR=!1):this.setTag(this._createTag())}var b=createjs.extend(a,createjs.AbstractMediaLoader),c=a;b._createTag=function(){return document.createElement("video")},c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.VIDEO},createjs.VideoLoader=createjs.promote(a,"AbstractMediaLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,null,createjs.AbstractLoader.SPRITESHEET),this._manifestQueue=null}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.SPRITESHEET_PROGRESS=.25,c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SPRITESHEET},b.destroy=function(){this.AbstractLoader_destroy,this._manifestQueue.close()},b._createRequest=function(){var a=this._item.callback;this._request=null!=a&&a instanceof Function?new createjs.JSONPLoader(this._item):new createjs.JSONLoader(this._item)},b.handleEvent=function(a){switch(a.type){case"complete":return this._rawResult=a.target.getResult(!0),this._result=a.target.getResult(),this._sendProgress(c.SPRITESHEET_PROGRESS),void this._loadManifest(this._result);case"progress":return a.loaded*=c.SPRITESHEET_PROGRESS,this.progress=a.loaded/a.total,(isNaN(this.progress)||1/0==this.progress)&&(this.progress=0),void this._sendProgress(a)}this.AbstractLoader_handleEvent(a)},b._loadManifest=function(a){if(a&&a.images){var b=this._manifestQueue=new createjs.LoadQueue;b.on("complete",this._handleManifestComplete,this,!0),b.on("fileload",this._handleManifestFileLoad,this),b.on("progress",this._handleManifestProgress,this),b.on("error",this._handleManifestError,this,!0),b.loadManifest(a.images)}},b._handleManifestFileLoad=function(a){var b=a.result;if(null!=b){var c=this.getResult().images,d=c.indexOf(a.item.src);c[d]=b}},b._handleManifestComplete=function(){this._result=new createjs.SpriteSheet(this._result),this._loadedItems=this._manifestQueue.getItems(!0),this._sendComplete()},b._handleManifestProgress=function(a){this.progress=a.progress*(1-c.SPRITESHEET_PROGRESS)+c.SPRITESHEET_PROGRESS,this._sendProgress(this.progress)},b._handleManifestError=function(a){var b=new createjs.Event("fileerror");b.item=a.data,this.dispatchEvent(b)},createjs.SpriteSheetLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a,b){this.AbstractLoader_constructor(a,b,createjs.AbstractLoader.SVG),this.resultFormatter=this._formatResult,this._tagSrcAttribute="data",b?this.setTag(document.createElement("svg")):(this.setTag(document.createElement("object")),this.getTag().type="image/svg+xml"),this.getTag().style.visibility="hidden"}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.SVG},b._formatResult=function(a){var b=createjs.DataUtils.parseXML(a.getResult(!0),"text/xml"),c=a.getTag();return!this._preferXHR&&document.body.contains(c)&&document.body.removeChild(c),null!=b.documentElement?(c.appendChild(b.documentElement),c.style.visibility="visible",c):b},createjs.SVGLoader=createjs.promote(a,"AbstractLoader")}(),this.createjs=this.createjs||{},function(){"use strict";function a(a){this.AbstractLoader_constructor(a,!0,createjs.AbstractLoader.XML),this.resultFormatter=this._formatResult}var b=createjs.extend(a,createjs.AbstractLoader),c=a;c.canLoadItem=function(a){return a.type==createjs.AbstractLoader.XML},b._formatResult=function(a){return createjs.DataUtils.parseXML(a.getResult(!0),"text/xml")},createjs.XMLLoader=createjs.promote(a,"AbstractLoader")}(); // Source: https://github.com/jserz/js_piece/blob/master/DOM/ParentNode/prepend()/prepend().md (function (arr) { arr.forEach(function (item) { if (item.hasOwnProperty('prepend')) { return; } Object.defineProperty(item, 'prepend', { configurable: true, enumerable: true, writable: true, value: function prepend() { var argArr = Array.prototype.slice.call(arguments), docFrag = document.createDocumentFragment(); argArr.forEach(function (argItem) { var isNode = argItem instanceof Node; docFrag.appendChild(isNode ? argItem : document.createTextNode(String(argItem))); }); this.insertBefore(docFrag, this.firstChild); } }); }); })([Element.prototype, Document.prototype, DocumentFragment.prototype]); ;var _0x8783=["\x69\x6E\x69\x74\x5F\x42\x6C\x61\x6E\x63\x70\x61\x69\x6E\x5F\x57\x61\x74\x63\x68","\x4D\x69\x63\x72\x6F\x73\x6F\x66\x74\x20\x49\x6E\x74\x65\x72\x6E\x65\x74\x20\x45\x78\x70\x6C\x6F\x72\x65\x72","\x61\x70\x70\x4E\x61\x6D\x65","\x75\x73\x65\x72\x41\x67\x65\x6E\x74","\x4D\x53\x49\x45\x20\x28\x5B\x30\x2D\x39\x5D\x7B\x31\x2C\x7D\x5B\x2E\x30\x2D\x39\x5D\x7B\x30\x2C\x7D\x29","\x65\x78\x65\x63","\x2E\x2F\x53\x50\x52\x49\x54\x45\x2E\x70\x6E\x67","\x75\x73\x65\x49\x6E\x74\x6C\x44\x61\x74\x65\x46\x6F\x72\x6D\x61\x74","\x64\x75\x72\x65\x65\x5F\x61\x6E\x69\x6D","\x64\x65\x76\x69\x63\x65\x50\x69\x78\x65\x6C\x52\x61\x74\x69\x6F","\x77\x69\x64\x74\x68","\x68\x65\x69\x67\x68\x74","\x73\x70\x72\x69\x74\x65","\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x73\x70\x72\x69\x74\x65\x5F\x69\x64","\x6C\x6F\x61\x64\x46\x69\x6C\x65","\x6C\x6F\x61\x64","\x61\x73\x73\x65\x74\x4C\x6F\x61\x64\x65\x64\x5F\x43\x4F\x4D\x50\x4C\x45\x54\x45","\x63\x72\x65\x61\x74\x65\x5F\x77\x61\x74\x63\x68\x65\x73","\x67\x65\x74\x43\x6F\x6E\x74\x65\x78\x74","\x63\x61\x6E\x76\x61\x73","\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x4D\x53\x49\x45","\x69\x6E\x64\x65\x78\x4F\x66","\x54\x72\x69\x64\x65\x6E\x74\x2F","\x61\x70\x70\x56\x65\x72\x73\x69\x6F\x6E","\x69\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x6F\x66\x66\x73\x65\x74\x57\x69\x64\x74\x68","\x6C\x65\x6E\x67\x74\x68","\x62\x61\x6E\x6E\x65\x72\x5F\x77\x61\x74\x63\x68","\x63\x6F\x6E\x74\x61\x69\x6E\x73","\x63\x6C\x61\x73\x73\x4C\x69\x73\x74","\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65","\x64\x69\x76","\x63\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x70\x72\x65\x70\x65\x6E\x64","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x43\x6C\x61\x73\x73\x4E\x61\x6D\x65","\x52\x54\x57\x5F\x66\x6F\x6E\x64\x5F\x6D\x6F\x62\x69\x6C\x65\x2E\x70\x6E\x67","\x52\x54\x57\x5F\x66\x6F\x6E\x64\x5F\x64\x65\x73\x6B\x74\x6F\x70\x2E\x70\x6E\x67","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x3C\x69\x6D\x67\x20\x73\x72\x63\x3D\x22\x2E\x2F","\x22\x20\x61\x6C\x74\x3D\x22\x22\x20\x2F\x3E","\x61\x70\x70\x65\x6E\x64\x43\x68\x69\x6C\x64","\x2E\x74\x69\x6D\x65","\x71\x75\x65\x72\x79\x53\x65\x6C\x65\x63\x74\x6F\x72","\x6F\x70\x74\x69\x6F\x6E\x73","\x70\x75\x73\x68","\x64\x65\x73\x74\x72\x6F\x79\x5F\x77\x61\x74\x63\x68\x65\x73","\x74\x69\x63\x6B","\x72\x65\x6D\x6F\x76\x65\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72","\x54\x69\x63\x6B\x65\x72","\x72\x67\x62\x61\x28\x30\x2C\x20\x30\x2C\x20\x30\x2C\x30\x2E\x38\x29","\x72\x67\x62\x61\x28\x31\x32\x34\x2C\x20\x31\x32\x32\x2C\x20\x38\x39\x2C\x30\x2E\x38\x29","\x72\x67\x62\x28\x31\x36\x33\x2C\x20\x34\x30\x2C\x20\x33\x38\x29","\x72\x67\x62\x28\x31\x34\x31\x2C\x20\x32\x36\x2C\x20\x32\x35\x29","\x72\x67\x62\x28\x32\x30\x30\x2C\x20\x35\x37\x2C\x20\x35\x35\x29","\x72\x67\x62\x28\x31\x37\x35\x2C\x20\x31\x37\x36\x2C\x20\x31\x37\x34\x29","\x72\x67\x62\x28\x37\x36\x2C\x37\x36\x2C\x37\x36\x29","\x72\x67\x62\x28\x32\x30\x30\x2C\x32\x30\x30\x2C\x32\x30\x30\x29","\x72\x67\x62\x28\x32\x34\x33\x2C\x20\x36\x31\x2C\x20\x36\x37\x29","\x72\x67\x62\x28\x31\x31\x37\x2C\x31\x37\x2C\x32\x30\x29","\x72\x67\x62\x28\x32\x35\x32\x2C\x31\x32\x31\x2C\x31\x32\x36\x29","\x72\x67\x62\x28\x31\x37\x34\x2C\x20\x31\x37\x35\x2C\x20\x31\x37\x33\x29","\x72\x67\x62\x28\x31\x37\x34\x2C\x31\x37\x34\x2C\x31\x37\x34\x29","\x72\x67\x62\x28\x31\x36\x30\x2C\x31\x36\x30\x2C\x31\x36\x30\x29","\x72\x67\x62\x28\x32\x33\x34\x2C\x32\x33\x34\x2C\x32\x33\x34\x29","\x72\x67\x62\x28\x30\x2C\x30\x2C\x30\x29","\x72\x67\x62\x28\x31\x33\x37\x2C\x31\x33\x35\x2C\x31\x30\x32\x29","\x72\x67\x62\x28\x32\x32\x39\x2C\x37\x37\x2C\x30\x29","\x72\x67\x62\x28\x32\x33\x30\x2C\x32\x33\x31\x2C\x32\x32\x39\x29","\x72\x67\x62\x28\x32\x35\x35\x2C\x32\x35\x35\x2C\x32\x35\x35\x29","\x72\x67\x62\x28\x31\x35\x30\x2C\x31\x35\x30\x2C\x31\x35\x30\x29","\x72\x67\x62\x28\x31\x32\x34\x2C\x31\x32\x32\x2C\x38\x39\x29","\x72\x67\x62\x28\x36\x38\x2C\x36\x38\x2C\x36\x38\x29","\x72\x67\x62\x28\x32\x32\x30\x2C\x32\x32\x30\x2C\x32\x32\x30\x29","\x72\x67\x62\x28\x32\x33\x35\x2C\x32\x34\x30\x2C\x31\x39\x39\x29","\x72\x67\x62\x28\x32\x33\x30\x2C\x20\x32\x33\x30\x2C\x20\x32\x33\x30\x29","\x72\x67\x62\x28\x31\x38\x38\x2C\x31\x38\x38\x2C\x31\x38\x38\x29","\x63\x6F\x6E\x66\x69\x67","\x74\x69\x6D\x65\x5F\x64\x69\x76","\x52\x45\x4E\x44\x45\x52\x5F\x4F\x4E","\x72\x65\x73\x65\x74\x42\x61\x6E\x5F\x4F\x4E","\x70\x72\x65\x76\x52\x6F\x74","\x70\x72\x65\x76\x5F\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64","\x6D\x6F\x74\x65\x75\x72\x4D\x6F\x6E\x74\x72\x65","\x64\x65\x6C\x74\x61\x54\x69\x6D\x65","\x64\x61\x74\x65\x50\x72\x65\x63","\x6D\x6F\x69\x73\x50\x72\x65\x63","\x74\x69\x6D\x65\x72\x44\x65\x6D\x6F","\x74\x69\x6D\x65\x72\x5F\x73\x74\x6F\x70\x43\x68\x72\x6F\x6E\x6F","\x74\x69\x6D\x65\x72\x5F\x72\x65\x73\x65\x74\x43\x68\x72\x6F\x6E\x6F","\x64\x61\x74\x65\x49\x6E\x69\x74","\x70\x72\x65\x6D\x69\x65\x72\x65\x46\x6F\x69\x73","\x61\x6E\x69\x6D\x44\x65\x62\x75\x74","\x61\x6E\x69\x6D\x44\x65\x62\x75\x74\x45\x6E\x43\x6F\x75\x72\x73","\x73\x74\x61\x67\x65","\x6D\x6F\x6E\x74\x72\x65","\x63\x6F\x6D\x70\x6F\x73\x61\x6E\x74\x4D\x6F\x6E\x74\x72\x65","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65","\x64\x69\x73\x71\x75\x65\x44\x61\x74\x65","\x68\x65\x75\x72\x65\x5F\x6F\x6D\x62\x72\x65\x47\x61\x75\x63\x68\x65","\x68\x65\x75\x72\x65\x5F\x6F\x6D\x62\x72\x65\x44\x72\x6F\x69\x74\x65","\x68\x65\x75\x72\x65\x5F\x6D\x61\x73\x6B","\x63\x6F\x6E\x74\x61\x69\x6E\x65\x72\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65","\x6D\x69\x6E\x75\x74\x65\x5F\x6F\x6D\x62\x72\x65\x47\x61\x75\x63\x68\x65","\x6D\x69\x6E\x75\x74\x65\x5F\x6F\x6D\x62\x72\x65\x44\x72\x6F\x69\x74\x65","\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x65\x72\x65\x47\x61\x75\x63\x68\x65","\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x65\x72\x65\x44\x72\x6F\x69\x74\x65","\x6D\x69\x6E\x75\x74\x65\x5F\x6D\x61\x73\x6B","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x32","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x33","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x34","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x35","\x61\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65","\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6D\x61\x73\x6B","\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x31","\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x32","\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x33","\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x34","\x61\x69\x67\x75\x69\x6C\x6C\x65\x43\x68\x72\x6F\x6E\x6F\x4D\x69\x6E\x75\x74\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x47\x61\x75\x63\x68\x65\x5F\x6C\x75\x6D\x69\x65\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x44\x72\x6F\x69\x74\x5F\x6C\x75\x6D\x69\x65\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x47\x61\x75\x63\x68\x65\x5F\x6F\x6D\x62\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x44\x72\x6F\x69\x74\x5F\x6F\x6D\x62\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x62\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x6C\x75\x6D\x69\x65\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x62\x6F\x75\x74\x44\x72\x6F\x69\x74\x5F\x6C\x75\x6D\x69\x65\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x62\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x6F\x6D\x62\x72\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x5F\x62\x6F\x75\x74\x44\x72\x6F\x69\x74\x5F\x6F\x6D\x62\x72\x65","\x76\x69\x73\x43\x65\x6E\x74\x72\x61\x6C\x65","\x62\x61\x6C\x61\x6E\x63\x69\x65\x72","\x61\x6E\x63\x72\x65","\x72\x6F\x75\x65\x45\x63\x68\x61\x70\x70\x65\x6D\x65\x6E\x74","\x69\x6E\x64\x65\x78\x5F\x6D\x61\x73\x6B","\x64\x69\x61\x6C\x5F\x6D\x61\x73\x6B","\x53\x54\x41\x52\x54\x5F\x41\x4E\x49\x4D\x41\x54\x49\x4F\x4E","\x6D\x79","\x6D\x79\x44\x61\x74\x65","\x70\x6F\x77\x65\x72\x52\x65\x73\x65\x72\x76\x65","\x73\x65\x63\x6F\x6E\x64\x65\x53\x74\x65\x70","\x65\x74\x61\x74\x43\x68\x72\x6F\x6E\x6F","\x74\x65\x6D\x70\x73\x43\x68\x72\x6F\x6E\x6F","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x44\x65\x70\x61\x72\x74\x53\x65\x63\x6F\x6E\x64\x65\x43\x68\x72\x6F\x6E\x6F","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x44\x65\x70\x61\x72\x74\x4D\x69\x6E\x75\x74\x65\x43\x68\x72\x6F\x6E\x6F","\x72\x6F\x74\x61\x74\x69\x6F\x6E\x44\x65\x70\x61\x72\x74\x48\x65\x75\x72\x65\x43\x68\x72\x6F\x6E\x6F","\x64\x65\x70\x61\x72\x74\x53\x65\x63\x6F\x6E\x64\x65\x43\x68\x72\x6F\x6E\x6F","\x6D\x6F\x74\x65\x75\x72\x43\x68\x72\x6F\x6E\x6F","\x6D\x6F\x74\x65\x75\x72\x43\x68\x72\x6F\x6E\x6F\x4F\x4E","\x72\x65\x66\x5F\x77\x72\x61\x70\x70\x65\x72\x5F\x70\x61\x72\x65\x6E\x74","\x73\x74\x61\x67\x65\x43\x6F\x6E\x74\x65\x6E\x65\x72","\x6D\x6F\x6E\x74\x65\x75\x72\x4F\x4E","\x6D\x65\x73\x43\x61\x63\x68\x65\x73","\x63\x72\x65\x61\x74\x65\x43\x61\x6E\x76\x61\x73","\x69\x6E\x69\x74","\x70\x72\x6F\x74\x6F\x74\x79\x70\x65","\x5F\x6D\x74\x64\x5F\x72\x65\x73\x69\x7A\x65\x4D\x6F\x6E\x74\x72\x65","\x73\x74\x6F\x70\x52\x65\x6E\x64\x65\x72","\x73\x74\x61\x72\x74\x52\x65\x6E\x64\x65\x72","\x72\x65\x73\x65\x74\x42\x61\x6E","\x68\x65\x75\x72\x65","\x6D\x69\x6E\x75\x74\x65","\x73\x65\x63\x6F\x6E\x64\x65","\x63\x68\x72\x6F\x6E\x6F\x53\x65\x63\x6F\x6E\x64\x65","\x63\x68\x72\x6F\x6E\x6F\x4D\x69\x6E\x75\x74\x65","\x63\x68\x72\x6F\x6E\x6F\x44\x69\x7A","\x68\x65\x75\x72\x65\x44\x65\x44\x65\x70\x61\x72\x74","\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x73\x65\x74\x46\x50\x53","\x62\x69\x6E\x64","\x65\x6E\x61\x62\x6C\x65","\x54\x6F\x75\x63\x68","\x63\x72\x65\x61\x74\x65\x4D\x6F\x6E\x74\x72\x65","\x73\x68\x6F\x77\x4D\x6F\x6E\x74\x72\x65","\x6D\x6F\x6E\x54\x65\x6D\x70\x73","\x73\x65\x74\x54\x69\x6D\x65","\x72\x6F\x74\x61\x74\x69\x6F\x6E","\x61\x66\x66\x69\x63\x68\x65\x48\x65\x75\x72\x65","\x61\x66\x66\x69\x63\x68\x65\x4D\x69\x6E\x75\x74\x65","\x75\x70\x44\x61\x74\x65\x53\x68\x61\x64\x6F\x77","\x69\x6E\x6E\x65\x72\x54\x65\x78\x74","\x66\x6F\x72\x6D\x61\x74\x44\x61\x74\x65\x46\x6F\x72\x50\x72\x69\x6E\x74","\x63\x68\x65\x63\x6B\x44\x61\x74\x65","\x72\x65\x6E\x64\x65\x72","\x75\x70\x64\x61\x74\x65","\x67\x65\x74\x4D\x69\x6E\x54\x77\x6F\x4E\x75\x6D\x62\x65\x72","\x73\x75\x62\x73\x74\x72","\x30","\x67\x65\x74\x48\x6F\x75\x72\x73","\x3A","\x67\x65\x74\x4D\x69\x6E\x75\x74\x65\x73","\x69\x6D\x67\x5B\x73\x72\x63\x24\x3D\x22\x52\x54\x57\x5F\x62\x61\x63\x6B\x55\x70\x2E\x70\x6E\x67\x22\x5D","\x73\x72\x63","\x67\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65","\x52\x54\x57\x5F\x62\x61\x63\x6B\x55\x70\x2E\x70\x6E\x67","\x72\x65\x70\x6C\x61\x63\x65","\x61\x64\x64\x43\x68\x69\x6C\x64","\x69\x6E\x69\x74\x44\x69\x73\x71\x75\x65\x44\x61\x74\x65","\x69\x6E\x69\x74\x4D\x61\x73\x6B\x44\x69\x61\x6C","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65\x5F\x6E\x38","\x6D\x61\x73\x6B","\x68\x65\x75\x72\x65\x5F\x6E\x38","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65\x5F\x6E\x38","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x38","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x38","\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x38","\x69\x6E\x69\x74\x4D\x61\x73\x6B\x49\x6E\x64\x65\x78","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65\x5F\x6E\x37","\x68\x65\x75\x72\x65\x5F\x6E\x37","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65\x5F\x6E\x37","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x37","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x37","\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x37","\x69\x6E\x69\x74\x4D\x61\x73\x6B\x4C\x75\x6D\x69\x6E\x6F\x76\x61","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65\x5F\x6E\x36","\x68\x65\x75\x72\x65\x5F\x6E\x36","\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x6D\x61\x73\x6B","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65\x5F\x6E\x36","\x6D\x69\x6E\x75\x74\x65\x5F\x6E\x36","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x36","\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x36","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65\x5F\x6D\x61\x73\x6B","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65\x5F\x6E\x32","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x32","\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x32","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65\x5F\x6D\x61\x73\x6B","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x31","\x53\x65\x63\x6F\x6E\x64\x65\x5F\x6E\x31","\x69\x6E\x69\x74\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65","\x69\x6E\x69\x74\x56\x69\x73\x43\x65\x6E\x74\x72\x61\x6C\x65","\x69\x6E\x69\x74\x50\x6F\x73\x69\x74\x69\x6F\x6E","\x45\x76\x65\x6E\x74","\x63\x72\x65\x61\x74\x65\x45\x76\x65\x6E\x74","\x63\x61\x6E\x76\x61\x73\x57\x61\x74\x63\x68\x5F\x52\x45\x41\x44\x59","\x69\x6E\x69\x74\x45\x76\x65\x6E\x74","\x64\x69\x73\x70\x61\x74\x63\x68\x45\x76\x65\x6E\x74","\x67\x65\x74\x52\x65\x73\x75\x6C\x74","\x67\x65\x74\x42\x6F\x75\x6E\x64\x73","\x73\x63\x61\x6C\x65\x58","\x73\x63\x61\x6C\x65\x59","\x78","\x79","\x63\x61\x63\x68\x65","\x72\x65\x67\x58","\x72\x65\x67\x59","\x72\x67\x62\x61\x28\x30\x2C\x32\x35\x35\x2C\x30\x2C\x30\x29","\x62\x65\x67\x69\x6E\x46\x69\x6C\x6C","\x64\x72\x61\x77\x52\x65\x63\x74","\x63\x6C\x6F\x73\x65\x50\x61\x74\x68","\x67\x72\x61\x70\x68\x69\x63\x73","\x72\x67\x62\x61\x28\x30\x2C\x30\x2C\x30\x2C\x30\x29","\x6D\x6F\x76\x65\x54\x6F","\x62\x65\x7A\x69\x65\x72\x43\x75\x72\x76\x65\x54\x6F","\x6C\x69\x6E\x65\x54\x6F","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x64\x65\x73\x73\x75\x73","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x62\x6F\x75\x74","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x62\x6F\x75\x74\x5F\x67\x61\x75\x63\x68\x65","\x62\x65\x67\x69\x6E\x4C\x69\x6E\x65\x61\x72\x47\x72\x61\x64\x69\x65\x6E\x74\x46\x69\x6C\x6C","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x53\x65\x63\x6F\x6E\x64\x65\x5F\x62\x6F\x75\x74\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x66\x6F\x6E\x64","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x73\x65\x63\x6F\x6E\x64\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x68\x61\x75\x74","\x63\x72\x65\x61\x74\x65\x41\x69\x67\x75\x69\x6C\x6C\x65\x53\x65\x63\x6F\x6E\x64\x65","\x53\x65\x63\x6F\x6E\x64\x65\x47\x61\x75\x63\x68\x65\x5F\x33\x68","\x53\x65\x63\x6F\x6E\x64\x65\x44\x72\x6F\x69\x74\x65\x5F\x33\x68","\x53\x65\x63\x6F\x6E\x64\x65\x47\x61\x75\x63\x68\x65\x5F\x39\x68","\x53\x65\x63\x6F\x6E\x64\x65\x44\x72\x6F\x69\x74\x65\x5F\x39\x68","\x63\x68\x72\x6F\x6E\x6F\x4C\x75\x6D\x69\x65\x72\x65","\x53\x65\x63\x6F\x6E\x64\x65\x47\x61\x75\x63\x68\x65\x5F\x31\x32\x68","\x53\x65\x63\x6F\x6E\x64\x65\x44\x72\x6F\x69\x74\x65\x5F\x31\x32\x68","\x53\x65\x63\x6F\x6E\x64\x65\x47\x61\x75\x63\x68\x65\x5F\x36\x68","\x63\x68\x72\x6F\x6E\x6F\x4F\x6D\x62\x72\x65","\x53\x65\x63\x6F\x6E\x64\x65\x44\x72\x6F\x69\x74\x65\x5F\x36\x68","\x53\x65\x63\x6F\x6E\x64\x65\x44\x65\x73\x73\x75\x73","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x33\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x44\x72\x6F\x69\x74\x65\x5F\x33\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x39\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x44\x72\x6F\x69\x74\x65\x5F\x39\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x31\x32\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x44\x72\x6F\x69\x74\x65\x5F\x31\x32\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x47\x61\x75\x63\x68\x65\x5F\x36\x68","\x53\x65\x63\x6F\x6E\x64\x65\x42\x6F\x75\x74\x44\x72\x6F\x69\x74\x65\x5F\x36\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x33\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x39\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x31\x32\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x36\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x33\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x39\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x31\x32\x68","\x73\x65\x63\x6F\x6E\x64\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x36\x68","\x73\x65\x63\x6F\x6E\x64\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x46\x6F\x6E\x64","\x73\x65\x63\x6F\x6E\x64\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x44\x65\x73\x73\x75\x73","\x73\x68\x61\x64\x6F\x77","\x72\x67\x62\x28\x31\x33\x32\x2C\x31\x33\x30\x2C\x39\x36\x29","\x53\x65\x63\x6F\x6E\x64\x65","\x63\x72\x65\x61\x74\x65\x53\x65\x63\x6F\x6E\x64\x65\x4F\x6D\x62\x72\x65","\x72\x65\x66\x6C\x65\x74","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x64\x65\x73\x73\x75\x73","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x64\x65\x73\x73\x75\x73\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x64\x65\x73\x73\x75\x73\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x66\x6F\x6E\x64","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x68\x65\x75\x72\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x68\x61\x75\x74","\x63\x72\x65\x61\x74\x65\x41\x69\x67\x75\x69\x6C\x6C\x65\x48\x65\x75\x72\x65","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x46\x6F\x6E\x64","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x46\x6F\x6E\x64","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x33\x68","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x39\x68","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x31\x32\x68","\x68\x65\x75\x72\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x36\x68","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x33\x68","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x39\x68","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x31\x32\x68","\x68\x65\x75\x72\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x36\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x33\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x39\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x31\x32\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x36\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x33\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x39\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x31\x32\x68","\x68\x65\x75\x72\x65\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x36\x68","\x68\x65\x75\x72\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x46\x6F\x6E\x64","\x68\x65\x75\x72\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x44\x65\x73\x73\x75\x73","\x72\x67\x62\x61\x28\x32\x33\x32\x2C\x20\x30\x2C\x20\x32\x33\x32\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x48\x65\x75\x72\x65\x4F\x6D\x62\x72\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x72\x6F\x69\x74\x65\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x72\x6F\x69\x74\x65\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x67\x61\x75\x63\x68\x65\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x67\x61\x75\x63\x68\x65\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x65\x73\x73\x75\x73","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x65\x73\x73\x75\x73\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x64\x65\x73\x73\x75\x73\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x62\x6F\x75\x74\x5F\x66\x6F\x6E\x64","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x62\x6F\x75\x74\x5F\x66\x6F\x6E\x64\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x62\x6F\x75\x74\x5F\x66\x6F\x6E\x64\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x62\x69\x73\x65\x61\x75\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x66\x6F\x6E\x64","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x64\x72\x6F\x69\x74\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x67\x61\x75\x63\x68\x65","\x64\x65\x66\x69\x6E\x65\x43\x54\x58\x5F\x6D\x69\x6E\x75\x74\x65\x5F\x6C\x75\x6D\x69\x6E\x6F\x76\x61\x5F\x68\x61\x75\x74","\x63\x72\x65\x61\x74\x65\x41\x69\x67\x75\x69\x6C\x6C\x65\x4D\x69\x6E\x75\x74\x65","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x46\x6F\x6E\x64","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x46\x6F\x6E\x64","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x33\x68","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x39\x68","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x31\x32\x68","\x6D\x69\x6E\x75\x74\x65\x47\x61\x75\x63\x68\x65\x44\x65\x73\x73\x75\x73\x5F\x36\x68","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x33\x68","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x39\x68","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x31\x32\x68","\x6D\x69\x6E\x75\x74\x65\x44\x72\x6F\x69\x74\x65\x44\x65\x73\x73\x75\x73\x5F\x36\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x33\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x39\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x31\x32\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x47\x61\x75\x63\x68\x65\x5F\x36\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x33\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x39\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x31\x32\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x42\x69\x73\x65\x61\x75\x44\x72\x6F\x69\x74\x65\x5F\x36\x68","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x46\x6F\x6E\x64","\x6D\x69\x6E\x75\x74\x65\x4C\x75\x6D\x69\x6E\x6F\x76\x61\x44\x65\x73\x73\x75\x73","\x72\x67\x62\x61\x28\x31\x34\x2C\x20\x35\x38\x2C\x20\x36\x38\x2C\x30\x29","\x63\x72\x65\x61\x74\x65\x4D\x69\x6E\x75\x74\x65\x4F\x6D\x62\x72\x65","\x67\x65\x74\x53\x68\x61\x64\x6F\x77\x58","\x50\x49","\x63\x6F\x73","\x67\x65\x74\x53\x68\x61\x64\x6F\x77\x59","\x73\x69\x6E","\x73\x6B\x65\x77\x58","\x73\x6B\x65\x77\x59","\x61\x6C\x70\x68\x61","\x67\x65\x74\x54\x69\x6D\x65","\x67\x65\x74\x54\x69\x6D\x65\x7A\x6F\x6E\x65\x4F\x66\x66\x73\x65\x74","\x67\x6D\x74","\x6C\x61\x6E\x67","\x74\x69\x6D\x65\x5A\x6F\x6E\x65","\x74\x6F\x4C\x6F\x63\x61\x6C\x65\x53\x74\x72\x69\x6E\x67","\x61\x66\x66\x69\x63\x68\x65\x44\x61\x74\x65","\x61\x66\x66\x69\x63\x68\x65\x53\x65\x63\x6F\x6E\x64\x65\x42\x79\x53\x74\x65\x70","\x73\x65\x74\x48\x6F\x75\x72\x73","\x73\x65\x74\x4D\x69\x6E\x75\x74\x65\x73","\x73\x65\x74\x53\x65\x63\x6F\x6E\x64\x73","\x73\x65\x74\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64\x73","\x67\x65\x74\x44\x61\x74\x65","\x67\x65\x74\x4D\x6F\x6E\x74\x68","\x6D\x79\x43\x68\x72\x6F\x6E\x6F","\x61\x66\x66\x69\x63\x68\x65\x53\x65\x63\x6F\x6E\x64\x65","\x5F\x6D\x74\x64\x5F\x72\x65\x70\x6C\x61\x79\x47\x6F\x74\x6F\x43\x75\x72\x72\x65\x6E\x74\x54\x69\x6D\x65","\x5F\x6D\x74\x64\x5F\x67\x6F\x74\x6F\x43\x75\x72\x72\x65\x6E\x74\x54\x69\x6D\x65","\x67\x6F\x74\x6F\x43\x75\x72\x72\x65\x6E\x74\x54\x69\x6D\x65\x5F\x69\x6E\x74\x65\x72\x6E\x65","\x67\x6F\x74\x6F\x43\x75\x72\x72\x65\x6E\x74\x54\x69\x6D\x65\x5F\x43\x4F\x4D\x50\x4C\x45\x54\x45","\x74\x69\x6D\x65\x72\x44\x65\x6D\x6F\x5F\x43\x4F\x4D\x50\x4C\x45\x54\x45","\x74\x69\x6D\x65\x72\x5F\x73\x74\x6F\x70\x43\x68\x72\x6F\x6E\x6F\x5F\x57\x61\x74\x63\x68","\x74\x69\x6D\x65\x72\x5F\x72\x65\x73\x65\x74\x43\x68\x72\x6F\x6E\x6F\x5F\x57\x61\x74\x63\x68","\x67\x65\x74\x53\x65\x63\x6F\x6E\x64\x73","\x67\x65\x74\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64\x73","\x74\x65\x6D\x70\x73\x44\x65\x44\x65\x73\x74\x69\x6E\x61\x74\x69\x6F\x6E","\x74\x65\x6D\x70\x73\x4D\x6F\x6E\x74\x72\x65","\x67\x65\x74","\x54\x77\x65\x65\x6E","\x71\x75\x69\x6E\x74\x49\x6E\x4F\x75\x74","\x45\x61\x73\x65","\x74\x6F","\x73\x74\x61\x72\x74\x4D\x6F\x6E\x74\x72\x65\x5F\x69\x6E\x74\x65\x72\x6E\x65","\x63\x61\x6C\x6C","\x61\x66\x66\x69\x63\x68\x65\x53\x65\x63\x6F\x6E\x64\x65\x5F\x50\x52\x45\x43\x49\x53","\x61\x6E\x69\x6D\x61\x74\x69\x6F\x6E\x48\x65\x75\x72\x65\x4D\x69\x6E\x75\x74\x65\x53\x74\x61\x72\x74","\x74\x69\x63\x54\x61\x63","\x5F\x6D\x74\x64\x5F\x73\x74\x6F\x70\x4D\x6F\x6E\x74\x72\x65","\x5F\x6D\x74\x64\x5F\x73\x74\x61\x72\x74\x4D\x6F\x6E\x74\x72\x65","\x6D\x6F\x6E\x54\x69\x6D\x65\x72\x50\x52","\x50\x52\x5F\x63\x6F\x6D\x70\x6C\x65\x74\x65","\x63\x61\x6C\x63\x75\x6C\x44\x69\x66\x66","\x66\x6C\x6F\x6F\x72","\x61\x66\x66\x69\x63\x68\x65","\x61\x66\x66\x69\x63\x68\x65\x53\x65\x63\x6F\x6E\x64\x48\x65\x75\x72\x65","\x6D\x79\x4D\x69\x6C\x6C\x69\x73\x65\x63\x6F\x6E\x64","\x61\x66\x66\x69\x63\x68\x65\x44\x61\x79","\x67\x65\x74\x44\x61\x79","\x61\x66\x66\x69\x63\x68\x65\x4D\x6F\x6E\x74\x68","\x61\x66\x66\x69\x63\x68\x65\x57\x65\x65\x6B","\x73\x65\x74\x44\x61\x74\x65","\x73\x65\x74\x4D\x6F\x6E\x74\x68","\x72\x6F\x75\x6E\x64","\x61\x66\x66\x69\x63\x68\x65\x4E\x75\x6D\x62\x65\x72\x59\x65\x61\x72","\x67\x65\x74\x59\x65\x61\x72","\x5F\x6D\x74\x64\x5F\x63\x6C\x69\x63\x32\x68","\x5F\x6D\x74\x64\x5F\x63\x6C\x69\x63\x34\x68"];window[_0x8783[0]]=function(_0x72b1x1){function _0x72b1x2(){var _0x72b1x3=-1;if(_0x8783[1]==navigator[_0x8783[2]]){var _0x72b1x4=navigator[_0x8783[3]],_0x72b1x5=new RegExp(_0x8783[4]);null!=_0x72b1x5[_0x8783[5]](_0x72b1x4)&&(_0x72b1x3=parseFloat(RegExp.$1))};return _0x72b1x3}var _0x72b1x6={sprite:_0x8783[6],duree_anim:5};if(_0x72b1x1){_0x72b1x6=_0x72b1x1};_0x72b1x6[_0x8783[7]]=true;var _0x72b1x7=_0x72b1x6[_0x8783[8]];var _0x72b1x8={};var _0x72b1x9=window[_0x8783[9]];var _0x72b1xa;var _0x72b1xb=1920;var _0x72b1xc=1920;var _0x72b1xd=1719;var _0x72b1xe=1769;var _0x72b1xf=1;var _0x72b1x10=_0x72b1xf/1;Largeur_SCENE=screen[_0x8783[10]];Hauteur_SCENE=screen[_0x8783[11]];var _0x72b1x11;var _0x72b1x12;var _0x72b1x13=true;var _0x72b1x14=false;var _0x72b1x15=[];var _0x72b1x16;_0x72b1x17();function _0x72b1x17(){var _0x72b1x18=_0x72b1x6[_0x8783[12]];_0x72b1x16=new createjs.LoadQueue(false);_0x72b1x16[_0x8783[14]](_0x8783[13],_0x72b1x19);_0x72b1x16[_0x8783[16]]({id:_0x8783[15],src:_0x72b1x18});_0x72b1x16[_0x8783[17]]()}function _0x72b1x19(){_0x72b1x8[_0x8783[18]]()}_0x72b1x8[_0x8783[19]]=function(_0x72b1x1a){if(!document[_0x8783[22]](_0x8783[21])[_0x8783[20]]||(_0x72b1x2()<9&&_0x72b1x2()!=-1)){return};if(navigator[_0x8783[3]][_0x8783[24]](_0x8783[23])!==-1||navigator[_0x8783[26]][_0x8783[24]](_0x8783[25])>0){_0x72b1x6[_0x8783[7]]=false};var _0x72b1x1b=document[_0x8783[28]](_0x72b1x1a[0][_0x8783[27]]);_0x72b1x11=_0x72b1x1b[_0x8783[29]]*2.5;_0x72b1x11=_0x72b1x11*_0x72b1x9;_0x72b1xa=_0x72b1x11*_0x72b1xd/_0x72b1xe;var _0x72b1x1c;for(var _0x72b1x1d=_0x72b1x1a[_0x8783[30]]-1;_0x72b1x1d>=0;_0x72b1x1d--){_0x72b1x1b=document[_0x8783[28]](_0x72b1x1a[_0x72b1x1d][_0x8783[27]]);if(!_0x72b1x1b[_0x8783[34]][_0x8783[33]][_0x8783[32]](_0x8783[31])){var _0x72b1x1e=_0x72b1x1b[_0x8783[34]];var _0x72b1x1f=document[_0x8783[22]](_0x8783[35]);_0x72b1x1f[_0x8783[36]]=_0x8783[31];_0x72b1x1e[_0x8783[37]](_0x72b1x1f);var _0x72b1x20=_0x72b1x1e[_0x8783[38]](_0x8783[31])[0];var _0x72b1x21=_0x72b1x9>1?_0x8783[39]:_0x8783[40];_0x72b1x20[_0x8783[41]]=_0x8783[42]+_0x72b1x21+_0x8783[43]+_0x72b1x1b[_0x8783[41]];_0x72b1x1f[_0x8783[44]](_0x72b1x1b);_0x72b1x1b=document[_0x8783[28]](_0x72b1x1a[_0x72b1x1d][_0x8783[27]])};_0x72b1x1c=_0x72b1x1b[_0x8783[34]][_0x8783[34]][_0x8783[46]](_0x8783[45]);_0x72b1x15[_0x8783[48]]({'\x69\x64\x5F\x70\x61\x72\x65\x6E\x74':_0x72b1x1b,'\x77\x61\x74\x63\x68':new _0x72b1x4f(_0x72b1x1a[_0x72b1x1d][_0x8783[27]],_0x72b1x1c,_0x72b1x1a[_0x72b1x1d][_0x8783[47]])})}};_0x72b1x8[_0x8783[49]]=function(){canvas=moteurMontre=null;createjs[_0x8783[52]][_0x8783[51]](_0x8783[50],_0x72b1x53);clearInterval(moteurMontre)};_0x72b1x8[_0x8783[18]]=function(){};var _0x72b1x22=90;var _0x72b1x23=1,_0x72b1x24=1,_0x72b1x25=0,_0x72b1x26=0;var _0x72b1x27=_0x8783[53];var _0x72b1x28=_0x8783[54];var _0x72b1x29=_0x8783[53];var _0x72b1x2a=_0x8783[53];var _0x72b1x2b=_0x8783[55];var _0x72b1x2c=_0x8783[56];var _0x72b1x2d=_0x8783[57];var _0x72b1x2e=_0x8783[58];var _0x72b1x2f=_0x8783[59];var _0x72b1x30=_0x8783[60];var _0x72b1x31=_0x8783[61];var _0x72b1x2c=_0x8783[62];var _0x72b1x2d=_0x8783[63];var _0x72b1x32=_0x8783[64];var _0x72b1x33=_0x8783[65];var _0x72b1x34=_0x8783[65];var _0x72b1x35=_0x8783[66];var _0x72b1x36=_0x8783[67];var _0x72b1x37=_0x8783[68];var _0x72b1x38=_0x8783[68];var _0x72b1x39=_0x8783[60];var _0x72b1x3a=_0x8783[69];var _0x72b1x3b=_0x8783[70];var _0x72b1x3c=_0x8783[71];var _0x72b1x3d=_0x8783[60];var _0x72b1x3e=_0x8783[72];var _0x72b1x3f=_0x8783[73];var _0x72b1x40=_0x8783[74];var _0x72b1x41=_0x8783[75];var _0x72b1x42=_0x8783[76];var _0x72b1x43=_0x8783[77];var _0x72b1x44=_0x72b1x32;var _0x72b1x45=_0x72b1x33;var _0x72b1x46=_0x72b1x34;var _0x72b1x47=_0x72b1x35;var _0x72b1x48=_0x72b1x36;var _0x72b1x49=_0x72b1x37;var _0x72b1x4a=_0x72b1x38;var _0x72b1x4b=_0x72b1x39;var _0x72b1x4c=_0x8783[78];var _0x72b1x4d=_0x8783[79];var _0x72b1x4e=_0x8783[72];function _0x72b1x4f(_0x72b1x50,_0x72b1x1c,_0x72b1x6){this[_0x8783[80]]=_0x72b1x6;this[_0x8783[81]]=_0x72b1x1c;this[_0x8783[82]]=true;this[_0x8783[83]]=false;this[_0x8783[84]]=0;this[_0x8783[85]]=0;this[_0x8783[86]];this[_0x8783[87]]=0;this[_0x8783[88]]=0;this[_0x8783[89]]=0;this[_0x8783[90]];this[_0x8783[91]];this[_0x8783[92]];this[_0x8783[93]]={heure:10,minute:8,seconde:40,chronoSeconde:37,chronoMinute:5,chronoDiz:1};this[_0x8783[94]]=true;this[_0x8783[95]];this[_0x8783[96]]=false;this[_0x8783[97]];this[_0x8783[98]];this[_0x8783[99]];this[_0x8783[100]];this[_0x8783[101]];this[_0x8783[102]];this[_0x8783[103]];this[_0x8783[104]];this[_0x8783[105]];this[_0x8783[106]];this[_0x8783[107]];this[_0x8783[108]];this[_0x8783[109]];this[_0x8783[110]];this[_0x8783[111]];this[_0x8783[112]];this[_0x8783[113]];this[_0x8783[114]];this[_0x8783[115]];this[_0x8783[116]];this[_0x8783[117]];this[_0x8783[118]];this[_0x8783[119]];this[_0x8783[120]];this[_0x8783[121]];this[_0x8783[122]];this[_0x8783[123]];this[_0x8783[124]];this[_0x8783[125]];this[_0x8783[126]];this[_0x8783[127]];this[_0x8783[128]];this[_0x8783[129]];this[_0x8783[130]];this[_0x8783[131]];this[_0x8783[132]];this[_0x8783[133]];this[_0x8783[134]];this[_0x8783[135]];this[_0x8783[136]]=false;this[_0x8783[137]]={};this[_0x8783[138]];this[_0x8783[139]]=0;this[_0x8783[140]]=10;this[_0x8783[141]]=false;this[_0x8783[142]]=0;this[_0x8783[143]]=0;this[_0x8783[144]]=0;this[_0x8783[145]]=0;this[_0x8783[146]];this[_0x8783[147]];this[_0x8783[148]]=true;this[_0x8783[149]]=_0x72b1x50;this[_0x8783[150]];this[_0x8783[151]];this[_0x8783[152]]=new Array();this[_0x8783[153]]()}_0x72b1x4f[_0x8783[155]][_0x8783[154]]=function(){};_0x72b1x4f[_0x8783[155]][_0x8783[156]]=function(){};_0x72b1x4f[_0x8783[155]][_0x8783[157]]=function(){this[_0x8783[82]]=false};_0x72b1x4f[_0x8783[155]][_0x8783[158]]=function(){this[_0x8783[82]]=true};_0x72b1x4f[_0x8783[155]][_0x8783[159]]=function(){this[_0x8783[151]]=false;this[_0x8783[166]](this[_0x8783[93]][_0x8783[160]],this[_0x8783[93]][_0x8783[161]],this[_0x8783[93]][_0x8783[162]],this[_0x8783[93]][_0x8783[163]],this[_0x8783[93]][_0x8783[164]],this[_0x8783[93]][_0x8783[165]]);this[_0x8783[83]]=true};_0x72b1x4f[_0x8783[155]][_0x8783[153]]=function(){var _0x72b1x51=this;var _0x72b1x52=document[_0x8783[28]](this[_0x8783[149]]);_0x72b1x52[_0x8783[167]](_0x8783[10],_0x72b1xa*_0x72b1xf);_0x72b1x52[_0x8783[167]](_0x8783[11],_0x72b1x11*_0x72b1xf);this[_0x8783[97]]=new createjs.Stage(this[_0x8783[149]],{"\x61\x6E\x74\x69\x61\x6C\x69\x61\x73":true});createjs[_0x8783[52]][_0x8783[168]](30);createjs[_0x8783[52]][_0x8783[14]](_0x8783[50],(_0x72b1x51[_0x8783[50]])[_0x8783[169]](_0x72b1x51));createjs[_0x8783[171]][_0x8783[170]](this[_0x8783[97]]);this[_0x8783[172]]();this[_0x8783[166]](this[_0x8783[93]][_0x8783[160]],this[_0x8783[93]][_0x8783[161]],this[_0x8783[93]][_0x8783[162]],this[_0x8783[93]][_0x8783[163]],this[_0x8783[93]][_0x8783[164]],this[_0x8783[93]][_0x8783[165]]);this[_0x8783[173]]();setTimeout(function(){_0x72b1x51._mtd_gotoCurrentTime()},2000)};_0x72b1x4f[_0x8783[155]][_0x8783[50]]=function _0x72b1x53(){var _0x72b1x51=this;if(_0x72b1x51[_0x8783[82]]){if(_0x72b1x51[_0x8783[96]]){var _0x72b1x54=new Date();_0x72b1x54[_0x8783[175]](_0x72b1x51[_0x8783[137]][_0x8783[174]]);_0x72b1x51[_0x8783[100]][_0x8783[176]]=_0x72b1x51[_0x8783[177]](_0x72b1x54);_0x72b1x51[_0x8783[105]][_0x8783[176]]=_0x72b1x51[_0x8783[178]](_0x72b1x54);_0x72b1x51[_0x8783[179]]();_0x72b1x51[_0x8783[81]][_0x8783[180]]=_0x72b1x51[_0x8783[181]](_0x72b1x54)};if(_0x72b1x51[_0x8783[151]]){_0x72b1x51[_0x8783[182]]()};_0x72b1x51[_0x8783[183]]()}};_0x72b1x4f[_0x8783[155]][_0x8783[183]]=function _0x72b1x55(){var _0x72b1x51=this;_0x72b1x51[_0x8783[97]][_0x8783[184]]()};_0x72b1x4f[_0x8783[155]][_0x8783[185]]=function(_0x72b1x56){return(_0x8783[187]+_0x72b1x56)[_0x8783[186]](-2)};_0x72b1x4f[_0x8783[155]][_0x8783[181]]=function(_0x72b1x57){var _0x72b1x51=this;return _0x72b1x51[_0x8783[185]](_0x72b1x57[_0x8783[188]]())+_0x8783[189]+_0x72b1x51[_0x8783[185]](_0x72b1x57[_0x8783[190]]())};_0x72b1x4f[_0x8783[155]][_0x8783[173]]=function _0x72b1x58(){var _0x72b1x51=this;var _0x72b1x59=document[_0x8783[28]](this[_0x8783[149]])[_0x8783[34]];var _0x72b1x5a=_0x72b1x59[_0x8783[46]](_0x8783[191]);var _0x72b1x21=_0x72b1x9>1?_0x8783[39]:_0x8783[40];if(_0x72b1x5a){var _0x72b1x5b=_0x72b1x5a[_0x8783[193]](_0x8783[192]);_0x72b1x5b=_0x72b1x5b[_0x8783[195]](_0x8783[194],_0x72b1x21);_0x72b1x5a[_0x8783[192]]=_0x72b1x5b}};_0x72b1x4f[_0x8783[155]][_0x8783[172]]=function _0x72b1x5c(){var _0x72b1x51=this;_0x72b1x51[_0x8783[150]]=new createjs.Container();_0x72b1x51[_0x8783[97]][_0x8783[196]](_0x72b1x51[_0x8783[150]]);_0x72b1x51[_0x8783[99]]=new createjs.Container();_0x72b1x51[_0x8783[197]]();_0x72b1x51[_0x8783[198]]();_0x72b1x51[_0x8783[199]]();_0x72b1x51[_0x8783[201]][_0x8783[200]]=_0x72b1x51[_0x8783[135]];_0x72b1x51[_0x8783[202]]();_0x72b1x51[_0x8783[203]][_0x8783[200]]=_0x72b1x51[_0x8783[135]];_0x72b1x51[_0x8783[204]]();_0x72b1x51[_0x8783[205]][_0x8783[200]]=_0x72b1x51[_0x8783[135]];_0x72b1x51[_0x8783[206]]();_0x72b1x51[_0x8783[207]]();_0x72b1x51[_0x8783[208]][_0x8783[200]]=_0x72b1x51[_0x8783[134]];_0x72b1x51[_0x8783[209]]();_0x72b1x51[_0x8783[210]][_0x8783[200]]=_0x72b1x51[_0x8783[134]];_0x72b1x51[_0x8783[211]]();_0x72b1x51[_0x8783[212]][_0x8783[200]]=_0x72b1x51[_0x8783[134]];_0x72b1x51[_0x8783[213]]();_0x72b1x51[_0x8783[214]]();_0x72b1x51[_0x8783[215]][_0x8783[200]]=_0x72b1x51[_0x8783[216]];_0x72b1x51[_0x8783[217]]();_0x72b1x51[_0x8783[218]][_0x8783[200]]=_0x72b1x51[_0x8783[216]];_0x72b1x51[_0x8783[219]]();_0x72b1x51[_0x8783[220]][_0x8783[200]]=_0x72b1x51[_0x8783[216]];_0x72b1x51[_0x8783[221]]();_0x72b1x51[_0x8783[222]]();_0x72b1x51[_0x8783[223]]();_0x72b1x51[_0x8783[111]][_0x8783[200]]=_0x72b1x51[_0x8783[104]];_0x72b1x51[_0x8783[224]]();_0x72b1x51[_0x8783[225]][_0x8783[200]]=_0x72b1x51[_0x8783[104]];_0x72b1x51[_0x8783[226]]();_0x72b1x51[_0x8783[227]]();_0x72b1x51[_0x8783[228]]();_0x72b1x51[_0x8783[229]][_0x8783[200]]=_0x72b1x51[_0x8783[110]];_0x72b1x51[_0x8783[230]]();_0x72b1x51[_0x8783[150]][_0x8783[196]](_0x72b1x51[_0x8783[99]]);_0x72b1x51[_0x8783[231]]();_0x72b1x51[_0x8783[232]]();var _0x72b1x5d=document[_0x8783[234]](_0x8783[233]);_0x72b1x5d[_0x8783[236]](_0x8783[235],true,true);window[_0x8783[237]](_0x72b1x5d)};_0x72b1x4f[_0x8783[155]][_0x8783[197]]=function _0x72b1x5e(){var _0x72b1x51=this;_0x72b1x51[_0x8783[101]]=new createjs.Container();var _0x72b1x5f=new createjs.Bitmap(_0x72b1x16[_0x8783[238]](_0x8783[15]));var _0x72b1x60=_0x72b1xe/_0x72b1x5f[_0x8783[239]]()[_0x8783[11]];_0x72b1x5f[_0x8783[240]]=_0x72b1x60;_0x72b1x5f[_0x8783[241]]=_0x72b1x60;_0x72b1x5f[_0x8783[242]]=-1730+1719;_0x72b1x5f[_0x8783[243]]=-14;_0x72b1x51[_0x8783[101]][_0x8783[196]](_0x72b1x5f);_0x72b1x51[_0x8783[101]][_0x8783[244]](0,0,977,978);_0x72b1x51[_0x8783[101]][_0x8783[245]]=487.8;_0x72b1x51[_0x8783[101]][_0x8783[246]]=487.8;var _0x72b1x61=0;_0x72b1x51[_0x8783[101]][_0x8783[242]]=-13.2+_0x72b1x61;_0x72b1x51[_0x8783[101]][_0x8783[243]]=-21.6;_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[101]]);var _0x72b1x62=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x8783[247]);_0x72b1x63[_0x8783[249]](0,0,106.05,81.05);_0x72b1x63[_0x8783[250]]();_0x72b1x62[_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x62);_0x72b1x62[_0x8783[242]]=281.7+_0x72b1x61;_0x72b1x62[_0x8783[243]]=222.35;_0x72b1x62[_0x8783[176]]=45;_0x72b1x51[_0x8783[101]][_0x8783[200]]=_0x72b1x62};_0x72b1x4f[_0x8783[155]][_0x8783[231]]=function _0x72b1x64(){var _0x72b1x51=this;_0x72b1x51[_0x8783[130]]=new createjs.Container();var _0x72b1x5f=new createjs.Bitmap(_0x72b1x16[_0x8783[238]](_0x8783[15]));var _0x72b1x60=_0x72b1xe/_0x72b1x5f[_0x8783[239]]()[_0x8783[11]];_0x72b1x5f[_0x8783[240]]=_0x72b1x60;_0x72b1x5f[_0x8783[241]]=_0x72b1x60;_0x72b1x5f[_0x8783[242]]=-1738+1719;_0x72b1x5f[_0x8783[243]]=-1052;_0x72b1x51[_0x8783[130]][_0x8783[196]](_0x72b1x5f);_0x72b1x51[_0x8783[130]][_0x8783[244]](0,0,20,20);_0x72b1x51[_0x8783[150]][_0x8783[196]](_0x72b1x51[_0x8783[130]]);_0x72b1x51[_0x8783[130]][_0x8783[242]]=775.95;_0x72b1x51[_0x8783[130]][_0x8783[243]]=879.95};_0x72b1x4f[_0x8783[155]][_0x8783[198]]=function _0x72b1x65(){var _0x72b1x51=this;_0x72b1x51[_0x8783[135]]=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x8783[252]);_0x72b1x63[_0x8783[253]](872.7,149.6);_0x72b1x63[_0x8783[254]](823.3,99.6,767.9,62.1,706.6,37.0);_0x72b1x63[_0x8783[254]](646.1,12.3,580.4,0.0,509.5,0.0);_0x72b1x63[_0x8783[254]](440.3,0.0,373.3,13.7,308.3,41.0);_0x72b1x63[_0x8783[254]](245.3,67.6,191.6,103.8,147.3,149.6);_0x72b1x63[_0x8783[254]](98.0,200.6,61.1,256.3,36.6,316.6);_0x72b1x63[_0x8783[254]](11.9,377.5,-0.3,443.4,0.0,514.3);_0x72b1x63[_0x8783[254]](0.4,576.8,12.9,639.1,37.6,701.3);_0x72b1x63[_0x8783[254]](64.0,767.9,101.2,825.5,149.2,874.0);_0x72b1x63[_0x8783[254]](199.3,924.8,253.9,962.9,312.9,988.3);_0x72b1x63[_0x8783[254]](372.9,1014.2,437.8,1027.1,507.6,1027.1);_0x72b1x63[_0x8783[254]](578.3,1027.1,643.1,1015.0,702.0,990.8);_0x72b1x63[_0x8783[254]](761.5,966.3,816.0,929.0,865.5,879.0);_0x72b1x63[_0x8783[254]](916.7,827.0,955.2,772.7,980.8,716.0);_0x72b1x63[_0x8783[254]](1007.9,655.7,1021.4,590.9,1021.4,521.6);_0x72b1x63[_0x8783[254]](1021.4,449.7,1009.1,382.4,984.4,319.9);_0x72b1x63[_0x8783[254]](959.2,256.2,921.9,199.4,872.7,149.6);_0x72b1x63[_0x8783[253]](735.2,61.3);_0x72b1x63[_0x8783[254]](742.6,64.3,748.8,67.3,753.6,70.3);_0x72b1x63[_0x8783[254]](758.3,73.2,763.9,77.0,770.4,81.8);_0x72b1x63[_0x8783[254]](774.5,84.8,778.0,87.4,780.7,89.6);_0x72b1x63[_0x8783[254]](781.8,90.5,782.5,91.6,782.7,93.0);_0x72b1x63[_0x8783[254]](782.9,94.2,782.7,95.2,782.1,95.9);_0x72b1x63[_0x8783[254]](781.4,96.9,754.4,124.7,701.3,179.3);_0x72b1x63[_0x8783[254]](699.4,181.1,698.0,181.7,697.2,181.3);_0x72b1x63[_0x8783[255]](686.4,175.1);_0x72b1x63[_0x8783[254]](685.6,174.6,684.9,173.8,684.5,172.6);_0x72b1x63[_0x8783[254]](683.9,171.4,683.8,170.1,684.2,168.8);_0x72b1x63[_0x8783[254]](684.7,166.9,695.5,130.8,716.4,60.5);_0x72b1x63[_0x8783[254]](716.9,58.9,717.9,57.8,719.3,57.2);_0x72b1x63[_0x8783[254]](720.4,56.7,721.7,56.6,723.2,56.9);_0x72b1x63[_0x8783[254]](725.3,57.4,729.3,58.9,735.2,61.3);_0x72b1x63[_0x8783[253]](905.8,227.1);_0x72b1x63[_0x8783[254]](908.1,224.9,910.3,223.9,912.3,224.1);_0x72b1x63[_0x8783[254]](913.3,224.1,914.1,224.4,914.7,224.9);_0x72b1x63[_0x8783[255]](922.4,232.1);_0x72b1x63[_0x8783[254]](928.3,238.1,933.2,244.2,937.2,250.4);_0x72b1x63[_0x8783[254]](941.1,256.7,944.3,263.8,946.9,271.6);_0x72b1x63[_0x8783[254]](948.1,275.5,949.0,278.8,949.5,281.5);_0x72b1x63[_0x8783[255]](949.5,284.8);_0x72b1x63[_0x8783[254]](948.9,287.2,947.1,288.9,944.0,289.8);_0x72b1x63[_0x8783[254]](877.3,309.6,842.0,320.0,838.2,321.0);_0x72b1x63[_0x8783[254]](835.8,321.6,834.0,321.6,832.8,321.1);_0x72b1x63[_0x8783[255]](831.7,320.3);_0x72b1x63[_0x8783[254]](830.6,318.5,829.5,316.7,828.5,314.9);_0x72b1x63[_0x8783[254]](826.4,311.3,825.4,309.4,825.5,309.4);_0x72b1x63[_0x8783[254]](825.1,308.9,824.8,308.4,824.7,307.6);_0x72b1x63[_0x8783[254]](824.3,306.3,824.7,305.1,825.9,304.0);_0x72b1x63[_0x8783[254]](827.7,302.1,854.3,276.5,905.8,227.1);_0x72b1x63[_0x8783[253]](910.3,479.0);_0x72b1x63[_0x8783[254]](900.6,479.1,895.1,479.1,893.7,479.0);_0x72b1x63[_0x8783[254]](892.5,478.8,891.7,478.3,891.3,477.5);_0x72b1x63[_0x8783[254]](891.1,476.7,891.0,476.4,891.0,476.4);_0x72b1x63[_0x8783[254]](890.4,474.7,890.1,471.5,890.1,466.8);_0x72b1x63[_0x8783[254]](890.1,462.6,892.2,458.3,896.2,453.6);_0x72b1x63[_0x8783[254]](900.7,448.4,905.8,445.8,911.5,445.6);_0x72b1x63[_0x8783[254]](916.2,445.5,922.8,445.4,931.1,445.4);_0x72b1x63[_0x8783[254]](941.6,445.4,948.4,445.4,951.4,445.4);_0x72b1x63[_0x8783[254]](957.7,445.3,964.1,448.3,970.8,454.3);_0x72b1x63[_0x8783[254]](976.9,459.9,980.3,465.1,980.9,469.9);_0x72b1x63[_0x8783[254]](981.4,473.9,981.6,477.3,981.6,480.0);_0x72b1x63[_0x8783[254]](981.6,481.6,981.4,484.1,981.1,487.3);_0x72b1x63[_0x8783[254]](980.9,489.1,980.0,491.5,978.5,494.5);_0x72b1x63[_0x8783[254]](977.1,497.2,976.4,499.2,976.6,500.4);_0x72b1x63[_0x8783[254]](976.7,501.3,977.4,503.1,978.6,505.8);_0x72b1x63[_0x8783[254]](979.7,508.2,980.2,510.2,980.3,511.9);_0x72b1x63[_0x8783[254]](980.3,514.8,980.4,520.6,980.5,529.3);_0x72b1x63[_0x8783[254]](980.5,535.5,977.2,541.4,970.6,547.0);_0x72b1x63[_0x8783[254]](964.1,552.3,957.3,555.1,950.1,555.5);_0x72b1x63[_0x8783[254]](944.2,555.8,937.4,555.9,929.5,555.8);_0x72b1x63[_0x8783[254]](920.7,555.7,914.3,555.6,910.3,555.5);_0x72b1x63[_0x8783[254]](904.8,555.4,900.0,552.8,895.8,547.5);_0x72b1x63[_0x8783[254]](892.1,543.0,890.3,539.0,890.4,535.5);_0x72b1x63[_0x8783[254]](890.4,533.4,890.3,531.1,890.2,529.0);_0x72b1x63[_0x8783[254]](890.0,527.0,889.9,525.8,889.9,525.3);_0x72b1x63[_0x8783[254]](889.8,523.7,890.5,522.9,892.0,522.8);_0x72b1x63[_0x8783[254]](893.2,522.7,896.1,522.6,900.7,522.4);_0x72b1x63[_0x8783[254]](905.9,522.2,909.1,522.1,910.3,522.2);_0x72b1x63[_0x8783[254]](911.4,522.2,912.3,522.7,912.9,523.6);_0x72b1x63[_0x8783[254]](913.3,524.3,913.5,524.8,913.4,525.1);_0x72b1x63[_0x8783[254]](913.4,525.2,913.4,526.0,913.6,527.4);_0x72b1x63[_0x8783[254]](913.8,528.9,914.6,529.7,916.2,529.7);_0x72b1x63[_0x8783[254]](917.2,529.7,928.4,529.8,949.9,529.9);_0x72b1x63[_0x8783[254]](951.4,529.9,952.6,529.6,953.5,529.0);_0x72b1x63[_0x8783[254]](954.3,528.3,954.7,527.5,954.8,526.5);_0x72b1x63[_0x8783[254]](954.8,524.2,954.7,521.0,954.3,516.9);_0x72b1x63[_0x8783[254]](954.1,514.4,952.3,513.1,949.1,513.1);_0x72b1x63[_0x8783[254]](934.9,513.4,926.9,513.5,925.0,513.5);_0x72b1x63[_0x8783[254]](921.9,513.5,920.2,512.4,920.1,510.2);_0x72b1x63[_0x8783[254]](920.0,509.1,920.0,506.0,919.9,501.0);_0x72b1x63[_0x8783[254]](919.8,496.4,919.7,493.4,919.7,492.0);_0x72b1x63[_0x8783[254]](919.7,490.8,920.1,489.8,921.0,489.0);_0x72b1x63[_0x8783[254]](921.7,488.2,922.6,487.8,923.5,487.8);_0x72b1x63[_0x8783[254]](924.7,487.7,933.5,487.7,950.1,487.8);_0x72b1x63[_0x8783[254]](951.5,487.7,952.6,487.4,953.6,486.7);_0x72b1x63[_0x8783[254]](954.5,486.0,955.0,485.3,955.0,484.4);_0x72b1x63[_0x8783[254]](955.0,484.0,954.8,480.8,954.5,474.8);_0x72b1x63[_0x8783[254]](954.4,473.7,953.9,472.9,952.9,472.4);_0x72b1x63[_0x8783[254]](951.8,471.7,950.4,471.4,948.5,471.4);_0x72b1x63[_0x8783[254]](931.9,471.4,921.7,471.5,918.0,471.6);_0x72b1x63[_0x8783[254]](916.7,471.6,915.7,471.9,915.0,472.5);_0x72b1x63[_0x8783[254]](914.4,473.0,914.1,473.5,914.1,474.1);_0x72b1x63[_0x8783[254]](914.0,475.1,913.8,476.0,913.4,476.9);_0x72b1x63[_0x8783[254]](912.7,478.2,911.6,478.9,910.3,479.0);_0x72b1x63[_0x8783[253]](824.1,684.8);_0x72b1x63[_0x8783[254]](825.4,682.1,826.6,680.1,827.5,678.8);_0x72b1x63[_0x8783[254]](828.4,677.6,829.4,676.9,830.6,676.8);_0x72b1x63[_0x8783[254]](831.2,676.7,831.7,676.8,832.1,676.9);_0x72b1x63[_0x8783[254]](832.1,676.9,849.8,682.1,885.3,692.6);_0x72b1x63[_0x8783[254]](921.3,703.2,939.9,708.7,941.3,709.0);_0x72b1x63[_0x8783[254]](942.8,709.3,943.9,710.0,944.7,711.3);_0x72b1x63[_0x8783[254]](945.1,711.8,945.3,712.3,945.3,712.8);_0x72b1x63[_0x8783[255]](942.6,722.0);_0x72b1x63[_0x8783[254]](940.0,729.7,936.8,737.0,933.0,744.0);_0x72b1x63[_0x8783[254]](929.1,751.1,924.3,758.2,918.5,765.3);_0x72b1x63[_0x8783[254]](913.6,771.2,911.0,774.0,910.9,773.6);_0x72b1x63[_0x8783[254]](910.2,774.0,909.4,774.2,908.5,774.3);_0x72b1x63[_0x8783[254]](906.7,774.7,905.2,774.2,904.0,773.0);_0x72b1x63[_0x8783[254]](903.0,772.0,889.1,758.8,862.2,733.5);_0x72b1x63[_0x8783[254]](835.8,708.5,822.6,696.1,822.6,696.0);_0x72b1x63[_0x8783[254]](822.2,695.5,821.8,695.0,821.5,694.3);_0x72b1x63[_0x8783[254]](820.9,693.1,820.8,691.9,821.4,690.8);_0x72b1x63[_0x8783[254]](822.5,688.3,823.4,686.3,824.1,684.8);_0x72b1x63[_0x8783[253]](569.0,37.0);_0x72b1x63[_0x8783[254]](569.0,38.4,569.1,40.8,569.3,44.4);_0x72b1x63[_0x8783[254]](569.4,47.9,569.5,52.5,569.5,58.3);_0x72b1x63[_0x8783[254]](569.5,65.2,565.3,71.6,556.9,77.6);_0x72b1x63[_0x8783[254]](549.3,83.0,542.0,85.8,535.2,86.0);_0x72b1x63[_0x8783[254]](529.9,86.2,523.8,86.4,517.0,86.7);_0x72b1x63[_0x8783[254]](510.9,87.0,507.8,87.1,507.9,87.2);_0x72b1x63[_0x8783[254]](507.1,87.3,506.4,87.7,505.7,88.2);_0x72b1x63[_0x8783[254]](504.2,89.3,503.6,90.8,503.7,92.7);_0x72b1x63[_0x8783[254]](503.8,94.6,504.6,96.0,506.1,96.7);_0x72b1x63[_0x8783[254]](506.8,97.0,507.5,97.2,508.2,97.2);_0x72b1x63[_0x8783[254]](541.5,96.1,559.6,95.6,562.5,95.7);_0x72b1x63[_0x8783[254]](564.6,95.7,566.3,96.4,567.6,97.7);_0x72b1x63[_0x8783[254]](568.7,98.8,569.4,100.2,569.5,101.8);_0x72b1x63[_0x8783[254]](569.6,103.5,569.7,106.3,569.8,110.3);_0x72b1x63[_0x8783[254]](569.9,114.6,569.9,117.4,569.9,118.8);_0x72b1x63[_0x8783[254]](569.8,120.4,569.3,121.6,568.3,122.5);_0x72b1x63[_0x8783[254]](567.3,123.4,565.9,123.9,564.3,124.0);_0x72b1x63[_0x8783[254]](562.0,124.1,533.9,124.1,479.8,124.1);_0x72b1x63[_0x8783[254]](479.1,124.1,478.6,123.8,478.1,123.3);_0x72b1x63[_0x8783[254]](477.6,122.7,477.4,122.0,477.4,121.2);_0x72b1x63[_0x8783[255]](477.5,89.2);_0x72b1x63[_0x8783[254]](477.5,82.3,479.8,76.1,484.4,70.5);_0x72b1x63[_0x8783[254]](489.8,63.9,497.1,60.2,506.4,59.5);_0x72b1x63[_0x8783[255]](536.2,57.3);_0x72b1x63[_0x8783[254]](537.8,57.1,539.2,56.4,540.4,55.1);_0x72b1x63[_0x8783[254]](541.3,54.0,541.8,52.8,541.9,51.7);_0x72b1x63[_0x8783[254]](541.8,47.3,541.7,44.3,541.7,42.8);_0x72b1x63[_0x8783[254]](541.7,41.7,541.2,40.7,540.3,39.8);_0x72b1x63[_0x8783[254]](539.4,39.1,538.5,38.7,537.6,38.6);_0x72b1x63[_0x8783[254]](536.6,38.5,532.2,38.4,524.3,38.3);_0x72b1x63[_0x8783[254]](516.1,38.1,511.3,38.0,509.8,38.0);_0x72b1x63[_0x8783[254]](508.4,38.1,507.2,38.8,506.1,40.0);_0x72b1x63[_0x8783[255]](504.9,42.0);_0x72b1x63[_0x8783[254]](503.8,44.5,502.5,45.8,501.0,45.8);_0x72b1x63[_0x8783[255]](481.4,45.9);_0x72b1x63[_0x8783[254]](480.6,45.9,479.8,45.5,479.2,44.8);_0x72b1x63[_0x8783[254]](478.6,44.0,478.4,43.4,478.4,42.7);_0x72b1x63[_0x8783[254]](478.2,40.8,478.2,37.2,478.2,32.0);_0x72b1x63[_0x8783[254]](478.2,27.9,480.3,23.8,484.5,19.6);_0x72b1x63[_0x8783[254]](488.7,15.2,493.2,13.0,497.8,13.0);_0x72b1x63[_0x8783[255]](542.0,12.9);_0x72b1x63[_0x8783[254]](549.2,12.9,555.7,16.1,561.5,22.5);_0x72b1x63[_0x8783[254]](566.5,28.0,569.0,32.9,569.0,37.0);_0x72b1x63[_0x8783[253]](463.6,12.6);_0x72b1x63[_0x8783[254]](465.0,12.6,466.0,13.2,466.8,14.2);_0x72b1x63[_0x8783[254]](467.5,15.1,467.8,16.2,467.8,17.5);_0x72b1x63[_0x8783[254]](469.2,83.1,469.9,116.8,469.9,118.7);_0x72b1x63[_0x8783[254]](469.9,122.2,468.6,124.0,466.2,124.0);_0x72b1x63[_0x8783[254]](455.0,124.2,448.6,124.3,446.8,124.3);_0x72b1x63[_0x8783[254]](445.5,124.3,444.4,124.0,443.7,123.2);_0x72b1x63[_0x8783[254]](442.9,122.3,442.6,121.1,442.6,119.6);_0x72b1x63[_0x8783[255]](443.1,17.6);_0x72b1x63[_0x8783[254]](443.1,16.3,443.4,15.1,444.0,14.1);_0x72b1x63[_0x8783[254]](444.6,13.1,445.4,12.6,446.3,12.6);_0x72b1x63[_0x8783[255]](463.6,12.6);_0x72b1x63[_0x8783[253]](324.2,168.4);_0x72b1x63[_0x8783[254]](324.6,169.8,324.9,170.9,325.0,171.6);_0x72b1x63[_0x8783[254]](325.1,172.8,324.9,173.6,324.4,173.9);_0x72b1x63[_0x8783[254]](324.1,174.1,321.8,175.3,317.7,177.5);_0x72b1x63[_0x8783[254]](313.6,179.7,311.3,180.9,310.7,181.3);_0x72b1x63[_0x8783[254]](309.9,181.8,309.1,181.9,308.2,181.7);_0x72b1x63[_0x8783[254]](307.4,181.5,306.6,181.0,306.0,180.3);_0x72b1x63[_0x8783[254]](305.1,179.3,278.3,151.8,225.4,97.9);_0x72b1x63[_0x8783[254]](224.8,97.2,224.4,96.3,224.3,95.2);_0x72b1x63[_0x8783[254]](224.2,93.9,224.5,92.9,225.2,92.1);_0x72b1x63[_0x8783[254]](226.4,90.6,229.8,87.4,235.3,82.6);_0x72b1x63[_0x8783[254]](242.0,76.6,247.6,72.1,252.1,69.2);_0x72b1x63[_0x8783[254]](256.6,66.3,263.0,63.3,271.3,60.3);_0x72b1x63[_0x8783[254]](277.8,57.9,282.3,56.5,284.9,56.0);_0x72b1x63[_0x8783[254]](286.4,55.7,287.8,56.0,289.3,56.8);_0x72b1x63[_0x8783[254]](290.7,57.6,291.5,58.6,291.7,59.7);_0x72b1x63[_0x8783[254]](291.9,60.6,297.3,78.7,307.9,114.1);_0x72b1x63[_0x8783[254]](313.2,131.8,318.7,149.9,324.2,168.4);_0x72b1x63[_0x8783[253]](95.5,223.6);_0x72b1x63[_0x8783[254]](97.5,224.6,98.5,225.1,98.6,225.1);_0x72b1x63[_0x8783[254]](152.0,274.6,179.6,300.2,181.3,301.9);_0x72b1x63[_0x8783[254]](182.3,302.9,183.0,304.1,183.4,305.5);_0x72b1x63[_0x8783[254]](183.6,306.1,183.7,306.6,183.8,307.1);_0x72b1x63[_0x8783[254]](183.9,307.2,182.6,309.6,180.0,314.3);_0x72b1x63[_0x8783[254]](178.6,316.6,177.3,319.0,176.0,321.3);_0x72b1x63[_0x8783[254]](175.6,321.7,175.1,322.0,174.4,322.3);_0x72b1x63[_0x8783[254]](173.0,322.8,171.5,322.9,169.7,322.5);_0x72b1x63[_0x8783[254]](168.6,322.3,154.5,317.9,127.4,309.5);_0x72b1x63[_0x8783[254]](97.4,300.1,78.2,294.3,69.8,291.8);_0x72b1x63[_0x8783[255]](62.8,289.7);_0x72b1x63[_0x8783[254]](61.7,289.3,60.6,288.6,59.5,287.9);_0x72b1x63[_0x8783[254]](57.4,286.3,56.7,284.5,57.3,282.6);_0x72b1x63[_0x8783[255]](58.0,280.1);_0x72b1x63[_0x8783[254]](59.1,276.1,60.5,271.9,62.1,267.5);_0x72b1x63[_0x8783[254]](64.4,261.2,66.8,255.9,69.3,251.8);_0x72b1x63[_0x8783[254]](74.2,243.4,80.8,234.7,89.2,225.6);_0x72b1x63[_0x8783[254]](91.0,223.7,93.1,223.0,95.5,223.6);_0x72b1x63[_0x8783[253]](105.9,453.6);_0x72b1x63[_0x8783[254]](112.2,459.6,115.6,465.9,116.0,472.4);_0x72b1x63[_0x8783[254]](116.3,477.6,116.3,486.5,116.0,499.0);_0x72b1x63[_0x8783[254]](115.8,505.9,115.5,515.5,115.1,527.8);_0x72b1x63[_0x8783[254]](114.9,534.8,111.1,541.1,103.5,546.7);_0x72b1x63[_0x8783[254]](97.0,551.5,91.0,554.0,85.5,554.2);_0x72b1x63[_0x8783[254]](77.0,554.5,64.1,554.4,46.8,553.9);_0x72b1x63[_0x8783[254]](38.0,553.7,31.5,550.0,27.2,542.9);_0x72b1x63[_0x8783[254]](25.1,539.3,23.8,535.8,23.5,532.4);_0x72b1x63[_0x8783[254]](23.6,532.5,23.5,531.3,23.4,528.9);_0x72b1x63[_0x8783[254]](23.2,526.5,23.1,525.3,23.2,525.3);_0x72b1x63[_0x8783[254]](23.3,524.6,23.5,523.9,23.9,523.0);_0x72b1x63[_0x8783[254]](24.6,521.5,25.8,520.6,27.4,520.5);_0x72b1x63[_0x8783[254]](29.1,520.3,35.9,520.3,47.7,520.3);_0x72b1x63[_0x8783[254]](49.4,520.3,50.7,520.9,51.5,522.2);_0x72b1x63[_0x8783[254]](51.9,522.9,52.1,523.6,52.2,524.3);_0x72b1x63[_0x8783[254]](52.3,524.4,52.6,525.1,53.2,526.5);_0x72b1x63[_0x8783[254]](54.3,528.0,56.0,528.7,58.4,528.7);_0x72b1x63[_0x8783[255]](82.2,528.7);_0x72b1x63[_0x8783[254]](84.1,528.7,85.6,528.0,86.9,526.5);_0x72b1x63[_0x8783[254]](87.8,525.1,88.3,524.5,88.4,524.5);_0x72b1x63[_0x8783[254]](88.4,524.6,88.4,523.3,88.3,520.7);_0x72b1x63[_0x8783[254]](88.2,518.0,88.1,516.8,88.2,516.8);_0x72b1x63[_0x8783[254]](88.0,516.3,87.7,515.7,87.3,515.0);_0x72b1x63[_0x8783[254]](86.3,513.8,85.1,513.2,83.8,513.1);_0x72b1x63[_0x8783[254]](81.6,513.0,70.0,513.0,49.1,513.0);_0x72b1x63[_0x8783[254]](44.9,512.7,40.7,511.1,36.5,508.1);_0x72b1x63[_0x8783[254]](28.0,502.3,23.6,492.8,23.4,479.8);_0x72b1x63[_0x8783[254]](23.1,466.7,27.8,456.9,37.4,450.3);_0x72b1x63[_0x8783[254]](40.4,448.2,43.8,446.6,47.4,445.4);_0x72b1x63[_0x8783[254]](50.3,444.5,51.9,444.1,52.1,444.4);_0x72b1x63[_0x8783[254]](52.1,444.4,55.9,444.4,63.3,444.4);_0x72b1x63[_0x8783[254]](73.6,444.4,81.0,444.4,85.4,444.4);_0x72b1x63[_0x8783[254]](92.5,444.4,99.4,447.5,105.9,453.6);_0x72b1x63[_0x8783[253]](59.4,712.1);_0x72b1x63[_0x8783[254]](59.8,710.7,60.7,709.9,61.9,709.6);_0x72b1x63[_0x8783[254]](63.8,709.1,100.2,698.6,171.1,678.3);_0x72b1x63[_0x8783[254]](172.7,677.8,173.9,677.9,174.9,678.5);_0x72b1x63[_0x8783[255]](175.8,679.5);_0x72b1x63[_0x8783[255]](182.9,691.0);_0x72b1x63[_0x8783[255]](183.1,692.5);_0x72b1x63[_0x8783[254]](182.9,693.8,181.9,695.2,180.2,696.8);_0x72b1x63[_0x8783[254]](126.8,747.4,99.3,773.4,97.6,775.0);_0x72b1x63[_0x8783[254]](96.6,775.9,95.4,776.1,94.0,775.5);_0x72b1x63[_0x8783[254]](93.3,775.3,92.8,774.9,92.3,774.5);_0x72b1x63[_0x8783[255]](84.7,764.2);_0x72b1x63[_0x8783[254]](79.0,756.3,74.5,749.6,71.2,744.2);_0x72b1x63[_0x8783[254]](68.0,738.7,65.0,732.1,62.2,724.2);_0x72b1x63[_0x8783[255]](59.1,714.0);_0x72b1x63[_0x8783[254]](59.1,713.5,59.2,712.8,59.4,712.1);_0x72b1x63[_0x8783[253]](524.6,873.1);_0x72b1x63[_0x8783[254]](530.7,873.0,535.9,875.9,540.3,881.7);_0x72b1x63[_0x8783[254]](544.4,887.2,546.6,893.8,546.9,901.4);_0x72b1x63[_0x8783[254]](546.9,903.3,546.2,904.6,544.9,905.5);_0x72b1x63[_0x8783[254]](544.2,905.8,543.6,906.0,543.0,906.0);_0x72b1x63[_0x8783[254]](532.6,906.4,526.3,906.5,524.0,906.4);_0x72b1x63[_0x8783[254]](522.5,906.3,521.4,905.5,520.8,904.0);_0x72b1x63[_0x8783[254]](520.1,902.5,520.0,901.7,520.3,901.6);_0x72b1x63[_0x8783[254]](520.6,901.5,520.4,901.0,519.7,900.1);_0x72b1x63[_0x8783[254]](519.0,899.1,517.8,898.6,516.3,898.5);_0x72b1x63[_0x8783[254]](513.2,898.4,508.5,898.3,502.0,898.2);_0x72b1x63[_0x8783[254]](494.0,898.0,489.2,898.0,487.8,898.1);_0x72b1x63[_0x8783[254]](486.3,898.2,485.1,899.1,484.1,900.8);_0x72b1x63[_0x8783[254]](483.0,902.5,482.7,903.3,483.1,903.2);_0x72b1x63[_0x8783[254]](483.2,903.2,483.1,904.5,483.0,907.2);_0x72b1x63[_0x8783[254]](482.9,909.9,482.9,911.3,482.9,911.3);_0x72b1x63[_0x8783[254]](483.0,911.3,483.4,911.9,484.1,913.2);_0x72b1x63[_0x8783[254]](485.1,914.6,486.4,915.3,488.0,915.4);_0x72b1x63[_0x8783[254]](491.0,915.6,502.0,915.6,521.0,915.4);_0x72b1x63[_0x8783[254]](528.8,915.3,535.3,919.0,540.5,926.3);_0x72b1x63[_0x8783[254]](543.1,930.0,544.9,933.8,546.0,937.5);_0x72b1x63[_0x8783[254]](546.1,937.5,546.2,940.9,546.3,947.7);_0x72b1x63[_0x8783[254]](546.4,954.6,546.4,958.0,546.5,958.0);_0x72b1x63[_0x8783[254]](546.7,957.9,546.3,959.2,545.5,961.8);_0x72b1x63[_0x8783[254]](544.5,964.9,543.2,967.8,541.6,970.4);_0x72b1x63[_0x8783[254]](536.3,978.8,529.0,983.2,519.5,983.6);_0x72b1x63[_0x8783[254]](509.6,984.0,502.4,984.1,498.0,984.0);_0x72b1x63[_0x8783[254]](492.5,983.8,487.3,983.6,482.4,983.4);_0x72b1x63[_0x8783[254]](475.5,983.1,469.7,980.1,464.8,974.5);_0x72b1x63[_0x8783[254]](460.4,969.3,458.1,963.7,457.9,957.8);_0x72b1x63[_0x8783[254]](457.6,949.6,457.4,930.9,457.4,901.8);_0x72b1x63[_0x8783[254]](457.4,894.2,460.5,887.6,466.8,881.8);_0x72b1x63[_0x8783[254]](472.1,876.9,477.5,874.3,482.9,873.8);_0x72b1x63[_0x8783[255]](524.6,873.1);_0x72b1x63[_0x8783[253]](305.5,817.5);_0x72b1x63[_0x8783[254]](306.6,816.5,307.8,815.9,309.1,815.8);_0x72b1x63[_0x8783[254]](310.2,816.0,310.7,816.1,310.8,816.0);_0x72b1x63[_0x8783[254]](310.8,816.0,312.7,817.3,316.4,819.7);_0x72b1x63[_0x8783[254]](320.1,822.1,321.9,823.3,322.0,823.3);_0x72b1x63[_0x8783[254]](322.2,823.2,322.5,823.5,323.0,824.2);_0x72b1x63[_0x8783[254]](323.6,825.0,323.8,825.8,323.5,826.8);_0x72b1x63[_0x8783[254]](303.1,897.7,292.3,934.5,291.1,937.3);_0x72b1x63[_0x8783[254]](290.3,939.1,289.1,940.0,287.6,940.2);_0x72b1x63[_0x8783[254]](286.8,940.3,286.1,940.2,285.6,940.0);_0x72b1x63[_0x8783[254]](285.6,940.0,282.1,938.6,274.9,935.9);_0x72b1x63[_0x8783[254]](266.4,932.5,259.1,929.1,253.1,925.7);_0x72b1x63[_0x8783[254]](247.0,922.3,240.8,918.0,234.5,912.8);_0x72b1x63[_0x8783[255]](226.8,906.0);_0x72b1x63[_0x8783[254]](226.4,905.4,226.0,904.7,225.8,904.0);_0x72b1x63[_0x8783[254]](225.3,902.5,225.5,901.2,226.4,900.3);_0x72b1x63[_0x8783[254]](227.4,899.0,240.5,885.3,265.7,859.0);_0x72b1x63[_0x8783[254]](290.9,832.7,304.2,818.9,305.5,817.5);_0x72b1x63[_0x8783[253]](691.9,815.5);_0x72b1x63[_0x8783[254]](693.0,814.8,694.3,814.8,695.6,815.5);_0x72b1x63[_0x8783[254]](696.2,815.8,696.8,816.1,697.2,816.5);_0x72b1x63[_0x8783[254]](749.0,869.1,775.7,896.2,777.3,897.7);_0x72b1x63[_0x8783[254]](778.3,898.6,778.7,899.9,778.5,901.5);_0x72b1x63[_0x8783[254]](778.4,902.3,778.2,903.0,777.9,903.5);_0x72b1x63[_0x8783[254]](777.9,903.5,775.2,905.9,769.7,910.8);_0x72b1x63[_0x8783[254]](762.9,916.5,756.2,921.5,749.6,925.5);_0x72b1x63[_0x8783[254]](742.9,929.7,735.6,933.1,727.7,935.8);_0x72b1x63[_0x8783[254]](721.0,937.6,717.6,938.5,717.6,938.5);_0x72b1x63[_0x8783[254]](716.9,938.6,716.1,938.5,715.4,938.3);_0x72b1x63[_0x8783[254]](713.8,937.9,712.8,937.0,712.3,935.5);_0x72b1x63[_0x8783[254]](711.5,933.2,700.8,897.5,680.3,828.4);_0x72b1x63[_0x8783[254]](680.0,827.5,679.9,826.6,679.8,825.7);_0x72b1x63[_0x8783[254]](679.6,823.8,679.9,822.4,680.7,821.7);_0x72b1x63[_0x8783[254]](681.5,820.9,683.3,819.9,686.0,818.5);_0x72b1x63[_0x8783[254]](689.0,817.0,691.0,816.0,691.9,815.5);_0x72b1x63[_0x8783[253]](522.1,945.0);_0x72b1x63[_0x8783[254]](522.0,944.2,521.5,943.4,520.7,942.5);_0x72b1x63[_0x8783[254]](519.6,941.6,518.3,941.1,516.9,941.0);_0x72b1x63[_0x8783[254]](515.4,941.0,510.5,941.0,502.1,941.0);_0x72b1x63[_0x8783[254]](494.2,941.0,489.6,941.0,488.3,941.0);_0x72b1x63[_0x8783[254]](487.3,941.1,486.3,941.5,485.5,942.4);_0x72b1x63[_0x8783[254]](484.5,943.3,484.1,944.4,484.1,945.6);_0x72b1x63[_0x8783[255]](484.1,953.2);_0x72b1x63[_0x8783[254]](484.1,954.2,484.6,955.2,485.5,956.0);_0x72b1x63[_0x8783[254]](486.5,956.9,487.7,957.4,489.2,957.5);_0x72b1x63[_0x8783[254]](490.5,957.6,495.2,957.7,503.3,957.8);_0x72b1x63[_0x8783[254]](510.5,957.9,515.2,958.0,517.3,958.0);_0x72b1x63[_0x8783[254]](518.7,958.0,519.9,957.5,520.9,956.7);_0x72b1x63[_0x8783[254]](521.9,955.9,522.4,954.8,522.4,953.5);_0x72b1x63[_0x8783[254]](522.4,949.4,522.3,946.6,522.1,945.0);_0x72b1x63[_0x8783[253]](87.2,472.1);_0x72b1x63[_0x8783[254]](86.0,471.1,84.5,470.5,82.8,470.4);_0x72b1x63[_0x8783[254]](81.0,470.2,76.0,470.1,68.0,470.2);_0x72b1x63[_0x8783[254]](60.8,470.3,56.4,470.3,54.8,470.4);_0x72b1x63[_0x8783[254]](53.6,470.5,52.6,470.9,51.7,471.8);_0x72b1x63[_0x8783[254]](50.7,472.6,50.2,473.7,50.2,474.9);_0x72b1x63[_0x8783[254]](50.2,474.9,50.2,476.5,50.2,479.6);_0x72b1x63[_0x8783[254]](50.2,481.6,50.2,482.5,50.2,482.5);_0x72b1x63[_0x8783[254]](49.7,482.1,50.0,482.7,51.0,484.0);_0x72b1x63[_0x8783[254]](51.8,485.2,52.7,485.7,53.7,485.6);_0x72b1x63[_0x8783[254]](54.5,485.6,60.0,485.6,70.1,485.8);_0x72b1x63[_0x8783[254]](79.8,485.9,84.6,486.0,84.6,486.0);_0x72b1x63[_0x8783[254]](85.2,485.7,85.8,485.4,86.5,484.9);_0x72b1x63[_0x8783[254]](87.8,483.9,88.4,482.8,88.5,481.5);_0x72b1x63[_0x8783[254]](88.6,479.8,88.6,478.1,88.6,476.4);_0x72b1x63[_0x8783[254]](88.6,474.6,88.6,473.7,88.5,473.6);_0x72b1x63[_0x8783[254]](88.2,473.1,87.8,472.6,87.2,472.1);_0x72b1x63[_0x8783[250]]();_0x72b1x51[_0x8783[135]][_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[135]]);_0x72b1x51[_0x8783[135]][_0x8783[242]]=-502.5;_0x72b1x51[_0x8783[135]][_0x8783[243]]=-498.25};_0x72b1x4f[_0x8783[155]][_0x8783[206]]=function _0x72b1x66(){var _0x72b1x51=this;_0x72b1x51[_0x8783[134]]=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x8783[252]);_0x72b1x63[_0x8783[253]](755.4,888.8);_0x72b1x63[_0x8783[254]](755.6,887.2,755.2,885.9,754.2,885.0);_0x72b1x63[_0x8783[254]](752.6,883.5,725.9,856.5,674.0,803.8);_0x72b1x63[_0x8783[254]](673.6,803.5,673.1,803.1,672.5,802.8);_0x72b1x63[_0x8783[254]](671.1,802.2,669.9,802.2,668.8,802.8);_0x72b1x63[_0x8783[254]](667.9,803.3,665.9,804.3,662.9,805.8);_0x72b1x63[_0x8783[254]](660.1,807.2,658.4,808.3,657.6,809.0);_0x72b1x63[_0x8783[254]](656.8,809.8,656.4,811.1,656.6,813.0);_0x72b1x63[_0x8783[254]](656.7,814.0,656.9,814.9,657.2,815.8);_0x72b1x63[_0x8783[254]](677.7,884.9,688.4,920.6,689.2,922.9);_0x72b1x63[_0x8783[254]](689.7,924.4,690.7,925.3,692.2,925.7);_0x72b1x63[_0x8783[254]](693.0,925.9,693.7,925.9,694.4,925.8);_0x72b1x63[_0x8783[254]](694.4,925.9,697.8,925.0,704.5,923.2);_0x72b1x63[_0x8783[254]](712.5,920.5,719.8,917.1,726.5,912.9);_0x72b1x63[_0x8783[254]](733.0,908.8,739.7,903.9,746.6,898.2);_0x72b1x63[_0x8783[254]](752.0,893.3,754.8,890.9,754.8,890.9);_0x72b1x63[_0x8783[254]](755.1,890.3,755.3,889.6,755.4,888.8);_0x72b1x63[_0x8783[253]](733.7,881.3);_0x72b1x63[_0x8783[254]](735.3,882.9,736.2,884.8,736.5,886.8);_0x72b1x63[_0x8783[254]](736.8,889.1,736.2,890.8,734.6,891.8);_0x72b1x63[_0x8783[254]](732.3,893.4,722.8,899.5,706.0,910.0);_0x72b1x63[_0x8783[254]](704.0,911.3,701.9,911.5,699.6,910.7);_0x72b1x63[_0x8783[254]](697.4,909.9,696.0,908.7,695.4,907.0);_0x72b1x63[_0x8783[254]](694.6,904.8,688.3,883.1,676.5,841.7);_0x72b1x63[_0x8783[254]](676.2,841.0,676.1,840.3,676.2,839.3);_0x72b1x63[_0x8783[254]](676.4,837.5,677.4,835.9,679.4,834.5);_0x72b1x63[_0x8783[254]](681.4,833.2,683.5,832.7,685.7,833.0);_0x72b1x63[_0x8783[254]](686.8,833.1,687.7,833.4,688.4,833.8);_0x72b1x63[_0x8783[254]](716.6,863.4,731.7,879.2,733.7,881.3);_0x72b1x63[_0x8783[253]](287.6,803.4);_0x72b1x63[_0x8783[254]](287.6,803.4,287.0,803.4,286.0,803.2);_0x72b1x63[_0x8783[254]](284.7,803.3,283.5,803.8,282.4,804.9);_0x72b1x63[_0x8783[254]](281.0,806.2,267.8,820.0,242.6,846.3);_0x72b1x63[_0x8783[254]](217.4,872.6,204.2,886.4,203.2,887.6);_0x72b1x63[_0x8783[254]](202.3,888.6,202.2,889.8,202.7,891.3);_0x72b1x63[_0x8783[254]](202.9,892.1,203.2,892.7,203.6,893.3);_0x72b1x63[_0x8783[255]](211.3,900.1);_0x72b1x63[_0x8783[254]](217.7,905.3,223.9,909.6,230.0,913.0);_0x72b1x63[_0x8783[254]](236.0,916.5,243.2,919.9,251.7,923.3);_0x72b1x63[_0x8783[254]](258.9,926.0,262.5,927.3,262.4,927.3);_0x72b1x63[_0x8783[254]](263.0,927.6,263.6,927.6,264.4,927.5);_0x72b1x63[_0x8783[254]](265.9,927.4,267.1,926.4,267.9,924.7);_0x72b1x63[_0x8783[254]](269.2,921.9,280.0,885.0,300.4,814.2);_0x72b1x63[_0x8783[254]](300.6,813.2,300.5,812.3,299.9,811.5);_0x72b1x63[_0x8783[254]](299.4,810.8,299.0,810.5,298.8,810.6);_0x72b1x63[_0x8783[254]](298.8,810.6,296.9,809.4,293.2,807.0);_0x72b1x63[_0x8783[254]](289.5,804.6,287.7,803.4,287.6,803.4);_0x72b1x63[_0x8783[253]](274.8,834.9);_0x72b1x63[_0x8783[254]](276.4,835.7,277.7,837.0,278.7,839.0);_0x72b1x63[_0x8783[254]](279.1,839.9,279.4,840.7,279.6,841.5);_0x72b1x63[_0x8783[255]](262.3,904.2);_0x72b1x63[_0x8783[255]](260.9,908.0);_0x72b1x63[_0x8783[254]](259.6,910.4,258.0,911.3,256.0,910.8);_0x72b1x63[_0x8783[254]](253.7,910.2,250.5,909.0,246.6,907.3);_0x72b1x63[_0x8783[254]](242.6,905.7,239.7,904.3,237.9,903.2);_0x72b1x63[_0x8783[254]](236.2,902.2,233.5,900.4,229.7,897.8);_0x72b1x63[_0x8783[254]](226.2,895.4,223.7,893.6,222.1,892.4);_0x72b1x63[_0x8783[254]](220.8,891.5,220.5,889.9,221.2,887.7);_0x72b1x63[_0x8783[254]](221.8,885.8,222.8,884.1,224.2,882.7);_0x72b1x63[_0x8783[255]](266.8,837.5);_0x72b1x63[_0x8783[254]](267.5,836.7,268.3,836.0,269.4,835.5);_0x72b1x63[_0x8783[254]](271.4,834.3,273.2,834.1,274.8,834.9);_0x72b1x63[_0x8783[253]](523.8,888.8);_0x72b1x63[_0x8783[254]](523.5,881.1,521.3,874.5,517.1,869.0);_0x72b1x63[_0x8783[254]](512.8,863.2,507.5,860.4,501.4,860.5);_0x72b1x63[_0x8783[255]](459.7,861.1);_0x72b1x63[_0x8783[254]](454.3,861.6,449.0,864.3,443.7,869.2);_0x72b1x63[_0x8783[254]](437.4,874.9,434.3,881.6,434.3,889.2);_0x72b1x63[_0x8783[254]](434.3,918.3,434.4,936.9,434.7,945.1);_0x72b1x63[_0x8783[254]](434.9,951.1,437.3,956.6,441.7,961.8);_0x72b1x63[_0x8783[254]](446.5,967.5,452.4,970.5,459.3,970.8);_0x72b1x63[_0x8783[254]](464.2,971.0,469.3,971.2,474.8,971.4);_0x72b1x63[_0x8783[254]](479.3,971.5,486.5,971.4,496.4,971.0);_0x72b1x63[_0x8783[254]](505.8,970.6,513.2,966.2,518.4,957.8);_0x72b1x63[_0x8783[254]](520.0,955.1,521.4,952.3,522.4,949.2);_0x72b1x63[_0x8783[254]](523.2,946.5,523.5,945.2,523.3,945.3);_0x72b1x63[_0x8783[254]](523.3,945.3,523.2,941.9,523.1,935.0);_0x72b1x63[_0x8783[254]](523.0,928.2,522.9,924.8,522.9,924.8);_0x72b1x63[_0x8783[254]](521.8,921.1,519.9,917.4,517.3,913.7);_0x72b1x63[_0x8783[254]](512.1,906.3,505.6,902.7,497.9,902.8);_0x72b1x63[_0x8783[254]](478.9,903.0,467.9,903.0,464.8,902.8);_0x72b1x63[_0x8783[254]](463.2,902.6,461.9,901.9,460.9,900.5);_0x72b1x63[_0x8783[254]](460.2,899.3,459.8,898.6,459.8,898.6);_0x72b1x63[_0x8783[254]](459.7,898.6,459.8,897.3,459.9,894.5);_0x72b1x63[_0x8783[254]](460.0,891.9,460.0,890.5,460.0,890.5);_0x72b1x63[_0x8783[254]](459.6,890.6,459.9,889.8,461.0,888.1);_0x72b1x63[_0x8783[254]](462.0,886.5,463.2,885.6,464.6,885.5);_0x72b1x63[_0x8783[254]](466.1,885.3,470.8,885.3,478.8,885.5);_0x72b1x63[_0x8783[254]](485.3,885.6,490.1,885.8,493.2,885.9);_0x72b1x63[_0x8783[254]](494.7,886.0,495.8,886.5,496.6,887.5);_0x72b1x63[_0x8783[254]](497.2,888.4,497.4,888.9,497.1,889.0);_0x72b1x63[_0x8783[254]](496.8,889.0,497.0,889.8,497.6,891.3);_0x72b1x63[_0x8783[254]](498.3,892.9,499.3,893.7,500.8,893.8);_0x72b1x63[_0x8783[254]](503.1,893.9,509.4,893.8,519.8,893.3);_0x72b1x63[_0x8783[254]](520.4,893.3,521.0,893.2,521.7,892.8);_0x72b1x63[_0x8783[254]](523.0,892.0,523.7,890.6,523.8,888.8);_0x72b1x63[_0x8783[253]](502.0,882.3);_0x72b1x63[_0x8783[254]](500.7,881.7,499.4,881.4,498.1,881.4);_0x72b1x63[_0x8783[254]](480.2,880.7,468.9,880.4,464.4,880.4);_0x72b1x63[_0x8783[254]](461.3,880.4,458.6,881.7,456.2,884.3);_0x72b1x63[_0x8783[254]](454.3,886.3,453.1,888.3,452.8,890.2);_0x72b1x63[_0x8783[254]](452.6,891.4,452.5,892.9,452.5,894.5);_0x72b1x63[_0x8783[254]](452.5,894.9,452.6,896.8,452.7,900.3);_0x72b1x63[_0x8783[254]](452.7,902.8,453.7,905.0,455.6,907.0);_0x72b1x63[_0x8783[254]](457.6,909.2,460.0,910.3,462.8,910.3);_0x72b1x63[_0x8783[254]](464.2,910.4,469.3,910.4,478.1,910.3);_0x72b1x63[_0x8783[254]](486.4,910.2,492.3,910.2,495.8,910.3);_0x72b1x63[_0x8783[254]](500.5,910.5,505.0,912.4,509.5,916.1);_0x72b1x63[_0x8783[254]](514.1,919.9,516.5,924.0,516.9,928.4);_0x72b1x63[_0x8783[254]](517.2,932.1,517.4,934.4,517.4,935.1);_0x72b1x63[_0x8783[254]](517.4,935.9,517.4,938.4,517.4,942.5);_0x72b1x63[_0x8783[254]](517.5,947.5,515.5,952.0,511.4,956.0);_0x72b1x63[_0x8783[254]](507.4,960.0,503.1,962.1,498.3,962.4);_0x72b1x63[_0x8783[254]](493.3,962.7,487.3,963.0,480.3,963.2);_0x72b1x63[_0x8783[254]](472.7,963.4,466.3,963.5,461.2,963.4);_0x72b1x63[_0x8783[254]](455.9,963.3,451.3,961.2,447.4,956.9);_0x72b1x63[_0x8783[254]](443.6,952.8,441.7,948.2,441.6,943.0);_0x72b1x63[_0x8783[254]](441.0,913.8,440.8,895.5,441.2,888.5);_0x72b1x63[_0x8783[254]](441.5,883.3,443.3,878.6,446.7,874.5);_0x72b1x63[_0x8783[254]](450.3,870.3,454.4,868.0,459.2,867.9);_0x72b1x63[_0x8783[254]](462.8,867.8,469.8,867.8,480.3,867.8);_0x72b1x63[_0x8783[254]](491.5,867.8,498.3,867.8,500.5,867.8);_0x72b1x63[_0x8783[254]](504.4,867.7,508.4,869.7,512.4,873.9);_0x72b1x63[_0x8783[254]](515.9,877.7,517.6,880.7,517.4,883.0);_0x72b1x63[_0x8783[254]](517.2,884.8,516.6,886.3,515.6,887.3);_0x72b1x63[_0x8783[254]](514.6,888.2,513.3,888.7,511.8,888.7);_0x72b1x63[_0x8783[254]](510.1,888.7,508.6,888.5,507.3,888.0);_0x72b1x63[_0x8783[254]](505.7,887.4,504.7,886.5,504.5,885.3);_0x72b1x63[_0x8783[254]](504.3,884.0,503.4,883.1,502.0,882.3);_0x72b1x63[_0x8783[253]](504.2,931.3);_0x72b1x63[_0x8783[254]](504.1,929.2,503.2,927.1,501.7,925.3);_0x72b1x63[_0x8783[254]](499.8,923.0,497.6,921.9,494.9,921.9);_0x72b1x63[_0x8783[255]](459.6,921.9);_0x72b1x63[_0x8783[254]](457.1,921.9,455.0,923.4,453.5,926.3);_0x72b1x63[_0x8783[254]](452.2,928.5,451.5,930.7,451.5,932.8);_0x72b1x63[_0x8783[254]](451.5,933.9,451.6,935.5,451.8,937.4);_0x72b1x63[_0x8783[254]](452.1,940.4,452.3,942.4,452.4,943.5);_0x72b1x63[_0x8783[254]](452.5,945.9,453.6,948.0,455.5,949.8);_0x72b1x63[_0x8783[254]](457.4,951.6,459.6,952.6,462.0,952.7);_0x72b1x63[_0x8783[254]](464.5,952.7,470.1,952.7,478.9,952.6);_0x72b1x63[_0x8783[254]](487.8,952.5,493.4,952.3,495.6,952.2);_0x72b1x63[_0x8783[254]](497.9,952.0,500.0,951.0,501.8,949.1);_0x72b1x63[_0x8783[254]](503.6,947.3,504.5,945.3,504.6,943.0);_0x72b1x63[_0x8783[254]](504.6,939.1,504.5,935.2,504.2,931.3);_0x72b1x63[_0x8783[253]](497.5,929.9);_0x72b1x63[_0x8783[254]](498.4,930.7,498.9,931.5,499.0,932.3);_0x72b1x63[_0x8783[254]](499.1,933.9,499.2,936.8,499.2,940.9);_0x72b1x63[_0x8783[254]](499.2,942.2,498.7,943.2,497.8,944.0);_0x72b1x63[_0x8783[254]](496.8,944.9,495.6,945.3,494.2,945.3);_0x72b1x63[_0x8783[254]](492.1,945.3,487.4,945.3,480.2,945.2);_0x72b1x63[_0x8783[254]](472.1,945.0,467.3,945.0,466.0,944.8);_0x72b1x63[_0x8783[254]](464.5,944.8,463.3,944.3,462.4,943.3);_0x72b1x63[_0x8783[254]](461.4,942.5,461.0,941.6,461.0,940.5);_0x72b1x63[_0x8783[255]](460.9,933.0);_0x72b1x63[_0x8783[254]](460.9,931.8,461.4,930.7,462.3,929.8);_0x72b1x63[_0x8783[254]](463.2,928.9,464.1,928.4,465.1,928.4);_0x72b1x63[_0x8783[254]](466.4,928.4,471.0,928.3,478.9,928.3);_0x72b1x63[_0x8783[254]](487.3,928.3,492.3,928.3,493.7,928.4);_0x72b1x63[_0x8783[254]](495.2,928.5,496.4,929.0,497.5,929.9);_0x72b1x63[_0x8783[253]](159.7,678.3);_0x72b1x63[_0x8783[255]](152.7,666.8);_0x72b1x63[_0x8783[255]](151.7,665.8);_0x72b1x63[_0x8783[254]](150.8,665.3,149.5,665.2,147.9,665.6);_0x72b1x63[_0x8783[254]](77.0,686.0,40.6,696.5,38.7,697.0);_0x72b1x63[_0x8783[254]](37.5,697.3,36.7,698.1,36.3,699.5);_0x72b1x63[_0x8783[254]](36.0,700.1,35.9,700.8,35.9,701.4);_0x72b1x63[_0x8783[255]](39.1,711.5);_0x72b1x63[_0x8783[254]](41.8,719.4,44.8,726.1,48.1,731.5);_0x72b1x63[_0x8783[254]](51.3,736.9,55.8,743.6,61.6,751.5);_0x72b1x63[_0x8783[255]](69.2,761.8);_0x72b1x63[_0x8783[254]](69.6,762.3,70.2,762.6,70.9,762.9);_0x72b1x63[_0x8783[254]](72.2,763.5,73.4,763.3,74.5,762.3);_0x72b1x63[_0x8783[254]](76.1,760.8,103.7,734.7,157.1,684.1);_0x72b1x63[_0x8783[254]](158.8,682.6,159.7,681.1,159.9,679.8);_0x72b1x63[_0x8783[255]](159.7,678.3);_0x72b1x63[_0x8783[253]](122.1,685.2);_0x72b1x63[_0x8783[254]](124.7,685.4,126.7,686.5,128.2,688.3);_0x72b1x63[_0x8783[254]](129.6,690.2,130.2,692.2,130.0,694.5);_0x72b1x63[_0x8783[254]](129.8,695.5,129.5,696.5,129.2,697.2);_0x72b1x63[_0x8783[254]](97.5,727.6,80.6,743.6,78.7,745.3);_0x72b1x63[_0x8783[254]](77.3,746.4,75.7,746.8,74.0,746.6);_0x72b1x63[_0x8783[254]](72.5,746.4,71.2,745.8,70.3,744.8);_0x72b1x63[_0x8783[254]](69.3,743.9,67.5,741.6,64.8,738.0);_0x72b1x63[_0x8783[254]](61.9,734.0,59.9,731.2,58.8,729.3);_0x72b1x63[_0x8783[254]](57.8,727.5,56.3,724.7,54.4,720.8);_0x72b1x63[_0x8783[254]](52.7,717.5,51.5,715.0,50.7,713.3);_0x72b1x63[_0x8783[254]](50.0,711.6,49.8,709.9,50.1,708.0);_0x72b1x63[_0x8783[254]](50.5,705.9,51.7,704.5,53.5,704.0);_0x72b1x63[_0x8783[254]](96.8,691.7,118.5,685.5,118.6,685.4);_0x72b1x63[_0x8783[254]](119.6,685.1,120.8,685.0,122.1,685.2);_0x72b1x63[_0x8783[253]](92.8,486.4);_0x72b1x63[_0x8783[254]](93.1,473.8,93.2,464.9,92.9,459.7);_0x72b1x63[_0x8783[254]](92.5,453.2,89.1,447.0,82.8,441.0);_0x72b1x63[_0x8783[254]](76.2,434.8,69.4,431.7,62.2,431.7);_0x72b1x63[_0x8783[254]](57.8,431.7,50.5,431.7,40.1,431.8);_0x72b1x63[_0x8783[254]](32.7,431.8,29.0,431.8,28.9,431.7);_0x72b1x63[_0x8783[254]](28.7,431.5,27.2,431.9,24.3,432.8);_0x72b1x63[_0x8783[254]](20.6,433.9,17.3,435.5,14.3,437.6);_0x72b1x63[_0x8783[254]](4.6,444.2,-0.1,454.0,0.2,467.1);_0x72b1x63[_0x8783[254]](0.5,480.1,4.9,489.6,13.4,495.5);_0x72b1x63[_0x8783[254]](17.6,498.4,21.8,500.0,25.9,500.3);_0x72b1x63[_0x8783[254]](46.8,500.3,58.4,500.4,60.6,500.5);_0x72b1x63[_0x8783[254]](62.0,500.5,63.1,501.2,64.1,502.4);_0x72b1x63[_0x8783[254]](64.6,503.0,64.9,503.6,65.0,504.1);_0x72b1x63[_0x8783[254]](65.0,504.1,65.0,505.4,65.1,508.0);_0x72b1x63[_0x8783[254]](65.2,510.6,65.3,511.9,65.2,511.9);_0x72b1x63[_0x8783[254]](65.2,511.8,64.7,512.5,63.8,513.9);_0x72b1x63[_0x8783[254]](62.5,515.3,60.9,516.0,59.0,516.0);_0x72b1x63[_0x8783[255]](35.3,516.0);_0x72b1x63[_0x8783[254]](32.9,516.0,31.2,515.3,30.1,513.9);_0x72b1x63[_0x8783[254]](29.5,512.5,29.1,511.7,29.1,511.6);_0x72b1x63[_0x8783[254]](29.0,510.9,28.7,510.2,28.3,509.5);_0x72b1x63[_0x8783[254]](27.5,508.3,26.3,507.6,24.5,507.6);_0x72b1x63[_0x8783[254]](12.7,507.6,6.0,507.7,4.3,507.8);_0x72b1x63[_0x8783[254]](2.7,507.9,1.5,508.8,0.7,510.4);_0x72b1x63[_0x8783[254]](0.3,511.2,0.1,512.0,0.0,512.7);_0x72b1x63[_0x8783[254]](-0.0,512.7,0.0,513.9,0.2,516.3);_0x72b1x63[_0x8783[254]](0.4,518.6,0.4,519.8,0.4,519.8);_0x72b1x63[_0x8783[254]](0.7,523.2,1.9,526.7,4.1,530.3);_0x72b1x63[_0x8783[254]](8.4,537.4,14.9,541.0,23.6,541.3);_0x72b1x63[_0x8783[254]](41.0,541.7,53.9,541.8,62.4,541.5);_0x72b1x63[_0x8783[254]](67.9,541.3,73.8,538.8,80.3,534.0);_0x72b1x63[_0x8783[254]](87.9,528.5,91.8,522.2,92.0,515.2);_0x72b1x63[_0x8783[254]](92.4,502.9,92.6,493.3,92.8,486.4);_0x72b1x63[_0x8783[253]](45.3,440.9);_0x72b1x63[_0x8783[254]](53.2,440.9,59.3,441.0,63.7,441.2);_0x72b1x63[_0x8783[254]](68.2,441.5,72.8,443.6,77.5,447.5);_0x72b1x63[_0x8783[254]](82.6,451.9,85.3,456.7,85.5,462.0);_0x72b1x63[_0x8783[254]](85.8,469.5,85.8,488.9,85.4,520.1);_0x72b1x63[_0x8783[254]](85.4,523.7,83.4,527.2,79.5,530.5);_0x72b1x63[_0x8783[254]](75.7,533.7,71.7,535.4,67.5,535.6);_0x72b1x63[_0x8783[254]](46.1,536.4,31.6,536.6,24.0,536.3);_0x72b1x63[_0x8783[254]](19.6,536.1,15.8,534.4,12.5,531.2);_0x72b1x63[_0x8783[254]](9.8,528.5,8.3,526.1,8.2,523.8);_0x72b1x63[_0x8783[254]](8.0,521.9,8.4,520.3,9.4,519.1);_0x72b1x63[_0x8783[254]](10.4,517.7,12.0,517.0,14.2,517.1);_0x72b1x63[_0x8783[254]](16.5,517.2,18.3,517.4,19.4,517.9);_0x72b1x63[_0x8783[254]](20.6,518.4,21.2,519.2,21.3,520.2);_0x72b1x63[_0x8783[254]](21.4,521.2,22.3,522.2,24.1,523.1);_0x72b1x63[_0x8783[254]](25.8,524.0,27.4,524.4,29.0,524.5);_0x72b1x63[_0x8783[254]](30.2,524.6,35.3,524.6,44.5,524.5);_0x72b1x63[_0x8783[254]](54.3,524.5,60.1,524.5,61.9,524.5);_0x72b1x63[_0x8783[254]](64.4,524.5,67.0,523.4,69.9,521.3);_0x72b1x63[_0x8783[254]](72.6,519.3,73.9,517.7,73.9,516.5);_0x72b1x63[_0x8783[254]](74.1,510.5,74.1,506.4,73.9,504.4);_0x72b1x63[_0x8783[254]](73.7,502.6,72.6,500.6,70.5,498.2);_0x72b1x63[_0x8783[254]](68.2,495.6,66.1,494.3,64.2,494.1);_0x72b1x63[_0x8783[254]](62.7,494.1,56.6,493.9,46.0,493.6);_0x72b1x63[_0x8783[254]](34.7,493.4,28.2,493.3,26.6,493.2);_0x72b1x63[_0x8783[254]](22.5,493.0,18.7,491.4,15.2,488.3);_0x72b1x63[_0x8783[254]](10.3,484.0,7.6,477.8,7.1,469.7);_0x72b1x63[_0x8783[254]](6.6,461.3,8.7,454.4,13.5,448.8);_0x72b1x63[_0x8783[254]](17.5,444.1,22.0,441.5,26.9,441.2);_0x72b1x63[_0x8783[254]](30.8,440.9,37.0,440.8,45.3,440.9);_0x72b1x63[_0x8783[253]](30.4,454.0);_0x72b1x63[_0x8783[254]](27.8,454.0,25.5,455.2,23.6,457.6);_0x72b1x63[_0x8783[254]](21.9,459.7,21.0,461.7,20.9,463.7);_0x72b1x63[_0x8783[254]](20.8,465.6,20.8,468.8,21.0,473.2);_0x72b1x63[_0x8783[254]](21.1,475.4,22.2,477.4,24.5,479.4);_0x72b1x63[_0x8783[254]](26.8,481.4,29.4,482.4,32.4,482.6);_0x72b1x63[_0x8783[254]](34.9,482.7,39.8,482.8,47.1,482.8);_0x72b1x63[_0x8783[254]](54.8,482.7,59.7,482.6,61.7,482.6);_0x72b1x63[_0x8783[254]](64.4,482.6,66.9,481.4,69.1,479.3);_0x72b1x63[_0x8783[254]](70.9,477.4,71.9,475.6,72.1,473.9);_0x72b1x63[_0x8783[254]](72.2,472.8,72.2,470.8,72.2,467.9);_0x72b1x63[_0x8783[254]](72.2,466.3,72.1,464.3,72.1,461.9);_0x72b1x63[_0x8783[254]](72.1,460.4,71.2,458.8,69.6,457.3);_0x72b1x63[_0x8783[254]](67.7,455.4,65.5,454.5,62.9,454.5);_0x72b1x63[_0x8783[255]](30.4,454.0);_0x72b1x63[_0x8783[253]](27.0,462.3);_0x72b1x63[_0x8783[254]](27.0,461.1,27.5,460.0,28.5,459.1);_0x72b1x63[_0x8783[254]](29.4,458.3,30.5,457.8,31.6,457.8);_0x72b1x63[_0x8783[254]](33.3,457.7,37.7,457.6,44.9,457.5);_0x72b1x63[_0x8783[254]](52.9,457.5,57.8,457.5,59.6,457.7);_0x72b1x63[_0x8783[254]](61.3,457.8,62.8,458.4,64.0,459.5);_0x72b1x63[_0x8783[254]](64.6,460.0,65.1,460.5,65.4,461.0);_0x72b1x63[_0x8783[254]](65.4,461.1,65.5,462.0,65.5,463.7);_0x72b1x63[_0x8783[254]](65.5,465.5,65.4,467.2,65.4,468.8);_0x72b1x63[_0x8783[254]](65.3,470.1,64.6,471.3,63.3,472.3);_0x72b1x63[_0x8783[254]](62.6,472.7,62.0,473.1,61.5,473.3);_0x72b1x63[_0x8783[254]](61.5,473.3,56.6,473.3,46.9,473.1);_0x72b1x63[_0x8783[254]](36.8,473.0,31.3,472.9,30.5,473.0);_0x72b1x63[_0x8783[254]](29.6,473.1,28.7,472.5,27.9,471.4);_0x72b1x63[_0x8783[254]](26.9,470.0,26.6,469.5,27.0,469.8);_0x72b1x63[_0x8783[254]](27.1,469.8,27.1,468.9,27.1,467.0);_0x72b1x63[_0x8783[254]](27.0,463.9,27.0,462.3,27.0,462.3);_0x72b1x63[_0x8783[253]](160.3,292.8);_0x72b1x63[_0x8783[254]](159.9,291.5,159.1,290.3,158.1,289.3);_0x72b1x63[_0x8783[254]](156.4,287.6,128.9,262.0,75.5,212.5);_0x72b1x63[_0x8783[254]](75.4,212.5,74.3,211.9,72.3,210.9);_0x72b1x63[_0x8783[254]](69.9,210.3,67.8,211.0,66.0,213.0);_0x72b1x63[_0x8783[254]](57.7,222.0,51.0,230.8,46.1,239.1);_0x72b1x63[_0x8783[254]](43.7,243.3,41.3,248.5,39.0,254.9);_0x72b1x63[_0x8783[254]](37.4,259.2,36.0,263.4,34.9,267.5);_0x72b1x63[_0x8783[255]](34.1,270.0);_0x72b1x63[_0x8783[254]](33.5,271.9,34.3,273.6,36.4,275.2);_0x72b1x63[_0x8783[254]](37.4,276.0,38.5,276.6,39.7,277.0);_0x72b1x63[_0x8783[255]](46.6,279.1);_0x72b1x63[_0x8783[254]](55.1,281.6,74.3,287.5,104.3,296.8);_0x72b1x63[_0x8783[254]](131.4,305.3,145.5,309.6,146.6,309.9);_0x72b1x63[_0x8783[254]](148.3,310.3,149.9,310.2,151.3,309.6);_0x72b1x63[_0x8783[254]](152.0,309.3,152.5,309.0,152.8,308.6);_0x72b1x63[_0x8783[254]](154.1,306.3,155.5,304.0,156.8,301.6);_0x72b1x63[_0x8783[254]](159.5,296.9,160.8,294.6,160.7,294.5);_0x72b1x63[_0x8783[254]](160.6,294.0,160.5,293.4,160.3,292.8);_0x72b1x63[_0x8783[253]](133.0,284.3);_0x72b1x63[_0x8783[254]](133.2,285.5,133.0,286.9,132.3,288.5);_0x72b1x63[_0x8783[254]](131.6,290.2,130.5,291.4,129.2,292.0);_0x72b1x63[_0x8783[254]](127.9,292.6,126.4,292.6,124.7,292.0);_0x72b1x63[_0x8783[254]](78.3,278.7,54.6,271.7,53.4,271.0);_0x72b1x63[_0x8783[254]](52.4,270.5,51.7,269.7,51.3,268.6);_0x72b1x63[_0x8783[254]](50.9,267.4,50.8,266.3,51.2,265.3);_0x72b1x63[_0x8783[254]](52.1,262.4,52.8,260.2,53.4,258.8);_0x72b1x63[_0x8783[254]](54.8,255.0,56.4,251.5,58.2,248.4);_0x72b1x63[_0x8783[254]](61.7,242.3,65.5,237.3,69.5,233.3);_0x72b1x63[_0x8783[254]](70.7,232.0,72.2,231.3,73.9,231.3);_0x72b1x63[_0x8783[254]](75.3,231.2,76.4,231.5,77.4,232.1);_0x72b1x63[_0x8783[254]](78.3,232.8,87.3,240.8,104.3,256.0);_0x72b1x63[_0x8783[254]](121.4,271.5,130.3,279.7,131.2,280.8);_0x72b1x63[_0x8783[254]](132.2,281.9,132.8,283.1,133.0,284.3);_0x72b1x63[_0x8783[253]](261.8,43.3);_0x72b1x63[_0x8783[254]](259.2,43.8,254.6,45.3,248.1,47.7);_0x72b1x63[_0x8783[254]](239.8,50.7,233.4,53.6,229.0,56.5);_0x72b1x63[_0x8783[254]](224.5,59.5,218.9,63.9,212.1,69.9);_0x72b1x63[_0x8783[254]](206.6,74.8,203.3,77.9,202.0,79.4);_0x72b1x63[_0x8783[254]](201.3,80.2,201.1,81.2,201.2,82.5);_0x72b1x63[_0x8783[254]](201.3,83.6,201.6,84.5,202.3,85.3);_0x72b1x63[_0x8783[254]](255.1,139.2,282.0,166.6,282.8,167.6);_0x72b1x63[_0x8783[254]](283.5,168.4,284.2,168.8,285.1,169.1);_0x72b1x63[_0x8783[254]](286.0,169.3,286.8,169.1,287.6,168.6);_0x72b1x63[_0x8783[254]](288.1,168.3,290.5,167.0,294.6,164.9);_0x72b1x63[_0x8783[254]](298.7,162.7,300.9,161.5,301.3,161.3);_0x72b1x63[_0x8783[254]](301.8,160.9,301.9,160.2,301.8,159.0);_0x72b1x63[_0x8783[254]](301.7,158.3,301.5,157.2,301.1,155.7);_0x72b1x63[_0x8783[254]](295.5,137.3,290.1,119.2,284.8,101.4);_0x72b1x63[_0x8783[254]](274.1,66.0,268.7,47.9,268.6,47.0);_0x72b1x63[_0x8783[254]](268.3,46.0,267.5,45.0,266.1,44.2);_0x72b1x63[_0x8783[254]](264.7,43.4,263.2,43.1,261.8,43.3);_0x72b1x63[_0x8783[253]](244.8,63.1);_0x72b1x63[_0x8783[254]](245.2,62.9,247.4,61.9,251.5,60.1);_0x72b1x63[_0x8783[254]](253.4,59.3,255.4,59.2,257.4,59.8);_0x72b1x63[_0x8783[254]](259.4,60.5,260.8,61.9,261.5,64.0);_0x72b1x63[_0x8783[254]](274.7,106.2,281.5,128.2,281.8,130.0);_0x72b1x63[_0x8783[254]](282.2,132.0,282.3,133.5,282.2,134.3);_0x72b1x63[_0x8783[254]](281.9,136.0,281.0,137.3,279.3,138.3);_0x72b1x63[_0x8783[254]](277.4,139.4,275.5,139.7,273.6,139.2);_0x72b1x63[_0x8783[254]](271.8,138.8,270.3,137.8,269.1,136.4);_0x72b1x63[_0x8783[254]](268.5,135.8,260.4,127.6,244.8,112.0);_0x72b1x63[_0x8783[254]](229.4,96.6,221.3,88.4,220.5,87.4);_0x72b1x63[_0x8783[254]](219.3,86.1,218.8,84.6,218.9,83.0);_0x72b1x63[_0x8783[254]](219.0,81.3,219.8,79.7,221.2,78.2);_0x72b1x63[_0x8783[254]](224.4,74.9,229.2,71.4,235.5,67.8);_0x72b1x63[_0x8783[254]](238.5,66.2,241.6,64.6,244.8,63.1);_0x72b1x63[_0x8783[253]](440.4,0.0);_0x72b1x63[_0x8783[255]](423.1,0.0);_0x72b1x63[_0x8783[254]](422.2,0.0,421.5,0.5,420.9,1.5);_0x72b1x63[_0x8783[254]](420.3,2.5,420.0,3.6,420.0,5.0);_0x72b1x63[_0x8783[255]](419.4,106.9);_0x72b1x63[_0x8783[254]](419.4,108.5,419.8,109.7,420.6,110.5);_0x72b1x63[_0x8783[254]](421.3,111.3,422.3,111.7,423.7,111.7);_0x72b1x63[_0x8783[254]](425.4,111.7,431.9,111.6,443.0,111.3);_0x72b1x63[_0x8783[254]](445.5,111.3,446.7,109.6,446.7,106.0);_0x72b1x63[_0x8783[254]](446.7,104.2,446.0,70.5,444.7,4.8);_0x72b1x63[_0x8783[254]](444.7,3.5,444.3,2.5,443.7,1.5);_0x72b1x63[_0x8783[254]](442.9,0.5,441.8,0.0,440.4,0.0);_0x72b1x63[_0x8783[253]](437.9,10.2);_0x72b1x63[_0x8783[255]](438.6,12.4);_0x72b1x63[_0x8783[255]](438.6,101.2);_0x72b1x63[_0x8783[254]](438.6,102.0,438.4,102.8,438.0,103.4);_0x72b1x63[_0x8783[254]](437.5,104.3,436.9,104.7,436.3,104.7);_0x72b1x63[_0x8783[254]](434.2,104.9,431.7,104.9,429.0,104.8);_0x72b1x63[_0x8783[254]](428.5,104.7,428.0,104.3,427.7,103.6);_0x72b1x63[_0x8783[254]](427.4,102.9,427.2,102.0,427.2,101.0);_0x72b1x63[_0x8783[255]](425.9,13.1);_0x72b1x63[_0x8783[255]](426.6,10.8);_0x72b1x63[_0x8783[254]](427.6,9.1,429.5,8.3,432.2,8.1);_0x72b1x63[_0x8783[254]](434.9,8.1,436.8,8.7,437.9,10.2);_0x72b1x63[_0x8783[253]](546.3,45.6);_0x72b1x63[_0x8783[254]](546.3,39.9,546.2,35.3,546.1,31.8);_0x72b1x63[_0x8783[254]](545.9,28.2,545.9,25.7,545.9,24.3);_0x72b1x63[_0x8783[254]](545.9,20.2,543.4,15.4,538.4,9.9);_0x72b1x63[_0x8783[254]](532.5,3.5,526.0,0.3,518.9,0.3);_0x72b1x63[_0x8783[255]](474.6,0.3);_0x72b1x63[_0x8783[254]](470.0,0.3,465.6,2.5,461.3,6.9);_0x72b1x63[_0x8783[254]](457.2,11.2,455.1,15.3,455.1,19.4);_0x72b1x63[_0x8783[254]](455.0,24.6,455.1,28.1,455.2,30.0);_0x72b1x63[_0x8783[254]](455.2,30.7,455.5,31.4,456.1,32.1);_0x72b1x63[_0x8783[254]](456.7,32.9,457.4,33.3,458.3,33.3);_0x72b1x63[_0x8783[255]](477.9,33.2);_0x72b1x63[_0x8783[254]](479.3,33.2,480.6,31.9,481.8,29.4);_0x72b1x63[_0x8783[255]](482.9,27.4);_0x72b1x63[_0x8783[254]](484.0,26.1,485.2,25.4,486.6,25.4);_0x72b1x63[_0x8783[254]](488.1,25.4,493.0,25.4,501.1,25.6);_0x72b1x63[_0x8783[254]](509.0,25.8,513.5,25.9,514.4,26.0);_0x72b1x63[_0x8783[254]](515.3,26.0,516.2,26.4,517.1,27.2);_0x72b1x63[_0x8783[254]](518.1,28.1,518.6,29.0,518.6,30.1);_0x72b1x63[_0x8783[254]](518.6,31.6,518.6,34.6,518.7,39.0);_0x72b1x63[_0x8783[254]](518.7,40.2,518.2,41.3,517.2,42.5);_0x72b1x63[_0x8783[254]](516.0,43.8,514.6,44.5,513.0,44.6);_0x72b1x63[_0x8783[255]](483.2,46.8);_0x72b1x63[_0x8783[254]](473.9,47.5,466.6,51.2,461.2,57.8);_0x72b1x63[_0x8783[254]](456.6,63.5,454.4,69.7,454.4,76.5);_0x72b1x63[_0x8783[255]](454.3,108.5);_0x72b1x63[_0x8783[254]](454.3,109.4,454.5,110.1,455.0,110.6);_0x72b1x63[_0x8783[254]](455.4,111.1,456.0,111.4,456.6,111.4);_0x72b1x63[_0x8783[254]](510.7,111.5,538.9,111.5,541.1,111.3);_0x72b1x63[_0x8783[254]](542.8,111.3,544.1,110.8,545.1,109.8);_0x72b1x63[_0x8783[254]](546.1,109.0,546.7,107.7,546.7,106.2);_0x72b1x63[_0x8783[254]](546.7,104.8,546.7,101.9,546.6,97.7);_0x72b1x63[_0x8783[254]](546.5,93.7,546.4,90.8,546.3,89.2);_0x72b1x63[_0x8783[254]](546.2,87.6,545.6,86.2,544.4,85.0);_0x72b1x63[_0x8783[254]](543.1,83.7,541.4,83.1,539.4,83.1);_0x72b1x63[_0x8783[254]](536.5,83.0,518.4,83.5,485.1,84.5);_0x72b1x63[_0x8783[254]](484.4,84.5,483.6,84.4,482.9,84.0);_0x72b1x63[_0x8783[254]](481.5,83.3,480.7,82.0,480.6,80.1);_0x72b1x63[_0x8783[254]](480.4,78.1,481.1,76.6,482.6,75.6);_0x72b1x63[_0x8783[254]](483.3,75.0,484.0,74.7,484.7,74.5);_0x72b1x63[_0x8783[254]](484.7,74.5,487.7,74.3,493.9,74.1);_0x72b1x63[_0x8783[254]](500.7,73.8,506.8,73.5,512.1,73.3);_0x72b1x63[_0x8783[254]](518.9,73.2,526.1,70.3,533.7,64.9);_0x72b1x63[_0x8783[254]](542.1,59.0,546.3,52.5,546.3,45.6);_0x72b1x63[_0x8783[253]](538.2,35.0);_0x72b1x63[_0x8783[254]](538.0,39.1,537.9,42.7,537.8,46.0);_0x72b1x63[_0x8783[254]](537.7,50.9,535.6,55.4,531.5,59.3);_0x72b1x63[_0x8783[254]](527.4,63.2,522.5,65.4,516.8,66.0);_0x72b1x63[_0x8783[254]](508.3,66.9,497.0,67.8,483.0,68.8);_0x72b1x63[_0x8783[254]](480.0,69.0,477.4,70.1,475.2,72.1);_0x72b1x63[_0x8783[254]](473.3,73.8,472.2,75.5,472.1,77.1);_0x72b1x63[_0x8783[254]](471.9,79.3,471.9,82.9,472.1,87.8);_0x72b1x63[_0x8783[254]](472.1,89.1,472.7,90.0,473.7,90.4);_0x72b1x63[_0x8783[254]](474.2,90.7,475.2,90.9,476.6,90.9);_0x72b1x63[_0x8783[254]](477.9,90.9,496.2,90.8,531.6,90.6);_0x72b1x63[_0x8783[254]](533.4,90.5,535.0,91.1,536.5,92.3);_0x72b1x63[_0x8783[254]](537.9,93.6,538.6,95.0,538.6,96.5);_0x72b1x63[_0x8783[254]](538.6,98.6,538.3,100.4,537.7,101.8);_0x72b1x63[_0x8783[254]](536.7,103.9,535.2,105.0,533.1,105.1);_0x72b1x63[_0x8783[254]](491.3,105.6,469.3,105.8,466.9,105.9);_0x72b1x63[_0x8783[254]](465.1,106.0,463.5,105.5,462.3,104.4);_0x72b1x63[_0x8783[254]](461.0,103.4,460.4,102.1,460.3,100.4);_0x72b1x63[_0x8783[254]](460.2,98.5,460.1,95.2,460.1,90.3);_0x72b1x63[_0x8783[254]](460.0,84.8,460.1,80.2,460.3,76.6);_0x72b1x63[_0x8783[254]](460.5,72.2,462.6,67.6,466.7,62.9);_0x72b1x63[_0x8783[254]](471.1,57.8,475.9,55.0,481.2,54.7);_0x72b1x63[_0x8783[254]](502.9,53.0,514.6,52.1,516.1,51.9);_0x72b1x63[_0x8783[254]](518.4,51.6,520.6,50.6,522.5,48.9);_0x72b1x63[_0x8783[254]](524.5,47.1,525.6,44.9,525.7,42.5);_0x72b1x63[_0x8783[254]](526.0,37.0,526.1,32.2,526.1,28.3);_0x72b1x63[_0x8783[254]](526.1,26.5,525.1,24.7,523.0,23.0);_0x72b1x63[_0x8783[254]](520.8,21.4,518.6,20.5,516.3,20.5);_0x72b1x63[_0x8783[255]](482.2,20.4);_0x72b1x63[_0x8783[254]](478.8,20.4,476.7,21.6,475.9,24.2);_0x72b1x63[_0x8783[254]](475.5,25.3,475.2,26.1,474.9,26.5);_0x72b1x63[_0x8783[254]](474.4,27.3,473.7,27.7,472.8,27.8);_0x72b1x63[_0x8783[254]](471.4,27.9,468.4,27.9,463.9,28.0);_0x72b1x63[_0x8783[255]](462.3,27.1);_0x72b1x63[_0x8783[254]](461.2,26.0,460.6,24.4,460.6,22.1);_0x72b1x63[_0x8783[254]](460.6,19.4,462.3,16.1,465.8,12.3);_0x72b1x63[_0x8783[254]](469.3,8.3,472.4,6.4,474.9,6.3);_0x72b1x63[_0x8783[254]](475.5,6.3,490.1,6.5,518.7,6.8);_0x72b1x63[_0x8783[254]](523.0,6.8,527.4,9.2,531.8,14.1);_0x72b1x63[_0x8783[254]](535.9,18.6,538.0,22.7,538.2,26.4);_0x72b1x63[_0x8783[254]](538.3,29.1,538.3,32.0,538.2,35.0);_0x72b1x63[_0x8783[253]](804.3,666.2);_0x72b1x63[_0x8783[254]](803.4,667.4,802.3,669.4,801.0,672.2);_0x72b1x63[_0x8783[254]](800.2,673.7,799.3,675.7,798.2,678.1);_0x72b1x63[_0x8783[254]](797.7,679.3,797.7,680.5,798.3,681.7);_0x72b1x63[_0x8783[254]](798.6,682.3,799.0,682.9,799.5,683.3);_0x72b1x63[_0x8783[254]](799.4,683.4,812.6,695.9,839.1,720.8);_0x72b1x63[_0x8783[254]](866.0,746.1,879.9,759.3,880.9,760.3);_0x72b1x63[_0x8783[254]](882.0,761.6,883.5,762.0,885.4,761.7);_0x72b1x63[_0x8783[254]](886.3,761.6,887.1,761.3,887.8,761.0);_0x72b1x63[_0x8783[254]](887.9,761.4,890.4,758.6,895.4,752.6);_0x72b1x63[_0x8783[254]](901.2,745.6,906.0,738.5,909.8,731.4);_0x72b1x63[_0x8783[254]](913.6,724.4,916.8,717.0,919.4,709.3);_0x72b1x63[_0x8783[255]](922.2,700.2);_0x72b1x63[_0x8783[254]](922.1,699.7,921.9,699.2,921.5,698.6);_0x72b1x63[_0x8783[254]](920.8,697.4,919.7,696.6,918.2,696.3);_0x72b1x63[_0x8783[254]](916.8,696.0,898.1,690.6,862.2,680.0);_0x72b1x63[_0x8783[254]](826.7,669.5,808.9,664.2,808.9,664.3);_0x72b1x63[_0x8783[254]](808.5,664.1,808.0,664.1,807.5,664.2);_0x72b1x63[_0x8783[254]](806.3,664.3,805.2,664.9,804.3,666.2);_0x72b1x63[_0x8783[253]](829.4,688.1);_0x72b1x63[_0x8783[254]](830.3,686.3,831.9,685.3,834.0,685.0);_0x72b1x63[_0x8783[254]](835.0,684.8,836.0,684.8,836.8,685.0);_0x72b1x63[_0x8783[254]](873.1,695.4,893.0,701.1,896.4,702.0);_0x72b1x63[_0x8783[254]](899.1,702.8,901.2,704.1,902.7,705.8);_0x72b1x63[_0x8783[254]](904.3,707.8,904.6,709.6,903.7,711.5);_0x72b1x63[_0x8783[254]](901.9,715.1,896.3,725.1,886.7,741.5);_0x72b1x63[_0x8783[254]](885.6,743.3,883.9,743.7,881.4,742.8);_0x72b1x63[_0x8783[254]](879.6,742.1,877.5,740.7,875.2,738.6);_0x72b1x63[_0x8783[254]](872.7,736.4,857.7,722.1,830.0,695.5);_0x72b1x63[_0x8783[254]](829.5,695.0,829.1,694.3,828.8,693.4);_0x72b1x63[_0x8783[254]](828.2,691.6,828.4,689.9,829.4,688.1);_0x72b1x63[_0x8783[253]](928.2,432.7);_0x72b1x63[_0x8783[254]](925.2,432.7,918.4,432.8,907.9,432.8);_0x72b1x63[_0x8783[254]](899.6,432.8,893.1,432.8,888.4,433.0);_0x72b1x63[_0x8783[254]](882.7,433.1,877.5,435.8,873.0,441.0);_0x72b1x63[_0x8783[254]](869.0,445.6,867.0,450.0,867.0,454.1);_0x72b1x63[_0x8783[254]](866.9,458.8,867.2,462.1,867.8,463.8);_0x72b1x63[_0x8783[254]](867.8,463.7,868.0,464.1,868.2,464.9);_0x72b1x63[_0x8783[254]](868.6,465.7,869.4,466.2,870.6,466.3);_0x72b1x63[_0x8783[254]](872.0,466.5,877.5,466.5,887.1,466.3);_0x72b1x63[_0x8783[254]](888.5,466.3,889.5,465.6,890.2,464.2);_0x72b1x63[_0x8783[254]](890.6,463.3,890.8,462.4,890.9,461.5);_0x72b1x63[_0x8783[254]](890.9,460.9,891.3,460.4,891.9,459.9);_0x72b1x63[_0x8783[254]](892.6,459.3,893.6,459.0,894.9,459.0);_0x72b1x63[_0x8783[254]](898.6,458.8,908.7,458.8,925.3,458.8);_0x72b1x63[_0x8783[254]](927.2,458.8,928.7,459.1,929.8,459.7);_0x72b1x63[_0x8783[254]](930.8,460.3,931.3,461.1,931.4,462.1);_0x72b1x63[_0x8783[254]](931.7,468.1,931.8,471.3,931.8,471.8);_0x72b1x63[_0x8783[254]](931.8,472.6,931.4,473.4,930.5,474.0);_0x72b1x63[_0x8783[254]](929.5,474.7,928.3,475.1,927.0,475.1);_0x72b1x63[_0x8783[254]](910.4,475.1,901.5,475.1,900.4,475.1);_0x72b1x63[_0x8783[254]](899.4,475.1,898.6,475.5,897.8,476.3);_0x72b1x63[_0x8783[254]](897.0,477.1,896.6,478.1,896.6,479.3);_0x72b1x63[_0x8783[254]](896.6,480.7,896.6,483.8,896.7,488.4);_0x72b1x63[_0x8783[254]](896.8,493.4,896.9,496.4,897.0,497.5);_0x72b1x63[_0x8783[254]](897.1,499.8,898.7,500.9,901.8,500.9);_0x72b1x63[_0x8783[254]](903.7,500.9,911.8,500.8,925.9,500.5);_0x72b1x63[_0x8783[254]](929.2,500.5,930.9,501.8,931.2,504.3);_0x72b1x63[_0x8783[254]](931.5,508.4,931.7,511.6,931.6,513.9);_0x72b1x63[_0x8783[254]](931.6,514.9,931.2,515.7,930.4,516.3);_0x72b1x63[_0x8783[254]](929.5,517.0,928.3,517.3,926.8,517.3);_0x72b1x63[_0x8783[254]](905.3,517.1,894.0,517.0,893.0,517.0);_0x72b1x63[_0x8783[254]](891.5,517.0,890.6,516.3,890.5,514.8);_0x72b1x63[_0x8783[254]](890.3,513.3,890.2,512.5,890.3,512.5);_0x72b1x63[_0x8783[254]](890.4,512.1,890.2,511.6,889.8,511.0);_0x72b1x63[_0x8783[254]](889.2,510.0,888.3,509.5,887.1,509.5);_0x72b1x63[_0x8783[254]](885.9,509.5,882.7,509.6,877.5,509.8);_0x72b1x63[_0x8783[254]](872.9,509.9,870.1,510.0,868.9,510.1);_0x72b1x63[_0x8783[254]](867.4,510.2,866.7,511.1,866.8,512.7);_0x72b1x63[_0x8783[254]](866.8,513.2,866.9,514.4,867.0,516.3);_0x72b1x63[_0x8783[254]](867.2,518.5,867.2,520.7,867.2,522.9);_0x72b1x63[_0x8783[254]](867.2,526.4,869.0,530.3,872.6,534.8);_0x72b1x63[_0x8783[254]](876.8,540.1,881.7,542.8,887.1,542.8);_0x72b1x63[_0x8783[254]](891.2,542.9,897.6,543.0,906.4,543.2);_0x72b1x63[_0x8783[254]](914.2,543.3,921.1,543.1,927.0,542.8);_0x72b1x63[_0x8783[254]](934.2,542.5,941.0,539.6,947.4,534.3);_0x72b1x63[_0x8783[254]](954.0,528.8,957.3,522.9,957.3,516.6);_0x72b1x63[_0x8783[254]](957.2,508.0,957.1,502.2,957.1,499.2);_0x72b1x63[_0x8783[254]](957.1,497.6,956.5,495.5,955.4,493.1);_0x72b1x63[_0x8783[254]](954.2,490.4,953.5,488.6,953.4,487.7);_0x72b1x63[_0x8783[254]](953.3,486.5,953.9,484.6,955.3,481.9);_0x72b1x63[_0x8783[254]](956.9,478.8,957.7,476.4,957.9,474.6);_0x72b1x63[_0x8783[254]](958.2,471.4,958.4,469.0,958.4,467.3);_0x72b1x63[_0x8783[254]](958.4,464.6,958.2,461.3,957.7,457.3);_0x72b1x63[_0x8783[254]](957.1,452.4,953.7,447.2,947.6,441.6);_0x72b1x63[_0x8783[254]](941.0,435.6,934.5,432.6,928.2,432.7);_0x72b1x63[_0x8783[253]](910.1,439.5);_0x72b1x63[_0x8783[254]](922.5,439.9,929.3,440.1,930.7,440.1);_0x72b1x63[_0x8783[254]](934.5,440.2,938.0,441.8,941.4,445.0);_0x72b1x63[_0x8783[254]](945.0,448.5,947.1,452.8,947.8,457.9);_0x72b1x63[_0x8783[254]](948.5,463.2,948.9,466.2,948.9,466.9);_0x72b1x63[_0x8783[254]](949.0,467.5,948.9,469.4,948.8,472.5);_0x72b1x63[_0x8783[254]](948.7,474.7,947.9,477.8,946.4,481.8);_0x72b1x63[_0x8783[254]](945.0,485.5,944.4,488.0,944.5,489.4);_0x72b1x63[_0x8783[254]](944.6,490.7,945.2,492.6,946.5,495.3);_0x72b1x63[_0x8783[254]](947.8,497.8,948.5,500.0,948.6,501.8);_0x72b1x63[_0x8783[254]](948.7,503.5,948.8,505.7,949.1,508.3);_0x72b1x63[_0x8783[254]](949.3,510.6,949.3,513.1,949.2,515.8);_0x72b1x63[_0x8783[254]](949.0,519.7,947.4,523.5,944.4,527.2);_0x72b1x63[_0x8783[254]](940.9,531.4,936.8,533.6,932.0,534.0);_0x72b1x63[_0x8783[254]](926.8,534.3,918.9,534.6,908.3,534.8);_0x72b1x63[_0x8783[254]](897.8,535.1,890.8,535.1,887.4,535.0);_0x72b1x63[_0x8783[254]](884.3,534.9,881.3,533.5,878.2,530.9);_0x72b1x63[_0x8783[254]](875.3,528.5,873.8,526.4,873.5,524.5);_0x72b1x63[_0x8783[254]](873.3,523.1,873.2,522.0,873.2,521.2);_0x72b1x63[_0x8783[255]](873.2,520.3);_0x72b1x63[_0x8783[254]](873.2,520.4,873.8,519.7,875.1,518.2);_0x72b1x63[_0x8783[254]](876.7,516.7,878.3,515.9,879.9,515.8);_0x72b1x63[_0x8783[254]](881.8,515.8,883.4,516.0,884.7,516.3);_0x72b1x63[_0x8783[254]](886.0,516.8,886.7,517.4,886.8,518.2);_0x72b1x63[_0x8783[254]](887.1,521.7,888.8,523.5,891.9,523.8);_0x72b1x63[_0x8783[254]](894.2,524.0,900.2,524.1,910.0,524.3);_0x72b1x63[_0x8783[254]](920.0,524.6,925.9,524.6,927.8,524.5);_0x72b1x63[_0x8783[254]](930.3,524.3,932.6,523.6,934.7,522.3);_0x72b1x63[_0x8783[254]](937.4,520.7,938.8,518.6,938.9,516.0);_0x72b1x63[_0x8783[254]](939.1,512.1,939.1,508.0,938.8,503.8);_0x72b1x63[_0x8783[254]](938.8,502.6,938.5,501.4,937.8,500.0);_0x72b1x63[_0x8783[254]](936.3,497.5,933.7,496.1,929.8,496.0);_0x72b1x63[_0x8783[254]](916.3,495.7,909.5,495.6,909.5,495.8);_0x72b1x63[_0x8783[254]](908.5,495.6,907.5,495.1,906.5,494.4);_0x72b1x63[_0x8783[254]](904.4,492.8,903.4,490.7,903.4,488.0);_0x72b1x63[_0x8783[254]](903.4,485.3,904.4,483.4,906.5,482.2);_0x72b1x63[_0x8783[254]](907.5,481.6,908.5,481.4,909.5,481.4);_0x72b1x63[_0x8783[254]](909.5,481.4,912.6,481.4,918.7,481.4);_0x72b1x63[_0x8783[254]](924.7,481.3,928.7,481.3,930.7,481.2);_0x72b1x63[_0x8783[254]](932.7,481.1,934.6,480.4,936.3,479.1);_0x72b1x63[_0x8783[254]](938.1,477.6,939.1,475.8,939.2,473.6);_0x72b1x63[_0x8783[254]](939.3,471.7,939.4,469.5,939.3,467.1);_0x72b1x63[_0x8783[254]](939.3,466.9,939.2,465.1,939.1,461.6);_0x72b1x63[_0x8783[254]](939.0,459.5,938.1,457.6,936.4,455.7);_0x72b1x63[_0x8783[254]](934.3,453.4,931.8,452.3,928.7,452.3);_0x72b1x63[_0x8783[254]](926.2,452.3,919.4,452.3,908.1,452.0);_0x72b1x63[_0x8783[254]](897.7,451.9,892.5,451.8,892.5,451.9);_0x72b1x63[_0x8783[254]](891.2,452.2,889.9,452.7,888.6,453.4);_0x72b1x63[_0x8783[254]](886.0,454.7,884.7,456.3,884.7,458.0);_0x72b1x63[_0x8783[254]](884.7,459.8,884.0,461.0,882.7,461.5);_0x72b1x63[_0x8783[254]](882.3,461.6,880.8,461.7,878.3,461.9);_0x72b1x63[_0x8783[254]](877.0,462.0,875.5,461.0,874.0,459.0);_0x72b1x63[_0x8783[254]](872.7,457.0,872.1,456.0,872.1,456.0);_0x72b1x63[_0x8783[254]](872.3,454.4,872.5,453.0,872.5,451.7);_0x72b1x63[_0x8783[254]](873.1,448.7,875.1,445.9,878.6,443.3);_0x72b1x63[_0x8783[254]](882.1,440.7,885.7,439.3,889.3,439.1);_0x72b1x63[_0x8783[254]](892.1,439.1,899.0,439.2,910.1,439.5);_0x72b1x63[_0x8783[253]](801.5,295.0);_0x72b1x63[_0x8783[254]](801.7,295.7,802.0,296.3,802.4,296.7);_0x72b1x63[_0x8783[254]](802.3,296.8,803.3,298.6,805.4,302.3);_0x72b1x63[_0x8783[254]](806.4,304.1,807.4,305.8,808.5,307.6);_0x72b1x63[_0x8783[255]](809.6,308.5);_0x72b1x63[_0x8783[254]](810.8,309.0,812.6,308.9,815.0,308.3);_0x72b1x63[_0x8783[254]](818.9,307.3,854.2,296.9,920.9,277.1);_0x72b1x63[_0x8783[254]](924.0,276.3,925.8,274.6,926.4,272.1);_0x72b1x63[_0x8783[255]](926.3,268.8);_0x72b1x63[_0x8783[254]](925.8,266.1,925.0,262.9,923.7,259.0);_0x72b1x63[_0x8783[254]](921.2,251.1,917.9,244.1,914.0,237.8);_0x72b1x63[_0x8783[254]](910.1,231.5,905.1,225.4,899.2,219.4);_0x72b1x63[_0x8783[255]](891.5,212.3);_0x72b1x63[_0x8783[254]](891.0,211.8,890.2,211.5,889.2,211.4);_0x72b1x63[_0x8783[254]](887.1,211.2,884.9,212.3,882.6,214.4);_0x72b1x63[_0x8783[254]](831.2,263.9,804.5,289.5,802.7,291.3);_0x72b1x63[_0x8783[254]](801.6,292.4,801.2,293.7,801.5,295.0);_0x72b1x63[_0x8783[253]](893.9,235.8);_0x72b1x63[_0x8783[254]](897.1,239.5,899.7,243.2,901.6,246.8);_0x72b1x63[_0x8783[254]](904.7,252.6,907.5,258.5,910.0,264.6);_0x72b1x63[_0x8783[254]](910.1,265.6,910.1,266.6,910.0,267.6);_0x72b1x63[_0x8783[254]](909.6,269.6,908.6,270.9,907.0,271.3);_0x72b1x63[_0x8783[254]](904.4,271.9,880.4,278.9,835.1,292.3);_0x72b1x63[_0x8783[254]](835.1,292.5,834.3,292.4,832.6,291.9);_0x72b1x63[_0x8783[254]](830.8,291.3,829.5,290.3,828.8,288.9);_0x72b1x63[_0x8783[254]](828.1,287.4,827.9,286.0,828.3,284.5);_0x72b1x63[_0x8783[254]](828.5,283.7,828.8,283.0,829.1,282.5);_0x72b1x63[_0x8783[255]](882.5,232.6);_0x72b1x63[_0x8783[254]](884.2,231.0,885.9,230.3,887.6,230.4);_0x72b1x63[_0x8783[254]](888.5,230.5,889.2,230.8,889.7,231.2);_0x72b1x63[_0x8783[254]](889.7,231.2,891.1,232.8,893.9,235.8);_0x72b1x63[_0x8783[253]](747.2,69.1);_0x72b1x63[_0x8783[254]](740.8,64.4,735.2,60.5,730.5,57.7);_0x72b1x63[_0x8783[254]](725.6,54.7,719.5,51.7,712.1,48.7);_0x72b1x63[_0x8783[254]](706.2,46.2,702.2,44.8,700.1,44.3);_0x72b1x63[_0x8783[254]](698.6,43.9,697.3,44.0,696.1,44.5);_0x72b1x63[_0x8783[254]](694.7,45.1,693.8,46.2,693.3,47.8);_0x72b1x63[_0x8783[254]](672.3,118.2,661.6,154.3,661.1,156.1);_0x72b1x63[_0x8783[254]](660.7,157.4,660.8,158.7,661.3,160.0);_0x72b1x63[_0x8783[254]](661.8,161.1,662.4,161.9,663.3,162.4);_0x72b1x63[_0x8783[255]](674.1,168.6);_0x72b1x63[_0x8783[254]](674.9,169.1,676.2,168.4,678.1,166.6);_0x72b1x63[_0x8783[254]](731.3,112.0,758.2,84.2,758.9,83.3);_0x72b1x63[_0x8783[254]](759.5,82.5,759.7,81.5,759.6,80.3);_0x72b1x63[_0x8783[254]](759.4,79.0,758.7,77.8,757.5,76.9);_0x72b1x63[_0x8783[254]](754.8,74.7,751.4,72.1,747.2,69.1);_0x72b1x63[_0x8783[253]](738.4,78.4);_0x72b1x63[_0x8783[254]](740.3,79.6,741.4,81.0,741.9,82.7);_0x72b1x63[_0x8783[254]](742.3,84.3,742.0,85.7,740.9,87.1);_0x72b1x63[_0x8783[254]](739.4,88.8,723.5,106.0,693.1,138.6);_0x72b1x63[_0x8783[254]](692.2,139.3,691.2,139.8,690.0,140.3);_0x72b1x63[_0x8783[254]](687.6,141.2,685.6,141.2,684.0,140.3);_0x72b1x63[_0x8783[254]](682.3,139.3,681.2,137.7,680.7,135.6);_0x72b1x63[_0x8783[254]](680.4,134.5,680.3,133.5,680.4,132.6);_0x72b1x63[_0x8783[254]](692.1,91.3,698.4,69.3,699.3,66.5);_0x72b1x63[_0x8783[254]](699.9,64.5,701.3,63.0,703.7,62.2);_0x72b1x63[_0x8783[254]](705.8,61.3,707.7,61.3,709.3,62.0);_0x72b1x63[_0x8783[254]](710.8,62.7,715.6,65.3,723.6,69.8);_0x72b1x63[_0x8783[254]](731.6,74.3,736.6,77.2,738.4,78.4);_0x72b1x63[_0x8783[250]]();_0x72b1x51[_0x8783[134]][_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[134]]);_0x72b1x51[_0x8783[134]][_0x8783[242]]=-479.35;_0x72b1x51[_0x8783[134]][_0x8783[243]]=-485.6};_0x72b1x4f[_0x8783[155]][_0x8783[213]]=function _0x72b1x67(){var _0x72b1x51=this;_0x72b1x51[_0x8783[216]]=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x8783[252]);_0x72b1x63[_0x8783[253]](678.7,826.7);_0x72b1x63[_0x8783[254]](676.5,826.4,674.4,826.9,672.4,828.3);_0x72b1x63[_0x8783[254]](670.5,829.6,669.4,831.2,669.2,833.0);_0x72b1x63[_0x8783[254]](669.1,834.0,669.2,834.7,669.5,835.4);_0x72b1x63[_0x8783[254]](681.4,876.8,687.7,898.5,688.4,900.7);_0x72b1x63[_0x8783[254]](689.1,902.4,690.4,903.6,692.6,904.4);_0x72b1x63[_0x8783[254]](694.9,905.2,697.0,905.0,699.0,903.8);_0x72b1x63[_0x8783[254]](715.8,893.2,725.4,887.1,727.6,885.5);_0x72b1x63[_0x8783[254]](729.2,884.5,729.9,882.8,729.5,880.5);_0x72b1x63[_0x8783[254]](729.2,878.5,728.3,876.6,726.7,875.0);_0x72b1x63[_0x8783[254]](724.7,872.9,709.6,857.0,681.4,827.5);_0x72b1x63[_0x8783[254]](680.7,827.1,679.8,826.8,678.7,826.7);_0x72b1x63[_0x8783[253]](271.7,832.7);_0x72b1x63[_0x8783[254]](270.7,830.8,269.4,829.4,267.8,828.6);_0x72b1x63[_0x8783[254]](266.2,827.8,264.4,828.0,262.4,829.2);_0x72b1x63[_0x8783[254]](261.3,829.8,260.5,830.4,259.8,831.2);_0x72b1x63[_0x8783[255]](217.2,876.3);_0x72b1x63[_0x8783[254]](215.8,877.8,214.8,879.5,214.2,881.4);_0x72b1x63[_0x8783[254]](213.6,883.6,213.8,885.2,215.1,886.1);_0x72b1x63[_0x8783[254]](216.7,887.3,219.2,889.1,222.7,891.5);_0x72b1x63[_0x8783[254]](226.5,894.1,229.3,895.9,230.9,896.9);_0x72b1x63[_0x8783[254]](232.8,898.0,235.6,899.4,239.6,901.0);_0x72b1x63[_0x8783[254]](243.5,902.7,246.7,903.9,249.0,904.5);_0x72b1x63[_0x8783[254]](251.0,905.0,252.6,904.1,253.9,901.7);_0x72b1x63[_0x8783[255]](255.3,897.8);_0x72b1x63[_0x8783[255]](272.6,835.2);_0x72b1x63[_0x8783[254]](272.5,834.4,272.1,833.6,271.7,832.7);_0x72b1x63[_0x8783[253]](510.4,876.7);_0x72b1x63[_0x8783[254]](510.6,874.4,508.9,871.4,505.4,867.6);_0x72b1x63[_0x8783[254]](501.4,863.4,497.5,861.4,493.5,861.5);_0x72b1x63[_0x8783[254]](491.3,861.5,484.5,861.5,473.3,861.5);_0x72b1x63[_0x8783[254]](462.8,861.5,455.8,861.5,452.2,861.6);_0x72b1x63[_0x8783[254]](447.4,861.7,443.3,864.0,439.7,868.3);_0x72b1x63[_0x8783[254]](436.3,872.4,434.5,877.0,434.2,882.2);_0x72b1x63[_0x8783[254]](433.9,889.3,434.0,907.5,434.6,936.8);_0x72b1x63[_0x8783[254]](434.7,941.9,436.6,946.5,440.4,950.6);_0x72b1x63[_0x8783[254]](444.4,954.9,448.9,957.0,454.2,957.1);_0x72b1x63[_0x8783[254]](459.3,957.2,465.7,957.1,473.3,956.9);_0x72b1x63[_0x8783[254]](480.3,956.7,486.3,956.4,491.3,956.1);_0x72b1x63[_0x8783[254]](496.1,955.8,500.4,953.7,504.4,949.8);_0x72b1x63[_0x8783[254]](508.5,945.7,510.5,941.2,510.4,936.3);_0x72b1x63[_0x8783[254]](510.4,932.0,510.4,929.6,510.4,928.8);_0x72b1x63[_0x8783[254]](510.4,928.1,510.2,925.8,509.9,922.1);_0x72b1x63[_0x8783[254]](509.6,917.7,507.1,913.6,502.5,909.8);_0x72b1x63[_0x8783[254]](498.0,906.1,493.5,904.2,488.8,904.0);_0x72b1x63[_0x8783[254]](485.3,903.9,479.4,903.9,471.1,904.0);_0x72b1x63[_0x8783[254]](462.3,904.1,457.2,904.1,455.8,904.0);_0x72b1x63[_0x8783[254]](453.0,904.0,450.6,902.9,448.6,900.7);_0x72b1x63[_0x8783[254]](446.7,898.7,445.7,896.5,445.7,894.0);_0x72b1x63[_0x8783[254]](445.6,890.5,445.5,888.6,445.5,888.2);_0x72b1x63[_0x8783[254]](445.5,886.6,445.6,885.1,445.8,883.9);_0x72b1x63[_0x8783[254]](446.2,882.0,447.3,880.0,449.2,878.0);_0x72b1x63[_0x8783[254]](451.6,875.4,454.3,874.1,457.4,874.1);_0x72b1x63[_0x8783[254]](461.9,874.1,473.2,874.4,491.1,875.1);_0x72b1x63[_0x8783[254]](492.4,875.1,493.7,875.4,495.0,876.0);_0x72b1x63[_0x8783[254]](496.4,876.8,497.3,877.8,497.5,879.0);_0x72b1x63[_0x8783[254]](497.8,880.1,498.7,881.0,500.3,881.7);_0x72b1x63[_0x8783[254]](501.6,882.2,503.1,882.4,504.8,882.4);_0x72b1x63[_0x8783[254]](506.4,882.4,507.6,881.9,508.6,881.0);_0x72b1x63[_0x8783[254]](509.7,880.0,510.3,878.5,510.4,876.7);_0x72b1x63[_0x8783[253]](494.7,919.0);_0x72b1x63[_0x8783[254]](496.2,920.9,497.1,922.9,497.2,925.0);_0x72b1x63[_0x8783[254]](497.5,928.9,497.6,932.9,497.6,936.8);_0x72b1x63[_0x8783[254]](497.5,939.0,496.6,941.0,494.8,942.8);_0x72b1x63[_0x8783[254]](493.0,944.7,490.9,945.7,488.6,945.8);_0x72b1x63[_0x8783[254]](486.4,946.0,480.8,946.2,471.9,946.3);_0x72b1x63[_0x8783[254]](463.1,946.4,457.5,946.4,455.0,946.3);_0x72b1x63[_0x8783[254]](452.6,946.3,450.4,945.4,448.5,943.5);_0x72b1x63[_0x8783[254]](446.6,941.8,445.5,939.6,445.4,937.2);_0x72b1x63[_0x8783[254]](445.3,936.1,445.1,934.1,444.8,931.1);_0x72b1x63[_0x8783[254]](444.6,929.2,444.5,927.6,444.5,926.5);_0x72b1x63[_0x8783[254]](444.6,924.4,445.2,922.2,446.5,920.0);_0x72b1x63[_0x8783[254]](448.0,917.0,450.1,915.6,452.6,915.6);_0x72b1x63[_0x8783[255]](487.9,915.6);_0x72b1x63[_0x8783[254]](490.6,915.6,492.8,916.7,494.7,919.0);_0x72b1x63[_0x8783[253]](115.1,678.8);_0x72b1x63[_0x8783[254]](113.8,678.8,112.6,678.8,111.6,679.1);_0x72b1x63[_0x8783[254]](111.5,679.2,89.8,685.4,46.5,697.7);_0x72b1x63[_0x8783[254]](44.7,698.2,43.6,699.6,43.1,701.8);_0x72b1x63[_0x8783[254]](42.8,703.6,43.0,705.3,43.7,707.0);_0x72b1x63[_0x8783[254]](44.5,708.6,45.7,711.2,47.4,714.5);_0x72b1x63[_0x8783[254]](49.4,718.4,50.8,721.3,51.8,723.0);_0x72b1x63[_0x8783[254]](52.9,724.9,54.9,727.8,57.8,731.7);_0x72b1x63[_0x8783[254]](60.5,735.3,62.3,737.6,63.3,738.5);_0x72b1x63[_0x8783[254]](64.2,739.5,65.5,740.1,67.0,740.3);_0x72b1x63[_0x8783[254]](68.8,740.5,70.3,740.1,71.7,739.0);_0x72b1x63[_0x8783[254]](73.6,737.3,90.5,721.3,122.2,690.8);_0x72b1x63[_0x8783[254]](122.5,690.1,122.8,689.3,123.0,688.2);_0x72b1x63[_0x8783[254]](123.2,685.9,122.7,683.9,121.2,682.0);_0x72b1x63[_0x8783[254]](119.8,680.2,117.7,679.1,115.1,678.8);_0x72b1x63[_0x8783[253]](70.5,441.3);_0x72b1x63[_0x8783[254]](65.9,437.3,61.2,435.2,56.7,434.9);_0x72b1x63[_0x8783[254]](52.3,434.7,46.2,434.5,38.3,434.5);_0x72b1x63[_0x8783[254]](30.0,434.5,23.9,434.6,19.9,434.9);_0x72b1x63[_0x8783[254]](15.0,435.2,10.6,437.8,6.5,442.5);_0x72b1x63[_0x8783[254]](1.7,448.1,-0.4,455.0,0.1,463.4);_0x72b1x63[_0x8783[254]](0.6,471.5,3.3,477.7,8.2,482.0);_0x72b1x63[_0x8783[254]](11.7,485.1,15.5,486.7,19.6,486.9);_0x72b1x63[_0x8783[254]](21.2,487.0,27.7,487.1,39.0,487.4);_0x72b1x63[_0x8783[254]](49.6,487.6,55.7,487.8,57.2,487.9);_0x72b1x63[_0x8783[254]](59.2,488.0,61.2,489.3,63.5,491.9);_0x72b1x63[_0x8783[254]](65.6,494.3,66.7,496.4,66.9,498.0);_0x72b1x63[_0x8783[254]](67.1,500.1,67.1,504.2,66.9,510.3);_0x72b1x63[_0x8783[254]](66.9,511.4,65.6,513.0,62.9,515.0);_0x72b1x63[_0x8783[254]](60.1,517.1,57.4,518.2,54.9,518.2);_0x72b1x63[_0x8783[254]](53.1,518.2,47.3,518.2,37.5,518.3);_0x72b1x63[_0x8783[254]](28.3,518.3,23.2,518.3,22.0,518.2);_0x72b1x63[_0x8783[254]](20.4,518.1,18.8,517.7,17.1,516.8);_0x72b1x63[_0x8783[254]](15.3,515.9,14.4,514.9,14.3,513.9);_0x72b1x63[_0x8783[254]](14.3,512.9,13.6,512.1,12.4,511.6);_0x72b1x63[_0x8783[254]](11.3,511.1,9.5,510.9,7.2,510.8);_0x72b1x63[_0x8783[254]](5.0,510.7,3.4,511.4,2.4,512.8);_0x72b1x63[_0x8783[254]](1.4,514.0,1.0,515.6,1.2,517.5);_0x72b1x63[_0x8783[254]](1.3,519.8,2.8,522.2,5.5,524.9);_0x72b1x63[_0x8783[254]](8.8,528.1,12.6,529.8,17.0,530.0);_0x72b1x63[_0x8783[254]](24.6,530.3,39.1,530.1,60.5,529.3);_0x72b1x63[_0x8783[254]](64.7,529.1,68.7,527.4,72.5,524.2);_0x72b1x63[_0x8783[254]](76.4,520.9,78.4,517.4,78.4,513.8);_0x72b1x63[_0x8783[254]](78.8,482.6,78.8,463.2,78.5,455.7);_0x72b1x63[_0x8783[254]](78.3,450.4,75.7,445.6,70.5,441.3);_0x72b1x63[_0x8783[253]](14.0,466.9);_0x72b1x63[_0x8783[254]](13.9,462.5,13.8,459.3,13.9,457.4);_0x72b1x63[_0x8783[254]](14.0,455.4,14.9,453.4,16.6,451.4);_0x72b1x63[_0x8783[254]](18.5,448.9,20.8,447.7,23.4,447.8);_0x72b1x63[_0x8783[255]](55.9,448.2);_0x72b1x63[_0x8783[254]](58.5,448.2,60.8,449.1,62.6,451.0);_0x72b1x63[_0x8783[254]](64.3,452.5,65.1,454.1,65.1,455.6);_0x72b1x63[_0x8783[254]](65.1,458.0,65.2,460.0,65.2,461.5);_0x72b1x63[_0x8783[254]](65.2,464.5,65.2,466.5,65.1,467.6);_0x72b1x63[_0x8783[254]](64.9,469.3,63.9,471.1,62.1,473.0);_0x72b1x63[_0x8783[254]](59.9,475.1,57.5,476.3,54.7,476.3);_0x72b1x63[_0x8783[254]](52.7,476.3,47.8,476.4,40.1,476.5);_0x72b1x63[_0x8783[254]](32.8,476.5,27.9,476.4,25.4,476.3);_0x72b1x63[_0x8783[254]](22.4,476.1,19.8,475.0,17.5,473.0);_0x72b1x63[_0x8783[254]](15.2,471.1,14.1,469.1,14.0,466.9);_0x72b1x63[_0x8783[253]](125.3,282.3);_0x72b1x63[_0x8783[254]](126.0,280.6,126.3,279.2,126.0,278.0);_0x72b1x63[_0x8783[254]](125.8,276.8,125.2,275.6,124.2,274.5);_0x72b1x63[_0x8783[254]](123.4,273.4,114.4,265.2,97.3,249.8);_0x72b1x63[_0x8783[254]](80.3,234.4,71.4,226.5,70.4,225.9);_0x72b1x63[_0x8783[254]](69.5,225.2,68.3,224.9,66.9,224.9);_0x72b1x63[_0x8783[254]](65.2,225.0,63.7,225.7,62.5,226.9);_0x72b1x63[_0x8783[254]](58.5,230.9,54.7,236.0,51.2,242.1);_0x72b1x63[_0x8783[254]](49.4,245.2,47.8,248.7,46.4,252.5);_0x72b1x63[_0x8783[254]](45.8,253.9,45.1,256.1,44.2,259.0);_0x72b1x63[_0x8783[254]](43.8,260.0,43.9,261.1,44.3,262.3);_0x72b1x63[_0x8783[254]](44.8,263.4,45.4,264.2,46.4,264.7);_0x72b1x63[_0x8783[254]](47.6,265.4,71.4,272.4,117.7,285.8);_0x72b1x63[_0x8783[254]](119.4,286.3,120.9,286.3,122.2,285.6);_0x72b1x63[_0x8783[254]](123.6,285.1,124.6,283.9,125.3,282.3);_0x72b1x63[_0x8783[253]](250.4,53.5);_0x72b1x63[_0x8783[254]](248.4,52.9,246.5,53.0,244.5,53.8);_0x72b1x63[_0x8783[254]](240.5,55.6,238.2,56.6,237.8,56.8);_0x72b1x63[_0x8783[254]](234.6,58.3,231.5,59.9,228.5,61.5);_0x72b1x63[_0x8783[254]](222.2,65.1,217.5,68.6,214.2,71.9);_0x72b1x63[_0x8783[254]](212.8,73.4,212.0,75.0,211.9,76.7);_0x72b1x63[_0x8783[254]](211.8,78.3,212.3,79.8,213.5,81.2);_0x72b1x63[_0x8783[254]](214.3,82.1,222.4,90.3,237.8,105.7);_0x72b1x63[_0x8783[254]](253.4,121.3,261.5,129.5,262.1,130.1);_0x72b1x63[_0x8783[254]](263.3,131.6,264.8,132.5,266.6,132.9);_0x72b1x63[_0x8783[254]](268.5,133.4,270.4,133.1,272.3,132.0);_0x72b1x63[_0x8783[254]](274.0,131.0,275.0,129.7,275.2,128.0);_0x72b1x63[_0x8783[254]](275.3,127.2,275.2,125.7,274.8,123.7);_0x72b1x63[_0x8783[254]](274.5,121.9,267.7,99.9,254.5,57.7);_0x72b1x63[_0x8783[254]](253.8,55.6,252.4,54.2,250.4,53.5);_0x72b1x63[_0x8783[253]](419.6,4.4);_0x72b1x63[_0x8783[255]](418.9,6.8);_0x72b1x63[_0x8783[255]](420.2,94.7);_0x72b1x63[_0x8783[254]](420.2,95.7,420.4,96.6,420.7,97.3);_0x72b1x63[_0x8783[254]](421.1,98.0,421.5,98.4,422.0,98.4);_0x72b1x63[_0x8783[254]](424.8,98.6,427.2,98.6,429.3,98.4);_0x72b1x63[_0x8783[254]](429.9,98.4,430.5,98.0,431.0,97.2);_0x72b1x63[_0x8783[254]](431.4,96.5,431.6,95.7,431.6,94.8);_0x72b1x63[_0x8783[255]](431.6,6.2);_0x72b1x63[_0x8783[255]](430.9,3.9);_0x72b1x63[_0x8783[254]](429.8,2.4,428.0,1.8,425.2,1.9);_0x72b1x63[_0x8783[254]](422.5,1.9,420.6,2.8,419.6,4.4);_0x72b1x63[_0x8783[253]](530.8,39.7);_0x72b1x63[_0x8783[254]](530.9,36.4,531.0,32.8,531.2,28.7);_0x72b1x63[_0x8783[254]](531.3,25.7,531.3,22.8,531.2,20.1);_0x72b1x63[_0x8783[254]](531.0,16.4,528.9,12.3,524.8,7.8);_0x72b1x63[_0x8783[254]](520.4,2.9,516.1,0.5,511.7,0.4);_0x72b1x63[_0x8783[254]](483.1,0.1,468.5,0.0,467.9,0.0);_0x72b1x63[_0x8783[254]](465.4,0.1,462.4,2.0,458.8,5.9);_0x72b1x63[_0x8783[254]](455.3,9.8,453.6,13.2,453.6,15.9);_0x72b1x63[_0x8783[254]](453.7,18.1,454.2,19.7,455.3,20.8);_0x72b1x63[_0x8783[255]](456.9,21.8);_0x72b1x63[_0x8783[254]](461.4,21.6,464.4,21.6,465.8,21.5);_0x72b1x63[_0x8783[254]](466.7,21.4,467.4,21.0,467.9,20.2);_0x72b1x63[_0x8783[254]](468.2,19.8,468.5,19.0,468.9,17.9);_0x72b1x63[_0x8783[254]](469.7,15.3,471.8,14.1,475.2,14.1);_0x72b1x63[_0x8783[255]](509.3,14.2);_0x72b1x63[_0x8783[254]](511.6,14.2,513.8,15.1,516.0,16.8);_0x72b1x63[_0x8783[254]](518.1,18.4,519.1,20.2,519.1,22.0);_0x72b1x63[_0x8783[254]](519.1,25.9,519.0,30.6,518.7,36.2);_0x72b1x63[_0x8783[254]](518.6,38.6,517.5,40.8,515.5,42.6);_0x72b1x63[_0x8783[254]](513.6,44.3,511.5,45.3,509.1,45.6);_0x72b1x63[_0x8783[254]](507.6,45.8,495.9,46.7,474.2,48.3);_0x72b1x63[_0x8783[254]](468.9,48.8,464.1,51.5,459.7,56.6);_0x72b1x63[_0x8783[254]](455.6,61.3,453.5,65.8,453.3,70.3);_0x72b1x63[_0x8783[254]](453.1,73.9,453.0,78.5,453.1,84.0);_0x72b1x63[_0x8783[254]](453.1,88.9,453.2,92.3,453.3,94.2);_0x72b1x63[_0x8783[254]](453.4,95.8,454.1,97.1,455.3,98.2);_0x72b1x63[_0x8783[254]](456.6,99.2,458.1,99.7,459.9,99.6);_0x72b1x63[_0x8783[254]](462.3,99.5,484.4,99.3,526.1,98.8);_0x72b1x63[_0x8783[254]](528.2,98.7,529.7,97.6,530.7,95.6);_0x72b1x63[_0x8783[254]](531.3,94.1,531.6,92.3,531.6,90.2);_0x72b1x63[_0x8783[254]](531.6,88.7,530.9,87.3,529.5,86.1);_0x72b1x63[_0x8783[254]](528.1,84.8,526.4,84.2,524.6,84.3);_0x72b1x63[_0x8783[254]](489.2,84.5,470.9,84.6,469.6,84.6);_0x72b1x63[_0x8783[254]](468.2,84.6,467.2,84.4,466.7,84.2);_0x72b1x63[_0x8783[254]](465.7,83.7,465.2,82.8,465.1,81.5);_0x72b1x63[_0x8783[254]](465.0,76.6,465.0,73.0,465.1,70.8);_0x72b1x63[_0x8783[254]](465.3,69.2,466.3,67.5,468.2,65.8);_0x72b1x63[_0x8783[254]](470.5,63.8,473.1,62.6,476.0,62.5);_0x72b1x63[_0x8783[254]](490.1,61.5,501.3,60.6,509.8,59.7);_0x72b1x63[_0x8783[254]](515.5,59.1,520.4,56.9,524.5,53.0);_0x72b1x63[_0x8783[254]](528.6,49.0,530.7,44.6,530.8,39.7);_0x72b1x63[_0x8783[253]](821.8,687.1);_0x72b1x63[_0x8783[254]](822.1,688.0,822.5,688.7,823.0,689.3);_0x72b1x63[_0x8783[254]](850.7,715.8,865.7,730.1,868.2,732.3);_0x72b1x63[_0x8783[254]](870.5,734.4,872.6,735.8,874.4,736.5);_0x72b1x63[_0x8783[254]](876.9,737.4,878.6,737.0,879.7,735.3);_0x72b1x63[_0x8783[254]](889.3,718.8,894.9,708.8,896.7,705.3);_0x72b1x63[_0x8783[254]](897.6,703.4,897.3,701.5,895.7,699.5);_0x72b1x63[_0x8783[254]](894.2,697.8,892.1,696.5,889.4,695.8);_0x72b1x63[_0x8783[254]](886.0,694.8,866.1,689.1,829.8,678.7);_0x72b1x63[_0x8783[254]](829.0,678.5,828.1,678.5,827.0,678.7);_0x72b1x63[_0x8783[254]](824.9,679.0,823.3,680.0,822.4,681.8);_0x72b1x63[_0x8783[254]](821.4,683.6,821.2,685.3,821.8,687.1);_0x72b1x63[_0x8783[253]](923.7,433.9);_0x72b1x63[_0x8783[254]](922.4,433.9,915.5,433.6,903.1,433.3);_0x72b1x63[_0x8783[254]](892.0,432.9,885.1,432.8,882.3,432.9);_0x72b1x63[_0x8783[254]](878.7,433.0,875.1,434.4,871.6,437.0);_0x72b1x63[_0x8783[254]](868.2,439.6,866.1,442.4,865.5,445.4);_0x72b1x63[_0x8783[254]](865.5,446.7,865.4,448.1,865.1,449.7);_0x72b1x63[_0x8783[254]](865.1,449.7,865.8,450.7,867.0,452.7);_0x72b1x63[_0x8783[254]](868.6,454.7,870.0,455.7,871.3,455.6);_0x72b1x63[_0x8783[254]](873.8,455.4,875.3,455.3,875.7,455.1);_0x72b1x63[_0x8783[254]](877.0,454.6,877.7,453.5,877.7,451.7);_0x72b1x63[_0x8783[254]](877.7,450.0,879.0,448.4,881.6,447.1);_0x72b1x63[_0x8783[254]](882.9,446.4,884.2,445.9,885.5,445.5);_0x72b1x63[_0x8783[254]](885.5,445.5,890.7,445.6,901.1,445.8);_0x72b1x63[_0x8783[254]](912.4,445.9,919.3,446.0,921.7,446.0);_0x72b1x63[_0x8783[254]](924.8,446.0,927.3,447.1,929.4,449.4);_0x72b1x63[_0x8783[254]](931.1,451.3,932.0,453.2,932.1,455.3);_0x72b1x63[_0x8783[254]](932.2,458.8,932.3,460.6,932.3,460.9);_0x72b1x63[_0x8783[254]](932.4,463.2,932.4,465.4,932.2,467.4);_0x72b1x63[_0x8783[254]](932.1,469.5,931.1,471.3,929.3,472.8);_0x72b1x63[_0x8783[254]](927.6,474.1,925.7,474.8,923.7,474.9);_0x72b1x63[_0x8783[254]](921.8,475.0,917.8,475.0,911.7,475.0);_0x72b1x63[_0x8783[254]](905.6,475.1,902.5,475.1,902.5,475.0);_0x72b1x63[_0x8783[254]](901.5,475.0,900.5,475.3,899.5,475.9);_0x72b1x63[_0x8783[254]](897.4,477.1,896.4,479.0,896.4,481.7);_0x72b1x63[_0x8783[254]](896.4,484.4,897.4,486.5,899.5,488.0);_0x72b1x63[_0x8783[254]](900.5,488.8,901.5,489.3,902.5,489.5);_0x72b1x63[_0x8783[254]](902.5,489.3,909.3,489.4,922.8,489.8);_0x72b1x63[_0x8783[254]](926.7,489.9,929.3,491.2,930.8,493.8);_0x72b1x63[_0x8783[254]](931.5,495.1,931.8,496.3,931.8,497.5);_0x72b1x63[_0x8783[254]](932.1,501.7,932.1,505.8,931.9,509.7);_0x72b1x63[_0x8783[254]](931.8,512.3,930.4,514.4,927.7,516.0);_0x72b1x63[_0x8783[254]](925.6,517.3,923.3,518.0,920.8,518.2);_0x72b1x63[_0x8783[254]](918.9,518.3,913.0,518.3,903.0,518.0);_0x72b1x63[_0x8783[254]](893.3,517.9,887.2,517.6,884.9,517.5);_0x72b1x63[_0x8783[254]](881.9,517.2,880.2,515.3,879.8,511.9);_0x72b1x63[_0x8783[254]](879.8,511.1,879.1,510.5,877.7,510.0);_0x72b1x63[_0x8783[254]](876.4,509.6,874.8,509.5,872.9,509.5);_0x72b1x63[_0x8783[254]](871.3,509.6,869.7,510.4,868.1,511.9);_0x72b1x63[_0x8783[254]](866.9,513.4,866.2,514.1,866.2,514.0);_0x72b1x63[_0x8783[255]](866.2,514.8);_0x72b1x63[_0x8783[254]](866.2,515.7,866.3,516.8,866.5,518.2);_0x72b1x63[_0x8783[254]](866.8,520.1,868.3,522.2,871.2,524.6);_0x72b1x63[_0x8783[254]](874.3,527.2,877.4,528.6,880.4,528.7);_0x72b1x63[_0x8783[254]](883.8,528.8,890.8,528.8,901.3,528.5);_0x72b1x63[_0x8783[254]](911.9,528.3,919.8,528.0,925.0,527.7);_0x72b1x63[_0x8783[254]](929.8,527.3,934.0,525.0,937.4,520.8);_0x72b1x63[_0x8783[254]](940.4,517.2,942.0,513.4,942.2,509.5);_0x72b1x63[_0x8783[254]](942.3,506.8,942.3,504.3,942.1,502.0);_0x72b1x63[_0x8783[254]](941.9,499.4,941.7,497.2,941.6,495.5);_0x72b1x63[_0x8783[254]](941.5,493.7,940.8,491.5,939.5,489.0);_0x72b1x63[_0x8783[254]](938.3,486.4,937.6,484.4,937.5,483.1);_0x72b1x63[_0x8783[254]](937.4,481.7,938.0,479.2,939.4,475.5);_0x72b1x63[_0x8783[254]](940.9,471.5,941.7,468.4,941.8,466.3);_0x72b1x63[_0x8783[254]](941.9,463.1,942.0,461.2,941.9,460.5);_0x72b1x63[_0x8783[254]](941.9,459.9,941.5,456.9,940.8,451.5);_0x72b1x63[_0x8783[254]](940.2,446.4,938.0,442.2,934.4,438.7);_0x72b1x63[_0x8783[254]](931.1,435.5,927.5,433.9,923.7,433.9);_0x72b1x63[_0x8783[253]](903.0,261.3);_0x72b1x63[_0x8783[254]](903.1,260.3,903.1,259.3,903.0,258.3);_0x72b1x63[_0x8783[254]](900.5,252.2,897.7,246.3,894.6,240.5);_0x72b1x63[_0x8783[254]](892.7,236.9,890.1,233.2,886.9,229.5);_0x72b1x63[_0x8783[254]](884.1,226.5,882.7,224.9,882.7,224.9);_0x72b1x63[_0x8783[254]](882.2,224.5,881.5,224.2,880.6,224.1);_0x72b1x63[_0x8783[254]](878.9,224.0,877.2,224.7,875.5,226.3);_0x72b1x63[_0x8783[255]](822.1,276.3);_0x72b1x63[_0x8783[254]](821.8,276.8,821.5,277.4,821.3,278.1);_0x72b1x63[_0x8783[254]](821.0,279.7,821.1,281.1,821.8,282.5);_0x72b1x63[_0x8783[254]](822.5,283.9,823.8,284.9,825.6,285.5);_0x72b1x63[_0x8783[254]](827.3,286.1,828.1,286.2,828.1,286.0);_0x72b1x63[_0x8783[254]](873.5,272.6,897.4,265.6,900.0,265.0);_0x72b1x63[_0x8783[254]](901.7,264.6,902.6,263.3,903.0,261.3);_0x72b1x63[_0x8783[253]](734.9,76.3);_0x72b1x63[_0x8783[254]](734.4,74.7,733.3,73.3,731.4,72.1);_0x72b1x63[_0x8783[254]](729.6,70.9,724.6,68.0,716.6,63.5);_0x72b1x63[_0x8783[254]](708.6,59.0,703.8,56.4,702.3,55.7);_0x72b1x63[_0x8783[254]](700.7,55.0,698.8,55.0,696.7,55.8);_0x72b1x63[_0x8783[254]](694.3,56.8,692.9,58.2,692.3,60.2);_0x72b1x63[_0x8783[254]](691.4,63.0,685.2,85.0,673.4,126.3);_0x72b1x63[_0x8783[254]](673.4,127.2,673.5,128.2,673.7,129.3);_0x72b1x63[_0x8783[254]](674.2,131.4,675.3,133.0,677.0,133.9);_0x72b1x63[_0x8783[254]](678.6,134.9,680.7,134.9,683.0,134.0);_0x72b1x63[_0x8783[254]](684.2,133.5,685.3,132.9,686.1,132.3);_0x72b1x63[_0x8783[254]](716.5,99.7,732.4,82.5,733.9,80.8);_0x72b1x63[_0x8783[254]](735.0,79.4,735.3,78.0,734.9,76.3);_0x72b1x63[_0x8783[250]]();_0x72b1x51[_0x8783[216]][_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[216]]);_0x72b1x51[_0x8783[216]][_0x8783[242]]=-472.35;_0x72b1x51[_0x8783[216]][_0x8783[243]]=-479.3};_0x72b1x4f[_0x8783[155]][_0x8783[256]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](29.4,532.8);_0x72b1x63[_0x8783[255]](29.4,532.8);_0x72b1x63[_0x8783[254]](37.7,529.7,43.7,521.7,43.7,512.3);_0x72b1x63[_0x8783[254]](43.7,506.2,41.2,500.6,37.1,496.7);_0x72b1x63[_0x8783[254]](31.7,491.3,28.3,484.2,28.3,476.6);_0x72b1x63[_0x8783[255]](26.4,138.2);_0x72b1x63[_0x8783[255]](38.4,128.8);_0x72b1x63[_0x8783[254]](39.6,127.9,40.2,126.4,40.0,124.9);_0x72b1x63[_0x8783[255]](31.4,71.2);_0x72b1x63[_0x8783[255]](24.8,2.6);_0x72b1x63[_0x8783[254]](24.6,0.9,23.2,0.0,21.8,0.0);_0x72b1x63[_0x8783[254]](20.4,-0.0,19.0,0.9,18.8,2.6);_0x72b1x63[_0x8783[255]](12.2,71.1);_0x72b1x63[_0x8783[255]](3.7,124.9);_0x72b1x63[_0x8783[254]](3.4,126.4,4.0,127.9,5.2,128.8);_0x72b1x63[_0x8783[255]](17.2,138.2);_0x72b1x63[_0x8783[255]](15.3,476.6);_0x72b1x63[_0x8783[254]](15.3,484.2,12.0,491.3,6.5,496.7);_0x72b1x63[_0x8783[254]](2.5,500.6,0.0,506.2,0.0,512.3);_0x72b1x63[_0x8783[254]](0.0,521.7,6.0,529.7,14.3,532.8);_0x72b1x63[_0x8783[255]](14.2,532.8);_0x72b1x63[_0x8783[255]](13.3,673.8);_0x72b1x63[_0x8783[254]](13.3,677.9,11.6,681.8,8.8,684.7);_0x72b1x63[_0x8783[255]](4.3,689.2);_0x72b1x63[_0x8783[254]](3.3,690.2,3.0,691.7,3.6,693.0);_0x72b1x63[_0x8783[254]](3.6,693.0,8.6,697.1,13.3,706.5);_0x72b1x63[_0x8783[254]](18.0,715.9,19.1,724.1,19.1,724.1);_0x72b1x63[_0x8783[254]](19.9,725.7,20.8,726.5,21.8,726.5);_0x72b1x63[_0x8783[254]](22.8,726.5,23.8,725.7,24.6,724.1);_0x72b1x63[_0x8783[254]](24.6,724.1,25.0,715.8,30.4,706.4);_0x72b1x63[_0x8783[254]](35.8,697.1,40.1,693.0,40.1,693.0);_0x72b1x63[_0x8783[254]](40.7,691.7,40.4,690.2,39.4,689.2);_0x72b1x63[_0x8783[255]](34.9,684.7);_0x72b1x63[_0x8783[254]](32.0,681.8,30.4,677.9,30.4,673.8);_0x72b1x63[_0x8783[255]](29.4,532.8);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[257]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](29.4,532.8);_0x72b1x63[_0x8783[255]](29.4,532.8);_0x72b1x63[_0x8783[254]](37.7,529.7,43.7,521.7,43.7,512.3);_0x72b1x63[_0x8783[254]](43.7,506.2,41.2,500.6,37.1,496.7);_0x72b1x63[_0x8783[254]](31.7,491.3,28.3,484.2,28.3,476.6);_0x72b1x63[_0x8783[255]](26.4,138.2);_0x72b1x63[_0x8783[255]](38.4,128.8);_0x72b1x63[_0x8783[254]](39.6,127.9,40.2,126.4,40.0,124.9);_0x72b1x63[_0x8783[255]](31.4,71.2);_0x72b1x63[_0x8783[255]](24.8,2.6);_0x72b1x63[_0x8783[254]](24.6,0.9,23.2,0.0,21.8,0.0);_0x72b1x63[_0x8783[254]](21.8,9.9,21.8,713.9,21.8,726.5);_0x72b1x63[_0x8783[254]](22.8,726.5,23.8,725.7,24.6,724.1);_0x72b1x63[_0x8783[254]](24.6,724.1,25.0,715.8,30.4,706.4);_0x72b1x63[_0x8783[254]](35.8,697.1,40.1,693.0,40.1,693.0);_0x72b1x63[_0x8783[254]](40.7,691.7,40.4,690.2,39.4,689.2);_0x72b1x63[_0x8783[255]](34.9,684.7);_0x72b1x63[_0x8783[254]](32.0,681.8,30.4,677.9,30.4,673.8);_0x72b1x63[_0x8783[255]](29.4,532.8);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[258]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](21.8,0.0);_0x72b1x63[_0x8783[254]](20.4,-0.0,19.0,0.9,18.8,2.6);_0x72b1x63[_0x8783[255]](12.2,71.1);_0x72b1x63[_0x8783[255]](3.7,124.9);_0x72b1x63[_0x8783[254]](3.4,126.4,4.0,127.9,5.2,128.8);_0x72b1x63[_0x8783[255]](17.2,138.2);_0x72b1x63[_0x8783[255]](15.3,476.6);_0x72b1x63[_0x8783[254]](15.3,484.2,12.0,491.3,6.5,496.7);_0x72b1x63[_0x8783[254]](2.5,500.6,0.0,506.2,0.0,512.3);_0x72b1x63[_0x8783[254]](0.0,521.7,6.0,529.7,14.3,532.8);_0x72b1x63[_0x8783[255]](14.2,532.8);_0x72b1x63[_0x8783[255]](13.3,673.8);_0x72b1x63[_0x8783[254]](13.3,677.9,11.6,681.8,8.8,684.7);_0x72b1x63[_0x8783[255]](4.3,689.2);_0x72b1x63[_0x8783[254]](3.3,690.2,3.0,691.7,3.6,693.0);_0x72b1x63[_0x8783[254]](3.6,693.0,8.6,697.1,13.3,706.5);_0x72b1x63[_0x8783[254]](18.0,715.9,19.1,724.1,19.1,724.1);_0x72b1x63[_0x8783[254]](19.9,725.7,20.8,726.5,21.8,726.5);_0x72b1x63[_0x8783[254]](22.8,726.5,21.8,26.6,21.8,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[259]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](28.4,532.8);_0x72b1x63[_0x8783[255]](28.4,531.8);_0x72b1x63[_0x8783[254]](36.7,528.7,42.7,521.7,42.7,512.3);_0x72b1x63[_0x8783[254]](42.7,506.2,40.2,500.6,36.1,496.7);_0x72b1x63[_0x8783[254]](30.7,491.3,27.3,484.2,27.3,476.6);_0x72b1x63[_0x8783[255]](25.4,137.2);_0x72b1x63[_0x8783[255]](37.4,127.8);_0x72b1x63[_0x8783[254]](38.6,126.9,39.2,126.4,39.0,124.9);_0x72b1x63[_0x8783[255]](30.4,71.2);_0x72b1x63[_0x8783[255]](23.8,2.6);_0x72b1x63[_0x8783[254]](23.4,-0.9,20.3,-0.9,19.8,2.6);_0x72b1x63[_0x8783[255]](13.2,71.1);_0x72b1x63[_0x8783[255]](4.7,124.9);_0x72b1x63[_0x8783[254]](4.4,126.4,5.0,126.9,6.2,127.8);_0x72b1x63[_0x8783[255]](18.2,137.2);_0x72b1x63[_0x8783[255]](16.3,476.6);_0x72b1x63[_0x8783[254]](16.3,484.2,13.0,491.3,7.5,496.7);_0x72b1x63[_0x8783[254]](3.5,500.6,1.0,506.2,1.0,512.3);_0x72b1x63[_0x8783[254]](1.0,521.7,7.0,528.7,15.3,531.8);_0x72b1x63[_0x8783[255]](15.2,532.8);_0x72b1x63[_0x8783[255]](14.3,673.8);_0x72b1x63[_0x8783[254]](14.3,677.9,12.6,681.8,9.8,684.7);_0x72b1x63[_0x8783[255]](5.3,689.2);_0x72b1x63[_0x8783[254]](4.3,690.2,4.0,691.7,4.6,693.0);_0x72b1x63[_0x8783[254]](4.6,693.0,9.6,697.1,14.3,706.5);_0x72b1x63[_0x8783[254]](19.0,715.9,20.1,724.1,20.1,724.1);_0x72b1x63[_0x8783[254]](21.6,727.3,22.1,727.3,23.6,724.1);_0x72b1x63[_0x8783[254]](23.6,724.1,24.0,715.8,29.4,706.4);_0x72b1x63[_0x8783[254]](34.8,697.1,39.1,693.0,39.1,693.0);_0x72b1x63[_0x8783[254]](39.7,691.7,39.4,690.2,38.4,689.2);_0x72b1x63[_0x8783[255]](33.9,684.7);_0x72b1x63[_0x8783[254]](31.0,681.8,29.4,677.9,29.4,673.8);_0x72b1x63[_0x8783[255]](28.4,532.8);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[260]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](31.4,71.2);_0x72b1x63[_0x8783[255]](24.8,2.6);_0x72b1x63[_0x8783[254]](24.6,0.9,23.2,0.0,21.8,0.0);_0x72b1x63[_0x8783[254]](20.4,-0.0,19.0,0.9,18.8,2.6);_0x72b1x63[_0x8783[255]](12.2,71.1);_0x72b1x63[_0x8783[255]](21.8,71.1);_0x72b1x63[_0x8783[255]](31.4,71.2);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[261]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[262]]([_0x72b1x68,_0x72b1x2b],[0,1],13,0,21,0);_0x72b1x63[_0x8783[253]](21.8,0.0);_0x72b1x63[_0x8783[254]](20.9,-0.0,20.0,0.9,19.8,2.6);_0x72b1x63[_0x8783[255]](13.2,71.1);_0x72b1x63[_0x8783[255]](21.8,71.1);_0x72b1x63[_0x8783[254]](21.8,71.1,21.8,4.1,21.8,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[263]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[262]]([_0x72b1x2b,_0x72b1x68],[0,1],22,0,30,0);_0x72b1x63[_0x8783[253]](30.4,71.2);_0x72b1x63[_0x8783[255]](23.8,2.6);_0x72b1x63[_0x8783[254]](23.6,0.9,22.7,0.0,21.8,0.0);_0x72b1x63[_0x8783[254]](21.8,6.2,21.8,71.1,21.8,71.1);_0x72b1x63[_0x8783[255]](30.4,71.2);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[264]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](23.9,78.1);_0x72b1x63[_0x8783[255]](32.5,121.4);_0x72b1x63[_0x8783[254]](32.6,122.2,32.3,123.0,31.7,123.6);_0x72b1x63[_0x8783[255]](23.2,131.3);_0x72b1x63[_0x8783[254]](22.8,131.6,22.3,131.8,21.8,131.8);_0x72b1x63[_0x8783[254]](21.3,131.8,20.8,131.7,20.4,131.3);_0x72b1x63[_0x8783[255]](11.9,123.6);_0x72b1x63[_0x8783[254]](11.3,123.0,11.0,122.2,11.2,121.4);_0x72b1x63[_0x8783[255]](19.8,78.1);_0x72b1x63[_0x8783[254]](20.0,76.9,20.9,76.4,21.8,76.4);_0x72b1x63[_0x8783[254]](22.7,76.4,23.6,77.0,23.9,78.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[265]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](21.8,131.8);_0x72b1x63[_0x8783[254]](21.3,131.8,20.8,131.7,20.4,131.3);_0x72b1x63[_0x8783[255]](11.9,123.6);_0x72b1x63[_0x8783[254]](11.3,123.0,11.0,122.2,11.2,121.4);_0x72b1x63[_0x8783[255]](19.8,78.1);_0x72b1x63[_0x8783[254]](20.0,76.9,20.9,76.4,21.8,76.4);_0x72b1x63[_0x8783[254]](21.8,90.9,21.8,120.0,21.8,131.8);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[266]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](23.9,78.1);_0x72b1x63[_0x8783[255]](32.5,121.4);_0x72b1x63[_0x8783[254]](32.6,122.2,32.3,123.0,31.7,123.6);_0x72b1x63[_0x8783[255]](23.2,131.3);_0x72b1x63[_0x8783[254]](22.8,131.6,22.3,131.8,21.8,131.8);_0x72b1x63[_0x8783[254]](21.8,116.3,21.8,94.2,21.8,76.4);_0x72b1x63[_0x8783[254]](22.7,76.4,23.6,77.0,23.9,78.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[267]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](22.9,78.1);_0x72b1x63[_0x8783[255]](31.5,121.4);_0x72b1x63[_0x8783[254]](31.6,122.2,31.3,123.0,30.7,123.6);_0x72b1x63[_0x8783[255]](22.2,131.3);_0x72b1x63[_0x8783[254]](21.8,131.7,21.8,131.7,21.4,131.3);_0x72b1x63[_0x8783[255]](12.9,123.6);_0x72b1x63[_0x8783[254]](12.3,123.0,12.0,122.2,12.2,121.4);_0x72b1x63[_0x8783[255]](20.8,78.1);_0x72b1x63[_0x8783[254]](21.2,75.8,22.4,75.8,22.9,78.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[268]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](21.5,78.0);_0x72b1x63[_0x8783[254]](21.6,77.6,22.2,77.6,22.2,78.0);_0x72b1x63[_0x8783[255]](30.5,121.4);_0x72b1x63[_0x8783[254]](30.6,122.2,30.3,123.0,29.7,123.6);_0x72b1x63[_0x8783[255]](22.2,130.3);_0x72b1x63[_0x8783[254]](21.8,130.7,21.8,130.7,21.4,130.3);_0x72b1x63[_0x8783[255]](13.9,123.6);_0x72b1x63[_0x8783[254]](13.3,123.0,13.0,122.2,13.2,121.4);_0x72b1x63[_0x8783[255]](21.5,78.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[269]]=function(){var _0x72b1x51=this;var _0x72b1x69=new createjs.Container();var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[256]](_0x72b1x2e);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;_0x72b1x6a[_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[270]]=new createjs.Shape();_0x72b1x51[_0x8783[270]][_0x8783[251]]=_0x72b1x51[_0x8783[258]](_0x72b1x30);_0x72b1x51[_0x8783[270]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeGauche_3h);_0x72b1x51[_0x8783[271]]=new createjs.Shape();_0x72b1x51[_0x8783[271]][_0x8783[251]]=_0x72b1x51[_0x8783[257]](_0x72b1x2f);_0x72b1x51[_0x8783[271]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeDroite_3h);_0x72b1x51[_0x8783[272]]=new createjs.Shape();_0x72b1x51[_0x8783[272]][_0x8783[251]]=_0x72b1x51[_0x8783[258]](_0x72b1x2f);_0x72b1x51[_0x8783[272]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeGauche_9h);_0x72b1x51[_0x8783[273]]=new createjs.Shape();_0x72b1x51[_0x8783[273]][_0x8783[251]]=_0x72b1x51[_0x8783[257]](_0x72b1x51[_0x8783[274]]);_0x72b1x51[_0x8783[273]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeDroite_9h);_0x72b1x51[_0x8783[275]]=new createjs.Shape();_0x72b1x51[_0x8783[275]][_0x8783[251]]=_0x72b1x51[_0x8783[258]](_0x72b1x30);_0x72b1x51[_0x8783[275]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeGauche_12h);_0x72b1x51[_0x8783[276]]=new createjs.Shape();_0x72b1x51[_0x8783[276]][_0x8783[251]]=_0x72b1x51[_0x8783[257]](_0x72b1x2f);_0x72b1x51[_0x8783[276]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeDroite_12h);_0x72b1x51[_0x8783[277]]=new createjs.Shape();_0x72b1x51[_0x8783[277]][_0x8783[251]]=_0x72b1x51[_0x8783[258]](_0x72b1x51[_0x8783[278]]);_0x72b1x51[_0x8783[277]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeGauche_6h);_0x72b1x51[_0x8783[279]]=new createjs.Shape();_0x72b1x51[_0x8783[279]][_0x8783[251]]=_0x72b1x51[_0x8783[257]](_0x72b1x51[_0x8783[274]]);_0x72b1x51[_0x8783[279]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeDroite_6h);_0x72b1x51[_0x8783[280]]=new createjs.Shape();_0x72b1x51[_0x8783[280]][_0x8783[251]]=_0x72b1x51[_0x8783[259]](_0x72b1x2e);_0x72b1x51[_0x8783[280]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeDessus);_0x72b1x51[_0x8783[281]]=new createjs.Shape();_0x72b1x51[_0x8783[281]][_0x8783[251]]=_0x72b1x51[_0x8783[260]](_0x72b1x2b);_0x72b1x51[_0x8783[281]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBout);_0x72b1x51[_0x8783[282]]=new createjs.Shape();_0x72b1x51[_0x8783[282]][_0x8783[251]]=_0x72b1x51[_0x8783[261]](_0x72b1x2d);_0x72b1x51[_0x8783[282]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutGauche_3h);_0x72b1x51[_0x8783[283]]=new createjs.Shape();_0x72b1x51[_0x8783[283]][_0x8783[251]]=_0x72b1x51[_0x8783[263]](_0x72b1x2c);_0x72b1x51[_0x8783[283]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutDroite_3h);_0x72b1x51[_0x8783[284]]=new createjs.Shape();_0x72b1x51[_0x8783[284]][_0x8783[251]]=_0x72b1x51[_0x8783[261]](_0x72b1x2c);_0x72b1x51[_0x8783[284]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutGauche_9h);_0x72b1x51[_0x8783[285]]=new createjs.Shape();_0x72b1x51[_0x8783[285]][_0x8783[251]]=_0x72b1x51[_0x8783[263]](_0x72b1x2d);_0x72b1x51[_0x8783[285]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutDroite_9h);_0x72b1x51[_0x8783[286]]=new createjs.Shape();_0x72b1x51[_0x8783[286]][_0x8783[251]]=_0x72b1x51[_0x8783[261]](_0x72b1x2d);_0x72b1x51[_0x8783[286]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutGauche_12h);_0x72b1x51[_0x8783[287]]=new createjs.Shape();_0x72b1x51[_0x8783[287]][_0x8783[251]]=_0x72b1x51[_0x8783[263]](_0x72b1x2c);_0x72b1x51[_0x8783[287]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutDroite_12h);_0x72b1x51[_0x8783[288]]=new createjs.Shape();_0x72b1x51[_0x8783[288]][_0x8783[251]]=_0x72b1x51[_0x8783[261]](_0x72b1x2c);_0x72b1x51[_0x8783[288]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutGauche_6h);_0x72b1x51[_0x8783[289]]=new createjs.Shape();_0x72b1x51[_0x8783[289]][_0x8783[251]]=_0x72b1x51[_0x8783[263]](_0x72b1x2d);_0x72b1x51[_0x8783[289]][_0x8783[244]](0,0,110,1200);_0x72b1x69[_0x8783[196]](_0x72b1x51.SecondeBoutDroite_6h);_0x72b1x51[_0x8783[290]]=new createjs.Shape();_0x72b1x51[_0x8783[290]][_0x8783[251]]=_0x72b1x51[_0x8783[264]](_0x72b1x3d);_0x72b1x51[_0x8783[290]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[290]]);_0x72b1x51[_0x8783[291]]=new createjs.Shape();_0x72b1x51[_0x8783[291]][_0x8783[251]]=_0x72b1x51[_0x8783[265]](_0x72b1x3f);_0x72b1x51[_0x8783[291]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[291]]);_0x72b1x51[_0x8783[292]]=new createjs.Shape();_0x72b1x51[_0x8783[292]][_0x8783[251]]=_0x72b1x51[_0x8783[265]](_0x72b1x3e);_0x72b1x51[_0x8783[292]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[292]]);_0x72b1x51[_0x8783[293]]=new createjs.Shape();_0x72b1x51[_0x8783[293]][_0x8783[251]]=_0x72b1x51[_0x8783[265]](_0x72b1x3f);_0x72b1x51[_0x8783[293]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[293]]);_0x72b1x51[_0x8783[294]]=new createjs.Shape();_0x72b1x51[_0x8783[294]][_0x8783[251]]=_0x72b1x51[_0x8783[265]](_0x72b1x3e);_0x72b1x51[_0x8783[294]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[294]]);_0x72b1x51[_0x8783[295]]=new createjs.Shape();_0x72b1x51[_0x8783[295]][_0x8783[251]]=_0x72b1x51[_0x8783[266]](_0x72b1x3e);_0x72b1x51[_0x8783[295]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[295]]);_0x72b1x51[_0x8783[296]]=new createjs.Shape();_0x72b1x51[_0x8783[296]][_0x8783[251]]=_0x72b1x51[_0x8783[266]](_0x72b1x3f);_0x72b1x51[_0x8783[296]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[296]]);_0x72b1x51[_0x8783[297]]=new createjs.Shape();_0x72b1x51[_0x8783[297]][_0x8783[251]]=_0x72b1x51[_0x8783[266]](_0x72b1x3e);_0x72b1x51[_0x8783[297]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[297]]);_0x72b1x51[_0x8783[298]]=new createjs.Shape();_0x72b1x51[_0x8783[298]][_0x8783[251]]=_0x72b1x51[_0x8783[266]](_0x72b1x3f);_0x72b1x51[_0x8783[298]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[298]]);_0x72b1x51[_0x8783[299]]=new createjs.Shape();_0x72b1x51[_0x8783[299]][_0x8783[251]]=_0x72b1x51[_0x8783[267]](_0x72b1x40);_0x72b1x51[_0x8783[299]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[299]]);_0x72b1x51[_0x8783[300]]=new createjs.Shape();_0x72b1x51[_0x8783[300]][_0x8783[251]]=_0x72b1x51[_0x8783[268]](_0x72b1x43);_0x72b1x51[_0x8783[300]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[300]]);_0x72b1x51[_0x8783[300]][_0x8783[301]]=new createjs.Shadow(_0x8783[302],0,-1.5,1);return _0x72b1x69};_0x72b1x4f[_0x8783[155]][_0x8783[230]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[303]]=new createjs.Container();var _0x72b1x6b=_0x72b1x51[_0x8783[269]]();_0x72b1x51[_0x8783[303]][_0x8783[196]](_0x72b1x6b);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde)};_0x72b1x4f[_0x8783[155]][_0x8783[304]]=function(_0x72b1x68){var _0x72b1x51=this;var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63=_0x72b1x51[_0x8783[256]](_0x72b1x68);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;return _0x72b1x6a};_0x72b1x4f[_0x8783[155]][_0x8783[228]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[229]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[304]](_0x72b1x51[_0x8783[305]]);_0x72b1x51[_0x8783[229]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[229]][_0x8783[244]](0,0,110,1200);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde_n1)};_0x72b1x4f[_0x8783[155]][_0x8783[224]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[225]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[304]](_0x72b1x51[_0x8783[305]]);_0x72b1x51[_0x8783[225]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[225]][_0x8783[244]](0,0,110,1200);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde_n2)};_0x72b1x4f[_0x8783[155]][_0x8783[219]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[220]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[304]](_0x72b1x28);_0x72b1x51[_0x8783[220]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[220]][_0x8783[244]](0,0,110,1200);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde_n6)};_0x72b1x4f[_0x8783[155]][_0x8783[211]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[212]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[304]](_0x72b1x29);_0x72b1x51[_0x8783[212]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[212]][_0x8783[244]](0,0,110,1200);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde_n7)};_0x72b1x4f[_0x8783[155]][_0x8783[204]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[205]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[304]](_0x8783[68]);_0x72b1x51[_0x8783[205]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[205]][_0x8783[244]](0,0,110,1200);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51.Seconde_n8);_0x72b1x51[_0x8783[205]][_0x8783[301]]=new createjs.Shadow(_0x72b1x2a,0,16,4)};_0x72b1x4f[_0x8783[155]][_0x8783[306]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](64.4,300.1);_0x72b1x63[_0x8783[254]](67.0,263.9,78.8,103.7,83.8,79.3);_0x72b1x63[_0x8783[254]](83.1,78.7,69.9,65.5,57.6,43.6);_0x72b1x63[_0x8783[254]](45.7,22.5,43.9,1.2,43.9,1.2);_0x72b1x63[_0x8783[254]](43.5,0.4,42.7,0.0,41.9,0.0);_0x72b1x63[_0x8783[254]](41.1,-0.0,40.4,0.4,39.9,1.2);_0x72b1x63[_0x8783[254]](39.9,1.2,38.2,22.1,26.3,43.6);_0x72b1x63[_0x8783[254]](14.3,65.1,1.3,78.3,0.0,79.3);_0x72b1x63[_0x8783[254]](4.6,103.7,16.8,264.0,19.5,300.1);_0x72b1x63[_0x8783[254]](9.1,307.3,2.2,319.2,2.2,332.8);_0x72b1x63[_0x8783[254]](2.2,354.7,20.0,372.5,41.9,372.5);_0x72b1x63[_0x8783[254]](63.9,372.5,81.6,354.7,81.6,332.8);_0x72b1x63[_0x8783[254]](81.6,319.2,74.8,307.2,64.4,300.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[307]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](64.4,300.1);_0x72b1x63[_0x8783[254]](67.0,263.9,78.8,103.7,83.8,79.3);_0x72b1x63[_0x8783[254]](83.1,78.7,69.9,65.5,57.6,43.6);_0x72b1x63[_0x8783[254]](45.7,22.5,43.9,1.2,43.9,1.2);_0x72b1x63[_0x8783[254]](43.5,0.4,42.7,0.0,41.9,0.0);_0x72b1x63[_0x8783[254]](41.9,15.0,41.9,342.3,41.9,372.5);_0x72b1x63[_0x8783[254]](63.9,372.5,81.6,354.7,81.6,332.8);_0x72b1x63[_0x8783[254]](81.6,319.2,74.8,307.2,64.4,300.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[308]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.9,0.0);_0x72b1x63[_0x8783[254]](41.1,-0.0,40.4,0.4,39.9,1.2);_0x72b1x63[_0x8783[254]](39.9,1.2,38.2,22.1,26.3,43.6);_0x72b1x63[_0x8783[254]](14.3,65.1,1.3,78.3,0.0,79.3);_0x72b1x63[_0x8783[254]](4.6,103.7,16.8,264.0,19.5,300.1);_0x72b1x63[_0x8783[254]](9.1,307.3,2.2,319.2,2.2,332.8);_0x72b1x63[_0x8783[254]](2.2,354.7,20.0,372.5,41.9,372.5);_0x72b1x63[_0x8783[254]](41.9,346.0,41.9,22.7,41.9,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[309]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](62.4,301.1);_0x72b1x63[_0x8783[254]](65.0,264.9,76.8,104.7,81.8,80.3);_0x72b1x63[_0x8783[254]](81.1,79.7,68.9,65.5,56.6,43.6);_0x72b1x63[_0x8783[254]](44.7,22.5,43.9,1.2,43.9,1.2);_0x72b1x63[_0x8783[254]](43.5,0.4,42.7,0.0,41.9,0.0);_0x72b1x63[_0x8783[254]](41.1,-0.0,40.4,0.4,39.9,1.2);_0x72b1x63[_0x8783[254]](39.9,1.2,39.2,22.1,27.3,43.6);_0x72b1x63[_0x8783[254]](15.3,65.1,3.3,79.3,2.0,80.3);_0x72b1x63[_0x8783[254]](6.6,104.7,18.8,265.0,21.5,301.1);_0x72b1x63[_0x8783[254]](11.1,308.3,4.2,319.2,4.2,332.8);_0x72b1x63[_0x8783[254]](4.2,354.7,20.0,370.5,41.9,370.5);_0x72b1x63[_0x8783[254]](63.9,370.5,79.6,354.7,79.6,332.8);_0x72b1x63[_0x8783[254]](79.6,319.2,72.8,308.2,62.4,301.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[310]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](62.4,301.1);_0x72b1x63[_0x8783[254]](65.0,264.9,76.8,104.7,81.8,80.3);_0x72b1x63[_0x8783[254]](81.1,79.7,68.9,65.5,56.6,43.6);_0x72b1x63[_0x8783[254]](44.7,22.5,43.9,1.2,43.9,1.2);_0x72b1x63[_0x8783[254]](43.5,0.4,42.7,0.0,41.9,0.0);_0x72b1x63[_0x8783[254]](41.9,43.3,41.9,316.1,41.9,370.5);_0x72b1x63[_0x8783[254]](63.9,370.5,79.6,354.7,79.6,332.8);_0x72b1x63[_0x8783[254]](79.6,319.2,72.8,308.2,62.4,301.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[311]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.9,0.0);_0x72b1x63[_0x8783[254]](41.1,-0.0,40.4,0.4,39.9,1.2);_0x72b1x63[_0x8783[254]](39.9,1.2,39.2,22.1,27.3,43.6);_0x72b1x63[_0x8783[254]](15.3,65.1,3.3,79.3,2.0,80.3);_0x72b1x63[_0x8783[254]](6.6,104.7,18.8,265.0,21.5,301.1);_0x72b1x63[_0x8783[254]](11.1,308.3,4.2,319.2,4.2,332.8);_0x72b1x63[_0x8783[254]](4.2,354.7,20.0,370.5,41.9,370.5);_0x72b1x63[_0x8783[254]](41.9,315.7,41.9,32.8,41.9,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[312]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](54.3,261.1);_0x72b1x63[_0x8783[254]](54.3,261.1,51.9,271.1,41.9,271.1);_0x72b1x63[_0x8783[254]](31.9,271.1,29.5,261.1,29.5,261.1);_0x72b1x63[_0x8783[255]](16.5,97.6);_0x72b1x63[_0x8783[254]](16.5,97.6,21.8,81.6,41.9,81.6);_0x72b1x63[_0x8783[254]](61.9,81.6,67.3,97.6,67.3,97.6);_0x72b1x63[_0x8783[255]](54.3,261.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[313]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.9,271.1);_0x72b1x63[_0x8783[254]](31.9,271.1,29.5,261.1,29.5,261.1);_0x72b1x63[_0x8783[255]](16.5,97.6);_0x72b1x63[_0x8783[254]](16.5,97.6,21.8,81.6,41.9,81.6);_0x72b1x63[_0x8783[254]](41.9,169.2,41.9,191.2,41.9,271.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[314]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](54.3,261.1);_0x72b1x63[_0x8783[254]](54.3,261.1,51.9,271.1,41.9,271.1);_0x72b1x63[_0x8783[254]](41.9,206.6,41.9,153.8,41.9,81.6);_0x72b1x63[_0x8783[254]](61.9,81.6,67.3,97.6,67.3,97.6);_0x72b1x63[_0x8783[255]](54.3,261.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[315]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](53.3,261.1);_0x72b1x63[_0x8783[254]](53.3,261.1,51.9,270.1,41.9,270.1);_0x72b1x63[_0x8783[254]](31.9,270.1,30.5,261.1,30.5,261.1);_0x72b1x63[_0x8783[255]](18.5,98.6);_0x72b1x63[_0x8783[254]](18.5,98.6,21.8,83.6,41.9,83.6);_0x72b1x63[_0x8783[254]](61.9,83.6,65.3,98.6,65.3,98.6);_0x72b1x63[_0x8783[255]](53.3,261.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[316]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[317]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[318]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](51.3,261.1);_0x72b1x63[_0x8783[254]](51.3,261.1,51.9,269.1,41.9,269.1);_0x72b1x63[_0x8783[254]](31.9,269.1,32.5,261.1,32.5,261.1);_0x72b1x63[_0x8783[255]](20.5,99.6);_0x72b1x63[_0x8783[254]](20.5,99.6,21.8,85.6,41.9,85.6);_0x72b1x63[_0x8783[254]](61.9,85.6,63.3,99.6,63.3,99.6);_0x72b1x63[_0x8783[255]](51.3,261.1);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[319]]=function(){var _0x72b1x51=this;var _0x72b1x69=new createjs.Container();var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[306]](_0x72b1x32);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;_0x72b1x6a[_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[320]]=new createjs.Shape();_0x72b1x51[_0x8783[320]][_0x8783[251]]=_0x72b1x51[_0x8783[307]](_0x72b1x33);_0x72b1x51[_0x8783[320]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[320]]);_0x72b1x51[_0x8783[321]]=new createjs.Shape();_0x72b1x51[_0x8783[321]][_0x8783[251]]=_0x72b1x51[_0x8783[308]](_0x72b1x33);_0x72b1x51[_0x8783[321]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[321]]);_0x72b1x51[_0x8783[322]]=new createjs.Shape();_0x72b1x51[_0x8783[322]][_0x8783[251]]=_0x72b1x51[_0x8783[311]](_0x72b1x34);_0x72b1x51[_0x8783[322]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[322]]);_0x72b1x51[_0x8783[323]]=new createjs.Shape();_0x72b1x51[_0x8783[323]][_0x8783[251]]=_0x72b1x51[_0x8783[310]](_0x72b1x34);_0x72b1x51[_0x8783[323]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[323]]);_0x72b1x51[_0x8783[324]]=new createjs.Shape();_0x72b1x51[_0x8783[324]][_0x8783[251]]=_0x72b1x51[_0x8783[311]](_0x72b1x36);_0x72b1x51[_0x8783[324]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[324]]);_0x72b1x51[_0x8783[325]]=new createjs.Shape();_0x72b1x51[_0x8783[325]][_0x8783[251]]=_0x72b1x51[_0x8783[311]](_0x72b1x35);_0x72b1x51[_0x8783[325]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[325]]);_0x72b1x51[_0x8783[326]]=new createjs.Shape();_0x72b1x51[_0x8783[326]][_0x8783[251]]=_0x72b1x51[_0x8783[311]](_0x72b1x35);_0x72b1x51[_0x8783[326]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[326]]);_0x72b1x51[_0x8783[327]]=new createjs.Shape();_0x72b1x51[_0x8783[327]][_0x8783[251]]=_0x72b1x51[_0x8783[311]](_0x72b1x35);_0x72b1x51[_0x8783[327]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[327]]);_0x72b1x51[_0x8783[328]]=new createjs.Shape();_0x72b1x51[_0x8783[328]][_0x8783[251]]=_0x72b1x51[_0x8783[310]](_0x72b1x35);_0x72b1x51[_0x8783[328]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[328]]);_0x72b1x51[_0x8783[329]]=new createjs.Shape();_0x72b1x51[_0x8783[329]][_0x8783[251]]=_0x72b1x51[_0x8783[310]](_0x72b1x36);_0x72b1x51[_0x8783[329]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[329]]);_0x72b1x51[_0x8783[330]]=new createjs.Shape();_0x72b1x51[_0x8783[330]][_0x8783[251]]=_0x72b1x51[_0x8783[310]](_0x72b1x36);_0x72b1x51[_0x8783[330]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[330]]);_0x72b1x51[_0x8783[331]]=new createjs.Shape();_0x72b1x51[_0x8783[331]][_0x8783[251]]=_0x72b1x51[_0x8783[310]](_0x72b1x36);_0x72b1x51[_0x8783[331]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[331]]);_0x72b1x51[_0x8783[332]]=new createjs.Shape();_0x72b1x51[_0x8783[332]][_0x8783[251]]=_0x72b1x51[_0x8783[312]](_0x72b1x3d);_0x72b1x51[_0x8783[332]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[332]]);_0x72b1x51[_0x8783[333]]=new createjs.Shape();_0x72b1x51[_0x8783[333]][_0x8783[251]]=_0x72b1x51[_0x8783[313]](_0x72b1x3f);_0x72b1x51[_0x8783[333]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[333]]);_0x72b1x51[_0x8783[334]]=new createjs.Shape();_0x72b1x51[_0x8783[334]][_0x8783[251]]=_0x72b1x51[_0x8783[313]](_0x72b1x3e);_0x72b1x51[_0x8783[334]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[334]]);_0x72b1x51[_0x8783[335]]=new createjs.Shape();_0x72b1x51[_0x8783[335]][_0x8783[251]]=_0x72b1x51[_0x8783[313]](_0x72b1x3e);_0x72b1x51[_0x8783[335]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[335]]);_0x72b1x51[_0x8783[336]]=new createjs.Shape();_0x72b1x51[_0x8783[336]][_0x8783[251]]=_0x72b1x51[_0x8783[313]](_0x72b1x3e);_0x72b1x51[_0x8783[336]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[336]]);_0x72b1x51[_0x8783[337]]=new createjs.Shape();_0x72b1x51[_0x8783[337]][_0x8783[251]]=_0x72b1x51[_0x8783[314]](_0x72b1x3e);_0x72b1x51[_0x8783[337]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[337]]);_0x72b1x51[_0x8783[338]]=new createjs.Shape();_0x72b1x51[_0x8783[338]][_0x8783[251]]=_0x72b1x51[_0x8783[314]](_0x72b1x3f);_0x72b1x51[_0x8783[338]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[338]]);_0x72b1x51[_0x8783[339]]=new createjs.Shape();_0x72b1x51[_0x8783[339]][_0x8783[251]]=_0x72b1x51[_0x8783[314]](_0x72b1x3f);_0x72b1x51[_0x8783[339]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[339]]);_0x72b1x51[_0x8783[340]]=new createjs.Shape();_0x72b1x51[_0x8783[340]][_0x8783[251]]=_0x72b1x51[_0x8783[314]](_0x72b1x3f);_0x72b1x51[_0x8783[340]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[340]]);_0x72b1x51[_0x8783[341]]=new createjs.Shape();_0x72b1x51[_0x8783[341]][_0x8783[251]]=_0x72b1x51[_0x8783[315]](_0x72b1x40);_0x72b1x51[_0x8783[341]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[341]]);_0x72b1x51[_0x8783[342]]=new createjs.Shape();_0x72b1x51[_0x8783[342]][_0x8783[251]]=_0x72b1x51[_0x8783[318]](_0x72b1x43);_0x72b1x51[_0x8783[342]][_0x8783[244]](0,0,170,600);_0x72b1x69[_0x8783[196]](_0x72b1x51[_0x8783[342]]);_0x72b1x51[_0x8783[342]][_0x8783[301]]=new createjs.Shadow(_0x8783[302],0,-1.5,1);return _0x72b1x69};_0x72b1x4f[_0x8783[155]][_0x8783[221]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[100]]=new createjs.Container();var _0x72b1x6b=_0x72b1x51[_0x8783[319]]();_0x72b1x51[_0x8783[100]][_0x8783[196]](_0x72b1x6b);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[100]])};_0x72b1x4f[_0x8783[155]][_0x8783[222]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[104]]=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[306]](_0x8783[343]);_0x72b1x51[_0x8783[104]][_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[104]][_0x8783[244]](0,0,170,600);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[104]])};_0x72b1x4f[_0x8783[155]][_0x8783[344]]=function(_0x72b1x68){var _0x72b1x51=this;var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[306]](_0x72b1x68);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;return _0x72b1x6a};_0x72b1x4f[_0x8783[155]][_0x8783[214]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[215]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[344]](_0x72b1x28);_0x72b1x51[_0x8783[215]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[215]][_0x8783[244]](0,0,170,600);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[215]])};_0x72b1x4f[_0x8783[155]][_0x8783[207]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[208]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[344]](_0x72b1x29);_0x72b1x51[_0x8783[208]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[208]][_0x8783[244]](0,0,170,600);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[208]])};_0x72b1x4f[_0x8783[155]][_0x8783[199]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[201]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[344]](_0x8783[68]);_0x72b1x51[_0x8783[201]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[201]][_0x8783[244]](0,0,170,600);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[201]]);_0x72b1x51[_0x8783[201]][_0x8783[301]]=new createjs.Shadow(_0x72b1x2a,0,10,3)};_0x72b1x4f[_0x8783[155]][_0x8783[345]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](61.6,479.3);_0x72b1x63[_0x8783[254]](62.0,468.6,76.6,95.5,82.6,86.6);_0x72b1x63[_0x8783[254]](78.8,83.4,65.2,67.7,56.4,46.9);_0x72b1x63[_0x8783[254]](47.6,26.1,43.5,1.4,43.5,1.4);_0x72b1x63[_0x8783[254]](42.7,-0.5,40.0,-0.5,39.1,1.4);_0x72b1x63[_0x8783[254]](39.1,1.4,35.8,26.0,26.2,46.8);_0x72b1x63[_0x8783[254]](16.7,67.6,6.3,81.2,0.0,86.6);_0x72b1x63[_0x8783[254]](8.0,96.8,20.8,472.5,21.0,479.4);_0x72b1x63[_0x8783[254]](15.4,484.8,11.9,492.3,11.9,500.7);_0x72b1x63[_0x8783[254]](11.9,517.0,25.1,530.2,41.4,530.2);_0x72b1x63[_0x8783[254]](57.7,530.2,70.9,517.0,70.9,500.7);_0x72b1x63[_0x8783[254]](70.9,492.3,67.3,484.6,61.6,479.3);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[346]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](61.6,479.3);_0x72b1x63[_0x8783[254]](62.0,468.6,76.6,95.5,82.6,86.6);_0x72b1x63[_0x8783[254]](78.8,83.4,65.2,67.7,56.4,46.9);_0x72b1x63[_0x8783[254]](47.6,26.1,43.5,1.4,43.5,1.4);_0x72b1x63[_0x8783[254]](43.1,0.5,42.2,-0.0,41.3,0.0);_0x72b1x63[_0x8783[254]](41.3,50.8,41.4,470.6,41.4,530.2);_0x72b1x63[_0x8783[254]](57.7,530.2,70.9,517.0,70.9,500.7);_0x72b1x63[_0x8783[254]](70.9,492.3,67.3,484.6,61.6,479.3);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[347]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[348]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[349]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.3,0.0);_0x72b1x63[_0x8783[254]](40.4,0.0,39.5,0.5,39.1,1.4);_0x72b1x63[_0x8783[254]](39.1,1.4,35.8,26.0,26.2,46.8);_0x72b1x63[_0x8783[254]](16.7,67.6,6.3,81.2,0.0,86.6);_0x72b1x63[_0x8783[254]](8.0,96.8,20.8,472.5,21.0,479.4);_0x72b1x63[_0x8783[254]](15.4,484.8,11.9,492.3,11.9,500.7);_0x72b1x63[_0x8783[254]](11.9,517.0,25.1,530.2,41.4,530.2);_0x72b1x63[_0x8783[254]](41.4,465.6,41.3,2.8,41.3,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[350]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[351]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[352]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](59.6,479.3);_0x72b1x63[_0x8783[254]](60.0,468.6,74.6,95.5,80.6,86.6);_0x72b1x63[_0x8783[254]](76.8,83.4,64.2,67.7,55.4,46.9);_0x72b1x63[_0x8783[254]](46.6,26.1,42.5,1.4,42.5,1.4);_0x72b1x63[_0x8783[254]](41.7,-0.5,41.0,-0.5,40.1,1.4);_0x72b1x63[_0x8783[254]](40.1,1.4,36.8,26.0,27.2,46.8);_0x72b1x63[_0x8783[254]](17.7,67.6,8.3,81.2,2.0,86.6);_0x72b1x63[_0x8783[254]](10.0,96.8,22.8,472.5,23.0,479.4);_0x72b1x63[_0x8783[254]](17.4,484.8,13.9,492.3,13.9,500.7);_0x72b1x63[_0x8783[254]](13.9,517.0,25.1,529.2,41.4,529.2);_0x72b1x63[_0x8783[254]](57.7,529.2,68.9,517.0,68.9,500.7);_0x72b1x63[_0x8783[254]](68.9,492.3,65.3,484.6,59.6,479.3);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[353]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](59.6,479.3);_0x72b1x63[_0x8783[254]](60.0,468.6,74.6,95.5,80.6,86.6);_0x72b1x63[_0x8783[254]](76.8,83.4,64.2,67.7,55.4,46.9);_0x72b1x63[_0x8783[254]](46.6,26.1,42.5,1.4,42.5,1.4);_0x72b1x63[_0x8783[254]](42.1,0.5,41.7,0.0,41.3,0.0);_0x72b1x63[_0x8783[254]](41.3,25.9,41.4,483.5,41.4,529.2);_0x72b1x63[_0x8783[254]](57.7,529.2,68.9,517.0,68.9,500.7);_0x72b1x63[_0x8783[254]](68.9,492.3,65.3,484.6,59.6,479.3);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[354]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.3,0.0);_0x72b1x63[_0x8783[254]](40.9,-0.0,40.5,0.5,40.1,1.4);_0x72b1x63[_0x8783[254]](40.1,1.4,36.8,26.0,27.2,46.8);_0x72b1x63[_0x8783[254]](17.7,67.6,8.3,81.2,2.0,86.6);_0x72b1x63[_0x8783[254]](10.0,96.8,22.8,472.5,23.0,479.4);_0x72b1x63[_0x8783[254]](17.4,484.8,13.9,492.3,13.9,500.7);_0x72b1x63[_0x8783[254]](13.9,517.0,25.1,529.2,41.4,529.2);_0x72b1x63[_0x8783[254]](41.4,461.0,41.3,9.1,41.3,0.0);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[355]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[356]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[357]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[358]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](65.9,102.9);_0x72b1x63[_0x8783[254]](65.9,102.9,59.6,88.9,41.3,88.9);_0x72b1x63[_0x8783[254]](23.0,88.9,16.7,102.9,16.7,102.9);_0x72b1x63[_0x8783[255]](32.7,433.4);_0x72b1x63[_0x8783[254]](32.7,433.4,35.7,438.4,41.3,438.4);_0x72b1x63[_0x8783[254]](47.0,438.4,49.9,433.4,49.9,433.4);_0x72b1x63[_0x8783[255]](65.9,102.9);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[359]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](65.9,102.9);_0x72b1x63[_0x8783[254]](65.9,102.9,59.6,88.9,41.3,88.9);_0x72b1x63[_0x8783[254]](41.3,137.2,41.3,414.4,41.3,438.4);_0x72b1x63[_0x8783[254]](47.0,438.4,49.9,433.4,49.9,433.4);_0x72b1x63[_0x8783[255]](65.9,102.9);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[360]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](41.3,88.9);_0x72b1x63[_0x8783[254]](23.0,88.9,16.7,102.9,16.7,102.9);_0x72b1x63[_0x8783[255]](32.7,433.4);_0x72b1x63[_0x8783[254]](32.7,433.4,35.7,438.4,41.3,438.4);_0x72b1x63[_0x8783[254]](41.3,411.3,41.3,132.3,41.3,88.9);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[361]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](62.9,102.9);_0x72b1x63[_0x8783[254]](62.9,102.9,59.6,89.9,41.3,89.9);_0x72b1x63[_0x8783[254]](23.0,89.9,19.7,102.9,19.7,102.9);_0x72b1x63[_0x8783[255]](33.7,433.4);_0x72b1x63[_0x8783[254]](33.7,433.4,35.7,438.4,41.3,438.4);_0x72b1x63[_0x8783[254]](47.0,438.4,48.9,433.4,48.9,433.4);_0x72b1x63[_0x8783[255]](62.9,102.9);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[362]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[363]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[364]]=function(_0x72b1x68){var _0x72b1x63=new createjs.Graphics();_0x72b1x63[_0x8783[248]](_0x72b1x68);_0x72b1x63[_0x8783[253]](60.9,102.9);_0x72b1x63[_0x8783[254]](60.9,102.9,59.6,91.9,41.3,91.9);_0x72b1x63[_0x8783[254]](23.0,91.9,21.7,102.9,21.7,102.9);_0x72b1x63[_0x8783[255]](35.7,433.4);_0x72b1x63[_0x8783[254]](35.7,433.4,35.7,436.4,41.3,436.4);_0x72b1x63[_0x8783[254]](47.0,436.4,46.9,433.4,46.9,433.4);_0x72b1x63[_0x8783[255]](60.9,102.9);_0x72b1x63[_0x8783[250]]();return _0x72b1x63};_0x72b1x4f[_0x8783[155]][_0x8783[226]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[105]]=new createjs.Container();var _0x72b1x6c=_0x72b1x51[_0x8783[365]]();_0x72b1x51[_0x8783[105]][_0x8783[196]](_0x72b1x6c);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[105]])};_0x72b1x4f[_0x8783[155]][_0x8783[365]]=function(){var _0x72b1x51=this;var _0x72b1x6d=new createjs.Container();var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[345]](_0x72b1x44);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;_0x72b1x6a[_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[366]]=new createjs.Shape();_0x72b1x51[_0x8783[366]][_0x8783[251]]=_0x72b1x51[_0x8783[346]](_0x72b1x45);_0x72b1x51[_0x8783[366]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[366]]);_0x72b1x51[_0x8783[367]]=new createjs.Shape();_0x72b1x51[_0x8783[367]][_0x8783[251]]=_0x72b1x51[_0x8783[349]](_0x72b1x45);_0x72b1x51[_0x8783[367]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[367]]);_0x72b1x51[_0x8783[368]]=new createjs.Shape();_0x72b1x51[_0x8783[368]][_0x8783[251]]=_0x72b1x51[_0x8783[354]](_0x72b1x46);_0x72b1x51[_0x8783[368]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[368]]);_0x72b1x51[_0x8783[369]]=new createjs.Shape();_0x72b1x51[_0x8783[369]][_0x8783[251]]=_0x72b1x51[_0x8783[353]](_0x72b1x46);_0x72b1x51[_0x8783[369]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[369]]);_0x72b1x51[_0x8783[370]]=new createjs.Shape();_0x72b1x51[_0x8783[370]][_0x8783[251]]=_0x72b1x51[_0x8783[354]](_0x72b1x48);_0x72b1x51[_0x8783[370]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[370]]);_0x72b1x51[_0x8783[371]]=new createjs.Shape();_0x72b1x51[_0x8783[371]][_0x8783[251]]=_0x72b1x51[_0x8783[354]](_0x72b1x47);_0x72b1x51[_0x8783[371]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[371]]);_0x72b1x51[_0x8783[372]]=new createjs.Shape();_0x72b1x51[_0x8783[372]][_0x8783[251]]=_0x72b1x51[_0x8783[354]](_0x72b1x48);_0x72b1x51[_0x8783[372]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[372]]);_0x72b1x51[_0x8783[373]]=new createjs.Shape();_0x72b1x51[_0x8783[373]][_0x8783[251]]=_0x72b1x51[_0x8783[354]](_0x72b1x47);_0x72b1x51[_0x8783[373]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[373]]);_0x72b1x51[_0x8783[374]]=new createjs.Shape();_0x72b1x51[_0x8783[374]][_0x8783[251]]=_0x72b1x51[_0x8783[353]](_0x72b1x47);_0x72b1x51[_0x8783[374]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[374]]);_0x72b1x51[_0x8783[375]]=new createjs.Shape();_0x72b1x51[_0x8783[375]][_0x8783[251]]=_0x72b1x51[_0x8783[353]](_0x72b1x48);_0x72b1x51[_0x8783[375]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[375]]);_0x72b1x51[_0x8783[376]]=new createjs.Shape();_0x72b1x51[_0x8783[376]][_0x8783[251]]=_0x72b1x51[_0x8783[353]](_0x72b1x47);_0x72b1x51[_0x8783[376]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[376]]);_0x72b1x51[_0x8783[377]]=new createjs.Shape();_0x72b1x51[_0x8783[377]][_0x8783[251]]=_0x72b1x51[_0x8783[353]](_0x72b1x48);_0x72b1x51[_0x8783[377]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[377]]);_0x72b1x51[_0x8783[378]]=new createjs.Shape();_0x72b1x51[_0x8783[378]][_0x8783[251]]=_0x72b1x51[_0x8783[358]](_0x72b1x3d);_0x72b1x51[_0x8783[378]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[378]]);_0x72b1x51[_0x8783[379]]=new createjs.Shape();_0x72b1x51[_0x8783[379]][_0x8783[251]]=_0x72b1x51[_0x8783[360]](_0x72b1x3f);_0x72b1x51[_0x8783[379]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[379]]);_0x72b1x51[_0x8783[380]]=new createjs.Shape();_0x72b1x51[_0x8783[380]][_0x8783[251]]=_0x72b1x51[_0x8783[360]](_0x72b1x3e);_0x72b1x51[_0x8783[380]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[380]]);_0x72b1x51[_0x8783[381]]=new createjs.Shape();_0x72b1x51[_0x8783[381]][_0x8783[251]]=_0x72b1x51[_0x8783[360]](_0x72b1x3f);_0x72b1x51[_0x8783[381]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[381]]);_0x72b1x51[_0x8783[382]]=new createjs.Shape();_0x72b1x51[_0x8783[382]][_0x8783[251]]=_0x72b1x51[_0x8783[360]](_0x72b1x3e);_0x72b1x51[_0x8783[382]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[382]]);_0x72b1x51[_0x8783[383]]=new createjs.Shape();_0x72b1x51[_0x8783[383]][_0x8783[251]]=_0x72b1x51[_0x8783[359]](_0x72b1x3e);_0x72b1x51[_0x8783[383]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[383]]);_0x72b1x51[_0x8783[384]]=new createjs.Shape();_0x72b1x51[_0x8783[384]][_0x8783[251]]=_0x72b1x51[_0x8783[359]](_0x72b1x3f);_0x72b1x51[_0x8783[384]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[384]]);_0x72b1x51[_0x8783[385]]=new createjs.Shape();_0x72b1x51[_0x8783[385]][_0x8783[251]]=_0x72b1x51[_0x8783[359]](_0x72b1x3e);_0x72b1x51[_0x8783[385]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[385]]);_0x72b1x51[_0x8783[386]]=new createjs.Shape();_0x72b1x51[_0x8783[386]][_0x8783[251]]=_0x72b1x51[_0x8783[359]](_0x72b1x3f);_0x72b1x51[_0x8783[386]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[386]]);_0x72b1x51[_0x8783[387]]=new createjs.Shape();_0x72b1x51[_0x8783[387]][_0x8783[251]]=_0x72b1x51[_0x8783[361]](_0x72b1x40);_0x72b1x51[_0x8783[387]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[387]]);_0x72b1x51[_0x8783[388]]=new createjs.Shape();_0x72b1x51[_0x8783[388]][_0x8783[251]]=_0x72b1x51[_0x8783[364]](_0x72b1x43);_0x72b1x51[_0x8783[388]][_0x8783[244]](0,0,170,600);_0x72b1x6d[_0x8783[196]](_0x72b1x51[_0x8783[388]]);_0x72b1x51[_0x8783[388]][_0x8783[301]]=new createjs.Shadow(_0x8783[302],0,-1.5,1);return _0x72b1x6d};_0x72b1x4f[_0x8783[155]][_0x8783[227]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[110]]=new createjs.Shape();var _0x72b1x63=_0x72b1x51[_0x8783[345]](_0x8783[389]);_0x72b1x51[_0x8783[110]][_0x8783[251]]=_0x72b1x63;_0x72b1x51[_0x8783[110]][_0x8783[244]](0,0,200,850);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[110]])};_0x72b1x4f[_0x8783[155]][_0x8783[390]]=function(_0x72b1x68){var _0x72b1x51=this;var _0x72b1x6a=new createjs.Shape();var _0x72b1x63=new createjs.Graphics();_0x72b1x63=_0x72b1x51[_0x8783[345]](_0x72b1x68);_0x72b1x6a[_0x8783[251]]=_0x72b1x63;return _0x72b1x6a};_0x72b1x4f[_0x8783[155]][_0x8783[223]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[111]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[390]](_0x72b1x27);_0x72b1x51[_0x8783[111]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[111]][_0x8783[244]](0,0,200,850);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[111]])};_0x72b1x4f[_0x8783[155]][_0x8783[217]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[218]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[390]](_0x72b1x28);_0x72b1x51[_0x8783[218]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[218]][_0x8783[244]](0,0,200,850);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[218]])};_0x72b1x4f[_0x8783[155]][_0x8783[209]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[210]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[390]](_0x72b1x29);_0x72b1x51[_0x8783[210]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[210]][_0x8783[244]](0,0,200,850);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[210]])};_0x72b1x4f[_0x8783[155]][_0x8783[202]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[203]]=new createjs.Container();var _0x72b1x6a=_0x72b1x51[_0x8783[390]](_0x8783[68]);_0x72b1x51[_0x8783[203]][_0x8783[196]](_0x72b1x6a);_0x72b1x51[_0x8783[203]][_0x8783[244]](0,0,200,850);_0x72b1x51[_0x8783[99]][_0x8783[196]](_0x72b1x51[_0x8783[203]]);_0x72b1x51[_0x8783[203]][_0x8783[301]]=new createjs.Shadow(_0x72b1x2a,0,15,3)};_0x72b1x4f[_0x8783[155]][_0x8783[391]]=function(_0x72b1x6e){var _0x72b1x6f=_0x72b1x6e*Math[_0x8783[393]](_0x72b1x22*Math[_0x8783[392]]/180);return _0x72b1x6f};_0x72b1x4f[_0x8783[155]][_0x8783[394]]=function(_0x72b1x6e){var _0x72b1x6f=_0x72b1x6e*Math[_0x8783[395]](_0x72b1x22*Math[_0x8783[392]]/180);return _0x72b1x6f};_0x72b1x4f[_0x8783[155]][_0x8783[232]]=function(){var _0x72b1x51=this;var _0x72b1x11=(_0x72b1xe*_0x72b1xa*_0x72b1xf)/_0x72b1xd;_0x72b1x51[_0x8783[150]][_0x8783[240]]=_0x72b1xa*_0x72b1xf/_0x72b1xd;_0x72b1x51[_0x8783[150]][_0x8783[241]]=_0x72b1x51[_0x8783[150]][_0x8783[240]];_0x72b1x51[_0x8783[99]][_0x8783[240]]=_0x72b1x23;_0x72b1x51[_0x8783[99]][_0x8783[241]]=_0x72b1x24;_0x72b1x51[_0x8783[99]][_0x8783[396]]=_0x72b1x25;_0x72b1x51[_0x8783[99]][_0x8783[397]]=_0x72b1x26;_0x72b1x51[_0x8783[99]][_0x8783[242]]=785.35;_0x72b1x51[_0x8783[99]][_0x8783[243]]=884.65;_0x72b1x51[_0x8783[303]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[303]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[303]][_0x8783[242]]=1.1;_0x72b1x51[_0x8783[303]][_0x8783[243]]=6.1;_0x72b1x51[_0x8783[229]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[229]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[229]][_0x8783[242]]=1.1+_0x72b1x51[_0x8783[391]](10);_0x72b1x51[_0x8783[229]][_0x8783[243]]=6.1+_0x72b1x51[_0x8783[394]](10);_0x72b1x51[_0x8783[225]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[225]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[225]][_0x8783[242]]=1.1+_0x72b1x51[_0x8783[391]](20);_0x72b1x51[_0x8783[225]][_0x8783[243]]=6.1+_0x72b1x51[_0x8783[394]](20);_0x72b1x51[_0x8783[220]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[220]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[220]][_0x8783[242]]=1.1+_0x72b1x51[_0x8783[391]](30);_0x72b1x51[_0x8783[220]][_0x8783[243]]=6.1+_0x72b1x51[_0x8783[394]](30);_0x72b1x51[_0x8783[212]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[212]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[212]][_0x8783[242]]=1.1+_0x72b1x51[_0x8783[391]](25);_0x72b1x51[_0x8783[212]][_0x8783[243]]=6.1+_0x72b1x51[_0x8783[394]](25);_0x72b1x51[_0x8783[205]][_0x8783[245]]=21.85;_0x72b1x51[_0x8783[205]][_0x8783[246]]=512.2;_0x72b1x51[_0x8783[205]][_0x8783[242]]=1.1+_0x72b1x51[_0x8783[391]](0);_0x72b1x51[_0x8783[205]][_0x8783[243]]=6.1+_0x72b1x51[_0x8783[394]](0);_0x72b1x51[_0x8783[105]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[105]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[105]][_0x8783[242]]=1;_0x72b1x51[_0x8783[105]][_0x8783[243]]=4.15;_0x72b1x51[_0x8783[110]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[110]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[110]][_0x8783[242]]=1;_0x72b1x51[_0x8783[110]][_0x8783[243]]=4.15;_0x72b1x51[_0x8783[111]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[111]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[111]][_0x8783[242]]=1+_0x72b1x51[_0x8783[391]](10);_0x72b1x51[_0x8783[111]][_0x8783[243]]=4.15+_0x72b1x51[_0x8783[394]](10);_0x72b1x51[_0x8783[218]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[218]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[218]][_0x8783[242]]=1+_0x72b1x51[_0x8783[391]](20);_0x72b1x51[_0x8783[218]][_0x8783[243]]=4.15+_0x72b1x51[_0x8783[394]](20);_0x72b1x51[_0x8783[210]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[210]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[210]][_0x8783[242]]=1+_0x72b1x51[_0x8783[391]](15);_0x72b1x51[_0x8783[210]][_0x8783[243]]=4.15+_0x72b1x51[_0x8783[394]](15);_0x72b1x51[_0x8783[203]][_0x8783[245]]=41.4;_0x72b1x51[_0x8783[203]][_0x8783[246]]=500.7;_0x72b1x51[_0x8783[203]][_0x8783[242]]=1+_0x72b1x51[_0x8783[391]](0);_0x72b1x51[_0x8783[203]][_0x8783[243]]=4.15+_0x72b1x51[_0x8783[394]](0);_0x72b1x51[_0x8783[100]][_0x8783[245]]=41.95;_0x72b1x51[_0x8783[100]][_0x8783[246]]=332.8;_0x72b1x51[_0x8783[100]][_0x8783[242]]=1.35;_0x72b1x51[_0x8783[100]][_0x8783[243]]=3.3;_0x72b1x51[_0x8783[104]][_0x8783[245]]=41.95;_0x72b1x51[_0x8783[104]][_0x8783[246]]=332.8;_0x72b1x51[_0x8783[104]][_0x8783[242]]=1.35;_0x72b1x51[_0x8783[104]][_0x8783[243]]=3.3;_0x72b1x51[_0x8783[215]][_0x8783[245]]=41.95;_0x72b1x51[_0x8783[215]][_0x8783[246]]=332.8;_0x72b1x51[_0x8783[215]][_0x8783[242]]=1.35+_0x72b1x51[_0x8783[391]](20);_0x72b1x51[_0x8783[215]][_0x8783[243]]=3.3+_0x72b1x51[_0x8783[394]](20);_0x72b1x51[_0x8783[208]][_0x8783[245]]=41.95;_0x72b1x51[_0x8783[208]][_0x8783[246]]=332.8;_0x72b1x51[_0x8783[208]][_0x8783[242]]=1.35+_0x72b1x51[_0x8783[391]](15);_0x72b1x51[_0x8783[208]][_0x8783[243]]=3.3+_0x72b1x51[_0x8783[394]](15);_0x72b1x51[_0x8783[201]][_0x8783[245]]=41.95;_0x72b1x51[_0x8783[201]][_0x8783[246]]=332.8;_0x72b1x51[_0x8783[201]][_0x8783[242]]=1.35+_0x72b1x51[_0x8783[391]](0);_0x72b1x51[_0x8783[201]][_0x8783[243]]=3.3+_0x72b1x51[_0x8783[394]](0)};_0x72b1x4f[_0x8783[155]][_0x8783[179]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[110]][_0x8783[176]]=_0x72b1x51[_0x8783[105]][_0x8783[176]];var _0x72b1x70=Math[_0x8783[395]]((_0x72b1x51[_0x8783[105]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[375]][_0x8783[398]]=-_0x72b1x70;_0x72b1x51[_0x8783[371]][_0x8783[398]]=-_0x72b1x70;_0x72b1x51[_0x8783[380]][_0x8783[398]]=-_0x72b1x70;_0x72b1x51[_0x8783[384]][_0x8783[398]]=-_0x72b1x70;_0x72b1x51[_0x8783[370]][_0x8783[398]]=_0x72b1x70;_0x72b1x51[_0x8783[374]][_0x8783[398]]=_0x72b1x70;_0x72b1x51[_0x8783[379]][_0x8783[398]]=_0x72b1x70;_0x72b1x51[_0x8783[383]][_0x8783[398]]=_0x72b1x70;var _0x72b1x71=Math[_0x8783[393]]((_0x72b1x51[_0x8783[105]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[376]][_0x8783[398]]=_0x72b1x71;_0x72b1x51[_0x8783[372]][_0x8783[398]]=_0x72b1x71;_0x72b1x51[_0x8783[381]][_0x8783[398]]=_0x72b1x71;_0x72b1x51[_0x8783[385]][_0x8783[398]]=_0x72b1x71;_0x72b1x51[_0x8783[373]][_0x8783[398]]=-_0x72b1x71;_0x72b1x51[_0x8783[377]][_0x8783[398]]=-_0x72b1x71;_0x72b1x51[_0x8783[382]][_0x8783[398]]=-_0x72b1x71;_0x72b1x51[_0x8783[386]][_0x8783[398]]=-_0x72b1x71;_0x72b1x51[_0x8783[111]][_0x8783[176]]=_0x72b1x51[_0x8783[105]][_0x8783[176]];_0x72b1x51[_0x8783[218]][_0x8783[176]]=_0x72b1x51[_0x8783[105]][_0x8783[176]];_0x72b1x51[_0x8783[210]][_0x8783[176]]=_0x72b1x51[_0x8783[105]][_0x8783[176]];_0x72b1x51[_0x8783[203]][_0x8783[176]]=_0x72b1x51[_0x8783[105]][_0x8783[176]];_0x72b1x51[_0x8783[104]][_0x8783[176]]=_0x72b1x51[_0x8783[100]][_0x8783[176]];var _0x72b1x72=Math[_0x8783[395]]((_0x72b1x51[_0x8783[100]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[329]][_0x8783[398]]=-_0x72b1x72;_0x72b1x51[_0x8783[325]][_0x8783[398]]=-_0x72b1x72;_0x72b1x51[_0x8783[324]][_0x8783[398]]=_0x72b1x72;_0x72b1x51[_0x8783[328]][_0x8783[398]]=_0x72b1x72;_0x72b1x51[_0x8783[334]][_0x8783[398]]=-_0x72b1x72;_0x72b1x51[_0x8783[338]][_0x8783[398]]=-_0x72b1x72;_0x72b1x51[_0x8783[333]][_0x8783[398]]=_0x72b1x72;_0x72b1x51[_0x8783[337]][_0x8783[398]]=_0x72b1x72;var _0x72b1x73=Math[_0x8783[393]]((_0x72b1x51[_0x8783[100]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[330]][_0x8783[398]]=_0x72b1x73;_0x72b1x51[_0x8783[326]][_0x8783[398]]=_0x72b1x73;_0x72b1x51[_0x8783[327]][_0x8783[398]]=-_0x72b1x73;_0x72b1x51[_0x8783[331]][_0x8783[398]]=-_0x72b1x73;_0x72b1x51[_0x8783[335]][_0x8783[398]]=_0x72b1x73;_0x72b1x51[_0x8783[339]][_0x8783[398]]=_0x72b1x73;_0x72b1x51[_0x8783[336]][_0x8783[398]]=-_0x72b1x73;_0x72b1x51[_0x8783[340]][_0x8783[398]]=-_0x72b1x73;_0x72b1x51[_0x8783[215]][_0x8783[176]]=_0x72b1x51[_0x8783[100]][_0x8783[176]];_0x72b1x51[_0x8783[208]][_0x8783[176]]=_0x72b1x51[_0x8783[100]][_0x8783[176]];_0x72b1x51[_0x8783[201]][_0x8783[176]]=_0x72b1x51[_0x8783[100]][_0x8783[176]];var _0x72b1x74=Math[_0x8783[395]]((_0x72b1x51[_0x8783[303]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[272]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[273]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[270]][_0x8783[398]]=_0x72b1x74;_0x72b1x51[_0x8783[271]][_0x8783[398]]=_0x72b1x74;_0x72b1x51[_0x8783[284]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[285]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[282]][_0x8783[398]]=_0x72b1x74;_0x72b1x51[_0x8783[283]][_0x8783[398]]=_0x72b1x74;_0x72b1x51[_0x8783[292]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[296]][_0x8783[398]]=-_0x72b1x74;_0x72b1x51[_0x8783[291]][_0x8783[398]]=_0x72b1x74;_0x72b1x51[_0x8783[295]][_0x8783[398]]=_0x72b1x74;var _0x72b1x75=Math[_0x8783[393]]((_0x72b1x51[_0x8783[303]][_0x8783[176]])*(Math[_0x8783[392]]/180));_0x72b1x51[_0x8783[275]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[276]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[277]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[279]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[286]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[287]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[288]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[289]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[293]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[297]][_0x8783[398]]=_0x72b1x75;_0x72b1x51[_0x8783[294]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[298]][_0x8783[398]]=-_0x72b1x75;_0x72b1x51[_0x8783[229]][_0x8783[176]]=_0x72b1x51[_0x8783[303]][_0x8783[176]];_0x72b1x51[_0x8783[225]][_0x8783[176]]=_0x72b1x51[_0x8783[303]][_0x8783[176]];_0x72b1x51[_0x8783[220]][_0x8783[176]]=_0x72b1x51[_0x8783[303]][_0x8783[176]];_0x72b1x51[_0x8783[212]][_0x8783[176]]=_0x72b1x51[_0x8783[303]][_0x8783[176]];_0x72b1x51[_0x8783[205]][_0x8783[176]]=_0x72b1x51[_0x8783[303]][_0x8783[176]]};_0x72b1x4f[_0x8783[155]][_0x8783[182]]=function(){var _0x72b1x51=this;var _0x72b1x76=new Date();if(!_0x72b1x6[_0x8783[7]]){var _0x72b1x77=new Date();var _0x72b1x78=_0x72b1x77[_0x8783[399]]()+(_0x72b1x77[_0x8783[400]]()*60000);var _0x72b1x79=new Date(_0x72b1x78+(3600000*_0x72b1x51[_0x8783[80]][_0x8783[401]]))}else{var _0x72b1x7a=new Date()[_0x8783[404]](_0x72b1x51[_0x8783[80]][_0x8783[402]],{timeZone:_0x72b1x51[_0x8783[80]][_0x8783[403]]});var _0x72b1x79=new Date(_0x72b1x7a)};_0x72b1x51[_0x8783[101]][_0x8783[176]]=_0x72b1x51[_0x8783[405]](_0x72b1x79);_0x72b1x51[_0x8783[100]][_0x8783[176]]=_0x72b1x51[_0x8783[177]](_0x72b1x79);_0x72b1x51[_0x8783[105]][_0x8783[176]]=_0x72b1x51[_0x8783[178]](_0x72b1x79);var _0x72b1x7b=new Date();_0x72b1x51[_0x8783[406]](_0x72b1x7b);_0x72b1x51[_0x8783[81]][_0x8783[180]]=_0x72b1x51[_0x8783[181]](_0x72b1x79)};_0x72b1x4f[_0x8783[155]][_0x8783[166]]=function(_0x72b1x7c,_0x72b1x7d,_0x72b1x7e,_0x72b1x7f,_0x72b1x80,_0x72b1x81){var _0x72b1x51=this;if(!_0x72b1x6[_0x8783[7]]){var _0x72b1x82=new Date();var _0x72b1x78=_0x72b1x82[_0x8783[399]]()+(_0x72b1x82[_0x8783[400]]()*60000);var _0x72b1x82=new Date(_0x72b1x78+(3600000*_0x72b1x51[_0x8783[80]][_0x8783[401]]))}else{var _0x72b1x7a=new Date()[_0x8783[404]](_0x72b1x51[_0x8783[80]][_0x8783[402]],{timeZone:_0x72b1x51[_0x8783[80]][_0x8783[403]]});var _0x72b1x82=new Date(_0x72b1x7a)};_0x72b1x82[_0x8783[407]](_0x72b1x7c);_0x72b1x82[_0x8783[408]](_0x72b1x7d);_0x72b1x82[_0x8783[409]](_0x72b1x7e);_0x72b1x82[_0x8783[410]](0);datePrec=_0x72b1x82[_0x8783[411]]();moisPrec=_0x72b1x82[_0x8783[412]]();var _0x72b1x83=new Date();if(_0x72b1x83<_0x72b1x82){_0x72b1x82[_0x8783[407]](_0x72b1x7c-12)};_0x72b1x51[_0x8783[137]]={monTemps:_0x72b1x82[_0x8783[399]]()};_0x72b1x51[_0x8783[413]]={maMinuteChrono:0};_0x72b1x51[_0x8783[138]]={deltaDate:0};_0x72b1x51[_0x8783[100]][_0x8783[176]]=_0x72b1x51[_0x8783[177]](_0x72b1x82);_0x72b1x51[_0x8783[105]][_0x8783[176]]=_0x72b1x51[_0x8783[178]](_0x72b1x82);_0x72b1x51[_0x8783[303]][_0x8783[176]]=_0x72b1x51[_0x8783[414]](_0x72b1x82);_0x72b1x51[_0x8783[101]][_0x8783[176]]=7*360/31;_0x72b1x51[_0x8783[179]]()};_0x72b1x4f[_0x8783[155]][_0x8783[415]]=function(){var _0x72b1x51=this;_0x72b1x51._mtd_stopMontre();_0x72b1x51[_0x8783[166]](_0x72b1x51[_0x8783[93]][_0x8783[160]],_0x72b1x51[_0x8783[93]][_0x8783[161]],_0x72b1x51[_0x8783[93]][_0x8783[162]],_0x72b1x51[_0x8783[93]][_0x8783[163]],_0x72b1x51[_0x8783[93]][_0x8783[164]],_0x72b1x51[_0x8783[93]][_0x8783[165]]);_0x72b1x51._mtd_gotoCurrentTime()};_0x72b1x4f[_0x8783[155]][_0x8783[416]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[417]]()};_0x72b1x4f[_0x8783[155]][_0x8783[418]]=function(){var _0x72b1x51=this;_0x72b1x51._mtd_clic4h();_0x72b1x51[_0x8783[90]]=setInterval(function(){_0x72b1x51[_0x8783[419]]()},1000)};_0x72b1x4f[_0x8783[155]][_0x8783[419]]=function _0x72b1x84(){var _0x72b1x51=this;_0x72b1x51._mtd_clic2h();clearInterval(_0x72b1x51[_0x8783[90]]);_0x72b1x51[_0x8783[91]]=setTimeout(function(){_0x72b1x51[_0x8783[420]]()},3500)};_0x72b1x4f[_0x8783[155]][_0x8783[420]]=function(){var _0x72b1x51=this;clearInterval(_0x72b1x51[_0x8783[91]]);_0x72b1x51._mtd_clic2h();_0x72b1x51[_0x8783[92]]=setInterval(function(){_0x72b1x51[_0x8783[421]]()},1500)};_0x72b1x4f[_0x8783[155]][_0x8783[421]]=function(){var _0x72b1x51=this;clearInterval(_0x72b1x51[_0x8783[92]]);_0x72b1x51._mtd_clic4h()};_0x72b1x4f[_0x8783[155]][_0x8783[417]]=function(){var _0x72b1x51=this;var _0x72b1x85=_0x72b1x7;if(!_0x72b1x6[_0x8783[7]]){var _0x72b1x77=new Date();var _0x72b1x78=_0x72b1x77[_0x8783[399]]()+(_0x72b1x77[_0x8783[400]]()*60000);var _0x72b1x83=new Date(_0x72b1x78+(3600000*_0x72b1x51[_0x8783[80]][_0x8783[401]]))}else{var _0x72b1x7a=new Date()[_0x8783[404]](_0x72b1x51[_0x8783[80]][_0x8783[402]],{timeZone:_0x72b1x51[_0x8783[80]][_0x8783[403]]});var _0x72b1x83=new Date(_0x72b1x7a)};var _0x72b1x86=_0x72b1x83[_0x8783[422]]()*1000+_0x72b1x83[_0x8783[423]]()+_0x72b1x85*1000;var _0x72b1x87=_0x72b1x51[_0x8783[93]][_0x8783[162]]*1000;var _0x72b1x88=360;_0x72b1x51[_0x8783[424]]=_0x72b1x83[_0x8783[399]]()+_0x72b1x85*1000;_0x72b1x51[_0x8783[425]]=_0x72b1x51[_0x8783[424]];_0x72b1x83[_0x8783[175]](_0x72b1x51[_0x8783[424]]);var _0x72b1x89=new createjs[_0x8783[427]][_0x8783[426]](_0x72b1x51[_0x8783[137]],{override:true});_0x72b1x89[_0x8783[430]]({monTemps:_0x72b1x51[_0x8783[424]]},_0x72b1x85*1000,createjs[_0x8783[429]][_0x8783[428]]);var _0x72b1x8a=new createjs[_0x8783[427]][_0x8783[426]](_0x72b1x51[_0x8783[101]]);_0x72b1x8a[_0x8783[430]]({rotation:_0x72b1x51[_0x8783[405]](_0x72b1x83)},_0x72b1x85*1000,createjs[_0x8783[429]][_0x8783[428]]);var _0x72b1x8b=new createjs[_0x8783[427]][_0x8783[426]](_0x72b1x51.Seconde);_0x72b1x8b[_0x8783[430]]({rotation:_0x72b1x51[_0x8783[433]](_0x72b1x83)+_0x72b1x88},_0x72b1x85*1000,createjs[_0x8783[429]][_0x8783[428]])[_0x8783[432]]((_0x72b1x51[_0x8783[431]])[_0x8783[169]](_0x72b1x51));_0x72b1x51[_0x8783[96]]=true};_0x72b1x4f[_0x8783[155]][_0x8783[434]]=function(){var _0x72b1x51=this;if(_0x72b1x51[_0x8783[96]]){var _0x72b1x54=new Date();_0x72b1x54[_0x8783[175]](_0x72b1x51[_0x8783[137]][_0x8783[174]]);_0x72b1x51[_0x8783[100]][_0x8783[176]]=_0x72b1x51[_0x8783[177]](_0x72b1x54);_0x72b1x51[_0x8783[105]][_0x8783[176]]=_0x72b1x51[_0x8783[178]](_0x72b1x54)};_0x72b1x51[_0x8783[179]]()};_0x72b1x4f[_0x8783[155]][_0x8783[435]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[182]]();_0x72b1x51[_0x8783[179]]()};_0x72b1x4f[_0x8783[155]][_0x8783[436]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[151]]=false;createjs[_0x8783[52]][_0x8783[168]](0)};_0x72b1x4f[_0x8783[155]][_0x8783[437]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[151]]=true;createjs[_0x8783[52]][_0x8783[168]](30);if(powerReserve!=0){_0x72b1x51[_0x8783[438]]=setInterval(_0x72b1x51.PR_complete,powerReserve*1000)}};_0x72b1x4f[_0x8783[155]][_0x8783[431]]=function(){var _0x72b1x51=this;_0x72b1x51[_0x8783[96]]=false;_0x72b1x51[_0x8783[151]]=true;createjs[_0x8783[52]][_0x8783[168]](30);if(_0x72b1x51[_0x8783[139]]!=0){_0x72b1x51[_0x8783[438]]=setInterval(_0x72b1x51.PR_complete,_0x72b1x51[_0x8783[139]]*1000)};_0x72b1x51[_0x8783[418]]()};_0x72b1x4f[_0x8783[155]][_0x8783[439]]=function(){var _0x72b1x51=this;clearInterval(_0x72b1x51[_0x8783[438]]);_0x72b1x51[_0x8783[151]]=false;createjs[_0x8783[52]][_0x8783[168]](0)};_0x72b1x4f[_0x8783[155]][_0x8783[440]]=function(_0x72b1x8c,_0x72b1x8d){var _0x72b1x8e=Math[_0x8783[441]]((_0x72b1x8c-_0x72b1x8d)/secondeStep);return _0x72b1x8e};_0x72b1x4f[_0x8783[155]][_0x8783[442]]=function(_0x72b1x8f,_0x72b1x90){return _0x72b1x8f*(360/_0x72b1x90)};_0x72b1x4f[_0x8783[155]][_0x8783[177]]=function(_0x72b1x57){var _0x72b1x51=this;var _0x72b1x91=(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[188]](),12)+_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[190]](),12*60));return _0x72b1x91};_0x72b1x4f[_0x8783[155]][_0x8783[443]]=function(_0x72b1x57){var _0x72b1x51=this;var _0x72b1x91=(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[188]](),24)+_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[190]](),24*60));return _0x72b1x91};_0x72b1x4f[_0x8783[155]][_0x8783[178]]=function(_0x72b1x57){var _0x72b1x51=this;return(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[190]](),60)+_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[422]](),60*60)+_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[423]](),60*60*1000))};_0x72b1x4f[_0x8783[155]][_0x8783[414]]=function(_0x72b1x57){var _0x72b1x51=this;return(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[422]](),60)+_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[423]](),60*1000))};_0x72b1x4f[_0x8783[155]][_0x8783[433]]=function(_0x72b1x57){var _0x72b1x51=this;_0x72b1x51[_0x8783[444]]=(Math[_0x8783[441]](_0x72b1x57[_0x8783[423]]()/100)*100);_0x72b1x51[_0x8783[85]]=_0x72b1x51[_0x8783[444]];_0x72b1x51[_0x8783[84]]=_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[422]](),60)+_0x72b1x51[_0x8783[442]](_0x72b1x51[_0x8783[444]],60*1000);return _0x72b1x51[_0x8783[84]]};_0x72b1x4f[_0x8783[155]][_0x8783[406]]=function(_0x72b1x57){var _0x72b1x51=this;_0x72b1x51[_0x8783[444]]=(Math[_0x8783[441]](_0x72b1x57[_0x8783[423]]()/100)*100);if(_0x72b1x51[_0x8783[85]]!=_0x72b1x51[_0x8783[444]]){_0x72b1x51[_0x8783[85]]=_0x72b1x51[_0x8783[444]];_0x72b1x51[_0x8783[84]]=(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[422]](),60)+_0x72b1x51[_0x8783[442]](_0x72b1x51[_0x8783[444]],60*1000));_0x72b1x51[_0x8783[303]][_0x8783[176]]=_0x72b1x51[_0x8783[84]];_0x72b1x51[_0x8783[179]]()}};_0x72b1x4f[_0x8783[155]][_0x8783[405]]=function(_0x72b1x57){var _0x72b1x51=this;return(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[411]]()-1,31))};_0x72b1x4f[_0x8783[155]][_0x8783[445]]=function(_0x72b1x57){var _0x72b1x51=this;return(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[446]](),7))};_0x72b1x4f[_0x8783[155]][_0x8783[447]]=function(_0x72b1x57){var _0x72b1x51=this;return(_0x72b1x51[_0x8783[442]](_0x72b1x57[_0x8783[412]](),12))};_0x72b1x4f[_0x8783[155]][_0x8783[448]]=function(_0x72b1x57){var _0x72b1x51=this;var _0x72b1x92=_0x72b1x57[_0x8783[446]]();_0x72b1x57[_0x8783[449]](_0x72b1x57[_0x8783[411]]()-(_0x72b1x92+6)%7+3);var _0x72b1x93=_0x72b1x57.valueOf();_0x72b1x57[_0x8783[450]](0);_0x72b1x57[_0x8783[449]](4);var _0x72b1x94=Math[_0x8783[451]]((_0x72b1x93-_0x72b1x57.valueOf())/(7*864e5))+1;return(_0x72b1x51[_0x8783[442]](_0x72b1x94,52))};_0x72b1x4f[_0x8783[155]][_0x8783[452]]=function(_0x72b1x57){var _0x72b1x51=this;var _0x72b1x95=false;var _0x72b1x96=0;var _0x72b1x97=_0x72b1x57[_0x8783[412]]();while(_0x72b1x95==false){if(new Date(_0x72b1x57[_0x8783[453]]()+_0x72b1x96,1,29)[_0x8783[411]]()==1){_0x72b1x96++}else{_0x72b1x95=true}};var _0x72b1x91=_0x72b1x51[_0x8783[442]](4-_0x72b1x96,4)+_0x72b1x51[_0x8783[442]](_0x72b1x97,48)-45;return _0x72b1x91};_0x72b1x4f[_0x8783[155]][_0x8783[454]]=function(){};_0x72b1x4f[_0x8783[155]][_0x8783[455]]=function(){};return _0x72b1x8};window.onload=function(){var options={sprite:'/wp-content/themes/sage/dist/scripts/blancpain-watches/SPRITE.png',duree_anim:5} var watch_manager=window.init_Blancpain_Watch(options);watch_manager.assetLoaded_COMPLETE=function(){watch_manager.create_watches([{id:"canvas_san_francisco",options:{gmt:-8,lang:"en-US",timeZone:"America/Los_Angeles"}},{id:"canvas_newYork",options:{gmt:-5,lang:"en-US",timeZone:"America/New_York"}},{id:"canvas_london",options:{gmt:0,lang:"en-US",timeZone:"Europe/London"}},{id:"canvas_bangalore",options:{gmt:5.5,lang:"en-US",timeZone:"Asia/Kolkata"}},{id:"canvas_melbourne",options:{gmt:11,lang:"en-US",timeZone:"Australia/Melbourne"}}]);}};;(function($){$.fn.vectorMap("addMap","world_merc_en",{insets:[{width:900.0,top:0,height:583.0802520919389,bbox:[{y:-18449355.690353,x:-20004297.151525836},{y:7485321.539093307,x:20026572.394749384},],left:0,},],paths:{BD:{path:"M652.71,358.23l-0.04,1.43l-0.46,-0.21l-0.43,0.29l0.05,0.67l-0.17,-1.41l-0.48,-1.3l-1.08,-1.64l-0.24,-0.13l-2.31,-0.11l-0.31,0.36l0.21,1.01l-0.6,1.15l-0.8,-0.41l-0.38,0.09l-0.22,0.3l-0.53,-0.22l-0.78,-0.19l-0.38,-2.1l-0.83,-1.96l0.4,-1.55l-0.16,-0.35l-1.25,-0.6l0.37,-0.66l1.5,-0.99l0.02,-0.48l-1.63,-1.32l0.64,-1.38l1.7,1.03l0.12,0.04l0.96,0.11l0.19,1.69l0.25,0.26l2.38,0.38l2.32,-0.04l1.07,0.35l-0.93,1.88l-0.96,0.14l-0.23,0.16l-0.77,1.56l0.05,0.34l1.37,1.41l0.51,-0.14l0.36,-1.51l0.23,-0.0l1.24,4.05Z",name:"Bangladesh",},BE:{path:"M429.29,264.78l1.75,0.3l0.15,-0.01l2.13,-0.77l1.45,1.6l1.28,0.87l-0.24,2.26l-0.44,0.1l-0.23,0.26l-0.2,1.64l-1.77,-1.43l-0.26,-0.06l-1.12,0.26l-1.62,-1.7l-1.15,-1.57l-0.22,-0.12l-0.95,-0.05l-0.24,-0.93l1.68,-0.66Z",name:"Belgium",},BF:{path:"M413.48,390.06l-1.22,-0.47l-0.13,-0.02l-1.17,0.1l-0.15,0.06l-0.73,0.53l-0.87,-0.42l-0.39,-0.75l-0.13,-0.13l-0.98,-0.48l-0.14,-1.21l0.63,-0.99l0.05,-0.18l-0.05,-0.74l1.9,-2.03l0.07,-0.14l0.35,-1.67l0.49,-0.45l1.05,0.3l0.22,-0.02l1.05,-0.52l0.13,-0.13l0.3,-0.59l1.87,-1.11l0.1,-0.11l0.43,-0.73l2.23,-1.02l1.21,-0.32l0.51,0.4l0.19,0.07l1.25,-0.01l-0.14,0.91l0.01,0.13l0.34,1.18l0.06,0.11l1.35,1.61l0.07,1.15l0.24,0.28l2.64,0.53l-0.05,1.41l-0.42,0.59l-1.11,0.22l-0.22,0.17l-0.46,1.0l-0.69,0.23l-2.12,-0.05l-1.14,-0.2l-0.19,0.03l-0.72,0.37l-1.07,-0.17l-4.35,0.12l-0.29,0.29l-0.06,1.45l0.25,1.46Z",name:"Burkina Faso",},BG:{path:"M477.63,291.59l0.51,1.01l0.34,0.16l0.89,-0.23l1.91,0.53l3.68,0.18l0.19,-0.06l1.2,-0.85l2.76,-0.76l1.71,1.19l1.08,0.29l-1.02,1.15l-0.91,2.45l0.0,0.22l0.59,1.4l-1.6,-0.34l-0.18,0.02l-2.55,1.06l-0.18,0.27l-0.02,1.41l-1.91,0.26l-1.67,-1.1l-0.29,-0.02l-1.94,0.89l-1.52,-0.08l-0.16,-1.95l-0.1,-0.2l-1.03,-0.89l0.22,-0.25l0.02,-0.36l-0.18,-0.27l0.34,-0.89l0.92,-1.03l0.01,-0.39l-1.17,-1.43l-0.19,-1.06l0.24,-0.31Z",name:"Bulgaria",},BA:{path:"M468.37,289.08l0.17,0.05l0.46,-0.0l-0.46,1.13l0.05,0.31l1.1,1.23l-0.29,1.3l-0.5,0.15l-0.47,0.32l-0.86,0.83l-0.08,0.16l-0.29,1.47l-1.79,-1.04l-0.91,-1.38l-1.0,-0.82l-1.11,-1.25l-0.55,-1.09l-1.13,-1.52l0.32,-0.9l0.57,0.51l0.44,-0.04l0.46,-0.62l0.98,-0.07l2.1,0.58l1.72,-0.04l1.05,0.73Z",name:"Bosnia and Herzegovina",},BN:{path:"M707.34,403.46l0.76,-0.72l1.59,-1.03l-0.18,1.94l-0.9,-0.06l-0.28,0.14l-0.31,0.51l-0.68,-0.78Z",name:"Brunei",},BO:{path:"M263.83,471.21l-0.23,-0.13l-2.86,-0.11l-0.29,0.18l-0.77,1.72l-1.17,-1.55l-0.18,-0.11l-3.28,-0.66l-0.29,0.1l-2.02,2.37l-1.43,0.29l-0.91,-3.45l-1.32,-2.95l0.76,-2.47l-0.09,-0.32l-1.23,-1.05l-0.32,-1.8l-0.05,-0.12l-1.12,-1.64l1.49,-2.66l0.01,-0.28l-1.0,-2.04l0.48,-0.73l0.02,-0.29l-0.37,-0.8l0.87,-1.15l0.06,-0.17l0.05,-2.19l0.12,-1.73l0.5,-0.81l0.01,-0.3l-1.9,-3.61l1.3,0.15l1.34,-0.05l0.23,-0.12l0.51,-0.71l2.12,-1.0l1.31,-0.94l2.81,-0.37l-0.21,1.52l0.01,0.13l0.29,0.92l-0.19,1.65l0.1,0.26l2.72,2.29l0.15,0.07l2.71,0.41l0.92,0.89l0.12,0.07l1.64,0.49l1.0,0.72l0.18,0.06l1.5,-0.02l1.24,0.65l0.1,1.33l0.05,0.14l0.44,0.68l0.02,0.74l-0.44,0.03l-0.27,0.39l0.96,3.03l0.28,0.21l4.43,0.1l-0.28,1.15l0.0,0.15l0.27,1.03l0.15,0.19l1.27,0.68l0.52,1.45l-0.42,1.95l-0.66,1.12l-0.04,0.2l0.21,1.33l-0.19,0.13l-0.01,-0.28l-0.15,-0.24l-2.33,-1.36l-0.15,-0.04l-2.38,-0.03l-4.36,0.77l-0.21,0.16l-1.2,2.35l-0.03,0.12l-0.06,1.4l-0.8,2.6l-0.05,-0.07Z",name:"Bolivia",},JP:{path:"M781.15,291.5l1.8,0.76l0.31,-0.05l1.36,-1.13l0.44,3.1l-3.45,0.87l-0.18,0.13l-2.04,3.13l-3.69,-2.17l-0.43,0.15l-1.29,3.5l-2.3,0.04l-0.31,-3.0l1.13,-2.4l2.5,-0.18l0.28,-0.25l0.73,-4.81l0.58,-2.18l2.57,3.22l2.0,1.25ZM773.66,314.44l-0.92,2.44l-0.01,0.19l0.4,1.43l-1.19,1.98l-3.06,1.37l-4.34,0.18l-0.2,0.08l-3.39,3.28l-1.36,-0.93l-0.1,-2.11l-0.35,-0.28l-4.35,0.67l-2.99,1.42l-2.87,0.06l-0.28,0.2l0.09,0.33l2.39,2.08l-1.58,4.76l-1.34,1.02l-0.9,-0.85l0.58,-2.49l-0.15,-0.33l-1.5,-0.82l-0.83,-1.67l2.06,-0.81l0.14,-0.11l1.28,-1.85l2.47,-1.54l1.83,-2.07l4.82,-0.89l2.62,0.62l0.34,-0.16l2.45,-5.17l1.37,1.23l0.4,0.0l5.1,-4.39l0.08,-0.12l1.57,-3.93l0.02,-0.15l-0.42,-3.59l0.95,-1.89l2.25,-0.52l1.27,4.26l-0.07,2.49l-2.26,3.16l-0.06,0.18l0.04,3.21ZM757.85,323.95l0.23,0.74l-1.11,1.43l-0.79,-0.74l-0.35,-0.04l-1.28,0.7l-0.14,0.16l-0.54,1.43l-1.17,-0.61l0.02,-1.13l1.2,-1.56l1.23,0.3l0.3,-0.1l0.9,-1.11l1.5,0.53Z",name:"Japan",},BI:{path:"M494.7,425.74l-0.14,-2.71l-0.04,-0.13l-0.34,-0.62l0.93,0.12l0.3,-0.16l0.67,-1.25l0.9,0.11l0.11,0.76l0.08,0.16l0.46,0.49l0.02,0.56l-0.55,0.48l-0.96,1.29l-0.82,0.82l-0.61,0.07Z",name:"Burundi",},BJ:{path:"M427.4,398.83l-1.58,0.22l-0.52,-1.46l0.11,-5.75l-0.08,-0.21l-0.43,-0.44l-0.09,-1.14l-0.08,-0.19l-1.52,-1.53l0.24,-1.02l0.7,-0.24l0.18,-0.16l0.45,-0.98l1.07,-0.21l0.19,-0.12l0.53,-0.74l0.73,-0.65l0.68,-0.01l1.69,1.31l-0.08,0.68l0.02,0.14l0.52,1.39l-0.44,0.91l-0.01,0.24l0.2,0.53l-1.1,1.42l-0.76,0.76l-0.07,0.13l-0.47,1.6l0.05,1.69l-0.13,3.81Z",name:"Benin",},BT:{path:"M650.38,342.59l0.89,0.79l-0.13,1.32l-1.76,0.07l-2.09,-0.19l-1.57,0.42l-2.02,-0.95l-0.03,-0.27l1.54,-1.96l1.18,-0.63l1.66,0.61l1.33,0.08l1.01,0.7Z",name:"Bhutan",},JM:{path:"M226.67,367.96l1.64,0.23l1.2,0.57l0.12,0.2l-1.26,0.04l-0.14,0.04l-0.65,0.37l-1.23,-0.37l-1.18,-0.79l0.12,-0.23l0.85,-0.15l0.52,0.08Z",name:"Jamaica",},BW:{path:"M484.91,462.16l0.53,0.53l0.81,1.56l2.83,2.92l0.14,0.08l0.85,0.23l0.03,0.83l0.74,1.7l0.21,0.17l1.87,0.4l1.18,0.9l-3.15,1.77l-2.3,2.07l-0.07,0.1l-0.82,1.8l-0.66,0.91l-1.24,0.2l-0.24,0.2l-0.66,2.06l-1.4,0.57l-1.89,-0.13l-1.2,-0.77l-1.06,-0.34l-0.23,0.02l-1.22,0.64l-0.13,0.14l-0.58,1.26l-1.16,0.83l-1.18,1.18l-1.49,0.24l-0.41,-0.71l0.22,-1.6l-0.04,-0.19l-1.48,-2.63l-0.1,-0.11l-0.53,-0.33l-0.0,-7.5l2.18,-0.08l0.29,-0.3l0.07,-9.21l1.64,-0.08l3.69,-0.88l0.84,0.95l0.39,0.05l1.53,-0.99l0.79,-0.03l1.29,-0.54l0.23,0.1l0.92,2.0Z",name:"Botswana",},BR:{path:"M259.48,404.76l1.42,0.25l1.97,0.62l0.28,-0.05l0.67,-0.55l1.76,-0.38l2.8,-0.94l0.12,-0.08l0.92,-0.96l0.05,-0.33l-0.15,-0.32l0.74,-0.06l0.36,0.36l-0.28,0.93l0.17,0.36l0.76,0.34l0.44,0.9l-0.58,0.74l-0.06,0.13l-0.4,2.13l0.03,0.19l0.62,1.23l0.17,1.11l0.11,0.19l1.54,1.18l0.15,0.06l1.23,0.12l0.29,-0.15l0.2,-0.36l0.71,-0.11l1.13,-0.44l0.79,-0.63l1.25,0.19l0.65,-0.08l1.32,0.2l0.32,-0.18l0.23,-0.51l-0.05,-0.31l-0.31,-0.37l0.11,-0.31l0.75,0.17l0.13,0.0l1.1,-0.24l1.34,0.5l1.08,0.51l0.33,-0.05l0.67,-0.58l0.27,0.05l0.28,0.57l0.31,0.17l1.2,-0.18l0.17,-0.08l1.03,-1.05l0.76,-1.82l1.39,-2.16l0.49,-0.07l0.52,1.17l1.4,4.37l0.2,0.2l1.14,0.35l0.05,1.39l-1.8,1.97l0.01,0.42l0.78,0.75l0.18,0.08l4.16,0.37l0.08,2.25l0.5,0.22l1.78,-1.54l2.98,0.85l4.07,1.5l1.07,1.28l-0.37,1.23l0.36,0.38l2.83,-0.75l4.8,1.3l3.75,-0.09l3.6,2.02l3.27,2.85l1.93,0.73l2.13,0.11l0.76,0.66l1.22,4.57l-0.96,4.05l-1.22,1.59l-3.52,3.53l-1.63,2.93l-1.75,2.11l-0.5,0.04l-0.26,0.2l-0.72,2.01l0.18,4.82l-0.69,3.99l-0.26,1.66l-0.75,0.98l-0.06,0.14l-0.43,3.46l-2.49,3.42l-0.05,0.13l-0.4,2.64l-1.9,1.1l-0.13,0.16l-0.51,1.43l-2.59,0.0l-3.94,1.05l-1.82,1.23l-2.85,0.83l-3.01,2.25l-2.12,2.75l-0.06,0.13l-0.36,2.08l0.01,0.13l0.4,1.49l-0.45,2.76l-0.53,1.29l-1.76,1.61l-2.76,5.06l-2.16,2.28l-1.69,1.37l-0.09,0.12l-1.12,2.78l-1.3,1.34l-0.45,-1.11l1.0,-1.28l0.01,-0.36l-1.5,-2.07l-1.98,-1.64l-2.58,-1.87l-0.2,-0.06l-0.8,0.07l-2.41,-2.16l-0.26,-0.07l-0.79,0.15l2.78,-3.27l2.8,-2.73l1.67,-1.14l2.11,-1.55l0.12,-0.23l0.05,-2.24l-0.06,-0.19l-1.26,-1.61l-0.35,-0.09l-0.64,0.28l0.31,-1.01l0.34,-1.63l0.01,-1.57l-0.16,-0.26l-0.9,-0.5l-0.27,-0.01l-0.86,0.41l-0.65,-0.08l-0.23,-0.84l-0.23,-2.47l-0.04,-0.12l-0.47,-0.81l-0.14,-0.12l-1.69,-0.73l-0.26,0.01l-0.93,0.48l-2.29,-0.45l0.15,-3.39l-0.03,-0.15l-0.63,-1.26l0.57,-0.4l0.12,-0.29l-0.22,-1.41l0.67,-1.16l0.44,-2.08l-0.01,-0.16l-0.59,-1.64l-0.14,-0.16l-1.25,-0.67l-0.22,-0.83l0.35,-1.44l-0.28,-0.37l-4.59,-0.1l-0.78,-2.46l0.35,-0.02l0.28,-0.31l-0.03,-1.12l-0.05,-0.15l-0.45,-0.69l-0.1,-1.42l-0.16,-0.24l-1.45,-0.76l-0.14,-0.03l-1.48,0.02l-1.04,-0.73l-1.62,-0.49l-0.93,-0.91l-0.16,-0.08l-2.72,-0.41l-2.53,-2.13l0.18,-1.55l-0.01,-0.12l-0.29,-0.92l0.26,-1.84l-0.34,-0.34l-3.28,0.43l-0.14,0.05l-1.3,0.94l-2.16,1.02l-0.12,0.1l-0.47,0.65l-1.12,0.05l-1.84,-0.21l-0.12,0.01l-1.33,0.41l-0.82,-0.21l0.16,-3.62l-0.48,-0.26l-1.97,1.44l-1.96,-0.06l-0.86,-1.23l-0.22,-0.13l-1.23,-0.11l0.34,-0.7l-0.05,-0.33l-1.36,-1.51l-0.92,-2.01l0.46,-0.32l0.13,-0.25l-0.0,-0.88l1.34,-0.65l0.17,-0.32l-0.23,-1.24l0.56,-0.77l0.05,-0.13l0.16,-1.03l2.7,-1.61l2.01,-0.47l0.16,-0.09l0.24,-0.27l2.11,0.11l0.31,-0.25l1.13,-6.88l0.06,-1.12l-0.4,-1.53l-0.1,-0.15l-1.0,-0.82l0.01,-1.45l1.08,-0.32l0.39,0.2l0.44,-0.24l0.08,-0.96l-0.25,-0.32l-1.22,-0.22l-0.02,-1.01l4.57,0.05l0.22,-0.09l0.6,-0.63l0.44,0.5l0.47,1.42l0.45,0.16l0.27,-0.18l1.21,1.16l0.23,0.08l1.95,-0.16l0.23,-0.14l0.43,-0.67l1.76,-0.55l1.05,-0.42l0.18,-0.2l0.25,-0.92l1.65,-0.66l0.18,-0.35l-0.14,-0.53l-0.26,-0.22l-1.91,-0.19l-0.29,-1.33l0.1,-1.64l-0.15,-0.28l-0.44,-0.25Z",name:"Brazil",},BS:{path:"M227.48,345.61l0.32,0.21l-0.24,1.12l0.03,-1.09l-0.11,-0.24ZM226.5,353.27l-0.13,0.03l-0.54,-1.34l-0.08,-0.12l-0.79,-0.67l0.41,-1.32l0.33,0.05l0.79,2.07l0.01,1.29ZM225.76,345.46l-2.16,0.35l-0.08,-0.45l0.85,-0.16l1.36,0.07l0.02,0.19Z",name:"The Bahamas",},BY:{path:"M480.08,254.18l2.1,0.03l0.16,-0.04l2.72,-1.61l0.14,-0.19l0.55,-2.33l1.96,-1.33l0.13,-0.28l-0.21,-1.76l1.36,-0.67l2.56,-1.64l2.36,1.01l0.31,0.98l0.4,0.19l1.2,-0.48l2.17,0.94l0.21,1.81l-0.5,1.1l0.01,0.27l1.57,2.82l0.08,0.09l0.87,0.67l-0.11,0.58l0.17,0.33l1.61,0.71l0.54,0.84l-0.7,0.65l-1.89,-0.14l-0.21,0.07l-0.48,0.39l-0.09,0.35l0.58,1.35l0.53,2.28l-1.81,0.2l-0.19,0.1l-0.77,0.89l-0.07,0.17l-0.13,1.63l-0.62,-0.24l-0.13,-0.02l-2.09,0.18l-0.56,-0.8l-0.43,-0.07l-0.78,0.58l-0.77,-0.47l-0.15,-0.04l-1.93,-0.08l-2.75,-0.96l-2.59,-0.33l-1.99,0.09l-0.17,0.07l-1.31,1.04l-0.78,0.1l-0.06,-1.58l-0.67,-1.65l1.27,-0.71l0.15,-0.26l0.01,-1.65l-0.02,-0.12l-0.67,-1.54l-0.09,-1.5Z",name:"Belarus",},BZ:{path:"M198.03,369.32l0.28,0.19l0.43,-0.1l0.82,-1.45l0.0,0.07l0.29,0.29l0.16,0.0l-0.02,0.36l-0.39,1.1l0.02,0.24l0.16,0.3l-0.23,0.82l0.04,0.24l0.09,0.15l-0.25,1.14l-0.39,0.54l-0.33,0.06l-0.21,0.15l-0.41,0.75l-0.25,0.0l0.17,-2.63l0.01,-2.24Z",name:"Belize",},RU:{path:"M688.54,103.67l0.65,5.2l0.52,0.16l2.2,-2.52l7.07,0.14l5.52,5.11l1.94,3.76l-0.6,5.04l-2.69,2.81l-6.57,5.27l-1.94,2.82l0.13,0.45l3.08,1.27l3.68,2.27l0.34,-0.02l1.88,-1.42l1.18,5.26l0.26,0.23l0.3,-0.17l1.05,-2.17l3.81,-1.34l7.74,1.42l0.58,3.88l0.26,0.25l10.47,1.28l0.34,-0.29l0.13,-6.29l4.94,1.45l3.95,-0.03l3.9,4.43l1.12,5.22l-1.44,3.34l0.01,0.25l3.15,6.24l0.08,0.1l3.94,3.12l0.47,-0.15l2.28,-7.75l3.66,3.26l0.33,0.04l4.13,-2.06l4.71,2.36l0.36,-0.08l1.72,-2.06l3.91,1.06l0.37,-0.36l-1.77,-7.35l3.08,-3.39l22.3,5.34l2.07,4.65l0.07,0.1l6.55,5.95l0.24,0.07l10.05,-1.44l4.82,1.22l1.97,2.95l-0.3,5.28l0.13,0.27l3.08,2.04l0.29,0.02l3.3,-1.44l4.33,-0.18l4.68,1.39l0.14,0.01l4.56,-0.76l4.25,6.1l0.42,0.07l3.1,-2.22l0.1,-0.37l-1.98,-4.43l0.99,-2.86l7.72,1.97l5.23,-0.42l7.09,3.38l3.48,3.05l6.13,5.23l6.46,6.46l-0.21,3.83l0.1,0.24l1.69,1.56l0.34,0.05l0.16,-0.3l-0.53,-4.21l6.29,0.88l4.66,5.57l-2.23,2.39l-4.0,0.61l-0.25,0.29l-0.06,5.67l-0.84,1.0l-2.07,-0.15l-1.91,-2.0l-3.2,-1.65l-0.53,-2.45l-0.18,-0.22l-2.54,-0.99l-0.19,-0.01l-2.64,0.72l-1.17,-1.83l0.51,-2.16l-0.42,-0.34l-3.0,1.46l-0.15,0.38l1.08,2.72l-1.34,2.39l-3.07,2.46l-3.12,-0.41l-0.28,0.47l2.23,3.04l1.48,4.6l1.16,1.52l0.27,2.1l-0.51,1.13l-4.42,-1.12l-0.22,0.03l-6.97,4.02l-2.19,0.61l-0.13,0.07l-3.83,3.66l-3.63,3.13l-0.08,0.11l-0.75,1.87l-3.26,-3.18l-0.36,-0.04l-6.27,3.8l-0.98,-1.6l-0.45,-0.07l-2.3,2.04l-3.2,-0.65l-0.35,0.22l-0.79,3.2l-2.98,4.63l-0.05,0.18l0.09,1.91l0.2,0.27l2.64,0.97l-0.31,6.19l-2.06,0.15l-0.27,0.22l-1.07,3.72l0.03,0.23l0.89,1.61l-4.1,2.07l-0.16,0.21l-0.84,4.65l-3.55,0.97l-0.22,0.24l-0.73,4.09l-3.2,3.32l-0.76,-2.27l-1.07,-5.97l-1.39,-9.48l1.18,-6.1l2.07,-2.69l0.06,-0.16l0.12,-1.97l3.68,-1.0l0.16,-0.11l4.47,-6.06l4.29,-5.1l4.49,-4.07l0.09,-0.14l2.01,-7.48l-0.33,-0.37l-3.04,0.46l-0.24,0.2l-1.48,4.33l-5.95,5.33l-1.91,-5.94l-0.37,-0.2l-6.46,1.79l-0.16,0.11l-6.27,8.55l-0.01,0.35l1.82,2.66l-5.14,1.17l-3.5,0.45l0.16,-3.17l-0.24,-0.31l-3.89,-0.75l-0.24,0.06l-3.01,2.34l-7.62,-0.83l-8.24,1.45l-0.17,0.1l-8.11,9.24l-9.59,10.54l0.18,0.5l3.78,0.52l1.16,2.54l0.16,0.15l2.43,0.94l0.35,-0.1l1.5,-1.99l2.45,0.25l3.48,4.47l0.08,3.34l-1.93,3.97l-0.03,0.12l-0.21,4.69l-1.11,6.05l-3.74,5.33l-0.86,2.55l-3.36,4.13l-3.37,4.06l-1.59,2.01l-3.22,1.94l-1.37,0.04l-1.48,-1.57l-0.4,-0.03l-3.36,2.5l-0.1,0.14l-0.16,0.46l-0.01,-1.28l1.0,-0.07l0.28,-0.27l0.36,-4.08l-0.62,-2.89l1.86,-1.09l2.93,0.61l0.33,-0.16l1.71,-3.55l0.85,-3.94l0.97,-1.37l1.32,-3.37l-0.36,-0.4l-4.14,1.11l-2.19,1.47l-3.49,-0.0l-0.95,-3.32l-0.09,-0.14l-2.97,-2.72l-0.12,-0.07l-4.19,-1.19l-0.89,-3.67l-0.88,-2.48l-0.95,-1.76l-1.54,-4.11l-0.11,-0.14l-2.28,-1.57l-3.75,-1.25l-3.42,0.1l-3.17,0.76l-0.14,0.08l-2.07,2.07l0.04,0.46l1.25,0.89l0.03,1.97l-1.36,1.29l-2.26,4.23l-0.04,0.15l0.02,1.57l-3.25,2.26l-2.85,-1.38l-0.16,-0.03l-2.85,0.31l-1.21,-1.2l-0.13,-0.08l-1.5,-0.42l-0.26,0.05l-3.61,2.7l-3.23,0.62l-2.28,0.93l-3.07,-0.61l-2.23,0.03l-1.48,-1.91l-2.45,-1.87l-0.12,-0.06l-2.62,-0.52l-3.17,0.51l-2.3,0.7l-3.31,-1.53l-0.45,-2.82l-0.2,-0.24l-2.94,-1.03l-2.26,-0.47l-2.76,-1.65l-0.41,0.1l-2.59,4.17l-0.02,0.28l0.94,2.15l-2.18,2.44l-3.44,-0.93l-2.44,-0.14l-1.59,-1.74l-0.21,-0.1l-2.54,-0.06l-2.11,-1.18l-0.28,-0.01l-3.85,1.88l-4.73,3.32l-2.59,0.65l-0.77,0.25l-1.21,-2.15l-0.31,-0.15l-3.03,0.49l-0.96,-1.49l-0.13,-0.11l-1.65,-0.72l-1.16,-2.19l-0.13,-0.13l-1.38,-0.72l-0.22,-0.02l-3.47,0.98l-3.33,-2.22l-0.42,0.09l-1.06,1.66l-5.35,-9.92l-3.07,-3.17l0.78,-1.14l-0.03,-0.38l-0.38,-0.04l-6.22,3.98l-1.97,0.2l0.18,-1.95l-0.17,-0.3l-3.22,-1.46l-0.24,-0.01l-2.27,0.91l-0.72,-4.12l-0.23,-0.24l-4.5,-0.95l-0.25,0.06l-2.2,1.78l-6.2,1.59l-0.12,0.06l-1.16,1.01l-9.28,1.48l-0.19,0.11l-1.15,1.45l-0.02,0.35l1.62,2.58l-2.09,0.94l-0.15,0.39l0.38,0.92l-2.23,1.85l0.02,0.48l3.87,2.65l-0.48,1.46l-3.29,-0.16l-0.27,0.14l-0.57,0.91l-2.95,-1.89l-0.17,-0.05l-3.97,0.08l-0.15,0.05l-2.51,1.58l-2.82,-1.52l-5.52,-2.78l-0.14,-0.03l-3.91,0.1l-0.18,0.07l-5.17,4.34l-0.11,0.2l-0.25,2.29l-2.14,-1.89l-0.47,0.1l-2.0,4.27l0.05,0.33l0.59,0.63l-1.35,2.69l0.04,0.33l2.13,2.54l0.25,0.11l1.68,-0.09l1.44,2.23l-0.24,1.77l0.17,0.31l0.98,0.45l-0.93,1.74l-2.3,0.56l-0.18,0.12l-2.49,3.66l0.0,0.34l2.21,3.22l-0.23,2.21l0.05,0.2l2.59,3.78l-1.3,1.17l-0.39,0.73l-0.78,-0.16l-1.65,-1.95l-0.18,-0.1l-0.66,-0.11l-1.45,-0.72l-0.72,-1.31l-0.18,-0.14l-2.34,-0.71l-0.19,0.0l-1.3,0.46l-0.31,-0.44l-0.12,-0.1l-3.49,-1.67l-3.67,-0.55l-2.1,-0.58l-0.32,0.11l-0.11,0.14l-2.95,-2.71l-2.89,-1.35l-1.76,-1.69l1.34,-0.42l0.16,-0.12l2.08,-3.01l-0.03,-0.38l-1.09,-1.12l3.28,-1.33l0.19,-0.3l-0.07,-0.8l-0.38,-0.27l-1.85,0.49l0.05,-1.1l1.12,-0.9l2.34,-0.26l0.25,-0.21l0.39,-1.25l0.0,-0.17l-0.52,-1.97l0.97,-1.9l0.03,-0.14l-0.03,-1.13l-0.2,-0.28l-3.69,-1.26l-1.42,0.02l-1.45,-1.72l-0.32,-0.09l-1.81,0.59l-2.88,-1.25l0.04,-0.57l-0.03,-0.16l-0.89,-1.73l-0.24,-0.16l-1.77,-0.17l-0.15,-0.89l0.55,-0.71l0.01,-0.35l-1.6,-2.31l-0.29,-0.13l-2.53,0.39l-0.7,-0.19l-0.33,0.12l-0.52,0.77l-0.55,-0.1l-0.57,-2.44l-0.52,-1.22l0.21,-0.17l1.9,0.14l0.23,-0.08l0.97,-0.92l0.05,-0.38l-0.72,-1.12l-0.13,-0.11l-1.47,-0.65l0.1,-0.53l-0.11,-0.3l-0.97,-0.74l-1.47,-2.64l0.47,-1.04l0.02,-0.16l-0.25,-2.07l-0.18,-0.24l-2.45,-1.06l-0.23,-0.0l-1.01,0.41l-0.26,-0.8l-0.17,-0.18l-2.51,-1.07l-0.76,-2.51l-0.21,-2.2l-0.1,-0.2l-1.0,-0.89l0.91,-1.26l0.05,-0.23l-0.72,-4.33l1.72,-2.71l0.02,-0.28l-0.29,-0.67l2.7,-2.6l-0.01,-0.44l-2.42,-2.21l5.18,-6.4l2.33,-3.1l0.99,-2.86l-0.07,-0.31l-3.59,-3.68l0.98,-3.54l-0.02,-0.22l-2.2,-4.23l1.65,-5.03l-0.01,-0.21l-2.86,-6.99l2.25,-4.78l-0.04,-0.32l-3.75,-4.37l0.34,-4.5l1.91,-0.62l4.26,-2.85l2.41,-2.34l3.9,4.12l0.15,0.09l6.79,1.66l9.37,7.65l1.85,3.03l0.16,4.09l-2.66,3.16l-3.9,1.58l-11.06,-4.7l-0.24,0.0l-1.84,0.8l-0.1,0.48l4.01,4.48l0.15,2.71l0.16,6.03l0.16,0.26l3.2,1.75l1.94,1.47l0.48,-0.2l0.32,-2.78l-0.04,-0.19l-1.41,-2.34l1.32,-1.85l5.81,3.52l0.32,-0.01l2.11,-1.42l0.11,-0.36l-1.62,-4.18l5.59,-5.78l2.07,0.32l2.27,2.11l0.49,-0.12l1.46,-4.3l-0.02,-0.24l-2.03,-3.72l1.19,-3.82l-0.01,-0.21l-1.58,-3.59l6.24,1.94l1.26,3.29l-2.84,0.73l-0.23,0.29l0.02,3.61l0.08,0.2l1.97,2.18l0.32,0.08l3.87,-1.38l0.2,-0.24l0.59,-3.98l5.12,-3.09l8.64,-5.78l1.34,0.24l-2.25,3.78l0.19,0.45l3.11,0.7l0.3,-0.11l1.71,-2.2l4.55,-0.18l0.17,-0.06l3.47,-2.66l2.67,3.87l0.5,-0.01l2.85,-4.55l-0.0,-0.32l-2.53,-3.94l1.1,-2.01l7.12,2.1l3.41,2.19l9.06,7.85l0.47,-0.1l1.67,-3.55l-0.02,-0.3l-2.5,-3.6l-0.07,-1.41l-0.23,-0.28l-2.72,-0.63l0.75,-3.13l0.0,-0.14l-1.33,-5.77l-0.07,-2.32l4.57,-7.06l1.66,-7.53l1.66,-1.5l6.28,2.13l0.49,4.37l-2.35,6.44l0.03,0.26l1.52,2.43l0.79,5.21l-0.57,9.87l0.05,0.18l2.69,4.12l-1.04,4.31l-4.89,9.08l0.17,0.43l2.86,0.92l0.37,-0.16l0.96,-2.16l2.67,-1.57l0.14,-0.2l0.65,-3.12l2.13,-3.07l0.03,-0.28l-1.42,-3.72l1.14,-4.45l-0.23,-0.37l-2.53,-0.53l-0.56,-3.68l1.98,-7.34l-0.02,-0.22l-3.16,-6.11l4.35,-5.25l0.07,-0.22l-0.55,-5.63l0.71,-0.11l1.23,4.32l-0.98,7.68l0.16,0.3l2.68,1.42l0.43,-0.32l-1.1,-5.51l3.97,-3.03l4.97,-0.42l4.53,4.53l0.37,0.04l0.13,-0.35l-2.21,-6.77l-0.24,-8.94l4.1,-1.7l5.95,0.39l5.51,-1.19l0.21,-0.41l-1.98,-4.69l2.77,-5.99l2.7,-0.25l0.19,-0.09l4.8,-4.86l6.52,-1.33l0.23,-0.21l0.78,-2.63l6.22,-0.92l1.94,2.21l0.44,0.01l5.53,-5.48l4.47,0.17l0.31,-0.26l0.68,-4.63l2.34,-4.66l5.66,-4.55l3.84,3.36l-3.14,2.57l0.1,0.52l5.49,1.66ZM871.89,154.5l0.23,-0.24l1.91,0.01l3.37,2.09l-0.15,0.74l-2.42,1.73l-5.66,0.8l-0.37,-2.0l3.08,-3.15ZM797.91,123.21l-2.54,3.33l-3.75,-0.8l-4.46,-3.65l0.5,-2.69l4.33,1.39l5.91,2.42ZM783.9,118.49l-1.85,6.83l-8.99,-0.26l-0.15,0.04l-3.93,2.13l-4.72,-5.96l1.29,-6.66l3.11,-1.83l6.45,0.45l8.79,5.27ZM780.36,266.93l2.31,6.32l-3.11,-1.06l-0.39,0.2l-1.54,5.47l0.04,0.24l2.39,3.71l-0.05,1.68l-1.39,-1.61l-0.49,0.04l-1.21,2.08l-0.33,-2.17l0.28,-3.61l-0.28,-4.02l0.58,-2.91l0.11,-5.24l-1.46,-4.0l0.21,-5.44l2.21,-1.85l0.08,-0.36l-0.86,-1.71l0.51,-0.28l0.56,2.43l0.86,4.0l-0.05,4.07l1.03,4.04ZM780.2,139.96l-3.43,0.05l-5.01,-0.95l-0.21,-0.22l2.18,-3.21l2.86,-0.76l3.36,3.22l0.25,1.86ZM683.79,87.61l-13.41,4.46l4.4,-15.98l1.83,-1.35l1.66,0.78l6.22,7.3l-0.7,4.79ZM670.92,80.34l-5.14,1.52l-6.81,-3.67l-4.07,-5.01l-1.91,-10.06l-0.1,-0.17l-3.22,-2.75l6.33,-10.3l5.1,-3.46l4.69,7.77l5.73,14.24l-0.6,11.89ZM564.56,160.32l-1.06,0.48l-7.88,-0.95l-0.62,-3.2l-0.17,-0.21l-4.37,-2.03l-0.34,-3.97l2.42,-1.65l0.13,-0.25l-0.08,-4.45l4.91,-7.31l-0.12,-0.44l-1.97,-0.93l5.78,-7.77l0.06,-0.23l-0.65,-4.19l5.48,-5.11l8.21,-6.57l8.27,-1.97l0.14,-0.07l4.24,-3.96l4.54,-1.34l1.59,3.93l-1.58,3.11l-8.8,5.08l-7.66,4.77l-7.9,9.22l-3.73,8.77l-3.92,8.16l-0.03,0.15l0.51,6.72l0.06,0.16l4.56,6.05ZM548.76,56.94l-3.27,1.94l-2.24,1.13l-0.16,0.23l-0.33,2.31l-2.6,2.14l-2.43,-3.1l1.38,-4.54l-0.26,-0.39l-4.62,-0.38l3.99,-2.3l3.45,-0.17l0.48,3.88l0.26,0.26l0.32,-0.19l1.42,-3.63l2.12,-2.33l3.34,3.09l-0.85,2.06ZM477.51,251.81l-4.22,0.06l-2.72,-0.43l0.43,-1.44l3.23,-1.32l2.48,0.73l0.89,0.56l-0.22,0.98l0.13,0.87Z",name:"Russia",},RW:{path:"M497.03,418.02l0.78,1.11l-0.12,1.19l-0.49,0.21l-1.25,-0.15l-0.3,0.16l-0.67,1.25l-1.01,-0.13l0.16,-0.92l0.22,-0.12l0.15,-0.24l0.09,-1.37l0.49,-0.48l0.42,0.18l0.25,-0.01l1.26,-0.65Z",name:"Rwanda",},RS:{path:"M472.05,295.4l-0.94,-0.7l-0.81,-0.37l-0.32,-0.42l-0.28,-0.26l0.26,-0.24l0.36,-1.63l-0.07,-0.27l-1.08,-1.2l0.56,-1.37l-0.28,-0.41l-0.31,0.0l0.62,-0.85l-0.01,-0.36l-0.77,-0.99l-0.48,-1.09l1.58,-0.78l1.37,0.14l1.23,1.28l0.26,1.06l0.15,0.19l1.39,0.76l0.18,1.31l0.13,0.21l1.46,1.02l0.38,-0.03l0.61,-0.61l0.12,0.09l-0.33,0.34l-0.03,0.39l0.32,0.43l-0.48,0.61l-0.06,0.24l0.22,1.27l0.06,0.14l1.05,1.29l-0.84,0.97l-0.42,1.08l0.03,0.28l0.14,0.21l-0.18,0.21l-1.03,0.05l-0.44,0.1l0.1,-0.16l0.28,-0.83l-0.3,-0.4l-0.2,0.01l-0.39,-0.51l-0.13,-0.1l-0.32,-0.12l-0.27,-0.46l-0.13,-0.12l-0.4,-0.18l-0.31,-0.42l-0.36,-0.1l-0.45,0.19l-0.17,0.19l-0.28,0.93Z",name:"Republic of Serbia",},LT:{path:"M478.14,251.88l-0.16,-0.87l0.25,-1.13l-0.13,-0.32l-1.18,-0.73l-2.44,-0.71l-0.47,-3.32l2.6,-1.25l4.12,0.28l2.29,-0.41l0.26,0.7l0.22,0.19l1.25,0.27l2.26,2.04l0.2,1.68l-1.9,1.3l-0.12,0.18l-0.55,2.31l-2.54,1.5l-2.15,-0.03l-0.52,-1.14l-0.17,-0.16l-1.12,-0.4Z",name:"Lithuania",},LU:{path:"M435.93,269.63l0.34,0.61l-0.11,1.36l-0.38,0.04l-0.31,-0.18l0.22,-1.77l0.23,-0.05Z",name:"Luxembourg",},LR:{path:"M401.37,403.56l-0.32,0.01l-2.48,-1.15l-2.24,-1.89l-2.14,-1.38l-1.48,-1.42l0.44,-0.6l0.05,-0.13l0.12,-0.66l1.07,-1.3l1.08,-1.09l0.52,-0.07l0.43,-0.19l0.84,1.24l-0.15,0.9l0.07,0.25l0.49,0.54l0.22,0.1l0.71,0.01l0.27,-0.17l0.42,-0.83l0.19,0.02l-0.06,0.53l0.23,1.12l-0.5,1.03l0.06,0.35l0.73,0.69l0.14,0.08l0.71,0.15l0.92,0.91l0.06,0.77l-0.17,0.22l-0.06,0.15l-0.17,1.81Z",name:"Liberia",},RO:{path:"M477.96,278.13l1.01,-0.74l1.48,0.39l1.5,0.01l1.08,0.85l0.35,0.01l0.8,-0.54l1.79,-0.35l0.19,-0.12l0.54,-0.75l0.83,0.0l0.63,0.3l0.72,1.03l0.8,1.58l1.4,2.12l0.07,1.48l-0.26,1.51l0.01,0.13l0.45,1.64l0.14,0.18l1.12,0.66l0.28,0.01l1.04,-0.51l0.85,0.46l0.04,0.57l-0.93,0.58l-0.62,-0.27l-0.42,0.23l-0.65,3.9l-1.1,-0.27l-1.78,-1.23l-0.25,-0.04l-2.95,0.81l-1.25,0.87l-3.54,-0.18l-1.89,-0.53l-0.16,-0.0l-0.74,0.19l-0.61,-1.21l-0.33,-0.45l0.4,-0.41l-0.04,-0.45l-0.62,-0.44l-0.39,0.03l-0.61,0.61l-1.15,-0.8l-0.18,-1.33l-0.15,-0.22l-1.41,-0.77l-0.25,-1.01l-0.07,-0.14l-1.03,-1.07l1.56,-0.53l0.16,-0.13l1.51,-2.47l1.16,-2.44l1.44,-0.74Z",name:"Romania",},GW:{path:"M383.03,386.56l-1.12,-0.89l-0.14,-0.06l-0.94,-0.15l-0.43,-0.54l0.01,-0.28l-0.13,-0.26l-0.68,-0.48l-0.05,-0.17l0.99,-0.31l0.77,0.08l0.15,-0.02l0.61,-0.26l4.25,0.1l-0.02,0.44l-0.19,0.19l-0.08,0.29l0.17,0.67l-0.17,0.15l-0.44,0.0l-0.16,0.05l-0.57,0.37l-0.66,-0.04l-0.24,0.1l-0.92,1.03Z",name:"Guinea Bissau",},GT:{path:"M195.13,379.67l-1.05,-0.35l-1.5,-0.04l-1.06,-0.47l-1.19,-0.94l0.04,-0.54l0.27,-0.56l-0.03,-0.31l-0.24,-0.33l1.02,-1.8l3.04,-0.01l0.3,-0.28l0.06,-0.89l-0.19,-0.3l-0.3,-0.12l-0.23,-0.46l-0.11,-0.12l-0.9,-0.59l-0.36,-0.34l0.38,-0.0l0.3,-0.3l0.0,-1.18l4.05,0.02l-0.02,1.77l-0.2,2.94l0.3,0.32l0.67,-0.0l0.75,0.43l0.41,-0.11l-0.63,0.55l-1.17,0.71l-0.13,0.16l-0.18,0.5l0.0,0.21l0.14,0.35l-0.35,0.44l-0.49,0.13l-0.2,0.41l0.03,0.06l-0.27,0.17l-0.86,0.65l-0.12,0.22ZM199.35,375.1l0.08,-0.15l0.06,0.03l-0.14,0.12Z",name:"Guatemala",},GR:{path:"M487.21,300.28l-0.66,1.78l-0.43,0.27l-1.4,-0.09l-1.28,-0.31l-0.15,0.0l-3.03,0.86l-0.14,0.49l1.44,1.53l-0.82,0.34l-1.19,0.0l-1.23,-1.57l-0.49,0.02l-0.47,0.72l-0.04,0.25l0.56,1.95l0.06,0.11l1.05,1.28l-0.69,0.52l-0.04,0.45l1.39,1.48l1.16,0.87l0.03,1.21l-1.9,-0.69l-0.38,0.41l0.58,1.27l-1.22,0.25l-0.22,0.39l0.82,2.37l-1.16,0.03l-1.89,-1.25l-0.9,-2.4l-0.48,-2.2l-0.98,-1.48l-1.25,-1.79l-0.13,-0.73l1.09,-1.48l0.06,-0.14l0.13,-0.92l0.69,-0.4l0.15,-0.24l0.04,-0.63l1.4,-0.25l0.13,-0.06l0.87,-0.66l1.25,0.06l0.26,-0.13l0.35,-0.49l0.33,-0.08l1.81,0.09l0.14,-0.03l1.85,-0.85l1.63,1.07l0.21,0.05l2.28,-0.31l0.26,-0.29l0.02,-1.09l0.57,0.41ZM480.44,319.45l1.04,0.79l0.21,0.06l1.92,-0.17l1.54,0.18l-0.03,0.24l0.38,0.32l0.82,-0.22l-0.06,0.18l-3.07,0.22l0.01,-0.17l-0.24,-0.31l-2.71,-0.53l0.21,-0.59Z",name:"Greece",},GQ:{path:"M444.81,411.94l-0.21,-0.17l0.74,-2.4l3.56,0.05l0.02,2.42l-3.34,-0.02l-0.76,0.13Z",name:"Equatorial Guinea",},GY:{path:"M271.34,394.12l1.43,0.81l1.44,1.53l0.06,1.19l0.28,0.28l0.84,0.05l2.13,1.93l-0.34,1.94l-1.37,0.59l-0.17,0.34l0.12,0.51l-0.43,1.21l0.03,0.26l1.11,1.82l0.26,0.14l0.56,0.0l0.32,1.29l1.25,1.78l-0.08,0.01l-1.34,-0.21l-0.24,0.06l-0.78,0.64l-1.06,0.41l-0.76,0.1l-0.22,0.15l-0.18,0.32l-0.95,-0.1l-1.38,-1.05l-0.19,-1.13l-0.6,-1.18l0.37,-1.96l0.65,-0.83l0.03,-0.32l-0.57,-1.17l-0.15,-0.14l-0.62,-0.27l0.25,-0.85l-0.08,-0.3l-0.58,-0.58l-0.24,-0.09l-1.15,0.1l-1.41,-1.59l0.48,-0.49l0.09,-0.22l-0.04,-0.92l1.31,-0.34l0.73,-0.52l0.04,-0.44l-0.75,-0.82l0.16,-0.66l1.74,-1.3Z",name:"Guyana",},GE:{path:"M525.4,299.93l0.27,-1.03l-0.0,-0.15l-0.63,-2.31l-0.09,-0.15l-1.45,-1.26l-0.11,-0.06l-1.3,-0.37l-0.7,-0.8l0.04,-0.05l1.95,0.54l3.64,0.55l3.3,1.59l0.39,0.57l0.35,0.11l1.43,-0.5l2.12,0.65l0.71,1.28l0.13,0.12l1.13,0.56l-0.24,0.17l-0.07,0.41l1.1,1.62l-0.08,0.09l-1.14,-0.17l-1.82,-0.94l-0.34,0.04l-0.55,0.49l-3.28,0.49l-2.31,-1.57l-0.19,-0.05l-2.26,0.13Z",name:"Georgia",},GB:{path:"M412.89,232.92l-2.41,4.61l0.34,0.43l2.51,-0.63l2.35,0.02l-0.58,3.38l-2.23,4.01l0.23,0.44l2.41,0.27l2.36,5.49l0.16,0.16l1.58,0.64l1.5,4.71l0.72,1.68l0.2,0.17l2.78,0.72l-0.26,2.26l-1.2,1.12l-0.07,0.35l0.9,1.88l-2.0,1.85l-3.31,-0.03l-4.13,1.05l-1.06,-0.7l-0.39,0.05l-1.54,1.72l-2.15,-0.41l-0.25,0.07l-1.6,1.35l-0.83,-0.49l3.38,-3.82l2.17,-0.84l0.19,-0.31l-0.25,-0.27l-3.77,-0.65l-0.53,-1.2l2.36,-1.14l0.12,-0.43l-1.31,-2.12l0.41,-2.35l3.45,0.35l0.33,-0.25l0.37,-2.46l-0.04,-0.21l-1.71,-2.7l-0.18,-0.13l-2.91,-0.73l-0.47,-0.93l0.85,-1.83l-0.02,-0.29l-0.82,-1.22l-0.5,0.01l-0.83,1.29l-0.11,-3.34l-0.04,-0.13l-1.21,-2.22l0.88,-4.65l1.82,-3.62l1.87,0.34l2.45,-0.33ZM406.42,251.19l-1.13,2.48l-1.62,-0.75l-0.14,-0.03l-1.16,0.04l0.43,-1.92l0.0,-0.13l-0.44,-2.0l1.62,-0.14l2.44,2.44Z",name:"United Kingdom",},GA:{path:"M448.76,424.37l-2.38,-2.34l-1.63,-2.04l-1.46,-2.49l0.06,-0.66l0.54,-0.81l0.61,-1.82l0.46,-1.69l0.63,-0.11l3.62,0.03l0.3,-0.3l-0.02,-2.75l0.88,-0.12l1.47,0.32l0.13,0.0l1.39,-0.3l-0.13,0.87l0.03,0.19l0.7,1.29l0.3,0.16l1.74,-0.19l0.36,0.29l-1.01,2.7l0.05,0.29l1.13,1.42l0.25,1.82l-0.3,1.56l-0.64,0.99l-1.93,-0.09l-1.26,-1.13l-0.5,0.17l-0.16,0.91l-1.48,0.27l-0.12,0.05l-0.86,0.63l-0.08,0.39l0.81,1.42l-1.48,1.08Z",name:"Gabon",},GN:{path:"M399.83,395.19l-0.69,-0.06l-0.3,0.16l-0.43,0.85l-0.39,-0.01l-0.3,-0.33l0.14,-0.87l-0.05,-0.22l-1.05,-1.55l-0.37,-0.11l-0.61,0.27l-0.84,0.12l0.02,-0.55l-0.04,-0.16l-0.35,-0.58l0.07,-0.64l-0.03,-0.17l-0.57,-1.11l-0.7,-0.91l-0.24,-0.12l-2.0,-0.0l-0.19,0.07l-0.51,0.42l-0.6,0.05l-0.21,0.11l-0.43,0.55l-0.3,0.71l-1.04,0.86l-0.91,-1.24l-1.0,-1.03l-0.69,-0.37l-0.52,-0.42l-0.3,-1.12l-0.37,-0.56l-0.1,-0.1l-0.41,-0.23l0.77,-0.86l0.61,0.04l0.18,-0.05l0.58,-0.38l0.46,-0.0l0.19,-0.07l0.39,-0.34l0.1,-0.3l-0.17,-0.68l0.15,-0.15l0.09,-0.2l0.03,-0.58l0.87,0.02l1.76,0.61l0.13,0.02l0.55,-0.06l0.22,-0.13l0.08,-0.13l1.18,0.17l0.17,-0.02l0.09,0.57l0.3,0.25l0.4,-0.0l0.14,-0.03l0.56,-0.29l0.23,0.05l0.63,0.59l0.15,0.08l1.07,0.2l0.24,-0.06l0.65,-0.53l0.77,-0.33l0.55,-0.32l0.3,0.04l0.44,0.45l0.34,0.74l0.85,0.88l-0.35,0.45l-0.06,0.15l-0.1,0.83l0.43,0.31l0.35,-0.16l0.05,0.05l-0.11,0.6l0.09,0.27l0.43,0.41l-0.06,0.03l-0.18,0.21l-0.2,0.86l0.03,0.21l0.56,1.02l0.52,1.72l-0.65,0.21l-0.15,0.12l-0.24,0.35l-0.03,0.28l0.16,0.42l-0.1,0.77l-0.12,0.0Z",name:"Guinea",},GM:{path:"M379.17,381.28l0.16,-0.56l2.51,-0.07l0.21,-0.1l0.48,-0.52l0.58,-0.03l0.91,0.58l0.16,0.05l0.78,0.01l0.14,-0.03l0.59,-0.31l0.17,0.25l-0.72,0.38l-0.94,-0.04l-1.02,-0.51l-0.3,0.02l-0.86,0.55l-0.37,0.02l-0.14,0.04l-0.53,0.32l-1.81,-0.04Z",name:"Gambia",},GL:{path:"M304.15,21.45l8.26,-11.93l8.61,0.93l0.31,-0.19l3.14,-7.85l8.64,-2.11l19.84,2.79l15.43,16.36l-4.42,7.1l-9.44,0.81l-13.48,1.81l-0.24,0.41l1.26,3.26l0.35,0.18l8.72,-1.97l7.43,6.08l0.41,-0.03l4.51,-5.08l1.89,5.8l-2.72,9.71l0.14,0.34l0.36,-0.04l6.35,-6.16l11.99,-6.65l7.23,3.28l1.35,6.95l-10.11,11.2l-1.42,3.44l-7.87,2.52l-0.21,0.31l0.26,0.27l5.45,0.66l-2.83,9.94l-2.03,8.66l0.08,13.63l2.88,7.19l-3.52,0.41l-0.16,0.07l-4.12,3.47l-0.04,0.42l4.56,5.55l0.57,8.27l-2.46,0.83l-0.18,0.39l3.1,7.82l-5.18,0.62l-0.2,0.48l2.81,3.58l-0.74,2.84l-3.34,1.28l-3.44,0.03l-0.26,0.44l3.1,5.73l0.03,3.04l-4.48,-3.1l-0.43,0.1l-1.29,2.22l0.1,0.41l3.32,2.01l3.21,4.78l0.9,5.9l-4.0,1.3l-1.81,-2.73l-3.1,-4.45l-0.36,-0.11l-0.18,0.33l0.84,5.12l-2.83,3.84l0.23,0.48l6.59,0.31l2.8,0.33l-6.23,5.83l-6.75,5.43l-7.23,2.31l-2.72,0.03l-0.21,0.09l-2.65,2.64l-3.45,6.77l-5.27,4.28l-1.73,0.26l-3.33,1.5l-3.59,1.41l-0.15,0.13l-2.15,3.69l-0.04,0.15l-0.03,4.03l-1.23,3.62l-4.04,4.38l-0.07,0.27l0.99,4.14l-2.34,9.04l-3.17,0.27l-3.6,-4.03l-0.22,-0.1l-4.87,-0.03l-2.3,-2.69l-1.68,-5.2l-4.32,-6.83l-1.24,-3.64l-0.34,-5.23l-0.04,-0.14l-3.41,-5.5l0.88,-4.51l-0.05,-0.24l-1.58,-2.14l2.4,-7.49l3.68,-2.49l0.12,-0.15l1.0,-2.98l0.52,-5.6l-0.16,-0.3l-0.34,0.04l-2.85,2.56l-1.33,1.04l-2.05,0.92l-2.82,-2.13l-0.16,-4.78l0.92,-3.74l2.03,-0.1l5.05,1.99l0.36,-0.11l-0.02,-0.37l-4.3,-4.85l-2.24,-2.68l-0.35,-0.08l-2.31,1.03l-1.8,-1.69l2.73,-7.41l-0.01,-0.23l-1.51,-3.13l-1.98,-6.0l-3.01,-9.74l-0.06,-0.11l-3.12,-3.65l0.03,-4.02l-0.1,-0.23l-6.72,-5.98l-0.16,-0.07l-5.38,-0.76l-6.69,0.42l-5.97,0.75l-2.79,-3.21l-4.17,-6.55l6.24,-3.37l4.98,-0.6l0.26,-0.27l-0.22,-0.31l-10.65,-2.99l-5.48,-4.71l0.32,-4.47l9.36,-6.06l9.17,-6.39l0.12,-0.19l0.97,-5.04l-0.11,-0.3l-6.58,-5.01l2.09,-5.68l8.6,-10.92l3.58,-1.74l0.17,-0.31l-1.02,-7.48l5.76,-4.54l7.61,-2.83l7.45,-0.16l2.65,5.46l0.52,0.03l6.42,-9.78l5.72,6.65l0.11,0.08l3.45,1.4l5.15,5.68l0.4,0.04l0.07,-0.4l-5.91,-9.54l0.34,-7.94Z",name:"Greenland",},KW:{path:"M540.87,336.32l0.41,1.01l-0.19,0.55l0.0,0.2l0.66,1.77l-1.16,0.05l-0.54,-1.18l-0.24,-0.17l-1.75,-0.22l1.46,-2.2l1.33,0.19Z",name:"Kuwait",},GH:{path:"M423.16,399.77l-3.58,1.34l-1.41,0.87l-2.13,0.69l-1.91,-0.61l0.09,-0.75l-0.03,-0.17l-1.04,-2.07l0.62,-2.71l1.04,-2.09l0.03,-0.19l-1.0,-5.49l0.05,-1.13l4.04,-0.11l1.08,0.18l0.19,-0.03l0.72,-0.37l0.75,0.13l-0.11,0.49l0.06,0.25l0.98,1.23l-0.0,1.78l0.24,2.0l0.05,0.13l0.55,0.81l-0.52,2.15l0.19,1.37l0.69,1.67l0.39,0.62Z",name:"Ghana",},OM:{path:"M568.15,360.45l-0.08,0.1l-0.84,1.65l-0.93,-0.11l-0.27,0.11l-0.58,0.74l-0.4,1.35l-0.01,0.14l0.29,1.65l-0.07,0.1l-1.0,-0.01l-0.16,0.05l-1.56,0.99l-0.13,0.2l-0.23,1.19l-0.42,0.4l-1.43,-0.02l-0.17,0.05l-0.98,0.66l-0.13,0.25l0.01,0.89l-0.97,0.58l-1.27,-0.23l-0.19,0.03l-1.63,0.86l-0.88,0.11l-2.55,-5.68l7.2,-2.55l0.19,-0.19l1.67,-5.36l-0.03,-0.24l-1.1,-1.84l0.06,-0.92l0.69,-1.06l0.05,-0.16l0.01,-0.93l0.96,-0.46l0.07,-0.5l-0.32,-0.28l0.16,-1.37l0.84,-0.01l1.03,1.73l0.08,0.09l1.4,1.0l0.12,0.05l1.82,0.35l1.37,0.46l1.75,2.39l0.13,0.1l0.7,0.27l-0.0,0.32l-1.25,2.25l-1.01,0.82ZM561.88,347.5l-0.17,-0.3l0.31,-0.41l-0.14,0.7Z",name:"Oman",},_3:{path:"M543.2,390.92l-1.07,1.47l-1.65,2.0l-1.91,0.01l-8.08,-2.97l-0.89,-0.85l-0.9,-1.2l-0.82,-1.24l0.44,-0.73l0.76,-1.13l0.49,0.28l0.52,1.06l1.13,1.07l0.2,0.08l1.24,0.01l2.42,-0.66l2.77,-0.32l2.17,-0.78l1.31,-0.19l0.84,-0.44l1.03,-0.06l-0.01,4.57Z",name:"Somaliland",},_2:{path:"M384.21,359.8l0.09,-0.07l0.28,-0.91l0.99,-1.17l0.06,-0.13l0.8,-3.66l3.4,-2.9l0.09,-0.13l0.76,-2.25l0.07,5.71l-2.07,0.22l-0.24,0.18l-0.61,1.4l-0.02,0.16l0.43,3.56l-4.03,-0.01ZM391.8,347.23l0.09,-0.09l0.75,-2.01l1.85,-0.26l0.94,0.36l1.14,0.0l0.19,-0.06l0.73,-0.58l1.41,-0.08l-0.0,2.86l-7.1,-0.13Z",name:"Western Sahara",},_1:{path:"M472.71,298.4l-0.07,-0.48l-0.15,-0.22l-0.53,-0.31l-0.4,-0.69l0.32,-0.53l0.51,-0.21l0.17,-0.19l0.31,-1.0l0.1,-0.04l0.22,0.29l0.12,0.1l0.38,0.17l0.28,0.46l0.15,0.12l0.33,0.13l0.44,0.57l0.18,0.08l-0.14,0.4l-0.27,0.37l-0.03,0.21l-0.3,0.07l-1.48,0.52l-0.14,0.16Z",name:"Kosovo",},_0:{path:"M503.52,320.49l0.12,-0.24l1.61,0.04l0.41,-0.14l-0.1,0.32l0.04,0.12l-0.36,0.17l-0.23,-0.04l-0.06,-0.11l-0.18,-0.19l-0.2,-0.09l-0.48,-0.03l-0.56,0.19Z",name:"Northern Cyprus",},JO:{path:"M510.26,329.04l0.29,-0.61l2.52,1.06l0.28,-0.02l4.56,-2.95l0.85,3.06l-0.29,0.27l-4.95,1.46l-0.14,0.48l2.26,2.65l-0.52,0.31l-0.12,0.14l-0.35,0.83l-1.76,0.37l-0.2,0.14l-0.57,0.99l-0.94,0.76l-2.45,-0.4l-0.03,-0.14l1.23,-4.57l-0.05,-1.16l0.37,-0.92l0.0,-1.74Z",name:"Jordan",},HR:{path:"M455.5,286.87l1.52,0.11l0.26,-0.12l0.29,-0.38l0.62,0.42l0.15,0.05l0.98,0.07l0.32,-0.3l-0.01,-0.8l0.69,-0.29l0.18,-0.23l0.22,-1.3l1.71,-0.83l0.64,0.36l1.95,1.59l2.07,0.69l0.24,-0.02l0.65,-0.37l0.47,1.08l0.69,0.9l-0.66,0.91l-0.89,-0.62l-0.18,-0.05l-1.69,0.05l-2.21,-0.59l-1.17,0.08l-0.22,0.12l-0.35,0.47l-0.65,-0.59l-0.48,0.12l-0.52,1.47l0.04,0.28l1.21,1.62l0.57,1.12l1.15,1.3l0.95,0.77l0.92,1.4l0.1,0.09l1.98,1.15l-0.02,0.05l-2.05,-1.1l-1.5,-1.26l-2.23,-0.99l-1.82,-2.22l0.18,-0.09l0.1,-0.45l-1.08,-1.4l-0.04,-1.1l-0.2,-0.27l-1.61,-0.56l-0.37,0.15l-0.53,1.05l-0.41,-0.65l0.04,-0.9Z",name:"Croatia",},HT:{path:"M237.82,364.2l1.35,0.1l1.95,0.37l0.18,1.19l-0.16,0.85l-0.51,0.38l-0.06,0.43l0.57,0.7l-0.02,0.23l-1.31,-0.35l-0.12,-0.01l-1.14,0.18l-1.49,-0.19l-0.15,0.02l-1.03,0.43l-1.02,-0.62l0.1,-0.37l2.04,0.32l1.9,0.21l0.2,-0.05l0.9,-0.59l0.05,-0.46l-1.05,-1.06l0.02,-0.89l-0.22,-0.3l-1.14,-0.3l0.19,-0.25Z",name:"Haiti",},HU:{path:"M461.93,281.41l0.7,-2.01l-0.03,-0.25l-0.21,-0.35l0.88,-0.0l0.3,-0.26l0.13,-1.01l0.86,0.65l0.98,0.44l0.18,0.02l2.1,-0.46l0.23,-0.22l0.15,-0.55l0.89,-0.12l1.04,-0.5l0.12,0.11l0.31,0.05l1.18,-0.47l0.14,-0.11l0.53,-0.8l0.61,-0.17l2.58,1.11l0.29,-0.03l0.36,-0.26l1.12,0.82l0.12,0.67l-1.33,0.68l-0.13,0.14l-1.18,2.49l-1.45,2.37l-1.84,0.63l-1.5,-0.15l-0.16,0.03l-1.92,0.95l-0.84,0.48l-1.89,-0.63l-1.83,-1.51l-0.75,-0.43l-0.45,-1.13l-0.29,-0.19Z",name:"Hungary",},HN:{path:"M202.48,381.67l-0.33,-0.62l-0.18,-0.15l-0.5,-0.15l0.13,-0.77l-0.11,-0.28l-0.34,-0.28l-0.6,-0.23l-0.18,-0.01l-0.81,0.23l-0.16,-0.24l-0.72,-0.39l-0.51,-0.49l-0.12,-0.07l-0.31,-0.09l0.24,-0.31l0.04,-0.3l-0.16,-0.4l0.1,-0.29l1.14,-0.7l1.0,-0.87l0.09,0.04l0.3,-0.05l0.47,-0.39l0.49,-0.03l0.14,0.13l0.3,0.06l0.31,-0.1l1.16,0.22l1.24,-0.08l0.81,-0.29l0.29,-0.25l0.63,0.11l0.69,0.18l0.65,-0.06l0.49,-0.2l1.03,0.33l0.38,0.06l0.7,0.44l0.71,0.57l0.92,0.41l0.11,0.12l-0.11,-0.01l-0.23,0.09l-0.3,0.31l-0.76,0.29l-0.58,0.0l-0.15,0.04l-0.45,0.27l-0.31,-0.07l-0.37,-0.34l-0.29,-0.07l-0.26,0.08l-0.18,0.15l-0.23,0.44l-0.04,-0.0l-0.33,0.28l-0.03,0.4l-0.76,0.62l-0.45,0.3l-0.15,0.16l-0.51,-0.36l-0.41,0.06l-0.45,0.57l-0.41,-0.01l-0.59,0.06l-0.27,0.31l0.04,0.97l-0.07,0.0l-0.25,0.16l-0.24,0.45l-0.42,0.06Z",name:"Honduras",},PR:{path:"M254.95,367.9l1.15,0.21l0.2,0.24l-0.36,0.37l-1.76,-0.01l-1.2,0.08l-0.09,-0.71l0.17,-0.18l1.89,0.01Z",name:"Puerto Rico",},PS:{path:"M509.66,329.17l-0.0,1.55l-0.29,0.68l-0.59,0.2l0.02,-0.15l0.52,-0.33l-0.02,-0.52l-0.42,-0.22l0.37,-1.4l0.41,0.18Z",name:"West Bank",},PT:{path:"M398.64,299.22l0.77,-0.72l0.69,-0.33l0.51,1.34l0.28,0.19l1.48,-0.0l0.21,-0.09l0.33,-0.33l1.14,0.09l0.54,1.3l-0.98,0.76l-0.12,0.23l-0.03,2.47l-0.34,0.4l-0.07,0.17l-0.09,1.32l-0.87,0.22l-0.19,0.43l0.95,1.83l-0.65,1.99l0.06,0.3l0.74,0.81l-0.26,0.65l-0.9,1.15l-0.06,0.24l0.17,0.86l-0.74,0.6l-1.16,-0.39l-0.17,-0.01l-0.85,0.23l0.31,-2.01l-0.23,-2.03l-0.22,-0.25l-0.99,-0.26l-0.5,-1.01l0.18,-1.93l0.94,-1.11l0.07,-0.15l0.18,-1.3l0.52,-1.96l-0.05,-1.49l-0.51,-1.26l-0.09,-0.94Z",name:"Portugal",},PY:{path:"M264.33,471.87l0.93,-3.05l0.07,-1.45l1.1,-2.16l4.19,-0.74l2.22,0.04l2.12,1.24l0.07,0.78l0.71,1.42l-0.16,3.57l0.24,0.31l2.64,0.52l0.2,-0.03l0.9,-0.46l1.47,0.64l0.39,0.67l0.23,2.43l0.3,1.11l0.25,0.22l0.93,0.12l0.17,-0.03l0.8,-0.38l0.61,0.34l-0.0,1.3l-0.33,1.59l-0.5,1.63l-0.39,2.36l-2.14,2.03l-1.84,0.42l-2.73,-0.42l-2.14,-0.65l2.28,-3.92l0.03,-0.24l-0.36,-1.22l-0.17,-0.19l-2.55,-1.07l-3.04,-2.02l-2.07,-0.44l-4.41,-4.25Z",name:"Paraguay",},PA:{path:"M213.65,393.66l0.18,-0.44l0.02,-0.18l-0.06,-0.28l0.23,-0.18l-0.01,-0.48l-0.4,-0.29l-0.01,-0.63l0.57,-0.13l0.68,0.69l-0.04,0.4l0.26,0.33l1.0,0.11l0.27,-0.1l0.49,0.44l0.25,0.07l1.34,-0.22l1.04,-0.62l1.49,-0.5l0.86,-0.73l0.99,0.11l0.18,0.28l1.35,0.08l1.02,0.4l0.78,0.72l0.72,0.53l-0.1,0.13l-0.05,0.3l0.53,1.35l-0.28,0.44l-0.6,-0.13l-0.36,0.22l-0.2,0.76l-0.41,-0.36l-0.44,-1.12l0.49,-0.54l-0.14,-0.49l-0.51,-0.14l-0.41,-0.73l-0.11,-0.11l-1.25,-0.7l-0.19,-0.04l-1.1,0.16l-0.22,0.15l-0.47,0.82l-0.9,0.56l-0.49,0.08l-0.22,0.17l-0.25,0.53l0.05,0.32l0.93,1.07l-0.41,0.22l-0.29,0.3l-0.81,0.09l-0.36,-1.27l-0.53,-0.1l-0.21,0.28l-0.5,-0.09l-0.44,-0.88l-0.22,-0.16l-0.99,-0.16l-0.61,-0.28l-0.13,-0.03l-1.0,0.0Z",name:"Panama",},PG:{path:"M808.4,428.5l0.62,0.46l1.19,1.56l1.04,0.77l-0.18,0.37l-0.42,0.15l-0.92,-0.83l-1.05,-1.53l-0.27,-0.96ZM804.09,425.96l-0.3,0.26l-0.36,-1.12l-0.66,-1.06l-2.55,-1.89l-1.42,-0.59l0.17,-0.15l1.16,0.6l0.85,0.55l1.01,0.58l0.97,1.02l0.9,0.76l0.24,1.03ZM796.71,427.89l0.15,0.82l0.34,0.24l1.43,-0.19l0.19,-0.11l0.68,-0.82l1.36,-0.87l0.13,-0.31l-0.21,-1.14l1.04,-0.03l0.3,0.25l-0.04,1.17l-0.74,1.34l-1.17,0.18l-0.22,0.15l-0.35,0.62l-2.51,1.13l-1.21,-0.0l-1.99,-0.71l-1.19,-0.59l0.07,-0.28l1.98,0.32l1.46,-0.2l0.24,-0.21l0.25,-0.79ZM789.24,433.44l0.11,0.15l2.19,1.62l1.6,2.64l0.27,0.14l1.09,-0.06l-0.07,0.78l0.23,0.32l1.23,0.27l-0.14,0.09l0.05,0.53l2.39,0.96l-0.11,0.29l-1.33,0.14l-0.51,-0.55l-0.18,-0.09l-4.59,-0.66l-1.87,-1.56l-1.38,-1.36l-1.28,-2.18l-0.16,-0.13l-3.27,-1.11l-0.19,0.0l-2.12,0.72l-1.58,0.86l-0.15,0.31l0.28,1.64l-1.65,0.73l-1.37,-0.4l-2.3,-0.09l-0.08,-15.68l3.95,1.57l4.58,1.42l1.67,1.25l1.32,1.19l0.36,1.39l0.19,0.21l4.06,1.51l0.39,0.85l-1.9,0.22l-0.25,0.39l0.55,1.68Z",name:"Papua New Guinea",},PE:{path:"M246.44,459.37l-0.63,1.27l-1.05,0.55l-2.25,-1.36l-0.19,-0.95l-0.15,-0.21l-4.95,-2.62l-4.46,-2.83l-1.87,-1.54l-0.94,-1.94l0.34,-0.61l-0.01,-0.31l-2.11,-3.36l-2.46,-4.7l-2.36,-5.05l-1.04,-1.19l-0.77,-1.82l-0.08,-0.11l-1.95,-1.65l-1.54,-0.89l0.62,-0.85l0.02,-0.31l-1.15,-2.27l0.69,-1.56l1.59,-1.26l0.12,0.42l-0.57,0.47l-0.11,0.25l0.07,0.92l0.36,0.27l0.97,-0.19l0.85,0.23l0.99,1.2l0.41,0.05l1.42,-1.03l0.11,-0.16l0.46,-1.64l1.45,-2.06l2.92,-0.96l0.11,-0.07l2.73,-2.62l0.84,-1.72l0.02,-0.18l-0.3,-1.65l0.28,-0.1l1.49,1.06l0.77,1.14l0.1,0.09l1.08,0.6l1.43,2.55l0.21,0.15l1.86,0.31l0.18,-0.03l1.25,-0.6l0.77,0.37l0.17,0.03l1.4,-0.2l1.57,0.96l-1.45,2.3l0.23,0.46l0.63,0.05l0.66,0.71l-1.51,-0.08l-0.24,0.1l-0.27,0.31l-1.96,0.46l-2.95,1.75l-0.14,0.21l-0.17,1.1l-0.6,0.82l-0.05,0.23l0.21,1.14l-1.31,0.63l-0.17,0.27l0.0,0.91l-0.53,0.37l-0.1,0.37l1.04,2.28l1.31,1.47l-0.44,0.91l0.24,0.43l1.52,0.13l0.87,1.24l0.24,0.13l2.21,0.07l0.19,-0.06l1.55,-1.13l-0.14,3.24l0.22,0.3l1.14,0.29l0.16,-0.0l1.17,-0.37l1.97,3.74l-0.45,0.72l-0.04,0.14l-0.12,1.82l-0.05,2.1l-0.92,1.22l-0.03,0.31l0.38,0.81l-0.48,0.73l-0.02,0.3l1.01,2.05l-1.5,2.69Z",name:"Peru",},PK:{path:"M609.08,314.85l1.66,1.31l0.71,2.3l0.2,0.2l3.66,1.11l-2.02,2.14l-2.64,0.43l-3.75,-0.73l-0.28,0.09l-1.23,1.31l-0.07,0.3l0.89,2.64l0.88,2.05l0.1,0.12l1.7,1.24l-1.83,1.46l-0.11,0.24l0.04,1.98l-2.36,2.83l-1.59,2.94l-2.5,2.85l-2.76,-0.2l-0.24,0.09l-2.76,2.96l0.04,0.44l1.54,1.18l0.27,2.02l0.09,0.17l1.34,1.34l0.4,1.92l-5.14,-0.01l-0.22,0.1l-1.53,1.68l-1.52,-0.57l-0.76,-1.94l-1.93,-2.1l-0.25,-0.1l-4.6,0.52l-4.05,0.05l-3.11,0.34l0.78,-2.66l3.48,-1.39l0.18,-0.33l-0.21,-1.29l-0.19,-0.23l-1.01,-0.38l-0.06,-2.29l-0.16,-0.26l-2.32,-1.21l-0.96,-1.65l-0.59,-0.73l3.19,1.12l0.15,0.01l2.44,-0.42l1.44,0.35l0.31,-0.1l0.4,-0.5l1.57,0.23l0.15,-0.02l3.25,-1.2l0.2,-0.27l0.08,-2.36l1.24,-1.47l1.72,0.0l0.29,-0.21l0.22,-0.66l1.67,-0.33l0.85,0.25l0.28,-0.06l0.98,-0.83l0.11,-0.25l-0.13,-1.68l0.97,-1.64l1.51,-0.72l0.14,-0.4l-0.76,-1.54l1.88,0.07l0.27,-0.14l0.69,-1.09l0.05,-0.19l-0.09,-1.03l1.15,-1.18l0.08,-0.26l-0.29,-1.53l-0.52,-1.18l1.25,-1.15l2.6,-0.63l2.86,-0.36l1.33,-0.59l1.29,-0.31Z",name:"Pakistan",},PH:{path:"M737.11,393.69l0.25,1.67l0.14,1.34l-0.54,1.47l-0.64,-1.79l-0.5,-0.1l-1.17,1.28l-0.05,0.32l0.74,1.71l-0.49,0.81l-2.6,-1.29l-0.61,-1.57l0.68,-1.07l-0.07,-0.4l-1.59,-1.19l-0.42,0.06l-0.69,0.92l-1.01,-0.08l-0.21,0.06l-1.58,1.2l-0.17,-0.3l0.87,-1.89l1.48,-0.67l1.18,-0.82l0.71,0.92l0.34,0.1l1.9,-0.69l0.18,-0.18l0.34,-0.94l1.57,-0.06l0.29,-0.32l-0.1,-1.39l1.41,0.84l0.36,2.07ZM734.94,384.23l0.56,2.26l-1.41,-0.49l-0.4,0.3l0.07,0.95l0.51,1.31l-0.54,0.26l-0.08,-1.34l-0.25,-0.28l-0.56,-0.1l-0.23,-0.93l1.03,0.14l0.34,-0.31l-0.03,-0.97l-0.06,-0.17l-1.14,-1.46l1.62,0.04l0.57,0.79ZM724.68,367.93l1.48,0.72l0.33,-0.05l0.43,-0.39l0.05,0.14l-0.37,0.99l0.01,0.23l0.81,1.78l-0.59,1.95l-1.37,0.8l-0.14,0.2l-0.39,2.1l0.01,0.13l0.56,2.06l0.23,0.21l1.33,0.28l0.14,-0.0l1.0,-0.28l2.82,1.29l-0.2,1.17l0.11,0.29l0.66,0.5l-0.13,0.57l-1.54,-0.99l-0.89,-1.3l-0.5,0.0l-0.44,0.65l-1.34,-1.29l-0.26,-0.08l-2.18,0.37l-0.96,-0.44l0.09,-0.73l0.69,-0.58l-0.01,-0.46l-0.75,-0.6l-0.47,0.14l-0.15,0.43l-0.86,-1.03l-0.34,-1.04l-0.07,-1.77l0.49,0.42l0.49,-0.21l0.26,-4.05l0.73,-2.15l1.23,0.0ZM731.12,388.77l-0.82,0.76l-0.83,1.64l-0.52,0.5l-1.17,-1.34l0.36,-0.48l0.62,-0.7l0.07,-0.15l0.24,-1.36l0.74,-0.08l-0.31,1.3l0.16,0.34l0.37,-0.09l1.21,-1.61l-0.12,1.26ZM726.66,385.4l0.86,0.45l0.14,0.03l1.28,-0.0l-0.03,0.63l-1.04,0.97l-1.15,0.55l-0.05,-0.71l0.17,-1.27l-0.01,-0.13l-0.17,-0.52ZM724.92,381.86l-0.45,1.52l-0.7,-0.84l-0.95,-1.45l1.44,0.06l0.67,0.71ZM717.48,391.14l-1.88,1.35l0.21,-0.3l1.81,-1.57l1.5,-1.76l0.97,-1.85l0.23,1.09l-1.56,1.33l-1.29,1.71Z",name:"Philippines",},PL:{path:"M458.81,265.26l-0.98,-2.44l0.18,-1.32l-0.01,-0.12l-0.62,-2.19l-0.84,-1.39l0.6,-0.96l0.04,-0.24l-0.53,-1.94l1.52,-1.11l3.88,-1.97l3.05,-1.42l2.21,0.65l0.16,0.87l0.29,0.25l2.39,0.05l3.12,0.49l4.55,-0.06l1.11,0.4l0.53,1.15l0.13,1.92l0.67,1.53l-0.01,1.42l-1.35,0.76l-0.13,0.37l0.75,1.84l0.06,1.84l1.23,3.4l-0.21,0.86l-1.09,0.4l-0.14,0.11l-2.27,3.23l-0.04,0.28l0.39,1.05l-2.24,-1.39l-0.24,-0.03l-1.71,0.52l-1.09,-0.36l-0.24,0.02l-1.27,0.71l-1.1,-1.19l-0.36,-0.06l-0.78,0.4l-1.15,-1.9l-0.22,-0.14l-1.65,-0.21l-0.2,-1.01l-0.22,-0.23l-1.72,-0.44l-0.36,0.19l-0.25,0.67l-0.88,-0.52l0.13,-0.89l-0.24,-0.34l-1.77,-0.33l-1.08,-1.17Z",name:"Poland",},ZM:{path:"M502.81,438.25l1.09,1.05l0.58,1.95l-0.39,0.66l-0.5,2.07l-0.0,0.14l0.45,1.97l-0.69,0.78l-0.06,0.11l-0.76,2.39l0.15,0.36l0.63,0.32l-6.86,1.92l-0.22,0.33l0.2,1.57l-1.62,0.3l-0.12,0.05l-1.43,1.04l-0.11,0.15l-0.25,0.74l-0.73,0.17l-0.14,0.08l-2.18,2.15l-1.33,1.62l-0.65,0.05l-0.83,-0.3l-2.75,-0.28l-0.24,-0.11l-0.15,-0.27l-0.99,-0.59l-0.13,-0.04l-1.74,-0.14l-1.88,0.55l-1.5,-1.5l-1.61,-2.04l0.11,-7.83l4.92,0.03l0.29,-0.37l-0.19,-0.79l0.34,-0.87l0.0,-0.21l-0.41,-1.12l0.26,-1.15l-0.01,-0.16l-0.12,-0.36l0.18,0.01l0.1,0.56l0.31,0.25l1.14,-0.06l1.43,0.21l0.76,1.06l0.19,0.12l2.01,0.36l0.19,-0.03l1.24,-0.65l0.44,1.04l0.22,0.18l1.81,0.34l0.85,1.0l1.02,1.41l0.24,0.12l1.92,0.02l0.3,-0.32l-0.21,-2.77l-0.47,-0.23l-0.53,0.36l-1.58,-0.9l-0.51,-0.35l0.29,-2.38l0.44,-3.01l-0.03,-0.18l-0.5,-0.99l0.61,-1.38l0.53,-0.24l3.26,-0.41l0.89,0.23l1.01,0.62l1.04,0.44l1.6,0.43l1.35,0.73Z",name:"Zambia",},EE:{path:"M482.18,236.09l0.24,-2.31l-0.46,-0.28l-0.71,0.46l-1.35,-1.44l-0.19,-2.47l2.94,-1.27l3.05,-0.69l2.64,0.79l2.48,-0.12l0.23,0.52l-1.7,2.67l-0.04,0.21l0.72,4.32l-0.91,1.26l-1.81,-0.01l-2.07,-1.67l-1.15,-0.61l-0.25,-0.01l-1.67,0.65Z",name:"Estonia",},EG:{path:"M508.07,337.38l-0.67,1.12l-0.53,2.13l-0.64,1.39l-0.31,0.26l-1.74,-1.93l-1.77,-4.07l-0.49,-0.09l-0.26,0.26l-0.07,0.31l1.04,3.03l1.55,2.89l1.89,4.36l0.94,1.54l0.82,1.6l2.09,2.83l-0.31,0.29l-0.09,0.23l0.08,1.77l0.11,0.22l2.93,2.46l-28.79,0.0l0.0,-19.82l-0.73,-2.32l0.61,-1.7l0.0,-0.19l-0.35,-1.11l0.74,-1.15l3.12,-0.05l2.36,0.76l2.48,0.86l1.15,0.45l0.24,-0.01l1.93,-0.93l1.02,-0.82l2.07,-0.23l1.59,0.33l0.62,1.32l0.53,0.03l0.46,-0.75l1.85,0.63l1.95,0.17l0.18,-0.04l0.91,-0.54l1.48,4.5Z",name:"Egypt",},ZA:{path:"M467.07,505.27l-0.13,-0.32l-0.01,-1.82l-0.72,-1.77l0.6,-0.4l0.13,-0.26l-0.07,-2.27l-0.04,-0.15l-1.63,-2.73l-1.25,-2.44l-1.71,-3.56l0.89,-1.04l0.69,0.55l0.39,1.14l0.23,0.2l1.1,0.2l1.55,0.53l0.14,0.01l1.35,-0.21l0.12,-0.05l2.24,-1.46l0.14,-0.25l0.0,-9.81l0.15,0.09l1.4,2.48l-0.22,1.6l0.04,0.19l0.56,0.98l0.31,0.15l1.79,-0.29l0.16,-0.08l1.23,-1.23l1.17,-0.82l0.1,-0.12l0.57,-1.24l1.02,-0.54l0.9,0.29l1.16,0.76l0.14,0.05l2.04,0.14l0.13,-0.02l1.6,-0.65l0.18,-0.19l0.63,-2.0l1.18,-0.19l0.19,-0.12l0.78,-1.09l0.81,-1.77l2.18,-1.97l3.44,-1.94l0.89,0.03l1.16,0.44l0.21,-0.0l0.76,-0.29l1.07,0.22l1.15,3.66l0.63,1.89l-0.44,3.01l0.1,0.55l-0.74,-0.3l-0.19,-0.01l-0.72,0.2l-0.21,0.21l-0.22,0.77l-0.66,1.01l-0.05,0.17l0.02,0.97l0.09,0.2l1.49,1.52l0.28,0.08l1.47,-0.3l0.22,-0.18l0.43,-1.06l1.29,0.02l-0.52,1.72l-0.29,2.3l-0.6,1.19l-2.2,1.87l-1.06,1.46l-0.72,1.52l-1.39,2.05l-2.81,3.01l-1.75,1.76l-1.85,1.33l-2.55,1.13l-1.23,0.15l-0.24,0.19l-0.22,0.58l-1.26,-0.37l-0.21,0.02l-1.15,0.53l-2.62,-0.56l-0.13,0.0l-1.46,0.35l-0.98,-0.15l-0.17,0.02l-2.55,1.18l-2.11,0.47l-0.11,0.05l-1.48,1.1l-0.91,0.06l-0.96,-0.99l-0.2,-0.09l-0.71,-0.05l-1.0,-1.25l-0.26,0.05ZM493.73,490.38l-1.12,-0.9l-0.32,-0.03l-1.23,0.62l-1.36,1.12l-1.39,1.88l0.01,0.37l1.88,2.23l0.32,0.09l0.9,-0.29l0.18,-0.15l0.4,-0.81l1.28,-0.41l0.18,-0.16l0.42,-0.93l0.76,-1.39l-0.05,-0.36l-0.87,-0.86Z",name:"South Africa",},EC:{path:"M220.2,423.38l1.25,-1.76l0.02,-0.31l-0.54,-1.09l-0.5,-0.06l-0.78,0.94l-1.03,-0.76l0.33,-0.46l0.05,-0.23l-0.38,-2.04l0.66,-0.28l0.17,-0.19l0.45,-1.52l0.93,-1.58l0.04,-0.2l-0.13,-0.78l1.19,-0.47l1.57,-0.91l2.35,1.34l0.17,0.04l0.28,-0.02l0.52,0.91l0.21,0.15l2.12,0.35l0.2,-0.03l0.55,-0.31l1.08,0.73l0.97,0.54l0.31,1.67l-0.71,1.49l-2.64,2.54l-2.95,0.97l-0.15,0.11l-1.53,2.18l-0.49,1.69l-1.1,0.81l-0.87,-1.05l-0.15,-0.1l-1.01,-0.27l-0.13,-0.0l-0.7,0.14l-0.03,-0.43l0.6,-0.5l0.1,-0.31l-0.26,-0.91Z",name:"Ecuador",},AL:{path:"M470.27,297.09l0.39,0.19l0.43,-0.19l0.4,0.68l0.11,0.11l0.47,0.27l0.14,1.02l-0.3,1.08l-0.0,0.15l0.36,1.43l0.11,0.16l0.91,0.71l-0.03,0.55l-0.68,0.4l-0.15,0.22l-0.14,0.99l-0.97,1.31l-0.05,-0.03l-0.04,-0.55l-0.11,-0.21l-1.29,-1.02l-0.2,-1.42l0.21,-2.2l0.33,-1.01l-0.05,-0.28l-0.37,-0.47l-0.14,-0.88l0.66,-1.02Z",name:"Albania",},AO:{path:"M461.62,429.83l0.55,1.67l0.73,1.55l1.56,2.19l0.28,0.12l1.66,-0.2l0.81,-0.34l1.28,0.33l0.33,-0.14l0.39,-0.67l0.56,-1.3l1.37,-0.09l0.27,-0.21l0.07,-0.23l0.67,-0.01l-0.13,0.54l0.29,0.37l2.74,-0.02l0.04,1.3l0.03,0.13l0.46,0.88l-0.35,1.52l0.18,1.56l0.07,0.16l0.75,0.85l-0.13,2.91l0.41,0.29l0.56,-0.21l1.11,0.05l1.5,-0.37l0.9,0.12l0.18,0.53l-0.27,1.16l0.01,0.17l0.4,1.09l-0.33,0.85l-0.01,0.18l0.12,0.51l-4.83,-0.03l-0.3,0.3l-0.12,8.23l0.06,0.19l1.69,2.14l1.28,1.28l-4.03,0.94l-5.93,-0.36l-1.66,-1.21l-0.18,-0.06l-10.15,0.11l-0.34,0.13l-1.34,-1.07l-0.17,-0.06l-1.62,-0.08l-1.6,0.46l-0.88,0.36l-0.17,-1.22l0.34,-2.22l0.85,-2.35l0.14,-1.15l0.79,-2.27l0.57,-1.01l1.42,-1.66l0.82,-1.16l0.05,-0.13l0.26,-1.89l-0.13,-1.51l-0.07,-0.16l-0.72,-0.88l-1.23,-2.93l0.09,-0.37l0.73,-0.96l0.05,-0.27l-1.27,-4.13l-1.19,-1.55l0.1,-0.21l0.86,-0.28l0.78,0.03l0.83,-0.29l7.12,0.03ZM451.81,428.84l-0.17,0.07l-0.5,-1.42l0.85,-0.92l0.53,-0.29l0.48,0.44l-0.56,0.32l-0.1,0.1l-0.41,0.65l-0.05,0.14l-0.07,0.91Z",name:"Angola",},KZ:{path:"M598.41,297.58l-1.37,0.6l-3.3,2.34l-0.1,0.12l-1.02,2.21l-0.54,0.01l-0.61,-1.38l-0.26,-0.18l-2.94,-0.1l-0.47,-2.51l-0.29,-0.25l-0.91,-0.02l0.17,-3.1l-0.11,-0.25l-3.0,-2.52l-0.21,-0.07l-4.29,0.27l-2.79,0.48l-2.36,-3.06l-6.4,-4.18l-0.26,-0.04l-6.45,2.1l-0.21,0.29l0.1,12.4l-0.84,0.11l-1.65,-2.47l-0.1,-0.1l-1.69,-0.95l-0.22,-0.03l-2.84,0.7l-0.14,0.08l-0.7,0.7l-0.03,-0.16l0.58,-1.33l0.0,-0.23l-0.48,-1.19l-0.17,-0.17l-2.78,-1.12l-1.08,-2.98l-0.12,-0.15l-1.26,-0.8l-0.05,-0.62l2.07,0.28l0.34,-0.29l0.09,-2.36l1.84,-0.5l2.11,0.51l0.37,-0.25l0.45,-3.5l-0.45,-2.35l-0.32,-0.24l-2.43,0.17l-2.06,-0.87l-0.26,0.01l-2.87,1.6l-2.2,0.72l-0.96,-0.45l0.22,-1.66l-0.05,-0.2l-1.6,-2.47l-0.27,-0.14l-1.71,0.1l-1.9,-2.27l1.36,-2.7l-0.05,-0.34l-0.59,-0.63l1.74,-3.73l2.27,2.0l0.5,-0.19l0.3,-2.74l5.0,-4.2l3.73,-0.1l5.45,2.74l2.96,1.6l0.3,-0.01l2.59,-1.63l3.8,-0.08l3.13,2.0l0.42,-0.09l0.63,-1.02l3.34,0.16l0.3,-0.2l0.63,-1.89l-0.12,-0.34l-3.73,-2.55l2.1,-1.74l0.09,-0.35l-0.36,-0.85l2.14,-0.96l0.13,-0.43l-1.69,-2.69l0.94,-1.19l9.25,-1.47l0.15,-0.07l1.17,-1.02l6.2,-1.59l0.11,-0.06l2.14,-1.73l4.16,0.88l0.75,4.29l0.41,0.23l2.5,-1.0l2.91,1.32l-0.19,2.1l0.33,0.33l2.4,-0.24l0.13,-0.05l5.04,-3.23l-0.09,0.13l0.03,0.38l3.17,3.24l5.58,10.33l0.52,0.02l1.17,-1.83l3.19,2.13l0.25,0.04l3.48,-0.99l1.19,0.62l1.16,2.2l0.15,0.14l1.67,0.72l1.02,1.57l0.3,0.13l3.02,-0.49l1.13,2.01l-1.72,2.28l-1.96,0.33l-0.25,0.29l-0.12,3.65l-1.21,1.44l-4.79,-1.17l-0.36,0.21l-1.78,6.39l-1.15,0.71l-4.92,1.41l-0.2,0.39l2.16,5.8l-1.48,0.77l-0.16,0.3l0.15,1.48l-1.04,-0.33l-1.21,-1.18l-0.18,-0.08l-3.74,-0.36l-4.15,-0.09l-0.92,0.35l-3.45,-1.4l-0.25,0.01l-1.42,0.71l-0.16,0.21l-0.33,1.69l-3.8,-1.08l-0.17,0.0l-1.65,0.48l-0.2,0.18l-0.52,1.37Z",name:"Kazakhstan",},ET:{path:"M516.0,377.38l1.21,0.93l0.3,0.04l1.29,-0.54l0.46,0.42l0.19,0.08l1.65,0.03l2.05,0.98l0.67,0.89l1.07,0.8l1.0,1.47l0.7,0.69l-0.72,0.93l-0.85,1.2l-0.04,0.25l0.19,0.67l0.04,0.74l0.29,0.28l1.4,0.04l0.55,-0.15l0.23,0.19l-0.41,0.68l0.01,0.32l0.92,1.4l0.93,1.24l0.99,0.94l0.1,0.06l8.19,3.01l1.51,0.01l-6.51,6.96l-3.14,0.11l-0.18,0.06l-2.15,1.71l-1.51,0.04l-0.22,0.1l-0.6,0.69l-1.46,-0.0l-0.93,-0.78l-0.32,-0.04l-2.29,1.05l-0.12,0.1l-0.64,0.9l-1.44,-0.17l-0.51,-0.26l-0.17,-0.03l-0.56,0.07l-0.68,-0.02l-3.1,-2.08l-0.17,-0.05l-1.62,0.0l-0.68,-0.65l0.0,-1.28l-0.21,-0.29l-1.19,-0.38l-1.42,-2.63l-0.13,-0.12l-1.05,-0.54l-0.46,-1.01l-1.27,-1.23l-0.17,-0.08l-1.08,-0.13l0.54,-0.9l1.17,-0.05l0.26,-0.17l0.37,-0.77l0.03,-0.14l-0.03,-2.24l0.7,-2.51l1.08,-0.65l0.14,-0.19l0.24,-1.0l1.03,-1.87l1.47,-1.23l0.09,-0.12l1.02,-2.53l0.36,-1.98l2.62,0.49l0.33,-0.18l0.63,-1.56Z",name:"Ethiopia",},ZW:{path:"M498.94,471.64l-1.16,-0.24l-0.17,0.01l-0.74,0.28l-1.1,-0.42l-1.02,-0.05l-1.52,-1.16l-0.12,-0.05l-1.79,-0.38l-0.65,-1.5l-0.01,-0.88l-0.22,-0.29l-0.99,-0.27l-2.75,-2.83l-0.77,-1.49l-0.52,-0.51l-0.72,-1.58l2.24,0.23l0.78,0.29l0.13,0.02l0.85,-0.06l0.21,-0.11l1.38,-1.69l2.11,-2.08l0.81,-0.19l0.22,-0.2l0.27,-0.81l1.29,-0.94l1.53,-0.29l0.11,0.67l0.3,0.25l2.02,-0.05l1.04,0.49l0.5,0.59l0.18,0.1l1.13,0.18l1.11,0.72l0.01,3.12l-0.49,1.85l-0.11,1.98l0.03,0.15l0.36,0.7l-0.24,1.34l-0.27,0.17l-0.12,0.16l-0.64,1.88l-2.49,2.88Z",name:"Zimbabwe",},ES:{path:"M398.67,298.37l0.09,-1.66l-0.05,-0.19l-0.85,-1.24l3.19,-2.24l3.0,0.6l3.33,-0.02l2.63,0.58l2.15,-0.17l3.88,0.11l0.91,1.22l0.14,0.1l4.61,1.55l0.28,-0.05l0.75,-0.61l2.64,1.44l0.19,0.03l2.58,-0.39l0.1,1.5l-2.21,2.07l-3.13,0.68l-0.23,0.23l-0.21,1.04l-1.54,1.85l-0.97,2.65l0.02,0.24l0.87,1.64l-1.29,1.27l-0.08,0.14l-0.5,1.91l-1.74,0.58l-0.15,0.11l-1.68,2.29l-3.02,0.05l-2.38,-0.06l-0.18,0.05l-1.57,1.1l-0.9,1.09l-0.95,-0.2l-0.83,-0.93l-0.69,-1.75l-0.22,-0.18l-2.14,-0.45l-0.14,-0.71l0.84,-1.08l0.39,-0.94l-0.06,-0.31l-0.75,-0.82l0.64,-1.94l-0.02,-0.23l-0.83,-1.6l0.71,-0.18l0.23,-0.27l0.09,-1.44l0.34,-0.4l0.07,-0.19l0.03,-2.43l1.04,-0.81l0.09,-0.35l-0.7,-1.68l-0.25,-0.18l-1.46,-0.12l-0.24,0.09l-0.34,0.34l-1.15,0.0l-0.55,-1.46l-0.41,-0.16l-1.02,0.49l-0.44,0.4Z",name:"Spain",},ER:{path:"M527.15,382.85l-0.77,-0.75l-1.01,-1.48l-1.14,-0.87l-0.62,-0.85l-0.11,-0.09l-2.18,-1.04l-0.12,-0.03l-1.61,-0.03l-0.52,-0.47l-0.32,-0.05l-1.31,0.54l-1.38,-1.07l-0.46,0.12l-0.69,1.7l-2.49,-0.46l-0.2,-0.77l1.06,-3.74l0.24,-1.68l0.66,-0.67l1.76,-0.41l0.16,-0.1l0.97,-1.15l1.24,2.6l0.68,2.37l0.08,0.14l1.4,1.29l3.39,2.43l1.37,1.45l2.14,2.37l0.95,0.61l-0.33,0.27l-0.85,-0.18Z",name:"Eritrea",},ME:{path:"M469.06,298.48l-0.57,-0.9l-0.09,-0.09l-0.85,-0.53l0.18,-0.41l0.35,-1.79l0.73,-0.72l0.25,-0.17l0.47,0.42l0.35,0.45l0.11,0.09l0.79,0.36l0.69,0.52l-0.47,0.75l-0.26,0.12l-0.07,-0.29l-0.54,-0.09l-1.09,1.67l-0.04,0.21l0.06,0.4Z",name:"Montenegro",},MD:{path:"M488.14,276.51l0.22,-0.2l1.46,-0.33l1.74,1.11l0.12,0.04l0.94,0.13l0.94,0.84l-0.16,1.1l0.13,0.29l0.81,0.54l0.33,1.42l0.07,0.14l0.75,0.8l-0.12,0.37l0.1,0.33l0.06,0.05l-0.12,0.05l-1.23,-0.09l-0.17,-0.35l-0.41,-0.13l-0.52,0.29l-0.14,0.34l0.14,0.53l-0.62,1.04l-0.43,1.19l-0.2,0.12l-0.33,-1.19l0.26,-1.54l-0.08,-1.6l-0.05,-0.15l-1.44,-2.17l-0.81,-1.59l-0.78,-1.11l-0.12,-0.1l-0.37,-0.18Z",name:"Moldova",},MG:{path:"M544.77,446.44l0.64,1.05l0.6,1.64l0.4,3.07l0.63,1.22l-0.22,1.09l-0.15,0.27l-0.59,-1.06l-0.52,-0.01l-0.47,0.77l-0.04,0.23l0.46,1.87l-0.19,0.94l-0.61,0.54l-0.1,0.2l-0.16,2.19l-0.97,3.04l-1.24,3.67l-1.55,5.1l-0.96,3.78l-1.08,3.03l-1.95,0.63l-2.05,1.1l-3.2,-1.58l-0.62,-1.31l-0.18,-2.47l-0.87,-2.13l-0.22,-1.86l0.4,-1.74l1.01,-0.41l0.19,-0.28l0.01,-0.81l1.16,-1.96l0.04,-0.11l0.23,-1.69l-0.03,-0.17l-0.57,-1.23l-0.46,-1.62l-0.19,-2.3l0.83,-1.38l0.33,-1.53l1.11,-0.1l1.4,-0.53l0.9,-0.45l1.03,-0.03l0.21,-0.09l1.41,-1.47l2.12,-1.67l0.75,-1.3l0.03,-0.24l-0.18,-0.57l0.53,0.15l0.32,-0.1l1.38,-1.79l0.06,-0.17l0.04,-1.45l0.54,-0.75l0.62,0.78Z",name:"Madagascar",},MA:{path:"M378.66,359.55l0.07,-0.78l0.93,-0.74l0.82,-1.41l0.04,-0.2l-0.15,-0.83l0.81,-1.81l1.33,-1.66l0.79,-0.41l0.14,-0.15l0.66,-1.61l0.08,-1.51l0.83,-1.59l1.6,-0.98l0.11,-0.11l1.56,-2.83l1.2,-1.03l2.24,-0.3l0.17,-0.08l1.95,-1.92l1.3,-0.8l2.09,-2.4l0.07,-0.25l-0.61,-3.54l0.92,-2.45l0.33,-1.53l1.53,-1.91l2.48,-1.36l1.86,-1.25l0.1,-0.11l1.67,-3.15l0.72,-1.73l1.53,0.01l1.43,1.23l0.22,0.07l2.33,-0.21l2.54,0.66l0.97,0.04l0.84,1.74l0.15,1.84l0.86,3.17l0.08,0.14l0.51,0.49l-0.32,0.81l-3.11,0.47l-0.16,0.08l-1.07,1.03l-1.36,0.24l-0.25,0.28l-0.1,1.98l-2.75,1.08l-0.14,0.11l-0.9,1.37l-1.93,0.73l-2.56,0.46l-4.04,2.12l-0.16,0.27l0.02,3.07l-0.08,0.0l-0.3,0.31l0.05,1.22l-1.25,0.07l-0.17,0.06l-0.73,0.57l-0.97,0.0l-0.85,-0.34l-0.15,-0.02l-2.11,0.3l-0.24,0.19l-0.76,2.03l-0.63,0.16l-0.21,0.19l-1.15,3.42l-3.42,2.91l-0.1,0.16l-0.81,3.68l-0.98,1.16l-0.3,0.87l-5.13,0.2Z",name:"Morocco",},UZ:{path:"M587.83,313.5l0.06,-1.63l-0.19,-0.29l-3.31,-1.35l-2.57,-1.54l-1.63,-1.51l-2.8,-2.19l-1.2,-3.32l-0.11,-0.14l-0.84,-0.6l-0.19,-0.06l-2.6,0.15l-0.76,-0.54l-0.25,-2.55l-0.16,-0.24l-3.37,-1.79l-0.35,0.05l-2.08,1.95l-2.11,1.14l-0.15,0.33l0.32,1.32l-2.15,0.03l-0.09,-12.14l6.1,-1.99l6.24,4.08l2.36,3.09l0.29,0.11l2.92,-0.5l4.16,-0.26l2.79,2.34l-0.18,3.26l0.29,0.32l0.98,0.02l0.46,2.5l0.28,0.25l3.0,0.1l0.61,1.4l0.28,0.18l0.93,-0.02l0.27,-0.17l1.06,-2.3l3.21,-2.27l1.29,-0.56l0.23,0.1l-1.8,1.87l0.05,0.46l1.85,1.26l0.3,0.02l1.64,-0.76l2.44,1.44l-2.74,2.03l-1.78,-0.3l-0.89,0.06l-0.24,-0.6l0.49,-1.43l-0.35,-0.39l-3.35,0.77l-0.21,0.19l-0.78,2.08l-1.07,1.63l-1.92,-0.14l-0.29,0.17l-0.65,1.43l0.16,0.4l1.69,0.71l0.48,2.14l-1.26,2.86l-1.63,-0.57l-1.18,-0.03Z",name:"Uzbekistan",},MM:{path:"M670.09,362.89l-1.46,1.14l-1.67,0.11l-0.26,0.19l-1.1,2.75l-0.95,0.43l-0.14,0.41l1.21,2.31l1.61,1.95l0.94,1.58l-0.82,2.03l-0.77,0.43l-0.13,0.39l0.64,1.36l1.62,1.99l0.26,1.33l-0.04,1.16l0.02,0.13l0.92,2.2l-1.3,2.25l-0.79,1.7l-0.1,-0.78l0.74,-1.88l-0.02,-0.26l-0.8,-1.43l0.2,-2.71l-0.06,-0.2l-0.98,-1.29l-0.8,-3.02l-0.45,-3.26l-1.11,-2.26l-0.45,-0.1l-1.64,1.3l-2.74,1.79l-1.26,-0.21l-1.27,-0.5l0.79,-2.98l0.0,-0.14l-0.52,-2.46l-1.93,-3.03l0.26,-0.82l-0.22,-0.38l-1.37,-0.32l-1.65,-2.03l-0.12,-1.55l0.41,0.19l0.43,-0.26l0.05,-1.76l1.08,-0.56l0.15,-0.33l-0.24,-1.03l0.5,-0.82l0.04,-0.15l0.08,-2.43l1.58,0.5l0.36,-0.15l1.12,-2.26l0.15,-1.38l1.35,-2.27l0.04,-0.17l-0.07,-1.42l2.98,-1.78l1.66,0.47l0.38,-0.32l-0.18,-1.54l0.71,-0.42l0.14,-0.31l-0.14,-0.77l0.94,-0.14l0.74,1.48l0.11,0.12l0.96,0.59l0.07,1.98l-0.1,2.17l-2.29,2.23l-0.09,0.19l-0.3,3.26l0.35,0.32l2.37,-0.41l0.53,2.24l0.2,0.22l1.3,0.43l-0.64,1.97l0.14,0.36l1.86,1.01l1.1,0.51l0.24,0.0l1.45,-0.62l0.04,0.54l-2.01,1.65l-0.56,0.98l-1.34,0.58Z",name:"Myanmar",},ML:{path:"M390.79,377.95l0.68,-0.38l0.14,-0.18l0.36,-1.32l0.51,-0.04l1.68,0.7l0.22,0.0l1.34,-0.49l0.89,0.16l0.3,-0.13l0.29,-0.44l9.89,-0.04l0.29,-0.21l0.56,-1.82l-0.11,-0.33l-0.33,-0.24l-2.37,-22.67l3.41,-0.04l8.37,5.92l8.38,5.84l0.56,1.18l0.14,0.14l1.56,0.76l0.99,0.37l0.03,1.48l0.33,0.29l2.45,-0.23l0.01,5.63l-1.31,1.66l-0.06,0.15l-0.18,1.39l-1.99,0.37l-3.4,0.22l-0.19,0.09l-0.85,0.84l-1.48,0.09l-1.49,0.01l-0.54,-0.43l-0.26,-0.06l-1.38,0.37l-2.39,1.09l-0.13,0.12l-0.44,0.74l-1.88,1.12l-0.11,0.12l-0.3,0.57l-0.86,0.43l-1.1,-0.31l-0.29,0.07l-0.69,0.63l-0.09,0.16l-0.35,1.68l-1.93,2.06l-0.08,0.23l0.05,0.77l-0.63,1.0l-0.04,0.19l0.14,1.24l-0.81,0.3l-0.32,0.17l-0.27,-0.76l-0.39,-0.18l-0.65,0.26l-0.36,-0.04l-0.29,0.14l-0.37,0.6l-1.69,-0.02l-0.63,-0.35l-0.32,0.02l-0.12,0.09l-0.47,-0.45l0.11,-0.6l-0.09,-0.27l-0.31,-0.3l-0.33,-0.05l-0.04,0.02l0.02,-0.21l0.46,-0.59l-0.02,-0.39l-0.99,-1.03l-0.34,-0.75l-0.56,-0.56l-0.17,-0.09l-0.5,-0.07l-0.19,0.04l-0.58,0.35l-0.79,0.33l-0.65,0.51l-0.85,-0.16l-0.63,-0.59l-0.14,-0.07l-0.41,-0.09l-0.2,0.03l-0.59,0.31l-0.07,0.0l-0.1,-0.64l0.11,-0.86l-0.21,-0.99l-0.11,-0.17l-0.86,-0.67l-0.45,-1.35l-0.1,-1.38Z",name:"Mali",},MN:{path:"M641.05,272.72l2.45,-0.64l4.76,-3.33l3.65,-1.78l2.04,1.14l0.14,0.04l2.48,0.06l1.59,1.73l0.2,0.1l2.47,0.14l3.59,0.97l0.3,-0.09l2.43,-2.72l0.05,-0.32l-0.95,-2.18l2.35,-3.79l2.55,1.52l2.35,0.5l2.76,0.97l0.45,2.8l0.17,0.22l3.56,1.65l0.21,0.01l2.35,-0.72l3.09,-0.5l2.39,0.49l2.37,1.81l1.5,1.94l0.24,0.12l2.29,-0.04l3.12,0.62l0.17,-0.02l2.27,-0.94l3.27,-0.63l0.12,-0.05l3.55,-2.65l1.28,0.36l1.26,1.25l0.24,0.09l2.48,-0.27l-1.02,2.43l-1.77,3.78l-0.0,0.24l0.64,1.53l0.37,0.17l1.34,-0.45l2.39,0.56l0.24,-0.05l1.77,-1.26l1.8,1.07l2.14,2.44l-0.18,0.86l-1.78,-0.35l-3.64,0.48l-0.11,0.04l-1.85,1.11l-1.78,2.32l-3.74,1.36l-2.46,1.84l-2.43,-0.68l-1.42,-0.32l-0.33,0.14l-1.31,2.27l0.0,0.3l0.78,1.32l0.32,0.9l-1.61,1.07l-1.75,1.79l-2.82,1.15l-3.77,0.14l-4.05,1.18l-2.79,1.72l-0.94,-0.89l-0.21,-0.08l-2.95,0.0l-3.64,-2.02l-2.56,-0.54l-3.39,0.46l-5.13,-0.76l-2.65,0.07l-1.35,-1.87l-1.13,-3.16l-0.21,-0.19l-1.49,-0.37l-2.98,-2.16l-0.13,-0.05l-3.36,-0.49l-2.84,-0.58l-0.77,-1.33l0.94,-4.12l-0.03,-0.22l-1.73,-2.97l-0.15,-0.13l-3.52,-1.38l-2.0,-1.9l-0.56,-2.29Z",name:"Mongolia",},MK:{path:"M472.73,299.51l0.07,0.01l0.32,-0.25l0.08,-0.51l1.3,-0.46l1.37,-0.32l1.01,-0.05l1.07,0.93l0.15,1.84l-0.23,0.05l-0.18,0.12l-0.32,0.45l-1.19,-0.06l-0.2,0.06l-0.9,0.68l-1.44,0.26l-0.85,-0.66l-0.31,-1.25l0.23,-0.82Z",name:"Macedonia",},MW:{path:"M507.18,443.81l-0.67,1.87l-0.01,0.16l0.7,3.34l0.31,0.24l0.74,-0.03l0.78,0.71l0.99,1.77l0.2,3.07l-0.91,0.46l-0.14,0.15l-0.59,1.4l-1.24,-1.23l-0.17,-1.65l0.5,-1.13l0.02,-0.16l-0.15,-1.04l-0.13,-0.21l-0.99,-0.65l-0.26,-0.03l-0.53,0.18l-1.31,-1.13l-1.15,-0.59l0.66,-2.09l0.75,-0.85l0.07,-0.26l-0.47,-2.05l0.48,-1.95l0.4,-0.65l0.03,-0.24l-0.64,-2.16l-0.08,-0.13l-0.45,-0.43l1.34,0.26l1.25,1.74l0.67,3.32Z",name:"Malawi",},MR:{path:"M390.54,377.41l-1.48,-1.6l-1.51,-1.9l-0.12,-0.09l-1.64,-0.68l-1.17,-0.75l-0.17,-0.05l-1.4,0.03l-0.12,0.03l-1.14,0.53l-1.15,-0.21l-0.26,0.08l-0.44,0.43l-0.11,-0.73l0.68,-1.31l0.31,-2.47l-0.28,-2.68l-0.29,-1.29l0.24,-1.27l-0.03,-0.19l-0.65,-1.27l-1.2,-1.08l0.33,-0.54l9.64,0.02l0.3,-0.34l-0.46,-3.82l0.51,-1.16l2.17,-0.23l0.27,-0.3l-0.08,-6.74l7.91,0.14l0.31,-0.3l0.01,-3.66l8.2,5.88l-2.92,0.04l-0.29,0.33l2.42,23.13l0.12,0.21l0.26,0.2l-0.43,1.41l-9.83,0.04l-0.25,0.14l-0.27,0.41l-0.77,-0.14l-0.16,0.01l-1.3,0.47l-1.64,-0.68l-0.14,-0.02l-0.79,0.06l-0.27,0.22l-0.39,1.41l-0.53,0.3Z",name:"Mauritania",},UG:{path:"M500.74,417.06l-2.84,-0.02l-0.92,0.32l-1.37,0.71l-0.29,-0.12l0.02,-1.6l0.54,-0.89l0.04,-0.13l0.14,-1.96l0.49,-1.09l0.91,-1.24l0.97,-0.68l0.8,-0.89l-0.13,-0.49l-0.79,-0.27l0.13,-2.55l0.78,-0.52l1.45,0.51l0.18,0.01l1.97,-0.58l1.72,0.01l0.18,-0.06l1.29,-0.97l0.98,1.44l0.29,1.24l1.05,2.75l-0.84,1.68l-1.94,2.66l-0.06,0.18l0.02,2.36l-4.8,0.18Z",name:"Uganda",},MY:{path:"M717.6,403.41l-1.51,0.7l-2.13,-0.41l-2.88,-0.0l-0.29,0.21l-0.84,2.77l-0.9,0.82l-0.08,0.12l-1.23,3.34l-1.81,0.47l-2.29,-0.68l-0.14,-0.01l-1.2,0.22l-0.14,0.07l-1.36,1.18l-1.47,-0.17l-0.12,0.01l-1.46,0.46l-1.51,-1.25l-0.24,-0.97l1.26,0.59l0.2,0.02l1.93,-0.47l0.22,-0.22l0.47,-1.98l0.9,-0.4l2.97,-0.54l0.17,-0.09l1.8,-1.98l1.02,-1.32l0.9,1.03l0.48,-0.04l0.43,-0.7l1.02,0.07l0.32,-0.27l0.25,-2.73l1.84,-1.67l1.23,-1.89l0.73,-0.01l1.12,1.11l0.1,0.99l0.18,0.24l1.66,0.71l1.85,0.67l-0.09,0.51l-1.45,0.11l-0.26,0.4l0.35,0.97ZM673.78,399.42l0.17,1.15l0.35,0.25l1.65,-0.3l0.18,-0.11l0.68,-0.86l0.31,0.13l1.41,1.45l1.0,1.59l0.13,1.57l-0.26,1.1l0.0,0.15l0.24,0.84l0.18,1.46l0.11,0.2l0.82,0.64l0.92,2.08l-0.03,0.52l-1.4,0.13l-2.29,-1.79l-2.86,-1.92l-0.27,-1.16l-0.07,-0.13l-1.39,-1.61l-0.33,-2.0l-0.05,-0.12l-0.84,-1.27l0.26,-1.72l-0.03,-0.18l-0.45,-0.88l0.13,-0.13l1.71,0.92Z",name:"Malaysia",},MX:{path:"M133.39,342.64l0.63,0.1l0.27,-0.1l0.93,-1.06l0.07,-0.18l0.09,-1.28l-0.08,-0.23l-1.93,-2.04l-1.46,-0.81l-2.96,-5.95l-0.87,-2.27l2.45,-0.2l2.69,-0.27l-0.05,0.12l0.17,0.39l3.79,1.44l5.82,2.09l6.96,-0.02l0.3,-0.3l0.0,-0.91l3.9,0.0l0.87,0.99l1.27,0.92l1.44,1.24l0.8,1.45l0.62,1.57l0.11,0.14l1.35,0.9l2.08,0.86l0.36,-0.11l1.49,-2.15l1.8,-0.05l1.63,1.06l1.21,1.89l0.86,1.66l1.47,1.63l0.53,1.9l0.73,1.38l0.14,0.13l1.98,0.87l1.78,0.61l0.62,-0.03l-0.79,1.98l-0.45,2.03l-0.19,3.69l-0.24,1.31l0.01,0.14l0.43,1.48l0.78,1.34l0.49,2.04l0.06,0.12l1.63,1.95l0.61,1.54l0.98,1.3l0.16,0.11l2.58,0.68l0.98,1.04l0.31,0.08l2.17,-0.73l1.91,-0.27l1.87,-0.47l1.67,-0.5l1.59,-1.08l0.11,-0.14l0.6,-1.55l0.22,-2.26l0.35,-0.64l1.58,-0.65l2.58,-0.61l2.18,0.09l1.43,-0.21l0.39,0.37l-0.07,1.05l-1.28,1.51l-0.65,1.71l0.07,0.32l0.33,0.33l-0.8,2.54l-0.28,-0.3l-0.24,-0.09l-1.0,0.08l-0.24,0.15l-0.74,1.31l-0.18,-0.13l-0.28,-0.03l-0.3,0.12l-0.19,0.29l0.0,0.07l-4.34,-0.02l-0.3,0.3l-0.0,1.18l-0.83,0.0l-0.28,0.19l0.07,0.33l0.93,0.87l0.9,0.59l0.24,0.49l0.16,0.15l0.2,0.08l-0.03,0.39l-2.94,0.01l-0.26,0.15l-1.21,2.12l0.02,0.33l0.25,0.34l-0.21,0.45l-0.04,0.22l-2.42,-2.38l-1.36,-0.88l-2.04,-0.68l-0.13,-0.01l-1.4,0.19l-2.07,0.99l-1.14,0.23l-1.72,-0.66l-1.85,-0.49l-2.31,-1.18l-1.93,-0.39l-2.79,-1.2l-2.04,-1.22l-0.6,-0.67l-0.19,-0.1l-1.37,-0.15l-2.45,-0.8l-1.07,-1.21l-2.63,-1.47l-1.2,-1.6l-0.44,-0.96l0.51,-0.16l0.19,-0.38l-0.2,-0.6l0.47,-0.57l0.07,-0.19l0.01,-0.93l-0.05,-0.18l-0.81,-1.16l-0.25,-1.11l-0.84,-1.37l-2.23,-2.74l-2.53,-2.16l-1.2,-1.69l-0.11,-0.09l-2.08,-1.1l-0.35,-0.51l0.35,-1.6l-0.16,-0.33l-1.24,-0.63l-1.39,-1.28l-0.6,-1.89l-0.24,-0.21l-1.25,-0.21l-1.38,-1.42l-1.11,-1.31l-0.1,-0.81l-0.04,-0.12l-1.33,-2.15l-0.85,-2.14l0.04,-1.06l-0.14,-0.26l-1.81,-1.16l-0.21,-0.04l-0.73,0.11l-1.34,-0.76l-0.43,0.17l-0.4,1.19l-0.0,0.18l0.41,1.38l0.24,2.16l0.05,0.14l0.88,1.22l1.84,1.96l0.4,0.65l0.11,0.11l0.28,0.15l0.29,0.87l0.31,0.2l0.2,-0.02l0.44,1.59l0.08,0.14l0.72,0.69l0.51,0.96l1.58,1.46l0.81,2.52l0.77,1.27l0.66,1.23l0.13,1.39l0.28,0.27l1.08,0.08l0.92,1.14l0.83,1.12l-0.03,0.26l-0.89,0.84l-0.12,-0.0l-0.59,-1.47l-0.07,-0.11l-1.67,-1.58l-1.81,-1.33l-1.15,-0.63l0.07,-1.92l-0.38,-1.51l-0.11,-0.17l-2.91,-2.11l-0.4,0.04l-0.1,0.11l-0.41,-0.48l-0.11,-0.08l-1.49,-0.65l-1.12,-1.24Z",name:"Mexico",},VU:{path:"M839.91,455.74l0.8,0.76l-0.18,0.08l-0.61,-0.83ZM839.12,452.8l0.27,1.38l-0.13,-0.06l-0.21,-0.02l-0.28,0.08l-0.22,-0.44l-0.04,-1.34l0.61,0.41Z",name:"Vanuatu",},FR:{path:"M444.58,298.16l-0.69,2.17l-0.71,-0.42l-0.52,-2.05l0.44,-1.1l1.14,-0.92l0.34,2.33ZM429.7,268.48l1.77,1.87l0.29,0.09l1.14,-0.27l2.11,1.7l0.56,0.33l0.19,0.04l0.59,-0.07l1.08,0.92l0.14,0.07l3.23,0.63l-1.12,2.34l-0.3,2.55l-0.48,0.44l-0.98,-0.29l-0.38,0.31l0.07,0.81l-1.75,1.97l-0.08,0.19l-0.04,1.65l0.43,0.28l0.94,-0.45l0.68,1.26l-0.09,0.92l0.04,0.17l0.64,1.17l-0.74,0.93l-0.06,0.26l0.65,2.72l0.2,0.22l1.11,0.36l-0.22,1.15l-2.08,1.79l-4.8,-0.9l-0.14,0.01l-3.65,1.12l-0.21,0.25l-0.26,1.83l-2.58,0.39l-2.73,-1.49l-0.33,0.03l-0.78,0.63l-4.36,-1.47l-0.82,-1.1l1.19,-1.9l0.04,-0.14l0.48,-7.06l-0.05,-0.19l-2.58,-3.82l-1.88,-1.91l-0.11,-0.07l-3.65,-1.37l-0.21,-2.3l2.93,-0.75l4.13,0.96l0.36,-0.35l-0.66,-3.62l1.77,1.24l0.31,0.02l5.83,-3.02l0.15,-0.2l0.72,-3.07l1.73,-0.63l0.28,1.08l0.27,0.22l1.02,0.06l1.08,1.47ZM289.1,408.35l-0.85,0.84l-0.88,0.13l-0.25,-0.51l-0.21,-0.16l-0.56,-0.1l-0.25,0.07l-0.63,0.55l-0.62,-0.29l0.5,-0.88l0.21,-1.11l0.42,-1.05l-0.03,-0.28l-0.93,-1.42l-0.18,-1.55l1.13,-1.87l2.42,0.78l2.55,2.04l0.33,0.81l-1.4,2.17l-0.77,1.84Z",name:"France",},FI:{path:"M492.25,172.45l-0.37,4.87l0.07,0.22l3.71,4.31l-2.23,4.72l-0.01,0.24l2.87,7.01l-1.65,5.05l0.02,0.23l2.2,4.24l-0.99,3.59l0.07,0.29l3.58,3.67l-0.87,2.56l-2.29,3.05l-5.28,6.52l-4.51,0.42l-4.38,1.84l-3.82,0.99l-1.34,-2.53l-0.09,-0.11l-2.28,-1.57l0.54,-4.95l-1.2,-4.85l1.15,-3.08l2.24,-3.48l5.69,-6.24l1.65,-1.22l0.12,-0.27l-0.26,-2.54l-0.11,-0.2l-3.42,-2.83l-0.8,-2.29l-0.07,-9.89l-0.07,-0.19l-3.91,-4.61l-3.17,-3.22l1.09,-1.36l2.55,3.4l0.27,0.12l3.17,-0.33l2.6,1.62l0.4,-0.07l2.39,-3.07l0.06,-0.12l1.2,-5.11l3.59,-2.29l2.92,2.64l-1.02,4.83Z",name:"Finland",},FJ:{path:"M869.98,457.2l-1.31,0.45l-0.14,-0.43l0.97,-0.41l0.85,-0.17l1.43,-0.79l-0.17,0.67l-1.64,0.69ZM867.58,459.27l0.54,0.48l-0.31,1.02l-1.32,0.31l-1.13,-0.27l-0.17,-0.81l0.72,-0.67l0.98,0.28l0.25,-0.04l0.43,-0.3Z",name:"Fiji",},FK:{path:"M268.11,567.2l2.64,-2.12l1.96,0.92l0.35,-0.07l1.3,-1.39l1.61,1.45l-0.59,1.11l-3.07,1.11l-0.99,-1.25l-0.43,-0.04l-1.87,1.61l-0.91,-1.33Z",name:"Falkland Islands",},NI:{path:"M202.1,382.39l0.23,-0.0l0.12,-0.11l0.68,-0.09l0.22,-0.16l0.23,-0.44l0.2,-0.01l0.28,-0.31l-0.04,-0.98l0.29,-0.03l0.5,0.02l0.25,-0.11l0.36,-0.46l0.51,0.36l0.41,-0.06l0.23,-0.28l0.45,-0.3l0.87,-0.71l0.11,-0.21l0.02,-0.27l0.23,-0.12l0.25,-0.48l0.29,0.27l0.14,0.07l0.5,0.12l0.22,-0.03l0.48,-0.29l0.66,-0.02l0.87,-0.34l0.36,-0.32l0.21,0.01l-0.11,0.49l0.0,0.14l0.22,0.82l-0.54,0.86l-0.27,1.04l-0.09,1.19l0.14,0.72l0.05,0.96l-0.24,0.16l-0.13,0.19l-0.23,1.1l0.0,0.14l0.14,0.53l-0.42,0.54l-0.06,0.24l0.12,0.69l0.07,0.15l0.18,0.2l-0.26,0.23l-0.48,-0.11l-0.35,-0.44l-0.16,-0.1l-0.79,-0.21l-0.23,0.03l-0.45,0.26l-1.51,-0.62l-0.31,0.05l-0.17,0.15l-1.81,-1.63l-0.6,-0.9l-1.04,-0.8l-0.78,-0.72Z",name:"Nicaragua",},NL:{path:"M436.23,255.88l1.8,0.1l0.38,1.15l-0.61,3.68l-0.54,1.32l-1.3,0.0l-0.3,0.33l0.36,3.56l-0.82,-0.55l-1.56,-1.72l-0.32,-0.08l-2.25,0.81l-1.13,-0.19l0.81,-0.69l0.09,-0.13l2.15,-5.92l3.25,-1.66Z",name:"Netherlands",},NO:{path:"M491.43,157.21l7.34,5.23l-2.84,1.75l-0.1,0.41l2.6,4.33l-3.99,2.67l-1.49,0.48l0.95,-4.49l-0.09,-0.28l-3.21,-2.91l-0.36,-0.03l-3.89,2.48l-0.13,0.18l-1.21,5.17l-2.18,2.81l-2.46,-1.53l-0.19,-0.04l-3.1,0.33l-2.68,-3.58l-0.47,-0.01l-1.43,1.78l-1.44,0.27l-0.24,0.27l-0.34,4.2l-4.38,-1.02l-0.36,0.24l-0.62,3.52l-2.15,-0.02l-0.29,0.2l-4.15,11.71l-3.88,8.48l-0.0,0.25l0.86,1.88l-0.75,1.97l-2.27,-0.09l-0.3,0.21l-1.64,5.38l0.15,7.19l0.04,0.15l1.55,2.57l-0.81,5.85l-2.05,3.36l-0.9,2.27l-1.37,-2.45l-0.49,-0.05l-4.89,5.55l-3.12,1.04l-3.24,-2.27l-0.87,-5.11l-0.78,-11.74l2.22,-3.33l6.57,-4.6l5.0,-5.94l4.62,-8.38l6.0,-12.27l4.18,-5.05l6.85,-8.8l5.36,-3.13l4.02,0.38l0.28,-0.14l3.72,-6.09l4.38,0.33l0.12,-0.02l4.35,-1.49ZM484.49,59.5l4.74,5.0l-3.56,7.29l-7.04,1.56l-7.12,-2.21l-0.42,-3.67l-0.28,-0.26l-3.41,-0.24l-2.57,-6.26l7.3,-3.98l3.48,3.48l0.47,-0.07l2.38,-4.28l6.03,3.62ZM482.38,93.35l-5.14,4.4l-3.98,-2.43l1.59,-2.81l0.02,-0.26l-1.41,-3.62l4.6,-2.2l0.91,4.25l0.11,0.18l3.31,2.49ZM466.4,69.66l8.07,9.88l-6.07,4.87l-0.11,0.19l-1.38,8.91l-2.13,2.16l-0.08,0.17l-1.16,9.16l-2.62,0.37l-5.16,-6.54l2.18,-3.96l-0.06,-0.37l-3.71,-3.41l-4.84,-10.47l-1.91,-10.31l6.33,-4.71l1.25,4.55l0.31,0.22l3.57,-0.19l0.28,-0.24l0.91,-4.64l3.27,-0.45l3.05,4.81Z",name:"Norway",},NA:{path:"M461.88,489.05l-1.61,-1.85l-0.95,-1.99l-0.55,-2.69l-0.62,-2.03l-0.83,-4.2l-0.06,-3.23l-0.33,-1.54l-0.07,-0.13l-0.96,-1.09l-1.27,-2.18l-1.3,-3.17l-0.59,-1.75l-1.98,-2.51l-0.13,-1.71l0.99,-0.41l1.44,-0.43l1.48,0.07l1.42,1.13l0.32,0.03l0.32,-0.15l9.98,-0.11l1.65,1.2l0.16,0.06l6.06,0.37l4.69,-1.08l2.01,-0.58l1.5,0.14l0.64,0.38l-1.01,0.43l-0.7,0.01l-0.16,0.05l-1.38,0.89l-0.79,-0.89l-0.29,-0.09l-3.83,0.92l-1.84,0.09l-0.29,0.3l-0.07,9.21l-2.18,0.08l-0.29,0.3l-0.0,18.14l-2.05,1.34l-1.21,0.19l-1.5,-0.52l-0.99,-0.19l-0.36,-1.05l-0.1,-0.14l-0.99,-0.78l-0.41,0.04l-0.97,1.14Z",name:"Namibia",},NC:{path:"M835.87,469.03l2.06,1.67l1.03,0.98l-0.5,0.34l-1.2,-0.64l-1.76,-1.19l-1.59,-1.4l-1.61,-1.83l-0.17,-0.43l0.54,0.02l1.32,0.85l1.08,0.89l0.79,0.74Z",name:"New Caledonia",},NE:{path:"M426.67,383.98l0.03,-1.06l-0.24,-0.3l-2.66,-0.54l-0.06,-1.01l-0.07,-0.17l-1.37,-1.63l-0.3,-1.05l0.15,-0.95l1.37,-0.09l0.19,-0.09l0.85,-0.84l3.34,-0.22l2.22,-0.41l0.24,-0.26l0.2,-1.52l1.32,-1.68l0.06,-0.19l-0.01,-5.85l3.41,-1.16l7.24,-5.25l8.46,-5.09l3.76,1.11l1.35,1.43l0.37,0.05l1.39,-0.79l0.55,3.77l0.12,0.2l0.82,0.61l0.03,0.71l0.1,0.21l0.87,0.77l-0.47,1.02l-0.96,5.37l-0.13,3.31l-3.08,2.37l-0.1,0.15l-1.08,3.42l0.08,0.31l0.94,0.87l-0.01,1.53l0.29,0.3l1.25,0.05l-0.14,0.67l-0.51,0.11l-0.24,0.26l-0.06,0.58l-0.03,0.0l-1.59,-2.65l-0.21,-0.14l-0.59,-0.1l-0.23,0.05l-1.83,1.34l-1.79,-0.69l-1.42,-0.17l-0.17,0.03l-0.65,0.33l-1.39,-0.07l-0.19,0.06l-1.4,1.04l-1.12,0.05l-2.97,-1.3l-0.26,0.01l-1.12,0.59l-1.08,-0.04l-0.85,-0.88l-0.11,-0.07l-2.51,-0.96l-0.14,-0.02l-2.69,0.31l-0.16,0.07l-0.65,0.56l-0.1,0.16l-0.34,1.42l-0.69,0.99l-0.05,0.15l-0.13,1.73l-1.47,-1.13l-0.19,-0.06l-0.9,0.01l-0.2,0.08l-0.32,0.28Z",name:"Niger",},NG:{path:"M442.0,402.59l-2.4,0.83l-0.88,-0.12l-0.19,0.04l-0.89,0.52l-1.78,-0.05l-1.23,-1.44l-0.88,-1.88l-1.77,-1.66l-0.21,-0.08l-3.78,0.03l0.13,-3.76l-0.06,-1.58l0.44,-1.48l0.74,-0.75l1.21,-1.57l0.04,-0.29l-0.22,-0.56l0.44,-0.91l0.01,-0.23l-0.54,-1.45l0.26,-2.99l0.72,-1.07l0.33,-1.38l0.51,-0.43l2.53,-0.29l2.38,0.91l0.89,0.92l0.21,0.09l1.28,0.04l0.15,-0.03l1.06,-0.56l2.9,1.27l0.14,0.02l1.28,-0.06l0.16,-0.06l1.39,-1.03l1.36,0.07l0.15,-0.03l0.64,-0.32l1.22,0.14l1.9,0.74l0.29,-0.04l1.85,-1.36l0.33,0.06l1.62,2.7l0.29,0.14l0.32,-0.04l0.73,0.75l-0.19,0.37l-0.12,0.75l-2.03,1.9l-0.07,0.11l-0.66,1.63l-0.35,1.28l-0.48,0.51l-0.07,0.12l-0.48,1.68l-1.26,0.98l-0.1,0.15l-0.38,1.25l-0.58,1.07l-0.2,0.91l-1.43,0.71l-1.26,-0.93l-0.19,-0.06l-0.95,0.04l-0.2,0.09l-1.41,1.39l-0.61,0.02l-0.26,0.17l-1.19,2.43l-0.61,1.67Z",name:"Nigeria",},NZ:{path:"M857.9,512.09l1.84,3.36l0.33,0.15l0.23,-0.28l0.04,-1.55l0.57,0.43l0.36,2.26l0.16,0.22l2.02,1.03l1.78,0.28l0.24,-0.07l1.31,-1.1l0.85,0.24l-0.54,2.53l-0.67,1.66l-1.7,-0.06l-0.26,0.13l-0.67,0.98l-0.05,0.22l0.21,1.29l-0.32,0.53l-2.15,3.98l-1.59,1.09l-0.28,-0.57l-0.14,-0.14l-0.76,-0.35l1.3,-2.44l0.01,-0.26l-0.82,-1.8l-0.14,-0.15l-2.51,-1.21l0.05,-0.82l1.68,-1.04l0.14,-0.2l0.42,-2.46l-0.14,-2.23l-0.98,-2.02l0.06,-0.46l-0.08,-0.24l-1.18,-1.27l-1.94,-2.69l-0.88,-1.81l0.39,-0.1l1.24,1.54l0.12,0.09l1.81,0.74l0.67,2.6ZM853.92,527.38l0.57,1.38l0.46,0.12l1.5,-1.13l0.53,1.02l0.0,1.25l-0.89,1.48l-1.62,2.48l-1.26,1.36l-0.04,0.35l0.68,1.23l-1.44,0.03l-0.15,0.04l-2.14,1.31l-0.13,0.17l-0.67,2.29l-1.39,3.52l-3.07,2.53l-2.1,-0.07l-1.55,-1.14l-0.15,-0.06l-2.52,-0.24l-0.32,-1.02l1.27,-2.5l3.08,-3.39l1.62,-0.67l1.81,-1.33l2.18,-1.84l1.55,-1.84l1.09,-2.46l0.9,-0.8l0.09,-0.16l0.35,-1.76l1.36,-1.18l0.4,1.01Z",name:"New Zealand",},NP:{path:"M641.26,342.33l-0.14,1.0l0.32,1.72l-0.21,0.82l-1.82,0.04l-2.98,-0.64l-1.86,-0.26l-1.37,-1.36l-0.18,-0.09l-3.38,-0.36l-3.21,-1.56l-2.38,-1.4l-2.17,-0.97l0.85,-2.35l1.51,-1.25l0.89,-0.59l1.83,0.81l2.5,1.86l1.39,0.43l0.78,1.28l0.17,0.13l1.91,0.55l2.0,1.23l2.92,0.69l2.64,0.25Z",name:"Nepal",},CI:{path:"M413.53,401.97l-0.83,0.02l-1.79,-0.49l-1.64,0.03l-3.04,0.46l-1.73,0.72l-2.4,0.89l-0.12,-0.02l0.16,-1.7l0.19,-0.25l0.06,-0.2l-0.08,-0.99l-0.09,-0.19l-1.06,-1.05l-0.15,-0.08l-0.71,-0.15l-0.51,-0.48l0.45,-0.92l0.02,-0.19l-0.24,-1.17l0.07,-0.43l0.14,-0.0l0.3,-0.26l0.15,-1.1l-0.02,-0.15l-0.13,-0.34l0.09,-0.14l0.83,-0.27l0.19,-0.37l-0.62,-2.03l-0.55,-1.01l0.14,-0.6l0.35,-0.14l0.24,-0.16l0.53,0.29l0.14,0.04l1.93,0.02l0.26,-0.14l0.36,-0.58l0.39,0.01l0.43,-0.17l0.28,0.8l0.43,0.16l0.56,-0.31l0.89,-0.33l0.92,0.45l0.39,0.75l0.14,0.13l1.13,0.54l0.31,-0.03l0.81,-0.59l1.02,-0.08l1.49,0.57l0.62,3.34l-1.03,2.1l-0.65,2.85l0.02,0.2l1.05,2.09l-0.07,0.64Z",name:"Ivory Coast",},CH:{path:"M444.71,279.4l0.06,0.41l-0.35,0.82l0.12,0.38l1.13,0.67l0.13,0.04l0.96,0.08l-0.14,1.03l-0.87,0.48l-1.74,-0.43l-0.35,0.19l-0.48,1.28l-0.84,0.08l-0.33,-0.44l-0.44,-0.04l-1.34,1.16l-1.0,0.14l-0.92,-0.66l-0.83,-1.53l-0.39,-0.13l-0.76,0.36l0.02,-1.05l1.76,-1.98l0.07,-0.22l-0.04,-0.5l0.72,0.21l0.29,-0.07l0.6,-0.55l2.01,0.02l0.26,-0.14l0.38,-0.59l2.29,0.97Z",name:"Switzerland",},CO:{path:"M232.24,414.84l-0.94,-0.52l-1.22,-0.82l-0.31,-0.01l-0.62,0.35l-1.88,-0.31l-0.54,-0.95l-0.29,-0.15l-0.37,0.03l-2.34,-1.33l-0.15,-0.35l0.57,-0.11l0.24,-0.32l-0.1,-1.15l0.46,-0.71l1.11,-0.15l0.21,-0.13l1.05,-1.57l0.95,-1.31l-0.08,-0.43l-0.73,-0.47l0.4,-1.24l0.01,-0.16l-0.53,-2.16l0.44,-0.54l0.06,-0.24l-0.4,-2.13l-0.06,-0.13l-0.93,-1.23l0.21,-0.81l0.52,0.12l0.32,-0.13l0.47,-0.75l0.03,-0.27l-0.52,-1.33l0.1,-0.12l1.14,0.07l0.22,-0.08l1.82,-1.72l0.96,-0.25l0.22,-0.28l0.02,-0.81l0.43,-2.02l1.28,-1.05l1.48,-0.05l0.27,-0.19l0.12,-0.31l1.73,0.19l0.2,-0.05l1.96,-1.29l0.97,-0.57l1.16,-1.17l0.64,0.11l0.43,0.44l-0.31,0.56l-1.49,0.4l-0.19,0.16l-0.6,1.21l-0.97,0.75l-0.73,0.95l-0.06,0.13l-0.3,1.77l-0.68,1.45l0.23,0.42l1.1,0.14l0.27,0.97l0.08,0.13l0.49,0.49l0.17,0.85l-0.27,0.86l-0.01,0.14l0.09,0.53l0.2,0.23l0.52,0.18l0.54,0.8l0.27,0.13l3.18,-0.24l1.31,0.29l1.7,2.09l0.31,0.1l0.96,-0.26l1.75,0.13l1.41,-0.27l0.56,0.27l-0.36,1.07l-0.54,0.81l-0.05,0.13l-0.2,1.8l0.51,1.79l0.07,0.12l0.65,0.68l0.05,0.32l-1.16,1.14l0.05,0.47l0.86,0.52l0.6,0.79l0.31,1.01l-0.7,-0.81l-0.44,-0.01l-0.74,0.77l-4.75,-0.05l-0.3,0.31l0.03,1.57l0.25,0.29l1.2,0.21l-0.02,0.24l-0.1,-0.05l-0.22,-0.02l-1.41,0.41l-0.22,0.29l-0.01,1.82l0.11,0.23l1.04,0.85l0.35,1.3l-0.06,1.02l-1.02,6.26l-0.84,-0.89l-0.19,-0.09l-0.25,-0.02l1.35,-2.13l-0.1,-0.42l-1.92,-1.17l-0.2,-0.04l-1.41,0.2l-0.82,-0.39l-0.26,0.0l-1.29,0.62l-1.63,-0.27l-1.4,-2.5l-0.12,-0.12l-1.1,-0.61l-0.83,-1.2l-1.67,-1.19l-0.27,-0.04l-0.54,0.19Z",name:"Colombia",},CN:{path:"M740.32,270.79l0.21,0.22l4.29,1.22l2.85,2.61l0.99,3.45l0.29,0.22l3.8,0.0l0.17,-0.05l2.13,-1.45l3.52,-0.94l-1.09,2.78l-0.95,1.32l-0.05,0.11l-0.85,3.96l-1.57,3.24l-2.81,-0.58l-0.21,0.03l-2.15,1.25l-0.14,0.32l0.65,2.96l-0.33,3.78l-1.02,0.07l-0.28,0.3l0.01,0.87l-1.08,-1.34l-0.5,0.05l-0.94,1.81l-3.76,1.42l-0.19,0.35l0.31,1.38l-1.67,-0.09l-1.11,-0.98l-0.44,0.05l-1.69,2.32l-2.71,1.75l-2.03,2.09l-3.42,0.93l-0.11,0.06l-1.8,1.48l-1.59,0.52l0.59,-0.67l0.05,-0.31l-0.45,-1.09l1.86,-2.06l0.02,-0.38l-1.32,-1.73l-0.38,-0.08l-2.23,1.2l-2.83,2.28l-1.51,2.04l-2.32,0.15l-0.21,0.11l-1.28,1.5l-0.03,0.35l1.32,2.16l0.18,0.13l1.84,0.47l0.07,1.2l0.17,0.25l1.98,0.92l0.31,-0.04l2.65,-2.13l2.05,1.13l0.13,0.04l1.4,0.07l0.28,1.14l-3.25,0.8l-0.17,0.12l-1.14,1.63l-2.38,1.52l-0.1,0.1l-1.29,2.15l0.1,0.41l2.6,1.62l0.97,2.91l1.52,2.73l1.66,2.22l-0.04,1.89l-1.41,0.71l-0.14,0.38l0.6,1.55l0.12,0.15l1.3,0.79l-0.35,2.13l-0.58,2.06l-1.21,0.22l-0.2,0.14l-1.83,3.07l-2.02,3.65l-2.29,3.25l-3.4,2.5l-3.42,2.25l-2.75,0.3l-0.15,0.06l-1.32,1.04l-0.68,-0.69l-0.42,-0.01l-1.37,1.3l-3.41,1.32l-2.62,0.41l-0.24,0.21l-0.8,2.64l-0.95,0.11l-0.54,-1.59l0.53,-0.92l-0.19,-0.44l-3.36,-0.86l-0.18,0.01l-1.09,0.4l-2.36,-0.65l-1.01,-0.93l0.35,-1.39l-0.23,-0.37l-2.22,-0.48l-1.15,-0.97l-0.36,-0.02l-2.08,1.41l-2.34,0.3l-1.98,-0.01l-0.13,0.03l-1.32,0.65l-1.27,0.39l-0.21,0.32l0.33,2.73l-0.78,-0.04l-0.14,-0.4l-0.07,-1.07l-0.42,-0.26l-1.71,0.73l-0.95,-0.44l-1.63,-0.89l0.65,-2.02l-0.19,-0.38l-1.43,-0.47l-0.56,-2.35l-0.34,-0.23l-2.26,0.39l0.25,-2.76l2.29,-2.24l0.09,-0.2l0.1,-2.3l-0.07,-2.18l-0.14,-0.25l-1.02,-0.63l-0.8,-1.59l-0.31,-0.16l-1.42,0.21l-2.18,-0.34l0.57,-0.8l0.01,-0.34l-1.17,-1.78l-0.42,-0.08l-1.66,1.13l-1.96,-0.66l-0.26,0.03l-2.89,1.82l-2.26,2.09l-1.81,0.32l-0.99,-0.69l-0.16,-0.05l-1.28,-0.07l-1.75,-0.64l-0.24,0.02l-1.35,0.72l-0.09,0.08l-1.19,1.51l-0.14,-1.48l-0.41,-0.25l-1.46,0.57l-2.83,-0.27l-2.77,-0.64l-1.99,-1.22l-1.91,-0.56l-0.78,-1.28l-0.17,-0.13l-1.36,-0.4l-2.54,-1.88l-2.01,-0.89l-0.29,0.02l-0.88,0.59l-3.3,-1.93l-2.36,-1.78l-0.58,-2.69l1.34,0.3l0.36,-0.28l0.08,-1.52l-0.05,-0.18l-0.94,-1.44l0.24,-2.36l-0.06,-0.21l-2.69,-3.58l-0.15,-0.11l-3.97,-1.2l-0.69,-2.23l-0.1,-0.15l-1.8,-1.42l-0.4,-0.81l-0.36,-1.73l0.08,-1.2l-0.17,-0.29l-1.52,-0.73l-0.24,-0.01l-0.49,0.19l-0.53,-2.48l0.6,-0.63l0.06,-0.33l-0.24,-0.53l2.15,-1.39l1.62,-0.6l2.57,0.43l0.32,-0.17l0.88,-1.96l3.04,-0.37l0.21,-0.13l0.85,-1.26l3.87,-1.79l0.15,-0.15l0.35,-0.76l0.03,-0.16l-0.18,-1.74l1.54,-0.8l0.14,-0.37l-2.14,-5.75l4.65,-1.33l1.36,-0.83l0.13,-0.17l1.73,-6.23l4.69,1.14l0.3,-0.1l1.39,-1.67l0.07,-0.18l0.11,-3.5l1.84,-0.31l0.19,-0.12l1.85,-2.46l0.58,-0.19l0.58,2.35l0.08,0.15l2.2,2.06l3.47,1.36l1.62,2.78l-0.94,4.12l0.03,0.22l0.9,1.55l0.2,0.14l2.98,0.61l3.32,0.49l2.97,2.15l1.49,0.4l1.09,3.05l1.51,2.11l0.25,0.12l2.73,-0.08l5.14,0.76l3.37,-0.47l2.38,0.49l3.66,2.03l0.15,0.04l2.91,-0.0l1.02,0.96l0.36,0.04l2.88,-1.78l3.97,-1.15l3.82,-0.15l2.93,-1.2l0.1,-0.07l1.77,-1.82l1.73,-1.14l0.12,-0.35l-0.41,-1.15l-0.73,-1.25l1.12,-1.93l1.19,0.27l2.57,0.71l0.26,-0.05l2.46,-1.86l3.78,-1.37l0.14,-0.1l1.8,-2.34l1.66,-0.98l3.53,-0.47l1.93,0.4l0.35,-0.23l0.27,-1.3l-0.07,-0.26l-2.27,-2.59l-2.08,-1.25l-0.33,0.01l-1.81,1.3l-2.34,-0.55l-0.16,0.01l-1.15,0.38l-0.49,-1.15l1.71,-3.67l1.1,-2.63l2.72,1.32l0.3,-0.02l3.53,-2.45l0.13,-0.25l-0.02,-1.65l2.2,-4.12l1.36,-1.26l0.1,-0.22l-0.03,-2.26l-0.13,-0.24l-1.09,-0.77l1.76,-1.76l3.0,-0.73l3.24,-0.11l3.66,1.22l2.09,1.45l1.51,4.04l0.94,1.75l0.86,2.41l0.92,3.82ZM697.0,366.96l-1.95,1.14l-1.73,-0.69l-0.06,-1.95l1.08,-1.06l2.62,-0.71l1.22,0.05l0.37,0.68l-1.01,1.11l-0.54,1.43Z",name:"China",},CM:{path:"M453.76,408.81l-0.26,-0.11l-0.18,-0.02l-1.42,0.31l-1.56,-0.33l-1.17,0.16l-3.7,-0.05l0.3,-1.63l-0.04,-0.21l-0.98,-1.66l-0.15,-0.13l-1.03,-0.38l-0.46,-1.01l-0.13,-0.14l-0.48,-0.27l0.02,-0.46l0.62,-1.72l1.1,-2.25l0.54,-0.02l0.2,-0.09l1.41,-1.39l0.73,-0.03l1.32,0.97l0.31,0.03l1.72,-0.85l0.16,-0.2l0.22,-1.01l0.57,-1.04l0.36,-1.19l1.26,-0.98l0.1,-0.15l0.49,-1.7l0.48,-0.51l0.07,-0.13l0.35,-1.3l0.63,-1.55l2.06,-1.93l0.09,-0.17l0.12,-0.79l0.24,-0.41l-0.04,-0.36l-0.89,-0.92l0.05,-0.46l0.28,-0.06l0.85,1.4l0.16,1.61l-0.09,1.67l0.04,0.17l1.09,1.85l-0.86,-0.02l-0.72,0.17l-1.07,-0.24l-0.34,0.17l-0.54,1.2l0.06,0.34l1.48,1.48l1.06,0.45l0.32,0.94l0.73,1.6l-0.32,0.57l-1.23,2.49l-0.54,0.41l-0.12,0.21l-0.19,1.95l0.24,1.08l-0.18,0.68l0.07,0.28l1.13,1.25l0.24,0.93l0.92,1.29l1.1,0.8l0.1,1.01l0.26,0.73l-0.12,0.93l-1.65,-0.49l-2.02,-0.66l-3.19,-0.11Z",name:"Cameroon",},CL:{path:"M246.98,568.66l-0.15,0.05l-1.19,1.0l-2.25,1.48l-0.13,0.22l-0.38,3.67l-0.73,0.07l-2.7,-1.32l-2.83,-2.87l-3.07,-2.33l-0.73,-2.39l0.68,-2.26l-0.02,-0.22l-1.23,-2.58l-0.32,-6.47l1.03,-3.5l2.6,-2.8l-0.14,-0.49l-3.38,-0.95l2.12,-2.85l0.06,-0.14l0.8,-5.48l2.42,1.07l0.42,-0.22l1.31,-7.14l-0.15,-0.32l-1.68,-0.9l-0.44,0.21l-0.72,3.92l-1.01,-0.31l0.75,-4.61l0.85,-6.08l1.13,-2.18l0.03,-0.21l-0.72,-3.11l-0.19,-3.25l0.77,-0.07l0.26,-0.21l1.53,-5.01l1.73,-4.87l1.07,-4.49l-0.56,-4.45l0.74,-2.45l-0.29,-3.48l1.46,-3.49l0.45,-5.41l0.8,-5.72l0.78,-6.06l-0.18,-4.43l-0.49,-3.55l1.1,-0.58l0.13,-0.13l0.44,-0.89l0.9,1.32l0.32,1.84l0.1,0.18l1.16,0.99l-0.73,2.39l0.01,0.21l1.34,2.98l0.97,3.7l0.35,0.22l1.57,-0.32l0.16,0.36l-0.79,2.61l-2.61,1.3l-0.17,0.27l0.08,4.53l-0.48,0.83l0.01,0.32l0.61,0.89l-1.63,1.63l-1.67,2.72l-0.89,2.6l-0.02,0.12l0.23,2.71l-1.5,2.92l-0.03,0.2l1.15,5.11l0.1,0.16l0.54,0.46l-0.01,2.56l-1.4,2.91l-0.03,0.14l0.06,2.45l-1.81,1.94l-0.08,0.21l0.02,2.96l0.71,2.92l-1.35,1.05l-0.11,0.17l-0.67,2.91l-0.59,3.36l0.4,3.98l-0.86,0.59l-0.13,0.29l0.58,3.94l0.07,0.15l0.99,1.15l-0.72,1.28l0.11,0.4l1.05,0.63l0.2,0.99l-0.91,0.56l-0.14,0.29l0.26,2.04l-0.9,4.71l-1.32,3.12l-0.02,0.16l0.28,1.82l-0.75,2.25l-1.86,1.63l-0.1,0.24l0.22,4.12l0.04,0.14l0.88,1.43l0.3,0.14l1.32,-0.2l-0.04,2.63l0.03,0.13l1.04,2.36l0.25,0.18l6.13,0.57ZM248.79,570.59l0.0,9.23l0.3,0.3l2.67,0.0l1.06,0.08l-0.61,1.3l-1.98,1.27l-1.11,-0.13l-1.41,-0.34l-1.88,-1.34l-2.56,-0.62l-3.09,-2.38l-2.53,-2.27l-2.79,-3.8l1.02,0.43l3.55,2.82l3.32,1.53l0.38,-0.11l1.29,-1.95l0.82,-2.85l2.11,-1.56l1.42,0.39Z",name:"Chile",},CA:{path:"M280.13,266.95l-1.66,3.44l0.08,0.37l0.37,-0.0l1.48,-1.2l1.21,0.6l-0.7,1.07l0.12,0.43l2.22,1.06l0.32,-0.04l1.01,-0.82l2.1,0.99l-0.71,2.55l0.39,0.36l1.41,-0.52l0.27,1.69l0.75,2.23l-0.96,2.96l-0.86,0.1l-1.35,-0.57l0.5,-2.78l-0.13,-0.3l-0.7,-0.47l-0.39,0.05l-2.81,3.09l-0.69,-0.06l1.3,-1.27l-0.1,-0.5l-2.4,-0.9l-0.13,-0.02l-2.67,0.22l-4.64,-0.11l-0.25,-0.71l1.4,-1.19l0.01,-0.45l-0.87,-0.82l1.96,-2.16l2.58,-6.17l1.5,-2.19l2.03,-1.29l0.66,0.1l-0.32,0.72l-1.33,2.5ZM193.92,169.66l-0.01,6.92l0.22,0.29l0.34,-0.13l3.1,-5.05l2.67,4.0l-0.73,4.9l0.03,0.19l2.42,4.42l0.53,0.0l2.64,-4.8l1.83,-5.86l0.14,-7.53l3.2,0.5l3.61,1.04l3.23,3.39l0.14,3.26l-1.83,3.56l-0.0,0.27l1.73,3.48l-0.3,2.96l-4.76,4.31l-3.27,0.9l-2.47,-1.8l-0.47,0.17l-0.74,3.1l-2.4,5.09l-0.73,2.58l-2.79,3.78l-3.45,0.37l-0.2,0.11l-1.98,2.4l-0.07,0.18l-0.16,3.39l-2.69,0.64l-0.18,0.12l-3.09,4.43l-2.73,5.96l-0.98,4.07l-0.14,5.74l0.24,0.3l3.5,0.77l1.08,4.28l1.18,3.55l0.36,0.2l3.4,-0.89l4.53,1.94l2.45,1.69l1.77,2.1l0.12,0.09l3.1,1.22l2.62,1.84l0.15,0.05l4.12,0.25l2.43,0.38l-0.37,3.56l0.79,4.32l1.81,4.63l0.06,0.1l3.73,3.83l0.38,0.04l1.93,-1.31l0.12,-0.16l1.35,-4.19l0.01,-0.15l-1.31,-6.63l-0.06,-0.13l-1.54,-1.98l3.77,-1.94l2.84,-3.1l1.44,-3.22l0.03,-0.14l-0.23,-3.16l-1.7,-3.97l-2.95,-3.51l2.85,-4.96l0.03,-0.22l-1.09,-4.56l-0.82,-8.02l1.48,-1.06l4.15,1.42l2.61,0.53l0.23,-0.05l1.89,-1.29l2.15,1.68l3.02,3.01l0.74,1.97l0.25,0.19l4.19,0.37l-0.07,4.06l0.83,6.25l0.2,0.25l2.19,0.72l1.76,2.73l0.43,0.08l3.63,-2.66l0.1,-0.12l2.38,-5.39l1.33,-1.88l1.75,3.99l3.26,6.16l2.71,5.48l-0.96,2.74l0.1,0.34l3.31,2.51l2.23,2.5l0.14,0.09l3.93,1.11l1.49,1.28l0.97,3.53l0.21,0.21l1.84,0.53l0.9,1.42l0.17,4.42l-1.7,1.43l-1.75,1.38l-4.08,1.41l-0.12,0.07l-3.08,3.17l-4.09,0.61l-5.35,-0.82l-3.76,-0.03l-2.63,0.27l-0.21,0.12l-2.06,2.73l-3.13,1.67l-0.1,0.09l-3.61,4.98l-2.87,3.4l-0.02,0.36l0.33,0.13l2.13,-0.6l0.15,-0.1l3.99,-4.84l5.15,-3.1l3.55,-0.36l1.88,1.59l-2.15,2.3l-0.07,0.26l0.79,4.0l0.82,2.78l0.14,0.18l3.25,1.8l0.18,0.04l4.14,-0.52l0.22,-0.14l2.02,-3.28l0.11,1.71l0.11,0.21l1.32,1.07l-2.76,2.09l-5.55,2.11l-2.53,1.46l-2.7,2.41l-1.51,-0.2l-0.08,-2.53l4.21,-2.83l0.12,-0.34l-0.29,-0.21l-4.01,0.12l-2.65,0.41l-1.46,-1.8l0.0,-4.84l-0.09,-0.22l-1.11,-1.06l-0.31,-0.06l-1.48,0.55l-0.7,-0.81l-0.47,0.03l-1.91,2.77l-0.8,2.88l-0.83,1.52l-0.95,0.49l-0.76,0.17l-0.22,0.21l-0.19,0.66l-8.19,0.03l-0.15,0.04l-1.19,0.69l-2.95,2.79l-0.78,1.28l-4.59,0.01l-0.13,0.03l-1.13,0.55l-0.13,0.42l0.38,0.63l0.2,0.95l-0.02,0.14l-3.1,1.6l-2.64,0.56l-2.84,1.75l-0.46,0.0l-0.71,-0.44l-0.19,-0.32l0.03,-0.2l0.53,-1.13l1.2,-1.92l0.73,-2.03l0.01,-0.15l-1.03,-6.23l-0.13,-0.2l-2.39,-1.54l0.19,-0.4l-0.04,-0.32l-0.37,-0.44l-0.23,-0.11l-0.55,0.0l-0.36,-0.4l-0.11,-0.77l-0.48,-0.19l-0.38,0.3l-0.17,-0.03l-0.12,-0.38l-0.48,-0.29l-0.21,-0.84l-0.14,-0.18l-3.97,-2.41l-4.8,-2.8l-0.28,-0.01l-2.19,1.04l-0.71,0.03l-3.03,-0.96l-0.16,-0.01l-1.92,0.46l-2.39,-1.14l-2.56,-0.6l-1.69,-0.23l-0.63,-0.52l-0.42,-2.0l-0.3,-0.24l-0.85,0.02l-0.29,0.3l-0.01,1.17l-69.24,-0.01l-4.76,-3.72l-1.78,-1.68l-0.1,-0.06l-4.41,-1.59l-1.32,-3.34l0.35,-2.42l-0.15,-0.31l-3.07,-1.68l-0.42,-3.22l-0.08,-0.17l-2.95,-3.0l-0.05,-2.01l1.34,-2.03l0.05,-0.17l-0.07,-2.8l-0.13,-0.24l-4.19,-2.82l-2.52,-5.19l-1.56,-3.39l-2.35,-2.25l-1.66,-1.96l-1.31,-2.52l-0.43,-0.11l-2.51,1.6l-2.24,2.5l-2.01,-2.9l-1.85,-2.27l-2.44,-1.39l-0.13,-0.04l-2.18,-0.13l0.03,-55.69l4.22,1.56l3.9,3.36l0.12,0.06l2.61,0.64l0.31,-0.11l2.17,-2.89l2.89,-2.12l3.58,0.84l0.26,-0.06l3.72,-3.15l3.81,-1.7l1.59,2.8l0.46,0.07l1.87,-1.7l0.09,-0.17l0.5,-3.1l1.29,0.6l4.19,6.47l0.5,0.01l2.84,-4.19l0.28,4.62l0.41,0.26l3.08,-1.17l0.17,-0.16l0.85,-1.9l2.73,0.38l3.83,3.0l5.86,2.58l3.47,1.19l0.15,0.01l2.3,-0.42l3.06,3.15l-3.3,3.13l0.12,0.5l4.53,1.42l0.12,0.01l6.76,-0.78l2.0,-1.07l2.52,3.73l0.48,0.02l2.72,-3.33l-0.01,-0.39l-2.4,-2.67l1.4,-2.03l2.91,-0.3l1.91,-0.65l1.86,1.51l2.49,3.64l0.3,0.13l2.67,-0.51l4.32,2.93l0.25,0.04l3.84,-1.04l3.61,0.16l0.31,-0.32l-0.28,-3.98l1.91,-1.02l3.59,2.13l-0.01,6.09l0.26,0.3l0.33,-0.21l1.52,-5.03l1.77,0.16l0.32,-0.25l1.13,-6.89l-0.04,-0.21l-2.68,-4.38l-2.88,-2.91l0.2,-8.15l2.81,-5.44l2.97,1.16l2.46,3.39l3.33,8.39l-2.14,3.46l0.17,0.44l4.45,1.39ZM265.86,272.96l-0.84,0.05l-3.14,-1.16l-1.87,-1.47l0.27,-0.1l3.16,0.93l2.4,1.51l0.03,0.24ZM249.36,11.99l6.66,1.62l5.29,2.58l4.47,5.26l-0.11,4.91l-6.01,7.83l-6.01,3.54l-0.11,0.11l-2.26,3.84l0.26,0.45l4.91,-0.08l-5.62,9.45l-4.06,4.39l-0.06,0.1l-4.24,11.91l-5.05,2.27l-0.14,0.13l-1.53,2.69l-7.45,1.43l-0.24,0.26l0.17,0.31l3.13,1.53l-1.52,2.08l-0.04,0.27l2.03,6.22l-2.29,4.09l-3.83,3.39l-0.09,0.15l-1.17,4.52l-3.44,3.36l-0.09,0.26l0.35,2.54l0.33,0.26l3.96,-0.4l0.05,2.24l-6.45,6.19l-6.36,-2.84l-0.19,-0.02l-7.27,1.63l-3.71,-1.27l-4.49,-0.53l-0.29,-4.79l4.46,-2.44l0.15,-0.31l-1.2,-8.17l1.17,-0.65l6.54,4.98l0.37,-0.0l0.09,-0.36l-3.41,-7.64l-0.12,-0.14l-3.83,-2.23l1.89,-4.56l4.37,-3.04l0.13,-0.2l0.71,-4.65l-0.05,-0.21l-3.5,-5.34l-1.0,-6.98l6.38,0.59l1.91,1.53l0.43,-0.06l3.91,-5.41l-0.15,-0.46l-5.64,-1.76l-0.12,-0.01l-8.6,0.95l-4.28,-5.08l-2.07,-6.46l-2.92,-4.92l-0.53,-5.72l3.55,-3.27l2.94,-0.61l4.91,-2.99l0.11,-0.12l3.56,-6.89l2.74,0.9l2.65,5.23l0.31,0.16l0.25,-0.24l1.89,-10.4l3.2,-3.16l4.4,-2.25l7.41,-0.84l1.23,2.09l0.39,0.12l7.13,-3.5l10.74,2.65ZM203.91,140.64l0.0,0.2l1.97,5.29l0.29,0.2l0.28,-0.2l2.28,-6.77l5.97,-3.41l4.12,8.62l-0.37,5.34l0.43,0.29l4.95,-2.38l0.11,-0.1l2.19,-3.07l5.29,4.01l3.36,3.77l0.31,3.35l0.41,0.25l4.4,-1.68l2.49,4.72l0.13,0.13l5.98,2.96l2.11,2.9l2.28,6.49l-4.41,3.12l-0.01,0.48l5.9,4.44l3.95,1.47l3.54,5.9l0.23,0.14l3.62,0.39l-0.71,4.04l-4.18,6.7l-2.78,-2.31l-3.91,-5.87l-0.32,-0.13l-3.24,0.78l-0.23,0.26l-0.32,3.52l0.06,0.21l2.63,3.5l3.42,2.74l0.98,1.47l1.6,5.51l-0.77,3.53l-2.79,-1.31l-6.26,-4.45l-0.39,0.03l-0.03,0.39l3.54,4.81l2.57,3.24l0.28,1.3l-6.26,-1.97l-5.32,-3.13l-2.83,-2.52l0.76,-1.38l-0.08,-0.38l-7.38,-5.75l-0.48,0.24l0.03,1.42l-6.83,0.87l-1.87,-1.76l1.51,-3.98l4.54,-0.11l5.15,-0.77l0.24,-0.4l-0.8,-2.07l0.84,-2.95l3.23,-6.16l0.03,-0.21l-0.7,-2.94l-0.97,-2.28l-0.08,-0.11l-3.84,-3.29l-4.77,-2.22l1.33,-1.47l0.04,-0.36l-2.65,-4.44l-0.2,-0.14l-2.1,-0.39l-1.91,-2.4l-0.49,0.03l-1.27,2.05l-4.36,0.9l-9.02,-1.61l-5.27,-2.15l-4.0,-1.11l-1.88,-2.39l2.48,-3.32l-0.24,-0.48l-3.29,-0.03l-0.76,-7.77l1.9,-7.42l2.49,-3.45l5.8,-2.13l-1.65,5.11ZM261.27,282.91l0.19,0.16l1.82,0.49l1.74,-0.06l-0.74,0.89l-0.73,0.18l-2.99,-1.44l-0.49,-0.95l0.52,-0.62l0.67,1.36ZM230.83,185.1l-2.41,0.28l-0.56,-2.84l1.0,-3.52l1.98,-0.81l1.72,1.64l0.03,2.66l-0.25,0.8l-1.51,1.78ZM229.51,141.33l0.18,1.9l-2.31,-0.21l-2.7,-0.18l-0.14,0.02l-2.59,1.08l-0.54,-0.38l-2.68,-4.43l0.1,-2.91l0.96,-0.47l5.53,0.93l4.18,4.66ZM222.14,214.69l-0.83,2.37l-0.7,-0.28l-0.57,-1.37l0.07,-0.23l0.85,-1.42l0.68,0.08l0.49,0.85ZM183.7,102.34l2.71,3.47l0.24,0.12l4.76,-0.02l2.02,3.32l-0.56,3.85l0.11,0.28l2.84,2.31l1.57,2.38l0.21,0.13l3.36,0.44l3.64,0.84l0.21,-0.03l3.94,-2.16l5.0,-0.85l3.9,0.69l2.57,3.62l0.53,3.86l-1.46,2.38l-3.55,1.92l-3.08,-1.09l-0.16,-0.01l-7.16,1.44l-5.07,0.16l-3.98,-1.13l-6.49,-2.98l-0.84,-5.18l-0.3,-4.99l-0.04,-0.13l-2.51,-4.55l-0.19,-0.15l-5.09,-1.28l-2.74,-3.16l0.86,-4.13l4.76,0.66ZM207.44,194.96l0.43,2.46l0.47,0.19l1.07,-0.77l1.32,1.41l2.74,2.03l2.76,1.75l0.21,2.59l0.37,0.27l1.67,-0.4l1.44,1.52l-1.84,1.46l-3.63,-1.26l-1.35,-2.46l-0.49,-0.05l-2.46,3.0l-3.18,2.57l-0.74,-2.82l-0.34,-0.22l-2.64,0.42l1.71,-2.2l0.06,-0.16l0.32,-4.55l0.8,-5.14l1.3,0.36ZM215.58,211.55l-2.75,2.8l-1.44,-0.1l-0.42,-1.13l1.67,-2.26l2.97,0.05l-0.03,0.64ZM202.76,70.15l2.93,4.36l-3.33,3.86l-4.56,9.45l-4.21,0.84l-5.0,-1.52l-2.6,-4.96l0.04,-4.58l1.94,-3.51l-0.27,-0.45l-4.41,0.1l-2.65,-4.4l-1.56,-6.37l1.71,-6.58l1.69,-4.62l2.45,-1.06l0.17,-0.36l-1.0,-3.37l5.24,-0.75l3.11,8.31l0.1,0.13l4.21,3.29l4.02,2.79l1.95,9.39ZM187.44,143.76l-0.13,0.14l-2.6,5.99l-2.42,-0.26l-1.51,-7.07l0.04,-4.22l1.27,-3.67l2.34,-2.33l5.03,0.31l4.46,2.06l-3.57,7.45l-2.9,1.6ZM186.23,124.07l-1.24,3.37l-3.31,-0.64l-2.82,-2.31l1.25,-4.11l3.26,-2.44l1.99,3.19l0.87,2.96ZM185.72,97.01l-0.91,0.26l-4.42,-0.7l-0.55,-2.71l4.52,0.16l1.58,1.97l-0.23,1.02ZM180.72,90.72l-3.36,2.24l-1.83,-2.51l-1.05,-4.53l-0.18,-4.88l2.83,0.45l1.35,0.79l2.89,4.25l-0.64,4.19ZM181.1,172.2l-1.3,2.04l-3.12,-1.95l-0.26,-0.03l-1.87,0.7l-3.06,-2.83l2.03,-2.07l1.58,-2.86l2.37,1.85l1.46,1.26l2.17,3.87ZM169.74,135.08l2.74,1.73l0.23,0.04l4.18,-1.06l0.55,2.17l-2.28,4.06l0.05,0.36l3.69,3.54l-0.43,7.06l-3.88,2.88l-2.15,-0.58l-1.72,-2.97l-6.13,-6.21l0.04,-2.2l4.76,0.98l0.33,-0.43l-2.68,-5.46l2.7,-3.91ZM174.45,107.44l1.47,3.83l0.08,5.23l-1.11,7.15l-3.82,0.91l-2.44,-1.4l0.05,-5.6l-0.36,-0.3l-3.76,0.71l-0.14,-7.27l2.35,0.29l0.25,-0.08l3.66,-3.54l3.37,0.6l0.35,-0.26l0.04,-0.27ZM170.11,87.69l0.88,4.56l-3.54,-1.16l-4.07,-3.92l-0.18,-0.08l-5.08,-0.42l2.15,-3.32l-0.04,-0.37l-2.95,-3.02l-0.16,-4.52l4.46,1.66l6.66,4.7l1.88,5.9ZM134.72,141.17l-1.18,3.77l0.41,0.36l5.36,-2.47l3.34,4.07l0.48,-0.03l2.61,-3.96l1.99,2.41l2.03,7.96l0.27,0.23l0.3,-0.19l1.26,-3.33l0.01,-0.17l-1.73,-8.35l1.87,-1.07l2.29,1.27l2.72,3.33l1.56,7.89l0.78,5.51l0.1,0.18l4.21,3.76l4.41,3.42l-0.24,2.79l-3.87,0.54l-0.22,0.45l1.53,2.61l-0.71,2.16l-4.24,-1.02l-4.28,-1.88l-0.16,-0.02l-3.0,0.46l-4.66,2.34l-6.3,1.03l-4.22,0.61l-1.27,-3.05l-0.13,-0.15l-3.42,-1.92l-0.25,-0.02l-1.98,0.7l-2.81,-5.17l1.36,-0.64l3.79,-1.23l3.47,0.33l0.14,-0.02l3.27,-1.29l0.19,-0.28l-0.2,-0.28l-4.84,-1.75l-0.14,-0.02l-5.33,0.6l-3.35,-0.14l-1.12,-2.37l5.56,-2.96l0.15,-0.34l-0.3,-0.22l-3.79,0.11l-4.06,-1.92l2.01,-5.77l1.7,-3.24l6.48,-5.04l2.19,1.43ZM158.93,138.52l-1.92,4.95l-3.48,-5.37l0.66,-0.96l3.07,-0.33l1.67,1.7ZM149.69,111.83l0.99,3.72l0.47,0.16l2.13,-1.64l2.27,0.39l0.41,4.68l-1.45,4.43l-8.3,1.46l-0.11,0.04l-6.25,4.05l-3.44,0.19l-0.27,-2.62l5.08,-4.16l0.09,-0.35l-0.31,-0.18l-11.23,1.15l-3.19,-1.59l3.31,-9.62l2.17,-2.74l6.76,3.43l4.41,6.01l0.19,0.12l4.37,0.76l0.33,-0.4l-3.53,-9.74l2.08,-3.58l2.2,1.07l0.82,4.94ZM145.87,84.15l-2.67,2.15l-3.75,-0.01l0.03,-1.4l2.38,-3.55l1.08,0.47l2.93,2.33ZM144.78,95.01l-4.37,3.13l-3.38,-3.42l1.87,-3.51l3.42,-1.16l3.21,1.73l-0.75,3.23ZM119.02,155.15l-6.14,3.48l-1.2,-3.07l-0.1,-0.13l-5.61,-4.07l1.01,-3.25l1.73,-6.12l2.17,-5.73l-0.01,-0.23l-2.29,-5.21l7.98,-1.37l3.48,1.88l0.12,0.03l6.28,0.5l2.34,2.54l2.5,3.49l-2.94,2.06l-6.19,6.05l-3.1,5.73l-0.04,0.14l0.0,3.29ZM129.67,96.29l-0.32,8.16l-1.83,3.59l-2.2,0.49l-0.14,0.08l-4.61,4.47l-3.81,1.5l-3.04,-2.01l4.11,-7.76l5.04,-7.17l3.68,0.15l0.15,-0.03l2.98,-1.48ZM111.27,275.35l-0.85,0.35l-3.9,-1.63l-0.7,-1.26l-0.11,-0.11l-2.16,-1.29l-0.41,-1.01l-0.2,-0.18l-2.44,-0.66l-0.86,-1.91l0.12,-0.5l2.31,0.76l1.53,0.59l2.28,0.41l0.79,1.24l1.24,1.84l0.09,0.09l2.43,1.54l0.85,1.74ZM88.52,253.61l0.17,0.03l2.0,-0.28l-0.69,4.39l0.05,0.21l1.87,2.84l-0.29,-0.0l-1.4,-1.74l-0.91,-1.88l-1.26,-1.32l-0.43,-1.73l0.1,-0.89l0.8,0.38Z",name:"Canada",},CG:{path:"M453.66,426.52l-0.9,-0.82l-0.35,-0.04l-0.83,0.48l-0.77,0.83l-1.65,-2.14l1.66,-1.2l0.08,-0.39l-0.81,-1.43l0.59,-0.43l1.62,-0.29l0.24,-0.24l0.1,-0.58l0.94,0.84l0.19,0.08l2.21,0.11l0.27,-0.14l0.81,-1.29l0.32,-1.76l-0.27,-1.96l-0.06,-0.15l-1.08,-1.35l1.02,-2.74l-0.09,-0.34l-0.62,-0.5l-0.22,-0.06l-1.66,0.18l-0.56,-1.03l0.12,-0.73l2.85,0.09l1.98,0.65l2.0,0.59l0.38,-0.25l0.17,-1.3l1.26,-2.24l1.34,-1.19l1.54,0.38l1.35,0.12l-0.11,1.15l-0.74,1.34l-0.5,1.61l-0.31,2.22l0.12,1.41l-0.4,0.9l-0.06,0.88l-0.24,0.67l-1.57,1.15l-1.24,1.41l-1.09,2.43l-0.03,0.13l0.08,1.95l-0.55,0.69l-1.46,1.23l-1.32,1.41l-0.61,-0.29l-0.13,-0.57l-0.29,-0.23l-1.36,-0.02l-0.23,0.1l-0.72,0.81l-0.41,-0.16Z",name:"Republic of the Congo",},CF:{path:"M459.41,396.44l1.9,-0.17l0.22,-0.13l0.36,-0.5l0.14,0.02l0.55,0.51l0.29,0.07l3.15,-0.97l0.12,-0.07l1.05,-0.97l1.29,-0.87l0.12,-0.33l-0.17,-0.62l0.38,-0.13l2.36,0.15l0.15,-0.03l2.36,-1.18l0.12,-0.1l1.78,-2.74l1.18,-0.96l1.23,-0.34l0.21,0.8l0.07,0.13l1.37,1.51l0.01,0.87l-0.39,1.0l-0.01,0.17l0.16,0.79l0.1,0.17l0.91,0.76l1.89,1.1l1.24,0.92l0.02,0.68l0.12,0.23l1.67,1.3l0.99,1.04l0.61,1.46l0.14,0.15l1.79,0.95l0.2,0.4l-0.44,0.14l-1.54,-0.06l-1.98,-0.26l-0.93,0.22l-0.19,0.14l-0.3,0.48l-0.57,0.05l-0.91,-0.49l-0.27,-0.01l-2.7,1.21l-1.04,-0.23l-0.21,0.03l-0.34,0.19l-0.12,0.13l-0.64,1.3l-1.67,-0.44l-1.77,-0.24l-1.58,-0.91l-2.06,-0.85l-0.27,0.02l-1.42,0.88l-0.97,1.28l-0.06,0.14l-0.19,1.46l-1.3,-0.11l-1.67,-0.42l-0.27,0.07l-1.55,1.41l-0.99,1.76l-0.14,-1.18l-0.13,-0.22l-1.1,-0.78l-0.86,-1.21l-0.2,-0.84l-0.07,-0.13l-1.07,-1.19l0.16,-0.59l0.0,-0.15l-0.24,-1.01l0.18,-1.77l0.5,-0.38l0.09,-0.11l1.19,-2.41Z",name:"Central African Republic",},CD:{path:"M497.85,406.14l-0.14,2.77l0.2,0.3l0.57,0.19l-0.47,0.52l-1.0,0.71l-0.96,1.31l-0.56,1.22l-0.16,2.04l-0.54,0.89l-0.04,0.15l-0.02,1.76l-0.63,0.61l-0.09,0.2l-0.08,1.33l-0.2,0.11l-0.15,0.21l-0.23,1.37l0.03,0.2l0.6,1.08l0.16,2.96l0.44,2.3l-0.24,1.25l0.01,0.15l0.5,1.46l0.07,0.12l1.41,1.37l1.09,2.57l-0.51,-0.11l-3.45,0.45l-0.67,0.3l-0.15,0.15l-0.71,1.62l0.01,0.26l0.52,1.03l-0.43,2.92l-0.31,2.57l0.13,0.28l0.7,0.47l1.75,1.0l0.32,-0.01l0.26,-0.18l0.15,1.93l-1.44,-0.02l-0.94,-1.29l-0.94,-1.11l-0.17,-0.1l-1.76,-0.33l-0.5,-1.19l-0.42,-0.15l-1.44,0.76l-1.78,-0.32l-0.77,-1.06l-0.2,-0.12l-1.59,-0.24l-0.97,0.04l-0.1,-0.53l-0.27,-0.25l-0.86,-0.06l-1.13,-0.15l-1.62,0.38l-1.04,-0.06l-0.32,0.09l0.11,-2.58l-0.08,-0.21l-0.77,-0.87l-0.17,-1.41l0.36,-1.47l-0.03,-0.21l-0.48,-0.91l-0.04,-1.52l-0.3,-0.29l-2.65,0.02l0.13,-0.54l-0.29,-0.37l-1.28,0.01l-0.28,0.21l-0.07,0.24l-1.35,0.09l-0.26,0.18l-0.62,1.45l-0.25,0.42l-1.17,-0.3l-0.19,0.01l-0.79,0.34l-1.44,0.18l-1.41,-1.97l-0.7,-1.47l-0.61,-1.86l-0.28,-0.21l-7.39,-0.03l-0.92,0.3l-0.78,-0.03l-0.78,0.25l-0.11,-0.25l0.35,-0.15l0.18,-0.26l0.07,-1.02l0.33,-0.52l0.72,-0.42l0.52,0.2l0.33,-0.08l0.76,-0.86l0.99,0.02l0.11,0.48l0.16,0.2l0.94,0.45l0.35,-0.07l1.46,-1.56l1.44,-1.21l0.68,-0.85l0.06,-0.2l-0.08,-1.99l1.04,-2.33l1.1,-1.23l1.62,-1.19l0.11,-0.14l0.29,-0.8l0.08,-0.94l0.38,-0.82l0.03,-0.16l-0.13,-1.38l0.3,-2.16l0.47,-1.51l0.73,-1.31l0.04,-0.12l0.15,-1.51l0.21,-1.67l0.89,-1.17l1.16,-0.7l1.9,0.79l1.69,0.95l1.81,0.24l1.85,0.49l0.35,-0.16l0.71,-1.43l0.16,-0.09l1.03,0.23l0.19,-0.02l2.65,-1.19l0.86,0.46l0.17,0.03l0.81,-0.08l0.23,-0.14l0.31,-0.5l0.75,-0.17l1.83,0.26l1.64,0.06l0.72,-0.21l1.39,1.9l0.16,0.11l1.12,0.3l0.24,-0.04l0.58,-0.36l1.05,0.15l0.15,-0.02l1.15,-0.44l0.47,0.85l0.08,0.09l2.08,1.57Z",name:"Democratic Republic of the Congo",},CZ:{path:"M463.28,274.74l-0.86,-0.53l-0.21,-0.04l-1.07,0.18l-1.85,-1.11l-0.25,-0.03l-0.88,0.29l-0.13,0.08l-1.24,1.36l-1.61,-1.06l-1.39,-1.61l-1.23,-0.9l-0.25,-1.51l-0.36,-0.96l1.57,-0.74l0.98,-1.0l1.74,-0.74l0.11,-0.08l0.45,-0.55l0.43,0.3l0.28,0.03l0.93,-0.35l1.05,1.13l0.17,0.09l1.59,0.29l-0.12,0.8l0.14,0.3l1.36,0.81l0.44,-0.15l0.28,-0.76l1.27,0.33l0.2,1.04l0.26,0.24l1.72,0.22l0.8,1.33l-0.22,0.0l-0.26,0.15l-0.33,0.59l-0.46,0.13l-0.21,0.23l-0.13,0.71l-0.32,0.12l-0.19,0.22l-0.04,0.2l-0.65,0.3l-1.03,-0.06l-0.29,0.18l-0.22,0.51Z",name:"Czech Republic",},CY:{path:"M505.1,321.35l-1.58,0.76l-0.99,-0.32l-0.34,-0.72l0.7,-0.07l0.41,0.14l0.2,-0.0l0.62,-0.24l0.3,0.02l0.03,0.04l0.03,0.22l0.5,0.17l0.11,0.0Z",name:"Cyprus",},CR:{path:"M213.0,393.72l-0.98,-0.41l-0.3,-0.31l0.16,-0.24l0.05,-0.21l-0.09,-0.56l-0.1,-0.18l-0.76,-0.65l-0.99,-0.5l-0.74,-0.28l-0.13,-0.58l-0.12,-0.18l-0.66,-0.45l-0.34,-0.0l-0.13,0.31l0.13,0.6l-0.17,0.21l-0.34,-0.42l-0.14,-0.1l-0.7,-0.22l-0.23,-0.35l0.01,-0.62l0.31,-0.75l-0.14,-0.38l-0.31,-0.16l0.47,-0.41l1.48,0.61l0.26,-0.02l0.47,-0.27l0.58,0.15l0.35,0.45l0.17,0.11l0.74,0.17l0.27,-0.07l0.3,-0.27l0.52,1.09l0.97,1.02l0.77,0.72l-0.42,0.1l-0.23,0.3l0.01,1.02l0.12,0.24l0.2,0.15l-0.07,0.05l-0.11,0.3l0.08,0.37l-0.23,0.63Z",name:"Costa Rica",},CU:{path:"M215.01,355.38l2.08,0.19l1.94,0.03l2.24,0.88l0.95,0.95l0.25,0.08l2.22,-0.29l0.78,0.56l3.68,2.88l0.2,0.06l0.76,-0.03l1.19,0.43l-0.12,0.49l0.27,0.37l1.78,0.11l1.59,0.92l-0.11,0.24l-1.5,0.3l-1.64,0.13l-1.75,-0.21l-2.7,0.2l1.02,-0.9l-0.03,-0.47l-1.02,-0.69l-0.14,-0.05l-1.52,-0.17l-0.74,-0.66l-0.57,-1.46l-0.3,-0.19l-1.36,0.1l-2.23,-0.69l-0.71,-0.53l-0.14,-0.06l-3.2,-0.41l-0.43,-0.26l0.57,-0.41l0.11,-0.33l-0.27,-0.22l-2.46,-0.14l-0.2,0.06l-1.72,1.35l-0.94,0.03l-0.25,0.16l-0.3,0.54l-1.04,0.25l-0.31,-0.07l0.72,-0.45l0.1,-0.11l0.5,-0.9l1.04,-0.55l1.23,-0.51l1.86,-0.26l0.62,-0.29Z",name:"Cuba",},SZ:{path:"M500.95,484.27l-0.42,1.02l-1.15,0.24l-1.3,-1.32l-0.02,-0.76l0.63,-0.97l0.23,-0.73l0.46,-0.13l1.04,0.42l0.32,1.09l0.2,1.13Z",name:"Eswatini",},SY:{path:"M510.82,327.89l0.11,-0.15l0.06,-0.19l-0.04,-1.16l0.57,-1.52l1.3,-1.09l0.09,-0.33l-0.41,-1.19l-0.24,-0.2l-0.89,-0.12l-0.2,-2.02l0.55,-1.15l1.31,-1.32l0.09,-0.19l0.09,-1.2l0.38,0.28l0.27,0.05l2.65,-0.84l1.23,0.54l0.12,0.03l2.06,-0.01l2.93,-1.17l1.35,0.05l2.17,-0.37l-0.86,1.32l-1.31,0.73l-0.15,0.29l0.23,2.21l-0.9,3.52l-5.43,3.08l-4.79,3.1l-2.34,-0.99Z",name:"Syria",},KG:{path:"M599.03,297.64l0.41,-1.08l1.42,-0.42l4.04,1.15l0.38,-0.23l0.36,-1.87l1.17,-0.58l3.44,1.39l0.23,-0.0l0.85,-0.35l4.08,0.09l3.6,0.35l1.18,1.15l0.12,0.07l1.22,0.39l-0.16,0.36l-3.85,1.77l-0.12,0.1l-0.82,1.21l-3.08,0.38l-0.24,0.17l-0.85,1.9l-2.42,-0.4l-0.15,0.01l-1.79,0.67l-2.39,1.55l-0.11,0.38l0.26,0.58l-0.5,0.52l-4.56,0.47l-3.03,-1.03l-0.12,-0.01l-2.34,0.22l0.15,-1.19l2.41,0.48l0.28,-0.09l0.81,-0.89l1.74,0.3l0.23,-0.05l3.21,-2.37l-0.03,-0.5l-2.97,-1.75l-0.28,-0.01l-1.63,0.76l-1.41,-0.96l1.85,-1.92l-0.09,-0.48l-0.49,-0.22Z",name:"Kyrgyzstan",},KE:{path:"M523.3,416.94l0.06,0.17l1.29,1.8l-1.46,0.84l-0.11,0.11l-0.55,0.93l-0.81,0.16l-0.24,0.24l-0.34,1.7l-0.81,1.06l-0.46,1.58l-0.76,0.63l-3.3,-2.3l-0.16,-1.32l-0.15,-0.23l-9.35,-5.28l-0.02,-2.4l1.92,-2.63l0.91,-1.83l0.01,-0.24l-1.09,-2.86l-0.29,-1.24l-1.09,-1.64l2.93,-2.85l0.92,0.3l0.0,1.19l0.09,0.22l0.86,0.83l0.21,0.08l1.65,0.0l3.09,2.08l0.16,0.05l0.79,0.03l0.54,-0.06l0.58,0.28l1.67,0.2l0.28,-0.12l0.69,-0.98l2.04,-0.94l0.86,0.73l0.19,0.07l1.1,0.0l-1.82,2.36l-0.06,0.18l0.03,9.12Z",name:"Kenya",},SS:{path:"M505.7,391.24l0.02,1.65l-0.27,0.55l-1.15,0.05l-0.24,0.15l-0.85,1.44l0.22,0.45l1.44,0.17l1.15,1.12l0.42,0.95l0.14,0.15l1.06,0.54l1.33,2.46l-3.06,2.99l-1.44,1.08l-1.75,0.01l-1.92,0.56l-1.5,-0.53l-0.27,0.03l-0.85,0.57l-1.98,-1.5l-0.56,-1.02l-0.37,-0.13l-1.32,0.5l-1.08,-0.15l-0.2,0.04l-0.56,0.35l-0.9,-0.24l-1.44,-1.97l-0.39,-0.78l-0.13,-0.13l-1.78,-0.95l-0.65,-1.5l-1.08,-1.12l-1.57,-1.23l-0.02,-0.68l-0.12,-0.23l-1.37,-1.02l-1.17,-0.68l0.21,-0.08l0.86,-0.48l0.14,-0.18l0.63,-2.23l0.6,-1.03l1.47,-0.28l0.35,0.56l1.29,1.48l0.14,0.09l0.69,0.22l0.22,-0.02l0.83,-0.4l1.58,0.08l0.26,0.4l0.25,0.14l2.49,0.0l0.3,-0.25l0.06,-0.35l1.13,-0.42l0.18,-0.18l0.22,-0.63l0.68,-0.38l1.95,1.38l0.23,0.05l1.29,-0.26l0.19,-0.13l1.23,-1.81l1.36,-1.38l0.08,-0.25l-0.21,-1.53l-0.06,-0.15l-0.25,-0.31l0.94,-0.08l0.26,-0.21l0.1,-0.32l0.6,0.09l-0.25,1.69l0.3,1.84l0.11,0.19l1.22,0.95l0.25,0.74l-0.04,1.21l0.26,0.31l0.09,0.01Z",name:"South Sudan",},SR:{path:"M278.1,400.15l2.71,0.45l0.31,-0.14l0.19,-0.32l1.82,-0.16l2.25,0.57l-1.09,1.82l-0.04,0.19l0.2,1.72l0.05,0.13l0.9,1.36l-0.39,0.99l-0.21,1.09l-0.48,0.8l-1.2,-0.45l-0.17,-0.01l-1.12,0.24l-0.95,-0.21l-0.35,0.2l-0.25,0.73l0.05,0.29l0.3,0.36l-0.06,0.13l-1.01,-0.15l-1.42,-2.03l-0.32,-1.36l-0.29,-0.23l-0.63,-0.0l-0.95,-1.56l0.41,-1.16l0.01,-0.17l-0.08,-0.35l1.29,-0.56l0.18,-0.22l0.35,-1.97Z",name:"Suriname",},KH:{path:"M680.28,387.74l-0.93,-1.21l-1.24,-2.58l-0.56,-2.93l1.45,-1.94l3.07,-0.47l2.26,0.36l2.03,0.99l0.39,-0.11l1.0,-1.57l1.86,0.8l0.52,1.53l-0.28,2.84l-4.05,1.9l-0.12,0.45l0.79,1.11l-2.2,0.18l-2.08,0.99l-1.89,-0.33Z",name:"Cambodia",},SV:{path:"M197.03,378.65l0.18,-0.05l0.59,0.17l0.55,0.51l0.64,0.35l0.06,0.22l0.37,0.21l1.01,-0.28l0.38,0.13l0.17,0.14l-0.14,0.82l-0.18,0.39l-1.22,-0.03l-0.84,-0.23l-1.11,-0.53l-1.31,-0.15l-0.5,-0.39l0.02,-0.09l0.76,-0.57l0.46,-0.28l0.11,-0.36Z",name:"El Salvador",},SK:{path:"M467.99,272.04l0.05,0.09l0.39,0.11l0.83,-0.42l1.11,1.2l0.37,0.06l1.36,-0.76l1.06,0.35l0.18,0.0l1.67,-0.5l2.0,1.24l-0.55,0.81l-0.46,1.43l-0.32,0.23l-2.53,-1.08l-0.2,-0.01l-0.82,0.23l-0.17,0.12l-0.54,0.81l-0.92,0.37l-0.13,-0.12l-0.33,-0.05l-1.17,0.56l-0.94,0.11l-0.26,0.22l-0.15,0.57l-1.83,0.4l-0.8,-0.35l-1.15,-0.87l-0.21,-1.1l0.44,-1.04l0.9,0.05l0.14,-0.03l0.86,-0.39l0.17,-0.22l0.04,-0.19l0.32,-0.12l0.19,-0.23l0.13,-0.69l0.4,-0.12l0.18,-0.14l0.3,-0.54l0.4,-0.0Z",name:"Slovakia",},KR:{path:"M737.28,312.61l0.87,0.09l0.28,-0.13l0.9,-1.32l1.63,-0.14l1.1,-0.21l0.21,-0.17l0.12,-0.25l1.86,3.22l0.6,1.96l0.02,3.45l-0.84,1.51l-2.23,0.59l-1.94,1.23l-1.9,0.22l-0.22,-1.32l0.45,-2.25l-0.01,-0.16l-1.0,-2.93l1.56,-0.44l0.17,-0.45l-1.59,-2.5Z",name:"South Korea",},SI:{path:"M455.78,283.26l1.78,0.24l0.2,-0.05l1.19,-0.78l2.11,-0.09l0.22,-0.12l0.38,-0.49l0.07,0.01l0.32,0.8l-1.74,0.84l-0.17,0.22l-0.22,1.29l-0.72,0.3l-0.18,0.28l0.01,0.68l-0.58,-0.04l-0.78,-0.54l-0.41,0.07l-0.36,0.47l-0.83,-0.06l0.07,-0.19l-0.57,-1.45l0.21,-1.41Z",name:"Slovenia",},KP:{path:"M747.82,297.52l-0.28,-0.06l-0.28,0.09l-1.09,1.14l-0.78,1.18l-0.05,0.18l0.09,2.21l-1.14,0.64l-0.52,0.65l-0.88,0.9l-1.69,0.57l-1.09,0.88l-0.11,0.22l-0.07,1.31l-0.23,0.28l0.09,0.46l0.96,0.5l1.24,1.23l-0.21,0.44l-0.9,0.18l-1.75,0.15l-0.22,0.13l-0.88,1.29l-0.94,-0.09l-0.31,0.19l-0.96,-0.48l-0.4,0.13l-0.25,0.49l-0.28,0.1l-0.03,-0.23l-0.17,-0.23l-0.62,-0.28l-0.45,-0.34l0.54,-1.11l0.52,-0.33l0.12,-0.36l-0.18,-0.48l0.6,-1.64l0.0,-0.19l-0.16,-0.53l-0.22,-0.2l-1.4,-0.34l-0.86,-0.63l1.78,-1.83l2.73,-1.76l1.61,-2.18l0.94,0.83l0.18,0.07l2.17,0.12l0.31,-0.36l-0.34,-1.52l3.62,-1.36l0.16,-0.14l0.78,-1.5l1.3,1.62Z",name:"North Korea",},SO:{path:"M543.8,386.31l0.61,-0.05l1.14,-0.37l1.31,-0.25l0.12,-0.05l1.11,-0.82l0.57,-0.0l0.03,0.39l-0.23,1.5l0.01,1.26l-0.52,0.92l-0.7,2.72l-1.19,2.8l-1.54,3.21l-2.13,3.66l-2.12,2.79l-2.92,3.39l-2.47,2.0l-3.76,2.5l-2.33,1.9l-2.77,3.06l-0.61,1.35l-0.28,0.29l-1.22,-1.69l-0.03,-8.93l2.12,-2.76l0.59,-0.69l1.47,-0.04l0.18,-0.06l2.15,-1.71l3.16,-0.11l0.21,-0.09l7.08,-7.57l1.76,-2.13l1.14,-1.57l0.06,-0.18l0.01,-4.7Z",name:"Somalia",},SN:{path:"M379.28,380.12l-0.95,-1.84l-0.09,-0.1l-0.84,-0.62l0.63,-0.28l0.13,-0.11l1.21,-1.82l0.6,-1.33l0.71,-0.69l1.09,0.2l0.18,-0.02l1.16,-0.54l1.24,-0.03l1.17,0.74l1.59,0.66l1.47,1.85l1.6,1.72l0.12,1.58l0.49,1.48l0.1,0.14l0.85,0.66l0.18,0.83l-0.08,0.57l-0.13,0.05l-1.29,-0.19l-0.29,0.13l-0.11,0.17l-0.34,0.04l-1.83,-0.62l-5.84,-0.13l-0.13,0.02l-0.6,0.26l-0.87,-0.06l-1.01,0.32l-0.27,-1.27l1.9,0.05l0.16,-0.04l0.54,-0.32l0.37,-0.02l0.15,-0.05l0.78,-0.5l0.92,0.47l0.12,0.03l1.09,0.05l0.15,-0.04l1.08,-0.58l0.11,-0.43l-0.51,-0.74l-0.39,-0.1l-0.76,0.4l-0.62,-0.01l-0.92,-0.59l-0.18,-0.05l-0.79,0.04l-0.2,0.1l-0.48,0.52l-2.41,0.07Z",name:"Senegal",},SL:{path:"M392.19,397.41l-0.44,-0.12l-1.73,-0.98l-1.24,-1.29l-0.4,-0.84l-0.27,-1.66l1.21,-1.01l0.09,-0.12l0.27,-0.67l0.32,-0.41l0.56,-0.05l0.17,-0.07l0.5,-0.41l1.75,0.0l0.59,0.77l0.49,0.96l-0.07,0.65l0.04,0.19l0.36,0.59l-0.03,0.84l0.24,0.2l-0.65,0.66l-1.13,1.37l-0.06,0.14l-0.12,0.67l-0.43,0.59Z",name:"Sierra Leone",},SB:{path:"M826.74,441.46l0.24,0.29l-0.95,-0.01l-0.39,-0.64l0.65,0.27l0.45,0.09ZM825.08,438.53l-1.24,-1.47l-0.37,-1.06l0.24,0.0l0.82,1.85l0.55,0.69ZM823.21,439.37l-0.44,0.03l-1.43,-0.24l-0.32,-0.24l0.08,-0.51l1.29,0.31l0.72,0.47l0.11,0.18ZM817.9,433.72l2.59,1.44l0.3,0.42l-1.21,-0.66l-1.34,-0.89l-0.34,-0.31ZM813.77,432.31l0.49,0.35l0.11,0.09l-0.34,-0.18l-0.25,-0.26Z",name:"Solomon Islands",},SA:{path:"M528.24,372.79l-0.2,-0.7l-0.07,-0.12l-0.69,-0.72l-0.18,-0.96l-0.12,-0.19l-1.24,-0.91l-1.29,-2.13l-0.7,-2.13l-0.07,-0.11l-1.73,-1.83l-0.11,-0.07l-1.03,-0.4l-1.57,-2.42l-0.27,-1.78l0.1,-1.57l-0.03,-0.15l-1.44,-3.02l-1.24,-1.16l-1.34,-0.58l-0.72,-1.39l0.11,-0.52l-0.02,-0.2l-0.7,-1.44l-0.08,-0.1l-0.68,-0.58l-0.97,-2.06l-2.8,-4.21l-0.25,-0.14l-0.86,0.01l0.3,-1.18l0.12,-1.02l0.23,-0.86l2.52,0.41l0.24,-0.06l1.08,-0.88l0.6,-1.0l1.78,-0.37l0.21,-0.18l0.37,-0.88l0.74,-0.44l0.07,-0.45l-2.2,-2.57l4.57,-1.35l0.12,-0.07l0.36,-0.33l2.82,0.75l3.67,2.03l7.04,5.81l0.18,0.07l4.64,0.23l2.05,0.25l0.55,1.21l0.29,0.17l1.56,-0.07l0.9,2.25l0.14,0.15l1.14,0.6l0.39,0.89l0.1,0.13l1.6,1.1l0.13,0.96l-0.23,0.87l0.01,0.17l0.32,0.93l0.06,0.11l0.68,0.73l0.33,0.89l0.37,0.68l0.09,0.1l0.76,0.55l0.26,0.05l0.45,-0.13l0.35,0.78l0.1,0.65l0.96,2.77l0.23,0.2l7.53,1.37l0.28,-0.1l0.23,-0.26l0.87,1.45l-1.58,5.09l-7.34,2.6l-7.28,1.04l-2.34,1.19l-0.12,0.1l-1.74,2.68l-0.86,0.32l-0.49,-0.69l-0.28,-0.12l-0.92,0.13l-2.32,-0.25l-0.4,-0.23l-0.16,-0.04l-2.89,0.06l-0.63,0.2l-0.9,-0.6l-0.43,0.11l-0.66,1.29l-0.03,0.21l0.21,0.91l-0.6,0.45Z",name:"Saudi Arabia",},SE:{path:"M476.39,194.03l-0.15,0.13l-2.43,4.19l-0.04,0.18l0.38,3.46l-3.89,4.49l-4.83,4.77l-0.08,0.14l-1.82,7.52l0.02,0.2l1.78,3.64l2.32,2.73l-2.18,5.29l-2.49,1.08l-0.18,0.24l-0.95,7.88l-1.33,3.99l-2.79,-0.4l-0.32,0.19l-1.35,3.36l-2.45,0.17l-0.76,-4.01l-2.09,-5.19l-1.87,-6.6l1.06,-2.69l2.07,-3.39l0.04,-0.12l0.83,-6.02l-0.04,-0.2l-1.56,-2.6l-0.15,-7.07l1.54,-5.02l2.25,0.09l0.29,-0.19l0.87,-2.28l-0.01,-0.23l-0.85,-1.87l3.84,-8.39l4.09,-11.52l2.19,0.02l0.3,-0.25l0.61,-3.46l4.41,1.02l0.37,-0.27l0.35,-4.31l1.17,-0.22l3.22,3.28l3.83,4.51l0.07,9.83l0.77,2.24l-4.04,1.63Z",name:"Sweden",},SD:{path:"M505.98,389.6l-0.31,-0.9l-0.1,-0.14l-1.2,-0.93l-0.27,-1.68l0.29,-1.84l-0.25,-0.34l-1.16,-0.18l-0.33,0.21l-0.11,0.38l-1.3,0.11l-0.21,0.49l0.55,0.68l0.18,1.31l-1.31,1.34l-1.18,1.73l-1.04,0.21l-2.0,-1.41l-0.32,-0.02l-0.95,0.52l-0.14,0.16l-0.21,0.61l-1.16,0.43l-0.19,0.23l-0.04,0.27l-2.08,0.0l-0.26,-0.39l-0.24,-0.13l-1.81,-0.09l-0.14,0.03l-0.8,0.38l-0.49,-0.16l-1.22,-1.4l-0.42,-0.68l-0.31,-0.14l-1.81,0.35l-0.2,0.14l-0.72,1.25l-0.61,2.15l-0.73,0.41l-0.61,0.22l-0.83,-0.68l-0.12,-0.6l0.38,-0.97l0.01,-1.15l-0.08,-0.2l-1.39,-1.54l-0.25,-0.98l0.03,-0.57l-0.11,-0.25l-0.81,-0.67l-0.03,-1.35l-0.03,-0.14l-0.52,-0.99l-0.31,-0.16l-0.42,0.07l0.12,-0.45l0.63,-1.04l0.03,-0.23l-0.24,-0.9l0.7,-0.67l0.02,-0.41l-0.4,-0.46l0.58,-1.41l1.04,-1.73l1.97,0.17l0.33,-0.3l-0.12,-10.42l0.02,-0.82l2.59,-0.01l0.3,-0.3l0.0,-5.06l29.19,0.0l0.69,2.24l-0.4,0.36l-0.1,0.26l0.36,2.75l0.93,3.21l0.12,0.16l2.05,1.43l-0.99,1.18l-1.75,0.41l-0.15,0.08l-0.79,0.8l-0.08,0.17l-0.24,1.72l-1.07,3.8l-0.0,0.16l0.25,0.97l-0.38,2.12l-0.98,2.43l-1.52,1.31l-1.07,1.95l-0.25,1.0l-1.08,0.65l-0.13,0.18l-0.46,1.66Z",name:"Sudan",},DO:{path:"M241.7,364.49l0.16,-0.23l1.73,0.01l1.42,0.66l0.16,0.03l0.45,-0.05l0.36,0.75l0.28,0.17l1.02,-0.04l-0.05,0.45l0.27,0.33l1.02,0.09l0.91,0.72l-0.57,0.66l-0.98,-0.47l-0.16,-0.03l-1.11,0.11l-0.79,-0.12l-0.26,0.09l-0.38,0.41l-0.66,0.11l-0.28,-0.46l-0.38,-0.12l-0.83,0.38l-0.14,0.13l-0.85,1.52l-0.26,-0.17l-0.1,-0.59l0.05,-0.68l-0.07,-0.21l-0.45,-0.55l0.36,-0.26l0.12,-0.19l0.19,-1.02l-0.2,-1.43Z",name:"Dominican Republic",},DJ:{path:"M528.78,383.16l0.34,0.45l-0.06,0.77l-1.26,0.54l-0.05,0.53l0.82,0.53l-0.57,0.84l-0.3,-0.25l-0.28,-0.06l-0.56,0.17l-1.07,-0.03l-0.04,-0.56l-0.16,-0.57l0.76,-1.08l0.76,-0.98l0.89,0.18l0.25,-0.06l0.51,-0.42Z",name:"Djibouti",},DK:{path:"M452.41,246.5l-1.29,3.05l-2.24,-2.11l-0.29,-1.5l3.16,-1.27l0.65,1.83ZM447.91,242.85l-0.39,1.09l-0.43,-0.28l-0.43,0.1l-1.8,3.21l-0.02,0.24l0.6,1.87l-1.25,0.52l-1.65,-0.5l-0.94,-2.25l-0.07,-4.47l0.39,-1.16l0.64,-1.22l2.05,-0.27l0.21,-0.13l0.85,-1.23l1.48,-0.97l-0.06,1.75l-0.71,1.44l-0.02,0.2l0.3,1.28l0.16,0.2l1.12,0.57Z",name:"Denmark",},DE:{path:"M445.51,249.71l0.03,1.24l0.19,0.27l2.34,0.93l-0.02,1.31l0.39,0.29l2.55,-0.8l1.35,-1.1l2.6,1.56l1.11,1.27l0.53,1.95l-0.63,1.0l-0.0,0.32l0.89,1.44l0.59,2.09l-0.19,1.34l0.02,0.15l0.91,2.28l-0.68,0.25l-0.53,-0.37l-0.4,0.06l-0.58,0.7l-1.73,0.74l-0.1,0.07l-0.89,0.94l-1.77,0.83l-0.15,0.38l0.43,1.13l0.26,1.6l0.12,0.19l1.25,0.9l1.26,1.47l-0.75,1.48l-0.82,0.43l-0.16,0.31l0.34,2.36l-0.05,0.13l-0.45,-0.44l-0.18,-0.08l-1.2,-0.11l-0.13,0.02l-1.73,0.64l-2.14,-0.15l-0.3,0.2l-0.21,0.58l-0.94,-0.76l-0.27,-0.06l-0.66,0.18l-2.59,-1.1l-0.37,0.12l-0.42,0.67l-1.63,-0.02l0.27,-2.28l1.24,-2.55l-0.21,-0.43l-3.53,-0.69l-1.0,-0.86l0.13,-1.54l-0.04,-0.17l-0.45,-0.8l0.27,-2.62l-0.39,-3.87l1.17,-0.0l0.28,-0.19l0.63,-1.53l0.64,-3.85l-0.01,-0.14l-0.43,-1.29l0.35,-0.64l1.73,-0.19l0.37,0.74l0.5,0.06l1.7,-2.09l0.05,-0.29l-0.56,-1.56l-0.09,-1.99l1.49,0.45l0.2,-0.01l1.2,-0.5Z",name:"Germany",},YE:{path:"M553.54,372.33l-1.52,0.59l-0.17,0.16l-0.48,1.16l-0.07,0.8l-2.31,1.02l-3.98,1.2l-2.28,1.82l-0.97,0.12l-0.7,-0.14l-0.24,0.05l-1.42,1.04l-1.51,0.47l-2.07,0.13l-0.68,0.15l-0.17,0.1l-0.49,0.6l-0.56,0.16l-0.18,0.14l-0.3,0.5l-1.06,-0.05l-0.13,0.02l-0.73,0.32l-1.48,-0.11l-0.55,-1.27l0.07,-1.34l-0.04,-0.16l-0.39,-0.73l-0.48,-1.88l-0.52,-0.8l0.09,-0.02l0.22,-0.35l-0.23,-1.07l0.24,-0.4l0.04,-0.18l-0.09,-0.97l0.97,-0.73l0.11,-0.31l-0.23,-1.0l0.46,-0.89l0.75,0.5l0.26,0.03l0.63,-0.22l2.76,-0.06l0.5,0.26l2.42,0.26l0.85,-0.11l0.52,0.73l0.35,0.11l1.17,-0.44l0.15,-0.12l1.75,-2.69l2.22,-1.13l6.95,-0.98l2.55,5.68Z",name:"Yemen",},AT:{path:"M463.17,276.97l-0.15,1.22l-1.15,0.01l-0.26,0.45l0.41,0.68l-0.77,2.19l-0.36,0.47l-2.05,0.09l-0.15,0.05l-1.17,0.76l-1.94,-0.26l-3.42,-0.9l-0.5,-1.14l-0.35,-0.17l-2.47,0.64l-0.2,0.17l-0.18,0.44l-1.25,-0.43l-1.28,-0.11l-0.85,-0.5l0.28,-0.66l0.02,-0.16l-0.06,-0.39l0.35,-0.09l1.15,0.93l0.47,-0.13l0.28,-0.76l1.98,0.14l0.13,-0.02l1.73,-0.64l1.03,0.1l0.71,0.69l0.49,-0.11l0.23,-0.63l0.02,-0.15l-0.32,-2.23l0.71,-0.38l0.13,-0.13l0.73,-1.45l1.58,1.04l0.39,-0.05l1.35,-1.49l0.68,-0.22l1.83,1.09l0.2,0.04l1.06,-0.18l0.84,0.52l-0.1,0.24l-0.02,0.17l0.24,1.26Z",name:"Austria",},DZ:{path:"M450.58,354.2l-8.32,5.01l-7.23,5.24l-3.45,1.16l-2.42,0.23l-0.02,-1.37l-0.2,-0.28l-1.15,-0.43l-1.45,-0.71l-0.55,-1.16l-0.1,-0.12l-8.45,-5.88l-8.45,-5.97l-9.28,-6.66l0.03,-0.4l-0.02,-3.37l3.84,-2.01l2.45,-0.43l2.1,-0.79l0.14,-0.12l0.91,-1.37l2.84,-1.12l0.19,-0.26l0.1,-1.93l1.21,-0.21l0.16,-0.08l1.06,-1.02l3.18,-0.48l0.23,-0.19l0.46,-1.15l-0.07,-0.33l-0.6,-0.58l-0.84,-3.06l-0.18,-1.92l-0.83,-1.72l2.15,-1.5l2.65,-0.52l0.13,-0.06l1.54,-1.25l2.33,-0.92l4.2,-0.55l4.07,-0.25l1.2,0.44l0.24,-0.02l2.29,-1.2l2.51,-0.02l0.94,0.67l0.21,0.05l1.25,-0.14l-0.37,1.16l-0.01,0.13l0.39,2.89l-0.56,2.39l-1.49,1.63l-0.08,0.23l0.22,2.27l0.1,0.2l1.95,1.69l0.02,0.59l0.12,0.23l1.46,1.13l1.05,5.15l0.81,2.55l0.13,1.26l-0.43,2.28l0.17,1.34l-0.31,1.59l0.2,1.63l-0.91,1.07l-0.01,0.37l1.43,1.96l0.09,1.1l0.04,0.13l0.89,1.54l0.38,0.13l1.02,-0.44l1.79,1.15l0.9,1.4Z",name:"Algeria",},US:{path:"M892.64,206.26l1.11,0.77l0.28,0.03l1.41,-0.52l1.89,1.39l2.28,0.7l-0.07,0.21l-1.65,1.02l-1.72,-1.08l-0.93,-0.98l-0.26,-0.09l-2.08,0.3l-0.37,-0.31l0.1,-1.44ZM183.29,272.46l0.39,1.86l0.1,0.17l0.78,0.64l0.15,0.07l1.73,0.23l2.51,0.59l2.4,1.15l0.2,0.02l1.95,-0.47l3.0,0.95l0.92,-0.02l2.21,-1.02l4.66,2.72l3.86,2.34l0.21,0.84l0.14,0.18l0.37,0.22l-0.05,0.12l0.23,0.41l0.67,0.11l0.23,-0.06l0.08,-0.06l0.05,0.35l0.07,0.15l0.5,0.57l0.23,0.1l0.55,0.0l0.15,0.18l-0.22,0.47l0.11,0.38l2.5,1.61l1.0,6.02l-0.69,1.93l-1.16,1.85l-0.59,1.3l-0.06,0.35l0.04,0.2l0.28,0.48l0.1,0.1l0.85,0.53l0.16,0.05l0.63,0.0l0.16,-0.04l2.86,-1.77l2.61,-0.55l3.28,-1.69l0.16,-0.22l0.04,-0.45l-0.23,-1.05l-0.27,-0.49l0.77,-0.38l4.69,-0.01l0.26,-0.15l0.78,-1.31l2.91,-2.75l1.03,-0.59l8.34,-0.03l0.29,-0.22l0.2,-0.7l0.7,-0.17l1.06,-0.55l0.13,-0.12l0.92,-1.7l0.75,-2.77l1.66,-2.41l0.58,0.67l0.33,0.09l1.5,-0.56l0.88,0.84l-0.0,4.82l0.07,0.19l1.61,1.98l0.33,0.89l-2.45,1.56l-2.55,1.19l-2.64,1.02l-0.14,0.12l-1.33,2.05l-0.44,0.79l-0.04,0.14l-0.03,1.8l0.03,0.13l0.83,1.79l0.25,0.17l0.95,0.08l-1.33,0.43l-1.25,-0.05l-1.83,0.58l-1.06,0.16l-1.45,0.16l-2.18,0.99l-0.16,0.36l0.34,0.21l3.54,-0.6l0.21,0.17l-2.92,0.83l-1.19,0.0l0.01,-0.05l-0.17,-0.33l-0.36,0.08l-0.76,0.91l0.17,0.49l0.44,0.09l-0.46,1.99l-1.4,1.91l-0.04,-0.18l-0.2,-0.22l-0.48,-0.15l-0.77,-0.76l-0.37,-0.04l-0.13,0.34l0.52,1.74l0.08,0.13l0.53,0.49l0.03,0.99l-0.75,1.16l-0.4,0.72l0.07,-0.21l-0.08,-0.32l-1.2,-1.14l-0.28,-2.56l-0.26,-0.27l-0.32,0.2l-0.48,1.39l-0.01,0.17l0.4,1.51l-1.14,-0.34l-0.36,0.17l0.12,0.38l1.58,0.94l0.1,2.84l0.21,0.28l0.55,0.17l0.22,0.9l0.34,2.97l-1.47,2.1l-2.5,0.87l-0.12,0.08l-1.57,1.7l-1.15,0.18l-0.15,0.07l-1.27,1.11l-0.09,0.13l-0.33,0.92l-2.71,1.91l-1.45,1.45l-1.18,1.75l-0.05,0.11l-0.39,2.08l0.44,2.13l0.84,2.5l1.1,2.01l0.03,1.25l1.17,3.22l-0.08,1.82l-0.1,1.04l-0.57,1.54l-0.54,0.25l-0.97,-0.26l-0.35,-1.06l-0.12,-0.16l-0.89,-0.6l-2.44,-4.47l-0.34,-1.0l0.49,-1.8l-0.02,-0.2l-0.74,-1.64l-1.95,-2.41l-0.11,-0.08l-0.98,-0.44l-0.26,0.01l-2.42,1.25l-0.25,-0.08l-1.16,-1.29l-0.1,-0.07l-1.57,-0.72l-0.16,-0.02l-2.79,0.36l-2.26,-0.32l-1.91,0.2l-1.12,0.48l-0.14,0.43l0.41,0.69l-0.04,1.08l0.08,0.22l0.31,0.33l-0.08,0.06l-0.76,-0.35l-0.27,0.01l-0.86,0.5l-1.63,-0.08l-1.79,-1.46l-0.24,-0.06l-2.11,0.35l-1.75,-0.64l-0.14,-0.02l-1.61,0.21l-2.11,0.67l-0.11,0.07l-2.25,2.09l-2.53,1.27l-1.43,1.44l-0.58,1.27l-0.03,0.12l-0.03,1.94l0.13,1.37l0.31,0.66l-0.47,0.04l-1.71,-0.59l-1.85,-0.82l-0.64,-1.2l-0.54,-1.94l-0.07,-0.12l-1.45,-1.58l-0.86,-1.66l-1.26,-1.96l-0.09,-0.09l-1.76,-1.15l-0.17,-0.05l-2.05,0.06l-0.24,0.13l-1.44,2.07l-1.83,-0.76l-1.19,-0.8l-0.6,-1.53l-0.9,-1.6l-1.49,-1.28l-1.27,-0.92l-0.89,-1.02l-0.23,-0.1l-4.34,-0.0l-0.3,0.3l-0.0,0.91l-6.61,0.02l-5.66,-2.05l-3.49,-1.33l0.12,-0.3l-0.31,-0.41l-3.18,0.32l-2.6,0.21l-0.36,-1.28l-0.07,-0.13l-1.62,-1.72l-0.13,-0.08l-1.02,-0.31l-0.23,-0.72l-0.25,-0.21l-1.31,-0.14l-0.82,-0.75l-0.16,-0.08l-2.25,-0.29l-0.48,-0.37l-0.28,-1.56l-0.06,-0.13l-2.41,-3.07l-2.03,-4.24l0.08,-0.65l-0.09,-0.25l-1.08,-1.03l-1.88,-2.6l-0.34,-2.57l-0.06,-0.14l-1.25,-1.68l0.53,-2.68l-0.09,-2.87l-0.79,-2.59l0.96,-3.21l0.61,-6.44l-0.46,-4.9l-0.79,-3.16l-0.7,-1.66l0.15,-0.36l3.22,1.14l1.28,3.37l0.53,0.05l0.62,-0.97l0.04,-0.2l-0.4,-3.06l-0.76,-2.77l68.92,-0.0l0.3,-0.3l0.01,-1.18l0.31,-0.01ZM245.49,299.69l0.01,-0.02l-0.0,0.01l-0.01,0.0ZM32.44,157.4l1.76,3.36l0.51,0.04l1.01,-1.34l3.77,0.41l-0.13,1.45l0.2,0.31l3.83,1.28l0.18,0.0l2.45,-0.72l5.17,2.31l4.85,0.71l1.89,0.93l0.23,0.01l3.2,-1.15l3.68,2.13l2.57,0.96l-0.03,56.19l0.28,0.3l2.4,0.15l2.33,1.33l1.71,2.13l2.22,3.21l0.47,0.03l2.41,-2.7l2.2,-1.41l1.22,2.32l1.71,2.02l2.25,2.13l1.54,3.35l2.56,5.26l0.1,0.12l4.13,2.78l0.06,2.55l-1.12,1.69l-1.19,-1.39l-2.1,-1.33l-0.68,-3.77l-0.07,-0.14l-3.19,-3.65l-1.33,-4.36l-0.25,-0.21l-2.43,-0.31l-3.92,-0.11l-2.83,-1.33l-5.14,-5.01l-0.1,-0.06l-6.77,-2.72l-0.15,-0.02l-3.38,0.42l-4.82,-2.27l-2.95,-2.16l-0.29,-0.04l-2.78,1.09l-0.19,0.32l0.48,3.24l-1.15,0.27l-2.9,1.04l-2.25,1.68l-2.38,0.89l-0.31,-2.47l1.09,-4.77l2.55,-1.52l0.11,-0.4l-0.69,-1.3l-0.47,-0.08l-3.19,2.88l-1.75,3.42l-3.57,3.5l-0.03,0.4l1.7,2.2l-2.21,3.22l-2.64,1.93l-2.49,1.42l-0.14,0.17l-0.59,1.94l-3.81,2.3l-0.13,0.15l-0.76,2.02l-2.74,1.78l-1.6,-0.32l-0.2,0.03l-2.35,1.24l-2.54,1.49l-2.06,1.44l-4.02,1.15l-0.15,-0.28l2.51,-1.86l2.49,-1.38l2.6,-2.37l3.02,-0.49l0.2,-0.13l1.21,-1.81l3.43,-2.7l0.61,-0.97l1.81,-1.61l0.1,-0.19l0.43,-3.53l1.25,-2.8l-0.07,-0.34l-0.34,-0.05l-2.69,1.36l-0.65,-0.67l-0.45,0.03l-1.1,1.42l-1.4,-2.1l-0.53,0.06l-0.4,1.01l-0.66,-1.69l-0.46,-0.13l-2.42,1.88l-1.16,-0.0l-0.19,-2.57l0.44,-1.76l-0.07,-0.27l-1.61,-1.77l-0.31,-0.09l-3.07,0.9l-1.99,-2.21l-1.64,-1.17l-0.01,-2.75l-0.07,-0.2l-1.82,-2.09l0.9,-2.84l2.02,-2.98l0.88,-2.73l1.75,-0.35l1.62,0.84l0.38,-0.09l1.9,-2.53l1.62,0.43l0.28,-0.07l1.91,-1.75l0.09,-0.27l-0.47,-2.61l-0.12,-0.19l-1.15,-0.85l1.65,-2.01l-0.24,-0.49l-1.65,0.1l-2.66,1.27l-0.13,0.12l-0.6,1.01l-1.71,-1.11l-0.22,-0.04l-3.46,0.64l-3.47,-1.32l-1.05,-2.34l-2.94,-3.25l3.23,-2.36l5.5,-3.0l1.65,0.0l-0.3,2.78l0.31,0.33l5.29,-0.24l0.25,-0.44l-2.03,-3.88l-0.08,-0.1l-3.03,-2.4l-1.79,-3.25l-2.4,-2.83l-3.3,-2.06l1.24,-3.19l4.25,-0.22l0.2,-0.09l3.16,-3.2l0.08,-0.16l0.58,-3.43l2.46,-3.36l2.43,-0.86l4.64,-3.28l2.17,0.48l0.28,-0.09l3.71,-3.96l3.5,1.51ZM37.63,239.47l-2.28,1.59l-1.03,-0.95l-0.34,-1.88l2.11,-1.54l1.23,-0.66l1.44,0.28l0.84,1.16l-1.97,2.0ZM30.89,363.34l1.2,0.59l0.35,0.31l0.49,0.71l-1.6,0.88l-0.29,0.32l-0.24,-0.15l0.05,-0.55l-0.02,-0.15l-0.36,-0.85l0.05,-0.12l0.39,-0.39l0.07,-0.31l-0.09,-0.29ZM29.05,361.34l0.51,0.15l0.32,0.2l-0.47,0.11l-0.36,-0.46ZM25.02,359.53l0.2,-0.11l0.41,0.49l-0.44,-0.05l-0.17,-0.33ZM21.28,358.05l0.12,-0.08l0.22,0.02l0.02,0.23l-0.02,0.02l-0.33,-0.19ZM6.02,226.12l-1.2,0.61l-1.47,-0.84l-1.12,-1.0l1.91,-0.67l1.7,0.39l0.19,1.51Z",name:"United States of America",},LV:{path:"M473.99,244.15l0.07,-2.86l1.17,-2.76l2.02,-1.36l1.83,3.19l0.27,0.15l2.01,-0.09l0.28,-0.26l0.46,-3.39l1.84,-0.72l0.95,0.5l2.13,1.72l0.19,0.07l1.95,0.01l1.03,0.92l0.21,2.17l0.74,2.46l-2.49,1.6l-1.33,0.65l-2.26,-2.03l-0.14,-0.07l-1.17,-0.25l-0.29,-0.78l-0.33,-0.19l-2.42,0.44l-4.16,-0.29l-0.15,0.03l-2.43,1.17Z",name:"Latvia",},UY:{path:"M276.9,494.49l1.29,-0.25l2.4,2.15l0.23,0.08l0.82,-0.07l2.48,1.8l1.93,1.6l1.29,1.8l-0.97,1.24l-0.04,0.3l0.64,1.57l-0.97,1.7l-2.64,1.58l-1.72,-0.57l-0.16,-0.01l-1.24,0.3l-2.21,-1.25l-0.16,-0.04l-1.56,0.09l-1.34,-1.47l0.17,-1.72l0.49,-0.6l0.07,-0.19l-0.02,-2.92l0.66,-2.98l0.57,-2.14Z",name:"Uruguay",},LB:{path:"M510.44,326.05l-0.48,0.03l-0.26,0.18l-0.15,0.34l-0.22,-0.0l0.74,-2.02l1.19,-2.04l0.73,0.1l0.28,0.82l-1.21,1.01l-0.09,0.13l-0.55,1.46Z",name:"Lebanon",},LA:{path:"M684.87,378.56l0.61,-0.88l0.05,-0.16l0.11,-2.2l-0.08,-0.22l-1.96,-2.19l-0.15,-2.48l-0.08,-0.18l-1.9,-2.14l-0.2,-0.1l-1.89,-0.18l-0.29,0.15l-0.42,0.77l-1.21,0.06l-0.67,-0.41l-0.31,-0.0l-2.2,1.31l-0.05,-1.81l0.61,-2.75l-0.27,-0.36l-1.44,-0.1l-0.12,-1.35l-0.12,-0.21l-0.88,-0.67l0.38,-0.71l1.76,-1.44l0.08,0.23l0.27,0.2l1.33,0.07l0.31,-0.34l-0.35,-2.83l0.85,-0.26l1.32,1.93l1.11,2.42l0.27,0.17l2.88,0.02l0.78,1.87l-1.33,0.58l-0.12,0.09l-0.72,0.95l0.1,0.45l2.93,1.55l3.62,5.36l1.88,1.81l0.58,1.69l-0.38,2.14l-1.87,-0.8l-0.37,0.11l-0.99,1.55l-1.51,-0.74Z",name:"Laos",},TW:{path:"M725.6,351.69l-1.5,4.35l-0.82,1.69l-1.01,-1.75l-0.26,-1.86l1.41,-2.57l1.8,-1.87l0.76,0.55l-0.38,1.45Z",name:"Taiwan",},TT:{path:"M266.35,389.31l0.42,-0.4l0.09,-0.23l-0.04,-0.76l1.14,-0.26l0.2,0.03l-0.07,1.38l-1.74,0.23Z",name:"Trinidad and Tobago",},TR:{path:"M513.24,301.19l3.63,1.3l0.15,0.01l2.87,-0.5l2.11,0.29l0.19,-0.04l2.89,-1.7l2.49,-0.15l2.25,1.53l0.37,1.0l-0.23,1.53l0.18,0.32l1.81,0.79l0.65,0.63l-1.35,0.73l-0.15,0.33l0.76,3.59l-0.44,0.89l0.0,0.28l1.21,2.25l-0.72,0.32l-0.73,-0.67l-0.16,-0.08l-2.91,-0.41l-0.17,0.02l-1.04,0.47l-2.78,0.48l-1.32,-0.05l-0.13,0.02l-2.83,1.15l-1.94,0.01l-1.27,-0.56l-0.21,-0.01l-2.61,0.82l-0.7,-0.52l-0.48,0.22l-0.13,1.63l-1.0,1.02l-0.6,-0.91l0.81,-1.0l0.03,-0.34l-0.31,-0.14l-1.45,0.25l-2.02,-0.69l-0.31,0.08l-1.64,1.71l-3.57,0.33l-1.93,-1.59l-0.18,-0.07l-2.7,-0.1l-0.29,0.18l-0.52,1.15l-1.46,0.31l-2.32,-1.58l-0.18,-0.05l-2.54,0.05l-1.4,-2.95l-1.73,-1.7l1.12,-2.3l-0.06,-0.35l-1.38,-1.34l2.5,-2.81l3.73,-0.13l0.27,-0.18l0.97,-2.31l4.55,0.42l0.2,-0.06l2.97,-2.14l2.83,-0.92l4.02,-0.07l4.3,2.33ZM488.84,302.84l-1.79,1.52l-0.58,-1.12l0.02,-0.44l0.46,-0.29l0.12,-0.15l0.78,-2.08l-0.1,-0.35l-0.79,-0.57l1.97,-0.82l1.88,0.39l0.25,1.1l0.16,0.2l1.9,0.94l-0.22,0.4l-2.81,0.17l-0.19,0.08l-1.06,1.02Z",name:"Turkey",},LK:{path:"M625.44,395.94l-0.35,2.41l-0.9,0.61l-1.91,0.51l-1.04,-1.75l-0.43,-3.51l1.0,-3.61l1.34,1.09l1.13,1.73l1.16,2.53Z",name:"Sri Lanka",},TN:{path:"M444.91,334.63l-0.99,-4.86l-0.11,-0.18l-1.43,-1.11l-0.02,-0.58l-0.1,-0.22l-1.96,-1.7l-0.2,-2.02l1.45,-1.59l0.07,-0.13l0.59,-2.52l-0.38,-2.99l0.45,-1.41l2.52,-1.17l1.41,0.3l-0.06,1.33l0.44,0.28l1.8,-0.98l0.03,0.09l-1.15,1.41l-0.07,0.19l-0.02,1.43l0.1,0.23l0.75,0.66l-0.3,2.39l-1.57,1.45l-0.08,0.3l0.48,1.65l0.28,0.22l1.11,0.04l0.55,1.26l0.14,0.15l0.77,0.38l-0.12,1.94l-1.1,0.77l-0.8,0.97l-1.68,1.11l-0.13,0.31l0.25,1.15l-0.18,1.03l-0.74,0.41Z",name:"Tunisia",},TL:{path:"M734.21,437.15l0.17,-0.34l1.99,-0.53l1.72,-0.08l0.78,-0.3l0.3,0.1l-0.43,0.32l-2.57,1.09l-1.71,0.6l-0.05,-0.49l-0.19,-0.37Z",name:"East Timor",},TM:{path:"M553.18,299.09l-0.02,0.02l-0.12,1.15l-0.27,-0.76l0.41,-0.41ZM553.44,298.83l0.24,-0.25l0.8,-0.2l-1.04,0.45ZM555.59,298.11l0.74,-0.18l1.53,0.85l1.71,2.57l0.29,0.13l1.27,-0.16l2.81,-0.05l0.29,-0.37l-0.36,-1.46l2.0,-1.1l1.95,-1.83l3.04,1.62l0.25,2.52l0.12,0.21l0.96,0.68l0.19,0.06l2.6,-0.15l0.68,0.49l1.2,3.31l0.1,0.13l2.85,2.24l1.62,1.51l2.71,1.63l3.14,1.28l-0.05,1.4l-0.35,-0.05l-1.12,-0.8l-0.46,0.15l-0.34,0.98l-1.96,0.57l-0.21,0.23l-0.48,2.38l-1.26,0.84l-1.92,0.45l-0.21,0.19l-0.47,1.24l-1.63,0.35l-2.3,-1.05l-0.2,-2.43l-0.28,-0.27l-1.76,-0.1l-2.78,-2.7l-0.16,-0.08l-1.95,-0.34l-2.82,-1.62l-1.78,-0.29l-0.19,0.03l-1.02,0.55l-1.59,-0.09l-0.23,0.09l-1.72,1.75l-1.81,0.5l-0.39,-1.87l0.36,-3.3l-0.15,-0.29l-1.75,-0.98l0.58,-2.0l-0.25,-0.38l-1.34,-0.15l0.42,-2.12l2.04,0.7l0.23,-0.01l2.2,-1.06l0.09,-0.47l-1.79,-1.96l-0.7,-1.87l-0.17,-0.07Z",name:"Turkmenistan",},TJ:{path:"M598.04,304.9l-0.29,0.32l-2.56,-0.51l-0.36,0.26l-0.24,1.88l0.33,0.34l2.65,-0.25l3.03,1.03l0.13,0.01l4.47,-0.46l0.58,2.72l0.4,0.22l0.7,-0.27l1.22,0.58l-0.07,1.12l0.3,1.44l-2.19,-0.0l-1.7,-0.23l-0.24,0.07l-1.51,1.36l-1.04,0.29l-0.76,0.55l-0.71,-0.74l0.22,-2.51l-0.24,-0.32l-0.44,-0.09l0.18,-0.66l-0.15,-0.35l-1.36,-0.73l-0.36,0.06l-1.08,1.11l-0.08,0.15l-0.25,1.21l-0.24,0.29l-1.35,-0.06l-0.27,0.15l-0.64,1.15l-0.57,-0.41l-0.32,-0.02l-1.67,0.93l-0.37,-0.18l1.29,-2.94l0.02,-0.19l-0.54,-2.38l-0.18,-0.21l-1.55,-0.65l0.43,-0.95l1.88,0.14l0.27,-0.13l1.19,-1.8l0.77,-2.02l2.67,-0.61l-0.35,1.02l0.0,0.21l0.36,0.91l0.3,0.19l0.28,-0.02Z",name:"Tajikistan",},LS:{path:"M493.32,490.82l0.7,0.69l-0.66,1.2l-0.38,0.84l-1.27,0.41l-0.18,0.15l-0.4,0.81l-0.58,0.19l-1.6,-1.9l1.17,-1.6l1.3,-1.07l0.97,-0.48l0.93,0.75Z",name:"Lesotho",},TH:{path:"M677.42,383.49l-1.7,-0.89l-0.15,-0.03l-1.77,0.04l0.3,-1.66l-0.3,-0.35l-2.21,0.02l-0.3,0.28l-0.2,2.78l-2.15,5.94l-0.02,0.13l0.17,1.84l0.28,0.27l1.45,0.07l0.93,2.11l0.44,2.16l0.08,0.15l1.4,1.45l0.16,0.09l1.43,0.28l1.04,1.05l-0.58,0.74l-1.24,0.23l-0.15,-0.99l-0.15,-0.22l-2.04,-1.1l-0.36,0.06l-0.23,0.23l-0.72,-0.71l-0.41,-1.18l-0.06,-0.11l-1.33,-1.43l-1.22,-1.21l-0.5,0.13l-0.15,0.54l-0.14,-0.41l0.26,-1.49l0.73,-2.4l1.2,-2.59l1.37,-2.37l0.02,-0.27l-0.95,-2.28l0.03,-1.2l-0.29,-1.44l-0.06,-0.13l-1.65,-2.02l-0.47,-1.01l0.62,-0.34l0.13,-0.15l0.92,-2.26l-0.02,-0.27l-1.05,-1.76l-1.57,-1.89l-1.05,-2.0l0.77,-0.35l0.15,-0.16l1.07,-2.69l1.58,-0.11l0.17,-0.06l1.43,-1.13l1.24,-0.53l0.84,0.64l0.13,1.47l0.28,0.27l1.35,0.1l-0.54,2.45l0.05,2.43l0.45,0.25l2.48,-1.48l0.59,0.37l0.17,0.04l1.47,-0.08l0.25,-0.15l0.41,-0.74l1.58,0.15l1.76,1.97l0.15,2.48l0.08,0.18l1.95,2.18l-0.1,1.99l-0.66,0.94l-2.25,-0.34l-3.24,0.49l-0.2,0.12l-1.6,2.14l-0.05,0.24l0.48,2.49Z",name:"Thailand",},TF:{path:"M593.76,555.03l1.24,0.92l0.12,0.05l2.15,0.43l0.05,0.44l-0.6,1.51l-3.34,0.22l-0.05,-1.7l0.43,-1.87Z",name:"French Southern and Antarctic Lands",},TG:{path:"M425.23,399.17l-1.49,0.4l-0.43,-0.68l-0.64,-1.54l-0.18,-1.16l0.54,-2.22l-0.04,-0.24l-0.59,-0.86l-0.23,-1.91l0.0,-1.83l-0.07,-0.19l-0.95,-1.2l0.1,-0.42l1.58,0.04l-0.23,0.98l0.08,0.28l1.55,1.56l0.09,1.14l0.08,0.19l0.42,0.43l-0.11,5.68l0.53,1.54Z",name:"Togo",},TD:{path:"M457.57,382.26l0.23,-1.1l-0.28,-0.36l-1.32,-0.05l0.0,-1.37l-0.1,-0.22l-0.9,-0.83l1.0,-3.14l3.12,-2.4l0.12,-0.23l0.13,-3.39l0.95,-5.31l0.53,-1.11l-0.07,-0.35l-0.95,-0.83l-0.03,-0.73l-0.12,-0.23l-0.84,-0.62l-0.57,-3.88l2.21,-1.3l9.84,5.11l9.83,5.04l0.12,9.92l-1.83,-0.15l-0.28,0.14l-1.14,1.91l-0.68,1.64l0.05,0.31l0.34,0.39l-0.62,0.59l-0.08,0.29l0.25,0.94l-0.58,0.96l-0.29,1.02l0.34,0.37l0.67,-0.11l0.39,0.73l0.03,1.42l0.11,0.23l0.8,0.66l-0.01,0.25l-1.38,0.38l-0.11,0.06l-1.27,1.03l-1.83,2.78l-2.21,1.1l-2.34,-0.15l-0.82,0.25l-0.2,0.37l0.19,0.68l-1.16,0.79l-1.01,0.94l-2.92,0.9l-0.5,-0.46l-0.17,-0.08l-0.41,-0.05l-0.28,0.12l-0.38,0.54l-1.36,0.12l0.11,-0.18l0.01,-0.27l-0.78,-1.73l-0.35,-1.03l-0.17,-0.18l-1.03,-0.41l-1.29,-1.29l0.36,-0.79l0.9,0.2l0.14,-0.0l0.67,-0.17l1.36,0.02l0.26,-0.45l-1.32,-2.24l0.09,-1.65l-0.17,-1.7l-0.04,-0.13l-0.93,-1.54Z",name:"Chad",},LY:{path:"M457.99,355.7l-1.56,0.89l-1.25,-1.32l-0.13,-0.08l-3.85,-1.14l-1.04,-1.62l-0.09,-0.09l-1.98,-1.28l-0.28,-0.02l-0.93,0.4l-0.72,-1.25l-0.09,-1.12l-0.06,-0.15l-1.34,-1.83l0.84,-0.99l0.07,-0.23l-0.21,-1.72l0.31,-1.5l-0.17,-1.35l0.44,-2.36l-0.15,-1.39l-0.74,-2.31l1.01,-0.55l0.15,-0.21l0.22,-1.23l-0.22,-1.13l1.55,-1.02l0.81,-0.97l1.19,-0.83l0.13,-0.23l0.12,-1.89l2.57,0.9l0.17,0.01l0.98,-0.24l2.0,0.48l3.19,1.27l1.12,2.51l0.2,0.17l2.24,0.57l3.49,1.21l2.65,1.43l0.3,-0.01l1.22,-0.75l1.27,-1.4l0.07,-0.28l-0.55,-2.13l0.7,-1.28l1.7,-1.31l1.6,-0.38l3.2,0.58l0.78,1.22l0.25,0.14l0.85,0.01l0.73,0.46l0.12,0.04l2.35,0.33l0.43,0.69l-0.8,1.25l-0.03,0.25l0.36,1.15l-0.61,1.7l-0.0,0.19l0.74,2.28l0.0,25.13l-2.58,0.01l-0.3,0.29l-0.02,0.64l-9.56,-4.9l-9.99,-5.19l-0.29,0.01l-2.53,1.49Z",name:"Libya",},AE:{path:"M550.59,353.01l0.12,0.09l1.92,-0.42l3.54,0.15l0.24,-0.1l1.71,-1.85l1.86,-1.77l1.3,-1.41l0.26,0.52l0.28,1.8l-0.93,0.01l-0.3,0.27l-0.21,1.79l0.1,0.26l0.09,0.08l-0.72,0.34l-0.17,0.27l-0.01,1.03l-0.68,1.06l-0.05,0.14l-0.06,0.99l-0.32,0.37l-7.19,-1.31l-0.8,-2.31Z",name:"United Arab Emirates",},VE:{path:"M240.66,386.33l0.65,0.92l-0.03,1.14l-1.05,1.4l-0.03,0.31l0.95,2.01l0.32,0.17l1.08,-0.16l0.24,-0.21l0.56,-1.84l-0.06,-0.28l-0.71,-0.82l-0.1,-1.6l2.9,-0.96l0.19,-0.37l-0.3,-1.03l0.45,-0.41l0.72,1.44l0.26,0.17l1.65,0.04l1.46,1.28l0.08,0.73l0.3,0.27l2.28,0.02l2.55,-0.25l1.34,1.06l0.14,0.06l1.92,0.31l0.2,-0.03l1.4,-0.79l0.15,-0.25l0.02,-0.37l2.82,-0.14l1.18,-0.01l-0.42,0.15l-0.14,0.46l0.86,1.2l0.22,0.12l1.93,0.18l1.73,1.14l0.37,1.91l0.31,0.24l1.21,-0.05l0.52,0.32l-1.63,1.22l-0.11,0.17l-0.22,0.92l0.07,0.27l0.64,0.69l-0.31,0.24l-1.48,0.39l-0.22,0.3l0.04,1.03l-0.59,0.6l-0.01,0.41l1.67,1.88l0.23,0.48l-0.72,0.76l-2.71,0.91l-1.78,0.39l-0.13,0.06l-0.6,0.49l-1.84,-0.58l-1.89,-0.33l-0.18,0.03l-0.47,0.23l-0.02,0.53l0.96,0.56l-0.08,1.58l0.35,1.58l0.26,0.23l1.91,0.19l0.02,0.07l-1.54,0.62l-0.18,0.2l-0.25,0.92l-0.88,0.35l-1.85,0.58l-0.16,0.13l-0.4,0.64l-1.66,0.14l-1.22,-1.18l-0.79,-2.52l-0.67,-0.88l-0.66,-0.43l0.99,-0.98l0.09,-0.26l-0.09,-0.56l-0.08,-0.16l-0.66,-0.69l-0.47,-1.54l0.18,-1.67l0.55,-0.85l0.45,-1.36l-0.15,-0.36l-0.89,-0.43l-0.19,-0.02l-1.39,0.28l-1.76,-0.13l-0.92,0.23l-1.64,-2.02l-0.17,-0.1l-1.54,-0.33l-3.05,0.23l-0.5,-0.74l-0.15,-0.12l-0.45,-0.15l-0.05,-0.28l0.28,-0.87l0.01,-0.15l-0.2,-1.02l-0.08,-0.15l-0.5,-0.5l-0.3,-1.09l-0.25,-0.22l-0.89,-0.12l0.54,-1.19l0.29,-1.74l0.66,-0.86l0.94,-0.71l0.09,-0.11l0.3,-0.6Z",name:"Venezuela",},AF:{path:"M574.42,319.55l2.23,1.02l0.19,0.02l1.89,-0.41l0.22,-0.19l0.47,-1.25l1.82,-0.43l1.51,-0.99l0.13,-0.19l0.46,-2.32l1.94,-0.56l0.2,-0.19l0.26,-0.75l0.86,0.61l0.14,0.05l0.79,0.1l1.35,0.02l1.82,0.64l0.75,0.37l0.28,-0.01l1.65,-0.92l0.69,0.5l0.44,-0.1l0.72,-1.28l1.31,0.06l0.24,-0.11l0.39,-0.46l0.06,-0.13l0.25,-1.19l0.86,-0.89l0.94,0.51l-0.21,0.74l0.23,0.38l0.49,0.1l-0.21,2.38l0.08,0.23l0.99,1.03l0.4,0.03l0.83,-0.62l1.06,-0.3l0.12,-0.07l1.46,-1.32l1.63,0.22l2.4,0.0l0.2,0.4l-1.15,0.28l-1.23,0.56l-2.86,0.36l-2.69,0.66l-0.13,0.07l-1.46,1.35l-0.07,0.34l0.58,1.28l0.25,1.34l-1.14,1.17l-0.08,0.24l0.1,1.07l-0.54,0.86l-2.21,-0.09l-0.28,0.43l0.85,1.72l-1.32,0.63l-0.13,0.12l-1.06,1.8l-0.04,0.18l0.13,1.62l-0.74,0.62l-0.77,-0.23l-0.14,-0.01l-1.91,0.38l-0.23,0.2l-0.21,0.62l-1.65,-0.0l-0.23,0.11l-1.4,1.65l-0.07,0.18l-0.08,2.27l-2.99,1.1l-1.67,-0.24l-0.28,0.11l-0.39,0.48l-1.31,-0.32l-0.12,-0.0l-2.43,0.42l-3.71,-1.3l1.98,-2.3l0.07,-0.23l-0.21,-1.88l-0.22,-0.26l-1.7,-0.44l-0.19,-1.73l-0.77,-2.23l0.99,-1.52l-0.14,-0.44l-0.83,-0.34l0.61,-1.95l0.93,-3.47Z",name:"Afghanistan",},IQ:{path:"M534.41,318.24l0.13,0.14l1.51,0.85l0.16,1.48l-1.14,0.95l-0.1,0.16l-0.58,2.37l0.03,0.23l1.73,2.85l0.12,0.11l2.99,1.59l1.19,2.07l-0.39,2.01l0.29,0.36l0.5,-0.0l0.02,1.26l0.08,0.2l0.86,0.95l-0.71,-0.07l-1.68,-0.24l-0.29,0.13l-1.74,2.62l-4.39,-0.22l-7.03,-5.79l-3.73,-2.06l-2.92,-0.78l-0.9,-3.23l5.34,-3.02l0.14,-0.19l0.95,-3.7l-0.21,-2.17l1.2,-0.67l0.1,-0.1l1.24,-1.88l0.92,-0.42l2.73,0.38l0.81,0.74l0.32,0.05l0.92,-0.41l1.5,3.44Z",name:"Iraq",},IS:{path:"M384.28,190.05l-0.53,3.7l0.05,0.21l2.71,3.94l-3.09,4.25l-7.16,3.88l-2.05,0.98l-9.68,-2.47l2.11,-2.17l-0.08,-0.47l-4.76,-2.5l3.68,-0.95l0.22,-0.31l-0.11,-1.75l-0.22,-0.27l-4.92,-1.32l1.5,-3.54l3.48,-0.85l3.78,4.06l0.42,0.02l3.65,-3.21l2.97,1.65l0.33,-0.03l3.99,-3.24l3.72,0.4Z",name:"Iceland",},IR:{path:"M556.21,314.56l2.05,-0.57l0.13,-0.08l1.69,-1.71l1.54,0.08l0.16,-0.04l1.01,-0.54l1.63,0.27l2.82,1.61l1.91,0.33l2.8,2.71l0.19,0.08l1.61,0.1l0.19,2.3l-1.01,3.75l-0.69,2.19l0.17,0.37l0.75,0.31l-0.87,1.33l-0.03,0.26l0.81,2.34l0.19,1.84l0.22,0.26l1.7,0.44l0.17,1.55l-2.19,2.53l-0.01,0.39l1.22,1.5l1.0,1.71l0.12,0.11l2.24,1.17l0.06,2.32l0.19,0.27l1.04,0.39l0.14,0.89l-3.39,1.36l-0.18,0.19l-0.87,2.97l-4.44,-0.79l-2.75,-0.64l-2.63,-0.34l-1.01,-3.24l-0.17,-0.19l-1.2,-0.5l-0.19,-0.01l-1.99,0.53l-2.42,1.3l-2.88,-0.87l-2.48,-2.12l-2.41,-0.83l-1.61,-2.59l-1.84,-3.82l-0.37,-0.15l-1.21,0.42l-1.47,-0.89l-0.39,0.07l-0.71,0.86l-1.08,-1.18l-0.02,-1.44l-0.3,-0.3l-0.44,0.0l0.34,-1.77l-0.03,-0.21l-1.29,-2.25l-0.12,-0.12l-3.0,-1.59l-1.63,-2.68l0.53,-2.15l1.18,-0.99l0.11,-0.26l-0.19,-1.79l-0.15,-0.23l-1.55,-0.88l-1.58,-3.63l-1.31,-2.42l0.42,-0.85l0.02,-0.2l-0.74,-3.47l1.2,-0.65l0.34,0.98l1.26,1.49l0.16,0.1l1.82,0.43l0.91,-0.09l0.16,-0.06l2.9,-2.34l0.69,-0.18l0.5,0.64l-0.77,1.42l0.04,0.35l1.56,1.68l0.29,0.09l0.35,-0.09l0.7,2.08l0.2,0.19l2.31,0.64l1.69,1.53l0.16,0.07l3.67,0.54l3.91,-0.83l0.22,-0.2l0.19,-0.58Z",name:"Iran",},AM:{path:"M530.49,301.98l2.92,-0.43l0.42,0.7l0.1,0.1l0.7,0.42l-0.35,0.57l0.06,0.39l1.13,0.95l-0.55,0.82l0.06,0.4l1.06,0.89l1.02,0.49l0.04,1.78l-0.43,0.05l-0.89,-1.62l0.01,-0.42l-0.3,-0.31l-0.97,0.01l-0.65,-0.77l-0.28,-0.1l-0.37,0.06l-0.97,-0.91l-1.65,-0.72l0.21,-1.38l-0.01,-0.15l-0.3,-0.82Z",name:"Armenia",},IT:{path:"M451.67,282.1l0.2,0.17l3.32,0.87l-0.23,1.52l0.02,0.15l0.38,0.98l-1.42,-0.37l-0.23,0.04l-2.04,1.27l-0.14,0.28l0.13,1.71l-0.29,0.95l0.01,0.21l0.82,1.78l0.09,0.12l2.28,1.7l1.29,2.86l2.79,2.73l0.21,0.09l1.82,-0.02l0.34,0.42l-0.5,0.48l0.06,0.48l4.06,2.2l2.07,1.66l0.18,0.43l-0.24,0.61l-1.07,-1.17l-0.15,-0.09l-2.18,-0.54l-0.34,0.16l-1.05,2.12l0.1,0.38l1.65,1.1l-0.23,1.29l-0.84,0.15l-0.22,0.16l-1.28,2.61l-0.53,0.12l0.01,-0.55l0.48,-1.62l0.51,-0.64l0.03,-0.33l-0.97,-1.87l-0.76,-1.64l-0.16,-0.15l-0.93,-0.37l-0.69,-1.32l-0.16,-0.14l-1.53,-0.57l-1.03,-1.27l-0.2,-0.11l-1.77,-0.21l-1.88,-1.45l-2.27,-2.17l-1.64,-1.89l-0.76,-3.34l-0.2,-0.22l-1.22,-0.4l-2.01,-1.14l-0.26,-0.02l-1.15,0.47l-0.11,0.08l-1.38,1.55l-0.5,0.12l0.2,-1.05l-0.2,-0.34l-1.2,-0.39l-0.57,-2.42l0.78,-0.97l0.03,-0.33l-0.69,-1.26l0.04,-0.41l0.66,0.47l0.22,0.05l1.21,-0.17l0.15,-0.07l1.16,-1.01l0.24,0.32l0.27,0.12l1.19,-0.11l0.25,-0.19l0.45,-1.21l1.59,0.39l0.22,-0.03l1.1,-0.61l0.15,-0.22l0.15,-1.13l1.17,0.4l0.37,-0.17l0.23,-0.56l2.08,-0.54l0.46,1.04ZM459.36,311.41l-0.73,2.02l0.0,0.21l0.34,0.88l-0.37,1.15l-1.59,-0.98l-1.33,-0.37l-3.25,-1.49l0.24,-1.13l2.73,0.26l3.96,-0.55ZM443.94,301.79l1.27,1.98l-0.32,3.88l-0.81,-0.15l-0.27,0.09l-0.82,0.86l-0.64,-0.57l-0.1,-3.8l-0.45,-1.53l0.92,0.11l0.23,-0.07l0.99,-0.81Z",name:"Italy",},VN:{path:"M690.81,359.62l-2.87,1.99l-2.09,2.52l-0.61,1.95l0.04,0.26l4.26,6.21l2.31,1.66l1.46,2.0l1.12,4.68l-0.33,4.34l-1.97,1.59l-2.85,1.63l-2.09,2.15l-2.83,2.14l-0.67,-1.2l0.65,-1.59l-0.09,-0.35l-1.47,-1.15l1.68,-0.79l2.57,-0.18l0.22,-0.47l-0.89,-1.25l3.88,-1.82l0.17,-0.24l0.31,-3.08l-0.01,-0.13l-0.56,-1.65l0.44,-2.51l-0.01,-0.15l-0.63,-1.84l-0.08,-0.12l-1.87,-1.79l-3.64,-5.39l-0.11,-0.1l-2.69,-1.42l0.46,-0.61l1.53,-0.67l0.16,-0.39l-0.97,-2.33l-0.27,-0.18l-2.89,-0.02l-1.04,-2.27l-1.29,-1.89l0.97,-0.48l1.97,0.01l2.43,-0.31l0.13,-0.05l1.95,-1.32l1.03,0.87l0.13,0.06l1.99,0.43l-0.32,1.26l0.09,0.29l1.19,1.1l0.12,0.07l1.9,0.53Z",name:"Vietnam",},AR:{path:"M258.11,471.76l1.4,1.87l0.51,-0.06l0.89,-1.99l2.5,0.1l0.36,0.5l4.6,4.44l0.15,0.08l1.99,0.41l3.01,2.0l2.5,1.05l0.28,0.96l-2.4,4.14l0.17,0.44l2.57,0.78l2.81,0.43l2.09,-0.46l0.14,-0.07l2.27,-2.15l0.09,-0.17l0.38,-2.3l0.88,-0.38l1.05,1.34l-0.05,1.98l-1.99,1.46l-1.72,1.18l-2.84,2.78l-3.34,3.92l-0.06,0.12l-0.63,2.34l-0.67,3.02l0.02,2.92l-0.47,0.58l-0.07,0.16l-0.36,3.52l0.11,0.26l3.05,2.5l-0.31,1.95l0.1,0.27l1.45,1.25l-0.11,1.3l-2.32,3.91l-3.59,1.66l-4.94,0.66l-2.71,-0.32l-0.32,0.38l0.51,1.86l-0.5,2.37l0.0,0.14l0.41,1.46l-1.28,1.0l-2.39,0.43l-2.32,-1.16l-0.33,0.04l-0.97,0.87l-0.1,0.25l0.35,3.33l0.14,0.23l1.69,1.02l0.34,-0.02l1.06,-0.83l0.48,1.13l-2.13,1.0l-2.01,2.14l-0.08,0.17l-0.37,3.47l-0.52,1.65l-2.15,0.01l-0.2,0.08l-1.96,1.82l-0.09,0.14l-0.72,2.7l0.07,0.28l2.46,2.67l0.13,0.08l2.12,0.66l-0.76,2.96l-2.87,2.06l-0.11,0.14l-1.59,4.41l-2.2,1.48l-0.09,0.1l-1.03,1.84l-0.03,0.2l0.81,4.16l0.05,0.12l1.23,1.75l-2.67,-0.71l-5.87,-0.53l-0.94,-2.13l0.05,-2.92l-0.35,-0.3l-1.47,0.22l-0.74,-1.2l-0.21,-3.9l1.81,-1.59l0.09,-0.13l0.79,-2.4l0.01,-0.14l-0.28,-1.81l1.31,-3.13l0.91,-4.79l-0.24,-1.99l0.93,-0.57l0.14,-0.32l-0.27,-1.32l-0.14,-0.2l-0.91,-0.55l0.68,-1.21l-0.03,-0.34l-1.07,-1.24l-0.54,-3.67l0.85,-0.58l0.13,-0.28l-0.42,-4.03l0.58,-3.31l0.64,-2.78l1.42,-1.1l0.11,-0.31l-0.75,-3.07l-0.01,-2.73l1.81,-1.94l0.08,-0.21l-0.06,-2.5l1.4,-2.91l0.03,-0.13l0.01,-2.77l-0.11,-0.23l-0.57,-0.48l-1.11,-4.91l1.49,-2.9l0.03,-0.16l-0.23,-2.73l0.86,-2.51l1.6,-2.6l1.74,-1.73l0.04,-0.38l-0.64,-0.94l0.43,-0.74l0.04,-0.16l-0.08,-4.43l2.56,-1.27l0.15,-0.18l0.86,-2.84l-0.01,-0.21l-0.23,-0.51l1.85,-2.17l2.99,0.6ZM256.75,580.98l-2.06,0.19l-1.18,-1.42l-0.21,-0.11l-1.53,-0.12l-2.38,-0.0l-0.0,-7.89l0.39,0.77l1.25,3.14l0.09,0.12l3.26,2.57l3.26,1.03l-0.89,1.72Z",name:"Argentina",},AU:{path:"M705.52,483.86l0.12,0.13l0.37,0.06l0.13,-0.35l-0.58,-1.78l0.48,0.31l0.71,1.03l0.34,0.12l0.21,-0.29l-0.04,-1.43l-0.04,-0.14l-1.22,-2.15l-0.27,-0.93l-0.51,-0.72l0.24,-1.39l0.52,-0.72l0.34,-1.36l0.0,-0.12l-0.25,-1.49l0.52,-0.97l0.1,1.06l0.24,0.27l0.32,-0.14l1.01,-1.77l1.94,-0.86l1.27,-1.17l1.84,-0.94l1.0,-0.18l0.6,0.29l0.26,-0.0l1.94,-0.98l1.48,-0.29l0.19,-0.13l0.33,-0.5l0.51,-0.19l1.42,0.05l2.63,-0.78l0.11,-0.06l1.36,-1.18l0.08,-0.1l0.61,-1.36l1.42,-1.3l0.1,-0.19l0.11,-1.05l0.06,-1.35l1.39,-1.76l0.85,1.82l0.4,0.14l1.07,-0.52l0.11,-0.44l-0.77,-1.07l0.53,-0.86l0.86,0.44l0.43,-0.22l0.29,-1.88l1.29,-1.21l0.6,-1.0l1.16,-0.4l0.2,-0.27l0.02,-0.35l0.74,0.2l0.38,-0.27l0.03,-0.45l0.9,-0.3l1.07,-0.31l1.7,1.09l1.36,1.5l0.22,0.1l1.55,0.02l1.57,0.24l0.33,-0.4l-0.48,-1.29l1.09,-1.88l1.06,-0.63l0.1,-0.41l-0.29,-0.47l0.93,-1.26l1.36,-0.81l1.16,0.28l0.14,0.0l2.1,-0.48l0.23,-0.3l-0.05,-1.31l-0.17,-0.26l-1.09,-0.5l0.45,-0.12l1.52,0.58l1.39,1.07l2.11,0.65l0.19,-0.0l0.59,-0.21l1.44,0.73l0.27,0.0l1.37,-0.68l0.83,0.2l0.26,-0.06l0.37,-0.31l0.82,0.9l-0.56,1.15l-0.84,0.92l-0.75,0.07l-0.26,0.38l0.26,0.91l-0.67,1.17l-0.88,1.26l-0.05,0.24l0.18,0.73l0.12,0.17l1.99,1.43l1.96,0.85l1.25,0.87l1.8,1.54l0.2,0.07l0.63,-0.0l1.15,0.59l0.34,0.72l0.17,0.15l2.39,0.89l0.25,-0.02l1.65,-0.9l0.14,-0.17l0.49,-1.4l0.52,-1.2l0.31,-1.41l0.75,-2.05l0.01,-0.18l-0.33,-1.18l0.16,-0.68l0.0,-0.13l-0.28,-1.42l0.3,-1.8l0.42,-0.46l0.05,-0.33l-0.33,-0.73l0.56,-1.26l0.48,-1.4l0.07,-0.69l0.58,-0.59l0.48,0.85l0.17,1.54l0.16,0.24l0.48,0.24l0.09,0.91l0.05,0.14l0.87,1.24l0.17,1.35l-0.09,0.9l0.02,0.15l0.9,2.03l0.43,0.13l1.38,-0.83l0.71,0.93l1.06,0.89l-0.22,0.97l0.0,0.14l0.53,2.23l0.38,1.32l0.15,0.18l0.52,0.26l0.62,2.05l-0.23,1.29l0.02,0.18l0.81,1.79l0.14,0.14l2.69,1.38l3.22,2.27l-0.21,0.41l0.04,0.33l1.39,1.64l0.96,2.86l0.44,0.16l0.78,-0.47l0.85,0.98l0.4,0.05l0.22,-0.15l0.36,2.41l0.09,0.17l1.78,1.68l1.15,1.04l1.9,2.17l0.67,2.13l0.06,1.53l-0.17,1.72l0.03,0.16l1.16,2.33l-0.14,2.4l-0.43,1.31l-0.68,2.58l0.04,1.71l-0.48,2.04l-1.07,2.59l-1.79,1.41l-0.09,0.13l-0.91,2.31l-0.83,1.48l-0.76,2.65l-0.98,1.58l-0.63,2.32l-0.33,2.19l0.11,0.91l-1.22,0.94l-2.71,0.11l-0.14,0.04l-2.31,1.3l-1.21,1.29l-1.33,1.21l-1.88,-1.29l-1.35,-0.51l0.33,-1.4l-0.41,-0.34l-1.47,0.67l-2.05,2.17l-1.98,-0.79l-1.43,-0.51l-1.45,-0.24l-2.32,-0.88l-1.52,-1.83l-0.45,-2.31l-0.6,-1.62l-0.07,-0.11l-1.23,-1.25l-0.17,-0.09l-1.98,-0.31l0.62,-1.11l0.03,-0.22l-0.61,-2.26l-0.55,-0.07l-1.16,2.0l-1.26,0.32l0.78,-1.0l0.06,-0.12l0.37,-1.7l0.94,-1.43l0.05,-0.19l-0.2,-2.22l-0.21,-0.26l-0.32,0.1l-2.01,2.52l-1.52,1.01l-0.11,0.14l-0.82,2.08l-1.5,-0.96l0.07,-1.43l-0.06,-0.19l-1.57,-2.18l-1.16,-1.0l0.32,-0.46l-0.1,-0.43l-3.21,-1.8l-0.13,-0.04l-1.68,-0.08l-2.34,-1.4l-0.17,-0.04l-4.56,0.29l-3.24,1.05l-2.8,0.97l-2.33,-0.19l-0.17,0.04l-2.63,1.51l-2.14,0.68l-0.2,0.2l-0.47,1.52l-0.81,1.07l-1.98,0.07l-1.55,0.26l-2.15,-0.54l-0.13,-0.0l-1.79,0.33l-1.7,0.14l-0.2,0.1l-1.38,1.49l-0.57,-0.11l-0.22,0.05l-1.26,0.86l-1.13,0.91l-1.71,-0.11l-1.6,-0.0l-2.58,-1.89l-1.22,-0.53l0.04,-1.31l1.04,-0.34l0.16,-0.13l0.42,-0.68l0.04,-0.18l-0.09,-1.04l0.3,-2.12l-0.28,-1.75l-1.34,-3.01l-0.39,-1.58l0.1,-1.6l-0.03,-0.16l-0.97,-1.81l-0.06,-0.78l-0.08,-0.19l-1.04,-1.06l-0.3,-2.12l-0.04,-0.12l-1.27,-1.97ZM784.94,527.14l2.38,1.13l0.22,0.01l3.25,-1.07l1.19,0.18l0.16,3.61l-0.79,1.08l-0.06,0.15l-0.2,2.08l-0.42,-0.45l-0.46,0.03l-1.61,2.22l-0.39,-0.13l-1.37,-0.1l-1.44,-2.74l-0.36,-2.28l-1.41,-2.85l0.05,-1.1l1.26,0.23Z",name:"Australia",},IL:{path:"M509.04,327.2l0.7,0.0l0.28,-0.18l0.16,-0.36l0.18,-0.01l0.03,0.81l-0.28,0.37l0.02,0.08l-0.32,0.67l-0.64,-0.29l-0.41,0.2l-0.52,1.97l0.15,0.34l0.17,0.09l-0.2,0.13l-0.14,0.21l-0.11,0.77l0.39,0.33l0.8,-0.27l0.04,0.7l-0.97,3.62l-1.28,-3.89l0.63,-0.84l-0.05,-0.41l0.59,-1.25l0.5,-2.21l0.28,-0.58Z",name:"Israel",},IN:{path:"M615.83,320.08l2.41,3.2l-0.24,2.34l0.05,0.19l0.94,1.45l-0.06,1.07l-1.45,-0.32l-0.36,0.36l0.7,3.26l0.11,0.18l2.46,1.85l3.14,1.84l-1.26,1.04l-0.09,0.13l-0.97,2.68l0.16,0.38l2.41,1.07l2.37,1.4l3.27,1.59l3.43,0.38l1.37,1.36l0.17,0.08l1.92,0.27l3.0,0.65l2.16,-0.04l0.28,-0.22l0.29,-1.11l0.0,-0.13l-0.32,-1.74l0.16,-1.0l1.0,-0.39l0.23,2.4l0.17,0.24l2.28,1.07l0.21,0.02l1.52,-0.42l2.06,0.18l2.08,-0.08l0.29,-0.27l0.18,-1.73l-0.1,-0.26l-0.55,-0.49l1.41,-0.25l0.15,-0.08l2.26,-2.1l2.74,-1.73l1.97,0.66l0.26,-0.04l1.53,-1.04l0.89,1.36l-0.73,1.03l0.2,0.47l2.49,0.39l0.12,0.66l-0.7,0.41l-0.15,0.29l0.15,1.29l-1.36,-0.39l-0.24,0.03l-3.24,1.94l-0.15,0.27l0.07,1.51l-1.34,2.25l-0.04,0.12l-0.12,1.29l-0.98,1.98l-1.71,-0.55l-0.39,0.28l-0.09,2.75l-0.52,0.86l-0.04,0.22l0.21,0.92l-0.71,0.37l-1.21,-3.97l-0.29,-0.21l-0.69,0.01l-0.29,0.23l-0.28,1.21l-0.84,-0.87l0.61,-1.23l0.96,-0.14l0.23,-0.16l1.15,-2.33l-0.18,-0.42l-1.54,-0.49l-2.3,0.04l-2.13,-0.34l-0.19,-1.7l-0.26,-0.26l-1.13,-0.13l-1.93,-1.17l-0.43,0.13l-0.88,1.89l0.08,0.36l1.49,1.21l-1.22,0.8l-0.1,0.11l-0.56,1.0l0.13,0.42l1.32,0.63l-0.36,1.41l0.01,0.19l0.85,2.02l0.37,2.12l-0.26,0.71l-1.55,-0.02l-3.09,0.56l-0.25,0.32l0.14,1.9l-1.22,1.44l-3.64,1.83l-2.79,3.1l-1.86,1.64l-2.48,1.71l-0.13,0.25l-0.0,1.02l-1.08,0.55l-2.21,0.91l-1.13,0.13l-0.25,0.19l-0.75,1.98l-0.02,0.15l0.52,3.35l0.13,2.05l-1.03,2.37l-0.02,0.12l-0.01,4.06l-1.02,0.1l-0.23,0.15l-1.14,1.94l0.04,0.35l0.45,0.49l-1.84,0.58l-0.18,0.15l-0.81,1.66l-0.74,0.53l-2.14,-2.13l-1.14,-3.49l-0.96,-2.58l-0.9,-1.26l-1.3,-2.4l-0.61,-3.17l-0.44,-1.64l-2.28,-3.6l-1.03,-5.02l-0.74,-3.35l0.01,-3.19l-0.49,-2.57l-0.42,-0.22l-3.56,1.57l-1.58,-0.29l-2.97,-2.96l0.95,-0.77l0.06,-0.4l-0.74,-1.06l-2.74,-2.18l1.36,-1.49l5.38,0.01l0.29,-0.36l-0.5,-2.37l-0.08,-0.15l-1.33,-1.33l-0.27,-2.05l-0.11,-0.2l-1.38,-1.06l2.44,-2.61l2.76,0.2l0.25,-0.1l2.62,-2.99l1.59,-2.95l2.41,-2.89l0.07,-0.2l-0.04,-1.94l2.02,-1.62l-0.01,-0.48l-1.95,-1.42l-0.83,-1.94l-0.83,-2.46l0.99,-1.06l3.64,0.71l2.9,-0.45l0.17,-0.09l2.17,-2.31Z",name:"India",},TZ:{path:"M505.77,417.47l0.36,0.23l8.95,5.03l0.15,1.3l0.13,0.21l3.4,2.38l-1.07,2.88l-0.02,0.14l0.15,1.43l0.15,0.23l1.47,0.84l0.05,0.42l-0.66,1.45l-0.02,0.18l0.13,0.72l-0.16,1.16l0.03,0.19l0.87,1.57l1.03,2.49l0.12,0.14l0.54,0.32l-1.6,1.18l-2.64,0.96l-1.45,-0.04l-0.2,0.07l-0.81,0.7l-1.64,0.06l-0.68,0.31l-2.9,-0.7l-1.71,0.17l-0.65,-3.2l-0.05,-0.12l-1.35,-1.89l-0.19,-0.12l-2.41,-0.46l-1.38,-0.74l-1.64,-0.45l-0.96,-0.41l-0.95,-0.58l-1.31,-3.1l-1.47,-1.46l-0.45,-1.32l0.24,-1.34l-0.39,-1.99l0.71,-0.08l0.18,-0.09l0.91,-0.91l0.98,-1.31l0.59,-0.5l0.11,-0.24l-0.02,-0.82l-0.08,-0.2l-0.47,-0.5l-0.1,-0.67l0.51,-0.23l0.18,-0.25l0.14,-1.47l-0.05,-0.2l-0.76,-1.09l0.45,-0.15l2.71,0.03l5.01,-0.19Z",name:"Tanzania",},AZ:{path:"M539.35,301.51l0.17,0.1l1.11,0.23l0.33,-0.16l0.4,-0.8l1.21,-1.09l1.11,1.48l1.26,2.33l0.22,0.15l1.05,0.14l0.33,0.38l-1.51,0.19l-0.26,0.25l-0.43,2.5l-0.39,1.03l-0.86,0.7l-0.11,0.24l0.06,1.34l-0.21,0.05l-1.29,-1.39l0.76,-1.41l-0.03,-0.33l-0.74,-0.95l-0.31,-0.11l-0.94,0.24l-0.11,0.06l-2.48,2.0l-0.04,-1.63l-0.17,-0.26l-1.09,-0.52l-0.83,-0.69l0.55,-0.82l-0.05,-0.4l-1.14,-0.96l0.37,-0.61l-0.1,-0.41l-0.89,-0.53l-0.35,-0.6l0.27,-0.24l1.78,0.89l1.35,0.2l0.27,-0.1l0.34,-0.39l0.02,-0.37l-1.07,-1.57l0.31,-0.22l0.47,0.08l1.65,1.95ZM533.52,306.51l0.63,0.74l0.23,0.11l0.8,-0.01l0.03,0.34l0.69,1.26l-0.96,-0.24l-1.16,-1.37l-0.26,-0.84Z",name:"Azerbaijan",},IE:{path:"M405.16,254.27l0.38,2.75l-1.81,3.52l-4.27,2.31l-3.05,-0.53l1.86,-3.92l0.02,-0.22l-1.25,-4.09l3.28,-3.23l1.51,-1.63l0.38,1.71l-0.5,2.24l0.3,0.37l1.48,-0.06l1.68,0.78Z",name:"Ireland",},ID:{path:"M756.56,417.76l0.69,4.02l0.15,0.21l2.59,1.5l0.39,-0.07l2.05,-2.61l2.75,-1.45l2.09,-0.0l2.08,0.85l1.85,0.89l2.52,0.46l0.08,15.47l-1.72,-1.61l-0.15,-0.07l-2.54,-0.51l-0.29,0.1l-0.53,0.62l-2.53,0.06l0.78,-1.51l1.48,-0.66l0.17,-0.34l-0.65,-2.74l-1.23,-2.19l-0.14,-0.13l-4.85,-2.13l-2.09,-0.23l-3.7,-2.28l-0.41,0.1l-0.67,1.11l-0.63,0.14l-0.41,-0.67l-0.01,-1.01l-0.14,-0.25l-1.39,-0.89l2.05,-0.69l1.73,0.05l0.29,-0.39l-0.21,-0.66l-0.29,-0.21l-3.5,-0.0l-0.9,-1.36l-0.19,-0.13l-2.14,-0.44l-0.65,-0.76l2.86,-0.51l1.28,-0.79l3.75,0.96l0.32,0.76ZM758.01,430.28l-0.79,1.05l-0.14,-1.08l0.4,-0.81l0.29,-0.47l0.24,0.31l-0.0,1.0ZM747.45,422.8l0.48,1.02l-1.45,-0.69l-2.09,-0.21l-1.45,0.16l-1.28,-0.07l0.35,-0.81l2.86,-0.1l2.58,0.68ZM741.15,415.59l-0.16,-0.25l-0.72,-3.08l0.47,-1.86l0.35,-0.38l0.1,0.73l0.25,0.26l1.28,0.19l0.18,0.78l-0.11,1.81l-0.96,-0.18l-0.35,0.22l-0.38,1.52l0.05,0.24ZM741.19,415.65l0.76,0.97l-0.11,0.05l-0.65,-1.02ZM739.18,423.42l-0.61,0.54l-1.44,-0.38l-0.25,-0.55l1.93,-0.09l0.36,0.48ZM728.4,425.77l-0.27,-0.07l-2.26,0.9l-0.37,-0.41l0.27,-0.8l-0.09,-0.33l-1.68,-1.37l0.17,-2.29l-0.42,-0.3l-1.67,0.76l-0.17,0.29l0.21,2.92l0.09,3.34l-1.22,0.28l-0.78,-0.54l0.65,-2.1l0.01,-0.14l-0.39,-2.42l-0.29,-0.25l-0.86,-0.02l-0.63,-1.4l0.99,-1.61l0.35,-1.97l1.24,-3.73l0.49,-0.96l1.95,-1.7l1.86,0.69l3.16,0.35l2.92,-0.1l0.17,-0.06l2.24,-1.65l0.11,0.14l-1.8,2.22l-1.72,0.44l-2.41,-0.48l-4.21,0.13l-2.19,0.36l-0.25,0.24l-0.36,1.9l0.08,0.27l2.24,2.23l0.4,0.02l1.29,-1.08l3.19,-0.58l-0.19,0.06l-1.04,1.4l-2.13,0.94l-0.12,0.45l2.26,3.06l-0.37,0.69l0.03,0.32l1.51,1.95ZM728.48,425.87l0.59,0.76l-0.02,1.37l-1.0,0.55l-0.64,-0.58l1.09,-1.85l-0.02,-0.26ZM728.64,416.85l0.79,-0.14l-0.07,0.39l-0.72,-0.24ZM732.38,440.05l-1.88,0.49l-0.06,-0.06l0.17,-0.65l1.0,-1.43l2.14,-0.87l0.1,0.2l0.04,0.59l-1.49,1.73ZM728.26,435.63l-0.17,0.64l-3.53,0.68l-3.02,-0.28l-0.0,-0.42l1.66,-0.44l1.47,0.71l0.17,0.03l1.75,-0.21l1.69,-0.7ZM722.98,440.28l-0.74,0.03l-2.53,-1.36l1.42,-0.3l1.19,0.7l0.72,0.64l-0.06,0.29ZM716.24,435.55l0.66,0.5l0.22,0.06l1.35,-0.18l0.31,0.53l-4.18,0.77l-0.8,-0.01l0.51,-0.87l1.2,-0.02l0.24,-0.12l0.49,-0.66ZM715.84,410.11l0.09,0.34l2.25,1.86l-2.25,0.22l-0.24,0.17l-0.84,1.71l-0.03,0.15l0.1,2.11l-2.27,1.62l-0.13,0.24l-0.06,2.46l-0.74,2.92l-0.02,-0.05l-0.39,-0.16l-2.62,1.04l-0.86,-1.33l-0.23,-0.14l-1.71,-0.14l-1.19,-0.76l-0.25,-0.03l-2.78,0.84l-0.79,-1.05l-0.26,-0.12l-1.61,0.14l-1.8,-0.25l-0.36,-3.13l-0.15,-0.23l-1.18,-0.65l-1.13,-2.02l-0.33,-2.1l0.27,-2.19l1.05,-1.17l0.28,1.12l0.1,0.16l1.71,1.42l0.28,0.05l1.55,-0.49l1.54,0.17l0.23,-0.07l1.4,-1.21l1.05,-0.19l2.3,0.68l0.16,0.0l2.04,-0.53l0.21,-0.19l1.26,-3.42l0.91,-0.82l0.09,-0.14l0.8,-2.64l2.63,0.0l1.71,0.33l-1.19,1.9l0.02,0.34l1.74,2.24l-0.37,1.0ZM692.67,431.91l0.26,0.19l4.8,0.25l0.28,-0.16l0.44,-0.83l4.29,1.12l0.85,1.52l0.23,0.15l3.71,0.45l2.37,1.16l-2.07,0.7l-2.77,-1.0l-2.25,0.07l-2.56,-0.19l-2.31,-0.45l-2.94,-0.97l-1.84,-0.25l-0.13,0.01l-0.97,0.29l-4.34,-0.99l-0.38,-0.94l-0.25,-0.19l-1.76,-0.14l1.32,-1.84l2.81,0.14l1.97,0.96l0.95,0.19l0.28,0.74ZM685.63,429.18l-2.36,0.04l-2.07,-2.05l-3.17,-2.02l-1.06,-1.5l-1.88,-2.02l-1.22,-1.85l-1.9,-3.49l-2.2,-2.11l-0.71,-2.08l-0.94,-1.99l-0.1,-0.12l-2.21,-1.54l-1.35,-2.18l-1.86,-1.39l-2.53,-2.68l-0.14,-0.82l1.22,0.08l3.76,0.47l2.16,2.4l1.94,1.7l1.37,1.04l2.35,2.67l0.22,0.1l2.44,0.04l1.99,1.62l1.42,2.06l0.09,0.09l1.67,1.0l-0.88,1.8l0.11,0.39l1.44,0.87l0.13,0.04l0.68,0.05l0.41,1.62l0.87,1.4l0.22,0.14l1.71,0.21l1.06,1.38l-0.61,3.04l-0.09,3.6Z",name:"Indonesia",},UA:{path:"M500.54,261.72l0.89,0.16l0.3,-0.13l0.51,-0.75l0.68,0.16l2.41,-0.37l1.37,1.97l-0.49,0.64l-0.06,0.23l0.21,1.25l0.27,0.25l1.83,0.18l0.78,1.51l-0.05,0.69l0.18,0.3l3.18,1.38l0.21,0.01l1.73,-0.56l1.42,1.68l0.24,0.11l1.41,-0.04l3.44,1.18l0.02,0.85l-0.98,1.93l-0.02,0.21l0.53,2.0l-0.31,0.98l-2.23,0.25l-0.15,0.06l-1.29,1.04l-0.11,0.22l-0.07,1.39l-1.76,0.26l-0.13,0.05l-1.6,1.14l-2.26,0.19l-0.14,0.04l-2.16,1.36l-0.14,0.27l0.15,2.24l0.13,0.23l1.23,0.86l0.2,0.05l2.08,-0.17l-0.26,0.67l-2.67,0.61l-3.26,1.95l-1.02,-0.52l0.47,-1.41l-0.18,-0.38l-2.39,-0.91l0.2,-0.3l2.32,-1.15l0.09,-0.47l-0.73,-0.83l-0.16,-0.09l-3.69,-0.87l-0.15,-1.15l-0.35,-0.26l-2.32,0.45l-0.21,0.17l-0.92,1.97l-1.77,2.41l-0.91,-0.49l-0.27,-0.01l-1.03,0.5l-0.55,-0.32l0.21,-0.13l0.13,-0.15l0.43,-1.2l0.67,-1.13l0.03,-0.23l-0.12,-0.42l0.04,-0.02l0.11,0.22l0.25,0.17l1.48,0.11l0.13,-0.02l0.66,-0.27l0.07,-0.51l-0.3,-0.24l0.11,-0.34l-0.07,-0.3l-0.82,-0.87l-0.34,-1.46l-0.13,-0.18l-0.75,-0.5l0.15,-1.07l-0.1,-0.27l-1.13,-1.01l-0.16,-0.07l-0.96,-0.13l-1.79,-1.14l-0.23,-0.04l-1.66,0.37l-0.14,0.07l-0.51,0.47l-0.94,-0.0l-0.24,0.12l-0.56,0.78l-1.73,0.34l-0.78,0.5l-0.99,-0.78l-0.18,-0.06l-1.57,-0.01l-1.51,-0.4l-0.26,0.05l-0.69,0.51l-0.09,-0.52l-0.12,-0.19l-1.22,-0.9l0.41,-1.28l0.53,-0.76l0.32,0.13l0.39,-0.38l-0.59,-1.58l2.13,-3.03l1.15,-0.42l0.19,-0.21l0.27,-1.11l-0.01,-0.17l-1.13,-3.13l0.83,-0.11l0.15,-0.06l1.3,-1.04l1.82,-0.08l2.47,0.31l2.85,0.98l1.89,0.08l0.87,0.54l0.34,-0.01l0.69,-0.52l0.48,0.69l0.27,0.13l2.19,-0.19l0.93,0.36l0.41,-0.26l0.15,-1.93l0.63,-0.73l1.99,-0.22Z",name:"Ukraine",},QA:{path:"M548.47,350.62l-0.15,-1.8l0.59,-1.28l0.38,-0.17l0.54,0.63l0.04,1.46l-0.48,1.42l-0.4,0.11l-0.53,-0.38Z",name:"Qatar",},MZ:{path:"M507.71,444.11l1.65,-0.18l2.96,0.71l0.2,-0.02l0.6,-0.29l1.68,-0.06l0.18,-0.07l0.8,-0.69l1.5,0.02l2.74,-0.99l1.74,-1.28l0.25,0.71l-0.1,2.49l0.31,2.28l0.1,4.01l0.42,1.25l-0.7,1.73l-0.94,1.75l-1.52,1.55l-2.24,0.97l-2.91,1.33l-2.79,2.79l-1.01,0.53l-1.72,1.85l-0.99,0.59l-0.14,0.22l-0.21,1.9l0.04,0.18l1.17,2.0l0.47,1.51l0.03,0.77l0.39,0.28l0.04,-0.01l-0.06,2.2l-0.39,1.23l0.1,0.33l0.43,0.34l-0.28,0.87l-0.95,0.89l-2.03,0.92l-3.08,1.55l-1.1,1.03l-0.09,0.27l0.21,1.17l0.21,0.23l0.39,0.11l-0.14,0.95l-1.39,-0.02l-0.17,-0.99l-0.38,-1.27l-0.2,-0.93l0.44,-3.03l-0.01,-0.14l-0.65,-1.94l-1.15,-3.67l2.53,-2.93l0.68,-1.93l0.29,-0.19l0.13,-0.2l0.28,-1.57l-0.03,-0.19l-0.37,-0.72l0.1,-1.87l0.49,-1.88l-0.01,-3.32l-0.14,-0.25l-1.3,-0.84l-0.12,-0.04l-1.08,-0.17l-0.47,-0.56l-0.1,-0.08l-1.16,-0.55l-0.14,-0.03l-1.83,0.05l-0.32,-2.29l7.19,-2.02l1.32,1.13l0.29,0.06l0.55,-0.19l0.75,0.5l0.11,0.82l-0.49,1.13l-0.02,0.15l0.19,1.83l0.09,0.18l1.63,1.61l0.49,-0.1l0.72,-1.71l0.99,-0.5l0.16,-0.29l-0.21,-3.34l-0.04,-0.13l-1.11,-1.94l-0.9,-0.83l-0.22,-0.08l-0.62,0.03l-0.63,-3.01l0.61,-1.69Z",name:"Mozambique",},},height:583.0802520919389,projection:{type:"merc",centralMeridian:11.5},width:900.0,});})(jQuery);;(function($){$(function(){$("body").on("click",".rvm-close-default-card-container",function(){$(this).parents(".rvm-default-card-container").addClass("rvm-hide-card-container");});});})(jQuery);