/*
 * 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":61,"face":{"font-family":"Street Corner Slab SemiBold","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","cap-height":"4","bbox":"-29.7644 -287 367 76.3543","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":132},"!":{"d":"53,-248v-8,63,-13,122,-10,183v0,9,-23,9,-23,0v1,-62,-3,-115,-11,-182v-2,-9,11,-16,22,-16v14,0,21,5,22,15xm31,-38v12,0,20,9,20,20v0,16,-7,23,-20,23v-13,0,-20,-7,-20,-23v0,-11,8,-20,20,-20"},"\"":{"d":"108,-250v-5,24,-10,51,-10,79v0,7,-22,9,-22,0v0,-23,-3,-49,-9,-79v12,-10,29,-11,41,0xm50,-250v-5,24,-10,51,-10,79v0,7,-22,9,-22,0v0,-23,-3,-49,-9,-79v12,-10,29,-11,41,0","w":116},"#":{"d":"170,-189v20,0,42,-4,42,17v0,21,-30,10,-48,13r-9,42v22,1,52,-6,52,16v0,23,-36,13,-58,15v-7,18,-2,47,-28,46v-25,-1,-3,-31,-3,-46r-37,0v-7,16,-3,46,-25,46v-29,0,-6,-36,-6,-46v-19,-1,-41,6,-41,-16v0,-22,29,-14,48,-15r9,-42v-19,-2,-51,8,-51,-13v0,-24,34,-16,57,-17v5,-17,0,-46,21,-46v26,-1,11,29,9,46r37,0v7,-17,-1,-47,23,-47v28,-1,7,29,8,47xm96,-159r-8,42r36,0r9,-42r-37,0","w":221},"$":{"d":"45,-132v-49,-31,-34,-119,26,-124v0,-16,-4,-31,15,-31v18,0,21,12,19,30v13,2,24,6,33,13v1,-6,5,-9,13,-9v9,0,14,4,14,10r0,68v0,8,-5,12,-15,12v-15,0,-11,-15,-13,-26v-4,-20,-14,-32,-31,-36v-2,21,7,49,-17,49v-25,0,-15,-28,-18,-48v-31,5,-37,50,-10,62v45,19,118,26,113,89v-3,42,-28,71,-68,76v0,17,2,33,-17,33v-20,0,-17,-17,-17,-35v-15,-3,-28,-9,-38,-18v-6,7,-24,5,-24,-8r0,-68v0,-6,5,-9,13,-9v21,-2,12,18,15,32v3,17,13,30,33,37v4,-23,-12,-63,15,-64v30,-1,16,42,20,67v40,-1,55,-59,15,-74v-9,-6,-64,-21,-76,-28","w":182},"%":{"d":"289,-59v0,37,-19,68,-57,68v-38,0,-55,-31,-56,-70v-1,-38,20,-67,56,-67v37,0,57,30,57,69xm220,-207v15,-9,35,16,21,27r-162,127v-15,9,-36,-16,-21,-28xm122,-193v0,38,-20,68,-57,68v-38,0,-56,-31,-56,-70v0,-37,20,-67,56,-67v37,0,58,29,57,69xm232,-104v-17,0,-26,15,-26,46v0,29,9,43,26,43v18,0,27,-15,27,-45v0,-29,-9,-44,-27,-44xm66,-238v-17,0,-26,15,-26,46v0,29,9,43,26,43v18,0,26,-15,26,-45v0,-29,-8,-44,-26,-44","w":298},"&":{"d":"230,-14v-7,23,-20,29,-42,4r-21,-20v-45,59,-159,38,-158,-42v1,-37,37,-67,69,-81v-62,-18,-36,-109,29,-109v64,0,81,79,29,108v-32,18,-89,38,-90,81v-2,53,72,61,97,21v8,-13,17,-31,23,-54v-8,-5,-23,-7,-24,-19v2,-9,9,-28,22,-21r61,32v13,7,-4,32,-12,31v-1,0,-6,-2,-13,-6v-4,14,-8,23,-12,29v11,11,41,36,42,46xm105,-173v36,-1,38,-61,0,-61v-16,0,-28,11,-28,27v0,22,9,34,28,34","w":239},"'":{"d":"50,-250v-5,24,-10,51,-10,79v0,7,-22,9,-22,0v0,-23,-3,-49,-9,-79v12,-10,29,-11,41,0","w":58},"(":{"d":"98,66v0,14,-24,12,-32,2v-74,-90,-74,-233,-3,-323v8,-10,31,-15,33,-1v-65,101,-75,211,2,322","w":107},")":{"d":"65,-93v0,-71,-22,-106,-53,-163v1,-15,24,-9,32,1v70,90,72,232,-2,323v-7,9,-32,12,-33,0v31,-51,56,-94,56,-161","w":107},"*":{"d":"103,-165v-11,-11,-22,-20,-32,-27v1,7,3,21,7,42v-10,8,-19,8,-29,0v3,-16,5,-30,6,-43v-6,5,-16,14,-31,28v-11,-5,-16,-13,-15,-27v14,-5,27,-11,37,-16v-10,-5,-23,-10,-37,-15v-1,-14,3,-22,15,-27r31,28v-1,-13,-3,-27,-6,-43v10,-8,19,-8,29,0v-2,13,-6,28,-7,42v10,-7,21,-16,32,-27v11,5,16,13,15,27v-9,3,-23,8,-40,15v6,3,20,9,40,16v1,14,-3,22,-15,27","w":127},"+":{"d":"188,-127v0,32,-48,10,-73,16r0,63v0,6,-5,9,-16,9v-33,0,-9,-47,-16,-72r-64,0v-7,0,-10,-5,-10,-15v0,-33,48,-11,74,-17v5,-26,-15,-73,16,-73v32,0,10,48,16,73r64,0v6,0,9,5,9,16","w":196},",":{"d":"32,-37v23,0,20,32,18,47v-3,25,-12,32,-30,41v-9,-1,-13,-6,-10,-15v12,-5,19,-16,20,-32v-9,0,-19,-10,-19,-21v0,-11,10,-20,21,-20"},"-":{"d":"128,-112r-109,0v-6,0,-10,-5,-10,-15v0,-11,4,-17,10,-17r109,0v8,0,12,5,12,16v0,10,-4,16,-12,16","w":149},"\u2010":{"d":"128,-112r-109,0v-6,0,-10,-5,-10,-15v0,-11,4,-17,10,-17r109,0v8,0,12,5,12,16v0,10,-4,16,-12,16","w":149},".":{"d":"50,-17v0,11,-9,19,-20,19v-12,0,-21,-8,-21,-19v0,-10,10,-20,21,-20v11,0,20,10,20,20","w":59},"\/":{"d":"134,-262r-95,266v-1,9,-34,9,-30,-1r96,-264v0,-12,30,-12,29,-1","w":143},"0":{"d":"95,4v-57,0,-86,-43,-86,-131v0,-88,29,-132,86,-132v57,0,85,44,85,132v0,88,-28,131,-85,131xm94,-230v-50,2,-50,58,-49,120r95,-76v-7,-30,-23,-44,-46,-44xm144,-146r-95,76v7,31,23,46,46,46v39,0,54,-56,49,-122","w":189},"1":{"d":"34,-191v-12,8,-30,-14,-23,-26v17,-13,37,-36,58,-42v6,0,10,3,13,10r0,219v16,-1,27,-1,26,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v-1,-22,12,-18,30,-18r0,-174","w":117,"k":{"1":27}},"2":{"d":"47,-247v63,-37,166,15,123,95v-26,47,-63,77,-94,119r72,0v0,-15,-2,-24,16,-24v29,0,17,24,19,45v0,8,-6,12,-17,12r-158,0r119,-148v28,-32,16,-83,-31,-82v-28,0,-51,17,-49,48v0,8,-7,12,-19,12v-31,0,-16,-50,-16,-80v0,-7,5,-10,15,-10v14,0,21,3,20,13","w":191},"3":{"d":"131,-192v0,-46,-73,-51,-82,-10v0,19,4,37,-19,35v-32,-2,-9,-54,-16,-81v0,-6,5,-9,16,-9v11,0,18,3,19,8v47,-25,117,1,117,58v0,28,-9,44,-29,50v25,6,40,34,42,64v4,66,-79,103,-135,69v-2,11,-34,12,-34,-4r0,-68v0,-6,5,-10,16,-10v21,-1,18,11,18,28v8,26,24,38,47,38v32,1,51,-22,52,-52v0,-29,-22,-51,-52,-49v-15,1,-41,-24,-11,-25v28,0,51,-15,51,-42","w":188},"4":{"d":"207,-76v0,26,-30,12,-49,15v-5,24,14,65,-17,65v-30,0,-12,-41,-17,-65r-105,0v-17,-3,-7,-18,-1,-31r76,-156v3,-12,43,-13,36,2r-76,154r70,0v5,-26,-15,-73,17,-73v33,0,11,47,17,73v20,3,49,-11,49,16","w":216},"5":{"d":"39,-117v-15,19,-30,-2,-28,-22r14,-115r133,0v31,-3,19,28,19,50v0,7,-6,11,-19,11v-18,1,-16,-13,-16,-29r-87,0r-8,65v55,-39,128,2,128,69v0,68,-67,113,-132,83v-1,12,-37,13,-34,-3v6,-26,-15,-72,16,-73v22,-1,19,12,19,30v19,51,103,22,95,-34v9,-58,-80,-76,-100,-32","w":185},"6":{"d":"185,-84v0,53,-35,86,-85,87v-56,0,-84,-38,-84,-97v0,-69,-15,-166,56,-166r90,0v12,0,12,31,0,31v-62,1,-131,-19,-112,73v57,-35,135,-3,135,72xm151,-84v0,-35,-18,-60,-51,-60v-36,-1,-50,30,-50,68v0,27,20,52,50,52v34,0,52,-24,51,-60","w":200},"7":{"d":"182,-254v19,2,8,16,1,32r-88,194v17,0,29,-2,28,18v0,11,-4,16,-12,16r-70,0v-6,0,-9,-5,-9,-16v-1,-21,8,-18,25,-18r87,-194r-100,0v0,18,3,29,-19,29v-26,0,-13,-31,-16,-52v-1,-7,13,-12,21,-9r152,0","w":201},"8":{"d":"182,-74v1,49,-38,78,-87,78v-52,0,-85,-30,-86,-79v0,-26,13,-60,33,-65v-15,-5,-22,-29,-22,-52v0,-41,34,-67,75,-67v68,0,103,88,50,119v22,7,37,37,37,66xm136,-191v0,-24,-17,-39,-41,-39v-21,0,-41,16,-40,37v0,24,16,43,41,42v23,0,40,-16,40,-40xm147,-74v0,-32,-21,-54,-53,-54v-30,0,-50,24,-50,53v0,31,20,51,52,51v31,0,51,-20,51,-50","w":190},"9":{"d":"100,-260v57,0,87,36,85,97v-3,70,13,166,-57,166r-90,0v-12,0,-12,-32,0,-32v62,-1,133,18,112,-72v-59,33,-135,1,-135,-73v0,-53,34,-86,85,-86xm100,-114v36,1,50,-29,50,-68v0,-27,-20,-53,-50,-52v-33,1,-50,24,-50,60v0,36,17,60,50,60","w":200},":":{"d":"50,-168v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20xm50,-18v0,11,-9,20,-20,20v-11,0,-21,-9,-21,-20v0,-12,9,-21,21,-21v11,0,20,10,20,21","w":59},";":{"d":"52,-168v0,11,-9,21,-20,21v-12,0,-21,-9,-21,-21v0,-11,10,-20,21,-20v11,0,20,9,20,20xm32,-38v23,-5,20,33,18,47v-3,25,-11,33,-30,42v-9,-1,-13,-7,-10,-16v12,-5,19,-15,20,-32v-9,0,-19,-10,-19,-21v0,-12,9,-21,21,-20"},"<":{"d":"156,-205v8,-4,14,6,14,14v0,8,-4,15,-13,19r-98,45r98,45v18,3,18,42,-1,33r-136,-63v-14,-7,-15,-25,0,-31","w":179},"=":{"d":"193,-146r-170,0v-9,0,-14,-6,-14,-16v0,-11,5,-16,14,-16r170,0v7,0,11,6,11,16v0,11,-4,16,-11,16xm193,-78r-170,0v-9,0,-14,-5,-14,-15v0,-11,5,-16,14,-16r170,0v7,0,11,5,11,15v0,11,-4,16,-11,16","w":213},">":{"d":"23,-172v-16,-5,-17,-31,-2,-34r138,63v16,5,15,24,1,31r-140,64v-17,-3,-11,-27,3,-34r97,-45","w":179},"?":{"d":"178,-191v0,58,-70,63,-69,122v0,6,-6,10,-17,10v-13,-1,-16,-4,-16,-14v0,-59,60,-68,67,-116v4,-26,-24,-45,-48,-45v-27,0,-50,17,-50,51v0,8,-7,12,-19,12v-32,-2,-10,-51,-16,-80v0,-6,6,-10,17,-10v12,0,18,4,18,11v50,-30,133,-3,133,59xm114,-18v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20","w":187},"@":{"d":"367,-41v-53,105,-337,105,-335,-42v1,-99,76,-151,179,-151v106,0,187,95,113,174v-26,29,-72,49,-104,26v-1,-2,-3,-4,-4,-8v-48,32,-125,3,-114,-64v8,-45,42,-81,90,-78r82,5r-19,128v32,5,70,-42,70,-81v0,-48,-58,-79,-117,-79v-84,1,-148,43,-148,124v0,118,223,120,273,49v8,-13,30,-18,34,-3xm177,-52v49,8,65,-71,59,-105v-57,-8,-103,3,-100,62v1,27,14,44,41,43","w":365},"A":{"d":"283,-14v0,33,-52,11,-81,17v-6,0,-10,-6,-10,-17v0,-19,8,-17,23,-17r-25,-67r-92,0r-24,67v16,-1,27,-1,26,18v-2,32,-54,9,-81,16v-6,0,-10,-6,-10,-17v-1,-21,11,-17,27,-17r84,-215v5,-15,40,-15,46,0r89,215v16,0,29,-3,28,17xm143,-213r-33,85r69,0","w":291,"k":{"y":7,"w":7,"v":7,"Y":27,"W":13,"V":27,"T":27}},"B":{"d":"19,-257v83,-2,194,-16,194,66v0,24,-11,42,-34,54v31,10,46,31,46,62v0,50,-32,75,-97,75r-109,0v-6,0,-10,-5,-10,-16v1,-17,5,-19,19,-18r0,-189v-13,1,-19,0,-19,-16v0,-12,4,-18,10,-18xm177,-187v0,-49,-63,-36,-112,-38r0,75v48,-1,112,10,112,-37xm187,-75v0,-54,-68,-42,-122,-43r0,85v53,-1,122,11,122,-42","w":234},"C":{"d":"232,-64v-13,48,-52,66,-100,68v-79,3,-118,-57,-123,-135v-7,-104,100,-158,185,-116v0,-6,5,-10,16,-10v36,0,11,51,18,78v0,8,-7,12,-19,12v-20,0,-12,-17,-17,-28v-13,-24,-33,-36,-61,-36v-57,0,-84,43,-84,100v0,65,26,104,82,104v33,0,57,-15,68,-44v3,-9,7,-13,15,-13v10,-1,21,10,20,20","w":241},"D":{"d":"242,-130v0,81,-40,130,-122,130r-101,0v-6,0,-10,-5,-10,-16v0,-18,6,-19,21,-18r0,-189v-14,1,-21,1,-21,-16v0,-13,2,-20,11,-19r96,0v89,-4,126,47,126,128xm204,-131v0,-66,-21,-96,-89,-94r-49,0r0,192r50,0v70,2,88,-33,88,-98","w":250},"E":{"d":"197,-258v30,-6,21,27,22,50v0,7,-6,11,-19,11v-18,1,-16,-12,-16,-28r-119,0r0,76r86,0v0,-16,-4,-27,16,-27v34,0,12,45,18,71v0,8,-6,12,-18,12v-17,1,-17,-9,-16,-24r-86,0r0,84r119,0v0,-16,-4,-28,17,-28v30,0,15,24,18,50v1,9,-10,12,-23,11r-177,0v-6,0,-10,-5,-10,-16v1,-17,5,-19,19,-18r0,-189v-13,1,-19,0,-19,-16v-1,-18,7,-19,19,-19r169,0","w":228},"F":{"d":"197,-258v31,-6,21,23,22,50v0,8,-6,12,-19,12v-18,1,-15,-14,-15,-29r-116,0r0,76r87,0v0,-16,-4,-27,16,-27v34,0,12,45,18,71v0,8,-6,12,-18,12v-16,0,-17,-9,-16,-23r-87,0r0,88v18,0,32,-3,31,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-19,8,-19,24,-18r0,-195v-14,0,-23,2,-23,-16v0,-20,10,-19,23,-19r164,0","w":214,"k":{"A":20,".":40,",":40}},"G":{"d":"9,-128v0,-106,104,-163,196,-119v1,-6,6,-8,16,-8v12,0,18,3,18,9v-6,29,17,80,-19,81v-21,1,-14,-18,-15,-34v-13,-21,-35,-32,-65,-32v-61,0,-89,42,-93,101v-7,98,106,125,167,76r0,-51r-55,0v0,17,3,28,-19,28v-26,0,-11,-32,-15,-52v0,-6,6,-9,16,-9r109,0r0,133v-1,8,-7,13,-17,13v-15,0,-19,-7,-18,-21v-95,47,-206,-6,-206,-115","w":259},"H":{"d":"255,-10v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v-1,-23,14,-17,32,-18r0,-98r-127,0r0,98v18,0,32,-3,31,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-19,7,-19,23,-18r0,-196v-14,0,-23,2,-23,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,20,-14,16,-31,16r0,66r127,0r0,-66v-17,-1,-33,6,-32,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v0,16,-8,17,-22,16r0,196v15,-1,22,1,22,18","w":263},"I":{"d":"100,-12v-2,32,-54,9,-81,16v-7,0,-10,-5,-10,-16v-1,-21,10,-18,27,-18r0,-196v-15,0,-27,4,-27,-16v0,-35,42,-18,79,-18v8,0,12,6,12,18v1,18,-11,16,-27,16r0,196v17,-1,28,-1,27,18","w":109},"J":{"d":"25,-43v47,23,99,17,86,-49r0,-134v-17,-1,-36,7,-35,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v0,15,-7,17,-20,16r1,156v1,53,-20,74,-70,74v-34,0,-58,-7,-69,-27v0,-9,10,-20,16,-20","w":176},"K":{"d":"244,-13v0,28,-44,17,-56,4r-97,-101r-25,24r0,56v18,0,36,-5,34,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-17,6,-19,20,-18r0,-196v-13,1,-20,0,-20,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,21,-17,15,-34,16r0,93r94,-93v-11,-1,-8,-37,3,-34r69,0v8,0,12,6,12,18v2,21,-18,15,-35,16r-92,91r99,104v17,0,28,-2,28,18","w":253},"L":{"d":"195,-52v-2,20,8,52,-14,52r-162,0v-6,0,-10,-5,-10,-16v0,-18,6,-19,21,-18r0,-195v-14,1,-21,1,-21,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,21,-17,15,-34,16r0,196r95,0v0,-16,-4,-30,16,-29v12,0,18,4,18,10","w":204,"k":{"y":13,"Y":27,"W":27,"V":27,"T":27}},"M":{"d":"304,-10v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v-1,-23,14,-17,32,-18r0,-166r-74,147v-7,14,-27,14,-33,0r-71,-150r0,169v18,0,35,-4,33,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-18,7,-19,22,-18r0,-196v-14,1,-22,1,-22,-16v-1,-26,19,-18,41,-18v18,0,32,6,39,21r68,143r68,-140v11,-25,34,-25,67,-24v8,0,12,6,12,18v1,17,-9,17,-24,16r0,196v16,-1,24,0,24,18","w":313},"N":{"d":"255,-12v1,18,-11,16,-27,16v-12,0,-26,-12,-44,-35r-118,-158r0,159v18,0,36,-5,34,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-18,6,-19,21,-18r0,-196v-14,1,-20,1,-21,-16v-1,-24,18,-18,36,-17v10,1,20,9,31,23r125,167r0,-158v-18,-2,-37,7,-37,-16v0,-37,51,-12,79,-19v8,0,12,7,12,19v0,14,-6,17,-19,16r0,197v13,-1,19,3,19,18","w":263},"O":{"d":"258,-128v0,80,-48,132,-124,132v-78,0,-124,-54,-125,-130v-1,-82,45,-136,125,-136v79,1,123,54,124,134xm221,-129v0,-61,-30,-102,-87,-102v-59,0,-87,43,-87,106v0,58,31,98,87,98v57,0,87,-43,87,-102","w":267},"P":{"d":"19,-258v92,1,199,-16,199,75v0,72,-69,84,-150,79r0,76v18,0,33,-4,32,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-18,7,-19,22,-18r0,-196v-14,1,-22,1,-22,-16v0,-12,4,-18,10,-18xm120,-136v67,9,78,-73,31,-87v-18,-5,-58,-1,-83,-2r0,89r52,0","w":226,"k":{"A":27,".":46,",":46}},"Q":{"d":"141,-262v105,0,151,114,108,205v11,25,4,64,6,97v-3,15,-40,7,-59,9v-6,0,-9,-5,-9,-16v-2,-24,15,-17,33,-18r0,-37v-22,18,-48,27,-79,27v-77,-1,-123,-54,-125,-130v-1,-82,46,-137,125,-137xm222,-88v18,-71,-11,-143,-81,-143v-66,-1,-94,55,-86,127v56,0,129,-10,167,16xm207,-58v-33,-21,-91,-11,-141,-13v18,51,111,60,141,13","w":280},"R":{"d":"19,-258v92,1,202,-17,201,75v0,30,-11,52,-32,65v29,18,28,48,27,90v16,-1,24,0,24,18v0,24,-21,16,-42,16v-40,0,-5,-62,-24,-91v-18,-27,-64,-17,-105,-19r0,76v18,0,33,-4,32,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-18,7,-19,22,-18r0,-196v-14,1,-22,1,-22,-16v0,-12,4,-18,10,-18xm122,-136v67,9,77,-73,31,-87v-19,-6,-60,-1,-85,-2r0,89r54,0","w":248,"k":{"Y":7,"W":7,"V":7,"T":7}},"S":{"d":"16,-191v-2,-71,99,-86,154,-57v1,-12,37,-9,34,2v-6,29,16,80,-19,80v-19,0,-12,-15,-17,-26v-3,-49,-115,-53,-116,-1v-2,43,91,42,117,56v29,16,45,35,45,64v0,83,-129,97,-179,52v-10,3,-25,1,-25,-10r0,-69v0,-6,5,-9,16,-9v27,0,16,20,18,40v8,49,135,60,135,-1v0,-49,-92,-43,-126,-64v-24,-14,-37,-32,-37,-57","w":223},"T":{"d":"173,-258v11,0,26,-1,25,9v-3,22,12,54,-18,54v-20,0,-16,-14,-16,-30r-41,0r0,195v27,-11,38,34,14,34r-69,0v-6,0,-10,-5,-10,-16v-1,-21,11,-18,28,-18r0,-195r-42,0v0,18,3,30,-19,30v-28,0,-12,-33,-16,-54v-1,-8,13,-10,24,-9r140,0","w":207,"k":{"y":20,"w":20,"u":13,"s":40,"r":13,"o":40,"i":13,"e":40,"c":40,"a":40,"O":7,"A":27,";":40,":":40,".":40,"-":20,",":40}},"U":{"d":"131,-29v97,0,63,-112,69,-195v-17,-2,-34,7,-34,-16v0,-12,3,-18,9,-18r70,0v8,0,11,6,11,18v0,15,-6,17,-19,16r0,115v2,78,-30,113,-103,113v-75,0,-104,-36,-103,-113r0,-115v-14,1,-22,1,-22,-16v0,-35,43,-18,79,-18v8,0,12,6,12,18v1,20,-15,16,-32,16v6,81,-27,195,63,195","w":265},"V":{"d":"269,-242v1,18,-12,16,-28,16r-85,217v-4,15,-32,16,-38,0r-85,-217v-15,0,-24,2,-24,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,18,-12,16,-28,16r68,173r64,-173v-15,0,-27,3,-26,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18","w":277,"k":{"y":13,"u":13,"r":13,"o":20,"i":7,"e":20,"a":27,"A":27,";":13,":":13,".":33,"-":20,",":33}},"W":{"d":"362,-242v0,16,-8,17,-22,16r-59,218v-2,17,-29,14,-35,0r-62,-158r-60,158v-4,15,-35,17,-38,0r-57,-218v-13,1,-20,0,-20,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,21,-16,15,-33,16r40,163r57,-150v3,-14,38,-14,43,0r56,148r40,-161v-17,-1,-33,6,-32,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18","w":371,"k":{"y":3,"u":7,"r":7,"o":7,"e":7,"a":13,"A":13,";":7,":":7,".":20,"-":7,",":20}},"X":{"d":"260,-10v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v1,-16,5,-19,18,-18r-54,-78r-55,78v15,-1,22,1,22,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-20,9,-18,26,-18r78,-106r-65,-92v-15,0,-27,4,-26,-16v0,-12,3,-18,9,-18r69,0v8,0,12,6,12,18v0,15,-7,17,-20,16r44,60r45,-60v-15,0,-24,2,-24,-16v2,-35,43,-18,79,-18v8,0,12,6,12,18v1,18,-11,16,-27,16r-66,90r77,108v17,0,29,-2,28,18","w":269},"Y":{"d":"256,-249v1,17,-8,17,-23,16r-82,128r0,75v17,-1,29,-1,28,18v-2,31,-55,10,-82,16v-6,0,-10,-5,-10,-16v0,-21,10,-18,27,-18r0,-75r-80,-128v-15,0,-25,3,-25,-16v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v0,16,-8,17,-22,16r54,90r58,-90v-15,0,-25,3,-24,-16v0,-12,3,-18,9,-18r70,0v8,0,11,6,11,18","w":265,"k":{"v":20,"u":20,"q":33,"p":27,"o":33,"i":13,"e":33,"a":27,"A":27,";":23,":":20,".":46,"-":33,",":46}},"Z":{"d":"208,0r-185,0v-24,-2,-13,-19,-1,-33v31,-35,114,-157,143,-192r-119,0v0,18,3,31,-19,31v-27,0,-16,-33,-16,-54v0,-6,6,-10,17,-10r181,0v23,3,12,16,1,32r-145,193r126,0v1,-17,-5,-31,16,-31v31,0,19,29,19,52v0,8,-6,12,-18,12","w":234},"[":{"d":"72,58v-1,27,-41,9,-63,14r0,-330v22,5,63,-13,63,15v0,19,-13,13,-28,14r0,272v15,1,29,-4,28,15","w":80},"\\":{"d":"134,4v0,9,-27,9,-30,0r-95,-266v1,-11,29,-11,30,1","w":143},"]":{"d":"72,72v-22,-5,-62,13,-63,-14v-1,-19,13,-14,28,-15r0,-272v-15,-1,-28,5,-28,-14v0,-28,41,-10,63,-15r0,330","w":80},"^":{"d":"126,-192v-4,12,-28,15,-35,0r-25,-32v-13,14,-17,42,-41,44v-7,0,-19,-4,-15,-11r43,-71v7,-10,20,-9,27,0","w":134},"_":{"d":"206,73r-187,0v-6,0,-10,-4,-10,-14v0,-11,4,-17,10,-17r187,0v8,0,11,5,11,16v0,10,-3,15,-11,15","w":226},"`":{"d":"57,-229v6,13,-23,29,-31,15v-7,-11,-13,-22,-17,-35v0,-10,26,-22,32,-11","w":67},"a":{"d":"15,-96v4,-57,31,-101,91,-95v23,2,68,-8,74,12r0,150v13,-1,18,4,18,19v2,20,-18,14,-34,16v-18,2,-16,-10,-16,-26v-50,58,-138,2,-133,-76xm100,-24v55,0,45,-78,45,-138r-55,0v-57,8,-54,138,10,138","w":200},"b":{"d":"197,-96v0,76,-79,134,-131,78v3,31,-22,19,-47,22v-6,0,-10,-5,-10,-16v0,-19,7,-19,23,-18r0,-194v-14,0,-23,2,-23,-16v-1,-26,19,-17,41,-18v31,-1,10,43,16,67v82,-10,131,20,131,95xm112,-24v64,5,66,-129,10,-138r-55,0r0,67v-2,52,11,69,45,71","w":205},"c":{"d":"9,-93v0,-74,53,-113,121,-92v1,-6,6,-9,15,-9v33,0,11,45,17,70v0,8,-6,11,-17,11v-20,0,-14,-18,-15,-34v-32,-36,-94,-9,-86,53v-10,73,72,93,94,39v6,-15,32,-5,31,10v-12,31,-39,49,-74,49v-55,1,-86,-39,-86,-97","w":178},"d":{"d":"11,-93v0,-58,30,-100,90,-95r40,0r0,-36v-15,0,-25,3,-25,-16v0,-27,19,-18,40,-18v12,0,18,3,18,10r0,218v14,-1,19,1,19,17v0,22,-16,16,-35,17v-14,0,-17,-6,-16,-19v-52,47,-131,2,-131,-78xm95,-21v57,0,44,-77,45,-138r-55,0v-55,9,-52,138,10,138","w":202},"e":{"d":"92,-191v54,2,90,35,83,101r-135,8v-5,59,82,81,100,26v4,-12,39,-11,35,5v-9,34,-38,55,-81,55v-58,0,-90,-38,-90,-96v-1,-57,32,-101,88,-99xm141,-118v-1,-44,-58,-59,-84,-30v-9,9,-15,21,-16,36","w":181},"f":{"d":"135,-247v2,19,-21,17,-39,16v-28,-2,-32,29,-28,58v19,2,47,-7,47,15v0,21,-29,10,-47,13r0,119v18,0,36,-5,34,18v-2,32,-54,9,-81,16v-6,0,-9,-5,-9,-16v0,-19,6,-19,22,-18r0,-119v-13,0,-25,3,-25,-12v0,-19,10,-16,25,-16v-7,-65,19,-100,88,-89v9,1,13,6,13,15","w":126,"k":{"f":7}},"g":{"d":"34,26v19,7,22,23,53,21v42,-2,56,-22,56,-64v-54,52,-134,-6,-129,-80v4,-57,30,-96,91,-95r81,1v8,0,12,6,12,17v0,14,-8,16,-22,15r0,133v3,72,-23,102,-89,102v-38,0,-66,-9,-73,-35v-2,-8,12,-16,20,-15xm99,-25v55,0,45,-78,45,-138r-55,0v-57,8,-54,138,10,138","w":207},"h":{"d":"65,-189v90,-6,128,26,120,121r0,39v16,-1,24,0,24,18v0,24,-22,16,-43,16v-8,0,-13,-1,-13,-8v-2,-64,15,-152,-47,-157r-41,0r0,132v18,1,37,-5,35,18v-2,32,-54,9,-81,16v-6,0,-10,-5,-10,-16v0,-18,6,-19,21,-18r0,-203v-14,1,-20,1,-21,-16v-1,-26,20,-18,40,-18v30,0,11,50,16,76","w":218},"i":{"d":"75,-241v0,12,-9,21,-21,21v-12,0,-20,-9,-20,-21v0,-12,9,-20,20,-20v11,0,21,9,21,20xm99,-12v-2,31,-53,10,-80,16v-6,0,-10,-5,-10,-16v-1,-22,12,-18,29,-18r0,-125v-15,0,-23,2,-23,-16v0,-27,20,-18,41,-18v10,0,16,5,16,12r0,147v16,-1,28,-1,27,18","w":103},"j":{"d":"70,-238v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20v11,0,21,9,21,20xm68,-23v7,72,-20,103,-88,95v-14,-2,-12,-33,0,-31v45,6,54,-16,54,-64r0,-132v-14,1,-22,1,-22,-16v-1,-26,18,-16,39,-18v11,0,17,3,17,10r0,156","w":81},"k":{"d":"142,-4v4,-58,-13,-99,-78,-88r1,64v17,0,31,-3,30,18v-3,28,-51,9,-76,14v-6,0,-10,-4,-10,-14v0,-18,6,-19,21,-18r0,-199v-13,1,-20,0,-20,-16v-1,-26,18,-16,39,-18v11,0,16,4,16,10r0,130r7,0r43,-44v-12,1,-19,0,-19,-14v0,-12,4,-18,10,-18r69,0v8,0,12,6,12,18v1,15,-13,15,-27,14r-45,45v45,9,66,56,62,116v-1,6,-7,10,-19,10v-11,0,-16,-4,-16,-10","w":196},"l":{"d":"33,-223v-1,-11,15,-35,27,-34v5,0,8,4,8,11r0,216v17,-1,29,-1,28,18v-1,30,-51,11,-77,16v-6,0,-10,-5,-10,-16v0,-19,8,-19,24,-18r0,-193","w":104},"m":{"d":"213,-157v-53,0,-35,94,-38,151v-1,6,-6,9,-18,9v-14,0,-16,-4,-17,-12v-3,-63,17,-152,-46,-155r-37,0r0,134v19,0,36,-4,34,19v-2,30,-51,9,-76,15v-6,0,-9,-5,-9,-16v0,-17,5,-19,19,-18r0,-151v4,-20,46,-12,70,-12v28,0,48,11,63,32v23,-35,86,-42,110,1v10,18,18,41,18,70r-1,-1r0,61v15,-2,21,3,21,19v1,23,-27,13,-46,15v-9,2,-12,-16,-9,-26v-3,-54,14,-135,-38,-135","w":311},"n":{"d":"97,-188v81,-9,98,69,90,158v16,-1,24,1,24,19v0,22,-24,15,-42,15v-11,0,-16,-3,-16,-9v-2,-62,13,-153,-46,-154r-52,-1r0,130v16,-1,24,1,24,19v-1,27,-37,11,-64,15v-6,0,-9,-5,-9,-16v0,-16,4,-19,17,-18r0,-147v4,-20,51,-8,74,-11","w":216},"o":{"d":"183,-96v0,61,-30,99,-88,100v-58,1,-89,-38,-89,-97v0,-60,34,-97,89,-98v57,-1,88,38,88,95xm148,-94v0,-38,-17,-68,-53,-68v-38,0,-54,31,-54,69v0,38,17,70,54,69v36,0,53,-30,53,-70","w":188},"p":{"d":"195,-98v0,76,-79,133,-130,78r0,59v16,0,28,-3,27,17v-1,30,-46,9,-70,15v-8,0,-12,-5,-12,-15v0,-15,6,-18,20,-17r0,-199v-13,1,-21,-1,-21,-15v3,-36,67,-8,105,-19v52,0,81,42,81,96xm110,-26v64,5,66,-131,10,-139v-16,2,-37,0,-55,1r0,67v-2,52,12,68,45,71","w":204},"q":{"d":"9,-98v0,-57,32,-94,90,-94r83,0v8,0,12,6,12,17v0,14,-7,16,-20,15r0,199v13,-1,19,3,19,17v-1,29,-48,10,-72,15v-6,0,-10,-5,-10,-15v-1,-20,12,-17,29,-17r0,-58v-51,55,-131,-1,-131,-79xm94,-25v55,0,43,-80,45,-139r-56,0v-55,10,-52,139,11,139","w":203},"r":{"d":"67,-169v15,-25,79,-34,89,-4v0,9,-10,19,-19,19v-37,-26,-72,12,-72,68r0,58v18,1,37,-5,35,18v-2,32,-54,10,-81,16v-6,0,-10,-5,-10,-16v0,-18,7,-19,22,-18r0,-125v-14,1,-22,1,-22,-16v0,-27,21,-17,41,-18v15,-1,18,5,17,18","w":154,"k":{".":20,",":20}},"s":{"d":"125,-104v74,31,33,108,-41,108v-26,0,-40,-14,-60,-6v-26,1,-15,-36,-15,-57v0,-6,5,-10,15,-10v18,0,18,8,17,23v12,41,122,18,79,-22v-37,-15,-108,-20,-108,-69v0,-50,66,-60,110,-50v0,-6,5,-10,15,-10v29,-2,17,33,17,55v0,8,-7,12,-18,12v-16,0,-11,-12,-16,-21v-12,-20,-81,-14,-75,11v-3,25,66,30,80,36","w":173},"t":{"d":"107,-166v0,21,-21,12,-38,14r0,122v18,0,34,-3,32,18v-2,31,-55,10,-82,16v-6,0,-10,-5,-10,-16v0,-20,9,-18,26,-18r0,-122v-12,0,-22,2,-21,-13v0,-19,5,-20,21,-19v4,-22,-13,-59,16,-59v32,0,13,36,18,59v19,2,38,-8,38,18","w":107},"u":{"d":"61,-179v3,63,-15,151,46,155r52,0r0,-132v-14,0,-23,2,-23,-16v-1,-33,41,-11,65,-17v8,0,12,6,12,18v0,14,-8,16,-22,15r0,149v-8,21,-56,11,-84,12v-75,4,-86,-78,-80,-161v-11,1,-15,-2,-16,-16v-1,-24,17,-17,35,-16v10,0,15,3,15,9","w":218},"v":{"d":"205,-173v1,16,-9,17,-24,16r-60,151v-3,13,-28,10,-32,0r-60,-151v-15,0,-23,2,-23,-16v0,-34,42,-12,66,-18v8,0,12,6,12,18v0,13,-6,17,-19,16r41,106r40,-106v-13,1,-19,0,-19,-16v-1,-34,42,-12,67,-18v8,0,11,6,11,18","w":209,"k":{".":27,",":27}},"w":{"d":"101,-29v61,-2,31,-96,38,-153v-1,-8,10,-14,19,-14v11,0,16,5,16,14v5,57,-21,153,40,153v54,0,32,-84,36,-134v-15,0,-24,3,-24,-16v0,-35,44,-12,69,-18v8,0,12,7,12,19v1,15,-9,16,-23,15r0,100v8,70,-107,85,-127,29v-8,20,-30,33,-55,35v-78,6,-77,-83,-74,-164v-13,1,-19,0,-19,-16v-1,-34,44,-12,70,-18v8,0,13,6,13,17v0,18,-12,18,-29,17v5,53,-19,136,38,134","w":316,"k":{".":20,",":20}},"x":{"d":"195,-12v0,30,-45,11,-69,16v-6,0,-9,-5,-9,-16v1,-14,3,-19,13,-18r-27,-42v-8,14,-22,30,-27,42v8,0,12,6,12,18v0,30,-45,11,-69,16v-6,0,-10,-5,-10,-16v0,-20,9,-18,26,-18r47,-67r-44,-62v-15,0,-25,3,-25,-16v0,-34,41,-12,65,-18v8,0,11,6,11,18v0,9,-3,15,-9,16r23,31v5,-10,21,-24,21,-31v-6,0,-9,-5,-9,-16v-2,-34,40,-12,64,-18v8,0,12,6,12,18v1,15,-9,17,-24,16r-44,60r48,69v16,-1,24,0,24,18","w":204},"y":{"d":"63,-154v-1,56,-4,127,47,126r52,0r-1,-149v0,-17,30,-10,47,-11v8,0,12,6,12,17v1,15,-9,16,-23,15r0,130v2,71,-24,102,-90,102v-38,0,-63,-10,-73,-35v0,-7,13,-14,21,-14v18,6,21,22,52,20v34,-2,52,-14,54,-46r-52,1v-74,1,-86,-74,-80,-156v-13,1,-20,0,-20,-16v-1,-33,39,-13,63,-18v8,0,12,6,12,18v0,15,-7,17,-21,16","w":228,"k":{".":27,",":27}},"z":{"d":"179,-43v0,20,4,43,-16,43r-142,0v-22,-2,-10,-14,-1,-27r101,-132r-81,0v0,14,1,23,-15,23v-23,0,-13,-20,-15,-37v0,-7,8,-15,16,-14r141,0v18,3,11,10,1,23r-103,134r84,0v0,-13,-1,-23,14,-22v11,0,16,3,16,9","w":188},"{":{"d":"105,-262v15,0,21,31,0,30v-82,-6,11,122,-55,142v45,5,25,65,25,105v0,21,10,31,30,31v8,0,12,5,12,15v0,14,-8,15,-22,15v-65,0,-43,-70,-43,-120v0,-21,-10,-30,-30,-30v-9,0,-13,-6,-13,-16v0,-10,4,-15,13,-15v50,-4,14,-62,16,-98v2,-46,18,-60,67,-59","w":127},"|":{"d":"46,57v0,8,-6,11,-18,11v-12,0,-19,-3,-19,-11r0,-303v0,-9,6,-13,19,-13v12,0,18,5,18,15r0,301","w":55},"}":{"d":"23,-262v86,0,68,78,56,132v0,15,9,24,26,25v9,0,14,5,14,15v0,10,-5,16,-14,16v-48,0,-22,68,-22,100v0,37,-21,53,-60,50v-8,0,-12,-5,-12,-15v0,-10,4,-15,12,-15v69,-1,-15,-126,54,-136v-42,-9,-18,-74,-17,-110v0,-24,-13,-32,-37,-32v-9,0,-14,-5,-14,-13v0,-8,7,-17,14,-17","w":127},"~":{"d":"171,-176v22,40,-11,74,-43,75v-15,5,-53,-37,-73,-37v-12,0,-24,12,-39,38v-20,-28,9,-78,41,-73v14,-6,56,37,74,37v13,0,27,-13,40,-40","w":186},"\u00a0":{"w":132}}});


