

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>I&&L>I)?M<L:M>L:(M<I&&L<I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"181,-19v-24,28,-126,31,-146,-2v-7,-4,-9,-8,-7,-15v-5,-9,-23,-53,-19,-80v-12,-12,6,-32,2,-53v3,-31,7,-60,6,-95v0,-4,-5,-7,-15,-8v-6,-20,-10,-36,28,-31v14,2,48,1,57,6v-6,5,-3,6,5,10v-3,2,-6,6,-8,14v-10,3,-24,2,-33,7v5,42,-6,83,-1,132v-1,-6,-6,-15,-6,-3v0,12,-2,41,3,45v2,-11,1,-26,5,-35v3,22,-6,48,4,64v5,0,12,9,21,26v16,10,65,22,73,-6v3,-9,27,-37,27,-65v0,-18,-4,-39,0,-54v2,-1,1,3,3,3v2,0,4,-5,4,-15v-15,-3,-2,-28,-4,-41v-4,-32,-7,-48,-13,-48v-25,-3,-26,-9,-30,-23v20,-17,21,-12,64,-16v41,-4,24,30,8,40v3,45,5,72,7,80v-11,44,0,114,-39,163r4,0xm210,-287v-1,3,5,6,9,5v0,-4,-4,-5,-9,-5xm171,-282v-3,-1,-9,-2,-11,0v4,0,8,2,11,0xm201,-282v-3,-3,-7,1,-1,1xm14,-280v-1,0,-3,-1,-3,1v0,1,5,3,6,1v0,-1,-1,-2,-3,-2xm34,-265v-2,-5,-8,-2,-7,3v2,3,7,0,7,-3xm41,-265v-2,4,-6,12,0,13v2,-3,4,-11,0,-13xm38,-233v-2,0,-1,4,-2,5xm197,-216v6,-12,-4,-18,-2,-1xm27,-220v0,-6,-4,-6,-3,-2v-1,5,2,13,3,2xm43,-217v0,6,-4,15,-2,20v2,-6,2,-13,2,-20xm200,-199v-6,0,-3,8,-4,15v5,-2,3,-9,4,-15xm30,-171v-1,0,-2,-2,-2,0r2,0xm29,-160v-1,2,-3,19,1,21v-1,-7,1,-16,-1,-21xm191,-159v-1,0,-1,0,-1,1r6,2v-2,-2,-3,-3,-5,-3xm194,-137v3,1,2,-2,2,-4v-2,0,-2,2,-2,4xm190,-118v4,0,4,-3,5,-13v-4,0,-4,3,-5,13xm191,-114v-3,-1,-3,4,-3,8v3,1,3,-4,3,-8xm32,-70v0,4,-1,33,8,27v-2,-12,1,-19,-8,-27xm56,-59v0,2,9,27,14,16v-1,-2,-7,-15,-14,-16xm175,-41v-6,-1,-12,4,-11,10v7,-2,11,-6,11,-10xm41,-30v-2,3,5,12,5,6v0,-2,-2,-4,-5,-6xm73,-30v-1,2,-1,4,2,3xm155,-29v-3,-1,-8,3,-5,4v2,0,6,0,5,-4xm110,-22v0,0,-9,1,-5,2v3,0,5,-1,5,-2xm167,-14v-1,-3,-8,3,-4,2v2,0,3,0,4,-2xm119,-14v0,0,-10,2,-4,2v2,0,4,-1,4,-2xm159,-10v-6,0,-12,0,-13,5v6,0,14,-1,13,-5","w":225},{"d":"20,-108v-21,5,-19,-21,-12,-32v12,1,34,0,30,-4v5,-46,-15,-28,-39,-37v4,-4,30,1,36,-4v-23,-2,-42,2,-37,-13v-1,-35,47,14,51,-24v5,-56,46,-74,62,-98v42,-26,65,-39,91,-38v0,2,-4,7,1,6v24,-12,81,0,73,10v3,43,-24,26,-50,26v-36,0,-120,33,-123,69v-11,27,-12,29,-15,44v23,5,33,8,51,4v68,15,70,7,124,23v9,7,2,11,-4,15v6,2,7,1,7,6v-41,0,-114,-9,-174,-14v1,2,-14,38,10,35r157,23r6,-5v15,33,-29,21,-58,27v-13,-1,-26,-5,-39,-3v-23,-3,-43,-9,-67,-10v-7,46,30,97,85,109v25,6,46,18,78,17v5,14,18,-1,15,30v1,8,-22,15,-35,14v-24,-2,-123,-40,-149,-71v-33,-38,-39,-52,-53,-100v-15,0,-22,-2,-22,-5xm266,-343v-5,0,-7,2,-6,6v2,3,9,3,8,-2v0,-2,0,-3,-2,-4xm166,-337v1,0,7,-3,5,-5v-3,1,-5,3,-5,5xm197,-340v0,0,-10,-2,-6,1v2,0,5,1,6,-1xm215,-339v-1,-6,-12,-2,-14,0v4,0,12,4,14,0xm147,-332v-7,0,-20,5,-11,6v7,-2,11,-3,11,-6xm258,-327v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm225,-324v0,-3,-4,-2,-4,0r4,0xm131,-324v-1,-3,-6,1,-3,1xm196,-323v-7,-3,-31,0,-24,5v16,-1,24,-3,24,-5xm136,-318v-1,-2,-4,-1,-4,1v2,1,3,0,4,-1xm118,-306v1,1,8,-5,8,-7v-6,2,-8,4,-8,7xm153,-306v-1,-2,-6,-1,-5,2v2,2,5,0,5,-2xm105,-300v-7,6,-17,13,-11,14v4,0,7,-5,11,-14xm140,-299v-3,0,-5,4,-3,5v2,0,3,-2,3,-5xm93,-279v-7,-6,-22,7,-14,13v2,0,11,-4,14,-13xm87,-233v-1,-3,-13,-6,-11,3v1,3,13,3,11,-3xm73,-204v7,2,8,-5,8,-14r-3,-2v-2,0,-3,6,-5,16xm78,-194v-1,-2,-5,-1,-5,1v1,2,5,0,5,-1xm86,-193v22,4,20,6,35,5r0,-2v-11,0,-25,-5,-35,-3xm26,-193v-2,0,-4,0,-4,2r10,0v0,-1,-2,-2,-6,-2xm187,-181v1,5,8,2,13,3v0,-1,-4,-2,-13,-3xm181,-166v13,-1,32,6,41,1v-13,0,-31,-5,-41,-1xm57,-160v-8,1,-13,15,-5,20v8,2,7,-6,7,-13v0,-4,-1,-7,-2,-7xm77,-145v0,6,2,6,3,2v1,-7,-2,-16,-3,-2xm36,-128v-1,-3,-18,-8,-23,-7v-3,12,14,6,23,7xm106,-123v4,5,26,0,18,-1v-6,1,-16,-6,-18,1xm35,-119v-5,-3,-22,0,-20,2v13,0,20,0,20,-2xm41,-114v-3,-2,-9,0,-7,4v4,0,7,-1,7,-4xm183,-112v-1,-4,-15,-2,-6,0r6,0xm88,-110v-1,-3,-5,-4,-5,0v0,3,4,2,5,0xm196,-112v-1,-2,-8,-2,-8,0v3,0,7,2,8,0xm97,-110v3,-1,60,14,74,11v0,-3,-17,-6,-50,-9v-6,-1,-17,-5,-24,-2xm56,-102v-2,-1,-8,-2,-7,2v0,0,7,12,13,11v0,-9,-2,-13,-6,-13xm218,-101v-2,0,-7,5,-3,4v2,0,3,-1,3,-4xm76,-96v3,19,2,31,9,24v-4,-16,-8,-24,-9,-24xm95,-81v4,-2,-1,-12,-3,-8v0,3,1,6,3,8xm60,-82v1,-3,-5,-4,-4,-1v1,2,4,3,4,1xm59,-72v-1,2,5,16,8,12v-2,-8,-4,-12,-8,-12xm79,-40v0,-5,-8,-11,-8,-6v0,2,3,4,8,6xm88,-35v0,0,-2,0,-2,1r3,1xm103,-24v-2,0,-5,-2,-6,0v0,2,5,7,15,12v4,4,6,4,11,4v0,-1,-7,-7,-20,-16xm92,-21v-1,0,-3,-1,-3,1v2,2,3,4,5,1xm112,0v4,-7,-11,-15,-13,-11v6,7,10,11,13,11xm136,-2v-1,-3,-4,-2,-4,1v2,1,3,0,4,-1xm158,18v-2,-5,-16,-10,-18,-8v7,5,11,8,18,8xm187,27v2,-5,-4,-6,-11,-6v0,3,4,3,11,6xm167,35v-3,-4,-12,-9,-17,-8v6,4,12,7,17,8xm191,27v-1,4,8,10,11,5v-3,-4,-5,-5,-11,-5xm217,32v-1,-2,-6,-1,-5,2v3,0,3,-1,5,-2xm269,36v-1,0,-1,0,-1,1v1,0,3,2,3,0xm245,37v-4,1,-10,-2,-11,2v0,4,20,3,27,3v1,-6,-4,-4,-16,-5xm263,48v0,1,4,4,8,4v4,-2,1,-7,-3,-6v-2,0,-4,0,-5,2xm223,50v-2,-4,-13,-2,-15,0v4,4,10,5,15,3r0,-3xm231,56v3,4,18,5,21,0v-6,-2,-17,-4,-21,0","w":298},{"d":"190,-245v2,-9,-19,-22,-9,-27v-28,-33,-35,-41,-95,-23v-3,3,-23,31,-22,42v4,62,30,49,68,75v3,-1,8,-3,9,0v-3,7,11,14,16,11r-10,-8v4,0,15,5,32,17v60,40,53,98,27,143v-23,14,-36,20,-40,20v-38,0,-62,-14,-75,-19v-28,-25,-36,-40,-40,-43v-2,20,8,38,-27,33v-6,6,-19,1,-14,-7v7,-62,-5,-90,19,-81v5,-3,10,1,16,-1v19,26,31,48,54,73v20,4,47,22,67,12r-16,-1v0,-1,13,-3,35,-7v9,3,15,-31,20,-43v-16,-40,-17,-38,-64,-57v-16,-6,-29,-14,-40,-23v-33,-10,-23,-18,-49,-36v-11,-33,-27,-44,-25,-87v8,-20,40,-62,93,-54v27,5,36,5,62,20v0,-37,15,-4,39,-14v-2,25,4,57,-3,76v7,7,2,22,-1,30v-19,-4,-23,8,-27,-21xm63,-319v8,2,38,-7,53,-12v-29,-1,-56,7,-53,12xm203,-319v-1,-5,-12,-9,-12,-3v1,5,7,3,12,3xm85,-306v-5,1,-11,5,-6,5v3,2,28,-14,35,-13v-1,2,-1,4,3,3v5,-1,1,-4,1,-8v-15,5,-26,9,-33,13xm151,-315v6,1,14,8,19,4v-2,-4,-12,-4,-19,-4xm196,-310v0,-4,-3,-4,-4,-1v0,3,2,4,4,1xm70,-309v-2,-3,-8,3,-3,3v2,0,2,-1,3,-3xm178,-308v-3,0,-3,5,0,5v3,0,5,0,4,-3v0,-1,-2,-1,-4,-2xm209,-287v-2,-5,1,-4,4,-2v3,-14,-10,-26,-12,-9v-2,4,3,14,8,11xm77,-289v-6,-4,-21,2,-11,6v3,0,7,-2,11,-6xm40,-290v-1,2,-1,2,2,2v0,-2,0,-2,-2,-2xm64,-281v-6,-4,-8,4,-10,15v6,-5,10,-10,10,-15xm213,-281v0,0,-2,0,-2,1v1,2,3,5,3,1xm208,-277v0,0,-2,1,0,1r0,-1xm204,-273v0,-2,-6,-3,-6,0v1,2,5,3,6,0xm213,-271v-3,-1,-4,7,-2,9xm202,-262v0,0,-2,0,-2,1v2,2,5,2,2,-1xm203,-253v-5,0,-4,11,-1,13v7,0,0,-10,1,-13xm205,-232v-2,-2,-5,0,-2,2v2,0,2,0,2,-2xm58,-207v-1,-4,-8,-8,-6,-1xm61,-199v4,7,13,13,15,8v-5,-3,-10,-6,-15,-8xm118,-182r5,1v-1,-1,-3,-1,-5,-1xm141,-164v-1,-7,-10,-11,-15,-10v1,2,5,5,15,10xm138,-146v-2,-1,-2,1,-2,3v6,2,14,4,23,5v0,-3,-7,-6,-21,-8xm172,-130v0,-4,-3,-1,-1,0r1,0xm24,-82v-7,2,-4,16,-3,25v11,-1,1,-17,3,-25xm34,-68v-6,12,-3,20,-2,35v3,0,6,1,5,-3v0,-21,-1,-32,-3,-32xm61,-56v0,5,5,11,7,8v-2,-5,-5,-8,-7,-8xm25,-54v-2,-1,-2,6,-3,10v1,0,3,-3,3,-10xm79,-52v0,0,-2,0,-2,1v2,5,6,9,8,6v-2,-3,-4,-5,-6,-7xm208,-42v-2,0,-9,4,-1,3xm111,-29v0,-2,-4,-4,-4,-2v0,2,2,2,4,2xm80,-31v14,21,53,25,85,33v8,-2,12,-4,12,-9v-38,2,-81,-16,-97,-24xm193,-20v-4,-3,-26,1,-20,5v12,0,19,-2,20,-5xm155,-7v2,0,6,2,3,3v-1,-1,-4,0,-3,-3","w":232},{"d":"20,-108v-21,5,-19,-21,-12,-32v12,1,34,0,30,-4v5,-46,-15,-28,-39,-37v4,-4,30,1,36,-4v-23,-2,-42,2,-37,-13v-1,-35,47,14,51,-24v5,-56,46,-74,62,-98v42,-26,65,-39,91,-38v0,2,-4,7,1,6v24,-12,81,0,73,10v3,43,-24,26,-50,26v-36,0,-120,33,-123,69v-11,27,-12,29,-15,44v23,5,33,8,51,4v68,15,70,7,124,23v9,7,2,11,-4,15v6,2,7,1,7,6v-41,0,-114,-9,-174,-14v1,2,-14,38,10,35r157,23r6,-5v15,33,-29,21,-58,27v-13,-1,-26,-5,-39,-3v-23,-3,-43,-9,-67,-10v-7,46,30,97,85,109v25,6,46,18,78,17v5,14,18,-1,15,30v1,8,-22,15,-35,14v-24,-2,-123,-40,-149,-71v-33,-38,-39,-52,-53,-100v-15,0,-22,-2,-22,-5xm266,-343v-5,0,-7,2,-6,6v2,3,9,3,8,-2v0,-2,0,-3,-2,-4xm166,-337v1,0,7,-3,5,-5v-3,1,-5,3,-5,5xm197,-340v0,0,-10,-2,-6,1v2,0,5,1,6,-1xm215,-339v-1,-6,-12,-2,-14,0v4,0,12,4,14,0xm147,-332v-7,0,-20,5,-11,6v7,-2,11,-3,11,-6xm258,-327v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm225,-324v0,-3,-4,-2,-4,0r4,0xm131,-324v-1,-3,-6,1,-3,1xm196,-323v-7,-3,-31,0,-24,5v16,-1,24,-3,24,-5xm136,-318v-1,-2,-4,-1,-4,1v2,1,3,0,4,-1xm118,-306v1,1,8,-5,8,-7v-6,2,-8,4,-8,7xm153,-306v-1,-2,-6,-1,-5,2v2,2,5,0,5,-2xm105,-300v-7,6,-17,13,-11,14v4,0,7,-5,11,-14xm140,-299v-3,0,-5,4,-3,5v2,0,3,-2,3,-5xm93,-279v-7,-6,-22,7,-14,13v2,0,11,-4,14,-13xm87,-233v-1,-3,-13,-6,-11,3v1,3,13,3,11,-3xm73,-204v7,2,8,-5,8,-14r-3,-2v-2,0,-3,6,-5,16xm78,-194v-1,-2,-5,-1,-5,1v1,2,5,0,5,-1xm86,-193v22,4,20,6,35,5r0,-2v-11,0,-25,-5,-35,-3xm26,-193v-2,0,-4,0,-4,2r10,0v0,-1,-2,-2,-6,-2xm187,-181v1,5,8,2,13,3v0,-1,-4,-2,-13,-3xm181,-166v13,-1,32,6,41,1v-13,0,-31,-5,-41,-1xm57,-160v-8,1,-13,15,-5,20v8,2,7,-6,7,-13v0,-4,-1,-7,-2,-7xm77,-145v0,6,2,6,3,2v1,-7,-2,-16,-3,-2xm36,-128v-1,-3,-18,-8,-23,-7v-3,12,14,6,23,7xm106,-123v4,5,26,0,18,-1v-6,1,-16,-6,-18,1xm35,-119v-5,-3,-22,0,-20,2v13,0,20,0,20,-2xm41,-114v-3,-2,-9,0,-7,4v4,0,7,-1,7,-4xm183,-112v-1,-4,-15,-2,-6,0r6,0xm88,-110v-1,-3,-5,-4,-5,0v0,3,4,2,5,0xm196,-112v-1,-2,-8,-2,-8,0v3,0,7,2,8,0xm97,-110v3,-1,60,14,74,11v0,-3,-17,-6,-50,-9v-6,-1,-17,-5,-24,-2xm56,-102v-2,-1,-8,-2,-7,2v0,0,7,12,13,11v0,-9,-2,-13,-6,-13xm218,-101v-2,0,-7,5,-3,4v2,0,3,-1,3,-4xm76,-96v3,19,2,31,9,24v-4,-16,-8,-24,-9,-24xm95,-81v4,-2,-1,-12,-3,-8v0,3,1,6,3,8xm60,-82v1,-3,-5,-4,-4,-1v1,2,4,3,4,1xm59,-72v-1,2,5,16,8,12v-2,-8,-4,-12,-8,-12xm79,-40v0,-5,-8,-11,-8,-6v0,2,3,4,8,6xm88,-35v0,0,-2,0,-2,1r3,1xm103,-24v-2,0,-5,-2,-6,0v0,2,5,7,15,12v4,4,6,4,11,4v0,-1,-7,-7,-20,-16xm92,-21v-1,0,-3,-1,-3,1v2,2,3,4,5,1xm112,0v4,-7,-11,-15,-13,-11v6,7,10,11,13,11xm136,-2v-1,-3,-4,-2,-4,1v2,1,3,0,4,-1xm158,18v-2,-5,-16,-10,-18,-8v7,5,11,8,18,8xm187,27v2,-5,-4,-6,-11,-6v0,3,4,3,11,6xm167,35v-3,-4,-12,-9,-17,-8v6,4,12,7,17,8xm191,27v-1,4,8,10,11,5v-3,-4,-5,-5,-11,-5xm217,32v-1,-2,-6,-1,-5,2v3,0,3,-1,5,-2xm269,36v-1,0,-1,0,-1,1v1,0,3,2,3,0xm245,37v-4,1,-10,-2,-11,2v0,4,20,3,27,3v1,-6,-4,-4,-16,-5xm263,48v0,1,4,4,8,4v4,-2,1,-7,-3,-6v-2,0,-4,0,-5,2xm223,50v-2,-4,-13,-2,-15,0v4,4,10,5,15,3r0,-3xm231,56v3,4,18,5,21,0v-6,-2,-17,-4,-21,0","w":298},{"d":"137,-342v0,24,-6,13,-17,12v-18,11,-43,8,-76,14v-3,5,-9,22,3,21v1,5,-5,1,-6,3v6,9,-6,28,-1,47v2,-3,5,-15,4,-5v0,15,-9,8,-2,19v-4,-2,-5,3,-5,8v8,17,-7,44,0,64v-3,32,4,114,18,144v22,0,42,-2,60,-7v6,-1,11,38,5,46v-35,-3,-77,3,-106,2v13,-10,-4,-38,3,-78v3,4,10,11,8,-1v1,-9,-1,-35,-6,-15v1,-18,-5,-44,0,-58r5,5v-1,-6,7,-12,0,-16v-3,5,-4,8,-5,8v-1,0,-4,-10,-4,-31v0,-53,-4,-139,9,-177v12,23,-10,65,0,97v7,-26,11,-52,11,-82v0,-1,-3,-2,-7,-4v1,-11,1,-54,4,-15v-12,-5,-11,-11,4,-17v0,-2,-6,-1,-6,-4v5,2,126,-29,107,20xm124,-360v-31,-4,-64,8,-33,3v4,2,38,5,33,-3xm58,-352v-6,-1,-21,-3,-20,2v6,0,22,0,20,-2xm129,-348v-6,0,-3,5,0,6v4,0,0,-6,0,-6xm119,-341v-2,-2,-10,-2,-9,1v3,0,8,1,9,-1xm51,-339v0,0,-2,0,-2,1v0,0,2,0,2,-1xm23,-353v-2,-3,0,-9,3,-6v0,2,-1,4,-3,6xm22,-342v-2,-1,1,-2,1,-2xm21,-223v0,5,5,8,4,1v1,-9,-3,-15,-4,-1xm24,-214v0,5,-3,10,-1,14v2,-3,1,-9,1,-14xm39,-213v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm24,-191v-6,-1,-2,9,-3,13v-1,5,3,7,3,2r0,-15xm22,-166v-2,1,-1,13,0,12v2,-3,3,-11,0,-12xm22,-87v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm19,-55v-3,1,-4,-3,-2,-4v2,0,2,2,2,4xm48,-17v-2,-3,-7,-4,-6,2v1,3,7,2,6,-2xm41,-4v-2,0,-4,2,-2,4v3,1,3,-2,2,-4xm57,-2v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm99,14v0,2,4,2,11,2v6,1,7,-6,1,-5v-4,-1,-13,1,-12,3xm94,12v-2,-2,-3,0,-3,2v2,0,3,-1,3,-2","w":141},{"d":"202,-270v2,-9,-14,-5,-14,-13v-2,-26,-2,-51,27,-51r61,12v2,11,4,42,-2,47v-27,0,-40,2,-40,5v-10,63,-29,93,-40,155v-8,46,-24,79,-34,103r2,6v0,2,-14,5,-43,8v-22,-5,-9,-24,-22,-47v-19,-81,-52,-160,-71,-239v-6,-9,-33,6,-23,-20v-2,-14,-2,-16,10,-28v35,7,42,0,84,-5v3,6,10,25,0,37v-1,2,3,4,3,8v-13,2,-24,7,-39,8v0,6,6,6,8,3v8,-1,20,25,15,41v14,15,8,58,18,77v0,8,28,120,34,114v7,-2,34,-83,30,-101v8,-18,32,-101,36,-120xm17,-321v-3,-7,-9,-5,-9,3v6,0,9,-1,9,-3xm223,-323v0,3,16,4,21,2v-4,-3,-15,-1,-21,-2xm26,-310v29,1,64,-4,53,-7v-7,1,-30,1,-53,7xm9,-315v-5,3,0,18,0,21v4,0,2,-24,0,-21xm223,-309v-5,-2,-14,-2,-15,5v7,0,14,0,15,-5xm253,-306v6,7,22,-5,5,-4v-3,0,-5,1,-5,4xm260,-287v-6,1,-9,3,-5,4v17,2,23,-7,14,-14v-2,0,-5,3,-9,10xm206,-292v0,3,7,4,8,1v-1,-2,-6,-3,-8,-1xm42,-284v0,-2,-4,-3,-3,0v1,0,3,2,3,0xm199,-283v-2,1,-3,4,0,4v1,-1,1,-3,0,-4xm246,-282v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm44,-279v0,0,-5,2,-2,1xm66,-276v-7,16,10,48,15,56v0,-6,1,-18,-3,-18v-5,1,-5,-7,-1,-8v-3,-17,-8,-24,-11,-30xm207,-240r-5,14xm83,-207v2,0,2,-9,-2,-9v0,6,1,9,2,9xm200,-208v-3,2,-2,7,-4,10v1,0,2,-3,4,-10xm87,-187v3,-6,-2,-18,-3,-11v1,6,1,10,3,11xm191,-183v-2,11,-7,18,-4,22v3,-1,3,-9,4,-22xm91,-169v1,8,0,19,5,25v0,-11,-1,-25,-5,-25xm98,-129v0,5,0,6,3,6v1,-3,-1,-10,-3,-6xm104,-114v0,-5,-3,-4,-2,0r2,0xm177,-93v1,-1,2,-2,2,-4v-1,0,-1,2,-2,4xm162,-94v-2,1,-4,9,-3,11v2,-5,3,-7,3,-11xm102,-66v-2,-11,-3,-21,-6,-20v0,9,1,13,6,20xm172,-77v-3,0,-7,6,-3,7v1,0,2,-2,3,-7xm124,-67v0,-5,-3,-3,-1,0r1,0xm129,-50v1,-5,-6,-10,-5,-4v0,7,3,7,5,4xm158,-54v-5,1,-4,10,-5,13v2,0,4,-4,5,-13xm152,-34v-6,-2,-7,6,-7,13v0,1,0,2,1,2v3,0,5,-6,6,-15xm149,-14v-2,-2,-3,-4,-4,0v0,2,4,3,4,0xm136,-16v-4,0,-4,4,-4,7v6,2,10,-3,4,-7xm118,-11v0,0,-8,5,-3,5v2,-1,3,-2,3,-5","w":243},{"d":"-3,-334v34,-24,54,-15,70,46v22,39,36,85,63,119v-3,18,13,24,20,41r19,44v-4,1,-8,2,-3,3v15,18,26,50,37,82v-5,8,-28,26,-35,24v-33,-105,-138,-261,-168,-345v5,-5,3,-6,-3,-14xm49,-315v0,-11,-7,-29,-9,-17v3,10,7,16,9,17xm26,-313v3,-1,-4,-7,-4,-7v0,3,1,5,4,7xm38,-261v-1,-3,-4,-4,-3,0v0,1,1,2,3,2r0,-2xm87,-202v0,-9,-8,-24,-9,-17v2,8,5,13,9,17xm115,-131v0,2,4,4,4,2v0,-2,-2,-2,-4,-2xm138,-127v7,21,20,52,26,40v-4,-7,-18,-31,-26,-40xm121,-123v-1,6,2,13,6,11v0,-3,-2,-6,-6,-11xm148,-66v3,-7,-8,-28,-9,-17v4,9,7,15,9,17xm180,-35v5,-2,-3,-15,-3,-6v0,2,1,4,3,6xm157,-32v0,7,2,18,8,18v-4,-11,-6,-17,-8,-18xm176,-25v3,-1,-3,-7,-3,-4v1,2,1,3,3,4xm185,-26v2,0,1,-3,1,-4v-2,-1,-2,1,-2,3xm194,2v5,-4,-5,-14,-5,-5v0,3,1,5,5,5xm169,16r1,1","w":207},{"d":"46,-252v-12,-21,-10,-64,16,-64v21,0,39,13,37,32v-3,30,-8,36,-24,38v-20,-1,-29,-3,-29,-6xm51,-274v3,-5,11,-16,8,-25v-3,0,-7,8,-11,22xm82,-288v-2,-2,-4,0,-4,2v1,3,5,2,4,-2xm80,-280v-3,0,-9,4,-6,7v5,1,9,-3,6,-7xm62,-275v-3,-1,-4,2,-2,3v1,0,2,-1,2,-3xm80,-261v-2,-1,-14,5,-10,7v4,0,10,-2,10,-7xm83,-255v-1,-3,-10,3,-6,3v4,-1,6,-2,6,-3xm37,-142v-22,-7,-29,-8,-29,-23v0,-36,-4,-42,19,-36v16,-6,40,-1,55,6v-1,3,-3,6,0,8r6,-1v20,12,18,190,23,215v-10,40,-27,86,-72,86v-30,0,-57,-10,-82,-30v-7,-17,-14,-31,-13,-58v-3,-11,29,-18,40,-19v10,3,10,61,20,53v35,20,63,-20,53,-65v0,-77,-14,-139,-11,-143v-6,0,-6,5,-9,7xm22,-186v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm60,-183v-19,0,-41,5,-30,11v2,-4,25,-2,30,-11xm76,-145r-1,6v2,0,2,-3,2,-5xm95,-135v-5,6,0,23,4,36v3,-17,-3,-39,-4,-36xm102,-81v-5,0,-2,6,-3,10v3,2,5,-1,4,-5xm104,-46v1,-6,-3,-6,-2,-1xm69,-28v-10,9,-2,47,-1,66v5,-17,0,-45,1,-66xm-15,20v-1,-2,-7,-3,-7,1v-1,8,7,10,7,2r0,-3xm-39,24v-2,0,-3,4,-1,4v1,-1,2,-2,1,-4xm-22,40v0,6,2,10,4,5v-1,-3,-3,-5,-4,-5xm78,43v-2,-1,-4,2,-2,2xm84,44v-2,-2,-4,6,-4,6v3,0,4,-3,4,-6xm65,50v-2,0,-4,3,-2,4v1,-1,2,-2,2,-4xm61,56v-6,1,-9,6,-13,11v9,-2,13,-6,13,-11xm-16,66v0,2,0,4,3,3v0,-2,-1,-3,-3,-3xm8,68v-1,2,7,14,13,10v0,-4,-5,-9,-13,-10xm85,69v-5,5,-11,10,-9,14v6,-6,9,-11,9,-14xm60,70v-10,0,-24,10,-14,12v4,0,8,-5,14,-12xm39,83v-10,-4,-14,3,-1,2xm-24,85v0,3,4,5,14,8v3,-5,-6,-10,-12,-10xm57,93v-3,-4,-18,5,-18,12v5,0,15,-3,18,-12","w":123},{"d":"155,-173v26,-28,48,-99,85,-131v13,-3,55,-1,55,8r0,146v1,8,8,71,7,118r-3,-17v-2,15,28,5,26,22v5,53,-18,21,-51,28v-40,-2,-50,2,-43,-23v-4,-8,-8,-14,13,-15v6,-9,-2,-25,8,-40v-3,-37,-10,-118,3,-155v-4,-12,0,-21,-5,-23v-26,31,-56,94,-82,126v-6,7,-16,-1,-22,4v-11,-7,-9,-24,-22,-34r-41,-77v6,-2,3,5,9,7v0,-11,-6,-29,-19,-26r7,198v-2,3,-6,4,-5,-3r-2,-1v-4,12,9,15,3,25v-7,1,-7,-8,-10,-1v-2,6,8,6,22,9v9,-4,38,4,23,8v0,-5,-31,-7,-20,0v13,1,26,-1,22,13v1,15,-20,2,-25,5v3,1,18,3,6,5v-10,2,-52,-10,-71,-2v-7,-3,-10,-4,-9,-10v-15,-7,-6,-28,11,-26v9,-3,13,-2,13,-5r-10,-255v0,-19,56,-10,58,-3v23,13,36,61,56,93v6,21,10,32,13,32xm249,-295v-4,-1,-7,7,-7,10v1,0,8,-4,7,-10xm67,-291v-6,-4,-11,3,-2,3v2,-1,2,-1,2,-3xm38,-291v-2,-1,-3,1,-1,2v1,0,1,-1,1,-2xm86,-289v-6,-3,-9,3,-1,2xm59,-266v-1,-7,-6,-26,-9,-18v4,13,3,19,9,18xm240,-282v-3,0,-5,6,-3,7v2,-2,3,-4,3,-7xm43,-258v2,-8,2,-27,-5,-22v1,15,3,22,5,22xm75,-275v13,12,27,48,38,61v0,-3,-12,-47,-29,-61v0,-2,0,-4,-3,-3v-4,0,-6,1,-6,3xm57,-227v4,-2,2,-37,-3,-25v0,7,-2,24,3,25xm190,-203v2,0,19,-23,17,-36v-5,0,-10,12,-17,36xm271,-226v-2,1,-3,4,-1,4v1,0,1,-2,1,-4xm270,-216v-3,-1,-3,2,-3,5r1,1v1,0,2,-3,2,-6xm287,-215v-11,7,4,75,2,28v0,-12,-1,-22,-2,-28xm44,-214v-4,0,-3,13,0,14r0,-14xm267,-194v4,-1,-1,-8,-1,-3xm68,-193v-6,0,-3,44,1,37xm166,-162v-4,0,-5,7,-3,8xm51,-141v3,-4,-2,-19,-3,-7v0,5,1,7,3,7xm66,-131v4,-1,-1,-14,-1,-7xm51,-136v-4,8,-2,23,-4,33v6,0,4,-23,4,-33xm67,-122v-4,15,-3,43,0,61v13,-6,1,-46,0,-61xm275,-107v0,-3,-3,-2,-3,0v1,1,2,1,3,0xm273,-84v-6,0,-8,20,-2,21xm289,-77v-6,3,-2,33,4,16v-2,-11,-3,-16,-4,-16xm51,-74v-6,-2,-3,9,-4,14v4,-1,4,-10,4,-14xm273,-56v0,0,-3,2,-1,2xm258,-51v0,0,-5,5,-1,4xm292,-49r-6,-1v2,2,4,4,6,1xm47,-47v0,0,-3,-2,-2,0r2,0xm74,-45v-1,-2,-6,-1,-3,1xm18,-29v-9,0,-7,7,0,12v5,0,2,-13,0,-12xm279,-44v-1,-2,-5,-1,-3,2v2,0,4,0,3,-2xm22,-8v0,-2,-4,-3,-3,0v1,2,2,0,3,0xm51,-5v4,-1,13,3,14,-1v-5,0,-11,-2,-14,1xm73,-5v-1,0,-3,-1,-3,1v2,1,12,5,13,0xm247,-21v-2,-5,-11,-1,-7,3v2,-1,6,0,7,-3xm247,-7v0,-2,-7,-3,-7,0v1,1,6,2,7,0","w":328},{"d":"241,-67v10,22,8,74,-27,69v-67,-10,-143,5,-208,-6v-6,-22,-2,-41,27,-39v7,-29,-2,-167,6,-248v1,-8,-11,-6,-15,-10v6,-5,13,-1,14,-6v-6,1,-14,-3,-18,0v2,3,-1,5,-5,4v-11,-10,-1,-33,11,-33v32,0,57,5,83,11v-1,12,2,40,-11,26v-6,-1,-12,-4,-20,-3v1,8,20,6,-2,10r-4,244v29,10,98,0,137,5v1,0,3,-9,5,-27v3,-16,51,-1,27,3xm26,-320v-5,0,-2,4,0,1r0,-1xm90,-316v-1,6,-15,-4,-10,6v13,4,26,-8,9,-9v-1,0,-2,1,-2,3r3,0xm53,-316v2,3,14,7,16,1v-4,-3,-13,-5,-16,-1xm62,-306v0,3,4,2,7,2v1,-4,-5,-3,-7,-2xm65,-282v7,-4,-5,-23,-3,-7v1,5,2,7,3,7xm57,-199v-3,13,-2,21,0,26v2,5,3,-2,3,-19v0,-6,1,-7,-3,-7xm238,-58v-6,10,-11,26,-6,36v4,-2,7,-11,7,-28v0,-5,0,-8,-1,-8xm57,-56v-7,0,-7,20,0,20v0,-7,5,-16,0,-20xm211,-35v-6,2,-21,-9,-25,-3v4,1,19,11,25,3xm180,-32v0,-5,-13,-3,-15,-2v1,3,10,2,15,2xm11,-27v3,0,6,-4,3,-5v-2,1,-3,3,-3,5xm145,-21v-19,-3,-67,-8,-88,-5v9,1,38,3,88,5xm12,-24v-3,0,-4,3,0,3v2,-1,2,-2,0,-3xm172,-18v4,0,10,2,12,0v-1,-3,-11,-3,-12,0xm206,-17v-2,-4,-9,0,-10,4v4,0,7,-1,10,-4xm232,-9v-1,-3,-28,-3,-31,-1v8,6,23,6,31,1xm113,-4v-15,-3,-40,-5,-48,-1v1,5,40,5,48,1xm55,-5v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm137,-4v-1,-2,-10,-2,-9,1","w":252},{"d":"63,-208v21,0,20,-2,12,-20v9,-7,-3,-7,-2,-15v0,-9,12,-29,38,-34v20,-4,33,26,33,55v5,3,16,-17,32,-18v18,-1,40,15,40,38v0,9,-18,36,-32,46v31,15,20,75,-9,75v-6,1,-18,-10,-35,-20v2,21,-6,29,-24,37v-47,-7,-47,-15,-47,-50v0,-7,2,-15,7,-24v-13,0,-41,0,-38,-6v-39,-22,-13,-64,25,-64xm119,-237v-2,0,-4,4,-1,4v1,-1,1,-2,1,-4xm173,-228v0,-4,-4,-3,-5,0r5,0xm170,-216v-1,-3,-6,2,-2,1xm32,-186v5,3,5,-3,9,-13v-5,0,-5,4,-9,13xm175,-192v-1,-4,-6,-1,-6,1v1,2,7,0,6,-1xm128,-183v-4,2,-2,13,4,11v0,-5,0,-7,-4,-11xm54,-181v-3,0,-3,0,-2,2v2,0,2,0,2,-2xm125,-173v0,-9,-16,-5,-12,0v0,3,11,3,12,0xm31,-167v-1,-3,-5,-5,-4,0v1,4,4,7,4,0xm176,-167v-3,-1,-7,3,-4,4v3,0,5,-1,4,-4xm146,-162v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm190,-135v-3,9,-3,28,-2,37v8,-10,10,-26,2,-37xm181,-134v-2,5,-7,21,-3,25v5,-1,3,-18,3,-25xm128,-111v-4,-1,-5,6,-5,12v3,2,5,0,5,-6r0,-6xm106,-87v-1,0,-8,2,-2,2xm116,-85v0,3,1,4,4,4v3,-3,6,-7,0,-7v-2,0,-3,1,-4,3","w":227},{"d":"152,-292v-10,18,-5,172,-14,197v3,0,5,13,3,18v-4,9,0,24,-2,35v0,4,17,7,49,10v17,5,4,25,1,38r-107,-3v-14,0,-26,1,-35,2r-3,-32v3,1,7,5,9,1v0,-2,-7,-1,-6,-5v12,-3,20,-8,55,-7v20,-74,-10,-176,0,-253v0,-3,-13,-3,-38,-5v-48,-4,-21,16,-41,40r-22,2v1,-37,2,-38,-1,-61v2,-9,15,-15,21,-7v39,-29,155,13,229,-5v4,16,6,34,6,55v3,16,-15,12,-1,19v0,7,-6,6,-17,8v-32,-2,17,-58,-40,-46xm153,-312v0,2,5,4,15,4v6,0,8,0,8,-3v-7,0,-17,-3,-23,-1xm214,-299r6,1xm231,-299v-1,0,-5,0,-2,1xm136,-293v-5,-1,-13,4,-9,8v3,0,8,-2,9,-8xm24,-290v-3,-2,-6,1,-5,5v2,3,3,1,5,-1r0,-4xm114,-291v-3,0,-5,2,-4,6v1,9,5,9,7,2v0,-4,0,-7,-3,-8xm238,-289v-2,1,-3,7,0,7v3,0,2,-6,0,-7xm130,-272v-2,1,-4,13,0,14r0,-14xm236,-258v-1,0,-2,1,-2,3v2,0,4,-1,2,-3xm135,-227v-5,4,-6,36,1,41v2,-13,-1,-27,-1,-41xm114,-213v-1,1,-3,2,0,2r0,-2xm119,-176v-9,6,-6,51,0,55v1,-16,0,-36,0,-55xm123,-108v-6,2,-1,12,2,16v0,-7,0,-17,-2,-16xm79,-31v-4,-1,-7,5,-3,6v9,1,14,-4,3,-6xm65,-29v-2,0,-2,0,-2,2v3,2,5,0,2,-2xm168,-22v5,0,16,5,19,0v-4,-2,-16,-4,-19,0xm157,-14v4,10,21,0,5,-2v-3,0,-4,1,-5,2xm123,-13v-4,-4,-22,-1,-11,2v4,0,10,1,11,-2xm90,-10v-1,-5,-15,-4,-14,0v5,1,9,1,14,0xm62,-9v-3,-3,-7,2,-6,6v3,2,6,-2,6,-6xm185,-9v-1,1,-4,4,0,4v0,-1,2,-3,0,-4","w":219},{"d":"-13,-205v3,-7,-4,-7,-6,-11v22,-2,-2,-7,7,-14v1,-3,-3,-3,-3,-7v37,-5,59,-8,66,-8v39,4,32,10,43,29v-10,9,5,20,-16,11v-17,1,-17,15,-7,43v18,53,45,113,62,126r48,-105r-1,-5v23,-44,22,-63,-5,-58v-1,-65,10,-40,70,-48v22,-2,24,18,28,29v-5,4,-8,10,-8,15v-26,2,-20,6,-34,37r-79,175v-6,10,-25,20,-39,7v-12,-18,-13,-17,-24,-33v-12,-29,-23,-55,-37,-76v-3,-30,-31,-95,-39,-101v-7,5,-18,0,-26,-6xm36,-237v2,2,21,3,26,1v-9,-3,-19,-5,-26,-1xm20,-221v-1,-4,-11,-3,-9,2v3,2,10,0,9,-2xm242,-244v-18,-1,-51,-3,-60,5v3,5,19,-4,60,-3r0,-2xm179,-233v-3,5,0,19,6,12v-3,-8,-5,-12,-6,-12xm2,-205v-2,-1,-4,2,-2,3v6,1,9,-1,2,-3xm195,-228v-3,-1,-5,2,-3,3v2,0,3,-1,3,-3xm259,-222v0,-1,-17,-5,-14,1v3,1,14,2,14,-1xm30,-192v-1,0,-1,1,-1,2v5,3,5,2,1,-2xm218,-178v8,1,4,-14,16,-14v1,-4,-2,-4,-2,-7r3,0v0,-3,-2,-6,-4,-8v-4,-1,-11,12,-13,29xm218,-166v0,0,-2,0,-2,1v0,0,2,0,2,-1xm210,-166v4,1,6,-6,6,-13v-2,-1,-5,5,-6,13xm207,-156v-6,-1,-10,10,-5,12v3,-4,5,-6,5,-12xm52,-153v-3,1,1,9,2,5v-1,-3,-1,-5,-2,-5xm200,-138v-3,-1,-8,6,-6,11v3,-3,5,-7,6,-11xm192,-121v-2,0,-4,3,-2,4v1,-1,2,-2,2,-4xm188,-117v-3,-2,-4,0,-4,4v3,2,5,0,4,-4xm95,-80v-4,-14,-8,-25,-12,-19v4,13,9,19,12,19xm180,-78v-6,0,-29,52,-24,54v2,0,9,-16,23,-46xm146,-39v9,-10,20,-30,17,-37v-12,23,-17,35,-17,37xm114,-36v0,2,3,14,9,12v-2,-4,-5,-8,-9,-12xm101,-36v-3,3,2,9,9,11v2,-3,-5,-8,-9,-11xm130,-25v1,6,4,10,8,10v4,-7,8,-10,5,-14v-1,1,-6,3,-13,4xm154,-21v-8,5,-10,15,-14,24v8,1,11,-13,14,-24xm117,-20v-4,5,8,11,10,10v2,-4,-7,-10,-10,-10xm112,-10v0,0,2,5,2,2","w":261},{"d":"68,-119v17,-9,42,-8,59,-17v-36,1,-66,8,-63,16v-14,7,-20,-8,-20,-33v0,-6,13,-13,38,-13v32,0,68,-8,102,-11r6,38v-4,7,-118,20,-122,20xm175,-168v-1,-2,-8,-2,-7,1xm147,-163v4,1,13,0,10,-3v-7,1,-10,2,-10,3xm127,-160v-1,-3,-8,-1,-6,2v3,0,5,0,6,-2xm152,-153v10,0,29,0,28,-6v-15,1,-30,5,-28,6xm114,-157v-1,-3,-17,0,-16,4v7,0,12,-1,16,-4xm55,-155v-4,0,-4,8,-2,10v3,1,3,-4,3,-8xm70,-155v0,0,-5,4,-1,3xm144,-151v0,-2,-3,-3,-2,0r2,0xm137,-138v26,1,55,-1,40,-7v-11,0,-24,2,-40,7xm54,-140v-1,-2,-2,1,-2,1xm132,-78r-39,2v-3,-4,-7,-122,-3,-124r8,61v4,-31,0,-67,-8,-64v-4,-15,10,-19,35,-16v7,-1,9,20,9,44v-7,26,-1,65,-2,97xm125,-86v0,-5,-1,-11,-2,-4xm122,-116v0,4,-2,14,2,11v0,-7,-1,-11,-2,-11xm122,-136v3,-1,0,-7,-2,-6v0,3,0,5,2,6xm112,-112v-1,8,-2,36,3,26v0,-17,-1,-26,-3,-26xm121,-150v0,-2,1,-17,-3,-15v-1,6,1,11,3,15xm126,-208v0,-3,-8,-6,-9,-2v0,1,3,3,7,3xm123,-193v2,-4,-2,-5,-2,-1xm113,-122v-2,-1,-3,3,-1,1xm99,-129v-5,23,-3,46,-2,45v9,-7,4,-26,2,-45xm113,-211v0,-1,-3,-4,-3,-1v0,1,2,3,3,1","w":210},{"d":"17,-125v17,-68,65,-115,136,-102v23,10,71,42,76,65v-3,-4,-7,-10,-10,-5v1,2,6,25,13,14v15,72,6,84,-44,149v-37,28,-79,29,-130,7v-44,-39,-40,-50,-54,-86v0,-4,7,-17,13,-42xm141,-220v-1,5,13,9,16,4v0,-4,-3,-7,-10,-7v-5,0,-6,2,-6,3xm130,-219v-24,-6,-55,5,-69,27v12,-6,24,-19,36,-21v22,-2,33,-4,33,-6xm184,-202v2,-4,-7,-11,-10,-6v3,4,6,6,10,6xm163,-197v1,-5,-12,-10,-14,-7v6,5,11,7,14,7xm137,-206v-13,-2,-34,-1,-38,6v25,-3,38,-5,38,-6xm141,-200v0,0,11,-9,4,-5v0,0,-4,7,-4,5xm143,-192v-14,-7,-62,8,-35,8xm182,-188v0,3,9,12,16,11v-1,-2,-6,-6,-16,-11xm66,-185v3,0,6,-2,8,-7v-5,2,-8,4,-8,7xm166,-182v2,3,7,7,8,3v1,-5,-7,-6,-8,-3xm87,-172v-25,30,-40,46,-40,97v0,45,86,78,125,35v33,-36,20,-53,25,-100v-8,-6,-33,-43,-53,-41v-38,3,-57,4,-57,9xm207,-163v2,-7,-13,-14,-16,-10v2,4,7,9,16,10xm68,-171v0,0,-3,2,-1,2xm64,-166v-5,-1,-10,5,-7,9v4,-4,7,-7,7,-9xm39,-160v-2,-1,-4,3,-2,3v1,0,2,-1,2,-3xm26,-140v2,0,5,-1,5,-4v-3,0,-5,1,-5,4xm234,-124v-3,-1,-3,4,-1,5v1,-1,3,-4,1,-5xm227,-94v-3,2,-3,24,2,20v1,-6,6,-16,-2,-20xm40,-98v-3,0,-3,5,0,2r0,-2xm12,-87v-3,0,-1,6,0,6v1,-2,1,-4,0,-6xm226,-61v-6,0,-5,-5,-4,-10v1,5,4,1,4,10xm220,-62v-3,-1,-7,5,-6,9v2,0,5,-4,6,-9xm23,-64v-7,7,5,29,8,22v-3,-15,-5,-22,-8,-22xm46,-26v0,-2,-5,-9,-6,-4v1,2,2,4,6,4xm52,-15v-2,0,-4,0,-3,2v5,4,18,10,28,6v-2,-2,-10,-4,-25,-8xm99,-4v0,-2,-11,-6,-14,-3v0,2,5,3,14,3xm82,-2v-6,-5,-11,3,-1,1xm168,2v-4,-2,-9,4,-9,5v6,-2,9,-3,9,-5xm148,3v-4,-9,-28,3,-8,4v7,-1,8,0,8,-4","w":246},{"d":"48,-81v6,-54,10,-86,10,-206v2,-7,-51,-6,-53,-14v10,-1,8,-5,5,-10v3,-31,33,-19,67,-19v21,0,28,2,34,9v-12,23,-7,63,-12,102v29,-31,87,-73,91,-100v-3,-1,-8,1,-9,-2v9,-5,54,-2,72,-3v11,2,32,11,11,14v4,15,3,30,-17,23v-30,3,-77,59,-85,57v-34,26,-18,27,0,59v20,35,43,95,66,122v10,0,-1,7,7,8v13,2,55,-4,46,6v9,5,-4,20,3,31v-7,15,-16,3,-72,3v-49,0,-19,-8,-25,-35v-12,-57,-17,-56,-52,-127v-12,-14,-13,-22,-19,-22v-33,33,-20,18,-30,64v6,9,-9,17,0,27v0,39,-4,26,-8,47v-2,9,47,9,61,23v-3,-1,-4,23,-15,25v-42,-2,-81,-4,-119,0v-5,-19,6,-30,29,-34r-19,-4v0,-1,7,-3,21,-3v6,0,10,-13,12,-41xm45,-319v-1,1,-22,-8,-29,-1v6,4,21,2,29,1xm99,-314v2,-2,6,-5,3,-7v-1,0,-2,3,-3,7xm68,-318v-3,1,-8,-1,-9,1v3,0,8,2,9,-1xm66,-304v-5,-5,-41,-7,-46,-1v2,1,33,4,46,1xm200,-300v2,0,4,-2,5,-6v-2,0,-4,2,-5,6xm252,-302v2,1,6,-1,2,-2xm76,-287v-3,5,6,9,4,2v-1,-2,-2,-2,-4,-2xm186,-281v0,0,-7,1,-4,2xm179,-277v-6,-1,-27,13,-26,23v8,-8,20,-13,26,-23xm192,-267v0,0,-10,2,-7,6v4,-2,6,-4,7,-6xm124,-232v0,0,-10,5,-7,9v2,0,11,-6,7,-9xm134,-187v4,-4,-4,-17,-5,-9v1,7,2,9,5,9xm109,-192v-1,-1,-14,7,-12,14v5,-4,11,-7,12,-14xm56,-46v-1,2,2,4,2,2xm85,-45v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm75,-31v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm125,-26v-10,0,6,9,-15,7v-3,0,2,5,-1,5r-77,-8v3,3,24,7,63,10v17,1,31,-1,35,-12v0,-1,-2,-2,-5,-2xm16,-21v-4,-1,-8,4,-5,6v3,0,6,-2,5,-6xm273,-15v-3,-3,-9,2,-3,2v1,-1,3,0,3,-2","w":292},{"d":"100,-170v7,-5,25,-85,47,-89v0,4,23,54,33,79v44,1,114,2,104,7v-4,20,-62,53,-66,66v13,31,22,55,45,87v-3,2,-5,3,-6,3v-18,-14,-82,-33,-105,-35v-17,7,-52,48,-77,56v-1,0,-2,-4,-4,-9v6,-22,13,-33,14,-81v-12,-19,-23,-26,-57,-68v4,0,13,1,8,-3v-9,1,-23,1,-9,-5r-2,-4v8,-11,54,-5,75,-4xm143,-234v-5,-1,-5,5,-3,7v3,-1,3,-4,3,-7xm132,-194v-1,0,-2,1,-2,3v2,1,2,-1,2,-3xm168,-177v-3,0,-2,3,-2,5v2,0,2,-2,2,-5xm123,-175v-3,0,-3,5,0,2r0,-2xm155,-167v-8,-5,-14,14,-21,27v14,0,15,-18,21,-27xm58,-166v-3,-8,-29,2,-11,2v4,0,12,-1,11,-2xm269,-166v-1,-2,-3,2,-3,2xm201,-161v1,0,3,-1,1,-1xm43,-158v-3,2,1,9,6,8v0,-5,-1,-6,-6,-8xm225,-149v-6,-12,-34,7,-19,11v11,-1,17,-8,19,-11xm185,-146v-3,-6,-16,0,-9,4v6,0,9,-2,9,-4xm120,-79v27,-28,35,-36,39,-63v-11,10,-18,47,-35,51xm195,-136v-1,0,-4,2,-2,2v1,-1,2,0,2,-2xm136,-130r-3,6v2,-1,3,-3,3,-6xm202,-117v-3,-2,-7,8,-6,7v4,-2,6,-4,6,-7xm120,-113v-2,0,-4,0,-3,2v1,3,7,5,7,1v-1,-2,-2,-3,-4,-3xm168,-111v-2,-1,-4,2,-2,2xm171,-102v-8,6,-16,13,-13,15v5,-3,9,-9,13,-15xm201,-93v-5,0,-8,2,-9,6v6,-1,9,-1,9,-6xm192,-75v-8,0,-11,7,-2,6v2,-1,2,-3,2,-6xm131,-68v-1,-2,-2,2,-2,2xm199,-68v1,1,4,6,6,3v-2,-2,-4,-3,-6,-3xm175,-65r14,5v-7,-3,-10,-5,-14,-5xm220,-59v-3,-3,-13,2,-4,2v2,0,4,-1,4,-2xm234,-37v1,-3,-13,-5,-17,-7v0,2,6,4,17,7xm107,-29v-2,-3,-11,4,-5,4v3,-1,4,-3,5,-4","w":293},{"d":"40,95v-9,-19,-14,-23,-24,-65v8,-9,21,-4,39,-15v4,0,10,15,18,45v4,16,13,13,17,-1v9,-13,59,-64,26,-92v-25,-50,-41,-102,-67,-145v-9,-6,-26,2,-36,-2r-2,-38v23,-7,53,-7,79,-8v4,21,5,31,0,31v-5,0,0,19,17,56v15,33,26,67,42,81v15,2,8,-13,23,-42v31,-63,43,-92,25,-89v4,-13,-1,-28,3,-35v42,1,64,3,64,5v2,0,3,8,3,25v-2,9,-5,14,-9,14r-7,2v-24,36,-17,51,-35,75v-15,49,-21,44,-30,86v-27,39,-41,92,-86,115v-16,8,-60,5,-60,-3xm208,-214v7,6,19,6,28,4v-9,-3,-20,-1,-28,-4xm259,-212v-2,-5,-18,-1,-8,2v2,-1,7,0,8,-2xm36,-191r-19,-3v-1,6,3,6,9,6v7,0,10,-2,10,-3xm65,-189v-6,2,1,17,4,16v0,-7,0,-14,-4,-16xm261,-200v-8,-2,-25,1,-17,6v11,-2,17,-4,17,-6xm240,-193v1,-5,-6,-9,-6,-3v1,2,3,3,6,3xm233,-182v-2,0,-4,0,-3,2v2,0,4,0,3,-2xm229,-168v-13,34,-26,32,-16,49v0,3,-4,8,-2,9v2,-6,21,-37,18,-58xm189,-90v-2,0,-22,38,-29,62v10,1,11,-15,22,-47v1,-2,10,-10,7,-15xm118,-75v-1,-16,-11,-34,-12,-28v7,19,11,28,12,28xm206,-98v-5,3,-16,36,-13,37v5,0,10,-12,13,-37xm106,-82v-1,-1,-2,-3,-3,0v1,1,2,1,3,0xm121,-67v3,-3,-2,-8,-3,-3xm171,-20v-4,0,-10,9,-16,25v7,1,7,-8,16,-25xm141,-17v-4,-1,-7,4,-4,6v3,0,5,-2,4,-6xm152,21v-4,0,-6,5,-5,7v3,-2,5,-5,5,-7xm42,31v-4,2,1,17,6,15v0,-7,-2,-10,-6,-15xm113,51v-4,-2,-9,6,-10,12v3,0,7,-4,10,-12xm52,65v4,-3,-3,-13,-4,-8v0,4,1,6,4,8xm128,66v-9,-8,-15,9,-16,13v9,-4,14,-8,16,-13xm62,74v-4,-1,-3,2,-1,4v6,1,9,-4,1,-4xm85,83v4,6,19,7,10,-2v-3,0,-10,0,-10,2xm82,91v-1,-11,-23,-1,-8,1v3,0,7,1,8,-1","w":268},{"w":155},{"d":"260,-298v-13,5,-31,4,-41,12v11,54,17,160,20,240v28,0,42,3,42,9v14,45,-3,39,-47,41v-50,2,-19,-43,-30,-78v-2,-29,-3,-51,-3,-66v-34,1,-74,-5,-104,0v3,38,-4,81,3,117v-4,16,7,33,-19,32v-43,0,-66,-7,-56,-42v7,-5,32,6,32,-9r-3,-166v-1,0,-3,-25,-5,-73v-31,-4,-48,3,-48,-17v0,-13,69,-15,87,-11v-9,36,3,80,4,119v0,6,1,9,4,9v33,-1,74,6,103,1v-2,-32,-1,-78,-8,-99v-3,0,-6,-10,-10,-30v1,-8,2,-11,2,-11v38,2,79,-24,77,22xm202,-312v-1,-5,-17,1,-6,1v2,0,7,0,6,-1xm199,-304v-2,0,-2,2,-1,3v1,-1,3,-2,1,-3xm14,-298v-1,-1,-2,-3,-2,0r2,0xm76,-271v0,-4,-3,-1,-1,0r1,0xm62,-269v-4,0,-1,4,-2,8v4,0,3,-5,2,-8xm221,-229v0,-3,-2,-2,-2,0v1,2,1,2,2,0xm221,-224v0,2,-2,6,0,6v3,0,3,-6,0,-6xm63,-179v-2,1,-1,5,2,6v2,-1,0,-5,-2,-6xm95,-172v1,1,0,2,2,2xm166,-170v1,-3,-16,-1,-16,-1xm66,-168v-1,-1,-5,2,-1,1xm180,-156v-4,-4,-15,4,-2,2xm205,-125v-1,2,-2,5,1,5v0,-2,0,-4,-1,-5xm205,-118v-2,1,-1,10,1,6v0,-2,1,-5,-1,-6xm220,-56v0,-3,-4,-4,-3,0v1,1,2,1,3,0xm88,-53v2,-1,-1,-8,-2,-4v0,2,1,4,2,4xm53,-21v0,0,-2,0,-2,1v0,0,2,0,2,-1xm92,-13v-3,0,-4,4,-1,5v2,-1,5,-4,1,-5xm276,-5v0,-3,-3,-2,-3,0r3,0xm266,-5v-2,-4,-13,2,-4,2v2,0,4,-1,4,-2","w":288},{"d":"4,-323v20,-5,83,-24,118,-9v25,0,59,3,96,20v55,24,62,127,-4,152v-4,5,-27,16,-32,24v27,39,47,65,57,80v10,15,18,23,25,23v43,0,36,-3,41,34v-19,10,-71,6,-92,0v-9,-50,-35,-68,-57,-123v-9,-13,-25,1,-39,2v-18,0,-22,5,-21,20v3,56,-5,70,32,60v5,25,11,45,-34,44r-65,-1v-8,-1,-7,-43,4,-40r22,-4r-11,-255v-12,1,-25,7,-36,5v-2,-6,-4,-9,-8,-24v9,-1,7,-4,4,-8xm90,-329v-2,-1,-4,2,-2,3v8,1,11,-1,2,-3xm109,-315v-5,-4,-29,1,-14,3v9,0,14,-1,14,-3xm143,-311v-3,-1,-20,2,-5,2v3,0,4,0,5,-2xm195,-307v0,-2,-5,-4,-5,-2v2,1,3,2,5,2xm17,-304v-3,-9,-8,3,-8,3v3,2,5,0,8,-3xm231,-286v2,-9,-9,-14,-24,-17v11,6,15,14,24,17xm229,-241v-2,-32,-44,-66,-77,-61v-24,4,-44,5,-60,5v9,58,-14,104,5,141v47,-5,47,-15,73,-24v18,2,62,-28,59,-61xm62,-295v-8,-4,-6,6,-6,11v2,8,-2,22,4,27xm213,-286v1,1,4,5,5,2v-2,-1,-3,-4,-5,-2xm87,-263v3,-3,-1,-11,-2,-4v0,2,1,4,2,4xm71,-254v1,10,-7,29,0,34v4,-6,3,-27,0,-34xm243,-244v-2,1,-1,5,0,6v2,-1,3,-5,0,-6xm60,-229v0,-4,-3,-1,-1,0r1,0xm247,-216v-4,2,-7,12,-2,15v2,0,4,-3,4,-10v-1,-3,-1,-5,-2,-5xm239,-188v4,-3,9,-8,4,-9v-7,-1,-10,7,-4,9xm227,-190v-3,-1,-8,5,-3,5v2,-1,3,-3,3,-5xm191,-177v5,3,13,-4,16,-7v-4,0,-10,2,-16,7xm71,-180v0,-3,-2,-2,-2,0v1,1,1,1,2,0xm187,-172v-10,3,-18,4,-19,9v9,-2,16,-5,19,-9xm207,-171v2,1,5,-1,1,-1xm204,-168v-3,0,-6,3,-4,4v1,-1,5,-1,4,-4xm146,-156v2,4,16,-3,9,-2v-6,0,-9,1,-9,2xm138,-154v-1,-4,-11,2,-8,2v5,0,8,0,8,-2xm161,-148v5,2,19,-5,12,-5v-7,2,-11,3,-12,5xm171,-118v-1,3,3,9,6,6v-2,-4,-4,-6,-6,-6xm72,-56v0,0,-5,7,-1,7xm87,-37v-3,-1,-4,4,-5,10v4,3,4,2,6,-5xm73,-36v-2,1,-4,9,0,9v3,0,2,-9,0,-9xm122,-24v-1,-2,-2,2,-2,2v2,0,1,-1,2,-2xm237,-22v-4,-1,-5,5,-1,5xm282,-19v-1,3,4,2,6,2v1,-2,0,-4,-2,-4v-2,0,-4,1,-4,2xm122,-14v-3,0,-6,4,-1,3v1,0,3,-2,1,-3xm250,-14v0,-2,-10,-3,-10,-1v1,2,8,3,10,1xm297,-7v-7,-4,-23,3,-6,3v3,0,5,-1,6,-3xm218,-7v-1,2,-2,3,2,3v1,0,2,-1,2,-3r-4,0","w":309},{"d":"6,-255v5,-6,-2,-47,18,-48v7,0,26,3,56,10v12,12,-4,33,0,56v9,59,-6,124,-1,186v17,-16,38,-109,62,-132v38,5,28,12,37,88v3,22,5,33,7,33v24,-57,44,-147,53,-237v22,2,67,-10,64,15v-3,22,2,36,-2,39v-14,-1,-26,-4,-27,12v-30,87,-33,154,-49,225v-2,10,-60,11,-58,4v-11,-30,-17,-76,-24,-101v-10,22,-36,76,-39,101v0,3,-15,6,-44,8v-30,-41,-11,-142,-24,-203v-5,-18,10,-48,-12,-48v-11,0,-17,-3,-17,-8xm285,-294v-9,-2,-45,-4,-40,4xm47,-285v15,-6,20,25,29,4v0,-2,-5,-3,-15,-6v-4,0,-14,0,-14,2xm39,-257v-4,-4,-19,2,-8,4v4,0,9,1,8,-4xm283,-258v0,0,-2,0,-2,1v0,0,2,0,2,-1xm60,-241r-3,0v1,15,-3,46,7,43xm240,-196v-6,4,-6,19,-4,23v4,-4,4,-13,4,-23xm74,-174v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm163,-169v-4,0,-4,9,-1,11v5,0,1,-7,1,-11xm57,-164v-2,2,-2,14,2,15xm165,-123v5,-16,-4,-46,-4,-25v0,5,2,13,4,25xm145,-131v-2,-1,-5,1,-2,2v1,-1,2,0,2,-2xm223,-107v-2,-2,-3,5,-3,5v3,-1,3,-3,3,-5xm150,-107v0,6,0,16,5,12v-2,-8,-4,-12,-5,-12xm221,-97v-8,6,-2,24,-10,31v11,-6,7,-18,10,-31xm123,-82v-3,-1,-2,2,-2,4v2,0,2,-2,2,-4xm204,-78v-4,1,-7,17,-7,16v4,-6,7,-11,7,-16xm229,-77v-1,4,-6,9,-3,12v2,0,2,-4,3,-12xm175,-60v-3,2,1,8,1,7xm176,-49v-7,4,2,46,11,25v-11,1,-8,-6,-11,-25xm99,-38v-9,1,-5,14,0,8r0,-8xm207,-26v-3,-2,-6,1,-6,5v4,2,6,-1,6,-5xm220,-21v-4,-1,-5,5,-7,13v4,1,6,-5,7,-13xm71,-27v-6,-3,-8,5,-3,7v4,0,3,-3,3,-7xm91,-20v2,2,8,4,8,0v0,-3,-1,-5,-4,-5v-3,1,-4,3,-4,5xm178,-12v-1,-4,-7,-2,-6,1v0,1,1,2,3,2v2,-1,3,-2,3,-3xm199,-8v0,-2,-10,-1,-11,0v1,3,11,2,11,0xm177,-5v-3,-4,-10,3,-6,4v3,0,5,-2,6,-4xm97,-11v-7,0,-18,-1,-16,3v5,-1,15,3,16,-3xm72,-8v-4,-4,-9,3,-2,2xm49,0v-1,0,-2,-2,0,-2r0,2","w":279},{"d":"68,-300v-3,-7,27,-26,56,-26v74,0,89,24,120,60v54,62,26,147,1,208v11,14,19,7,24,-6r27,23v-16,13,-21,26,-32,44v-6,2,-11,7,-14,2v4,-5,-5,-5,-17,-14v0,-7,-9,-5,-19,-14v-33,28,-96,36,-144,9v-18,-20,-54,-58,-49,-66v-3,-15,-7,-27,-11,-36v0,-11,-13,-54,-6,-78v4,-6,6,-13,6,-22v18,-36,29,-67,61,-82v0,-1,2,-4,-1,-3xm142,-311v0,-2,-13,-4,-12,1v4,-1,10,2,12,-1xm121,-298v0,-2,-3,-4,-3,-2xm172,-296v0,0,8,8,9,5v-3,-3,-5,-5,-9,-5xm197,-294v-2,4,14,12,12,8v0,-2,-4,-5,-12,-8xm111,-291v-6,0,-13,0,-17,6v8,0,16,1,17,-6xm135,-283v2,-2,-4,-3,-4,-3v-1,3,2,2,4,3xm184,-277v0,-2,-4,-4,-3,-1xm147,-82v-20,-17,6,-27,16,-38v13,12,39,36,56,38v10,-39,55,-170,-27,-182v-13,-5,-37,-11,-67,-14v-5,0,-20,8,-44,23v-17,18,-12,25,-36,42v-30,42,6,127,16,150v45,23,60,32,99,30v11,0,23,-4,28,-14v-23,-9,-23,-28,-41,-35xm216,-268v0,-4,-7,-6,-9,-4v-1,2,3,5,8,5xm242,-256v2,-6,-7,-18,-11,-11v0,4,5,13,11,11xm52,-261v-6,0,-10,7,-2,6v4,0,6,-4,2,-6xm55,-233v-3,1,-6,4,-4,5v3,-1,4,-3,4,-5xm248,-227v1,2,0,6,4,6v-1,-2,0,-6,-4,-6xm27,-200v-5,7,2,8,4,3v-1,-1,-1,-4,-4,-3xm245,-141r-2,8v2,0,2,-5,2,-8xm20,-124v0,-7,-4,-6,-3,-1xm160,-113v0,4,6,4,7,1v0,-1,-2,-3,-5,-3v-1,0,-2,1,-2,2xm179,-89v2,-10,-10,-14,-13,-4v3,4,10,9,13,4xm245,-91v-3,-3,-14,25,-14,25v5,0,7,-8,14,-25xm227,-80v-2,0,-4,3,-2,4v2,0,2,-2,2,-4xm207,-74v0,-2,-3,-4,-3,-2v0,1,1,2,3,2xm195,-69v-1,2,1,6,5,5v2,-3,-1,-5,-5,-5xm45,-56v0,2,3,4,7,5v0,-2,-3,-3,-7,-5xm245,-49v0,0,-2,0,-2,1v1,1,3,4,4,1xm279,-48v-6,-3,-13,4,-11,10v3,0,10,-3,11,-10xm70,-48v-1,0,-1,0,-1,1v2,3,6,6,8,3v-2,-2,-4,-4,-7,-4xm195,-40v1,1,3,4,4,1xm188,-29v-6,1,-31,10,-40,16v12,0,25,-6,40,-16xm93,-30v-1,0,-1,1,-1,2v1,2,20,7,28,7v-2,-1,-10,-5,-27,-9xm154,-24v-5,-4,-27,2,-13,3v3,0,8,-1,13,-3xm258,-21v-1,3,3,4,4,2v0,-2,-2,-2,-4,-2xm125,-13v0,0,-2,0,-2,1v0,1,4,2,7,2v0,-2,-1,-3,-5,-3xm250,-8v-1,-2,-3,0,-3,1xm162,-2v-3,-4,-10,2,-2,1","w":301},{"d":"50,-123v-39,-57,15,-121,58,-132v35,-1,54,7,87,22v4,0,12,-6,24,-19v4,1,21,15,26,24v-18,20,-28,31,-28,33v-17,51,-9,51,-44,67v-26,29,-50,21,-91,19v-2,0,-5,11,-10,32v49,-10,138,-8,168,26v35,40,66,94,14,133v-25,20,-56,38,-99,38v-58,0,-98,-12,-118,-35v-15,-9,-22,-22,-22,-36v-7,-11,-14,-43,-7,-58v2,8,1,11,5,11v2,-13,10,-30,10,-42v-12,15,-12,36,-17,21v-3,-8,35,-51,37,-54v3,-27,5,-44,7,-50xm90,-243v11,-3,19,-6,16,-7v-5,0,-10,2,-16,7xm225,-238v0,-3,-6,-4,-6,-1xm118,-239v-8,0,-20,4,-15,7v5,-3,15,0,15,-7xm167,-214v-43,-26,-85,-2,-94,34v7,41,10,40,31,48v52,2,92,-40,63,-82xm232,-224v-3,-3,-13,4,-16,15v9,-2,12,-11,16,-15xm88,-219v-4,-3,-14,7,-8,7v2,0,5,-2,8,-7xm183,-217v2,6,7,13,10,8v0,-2,-3,-8,-10,-8xm56,-202v0,0,-7,6,-6,11v0,0,10,-8,6,-11xm45,-182v-6,2,-1,28,5,20v-1,-14,-3,-20,-5,-20xm184,-172v-10,11,-14,20,-14,23v11,2,12,-8,14,-23xm67,-171v-3,4,2,20,5,15v-1,-8,-2,-14,-5,-15xm195,-152v-2,0,-5,5,-1,4v1,0,1,-2,1,-4xm171,-145v-3,-4,-16,7,-9,6v4,-2,7,-3,9,-6xm154,-136v-4,-5,-20,5,-10,7v2,0,5,-2,10,-7xm51,-135v-4,4,6,11,12,13v-2,-9,-7,-13,-12,-13xm162,-134v-3,-1,-6,3,-4,3xm71,-131v-1,1,-2,0,-2,2v3,4,7,8,10,2v0,-2,-3,-3,-8,-4xm127,-127r13,1v0,-1,-7,-4,-11,-3xm92,-119v-3,-8,-16,-7,-9,0r9,0xm97,-118v-1,6,21,4,30,4v2,0,3,-1,3,-2v-5,-1,-25,-8,-33,-2xm66,-113v-3,-3,-7,1,-6,5v-1,3,5,7,6,3r0,-8xm196,-70v-19,3,-45,-12,-68,-2v0,2,17,4,50,5v8,4,19,3,29,2v-2,-3,-5,-5,-11,-5xm99,-73r2,0r-2,0xm74,-59v0,1,6,2,16,2v12,0,4,-6,1,-8v-8,-1,-18,3,-17,6xm157,-57v4,0,11,3,13,1xm207,-57v-3,0,-5,1,-2,3v1,0,2,-1,2,-3xm59,-57v-3,-1,-8,6,-4,8v5,1,8,-6,4,-8xm46,-51v-3,-3,-14,5,-12,11v10,-3,13,-3,12,-11xm212,-51v-1,3,9,4,12,6v-2,-5,-7,-6,-12,-6xm91,-48v-2,-2,-6,0,-4,2v2,0,4,0,4,-2xm223,-28v-1,-8,-58,-26,-69,-18v13,2,51,8,60,19v4,1,7,1,9,-1xm140,-40v1,-5,-2,-4,-6,-4v-15,7,-39,4,-63,4v-19,17,-19,24,-26,33v9,69,-1,70,57,88v73,22,138,-6,145,-57v-8,-31,-52,-74,-107,-64xm246,-23v1,-8,-13,-21,-19,-17xm56,-33v-10,1,-7,4,0,2r0,-2xm46,-29v-2,-1,-6,4,-3,5v1,-2,3,-2,3,-5xm36,-26v-6,1,-11,11,-6,14v1,0,4,-5,6,-14xm224,-24v0,2,6,9,15,20v-3,-13,-7,-21,-15,-20xm270,12v-3,-1,-2,2,-1,3v2,-1,2,-1,1,-3xm259,15v-3,-1,-4,2,-1,3v3,-1,3,-1,1,-3xm13,26v1,-5,-2,-8,-2,-2xm274,21v-4,-3,-7,5,-7,9v0,3,1,5,2,5v3,-5,5,-9,5,-14xm40,21v-5,9,2,35,3,12v0,-8,-1,-12,-3,-12xm14,29v-1,2,1,7,3,4v0,-3,-2,-3,-3,-4xm250,49v-10,4,-16,12,-13,16v9,-4,14,-7,13,-16xm35,60v-4,4,2,8,3,3v0,-1,-1,-2,-3,-3xm55,69v-1,2,0,3,3,3v0,-2,-1,-3,-3,-3xm51,73v-3,-1,-4,1,-4,3v3,0,5,0,4,-3xm91,88v28,17,102,13,124,-3v-19,4,-33,8,-43,11v-51,-2,-56,-8,-81,-8xm220,100v-12,-3,-30,10,-25,12v2,0,11,-4,25,-12xm191,105v-6,0,-14,5,-9,6v6,-1,9,-3,9,-6xm108,108v-1,0,-3,-3,-3,-1xm115,109v-1,0,-1,0,-1,1v7,6,16,-1,1,-1xm167,112v-3,-5,-20,-2,-10,2","w":284},{"d":"20,-327v-4,-66,25,-27,66,-36v25,3,3,30,9,57r-3,262v9,2,26,5,51,7v0,8,0,9,5,15v-6,7,-6,30,-17,38v-31,-12,-99,-10,-129,-20v5,-7,5,-23,10,-38v13,0,22,-4,36,-1v3,0,5,-3,5,-10v6,-70,3,-137,-1,-268v-6,-9,-27,4,-32,-6xm45,-355v-10,-2,-25,3,-10,6v4,0,7,-2,10,-6xm55,-354v4,0,8,2,10,-1v-3,0,-8,-1,-10,1xm72,-336v5,2,21,-7,14,-12v-4,0,-14,7,-14,12xm32,-343v-3,-3,-7,0,-6,5v2,3,13,4,15,0xm67,-304v-2,0,-3,4,0,4v0,-1,2,-3,0,-4xm67,-277v-2,0,-3,1,-3,2v2,0,4,0,3,-2xm86,-243v1,0,2,3,2,1xm86,-237v-1,5,-1,11,0,16v2,0,4,-15,0,-16xm68,-228v-3,-2,-7,2,-6,6v1,1,2,1,3,0v-1,-3,-2,-4,3,-6xm88,-217v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm73,-180r-3,20v2,0,3,-7,3,-20xm84,-47v4,-47,1,-103,-5,-91r1,91r4,0xm62,-73v-1,3,-4,10,0,12v2,-1,4,-2,3,-6v0,-4,-2,-6,-3,-6xm31,-34v-2,2,1,6,4,5v0,-3,0,-6,-4,-5xm136,-32v0,-4,-12,-2,-12,-1v1,3,10,4,12,1xm19,-33v-3,-1,-4,4,-1,4xm44,-29v-3,0,-3,0,-3,2v5,3,10,-3,3,-2xm134,-18v-6,-4,-25,-3,-32,-2v0,4,25,4,32,2xm52,-17v-2,-3,-18,-4,-15,2v4,0,15,0,15,-2xm131,-8v-3,-5,-23,-1,-15,2v5,0,14,1,15,-2xm13,-9v-2,0,-4,2,-2,3v4,1,5,-2,2,-3xm132,4v0,-3,-7,-3,-7,0v2,1,5,1,7,0","w":154},{"d":"29,-137v8,-4,59,-45,75,-41v12,0,28,5,47,14v28,31,29,22,39,60v-1,47,-40,78,-42,96v-61,36,-139,-9,-136,-74v-10,-30,3,-72,20,-107v-5,-30,83,-117,92,-119v19,-13,55,-10,67,-4v-8,8,7,40,-17,30v-51,-2,-79,40,-102,84v-20,15,-25,35,-43,61xm182,-310v-3,-1,-3,1,-1,3v1,0,3,-2,1,-3xm144,-308v-45,11,-92,72,-99,103v10,-12,19,-24,29,-43v28,-29,45,-45,53,-46v12,-6,17,-10,17,-14xm175,-304v-2,-9,-14,-5,-18,2v7,0,13,1,18,-2xm180,-303r-4,0v1,0,3,2,4,0xm150,-294v-3,-3,-21,4,-36,17v6,-3,25,-12,36,-17xm173,-290v-4,-5,-17,-1,-20,6v10,-1,21,-6,20,-6xm124,-277v-29,-1,-69,58,-75,80v23,-28,34,-48,75,-80xm42,-181v-5,-1,-6,3,-6,8v4,-1,6,-4,6,-8xm123,-168v-11,-7,-29,-6,-36,6v9,-1,15,-5,36,-6xm74,-154v-4,-2,-10,5,-12,8v3,0,7,-2,12,-8xm158,-150v1,10,12,23,19,19v-8,-13,-14,-19,-19,-19xm110,-148v-3,-3,-6,2,-1,1xm141,-144v-3,-3,-5,1,-2,2v2,0,1,-1,2,-2xm138,-130v-36,-23,-74,-4,-100,23v0,17,7,41,20,70v43,29,66,17,91,-24v5,-25,-1,-61,-11,-69xm154,-114v7,-4,1,-20,-6,-12v4,4,6,8,6,12xm35,-120v-3,-7,-12,-1,-14,6v3,5,8,-1,14,-6xm176,-109v-2,2,1,23,2,6v0,-3,0,-5,-2,-6xm162,-104v-3,-1,-4,5,-2,6v1,0,2,-2,2,-6xm29,-104v-12,8,-1,13,7,39v2,-9,-3,-24,-7,-39xm17,-80v2,0,0,-4,1,-6v-3,0,-2,4,-1,6xm170,-84v-2,1,-4,6,-1,7v2,-1,5,-6,1,-7xm161,-79v-4,-3,-6,2,-3,3v1,-1,3,-1,3,-3xm23,-53v5,-9,-5,-36,-6,-18v2,12,4,18,6,18xm163,-65v0,-2,-2,-4,-2,-2xm36,-53v0,0,-2,0,-2,1v1,1,5,5,4,0xm163,-50v-2,-1,-13,13,-9,15v7,-8,9,-13,9,-15xm29,-40v3,-2,-1,-7,-2,-3v1,2,1,3,2,3xm42,-40v-3,4,6,11,10,10v0,-3,-4,-4,-10,-10xm141,-29v-6,4,-17,8,-17,14v4,0,14,-4,17,-14xm76,-20v-3,-5,-16,-1,-7,3v4,0,6,0,7,-3xm84,-15v0,-5,-4,-2,-1,0r1,0xm85,-13v5,4,18,4,21,-2v-6,0,-19,-1,-21,2xm140,-13v-3,-2,-17,5,-15,8v5,0,11,-3,15,-8","w":200},{"d":"155,-173v7,-1,3,13,7,39r1,0v0,4,-17,4,-50,8v-37,5,-62,14,-72,11v0,-3,14,-6,41,-10v12,-2,18,-5,18,-6v-36,1,-65,8,-62,16v-15,4,-21,-8,-21,-33v0,-6,13,-14,38,-14v29,0,67,-7,100,-11xm149,-163v0,-3,-7,-2,-7,0r7,0xm120,-159v4,-1,12,2,12,-3v-6,0,-13,2,-12,3xm100,-155v0,0,-9,1,-5,2v3,0,4,0,5,-2xm126,-149v9,0,33,0,25,-6v-17,3,-25,4,-25,6xm87,-152v-3,-2,-13,-1,-16,4v7,0,12,-1,16,-4xm30,-149v-5,-3,-5,2,-5,7v3,2,5,0,5,-5r0,-2xm44,-149v-2,-3,-3,1,-4,2v2,0,4,0,4,-2xm116,-148v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm111,-133v32,-3,52,1,40,-8v-11,0,-24,3,-40,8xm28,-135v-1,-1,-5,2,-1,1","w":175},{"d":"13,-154v14,-64,48,-114,142,-117v23,8,73,27,93,51v-7,16,-24,28,-25,46v-7,-1,-18,10,-20,-3v-18,-10,-14,-15,-8,-29v1,-11,-44,-16,-64,-16v-25,0,-65,16,-70,48v-7,18,-6,32,-16,24v-1,2,-6,8,-3,11v3,-1,7,-6,8,0v-4,25,-3,19,6,51v-8,32,35,51,56,67v29,0,54,-6,76,-19v24,-25,38,-29,32,-47v0,-1,7,-9,21,-23v0,0,7,3,8,9v-2,0,-7,-1,-6,2v29,4,20,20,35,41v2,0,3,4,4,11v7,2,10,9,1,10v-8,3,-15,8,-21,16v-21,-29,-25,-11,-45,0v-36,20,-76,48,-129,24v-71,-32,-91,-83,-75,-157xm124,-262v-11,-3,-36,6,-51,20v17,-5,35,-14,51,-20xm169,-257v0,0,-4,-4,-4,-1xm158,-246v-10,-3,-41,-3,-38,4v14,3,37,-1,38,-4xm168,-245v-2,0,-7,-1,-6,2v0,2,3,3,10,3v2,-3,1,-5,-4,-5xm181,-237v0,-2,-3,-4,-3,-2v0,1,1,2,3,2xm114,-238v-6,-2,-19,3,-11,5v7,-1,11,-3,11,-5xm68,-238v-3,-1,-6,2,-3,3xm151,-232v-8,-4,-35,2,-17,3v11,0,16,-1,17,-3xm173,-229v-2,-3,-11,-5,-13,-3v0,1,4,2,13,3xm206,-227v0,0,-3,2,-1,2xm86,-226v-1,1,-5,4,-1,4v1,-1,2,-2,1,-4xm235,-220v-5,0,-7,8,-1,6v2,-1,3,-4,1,-6xm67,-218v-3,-1,-9,5,-7,8v5,-3,7,-5,7,-8xm51,-197v-3,-2,-10,6,-6,8v4,-3,6,-6,6,-8xm47,-181v-5,3,-14,16,-8,20v2,0,5,-5,8,-16r0,-4xm31,-128v-3,4,-7,17,0,19r0,-19xm42,-108v-10,4,4,28,9,25v0,-5,-3,-14,-9,-25xm255,-85v-4,6,5,16,17,39v2,1,4,1,4,-1v-8,-10,-11,-29,-21,-38xm250,-65v3,-4,-5,-14,-6,-10v2,7,4,10,6,10xm41,-69v-3,2,3,7,5,7v0,-2,-2,-4,-5,-7xm220,-59v-2,-1,-10,6,-6,8v2,-1,5,-3,6,-8xm56,-52v2,-2,-6,-9,-5,-4v1,3,3,4,5,4xm62,-30v2,-5,-11,-14,-20,-15v0,5,7,15,20,15xm268,-39v-3,-4,-15,-6,-12,6v5,3,6,0,12,-6xm196,-37v-9,5,-17,9,-12,11v8,-3,12,-7,12,-11xm106,1v-27,-9,-30,-24,-46,-24v0,2,32,26,46,24xm76,-24v3,5,39,23,49,14v-13,3,-20,-15,-31,-7v-2,1,-9,-4,-18,-7xm193,-19v-1,-1,-14,6,-17,11v7,-3,13,-5,17,-11xm168,-18v-5,0,-8,2,-5,3v3,0,4,-1,5,-3xm135,6r10,2v-1,-2,3,-6,-4,-5v-4,0,-6,2,-6,3","w":295},{"d":"180,2v-43,29,-113,16,-139,-28v-9,-16,-30,-57,-32,-88v-5,-81,21,-101,38,-155v2,-3,7,-11,17,-22v2,-17,49,-53,96,-48v71,8,76,41,102,77v4,17,13,42,13,77v0,85,-35,128,-60,171v-12,11,-24,16,-35,16xm195,-327v-2,-1,-2,1,-2,3v10,5,17,10,18,7v-8,-7,-13,-10,-16,-10xm175,-321v10,7,26,17,39,17v-8,-5,-24,-21,-39,-17xm117,-309v5,1,24,-10,30,-9r0,-3v-7,0,-18,4,-30,12xm46,-113v0,44,35,68,50,77v13,-2,20,12,33,9v4,5,8,7,13,-1v84,-14,76,-115,103,-157v-11,-68,-21,-107,-89,-123v-17,10,-24,3,-25,14v-63,37,-85,85,-85,181xm76,-281v-4,0,-18,9,-11,16v22,-21,37,-34,34,-35v-8,0,-15,7,-23,19xm222,-296v0,-4,-3,-3,-4,0r4,0xm105,-289v6,3,20,-7,13,-8v-9,2,-13,4,-13,8xm209,-292v0,4,6,10,16,12v1,0,2,-1,2,-3v0,-3,-7,-6,-18,-9xm252,-243v1,-9,-7,-46,-14,-31v0,3,4,13,14,31xm57,-264v-2,0,-3,3,0,2r0,-2xm54,-258v-2,0,-2,0,-2,2xm65,-247v0,0,-4,1,-4,5v3,0,4,0,4,-5xm255,-226v5,-1,0,-8,-1,-6xm57,-230v-6,2,-9,11,-7,17v-1,-1,5,-8,7,-17xm245,-172v0,0,-3,2,-1,2xm255,-167v-4,3,-2,11,-3,17v5,-3,2,-10,3,-17xm268,-152v-4,1,-6,15,-3,17xm238,-144v0,3,-4,10,0,10v1,-3,1,-7,0,-10xm223,-88v5,-3,17,-31,11,-40xm33,-111v0,-2,-3,-2,-3,0v1,1,2,1,3,0xm17,-105v-2,0,-3,5,-1,6v2,0,3,-5,1,-6xm182,-32v16,2,48,-36,35,-53v-2,0,-3,3,-4,8v2,13,-24,25,-8,24v-5,9,-19,11,-23,21xm35,-73v-4,2,1,17,7,14v0,-5,-2,-9,-7,-14xm220,-32v-7,4,-18,13,-18,19v12,-9,18,-15,18,-19xm152,-26v-4,-4,-12,4,-2,2xm98,-25v-2,2,7,6,7,6v0,-4,-2,-5,-7,-6xm65,-18v0,1,1,5,2,2xm170,-13v-4,0,-13,2,-19,10v11,-1,20,-6,19,-10xm143,-8v0,-3,-20,-5,-19,0r19,0xm113,-9v2,0,5,2,5,0v0,-2,-5,-3,-5,0xm185,-5v-2,-2,-3,0,-3,2v2,0,3,-1,3,-2xm69,-2v16,13,53,22,80,9v-32,4,-55,-4,-80,-9","w":280},{"d":"172,7v-49,2,-98,3,-103,-46v-4,-40,4,-129,4,-177v0,-32,-34,-21,-59,-17v-3,-1,-6,-5,-11,-13r9,-44v0,-1,21,-2,60,-2v0,-5,1,-10,6,-16v0,-26,7,-57,3,-80v1,-1,42,-10,50,1v-7,17,-9,66,-12,94v10,7,89,3,77,9v1,0,3,1,6,3v-9,13,-2,28,-10,42v-1,2,4,6,7,11v-9,3,-23,7,-27,0v0,0,13,1,9,-4r-61,0v-1,0,-3,10,-5,28v-4,-4,-9,-12,-8,0v0,9,1,15,3,15v2,-4,0,-11,5,-12v5,72,-24,179,41,168v23,2,33,-13,33,24v0,10,-4,16,-17,16xm95,-380v-2,0,-1,2,-1,3v3,1,2,-2,1,-3xm122,-377v-9,-5,-8,6,-7,13v7,-2,7,-8,7,-13xm97,-362v0,5,-2,12,0,15v0,-5,2,-12,0,-15xm100,-340v-2,13,-5,39,-1,50v5,-7,5,-39,1,-50xm16,-284v7,6,34,3,48,1v-1,-3,-40,-6,-48,-1xm177,-279v0,-14,-17,-1,-30,-5v7,8,18,4,30,5xm187,-281v-3,0,-9,0,-6,3v3,0,5,-1,6,-3xm28,-274v-3,0,-6,0,-6,3v0,3,11,5,33,5v11,0,16,0,16,-2v0,-4,-15,-5,-43,-6xm168,-267v-14,0,-31,-6,-42,-1v0,2,6,3,18,3v8,-4,20,5,24,-2xm188,-258v-2,-5,-14,0,-8,3v4,0,7,0,8,-3xm32,-258v-4,-1,-10,3,-4,4v8,1,19,2,26,-1v-4,-2,-11,-3,-22,-3xm67,-246v-9,-5,-32,-4,-42,-3v0,2,12,4,37,4xm136,-247v-2,0,-4,0,-3,2v6,1,14,6,18,4v-5,-4,-9,-6,-15,-6xm160,-242v9,2,21,8,25,3v1,-7,-6,-5,-12,-5v-9,0,-13,1,-13,2xm95,-228v-4,-1,-3,5,-3,8v2,2,4,0,4,-4xm108,-217v0,1,2,4,2,2xm96,-207v1,-5,-3,-12,-3,-3v1,1,0,4,3,3xm96,-175v3,-4,-4,-9,-2,-1xm76,-140v-6,7,-3,45,-1,57v1,-13,5,-49,1,-57xm105,-69v6,-5,-4,-19,-3,-4v0,2,1,3,3,4xm111,-40v3,-8,-3,-29,-5,-13v0,7,2,11,5,13xm89,-56v-2,1,-2,8,0,10v2,-1,2,-8,0,-10xm110,-18v0,-3,-2,-7,-7,-7v-1,5,2,7,7,7xm177,-21v-7,-4,-26,7,-18,6v12,-2,18,-4,18,-6xm91,-22v-4,7,9,20,16,12v-2,-2,-15,-6,-16,-12","w":218},{"d":"351,-108v-10,-3,11,-29,2,-38v5,-18,5,-89,-9,-110v6,30,12,112,0,129v-3,15,-17,42,-18,48v12,-4,16,-16,32,-21v0,4,-19,25,-56,62v-14,3,-16,23,-33,28v-65,22,-57,22,-107,27v-17,-10,-39,-27,-66,-50v-86,-45,-89,-214,-19,-275v35,-31,39,-24,70,-41v8,-7,48,-8,69,-13v26,7,55,7,73,29v8,2,30,20,41,28v10,38,46,63,33,136v4,26,-6,52,-12,61xm221,-356v-1,-3,-10,-3,-9,0r9,0xm198,-349v4,0,19,2,11,-2v-4,0,-10,-1,-11,2xm179,-346v-7,-6,-25,1,-24,6v9,0,14,-1,24,-6xm229,-347v0,0,-2,0,-2,1v2,3,5,3,10,3v0,-1,-3,-2,-8,-4xm195,-346v-3,0,-4,2,0,3v0,0,2,0,2,-1xm259,-345v-2,0,-6,-1,-5,2v5,0,14,7,16,3v-2,-3,-6,-5,-11,-5xm248,-333v-2,0,-4,1,-4,4v1,2,6,4,16,4v2,0,3,-1,3,-2v0,-2,-5,-4,-15,-6xm327,-154v-5,-52,-6,-129,-33,-150v-17,-14,-106,-40,-141,-15v-29,10,-35,35,-56,47v-12,17,-22,29,-28,36v-4,32,-4,80,-6,96v17,57,49,106,108,107v45,10,92,-5,117,-38v-45,0,-30,-13,-44,-57v-5,-1,-34,26,-58,28v-43,5,-63,-44,-68,-70v4,-69,76,-146,134,-84v4,-10,27,-10,27,7v0,32,-4,59,-11,82v-17,4,2,9,0,46v0,8,5,17,14,25v2,1,11,-7,25,-15v0,0,0,2,1,2v9,-15,14,-31,19,-47xm289,-314v0,-5,-15,-14,-20,-8xm120,-313v-9,13,-16,19,-13,25v3,1,21,-13,18,-25r-5,0xm327,-281v-2,-8,-17,-25,-24,-27v2,4,13,19,24,27xm103,-285v1,0,3,-1,1,-1xm78,-281v-15,2,-28,25,-24,37v4,3,7,-16,13,-8v0,0,12,-10,8,-16v-6,5,-10,8,-12,8v-2,-2,11,-11,15,-21xm250,-237v-3,-17,-31,-37,-45,-31v17,8,29,21,45,31xm187,-260v-3,-4,-16,2,-9,4v4,0,7,-1,9,-4xm271,-255v-1,1,-4,5,-1,6v2,-1,1,-4,1,-6xm328,-243v5,-2,-1,-12,-3,-9v1,6,1,9,3,9xm187,-134v61,5,73,-100,21,-113v-22,-5,-33,13,-51,26v-4,-1,-9,14,-10,31v-3,38,16,54,40,56xm268,-244v-3,11,4,30,3,14v0,-5,1,-12,-3,-14xm58,-241v-2,1,-6,4,-2,4v1,-1,2,-2,2,-4xm53,-235v-3,-2,-4,2,-4,6v3,-1,4,-4,4,-6xm247,-229v-1,5,1,18,6,21v0,-10,1,-17,-6,-21xm335,-167v16,-6,-7,-98,-1,-38v-7,13,-1,8,1,38xm47,-217v-6,-2,-6,9,-7,20r2,1v2,0,3,-7,5,-21xm42,-190v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm256,-174v8,0,4,-10,3,-15v-2,0,-2,5,-3,15xm128,-181v-5,1,-1,28,3,19xm44,-164v-8,3,0,6,1,18v5,-1,0,-10,-1,-18xm38,-137v8,-5,-5,-23,-4,-7v2,6,1,7,4,7xm254,-144v-1,0,-3,3,-1,3xm160,-136v-2,6,15,10,27,9r1,-1v0,-1,-9,-4,-28,-8xm210,-135v-7,0,-13,4,-10,7v4,0,9,-2,10,-7xm230,-131v-15,4,-29,14,-27,15v11,1,16,-4,27,-15xm249,-119r2,2v3,-2,2,-5,2,-8v-2,0,-3,2,-4,6xm56,-107v7,-2,-3,-21,-5,-14xm328,-124v0,0,-10,9,-8,16v6,-8,11,-11,8,-16xm198,-111v-7,-1,-31,-4,-32,2v9,0,29,3,32,-2xm50,-111v0,0,-2,0,-2,1v-1,2,4,6,5,3xm314,-101v1,-5,-4,-7,-4,-2v1,1,2,2,4,2xm291,-89v4,-2,9,-6,13,-12v-5,0,-10,4,-13,12xm64,-76v3,-10,-12,-31,-12,-20v5,12,4,20,12,20xm275,-91v1,-4,-7,-4,-8,-2xm258,-91v3,14,19,15,33,12xm306,-89v-4,-1,-7,3,-3,4v2,-1,3,-2,3,-4xm253,-37v25,2,57,-35,66,-49v-8,-3,-17,14,-43,35v-15,8,-23,13,-23,14xm70,-83v1,5,3,6,5,4v-1,-2,-3,-4,-5,-4xm324,-73v-3,0,-4,4,-1,4v1,-1,2,-2,1,-4xm317,-71v-2,0,-3,3,0,2r0,-2xm288,-39v5,3,16,-1,18,-11v-4,0,-11,4,-18,11xm114,-30v0,-4,-13,-13,-17,-12v4,6,10,9,17,12xm221,-21v10,3,32,-3,50,-13v-11,0,-28,4,-50,13xm164,11v25,-9,104,-14,121,-45v-3,0,-9,4,-19,13v-26,7,-72,25,-106,18v-9,0,-14,1,-14,3v6,7,12,11,18,11xm132,-31v2,2,8,4,8,0v0,-1,-4,-2,-7,-2xm159,-20v0,-3,-6,-4,-7,-2xm184,-12v-8,-3,-24,4,-7,3v5,0,7,-1,7,-3xm138,-9v-2,0,-4,0,-4,2v3,0,10,4,10,0v0,-1,-2,-2,-6,-2xm195,8v0,0,-1,-2,-1,0r1,0","w":381},{"w":210},{"d":"190,-28v-17,4,-51,26,-83,35v-5,-3,-13,-6,-24,-9v-21,-20,-32,-38,-37,-54v-16,-19,-13,-96,-8,-135v0,-1,-11,-3,-33,-6v-4,-26,-11,-51,39,-45r34,11v13,37,4,65,4,151v0,14,13,15,15,26v0,2,11,5,33,6v15,5,32,-37,45,-41v8,-48,1,-111,21,-148v11,10,45,-1,50,16v-12,0,-1,9,-1,14v2,-7,5,-12,5,0v0,50,-19,124,-6,167v9,3,30,-11,37,2v-3,34,2,52,-11,40v-22,2,-46,0,-69,0v-3,-10,-12,-19,-11,-30xm38,-234v0,-4,-3,-3,-3,0r3,0xm51,-233v-3,0,-5,0,-5,2v0,1,2,2,7,4v0,6,-1,8,4,7v19,0,20,-8,0,-11v0,-1,-2,-2,-6,-2xm15,-218v0,-2,-6,-2,-6,0v2,1,4,1,6,0xm17,-210v1,-3,-4,-6,-6,-3v0,2,3,3,6,3xm197,-225v-1,3,7,6,10,5r1,-2v0,-2,-4,-3,-11,-3xm28,-208v0,2,5,5,16,8v3,0,7,1,7,-3v-5,-5,-16,-10,-23,-5xm24,-210v-3,0,-6,2,-4,4v3,-1,5,-1,4,-4xm67,-209v-3,1,-3,12,-1,15v4,-1,4,-13,1,-15xm13,-206v-3,0,-5,2,-3,3v4,1,6,-1,3,-3xm207,-208v-1,-3,-8,-2,-8,1v2,0,8,3,8,-1xm43,-183v-1,8,4,3,8,2v1,-10,-2,-17,-8,-2xm212,-171v0,5,-5,13,-3,16v3,0,5,-4,5,-11v0,-3,-1,-5,-2,-5xm227,-137v3,-3,-1,-6,-2,-2v1,2,1,2,2,2xm52,-126v0,-2,-3,-2,-3,0v1,2,2,2,3,0xm207,-118v-6,0,-8,9,-3,10v1,0,2,-4,3,-10xm70,-97v2,-18,-7,-26,-8,-11v0,4,1,10,8,11xm205,-103v-3,-4,-7,-1,-6,4v2,3,5,1,6,-2r0,-2xm55,-76v-6,-16,-7,-28,-11,-20v0,13,7,33,20,60v2,2,6,4,6,0xm214,-83v0,-2,-4,-3,-4,0v1,1,3,1,4,0xm171,-79v-5,2,-12,11,-12,18v8,-10,12,-16,12,-18xm75,-75v1,-3,-3,-5,-4,-3v1,2,2,3,4,3xm212,-55v9,-5,1,-31,-2,-20v0,6,0,13,2,20xm183,-75v-3,3,-4,6,0,7v2,-1,3,-6,0,-7xm201,-68r0,3v1,-1,1,-2,0,-3xm86,-51v0,-2,-3,-4,-2,-1xm232,-53v-2,3,-5,4,-5,9v7,3,9,-7,5,-9xm191,-49v-3,-1,-6,4,-3,5v1,-2,3,-2,3,-5xm201,-46v-4,14,-2,57,7,38v-4,-1,0,-27,-7,-38xm82,-44v-2,0,-2,0,-2,2v1,2,5,3,4,0xm92,-40v0,3,7,9,18,16v13,-6,19,-7,19,-11v-8,1,-22,-2,-37,-5xm148,-35v-4,-4,-13,4,-30,14v15,0,25,-8,30,-14xm246,-30v-1,3,3,2,5,2v8,0,11,0,11,-4xm263,-23v-1,-2,-5,-1,-4,2v0,0,4,0,4,-2xm226,-16v-3,0,-6,0,-6,2v1,3,11,5,13,1v0,-1,-3,-2,-7,-3xm82,-11v7,8,42,17,60,-4v-18,6,-44,1,-60,4","w":287},{"d":"87,-229v-57,3,-12,47,-59,46v-1,0,-3,3,-5,9v-25,-5,-7,-9,-10,-42v4,-17,33,-42,54,-49v37,1,60,-6,93,6v35,38,37,34,51,86v13,16,8,66,7,95v-4,11,28,53,39,53v2,4,-29,32,-34,32v-5,0,-18,-10,-39,-29v-32,9,-59,34,-103,29v-41,-5,-70,-32,-68,-86v3,-67,73,-105,149,-84v1,-26,-16,-68,-55,-64xm124,-256v-3,0,-5,1,-2,3v4,1,5,-2,2,-3xm159,-253v-1,0,-1,1,-1,2v2,2,6,5,7,2v-2,-2,-4,-4,-6,-4xm98,-252v-8,0,-24,1,-13,5v2,-1,12,0,13,-5xm37,-233v2,0,10,-4,13,-12v-2,0,-9,4,-13,12xm109,-238v-4,-1,-9,2,-5,5v5,1,9,-2,5,-5xm33,-198v-3,0,-3,7,-1,8v2,0,3,-7,1,-8xm210,-159v1,2,1,5,2,2v-1,-2,-1,-2,-2,-2xm202,-132v0,-5,-3,-13,-5,-8v1,5,3,8,5,8xm56,-138v0,0,-10,3,-4,3v2,0,3,-1,4,-3xm159,-122v-53,-21,-92,-4,-109,29v3,29,5,27,13,36v-1,0,-4,-1,-4,1v8,8,25,26,48,26v7,0,30,-9,68,-28v6,-13,-3,-36,-5,-55v0,-4,-4,-7,-11,-9xm197,-124v-1,-1,-1,-3,-1,0r1,0xm199,-115v-2,-1,-3,2,-1,3xm186,-102v-2,-2,-4,0,-2,2v2,0,2,0,2,-2xm204,-83v3,-5,0,-21,-4,-18v0,12,2,18,4,18xm186,-85v-5,-4,-6,2,-3,4v1,-1,4,-1,3,-4xm227,-31v4,-4,-5,-14,-4,-6v1,4,2,6,4,6xm47,-36v0,-3,-4,-4,-4,-1v1,1,2,1,4,1xm208,-32v-2,2,1,4,3,5v3,0,2,-4,0,-5r-3,0xm158,-30v-7,-3,-25,6,-18,5v5,0,11,-1,18,-5xm224,-20v0,-4,-5,-5,-6,-1v1,2,4,3,6,1xm97,-19v1,5,9,3,9,0v-1,-2,-7,-1,-9,0xm88,4v-4,-3,-38,-17,-44,-15v3,4,28,14,44,15","w":260},{"d":"146,-311v18,-61,32,-70,70,-46v-13,14,4,13,-9,26v-27,66,-126,238,-162,320v5,5,10,10,-2,13v-4,0,-40,-17,-32,-29v9,-24,16,-44,24,-58v1,-19,18,-17,8,-22v10,-31,32,-54,40,-85v25,-35,42,-80,63,-119xm170,-358v-2,0,-4,7,-7,20v2,-1,8,-9,9,-19xm190,-343v0,0,-7,6,-4,7v3,-2,4,-4,4,-7xm178,-287v-2,-1,-6,5,-2,5v1,-1,2,-2,2,-5xm134,-243v-2,0,-6,7,-9,18v4,-4,8,-9,9,-18xm97,-154v-2,0,-4,0,-4,3v2,0,4,-1,4,-3xm75,-149v-7,6,-31,36,-24,43v5,-4,13,-18,24,-43xm92,-146v-5,3,-8,10,-5,12v1,0,3,-4,5,-12xm73,-108v-3,-2,-7,5,-11,18r2,2v1,-2,7,-10,9,-20xm34,-67v-2,0,-3,3,-4,8v3,2,6,-3,5,-7xm56,-54v-4,-2,-4,5,-9,17v5,1,9,-11,9,-17xm39,-53v0,0,-7,5,-2,5v2,-1,4,-3,2,-5xm29,-53v-3,-1,-4,3,-2,4v2,0,2,-2,2,-4xm24,-28v-3,-2,-6,0,-7,4v0,2,1,3,2,3v4,0,5,-3,5,-7xm48,-5v-1,-2,-6,-4,-6,0v2,1,4,1,6,0","w":221},{"d":"36,3v-19,-2,-13,-19,-16,-44v7,-5,24,-6,13,-18v0,-35,6,-113,-2,-134v-15,2,-41,8,-32,-13v-2,-16,0,-32,8,-41v20,4,44,0,64,3v-4,12,-4,34,5,36v17,-12,66,-29,84,-28v60,7,96,76,80,152v5,19,-1,37,-1,53v11,1,29,0,36,3v5,67,-42,29,-87,47v-26,1,-21,-46,-10,-58v10,-49,35,-126,-25,-142v-19,0,-36,8,-51,24v-2,4,-35,25,-31,57v4,33,2,49,4,49v15,3,20,2,19,10v-6,0,-14,-3,-18,1v-2,4,28,1,22,17v0,8,-2,16,-5,25xm49,-236v-11,-1,-30,3,-41,6v13,4,45,2,41,-6xm145,-228v3,2,26,14,33,5v-1,-4,-8,-2,-12,-1v-10,-5,-15,-11,-21,-4xm136,-226v-7,0,-22,1,-23,8v15,-4,23,-6,23,-8xm26,-220v-3,-3,-12,1,-6,2v4,0,6,-1,6,-2xm44,-218v-8,2,-16,5,-22,10v9,0,21,-1,14,8v3,1,7,4,8,0r0,-18xm108,-216v-2,-2,-7,0,-4,3v3,-1,4,-2,4,-3xm16,-215v-3,-4,-19,1,-9,4v2,0,5,-1,9,-4xm176,-211v-4,3,-5,9,5,8v6,-4,3,-7,-5,-8xm89,-209v-3,-3,-11,2,-15,8v5,0,10,-2,15,-8xm192,-209v-3,1,-2,5,2,4v3,0,4,-1,5,-2v0,-1,-4,-2,-7,-2xm147,-206v-2,-4,-16,3,-7,3v5,-1,7,-2,7,-3xm56,-169v8,-9,15,-31,-1,-38v-1,13,-5,31,1,38xm15,-200v-3,-3,-12,3,-2,2xm183,-197v-1,-1,-4,-3,-4,0v1,0,3,2,4,0xm158,-195v-3,-2,-16,0,-11,2v7,0,11,-1,11,-2xm110,-194v-7,-2,-38,14,-35,21v8,-1,20,-8,35,-21xm192,-194v-3,3,0,5,5,15v0,5,2,4,4,3v0,-8,-2,-12,-9,-18xm43,-193v-3,-1,-3,4,-3,7v4,1,2,-5,3,-7xm176,-185v-1,-6,-17,-2,-13,2v4,-1,12,2,13,-2xm114,-176v8,-2,15,-6,8,-7v-5,0,-7,2,-8,7xm108,-181v-4,-1,-10,6,-8,11v5,-4,8,-8,8,-11xm63,-136v12,-3,1,-57,-1,-37v-4,5,-2,38,1,37xm206,-145v4,-9,-6,-31,-7,-23v4,15,6,23,7,23xm221,-169v-2,13,1,28,5,26v-1,-17,-3,-26,-5,-26xm94,-167v-3,0,-6,5,-1,5xm80,-163v-2,0,-2,2,-1,3v2,1,3,-2,1,-3xm217,-105v1,2,0,7,4,7v0,-4,-2,-7,-4,-7xm202,-80v-2,1,-4,10,-2,11v2,0,2,-7,2,-11xm201,-67v-8,1,-3,10,-1,14xm218,-66v0,0,-2,0,-2,1v0,0,2,0,2,-1xm229,-65v-1,6,-4,17,-1,23v6,-7,10,-20,1,-23xm216,-41r2,-6v-1,0,-2,2,-2,6xm33,-39v-3,0,-7,-1,-7,2v0,8,8,13,11,6v-3,-3,-4,-5,-4,-8xm217,-33v-2,0,-2,0,-2,2v1,1,4,3,4,0xm266,-25v-9,0,-25,0,-23,5v16,-1,24,1,23,-5xm48,-17v8,8,65,-1,21,-3v-13,0,-20,1,-21,3xm183,-12v0,-3,-5,-4,-4,0v1,1,3,1,4,0xm262,-11v0,-6,-15,-6,-14,1v2,6,13,2,14,-1xm223,-2v-4,-8,-47,-2,-27,3v18,-1,27,-2,27,-3xm197,12v-4,-3,-17,-8,-20,-2v7,1,13,4,20,2","w":282},{"d":"16,-9v21,-9,41,-12,68,-8v36,-61,6,-195,14,-296r-86,13v-13,-3,3,-32,-7,-45v21,-32,91,-10,131,-20v3,0,7,3,8,9v-19,72,-14,286,-4,347v-1,12,-4,22,-5,29v-2,-2,-7,-8,-9,-2v-1,2,4,5,6,10v0,4,-23,8,-67,12v-14,-3,-34,-4,-47,3v-5,0,-7,-2,-7,-7v0,-30,2,-45,5,-45xm61,-346v0,1,9,1,26,2v9,1,13,-4,5,-5v-8,2,-28,-2,-31,3xm55,-346v-9,2,-36,-4,-32,5v14,0,34,-3,32,-5xm110,-336v0,-2,1,-5,-2,-5v0,3,1,4,2,5xm96,-336v-12,-4,-41,1,-36,4v24,-1,36,-2,36,-4xm44,-335v-3,0,-7,0,-4,3v3,0,4,-2,4,-3xm36,-332v-4,-3,-20,-1,-13,3v9,0,13,-1,13,-3xm94,-327v-3,-1,-5,2,-3,3v2,0,4,0,3,-3xm82,-324v-7,-2,-30,0,-42,7v28,-3,42,-5,42,-7xm121,-324v0,7,-3,18,-1,24v5,-1,4,-20,1,-24xm31,-319v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm111,-316v-5,0,-4,17,0,20v5,-3,-1,-14,0,-20xm32,-309v3,0,7,1,7,-2v-3,0,-7,-1,-7,2xm104,-274v3,1,3,-1,3,-4v-2,0,-4,1,-3,4xm124,-166v-5,0,-2,10,-3,14v5,-1,2,-8,3,-14xm122,-146v-2,0,-2,7,0,8v3,-1,3,-7,0,-8xm116,-74v-6,1,-7,21,-3,28v2,0,4,-8,4,-25xm102,-38v0,5,-5,20,1,21v2,0,3,-6,4,-14v0,-5,-2,-7,-5,-7xm52,8v-10,-3,-41,2,-16,4v5,-2,14,1,16,-4xm98,13v-8,-4,-30,-7,-34,1v11,0,25,1,34,-1xm21,26v-4,-1,-4,3,-4,7v1,2,8,4,9,0v0,-2,-2,-5,-5,-7xm62,30v-1,-3,7,-1,4,-4v-8,-1,-19,3,-4,4","w":155},{"d":"23,-33v-1,-8,32,-5,40,-13v-13,0,-8,-9,-10,-43v-2,-33,-5,-57,-9,-70v-2,-80,-5,-128,-8,-145v-1,-3,-27,-3,-32,1v-9,-11,-6,-34,-5,-49v2,0,5,2,5,0v-2,-8,-5,-19,5,-17v44,8,56,-3,56,37v9,24,5,181,11,188v23,-11,44,-36,84,-60v3,0,7,-14,7,-43v0,-24,79,-11,83,-2v-4,5,-16,-6,-17,1v6,7,22,-1,18,27v-3,13,-12,17,-28,16v3,7,-17,9,-11,17v-15,12,-34,20,-47,34v0,2,17,34,48,99v4,8,11,19,6,22v-1,-1,-2,-3,-4,-3v0,12,71,0,47,17v4,7,14,39,-5,39v-25,-6,-65,13,-69,-17v-8,-55,-15,-58,-42,-114v-10,-46,-25,-15,-49,-4v-5,-1,3,-7,-4,-6v-11,19,-12,47,-9,77v1,11,46,3,38,32v7,15,-20,14,-3,23v-22,5,-81,-14,-97,-7v-7,-5,-12,-30,3,-33v-4,7,9,13,6,6r8,-1v-6,-5,-3,-5,2,-9v-6,-1,-12,-1,-18,0xm57,-343v-3,-2,-9,-1,-9,4v4,8,9,1,9,-4xm15,-324v6,9,17,-2,19,-8v-8,-4,-27,-1,-9,4v-3,3,-11,2,-10,4xm57,-266v7,-9,-4,-40,-2,-12v0,8,0,12,2,12xm185,-256v-3,-1,-5,1,-2,3v3,1,4,-2,2,-3xm180,-240v-7,-1,-11,19,-2,18v3,-4,-2,-10,2,-18xm233,-222v5,1,8,-4,2,-4v-14,-1,-29,4,-2,4xm58,-217v-2,-2,-4,-2,-3,1v1,2,2,0,3,-1xm178,-218v-2,-3,-11,1,-5,3v2,0,4,-1,5,-3xm166,-195v3,0,23,-10,18,-13v-4,0,-10,4,-18,13xm213,-202v-17,5,-38,17,-47,30v10,-3,31,-13,47,-30xm94,-144v-3,-1,-16,5,-11,8v4,0,10,-2,11,-8xm142,-141v-5,3,6,14,6,12v-1,-7,-2,-12,-6,-12xm69,-137v-2,0,-4,3,-1,2xm119,-136v-9,2,-22,9,-17,10v6,-2,11,-5,17,-10xm70,-124v-2,3,-5,15,-1,17v5,-3,3,-11,1,-17xm159,-113v0,11,7,31,18,42v0,-11,-6,-20,-18,-42xm72,-98v-7,-3,-6,5,-6,11v2,3,7,2,6,-3r0,-8xm185,-95v0,0,-2,0,-2,1v2,2,5,2,2,-1xm72,-75v0,0,-4,6,-2,8v2,0,2,-5,2,-8xm189,-50v0,-1,-5,-14,-10,-15v3,8,5,13,10,15xm71,-50v-3,1,-6,6,-1,7v3,-1,4,-6,1,-7xm202,-36v-4,0,-3,4,-1,5v3,0,4,-1,5,-2v-1,-2,-2,-3,-4,-3xm116,-25v0,0,-2,0,-2,1v1,0,3,2,3,0xm98,-19v3,4,8,8,12,5v-2,-8,-7,-11,-12,-5xm260,-17v0,-6,-4,-2,-1,0r1,0xm67,-18v0,-1,-2,-2,-2,0r2,0xm81,-18v3,0,1,-1,1,-1xm71,-13v-5,-7,-43,-2,-41,1v10,0,36,3,41,-1xm233,-13v-2,-3,-9,0,-4,2v2,0,3,-1,4,-2xm241,-10v0,-4,-6,-2,-2,0r2,0xm261,-10v-2,0,-3,12,-1,14xm87,-9v-1,1,-2,0,-2,2v7,2,17,-2,2,-2xm44,-4v17,0,40,9,53,5v0,-5,-11,-6,-31,-6v-7,1,-17,-1,-22,1xm103,1v-2,-1,-3,2,-1,3v5,1,7,-3,1,-3xm251,11v-3,-5,-31,-2,-25,1v8,-1,19,2,25,-1","w":274},{"d":"103,-362v39,3,72,42,72,84v0,18,-12,43,-41,66v-32,25,-40,32,-2,64v14,1,30,22,46,29v1,-10,8,1,14,1v8,-9,15,-53,16,-77v1,-7,-11,-7,-17,-5v3,-28,4,-38,24,-40v18,7,49,31,61,44v-6,9,3,21,-13,24v-21,-6,-28,-16,-29,15v-13,34,-19,56,-19,63v8,11,54,37,59,53v-1,2,-10,43,-28,45v-4,-6,-2,-25,-18,-30v2,-1,12,-6,-1,-7v-5,5,-20,-26,-29,-23v-21,28,-32,72,-88,65v-57,-7,-58,-31,-77,-67v-21,-37,-5,-89,6,-117v25,-13,5,-14,-2,-35v-15,-45,-11,-58,-3,-99v-1,-31,31,-56,69,-53xm95,-357v-4,-2,-14,-1,-14,4v9,-1,14,-2,14,-4xm68,-349v-3,-6,-16,3,-16,9v8,0,12,-2,16,-9xm105,-341v-6,-1,-14,4,-9,6v6,-1,9,-3,9,-6xm69,-332v8,0,17,-3,16,-6v-7,0,-11,1,-16,6xm135,-323v1,-6,-15,-13,-18,-9v0,2,6,5,18,9xm144,-333v0,2,3,6,4,3v-1,-1,-1,-4,-4,-3xm101,-332v-37,8,-57,30,-49,72v2,0,8,8,5,13v2,6,27,39,31,36v1,0,12,-7,33,-19v15,-15,23,-35,24,-63v-25,-25,-39,-39,-44,-39xm138,-320v-2,0,-2,2,-1,3v2,0,1,-2,1,-3xm153,-279v-4,1,-4,11,1,7v0,-3,0,-6,-1,-7xm35,-261v-2,1,-1,7,2,7v0,-3,1,-6,-2,-7xm153,-261v-7,2,-9,7,-9,13v4,0,8,-4,9,-13xm50,-255v-1,4,3,12,4,5v-2,-3,-3,-5,-4,-5xm138,-236v1,0,6,-1,7,-4v-5,1,-7,1,-7,4xm71,-218v-2,-9,-8,-16,-11,-13v6,10,5,14,11,13xm138,-228v-2,-3,-15,5,-15,10v5,-1,8,-4,15,-10xm220,-223v0,3,2,5,6,5r2,-1v-2,-4,-4,-4,-8,-4xm49,-218v-2,-2,-4,0,-2,2v2,0,2,0,2,-2xm73,-216v-3,-1,-2,2,-2,4v2,4,6,7,8,4v0,-2,-2,-6,-6,-8xm261,-197v-2,-8,-9,-13,-13,-11v3,5,7,9,13,11xm238,-195v1,-3,-4,-4,-4,-2v0,1,2,2,4,2xm63,-191v-1,-2,-3,0,-3,1xm266,-187v-7,0,-12,6,-6,8v6,-2,6,-2,6,-8xm227,-186v0,0,-5,7,-1,7v1,-2,3,-5,1,-7xm97,-173v0,0,3,4,3,2xm84,-165v-5,5,9,10,21,21v-1,-10,-19,-21,-21,-21xm98,-33v30,23,76,-26,80,-43v-16,-19,-83,-42,-100,-78v-49,-4,-20,57,-10,91v3,11,16,19,30,30xm101,-138v-2,1,3,7,5,6v0,-2,-2,-4,-5,-6xm210,-126v-4,0,-6,9,-5,11v2,-3,6,-5,5,-11xm46,-109v-1,6,3,9,3,3v-1,-2,-2,-3,-3,-3xm180,-88v-3,-9,-16,-21,-18,-14xm50,-92v0,18,11,42,24,50v-8,-11,-15,-45,-24,-50xm44,-76v0,-6,-5,-10,-4,-2v1,1,2,2,4,2xm217,-81v-2,1,0,5,1,2xm232,-69v3,5,3,6,7,6v-1,-4,-4,-6,-7,-6xm184,-68v-4,-1,-10,7,-8,12v6,-4,8,-6,8,-12xm234,-59v0,1,8,7,17,9v1,-7,-12,-12,-17,-9xm165,-44v-2,0,-4,3,-2,4v1,-1,2,-2,2,-4xm261,-44v-2,2,0,5,2,5v0,-3,-1,-4,-2,-5xm242,-43v-2,0,-3,5,0,5v6,-1,5,-4,0,-5xm57,-31v1,-4,-5,-10,-5,-5v2,3,3,5,5,5xm88,-32v-2,3,4,11,9,9v2,-4,-7,-9,-9,-9xm257,-21v-1,-2,-3,0,-3,1xm130,-21v0,0,-2,0,-2,1v0,0,2,0,2,-1xm160,-19v-4,-5,-20,1,-17,4v11,0,16,-1,17,-4xm106,-13v-4,-3,-11,-7,-15,-4v0,2,3,4,10,4r5,0xm114,-15v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm78,-10v-1,1,-3,1,-2,3v1,0,2,-1,2,-3xm85,-2v0,2,7,4,23,5v4,0,12,1,13,-2v0,-3,-10,-6,-29,-6v-5,0,-7,2,-7,3xm142,1v-6,-4,-15,3,-2,2","w":287},{"d":"224,-6v-41,7,-167,14,-202,0v-6,0,-8,-4,-8,-12v-1,-3,-3,-18,-4,-42v50,-48,138,-92,160,-139r-111,-5v-2,9,-6,25,-7,36v-13,4,-44,-2,-43,-7v4,-23,5,-49,11,-70v42,7,74,-3,182,-3v11,-4,9,-1,26,1v1,11,5,32,-4,42v-39,43,-81,86,-125,114v-4,12,-31,31,-32,52v36,-1,106,4,131,-2v0,-12,2,-21,3,-31v48,-4,43,-8,45,45v6,19,-12,34,-33,26v6,1,8,-3,11,-5xm203,-242v-6,0,-11,-1,-15,3v5,-1,14,2,15,-3xm33,-231r-4,0v1,0,3,2,4,0xm145,-228v0,0,-2,0,-2,1v0,0,2,0,2,-1xm197,-226v-3,-1,-3,1,-1,3v1,0,3,-2,1,-3xm81,-223v-1,1,-2,0,-2,2r13,1v0,-1,-4,-3,-11,-3xm66,-221v-5,-3,-7,2,-6,7v3,1,17,2,16,0v-14,0,-17,-3,-10,-7xm188,-220v-39,-2,-34,6,-80,10v27,1,66,7,80,-10xm20,-176v5,-15,21,-26,18,-43v-8,-3,-12,3,-12,14v0,10,-1,15,-5,12v-2,5,-6,14,-1,17xm52,-218v-8,2,-10,20,-10,27xm153,-163v9,-7,48,-26,41,-43v0,-4,4,-5,4,-10v-3,0,-8,5,-13,16v-21,22,-32,34,-32,37xm47,-188v-2,0,-5,4,-6,11v2,2,8,2,8,-2v0,-6,0,-9,-2,-9xm189,-177v-2,0,-1,3,0,1r0,-1xm172,-160v-2,0,-13,6,-13,13v5,-3,9,-8,13,-13xm153,-142r1,-1xm122,-134v-9,5,-27,19,-35,36v19,-13,31,-25,35,-36xm82,-97v-3,0,-15,6,-19,19v5,0,11,-6,19,-19xm234,-65v-4,2,-5,24,0,27v2,-4,3,-20,0,-27xm21,-54v-8,-1,-5,6,-1,7v1,0,11,-6,22,-18v-1,0,-9,3,-21,11xm43,-52v0,0,-13,7,-9,11v3,-2,8,-4,9,-11xm235,-39v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm20,-36v-1,1,-4,4,-1,5xm211,-33v-2,-2,-6,-1,-5,3v0,3,5,3,5,0r0,-3xm38,-33v-8,1,-21,15,-14,15v3,0,7,-5,14,-15xm167,-30v-1,0,-2,-2,-2,0r2,0xm197,-28v-11,4,-74,0,-144,8v21,5,55,-5,74,2r-2,3v55,-5,81,6,72,-13xm231,-15v0,-8,-7,-9,-6,0v2,0,5,2,6,0xm133,-18v0,-2,4,-3,5,-1v0,1,-4,3,-5,1xm211,-15v-2,2,-27,1,-31,6v12,-3,28,4,31,-6xm37,-13v-4,-1,-8,3,-4,4v3,0,5,-1,4,-4","w":254},{"d":"39,-176v-3,-23,14,-86,17,-128v18,3,28,-4,69,-4v55,0,88,-2,70,8v4,13,1,21,-9,13v1,8,-21,8,-29,5v-75,13,-80,-17,-88,52v-1,10,-6,21,-3,26v18,-1,11,-3,7,-10v2,-13,71,-19,76,4v15,12,32,17,36,30v-3,-1,-9,-11,-11,-6v4,15,16,8,21,17v-3,0,-5,2,-5,3v9,4,17,19,13,46v9,13,0,50,-8,27v0,-4,6,-7,2,-8v-4,0,-10,6,-12,18v0,1,2,1,6,1v-8,30,-28,31,-38,58v10,2,36,-45,46,-49v-15,35,-58,69,-85,73v-57,8,-57,10,-103,1v6,-14,1,-36,22,-36v12,10,24,2,41,3v18,9,88,-41,93,-57v7,-10,7,-21,2,-33v0,-70,-58,-83,-121,-55xm191,-301v-6,-5,-20,4,-5,4v3,0,5,-1,5,-4xm121,-297v-41,5,-64,1,-60,11v40,-4,60,-8,60,-11xm153,-291v-3,-3,-17,-3,-18,1v5,0,17,2,18,-1xm65,-276v-5,-1,-4,15,-2,16v2,-4,2,-10,2,-16xm61,-245v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm112,-213v2,3,30,1,30,0v-1,-6,-24,-4,-30,0xm103,-212v-2,-3,-12,-4,-11,0v2,4,8,1,11,0xm115,-202v1,5,19,9,18,-1v-2,-3,-17,-4,-18,1xm80,-197v-2,-5,-12,1,-6,3v2,0,4,-1,6,-3xm53,-186v1,-8,-9,-12,-8,-2v1,2,5,2,8,2xm144,-191v-5,-5,-6,1,-2,2v1,0,2,-1,2,-2xm179,-169v0,-3,-4,-7,-4,-6v0,2,2,4,4,6xm172,-164v0,-2,-3,-4,-3,-2xm175,-159v-1,-1,-2,-3,-2,0v1,1,1,1,2,0xm176,-153v0,1,2,6,2,2xm182,-141v-1,-2,-3,0,-3,1xm180,-133v-2,1,-2,4,-2,7v2,-1,2,-4,2,-7xm193,-84v-2,-1,2,-2,2,-2xm198,-78v1,-1,3,-4,4,-1v-1,1,-2,2,-4,1xm120,-39v-4,0,-17,6,-29,18v9,-5,42,-6,38,-19v7,-5,25,-5,25,-13v7,-10,16,-17,10,-19v-3,0,-17,11,-44,33xm113,-17v-23,7,-40,3,-49,12v14,4,73,-3,73,-25v-5,0,-13,4,-24,13xm69,-21v0,-4,-9,-2,-9,0r9,0xm140,-17v-1,-2,-3,2,-3,2xm25,-9v0,3,9,2,9,0v-1,-2,-7,-1,-9,0xm62,-10v-15,2,-29,4,-22,8v3,-1,21,-2,22,-8","w":216},{"d":"-7,-318v37,6,84,-2,123,-6r-2,4v3,2,7,3,12,3v10,14,20,44,-15,43v-38,-2,-13,49,-20,77v0,12,-12,11,-1,21v-7,31,12,91,-1,134v12,11,62,-22,62,15v0,30,-7,23,-25,27v-30,-8,-74,2,-109,0v-4,0,-7,-7,-7,-22v0,-10,0,-19,7,-8v-5,-23,24,-1,38,-11v-3,-16,0,-32,0,-49v0,-119,-8,-179,-11,-179r-43,-2v-14,-12,-4,-25,-8,-47xm21,-314v1,-2,-1,-5,-2,-2xm50,-301v-4,-4,-8,2,-1,1xm14,-277v-1,-3,-10,-3,-9,1v0,1,2,2,5,2v2,0,4,-1,4,-3xm72,-266v-4,0,-5,8,-3,10xm63,-259v-2,0,-1,1,-2,2xm90,-182v1,-1,1,-1,2,0v-1,1,-1,1,-2,0xm95,-25v-2,0,-4,3,-1,3v1,-1,3,-2,1,-3xm138,-20v-2,1,-5,5,-2,6v3,-1,5,-4,2,-6","w":155},{"d":"209,-120v12,15,-1,47,-25,41v-4,25,5,58,4,87v2,1,5,1,5,3v0,3,-10,7,-31,13v-3,-3,-8,-2,-12,-4v8,-32,8,-93,0,-103v-37,0,-142,4,-149,-7v21,-19,20,-29,23,-57v20,-51,14,-121,35,-194v7,8,10,1,9,-7v14,-2,29,5,27,8v-3,3,-12,131,-25,177v-8,11,-14,24,-16,41v31,5,64,14,99,7v-4,-10,1,-81,-9,-126v9,-2,22,-12,28,-2v5,41,3,89,12,126v13,0,21,-1,25,-3xm65,-320v0,4,2,11,2,6v-1,-1,12,-16,3,-19v-4,0,-5,4,-5,13xm79,-301v-2,1,-5,6,-3,8v3,-2,3,-4,3,-8xm56,-269v-4,10,-11,19,-5,24v6,-4,0,-16,5,-24xm72,-208v-5,0,-4,4,-4,8v5,0,4,-4,4,-8xm49,-162v5,3,5,-10,5,-10v-2,0,-4,3,-5,10xm159,-170v-1,3,2,6,2,1xm49,-159v0,0,-3,2,-1,2xm159,-156v-1,5,2,15,3,6v0,-3,-1,-5,-3,-6xm41,-131v-1,-1,-5,2,-1,1xm43,-111v-1,-6,-15,-3,-9,1xm206,-110v-6,-7,-27,4,-6,4v2,0,4,-2,6,-4xm62,-112v-4,1,-5,2,-3,4v6,0,18,-3,3,-4xm88,-96v2,0,53,9,67,-2v-24,-3,-75,2,-67,2xm204,-90v-2,1,-19,-14,-24,-7v8,3,-5,10,10,9v5,0,10,-1,14,-2xm165,-74v-2,1,-3,6,-1,7v2,-1,1,-5,1,-7xm175,-11v0,6,2,6,4,4v1,-8,-4,-17,-4,-4xm165,3v-2,-2,-4,5,-4,5v3,0,4,-3,4,-5","w":236},{"d":"50,24v36,-18,29,-30,40,-85v-2,-39,8,-45,-2,-58v6,-9,15,-14,15,-28v-48,-25,-22,-79,-31,-134v7,-4,1,-29,-10,-21v-10,0,-22,1,-37,3v-5,-4,-8,-39,1,-39v2,-2,17,-4,47,-4v12,1,21,3,23,12v-6,1,-9,-8,-12,-2v5,9,6,13,14,10v18,43,-15,100,21,133v-1,2,12,16,26,35v-11,34,-40,61,-34,115v-5,32,-10,54,-14,67v-18,25,-62,44,-92,24v9,-4,-3,-12,8,-19v0,-17,22,-11,37,-9xm37,-334v0,6,20,7,28,7v0,-2,-10,-5,-28,-7xm33,-323v-1,-3,-9,-2,-7,2v2,2,7,1,7,-2xm89,-318v-2,-1,-3,1,-1,2v1,0,1,-1,1,-2xm73,-313v-1,0,-1,0,-1,1v2,2,4,0,1,-1xm56,-310v-10,-3,-32,4,-19,5v8,0,15,-2,19,-5xm87,-246r0,4v1,-1,1,-3,0,-4xm90,-195v-4,2,-4,18,2,20v0,-8,0,-14,-2,-20xm115,-139v-2,0,-5,5,-1,5v2,-2,4,-3,1,-5xm100,-120v-2,-2,-6,0,-5,4v3,3,6,1,5,-4xm99,-108v-2,0,-1,2,-1,3v1,0,3,-2,1,-3xm97,-99v0,2,-1,7,1,7v0,-2,1,-6,-1,-7xm91,-6v-7,4,-11,10,-8,13v2,0,7,-5,8,-13xm80,15v-1,-1,-4,-2,-3,1xm94,19v-2,0,-1,3,-2,4v3,1,4,-3,2,-4xm72,23v-3,-6,-20,5,-6,3v4,-1,6,-2,6,-3xm90,26v-2,1,-4,3,-2,4xm36,30v-4,-6,-26,0,-15,4v9,0,14,-2,15,-4xm65,37v-2,-3,-11,1,-7,3v4,0,7,-2,7,-3xm20,42v-1,6,7,2,25,7v5,-5,10,-9,2,-11xm66,46v-1,-3,-8,2,-2,1","w":152},{"d":"209,-153v-42,0,-9,-33,-55,-33v-13,0,-28,3,-45,10v-12,12,-19,22,-24,30v2,59,2,94,2,105v0,11,30,-6,27,14v-1,10,1,24,-3,31v-40,-1,-115,25,-102,-26v-1,-11,21,-13,34,-18r-3,-133v0,-23,-19,-5,-30,-9v7,-1,-4,-19,-2,-40v22,-17,49,-21,78,-8v-4,5,-5,7,-5,13v33,-12,122,-33,141,16v11,4,9,30,13,43v-3,4,-12,5,-26,5xm43,-228v-4,1,-1,4,1,6v1,0,4,1,4,-1xm74,-224v5,0,5,-4,0,-3r0,3xm21,-218v1,2,9,7,8,0v-1,-3,-9,-2,-8,0xm76,-217v-1,-1,-4,1,-2,2xm168,-223v-1,-2,-6,0,-5,2v3,0,4,-1,5,-2xm128,-222v-9,2,-12,7,-11,16v2,0,8,-6,11,-16xm198,-221v-2,-2,-5,0,-3,2v2,0,3,-1,3,-2xm157,-221v-4,-4,-16,3,-4,2v2,0,4,-1,4,-2xm178,-221v-5,0,-2,4,0,1r0,-1xm142,-218v-10,-4,-6,6,-5,11v7,2,5,-6,5,-11xm210,-205v-1,0,-1,0,-1,1v11,10,8,-1,1,-1xm180,-191v4,1,13,-8,10,-13v-8,2,-9,6,-10,13xm35,-200v-2,-3,-11,1,-5,2v3,0,4,0,5,-2xm88,-194v0,-2,-4,-3,-4,0v1,0,3,2,4,0xm67,-180v-11,3,2,26,2,8xm197,-179v-1,-2,-5,0,-4,2v2,0,3,-1,4,-2xm67,-161v-10,9,-3,34,-3,59v0,-19,7,-42,3,-59xm76,-65v-2,0,-4,6,0,6v2,-1,3,-5,0,-6xm76,-54v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm86,-17r0,2r0,-2xm56,-14v-10,1,-24,-3,-28,2v9,-1,23,3,28,-2xm17,-8v1,-4,-4,-7,-3,-1xm80,-11v-7,-6,-17,4,-2,2xm32,-7v-2,1,-6,0,-6,2v2,4,24,1,32,2v0,-2,-9,-3,-26,-4","w":243},{"d":"82,-325v3,-23,21,-66,47,-45v-42,5,-25,0,-41,38v0,5,-3,13,-1,16v8,-15,12,-27,12,-38v6,-8,53,-26,40,8v2,15,1,29,-14,22v-7,1,-18,6,-22,14v-1,-2,-3,-3,-4,1v0,1,4,1,4,3v-10,68,-13,80,-12,125v0,23,-26,18,-26,40v-2,2,10,13,15,29v-2,41,-4,95,8,129v15,16,50,16,78,12v10,1,-1,13,0,18v-12,-3,-36,4,-12,5r17,-2v1,9,-4,6,-19,6v-24,0,-70,7,-81,-6v-3,-20,-19,-28,-15,-42v3,9,6,16,14,21v-4,-32,-34,-60,-14,-89v-7,-8,1,-27,-4,-39r3,-5v-8,-18,-32,-43,-41,-62v2,-2,6,-8,13,-6v8,-12,38,-24,43,-49v7,-38,9,-73,12,-104xm134,-370v-1,-3,5,-4,5,-2v-2,1,-2,2,-5,2xm136,-351v-3,-3,-11,1,-5,3v3,0,5,-1,5,-3xm109,-349v-2,-2,-3,1,-3,3v1,-1,3,-1,3,-3xm122,-344v-2,-1,-10,1,-2,1xm113,-333v-4,-8,-11,-5,-9,3v3,2,8,1,9,-3xm87,-309v-7,6,-3,27,-4,40v2,0,4,-13,4,-40xm79,-239v0,7,-10,21,0,23v2,-5,2,-18,0,-23xm79,-194v-1,1,0,5,1,2xm69,-181v-2,-2,-6,1,-6,5v4,1,6,-2,6,-5xm69,-160v-8,1,-13,6,-8,9v5,-3,8,-6,8,-9xm53,-141v3,-1,-2,-11,-3,-6v0,3,1,5,3,6xm72,-102v2,-11,-2,-18,-12,-16v9,8,7,16,12,16xm75,-61v2,-4,-7,-32,-7,-15v1,12,0,16,7,15xm57,-48v0,-2,-4,-3,-3,0v1,1,2,1,3,0xm56,-37v-3,0,-4,6,-1,7v2,-1,1,-5,1,-7xm73,2v5,-11,-4,-48,-4,-20v0,11,2,18,4,20xm58,-18v-2,-2,-7,1,-2,1xm53,-2v0,-2,3,-3,2,0r-2,0xm93,31v-2,-3,-10,-1,-14,-3v5,2,9,7,14,3xm77,43v0,-3,-3,-4,-4,-2v-1,9,7,12,15,9v0,-1,-4,-3,-11,-7xm91,41v-2,0,-3,0,-3,2v1,2,6,4,14,4v10,0,15,-2,15,-3v0,-1,-9,-2,-26,-3","w":155},{"d":"142,-296v-18,-6,-44,13,-41,35v-8,6,-45,13,-57,8v1,-42,39,-61,54,-68v4,-5,29,-15,49,-17v23,-3,87,24,85,50r8,29v-4,13,-11,31,-21,53v-12,11,-33,25,-61,41v-36,35,-39,26,-63,50v-44,44,-43,24,-53,65v0,2,8,4,24,5v-1,6,-14,-1,-15,5v28,5,46,7,56,7v0,-2,-17,-4,-35,-11v35,12,130,-1,156,23v-3,1,-12,3,-5,5r7,0v0,14,-1,22,-3,22v-62,5,-166,-6,-205,-8v-24,-14,-18,-105,10,-107v2,-4,3,-7,3,-9v43,-35,31,-21,71,-50v-4,7,-9,6,-10,10v7,0,17,-8,14,-13v36,-28,84,-41,93,-91v-6,-32,-12,-31,-61,-34xm155,-333v-2,0,-5,-1,-4,2v1,3,8,5,9,0v0,-1,-2,-2,-5,-2xm145,-329v-5,-5,-23,1,-20,5v13,0,20,-2,20,-5xm185,-327v0,0,6,7,13,6v0,-2,-5,-4,-13,-6xm115,-318v0,-3,-10,-2,-8,1v3,0,6,0,8,-1xm112,-297v3,1,7,-3,2,-2xm198,-299v-3,3,3,6,5,6v3,-3,-3,-6,-5,-6xm214,-282v2,2,4,6,3,0v2,-10,-8,-15,-11,-8v6,0,8,3,8,8xm106,-289v-3,-1,-8,5,-7,9v5,-3,7,-5,7,-9xm83,-265v3,-1,-1,-5,-1,-2xm227,-251v0,1,-3,3,-1,3xm216,-232v-7,0,0,2,0,5v4,0,2,-4,0,-5xm213,-219v-3,-2,-8,4,-6,6v2,-1,4,-3,6,-6xm197,-210v-2,1,-3,3,-3,5v5,1,8,-4,3,-5xm210,-205v-7,-1,-15,7,-18,11v6,-1,12,-5,18,-11xm171,-186v-2,0,-2,3,0,1r0,-1xm115,-142v-4,-1,-20,8,-19,16v2,0,16,-9,19,-16xm74,-138v-7,2,-11,6,-10,10v4,0,7,-3,10,-10xm49,-120v-8,-6,-12,10,-14,13v8,-1,10,-8,14,-13xm85,-117v-3,0,-3,5,0,2r0,-2xm52,-94v-3,-3,-8,5,-7,8v5,-1,7,-6,7,-8xm32,-36v-3,0,-3,5,0,5v1,-1,1,-4,0,-5xm47,-35v-2,0,-5,1,-3,2v3,0,9,-1,3,-2xm184,-29v-8,-6,-14,3,-1,1xm20,-19v0,-2,-4,-3,-3,0v1,1,2,1,3,0xm40,-12v-3,-4,-17,1,-8,3v5,0,8,-2,8,-3xm199,-8v-4,-4,-18,4,-6,3v4,0,6,-2,6,-3xm219,-4v-5,-6,-24,4,-7,2v5,0,7,0,7,-2","w":249},{"d":"161,-45r2,38v-3,5,-121,8,-123,5v19,-4,42,-4,60,-9v-35,-2,-66,0,-64,9v-15,4,-19,-10,-16,-35v1,-6,13,-9,39,-9v26,0,68,2,102,1xm153,-38v-3,0,-8,-1,-8,1v3,0,7,1,8,-1xm123,-35v4,0,14,2,11,-2v-7,0,-11,1,-11,2xm103,-35v-2,-2,-7,-1,-6,2v3,0,5,0,6,-2xm127,-25v8,1,36,2,26,-3v-17,0,-26,1,-26,3xm90,-33v-1,-3,-18,-1,-16,2v7,1,12,0,16,-2xm32,-34v0,-4,-3,-5,-4,-2v-3,6,2,13,4,2xm46,-36v-3,-1,-4,3,-1,3xm119,-24v0,-1,-2,-2,-2,0r2,0xm111,-11v30,1,45,5,44,0v-8,-8,-26,-2,-44,0xm29,-23v0,0,-5,2,-2,1","w":174},{"d":"183,-15v-15,-11,-4,-14,12,-23v-8,-21,-32,-68,-49,-85v-22,29,-40,63,-68,93v24,8,9,44,-8,41v-29,-4,-29,-6,-52,-4v-17,-3,-15,-35,3,-43v7,16,24,3,23,-7r63,-86v9,-10,13,-21,20,-33v-8,-21,-40,-61,-56,-89v-9,-16,-18,-25,-25,-25v-20,2,-18,-10,-21,-18v6,-25,63,-22,77,-26v17,3,-1,18,9,25v2,9,-12,9,-17,12v24,33,19,43,60,92v20,-20,37,-66,45,-77v-5,-14,-18,-10,-23,-15v8,-13,-7,-30,21,-27v29,3,63,-4,82,7v4,36,-16,29,-39,37v-1,2,6,-1,5,3v0,1,-3,2,-9,4v-5,13,-50,81,-61,100v1,4,10,14,20,35v26,57,40,88,50,88v13,0,26,5,39,14v0,7,-4,19,-4,23v-26,3,-66,11,-93,-2v-2,-5,-4,-11,-8,-14r4,0xm229,-301v0,0,-2,0,-2,1v0,0,2,0,2,-1xm48,-295v0,0,-2,0,-2,1v0,0,2,0,2,-1xm189,-292v4,7,13,9,19,6v0,-1,-7,-3,-19,-6xm241,-285v0,0,-2,0,-2,1v0,0,2,0,2,-1xm73,-276v3,-3,-3,-8,-2,-2xm67,-276v-1,-2,-4,-2,-2,0r2,0xm222,-260v-3,-1,-8,5,-2,4v1,-1,2,-2,2,-4xm122,-212v0,-8,-10,-29,-23,-34v5,10,11,19,23,34xm182,-224v5,-4,10,-10,5,-10v-4,3,-5,6,-5,10xm127,-180v-1,4,5,8,6,5v-1,-2,-2,-5,-6,-5xm137,-141v-5,-1,-8,10,-8,12v2,-4,8,-5,8,-12xm188,-113v4,-3,-4,-12,-14,-21v3,8,8,14,14,21xm154,-134v1,5,6,22,15,24v0,0,-4,-15,-15,-24xm103,-107v-6,-1,-6,5,-8,14v2,-5,7,-8,8,-14xm174,-102v0,-3,-5,-3,-2,0r2,0xm188,-89v-4,0,-4,5,0,7v4,0,2,-7,0,-7xm92,-89v-2,0,-6,3,-3,4v1,-1,4,-1,3,-4xm86,-78v-5,0,-10,7,-8,11v0,0,7,-4,8,-11xm89,-57v-2,-1,-4,2,-2,3xm81,-49v-2,-1,-4,2,-2,2xm200,-27v-1,-3,-8,-2,-5,1xm238,-26v-3,0,-2,3,0,4v2,0,2,0,2,-2xm206,-18v-3,-1,-12,-2,-11,2v4,0,10,1,11,-2xm279,-14v-4,-3,-17,2,-12,3v8,-1,12,-2,12,-3xm194,-12v-3,-4,-10,2,-5,4v3,0,5,-1,5,-4xm214,-7v-3,-1,-9,2,-4,3v4,0,4,0,4,-3xm226,-2v1,-4,-7,-4,-7,-2v0,2,4,2,7,2xm59,-15v-1,-2,-10,-2,-9,1xm75,1v-1,-2,-7,-3,-8,-1v1,3,6,4,8,1xm28,1v-1,-3,-15,-4,-14,2v4,-1,13,2,14,-2","w":287},{"d":"27,-32v-9,-38,44,-47,49,-20v4,21,-9,36,-29,48v-7,0,-15,-9,-20,-28xm47,-56v-14,-1,-10,21,-6,22xm59,-50v-5,-3,-10,0,-9,7v0,3,0,7,3,6v2,1,6,-6,6,-13xm68,-40v-2,-2,-3,4,-3,4v3,1,2,-2,3,-4xm39,-25v3,7,16,5,19,-2"},{"d":"185,-83v-39,-54,-60,-130,-106,-182v5,71,2,102,-5,187v7,16,-3,42,4,58v-1,11,-5,11,-12,10v3,3,2,4,2,8v3,0,7,-4,8,1v-3,18,-33,6,-49,10v-19,1,-12,-28,-18,-36v0,-2,8,-6,24,-12v1,-28,0,-24,0,-64v0,-65,6,-157,13,-238v32,-4,32,-2,53,28v21,30,33,44,50,73v22,19,40,93,60,110v17,-43,-4,-129,7,-176v0,-3,-9,-5,-26,-5v-2,-11,-3,-33,12,-33r70,0v14,11,4,39,-24,33r15,290v2,27,-14,17,-36,19v-8,0,-13,-1,-13,-5xm272,-338v-1,-1,-6,-2,-6,0v2,0,5,2,6,0xm68,-337v-3,3,4,10,6,6v1,-5,-1,-7,-6,-6xm257,-326v0,0,-2,0,-2,1v0,0,2,0,2,-1xm207,-322v-4,-1,-12,2,-5,3v4,0,13,-1,5,-3xm227,-296v5,-6,-5,-15,-4,-4v1,2,2,4,4,4xm65,-274v5,1,2,-4,3,-14r0,-12v-2,0,-3,9,-3,26xm80,-295v-4,3,-2,14,4,16v-1,-10,-3,-16,-4,-16xm98,-271v6,19,11,39,20,42v-3,-19,-11,-31,-20,-42xm139,-224v-1,-12,-8,-25,-12,-20v2,6,6,13,12,20xm124,-220v-1,0,-3,-3,-3,-1v6,14,13,38,31,58v-1,-6,-11,-25,-28,-57xm162,-197v0,7,6,19,11,22v-5,-13,-9,-21,-11,-22xm177,-168v-1,8,5,21,10,23v0,-2,-3,-10,-10,-23xm163,-136v3,-4,-1,-9,-9,-18v4,12,7,18,9,18xm52,-101v0,-8,5,-19,3,-25v-1,0,-2,9,-3,25xm181,-110v-5,2,2,8,4,11v1,-6,-4,-6,-4,-11xm233,-93v-1,9,3,9,4,3r-1,-13v-2,0,-3,3,-3,10xm51,-93v-3,1,-4,11,0,12v1,0,1,-3,2,-8v0,-3,-1,-4,-2,-4xm248,-61v0,0,-2,0,-2,1v0,0,2,0,2,-1xm202,-55v0,3,2,8,7,10v0,0,-2,-9,-7,-10xm232,-47v0,0,-2,0,-2,1v1,0,3,2,3,0xm53,-39v0,-3,-4,-4,-3,0v1,1,2,1,3,0xm214,-32v1,-3,-2,-4,-2,-2xm35,-29v-1,-4,-11,-3,-10,1v3,0,8,1,10,-1xm259,-24v-1,-1,-4,-3,-3,0v1,1,4,4,3,0xm51,-20v-3,-1,-6,4,-2,3v1,0,2,-1,2,-3xm17,-16v2,4,11,4,12,-1v-3,-1,-11,-2,-12,1xm248,-16v0,0,-2,0,-2,1xm29,2v4,0,5,-2,3,-3v-5,-1,-10,2,-3,3","w":280},{"d":"105,5v-23,4,-76,-8,-92,3v1,-17,0,-10,2,-35v7,-20,46,-4,55,-25v6,-8,13,-17,21,-23v-10,2,-8,-2,-5,-10r41,-57r-51,-76r-56,-8v3,-38,-6,-40,34,-40v47,0,90,7,37,7r-1,1v0,1,7,2,21,2v8,3,6,9,2,16v13,20,23,44,38,63v7,-5,31,-42,46,-57v0,-7,3,-16,9,-15r-4,10v17,-12,0,-26,34,-23v51,5,77,-2,67,22r-12,0v6,2,19,5,12,15v-9,1,-25,-1,-22,3v21,2,28,0,19,8v2,1,7,2,3,4v-16,-3,-39,-4,-71,-4r-62,73r45,81v0,4,8,9,24,14v11,7,30,0,45,1v4,14,8,37,-7,46r-92,-3v3,-3,8,-8,3,-9v-2,1,-3,4,-7,4v-3,0,-4,-9,-4,-24v0,-6,0,-12,2,-15v-13,-28,-19,-51,-32,-60v-13,9,-26,55,-42,66v11,13,12,31,-1,41xm53,-258v-1,-2,-6,-3,-6,0r6,0xm266,-243v-1,0,-1,0,-1,1v4,0,10,2,12,0xm25,-242r-1,2v0,2,6,4,16,5v2,-1,6,0,7,-3v0,-1,-7,-2,-22,-4xm90,-242v-2,1,-3,3,2,3xm105,-241v-2,0,-4,0,-3,2v2,3,7,7,6,1xm235,-240v-4,-1,-9,5,-7,8v3,0,7,-3,7,-8xm63,-235v-1,0,-4,-2,-4,0v0,2,4,3,4,0xm272,-232v-9,-1,-26,2,-10,3v3,-1,10,1,10,-3xm90,-213v0,-5,-4,-2,-1,0r1,0xm204,-211v-3,1,-5,3,-3,4v2,-1,2,-2,3,-4xm91,-210v0,2,3,10,7,7v0,-3,-2,-7,-7,-7xm170,-165v-5,4,-7,6,-7,10v5,-4,7,-7,7,-10xm129,-129v-4,1,-16,15,-14,21v9,-12,14,-19,14,-21xm105,-56v-1,1,-5,4,-1,4xm78,-51v-2,-1,-6,2,-5,4v2,0,4,-2,5,-4xm231,-43v1,-5,-11,-4,-15,-7v-2,7,7,7,15,7xm202,-34v-3,2,-1,4,2,5r3,0v0,-3,-1,-5,-5,-5xm276,-29v-3,-3,-12,4,-3,2v2,0,4,0,3,-2xm222,-22v6,0,27,1,19,-3v-6,0,-19,-1,-19,3xm28,-23v-2,1,-4,0,-4,3v2,4,17,4,20,0v0,-2,-5,-2,-16,-3xm212,-23v0,0,-2,0,-2,1v0,0,2,0,2,-1xm102,-7v0,-2,-6,-3,-5,0r5,0xm280,-4v0,-1,-13,-4,-12,0v4,0,11,5,12,0","w":304},{"w":155},{"d":"45,-331v-7,-7,-5,-9,0,-15v0,-4,7,-6,21,-6v12,-1,17,3,25,11v3,65,4,135,-5,189v1,9,6,32,-5,24v-12,9,-21,11,-18,14v19,1,21,-10,26,-3v0,5,-13,11,-40,11v-2,0,-3,0,-4,-2v-1,-4,16,-5,2,-9v-6,-9,24,-14,-2,-17r-8,-184v0,-6,3,-10,8,-13xm55,-339v1,-3,-2,-2,-4,-2v0,2,2,4,4,2xm81,-336v-2,0,-4,2,-4,5v0,3,1,5,3,6v2,0,3,-3,3,-8v0,-2,0,-3,-2,-3xm72,-318v0,-2,-3,-2,-4,-1v1,1,2,2,4,1xm70,-313v-4,3,-6,43,1,46v-2,-21,3,-26,-1,-46xm45,-290v3,-1,1,-14,0,-10r0,10xm47,-284v-3,0,-5,25,1,28v3,-5,2,-21,-1,-28xm77,-253v2,0,2,-7,0,-8v-2,0,-2,4,-2,7xm48,-250v0,0,-3,4,-1,4v1,-1,2,-2,1,-4xm61,-245v-1,2,-3,4,1,4xm63,-236r-2,18v3,-1,2,-13,2,-18xm79,-234v-2,3,1,5,3,2v1,-2,-1,-2,-3,-2xm53,-154v16,-11,1,-17,0,-33v-4,6,-3,26,0,33xm67,-170v-2,0,-5,4,-1,4xm57,-152v-2,0,-4,6,-2,6v3,-1,2,-3,2,-6xm84,-147v-3,-3,-7,2,-10,9v7,0,10,-2,10,-9xm72,1v-14,8,-43,-8,-45,-26v-2,-17,18,-29,38,-33v6,2,17,11,26,27v1,4,-11,15,-27,31xm61,-45v0,2,5,3,11,3v1,-3,-4,-3,-10,-4xm66,-34v-1,-4,-11,-2,-9,2v3,0,10,0,9,-2xm44,-34v-3,0,-2,5,0,6v1,-1,2,-5,0,-6xm68,-24v-1,-4,-4,1,-4,1v2,1,3,0,4,-1","w":110},{"d":"18,-210v17,-82,20,-178,74,-209v7,5,26,38,14,38v-1,4,4,4,7,3r-21,14r-27,72v-11,53,-8,88,-15,116v-1,-3,-8,-3,-9,1v2,21,2,26,9,12v10,4,-11,39,6,44v15,56,37,88,58,130v-10,1,-15,2,-25,6v-17,-10,-18,-6,-28,-38v-20,-33,-40,-124,-43,-189xm83,-401v1,3,2,-2,2,-2v-2,0,-1,1,-2,2xm84,-394v-2,0,-4,4,-1,4v1,-1,1,-2,1,-4xm65,-350v-2,1,-6,9,-9,4v5,-29,21,-1,25,-36v-1,0,-5,2,-10,7v3,-5,7,-10,1,-12v-18,19,-27,53,-25,77v4,-6,4,-26,12,-18v5,-3,6,-12,6,-22xm97,-385v-6,-7,-2,7,-9,4r-7,21v3,1,17,-23,16,-25xm100,-375v-2,0,-5,6,-6,13v6,3,11,-3,10,-7v-1,-4,-2,-6,-4,-6xm66,-367v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm77,-350v-3,-1,-6,2,-2,2xm75,-345v-5,0,-9,9,-4,11v2,1,4,-5,4,-11xm55,-296v-3,4,-8,15,-5,22v2,-2,4,-9,5,-22xm50,-264v-1,-1,-4,-2,-3,1v1,0,4,2,3,-1xm40,-251v-4,6,-6,12,-6,20v4,0,7,-4,9,-13v-1,-5,-2,-7,-3,-7xm50,-172v2,1,5,5,2,6v-1,0,-4,-4,-2,-6xm55,-104v3,-2,-3,-10,-2,-3xm55,-65v17,-6,-9,-42,-6,-17v2,11,4,17,6,17xm68,-49v1,-5,-5,-21,-7,-12v2,8,4,12,7,12xm85,-22v-2,6,-6,17,8,15v-1,-5,-4,-10,-8,-15xm98,5v-4,-7,-14,3,-5,3v3,0,3,-2,5,-3","w":124},{"d":"222,-180v-10,14,-86,45,-148,46r-1,104v16,1,37,4,52,13v0,10,2,25,-10,25v-9,0,-34,0,-10,4v-12,6,-38,-5,-73,-2v-3,-12,-10,-2,-18,-2v1,2,11,4,0,6v-3,0,-5,-11,-5,-32v-6,-15,10,-13,23,-12v4,0,8,-23,6,-70r-4,-101v5,-35,-2,-67,3,-99v-12,-4,-37,7,-34,-18v4,-6,-1,-24,13,-25r-3,-5v1,-3,9,-6,25,-6v99,0,123,12,192,31v46,35,25,99,-8,143xm40,-346v15,-1,37,7,47,0v-16,0,-32,-2,-47,0xm99,-347v-4,0,-6,2,-3,3v6,1,17,-2,3,-3xm166,-334v2,0,2,0,1,-1xm171,-322v3,-3,-6,-3,-6,-3v0,3,4,3,6,3xm47,-323v-4,-4,-16,2,-6,3v4,0,6,-2,6,-3xm61,-324v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm88,-316r-20,-3v0,8,14,4,20,3xm188,-319v-2,4,12,11,10,6v0,-2,-3,-4,-10,-6xm50,-317v-2,3,6,7,11,6v1,-1,3,-2,3,-4v0,-2,-10,-2,-14,-2xm169,-314v-1,0,-1,0,-1,1v0,1,2,2,4,2v1,-3,-2,-2,-3,-3xm44,-309v3,0,5,-2,2,-3v-4,-1,-9,2,-2,3xm122,-311v-26,1,-57,-3,-53,13v-3,42,6,78,9,128v53,-4,141,-27,137,-95v0,-4,-11,-12,-33,-25v-28,-9,-49,-17,-60,-21xm59,-305v-2,0,-1,3,-1,4v2,0,3,-3,1,-4xm200,-299v-2,4,5,6,9,6v-1,-5,-8,-5,-9,-6xm226,-299v-1,1,-2,0,-2,2v1,2,4,3,5,1v-1,-2,-2,-3,-3,-3xm209,-284v-1,1,-3,0,-3,2r8,1v0,-2,-1,-3,-5,-3xm227,-271v-1,-2,-5,-5,-4,-1v1,1,3,4,4,1xm253,-271v-3,1,-1,6,2,5v1,-2,1,-5,-2,-5xm241,-258v-2,2,1,6,1,2xm215,-218v-6,2,-9,9,-7,11v5,-4,7,-8,7,-11xm61,-217v-2,-1,-4,3,-2,3v1,0,2,-1,2,-3xm171,-186v0,0,6,-4,3,-5v-2,1,-3,3,-3,5xm215,-186v-3,-3,-6,2,-2,2xm154,-174v-4,-4,-19,1,-14,4v9,-1,14,-2,14,-4xm205,-175v-10,1,-23,6,-16,8v4,-1,13,-1,16,-8xm172,-165v-3,-1,-6,3,-4,3v2,0,3,-1,4,-3xm146,-158v4,4,9,-1,1,-1xm139,-157v-9,-4,-34,3,-29,7v4,-4,29,-5,29,-7xm86,-151v4,0,6,-2,4,-3v-6,-1,-16,2,-4,3xm54,-70v1,8,0,11,3,11v1,-9,-1,-35,-3,-11xm56,-52v-1,3,-4,7,0,8v1,-1,2,-7,0,-8xm29,-17v2,0,3,-1,3,-3v-5,-1,-10,2,-3,3xm78,-9v-2,0,-7,-1,-6,2v4,0,11,2,13,0xm83,-4v-2,-1,-5,2,-1,2xm101,-2v-2,0,-4,0,-2,2v3,-1,9,1,10,-1xm92,4v-2,0,-2,0,-2,2v2,0,2,0,2,-2","w":240},{"d":"27,-140v8,-13,53,-44,75,-55v31,20,16,22,-27,63v-4,2,-7,4,-7,8v12,23,38,45,55,70v-3,0,-11,3,-26,9v-13,-3,-81,-80,-75,-85v13,9,14,-3,19,-12xm106,-176v-5,0,-8,4,-11,13v4,0,10,-5,11,-13xm92,-168v-1,-4,-10,-2,-9,3v4,0,9,-1,9,-3xm61,-165v-2,-1,-10,5,-8,8v5,-1,8,-4,8,-8xm81,-158v-9,3,-14,10,-11,12v3,-1,9,-4,11,-12xm89,-74v-2,4,8,17,7,6v-2,-3,-4,-4,-7,-6xm93,-56v0,0,5,8,4,5v0,-2,-1,-4,-4,-5","w":137},{"d":"79,-211v2,10,-20,46,-32,46v-11,0,-24,-8,-29,-26v4,-18,8,-28,11,-33v23,-14,44,-16,50,13xm63,-227v-4,-6,-25,3,-5,2v3,0,5,-1,5,-2xm36,-221v0,1,-2,3,0,3v1,-1,1,-2,0,-3xm47,-208v2,4,24,8,5,13v1,4,2,6,4,6v15,-2,1,-17,5,-22v2,0,5,2,5,-1v-2,-8,-19,-9,-19,4xm36,-205v-1,3,-2,10,1,11v0,-4,1,-9,-1,-11xm56,-91v36,2,16,63,-4,62v-30,-2,-33,-52,-6,-62r10,0xm47,-83v-3,-3,-9,1,-10,5v3,0,7,-2,10,-5xm63,-73v0,-4,-5,-4,-5,-1v0,7,5,5,5,1xm50,-73v-5,3,-4,9,3,8v4,-2,2,-7,-3,-8xm66,-63v-7,8,-14,5,-22,8v4,8,27,5,22,-8"},{"d":"-12,-326v4,-2,-3,-25,4,-26v2,0,17,-5,23,0r-1,1v0,2,5,2,6,0r-2,-3v20,-2,35,2,40,13v2,-2,-1,-6,1,-7v8,0,12,8,12,26v1,40,1,72,9,88v23,-4,92,2,86,8v36,29,71,53,64,129v-23,50,-6,45,-54,82v-3,8,-23,12,-59,13v-23,-4,-28,-6,-45,-4v-15,1,-11,26,-32,22v-4,0,-29,-7,-20,-21v-2,-84,15,-116,2,-210r0,-94v-24,10,-33,21,-34,-17xm55,-353v1,0,3,-1,3,1v-1,0,-3,2,-4,0xm28,-346v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm40,-346v-4,0,-5,4,0,3r0,-3xm13,-342v-3,-4,-18,-2,-21,-1v0,1,4,4,11,4v7,0,10,-2,10,-3xm45,-338v-4,0,-4,9,-2,12v4,-2,5,-10,2,-12xm35,-332v-4,-3,-12,2,-8,5v4,0,9,0,8,-5xm0,-333v0,5,-4,10,4,10v5,0,8,-1,8,-4v-5,-4,-9,-6,-12,-6xm19,-331v-3,0,-5,0,-3,3v3,1,6,-1,3,-3xm43,-293v-3,4,3,16,4,11v0,-8,-2,-11,-4,-11xm141,-226v-1,0,-4,-1,-4,1v0,2,5,3,6,1xm110,-223v-4,-4,-14,4,-4,3v2,-1,5,0,4,-3xm92,-209v0,0,-14,1,-12,4v8,-2,12,-3,12,-4xm182,-187v-1,-14,-19,-21,-28,-21v0,3,5,6,14,8v7,9,11,13,14,13xm74,-186v-11,22,-9,94,-8,131v16,21,68,18,102,0v8,-7,23,-29,29,-51v-2,-37,-22,-82,-53,-96v-23,0,-46,6,-70,16xm216,-162v-3,1,3,5,3,5v0,-2,-1,-4,-3,-5xm200,-149v0,0,-2,0,-2,1v1,0,3,2,3,0xm203,-47v5,0,8,-7,10,-22v-8,-3,-5,10,-10,22xm198,-60v-4,-3,-9,4,-6,7v4,-2,6,-5,6,-7xm165,-44v-2,-3,-9,-3,-8,2v2,2,9,-1,8,-2xm69,-44v0,1,2,2,4,2v0,-1,-2,-2,-4,-2xm52,-44v-2,1,-3,5,0,6v1,-1,2,-6,0,-6xm189,-36v-1,-2,-13,1,-18,8v10,-3,17,-6,18,-8xm24,-28v0,-5,-4,-2,-1,0r1,0xm153,-27v-1,-3,-7,-1,-6,2v3,0,5,0,6,-2xm131,-22v-5,-5,-28,4,-13,4v8,0,12,-2,13,-4xm72,-21v-1,0,-3,-1,-3,1v0,1,4,3,9,3v0,-3,-1,-4,-6,-4xm52,-16v-4,-1,-10,4,-5,4v3,-1,5,-2,5,-4xm36,-13v-3,0,-2,4,0,5v4,0,1,-3,0,-5xm153,-8v-1,0,-1,0,-1,1v1,0,1,0,1,-1","w":240},{"d":"152,-233v13,3,17,-8,23,-8v0,14,-1,32,2,42v17,3,63,-8,47,14v1,14,-45,10,-46,14v1,7,0,26,5,43v35,1,55,0,43,11v6,9,-8,14,-41,15v-1,18,1,35,2,50v-4,7,-27,2,-26,-2v-2,-30,-4,-45,-6,-45v-24,0,-37,4,-37,5v2,26,6,67,-25,60v8,-16,0,-45,-7,-57v-38,-1,-41,-2,-40,-29v-1,-5,42,6,42,-12r0,-35v-14,-2,-36,7,-42,-3v1,-3,-5,-9,-7,-17v0,-3,11,-4,31,-4v36,7,-4,-47,38,-46v2,0,6,9,10,28v-1,2,-4,10,0,11r30,-1v2,-11,-5,-30,4,-34xm164,-223v-4,1,-1,14,2,8v0,-3,0,-7,-2,-8xm111,-212v0,-2,-7,-3,-7,0v1,2,6,3,7,0xm150,-182v4,-9,-11,-8,-13,-6r10,3r-29,6v9,5,36,-2,32,-3xm189,-188r9,0v-3,0,-7,-2,-9,0xm57,-183v0,-5,-13,-3,-11,1v3,0,12,0,11,-1xm191,-183v-2,-4,-14,-3,-13,1v3,0,13,1,13,-1xm73,-176v-7,-3,-22,3,-17,3v11,-1,17,-2,17,-3xm137,-170v-36,-7,-18,27,-21,46v27,-2,38,1,37,-8v-4,-35,7,-38,-16,-38xm103,-168v-9,9,0,57,5,31v0,-10,1,-31,-5,-31xm202,-119v-3,-4,-12,-1,-14,1v4,0,12,1,14,-1xm209,-118v2,0,6,4,6,0v-1,-2,-6,-3,-6,0xm123,-113v19,-1,31,0,27,-4v-18,0,-27,2,-27,4xm57,-115v-1,1,-2,2,-1,4v2,0,7,1,6,-2v-1,-2,-2,-2,-5,-2xm66,-102v-3,-6,-28,2,-9,4v7,-1,9,-2,9,-4xm89,-99v-8,-1,-20,4,-10,6v1,0,9,-1,10,-6xm167,-59v-1,2,-1,2,2,2v0,-2,0,-2,-2,-2xm178,-57v-2,0,-4,3,-1,2xm108,-54v-5,-1,-8,5,-1,4v1,-1,1,-2,1,-4xm107,-43v-5,-1,-8,2,-8,6v5,-1,8,-4,8,-6","w":244},{"d":"155,-173v7,-1,3,13,7,39r1,0v0,4,-17,4,-50,8v-37,5,-62,14,-72,11v0,-3,14,-6,41,-10v12,-2,18,-5,18,-6v-36,1,-65,8,-62,16v-15,4,-21,-8,-21,-33v0,-6,13,-14,38,-14v29,0,67,-7,100,-11xm149,-163v0,-3,-7,-2,-7,0r7,0xm120,-159v4,-1,12,2,12,-3v-6,0,-13,2,-12,3xm100,-155v0,0,-9,1,-5,2v3,0,4,0,5,-2xm126,-149v9,0,33,0,25,-6v-17,3,-25,4,-25,6xm87,-152v-3,-2,-13,-1,-16,4v7,0,12,-1,16,-4xm30,-149v-5,-3,-5,2,-5,7v3,2,5,0,5,-5r0,-2xm44,-149v-2,-3,-3,1,-4,2v2,0,4,0,4,-2xm116,-148v-1,0,-1,0,-1,1v3,0,1,-1,1,-1xm111,-133v32,-3,52,1,40,-8v-11,0,-24,3,-40,8xm28,-135v-1,-1,-5,2,-1,1","w":175},{"d":"52,-178v-23,8,-45,-38,-24,-58v24,-23,54,0,51,27v-3,23,-13,27,-29,29xm54,-234v-12,3,-19,8,-18,14v3,0,13,-4,18,-14xm68,-223v0,4,-2,12,-5,24v4,1,9,-9,9,-19v0,-3,-1,-5,-4,-5xm55,-218v-4,-3,-8,3,-5,6v4,0,5,-3,5,-6xm31,-218v-4,3,-4,16,3,17v0,-8,-1,-17,-3,-17xm45,-200v0,-4,-3,-1,-1,0r1,0xm64,-194v-3,-1,-17,2,-12,5v8,-2,12,-3,12,-5xm73,11v-2,8,-10,19,-10,25r5,-3v-9,10,-18,23,-26,19v9,-20,12,-51,5,-65v-20,-2,-30,-11,-30,-27v-5,-19,40,-44,54,-21v3,0,6,2,8,7v-3,7,-9,14,-4,15v3,2,2,-8,7,-10v13,8,-13,117,-9,60xm48,-63v5,0,12,5,15,1v-5,-1,-12,-5,-15,-1xm43,-53v-6,0,-12,5,-7,7v3,-3,7,-2,7,-7xm53,-49v-4,0,-8,5,-5,8v3,-3,5,-5,5,-8xm36,-38v-3,4,5,10,11,11v-2,-7,-8,-11,-11,-11xm69,-22v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm66,-14v-4,-1,-9,5,-4,5v3,0,5,-2,4,-5xm74,-11v-2,1,-4,2,-4,5v3,0,4,-2,4,-5xm66,3v-3,-1,-9,13,-9,15v4,-3,7,-8,9,-15"},{"d":"8,108v2,-5,8,5,7,-7v2,-3,6,-4,11,-4r-2,-303v-5,0,-12,1,-14,-2v-2,-24,-5,-41,28,-41v14,0,28,5,35,11v-5,0,-8,2,-8,4v22,12,50,2,73,-2v49,11,107,55,107,103v0,71,-24,70,-37,97v-6,13,-20,10,-23,23v-14,10,-64,17,-72,18v-8,1,-35,-16,-47,-8v4,23,9,62,7,94v-1,15,17,9,9,19v8,5,6,19,10,27v-17,8,-53,-5,-62,7v-6,-1,-19,-15,-21,-27v7,-1,-2,-7,-1,-9xm25,-240v-3,-5,-15,0,-7,4v3,0,7,1,7,-4xm68,-225v5,-4,-1,-1,-1,-1xm144,-229v-1,0,-1,1,-1,2v12,5,17,0,1,-2xm24,-218v6,-3,-2,-16,-4,-7v0,2,2,5,4,7xm86,-225v-4,-1,-6,4,-1,4v1,-1,2,-2,1,-4xm175,-214v0,0,-10,-11,-15,-7v5,4,8,7,15,7xm111,-217v11,1,24,9,34,3v-5,-2,-14,3,-9,-6v-7,-1,-25,1,-25,3xm34,-193v0,46,-7,102,1,150v-2,19,-3,44,0,63v6,-1,6,-8,2,-11v4,-51,9,-179,1,-219v-2,0,-4,6,-4,17xm183,-207v0,1,5,7,6,2v-1,-3,-3,-2,-6,-2xm117,-188v3,0,9,2,10,0r-2,-3v9,-3,29,2,28,-8v-19,0,-38,6,-36,11xm213,-188v0,-2,-5,-9,-9,-8v2,4,5,7,9,8xm167,-194v1,0,3,3,3,1xm78,-191v-3,-1,-6,5,-2,4v1,-1,2,-2,2,-4xm152,-189v2,2,12,7,15,2v0,-3,-9,-2,-15,-2xm53,-189v-2,0,-2,5,-2,8v1,0,2,-3,2,-8xm189,-124v-4,-40,-30,-67,-80,-59v-9,-5,-8,-2,-18,6v1,0,4,-2,4,0v-45,19,-18,23,-30,116v0,3,35,25,46,30v34,-6,89,-31,79,-75v7,-6,-1,-7,-1,-18xm218,-183v0,-2,-4,-3,-3,0v1,0,3,2,3,0xm176,-184v-3,5,2,10,10,12v0,-5,-3,-10,-10,-12xm52,-164v-4,8,-5,30,-1,38v3,-10,0,-26,1,-38xm221,-161v0,0,4,12,5,6v0,-2,-2,-4,-5,-6xm197,-141v4,-7,-4,-24,-8,-17v0,3,3,9,8,17xm200,-134v-2,0,-4,0,-3,3v2,2,5,-1,3,-3xm216,-76v9,-9,12,-27,9,-41v-3,0,-6,14,-9,41xm205,-108v3,-5,-5,-12,-3,-2xm204,-98v-4,-3,-7,9,-7,9v6,0,8,-3,7,-9xm188,-60v-4,1,-9,5,-7,6v4,-2,6,-4,7,-6xm66,-52v1,4,5,7,6,4v-1,-2,-2,-4,-6,-4xm188,-41v-4,0,-7,1,-7,5v5,-1,7,-3,7,-5xm153,-30v-14,-1,-36,10,-28,10v19,-4,28,-7,28,-10xm180,-28v-4,-5,-16,5,-11,6v7,-2,10,-4,11,-6xm108,-20v-7,-4,-35,-4,-39,-3v0,3,10,6,29,8xm39,27v-6,1,-5,20,-2,23v3,-5,7,-18,2,-23xm40,79v8,-2,0,-26,-2,-14v0,6,0,10,2,14xm55,112v-3,-3,-7,1,-3,3v1,-1,4,0,3,-3xm31,112v-1,0,-3,-1,-3,1v0,1,4,3,5,1xm66,112v-4,0,-3,3,-1,4v3,0,4,-2,1,-4xm34,125v-2,-3,-13,-3,-14,0v0,1,2,2,6,2v5,0,8,-1,8,-2","w":252},{"d":"105,17v-34,-10,-71,-19,-84,-57v0,-2,-6,-15,-11,-40v-12,-57,6,-103,36,-142v15,-20,38,-25,79,-23v19,-4,75,30,75,43v21,43,21,47,13,76v-47,6,-131,-4,-168,-3v-11,13,-2,14,-2,29v-1,16,3,19,6,25v-1,0,-3,-2,-3,0v20,31,34,67,85,62v18,-8,28,-13,51,-40v0,-1,-8,0,-8,-4v16,-22,21,-39,45,-15v7,12,18,25,29,41v-13,15,-15,22,-24,21v-6,-18,-18,-16,-35,3v-9,9,-68,25,-84,24xm115,-242v-7,-3,-30,2,-34,8v6,0,24,-3,34,-8xm72,-233v-4,-5,-15,3,-10,8v9,-3,11,-2,10,-8xm142,-228v0,-6,-20,-6,-21,-2xm101,-224v6,0,18,7,21,3v-2,-6,-17,-8,-21,-3xm131,-221v26,13,23,19,38,14r-17,-7v-1,-7,-14,-12,-21,-7xm73,-207v1,-3,16,-6,19,-10v-10,0,-20,4,-19,10xm155,-197v-31,-30,-100,-10,-108,23v0,4,30,8,89,12v13,4,29,4,40,10v9,-22,1,-23,-21,-45xm60,-207v-4,0,-7,0,-7,4v4,-1,7,-3,7,-4xm169,-197v1,3,8,5,7,-1v-2,-2,-7,-3,-7,1xm45,-194v0,0,-5,1,-2,1xm179,-191v4,11,5,22,11,16v-4,-12,-4,-15,-11,-16xm48,-182v2,-1,2,-2,2,-5v-2,1,-2,3,-2,5xm199,-169v-3,0,-2,5,-1,6v3,0,3,-5,1,-6xm50,-165v-2,-3,-9,1,-8,5v3,3,6,-3,8,-5xm25,-163v-6,-4,-9,17,-9,17v2,0,5,-6,9,-17xm116,-154v-14,-2,-31,-7,-44,-4v5,4,32,10,44,4xm162,-146v0,0,-2,0,-2,1v0,0,2,0,2,-1xm67,-143v4,9,28,1,52,7r-10,2v1,2,38,2,33,-1v0,-3,-25,-6,-75,-8xm19,-138v-2,-2,-4,0,-4,2v0,2,1,3,2,3v1,0,2,-2,2,-5xm55,-135v2,1,2,-1,2,-3v-2,-1,-2,1,-2,3xm51,-136v-2,-5,-11,0,-9,2v3,-1,8,1,9,-2xm160,-133v4,0,11,2,14,0v0,-2,-3,-2,-10,-2v-2,0,-4,1,-4,2xm21,-94v-1,-50,-13,-15,-2,0r2,0xm25,-77v0,-2,-4,-3,-3,0v1,0,3,2,3,0xm32,-61v3,-2,-2,-9,-5,-8v2,5,3,8,5,8xm194,-66v-2,-4,-9,-2,-6,2v3,0,6,0,6,-2xm184,-43v-2,-3,-7,6,-7,6v3,0,6,-2,7,-6xm210,-38v3,0,5,-4,3,-5v-2,2,-3,3,-3,5xm231,-36v3,-3,-3,-10,-5,-6v1,4,2,6,5,6xm207,-38v-3,-4,-13,4,-7,6v5,-2,7,-3,7,-6xm166,-27v-4,1,-9,5,-4,5v2,-1,3,-3,4,-5xm196,-26v-5,0,-10,6,-5,6v3,-3,5,-5,5,-6xm51,-15v-4,5,7,6,8,9v-2,-6,-7,-8,-8,-9xm84,-13v3,0,9,5,11,3xm114,-8v0,0,-2,0,-2,1v0,0,2,0,2,-1xm164,0v2,1,9,-5,7,-8v-4,3,-7,6,-7,8xm159,3v-12,-10,-27,6,-41,0v-6,0,-6,3,-3,5v16,0,28,-1,44,-5","w":252},{"d":"24,-247v-13,-44,-13,-108,41,-104v-2,1,-5,1,-5,4v0,2,7,3,21,4v11,26,-13,51,-38,49v7,17,-2,46,-5,61v-8,-4,-12,-8,-14,-14xm56,-338v-4,0,-26,10,-13,12v6,-8,11,-5,13,-12xm76,-333v-2,3,-6,14,-1,17v5,1,4,-6,4,-10v-1,-5,-2,-7,-3,-7xm59,-332v-9,-2,-16,13,-6,16v0,2,-1,6,2,5v6,-4,7,-15,4,-21xm41,-320v-2,0,-3,1,-1,2v1,-1,3,-1,1,-2xm32,-294v-1,-1,-3,-1,-3,1v1,1,3,1,3,-1xm89,-218v-13,-44,-14,-108,41,-104r-5,3v0,2,7,3,21,4v12,28,-15,49,-38,50v7,17,-2,45,-5,61v-8,-4,-12,-8,-14,-14xm121,-310v-4,1,-19,6,-16,13v9,-4,14,-6,16,-13xm141,-305v-2,4,-6,15,-1,18v5,0,4,-6,4,-11v-1,-5,-2,-7,-3,-7xm124,-304v-14,-1,-11,16,-4,22v6,-4,6,-15,4,-22xm106,-292v-2,0,-2,2,-1,3v2,-1,2,-1,1,-3xm97,-266v-1,-1,-3,-1,-3,1v1,1,3,1,3,-1","w":159},{"d":"195,-3v-4,1,-32,23,-47,18v-92,-6,-156,-75,-143,-181v3,3,6,7,6,-2v0,-10,-6,-4,-8,-4v1,-46,27,-65,48,-99v8,-7,39,-33,75,-34v13,0,36,5,69,14v5,-13,2,-22,25,-20v8,0,12,3,12,9v-9,64,12,68,-25,74v-11,2,-14,-6,-11,-15v-3,-9,-40,-39,-70,-33v-49,9,-120,85,-93,137v3,14,10,57,33,77v9,29,32,30,86,30v29,0,58,-18,51,-77v-7,-12,-52,-1,-44,-16v1,-31,26,-19,50,-19v17,0,41,-9,52,0v0,22,-6,37,-28,34v1,2,9,142,5,131v-18,-4,-40,12,-39,-13v0,-7,-1,-11,-4,-11xm67,-251v-12,8,-21,19,-18,25v12,-15,18,-23,18,-25xm42,-246v3,0,4,-1,4,-4v-2,1,-4,2,-4,4xm30,-220v-3,0,-3,5,0,2r0,-2xm254,-139v0,-2,-3,-2,-3,0v1,2,2,2,3,0xm203,-43v-2,-2,-7,-1,-4,2v2,0,3,-1,4,-2xm168,-29v-2,-3,-11,2,-7,4v2,0,5,-1,7,-4xm80,-27v6,1,13,6,19,4v-9,-3,-13,-4,-19,-4xm208,-1v-1,-1,-4,1,-2,2v2,-1,2,-1,2,-2xm178,3v-3,-5,-12,-1,-12,5v3,0,8,-2,12,-5","w":262},{"d":"9,-338v69,2,84,4,167,16v36,5,26,15,9,37v-5,12,-34,43,-54,68v34,-13,91,4,91,58v0,94,-10,92,-62,137v-25,10,-102,41,-138,14v7,-10,6,-25,26,-20v51,1,72,-32,106,-49v34,-28,33,-42,36,-91v0,-7,-3,-12,-10,-16v0,-13,-30,-14,-36,-6v12,0,28,4,29,11v-29,-19,-74,8,-113,20v-13,-25,25,-62,35,-86v10,-22,23,-21,25,-40v-23,-13,-67,-2,-99,-6v-3,0,-7,-3,-7,-10v5,-9,-4,-14,-5,-37xm51,-327v-6,-4,-17,-9,-23,-4v-2,9,13,4,20,6xm16,-325v0,3,5,3,5,0v-1,-1,-4,-3,-5,0xm78,-324v-1,0,-3,1,-1,1xm160,-317v4,0,10,6,12,1v-2,-2,-8,0,-12,-1xm58,-315v18,2,40,3,63,3v0,-2,-11,-4,-35,-5v-7,0,-28,0,-28,2xm56,-308v-1,-7,-17,-8,-25,-6v0,2,9,5,25,6xm190,-311v-4,1,-4,4,0,5v3,0,4,0,6,-2v0,-2,-2,-3,-6,-3xm99,-307v-11,0,-26,-4,-35,-2v1,3,27,1,35,2xm161,-303v-5,-4,-39,-4,-49,-2v15,3,32,3,49,2xm30,-304v-4,0,-8,-1,-7,2v0,6,29,4,40,4v0,-4,-19,-4,-33,-6xm71,-299r15,2v-2,-3,-10,-2,-15,-2xm176,-293v-9,14,5,11,5,3v-1,-2,-2,-4,-5,-3xm134,-285v-1,-3,-4,0,-4,2v2,0,4,0,4,-2xm144,-282v-4,-3,-14,6,-9,8v4,0,6,-2,9,-8xm171,-276v-2,-1,-5,1,-2,2v1,-1,2,0,2,-2xm166,-272v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm157,-255v0,-2,6,-7,0,-6v-2,-1,-19,10,-20,23v6,-1,13,-7,20,-17xm119,-250v-6,0,-11,7,-8,10v5,-3,8,-7,8,-10xm125,-246v-1,0,-4,2,-4,6v3,-1,6,-4,4,-6xm134,-234v0,0,-3,4,-1,4xm97,-226v-4,-5,-17,6,-14,10v8,0,11,-5,14,-10xm166,-211v-8,-15,-31,3,-40,10v14,-9,43,-2,53,-4v9,6,15,13,21,7v0,-4,-12,-8,-34,-13xm118,-213v0,-4,-3,-1,-1,0r1,0xm85,-211v-5,1,-8,5,-10,12v4,-2,8,-6,10,-12xm101,-206v-3,-2,-9,3,-10,9v6,0,7,-2,10,-9xm94,-184v15,-1,40,-9,33,-11v-11,1,-22,5,-33,11xm96,-189v-8,-3,-28,3,-24,10v11,-2,18,-6,24,-10xm208,-186v-4,-4,-11,-7,-15,-4v0,8,11,10,15,4xm206,-178v-6,5,11,18,5,37v0,3,1,6,3,6v2,-15,6,-36,-8,-43xm73,-172v-1,-7,-9,-4,-10,1v1,2,10,1,10,-1xm184,-172v1,0,5,3,1,2xm195,-160v-1,0,-1,0,-1,1v1,0,3,2,3,0xm199,-153v-6,2,-10,17,-5,23v5,-9,5,-13,5,-23xm214,-130v-1,3,-7,11,-1,12v4,0,4,-12,1,-12xm198,-111v-2,1,-5,5,-1,5v1,-1,6,-5,1,-5xm202,-97v-3,-4,-11,2,-10,7v3,-3,8,-3,10,-7xm182,-93v-5,4,-18,29,0,12v-1,-4,-1,-8,0,-12xm205,-89v-2,0,-3,3,0,2r0,-2xm201,-78v-4,-5,-12,-1,-14,6v7,0,15,1,14,-6xm118,-47v-5,3,-11,6,-6,6v28,-13,48,-23,41,-27v-7,2,-18,9,-35,21xm192,-66v-3,1,-6,5,-2,5v1,0,2,-1,4,-4xm183,-65v-2,0,-4,3,0,2v1,-1,1,-1,0,-2xm181,-51v-5,-3,-15,5,-11,6v3,0,6,-2,11,-6xm143,-42v-3,-1,-11,3,-10,6v7,-2,10,-4,10,-6xm166,-37v-1,-3,-5,1,-5,2v3,0,4,-1,5,-2xm59,-22v-1,-3,-15,-2,-10,1v3,0,8,1,10,-1xm96,-23v-1,-3,-5,1,-5,2v3,0,5,-1,5,-2xm145,-22v-3,-6,-17,2,-12,5v7,-2,11,-3,12,-5xm35,-18v4,1,9,-2,2,-2xm106,-15v-11,0,-43,11,-61,4v-8,0,-10,1,-10,5v11,3,54,8,71,-9","w":229},{"d":"51,-244v-6,-19,-39,-24,-35,-42v4,-19,10,-29,24,-29v39,0,52,59,30,92r-16,21v-18,-8,-6,-28,-3,-42xm33,-282v1,-6,13,-9,12,-16v-9,3,-5,-3,-5,-6v-8,-2,-14,16,-7,22xm52,-284v-4,-3,-8,2,-5,5v3,0,5,-2,5,-5xm66,-277v-2,-2,-4,0,-4,3v3,0,3,0,4,-3xm51,-258v-1,-5,-15,-1,-8,1v3,0,6,0,8,-1xm68,-257v-1,-1,-5,2,-1,1xm60,-244v0,2,-2,4,0,5v2,-2,2,-4,0,-5xm69,-235v-3,-1,-5,5,-3,5v1,-2,3,-2,3,-5","w":89},{"d":"91,-284v-40,2,-43,-10,-47,-38v16,-30,55,-35,74,-8v7,21,-1,45,-27,46xm81,-336v-5,-4,-19,1,-17,4v11,-1,17,-3,17,-4xm84,-322v-5,-1,-15,2,-8,4v4,0,7,-2,8,-4xm108,-322v0,1,-3,3,-1,3xm103,-311v-3,-1,-10,5,-5,6v2,0,5,-2,5,-6xm94,-297v-3,-2,-10,-2,-10,2v4,0,9,1,10,-2xm22,-251v27,9,100,-15,86,15v8,52,-5,111,-6,166v11,6,41,-2,32,12v5,10,10,44,6,58v-35,-1,-152,14,-122,-24v10,4,28,2,40,-2v-43,-6,-44,5,-44,-28v-4,-12,53,9,42,-27r5,-129v-22,-3,-51,-2,-41,-20v-4,-6,1,-9,2,-21xm46,-242v-7,-3,-21,-1,-13,2v9,0,13,-1,13,-2xm97,-245v0,0,2,5,1,1xm41,-235v-5,-2,-15,3,-1,3v9,-1,25,2,30,-2v0,-2,-10,-2,-29,-1xm102,-234r-21,0v9,3,12,10,21,3r0,-3xm94,-214v-17,-5,-5,16,-12,23v2,7,6,6,5,-1v-1,-17,4,-15,7,-22xm77,-209v-12,5,-12,92,-9,115v8,-47,10,-49,9,-115xm92,-204v-3,0,-3,6,0,8v4,0,4,-6,0,-8xm87,-124v-2,11,-6,22,-3,27v0,-8,10,-22,3,-27xm84,-84v-4,0,-4,8,-3,9v3,0,3,-5,3,-9xm82,-71v0,0,-5,5,-1,5v1,-2,3,-3,1,-5xm119,-58v1,0,7,4,10,1v1,-2,-5,-4,-9,-3xm116,-37v0,4,9,9,11,4v-3,-1,9,-8,-1,-11v-1,2,-5,7,-10,7xm26,-42v1,2,16,5,33,5v4,0,6,-1,5,-4v-13,-2,-27,-3,-38,-1xm81,-39v-4,-1,-8,3,-4,4v3,0,4,-1,4,-4xm122,-26v0,0,-5,2,-2,1xm91,-23v-4,-5,-31,0,-14,2xm135,-6v-1,-4,-4,1,-4,1v2,0,3,0,4,-1","w":149},{"d":"60,-33v-26,-33,-42,-54,-42,-141v0,-68,1,-47,22,-101v21,-54,117,-83,173,-37v27,41,66,81,52,155v9,38,5,59,-10,105v-17,24,-26,20,-69,45v-14,8,-27,16,-40,15v-66,-6,-57,-4,-83,-38v2,0,6,2,6,0v-1,-5,-7,-7,-9,-3xm162,-323v1,-8,-17,-7,-21,-5v0,2,4,4,13,5r8,0xm173,-324v4,0,9,3,11,1v-4,0,-8,-3,-11,-1xm194,-318v9,9,17,19,22,17v-9,-11,-16,-17,-22,-17xm185,-315v-2,4,4,8,9,7v1,-5,-2,-6,-9,-7xm163,-314v-2,0,-7,-1,-7,1v2,1,16,8,20,3v0,-2,-4,-3,-13,-4xm77,-262v-15,3,-35,57,-24,93v1,44,15,92,38,115v18,12,31,18,41,18v31,0,106,-38,100,-60v12,-39,25,-118,-6,-153v0,-2,-49,-58,-63,-53v-40,-17,-70,12,-86,40xm77,-300v-3,0,-4,3,-8,10v1,0,4,-2,8,-7r0,-3xm61,-286v-2,-1,-5,4,-1,3xm79,-275v-5,-5,-11,5,-6,6v3,-2,5,-4,6,-6xm233,-270v2,14,13,36,24,58v5,-12,-8,-25,-17,-51v-4,-5,-6,-7,-7,-7xm261,-173v5,-1,1,-30,-4,-27v9,8,-8,22,4,27xm31,-195v1,-5,-3,-4,-4,-1v1,1,2,2,4,1xm29,-184v-3,0,-3,7,-3,11v2,0,3,-3,3,-11xm59,-88v-4,-22,-10,-57,-19,-77v-3,20,5,56,19,77xm37,-97v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm242,-56v7,2,13,-12,14,-27v-2,0,-7,9,-14,27xm62,-46v-8,-14,-12,-30,-20,-20v3,-1,9,19,20,20xm124,-26v-4,-2,-35,-17,-43,-20v11,15,26,26,43,20xm67,-42v0,-3,-6,-4,-6,-1v0,3,5,3,6,1xm124,-23v-1,4,6,5,12,5v12,-8,23,-4,53,-17v-23,1,-34,5,-65,12xm190,-24v-15,0,-41,8,-42,15v25,-2,32,-8,42,-15xm73,-22v-2,2,2,5,8,7v2,-4,-6,-8,-8,-7xm112,-14v7,10,21,10,26,11v-4,-10,-21,-10,-26,-11","w":282},{"d":"10,-207v12,-14,-10,-25,4,-35v19,-2,51,-9,76,-5v0,1,-3,4,-1,4v50,-8,82,13,96,38r66,-29v36,-3,87,51,83,70r19,119v14,-4,27,-9,24,24v0,8,1,16,1,23v-30,3,-59,2,-92,2v-7,-9,-8,-20,-8,-36v2,-11,32,0,24,-19v-6,-47,23,-91,-18,-107v-2,1,-6,5,-5,-2v-22,-28,-97,-14,-75,38v0,29,-8,74,17,78v1,45,-32,24,-66,27v-5,-2,-20,-34,7,-34v9,-4,-2,-18,1,-31v4,-28,-6,-65,2,-83v2,0,5,3,5,1v3,-6,-28,-34,-51,-34v-8,0,-24,3,-31,15v4,45,-7,106,5,144v12,-11,20,4,20,18v-1,27,-7,21,-37,22v-33,-9,-75,17,-73,-34v5,-5,19,-13,40,-16v10,-42,2,-98,7,-147v-6,-11,-40,7,-40,-11xm82,-242v-1,-2,-7,-1,-6,2v2,2,6,1,6,-2xm51,-239v-3,-2,-15,0,-10,2v7,0,10,-1,10,-2xm86,-233v9,1,25,-2,34,-5v-10,0,-36,-1,-34,5xm79,-234v-3,-1,-4,3,-1,3xm150,-229v-2,-3,-10,-1,-14,-3v7,2,11,3,14,3xm41,-226v-4,-5,-26,-2,-19,2v13,0,19,0,19,-2xm259,-225v4,1,21,17,29,8v0,-3,-9,-8,-26,-11v-2,1,-3,2,-3,3xm148,-212v2,-23,-53,-10,-48,-7v20,-2,35,-4,48,7xm239,-223v-8,-1,-21,8,-16,12v2,0,7,-4,16,-12xm60,-220v1,0,3,-1,1,-1xm88,-218v0,-4,-3,-1,-4,0v1,1,3,1,4,0xm260,-220v-1,0,-3,-1,-3,1r8,1v0,-1,-2,-2,-5,-2xm51,-216v-18,-7,-48,4,-24,8v8,0,16,-3,24,-8xm159,-215v-2,4,5,11,9,10v-1,-3,-4,-7,-9,-10xm111,-212v1,0,30,14,32,8v-10,-8,-20,-11,-32,-8xm153,-213v0,0,2,9,3,5v0,-2,-1,-4,-3,-5xm218,-210v-5,1,-9,1,-9,5v5,1,9,-2,9,-5xm65,-208v-4,17,-4,48,0,62v-1,-20,9,-47,0,-62xm94,-207v-2,-3,-11,1,-9,3v4,1,10,-1,9,-3xm259,-208v-9,0,-11,6,-5,7v13,0,20,-1,21,-3v-1,-3,-7,-4,-16,-4xm161,-204v-3,3,2,8,8,10v0,-7,1,-6,-8,-10xm206,-199v-7,-4,-25,0,-16,8v4,0,10,-2,16,-8xm298,-197v-5,4,4,13,11,16v0,-4,-4,-10,-11,-16xm272,-187v1,7,19,19,20,10v-3,-4,-9,-12,-20,-10xm78,-186v-3,3,-3,19,-1,26v1,-7,6,-22,1,-26xm179,-176v-7,-7,-4,1,-1,1v1,0,1,0,1,-1xm189,-169v-3,6,3,6,5,3v0,-2,-1,-3,-5,-3xm314,-154v1,-5,-5,-17,-7,-13v2,9,5,13,7,13xm317,-149v-5,2,3,8,4,11v4,1,1,-4,2,-8v0,-4,-3,-3,-6,-3xm78,-148v-3,1,-2,5,1,6v4,-1,1,-5,-1,-6xm65,-140v3,-1,-2,-7,-1,-2xm53,-55v0,6,1,8,4,8v4,0,6,-3,6,-8r-10,0xm173,-89v10,-3,2,-44,-1,-27xm316,-114v-6,0,-2,19,0,24v4,-3,5,-21,0,-24xm81,-44v-3,-2,-8,-9,-10,-8v-1,9,6,13,10,8xm316,-73v-2,1,-4,5,0,5r0,-5xm191,-57v-1,-1,-3,-1,-3,1v1,1,3,1,3,-1xm191,-49v-4,-1,-8,3,-4,5v4,1,8,-3,4,-5xm35,-39v-9,-1,-13,1,-10,9v3,-4,9,-4,10,-9xm318,-59v-2,2,-2,4,0,5v1,-2,1,-4,0,-5xm102,-36v-1,-2,-5,-1,-4,2v2,0,4,0,4,-2xm17,-34v-4,-3,-1,5,-6,8v3,12,3,17,9,16xm57,-31v0,-4,-11,-4,-10,0r10,0xm97,-28v-6,1,-13,-1,-17,2v5,-1,15,3,17,-2xm337,-47v-2,-3,-7,1,-6,4v3,3,7,1,6,-4xm181,-26v-4,-3,-9,2,-2,2v1,-1,2,0,2,-2xm33,-23v0,4,6,4,17,2v6,5,27,4,31,-1v-7,-1,-33,0,-18,-4v5,0,13,2,16,0v0,4,-28,6,-44,1xm86,-23v0,3,3,4,9,5v1,-1,3,-1,3,-3xm362,-38v-4,0,-4,9,-1,10xm28,-16v4,-3,-3,-8,-2,-2xm349,-33v0,0,-6,6,-2,6v5,2,4,-5,2,-6xm338,-28v-7,-6,-32,3,-14,3v9,0,14,-1,14,-3xm92,-13v-1,-2,-7,0,-8,4v3,2,6,-2,8,-4xm316,-21v-4,-4,-15,-3,-18,2v6,-1,15,2,18,-2","w":394},{"d":"211,-83v-8,-35,-43,-55,-96,-59v-36,-17,-77,-36,-72,-89v7,-18,9,-21,32,-43v20,-9,20,-17,33,-21v3,-4,95,22,106,28v8,-6,-4,-25,12,-24v4,-5,31,-5,32,-1v-1,26,14,76,-8,85v-18,-1,-27,-3,-27,-7v-19,-28,-70,-42,-98,-41v-28,1,-32,8,-35,30v-4,33,44,58,76,56v0,3,7,7,22,11v3,5,9,7,19,7v9,4,31,19,46,41v-6,1,5,18,3,19v-2,53,-11,58,-40,81v-22,18,-34,22,-64,21v-44,-3,-48,-19,-65,-25v-18,-6,-25,-18,-35,-24v0,30,-41,10,-41,7v-5,-13,-2,-77,6,-90v24,0,38,-15,37,24v19,30,10,23,58,54v11,12,27,13,48,12v35,0,44,-23,51,-52xm111,-291v-4,1,-9,9,1,9v10,0,14,0,13,-5v0,-2,-5,-4,-14,-4xm233,-289v2,11,12,14,15,4v0,-2,-5,-4,-15,-4xm252,-273v-2,0,-4,1,-2,2v2,0,2,0,2,-2xm127,-272v-8,-1,-10,9,-3,8v4,1,13,-4,8,-8r-5,0xm193,-264v-1,-2,-5,-1,-7,-2v0,1,3,2,7,2xm140,-258v0,2,6,4,17,4v1,-4,-5,-4,-15,-6xm87,-257v-4,-2,-15,8,-11,13v7,-5,11,-10,11,-13xm216,-253v-1,4,10,6,16,7v1,-4,-6,-5,-16,-7xm72,-253v-2,0,-2,1,-2,3v1,0,2,-1,2,-3xm192,-249v1,7,19,13,18,10v0,-2,-6,-6,-18,-10xm58,-246v-2,-3,-3,1,-4,2v0,2,1,3,2,3xm54,-236v-5,1,-1,17,2,14xm68,-230v-1,-2,-5,-1,-4,2v2,0,3,-1,4,-2xm229,-218v2,3,19,6,22,1xm86,-191v-1,1,-1,2,0,3v2,0,5,1,5,-1v0,-1,-2,-2,-5,-2xm64,-189v-1,1,-1,1,0,2v0,0,2,0,2,-1xm73,-187v-3,5,7,19,10,9v-4,-6,-7,-9,-10,-9xm101,-180v3,-3,-3,-9,-5,-6v0,4,1,6,5,6xm131,-163v1,-5,-16,-10,-19,-10v4,4,11,7,19,10xm140,-162v13,2,30,9,42,9v-10,-7,-31,-18,-42,-9xm104,-155v0,-3,-1,-4,-7,-6v0,2,3,4,7,6xm159,-144v-4,-3,-13,-6,-13,-2v4,1,8,2,13,2xm194,-142v10,10,29,20,42,24v-9,-10,-21,-21,-42,-24xm210,-112v0,5,2,12,11,14v1,-9,-2,-10,-11,-14xm35,-103v0,-2,-4,-3,-3,0v1,1,2,1,3,0xm18,-82v-4,0,-3,21,-2,28v2,-1,4,-15,4,-27xm219,-74v-2,0,-4,0,-3,3v1,-1,4,0,3,-3xm248,-74v-4,-1,-7,7,-3,8v2,-1,3,-3,3,-8xm53,-57v-2,5,12,14,14,10v-7,-7,-12,-10,-14,-10xm213,-46v-2,-2,-7,3,-8,8v4,-1,6,-4,8,-8xm32,-39v0,-2,-4,-3,-3,0v1,1,3,3,3,0xm232,-35v-5,4,-19,10,-16,15v4,0,9,-5,16,-15xm101,-14v6,2,9,7,17,7v-1,-10,-9,-5,-17,-7xm131,-6v0,0,-3,-2,-2,0r2,0xm127,-1v-1,1,4,2,4,2v0,-1,-1,-2,-4,-2xm194,0v-3,-3,-18,0,-9,2v6,0,9,-1,9,-2xm136,2v9,3,30,5,41,2v-1,-2,-12,-4,-34,-4v-4,0,-7,1,-7,2","w":269},{"d":"211,-3v-42,34,-101,20,-170,18v-2,2,-13,-14,-13,2v-12,-4,0,-34,-5,-45v12,-8,39,3,56,2v-4,-11,5,-62,-6,-68v1,-57,4,-111,8,-163v10,-24,-1,-46,-25,-32v-16,-2,-37,2,-48,-2v0,-28,-5,-55,27,-49v59,-20,156,6,183,34v9,8,24,12,29,24v-12,-7,-16,-13,-21,-10v17,22,43,42,51,80v3,11,14,15,8,3v1,-1,1,-4,4,-3v13,46,15,60,14,99v-9,-1,-9,15,-14,26v-16,22,-23,35,-23,39v6,4,12,-16,19,-18v-19,36,-48,42,-74,63xm98,-341v-7,-6,-37,4,-11,2v8,0,11,0,11,-2xm50,-338v0,2,11,5,22,5v4,-3,-7,-8,-7,-8v-10,1,-15,2,-15,3xm125,-332v1,4,11,7,12,4v-4,-3,-7,-4,-12,-4xm38,-323v-3,-7,-23,-3,-12,3v3,-5,6,-4,12,-3xm147,-326v0,0,-2,0,-2,1v0,0,2,0,2,-1xm165,-325v1,1,30,13,45,22v2,-4,-20,-21,-45,-22xm127,-319v-9,0,-36,-5,-41,2v0,3,9,5,25,5v3,-7,14,-4,16,-7xm160,-316v1,1,11,7,24,10r2,-2xm37,-313v-2,-2,-5,0,-3,2v2,0,3,-1,3,-2xm208,-292v5,-9,-17,-18,-22,-11v2,4,19,21,34,16v0,-1,-5,-3,-12,-5xm28,-303v-1,2,6,3,6,3v0,-4,-3,-3,-6,-3xm47,-300v-3,-4,-14,3,-3,2v2,0,3,-1,3,-2xm130,-294v-28,1,-2,55,-15,68v-1,-8,-4,-13,-4,-5v0,8,-3,22,6,19v-4,56,5,149,-11,191v18,8,76,12,102,-12v41,-37,40,-30,47,-95v7,-64,-13,-69,-27,-108v-12,-18,-23,-29,-34,-33v-41,-16,-62,-25,-64,-25xm90,-291v1,4,7,3,8,0v1,-3,-4,-2,-6,-2v-1,0,-2,1,-2,2xm176,-290v4,3,10,9,11,4v-5,-3,-9,-4,-11,-4xm227,-274v1,-2,-5,-7,-8,-6v0,0,3,6,8,6xm253,-274v3,1,10,9,18,25v4,5,8,9,5,12v-10,-5,-11,-21,-23,-37xm229,-271v-4,-1,-7,0,-6,5v1,2,12,16,16,9v-6,-9,-9,-14,-10,-14xm88,-253v1,4,-1,11,4,12v4,-8,-3,-50,-4,-12xm276,-234v5,0,13,16,9,19v-3,0,-6,-6,-9,-19xm250,-233v-5,11,6,38,16,42v-5,-19,-10,-33,-16,-42xm87,-229v-3,-1,-4,6,-2,8xm115,-220v0,-3,5,-3,2,0r-2,0xm86,-215v-2,25,-8,67,-1,91v3,-34,6,-52,1,-91xm284,-169v12,-11,-6,-37,-5,-14xm258,-111v7,3,14,-14,13,-28v-1,-14,-4,-25,-8,-15v0,16,-1,29,-5,43xm302,-105v4,6,-4,21,-14,34v0,-5,8,-17,14,-34xm271,-92v-7,2,-11,10,-8,12v1,1,12,-7,8,-12xm110,-80v-4,0,-1,6,-2,10v3,-1,2,-6,2,-10xm269,-76v-9,1,-30,21,-27,33v17,-15,26,-26,27,-33xm91,-63v0,8,-3,20,-1,27v10,-1,0,-32,1,-27xm226,-42v0,0,-6,5,-2,6v2,-1,6,-5,2,-6xm220,-37v-3,-1,-5,3,-1,3xm242,-32v-24,6,-57,21,-67,29v13,0,39,-10,67,-29xm36,-25v-6,1,-8,20,-3,22v4,-5,0,-16,12,-15v1,-5,-2,-7,-9,-7xm63,-15v0,-4,-5,-4,-5,-1v1,1,4,3,5,1xm111,2v-28,-4,-44,-13,-46,-7v0,2,9,5,26,10v6,0,21,4,20,-3xm42,-6v-2,0,-4,1,-2,2v1,-1,2,0,2,-2xm123,0v8,-1,20,6,25,1v-1,-3,-21,-3,-25,-1xm177,1v3,1,11,-1,6,-2v-4,1,-6,1,-6,2xm119,4v0,0,-2,0,-2,1v0,0,2,0,2,-1xm147,14v-6,-3,-18,-2,-23,1v9,3,18,6,23,-1","w":310},{"d":"172,-26v-21,12,-69,38,-91,35v-33,-5,-69,-38,-73,-67v3,1,9,15,15,16v0,-12,1,-22,-12,-29v-3,-1,-2,5,-5,8v-2,-12,-1,-36,5,-22v4,-1,5,-14,1,-16v-1,2,-5,12,-6,3v-3,-33,24,-90,47,-109v35,-29,113,-11,143,15v3,-14,6,-51,9,-110v1,-3,3,-2,4,-4v-25,-16,-26,3,-27,-43v13,-3,-8,-15,12,-14v0,0,-3,-6,1,-5v21,2,50,-8,44,19v11,18,-1,56,0,109v-7,11,-4,24,-9,43v-1,3,5,2,5,6r-10,105v10,13,-5,36,-4,68v25,4,24,9,25,24v-3,8,-15,11,-31,11v-10,-17,-48,23,-43,-27r0,-16xm195,-346r6,0v-1,-1,-5,-2,-6,0xm222,-341v2,-1,7,1,8,-1v-3,0,-7,-1,-8,1xm221,-335v-4,-2,-15,-1,-12,3v8,0,12,-2,12,-3xm201,-334v-1,-2,-7,-2,-7,1v2,1,7,2,7,-1xm92,-207v-3,-3,-9,1,-5,4v3,0,5,-1,5,-4xm138,-203v0,0,-27,-8,-21,1v6,-1,16,2,21,-1xm233,-204v0,-1,-1,-3,1,-3v0,1,1,3,-1,3xm74,-202v-7,-5,-25,4,-17,11v11,-3,17,-7,17,-11xm166,-192v3,-4,-15,-6,-15,-6v5,5,14,5,15,6xm204,-196v0,4,2,7,3,3v-1,-1,0,-4,-3,-3xm102,-186r5,-1v-2,0,-4,0,-5,1xm32,-153v6,2,24,-38,28,-30v1,-2,4,-5,-1,-4v-1,0,-7,3,-16,10v-6,10,-10,18,-11,24xm86,-182v2,0,6,1,6,-2v-3,0,-6,0,-6,2xm125,-182v-1,-5,-16,1,-11,1xm143,-182v-2,-1,-10,1,-1,1xm159,-183v1,2,4,2,2,0r-2,0xm166,-180v5,1,12,6,15,4v-3,-5,-8,-4,-15,-4xm64,-168v-22,38,-47,85,-10,130v31,14,65,5,94,-9v9,-13,17,-20,24,-20v5,-6,24,-67,10,-80v-17,-15,-2,-15,-27,-23v1,-2,5,-1,8,-1v0,-3,-18,-6,-53,-6v-20,0,-50,4,-46,9xm179,-162v-4,0,-3,6,-1,8v3,0,4,-1,4,-4v0,-2,-1,-3,-3,-4xm27,-109v4,3,6,-1,7,-9v0,-2,0,-2,-2,-2v-2,0,-3,4,-5,11xm187,-40v-7,0,-3,8,0,11v4,-2,1,-7,0,-11xm155,-37v-3,-2,-8,2,-9,7v3,-1,8,-3,9,-7xm139,-34v-21,0,-44,5,-42,10v20,0,41,-4,42,-10xm209,-32v0,3,-3,13,2,10v0,-3,0,-10,-2,-10xm50,-22v-4,-6,-15,-9,-16,-5v0,2,6,4,16,5xm47,-21v-1,5,29,15,31,11v0,-3,-9,-7,-28,-11r-3,0xm187,-18v-2,-3,-3,1,-4,2v2,0,3,-1,4,-2xm129,-16v-5,-3,-28,0,-15,3v10,0,15,-1,15,-3xm212,-15v-2,-1,-3,1,-1,2v3,1,4,-1,1,-2xm107,-1v-6,-7,-48,1,-23,3v5,0,13,-1,23,-3xm238,1v-1,-7,-30,0,-13,1v5,0,10,1,13,-1","w":253},{"d":"88,-221v7,-5,25,-85,47,-89v0,5,24,52,33,79v44,1,114,2,104,7v-4,20,-62,53,-66,66v13,31,22,55,45,87v-3,2,-5,3,-6,3v-18,-14,-82,-33,-105,-35v-17,7,-52,48,-77,56v-1,0,-2,-4,-4,-9v6,-22,13,-33,14,-81v0,-4,-3,-7,-10,-11v3,-4,-23,-25,-46,-57v1,0,1,0,1,-1v0,2,7,2,8,0v-2,-5,-29,1,-11,-6v-6,-10,3,-10,21,-13xm131,-286v-5,-1,-5,6,-3,8v3,-2,3,-4,3,-8xm118,-244v1,3,2,-2,2,-2v-2,0,-1,1,-2,2xm156,-228v-3,0,-2,3,-2,5v1,-1,2,-2,2,-5xm111,-225v-1,-2,-3,2,-3,2xm122,-191v15,0,14,-19,21,-27v-8,-5,-14,14,-21,27xm46,-217v-3,-8,-30,3,-10,1xm257,-217v0,0,-5,2,-2,1xm191,-214v-1,1,-3,2,0,2r0,-2xm31,-209v-3,2,1,9,6,8v0,-5,-1,-6,-6,-8xm213,-200v-6,-12,-32,6,-19,11v11,-1,17,-8,19,-11xm173,-197v-3,-6,-16,0,-9,4v6,0,9,-2,9,-4xm108,-131v25,-23,36,-37,39,-62v-11,10,-18,47,-35,51xm183,-187v-1,0,-4,2,-2,2xm124,-182r-3,7v3,-1,3,-4,3,-7xm191,-168v-4,-3,-8,8,-7,7v4,-2,7,-4,7,-7xm108,-164v-2,0,-4,0,-3,2v1,3,7,5,7,1v-1,-2,-2,-3,-4,-3xm156,-162v-2,-3,-3,2,-3,2xm159,-153v-8,6,-16,12,-13,14v5,-3,9,-8,13,-14xm189,-144v-5,0,-8,2,-9,6v6,-1,9,-1,9,-6xm180,-126v-8,-1,-11,7,-2,6v2,-1,2,-3,2,-6xm119,-119v-1,-2,-2,1,-2,1xm187,-120v-1,0,-1,0,-1,1v0,0,5,6,7,3v-2,-2,-4,-4,-6,-4xm163,-116r14,5v-7,-3,-10,-5,-14,-5xm208,-110v-3,-4,-13,2,-4,2v2,0,4,-1,4,-2xm222,-88v1,-3,-13,-5,-17,-7v0,2,6,4,17,7xm95,-80v-2,-3,-11,4,-5,4v3,-1,4,-3,5,-4","w":281},{"d":"194,-35v0,4,13,2,11,9v-3,44,-25,26,-62,26v-107,0,-145,22,-129,-27v-5,-21,37,-14,60,-17v6,1,6,-6,6,-12v-4,-67,1,-219,7,-218v-2,-28,-4,-42,-7,-42v-18,9,-20,23,-32,30v-20,-10,-37,-12,-36,-28v18,4,20,-10,49,-33v10,-8,11,-21,23,-23v28,2,24,6,33,14v-1,2,-9,6,-4,7v3,-4,6,-5,6,3r4,134v-5,15,-7,106,-3,133v-4,1,-4,14,0,13v1,-1,0,-4,2,-4r4,24v-5,1,-6,-4,-9,-4v-1,8,3,10,12,10v54,-1,88,-7,65,5xm96,-354v-1,-3,-7,-2,-6,1v1,2,7,0,6,-1xm74,-352v0,1,6,2,5,-1v-1,-2,-5,-1,-5,1xm114,-341v0,-3,-2,-2,-2,0v1,1,1,1,2,0xm83,-340v-21,15,-40,29,-42,39v14,-3,45,-38,42,-39xm104,-330v-3,-1,-4,0,-4,4v1,1,2,2,4,1r0,-5xm98,-327v-5,0,-8,13,-1,13v2,0,4,-1,4,-3v-2,-2,-8,-6,-3,-10xm42,-316v0,0,-15,7,-9,8v4,0,7,-3,9,-8xm106,-313v-2,5,-6,46,0,55v4,-9,5,-47,0,-55xm108,-236v-5,0,-6,23,-4,32v7,1,4,-8,5,-28v0,-2,0,-3,-1,-4xm89,-129v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm109,-86v0,-2,-6,-6,-5,0v2,2,4,2,5,0xm108,-75v-4,4,-8,31,3,32v2,-13,-2,-35,-3,-32xm88,-62v-1,1,-4,3,-1,4v1,-1,3,-3,1,-4xm96,-54v-1,1,-2,7,1,6v0,-2,1,-5,-1,-6xm34,-36v0,-1,-4,-2,-4,0v0,3,3,2,4,0xm33,-26v-4,1,-20,1,-11,6v4,0,7,-2,11,-6xm163,-31v-5,-4,-22,-1,-35,5xm57,-21v-7,-4,-29,2,-12,3v8,0,12,-2,12,-3xm91,-20v1,-3,-4,-4,-5,-2v2,1,4,2,5,2xm82,-21v-1,0,-8,0,-2,1xm114,-18v-5,-3,-17,-4,-19,1v6,0,17,5,19,-1xm197,-22v-5,-4,-8,3,-8,9v3,4,8,0,8,-6r0,-3xm141,-18v-3,-7,-19,9,-27,9v12,6,25,-2,27,-9xm163,-16v-10,-7,-26,2,-1,1xm170,-19v-2,0,-2,3,0,3v1,-1,1,-2,0,-3xm147,-12v0,0,-2,0,-2,1v0,0,2,0,2,-1xm190,-5v-1,-3,-10,-3,-9,1v0,1,1,2,4,2v3,0,5,-2,5,-3","w":200},{"d":"92,-322v38,-18,63,-6,102,5v16,20,37,41,36,75v0,15,-20,16,-34,8v-2,-1,-1,6,-5,6v-5,-6,-23,-68,-23,-59v-20,-10,-73,1,-80,17v1,80,-7,68,48,74v21,12,19,45,-16,42v-6,1,-24,-10,-29,-3r1,124v-1,9,59,4,61,15v-2,0,-4,9,-6,27v-40,-3,-79,-8,-121,-5v-3,-20,-13,-58,23,-39v24,2,7,-15,10,-39v-5,-29,-2,-35,3,-83v-18,-5,-36,8,-53,3v4,-36,-3,-47,13,-48v25,0,37,-1,37,-2v-1,-25,1,-53,-3,-75v9,-19,23,-28,36,-43xm99,-312v10,0,28,-4,25,-9v-9,0,-17,3,-25,9xm174,-315v-3,6,9,12,14,12v0,-9,-9,-11,-14,-12xm148,-310v0,0,-18,-2,-8,1v3,0,7,1,8,-1xm132,-298v-1,-2,-2,1,-2,1xm185,-274v-3,2,0,11,5,12v2,-5,-1,-13,-5,-12xm198,-252v-2,2,-6,9,0,9r0,-9xm25,-194v-2,-4,-9,-2,-8,3v4,2,7,0,8,-3xm42,-191v-4,1,-4,6,0,8v4,0,16,-7,0,-8xm101,-185v0,0,-2,0,-2,1v0,2,7,6,10,3v-2,-2,-5,-4,-8,-4xm126,-179v0,0,-2,0,-2,1v0,0,2,0,2,-1xm76,-179v-2,0,-2,4,0,5v1,-1,1,-4,0,-5xm41,-173v4,4,10,-2,2,-2xm141,-172v-6,-4,-22,4,-14,6v9,-2,14,-4,14,-6xm27,-160v0,-10,-9,-9,-8,0v1,2,6,1,8,0xm53,-165v3,0,7,1,7,-2v-3,0,-7,-1,-7,2xm74,-152v-2,4,-3,16,-1,22xm79,-139v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm79,-130v-3,-1,-4,3,-2,4v1,-1,2,-2,2,-4xm78,-118v1,-3,-2,-6,-3,-3v1,1,0,4,3,3xm73,-115v-7,1,1,8,-1,14v2,11,0,15,4,15v0,-9,8,-27,-3,-29xm75,-62v-2,0,-2,0,-2,2r3,1xm74,-49v-3,2,-1,9,-2,15v5,1,4,-4,4,-8v-1,-4,-1,-7,-2,-7xm40,-32v-1,0,-1,1,-1,2v4,0,11,3,13,1v-5,-2,-9,-3,-12,-3xm142,-18v-7,-1,-22,1,-10,3v7,0,10,-2,10,-3xm37,-10v7,0,16,5,21,3v-4,-3,-16,-8,-21,-3xm76,-5v-2,-5,-11,-10,-12,-5v5,4,6,5,12,5xm142,-2v1,-5,-5,-6,-6,-2v2,1,4,4,6,2xm90,-7v-2,1,-8,-2,-7,2v0,3,12,3,17,3r1,-2v0,-2,-4,-3,-11,-3","w":197},{"d":"4,-1v5,-10,-7,-18,8,-25v-2,-12,7,-13,5,-3r47,-133v23,-46,33,-112,62,-153v19,-16,49,-8,54,1r40,126v7,49,32,104,41,155v6,8,36,-1,26,13v5,17,-8,15,-19,17v4,2,15,4,3,6v-26,-6,-47,12,-67,-11v7,-12,-8,-21,18,-24v0,-14,-6,-33,-21,-50r-129,10v-2,2,-6,15,-13,39v17,2,63,9,32,29v0,4,-25,6,-75,6v-8,0,-12,-1,-12,-3xm162,-317v-3,-1,-4,2,-2,4v4,1,7,-4,2,-4xm150,-299v0,-4,-3,-1,-1,0r1,0xm152,-283v-4,0,-7,6,-5,6v4,0,5,-2,5,-6xm196,-134v-26,-68,-26,-93,-48,-134v1,-2,1,1,0,10v-38,86,-50,72,-67,153v40,-6,90,-1,124,-12v-1,-11,-5,-17,-9,-17xm91,-181v0,-4,-2,-16,-2,-6v1,6,2,6,2,6xm86,-176r0,1r0,-1xm198,-119v-2,-6,3,-8,2,-1xm175,-106v-3,-1,-13,1,-5,2v3,0,5,-1,5,-2xm131,-97v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm249,-82v0,11,-15,7,-22,11v1,-10,15,-7,22,-11xm56,-68v-3,-1,-2,3,-2,5v3,0,4,-3,2,-5xm36,-65v-1,2,-3,2,-3,5v3,0,5,-3,3,-5xm230,-66v-1,0,-1,1,-1,2r14,-1xm33,-33v-2,0,-3,3,0,3v1,-1,1,-2,0,-3xm252,-38v-1,3,3,7,2,2xm277,-16v-2,-4,-9,-1,-10,3v6,0,10,-1,10,-3xm231,0v0,0,-7,1,-4,2v2,0,4,-1,4,-2","w":280},{"d":"117,-2v-36,0,-76,8,-109,4v2,-28,-3,-26,40,-29v6,-1,10,-5,10,-10r4,-74v3,1,6,2,6,-2v1,-9,-1,-15,-7,-17r-2,-119v-2,-15,12,-34,-12,-32v-30,2,-45,-16,-32,-31v6,10,0,-3,30,-2r207,4v9,36,8,56,-7,79v-56,9,-12,-34,-32,-53v-41,-2,-81,3,-122,4v-3,-1,-5,5,-5,12r2,83v5,5,41,3,53,5v-2,-16,16,-20,27,-13v5,18,-4,65,-10,61v-9,-6,-30,-4,-20,-18v-25,0,-62,-17,-52,29v0,14,2,44,6,88r35,5v5,11,-4,29,-10,26xm147,-305v0,0,-8,1,-4,2v2,0,4,-1,4,-2xm39,-305v-19,-1,-11,7,-1,7v0,0,2,0,2,1v-4,3,-4,3,-4,7v20,-2,26,-1,17,-8v-1,-2,6,-1,6,-5v-6,-2,-13,-2,-20,-2xm248,-292v-6,0,-9,16,-2,19v4,-4,1,-11,2,-19xm98,-287r2,0r-2,0xm245,-255v0,0,-2,0,-2,1v1,2,3,4,4,2v-1,-2,-1,-3,-2,-3xm69,-241v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm160,-189v0,0,-2,0,-2,1v1,0,4,2,4,0xm90,-162v-2,0,-3,1,-1,2r10,0v0,-1,-2,-2,-9,-2xm64,-66v5,-2,0,-11,-2,-6v1,2,0,6,2,6xm71,-62v-2,0,-4,7,-2,8v2,0,2,-5,2,-8xm64,-63v-1,0,-1,1,-1,2v1,0,1,-1,1,-2","w":219},{"d":"124,-233v37,-9,61,15,79,39v3,0,5,-13,5,-38v14,1,32,-3,45,0v-6,13,-5,16,-5,31v1,100,12,209,2,304v0,4,4,7,9,9v-3,0,-7,2,-4,3v28,-17,53,7,39,40r-79,3v-18,-2,-6,-24,-7,-38v-5,-53,2,-101,-4,-157v-3,0,-19,13,-49,38v-44,22,-91,10,-122,-28v-46,-56,-28,-156,35,-190v3,-4,22,-8,56,-16xm138,-230v0,1,2,2,7,2v8,0,4,-3,0,-4v-3,0,-7,-1,-7,2xm101,-222v-4,0,-8,0,-9,3v6,0,9,-2,9,-3xm142,-220v9,1,21,11,28,7v-5,-11,-18,-12,-28,-7xm119,-219v-1,-3,-5,1,-5,2v3,0,5,-1,5,-2xm111,-217v-3,-4,-14,5,-6,3v3,0,5,-1,6,-3xm225,-214v-2,0,-3,1,-3,3v1,7,5,9,9,5v0,-5,-1,-6,-6,-8xm180,-205v0,-3,-3,-5,-3,-1xm190,-88v21,-78,-37,-148,-104,-100v-49,18,-52,103,-21,148v32,27,54,32,80,10v31,-26,45,-46,45,-58xm166,-196v1,-3,-6,-6,-5,-2v1,1,2,2,5,2xm68,-195v-1,0,-1,0,-1,1xm80,-190v-5,1,-9,2,-6,4v2,0,4,-2,6,-4xm197,-182v0,-2,-3,-4,-3,-2xm54,-181v-2,-2,-6,0,-4,2v1,-1,4,0,4,-2xm193,-175v0,0,-2,0,-2,1v-1,6,8,7,9,2v0,-1,-3,-2,-7,-3xm43,-168v-1,1,-4,2,-2,2xm237,-162v-3,2,-4,19,1,21v0,-7,3,-17,-1,-21xm34,-161v0,0,-3,6,1,5v1,-2,1,-4,-1,-5xm196,-155v-1,3,1,11,3,7v-1,-5,-2,-7,-3,-7xm25,-143v-2,-2,-7,10,-7,10v5,-2,7,-8,7,-10xm238,-132v-3,0,-2,3,-2,5v0,2,2,6,3,3xm34,-128v-1,-2,-3,2,-3,2xm204,-107v-1,-4,-3,-3,-3,0v1,2,2,2,3,0xm191,-71v-4,12,-26,24,-25,35v14,-14,42,-36,34,-60v-2,0,-4,8,-9,25xm19,-88v-1,6,2,14,6,13v0,-7,0,-12,-6,-13xm38,-84v-4,1,-2,9,1,9v2,-2,2,-10,-1,-9xm45,-72v-3,-1,-2,2,-2,4v2,2,3,0,3,-2xm29,-51v2,-10,-5,-27,-7,-18v3,12,5,18,7,18xm118,4v16,0,34,-6,40,-21v6,-2,48,-28,41,-43v-18,24,-59,42,-81,64xm56,-17v1,-8,-12,-21,-16,-23v-6,11,10,24,16,23xm238,-32v-2,1,-2,7,0,9v1,0,2,-1,2,-5v0,-2,-1,-4,-2,-4xm60,-17v-2,3,0,7,5,6v0,-3,-2,-6,-5,-6xm111,-8v0,1,-2,2,0,2r0,-2xm114,1v-12,0,-28,-6,-38,-4v-1,3,13,6,32,8v4,0,5,-1,6,-4xm248,42v-4,0,-3,3,-3,7v4,0,3,-3,3,-7xm232,45v-2,1,-2,3,0,4v1,-1,1,-3,0,-4xm229,88v0,-2,0,-6,-2,-4v0,2,-1,5,2,4xm220,87v-1,-2,-4,-3,-4,0v0,3,3,1,4,0xm219,99v2,0,2,-4,0,-5v0,2,-2,4,0,5xm232,113v0,-3,-4,-2,-4,0v1,1,3,1,4,0xm286,115v-16,0,-11,5,0,10v3,0,4,0,4,-2v-2,-5,-3,-8,-4,-8xm265,119v-2,-1,-7,-2,-7,0v1,2,6,1,7,0xm232,127v-2,-3,-3,2,-3,2xm268,130v-9,-1,-29,-4,-30,4v9,-3,24,1,30,-4xm291,141v0,-7,-5,-5,-5,-1v-1,5,5,10,5,1xm249,142v9,0,23,6,29,1v-1,-5,-26,-3,-29,-1xm215,144v-3,0,-3,3,-3,6v3,0,3,-3,3,-6","w":260},{"d":"171,-316v18,-61,34,-70,70,-45v-13,14,4,13,-9,26v-22,60,-120,228,-152,304v-4,9,-14,16,-4,23v-7,11,-18,5,-31,-9v-9,-4,-11,-6,-9,-14v9,-24,17,-44,25,-58v1,-21,18,-16,8,-23r25,-57v17,-11,10,-27,23,-38xm195,-363r-6,21v2,-1,7,-9,8,-19xm216,-348v-3,3,-5,5,-5,8v3,-2,5,-5,5,-8xm203,-291v0,0,-7,6,-1,5xm160,-247v-4,-3,-5,4,-10,16r0,2v4,-4,8,-10,10,-18xm118,-156v2,0,4,0,4,-3v-2,0,-4,1,-4,3xm101,-154v-11,7,-22,32,-27,42v10,5,14,-17,27,-42xm117,-151v-4,5,-8,9,-5,12v1,0,3,-4,5,-12xm97,-114v-1,0,-8,11,-8,21v3,0,9,-13,8,-21xm61,-70v-3,-2,-4,0,-5,6v3,2,6,-2,5,-6xm81,-60v-5,0,-4,8,-9,19v7,1,9,-12,9,-19xm64,-57v0,0,-4,4,-2,4v2,-1,4,-2,2,-4xm54,-57v-3,-1,-2,2,-2,4v2,0,2,-2,2,-4xm49,-33v-2,-3,-6,1,-7,4v0,2,1,4,3,4v4,0,4,-4,4,-8xm72,-8v2,-2,0,-4,-3,-4v-2,3,0,4,3,4xm188,-12v-23,7,-46,-38,-25,-58v25,-23,55,-1,52,27v-3,23,-13,27,-29,29xm190,-68v-12,3,-20,8,-19,14v3,0,14,-4,19,-14xm203,-57v0,4,-2,12,-5,24v4,0,11,-9,10,-19v0,-3,-2,-5,-5,-5xm190,-52v-4,-3,-6,2,-5,6v4,0,5,-2,5,-6xm167,-52v-6,3,0,25,3,14v0,-9,-1,-13,-3,-14xm179,-36v0,1,2,3,2,1xm200,-28v-3,-1,-17,2,-12,5v8,-2,12,-3,12,-5xm65,-278v-22,8,-44,-37,-24,-57v24,-24,54,-2,51,26v-3,23,-13,27,-29,29xm67,-332v-8,-4,-21,7,-18,13v4,0,10,-5,18,-13xm81,-323r-5,25v4,0,9,-10,9,-20v0,-3,-1,-5,-4,-5xm67,-319v-5,-1,-6,5,-4,8v5,1,6,-5,4,-8xm44,-318v-4,3,-3,17,3,18v0,-8,-1,-18,-3,-18xm58,-300v0,-4,-3,-1,-1,0r1,0xm77,-294v-3,-1,-16,3,-12,5v8,-2,12,-3,12,-5","w":248},{"d":"52,-178v-23,8,-45,-38,-24,-58v24,-23,54,0,51,27v-3,23,-13,27,-29,29xm54,-234v-12,3,-19,8,-18,14v3,0,13,-4,18,-14xm68,-223v0,4,-2,12,-5,24v4,1,9,-9,9,-19v0,-3,-1,-5,-4,-5xm55,-218v-4,-3,-8,3,-5,6v4,0,5,-3,5,-6xm31,-218v-4,3,-4,16,3,17v0,-8,-1,-17,-3,-17xm45,-200v0,-4,-3,-1,-1,0r1,0xm64,-194v-3,-1,-17,2,-12,5v8,-2,12,-3,12,-5xm73,11v-2,8,-10,19,-10,25r5,-3v-9,10,-18,23,-26,19v9,-20,12,-51,5,-65v-20,-2,-30,-11,-30,-27v-5,-19,40,-44,54,-21v3,0,6,2,8,7v-3,7,-9,14,-4,15v3,2,2,-8,7,-10v13,8,-13,117,-9,60xm48,-63v5,0,12,5,15,1v-5,-1,-12,-5,-15,-1xm43,-53v-6,0,-12,5,-7,7v3,-3,7,-2,7,-7xm53,-49v-4,0,-8,5,-5,8v3,-3,5,-5,5,-8xm36,-38v-3,4,5,10,11,11v-2,-7,-8,-11,-11,-11xm69,-22v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm66,-14v-4,-1,-9,5,-4,5v3,0,5,-2,4,-5xm74,-11v-2,1,-4,2,-4,5v3,0,4,-2,4,-5xm66,3v-3,-1,-9,13,-9,15v4,-3,7,-8,9,-15"},{"d":"121,-33v41,-29,44,-74,44,-146v0,-57,-3,-76,-7,-104v-12,4,-25,7,-41,7v-7,-14,-4,-25,-2,-39v21,-4,53,-6,89,-6v46,0,54,-5,54,25v0,21,-1,20,-14,21r2,-8v-25,7,-47,-8,-44,40v-10,42,-4,134,-19,179v8,29,-45,77,-71,73v-25,-4,-66,-20,-71,-52v-5,-37,-1,-51,-32,-40v-12,-4,2,-16,0,-33r76,-7v2,21,0,52,-12,29v-6,2,-8,5,-8,9v0,42,16,69,52,54v0,6,9,3,9,0v-3,-1,-5,-1,-5,-2xm247,-314v-2,-2,-3,0,-3,2v2,0,3,-1,3,-2xm125,-312v-5,1,-6,13,1,13v4,-4,0,-4,-1,-13xm175,-309v1,4,36,-2,39,11v8,1,13,-4,4,-5v4,-2,8,-5,5,-6v-5,0,-32,-5,-48,0xm138,-304v-2,0,-5,-1,-4,2v0,2,5,3,14,3v7,0,11,-1,11,-2v0,-2,-7,-3,-21,-3xm192,-302v0,-2,-11,-3,-11,0v2,1,9,2,11,0xm246,-299v-6,2,1,23,3,9v0,-6,-1,-9,-3,-9xm201,-290v-2,-4,-15,-2,-10,3v6,-1,10,-1,10,-3xm210,-291v-2,-2,-7,0,-3,2xm169,-290v0,0,-2,0,-2,1v0,0,2,0,2,-1xm133,-287v-2,-4,-18,-2,-15,1v3,7,9,6,15,-1xm149,-282v-2,-2,-9,-2,-8,2v3,0,9,-1,8,-2xm193,-267v2,-2,-1,-8,-2,-4v0,2,1,4,2,4xm168,-272v0,0,3,11,3,5v0,-2,-1,-4,-3,-5xm180,-258v0,-3,-4,-4,-3,0v1,2,2,2,3,0xm181,-222v-3,0,-6,16,-3,22v2,-10,6,-15,3,-22xm180,-185v2,-6,-4,-8,-4,-2v0,2,2,4,4,2xm180,-172v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm74,-123r6,0v-2,0,-5,-2,-6,0xm32,-121v-2,-2,-6,0,-7,5v1,4,31,2,21,-2v-4,-1,-17,3,-14,-3xm182,-117v-7,-1,-4,17,-6,25v4,-7,6,-15,6,-25xm24,-117v-3,2,0,8,4,8v3,-3,2,-8,-4,-8xm76,-115v-3,0,-4,5,-2,6v2,-1,2,-3,2,-6xm49,-111v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm18,-109v-2,0,-4,0,-3,3v2,0,4,0,3,-3xm50,-102v-2,3,5,6,6,6v0,-4,-1,-6,-6,-6xm56,-93v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm44,-88v-3,0,-6,3,-2,4v4,2,5,-3,2,-4xm58,-83v0,-4,-5,-7,-6,-2v1,3,4,5,6,2xm45,-82v-10,2,1,23,5,32v6,-9,-4,-36,-5,-32xm171,-72v-1,4,-17,23,-13,26v4,2,17,-14,13,-26xm76,-25v-4,-4,-12,-20,-17,-9v0,4,9,10,27,20v2,0,7,3,8,1v-2,-3,-7,-7,-18,-12xm118,-24v-4,-4,-19,2,-9,4v4,0,7,-1,9,-4xm158,-21v-8,5,-36,9,-30,16v0,5,-30,1,-37,3v24,14,47,3,67,-16r0,-3xm64,-19v0,0,-2,0,-2,1v1,2,4,5,4,1xm102,-8v1,-3,-2,-2,-4,-2v1,1,2,4,4,2","w":222},{"d":"5,-287v-2,-2,-12,-17,-13,-19v6,-2,6,-6,1,-8v-1,-8,12,-9,22,-8v13,2,53,-8,77,-6v-4,1,7,38,-13,34v6,16,34,47,44,73v3,7,10,13,18,20v17,-19,48,-56,62,-86v-14,-4,-25,0,-25,-28v0,-4,4,-6,13,-6v8,-5,97,-22,83,16v0,17,-7,9,-12,20v-7,-8,-15,-6,-25,3v-4,-9,-8,-4,10,-14v-26,23,-37,25,-36,36v18,-13,39,-47,47,-29v-27,33,-47,57,-58,72v-47,59,-39,25,-35,111v3,65,-11,73,30,73v2,10,-2,22,5,29v0,17,-100,10,-98,6v1,-16,-9,-36,15,-36v10,0,13,0,13,-3v-4,-14,-5,-50,-5,-109v-26,-54,-43,-85,-78,-137v-8,-6,-45,5,-32,-11v0,0,-8,-3,-7,2v0,2,-1,4,-3,5xm76,-307v-1,-3,-20,-3,-17,1v5,-3,14,4,17,-1xm256,-301v0,2,2,1,3,1v1,-3,-2,-2,-3,-1xm201,-298v-1,-5,-11,-1,-6,2v3,0,5,0,6,-2xm56,-290v0,0,-2,0,-2,1v1,1,2,2,2,-1xm63,-276v0,-2,-3,-10,-6,-8v2,6,1,9,6,8xm179,-239v-2,3,-16,14,-17,26v12,-15,17,-23,17,-26xm92,-236v-3,3,0,10,6,8v3,-3,0,-7,-6,-8xm104,-225v0,-2,-2,-4,-2,-2xm147,-193v3,-4,10,-11,10,-14v-6,6,-10,11,-10,14xm145,-172v0,0,1,9,4,5v0,-2,-2,-4,-4,-5xm156,-150v-3,0,-4,5,-2,7v2,-1,2,-4,2,-7xm136,-62v0,-6,0,-24,-2,-20v1,6,-3,17,2,20xm129,-12v-2,-5,-16,-2,-11,3v4,1,12,-1,11,-3xm169,-9v3,1,14,3,15,0v-2,-2,-13,-4,-15,0","w":240},{"d":"46,-55v-1,-81,-3,-149,-3,-228v0,-26,-47,1,-43,-38v1,-10,5,-15,11,-15v44,-3,205,-2,207,3v1,1,-6,2,-3,3v4,-3,14,-7,27,-8v2,27,13,74,-16,77v-15,2,-20,-10,-10,-17v-8,-2,-2,-19,-13,-18v2,-8,-11,-4,-14,-3v-1,2,6,1,6,5v-37,1,-100,-5,-127,3v2,0,4,31,6,92v17,7,48,0,72,6v9,-3,2,-24,21,-24v4,0,6,16,6,50v-1,8,2,21,-2,25v-11,-6,-24,2,-24,-20v0,-3,-13,-5,-38,-5v-29,0,-37,-4,-35,10v4,36,-1,77,1,109v45,-5,75,-7,126,1v3,-6,10,-2,13,-3v0,-8,-3,-11,-7,-7v-10,-9,-13,-16,10,-18v1,2,20,3,18,16v-3,28,7,49,-1,61v-43,-11,-49,-10,-199,-10v-18,0,-15,-32,-8,-44v5,8,19,3,19,-3xm27,-328v-2,-2,-12,-5,-15,-2r5,7v3,-7,6,-4,10,-5xm42,-328v-4,-1,-8,3,-4,4v1,-1,5,-1,4,-4xm83,-327v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm56,-320v-2,-5,-10,-7,-11,-2v1,3,7,2,11,2xm70,-321v0,0,-2,0,-2,1v1,3,4,2,7,2v-1,-2,-3,-3,-5,-3xm211,-319v-11,-1,-23,-2,-31,1v9,-1,27,8,31,-1xm90,-318v0,1,3,1,9,1v0,-1,-3,-1,-9,-1xm91,-306v-2,-4,-37,-2,-19,4v14,-1,19,0,19,-4xm106,-305v0,1,3,2,5,2v3,0,4,-2,2,-3v-2,0,-6,-1,-7,1xm40,-303v-2,-2,-11,-2,-12,0r12,0xm221,-292v-4,0,-3,6,-2,8xm233,-277v-3,-1,-5,2,-3,5v2,0,3,-1,3,-5xm62,-267v4,-6,-5,-14,-4,-3v1,2,2,3,4,3xm62,-251v-3,1,-4,5,-1,7v4,0,2,-4,1,-7xm80,-186v0,-4,-3,-2,-4,0r4,0xm113,-181v0,-5,-4,-2,-1,0r1,0xm118,-182v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm123,-182v1,1,3,4,4,1xm54,-150v0,0,-3,7,-1,8v1,-2,1,-5,1,-8xm66,-112v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm67,-73v0,-6,-4,-6,-4,-2v0,6,3,12,4,2xm226,-66v-2,0,-4,4,-2,5v4,-1,3,-2,2,-5xm64,-39v0,0,-2,0,-2,1v0,0,2,0,2,-1xm75,-33v-1,-3,-11,-3,-11,0v0,2,9,3,11,1r0,-1xm102,-33v-3,0,-5,0,-3,3v2,0,7,-1,3,-3xm214,-31v-3,-4,-14,2,-5,3v3,-1,5,0,5,-3xm151,-29r-40,-1xm56,-27v-1,-3,-12,-4,-11,0v1,3,9,3,11,0xm194,-25v-4,-5,-20,-5,-24,-3v0,1,8,2,24,3xm35,-20v-3,-1,-2,2,-2,4v1,1,1,1,2,0r0,-4xm227,-18v-1,-2,-8,-2,-8,0v3,0,7,4,8,0xm179,-14v4,0,13,4,13,-2v-4,0,-13,0,-13,2xm142,-16v-3,-1,-4,2,-2,3v6,1,9,-1,2,-3xm105,-13v-1,-2,-5,-1,-4,2v2,0,4,0,4,-2","w":249},{"d":"24,-39v2,-11,23,-44,8,-59v17,-4,5,-136,16,-190v-1,-11,4,-31,-6,-32v-17,-6,-33,15,-30,-16v2,-20,2,-22,15,-22v41,2,63,5,63,11v6,57,0,90,-10,145v41,-23,71,-37,122,-12v3,6,22,19,19,32v26,31,16,86,7,150v16,-1,43,6,11,8v0,1,4,2,11,4v4,6,-10,5,-8,7v17,6,8,34,-8,30v-13,0,-19,-2,-19,-6v-2,-1,-34,-2,-34,-11v0,-33,11,-97,16,-132v-10,-9,-7,-21,-17,-31v-25,-11,-43,-17,-69,-5v-46,22,-33,43,-34,96v0,30,-9,34,-6,40v11,-5,28,-4,19,9v-1,2,6,2,7,5v-3,18,-2,27,-9,26v-3,-12,-109,8,-81,-35v-4,-6,-7,-9,-7,-10v2,-1,10,-1,24,-2xm29,-351v-2,5,8,6,16,6v1,-5,-12,-6,-16,-6xm82,-346v-5,-6,-13,1,-5,4v3,0,5,0,5,-4xm21,-344r0,3v1,-1,1,-2,0,-3xm34,-341v0,0,-2,0,-2,1v1,1,7,2,8,0xm46,-331v-1,-5,-16,-1,-7,1xm64,-301v-1,1,-2,5,0,6v2,-1,3,-5,0,-6xm66,-283v0,-3,-3,-5,-3,-1v1,2,1,2,3,1xm59,-272v-1,2,-1,7,-1,17v4,0,6,3,6,9v1,-2,4,-13,1,-16v-1,2,0,6,-4,5v-1,-5,1,-9,5,-6v0,-2,-3,-4,-7,-9xm162,-223v-1,0,-1,0,-1,1v0,1,2,2,6,3v0,-1,-1,-3,-5,-4xm194,-207v0,-3,-6,-5,-7,-3v1,2,4,3,7,3xm138,-196v-3,0,-6,1,-2,2v3,0,3,0,2,-2xm101,-187v-3,1,-9,5,-5,5v3,-2,5,-4,5,-5xm150,-187v-1,1,-4,0,-3,3v15,9,24,1,3,-3xm141,-180v1,0,3,-1,1,-1xm214,-154v2,-9,-8,-28,-19,-25v10,9,12,19,19,25xm183,-169v1,-4,-2,-8,-4,-5v0,3,1,5,4,5xm117,-172v-2,-3,-3,2,-3,2xm228,-165v-1,-2,-4,-5,-5,-1v2,1,4,3,5,1xm70,-152v4,2,10,-7,8,-11v-3,1,-8,4,-8,11xm203,-154v1,0,0,-10,5,-10xm83,-147v-1,-4,-12,0,-6,1v2,0,6,1,6,-1xm227,-106v-1,2,-1,4,2,3xm224,-97r-4,43v2,0,5,-12,9,-37v0,-3,-1,-6,-5,-6xm34,-40v6,1,14,5,19,3v2,-7,-8,-4,-14,-5v-3,0,-5,1,-5,2xm205,-34v-2,-3,-6,-1,-6,3v2,-1,7,1,6,-3xm82,-30v0,0,-2,0,-2,1v0,0,2,0,2,-1xm17,-28v-5,-2,-9,5,-2,4r17,0v0,-2,-5,-4,-15,-4xm82,-24v-6,-1,-6,4,-2,5v5,1,5,-3,2,-5xm195,-20v-7,0,-7,5,0,5v5,-1,13,1,16,-2v-3,-2,-9,-3,-16,-3xm17,-10v10,3,62,15,70,8v0,-3,-16,-5,-47,-5v-5,-3,-16,-6,-23,-3xm192,-9v-1,-1,-3,-1,-3,1v1,1,3,1,3,-1xm192,-4v-2,0,-7,-1,-6,2v1,3,9,5,11,2v0,-1,-1,-3,-5,-4","w":260},{"d":"22,-300v5,-4,8,-14,25,-3r155,-13v15,1,5,17,10,31r-98,172r-44,68v36,4,68,-5,113,4v3,0,6,-10,9,-30v4,6,5,-4,9,-4v17,3,27,3,26,0v3,0,5,24,7,70v-16,-1,-153,1,-189,10v-9,-10,-43,9,-37,-15v6,-27,46,-72,77,-124v32,-53,55,-89,91,-135v-26,-9,-71,12,-113,5v-7,9,-2,24,-1,37v0,3,-11,5,-32,7v-13,-22,0,-55,-8,-80xm109,-303v30,1,72,14,88,-7v-23,6,-98,3,-88,7xm101,-299v-4,-6,-11,-15,-20,-6v11,3,21,9,20,6xm170,-297v-11,-1,-25,-2,-35,1v11,-1,26,2,35,-1xm63,-293v-4,-5,-17,-16,-20,-14v0,1,8,10,20,14xm82,-294v-1,-4,-13,-3,-12,1v3,0,12,1,12,-1xm115,-294v0,0,-2,0,-2,1v0,1,2,2,4,2v0,-2,-1,-3,-2,-3xm187,-293v-16,5,-43,-2,-54,8v17,1,43,-1,54,-8xm50,-290r1,10v4,-9,18,-1,27,-5v0,-2,-9,-3,-28,-5xm93,-272v-2,-5,-20,-1,-16,2xm195,-268v-18,0,-32,32,-43,55v6,-1,33,-43,43,-55xm32,-260v0,-2,-4,-4,-3,-1xm29,-234v1,1,0,2,2,2v2,-1,8,-6,3,-8v-1,0,-3,2,-5,6xm120,-146v-5,0,-13,10,-18,29v4,0,8,-6,12,-19v4,-5,6,-8,6,-10xm74,-76v-5,6,-13,13,-17,24v6,-7,14,-13,17,-24xm198,-49v-3,0,-6,5,-2,6v3,-1,2,-3,2,-6xm149,-40v-4,0,-10,0,-7,3v4,0,7,-2,7,-3xm67,-34v5,1,20,0,10,-3v-6,0,-10,1,-10,3xm219,-12v0,4,6,5,8,3v-1,-6,0,-14,-3,-18v-2,0,-4,5,-5,15xm182,-26v-1,0,-3,-1,-3,1v0,1,2,2,5,2xm199,-15v-2,-4,-9,-1,-6,2v3,0,6,0,6,-2xm159,-14v0,0,-2,0,-2,1v0,0,2,0,2,-1xm137,-12v-7,-1,-33,-4,-36,2v12,0,29,0,36,-2xm88,-9v-1,-4,-25,-1,-15,4v9,0,14,-2,15,-4xm27,-7v-9,-7,-17,4,-2,2xm69,-5v-4,-4,-11,4,-2,2","w":240},{"d":"184,-107r0,39v-1,4,-18,0,-51,0v-38,0,-62,3,-73,1v2,-5,13,-4,43,-4v16,0,24,-4,14,-5v-38,-5,-59,-1,-60,7v-15,3,-19,-11,-15,-35v-1,-7,21,-9,45,-8v26,8,65,3,97,5xm171,-101v-2,0,-5,-1,-4,2v4,0,12,-1,4,-2xm145,-99v0,0,12,4,12,-1xm125,-99v-2,-2,-9,0,-5,2v3,0,4,0,5,-2xm149,-88v6,2,35,5,26,-2v-17,0,-26,0,-26,2xm111,-98v-2,-1,-17,-2,-15,2v6,1,11,0,15,-2xm54,-101v0,-4,-3,-5,-4,-2v-2,6,2,12,4,2xm69,-102v-3,-1,-6,2,-2,2xm141,-87v0,-1,-2,-3,-2,-1xm176,-72v-7,-11,-27,-3,-45,-3v28,3,46,5,45,3xm51,-91v-3,-1,-3,4,-1,1xm185,-168v9,1,2,11,-2,39r1,0v-9,6,-207,-21,-80,-11v16,0,24,-1,14,-3v-44,-8,-55,-6,-64,2v-11,-3,-14,-16,-8,-38v0,-8,26,-5,46,-3v25,10,62,9,93,14xm178,-160v1,-4,-7,-4,-8,-2v2,1,4,2,8,2xm148,-163v3,1,11,6,12,0v-6,-1,-13,-1,-12,0xm129,-166v-3,0,-10,0,-6,2v4,1,4,-1,6,-2xm151,-152v6,2,27,8,28,2v-9,-5,-31,-4,-28,-2xm115,-165v-2,-3,-14,-4,-17,0v7,1,13,2,17,0xm57,-178v-4,-1,-5,7,-3,9v1,-3,5,-6,3,-9xm72,-173v-3,-3,-6,2,-1,1xm143,-152v0,-1,-2,-3,-2,-1xm133,-141v0,0,-2,1,0,1v29,5,44,11,43,6v-6,-10,-25,-7,-43,-7xm53,-164v-1,-1,-5,2,-1,1","w":210},{"d":"20,-62v-12,-29,3,-90,19,-101v-2,-5,14,-19,18,-29v-3,0,-13,-10,-31,-31v-10,-37,-18,-43,-11,-60v4,4,8,0,7,-6v-3,-5,-5,5,-7,0v3,-11,11,-19,20,-25v12,-27,53,-31,89,-31v9,1,42,16,39,25v27,45,15,81,-9,114v43,36,38,38,58,75v-2,10,3,27,-3,34v0,-4,1,-11,-3,-10v-2,0,-3,4,-4,12v2,9,5,10,7,0r2,0v0,11,-3,20,-9,29v0,-4,-6,-6,-6,0v5,8,5,19,-6,21v1,-3,1,-5,-3,-4v-4,2,-15,12,-11,18v4,-2,9,-9,12,-8v-32,31,-68,62,-124,35v-12,0,-28,-19,-44,-58xm72,-334v-10,-2,-30,15,-32,27xm143,-324v0,-2,-38,-17,-42,-2r29,8v-2,-13,5,-9,13,-6xm75,-324v-7,0,-13,6,-12,9v8,-4,12,-7,12,-9xm95,-322v-9,1,-52,21,-43,60v-1,11,17,41,37,59v26,-5,55,-5,65,-37v7,-8,7,-12,9,-25v-15,-10,-6,-40,-31,-42v-3,-4,-16,-9,-37,-15xm150,-317v-1,-4,-6,-4,-7,-2v1,3,6,6,7,2xm164,-301v0,-6,-5,-12,-7,-9v2,6,5,9,7,9xm28,-306v-4,-1,-6,4,-7,12v7,0,7,-6,7,-12xm24,-273v-2,13,5,11,8,3v-2,-15,4,-23,6,-33v-11,0,-7,14,-14,30xm163,-272v6,-3,-2,-40,-6,-18v2,6,6,10,6,18xm47,-276v-3,-1,-4,4,-2,5v1,-2,2,-3,2,-5xm75,-205v-6,-4,-32,-55,-34,-59v-7,23,19,55,34,59xm170,-264v-1,7,-7,15,-2,16v4,-2,4,-12,2,-16xm24,-260v-5,21,19,62,43,63v0,-1,-8,-8,-23,-23v-16,-16,-11,-14,-17,-40r-3,0xm140,-210v7,2,26,-15,22,-32v-4,-1,-13,27,-22,32xm130,-206v-15,0,-10,9,0,2r0,-2xm147,-201v-1,3,9,4,11,4v1,-6,-6,-4,-11,-4xm166,-175v-5,-16,-23,-22,-34,-17xm75,-193v-1,1,-3,0,-3,2v5,0,10,3,14,1v0,-2,-4,-3,-11,-3xm111,-192v-3,-3,-21,0,-14,2v5,0,10,-1,14,-2xm72,-182v-14,-15,-34,21,-36,32xm168,-150v-8,-13,-25,-38,-48,-34v-33,6,-50,13,-50,22v0,12,-11,16,-13,23v1,0,3,-2,4,0v-33,53,-6,123,41,119v-2,-3,-38,-17,-37,-25v23,11,62,41,82,13r0,3v11,-5,22,-13,25,-29v-2,0,-6,4,-7,2v23,-28,3,-54,4,-91v2,1,5,5,5,0v-1,-5,-1,-8,-6,-8r0,5xm49,-148v-2,-2,-6,0,-6,5v2,0,4,-2,6,-5xm32,-115v4,7,11,5,14,-6v1,-5,-3,-3,-6,-6v3,-1,11,-4,8,-10v-11,1,-16,-11,-16,22xm190,-135v-3,6,3,23,4,8v-1,-5,-2,-8,-4,-8xm185,-119v-2,6,-8,23,1,25v9,-2,-1,-28,-1,-25xm22,-73v9,17,14,33,19,32v-7,-22,-10,-54,-14,-73v-2,0,-4,14,-5,41xm206,-83v-1,-1,-5,3,-3,3v2,0,3,-1,3,-3xm191,-61v-2,0,-4,4,-2,5v1,-1,2,-2,2,-5xm155,-43v0,-2,3,-4,3,-2xm152,-38v0,-1,0,-1,1,-1v0,1,0,1,-1,1xm51,-34v-6,5,0,18,13,19v2,-6,-7,-13,-13,-19xm117,-17v-3,-3,-14,-2,-9,2v3,0,9,0,9,-2xm108,-3v0,-3,-24,-9,-36,-8v4,7,23,11,36,8xm131,-10v-7,-1,-20,4,-15,6v4,0,9,-2,15,-6","w":225},{"d":"42,-68v-6,-40,23,-60,31,-87v33,-43,57,-92,74,-147v-13,-1,-56,-16,-73,-6v-16,0,-37,-8,-51,-3v-8,2,-10,-14,-14,-24v3,-11,9,-9,15,-10v-2,-3,-10,-7,0,-8v66,7,120,2,165,15v2,-2,3,0,3,3v-5,2,-14,35,-3,45r-13,42v-21,29,-38,59,-56,86v-25,39,-41,51,-34,105v-6,26,11,66,-32,56v1,-2,6,-6,0,-6v-7,1,-13,5,-13,-7xm152,-327v-12,-11,-97,-15,-119,-13v2,2,4,3,5,6v-5,-1,-18,1,-7,3v19,-2,33,5,52,3v0,-1,-6,-2,-17,-4r0,-2v28,1,61,11,86,7xm99,-329v-1,3,7,4,9,2v0,-1,-3,-2,-9,-2xm173,-327v1,-3,-3,-2,-5,-2v-5,0,-8,1,-8,2v0,2,4,2,11,2xm27,-321r21,3v-4,-3,-16,-8,-21,-3xm94,-322v18,3,34,8,53,9r2,-3v0,-4,-18,-6,-55,-6xm169,-317v-2,0,-4,4,-1,3xm159,-302v1,4,4,1,6,0v0,-3,-1,-4,-4,-4v-1,0,-2,2,-2,4xm174,-303v-4,0,-5,6,-6,13v0,3,1,6,4,6xm154,-295v0,1,1,4,1,1xm169,-278v-4,1,-4,14,-1,15v1,-5,5,-11,1,-15xm144,-273v0,-2,-4,-3,-3,0v-1,7,-7,16,-6,21v6,-9,8,-15,9,-21xm114,-201v23,-3,59,-105,16,-30v-11,17,-16,27,-16,30xm151,-235v-10,13,-17,27,-14,27v9,-11,14,-20,14,-27xm128,-195v0,0,6,-3,8,-9v-6,1,-8,8,-8,9xm118,-177v4,-5,10,-10,7,-13v-2,0,-4,4,-7,13xm107,-164v0,0,-9,8,-2,6xm88,-163v-2,1,-10,5,-7,8v5,-3,7,-6,7,-8xm86,-147v-2,1,-6,4,-3,5v1,0,3,-2,3,-5xm79,-137v-1,-2,-3,2,-3,2xm67,-123v-5,2,-10,6,-7,8v5,-3,7,-6,7,-8xm69,-107v-2,-2,-3,0,-3,2v2,0,3,-1,3,-2xm73,-101v-13,0,-6,28,-1,30v5,-6,-2,-22,1,-30xm57,-89v-1,0,-1,0,-1,1xm69,-46v0,0,-2,0,-2,1v-1,4,2,6,5,4v0,-2,-1,-4,-3,-5xm65,-24v-3,0,-3,5,0,2r0,-2xm54,-19v-4,0,-7,1,-6,5v1,4,15,4,17,1v0,-4,-4,-6,-11,-6xm75,-12v-3,0,-3,1,-2,3v1,0,2,-1,2,-3","w":200},{"d":"163,-219v11,-13,7,-59,-16,-65v-41,-10,-68,-7,-90,30v-10,8,-20,43,-38,29v-29,-44,44,-77,68,-95v47,-18,123,19,111,78v1,13,-17,54,-23,59v-41,7,-2,61,-22,84v-3,-2,-29,20,-30,0v-3,-58,-27,-70,14,-97v14,-10,11,-25,26,-23xm115,-317v-6,-8,-23,0,-28,6v12,0,21,-1,28,-6xm140,-312v-3,-4,-14,1,-6,3v4,0,6,-2,6,-3xm83,-306v-4,-1,-11,2,-6,4v2,-1,6,0,6,-4xm180,-289v1,-2,-7,-9,-15,-11v2,5,7,10,15,11xm44,-282v4,0,30,-11,22,-18v-1,0,-7,4,-18,11v-2,1,-4,3,-4,7xm108,-300v0,0,-2,0,-2,1v0,0,2,0,2,-1xm39,-278v-2,0,-4,4,-2,4v2,0,2,-2,2,-4xm190,-265v3,-2,-2,-9,-2,-4v0,2,0,3,2,4xm55,-268v-2,-2,-4,2,-4,5v1,0,4,-2,4,-5xm32,-263v-4,-3,-13,8,-7,9v4,-3,7,-6,7,-9xm32,-243v0,0,-5,1,-2,1xm34,-221v0,0,-2,0,-2,1v0,0,2,0,2,-1xm164,-216v0,0,-3,2,-1,2xm171,-194v0,0,-9,1,-5,2v3,0,5,0,5,-2xm133,-156v5,-12,-5,-29,-7,-11v0,8,3,11,7,11xm145,-156v1,0,3,-1,1,-1xm133,-142v4,-2,-3,-12,-3,-5v0,2,1,4,3,5xm138,-116v-8,1,1,11,-4,17v10,2,10,-12,4,-17xm143,-65v1,-1,50,15,25,18v7,17,10,36,-8,45v-23,1,-39,-12,-43,-37v0,-7,9,-16,26,-26xm140,-55v0,0,11,8,15,4v-3,-3,-10,-7,-15,-4xm146,-40v-8,-2,-15,6,-5,8v2,7,8,-4,8,-4v0,-2,-1,-3,-3,-4","w":200},{"d":"67,-35v25,-15,89,-55,102,-81v-3,0,-6,2,-8,0v22,-47,15,-45,-21,-10v-20,10,-77,-1,-87,-14v-36,-47,-41,-50,-47,-96v3,-20,16,-36,31,-62v19,-14,40,-21,67,-21v64,0,66,6,82,25v-10,-5,-12,-10,-17,-7v0,2,6,11,20,18v0,-2,-2,-6,0,-6v15,19,22,61,26,93v-7,62,-5,40,-16,82v-1,15,-7,26,-8,9v-3,11,-31,23,-20,31v4,3,11,-13,20,-16v-2,21,-50,54,-79,75v-20,23,-31,35,-55,37v-4,0,-9,-11,-15,-33v7,-6,-3,-17,13,-17v6,-5,9,-7,11,-7v-3,3,-3,4,0,5v3,-1,5,-5,1,-5xm89,-312v-2,1,-7,-1,-8,1r18,2v0,-2,-3,-3,-10,-3xm145,-312v-3,5,4,8,12,8v2,-5,-6,-9,-12,-8xm103,-310v4,2,23,14,40,13v0,-3,-10,-7,-30,-13r-10,0xm64,-301v-4,-2,-13,4,-9,7v3,-1,6,-3,9,-7xm165,-300v-2,0,-4,2,-1,2xm89,-297v-4,-4,-17,-2,-18,3v7,0,13,-1,18,-3xm121,-292v-17,-5,-76,20,-73,28v-3,19,-8,35,-9,55v8,4,12,27,17,28v53,43,85,14,105,-21v43,-32,-8,-81,-40,-90xm53,-289v-4,-4,-13,5,-7,7v5,-1,7,-5,7,-7xm146,-290v0,0,10,13,15,9v0,-1,-6,-7,-15,-9xm42,-278v-1,1,-1,3,0,4v2,-1,2,-3,0,-4xm31,-261v-7,4,-6,18,-4,26xm194,-249v3,-2,-8,-11,-8,-11r11,55v5,1,7,-2,7,-6v2,-31,-11,-26,-12,-39xm18,-244v-2,1,-6,9,-2,9v3,-1,2,-5,2,-9xm27,-231v-5,1,-3,18,0,17v2,-5,4,-15,0,-17xm194,-204v-3,1,-4,27,1,29v2,-4,6,-27,-1,-29xm28,-196v-3,3,2,18,8,20v6,-7,-2,-21,-8,-20xm41,-172v-2,0,-2,0,-2,2v16,15,11,4,2,-2xm53,-153v-2,0,-2,0,-2,2v5,2,8,5,11,2v-2,-3,-5,-4,-9,-4xm130,-130v-1,0,-3,1,-1,1xm198,-122v-3,-1,-4,8,-7,12v2,0,5,-4,7,-12xm183,-117v-2,-2,-6,2,-6,6v4,0,6,-3,6,-6xm161,-112v-3,4,-1,9,-5,9v0,-5,3,-6,5,-9xm166,-68v-8,0,-23,9,-30,23v8,-5,22,-10,30,-23xm122,-59v-4,1,-7,2,-7,5v2,0,5,-2,7,-5xm103,-22v-4,-1,-11,5,-11,10v7,-3,11,-6,11,-10xm57,-18v-2,0,-4,1,-2,2xm87,-14v-3,-4,-18,6,-17,12v6,0,11,-4,17,-12xm63,5v-6,-5,-9,1,-8,8v6,0,8,-5,8,-8xm75,10v-2,-3,-14,3,-7,2","w":223},{"d":"232,-6v-17,4,-64,31,-71,28v-37,-15,-88,-4,-114,-45v-30,-47,-35,-62,-39,-103v0,-4,7,-7,7,-1v-1,4,3,3,4,1v0,-6,-4,-10,-11,-11v-1,-11,-8,-73,11,-96v7,-55,78,-80,127,-89v22,-5,59,23,74,30v11,-3,-3,-13,5,-16v2,0,6,4,7,3v2,-6,-15,-15,2,-13v0,0,18,5,22,13v-1,25,3,74,-6,84r2,3v0,5,-8,7,-22,7v-15,7,-7,-11,-19,-25v-7,-53,-36,-53,-93,-53v-7,-11,-16,3,-34,17v0,2,-2,5,0,5v14,-12,24,-18,29,-20v-8,13,-53,34,-63,60v-31,76,10,168,44,197v36,18,67,27,102,8v3,-16,52,-32,42,-64v3,-8,17,-8,30,-6v14,30,7,67,0,91r8,3r-33,16v-4,-6,-8,-14,-11,-24xm132,-313v-1,-3,-10,0,-6,2v4,0,6,-1,6,-2xm167,-313v-3,0,-9,-2,-10,0v3,0,9,4,10,0xm102,-305v-6,-2,-21,6,-18,10v6,-2,12,-6,18,-10xm183,-295v-5,-1,-25,-17,-28,-6v9,2,18,9,28,6xm212,-287v-2,3,3,8,7,7v2,-4,-5,-7,-7,-7xm83,-279v-2,0,-6,3,-4,3v2,-1,4,-2,4,-3xm76,-273v-2,-1,-5,4,-1,3xm220,-270v-1,-2,-3,-1,-3,1v1,1,3,1,3,-1xm40,-258v3,1,12,-4,7,-6v-4,0,-6,2,-7,6xm237,-238v-1,-4,-3,-1,-3,1xm233,-235v-4,1,-6,5,-6,8v8,-3,12,-4,6,-8xm233,-219v-2,-2,-7,-1,-6,3v3,0,6,1,6,-3xm36,-203v-3,0,-6,5,-2,5v2,0,2,-2,2,-5xm17,-194v-2,1,-4,9,-2,12v3,0,2,-8,2,-12xm16,-176v-1,-1,-4,-2,-3,1xm31,-158v-6,15,-5,48,13,58v-5,-21,-12,-38,-13,-58xm19,-155v-2,5,2,15,2,5v0,-3,-1,-5,-2,-5xm19,-115v1,-2,-2,-4,-2,-2xm28,-98v-1,3,4,6,4,2v-1,-1,-2,-2,-4,-2xm29,-86v-3,4,5,18,7,10xm258,-71v0,-4,-9,-3,-9,0v1,3,9,2,9,0xm261,-65v-3,-3,-7,1,-6,5v2,5,6,2,6,-2r0,-3xm250,-60v-4,3,2,15,2,4v0,-2,0,-3,-2,-4xm55,-55v5,10,9,16,13,16v-2,-11,-12,-16,-13,-16xm40,-54v-2,0,-2,2,-1,3v2,-1,2,-1,1,-3xm238,-49v-3,-1,-6,3,-2,3v1,0,2,-1,2,-3xm253,-49v-2,-1,-5,2,-1,2xm43,-46v0,0,1,7,5,7v0,-2,-1,-6,-5,-7xm234,-42v-3,0,-6,4,-2,3v1,0,2,-1,2,-3xm73,-37v-3,4,2,8,9,9v4,-4,-5,-8,-9,-9xm254,-36r1,5v0,-2,0,-4,-1,-5xm52,-34v-1,5,5,14,11,14v-1,-8,-6,-10,-11,-14xm99,-16v0,-5,-11,-6,-13,-4v0,1,4,2,13,4xm220,-14v2,1,7,-2,5,-3v-2,0,-4,1,-5,3xm254,-14v-2,0,-2,2,-1,3v1,0,3,-2,1,-3xm105,4v1,-4,-23,-15,-29,-10v1,0,16,9,29,10xm136,1v-17,-5,-31,-11,-36,-8v8,6,23,11,36,8xm140,-2v5,13,58,-1,23,-2v-7,0,-25,0,-23,2xm199,-2v-1,0,-4,1,-1,1xm263,4v-6,-4,-25,1,-12,4v8,-2,12,-3,12,-4xm188,5v-5,1,-29,7,-35,12v16,3,15,-1,35,-10r0,-2","w":282},{"d":"66,-23v-1,-26,-14,-54,-5,-78v-8,-51,-12,-62,-11,-165v-12,-3,-16,-8,-22,-1v3,7,-1,7,-6,21v-28,11,-19,-31,-28,-50v10,-12,17,-14,36,-11v25,-2,141,-10,169,15v40,35,42,44,26,95v-11,11,-22,21,-32,29v25,17,61,46,65,86v-8,13,11,39,-16,51v-4,0,-12,2,-13,10v2,1,6,3,1,4v-1,-5,-3,-3,-4,1v-3,-1,-21,5,-19,9v2,0,6,-2,14,-5v-38,21,-71,25,-156,26r0,-3v-26,-6,-53,31,-49,-18v0,-3,10,-8,29,-12v14,-3,21,-3,21,-4xm103,-296v-16,-6,-52,6,-19,4v12,0,19,-2,19,-4xm48,-294v6,0,14,8,18,1v0,-2,-4,-3,-11,-3v-5,0,-7,1,-7,2xm116,-296v0,0,-2,0,-2,1v0,0,2,0,2,-1xm200,-282v-1,-3,-5,-5,-6,-1v0,2,5,5,6,1xm109,-281v-17,-2,-39,1,-27,6v16,-1,25,-4,27,-6xm200,-215v-9,-43,0,-59,-47,-59v-47,0,-71,5,-71,10v5,73,1,104,9,105v17,-6,63,-10,73,-17v24,-18,36,-32,36,-39xm205,-230v1,-22,-4,-48,-14,-39v11,7,8,31,14,39xm223,-259v0,0,-2,0,-2,1v1,1,4,4,4,0xm217,-247v-2,-1,-6,-1,-5,2v3,0,3,-1,5,-2xm216,-232v3,-2,-2,-8,-1,-2xm57,-223v-3,0,-2,6,0,7v2,-1,3,-7,0,-7xm188,-178v0,1,-3,2,-1,2xm148,-162v-13,-3,-35,4,-30,5v20,-1,30,-3,30,-5xm184,-161v-6,0,-17,-1,-15,4v9,0,22,7,28,3v-2,-5,-7,-7,-13,-7xm214,-143v1,-4,-6,-8,-11,-7v4,4,8,7,11,7xm175,-144v-8,-6,-61,-3,-54,5v17,-3,35,-4,54,-5xm112,-141r2,0r-2,0xm188,-141v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm102,-138v-4,0,-13,1,-13,4v8,-1,13,-2,13,-4xm231,-57v11,-24,-13,-70,-40,-70v0,-2,4,0,3,-3v-3,-3,-8,-7,-11,-4v1,1,4,3,2,4v-35,-12,-67,-7,-98,2v1,54,-8,112,17,116v52,9,111,-9,127,-45xm217,-133v-5,4,5,11,11,16v3,-5,-4,-12,-11,-16xm223,-25v-5,-3,-15,6,-11,7v4,0,8,-2,11,-7xm72,-23v0,0,-2,0,-2,1v0,0,3,3,3,1xm206,-17v-6,1,-10,3,-7,6v2,0,7,-1,7,-6xm56,-4v0,4,6,1,9,2v1,-4,-6,-3,-9,-2xm104,1v3,0,1,-1,1,-1xm42,3v-2,-2,-7,-1,-3,2","w":262},{"d":"66,-113r-44,-79v8,6,21,-8,16,-10v-4,1,-9,7,-11,3v4,-13,32,-16,33,-1v-2,2,-11,-2,-9,5v5,0,8,-1,11,-2v40,47,37,56,61,88v-3,11,-57,62,-62,72v0,-2,1,-7,-1,-7v-2,1,-13,10,-22,10v8,-13,-13,-8,-12,-27v1,-8,18,-30,40,-52xm66,-146v-15,-9,-15,-30,-28,-37v-6,13,9,18,21,39v10,9,14,36,29,33xm81,-157v-3,3,18,24,21,42v-2,0,-7,-4,-16,-13v5,16,14,22,26,17v-4,-1,-20,-38,-31,-46xm35,-60v-4,0,-4,5,-1,5v11,-3,50,-37,49,-48v-3,0,-19,14,-48,43xm105,-100v-3,-7,-11,-1,-14,6v9,0,14,-2,14,-6xm91,-88v-29,21,-51,35,-43,39v7,1,19,-14,27,-25v7,0,15,-4,16,-14","w":140},{"d":"31,-76v3,-11,23,-3,37,8v-5,1,-8,2,-8,3v11,16,11,9,21,15v-2,12,2,34,-9,38v7,3,-7,9,4,10v-3,11,-25,47,-35,35v-2,1,-5,2,-5,0v4,-13,21,-8,5,-16v-2,-14,18,-34,-9,-32v-17,-8,-21,-54,1,-56v5,-3,7,-2,5,-5r-7,0xm50,-71v-3,0,-6,0,-6,2v2,0,7,1,6,-2xm51,-60v-9,-6,-22,1,-19,10v3,0,9,-3,19,-10xm38,-37v3,1,14,-6,7,-10v-6,1,-7,4,-7,10"},{"d":"123,16v-1,-8,18,-33,-10,-37r-62,-35v-9,18,-11,19,-29,16v0,-17,2,-31,8,-56v6,-7,10,-17,10,-28v8,-10,17,-15,25,-7v-3,42,5,36,44,70v9,8,18,13,20,10v-2,-38,12,-98,-6,-121v-10,-3,-19,-7,-14,-9r13,2v-29,-14,-76,-52,-69,-70v-2,-29,28,-75,50,-80v20,-9,29,-15,29,-18v0,-32,7,-35,5,-48v14,-1,31,-6,43,-5v-7,10,-2,43,-8,57v11,12,22,19,34,29v3,-37,9,-28,33,-30v11,7,-6,35,4,46v-7,14,-3,41,-11,56v-25,1,-17,-5,-28,-39v1,-13,-15,-14,-29,-13v-9,17,-9,70,-10,74v4,-8,5,-36,2,-83v3,-1,6,-6,7,0v-2,58,-5,94,-5,108v0,5,7,8,19,8v24,0,70,46,63,86v4,63,-27,109,-81,93v-8,0,-13,3,-12,12v1,11,12,13,5,18v-18,-4,-31,-6,-40,-6xm153,-357v3,-4,-2,-8,-1,-1xm160,-357v-3,1,-4,11,1,11v0,-4,1,-9,-1,-11xm225,-311v5,0,7,-12,3,-15v-2,0,-3,5,-3,15xm191,-321v-2,2,0,6,4,8v4,-2,-2,-7,-4,-8xm131,-304v-7,-3,-22,3,-15,7v7,-1,17,3,15,-7xm106,-297v-3,-4,-11,2,-9,5v6,0,10,-1,9,-5xm85,-270v-14,23,32,59,44,62v5,0,7,-9,7,-28v0,-38,-2,-31,-5,-55v-14,-10,-52,2,-46,21xm226,-294v-4,-2,-4,10,-4,10v4,0,4,-3,4,-10xm75,-288v-4,-3,-8,5,-8,8v4,0,5,-3,8,-8xm221,-276r4,-1v-2,0,-3,0,-4,1xm150,-272v-7,0,-4,15,-2,18v2,-2,2,-8,2,-18xm67,-261v0,-12,-6,-6,-6,0v0,2,1,3,2,4v2,0,4,-2,4,-4xm66,-233v2,-9,-3,-24,-6,-16v2,10,4,16,6,16xm150,-238v2,1,6,-3,3,-4v-2,0,-3,2,-3,4xm147,-241v-4,0,-6,7,-3,9xm152,-234v-3,-1,-4,2,-2,3v1,0,2,-1,2,-3xm90,-230v-1,0,-1,1,-1,2v4,5,4,8,8,7v0,-5,-4,-6,-7,-9xm108,-213v3,-4,-6,-13,-8,-6v1,4,4,6,8,6xm150,-217v-2,0,-5,1,-7,6v5,5,8,0,7,-6xm147,-200v5,-2,-1,-8,-1,-2xm107,-197v0,2,6,4,20,5v-2,-6,-13,-7,-20,-5xm140,-162r-1,6xm225,-147v6,3,9,32,18,21v2,-5,-18,-35,-37,-34v6,9,12,13,19,13xm206,-44v28,-27,19,-48,6,-88v-10,-14,-24,-11,-48,-22v-1,0,-2,39,-4,118v3,14,38,0,46,-8xm148,-123v-3,-1,-3,4,-1,5v2,0,3,-4,1,-5xm51,-120v-3,0,-5,2,-3,3v2,-1,3,-1,3,-3xm146,-107v4,1,1,-5,2,-7v-4,-1,-1,5,-2,7xm137,-105v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm147,-103v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm64,-88v0,-3,-4,-6,-4,-2v1,1,2,2,4,2xm70,-72v0,-3,-4,-4,-4,-1v1,1,2,1,4,1xm145,-75v-5,2,-1,17,2,8v0,-5,-1,-8,-2,-8xm89,-63v-3,-5,-11,-9,-12,-6v0,2,4,4,12,6xm30,-66r-2,7v1,0,2,-4,2,-7xm244,-64v-4,1,-6,9,-4,11xm61,-59v4,5,9,9,12,6v-3,-4,-7,-6,-12,-6xm145,-58v-3,2,-4,14,-2,18v3,0,3,-13,2,-18xm224,-52v-8,-1,-22,11,-15,11v10,-3,15,-6,15,-11xm100,-49v1,3,7,4,4,0r-4,0xm220,-35v-5,-2,-11,5,-6,5v2,0,6,-1,6,-5xm221,-22v-17,-1,-13,18,0,1r0,-1xm182,-13v4,0,11,4,13,2v-2,-3,-8,-2,-13,-2xm145,-4v-1,-2,-2,1,-2,1xm144,8v-1,-2,-2,2,-2,2","w":261},{"d":"59,7v10,4,-9,12,-9,23v-2,-2,-5,-4,-9,-1v-10,-9,-12,-20,-24,-24v1,-6,9,-1,14,-1v9,-3,16,-7,13,-12v-4,1,-8,5,-11,3v6,-9,37,-30,42,-59v13,-8,10,-52,19,-28v12,-32,17,-47,15,-74v-4,0,-8,14,-12,43v-1,15,-4,24,-7,18v1,-37,20,-61,15,-101v20,-65,-8,-144,-39,-186v3,-1,7,-4,4,-5v-2,0,-7,1,-7,-1v0,-7,15,-19,28,-24v34,47,47,94,56,176v-1,2,-2,3,-4,3v1,-5,-1,-17,-5,-11v-2,14,-3,30,9,32v-4,7,-10,14,-3,26v-5,36,-22,-4,-23,31v7,1,8,-6,13,-2v5,6,-7,28,4,30v3,6,-4,22,-4,9v-4,0,-13,13,-24,38v8,-2,13,-15,13,-8v-7,21,-40,86,-56,95v0,-3,3,-8,-2,-7v-3,6,-17,10,-16,16v2,-2,5,-4,5,1v0,1,-2,4,0,4xm92,-415v-2,0,-2,0,-2,2v0,9,5,9,6,2xm82,-404v-5,-1,-10,5,-2,4v1,-1,2,-2,2,-4xm81,-389v-4,4,7,8,10,12v-1,-7,1,-14,-10,-12xm91,-371v2,-1,0,-3,-1,-3xm97,-362v1,-2,-2,-4,-2,-2xm104,-340v-7,2,5,16,6,31v3,0,10,4,11,0v0,-3,-6,-13,-17,-31xm110,-306v9,29,6,28,9,47v9,-6,10,-22,11,-36v-7,-3,-12,-9,-20,-11xm124,-246v-1,0,-1,0,-1,1v1,0,1,0,1,-1xm144,-237v0,-1,3,-4,3,-1xm145,-229v-1,0,-1,0,-1,-1xm134,-216v0,5,-6,13,-1,15v1,-4,1,-9,1,-15xm118,-216r0,9v2,0,3,-8,0,-9xm123,-160v-6,0,-6,19,-2,20v5,0,9,-6,8,-14v1,-6,-7,-1,-6,-6xm121,-134v-3,-1,-11,10,-10,21v4,-5,11,-14,10,-21xm128,-110v0,-3,1,-4,3,-2v0,1,-1,2,-3,2xm124,-104v1,0,3,-3,3,-1xm93,-67v-1,2,-4,6,0,5v9,-7,14,-15,14,-20v-2,0,-7,5,-14,15xm94,-56v-6,2,-25,21,-22,32v6,-6,16,-15,22,-32xm64,5v0,-1,1,-3,1,-1xm46,14v-1,-3,-10,-4,-10,1v1,4,7,6,10,-1","w":161},{"d":"235,-40v16,-60,18,-115,27,-228v74,3,81,-7,70,46v-7,4,-17,-1,-26,-1v-23,64,-28,167,-52,234v-9,-5,-44,5,-49,-6v0,-1,9,-1,30,-3v5,0,8,-3,8,-4r-42,3v-23,-47,-16,-86,-36,-143v-13,23,-30,120,-48,126v12,9,7,12,-10,14v-33,5,-39,3,-36,-23v3,-36,-17,-92,-17,-133v0,-41,-1,-62,-3,-62v0,-1,-12,0,-35,-2v-13,-1,-17,-28,-2,-37v22,2,58,1,73,6v12,62,1,156,14,207v6,0,12,-13,16,-38v23,-57,19,-65,45,-103v-1,-1,-4,-2,-4,-4v9,-7,46,-6,43,10r19,148v5,9,16,6,15,-7xm327,-256v-13,-2,-30,-2,-28,2v9,0,29,1,28,-2xm35,-249v-1,-3,-28,-6,-24,3v12,-1,25,-1,24,-3xm324,-249v-17,-8,-34,15,-17,9r-1,-7xm55,-233v-6,-4,-23,-3,-28,0r28,0xm20,-231v-7,-6,-9,2,-2,2xm63,-207v-7,1,3,50,3,25v0,-8,-1,-16,-3,-25xm168,-170v-2,-4,-4,-4,-3,1v1,2,3,1,3,-1xm78,-173v-2,12,0,32,6,62v0,-24,-1,-50,-6,-62xm200,-167v0,0,0,-2,1,-2v0,0,0,2,-1,2xm153,-145v-1,1,-3,2,0,3v1,-1,1,-2,0,-3xm69,-137v-4,0,-1,4,-2,8v4,1,1,-5,2,-8xm187,-129v1,15,1,28,7,32v-2,-21,-5,-32,-7,-32xm139,-89v-8,-3,-13,17,-18,38v6,3,-4,10,-11,21v25,-7,22,-44,29,-59xm256,-88v-7,11,-8,35,-13,58v6,-12,10,-26,13,-58xm79,-64v0,6,0,8,3,8v1,-4,2,-15,0,-19v-1,0,-3,4,-3,11xm82,-39v-2,0,-4,0,-3,2v1,3,7,7,6,0xm103,-33v-4,0,-6,4,-1,3xm203,-33v-4,0,-1,5,-2,8v2,4,14,1,11,-4v-5,1,-8,4,-9,-4xm245,-27v-7,0,-10,7,-6,10v5,1,6,-4,6,-10xm232,-22v-2,-3,-9,1,-5,2v3,-1,5,-1,5,-2xm84,-16v-3,-1,-5,2,-2,3v1,0,2,-1,2,-3","w":322}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+116-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("+2IA_!p68CzR+[XU}!v`=2=z5ZpAI!zR5Zq`8Cc9IBDwEj6{BBnAg:ytEApSCAI052lpavbK}{f7ksnb=@tPy[^@v2d=q+ogp>xWckaKBC5EI8_0}YiSt{:hX!9*lMewfR7un`j6AZsVb(UDz.mkBAv9_^EfE6z6WdbAEBu7_XAeq9*Akacz09w`5ASRa9t0}aPuEaPt+vPD>!=:5dKug2vh>syX5[qdg`}lg2Ajc2WMgCIyc9@X5dKugj}XkXXv8v*z>^0m>Kp[x{uh+50{o9pu_2X6+[={+knlxaPw0^A{o9Pw_^Auo!nX_!}68[n9xC=RI{b9_dXu8dgzYs6U8CE*oAV*xjls}s}0o{hm+^D(o{f0o!A7_{Al_9p685c0o!I`i2A7_{Al_9p685c0o!I`+kW7o9cX0sW*_2z:E5cl_ZVR82zj}2bt_CKl+CI70{SU8anw>`we8kX9CZp_8BA}x5y_8BAz+kSl")}catch(e){}delete _cufon_bridge_;return f})({"w":100,"face":{"font-family":"Mon-Instit","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"7","bbox":"-56.1975 -422 378 158","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"}}));

//MooTools, <http://mootools.net>, My Object Oriented (JavaScript) Tools. Copyright (c) 2006-2008 Valerio Proietti, <http://mad4milk.net>, MIT Style License.

var MooTools={version:"1.2.1",build:"0d4845aab3d9a4fdee2f0d4a6dd59210e4b697cf"};var Native=function(K){K=K||{};var A=K.name;var I=K.legacy;var B=K.protect;
var C=K.implement;var H=K.generics;var F=K.initialize;var G=K.afterImplement||function(){};var D=F||I;H=H!==false;D.constructor=Native;D.$family={name:"native"};
if(I&&F){D.prototype=I.prototype;}D.prototype.constructor=D;if(A){var E=A.toLowerCase();D.prototype.$family={name:E};Native.typize(D,E);}var J=function(N,L,O,M){if(!B||M||!N.prototype[L]){N.prototype[L]=O;
}if(H){Native.genericize(N,L,B);}G.call(N,L,O);return N;};D.alias=function(N,L,O){if(typeof N=="string"){if((N=this.prototype[N])){return J(this,L,N,O);
}}for(var M in N){this.alias(M,N[M],L);}return this;};D.implement=function(M,L,O){if(typeof M=="string"){return J(this,M,L,O);}for(var N in M){J(this,N,M[N],L);
}return this;};if(C){D.implement(C);}return D;};Native.genericize=function(B,C,A){if((!A||!B[C])&&typeof B.prototype[C]=="function"){B[C]=function(){var D=Array.prototype.slice.call(arguments);
return B.prototype[C].apply(D.shift(),D);};}};Native.implement=function(D,C){for(var B=0,A=D.length;B<A;B++){D[B].implement(C);}};Native.typize=function(A,B){if(!A.type){A.type=function(C){return($type(C)===B);
};}};(function(){var A={Array:Array,Date:Date,Function:Function,Number:Number,RegExp:RegExp,String:String};for(var G in A){new Native({name:G,initialize:A[G],protect:true});
}var D={"boolean":Boolean,"native":Native,object:Object};for(var C in D){Native.typize(D[C],C);}var F={Array:["concat","indexOf","join","lastIndexOf","pop","push","reverse","shift","slice","sort","splice","toString","unshift","valueOf"],String:["charAt","charCodeAt","concat","indexOf","lastIndexOf","match","replace","search","slice","split","substr","substring","toLowerCase","toUpperCase","valueOf"]};
for(var E in F){for(var B=F[E].length;B--;){Native.genericize(window[E],F[E][B],true);}}})();var Hash=new Native({name:"Hash",initialize:function(A){if($type(A)=="hash"){A=$unlink(A.getClean());
}for(var B in A){this[B]=A[B];}return this;}});Hash.implement({forEach:function(B,C){for(var A in this){if(this.hasOwnProperty(A)){B.call(C,this[A],A,this);
}}},getClean:function(){var B={};for(var A in this){if(this.hasOwnProperty(A)){B[A]=this[A];}}return B;},getLength:function(){var B=0;for(var A in this){if(this.hasOwnProperty(A)){B++;
}}return B;}});Hash.alias("forEach","each");Array.implement({forEach:function(C,D){for(var B=0,A=this.length;B<A;B++){C.call(D,this[B],B,this);}}});Array.alias("forEach","each");
function $A(C){if(C.item){var D=[];for(var B=0,A=C.length;B<A;B++){D[B]=C[B];}return D;}return Array.prototype.slice.call(C);}function $arguments(A){return function(){return arguments[A];
};}function $chk(A){return !!(A||A===0);}function $clear(A){clearTimeout(A);clearInterval(A);return null;}function $defined(A){return(A!=undefined);}function $each(C,B,D){var A=$type(C);
((A=="arguments"||A=="collection"||A=="array")?Array:Hash).each(C,B,D);}function $empty(){}function $extend(C,A){for(var B in (A||{})){C[B]=A[B];}return C;
}function $H(A){return new Hash(A);}function $lambda(A){return(typeof A=="function")?A:function(){return A;};}function $merge(){var E={};for(var D=0,A=arguments.length;
D<A;D++){var B=arguments[D];if($type(B)!="object"){continue;}for(var C in B){var G=B[C],F=E[C];E[C]=(F&&$type(G)=="object"&&$type(F)=="object")?$merge(F,G):$unlink(G);
}}return E;}function $pick(){for(var B=0,A=arguments.length;B<A;B++){if(arguments[B]!=undefined){return arguments[B];}}return null;}function $random(B,A){return Math.floor(Math.random()*(A-B+1)+B);
}function $splat(B){var A=$type(B);return(A)?((A!="array"&&A!="arguments")?[B]:B):[];}var $time=Date.now||function(){return +new Date;};function $try(){for(var B=0,A=arguments.length;
B<A;B++){try{return arguments[B]();}catch(C){}}return null;}function $type(A){if(A==undefined){return false;}if(A.$family){return(A.$family.name=="number"&&!isFinite(A))?false:A.$family.name;
}if(A.nodeName){switch(A.nodeType){case 1:return"element";case 3:return(/\S/).test(A.nodeValue)?"textnode":"whitespace";}}else{if(typeof A.length=="number"){if(A.callee){return"arguments";
}else{if(A.item){return"collection";}}}}return typeof A;}function $unlink(C){var B;switch($type(C)){case"object":B={};for(var E in C){B[E]=$unlink(C[E]);
}break;case"hash":B=new Hash(C);break;case"array":B=[];for(var D=0,A=C.length;D<A;D++){B[D]=$unlink(C[D]);}break;default:return C;}return B;}var Browser=$merge({Engine:{name:"unknown",version:0},Platform:{name:(window.orientation!=undefined)?"ipod":(navigator.platform.match(/mac|win|linux/i)||["other"])[0].toLowerCase()},Features:{xpath:!!(document.evaluate),air:!!(window.runtime),query:!!(document.querySelector)},Plugins:{},Engines:{presto:function(){return(!window.opera)?false:((arguments.callee.caller)?960:((document.getElementsByClassName)?950:925));
},trident:function(){return(!window.ActiveXObject)?false:((window.XMLHttpRequest)?5:4);},webkit:function(){return(navigator.taintEnabled)?false:((Browser.Features.xpath)?((Browser.Features.query)?525:420):419);
},gecko:function(){return(document.getBoxObjectFor==undefined)?false:((document.getElementsByClassName)?19:18);}}},Browser||{});Browser.Platform[Browser.Platform.name]=true;
Browser.detect=function(){for(var B in this.Engines){var A=this.Engines[B]();if(A){this.Engine={name:B,version:A};this.Engine[B]=this.Engine[B+A]=true;
break;}}return{name:B,version:A};};Browser.detect();Browser.Request=function(){return $try(function(){return new XMLHttpRequest();},function(){return new ActiveXObject("MSXML2.XMLHTTP");
});};Browser.Features.xhr=!!(Browser.Request());Browser.Plugins.Flash=(function(){var A=($try(function(){return navigator.plugins["Shockwave Flash"].description;
},function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version");})||"0 r0").match(/\d+/g);return{version:parseInt(A[0]||0+"."+A[1]||0),build:parseInt(A[2]||0)};
})();function $exec(B){if(!B){return B;}if(window.execScript){window.execScript(B);}else{var A=document.createElement("script");A.setAttribute("type","text/javascript");
A[(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerText":"text"]=B;document.head.appendChild(A);document.head.removeChild(A);}return B;}Native.UID=1;
var $uid=(Browser.Engine.trident)?function(A){return(A.uid||(A.uid=[Native.UID++]))[0];}:function(A){return A.uid||(A.uid=Native.UID++);};var Window=new Native({name:"Window",legacy:(Browser.Engine.trident)?null:window.Window,initialize:function(A){$uid(A);
if(!A.Element){A.Element=$empty;if(Browser.Engine.webkit){A.document.createElement("iframe");}A.Element.prototype=(Browser.Engine.webkit)?window["[[DOMElement.prototype]]"]:{};
}A.document.window=A;return $extend(A,Window.Prototype);},afterImplement:function(B,A){window[B]=Window.Prototype[B]=A;}});Window.Prototype={$family:{name:"window"}};
new Window(window);var Document=new Native({name:"Document",legacy:(Browser.Engine.trident)?null:window.Document,initialize:function(A){$uid(A);A.head=A.getElementsByTagName("head")[0];
A.html=A.getElementsByTagName("html")[0];if(Browser.Engine.trident&&Browser.Engine.version<=4){$try(function(){A.execCommand("BackgroundImageCache",false,true);
});}if(Browser.Engine.trident){A.window.attachEvent("onunload",function(){A.window.detachEvent("onunload",arguments.callee);A.head=A.html=A.window=null;
});}return $extend(A,Document.Prototype);},afterImplement:function(B,A){document[B]=Document.Prototype[B]=A;}});Document.Prototype={$family:{name:"document"}};
new Document(document);Array.implement({every:function(C,D){for(var B=0,A=this.length;B<A;B++){if(!C.call(D,this[B],B,this)){return false;}}return true;
},filter:function(D,E){var C=[];for(var B=0,A=this.length;B<A;B++){if(D.call(E,this[B],B,this)){C.push(this[B]);}}return C;},clean:function(){return this.filter($defined);
},indexOf:function(C,D){var A=this.length;for(var B=(D<0)?Math.max(0,A+D):D||0;B<A;B++){if(this[B]===C){return B;}}return -1;},map:function(D,E){var C=[];
for(var B=0,A=this.length;B<A;B++){C[B]=D.call(E,this[B],B,this);}return C;},some:function(C,D){for(var B=0,A=this.length;B<A;B++){if(C.call(D,this[B],B,this)){return true;
}}return false;},associate:function(C){var D={},B=Math.min(this.length,C.length);for(var A=0;A<B;A++){D[C[A]]=this[A];}return D;},link:function(C){var A={};
for(var E=0,B=this.length;E<B;E++){for(var D in C){if(C[D](this[E])){A[D]=this[E];delete C[D];break;}}}return A;},contains:function(A,B){return this.indexOf(A,B)!=-1;
},extend:function(C){for(var B=0,A=C.length;B<A;B++){this.push(C[B]);}return this;},getLast:function(){return(this.length)?this[this.length-1]:null;},getRandom:function(){return(this.length)?this[$random(0,this.length-1)]:null;
},include:function(A){if(!this.contains(A)){this.push(A);}return this;},combine:function(C){for(var B=0,A=C.length;B<A;B++){this.include(C[B]);}return this;
},erase:function(B){for(var A=this.length;A--;A){if(this[A]===B){this.splice(A,1);}}return this;},empty:function(){this.length=0;return this;},flatten:function(){var D=[];
for(var B=0,A=this.length;B<A;B++){var C=$type(this[B]);if(!C){continue;}D=D.concat((C=="array"||C=="collection"||C=="arguments")?Array.flatten(this[B]):this[B]);
}return D;},hexToRgb:function(B){if(this.length!=3){return null;}var A=this.map(function(C){if(C.length==1){C+=C;}return C.toInt(16);});return(B)?A:"rgb("+A+")";
},rgbToHex:function(D){if(this.length<3){return null;}if(this.length==4&&this[3]==0&&!D){return"transparent";}var B=[];for(var A=0;A<3;A++){var C=(this[A]-0).toString(16);
B.push((C.length==1)?"0"+C:C);}return(D)?B:"#"+B.join("");}});Function.implement({extend:function(A){for(var B in A){this[B]=A[B];}return this;},create:function(B){var A=this;
B=B||{};return function(D){var C=B.arguments;C=(C!=undefined)?$splat(C):Array.slice(arguments,(B.event)?1:0);if(B.event){C=[D||window.event].extend(C);
}var E=function(){return A.apply(B.bind||null,C);};if(B.delay){return setTimeout(E,B.delay);}if(B.periodical){return setInterval(E,B.periodical);}if(B.attempt){return $try(E);
}return E();};},run:function(A,B){return this.apply(B,$splat(A));},pass:function(A,B){return this.create({bind:B,arguments:A});},bind:function(B,A){return this.create({bind:B,arguments:A});
},bindWithEvent:function(B,A){return this.create({bind:B,arguments:A,event:true});},attempt:function(A,B){return this.create({bind:B,arguments:A,attempt:true})();
},delay:function(B,C,A){return this.create({bind:C,arguments:A,delay:B})();},periodical:function(C,B,A){return this.create({bind:B,arguments:A,periodical:C})();
}});Number.implement({limit:function(B,A){return Math.min(A,Math.max(B,this));},round:function(A){A=Math.pow(10,A||0);return Math.round(this*A)/A;},times:function(B,C){for(var A=0;
A<this;A++){B.call(C,A,this);}},toFloat:function(){return parseFloat(this);},toInt:function(A){return parseInt(this,A||10);}});Number.alias("times","each");
(function(B){var A={};B.each(function(C){if(!Number[C]){A[C]=function(){return Math[C].apply(null,[this].concat($A(arguments)));};}});Number.implement(A);
})(["abs","acos","asin","atan","atan2","ceil","cos","exp","floor","log","max","min","pow","sin","sqrt","tan"]);String.implement({test:function(A,B){return((typeof A=="string")?new RegExp(A,B):A).test(this);
},contains:function(A,B){return(B)?(B+this+B).indexOf(B+A+B)>-1:this.indexOf(A)>-1;},trim:function(){return this.replace(/^\s+|\s+$/g,"");},clean:function(){return this.replace(/\s+/g," ").trim();
},camelCase:function(){return this.replace(/-\D/g,function(A){return A.charAt(1).toUpperCase();});},hyphenate:function(){return this.replace(/[A-Z]/g,function(A){return("-"+A.charAt(0).toLowerCase());
});},capitalize:function(){return this.replace(/\b[a-z]/g,function(A){return A.toUpperCase();});},escapeRegExp:function(){return this.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1");
},toInt:function(A){return parseInt(this,A||10);},toFloat:function(){return parseFloat(this);},hexToRgb:function(B){var A=this.match(/^#?(\w{1,2})(\w{1,2})(\w{1,2})$/);
return(A)?A.slice(1).hexToRgb(B):null;},rgbToHex:function(B){var A=this.match(/\d{1,3}/g);return(A)?A.rgbToHex(B):null;},stripScripts:function(B){var A="";
var C=this.replace(/<script[^>]*>([\s\S]*?)<\/script>/gi,function(){A+=arguments[1]+"\n";return"";});if(B===true){$exec(A);}else{if($type(B)=="function"){B(A,C);
}}return C;},substitute:function(A,B){return this.replace(B||(/\\?\{([^{}]+)\}/g),function(D,C){if(D.charAt(0)=="\\"){return D.slice(1);}return(A[C]!=undefined)?A[C]:"";
});}});Hash.implement({has:Object.prototype.hasOwnProperty,keyOf:function(B){for(var A in this){if(this.hasOwnProperty(A)&&this[A]===B){return A;}}return null;
},hasValue:function(A){return(Hash.keyOf(this,A)!==null);},extend:function(A){Hash.each(A,function(C,B){Hash.set(this,B,C);},this);return this;},combine:function(A){Hash.each(A,function(C,B){Hash.include(this,B,C);
},this);return this;},erase:function(A){if(this.hasOwnProperty(A)){delete this[A];}return this;},get:function(A){return(this.hasOwnProperty(A))?this[A]:null;
},set:function(A,B){if(!this[A]||this.hasOwnProperty(A)){this[A]=B;}return this;},empty:function(){Hash.each(this,function(B,A){delete this[A];},this);
return this;},include:function(B,C){var A=this[B];if(A==undefined){this[B]=C;}return this;},map:function(B,C){var A=new Hash;Hash.each(this,function(E,D){A.set(D,B.call(C,E,D,this));
},this);return A;},filter:function(B,C){var A=new Hash;Hash.each(this,function(E,D){if(B.call(C,E,D,this)){A.set(D,E);}},this);return A;},every:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&!B.call(C,this[A],A)){return false;
}}return true;},some:function(B,C){for(var A in this){if(this.hasOwnProperty(A)&&B.call(C,this[A],A)){return true;}}return false;},getKeys:function(){var A=[];
Hash.each(this,function(C,B){A.push(B);});return A;},getValues:function(){var A=[];Hash.each(this,function(B){A.push(B);});return A;},toQueryString:function(A){var B=[];
Hash.each(this,function(F,E){if(A){E=A+"["+E+"]";}var D;switch($type(F)){case"object":D=Hash.toQueryString(F,E);break;case"array":var C={};F.each(function(H,G){C[G]=H;
});D=Hash.toQueryString(C,E);break;default:D=E+"="+encodeURIComponent(F);}if(F!=undefined){B.push(D);}});return B.join("&");}});Hash.alias({keyOf:"indexOf",hasValue:"contains"});
var Event=new Native({name:"Event",initialize:function(A,F){F=F||window;var K=F.document;A=A||F.event;if(A.$extended){return A;}this.$extended=true;var J=A.type;
var G=A.target||A.srcElement;while(G&&G.nodeType==3){G=G.parentNode;}if(J.test(/key/)){var B=A.which||A.keyCode;var M=Event.Keys.keyOf(B);if(J=="keydown"){var D=B-111;
if(D>0&&D<13){M="f"+D;}}M=M||String.fromCharCode(B).toLowerCase();}else{if(J.match(/(click|mouse|menu)/i)){K=(!K.compatMode||K.compatMode=="CSS1Compat")?K.html:K.body;
var I={x:A.pageX||A.clientX+K.scrollLeft,y:A.pageY||A.clientY+K.scrollTop};var C={x:(A.pageX)?A.pageX-F.pageXOffset:A.clientX,y:(A.pageY)?A.pageY-F.pageYOffset:A.clientY};
if(J.match(/DOMMouseScroll|mousewheel/)){var H=(A.wheelDelta)?A.wheelDelta/120:-(A.detail||0)/3;}var E=(A.which==3)||(A.button==2);var L=null;if(J.match(/over|out/)){switch(J){case"mouseover":L=A.relatedTarget||A.fromElement;
break;case"mouseout":L=A.relatedTarget||A.toElement;}if(!(function(){while(L&&L.nodeType==3){L=L.parentNode;}return true;}).create({attempt:Browser.Engine.gecko})()){L=false;
}}}}return $extend(this,{event:A,type:J,page:I,client:C,rightClick:E,wheel:H,relatedTarget:L,target:G,code:B,key:M,shift:A.shiftKey,control:A.ctrlKey,alt:A.altKey,meta:A.metaKey});
}});Event.Keys=new Hash({enter:13,up:38,down:40,left:37,right:39,esc:27,space:32,backspace:8,tab:9,"delete":46});Event.implement({stop:function(){return this.stopPropagation().preventDefault();
},stopPropagation:function(){if(this.event.stopPropagation){this.event.stopPropagation();}else{this.event.cancelBubble=true;}return this;},preventDefault:function(){if(this.event.preventDefault){this.event.preventDefault();
}else{this.event.returnValue=false;}return this;}});var Class=new Native({name:"Class",initialize:function(B){B=B||{};var A=function(){for(var E in this){if($type(this[E])!="function"){this[E]=$unlink(this[E]);
}}this.constructor=A;if(Class.prototyping){return this;}var D=(this.initialize)?this.initialize.apply(this,arguments):this;if(this.options&&this.options.initialize){this.options.initialize.call(this);
}return D;};for(var C in Class.Mutators){if(!B[C]){continue;}B=Class.Mutators[C](B,B[C]);delete B[C];}$extend(A,this);A.constructor=Class;A.prototype=B;
return A;}});Class.Mutators={Extends:function(C,A){Class.prototyping=A.prototype;var B=new A;delete B.parent;B=Class.inherit(B,C);delete Class.prototyping;
return B;},Implements:function(A,B){$splat(B).each(function(C){Class.prototying=C;$extend(A,($type(C)=="class")?new C:C);delete Class.prototyping;});return A;
}};Class.extend({inherit:function(B,E){var A=arguments.callee.caller;for(var D in E){var C=E[D];var G=B[D];var F=$type(C);if(G&&F=="function"){if(C!=G){if(A){C.__parent=G;
B[D]=C;}else{Class.override(B,D,C);}}}else{if(F=="object"){B[D]=$merge(G,C);}else{B[D]=C;}}}if(A){B.parent=function(){return arguments.callee.caller.__parent.apply(this,arguments);
};}return B;},override:function(B,A,E){var D=Class.prototyping;if(D&&B[A]!=D[A]){D=null;}var C=function(){var F=this.parent;this.parent=D?D[A]:B[A];var G=E.apply(this,arguments);
this.parent=F;return G;};B[A]=C;}});Class.implement({implement:function(){var A=this.prototype;$each(arguments,function(B){Class.inherit(A,B);});return this;
}});var Chain=new Class({$chain:[],chain:function(){this.$chain.extend(Array.flatten(arguments));return this;},callChain:function(){return(this.$chain.length)?this.$chain.shift().apply(this,arguments):false;
},clearChain:function(){this.$chain.empty();return this;}});var Events=new Class({$events:{},addEvent:function(C,B,A){C=Events.removeOn(C);if(B!=$empty){this.$events[C]=this.$events[C]||[];
this.$events[C].include(B);if(A){B.internal=true;}}return this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;},fireEvent:function(C,B,A){C=Events.removeOn(C);
if(!this.$events||!this.$events[C]){return this;}this.$events[C].each(function(D){D.create({bind:this,delay:A,"arguments":B})();},this);return this;},removeEvent:function(B,A){B=Events.removeOn(B);
if(!this.$events[B]){return this;}if(!A.internal){this.$events[B].erase(A);}return this;},removeEvents:function(C){if($type(C)=="object"){for(var D in C){this.removeEvent(D,C[D]);
}return this;}if(C){C=Events.removeOn(C);}for(var D in this.$events){if(C&&C!=D){continue;}var B=this.$events[D];for(var A=B.length;A--;A){this.removeEvent(D,B[A]);
}}return this;}});Events.removeOn=function(A){return A.replace(/^on([A-Z])/,function(B,C){return C.toLowerCase();});};var Options=new Class({setOptions:function(){this.options=$merge.run([this.options].extend(arguments));
if(!this.addEvent){return this;}for(var A in this.options){if($type(this.options[A])!="function"||!(/^on[A-Z]/).test(A)){continue;}this.addEvent(A,this.options[A]);
delete this.options[A];}return this;}});var Element=new Native({name:"Element",legacy:window.Element,initialize:function(A,B){var C=Element.Constructors.get(A);
if(C){return C(B);}if(typeof A=="string"){return document.newElement(A,B);}return $(A).set(B);},afterImplement:function(A,B){Element.Prototype[A]=B;if(Array[A]){return ;
}Elements.implement(A,function(){var C=[],G=true;for(var E=0,D=this.length;E<D;E++){var F=this[E][A].apply(this[E],arguments);C.push(F);if(G){G=($type(F)=="element");
}}return(G)?new Elements(C):C;});}});Element.Prototype={$family:{name:"element"}};Element.Constructors=new Hash;var IFrame=new Native({name:"IFrame",generics:false,initialize:function(){var E=Array.link(arguments,{properties:Object.type,iframe:$defined});
var C=E.properties||{};var B=$(E.iframe)||false;var D=C.onload||$empty;delete C.onload;C.id=C.name=$pick(C.id,C.name,B.id,B.name,"IFrame_"+$time());B=new Element(B||"iframe",C);
var A=function(){var F=$try(function(){return B.contentWindow.location.host;});if(F&&F==window.location.host){var G=new Window(B.contentWindow);new Document(B.contentWindow.document);
$extend(G.Element.prototype,Element.Prototype);}D.call(B.contentWindow,B.contentWindow.document);};(window.frames[C.id])?A():B.addListener("load",A);return B;
}});var Elements=new Native({initialize:function(F,B){B=$extend({ddup:true,cash:true},B);F=F||[];if(B.ddup||B.cash){var G={},E=[];for(var C=0,A=F.length;
C<A;C++){var D=$.element(F[C],!B.cash);if(B.ddup){if(G[D.uid]){continue;}G[D.uid]=true;}E.push(D);}F=E;}return(B.cash)?$extend(F,this):F;}});Elements.implement({filter:function(A,B){if(!A){return this;
}return new Elements(Array.filter(this,(typeof A=="string")?function(C){return C.match(A);}:A,B));}});Document.implement({newElement:function(A,B){if(Browser.Engine.trident&&B){["name","type","checked"].each(function(C){if(!B[C]){return ;
}A+=" "+C+'="'+B[C]+'"';if(C!="checked"){delete B[C];}});A="<"+A+">";}return $.element(this.createElement(A)).set(B);},newTextNode:function(A){return this.createTextNode(A);
},getDocument:function(){return this;},getWindow:function(){return this.window;}});Window.implement({$:function(B,C){if(B&&B.$family&&B.uid){return B;}var A=$type(B);
return($[A])?$[A](B,C,this.document):null;},$$:function(A){if(arguments.length==1&&typeof A=="string"){return this.document.getElements(A);}var F=[];var C=Array.flatten(arguments);
for(var D=0,B=C.length;D<B;D++){var E=C[D];switch($type(E)){case"element":F.push(E);break;case"string":F.extend(this.document.getElements(E,true));}}return new Elements(F);
},getDocument:function(){return this.document;},getWindow:function(){return this;}});$.string=function(C,B,A){C=A.getElementById(C);return(C)?$.element(C,B):null;
};$.element=function(A,D){$uid(A);if(!D&&!A.$family&&!(/^object|embed$/i).test(A.tagName)){var B=Element.Prototype;for(var C in B){A[C]=B[C];}}return A;
};$.object=function(B,C,A){if(B.toElement){return $.element(B.toElement(A),C);}return null;};$.textnode=$.whitespace=$.window=$.document=$arguments(0);
Native.implement([Element,Document],{getElement:function(A,B){return $(this.getElements(A,true)[0]||null,B);},getElements:function(A,D){A=A.split(",");
var C=[];var B=(A.length>1);A.each(function(E){var F=this.getElementsByTagName(E.trim());(B)?C.extend(F):C=F;},this);return new Elements(C,{ddup:B,cash:!D});
}});(function(){var H={},F={};var I={input:"checked",option:"selected",textarea:(Browser.Engine.webkit&&Browser.Engine.version<420)?"innerHTML":"value"};
var C=function(L){return(F[L]||(F[L]={}));};var G=function(N,L){if(!N){return ;}var M=N.uid;if(Browser.Engine.trident){if(N.clearAttributes){var P=L&&N.cloneNode(false);
N.clearAttributes();if(P){N.mergeAttributes(P);}}else{if(N.removeEvents){N.removeEvents();}}if((/object/i).test(N.tagName)){for(var O in N){if(typeof N[O]=="function"){N[O]=$empty;
}}Element.dispose(N);}}if(!M){return ;}H[M]=F[M]=null;};var D=function(){Hash.each(H,G);if(Browser.Engine.trident){$A(document.getElementsByTagName("object")).each(G);
}if(window.CollectGarbage){CollectGarbage();}H=F=null;};var J=function(N,L,S,M,P,R){var O=N[S||L];var Q=[];while(O){if(O.nodeType==1&&(!M||Element.match(O,M))){if(!P){return $(O,R);
}Q.push(O);}O=O[L];}return(P)?new Elements(Q,{ddup:false,cash:!R}):null;};var E={html:"innerHTML","class":"className","for":"htmlFor",text:(Browser.Engine.trident||(Browser.Engine.webkit&&Browser.Engine.version<420))?"innerText":"textContent"};
var B=["compact","nowrap","ismap","declare","noshade","checked","disabled","readonly","multiple","selected","noresize","defer"];var K=["value","accessKey","cellPadding","cellSpacing","colSpan","frameBorder","maxLength","readOnly","rowSpan","tabIndex","useMap"];
Hash.extend(E,B.associate(B));Hash.extend(E,K.associate(K.map(String.toLowerCase)));var A={before:function(M,L){if(L.parentNode){L.parentNode.insertBefore(M,L);
}},after:function(M,L){if(!L.parentNode){return ;}var N=L.nextSibling;(N)?L.parentNode.insertBefore(M,N):L.parentNode.appendChild(M);},bottom:function(M,L){L.appendChild(M);
},top:function(M,L){var N=L.firstChild;(N)?L.insertBefore(M,N):L.appendChild(M);}};A.inside=A.bottom;Hash.each(A,function(L,M){M=M.capitalize();Element.implement("inject"+M,function(N){L(this,$(N,true));
return this;});Element.implement("grab"+M,function(N){L($(N,true),this);return this;});});Element.implement({set:function(O,M){switch($type(O)){case"object":for(var N in O){this.set(N,O[N]);
}break;case"string":var L=Element.Properties.get(O);(L&&L.set)?L.set.apply(this,Array.slice(arguments,1)):this.setProperty(O,M);}return this;},get:function(M){var L=Element.Properties.get(M);
return(L&&L.get)?L.get.apply(this,Array.slice(arguments,1)):this.getProperty(M);},erase:function(M){var L=Element.Properties.get(M);(L&&L.erase)?L.erase.apply(this):this.removeProperty(M);
return this;},setProperty:function(M,N){var L=E[M];if(N==undefined){return this.removeProperty(M);}if(L&&B[M]){N=!!N;}(L)?this[L]=N:this.setAttribute(M,""+N);
return this;},setProperties:function(L){for(var M in L){this.setProperty(M,L[M]);}return this;},getProperty:function(M){var L=E[M];var N=(L)?this[L]:this.getAttribute(M,2);
return(B[M])?!!N:(L)?N:N||null;},getProperties:function(){var L=$A(arguments);return L.map(this.getProperty,this).associate(L);},removeProperty:function(M){var L=E[M];
(L)?this[L]=(L&&B[M])?false:"":this.removeAttribute(M);return this;},removeProperties:function(){Array.each(arguments,this.removeProperty,this);return this;
},hasClass:function(L){return this.className.contains(L," ");},addClass:function(L){if(!this.hasClass(L)){this.className=(this.className+" "+L).clean();
}return this;},removeClass:function(L){this.className=this.className.replace(new RegExp("(^|\\s)"+L+"(?:\\s|$)"),"$1");return this;},toggleClass:function(L){return this.hasClass(L)?this.removeClass(L):this.addClass(L);
},adopt:function(){Array.flatten(arguments).each(function(L){L=$(L,true);if(L){this.appendChild(L);}},this);return this;},appendText:function(M,L){return this.grab(this.getDocument().newTextNode(M),L);
},grab:function(M,L){A[L||"bottom"]($(M,true),this);return this;},inject:function(M,L){A[L||"bottom"](this,$(M,true));return this;},replaces:function(L){L=$(L,true);
L.parentNode.replaceChild(this,L);return this;},wraps:function(M,L){M=$(M,true);return this.replaces(M).grab(M,L);},getPrevious:function(L,M){return J(this,"previousSibling",null,L,false,M);
},getAllPrevious:function(L,M){return J(this,"previousSibling",null,L,true,M);},getNext:function(L,M){return J(this,"nextSibling",null,L,false,M);},getAllNext:function(L,M){return J(this,"nextSibling",null,L,true,M);
},getFirst:function(L,M){return J(this,"nextSibling","firstChild",L,false,M);},getLast:function(L,M){return J(this,"previousSibling","lastChild",L,false,M);
},getParent:function(L,M){return J(this,"parentNode",null,L,false,M);},getParents:function(L,M){return J(this,"parentNode",null,L,true,M);},getChildren:function(L,M){return J(this,"nextSibling","firstChild",L,true,M);
},getWindow:function(){return this.ownerDocument.window;},getDocument:function(){return this.ownerDocument;},getElementById:function(O,N){var M=this.ownerDocument.getElementById(O);
if(!M){return null;}for(var L=M.parentNode;L!=this;L=L.parentNode){if(!L){return null;}}return $.element(M,N);},getSelected:function(){return new Elements($A(this.options).filter(function(L){return L.selected;
}));},getComputedStyle:function(M){if(this.currentStyle){return this.currentStyle[M.camelCase()];}var L=this.getDocument().defaultView.getComputedStyle(this,null);
return(L)?L.getPropertyValue([M.hyphenate()]):null;},toQueryString:function(){var L=[];this.getElements("input, select, textarea",true).each(function(M){if(!M.name||M.disabled){return ;
}var N=(M.tagName.toLowerCase()=="select")?Element.getSelected(M).map(function(O){return O.value;}):((M.type=="radio"||M.type=="checkbox")&&!M.checked)?null:M.value;
$splat(N).each(function(O){if(typeof O!="undefined"){L.push(M.name+"="+encodeURIComponent(O));}});});return L.join("&");},clone:function(O,L){O=O!==false;
var R=this.cloneNode(O);var N=function(V,U){if(!L){V.removeAttribute("id");}if(Browser.Engine.trident){V.clearAttributes();V.mergeAttributes(U);V.removeAttribute("uid");
if(V.options){var W=V.options,S=U.options;for(var T=W.length;T--;){W[T].selected=S[T].selected;}}}var X=I[U.tagName.toLowerCase()];if(X&&U[X]){V[X]=U[X];
}};if(O){var P=R.getElementsByTagName("*"),Q=this.getElementsByTagName("*");for(var M=P.length;M--;){N(P[M],Q[M]);}}N(R,this);return $(R);},destroy:function(){Element.empty(this);
Element.dispose(this);G(this,true);return null;},empty:function(){$A(this.childNodes).each(function(L){Element.destroy(L);});return this;},dispose:function(){return(this.parentNode)?this.parentNode.removeChild(this):this;
},hasChild:function(L){L=$(L,true);if(!L){return false;}if(Browser.Engine.webkit&&Browser.Engine.version<420){return $A(this.getElementsByTagName(L.tagName)).contains(L);
}return(this.contains)?(this!=L&&this.contains(L)):!!(this.compareDocumentPosition(L)&16);},match:function(L){return(!L||(L==this)||(Element.get(this,"tag")==L));
}});Native.implement([Element,Window,Document],{addListener:function(O,N){if(O=="unload"){var L=N,M=this;N=function(){M.removeListener("unload",N);L();
};}else{H[this.uid]=this;}if(this.addEventListener){this.addEventListener(O,N,false);}else{this.attachEvent("on"+O,N);}return this;},removeListener:function(M,L){if(this.removeEventListener){this.removeEventListener(M,L,false);
}else{this.detachEvent("on"+M,L);}return this;},retrieve:function(M,L){var O=C(this.uid),N=O[M];if(L!=undefined&&N==undefined){N=O[M]=L;}return $pick(N);
},store:function(M,L){var N=C(this.uid);N[M]=L;return this;},eliminate:function(L){var M=C(this.uid);delete M[L];return this;}});window.addListener("unload",D);
})();Element.Properties=new Hash;Element.Properties.style={set:function(A){this.style.cssText=A;},get:function(){return this.style.cssText;},erase:function(){this.style.cssText="";
}};Element.Properties.tag={get:function(){return this.tagName.toLowerCase();}};Element.Properties.html=(function(){var C=document.createElement("div");
var A={table:[1,"<table>","</table>"],select:[1,"<select>","</select>"],tbody:[2,"<table><tbody>","</tbody></table>"],tr:[3,"<table><tbody><tr>","</tr></tbody></table>"]};
A.thead=A.tfoot=A.tbody;var B={set:function(){var E=Array.flatten(arguments).join("");var F=Browser.Engine.trident&&A[this.get("tag")];if(F){var G=C;G.innerHTML=F[1]+E+F[2];
for(var D=F[0];D--;){G=G.firstChild;}this.empty().adopt(G.childNodes);}else{this.innerHTML=E;}}};B.erase=B.set;return B;})();if(Browser.Engine.webkit&&Browser.Engine.version<420){Element.Properties.text={get:function(){if(this.innerText){return this.innerText;
}var A=this.ownerDocument.newElement("div",{html:this.innerHTML}).inject(this.ownerDocument.body);var B=A.innerText;A.destroy();return B;}};}Element.Properties.events={set:function(A){this.addEvents(A);
}};Native.implement([Element,Window,Document],{addEvent:function(E,G){var H=this.retrieve("events",{});H[E]=H[E]||{keys:[],values:[]};if(H[E].keys.contains(G)){return this;
}H[E].keys.push(G);var F=E,A=Element.Events.get(E),C=G,I=this;if(A){if(A.onAdd){A.onAdd.call(this,G);}if(A.condition){C=function(J){if(A.condition.call(this,J)){return G.call(this,J);
}return true;};}F=A.base||F;}var D=function(){return G.call(I);};var B=Element.NativeEvents[F];if(B){if(B==2){D=function(J){J=new Event(J,I.getWindow());
if(C.call(I,J)===false){J.stop();}};}this.addListener(F,D);}H[E].values.push(D);return this;},removeEvent:function(C,B){var A=this.retrieve("events");if(!A||!A[C]){return this;
}var F=A[C].keys.indexOf(B);if(F==-1){return this;}A[C].keys.splice(F,1);var E=A[C].values.splice(F,1)[0];var D=Element.Events.get(C);if(D){if(D.onRemove){D.onRemove.call(this,B);
}C=D.base||C;}return(Element.NativeEvents[C])?this.removeListener(C,E):this;},addEvents:function(A){for(var B in A){this.addEvent(B,A[B]);}return this;
},removeEvents:function(A){if($type(A)=="object"){for(var C in A){this.removeEvent(C,A[C]);}return this;}var B=this.retrieve("events");if(!B){return this;
}if(!A){for(var C in B){this.removeEvents(C);}this.eliminate("events");}else{if(B[A]){while(B[A].keys[0]){this.removeEvent(A,B[A].keys[0]);}B[A]=null;}}return this;
},fireEvent:function(D,B,A){var C=this.retrieve("events");if(!C||!C[D]){return this;}C[D].keys.each(function(E){E.create({bind:this,delay:A,"arguments":B})();
},this);return this;},cloneEvents:function(D,A){D=$(D);var C=D.retrieve("events");if(!C){return this;}if(!A){for(var B in C){this.cloneEvents(D,B);}}else{if(C[A]){C[A].keys.each(function(E){this.addEvent(A,E);
},this);}}return this;}});Element.NativeEvents={click:2,dblclick:2,mouseup:2,mousedown:2,contextmenu:2,mousewheel:2,DOMMouseScroll:2,mouseover:2,mouseout:2,mousemove:2,selectstart:2,selectend:2,keydown:2,keypress:2,keyup:2,focus:2,blur:2,change:2,reset:2,select:2,submit:2,load:1,unload:1,beforeunload:2,resize:1,move:1,DOMContentLoaded:1,readystatechange:1,error:1,abort:1,scroll:1};
(function(){var A=function(B){var C=B.relatedTarget;if(C==undefined){return true;}if(C===false){return false;}return($type(this)!="document"&&C!=this&&C.prefix!="xul"&&!this.hasChild(C));
};Element.Events=new Hash({mouseenter:{base:"mouseover",condition:A},mouseleave:{base:"mouseout",condition:A},mousewheel:{base:(Browser.Engine.gecko)?"DOMMouseScroll":"mousewheel"}});
})();Element.Properties.styles={set:function(A){this.setStyles(A);}};Element.Properties.opacity={set:function(A,B){if(!B){if(A==0){if(this.style.visibility!="hidden"){this.style.visibility="hidden";
}}else{if(this.style.visibility!="visible"){this.style.visibility="visible";}}}if(!this.currentStyle||!this.currentStyle.hasLayout){this.style.zoom=1;}if(Browser.Engine.trident){this.style.filter=(A==1)?"":"alpha(opacity="+A*100+")";
}this.style.opacity=A;this.store("opacity",A);},get:function(){return this.retrieve("opacity",1);}};Element.implement({setOpacity:function(A){return this.set("opacity",A,true);
},getOpacity:function(){return this.get("opacity");},setStyle:function(B,A){switch(B){case"opacity":return this.set("opacity",parseFloat(A));case"float":B=(Browser.Engine.trident)?"styleFloat":"cssFloat";
}B=B.camelCase();if($type(A)!="string"){var C=(Element.Styles.get(B)||"@").split(" ");A=$splat(A).map(function(E,D){if(!C[D]){return"";}return($type(E)=="number")?C[D].replace("@",Math.round(E)):E;
}).join(" ");}else{if(A==String(Number(A))){A=Math.round(A);}}this.style[B]=A;return this;},getStyle:function(G){switch(G){case"opacity":return this.get("opacity");
case"float":G=(Browser.Engine.trident)?"styleFloat":"cssFloat";}G=G.camelCase();var A=this.style[G];if(!$chk(A)){A=[];for(var F in Element.ShortStyles){if(G!=F){continue;
}for(var E in Element.ShortStyles[F]){A.push(this.getStyle(E));}return A.join(" ");}A=this.getComputedStyle(G);}if(A){A=String(A);var C=A.match(/rgba?\([\d\s,]+\)/);
if(C){A=A.replace(C[0],C[0].rgbToHex());}}if(Browser.Engine.presto||(Browser.Engine.trident&&!$chk(parseInt(A)))){if(G.test(/^(height|width)$/)){var B=(G=="width")?["left","right"]:["top","bottom"],D=0;
B.each(function(H){D+=this.getStyle("border-"+H+"-width").toInt()+this.getStyle("padding-"+H).toInt();},this);return this["offset"+G.capitalize()]-D+"px";
}if((Browser.Engine.presto)&&String(A).test("px")){return A;}if(G.test(/(border(.+)Width|margin|padding)/)){return"0px";}}return A;},setStyles:function(B){for(var A in B){this.setStyle(A,B[A]);
}return this;},getStyles:function(){var A={};Array.each(arguments,function(B){A[B]=this.getStyle(B);},this);return A;}});Element.Styles=new Hash({left:"@px",top:"@px",bottom:"@px",right:"@px",width:"@px",height:"@px",maxWidth:"@px",maxHeight:"@px",minWidth:"@px",minHeight:"@px",backgroundColor:"rgb(@, @, @)",backgroundPosition:"@px @px",color:"rgb(@, @, @)",fontSize:"@px",letterSpacing:"@px",lineHeight:"@px",clip:"rect(@px @px @px @px)",margin:"@px @px @px @px",padding:"@px @px @px @px",border:"@px @ rgb(@, @, @) @px @ rgb(@, @, @) @px @ rgb(@, @, @)",borderWidth:"@px @px @px @px",borderStyle:"@ @ @ @",borderColor:"rgb(@, @, @) rgb(@, @, @) rgb(@, @, @) rgb(@, @, @)",zIndex:"@",zoom:"@",fontWeight:"@",textIndent:"@px",opacity:"@"});
Element.ShortStyles={margin:{},padding:{},border:{},borderWidth:{},borderStyle:{},borderColor:{}};["Top","Right","Bottom","Left"].each(function(G){var F=Element.ShortStyles;
var B=Element.Styles;["margin","padding"].each(function(H){var I=H+G;F[H][I]=B[I]="@px";});var E="border"+G;F.border[E]=B[E]="@px @ rgb(@, @, @)";var D=E+"Width",A=E+"Style",C=E+"Color";
F[E]={};F.borderWidth[D]=F[E][D]=B[D]="@px";F.borderStyle[A]=F[E][A]=B[A]="@";F.borderColor[C]=F[E][C]=B[C]="rgb(@, @, @)";});(function(){Element.implement({scrollTo:function(H,I){if(B(this)){this.getWindow().scrollTo(H,I);
}else{this.scrollLeft=H;this.scrollTop=I;}return this;},getSize:function(){if(B(this)){return this.getWindow().getSize();}return{x:this.offsetWidth,y:this.offsetHeight};
},getScrollSize:function(){if(B(this)){return this.getWindow().getScrollSize();}return{x:this.scrollWidth,y:this.scrollHeight};},getScroll:function(){if(B(this)){return this.getWindow().getScroll();
}return{x:this.scrollLeft,y:this.scrollTop};},getScrolls:function(){var I=this,H={x:0,y:0};while(I&&!B(I)){H.x+=I.scrollLeft;H.y+=I.scrollTop;I=I.parentNode;
}return H;},getOffsetParent:function(){var H=this;if(B(H)){return null;}if(!Browser.Engine.trident){return H.offsetParent;}while((H=H.parentNode)&&!B(H)){if(D(H,"position")!="static"){return H;
}}return null;},getOffsets:function(){if(Browser.Engine.trident){var L=this.getBoundingClientRect(),J=this.getDocument().documentElement;return{x:L.left+J.scrollLeft-J.clientLeft,y:L.top+J.scrollTop-J.clientTop};
}var I=this,H={x:0,y:0};if(B(this)){return H;}while(I&&!B(I)){H.x+=I.offsetLeft;H.y+=I.offsetTop;if(Browser.Engine.gecko){if(!F(I)){H.x+=C(I);H.y+=G(I);
}var K=I.parentNode;if(K&&D(K,"overflow")!="visible"){H.x+=C(K);H.y+=G(K);}}else{if(I!=this&&Browser.Engine.webkit){H.x+=C(I);H.y+=G(I);}}I=I.offsetParent;
}if(Browser.Engine.gecko&&!F(this)){H.x-=C(this);H.y-=G(this);}return H;},getPosition:function(K){if(B(this)){return{x:0,y:0};}var L=this.getOffsets(),I=this.getScrolls();
var H={x:L.x-I.x,y:L.y-I.y};var J=(K&&(K=$(K)))?K.getPosition():{x:0,y:0};return{x:H.x-J.x,y:H.y-J.y};},getCoordinates:function(J){if(B(this)){return this.getWindow().getCoordinates();
}var H=this.getPosition(J),I=this.getSize();var K={left:H.x,top:H.y,width:I.x,height:I.y};K.right=K.left+K.width;K.bottom=K.top+K.height;return K;},computePosition:function(H){return{left:H.x-E(this,"margin-left"),top:H.y-E(this,"margin-top")};
},position:function(H){return this.setStyles(this.computePosition(H));}});Native.implement([Document,Window],{getSize:function(){var I=this.getWindow();
if(Browser.Engine.presto||Browser.Engine.webkit){return{x:I.innerWidth,y:I.innerHeight};}var H=A(this);return{x:H.clientWidth,y:H.clientHeight};},getScroll:function(){var I=this.getWindow();
var H=A(this);return{x:I.pageXOffset||H.scrollLeft,y:I.pageYOffset||H.scrollTop};},getScrollSize:function(){var I=A(this);var H=this.getSize();return{x:Math.max(I.scrollWidth,H.x),y:Math.max(I.scrollHeight,H.y)};
},getPosition:function(){return{x:0,y:0};},getCoordinates:function(){var H=this.getSize();return{top:0,left:0,bottom:H.y,right:H.x,height:H.y,width:H.x};
}});var D=Element.getComputedStyle;function E(H,I){return D(H,I).toInt()||0;}function F(H){return D(H,"-moz-box-sizing")=="border-box";}function G(H){return E(H,"border-top-width");
}function C(H){return E(H,"border-left-width");}function B(H){return(/^(?:body|html)$/i).test(H.tagName);}function A(H){var I=H.getDocument();return(!I.compatMode||I.compatMode=="CSS1Compat")?I.html:I.body;
}})();Native.implement([Window,Document,Element],{getHeight:function(){return this.getSize().y;},getWidth:function(){return this.getSize().x;},getScrollTop:function(){return this.getScroll().y;
},getScrollLeft:function(){return this.getScroll().x;},getScrollHeight:function(){return this.getScrollSize().y;},getScrollWidth:function(){return this.getScrollSize().x;
},getTop:function(){return this.getPosition().y;},getLeft:function(){return this.getPosition().x;}});Native.implement([Document,Element],{getElements:function(H,G){H=H.split(",");
var C,E={};for(var D=0,B=H.length;D<B;D++){var A=H[D],F=Selectors.Utils.search(this,A,E);if(D!=0&&F.item){F=$A(F);}C=(D==0)?F:(C.item)?$A(C).concat(F):C.concat(F);
}return new Elements(C,{ddup:(H.length>1),cash:!G});}});Element.implement({match:function(B){if(!B||(B==this)){return true;}var D=Selectors.Utils.parseTagAndID(B);
var A=D[0],E=D[1];if(!Selectors.Filters.byID(this,E)||!Selectors.Filters.byTag(this,A)){return false;}var C=Selectors.Utils.parseSelector(B);return(C)?Selectors.Utils.filter(this,C,{}):true;
}});var Selectors={Cache:{nth:{},parsed:{}}};Selectors.RegExps={id:(/#([\w-]+)/),tag:(/^(\w+|\*)/),quick:(/^(\w+|\*)$/),splitter:(/\s*([+>~\s])\s*([a-zA-Z#.*:\[])/g),combined:(/\.([\w-]+)|\[(\w+)(?:([!*^$~|]?=)(["']?)([^\4]*?)\4)?\]|:([\w-]+)(?:\(["']?(.*?)?["']?\)|$)/g)};
Selectors.Utils={chk:function(B,C){if(!C){return true;}var A=$uid(B);if(!C[A]){return C[A]=true;}return false;},parseNthArgument:function(F){if(Selectors.Cache.nth[F]){return Selectors.Cache.nth[F];
}var C=F.match(/^([+-]?\d*)?([a-z]+)?([+-]?\d*)?$/);if(!C){return false;}var E=parseInt(C[1]);var B=(E||E===0)?E:1;var D=C[2]||false;var A=parseInt(C[3])||0;
if(B!=0){A--;while(A<1){A+=B;}while(A>=B){A-=B;}}else{B=A;D="index";}switch(D){case"n":C={a:B,b:A,special:"n"};break;case"odd":C={a:2,b:0,special:"n"};
break;case"even":C={a:2,b:1,special:"n"};break;case"first":C={a:0,special:"index"};break;case"last":C={special:"last-child"};break;case"only":C={special:"only-child"};
break;default:C={a:(B-1),special:"index"};}return Selectors.Cache.nth[F]=C;},parseSelector:function(E){if(Selectors.Cache.parsed[E]){return Selectors.Cache.parsed[E];
}var D,H={classes:[],pseudos:[],attributes:[]};while((D=Selectors.RegExps.combined.exec(E))){var I=D[1],G=D[2],F=D[3],B=D[5],C=D[6],J=D[7];if(I){H.classes.push(I);
}else{if(C){var A=Selectors.Pseudo.get(C);if(A){H.pseudos.push({parser:A,argument:J});}else{H.attributes.push({name:C,operator:"=",value:J});}}else{if(G){H.attributes.push({name:G,operator:F,value:B});
}}}}if(!H.classes.length){delete H.classes;}if(!H.attributes.length){delete H.attributes;}if(!H.pseudos.length){delete H.pseudos;}if(!H.classes&&!H.attributes&&!H.pseudos){H=null;
}return Selectors.Cache.parsed[E]=H;},parseTagAndID:function(B){var A=B.match(Selectors.RegExps.tag);var C=B.match(Selectors.RegExps.id);return[(A)?A[1]:"*",(C)?C[1]:false];
},filter:function(F,C,E){var D;if(C.classes){for(D=C.classes.length;D--;D){var G=C.classes[D];if(!Selectors.Filters.byClass(F,G)){return false;}}}if(C.attributes){for(D=C.attributes.length;
D--;D){var B=C.attributes[D];if(!Selectors.Filters.byAttribute(F,B.name,B.operator,B.value)){return false;}}}if(C.pseudos){for(D=C.pseudos.length;D--;D){var A=C.pseudos[D];
if(!Selectors.Filters.byPseudo(F,A.parser,A.argument,E)){return false;}}}return true;},getByTagAndID:function(B,A,D){if(D){var C=(B.getElementById)?B.getElementById(D,true):Element.getElementById(B,D,true);
return(C&&Selectors.Filters.byTag(C,A))?[C]:[];}else{return B.getElementsByTagName(A);}},search:function(I,H,N){var B=[];var C=H.trim().replace(Selectors.RegExps.splitter,function(Y,X,W){B.push(X);
return":)"+W;}).split(":)");var J,E,U;for(var T=0,P=C.length;T<P;T++){var S=C[T];if(T==0&&Selectors.RegExps.quick.test(S)){J=I.getElementsByTagName(S);
continue;}var A=B[T-1];var K=Selectors.Utils.parseTagAndID(S);var V=K[0],L=K[1];if(T==0){J=Selectors.Utils.getByTagAndID(I,V,L);}else{var D={},G=[];for(var R=0,Q=J.length;
R<Q;R++){G=Selectors.Getters[A](G,J[R],V,L,D);}J=G;}var F=Selectors.Utils.parseSelector(S);if(F){E=[];for(var O=0,M=J.length;O<M;O++){U=J[O];if(Selectors.Utils.filter(U,F,N)){E.push(U);
}}J=E;}}return J;}};Selectors.Getters={" ":function(H,G,I,A,E){var D=Selectors.Utils.getByTagAndID(G,I,A);for(var C=0,B=D.length;C<B;C++){var F=D[C];if(Selectors.Utils.chk(F,E)){H.push(F);
}}return H;},">":function(H,G,I,A,F){var C=Selectors.Utils.getByTagAndID(G,I,A);for(var E=0,D=C.length;E<D;E++){var B=C[E];if(B.parentNode==G&&Selectors.Utils.chk(B,F)){H.push(B);
}}return H;},"+":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(Selectors.Utils.chk(B,D)&&Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);
}break;}}return C;},"~":function(C,B,A,E,D){while((B=B.nextSibling)){if(B.nodeType==1){if(!Selectors.Utils.chk(B,D)){break;}if(Selectors.Filters.byTag(B,A)&&Selectors.Filters.byID(B,E)){C.push(B);
}}}return C;}};Selectors.Filters={byTag:function(B,A){return(A=="*"||(B.tagName&&B.tagName.toLowerCase()==A));},byID:function(A,B){return(!B||(A.id&&A.id==B));
},byClass:function(B,A){return(B.className&&B.className.contains(A," "));},byPseudo:function(A,D,C,B){return D.call(A,C,B);},byAttribute:function(C,D,B,E){var A=Element.prototype.getProperty.call(C,D);
if(!A){return(B=="!=");}if(!B||E==undefined){return true;}switch(B){case"=":return(A==E);case"*=":return(A.contains(E));case"^=":return(A.substr(0,E.length)==E);
case"$=":return(A.substr(A.length-E.length)==E);case"!=":return(A!=E);case"~=":return A.contains(E," ");case"|=":return A.contains(E,"-");}return false;
}};Selectors.Pseudo=new Hash({checked:function(){return this.checked;},empty:function(){return !(this.innerText||this.textContent||"").length;},not:function(A){return !Element.match(this,A);
},contains:function(A){return(this.innerText||this.textContent||"").contains(A);},"first-child":function(){return Selectors.Pseudo.index.call(this,0);},"last-child":function(){var A=this;
while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"only-child":function(){var B=this;while((B=B.previousSibling)){if(B.nodeType==1){return false;
}}var A=this;while((A=A.nextSibling)){if(A.nodeType==1){return false;}}return true;},"nth-child":function(G,E){G=(G==undefined)?"n":G;var C=Selectors.Utils.parseNthArgument(G);
if(C.special!="n"){return Selectors.Pseudo[C.special].call(this,C.a,E);}var F=0;E.positions=E.positions||{};var D=$uid(this);if(!E.positions[D]){var B=this;
while((B=B.previousSibling)){if(B.nodeType!=1){continue;}F++;var A=E.positions[$uid(B)];if(A!=undefined){F=A+F;break;}}E.positions[D]=F;}return(E.positions[D]%C.a==C.b);
},index:function(A){var B=this,C=0;while((B=B.previousSibling)){if(B.nodeType==1&&++C>A){return false;}}return(C==A);},even:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n+1",A);
},odd:function(B,A){return Selectors.Pseudo["nth-child"].call(this,"2n",A);}});Element.Events.domready={onAdd:function(A){if(Browser.loaded){A.call(this);
}}};(function(){var B=function(){if(Browser.loaded){return ;}Browser.loaded=true;window.fireEvent("domready");document.fireEvent("domready");};if(Browser.Engine.trident){var A=document.createElement("div");
(function(){($try(function(){A.doScroll("left");return $(A).inject(document.body).set("html","temp").dispose();}))?B():arguments.callee.delay(50);})();
}else{if(Browser.Engine.webkit&&Browser.Engine.version<525){(function(){(["loaded","complete"].contains(document.readyState))?B():arguments.callee.delay(50);
})();}else{window.addEvent("load",B);document.addEvent("DOMContentLoaded",B);}}})();var JSON=new Hash({$specialChars:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},$replaceChars:function(A){return JSON.$specialChars[A]||"\\u00"+Math.floor(A.charCodeAt()/16).toString(16)+(A.charCodeAt()%16).toString(16);
},encode:function(B){switch($type(B)){case"string":return'"'+B.replace(/[\x00-\x1f\\"]/g,JSON.$replaceChars)+'"';case"array":return"["+String(B.map(JSON.encode).filter($defined))+"]";
case"object":case"hash":var A=[];Hash.each(B,function(E,D){var C=JSON.encode(E);if(C){A.push(JSON.encode(D)+":"+C);}});return"{"+A+"}";case"number":case"boolean":return String(B);
case false:return"null";}return null;},decode:function(string,secure){if($type(string)!="string"||!string.length){return null;}if(secure&&!(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(string.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,""))){return null;
}return eval("("+string+")");}});Native.implement([Hash,Array,String,Number],{toJSON:function(){return JSON.encode(this);}});var Cookie=new Class({Implements:Options,options:{path:false,domain:false,duration:false,secure:false,document:document},initialize:function(B,A){this.key=B;
this.setOptions(A);},write:function(B){B=encodeURIComponent(B);if(this.options.domain){B+="; domain="+this.options.domain;}if(this.options.path){B+="; path="+this.options.path;
}if(this.options.duration){var A=new Date();A.setTime(A.getTime()+this.options.duration*24*60*60*1000);B+="; expires="+A.toGMTString();}if(this.options.secure){B+="; secure";
}this.options.document.cookie=this.key+"="+B;return this;},read:function(){var A=this.options.document.cookie.match("(?:^|;)\\s*"+this.key.escapeRegExp()+"=([^;]*)");
return(A)?decodeURIComponent(A[1]):null;},dispose:function(){new Cookie(this.key,$merge(this.options,{duration:-1})).write("");return this;}});Cookie.write=function(B,C,A){return new Cookie(B,A).write(C);
};Cookie.read=function(A){return new Cookie(A).read();};Cookie.dispose=function(B,A){return new Cookie(B,A).dispose();};var Swiff=new Class({Implements:[Options],options:{id:null,height:1,width:1,container:null,properties:{},params:{quality:"high",allowScriptAccess:"always",wMode:"transparent",swLiveConnect:true},callBacks:{},vars:{}},toElement:function(){return this.object;
},initialize:function(L,M){this.instance="Swiff_"+$time();this.setOptions(M);M=this.options;var B=this.id=M.id||this.instance;var A=$(M.container);Swiff.CallBacks[this.instance]={};
var E=M.params,G=M.vars,F=M.callBacks;var H=$extend({height:M.height,width:M.width},M.properties);var K=this;for(var D in F){Swiff.CallBacks[this.instance][D]=(function(N){return function(){return N.apply(K.object,arguments);
};})(F[D]);G[D]="Swiff.CallBacks."+this.instance+"."+D;}E.flashVars=Hash.toQueryString(G);if(Browser.Engine.trident){H.classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000";
E.movie=L;}else{H.type="application/x-shockwave-flash";H.data=L;}var J='<object id="'+B+'"';for(var I in H){J+=" "+I+'="'+H[I]+'"';}J+=">";for(var C in E){if(E[C]){J+='<param name="'+C+'" value="'+E[C]+'" />';
}}J+="</object>";this.object=((A)?A.empty():new Element("div")).set("html",J).firstChild;},replaces:function(A){A=$(A,true);A.parentNode.replaceChild(this.toElement(),A);
return this;},inject:function(A){$(A,true).appendChild(this.toElement());return this;},remote:function(){return Swiff.remote.apply(Swiff,[this.toElement()].extend(arguments));
}});Swiff.CallBacks={};Swiff.remote=function(obj,fn){var rs=obj.CallFunction('<invoke name="'+fn+'" returntype="javascript">'+__flash__argumentsToXML(arguments,2)+"</invoke>");
return eval(rs);};var Fx=new Class({Implements:[Chain,Events,Options],options:{fps:50,unit:false,duration:500,link:"ignore"},initialize:function(A){this.subject=this.subject||this;
this.setOptions(A);this.options.duration=Fx.Durations[this.options.duration]||this.options.duration.toInt();var B=this.options.wait;if(B===false){this.options.link="cancel";
}},getTransition:function(){return function(A){return -(Math.cos(Math.PI*A)-1)/2;};},step:function(){var A=$time();if(A<this.time+this.options.duration){var B=this.transition((A-this.time)/this.options.duration);
this.set(this.compute(this.from,this.to,B));}else{this.set(this.compute(this.from,this.to,1));this.complete();}},set:function(A){return A;},compute:function(C,B,A){return Fx.compute(C,B,A);
},check:function(A){if(!this.timer){return true;}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));
return false;}return false;},start:function(B,A){if(!this.check(arguments.callee,B,A)){return this;}this.from=B;this.to=A;this.time=0;this.transition=this.getTransition();
this.startTimer();this.onStart();return this;},complete:function(){if(this.stopTimer()){this.onComplete();}return this;},cancel:function(){if(this.stopTimer()){this.onCancel();
}return this;},onStart:function(){this.fireEvent("start",this.subject);},onComplete:function(){this.fireEvent("complete",this.subject);if(!this.callChain()){this.fireEvent("chainComplete",this.subject);
}},onCancel:function(){this.fireEvent("cancel",this.subject).clearChain();},pause:function(){this.stopTimer();return this;},resume:function(){this.startTimer();
return this;},stopTimer:function(){if(!this.timer){return false;}this.time=$time()-this.time;this.timer=$clear(this.timer);return true;},startTimer:function(){if(this.timer){return false;
}this.time=$time()-this.time;this.timer=this.step.periodical(Math.round(1000/this.options.fps),this);return true;}});Fx.compute=function(C,B,A){return(B-C)*A+C;
};Fx.Durations={"short":250,normal:500,"long":1000};Fx.CSS=new Class({Extends:Fx,prepare:function(D,E,B){B=$splat(B);var C=B[1];if(!$chk(C)){B[1]=B[0];
B[0]=D.getStyle(E);}var A=B.map(this.parse);return{from:A[0],to:A[1]};},parse:function(A){A=$lambda(A)();A=(typeof A=="string")?A.split(" "):$splat(A);
return A.map(function(C){C=String(C);var B=false;Fx.CSS.Parsers.each(function(F,E){if(B){return ;}var D=F.parse(C);if($chk(D)){B={value:D,parser:F};}});
B=B||{value:C,parser:Fx.CSS.Parsers.String};return B;});},compute:function(D,C,B){var A=[];(Math.min(D.length,C.length)).times(function(E){A.push({value:D[E].parser.compute(D[E].value,C[E].value,B),parser:D[E].parser});
});A.$family={name:"fx:css:value"};return A;},serve:function(C,B){if($type(C)!="fx:css:value"){C=this.parse(C);}var A=[];C.each(function(D){A=A.concat(D.parser.serve(D.value,B));
});return A;},render:function(A,D,C,B){A.setStyle(D,this.serve(C,B));},search:function(A){if(Fx.CSS.Cache[A]){return Fx.CSS.Cache[A];}var B={};Array.each(document.styleSheets,function(E,D){var C=E.href;
if(C&&C.contains("://")&&!C.contains(document.domain)){return ;}var F=E.rules||E.cssRules;Array.each(F,function(I,G){if(!I.style){return ;}var H=(I.selectorText)?I.selectorText.replace(/^\w+/,function(J){return J.toLowerCase();
}):null;if(!H||!H.test("^"+A+"$")){return ;}Element.Styles.each(function(K,J){if(!I.style[J]||Element.ShortStyles[J]){return ;}K=String(I.style[J]);B[J]=(K.test(/^rgb/))?K.rgbToHex():K;
});});});return Fx.CSS.Cache[A]=B;}});Fx.CSS.Cache={};Fx.CSS.Parsers=new Hash({Color:{parse:function(A){if(A.match(/^#[0-9a-f]{3,6}$/i)){return A.hexToRgb(true);
}return((A=A.match(/(\d+),\s*(\d+),\s*(\d+)/)))?[A[1],A[2],A[3]]:false;},compute:function(C,B,A){return C.map(function(E,D){return Math.round(Fx.compute(C[D],B[D],A));
});},serve:function(A){return A.map(Number);}},Number:{parse:parseFloat,compute:Fx.compute,serve:function(B,A){return(A)?B+A:B;}},String:{parse:$lambda(false),compute:$arguments(1),serve:$arguments(0)}});
Fx.Tween=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(B,A){if(arguments.length==1){A=B;
B=this.property||this.options.property;}this.render(this.element,B,A,this.options.unit);return this;},start:function(C,E,D){if(!this.check(arguments.callee,C,E,D)){return this;
}var B=Array.flatten(arguments);this.property=this.options.property||B.shift();var A=this.prepare(this.element,this.property,B);return this.parent(A.from,A.to);
}});Element.Properties.tween={set:function(A){var B=this.retrieve("tween");if(B){B.cancel();}return this.eliminate("tween").store("tween:options",$extend({link:"cancel"},A));
},get:function(A){if(A||!this.retrieve("tween")){if(A||!this.retrieve("tween:options")){this.set("tween",A);}this.store("tween",new Fx.Tween(this,this.retrieve("tween:options")));
}return this.retrieve("tween");}};Element.implement({tween:function(A,C,B){this.get("tween").start(arguments);return this;},fade:function(C){var E=this.get("tween"),D="opacity",A;
C=$pick(C,"toggle");switch(C){case"in":E.start(D,1);break;case"out":E.start(D,0);break;case"show":E.set(D,1);break;case"hide":E.set(D,0);break;case"toggle":var B=this.retrieve("fade:flag",this.get("opacity")==1);
E.start(D,(B)?0:1);this.store("fade:flag",!B);A=true;break;default:E.start(D,arguments);}if(!A){this.eliminate("fade:flag");}return this;},highlight:function(C,A){if(!A){A=this.retrieve("highlight:original",this.getStyle("background-color"));
A=(A=="transparent")?"#fff":A;}var B=this.get("tween");B.start("background-color",C||"#ffff88",A).chain(function(){this.setStyle("background-color",this.retrieve("highlight:original"));
B.callChain();}.bind(this));return this;}});Fx.Morph=new Class({Extends:Fx.CSS,initialize:function(B,A){this.element=this.subject=$(B);this.parent(A);},set:function(A){if(typeof A=="string"){A=this.search(A);
}for(var B in A){this.render(this.element,B,A[B],this.options.unit);}return this;},compute:function(E,D,C){var A={};for(var B in E){A[B]=this.parent(E[B],D[B],C);
}return A;},start:function(B){if(!this.check(arguments.callee,B)){return this;}if(typeof B=="string"){B=this.search(B);}var E={},D={};for(var C in B){var A=this.prepare(this.element,C,B[C]);
E[C]=A.from;D[C]=A.to;}return this.parent(E,D);}});Element.Properties.morph={set:function(A){var B=this.retrieve("morph");if(B){B.cancel();}return this.eliminate("morph").store("morph:options",$extend({link:"cancel"},A));
},get:function(A){if(A||!this.retrieve("morph")){if(A||!this.retrieve("morph:options")){this.set("morph",A);}this.store("morph",new Fx.Morph(this,this.retrieve("morph:options")));
}return this.retrieve("morph");}};Element.implement({morph:function(A){this.get("morph").start(A);return this;}});Fx.implement({getTransition:function(){var A=this.options.transition||Fx.Transitions.Sine.easeInOut;
if(typeof A=="string"){var B=A.split(":");A=Fx.Transitions;A=A[B[0]]||A[B[0].capitalize()];if(B[1]){A=A["ease"+B[1].capitalize()+(B[2]?B[2].capitalize():"")];
}}return A;}});Fx.Transition=function(B,A){A=$splat(A);return $extend(B,{easeIn:function(C){return B(C,A);},easeOut:function(C){return 1-B(1-C,A);},easeInOut:function(C){return(C<=0.5)?B(2*C,A)/2:(2-B(2*(1-C),A))/2;
}});};Fx.Transitions=new Hash({linear:$arguments(0)});Fx.Transitions.extend=function(A){for(var B in A){Fx.Transitions[B]=new Fx.Transition(A[B]);}};Fx.Transitions.extend({Pow:function(B,A){return Math.pow(B,A[0]||6);
},Expo:function(A){return Math.pow(2,8*(A-1));},Circ:function(A){return 1-Math.sin(Math.acos(A));},Sine:function(A){return 1-Math.sin((1-A)*Math.PI/2);
},Back:function(B,A){A=A[0]||1.618;return Math.pow(B,2)*((A+1)*B-A);},Bounce:function(D){var C;for(var B=0,A=1;1;B+=A,A/=2){if(D>=(7-4*B)/11){C=A*A-Math.pow((11-6*B-11*D)/4,2);
break;}}return C;},Elastic:function(B,A){return Math.pow(2,10*--B)*Math.cos(20*B*Math.PI*(A[0]||1)/3);}});["Quad","Cubic","Quart","Quint"].each(function(B,A){Fx.Transitions[B]=new Fx.Transition(function(C){return Math.pow(C,[A+2]);
});});var Request=new Class({Implements:[Chain,Events,Options],options:{url:"",data:"",headers:{"X-Requested-With":"XMLHttpRequest",Accept:"text/javascript, text/html, application/xml, text/xml, */*"},async:true,format:false,method:"post",link:"ignore",isSuccess:null,emulation:true,urlEncoded:true,encoding:"utf-8",evalScripts:false,evalResponse:false},initialize:function(A){this.xhr=new Browser.Request();
this.setOptions(A);this.options.isSuccess=this.options.isSuccess||this.isSuccess;this.headers=new Hash(this.options.headers);},onStateChange:function(){if(this.xhr.readyState!=4||!this.running){return ;
}this.running=false;this.status=0;$try(function(){this.status=this.xhr.status;}.bind(this));if(this.options.isSuccess.call(this,this.status)){this.response={text:this.xhr.responseText,xml:this.xhr.responseXML};
this.success(this.response.text,this.response.xml);}else{this.response={text:null,xml:null};this.failure();}this.xhr.onreadystatechange=$empty;},isSuccess:function(){return((this.status>=200)&&(this.status<300));
},processScripts:function(A){if(this.options.evalResponse||(/(ecma|java)script/).test(this.getHeader("Content-type"))){return $exec(A);}return A.stripScripts(this.options.evalScripts);
},success:function(B,A){this.onSuccess(this.processScripts(B),A);},onSuccess:function(){this.fireEvent("complete",arguments).fireEvent("success",arguments).callChain();
},failure:function(){this.onFailure();},onFailure:function(){this.fireEvent("complete").fireEvent("failure",this.xhr);},setHeader:function(A,B){this.headers.set(A,B);
return this;},getHeader:function(A){return $try(function(){return this.xhr.getResponseHeader(A);}.bind(this));},check:function(A){if(!this.running){return true;
}switch(this.options.link){case"cancel":this.cancel();return true;case"chain":this.chain(A.bind(this,Array.slice(arguments,1)));return false;}return false;
},send:function(I){if(!this.check(arguments.callee,I)){return this;}this.running=true;var G=$type(I);if(G=="string"||G=="element"){I={data:I};}var D=this.options;
I=$extend({data:D.data,url:D.url,method:D.method},I);var E=I.data,B=I.url,A=I.method;switch($type(E)){case"element":E=$(E).toQueryString();break;case"object":case"hash":E=Hash.toQueryString(E);
}if(this.options.format){var H="format="+this.options.format;E=(E)?H+"&"+E:H;}if(this.options.emulation&&["put","delete"].contains(A)){var F="_method="+A;
E=(E)?F+"&"+E:F;A="post";}if(this.options.urlEncoded&&A=="post"){var C=(this.options.encoding)?"; charset="+this.options.encoding:"";this.headers.set("Content-type","application/x-www-form-urlencoded"+C);
}if(E&&A=="get"){B=B+(B.contains("?")?"&":"?")+E;E=null;}this.xhr.open(A.toUpperCase(),B,this.options.async);this.xhr.onreadystatechange=this.onStateChange.bind(this);
this.headers.each(function(K,J){try{this.xhr.setRequestHeader(J,K);}catch(L){this.fireEvent("exception",[J,K]);}},this);this.fireEvent("request");this.xhr.send(E);
if(!this.options.async){this.onStateChange();}return this;},cancel:function(){if(!this.running){return this;}this.running=false;this.xhr.abort();this.xhr.onreadystatechange=$empty;
this.xhr=new Browser.Request();this.fireEvent("cancel");return this;}});(function(){var A={};["get","post","put","delete","GET","POST","PUT","DELETE"].each(function(B){A[B]=function(){var C=Array.link(arguments,{url:String.type,data:$defined});
return this.send($extend(C,{method:B.toLowerCase()}));};});Request.implement(A);})();Element.Properties.send={set:function(A){var B=this.retrieve("send");
if(B){B.cancel();}return this.eliminate("send").store("send:options",$extend({data:this,link:"cancel",method:this.get("method")||"post",url:this.get("action")},A));
},get:function(A){if(A||!this.retrieve("send")){if(A||!this.retrieve("send:options")){this.set("send",A);}this.store("send",new Request(this.retrieve("send:options")));
}return this.retrieve("send");}};Element.implement({send:function(A){var B=this.get("send");B.send({data:this,url:A||B.options.url});return this;}});Request.HTML=new Class({Extends:Request,options:{update:false,evalScripts:true,filter:false},processHTML:function(C){var B=C.match(/<body[^>]*>([\s\S]*?)<\/body>/i);
C=(B)?B[1]:C;var A=new Element("div");return $try(function(){var D="<root>"+C+"</root>",G;if(Browser.Engine.trident){G=new ActiveXObject("Microsoft.XMLDOM");
G.async=false;G.loadXML(D);}else{G=new DOMParser().parseFromString(D,"text/xml");}D=G.getElementsByTagName("root")[0];for(var F=0,E=D.childNodes.length;
F<E;F++){var H=Element.clone(D.childNodes[F],true,true);if(H){A.grab(H);}}return A;})||A.set("html",C);},success:function(D){var C=this.options,B=this.response;
B.html=D.stripScripts(function(E){B.javascript=E;});var A=this.processHTML(B.html);B.tree=A.childNodes;B.elements=A.getElements("*");if(C.filter){B.tree=B.elements.filter(C.filter);
}if(C.update){$(C.update).empty().set("html",B.html);}if(C.evalScripts){$exec(B.javascript);}this.onSuccess(B.tree,B.elements,B.html,B.javascript);}});
Element.Properties.load={set:function(A){var B=this.retrieve("load");if(B){B.cancel();}return this.eliminate("load").store("load:options",$extend({data:this,link:"cancel",update:this,method:"get"},A));
},get:function(A){if(A||!this.retrieve("load")){if(A||!this.retrieve("load:options")){this.set("load",A);}this.store("load",new Request.HTML(this.retrieve("load:options")));
}return this.retrieve("load");}};Element.implement({load:function(){this.get("load").send(Array.link(arguments,{data:Object.type,url:String.type}));return this;
}});Request.JSON=new Class({Extends:Request,options:{secure:true},initialize:function(A){this.parent(A);this.headers.extend({Accept:"application/json","X-Request":"JSON"});
},success:function(A){this.response.json=JSON.decode(A,this.options.secure);this.onSuccess(this.response.json,A);}});

//MooTools More, <http://mootools.net/more>. Copyright (c) 2006-2008 Valerio Proietti, <http://mad4milk.net>, MIT Style License.

/*
Script: Fx.Slide.js
	Effect to slide an element in and out of view.

License:
	MIT-style license.
*/

Fx.Slide = new Class({

	Extends: Fx,

	options: {
		mode: 'vertical'
	},

	initialize: function(element, options){
		this.addEvent('complete', function(){
			this.open = (this.wrapper['offset' + this.layout.capitalize()] != 0);
			if (this.open && Browser.Engine.webkit419) this.element.dispose().inject(this.wrapper);
		}, true);
		this.element = this.subject = $(element);
		this.parent(options);
		var wrapper = this.element.retrieve('wrapper');
		this.wrapper = wrapper || new Element('div', {
			styles: $extend(this.element.getStyles('margin', 'position'), {'overflow': 'hidden'})
		}).wraps(this.element);
		this.element.store('wrapper', this.wrapper).setStyle('margin', 0);
		this.now = [];
		this.open = true;
	},

	vertical: function(){
		this.margin = 'margin-top';
		this.layout = 'height';
		this.offset = this.element.offsetHeight;
	},

	horizontal: function(){
		this.margin = 'margin-left';
		this.layout = 'width';
		this.offset = this.element.offsetWidth;
	},

	set: function(now){
		this.element.setStyle(this.margin, now[0]);
		this.wrapper.setStyle(this.layout, now[1]);
		return this;
	},

	compute: function(from, to, delta){
		var now = [];
		var x = 2;
		x.times(function(i){
			now[i] = Fx.compute(from[i], to[i], delta);
		});
		return now;
	},

	start: function(how, mode){
		if (!this.check(arguments.callee, how, mode)) return this;
		this[mode || this.options.mode]();
		var margin = this.element.getStyle(this.margin).toInt();
		var layout = this.wrapper.getStyle(this.layout).toInt();
		var caseIn = [[margin, layout], [0, this.offset]];
		var caseOut = [[margin, layout], [-this.offset, 0]];
		var start;
		switch (how){
			case 'in': start = caseIn; break;
			case 'out': start = caseOut; break;
			case 'toggle': start = (this.wrapper['offset' + this.layout.capitalize()] == 0) ? caseIn : caseOut;
		}
		return this.parent(start[0], start[1]);
	},

	slideIn: function(mode){
		return this.start('in', mode);
	},

	slideOut: function(mode){
		return this.start('out', mode);
	},

	hide: function(mode){
		this[mode || this.options.mode]();
		this.open = false;
		return this.set([-this.offset, 0]);
	},

	show: function(mode){
		this[mode || this.options.mode]();
		this.open = true;
		return this.set([0, this.offset]);
	},

	toggle: function(mode){
		return this.start('toggle', mode);
	}

});

Element.Properties.slide = {

	set: function(options){
		var slide = this.retrieve('slide');
		if (slide) slide.cancel();
		return this.eliminate('slide').store('slide:options', $extend({link: 'cancel'}, options));
	},
	
	get: function(options){
		if (options || !this.retrieve('slide')){
			if (options || !this.retrieve('slide:options')) this.set('slide', options);
			this.store('slide', new Fx.Slide(this, this.retrieve('slide:options')));
		}
		return this.retrieve('slide');
	}

};

Element.implement({

	slide: function(how, mode){
		how = how || 'toggle';
		var slide = this.get('slide'), toggle;
		switch (how){
			case 'hide': slide.hide(mode); break;
			case 'show': slide.show(mode); break;
			case 'toggle':
				var flag = this.retrieve('slide:flag', slide.open);
				slide[(flag) ? 'slideOut' : 'slideIn'](mode);
				this.store('slide:flag', !flag);
				toggle = true;
			break;
			default: slide.start(how, mode);
		}
		if (!toggle) this.eliminate('slide:flag');
		return this;
	}

});


/*
Script: Fx.Scroll.js
	Effect to smoothly scroll any element, including the window.

License:
	MIT-style license.
*/

Fx.Scroll = new Class({

	Extends: Fx,

	options: {
		offset: {'x': 0, 'y': 0},
		wheelStops: true
	},

	initialize: function(element, options){
		this.element = this.subject = $(element);
		this.parent(options);
		var cancel = this.cancel.bind(this, false);

		if ($type(this.element) != 'element') this.element = $(this.element.getDocument().body);

		var stopper = this.element;

		if (this.options.wheelStops){
			this.addEvent('start', function(){
				stopper.addEvent('mousewheel', cancel);
			}, true);
			this.addEvent('complete', function(){
				stopper.removeEvent('mousewheel', cancel);
			}, true);
		}
	},

	set: function(){
		var now = Array.flatten(arguments);
		this.element.scrollTo(now[0], now[1]);
	},

	compute: function(from, to, delta){
		var now = [];
		var x = 2;
		x.times(function(i){
			now.push(Fx.compute(from[i], to[i], delta));
		});
		return now;
	},

	start: function(x, y){
		if (!this.check(arguments.callee, x, y)) return this;
		var offsetSize = this.element.getSize(), scrollSize = this.element.getScrollSize();
		var scroll = this.element.getScroll(), values = {x: x, y: y};
		for (var z in values){
			var max = scrollSize[z] - offsetSize[z];
			if ($chk(values[z])) values[z] = ($type(values[z]) == 'number') ? values[z].limit(0, max) : max;
			else values[z] = scroll[z];
			values[z] += this.options.offset[z];
		}
		return this.parent([scroll.x, scroll.y], [values.x, values.y]);
	},

	toTop: function(){
		return this.start(false, 0);
	},

	toLeft: function(){
		return this.start(0, false);
	},

	toRight: function(){
		return this.start('right', false);
	},

	toBottom: function(){
		return this.start(false, 'bottom');
	},

	toElement: function(el){
		var position = $(el).getPosition(this.element);
		return this.start(position.x, position.y);
	}

});


/*
Script: Fx.Elements.js
	Effect to change any number of CSS properties of any number of Elements.

License:
	MIT-style license.
*/

Fx.Elements = new Class({

	Extends: Fx.CSS,

	initialize: function(elements, options){
		this.elements = this.subject = $$(elements);
		this.parent(options);
	},

	compute: function(from, to, delta){
		var now = {};
		for (var i in from){
			var iFrom = from[i], iTo = to[i], iNow = now[i] = {};
			for (var p in iFrom) iNow[p] = this.parent(iFrom[p], iTo[p], delta);
		}
		return now;
	},

	set: function(now){
		for (var i in now){
			var iNow = now[i];
			for (var p in iNow) this.render(this.elements[i], p, iNow[p], this.options.unit);
		}
		return this;
	},

	start: function(obj){
		if (!this.check(arguments.callee, obj)) return this;
		var from = {}, to = {};
		for (var i in obj){
			var iProps = obj[i], iFrom = from[i] = {}, iTo = to[i] = {};
			for (var p in iProps){
				var parsed = this.prepare(this.elements[i], p, iProps[p]);
				iFrom[p] = parsed.from;
				iTo[p] = parsed.to;
			}
		}
		return this.parent(from, to);
	}

});

/*
Script: Drag.js
	The base Drag Class. Can be used to drag and resize Elements using mouse events.

License:
	MIT-style license.
*/

var Drag = new Class({

	Implements: [Events, Options],

	options: {/*
		onBeforeStart: $empty,
		onStart: $empty,
		onDrag: $empty,
		onCancel: $empty,
		onComplete: $empty,*/
		snap: 6,
		unit: 'px',
		grid: false,
		style: true,
		limit: false,
		handle: false,
		invert: false,
		preventDefault: false,
		modifiers: {x: 'left', y: 'top'}
	},

	initialize: function(){
		var params = Array.link(arguments, {'options': Object.type, 'element': $defined});
		this.element = $(params.element);
		this.document = this.element.getDocument();
		this.setOptions(params.options || {});
		var htype = $type(this.options.handle);
		this.handles = (htype == 'array' || htype == 'collection') ? $$(this.options.handle) : $(this.options.handle) || this.element;
		this.mouse = {'now': {}, 'pos': {}};
		this.value = {'start': {}, 'now': {}};
		
		this.selection = (Browser.Engine.trident) ? 'selectstart' : 'mousedown';
		
		this.bound = {
			start: this.start.bind(this),
			check: this.check.bind(this),
			drag: this.drag.bind(this),
			stop: this.stop.bind(this),
			cancel: this.cancel.bind(this),
			eventStop: $lambda(false)
		};
		this.attach();
	},

	attach: function(){
		this.handles.addEvent('mousedown', this.bound.start);
		return this;
	},

	detach: function(){
		this.handles.removeEvent('mousedown', this.bound.start);
		return this;
	},

	start: function(event){
		if (this.options.preventDefault) event.preventDefault();
		this.fireEvent('beforeStart', this.element);
		this.mouse.start = event.page;
		var limit = this.options.limit;
		this.limit = {'x': [], 'y': []};
		for (var z in this.options.modifiers){
			if (!this.options.modifiers[z]) continue;
			if (this.options.style) this.value.now[z] = this.element.getStyle(this.options.modifiers[z]).toInt();
			else this.value.now[z] = this.element[this.options.modifiers[z]];
			if (this.options.invert) this.value.now[z] *= -1;
			this.mouse.pos[z] = event.page[z] - this.value.now[z];
			if (limit && limit[z]){
				for (var i = 2; i--; i){
					if ($chk(limit[z][i])) this.limit[z][i] = $lambda(limit[z][i])();
				}
			}
		}
		if ($type(this.options.grid) == 'number') this.options.grid = {'x': this.options.grid, 'y': this.options.grid};
		this.document.addEvents({mousemove: this.bound.check, mouseup: this.bound.cancel});
		this.document.addEvent(this.selection, this.bound.eventStop);
	},

	check: function(event){
		if (this.options.preventDefault) event.preventDefault();
		var distance = Math.round(Math.sqrt(Math.pow(event.page.x - this.mouse.start.x, 2) + Math.pow(event.page.y - this.mouse.start.y, 2)));
		if (distance > this.options.snap){
			this.cancel();
			this.document.addEvents({
				mousemove: this.bound.drag,
				mouseup: this.bound.stop
			});
			this.fireEvent('start', this.element).fireEvent('snap', this.element);
		}
	},

	drag: function(event){
		if (this.options.preventDefault) event.preventDefault();
		this.mouse.now = event.page;
		for (var z in this.options.modifiers){
			if (!this.options.modifiers[z]) continue;
			this.value.now[z] = this.mouse.now[z] - this.mouse.pos[z];
			if (this.options.invert) this.value.now[z] *= -1;
			if (this.options.limit && this.limit[z]){
				if ($chk(this.limit[z][1]) && (this.value.now[z] > this.limit[z][1])){
					this.value.now[z] = this.limit[z][1];
				} else if ($chk(this.limit[z][0]) && (this.value.now[z] < this.limit[z][0])){
					this.value.now[z] = this.limit[z][0];
				}
			}
			if (this.options.grid[z]) this.value.now[z] -= (this.value.now[z] % this.options.grid[z]);
			if (this.options.style) this.element.setStyle(this.options.modifiers[z], this.value.now[z] + this.options.unit);
			else this.element[this.options.modifiers[z]] = this.value.now[z];
		}
		this.fireEvent('drag', this.element);
	},

	cancel: function(event){
		this.document.removeEvent('mousemove', this.bound.check);
		this.document.removeEvent('mouseup', this.bound.cancel);
		if (event){
			this.document.removeEvent(this.selection, this.bound.eventStop);
			this.fireEvent('cancel', this.element);
		}
	},

	stop: function(event){
		this.document.removeEvent(this.selection, this.bound.eventStop);
		this.document.removeEvent('mousemove', this.bound.drag);
		this.document.removeEvent('mouseup', this.bound.stop);
		if (event) this.fireEvent('complete', this.element);
	}

});

Element.implement({
	
	makeResizable: function(options){
		return new Drag(this, $merge({modifiers: {'x': 'width', 'y': 'height'}}, options));
	}

});

/*
Script: Drag.Move.js
	A Drag extension that provides support for the constraining of draggables to containers and droppables.

License:
	MIT-style license.
*/

Drag.Move = new Class({

	Extends: Drag,

	options: {
		droppables: [],
		container: false
	},

	initialize: function(element, options){
		this.parent(element, options);
		this.droppables = $$(this.options.droppables);
		this.container = $(this.options.container);
		if (this.container && $type(this.container) != 'element') this.container = $(this.container.getDocument().body);
		element = this.element;
		
		var current = element.getStyle('position');
		var position = (current != 'static') ? current : 'absolute';
		if (element.getStyle('left') == 'auto' || element.getStyle('top') == 'auto') element.position(element.getPosition(element.offsetParent));
		
		element.setStyle('position', position);
		
		this.addEvent('start', function(){
			this.checkDroppables();
		}, true);
	},

	start: function(event){
		if (this.container){
			var el = this.element, cont = this.container, ccoo = cont.getCoordinates(el.offsetParent), cps = {}, ems = {};

			['top', 'right', 'bottom', 'left'].each(function(pad){
				cps[pad] = cont.getStyle('padding-' + pad).toInt();
				ems[pad] = el.getStyle('margin-' + pad).toInt();
			}, this);

			var width = el.offsetWidth + ems.left + ems.right, height = el.offsetHeight + ems.top + ems.bottom;
			var x = [ccoo.left + cps.left, ccoo.right - cps.right - width];
			var y = [ccoo.top + cps.top, ccoo.bottom - cps.bottom - height];

			this.options.limit = {x: x, y: y};
		}
		this.parent(event);
	},

	checkAgainst: function(el){
		el = el.getCoordinates();
		var now = this.mouse.now;
		return (now.x > el.left && now.x < el.right && now.y < el.bottom && now.y > el.top);
	},

	checkDroppables: function(){
		var overed = this.droppables.filter(this.checkAgainst, this).getLast();
		if (this.overed != overed){
			if (this.overed) this.fireEvent('leave', [this.element, this.overed]);
			if (overed){
				this.overed = overed;
				this.fireEvent('enter', [this.element, overed]);
			} else {
				this.overed = null;
			}
		}
	},

	drag: function(event){
		this.parent(event);
		if (this.droppables.length) this.checkDroppables();
	},

	stop: function(event){
		this.checkDroppables();
		this.fireEvent('drop', [this.element, this.overed]);
		this.overed = null;
		return this.parent(event);
	}

});

Element.implement({

	makeDraggable: function(options){
		return new Drag.Move(this, options);
	}

});


/*
Script: Hash.Cookie.js
	Class for creating, reading, and deleting Cookies in JSON format.

License:
	MIT-style license.
*/

Hash.Cookie = new Class({

	Extends: Cookie,

	options: {
		autoSave: true
	},

	initialize: function(name, options){
		this.parent(name, options);
		this.load();
	},

	save: function(){
		var value = JSON.encode(this.hash);
		if (!value || value.length > 4096) return false; //cookie would be truncated!
		if (value == '{}') this.dispose();
		else this.write(value);
		return true;
	},

	load: function(){
		this.hash = new Hash(JSON.decode(this.read(), true));
		return this;
	}

});

Hash.Cookie.implement((function(){
	
	var methods = {};
	
	Hash.each(Hash.prototype, function(method, name){
		methods[name] = function(){
			var value = method.apply(this.hash, arguments);
			if (this.options.autoSave) this.save();
			return value;
		};
	});
	
	return methods;
	
})());

/*
Script: Color.js
	Class for creating and manipulating colors in JavaScript. Supports HSB -> RGB Conversions and vice versa.

License:
	MIT-style license.
*/

var Color = new Native({
  
	initialize: function(color, type){
		if (arguments.length >= 3){
			type = "rgb"; color = Array.slice(arguments, 0, 3);
		} else if (typeof color == 'string'){
			if (color.match(/rgb/)) color = color.rgbToHex().hexToRgb(true);
			else if (color.match(/hsb/)) color = color.hsbToRgb();
			else color = color.hexToRgb(true);
		}
		type = type || 'rgb';
		switch (type){
			case 'hsb':
				var old = color;
				color = color.hsbToRgb();
				color.hsb = old;
			break;
			case 'hex': color = color.hexToRgb(true); break;
		}
		color.rgb = color.slice(0, 3);
		color.hsb = color.hsb || color.rgbToHsb();
		color.hex = color.rgbToHex();
		return $extend(color, this);
	}

});

Color.implement({

	mix: function(){
		var colors = Array.slice(arguments);
		var alpha = ($type(colors.getLast()) == 'number') ? colors.pop() : 50;
		var rgb = this.slice();
		colors.each(function(color){
			color = new Color(color);
			for (var i = 0; i < 3; i++) rgb[i] = Math.round((rgb[i] / 100 * (100 - alpha)) + (color[i] / 100 * alpha));
		});
		return new Color(rgb, 'rgb');
	},

	invert: function(){
		return new Color(this.map(function(value){
			return 255 - value;
		}));
	},

	setHue: function(value){
		return new Color([value, this.hsb[1], this.hsb[2]], 'hsb');
	},

	setSaturation: function(percent){
		return new Color([this.hsb[0], percent, this.hsb[2]], 'hsb');
	},

	setBrightness: function(percent){
		return new Color([this.hsb[0], this.hsb[1], percent], 'hsb');
	}

});

function $RGB(r, g, b){
	return new Color([r, g, b], 'rgb');
};

function $HSB(h, s, b){
	return new Color([h, s, b], 'hsb');
};

function $HEX(hex){
	return new Color(hex, 'hex');
};

Array.implement({

	rgbToHsb: function(){
		var red = this[0], green = this[1], blue = this[2];
		var hue, saturation, brightness;
		var max = Math.max(red, green, blue), min = Math.min(red, green, blue);
		var delta = max - min;
		brightness = max / 255;
		saturation = (max != 0) ? delta / max : 0;
		if (saturation == 0){
			hue = 0;
		} else {
			var rr = (max - red) / delta;
			var gr = (max - green) / delta;
			var br = (max - blue) / delta;
			if (red == max) hue = br - gr;
			else if (green == max) hue = 2 + rr - br;
			else hue = 4 + gr - rr;
			hue /= 6;
			if (hue < 0) hue++;
		}
		return [Math.round(hue * 360), Math.round(saturation * 100), Math.round(brightness * 100)];
	},

	hsbToRgb: function(){
		var br = Math.round(this[2] / 100 * 255);
		if (this[1] == 0){
			return [br, br, br];
		} else {
			var hue = this[0] % 360;
			var f = hue % 60;
			var p = Math.round((this[2] * (100 - this[1])) / 10000 * 255);
			var q = Math.round((this[2] * (6000 - this[1] * f)) / 600000 * 255);
			var t = Math.round((this[2] * (6000 - this[1] * (60 - f))) / 600000 * 255);
			switch (Math.floor(hue / 60)){
				case 0: return [br, t, p];
				case 1: return [q, br, p];
				case 2: return [p, br, t];
				case 3: return [p, q, br];
				case 4: return [t, p, br];
				case 5: return [br, p, q];
			}
		}
		return false;
	}

});

String.implement({

	rgbToHsb: function(){
		var rgb = this.match(/\d{1,3}/g);
		return (rgb) ? hsb.rgbToHsb() : null;
	},
	
	hsbToRgb: function(){
		var hsb = this.match(/\d{1,3}/g);
		return (hsb) ? hsb.hsbToRgb() : null;
	}

});


/*
Script: Group.js
	Class for monitoring collections of events

License:
	MIT-style license.
*/

var Group = new Class({

	initialize: function(){
		this.instances = Array.flatten(arguments);
		this.events = {};
		this.checker = {};
	},

	addEvent: function(type, fn){
		this.checker[type] = this.checker[type] || {};
		this.events[type] = this.events[type] || [];
		if (this.events[type].contains(fn)) return false;
		else this.events[type].push(fn);
		this.instances.each(function(instance, i){
			instance.addEvent(type, this.check.bind(this, [type, instance, i]));
		}, this);
		return this;
	},

	check: function(type, instance, i){
		this.checker[type][i] = true;
		var every = this.instances.every(function(current, j){
			return this.checker[type][j] || false;
		}, this);
		if (!every) return;
		this.checker[type] = {};
		this.events[type].each(function(event){
			event.call(this, this.instances, instance);
		}, this);
	}

});


/*
Script: Assets.js
	Provides methods to dynamically load JavaScript, CSS, and Image files into the document.

License:
	MIT-style license.
*/

var Asset = new Hash({

	javascript: function(source, properties){
		properties = $extend({
			onload: $empty,
			document: document,
			check: $lambda(true)
		}, properties);
		
		var script = new Element('script', {'src': source, 'type': 'text/javascript'});
		
		var load = properties.onload.bind(script), check = properties.check, doc = properties.document;
		delete properties.onload; delete properties.check; delete properties.document;
		
		script.addEvents({
			load: load,
			readystatechange: function(){
				if (['loaded', 'complete'].contains(this.readyState)) load();
			}
		}).setProperties(properties);
		
		
		if (Browser.Engine.webkit419) var checker = (function(){
			if (!$try(check)) return;
			$clear(checker);
			load();
		}).periodical(50);
		
		return script.inject(doc.head);
	},

	css: function(source, properties){
		return new Element('link', $merge({
			'rel': 'stylesheet', 'media': 'screen', 'type': 'text/css', 'href': source
		}, properties)).inject(document.head);
	},

	image: function(source, properties){
		properties = $merge({
			'onload': $empty,
			'onabort': $empty,
			'onerror': $empty
		}, properties);
		var image = new Image();
		var element = $(image) || new Element('img');
		['load', 'abort', 'error'].each(function(name){
			var type = 'on' + name;
			var event = properties[type];
			delete properties[type];
			image[type] = function(){
				if (!image) return;
				if (!element.parentNode){
					element.width = image.width;
					element.height = image.height;
				}
				image = image.onload = image.onabort = image.onerror = null;
				event.delay(1, element, element);
				element.fireEvent(name, element, 1);
			};
		});
		image.src = element.src = source;
		if (image && image.complete) image.onload.delay(1);
		return element.setProperties(properties);
	},

	images: function(sources, options){
		options = $merge({
			onComplete: $empty,
			onProgress: $empty
		}, options);
		if (!sources.push) sources = [sources];
		var images = [];
		var counter = 0;
		sources.each(function(source){
			var img = new Asset.image(source, {
				'onload': function(){
					options.onProgress.call(this, counter, sources.indexOf(source));
					counter++;
					if (counter == sources.length) options.onComplete();
				}
			});
			images.push(img);
		});
		return new Elements(images);
	}

});

/*
Script: Sortables.js
	Class for creating a drag and drop sorting interface for lists of items.

License:
	MIT-style license.
*/

var Sortables = new Class({

	Implements: [Events, Options],

	options: {/*
		onSort: $empty,
		onStart: $empty,
		onComplete: $empty,*/
		snap: 4,
		opacity: 1,
		clone: false,
		revert: false,
		handle: false,
		constrain: false
	},

	initialize: function(lists, options){
		this.setOptions(options);
		this.elements = [];
		this.lists = [];
		this.idle = true;
		
		this.addLists($$($(lists) || lists));
		if (!this.options.clone) this.options.revert = false;
		if (this.options.revert) this.effect = new Fx.Morph(null, $merge({duration: 250, link: 'cancel'}, this.options.revert));
	},

	attach: function(){
		this.addLists(this.lists);
		return this;
	},

	detach: function(){
		this.lists = this.removeLists(this.lists);
		return this;
	},

	addItems: function(){
		Array.flatten(arguments).each(function(element){
			this.elements.push(element);
			var start = element.retrieve('sortables:start', this.start.bindWithEvent(this, element));
			(this.options.handle ? element.getElement(this.options.handle) || element : element).addEvent('mousedown', start);
		}, this);
		return this;
	},

	addLists: function(){
		Array.flatten(arguments).each(function(list){
			this.lists.push(list);
			this.addItems(list.getChildren());
		}, this);
		return this;
	},

	removeItems: function(){
		var elements = [];
		Array.flatten(arguments).each(function(element){
			elements.push(element);
			this.elements.erase(element);
			var start = element.retrieve('sortables:start');
			(this.options.handle ? element.getElement(this.options.handle) || element : element).removeEvent('mousedown', start);
		}, this);
		return $$(elements);
	},

	removeLists: function(){
		var lists = [];
		Array.flatten(arguments).each(function(list){
			lists.push(list);
			this.lists.erase(list);
			this.removeItems(list.getChildren());
		}, this);
		return $$(lists);
	},

	getClone: function(event, element){
		if (!this.options.clone) return new Element('div').inject(document.body);
		if ($type(this.options.clone) == 'function') return this.options.clone.call(this, event, element, this.list);
		return element.clone(true).setStyles({
			'margin': '0px',
			'position': 'absolute',
			'visibility': 'hidden',
			'width': element.getStyle('width')
		}).inject(this.list).position(element.getPosition(element.getOffsetParent()));
	},

	getDroppables: function(){
		var droppables = this.list.getChildren();
		if (!this.options.constrain) droppables = this.lists.concat(droppables).erase(this.list);
		return droppables.erase(this.clone).erase(this.element);
	},

	insert: function(dragging, element){
		var where = 'inside';
		if (this.lists.contains(element)){
			this.list = element;
			this.drag.droppables = this.getDroppables();
		} else {
			where = this.element.getAllPrevious().contains(element) ? 'before' : 'after';
		}
		this.element.inject(element, where);
		this.fireEvent('sort', [this.element, this.clone]);
	},

	start: function(event, element){
		if (!this.idle) return;
		this.idle = false;
		this.element = element;
		this.opacity = element.get('opacity');
		this.list = element.getParent();
		this.clone = this.getClone(event, element);
		
		this.drag = new Drag.Move(this.clone, {
			snap: this.options.snap,
			container: this.options.constrain && this.element.getParent(),
			droppables: this.getDroppables(),
			onSnap: function(){
				event.stop();
				this.clone.setStyle('visibility', 'visible');
				this.element.set('opacity', this.options.opacity || 0);
				this.fireEvent('start', [this.element, this.clone]);
			}.bind(this),
			onEnter: this.insert.bind(this),
			onCancel: this.reset.bind(this),
			onComplete: this.end.bind(this)
		});
		
		this.clone.inject(this.element, 'before');
		this.drag.start(event);
	},

	end: function(){
		this.drag.detach();
		this.element.set('opacity', this.opacity);
		if (this.effect){
			var dim = this.element.getStyles('width', 'height');
			var pos = this.clone.computePosition(this.element.getPosition(this.clone.offsetParent));
			this.effect.element = this.clone;
			this.effect.start({
				top: pos.top,
				left: pos.left,
				width: dim.width,
				height: dim.height,
				opacity: 0.25
			}).chain(this.reset.bind(this));
		} else {
			this.reset();
		}
	},

	reset: function(){
		this.idle = true;
		this.clone.destroy();
		this.fireEvent('complete', this.element);
	},

	serialize: function(){
		var params = Array.link(arguments, {modifier: Function.type, index: $defined});
		var serial = this.lists.map(function(list){
			return list.getChildren().map(params.modifier || function(element){
				return element.get('id');
			}, this);
		}, this);
		
		var index = params.index;
		if (this.lists.length == 1) index = 0;
		return $chk(index) && index >= 0 && index < this.lists.length ? serial[index] : serial;
	}

});

/*
Script: Tips.js
	Class for creating nice tips that follow the mouse cursor when hovering an element.

License:
	MIT-style license.
*/

var Tips = new Class({

	Implements: [Events, Options],

	options: {
		onShow: function(tip){
			tip.setStyle('visibility', 'visible');
		},
		onHide: function(tip){
			tip.setStyle('visibility', 'hidden');
		},
		showDelay: 100,
		hideDelay: 100,
		className: null,
		offsets: {x: 16, y: 16},
		fixed: false
	},

	initialize: function(){
		var params = Array.link(arguments, {options: Object.type, elements: $defined});
		this.setOptions(params.options || null);
		
		this.tip = new Element('div').inject(document.body);
		
		if (this.options.className) this.tip.addClass(this.options.className);
		
		var top = new Element('div', {'class': 'tip-top'}).inject(this.tip);
		this.container = new Element('div', {'class': 'tip'}).inject(this.tip);
		var bottom = new Element('div', {'class': 'tip-bottom'}).inject(this.tip);

		this.tip.setStyles({position: 'absolute', top: 0, left: 0, visibility: 'hidden'});
		
		if (params.elements) this.attach(params.elements);
	},
	
	attach: function(elements){
		$$(elements).each(function(element){
			var title = element.retrieve('tip:title', element.get('title'));
			var text = element.retrieve('tip:text', element.get('rel') || element.get('href'));
			var enter = element.retrieve('tip:enter', this.elementEnter.bindWithEvent(this, element));
			var leave = element.retrieve('tip:leave', this.elementLeave.bindWithEvent(this, element));
			element.addEvents({mouseenter: enter, mouseleave: leave});
			if (!this.options.fixed){
				var move = element.retrieve('tip:move', this.elementMove.bindWithEvent(this, element));
				element.addEvent('mousemove', move);
			}
			element.store('tip:native', element.get('title'));
			element.erase('title');
		}, this);
		return this;
	},
	
	detach: function(elements){
		$$(elements).each(function(element){
			element.removeEvent('mouseenter', element.retrieve('tip:enter') || $empty);
			element.removeEvent('mouseleave', element.retrieve('tip:leave') || $empty);
			element.removeEvent('mousemove', element.retrieve('tip:move') || $empty);
			element.eliminate('tip:enter').eliminate('tip:leave').eliminate('tip:move');
			var original = element.retrieve('tip:native');
			if (original) element.set('title', original);
		});
		return this;
	},
	
	elementEnter: function(event, element){
		
		$A(this.container.childNodes).each(Element.dispose);
		
		var title = element.retrieve('tip:title');
		
		if (title){
			this.titleElement = new Element('div', {'class': 'tip-title'}).inject(this.container);
			this.fill(this.titleElement, title);
		}
		
		var text = element.retrieve('tip:text');
		if (text){
			this.textElement = new Element('div', {'class': 'tip-text'}).inject(this.container);
			this.fill(this.textElement, text);
		}
		
		this.timer = $clear(this.timer);
		this.timer = this.show.delay(this.options.showDelay, this);

		this.position((!this.options.fixed) ? event : {page: element.getPosition()});
	},
	
	elementLeave: function(event){
		$clear(this.timer);
		this.timer = this.hide.delay(this.options.hideDelay, this);
	},
	
	elementMove: function(event){
		this.position(event);
	},
	
	position: function(event){
		var size = window.getSize(), scroll = window.getScroll();
		var tip = {x: this.tip.offsetWidth, y: this.tip.offsetHeight};
		var props = {x: 'left', y: 'top'};
		for (var z in props){
			var pos = event.page[z] + this.options.offsets[z];
			if ((pos + tip[z] - scroll[z]) > size[z]) pos = event.page[z] - this.options.offsets[z] - tip[z];
			this.tip.setStyle(props[z], pos);
		}
	},
	
	fill: function(element, contents){
		(typeof contents == 'string') ? element.set('html', contents) : element.adopt(contents);
	},

	show: function(){
		this.fireEvent('show', this.tip);
	},

	hide: function(){
		this.fireEvent('hide', this.tip);
	}

});

/*
Script: SmoothScroll.js
	Class for creating a smooth scrolling effect to all internal links on the page.

License:
	MIT-style license.
*/

var SmoothScroll = new Class({

	Extends: Fx.Scroll,

	initialize: function(options, context){
		context = context || document;
		var doc = context.getDocument(), win = context.getWindow();
		this.parent(doc, options);
		this.links = (this.options.links) ? $$(this.options.links) : $$(doc.links);
		var location = win.location.href.match(/^[^#]*/)[0] + '#';
		this.links.each(function(link){
			if (link.href.indexOf(location) != 0) return;
			var anchor = link.href.substr(location.length);
			if (anchor && $(anchor)) this.useLink(link, anchor);
		}, this);
		if (!Browser.Engine.webkit419) this.addEvent('complete', function(){
			win.location.hash = this.anchor;
		}, true);
	},

	useLink: function(link, anchor){
		link.addEvent('click', function(event){
			this.anchor = anchor;
			this.toElement(anchor);
			event.stop();
		}.bind(this));
	}

});

/*
Script: Slider.js
	Class for creating horizontal and vertical slider controls.

License:
	MIT-style license.
*/

var Slider = new Class({

	Implements: [Events, Options],

	options: {/*
		onChange: $empty,
		onComplete: $empty,*/
		onTick: function(position){
			if(this.options.snap) position = this.toPosition(this.step);
			this.knob.setStyle(this.property, position);
		},
		snap: false,
		offset: 0,
		range: false,
		wheel: false,
		steps: 100,
		mode: 'horizontal'
	},

	initialize: function(element, knob, options){
		this.setOptions(options);
		this.element = $(element);
		this.knob = $(knob);
		this.previousChange = this.previousEnd = this.step = -1;
		this.element.addEvent('mousedown', this.clickedElement.bind(this));
		if (this.options.wheel) this.element.addEvent('mousewheel', this.scrolledElement.bindWithEvent(this));
		var offset, limit = {}, modifiers = {'x': false, 'y': false};
		switch (this.options.mode){
			case 'vertical':
				this.axis = 'y';
				this.property = 'top';
				offset = 'offsetHeight';
				break;
			case 'horizontal':
				this.axis = 'x';
				this.property = 'left';
				offset = 'offsetWidth';
		}
		this.half = this.knob[offset] / 2;
		this.full = this.element[offset] - this.knob[offset] + (this.options.offset * 2);
		this.min = $chk(this.options.range[0]) ? this.options.range[0] : 0;
		this.max = $chk(this.options.range[1]) ? this.options.range[1] : this.options.steps;
		this.range = this.max - this.min;
		this.steps = this.options.steps || this.full;
		this.stepSize = Math.abs(this.range) / this.steps;
		this.stepWidth = this.stepSize * this.full / Math.abs(this.range) ;
		
		this.knob.setStyle('position', 'relative').setStyle(this.property, - this.options.offset);
		modifiers[this.axis] = this.property;
		limit[this.axis] = [- this.options.offset, this.full - this.options.offset];
		this.drag = new Drag(this.knob, {
			snap: 0,
			limit: limit,
			modifiers: modifiers,
			onDrag: this.draggedKnob.bind(this),
			onStart: this.draggedKnob.bind(this),
			onComplete: function(){
				this.draggedKnob();
				this.end();
			}.bind(this)
		});
		if (this.options.snap) {
			this.drag.options.grid = Math.ceil(this.stepWidth);
			this.drag.options.limit[this.axis][1] = this.full;
		}
	},

	set: function(step){
		if (!((this.range > 0) ^ (step < this.min))) step = this.min;
		if (!((this.range > 0) ^ (step > this.max))) step = this.max;
		
		this.step = Math.round(step);
		this.checkStep();
		this.end();
		this.fireEvent('tick', this.toPosition(this.step));
		return this;
	},

	clickedElement: function(event){
		var dir = this.range < 0 ? -1 : 1;
		var position = event.page[this.axis] - this.element.getPosition()[this.axis] - this.half;
		position = position.limit(-this.options.offset, this.full -this.options.offset);
		
		this.step = Math.round(this.min + dir * this.toStep(position));
		this.checkStep();
		this.end();
		this.fireEvent('tick', position);
	},
	
	scrolledElement: function(event){
		var mode = (this.options.mode == 'horizontal') ? (event.wheel < 0) : (event.wheel > 0);
		this.set(mode ? this.step - this.stepSize : this.step + this.stepSize);
		event.stop();
	},

	draggedKnob: function(){
		var dir = this.range < 0 ? -1 : 1;
		var position = this.drag.value.now[this.axis];
		position = position.limit(-this.options.offset, this.full -this.options.offset);
		this.step = Math.round(this.min + dir * this.toStep(position));
		this.checkStep();
	},

	checkStep: function(){
		if (this.previousChange != this.step){
			this.previousChange = this.step;
			this.fireEvent('change', this.step);
		}
	},

	end: function(){
		if (this.previousEnd !== this.step){
			this.previousEnd = this.step;
			this.fireEvent('complete', this.step + '');
		}
	},

	toStep: function(position){
		var step = (position + this.options.offset) * this.stepSize / this.full * this.steps;
		return this.options.steps ? Math.round(step -= step % this.stepSize) : step;
	},

	toPosition: function(step){
		return (this.full * Math.abs(this.min - step)) / (this.steps * this.stepSize) - this.options.offset;
	}

});

/*
Script: Scroller.js
	Class which scrolls the contents of any Element (including the window) when the mouse reaches the Element's boundaries.

License:
	MIT-style license.
*/

var Scroller = new Class({

	Implements: [Events, Options],

	options: {
		area: 20,
		velocity: 1,
		onChange: function(x, y){
			this.element.scrollTo(x, y);
		}
	},

	initialize: function(element, options){
		this.setOptions(options);
		this.element = $(element);
		this.listener = ($type(this.element) != 'element') ? $(this.element.getDocument().body) : this.element;
		this.timer = null;
		this.coord = this.getCoords.bind(this);
	},

	start: function(){
		this.listener.addEvent('mousemove', this.coord);
	},

	stop: function(){
		this.listener.removeEvent('mousemove', this.coord);
		this.timer = $clear(this.timer);
	},

	getCoords: function(event){
		this.page = (this.listener.get('tag') == 'body') ? event.client : event.page;
		if (!this.timer) this.timer = this.scroll.periodical(50, this);
	},

	scroll: function(){
		var size = this.element.getSize(), scroll = this.element.getScroll(), pos = this.element.getPosition(), change = {'x': 0, 'y': 0};
		for (var z in this.page){
			if (this.page[z] < (this.options.area + pos[z]) && scroll[z] != 0)
				change[z] = (this.page[z] - this.options.area - pos[z]) * this.options.velocity;
			else if (this.page[z] + this.options.area > (size[z] + pos[z]) && size[z] + size[z] != scroll[z])
				change[z] = (this.page[z] - size[z] + this.options.area - pos[z]) * this.options.velocity;
		}
		if (change.y || change.x) this.fireEvent('change', [scroll.x + change.x, scroll.y + change.y]);
	}

});

/*
Script: Accordion.js
	An Fx.Elements extension which allows you to easily create accordion type controls.

License:
	MIT-style license.
*/

var Accordion = new Class({

	Extends: Fx.Elements,

	options: {/*
		onActive: $empty,
		onBackground: $empty,*/
		display: 0,
		show: false,
		height: true,
		width: false,
		opacity: true,
		fixedHeight: false,
		fixedWidth: false,
		wait: false,
		alwaysHide: false
	},

	initialize: function(){
		var params = Array.link(arguments, {'container': Element.type, 'options': Object.type, 'togglers': $defined, 'elements': $defined});
		this.parent(params.elements, params.options);
		this.togglers = $$(params.togglers);
		this.container = $(params.container);
		this.previous = -1;
		if (this.options.alwaysHide) this.options.wait = true;
		if ($chk(this.options.show)){
			this.options.display = false;
			this.previous = this.options.show;
		}
		if (this.options.start){
			this.options.display = false;
			this.options.show = false;
		}
		this.effects = {};
		if (this.options.opacity) this.effects.opacity = 'fullOpacity';
		if (this.options.width) this.effects.width = this.options.fixedWidth ? 'fullWidth' : 'offsetWidth';
		if (this.options.height) this.effects.height = this.options.fixedHeight ? 'fullHeight' : 'scrollHeight';
		for (var i = 0, l = this.togglers.length; i < l; i++) this.addSection(this.togglers[i], this.elements[i]);
		this.elements.each(function(el, i){
			if (this.options.show === i){
				this.fireEvent('active', [this.togglers[i], el]);
			} else {
				for (var fx in this.effects) el.setStyle(fx, 0);
			}
		}, this);
		if ($chk(this.options.display)) this.display(this.options.display);
	},

	addSection: function(toggler, element, pos){
		toggler = $(toggler);
		element = $(element);
		var test = this.togglers.contains(toggler);
		var len = this.togglers.length;
		this.togglers.include(toggler);
		this.elements.include(element);
		if (len && (!test || pos)){
			pos = $pick(pos, len - 1);
			toggler.inject(this.togglers[pos], 'before');
			element.inject(toggler, 'after');
		} else if (this.container && !test){
			toggler.inject(this.container);
			element.inject(this.container);
		}
		var idx = this.togglers.indexOf(toggler);
		toggler.addEvent('click', this.display.bind(this, idx));
		if (this.options.height) element.setStyles({'padding-top': 0, 'border-top': 'none', 'padding-bottom': 0, 'border-bottom': 'none'});
		if (this.options.width) element.setStyles({'padding-left': 0, 'border-left': 'none', 'padding-right': 0, 'border-right': 'none'});
		element.fullOpacity = 1;
		if (this.options.fixedWidth) element.fullWidth = this.options.fixedWidth;
		if (this.options.fixedHeight) element.fullHeight = this.options.fixedHeight;
		element.setStyle('overflow', 'hidden');
		if (!test){
			for (var fx in this.effects) element.setStyle(fx, 0);
		}
		return this;
	},

	display: function(index){
		index = ($type(index) == 'element') ? this.elements.indexOf(index) : index;
		if ((this.timer && this.options.wait) || (index === this.previous && !this.options.alwaysHide)) return this;
		this.previous = index;
		var obj = {};
		this.elements.each(function(el, i){
			obj[i] = {};
			var hide = (i != index) || (this.options.alwaysHide && (el.offsetHeight > 0));
			this.fireEvent(hide ? 'background' : 'active', [this.togglers[i], el]);
			for (var fx in this.effects) obj[i][fx] = hide ? 0 : el[this.effects[fx]];
		}, this);
		return this.start(obj);
	}

});

/*
	Class: FormCheck
		Performs different tests on forms and indicates errors.
		
	Usage:
		Works with these types of fields :
		- input (text, radio, checkbox)
		- textarea
		- select
		
		You just need to add a specific class to each fields you want to check. 
		For example, if you add the class
			(code)
			validate['required','length[4, -1]','differs[email]','digit']
			(end code)
		the value's field must be set (required) with a minimum length of four chars (4, -1), 
		must differs of the input named email (differs[email]), and must be digit. 
		
		You can perform check during the datas entry or on the submit action, shows errors as tips or in a div before or after the field, 
		show errors one by one or all together, show a list of all errors at the top of the form, localize error messages, add new regex check, ...
		
		The layout is design only with css. Now I added a hack to use transparent png with IE6, so you can use png images in formcheck.css (works only for theme, so the file must be named formcheck.css). It can also works with multiple forms on a single html page.
		The class supports now internationalization. To use it, simply specify a new <script> element in your html head, like this : <script type="text/javascript" src="formcheck/lang/fr.js"></script>.

		If you add the class
			(code)
			validate['submit']
			(end code)
		to an element like an anchor (or anything else), this element will act as a submit button.
		
		N.B. : you must load the language script before the formcheck and this method overpass the old way. You can create new languages following existing ones. You can otherwise still specifiy the alerts' strings when you initialize the Class, with options.
		If you don't use a language script, the alert will be displayed in english.
	
	Test type:
		You can perform various test on fields by addind them to the validate class. Be careful to *not use space chars*. Here is the list of them.
			
		required 					- The field becomes required. This is a regex, you can change it with class options.
		alpha 						- The value is restricted to alphabetic chars. This is a regex, you can change it with class options.
		alphanum 					- The value is restricted to alphanumeric characters only. This is a regex, you can change it with class options.
		nodigit 					- The field doesn't accept digit chars. This is a regex, you can change it with class options.
		digit 						- The value is restricted to digit (no floating point number) chars, you can pass two arguments (f.e. digit[21,65]) to limit the number between them. Use -1 as second argument to not set a maximum.
		number 						- The value is restricted to number, including floating point number. This is a regex, you can change it with class options.
		email 						- The value is restricted to valid email. This is a regex, you can change it with class options.
		phone 						- The value is restricted to phone chars. This is a regex, you can change it with class options.
		url: 						- The value is restricted to url. This is a regex, you can change it with class options.
		confirm 					- The value has to be the same as the one passed in argument. f.e. confirm[password].
		differs 					- The value has to be diferent as the one passed in argument. f.e. differs[user].
		length 						- The value length is restricted by argument (f.e. length[6,10]). Use -1 as second argument to not set a maximum.
		
		You can also use a custom function to check a field. For example, if you have a field with class
			(code)
			validate['required','%customCheck']
			(end code)
		the function customCheck(el) will be called to validate the field. '%customcheck' works with other validate(s) together, and '~customcheck' works if the element pass the other validate(s). 
		Here is an example of what customCheck could look : 
			(code)
			function customCheck(el){
				if (!el.value.test(/^[A-Z]/)) {
					el.errors.push("Username should begin with an uppercase letter"); 
					return false;
				} else {
					return true;
				}
			}
			(end code)
		
		It is now possible to register new fields after a new FormCheck call by using <FormCheck::register> (see <FormCheck::dispose> too).
		
	Parameters:
		When you initialize the class with addEvent, you can set some options. If you want to modify regex, you must do it in a hash, like for display or alert. You can also add new regex check method by adding the regex and an alert with the same name.
		
		Required:
			
			form_id - The id of the formular. This is required.
			
		Optional:
			
			submitByAjax 			- you can set this to true if you want to submit your form with ajax. You should use provided events to handle the ajax request (see below). By default it is false.
			ajaxResponseDiv 		- id of element to inject ajax response into (can also use onAjaxSuccess). By default it is false.
			ajaxEvalScripts 		- use evalScripts in the Request response. Can be true or false, by default it is false.
			onAjaxRequest 			- Function to fire when the Request event starts.
			onAjaxSuccess 			- Function to fire when the Request receives .  Args: response [the request response] - see Mootools docs for Request.onSuccess.
			onAjaxFailure 			- Function to fire if the Request fails.
			
			tipsClass 				- The class to apply to tipboxes' errors. By default it is 'fc-tbx'.
			errorClass 				- The class to apply to alertbox (not tips). By default it is 'fc-error'.
			fieldErrorClass 		- The class to apply to fields with errors, except for radios. You should also turn on  options.addClassErrorToField. By default it is 'fc-field-error'
			
			trimValue				- If set to true, strip whitespace (or other characters) from the beginning and end of values. By default it is false.
			validateDisabled		- If set to true, disabled input will be validated too, otherwise not.

		Display:
			This is a hash of display settings. in here you can modify.
			
			showErrors 				- 0 : onSubmit, 1 : onSubmit & onBlur, by default it is 1.
			titlesInsteadNames		- 0 : When you do a check using differs or confirm, it takes the field name for the alert. If it's set to 1, it will use the title instead of the name.
			errorsLocation 			- 1 : tips, 2 : before, 3 : after, by default it is 1.
			indicateErrors 			- 0 : none, 1 : one by one, 2 : all, by default it is 1.
			indicateErrorsInit		- 0 : determine if the form must be checked on initialize. Could be usefull to force the user to update fields that don't validate.
			keepFocusOnError 		- 0 : normal behaviour, 1 : the current field keep the focus as it remain errors. By default it is 0.
			checkValueIfEmpty 		- 0 : When you leave a field and you have set the showErrors option to 1, the value is tested only if a value has been set. 1 : The value is tested  in any case.  By default it is 1.
			addClassErrorToField 	- 0 : no class is added to the field, 1 : the options.fieldErrorClass is added to the field with an error (except for radio). By default it is 0.

			fixPngForIe 			- 0 : do nothing, 1 : fix png alpha for IE6 in formcheck.css. By default it is 1.
			replaceTipsEffect 		- 0 : No effect on tips replace when we resize the broswer, 1: tween transition on browser resize;
			closeTipsButton 		- 0 : the close button of the tipbox is hidden, 1 : the close button of the tipbox is visible. By default it is 1.
			flashTips 				- 0 : normal behaviour, 1 : the tipbox "flash" (disappear and reappear) if errors remain when the form is submitted. By default it is 0.
			tipsPosition 			- 'right' : the tips box is placed on the right part of the field, 'left' to place it on the left part. By default it is 'right'.
			tipsOffsetX 			- Horizontal position of the tips box (margin-left), , by default it is 100 (px).
			tipsOffsetY				- Vertical position of the tips box (margin-bottom), , by default it is -10 (px).
			
			listErrorsAtTop 		- List all errors at the top of the form, , by default it is false.
			scrollToFirst 			- Smooth scroll the page to first error and focus on it, by default it is true.
			fadeDuration 			- Transition duration (in ms), by default it is 300.
		
		Alerts:
			This is a hash of alerts settings. in here you can modify strings to localize or wathever else. %0 and %1 represent the argument.
			
			required 				- "This field is required."
			alpha 					- "This field accepts alphabetic characters only."
			alphanum 				- "This field accepts alphanumeric characters only."
			nodigit 				- "No digits are accepted."
			digit 					- "Please enter a valid integer."
			digitmin 				- "The number must be at least %0"
			digitltd 				- "The value must be between %0 and %1"
			number 					- "Please enter a valid number."
			email 					- "Please enter a valid email: <br /><span>E.g. yourname@domain.com</span>"
			phone 					- "Please enter a valid phone."
			url 					- "Please enter a valid url: <br /><span>E.g. http://www.domain.com</span>"
			confirm 				- "This field is different from %0"
			differs 				- "This value must be different of %0"
			length_str 				- "The length is incorrect, it must be between %0 and %1"
			length_fix 				- "The length is incorrect, it must be exactly %0 characters"
			lengthmax 				- "The length is incorrect, it must be at max %0"
			lengthmin 				- "The length is incorrect, it must be at least %0"
			checkbox 				- "Please check the box"
			radios 					- "Please select a radio"
			select 					- "Please choose a value"
		
	Example:
		You can initialize a formcheck (no scroll, custom classes and alert) by adding for example this in your html head this code :
		
		(code)
		<script type="text/javascript">
			window.addEvent('domready', function() {
				var myCheck = new FormCheck('form_id', {
					tipsClass : 'tips_box',
					display : {
						scrollToFirst : false
					},
					alerts : {
						required : 'This field is ablolutely required! Please enter a value'
					}
				})
			});
		</script>
		(end code)
	
	About:
		formcheck.js v.1.4.2 for mootools v1.2 - 12 / 2008
		
		by Floor SA (http://www.floor.ch) MIT-style license
		
		Created by Luca Pillonel, last modified by Luca Pillonel
		
	Credits:
		This class was inspired by fValidator by Fabio Zendhi Nagao (http://zend.lojcomm.com.br)
		
		Thanks to oneZ, Blots, huughelmink, chdeliens, and everyone who contribute to this project...
*/

var FormCheck = new Class({
	
	Implements: [Options, Events],

	options : {
		
		tipsClass: 'fc-tbx',				//tips error class
		errorClass: 'fc-error',				//div error class
		fieldErrorClass: 'fc-field-error',	//error class for elements
		
		trimValue : false,					//trim (remove whitespaces before and after) the value
		validateDisabled : false,			//skip validation on disabled input if set to false.
		
		submitByAjax : false,				//false : standard submit way, true : submit by ajax
		ajaxResponseDiv : false,			//element to inject ajax response into (can also use onAjaxSuccess) [cronix] 
		ajaxEvalScripts : false,			//use evalScripts in the Request response [cronix] 
		onAjaxRequest : $empty,				//Function to fire when the Request event starts 
		onAjaxSuccess : $empty,				//Function to fire when the Request receives .  Args: response [the request response] - see Mootools docs for Request.onSuccess 
		onAjaxFailure : $empty,				//Function to fire if the Request fails 

		display : {
			showErrors : 0,
			titlesInsteadNames : 0,
			errorsLocation : 1,
			indicateErrors : 1,
			indicateErrorsInit : 0,
			keepFocusOnError : 0,
			checkValueIfEmpty : 1,
			addClassErrorToField : 0,
			fixPngForIe : 1,
			replaceTipsEffect : 1,
			flashTips : 0,
			closeTipsButton : 1,
			tipsPosition : "right",
			tipsOffsetX : -45,
			tipsOffsetY : 0,
			listErrorsAtTop : false,
			scrollToFirst : true,
			fadeDuration : 300
		},
		
		alerts : {
			required: "This field is required.",
			alpha: "This field accepts alphabetic characters only.",
			alphanum: "This field accepts alphanumeric characters only.",
			nodigit: "No digits are accepted.",
			digit: "Please enter a valid integer.",
			digitltd: "The value must be between %0 and %1",
			number: "Please enter a valid number.",
			email: "Please enter a valid email.",
			phone: "Please enter a valid phone.",
			url: "Please enter a valid url.",
			
			confirm: "This field is different from %0",
			differs: "This value must be different of %0",
			length_str: "The length is incorrect, it must be between %0 and %1",
			length_fix: "The length is incorrect, it must be exactly %0 characters",
			lengthmax: "The length is incorrect, it must be at max %0",
			lengthmin: "The length is incorrect, it must be at least %0",
			checkbox: "Please check the box",
			radios: "Please select a radio",
			select: "Please choose a value"
		},
		
		regexp : {
			required : /[^.*]/,
			alpha : /^[a-z ._-]+$/i,
			alphanum : /^[a-z0-9 ._-]+$/i,
			digit : /^[-+]?[0-9]+$/,
			nodigit : /^[^0-9]+$/,
			number : /^[-+]?\d*\.?\d+$/,
			email : /^[a-z0-9._%-]+@[a-z0-9.-]+\.[a-z]{2,4}$/i,
			phone : /^[\d\s ().-]+$/,
			url : /^(http|https|ftp)\:\/\/[a-z0-9\-\.]+\.[a-z]{2,3}(:[a-z0-9]*)?\/?([a-z0-9\-\._\?\,\'\/\\\+&amp;%\$#\=~])*$/i
		}
	},
	
	/*
	Constructor: initialize
		Constructor
	
		Add event on formular and perform some stuff, you now, like settings, ...
	*/
	initialize : function(form, options) {
		if (this.form = $(form)) {
			this.form.isValid = true;
			this.regex = ['length'];
			this.setOptions(options);
			
			//internalization
			if (typeof(formcheckLanguage) != 'undefined') this.options.alerts = $merge(this.options.alerts, formcheckLanguage);
			
			this.validations = [];
			this.alreadyIndicated = false;
			this.firstError = false;
			
			var regex = new Hash(this.options.regexp);
			regex.each(function(el, key) {
				this.regex.push(key);
			}, this);

			this.form.getElements("*[class*=validate]").each(function(el) {
				this.register(el);
			}, this);
			
			this.form.addEvents({
				"submit": this.onSubmit.bind(this)
			});
			
			if(this.options.display.fixPngForIe) this.fixIeStuffs();
			document.addEvent('mousewheel', function(){
				this.isScrolling = false;
			}.bind(this));
		}
	},
	
	/*
	Function: register
		Allows you to declare afterward new fields to the formcheck, to check dynamically loaded fields for example.
	
	Example:
		(code)
		<script type="text/javascript">
			window.addEvent('domready', function() {
				formcheck = new FormCheck('form_id');
			});
			
			// ...some code...
			
			var newField = new Element('input', {
				class	: "validate['required']",
				name	: "new-field"
			}).inject('form_id');
			formcheck.register(newField);
			
			new Element('input', {
				class	: "validate['required']",
				name	: "another-field",
				id		: "another-field"
			}).inject('form_id');
			formcheck.register($('another-field'));
		</script>
		(end code)
	
	See also:
		<FormCheck::dispose>
	*/
	register : function(el) {
		el.validation = [];
		el.getProperty("class").split(' ').each(function(classX) {
			if(classX.match(/^validate(\[.+\])$/)) {
				var validators = eval(classX.match(/^validate(\[.+\])$/)[1]);
				for(var i = 0; i < validators.length; i++) {
					el.validation.push(validators[i]);
					if (validators[i].match(/^confirm\[/)) {
						var field = eval(validators[i].match(/^.+(\[.+\])$/)[1].replace(/([A-Z0-9\._-]+)/i, "'$1'"));
						if (this.form[field].validation.contains('required')){
							el.validation.push('required');
						}
							
					}
				}
				this.addListener(el);
			}
		}, this);
	},
	
	/*
	Function: dispose
		Allows you to remove a declared field from formCheck
	
	Example:
		(code)
		<script type="text/javascript">
			window.addEvent('domready', function() {
				formcheck = new FormCheck('form_id');
			});
			
			// ...some code...
			
			formcheck.dispose($('obsolete-field'));
		</script>
		(end code)
	
	See also:
		<FormCheck::register>
	*/
	dispose : function(element) {
		this.validations.erase(element);
	},
	
	/*
	Function: addListener
		Private method
		
		Add listener on fields
	*/
	addListener : function(el) {
		this.validations.push(el);
		el.errors = [];
		
		if (this.options.display.indicateErrorsInit) {
			this.validations.each(function(el) {
				if(!this.manageError(el,'submit')) this.form.isValid = false;
			}, this);
			return true;
		} 
	
		if (el.validation[0] == 'submit') {
			el.addEvent('click', function(e){
				this.onSubmit(e);
			}.bind(this));
			return true;
		}

		if (this.isChildType(el) == false) el.addEvent('blur', function() {
			(function(){
				if(!this.fxRunning && (el.element || this.options.display.showErrors == 1) && (this.options.display.checkValueIfEmpty || el.value))
				this.manageError(el, 'blur')
			}.bind(this)).delay(100);
		}.bind(this))
		//We manage errors on radio
		else if (this.isChildType(el) == true) {
			//We get all radio from the same group and add a blur option
			var nlButtonGroup = this.form.getElements('input[name="'+ el.getProperty("name") +'"]');
			nlButtonGroup.each(function(radio){
				radio.addEvent('blur', function(){
					(function(){
						if((el.element || this.options.display.showErrors == 1) && (this.options.display.checkValueIfEmpty || el.value)) this.manageError(el, 'click');
					}.bind(this)).delay(100);
				}.bind(this))
			},this);
		}
	},
	
	/*
	Function: validate
		Private method
		
		Dispatch check to other methods
	*/
	validate : function(el) {
		el.errors = [];
		el.isOk = true;
		
		//skip validation and trim if specified
		if (!this.options.validateDisabled && el.get('disabled')) return true;
		if (this.options.trimValue && el.value) el.value = el.value.trim();
		
		el.validation.each(function(rule) {
			if(this.isChildType(el)) {
				if (this.validateGroup(el) == false) {
					el.isOk = false;
				}
			} else {
				var ruleArgs = [];
				
				if(rule.match(/^.+\[/)) {
					var ruleMethod = rule.split('[')[0];
					ruleArgs = eval(rule.match(/^.+(\[.+\])$/)[1].replace(/([A-Z0-9\._-]+)/i, "'$1'"));
				} else var ruleMethod = rule;
				
				if (this.regex.contains(ruleMethod) && el.get('tag') != "select") {
					if (this.validateRegex(el, ruleMethod, ruleArgs) == false) {
						el.isOk = false;
					}
				}
				
				if (ruleMethod == 'confirm') {
					if (this.validateConfirm(el, ruleArgs) == false) {
						el.isOk = false;
					}
				}
				if (ruleMethod == 'differs') {
					if (this.validateDiffers(el, ruleArgs) == false) {
						el.isOk = false;
					}
				}
				if (el.get('tag') == "select" || (el.type == "checkbox" && ruleMethod == 'required')) {
					if (this.simpleValidate(el) == false) {
						el.isOk = false;
					}
				}
				if(rule.match(/%[A-Z0-9\._-]+$/i) || (el.isOk && rule.match(/~[A-Z0-9\._-]+$/i))) {
					if(eval(rule.slice(1)+'(el)') == false) {
						el.isOk = false;
					}
				}
			}
		}, this);
		
		if (el.isOk) return true;
		else return false;
	},
	
	/*
	Function: simpleValidate
		Private method
		
		Perform simple check for select fields and checkboxes
	*/
	simpleValidate : function(el) {
		if (el.get('tag') == 'select' && el.selectedIndex <= 0) {
			el.errors.push(this.options.alerts.select);
			return false;
		} else if (el.type == "checkbox" && el.checked == false) {
			el.errors.push(this.options.alerts.checkbox);
			return false;
		}
		return true;
	},
	
	/*
	Function: validateRegex
		Private method
		
		Perform regex validations
	*/
	validateRegex : function(el, ruleMethod, ruleArgs) {
		var msg = "";
		if (ruleArgs[1] && ruleMethod == 'length') {
			if (ruleArgs[1] == -1) {
				this.options.regexp.length = new RegExp("^[\\s\\S]{"+ ruleArgs[0] +",}$");
				msg = this.options.alerts.lengthmin.replace("%0",ruleArgs[0]);
			} else if(ruleArgs[0] == ruleArgs[1]) {
				this.options.regexp.length = new RegExp("^[\\s\\S]{"+ ruleArgs[0] +"}$");
				msg = this.options.alerts.length_fix.replace("%0",ruleArgs[0]);
			} else {
				this.options.regexp.length = new RegExp("^[\\s\\S]{"+ ruleArgs[0] +","+ ruleArgs[1] +"}$");
				msg = this.options.alerts.length_str.replace("%0",ruleArgs[0]).replace("%1",ruleArgs[1]);
			}
		} else if (ruleArgs[0] && ruleMethod == 'length') {
			this.options.regexp.length = new RegExp("^.{0,"+ ruleArgs[0] +"}$");
			msg = this.options.alerts.lengthmax.replace("%0",ruleArgs[0]);
		} else {
			msg = this.options.alerts[ruleMethod];
		}
		if (ruleArgs[1] && ruleMethod == 'digit') {
			var regres = true;
			if (!this.options.regexp.digit.test(el.value)) {
				el.errors.push(this.options.alerts[ruleMethod]);
				regres = false;
			}
			if (ruleArgs[1] == -1) {
				if (el.value >= ruleArgs[0]) var valueres = true; else var valueres = false;
				msg = this.options.alerts.digitmin.replace("%0",ruleArgs[0]);
			} else {
				if (el.value >= ruleArgs[0] && el.value <= ruleArgs[1]) var valueres = true; else var valueres = false;
				msg = this.options.alerts.digitltd.replace("%0",ruleArgs[0]).replace("%1",ruleArgs[1]);
			}
			if (regres == false || valueres == false) {
				el.errors.push(msg);
				return false;
			}
		} else if (this.options.regexp[ruleMethod].test(el.value) == false)  {
			el.errors.push(msg);
			return false;
		}
		return true;
	},

	/*
	Function: validateConfirm
		Private method
		
		Perform confirm validations
	*/
	validateConfirm: function(el,ruleArgs) {
		
		var confirm = ruleArgs[0];
		if(el.value != this.form[confirm].value){
			if (this.options.display.titlesInsteadNames)
				var msg = this.options.alerts.confirm.replace("%0",this.form[confirm].getProperty('title'));
			else
				var msg = this.options.alerts.confirm.replace("%0",confirm);
			el.errors.push(msg);
			return false;
		}
		return true;
	},
	
	/*
	Function: validateDiffers
		Private method
		
		Perform differs validations
	*/
	validateDiffers: function(el,ruleArgs) {
		var differs = ruleArgs[0];
		if(el.value == this.form[differs].value){
			if (this.options.display.titlesInsteadNames)
				var msg = this.options.alerts.differs.replace("%0",this.form[differs].getProperty('title'));
			else
				var msg = this.options.alerts.differs.replace("%0",differs);
			el.errors.push(msg);
			return false;
		}
		return true;
	},
	
	/*
	Function: isChildType
		Private method
		
		Determine if the field is a group of radio or not.
	*/
	isChildType: function(el) {
		return ($defined(el.type) && el.type == 'radio') ? true : false;
	},
	
	/*
	Function: validateGroup
		Private method
		
		Perform radios validations
	*/
	validateGroup : function(el) {
		el.errors = [];
		var nlButtonGroup = this.form[el.getProperty("name")];
		el.group = nlButtonGroup;
		var cbCheckeds = false;
		
		for(var i = 0; i < nlButtonGroup.length; i++) {
			if(nlButtonGroup[i].checked) {
				cbCheckeds = true;
			}
		}
		if(cbCheckeds == false) {
			el.errors.push(this.options.alerts.radios);
			return false;
		} else {
			return true;	
		}
	},
	
	/*
	Function: listErrorsAtTop
		Private method
		
		Display errors
	*/
	listErrorsAtTop : function(obj) {
		if(!this.form.element) {
			 this.form.element = new Element('div', {'id' : 'errorlist', 'class' : this.options.errorClass}).injectTop(this.form);
		}
		if ($type(obj) == 'collection') {
			new Element('p').set('html',"<span>" + obj[0].name + " : </span>" + obj[0].errors[0]).injectInside(this.form.element);
		} else {
			if ((obj.validation.contains('required') && obj.errors.length > 0) || (obj.errors.length > 0 && obj.value && obj.validation.contains('required') == false)) {
				obj.errors.each(function(error) {
					new Element('p').set('html',"<span>" + obj.name + " : </span>" + error).injectInside(this.form.element);
				}, this);
			}
		}
	},
	
	/*
	Function: manageError
		Private method
		
		Manage display of errors boxes
	*/
	manageError : function(el, method) {
		var isValid = this.validate(el);
		if ((!isValid && el.validation.flatten()[0].contains('confirm[')) || (!isValid && el.validation.contains('required')) || (!el.validation.contains('required') && el.value && !isValid)) {
			if(this.options.display.listErrorsAtTop == true && method == 'submit')
				this.listErrorsAtTop(el, method);
			if (this.options.display.indicateErrors == 2 ||this.alreadyIndicated == false || el.name == this.alreadyIndicated.name)
			{
				if(!this.firstError) this.firstError = el;
				
				this.alreadyIndicated = el;
				
				if (this.options.display.keepFocusOnError && el.name == this.firstError.name) (function(){el.focus()}).delay(20);
				this.addError(el);
				return false;
			}
		} else if ((isValid || (!el.validation.contains('required') && !el.value)) && el.element) {
			this.removeError(el);
			return true;
		}
		return true;
	},
	
	/*
	Function: addError
		Private method
		
		Add error message
	*/
	addError : function(obj) {
		if(!obj.element && this.options.display.indicateErrors != 0) {
			if (this.options.display.errorsLocation == 1) {
				var pos = (this.options.display.tipsPosition == 'left') ? obj.getCoordinates().left : obj.getCoordinates().right;
				var options = {
					'opacity' : 0,
					'position' : 'absolute',
					'float' : 'left',
					'left' : pos + this.options.display.tipsOffsetX
				}
				obj.element = new Element('div', {'class' : this.options.tipsClass, 'styles' : options}).injectInside(document.body);
				this.addPositionEvent(obj);
			} else if (this.options.display.errorsLocation == 2){
				obj.element = new Element('div', {'class' : this.options.errorClass, 'styles' : {'opacity' : 0}}).injectBefore(obj);
			} else if (this.options.display.errorsLocation == 3){
				obj.element = new Element('div', {'class' : this.options.errorClass, 'styles' : {'opacity' : 0}});
				if ($type(obj.group) == 'object' || $type(obj.group) == 'collection')
					obj.element.injectAfter(obj.group[obj.group.length-1]);
				else
					obj.element.injectAfter(obj);
			}
		}					
		if (obj.element && obj.element != true) {
			obj.element.empty();
			if (this.options.display.errorsLocation == 1) {
				var errors = [];
				obj.errors.each(function(error) {
					errors.push(new Element('p').set('html', error));
				});
				var tips = this.makeTips(errors).injectInside(obj.element);
				if(this.options.display.closeTipsButton) {
					tips.getElements('a.close').addEvent('mouseup', function(){
						this.removeError(obj);
					}.bind(this));
				}
				obj.element.setStyle('top', obj.getCoordinates().top - tips.getCoordinates().height + this.options.display.tipsOffsetY);
			} else {
				obj.errors.each(function(error) {
					new Element('p').set('html',error).injectInside(obj.element);
				});
			}
			
			if (!this.options.display.fadeDuration || Browser.Engine.trident && Browser.Engine.version == 5 && this.options.display.errorsLocation < 2) {
				obj.element.setStyle('opacity', 1);
			} else {
				obj.fx = new Fx.Tween(obj.element, {
					'duration' : this.options.display.fadeDuration,
					'ignore' : true,
					'onStart' : function(){
						this.fxRunning = true;
					}.bind(this),
					'onComplete' : function() {
						this.fxRunning = false;
						if (obj.element && obj.element.getStyle('opacity').toInt() == 0) {
							obj.element.destroy();
							obj.element = false;
						}
					}.bind(this)
				})
				if(obj.element.getStyle('opacity').toInt() != 1) obj.fx.start('opacity', 1);
			}
		}
		if (this.options.display.addClassErrorToField && this.isChildType(obj) == false){
			obj.addClass(this.options.fieldErrorClass);
			obj.element = obj.element || true;
		}
			
	},
	
	/*
	Function: addPositionEvent
		
		Update tips position after a browser resize
	*/
	addPositionEvent : function(obj) {
		if(this.options.display.replaceTipsEffect) {
			obj.event = function(){
				new Fx.Morph(obj.element, {
					'duration' : this.options.display.fadeDuration
				}).start({ 
					'left':[obj.element.getStyle('left'), obj.getCoordinates().right + this.options.display.tipsOffsetX],
					'top':[obj.element.getStyle('top'), obj.getCoordinates().top - obj.element.getCoordinates().height + this.options.display.tipsOffsetY]
				});
			}.bind(this);
			
		} else {
			obj.event = function(){
				obj.element.setStyles({ 
					'left':obj.getCoordinates().right + this.options.display.tipsOffsetX,
					'top':obj.getCoordinates().top - obj.element.getCoordinates().height + this.options.display.tipsOffsetY
				});
			}.bind(this)
		}
		window.addEvent('resize', obj.event);
	},
	
	/*
	Function: removeError
		Private method
		
		Remove the error display
	*/
	removeError : function(obj) {
		this.alreadyIndicated = false;
		obj.errors = [];
		obj.isOK = true;
		window.removeEvent('resize', obj.event);
		if (this.options.display.errorsLocation >= 2 && obj.element) {
			new Fx.Tween(obj.element, {
				'duration': this.options.display.fadeDuration
			}).start('height', 0);
		}
		if (!this.options.display.fadeDuration || Browser.Engine.trident && Browser.Engine.version == 5 && this.options.display.errorsLocation == 1 && obj.element) {
			this.fxRunning = true;
			obj.element.destroy();
			obj.element = false;
			(function(){this.fxRunning = false}.bind(this)).delay(200);
		} else if (obj.element && obj.element != true) {
			obj.fx.start('opacity', 0);
		}
		
		if (this.options.display.addClassErrorToField && !this.isChildType(obj))
			obj.removeClass(this.options.fieldErrorClass);
	},
	
	/*
	Function: focusOnError
		Private method
		
		Create set the focus to the first field with an error if needed
	*/
	focusOnError : function (obj) {
		if (this.options.display.scrollToFirst && !this.alreadyFocused && !this.isScrolling) {
			if (!this.options.display.indicateErrors || !this.options.display.errorsLocation) {
				var dest = obj.getCoordinates().top-30;
			} else if (this.alreadyIndicated.element) {
				switch (this.options.display.errorsLocation){
					case 1 : 
						var dest = obj.element.getCoordinates().top;
						break;
					case 2 :
						var dest = obj.element.getCoordinates().top-30;
						break;
					case 3 :
						var dest = obj.getCoordinates().top-30;
						break;
				}
				this.isScrolling = true;
			}
			if (window.getScroll.y != dest) {
				new Fx.Scroll(window, {
					onComplete : function() {
						this.isScrolling = false;
						obj.focus();
					}.bind(this)
				}).start(0,dest);
			} else {
				this.isScrolling = false;
				obj.focus();
			}
			this.alreadyFocused = true;
		}
	},
	
	/*
	Function: fixIeStuffs
		Private method
		
		Fix png for IE6
	*/
	fixIeStuffs : function () {
		if (Browser.Engine.trident4) {
			//We fix png stuffs
			var rpng = new RegExp('url\\(([\.a-zA-Z0-9_/:-]+\.png)\\)');
			var search = new RegExp('(.+)formcheck\.css');
			for (var i = 0; i < document.styleSheets.length; i++){
				if (document.styleSheets[i].href.match(/formcheck\.css$/)) {
					var root = document.styleSheets[i].href.replace(search, '$1');
					var count = document.styleSheets[i].rules.length;
					for (var j = 0; j < count; j++){
						var cssstyle = document.styleSheets[i].rules[j].style;
						var bgimage = root + cssstyle.backgroundImage.replace(rpng, '$1');
						if (bgimage && bgimage.match(/\.png/i)){
							var scale = (cssstyle.backgroundRepeat == 'no-repeat') ? 'crop' : 'scale';
							cssstyle.filter =  'progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=\'' + bgimage + '\', sizingMethod=\''+ scale +'\')';
							cssstyle.backgroundImage = "none";
						}
					}
				}
			}
		}
	},
	
	/*
	Function: makeTips
		Private method
		
		Create tips boxes
	*/
	makeTips : function(txt) {
		var table = new Element('table');
			table.cellPadding ='0';
			table.cellSpacing ='0';
			table.border ='0';
			
			var tbody = new Element('tbody').injectInside(table);
				var tr1 = new Element('tr').injectInside(tbody);
					new Element('td', {'class' : 'tl'}).injectInside(tr1);
					new Element('td', {'class' : 't'}).injectInside(tr1);
					new Element('td', {'class' : 'tr'}).injectInside(tr1);
				var tr2 = new Element('tr').injectInside(tbody);
					new Element('td', {'class' : 'l'}).injectInside(tr2);
					var cont = new Element('td', {'class' : 'c'}).injectInside(tr2);
						var errors = new Element('div', {'class' : 'err'}).injectInside(cont);
						txt.each(function(error) {
							error.injectInside(errors);
						});
						if (this.options.display.closeTipsButton) new Element('a',{'class' : 'close'}).injectInside(cont);
					new Element('td', {'class' : 'r'}).injectInside(tr2);
				var tr3 = new Element('tr').injectInside(tbody);
					new Element('td', {'class' : 'bl'}).injectInside(tr3);
					new Element('td', {'class' : 'b'}).injectInside(tr3);
					new Element('td', {'class' : 'br'}).injectInside(tr3);			
		return table;
	},
	
	/*
	Function: reinitialize
		Private method		
		
		Reinitialize form before submit check
	*/
	reinitialize: function() {
		this.validations.each(function(el) {
			if (el.element) {
				el.errors = [];
				el.isOK = true;
				if(this.options.display.flashTips == 1) {
					el.element.destroy();
					el.element = false;
				}
			}
		}, this);
		if (this.form.element) this.form.element.empty();
		this.alreadyFocused = false;
		this.firstError = false;
		this.elementToRemove = this.alreadyIndicated;
		this.alreadyIndicated = false;
		this.form.isValid = true;
	},
	
	/*
	Function: submitByAjax
		Private method		
		
		Send the form by ajax, and replace the form with response
	*/
	
	submitByAjax: function() {
		var url = this.form.getProperty('action');
		this.fireEvent('ajaxRequest');
		new Request({
			url: url,
			method: this.form.getProperty('method'),
			data : this.form.toQueryString(),
			evalScripts: this.options.ajaxEvalScripts,
			onFailure: function(instance){
				this.fireEvent('ajaxFailure', instance);
			}.bind(this),
			onSuccess: function(result){
				this.fireEvent('ajaxSuccess', result);
				if(this.options.ajaxResponseDiv) $(this.options.ajaxResponseDiv).set('html',result);
			}.bind(this)
		}).send();
	},
	
	/*
	Function: onSubmit
		Private method		
		
		Perform check on submit action
	*/
	onSubmit: function(event) {
		this.reinitialize();
	
		this.validations.each(function(el) {
			var validation = this.manageError(el,'submit');
			if(!validation) this.form.isValid = false;
		}, this);
	    
		if (this.form.isValid) {
			if (this.options.submitByAjax) {
				new Event(event).stop();
				this.submitByAjax();
			}
		} else {
			new Event(event).stop();
			if (this.elementToRemove && this.elementToRemove != this.firstError && this.options.display.indicateErrors == 1) {
				this.removeError(this.elementToRemove);
			}
			this.focusOnError(this.firstError)
		}
	}
});

formcheckLanguage = {
	required: "Ce champ est requis.",
	alpha: "Ce champ n'accepte que des caract&egrave;res alphab&eacute;tiques sans accents.",
	alphanum: "Ce champ n'accepte que des caract&egrave;res alphanum&eacute;riques.",
	nodigit: "Ce champ n'accepte pas les chiffres.",
	digit: "Ce champ n'accepte que les chiffres.",
	digitmin: "Cette valeur doit &ecirc;tre au minimum %0",
	digitltd: "Cette valeur doit &ecirc;tre comprise entre %0 et %1",
	number: "Ce champ n'accepte qu'un nombre.",
	email: "Veuillez entrer une adresse email valide: <br /><span>Ex. votrenom@domain.com</span>",
	phone: "Veuillez entrer un num&eacute;ro de t&eacute;l&eacute;phone valide.",
	url: "Veuillez entrer une adresse de site internet valide: <br /><span>Ex. http://www.domain.com</span>",
	
	confirm: "Le mot de passe indiqu&eacute; n'est pas le m&ecirc;me.",
	differs: "Ce champ doit &ecirc;tre diff&eacute;rent de %0.",
	length_str: "La longueur doit &ecirc;tre comprise entre %0 et %1 caract&egrave;res.",
	length_fix: "La longueur doit &ecirc;tre de %0 caractères exactement.",
	lengthmax: "La longueur doit &ecirc;tre au maximum de %0 caract&egrave;res.",
	lengthmin: "La longueur doit &ecirc;tre au minimum de %0 caract&egrave;res.",
	checkbox: "Merci de cocher la case.",
	radios: "Merci de choisir une valeur.",
	select: "Merci de choisir une valeur dans la liste."
}

var MenuMatic=new Class({Implements:Options,options:{id:"nav",subMenusContainerId:"subMenusContainer",effect:"slide & fade",duration:600,physics:Fx.Transitions.Pow.easeOut,hideDelay:1000,stretchMainMenu:false,matchWidthMode:false,orientation:"horizontal",direction:{x:"right",y:"down"},tweakInitial:{x:0,y:0},tweakSubsequent:{x:0,y:0},center:false,opacity:95,mmbFocusedClassName:null,mmbClassName:null,killDivider:null,fixHasLayoutBug:false,onHideAllSubMenusNow_begin:(function(){}),onHideAllSubMenusNow_complete:(function(){}),onInit_begin:(function(){}),onInit_complete:(function(){})},hideAllMenusTimeout:null,allSubMenus:[],subMenuZindex:1,initialize:function(B){this.setOptions(B);this.options.onInit_begin();if(this.options.opacity>99){this.options.opacity=99.9}this.options.opacity=this.options.opacity/100;Element.implement({getId:function(){if(!this.id){var E=this.get("tag")+"-"+$time();while($(E)){E=this.get("tag")+"-"+$time()}this.id=E}return this.id}});this.options.direction.x=this.options.direction.x.toLowerCase();this.options.direction.y=this.options.direction.y.toLowerCase();if(this.options.direction.x==="right"){this.options.direction.xInverse="left"}else{if(this.options.direction.x==="left"){this.options.direction.xInverse="right"}}if(this.options.direction.y==="up"){this.options.direction.yInverse="down"}else{if(this.options.direction.y==="down"){this.options.direction.yInverse="up"}}var A=$(this.options.id).getElements("a");A.each(function(F,E){F.store("parentLinks",F.getParent().getParents("li").getFirst("a"));F.store("parentLinks",F.retrieve("parentLinks").erase(F.retrieve("parentLinks").getFirst()));F.store("childMenu",F.getNext("ul")||F.getNext("ol"));theSubMenuType="subsequent";if($(F.getParent("ul")||F.getParent("ol")).id===this.options.id){theSubMenuType="initial"}F.store("subMenuType",theSubMenuType);if(theSubMenuType==="initial"&&$(F.getNext("ul")||F.getNext("ol"))){F.addClass("mainMenuParentBtn")}else{if($(F.getNext("ul")||F.getNext("ol"))){F.addClass("subMenuParentBtn")}}}.bind(this));var D=new Element("div",{id:this.options.subMenusContainerId}).inject($(document.body),"bottom");$(this.options.id).getElements("ul, ol").each(function(F,E){new Element("div",{"class":"smOW"}).inject(D).grab(F)}.bind(this));D.getElements("a").set("tabindex","-1");A.each(function(G,E){if(!G.retrieve("childMenu")){return }G.store("childMenu",G.retrieve("childMenu").getParent("div"));this.allSubMenus.include(G.retrieve("childMenu"));G.store("parentSubMenus",G.retrieve("parentLinks").retrieve("childMenu"));var F=new MenuMaticSubMenu(this.options,this,G)}.bind(this));var C=$(this.options.id).getElements("a").filter(function(F,E){return !F.retrieve("childMenu")});C.each(function(F,E){F.addEvents({mouseenter:function(G){this.hideAllSubMenusNow();if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),focus:function(G){this.hideAllSubMenusNow();if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),mouseleave:function(G){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration*5),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName)}}.bind(this),blur:function(G){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(F).retrieve("btnMorph",new Fx.Morph(F,{duration:(this.options.duration*5),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName)}}.bind(this),keydown:function(H){var G=new Event(H);if(H.key==="up"||H.key==="down"||H.key==="left"||H.key==="right"){H.stop()}if(H.key==="left"&&this.options.orientation==="horizontal"||H.key==="up"&&this.options.orientation==="vertical"){if(F.getParent("li").getPrevious("li")){F.getParent("li").getPrevious("li").getFirst("a").focus()}else{F.getParent("li").getParent().getLast("li").getFirst("a").focus()}}else{if(H.key==="right"&&this.options.orientation==="horizontal"||H.key==="down"&&this.options.orientation==="vertical"){if(F.getParent("li").getNext("li")){F.getParent("li").getNext("li").getFirst("a").focus()}else{F.getParent("li").getParent().getFirst("li").getFirst("a").focus()}}}}.bind(this)})},this);this.stretch();this.killDivider();this.center();this.fixHasLayoutBug();this.options.onInit_complete()},fixHasLayoutBug:function(){if(Browser.Engine.trident&&this.options.fixHasLayoutBug){$(this.options.id).getParents().setStyle("zoom",1);$(this.options.id).setStyle("zoom",1);$(this.options.id).getChildren().setStyle("zoom",1);$(this.options.subMenusContainerId).setStyle("zoom",1);$(this.options.subMenusContainerId).getChildren().setStyle("zoom",1)}},center:function(){if(!this.options.center){return }$(this.options.id).setStyles({left:"50%","margin-left":-($(this.options.id).getSize().x/2)})},stretch:function(){if(this.options.stretchMainMenu&&this.options.orientation==="horizontal"){var C=parseFloat($(this.options.id).getCoordinates().width);var D=0;var B=$(this.options.id).getElements("a");B.setStyles({"padding-left":0,"padding-right":0});B.each(function(F,E){D+=F.getSize().x}.bind(this));if(C<D){return }var A=(C-D)/B.length;B.each(function(F,E){F.setStyle("width",F.getSize().x+A)}.bind(this));B.getLast().setStyle("width",B.getLast().getSize().x-1)}},killDivider:function(){if(this.options.killDivider&&this.options.killDivider.toLowerCase()==="first"){$($(this.options.id).getElements("li")[0]).setStyles({background:"none"})}else{if(this.options.killDivider&&this.options.killDivider.toLowerCase()==="last"){$($(this.options.id).getElements("li").getLast()).setStyles({background:"none"})}}},hideAllSubMenusNow:function(){this.options.onHideAllSubMenusNow_begin();$clear(this.hideAllMenusTimeout);$$(this.allSubMenus).fireEvent("hide");this.options.onHideAllSubMenusNow_complete()}});var MenuMaticSubMenu=new Class({Implements:Options,Extends:MenuMatic,options:{onSubMenuInit_begin:(function(A){}),onSubMenuInit_complete:(function(A){}),onMatchWidth_begin:(function(A){}),onMatchWidth_complete:(function(A){}),onHideSubMenu_begin:(function(A){}),onHideSubMenu_complete:(function(A){}),onHideOtherSubMenus_begin:(function(A){}),onHideOtherSubMenus_complete:(function(A){}),onHideAllSubMenus_begin:(function(A){}),onHideAllSubMenus_complete:(function(A){}),onPositionSubMenu_begin:(function(A){}),onPositionSubMenu_complete:(function(A){}),onShowSubMenu_begin:(function(A){}),onShowSubMenu_complete:(function(A){})},root:null,btn:null,hidden:true,myEffect:null,initialize:function(B,A,C){this.setOptions(B);this.root=A;this.btn=C;this.childMenu=this.btn.retrieve("childMenu");this.subMenuType=this.btn.retrieve("subMenuType");this.childMenu=this.btn.retrieve("childMenu");this.parentSubMenus=$$(this.btn.retrieve("parentSubMenus"));this.parentLinks=$$(this.btn.retrieve("parentLinks"));this.parentSubMenu=$(this.parentSubMenus[0]);if(this.parentSubMenu){this.parentSubMenu=this.parentSubMenu.retrieve("class")}this.childMenu.store("class",this);this.btn.store("class",this);this.childMenu.store("status","closed");this.options.onSubMenuInit_begin(this);this.childMenu.addEvent("hide",function(){this.hideSubMenu()}.bind(this));this.childMenu.addEvent("show",function(){this.showSubMenu()}.bind(this));if(this.options.effect){this.myEffect=new Fx.Morph($(this.childMenu).getFirst(),{duration:this.options.duration,transition:this.options.physics,link:"cancel"})}if(this.options.effect==="slide"||this.options.effect==="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"){this.childMenu.getFirst().setStyle("margin-top","0")}else{this.childMenu.getFirst().setStyle("margin-left","0")}}else{if(this.options.effect==="fade"||this.options.effect==="slide & fade"){this.childMenu.getFirst().setStyle("opacity",0)}}if(this.options.effect!="fade"&&this.options.effect!="slide & fade"){this.childMenu.getFirst().setStyle("opacity",this.options.opacity)}var D=$(this.childMenu).getElements("a").filter(function(F,E){return !F.retrieve("childMenu")});D.each(function(F,E){$(F).addClass("subMenuBtn");F.addEvents({mouseenter:function(G){this.childMenu.fireEvent("show");this.cancellHideAllSubMenus();this.hideOtherSubMenus()}.bind(this),focus:function(G){this.childMenu.fireEvent("show");this.cancellHideAllSubMenus();this.hideOtherSubMenus()}.bind(this),mouseleave:function(G){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),blur:function(G){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),keydown:function(H){var G=new Event(H);if(H.key==="up"||H.key==="down"||H.key==="left"||H.key==="right"||H.key==="tab"){H.stop()}if(H.key==="up"){if(F.getParent("li").getPrevious("li")){F.getParent("li").getPrevious("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.btn.focus()}else{if(this.options.direction.y==="up"){F.getParent("li").getParent().getLast("li").getFirst("a").focus()}}}}else{if(H.key==="down"){if(F.getParent("li").getNext("li")){F.getParent("li").getNext("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){F.getParent("li").getParent().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.btn.focus()}}}}else{if(H.key===this.options.direction.xInverse){this.btn.focus()}}}}.bind(this)})},this);$(this.btn).removeClass("subMenuBtn");if(this.subMenuType=="initial"){this.btn.addClass("mainParentBtn")}else{this.btn.addClass("subParentBtn")}$(this.btn).addEvents({mouseenter:function(E){this.cancellHideAllSubMenus();this.hideOtherSubMenus();this.showSubMenu();if(this.subMenuType==="initial"&&this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),focus:function(E){this.cancellHideAllSubMenus();this.hideOtherSubMenus();this.showSubMenu();if(this.subMenuType==="initial"&&this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration/2),transition:this.options.physics,link:"cancel"})).start(this.options.mmbFocusedClassName)}}.bind(this),mouseleave:function(E){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),blur:function(E){this.cancellHideAllSubMenus();this.hideAllSubMenus()}.bind(this),keydown:function(E){E=new Event(E);if(E.key==="up"||E.key==="down"||E.key==="left"||E.key==="right"){E.stop()}if(!this.parentSubMenu){if(this.options.orientation==="horizontal"&&E.key===this.options.direction.y||this.options.orientation==="vertical"&&E.key===this.options.direction.x){if(this.options.direction.y==="down"){this.childMenu.getFirst().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.childMenu.getFirst().getLast("li").getFirst("a").focus()}}}else{if(this.options.orientation==="horizontal"&&E.key==="left"||this.options.orientation==="vertical"&&E.key===this.options.direction.yInverse){if(this.btn.getParent().getPrevious()){this.btn.getParent().getPrevious().getFirst().focus()}else{this.btn.getParent().getParent().getLast().getFirst().focus()}}else{if(this.options.orientation==="horizontal"&&E.key==="right"||this.options.orientation==="vertical"&&E.key===this.options.direction.y){if(this.btn.getParent().getNext()){this.btn.getParent().getNext().getFirst().focus()}else{this.btn.getParent().getParent().getFirst().getFirst().focus()}}}}}else{if(E.key==="tab"){E.stop()}if(E.key==="up"){if(this.btn.getParent("li").getPrevious("li")){this.btn.getParent("li").getPrevious("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.parentSubMenu.btn.focus()}else{if(this.options.direction.y==="up"){this.btn.getParent("li").getParent().getLast("li").getFirst("a").focus()}}}}else{if(E.key==="down"){if(this.btn.getParent("li").getNext("li")){this.btn.getParent("li").getNext("li").getFirst("a").focus()}else{if(this.options.direction.y==="down"){this.btn.getParent("li").getParent().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){this.parentSubMenu.btn.focus()}}}}else{if(E.key===this.options.direction.xInverse){this.parentSubMenu.btn.focus()}else{if(E.key===this.options.direction.x){if(this.options.direction.y==="down"){this.childMenu.getFirst().getFirst("li").getFirst("a").focus()}else{if(this.options.direction.y==="up"){}}}}}}}}.bind(this)});this.options.onSubMenuInit_complete(this)},matchWidth:function(){if(this.widthMatched||!this.options.matchWidthMode||this.subMenuType==="subsequent"){return }this.options.onMatchWidth_begin(this);var A=this.btn.getCoordinates().width;$(this.childMenu).getElements("a").each(function(E,D){var C=parseFloat($(this.childMenu).getFirst().getStyle("border-left-width"))+parseFloat($(this.childMenu).getFirst().getStyle("border-right-width"));var B=parseFloat(E.getStyle("padding-left"))+parseFloat(E.getStyle("padding-right"));var F=C+B;if(A>E.getCoordinates().width){E.setStyle("width",A-F);E.setStyle("margin-right",-C)}}.bind(this));this.width=this.childMenu.getFirst().getCoordinates().width;this.widthMatched=true;this.options.onMatchWidth_complete(this)},hideSubMenu:function(){if(this.childMenu.retrieve("status")==="closed"){return }this.options.onHideSubMenu_begin(this);if(this.subMenuType=="initial"){if(this.options.mmbClassName&&this.options.mmbFocusedClassName){$(this.btn).retrieve("btnMorph",new Fx.Morph($(this.btn),{duration:(this.options.duration),transition:this.options.physics,link:"cancel"})).start(this.options.mmbClassName).chain(function(){$(this.btn).removeClass("mainMenuParentBtnFocused");$(this.btn).addClass("mainMenuParentBtn")}.bind(this))}else{$(this.btn).removeClass("mainMenuParentBtnFocused");$(this.btn).addClass("mainMenuParentBtn")}}else{$(this.btn).removeClass("subMenuParentBtnFocused");$(this.btn).addClass("subMenuParentBtn")}this.childMenu.setStyle("z-index",1);if(this.options.effect&&this.options.effect.toLowerCase()==="slide"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="down"){this.myEffect.start({"margin-top":-this.height}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="up"){this.myEffect.start({"margin-top":this.height}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="right"){this.myEffect.start({"margin-left":-this.width}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":this.width}).chain(function(){this.childMenu.style.display="none"}.bind(this))}}}}}else{if(this.options.effect=="fade"){this.myEffect.start({opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.effect=="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="down"){this.myEffect.start({"margin-top":-this.height,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"&&this.options.direction.y==="up"){this.myEffect.start({"margin-top":this.height,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="right"){this.myEffect.start({"margin-left":-this.width,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":this.width,opacity:0}).chain(function(){this.childMenu.style.display="none"}.bind(this))}}}}}else{this.childMenu.style.display="none"}}}this.childMenu.store("status","closed");this.options.onHideSubMenu_complete(this)},hideOtherSubMenus:function(){this.options.onHideOtherSubMenus_begin(this);if(!this.btn.retrieve("otherSubMenus")){this.btn.store("otherSubMenus",$$(this.root.allSubMenus.filter(function(A){return !this.btn.retrieve("parentSubMenus").contains(A)&&A!=this.childMenu}.bind(this))))}this.parentSubMenus.fireEvent("show");this.btn.retrieve("otherSubMenus").fireEvent("hide");this.options.onHideOtherSubMenus_complete(this)},hideAllSubMenus:function(){this.options.onHideAllSubMenus_begin(this);$clear(this.root.hideAllMenusTimeout);this.root.hideAllMenusTimeout=(function(){$clear(this.hideAllMenusTimeout);$$(this.root.allSubMenus).fireEvent("hide")}).bind(this).delay(this.options.hideDelay);this.options.onHideAllSubMenus_complete(this)},cancellHideAllSubMenus:function(){$clear(this.root.hideAllMenusTimeout)},showSubMenu:function(A){if(this.childMenu.retrieve("status")==="open"){return }this.options.onShowSubMenu_begin(this);if(this.subMenuType=="initial"){$(this.btn).removeClass("mainMenuParentBtn");$(this.btn).addClass("mainMenuParentBtnFocused")}else{$(this.btn).removeClass("subMenuParentBtn");$(this.btn).addClass("subMenuParentBtnFocused")}this.root.subMenuZindex++;this.childMenu.setStyles({display:"block",visibility:"hidden","z-index":this.root.subMenuZindex});if(!this.width||!this.height){this.width=this.childMenu.getFirst().getCoordinates().width;this.height=this.childMenu.getFirst().getCoordinates().height;this.childMenu.setStyle("height",this.height,"border");if(this.options.effect==="slide"||this.options.effect==="slide & fade"){if(this.subMenuType=="initial"&&this.options.orientation==="horizontal"){this.childMenu.getFirst().setStyle("margin-top","0");if(this.options.direction.y==="down"){this.myEffect.set({"margin-top":-this.height})}else{if(this.options.direction.y==="up"){this.myEffect.set({"margin-top":this.height})}}}else{if(this.options.direction.x==="left"){this.myEffect.set({"margin-left":this.width})}else{this.myEffect.set({"margin-left":-this.width})}}}}this.matchWidth();this.positionSubMenu();if(this.options.effect==="slide"){this.childMenu.setStyles({display:"block",visibility:"visible"});if(this.subMenuType==="initial"&&this.options.orientation==="horizontal"){if(A){this.myEffect.set({"margin-top":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-top":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(A){this.myEffect.set({"margin-left":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-left":0}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}else{if(this.options.effect==="fade"){if(A){this.myEffect.set({opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(this.options.effect=="slide & fade"){this.childMenu.setStyles({display:"block",visibility:"visible"});this.childMenu.getFirst().setStyles({left:0});if(this.subMenuType==="initial"&&this.options.orientation==="horizontal"){if(A){this.myEffect.set({"margin-top":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{this.myEffect.start({"margin-top":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}else{if(A){if(this.options.direction.x==="right"){this.myEffect.set({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.set({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}else{if(this.options.direction.x==="right"){this.myEffect.set({"margin-left":-this.width,opacity:this.options.opacity});this.myEffect.start({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}else{if(this.options.direction.x==="left"){this.myEffect.start({"margin-left":0,opacity:this.options.opacity}).chain(function(){this.showSubMenuComplete()}.bind(this))}}}}}else{this.childMenu.setStyles({display:"block",visibility:"visible"}).chain(function(){this.showSubMenuComplete(this)}.bind(this))}}}this.childMenu.store("status","open")},showSubMenuComplete:function(){this.options.onShowSubMenu_complete(this)},positionSubMenu:function(){this.options.onPositionSubMenu_begin(this);this.childMenu.setStyle("width",this.width);this.childMenu.getFirst().setStyle("width",this.width);if(this.subMenuType==="subsequent"){if(this.parentSubMenu&&this.options.direction.x!=this.parentSubMenu.options.direction.x){if(this.parentSubMenu.options.direction.x==="left"&&this.options.effect&&this.options.effect.contains("slide")){this.myEffect.set({"margin-left":this.width})}}this.options.direction.x=this.parentSubMenu.options.direction.x;this.options.direction.xInverse=this.parentSubMenu.options.direction.xInverse;this.options.direction.y=this.parentSubMenu.options.direction.y;this.options.direction.yInverse=this.parentSubMenu.options.direction.yInverse}var C;var A;if(this.subMenuType=="initial"){if(this.options.direction.y==="up"){if(this.options.orientation==="vertical"){C=this.btn.getCoordinates().bottom-this.height+this.options.tweakInitial.y}else{C=this.btn.getCoordinates().top-this.height+this.options.tweakInitial.y}this.childMenu.style.top=C+"px"}else{if(this.options.orientation=="horizontal"){this.childMenu.style.top=this.btn.getCoordinates().bottom+this.options.tweakInitial.y+"px"}else{if(this.options.orientation=="vertical"){C=this.btn.getPosition().y+this.options.tweakInitial.y;if((C+this.childMenu.getSize().y)>=$(document.body).getScrollSize().y){A=(C+this.childMenu.getSize().y)-$(document.body).getScrollSize().y;C=C-A-20}this.childMenu.style.top=C+"px"}}}if(this.options.orientation=="horizontal"){this.childMenu.style.left=this.btn.getPosition().x+this.options.tweakInitial.x+"px"}else{if(this.options.direction.x=="left"){this.childMenu.style.left=this.btn.getPosition().x-this.childMenu.getCoordinates().width+this.options.tweakInitial.x+"px"}else{if(this.options.direction.x=="right"){this.childMenu.style.left=this.btn.getCoordinates().right+this.options.tweakInitial.x+"px"}}}}else{if(this.subMenuType=="subsequent"){if(this.options.direction.y==="down"){if((this.btn.getCoordinates().top+this.options.tweakSubsequent.y+this.childMenu.getSize().y)>=$(document.body).getScrollSize().y){A=(this.btn.getCoordinates().top+this.options.tweakSubsequent.y+this.childMenu.getSize().y)-$(document.body).getScrollSize().y;this.childMenu.style.top=(this.btn.getCoordinates().top+this.options.tweakSubsequent.y)-A-20+"px"}else{this.childMenu.style.top=this.btn.getCoordinates().top+this.options.tweakSubsequent.y+"px"}}else{if(this.options.direction.y==="up"){if((this.btn.getCoordinates().bottom-this.height+this.options.tweakSubsequent.y)<1){this.options.direction.y="down";this.options.direction.yInverse="up";this.childMenu.style.top=this.btn.getCoordinates().top+this.options.tweakSubsequent.y+"px"}else{this.childMenu.style.top=this.btn.getCoordinates().bottom-this.height+this.options.tweakSubsequent.y+"px"}}}if(this.options.direction.x=="left"){this.childMenu.style.left=this.btn.getCoordinates().left-this.childMenu.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.childMenu.getPosition().x<0){this.options.direction.x="right";this.options.direction.xInverse="left";this.childMenu.style.left=this.btn.getPosition().x+this.btn.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.options.effect==="slide"||this.options.effect==="slide & fade"){this.myEffect.set({"margin-left":-this.width,opacity:this.options.opacity})}}}else{if(this.options.direction.x=="right"){this.childMenu.style.left=this.btn.getCoordinates().right+this.options.tweakSubsequent.x+"px";var D=this.childMenu.getCoordinates().right;var B=document.getCoordinates().width+window.getScroll().x;if(D>B){this.options.direction.x="left";this.options.direction.xInverse="right";this.childMenu.style.left=this.btn.getCoordinates().left-this.childMenu.getCoordinates().width+this.options.tweakSubsequent.x+"px";if(this.options.effect==="slide"||this.options.effect==="slide & fade"){this.myEffect.set({"margin-left":this.width,opacity:this.options.opacity})}}}}}}this.options.onPositionSubMenu_complete(this)}});

Cufon.replace('.custom');

window.addEvent('domready', function() {
	var myMenu = new MenuMatic({ 
		id:'menu',
		subMenusContainerId:'submenu',
		opacity:'100'
	});
	var myAccordion = new Accordion($('cm2'), 'h3.toggler1', 'div.element1', {
		opacity: false,
		display: -1,
		onActive: function(toggler, element){
			toggler.setStyle('color', '#394d99');
			toggler.setStyle('font-weight', 'bold')
		},
		onBackground: function(toggler, element){
			toggler.setStyle('color', '#596fc6');
		}
	});
	var myAccordion2 = new Accordion($('cm1'), 'h3.toggler2', 'div.element2', {
		opacity: false,
		display: -1,
		onActive: function(toggler, element){
			toggler.setStyle('color', '#a03989');
			toggler.setStyle('font-weight', 'bold')
		},
		onBackground: function(toggler, element){
			toggler.setStyle('color', '#d452b7');
		}
	});
	var myAccordion3 = new Accordion($('ce2'), 'h3.toggler3', 'div.element3', {
		opacity: false,
		display: -1,
		onActive: function(toggler, element){
			toggler.setStyle('color', '#df4a15');
			toggler.setStyle('font-weight', 'bold')
		},
		onBackground: function(toggler, element){
			toggler.setStyle('color', '#F9632E');
		}
	});
	new FormCheck('registerform');
	
});		

function getMenu(menu){
	var submenus = document.getElementById('submenu').getElementsByTagName('ul');
	if(menu == 2)
		submenus[1].style.background='#a03989 url(http://www.mon-instit.fr/wp-content/themes/mon-instit/images/niveau_cm1_bottom.png) no-repeat bottom'
	else if(menu == 3)
		submenus[2].style.background='#394D99 url(http://www.mon-instit.fr/wp-content/themes/mon-instit/images/niveau_cm2_bottom.png) no-repeat bottom'
}

function ChangeType(account){
	var ecolierimg = document.getElementById('ecolierimg');
	var parentimg = document.getElementById('parentimg');
	var institimg = document.getElementById('institimg');
	var ecolierindic = document.getElementById('ecolierindic');
	var parentindic = document.getElementById('parentindic');
	var institindic = document.getElementById('institindic');
	var extrafield = document.getElementById('change');
	var type = document.getElementById('cimy_uef_ACCOUNT');
	if(account == "ecolier") {
		ecolierimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/ecolier_hover.png";
		parentimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/parent.png";
		institimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/instit.png";
		ecolierindic.checked = true;
		parentindic.checked = false;
		institindic.checked = false;
		extrafield.innerHTML = '<label for="cimy_uef_LEVEL">Actuellement vous &ecirc;tes</label><select id="cimy_uef_LEVEL" name="cimy_uef_LEVEL"><option value="cm2">en classe de CM2</option><option value="cm1">en classe de CM1</option><option value="ce2">en classe de CE2</option></select>';
		type.value="Ecolier";
	}
	if(account == "parent") {
		ecolierimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/ecolier.png";
		parentimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/parent_hover.png";
		institimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/instit.png";
		ecolierindic.checked = false;
		parentindic.checked = true;
		institindic.checked = false;
		extrafield.innerHTML = '<label for="cimy_uef_CHILD">Email de votre enfant</label><input type="text" id="cimy_uef_CHILD" name="cimy_uef_CHILD" class="validate[\'required\',\'email\']"/>';
		type.value="Parent";
	}
	if(account == "instit") {
		ecolierimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/ecolier.png";
		parentimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/parent.png";
		institimg.src = "http://www.mon-instit.fr/wp-content/themes/mon-instit/images/instit_hover.png";	
		ecolierindic.checked = false;
		parentindic.checked = false;
		institindic.checked = true;
		extrafield.innerHTML = '<label for="cimy_uef_LEVEL">Actuellement vous &ecirc;tes instit\'</label><select id="cimy_uef_LEVEL" name="cimy_uef_LEVEL"><option value="cm2">en classe de CM2</option><option value="cm1">en classe de CM1</option><option value="ce2">en classe de CE2</option></select>';
		type.value="Instit";
	}
}