/*
 * 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:
 * 2004 Evert Bloemsma, published by FontShop International for the FontFont
 * library.
 * 
 * Full name:
 * LegatoTF-Light
 */
Cufon.registerFont({"w":576,"face":{"font-family":"Legato TF Light","font-weight":300,"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":"15","bbox":"-36 -769 970 340","underline-thickness":"50","underline-position":"-75","stemh":"51","stemv":"54","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":273},"!":{"d":"155,-216v-1,-105,-9,-427,-11,-473v8,2,20,2,29,2v10,0,21,0,32,-2v-4,43,-13,372,-14,473v-4,-1,-12,-2,-18,-2v-6,0,-13,1,-18,2xm126,-38v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46","w":348},"\"":{"d":"144,-719v0,0,-4,69,-5,113v-1,37,-2,107,-2,107v-11,-1,-18,-1,-24,-1v-6,0,-13,0,-21,1v0,0,-1,-70,-2,-107v-1,-45,-5,-113,-5,-113v8,1,16,1,28,1v13,0,24,0,31,-1xm319,-719v0,0,-4,69,-5,113v-1,37,-2,107,-2,107v-11,-1,-18,-1,-24,-1v-6,0,-13,0,-21,1v0,0,-1,-70,-2,-107v-1,-45,-5,-113,-5,-113v8,1,16,1,28,1v13,0,24,0,31,-1","w":401},"#":{"d":"411,-468v26,0,73,0,99,-1r-9,50v-26,-1,-79,-1,-102,-1v-9,35,-39,179,-48,219v28,0,77,0,107,-1r-8,51v-26,-1,-82,-1,-110,-1v-8,34,-30,120,-37,167v0,0,-10,-1,-26,-1v-8,0,-21,0,-27,1v13,-50,31,-135,39,-168r-123,0v-9,38,-31,130,-38,168v0,0,-10,-1,-25,-1v-12,0,-22,0,-27,1v11,-48,30,-133,39,-167v-39,0,-85,1,-101,1r9,-52v24,1,65,1,101,1r49,-217v-20,0,-80,0,-111,1r10,-52v13,1,58,1,112,1v11,-50,29,-118,33,-151v9,1,16,1,27,1v14,0,22,0,27,-1v-8,27,-27,107,-35,152r121,0v14,-60,28,-119,33,-152v5,1,11,1,26,1v10,0,21,0,29,-1v-7,29,-22,93,-34,152xm348,-419r-124,0v-9,38,-38,173,-48,217r124,0v9,-49,37,-166,48,-217"},"$":{"d":"265,122r0,-107r-7,0v-56,0,-128,-20,-172,-55v3,-12,6,-34,8,-55v47,39,119,58,171,58r0,-279r-43,-16v-100,-36,-140,-89,-140,-153v0,-89,75,-174,183,-193r0,-78r42,0r0,73r6,0v68,0,139,23,173,55v-3,11,-8,33,-11,50v-47,-34,-98,-50,-168,-51r0,271r39,14v87,31,153,76,153,152v0,84,-65,183,-192,203r0,111r-42,0xm325,-295r-18,-6r0,261v90,-13,135,-71,135,-138v0,-58,-27,-85,-117,-117xm138,-495v0,58,26,86,113,117r14,5r0,-253v-86,14,-127,73,-127,131"},"%":{"d":"58,-489v0,-103,59,-202,163,-202v99,0,156,73,156,189v0,105,-53,201,-165,201v-89,0,-154,-72,-154,-188xm528,-173v0,-102,60,-200,162,-200v99,0,157,71,157,186v0,107,-54,202,-167,202v-86,0,-152,-72,-152,-188xm107,-499v0,105,41,158,115,158v63,0,110,-61,110,-153v0,-90,-36,-157,-114,-157v-73,0,-111,72,-111,152xm576,-184v0,107,41,160,115,160v63,0,109,-61,109,-155v0,-89,-35,-155,-114,-155v-72,0,-110,71,-110,150xm657,-672r-179,346r-173,341v-6,-1,-17,-1,-26,-1v-8,0,-20,0,-26,1r177,-345v87,-167,142,-282,170,-342v9,1,21,1,27,1v6,0,22,0,30,-1","w":906},"&":{"d":"651,1v-21,-1,-31,-1,-40,-1v-10,0,-17,0,-31,1v-28,-33,-91,-94,-113,-115v-74,92,-148,130,-227,130v-105,0,-182,-69,-182,-163v0,-76,44,-148,160,-226v-90,-95,-101,-136,-101,-166v0,-77,58,-164,170,-164v115,0,157,79,157,144v0,44,-37,92,-96,140r-60,50r179,182v47,-58,77,-136,94,-196v8,1,14,1,24,1v8,0,19,0,26,-1v-24,75,-60,158,-114,228xm393,-554v0,-64,-35,-101,-114,-101v-68,0,-108,47,-108,108v0,29,7,62,87,145r60,-46v50,-39,75,-72,75,-106xm437,-146r-189,-198v-111,81,-138,121,-138,189v0,66,51,124,134,124v71,0,132,-39,193,-115","w":663},"(":{"d":"270,206v-8,-1,-17,-1,-26,-1v-8,0,-17,0,-24,1v-101,-123,-179,-280,-179,-461v0,-206,79,-358,181,-474v6,1,15,1,22,1v9,0,17,0,24,-1v-103,138,-172,271,-172,464v0,179,71,339,174,471","w":319,"k":{"j":-70,"Y":-40,"X":-40,"W":-40,"V":-40,"T":-40,")":-40}},")":{"d":"36,-729v8,1,17,1,26,1v9,0,18,0,25,-1v100,122,177,280,177,460v0,207,-80,358,-181,475v-6,-1,-15,-2,-23,-2v-9,0,-17,1,-24,2v103,-140,174,-271,174,-465v0,-179,-71,-340,-174,-470","w":319},"*":{"d":"422,-682r17,75v-58,8,-119,20,-170,31v19,21,103,120,121,138r-60,37v-12,-21,-75,-139,-86,-154v-11,14,-76,131,-88,154r-60,-37v17,-19,104,-117,121,-138v-30,-6,-152,-28,-173,-31r17,-75r166,76v-3,-29,-22,-142,-27,-163r85,0v-3,21,-23,138,-26,163v27,-12,143,-66,163,-76","w":483},"+":{"d":"258,-486r47,0r0,214r210,0r0,47r-210,0r0,225r-47,0r0,-225r-220,0r0,-47r220,0r0,-214"},",":{"d":"81,154v67,-30,94,-71,94,-115v0,-20,-9,-35,-44,-51v-22,-10,-32,-24,-32,-43v0,-21,18,-41,43,-41v45,0,81,47,81,104v0,82,-44,144,-130,180v-2,-10,-6,-25,-12,-34","w":348},"-":{"d":"364,-305v-1,9,-1,16,-1,26v0,10,0,14,1,24v-31,-1,-72,-1,-124,-1v-59,0,-99,0,-132,1v1,-9,1,-14,1,-24v0,-10,0,-16,-1,-26v35,1,65,1,128,1v60,0,94,0,128,-1","w":474},".":{"d":"146,-38v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46","w":348},"\/":{"d":"428,-730r-192,405v-80,167,-122,255,-159,340v-10,-1,-18,-1,-26,-1v-8,0,-21,0,-29,1r166,-345v99,-210,151,-326,182,-400v10,1,22,1,28,1v7,0,21,0,30,-1","w":456},"0":{"d":"52,-327v0,-175,87,-351,239,-351v148,0,232,136,232,338v0,188,-87,354,-238,354v-141,0,-233,-133,-233,-341xm109,-339v0,200,64,302,181,302v103,0,177,-117,177,-291v0,-178,-55,-299,-181,-299v-118,0,-177,136,-177,288"},"1":{"d":"113,0r0,-49r166,0v0,-78,1,-223,1,-256v0,-90,1,-204,4,-302r-3,0v-20,10,-91,34,-172,61v-1,-16,-3,-38,-5,-51v67,-20,141,-48,200,-73r33,0v-3,80,-4,174,-4,299v0,61,0,228,1,322r158,0r0,49v-59,-1,-129,-1,-188,-1v-59,0,-130,0,-191,1"},"2":{"d":"512,-56v-1,19,-2,38,-2,56v-8,0,-149,-1,-233,-1v-99,0,-149,0,-212,1r0,-16v1,-22,9,-32,25,-50v14,-15,83,-81,211,-206v94,-91,124,-151,124,-204v0,-84,-47,-155,-159,-155v-68,0,-139,36,-191,103r-6,0v0,-14,-3,-33,-5,-49v41,-52,116,-106,211,-106v123,0,206,87,206,199v0,64,-36,139,-145,245r-191,186r0,2v54,-2,162,-2,204,-2v51,0,129,-1,163,-3"},"3":{"d":"494,-512v0,79,-64,135,-138,156r0,2v77,11,148,81,148,154v0,120,-106,215,-247,215v-74,0,-141,-29,-179,-60v3,-14,5,-34,6,-49v53,36,103,56,184,56v106,0,181,-59,181,-153v0,-82,-77,-134,-176,-134v-22,0,-45,0,-70,2v1,-16,1,-36,1,-56v21,1,50,1,73,1v85,0,163,-48,163,-125v0,-87,-62,-127,-162,-127v-71,0,-138,39,-188,88r-4,0v-1,-16,-3,-33,-7,-45v38,-46,122,-96,210,-96v118,0,205,71,205,171"},"4":{"d":"541,-208v-2,17,-3,33,-3,50v-23,-1,-104,-2,-128,-2v1,21,1,104,2,160v-11,-1,-13,-1,-23,-1v-13,0,-22,0,-31,1v1,-54,1,-127,2,-161v-26,1,-159,1,-193,1r-130,0v0,-19,1,-33,8,-43v57,-81,226,-335,308,-467r61,0v-2,19,-2,98,-3,205v0,96,0,232,-1,259v29,0,99,-1,131,-2xm360,-602r-3,0v-23,43,-201,321,-254,396v48,-1,82,-1,128,-1v43,0,109,1,129,1v-1,-29,-1,-106,-1,-166v0,-94,0,-188,1,-230"},"5":{"d":"99,-669v61,1,117,1,199,1v74,0,115,0,175,-1v-1,30,-2,19,-2,52v-54,-2,-110,-3,-170,-3v-60,0,-122,0,-151,-1v0,31,-2,73,-4,124v-2,45,-3,74,-7,117v37,-14,78,-29,141,-29v122,0,222,70,222,193v0,129,-116,231,-248,231v-81,0,-144,-24,-181,-50v3,-13,6,-34,7,-53v46,31,99,50,183,50v96,0,185,-69,185,-168v0,-98,-74,-154,-180,-154v-55,0,-119,17,-172,48r-9,-7r7,-171v3,-81,3,-96,5,-179"},"6":{"d":"510,-225v0,139,-102,240,-224,240v-165,0,-221,-176,-221,-301v0,-222,123,-393,296,-393v46,0,86,11,114,25v-3,13,-7,28,-10,46v-36,-15,-63,-23,-113,-23v-129,0,-232,138,-232,323r2,0v39,-59,103,-109,192,-109v102,0,196,74,196,192xm457,-210v0,-113,-64,-158,-154,-158v-68,0,-141,43,-182,112v0,96,51,222,171,222v99,0,165,-77,165,-176"},"7":{"d":"305,-669v79,0,122,0,193,-1v0,56,-3,62,-149,378v-117,254,-119,264,-126,292v-11,-1,-18,-1,-37,-1v-12,0,-22,0,-31,1r150,-317v108,-233,125,-274,134,-302r-1,-2v-29,2,-104,2,-183,2v-69,0,-150,0,-188,1v1,-8,1,-17,1,-25v0,-10,0,-19,-1,-27v54,1,151,1,238,1"},"8":{"d":"485,-523v0,72,-48,122,-138,174r0,2v113,56,159,110,159,185v0,89,-86,177,-222,177v-141,0,-211,-85,-211,-170v0,-73,57,-138,155,-190r0,-3v-97,-48,-133,-110,-133,-168v0,-68,71,-168,199,-168v120,0,191,78,191,161xm281,-326v-114,54,-153,108,-153,161v0,71,47,128,165,128v103,0,156,-53,156,-118v0,-73,-33,-109,-168,-171xm288,-634v-95,0,-142,61,-142,112v0,59,25,95,149,155v100,-51,138,-96,138,-150v0,-71,-44,-117,-145,-117"},"9":{"d":"61,-447v0,-107,87,-232,233,-232v141,0,214,119,214,310v0,251,-118,386,-265,386v-51,0,-106,-15,-134,-35v4,-12,6,-36,6,-50v37,18,81,30,135,30v102,0,193,-79,203,-300r-1,-1v-37,54,-97,96,-183,96v-124,0,-208,-103,-208,-204xm116,-456v0,104,67,162,166,162v81,0,139,-48,171,-97v-1,-164,-66,-238,-169,-238v-99,0,-168,79,-168,173"},":":{"d":"136,-446v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46xm136,-38v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46","w":368},";":{"d":"108,-446v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46xm91,154v67,-30,94,-71,94,-115v0,-20,-9,-35,-44,-51v-22,-10,-32,-24,-32,-43v0,-21,18,-41,43,-41v45,0,81,47,81,104v0,82,-44,144,-130,180v-2,-10,-6,-25,-12,-34","w":368},"<":{"d":"495,-464r0,55r-336,158r1,7r335,157r0,57r-425,-209r0,-17"},"=":{"d":"525,-371r0,49r-439,0r0,-49r439,0xm525,-177r0,51r-439,0r0,-51r439,0"},">":{"d":"84,-29r0,-55r335,-159r-1,-7r-334,-156r0,-57r424,208r0,17"},"?":{"d":"236,-191r0,-53v0,-40,14,-76,43,-108r55,-58v49,-52,69,-86,69,-130v0,-77,-54,-114,-132,-114v-63,0,-123,32,-165,75v-2,-18,-4,-32,-7,-44v38,-41,98,-81,183,-81v107,0,173,76,173,155v0,54,-26,97,-87,161r-50,54v-18,20,-36,50,-36,85v0,16,0,41,1,58v-7,-1,-21,-1,-24,-1v-3,0,-16,0,-23,1xm208,-38v0,-26,22,-47,49,-47v27,0,49,21,49,47v0,26,-22,46,-49,46v-27,0,-49,-20,-49,-46","w":518},"@":{"d":"593,-129v-51,71,-94,108,-160,108v-72,0,-137,-80,-137,-186v0,-136,112,-284,260,-284v53,0,99,9,137,35r-29,129v-20,92,-28,125,-28,154v0,66,35,110,92,110v130,0,194,-118,194,-248v0,-202,-153,-351,-377,-351v-247,0,-427,181,-427,426v0,213,151,387,375,387v98,0,176,-24,248,-69r7,42v-50,43,-144,78,-262,78v-223,0,-420,-200,-420,-433v0,-267,204,-481,485,-481v237,0,419,176,419,396v0,163,-100,296,-246,296v-70,0,-116,-44,-131,-109xm638,-431v-26,-10,-41,-13,-88,-13v-118,0,-201,117,-201,230v0,94,37,145,90,145v48,0,98,-43,144,-108","w":1041},"A":{"d":"308,-670v47,136,206,561,247,670v-7,-1,-13,-1,-29,-1v-12,0,-26,0,-36,1v-19,-55,-46,-134,-67,-190v-42,1,-90,1,-128,1v-47,0,-112,0,-161,-1v-17,43,-44,129,-66,190v-10,-1,-26,-1,-34,-1v-11,0,-21,0,-29,1v44,-107,201,-533,249,-670v9,1,18,1,28,1v9,0,18,0,26,-1xm278,-602r-2,0v-29,88,-87,254,-126,361v39,-1,85,-1,125,-1v41,0,102,0,133,1","w":560,"k":{"j":-20,"a":-20,"Y":20,"X":-10,"V":20,"T":30,"J":-10,"A":-20}},"B":{"d":"492,-505v0,76,-62,137,-122,159r0,2v63,12,131,63,131,144v0,119,-90,200,-196,200r-209,0v1,-57,4,-234,4,-338v0,-144,-1,-239,-4,-332r196,0v128,0,200,68,200,165xm155,-51r157,0v86,0,131,-55,131,-136v0,-94,-70,-135,-159,-135r-129,0v1,47,1,117,1,142v0,23,0,100,-1,129xm155,-371r140,0v68,0,137,-44,137,-123v0,-87,-54,-126,-151,-126r-126,0v1,41,1,81,1,122v0,37,0,102,-1,127","w":555},"C":{"d":"565,-616v-4,13,-8,35,-10,53v-44,-42,-101,-67,-186,-67v-142,0,-256,136,-256,291v0,154,93,298,260,298v79,0,132,-20,172,-54v1,14,5,36,7,45v-29,30,-90,65,-191,65v-187,0,-306,-184,-306,-336v0,-184,138,-365,325,-365v79,0,151,33,185,70","w":595,"k":{"T":-20,"Q":20,"O":20,"J":-12,"G":20,"C":20,"*":-50}},"D":{"d":"295,-670v188,0,295,152,295,325v0,200,-129,345,-288,345r-199,0v3,-100,3,-206,3,-340v0,-128,0,-236,-5,-330r194,0xm531,-331v0,-193,-107,-287,-262,-287r-108,0v2,54,3,162,3,276v0,96,-1,194,-3,290r133,0v156,0,237,-125,237,-279","w":650},"E":{"d":"498,-645v0,8,1,22,2,28v-32,-1,-124,-1,-169,-1v-75,0,-159,0,-174,-1v1,24,2,90,2,138v0,22,0,84,-1,113v33,-1,89,-1,165,-1v31,0,98,0,135,-2v-1,12,-1,15,-1,24v0,12,0,19,1,29v-39,-2,-90,-2,-142,-2v-62,0,-129,0,-158,-2v1,36,1,107,1,139v0,40,0,90,-2,132v38,-1,117,-1,186,-1v52,0,111,0,151,-1v-1,13,-1,21,-1,28v0,8,0,15,1,25v-37,-1,-130,-1,-205,-1v-71,0,-128,0,-190,1v2,-84,4,-200,4,-328v0,-156,-3,-276,-5,-343v41,2,129,2,201,2v60,0,99,0,201,-2v-1,6,-2,13,-2,26","w":535,"k":{"*":-30}},"F":{"d":"159,0v-10,-1,-16,-1,-27,-1v-14,0,-29,0,-35,1v2,-68,4,-200,4,-328v0,-156,-2,-274,-5,-342v41,1,117,1,190,1v61,0,113,0,164,-2v-1,12,-1,13,-1,26v0,9,0,17,1,28v-31,-1,-105,-1,-150,-1v-73,0,-130,0,-146,-1v1,24,2,83,2,130v0,22,0,90,-1,119v33,-1,48,-1,137,-1v32,0,84,0,129,-1v-1,13,-1,19,-1,25v0,7,0,18,1,28v-37,-1,-82,-1,-136,-1v-68,0,-100,0,-129,-1v1,27,1,85,1,145v0,56,0,118,2,176","w":483,"k":{"}":-40,"u":20,"t":10,"q":20,"o":20,"g":30,"e":20,"d":20,"c":20,"]":-40,"T":-20,"J":20,"*":-50,")":-40}},"G":{"d":"562,-330v-2,49,-3,99,-3,150v0,64,0,115,2,160v-23,3,-46,10,-69,17v-29,9,-77,17,-121,17v-190,0,-316,-167,-316,-337v0,-180,127,-363,339,-363v75,0,146,33,176,67v-5,12,-9,37,-9,50v-48,-38,-99,-62,-176,-62v-190,0,-272,166,-272,294v0,214,149,297,269,297v44,0,102,-11,127,-19v-2,-36,-3,-78,-3,-123v0,-48,-2,-98,-4,-148v6,1,24,1,30,1v7,0,19,0,30,-1","w":656,"k":{"*":-40}},"H":{"d":"575,-670v-3,85,-5,206,-5,339v0,115,2,237,5,331v-8,-1,-18,-1,-29,-1v-11,0,-18,0,-33,1v1,-62,1,-93,1,-164v0,-61,0,-143,1,-159v-49,3,-116,3,-177,3v-59,0,-110,0,-180,-3v1,44,1,101,1,159v0,64,0,108,1,164v-12,-1,-17,-1,-29,-1v-15,0,-17,0,-31,1v3,-75,4,-202,4,-331v0,-127,-2,-270,-6,-340v15,2,22,2,34,2v3,0,17,0,26,-2r0,111v0,66,0,160,-1,190v51,-1,98,-1,181,-1v105,0,128,0,178,1v-1,-30,-1,-126,-1,-190v0,-42,0,-65,-1,-110v11,1,23,1,33,1v10,0,21,0,28,-1","w":673},"I":{"d":"160,-670v-3,75,-5,196,-5,316v0,123,0,284,2,354v-9,-1,-20,-1,-29,-1v-11,0,-18,0,-29,1v2,-69,2,-163,2,-291v0,-129,-2,-294,-4,-379v9,1,19,1,32,1v8,0,21,0,31,-1","w":258},"J":{"d":"166,-669v5,0,24,0,32,-1v-2,115,-3,406,-3,609v0,121,-65,194,-163,194v-19,0,-48,-2,-66,-9v2,-14,2,-31,3,-47v14,1,39,3,71,3v61,0,100,-43,100,-131v0,-200,-2,-521,-5,-619v11,1,22,1,31,1","w":293},"K":{"d":"98,0v2,-49,3,-194,3,-266v0,-193,0,-318,-5,-404v7,1,21,1,33,1v8,0,18,0,33,-1v-5,74,-6,172,-6,323v18,-14,81,-81,157,-163v48,-53,131,-139,141,-160v14,1,30,1,38,1v10,0,33,0,46,-1v-26,20,-111,106,-163,161v-57,60,-125,133,-147,155v18,16,80,83,112,120r207,234v-10,-1,-20,-1,-39,-1v-6,0,-20,0,-37,1v-17,-26,-97,-118,-163,-193v-85,-97,-129,-140,-152,-151r0,73v0,83,0,218,3,271v-10,-1,-23,-1,-33,-1v-8,0,-16,0,-28,1","w":555,"k":{"}":-30,"u":10,"q":20,"o":20,"e":20,"d":20,"c":20,"]":-30,"T":-30,"Q":10,"O":10,"G":10,"C":10,"A":-20,"*":-40,")":-30}},"L":{"d":"469,-28v0,9,0,16,1,28v-21,-1,-132,-1,-182,-1v-76,0,-157,0,-189,1v2,-80,3,-228,3,-299v0,-127,-1,-269,-4,-372v7,2,18,2,31,2v6,0,17,0,31,-2v-2,36,-4,193,-4,330v0,82,0,199,-1,290v40,-1,109,-1,185,-1v44,0,91,0,130,-2v-1,11,-1,19,-1,26","w":476,"k":{"Y":40,"W":40,"V":40,"T":40,"Q":30,"O":30,"J":-30,"C":30,"A":-10}},"M":{"d":"710,-354v0,123,0,284,2,354v-10,-1,-22,-1,-32,-1v-11,0,-16,0,-26,1v2,-69,2,-163,2,-291v0,-143,0,-215,2,-272r-2,0v-20,58,-207,503,-237,563r-23,0v-32,-63,-222,-505,-250,-567r-2,0v2,45,2,493,5,567v-8,-1,-21,-1,-28,-1v-9,0,-14,0,-25,1v2,-93,3,-208,3,-420v0,-93,-2,-184,-3,-250v9,1,22,1,35,1v7,0,17,0,26,-1v23,45,242,556,254,593r1,0v14,-36,231,-558,248,-593v9,1,18,1,25,1v5,0,19,0,27,-1v-2,97,-2,189,-2,316","w":806},"N":{"d":"151,-387r1,387v-6,-1,-13,-1,-24,-1v-14,0,-19,0,-28,1v2,-67,3,-122,3,-335v0,-125,-4,-310,-5,-335r42,0v40,55,336,499,372,555r1,0v-2,-78,-2,-124,-2,-240v0,-118,-2,-261,-4,-315v7,1,20,1,27,1v7,0,22,0,29,-1v-3,61,-5,240,-5,389v0,106,0,168,2,281r-27,0v-23,-29,-348,-510,-383,-564r-1,0v2,41,2,103,2,177","w":662},"O":{"d":"54,-315v0,-195,131,-371,307,-371v177,0,290,152,290,332v0,188,-127,369,-304,369v-161,0,-293,-137,-293,-330xm111,-333v0,172,85,295,247,295v151,0,235,-141,235,-292v0,-200,-93,-304,-248,-304v-139,0,-234,135,-234,301","w":705,"k":{"T":30,"J":20,"A":20}},"P":{"d":"158,-140v0,48,1,100,2,140v-9,-1,-20,-1,-29,-1v-11,0,-19,0,-30,1v2,-69,3,-163,3,-291v0,-110,-3,-307,-6,-379r192,0v115,0,207,73,207,191v0,123,-89,216,-222,216v-34,0,-87,-3,-118,-10v1,41,1,90,1,133xm157,-318v33,4,78,6,119,6v106,0,170,-48,170,-156v0,-94,-62,-152,-169,-152r-121,0v2,40,2,75,2,146v0,71,0,112,-1,156","w":517,"k":{"y":-20,"x":-10,"w":-20,"v":-20,"t":-10,"j":20,"f":-20,"a":10,"J":40,"A":40,"*":-50}},"Q":{"d":"54,-315v0,-195,131,-371,307,-371v177,0,290,152,290,332v0,180,-112,328,-231,352v101,29,183,44,254,48v-6,23,-8,37,-10,60v-100,-12,-249,-52,-354,-94v-144,-18,-256,-149,-256,-327xm111,-333v0,172,85,295,247,295v151,0,235,-141,235,-292v0,-200,-93,-304,-248,-304v-139,0,-234,135,-234,301","w":701,"k":{"j":-90,"J":-40,"A":-20}},"R":{"d":"157,-344v32,6,78,8,116,8v102,0,161,-55,161,-138v0,-90,-50,-148,-150,-148r-127,0v1,18,1,81,1,148v0,64,0,106,-1,130xm98,-670r192,0v116,0,200,72,200,188v0,92,-68,183,-198,195v30,27,74,80,119,139v39,52,82,105,122,148v-14,-1,-18,-1,-38,-1v-20,0,-26,0,-39,1v-29,-44,-63,-91,-108,-146v-53,-68,-92,-116,-118,-140v-24,-2,-55,-8,-72,-11v1,41,1,114,1,157v1,106,1,70,3,140v-9,-1,-21,-1,-31,-1v-10,0,-18,0,-29,1v2,-69,2,-163,2,-291v0,-110,-2,-307,-6,-379","w":549,"k":{"Z":-20,"X":-20,"A":-20,"*":-30}},"S":{"d":"65,-40v3,-13,6,-32,9,-52v38,33,113,54,164,54v114,0,163,-64,163,-139v0,-60,-22,-85,-108,-118r-97,-37v-101,-38,-136,-91,-136,-148v0,-103,98,-203,222,-203v64,0,130,22,164,55v-5,11,-10,29,-13,46v-37,-31,-91,-48,-160,-48v-106,0,-157,68,-157,135v0,58,28,91,111,121r88,33v85,31,143,75,143,152v0,91,-78,204,-229,204v-54,0,-124,-21,-164,-55","w":516,"k":{"*":-40}},"T":{"d":"492,-616v-52,-2,-134,-3,-215,-3v1,70,1,162,1,265v0,123,0,284,2,354v-10,-1,-21,-1,-31,-1v-8,0,-17,0,-29,1v3,-69,3,-163,3,-291r0,-328v-83,0,-171,2,-215,3v1,-11,1,-20,1,-30v0,-9,0,-13,-1,-25v49,2,149,2,241,2v94,0,182,0,243,-2v-1,9,-1,13,-1,26v0,8,0,19,1,29","w":501,"k":{"}":-40,"w":10,"v":20,"u":70,"s":30,"q":60,"o":60,"j":40,"g":60,"e":60,"d":60,"c":60,"a":70,"]":-40,"Z":-20,"Y":-20,"X":-20,"W":-10,"V":-20,"T":-10,"Q":30,"O":30,"J":30,"G":30,"C":30,"A":40,"*":-50,")":-40}},"U":{"d":"565,-670v-2,86,-3,312,-3,420v0,153,-94,265,-238,265v-150,0,-232,-109,-232,-263v0,-109,0,-338,-2,-422v8,1,22,1,29,1v11,0,23,0,31,-1v-2,107,-2,323,-2,411v0,147,64,220,182,220v125,0,184,-80,184,-205r0,-189v0,-72,0,-172,-3,-237v7,1,23,1,29,1v5,0,18,0,25,-1","w":656,"k":{"J":10,"A":20}},"V":{"d":"518,-670v8,1,18,1,27,1v7,0,20,0,29,-1v-70,163,-217,511,-278,670r-28,0v-72,-189,-185,-483,-265,-670v15,1,23,1,35,1v9,0,18,0,27,-1v56,140,173,438,219,576r3,0","w":577,"k":{"}":-40,"u":10,"r":10,"q":40,"o":40,"e":40,"d":40,"c":40,"a":50,"]":-40,"Y":-20,"W":-20,"T":-10,"S":10,"Q":20,"O":20,"J":30,"G":20,"C":20,"A":40,"*":-50,")":-40}},"W":{"d":"782,-670v9,1,19,1,27,1v7,0,19,0,29,-1v-54,160,-161,513,-205,670r-26,0r-190,-570v-30,100,-145,436,-189,570r-27,0v-32,-116,-175,-603,-196,-670v8,1,25,1,32,1v8,0,17,0,24,-1v42,139,120,421,157,556r191,-556r28,0v48,139,143,421,184,556","w":843,"k":{"}":-40,"q":30,"o":30,"e":30,"d":30,"c":30,"a":40,"]":-40,"Y":-20,"X":-10,"T":-10,"S":10,"J":10,"A":20,"*":-50,")":-40}},"X":{"d":"481,0r-198,-303v-38,59,-146,236,-185,303v-11,-1,-17,-1,-31,-1v-14,0,-23,0,-32,1r219,-344v-28,-46,-172,-260,-215,-326v11,1,22,1,34,1v6,0,25,0,34,-1v18,35,155,245,179,285v31,-48,166,-261,178,-285v13,1,29,1,34,1v4,0,20,0,28,-1r-211,327r233,343v-6,-1,-29,-1,-36,-1v-8,0,-18,0,-31,1","w":583,"k":{"Q":20,"O":20,"J":-20,"G":30,"C":30,"*":-40}},"Y":{"d":"496,-669v12,0,20,0,31,-1v-13,22,-53,95,-98,175v-51,91,-104,187,-124,219v1,25,2,76,2,130v0,60,1,121,2,146v-9,-1,-21,-1,-27,-1v-7,0,-17,0,-30,1v1,-47,1,-107,1,-162v0,-39,0,-78,1,-116r-102,-178v-48,-81,-96,-167,-126,-214v14,1,21,1,33,1v8,0,20,0,30,-1v46,88,157,274,194,343r1,0v34,-62,146,-264,183,-343v9,1,21,1,29,1","w":553,"k":{"}":-40,"z":20,"y":20,"x":10,"w":10,"v":20,"u":30,"t":30,"s":30,"r":30,"q":50,"p":30,"o":50,"n":30,"m":30,"g":30,"f":20,"e":50,"d":50,"c":50,"a":50,"]":-40,"T":-20,"Q":60,"O":40,"J":20,"G":20,"C":30,"A":30,"*":-40,")":-40}},"Z":{"d":"300,-669v118,0,189,-1,218,-2r0,15v0,38,-13,61,-205,339v-159,231,-169,240,-180,266v30,-1,148,-1,185,-1v65,0,171,0,209,-2v-2,8,-2,20,-2,27v0,8,0,20,2,27v0,0,-164,-1,-228,-1v-46,0,-158,1,-239,1r0,-12v0,-8,2,-19,7,-28v14,-25,24,-37,191,-278v183,-264,189,-271,195,-300r-191,0v-41,0,-152,0,-188,1v0,-20,-1,-41,-2,-54v26,2,136,2,228,2","w":551,"k":{"Z":-20,"*":-30}},"[":{"d":"343,-680r-155,0r0,835r149,0v-1,8,-1,17,-1,26v0,7,0,19,1,25v-46,-1,-82,-1,-111,-1v-28,0,-51,0,-96,1v4,-70,4,-396,4,-513v0,-123,-4,-423,-4,-423v0,0,56,1,104,1v44,0,109,-1,109,-1v-1,6,-1,17,-1,26v0,8,0,19,1,24","w":353,"k":{"j":-120,"]":-40,"Y":-40,"X":-40,"W":-40,"V":-40,"T":-40}},"\\":{"d":"24,-756v9,1,23,1,30,1v6,0,19,0,29,-1v27,74,85,216,174,426r183,430v-9,-1,-20,-1,-28,-1v-8,0,-17,0,-26,1r-177,-425","w":466},"]":{"d":"16,156r155,0r0,-835r-149,0v1,-8,1,-17,1,-26v0,-7,0,-19,-1,-25v46,1,82,1,111,1v28,0,51,0,96,-1v-4,70,-4,396,-4,513v0,123,4,423,4,423v0,0,-56,-1,-104,-1v-44,0,-109,1,-109,1v1,-6,1,-17,1,-26v0,-8,0,-19,-1,-24","w":353},"^":{"d":"291,-760r156,308r-27,-1r-16,1r-130,-266r-39,91r-89,175r-20,-1r-24,1r156,-308r16,1","w":549},"_":{"d":"742,340r-742,0r0,-86r742,0r0,86","w":742},"a":{"d":"466,-35v-1,14,-1,18,-1,30v-2,1,-27,13,-52,13v-42,0,-63,-31,-64,-86r-1,0v-35,66,-97,93,-149,93v-82,0,-151,-56,-151,-135v0,-78,52,-145,248,-162r48,-4r0,-52v0,-82,-32,-114,-113,-114v-42,0,-107,22,-149,61r-4,0v0,-12,-3,-29,-7,-40v39,-42,107,-75,176,-75v98,0,151,61,151,150r0,259v0,48,13,59,40,61v10,1,19,1,28,1xm344,-117r0,-121r-59,1v-126,2,-181,46,-181,103v0,66,34,98,108,98v57,0,94,-20,132,-81","w":502,"k":{"y":10,"w":10,"v":10}},"b":{"d":"86,-77v2,-35,3,-173,3,-217v0,-253,-2,-351,-4,-436v7,1,15,1,31,1v18,0,25,0,32,-1v-3,63,-4,196,-4,329v47,-61,99,-105,168,-105v106,0,198,92,198,242v0,146,-107,279,-227,279v-51,0,-92,-9,-144,-49v-17,-11,-38,-27,-53,-43xm144,-355r0,139v0,74,0,107,5,114v30,43,68,63,142,63v107,0,163,-109,163,-214v0,-140,-64,-199,-157,-199v-62,0,-112,37,-153,97","w":562},"c":{"d":"421,-392v-35,-42,-81,-60,-140,-60v-104,0,-175,87,-175,199v0,150,81,214,183,214v56,0,98,-22,129,-52v1,16,3,31,5,43v-32,37,-82,63,-146,63v-137,0,-226,-120,-226,-248v0,-157,118,-273,243,-273v56,0,111,25,138,62v-5,16,-9,35,-11,52","w":464},"d":{"d":"428,0v-5,-20,-8,-55,-10,-84v-34,53,-84,99,-155,99v-125,0,-212,-104,-212,-246v0,-151,101,-275,230,-275v45,0,105,19,134,66r1,0v-1,-92,-4,-245,-8,-290v11,1,21,1,34,1v12,0,23,0,35,-1v-5,118,-7,274,-7,417v0,141,3,275,9,313v-8,-1,-15,-1,-23,-1v-9,0,-18,0,-28,1xm417,-140r-1,-216v-12,-49,-64,-96,-147,-96v-111,0,-163,101,-163,211v0,123,56,203,169,203v67,0,117,-48,142,-102","w":564},"e":{"d":"465,-246r-355,8v0,125,70,199,188,199v59,0,108,-22,135,-50r3,0v2,16,6,34,8,45v-29,31,-95,59,-156,59v-144,0,-233,-111,-233,-244v0,-173,114,-277,223,-277v94,0,188,76,188,215v0,15,0,30,-1,45xm113,-285r299,0v-3,-112,-59,-169,-143,-169v-86,0,-149,67,-156,169","w":517},"f":{"d":"158,-442v0,116,1,354,6,442v-9,-1,-22,-1,-30,-1v-13,0,-23,0,-32,1v3,-88,4,-215,4,-313r0,-129v-24,0,-56,0,-76,1v1,-8,1,-17,1,-26v0,-10,0,-19,-1,-25v22,1,53,1,76,1v-1,-21,-2,-69,-2,-96v0,-83,68,-149,139,-149v37,0,62,5,83,17v-4,16,-6,32,-6,48v-22,-8,-46,-11,-81,-11v-57,0,-83,36,-83,83v0,33,0,85,1,108v46,0,83,0,128,-1v-1,15,-2,31,-2,52v-38,-2,-77,-2,-125,-2","w":294,"k":{"}":-40,"]":-40,"\\":-60,"*":-80,")":-30}},"g":{"d":"483,-491v-3,17,-5,32,-6,47v-31,-1,-65,-1,-96,-3r0,1v28,22,51,69,51,106v0,94,-76,176,-183,176v-22,0,-55,-7,-68,-13v-24,15,-51,43,-51,65v0,20,23,35,87,45r138,21v74,11,122,50,122,107v0,81,-106,154,-255,154v-114,0,-183,-42,-183,-116v0,-43,46,-95,104,-134v-57,-16,-69,-39,-69,-62v0,-34,32,-65,71,-97v-49,-27,-77,-82,-77,-127v0,-91,75,-185,191,-185v15,0,27,2,45,6v32,7,50,9,92,9r87,0xm257,-209v75,0,124,-53,124,-120v0,-77,-47,-129,-131,-129v-84,0,-130,54,-130,125v0,69,49,124,137,124xm423,75v0,-44,-24,-66,-89,-76r-145,-22v-46,25,-97,73,-97,109v0,53,41,79,156,79v110,0,175,-41,175,-90","w":517,"k":{"j":-70,"*":-20}},"h":{"d":"474,0v-15,-1,-21,-1,-32,-1v-10,0,-16,0,-32,1v3,-62,4,-113,4,-224v0,-98,-3,-125,-7,-141v-14,-54,-46,-87,-115,-87v-57,0,-120,45,-146,99v1,36,1,76,2,145v1,77,2,159,5,208v-12,-1,-21,-1,-33,-1v-10,0,-18,0,-33,1v5,-88,6,-236,6,-334v0,-156,-5,-325,-8,-396v13,1,19,1,30,1v11,0,25,0,35,-1v-3,57,-5,201,-5,327v62,-78,115,-103,166,-103v79,0,144,53,154,149v3,28,3,54,3,111v0,127,2,176,6,246","w":552},"i":{"d":"96,0v1,-35,4,-124,4,-189v0,-177,-2,-243,-7,-303v16,1,25,1,33,1v10,0,19,0,34,-1v-5,60,-7,127,-7,300v0,59,2,154,4,192v-10,-1,-18,-1,-31,-1v-13,0,-20,0,-30,1xm85,-673v0,-25,20,-46,45,-46v25,0,46,21,46,46v0,25,-21,45,-46,45v-25,0,-45,-20,-45,-45","w":261},"j":{"d":"-36,192v2,-15,4,-37,5,-52v15,5,33,11,68,11v48,0,77,-28,77,-90v0,-180,0,-463,-5,-553v14,1,24,1,32,1v10,0,16,0,33,-1v-5,90,-6,191,-6,308v0,117,1,201,1,233v0,98,-65,157,-137,157v-22,0,-46,-2,-68,-14xm95,-673v0,-25,20,-46,45,-46v25,0,46,21,46,46v0,25,-21,45,-46,45v-25,0,-45,-20,-45,-45","w":268,"k":{"*":-20}},"k":{"d":"86,0v2,-50,6,-199,6,-273v0,-263,-2,-369,-7,-456v16,1,27,1,35,1v7,0,24,0,34,-1v-5,87,-7,192,-7,451r0,24v15,-10,37,-30,124,-119v53,-55,97,-97,107,-119v19,1,34,1,42,1v10,0,35,0,48,-1v-27,21,-74,63,-131,120r-114,112v21,16,58,53,92,90v80,86,116,127,163,170v-11,-1,-26,-1,-47,-1v-7,0,-19,0,-36,1v-22,-27,-46,-52,-115,-127v-92,-101,-116,-116,-133,-124v0,85,3,203,6,251v-16,-1,-23,-1,-35,-1v-8,0,-19,0,-32,1","w":482,"k":{"y":-10,"x":-10,"w":-10,"v":-10,"*":-20}},"l":{"d":"88,0v2,-50,4,-199,4,-273v0,-263,0,-370,-5,-456v14,1,28,1,33,1v6,0,14,0,30,-1v-5,86,-5,196,-5,451v0,85,1,224,4,278v-10,-1,-22,-1,-29,-1v-19,0,-7,0,-32,1","w":240},"m":{"d":"454,0v-12,-1,-22,-1,-33,-1v-7,0,-21,0,-31,1v3,-62,4,-113,4,-224v0,-98,-4,-128,-8,-144v-15,-55,-41,-84,-106,-84v-54,0,-113,45,-138,99v1,36,1,76,2,145v1,77,2,159,5,208v-12,-1,-23,-1,-33,-1v-11,0,-17,0,-29,1v2,-53,4,-123,4,-210v0,-132,-1,-236,-6,-282v8,1,15,1,23,1v7,0,12,0,21,-1v2,13,6,42,9,89r2,1v63,-79,107,-104,158,-104v65,0,121,41,140,108v62,-79,105,-108,164,-108v77,0,139,57,146,146v2,27,3,57,3,114v0,127,2,176,6,246v-14,-1,-24,-1,-32,-1v-7,0,-18,0,-32,1v3,-62,4,-113,4,-224v0,-98,-4,-128,-8,-144v-14,-55,-40,-84,-105,-84v-54,0,-113,45,-139,98v2,27,2,55,2,108v0,127,3,176,7,246","w":835},"n":{"d":"472,0v-15,-1,-20,-1,-34,-1v-11,0,-14,0,-30,1v3,-62,4,-113,4,-224v0,-98,-4,-128,-8,-144v-13,-55,-49,-84,-114,-84v-53,0,-121,41,-147,99v1,36,1,76,2,145v1,77,2,159,5,208v-12,-1,-21,-1,-33,-1v-11,0,-16,0,-28,1v2,-53,2,-123,2,-210v0,-132,-1,-236,-6,-282v8,1,15,1,23,1v7,0,15,0,24,-1v2,13,4,42,7,89r2,1v63,-79,119,-104,170,-104v76,0,144,56,152,147v2,27,3,56,3,113v0,127,2,176,6,246","w":550},"o":{"d":"51,-240v0,-137,101,-266,232,-266v120,0,216,92,216,254v0,134,-98,267,-232,267v-132,0,-216,-109,-216,-255xm106,-253v0,151,67,216,172,216v104,0,166,-88,166,-202v0,-169,-86,-215,-172,-215v-104,0,-166,89,-166,201","w":551},"p":{"d":"85,200v5,-128,6,-263,6,-396v0,-96,-2,-263,-5,-296v8,1,13,1,27,1v9,0,16,0,25,-1v2,17,5,42,7,89v39,-55,98,-101,167,-101v112,0,197,96,197,236v0,146,-101,283,-230,283v-47,0,-105,-21,-135,-61v3,87,3,203,7,246v-12,-1,-19,-1,-32,-1v-13,0,-23,0,-34,1xm145,-357v0,97,0,169,3,207v2,27,7,44,12,52v16,26,54,59,131,59v107,0,163,-107,163,-212v0,-132,-61,-199,-158,-199v-62,0,-109,33,-151,93","w":561,"k":{"y":15,"w":15,"v":15}},"q":{"d":"464,-174v0,101,2,272,7,374v-12,-1,-15,-1,-30,-1v-14,0,-32,0,-36,1v4,-84,4,-185,6,-280v-29,47,-78,95,-148,95v-117,0,-212,-94,-212,-236v0,-125,84,-283,243,-283v45,0,92,24,120,47v12,-9,30,-24,41,-35r11,0v-1,52,-2,175,-2,318xm412,-139v-1,-50,-1,-118,-1,-168v0,-49,-3,-73,-20,-95v-28,-37,-66,-49,-116,-49v-106,0,-169,101,-169,211v0,127,60,201,168,201v67,0,109,-45,138,-100","w":556,"k":{"y":-20,"j":-40}},"r":{"d":"337,-490v-2,16,-4,35,-4,53v-17,-9,-32,-12,-58,-12v-36,0,-84,22,-132,100v1,38,2,82,2,144v0,75,2,152,6,205v-11,-1,-19,-1,-32,-1v-15,0,-23,0,-32,1v3,-55,4,-144,4,-212v0,-126,-3,-225,-6,-280v7,1,14,1,21,1v6,0,16,0,27,-1v3,17,7,61,9,96v60,-85,98,-107,135,-107v28,0,47,4,60,13","w":340,"k":{"y":-20,"w":-20,"v":-20,"t":-10,"q":20,"o":20,"e":20,"d":20,"c":20,"a":10,"*":-70}},"s":{"d":"59,-27v2,-9,8,-31,9,-53v31,26,87,43,128,43v82,0,115,-43,115,-95v0,-36,-23,-63,-78,-82r-79,-28v-77,-27,-99,-70,-99,-112v0,-76,74,-152,173,-152v48,0,102,17,123,41v-4,13,-10,34,-12,50v-27,-23,-66,-39,-119,-39v-77,0,-111,39,-111,89v0,38,18,57,79,79r70,26v70,26,107,62,107,120v0,69,-64,155,-177,155v-42,0,-95,-16,-129,-42","w":421},"t":{"d":"53,-470v40,-26,69,-67,85,-94v6,-10,10,-11,25,-11v-1,21,-3,62,-3,84r78,0v27,0,64,0,92,-1v-2,16,-4,33,-5,52v-41,-1,-110,-2,-165,-2r0,296v0,71,19,101,67,101v33,0,67,-6,97,-22v0,12,2,29,4,41v-25,18,-68,35,-111,35v-75,0,-111,-55,-111,-142v0,-70,4,-235,8,-309v-23,0,-56,0,-77,1r0,-20v2,-1,10,-5,16,-9","w":351,"k":{"y":-10,"w":-10,"v":-10,"*":-30}},"u":{"d":"78,-491v14,1,20,1,31,1v10,0,21,0,33,-1v-3,63,-4,101,-4,212v0,97,4,134,8,150v13,56,44,91,121,91v53,0,98,-39,135,-96v-1,-35,-1,-80,-2,-150v-1,-76,-2,-158,-5,-207v12,1,21,1,31,1v12,0,19,0,32,-1v-2,53,-4,125,-4,209v0,133,1,236,6,282v-8,-1,-14,-1,-22,-1v-8,0,-16,0,-23,1v-2,-12,-6,-40,-9,-87r-2,-1v-52,74,-102,103,-153,103v-88,0,-158,-63,-165,-159v-2,-28,-2,-57,-2,-114v0,-125,-2,-162,-6,-233","w":548},"v":{"d":"444,-492v-30,71,-58,131,-103,243v-40,102,-76,189,-97,249r-34,0v-22,-60,-57,-147,-100,-249r-99,-243v18,1,24,1,36,1v6,0,17,0,28,-1v13,36,27,75,64,168v56,138,80,201,91,237r2,0v11,-36,35,-98,90,-237v35,-91,49,-135,55,-168v16,1,20,1,29,1v14,0,29,0,38,-1","w":455,"k":{"y":-10,"w":-10,"v":-10,"q":10,"o":10,"e":10,"d":10,"c":10,"*":-60}},"w":{"d":"724,-492v-24,66,-49,130,-87,243v-34,101,-65,189,-82,249r-39,0r-94,-249v-28,-76,-46,-126,-56,-164v-12,44,-29,93,-56,166v-39,102,-71,187,-92,247r-43,0r-80,-249r-83,-243v10,1,21,1,33,1v13,0,21,0,32,-1v8,34,19,74,48,165v44,137,69,212,78,247r2,0v9,-36,37,-110,87,-247v33,-89,50,-133,59,-165r39,0r59,165v50,135,76,213,86,247r2,0v11,-44,32,-111,78,-247v30,-89,44,-133,49,-165v13,1,16,1,26,1v14,0,25,0,34,-1","w":733,"k":{"w":-10,"v":-10,"a":10,"*":-60}},"x":{"d":"336,0r-135,-211v-42,63,-90,142,-129,211v-12,-1,-14,-1,-27,-1v-14,0,-23,0,-32,1r159,-249v-27,-46,-117,-176,-160,-243v14,1,20,1,35,1v7,0,24,0,33,-1v18,36,99,159,125,200v32,-47,110,-175,123,-200v6,1,28,1,32,1v4,0,18,0,25,-1r-153,237v51,78,113,176,168,255v-10,-1,-26,-1,-38,-1v-8,0,-16,0,-26,1","w":412,"k":{"y":-10}},"y":{"d":"33,192v2,-16,3,-32,3,-46v21,4,45,7,73,7v43,0,73,-35,93,-91v7,-20,16,-48,20,-61r-211,-492v16,1,25,1,34,1v10,0,21,0,32,-1v30,90,124,316,170,423r4,0r74,-199v45,-132,62,-179,69,-224v10,1,25,1,30,1v13,0,25,0,36,-1r-112,291v-28,76,-70,185,-95,256v-33,92,-72,150,-154,150v-22,0,-45,-4,-66,-14","w":465,"k":{"y":-10,"w":-10,"v":-10,"*":-60}},"z":{"d":"218,-491v117,0,136,-1,165,-1r0,14v-2,27,-12,54,-68,132r-131,182v-55,77,-68,92,-78,116v30,-1,93,-1,128,-1v62,0,120,-1,158,-3v-1,8,-2,21,-2,25v0,11,0,19,1,27v0,0,-105,-1,-168,-1v-46,0,-105,0,-182,1r0,-18v0,-9,4,-23,9,-32v6,-12,16,-24,87,-122r133,-183v38,-52,44,-64,52,-86v-43,1,-98,1,-147,1v-40,0,-91,0,-127,1v3,-25,3,-40,3,-53v27,1,75,1,167,1","w":432},"{":{"d":"34,-251r0,-47v78,-1,123,-62,123,-166r0,-85v0,-114,54,-213,178,-213v30,0,53,3,65,7v-2,10,-4,30,-5,44v-21,-1,-31,-2,-63,-2v-80,0,-121,47,-123,139r-2,116v-2,102,-45,159,-106,182v62,28,104,84,106,175r3,118v3,107,53,148,110,148v33,0,55,0,75,-3v0,14,3,33,5,45v-21,4,-46,7,-78,7v-109,0,-165,-96,-165,-206r0,-92v0,-105,-40,-164,-123,-167","w":409,"k":{"j":-110,"Y":-40,"X":-40,"W":-40,"V":-40,"T":-40}},"|":{"d":"127,206r0,-966r39,0r0,966r-39,0","w":295},"}":{"d":"390,-297r0,47v-78,1,-123,62,-123,166r0,85v0,114,-54,213,-178,213v-30,0,-53,-3,-65,-7v2,-10,4,-30,5,-44v21,1,31,2,63,2v80,0,121,-47,123,-139r2,-116v2,-102,45,-159,106,-182v-62,-28,-104,-84,-106,-175r-3,-118v-3,-107,-53,-148,-110,-148v-33,0,-55,0,-75,3v0,-14,-3,-33,-5,-45v21,-4,46,-7,78,-7v109,0,165,96,165,206r0,92v0,105,40,164,123,167","w":409},"~":{"d":"421,-264v-32,31,-53,57,-101,57v-24,0,-48,-9,-72,-27v-32,-23,-45,-26,-73,-26v-24,0,-55,24,-79,51r-4,0v-1,-9,-2,-29,-6,-41v26,-29,51,-57,97,-57v24,0,43,2,77,26v31,21,45,27,73,27v23,0,51,-23,78,-51r4,0v1,12,4,30,6,41","w":507},"'":{"d":"144,-719v0,0,-4,69,-5,113v-1,37,-2,107,-2,107v-11,-1,-18,-1,-24,-1v-6,0,-13,0,-21,1v0,0,-1,-70,-2,-107v-1,-45,-5,-113,-5,-113v8,1,16,1,28,1v13,0,24,0,31,-1","w":226},"`":{"d":"15,-736v18,1,47,1,59,1v7,0,21,0,28,-1v17,25,65,78,115,133v-13,-1,-17,-1,-32,-1v-11,0,-28,0,-34,1v-8,-11,-98,-104,-136,-133","w":262},"\u00a0":{"w":273}}});
;
Cufon.replace('h2', { fontFamily: 'Legato TF Light', lineHeight: '1.5' });
Cufon.replace('h3', { fontFamily: 'Legato TF Light', lineHeight: '1.5'});
;

