/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var K=function(){return K.replace.apply(null,arguments)};var U=K.DOM={ready:(function(){var Z=false,b={loaded:1,complete:1};var Y=[],a=function(){if(Z){return}Z=true;for(var c;c=Y.shift();c()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(c){setTimeout(arguments.callee,1)}})()}O(window,"load",a);return function(c){if(!arguments.length){a()}else{Z?c():Y.push(c)}}})()};var L=K.CSS={Size:function(Z,Y){this.value=parseFloat(Z);this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/Y*this.value};this.convertFrom=function(a){return a/this.value*Y};this.toString=function(){return this.value+this.unit}},getStyle:function(Z){var Y=document.defaultView;if(Y&&Y.getComputedStyle){return new A(Y.getComputedStyle(Z,null))}if(Z.currentStyle){return new A(Z.currentStyle)}return new A(Z.style)},ready:(function(){var a=false;var Z=[],b=function(){a=true;for(var d;d=Z.shift();d()){}};var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var c=F("link");U.ready(function(){var g=0,f;for(var e=0,d=c.length;f=c[e],e<d;++e){if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){++g}}if(document.styleSheets.length>=Y.length+g){b()}else{setTimeout(arguments.callee,10)}});return function(d){if(a){d()}else{Z.push(d)}}})(),supports:function(a,Z){var Y=document.createElement("span").style;if(Y[a]===undefined){return false}Y[a]=Z;return Y[a]===Z},textAlign:function(b,a,Y,Z){if(a.get("textAlign")=="right"){if(Y>0){b=" "+b}}else{if(Y<Z-1){b+=" "}}return b},textDecoration:function(d,c){if(!c){c=this.getStyle(d)}var Z={underline:null,overline:null,"line-through":null};for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){var b=true;for(var a in Z){if(Z[a]){continue}if(c.get("textDecoration").indexOf(a)!=-1){Z[a]=c.get("color")}b=false}if(b){break}c=this.getStyle(Y=Y.parentNode)}return Z},textShadow:I(function(c){if(c=="none"){return null}var b=[],d={},Y,Z=0;var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Y=a.exec(c)){if(Y[0]==","){b.push(d);d={},Z=0}else{if(Y[1]){d.color=Y[1]}else{d[["offX","offY","blur"][Z++]]=Y[2]}}}b.push(d);return b}),color:I(function(Z){var Y={};Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){Y.opacity=parseFloat(c);return"rgb("+a+")"});return Y}),textTransform:function(Z,Y){return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]()}};function Q(Z){var Y=this.face=Z.face;this.glyphs=Z.glyphs;this.w=Z.w;this.baseSize=parseInt(Y["units-per-em"],10);this.family=Y["font-family"].toLowerCase();this.weight=Y["font-weight"];this.style=Y["font-style"]||"normal";this.viewBox=(function(){var b=Y.bbox.split(/\s+/);var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return a})();this.ascent=-parseInt(Y.ascent,10);this.descent=-parseInt(Y.descent,10);this.height=-this.ascent+this.descent}function E(){var Z={},Y={oblique:"italic",italic:"oblique"};this.add=function(a){(Z[a.style]||(Z[a.style]={}))[a.weight]=a};this.get=function(e,f){var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;if(!d){return null}f={normal:400,bold:700}[f]||parseInt(f,10);if(d[f]){return d[f]}var b={1:1,99:0}[f%100],h=[],c,a;if(b===undefined){b=f>400}if(f==500){f=400}for(var g in d){g=parseInt(g,10);if(!c||g<c){c=g}if(!a||g>a){a=g}h.push(g)}if(f<c){f=c}if(f>a){f=a}h.sort(function(j,i){return(b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1});return d[h[0]]}}function P(){function a(c,d){if(c.contains){return c.contains(d)}return c.compareDocumentPosition(d)&16}function Y(d){var c=d.relatedTarget;if(!c||a(this,c)){return}Z(this)}function b(c){Z(this)}function Z(c){setTimeout(function(){K.replace(c,D.get(c).options,true)},10)}this.attach=function(c){if(c.onmouseenter===undefined){O(c,"mouseover",Y);O(c,"mouseout",Y)}else{O(c,"mouseenter",b);O(c,"mouseleave",b)}}}function X(){var a={},Y=0;function Z(b){return b.cufid||(b.cufid=++Y)}this.get=function(b){var c=Z(b);return a[c]||(a[c]={})}}function A(Y){var a={},Z={};this.get=function(b){return a[b]!=undefined?a[b]:Y[b]};this.getSize=function(c,b){return Z[c]||(Z[c]=new L.Size(this.get(c),b))};this.extend=function(b){for(var c in b){a[c]=b[c]}return this}}function O(Z,Y,a){if(Z.addEventListener){Z.addEventListener(Y,a,false)}else{if(Z.attachEvent){Z.attachEvent("on"+Y,function(){return a.call(Z,window.event)})}}}function R(Z,Y){var a=D.get(Z);if(a.options){return Z}if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){B.attach(Z)}a.options=Y;return Z}function I(Y){var Z={};return function(a){if(!Z.hasOwnProperty(a)){Z[a]=Y.apply(null,arguments)}return Z[a]}}function C(d,c){if(!c){c=L.getStyle(d)}var Z=c.get("fontFamily").split(/\s*,\s*/),b;for(var a=0,Y=Z.length;a<Y;++a){b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(H[b]){return H[b].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function F(Y){return document.getElementsByTagName(Y)}function G(){var Y={},b;for(var a=0,Z=arguments.length;a<Z;++a){for(b in arguments[a]){Y[b]=arguments[a][b]}}return Y}function M(b,k,Z,m,c,a){var j=m.separate;if(j=="none"){return W[m.engine].apply(null,arguments)}var h=document.createDocumentFragment(),e;var f=k.split(N[j]),Y=(j=="words");if(Y&&S){if(/^\s/.test(k)){f.unshift("")}if(/\s$/.test(k)){f.push("")}}for(var g=0,d=f.length;g<d;++g){e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);if(e){h.appendChild(e)}}return h}function J(Z,g){var a,Y,d,f;for(var b=R(Z,g).firstChild;b;b=d){d=b.nextSibling;f=false;if(b.nodeType==1){if(!b.firstChild){continue}if(!/cufon/.test(b.className)){arguments.callee(b,g);continue}else{f=true}}if(!Y){Y=L.getStyle(Z).extend(g)}if(!a){a=C(Z,Y)}if(!a){continue}if(f){W[g.engine](a,null,Y,g,b,Z);continue}var e=b.data;if(e===""){continue}var c=M(a,e,Y,g,b,Z);if(c){b.parentNode.replaceChild(c,b)}else{b.parentNode.removeChild(b)}}}var S=" ".split(/\s+/).length==0;var D=new X();var B=new P();var V=[];var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(Y){return $$(Y)})||(window.$&&function(Y){return $(Y)})||(document.querySelectorAll&&function(Y){return document.querySelectorAll(Y)})||F),separate:"words",textShadow:"none"};var N={words:/\s+/,characters:""};K.now=function(){U.ready();return K};K.refresh=function(){var a=V.splice(0,V.length);for(var Z=0,Y=a.length;Z<Y;++Z){K.replace.apply(null,a[Z])}return K};K.registerEngine=function(Z,Y){if(!Y){return K}W[Z]=Y;return K.set("engine",Z)};K.registerFont=function(a){var Y=new Q(a),Z=Y.family;if(!H[Z]){H[Z]=new E()}H[Z].add(Y);return K.set("fontFamily",Z)};K.replace=function(a,Z,Y){Z=G(T,Z);if(!Z.engine){return K}if(typeof Z.textShadow=="string"){Z.textShadow=L.textShadow(Z.textShadow)}if(!Y){V.push(arguments)}if(a.nodeType||typeof a=="string"){a=[a]}L.ready(function(){for(var c=0,b=a.length;c<b;++c){var d=a[c];if(typeof d=="string"){K.replace(Z.selector(d),Z,true)}else{J(d,Z)}}});return K};K.set=function(Y,Z){T[Y]=Z;return K};return K})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}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("@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{position:absolute;left:-10000in;font-size:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">@media screen{cvml\\:shape,cvml\\:group,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:middle}.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>')}function B(C,D){return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D)}function A(F,G){if(/px$/i.test(G)){return parseFloat(G)}var E=F.style.left,D=F.runtimeStyle.left;F.runtimeStyle.left=F.currentStyle.left;F.style.left=G;var C=F.style.pixelLeft;F.style.left=E;F.runtimeStyle.left=D;return C}return function(r,U,m,R,Y,s,h){var F=(U===null);if(F){U=Y.alt}var W=r.viewBox;var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));var g=m.computedLSpacing;if(g==undefined){g=m.get("letterSpacing");m.computedLSpacing=g=(g=="normal")?0:G.convertFrom(A(s,g))}var O,H;if(F){O=Y;H=Y.firstChild}else{O=document.createElement("span");O.className="cufon cufon-vml";O.alt=U;H=document.createElement("span");H.className="cufon-vml-canvas";O.appendChild(H);if(R.printable){var p=document.createElement("span");p.className="cufon-alt";p.appendChild(document.createTextNode(U));O.appendChild(p)}if(!h){O.appendChild(document.createElement("cvml:group"))}}var x=O.style;var b=H.style;var D=G.convert(W.height),u=Math.ceil(D);var f=u/D;var e=W.minX,d=W.minY;b.height=u;b.top=Math.round(G.convert(d-r.ascent));b.left=Math.round(G.convert(e));x.height=G.convert(r.height)+"px";var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};var T=m.get("color");var v=Cufon.CSS.textTransform(U,m).split("");var C=0,c=0,L=null;var S,M,V=R.textShadow;for(var q=0,o=0,n=v.length;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(S){C+=L=~~(S.w||r.w)+g}}if(L===null){return null}var N=-e+C+(W.width-L);var w=G.convert(N*f),j=Math.round(w);var a=N+","+W.height,E;var X="r"+a+"nsnf";for(q=0;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(!S){continue}if(F){M=H.childNodes[o];if(M.firstChild){M.removeChild(M.firstChild)}}else{M=document.createElement("cvml:shape");H.appendChild(M)}M.stroked="f";M.coordsize=a;M.coordorigin=E=(e-c)+","+d;M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;M.fillcolor=T;var t=M.style;t.width=j;t.height=u;if(V){var J=V[0],I=V[1];var Q=Cufon.CSS.color(J.color),P;var Z=document.createElement("cvml:shadow");Z.on="t";Z.color=Q.color;Z.offset=J.offX+","+J.offY;if(I){P=Cufon.CSS.color(I.color);Z.type="double";Z.color2=P.color;Z.offset2=I.offX+","+I.offY}Z.opacity=Q.opacity||(P&&P.opacity)||1;M.appendChild(Z)}c+=~~(S.w||r.w)+g;++o}x.width=Math.max(Math.ceil(G.convert(C*f)),0);return O}})());
Cufon.registerFont({"w":1186,"face":{"font-family":"Korinna BT","font-weight":700,"font-stretch":"normal","units-per-em":"2048","panose-1":"2 4 7 4 4 5 6 2 2 4","ascent":"1556","descent":"-492","x-height":"29","bbox":"-106 -1565 1884.02 483","underline-thickness":"195","underline-position":"-322","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":592},"!":{"d":"332,29v-86,2,-160,-72,-158,-158v-2,-87,71,-160,158,-158v84,-2,159,74,157,158v2,84,-73,161,-157,158xm332,-1464v144,-6,166,137,141,282r-82,783r-117,0r-100,-853v-13,-131,32,-215,158,-212","w":616},"\"":{"d":"516,-1462v76,-1,109,66,92,147r-73,459r-39,0r-76,-474v-7,-77,26,-133,96,-132xm178,-1462v79,-2,105,64,94,148r-73,458r-39,0r-76,-474v-6,-77,23,-133,94,-132","w":694},"#":{"d":"977,-858r-275,0r-94,264r275,0xm920,-1460r-156,436r268,0r156,-436r182,0r-156,436r291,0r-59,166r-291,0r-92,262r307,0r-59,168r-307,0r-154,434r-184,0r155,-434r-268,0r-154,434r-184,0r156,-434r-301,0r59,-168r301,0r92,-262r-319,0r61,-166r318,0r155,-436r183,0","w":1575},"$":{"d":"1071,-504v-4,235,-164,345,-397,367r0,280r-152,0r0,-276v-153,-2,-274,-37,-401,-86r0,-264r121,0v46,134,141,189,321,190v128,2,235,-49,238,-162v-3,-87,-67,-129,-148,-151v-227,-70,-536,-86,-542,-369v3,-219,184,-336,411,-348r0,-242r152,0r0,240v111,1,200,16,311,37r0,272r-111,0v-22,-110,-127,-165,-266,-164v-120,-2,-224,51,-227,156v8,91,60,98,154,129v241,70,540,97,536,391"},"%":{"d":"1190,-537v-107,3,-139,88,-139,209v0,122,32,207,139,211v108,-5,130,-85,131,-211v-1,-125,-23,-204,-131,-209xm1188,12v-200,3,-335,-139,-332,-340v-3,-199,134,-341,332,-338v200,-2,331,136,328,338v3,201,-129,342,-328,340xm414,-1305v-107,4,-138,89,-138,211v0,122,31,205,138,209v108,-4,132,-85,133,-209v-1,-124,-26,-206,-133,-211xm1040,-1212v-79,51,-195,83,-305,47r6,90v3,184,-142,323,-329,319v-200,2,-333,-137,-330,-338v-9,-241,200,-393,444,-324v41,13,90,45,127,74v71,52,133,78,187,78v141,0,298,-96,352,-192r158,0r-924,1483r-158,0","w":1597},"&":{"d":"1102,-379v-1,-83,-47,-112,-131,-117r0,-135r565,0r0,137v-84,-4,-124,36,-145,125v-33,164,-106,249,-239,325v-231,123,-677,105,-864,-48v-118,-85,-177,-198,-177,-338v6,-200,123,-297,288,-363v-118,-59,-208,-142,-213,-294v4,-252,248,-385,531,-379v167,4,302,39,459,88r0,307r-121,0v-46,-127,-153,-218,-314,-219v-141,-2,-252,75,-252,207v3,169,175,227,369,213r0,165v-231,-15,-419,60,-422,265v-3,157,170,289,336,282v171,3,326,-71,330,-221","w":1579},"'":{"d":"178,-1462v79,-2,105,64,94,148r-73,458r-39,0r-76,-474v-6,-77,23,-133,94,-132","w":358},"(":{"d":"401,-508v2,371,95,624,258,856r-106,103v-151,-183,-261,-350,-329,-499v-140,-311,-132,-616,8,-928v72,-161,180,-324,325,-488r102,98v-167,226,-256,486,-258,858","w":692},")":{"d":"303,-506v-2,-372,-93,-627,-256,-858r107,-100v150,181,259,347,326,497v141,311,132,619,-6,931v-72,160,-180,323,-324,487r-105,-99v168,-227,256,-482,258,-858","w":692},"*":{"d":"895,-885v2,50,-46,109,-94,107v-37,0,-79,-33,-126,-98v-47,-66,-96,-113,-149,-140v-14,90,78,242,84,301v1,57,-42,93,-100,92v-59,1,-96,-34,-96,-92v0,-19,13,-58,40,-118v29,-67,42,-120,40,-187v-51,32,-100,80,-148,145v-48,65,-90,97,-125,97v-69,-2,-133,-122,-60,-174v30,-26,58,-32,107,-33v87,-6,158,-26,211,-59v-62,-35,-133,-54,-212,-59v-73,2,-135,-35,-138,-99v-2,-50,44,-109,92,-107v38,0,81,33,129,98v47,65,97,112,148,140v14,-89,-78,-242,-84,-301v-1,-56,41,-93,98,-92v58,-1,98,35,98,92v0,19,-14,59,-41,118v-30,67,-43,120,-41,187v51,-32,100,-80,148,-145v48,-65,90,-97,125,-97v69,2,136,121,62,174v-30,26,-58,32,-108,33v-90,6,-160,26,-210,60v62,34,131,53,206,58v79,1,141,30,144,99","w":1024},"+":{"d":"938,-1221r0,527r514,0r0,166r-514,0r0,528r-170,0r0,-528r-514,0r0,-166r514,0r0,-527r170,0","w":1706},",":{"d":"276,-283v183,-5,211,243,117,373v-35,55,-98,120,-188,195r-62,-66v77,-67,131,-109,148,-206v-107,11,-175,-40,-174,-140v-2,-91,68,-158,159,-156","w":592},"-":{"d":"616,-410r-528,0r0,-217r528,0r0,217","w":707},".":{"d":"274,33v-88,2,-163,-74,-161,-162v-2,-89,72,-164,161,-162v91,-2,164,72,162,162v2,90,-71,164,-162,162","w":592},"\/":{"d":"20,190r-126,0r604,-1636r131,0","w":569},"0":{"d":"410,-1137v-85,168,-81,681,1,843v42,94,106,142,191,142v77,0,135,-46,172,-138v76,-163,77,-688,-4,-847v-40,-94,-101,-141,-182,-141v-78,0,-138,47,-178,141xm206,-178v-189,-244,-192,-820,0,-1066v96,-135,222,-202,378,-202v217,4,309,80,405,225v175,250,169,807,-18,1041v-97,136,-224,203,-383,203v-159,0,-286,-67,-382,-201"},"1":{"d":"756,-211v4,125,37,108,164,125r0,86r-625,0r0,-86v83,-10,135,-22,155,-37v19,-15,29,-45,29,-92r0,-975v-80,31,-163,54,-260,61r0,-108v160,-38,274,-84,352,-184r185,0r0,1210"},"2":{"d":"815,-193v132,-3,160,-15,180,-122r90,0r0,315r-1032,0v13,-325,214,-484,445,-634v118,-78,201,-132,261,-230v23,-41,34,-89,34,-144v2,-158,-124,-267,-287,-264v-167,0,-267,88,-299,230r-115,0r0,-275v126,-79,267,-127,455,-129v298,-5,525,164,524,447v0,94,-23,175,-69,242v-46,79,-206,188,-332,260v-191,114,-312,215,-363,304r508,0"},"3":{"d":"1006,-1110v-5,160,-106,234,-246,279v180,54,305,152,311,358v0,145,-64,264,-193,357v-189,151,-546,173,-829,98r0,-267r107,0v22,105,110,134,247,135v219,3,384,-119,383,-327v-1,-211,-189,-272,-424,-258r0,-166v197,12,367,-30,369,-203v-2,-120,-105,-178,-237,-176v-139,0,-237,48,-271,150r-106,0r0,-216v120,-56,244,-97,397,-100v152,0,272,30,360,90v88,61,132,143,132,246"},"4":{"d":"696,-508r6,-610r-458,610r452,0xm944,-182v2,81,13,88,88,96r0,86r-434,0r0,-86v74,-6,86,-16,88,-96r0,-150r-647,0r0,-174r704,-915r201,0r0,907r195,0r0,182r-195,0r0,150"},"5":{"d":"369,25v-111,0,-204,-18,-297,-43r0,-273r90,0v26,95,108,129,237,129v227,6,419,-157,416,-377v4,-167,-117,-297,-280,-295v-132,0,-239,63,-287,152r-129,-33r35,-706r845,0r-71,196r-596,0r-15,289v71,-50,170,-80,289,-80v273,-5,486,194,481,465v-1,372,-319,583,-718,576"},"6":{"d":"608,-762v-173,0,-264,129,-262,311v-2,175,87,301,252,301v167,1,262,-121,260,-294v2,-179,-84,-317,-250,-318xm938,-1157v-19,-85,-114,-124,-225,-123v-246,3,-380,228,-383,493v86,-87,183,-146,336,-149v266,-3,456,200,450,471v4,286,-210,496,-498,490v-363,-2,-558,-297,-552,-687v-6,-448,223,-783,645,-784v113,1,207,22,307,51r0,238r-80,0"},"7":{"d":"352,-1225v-107,2,-130,22,-147,113r-94,0r0,-309r989,0r4,51v0,75,-42,190,-125,344v-165,318,-290,595,-293,1026r-293,0v2,-454,170,-725,375,-1020v70,-102,107,-170,110,-205r-526,0"},"8":{"d":"598,-1280v-122,-3,-218,79,-217,197v-1,127,90,206,221,204v117,3,209,-85,207,-200v1,-121,-87,-203,-211,-201xm588,-709v-162,-1,-254,115,-252,283v-1,177,80,280,250,281v174,0,263,-100,262,-277v1,-181,-84,-287,-260,-287xm63,-410v2,-197,110,-323,259,-389v-112,-38,-194,-138,-195,-280v2,-242,206,-372,469,-367v267,-3,463,111,467,356v-2,153,-77,235,-193,287v154,59,249,184,250,387v-1,292,-228,446,-540,441v-296,5,-517,-156,-517,-435"},"9":{"d":"565,-659v174,0,262,-125,260,-308v2,-176,-85,-305,-250,-305v-165,-1,-261,127,-258,301v-3,177,84,311,248,312xm238,-264v35,79,107,123,219,123v253,-2,390,-221,386,-495v-73,85,-172,148,-313,151v-273,5,-475,-187,-471,-457v-4,-297,203,-509,500,-504v367,1,556,287,551,678v7,454,-232,792,-659,793v-107,-1,-200,-21,-293,-48r0,-241r80,0"},":":{"d":"301,33v-88,2,-164,-74,-162,-162v-2,-89,73,-166,162,-164v90,-2,164,74,162,164v2,90,-72,164,-162,162xm301,-662v-88,2,-164,-73,-162,-161v-2,-89,73,-166,162,-164v90,-2,164,73,162,164v2,90,-72,163,-162,161","w":606},";":{"d":"311,-283v108,0,172,83,170,197v0,61,-18,120,-53,176v-35,55,-98,120,-188,195r-62,-66v77,-68,130,-109,147,-207v-103,14,-175,-40,-173,-139v-1,-91,67,-158,159,-156xm309,-662v-88,2,-164,-73,-162,-161v-2,-89,73,-166,162,-164v90,-2,166,74,164,164v2,89,-74,163,-164,161","w":606},"<":{"d":"1442,-991r-934,381r934,381r0,182r-1178,-483r0,-160r1178,-486r0,185","w":1706},"=":{"d":"1452,-487r0,165r-1198,0r0,-165r1198,0xm1452,-901r0,168r-1198,0r0,-168r1198,0","w":1706},">":{"d":"1442,-690r0,160r-1178,483r0,-182r934,-381r-934,-381r0,-185","w":1706},"?":{"d":"1028,-944v-1,288,-217,447,-528,432r0,106r-174,0r0,-350v238,5,430,-39,436,-245v1,-167,-151,-280,-328,-275v-153,1,-228,66,-266,189r-107,0r0,-326v124,-29,236,-49,367,-51v336,-7,601,201,600,520xm416,29v-89,2,-162,-71,-160,-160v-2,-89,71,-162,160,-160v86,-2,159,73,157,160v2,87,-71,162,-157,160","w":1124},"@":{"d":"1087,-1010v128,1,198,72,218,187r51,-170r172,0r-174,622v-28,91,-22,187,67,193v62,-3,134,-43,176,-78v136,-107,227,-287,228,-518v3,-381,-300,-629,-695,-621v-402,8,-666,237,-786,536v-75,193,-87,476,-2,663v115,249,370,414,729,417v262,-4,452,-86,625,-209r37,47v-175,131,-385,221,-662,224v-423,0,-713,-175,-853,-458v-109,-222,-104,-520,7,-743v153,-298,449,-533,893,-538v442,-7,769,263,766,690v-5,296,-144,518,-356,617v-45,19,-89,28,-133,28v-134,0,-206,-76,-213,-205v-73,116,-146,196,-303,203v-186,1,-294,-145,-291,-340v8,-248,156,-427,338,-513v52,-23,106,-34,161,-34xm802,-552v-49,147,-53,368,101,368v116,0,164,-80,223,-174v63,-104,120,-268,123,-414v2,-99,-47,-181,-137,-182v-121,10,-165,87,-223,192v-38,71,-67,141,-87,210","w":2019},"A":{"d":"801,-711r-174,-469r-176,469r350,0xm934,-90v53,1,89,-38,63,-87r-127,-345r-481,0r-124,335v-18,58,14,95,69,97r0,90r-377,0r0,-90v55,-12,74,-47,96,-103r477,-1239r287,0r475,1248v18,49,45,81,82,94r0,90r-440,0r0,-90","w":1352},"B":{"d":"1057,-426v-1,-186,-136,-274,-334,-272r-291,0r0,526r264,0v224,-1,355,-53,361,-254xm981,-1055v-4,-158,-101,-204,-276,-205r-273,0r0,386v231,-10,556,60,549,-181xm995,-784v196,50,326,166,330,391v-10,215,-134,353,-341,380v-238,25,-636,9,-914,13r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r706,0v273,-1,454,94,459,342v-4,167,-102,257,-240,306","w":1413},"C":{"d":"956,-150v139,0,236,-41,256,-151r101,0r0,305v-130,21,-246,34,-379,35v-508,8,-871,-294,-868,-784v-5,-438,318,-729,765,-721v262,3,428,86,582,221r-264,266r-80,-57v81,-154,-108,-241,-268,-236v-282,-1,-452,212,-447,506v-6,357,248,622,602,616","w":1436},"D":{"d":"1169,-670v-2,-399,-297,-607,-735,-581r0,1067r207,0v329,2,528,-166,528,-486xm152,-1243v-1,-79,-15,-90,-82,-101r0,-88v260,4,613,-16,810,31v223,54,389,188,486,373v110,202,122,475,19,684v-133,247,-343,353,-744,344r-571,0r0,-88v67,-11,81,-21,82,-100r0,-1055","w":1518},"E":{"d":"991,-633v-14,-79,-39,-92,-135,-94r-426,0r0,553r520,0v147,-2,191,-18,221,-125r97,0r0,299r-1198,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r1144,0r0,283r-88,0v-31,-92,-54,-104,-186,-106r-510,0r0,362r373,0v129,-3,163,-5,188,-94r82,0r0,354r-82,0","w":1305},"F":{"d":"430,-188v1,73,18,93,84,100r0,88r-444,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r1183,0r0,283r-88,0v-31,-92,-55,-104,-186,-106r-549,0r0,381r354,0v130,-3,164,-5,189,-95r82,0r0,357r-82,0v-14,-80,-39,-93,-137,-95r-406,0r0,519","w":1247},"G":{"d":"1389,-180v2,87,5,87,75,102r0,78v-131,12,-233,20,-306,26v-345,25,-611,-13,-800,-159v-170,-126,-290,-340,-292,-617v-7,-416,303,-724,720,-716v286,2,460,79,627,219r-264,266r-80,-57v81,-154,-108,-241,-268,-236v-282,-1,-452,212,-447,506v-4,375,261,622,641,616r131,-4r0,-456v-1,-75,-18,-92,-84,-101r0,-88r422,0r0,88v-61,13,-74,27,-75,101r0,432","w":1540},"H":{"d":"434,-184v1,65,23,89,82,96r0,88r-446,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r446,0r0,88v-59,7,-81,32,-82,97r0,370r666,0r0,-366v-1,-74,-17,-93,-84,-100r0,-89r446,0r0,88v-60,8,-81,30,-82,97r0,1063v1,66,22,90,82,96r0,88r-446,0r0,-88v66,-7,83,-27,84,-100r0,-519r-666,0r0,523","w":1532},"I":{"d":"434,-184v1,66,22,89,82,96r0,88r-446,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r446,0r0,88v-60,8,-81,30,-82,97r0,1063","w":584},"J":{"d":"1040,-1344v-60,8,-78,30,-79,97r0,786v3,308,-180,500,-486,498v-278,-5,-427,-159,-510,-383r262,-201r72,72v-37,35,-57,65,-59,127v-2,100,112,200,219,194v162,-3,219,-114,219,-292r0,-797v-1,-75,-16,-93,-82,-100r0,-89r444,0r0,88","w":1128},"K":{"d":"969,-88v41,8,95,-10,69,-50r-403,-614r-207,207r0,361v1,67,20,88,80,96r0,88r-438,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r440,0r0,88v-60,8,-79,30,-80,97r0,430r438,-440v17,-18,27,-26,29,-50v-1,-33,-40,-38,-78,-36r0,-89r518,0r0,89v-83,3,-130,36,-182,83r-326,324r512,766v37,52,71,79,101,82r0,88r-473,0r0,-88","w":1464},"L":{"d":"842,-174v164,-3,184,-24,221,-150r96,0r0,324r-1089,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r452,0r0,89v-59,0,-91,39,-90,100r0,1069r410,0","w":1190},"M":{"d":"274,-223v-12,64,-13,136,60,135r0,88r-357,0r0,-88v55,-10,91,-70,103,-156r170,-1002v8,-61,-3,-106,-70,-100r0,-86r395,0r236,732r279,-732r393,0r0,86v-71,-3,-77,58,-66,123r152,1019v12,78,22,106,92,116r0,88r-424,0r0,-88v65,-3,83,-42,74,-110r-142,-916r-305,792r-188,0r-258,-792","w":1659},"N":{"d":"367,-205v2,80,10,112,79,117r0,88r-376,0r0,-88v75,0,90,-26,90,-107r0,-1093v-2,-36,-40,-53,-80,-58r0,-86r401,0r617,621r0,-446v-1,-69,-19,-81,-82,-89r0,-86r356,0r0,86v-61,4,-77,34,-78,103r0,1046v2,86,8,100,78,109r0,88r-362,0r0,-88v67,-6,83,-25,84,-98r0,-248r-727,-723r0,952","w":1456},"O":{"d":"1298,-717v4,-329,-152,-564,-460,-565v-295,-1,-480,256,-473,569v-8,303,183,562,466,561v301,0,473,-246,467,-565xm827,33v-443,8,-765,-304,-759,-742v-8,-431,337,-765,772,-755v429,-9,762,317,755,741v6,444,-320,764,-768,756","w":1663},"P":{"d":"934,-1010v-5,-202,-120,-254,-342,-256r-160,0r0,682v185,-65,314,-130,390,-194v74,-65,112,-142,112,-232xm434,-207v1,81,14,111,82,119r0,88r-446,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r608,0v176,1,252,11,350,70v104,65,176,180,178,336v0,151,-58,274,-174,370v-116,94,-315,178,-598,250r0,199","w":1237},"Q":{"d":"365,-713v-8,346,239,633,599,542v40,-11,79,-29,117,-54v-82,-101,-248,-176,-397,-101r-61,-127v75,-46,156,-76,264,-77v155,7,221,61,334,147v48,-97,76,-198,77,-334v4,-329,-152,-564,-460,-565v-297,-1,-480,254,-473,569xm1511,-193v57,-1,73,-24,80,-79r82,0r0,278v-47,17,-95,27,-153,27v-126,-2,-194,-39,-267,-105v-123,69,-244,104,-426,105v-368,4,-573,-175,-693,-420v-44,-99,-66,-207,-66,-324v-8,-431,338,-763,772,-753v429,-9,762,317,755,741v-2,221,-66,361,-174,496v24,22,48,33,90,34","w":1688},"R":{"d":"965,-1028v-1,-156,-125,-234,-293,-232r-240,0r0,467v160,3,401,-4,458,-53v47,-40,75,-96,75,-182xm434,-236v3,108,2,135,82,148r0,88r-446,0r0,-88v66,-7,83,-27,84,-100r0,-1055v-1,-74,-17,-93,-84,-100r0,-89r669,0v283,-4,493,128,496,388v1,202,-134,350,-313,380r288,482v37,57,61,89,129,102r0,80r-342,0r-358,-625r-205,0r0,389","w":1352},"S":{"d":"1262,-438v-2,308,-274,484,-609,477v-341,-6,-494,-138,-633,-377r297,-203r60,66v-26,32,-43,57,-45,104v3,139,155,217,315,213v178,3,332,-76,336,-233v-3,-92,-52,-140,-121,-178v-39,-25,-271,-73,-340,-93v-154,-41,-263,-93,-326,-155v-64,-62,-96,-144,-96,-246v2,-252,257,-411,535,-403v289,2,467,101,600,276r-229,213r-62,-55v73,-162,-135,-255,-301,-250v-143,-2,-268,54,-272,178v0,82,99,146,296,191v307,72,588,145,595,475","w":1352},"T":{"d":"1128,-1135v-8,-78,-53,-114,-139,-114r-229,0r0,1061v0,64,23,95,81,100r1,88r-445,0r0,-88v66,-7,81,-25,82,-100r0,-1061r-229,0v-88,0,-130,35,-139,114r-82,0r0,-297r1181,0r0,297r-82,0","w":1237},"U":{"d":"313,-1321v-6,-29,-31,-25,-73,-31r0,-80r424,0r0,80v-111,52,-157,125,-218,252v-89,178,-147,457,-62,668v48,108,126,192,252,220v67,19,274,18,396,17r0,-1048v-1,-75,-15,-93,-82,-100r0,-89r445,0r0,88v-57,6,-84,35,-84,97r0,1003v3,109,1,142,83,156r1,88r-568,0v-252,-2,-343,-7,-483,-82v-174,-101,-275,-272,-276,-534v4,-244,95,-406,196,-592v33,-56,49,-94,49,-113","w":1446},"V":{"d":"963,-1221v24,-55,26,-131,-48,-125r0,-86r369,0r0,86v-69,17,-76,40,-104,115r-424,1231r-283,0r-418,-1245v-18,-55,-45,-92,-102,-101r0,-86r453,0r0,86v-49,-1,-83,20,-66,70v3,12,6,25,10,39r303,918","w":1237},"W":{"d":"1110,-1348v-67,11,-88,36,-68,101r256,874r270,-882v12,-56,-16,-85,-65,-93r0,-84r340,0r0,84v-41,11,-71,53,-88,113r-379,1235r-219,0r-250,-799r-250,799r-219,0r-379,-1241v-20,-65,-29,-91,-86,-107r0,-84r414,0r0,84v-65,-2,-86,53,-63,111r260,870r225,-759v-21,-61,-30,-143,-61,-192v-9,-8,-29,-18,-60,-30r0,-84r422,0r0,84","w":1821},"X":{"d":"932,-1275v23,-50,-23,-71,-74,-73r0,-84r461,0r0,84v-56,9,-111,55,-164,127r-315,441r402,607v37,54,76,83,118,87r0,86r-502,0r1,-86v66,6,84,-45,54,-91r-272,-411r-283,400v-10,15,-17,32,-18,53v0,40,33,50,78,49r0,86r-457,0r0,-86v50,-2,111,-58,172,-145r375,-529r-322,-473v-49,-68,-73,-98,-155,-115r0,-84r506,0r0,84v-40,-2,-71,15,-56,53v69,123,152,234,226,353r202,-295v11,-15,18,-27,23,-38","w":1352},"Y":{"d":"385,-88v66,-7,83,-27,84,-100r0,-381r-422,-711v-23,-40,-39,-56,-84,-68r0,-84r440,0r0,84v-43,1,-74,22,-56,64v3,9,9,21,18,35r270,463r250,-455v8,-18,15,-33,16,-53v0,-41,-36,-57,-82,-54r0,-84r410,0r0,84v-66,10,-95,49,-127,105r-367,665r0,394v0,63,26,92,84,96r0,88r-434,0r0,-88","w":1171},"Z":{"d":"764,-180v194,-2,260,-58,291,-223r104,0r0,403r-1130,0r0,-180r757,-1080r-354,0v-144,1,-218,36,-219,170r-98,0r0,-342r1013,0r0,160r-763,1092r399,0","w":1237},"[":{"d":"381,227v-2,81,93,62,182,66r0,127r-411,0r0,-1852r411,0r0,127r-55,0v-116,4,-123,3,-127,123r0,1409","w":682},"\\":{"d":"549,190r-608,-1636r129,0r606,1636r-127,0","w":569},"]":{"d":"301,-1241v3,-81,-96,-60,-182,-64r0,-127r411,0r0,1852r-411,0r0,-127r55,0v116,-4,123,-5,127,-125r0,-1409","w":682},"^":{"d":"1130,-1462r502,565r-104,0r-506,-397r-506,397r-104,0r503,-565r215,0","w":2048},"_":{"d":"1024,311r0,172r-1024,0r0,-172r1024,0","w":1024},"`":{"d":"247,-1346v-57,-66,33,-169,110,-110v19,10,37,26,55,45r276,301r-74,0r-301,-184v-32,-20,-54,-37,-66,-52","w":1024},"a":{"d":"461,-158v105,-6,148,-43,231,-102r0,-283v-139,29,-238,63,-295,99v-57,38,-86,85,-86,143v-1,87,62,144,150,143xm524,-999v284,3,416,78,420,348r0,491v1,57,10,78,61,82r1,78r-297,0r0,-111v-76,83,-167,128,-316,129v-195,4,-349,-117,-348,-303v0,-100,46,-179,137,-237v92,-59,268,-114,527,-166v-20,-109,-91,-156,-222,-156v-135,0,-227,35,-274,119r-82,0r0,-219v132,-32,250,-54,393,-55","w":1075},"b":{"d":"616,-827v-96,1,-162,28,-227,69r0,602v270,19,456,-98,455,-350v2,-176,-71,-318,-228,-321xm135,-1290v-1,-52,-14,-69,-65,-70r0,-72r305,0r0,517v86,-52,191,-85,319,-86v267,-1,420,194,416,471v2,324,-257,537,-596,530r-444,0r0,-72v62,-9,64,-40,65,-118r0,-1100","w":1171},"c":{"d":"670,-150v101,0,161,-37,190,-110r76,0r0,260v-85,18,-155,30,-246,31v-347,8,-629,-218,-627,-547v-3,-294,230,-489,535,-483v193,2,317,63,422,168r-172,198r-65,-54v41,-105,-66,-161,-175,-157v-177,-1,-281,142,-278,328v-3,215,130,368,340,366","w":1014},"d":{"d":"573,-127v111,-2,196,-68,240,-147r0,-568v-298,-8,-482,120,-483,400v-3,175,82,313,243,315xm1061,-145v0,50,17,72,65,73r0,72r-303,0r0,-94v-74,79,-175,122,-323,123v-265,3,-436,-183,-432,-451v2,-413,298,-591,747,-575r0,-258v-2,-82,-3,-96,-67,-105r0,-72r313,0r0,1287","w":1190},"e":{"d":"653,-141v132,0,217,-54,254,-150r74,0r0,242v-111,48,-213,77,-358,78v-338,4,-562,-196,-560,-527v-6,-279,207,-504,482,-499v286,0,452,210,465,497r-678,1v2,208,119,358,321,358xm722,-639v-2,-117,-59,-188,-173,-188v-118,-1,-195,75,-201,188r374,0","w":1075},"f":{"d":"401,-176v2,78,4,95,66,104r0,72r-387,0r0,-71v60,-12,65,-39,67,-119r0,-652r-106,0r0,-131r106,0r0,-102v3,-276,70,-386,330,-391v79,0,142,14,205,36r0,230r-73,0v-6,-62,-42,-107,-107,-107v-143,-6,-90,199,-101,334r209,0r0,131r-209,0r0,666","w":627},"g":{"d":"559,-141v90,-1,177,-38,232,-82r0,-592v-271,-19,-456,98,-455,350v-2,177,67,320,223,324xm526,279v178,1,324,-76,296,-259v-3,-21,-6,-46,-11,-75v-76,59,-185,88,-319,88v-264,2,-426,-187,-422,-457v-1,-356,253,-554,624,-549r416,0r0,71v-41,8,-62,25,-63,71r0,647v-5,60,36,233,36,282v0,103,-52,188,-155,254v-156,108,-480,133,-680,48v-79,-33,-150,-85,-213,-156r221,-197r59,49v-16,21,-30,39,-30,68v0,73,144,119,241,115","w":1171},"h":{"d":"610,-831v-94,1,-178,58,-219,120r0,535v2,80,2,96,63,104r1,72r-385,0r0,-72v62,-9,64,-40,65,-118r0,-1100v-1,-52,-14,-69,-65,-70r0,-72r305,0r0,555v73,-77,176,-120,321,-120v199,4,321,89,346,271v15,154,1,412,9,587v1,49,18,57,63,67r0,72r-381,0r0,-71v68,-3,62,-46,64,-128r0,-463v1,-105,-78,-171,-187,-169","w":1180},"i":{"d":"256,-1114v-96,2,-164,-77,-162,-174v-1,-99,62,-163,162,-162v95,-1,164,70,162,166v2,90,-73,172,-162,170xm135,-825v-1,-53,-14,-69,-65,-70r0,-78r321,0r0,797v2,80,2,96,63,104r1,72r-385,0r0,-72v62,-9,64,-40,65,-118r0,-635","w":526},"j":{"d":"262,-1114v-96,2,-164,-77,-162,-174v-1,-99,62,-163,162,-162v95,-1,164,70,162,166v2,90,-73,172,-162,170xm141,-825v-1,-52,-14,-69,-65,-70r0,-78r321,0r0,1032v0,258,-108,395,-358,396v-49,-1,-74,-8,-127,-19r0,-239r76,0v7,55,40,92,98,92v57,0,87,-41,86,-101v1,-34,-35,-124,-31,-165r0,-848","w":526},"k":{"d":"707,-72v37,4,68,-15,49,-50v-3,-9,-9,-19,-17,-32r-211,-342r-135,117r0,258v1,34,26,45,61,49r1,72r-385,0r0,-72v62,-9,64,-40,65,-118r0,-1100v-1,-52,-14,-69,-65,-70r0,-72r323,0r0,852r321,-255v19,-15,29,-29,29,-42v0,-25,-43,-29,-77,-28r0,-68r401,0r0,68v-32,8,-86,45,-129,82r-221,176r340,528v19,28,31,36,65,47r0,72r-415,0r0,-72","w":1124},"l":{"d":"135,-1290v-1,-52,-14,-69,-65,-70r0,-72r321,0r0,1256v2,80,2,96,63,104r1,72r-385,0r0,-72v62,-9,64,-40,65,-118r0,-1100","w":530},"m":{"d":"610,-831v-95,1,-179,52,-219,116r0,541v3,81,0,95,63,104r1,70r-385,0r0,-70v62,-9,65,-39,65,-116r0,-639v-1,-52,-14,-69,-65,-70r0,-76r305,0r0,99v69,-80,178,-125,323,-125v144,2,226,48,301,129v113,-80,191,-125,353,-129v199,4,326,88,347,273v13,141,5,389,7,556v2,75,6,85,65,98r1,70r-383,0r0,-70v67,-2,61,-46,63,-127r0,-465v1,-107,-74,-170,-184,-169v-95,2,-170,49,-219,108r0,555v2,77,6,83,65,99r0,69r-381,0r0,-69v68,-3,62,-46,64,-128r0,-465v1,-108,-76,-170,-187,-169","w":1839},"n":{"d":"618,-831v-102,1,-184,50,-227,116r0,553v2,71,5,84,63,92r1,70r-385,0r0,-70v39,-5,63,-27,63,-69r0,-692v-1,-55,-12,-64,-63,-68r0,-74r303,0r0,96v74,-74,182,-120,323,-120v263,3,354,133,355,409r0,457v1,42,23,53,63,61r0,70r-381,0r0,-70v43,2,64,-29,64,-71r0,-525v1,-100,-76,-167,-179,-165","w":1180},"o":{"d":"586,-834v-172,2,-253,151,-250,340v-1,206,73,349,260,353v181,-6,243,-161,242,-369v2,-182,-83,-322,-252,-324xm1112,-489v5,300,-226,524,-528,518v-303,6,-528,-217,-523,-518v-5,-299,220,-513,521,-508v313,-5,533,200,530,508","w":1176},"p":{"d":"616,-836v-115,2,-189,61,-241,140r0,567v296,3,479,-119,481,-397v2,-174,-80,-308,-240,-310xm1120,-541v-3,407,-301,583,-745,568r0,301v1,34,29,49,65,51r0,72r-383,0r1,-72v66,-11,67,-32,69,-119r0,-1059v-2,-75,-4,-95,-70,-98r0,-76r308,0r0,96v93,-73,184,-119,331,-122v265,-2,428,188,424,458","w":1190},"q":{"d":"575,-141v87,-1,156,-32,216,-70r0,-604v-271,-19,-456,98,-455,350v-2,186,71,321,239,324xm741,379v73,3,64,-52,66,-131r0,-299v-88,50,-196,83,-326,84v-266,1,-415,-194,-411,-471v-1,-338,264,-542,620,-535r420,0r0,72v-62,9,-66,40,-66,119r0,1085v0,50,17,77,66,76r0,72r-369,0r0,-72","w":1171},"r":{"d":"532,-813v-86,0,-144,87,-141,182r0,457v3,81,0,95,63,104r1,70r-385,0r0,-70v62,-9,64,-40,65,-118r0,-639v-1,-51,-15,-67,-65,-68r0,-78r305,0r0,111v58,-102,161,-153,319,-133r0,276r-63,0v-8,-63,-33,-93,-99,-94","w":725},"s":{"d":"922,-303v-3,216,-211,338,-451,332v-193,-1,-326,-56,-438,-150r155,-215r70,60v-44,116,86,155,209,153v106,1,195,-35,199,-125v0,-57,-63,-104,-190,-143v-124,-36,-259,-90,-314,-147v-45,-44,-68,-100,-68,-169v-4,-269,351,-335,618,-263v63,17,124,44,181,79r-131,213r-72,-29v25,-105,-77,-140,-184,-139v-90,0,-159,19,-164,92v0,39,53,74,160,106v138,39,288,96,350,162v47,48,70,109,70,183","w":1014},"t":{"d":"403,29v-198,-4,-257,-117,-258,-332r0,-537r-104,0r0,-133r104,0r0,-291r238,-79r0,370r268,0r0,133r-268,0r0,541v4,109,0,151,86,158v59,0,90,-38,98,-92r84,0r0,213v-83,28,-151,48,-248,49","w":702},"u":{"d":"571,-139v96,-1,179,-55,222,-117r0,-543v-2,-78,-4,-95,-66,-104r0,-70r324,0r0,797v0,52,15,107,63,98r0,78r-305,0r0,-100v-70,83,-175,129,-324,129v-201,-4,-327,-94,-345,-285v-12,-140,-5,-409,-7,-580v-1,-48,-20,-59,-65,-67r0,-70r317,0r0,598v2,164,36,232,186,236","w":1180},"v":{"d":"766,-822v19,-55,-9,-86,-66,-83r0,-68r324,0r0,68v-59,17,-66,46,-96,114r-307,791r-256,0r-300,-801v-25,-69,-55,-104,-90,-104r0,-68r390,0r-1,68v-40,1,-69,19,-53,62v3,12,6,24,11,36r219,574r211,-544v6,-15,11,-30,14,-45","w":999},"w":{"d":"1200,-776v27,-67,32,-134,-51,-129r0,-68r324,0r0,68v-60,5,-62,33,-84,94r-256,811r-244,0r-160,-479r-147,479r-244,0r-291,-832v-17,-47,-42,-72,-76,-73r0,-68r394,0r0,68v-53,0,-77,24,-52,76r179,563r137,-461v-25,-61,-47,-177,-115,-178r0,-68r393,0r0,68v-42,-1,-72,18,-57,61r190,578","w":1450},"x":{"d":"602,-70v36,2,71,-16,52,-50r-187,-271r-166,221v-13,17,-24,33,-25,57v0,32,29,46,66,43r0,70r-379,0r0,-76v53,0,70,-19,98,-55r299,-377r-229,-319v-40,-53,-49,-69,-125,-72r0,-74r436,0r0,74v-36,-2,-61,17,-44,49v41,71,94,132,139,199r131,-168v8,-10,19,-33,20,-47v0,-27,-26,-35,-57,-33r0,-74r360,0r0,74v-55,2,-71,17,-102,53r-244,307r264,377v45,60,58,84,133,92r0,70r-440,0r0,-70","w":1014},"y":{"d":"371,-899v-59,-2,-51,41,-29,84r215,520r207,-555v15,-38,-14,-51,-53,-49r0,-74r315,0r0,73v-62,7,-83,42,-106,99r-306,840v-56,156,-116,264,-180,323v-93,97,-282,112,-418,54r0,-260r86,0v12,65,45,109,115,110v129,-8,180,-120,205,-254r-359,-839v-15,-38,-54,-65,-100,-73r0,-73r408,0r0,74","w":999},"z":{"d":"541,-180v107,0,182,-36,200,-119r82,0r0,299r-786,0r0,-158r473,-645r-225,0v-78,0,-123,22,-132,86r-81,0r0,-256r741,0r0,154r-461,639r189,0","w":901},"{":{"d":"178,-670v211,-25,269,-72,273,-299r0,-200v6,-285,102,-342,399,-347r0,57v-186,8,-219,64,-223,265r0,137v-4,288,-43,368,-265,422v222,54,261,134,265,422r0,137v4,201,36,255,223,263r0,57v-292,-3,-396,-63,-399,-346r0,-201v-4,-223,-64,-278,-273,-299r0,-68","w":1024},"|":{"d":"602,-1565r0,2048r-178,0r0,-2048r178,0","w":1024},"}":{"d":"174,-1516v293,3,398,63,401,347r0,200v4,226,62,274,273,299r0,68v-210,22,-269,74,-273,299r0,201v-3,282,-108,343,-401,346r0,-57v187,-8,219,-62,223,-263r0,-137v4,-290,42,-367,265,-422v-222,-54,-261,-133,-265,-422r0,-137v-4,-201,-37,-257,-223,-265r0,-57","w":1024},"~":{"d":"1151,-631v159,-7,261,-70,379,-153r0,184v-147,109,-357,187,-572,106v-111,-40,-326,-109,-395,-100v-161,9,-259,74,-385,160r0,-187v117,-78,227,-137,387,-143v192,-9,425,134,586,133","w":1706}}});
