/*
 * 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}),fontStretch:I(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),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(g){var d=document.createElement("style"),c,b,a;d.type="text/css";d.media=g;try{d.appendChild(document.createTextNode("/**/"))}catch(f){}b=F("head")[0];b.insertBefore(d,b.firstChild);c=(d.sheet||d.styleSheet);a=c&&!c.disabled;b.removeChild(d);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 a=!M.recognizesMedia("all"),d=false;var c=[],g=function(){a=true;for(var j;j=c.shift();j()){}};var h=F("link"),i=F("style");function b(j){return j.disabled||f(j.sheet,j.media||"screen")}function f(m,p){if(!M.recognizesMedia(p||"all")){return true}if(!m||m.disabled){return false}try{var q=m.cssRules,o;if(q){search:for(var k=0,j=q.length;o=q[k],k<j;++k){switch(o.type){case 2:break;case 3:if(!f(o.styleSheet,o.media.mediaText)){return false}break;default:break search}}}}catch(n){}return true}function e(){if(document.createStyleSheet){return true}var k,j;for(j=0;k=h[j];++j){if(k.rel.toLowerCase()=="stylesheet"&&!b(k)){return false}}for(j=0;k=i[j];++j){if(!b(k)){return false}}return true}W.ready(function(){if(!d){d=M.getStyle(document.body).isUsable()}if(a||(d&&e())){g()}else{setTimeout(arguments.callee,10)}});return function(j){if(a){j()}else{c.push(j)}}})();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,forceHitArea:false,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(b.hover){b.forceHitArea=true}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;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));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(AF,Z,w,V,d,AG){var I=(Z===null);if(I){Z=d.alt}var b=AF.viewBox;var K=w.getSize("fontSize",AF.baseSize);var u=w.get("letterSpacing");u=(u=="normal")?0:K.convertFrom(parseInt(u,10));var c=0,v=0,t=0,X=0;var a=V.textShadow,r=[];if(a){for(var AE=a.length;AE--;){var h=a[AE];var q=K.convertFrom(parseFloat(h.offX));var o=K.convertFrom(parseFloat(h.offY));r[AE]=[q,o];if(o<c){c=o}if(q>v){v=q}if(o>t){t=o}if(q<X){X=q}}}var AJ=Cufon.CSS.textTransform(Z,w).split(""),T;var J=AF.glyphs,W,M,AA;var G=0,P,f=[];for(var AE=0,AC=0,z=AJ.length;AE<z;++AE){W=J[T=AJ[AE]]||AF.missingGlyph;if(!W){continue}if(M){G-=AA=M[T]||0;f[AC-1]-=AA}G+=P=f[AC++]=~~(W.w||AF.w)+u;M=W.k}if(P===undefined){return null}v+=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 AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(Z));U.appendChild(AB)}}var AK=U.style;var n=L.style;var H=K.convert(b.height);var AI=Math.ceil(H);var s=AI/H;var m=s*Cufon.CSS.fontStretch(w.get("fontStretch"));var p=G*m;L.width=Math.ceil(K.convert(p+v-X));L.height=Math.ceil(K.convert(b.height-c+t));c+=b.minY;n.top=Math.round(K.convert(c-AF.ascent))+"px";n.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(p))+"px";if(A){AK.width=S;AK.height=K.convert(AF.height)+"px"}else{AK.paddingLeft=S;AK.paddingBottom=(K.convert(AF.height)-1)+"px"}var AH=L.getContext("2d"),e=H/b.height;AH.scale(e,e*s);AH.translate(-X,-c);AH.lineWidth=AF.face["underline-thickness"];AH.save();function N(i,g){AH.strokeStyle=g;AH.beginPath();AH.moveTo(0,i);AH.lineTo(G,i);AH.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AG,w):{};if(O.underline){N(-AF.face["underline-position"],O.underline)}if(O.overline){N(AF.ascent,O.overline)}function AD(){AH.scale(m,1);for(var x=0,k=0,g=AJ.length;x<g;++x){var y=J[AJ[x]]||AF.missingGlyph;if(!y){continue}if(y.d){AH.beginPath();if(y.code){C(y.code,AH)}else{y.code=D("m"+y.d,AH)}AH.fill()}AH.translate(f[k++],0)}AH.restore()}if(a){for(var AE=a.length;AE--;){var h=a[AE];AH.save();AH.fillStyle=h.color;AH.translate.apply(AH,r[AE]);AD()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AH.createLinearGradient(0,b.minY,0,b.maxY);for(var AE=0,z=Y.length;AE<z;++AE){Q.addColorStop.apply(Q,Y[AE])}AH.fillStyle=Q}else{AH.fillStyle=w.get("color")}AD();if(O["line-through"]){N(-AF.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\\:rect,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>').replace(/;/g,"!important;"));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(AF,d,z,a,h,AG,x){var I=(d===null);if(I){d=h.alt}var f=AF.viewBox;var K=z.computedFontSize||(z.computedFontSize=new Cufon.CSS.Size(C(AG,z.get("fontSize"))+"px",AF.baseSize));var w=z.computedLSpacing;if(w==undefined){w=z.get("letterSpacing");z.computedLSpacing=w=(w=="normal")?0:~~K.convertFrom(A(AG,w))}var W,L;if(I){W=h;L=h.firstChild}else{W=document.createElement("span");W.className="cufon cufon-vml";W.alt=d;L=document.createElement("span");L.className="cufon-vml-canvas";W.appendChild(L);if(a.printable){var AC=document.createElement("span");AC.className="cufon-alt";AC.appendChild(document.createTextNode(d));W.appendChild(AC)}if(!x){W.appendChild(document.createElement("cvml:shape"))}}var AL=W.style;var r=L.style;var G=K.convert(f.height),AI=Math.ceil(G);var v=AI/G;var q=v*Cufon.CSS.fontStretch(z.get("fontStretch"));var u=f.minX,t=f.minY;r.height=AI;r.top=Math.round(K.convert(t-AF.ascent));r.left=Math.round(K.convert(u));AL.height=K.convert(AF.height)+"px";var P=a.enableTextDecoration?Cufon.CSS.textDecoration(AG,z):{};var c=z.get("color");var AK=Cufon.CSS.textTransform(d,z).split(""),V;var J=AF.glyphs,b,M,AB;var F=0,m=[],s=0,R;var T,e=a.textShadow;for(var AE=0,AD=0,AA=AK.length;AE<AA;++AE){b=J[V=AK[AE]]||AF.missingGlyph;if(!b){continue}if(M){F-=AB=M[V]||0;m[AD-1]-=AB}F+=R=m[AD++]=~~(b.w||AF.w)+w;M=b.k}if(R===undefined){return null}var U=-u+F+(f.width-R);var AJ=K.convert(U*q),y=Math.round(AJ);var p=U+","+f.height,H;var g="r"+p+"ns";var S=a.textGradient&&D(a.textGradient);for(AE=0,AD=0;AE<AA;++AE){b=J[AK[AE]]||AF.missingGlyph;if(!b){continue}if(I){T=L.childNodes[AD];while(T.firstChild){T.removeChild(T.firstChild)}}else{T=document.createElement("cvml:shape");L.appendChild(T)}T.stroked="f";T.coordsize=p;T.coordorigin=H=(u-s)+","+t;T.path=(b.d?"m"+b.d+"xe":"")+"m"+H+g;T.fillcolor=c;if(S){T.appendChild(S.cloneNode(false))}var AH=T.style;AH.width=y;AH.height=AI;if(e){var O=e[0],N=e[1];var Z=Cufon.CSS.color(O.color),X;var o=document.createElement("cvml:shadow");o.on="t";o.color=Z.color;o.offset=O.offX+","+O.offY;if(N){X=Cufon.CSS.color(N.color);o.type="double";o.color2=X.color;o.offset2=N.offX+","+N.offY}o.opacity=Z.opacity||(X&&X.opacity)||1;T.appendChild(o)}s+=m[AD++]}var n=T.nextSibling,Q,Y;if(a.forceHitArea){if(!n){n=document.createElement("cvml:rect");n.stroked="f";n.className="cufon-vml-cover";Q=document.createElement("cvml:fill");Q.opacity=0;n.appendChild(Q);L.appendChild(n)}Y=n.style;Y.width=y;Y.height=AI}else{if(n){L.removeChild(n)}}AL.width=Math.max(Math.ceil(K.convert(F*q)),0);return W}})());

