/* Copyright (c) 2009 Simo Kinnunen. Licensed under the MIT license. */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(d){var c=document.createElement("style"),b,a;c.type="text/css";c.media=d;b=F("head")[0];b.insertBefore(c,b.firstChild);a=!!(c.sheet||c.styleSheet);b.removeChild(c);return a}),supports:function(c,b){var a=document.createElement("span").style;if(a[c]===undefined){return false}a[c]=b;return a[c]===b},textAlign:function(d,c,a,b){if(c.get("textAlign")=="right"){if(a>0){d=" "+d}}else{if(a<b-1){d+=" "}}return d},textDecoration:function(f,e){if(!e){e=this.getStyle(f)}var b={underline:null,overline:null,"line-through":null};for(var a=f;a.parentNode&&a.parentNode.nodeType==1;){var d=true;for(var c in b){if(!J(b,c)||b[c]){continue}if(e.get("textDecoration").indexOf(c)!=-1){b[c]=e.get("color")}d=false}if(d){break}e=this.getStyle(a=a.parentNode)}return b},textShadow:I(function(e){if(e=="none"){return null}var d=[],f={},a,b=0;var c=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(a=c.exec(e)){if(a[0]==","){d.push(f);f={},b=0}else{if(a[1]){f.color=a[1]}else{f[["offX","offY","blur"][b++]]=a[2]}}}d.push(f);return d}),textTransform:function(b,a){return b[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[a.get("textTransform")]||"toString"]()},whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};return function(d,b,c){if(a[b.get("display")]){return d}if(!c.previousSibling){d=d.replace(/^\s+/,"")}if(!c.nextSibling){d=d.replace(/\s+$/,"")}return d}})()};M.ready=(function(){var c=!M.recognizesMedia("all"),b=false;var a=[],e=function(){c=true;for(var h;h=a.shift();h()){}};var f=F("link"),g={stylesheet:1};function d(){var j,h,k;for(h=0;k=f[h];++h){if(k.disabled||!g[k.rel.toLowerCase()]||!M.recognizesMedia(k.media||"screen")){continue}j=k.sheet||k.styleSheet;if(!j||j.disabled){return false}}return true}W.ready(function(){if(!b){b=M.getStyle(document.body).isUsable()}if(c||(b&&d())){e()}else{setTimeout(arguments.callee,10)}});return function(h){if(c){h()}else{a.push(h)}}})();function R(b){var a=this.face=b.face;this.glyphs=b.glyphs;this.w=b.w;this.baseSize=parseInt(a["units-per-em"],10);this.family=a["font-family"].toLowerCase();this.weight=a["font-weight"];this.style=a["font-style"]||"normal";this.viewBox=(function(){var d=a.bbox.split(/\s+/);var c={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[3],10)};c.width=c.maxX-c.minX,c.height=c.maxY-c.minY;c.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return c})();this.ascent=-parseInt(a.ascent,10);this.descent=-parseInt(a.descent,10);this.height=-this.ascent+this.descent}function E(){var b={},a={oblique:"italic",italic:"oblique"};this.add=function(c){(b[c.style]||(b[c.style]={}))[c.weight]=c};this.get=function(g,h){var f=b[g]||b[a[g]]||b.normal||b.italic||b.oblique;if(!f){return null}h={normal:400,bold:700}[h]||parseInt(h,10);if(f[h]){return f[h]}var d={1:1,99:0}[h%100],j=[],e,c;if(d===undefined){d=h>400}if(h==500){h=400}for(var i in f){if(!J(f,i)){continue}i=parseInt(i,10);if(!e||i<e){e=i}if(!c||i>c){c=i}j.push(i)}if(h<e){h=e}if(h>c){h=c}j.sort(function(l,k){return(d?(l>h&&k>h)?l<k:l>k:(l<h&&k<h)?l>k:l<k)?-1:1});return f[j[0]]}}function Q(){function c(e,f){if(e.contains){return e.contains(f)}return e.compareDocumentPosition(f)&16}function a(g){var f=g.relatedTarget;if(!f||c(this,f)){return}b(this)}function d(f){b(this)}function b(e){setTimeout(function(){L.replace(e,D.get(e).options,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){P(e,"mouseover",a);P(e,"mouseout",a)}else{P(e,"mouseenter",d);P(e,"mouseleave",d)}}}function T(){var b=[],c={};function a(g){var d=[],f;for(var e=0;f=g[e];++e){d[e]=b[c[f]]}return d}this.add=function(e,d){c[e]=b.push(d)-1};this.repeat=function(){var d=arguments.length?a(arguments):b,e;for(var f=0;e=d[f++];){L.replace(e[0],e[1],true)}}}function Z(){var c={},a=0;function b(d){return d.cufid||(d.cufid=++a)}this.get=function(d){var e=b(d);return c[e]||(c[e]={})}}function A(a){var c={},b={};this.extend=function(d){for(var e in d){if(J(d,e)){c[e]=d[e]}}return this};this.get=function(d){return c[d]!=undefined?c[d]:a[d]};this.getSize=function(e,d){return b[e]||(b[e]=new M.Size(this.get(e),d))};this.isUsable=function(){return !!a}}function P(b,a,c){if(b.addEventListener){b.addEventListener(a,c,false)}else{if(b.attachEvent){b.attachEvent("on"+a,function(){return c.call(b,window.event)})}}}function U(b,a){var c=D.get(b);if(c.options){return b}if(a.hover&&a.hoverables[b.nodeName.toLowerCase()]){B.attach(b)}c.options=a;return b}function I(a){var b={};return function(c){if(!J(b,c)){b[c]=a.apply(null,arguments)}return b[c]}}function C(f,e){if(!e){e=M.getStyle(f)}var b=M.quotedList(e.get("fontFamily").toLowerCase()),d;for(var c=0,a=b.length;c<a;++c){d=b[c];if(H[d]){return H[d].get(e.get("fontStyle"),e.get("fontWeight"))}}return null}function F(a){return document.getElementsByTagName(a)}function J(b,a){return b.hasOwnProperty(a)}function G(){var a={},c,e;for(var d=0,b=arguments.length;c=arguments[d],d<b;++d){for(e in c){if(J(c,e)){a[e]=c[e]}}}return a}function N(d,n,b,o,e,c){var m=o.separate;if(m=="none"){return Y[o.engine].apply(null,arguments)}var k=document.createDocumentFragment(),g;var h=n.split(O[m]),a=(m=="words");if(a&&S){if(/^\s/.test(n)){h.unshift("")}if(/\s$/.test(n)){h.push("")}}for(var j=0,f=h.length;j<f;++j){g=Y[o.engine](d,a?M.textAlign(h[j],b,j,f):h[j],b,o,e,c,j<f-1);if(g){k.appendChild(g)}}return k}function K(b,j){var c,a,d,g,f,i;for(d=U(b,j).firstChild;d;d=f){g=d.nodeType;f=d.nextSibling;i=false;if(g==1){if(!d.firstChild){continue}if(!/cufon/.test(d.className)){arguments.callee(d,j);continue}else{i=true}}else{if(g!=3){continue}}if(!a){a=M.getStyle(b).extend(j)}if(!c){c=C(b,a)}if(!c){continue}if(i){Y[j.engine](c,null,a,j,d,b);continue}var h=M.whiteSpace(d.data,a,d);if(h===""){continue}var e=N(c,h,a,j,d,b);if(e){d.parentNode.replaceChild(e,d)}else{d.parentNode.removeChild(d)}}}var S=" ".split(/\s+/).length==0;var D=new Z();var B=new Q();var X=new T();var Y={},H={},V={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());
/* The following copyright notice may not be removed under any circumstances.
 * Copyright: ITC Franklin Gothic is a trademark of The International Typeface Corporation which may be registered in certain jurisdictions. Portions copyright Microsoft Corporation.  All rights reserved.
 * Trademark: ITC Franklin Gothic is a trademark of The International Typeface Corporation which may be registered in certain jurisdicions.
 * Manufacturer: International Typeface Corporation * Designer: Victor Caruso -- Font Bureau * Vendor URL: http://www.itcfonts.com * License information:http://www.itcfonts.com/itc/licensing.html */
Cufon.registerFont({"w":337,"face":{"font-family":"FranklinMC","font-weight":400,"font-stretch":"condensed","units-per-em":"660","panose-1":"2 11 6 6 3 4 2 2 2 4","ascent":"528","descent":"-132","x-height":"8","bbox":"-21 -480 460 120","underline-thickness":"32.8711","underline-position":"-33.1934","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":123},"!":{"d":"68,-440r89,0r-22,321r-44,0xm76,-81r73,0r0,81r-73,0r0,-81","w":224},"\"":{"d":"84,-440r68,0r-11,181r-46,0xm185,-440r68,0r-10,181r-47,0"},"#":{"d":"121,-440r47,0r-21,128r73,0r21,-128r47,0r-21,128r64,0r-7,45r-64,0r-15,85r64,0r-7,45r-64,0r-23,137r-48,0r23,-137r-73,0r-23,137r-47,0r23,-137r-64,0r8,-45r63,0r15,-85r-64,0r7,-45r64,0xm139,-267r-14,85r73,0r14,-85r-73,0"},"$":{"d":"46,-316v0,-61,41,-110,104,-116r0,-43r41,0r0,43v56,6,91,35,107,89r-52,22v-13,-36,-22,-49,-57,-59r0,121v73,21,118,46,118,123v0,70,-46,119,-116,124r0,56r-41,0r0,-56v-64,-7,-103,-43,-120,-107r58,-19v9,41,30,65,64,71r0,-131v-71,-20,-106,-59,-106,-118xm152,-379v-58,11,-59,97,0,109r0,-109xm189,-66v37,-6,56,-26,56,-61v0,-32,-19,-52,-56,-61r0,122"},"%":{"d":"115,-444v58,0,86,48,86,114v0,64,-29,114,-86,114v-57,0,-87,-49,-87,-114v0,-64,29,-114,87,-114xm150,-330v0,-49,-12,-73,-35,-73v-24,0,-36,24,-36,73v0,49,12,73,35,73v24,0,36,-24,36,-73xm311,-440r43,0r-214,440r-44,0xm335,-224v57,0,87,50,87,114v0,64,-29,114,-87,114v-57,0,-87,-50,-87,-114v0,-65,29,-114,87,-114xm370,-110v0,-49,-11,-73,-35,-73v-23,0,-35,25,-35,75v0,48,12,71,35,71v24,0,35,-24,35,-73","w":449},"&":{"d":"200,-448v59,0,100,39,99,95v0,46,-27,85,-80,115r75,108v17,-27,30,-66,39,-116r54,12v-11,59,-30,109,-59,150v24,26,33,35,66,27r0,57v-50,15,-77,1,-110,-37v-34,30,-72,45,-113,45v-80,0,-132,-54,-132,-129v0,-57,32,-101,96,-131v-26,-40,-39,-73,-39,-101v0,-52,47,-95,104,-95xm201,-399v-60,0,-46,76,-11,121v34,-20,51,-45,51,-75v0,-26,-15,-46,-40,-46xm109,-125v0,81,100,103,143,44r-89,-130v-36,22,-54,51,-54,86","w":416},"'":{"d":"79,-440r67,0r-10,181r-47,0","w":224},"(":{"d":"119,-440r53,0v-100,162,-100,389,0,550r-53,0v-118,-165,-119,-387,0,-550","w":168},")":{"d":"50,110r-54,0v101,-162,101,-388,0,-550r54,0v118,162,119,388,0,550","w":168},"*":{"d":"144,-440r49,0r-7,87r72,-48r23,44r-76,34r76,34r-23,44r-72,-48r7,87r-49,0r7,-87r-71,48r-23,-44r76,-34r-76,-34r23,-44r71,48"},"+":{"d":"197,-247r106,0r0,54r-106,0r0,108r-56,0r0,-108r-107,0r0,-54r107,0r0,-108r56,0r0,108"},",":{"d":"45,-83r74,0r0,79r-48,97r-32,0r40,-93r-34,0r0,-83","w":157,"k":{"1":30}},"-":{"d":"26,-192r139,0r0,54r-139,0r0,-54","w":191,"k":{"Y":16,"V":4,"T":13,"A":-7}},".":{"d":"42,-83r73,0r0,83r-73,0r0,-83","w":157,"k":{"1":32}},"\/":{"d":"233,-440r50,0r-243,550r-50,0","w":314},"0":{"d":"25,-215v0,-138,29,-233,144,-233v96,0,143,75,143,223v0,138,-28,233,-143,233v-96,0,-144,-75,-144,-223xm220,-85v20,-43,19,-227,0,-270v-23,-50,-78,-50,-102,-1v-21,41,-21,239,1,275v27,46,79,45,101,-4","k":{"7":20,"4":-3,"1":24}},"1":{"d":"171,-445r53,0r0,391r72,0r0,54r-219,0r0,-54r76,0r0,-301v-20,24,-46,44,-78,62r0,-68v38,-21,70,-49,96,-84","k":{"9":15,"8":11,"7":47,"6":28,"5":15,"4":26,"3":9,"2":4,"1":32,"0":22,".":12,",":16}},"2":{"d":"220,-314v1,-40,-22,-75,-61,-74v-40,0,-64,30,-72,89r-65,-14v14,-79,57,-133,141,-135v80,-2,136,53,132,130v-7,126,-102,178,-196,254r199,0r-3,64r-273,0r0,-63v85,-73,139,-127,163,-161v24,-34,35,-63,35,-90","k":{"7":21,"4":19,"1":30}},"3":{"d":"216,-323v0,-41,-21,-69,-61,-69v-35,0,-58,21,-69,65r-61,-14v20,-71,65,-107,135,-107v76,0,130,42,129,118v0,46,-22,80,-68,99v54,15,81,51,81,108v0,121,-151,165,-239,103v-26,-19,-43,-49,-50,-90r62,-15v11,50,37,75,79,75v43,0,71,-30,71,-78v0,-60,-46,-79,-117,-73r0,-54v66,4,108,-8,108,-68","k":{"7":23,"1":34}},"4":{"d":"179,-448r83,0r0,287r55,0r0,56r-55,0r0,105r-71,0r0,-105r-171,0r0,-54xm195,-158r0,-225r-117,225r117,0","k":{"7":33,"4":-7,"1":44}},"5":{"d":"239,-146v0,-51,-22,-89,-70,-89v-32,0,-55,16,-69,48r-55,-11r14,-242r228,0r-6,64r-168,0r-6,122v20,-27,47,-41,81,-41v79,0,122,62,122,147v0,132,-138,198,-235,127v-25,-19,-41,-47,-48,-84r65,-16v10,46,35,69,75,69v48,0,72,-32,72,-94","k":{"7":23,"4":-4,"1":36}},"6":{"d":"35,-210v0,-130,41,-238,151,-238v70,0,113,41,127,107r-61,19v-11,-81,-99,-93,-128,-27v-13,28,-21,73,-22,131v19,-43,51,-66,94,-66v73,0,121,64,121,144v0,86,-53,151,-136,148v-104,-3,-146,-91,-146,-218xm111,-138v0,48,26,90,70,90v43,0,65,-31,65,-91v1,-50,-20,-87,-64,-88v-48,-1,-71,41,-71,89","k":{"4":-7,"1":22}},"7":{"d":"306,-389v-69,88,-120,237,-120,389r-77,0v0,-134,44,-260,132,-376r-195,0r6,-64r254,0r0,51","k":{":":31,"7":11,"6":25,"4":47,"1":33,".":52}},"8":{"d":"172,-448v77,0,129,42,130,112v0,43,-23,76,-69,98v55,26,82,65,82,117v0,78,-65,129,-150,129v-85,0,-143,-42,-143,-120v0,-50,27,-87,82,-112v-44,-26,-67,-60,-67,-103v1,-72,56,-121,135,-121xm172,-397v-37,0,-65,24,-65,59v0,34,24,59,71,77v40,-20,60,-45,60,-74v0,-36,-28,-62,-66,-62xm168,-44v63,0,102,-67,59,-112v-12,-13,-36,-27,-71,-41v-45,19,-68,47,-68,81v-1,45,35,72,80,72","k":{"7":16,"4":-6,"1":28}},"9":{"d":"21,-300v0,-83,54,-148,138,-148v95,0,142,69,142,208v0,165,-51,248,-151,248v-72,0,-101,-34,-121,-96r63,-19v11,72,97,79,121,16v11,-29,18,-70,19,-123v-20,39,-50,58,-90,58v-72,-1,-121,-65,-121,-144xm159,-216v43,0,68,-44,67,-88v1,-48,-23,-88,-67,-88v-44,0,-67,37,-67,89v0,48,22,87,67,87","k":{"7":26,"4":3,"1":30}},":":{"d":"42,-325r73,0r0,83r-73,0r0,-83xm42,-83r73,0r0,83r-73,0r0,-83","w":157},";":{"d":"45,-325r74,0r0,83r-74,0r0,-83xm45,-83r74,0r0,79r-48,97r-32,0r40,-93r-34,0r0,-83","w":157},"\u037e":{"d":"45,-325r74,0r0,83r-74,0r0,-83xm45,-83r74,0r0,79r-48,97r-32,0r40,-93r-34,0r0,-83","w":157},"<":{"d":"305,-393r0,74r-207,100r207,99r0,74r-286,-142r0,-63"},"=":{"d":"303,-238r-269,0r0,-54r269,0r0,54xm303,-148r-269,0r0,-53r269,0r0,53"},">":{"d":"32,-46r0,-74r207,-100r-206,-100r-1,-73r286,142r0,63"},"?":{"d":"200,-283v23,-40,10,-107,-46,-107v-41,0,-63,30,-66,91r-63,-12v8,-91,53,-137,134,-137v96,0,152,87,114,177v-5,26,-78,74,-90,100v-6,12,-6,34,-6,54r-61,0v1,-72,2,-89,44,-124v19,-17,33,-30,40,-42xm111,-79r71,0r0,79r-71,0r0,-79","w":326},"@":{"d":"105,-195v0,-69,33,-143,94,-144v25,0,43,13,53,40r5,-36r38,0r-23,180v0,15,5,23,16,23v40,0,57,-63,57,-116v0,-96,-48,-164,-137,-165v-96,0,-155,92,-155,196v0,106,60,190,163,189v41,0,81,-12,118,-35r15,36v-45,25,-90,38,-135,38v-126,0,-209,-93,-209,-226v0,-130,79,-236,204,-236v112,0,180,80,180,197v0,83,-37,164,-107,164v-26,0,-42,-13,-48,-38v-13,26,-31,40,-57,40v-49,-2,-72,-50,-72,-107xm187,-137v35,0,45,-58,45,-98v0,-37,-10,-56,-30,-56v-33,0,-46,52,-46,95v0,28,8,59,31,59","w":393},"A":{"d":"125,-440r81,0r118,440r-74,0r-27,-110r-129,0r-27,110r-70,0xm208,-168r-50,-201r-49,201r99,0","w":326,"k":{"\u2019":22,"\u201d":22,"y":5,"v":2,"t":2,"g":-9,"b":-5,"Y":16,"W":10,"V":13,"U":6,"T":17,"Q":6,"O":8,"G":8,"C":8,".":-13,"-":-7,",":-11}},"B":{"d":"327,-121v0,80,-49,121,-150,121r-135,0r0,-440r133,0v95,-5,139,30,139,112v0,49,-22,81,-66,96v53,17,79,54,79,111xm239,-322v0,-66,-61,-63,-126,-61r0,126v68,3,126,1,126,-65xm253,-130v-3,-46,-27,-74,-87,-71r-53,0r0,143v73,4,146,-2,140,-72","w":359,"k":{"Y":2,"W":6,"V":5,"O":5}},"C":{"d":"189,-52v54,0,65,-42,74,-96r67,9v-14,98,-62,147,-144,147v-116,-1,-159,-102,-159,-226v-1,-131,44,-230,162,-230v81,0,128,50,142,150r-68,10v-7,-67,-32,-100,-74,-100v-56,0,-84,58,-84,174v0,108,28,162,84,162","w":348,"k":{"A":-2}},"D":{"d":"344,-227v0,135,-55,228,-197,227r-104,0r0,-440r98,0v139,-3,203,83,203,213xm115,-58v112,11,152,-58,152,-162v0,-121,-45,-171,-152,-162r0,324","w":370,"k":{"Y":9,"V":6,"T":3,"J":5,"A":9}},"E":{"d":"42,-440r252,0r0,58r-179,0r0,126r141,0r0,59r-141,0r0,137r182,0r0,60r-255,0r0,-440","w":303},"F":{"d":"42,-440r244,0r0,58r-171,0r0,132r137,0r0,58r-137,0r0,192r-73,0r0,-440","w":281,"k":{"u":7,"r":9,"a":6,"J":15,"A":13,".":44,"-":-2,",":45}},"G":{"d":"271,-297v-14,-60,-25,-91,-78,-91v-59,0,-89,56,-89,168v0,112,30,168,91,168v50,0,76,-38,76,-115r-79,0r0,-59r147,0r0,229r-39,0r-10,-56v-22,40,-58,61,-106,61v-108,-2,-158,-102,-157,-222v1,-132,44,-233,168,-234v79,0,126,45,141,134","w":371,"k":{"Y":2,"V":3,"T":-5,"A":-12}},"H":{"d":"42,-440r73,0r0,183r130,0r0,-183r72,0r0,440r-72,0r0,-196r-130,0r0,196r-73,0r0,-440","w":359},"I":{"d":"42,-440r73,0r0,440r-73,0r0,-440","w":157},"J":{"d":"32,-54v62,0,57,-36,57,-112r0,-274r73,0r0,274v1,112,-12,170,-114,174v-16,0,-36,-3,-59,-8r0,-60v15,4,30,6,43,6","w":202,"k":{"A":4}},"K":{"d":"42,-440r73,0r0,210r133,-210r77,0r-114,162r133,278r-79,0r-98,-218r-52,74r0,144r-73,0r0,-440","k":{"y":15,"o":4,"e":5,"a":-4,"T":-26,"O":12,"G":13,"C":12,"-":5}},"L":{"d":"42,-440r73,0r0,378r156,0r0,62r-229,0r0,-440","w":269,"k":{"\u2019":53,"\u201d":54,"y":13,"u":-5,"Y":20,"W":14,"V":20,"T":15,"O":3,"G":3,"C":3,"-":38}},"M":{"d":"41,-440r108,0r87,317r90,-317r104,0r0,440r-69,0r0,-375r-104,375r-53,0r-102,-376r0,376r-61,0r0,-440","w":472},"N":{"d":"40,-440r86,0r144,317r0,-317r61,0r0,440r-68,0r-162,-352r0,352r-61,0r0,-440","w":370,"k":{"u":-2,"o":-2,"e":-2,"A":-8,".":-2}},"O":{"d":"186,-448v116,0,158,96,158,228v0,133,-41,228,-157,228v-117,0,-159,-96,-159,-228v0,-132,40,-228,158,-228xm187,-52v71,0,80,-83,80,-168v0,-86,-9,-168,-81,-168v-73,0,-82,83,-82,168v0,85,9,168,83,168","w":371,"k":{"Y":4,"X":6,"W":3,"V":5,"T":-3,"A":6}},"P":{"d":"313,-306v0,110,-72,143,-198,134r0,172r-73,0r0,-440r109,0v105,-5,162,38,162,134xm237,-307v-4,-53,-24,-81,-86,-76r-36,0r0,153v73,3,126,-5,122,-77","w":326,"k":{"o":3,"e":3,"a":3,"J":24,"A":17,".":61,"-":6,",":63}},"Q":{"d":"243,-3v-6,48,37,54,76,41r0,56v-69,24,-139,-8,-133,-87v-116,-4,-160,-92,-159,-227v0,-132,41,-228,159,-228v116,0,158,97,158,228v0,118,-34,190,-101,217xm185,-52v73,0,82,-82,82,-168v0,-83,-5,-168,-82,-168v-73,0,-81,81,-81,168v0,88,8,168,81,168","w":370},"R":{"d":"175,-440v90,0,139,40,140,126v0,54,-22,92,-67,115r83,199r-79,0r-69,-184r-68,0r0,184r-73,0r0,-440r133,0xm171,-240v48,1,72,-29,72,-75v0,-68,-59,-72,-128,-68r0,143r56,0","w":348,"k":{"y":-8,"u":5,"o":7,"e":8,"U":4,"T":-9,"O":6,"G":6,"C":6,"-":9}},"S":{"d":"50,-262v-48,-87,18,-186,117,-186v72,0,117,35,137,106r-62,22v-14,-41,-30,-65,-78,-68v-52,-3,-80,63,-42,94v42,35,152,52,178,109v44,96,-26,193,-134,193v-81,0,-132,-41,-151,-123r66,-18v11,54,41,81,89,81v58,0,89,-55,58,-100v-15,-22,-115,-54,-138,-69v-15,-10,-29,-23,-40,-41","k":{"t":3,"T":-9,"A":-3}},"T":{"d":"-10,-440r268,0r0,62r-98,0r0,378r-73,0r0,-378r-97,0r0,-62","w":247,"k":{"y":18,"w":18,"v":16,"u":23,"s":21,"r":23,"o":24,"j":-11,"i":-12,"g":26,"e":24,"c":24,"a":28,"Y":-42,"W":-31,"V":-33,"S":-10,"O":-2,"J":11,"A":15,";":29,":":28,".":23,"-":14,",":24}},"U":{"d":"180,8v-108,0,-141,-48,-141,-175r0,-273r71,0r0,273v-1,75,8,115,74,115v66,0,71,-35,71,-116r0,-272r66,0r0,268v4,120,-31,180,-141,180","w":359,"k":{"A":5,".":5,",":7}},"V":{"d":"-3,-440r77,0r84,351r83,-351r65,0r-116,441r-79,-1","w":303,"k":{"y":-11,"u":8,"r":8,"o":15,"g":16,"e":15,"a":16,"T":-33,"O":5,"G":6,"C":6,"A":14,";":10,":":9,".":26,"-":5,",":27}},"W":{"d":"2,-440r73,0r60,329r69,-329r63,0r68,330r63,-330r62,0r-93,441r-66,0r-69,-323r-69,323r-67,0","w":460,"k":{"y":-12,"u":6,"r":7,"o":9,"g":12,"e":10,"a":13,"T":-31,"O":3,"G":4,"C":3,"A":11,":":7,".":18,",":19}},"X":{"d":"5,-440r81,0r63,140r70,-140r68,0r-101,200r115,240r-82,0r-74,-169r-85,169r-69,0r118,-228","w":292,"k":{"y":6,"o":3,"e":4,"Q":6,"O":6,"C":6,"-":4}},"Y":{"d":"-21,-440r79,0r81,183r82,-183r70,0r-122,254r0,186r-73,0r0,-186","w":269,"k":{"v":-8,"u":12,"p":11,"o":23,"g":25,"e":24,"a":26,"T":-42,"O":6,"G":7,"C":6,"A":19,";":14,":":13,".":29,"-":19,",":30}},"Z":{"d":"12,-440r264,0r0,51r-194,328r199,0r0,61r-281,0r0,-56r193,-324r-181,0r0,-60","w":281},"[":{"d":"47,-440r114,0r0,37r-51,0r0,476r51,0r0,37r-114,0r0,-550","w":168},"\\":{"d":"82,-440r243,550r-50,0r-243,-550r50,0","w":314},"]":{"d":"121,110r-114,0r0,-37r52,0r0,-476r-52,0r0,-37r114,0r0,550","w":168},"^":{"d":"86,-227r-79,0r109,-215r98,0r109,215r-78,0r-80,-156","w":330},"_":{"d":"0,34r330,0r0,68r-330,0r0,-68","w":330},"`":{"d":"215,-389r-25,25r-114,-72r35,-44","w":330},"a":{"d":"201,-201v0,-46,-4,-84,-48,-83v-29,0,-47,17,-53,51r-65,-8v8,-58,57,-93,123,-92v83,2,110,39,110,132r0,111v0,45,2,75,6,90r-64,0v-3,-12,-4,-30,-4,-54v-33,94,-189,77,-183,-32v5,-89,69,-119,178,-115xm137,-41v46,0,69,-58,64,-118v-64,-6,-108,16,-108,68v0,33,15,50,44,50","w":303,"k":{"y":5}},"b":{"d":"182,-331v76,1,110,75,110,160v0,119,-41,178,-121,178v-38,0,-64,-17,-79,-51v-5,12,-10,27,-15,44r-38,0r0,-440r67,0r0,152v19,-29,45,-43,76,-43xm165,-282v-59,0,-59,76,-59,144v0,63,19,94,57,94v54,0,57,-53,57,-123v0,-68,-3,-115,-55,-115","w":314,"k":{"y":5}},"c":{"d":"24,-162v-1,-102,36,-171,127,-171v67,0,105,39,114,117r-65,7v-6,-45,-10,-71,-49,-71v-54,0,-57,52,-57,124v0,72,19,109,57,109v29,0,45,-24,49,-71r65,6v-9,80,-49,120,-119,120v-91,-1,-122,-74,-122,-170","w":269,"k":{"k":-6,"h":-6}},"d":{"d":"23,-161v0,-91,33,-170,112,-170v35,0,60,14,74,43r0,-152r67,0r0,440r-62,0r0,-49v-16,37,-43,55,-81,55v-82,-1,-109,-80,-110,-167xm151,-45v58,-1,58,-76,58,-146v0,-55,-19,-91,-58,-91v-37,0,-56,39,-56,115v0,82,18,122,56,122","w":314},"e":{"d":"24,-158v0,-99,42,-175,130,-175v95,0,122,76,122,180r-184,0v0,70,12,110,63,110v30,0,49,-19,57,-60r61,8v-16,69,-56,103,-120,103v-87,0,-129,-69,-129,-166xm208,-198v0,-57,-20,-86,-57,-86v-35,0,-54,29,-57,86r114,0","w":292,"k":{"v":-2,"t":-4}},"f":{"d":"49,-325v-7,-106,40,-138,135,-124r0,54v-52,-10,-77,7,-69,70r58,0r0,54r-58,0r0,271r-66,0r0,-271r-43,0r0,-54r43,0","w":168,"k":{"t":-24,"s":-11,"o":-3,"l":-11,"j":-11,"i":-12,"f":-23,"e":-2,"a":-3}},"g":{"d":"211,-319v5,-48,32,-66,82,-58r0,49v-29,-7,-46,4,-51,34v67,82,-12,207,-130,169v-26,6,-33,39,-11,49v17,7,120,10,142,17v32,10,54,36,53,78v-1,75,-64,101,-147,101v-77,0,-131,-20,-131,-82v0,-31,15,-51,47,-62v-54,-29,-43,-96,13,-119v-28,-18,-42,-47,-42,-84v0,-86,97,-131,175,-92xm197,-225v0,-43,-15,-64,-44,-64v-32,0,-48,21,-48,64v0,42,15,63,46,63v31,0,46,-21,46,-63xm79,28v0,38,31,44,78,45v52,0,77,-15,77,-45v0,-54,-83,-33,-127,-42v-19,9,-28,24,-28,42","w":292},"h":{"d":"199,-205v-1,-52,-4,-74,-40,-74v-35,0,-52,31,-52,93r0,186r-68,0r0,-440r68,0r0,158v15,-34,40,-51,77,-51v71,0,82,41,82,128r0,205r-67,0r0,-205","w":303,"k":{"y":4}},"i":{"d":"108,-369r-70,0r0,-72r70,0r0,72xm40,-325r67,0r0,325r-67,0r0,-325","w":146},"j":{"d":"110,-369r-71,0r0,-72r71,0r0,72xm-17,56v52,12,58,-8,58,-69r0,-312r67,0r0,313v2,83,-9,127,-84,129v-12,0,-26,-2,-41,-5r0,-56","w":146},"k":{"d":"39,-440r68,0r0,260r105,-145r66,0r-84,112r93,213r-72,0r-65,-163r-43,60r0,103r-68,0r0,-440","w":281,"k":{"u":-3,"o":3,"g":-11,"e":3,"a":-3,".":-11,"-":5,",":-9}},"l":{"d":"40,-440r67,0r0,440r-67,0r0,-440","w":146},"m":{"d":"159,-279v-46,0,-52,36,-52,90r0,189r-68,0r0,-325r63,0r0,49v21,-75,142,-78,154,3v15,-40,43,-60,83,-60v71,0,84,39,84,127r0,206r-67,0r0,-200v-2,-51,2,-79,-40,-79v-34,0,-50,29,-50,88r0,191r-68,0r0,-198v0,-55,2,-81,-39,-81","w":460,"k":{"y":4}},"n":{"d":"160,-279v-47,0,-53,35,-53,97r0,182r-67,0r0,-325r62,0r0,50v15,-39,41,-58,80,-58v69,0,84,41,84,123r0,210r-67,0r0,-206v-2,-48,1,-73,-39,-73","w":303,"k":{"y":5}},"o":{"d":"152,-333v88,0,128,68,128,167v0,116,-43,174,-129,174v-90,0,-127,-69,-127,-171v0,-114,42,-170,128,-170xm152,-43v51,0,57,-56,57,-120v0,-71,-7,-120,-57,-120v-38,0,-57,40,-57,120v1,66,5,120,57,120","w":303,"k":{"y":5,"v":2}},"p":{"d":"292,-165v-1,85,-30,171,-113,171v-31,0,-56,-14,-73,-40r0,144r-67,0r0,-435r62,0r0,53v17,-39,44,-59,81,-59v77,0,111,77,110,166xm164,-282v-57,0,-58,78,-58,146v0,53,12,91,57,91v38,0,57,-40,57,-120v0,-78,-19,-117,-56,-117","w":314,"k":{"y":5}},"q":{"d":"23,-157v0,-99,33,-174,115,-174v36,0,63,18,80,54v7,-13,14,-31,21,-51r37,0r-2,438r-67,0r0,-152v-18,32,-43,48,-76,48v-74,0,-108,-72,-108,-163xm150,-45v52,0,57,-77,57,-146v0,-48,-19,-91,-57,-91v-51,0,-56,52,-56,118v0,80,19,119,56,119","w":314},"r":{"d":"40,-325r59,0r0,72v22,-57,45,-84,93,-78r0,70v-116,-20,-79,155,-85,261r-67,0r0,-325","w":179,"k":{"z":-18,"y":-29,"x":-28,"w":-29,"v":-31,"t":-27,"s":-16,"q":-10,"p":-10,"o":-10,"k":-9,"h":-9,"g":-9,"f":-26,"d":-11,"c":-10,"a":-10,";":-9,":":-10,".":17,"-":9,",":19}},"s":{"d":"67,-157v-82,-49,-36,-176,64,-176v54,0,89,28,105,84r-53,14v-10,-33,-28,-49,-55,-49v-36,0,-58,48,-30,68v46,33,156,36,150,121v-4,61,-52,103,-120,103v-69,0,-108,-32,-117,-95r57,-10v1,68,110,76,114,12v3,-47,-86,-55,-115,-72","w":258,"k":{"t":-6}},"t":{"d":"135,8v-129,7,-79,-163,-89,-279r-42,0r0,-54r44,0r4,-85r60,-6r0,91r62,0r0,54r-62,0r0,143v-6,68,13,85,73,77r0,53v-18,4,-35,6,-50,6","w":179,"k":{"o":-4,"e":-3,"a":-12,";":-5,":":-6}},"u":{"d":"120,8v-71,0,-83,-42,-83,-125r0,-208r68,0r0,206v2,49,-2,73,38,73v55,0,54,-49,54,-123r0,-156r67,0r0,325r-62,0r0,-49v-17,38,-44,57,-82,57","w":303},"v":{"d":"-4,-325r67,0r60,233r60,-233r58,0r-92,325r-59,0","w":236,"k":{"s":-5,"g":3,"a":2,";":-5,":":-6,".":16,"-":-6,",":17}},"w":{"d":"-1,-325r66,0r49,223r46,-223r59,0r47,224r51,-224r55,0r-81,325r-57,0r-49,-226r-47,226r-57,0","w":370,"k":{"s":-3,"g":3,"a":3,";":-3,":":-5,".":13,"-":-7,",":15}},"x":{"d":"-1,-325r74,0r48,94r50,-94r62,0r-82,147r96,178r-75,0r-59,-115r-61,115r-63,0r94,-169","w":236,"k":{"o":2,"e":3,"c":2,"a":-3}},"y":{"d":"0,-325r67,0r57,223r58,-223r61,0r-106,346v-16,67,-48,109,-129,91r0,-53v61,8,70,-12,84,-70","w":236,"k":{"s":-4,"o":2,"g":3,"e":3,"c":2,"a":3,";":-4,":":-6,".":19,"-":-5,",":21}},"z":{"d":"21,-325r198,0r0,40r-137,234r138,0r0,51r-210,0r0,-51r132,-224r-121,0r0,-50","w":224},"{":{"d":"59,-337v-2,-83,26,-108,101,-103r0,38v-62,-7,-35,79,-39,135v-5,67,2,81,-40,98v42,18,35,32,40,99v4,57,-24,150,39,142r0,38v-77,6,-102,-22,-101,-103r0,-78v-3,-54,7,-71,-35,-75r0,-46v42,-3,35,-21,35,-74r0,-71","w":168},"|":{"d":"128,-440r74,0r0,550r-74,0r0,-550","w":330},"}":{"d":"110,7v0,82,-26,109,-102,103r0,-38v65,8,35,-85,40,-142v6,-67,-3,-81,40,-99v-42,-17,-35,-31,-40,-98v-4,-56,22,-142,-40,-135r0,-38v78,-6,102,23,102,103v0,58,-23,148,35,145r0,46v-60,-1,-35,92,-35,153","w":168},"~":{"d":"278,-163v-14,5,-104,-38,-128,-38v-20,0,-37,15,-52,44r-38,-25v25,-55,40,-77,96,-84v23,-3,109,38,131,38v21,0,40,-13,54,-39r39,23v-24,54,-59,81,-102,81","w":439},"\u2122":{"d":"10,-427r161,0r0,39r-56,0r0,212r-49,0r0,-212r-56,0r0,-39xm191,-427r72,0r46,180r49,-180r70,0r0,251r-46,0r0,-211r-57,211r-39,0r-54,-211r0,211r-41,0r0,-251","w":472},"\u2026":{"d":"42,-83r73,0r0,83r-73,0r0,-83xm199,-83r74,0r0,83r-74,0r0,-83xm357,-83r74,0r0,83r-74,0r0,-83","w":472},"\u2013":{"d":"55,-191r227,0r0,52r-227,0r0,-52"},"\u2014":{"d":"20,-191r376,0r0,52r-376,0r0,-52","w":416},"\u201c":{"d":"205,-285r-70,0r0,-80r44,-83r32,0r-37,81r31,0r0,82xm106,-285r-70,0r0,-80r44,-83r32,0r-37,81r31,0r0,82","w":247,"k":{"Y":-16,"W":-11,"V":-11,"T":-12,"A":26}},"\u201d":{"d":"42,-440r70,0r0,80r-44,82r-32,0r37,-80r-31,0r0,-82xm141,-440r70,0r0,80r-44,82r-32,0r37,-80r-31,0r0,-82","w":247,"k":{"Y":-17,"W":-13,"V":-13,"T":-14,"A":24}},"\u2018":{"d":"105,-285r-70,0r0,-80r44,-83r33,0r-38,81r31,0r0,82","w":145},"\u2019":{"d":"41,-440r71,0r0,80r-45,82r-32,0r38,-80r-32,0r0,-82","w":145},"\u00d7":{"d":"168,-260r81,-80r39,40r-80,80r80,80r-39,40r-81,-80r-80,80r-40,-40r81,-80r-81,-80r40,-40"},"\u2032":{"d":"68,-263r-50,0r51,-177r72,0","w":141},"\u2033":{"d":"64,-263r-50,0r50,-177r73,0xm195,-263r-51,0r51,-177r72,0","w":249},"\u00a0":{"w":123}}});

