/*
 * 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:
 * (c)1999 Ray Larabie - rlarabie@hotmail.com
 * 
 * Manufacturer:
 * Larabie Fonts
 * 
 * Designer:
 * Ray Larabie
 * 
 * Vendor URL:
 * http://www.larabiefonts.com
 */
Cufon.registerFont({"w":127,"face":{"font-family":"Port Credit","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 7 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"9","bbox":"-46 -297 357 98.0529","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":84},"!":{"d":"58,-265r-12,210r-17,0r-14,-200v20,16,29,16,43,-10xm37,-43v13,0,26,12,25,26v0,14,-11,26,-25,26v-13,1,-24,-12,-24,-25v0,-16,10,-27,24,-27","w":72},"\"":{"d":"76,-259v40,10,12,49,10,94v-13,-6,-6,-8,-18,1v-1,-32,-32,-87,8,-95xm35,-259v40,10,12,49,10,94v-13,-6,-6,-8,-18,1v-1,-32,-32,-87,8,-95","w":114,"k":{"z":101,"y":89,"x":100,"w":95,"v":93,"u":101,"s":100,"r":86,"q":100,"p":87,"o":100,"n":87,"m":86,"g":103,"e":100,"d":110,"c":101,"a":102,"A":96,"4":105}},"#":{"d":"116,-166r-21,0r-2,17r18,0r0,23r-21,0r-6,45r-22,0r6,-45r-15,0r-7,45r-21,0r6,-45r-19,0r0,-23r22,0r3,-17r-20,0r0,-23r23,0r6,-42r22,0r-6,42r14,0r6,-42r22,0r-6,42r18,0r0,23xm73,-166r-14,0r-3,17r15,0"},"$":{"d":"63,-225v19,11,47,20,48,47v1,24,-25,40,-48,43r0,11r-15,0r0,-10v-14,-1,-27,-7,-40,-17r18,-24v5,11,12,19,22,21r0,-48v-21,-12,-31,-25,-31,-37v0,-17,10,-27,31,-29r0,-12r15,0r0,11v12,0,23,4,32,11r-12,24v-9,-9,-10,-15,-23,-15v2,3,3,11,3,24xm48,-234r0,-13v-6,3,-5,9,0,13xm63,-155v26,-7,25,-31,0,-40r0,40"},"%":{"d":"44,-271v20,0,32,17,32,37v0,20,-14,37,-34,37v-19,0,-32,-18,-32,-37v0,-19,14,-37,34,-37xm111,-266r-71,153v-11,-2,-5,-1,-20,2r70,-154v12,2,6,2,21,-1xm91,-190v20,0,32,17,32,37v0,20,-14,37,-34,37v-19,0,-32,-18,-32,-37v0,-19,14,-37,34,-37xm53,-235v0,-13,-3,-21,-9,-21v-7,0,-11,9,-11,25v0,13,4,19,10,19v7,0,10,-7,10,-23xm100,-154v0,-14,-3,-21,-9,-21v-7,0,-10,8,-10,24v0,13,3,20,9,20v7,0,10,-7,10,-23","w":132},"&":{"d":"158,-36v0,9,6,24,16,23v7,0,16,-12,28,-36r0,48v-32,20,-55,4,-98,6v-52,2,-93,-25,-93,-74v0,-36,23,-63,50,-73v-19,-10,-29,-27,-29,-50v-1,-30,33,-52,64,-52v48,1,68,41,62,95r35,0v-3,7,-3,14,0,21r-35,0r0,92xm119,-178v5,-64,-50,-47,-50,-6v0,21,17,31,50,32r0,-26xm119,-128v-41,-2,-68,19,-68,57v-1,38,26,55,71,53v-7,-31,-1,-74,-3,-110","w":203},"'":{"d":"37,-259v17,-1,29,21,18,37v-7,12,-15,30,-26,57v-19,-11,-10,-48,-13,-72v0,-12,9,-22,21,-22","w":75,"k":{"z":63,"u":64,"t":12,"s":62,"g":75,"d":81,"c":63,"a":64,"C":69,"A":67,"8":65,"6":67,"0":64}},"(":{"d":"81,-251v-49,68,-47,209,0,278r0,32v-52,-61,-91,-167,-49,-263v12,-29,29,-56,49,-79r0,32","w":97},")":{"d":"12,-283v54,58,90,166,48,261v-13,29,-28,56,-48,81r0,-32v47,-71,50,-209,0,-278r0,-32","w":92},"*":{"d":"102,-181v8,29,2,17,18,37r-32,15r33,8v-14,20,-11,12,-18,37r-28,-21r12,34v-26,-6,-13,-7,-38,0r1,-36r-19,29v-8,-28,-3,-19,-18,-39r29,-17r-31,-5v16,-22,11,-11,19,-38r26,20r-10,-33v26,6,13,7,38,0r-3,35","w":133},"+":{"d":"119,-72r-38,0r0,43r-31,0r0,-43r-37,0r0,-33r37,0r0,-34r31,0r0,34r38,0r0,33","w":130},",":{"d":"39,-40v17,-1,29,21,18,37v-7,12,-15,31,-26,57v-17,-10,-13,-44,-13,-72v0,-12,9,-22,21,-22","w":74,"k":{"Y":69,"W":65,"V":67,"T":63,"9":71}},"-":{"d":"107,-60r-89,0r0,-33r89,0r0,33","w":124,"k":{"Y":65,"S":111,"7":33,"2":63}},"\u2010":{"d":"107,-60r-89,0r0,-33r89,0r0,33","w":124},".":{"d":"36,-43v15,0,25,11,24,26v0,14,-10,27,-24,27v-14,0,-24,-13,-24,-27v0,-14,9,-26,24,-26","w":73,"k":{"Y":71,"W":66,"V":68,"T":64,"3":76,"\"":31}},"\/":{"d":"126,-265r-98,306r-28,0r99,-306r27,0","w":122},"0":{"d":"93,-182v50,0,76,40,76,93v0,58,-26,99,-80,99v-51,0,-77,-37,-77,-91v0,-56,28,-101,81,-101xm94,-12v31,-1,38,-30,38,-70v0,-32,-16,-80,-43,-79v-34,2,-40,31,-40,75v0,37,14,74,45,74","w":182,"k":{"9":7,"4":23}},"1":{"d":"-5,-176v21,-13,51,-8,52,18r0,166v-17,-2,-19,-3,-37,0r-1,-170v0,0,-5,1,-14,2r0,-16","w":58,"k":{"T":66}},"2":{"d":"21,-143v26,-59,129,-53,129,22v0,29,-23,59,-68,93v19,0,44,-1,74,-4v-6,18,-7,19,-1,37r-162,0v49,-26,118,-73,118,-125v0,-58,-62,-48,-70,1","w":166},"3":{"d":"111,-11v1,-32,-10,-61,-38,-61v-10,0,-31,11,-62,32r82,-103r-75,0v4,-14,4,-25,0,-39r139,0r-68,88v37,-1,63,39,62,79v-1,64,-79,107,-138,66r9,-37v30,49,89,30,89,-25","w":165,"k":{"9":14}},"4":{"d":"116,-182v11,4,15,2,27,-1r0,255v-17,-2,-19,-3,-36,0r0,-67r-104,0xm108,-26r0,-99r-59,99r59,0","w":158},"5":{"d":"39,-86v48,-18,95,17,95,64v0,69,-81,111,-140,70r11,-41v13,23,29,35,48,35v25,0,41,-32,41,-59v0,-52,-56,-66,-80,-22r0,-143r112,0v-4,15,-4,21,0,36r-87,0r0,60","w":145},"6":{"d":"53,-123v38,-51,110,-12,110,50v0,44,-32,83,-74,83v-86,0,-92,-135,-54,-198v18,-30,41,-47,72,-50r1,21v-32,6,-50,53,-55,94xm90,-12v50,-2,43,-107,-3,-108v-48,3,-47,107,3,108","w":176},"7":{"d":"135,-182r-98,239v-19,-1,-17,-1,-33,0r89,-203r-81,0v4,-15,4,-21,0,-36r123,0","w":137},"8":{"d":"125,-71v20,10,37,35,38,62v1,43,-34,79,-76,79v-78,0,-100,-109,-37,-140v-53,-28,-19,-113,39,-107v63,-8,87,79,36,106xm89,-78v34,0,37,-78,0,-78v-37,1,-39,79,0,78xm87,49v23,1,37,-29,37,-55v0,-27,-11,-52,-35,-52v-49,-1,-51,105,-2,107","w":174},"9":{"d":"85,-182v85,0,92,135,54,197v-18,29,-42,48,-73,51r-1,-21v32,-7,51,-53,55,-94v-39,50,-110,12,-110,-50v0,-45,31,-83,75,-83xm86,-53v49,-2,46,-107,-3,-107v-49,2,-44,106,3,107","w":173,"k":{"8":9}},":":{"d":"36,-168v15,0,25,11,24,26v0,14,-9,26,-23,26v-13,0,-25,-12,-25,-26v0,-14,10,-26,24,-26xm36,-43v14,0,24,12,24,26v0,14,-9,26,-24,26v-14,0,-24,-12,-24,-26v0,-14,11,-26,24,-26","w":73,"k":{"Y":72,"T":68}},";":{"d":"38,-169v13,0,25,13,24,27v0,14,-10,26,-24,26v-13,1,-24,-13,-24,-26v0,-14,10,-27,24,-27xm39,-40v17,-1,29,21,18,37v-7,12,-15,31,-26,57v-17,-10,-13,-44,-13,-72v0,-12,9,-22,21,-22","w":75,"k":{"Y":72,"T":68}},"<":{"d":"121,-8r-107,-68r0,-24r107,-72r0,35r-73,49r73,45r0,35","w":140},"=":{"d":"120,-105r-106,0r0,-33r106,0r0,33xm120,-38r-106,0r0,-33r106,0r0,33","w":136},">":{"d":"118,-76r-108,68r0,-35r73,-45r-73,-49r0,-35r108,72r0,24"},"?":{"d":"10,-207v26,-59,129,-53,129,21v0,57,-67,59,-67,111r-30,0v2,-50,58,-67,58,-109v0,-27,-10,-40,-30,-40v-19,0,-32,14,-39,41xm61,-43v14,0,23,13,24,26v0,14,-10,27,-24,27v-13,0,-24,-13,-24,-27v0,-14,9,-26,24,-26","w":151},"@":{"d":"36,-120v0,60,88,89,115,31r21,0v-32,87,-157,60,-157,-31v0,-47,33,-88,79,-88v44,0,78,25,78,68v0,32,-25,73,-56,71v-9,0,-15,-4,-18,-12v-22,26,-56,1,-56,-27v0,-30,35,-75,67,-52v2,-9,21,-2,30,-4v-6,24,-5,24,-17,73v43,-12,29,-95,-23,-95v-36,0,-63,31,-63,66xm77,-91v14,1,33,-44,19,-56v-15,-1,-32,44,-19,56","w":183},"A":{"d":"218,10v-21,-6,-27,-9,-43,-1r-22,-63r-95,0r-22,62v-18,-5,-17,-4,-36,4r96,-255v13,2,9,3,22,0xm143,-77r-38,-106r-38,106r76,0","w":216,"k":{"y":48,"x":13,"w":48,"v":48,"u":10,"t":10,"q":23,"p":8,"o":23,"g":10,"e":20,"d":20,"c":18,"a":10,"Y":75,"W":54,"V":61,"U":20,"T":52,"S":13,"Q":28,"O":26,"G":23,"E":10,"C":28}},"B":{"d":"118,-142v27,10,50,37,50,73v0,70,-76,79,-153,74r0,-247v60,0,134,-9,132,50v0,23,-10,40,-29,50xm110,-184v1,-33,-23,-36,-56,-35r0,67v37,-1,56,-11,56,-32xm54,-18v43,1,74,-14,75,-53v0,-37,-34,-59,-75,-57r0,110","w":179,"k":{"a":12,"T":33,"A":13}},"C":{"d":"56,-118v3,53,29,106,79,105v24,0,45,-18,67,-55r2,46v-74,76,-190,9,-190,-94v0,-91,83,-158,175,-121r-18,30v-53,-48,-119,21,-115,89","w":216,"k":{"y":41,"o":13,"l":8,"h":5,"e":13,"a":10,"Y":33,"T":18,"O":23,"K":15,"G":28,"C":28,"5":68,"3":90}},"D":{"d":"100,-247v69,-2,116,57,116,127v0,90,-89,162,-171,117v-12,11,-27,9,-45,2r0,-17v14,1,17,7,17,-9r0,-220r83,0xm52,-34v52,56,122,-11,122,-84v0,-53,-29,-106,-78,-105r-44,0r0,189","w":220},"E":{"d":"131,-3v-46,25,-115,9,-115,-50r0,-189r119,0v-4,16,-4,13,0,29r-84,0r0,65r70,0v-3,8,-3,16,0,24r-70,0v4,48,-19,107,41,107v14,0,27,-11,39,-35r0,49","w":144,"k":{"3":74}},"F":{"d":"50,-124v-5,53,23,154,-53,123r0,-17v18,1,18,7,18,-9r0,-215r119,0v-4,16,-4,13,0,29r-84,0r0,65r70,0v-3,8,-3,16,0,24r-70,0","w":148,"k":{"u":15,"r":23,"o":29,"e":30,"a":36,"O":23,"A":61,"7":77,"4":78,"3":82}},"G":{"d":"201,49v-9,-68,69,-58,69,-11v0,24,-19,39,-42,39v-43,0,-64,-31,-64,-77v-79,39,-156,-32,-156,-116v0,-92,83,-157,175,-121r-19,31v-53,-48,-122,21,-114,88v-9,71,76,148,114,76v-2,-37,12,-88,-32,-84v-8,0,-17,13,-29,37r0,-51v45,-24,96,-8,96,51r0,115v-5,36,43,44,42,9v0,-12,-9,-17,-23,-16v-3,1,-12,17,-17,30","w":213,"k":{"y":20,"j":-58,"e":8,"a":13,"T":28}},"H":{"d":"68,-1v-24,12,-51,6,-52,-20r0,-221r35,0r0,77r90,0r0,-77r35,0r2,226v0,0,5,-1,15,-2r0,17v-24,12,-52,7,-52,-20r0,-116r-90,0v2,39,-4,86,2,121v0,0,5,-1,15,-2r0,17","w":191},"I":{"d":"67,-1v-24,12,-52,7,-52,-20r0,-221r35,0r2,226v0,0,5,-1,15,-2r0,17","w":65},"J":{"d":"15,-218v1,-26,29,-32,53,-20r0,17v-18,-3,-17,-5,-17,9r0,201v4,60,-52,74,-97,50r0,-50v9,19,15,36,30,36v24,0,31,-8,31,-32r0,-211","w":65},"K":{"d":"169,-243r-107,109v46,8,64,65,75,101v6,9,16,16,31,23r-19,17v-55,-9,-50,-99,-94,-118r0,119v-19,-7,-21,-7,-38,1r0,-251r38,0r0,75r71,-72v24,4,11,2,43,-4","w":169,"k":{"y":46,"w":26,"v":24,"u":18,"o":23,"e":26,"O":31}},"L":{"d":"-1,-238v24,-12,51,-6,52,20r0,195r85,0v-5,16,-5,12,0,28r-120,0r-2,-228v0,0,-5,1,-15,2r0,-17","w":150,"k":{"i":12,"e":20,"a":16,"Y":74,"W":67,"V":74,"T":69,"O":36,"N":10,"C":43,"9":71,"5":71,"3":86}},"M":{"d":"270,8v-20,-5,-20,-8,-36,1r-16,-179r-82,206r-77,-202r-15,174v-18,-6,-18,-7,-35,1r32,-253v10,4,8,4,19,1r76,191r78,-192v11,4,8,4,20,0","w":269,"k":{"Y":28}},"N":{"d":"202,33r-158,-209r0,190v-17,-14,-11,-15,-28,0r0,-279r158,199r0,-180v17,9,12,10,28,-2r0,281","w":218},"O":{"d":"134,-248v70,0,122,55,121,125v-1,79,-47,133,-124,135v-71,1,-120,-57,-120,-131v0,-73,51,-129,123,-129xm130,-11v101,-1,120,-216,4,-215v-102,1,-114,216,-4,215","w":261,"k":{"X":28,"W":18,"V":23,"O":-14,"A":15}},"P":{"d":"12,-242v64,-3,135,-3,132,57v-3,47,-41,74,-93,71r0,122v-19,-7,-21,-7,-39,1r0,-251xm51,-138v31,1,56,-12,56,-39v0,-35,-20,-43,-56,-42r0,81","w":153,"k":{"s":21,"q":33,"o":33,"e":33,"d":33,"c":33,"a":21,"S":18,"O":5,"A":44,"4":74}},"Q":{"d":"132,-248v70,0,121,54,121,125v0,52,-19,90,-56,115v12,29,17,47,52,48r-23,20v-22,0,-40,-19,-54,-56v-88,32,-163,-35,-163,-123v0,-73,51,-129,123,-129xm132,-226v-103,3,-114,217,-3,215v12,0,22,-3,33,-10v-16,-33,-17,-49,-44,-37r7,-18v28,-7,41,8,58,36v49,-54,38,-188,-51,-186","w":255},"R":{"d":"14,-242v64,-3,133,-3,132,57v0,37,-19,60,-56,67v42,20,24,95,76,108r-20,17v-55,-9,-49,-100,-94,-118r0,119v-19,-7,-21,-7,-38,1r0,-251xm52,-138v31,1,56,-11,56,-39v0,-36,-20,-43,-56,-42r0,81","w":170,"k":{"q":26,"o":26,"e":26,"d":26,"c":26,"O":23}},"S":{"d":"55,-205v4,44,103,64,93,129v5,71,-94,117,-137,55r20,-39v5,18,21,40,39,41v36,0,56,-53,30,-79v-24,-24,-87,-70,-79,-101v-2,-59,70,-71,103,-38r-13,40v-11,-19,-15,-28,-36,-30v-12,0,-20,10,-20,22","w":158,"k":{"a":12,"A":15}},"T":{"d":"123,-1v-24,12,-52,7,-52,-20r0,-192r-65,0v5,-16,5,-13,0,-29r165,0v-4,16,-4,13,0,29r-66,0r0,194v3,6,4,1,18,1r0,17","w":176,"k":{"z":46,"y":46,"x":46,"w":46,"v":46,"u":46,"t":8,"s":46,"r":46,"q":46,"p":46,"o":46,"n":46,"m":46,"l":8,"k":8,"j":8,"i":8,"h":8,"g":46,"f":8,"e":46,"d":46,"c":46,"b":8,"a":46,"A":36}},"U":{"d":"113,-15v84,0,63,-120,63,-203v0,-29,24,-31,46,-20r0,17v-16,-2,-17,-5,-17,9r0,117v0,64,-33,106,-97,106v-63,0,-95,-34,-95,-102r0,-128v-2,-9,-12,-2,-18,-2r0,-17v23,-10,56,-9,56,20v0,83,-24,203,62,203","w":218,"k":{"M":10}},"V":{"d":"221,-247r-95,255v-11,-6,-12,-7,-23,0r-99,-254v20,6,27,11,43,2r69,192r70,-192v18,7,16,5,35,-3","w":217,"k":{"y":13,"u":8,"r":8,"q":25,"o":25,"i":-7,"g":25,"e":25,"d":25,"c":25,"a":25,"O":26,"A":50}},"W":{"d":"357,-247r-85,256v-11,-8,-9,-8,-21,-1r-70,-191r-64,191v-14,-6,-8,-7,-22,0r-92,-254v21,7,27,11,44,2r61,190r63,-184v12,6,14,5,25,-1r67,185r58,-190v17,6,18,5,36,-3","w":352,"k":{"q":25,"o":25,"g":25,"e":25,"d":25,"c":25,"a":25,"O":20,"A":41}},"X":{"d":"192,8v-22,-2,-27,-3,-47,-1v-14,-32,-31,-65,-51,-101v-21,36,-39,70,-54,101v-17,-2,-16,-2,-36,1r77,-127v-13,-25,-37,-66,-71,-124v23,2,25,3,47,1r46,88r50,-89v16,3,15,2,37,0v-15,20,-39,57,-74,113","w":196},"Y":{"d":"111,-126v18,-33,39,-79,56,-117v17,3,18,2,40,0v-4,3,-82,136,-80,142r0,108v-19,-2,-21,-1,-38,1r0,-101r-81,-150v23,2,28,3,47,1","w":207,"k":{"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"q":51,"p":31,"o":51,"n":31,"m":31,"g":31,"e":51,"d":51,"c":51,"a":31,"A":49}},"Z":{"d":"196,-242r-127,219r119,0v-5,16,-5,12,0,28r-186,0r124,-218r-101,0v4,-16,4,-13,0,-29r171,0","w":197,"k":{"O":31}},"[":{"d":"73,45r-60,0r0,-310r60,0r0,21r-31,0r0,269r31,0r0,20","w":83},"\\":{"d":"161,8v-17,-3,-16,-4,-31,-2r-122,-271r32,0","w":171,"k":{"Y":67,"W":66,"V":73}},"]":{"d":"71,45r-60,0r0,-20r31,0r0,-269r-31,0r0,-21r60,0r0,310","w":83},"^":{"d":"159,-131r-33,0r-44,-47r-44,47r-33,0r66,-71r22,0","w":165},"_":{"d":"172,61r-167,0r0,-24r167,0r0,24","w":177},"`":{"d":"118,-239r-21,0r-47,-58v29,11,28,13,53,6","w":224},"a":{"d":"90,-119v1,-7,-6,-17,-14,-17v-12,0,-22,14,-30,42r-11,-49v45,-27,92,-15,92,43v0,28,-3,61,2,85v1,0,7,-1,14,-2r0,16v-19,9,-39,9,-47,-8v-27,28,-88,22,-84,-26v3,-37,23,-47,58,-65v13,-7,20,-13,20,-19xm45,-39v1,30,37,32,49,6r0,-56v-11,14,-49,26,-49,50","w":140,"k":{"y":13}},"b":{"d":"46,-139v42,-45,113,1,107,60v7,63,-65,119,-110,68v-8,19,-26,19,-46,10r0,-16v13,1,16,7,16,-7r0,-218v15,1,18,2,33,0r0,103xm80,-12v30,-2,36,-30,37,-66v0,-25,-11,-60,-33,-57v-29,3,-37,31,-38,70v0,24,12,55,34,53","w":163,"k":{"y":18,"r":5,"i":6,"e":10}},"c":{"d":"47,-76v0,32,17,65,47,63v8,0,21,-7,38,-24r8,27v-54,46,-129,3,-129,-65v0,-64,72,-107,123,-66r-12,38v-19,-47,-75,-40,-75,27","w":149,"k":{"u":8,"q":17,"o":13,"e":18,"a":12}},"d":{"d":"13,-79v-6,-58,64,-105,106,-60r0,-103v15,1,19,2,34,0r1,227v1,0,6,-1,14,-2r0,16v-20,9,-38,9,-46,-10v-43,45,-118,11,-109,-68xm79,-12v30,-2,36,-30,37,-66v1,-26,-11,-60,-34,-57v-28,4,-36,31,-37,70v-1,25,11,55,34,53","w":164},"e":{"d":"53,-45v12,44,59,33,87,0r-1,32v-51,50,-128,8,-128,-60v0,-43,28,-85,70,-85v44,0,72,55,31,77v-1,1,-15,6,-39,17v-14,6,-20,12,-20,19xm46,-74v10,-20,49,-17,55,-41v0,-12,-6,-23,-17,-23v-26,0,-43,34,-38,64","w":147,"k":{"y":18,"w":10,"v":8,"r":-3,"g":10,"e":18,"d":10,"c":10,"a":13,"?":23}},"f":{"d":"45,-19v-1,24,-27,30,-49,18r0,-16v12,0,14,5,17,0r-1,-168v-4,-56,49,-69,89,-46r0,48v-11,-23,-21,-35,-28,-35v-35,-3,-27,31,-28,62r39,0v-3,8,-3,15,0,23r-39,0r0,114","w":95,"k":{"y":18,"u":10,"t":13,"s":18,"r":15,"q":36,"o":36,"n":15,"m":15,"i":-6,"g":31,"f":-1,"e":31,"d":28,"c":23,"a":33}},"g":{"d":"126,-44v20,0,30,23,30,44v1,46,-36,77,-81,77v-24,1,-45,-16,-44,-39v1,-38,53,-52,78,-20v4,6,13,15,24,31v-26,-21,-43,-31,-50,-31v-28,-3,-28,38,-4,39v27,1,45,-19,45,-46v-3,-69,-108,43,-110,-41v0,-18,7,-29,22,-32v-32,-32,-16,-103,43,-95v17,-8,-3,-44,20,-44v26,0,17,34,1,47v24,7,37,26,37,56v0,35,-33,55,-71,52v-22,-1,-31,19,-12,22v15,2,56,-20,72,-20xm78,-64v34,0,36,-76,1,-75v-18,-1,-27,19,-27,39v0,18,10,36,26,36","w":162,"k":{"u":6,"o":16,"g":12,"e":13}},"h":{"d":"45,-108v-3,49,18,137,-49,107r0,-16v12,0,15,5,17,0r-1,-225v14,2,20,2,33,0r0,90v38,-15,77,3,77,52v0,27,-4,62,2,85v0,0,5,-1,14,-2r0,16v-22,12,-45,5,-48,-18v-5,-41,20,-116,-29,-114v-9,0,-16,16,-16,25","w":134},"i":{"d":"27,-225v11,0,20,10,20,21v0,11,-9,21,-20,21v-11,0,-19,-9,-19,-21v0,-12,8,-21,19,-21xm60,-1v-21,10,-50,10,-49,-18r0,-137v17,2,16,1,33,0r1,141v0,0,6,-1,15,-2r0,16","w":56,"k":{"c":4}},"j":{"d":"27,-225v11,0,19,9,19,21v0,12,-8,21,-19,21v-11,0,-20,-10,-20,-21v0,-11,9,-21,20,-21xm45,74v1,26,-28,29,-49,18r0,-16v12,0,14,5,16,0r0,-232v17,2,16,1,33,0r0,230","w":58},"k":{"d":"45,-64v0,32,6,70,-25,69v-6,0,-15,-2,-24,-6r0,-16v12,0,14,5,17,0r-1,-225v15,2,18,2,33,0r0,135v16,-15,38,-34,50,-50v12,6,15,4,29,-1r0,12r-62,60v41,13,30,67,73,81r-17,12v-41,-2,-42,-54,-73,-71","w":136,"k":{"e":26}},"l":{"d":"60,-1v-22,12,-47,5,-48,-18r0,-223v13,1,18,2,32,0r2,227v0,0,5,-1,14,-2r0,16","w":56},"m":{"d":"45,-108v-2,49,17,136,-49,107r0,-16v11,0,14,5,16,0r0,-139v14,2,19,1,33,0r0,4v20,-10,56,-5,66,13v28,-35,88,-18,88,39v0,27,-4,62,2,85v1,0,5,-1,14,-2r0,16v-22,12,-49,5,-49,-18r0,-85v0,-22,-6,-29,-28,-29v-9,0,-16,16,-16,25r0,118v-15,-9,-17,-9,-33,-1r0,-113v0,-23,-6,-29,-29,-29v-9,0,-15,16,-15,25","w":211},"n":{"d":"46,-108v-3,49,18,137,-48,107r0,-16v12,0,13,5,16,0v-3,-44,0,-93,-1,-139v14,2,19,2,33,0r0,4v38,-15,78,3,78,52v0,27,-4,61,1,85v0,0,5,-1,14,-2r0,16v-22,12,-45,5,-48,-18v-5,-42,21,-116,-29,-114v-9,0,-16,16,-16,25","w":135,"k":{"e":5,"'":20}},"o":{"d":"86,-157v44,0,73,37,73,82v0,47,-31,84,-77,84v-43,0,-72,-35,-72,-80v0,-47,30,-86,76,-86xm82,-12v57,0,53,-123,4,-126v-29,5,-40,29,-40,67v-1,28,11,60,36,59","w":168,"k":{"y":13,"x":23,"w":18,"v":15,"u":5,"o":-16,"g":10,"a":10,"'":10}},"p":{"d":"43,-138v44,-51,116,6,110,68v6,59,-66,107,-107,60v-1,49,15,131,-49,102r0,-16v15,1,16,5,16,-8r-2,-202v-1,0,-5,2,-14,3r0,-17v21,-9,38,-9,46,10xm80,-14v30,-3,37,-32,38,-70v0,-24,-12,-55,-34,-53v-30,2,-38,30,-38,66v0,24,11,59,34,57","w":167,"k":{"y":20,"x":26,"w":20,"v":15,"s":15,"o":6,"g":18,"a":15}},"q":{"d":"10,-70v-7,-63,65,-119,110,-68v8,-19,26,-19,46,-10r0,17v-12,0,-14,-7,-16,0r2,208v1,0,5,0,14,-1r0,16v-22,12,-49,5,-49,-19r0,-83v-41,46,-113,0,-107,-60xm80,-14v48,-1,52,-123,3,-123v-30,0,-36,30,-37,66v-1,26,11,58,34,57","w":162,"k":{"J":-64}},"r":{"d":"72,-134v-67,11,21,169,-75,133r0,-16v12,0,14,5,16,0v-3,-45,0,-95,-1,-142v19,6,17,7,34,-1r0,12v18,-13,36,-11,54,2r0,46v-9,-18,-14,-31,-28,-34","w":111,"k":{"z":8,"y":8,"w":8,"t":11,"s":10,"q":20,"o":26,"g":20,"e":23,"d":26,"c":23,"a":36}},"s":{"d":"27,-77v-29,-26,-13,-80,30,-80v10,0,22,3,34,9r-14,32v-7,-14,-14,-20,-21,-20v-26,1,-14,27,1,35v20,12,44,24,44,56v0,46,-51,68,-92,45r12,-40v10,19,19,28,30,28v24,-1,28,-35,5,-46v-19,-9,-27,-17,-29,-19","w":111,"k":{"y":15,"t":8}},"t":{"d":"-3,-200v33,-18,56,6,49,44r35,0v-3,8,-3,15,0,23r-35,0r0,89v0,20,6,30,17,30v7,0,15,-12,27,-36r0,48v-42,23,-77,11,-77,-47r-1,-136v-1,0,-6,1,-15,2r0,-17","w":100,"k":{"z":10,"y":15,"x":10,"w":18,"v":15,"u":10,"t":13,"s":8,"q":15,"o":13,"i":8,"g":8,"e":23,"d":15,"c":13,"a":13,"'":13}},"u":{"d":"45,-61v-6,56,58,58,58,8r0,-105v19,6,16,8,33,-1v2,47,-4,101,2,144v1,0,5,-1,14,-2r0,16v-17,8,-38,9,-46,-6v-34,35,-94,9,-94,-46r0,-105v17,7,15,6,33,0r0,97","w":148},"v":{"d":"148,-157r-63,165v-11,-5,-9,-3,-23,-1r-62,-165v20,5,22,8,37,1r40,113r41,-112v19,3,7,2,30,-1","w":146,"k":{"z":8,"s":8,"o":13,"g":15,"e":15,"c":15,"a":23}},"w":{"d":"246,-157r-57,166v-12,-5,-5,-4,-21,-2r-43,-117r-41,119v-12,-5,-5,-4,-21,-2r-61,-165v20,5,21,8,37,1r39,112r37,-113v13,7,16,7,29,0r39,113r37,-111v14,4,14,0,26,-1","w":243,"k":{"q":13,"o":10,"g":18,"e":10,"d":15,"c":15,"a":18}},"x":{"d":"161,11v-27,-7,-25,-10,-45,-3r-39,-62r-38,62v-18,-8,-12,-3,-38,5r63,-86r-57,-85v24,5,24,7,43,2r35,55r37,-55v21,3,6,2,35,-2r-59,76","w":162,"k":{"o":20}},"y":{"d":"28,35v0,11,6,23,16,23v28,3,29,-40,20,-63r-56,-153v20,5,21,8,37,1r39,113r42,-112v16,3,10,2,30,-1r-57,151v9,46,-14,84,-58,83v-23,0,-42,-15,-42,-39v0,-23,18,-38,41,-38v19,0,28,16,28,48v-5,-10,-11,-30,-22,-30v-12,0,-18,6,-18,17","w":158,"k":{"s":10,"o":18,"g":20,"e":18,"d":18,"c":23,"a":29}},"z":{"d":"138,5r-130,0r77,-137r-71,0v6,-13,5,-8,1,-22r121,0r-75,137r76,0v-4,14,-4,9,1,22","w":147,"k":{"y":5}},"{":{"d":"14,-108v56,-10,18,-92,40,-133v9,-17,43,-24,97,-24v-48,14,-71,15,-71,55v0,36,7,89,-17,101v40,18,-7,131,39,144v-1,4,2,12,-5,10v-96,12,-6,-139,-83,-153","w":111},"|":{"d":"48,5r-30,0r0,-270r30,0r0,270","w":63},"}":{"d":"80,-203v0,45,-14,87,33,95v-60,5,-18,87,-40,129v-9,18,-40,25,-88,25v41,-15,61,-17,61,-54v0,-37,-7,-87,17,-101v-24,-12,-17,-63,-17,-99v0,-39,-19,-42,-61,-57v66,4,96,6,95,62","w":110},"~":{"d":"62,-247v-11,18,-32,21,-63,19v8,-8,19,-27,36,-16v4,-6,18,-2,27,-3","w":58},"\u00a0":{"w":84}}});

