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

Cufon.registerFont({"w":133,"face":{"font-family":"Franchise","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 5 6 0 0 0 2 0 3","ascent":"270","descent":"-90","x-height":"3","bbox":"-0.333727 -294 201 42","underline-thickness":"21.96","underline-position":"-18.72","unicode-range":"U+0020-U+007D"},"glyphs":{" ":{"w":47},"B":{"d":"98,-134v30,8,23,52,23,89v0,46,-50,48,-100,45v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5v50,-2,99,-2,100,45v1,33,2,65,-23,73xm58,-39v10,0,21,1,20,-8r0,-57v1,-9,-9,-10,-20,-9r0,74xm58,-152v31,7,17,-31,20,-53v1,-9,-10,-9,-20,-8r0,61","w":131},"C":{"d":"58,-255v47,-3,64,25,59,75v-4,12,-26,7,-37,11v-16,-3,9,-48,-17,-47v-4,0,-9,5,-8,9r0,162v0,5,5,10,11,9v17,-5,6,-39,9,-59v6,-8,37,-2,42,7v4,53,-3,97,-59,91v-26,-2,-44,-18,-45,-46r0,-166v1,-28,19,-44,45,-46","w":127},"D":{"d":"121,-45v-1,46,-50,48,-100,45v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5v50,-2,100,-2,100,45r0,162xm58,-39v10,0,21,1,20,-8r0,-158v1,-9,-10,-9,-20,-8r0,174"},"E":{"d":"99,-42v11,3,3,25,5,37v0,3,-2,5,-5,5r-78,0v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5r78,0v11,3,3,25,5,37v-6,11,-32,2,-46,5r0,52v13,2,36,-5,41,5v-2,12,5,33,-5,37r-36,0r0,74r41,0","w":118},"F":{"d":"99,-252v11,3,3,25,5,37v-6,11,-32,2,-46,5r0,52v13,2,36,-5,41,5v-2,12,5,33,-5,37r-36,0r0,111v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5r78,0","w":115},"G":{"d":"58,-255v40,-2,61,17,59,57v-5,13,-26,12,-37,19v-14,-1,7,-39,-17,-37v-4,0,-9,5,-8,9r0,162v0,5,5,10,11,9v18,-8,5,-50,9,-73r-10,0r0,-41v16,3,44,-6,52,5v-4,66,21,156,-59,148v-26,-2,-44,-18,-45,-46r0,-166v1,-28,19,-44,45,-46","w":129},"H":{"d":"124,-247r0,242v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-103r-24,0r0,103v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,97r24,0r0,-97v3,-11,25,-3,37,-5v3,0,5,2,5,5","w":140},"I":{"d":"58,-5v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,242","w":74},"J":{"d":"51,-45v0,11,20,12,20,0r0,-202v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,204v-1,32,-23,48,-59,46v-43,-2,-48,-44,-45,-92v5,-12,26,-9,37,-15v3,-1,5,1,5,4r0,55","w":127},"K":{"d":"133,0v-14,-2,-36,5,-42,-4r-27,-82v-11,18,-4,54,-6,81v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,77r33,-78v8,-8,34,-5,46,-2v-13,39,-33,72,-48,109r47,136v1,2,-1,5,-3,5","w":145},"L":{"d":"105,-42v11,3,3,25,5,37v-17,13,-55,1,-87,5v-3,0,-5,-2,-5,-5r0,-242v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,205r45,0","w":118},"M":{"d":"115,-247v4,-10,25,-3,37,-5v3,0,5,2,5,5r0,242v-4,11,-27,3,-40,5v-3,0,-5,-2,-5,-5r0,-114v-9,31,-14,66,-26,95v-10,-30,-16,-64,-25,-95r0,114v-4,11,-27,3,-40,5v-3,0,-5,-2,-5,-5r0,-242v4,-9,35,-8,42,0r28,129","w":172},"N":{"d":"16,-247v4,-10,34,-7,36,0r37,115r0,-115v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,242v-2,9,-31,8,-35,0r-38,-119r0,119v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242","w":147},"O":{"d":"58,-255v36,-3,59,15,59,46r0,166v-2,31,-23,49,-59,46v-26,-2,-44,-18,-45,-46r0,-166v1,-28,19,-44,45,-46xm63,-36v7,1,12,-4,12,-9r0,-162v0,-5,-6,-10,-12,-9v-4,0,-9,5,-8,9r0,162v-1,4,4,9,8,9","w":129},"P":{"d":"121,-207v2,58,3,114,-63,104r0,98v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5v50,-2,98,-2,100,45xm58,-141v34,6,16,-40,20,-64v1,-9,-10,-9,-20,-8r0,72","w":127},"Q":{"d":"117,-43v0,15,-7,27,-15,34v4,10,18,19,14,30v-11,2,-23,17,-33,9v-10,-7,-10,-25,-25,-27v-26,-2,-44,-18,-45,-46r0,-166v1,-32,23,-48,59,-46v26,2,45,19,45,46r0,166xm75,-207v0,-11,-20,-12,-20,0r0,162v0,5,5,10,11,9v4,0,9,-5,9,-9r0,-162","w":131},"R":{"d":"121,-207v0,42,6,88,-25,99r32,103v-1,9,-38,8,-43,0r-27,-88r0,89v-5,8,-25,2,-37,4v-3,0,-5,-2,-5,-5r0,-242v0,-3,2,-5,5,-5v50,-2,99,-2,100,45xm78,-150v-4,-24,16,-69,-20,-63r0,72v10,1,22,0,20,-9","w":135},"S":{"d":"56,-255v41,-2,63,17,59,60v-4,12,-26,9,-37,15v-14,-1,6,-39,-16,-36v-15,1,-11,43,-4,54v19,19,54,25,57,57v5,57,5,114,-59,108v-38,-4,-51,-35,-45,-80v2,-14,26,-10,37,-16v3,-1,5,1,5,4v3,19,-9,53,11,53v18,-4,7,-43,8,-64v-16,-26,-57,-29,-61,-66v-5,-47,2,-88,45,-89","w":126},"T":{"d":"81,-5v-6,9,-39,8,-42,0r0,-205v-10,-2,-28,5,-30,-5v2,-12,-5,-33,5,-37r93,0v11,3,3,25,5,37v-2,10,-21,3,-31,5r0,205","w":120},"U":{"d":"63,-36v7,1,12,-4,12,-9r0,-202v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,204v-2,31,-23,49,-59,46v-26,-2,-44,-18,-45,-46r0,-204v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,202v-1,4,4,9,8,9","w":129},"V":{"d":"132,-247r-42,242v-4,8,-37,9,-44,0r-42,-242v4,-12,30,-2,43,-5v3,0,6,2,6,5v7,50,5,107,16,153r15,-153v5,-11,30,-2,44,-5v3,0,4,2,4,5","w":136},"W":{"d":"201,-247r-43,242v-4,9,-36,9,-43,0r-13,-90r-12,90v-4,8,-37,9,-44,0r-42,-242v4,-12,30,-2,43,-5v3,0,6,2,6,5r17,147r12,-147v3,-8,35,-9,40,0r14,147r16,-147v6,-11,31,-3,45,-5v3,0,4,2,4,5","w":204},"X":{"d":"11,-247v3,-10,26,-3,38,-5v3,0,5,2,5,5r14,71r14,-71v4,-9,38,-8,43,0r-30,121r30,121v-1,11,-27,2,-38,5v-3,0,-5,-2,-5,-5r-14,-71r-14,71v-4,10,-30,4,-42,4v4,-42,21,-83,29,-125","w":136},"Y":{"d":"4,-247v2,-11,29,-3,42,-5v3,0,5,2,5,5r16,91r15,-91v5,-10,35,-5,47,-3v-11,50,-28,101,-41,152r0,93v-4,11,-26,3,-38,5v-3,0,-5,-2,-5,-5r0,-93"},"Z":{"d":"111,-40v10,3,3,24,5,35v0,3,-2,5,-5,5r-99,-1r50,-211v-16,-3,-44,6,-51,-5v2,-11,-5,-32,5,-35v32,2,70,-3,98,2r-50,210r47,0","w":127},"!":{"d":"50,-66v-2,9,-26,7,-26,0v-7,-56,-9,-117,-8,-181v4,-11,26,-3,38,-5v3,0,5,2,5,5v0,64,-1,126,-9,181xm37,3v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23v11,0,25,11,23,23v2,12,-11,24,-23,24","w":74},"\"":{"d":"31,-176v-2,8,-24,8,-24,0r0,-71v2,-8,32,-9,37,0xm80,-176v-2,8,-24,8,-24,0r0,-71v2,-8,32,-9,37,0","w":100},"#":{"d":"121,-141r-4,29v17,4,52,-13,47,17v-7,12,-35,2,-51,5r-8,48v0,7,-9,5,-16,5v-3,0,-5,-2,-5,-5r8,-48r-25,0r-7,48v0,7,-10,5,-17,5v-10,-11,4,-37,3,-53v-16,-3,-45,10,-39,-17v5,-11,30,-2,43,-5r4,-29v-17,-4,-52,13,-47,-17v7,-12,35,-2,51,-5r8,-47v0,-7,9,-5,16,-5v3,0,5,2,5,5r-8,47r25,0r7,-47v0,-7,10,-5,17,-5v10,11,-4,36,-3,52v16,3,45,-10,39,17v-5,11,-30,2,-43,5xm100,-141r-24,0r-5,29r24,0","w":171},"$":{"d":"74,-241v25,5,41,26,38,58v-4,13,-26,10,-38,16v-15,-1,7,-36,-16,-36v-15,0,-11,34,-3,41v19,19,53,25,57,57v5,45,1,89,-38,93v-1,7,3,19,-5,19v-15,1,-29,2,-24,-19v-28,-5,-42,-29,-38,-65v5,-12,26,-9,38,-15v13,4,-9,46,16,43v14,-2,10,-45,3,-58v-26,-23,-64,-31,-57,-89v3,-23,17,-42,38,-45v1,-7,-3,-18,5,-18v14,-1,28,-3,24,18","w":118},"%":{"d":"47,0v-8,-1,-24,4,-23,-5r117,-242v2,-8,27,-8,30,0r-117,242v-1,3,-4,5,-7,5xm13,-155v3,-44,-16,-104,39,-100v41,3,29,59,29,100v0,19,-17,29,-40,29v-15,0,-29,-14,-28,-29xm53,-224v0,-4,-3,-5,-8,-5v-3,0,-5,2,-5,5r0,67v0,4,3,5,8,5v3,0,5,-2,5,-5r0,-67xm114,-26v3,-44,-15,-104,39,-100v41,3,27,59,29,100v0,19,-16,29,-39,29v-15,0,-30,-13,-29,-29xm154,-95v0,-4,-3,-5,-7,-5v-3,0,-6,2,-6,5r0,67v0,4,4,5,8,5v3,0,5,-2,5,-5r0,-67","w":194},"&":{"d":"65,-36v22,-1,8,-40,12,-61v15,-4,37,8,54,10v4,1,6,17,0,18r-12,-3v4,48,-11,77,-59,75v-50,-2,-48,-57,-46,-110v0,-15,7,-27,18,-31v-22,-7,-18,-42,-18,-71v0,-31,23,-49,59,-46v40,2,50,37,46,83v-6,11,-26,-5,-38,-5v-12,-6,7,-41,-16,-39v-15,1,-5,33,-8,50v-4,21,26,3,29,16v-2,10,4,29,-4,30v-12,2,-28,-4,-25,13v4,23,-9,63,8,71","w":148},"'":{"d":"31,-176v-2,8,-24,8,-24,0r0,-71v2,-8,32,-9,37,0","w":51},"(":{"d":"80,-270v-51,59,-50,230,0,288v3,7,-8,18,-16,15v-81,-57,-79,-265,0,-318v7,-5,18,7,16,15","w":84},")":{"d":"5,18v51,-61,50,-228,0,-288v-3,-7,8,-18,16,-15v81,58,78,263,0,318v-7,5,-18,-7,-16,-15","w":84},"*":{"d":"64,-206v15,4,31,15,15,28v-10,0,-14,-6,-24,-13v3,14,7,35,-16,27v-6,-4,-1,-19,0,-27v-13,12,-27,18,-32,0v4,-8,14,-11,23,-15v-16,-3,-30,-15,-15,-27v11,-2,16,8,24,13v-3,-14,-7,-35,16,-27v6,4,1,18,0,27v10,-10,27,-20,32,0v-3,8,-14,11,-23,14","w":94},"+":{"d":"142,-150v8,2,9,32,0,37r-44,0v-3,15,6,42,-5,49v-11,-2,-30,5,-33,-5r0,-44v-15,-3,-42,6,-49,-5v2,-11,-5,-29,5,-32r44,0v3,-16,-6,-43,5,-50v11,2,30,-5,33,5r0,45r44,0","w":157},",":{"d":"55,-19v4,27,-12,54,-36,49v-2,-13,29,-14,15,-31v-15,3,-27,-7,-27,-22v0,-11,11,-22,22,-21v14,0,24,12,26,25","w":63},"-":{"d":"16,-113v-8,-2,-9,-32,0,-37r75,0v8,2,9,32,0,37r-75,0","w":107},".":{"d":"30,3v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23v11,0,23,12,23,23v0,12,-11,24,-23,24","w":60},"\/":{"d":"23,0v-8,-1,-26,4,-23,-5r75,-242v2,-8,27,-8,30,0r-75,242v-1,3,-4,5,-7,5","w":105},"0":{"d":"60,-255v36,-2,59,15,59,46r0,166v-3,31,-23,49,-59,46v-27,-2,-46,-19,-46,-46r0,-166v2,-27,19,-44,46,-46xm65,-36v7,1,12,-4,12,-9r0,-162v0,-5,-6,-10,-12,-9v-4,0,-9,5,-8,9r0,162v-1,4,4,9,8,9"},"1":{"d":"20,-174v-12,-2,-8,-33,-1,-36v16,-7,29,-19,33,-39v5,-5,31,-7,35,2r0,242v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-181v-5,4,-17,10,-25,12","w":101},"2":{"d":"18,-3v-11,-70,38,-107,59,-151v-4,-21,11,-61,-12,-62v-16,-1,-1,32,-13,39v-12,1,-31,15,-38,5v-4,-51,7,-87,59,-83v42,3,50,40,46,89v-4,57,-48,76,-59,125r56,0v6,7,5,33,0,41r-95,0v-2,0,-3,-1,-3,-3"},"3":{"d":"101,-138v28,9,18,60,18,95v0,31,-23,48,-59,46v-41,-2,-50,-38,-46,-85v4,-13,26,-9,38,-15v3,-1,5,0,5,3v4,20,-10,57,11,58v18,-9,7,-57,7,-81v-5,-6,-26,2,-28,-7v2,-10,-4,-30,4,-31v12,-2,28,4,26,-11v-3,-18,9,-50,-12,-50v-16,0,-1,32,-13,39v-12,1,-31,15,-38,5v-4,-51,7,-86,59,-83v45,2,51,48,45,96v-2,10,-8,17,-17,21"},"4":{"d":"110,-90v22,-6,15,17,16,35v0,6,-9,5,-16,5v-3,16,6,43,-5,50v-12,-2,-33,5,-37,-5r0,-45v-20,-3,-50,6,-61,-5v0,-12,-1,-25,1,-35v24,-47,41,-101,49,-159v10,-7,33,-1,48,-3v3,0,5,2,5,5r0,157xm67,-173v-5,30,-15,55,-26,83r26,0r0,-83","w":140},"5":{"d":"57,-157v28,-12,63,-1,62,32v-2,62,13,136,-59,128v-31,-3,-49,-24,-46,-61v5,-12,26,-9,38,-15v15,1,-7,39,16,37v19,-10,9,-54,9,-80v0,-9,-4,-10,-12,-10v-13,-2,-3,20,-12,24v-12,-5,-32,-4,-39,-14r0,-131v1,-9,18,-5,27,-5r65,0v11,3,3,25,5,36v-8,12,-37,2,-54,5r0,54"},"6":{"d":"119,-122v-3,61,12,132,-59,125v-27,-3,-46,-19,-46,-46r0,-166v3,-31,23,-49,59,-46v31,3,49,24,46,61v-5,12,-26,9,-38,15v-12,-3,7,-39,-16,-37v-16,5,-5,42,-8,62v28,-13,63,-1,62,32xm68,-124v-8,0,-11,2,-11,11r0,68v0,5,5,10,11,9v19,-9,5,-52,9,-77v0,-8,-2,-10,-9,-11"},"7":{"d":"105,-247v-5,86,-38,142,-29,242v-4,9,-37,8,-43,0v-1,-75,9,-152,27,-207v-17,-2,-44,6,-53,-5v2,-12,-5,-32,5,-35r88,0v3,-1,6,2,5,5","w":114},"8":{"d":"119,-209v0,29,5,64,-18,71v28,9,18,60,18,95v0,31,-23,47,-59,46v-50,-2,-48,-57,-46,-110v0,-15,7,-27,18,-31v-22,-7,-18,-42,-18,-71v0,-31,23,-49,59,-46v27,2,46,19,46,46xm65,-36v23,-3,9,-51,11,-75v0,-6,-5,-7,-11,-7v-8,-1,-9,5,-8,13v3,22,-9,62,8,69xm65,-157v21,1,9,-32,12,-50v0,-5,-6,-10,-12,-9v-14,2,-6,31,-8,48v-1,9,3,9,8,11"},"9":{"d":"14,-130v2,-61,-12,-132,59,-125v27,3,46,19,46,46r0,166v-3,31,-23,49,-59,46v-31,-3,-49,-24,-46,-61v5,-12,26,-9,38,-15v15,1,-7,41,16,37v18,-3,6,-42,9,-62v-29,13,-64,0,-63,-32xm65,-128v9,0,12,-2,12,-11r0,-68v0,-5,-6,-10,-12,-9v-4,0,-9,5,-8,9r0,68v1,7,2,10,8,11"},":":{"d":"30,-136v-11,0,-23,-12,-23,-23v0,-11,12,-23,23,-23v11,0,23,12,23,23v0,11,-12,23,-23,23xm30,-55v-11,0,-23,-12,-23,-23v0,-11,12,-23,23,-23v11,0,23,12,23,23v0,11,-12,23,-23,23","w":60},";":{"d":"21,-26v-9,-15,25,-13,15,-33v-16,4,-29,-7,-29,-22v0,-11,11,-22,22,-21v42,6,31,75,-8,76xm30,-136v-11,0,-23,-12,-23,-23v0,-11,12,-23,23,-23v11,0,23,12,23,23v0,11,-12,23,-23,23","w":63},"<":{"d":"104,-173v-10,22,-36,29,-49,48v15,16,38,26,49,46v-1,12,1,27,-1,38v-34,-22,-65,-53,-96,-80v1,-4,-1,-10,1,-12v32,-25,61,-57,95,-78v3,10,0,26,1,38","w":115},"=":{"d":"16,-139v-8,-2,-9,-32,0,-37r95,0v8,2,9,32,0,37r-95,0xm16,-85v-8,-2,-9,-32,0,-37r95,0v8,2,9,32,0,37r-95,0","w":126},">":{"d":"11,-79v10,-22,37,-28,49,-48v-15,-16,-38,-26,-49,-46v1,-12,-1,-27,1,-38v34,22,65,53,96,80v0,4,1,10,-1,12v-32,25,-61,57,-95,78v-3,-10,0,-26,-1,-38","w":115},"?":{"d":"58,3v-12,0,-23,-12,-23,-24v0,-11,12,-23,23,-23v11,0,25,11,23,23v2,12,-11,24,-23,24xm13,-166v-4,-52,8,-89,55,-89v47,0,63,40,55,85v-8,41,-57,50,-54,104v0,7,-12,3,-19,4v-10,-4,-5,-23,-8,-38v2,-40,40,-46,40,-88v0,-14,-1,-26,-14,-26v-21,0,-6,33,-17,43v-12,1,-31,12,-38,5","w":137},"@":{"d":"186,-142v6,49,-51,97,-82,56v-18,25,-55,11,-55,-24v0,-41,32,-85,68,-62v1,-9,23,-6,31,-3v-3,27,-17,50,-19,80v19,10,34,-22,32,-47v-2,-41,-22,-69,-62,-69v-45,0,-63,41,-67,86v-6,72,71,105,116,64v6,3,10,9,13,15v-11,18,-34,27,-61,27v-64,0,-93,-43,-93,-107v0,-62,32,-108,92,-108v57,0,81,40,87,92xm80,-112v-1,12,8,18,14,8v8,-12,12,-29,14,-48v-19,-8,-26,22,-28,40","w":192},"[":{"d":"40,-259r0,266v12,2,35,-6,39,5v-2,10,5,28,-5,30r-65,0v-3,0,-5,-2,-5,-5r0,-326v0,-3,2,-5,5,-5r65,0v8,2,9,31,0,35r-34,0","w":82},"\\":{"d":"0,-247v1,-8,27,-8,30,0r75,242v1,9,-15,4,-23,5v-3,0,-6,-2,-7,-5","w":105},"]":{"d":"43,-259v-12,-2,-35,6,-39,-5v2,-10,-5,-28,5,-30r65,0v3,0,5,2,5,5r0,326v0,3,-2,5,-5,5r-65,0v-8,-2,-9,-31,0,-35r34,0r0,-266","w":82},"^":{"d":"99,-200v3,12,-16,7,-27,8v-11,-6,-14,-19,-22,-27v-9,15,-21,36,-49,25v-1,-2,-1,-4,0,-6v17,-17,30,-37,49,-52v19,14,32,35,49,52","w":100},"_":{"d":"12,32v-8,-1,-8,-28,0,-32r126,0v8,1,8,28,0,32r-126,0","w":150},"{":{"d":"73,-283v18,-3,21,11,19,29v-2,13,-38,-5,-35,23v4,28,25,48,25,77v0,14,-7,25,-20,28v44,20,-1,72,-5,105v-1,18,13,18,30,18v12,6,6,42,-14,34v-32,-3,-52,-20,-52,-54v0,-32,23,-49,26,-77v3,-23,-43,4,-33,-35v2,-12,36,3,33,-17v-4,-28,-26,-45,-26,-77v0,-34,20,-49,52,-54","w":106},"|":{"d":"43,29v-3,9,-28,7,-29,0r0,-310v1,-8,26,-9,29,0r0,310","w":57},"}":{"d":"34,31v-20,3,-22,-11,-20,-29v6,-12,38,3,35,-23v-4,-35,-49,-86,-4,-105v-45,-17,0,-71,4,-105v3,-32,-45,1,-35,-43v0,-9,11,-9,20,-9v32,0,52,20,52,54v0,33,-21,50,-27,77v1,12,14,13,28,12v9,0,3,15,5,23v-1,12,-32,-3,-33,17v6,28,27,44,27,77v0,34,-20,50,-52,54","w":106},"A":{"d":"121,-5v-4,9,-36,9,-43,0r-3,-39r-22,0v-3,14,3,37,-8,44v-12,-2,-34,6,-37,-5r27,-242v8,-11,37,-2,53,-5v3,0,6,2,6,5xm72,-84r-6,-98r-3,0r-7,98r16,0","w":128},"a":{"d":"121,-5v-4,9,-36,9,-43,0r-3,-35r-22,0v-3,13,2,34,-8,40v-12,-2,-34,6,-37,-5r27,-206v8,-11,37,-2,53,-5v3,0,6,2,6,5xm72,-81r-6,-79r-3,0r-7,79r16,0","w":128},"b":{"d":"98,-110v40,15,30,115,-23,110v-19,-2,-40,1,-57,-1v-7,-64,1,-142,-2,-210v0,-3,2,-5,5,-5v60,-5,100,2,100,69v0,18,-10,32,-23,37xm58,-39v28,7,19,-21,20,-42v1,-9,-10,-9,-20,-8r0,50xm58,-129v27,6,19,-19,20,-40v1,-9,-10,-9,-20,-8r0,48","w":131},"c":{"d":"58,-219v44,-3,64,21,59,67v-2,13,-25,8,-37,12v-15,-2,8,-42,-17,-40v-4,0,-9,5,-8,9r0,126v0,5,5,10,11,9v16,-3,7,-34,9,-52v7,-6,38,-2,42,7v4,51,-6,88,-59,84v-70,-5,-45,-109,-45,-176v0,-28,19,-44,45,-46","w":127},"d":{"d":"121,-171v0,67,24,168,-46,171r-54,0v-3,0,-5,-2,-5,-5r0,-206v0,-3,2,-5,5,-5v50,-2,100,-2,100,45xm58,-39v10,0,21,1,20,-8r0,-122v1,-9,-10,-9,-20,-8r0,138"},"e":{"d":"99,-42v11,3,3,25,5,37v0,3,-2,5,-5,5r-78,0v-3,0,-5,-2,-5,-5r0,-206v0,-3,2,-5,5,-5r78,0v11,3,3,25,5,37v-6,11,-32,2,-46,5r0,41v13,2,36,-5,41,5v-2,12,5,33,-5,37r-36,0r0,49r41,0","w":118},"f":{"d":"99,-216v11,3,3,25,5,37v-6,11,-32,2,-46,5r0,41v13,2,36,-5,41,5v-2,12,5,33,-5,37r-36,0r0,86v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v0,-3,2,-5,5,-5r78,0","w":115},"g":{"d":"58,-219v39,-2,60,16,59,54v-6,12,-26,11,-37,18v-14,0,6,-35,-17,-33v-4,0,-9,5,-8,9r0,126v0,5,5,10,11,9v15,-3,7,-31,9,-48r-10,0r0,-41v16,3,44,-6,52,5v0,0,12,129,-59,123v-70,-6,-45,-109,-45,-176v0,-28,19,-44,45,-46","w":129},"h":{"d":"124,-211r0,206v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-81r-24,0r0,81v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,82r24,0r0,-82v3,-11,25,-3,37,-5v3,0,5,2,5,5","w":140},"i":{"d":"58,-5v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,206","w":74},"j":{"d":"51,-45v0,11,20,12,20,0r0,-166v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,168v-1,32,-23,48,-59,46v-40,-2,-51,-38,-45,-84v2,-13,26,-10,37,-15v3,-1,5,0,5,3r0,48","w":127},"k":{"d":"133,0v-14,-2,-38,6,-42,-4r-27,-60v-10,12,-5,39,-6,59v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,63r33,-64v8,-8,34,-5,46,-2v-13,35,-34,62,-49,95r48,114v1,2,-1,5,-3,5","w":145},"l":{"d":"105,-42v11,3,3,25,5,37v-17,13,-55,1,-87,5v-3,0,-5,-2,-5,-5r0,-206v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,169r45,0","w":118},"m":{"d":"115,-211v4,-10,25,-3,37,-5v3,0,5,2,5,5r0,206v-4,11,-27,3,-40,5v-3,0,-5,-2,-5,-5r0,-96v-9,29,-14,62,-26,88r-25,-88r0,96v-4,11,-27,3,-40,5v-3,0,-5,-2,-5,-5r0,-206v4,-9,35,-8,42,0r28,111","w":172},"n":{"d":"16,-211v4,-10,34,-7,36,0r37,104r0,-104v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,206v-2,9,-32,8,-35,0r-38,-94r0,94v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206","w":147},"o":{"d":"58,-219v86,-9,59,103,59,176v0,31,-23,48,-59,46v-70,-4,-45,-109,-45,-176v0,-28,19,-44,45,-46xm63,-36v7,1,12,-4,12,-9r0,-126v0,-5,-6,-10,-12,-9v-4,0,-9,5,-8,9r0,126v-1,4,4,9,8,9","w":129},"p":{"d":"121,-171v3,56,-3,101,-63,94r0,72v-3,11,-25,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v0,-3,2,-5,5,-5v50,-2,98,-2,100,45xm58,-116v31,7,17,-30,20,-53v1,-9,-10,-9,-20,-8r0,61","w":127},"q":{"d":"117,-173v0,55,14,133,-15,164v4,10,18,19,14,30v-11,2,-23,17,-33,9v-10,-7,-10,-26,-25,-27v-70,-4,-45,-109,-45,-176v0,-32,23,-48,59,-46v26,2,45,19,45,46xm75,-171v0,-11,-20,-12,-20,0r0,126v0,5,5,10,11,9v4,0,9,-5,9,-9r0,-126","w":131},"r":{"d":"124,0v-13,-2,-35,5,-39,-5r-27,-67r0,67v-3,11,-26,3,-37,5v-3,0,-5,-2,-5,-5r0,-206v0,-3,2,-5,5,-5v50,-2,98,-2,100,45v1,39,1,75,-27,85r34,81v1,3,-1,5,-4,5xm78,-128v-3,-21,12,-56,-20,-49r0,57v10,0,21,1,20,-8","w":135},"s":{"d":"56,-219v41,-3,63,17,59,60v-4,12,-26,9,-37,15v-14,-1,6,-36,-16,-36v-14,0,-12,36,-4,43v27,23,65,33,57,94v-4,32,-23,48,-59,46v-33,-2,-49,-26,-45,-66v4,-12,26,-9,37,-15v16,1,-8,43,16,42v14,-1,12,-38,3,-46v-26,-23,-63,-31,-56,-91v3,-28,19,-44,45,-46","w":126},"t":{"d":"81,-5v-6,9,-39,8,-42,0r0,-169v-10,-2,-28,5,-30,-5v2,-12,-5,-33,5,-37r93,0v11,3,3,25,5,37v-2,10,-21,3,-31,5r0,169","w":120},"u":{"d":"63,-36v7,1,12,-4,12,-9r0,-166v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,168v-2,31,-23,49,-59,46v-26,-2,-44,-18,-45,-46r0,-168v3,-11,25,-3,37,-5v3,0,5,2,5,5r0,166v-1,4,4,9,8,9","w":129},"v":{"d":"132,-211r-42,206v-4,8,-37,9,-44,0r-42,-206v4,-12,30,-2,43,-5v3,0,6,2,6,5v7,44,6,95,16,135r15,-135v5,-11,30,-2,44,-5v3,0,4,2,4,5","w":136},"w":{"d":"194,-211r-39,206v-4,10,-26,3,-38,5v-3,0,-5,-2,-5,-5r-13,-75r-13,75v-4,8,-36,9,-43,0r-39,-206v4,-12,30,-2,43,-5v3,0,6,2,6,5v6,39,4,86,14,122r13,-122v3,-8,32,-9,37,0r15,122r13,-122v5,-11,30,-2,44,-5v3,0,5,2,5,5","w":197},"x":{"d":"11,-211v3,-10,26,-3,38,-5v3,0,5,2,5,5r14,53r14,-53v4,-9,38,-8,43,0r-30,103r30,103v-1,11,-27,2,-38,5v-3,0,-5,-2,-5,-5r-14,-53r-14,53v-4,10,-30,4,-42,4v4,-36,21,-71,29,-107","w":136},"y":{"d":"4,-211v2,-11,29,-3,42,-5v3,0,5,2,5,5v6,22,8,48,16,69r15,-69v5,-10,35,-5,47,-3v-11,43,-28,87,-41,130r0,79v-4,11,-26,3,-38,5v-3,0,-5,-2,-5,-5r0,-79"},"z":{"d":"111,-40v10,3,3,24,5,35v0,3,-2,5,-5,5r-99,-1v13,-59,35,-117,50,-175v-16,-3,-44,6,-51,-5v2,-11,-5,-32,5,-35v32,2,70,-3,98,2r-50,174r47,0","w":127},"\u00a0":{"w":47}}});

