/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.02
 */
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}),hasClass:function(C,B){return RegExp("(?:^|\\s)"+B+"(?=\\s|$)").test(C.className)},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,F),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(n.hasClass(E,"cufon")){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.Ext&&Ext.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||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.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});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(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var g=(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:'+(g?"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(h,i){return a(h,/(?:em|ex|%)$|^[a-z-]+$/i.test(i)?"1em":i)}function a(k,l){if(/px$/i.test(l)){return parseFloat(l)}var j=k.style.left,i=k.runtimeStyle.left;k.runtimeStyle.left=k.currentStyle.left;k.style.left=l.replace("%","em");var h=k.style.pixelLeft;k.style.left=j;k.runtimeStyle.left=i;return h}var f={};function d(o){var p=o.id;if(!f[p]){var m=o.stops,n=document.createElement("cvml:fill"),h=[];n.type="gradient";n.angle=180;n.focus="0";n.method="sigma";n.color=m[0][1];for(var l=1,i=m.length-1;l<i;++l){h.push(m[l][0]*100+"% "+m[l][1])}n.colors=h.join(",");n.color2=m[i][1];f[p]=n}return f[p]}return function(aj,K,ad,G,O,ak,ab){var o=(K===null);if(o){K=O.alt}var M=aj.viewBox;var q=ad.computedFontSize||(ad.computedFontSize=new Cufon.CSS.Size(c(ak,ad.get("fontSize"))+"px",aj.baseSize));var aa=ad.computedLSpacing;if(aa==undefined){aa=ad.get("letterSpacing");ad.computedLSpacing=aa=(aa=="normal")?0:~~q.convertFrom(a(ak,aa))}var C,r;if(o){C=O;r=O.firstChild}else{C=document.createElement("span");C.className="cufon cufon-vml";C.alt=K;r=document.createElement("span");r.className="cufon-vml-canvas";C.appendChild(r);if(G.printable){var ag=document.createElement("span");ag.className="cufon-alt";ag.appendChild(document.createTextNode(K));C.appendChild(ag)}if(!ab){C.appendChild(document.createElement("cvml:shape"))}}var ap=C.style;var V=r.style;var m=q.convert(M.height),am=Math.ceil(m);var Z=am/m;var T=Z*Cufon.CSS.fontStretch(ad.get("fontStretch"));var Y=M.minX,X=M.minY;V.height=am;V.top=Math.round(q.convert(X-aj.ascent));V.left=Math.round(q.convert(Y));ap.height=q.convert(aj.height)+"px";var v=G.enableTextDecoration?Cufon.CSS.textDecoration(ak,ad):{};var J=ad.get("color");var ao=Cufon.CSS.textTransform(K,ad).split(""),B;var p=aj.glyphs,H,s,af;var h=0,P=[],W=0,x;var z,L=G.textShadow;for(var ai=0,ah=0,ae=ao.length;ai<ae;++ai){H=p[B=ao[ai]]||aj.missingGlyph;if(!H){continue}if(s){h-=af=s[B]||0;P[ah-1]-=af}h+=x=P[ah++]=~~(H.w||aj.w)+aa;s=H.k}if(x===undefined){return null}var A=-Y+h+(M.width-x);var an=q.convert(A*T),ac=Math.round(an);var S=A+","+M.height,n;var N="r"+S+"ns";var y=G.textGradient&&d(G.textGradient);for(ai=0,ah=0;ai<ae;++ai){H=p[ao[ai]]||aj.missingGlyph;if(!H){continue}if(o){z=r.childNodes[ah];while(z.firstChild){z.removeChild(z.firstChild)}}else{z=document.createElement("cvml:shape");r.appendChild(z)}z.stroked="f";z.coordsize=S;z.coordorigin=n=(Y-W)+","+X;z.path=(H.d?"m"+H.d+"xe":"")+"m"+n+N;z.fillcolor=J;if(y){z.appendChild(y.cloneNode(false))}var al=z.style;al.width=ac;al.height=am;if(L){var u=L[0],t=L[1];var F=Cufon.CSS.color(u.color),D;var R=document.createElement("cvml:shadow");R.on="t";R.color=F.color;R.offset=u.offX+","+u.offY;if(t){D=Cufon.CSS.color(t.color);R.type="double";R.color2=D.color;R.offset2=t.offX+","+t.offY}R.opacity=F.opacity||(D&&D.opacity)||1;z.appendChild(R)}W+=P[ah++]}var Q=z.nextSibling,w,E;if(G.forceHitArea){if(!Q){Q=document.createElement("cvml:rect");Q.stroked="f";Q.className="cufon-vml-cover";w=document.createElement("cvml:fill");w.opacity=0;Q.appendChild(w);r.appendChild(Q)}E=Q.style;E.width=ac;E.height=am}else{if(Q){r.removeChild(Q)}}ap.width=Math.max(Math.ceil(q.convert(h*T)),0);if(g){var U=ad.computedYAdjust;if(U===undefined){var I=ad.get("lineHeight");if(I=="normal"){I="1em"}else{if(!isNaN(I)){I+="em"}}ad.computedYAdjust=U=0.5*(a(ak,I)-parseFloat(ap.height))}if(U){ap.marginTop=Math.ceil(U)+"px";ap.marginBottom=U+"px"}}return C}})());
Cufon.registerFont({"w":248,"face":{"font-family":"Eurostile","font-weight":500,"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":"2","bbox":"-18 -295 404 90","underline-thickness":"18","underline-position":"-27","stemh":"23","stemv":"28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":124},"!":{"d":"66,-37r0,37r-33,0r0,-37r33,0xm66,-270r-3,195r-27,0r-3,-195r33,0","w":97},"\"":{"d":"18,-270r34,0v2,35,-4,62,-10,89r-14,0v-6,-27,-12,-54,-10,-89xm76,-270r33,0v2,34,-3,62,-9,89r-15,0v-5,-27,-11,-54,-9,-89","w":127},"#":{"d":"98,-270r28,0r-13,73r45,0r12,-73r29,0r-13,73r33,0r0,29r-38,0r-10,59r36,0r0,29r-42,0r-13,80r-28,0r14,-80r-45,0r-14,80r-27,0r13,-80r-36,0r0,-29r42,0r9,-59r-38,0r0,-29r43,0xm108,-168r-9,59r44,0r10,-59r-45,0"},"$":{"d":"113,-150r0,-95v-48,0,-69,1,-69,47v0,50,27,48,69,48xm136,-125r0,100v53,0,72,-3,72,-50v0,-51,-23,-48,-72,-50xm136,-245r0,95v57,1,102,1,102,72v0,69,-31,78,-102,78r0,31r-23,0r0,-31v-71,2,-105,-9,-102,-84r30,0v0,47,-2,60,72,59r0,-100v-58,0,-100,-2,-100,-69v0,-70,35,-76,100,-76r0,-25r23,0r0,25v69,-2,99,7,96,76r-31,0v1,-45,-6,-53,-65,-51"},"%":{"d":"251,-135v59,0,61,32,59,88v-2,43,-17,49,-59,49v-60,0,-60,-33,-58,-88v1,-43,16,-49,58,-49xm263,-270r-183,272r-24,0r182,-272r25,0xm251,-18v49,0,38,-31,38,-69v0,-28,-6,-28,-38,-28v-49,0,-36,32,-36,67v0,30,6,30,36,30xm65,-272v60,0,62,32,60,88v-2,43,-17,49,-59,49v-59,0,-60,-33,-58,-88v1,-43,15,-49,57,-49xm65,-155v49,0,38,-31,38,-69v0,-28,-6,-28,-38,-28v-49,0,-35,32,-35,67v0,30,5,30,35,30","w":318},"&":{"d":"203,-52r-106,-87v-40,9,-43,15,-43,58v0,53,8,56,72,56v29,0,71,3,77,-27xm266,0r-40,-33v-15,35,-57,35,-100,35v-60,0,-103,0,-103,-84v0,-66,20,-63,55,-73v-18,-15,-24,-23,-24,-53v0,-53,29,-64,82,-64v55,0,82,20,77,85r-31,0v0,-40,2,-58,-46,-58v-29,0,-52,1,-52,37v0,19,5,25,19,37r105,89v1,-12,1,-25,0,-37r29,0v0,21,1,41,-3,59r49,39","w":283},"(":{"d":"90,-272r0,27v-38,-6,-40,31,-40,57r0,157v-1,25,2,64,40,58r0,27v-59,4,-70,-36,-70,-85r0,-157v-1,-49,11,-88,70,-84","w":112},")":{"d":"22,-245r0,-27v59,-4,71,35,71,84r0,157v1,49,-12,90,-71,85r0,-27v38,6,40,-32,40,-58r0,-157v1,-25,-2,-63,-40,-57","w":112},"*":{"d":"196,-212r-55,20r33,47r-16,12r-33,-48r-36,48r-16,-12r34,-47r-55,-21r7,-19r55,20r0,-58r20,0r0,58r55,-20"},"+":{"d":"92,-189r27,0r0,73r73,0r0,27r-73,0r0,74r-27,0r0,-74r-74,0r0,-27r74,0r0,-73","w":210},",":{"d":"57,0r-13,0r0,-37r32,0v-3,37,13,82,-36,77r0,-16v16,1,18,-8,17,-24","w":124},"-":{"d":"0,-112r94,0r0,27r-94,0r0,-27","w":93},".":{"d":"72,-37r0,37r-32,0r0,-37r32,0","w":124},"\/":{"d":"252,-270r-209,311r-33,0r208,-311r34,0","w":261},"0":{"d":"124,-245v-66,0,-84,0,-84,70r0,80v0,70,18,70,84,70v67,0,84,0,84,-70r0,-80v0,-70,-17,-70,-84,-70xm125,2v-84,0,-114,-11,-116,-97r0,-80v2,-86,31,-97,115,-97v84,0,113,11,115,97r0,80v-2,86,-30,97,-114,97"},"1":{"d":"161,-270r0,270r-30,0r0,-247r-69,76r-20,-18r75,-81r44,0"},"2":{"d":"220,-27r0,27r-194,0r0,-46v0,-70,30,-74,95,-81v57,-6,69,-4,69,-60v0,-56,-12,-58,-63,-58v-73,0,-71,11,-70,68r-31,0v0,-69,-1,-95,101,-95v72,0,94,17,94,85v0,72,-25,83,-93,87v-68,4,-73,17,-71,73r163,0"},"3":{"d":"99,-125r0,-27v47,-3,87,14,87,-45v0,-45,-6,-48,-70,-48v-58,0,-61,10,-61,58r-31,0v-4,-74,28,-85,96,-85v58,0,96,0,96,70v0,36,-7,58,-44,64v41,3,50,22,50,62v0,81,-40,78,-105,78v-70,0,-102,-16,-96,-89r30,0v-1,51,-2,62,66,62v66,0,74,-1,74,-55v0,-59,-44,-42,-92,-45"},"4":{"d":"193,-270r0,181r40,0r0,27r-40,0r0,62r-30,0r0,-62r-152,0r0,-36r136,-172r46,0xm163,-89r-1,-161r-126,161r127,0"},"5":{"d":"60,-243r0,81v13,-22,50,-23,73,-23v84,0,91,39,91,91v0,85,-17,96,-99,96v-77,0,-97,-12,-101,-79r31,0v-3,48,18,52,70,52v63,0,68,-10,68,-69v0,-58,-10,-64,-68,-64v-22,0,-60,-4,-65,25r-31,0r0,-137r184,0r0,27r-153,0"},"6":{"d":"131,-140v-59,0,-76,3,-76,47v0,59,5,68,69,68v67,0,70,-8,70,-57v0,-51,-5,-58,-63,-58xm24,-93r0,-107v1,-64,39,-72,102,-72v47,0,96,4,92,70r-30,0v2,-41,-19,-43,-62,-43v-49,0,-71,-1,-71,45r0,58v7,-17,28,-25,69,-25v75,0,100,9,100,85v0,73,-23,84,-100,84v-76,0,-100,-11,-100,-95"},"7":{"d":"220,-270r0,39r-131,231r-36,0r141,-245r-171,0r0,-25r197,0"},"8":{"d":"23,-75v0,-40,7,-57,47,-66v-37,-6,-43,-21,-43,-61v0,-67,30,-70,97,-70v64,0,98,2,98,70v0,35,-4,55,-43,62v37,6,46,21,46,65v0,69,-23,77,-101,77v-64,0,-101,0,-101,-77xm58,-202v0,41,4,49,66,49v62,0,67,-7,67,-49v0,-37,-5,-43,-67,-43v-62,0,-66,4,-66,43xm54,-75v0,44,3,49,70,50v60,1,70,-9,70,-50v0,-45,-8,-51,-70,-51v-60,0,-70,3,-70,51"},"9":{"d":"126,-132v62,0,69,-3,69,-54v0,-58,-15,-59,-69,-59v-62,0,-69,2,-69,59v0,51,10,54,69,54xm126,2v-67,0,-107,-5,-103,-71r30,0v-1,41,7,44,73,44v57,0,69,-2,69,-58v-1,-15,2,-33,-1,-46v-12,26,-57,24,-68,24v-75,0,-100,-9,-100,-81v0,-74,22,-86,100,-86v76,0,100,12,100,86r0,103v0,68,-14,85,-100,85"},":":{"d":"72,-37r0,37r-32,0r0,-37r32,0xm72,-189r0,37r-32,0r0,-37r32,0","w":124},";":{"d":"57,0r-13,0r0,-37r32,0v-3,37,13,82,-36,77r0,-16v16,1,18,-8,17,-24xm76,-189r0,37r-32,0r0,-37r32,0","w":124},"<":{"d":"192,-174r0,29r-142,58r142,58r0,29r-174,-75r0,-25","w":210},"=":{"d":"18,-144r174,0r0,27r-174,0r0,-27xm18,-88r174,0r0,27r-174,0r0,-27","w":210},">":{"d":"192,-100r0,25r-174,75r0,-29r141,-58r-141,-58r0,-29","w":210},"?":{"d":"108,-77r-31,0v-1,-43,6,-50,51,-67v30,-11,33,-15,33,-56v0,-40,-10,-45,-54,-45v-52,0,-60,11,-58,60r-28,0v-3,-71,22,-87,86,-87v59,0,83,13,83,72v0,44,-3,65,-47,80v-35,11,-36,13,-35,43xm108,-37r0,37r-32,0r0,-37r32,0","w":210},"@":{"d":"232,-198r25,0r-32,101v-3,10,4,16,20,16v34,0,50,-48,50,-81v0,-54,-60,-87,-111,-87v-64,0,-122,61,-121,125v2,83,97,124,175,92r9,21v-97,39,-213,-13,-211,-116v2,-78,70,-145,147,-145v63,0,137,38,137,107v0,48,-30,105,-83,105v-16,0,-33,-5,-36,-23v-12,12,-24,23,-43,23v-33,0,-53,-29,-51,-60v2,-41,33,-83,77,-85v17,-1,37,11,41,28xm166,-81v41,0,75,-103,20,-103v-32,0,-52,37,-52,65v0,18,12,38,32,38","w":356},"A":{"d":"192,-57r-137,0r-21,57r-32,0r98,-270r44,0r100,270r-31,0xm183,-82r-60,-163r-60,163r120,0","w":246,"k":{"y":4,"w":14,"v":14,"Y":31,"W":22,"V":24,"T":22}},"B":{"d":"53,-125r0,98r96,0v33,0,50,-4,50,-45v0,-36,-6,-53,-46,-53r-100,0xm166,0r-144,0r0,-270r137,0v51,0,62,24,62,71v0,29,-7,47,-33,58v36,6,41,33,41,66v0,49,-17,75,-63,75xm53,-243r0,91v60,-7,138,26,138,-51v0,-68,-85,-31,-138,-40","w":249},"C":{"d":"231,-67v1,79,-66,68,-136,69v-49,0,-79,-31,-79,-85r0,-104v0,-86,61,-85,138,-85v60,0,75,29,74,86r-31,0v4,-48,-14,-59,-65,-59v-63,0,-85,8,-85,57v0,68,-22,169,53,163v51,-4,110,8,101,-45r0,-22r30,0r0,25","w":239},"D":{"d":"23,0r0,-270r131,0v33,0,93,4,93,104r0,64v0,27,-4,102,-85,102r-139,0xm54,-27r100,0v80,3,58,-80,62,-151v0,-15,-6,-65,-57,-65r-105,0r0,216","w":264},"E":{"d":"45,-243r0,92r137,0r0,25r-137,0r0,99r143,0r0,27r-173,0r0,-270r173,0r0,27r-143,0","w":201},"F":{"d":"54,-243r0,94r131,0r0,26r-131,0r0,123r-31,0r0,-270r166,0r0,27r-135,0","w":197,"k":{"A":15,".":50,",":50}},"G":{"d":"122,-135r117,0r0,59v3,75,-47,78,-119,78v-72,0,-104,-13,-104,-97r0,-83v0,-106,62,-94,150,-94v49,0,78,24,72,81r-31,0v13,-58,-37,-54,-94,-54v-58,0,-67,11,-67,70r0,87v-4,63,37,63,97,63v70,0,66,-25,65,-83r-86,0r0,-27","w":250},"H":{"d":"245,-270r0,270r-31,0r0,-124r-158,0r0,124r-30,0r0,-270r30,0r0,119r158,0r0,-119r31,0","w":270},"I":{"d":"57,-270r0,270r-31,0r0,-270r31,0","w":82},"J":{"d":"147,-270r30,0r0,205v0,54,-34,67,-82,67v-47,0,-85,-8,-85,-61r0,-39r31,0v1,45,-8,73,49,73v28,0,57,0,57,-36r0,-209","w":203},"K":{"d":"57,-270r0,118r26,0r110,-118r40,0r-123,131r138,139r-41,0r-124,-125r-26,0r0,125r-31,0r0,-270r31,0","w":244},"L":{"d":"58,-270r0,243r137,0r0,27r-168,0r0,-270r31,0","w":200,"k":{"y":13,"Y":29,"W":12,"V":17,"T":28}},"M":{"d":"292,-247r-103,247r-30,0r-103,-247r0,247r-31,0r0,-270r53,0r96,231r95,-231r53,0r0,270r-30,0r0,-247","w":347},"N":{"d":"257,-270r0,270r-50,0r-152,-245r0,245r-31,0r0,-270r51,0r152,247r0,-247r30,0","w":281},"O":{"d":"15,-181v-5,-83,42,-94,124,-91v67,2,88,23,88,91r0,96v4,78,-44,87,-124,87v-65,0,-88,-23,-88,-87r0,-96xm196,-181v5,-70,-34,-64,-93,-64v-82,0,-54,93,-58,160v-4,71,38,59,94,60v40,0,57,-6,57,-60r0,-96","w":241},"P":{"d":"21,0r0,-270r138,0v52,0,64,36,64,82v0,24,0,83,-66,83r-105,0r0,105r-31,0xm193,-184v0,-93,-76,-49,-141,-59r0,111v62,-9,141,31,141,-52","w":237,"k":{"A":20,".":90,",":90}},"Q":{"d":"264,-33r-12,21r-21,-14v-25,31,-69,28,-120,28v-109,0,-90,-84,-93,-179v-3,-83,49,-95,135,-95v69,0,94,25,94,95v0,43,4,95,-5,129xm137,-117r78,51v5,-37,2,-81,2,-122v0,-33,-9,-57,-58,-57v-60,-1,-110,-6,-110,61r0,88v-7,84,44,70,110,71v18,0,39,-4,48,-17r-84,-54","w":265},"R":{"d":"55,-108r0,108r-30,0r0,-270v91,7,208,-32,208,78v0,39,-6,65,-47,72v57,0,42,66,44,120r-31,0v-3,-51,14,-108,-45,-108r-99,0xm55,-135r95,0v47,-1,53,-15,53,-60v0,-71,-91,-43,-148,-48r0,108","w":252,"k":{"y":-5,"Y":2,"T":2}},"S":{"d":"112,-125v-53,-4,-99,2,-99,-69v0,-72,33,-78,100,-78v58,0,100,3,97,76r-31,0v-1,-47,-10,-49,-67,-49v-60,0,-68,8,-68,45v0,51,24,46,74,48v64,3,97,2,97,75v0,76,-36,79,-104,79v-69,0,-105,-8,-99,-86r31,0v-1,59,11,59,68,59v58,0,73,0,73,-53v0,-51,-23,-43,-72,-47","w":226},"T":{"d":"120,-243r0,243r-31,0r0,-243r-88,0r0,-27r206,0r0,27r-87,0","w":208,"k":{"y":23,"w":21,"u":34,"s":34,"r":24,"o":34,"i":-4,"e":34,"c":34,"a":34,"A":20,";":29,":":29,".":58,"-":22,",":58}},"U":{"d":"209,-270r31,0r0,194v0,72,-43,78,-107,78v-59,0,-107,-2,-107,-78r0,-194r31,0r0,194v0,44,10,51,76,51v54,0,76,-1,76,-51r0,-194","w":265},"V":{"d":"201,-270r33,0r-96,270r-44,0r-96,-270r33,0r86,247","w":231,"k":{"y":5,"u":16,"r":15,"o":22,"i":1,"e":22,"a":22,"A":22,";":22,":":22,".":54,"-":11,",":54}},"W":{"d":"404,-270r-85,270r-47,0r-71,-243r-72,243r-45,0r-83,-270r31,0r74,247r73,-247r45,0r73,247r75,-247r32,0","w":404,"k":{"y":5,"u":16,"r":14,"o":20,"i":-3,"e":21,"a":20,"A":22,";":18,":":18,".":47,",":47}},"X":{"d":"231,-270r-87,130r93,140r-36,0r-82,-124r-84,124r-37,0r96,-140r-88,-130r36,0r77,116r76,-116r36,0","w":235},"Y":{"d":"230,-270r-103,157r0,113r-30,0r0,-113r-99,-157r35,0r80,126r80,-126r37,0","w":227,"k":{"v":22,"u":35,"q":40,"p":33,"o":40,"i":-2,"e":40,"a":40,"A":31,";":22,":":22,".":54,"-":25,",":54}},"Z":{"d":"216,-270r0,28r-170,215r174,0r0,27r-211,0r0,-27r170,-216r-165,0r0,-27r202,0","w":229},"[":{"d":"20,-272r70,0r0,27r-40,0r0,272r40,0r0,27r-70,0r0,-326","w":111},"\\":{"d":"85,41r-103,-311r33,0r103,311r-33,0","w":100},"]":{"d":"92,54r-70,0r0,-27r40,0r0,-272r-40,0r0,-27r70,0r0,326","w":111},"^":{"d":"93,-270r25,0r74,176r-29,0r-58,-141r-58,141r-29,0","w":210},"_":{"d":"180,27r0,18r-180,0r0,-18r180,0","w":180},"a":{"d":"95,-21v28,0,57,0,57,-35v0,-36,-21,-35,-57,-35v-34,0,-48,1,-48,32v0,36,15,38,48,38xm181,0r-28,0v-1,-6,1,-15,-1,-20v-11,22,-38,22,-62,22v-42,0,-72,-8,-72,-57v0,-52,26,-59,73,-59v21,0,54,5,62,19r0,-35v0,-35,-19,-38,-51,-38v-24,-1,-53,1,-49,32r-30,0v-2,-51,33,-56,76,-55v48,0,82,4,82,62r0,129","w":205},"b":{"d":"159,-94v0,-62,-7,-74,-52,-74v-50,0,-53,20,-53,74v0,61,11,73,53,73v50,0,52,-21,52,-73xm24,0r0,-270r29,0r1,105v9,-24,38,-26,60,-26v65,0,74,38,74,97v0,62,-8,96,-74,96v-26,0,-50,-4,-60,-25v-3,5,0,16,-1,23r-29,0","w":206},"c":{"d":"153,-68r29,0v4,58,-31,70,-80,70v-78,0,-84,-30,-84,-100v0,-62,11,-93,79,-93v48,-1,84,7,82,64r-29,0v2,-37,-15,-41,-51,-41v-50,0,-52,18,-52,78v0,53,3,69,58,69v40,0,50,-9,48,-47","w":196},"d":{"d":"101,-21v44,0,52,-15,52,-73v0,-52,-6,-74,-52,-74v-44,0,-54,8,-54,74v0,66,13,73,54,73xm153,0r0,-24v-11,23,-35,26,-61,26v-67,0,-74,-38,-74,-96v0,-57,6,-97,74,-97v21,0,53,2,61,25r0,-104r29,0r0,270r-29,0","w":206},"e":{"d":"155,-57r29,0v3,54,-35,59,-80,59v-74,0,-85,-24,-85,-96v0,-78,17,-97,85,-97v69,0,83,28,80,103r-136,0v0,60,5,67,56,67v43,0,52,-3,51,-36xm48,-111r107,0v-1,-54,-8,-57,-51,-57v-51,0,-54,13,-56,57","w":203},"f":{"d":"60,-189r50,0r0,23r-50,0r0,166r-28,0r0,-166r-29,0r0,-23r29,0v-6,-62,14,-92,78,-82r0,23v-30,-3,-55,1,-50,33r0,26","w":108,"k":{"f":-5}},"g":{"d":"100,-21v55,0,54,-31,54,-73v0,-53,-3,-74,-54,-74v-53,0,-52,24,-52,74v0,45,-3,73,52,73xm183,-189r0,211v0,50,-37,62,-83,62v-44,0,-79,-7,-76,-62r29,0v0,36,17,39,47,39v34,0,54,-4,54,-41r0,-43v-8,23,-39,25,-61,25v-61,0,-75,-31,-75,-96v0,-63,10,-97,75,-97v26,0,50,3,61,26r0,-24r29,0","w":206},"h":{"d":"53,-270r1,104v9,-23,36,-25,58,-25v49,0,72,12,72,65r0,126r-29,0r0,-128v0,-35,-13,-40,-45,-40v-88,0,-48,99,-57,168r-28,0r0,-270r28,0","w":208},"i":{"d":"53,-189r0,189r-29,0r0,-189r29,0xm53,-270r0,31r-29,0r0,-31r29,0","w":77},"j":{"d":"53,-189r0,212v2,34,-16,60,-55,50r0,-22v25,6,26,-18,26,-38r0,-202r29,0xm53,-270r0,31r-29,0r0,-31r29,0","w":75},"k":{"d":"53,-270r0,156r11,0r68,-75r35,0r-81,87r96,102r-37,0r-81,-91r-11,0r0,91r-29,0r0,-270r29,0","w":175},"l":{"d":"53,-270r0,270r-29,0r0,-270r29,0","w":77},"m":{"d":"52,-189v1,9,-2,22,1,29v10,-24,39,-31,63,-31v23,0,52,6,58,31v30,-50,133,-45,133,35r0,125r-28,0r0,-122v0,-32,-5,-46,-42,-46v-86,0,-50,100,-57,168r-29,0r0,-127v-1,-25,-1,-41,-42,-41v-81,0,-52,99,-57,168r-28,0r0,-189r28,0","w":330},"n":{"d":"53,-189v1,7,-2,18,1,23v9,-23,36,-25,58,-25v49,0,72,12,72,65r0,126r-29,0r0,-128v0,-35,-13,-40,-45,-40v-88,0,-48,99,-57,168r-28,0r0,-189r28,0","w":208},"o":{"d":"19,-94v0,-80,14,-97,84,-97v70,0,83,17,83,97v0,80,-13,96,-83,96v-70,0,-84,-16,-84,-96xm48,-94v0,66,4,73,55,73v51,0,54,-7,54,-73v0,-66,-3,-74,-54,-74v-51,0,-55,8,-55,74","w":205},"p":{"d":"106,-168v-54,0,-54,24,-54,74v0,45,3,73,54,73v44,0,52,-12,52,-73v0,-57,-4,-74,-52,-74xm52,-189v1,8,-1,18,1,24v12,-22,37,-26,61,-26v69,0,74,40,74,97v0,75,-19,96,-74,96v-23,1,-49,-4,-62,-24r0,104r-28,0r0,-271r28,0","w":206},"q":{"d":"102,-21v48,0,52,-24,52,-73v0,-53,-2,-74,-56,-74v-38,0,-50,8,-50,74v0,53,1,73,54,73xm183,-189r0,271r-29,0r0,-104v-9,22,-38,24,-56,24v-57,0,-79,-15,-79,-96v0,-62,7,-97,79,-97v22,0,46,5,56,25r0,-23r29,0","w":207},"r":{"d":"21,-189r28,0v0,8,-3,18,-1,24v28,-47,123,-31,106,41r-27,0v1,-28,-2,-44,-32,-44v-76,0,-37,104,-46,168r-28,0r0,-189","w":159,"k":{"y":-10,"x":-5,"w":-12,"v":-13,"t":-13,"h":-7,"f":-7,".":43,"-":-7,",":54}},"s":{"d":"100,-191v35,-1,78,3,74,51r-29,0v2,-26,-11,-26,-45,-26v-36,0,-52,0,-52,23v0,34,8,32,38,33v49,3,93,-5,93,57v0,53,-37,55,-79,55v-48,0,-92,-5,-83,-62r29,0v-2,34,2,36,54,37v19,0,50,4,50,-29v0,-35,-15,-29,-50,-31v-41,-3,-82,2,-82,-52v0,-55,31,-56,82,-56","w":193},"t":{"d":"125,-189r0,23r-74,0r0,120v0,21,6,25,27,25v33,0,26,-21,27,-46r27,0v3,45,-10,69,-55,69v-85,0,-45,-101,-54,-168r-25,0r0,-23r25,0r0,-46r28,0r0,46r74,0","w":131},"u":{"d":"151,0v-1,-8,2,-19,-1,-25v-10,23,-34,27,-59,27v-96,0,-60,-110,-67,-191r28,0r0,121v0,31,2,47,39,47v40,0,61,-6,61,-51r0,-117r28,0r0,189r-29,0","w":205},"v":{"d":"165,-189r-64,189r-40,0r-62,-189r28,0r55,167r52,-167r31,0","w":163,"k":{".":36,",":36}},"w":{"d":"270,-189r-53,189r-41,0r-41,-169r-41,169r-41,0r-52,-189r30,0r43,169r42,-169r40,0r42,169r43,-169r29,0","w":271,"k":{".":32,",":32}},"x":{"d":"158,-189r-60,90r67,99r-34,0r-49,-76r-49,76r-34,0r68,-99r-61,-90r32,0r44,69r43,-69r33,0","w":163},"y":{"d":"159,-189r-55,202v-9,40,-25,80,-76,69r0,-22v38,9,43,-35,49,-60r-10,0r-68,-189r29,0r59,168r42,-168r30,0","w":157,"k":{".":32,",":32}},"z":{"d":"155,-189r0,26r-113,140r113,0r0,23r-146,0r0,-26r113,-140r-104,0r0,-23r137,0","w":163},"{":{"d":"17,-96r0,-27v68,-3,-23,-170,88,-149r0,27v-44,-11,-29,46,-29,80v0,37,-23,54,-26,56v3,3,26,18,26,55v0,32,-18,90,29,81r0,27v-60,15,-60,-44,-60,-102v0,-28,-4,-45,-28,-48","w":120},"|":{"d":"60,-270r0,360r-27,0r0,-360r27,0","w":93},"}":{"d":"103,-122r0,27v-68,3,23,170,-88,149r0,-27v44,11,29,-47,29,-81v0,-37,23,-53,26,-55v-3,-3,-26,-19,-26,-56v0,-31,18,-89,-29,-80r0,-27v60,-15,60,44,60,102v0,28,4,45,28,48","w":120},"~":{"d":"43,-77r-25,0v-4,-35,29,-73,64,-54v23,11,41,30,69,36v14,0,17,-17,16,-31r25,0v4,38,-35,75,-74,48v-18,-12,-36,-27,-58,-33v-10,0,-18,17,-17,34","w":210},"'":{"d":"18,-270r33,0v2,34,-3,62,-9,89r-15,0v-5,-27,-11,-54,-9,-89","w":68},"`":{"d":"41,-267r54,40r-10,15r-58,-36","w":121},"\u00a0":{"w":124}}});
