/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright 1990-1998 Bitstream Inc.  All rights reserved.
 */
Cufon.registerFont({"w":121,"face":{"font-family":"Swiss924Fox","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 8 2 2 2 6 2 4","ascent":"274","descent":"-86","x-height":"3","bbox":"-8 -299 343 85","underline-thickness":"25.1367","underline-position":"-17.4023","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":60},"!":{"d":"24,-65r-11,-217r45,0r-11,217r-23,0xm15,0r0,-45r41,0r0,45r-41,0","w":70},"\"":{"d":"69,-252r29,0r0,97r-29,0r0,-97xm15,-252r29,0r0,97r-29,0r0,-97","w":113},"#":{"d":"125,-150r-16,45r45,0r16,-45r-45,0xm129,-257r34,0r-27,77r44,0r27,-77r33,0r-27,77r52,0r-11,30r-51,0r-16,45r54,0r-11,30r-54,0r-27,76r-34,0r28,-76r-44,0r-28,76r-34,0r28,-76r-53,0r11,-30r52,0r16,-45r-55,0r10,-30r56,0","w":276},"$":{"d":"111,-216r0,26r-38,0r0,-31v0,-8,-1,-13,-3,-16v-2,-3,-5,-5,-9,-5v-4,0,-7,2,-9,5v-2,3,-2,8,-2,16r0,18v0,11,9,28,27,52v7,9,12,17,16,22v6,9,11,17,14,26v3,9,5,17,5,26r0,20v0,17,-4,30,-10,40v-6,10,-14,16,-26,19r0,29r-10,0r0,-28r-2,0v0,0,-2,1,-4,1v-2,0,-2,-1,-3,-1r-2,0r0,28r-10,0r0,-29v-12,-1,-20,-7,-26,-17v-6,-10,-9,-24,-9,-43r0,-30r38,0r0,35v0,9,1,16,3,19v2,3,5,4,9,4v4,0,7,-2,9,-5v2,-3,3,-9,3,-18r0,-18v0,-13,-8,-30,-25,-51r-13,-18v-8,-12,-15,-22,-18,-31v-3,-9,-4,-18,-4,-28r0,-21v0,-14,2,-26,8,-35v6,-9,14,-15,25,-19r0,-25r10,0r0,24r2,0r3,0r4,0r2,0r0,-24r10,0r0,25v11,2,20,7,26,17v6,10,9,24,9,41"},"%":{"d":"8,-236v0,-13,4,-22,10,-29v6,-7,15,-10,28,-10v13,0,23,3,29,10v6,7,10,16,10,29r0,51v0,13,-4,22,-10,29v-6,7,-16,10,-29,10v-13,0,-22,-4,-28,-10v-6,-6,-10,-16,-10,-29r0,-51xm124,-86v0,-13,4,-23,10,-30v6,-7,16,-10,29,-10v13,0,22,3,28,10v6,7,10,17,10,30r0,50v0,13,-4,23,-10,29v-6,6,-15,10,-28,10v-13,0,-23,-3,-29,-9v-6,-6,-10,-17,-10,-30r0,-50xm155,-36v0,5,1,8,2,10v1,2,3,3,6,3v3,0,5,-1,6,-3v1,-2,1,-5,1,-10r0,-50v0,-5,0,-8,-1,-10v-1,-2,-3,-2,-6,-2v-3,0,-5,0,-6,2v-1,2,-2,5,-2,10r0,50xm54,3r78,-278r24,0r-78,278r-24,0xm39,-185v0,5,1,7,2,9v1,2,2,3,5,3v3,0,5,-1,6,-3v1,-2,2,-4,2,-9r0,-50v0,-5,-1,-8,-2,-10v-1,-2,-3,-3,-6,-3v-3,0,-5,1,-6,3v-1,2,-1,5,-1,10r0,50","w":209},"&":{"d":"77,-180v6,-9,9,-16,12,-23v3,-7,4,-13,4,-17v0,-6,-2,-10,-4,-13v-2,-3,-6,-5,-10,-5v-5,0,-8,1,-11,5v-3,4,-4,9,-4,15v0,4,1,9,3,14v2,5,5,14,10,24xm64,-112v-6,8,-11,16,-14,24v-3,8,-5,16,-5,24v0,10,3,17,7,23v4,6,10,8,17,8v4,0,8,-1,12,-3v4,-2,8,-6,11,-11xm148,3v-9,0,-16,-2,-23,-5v-7,-3,-12,-9,-17,-15v-7,7,-14,12,-22,15v-8,3,-16,5,-26,5v-16,0,-30,-5,-40,-17v-10,-12,-16,-27,-16,-46v0,-17,4,-33,11,-48v7,-15,19,-29,34,-42v-7,-11,-13,-22,-17,-33v-4,-11,-5,-21,-5,-31v0,-17,5,-31,15,-42v10,-11,23,-16,39,-16v14,0,25,4,34,14v9,10,14,23,14,38v0,11,-3,23,-9,35v-6,12,-17,26,-30,40r28,64r10,-14r24,25r-19,24v1,3,3,5,6,7v3,2,5,3,9,4r0,38","w":155},"'":{"d":"15,-252r29,0r0,97r-29,0r0,-97","w":58},"(":{"d":"78,8r0,27v-21,-3,-36,-12,-45,-24v-9,-12,-14,-31,-14,-56r0,-161v0,-25,5,-43,14,-55v9,-12,24,-21,45,-24r0,28v-8,3,-13,6,-16,12v-3,6,-4,14,-4,27r0,187v0,13,1,22,4,27v3,5,8,9,16,12","w":86},")":{"d":"9,8v8,-3,13,-6,16,-12v3,-6,4,-15,4,-27r0,-187v0,-13,-1,-21,-4,-27v-3,-6,-8,-9,-16,-12r0,-28v21,3,36,12,45,24v9,12,13,30,13,55r0,161v0,25,-4,44,-13,56v-9,12,-24,21,-45,24r0,-27","w":86},"*":{"d":"59,-212r-21,29r-20,-14r23,-29r-33,-9r7,-24r32,11r0,-34r24,0r0,34r32,-11r8,24r-34,9r23,29r-20,15","w":118},"+":{"d":"135,-215r30,0r0,93r90,0r0,29r-90,0r0,93r-30,0r0,-93r-90,0r0,-29r90,0r0,-93","w":299},",":{"d":"9,0r0,-46r43,0r0,37v0,8,-1,15,-4,22v-3,7,-8,15,-14,22r-22,0v6,-7,9,-13,12,-19v3,-6,5,-11,5,-16r-20,0","w":60},"-":{"d":"10,-98r0,-35r59,0r0,35r-59,0","w":78,"k":{"r":-7,"o":-7,"n":-7,"f":-7,"Z":-7,"T":6,"R":-7,"P":-7,"O":-7,"L":-7,"K":-7,"J":-10,"H":-7,"G":-7,"F":-7,"D":-7,"C":-7,"B":-7}},".":{"d":"9,0r0,-46r43,0r0,46r-43,0","w":60},"\/":{"d":"-8,33r63,-318r28,0r-63,318r-28,0","w":82},"0":{"d":"52,-222r0,171v0,8,1,12,2,15v1,3,4,4,7,4v3,0,6,-1,7,-4v1,-3,2,-7,2,-15r0,-171v0,-8,-1,-12,-2,-15v-1,-3,-4,-4,-7,-4v-3,0,-6,1,-7,4v-1,3,-2,7,-2,15xm10,-216v0,-22,4,-39,12,-49v8,-10,22,-16,39,-16v18,0,30,6,38,16v8,10,12,26,12,49r0,154v0,23,-4,40,-12,50v-8,10,-21,15,-38,15v-18,0,-31,-5,-39,-15v-8,-10,-12,-27,-12,-50r0,-154"},"1":{"d":"45,0r0,-231v-4,7,-8,13,-13,19v-5,6,-10,10,-15,15r0,-48v8,-7,14,-13,19,-19v5,-6,11,-12,15,-17r34,0r0,281r-40,0"},"2":{"d":"8,0r0,-40r49,-117r0,-1v9,-21,13,-37,13,-47r0,-20v0,-9,-1,-16,-3,-19v-2,-3,-4,-5,-8,-5v-4,0,-6,2,-8,5v-2,3,-3,10,-3,19r0,31r-39,0r0,-30v0,-20,4,-35,13,-45v9,-10,21,-15,38,-15v16,0,29,5,38,14v9,9,14,22,14,38r0,16v0,9,-2,18,-4,28v-2,10,-5,19,-9,29r-50,121r58,0r0,38r-99,0"},"3":{"d":"111,-57v0,20,-5,35,-13,45v-8,10,-21,15,-38,15v-17,0,-29,-5,-38,-15v-9,-10,-13,-25,-13,-44r0,-43r40,0r0,45v0,9,1,14,2,17v1,3,4,5,8,5v4,0,7,-2,8,-5v1,-3,2,-8,2,-17r0,-63v0,-6,-1,-11,-4,-13v-3,-2,-8,-3,-15,-3r-3,0r-3,0r0,-32r3,0r5,0v7,0,11,-1,14,-4v3,-3,3,-7,3,-15r0,-41v0,-9,0,-15,-2,-18v-2,-3,-4,-5,-8,-5v-4,0,-6,2,-7,5v-1,3,-3,9,-3,18r0,33r-39,0r0,-36v0,-18,5,-32,13,-41v8,-9,21,-14,37,-14v16,0,28,5,37,14v9,9,13,24,13,41r0,34v0,13,-2,24,-5,31v-3,7,-9,11,-17,14v8,1,14,4,17,10v3,6,6,15,6,27r0,55"},"4":{"d":"29,-82r32,0r0,-125xm61,0r0,-48r-54,0r0,-45r47,-188r46,0r0,196r15,0r0,37r-15,0r0,48r-39,0"},"5":{"d":"10,-99r41,0r0,45v0,8,1,14,2,17v1,3,4,4,7,4v4,0,6,-1,7,-4v1,-3,2,-8,2,-17r0,-90v0,-7,0,-11,-2,-14v-2,-3,-5,-4,-9,-4v-4,0,-7,2,-9,5v-2,3,-3,7,-3,14r-33,0r5,-138r89,0r0,38r-57,0r-3,56v5,-3,9,-6,13,-8v4,-2,8,-2,12,-2v12,0,21,4,28,12v7,8,10,19,10,33r0,97v0,19,-4,33,-13,43v-9,10,-21,15,-37,15v-17,0,-29,-5,-37,-15v-8,-10,-13,-24,-13,-43r0,-44"},"6":{"d":"70,-53r0,-74v0,-8,-1,-14,-2,-17v-1,-3,-3,-4,-7,-4v-3,0,-6,2,-7,5v-1,3,-2,8,-2,16r0,74v0,8,1,14,2,17v1,3,4,4,7,4v4,0,6,-1,7,-4v1,-3,2,-9,2,-17xm111,-62v0,23,-4,40,-12,50v-8,10,-21,15,-38,15v-18,0,-30,-5,-38,-15v-8,-10,-12,-27,-12,-50r0,-154v0,-23,4,-40,12,-50v8,-10,21,-16,38,-16v16,0,28,5,37,14v9,9,13,22,13,38r0,24r-39,0r0,-17v0,-9,0,-16,-2,-19v-2,-3,-4,-4,-8,-4v-4,0,-6,2,-8,5v-2,3,-2,9,-2,18r0,49v4,-4,8,-6,12,-8v4,-2,9,-2,14,-2v11,0,19,4,25,12v6,8,8,19,8,34r0,76"},"7":{"d":"14,0r56,-241r-66,0r0,-37r107,0r0,38r-56,240r-41,0"},"8":{"d":"71,-53r0,-68v0,-9,-1,-14,-2,-17v-1,-3,-4,-4,-8,-4v-4,0,-7,2,-9,5v-2,3,-3,8,-3,16r0,68v0,8,1,14,3,17v2,3,5,5,9,5v4,0,7,-2,8,-5v1,-3,2,-8,2,-17xm69,-194r0,-27v0,-8,-1,-14,-2,-17v-1,-3,-3,-4,-7,-4v-3,0,-6,1,-7,4v-1,3,-2,8,-2,17r0,27v0,8,1,13,2,16v1,3,4,4,7,4v4,0,6,-1,7,-4v1,-3,2,-7,2,-16xm86,-164v10,3,15,8,19,15v4,7,6,18,6,35r0,52v0,23,-4,40,-12,50v-8,10,-21,15,-38,15v-17,0,-30,-5,-38,-15v-8,-10,-12,-27,-12,-50r0,-52v0,-17,1,-28,5,-35v4,-7,11,-12,20,-15v-9,-2,-14,-6,-18,-12v-4,-6,-6,-16,-6,-28r0,-22v0,-18,4,-31,12,-41v8,-10,20,-15,36,-15v16,0,28,5,36,14v8,9,13,24,13,42r0,22v0,12,-3,22,-6,28v-3,6,-9,10,-17,12"},"9":{"d":"52,-219r0,74v0,9,1,14,2,17v1,3,4,4,7,4v3,0,6,-1,7,-4v1,-3,2,-9,2,-17r0,-74v0,-8,-1,-13,-2,-16v-1,-3,-3,-5,-7,-5v-4,0,-6,1,-7,4v-1,3,-2,9,-2,17xm11,-216v0,-23,4,-40,12,-50v8,-10,21,-16,38,-16v18,0,30,6,38,16v8,10,12,27,12,50r0,154v0,23,-4,40,-12,50v-8,10,-21,15,-38,15v-16,0,-28,-5,-37,-14v-9,-9,-13,-22,-13,-39r0,-22r39,0r0,17v0,9,1,16,2,19v1,3,4,4,8,4v4,0,6,-2,8,-5v2,-3,2,-9,2,-18r0,-50v-4,4,-8,7,-12,9v-4,2,-9,2,-14,2v-11,0,-19,-4,-25,-12v-6,-8,-8,-19,-8,-34r0,-76"},":":{"d":"13,-165r0,-46r43,0r0,46r-43,0xm13,0r0,-46r43,0r0,46r-43,0","w":69},";":{"d":"13,0r0,-46r43,0r0,37v0,8,-1,16,-4,23v-3,7,-8,14,-14,21r-22,0v5,-7,9,-13,12,-19v3,-6,5,-11,5,-16r-20,0xm13,-165r0,-46r43,0r0,46r-43,0","w":69},"<":{"d":"253,-207r0,33r-164,67r164,67r0,32r-207,-85r0,-28","w":299},"=":{"d":"45,-86r210,0r0,29r-210,0r0,-29xm45,-158r210,0r0,29r-210,0r0,-29","w":299},">":{"d":"46,-207r207,86r0,28r-207,85r0,-32r165,-67r-165,-67r0,-33","w":299},"?":{"d":"43,-65r0,-64v0,-8,1,-16,3,-23v2,-7,4,-16,8,-25v4,-9,6,-17,8,-23v2,-6,3,-12,3,-17r0,-12v0,-10,-1,-16,-2,-19v-1,-3,-4,-4,-8,-4v-4,0,-6,2,-7,5v-1,3,-3,9,-3,18r0,19r-39,0r0,-19v0,-18,4,-32,13,-42v9,-10,21,-14,37,-14v16,0,28,4,37,13v9,9,13,21,13,37r0,12v0,18,-7,40,-21,65r-9,15v-4,8,-6,18,-8,31v-2,13,-3,28,-3,47r-22,0xm33,0r0,-45r42,0r0,45r-42,0","w":116},"@":{"d":"206,-50v-6,10,-13,18,-22,23v-9,5,-19,7,-31,7v-18,0,-32,-5,-41,-15v-9,-10,-14,-25,-14,-44v0,-27,8,-51,24,-70v16,-19,36,-28,59,-28v10,0,19,2,26,6v7,4,12,10,17,19r10,-19r27,0r-26,103r0,2v-1,3,-1,6,-1,7v0,4,1,7,4,10v3,3,7,4,12,4v6,0,12,-1,19,-5v7,-4,13,-9,19,-15v8,-9,15,-19,19,-31v4,-12,7,-25,7,-38v0,-30,-11,-53,-33,-72v-22,-19,-51,-28,-86,-28v-16,0,-31,1,-45,5v-14,4,-27,10,-38,17v-21,13,-38,30,-49,51v-11,21,-17,45,-17,70v0,37,12,65,37,87v25,22,57,33,98,33v19,0,39,-2,57,-8v18,-6,35,-14,51,-25r12,17v-17,13,-36,23,-56,30v-20,7,-41,10,-63,10v-22,0,-42,-3,-61,-9v-19,-6,-36,-13,-50,-24v-18,-14,-31,-31,-40,-49v-9,-18,-14,-40,-14,-63v0,-19,3,-38,9,-55v6,-17,15,-33,27,-48v17,-21,38,-37,62,-48v24,-11,51,-16,81,-16v19,0,39,3,56,8v17,5,32,12,44,22v15,12,27,26,35,42v8,16,12,33,12,53v0,19,-4,37,-12,53v-8,16,-18,30,-32,41v-8,6,-18,12,-27,15v-9,3,-19,5,-29,5v-12,0,-22,-2,-28,-7v-6,-5,-9,-12,-9,-22r0,-1xm217,-124v-2,-10,-5,-18,-11,-23v-6,-5,-13,-8,-22,-8v-15,0,-27,7,-38,22v-11,15,-16,34,-16,55v0,11,3,20,8,26v5,6,13,10,23,10v11,0,20,-4,29,-12v9,-8,14,-18,17,-30","w":360},"A":{"d":"55,-68r25,0r-6,-85v-1,-7,-2,-28,-4,-62v-1,-16,-2,-29,-3,-39v-3,42,-2,42,-4,67v-2,25,-1,26,-2,34xm4,0r32,-282r63,0r32,282r-46,0r-2,-35r-31,0r-2,35r-46,0","w":135,"k":{"y":6,"w":6,"v":6,"d":-7,"Y":6,"W":6,"V":6,"U":-7,"T":10,"S":-7,"Q":-7,"O":-7,"G":-7,"C":-7,"A":-7,";":-7,":":-7,".":-11,",":-11}},"B":{"d":"55,-178r3,0r2,0v7,0,12,-2,15,-6v3,-4,4,-13,4,-23r0,-16v0,-10,-1,-15,-4,-19v-3,-4,-8,-6,-16,-6r-4,0r0,70xm12,0r0,-282r62,0v17,0,30,4,37,11v7,7,10,18,10,34r0,36v0,13,-3,22,-9,28v-6,6,-15,11,-28,12v14,1,25,5,31,11v6,6,9,16,9,29r0,74v0,16,-4,27,-12,35v-8,8,-21,12,-37,12r-63,0xm55,-34r3,0r2,0v7,0,12,-2,15,-6v3,-4,4,-12,4,-22r0,-56v0,-10,-1,-16,-4,-20v-3,-4,-8,-6,-16,-6r-4,0r0,110","w":134,"k":{"Y":-7,"G":-7,"C":-7,"-":-13}},"C":{"d":"80,-96r44,0r0,33v0,22,-5,39,-14,50v-9,11,-24,16,-43,16v-19,0,-33,-5,-42,-16v-9,-11,-14,-28,-14,-50r0,-156v0,-22,5,-39,14,-50v9,-11,23,-16,42,-16v19,0,34,5,43,16v9,11,14,28,14,50r0,30r-44,0r0,-41v0,-8,-1,-13,-3,-16v-2,-3,-5,-4,-10,-4v-5,0,-7,2,-9,4v-2,2,-3,8,-3,16r0,177v0,8,1,14,3,17v2,3,4,3,9,3v5,0,8,-1,10,-4v2,-3,3,-8,3,-16r0,-43","w":131,"k":{"Y":-10,"S":-10,"-":-13}},"D":{"d":"56,-36r4,0v7,0,12,-2,15,-6v3,-4,5,-11,5,-22r0,-157v0,-10,-1,-16,-4,-20v-3,-4,-8,-6,-16,-6r-4,0r0,211xm12,0r0,-282r47,0v26,0,43,5,52,13v9,8,13,25,13,49r0,154v0,25,-4,42,-13,52v-9,10,-23,14,-45,14r-54,0","w":135,"k":{"W":-7,"-":-7}},"E":{"d":"12,0r0,-282r99,0r0,36r-55,0r0,71r55,0r0,36r-55,0r0,102r55,0r0,37r-99,0","w":119},"F":{"d":"11,0r0,-282r100,0r0,36r-56,0r0,71r56,0r0,36r-56,0r0,139r-44,0","w":114,"k":{"y":-7,"u":-8,"r":-10,"o":-8,"i":-13,"e":-8,"a":-7,"T":-8,"A":6,";":-10,":":-10,".":24,"-":-7,",":24}},"G":{"d":"65,-150r59,0r0,88v0,22,-5,38,-14,49v-9,11,-24,16,-43,16v-19,0,-33,-5,-42,-16v-9,-11,-14,-28,-14,-50r0,-156v0,-22,5,-39,14,-50v9,-11,23,-16,42,-16v18,0,32,5,42,16v10,11,15,26,15,46r0,27r-44,0r0,-31v0,-10,-1,-16,-3,-19v-2,-3,-5,-4,-10,-4v-5,0,-7,2,-9,4v-2,2,-3,8,-3,16r0,177v0,8,1,14,3,17v2,3,4,3,9,3v5,0,8,-1,10,-4v2,-3,3,-9,3,-19r0,-5r0,-54r-15,0r0,-35","w":135,"k":{"Y":-7,"W":-7,"A":-7,"-":-7}},"H":{"d":"12,0r0,-282r44,0r0,104r22,0r0,-104r44,0r0,282r-44,0r0,-141r-22,0r0,141r-44,0","w":134,"k":{"-":-10}},"I":{"d":"13,0r0,-282r45,0r0,282r-45,0","w":70},"J":{"d":"0,0r0,-40v3,1,6,3,8,4v2,1,5,1,7,1v6,0,11,-2,13,-6v2,-4,3,-15,3,-32r0,-4r0,-205r45,0r0,222v0,22,-5,39,-13,49v-8,10,-21,14,-40,14v-4,0,-7,0,-11,-1v-4,-1,-8,-1,-12,-2","w":89,"k":{"-":-7}},"K":{"d":"12,0r0,-282r43,0r0,124r30,-124r44,0r-37,123r37,159r-45,0r-29,-147r0,147r-43,0","w":129,"k":{"Y":-7,"W":-7,"U":-7,"T":-7}},"L":{"d":"14,0r0,-282r44,0r0,245r51,0r0,37r-95,0","w":108,"k":{"y":6,"u":-11,"o":-10,"e":-10,"a":-10,"Y":8,"W":13,"V":6,"U":-7,"T":16,"A":-13}},"M":{"d":"12,0r0,-282r43,0r23,114v1,7,3,15,5,26v2,11,3,23,5,38v1,-10,2,-19,4,-29v2,-10,4,-21,7,-34r23,-115r42,0r0,282r-39,0r0,-132v0,-8,1,-16,1,-26v0,-10,0,-21,1,-32r-33,190r-12,0r-34,-190v1,11,2,22,2,32v0,10,1,18,1,26r0,132r-39,0","w":175},"N":{"d":"12,0r0,-282r36,0r37,186v-1,-20,-1,-37,-2,-50v-1,-13,-1,-23,-1,-30r0,-106r40,0r0,282r-38,0r-36,-183v1,15,1,28,2,40v1,12,1,24,1,34r0,109r-39,0","w":133},"O":{"d":"55,-230r0,177v0,8,1,14,3,17v2,3,4,3,9,3v5,0,8,-1,10,-4v2,-3,3,-8,3,-16r0,-177v0,-8,-1,-13,-3,-16v-2,-3,-5,-4,-10,-4v-5,0,-7,2,-9,4v-2,2,-3,8,-3,16xm124,-63v0,22,-5,39,-14,50v-9,11,-24,16,-43,16v-19,0,-33,-5,-42,-16v-9,-11,-14,-28,-14,-50r0,-156v0,-22,5,-39,14,-50v9,-11,23,-16,42,-16v19,0,34,5,43,16v9,11,14,28,14,50r0,156","w":135,"k":{";":-7,":":-7,"-":-7}},"P":{"d":"58,-247r0,76r4,0v7,0,12,-2,15,-6v3,-4,5,-11,5,-22r0,-24v0,-9,-2,-15,-5,-19v-3,-4,-7,-5,-15,-5r-4,0xm13,0r0,-282r62,0v18,0,31,4,39,11v8,7,12,20,12,37r0,45v0,19,-4,32,-12,40v-8,8,-22,13,-41,13r-15,0r0,136r-45,0","w":129,"k":{"y":-7,"Y":-10,"U":-8,"A":11,";":-10,":":-10,".":33,",":33}},"Q":{"d":"55,-53v0,8,1,14,3,17v2,3,4,3,9,3v5,0,8,-1,10,-4v2,-3,3,-8,3,-16r0,-177v0,-8,-1,-13,-3,-16v-2,-3,-5,-4,-10,-4v-5,0,-7,2,-9,4v-2,2,-3,8,-3,16r0,177xm124,-63v0,13,-1,24,-4,33v-3,9,-8,16,-14,21r17,25r-28,16r-19,-29r-3,0r-4,0v-20,0,-34,-5,-44,-16v-10,-11,-14,-28,-14,-50r0,-156v0,-22,5,-39,14,-50v9,-11,23,-16,42,-16v19,0,34,5,43,16v9,11,14,28,14,50r0,156","w":135},"R":{"d":"81,-223v0,-9,-2,-15,-5,-19v-3,-4,-9,-5,-17,-5r-4,0r0,79r5,0v8,0,13,-3,16,-7v3,-4,5,-11,5,-22r0,-26xm12,0r0,-282r63,0v18,0,31,5,38,12v7,7,11,21,11,40r0,35v0,16,-3,27,-7,35v-4,8,-11,13,-21,14r35,146r-45,0r-28,-149r-3,0r0,149r-43,0","w":133,"k":{"y":-7,"u":-8,"o":-7,"e":-7,"a":-7,"Y":-7,"C":-7,"A":-7,";":-13,":":-13,".":-7,"-":10,",":-7}},"S":{"d":"125,-224r0,34r-44,0r0,-39v0,-9,-1,-14,-3,-17v-2,-3,-6,-4,-11,-4v-5,0,-8,1,-10,4v-2,3,-3,8,-3,17r0,19v0,11,10,28,29,50v8,9,15,16,19,22v8,10,14,20,18,29v4,9,6,19,6,28r0,21v0,20,-6,36,-16,47v-10,11,-25,16,-44,16v-21,0,-35,-5,-44,-15v-9,-10,-14,-26,-14,-49r0,-31r44,0r0,37v0,9,1,15,3,18v2,3,6,5,11,5v5,0,9,-2,11,-5v2,-3,3,-9,3,-18r0,-20v0,-3,0,-6,-1,-10v-1,-4,-2,-8,-4,-12v-2,-5,-9,-13,-20,-26v-8,-9,-14,-16,-18,-21v-11,-13,-17,-25,-21,-34v-4,-9,-6,-18,-6,-28r0,-22v0,-18,6,-32,16,-42v10,-10,24,-15,43,-15v19,0,33,5,42,15v9,10,14,26,14,46","w":135,"k":{"Q":-7,"O":-7,"G":-7,"A":-7}},"T":{"d":"33,0r0,-245r-31,0r0,-37r107,0r0,37r-32,0r0,245r-44,0","w":110,"k":{"y":16,"w":16,"u":10,"s":16,"r":10,"o":16,"i":-10,"e":16,"c":16,"a":16,"A":10,";":16,":":16,".":20,"-":6,",":20}},"U":{"d":"11,-282r44,0r0,229v0,8,1,13,3,16v2,3,5,4,10,4v5,0,8,-1,10,-4v2,-3,2,-8,2,-16r0,-229r45,0r0,219v0,22,-6,39,-15,50v-9,11,-23,16,-42,16v-19,0,-34,-5,-43,-16v-9,-11,-14,-28,-14,-50r0,-219","w":135,"k":{"Z":-7}},"V":{"d":"42,0r-42,-282r46,0r19,220r18,-220r47,0r-42,282r-46,0","w":129,"k":{"e":6,"a":6,"A":6,".":13,",":13}},"W":{"d":"39,0r-37,-282r44,0r14,206r21,-206r32,0r21,206r13,-206r44,0r-38,282r-35,0r-20,-210r-25,210r-34,0","w":193,"k":{"e":6,"a":8,"A":6}},"X":{"d":"0,0r40,-153r-35,-129r48,0r15,108r12,-108r47,0r-36,129r39,153r-48,0r-17,-130r-18,130r-47,0","w":130,"k":{"O":-7,"C":-7,"-":-7}},"Y":{"d":"37,0r0,-121r-41,-161r46,0r18,120r20,-120r45,0r-44,161r0,121r-44,0","k":{"o":10,"i":-7,"e":10,"a":13,"A":6,".":15,",":15}},"Z":{"d":"6,0r0,-39r62,-207r-57,0r0,-36r101,0r0,38r-62,207r60,0r0,37r-104,0","w":118,"k":{"-":-7}},"[":{"d":"20,31r0,-313r56,0r0,27r-19,0r0,258r19,0r0,28r-56,0","w":86},"\\":{"d":"91,33r-28,0r-63,-318r28,0","w":82},"]":{"d":"67,31r-56,0r0,-28r20,0r0,-258r-20,0r0,-27r56,0r0,313","w":86},"^":{"d":"161,-257r38,0r87,99r-36,0r-70,-70r-70,70r-37,0","w":360},"_":{"d":"0,55r180,0r0,30r-180,0r0,-30","w":180},"`":{"d":"82,-238r-33,-39r44,0r18,39r-29,0","w":180},"a":{"d":"13,-158r0,-21v0,-16,4,-29,12,-37v8,-8,20,-13,36,-13v13,0,24,4,32,10v8,6,12,15,12,25r0,194r-37,0r0,-22v-3,8,-7,15,-13,19v-6,4,-11,6,-18,6v-9,0,-15,-3,-20,-9v-5,-6,-7,-15,-7,-27r0,-61v0,-11,2,-19,6,-25v4,-6,12,-11,25,-17v12,-6,19,-11,22,-15v3,-4,4,-10,4,-18r0,-14v0,-6,-1,-11,-2,-13v-1,-2,-4,-3,-7,-3v-4,0,-7,2,-8,4v-1,2,-2,6,-2,12r0,25r-35,0xm67,-129v-3,3,-3,2,-8,7v-8,7,-11,15,-11,22r0,53v0,6,1,10,2,12v1,2,4,4,8,4v3,0,6,-1,7,-3v1,-2,2,-7,2,-13r0,-82","w":116},"b":{"d":"67,-181v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,137v0,4,1,8,2,10v1,2,3,3,6,3v3,0,6,-1,7,-3v1,-2,2,-6,2,-10r0,-137xm12,0r0,-282r38,0r0,75v4,-7,9,-12,14,-16v5,-4,11,-5,18,-5v8,0,14,2,18,8v4,6,5,15,5,28r0,162v0,11,-2,19,-6,25v-4,6,-11,8,-20,8v-7,0,-12,-1,-17,-4v-5,-3,-8,-9,-12,-16r0,17r-38,0","w":115},"c":{"d":"48,-44v0,6,1,10,2,12v1,2,4,4,8,4v3,0,6,-1,7,-3v1,-2,2,-7,2,-13r0,-38r38,0r0,32v0,18,-4,31,-12,40v-8,9,-19,13,-35,13v-16,0,-28,-4,-36,-13v-8,-9,-12,-22,-12,-40r0,-125v0,-18,4,-31,12,-40v8,-9,20,-14,36,-14v16,0,27,5,35,14v8,9,12,22,12,40r0,23r-38,0r0,-31v0,-6,-1,-11,-2,-13v-1,-2,-4,-3,-7,-3v-4,0,-7,2,-8,4v-1,2,-2,6,-2,12r0,139","w":111},"d":{"d":"65,-181v0,-4,0,-8,-2,-10v-2,-2,-3,-3,-6,-3v-3,0,-6,1,-7,3v-1,2,-2,6,-2,10r0,137v0,4,1,8,2,10v1,2,4,3,7,3v3,0,5,-1,6,-3v1,-2,2,-6,2,-10r0,-137xm103,0r-38,0r0,-17v-4,7,-7,13,-12,16v-5,3,-10,4,-17,4v-9,0,-16,-2,-20,-8v-4,-6,-6,-14,-6,-25r0,-167v0,-11,2,-19,6,-24v4,-5,10,-7,19,-7v6,0,12,1,17,5v5,4,9,9,13,16r0,-75r38,0r0,282","w":114},"e":{"d":"67,-140r0,-43v0,-6,-1,-11,-2,-13v-1,-2,-4,-3,-7,-3v-4,0,-7,2,-8,4v-1,2,-2,6,-2,12r0,43r19,0xm105,-112r-57,0r0,68v0,6,1,10,2,12v1,2,4,4,8,4v3,0,6,-1,7,-3v1,-2,2,-7,2,-13r0,-32r38,0r0,26v0,18,-4,31,-12,40v-8,9,-19,13,-35,13v-16,0,-28,-4,-36,-13v-8,-9,-12,-22,-12,-40r0,-125v0,-18,4,-31,12,-40v8,-9,20,-14,36,-14v16,0,27,5,35,14v8,9,12,22,12,40r0,63","w":114},"f":{"d":"17,0r0,-197r-14,0r0,-28r14,0r0,-20v0,-12,3,-21,9,-27v6,-6,16,-10,28,-10r15,0r0,36r-1,0v-2,0,-3,-1,-4,-1v-3,0,-6,0,-7,2v-1,2,-2,5,-2,9r0,11r14,0r0,28r-14,0r0,197r-38,0","w":73,"k":{";":-13,":":-13,"-":-7}},"g":{"d":"66,-58r0,-122v0,-4,-1,-8,-2,-10v-1,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,122v0,4,1,8,2,10v1,2,3,3,6,3v3,0,6,-1,7,-3v1,-2,2,-6,2,-10xm104,-225r0,218v0,15,-4,27,-12,35v-8,8,-20,12,-36,12v-15,0,-27,-3,-35,-10v-8,-7,-12,-17,-12,-30r38,0r0,1v0,3,1,6,2,8v1,2,4,2,7,2v4,0,7,-2,8,-4v1,-2,2,-7,2,-14r0,-25v-4,7,-9,12,-14,15v-5,3,-10,5,-17,5v-8,0,-15,-2,-19,-7v-4,-5,-6,-13,-6,-24r0,-154v0,-11,3,-19,7,-24v4,-5,10,-7,19,-7v7,0,13,3,19,7v6,4,9,10,12,18r0,-22r37,0","w":115},"h":{"d":"12,0r0,-282r38,0r0,75v3,-7,7,-11,12,-15v5,-4,12,-6,18,-6v9,0,15,2,19,7v4,5,6,13,6,24r0,197r-38,0r0,-181v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,181r-38,0","w":116},"i":{"d":"13,-239r0,-43r38,0r0,43r-38,0xm13,-225r38,0r0,225r-38,0r0,-225","w":63},"j":{"d":"15,-239r0,-43r38,0r0,43r-38,0xm15,-225r38,0r0,229v0,14,-3,23,-9,28v-6,5,-16,8,-31,8r-4,0r-5,0r0,-34v4,0,8,-1,9,-3v1,-2,2,-8,2,-17r0,-211","w":65},"k":{"d":"12,0r0,-282r38,0r0,160r2,0r19,-103r37,0r-28,105r31,120r-40,0r-19,-107r-2,0r0,107r-38,0","w":109,"k":{"y":-8,"u":-7}},"l":{"d":"13,-282r38,0r0,282r-38,0r0,-282","w":63},"m":{"d":"12,-225r36,0r0,22v3,-8,8,-15,14,-19v6,-4,11,-7,18,-7v7,0,13,2,17,6v4,4,7,10,9,18v2,-7,5,-13,11,-17v6,-4,12,-7,19,-7v8,0,15,3,19,8v4,5,5,13,5,24r0,197r-38,0r0,-181v0,-4,-1,-8,-2,-10v-1,-2,-3,-3,-6,-3v-3,0,-5,1,-6,3v-1,2,-3,6,-3,10r0,181r-38,0r0,-181v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,181r-38,0r0,-225","w":171},"n":{"d":"12,0r0,-225r36,0r0,22v3,-8,8,-15,13,-19v5,-4,12,-6,19,-6v9,0,15,2,19,7v4,5,6,13,6,24r0,197r-38,0r0,-181v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,181r-38,0","w":116,"k":{";":-7,":":-7,"-":-7}},"o":{"d":"48,-183r0,139v0,6,1,10,2,12v1,2,4,4,8,4v3,0,6,-1,7,-3v1,-2,2,-7,2,-13r0,-139v0,-6,-1,-11,-2,-13v-1,-2,-4,-3,-7,-3v-4,0,-7,2,-8,4v-1,2,-2,6,-2,12xm105,-50v0,18,-4,31,-12,40v-8,9,-19,13,-35,13v-16,0,-28,-4,-36,-13v-8,-9,-12,-22,-12,-40r0,-125v0,-18,4,-31,12,-40v8,-9,20,-14,36,-14v16,0,27,5,35,14v8,9,12,22,12,40r0,125","w":114,"k":{";":-7,":":-7,"-":-7}},"p":{"d":"67,-44r0,-137v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,137v0,4,1,8,2,10v1,2,3,3,6,3v3,0,6,-1,7,-3v1,-2,2,-6,2,-10xm12,37r0,-262r36,0r0,22v3,-8,8,-15,13,-19v5,-4,12,-6,19,-6v9,0,15,2,19,7v4,5,6,13,6,24r0,169v0,11,-2,19,-6,24v-4,5,-10,7,-19,7v-6,0,-12,-2,-17,-5v-5,-3,-9,-9,-13,-16r0,55r-38,0","w":115},"q":{"d":"104,37r-38,0r0,-55v-4,7,-8,13,-13,16v-5,3,-11,5,-17,5v-9,0,-15,-2,-19,-7v-4,-5,-7,-13,-7,-24r0,-169v0,-11,3,-19,7,-24v4,-5,10,-7,19,-7v7,0,13,2,18,6v5,4,10,11,13,19r0,-22r37,0r0,262xm66,-44r0,-137v0,-4,0,-8,-2,-10v-2,-2,-4,-3,-7,-3v-3,0,-5,1,-6,3v-1,2,-2,6,-2,10r0,137v0,4,1,8,2,10v1,2,3,3,6,3v3,0,6,-1,7,-3v1,-2,2,-6,2,-10","w":115},"r":{"d":"12,0r0,-225r35,0r0,39v3,-13,6,-23,11,-30v5,-7,10,-11,17,-12r0,62v-9,0,-16,2,-20,5v-4,3,-5,9,-5,18r0,143r-38,0","w":77,"k":{"y":-7,"w":-7,"v":-7,"f":-10,"d":-7,";":-7,":":-7,".":15,"-":-7,",":15}},"s":{"d":"10,-77r38,0r0,33v0,6,1,11,2,13v1,2,4,3,7,3v3,0,6,-1,7,-3v1,-2,2,-7,2,-13r0,-12v0,-14,-6,-28,-19,-41v-5,-5,-5,-4,-7,-7v-2,-3,-3,-3,-7,-8v-17,-19,-25,-36,-25,-50r0,-18v0,-16,4,-28,12,-36v8,-8,20,-13,35,-13v16,0,28,5,36,14v8,9,12,22,12,41r0,19r-38,0r0,-28v0,-6,-2,-11,-3,-13v-1,-2,-4,-3,-7,-3v-3,0,-6,2,-7,4v-1,2,-2,6,-2,12r0,12v0,12,6,25,19,38r5,5r5,5v20,21,30,40,30,57r0,21v0,15,-5,26,-13,35v-8,9,-20,13,-35,13v-16,0,-28,-4,-36,-13v-8,-9,-11,-24,-11,-43r0,-24","w":112},"t":{"d":"18,-268r38,0r0,43r13,0r0,28r-13,0r0,147v0,9,0,14,2,16v2,2,5,4,10,4r1,0r0,33r-6,0v0,0,-4,1,-5,1v-16,0,-26,-3,-32,-8v-6,-5,-8,-15,-8,-29r0,-164r-13,0r0,-28r13,0r0,-43","w":77},"u":{"d":"11,-225r38,0r0,181v0,4,2,8,3,10v1,2,3,3,6,3v3,0,5,-1,6,-3v1,-2,2,-6,2,-10r0,-181r39,0r0,225r-37,0r0,-22v-3,8,-8,15,-13,19v-5,4,-11,6,-18,6v-9,0,-16,-2,-20,-7v-4,-5,-6,-13,-6,-24r0,-197","w":116},"v":{"d":"37,0r-35,-225r41,0r13,183r13,-183r41,0r-35,225r-38,0","w":111,"k":{";":-7,":":-7,".":8,",":8}},"w":{"d":"39,0r-37,-225r39,0r18,183r18,-183r37,0r18,183r18,-183r39,0r-37,225r-35,0r-18,-124v-1,-9,-1,-17,-2,-25v-1,-8,-2,-15,-2,-22v0,8,-2,21,-4,40v0,3,-1,5,-1,7r-16,124r-35,0","w":190,"k":{";":-7,":":-7,".":6,"-":-7,",":6}},"x":{"d":"2,0r33,-124r-32,-101r40,0r12,78r12,-78r40,0r-32,101r33,124r-40,0r-13,-91r-13,91r-40,0","w":110},"y":{"d":"19,40r0,-32v6,0,10,-1,13,-2v3,-1,4,-4,4,-8v0,-1,0,-2,-1,-6v0,-3,-1,-6,-1,-8r-32,-209r42,0r11,138v0,1,1,6,1,13v0,7,1,14,1,19v0,-6,1,-12,1,-17v0,-5,1,-10,1,-15r11,-138r40,0r-37,229v-3,16,-6,26,-11,30v-5,4,-15,6,-29,6r-14,0","w":111,"k":{";":-7,":":-7,".":11,",":11}},"z":{"d":"7,0r0,-32r45,-162r-42,0r0,-31r81,0r0,32r-44,162r42,0r0,31r-82,0","w":98},"{":{"d":"154,-260r0,32r-5,0v0,0,-3,-1,-4,-1v-13,0,-21,3,-26,8v-5,5,-6,15,-6,30r0,43v0,18,-3,30,-8,38v-5,8,-15,14,-28,17v13,3,23,8,28,16v5,8,8,21,8,39r0,42v0,15,2,26,7,31v5,5,13,7,26,7r4,0r4,0r0,31r-11,0v-12,0,-23,-1,-30,-2v-7,-1,-13,-4,-18,-7v-7,-4,-11,-10,-14,-17v-3,-7,-4,-18,-4,-35r0,-44v0,-17,-4,-29,-10,-36v-6,-7,-16,-10,-31,-10r-4,0r-4,0r0,-31r4,0r4,0v15,0,25,-3,31,-10v6,-7,10,-19,10,-36r0,-43v0,-17,1,-29,4,-36v3,-7,7,-13,14,-17v5,-3,11,-6,19,-7v8,-1,18,-2,32,-2r8,0","w":180},"|":{"d":"75,-275r31,0r0,360r-31,0r0,-360","w":180},"}":{"d":"27,-260r8,0v13,0,23,1,31,2v8,1,14,4,19,7v7,4,11,10,14,17v3,7,4,19,4,36r0,43v0,17,3,29,9,36v6,7,17,10,32,10r4,0r4,0r0,31r-4,0r-4,0v-15,0,-25,3,-31,10v-6,7,-10,19,-10,36r0,44v0,17,-1,28,-4,35v-3,7,-7,13,-14,17v-5,3,-11,6,-19,7v-8,1,-18,2,-31,2r-8,0r0,-31r4,0r4,0v13,0,21,-2,26,-7v5,-5,6,-15,6,-31r0,-42v0,-18,3,-31,8,-39v5,-8,15,-13,28,-16v-13,-3,-23,-9,-28,-17v-5,-8,-8,-20,-8,-38r0,-43v0,-15,-2,-25,-6,-30v-4,-5,-13,-8,-26,-8v-1,0,-2,1,-4,1r-4,0r0,-32","w":180},"~":{"d":"269,-138r0,33v-12,8,-24,14,-35,18v-11,4,-22,6,-32,6v-5,0,-10,0,-16,-1v-6,-1,-12,-3,-18,-5v-3,-1,-7,-2,-13,-4v-25,-9,-43,-13,-56,-13v-10,0,-20,2,-31,6v-11,4,-23,12,-37,22r0,-33v12,-8,25,-15,36,-19v11,-4,22,-6,32,-6v7,0,15,1,22,2v7,1,18,4,30,8v2,0,4,2,7,3v19,7,34,10,44,10v10,0,20,-2,31,-6v11,-4,23,-12,36,-21","w":299},"\u00a0":{"w":60}}});

