/* Cufon Code
 * 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 Font Code
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (C) 2003 Ted Staunton. Distributed Exclusively by P22 type foundry/Sherwood
 * Type.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"169,-163v3,15,-13,8,-22,30v-16,39,-38,89,-49,123v-2,6,-24,14,-25,11v-5,-39,-46,-127,-47,-137v-3,-6,-6,-14,-21,-14v-5,0,2,-13,10,-12v19,2,29,4,54,-1v5,-1,0,11,-5,12v-13,2,-2,26,2,36r19,50v4,12,10,8,13,2v9,-23,21,-46,28,-71v2,-6,4,-19,-11,-18v-10,0,1,-11,6,-11v17,3,26,2,48,0","w":176},{"d":"50,-229v-2,-19,19,-18,37,-17r0,-16v0,0,-21,1,-38,1v-46,0,-19,91,-26,138v3,23,-30,13,-15,30v6,3,15,-1,15,20r0,126v-3,33,34,27,64,27r0,-16r-18,0v-22,0,-19,-19,-19,-33r0,-260","w":95},{"d":"8,-147v-9,-18,34,-11,49,-25v2,-1,5,-1,5,9r0,125v1,18,6,25,20,25v11,0,-1,17,-8,15v-12,-11,-96,11,-58,-15v18,-1,16,-22,16,-34r0,-84v0,-18,-14,-15,-24,-16xm25,-219v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":89},{"d":"73,-250v-5,1,-11,-2,-14,1r1,55v0,1,2,0,3,0v9,0,4,13,-3,11v-10,0,-41,0,-21,-11v8,-12,1,-34,2,-56v-14,-2,-13,3,-23,8v-8,2,-4,-8,-3,-15v13,-13,41,1,69,-5v8,-1,1,10,1,13v0,4,-2,6,-7,7v-9,0,-5,-8,-5,-8xm178,-231v-8,11,-18,39,-28,47v-4,2,-8,1,-8,-3v-1,-5,-22,-40,-25,-46v2,13,-6,35,5,40v9,0,3,11,-4,10v-5,-1,-14,-1,-18,0v-8,2,-5,-11,2,-11v5,-12,1,-40,1,-57v-7,0,-13,-7,-2,-11v10,2,24,-4,24,7r26,47r25,-49v2,-7,9,-4,14,-4v5,0,17,-4,13,5v-15,6,-6,41,-7,62v0,1,2,0,3,0v9,0,4,13,-3,11v-10,0,-41,0,-21,-11v8,-6,1,-26,3,-37","w":216},{"d":"142,-139v0,13,2,89,5,112v1,6,12,12,22,12v11,0,0,17,-7,15v-11,-5,-73,-2,-83,0v-6,1,-2,-15,7,-15v23,-1,22,-17,22,-29r-1,-185v0,-27,-35,-9,-55,-14v-13,0,-20,10,-25,23v-3,6,-25,13,-20,0v5,-12,7,-24,10,-37v1,-8,6,-8,10,-8v74,5,140,6,216,0v4,6,-11,33,-10,47v-1,4,-20,7,-18,0v10,-44,-32,-18,-63,-25v-10,0,-8,7,-8,16v0,44,-1,65,-2,88","w":253},{"d":"127,-89r-28,76v-2,8,-21,20,-27,10v-4,-39,-45,-125,-46,-130v-2,-6,-4,-15,-19,-16v-8,-1,0,-14,8,-13v19,2,29,4,54,-1v5,-1,1,11,-4,12v-13,2,-3,26,1,36r19,50v4,12,11,7,13,1v7,-23,31,-45,21,-70v-2,-6,-7,-15,-20,-16v-7,-1,1,-13,7,-12v19,2,31,4,56,-1v5,-1,1,13,-4,13v-14,1,-3,25,1,35v8,22,17,44,20,52v4,12,9,6,12,0v16,-37,20,-41,31,-77v2,-6,0,-11,-14,-11v-5,0,0,-12,5,-12v19,3,28,3,48,0v3,-1,0,11,-3,11v-21,4,-19,26,-31,49v-17,32,-25,62,-35,94v-2,6,-24,10,-26,9v-6,-31,-17,-58,-29,-88v-1,-4,-6,-12,-10,-1","w":270},{"d":"217,-5v-29,8,-70,7,-70,7v-45,0,-107,-11,-133,-69v-22,-50,-4,-115,23,-146v57,-65,116,-56,191,-45v-6,21,6,45,-12,53v-8,9,-17,8,-16,1v5,-36,-24,-41,-50,-45v-47,-7,-106,54,-106,117v0,41,14,89,64,106v46,16,82,10,112,-10v4,-3,8,-1,7,3v-1,3,-5,27,-10,28","w":239},{"d":"81,-85v-6,-13,-21,4,-22,9v0,41,-8,57,19,63v11,0,-1,17,-8,15v-12,-11,-96,11,-58,-15v18,-1,16,-22,16,-34r0,-186v0,-18,-13,-16,-23,-17v-9,-17,34,-11,49,-25v2,-1,4,0,4,10v1,33,0,148,1,159v1,11,12,-1,17,-4v17,-13,15,-11,32,-26v6,-6,11,-17,-8,-14v-3,-23,47,-2,66,-14v4,-1,0,14,-5,15v-33,13,-24,12,-52,35v-5,4,-7,8,-4,12v24,39,29,48,43,67v8,12,20,20,28,16v6,-3,8,9,-5,14v-39,18,-44,-1,-64,-31v-9,-15,-15,-28,-26,-49","w":186},{"d":"109,-103v9,0,0,24,-8,24r-92,0v-10,0,0,-24,7,-24r93,0","w":120},{"d":"143,-12v-60,36,-148,2,-136,-75v11,-66,62,-84,120,-75v27,4,51,27,54,68v4,54,-26,75,-38,82xm90,-151v-50,2,-49,67,-48,79v1,19,4,64,58,60v38,-3,46,-40,45,-72v-1,-28,-8,-69,-55,-67","w":187},{"d":"8,-192v16,-18,23,-25,18,-39v-12,-1,-18,-9,-18,-20v-1,-24,33,-27,41,-8v9,13,-4,67,-34,70v-5,0,-10,0,-7,-3","w":60},{"d":"76,-131v-20,11,-15,60,-15,93v0,18,6,25,20,25v11,0,-1,17,-8,15v-12,-11,-96,11,-58,-15v18,-1,16,-22,16,-34r-1,-80v0,-18,-16,-12,-25,-13v-9,-19,34,-12,50,-25v2,-1,7,-2,7,8r0,14v0,6,7,1,11,-3v8,-8,30,-24,51,-17v6,2,21,17,16,41v-2,11,-10,7,-23,11v-10,3,-7,-9,-9,-19v-3,-17,-22,-10,-32,-1","w":145},{"d":"22,18v-3,5,-34,21,-28,9v18,-35,128,-259,138,-285v5,-11,33,-18,29,-8v-6,14,-125,263,-139,284","w":176},{"d":"42,-148v-1,3,4,8,8,3v19,-24,76,-30,102,-9v65,52,-1,172,-67,156v-75,7,-90,-96,-72,-146v16,-44,63,-113,120,-121v5,-1,2,12,-2,14v-52,29,-79,69,-89,103xm55,-35v17,22,27,23,44,22v19,-1,44,-16,47,-62v2,-32,-8,-74,-55,-72v-57,2,-57,84,-36,112","w":186},{"d":"15,-161v17,8,50,-28,47,8v0,5,1,9,7,6v8,-5,27,-18,51,-20v67,-6,56,72,56,130v0,18,8,24,20,24v11,0,-1,17,-8,15v-6,-6,-59,-4,-66,-1v-6,1,0,-12,8,-14v30,-8,10,-54,15,-86v5,-38,-35,-56,-63,-39v-37,22,-21,56,-21,100v0,18,6,25,20,25v11,0,-2,17,-9,15v-12,-11,-96,11,-58,-15v18,-1,16,-22,16,-34r0,-84v0,-18,-13,-15,-23,-16v-8,-1,3,-14,8,-14","w":203},{"d":"58,-188v-4,-7,-14,-24,-25,-41v-7,-11,-38,-4,-25,9r33,33v9,9,21,7,17,-1","w":63},{"d":"142,-138v0,-9,11,-23,4,-23v-60,-7,-126,-4,-138,74v-12,79,78,112,132,73v12,-9,6,-36,-2,-23v-9,14,-19,24,-38,23v-54,-2,-58,-42,-59,-57v-1,-12,-4,-73,46,-81v21,-4,28,4,35,14v8,12,-6,29,4,25v17,-7,17,-9,16,-25","w":156},{"d":"17,-17v0,-12,8,-21,20,-21v12,0,22,9,22,21v0,12,-10,21,-22,21v-12,0,-20,-9,-20,-21xm86,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm154,-17v0,-12,10,-21,22,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":213},{"d":"79,-117r1,-21r-23,3r0,22xm10,-106r26,-4r0,-21r-28,5r5,-20r25,-3r3,-37r21,-6r-3,39r22,-3r3,-34r21,-5r-2,35r29,-5r-8,20r-23,3r-1,21r30,-5r-6,21r-26,4r-3,40r-20,9r2,-45r-22,3r-3,37r-21,9r3,-42r-29,5","w":142},{"d":"172,44v1,21,7,24,21,24v11,0,2,18,-5,15v-12,-4,-22,-4,-36,0v-8,3,-13,0,-12,-5r1,-88v0,-14,-8,-4,-13,0v-24,20,-87,15,-108,-18v-29,-46,0,-127,39,-131v27,-10,59,-10,75,6v9,9,13,12,13,2v0,-10,6,-9,9,-9v15,3,23,-3,35,-2v5,1,11,14,0,13v-29,0,-17,60,-19,91r0,102xm140,-94v1,-33,-22,-67,-63,-54v-37,12,-36,63,-35,75v1,19,8,60,51,59v51,-1,47,-44,47,-80","w":201},{"d":"51,-192v-16,-19,-21,-24,-19,-39v12,-1,18,-9,18,-20v1,-24,-32,-27,-40,-8v-9,13,4,67,34,70v5,0,10,0,7,-3","w":59},{"d":"55,-266r12,7r-12,20r24,0r0,13r-27,0r15,25r-12,6r-13,-23r-13,24r-11,-7r14,-25r-26,0r0,-13r24,0r-12,-20r12,-6r12,22","w":93},{"d":"201,-121v-26,58,-33,88,-58,121v-5,4,-14,7,-17,-3r-94,-232v-3,-6,-14,-14,-24,-14v-13,1,-1,-14,8,-14v25,0,57,7,83,0v8,-1,0,16,-5,16v-17,-1,-22,10,-19,18v14,47,49,124,63,159v3,8,11,19,16,8v13,-35,36,-65,40,-107v-12,-20,-13,-73,-49,-81v-13,0,-1,-14,8,-14v25,0,56,6,82,0v8,-2,0,16,-5,16v-17,-1,-21,10,-18,18v14,46,48,123,61,158v3,8,10,17,15,6v24,-53,45,-101,66,-158v3,-6,5,-23,-22,-23v-10,0,0,-15,9,-15v20,0,42,4,62,-1v8,-2,-1,19,-6,19v-8,0,-13,4,-16,12r-92,213v-4,12,-16,33,-28,14v-13,-36,-33,-78,-48,-117v-1,-3,-7,-11,-12,1","w":415},{"d":"132,18v3,5,35,21,29,9v-18,-35,-128,-259,-139,-285v-5,-11,-33,-18,-28,-8v6,14,125,263,138,284","w":176},{"d":"21,-4v-3,-1,-17,-5,-13,-14v4,-8,7,-23,8,-32v1,-7,17,1,16,7v-1,15,1,23,19,27v18,4,39,4,43,-17v7,-34,-27,-31,-54,-43v-25,-11,-30,-34,-23,-53v12,-34,47,-38,82,-30v24,6,7,18,10,34v0,4,-21,14,-19,6v5,-18,-9,-29,-23,-29v-25,0,-44,27,-14,41v26,12,70,7,66,60v-4,52,-62,53,-98,43","w":128},{"d":"126,-88v5,0,21,3,22,-13v1,-48,-30,-71,-86,-60v-42,8,-78,77,-46,130v21,35,85,40,128,18v12,-6,6,-33,-5,-22v-12,12,-21,20,-43,21v-53,2,-59,-43,-59,-62v0,-4,3,-12,11,-12r78,0xm41,-112v2,-10,15,-35,38,-38v21,-2,35,7,37,35v1,11,-2,13,-8,13r-60,0v-9,0,-8,-5,-7,-10","w":158},{"d":"133,9r0,23r-133,0r0,-23r133,0","w":132},{"d":"127,-149v59,21,55,97,16,130v-41,35,-87,25,-120,-5v-22,-20,-26,-62,0,-92v12,-14,25,-19,36,-25v6,-12,-24,-20,-27,-39v-24,-64,57,-109,109,-72v33,24,14,83,-16,94v-6,3,-2,7,2,9xm140,-63v5,-32,-26,-57,-49,-68v-41,1,-76,72,-36,105v38,31,78,7,85,-37xm68,-243v-16,11,-19,45,0,60v16,12,28,28,49,11v30,-24,8,-112,-49,-71"},{"d":"13,-240v8,-47,107,-5,160,-22v13,-4,17,12,12,18v-5,5,-13,19,-17,25v-41,65,-77,114,-113,182v-2,3,-11,16,2,16v39,-1,103,9,122,-25v4,-4,20,2,15,7v-9,9,-21,40,-36,39r-142,-1v-32,-6,5,-36,8,-49v39,-64,100,-158,112,-179v3,-6,3,-11,-5,-11v-43,4,-84,-13,-106,18v-6,8,-1,2,-19,7v-7,2,-1,-10,7,-25","w":199},{"d":"29,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm29,-129v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":81},{"d":"59,-224v-2,43,11,99,-22,110v0,3,6,4,10,6v36,37,-19,136,43,152v3,1,4,4,4,6v-11,12,-47,3,-55,-8v-23,-33,-7,-78,-11,-124v-2,-21,-22,-24,-41,-25v2,-24,41,-2,41,-40r0,-76v0,-33,28,-37,47,-43v5,-1,21,2,21,8v-7,13,-36,18,-37,34","w":91},{"d":"60,-64v-3,-77,-8,-161,-9,-189v-1,-19,45,-18,43,-1v-3,21,-11,130,-16,188v0,6,-18,8,-18,2xm47,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":114},{"d":"37,-215r-1,171v0,12,-1,29,-21,29v-9,0,-16,16,-8,15v13,-3,50,-5,70,0v8,1,20,-14,8,-14v-30,0,-26,-37,-26,-43v-1,-24,-1,-115,-1,-138v0,-9,8,-9,11,-5v32,31,126,130,151,174v18,32,15,29,44,21v12,-66,4,-124,4,-212v0,-12,1,-27,17,-28v9,-1,15,-20,7,-18v-13,3,-45,6,-65,2v-8,-2,-19,14,-7,14v30,0,26,37,26,44v1,24,0,109,0,132v0,8,-6,9,-9,5v-7,-11,-52,-59,-84,-96v-27,-31,-47,-43,-68,-78v-5,-9,-9,-24,-18,-22v-28,7,-66,-9,-63,13v23,3,33,12,33,34","w":291},{"d":"193,-15v11,0,2,18,-5,15v-12,-4,-23,-5,-37,1v-7,3,-12,-1,-11,-6v3,-17,-9,-10,-13,-6v-32,25,-89,18,-109,-19v-26,-48,-2,-114,40,-129v28,-10,59,-4,76,6v12,6,9,-10,9,-20v0,-31,-1,-54,-1,-61v0,-18,-13,-15,-23,-16v-9,-17,32,-10,44,-25v2,-1,8,1,8,11r0,225v1,21,8,24,22,24xm95,-13v51,0,58,-91,30,-124v-9,-11,-27,-17,-49,-11v-35,10,-37,62,-36,74v1,19,11,61,55,61","w":201},{"d":"97,-15v-40,0,-20,-45,-26,-93v-1,-13,18,-32,33,-22v36,51,57,162,138,122v6,-3,6,-18,0,-14v-8,5,-20,-4,-27,-8v-21,-13,-60,-79,-86,-123v-6,-9,0,-12,6,-18v46,-45,50,-54,95,-75v5,-1,9,-16,5,-15v-18,5,-46,6,-65,2v-6,-1,-14,13,-9,12v19,-3,15,7,9,13r-89,88v-6,5,-10,3,-10,-2v0,-17,0,-36,1,-80v0,-9,5,-20,22,-19v5,0,13,-17,5,-16v-26,6,-58,2,-83,0v-9,1,-21,14,-8,14v45,0,29,69,29,111v0,18,0,55,-1,94v0,12,1,28,-22,29v-9,0,-13,16,-7,15v11,-2,72,-4,83,0v7,3,18,-15,7,-15","w":253},{"d":"31,42v16,-18,23,-26,18,-39v-12,-1,-18,-9,-18,-20v-1,-24,33,-27,41,-8v9,13,-5,67,-35,70v-4,0,-9,0,-6,-3xm29,-129v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":82},{"w":87},{"d":"163,-103v9,0,-2,24,-10,24r-141,0v-10,0,1,-24,8,-24r143,0","w":173},{"d":"112,-166v68,0,80,78,60,125v-16,37,-55,47,-92,42v-12,-1,-27,-15,-27,2v0,25,-9,64,20,64v11,0,0,18,-7,15v-7,-5,-60,-4,-66,0v-6,1,-1,-14,7,-15v18,-1,16,-21,16,-33r0,-160v0,-18,-13,-16,-23,-16v-6,-19,34,-11,49,-25v2,-1,3,-1,4,9v1,8,0,18,12,8v12,-10,27,-16,47,-16xm109,-15v47,-14,48,-90,12,-125v-27,-15,-68,-1,-68,34v0,32,-6,86,20,88v10,4,26,6,36,3","w":187},{"d":"162,-163v9,0,-1,24,-9,24r-121,0v-10,0,0,-24,7,-24r123,0xm162,-117v9,0,-1,24,-9,24r-121,0v-10,0,0,-24,7,-24r123,0","w":196},{"d":"8,-134v1,-33,14,-97,66,-125v79,-21,120,9,130,96v7,63,-24,132,-49,149v-11,7,-14,17,-52,18v-100,3,-96,-109,-95,-138xm165,-82v1,-5,4,-35,1,-79v-2,-42,-16,-91,-63,-89v-46,2,-60,59,-58,126v1,50,12,113,60,112v47,-1,54,-49,60,-70","w":212},{"d":"14,-14v13,-3,24,1,25,-28v1,-29,2,-64,2,-94v0,-44,-1,-73,-3,-89v-1,-15,-11,-26,-30,-26v-6,0,6,-13,9,-13v113,12,247,-43,267,86v1,8,7,63,-14,100v-45,78,-113,91,-203,75v-14,-2,-45,0,-59,3v-4,1,2,-13,6,-14xm77,-44v3,35,28,30,59,30v82,0,126,-82,108,-159v-17,-72,-62,-88,-158,-74v-5,1,-9,5,-10,14v-3,65,-3,124,1,189","w":294},{"d":"41,-140v0,-43,15,-109,-30,-109v-13,0,-1,-14,8,-14v25,0,57,7,83,0v8,-1,0,16,-5,16v-17,-1,-22,10,-22,19v-1,44,-2,75,-2,89v0,23,1,89,4,112v1,6,13,12,23,12v11,0,0,17,-7,15v-11,-5,-72,-3,-83,0v-6,1,-2,-15,7,-15v23,-1,22,-17,22,-29v1,-39,2,-78,2,-96","w":114},{"d":"93,-197r-89,89r91,88r9,-31r-71,-58r69,-60","w":129},{"d":"224,3v-21,-4,-41,-10,-64,-28v-8,-6,-10,-4,-13,-1v-34,34,-68,36,-109,24v-22,-6,-37,-39,-33,-65v6,-41,30,-57,45,-67v4,-3,7,-7,1,-13v-36,-33,-28,-110,43,-114v30,-2,53,6,51,42v-1,16,-2,28,-47,65v-7,5,1,14,4,17v18,19,36,45,57,66v6,6,8,1,11,-4v10,-14,17,-31,27,-58v3,-9,1,-17,7,-16v34,20,-5,66,-24,88v-6,6,-3,8,1,13v10,13,35,24,49,35v6,5,-2,17,-6,16xm98,-243v-58,-7,-40,59,-22,76v4,5,6,7,12,3v32,-21,34,-76,10,-79xm135,-51v-27,-26,-48,-53,-61,-66v-17,-18,-25,5,-32,15v-14,19,-7,73,25,83v28,10,76,-3,68,-32","w":238},{"d":"36,-216v-1,-20,-8,-33,-28,-33v-13,0,-1,-14,8,-14v25,0,57,7,83,0v8,-1,0,16,-5,16v-17,-1,-22,10,-22,19v-1,44,-2,75,-2,89v-1,53,4,100,40,114v45,18,132,3,132,-74v0,-22,2,-78,1,-102v0,-7,7,-46,-23,-46v-12,0,-1,-16,7,-14v20,4,52,1,65,-2v8,-2,2,17,-7,18v-33,6,-11,85,-19,102v-1,33,6,62,-13,94v-26,43,-103,62,-159,50v-49,-10,-57,-57,-57,-69","w":298},{"d":"158,-239v-32,-45,-144,-29,-144,37v0,9,0,13,13,8v13,-5,21,-6,21,-11v1,-13,8,-41,40,-44v43,-4,60,33,52,62v-11,38,-63,54,-93,86v-39,43,-47,103,-31,101v52,-6,99,10,133,-5v9,-4,16,-27,20,-36v2,-4,-6,-19,-9,-12v-16,35,-60,25,-113,27v-7,0,-9,-2,-7,-12v6,-53,107,-73,123,-124v4,-10,13,-52,-5,-77"},{"w":87},{"d":"72,-103v7,0,-5,24,-13,24r-50,0v-9,0,3,-24,10,-24r53,0","w":81},{"d":"107,-31v7,-6,6,13,2,17v-30,32,-83,14,-83,-32v0,-19,1,-47,1,-88v1,-15,-18,-7,-24,-8v-3,-8,10,-24,17,-20v20,-7,-9,-48,21,-52v8,-5,17,-10,17,-1r0,43v-1,22,37,5,51,9v5,5,-5,23,-14,21v-12,2,-37,-6,-37,8v-1,50,-9,150,49,103","w":118},{"d":"37,-197r89,89r-91,88r-9,-31r71,-58r-69,-60","w":129},{"d":"30,-10v5,-63,53,-172,90,-218v5,-6,4,-14,-4,-14v-24,3,-92,-11,-88,19v-4,8,-25,12,-23,6v8,-17,1,-42,24,-46v57,3,89,4,120,-2v11,-2,15,19,10,23v-61,54,-83,162,-93,228v-1,7,-38,33,-36,4","w":170},{"d":"105,-192v-16,-19,-21,-24,-19,-39v12,-1,18,-9,18,-20v1,-24,-32,-27,-40,-8v-9,13,4,67,34,70v5,0,10,0,7,-3xm51,-192v-16,-19,-21,-24,-19,-39v12,-1,18,-9,18,-20v1,-24,-32,-27,-40,-8v-9,13,4,67,34,70v5,0,10,0,7,-3","w":117},{"d":"19,-101v13,-12,6,-16,30,-19v19,-3,22,13,31,13v18,-1,12,-8,23,-14v8,-4,18,12,10,17v-12,7,-17,18,-35,22v-11,2,-18,-16,-28,-16v-17,0,-8,7,-30,16v-7,1,-8,-15,-1,-19","w":127},{"d":"150,-135v-24,35,-44,161,-93,204v-14,12,-19,13,-29,13v-7,0,-3,-21,6,-26v12,-7,13,-4,20,-9v54,-60,-12,-117,-25,-182v-3,-7,-4,-14,-21,-15v-5,0,2,-13,10,-12v19,2,29,4,54,-1v5,-1,0,12,-5,12v-13,2,-2,25,2,35v8,22,16,45,20,53v4,9,9,5,12,-1v16,-37,19,-40,30,-76v2,-6,3,-12,-10,-12v-10,0,1,-11,6,-11v16,3,22,3,43,0v3,15,-16,7,-20,28","w":178},{"d":"173,-31v0,18,14,15,24,16v8,1,-3,16,-8,15v-26,-9,-48,17,-48,-16v0,-5,-24,18,-59,21v-68,6,-53,-79,-55,-136v0,-18,-10,-15,-20,-16v-8,-1,1,-14,6,-14v12,0,30,-2,41,-7v21,34,-27,183,65,145v41,-17,23,-62,23,-108v0,-18,-10,-15,-19,-16v-8,-1,1,-14,6,-14v12,0,29,-2,40,-7v12,21,1,130,4,137","w":204},{"d":"156,-219v3,-8,11,-29,3,-40v-37,-15,-86,-8,-111,8v-40,27,-45,88,-6,108v39,20,116,25,104,82v-13,62,-70,53,-106,32v-16,-9,-6,-35,-13,-32v-23,-2,-11,38,-20,43v-5,9,16,15,23,17v18,4,59,5,82,1v41,-7,86,-86,47,-133v-27,-33,-72,-22,-102,-47v-15,-12,-16,-42,3,-58v31,-27,85,-10,78,25v-2,8,6,5,18,-6","w":181},{"d":"22,18v-3,5,-34,21,-28,9v18,-35,128,-259,138,-285v5,-11,33,-18,29,-8v-6,14,-125,263,-139,284xm81,-234v0,19,-16,34,-35,34v-19,0,-34,-15,-34,-34v0,-19,15,-35,34,-35v19,0,35,16,35,35xm66,-234v0,-11,-9,-20,-20,-20v-10,0,-19,9,-19,20v0,11,9,19,19,19v11,0,20,-8,20,-19xm157,-33v0,19,-16,35,-35,35v-19,0,-35,-16,-35,-35v0,-19,16,-34,35,-34v19,0,35,15,35,34xm141,-33v0,-11,-8,-19,-19,-19v-10,0,-20,8,-20,19v0,11,10,20,20,20v11,0,19,-9,19,-20","w":176},{"d":"8,-192v16,-18,23,-25,18,-39v-12,-1,-18,-9,-18,-20v-1,-24,33,-27,41,-8v9,13,-4,67,-34,70v-5,0,-10,0,-7,-3xm62,-192v16,-18,23,-25,18,-39v-12,-1,-18,-9,-18,-20v-1,-24,33,-27,41,-8v9,13,-4,67,-34,70v-5,0,-10,0,-7,-3","w":114},{"d":"100,-116v3,35,-13,103,26,102v11,0,0,17,-7,15v-12,-5,-76,-2,-87,0v-6,1,-2,-15,7,-15v51,-6,29,-68,29,-113r0,-75v0,-9,-3,-13,-12,-6v-17,14,-23,12,-39,14v-4,1,6,-21,10,-22v43,-5,31,-22,49,-45v8,-4,24,-12,24,1r0,144","w":139},{"d":"172,-123v32,90,-55,157,-129,110v-5,0,-17,23,-23,11v8,-50,1,-159,3,-232v0,-18,-13,-16,-23,-16v-5,-18,34,-11,49,-25v2,-1,4,0,4,10v1,26,0,77,0,104v0,10,6,12,13,7v11,-9,27,-12,47,-11v37,2,51,22,59,42xm76,-144v-31,7,-34,117,-2,127v38,12,65,-8,69,-36v4,-27,6,-70,-21,-87v-13,-8,-31,-13,-46,-4","w":183},{"d":"199,-83v3,-30,-27,-33,-58,-31v-10,0,1,-16,6,-16v29,3,76,3,107,-1v5,-1,-1,14,-6,14v-12,0,-15,7,-16,22v-1,31,0,26,0,59v0,13,18,25,-6,32v-27,8,-76,8,-76,8v-45,0,-107,-13,-133,-71v-22,-50,-5,-112,23,-145v57,-68,115,-56,192,-46v-3,15,-6,24,-1,38v2,6,-13,16,-18,21v-2,2,-11,4,-10,-4v5,-35,-21,-44,-46,-45v-29,-1,-69,6,-93,50v-33,61,-18,153,47,177v32,12,62,10,80,1v16,-25,6,-40,8,-63","w":264},{"d":"27,53v49,-40,25,-136,31,-216v0,-10,-2,-10,-4,-9v-16,15,-57,6,-50,25v10,1,23,-1,23,17v0,56,11,126,-11,165v-7,13,-26,28,-37,33v-10,5,-5,19,8,13v15,-8,25,-16,40,-28xm21,-219v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":78},{"d":"23,-224v2,43,-9,98,23,110v0,3,-6,4,-10,6v-26,24,-13,71,-13,113v0,34,-21,30,-34,45v11,12,47,3,55,-8v23,-33,7,-78,11,-124v2,-21,22,-24,41,-25v1,-3,-6,-13,-8,-13v-19,1,-33,-3,-33,-27r0,-76v0,-33,-28,-37,-47,-43v-4,-1,-21,2,-21,8v6,13,35,18,36,34","w":91},{"d":"7,-250v-8,-17,35,-11,49,-25v2,-1,5,0,5,10r0,227v1,18,6,25,20,25v11,0,-2,17,-9,15v-12,-11,-96,11,-58,-15v18,-1,16,-22,16,-34r0,-186v0,-18,-13,-16,-23,-17","w":88},{"d":"113,-141v4,-5,3,-11,-10,-11v-10,0,1,-11,6,-11v20,3,29,2,48,0v3,-1,2,12,-5,14v-26,9,-23,24,-48,50v-6,6,-4,9,0,15v18,27,25,63,54,69v5,0,-5,16,-14,15v-19,-2,-23,-5,-48,0v-5,1,-1,-12,4,-12v16,-6,-10,-35,-14,-44v-18,-17,-23,25,-35,31v-4,6,-8,12,5,12v10,0,0,13,-5,13v-15,-4,-24,-4,-46,0v-3,1,0,-12,3,-12v31,-16,27,-28,56,-62v9,-23,-19,-38,-28,-62v-4,-6,-5,-14,-23,-14v-5,0,2,-13,10,-12v19,2,29,4,54,-1v5,-1,3,11,-2,11v-14,2,-3,15,3,25v9,13,5,19,17,13v6,-8,10,-16,18,-27","w":164},{"d":"41,75v-7,1,-11,0,-22,0r0,-351v12,1,14,0,22,0v1,15,0,325,0,351","w":59},{"d":"9,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":60},{"d":"155,-54v-11,7,1,36,-6,49v-8,5,-28,16,-28,10v-3,-19,7,-50,-6,-59r-96,0v-5,0,-17,-6,-9,-19r109,-187v0,0,25,-12,29,-5v5,33,1,136,3,185v0,6,15,4,28,4v7,0,0,12,-8,20v-3,3,-11,2,-16,2xm120,-208v0,-6,-6,-11,-12,-1v-19,32,-65,116,-69,125v0,1,-4,8,5,8r70,0v8,0,7,-6,7,-10v0,-10,-1,-101,-1,-122","w":185},{"d":"107,-81v-10,-30,-13,-32,1,-49v28,-34,51,-43,58,-87v7,-41,-50,-56,-80,-48v-2,0,-30,6,-42,21v-9,11,-14,33,-4,50v6,11,25,15,26,1v1,-15,-20,-56,28,-59v28,-2,38,22,38,47v0,64,-87,64,-54,147v4,11,33,-12,29,-23xm72,-17v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":172},{"d":"4,-250v-6,-21,47,-9,47,-9v36,-6,90,-9,105,-3v42,16,40,75,17,92v-11,8,-20,14,3,18v29,6,40,45,33,78v-15,68,-76,85,-157,71v-18,-3,-34,1,-46,3v-5,1,1,-14,5,-14v17,-1,26,-9,26,-23v0,-44,2,-69,2,-101v0,-22,-1,-58,-3,-87v-1,-8,-4,-26,-32,-25xm109,-14v39,2,69,-26,65,-76v-4,-43,-39,-51,-77,-50v-18,1,-3,-18,6,-18v78,-2,61,-83,25,-89v-9,-1,-54,-1,-55,12v-5,39,-2,174,2,206v2,16,18,15,34,15","w":216},{"d":"8,-249v44,0,30,67,30,109v0,18,-1,57,-2,96v0,7,1,30,-23,29v-3,0,-13,16,-8,15v45,-10,124,4,161,-1v9,-13,10,-18,20,-33v5,-8,-3,-20,-6,-15v-4,5,-10,15,-11,16v-10,14,-60,10,-66,10v-5,0,-27,-1,-28,-16v-1,-18,-5,-77,-5,-100v0,-14,1,-45,2,-89v0,-9,5,-20,22,-19v5,0,13,-17,5,-16v-26,6,-58,2,-83,0v-9,1,-21,14,-8,14","w":195},{"d":"36,-215v4,-18,-9,-37,-31,-35v-6,0,3,-15,12,-13v52,15,95,-16,149,6v43,34,35,103,-14,121v-11,5,-6,9,-3,14v18,25,46,107,91,96v6,-1,3,11,-2,15v-66,45,-101,-63,-125,-112v-2,-5,-6,-11,-24,-12v-7,0,2,-16,10,-14v14,3,26,5,45,-6v23,-13,18,-62,2,-78v-20,-19,-43,-15,-58,-13v-6,1,-14,2,-14,12v1,67,-7,149,3,208v5,9,1,11,28,12v6,0,-1,14,-7,14v-39,-3,-54,-5,-93,0v-5,1,5,-15,8,-15v24,1,24,-24,24,-31","w":252},{"d":"21,-129v1,9,-7,26,5,26r43,-57r46,59r6,-1r1,-25r-53,-76","w":140},{"d":"76,-150r0,-75v-25,0,-48,44,-23,62v11,8,14,10,23,13xm87,-111r0,98v17,-1,40,-9,44,-41v4,-25,-19,-50,-44,-57xm76,-261r11,0r0,21v22,0,36,0,57,7v6,10,-2,29,-4,36v-11,10,-19,12,-16,5v6,-18,-17,-35,-37,-34r0,78v25,10,39,6,57,28v36,45,-7,125,-57,122r0,23r-11,0r0,-22v-18,1,-38,-1,-49,-4v-6,-2,-26,-7,-21,-15v7,-5,-1,-40,18,-39v6,-2,-1,20,12,29v12,8,25,12,40,13r0,-101v-25,-11,-56,-15,-61,-46v-6,-35,19,-73,61,-78r0,-23","w":163},{"d":"46,-259v-3,15,-5,54,-7,71v-1,5,-15,10,-16,-1v-2,-12,-9,-60,-9,-69v-1,-22,35,-20,32,-1xm93,-259v-3,15,-6,54,-8,71v-1,5,-14,10,-15,-1v-2,-12,-10,-60,-10,-69v-1,-22,36,-20,33,-1","w":106},{"d":"144,-113v1,-3,-4,-7,-8,-2v-19,24,-75,30,-101,9v-65,-52,1,-171,67,-157v74,-6,89,97,72,147v-15,44,-63,113,-120,121v-5,1,-2,-12,2,-15v52,-29,78,-68,88,-103xm132,-226v-17,-22,-28,-22,-45,-22v-19,0,-43,16,-46,62v-2,32,7,75,54,73v57,-2,58,-85,37,-113","w":187},{"d":"36,-215v4,-18,-9,-37,-31,-35v-6,0,3,-15,12,-13v57,15,102,-21,158,9v23,12,34,47,25,84v-12,48,-62,61,-107,55v-10,-2,0,-19,10,-16v67,18,77,-84,46,-104v-26,-17,-45,-12,-60,-10v-6,1,-17,3,-17,13r1,161v7,36,-11,59,32,57v6,0,-1,14,-7,14v-39,-3,-54,-5,-93,0v-5,1,5,-15,8,-15v24,1,24,-23,24,-30v1,-39,2,-57,2,-75v1,-32,-1,-61,-3,-95","w":209},{"d":"77,-150v0,-9,25,-8,25,0r0,47r48,0v12,0,9,24,-1,24r-47,0r0,51v0,10,-25,11,-25,2r0,-53r-50,0v-10,0,-8,-24,3,-24r47,0r0,-47","w":181},{"d":"131,-5v-59,30,-125,-16,-125,-75v0,-50,41,-87,87,-88v82,-3,106,58,83,123v-24,24,-40,20,-54,5v-14,-4,-33,17,-46,9v-47,-15,-14,-70,20,-70v12,0,16,-21,3,-21v-29,-8,-11,24,-37,24v-10,-22,17,-47,47,-39v28,1,20,60,22,81v1,11,16,11,21,7v25,-42,5,-100,-57,-100v-36,0,-66,31,-66,68v0,46,53,83,96,58v8,-5,14,14,6,18xm79,-55v15,15,41,-3,31,-24v-1,-18,-23,-6,-28,0v-6,8,-7,18,-3,24","w":191},{"d":"225,-165v-3,-36,8,-81,-30,-83v-13,0,-1,-13,8,-14v25,3,57,7,83,0v8,-2,0,16,-5,16v-18,-1,-22,12,-22,20v-1,44,-2,70,-2,84v0,23,1,94,4,116v1,6,13,12,23,12v11,0,1,18,-7,15v-12,-4,-72,-2,-83,0v-6,1,-2,-15,7,-15v22,-1,21,-16,21,-28v1,-39,2,-52,2,-79v0,-8,-1,-10,-10,-10r-137,0v-6,0,-6,5,-6,10v6,31,-15,107,26,106v11,0,0,17,-7,15v-11,-5,-73,-2,-83,0v-6,1,-2,-15,7,-15v23,-1,22,-17,22,-29v1,-39,2,-78,2,-96v0,-43,14,-104,-30,-109v-13,1,-1,-14,8,-14v25,0,57,7,83,0v8,-1,0,16,-5,16v-40,-5,-16,79,-23,88v0,5,2,6,8,6r138,0v8,-1,8,-4,8,-12","w":298},{"d":"42,-259v-3,15,-5,54,-7,71v-1,5,-15,10,-16,-1v-2,-12,-9,-60,-9,-69v-1,-22,35,-20,32,-1","w":55},{"d":"39,-120v0,-46,16,-125,-34,-130v-6,0,3,-14,12,-13v47,6,125,2,153,-1v9,-1,17,0,14,10v-6,18,-5,23,-7,31v-1,5,-23,13,-21,6v16,-40,-21,-25,-45,-29v-19,2,-38,-6,-38,15v-2,44,-2,55,-2,69v0,5,2,9,8,9v34,-3,82,10,88,-12v5,-8,15,6,9,12v-7,7,-13,22,-14,30v-1,8,-16,5,-15,1v1,-5,4,-12,-7,-12r-62,0v-4,0,-7,4,-7,11r6,91v5,8,21,9,26,9v6,0,59,4,69,-10v1,-1,7,-11,11,-16v3,-5,12,7,7,15v-15,16,-9,38,-40,35v-30,-3,-110,-8,-145,-1v-5,1,5,-15,8,-15v24,1,23,-21,23,-29v1,-39,3,-58,3,-76","w":197},{"d":"3,-104v0,-40,10,-117,65,-162v11,-9,18,4,7,15v-28,28,-44,90,-44,147v0,58,25,111,46,158v3,7,-5,13,-10,8v-42,-43,-64,-120,-64,-166","w":98},{"d":"165,-15v-38,0,-20,-67,-25,-99v12,-43,45,-75,66,-111v5,-7,14,-19,28,-23v5,-1,10,-17,2,-15v-20,5,-42,-1,-61,-1v-9,0,-15,13,-7,13v24,0,27,14,11,34v-14,17,-31,44,-43,63v-5,8,-12,3,-14,0v-8,-13,-31,-49,-47,-79v-5,-8,3,-16,17,-16v5,0,13,-15,5,-14v-25,5,-57,3,-81,0v-9,1,-21,15,-8,14v10,0,22,10,26,16r64,106v12,25,6,31,6,79v0,11,1,32,-22,33v-9,0,-13,16,-7,15v11,-2,73,-5,84,0v7,2,17,-15,6,-15","w":245},{"d":"38,-167v-6,-6,9,-22,18,-14r38,38r40,-40v6,-6,23,8,15,17v-3,4,-20,20,-39,39v17,18,34,34,40,40v9,9,-8,24,-13,19r-43,-43r-39,39v-9,9,-24,-8,-19,-13r42,-42v-19,-19,-37,-36,-40,-40"},{"d":"273,-37v-1,-61,13,-133,-54,-130v-50,2,-46,36,-67,11v-16,-20,-77,-8,-86,7v-4,3,-7,5,-7,-1v-1,-10,-3,-23,-5,-22v-16,15,-57,6,-50,25v10,1,24,-1,24,17r0,84v0,11,2,32,-16,33v-8,1,-13,15,-7,14v6,-3,59,-5,65,1v7,2,19,-15,8,-15v-33,0,-20,-58,-20,-89v0,-33,18,-48,53,-41v37,7,22,69,25,111v-1,6,-1,18,-16,19v-8,1,-13,15,-7,14v6,-3,59,-5,65,1v7,2,19,-15,8,-15v-33,-1,-15,-58,-20,-91v-5,-28,23,-48,51,-40v35,10,24,57,26,98v0,12,2,32,-16,33v-8,1,-13,15,-7,14v6,-3,59,-5,65,1v7,2,19,-14,8,-15v-14,-1,-20,-6,-20,-24","w":300},{"d":"10,42v16,-18,24,-25,19,-39v-12,-1,-18,-9,-18,-20v-1,-23,32,-28,40,-8v9,13,-4,67,-34,70v-5,0,-10,0,-7,-3","w":69},{"d":"70,-150v4,-3,15,-14,50,-17v67,-6,55,71,55,130v0,18,8,24,20,24v11,0,-1,17,-8,15v-6,-6,-59,-4,-66,-1v-6,1,0,-12,8,-14v30,-8,15,-53,15,-86v0,-42,-30,-57,-66,-40v-31,15,-18,63,-18,102v0,18,6,24,20,24v11,0,-1,17,-8,15v-6,-5,-59,-4,-66,-1v-6,1,-1,-13,7,-14v18,-1,16,-22,16,-34r0,-187v0,-18,-13,-15,-23,-16v-8,-17,34,-11,49,-25v2,-1,5,0,5,10v1,33,0,68,0,108v0,10,5,11,10,7","w":203},{"d":"248,-232r-92,213v-4,12,-22,35,-30,16r-94,-232v-3,-6,-14,-14,-24,-14v-13,1,-1,-14,8,-14v25,0,57,7,83,0v8,-1,0,16,-5,16v-17,-1,-22,10,-19,18v14,47,49,124,63,159v3,8,11,19,16,8v24,-53,45,-105,66,-162v3,-6,5,-23,-22,-23v-10,0,0,-15,9,-15v20,0,42,4,63,-1v8,-2,-1,19,-6,19v-8,0,-13,4,-16,12","w":276},{"d":"113,0v-10,0,6,-29,-8,-22v-50,51,-125,10,-84,-47v16,-24,54,-36,81,-42v17,-4,8,-43,-7,-41v-24,-4,-46,-1,-46,31v0,5,-12,12,-25,13v-8,1,-8,-20,0,-32v22,-30,44,-27,84,-24v18,2,31,8,32,34v2,45,-1,68,0,92v1,18,9,25,21,25v11,0,0,17,-8,15v-11,-4,-25,-3,-40,-2xm72,-21v23,0,40,-31,40,-63v0,-9,-4,-13,-11,-12v-38,2,-67,28,-53,64v5,12,12,11,24,11","w":169},{"d":"81,-104v0,-40,-9,-117,-64,-162v-11,-9,-19,4,-8,15v28,28,45,90,45,147v0,58,-26,111,-47,158v-3,7,5,13,10,8v42,-43,64,-120,64,-166","w":94},{"d":"147,-242v-29,0,-72,-15,-73,13v-2,44,-3,53,-3,67v0,5,2,9,8,9v34,-3,82,10,88,-12v5,-8,15,6,9,12v-7,7,-13,22,-14,30v-1,8,-16,5,-15,1v1,-5,4,-11,-7,-11r-63,0v-4,0,-6,3,-6,10r6,97v5,9,1,11,28,12v6,0,-1,14,-7,14v-39,-3,-54,-5,-93,0v-5,1,5,-15,8,-15v24,1,23,-21,23,-29v1,-39,3,-58,3,-76v1,-32,-1,-61,-3,-95v4,-18,-9,-37,-31,-35v-6,0,3,-14,12,-13v48,7,125,0,153,-3v9,-1,17,2,14,12v-6,18,-6,26,-8,34v-1,5,-22,14,-20,7v6,-21,1,-29,-9,-29","w":191},{"d":"37,-215v-2,-22,-9,-31,-33,-34v-4,-22,39,-7,68,-14v9,-3,11,13,14,19r95,177v3,5,7,8,12,-1r61,-117v11,-21,21,-48,30,-66v1,-3,3,-13,14,-11v29,5,33,2,57,-1v8,-1,0,16,-5,16v-17,-1,-22,10,-22,19v-1,44,-2,75,-2,89v0,23,1,89,4,112v1,6,12,12,22,12v11,0,1,17,-6,15v-11,-5,-73,-3,-84,0v-6,1,-1,-15,8,-15v23,-1,21,-17,21,-29v1,-39,3,-113,0,-144v-1,-11,-5,-11,-9,-4v-12,23,-54,106,-81,155v-5,10,-5,22,-11,27v-4,4,-22,16,-23,6v-17,-49,-80,-158,-100,-194v-3,-4,-9,-4,-9,5v0,23,0,112,1,136v0,6,-4,43,26,43v12,0,0,15,-8,14v-20,-5,-57,-3,-70,0v-8,1,-1,-15,8,-15v20,0,21,-17,21,-29","w":366},{"d":"36,-216v-1,-20,-5,-32,-27,-32v-13,0,-2,-15,7,-15v25,0,57,7,83,0v8,-1,0,16,-5,16v-17,-1,-22,10,-22,19r-3,207v0,47,-44,94,-83,103v-9,3,-5,-20,0,-22v29,-8,51,-72,51,-106","w":107},{"d":"58,-235v-23,1,-8,47,-15,68v0,4,1,7,6,4v18,-11,67,-22,88,0v80,88,-22,205,-128,156v-7,-3,5,-26,13,-20v21,16,57,18,76,6v45,-29,40,-98,9,-121v-21,-16,-61,-10,-70,9v-1,3,-18,6,-15,-7v10,-40,-6,-120,18,-123r108,0v6,0,1,8,-2,16v-1,4,-5,12,-9,12r-79,0","w":170},{"d":"222,-8v25,10,65,60,110,34v8,-4,14,2,9,11v-68,74,-113,-19,-165,-39v-57,11,-94,11,-131,-25v-74,-70,-49,-180,28,-220v118,-62,227,11,205,135v-6,39,-26,71,-59,91v-6,4,-3,9,3,13xm164,-16v86,-5,109,-203,16,-228v-20,-5,-45,-13,-78,2v-101,43,-67,265,62,226","w":291},{"d":"214,-31v-19,-25,-48,-72,-66,-105v-5,-8,-7,-10,-1,-17v33,-34,38,-74,81,-95v5,-1,11,-17,3,-15v-21,6,-44,0,-65,0v-9,0,-15,13,-7,13v24,-1,28,14,11,33v-15,17,-19,29,-32,47v-5,6,-9,5,-11,2v-9,-13,-24,-36,-40,-66v-4,-8,2,-15,16,-15v5,0,13,-15,5,-14v-25,5,-57,3,-81,0v-9,1,-21,15,-8,14v10,0,20,9,24,15v20,33,44,72,59,94v2,3,5,7,0,15v-4,6,-40,56,-59,85v-9,14,-20,25,-33,27v-9,1,-12,14,-6,13v6,-2,58,-3,64,0v7,2,20,-13,9,-13v-6,0,-27,-3,-13,-23r49,-71v6,-9,6,-5,11,3v9,16,28,42,46,72v6,10,1,20,-15,20v-9,0,-12,14,-6,13v10,-3,67,-4,78,0v8,3,16,-17,11,-18v-20,-5,-21,-9,-24,-14","w":245},{"d":"124,-226v-10,4,0,-13,-8,-25v-7,-10,-19,-18,-36,-3v-20,17,-18,54,-18,83v0,18,26,5,39,8v3,11,-14,21,-32,18v-5,0,-7,4,-7,8v0,32,1,93,1,101v1,18,6,23,20,23v11,0,-1,17,-8,15v-7,-6,-61,-4,-67,0v-6,1,-1,-14,7,-15v18,-1,16,-22,16,-34r0,-91v1,-14,-20,-7,-28,-8v-4,-18,29,-11,29,-27v0,-50,22,-95,58,-101v41,-16,75,34,34,48","w":106},{"d":"140,-144v5,8,11,21,9,40v-4,37,-25,45,-33,51v-12,15,-52,3,-59,21v4,21,52,9,70,14v37,11,45,24,28,65v-18,43,-125,51,-151,10v-8,-21,2,-41,21,-43v8,-1,6,9,5,13v-7,20,6,27,14,31v21,11,73,15,87,-11v13,-24,-2,-44,-37,-41v-39,4,-84,-2,-54,-39v4,-3,9,-13,-4,-16v-20,-4,-36,-41,-28,-61v7,-55,64,-58,112,-50v19,3,26,-16,41,-23v12,-5,3,24,-1,25v-6,5,-27,3,-20,14xm70,-151v-37,6,-33,44,-32,52v1,13,4,46,47,42v26,-3,35,-27,32,-50v-3,-21,-11,-50,-47,-44","w":170},{"d":"281,-112v-12,94,-156,159,-233,85v-74,-71,-49,-180,28,-220v118,-62,221,10,205,135xm167,-16v86,-5,109,-203,16,-228v-20,-5,-46,-13,-79,2v-100,44,-65,265,63,226","w":294},{"d":"54,-30v-3,5,-8,16,2,15v27,-3,54,3,68,-19v5,-9,11,9,8,13v-5,8,-4,10,-12,20v-5,6,-93,1,-111,1v-6,0,-9,-9,-4,-14v22,-26,70,-95,86,-123v5,-9,6,-13,-4,-13v-32,2,-50,-3,-61,21v-4,9,-24,11,-21,4v7,-18,11,-39,19,-38v40,3,86,0,108,1v7,0,3,16,-1,21v-28,39,-71,101,-77,111","w":140},{"d":"126,-152v-13,-2,-9,-3,-1,-7v18,-9,31,-30,31,-56v0,-64,-99,-60,-126,-29v-11,14,-15,21,-15,38v0,10,30,0,31,-7v3,-18,13,-32,33,-36v42,-8,50,58,28,81v-12,13,-29,13,-44,14v-6,1,-16,24,-8,21v35,-12,82,-2,85,47v2,28,-3,70,-54,73v-33,2,-57,-16,-51,-56v3,-16,-25,-1,-27,6v-14,56,36,66,66,66v50,-1,78,-16,92,-48v3,-8,29,-94,-40,-107"},{"d":"231,-28v4,10,11,15,21,15v4,0,0,17,-9,14v-29,-7,-66,-2,-73,0v-5,1,1,-14,6,-14v16,0,19,-12,15,-24r-30,-84v-11,-15,-39,-6,-61,-6v-6,0,-9,0,-11,5v-9,24,-26,62,-34,86v-4,12,-2,23,18,23v4,0,-1,16,-8,14v-23,-7,-42,-3,-60,0v-6,-8,25,-19,25,-30v9,-14,55,-130,81,-213v4,-14,17,-18,30,-26v7,-4,8,1,9,6v17,57,53,163,81,234xm130,-213v-2,-6,-6,-8,-7,-3v-9,28,-17,47,-23,63v-1,13,30,3,43,6v5,-1,7,-5,6,-9","w":261},{"d":"48,-229v2,-19,-19,-18,-37,-17r-1,-16v0,0,22,1,39,1v46,0,19,91,26,138v-3,23,30,13,15,30v-6,3,-15,-1,-15,20r0,126v3,33,-35,27,-65,27r0,-16r19,0v22,0,19,-19,19,-33r0,-260","w":100}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+320-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);})("dlP6@$Y7XinWdRm+Z$}{wlwn!VY6P$nW!V={Xi^TPyD`AE7UZmju!qM{,fw{yqZvX646,2x4,VnzZfwN,fm{!RDV@$L2!qM{,vwVwH}zZfwN,f%)y64zzVy0&}1;G{}&P-`+!qMN,l-N!qM{,v-7zv7N^-JD=mM{wR67:2ZzZfwN,iY]G!yf=y46,2x4Pv}U^Vun@q*D(2pkpJ4g!U^zw2mpd7Lw=7M1iy46,vLJYV7`X}P*dMPYg2y^ilPTfH1Epy7U(TYN@lm7dRwUdg4u:fx`zv6U(Tx`@v6N($4m@$Z7XR4T:iwWPUsT@qmNXq,nGH7+XiA1AUsKXE7K!U%k&TZHZ6NWdfD1:EuJP!Pz($4u@$yEAisJZV}VP!Yz($YK@!4*Z$}C!RsxLRv-}lqw=d(,Y&:p^gfMyi!APX@zZG0%*U2Jm$T1u)C`jWKN4{E76VHas;+Dn]k`XismzV}WPqZ*Z$yE!Rs2@V6DAi4mGl}WPq=*A!P*XVm*@mNWAVnjdgpKXgs7P!Y7dl4KAV}7XinW($*KzH^WAi6mdgm$@Hw1&VJD@v`CdVJuP6j2iVmZ!f6NiVmZ0gJ1dgx%")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":180,"face":{"font-family":"Mercian","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0","ascent":"277","descent":"-83","bbox":"-26.2953 -277.122 406.184 84.1969","underline-thickness":"7.2","underline-position":"-47.88","stemh":"16","stemv":"31","unicode-range":"U+0020-U+2122"}}));

