/*Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 * @version 1.09 */
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("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}})());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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * Copyright:
 * COM4t(Communicate by Four Typeface) (C)Hideki Katayama All Rights Reserved.
 * [FFF]
 */
Cufon.registerFont({"w":55,"face":{"font-family":"Familian Son","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"300","descent":"-60","x-height":"3","bbox":"-47 -296.377 255.372 60.3775","underline-thickness":"4","underline-position":"-24.6","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":77},"!":{"d":"35,-234r-9,151v-1,4,-16,4,-17,0r-9,-151v0,-13,19,-5,29,-7v4,0,6,2,6,7xm24,-40v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39","w":66},"\"":{"d":"70,-236r-14,64v-1,7,-16,8,-16,0r0,-64v1,-9,17,-4,26,-5v3,0,5,2,4,5xm30,-236r-14,64v-1,7,-16,8,-16,0r0,-64v1,-9,17,-4,26,-5v3,0,5,2,4,5","w":91},"#":{"d":"94,-205v16,-1,31,-2,26,16v-2,9,-18,4,-27,5r-2,30v14,0,32,-5,26,16v-2,9,-18,3,-27,5v-3,15,8,41,-17,35v-11,-3,-2,-24,-4,-35r-21,0v-4,14,7,41,-18,35v-11,-3,-1,-24,-3,-35v-14,0,-32,5,-26,-16v2,-9,18,-3,27,-5r1,-30v-13,-1,-31,6,-26,-16v1,-9,18,-3,27,-5v4,-14,-7,-41,18,-35v11,3,1,24,3,35r22,0v3,-15,-8,-40,18,-35v9,5,1,24,3,35xm72,-184r-22,0r-1,30r21,0","w":149},"$":{"d":"74,-129v30,17,54,23,54,57v0,25,-26,43,-54,42v-1,14,6,34,-17,29v-10,-2,-3,-19,-5,-29v-16,-4,-48,11,-43,-16v5,-11,30,-2,43,-5r0,-64v-25,-9,-50,-28,-52,-55v-2,-24,25,-44,52,-42v1,-14,-6,-34,17,-29v10,2,3,19,5,29v16,3,47,-11,42,16v-5,11,-29,2,-42,5r0,62xm52,-191v-40,1,-38,37,0,52r0,-52xm98,-60v16,-20,1,-31,-24,-45r0,54v10,0,20,-3,24,-9","w":155},"%":{"d":"204,-139v39,0,54,30,51,76v-3,44,-18,66,-51,66v-38,1,-53,-28,-51,-76v2,-44,18,-66,51,-66xm194,-236r-108,230v-4,7,-12,5,-21,5v-3,0,-4,-2,-2,-5r108,-230v3,-7,12,-5,21,-5v3,0,4,2,2,5xm52,-243v38,-1,53,28,51,76v-2,44,-18,66,-51,66v-38,1,-54,-28,-52,-76v2,-44,19,-66,52,-66xm204,-16v25,0,31,-27,31,-60v0,-29,-11,-44,-31,-44v-25,0,-30,28,-30,60v0,29,10,44,30,44xm52,-120v25,0,30,-28,30,-60v0,-29,-10,-44,-30,-44v-25,0,-30,28,-30,60v0,29,10,44,30,44","w":284},"&":{"d":"85,-24v63,4,54,-55,54,-112v6,-12,33,-2,48,-5v8,0,4,12,5,19v-2,10,-21,3,-31,5v5,69,-7,116,-77,116v-48,0,-84,-22,-84,-67v0,-29,13,-49,38,-60v-25,-9,-37,-26,-37,-54v0,-55,57,-62,119,-58v8,0,4,11,5,18v-22,15,-108,-9,-101,39v-2,35,31,45,73,42v7,0,5,11,5,18v0,11,-17,4,-26,6v-30,-1,-53,18,-53,47v0,32,28,44,62,46","w":213},"'":{"d":"30,-236r-14,64v-1,7,-16,8,-16,0r0,-64v1,-9,17,-4,26,-5v3,0,5,2,4,5","w":51},"(":{"d":"23,-145v0,86,15,179,83,179v8,0,4,10,5,16v0,5,-6,5,-11,5v-77,-6,-100,-102,-100,-201v0,-74,37,-151,106,-150v7,0,4,10,5,17v0,3,-2,4,-5,4v-52,1,-83,71,-83,130","w":103},")":{"d":"5,-296v85,2,106,100,106,201v0,74,-37,151,-106,150v-7,0,-4,-10,-5,-17v0,-3,2,-4,5,-4v67,-6,83,-94,83,-179v0,-60,-31,-129,-83,-130v-8,1,-4,-10,-5,-16v0,-3,2,-5,5,-5","w":142},"*":{"d":"117,-196v8,1,7,22,0,21r-38,0v6,15,32,36,8,45v-14,-1,-17,-25,-26,-35r-19,33v-5,7,-22,-4,-18,-11r19,-32v-16,-4,-48,11,-43,-16v5,-11,30,-2,43,-5r-19,-33v-4,-7,13,-17,18,-10r19,32v10,-12,16,-45,35,-29v7,13,-13,27,-17,40r38,0","w":149},"+":{"d":"112,-115v8,1,7,22,0,21r-43,0v-4,17,13,53,-16,48v-12,-6,-2,-33,-5,-48v-17,-4,-53,13,-48,-16v6,-12,33,-2,48,-5v4,-17,-13,-53,16,-48v12,6,2,33,5,48r43,0","w":142},",":{"d":"28,-35v-7,20,-5,48,-18,61v-6,1,-10,-1,-10,-6r0,-55v1,-9,16,-4,24,-5v4,0,5,2,4,5","w":59},"-":{"d":"112,-116v8,1,7,22,0,21r-107,0v-7,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r107,0","w":149},"\u2010":{"d":"112,-116v8,1,7,22,0,21r-107,0v-7,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r107,0","w":149},".":{"d":"18,-40v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39"},"\/":{"d":"132,-236r-109,230v-3,7,-11,5,-20,5v-3,0,-5,-2,-3,-5r108,-230v4,-7,12,-5,21,-5v3,0,5,2,3,5","w":154},"0":{"d":"70,-248v78,0,70,88,70,168v0,49,-23,83,-70,83v-78,0,-71,-89,-70,-168v1,-48,24,-83,70,-83xm70,-18v63,0,45,-90,47,-152v1,-32,-17,-57,-47,-57v-63,0,-45,90,-47,152v-1,32,17,57,47,57","w":171},"1":{"d":"55,-6v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-214v-16,3,-45,0,-27,-21v16,3,44,-7,50,6r0,229","w":87},"2":{"d":"75,-135v42,-32,32,-83,-23,-82v-18,-3,-51,12,-45,-19v6,-12,33,-3,48,-5v72,-7,92,72,47,111v-31,27,-74,57,-78,107r96,0v7,0,4,10,5,17v0,3,-2,5,-5,5r-115,0v-3,0,-5,-2,-5,-5v3,-69,22,-88,75,-129","w":153},"3":{"d":"25,-141v40,1,72,1,72,-40v0,-39,-47,-37,-88,-36v-8,0,-4,-11,-5,-18v6,-11,32,-2,46,-5v77,-11,91,88,39,111v24,9,37,29,37,59v0,57,-55,75,-121,69v-8,0,-4,-11,-5,-18v4,-11,28,-5,41,-5v35,0,60,-16,61,-48v1,-40,-33,-48,-77,-45v-8,1,-6,-11,-6,-18v0,-4,3,-6,6,-6","w":155},"4":{"d":"158,-74v9,1,7,23,0,23r-29,0v-4,18,14,56,-18,50v-13,-5,-3,-35,-6,-50r-90,0v-20,1,-20,-15,-13,-28r82,-154v8,-11,24,-6,40,-7v3,0,5,2,5,5r0,161r29,0xm105,-74r0,-153r-78,153r78,0","w":188},"5":{"d":"26,-138v59,-4,104,11,104,66v0,61,-52,71,-120,71v-8,0,-6,-10,-6,-18v7,-11,33,-5,48,-5v32,0,53,-16,53,-46v0,-46,-52,-45,-100,-43v-4,0,-5,-2,-5,-5r15,-117v0,-3,2,-5,5,-5r94,0v8,0,4,11,5,18v0,3,-2,5,-5,5r-78,0","w":158},"6":{"d":"105,-221v-65,-9,-88,27,-82,92v40,-38,117,-16,117,55v0,48,-24,77,-70,77v-45,0,-70,-30,-70,-77v0,-81,-5,-171,72,-167v15,1,43,-10,38,15v0,3,-2,5,-5,5xm37,-29v32,28,87,6,80,-47v-5,-34,-16,-51,-46,-51v-49,0,-64,72,-34,98","w":169},"7":{"d":"123,-234r-69,228v-1,7,-11,5,-19,5v-4,0,-5,-2,-4,-7r64,-213r-97,0v-7,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r119,0v5,0,7,3,6,8","w":144},"8":{"d":"72,-245v65,-10,84,87,38,114v23,11,34,31,34,62v1,44,-27,72,-72,72v-77,0,-97,-109,-37,-134v-46,-25,-28,-124,37,-114xm113,-182v0,-30,-14,-45,-41,-45v-27,0,-41,15,-41,45v0,28,14,43,41,43v27,0,41,-15,41,-43xm72,-16v31,0,50,-20,50,-54v0,-34,-17,-51,-50,-51v-33,0,-50,17,-50,51v0,34,19,54,50,54","w":174},"9":{"d":"70,-245v71,0,70,80,70,157v0,65,-33,87,-104,87v-7,0,-5,-9,-5,-15v4,-11,27,-3,40,-5v39,3,49,-41,46,-89v-7,13,-27,24,-47,24v-45,-1,-70,-30,-70,-78v0,-46,24,-81,70,-81xm70,-107v33,0,48,-26,47,-62v-1,-32,-16,-55,-47,-55v-33,0,-47,25,-47,61v0,32,17,55,47,56","w":183},":":{"d":"18,-166v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39xm18,-83v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39","w":54},";":{"d":"18,-166v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39xm25,-78r-10,56v0,7,-15,7,-15,0r0,-56v0,-8,13,-4,20,-5v4,0,6,2,5,5"},"<":{"d":"159,28v-1,6,3,26,-4,21r-150,-109v-8,-5,-8,-26,0,-32r150,-109v3,-2,4,-2,4,2v-1,10,3,22,-4,27r-132,96r132,96v3,2,4,5,4,8","w":180},"=":{"d":"112,-149v8,1,7,21,0,21r-107,0v-6,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r107,0xm112,-83v8,1,7,22,0,21r-107,0v-7,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r107,0","w":139},">":{"d":"155,-92v7,7,6,26,0,32r-150,109v-3,2,-5,2,-5,-2v1,-11,-2,-22,5,-27r131,-96r-131,-96v-8,-4,-4,-16,-5,-27v0,-4,2,-4,5,-2","w":183},"?":{"d":"30,-84v-5,-50,43,-67,54,-109v1,-30,-50,-19,-79,-21v-8,0,-9,-26,0,-27v53,-5,113,3,108,49v-4,43,-62,59,-60,108v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5xm48,-40v10,9,11,49,-13,39v-10,-5,-11,-49,13,-39","w":137},"@":{"d":"83,-240v90,0,132,26,132,120v0,43,-30,64,-88,65v-43,1,-74,-24,-74,-66v0,-53,41,-70,97,-66v3,0,5,3,5,6r0,101v67,-16,38,-145,-29,-136v-59,-8,-102,16,-102,66r0,59v-2,35,29,66,64,66r89,0v8,-1,4,12,5,19v0,3,-2,5,-5,5r-94,0v-45,1,-83,-38,-83,-83r0,-73v-1,-45,38,-83,83,-83xm78,-121v0,26,23,48,54,43r0,-85v-32,-4,-54,13,-54,42","w":241},"A":{"d":"70,-245v100,0,64,144,70,239v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-101r-94,0r0,101v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v6,-95,-30,-239,70,-239xm70,-222v-43,0,-50,45,-47,93r94,0v3,-48,-4,-93,-47,-93","w":177},"B":{"d":"5,-240v65,-4,127,5,128,63v0,25,-12,42,-37,51v30,10,45,29,45,58v1,63,-66,72,-136,67v-3,0,-5,-1,-5,-5r0,-229v0,-3,2,-5,5,-5xm24,-136v42,3,84,-5,84,-41v0,-36,-41,-46,-84,-42r0,83xm24,-22v49,4,92,-5,93,-48v1,-42,-47,-46,-93,-43r0,91","w":168},"C":{"d":"23,-150v0,64,1,126,60,126v18,0,51,-12,45,19v-5,11,-31,4,-45,5v-47,3,-84,-41,-83,-87r0,-66v1,-61,49,-97,123,-87v8,0,4,12,5,19v-5,11,-31,2,-45,5v-36,0,-60,28,-60,66","w":156},"D":{"d":"62,-240v64,1,82,65,82,141v0,52,-33,99,-82,99r-57,0v-3,0,-5,-2,-5,-5r0,-230v0,-3,2,-5,5,-5r57,0xm23,-24v78,11,98,-33,98,-113v0,-56,-33,-89,-98,-79r0,192","w":175},"E":{"d":"23,-113v-7,68,28,89,100,89v8,0,4,12,5,19v-5,11,-31,4,-45,5v-47,3,-84,-41,-83,-87r0,-66v1,-61,49,-97,123,-87v8,0,4,12,5,19v-5,11,-31,4,-45,5v-40,2,-65,34,-60,81r89,0v7,0,4,10,5,17v0,3,-2,5,-5,5r-89,0","w":145},"F":{"d":"0,-153v1,-57,45,-96,114,-87v8,1,4,12,5,19v-3,11,-24,4,-36,5v-41,2,-65,34,-60,81r85,0v7,0,4,10,5,17v0,3,-2,5,-5,5r-85,0r0,108v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-148","w":139},"G":{"d":"74,-17v43,0,56,-42,51,-92v-15,-1,-35,6,-30,-18v6,-12,33,-2,48,-5v12,7,4,36,5,52v4,49,-28,83,-74,83v-75,0,-74,-79,-74,-159v0,-63,41,-92,112,-83v8,0,4,11,5,18v-5,11,-29,3,-42,4v-30,2,-52,25,-52,57r0,86v-1,31,22,57,51,57","w":175},"H":{"d":"140,-6v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-104r-94,0r0,104v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,103r94,0r0,-103v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,230","w":172},"I":{"d":"23,-6v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,230"},"J":{"d":"100,-236v-7,104,37,253,-97,235v-8,-1,-4,-12,-5,-19v2,-10,21,-5,32,-5v31,0,47,-21,47,-62r0,-149v0,-8,11,-4,18,-5v3,0,5,2,5,5","w":132},"K":{"d":"79,-123v42,15,58,58,54,117v0,8,-12,4,-19,5v-10,-3,-4,-22,-4,-32v-2,-51,-31,-84,-87,-79r0,106v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,102v63,5,86,-37,86,-102v0,-8,12,-4,19,-5v9,1,5,17,5,26v0,45,-20,79,-54,92","w":163},"L":{"d":"23,-236v8,80,-30,207,55,211v18,1,49,-10,41,19v-3,11,-28,4,-41,5v-49,3,-79,-34,-78,-83r0,-152v0,-8,11,-4,18,-5v3,0,5,2,5,5","w":135},"M":{"d":"62,-226v-25,0,-38,24,-39,49r0,171v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v8,-89,-31,-242,62,-240v24,0,40,11,50,32v28,-57,113,-37,113,46r0,162v0,8,-11,4,-18,5v-3,0,-6,-2,-6,-5r0,-171v0,-26,-13,-49,-38,-49v-25,0,-39,23,-39,49r0,171v0,8,-12,4,-19,5v-3,0,-5,-2,-5,-5r0,-171v0,-26,-13,-49,-38,-49","w":257},"N":{"d":"153,-27v2,38,-35,36,-47,6r-83,-200r0,215v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-209v0,-35,32,-37,46,-5r84,199r0,-215v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,209","w":185},"O":{"d":"74,-248v46,0,74,34,74,83r0,84v2,49,-27,83,-74,83v-47,0,-75,-35,-74,-83r0,-84v-1,-48,28,-83,74,-83xm74,-18v30,0,52,-25,51,-57v-2,-65,15,-152,-50,-153v-30,0,-53,26,-52,58v1,66,-14,151,51,152","w":180},"P":{"d":"5,-241v73,-3,131,7,131,75v0,56,-44,79,-113,74r0,86v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-3,2,-5,5,-5xm110,-166v0,-49,-35,-54,-87,-52r0,102v50,3,87,-8,87,-50","w":157},"Q":{"d":"74,-248v46,0,76,34,74,83v-2,48,8,104,-12,135v10,10,30,25,10,36v-13,3,-17,-14,-26,-19v-51,38,-120,1,-120,-68r0,-84v-1,-48,28,-83,74,-83xm74,-18v30,0,52,-25,51,-57v-2,-65,15,-152,-50,-153v-30,0,-53,26,-52,58v1,66,-14,151,51,152","w":180},"R":{"d":"5,-241v69,-2,128,7,129,68v0,31,-17,50,-49,58v38,18,51,54,48,109v0,8,-11,5,-18,5v-11,0,-5,-18,-5,-28v-1,-51,-32,-83,-87,-78r0,101v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-3,2,-5,5,-5xm23,-131v45,1,85,-1,85,-42v-1,-43,-36,-45,-85,-45r0,87","w":163},"S":{"d":"24,-191v-2,69,107,63,107,139v0,55,-62,53,-119,51v-9,0,-7,-25,0,-25v40,-2,102,9,95,-34v-5,-31,-24,-43,-55,-57v-72,-32,-68,-124,18,-123v17,4,53,-13,48,16v-21,15,-93,-9,-94,33","w":158},"T":{"d":"152,-240v9,1,7,23,0,23r-63,0r0,211v0,8,-12,4,-19,5v-3,0,-5,-2,-5,-5r0,-211r-64,0v-8,0,-4,-11,-5,-18v0,-3,2,-5,5,-5r151,0","w":184},"U":{"d":"74,-19v82,-3,42,-138,51,-217v0,-8,11,-4,18,-5v3,0,5,2,5,5v-7,97,32,239,-74,239v-106,0,-67,-142,-74,-239v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,157v0,35,19,61,51,60","w":180},"V":{"d":"173,-236r-69,230v-3,8,-29,8,-35,0r-69,-230v-2,-8,11,-4,18,-5v3,0,6,2,7,5r62,206r62,-206v2,-8,13,-4,21,-5v3,0,4,2,3,5","w":187},"W":{"d":"163,-16v25,0,38,-23,38,-49r0,-171v0,-7,23,-8,24,0v-8,89,31,242,-62,240v-24,0,-41,-10,-51,-31v-28,56,-112,34,-112,-47r0,-162v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,171v0,25,14,49,39,49v25,0,38,-23,38,-49r0,-171v0,-8,12,-4,19,-5v3,0,5,2,5,5r0,171v0,26,13,49,39,49","w":256},"X":{"d":"74,-112v-48,0,-55,52,-51,106v0,8,-11,4,-18,5v-12,-7,-2,-35,-5,-51v0,-36,13,-59,38,-71v-35,-12,-36,-62,-34,-112v0,-8,11,-4,18,-5v13,5,3,34,6,49v0,37,15,56,46,56v47,0,50,-50,47,-100v0,-8,11,-4,18,-5v12,6,5,34,5,49v0,35,-11,58,-34,68v38,15,40,63,38,117v0,8,-11,4,-18,5v-12,-7,-2,-35,-5,-51v0,-32,-20,-60,-51,-60","w":180},"Y":{"d":"74,-108v57,0,52,-69,51,-128v0,-8,11,-4,18,-5v3,0,5,2,5,5v3,73,3,146,-62,150r0,80v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-80v-65,-4,-67,-76,-63,-150v0,-8,11,-4,18,-5v3,0,5,2,5,5v-1,59,-7,128,51,128","w":175},"Z":{"d":"131,-24v9,1,7,23,0,23r-115,0v-17,0,-20,-16,-12,-30r103,-186r-94,0v-8,0,-4,-11,-5,-18v0,-3,2,-5,5,-5r101,0v20,-1,23,16,15,31r-102,185r104,0","w":160},"[":{"d":"0,-222v0,-50,37,-78,93,-74v8,0,4,12,5,19v0,7,-9,5,-15,5v-40,0,-60,16,-60,49r0,210v-1,36,26,51,70,49v8,0,4,12,5,19v0,7,-9,5,-16,5v-48,1,-82,-27,-82,-74r0,-208","w":91},"\\":{"d":"132,-6v2,3,0,5,-3,5v-9,0,-17,2,-21,-5r-108,-230v-2,-3,0,-5,3,-5v9,0,17,-2,20,5","w":157},"]":{"d":"5,-295v56,-4,92,24,93,74r0,207v0,50,-37,78,-93,74v-8,0,-4,-12,-5,-19v0,-6,9,-3,15,-4v40,0,60,-17,60,-50r0,-210v1,-36,-26,-51,-70,-49v-8,1,-4,-11,-5,-18v0,-3,2,-5,5,-5","w":130},"^":{"d":"131,-163v2,3,1,5,-2,5v-9,0,-14,1,-18,-5r-45,-66r-46,66v-5,6,-9,5,-18,5v-3,0,-4,-2,-2,-5r46,-73v6,-8,31,-8,40,0","w":164},"_":{"d":"163,-22v8,1,7,22,0,21r-158,0v-7,0,-5,-9,-5,-16v0,-3,2,-5,5,-5r158,0","w":200},"`":{"d":"37,-171v0,7,-14,7,-16,0r-21,-64v-1,-9,16,-4,24,-5v3,0,6,2,6,5","w":69},"a":{"d":"-4,-84v0,-58,48,-87,113,-82v3,0,6,1,6,4r0,156v0,8,-13,4,-20,5v-59,0,-99,-26,-99,-83xm91,-143v-41,-1,-69,22,-70,59v0,39,23,59,70,60r0,-119","w":147},"b":{"d":"23,-166v54,-1,95,30,95,82v0,61,-47,86,-113,83v-3,0,-5,-2,-5,-5r0,-230v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,70xm93,-84v0,-38,-31,-60,-70,-59r0,119v46,-1,70,-21,70,-60","w":147},"c":{"d":"23,-84v0,43,33,65,83,60v8,0,5,11,5,18v0,8,-14,4,-22,5v-51,3,-92,-32,-91,-82v1,-54,46,-90,108,-83v8,0,4,12,5,19v-1,9,-18,3,-27,5v-36,-1,-61,24,-61,58","w":139},"d":{"d":"-4,-83v0,-52,42,-84,95,-83r0,-69v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,229v0,8,-12,4,-19,5v-59,1,-99,-26,-99,-82xm91,-142v-40,-1,-69,21,-70,58v0,39,24,59,70,60r0,-118","w":146},"e":{"d":"67,-170v43,0,64,34,61,81v0,7,-1,10,-5,10r-99,0v-6,43,31,61,80,55v8,0,4,11,5,18v-3,10,-23,5,-34,5v-53,2,-79,-37,-75,-96v3,-45,23,-73,67,-73xm65,-150v-25,0,-44,20,-41,49r80,0v3,-28,-15,-49,-39,-49","w":153},"f":{"d":"0,-6v8,-97,-36,-245,82,-234v7,0,4,10,5,17v0,8,-13,5,-21,5v-26,0,-40,17,-42,52r52,0v7,0,5,9,5,16v0,3,-2,5,-5,5r-53,0r0,139v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5","w":104},"g":{"d":"-2,-88v0,-57,48,-82,112,-78v3,0,5,2,5,5v-6,91,29,226,-73,221v-7,0,-4,-10,-5,-17v0,-6,6,-5,12,-5v24,0,38,-15,42,-44v-54,2,-94,-30,-93,-82xm23,-87v0,37,28,59,69,57r0,-114v-46,0,-69,20,-69,57","w":147},"h":{"d":"23,-166v90,-10,96,71,91,160v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v1,-69,8,-149,-68,-138r0,138v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-229v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,69","w":145},"i":{"d":"18,-240v13,8,11,49,-13,39v-10,-5,-11,-49,13,-39xm23,-6v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-155v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,155"},"j":{"d":"22,-241v13,8,11,49,-13,39v-10,-5,-11,-49,13,-39xm-42,38v36,1,46,-12,46,-50r0,-149v0,-8,10,-6,18,-6v3,0,5,3,5,6r0,147v1,54,-17,76,-69,74v-7,0,-4,-10,-5,-17v0,-3,2,-5,5,-5","w":59},"k":{"d":"60,-91v31,12,52,42,50,85v0,8,-11,4,-18,5v-5,0,-5,-6,-5,-11v1,-38,-29,-63,-64,-66r0,72v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-229v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,134v34,-3,62,-25,62,-60v0,-8,12,-4,19,-5v3,0,5,2,5,5v-1,34,-21,60,-49,70","w":138},"l":{"d":"23,-6v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-230v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,230"},"m":{"d":"58,-150v-53,0,-30,90,-35,144v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v0,-70,-10,-164,58,-164v23,0,38,10,46,30v26,-55,103,-33,103,48r0,86v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v-4,-54,18,-144,-35,-144v-52,0,-29,90,-34,144v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v-5,-54,18,-144,-34,-144","w":239},"n":{"d":"62,-150v-56,0,-36,88,-39,144v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5v-1,-73,-10,-164,62,-164v72,0,63,91,62,164v0,7,-23,8,-24,0v-4,-56,18,-144,-38,-144","w":155},"o":{"d":"70,-170v50,0,70,39,70,95v0,46,-26,78,-70,78v-50,0,-70,-39,-70,-95v0,-46,26,-78,70,-78xm70,-17v39,0,47,-35,47,-80v0,-30,-19,-53,-47,-53v-38,0,-47,36,-47,80v0,29,19,53,47,53","w":170},"p":{"d":"5,-167v67,-3,112,23,113,83v2,52,-41,83,-95,82r0,57v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-216v0,-3,2,-6,5,-6xm23,-25v41,2,69,-23,70,-59v0,-39,-24,-59,-70,-60r0,119","w":149},"q":{"d":"0,-84v1,-60,47,-86,113,-83v3,0,5,3,5,6r0,216v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-57v-54,1,-96,-30,-95,-82xm26,-84v0,37,29,61,69,59r0,-119v-46,1,-69,21,-69,60","w":150},"r":{"d":"78,-144v-32,-1,-55,24,-55,56r0,82v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-155v0,-8,11,-4,18,-5v10,1,3,19,5,28v13,-19,32,-29,55,-29v8,0,4,12,5,19v0,3,-2,4,-5,4","w":106},"s":{"d":"22,-127v6,35,81,40,81,88v0,42,-49,39,-93,38v-7,0,-5,-9,-5,-16v11,-17,75,12,75,-26v0,-22,-89,-47,-80,-82v-2,-43,44,-43,89,-41v7,0,5,9,5,16v-12,16,-70,-11,-72,23","w":129},"t":{"d":"23,-145v-1,55,-7,123,47,122v7,0,4,10,5,17v0,5,-4,5,-9,5v-83,-1,-65,-117,-66,-202v0,-8,11,-4,18,-5v11,5,2,29,5,42v18,5,56,-14,52,16v-7,12,-36,2,-52,5","w":98},"u":{"d":"62,-17v55,0,34,-89,38,-144v0,-8,11,-4,18,-5v3,0,6,2,6,5v1,73,10,164,-62,164v-72,0,-63,-91,-62,-164v0,-8,11,-4,18,-5v3,0,5,2,5,5v4,56,-17,144,39,144","w":155},"v":{"d":"149,-163v-13,52,-39,99,-54,150v-6,21,-39,21,-46,0r-54,-150v4,-5,21,-5,26,2r51,144r52,-144v3,-7,19,-7,25,-2","w":174},"w":{"d":"149,-17v54,0,30,-91,35,-144v0,-8,11,-4,18,-5v3,0,5,2,5,5v0,70,11,164,-57,164v-23,0,-38,-10,-46,-30v-26,55,-104,32,-104,-48r0,-86v0,-8,11,-4,18,-5v3,0,5,2,5,5v5,54,-19,144,35,144v53,0,29,-91,34,-144v0,-8,11,-4,18,-5v3,0,5,2,5,5v5,54,-19,144,34,144","w":239},"x":{"d":"81,-88v-2,39,19,65,55,65v8,0,4,11,5,18v0,3,-2,5,-5,5v-29,0,-52,-13,-66,-39v-14,26,-36,39,-65,39v-8,0,-4,-11,-5,-18v0,-3,2,-5,5,-5v36,0,57,-26,55,-65v-2,-32,-23,-57,-55,-57v-8,1,-4,-11,-5,-17v0,-3,2,-6,5,-6v29,0,51,14,65,41v14,-27,37,-41,66,-41v7,1,4,12,5,19v0,3,-2,4,-5,4v-32,0,-53,25,-55,57","w":166},"y":{"d":"61,-18v53,0,37,-87,39,-143v0,-8,10,-6,18,-6v3,0,5,3,5,6r0,216v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-72v-38,44,-100,13,-100,-59r0,-85v0,-8,10,-6,18,-6v3,0,5,3,5,6v4,56,-18,143,38,143","w":155},"z":{"d":"93,-166v21,-1,25,19,14,33r-80,109r79,0v8,0,4,11,5,18v0,3,-2,5,-5,5r-90,0v-18,2,-21,-19,-12,-30r82,-112r-81,0v-8,0,-4,-11,-5,-18v0,-3,2,-5,5,-5r88,0","w":139},"{":{"d":"50,-79v-2,55,33,113,82,113v8,-1,6,9,6,16v0,5,-6,5,-11,5v-58,0,-103,-68,-100,-133v0,-13,-9,-24,-22,-24v-8,-2,-9,-32,0,-36v13,0,22,-13,22,-25v-1,-66,41,-135,105,-133v8,0,6,10,6,17v0,3,-3,4,-6,4v-49,-1,-84,59,-82,113v0,24,-11,38,-32,42v21,4,32,18,32,41","w":128},"|":{"d":"23,51v0,8,-11,4,-18,5v-3,0,-5,-2,-5,-5r0,-342v0,-8,11,-4,18,-5v3,0,5,2,5,5r0,342"},"}":{"d":"111,-163v0,13,8,25,21,25v10,0,10,32,0,36v-13,0,-21,10,-21,24v1,67,-41,136,-106,133v-7,0,-4,-10,-5,-17v0,-3,2,-4,5,-4v49,0,84,-59,83,-113v0,-23,10,-37,31,-41v-21,-4,-31,-18,-31,-42v1,-54,-34,-113,-83,-113v-8,1,-4,-10,-5,-16v0,-5,6,-5,11,-5v58,0,103,69,100,133","w":164},"~":{"d":"128,-208v13,-1,29,-8,41,-14v14,20,-23,33,-42,33v-37,0,-51,-27,-83,-32v-14,-3,-35,20,-44,10v-3,-27,34,-27,47,-28v32,-2,51,32,81,31","w":197},"\u00a0":{"w":77}}});

