/*
 * 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(".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}"+(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">.cufon-vml-canvas{text-indent:0}@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":199,"face":{"font-family":"Archer Medium","font-weight":350,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-18.6373 -335 350 81","underline-thickness":"18","underline-position":"-36","stemh":"21","stemv":"25","unicode-range":"U+0020-U+017E"},"glyphs":{" ":{"w":81},"A":{"d":"6,0r0,-24r23,0r71,-189r-27,0r0,-24r108,0r0,24r-27,0r71,189r23,0r0,24r-80,0r0,-23r28,0r-21,-59r-97,0r-21,59r29,0r0,23r-80,0xm86,-104r81,0r-40,-111","w":254},"B":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r95,0v95,-5,102,96,36,116v32,8,50,26,50,56v0,38,-30,65,-82,65r-99,0xm74,-23v47,3,98,-3,98,-43v0,-41,-50,-47,-98,-44r0,87xm74,-132v46,4,91,-5,91,-42v0,-38,-47,-42,-91,-39r0,81","w":217},"C":{"d":"141,4v-73,0,-121,-56,-121,-121v0,-73,56,-124,120,-124v50,0,89,30,89,58v2,28,-41,32,-41,4v0,-6,5,-12,9,-14v-6,-10,-27,-24,-57,-24v-54,0,-92,46,-92,99v0,51,38,98,93,98v29,0,53,-11,74,-31r16,19v-24,24,-57,36,-90,36","w":252},"D":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r89,0v82,0,136,46,136,116v0,72,-50,121,-137,121r-88,0xm74,-24v86,7,144,-27,141,-97v1,-67,-59,-99,-141,-92r0,189","w":262},"E":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r172,0r0,58r-26,0r0,-34r-89,0r0,81r78,0r0,23r-78,0r0,86r89,0r0,-35r26,0r0,58r-172,0","w":211},"F":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r169,0r0,58r-25,0r0,-34r-87,0r0,85r76,0r0,23r-76,0r0,81r33,0r0,24r-90,0","w":204},"G":{"d":"209,-21v-72,57,-192,12,-189,-96v0,-75,57,-124,123,-124v53,0,89,29,89,55v2,27,-40,29,-40,3v0,-6,3,-11,6,-14v-9,-10,-29,-20,-56,-20v-56,0,-94,44,-94,100v-3,91,98,124,160,75r0,-51r-65,0r0,-22r92,0r0,115r-26,0r0,-21","w":265},"H":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,80r131,0r0,-80r-31,0r0,-24r88,0r0,24r-30,0r0,189r30,0r0,24r-88,0r0,-24r31,0r0,-85r-131,0r0,85r31,0r0,24r-88,0","w":279},"I":{"d":"17,0r0,-24r32,0r0,-189r-32,0r0,-24r91,0r0,24r-32,0r0,189r32,0r0,24r-91,0","w":125},"J":{"d":"149,-213v-4,92,25,219,-71,217v-37,0,-67,-25,-67,-58v-3,-29,37,-38,40,-9v0,8,-5,15,-12,17v1,10,14,25,39,25v72,-2,37,-123,45,-192r-37,0r0,-24r92,0r0,24r-29,0","w":190},"K":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r88,0r0,24r-31,0r0,103r103,-103r-32,0r0,-24r92,0r0,24r-27,0r-77,77r75,112r30,0r0,24r-47,0r-78,-119r-39,39r0,56r31,0r0,24r-88,0","w":243},"L":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0r0,24r-33,0r0,190r82,0r0,-37r26,0r0,60r-165,0"},"M":{"d":"15,0r0,-24r31,0r9,-189r-32,0r0,-24r58,0r77,161r78,-161r57,0r0,24r-32,0r9,189r31,0r0,24r-88,0r0,-24r31,0r-6,-165r-77,156r-7,0r-76,-156r-6,165r30,0r0,24r-87,0","w":317},"N":{"d":"218,1r-145,-191r0,166r31,0r0,24r-87,0r0,-24r30,0r0,-189r-30,0r0,-24r54,0r136,180r0,-156r-31,0r0,-24r86,0r0,24r-29,0r0,214r-15,0","w":275},"O":{"d":"139,4v-69,0,-119,-54,-119,-122v0,-70,51,-123,121,-123v69,0,119,54,119,122v0,70,-51,123,-121,123xm140,-20v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98v0,56,38,99,92,99","w":279},"P":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r91,0v50,0,87,29,87,75v2,60,-55,84,-121,76r0,62r32,0r0,24r-89,0xm74,-109v51,4,96,-7,94,-53v0,-44,-44,-55,-94,-51r0,104","w":209},"Q":{"d":"172,-3v28,12,59,43,92,18r12,22v-59,41,-100,-26,-153,-34v-59,-9,-103,-56,-103,-121v0,-70,51,-123,121,-123v69,0,119,54,119,122v0,59,-36,105,-88,116xm48,-119v0,56,38,99,92,99v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98","w":279},"R":{"d":"17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0v96,-9,114,113,35,134r50,79r28,0r0,24r-46,0r-59,-97v-12,2,-30,1,-41,0r0,73r31,0r0,24r-88,0xm74,-120v48,3,93,-6,92,-47v2,-40,-44,-50,-92,-46r0,93","w":222},"S":{"d":"55,-180v4,57,121,46,121,117v0,41,-33,67,-77,67v-47,0,-79,-26,-79,-49v-3,-29,38,-29,38,-5v0,6,-3,11,-6,16v21,25,106,18,98,-27v-6,-58,-131,-47,-121,-117v0,-37,29,-63,73,-63v39,0,70,22,70,47v0,13,-8,20,-18,20v-19,1,-24,-21,-14,-32v-23,-20,-90,-12,-85,26","w":197},"T":{"d":"68,0r0,-24r32,0r0,-190r-59,0r0,38r-26,0r0,-61r197,0r0,61r-26,0r0,-38r-59,0r0,190r32,0r0,24r-91,0","w":227},"U":{"d":"127,4v-54,0,-85,-30,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,77,-25,198,60,193v85,6,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-33,87,-87,87","w":255},"V":{"d":"118,4r-88,-217r-24,0r0,-24r80,0r0,24r-27,0r67,171r67,-171r-29,0r0,-24r80,0r0,24r-23,0r-88,217r-15,0","w":250},"W":{"d":"102,4r-67,-217r-27,0r0,-24r85,0r0,24r-30,0r50,166r59,-161r15,0r60,160r48,-165r-31,0r0,-24r86,0r0,24r-28,0r-66,217r-16,0r-61,-163r-61,163r-16,0","w":356},"X":{"d":"14,0r0,-24r25,0r75,-97r-69,-92r-26,0r0,-24r82,0r0,23r-26,0r55,77r56,-77r-27,0r0,-23r82,0r0,24r-25,0r-70,91r74,98r25,0r0,24r-82,0r0,-23r27,0r-60,-83r-62,83r28,0r0,23r-82,0","w":259},"Y":{"d":"69,0r0,-24r33,0r0,-71r-70,-118r-25,0r0,-24r79,0r0,24r-24,0r54,95r54,-95r-25,0r0,-24r80,0r0,24r-26,0r-70,118r0,71r33,0r0,24r-93,0","w":231},"Z":{"d":"16,0r0,-13r145,-202r-113,0r0,38r-24,0r0,-60r175,0r0,13r-145,202r124,0r0,-38r24,0r0,60r-186,0","w":218},"a":{"d":"82,-156v37,1,61,16,61,51r0,83r25,0r0,22r-48,0r0,-19v-25,32,-104,30,-104,-22v0,-45,68,-54,104,-39v11,-46,-30,-66,-65,-49v8,11,0,25,-14,25v-9,0,-15,-7,-15,-17v0,-17,20,-35,56,-35xm41,-43v2,38,64,28,79,4r0,-25v-26,-9,-82,-11,-79,21","w":177},"b":{"d":"180,-77v0,66,-80,105,-128,61r-7,16r-16,0r0,-242r-24,0r0,-22r49,0r0,131v39,-46,126,-17,126,56xm54,-36v33,31,104,18,100,-40v3,-61,-70,-76,-100,-36r0,76","w":196},"c":{"d":"148,-12v-54,37,-136,1,-133,-64v0,-43,34,-80,77,-80v35,0,62,23,62,46v2,23,-35,30,-36,4v0,-5,3,-10,8,-13v-26,-32,-87,-14,-85,43v-2,56,68,73,109,40","w":170},"d":{"d":"140,-22v-39,50,-124,18,-124,-54v0,-63,77,-106,123,-62r0,-104r-28,0r0,-22r53,0r0,242r25,0r0,22r-49,0r0,-22xm42,-76v0,60,69,73,97,34r0,-75v-32,-34,-97,-17,-97,41","w":198},"e":{"d":"159,-69r-118,0v3,56,74,61,113,33r-2,24v-55,35,-142,5,-137,-64v0,-43,28,-80,75,-80v51,1,75,39,69,87xm135,-89v-1,-63,-90,-59,-94,0r94,0","w":174},"f":{"d":"41,-153v-2,-57,-2,-113,51,-113v30,0,38,37,13,37v-10,0,-16,-6,-19,-15v-29,6,-18,57,-20,91r39,0r0,22r-39,0r0,109r30,0r0,22r-80,0r0,-22r25,0r0,-109r-27,0r0,-22r27,0","w":114},"g":{"d":"62,45v29,14,84,4,78,-39r0,-30v-39,47,-124,16,-124,-53v0,-63,81,-105,125,-59r0,-17r48,0r0,22r-24,0r0,136v0,44,-29,68,-73,67v-33,-2,-56,-9,-60,-34v-2,-22,34,-26,33,-3v0,3,-1,7,-3,10xm140,-117v-31,-32,-98,-16,-98,39v0,58,69,71,98,33r0,-72","w":200},"h":{"d":"141,-22v-4,-42,16,-113,-30,-111v-19,0,-37,12,-51,27r0,84r25,0r0,22r-74,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,138v26,-41,110,-43,106,22r0,82r25,0r0,22r-74,0r0,-22r24,0","w":200},"i":{"d":"50,-193v-10,0,-19,-9,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,10,-9,19,-20,19xm15,0r0,-22r26,0r0,-109r-26,0r0,-22r51,0r0,131r26,0r0,22r-77,0","w":104},"j":{"d":"66,-153v-7,83,28,220,-52,225v-33,3,-45,-34,-17,-40v14,-1,14,12,18,20v20,-1,26,-28,26,-53r0,-130r-29,0r0,-22r54,0xm49,-193v-10,0,-19,-9,-19,-19v0,-11,9,-21,20,-21v10,0,19,10,19,21v0,10,-9,19,-20,19","w":93},"k":{"d":"11,0r0,-22r25,0r0,-220r-25,0r0,-22r49,0r0,187r65,-55r-30,0r0,-21r86,0r0,22r-27,0r-48,41r47,68r28,0r0,22r-42,0r-51,-76r-28,23r0,32r25,0r0,21r-74,0","w":188},"l":{"d":"12,0r0,-22r26,0r0,-220r-26,0r0,-22r51,0r0,242r26,0r0,22r-77,0","w":100},"m":{"d":"140,-22v-5,-41,17,-111,-27,-111v-19,0,-35,12,-49,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v18,-33,89,-47,99,-1v28,-40,108,-44,103,22r0,82r25,0r0,22r-73,0r0,-22r23,0v-5,-41,18,-112,-27,-111v-18,0,-33,11,-48,26r0,85r24,0r0,22r-73,0r0,-22r24,0","w":299},"n":{"d":"144,-22v-5,-42,18,-112,-30,-111v-19,0,-36,12,-50,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v26,-41,110,-45,106,21r0,82r24,0r0,22r-73,0r0,-22r24,0","w":202},"o":{"d":"95,3v-48,0,-79,-36,-79,-80v0,-43,31,-79,79,-79v47,0,79,36,79,79v0,44,-32,80,-79,80xm95,-19v31,0,53,-23,53,-58v0,-34,-22,-58,-53,-58v-32,0,-53,24,-53,58v0,35,21,58,53,58","w":189},"p":{"d":"11,71r0,-22r25,0r0,-180r-25,0r0,-22r49,0r0,22v38,-50,124,-19,124,54v0,63,-76,105,-124,62r0,64r30,0r0,22r-79,0xm60,-36v34,32,101,16,98,-41v2,-61,-68,-72,-98,-35r0,76"},"q":{"d":"111,71r0,-22r30,0r0,-69v-39,46,-125,17,-125,-57v0,-65,80,-104,127,-60r8,-16r15,0r0,202r25,0r0,22r-80,0xm42,-77v-3,61,69,74,99,36r0,-76v-32,-31,-103,-18,-99,40","w":191},"r":{"d":"110,-156v28,-2,30,37,6,38v-10,0,-16,-6,-19,-13v-11,4,-25,17,-33,33r0,76r29,0r0,22r-78,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,35v12,-22,30,-38,47,-38","w":136},"s":{"d":"79,-156v29,1,53,9,56,33v0,10,-6,17,-15,17v-12,0,-19,-12,-15,-25v-16,-11,-65,-3,-60,17v5,34,105,21,96,71v3,57,-118,63,-125,9v0,-9,7,-17,16,-17v12,0,20,13,14,25v13,13,71,13,71,-15v0,-14,-14,-19,-36,-25v-37,-9,-60,-18,-60,-46v0,-23,21,-44,58,-44","w":157},"t":{"d":"59,-40v-2,28,33,22,49,10r-3,24v-25,17,-76,10,-71,-30r0,-95r-28,0r0,-22r28,0r0,-37r25,-10r0,47r47,0r0,22r-47,0r0,91","w":119},"u":{"d":"59,-153v7,47,-21,131,29,133v19,0,36,-12,51,-27r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,40,-109,45,-105,-21r0,-82r-25,0r0,-22r50,0"},"v":{"d":"87,5r-64,-136r-20,0r0,-22r71,0r0,21r-25,0r46,101r45,-101r-26,0r0,-21r71,0r0,22r-20,0r-64,136r-14,0","w":187},"w":{"d":"67,6r-42,-137r-22,0r0,-22r70,0r0,21r-24,0r28,97r43,-101r13,0r42,101r28,-97r-26,0r0,-21r71,0r0,22r-23,0r-42,137r-13,0r-45,-104r-44,104r-14,0","w":250},"x":{"d":"7,0r0,-22r21,0r49,-56r-46,-53r-21,0r0,-22r67,0r0,20r-20,0r34,43r34,-43r-21,0r0,-20r67,0r0,22r-21,0r-46,53r49,56r21,0r0,22r-69,0r0,-20r22,0r-37,-47r-37,47r22,0r0,20r-68,0","w":181},"y":{"d":"89,24v-10,21,-29,49,-52,48v-27,4,-38,-34,-11,-36v8,0,14,6,16,13v18,-7,29,-38,39,-58r-58,-122r-21,0r0,-22r72,0r0,21r-24,0r43,99r44,-99r-25,0r0,-21r70,0r0,22r-21,0","w":184},"z":{"d":"13,0r0,-11r99,-122r-71,0r0,30r-22,0r0,-50r129,0r0,11r-99,121r78,0r0,-29r22,0r0,50r-136,0","w":162},"\u00c1":{"d":"6,0r0,-24r23,0r71,-189r-27,0r0,-24r108,0r0,24r-27,0r71,189r23,0r0,24r-80,0r0,-23r28,0r-21,-59r-97,0r-21,59r29,0r0,23r-80,0xm86,-104r81,0r-40,-111xm116,-258r-7,-9v20,-17,34,-43,59,-53v18,0,20,23,3,31","w":254},"\u00e1":{"d":"82,-156v37,1,61,16,61,51r0,83r25,0r0,22r-48,0r0,-19v-25,32,-104,30,-104,-22v0,-45,68,-54,104,-39v11,-46,-30,-66,-65,-49v8,11,0,25,-14,25v-9,0,-15,-7,-15,-17v0,-17,20,-35,56,-35xm41,-43v2,38,64,28,79,4r0,-25v-26,-9,-82,-11,-79,21xm76,-181r-7,-9v20,-17,33,-43,59,-53v18,1,19,21,2,31","w":177},"\u00c4":{"d":"6,0r0,-24r23,0r71,-189r-27,0r0,-24r108,0r0,24r-27,0r71,189r23,0r0,24r-80,0r0,-23r28,0r-21,-59r-97,0r-21,59r29,0r0,23r-80,0xm86,-104r81,0r-40,-111xm158,-264v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,20,9,20,21v0,11,-9,20,-20,20xm95,-264v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-9,20,-21,20","w":254},"\u00e4":{"d":"82,-156v37,1,61,16,61,51r0,83r25,0r0,22r-48,0r0,-19v-25,32,-104,30,-104,-22v0,-45,68,-54,104,-39v11,-46,-30,-66,-65,-49v8,11,0,25,-14,25v-9,0,-15,-7,-15,-17v0,-17,20,-35,56,-35xm41,-43v2,38,64,28,79,4r0,-25v-26,-9,-82,-11,-79,21xm118,-187v-12,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v11,0,20,9,20,21v0,11,-9,20,-20,20xm55,-187v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v11,0,20,9,20,21v0,11,-9,20,-20,20","w":177},"\u010c":{"d":"185,-324r11,14r-56,53r-55,-53r11,-14r44,34xm141,4v-73,0,-121,-56,-121,-121v0,-73,56,-124,120,-124v50,0,89,30,89,58v2,28,-41,32,-41,4v0,-6,5,-12,9,-14v-6,-10,-27,-24,-57,-24v-54,0,-92,46,-92,99v0,51,38,98,93,98v29,0,53,-11,74,-31r16,19v-24,24,-57,36,-90,36","w":252},"\u010d":{"d":"135,-247r11,14r-56,53r-55,-53r11,-14r44,34xm148,-12v-54,37,-136,1,-133,-64v0,-43,34,-80,77,-80v35,0,62,23,62,46v2,23,-35,30,-36,4v0,-5,3,-10,8,-13v-26,-32,-87,-14,-85,43v-2,56,68,73,109,40","w":170},"\u010e":{"d":"167,-324r11,14r-56,53r-55,-53r11,-14r44,34xm17,0r0,-24r30,0r0,-189r-30,0r0,-24r89,0v82,0,136,46,136,116v0,72,-50,121,-137,121r-88,0xm74,-24v86,7,144,-27,141,-97v1,-67,-59,-99,-141,-92r0,189","w":262},"\u010f":{"d":"185,-183r-9,-6v15,-20,10,-37,10,-62v0,-9,6,-16,16,-16v10,0,16,7,16,18v0,23,-15,48,-33,66xm140,-22v-39,50,-124,18,-124,-54v0,-63,77,-106,123,-62r0,-104r-28,0r0,-22r53,0r0,242r25,0r0,22r-49,0r0,-22xm42,-76v0,60,69,73,97,34r0,-75v-32,-34,-97,-17,-97,41","w":198},"\u00c9":{"d":"94,-258r-7,-9v20,-17,32,-44,59,-53v16,1,19,24,2,31xm17,0r0,-24r30,0r0,-189r-30,0r0,-24r172,0r0,58r-26,0r0,-34r-89,0r0,81r78,0r0,23r-78,0r0,86r89,0r0,-35r26,0r0,58r-172,0","w":211},"\u00e9":{"d":"159,-69r-118,0v3,56,74,61,113,33r-2,24v-55,35,-142,5,-137,-64v0,-43,28,-80,75,-80v51,1,75,39,69,87xm135,-89v-1,-63,-90,-59,-94,0r94,0xm78,-181r-7,-9v20,-17,33,-44,59,-53v17,1,19,24,2,31","w":174},"\u011a":{"d":"148,-324r11,14r-55,53r-56,-53r11,-14r45,34xm17,0r0,-24r30,0r0,-189r-30,0r0,-24r172,0r0,58r-26,0r0,-34r-89,0r0,81r78,0r0,23r-78,0r0,86r89,0r0,-35r26,0r0,58r-172,0","w":211},"\u011b":{"d":"159,-69r-118,0v3,56,74,61,113,33r-2,24v-55,35,-142,5,-137,-64v0,-43,28,-80,75,-80v51,1,75,39,69,87xm135,-89v-1,-63,-90,-59,-94,0r94,0xm132,-247r11,14r-55,53r-56,-53r12,-14r44,34","w":174},"\u00cd":{"d":"17,0r0,-24r32,0r0,-189r-32,0r0,-24r91,0r0,24r-32,0r0,189r32,0r0,24r-91,0xm52,-258r-7,-9v20,-17,34,-43,59,-53v18,0,20,23,3,31","w":125},"\u00ed":{"d":"41,-181r-6,-9v20,-17,32,-44,59,-53v17,1,19,24,2,31xm15,0r0,-22r26,0r0,-109r-26,0r0,-22r51,0r0,131r26,0r0,22r-77,0","w":104},"\u0147":{"d":"181,-324r11,14r-55,53r-56,-53r12,-14r44,34xm218,1r-145,-191r0,166r31,0r0,24r-87,0r0,-24r30,0r0,-189r-30,0r0,-24r54,0r136,180r0,-156r-31,0r0,-24r86,0r0,24r-29,0r0,214r-15,0","w":275},"\u0148":{"d":"148,-247r11,14r-55,53r-56,-53r11,-14r45,34xm144,-22v-5,-42,18,-112,-30,-111v-19,0,-36,12,-50,27r0,84r24,0r0,22r-73,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,28v26,-41,110,-45,106,21r0,82r24,0r0,22r-73,0r0,-22r24,0","w":202},"\u00d3":{"d":"129,-258r-7,-9v20,-17,34,-43,59,-53v18,0,20,23,3,31xm139,4v-69,0,-119,-54,-119,-122v0,-70,51,-123,121,-123v69,0,119,54,119,122v0,70,-51,123,-121,123xm140,-20v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98v0,56,38,99,92,99","w":279},"\u00f3":{"d":"84,-181r-7,-9v20,-17,33,-43,59,-53v17,1,19,24,2,31xm95,3v-48,0,-79,-36,-79,-80v0,-43,31,-79,79,-79v47,0,79,36,79,79v0,44,-32,80,-79,80xm95,-19v31,0,53,-23,53,-58v0,-34,-22,-58,-53,-58v-32,0,-53,24,-53,58v0,35,21,58,53,58","w":189},"\u00d6":{"d":"171,-264v-12,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v12,0,20,9,20,21v0,11,-9,20,-20,20xm108,-264v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-9,20,-21,20xm139,4v-69,0,-119,-54,-119,-122v0,-70,51,-123,121,-123v69,0,119,54,119,122v0,70,-51,123,-121,123xm140,-20v54,0,92,-43,92,-98v0,-56,-38,-99,-92,-99v-54,0,-92,43,-92,98v0,56,38,99,92,99","w":279},"\u00f6":{"d":"126,-187v-12,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v12,0,20,9,20,21v0,11,-9,20,-20,20xm63,-187v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-9,20,-21,20xm95,3v-48,0,-79,-36,-79,-80v0,-43,31,-79,79,-79v47,0,79,36,79,79v0,44,-32,80,-79,80xm95,-19v31,0,53,-23,53,-58v0,-34,-22,-58,-53,-58v-32,0,-53,24,-53,58v0,35,21,58,53,58","w":189},"\u0158":{"d":"155,-324r11,14r-55,53r-56,-53r11,-14r45,34xm17,0r0,-24r30,0r0,-189r-30,0r0,-24r90,0v96,-9,114,113,35,134r50,79r28,0r0,24r-46,0r-59,-97v-12,2,-30,1,-41,0r0,73r31,0r0,24r-88,0xm74,-120v48,3,93,-6,92,-47v2,-40,-44,-50,-92,-46r0,93","w":222},"\u0159":{"d":"110,-156v28,-2,30,37,6,38v-10,0,-16,-6,-19,-13v-11,4,-25,17,-33,33r0,76r29,0r0,22r-78,0r0,-22r24,0r0,-109r-24,0r0,-22r48,0r0,35v12,-22,30,-38,47,-38xm118,-247r11,14r-55,53r-56,-53r12,-14r44,34","w":136},"\u0160":{"d":"145,-324r12,14r-56,53r-55,-53r11,-14r44,34xm55,-180v4,57,121,46,121,117v0,41,-33,67,-77,67v-47,0,-79,-26,-79,-49v-3,-29,38,-29,38,-5v0,6,-3,11,-6,16v21,25,106,18,98,-27v-6,-58,-131,-47,-121,-117v0,-37,29,-63,73,-63v39,0,70,22,70,47v0,13,-8,20,-18,20v-19,1,-24,-21,-14,-32v-23,-20,-90,-12,-85,26","w":197},"\u0161":{"d":"79,-156v29,1,53,9,56,33v0,10,-6,17,-15,17v-12,0,-19,-12,-15,-25v-16,-11,-65,-3,-60,17v5,34,105,21,96,71v3,57,-118,63,-125,9v0,-9,7,-17,16,-17v12,0,20,13,14,25v13,13,71,13,71,-15v0,-14,-14,-19,-36,-25v-37,-9,-60,-18,-60,-46v0,-23,21,-44,58,-44xm123,-247r11,14r-55,53r-56,-53r12,-14r44,34","w":157},"\u0164":{"d":"157,-324r11,14r-55,53r-55,-53r11,-14r44,34xm68,0r0,-24r32,0r0,-190r-59,0r0,38r-26,0r0,-61r197,0r0,61r-26,0r0,-38r-59,0r0,190r32,0r0,24r-91,0","w":227},"\u0165":{"d":"82,-171r-9,-7v15,-20,10,-37,10,-61v0,-9,6,-17,16,-17v10,0,16,7,16,18v0,23,-15,48,-33,67xm59,-40v-2,28,33,22,49,10r-3,24v-25,17,-76,10,-71,-30r0,-95r-28,0r0,-22r28,0r0,-37r25,-10r0,47r47,0r0,22r-47,0r0,91","w":119},"\u00da":{"d":"117,-258r-7,-9v20,-17,33,-43,59,-53v18,1,19,21,2,31xm127,4v-54,0,-85,-30,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,77,-25,198,60,193v85,6,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-33,87,-87,87","w":255},"\u00fa":{"d":"86,-181r-7,-9v20,-17,33,-43,59,-53v18,1,19,21,2,31xm59,-153v7,47,-21,131,29,133v19,0,36,-12,51,-27r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,40,-109,45,-105,-21r0,-82r-25,0r0,-22r50,0"},"\u00dc":{"d":"159,-264v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,20,9,20,21v0,11,-9,20,-20,20xm96,-264v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,11,-9,20,-21,20xm127,4v-54,0,-85,-30,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,77,-25,198,60,193v85,6,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-33,87,-87,87","w":255},"\u00fc":{"d":"128,-187v-12,0,-21,-9,-21,-20v0,-12,10,-21,21,-21v11,0,20,9,20,21v0,11,-9,20,-20,20xm65,-187v-11,0,-20,-9,-20,-20v0,-12,9,-21,20,-21v11,0,20,9,20,21v0,11,-9,20,-20,20xm59,-153v7,47,-21,131,29,133v19,0,36,-12,51,-27r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,40,-109,45,-105,-21r0,-82r-25,0r0,-22r50,0"},"\u016e":{"d":"127,-255v-22,0,-39,-18,-39,-40v0,-22,17,-40,39,-40v23,0,40,18,40,40v0,22,-17,40,-40,40xm127,-273v12,0,21,-10,21,-22v0,-12,-9,-21,-21,-21v-11,0,-19,9,-19,21v0,12,8,22,19,22xm127,4v-54,0,-85,-30,-85,-86r0,-131r-30,0r0,-24r87,0r0,24r-31,0v5,77,-25,198,60,193v85,6,55,-116,60,-193r-31,0r0,-24r87,0r0,24r-30,0r0,130v0,56,-33,87,-87,87","w":255},"\u016f":{"d":"96,-178v-21,0,-39,-17,-39,-40v0,-22,18,-40,39,-40v23,0,40,18,40,40v0,23,-17,40,-40,40xm96,-196v12,0,21,-10,21,-22v0,-12,-9,-21,-21,-21v-11,0,-19,9,-19,21v0,12,8,22,19,22xm59,-153v7,47,-21,131,29,133v19,0,36,-12,51,-27r0,-84r-26,0r0,-22r50,0r0,131r25,0r0,22r-49,0r0,-28v-25,40,-109,45,-105,-21r0,-82r-25,0r0,-22r50,0"},"\u00dd":{"d":"69,0r0,-24r33,0r0,-71r-70,-118r-25,0r0,-24r79,0r0,24r-24,0r54,95r54,-95r-25,0r0,-24r80,0r0,24r-26,0r-70,118r0,71r33,0r0,24r-93,0xm105,-258r-7,-9v20,-17,33,-44,59,-53v17,1,19,24,2,31","w":231},"\u00fd":{"d":"89,24v-10,21,-29,49,-52,48v-27,4,-38,-34,-11,-36v8,0,14,6,16,13v18,-7,29,-38,39,-58r-58,-122r-21,0r0,-22r72,0r0,21r-24,0r43,99r44,-99r-25,0r0,-21r70,0r0,22r-21,0xm82,-181r-7,-9v20,-17,33,-44,59,-53v16,1,19,24,2,31","w":184},"\u017d":{"d":"153,-324r11,14r-56,53r-55,-53r11,-14r44,34xm16,0r0,-13r145,-202r-113,0r0,38r-24,0r0,-60r175,0r0,13r-145,202r124,0r0,-38r24,0r0,60r-186,0","w":218},"\u017e":{"d":"125,-247r11,14r-55,53r-55,-53r11,-14r44,34xm13,0r0,-11r99,-122r-71,0r0,30r-22,0r0,-50r129,0r0,11r-99,121r78,0r0,-29r22,0r0,50r-136,0","w":162},"0":{"d":"100,3v-49,0,-83,-41,-83,-94v0,-55,34,-95,83,-95v48,0,83,41,83,95v0,54,-35,94,-83,94xm100,-19v34,0,57,-30,57,-72v0,-43,-23,-73,-57,-73v-34,0,-57,30,-57,73v0,42,23,72,57,72"},"1":{"d":"23,0r0,-22r43,0r0,-134r-39,9r-5,-21v24,-5,41,-15,69,-16r0,162r43,0r0,22r-111,0","w":147},"2":{"d":"152,-133v0,55,-88,69,-107,112r91,0r0,-31r22,0r0,52r-141,0r-4,-13v14,-33,43,-54,72,-73v24,-15,42,-27,42,-47v4,-35,-66,-39,-81,-15v15,7,10,33,-8,32v-11,0,-19,-9,-19,-22v4,-31,32,-46,67,-48v44,0,66,26,66,53","w":178},"3":{"d":"161,-19v7,74,-140,89,-148,16v-3,-24,36,-28,36,-5v0,6,-3,12,-9,15v22,29,102,16,96,-26v-1,-32,-35,-48,-75,-45r0,-22v36,3,71,-13,72,-43v6,-38,-72,-44,-86,-19v17,6,9,32,-7,31v-10,0,-19,-9,-19,-22v3,-32,30,-46,68,-47v41,0,69,26,69,57v0,26,-26,50,-53,53v31,5,56,27,56,57","w":177},"4":{"d":"114,43r0,-64r-103,0r-5,-11r116,-155r19,14r-97,131r70,0r0,-51r24,-10r0,61r41,0r0,21r-41,0r0,64r-24,0","w":185},"5":{"d":"159,-27v0,76,-128,100,-144,32v-3,-23,36,-29,36,-4v0,4,-2,10,-6,13v32,22,94,1,89,-41v4,-49,-64,-60,-101,-38r-11,-7r14,-111r111,0r0,24r-92,0r-7,67v54,-17,111,9,111,65","w":174},"6":{"d":"109,-230v25,1,54,11,56,37v2,26,-37,27,-36,4v0,-5,1,-9,4,-12v-50,-23,-86,16,-90,92v28,-54,140,-29,132,38v0,41,-32,74,-77,74v-54,0,-81,-42,-79,-99v0,-96,46,-134,90,-134xm46,-68v0,28,21,50,52,49v32,0,52,-22,52,-52v0,-27,-20,-47,-50,-47v-32,0,-54,24,-54,50","w":191},"7":{"d":"56,44r-22,-11r92,-195r-92,0r0,36r-23,0r0,-57r142,0r5,11","w":169},"8":{"d":"90,3v-79,5,-99,-99,-32,-120v-63,-25,-37,-117,32,-113v71,-4,98,89,32,113v25,9,44,30,44,56v0,36,-31,64,-76,64xm90,-127v25,0,45,-18,45,-40v0,-23,-19,-41,-45,-41v-25,0,-44,18,-44,41v0,22,20,40,44,40xm90,-19v28,0,49,-19,49,-43v0,-25,-21,-44,-49,-44v-27,0,-48,19,-48,44v0,24,21,43,48,43","w":181},"9":{"d":"93,-186v54,0,81,41,79,100v0,95,-48,131,-92,131v-25,0,-55,-12,-56,-38v-2,-26,37,-27,37,-4v0,5,-2,9,-5,11v49,25,89,-14,92,-87v-28,53,-140,28,-132,-38v0,-42,32,-75,77,-75xm145,-115v0,-28,-21,-50,-52,-49v-31,0,-51,23,-51,53v0,26,19,46,49,46v32,0,54,-23,54,-50","w":191},".":{"d":"37,3v-13,0,-22,-10,-22,-23v0,-12,9,-22,22,-22v13,0,22,10,22,22v0,13,-9,23,-22,23","w":74},",":{"d":"7,54r-7,-9v24,-18,32,-35,33,-45v-10,-1,-19,-10,-19,-21v0,-12,10,-21,22,-21v13,0,23,10,23,28v0,20,-13,47,-52,68","w":74},":":{"d":"41,-93v-13,0,-22,-10,-22,-22v0,-12,9,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm41,3v-13,0,-22,-10,-22,-22v0,-13,9,-23,22,-23v12,0,22,10,22,23v0,12,-10,22,-22,22","w":81},";":{"d":"41,-93v-13,0,-22,-10,-22,-22v0,-12,9,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22xm11,54r-7,-10v24,-18,32,-34,33,-44v-10,-1,-19,-10,-19,-21v0,-11,10,-20,22,-20v12,0,23,9,23,27v0,19,-13,47,-52,68","w":81},"&":{"d":"214,-96r-21,0v-7,19,-13,36,-22,50v14,13,35,31,38,34r-16,17v-3,-3,-23,-21,-37,-34v-34,50,-151,38,-146,-26v0,-29,19,-49,50,-66v-44,-45,-29,-106,33,-106v29,0,52,19,52,47v0,23,-14,40,-50,62v19,20,29,27,59,57v8,-11,13,-23,18,-35r-21,0r0,-21r63,0r0,21xm82,-19v24,0,43,-10,58,-25r-67,-63v-25,16,-36,30,-36,51v0,18,14,37,45,37xm93,-206v-37,0,-43,43,-12,74v31,-19,39,-31,39,-48v0,-15,-12,-26,-27,-26","w":222},"!":{"d":"39,-66r-9,-171r32,0r-9,171r-14,0xm46,3v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v11,0,21,9,21,21v0,12,-10,21,-21,21","w":91},"?":{"d":"8,-190v3,-33,32,-50,68,-51v46,0,74,28,74,64v0,32,-24,60,-66,69r-4,42r-15,0r-6,-57v43,-9,64,-29,64,-54v6,-42,-66,-53,-87,-26v-2,7,12,9,10,19v0,9,-7,17,-17,17v-11,0,-21,-9,-21,-23xm73,3v-11,0,-20,-9,-20,-21v0,-12,9,-21,20,-21v12,0,21,9,21,21v0,12,-9,21,-21,21","w":160},"-":{"d":"13,-87r0,-26r84,0r0,26r-84,0","w":109},"_":{"d":"-2,53r0,-24r196,0r0,24r-196,0","w":191},"\/":{"d":"14,75r-22,-9r148,-333r22,10","w":167},"\\":{"d":"153,75r-147,-332r22,-10r147,333","w":167},"|":{"d":"37,72r0,-336r23,0r0,336r-23,0","w":97},"(":{"d":"126,81v-57,-32,-101,-98,-101,-175v0,-77,44,-142,101,-175r13,19v-52,32,-88,88,-88,156v0,68,36,125,88,157","w":131},")":{"d":"5,81r-13,-18v52,-32,88,-89,88,-157v0,-68,-36,-124,-88,-156r13,-19v57,33,101,98,101,175v0,77,-44,143,-101,175","w":131},"[":{"d":"36,72r0,-336r83,0r0,24r-57,0r0,289r57,0r0,23r-83,0","w":127},"]":{"d":"8,72r0,-23r58,0r0,-289r-58,0r0,-24r83,0r0,336r-83,0","w":127},"{":{"d":"95,-55v2,27,-46,53,-46,77v0,17,14,34,57,36r0,20v-55,-1,-82,-24,-82,-56v0,-30,43,-49,45,-77v2,-20,-23,-31,-50,-29r0,-22v27,2,50,-9,50,-29v-4,-27,-45,-47,-45,-77v0,-32,27,-55,82,-56r0,20v-43,2,-57,19,-57,36v0,24,48,51,46,77v0,15,-11,33,-42,40v31,6,42,24,42,40","w":124},"}":{"d":"56,-55v3,27,45,47,45,77v0,32,-28,55,-82,56r0,-20v43,-2,57,-19,57,-36v0,-24,-48,-51,-46,-77v0,-16,11,-34,42,-40v-31,-7,-42,-25,-42,-40v-2,-27,46,-53,46,-77v0,-17,-14,-34,-57,-36r0,-20v54,1,82,24,82,56v0,30,-42,49,-45,77v0,20,23,31,50,29r0,22v-27,-2,-50,9,-50,29","w":124},"@":{"d":"186,47v-76,43,-176,-4,-170,-93v0,-97,71,-173,154,-173v64,0,105,42,105,103v0,57,-31,103,-70,103v-23,0,-34,-14,-33,-30v-21,43,-93,40,-92,-20v-6,-63,82,-110,105,-48r8,-28r23,0r-21,80v-5,19,0,29,13,29v28,0,50,-41,50,-86v0,-50,-33,-88,-88,-88v-75,0,-137,70,-137,158v-5,75,80,118,146,80xm133,-34v42,5,70,-83,16,-85v-24,0,-43,26,-43,54v0,18,9,31,27,31","w":289},"*":{"d":"132,-210v6,23,-33,18,-53,21v9,12,46,27,30,48v-23,12,-28,-28,-36,-43v-8,15,-14,55,-36,43v-17,-20,22,-36,30,-48v-20,-3,-59,2,-53,-21v13,-21,40,8,55,13v-3,-18,-21,-52,4,-56v24,3,6,38,4,56v15,-5,40,-34,55,-13","w":145},"^":{"d":"36,-129r-11,-13r55,-53r56,53r-12,13r-44,-32","w":160},"~":{"d":"52,-118v29,-1,55,50,67,3r19,4v-2,25,-18,42,-35,42v-28,1,-55,-50,-66,-3r-20,-4v2,-25,18,-42,35,-42","w":155},"$":{"d":"104,-207r-2,25v26,3,48,16,48,34v0,10,-7,17,-16,17v-12,0,-22,-14,-14,-26v-4,-2,-12,-4,-21,-5r-4,58v28,9,57,21,57,53v0,35,-31,50,-65,51r-3,38r-20,-2r3,-37v-27,-4,-53,-16,-53,-38v0,-9,7,-17,16,-17v14,0,22,15,14,26v4,4,14,8,26,9r5,-64v-27,-8,-53,-19,-53,-49v0,-28,26,-47,60,-49r3,-25xm127,-50v0,-16,-14,-23,-34,-30r-6,60v22,-1,40,-10,40,-30xm46,-136v0,14,13,21,32,27r4,-54v-20,1,-36,10,-36,27","w":167},"#":{"d":"18,-117r0,-22r37,0r7,-44r22,0r-7,44r46,0r7,-44r23,0r-7,44r34,0r0,22r-37,0r-8,50r33,0r0,21r-36,0r-7,46r-23,0r7,-46r-46,0r-7,46r-23,0r7,-46r-33,0r0,-21r37,0r7,-50r-33,0xm73,-118r-7,51r47,0r8,-51r-48,0","w":186},"%":{"d":"62,-99v-25,0,-44,-19,-44,-43v0,-25,19,-44,44,-44v24,0,43,19,43,44v0,24,-19,43,-43,43xm171,-85v24,0,44,20,44,44v0,24,-20,44,-44,44v-24,0,-43,-20,-43,-44v0,-24,19,-44,43,-44xm197,-175v-22,23,-130,158,-150,183r-13,-11r150,-183xm62,-116v13,0,23,-12,23,-26v0,-15,-10,-26,-23,-26v-14,0,-24,11,-24,26v0,14,10,26,24,26xm171,-67v-14,0,-23,12,-23,26v0,15,9,26,23,26v14,0,24,-11,24,-26v0,-14,-10,-26,-24,-26","w":232},"\"":{"d":"86,-151r-12,-65v-3,-15,5,-25,17,-25v36,0,6,61,5,90r-10,0xm25,-151r-12,-65v-3,-15,5,-25,17,-25v36,0,6,62,5,90r-10,0","w":121},"'":{"d":"25,-151r-12,-65v-3,-15,5,-25,17,-25v36,0,6,62,5,90r-10,0","w":60},"+":{"d":"63,-37r0,-49r-48,0r0,-22r48,0r0,-49r23,0r0,49r49,0r0,22r-49,0r0,49r-23,0","w":149},"=":{"d":"15,-113r0,-22r120,0r0,22r-120,0xm15,-55r0,-22r120,0r0,22r-120,0","w":149},"<":{"d":"105,-28r-90,-62r0,-12r90,-61r12,18r-73,50r73,49","w":140},">":{"d":"35,-28r-12,-18r73,-49r-73,-50r12,-18r91,61r0,12","w":140},"`":{"d":"96,-181v-21,-15,-56,-23,-67,-47v1,-18,21,-19,30,-7r43,45","w":150},"\u00a0":{"w":81}}});