Cufon.registerFont({"w":180,"face":{"font-family":"GillNormal","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-22 -270 375 90","underline-thickness":"18","underline-position":"-18","stemh":"29","stemv":"32","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":45,"V":54,"W":45,"Y":54,"A":36}},"!":{"d":"31,-157v-5,-25,-5,-99,18,-92v14,0,20,18,20,54v0,41,-7,65,-11,100v-3,31,-14,31,-18,0xm49,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-22,-9,-22,-21v0,-12,10,-22,22,-22","w":97},"\"":{"d":"87,-166v-6,-28,-11,-56,-9,-92r32,0v2,35,-3,64,-8,92r-15,0xm26,-166v-6,-28,-11,-56,-9,-92r32,0v2,35,-3,64,-8,92r-15,0","w":127},"#":{"d":"71,-222r25,0r-14,70r70,0r14,-70r26,0r-15,70r33,0r0,25r-38,0r-13,61r51,0r0,25r-56,0r-14,70r-26,0r15,-70r-70,0r-15,70r-26,0r15,-70r-33,0r0,-25r38,0r13,-61r-51,0r0,-25r56,0xm77,-127r-13,61r70,0r13,-61r-70,0","w":210},"$":{"d":"169,-215r0,39v-13,-13,-34,-24,-53,-28r0,71v82,17,90,121,0,136r0,39r-30,0r0,-39v-24,-1,-46,-12,-68,-25r0,-44v23,21,37,30,68,37r0,-78v-93,-20,-85,-116,0,-129r0,-13r30,0r0,13v16,1,40,10,53,21xm86,-143r0,-61v-41,7,-43,50,0,61xm116,-94r0,64v41,-9,40,-51,0,-64","w":195},"%":{"d":"181,-80v-15,0,-29,14,-29,29v0,16,14,28,29,28v16,0,28,-12,28,-28v0,-15,-12,-29,-28,-29xm181,-107v30,0,55,26,55,56v0,30,-25,55,-55,55v-30,0,-55,-24,-55,-55v0,-30,25,-56,55,-56xm217,-249r-162,253r-27,0r162,-253r27,0xm64,-248v30,0,55,25,55,55v0,30,-25,55,-55,55v-30,0,-55,-24,-55,-55v0,-30,25,-55,55,-55xm64,-222v-15,0,-28,14,-28,29v0,16,13,28,28,28v16,0,29,-12,29,-28v0,-15,-13,-29,-29,-29","w":244},"&":{"d":"178,-122r35,0v-7,20,-21,43,-39,64r49,58r-45,0r-28,-33v-31,28,-56,36,-78,36v-33,0,-62,-25,-62,-58v0,-30,24,-52,58,-72v-43,-34,-36,-114,35,-114v35,0,59,23,59,53v0,24,-13,44,-45,66r35,40v10,-10,21,-28,26,-40xm128,-58r-40,-46v-27,17,-43,30,-43,49v11,40,60,27,83,-3xm102,-211v-42,2,-25,50,-4,65v26,-17,32,-27,32,-40v0,-14,-12,-25,-28,-25","w":225},"(":{"d":"112,-250v-70,87,-69,246,0,333r-19,0v-91,-86,-92,-247,0,-333r19,0","w":116},")":{"d":"4,83v69,-87,70,-246,0,-333r19,0v92,86,92,246,0,333r-19,0","w":116},"*":{"d":"64,-185v-20,-11,-64,-10,-58,-36v6,-10,17,-6,24,0r36,31v2,-2,5,-4,7,-4r-9,-46v-2,-9,0,-21,12,-21v26,8,1,46,2,67v3,1,5,3,7,5r36,-32v6,-6,18,-10,24,0v8,27,-38,26,-57,36v1,2,0,6,0,9v20,10,63,9,57,36v-6,10,-17,6,-24,0r-36,-32v-3,2,-4,3,-7,4r9,47v2,9,0,21,-12,21v-27,-7,-3,-47,-3,-68v-3,-1,-4,-2,-6,-4r-37,31v-6,6,-18,10,-24,0v-6,-26,39,-25,58,-36v-1,-3,0,-5,1,-8","w":150},"+":{"d":"90,-212r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0r0,-70r-70,0r0,-30r70,0r0,-70","w":210},",":{"d":"21,42r0,-6v12,-8,16,-27,13,-40v-10,0,-17,-8,-17,-20v0,-12,9,-20,21,-20v15,0,25,14,25,35v0,21,-14,43,-42,51","w":78,"k":{" ":36}},"-":{"d":"102,-96r0,33r-88,0r0,-33r88,0","w":116},".":{"d":"39,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":78,"k":{" ":36}},"\/":{"d":"3,3r70,-252r26,0r-71,252r-25,0","w":101},"0":{"d":"169,-123v0,76,-31,126,-79,126v-48,0,-79,-50,-79,-126v0,-76,31,-126,79,-126v48,0,79,50,79,126xm134,-123v0,-58,-17,-92,-44,-92v-27,0,-44,34,-44,92v0,58,17,93,44,93v27,0,44,-35,44,-93"},"1":{"d":"108,-246r0,246r-35,0r0,-246r35,0"},"2":{"d":"12,0v31,-54,103,-94,103,-168v0,-58,-67,-60,-98,-13r0,-44v49,-48,133,-19,133,53v0,40,-21,74,-76,139r94,0r0,33r-156,0"},"3":{"d":"29,-205r0,-33v48,-26,120,-4,120,53v0,27,-10,43,-32,55v65,27,34,133,-42,133v-17,0,-34,-5,-52,-14r0,-38v33,26,92,30,94,-20v0,-24,-17,-44,-52,-42r0,-32v32,0,48,-14,48,-36v0,-40,-50,-44,-84,-26"},"4":{"d":"143,-249r0,137r27,0r0,31r-27,0r0,81r-35,0r0,-81r-104,0r0,-16r124,-152r15,0xm108,-182v-21,22,-37,47,-57,70r57,0r0,-70"},"5":{"d":"145,-246r0,32r-77,0r0,62v55,-3,90,32,90,77v0,68,-81,99,-140,63r0,-36v36,30,104,21,104,-27v0,-31,-32,-56,-86,-43r0,-128r109,0"},"6":{"d":"114,-249r21,27v-35,20,-65,56,-75,90v46,-27,107,5,107,62v0,40,-33,73,-72,73v-47,0,-79,-35,-79,-87v0,-62,34,-123,98,-165xm53,-95v-21,70,75,90,79,24v0,-38,-51,-48,-79,-24"},"7":{"d":"176,-246r-111,249r-31,-13r90,-202r-106,0r0,-34r158,0"},"8":{"d":"134,-125v62,32,33,128,-43,128v-76,0,-108,-95,-45,-128v-56,-36,-23,-124,47,-124v66,0,101,89,41,124xm130,-178v0,-21,-16,-37,-38,-37v-23,0,-39,14,-39,36v0,20,17,38,38,38v21,0,39,-17,39,-37xm133,-69v0,-22,-17,-39,-42,-39v-27,0,-44,16,-44,39v0,23,18,39,43,39v28,0,43,-18,43,-39"},"9":{"d":"67,3r-21,-26v41,-27,68,-61,75,-92v-48,29,-108,-5,-108,-61v0,-36,30,-73,75,-73v45,0,78,39,78,90v0,59,-41,127,-99,162xm48,-176v0,37,50,50,80,25v9,-34,-9,-63,-39,-64v-23,0,-41,16,-41,39"},":":{"d":"39,-165v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22xm39,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":78,"k":{" ":36}},";":{"d":"22,41r0,-6v15,-13,15,-25,14,-39v-12,-1,-19,-9,-19,-21v0,-14,10,-22,22,-22v42,10,24,84,-17,88xm61,-143v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22v12,0,22,10,22,22","w":78,"k":{" ":36}},"<":{"d":"20,-113r0,-29r170,-73r0,31r-135,57r135,56r0,31","w":210},"=":{"d":"20,-181r170,0r0,29r-170,0r0,-29xm20,-103r170,0r0,30r-170,0r0,-30","w":210},">":{"d":"190,-113r-170,73r0,-31r135,-56r-135,-57r0,-31r170,73r0,29","w":210},"?":{"d":"30,-214r16,-35v42,0,58,29,58,52v0,54,-59,97,-54,134v-56,-32,17,-91,19,-129v1,-20,-21,-28,-39,-22xm55,-40v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-12,9,-22,21,-22","w":119},"@":{"d":"321,-3r32,0v-31,51,-83,79,-156,79v-111,0,-178,-60,-178,-158v0,-76,47,-180,174,-180v87,0,151,57,151,137v0,64,-51,126,-105,126v-23,0,-35,-10,-35,-30v-42,55,-118,25,-118,-50v0,-80,97,-155,145,-79r6,-27r32,0r-30,135v-3,13,1,22,12,22v14,0,67,-33,67,-98v0,-64,-54,-111,-126,-111v-84,0,-146,65,-146,152v0,85,56,135,152,135v60,0,102,-23,123,-53xm119,-77v0,31,16,51,39,51v53,0,97,-139,22,-139v-31,0,-61,43,-61,88","w":363},"A":{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm117,-193r-36,89r76,0","w":240,"k":{"v":9,"w":9,"y":9,"C":14,"G":14,"O":14,"Q":14,"T":36,"U":7,"V":29,"W":29,"Y":40}},"B":{"d":"27,0r0,-246r71,0v85,-2,101,92,38,116v81,16,84,130,-25,130r-84,0xm62,-214r0,74v41,3,79,-6,76,-40v5,-29,-38,-38,-76,-34xm62,-109r0,77r45,0v41,0,52,-21,52,-39v0,-36,-52,-41,-97,-38","w":202,"k":{"A":-7}},"C":{"d":"236,-229r0,38v-72,-51,-182,-21,-182,69v0,92,117,119,185,65r0,39v-24,13,-50,21,-89,21v-92,0,-133,-71,-133,-122v-1,-107,118,-163,219,-110","w":254,"k":{",":-9,".":-9,"A":-9}},"D":{"d":"27,0r0,-246r96,0v180,2,166,246,0,246r-96,0xm63,-214r0,182r56,0v80,0,98,-61,98,-91v0,-49,-31,-91,-100,-91r-54,0","w":270,"k":{"V":18,"W":18,"Y":36,",":27,".":27,"A":20}},"E":{"d":"166,-246r0,32r-104,0r0,74r101,0r0,32r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0"},"F":{"d":"158,-246r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246r131,0","w":168,"k":{",":50,".":50,"A":18,"e":5,"o":5}},"G":{"d":"242,-121r0,104v-97,49,-226,5,-224,-104v2,-105,118,-162,219,-107r0,36v-72,-48,-183,-22,-183,70v0,75,82,112,153,83r0,-50r-47,0r0,-32r82,0","w":266},"H":{"d":"235,-246r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107r35,0","w":262},"I":{"d":"63,-246r0,246r-36,0r0,-246r36,0","w":90},"J":{"d":"63,-246r0,249v1,50,-25,86,-79,79r-6,-33v42,3,49,-15,49,-57r0,-238r36,0","w":90,"k":{"e":7,"o":7,"u":7}},"K":{"d":"103,-129r133,129r-49,0r-125,-121r0,121r-35,0r0,-246r35,0r0,113r104,-113r44,0","w":236,"k":{"y":27,"O":43,"e":22,"o":22,"u":18}},"L":{"d":"62,-246r0,214r111,0r0,32r-146,0r0,-246r35,0","w":176,"k":{"y":11,"T":36,"V":36,"W":36,"Y":40}},"M":{"d":"255,-246r0,246r-35,0r-1,-191r-75,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101r81,-101r33,0","w":281},"N":{"d":"254,-246r0,246r-30,0r-164,-189r0,189r-33,0r0,-246r28,0r166,191r0,-191r33,0","w":281},"O":{"d":"16,-123v0,-68,52,-126,132,-126v81,0,132,58,132,126v0,66,-50,126,-133,126v-80,0,-131,-59,-131,-126xm53,-123v0,54,40,94,95,94v55,0,96,-40,96,-94v0,-54,-41,-93,-96,-93v-55,0,-95,39,-95,93","w":296,"k":{"T":23,"V":14,"W":14,"Y":29,",":22,".":22,"A":14,"X":29}},"P":{"d":"25,-246r77,0v54,0,78,32,78,71v0,51,-51,76,-120,69r0,106r-35,0r0,-246xm60,-214r0,76v41,2,85,1,84,-38v0,-18,-10,-38,-42,-38r-42,0","w":183,"k":{",":54,".":54,"A":29,"e":9,"o":9}},"Q":{"d":"270,18v-4,11,-22,21,-30,32v-48,-4,-87,-25,-121,-50v-61,-12,-103,-62,-103,-123v0,-74,56,-126,136,-126v73,0,129,55,129,127v0,59,-43,110,-102,122v43,18,67,25,91,18xm150,-216v-138,0,-126,187,1,187v55,0,93,-43,93,-93v0,-54,-40,-94,-94,-94","w":296},"R":{"d":"28,-246v72,-5,142,3,142,69v0,28,-15,50,-41,60v37,26,55,75,88,117r-42,0v-20,-31,-72,-120,-97,-107r-15,0r0,107r-35,0r0,-246xm63,-215r0,77v41,5,77,-11,71,-40v3,-31,-32,-40,-71,-37","w":217,"k":{"O":22,"T":32,"U":11,"V":29,"W":27,"Y":36}},"S":{"d":"144,-231r0,39v-21,-20,-41,-25,-58,-25v-23,0,-39,12,-39,29v0,47,106,47,106,125v0,70,-92,83,-137,44r0,-45v18,23,41,36,65,36v27,0,40,-17,40,-31v0,-51,-107,-57,-107,-124v0,-62,84,-85,130,-48","w":164},"T":{"d":"211,-246r0,32r-85,0r0,214r-35,0r0,-214r-85,0r0,-32r205,0","w":217,"k":{"w":54,"y":45,"O":23,",":45,".":45,"A":36,"e":54,"o":54,"u":50,"r":45,":":11,"-":61,";":11,"a":45}},"U":{"d":"125,-29v51,0,73,-24,73,-74r0,-143r35,0r0,150v0,60,-36,99,-109,99v-52,0,-102,-29,-102,-96r0,-153r35,0r0,146v-3,52,28,71,68,71","w":254,"k":{",":9,".":9,"A":9}},"V":{"d":"217,-246r-104,248r-7,0r-106,-248r35,0r74,173r74,-173r34,0","w":217,"k":{"G":14,"O":14,",":47,".":47,"A":29,"e":36,"o":36,"u":27,"-":36,"a":22}},"W":{"d":"375,-246r-100,248r-7,0r-80,-201r-82,201r-7,0r-99,-248r35,0r68,170r68,-170r33,0r69,170r67,-170r35,0","w":375,"k":{"y":11,"O":14,",":47,".":47,"A":29,"e":32,"o":32,"u":27,"-":36,"a":22}},"X":{"d":"247,-246r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94r77,-94r42,0","w":254},"Y":{"d":"108,-161r67,-85r42,0r-91,116r0,130r-35,0r0,-130r-91,-116r42,0","w":217,"k":{"O":29,",":47,".":47,"A":40,"e":47,"o":50,"u":43,":":11,"-":54,";":11,"a":43,"S":7}},"Z":{"d":"162,-214r-147,0r0,-32r212,0r-156,214r156,0r0,32r-221,0","w":232},"[":{"d":"115,-246r0,29r-49,0r0,268r49,0r0,29r-84,0r0,-326r84,0","w":119},"\\":{"d":"99,3r-26,0r-70,-252r25,0","w":101},"]":{"d":"5,80r0,-29r49,0r0,-268r-49,0r0,-29r84,0r0,326r-84,0","w":119},"^":{"d":"42,-105r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"148,-29r0,20v-22,16,-46,19,-55,-4v-28,27,-84,19,-84,-23v1,-44,52,-47,84,-62v4,-54,-58,-42,-80,-10r0,-35v29,-36,112,-30,112,31r0,84v2,16,13,5,23,-1xm93,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,28,51,9","w":153},"b":{"d":"53,-246r0,96v50,-38,115,0,115,66v0,80,-82,105,-147,75r0,-237r32,0xm53,-120r0,88v41,15,82,-3,82,-48v0,-53,-48,-73,-82,-40","k":{"y":4,",":4,".":4}},"c":{"d":"141,-154r0,34v-41,-31,-92,-14,-93,39v-1,52,55,67,97,43r0,32v-58,25,-130,-5,-130,-72v0,-72,67,-106,126,-76","w":157,"k":{",":-7,".":-7}},"d":{"d":"162,-246r0,246r-68,0v-48,0,-78,-33,-78,-85v0,-59,56,-96,114,-73r0,-88r32,0xm130,-27r0,-103v-41,-17,-81,4,-81,50v0,43,32,59,81,53","w":183,"k":{"d":4}},"e":{"d":"158,-47r0,31v-19,13,-38,19,-65,19v-50,0,-78,-41,-78,-86v0,-49,30,-82,75,-82v43,0,71,29,71,89r-114,0v6,58,71,59,111,29xm48,-97r81,0v-1,-24,-15,-40,-38,-40v-24,0,-39,14,-43,40","w":172,"k":{"v":5,"w":5,"y":5,",":-7,".":-7}},"f":{"d":"107,-246r0,32v-34,-12,-55,12,-49,52r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0v-3,-63,23,-96,81,-84","w":90,"k":{"e":4,"o":4}},"g":{"d":"50,-54v-19,-11,-36,-23,-36,-52v0,-59,74,-59,138,-56r0,25r-34,0v25,20,20,52,2,72v-21,24,-65,11,-65,30v0,9,17,15,49,21v35,7,47,24,47,45v0,32,-28,52,-76,52v-77,0,-104,-77,-34,-94v-27,-14,-19,-35,9,-43xm107,-105v0,-15,-15,-29,-32,-29v-18,0,-32,13,-32,29v0,18,14,30,33,30v18,0,31,-12,31,-30xm120,34v0,-34,-90,-36,-90,-2v0,16,16,25,45,25v28,0,45,-8,45,-23","w":153,"k":{"y":-7,"o":4}},"h":{"d":"54,-246r1,106v33,-43,103,-30,103,41r0,99r-32,0v-5,-50,18,-136,-32,-139v-14,0,-25,6,-40,23r0,116r-32,0r0,-246r32,0","k":{"y":13}},"i":{"d":"55,-162r0,162r-32,0r0,-162r32,0xm59,-211v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,9,-19,19,-19v10,0,19,9,19,19","w":78},"j":{"d":"54,-162r0,183v0,35,-11,50,-32,62r-24,-24v14,-6,24,-17,24,-35r0,-186r32,0xm57,-211v0,10,-9,19,-19,19v-10,0,-19,-9,-19,-19v0,-10,9,-19,19,-19v10,0,19,9,19,19","w":78},"k":{"d":"166,-162r-70,80r84,82r-43,0r-81,-82r71,-80r39,0xm54,-246r0,246r-32,0r0,-246r32,0","w":172,"k":{"e":11,"o":11}},"l":{"d":"55,-246r0,246r-32,0r0,-246r32,0","w":78,"k":{"w":4,"y":4}},"m":{"d":"21,-162r32,0r0,22v31,-35,73,-33,96,4v29,-45,107,-36,107,34r0,102r-32,0v-4,-50,18,-136,-33,-138v-10,0,-24,9,-36,21r0,117r-32,0v-4,-47,17,-136,-29,-138v-16,0,-28,6,-41,21r0,117r-32,0r0,-162","w":277,"k":{"y":13,"u":4}},"n":{"d":"54,-162v1,7,-2,17,1,22v32,-42,103,-31,103,40r0,100r-32,0v-5,-50,18,-136,-32,-139v-14,0,-25,6,-40,23r0,116r-32,0r0,-162r32,0","k":{"v":5,"y":7,"u":4}},"o":{"d":"98,-165v51,0,88,35,88,83v0,51,-36,85,-88,85v-50,0,-85,-35,-85,-85v0,-46,37,-83,85,-83xm98,-136v-30,0,-52,23,-52,54v0,34,21,56,52,56v34,0,55,-21,55,-56v0,-31,-23,-54,-55,-54","w":198,"k":{"v":4,"w":4,"y":7,",":11,".":11,"x":5}},"p":{"d":"53,-4r0,87r-32,0r0,-245v80,-6,146,8,146,82v0,60,-56,100,-114,76xm53,-133r0,100v38,20,81,-4,81,-47v0,-44,-32,-58,-81,-53","k":{"y":13,",":11,".":11}},"q":{"d":"127,83r0,-86v-60,21,-115,-17,-114,-77v0,-26,12,-82,87,-82r59,0r0,245r-32,0xm127,-133v-46,-3,-79,4,-81,53v-2,43,42,70,81,49r0,-102"},"r":{"d":"25,-162r32,0v1,12,-2,27,1,37v26,-46,50,-52,85,-21r-17,28v-28,-31,-69,-12,-69,33r0,85r-32,0r0,-162","w":142,"k":{"v":-11,"y":-11,",":36,".":36,"d":5,"e":7,"o":9,"c":9,"q":9,"r":4,"t":-7,":":-14,"-":29,";":-14}},"s":{"d":"49,-122v-4,13,89,53,75,78v0,51,-69,58,-109,32r0,-34v21,14,40,21,53,21v13,0,23,-6,23,-18v0,-22,-75,-34,-75,-78v-1,-46,64,-55,101,-31r0,32v-18,-12,-35,-17,-47,-17v-13,0,-21,6,-21,15","w":138,"k":{"w":4}},"t":{"d":"60,-195r0,33r51,0r0,29r-51,0r0,83v5,36,37,25,60,13r0,29v-38,24,-92,6,-92,-40r0,-85r-28,0v16,-25,41,-40,60,-62","w":119},"u":{"d":"157,0r-32,0r0,-21v-35,41,-103,28,-103,-40r0,-101r32,0v7,50,-22,137,33,139v14,0,28,-8,38,-23r0,-116r32,0r0,162"},"v":{"d":"74,3r-73,-165r35,0r44,100r42,-100r34,0r-71,165r-11,0","w":157,"k":{",":22,".":22,"e":7,"o":7}},"w":{"d":"141,-162r42,98r42,-98r34,0r-71,165r-11,0r-47,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r23,0","w":258,"k":{",":22,".":22,"e":7,"o":7}},"x":{"d":"175,-162r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56r46,-56r41,0","k":{"e":11}},"y":{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0","w":157,"k":{",":29,".":29,"e":7,"o":7}},"z":{"d":"145,-162r-86,133r87,0r0,29r-142,0r86,-133r-82,0r0,-29r137,0","w":150},"{":{"d":"10,-79r0,-29v41,3,36,-47,36,-90v-1,-48,18,-68,66,-64r0,27v-39,-7,-37,26,-36,63v0,49,-10,67,-37,79v34,9,39,52,37,105v-1,33,8,37,36,36r0,28v-61,8,-66,-35,-66,-96v0,-37,-6,-59,-36,-59","w":119},"|":{"d":"33,90r0,-360r27,0r0,360r-27,0","w":93},"}":{"d":"110,-108r0,29v-41,-3,-37,48,-37,91v1,48,-17,68,-65,64r0,-28v39,7,37,-25,36,-62v0,-49,10,-67,37,-79v-34,-9,-39,-52,-37,-105v1,-33,-8,-38,-36,-37r0,-27v61,-8,65,35,65,96v0,37,7,58,37,58","w":119},"~":{"d":"149,-68v-28,0,-61,-27,-89,-27v-18,0,-34,11,-51,24r0,-30v15,-13,35,-23,54,-23v29,-1,61,27,88,27v16,0,36,-11,51,-24r0,30v-15,13,-34,23,-53,23","w":210},"'":{"d":"26,-166v-5,-28,-10,-57,-8,-92r32,0v2,35,-3,64,-9,92r-15,0","w":67},"`":{"d":"58,-235r24,52r-20,0r-40,-52r36,0","w":119},"\u00a0":{"w":100,"k":{"T":45,"V":54,"W":45,"Y":54,"A":36}}}});

Cufon.registerFont({"w":180,"face":{"font-family":"GillLight","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-16 -270 372 90","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}},"!":{"d":"44,-35r0,35r-24,0r0,-35r24,0xm44,-246r-7,177r-11,0r-6,-177r24,0","w":63},"\"":{"d":"63,-246r24,0v1,31,-2,58,-5,84r-15,0v-3,-27,-5,-54,-4,-84xm13,-246r24,0v1,30,-1,57,-4,84r-15,0v-3,-26,-6,-53,-5,-84","w":100},"#":{"d":"94,-251r17,0r-16,74r69,0r15,-74r17,0r-16,74r30,0r0,16r-33,0r-14,69r47,0r0,16r-51,0r-15,73r-17,0r16,-73r-69,0r-15,73r-17,0r16,-73r-30,0r0,-16r33,0r14,-69r-47,0r0,-16r51,0xm92,-161r-14,69r68,0r15,-69r-69,0","w":237},"$":{"d":"164,-216r0,20v-22,-16,-38,-22,-62,-25r0,94v47,13,72,33,72,67v0,22,-17,59,-72,63r0,39r-17,0r0,-39v-29,-2,-51,-11,-72,-29r0,-19v28,21,45,27,72,31r0,-99v-48,-14,-71,-35,-71,-65v0,-23,18,-57,71,-60r0,-11r17,0r0,11v27,2,41,7,62,22xm85,-132r0,-89v-65,10,-78,69,0,89xm102,-108r0,94v31,-1,54,-21,54,-45v0,-23,-15,-37,-54,-49","w":187},"%":{"d":"244,-54v0,32,-26,58,-58,58v-32,0,-57,-26,-57,-58v0,-32,25,-58,57,-58v32,0,58,26,58,58xm229,-54v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm123,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm107,-191v0,-23,-19,-42,-42,-42v-23,0,-43,19,-43,42v0,24,20,43,43,43v23,0,42,-20,42,-43xm232,-248r-197,252r-18,0r198,-252r17,0","w":251},"&":{"d":"183,-122r20,0v-8,26,-20,48,-34,69r50,53r-24,0r-37,-39v-23,26,-48,42,-85,42v-39,0,-64,-23,-64,-58v0,-31,22,-58,61,-75v-48,-38,-36,-111,28,-111v31,0,54,22,54,51v0,27,-17,47,-52,65r56,58v12,-17,19,-33,27,-55xm88,-138v30,-12,46,-30,46,-50v0,-20,-16,-35,-37,-35v-51,0,-48,57,-9,85xm145,-52r-62,-65v-37,16,-53,33,-53,59v0,62,87,53,115,6","w":221},"(":{"d":"117,-249v-94,90,-93,242,0,332r-18,0v-93,-89,-93,-243,0,-332r18,0","w":119},")":{"d":"3,83v94,-90,93,-242,0,-332r18,0v93,89,93,243,0,332r-18,0","w":119},"*":{"d":"142,-221r-50,41v17,5,45,-4,65,-4r0,17v-21,-1,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,5,46,5,67r-17,0v1,-22,6,-47,5,-67r-41,51r-13,-12r51,-41v-17,-5,-45,4,-66,4r0,-16v20,0,48,8,65,4r-50,-41r13,-12v14,15,28,38,42,49r-6,-65r17,0v0,21,-9,48,-5,66r42,-50","w":168},"+":{"d":"24,-134r87,0r0,-87r16,0r0,87r86,0r0,16r-86,0r0,86r-16,0r0,-86r-87,0r0,-16","w":237},",":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0","w":63,"k":{" ":29}},"-":{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},".":{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"\/":{"d":"80,-249r17,0r-79,252r-17,0","w":101},"0":{"d":"90,-249v58,4,78,64,78,127v0,79,-35,125,-77,125v-46,0,-79,-48,-79,-121v0,-74,17,-122,78,-131xm150,-123v0,-53,-19,-108,-60,-108v-35,0,-60,44,-60,108v0,64,24,109,59,109v40,0,61,-51,61,-109"},"1":{"d":"99,-246r0,246r-18,0r0,-246r18,0"},"2":{"d":"16,-205r0,-21v45,-46,130,-18,129,48v0,37,-25,87,-90,161r114,0r0,17r-156,0v88,-85,114,-142,114,-178v0,-57,-72,-71,-111,-27"},"3":{"d":"27,-215r0,-18v42,-35,125,-10,125,46v0,25,-16,46,-45,57v34,11,47,36,47,63v0,73,-77,82,-130,58r0,-17v43,23,112,14,112,-40v0,-33,-23,-56,-63,-55r0,-17v79,2,76,-94,4,-93v-18,0,-33,5,-50,16"},"4":{"d":"135,-249r0,140r35,0r0,14r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r124,-148r6,0xm117,-109r-1,-104r-85,104r86,0"},"5":{"d":"139,-246r0,17r-87,0r0,78v58,-9,101,21,101,75v0,70,-79,100,-138,63r0,-21v50,37,120,22,120,-41v0,-53,-49,-71,-100,-56r0,-115r104,0"},"6":{"d":"124,-249r11,13v-49,34,-84,80,-91,122v46,-39,124,-13,123,48v0,40,-29,69,-70,69v-46,0,-75,-33,-75,-86v0,-68,41,-121,102,-166xm40,-93v-5,49,21,79,56,79v30,0,52,-21,52,-49v-1,-56,-72,-69,-108,-30"},"7":{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},"8":{"d":"57,-128v-57,-30,-30,-121,33,-121v64,0,90,90,34,121v62,30,37,131,-33,131v-73,0,-97,-101,-34,-131xm90,-136v27,0,47,-20,47,-48v0,-26,-21,-47,-47,-47v-26,0,-47,20,-47,47v0,27,20,48,47,48xm90,-118v-29,0,-51,24,-51,52v0,28,22,52,52,52v30,0,51,-23,51,-54v0,-28,-23,-50,-52,-50"},"9":{"d":"52,3r-10,-13v62,-45,85,-83,92,-121v-50,38,-122,12,-122,-49v0,-40,29,-69,69,-69v47,0,75,33,75,86v0,57,-28,112,-104,166xm137,-153v4,-46,-15,-78,-55,-78v-28,0,-52,21,-52,50v0,56,74,65,107,28"},":":{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},";":{"d":"44,-35v1,36,-1,59,-24,77v-1,-18,10,-26,8,-42r-8,0r0,-35r24,0xm44,-162r0,35r-24,0r0,-35r24,0","w":63,"k":{" ":29}},"<":{"d":"24,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},"=":{"d":"24,-177r189,0r0,15r-189,0r0,-15xm24,-91r189,0r0,16r-189,0r0,-16","w":237},">":{"d":"213,-118r-189,79r0,-18r168,-69r-168,-69r0,-18r189,79r0,16","w":237},"?":{"d":"9,-214r8,-28v34,-19,70,3,70,44v0,61,-68,82,-40,134r-6,5v-43,-49,26,-85,27,-140v0,-36,-41,-46,-55,-15r-4,0xm54,-35r0,35r-23,0r0,-35r23,0","w":101},"@":{"d":"201,-182r22,0r-30,141v-3,15,-4,22,6,22v22,0,69,-36,69,-102v0,-45,-23,-113,-117,-113v-80,0,-137,58,-137,140v0,81,56,137,139,137v53,0,91,-19,118,-55r18,0v-28,47,-83,69,-137,69v-91,0,-153,-61,-153,-151v0,-75,46,-155,154,-155v94,0,130,69,130,128v0,72,-54,117,-91,117v-16,0,-25,-7,-20,-32v-40,56,-121,35,-121,-42v0,-80,97,-152,144,-74xm186,-121v0,-29,-19,-50,-45,-50v-46,0,-67,59,-67,94v0,32,19,56,45,56v41,0,67,-62,67,-100","w":288},"A":{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r114,-247r10,0xm173,-101r-53,-115r-53,115r106,0","w":240,"k":{"v":11,"w":7,"y":11,"C":18,"G":18,"O":18,"Q":18,"T":36,"U":7,"V":18,"W":18,"Y":36}},"B":{"d":"29,-246r51,0v100,2,103,86,46,119v37,8,57,29,57,62v0,66,-81,69,-154,65r0,-246xm48,-230r0,98v52,4,93,-11,93,-49v0,-46,-45,-51,-93,-49xm48,-116r0,100r51,0v51,0,64,-28,64,-50v0,-24,-14,-50,-73,-50r-42,0","w":191,"k":{",":-9,".":-9,"A":-7}},"C":{"d":"233,-228r0,21v-83,-52,-195,-16,-195,85v0,100,115,138,197,82r0,20v-92,55,-220,5,-217,-102v3,-109,120,-158,215,-106","w":243,"k":{",":-14,".":-20,"A":-16}},"D":{"d":"28,-246r86,0v104,0,134,69,134,123v0,57,-33,123,-130,123r-90,0r0,-246xm48,-230r0,214v99,7,180,-10,180,-107v0,-63,-45,-107,-112,-107r-68,0","w":266,"k":{"V":14,"W":14,"Y":31,",":22,".":22,"A":14}},"E":{"d":"163,-246r0,16r-115,0r0,99r112,0r0,15r-112,0r0,100r118,0r0,16r-137,0r0,-246r134,0","w":176},"F":{"d":"154,-246r0,16r-107,0r0,94r97,0r0,15r-97,0r0,121r-19,0r0,-246r126,0","w":157,"k":{",":29,".":29,"A":14}},"G":{"d":"234,-228r0,22v-80,-54,-195,-17,-195,83v0,55,36,109,113,109v28,0,49,-6,68,-16r0,-66r-52,0r0,-16r71,0r0,94v-96,52,-221,2,-221,-105v0,-104,119,-159,216,-105","w":258},"H":{"d":"230,-246r0,246r-19,0r0,-116r-163,0r0,116r-20,0r0,-246r20,0r0,114r163,0r0,-114r19,0","w":258},"I":{"d":"47,-246r0,246r-19,0r0,-246r19,0","w":74},"J":{"d":"49,-246r0,246v2,47,-20,76,-63,71r-2,-18v28,6,46,-11,46,-48r0,-251r19,0","w":74},"K":{"d":"188,-246r-117,123r128,123r-24,0r-129,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r24,0","w":191,"k":{"y":11,"O":14}},"L":{"d":"48,-246r0,230r121,0r0,16r-141,0r0,-246r20,0","w":168,"k":{"T":29,"V":29,"W":29,"Y":36}},"M":{"d":"140,-131r94,-115r19,0r0,246r-19,0r-1,-218r-93,115r-93,-115r0,218r-19,0r0,-246r19,0","w":281},"N":{"d":"249,-246r0,246r-15,0r-187,-215r0,215r-19,0r0,-246r16,0r186,215r0,-215r19,0","w":277},"O":{"d":"278,-123v0,71,-57,126,-130,126v-73,0,-130,-55,-130,-126v0,-71,57,-126,130,-126v73,0,130,55,130,126xm258,-123v0,-61,-47,-108,-109,-108v-62,0,-110,47,-110,108v0,61,48,109,110,109v62,0,109,-48,109,-109","w":296,"k":{"T":27,"V":14,"W":14,"Y":31,",":23,".":23,"A":18,"X":18}},"P":{"d":"28,-246r68,0v58,0,80,30,80,65v0,32,-18,66,-82,66r-47,0r0,115r-19,0r0,-246xm47,-230r0,99v54,4,109,-4,109,-49v0,-27,-18,-50,-61,-50r-48,0","w":183,"k":{",":65,".":65,"A":32,"e":18,"o":18,"a":7}},"Q":{"d":"264,23v6,10,-14,19,-18,28v-52,-6,-86,-27,-111,-48v-70,-5,-117,-63,-117,-125v0,-72,56,-127,130,-127v74,0,130,54,130,126v0,41,-24,113,-116,126v32,19,69,42,102,20xm258,-123v0,-61,-49,-108,-110,-108v-61,0,-109,48,-109,108v0,60,48,109,108,109v61,0,111,-49,111,-109","w":296,"k":{"U":5,",":14,".":14}},"R":{"d":"28,-246r63,0v100,-2,106,99,35,124v35,27,60,85,88,122r-22,0v-28,-35,-63,-128,-111,-118r-33,0r0,118r-20,0r0,-246xm48,-230r0,96v52,4,109,-4,104,-48v5,-41,-51,-53,-104,-48","w":206,"k":{"O":5,"T":11,"V":11,"W":9,"Y":14}},"S":{"d":"144,-233r0,21v-44,-32,-107,-23,-107,28v0,66,117,34,117,120v-1,65,-83,86,-134,46r0,-23v27,20,43,27,62,27v29,0,52,-21,52,-49v0,-70,-117,-40,-117,-121v-1,-60,78,-83,127,-49","w":168},"T":{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"w":45,"y":43,"O":27,"u":43,",":45,".":45,"A":36,"e":47,"o":50,"a":47,"r":36,":":9,"-":54}},"U":{"d":"210,-246r19,0r0,134v1,159,-207,150,-206,5r0,-139r19,0r0,138v0,64,40,94,84,94v42,0,84,-27,84,-97r0,-135","w":251,"k":{",":11,".":11,"A":11}},"V":{"d":"213,-246r-103,249r-6,0r-103,-249r19,0r87,208r87,-208r19,0","w":213,"k":{"G":14,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":18,"-":40}},"W":{"d":"186,-205r-83,208r-5,0r-98,-249r19,0r81,204r83,-204r6,0r82,204r81,-204r20,0r-99,249r-5,0","w":371,"k":{"y":7,"O":14,"u":14,",":36,".":36,"A":22,"e":25,"o":25,"a":14,"-":36}},"X":{"d":"124,-140r93,-106r25,0r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r111,-126r-105,-120r24,0","w":247},"Y":{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":209,"k":{"O":31,"u":36,",":50,".":50,"A":36,"e":50,"o":50,"a":36,"-":63}},"Z":{"d":"217,-246r2,7r-184,223r185,0r0,16r-215,0r-2,-5r184,-225r-175,0r0,-16r205,0","w":228},"[":{"d":"42,-229r0,291r64,0r0,17r-81,0r0,-325r81,0r0,17r-64,0","w":108},"\\":{"d":"84,3r-80,-252r17,0r79,252r-16,0","w":101},"]":{"d":"67,62r0,-291r-64,0r0,-17r81,0r0,325r-81,0r0,-17r64,0","w":108},"^":{"d":"119,-249r79,95r-12,9r-67,-81r-68,81r-11,-9","w":237},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18"},"a":{"d":"152,-28v2,25,-46,52,-45,11v-32,32,-94,25,-94,-21v0,-42,47,-57,94,-59v2,-32,-4,-54,-36,-53v-17,0,-30,6,-49,20r0,-18v20,-12,34,-17,52,-17v20,0,51,8,51,42r0,101v0,6,1,8,4,8v4,0,14,-7,23,-14xm107,-32r0,-50v-42,-2,-77,16,-77,44v0,36,53,34,77,6","w":153},"b":{"d":"22,-9r0,-237r18,0r0,107v42,-51,130,-22,130,53v0,77,-78,109,-148,77xm40,-119r0,98v55,22,113,-9,112,-64v0,-69,-75,-87,-112,-34","w":183,"k":{"v":5,"y":5,"b":5,"l":5,"u":4,",":7,".":7}},"c":{"d":"136,-157r0,19v-52,-27,-102,0,-103,58v-1,59,55,80,106,57r0,18v-63,24,-124,-6,-124,-73v0,-67,57,-105,121,-79","w":150,"k":{",":-9,".":-9}},"d":{"d":"162,-246r0,246r-18,0r0,-13v-54,41,-129,-1,-129,-68v0,-67,69,-106,129,-71r0,-94r18,0xm144,-28r0,-105v-46,-34,-111,-8,-111,51v0,56,65,89,111,54","w":183},"e":{"d":"160,-87r-127,0v-7,69,78,97,124,49r0,20v-55,46,-143,13,-143,-65v0,-48,32,-82,75,-82v35,0,71,24,71,78xm35,-101r105,0v-7,-65,-97,-60,-105,0","w":172,"k":{",":-11,".":-11}},"f":{"d":"120,-242r0,16v-47,-20,-76,7,-69,64r31,0r0,14r-31,0r0,148r-17,0r0,-148r-30,0r0,-14r30,0v-7,-65,32,-105,86,-80","w":86,"k":{"e":5,"i":7,"o":4}},"g":{"d":"150,-162r0,14r-37,0v15,14,23,27,23,43v0,72,-92,49,-92,80v0,35,106,-7,106,61v0,30,-28,47,-73,47v-87,0,-94,-73,-23,-83v-17,-4,-27,-12,-27,-23v0,-14,14,-21,33,-27v-32,-9,-43,-35,-43,-54v0,-27,16,-58,68,-58r65,0xm119,-104v0,-24,-19,-43,-43,-43v-24,0,-43,19,-43,42v0,24,19,44,43,44v24,0,43,-19,43,-43xm133,37v0,-23,-22,-28,-51,-28v-20,0,-59,3,-59,30v0,19,19,29,55,29v33,0,55,-12,55,-31","w":153},"h":{"d":"40,-246r0,112v31,-54,114,-36,114,35r0,99r-18,0v-4,-58,19,-149,-43,-148v-24,0,-38,12,-53,35r0,113r-18,0r0,-246r18,0","w":176,"k":{"y":5}},"i":{"d":"42,-162r0,162r-17,0r0,-162r17,0xm42,-246r0,30r-17,0r0,-30r17,0","w":67},"j":{"d":"42,-162r0,180v0,46,-22,65,-48,65r-4,-15v22,-1,34,-11,34,-50r0,-180r18,0xm42,-246r0,30r-18,0r0,-30r18,0","w":67},"k":{"d":"39,-246r0,246r-18,0r0,-246r18,0xm153,-162r-89,77r103,85r-24,0r-102,-85r89,-77r23,0","w":153,"k":{"e":4,"o":4}},"l":{"d":"42,-246r0,246r-17,0r0,-246r17,0","w":67,"k":{"w":4,"y":4}},"m":{"d":"39,-162v1,9,-2,22,1,29v24,-46,87,-42,103,7v28,-62,113,-47,113,27r0,99r-18,0v-3,-58,16,-147,-42,-148v-20,0,-33,11,-49,38r0,110r-17,0r0,-92v-1,-71,-67,-72,-91,-21r0,113r-17,0r0,-162r17,0","w":277,"k":{"y":5,"u":5}},"n":{"d":"40,-162r0,28v31,-53,114,-37,114,35r0,99r-18,0v-3,-58,16,-150,-43,-148v-23,0,-39,12,-53,35r0,113r-18,0r0,-162r18,0","w":176,"k":{"v":5,"y":5,"u":4}},"o":{"d":"180,-81v0,48,-35,84,-82,84v-47,0,-83,-36,-83,-84v0,-48,36,-84,83,-84v47,0,82,36,82,84xm161,-81v0,-39,-27,-67,-63,-67v-37,0,-65,28,-65,67v0,39,28,67,65,67v36,0,63,-28,63,-67","w":195,"k":{"v":7,"w":5,"y":7,",":7,".":7,"x":7}},"p":{"d":"40,-162r0,9v60,-33,128,4,128,72v0,67,-68,105,-128,72r0,92r-17,0r0,-245r17,0xm40,-136r0,110v48,29,109,5,109,-54v0,-57,-60,-86,-109,-56","w":183,"k":{"y":7,",":7,".":7}},"q":{"d":"161,-162r0,245r-17,0r0,-92v-62,31,-131,1,-131,-69v0,-71,72,-110,131,-72r0,-12r17,0xm144,-27r0,-107v-50,-34,-112,-3,-112,58v0,61,65,79,112,49","w":183},"r":{"d":"134,-146r-10,16v-39,-37,-53,-15,-84,28r0,102r-17,0r0,-162r17,0v1,14,-2,31,1,43v32,-45,52,-63,93,-27","w":119,"k":{"v":-25,"y":-25,"l":-14,"u":-14,",":32,".":32,"i":-9,"a":-9,"g":-9,"k":-14,"m":-9,"n":-9,"p":-9,"r":-9,"s":-14,"t":-29,":":-31,"-":29,";":-31}},"s":{"d":"111,-151r0,19v-28,-24,-72,-23,-79,10v0,39,84,25,84,81v0,44,-66,57,-101,29r0,-16v33,19,85,24,85,-14v0,-39,-84,-27,-84,-79v1,-42,61,-57,95,-30","w":127},"t":{"d":"108,-5v-25,12,-71,14,-71,-26r0,-117r-44,0r0,-14r44,0v0,-23,-4,-51,17,-53r0,53r45,0r0,14r-45,0r0,97v-6,45,26,42,54,29r0,17","w":108},"u":{"d":"136,0r0,-27v-31,49,-114,42,-114,-35r0,-100r18,0v2,58,-16,148,44,148v26,0,38,-12,52,-34r0,-114r18,0r0,162r-18,0","w":176},"v":{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,136r59,-136r17,0","w":153,"k":{",":18,".":18,"e":5,"o":5}},"w":{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{",":20,".":20,"e":5,"o":5}},"x":{"d":"88,-71r-64,71r-22,0r74,-83r-74,-79r22,0r64,67r63,-67r23,0r-75,79r75,83r-23,0","w":172,"k":{"e":7}},"y":{"d":"152,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r56,-113r17,0","w":150,"k":{",":32,".":32,"e":7,"o":7,"a":4}},"z":{"d":"137,-162r2,6r-107,140r107,0r0,16r-134,0r-1,-5r107,-141r-101,0r0,-16r127,0","w":142,"k":{"e":5,"o":5}},"{":{"d":"18,-70r0,-23v36,5,34,-52,33,-94v0,-43,18,-61,52,-59r0,20v-37,-8,-32,39,-32,74v0,39,-10,62,-35,71v35,9,35,56,35,105v0,33,8,39,32,39r0,20v-47,7,-52,-41,-52,-94v0,-42,-8,-58,-33,-59","w":119},"|":{"d":"31,-270r17,0r0,360r-17,0r0,-360","w":79},"}":{"d":"102,-93r0,23v-36,-5,-34,51,-34,94v0,43,-17,61,-51,59r0,-20v37,8,32,-39,32,-74v0,-39,10,-61,35,-70v-35,-9,-35,-57,-35,-106v0,-33,-8,-39,-32,-39r0,-20v47,-7,51,42,51,94v0,42,9,58,34,59","w":119},"~":{"d":"24,-105r0,-19v20,-14,37,-21,51,-21v27,0,66,28,88,28v13,0,24,-6,50,-24r0,20v-21,15,-35,21,-49,21v-28,0,-64,-29,-89,-29v-15,0,-25,5,-51,24","w":237},"'":{"d":"28,-246r24,0v1,30,-1,57,-4,84r-16,0v-3,-27,-5,-54,-4,-84","w":79},"`":{"d":"28,-244r29,0r37,56r-12,0","w":119},"\u00a0":{"w":100,"k":{"T":50,"V":50,"W":36,"Y":54,"A":22}}}});