/*
 * 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 (c) 1992 Corel Corporation. All Rights Reserved.
 */
Cufon.registerFont({"w":561,"face":{"font-family":"Avalon","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"18","bbox":"0 -993 898 223","underline-thickness":"61","underline-position":"-58","unicode-range":"U+0021-U+017C"},"glyphs":{" ":{},"!":{"d":"72,-189r0,-551r135,0r0,551r-135,0xm72,-129r135,0r0,129r-135,0r0,-129","w":279},"\"":{"d":"74,-514r0,-226r53,0r0,226r-53,0xm186,-514r0,-226r50,0r0,226r-50,0","w":359},"&":{"d":"133,-652v15,-30,39,-53,72,-70v33,-17,68,-26,106,-26v50,0,91,14,123,41v37,31,56,76,56,135v0,42,-9,77,-28,106v-19,29,-48,54,-87,77r64,76r75,-125r148,0r-129,225r133,143r-98,82r-101,-102v-28,34,-52,58,-72,72v-36,25,-78,38,-127,38v-50,0,-99,-20,-148,-59v-58,-47,-87,-105,-87,-174v0,-45,12,-87,36,-125v24,-38,60,-68,107,-90v-20,-19,-36,-40,-48,-64v-12,-24,-19,-49,-19,-74v0,-30,8,-59,24,-86xm240,-568v0,14,5,29,16,46v11,17,23,31,37,42v21,-10,38,-23,51,-38v13,-15,19,-30,19,-46v0,-16,-7,-30,-19,-42v-12,-12,-26,-19,-41,-19v-17,0,-33,6,-45,17v-12,11,-18,24,-18,40xm379,-189r-119,-133v-20,5,-39,17,-57,36v-23,25,-35,52,-35,83v0,55,31,86,92,94v26,0,50,-9,73,-26v17,-14,33,-32,46,-54","w":680},"'":{"d":"72,-740r135,0r0,131v0,41,-9,74,-26,97v-23,30,-59,45,-109,45r0,-66v23,-5,37,-10,42,-15v13,-10,19,-30,19,-59r-61,0r0,-133","w":279},"(":{"d":"57,-320v0,-86,27,-171,81,-256v54,-85,121,-140,198,-164r0,64v-51,29,-94,69,-129,119v-49,69,-74,148,-74,235v0,74,14,142,43,205v35,77,89,136,160,178r0,66v-86,-32,-155,-94,-208,-186v-47,-83,-71,-170,-71,-261","w":381},")":{"d":"314,-320v0,91,-23,177,-70,258v-52,91,-122,154,-209,189r0,-66v71,-41,124,-101,159,-178v29,-64,44,-132,44,-205v0,-67,-15,-129,-44,-186v-37,-72,-90,-128,-159,-168r0,-64v77,31,142,89,197,174v55,85,82,167,82,246","w":381},"*":{"d":"178,-754r45,92r45,-92r56,35r-53,86r100,-8r0,71r-101,-6r54,84r-54,35r-47,-92r-45,94r-63,-31r55,-92r-100,8r0,-71r100,8r-55,-90","w":439},"+":{"d":"246,-379r0,-191r115,0r0,191r194,0r0,115r-194,0r0,200r-115,0r0,-200r-195,0r0,-115r195,0","w":600},",":{"d":"72,-133r133,0r0,133v0,43,-10,77,-29,100v-23,27,-57,41,-104,41r0,-67v23,-7,37,-12,42,-17v11,-10,17,-29,17,-57r-59,0r0,-133","w":279},"-":{"d":"74,-260r0,-117r278,0r0,117r-278,0","w":420},".":{"d":"72,0r0,-133r133,0r0,133r-133,0","w":279},"\/":{"d":"25,127r325,-867r93,0r-324,867r-94,0","w":461},"0":{"d":"29,-510v0,-73,23,-131,71,-176v48,-45,106,-68,175,-68v76,0,138,24,185,73v43,45,65,99,65,163r0,274v0,75,-18,135,-54,181v-43,54,-106,81,-190,81v-69,0,-127,-20,-174,-61v-52,-45,-78,-109,-78,-191r0,-276xm164,-494r0,254v0,44,12,77,35,99v19,19,45,28,76,28v40,0,70,-13,89,-37v19,-24,29,-59,29,-104r0,-246v0,-35,-11,-65,-33,-88v-22,-23,-50,-35,-83,-35v-37,0,-66,12,-85,36v-19,24,-28,55,-28,93"},"1":{"d":"246,0r0,-613r-94,0r0,-127r227,0r0,740r-133,0"},"2":{"d":"33,-484v0,-88,25,-156,76,-205v44,-42,99,-63,164,-63v69,0,127,24,175,72v48,48,73,105,73,174v0,33,-5,64,-17,93v-12,29,-31,55,-57,79r-218,207r291,0r0,127r-479,0r0,-125r293,-273v16,-17,28,-35,38,-55v10,-20,15,-40,15,-61v0,-29,-11,-54,-33,-76v-22,-22,-48,-33,-77,-33v-30,0,-56,13,-77,38v-21,25,-32,59,-32,101r-135,0"},"3":{"d":"68,-561v0,-55,18,-100,56,-137v38,-37,83,-56,136,-56v55,0,103,20,144,58v41,38,61,84,61,137v0,28,-6,54,-18,79v-12,25,-27,43,-45,54v35,15,61,36,80,63v25,36,38,83,38,142v0,51,-17,99,-52,146v-46,62,-110,93,-193,93v-57,0,-107,-14,-152,-43v-65,-41,-101,-106,-109,-194r134,0v9,41,26,70,53,87v19,13,42,19,67,19v25,0,48,-8,70,-23v27,-19,43,-45,47,-77v0,-55,-17,-93,-52,-116v-27,-17,-65,-26,-116,-26r0,-125v77,0,115,-24,115,-73v0,-21,-6,-38,-18,-51v-12,-13,-29,-19,-50,-19v-17,0,-32,5,-44,15v-12,10,-19,26,-19,47r-133,0"},"4":{"d":"342,-740r111,0r0,504r78,0r0,125r-78,0r0,111r-133,0r0,-111r-320,0r0,-106xm320,-516r-177,280r177,0r0,-280"},"5":{"d":"115,-740r334,0r0,127r-234,0r-24,136v27,-13,57,-19,88,-19v63,0,119,23,166,68v50,48,75,107,75,178v0,79,-26,144,-77,197v-47,49,-102,73,-164,73v-76,0,-140,-25,-193,-75v-43,-41,-68,-96,-74,-164r133,0v8,38,24,66,47,84v19,15,41,22,68,22v37,-3,66,-16,89,-39v23,-23,34,-53,34,-90v0,-35,-13,-64,-37,-88v-24,-24,-53,-37,-88,-37v-39,0,-71,16,-94,47r-119,-34"},"6":{"d":"287,-740r158,0r-166,252r34,-3v61,0,112,23,155,69v43,46,65,102,65,170v0,77,-23,140,-69,190v-49,53,-113,80,-194,80v-67,0,-124,-27,-174,-80v-50,-53,-75,-115,-75,-188v0,-53,16,-104,47,-154r78,-123xm270,-369v-35,3,-63,17,-84,41v-21,24,-32,53,-32,88v0,40,13,72,38,95v23,21,51,32,83,32v31,0,60,-12,86,-35v26,-23,39,-53,39,-90v0,-34,-12,-64,-37,-91v-25,-27,-56,-40,-93,-40"},"7":{"d":"66,-740r434,0r0,127r-266,613r-148,0r275,-613r-295,0r0,-127"},"8":{"d":"416,-412v26,11,50,32,71,63v27,38,40,79,40,122v0,68,-25,127,-76,175v-51,48,-110,72,-178,72v-69,0,-126,-24,-173,-74v-47,-50,-71,-109,-71,-176v0,-40,9,-76,27,-108v18,-32,47,-57,85,-74v-43,-41,-65,-88,-65,-139v0,-54,20,-101,59,-142v39,-41,85,-61,138,-61v58,0,107,21,147,64v38,41,57,88,57,143v0,26,-5,50,-15,73v-10,23,-25,44,-46,62xm201,-557v0,24,6,45,19,62v13,17,32,26,57,26r4,-2v23,0,41,-8,54,-25v13,-17,20,-36,20,-57v0,-19,-8,-35,-23,-49v-15,-14,-32,-21,-53,-21v-23,0,-43,7,-57,19v-14,12,-21,28,-21,47xm170,-189v7,24,20,43,40,57v20,14,41,21,65,21v32,0,60,-11,83,-33v23,-22,35,-49,35,-81v0,-33,-12,-60,-36,-81v-24,-21,-51,-32,-82,-32v-28,0,-53,10,-77,31v-24,21,-36,47,-36,80v1,7,2,13,3,19v1,6,3,12,5,19"},"9":{"d":"21,-477v0,-74,21,-137,63,-188v47,-58,112,-87,193,-87v70,0,131,24,181,74v50,50,75,110,75,180v0,35,-6,71,-19,108v-13,37,-35,77,-65,120r-181,270r-157,0r164,-248v-83,0,-147,-26,-194,-77v-40,-44,-60,-95,-60,-152xm158,-500v0,39,13,70,38,95v23,23,51,34,83,34v33,0,61,-12,85,-35v24,-23,36,-54,36,-94v0,-37,-12,-66,-36,-88v-24,-22,-54,-33,-87,-33v-33,0,-61,10,-84,31v-23,21,-35,51,-35,90"},":":{"d":"72,-502r135,0r0,133r-135,0r0,-133xm72,-135r135,0r0,135r-135,0r0,-135","w":279},";":{"d":"72,-369r0,-133r133,0r0,133r-133,0xm72,-133r133,0r0,133v0,43,-10,77,-30,100v-23,26,-57,39,-103,39r0,-67v17,0,31,-5,42,-15v11,-10,17,-24,17,-43r0,-14r-59,-2r0,-131","w":279},"=":{"d":"51,-473r504,0r0,114r-504,0r0,-114xm51,-277r504,0r0,113r-504,0r0,-113","w":600},"?":{"d":"33,-523v0,-61,19,-113,58,-157v43,-49,100,-74,171,-74v65,0,119,25,163,74v41,45,61,97,61,155v0,21,-3,39,-8,57v-5,18,-43,67,-114,147v-27,31,-41,66,-41,106r1,26r-135,0v0,-47,6,-89,19,-126v13,-37,34,-67,63,-89v29,-22,50,-43,65,-66v13,-20,19,-39,19,-57v0,-25,-10,-47,-29,-65v-19,-18,-41,-27,-66,-27v-25,0,-45,7,-62,21v-20,17,-30,42,-30,75r-135,0xm189,-127r133,0r0,127r-133,0r0,-127"},"A":{"d":"316,-740r106,0r312,740r-150,0r-80,-191r-264,0r-82,191r-150,0xm369,-547r-78,223r158,0","w":740,"k":{"y":51,"w":51,"v":51,"Y":139,"W":96,"V":127,"T":72}},"B":{"d":"68,-740r188,0v79,0,142,20,187,60v39,35,59,76,59,125v0,41,-7,74,-20,97v-13,23,-32,41,-58,54v85,39,127,101,127,187v0,54,-21,102,-64,143v-51,49,-121,74,-208,74r-211,0r0,-740xm205,-607r0,152r39,0v41,0,69,-4,85,-13v21,-11,32,-34,32,-69v0,-23,-10,-41,-30,-53v-20,-12,-46,-17,-79,-17r-47,0xm205,-322r0,189r70,0v40,0,71,-7,92,-21v26,-17,39,-44,39,-82v0,-26,-12,-46,-36,-62v-24,-16,-52,-24,-87,-24r-78,0","w":580},"C":{"d":"29,-383v0,-83,32,-163,96,-238v75,-89,170,-133,285,-133v70,0,138,20,205,59v75,44,123,99,145,166r-155,0v-29,-31,-60,-54,-93,-69v-33,-15,-66,-23,-100,-23v-66,0,-124,25,-174,75v-50,50,-74,109,-74,175v0,75,25,137,76,186v48,47,105,70,172,70v71,0,132,-29,184,-86r160,0v-33,76,-88,133,-164,172v-61,31,-127,47,-196,47v-102,0,-188,-36,-257,-108v-73,-76,-110,-174,-110,-293","w":779},"D":{"d":"199,-740v131,0,232,22,305,66v93,56,145,150,156,281r2,33v0,91,-29,169,-86,234v-75,84,-187,126,-336,126r-172,0r0,-740r131,0xm207,-607r-2,472r32,1v87,0,155,-17,204,-52v55,-39,82,-100,82,-181v0,-71,-23,-128,-68,-171v-50,-47,-122,-70,-216,-70","w":699},"E":{"d":"68,-740r399,0r0,133r-262,0r0,171r250,0r0,133r-250,0r0,170r260,0r0,133r-397,0r0,-740","w":520},"F":{"d":"68,-740r377,0r0,133r-240,0r0,169r229,0r0,135r-229,0r0,303r-137,0r0,-740","w":480,"k":{"A":96,".":43,",":43}},"G":{"d":"404,-754v39,0,76,4,109,11v53,12,101,33,143,63v53,39,96,92,127,159r-164,0v-20,-31,-47,-55,-81,-73v-34,-18,-71,-26,-110,-26r-22,1v-62,0,-118,24,-166,71v-48,47,-72,104,-72,173v0,77,27,141,81,191v49,46,108,69,175,69v45,0,88,-11,129,-35v41,-24,72,-57,95,-98r-310,0r0,-129r482,0v0,109,-37,201,-110,277v-76,79,-170,118,-282,118v-112,0,-206,-37,-284,-112v-78,-75,-117,-166,-117,-271r2,-12v0,-101,38,-189,115,-264v77,-75,163,-113,260,-113","w":840},"H":{"d":"68,-740r137,0r0,297r266,0r0,-297r136,0r0,740r-136,0r0,-311r-266,0r0,311r-137,0r0,-740","w":680},"I":{"d":"68,-740r137,0r0,740r-137,0r0,-740","w":279},"J":{"d":"277,-207r0,-533r137,0r0,552v0,58,-18,106,-54,146v-36,40,-80,60,-131,60v-63,0,-116,-17,-157,-52v-41,-35,-62,-80,-62,-136r136,0v0,14,6,26,20,37v14,11,29,16,45,16v19,0,34,-8,47,-23v13,-15,19,-37,19,-67","w":480},"K":{"d":"68,-740r137,0r0,322r231,-322r164,0r-280,363r280,377r-164,0r-231,-326r0,326r-137,0r0,-740","w":619},"L":{"d":"68,-740r137,0r0,607r227,0r0,133r-364,0r0,-740","w":439,"k":{"y":74,"Y":90,"W":90,"V":90,"T":51}},"M":{"d":"68,0r0,-740r186,0r199,566r201,-566r188,0r0,740r-137,0r0,-557r-193,557r-116,0r-191,-557r0,557r-137,0","w":900},"N":{"d":"68,-740r157,0r306,545r0,-545r137,0r0,740r-152,0r-311,-541r0,541r-137,0r0,-740","w":740},"O":{"d":"31,-357v0,-123,42,-222,125,-297v75,-67,162,-100,262,-100v105,0,196,39,271,117v75,78,113,169,113,274r-1,21v0,43,-13,90,-39,142v-31,63,-73,112,-125,149v-65,46,-140,69,-227,69v-121,0,-218,-43,-289,-130v-60,-73,-90,-155,-90,-245xm166,-363v0,75,29,136,87,185v50,42,103,63,159,63v69,0,128,-25,178,-73v50,-48,74,-108,74,-179v0,-67,-21,-126,-64,-175v-45,-53,-103,-79,-174,-79v-63,0,-120,20,-170,61v-60,49,-90,114,-90,197","w":840},"P":{"d":"68,0r0,-740r202,0v98,0,170,26,216,77v37,41,55,94,55,159v0,67,-22,121,-65,162v-43,41,-103,61,-181,61r-90,0r0,281r-137,0xm205,-414r70,0v35,0,64,-8,88,-23v27,-18,41,-43,41,-75v0,-36,-13,-62,-40,-77v-21,-12,-50,-18,-87,-18r-72,0r0,193","k":{"A":100,".":16,",":16}},"Q":{"d":"412,-752v132,0,235,40,309,121v65,71,97,158,97,262v0,48,-7,93,-22,135v-15,42,-38,78,-67,109v9,7,23,11,41,15v18,4,37,6,58,6r0,122v-83,0,-146,-19,-189,-57v-33,20,-65,34,-95,43v-30,9,-69,14,-116,14r-22,0v-115,0,-208,-41,-277,-124v-63,-75,-94,-164,-94,-267v0,-103,31,-190,94,-261v69,-79,164,-118,283,-118xm619,-205v17,-11,31,-31,42,-61v11,-30,17,-63,17,-99v0,-69,-19,-127,-58,-173v-47,-55,-115,-83,-206,-83v-55,0,-106,19,-153,56v-61,49,-92,117,-92,205r1,24v19,-5,36,-8,53,-10v17,-2,33,-4,50,-4v61,0,120,13,178,38v58,25,114,60,168,107xm213,-225v10,23,34,47,73,70v46,28,92,42,138,42v16,0,32,-2,48,-7v16,-5,33,-11,49,-19v-27,-21,-58,-41,-93,-58v-53,-26,-103,-39,-149,-39v-22,0,-44,4,-66,11","w":840},"R":{"d":"266,-740r25,-1v81,0,145,19,192,56v52,41,78,102,78,183v0,48,-13,92,-40,131v-34,50,-85,83,-152,98r201,273r-170,0r-193,-287r0,287r-139,0r0,-740r198,0xm205,-607r0,218r88,0v40,0,71,-10,95,-29v24,-19,36,-48,36,-88v0,-37,-15,-64,-45,-81v-24,-13,-57,-20,-100,-20r-74,0","w":580,"k":{"y":-31,"Y":20,"W":20,"V":25,"T":-16}},"S":{"d":"41,-543v0,-61,21,-111,63,-151v42,-40,95,-60,156,-60v61,0,112,20,153,60v37,37,59,87,64,151r-141,0v-4,-25,-13,-44,-28,-57v-15,-13,-32,-19,-52,-19v-21,0,-40,7,-55,22v-15,15,-23,35,-23,62v3,31,32,57,87,79v83,33,133,56,149,67v53,38,80,91,80,160v0,79,-25,142,-76,187v-45,40,-99,60,-162,60v-67,0,-124,-22,-171,-65v-47,-43,-71,-97,-71,-160r144,0v3,30,13,53,31,70v16,15,36,22,59,22v23,0,45,-6,65,-19v20,-13,34,-29,41,-48v5,-16,8,-29,8,-39v0,-33,-28,-61,-83,-83v-87,-35,-139,-58,-154,-69v-56,-39,-84,-96,-84,-170","w":520},"T":{"d":"8,-607r0,-133r412,0r0,133r-139,0r0,607r-136,0r-2,-607r-135,0","w":420,"k":{"\u00f3":51,"y":12,"w":16,"u":57,"s":43,"r":43,"o":51,"e":51,"c":51,"a":39,"A":70,";":12,":":12,".":-4,",":-4}},"U":{"d":"68,-242r0,-498r137,0r0,498v0,38,11,69,33,92v22,23,48,35,78,35v31,0,57,-10,78,-29v24,-22,36,-53,36,-92r0,-504r138,0r0,500v0,67,-22,126,-67,177v-48,54,-109,81,-183,81v-69,0,-128,-25,-177,-74v-49,-49,-73,-111,-73,-186","w":641},"V":{"d":"295,0r-285,-738r142,0r200,562r199,-562r144,0r-285,738r-115,0","w":699,"k":{"\u00f3":80,"y":16,"u":68,"r":39,"o":80,"e":80,"a":80,"A":125,";":14,":":14,".":14,"-":20,",":14}},"W":{"d":"10,-740r136,0r131,517r127,-517r104,0r121,521r129,-521r140,0r-212,740r-110,0r-121,-490r-123,490r-107,0","w":900,"k":{"\u00f3":51,"y":-2,"u":39,"r":39,"o":51,"e":51,"a":51,"A":94,";":12,":":12,".":12,",":12}},"X":{"d":"262,-369r-256,-371r160,0r176,254r176,-254r160,0r-256,371r258,369r-162,0r-176,-254r-178,254r-158,0","w":680},"Y":{"d":"2,-740r152,0r160,338r163,-338r150,0r-244,467r0,273r-137,0r0,-273","w":619,"k":{"\u00f3":100,"v":25,"u":82,"q":100,"p":61,"o":100,"e":100,"a":100,"A":139,"-":61}},"Z":{"d":"35,-605r0,-135r426,0r0,127r-279,480r298,0r0,133r-462,0r0,-115r283,-490r-266,0","w":500},"a":{"d":"29,-283v0,-93,30,-165,89,-218v52,-46,114,-69,187,-69v41,0,78,8,113,24v35,16,60,40,76,69r0,-78r121,0r0,555r-121,0r0,-76v-19,27,-47,50,-83,68v-36,18,-72,26,-108,26v-81,0,-146,-29,-197,-86v-51,-57,-77,-128,-77,-215xm330,-111v46,0,84,-15,114,-47v30,-32,46,-72,46,-119v0,-51,-16,-91,-48,-120v-32,-29,-70,-44,-116,-44v-45,0,-84,15,-116,45v-32,30,-48,71,-48,121v0,51,18,92,54,123v32,27,70,41,114,41","w":660},"b":{"d":"564,-482v23,27,42,58,55,95v13,37,20,75,20,114v0,79,-26,147,-79,204v-53,57,-118,85,-197,85v-39,0,-74,-8,-107,-23v-33,-15,-59,-39,-78,-71r0,78r-123,0r0,-740r133,0r0,244v23,-26,50,-45,80,-58v30,-13,62,-20,93,-20v39,0,77,8,113,25v36,17,65,39,90,67xm221,-168v16,18,35,32,57,42v22,10,45,15,68,15v45,0,83,-16,114,-49v31,-33,46,-74,46,-121v0,-44,-16,-82,-48,-115v-32,-33,-70,-49,-114,-49v-46,0,-86,17,-118,51v-32,34,-48,73,-48,119v0,39,14,75,43,107","w":660},"c":{"d":"326,-574v71,0,134,23,187,69v45,39,75,83,89,134r-151,0v-17,-29,-38,-49,-65,-60v-19,-8,-44,-12,-73,-12v-47,0,-83,17,-109,52v-26,35,-40,76,-40,125v5,47,23,84,54,112v31,28,68,41,110,41v50,0,91,-23,123,-69r151,0v-15,57,-49,104,-100,142v-51,38,-105,58,-160,58v-94,0,-171,-32,-232,-95v-53,-55,-79,-115,-79,-181v0,-96,31,-174,92,-234v56,-55,124,-82,203,-82","w":641},"d":{"d":"480,-500r0,-240r135,0r0,740r-121,0r0,-80v-18,31,-48,56,-91,75v-35,15,-67,23,-96,23v-72,0,-136,-29,-192,-86v-56,-57,-84,-126,-84,-207v0,-90,30,-164,89,-221v54,-52,117,-78,189,-78v39,0,73,8,103,23v21,11,43,28,68,51xm164,-283v0,50,16,91,48,124v30,31,66,46,108,46v43,0,81,-14,113,-42v37,-32,55,-75,55,-128v0,-44,-17,-82,-50,-113v-33,-31,-71,-47,-114,-47v-41,0,-77,16,-110,47v-33,31,-50,68,-50,113","w":660},"e":{"d":"31,-283v0,-67,23,-129,69,-186v56,-69,129,-103,220,-103v75,0,140,26,196,78v61,57,91,128,91,213v0,18,-2,39,-5,62r-430,0v8,33,26,59,54,79v28,20,61,29,96,29v47,0,86,-16,119,-49r147,0v-20,53,-52,95,-98,128v-46,33,-100,50,-162,50v-82,0,-152,-28,-211,-84v-59,-56,-88,-120,-88,-192xm322,-443v-40,0,-74,12,-103,36v-23,19,-40,43,-49,71r305,0v-9,-27,-26,-51,-50,-71v-29,-24,-64,-36,-103,-36","w":641},"f":{"d":"59,-555v0,-60,18,-109,55,-148v32,-34,75,-51,130,-51r31,2r0,131v-32,0,-54,5,-66,16v-12,11,-18,27,-18,50r77,0r0,117r-77,0r0,438r-132,0r0,-438r-47,0r0,-117r47,0","w":279,"k":{"f":-37}},"g":{"d":"33,-291v0,-88,31,-158,92,-211v54,-47,117,-70,188,-70v40,0,75,8,107,24v32,16,55,40,70,71r0,-78r123,0r0,479v0,93,-31,167,-93,223v-57,51,-125,76,-206,76v-61,0,-116,-15,-164,-45v-52,-33,-89,-78,-111,-137r150,0v11,14,29,26,53,36v24,10,49,15,74,15v47,0,87,-13,118,-38v37,-30,56,-74,56,-132v-22,31,-49,54,-80,70v-31,16,-64,24,-99,24v-72,0,-135,-28,-190,-83v-59,-59,-88,-134,-88,-224xm324,-113v51,0,91,-17,121,-51v27,-31,41,-68,41,-113v0,-45,-16,-84,-48,-117v-32,-33,-69,-49,-114,-49v-49,0,-89,17,-119,52v-27,32,-41,71,-41,116v0,43,14,81,44,113v30,32,69,49,116,49","w":660},"h":{"d":"547,-342r0,342r-133,0r0,-287v0,-49,-12,-88,-34,-115v-22,-27,-48,-41,-79,-41v-31,0,-57,13,-78,39v-23,29,-35,68,-35,117r0,287r-133,0r0,-740r133,0r0,224v20,-19,42,-33,66,-42v24,-9,49,-14,74,-14v60,0,111,21,154,64v43,43,65,99,65,166","w":600},"i":{"d":"55,-740r133,0r0,121r-133,0r0,-121xm55,-555r133,0r0,555r-133,0r0,-555","w":240},"j":{"d":"72,-740r133,0r0,121r-133,0r0,-121xm205,-555r0,539v0,52,-15,97,-44,135v-34,45,-82,67,-143,67r0,-129v20,-3,33,-7,39,-13v10,-11,15,-31,15,-62r0,-537r133,0","w":260},"k":{"d":"188,-740r0,447r177,-262r158,0r-201,272r233,283r-178,0r-189,-260r0,260r-133,0r0,-740r133,0","w":580},"l":{"d":"55,-740r133,0r0,740r-133,0r0,-740","w":240},"m":{"d":"55,-555r121,0r0,55v11,-23,30,-42,55,-54v25,-12,54,-18,85,-18v33,0,65,7,94,21v29,14,53,36,72,65v19,-27,44,-49,76,-64v32,-15,67,-22,102,-22v61,0,113,19,156,56v47,41,71,97,71,168r0,348r-135,0r0,-324v0,-39,-9,-68,-28,-88v-19,-20,-43,-31,-72,-31v-30,0,-56,11,-78,34v-25,25,-37,58,-37,98r0,311r-133,0r0,-320v0,-37,-10,-66,-32,-88v-22,-22,-48,-33,-79,-33v-29,0,-53,10,-72,31v-22,24,-33,58,-33,101r0,309r-133,0r0,-555","w":939},"n":{"d":"55,-555r123,0r0,55v22,-25,46,-44,73,-56v27,-12,54,-18,83,-18v59,0,108,22,148,65v43,47,65,108,65,183r0,326r-133,0r0,-291v0,-50,-11,-88,-34,-115v-20,-23,-46,-35,-77,-35v-31,0,-58,11,-81,33v-23,22,-34,49,-34,84r0,324r-133,0r0,-555","w":600},"o":{"d":"105,-475v34,-33,71,-57,109,-73v38,-16,76,-24,114,-24v79,0,148,30,206,88v58,58,87,126,87,205v0,81,-29,151,-87,209v-58,58,-127,88,-208,88v-83,0,-152,-28,-210,-86v-58,-58,-87,-128,-87,-211v0,-35,5,-67,17,-99v12,-32,32,-64,59,-97xm205,-391v-13,17,-23,35,-31,55v-8,20,-12,40,-12,61v0,45,15,83,46,115v31,32,69,49,114,49v47,0,86,-16,116,-47v30,-31,44,-70,44,-117v0,-47,-15,-86,-46,-118v-31,-32,-69,-48,-116,-48v-45,0,-84,17,-115,50","w":641},"p":{"d":"55,186r0,-741r121,0r0,75v51,-63,112,-94,185,-94v77,0,143,31,196,93v51,59,76,127,76,206v0,80,-26,149,-79,207v-53,58,-120,86,-200,86v-34,0,-65,-6,-93,-19v-28,-13,-52,-33,-73,-60r0,247r-133,0xm193,-346v-10,22,-15,45,-15,69v0,47,15,87,46,119v31,32,71,47,118,47v43,0,80,-15,112,-47v32,-32,48,-70,48,-113v0,-46,-16,-85,-48,-119v-32,-34,-72,-51,-118,-51v-29,0,-57,8,-82,23v-25,15,-46,39,-61,72","w":660},"q":{"d":"154,-516v46,-36,100,-54,162,-54v37,0,70,8,100,22v30,14,55,37,74,68r0,-75r123,0r0,739r-134,0r0,-245v-22,27,-48,46,-77,59v-29,13,-60,20,-93,20v-78,0,-144,-28,-197,-86v-53,-58,-79,-126,-79,-203v0,-48,11,-94,32,-137v21,-43,51,-79,89,-108xm162,-279v0,43,14,81,41,112v31,36,74,54,129,54v45,0,82,-17,111,-50v29,-33,43,-73,43,-118v0,-44,-16,-82,-49,-114v-33,-32,-71,-48,-115,-48v-41,0,-77,15,-110,47v-33,32,-50,71,-50,117","w":660},"r":{"d":"55,0r0,-555r121,0r0,51v27,-47,71,-70,131,-70r0,129v-43,5,-72,15,-88,32v-21,21,-31,58,-31,110r0,303r-133,0","w":320,"k":{"\u00f3":18,"q":18,"o":18,"n":-6,"m":-6,"f":-37,"c":27,".":-10,",":-10}},"s":{"d":"47,-453v13,-38,38,-68,74,-90v32,-19,66,-29,102,-29v48,0,90,16,127,48v37,32,56,73,56,122r-127,0v-5,-13,-13,-24,-23,-30v-10,-6,-20,-9,-33,-9v-13,0,-26,4,-37,13v-11,9,-16,20,-16,33v1,8,6,15,12,23v6,8,16,15,29,20r112,36v59,27,91,68,97,121v0,59,-16,107,-48,145v-37,44,-88,66,-153,66v-19,0,-39,-2,-59,-6v-39,-7,-72,-27,-98,-59v-28,-34,-42,-76,-42,-125r134,0v5,21,13,36,26,47v13,11,28,16,43,16v18,0,33,-6,45,-17v12,-11,19,-25,19,-42v0,-19,-17,-36,-53,-50r-105,-42v-31,-15,-54,-35,-69,-60v-15,-25,-23,-51,-23,-78v1,-11,3,-20,4,-27v1,-7,3,-16,6,-26","w":439},"t":{"d":"74,-555r0,-185r133,0r0,185r82,0r0,117r-82,0r0,438r-133,0r0,-438r-64,0r0,-117r64,0","w":301},"u":{"d":"55,-219r0,-336r133,0r0,307v0,43,12,77,35,103v21,24,47,36,78,36v31,0,57,-12,78,-35v23,-26,35,-62,35,-108r0,-303r135,0r0,555r-123,0r0,-61v-10,23,-30,42,-58,57v-28,15,-60,22,-97,22v-59,0,-108,-18,-147,-54v-46,-43,-69,-104,-69,-183","w":600},"v":{"d":"0,-555r148,0r129,364r129,-364r147,0r-225,555r-103,0"},"w":{"d":"10,-555r140,0r104,338r92,-338r105,0r92,338r102,-338r140,0r-201,555r-80,0r-108,-359r-103,359r-82,0","w":801},"x":{"d":"182,-555r95,153r96,-153r154,0r-172,268r200,287r-166,0r-112,-180r-111,180r-162,0r193,-285r-172,-270r157,0"},"y":{"d":"211,-51r-203,-504r148,0r127,356r135,-356r150,0r-318,741r-143,0","w":580},"z":{"d":"268,-436r-219,0r0,-119r377,0r0,119r-246,317r263,0r0,119r-423,0r0,-119","w":461},"\u00d3":{"d":"31,-357v0,-123,42,-222,125,-297v75,-67,162,-100,262,-100v105,0,196,39,271,117v75,78,113,169,113,274r-1,21v0,43,-13,90,-39,142v-31,63,-73,112,-125,149v-65,46,-140,69,-227,69v-121,0,-218,-43,-289,-130v-60,-73,-90,-155,-90,-245xm166,-363v0,75,29,136,87,185v50,42,103,63,159,63v69,0,128,-25,178,-73v50,-48,74,-108,74,-179v0,-67,-21,-126,-64,-175v-45,-53,-103,-79,-174,-79v-63,0,-120,20,-170,61v-60,49,-90,114,-90,197xm316,-881r191,-112r45,89r-192,102","w":840},"\u00f3":{"d":"105,-475v34,-33,71,-57,109,-73v38,-16,76,-24,114,-24v79,0,148,30,206,88v58,58,87,126,87,205v0,81,-29,151,-87,209v-58,58,-127,88,-208,88v-83,0,-152,-28,-210,-86v-58,-58,-87,-128,-87,-211v0,-35,5,-67,17,-99v12,-32,32,-64,59,-97xm205,-391v-13,17,-23,35,-31,55v-8,20,-12,40,-12,61v0,45,15,83,46,115v31,32,69,49,114,49v47,0,86,-16,116,-47v30,-31,44,-70,44,-117v0,-47,-15,-86,-46,-118v-31,-32,-69,-48,-116,-48v-45,0,-84,17,-115,50xm250,-689r191,-112r45,89r-192,102","w":641},"\u0141":{"d":"68,-240r-68,35r0,-150r68,-35r0,-350r137,0r0,278r124,-64r0,150r-124,64r0,179r227,0r0,133r-364,0r0,-240","w":439},"\u0142":{"d":"55,-272r-54,24r0,-145r54,-24r0,-323r133,0r0,265r52,-23r0,144r-52,23r0,331r-133,0r0,-272","w":240},"\u0106":{"d":"29,-383v0,-83,32,-163,96,-238v75,-89,170,-133,285,-133v70,0,138,20,205,59v75,44,123,99,145,166r-155,0v-29,-31,-60,-54,-93,-69v-33,-15,-66,-23,-100,-23v-66,0,-124,25,-174,75v-50,50,-74,109,-74,175v0,75,25,137,76,186v48,47,105,70,172,70v71,0,132,-29,184,-86r160,0v-33,76,-88,133,-164,172v-61,31,-127,47,-196,47v-102,0,-188,-36,-257,-108v-73,-76,-110,-174,-110,-293xm328,-881r191,-112r45,89r-192,102","w":779},"\u0107":{"d":"326,-574v71,0,134,23,187,69v45,39,75,83,89,134r-151,0v-17,-29,-38,-49,-65,-60v-19,-8,-44,-12,-73,-12v-47,0,-83,17,-109,52v-26,35,-40,76,-40,125v5,47,23,84,54,112v31,28,68,41,110,41v50,0,91,-23,123,-69r151,0v-15,57,-49,104,-100,142v-51,38,-105,58,-160,58v-94,0,-171,-32,-232,-95v-53,-55,-79,-115,-79,-181v0,-96,31,-174,92,-234v56,-55,124,-82,203,-82xm244,-689r191,-112r45,89r-192,102","w":641},"\u0104":{"d":"612,0r-28,0r-80,-191r-264,0r-82,191r-150,0r308,-740r106,0r312,740r-37,0v-23,20,-40,38,-49,54v-9,16,-13,33,-13,51v3,13,7,22,13,28v6,6,15,12,29,19v14,0,23,-1,27,-2v4,-1,15,-5,30,-12r0,70v-22,5,-41,7,-58,7v-25,0,-46,-4,-61,-12v-27,-15,-44,-39,-53,-72r-3,-26v0,-18,4,-35,12,-51v8,-16,22,-35,41,-54xm369,-547r-78,223r158,0","w":740},"\u0105":{"d":"494,-1r0,-75v-19,27,-47,50,-83,68v-36,18,-72,26,-108,26v-81,0,-146,-29,-197,-86v-51,-57,-77,-128,-77,-215v0,-93,30,-165,89,-218v52,-46,114,-69,187,-69v41,0,78,8,113,24v35,16,60,40,76,69r0,-78r121,0r0,555r-36,0v-23,20,-40,38,-49,54v-9,16,-13,33,-13,51v3,13,7,22,13,28v6,6,15,12,29,19v14,0,23,-1,27,-2v4,-1,15,-5,30,-12r0,70v-22,5,-41,7,-58,7v-25,0,-46,-4,-61,-12v-27,-15,-44,-39,-53,-72r-3,-26v0,-18,4,-35,12,-52v8,-17,22,-35,41,-54xm330,-111v46,0,84,-15,114,-47v30,-32,46,-72,46,-119v0,-51,-16,-91,-48,-120v-32,-29,-70,-44,-116,-44v-45,0,-84,15,-116,45v-32,30,-48,71,-48,121v0,51,18,92,54,123v32,27,70,41,114,41","w":660},"\u0118":{"d":"341,0r-273,0r0,-740r399,0r0,133r-262,0r0,171r250,0r0,133r-250,0r0,170r260,0r0,133r-38,0v-23,20,-39,37,-47,52v-8,15,-12,32,-12,50v3,13,6,22,12,28v6,6,16,12,30,19v14,0,24,0,28,-1v4,-1,14,-6,29,-13r0,70v-22,5,-41,7,-58,7v-25,0,-46,-4,-61,-12v-27,-15,-44,-39,-53,-72v-1,-5,-2,-10,-2,-15r0,-12v0,-17,4,-35,11,-51v7,-16,20,-33,37,-50"},"\u0119":{"d":"305,17v-75,0,-141,-28,-195,-85v-54,-57,-81,-121,-81,-190r2,-25v0,-67,23,-129,69,-186v56,-69,129,-103,220,-103v75,0,140,26,196,78v61,57,91,128,91,213v0,18,-2,39,-5,62r-430,0v8,33,26,59,54,79v28,20,61,29,96,29v47,0,86,-16,119,-49r147,0v-16,42,-40,78,-73,107v-33,29,-72,50,-118,62v-20,18,-34,34,-41,49v-7,15,-11,30,-11,47v3,13,7,22,13,28v6,6,15,12,29,19v14,0,23,-1,27,-2v4,-1,15,-5,30,-12r0,70v-22,5,-41,7,-58,7v-25,0,-46,-4,-61,-12v-27,-15,-44,-39,-53,-72v-1,-6,-2,-15,-2,-26v0,-30,12,-59,35,-88xm322,-443v-40,0,-74,12,-103,36v-23,19,-40,43,-49,71r305,0v-9,-27,-26,-51,-50,-71v-29,-24,-64,-36,-103,-36","w":641},"\u0143":{"d":"68,-740r157,0r306,545r0,-545r137,0r0,740r-152,0r-311,-541r0,541r-137,0r0,-740xm304,-881r191,-112r45,89r-192,102","w":740},"\u0144":{"d":"55,-555r123,0r0,55v22,-25,46,-44,73,-56v27,-12,54,-18,83,-18v59,0,108,22,148,65v43,47,65,108,65,183r0,326r-133,0r0,-291v0,-50,-11,-88,-34,-115v-20,-23,-46,-35,-77,-35v-31,0,-58,11,-81,33v-23,22,-34,49,-34,84r0,324r-133,0r0,-555xm232,-689r191,-112r45,89r-192,102","w":600},"\u015a":{"d":"41,-543v0,-61,21,-111,63,-151v42,-40,95,-60,156,-60v61,0,112,20,153,60v37,37,59,87,64,151r-141,0v-4,-25,-13,-44,-28,-57v-15,-13,-32,-19,-52,-19v-21,0,-40,7,-55,22v-15,15,-23,35,-23,62v3,31,32,57,87,79v83,33,133,56,149,67v53,38,80,91,80,160v0,79,-25,142,-76,187v-45,40,-99,60,-162,60v-67,0,-124,-22,-171,-65v-47,-43,-71,-97,-71,-160r144,0v3,30,13,53,31,70v16,15,36,22,59,22v23,0,45,-6,65,-19v20,-13,34,-29,41,-48v5,-16,8,-29,8,-39v0,-33,-28,-61,-83,-83v-87,-35,-139,-58,-154,-69v-56,-39,-84,-96,-84,-170xm175,-881r191,-112r45,89r-192,102","w":520},"\u015b":{"d":"47,-453v13,-38,38,-68,74,-90v32,-19,66,-29,102,-29v48,0,90,16,127,48v37,32,56,73,56,122r-127,0v-5,-13,-13,-24,-23,-30v-10,-6,-20,-9,-33,-9v-13,0,-26,4,-37,13v-11,9,-16,20,-16,33v1,8,6,15,12,23v6,8,16,15,29,20r112,36v59,27,91,68,97,121v0,59,-16,107,-48,145v-37,44,-88,66,-153,66v-19,0,-39,-2,-59,-6v-39,-7,-72,-27,-98,-59v-28,-34,-42,-76,-42,-125r134,0v5,21,13,36,26,47v13,11,28,16,43,16v18,0,33,-6,45,-17v12,-11,19,-25,19,-42v0,-19,-17,-36,-53,-50r-105,-42v-31,-15,-54,-35,-69,-60v-15,-25,-23,-51,-23,-78v1,-11,3,-20,4,-27v1,-7,3,-16,6,-26xm136,-689r191,-112r45,89r-192,102","w":439},"\u0179":{"d":"35,-605r0,-135r426,0r0,127r-279,480r298,0r0,133r-462,0r0,-115r283,-490r-266,0xm175,-881r191,-112r45,89r-192,102","w":500},"\u017a":{"d":"268,-436r-219,0r0,-119r377,0r0,119r-246,317r263,0r0,119r-423,0r0,-119xm166,-689r191,-112r45,89r-192,102","w":461},"\u017b":{"d":"35,-605r0,-135r426,0r0,127r-279,480r298,0r0,133r-462,0r0,-115r283,-490r-266,0xm198,-928r133,0r0,121r-133,0r0,-121","w":500},"\u017c":{"d":"268,-436r-219,0r0,-119r377,0r0,119r-246,317r263,0r0,119r-423,0r0,-119xm174,-740r133,0r0,121r-133,0r0,-121","w":461},"\u00a0":{}}});

