/*
 * 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.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(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}else{v.fillStyle=o.get("color")}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());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(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());

Cufon.registerFont({"w":342,"face":{"font-family":"interstate","font-weight":400,"font-stretch":"normal","units-per-em":"600","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"480","descent":"-120","x-height":"7","bbox":"-17 -543 557 116","underline-thickness":"12","underline-position":"-73.8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":162},"!":{"d":"121,-233r-12,112r-39,0r-12,-112r0,-187r63,0r0,187xm134,-38v0,12,-4,22,-13,31v-9,9,-20,14,-32,14v-12,0,-22,-5,-31,-14v-9,-9,-14,-19,-14,-31v0,-12,5,-23,14,-32v9,-9,19,-14,31,-14v12,0,23,5,32,14v9,9,13,20,13,32","w":178},"\"":{"d":"251,-420r-15,196r-45,0r-15,-196r75,0xm118,-420r-15,196r-45,0r-15,-196r75,0","w":294},"#":{"d":"390,-96r-72,0r0,96r-59,0r0,-96r-98,0r0,96r-59,0r0,-96r-72,0r0,-57r72,0r0,-114r-72,0r0,-57r72,0r0,-96r59,0r0,96r98,0r0,-96r59,0r0,96r72,0r0,57r-72,0r0,114r72,0r0,57xm259,-153r0,-114r-98,0r0,114r98,0","w":420},"$":{"d":"332,-124v0,71,-39,113,-118,123r0,61r-63,0r0,-61v-53,-7,-94,-30,-123,-67r48,-41v30,32,65,49,106,49v58,0,86,-19,86,-57v0,-16,-6,-29,-20,-39v-13,-9,-37,-18,-73,-29v-49,-14,-82,-30,-99,-44v-22,-18,-33,-44,-33,-78v0,-30,10,-55,30,-75v20,-20,46,-31,78,-36r0,-62r63,0r0,62v40,6,75,25,105,55r-44,44v-32,-28,-64,-41,-98,-41v-46,0,-70,16,-70,48v0,14,6,25,18,34v12,9,37,19,73,30v48,14,81,29,99,43v24,19,35,46,35,81","w":369},"%":{"d":"237,-296v0,38,-9,69,-29,94v-20,25,-45,36,-75,36v-30,0,-56,-12,-75,-36v-19,-24,-28,-55,-28,-93v0,-39,9,-71,28,-95v19,-24,45,-37,76,-37v32,0,56,13,75,37v19,24,28,56,28,94xm452,-420r-257,420r-61,0r258,-420r60,0xm557,-124v0,38,-9,69,-29,94v-20,25,-45,37,-75,37v-30,0,-55,-12,-74,-36v-19,-24,-29,-56,-29,-94v0,-39,10,-71,29,-95v19,-24,44,-36,75,-36v32,0,57,12,76,36v19,24,27,56,27,94xm183,-295v0,-24,-4,-44,-13,-58v-9,-14,-21,-21,-37,-21v-33,0,-49,26,-49,78v0,24,4,44,13,58v9,14,21,21,37,21v16,0,27,-8,36,-23v8,-14,13,-32,13,-55xm503,-123v0,-24,-4,-44,-13,-58v-9,-14,-20,-21,-36,-21v-33,0,-50,26,-50,78v0,24,5,44,14,58v9,14,20,21,36,21v16,0,28,-8,37,-23v8,-14,12,-32,12,-55","w":587},"&":{"d":"390,0r-72,0r-33,-39v-34,30,-74,46,-118,46v-44,0,-77,-11,-100,-32v-22,-20,-32,-47,-32,-82v0,-28,7,-52,22,-72v14,-18,36,-36,66,-53r-8,-9v-26,-32,-39,-62,-39,-89v0,-30,10,-54,31,-71v21,-17,49,-26,85,-26v38,0,75,14,113,40r-30,50v-29,-21,-58,-31,-88,-31v-32,0,-48,12,-48,37v0,16,7,32,21,50r123,151v12,-20,22,-44,29,-70r57,16v-10,38,-26,73,-46,102xm248,-83r-89,-106v-41,23,-61,49,-61,79v0,18,5,32,17,42v13,12,31,17,54,17v30,0,56,-10,79,-32","w":408},"'":{"d":"120,-420r-15,196r-49,0r-15,-196r79,0","w":161},"(":{"d":"183,39r-31,27v-78,-74,-117,-156,-117,-246v0,-92,39,-176,117,-250r31,27v-55,62,-83,135,-83,220v0,86,28,160,83,222","w":211},")":{"d":"177,-184v0,92,-39,175,-117,249r-31,-27v55,-62,83,-134,83,-219v0,-86,-28,-160,-83,-222r31,-27v78,74,117,156,117,246","w":211},"*":{"d":"269,-262r-27,46r-75,-53r10,91r-53,0r9,-92r-75,54r-27,-46r84,-37r-83,-38r27,-46r74,55r-9,-92r53,0r-10,91r74,-54r27,46r-85,38","w":300},"+":{"d":"323,-176r-114,0r0,117r-62,0r0,-117r-114,0r0,-60r114,0r0,-117r62,0r0,117r114,0r0,60","w":355},",":{"d":"121,-83r-45,159r-43,0r9,-159r79,0","w":152},".":{"d":"124,-41v0,13,-5,24,-14,33v-9,9,-21,15,-34,15v-13,0,-24,-6,-33,-15v-9,-9,-14,-20,-14,-33v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,25,5,34,15v9,10,14,20,14,33","w":152},"\/":{"d":"258,-474r-187,528r-61,0r186,-528r62,0","w":267},"0":{"d":"364,-211v0,66,-14,118,-42,156v-30,41,-71,62,-124,62v-53,0,-94,-21,-123,-61v-28,-38,-42,-89,-42,-155v0,-66,15,-118,43,-157v30,-40,70,-61,123,-61v53,0,94,20,123,60v28,38,42,90,42,156xm301,-209v0,-47,-8,-84,-24,-111v-18,-30,-44,-45,-79,-45v-68,0,-101,51,-101,154v0,47,8,84,24,111v18,30,43,45,78,45v68,0,102,-51,102,-154","w":397},"1":{"d":"149,0r-63,0r0,-322r-75,0r0,-43v51,-4,80,-22,87,-55r51,0r0,420","w":205},"2":{"d":"330,0r-301,0v2,-56,19,-103,51,-141v23,-27,59,-56,110,-86v28,-16,47,-30,57,-42v10,-12,15,-24,15,-39v0,-37,-27,-56,-81,-56v-38,0,-72,14,-101,42r-40,-48v40,-38,88,-57,143,-57v45,0,80,10,104,29v26,20,39,48,39,86v0,31,-8,56,-25,76v-14,16,-42,37,-81,60v-39,23,-66,43,-82,59v-16,16,-26,35,-31,56r223,0r0,61","w":379},"3":{"d":"325,-125v0,42,-14,75,-42,98v-28,23,-66,34,-116,34v-30,0,-59,-6,-87,-19v-28,-13,-50,-30,-64,-51r48,-41v26,32,60,48,103,48v61,0,92,-23,92,-69v0,-21,-7,-37,-21,-48v-14,-10,-32,-15,-55,-15r-39,0r0,-61r38,0v19,0,34,-5,44,-16v10,-11,16,-25,16,-42v0,-15,-5,-27,-16,-37v-14,-13,-35,-20,-63,-20v-30,0,-58,13,-83,39r-47,-45v37,-38,81,-57,131,-57v41,0,75,10,101,30v28,21,42,48,42,84v0,42,-17,73,-51,92v46,13,69,45,69,96","w":367},"4":{"d":"369,-94r-56,0r0,94r-61,0r0,-92r-227,0r0,-60r216,-268r72,0r0,270r56,0r0,56xm254,-349r-38,50r-81,103v-15,19,-28,35,-40,47v4,0,16,-1,32,-1r36,0r89,0r0,-122v0,-9,0,-23,1,-42v1,-19,1,-31,1,-35","w":400},"5":{"d":"344,-143v0,50,-15,88,-46,114v-29,24,-68,36,-119,36v-54,0,-104,-14,-147,-42r31,-52v39,22,78,32,118,32v32,0,57,-7,74,-22v17,-15,25,-36,25,-63v0,-50,-28,-75,-85,-75v-30,0,-57,9,-81,27r-67,-27r14,-205r258,0r0,60r-201,0r-9,106v26,-14,56,-21,91,-21v46,0,82,12,108,37v24,24,36,55,36,95","w":381},"6":{"d":"355,-133v0,44,-15,79,-47,104v-30,24,-69,36,-117,36v-47,0,-84,-13,-112,-39v-30,-29,-46,-73,-46,-129v0,-67,19,-123,56,-171v46,-60,114,-92,204,-95r0,60v-100,4,-162,50,-189,136v28,-22,64,-34,110,-34v40,0,73,11,99,33v28,23,42,56,42,99xm292,-132v0,-49,-32,-73,-96,-73v-66,0,-99,25,-99,74v0,22,9,39,25,53v18,16,41,23,71,23v31,0,56,-6,73,-20v17,-14,26,-33,26,-57","w":381},"7":{"d":"308,-356v-90,101,-137,220,-140,356r-64,0v2,-130,46,-250,131,-359r-221,0r0,-61r294,0r0,64","w":356},"8":{"d":"366,-122v0,41,-15,72,-45,95v-30,23,-70,34,-121,34v-51,0,-91,-12,-120,-34v-29,-22,-44,-54,-44,-95v0,-51,24,-87,74,-105v-20,-8,-34,-21,-44,-38v-8,-14,-12,-28,-12,-43v0,-39,14,-69,43,-90v26,-19,61,-29,105,-29v41,0,74,10,101,29v30,22,45,51,45,89v0,15,-4,30,-12,44v-10,18,-24,30,-44,38v50,18,74,54,74,105xm284,-307v0,-18,-6,-32,-19,-43v-15,-13,-37,-19,-65,-19v-55,0,-82,19,-82,59v0,17,7,31,22,42v15,11,36,16,62,16v26,0,46,-5,61,-16v14,-10,21,-23,21,-39xm302,-121v0,-48,-34,-72,-102,-72v-67,0,-100,23,-100,69v0,22,8,41,26,54v18,13,43,19,75,19v33,0,58,-7,76,-20v17,-12,25,-29,25,-50","w":402},"9":{"d":"349,-259v0,67,-19,123,-56,171v-46,60,-115,92,-205,95r0,-60v100,-4,163,-50,190,-136v-28,22,-65,34,-111,34v-40,0,-73,-11,-99,-33v-28,-23,-42,-56,-42,-99v0,-44,16,-79,48,-104v30,-24,69,-36,117,-36v47,0,84,13,112,39v30,29,46,73,46,129xm284,-289v0,-22,-8,-40,-24,-54v-18,-15,-42,-22,-72,-22v-31,0,-55,6,-72,20v-17,14,-26,33,-26,57v0,49,31,73,95,73v66,0,99,-25,99,-74","w":381},":":{"d":"124,-274v0,13,-5,25,-14,34v-9,9,-21,14,-34,14v-13,0,-24,-5,-33,-14v-9,-9,-14,-21,-14,-34v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,25,5,34,15v9,10,14,20,14,33xm124,-41v0,13,-5,24,-14,33v-9,9,-21,15,-34,15v-13,0,-24,-6,-33,-15v-9,-9,-14,-20,-14,-33v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,25,5,34,15v9,10,14,20,14,33","w":152},";":{"d":"124,-274v0,13,-5,25,-14,34v-9,9,-21,14,-34,14v-13,0,-24,-5,-33,-14v-9,-9,-14,-21,-14,-34v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,25,5,34,15v9,10,14,20,14,33xm116,-83r-45,159r-42,0r9,-159r78,0","w":152},"<":{"d":"209,-28r-175,-152r0,-53r175,-152r0,78r-117,100r117,100r0,79","w":248},"=":{"d":"308,-245r-260,0r0,-60r260,0r0,60xm308,-107r-260,0r0,-60r260,0r0,60","w":355},">":{"d":"214,-180r-174,152r0,-78r116,-100r-116,-100r0,-79r174,152r0,53","w":248},"?":{"d":"310,-315v0,28,-7,50,-20,67v-11,15,-30,30,-57,45v-20,11,-32,22,-38,34v-5,9,-7,25,-7,48r-66,0v0,-36,5,-62,15,-79v10,-17,32,-34,65,-52v16,-9,27,-18,34,-26v7,-8,10,-19,10,-33v0,-35,-27,-53,-81,-53v-37,0,-72,16,-104,47r-41,-48v41,-41,91,-62,147,-62v44,0,78,10,104,29v26,20,39,47,39,83xm200,-38v0,12,-4,22,-13,31v-9,9,-20,14,-32,14v-12,0,-23,-5,-32,-14v-9,-9,-13,-19,-13,-31v0,-12,4,-23,13,-32v9,-9,20,-14,32,-14v12,0,23,5,32,14v9,9,13,20,13,32"},"@":{"d":"467,-216v0,82,-30,124,-91,124v-30,0,-52,-13,-64,-38v-8,10,-19,19,-34,26v-15,7,-29,12,-43,12v-25,0,-46,-7,-63,-21v-19,-15,-28,-36,-28,-62v0,-24,10,-43,29,-57v18,-12,40,-19,68,-19v22,0,41,6,59,16r0,-31v0,-24,-19,-35,-56,-35v-23,0,-42,4,-58,14r-17,-29v23,-14,49,-21,78,-21v62,0,93,24,93,72r0,101v0,24,14,36,40,36v35,0,53,-30,53,-89v0,-48,-18,-90,-53,-124v-35,-34,-77,-51,-129,-51v-52,0,-96,17,-130,51v-34,34,-52,78,-52,130v0,52,18,96,52,131v34,35,78,52,130,52v28,0,54,-6,78,-18r14,32v-30,14,-60,21,-92,21v-63,0,-115,-21,-156,-62v-41,-41,-61,-92,-61,-155v0,-63,20,-114,61,-155v41,-41,93,-62,156,-62v63,0,114,21,155,62v41,41,61,91,61,149xm300,-162r0,-37v-16,-12,-37,-18,-62,-18v-37,0,-55,14,-55,41v0,32,19,48,58,48v11,0,23,-4,34,-10v11,-6,20,-14,25,-24","w":501},"A":{"d":"399,0r-67,0r-36,-100r-168,0r-34,100r-66,0r151,-420r67,0xm277,-156r-33,-97v-17,-50,-28,-81,-32,-96v-7,27,-18,59,-31,97r-33,96r129,0","w":427},"B":{"d":"365,-129v0,42,-12,74,-37,96v-25,22,-61,33,-107,33r-166,0r0,-420r172,0v37,0,67,9,89,28v22,19,32,46,32,81v0,38,-17,66,-53,84v19,5,35,16,48,31v15,18,22,40,22,67xm285,-307v0,-37,-19,-55,-58,-55r-113,0r0,108r113,0v20,0,34,-5,44,-16v9,-10,14,-22,14,-37xm302,-127v0,-22,-6,-39,-19,-51v-13,-12,-31,-19,-55,-19r-114,0r0,139r112,0v51,0,76,-23,76,-69","w":405},"C":{"d":"357,-74v-31,54,-80,81,-145,81v-54,0,-97,-20,-129,-60v-32,-40,-48,-93,-48,-157v0,-64,16,-117,48,-157v32,-40,75,-60,129,-60v66,0,113,27,143,79r-56,35v-11,-18,-23,-31,-35,-38v-14,-8,-31,-13,-52,-13v-36,0,-63,15,-83,42v-20,27,-29,64,-29,112v0,48,9,85,29,112v20,27,47,42,83,42v40,0,71,-18,93,-53","w":393},"D":{"d":"374,-210v0,70,-20,124,-61,161v-36,33,-85,49,-144,49r-114,0r0,-420r114,0v60,0,109,16,145,49v40,37,60,91,60,161xm310,-210v0,-99,-47,-149,-141,-149r-51,0r0,298r51,0v94,0,141,-50,141,-149","w":407},"E":{"d":"334,0r-279,0r0,-420r270,0r0,61r-207,0r0,104r120,0r0,61r-120,0r0,133r216,0r0,61","w":369},"F":{"d":"325,-358r-207,0r0,110r120,0r0,61r-120,0r0,187r-63,0r0,-420r270,0r0,62","w":349},"G":{"d":"372,-164v0,53,-15,95,-44,125v-29,30,-68,46,-116,46v-54,0,-97,-20,-129,-60v-32,-40,-48,-93,-48,-157v0,-64,16,-117,48,-157v32,-40,75,-60,129,-60v66,0,113,27,143,79r-55,34v-11,-18,-23,-30,-35,-38v-14,-8,-32,-12,-53,-12v-36,0,-63,15,-83,42v-20,27,-30,64,-30,112v0,48,10,85,30,112v20,27,47,42,83,42v32,0,57,-10,74,-29v15,-17,22,-39,22,-66r0,-1r-69,0r0,-61r133,0r0,49","w":406},"H":{"d":"374,0r-63,0r0,-187r-193,0r0,187r-63,0r0,-420r63,0r0,170r193,0r0,-170r63,0r0,420","w":428},"I":{"d":"121,0r-63,0r0,-420r63,0r0,420","w":178},"J":{"d":"310,-166v0,115,-49,173,-149,173v-75,0,-125,-38,-147,-112r62,-18v17,44,46,67,87,67v30,0,51,-9,64,-27v13,-18,20,-47,20,-87r0,-250r63,0r0,254","w":361},"K":{"d":"386,0r-72,0r-120,-215r-78,94r0,121r-61,0r0,-420r61,0r0,144v0,32,0,56,-1,74v6,-9,22,-30,48,-63r124,-155r72,0r-123,152","w":411},"L":{"d":"327,0r-272,0r0,-420r63,0r0,358r209,0r0,62","w":357},"M":{"d":"430,0r-62,0r0,-222v0,-33,1,-58,2,-74v-8,21,-8,21,-27,66r-102,237r-101,-237v-10,-23,-10,-23,-27,-66v1,16,1,41,1,74r0,222r-59,0r0,-420r64,0r95,224v8,18,17,42,28,72v5,-15,15,-39,29,-72r92,-224r67,0r0,420","w":484},"N":{"d":"374,0r-60,0r-168,-263r-31,-52v0,4,1,20,1,46r0,51r0,218r-61,0r0,-420r64,0r159,256v11,18,23,38,35,60r0,-47r0,-52r0,-217r61,0r0,420","w":428},"O":{"d":"392,-211v0,65,-16,118,-49,158v-33,40,-77,60,-131,60v-53,0,-96,-20,-129,-59v-33,-39,-49,-92,-49,-157v0,-65,17,-118,50,-158v33,-40,77,-60,130,-60v54,0,96,20,129,59v33,39,49,92,49,157xm328,-209v0,-47,-11,-85,-33,-114v-22,-28,-49,-41,-83,-41v-34,0,-61,13,-82,41v-21,28,-32,65,-32,112v0,47,11,85,33,113v22,28,49,42,83,42v34,0,62,-13,83,-41v21,-28,31,-65,31,-112","w":426},"P":{"d":"365,-289v0,42,-13,75,-38,98v-25,23,-59,34,-101,34r-110,0r0,157r-61,0r0,-420r175,0v40,0,73,11,97,33v26,24,38,56,38,98xm301,-289v0,-23,-6,-40,-19,-53v-13,-13,-31,-19,-53,-19r-113,0r0,145r113,0v48,0,72,-25,72,-73","w":391},"Q":{"d":"391,-210v0,74,-22,131,-65,172r28,44r-52,32r-28,-43v-20,8,-40,12,-62,12v-54,0,-97,-20,-129,-60v-32,-40,-48,-93,-48,-157v0,-64,16,-117,48,-157v32,-40,75,-60,129,-60v54,0,98,20,130,60v32,40,49,93,49,157xm326,-210v0,-48,-9,-85,-29,-112v-20,-27,-49,-42,-85,-42v-36,0,-63,15,-83,42v-20,27,-30,64,-30,112v0,48,10,85,30,113v20,28,47,42,83,42v10,0,20,-1,29,-3r-31,-48r52,-32r30,48v23,-25,34,-65,34,-120","w":425},"R":{"d":"374,-295v0,66,-31,107,-93,123r86,172r-72,0r-84,-166r-95,0r0,166r-61,0r0,-420r184,0v39,0,71,10,95,30v27,22,40,54,40,95xm310,-293v0,-22,-6,-38,-19,-50v-13,-12,-30,-18,-52,-18r-123,0r0,135r123,0v48,0,71,-22,71,-67","w":416},"S":{"d":"336,-121v0,39,-12,70,-37,92v-27,24,-66,36,-118,36v-61,0,-111,-23,-150,-68r45,-44v30,33,67,50,109,50v58,0,87,-20,87,-61v0,-16,-6,-29,-20,-39v-14,-10,-38,-20,-74,-31v-48,-14,-81,-29,-99,-44v-22,-18,-33,-45,-33,-80v0,-36,14,-64,40,-85v26,-21,59,-32,99,-32v52,0,98,19,137,57r-44,45v-26,-27,-59,-40,-98,-40v-23,0,-40,5,-52,15v-12,10,-18,22,-18,37v0,15,6,27,19,36v13,9,37,19,73,30v46,14,79,28,98,44v24,20,36,47,36,82","w":375},"T":{"d":"336,-358r-122,0r0,358r-63,0r0,-358r-123,0r0,-62r308,0r0,62","w":364},"U":{"d":"371,-175v0,59,-14,104,-42,135v-28,31,-68,47,-120,47v-52,0,-90,-16,-117,-48v-27,-32,-40,-77,-40,-135r0,-244r63,0r0,242v0,81,32,122,96,122v65,0,97,-40,97,-118r0,-246r63,0r0,245","w":422},"V":{"d":"385,-420r-144,420r-67,0r-146,-420r69,0r87,268v12,38,21,63,24,76v3,-13,11,-39,23,-77r86,-267r68,0","w":412},"W":{"d":"488,-420r-86,420r-64,0r-65,-271v-5,-22,-9,-41,-12,-56v-3,18,-7,37,-12,56r-68,271r-63,0r-86,-420r64,0r50,265v5,27,9,45,10,55v4,-20,7,-38,11,-54r68,-266r54,0r68,272v4,18,8,33,10,48v2,-13,5,-29,9,-49r51,-271r61,0","w":517},"X":{"d":"368,0r-75,0r-47,-82r-46,-85v-7,16,-22,44,-46,85r-47,82r-74,0r130,-217r-122,-203r75,0r39,68v19,33,34,62,46,86v14,-28,29,-57,46,-86r39,-68r74,0r-122,203","w":395},"Y":{"d":"389,-420r-151,254r0,166r-63,0r0,-166r-150,-254r73,0r66,116v17,30,31,58,43,83v11,-24,25,-51,43,-83r66,-116r73,0","w":413},"Z":{"d":"355,0r-319,0r0,-61r205,-248v21,-26,38,-44,48,-54v-22,1,-51,1,-85,1r-156,0r0,-58r307,0r0,61r-203,248v-20,24,-35,42,-47,54v22,-1,51,-1,85,-1r165,0r0,58","w":398},"[":{"d":"190,66r-133,0r0,-486r133,0r0,51r-74,0r0,384r74,0r0,51","w":228},"\\":{"d":"258,54r-62,0r-186,-528r61,0","w":267},"]":{"d":"171,66r-133,0r0,-51r74,0r0,-384r-74,0r0,-51r133,0r0,486","w":228},"^":{"d":"319,-229r-69,0r-77,-126r-77,126r-68,0r121,-191r48,0","w":346},"_":{"d":"300,106r-300,0r0,-57r300,0r0,57","w":300},"`":{"d":"208,-357r-49,0r-99,-96r84,0","w":300},"a":{"d":"287,0r-61,0r0,-31v-25,25,-54,38,-86,38v-29,0,-54,-8,-74,-24v-24,-19,-35,-47,-35,-83v0,-34,12,-59,36,-77v22,-16,51,-25,89,-25v29,0,52,4,70,12r0,-23v0,-36,-19,-53,-59,-53v-31,0,-58,6,-82,19r-24,-46v30,-19,66,-29,108,-29v36,0,65,9,85,26v22,18,33,45,33,80r0,216xm226,-89r0,-45v-18,-9,-42,-14,-72,-14v-20,0,-35,4,-47,12v-12,8,-18,21,-18,35v0,35,21,52,61,52v31,0,56,-13,76,-40","w":330},"b":{"d":"310,-152v0,51,-13,91,-38,120v-22,26,-51,39,-86,39v-31,0,-57,-12,-79,-36r0,29r-61,0r0,-406r61,-31r0,152v26,-24,54,-37,82,-37v36,0,65,14,86,40v24,29,35,73,35,130xm248,-151v0,-76,-23,-114,-70,-114v-26,0,-51,14,-72,41r0,132v20,28,45,42,74,42v46,0,68,-34,68,-101"},"c":{"d":"280,-268r-36,44v-25,-26,-51,-39,-77,-39v-22,0,-41,9,-54,28v-13,19,-20,45,-20,77v0,32,6,57,19,76v14,20,33,30,57,30v23,0,46,-13,71,-39r40,39v-31,39,-69,59,-113,59v-39,0,-72,-15,-97,-45v-26,-30,-39,-71,-39,-119v0,-51,13,-91,40,-121v26,-29,58,-44,98,-44v44,0,81,18,111,54","w":313},"d":{"d":"296,0r-61,0r0,-30v-26,24,-54,37,-82,37v-36,0,-65,-14,-86,-40v-24,-29,-35,-73,-35,-130v0,-51,13,-91,38,-120v22,-26,51,-39,86,-39v31,0,57,12,79,36r0,-120r61,-31r0,437xm236,-91r0,-132v-20,-28,-45,-42,-74,-42v-46,0,-68,34,-68,101v0,76,23,114,70,114v26,0,51,-14,72,-41"},"e":{"d":"301,-164v0,6,-1,15,-2,28r-208,0v3,29,13,51,28,66v14,14,31,21,51,21v23,0,46,-8,69,-25r36,39v-29,28,-64,42,-108,42v-38,0,-70,-15,-96,-43v-27,-30,-40,-71,-40,-121v0,-52,12,-94,38,-123v25,-28,58,-42,100,-42v43,0,75,16,99,47v22,29,33,66,33,111xm239,-187v-4,-53,-29,-79,-75,-79v-42,0,-66,26,-72,79r147,0","w":332},"f":{"d":"193,-376v-14,-4,-26,-6,-36,-6v-19,0,-29,11,-29,31r0,36r59,0r0,58r-59,0r0,257r-61,0r0,-257r-41,0r0,-58r41,0r0,-41v0,-53,26,-80,79,-80v16,0,32,2,47,6r0,54","w":217},"g":{"d":"296,-30v0,50,-10,85,-31,107v-23,24,-62,37,-117,39r-21,-47v43,-2,72,-10,87,-24v14,-13,21,-36,21,-70r0,-5v-26,24,-54,37,-82,37v-36,0,-65,-14,-86,-40v-24,-30,-35,-73,-35,-130v0,-51,13,-91,38,-120v23,-26,51,-39,86,-39v32,0,58,12,79,36r0,-29r61,0r0,285xm236,-91r0,-132v-20,-28,-45,-42,-74,-42v-46,0,-68,34,-68,101v0,76,23,114,70,114v26,0,51,-14,72,-41"},"h":{"d":"299,0r-62,0r0,-178v0,-58,-22,-87,-65,-87v-43,0,-65,27,-65,81r0,184r-61,0r0,-405r61,-32r0,152v17,-24,44,-37,80,-37v75,0,112,47,112,141r0,181"},"i":{"d":"119,-395v0,11,-3,19,-11,27v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-11,-16,-11,-27v0,-11,3,-21,11,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,11,18,11,29xm110,0r-61,0r0,-315r61,0r0,315","w":159},"j":{"d":"119,-395v0,11,-3,19,-11,27v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-11,-16,-11,-27v0,-11,3,-21,11,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,11,18,11,29xm110,-14v0,41,-7,70,-21,88v-15,19,-43,33,-85,42r-21,-47v28,-8,46,-17,54,-27v8,-10,12,-28,12,-55r0,-302r61,0r0,301","w":159},"k":{"d":"292,0r-67,0r-70,-157r-48,64r0,93r-61,0r0,-405r61,-32r0,198r0,35r0,32v12,-19,12,-18,35,-51r65,-92r70,0r-80,106","w":317},"l":{"d":"110,0r-61,0r0,-405r61,-32r0,437","w":159},"m":{"d":"473,0r-61,0r0,-178v0,-31,-5,-54,-15,-67v-10,-13,-25,-20,-46,-20v-40,0,-61,27,-61,81r0,184r-61,0r0,-178v0,-31,-5,-54,-15,-67v-10,-13,-25,-20,-46,-20v-40,0,-61,27,-61,81r0,184r-61,0r0,-315r61,0r0,30v17,-24,42,-37,75,-37v40,0,70,16,87,47v25,-31,56,-47,96,-47v72,0,108,47,108,141r0,181","w":516},"n":{"d":"299,0r-62,0r0,-178v0,-58,-22,-87,-65,-87v-43,0,-65,27,-65,81r0,184r-61,0r0,-315r61,0r0,30v17,-24,44,-37,80,-37v75,0,112,47,112,141r0,181"},"o":{"d":"311,-159v0,51,-12,91,-39,121v-27,30,-61,45,-103,45v-40,0,-73,-16,-99,-46v-26,-30,-39,-69,-39,-118v0,-50,13,-91,40,-121v26,-29,59,-44,100,-44v41,0,75,15,101,45v26,30,39,70,39,118xm249,-157v0,-32,-8,-58,-22,-77v-14,-19,-33,-29,-58,-29v-23,0,-42,9,-56,28v-14,19,-20,44,-20,76v0,34,7,60,21,79v14,19,34,28,58,28v23,0,41,-10,56,-31v14,-20,21,-44,21,-74"},"p":{"d":"310,-152v0,51,-13,91,-38,120v-22,26,-51,39,-86,39v-31,0,-57,-12,-79,-36r0,113r-61,32r0,-431r61,0r0,30v26,-24,54,-37,82,-37v36,0,65,14,86,40v24,29,35,73,35,130xm248,-151v0,-76,-23,-114,-70,-114v-26,0,-51,14,-72,41r0,132v20,28,45,42,74,42v46,0,68,-34,68,-101"},"q":{"d":"296,84r-61,32r0,-146v-26,24,-54,37,-82,37v-36,0,-65,-14,-86,-40v-24,-29,-35,-73,-35,-130v0,-51,13,-91,38,-120v22,-26,51,-39,86,-39v31,0,57,12,79,36r0,-29r61,0r0,399xm236,-91r0,-132v-20,-28,-45,-42,-74,-42v-46,0,-68,34,-68,101v0,76,23,114,70,114v26,0,51,-14,72,-41"},"r":{"d":"233,-308r-16,58v-14,-8,-30,-11,-48,-11v-41,0,-62,27,-62,81r0,180r-61,0r0,-315r61,0r0,30v17,-24,41,-37,72,-37v22,0,41,5,54,14","w":250},"s":{"d":"266,-86v0,32,-12,56,-36,72v-20,14,-48,21,-82,21v-44,0,-85,-14,-121,-41r28,-46v30,21,61,31,92,31v38,0,58,-12,58,-35v0,-11,-7,-21,-20,-29v-8,-6,-27,-14,-54,-24v-34,-13,-58,-27,-72,-41v-14,-14,-20,-34,-20,-58v0,-28,9,-48,29,-63v20,-15,46,-23,78,-23v39,0,75,12,107,35r-27,48v-26,-18,-52,-27,-81,-27v-29,0,-44,9,-44,28v0,15,20,31,59,46v39,15,65,29,79,41v18,16,27,37,27,65","w":299},"t":{"d":"203,-62r-7,54v-17,10,-37,15,-60,15v-47,0,-71,-28,-71,-84r0,-182r-45,0r0,-56r45,0r0,-90r60,-32r0,122r78,0r0,56r-78,0r0,171v0,14,3,25,8,30v5,5,13,8,25,8v16,0,31,-4,45,-12","w":241},"u":{"d":"296,0r-61,0r0,-30v-17,24,-44,37,-80,37v-75,0,-112,-47,-112,-141r0,-181r62,0r0,178v0,58,22,87,65,87v43,0,65,-27,65,-81r0,-184r61,0r0,315"},"v":{"d":"305,-315r-111,315r-61,0r-113,-315r65,0r56,171v12,36,19,61,23,77v4,-17,11,-43,22,-77r54,-171r65,0","w":325},"w":{"d":"421,-315r-88,315r-53,0r-42,-159v-7,-27,-13,-49,-17,-67v-4,18,-9,41,-16,68r-42,158r-53,0r-86,-315r61,0r37,153v7,28,12,51,16,69v6,-24,11,-47,17,-69r42,-153r50,0r43,154v4,14,10,37,17,68v5,-22,4,-22,15,-69r37,-153r62,0","w":444},"x":{"d":"295,0r-74,0r-30,-55v-9,-16,-20,-37,-33,-63v-6,12,-17,34,-34,64r-30,54r-70,0r99,-163r-92,-152r71,0r25,44r33,63r33,-64r24,-43r71,0r-93,152","w":318},"y":{"d":"314,-315r-159,426r-65,0r46,-117r-116,-309r68,0r51,154v15,45,25,76,28,92v11,-37,20,-67,28,-91r53,-155r66,0","w":333},"z":{"d":"278,0r-243,0r0,-50r135,-165r38,-46r-57,0r-104,0r0,-54r231,0r0,50r-132,165v-28,35,-28,35,-38,46r58,0r112,0r0,54","w":316},"{":{"d":"223,66v-92,0,-138,-43,-138,-127r0,-38v0,-21,-2,-35,-7,-42v-5,-7,-14,-10,-28,-10r-13,0r0,-54r13,0v14,0,23,-3,28,-10v5,-7,7,-21,7,-42r0,-39v0,-85,46,-127,138,-127r0,46v-28,3,-48,10,-59,22v-11,12,-17,31,-17,56r0,28v0,28,-3,49,-10,63v-7,14,-19,24,-36,30v17,6,29,16,36,30v7,14,10,35,10,63r0,29v0,24,5,42,16,53v12,12,32,20,60,23r0,46","w":255},"|":{"d":"117,111r-57,0r0,-591r57,0r0,591","w":177},"}":{"d":"218,-152r-13,0v-14,0,-23,3,-28,10v-5,7,-7,21,-7,42r0,39v0,85,-46,127,-138,127r0,-46v28,-3,48,-10,60,-23v11,-12,16,-30,16,-55r0,-28v0,-28,3,-49,10,-63v7,-14,19,-24,36,-30v-17,-6,-29,-16,-36,-30v-7,-14,-10,-35,-10,-63r0,-29v0,-24,-6,-42,-17,-54v-11,-12,-31,-19,-59,-22r0,-46v92,0,138,43,138,127r0,38v0,21,2,35,7,42v5,7,14,10,28,10r13,0r0,54","w":255},"~":{"d":"312,-254v-22,56,-53,84,-92,84v-18,0,-37,-6,-57,-20v-23,-16,-40,-24,-50,-24v-9,0,-17,3,-23,9v-6,6,-13,18,-22,36r-43,-22v22,-56,53,-84,92,-84v19,0,38,6,58,20v23,16,39,24,49,24v9,0,17,-3,23,-9v6,-6,13,-19,22,-37","w":337},"\u00b4":{"d":"240,-453r-99,96r-49,0r64,-96r84,0","w":300},"\u2026":{"d":"428,-41v0,13,-5,24,-14,33v-9,9,-20,15,-33,15v-13,0,-24,-6,-33,-15v-9,-9,-14,-20,-14,-33v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,24,5,33,15v9,10,14,20,14,33xm276,-41v0,13,-5,24,-14,33v-9,9,-20,15,-33,15v-13,0,-25,-6,-34,-15v-9,-9,-14,-20,-14,-33v0,-13,5,-23,14,-33v9,-10,21,-15,34,-15v13,0,24,5,33,15v9,10,14,20,14,33xm124,-41v0,13,-5,24,-14,33v-9,9,-21,15,-34,15v-13,0,-24,-6,-33,-15v-9,-9,-14,-20,-14,-33v0,-13,5,-23,14,-33v9,-10,20,-15,33,-15v13,0,25,5,34,15v9,10,14,20,14,33","w":457},"\u2013":{"d":"243,-191r-210,0r0,-57r210,0r0,57","w":276},"\u2014":{"d":"339,-191r-306,0r0,-57r306,0r0,57","w":372},"\u201c":{"d":"261,-420r-8,151r-79,0r46,-151r41,0xm120,-420r-8,151r-79,0r46,-151r41,0","w":300},"\u201d":{"d":"267,-420r-46,151r-41,0r8,-151r79,0xm126,-420r-46,151r-41,0r8,-151r79,0","w":300},"\u2018":{"d":"120,-420r-8,151r-79,0r46,-151r41,0","w":159},"\u2019":{"d":"126,-420r-46,151r-41,0r8,-151r79,0","w":159},"\u00d7":{"d":"444,-208r-100,76v-4,2,-8,3,-10,1v-5,-3,-7,-7,-5,-11r14,-39r-88,0r0,89r39,-14v4,-2,8,1,11,5v2,3,1,6,-1,10r-75,100r-76,-100v-2,-4,-3,-8,-2,-10v4,-4,8,-7,12,-5r39,14r0,-89r-89,0r14,39v2,4,0,8,-5,11v-2,2,-6,1,-10,-1r-100,-76r100,-75v5,-3,8,-4,10,-2v4,4,7,8,5,12r-14,39r89,0r0,-94r-39,14v-4,2,-8,-1,-12,-5v-2,-2,-1,-5,2,-10r76,-100r75,100v2,4,3,8,1,10v-3,4,-7,7,-11,5r-39,-14r0,94r88,0r-14,-39v-2,-4,1,-8,5,-12v2,-2,5,-1,10,2","w":456},"\u00c4":{"d":"310,-487v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm193,-487v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm399,0r-67,0r-36,-100r-168,0r-34,100r-66,0r151,-420r67,0xm277,-156r-33,-97v-17,-50,-28,-81,-32,-96v-7,27,-18,59,-31,97r-33,96r129,0","w":427},"\u00c5":{"d":"399,0r-69,0r-35,-98r-165,0r-34,98r-68,0r141,-390v-21,-14,-32,-35,-32,-62v0,-22,7,-40,21,-54v14,-14,32,-22,54,-22v22,0,40,8,54,22v14,14,22,32,22,54v0,27,-10,47,-31,61xm249,-452v0,-10,-4,-19,-11,-26v-7,-7,-16,-11,-26,-11v-10,0,-19,4,-26,11v-7,7,-10,16,-10,26v0,10,3,19,10,26v7,7,16,10,26,10v10,0,19,-3,26,-10v7,-7,11,-16,11,-26xm274,-158r-33,-95v-13,-37,-23,-65,-29,-84r-27,82r-33,97r122,0","w":427},"\u00c9":{"d":"334,0r-279,0r0,-420r270,0r0,61r-207,0r0,104r120,0r0,61r-120,0r0,133r216,0r0,61xm298,-543r-99,96r-49,0r64,-96r84,0","w":369},"\u00d6":{"d":"309,-487v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm192,-487v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm392,-211v0,65,-16,118,-49,158v-33,40,-77,60,-131,60v-53,0,-96,-20,-129,-59v-33,-39,-49,-92,-49,-157v0,-65,17,-118,50,-158v33,-40,77,-60,130,-60v54,0,96,20,129,59v33,39,49,92,49,157xm328,-209v0,-47,-11,-85,-33,-114v-22,-28,-49,-41,-83,-41v-34,0,-61,13,-82,41v-21,28,-32,65,-32,112v0,47,11,85,33,113v22,28,49,42,83,42v34,0,62,-13,83,-41v21,-28,31,-65,31,-112","w":426},"\u00e4":{"d":"266,-394v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm149,-394v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm287,0r-61,0r0,-31v-25,25,-54,38,-86,38v-29,0,-54,-8,-74,-24v-24,-19,-35,-47,-35,-83v0,-34,12,-59,36,-77v22,-16,51,-25,89,-25v29,0,52,4,70,12r0,-23v0,-36,-19,-53,-59,-53v-31,0,-58,6,-82,19r-24,-46v30,-19,66,-29,108,-29v36,0,65,9,85,26v22,18,33,45,33,80r0,216xm226,-89r0,-45v-18,-9,-42,-14,-72,-14v-20,0,-35,4,-47,12v-12,8,-18,21,-18,35v0,35,21,52,61,52v31,0,56,-13,76,-40","w":330},"\u00e5":{"d":"242,-432v0,22,-7,40,-21,54v-14,14,-32,21,-54,21v-22,0,-40,-7,-54,-21v-14,-14,-22,-32,-22,-54v0,-22,8,-40,22,-54v14,-14,32,-22,54,-22v22,0,40,8,54,22v14,14,21,32,21,54xm203,-432v0,-11,-3,-20,-10,-27v-7,-7,-16,-10,-26,-10v-10,0,-19,3,-26,10v-7,7,-11,16,-11,27v0,11,4,20,11,27v7,7,16,10,26,10v10,0,19,-3,26,-10v7,-7,10,-16,10,-27xm287,0r-61,0r0,-31v-25,25,-54,38,-86,38v-29,0,-54,-8,-74,-24v-24,-19,-35,-47,-35,-83v0,-34,12,-59,36,-77v22,-16,51,-25,89,-25v29,0,52,4,70,12r0,-23v0,-36,-19,-53,-59,-53v-31,0,-58,6,-82,19r-24,-46v30,-19,66,-29,108,-29v36,0,65,9,85,26v22,18,33,45,33,80r0,216xm226,-89r0,-45v-18,-9,-42,-14,-72,-14v-20,0,-35,4,-47,12v-12,8,-18,21,-18,35v0,35,21,52,61,52v31,0,56,-13,76,-40","w":330},"\u00e9":{"d":"301,-164v0,6,-1,15,-2,28r-208,0v3,29,13,51,28,66v14,14,31,21,51,21v23,0,46,-8,69,-25r36,39v-29,28,-64,42,-108,42v-38,0,-70,-15,-96,-43v-27,-30,-40,-71,-40,-121v0,-52,12,-94,38,-123v25,-28,58,-42,100,-42v43,0,75,16,99,47v22,29,33,66,33,111xm239,-187v-4,-53,-29,-79,-75,-79v-42,0,-66,26,-72,79r147,0xm277,-453r-99,96r-49,0r64,-96r84,0","w":332},"\u00f6":{"d":"268,-391v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm151,-391v0,11,-4,20,-12,28v-8,8,-17,12,-28,12v-11,0,-21,-4,-29,-12v-8,-8,-12,-17,-12,-28v0,-11,4,-21,12,-29v8,-8,18,-12,29,-12v11,0,20,4,28,12v8,8,12,18,12,29xm311,-159v0,51,-12,91,-39,121v-27,30,-61,45,-103,45v-40,0,-73,-16,-99,-46v-26,-30,-39,-69,-39,-118v0,-50,13,-91,40,-121v26,-29,59,-44,100,-44v41,0,75,15,101,45v26,30,39,70,39,118xm249,-157v0,-32,-8,-58,-22,-77v-14,-19,-33,-29,-58,-29v-23,0,-42,9,-56,28v-14,19,-20,44,-20,76v0,34,7,60,21,79v14,19,34,28,58,28v23,0,41,-10,56,-31v14,-20,21,-44,21,-74"},"\u2122":{"d":"186,-380r-67,0r0,196r-40,0r0,-196r-68,0r0,-40r175,0r0,40xm437,-184r-39,0r0,-151r-9,23r-59,136r-58,-136v-2,-6,-5,-13,-9,-23r0,27r0,124r-38,0r0,-236r40,0r54,122r12,33v4,-11,5,-11,13,-33r52,-122r41,0r0,236","w":462},"\u00a0":{"w":162}}});