/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()},whiteSpace:(function(){var Z={inline:1,"inline-block":1,"run-in":1};return function(c,a,b){if(Z[a.get("display")]){return c}if(!b.previousSibling){c=c.replace(/^\s+/,"")}if(!b.nextSibling){c=c.replace(/\s+$/,"")}return c}})()};M.ready=(function(){var b=!M.recognizesMedia("all"),a=false;var Z=[],d=function(){b=true;for(var g;g=Z.shift();g()){}};var e=F("link"),f={stylesheet:1};function c(){var h,g,j;for(g=0;j=e[g];++g){if(j.disabled||!f[j.rel.toLowerCase()]||!M.recognizesMedia(j.media||"screen")){continue}h=j.sheet||j.styleSheet;if(!h||h.disabled){return false}}return true}V.ready(function(){if(!a){a=M.getStyle(document.body).isUsable()}if(b||(a&&c())){d()}else{setTimeout(arguments.callee,10)}});return function(g){if(b){g()}else{Z.push(g)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.kerning=a.kerning;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.isUsable=function(){return !!Z}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=M.whiteSpace(c.data,Z,c);if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,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:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];if(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());

Cufon.registerFont({"w":219,"face":{"font-family":"HelveticaRounded","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 15 8 4 3 5 3 2 2 4","ascent":"264","descent":"-96","x-height":"5","cap-height":"5","bbox":"-10 -275.155 332 77","underline-thickness":"18","underline-position":"-18","stemh":"41","stemv":"53","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":110},"!":{"d":"57,-264v39,-2,32,51,27,87r-11,84v-1,18,-31,18,-32,0v-5,-47,-15,-89,-13,-143v0,-19,11,-28,29,-28xm27,-27v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,30,-29,30v-16,0,-30,-14,-30,-30","w":113},"\"":{"d":"131,-155v-34,0,-23,-52,-23,-84v0,-14,9,-25,23,-25v36,1,24,51,24,84v0,15,-9,25,-24,25xm62,-155v-35,0,-24,-51,-24,-84v0,-14,10,-25,24,-25v35,1,24,51,24,84v0,15,-10,25,-24,25","w":193},"#":{"d":"55,-104r5,-43v-17,2,-32,-4,-30,-18v-3,-15,18,-19,36,-17v8,-26,-5,-74,27,-74v32,0,9,49,9,74r32,0v8,-27,-5,-74,28,-74v30,0,8,49,9,74v17,-2,33,4,31,17v2,16,-17,20,-36,18r-6,43v17,-2,33,4,31,17v2,17,-17,20,-36,18v-9,26,4,70,-28,74v-30,-3,-9,-49,-9,-74r-32,0v-8,27,5,74,-27,74v-32,0,-9,-49,-9,-74v-17,2,-33,-3,-31,-18v-3,-15,18,-19,36,-17xm123,-104r6,-43r-32,0r-6,43r32,0","w":220},"$":{"d":"100,-32r0,-75v-53,-10,-86,-33,-86,-73v0,-49,41,-75,86,-76v-5,-20,20,-27,22,-8r0,8v28,1,85,18,85,54v0,14,-10,22,-22,22v-24,0,-23,-39,-63,-39r0,68v47,10,89,24,89,80v0,48,-36,72,-89,76v0,14,3,34,-11,34v-14,0,-11,-20,-11,-34v-61,-2,-91,-38,-91,-67v0,-14,9,-22,22,-22v41,0,9,49,69,52xm100,-155r0,-64v-24,0,-40,15,-40,30v0,18,13,29,40,34xm122,-103r0,71v21,-1,44,-12,44,-35v0,-25,-25,-32,-44,-36","w":220},"%":{"d":"28,-187v0,-39,17,-69,61,-69v43,0,60,30,60,69v0,39,-17,69,-60,69v-44,0,-61,-30,-61,-69xm67,-187v0,23,5,40,22,40v16,0,22,-17,22,-40v0,-22,-6,-41,-22,-41v-17,0,-22,19,-22,41xm211,-64v0,-39,17,-69,60,-69v44,0,61,30,61,69v0,39,-17,69,-61,69v-43,0,-60,-30,-60,-69xm249,-64v0,23,6,41,22,41v17,0,22,-18,22,-41v0,-22,-5,-41,-22,-41v-16,0,-22,19,-22,41xm99,2v40,-90,91,-170,134,-257v2,-13,28,-12,28,2v-40,90,-91,170,-134,257v-2,13,-29,12,-28,-2","w":360},"&":{"d":"185,-92v8,-16,14,-36,33,-37v40,6,18,49,-3,69v9,13,24,21,26,40v3,19,-35,33,-44,12r-17,-19v-23,23,-51,32,-84,32v-56,0,-80,-37,-80,-72v0,-38,25,-64,56,-79v-13,-15,-24,-30,-24,-52v0,-41,33,-64,72,-64v98,0,89,100,29,128xm151,-58r-47,-56v-21,11,-36,24,-36,43v-2,46,67,38,83,13xm122,-225v-40,2,-28,49,-3,61v26,-5,47,-58,3,-61","w":253},"(":{"d":"50,18v-34,-78,-34,-151,0,-229v22,-50,26,-54,38,-54v11,0,19,7,19,16v0,18,-32,74,-32,153v0,78,32,134,32,152v0,9,-8,16,-19,16v-12,0,-16,-4,-38,-54","w":119},")":{"d":"70,-211v34,78,34,151,0,229v-21,50,-26,54,-38,54v-11,0,-19,-7,-19,-16v0,-18,32,-74,32,-152v0,-79,-32,-135,-32,-153v0,-9,8,-16,19,-16v12,0,17,4,38,54","w":119},"*":{"d":"68,-216v1,-20,-6,-48,16,-48v21,0,14,29,15,48v17,-4,46,-26,52,4v-1,18,-30,17,-44,24v8,13,21,22,25,38v-2,17,-21,20,-28,10r-20,-31v-11,11,-14,32,-33,36v-9,2,-23,-16,-12,-25r21,-28v-14,-7,-42,-6,-44,-24v5,-30,35,-8,52,-4","w":167},"+":{"d":"86,-123v2,-31,-10,-81,22,-81v32,0,20,50,22,81v30,2,79,-10,80,21v0,32,-49,20,-80,22v-2,31,10,80,-22,80v-32,0,-20,-49,-22,-80v-31,-1,-80,8,-80,-22v1,-31,50,-19,80,-21","w":216},",":{"d":"89,-11v0,40,-20,56,-51,64v-8,0,-12,-5,-12,-11v0,-16,36,-8,38,-45v-17,12,-38,-5,-38,-24v0,-16,13,-30,29,-30v23,0,34,21,34,46","w":110},"-":{"d":"14,-99v1,-39,54,-25,89,-25v16,0,29,6,29,25v-1,38,-54,24,-88,24v-17,0,-30,-6,-30,-24","w":146},".":{"d":"26,-27v0,-16,13,-30,29,-30v16,0,30,14,30,30v0,16,-14,30,-30,30v-16,0,-29,-14,-29,-30","w":110},"\/":{"d":"3,-12r89,-239v2,-5,6,-14,20,-14v12,-1,24,17,15,30r-86,226v-2,6,-5,15,-19,15v-9,0,-19,-7,-19,-18","w":133},"0":{"d":"67,-126v0,65,15,87,43,87v28,0,44,-22,44,-87v0,-54,-12,-87,-44,-87v-32,0,-43,33,-43,87xm14,-129v0,-85,38,-127,96,-127v58,0,96,42,96,127v0,64,-20,134,-96,134v-76,0,-96,-70,-96,-134","w":220},"1":{"d":"62,-27r0,-137v-25,-4,-66,13,-65,-19v-3,-17,22,-19,39,-23v40,-9,29,-50,59,-50v12,0,21,5,21,25r0,204v0,19,-7,32,-27,32v-20,0,-27,-13,-27,-32","w":146},"2":{"d":"71,-45r108,0v13,0,23,6,23,22v0,17,-10,23,-26,23r-135,0v-21,0,-30,-14,-30,-27v0,-25,23,-54,68,-82v50,-32,67,-38,67,-67v0,-24,-18,-37,-38,-37v-23,0,-38,10,-46,38v-4,14,-8,21,-23,21v-15,0,-26,-7,-26,-25v0,-43,43,-77,96,-77v58,0,92,38,92,71v0,48,-22,67,-60,88v-41,23,-66,38,-70,52","w":213},"3":{"d":"80,-129v0,-37,59,-11,59,-52v0,-22,-17,-32,-36,-32v-44,0,-34,41,-62,41v-12,0,-24,-5,-24,-21v0,-44,52,-63,87,-63v90,-3,110,85,55,120v27,8,38,29,38,56v0,57,-44,85,-97,85v-68,0,-89,-42,-89,-63v0,-14,11,-25,26,-25v32,0,14,44,64,44v48,0,61,-67,9,-71v-10,-1,-30,-3,-30,-19","w":213},"4":{"d":"122,-99r0,-93r-70,93r70,0xm148,5v-34,0,-25,-33,-26,-63v-47,-1,-152,9,-110,-46r110,-142v14,-18,51,-11,51,16r0,131v37,-12,53,37,18,41r-18,0v-1,29,8,63,-25,63"},"5":{"d":"15,-133v0,-34,10,-64,15,-96v2,-12,11,-22,23,-22r108,0v14,0,24,6,24,22v0,17,-10,23,-23,23r-92,0v-2,18,-9,38,-9,55v51,-38,135,-10,135,66v0,58,-42,90,-99,90v-62,0,-85,-33,-85,-51v0,-15,10,-25,25,-25v22,0,22,35,61,35v27,0,46,-23,46,-46v0,-31,-22,-45,-49,-45v-28,0,-37,18,-55,18v-13,0,-25,-7,-25,-24","w":213},"6":{"d":"118,-217v-40,1,-52,38,-51,76v44,-50,139,-12,139,56v0,60,-40,90,-93,90v-76,0,-99,-60,-99,-117v0,-106,41,-144,108,-144v43,0,72,25,72,46v0,13,-10,24,-22,24v-24,0,-25,-31,-54,-31xm70,-81v0,28,16,45,42,45v26,0,42,-17,42,-45v0,-31,-18,-44,-42,-44v-23,0,-42,16,-42,44","w":220},"7":{"d":"27,-251r147,0v14,0,24,5,24,26v0,28,-59,39,-96,201v-4,21,-9,29,-26,29v-21,0,-27,-12,-27,-28v0,-35,48,-140,94,-183r-116,0v-13,0,-23,-6,-23,-23v0,-16,10,-22,23,-22","w":206},"8":{"d":"14,-76v0,-28,14,-50,41,-59v-64,-33,-32,-121,55,-121v87,0,118,87,56,121v27,9,40,31,40,59v0,61,-52,81,-96,81v-44,0,-96,-20,-96,-81xm110,-116v-63,0,-52,80,0,80v26,0,44,-15,44,-40v0,-15,-11,-40,-44,-40xm72,-184v0,23,17,33,38,33v22,0,39,-10,39,-33v0,-21,-17,-33,-39,-33v-21,0,-38,12,-38,33","w":220},"9":{"d":"103,-34v39,-1,52,-39,51,-76v-45,50,-140,11,-140,-57v0,-59,41,-89,93,-89v77,0,99,59,99,116v0,107,-41,145,-108,145v-43,0,-72,-25,-72,-47v0,-13,10,-23,23,-23v23,0,24,31,54,31xm150,-170v0,-28,-16,-45,-42,-45v-26,0,-41,17,-41,45v0,30,18,44,41,44v24,0,42,-16,42,-44","w":220},":":{"d":"26,-159v0,-16,13,-29,29,-29v16,0,30,13,30,29v0,16,-14,30,-30,30v-16,0,-29,-14,-29,-30xm26,-27v0,-16,13,-30,29,-30v16,0,30,14,30,30v0,16,-14,30,-30,30v-16,0,-29,-14,-29,-30","w":110},";":{"d":"89,-11v0,40,-20,56,-51,64v-8,0,-12,-5,-12,-11v0,-16,36,-8,38,-45v-17,12,-38,-5,-38,-24v0,-16,13,-30,29,-30v23,0,34,21,34,46xm26,-159v0,-16,13,-29,29,-29v16,0,30,13,30,29v0,16,-14,30,-30,30v-16,0,-29,-14,-29,-30","w":110},"<":{"d":"191,-153r-116,51r116,51v27,9,20,41,-3,42v-61,-17,-110,-50,-166,-72v-18,-7,-18,-34,0,-41v56,-23,105,-55,166,-73v22,1,29,30,3,42","w":216},"=":{"d":"31,-166r154,0v15,0,25,9,25,22v0,13,-10,21,-25,21r-154,0v-15,0,-25,-11,-25,-21v0,-13,10,-22,25,-22xm31,-81r154,0v15,0,25,9,25,22v0,13,-10,21,-25,21r-154,0v-15,0,-25,-11,-25,-21v0,-13,10,-22,25,-22","w":216},">":{"d":"25,-51r116,-51r-116,-51v-28,-9,-19,-41,3,-42v61,17,110,51,166,73v18,7,18,34,0,41v-56,23,-105,54,-166,72v-23,-1,-29,-31,-3,-42","w":216},"?":{"d":"15,-197v0,-36,41,-67,85,-67v46,0,91,21,91,72v0,47,-53,65,-65,82v-9,12,-6,30,-30,30v-15,0,-23,-13,-23,-24v0,-43,63,-53,63,-88v0,-19,-13,-31,-34,-31v-46,0,-28,48,-63,48v-13,0,-24,-8,-24,-22xm68,-27v0,-16,14,-30,30,-30v16,0,29,14,29,30v0,16,-13,30,-29,30v-16,0,-30,-14,-30,-30","w":206},"@":{"d":"112,-121v0,21,13,32,29,32v21,0,35,-18,35,-41v0,-18,-10,-31,-28,-31v-21,0,-36,19,-36,40xm221,-181v0,30,-11,57,-15,86v0,4,2,7,7,7v13,0,32,-16,32,-55v0,-59,-40,-90,-96,-90v-55,0,-99,47,-99,104v0,64,44,103,103,103v54,0,65,-24,77,-24v7,0,14,6,14,14v0,19,-55,42,-91,42v-78,0,-142,-56,-142,-135v0,-78,62,-136,139,-136v69,0,127,43,127,111v0,82,-69,104,-91,104v-15,1,-19,-8,-22,-18v-30,38,-91,10,-91,-45v0,-71,74,-115,113,-64v0,-23,35,-29,35,-4","w":288},"A":{"d":"3,-21v23,-79,54,-150,82,-225v10,-27,63,-28,75,4r71,198v12,20,4,49,-22,49v-32,0,-30,-39,-42,-60r-95,0v-11,22,-8,61,-41,60v-17,0,-28,-10,-28,-26xm154,-96r-34,-104r-35,104r69,0","w":240},"B":{"d":"27,-35r0,-190v-1,-54,67,-34,113,-34v44,0,95,10,95,67v1,23,-14,42,-36,53v27,7,45,27,45,62v-1,87,-95,78,-182,77v-21,0,-35,-8,-35,-35xm86,-115r0,70v44,-3,99,13,99,-35v0,-45,-56,-33,-99,-35xm86,-216r0,63v38,0,92,6,90,-31v-3,-41,-51,-30,-90,-32","w":259},"C":{"d":"19,-130v0,-73,43,-135,127,-135v67,0,105,42,105,67v0,17,-9,27,-27,27v-34,0,-24,-47,-78,-47v-37,0,-68,32,-68,88v0,48,19,89,70,89v46,0,45,-50,74,-50v14,0,29,8,29,23v0,37,-46,74,-103,74v-81,0,-129,-46,-129,-136","w":259},"D":{"d":"27,-35r0,-190v-1,-53,63,-34,107,-34v64,0,123,28,123,129v0,82,-45,130,-124,130v-45,0,-106,18,-106,-35xm86,-212r0,164r50,0v47,0,62,-42,62,-82v0,-73,-40,-89,-112,-82","w":273,"k":{".":9,"o":11,"y":9,"c":13,"d":9}},"E":{"d":"29,-35r0,-190v0,-26,13,-34,34,-34r139,0v17,0,30,5,30,24v0,18,-13,23,-30,23r-114,0r0,56r100,0v15,0,28,5,28,23v0,19,-13,23,-28,23r-100,0r0,62r117,0v17,0,30,6,30,24v0,19,-13,24,-30,24r-142,0v-21,0,-34,-8,-34,-35","w":246},"F":{"d":"29,-25r0,-200v0,-26,13,-34,34,-34r130,0v18,0,30,5,30,24v0,18,-12,23,-30,23r-105,0r0,61r89,0v16,0,28,4,28,22v0,19,-12,23,-28,23r-89,0v-4,43,16,111,-30,111v-18,0,-29,-12,-29,-30","w":226,"k":{"V":9,"w":9}},"G":{"d":"268,-113r0,98v0,11,-8,20,-20,20v-17,0,-22,-11,-26,-34v-16,21,-40,35,-77,35v-91,0,-126,-63,-126,-136v0,-87,55,-135,135,-135v66,0,101,39,101,62v0,20,-16,26,-28,26v-29,0,-19,-41,-76,-41v-41,0,-73,27,-73,92v0,51,25,87,74,87v31,0,58,-21,61,-53v-29,-2,-65,9,-65,-23v0,-38,61,-23,96,-23v17,0,24,9,24,25","w":293},"H":{"d":"27,-25r0,-209v0,-18,12,-30,30,-30v44,0,25,63,29,103r108,0v4,-40,-15,-103,29,-103v18,0,30,12,30,30r0,209v0,18,-12,30,-30,30v-47,-1,-24,-73,-29,-116r-108,0v-5,43,18,114,-29,116v-18,0,-30,-12,-30,-30","w":280},"I":{"d":"27,-25r0,-209v0,-18,12,-30,30,-30v18,0,29,12,29,30r0,209v0,18,-11,30,-29,30v-18,0,-30,-12,-30,-30","w":113},"J":{"d":"179,-234r0,153v0,54,-30,87,-88,87v-71,0,-85,-47,-85,-73v0,-22,11,-36,29,-36v44,0,7,64,55,64v19,0,30,-15,30,-43r0,-152v0,-18,12,-30,30,-30v18,0,29,12,29,30","w":206,"k":{",":13,".":46,"a":46,"e":20,"o":13,"r":13,"u":6}},"K":{"d":"27,-25r0,-209v0,-18,12,-30,30,-30v47,1,24,72,29,115r93,-102v12,-20,51,-16,52,11v-13,37,-48,55,-70,84v26,44,60,84,82,132v-1,35,-40,38,-56,13r-68,-105r-33,32v-2,37,11,90,-29,89v-18,0,-30,-12,-30,-30","w":246},"L":{"d":"27,-35r0,-199v0,-18,12,-30,30,-30v18,0,29,12,29,30r0,184r99,0v17,0,31,9,31,25v0,16,-14,25,-31,25r-123,0v-21,0,-35,-8,-35,-35","k":{"d":9,"q":9,"-":6,"h":4,"i":4,":":6}},"M":{"d":"26,-24r0,-211v1,-30,23,-30,50,-29v18,0,27,7,33,27r52,166r51,-166v7,-26,21,-28,49,-27v16,0,32,6,32,29r0,211v0,15,-7,29,-26,29v-19,0,-26,-14,-26,-29r-1,-161r-55,172v-6,25,-42,24,-50,0r-56,-172r0,161v0,15,-7,29,-26,29v-20,0,-27,-14,-27,-29","w":319},"N":{"d":"26,-24r0,-205v-5,-40,51,-45,67,-19r104,166r0,-153v0,-20,11,-29,28,-29v18,0,29,9,29,29r0,203v8,39,-51,48,-68,21r-103,-162r0,149v0,19,-11,29,-28,29v-18,0,-29,-10,-29,-29","w":280},"O":{"d":"16,-133v0,-76,46,-132,131,-132v85,0,131,56,131,132v0,73,-43,139,-131,139v-93,0,-131,-60,-131,-139xm75,-133v0,50,16,92,72,92v54,0,72,-42,72,-92v0,-50,-24,-85,-72,-85v-48,0,-72,35,-72,85","w":293,"k":{"C":27,"T":40,"U":46,"v":46,".":20,"G":2}},"P":{"d":"27,-25r0,-200v0,-57,77,-34,125,-34v50,0,90,24,90,82v0,47,-33,82,-90,82r-66,0v-3,40,14,100,-29,100v-18,0,-30,-12,-30,-30xm86,-214r0,74v44,1,97,6,97,-37v0,-43,-53,-37,-97,-37","w":253,"k":{"w":2,"Y":2,"d":4}},"Q":{"d":"16,-133v0,-76,46,-132,131,-132v130,0,166,152,95,232v9,10,26,16,28,32v2,17,-26,31,-37,14r-23,-21v-18,9,-39,14,-63,14v-93,0,-131,-60,-131,-139xm75,-133v0,59,33,106,96,88v-8,-9,-24,-13,-25,-28v-2,-19,23,-28,37,-15r20,19v32,-51,17,-149,-56,-149v-48,0,-72,35,-72,85","w":293},"R":{"d":"27,-25r0,-200v1,-59,83,-34,133,-34v70,0,89,38,89,72v1,29,-18,55,-45,63v51,1,31,78,44,106v0,13,-14,23,-28,23v-32,0,-35,-32,-35,-42v7,-75,-39,-65,-99,-64v-4,41,16,106,-29,106v-18,0,-30,-12,-30,-30xm86,-214r0,70v45,-3,102,15,104,-35v1,-50,-60,-31,-104,-35","w":266,"k":{"G":20,"s":54}},"S":{"d":"73,-189v0,32,60,31,90,39v53,14,68,44,68,74v0,47,-36,82,-107,82v-75,0,-108,-37,-108,-65v0,-15,10,-25,25,-25v32,0,23,47,83,47v49,1,70,-49,23,-61r-67,-17v-54,-14,-63,-43,-63,-71v0,-58,53,-79,103,-79v46,0,100,26,100,60v0,15,-12,24,-27,24v-27,0,-22,-39,-77,-39v-27,0,-43,13,-43,31","w":246},"T":{"d":"91,-25r0,-185v-34,-2,-85,10,-87,-24v0,-17,14,-25,31,-25r171,0v16,0,30,8,30,25v-2,35,-52,22,-86,24r0,185v0,18,-12,30,-30,30v-18,0,-29,-12,-29,-30","w":240,"k":{"e":33,"o":33,"r":6,"u":4,"y":4,"-":4,"h":4,"i":6,"O":20}},"U":{"d":"27,-97r0,-137v0,-18,12,-30,30,-30v18,0,29,12,29,30v0,74,-31,193,54,193v34,0,54,-16,54,-52r0,-141v0,-18,11,-30,29,-30v18,0,30,12,30,30r0,137v0,71,-44,103,-113,103v-69,0,-113,-32,-113,-103","w":280,"k":{"C":4,"T":6,"U":20,".":6}},"V":{"d":"230,-238v-21,78,-53,147,-78,222v-10,30,-62,29,-72,0r-73,-204v-12,-23,3,-44,26,-44v16,0,25,8,30,26r54,176r55,-176v6,-18,14,-26,28,-26v15,0,30,7,30,26","w":233,"k":{"T":4}},"W":{"d":"330,-237r-54,214v-5,20,-14,28,-35,28v-22,0,-30,-10,-35,-29r-40,-159r-38,159v-5,19,-13,29,-35,29v-22,0,-31,-8,-36,-28r-54,-214v1,-34,49,-37,56,-3r36,172r40,-174v4,-14,9,-22,31,-22v25,0,30,12,34,28r40,168r35,-172v5,-34,53,-31,55,3","w":333,"k":{"v":40,"V":6,"w":13,"W":6,"Y":33,"-":6,"h":6,"i":6}},"X":{"d":"4,-21v13,-44,49,-76,70,-113v-20,-35,-53,-60,-63,-102v-7,-28,47,-37,54,-13r43,73r46,-73v10,-24,52,-20,52,12v-14,42,-45,68,-65,103v22,37,50,70,68,110v0,30,-41,41,-55,15r-47,-80r-52,82v-12,21,-53,12,-51,-14","w":213},"Y":{"d":"110,5v-45,0,-25,-65,-29,-106r-73,-120v-15,-19,8,-47,25,-43v14,0,21,6,27,17r51,95r51,-95v12,-27,51,-23,55,10v-19,52,-53,89,-77,136v-4,41,15,106,-30,106","w":220},"Z":{"d":"21,-52r133,-158r-103,0v-17,0,-30,-8,-30,-24v0,-17,13,-25,30,-25r156,0v24,-5,34,30,19,48r-136,161r115,0v17,0,31,9,31,25v0,16,-14,25,-31,25r-160,0v-34,5,-41,-32,-24,-52","w":246},"[":{"d":"79,-220r0,247v0,0,48,-4,47,20v0,29,-40,19,-66,19v-14,0,-29,-5,-29,-30r0,-265v1,-43,38,-30,73,-30v13,0,22,5,22,19v1,24,-25,20,-47,20","w":126},"\\":{"d":"41,-251r89,239v0,25,-38,20,-38,3r-89,-238v-1,-24,38,-21,38,-4","w":133},"]":{"d":"48,27r0,-247v0,0,-48,4,-47,-20v0,-29,39,-19,65,-19v15,0,29,5,29,30r0,265v-1,43,-37,30,-72,30v-13,0,-22,-5,-22,-19v-1,-24,25,-20,47,-20","w":126},"^":{"d":"149,-121r-41,-74r-41,74v-15,30,-59,10,-38,-14r55,-101v13,-21,36,-22,48,0v21,39,45,73,60,117v-1,16,-38,18,-43,-2","w":216},"_":{"d":"180,45r-180,0v-6,0,-10,-3,-10,-9v0,-6,4,-9,10,-9r180,0v6,0,10,3,10,9v0,6,-4,9,-10,9","w":180},"a":{"d":"195,-139v1,39,-3,97,6,124v-8,36,-59,18,-55,-11v-35,46,-128,43,-131,-23v-2,-57,55,-58,105,-64v13,-1,23,-4,23,-19v0,-16,-16,-22,-33,-22v-39,0,-40,29,-61,29v-13,0,-22,-10,-22,-20v0,-21,29,-48,83,-48v51,0,85,16,85,54xm96,-30v38,0,51,-23,47,-59v-20,18,-77,4,-76,38v0,11,11,21,29,21"},"b":{"d":"21,-20r0,-218v0,-17,10,-26,26,-26v42,-1,20,64,27,98v11,-17,29,-27,52,-27v55,0,81,47,81,98v0,68,-39,100,-82,100v-27,1,-46,-13,-57,-33v1,20,-5,33,-23,33v-17,0,-24,-9,-24,-25xm154,-94v0,-24,-8,-58,-41,-58v-59,1,-57,116,0,116v28,-1,41,-27,41,-58"},"c":{"d":"11,-90v0,-61,34,-103,98,-103v44,0,77,25,77,49v0,15,-11,23,-24,23v-25,0,-16,-31,-54,-31v-21,0,-45,14,-45,62v0,32,16,54,45,54v36,0,28,-34,56,-34v13,0,22,10,22,20v0,23,-26,55,-80,55v-65,0,-95,-40,-95,-95","w":193},"d":{"d":"199,-238r0,218v0,16,-7,25,-24,25v-19,0,-23,-16,-24,-33v-9,22,-30,33,-56,33v-44,0,-82,-32,-82,-100v0,-51,26,-98,81,-98v24,-1,40,12,53,27v4,-37,-15,-98,26,-98v16,0,26,9,26,26xm107,-152v-60,0,-52,115,0,116v31,0,42,-28,42,-58v0,-27,-10,-58,-42,-58"},"e":{"d":"184,-84r-118,0v0,27,18,48,48,48v40,0,40,-26,61,-26v13,0,22,11,22,20v0,32,-51,47,-83,47v-73,0,-101,-50,-101,-96v0,-61,37,-102,99,-102v61,0,95,43,95,86v0,18,-5,23,-23,23xm66,-114r92,0v-3,-25,-21,-42,-45,-42v-26,0,-42,16,-47,42","w":220,"k":{";":9,"G":9}},"f":{"d":"37,-22r0,-132v-33,10,-47,-34,-11,-34r11,0v-7,-49,17,-78,58,-77v32,-7,49,37,18,43v-23,-7,-25,12,-23,34v19,0,42,-2,40,17v2,19,-21,17,-40,17r0,132v0,18,-10,27,-26,27v-16,0,-27,-9,-27,-27","w":133},"g":{"d":"66,-95v0,24,11,51,41,51v24,0,42,-15,42,-53v0,-38,-15,-55,-39,-55v-34,0,-44,25,-44,57xm199,-168r0,153v0,63,-39,92,-94,92v-39,0,-79,-18,-79,-44v0,-12,10,-22,22,-22v22,0,26,27,56,27v35,0,49,-27,44,-68v-9,13,-30,25,-51,25v-55,0,-84,-36,-84,-88v0,-99,95,-128,139,-69v-1,-19,6,-31,23,-31v17,0,24,9,24,25"},"h":{"d":"21,-22r0,-216v0,-17,10,-26,26,-26v43,-1,19,65,27,99v29,-40,125,-45,125,41r0,102v0,14,-6,27,-26,27v-21,0,-26,-13,-26,-27v0,-49,20,-127,-34,-128v-18,0,-40,15,-40,42r0,86v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27"},"i":{"d":"24,-22r0,-145v0,-14,6,-26,26,-26v21,0,26,12,26,26r0,145v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27xm23,-238v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27","w":100},"j":{"d":"24,24r0,-191v0,-14,6,-26,26,-26v21,0,26,12,26,26r0,186v0,38,-14,56,-53,56v-33,0,-40,-42,-13,-42v8,0,14,-2,14,-9xm23,-238v0,-15,12,-27,27,-27v15,0,27,12,27,27v0,15,-12,27,-27,27v-15,0,-27,-12,-27,-27","w":100},"k":{"d":"21,-22r0,-216v0,-17,10,-26,26,-26v16,0,26,9,26,26r0,120r59,-65v12,-18,45,-10,45,14v-7,28,-33,37,-47,58v19,31,51,50,60,90v6,26,-41,34,-49,13r-49,-70r-19,16v0,30,6,67,-26,67v-16,0,-26,-9,-26,-27","w":193},"l":{"d":"24,-22r0,-216v0,-17,10,-26,26,-26v16,0,26,9,26,26r0,216v0,18,-10,27,-26,27v-16,0,-26,-9,-26,-27","w":100},"m":{"d":"21,-22r0,-145v0,-16,9,-26,25,-26v17,0,27,13,25,33v25,-37,91,-51,114,0v29,-48,127,-49,127,31r0,107v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27v0,-47,21,-125,-29,-128v-51,-3,-37,77,-38,128v0,14,-6,27,-26,27v-21,0,-27,-13,-27,-27v0,-46,20,-125,-28,-128v-52,-3,-37,77,-39,128v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27","w":333},"n":{"d":"21,-22r0,-145v0,-16,7,-26,24,-26v20,0,22,16,24,33v31,-47,130,-52,130,36r0,102v0,14,-6,27,-26,27v-21,0,-26,-13,-26,-27v0,-49,20,-127,-34,-128v-18,0,-40,15,-40,42r0,86v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27"},"o":{"d":"66,-94v0,32,13,60,44,60v31,0,45,-28,45,-60v0,-35,-14,-60,-45,-60v-30,0,-44,25,-44,60xm13,-94v0,-56,34,-99,97,-99v64,0,97,43,97,99v0,52,-25,99,-97,99v-71,0,-97,-47,-97,-99","w":220,"k":{"C":4,"T":4,"v":6,"y":46,"q":33,"h":27,"i":40,"O":46,":":46}},"p":{"d":"21,48r0,-216v0,-16,7,-25,24,-25v19,0,23,16,24,33v9,-22,30,-33,56,-33v43,0,82,32,82,100v0,51,-26,98,-81,98v-25,1,-41,-12,-53,-27v-4,36,14,98,-26,97v-16,0,-26,-9,-26,-27xm113,-36v60,0,53,-116,0,-116v-31,0,-42,27,-42,57v0,27,10,59,42,59"},"q":{"d":"199,-168r0,216v0,18,-10,27,-26,27v-42,2,-20,-63,-27,-97v-10,17,-28,27,-52,27v-55,0,-81,-47,-81,-98v0,-68,38,-100,82,-100v27,-1,46,13,57,33v-1,-20,5,-33,23,-33v17,0,24,9,24,25xm66,-95v0,25,8,59,41,59v58,-1,57,-117,0,-116v-28,1,-41,26,-41,57"},"r":{"d":"24,-22r0,-146v0,-16,10,-25,24,-25v22,0,23,24,24,45v6,-22,18,-45,44,-45v16,0,28,11,28,26v-1,23,-15,29,-35,26v-39,-6,-33,74,-33,119v0,14,-5,27,-26,27v-20,0,-26,-13,-26,-27","w":146,"k":{",":9,"e":6,"u":11,"d":4,"q":9,"-":9}},"s":{"d":"13,-134v0,-43,42,-59,78,-59v40,0,81,16,81,40v0,12,-9,23,-22,23v-21,0,-21,-24,-55,-24v-18,0,-30,5,-30,16v0,18,33,19,50,24v30,8,66,19,66,56v0,86,-164,74,-168,16v0,-12,6,-22,21,-22v23,0,25,32,64,32v18,0,30,-8,30,-19v0,-21,-42,-22,-61,-28v-30,-9,-54,-20,-54,-55","w":193,"k":{"w":20,"W":54,"Y":54,"A":11}},"t":{"d":"89,5v-83,0,-46,-92,-54,-159v-17,1,-30,-2,-30,-17v0,-15,13,-18,30,-17v-1,-28,-3,-59,26,-59v29,0,27,31,26,59v19,0,40,-2,40,17v0,19,-21,17,-40,17r0,105v-2,23,40,3,40,30v0,15,-13,24,-38,24","w":133},"u":{"d":"199,-167r0,145v0,16,-7,27,-24,27v-20,1,-22,-16,-24,-33v-31,47,-130,52,-130,-36r0,-103v0,-14,6,-26,26,-26v21,0,26,12,26,26v0,49,-20,127,34,128v18,0,40,-15,40,-41r0,-87v0,-14,5,-26,26,-26v20,0,26,12,26,26"},"v":{"d":"55,-14r-52,-152v0,-18,12,-27,25,-27v20,0,25,17,26,22r36,119r36,-119v1,-5,6,-22,26,-22v18,0,29,20,22,41r-49,138v-5,14,-9,19,-35,19v-26,0,-30,-5,-35,-19","w":180,"k":{"i":4}},"w":{"d":"47,-24v-14,-48,-42,-91,-42,-144v0,-14,12,-25,25,-25v20,0,22,10,26,26r29,115r22,-105v4,-20,9,-36,33,-36v25,0,30,15,35,36r23,105r26,-115v3,-16,6,-26,26,-26v20,-1,29,23,22,44r-39,125v-5,43,-58,37,-67,1r-26,-103r-26,103v-6,21,-11,28,-33,28v-21,0,-27,-4,-34,-29","w":280,"k":{"e":20,"o":46,"r":46,"u":45,"y":49,"c":49,"d":49,"q":49,"-":36,":":40,";":6,"G":13,"s":6}},"x":{"d":"86,-61v-19,22,-22,59,-55,66v-19,0,-32,-22,-18,-42r40,-59v-14,-24,-36,-42,-43,-71v-5,-20,34,-38,49,-13r30,49v15,-18,26,-60,52,-62v20,-1,30,24,19,40r-38,57v14,26,39,44,45,76v5,26,-42,35,-50,7","w":173},"y":{"d":"57,-173r34,123r32,-120v4,-13,11,-23,26,-23v29,0,31,21,23,40r-61,173v-13,36,-27,55,-60,55v-42,0,-43,-46,-9,-46v12,0,18,2,24,-16r-62,-181v-1,-30,45,-32,53,-5","w":180,"k":{"C":6,"T":6}},"z":{"d":"18,-40r99,-107v-36,-6,-98,17,-98,-21v0,-15,12,-20,22,-20r125,0v22,-1,26,26,13,40r-97,107r86,0v10,0,21,5,21,20v0,16,-11,21,-21,21r-134,0v-24,0,-29,-26,-16,-40","w":200},"{":{"d":"110,-227v-45,-5,-20,61,-26,94v1,34,-27,33,-38,37v13,1,38,3,38,36v0,34,-18,98,26,94v9,0,16,5,16,16v0,20,-24,15,-43,16v-60,4,-47,-67,-47,-121v0,-39,-35,-13,-35,-41v0,-29,35,-3,35,-42v0,-54,-13,-125,47,-121v19,1,43,-5,43,16v0,11,-7,16,-16,16","w":126},"|":{"d":"18,-17r0,-225v0,-13,8,-23,22,-23v14,0,22,10,22,23r0,225v0,13,-8,23,-22,23v-14,0,-22,-10,-22,-23","w":79},"}":{"d":"17,34v45,5,20,-61,26,-94v-1,-34,27,-33,38,-37v-13,-1,-38,-3,-38,-36v0,-34,18,-98,-26,-94v-9,0,-16,-5,-16,-16v0,-20,24,-15,43,-16v59,-4,46,67,46,121v0,39,36,13,36,42v0,27,-36,3,-36,41v0,54,13,125,-46,121v-19,-1,-43,5,-43,-16v0,-11,7,-16,16,-16","w":126},"~":{"d":"201,-116v0,22,-20,48,-53,48v-28,0,-59,-25,-78,-25v-20,0,-25,22,-40,22v-11,0,-15,-9,-15,-17v0,-22,20,-48,51,-48v30,0,61,25,80,25v20,0,25,-22,40,-22v11,0,15,9,15,17","w":216},"'":{"d":"57,-155v-36,0,-24,-51,-24,-84v0,-14,9,-25,24,-25v35,1,24,51,24,84v0,15,-10,25,-24,25","w":113},"`":{"d":"19,-274v21,0,35,23,51,33v19,11,10,36,-8,35v-20,-9,-56,-25,-62,-48v0,-7,5,-20,19,-20","w":100},"\u00a0":{"w":110}},"kerning":{}});
Cufon.registerFont({"w":200,"face":{"font-family":"HelveticaLight","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 4 3 2 2 2 2 2 4","ascent":"258","descent":"-102","x-height":"5","bbox":"-4 -276 315 90","underline-thickness":"18","underline-position":"-18","stemh":"18","stemv":"22","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100},"!":{"d":"52,-65r-5,-114r0,-80r26,0r0,80r-5,114r-16,0xm73,0r-26,0r0,-32r26,0r0,32","w":119},"\"":{"d":"21,-178r0,-81r18,0r0,81r-18,0xm60,-178r0,-81r19,0r0,81r-19,0","w":100},"#":{"d":"181,-103r0,21r-40,0r-11,82r-21,0r11,-82r-49,0r-13,82r-21,0r12,-82r-39,0r0,-21r43,0r7,-51r-40,0r0,-21r43,0r12,-76r21,0r-11,76r49,0r11,-76r21,0r-11,76r36,0r0,21r-39,0r-7,51r36,0xm131,-154r-49,0r-8,51r49,0"},"$":{"d":"92,-142r0,-92v-27,0,-49,18,-49,45v0,31,22,40,49,47xm109,-116r0,103v30,0,54,-22,54,-52v0,-35,-24,-44,-54,-51xm109,7r0,27r-17,0r0,-27v-45,-2,-77,-29,-79,-80r24,0v0,32,22,59,55,60r0,-107v-40,-9,-72,-23,-72,-68v0,-40,33,-67,72,-66r0,-22r17,0r0,22v39,0,68,23,70,64r-23,0v-1,-27,-21,-44,-47,-44r0,95v47,12,77,24,77,78v0,42,-39,67,-77,68"},"%":{"d":"237,-119v33,0,59,27,59,59v0,33,-26,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,27,-59,60,-59xm237,-99v-22,0,-39,18,-39,40v0,20,18,38,39,38v20,0,38,-18,38,-39v0,-21,-18,-39,-38,-39xm143,-192v0,33,-27,60,-59,60v-33,0,-60,-27,-60,-60v0,-32,27,-59,60,-59v32,0,59,27,59,59xm84,-153v20,0,39,-18,39,-39v0,-20,-18,-39,-39,-39v-22,0,-39,18,-39,39v0,22,18,39,39,39xm240,-254r-142,259r-19,0r143,-259r18,0","w":320},"&":{"d":"163,-47r-73,-88v-29,13,-51,39,-51,67v0,68,96,68,124,21xm136,-194v9,-20,-4,-46,-31,-46v-18,0,-34,12,-34,31v0,16,18,38,27,49v14,-9,31,-18,38,-34xm111,-144r65,77v9,-15,10,-33,10,-50r22,0v-1,23,-5,47,-18,67r42,50r-29,0r-26,-31v-42,63,-163,46,-162,-39v0,-39,29,-65,62,-80v-14,-17,-28,-36,-28,-58v0,-33,27,-51,58,-51v32,0,55,22,55,50v0,34,-24,49,-51,65","w":240},"(":{"d":"81,-266r19,0v-72,99,-72,236,0,335r-19,0v-80,-97,-81,-239,0,-335","w":119},")":{"d":"39,69r-19,0v72,-98,72,-237,0,-335r19,0v81,97,80,239,0,335","w":119},"*":{"d":"22,-233r40,16r0,-42r15,0r0,42r41,-15r6,16r-41,13r27,38r-14,9r-27,-39r-28,38r-13,-10r28,-36r-40,-14","w":140},"+":{"d":"108,-101r0,-79r22,0r0,79r79,0r0,22r-79,0r0,79r-22,0r0,-79r-79,0r0,-22r79,0","w":237},",":{"d":"63,-32v1,36,3,77,-26,81v-3,-22,17,-18,12,-49r-12,0r0,-32r26,0","w":100},"-":{"d":"14,-105r91,0r0,23r-91,0r0,-23","w":119},".":{"d":"63,0r-26,0r0,-32r26,0r0,32","w":100},"\/":{"d":"104,-266r-85,298r-20,0r85,-298r20,0","w":100},"0":{"d":"163,-125v0,-55,-10,-109,-64,-109v-50,0,-62,55,-62,112v0,65,14,108,63,108v55,0,63,-60,63,-111xm100,-254v75,0,86,73,86,132v0,67,-16,127,-86,127v-70,0,-86,-60,-86,-130v0,-64,13,-129,86,-129"},"1":{"d":"109,0r0,-189r-66,0r0,-15v39,-2,63,-6,70,-50r19,0r0,254r-23,0"},"2":{"d":"17,0v-4,-104,143,-112,143,-182v0,-33,-24,-52,-56,-52v-33,0,-56,29,-55,63r-24,0v0,-50,32,-83,82,-83v51,0,78,32,78,70v-2,98,-131,80,-143,165r141,0r0,19r-166,0"},"3":{"d":"21,-180v-3,-43,37,-74,82,-74v40,0,72,20,72,63v0,26,-11,46,-36,56v81,31,48,141,-36,140v-59,0,-85,-19,-91,-78r23,0v0,38,26,59,63,59v37,0,64,-28,63,-58v-2,-41,-37,-54,-81,-50r0,-19v42,0,72,-10,72,-49v0,-31,-25,-44,-54,-44v-32,0,-54,22,-54,54r-23,0"},"4":{"d":"129,0r0,-63r-116,0r0,-19r118,-169r21,0r0,169r35,0r0,19r-35,0r0,63r-23,0xm129,-217r-93,135r93,0r0,-135"},"5":{"d":"13,-66r23,0v4,34,29,52,62,52v38,0,61,-29,61,-65v0,-65,-86,-88,-118,-38r-19,-3r20,-131r126,0r0,19r-106,0r-16,85v57,-38,136,-8,136,68v0,106,-163,115,-169,13"},"6":{"d":"181,-192r-24,0v-5,-25,-21,-42,-48,-42v-62,0,-68,67,-71,114v14,-19,29,-39,66,-39v52,0,81,31,81,82v0,51,-30,82,-81,82v-51,0,-89,-32,-89,-121v0,-60,17,-138,92,-138v40,0,69,22,74,62xm104,-140v-36,0,-58,29,-58,63v0,29,16,63,58,63v43,0,58,-34,58,-64v0,-39,-19,-62,-58,-62"},"7":{"d":"21,-228r0,-23r162,0r0,21v-73,82,-100,180,-103,230r-25,0v5,-73,52,-168,100,-228r-134,0"},"8":{"d":"100,-124v-35,0,-61,17,-61,54v0,31,24,56,63,56v33,0,59,-23,59,-57v0,-36,-27,-53,-61,-53xm99,-234v-28,0,-51,15,-51,45v0,32,26,45,54,45v28,0,49,-14,49,-50v0,-25,-17,-40,-52,-40xm60,-136v-62,-28,-34,-118,37,-118v39,0,77,19,77,62v0,26,-11,45,-35,57v28,10,45,33,45,63v0,50,-35,77,-89,77v-37,0,-79,-25,-79,-75v0,-30,15,-55,44,-66"},"9":{"d":"19,-56r23,0v6,27,22,42,50,42v60,0,68,-67,70,-114v-35,68,-147,44,-147,-42v0,-48,26,-84,81,-84v69,0,89,57,89,128v0,86,-38,131,-92,131v-40,0,-70,-19,-74,-61xm96,-234v-38,0,-58,25,-58,65v0,38,21,61,58,61v36,0,57,-28,57,-63v0,-37,-21,-63,-57,-63"},":":{"d":"63,0r-26,0r0,-32r26,0r0,32xm63,-145r-26,0r0,-32r26,0r0,32","w":100},";":{"d":"63,-32v1,36,3,77,-26,81v-3,-22,17,-18,12,-49r-12,0r0,-32r26,0xm63,-145r-26,0r0,-32r26,0r0,32","w":100},"<":{"d":"57,-92r152,71r0,23r-180,-84r0,-20r180,-80r0,23","w":237},"=":{"d":"209,-136r0,22r-180,0r0,-22r180,0xm209,-66r0,21r-180,0r0,-21r180,0","w":237},">":{"d":"209,-102r0,20r-180,84r0,-23r151,-71r-151,-67r0,-23","w":237},"?":{"d":"170,-198v0,54,-79,64,-71,132r-21,0v-13,-63,69,-89,69,-134v0,-26,-21,-47,-56,-47v-36,0,-56,27,-55,61r-22,0v-4,-48,31,-80,77,-80v49,0,79,27,79,68xm102,0r-26,0r0,-32r26,0r0,32","w":180},"@":{"d":"246,-60r21,0v-22,42,-69,67,-116,67v-77,0,-137,-62,-137,-138v0,-75,62,-135,135,-135v70,0,125,48,125,114v0,57,-46,105,-84,105v-13,0,-27,-6,-31,-19v-31,34,-93,15,-93,-36v0,-48,36,-109,89,-109v17,0,33,8,40,24r6,-17r24,0r-36,109v-6,16,-9,29,6,29v30,0,57,-49,57,-87v0,-59,-48,-95,-102,-95v-66,0,-114,55,-114,120v0,65,50,117,115,117v37,0,74,-18,95,-49xm121,-71v33,0,60,-60,60,-92v0,-14,-10,-27,-25,-27v-38,0,-63,54,-63,86v0,18,10,33,28,33","w":288},"A":{"d":"31,0r-26,0r102,-259r28,0r99,259r-25,0r-30,-81r-118,0xm120,-238r-51,136r102,0","w":240},"B":{"d":"54,-124r0,103v63,-2,141,15,141,-52v0,-65,-79,-49,-141,-51xm54,-238r0,93v57,2,139,3,129,-49v10,-49,-73,-45,-129,-44xm220,-73v2,94,-105,70,-191,73r0,-259r94,0v61,0,85,26,85,65v0,36,-21,52,-42,56v36,6,54,31,54,65","w":240},"C":{"d":"238,-184r-25,0v-10,-44,-37,-61,-82,-61v-62,0,-89,53,-89,115v0,58,21,116,92,116v44,0,72,-30,82,-71r25,0v-11,50,-43,92,-112,92v-80,0,-112,-63,-112,-137v0,-99,52,-136,121,-136v53,0,92,28,100,82","w":259},"D":{"d":"210,-32v-39,48,-107,29,-181,32r0,-259v64,3,128,-14,169,19v60,49,59,150,12,208xm216,-130v0,-58,-30,-117,-104,-108r-58,0r0,217v45,-2,85,6,119,-12v35,-18,43,-62,43,-97","w":259},"E":{"d":"205,0r-176,0r0,-259r173,0r0,21r-148,0r0,93r133,0r0,21r-133,0r0,103r151,0r0,21","w":219},"F":{"d":"51,0r-24,0r0,-259r167,0r0,21r-143,0r0,93r130,0r0,21r-130,0r0,124","k":{"f":6}},"G":{"d":"227,-113r-88,0r0,-21r111,0r0,134r-21,0r0,-44v-18,31,-45,51,-97,51v-65,0,-113,-46,-113,-138v0,-76,38,-135,120,-135v54,0,97,27,108,82r-25,0v-9,-39,-43,-61,-81,-61v-69,0,-97,50,-97,124v0,57,34,107,94,107v45,0,94,-42,89,-99","w":280},"H":{"d":"53,0r-24,0r0,-259r24,0r0,111r154,0r0,-111r24,0r0,259r-24,0r0,-127r-154,0r0,127","w":259},"I":{"d":"62,0r-24,0r0,-259r24,0r0,259","w":100},"J":{"d":"8,-82r24,0v0,32,2,67,47,67v34,0,46,-20,46,-57r0,-187r24,0r0,188v0,50,-23,78,-73,78v-58,0,-68,-43,-68,-89","w":180},"K":{"d":"55,0r-24,0r0,-259r24,0r0,134r133,-134r28,0r-103,103r121,156r-30,0r-108,-141r-41,41r0,100","w":240},"L":{"d":"193,0r-164,0r0,-259r25,0r0,238r139,0r0,21","k":{"u":20,":":46,";":46}},"M":{"d":"53,0r-25,0r0,-259r38,0r85,228r84,-228r37,0r0,259r-25,0r0,-231r-85,231r-23,0r-86,-231r0,231","w":299},"N":{"d":"203,0r-150,-226r0,226r-25,0r0,-259r28,0r151,226r0,-226r24,0r0,259r-28,0","w":259},"O":{"d":"19,-129v0,-76,42,-137,120,-137v81,0,122,61,122,137v0,74,-41,136,-121,136v-80,0,-121,-62,-121,-136xm140,-14v67,0,96,-55,96,-115v0,-72,-37,-116,-97,-116v-66,0,-95,56,-95,116v0,61,28,115,96,115","w":280},"P":{"d":"53,0r-25,0r0,-259r95,0v67,0,84,33,84,72v0,78,-79,74,-154,73r0,114xm53,-135v61,-1,130,10,130,-54v0,-54,-72,-51,-130,-49r0,103","w":219,"k":{"A":20,",":46,".":46}},"Q":{"d":"220,-24r35,26r-14,17r-38,-30v-18,11,-40,18,-65,18v-80,0,-121,-62,-121,-136v0,-72,39,-137,120,-137v73,0,122,49,122,137v0,42,-13,79,-39,105xm167,-65r35,26v22,-20,32,-54,32,-90v0,-78,-41,-116,-96,-116v-67,0,-96,56,-96,116v0,79,67,143,142,103r-30,-22","w":280},"R":{"d":"53,-139v62,-1,142,13,141,-51v-1,-67,-80,-44,-141,-48r0,99xm176,-128v50,11,26,105,44,128r-27,0v-10,-18,-7,-66,-11,-86v-11,-51,-77,-26,-129,-32r0,118r-24,0r0,-259v82,1,190,-16,190,68v0,33,-13,50,-43,63","w":240,"k":{"T":33,"V":33,"W":20,"y":13,"Y":40}},"S":{"d":"15,-77r24,0v4,46,35,63,75,63v46,0,66,-25,66,-54v0,-80,-158,-27,-158,-129v0,-36,29,-69,87,-69v59,0,88,35,88,77r-24,0v0,-39,-30,-56,-64,-56v-49,0,-67,30,-63,57v11,67,158,19,158,119v0,48,-35,76,-95,76v-54,0,-94,-28,-94,-84","w":219},"T":{"d":"6,-238r0,-21r188,0r0,21r-82,0r0,238r-24,0r0,-238r-82,0","k":{"u":27,":":46,";":46}},"U":{"d":"30,-98r0,-161r24,0v6,97,-31,245,76,245v110,0,68,-147,76,-245r24,0r0,161v0,68,-33,105,-100,105v-68,0,-100,-38,-100,-105","w":259},"V":{"d":"96,0r-90,-259r26,0r78,230r78,-230r25,0r-90,259r-27,0","w":219,"k":{"-":-6,"s":-6,":":33,";":33,"i":6,"p":6}},"W":{"d":"174,-259r59,224r57,-224r25,0r-68,259r-27,0r-61,-229r-60,229r-27,0r-67,-259r25,0r56,224r60,-224r28,0","w":320,"k":{"T":-6,"v":-6,"V":6,"w":6,"W":-6,"y":20,"m":6,"o":6,"t":6,"a":13}},"X":{"d":"185,0r-76,-114r-75,114r-28,0r90,-133r-86,-126r29,0r70,109r72,-109r28,0r-85,126r89,133r-28,0","w":219},"Y":{"d":"32,-259r77,125r78,-125r28,0r-94,146r0,113r-24,0r0,-111r-93,-148r28,0","w":219,"k":{"q":30,"-":30,"u":33,":":40,";":40,"i":40}},"Z":{"d":"208,0r-197,0r0,-21r166,-217r-152,0r0,-21r182,0r0,20r-166,218r167,0r0,21","w":219},"[":{"d":"101,69r-68,0r0,-335r69,0r0,18r-46,0r0,299r45,0r0,18","w":119},"\\":{"d":"81,32r-85,-298r21,0r84,298r-20,0","w":100},"]":{"d":"87,-266r0,335r-69,0r0,-18r46,0r0,-299r-45,0r0,-18r68,0","w":119},"^":{"d":"47,-88r-21,0r83,-163r19,0r83,163r-21,0r-72,-141","w":237},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"a":{"d":"148,-98v-37,17,-108,2,-108,50v0,23,19,34,40,34v45,1,76,-28,68,-84xm192,-1v-20,10,-49,-1,-44,-25v-32,43,-127,45,-131,-23v-3,-41,47,-57,95,-60v16,0,36,-6,36,-25v0,-22,-13,-38,-46,-38v-30,0,-51,10,-55,42r-22,0v-1,-79,145,-88,145,-4r0,102v0,17,4,21,22,14r0,17"},"b":{"d":"50,-94v0,45,22,80,63,80v36,0,63,-27,64,-73v2,-47,-19,-85,-64,-85v-39,0,-63,36,-63,78xm51,-33v-3,8,0,23,-1,33r-22,0r0,-259r22,0r0,102v14,-22,40,-35,67,-35v57,0,83,47,83,99v0,55,-24,98,-84,98v-24,0,-53,-13,-65,-38","w":219},"c":{"d":"180,-128r-22,0v-8,-28,-27,-44,-55,-44v-86,1,-85,157,0,158v32,0,52,-19,57,-50r23,0v-8,41,-34,69,-80,69v-60,0,-86,-43,-86,-98v0,-52,30,-99,86,-99v42,0,71,21,77,64"},"d":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-66,38,-64,85v1,46,28,73,64,73v41,0,63,-35,63,-80xm170,-157r0,-102r22,0r0,259r-22,0v-1,-10,2,-25,-1,-33v-12,25,-41,38,-65,38v-60,0,-84,-43,-84,-98v0,-52,26,-99,83,-99v27,0,53,13,67,35","w":219},"e":{"d":"39,-106r122,0v0,-37,-20,-66,-59,-66v-38,0,-58,31,-63,66xm184,-88r-145,0v0,40,21,74,63,74v28,0,50,-16,56,-43r25,0v-11,35,-34,62,-81,62v-60,0,-86,-42,-86,-98v0,-54,33,-99,86,-99v51,0,82,37,82,104"},"f":{"d":"35,-168r-28,0r0,-18r28,0v-4,-49,5,-88,58,-77r0,20v-36,-10,-39,21,-36,57r36,0r0,18r-36,0r0,168r-22,0r0,-168","w":100,"k":{"r":-6,"s":6}},"g":{"d":"170,-93v0,-45,-22,-79,-63,-79v-36,0,-63,26,-64,73v-2,47,19,85,64,85v39,0,63,-36,63,-79xm169,-154v3,-8,0,-22,1,-32r22,0r0,168v0,50,-17,94,-88,94v-55,0,-77,-31,-79,-53r23,0v7,28,30,34,56,34v59,0,67,-44,66,-87v-14,23,-40,35,-67,35v-57,0,-83,-46,-83,-99v0,-55,24,-98,84,-98v24,0,53,14,65,38","w":219},"h":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-259r22,0r0,98v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"i":{"d":"51,0r-22,0r0,-186r22,0r0,186xm52,-227r-24,0r0,-32r24,0r0,32","w":79},"j":{"d":"32,-186r21,0r0,211v4,38,-13,53,-51,47r0,-19v25,3,30,-6,30,-25r0,-214xm54,-259r0,32r-23,0r0,-32r23,0","w":79},"k":{"d":"46,0r-22,0r0,-259r22,0r0,161r92,-88r29,0r-70,67r78,119r-24,0r-70,-104r-35,33r0,71","w":180},"l":{"d":"51,0r-22,0r0,-259r22,0r0,259","w":79},"m":{"d":"99,-172v-69,0,-53,98,-54,172r-22,0r0,-186r22,0r0,28v12,-22,34,-34,58,-34v35,0,47,17,55,36v12,-24,34,-36,61,-36v90,0,47,114,57,192r-21,0r0,-129v0,-27,-9,-43,-40,-43v-34,0,-54,35,-54,72r0,100r-22,0r0,-129v0,-27,-9,-43,-40,-43","w":299},"n":{"d":"104,-172v-75,1,-53,98,-56,172r-22,0r0,-186r22,0r0,25v36,-52,126,-36,126,39r0,122r-22,0v-8,-66,29,-173,-48,-172"},"o":{"d":"100,5v-47,0,-86,-33,-86,-98v0,-55,28,-99,86,-99v58,0,86,44,86,99v0,59,-34,98,-86,98xm163,-93v0,-44,-17,-79,-63,-79v-45,0,-63,38,-63,79v0,46,22,79,63,79v45,0,63,-39,63,-79"},"p":{"d":"50,-93v0,43,24,79,63,79v45,0,66,-38,64,-85v-1,-47,-28,-73,-64,-73v-41,0,-63,34,-63,79xm50,-30r0,103r-22,0r0,-259r22,0v1,10,-2,24,1,32v12,-24,41,-38,65,-38v60,0,84,43,84,98v0,53,-26,99,-83,99v-27,0,-53,-12,-67,-35","w":219},"q":{"d":"170,-94v0,-42,-24,-78,-63,-78v-45,0,-66,38,-64,85v1,46,28,73,64,73v41,0,63,-35,63,-80xm169,-154v3,-8,0,-22,1,-32r22,0r0,259r-22,0r0,-103v-14,23,-40,35,-67,35v-57,0,-83,-46,-83,-99v0,-55,24,-98,84,-98v24,0,53,14,65,38","w":219},"r":{"d":"110,-168v-81,-1,-57,94,-61,168r-22,0r0,-186r22,0r0,34v12,-29,30,-40,61,-40r0,24","w":119,"k":{"m":33,"o":33,"t":20,"-":13,"a":40,"r":27}},"s":{"d":"17,-58r22,0v6,32,23,44,55,44v32,0,46,-17,46,-35v0,-54,-119,-16,-119,-89v0,-31,24,-54,65,-54v41,0,67,17,72,59r-22,0v1,-51,-92,-51,-92,-7v0,51,119,19,119,91v0,35,-32,54,-76,54v-43,0,-69,-28,-70,-63","w":180},"t":{"d":"91,-17r0,18v-25,8,-58,7,-58,-33r0,-136r-26,0r0,-18r26,0r0,-52r22,0r0,52r35,0r0,18r-35,0r0,127v-5,28,16,31,36,24","w":100},"u":{"d":"95,-14v71,0,56,-100,57,-172r22,0r0,186r-22,0r0,-26v-11,13,-27,31,-60,31v-96,1,-59,-109,-66,-191r22,0v8,66,-28,172,47,172"},"v":{"d":"77,0r-71,-186r24,0r60,159r60,-159r24,0r-72,186r-25,0","w":180,"k":{"A":27,",":46,".":46}},"w":{"d":"143,-186r41,157r49,-157r22,0r-61,186r-23,0r-41,-157r-42,157r-26,0r-57,-186r22,0r48,159r43,-159r25,0","w":259,"k":{"y":-6,"f":-6,",":33,".":33,"c":6,"d":6,"e":6,"m":-6,"n":-6,"o":6,"q":6,"t":-6,"-":20}},"x":{"d":"147,0r-56,-81r-58,81r-27,0r72,-96r-66,-90r27,0r51,74r53,-74r28,0r-68,90r70,96r-26,0","w":180},"y":{"d":"24,71r0,-20v38,13,47,-27,55,-50r-73,-187r25,0r59,160r60,-160r24,0r-70,183v-23,55,-28,85,-80,74","w":180,"k":{"T":6,"V":6,"W":6,"Y":13}},"z":{"d":"168,0r-156,0r0,-19r124,-149r-116,0r0,-18r143,0r0,19r-123,149r128,0r0,18","w":180},"{":{"d":"16,-98v74,-11,-22,-175,82,-167v-64,14,7,144,-59,167v67,10,-8,147,61,167v-73,7,-54,-66,-54,-126v0,-21,-5,-37,-30,-41","w":119},"|":{"d":"29,-270r22,0r0,360r-22,0r0,-360","w":79},"}":{"d":"18,-267v74,-7,55,65,55,125v0,22,5,37,30,42v-76,10,23,172,-82,167v65,-14,-8,-146,59,-167v-68,-11,10,-148,-62,-167","w":119},"~":{"d":"158,-71v-26,0,-53,-25,-78,-25v-20,0,-31,19,-39,33r-12,-17v10,-15,25,-37,51,-37v24,0,57,25,79,26v16,0,29,-18,35,-31r15,12v-10,20,-26,39,-51,39","w":237},"'":{"d":"31,-178r0,-81r18,0r0,81r-18,0","w":79},"`":{"d":"66,-207r-50,-50r28,0r40,50r-18,0","w":119},"\u00a0":{"w":100}},"kerning":{}});