/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},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 D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};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(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}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,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,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 C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}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(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}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={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,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){if(!D){return m}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(C.autoDetect){delete C.fontFamily}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)}else{delete C.textGradient}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("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 h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").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(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());


// cufon fonts
Cufon.registerFont({"w":133,"face":{"font-family":"Courier","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":"-14 -280.879 371 72.0588","underline-thickness":"18","underline-position":"-27","stemh":"32","stemv":"42","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":83},"!":{"d":"24,0r0,-45r44,0r0,45r-44,0xm68,-70r-43,0r-3,-182r49,0","w":92},"\"":{"d":"24,-162r-2,-90r39,0r-2,90r-35,0xm81,-162r-2,-90r39,0r-1,90r-36,0","w":140},"#":{"d":"36,0r26,-65r-48,0r13,-31r48,0r25,-63r-48,0r13,-31r48,0r25,-62r36,0r-25,62r67,0r25,-62r36,0r-25,62r48,0r-12,31r-48,0r-26,63r48,0r-13,31r-47,0r-26,65r-36,0r26,-65r-68,0r-26,65r-36,0xm178,-96r26,-63r-68,0r-25,63r67,0","w":314},"$":{"d":"24,0r0,-38r82,0r0,-76v-41,-12,-95,-20,-92,-78v0,-15,1,-32,12,-43v22,-22,46,-16,80,-17r0,-24r28,0r0,24r77,0r0,38r-77,0r0,72v41,12,96,20,93,80v0,18,-1,37,-17,50v-21,16,-46,11,-76,12r0,24r-28,0r0,-24r-82,0xm134,-38v24,1,45,-2,44,-27v4,-20,-22,-35,-44,-40r0,67xm106,-214v-47,-13,-54,47,-24,55r24,8r0,-63","w":241},"%":{"d":"68,0r128,-252r32,0r-129,252r-31,0xm36,-242v26,-18,57,-17,83,0v21,27,20,69,0,97v-26,17,-57,17,-83,0v-21,-28,-20,-68,0,-97xm77,-230v-17,2,-26,10,-26,36v0,27,8,35,26,37v17,2,30,-21,27,-37v3,-15,-10,-38,-27,-36xm175,-107v26,-17,57,-17,83,0v21,28,21,70,0,97v-26,18,-57,17,-83,0v-21,-28,-20,-68,0,-97xm217,-95v-18,1,-27,11,-27,37v0,26,9,34,27,36v16,2,30,-20,26,-36v3,-16,-9,-41,-26,-37","w":294},"&":{"d":"107,-215v-38,-6,-48,38,-27,64v7,9,24,8,30,8r151,0r0,34r-38,0v-3,36,8,75,-10,99v-33,20,-79,10,-124,10v-16,0,-39,1,-53,-19v-26,-37,-21,-97,24,-108v-43,-7,-51,-74,-22,-110v42,-31,119,-8,182,-15r0,37r-113,0xm70,-72v-2,54,47,30,90,35v31,4,12,-46,17,-72r-79,0v-29,-1,-27,18,-28,37","w":268},"'":{"d":"24,-162r-2,-90r39,0r-2,90r-35,0","w":82},"(":{"d":"119,-224v-83,-1,-62,94,-65,174v-2,43,19,77,65,77r0,30v-50,3,-97,-44,-97,-114v0,-97,-15,-196,97,-197r0,30"},")":{"d":"14,27v46,-7,67,-21,66,-77v-1,-80,17,-177,-66,-174r0,-30v65,1,104,42,98,114v-5,63,12,137,-26,170v-26,22,-52,27,-72,27r0,-30"},"*":{"d":"78,-273r26,0r0,59r52,-29r12,22r-51,29r51,30r-13,24r-51,-29r0,58r-26,0r0,-58r-50,29r-14,-24r52,-30r-52,-29r13,-22r51,29r0,-59","w":182},"+":{"d":"121,-30r-33,0r0,-66r-66,0r0,-31r66,0r0,-66r33,0r0,66r66,0r0,31r-66,0r0,66","w":208},",":{"d":"32,42r-32,-19r44,-73r34,20","w":100},"-":{"d":"14,-78r0,-38r129,0r0,38r-129,0","w":157},".":{"d":"66,0r-44,0r0,-46r44,0r0,46","w":87},"\/":{"d":"25,60r-25,0r158,-326r25,0","w":182},"0":{"d":"217,-91v3,83,-41,95,-101,93v-19,0,-52,4,-71,-12v-45,-37,-31,-88,-31,-153v0,-76,40,-92,102,-92v61,0,101,16,101,92r0,72xm62,-96v-8,64,55,75,97,47v19,-28,8,-71,11,-112v0,-12,0,-34,-16,-45v-23,-16,-53,-15,-76,0v-28,27,-10,66,-16,110","w":231},"1":{"d":"0,-252v40,0,87,-7,87,32r0,220r-47,0r0,-197v3,-21,-20,-17,-40,-17r0,-38","w":108},"2":{"d":"147,-143v25,-18,24,-71,-15,-71r-101,0r0,-38v59,6,126,-15,165,15v29,34,13,100,-18,122r-106,75v37,6,88,0,129,2r0,38r-160,0v-5,0,-27,0,-27,-30v0,-20,8,-28,16,-33","w":225},"3":{"d":"156,-181v3,-18,-12,-37,-30,-33r-107,0r0,-38r126,0v14,0,36,0,48,19v23,36,20,98,-26,104r0,2v31,-2,44,34,41,58v6,37,-23,69,-59,69r-135,0r0,-38v53,-7,150,23,145,-34v6,-57,-83,-31,-138,-36r0,-38v54,-6,140,21,135,-35","w":222},"4":{"d":"143,-240v25,-26,63,-18,64,12r0,148r32,0r0,38r-32,0r0,42r-48,0r0,-42r-121,0v-30,2,-42,-42,-17,-68xm159,-80r-1,-121v-38,35,-71,77,-105,116v0,1,0,5,6,5r100,0","w":249},"5":{"d":"152,-149v57,-6,77,91,39,135v-13,15,-35,14,-48,14r-127,0r0,-38v57,-7,147,25,143,-38v-1,-19,-2,-35,-27,-35v-37,0,-75,7,-103,-7v-27,-25,-11,-61,-15,-102v-3,-23,20,-33,34,-32r152,0r0,38r-126,0v-19,-2,-10,26,-12,44v-4,36,56,16,90,21","w":222},"6":{"d":"22,-186v0,-94,100,-59,181,-66r0,38v-43,4,-94,-9,-126,8v-13,17,-6,30,-8,52v48,4,95,-11,127,13v30,36,24,70,9,115v-24,38,-69,24,-120,26v-87,3,-63,-105,-63,-186xm167,-79v3,-20,-17,-42,-38,-38r-60,0v2,38,-12,81,33,79v40,6,68,-9,65,-41","w":230},"7":{"d":"12,0r129,-200v6,-8,6,-14,-3,-14r-142,0r0,-38r174,0v38,0,31,36,19,55r-125,197r-52,0","w":193},"8":{"d":"26,-22v-26,-37,-13,-99,29,-107v-42,-12,-47,-72,-18,-109v29,-20,57,-12,95,-14v19,0,44,0,58,14v34,36,23,96,-17,110v28,1,44,36,40,61v4,66,-55,67,-126,67v-21,0,-46,0,-61,-22xm69,-180v-3,37,26,33,60,33v17,0,33,-9,30,-33v3,-27,-22,-40,-57,-34v-20,-5,-37,17,-33,34xm63,-74v0,19,6,36,32,36r38,0v27,1,31,-17,32,-36v4,-13,-16,-41,-34,-35r-35,0v-17,-5,-38,22,-33,35","w":227},"9":{"d":"26,0r0,-38v43,-4,94,10,126,-8v12,-15,7,-31,8,-52v-53,-5,-97,15,-131,-19v-22,-36,-23,-85,4,-120v28,-23,61,-15,102,-15v19,0,48,1,62,24v23,38,11,93,11,145v0,18,-1,37,-9,52v-15,31,-45,31,-60,31r-113,0xm63,-174v0,47,49,38,97,38v-2,-38,10,-78,-32,-78v-39,0,-65,-3,-65,40","w":222},":":{"d":"66,-145r-44,0r0,-46r44,0r0,46xm66,0r-44,0r0,-45r44,0r0,45","w":87},";":{"d":"80,-145r-44,0r0,-46r44,0r0,46xm32,42r-32,-19r44,-73r34,20","w":101},"<":{"d":"22,-145r166,-84r0,33r-107,51r107,50r0,33","w":209},"=":{"d":"187,-71r-165,0r0,-31r165,0r0,31xm187,-125r-165,0r0,-31r165,0r0,31","w":208},">":{"d":"188,-145r-166,83r0,-33r107,-50r-107,-51r0,-33","w":209},"?":{"d":"41,0r0,-45r44,0r0,45r-44,0xm112,-183v0,-46,-59,-28,-105,-31r0,-38v54,5,105,-14,140,16v21,38,23,78,-18,105v-21,14,-51,20,-44,61r-44,0v-7,-46,23,-63,51,-78v12,-7,20,-13,20,-35","w":174},"@":{"d":"54,-94v0,66,-1,134,91,134r109,0r0,30v-92,-8,-152,27,-208,-41v-23,-27,-24,-72,-24,-130v0,-48,0,-83,24,-112v44,-54,100,-37,176,-40v25,0,77,2,105,48v17,28,17,62,17,95v1,59,-5,110,-60,111v-21,0,-44,-10,-49,-33v-16,30,-47,33,-65,33v-17,0,-47,-3,-63,-31v-7,-12,-12,-31,-12,-62v0,-90,43,-98,128,-96v18,-4,38,15,33,32r0,90v0,32,18,37,28,37v31,-11,24,-22,27,-84v6,-124,-61,-108,-160,-109v-31,0,-71,3,-88,43v-4,10,-9,28,-9,85xm171,-32v54,-3,52,-55,50,-109v-1,-18,-24,-12,-42,-13v-8,0,-24,-1,-34,12v-27,33,-20,113,26,110","w":365},"A":{"d":"-11,0r95,-226v11,-39,67,-38,83,0r95,226r-50,0r-26,-64r-121,0r-26,64r-50,0xm118,-200r-41,102r97,0r-41,-102v-2,-13,-10,-12,-15,0","w":251,"k":{"y":7,"v":7,"t":7,"Y":22,"T":36,"G":7}},"B":{"d":"22,-216v-2,-20,16,-38,34,-36v60,7,130,-16,170,15v30,36,18,99,-20,110v49,5,52,75,25,111v-13,17,-31,16,-46,16r-121,0v-23,2,-42,-5,-42,-36r0,-180xm83,-214v-25,-1,-10,43,-14,68r92,0v21,-1,32,-3,32,-35v3,-14,-13,-38,-32,-33r-78,0xm197,-72v-1,-19,-4,-37,-31,-36r-97,0v3,26,-11,73,18,70v48,-4,113,15,110,-34","w":259,"k":{"Y":7}},"C":{"d":"63,-123v0,110,76,79,163,85r0,38v-76,-5,-141,18,-186,-30v-25,-26,-26,-64,-26,-92v0,-36,3,-74,25,-98v51,-54,104,-25,183,-32r0,38v-89,1,-159,-17,-159,91","w":237,"k":{"Y":-4,"W":-4,"J":-4}},"D":{"d":"255,-129v-2,60,-11,129,-93,129r-102,0v-35,-4,-32,-4,-38,-32r0,-180v0,-21,7,-40,35,-40r99,0v73,-4,102,62,99,123xm135,-214v-25,0,-66,-11,-66,15r0,144v-5,29,43,13,70,17v57,-5,66,-19,67,-94v0,-22,-1,-47,-17,-64v-14,-15,-37,-18,-54,-18","w":269,"k":{"Z":7,"X":7,"V":8,"T":7,"A":7}},"E":{"d":"69,-110v5,27,-15,72,20,72r135,0r0,38r-164,0v-23,4,-38,-15,-38,-37r0,-179v-2,-23,17,-36,38,-36r162,0r0,38r-136,0v-27,-3,-14,39,-17,66r150,0r0,38r-150,0","w":234},"F":{"d":"81,-214v-22,1,-9,43,-12,67r112,0r0,38r-112,0r0,109r-47,0r0,-219v-4,-18,19,-36,36,-33r164,0r0,38r-141,0","w":223,"k":{"z":22,"x":22,"v":22,"r":29,"p":22,"n":22,"j":22,"g":29,"e":29,"c":22,"Q":7,"O":7,"J":65,"C":7}},"G":{"d":"122,-38v30,-3,78,12,78,-17r0,-68r47,0r0,91v-3,57,-90,27,-141,32v-73,6,-92,-68,-92,-125v0,-63,25,-127,102,-127r126,0r0,38r-112,0v-53,6,-66,19,-67,88v-1,67,14,83,59,88","w":261,"k":{"A":-7}},"H":{"d":"248,-252r0,252r-48,0r0,-111r-131,0r0,111r-47,0r0,-252r47,0r0,103r131,0r0,-103r48,0","w":269},"I":{"d":"69,0r-47,0r0,-252r47,0r0,252","w":90},"J":{"d":"-7,-38v59,6,98,-7,98,-63r0,-151r48,0v-9,104,37,253,-82,252r-64,0r0,-38","w":160},"K":{"d":"22,0r0,-252r47,0r0,252r-47,0xm263,0r-60,0r-104,-97v-22,-21,-22,-43,-4,-61r96,-94r58,0r-108,103v-18,9,-13,35,3,43","w":252,"k":{"w":14,"u":7,"o":7,"e":7,"c":14,"Y":-4,"V":-4,"Q":14,"J":-7,"C":14}},"L":{"d":"69,-51v0,8,1,13,15,13r138,0r0,38r-168,0v-18,0,-32,-6,-32,-27r0,-225r47,0r0,201","w":215,"k":{"y":29,"v":29,"t":11,"Y":50,"V":43,"T":58,"Q":7,"O":15,"G":7,"A":-11}},"M":{"d":"285,-204v-28,54,-46,119,-70,177v-8,19,-14,30,-36,30v-24,0,-30,-14,-36,-30r-65,-168v-1,-9,-11,-11,-10,-1r1,196r-47,0r0,-222v11,-59,80,-32,85,0r65,168v5,11,9,12,13,0r66,-168v11,-28,26,-33,44,-33v23,0,41,10,41,33r0,222r-48,0r1,-196v0,-7,-3,-8,-4,-8","w":357},"N":{"d":"263,-252r0,219v-1,45,-57,47,-78,15r-112,-174v-2,0,-5,2,-5,7r0,185r-46,0r0,-221v-5,-42,68,-41,78,-14r107,169v2,7,11,8,10,0r0,-186r46,0","w":284},"O":{"d":"144,-255v30,0,72,0,100,27v26,25,29,69,29,102v0,33,-3,77,-29,102v-27,27,-71,27,-100,27v-30,0,-72,0,-100,-27v-29,-28,-30,-74,-30,-102v0,-34,3,-76,30,-102v28,-27,69,-27,100,-27xm144,-217v-58,0,-81,19,-81,91v0,76,23,91,81,91v57,0,80,-15,80,-91v0,-80,-21,-91,-80,-91","w":287,"k":{"X":7,"V":7,"T":7}},"P":{"d":"229,-237v36,50,27,147,-42,148r-118,0r0,89r-47,0r0,-214v-5,-20,17,-40,37,-38v62,7,127,-15,170,15xm84,-214v-28,-2,-11,58,-15,87v42,-4,92,10,121,-9v13,-20,13,-51,0,-70v-27,-17,-68,-5,-106,-8","w":262,"k":{"r":7,"p":11,"j":29,"e":7,"a":14,"J":58,"A":22}},"Q":{"d":"14,-125v0,-78,33,-136,130,-130v96,6,127,25,129,126v1,32,-5,73,-27,91r36,-1r0,39v-80,-5,-197,16,-238,-24v-30,-30,-30,-74,-30,-101xm144,-217v-58,0,-82,14,-81,91v1,78,22,88,81,88v59,0,79,-8,80,-88v1,-72,-22,-91,-80,-91","w":290,"k":{"j":29,"V":7,"J":-7}},"R":{"d":"164,-214v-34,3,-94,-14,-95,18r0,196r-47,0r0,-209v-5,-21,19,-48,40,-43r120,0v18,0,39,1,54,23v12,17,12,37,12,55v-1,41,-6,83,-58,83v-10,0,-26,-3,-32,2r95,89r-59,0r-83,-82v-14,-10,-21,-44,9,-44r48,0v22,5,35,-23,31,-46v1,-34,-12,-44,-35,-42","w":264,"k":{"u":7,"s":7,"q":7,"o":7,"m":7,"g":7,"d":7,"a":14}},"S":{"d":"210,-113v37,45,11,113,-41,113r-155,0r0,-38r140,0v23,0,23,-18,23,-27v0,-10,-2,-21,-24,-29v-46,-17,-92,-18,-129,-50v-20,-31,-21,-67,3,-94v12,-13,29,-14,41,-14r145,0r0,38r-128,0v-29,0,-42,40,-3,53v41,14,96,25,128,48","w":237,"k":{"y":22,"v":14,"T":7}},"T":{"d":"142,0r-47,0r0,-214r-99,0r0,-38r245,0r0,38r-99,0r0,214","w":237,"k":{"z":22,"y":36,"x":22,"v":29,"r":29,"p":29,"n":29,"j":14,"g":36,"d":36,"a":29,"Y":-11,"Q":7,"J":50,"C":8,"A":36}},"U":{"d":"81,-51v29,25,71,24,100,0v14,-11,12,-31,12,-44r0,-157r47,0r0,163v0,21,-2,46,-21,65v-25,26,-65,27,-88,27v-23,0,-62,-1,-87,-27v-19,-19,-22,-44,-22,-65r0,-163r47,0r0,157v0,14,-1,32,12,44","w":262,"k":{"y":7,"J":14}},"V":{"d":"41,-252r75,203v1,7,9,6,11,0r75,-203r51,0r-91,228v-8,26,-63,45,-81,0r-92,-228r52,0","w":242,"k":{"y":-3,"w":-4,"u":7,"s":11,"q":22,"o":14,"m":8,"e":14,"c":14,"G":7,"A":14}},"W":{"d":"93,-50v24,-53,33,-121,52,-179v3,-9,8,-26,35,-26v25,0,32,15,35,26r47,172v2,8,8,10,11,-1r50,-194r48,0r-61,220v-5,17,-10,35,-40,35v-27,0,-36,-16,-41,-33r-44,-163v-2,-8,-9,-7,-10,0r-44,163v-4,14,-10,33,-40,33v-20,0,-33,-7,-41,-35r-61,-220r48,0r50,194v1,2,2,8,6,8","w":360,"k":{"v":-7,"r":7,"p":7,"n":8,"j":14,"g":7,"d":7,"a":7,"J":15}},"X":{"d":"237,0r-57,0r-67,-94r-67,94r-57,0r97,-128r-94,-124r57,0r64,91r64,-91r57,0r-94,124","w":226,"k":{"y":7,"v":7,"t":7,"q":7,"g":7,"e":7,"c":7,"Q":7,"G":8}},"Y":{"d":"120,-120r79,-132r51,0r-107,175r0,77r-47,0r0,-77r-107,-175r51,0","w":239,"k":{"z":14,"r":29,"p":22,"n":22,"g":36,"d":36,"a":36,"T":-11,"Q":7,"J":43,"C":7}},"Z":{"d":"216,0r-181,0v-12,0,-34,-1,-34,-26v0,-15,8,-26,15,-34r138,-142v3,-4,9,-11,-3,-12r-141,0r0,-38r182,0v31,-7,35,46,14,57r-140,147v-4,2,-4,10,1,10r149,0r0,38","w":220,"k":{"q":7}},"[":{"d":"54,-224r0,251r65,0r0,30r-97,0r0,-311r97,0r0,30r-65,0"},"\\":{"d":"158,60r-158,-326r25,0r158,326r-25,0","w":182},"]":{"d":"80,27r0,-251r-66,0r0,-30r98,0r0,311r-98,0r0,-30r66,0"},"^":{"d":"170,-188v-21,-19,-37,-43,-63,-57v-28,12,-42,39,-64,57r-21,-24r65,-61v9,-11,29,-10,39,0r65,61","w":212},"_":{"d":"14,0r0,-37r178,0r0,37r-178,0","w":205},"`":{"d":"36,-276r58,48r-21,26r-59,-47","w":108},"a":{"d":"143,-119v10,-62,-70,-33,-120,-39r0,-33v71,4,169,-23,162,60v-4,52,20,135,-33,131v-45,-4,-94,9,-126,-9v-36,-40,-16,-110,34,-110r83,0xm72,-32v24,-2,66,9,71,-10r0,-44v-36,7,-90,-20,-90,27v0,12,6,28,19,27","w":199,"k":{"j":29,"T":14}},"b":{"d":"113,0v-45,-1,-99,10,-99,-32r0,-220r43,0r0,61v55,2,95,-12,122,32v11,18,13,41,13,65v0,65,-33,96,-79,94xm148,-93v0,-76,-33,-63,-91,-65r0,110v-4,21,24,16,45,16v25,-1,46,-14,46,-61","w":200},"c":{"d":"103,-158v-58,-2,-56,60,-44,105v20,34,71,17,116,21r0,32v-61,-5,-111,17,-148,-23v-17,-18,-18,-43,-18,-70v1,-47,11,-98,80,-98r82,0r0,33r-68,0","w":184,"k":{"o":14}},"d":{"d":"80,0v-38,2,-71,-34,-71,-98v0,-20,1,-46,15,-64v35,-43,65,-26,121,-29r0,-61r42,0r0,219v3,49,-62,30,-107,33xm96,-32v23,0,49,5,49,-17r0,-109v-56,-1,-92,-7,-92,61v0,55,14,65,43,65","w":201},"e":{"d":"53,-81v-8,71,72,44,134,49r0,32v-64,-6,-129,19,-164,-24v-22,-41,-25,-125,9,-150v41,-31,93,-25,134,-5v23,11,27,38,27,62v0,17,-11,36,-29,36r-111,0xm150,-125v-3,-40,-60,-46,-88,-22v-10,9,-9,20,-9,33r87,0v8,0,10,-6,10,-11","w":202,"k":{"w":-7}},"f":{"d":"72,0r-42,0r0,-158r-27,0r0,-32r27,0v0,-13,3,-36,19,-49v18,-15,53,-17,75,-16r0,31v-38,1,-49,-1,-52,33r52,0r0,33r-52,0r0,158","w":126,"k":{"t":-4,"j":22,"f":-4,"e":7}},"g":{"d":"88,-191v48,0,107,-8,104,35v-5,67,13,152,-16,196v-41,39,-90,18,-153,23r0,-32v48,-5,115,18,126,-31r-67,0v-49,5,-78,-36,-73,-98v-7,-53,32,-93,79,-93xm53,-95v0,79,38,59,97,63r0,-111v1,-22,-31,-12,-53,-15v-37,-6,-44,40,-44,63","w":206},"h":{"d":"57,-191v68,-1,132,-6,131,65r0,126r-42,0v-4,-51,11,-110,-10,-147v-20,-19,-47,-8,-79,-11r0,158r-43,0r0,-252r43,0r0,61","w":202},"i":{"d":"14,0r0,-191r43,0r0,191r-43,0xm57,-219r-43,0r0,-33r43,0r0,33","w":70},"j":{"d":"-14,32v41,-1,56,-6,56,-45r0,-178r43,0r0,186v-8,67,-32,66,-99,69r0,-32xm85,-219r-43,0r0,-33r43,0r0,33","w":99},"k":{"d":"57,0r-43,0r0,-252r43,0r0,252xm198,0r-50,0r-66,-70v-15,-10,-16,-48,0,-57r58,-64r49,0r-72,77v-9,9,-6,23,3,32","w":193,"k":{"y":-7,"o":14,"e":14}},"l":{"d":"14,0r0,-252r43,0r0,252r-43,0","w":70},"m":{"d":"68,-158v-12,1,-11,-1,-11,13r0,145r-43,0r0,-158v-3,-17,19,-37,35,-33r171,0v33,-3,66,22,66,62r0,129r-42,0v-7,-59,23,-157,-33,-158r-40,0r0,158r-42,0r0,-158r-61,0","w":300},"n":{"d":"109,-158v-18,2,-52,-9,-52,10r0,148r-43,0r0,-162v0,-41,58,-28,103,-29v41,-1,72,16,72,65r0,126r-42,0r0,-113v1,-26,-8,-48,-38,-45","w":203,"k":{"j":25}},"o":{"d":"212,-96v0,77,-43,100,-101,98v-23,0,-56,-1,-77,-20v-23,-21,-25,-58,-25,-77v0,-22,3,-57,25,-78v21,-19,54,-20,77,-20v23,0,56,1,77,20v22,21,24,57,24,77xm65,-46v43,39,104,8,104,-49v0,-14,2,-36,-12,-50v-25,-24,-65,-23,-92,0v-18,33,-18,68,0,99","w":221},"p":{"d":"14,-161v2,-46,61,-30,102,-30v12,0,40,1,56,21v32,40,26,100,5,143v-33,39,-67,24,-120,27r0,61r-43,0r0,-222xm107,-158v-17,3,-49,-8,-50,9r0,117v59,-1,95,5,91,-64v-3,-50,-5,-54,-41,-62","w":201},"q":{"d":"78,-191v46,2,109,-14,109,36r0,216r-42,0r0,-61v-53,-4,-93,16,-121,-25v-27,-40,-24,-100,4,-144v12,-19,36,-22,50,-22xm53,-94v-5,35,19,67,40,62r52,0r0,-113v2,-18,-26,-12,-47,-13v-33,-1,-48,22,-45,64","w":201},"r":{"d":"120,-158v-40,-6,-63,12,-63,50r0,108r-43,0v5,-63,-18,-141,20,-174v27,-23,50,-16,86,-17r0,33","w":119,"k":{"y":-7,"t":-7,"q":7,"o":7,"g":7,"d":7,"c":7,"a":7}},"s":{"d":"169,-84v27,31,7,84,-35,84r-122,0r0,-32r107,0v14,2,27,-21,12,-32v-29,-20,-133,-17,-122,-78v-4,-29,28,-55,55,-49r108,0r0,33r-101,0v-17,-4,-31,21,-14,32v30,19,92,19,112,42","w":189},"t":{"d":"123,0v-59,3,-97,-6,-97,-62r0,-96r-26,0r0,-33r26,0r0,-61r42,0r0,61r54,0r0,33r-54,0v4,42,-11,90,12,117v14,10,26,9,43,9r0,32","w":122,"k":{"y":-11,"u":-7,"t":-7,"l":-7,"i":-7}},"u":{"d":"98,-32v21,-1,51,6,51,-16r0,-143r42,0r0,157v4,18,-18,40,-40,34r-67,0v-93,8,-67,-105,-70,-191r43,0v7,59,-25,163,41,159","w":205},"v":{"d":"35,-191r54,142v2,8,7,8,10,0r53,-142r43,0r-72,176v-15,25,-47,28,-59,0r-73,-176r44,0","w":186},"w":{"d":"32,-191v14,48,22,103,40,147v19,-38,24,-89,39,-131v5,-17,20,-18,27,-18v9,0,24,2,28,18r38,131v19,-43,26,-100,41,-147r40,0r-45,167v-6,22,-19,26,-33,26v-10,0,-28,-2,-33,-21r-36,-126v-15,39,-23,85,-36,126v-3,10,-11,21,-33,21v-26,0,-29,-16,-32,-26r-46,-167r41,0","w":276,"k":{"s":-7,"i":-7}},"x":{"d":"186,0r-49,0r-48,-71r-48,71r-50,0r73,-98r-68,-93r48,0r45,66r44,-66r48,0r-68,93","w":177,"k":{"y":-4}},"y":{"d":"204,-190r-114,252r-43,0r29,-63r-85,-190r44,0r61,147r65,-146r43,0","w":195,"k":{"t":-7,"o":7,"a":7}},"z":{"d":"166,-32r0,32r-138,0v-6,0,-27,-2,-27,-26v0,-14,7,-21,13,-27v32,-35,72,-66,100,-103v-30,-6,-73,0,-107,-2r0,-33r135,0v29,-4,30,40,14,50r-102,107v32,6,76,0,112,2","w":167},"{":{"d":"99,-223v-45,-3,-42,41,-41,85v0,12,-1,28,-17,34r0,3v43,21,-15,122,58,120r0,30v-36,5,-77,-30,-72,-56v-5,-31,12,-79,-20,-84r0,-22v32,-5,14,-51,20,-85v-5,-26,34,-61,72,-55r0,30","w":113},"|":{"d":"22,60r0,-326r25,0r0,326r-25,0","w":68},"}":{"d":"14,19v45,3,43,-41,41,-86v0,-12,1,-28,17,-34r0,-3v-44,-21,16,-123,-58,-119r0,-30v38,-6,79,28,73,55v5,31,-12,80,20,85r0,22v-33,4,-14,50,-20,84v5,26,-36,61,-73,56r0,-30","w":113},"~":{"d":"120,-115v-25,-18,-67,-21,-77,7r-21,-19v16,-32,68,-47,102,-18v19,16,55,1,61,-20r21,18v-14,27,-54,55,-86,32","w":227},"\u00a0":{"w":83}}});
