/*
 * 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(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());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;var F=(document.documentMode||0)<8;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:'+(F?"middle":"text-bottom")+";}.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(G,H){return A(G,/(?:em|ex|%)$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());

Cufon.registerFont({"w":198,"face":{"font-family":"Gill Sans","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 0 0 0 0 0 0 0","ascent":"270","descent":"-90","bbox":"-12 -270 420 90","underline-thickness":"18","underline-position":"-18","stemh":"34","stemv":"52","unicode-range":"U+0020-U+00AE"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"61,-87v-2,20,-23,18,-25,-2v-2,-24,-46,-160,13,-160v60,0,15,133,12,162xm49,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":97},"\"":{"d":"153,-258v2,35,-2,64,-8,92r-32,0v-5,-28,-10,-57,-8,-92r48,0xm28,-166v-6,-28,-11,-56,-9,-92r49,0v2,35,-3,65,-9,92r-31,0","w":172},"#":{"d":"-2,-180r52,0r14,-66r40,0r-13,66r55,0r14,-66r40,0r-14,66r27,0r0,39r-35,0r-10,47r45,0r0,39r-53,0r-14,65r-40,0r14,-65r-56,0r-13,65r-41,0r14,-65r-26,0r0,-39r34,0r10,-47r-44,0r0,-39xm82,-141r-9,47r55,0r10,-47r-56,0","w":210},"$":{"d":"168,-217r0,44v-19,-14,-34,-21,-56,-24r0,58v91,24,92,126,0,142r0,40r-30,0r0,-40v-18,-2,-48,-15,-63,-25r0,-42v23,17,42,26,63,30r0,-69v-92,-16,-83,-124,0,-133r0,-13r30,0r0,13v17,1,37,8,56,19xm82,-149r0,-48v-32,7,-32,40,0,48xm112,-94r0,59v37,-7,36,-50,0,-59","w":195},"%":{"d":"92,-191v0,-15,-11,-27,-25,-27v-14,0,-26,12,-26,27v0,14,12,27,26,27v14,0,25,-12,25,-27xm125,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm230,-249r-172,252r-30,0r173,-252r29,0xm250,-55v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm217,-55v0,-15,-11,-27,-25,-27v-14,0,-26,12,-26,27v0,14,12,27,26,27v14,0,25,-12,25,-27","w":258},"&":{"d":"209,-127r52,0v-14,33,-30,56,-49,73r49,54r-74,0r-18,-19v-51,39,-156,25,-155,-43v0,-28,17,-50,55,-69v-44,-47,-18,-119,53,-118v42,0,71,25,71,59v0,24,-16,45,-46,63r34,38v11,-11,20,-24,28,-38xm121,-157v18,-10,24,-19,24,-31v0,-12,-10,-20,-23,-20v-34,0,-23,36,-1,51xm140,-51r-43,-48v-36,16,-32,62,6,62v11,0,25,-6,37,-14","w":270},"(":{"d":"72,-83v0,58,15,111,64,166r-37,0v-50,-39,-83,-103,-83,-166v0,-63,34,-128,83,-166r37,0v-49,54,-64,108,-64,166","w":138},")":{"d":"66,-83v0,-58,-15,-112,-64,-166r37,0v49,38,83,103,83,166v0,63,-33,126,-83,166r-37,0v49,-55,64,-108,64,-166","w":138},"*":{"d":"105,-108v7,18,-17,12,-31,13v-9,0,-13,-2,-10,-13r16,-51r-5,-4r-35,36v-17,21,-22,-7,-28,-17v-5,-8,-3,-13,5,-15v18,-5,39,-6,55,-13r-55,-12v-17,-7,1,-25,5,-35v4,-8,6,-10,18,2r35,37r5,-4r-16,-51v-7,-18,16,-14,31,-14v10,0,13,4,10,14r-16,51r5,4r35,-37v17,-21,20,7,27,15v6,10,5,16,-4,18v-18,5,-39,6,-55,13r55,12v17,5,0,24,-4,33v-4,10,-8,10,-16,2r-38,-39r-5,4","w":168},"+":{"d":"15,-104r0,-46r67,0r0,-67r46,0r0,67r67,0r0,46r-67,0r0,67r-46,0r0,-67r-67,0","w":210},",":{"d":"18,61v0,-22,21,-34,16,-58v-30,-8,-20,-54,11,-54v21,0,36,17,36,41v0,36,-28,67,-63,71","w":97},"-":{"d":"107,-107r0,48r-94,0r0,-48r94,0","w":119},"\u00ad":{"d":"107,-107r0,48r-94,0r0,-48r94,0","w":119},".":{"d":"49,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31v0,-17,15,-31,32,-31","w":97},"\/":{"d":"0,3r61,-252r37,0r-62,252r-36,0","w":101},"0":{"d":"183,-124v0,72,-25,127,-83,127v-57,0,-84,-52,-84,-126v0,-83,35,-126,84,-126v55,0,83,53,83,125xm128,-128v0,-49,-7,-75,-29,-75v-26,0,-28,35,-28,83v0,50,7,77,29,77v24,0,28,-34,28,-85"},"1":{"d":"126,-246r0,246r-55,0r0,-246r55,0"},"2":{"d":"19,-7v36,-49,88,-103,95,-162v-7,-52,-61,-38,-91,-5r0,-51v54,-44,147,-27,146,46v0,31,-22,73,-66,129r79,0r0,50r-163,0r0,-7"},"3":{"d":"73,-106r0,-43v23,0,34,-15,34,-29v0,-35,-51,-34,-80,-17r0,-43v50,-24,135,-7,135,49v0,24,-13,44,-37,57v30,12,43,35,43,63v0,67,-91,89,-147,58r0,-47v31,26,90,29,90,-13v0,-20,-15,-34,-38,-35"},"4":{"d":"165,-249r0,149r16,0r0,40r-16,0r0,60r-54,0r0,-60r-96,0r0,-40r115,-149r35,0xm111,-167v-19,21,-35,45,-53,67r53,0r0,-67"},"5":{"d":"163,-246r0,50r-78,0r0,46v56,-4,86,33,86,75v0,71,-91,96,-148,65r0,-45v33,22,91,25,91,-18v0,-28,-29,-41,-78,-32r0,-141r127,0"},"6":{"d":"152,-249r-57,93v38,-10,84,16,84,75v0,48,-35,84,-82,84v-91,0,-102,-114,-48,-183r43,-69r60,0xm126,-79v0,-22,-11,-37,-28,-37v-17,0,-27,15,-27,38v0,23,10,35,27,35v17,0,28,-14,28,-36"},"7":{"d":"48,-15r66,-182r-91,0r0,-49r162,0r-88,249"},"8":{"d":"99,-249v81,0,99,86,46,119v66,32,38,133,-46,133v-82,0,-112,-102,-45,-133v-58,-33,-27,-119,45,-119xm122,-180v0,-21,-8,-33,-23,-33v-14,0,-22,13,-22,34v0,21,9,34,23,34v14,0,22,-13,22,-35xm127,-71v0,-24,-10,-39,-27,-39v-17,0,-28,15,-28,38v0,24,11,39,28,39v16,0,27,-15,27,-38"},"9":{"d":"45,3r57,-92v-44,12,-84,-26,-84,-75v0,-48,36,-85,82,-85v89,0,103,114,48,182r-43,70r-60,0xm126,-165v0,-23,-10,-38,-27,-38v-16,0,-28,15,-28,37v0,22,11,37,28,37v16,0,27,-15,27,-36"},":":{"d":"49,-166v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-15,-32,-32v0,-17,15,-31,32,-31xm49,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31v0,-17,15,-31,32,-31","w":97},";":{"d":"18,61v0,-22,21,-34,16,-58v-30,-8,-20,-54,11,-54v21,0,36,17,36,41v0,36,-28,67,-63,71xm49,-166v17,0,31,14,31,31v0,17,-14,32,-31,32v-17,0,-32,-15,-32,-32v0,-17,15,-31,32,-31","w":97},"<":{"d":"17,-106r0,-43r177,-77r0,49r-124,49r124,49r0,49","w":210},"=":{"d":"15,-65r0,-46r180,0r0,46r-180,0xm15,-143r0,-46r180,0r0,46r-180,0","w":210},">":{"d":"193,-106r-176,76r0,-49r123,-49r-123,-49r0,-49r176,77r0,43","w":210},"?":{"d":"56,-74v-18,0,-20,-19,-20,-40v0,-35,28,-56,28,-78v0,-29,-36,-18,-55,-5r9,-45v45,-18,102,-2,101,44v-2,57,-54,70,-52,118v0,5,-3,6,-11,6xm57,-59v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31v0,-17,14,-31,31,-31","w":135},"@":{"d":"312,-3r38,0v-63,124,-340,108,-339,-80v0,-77,46,-179,180,-179v89,0,150,54,150,134v0,63,-47,128,-117,128v-19,0,-28,-6,-32,-20v-42,44,-115,11,-115,-54v0,-50,32,-116,94,-116v21,0,38,8,48,23r4,-19r46,0r-28,133v-3,13,1,17,6,17v18,0,62,-40,62,-93v0,-44,-30,-101,-121,-101v-108,0,-146,83,-146,147v0,139,204,162,270,80xm122,-73v0,25,13,41,32,41v41,0,55,-63,55,-86v0,-25,-13,-41,-33,-41v-36,0,-54,49,-54,86","w":352},"A":{"d":"171,-246r109,246r-66,0r-20,-49r-110,0r-18,49r-65,0r99,-246r71,0xm176,-91r-40,-96r-36,96r76,0","w":281},"B":{"d":"27,-246r107,0v89,1,105,80,47,111v35,9,53,34,53,63v0,28,-15,72,-87,72r-120,0r0,-246xm89,-201r0,53v30,3,67,-2,63,-27v3,-24,-34,-29,-63,-26xm89,-103r0,58v36,1,86,2,80,-30v1,-32,-45,-29,-80,-28","w":251},"C":{"d":"256,-75r0,54v-34,18,-60,24,-96,24v-95,0,-143,-62,-143,-125v0,-66,54,-127,148,-127v34,0,64,8,88,22r0,55v-58,-44,-174,-31,-173,49v0,44,36,75,87,75v32,0,54,-10,89,-27","w":277},"D":{"d":"27,-246r108,0v90,0,136,57,136,124v0,71,-44,122,-142,122r-102,0r0,-246xm88,-201r0,156r40,0v62,0,80,-42,80,-78v0,-56,-47,-87,-120,-78","w":288},"E":{"d":"209,-45r0,45r-181,0r0,-246r179,0r0,45r-118,0r0,52r112,0r0,45r-112,0r0,59r120,0","w":228},"F":{"d":"197,-246r0,45r-108,0r0,55r108,0r0,45r-108,0r0,101r-62,0r0,-246r170,0","w":217},"G":{"d":"262,-229r0,54v-31,-15,-62,-23,-92,-23v-67,0,-90,42,-90,78v0,58,69,89,126,63r0,-28r-36,0r0,-45r97,0r0,100v-18,19,-64,33,-104,33v-86,0,-146,-52,-146,-125v0,-75,61,-127,148,-127v37,0,73,8,97,20","w":292},"H":{"d":"273,-246r0,246r-62,0r0,-99r-122,0r0,99r-61,0r0,-246r61,0r0,99r122,0r0,-99r62,0","w":299},"I":{"d":"91,-246r0,246r-61,0r0,-246r61,0","w":119},"J":{"d":"93,-246r0,223v-1,64,-29,101,-105,94r0,-48v30,5,44,-14,44,-45r0,-224r61,0","w":119},"K":{"d":"234,-246r-80,116r108,130r-77,0r-97,-115r0,115r-61,0r0,-246r61,0r1,112r77,-112r68,0","w":258},"L":{"d":"215,-45r0,45r-188,0r0,-246r62,0r0,201r126,0","w":221},"M":{"d":"159,-154r79,-92r54,0r0,246r-62,0r0,-153r-66,77r-9,0r-66,-77r0,153r-62,0r0,-246r54,0","w":318},"N":{"d":"276,-246r0,246r-51,0r-136,-157r0,157r-61,0r0,-246r56,0r131,151r0,-151r61,0","w":303},"O":{"d":"158,-249v189,3,182,251,0,252v-184,-1,-189,-249,0,-252xm235,-123v0,-45,-31,-75,-77,-75v-47,0,-78,30,-78,75v0,45,31,75,78,75v46,0,77,-30,77,-75","w":315},"P":{"d":"30,-246r109,0v56,0,82,40,82,73v0,35,-24,74,-81,74r-49,0r0,99r-61,0r0,-246xm91,-201r0,57v32,2,72,0,67,-28v5,-28,-33,-30,-67,-29","w":236},"Q":{"d":"298,11r4,5r-48,41v-47,-3,-95,-27,-136,-57v-46,-8,-101,-54,-101,-121v0,-63,53,-128,141,-128v169,0,181,205,49,245v27,15,66,23,91,15xm80,-122v0,45,31,75,78,75v44,0,77,-27,77,-75v0,-49,-35,-76,-77,-76v-47,0,-78,31,-78,76","w":315},"R":{"d":"27,-246r110,0v85,-2,109,102,38,131v25,13,33,43,68,115r-68,0v-33,-59,-29,-107,-86,-100r0,100r-62,0r0,-246xm89,-201r0,56v31,0,63,5,65,-28v2,-29,-34,-29,-65,-28","w":243},"S":{"d":"192,-230r0,48v-36,-16,-57,-22,-78,-22v-22,0,-36,8,-36,20v0,37,125,27,125,113v0,83,-134,89,-182,50r0,-52v35,23,56,31,83,31v23,0,36,-8,36,-22v0,-40,-125,-26,-125,-114v0,-72,111,-88,177,-52","w":217},"T":{"d":"249,-246r0,45r-89,0r0,201r-61,0r0,-201r-89,0r0,-45r239,0","w":258},"U":{"d":"210,-246r61,0r0,140v0,81,-56,109,-123,109v-71,0,-123,-33,-123,-109r0,-140r61,0r0,142v0,35,26,56,61,56v32,0,63,-17,63,-61r0,-137","w":296},"V":{"d":"259,-246r-114,249r-26,0r-119,-249r67,0r64,141r62,-141r66,0","w":258},"W":{"d":"210,-157r-76,160r-26,0r-108,-249r64,0r58,136r63,-136r50,0r63,136r57,-136r65,0r-108,249r-26,0","w":420},"X":{"d":"280,-246r-96,119r107,127r-79,0r-67,-81r-65,81r-79,0r104,-127r-98,-119r79,0r59,73r58,-73r77,0","w":292},"Y":{"d":"97,0r0,-115r-97,-131r74,0r53,78r54,-78r74,0r-97,131r0,115r-61,0","w":254},"Z":{"d":"240,-246r-134,201r134,0r0,45r-239,0r135,-201r-125,0r0,-45r229,0","w":251},"[":{"d":"151,-246r0,40r-69,0r0,246r69,0r0,40r-121,0r0,-326r121,0","w":157},"\\":{"d":"100,3r-36,0r-61,-252r37,0","w":101},"]":{"d":"7,80r0,-40r68,0r0,-246r-68,0r0,-40r120,0r0,326r-120,0","w":157},"^":{"d":"20,-105r66,-141r39,0r65,141r-50,0r-35,-86r-34,86r-51,0","w":210},"_":{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},"a":{"d":"191,-41r0,29v-23,14,-68,27,-78,-3v-35,30,-101,22,-101,-22v0,-40,30,-48,99,-70v0,-44,-70,-27,-90,0r0,-42v42,-29,143,-33,142,30r0,76v4,18,11,13,28,2xm111,-40r0,-40v-31,11,-46,18,-46,35v0,24,32,19,46,5","w":191},"b":{"d":"73,-246r0,89v58,-34,124,6,124,73v0,71,-71,111,-124,71r0,13r-52,0r0,-246r52,0xm73,-123r0,77v31,29,72,11,71,-38v-1,-49,-39,-63,-71,-39","w":209},"c":{"d":"167,-45r0,37v-70,30,-153,-2,-153,-74v0,-72,82,-106,150,-76r0,38v-38,-22,-96,-10,-94,37v2,50,51,61,97,38","w":180},"d":{"d":"189,-246r0,246r-53,0r0,-13v-52,41,-123,-1,-123,-70v0,-68,63,-105,123,-76r0,-87r53,0xm136,-45r0,-80v-33,-21,-70,-4,-70,43v0,45,40,65,70,37","w":209},"e":{"d":"184,-51r0,32v-77,50,-171,16,-171,-63v0,-51,37,-87,88,-87v48,0,88,34,85,94r-119,0v5,56,77,60,117,24xm68,-102r72,0v-2,-23,-16,-36,-36,-36v-21,0,-34,13,-36,36"},"f":{"d":"81,-166r24,0r0,36r-24,0r0,130r-52,0r0,-130r-24,0r0,-36r24,0v-4,-67,44,-93,105,-80r0,43v-35,-8,-54,-2,-53,37","w":108},"g":{"d":"191,-166r0,35r-24,0v14,21,9,49,-7,64v-30,30,-78,13,-78,32v0,19,66,0,91,30v39,47,-5,88,-74,88v-70,0,-89,-26,-89,-48v0,-15,10,-32,44,-43v-11,-3,-20,-9,-20,-21v0,-18,20,-23,30,-25v-21,-3,-46,-20,-46,-51v0,-21,14,-61,74,-61r99,0xm67,-105v0,16,13,30,30,30v17,0,30,-15,30,-32v0,-15,-12,-28,-30,-28v-17,0,-30,13,-30,30xm139,31v0,-12,-15,-18,-41,-18v-24,0,-40,7,-40,19v0,13,15,20,43,20v23,0,38,-10,38,-21","w":195},"h":{"d":"75,-246r0,105v33,-46,114,-37,114,35r0,106r-53,0v-5,-45,17,-129,-27,-131v-12,0,-22,7,-34,25r0,106r-53,0r0,-246r53,0","w":209},"i":{"d":"75,-166r0,166r-52,0r0,-166r52,0xm49,-249v16,0,28,13,28,29v0,16,-12,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29","w":97},"j":{"d":"76,-166r0,171v0,57,-36,75,-63,78r-16,-47v19,-3,27,-17,27,-44r0,-158r52,0xm50,-249v16,0,28,13,28,29v0,16,-12,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-29,29,-29","w":97},"k":{"d":"75,-246r1,162r64,-82r61,0r-65,82r68,84r-64,0r-65,-82r0,82r-52,0r0,-246r52,0"},"l":{"d":"75,-246r0,246r-52,0r0,-246r52,0","w":97},"m":{"d":"75,-145v29,-31,99,-35,117,11v37,-56,131,-44,131,27r0,107r-53,0v-5,-47,19,-132,-30,-134v-15,0,-29,10,-41,28r0,106r-52,0r0,-98v-4,-50,-50,-42,-72,-13r0,111r-52,0r0,-166r52,0r0,21","w":344},"n":{"d":"74,-166r0,24v37,-44,114,-40,114,37r0,105r-52,0r0,-101v-4,-46,-43,-42,-62,-6r0,107r-52,0r0,-166r52,0","w":209},"o":{"d":"201,-83v0,126,-188,105,-188,0v0,-57,45,-86,94,-86v41,0,94,22,94,86xm145,-84v0,-32,-12,-54,-38,-54v-23,0,-38,18,-38,55v0,43,18,55,38,55v24,0,38,-20,38,-56","w":213},"p":{"d":"73,-166r0,14v51,-42,124,-1,124,67v0,70,-65,108,-124,77r0,91r-52,0r0,-249r52,0xm73,-119r0,77v32,24,71,5,71,-40v0,-48,-39,-64,-71,-37","w":209},"q":{"d":"137,-166r52,0r0,249r-52,0r0,-91v-58,31,-124,-7,-124,-77v0,-68,74,-109,124,-67r0,-14xm137,-42r0,-77v-32,-27,-71,-12,-71,37v0,45,39,64,71,40","w":209},"r":{"d":"75,-166v1,15,-2,35,1,48v24,-50,46,-66,87,-36r-14,46v-40,-26,-56,-9,-74,36r0,72r-52,0r0,-166r52,0","w":161},"s":{"d":"136,-157r0,37v-23,-14,-46,-18,-56,-18v-7,0,-18,1,-18,13v0,18,82,19,82,74v0,35,-25,54,-68,54v-27,0,-52,-8,-59,-12r0,-37v17,7,34,14,54,14v15,0,25,-4,25,-12v0,-24,-83,-20,-83,-74v0,-50,81,-64,123,-39","w":153},"t":{"d":"141,-166r0,36r-61,0v3,37,-14,95,26,95v11,0,21,-3,35,-10r0,38v-51,21,-112,14,-113,-52r0,-71r-24,0r0,-10r70,-78r6,0r0,52r61,0","w":146},"u":{"d":"136,0r0,-24v-36,46,-114,34,-114,-36r0,-106r52,0r0,103v0,48,55,33,62,3r0,-106r52,0r0,166r-52,0","w":209},"v":{"d":"77,3r-76,-169r56,0r35,91r35,-91r56,0r-76,169r-30,0","w":183},"w":{"d":"141,-87r-42,90r-24,0r-75,-169r53,0r35,91r37,-91r32,0r36,91r35,-91r54,0r-75,169r-25,0","w":281},"x":{"d":"193,-166r-66,81r71,85r-61,0r-39,-51r-38,51r-59,0r68,-85r-68,-81r61,0r36,48r34,-48r61,0"},"y":{"d":"183,-166r-111,246r-55,0r48,-107r-65,-139r56,0r35,85r38,-85r54,0","w":183},"z":{"d":"15,-166r162,0r-85,130r85,0r0,36r-170,0r85,-130r-77,0r0,-36","w":187},"{":{"d":"10,-113v41,2,40,-40,39,-82v0,-55,30,-69,82,-66v-2,13,4,33,-2,42v-32,0,-35,3,-35,40v0,41,-1,65,-30,86v29,21,30,46,30,87v-1,38,4,39,37,39r0,43v-63,7,-82,-25,-82,-94v0,-33,-8,-54,-39,-54r0,-41","w":138},"|":{"d":"31,90r0,-360r39,0r0,360r-39,0","w":101},"}":{"d":"128,-72v-41,-2,-38,41,-38,82v0,55,-30,69,-82,66v2,-13,-4,-34,2,-43v32,0,34,-2,34,-39v0,-41,2,-66,31,-87v-29,-21,-31,-45,-31,-86v1,-38,-3,-40,-36,-40r0,-42v63,-7,82,25,82,94v0,33,7,54,38,54r0,41","w":138},"~":{"d":"6,-63r0,-47v22,-18,38,-26,57,-26v31,0,62,28,89,28v16,0,29,-8,52,-27r0,47v-13,13,-38,26,-57,26v-29,0,-65,-28,-87,-28v-17,0,-30,6,-54,27","w":210},"'":{"d":"68,-258v2,35,-3,65,-9,92r-31,0v-6,-28,-11,-56,-9,-92r49,0","w":86},"`":{"d":"3,-243r59,0r27,52r-27,0","w":119},"\u00ae":{"d":"197,-56r-36,0v-16,-24,-18,-62,-60,-59r0,59r-29,0r0,-143v49,0,116,-9,116,40v0,23,-17,35,-39,41v17,0,36,43,48,62xm101,-138v23,1,60,1,56,-19v2,-22,-32,-21,-56,-20r0,39xm133,-236v-60,0,-108,48,-108,108v0,60,48,108,108,108v60,0,109,-48,109,-108v0,-60,-49,-108,-109,-108xm133,-263v75,0,135,60,135,135v0,75,-60,134,-135,134v-75,0,-134,-59,-134,-134v0,-75,59,-135,134,-135","w":266}}});