/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.03
 */
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":187,"face":{"font-family":"Block Berthold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 3 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"-4 -284.31 293.642 45","underline-thickness":"18","underline-position":"-36","stemh":"54","stemv":"60","unicode-range":"U+0020-U+007D"},"glyphs":{" ":{"w":105},"!":{"d":"45,-66v-26,0,-17,-38,-19,-65r-9,-107v-4,-21,28,-15,48,-15v29,0,10,58,8,90r-5,77v-2,17,-4,20,-23,20xm20,-45v3,-22,26,-7,44,-11v0,0,11,0,11,10v-1,17,10,51,-16,45v-17,1,-45,7,-39,-20r0,-24","w":97},"\"":{"d":"144,-247r-20,100r-11,0r-21,-98v0,-18,16,-25,27,-25v9,0,25,5,25,23xm69,-247r-20,100r-11,0r-21,-98v0,-18,16,-25,27,-25v9,0,25,5,25,23","w":157},"$":{"d":"60,4v-25,-7,-62,1,-47,-50v-3,-14,1,-20,19,-18v17,2,57,15,55,-14v-2,-28,-41,-38,-52,-56v-21,-17,-21,-39,-24,-55v-5,-35,28,-60,48,-65v11,-6,-8,-37,31,-29v15,-5,1,26,13,25v3,1,38,2,37,15v-1,18,4,47,-14,45v-23,-11,-67,-4,-44,28v57,19,103,134,18,166v-12,5,10,42,-20,35v-18,3,-22,-7,-20,-27","w":157},"%":{"d":"67,-89v-71,8,-79,-125,-31,-154v60,-35,103,44,80,112v-8,21,-24,40,-49,42xm64,-123v26,-4,16,-59,12,-84v-1,-4,-4,-11,-13,-11v-24,5,-13,30,-18,55v2,12,3,43,19,40xm245,-162v60,7,72,162,-7,163v-88,-8,-75,-170,7,-163xm237,-33v26,-7,17,-58,12,-84v-2,-5,-5,-11,-14,-11v-24,7,-15,40,-15,69v0,15,6,26,17,26xm172,-203v18,-16,12,-63,50,-51v15,18,-21,44,-24,68r-93,183v0,4,-16,3,-26,3v-14,-20,27,-53,31,-80","w":299},"&":{"d":"92,0v-57,-3,-86,-28,-86,-88v0,-22,23,-45,37,-53v28,-9,-8,-35,2,-60v5,-35,40,-54,81,-47v37,6,62,88,15,109v-26,12,9,47,14,50v2,0,7,-6,7,-19v0,-8,-7,-17,6,-17v22,0,51,-9,41,28v-4,13,-14,37,-22,48v3,14,18,23,19,35v1,22,-21,6,-41,15v-10,0,-10,-16,-19,-15v-10,5,-35,15,-54,14xm93,-190v0,8,5,19,14,22v4,0,18,-8,18,-22v0,-19,-32,-28,-32,0xm113,-55v-1,-18,-20,-42,-33,-50v-9,0,-18,14,-18,22v1,25,30,43,51,28","w":217},"'":{"d":"63,-247v0,36,-13,66,-19,100r-12,0r-20,-98v0,-18,16,-25,27,-25v9,0,24,5,24,23","w":74},"(":{"d":"89,24v-110,-17,-102,-264,0,-281v13,3,5,24,7,41v-31,38,-42,157,1,196v-2,16,6,42,-8,44","w":105},")":{"d":"34,-77v4,-57,1,-109,-27,-138v3,-15,-7,-46,15,-41v96,24,102,257,-6,281v-16,-4,-4,-24,-8,-39v7,-21,25,-38,26,-63","w":105},"*":{"d":"95,-234v16,-5,13,20,17,30v0,10,-25,7,-21,13v22,16,2,32,-13,39v-8,-1,-11,-16,-18,-19v-9,9,-17,27,-30,11v-17,-6,-13,-18,-2,-30v-1,-10,-21,1,-22,-14v3,-12,4,-36,20,-30v16,11,16,-1,15,-18v7,-6,19,-3,30,-3v16,0,1,18,10,26v4,0,13,-5,14,-5","w":119},",":{"d":"18,43v-20,-5,26,-35,3,-43v-20,1,-9,-29,-11,-48v5,-15,32,-6,49,-7v10,6,4,1,6,37v-6,26,-9,70,-47,61","w":74},"-":{"d":"23,-66v-18,0,-20,-49,-1,-52v31,3,83,-17,72,35v0,29,-39,17,-71,17","w":105},".":{"d":"17,-57v33,1,60,-9,48,41v6,24,-24,14,-48,16v-15,-3,-6,-30,-7,-47v0,-3,0,-10,7,-10","w":74},"\/":{"d":"127,-230r-61,199v-5,37,-15,30,-45,31v-31,1,-8,-39,-3,-57r54,-182v5,-26,73,-22,55,9","w":135},"0":{"d":"95,-253v110,0,120,210,36,248v-11,9,-65,9,-72,-5v-71,-32,-66,-206,2,-233v5,-2,22,-10,34,-10xm96,-48v47,-4,31,-88,26,-133v-3,-26,-46,-31,-50,-2v-7,43,-16,124,24,135","w":195},"1":{"d":"93,-246v22,-8,60,-8,49,31r1,206v-5,18,-30,4,-50,9v-27,-10,1,-65,-8,-111v1,-18,1,-34,0,-52v0,-3,0,-14,-7,-14v-10,0,-27,15,-31,14v-19,-7,-29,-33,-4,-50","w":195},"2":{"d":"6,-172v4,-54,32,-81,94,-81v94,0,95,127,40,167v-9,11,-20,21,-31,30v27,8,79,-19,68,43v-18,32,-104,3,-165,14v-29,-50,63,-70,84,-112v25,-15,42,-72,4,-85v-19,-7,-50,6,-42,31v-1,18,-24,12,-40,12v-9,0,-12,-12,-12,-19"},"3":{"d":"52,-58v22,18,76,13,70,-24v0,-11,-28,-33,-53,-30v-12,-9,-9,-46,12,-40v15,-3,33,-10,33,-27v0,-25,-25,-25,-45,-22v-4,-1,-23,23,-35,25v-11,-5,-26,-19,-30,-31v15,-56,133,-61,157,-11v1,3,11,22,7,33v3,21,-20,39,-27,47v17,9,38,31,38,67v1,94,-147,91,-179,31v5,-17,19,-24,32,-33v6,0,15,11,20,15"},"4":{"d":"150,-121v4,41,42,-9,31,58v1,15,-41,-4,-30,33v-3,11,6,31,-11,30v-23,-2,-51,10,-42,-28v9,-36,-44,-29,-81,-28v-35,-37,33,-88,47,-125v15,-21,27,-49,44,-68v3,-1,4,-1,35,-1v19,16,2,82,7,129xm98,-117v0,-20,6,-59,-12,-32v0,1,-19,32,-19,40v-1,10,14,6,24,7v6,0,7,-2,7,-15"},"5":{"d":"79,-177v110,-15,127,133,50,171v-45,23,-102,8,-128,-25v-6,-19,15,-24,22,-35v19,-15,30,24,59,20v40,-6,50,-54,19,-74v-15,-10,-45,-9,-66,-3v-28,-13,-6,-75,-15,-117v15,-26,77,-3,124,-11v23,3,12,20,14,39v-4,19,-37,9,-61,12v-16,-3,-30,9,-18,23"},"6":{"d":"187,-99v21,99,-120,138,-161,60v-50,-95,-2,-242,135,-211v20,10,7,17,10,38v-5,23,-55,0,-76,19v-10,10,-22,21,-24,38v11,9,27,-14,54,-8v25,5,64,33,62,64xm74,-67v11,25,60,20,60,-13v0,-19,-16,-34,-39,-32v-20,2,-31,23,-21,45","w":195},"7":{"d":"12,-249v63,0,150,-19,169,16v-27,71,-67,139,-84,218v-4,15,-11,15,-33,15v-59,-2,-4,-79,3,-114r32,-70v-5,-23,-55,-6,-87,-12v-14,-3,-7,-32,-8,-50v1,-2,1,-3,8,-3","w":180},"8":{"d":"45,-138v-13,-20,-33,-17,-31,-54v3,-52,48,-66,107,-59v27,10,47,13,51,53v3,33,-18,42,-33,59v28,16,54,49,40,91v-11,35,-50,56,-96,51v-60,-7,-71,-24,-78,-76v-3,-19,12,-47,31,-55v7,-3,9,-7,9,-10xm117,-190v-3,-20,-40,-27,-46,0v1,12,11,22,24,25v11,-4,21,-12,22,-25xm125,-75v0,-17,-19,-32,-32,-33v-6,0,-32,11,-32,34v-4,10,17,29,35,26v15,-2,29,-10,29,-27"},"9":{"d":"122,-97v-46,30,-117,1,-117,-59v0,-61,38,-102,97,-97v85,7,89,78,81,159v-6,63,-51,107,-134,98v-27,-3,-22,-18,-22,-41v0,-18,24,-8,42,-11v29,-5,53,-12,57,-43v0,-5,-3,-6,-4,-6xm95,-135v31,4,43,-38,21,-54v-25,-18,-50,-6,-54,19v-2,11,14,39,33,35","w":195},":":{"d":"17,-135v0,-26,-11,-49,24,-45v31,-8,36,17,32,50v-2,17,-25,8,-48,8v-9,0,-8,-6,-8,-13xm23,-1v-14,-3,-5,-33,-7,-48v3,-14,33,-5,49,-8v14,2,4,33,8,49v-4,15,-31,5,-50,7","w":90},";":{"d":"46,-121v-36,8,-31,-22,-30,-47v1,-20,31,-5,49,-8v13,7,3,31,7,49v-2,10,-16,7,-26,6xm67,-55v7,36,4,103,-42,97v-15,-8,9,-19,8,-34v-1,-17,-22,3,-17,-26v0,-17,-7,-47,20,-38v11,0,23,-2,31,1","w":90},"?":{"d":"64,-69v-26,9,-20,-39,-22,-39v0,-24,9,-44,11,-67v2,-19,-16,-23,-30,-17v0,0,-7,0,-7,-7v-8,-41,8,-61,55,-55v24,3,40,19,39,49v-3,42,-33,77,-28,122v2,12,-6,15,-18,14xm43,-1v-15,-3,-2,-31,-7,-48v0,-2,0,-9,11,-9v27,2,54,-9,46,35v6,31,-27,22,-50,22","w":127},"A":{"d":"164,-202r45,194v-2,12,-24,6,-35,8v-49,8,-11,-49,-78,-41v-21,2,-32,8,-35,30v-2,18,-36,9,-55,9v-15,-16,7,-45,4,-68r33,-144v3,-48,31,-35,76,-39v33,-3,39,27,45,51xm103,-184v-19,13,-14,47,-23,71v-2,23,43,25,47,7v-1,-27,-11,-46,-16,-70v-2,-8,-7,-8,-8,-8","w":209},"B":{"d":"171,-131v45,18,46,112,-8,126v-34,9,-96,2,-136,5v-30,-11,-5,-49,-14,-88r0,-152v18,-32,52,-4,92,-15v59,3,88,16,94,66v3,26,-8,48,-28,58xm93,-160v37,11,66,-34,26,-43v-22,-5,-45,-3,-45,21v0,19,8,22,19,22xm145,-79v1,-26,-35,-32,-61,-26v-22,12,-20,64,24,52v22,-1,36,-2,37,-26","w":217},"C":{"d":"151,-48v-1,22,6,49,-17,49v-86,0,-131,-54,-128,-141v2,-78,54,-122,137,-115v14,4,6,35,7,53v-5,8,-15,3,-25,3v-70,0,-78,86,-31,131v18,17,31,13,49,9v7,0,8,7,8,11","w":157},"D":{"d":"154,-242v58,2,102,133,53,197v-33,43,-87,49,-170,44v-11,2,-29,-6,-22,-25r-1,-205v-1,-38,67,-16,106,-21v15,2,25,4,34,10xm172,-120v2,-44,-29,-69,-70,-72v-33,-2,-28,34,-28,66v0,43,-19,69,48,69v32,0,53,-49,50,-63","w":240},"E":{"d":"16,-17v5,-84,-19,-206,14,-237r127,-1v20,0,8,25,13,40v-3,24,-43,13,-67,14v-21,0,-26,3,-26,17v0,45,45,18,85,27v9,7,16,55,-11,55v-27,0,-76,-11,-74,17v-8,44,41,28,82,30v17,-3,20,23,19,43v-15,27,-96,6,-146,12v-8,1,-17,-8,-16,-17","w":180},"F":{"d":"15,-188v3,-39,-14,-74,35,-64r103,-1v21,4,9,19,12,39v-6,28,-42,8,-75,13v-13,2,-17,2,-17,22v0,40,34,23,70,23v22,0,7,23,10,44v-6,14,-29,8,-48,8v-49,0,-25,44,-31,92v3,18,-29,11,-49,12v-28,-11,-11,-87,-11,-138v0,-7,1,-42,1,-50","w":164},"G":{"d":"207,-194v-71,-16,-155,-7,-134,79v8,32,40,58,80,56v9,3,20,-9,18,-23v-3,-21,2,-22,-23,-26v-14,-2,-13,-65,13,-53v32,2,63,-16,63,31r0,107v0,41,-56,21,-97,22v-75,-16,-134,-72,-117,-168v12,-73,75,-88,165,-88v40,0,42,18,42,54v0,4,-3,9,-10,9","w":240},"H":{"d":"71,-252v15,19,-10,96,24,91v47,5,82,0,70,-52v-4,-24,-2,-47,34,-37v12,-2,28,-7,27,12r-1,227v-2,14,-63,23,-63,-6v0,-45,19,-98,-58,-83v-36,-5,-31,41,-29,79v2,31,-26,17,-51,21v-26,-23,0,-111,-10,-171v3,-47,-18,-96,57,-81","w":240},"I":{"d":"23,-253v35,-1,53,-8,53,40r1,203v-5,19,-33,5,-53,10v-27,-23,-2,-106,-11,-166v7,-30,-10,-72,10,-87","w":90},"J":{"d":"26,-59v47,-17,23,-113,23,-183v0,-19,33,-8,50,-13v25,11,5,74,13,116r-2,81v-3,54,-42,60,-98,58v-20,0,-11,-33,-11,-50v0,-9,5,-9,25,-9","w":127},"K":{"d":"65,-1v-29,0,-63,11,-51,-31r-2,-210v0,-19,32,-8,50,-12v27,4,4,45,13,78v-1,5,7,8,10,4v18,-16,40,-54,58,-77v11,-9,37,-5,57,-5v3,0,10,0,10,8v-17,39,-57,63,-70,107v15,51,50,84,64,135v-10,10,-37,0,-58,5v-30,-22,-31,-76,-63,-96v-27,8,8,78,-18,94","w":209},"L":{"d":"76,-241v0,83,-45,199,49,181v15,2,43,-5,36,20v-5,21,11,40,-31,40r-102,0v-31,-12,-4,-57,-14,-104r-1,-138v-1,-16,34,-12,50,-12v9,0,13,5,13,13","w":164},"M":{"d":"62,1v-18,-3,-48,7,-48,-14r-1,-228v-1,-16,27,-11,42,-14v32,13,52,81,84,101v27,-23,41,-64,61,-95v13,-8,68,-13,57,18r-2,189v1,17,8,44,-16,42v-20,-3,-44,11,-44,-20r1,-85v-21,-20,-35,38,-57,39v-22,-8,-35,-48,-54,-56v-20,0,-8,46,-13,69v-4,18,9,52,-10,54","w":270},"N":{"d":"20,-253v18,3,46,-5,57,8v31,39,53,86,80,127v9,-31,0,-85,2,-125v1,-18,32,-5,52,-9v23,47,-3,167,9,239v3,17,-30,12,-47,13v-40,-34,-58,-92,-89,-133v-5,-2,-8,-7,-11,3r2,116v-5,19,-37,14,-57,11v-12,-57,0,-170,-5,-245v0,-2,3,-5,7,-5","w":232},"O":{"d":"147,-253v127,13,134,256,-15,256v-102,0,-151,-101,-109,-192v19,-41,62,-70,124,-64xm186,-122v1,-46,-21,-72,-63,-73v-73,-1,-69,127,-13,136v46,8,75,-16,76,-63","w":254},"P":{"d":"36,-253v96,-8,185,1,179,98v-4,63,-47,93,-116,86v-31,-4,-30,25,-24,53v5,21,-30,15,-53,16v-24,-46,0,-155,-9,-230v-2,-17,8,-23,23,-23xm86,-126v27,12,83,1,72,-44v-7,-27,-25,-35,-61,-35v-31,0,-29,62,-11,79","w":217},"Q":{"d":"193,-16v-36,26,-111,23,-139,-7v-61,-38,-56,-150,-12,-193v28,-51,138,-50,168,-4v36,35,49,101,21,162v29,-9,22,21,24,46v-2,12,-17,9,-30,9v-15,0,-20,-3,-32,-13xm156,-95v8,-1,23,19,25,1v9,-26,7,-70,-13,-82v-18,-32,-87,-19,-93,14v-25,52,9,125,75,101v-17,-13,-9,-27,6,-34","w":254},"R":{"d":"30,-255v90,-2,171,-4,166,91v5,30,-33,62,-39,77v5,24,45,13,37,42v3,15,1,48,-15,45v-48,-8,-48,-48,-92,-58v-33,4,18,71,-42,56v-56,11,-32,-81,-31,-151r1,-79v0,-10,0,-23,15,-23xm104,-198v-40,-12,-30,36,-30,73v0,7,8,13,17,12v29,-6,41,-20,47,-55v2,-10,-15,-33,-34,-30","w":202},"S":{"d":"93,-257v37,0,52,5,46,47v-4,30,-63,-12,-66,25v29,42,112,83,59,158v-18,26,-49,28,-92,28v-34,0,-30,-25,-28,-56v10,-26,81,25,73,-31v-23,-33,-75,-46,-75,-103v0,-52,37,-68,83,-68","w":157},"T":{"d":"60,-16v-11,-81,41,-180,-45,-180v-17,0,-15,-26,-14,-46v19,-29,110,-4,165,-11v17,-2,13,25,13,45v0,28,-57,-6,-57,37r1,159v-1,18,-36,10,-53,12v-8,-1,-10,-9,-10,-16","w":180},"U":{"d":"132,3v-140,14,-118,-112,-118,-242v0,-18,22,-15,40,-15v10,0,30,1,23,16r1,138v-9,56,83,63,84,13r2,-150v-3,-26,28,-13,48,-18v30,8,6,72,14,114r-1,69v-5,52,-39,70,-93,75","w":240},"V":{"d":"97,-90v19,-41,23,-99,35,-147v0,-26,26,-13,48,-18v10,1,13,4,14,14r-53,222v0,30,-43,15,-72,20v-44,-37,-37,-138,-60,-206v-5,-16,-18,-56,13,-48r27,-1v30,17,18,76,35,114v2,17,5,39,13,50","w":195},"W":{"d":"99,-78v16,-41,28,-91,10,-138v0,-13,-13,-36,6,-37v25,5,45,-7,51,22r29,152v24,-43,20,-125,45,-172v16,0,48,-9,52,9r-53,233v-13,17,-43,5,-67,10v-26,-3,-17,-48,-32,-62v-15,34,-7,75,-78,61v-36,-65,-41,-163,-62,-247v8,-10,41,-7,56,-2r40,168","w":292},"X":{"d":"35,-69v12,-30,46,-56,17,-88v-15,-29,-36,-56,-48,-88v2,-17,33,-4,51,-9v29,5,28,55,51,65v20,-17,22,-50,45,-65r51,0v2,0,8,0,8,7v-19,44,-50,78,-71,120v24,41,53,75,73,121v-7,10,-49,9,-64,0v-20,-24,-24,-47,-45,-67v-17,18,-23,47,-37,69v-13,7,-80,14,-61,-17","w":209},"Y":{"d":"76,-13v13,-108,-49,-159,-76,-234v6,-15,40,-6,61,-6v22,22,27,66,49,90v20,-19,26,-66,43,-87v12,-10,32,-1,53,-5v6,0,11,1,11,5v-21,80,-91,130,-76,238v-2,20,-30,9,-52,12v-8,0,-13,-9,-13,-13","w":217},"Z":{"d":"101,-59v34,6,93,-19,87,24v-2,14,7,35,-12,35r-159,1v-38,-15,3,-55,13,-73r70,-121v-20,-23,-105,28,-90,-48v23,-30,116,-3,169,-14v29,34,-32,80,-45,117v-15,22,-29,48,-41,72v0,4,2,6,8,7","w":195},"[":{"d":"25,-256v39,0,89,-24,77,41v1,14,-34,-4,-35,12r0,173v4,18,46,-7,35,31v9,35,-38,18,-73,21v-32,-11,-1,-109,-13,-170v3,-28,2,-63,0,-92v0,-6,0,-16,9,-16","w":112},"]":{"d":"86,23v-42,0,-88,21,-77,-41v-1,-14,35,2,35,-12r0,-174v-2,-15,-46,6,-35,-31v-8,-34,39,-20,73,-20v29,0,4,39,13,69r0,193v0,6,0,16,-9,16","w":112},"_":{"d":"184,27r0,18r-188,0r0,-18r188,0","w":180},"`":{"d":"29,-250v42,-7,56,11,56,49v-4,10,-41,12,-45,-4v-6,-10,-15,-25,-20,-36v1,-4,3,-9,9,-9","w":105},"a":{"d":"115,-121v-13,-25,-63,-7,-86,0v-17,0,-10,-35,-5,-49v43,-22,143,-23,143,36r0,124v-1,17,-49,15,-54,2v-52,43,-150,-32,-88,-92v18,-17,53,-20,82,-15v4,0,8,-3,8,-6xm114,-60v-3,-19,-53,-23,-54,1v0,22,51,26,54,-1","w":180},"b":{"d":"77,-176v100,-44,163,97,88,164v-32,28,-67,16,-93,3v-9,9,-28,11,-51,9v-23,-49,0,-165,-9,-244v1,-15,31,-8,47,-10v22,3,10,36,10,64v0,9,2,14,8,14xm142,-107v-13,-47,-87,-22,-75,27v-3,23,27,32,38,32v31,0,47,-23,37,-59","w":202},"c":{"d":"98,-129v-41,-2,-51,55,-14,72v15,12,41,-5,35,30v4,21,1,32,-27,30v-63,-5,-92,-41,-87,-105v5,-56,40,-87,101,-82v19,2,11,22,11,42v0,13,-3,13,-19,13","w":127},"d":{"d":"10,-57v-27,-90,51,-155,125,-115v12,-9,1,-49,4,-72v2,-17,28,-5,47,-9v27,38,1,159,12,233v4,29,-31,21,-54,18v-13,-14,-62,22,-90,-4v-23,-6,-37,-27,-44,-51xm141,-80v10,-45,-49,-67,-74,-35v-20,27,-1,69,37,65v16,-2,32,-9,37,-30","w":209},"e":{"d":"176,-31v4,49,-96,39,-130,21v-3,-2,-19,-12,-28,-29v-42,-84,25,-172,114,-138v41,27,43,41,47,89v-8,33,-61,7,-105,16v-3,0,-10,0,-10,5v13,31,75,20,103,10v17,2,7,8,9,26xm97,-139v-8,-1,-33,5,-33,19v5,14,32,7,48,8v9,-2,10,-2,10,-6v0,-17,-23,-21,-25,-21"},"f":{"d":"106,-244v-3,20,7,47,-17,44v-31,-3,-22,24,-3,20v24,-5,19,18,18,41v4,18,-38,6,-30,27r1,97v0,19,-28,15,-49,15v-22,-9,-3,-71,-9,-110v-9,-14,-30,-40,-12,-70v9,-2,9,-2,9,-16v0,-63,26,-59,77,-59v9,-1,13,5,15,11","w":105},"g":{"d":"22,-31v27,0,72,33,98,6v3,-4,2,-15,-2,-14v-65,26,-124,-18,-110,-91v10,-50,65,-67,114,-47v6,-7,65,-16,52,18r1,140v1,63,-78,56,-133,49v-30,-4,-30,-19,-30,-50v0,-6,2,-11,10,-11xm90,-133v-35,-5,-41,49,-9,55v21,4,42,-4,42,-25v0,-20,-13,-32,-33,-30"},"h":{"d":"73,-172v20,-15,73,-13,84,7v29,30,13,94,16,152v0,19,-30,11,-49,14v-21,-21,7,-81,-13,-115v-36,-20,-45,24,-41,69v2,24,7,53,-29,45v-58,5,-14,-97,-28,-164r0,-69v-5,-28,23,-20,47,-22v26,7,-1,57,13,83"},"i":{"d":"59,-191v-33,0,-56,5,-47,-42v3,-16,20,-8,37,-10v34,-4,18,16,23,40v-1,6,-4,12,-13,12xm13,-54v12,-62,-37,-142,49,-127v25,17,-2,70,9,112v-4,27,17,81,-33,69v-11,1,-22,6,-26,-9v1,-8,3,-34,1,-45","w":82},"j":{"d":"62,-191v-24,-2,-47,9,-41,-27v-8,-28,22,-25,46,-25v18,0,7,26,11,41v0,11,-11,11,-16,11xm78,-163v-11,86,37,185,-61,185v-24,0,-14,-25,-17,-48v0,-7,6,-7,10,-7v28,-16,4,-69,12,-111v-10,-33,11,-42,45,-37v11,2,13,3,11,18","w":90},"k":{"d":"169,0v-37,3,-62,-1,-67,-30v-6,-14,-27,-51,-32,-20v-4,28,8,59,-37,50v-42,4,-10,-77,-21,-129r0,-115v0,-17,27,-6,43,-11v35,8,-4,90,23,125v14,-5,17,-21,21,-35v0,-26,24,-11,49,-15v24,10,-1,37,-3,54v-8,16,-26,31,-10,45v13,24,29,44,40,70v0,5,-2,11,-6,11","w":172},"l":{"d":"56,0v-27,-1,-55,7,-45,-35r1,-207v5,-19,72,-21,59,13r0,216v0,6,-9,14,-15,13","w":82},"m":{"d":"159,-166v17,-6,26,-20,52,-17v67,9,41,96,47,168v2,21,-27,14,-47,16v-27,-8,11,-127,-30,-123v-32,3,-15,72,-16,108v0,21,-28,10,-48,15v-23,-11,-3,-59,-10,-99v1,-8,-4,-26,-16,-24v-36,6,-19,68,-20,108v0,20,-26,12,-45,14v-6,0,-13,0,-13,-18r-1,-147v1,-22,23,-14,46,-15v7,-3,8,15,14,9v20,-20,72,-10,87,5","w":270},"n":{"d":"73,-171v43,-30,114,-2,101,61r1,97v0,20,-21,11,-40,13v-33,2,-11,-49,-16,-84v-2,-10,2,-45,-24,-41v-40,6,-21,67,-25,110v-2,23,-19,13,-36,15v-44,4,-14,-76,-21,-135v-4,-29,-3,-57,36,-45v10,-4,23,0,24,9"},"o":{"d":"137,-179v72,18,77,154,5,174v-37,19,-102,5,-115,-24v-32,-24,-26,-110,6,-127v19,-24,68,-32,104,-23xm100,-48v47,-3,50,-71,11,-79v-28,-6,-47,9,-50,35v-2,29,14,39,39,44","w":202},"p":{"d":"156,-4v-31,25,-95,-25,-85,29v-3,19,-28,7,-50,10v-21,-30,-2,-135,-8,-201v4,-25,19,-11,44,-15v6,-2,12,9,16,11v44,-30,116,-3,126,44v11,51,-5,112,-43,122xm82,-56v48,30,95,-39,46,-69v-31,-10,-59,2,-59,40v0,16,3,23,13,29","w":209},"q":{"d":"6,-87v-6,-79,66,-116,132,-87v10,-12,68,-20,59,16r0,180v2,24,-22,13,-45,15v-25,2,7,-55,-41,-35v-66,7,-100,-27,-105,-89xm110,-48v47,-8,36,-93,-13,-82v-24,-1,-40,21,-36,47v4,22,21,40,49,35","w":209},"r":{"d":"104,-115v-39,-3,-39,53,-35,97v2,25,-23,16,-46,18v-25,-23,-2,-107,-10,-163v3,-29,17,-13,45,-17v11,-3,8,14,12,16v11,-5,14,-17,32,-18v25,-2,15,32,16,55v0,12,-3,12,-14,12","w":119},"s":{"d":"62,4v-20,-3,-66,0,-56,-35v-12,-41,42,-13,65,-26v15,-25,-45,-26,-52,-48v-31,-46,15,-93,78,-78v22,5,32,12,28,40v2,23,-45,-1,-51,16v17,21,72,26,62,79v5,23,-38,57,-74,52","w":142},"t":{"d":"16,-117v3,-16,-21,-13,-13,-33v1,-11,-4,-33,10,-30v9,-19,-10,-56,46,-44v21,4,12,18,12,38v0,13,31,-5,26,24v-2,14,3,34,-15,31v-22,3,-9,38,-12,59v-4,32,29,3,21,46v7,20,-12,30,-25,27v-54,1,-41,-13,-51,-51","w":97},"u":{"d":"113,-11v-68,38,-111,-15,-100,-109v3,-29,-12,-72,36,-61v53,-8,-14,115,41,127v40,-5,23,-66,26,-111v2,-24,27,-12,47,-16v22,8,3,49,11,81r0,81v2,27,-23,17,-47,19v-11,1,-8,-8,-14,-11"},"v":{"d":"157,-171v-18,58,-18,146,-63,171v-13,-1,-30,2,-40,-2v-27,-43,-39,-114,-55,-168v1,-18,26,-9,46,-11v32,12,17,65,36,97r18,-81v-1,-24,29,-13,49,-17v9,0,9,7,9,11","w":157},"w":{"d":"157,-86v12,-25,17,-60,26,-88v6,-9,56,-11,56,4v-13,53,-33,100,-48,152v-6,23,-21,18,-47,18v-22,0,-17,-35,-28,-49v-15,13,3,58,-35,49v-55,5,-40,-77,-68,-117r-13,-53v4,-18,20,-8,38,-12v36,7,22,63,45,95v17,-21,5,-60,-3,-81v0,-20,24,-10,44,-13v26,7,22,67,33,95","w":240},"x":{"d":"85,-42v-16,16,-13,51,-59,42v-22,4,-34,-5,-15,-26r41,-70v-10,-29,-35,-47,-44,-76v2,-19,35,-5,54,-9v14,6,18,30,27,39v11,-10,10,-40,33,-38v18,2,58,-9,41,17v-13,21,-32,47,-41,70v12,31,36,55,48,86v-4,13,-34,4,-53,7v-18,-4,-20,-31,-32,-42","w":172},"y":{"d":"88,-97v11,-15,9,-52,19,-68v-2,-21,27,-15,48,-16v24,15,-8,52,-10,75v-23,52,-27,134,-108,125v-25,4,-26,-17,-24,-43v-5,-26,58,5,37,-29v-12,-40,-39,-74,-47,-117v-3,-16,33,-11,51,-10v21,15,20,62,34,83","w":164},"z":{"d":"5,-6v2,-53,40,-74,53,-116v-9,-14,-55,15,-48,-23v-3,-22,-2,-41,27,-35r88,-1v7,-1,14,9,11,22v-7,38,-43,60,-51,97v5,20,66,-16,52,39v7,46,-70,13,-122,24v-4,0,-9,-4,-10,-7","w":142},"{":{"d":"47,-117v68,0,11,106,71,101v11,-1,9,15,10,26v1,22,-25,11,-44,11v-34,0,-50,-36,-43,-78v-3,-20,-7,-41,-28,-41v-14,0,-7,-18,-10,-29v0,-6,4,-10,11,-9v34,-1,24,-49,28,-79v4,-35,42,-41,76,-41v10,-1,9,18,9,31v3,8,-11,9,-21,8v-35,13,3,97,-59,100","w":127},"}":{"d":"87,-59v0,56,-16,87,-76,81v-3,0,-11,0,-11,-12v0,-14,-8,-27,15,-26v47,2,-1,-98,62,-98v3,0,4,-4,0,-3v-37,-5,-40,-42,-38,-84v-3,-12,-18,-19,-33,-18v-10,1,-4,-15,-6,-23v-5,-21,27,-12,46,-12v36,0,46,35,41,78v2,20,6,40,29,40v12,0,12,35,1,39v-22,-1,-30,15,-30,38","w":127},"\u00a0":{"w":105}}});