/*
 * 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}})());

//head
Cufon.registerFont({"w":79,"face":{"font-family":"Headache","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"5","bbox":"-17 -274.069 322 79.0215","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":84},"!":{"d":"62,-255r0,137v-9,20,-19,37,-31,49r-9,-11r-5,-175r45,0xm35,0v-14,0,-25,-14,-25,-28v0,-16,11,-28,25,-28v14,0,26,13,26,28v0,14,-12,28,-26,28","w":83,"k":{"J":8,"1":14}},"\"":{"d":"122,-235r-32,69v-40,-3,-15,-57,-11,-89r28,0xm65,-235r-31,69v-40,-3,-16,-56,-12,-89r29,0","w":138,"k":{"u":13,"s":23,"r":15,"q":29,"p":13,"o":35,"n":15,"m":15,"g":29,"f":11,"e":33,"d":33,"c":29,"a":31,"W":-10,"V":-10,"Q":16,"O":16,"J":76,"G":12,"C":12,"A":45,"@":41,";":19,":":19,"8":9,"6":11,"4":55,"2":9,"1":16,"0":13,"\/":55,".":78,"-":109,",":78,"(":14,"#":23}},"#":{"d":"214,-257r-11,62r40,0r-4,39r-44,0r-11,58r50,0r-5,39r-52,0r-12,61r-39,0r12,-61r-54,0r-12,61r-39,0r12,-61r-41,0r5,-39r43,0r11,-58r-49,0r5,-39r51,0r12,-62r39,0r-12,62r54,0r12,-62r39,0xm156,-156r-54,0r-11,58r54,0","w":257,"k":{"w":-9,"a":9,"]":20,"\\":11,"Z":21,"Y":18,"X":27,"T":25,"J":9,"A":17,"@":10,"7":30,"1":13,"\/":22,".":60,",":60,")":28,"#":9}},"$":{"d":"79,-160r0,-64v-32,8,-21,52,0,64xm109,-103r0,70v23,-7,27,-59,0,-70xm15,-199v0,-36,27,-56,64,-58r0,-14r30,0r0,14v45,8,53,29,58,82r-47,0v0,-20,-5,-34,-11,-42r0,71v43,15,64,29,64,79v0,42,-22,66,-64,70r0,19r-30,0r0,-19v-50,-6,-56,-26,-59,-83r47,2v-1,21,3,36,12,43r0,-84v-39,-17,-64,-34,-64,-80","w":187},"%":{"d":"176,-257r-113,254r-26,0r115,-254r24,0xm68,-238v-15,-5,-33,45,-33,67v0,13,5,20,16,20v16,5,32,-44,32,-66v0,-14,-5,-21,-15,-21xm10,-178v2,-37,24,-82,54,-78v26,3,43,17,42,42v0,37,-23,85,-52,81v-27,-3,-45,-18,-44,-45xm167,-108v-15,-5,-33,45,-33,67v0,13,5,20,16,20v16,5,32,-42,32,-65v0,-14,-5,-22,-15,-22xm109,-48v2,-36,23,-82,53,-78v26,3,44,17,43,42v-1,37,-22,85,-52,81v-27,-4,-45,-18,-44,-45","w":217},"&":{"d":"55,-86v0,8,3,11,14,11r0,17v-17,0,-26,-10,-26,-29v0,-41,51,-21,83,-29v-1,7,3,20,-6,18v12,12,9,46,-17,42v-23,3,-22,-27,-30,-40v-12,0,-19,-2,-18,10xm88,-96v3,9,4,24,15,23v8,0,13,-3,13,-10v0,-9,-9,-13,-28,-13xm126,-179r0,17r-59,0v-8,0,-12,4,-12,10v5,22,48,7,71,11r0,18r-82,0r0,-17r7,0v-14,-10,-10,-39,13,-39r62,0xm81,-186v39,0,59,-21,39,-43v10,2,5,-10,6,-16r-107,0r0,15r30,0v-15,20,-2,44,32,44xm116,-218v-2,18,-61,22,-61,1v0,-14,18,-13,33,-13v18,0,28,4,28,12","w":146},"'":{"d":"65,-235r-32,69v-40,-3,-15,-57,-11,-89r29,0","w":81,"k":{"u":13,"s":23,"r":15,"q":29,"p":13,"o":35,"n":15,"m":15,"g":29,"f":11,"e":33,"d":33,"c":29,"a":31,"W":-9,"V":-10,"Q":16,"O":16,"J":84,"G":12,"C":12,"A":76,"@":41,";":19,":":19,"8":9,"6":11,"4":79,"2":9,"1":16,"0":13,"\/":79,".":78,"-":81,",":78,"(":13,"#":23}},"(":{"d":"95,36r-28,0v-53,-32,-58,-78,-52,-165v5,-83,2,-102,52,-129r28,0v-3,4,-11,35,-13,39v-34,38,-31,67,-24,138v6,65,-3,78,32,95v1,7,3,14,5,22","w":104,"k":{"z":11,"y":11,"w":8,"v":10,"u":17,"s":24,"r":15,"q":19,"o":21,"n":14,"m":15,"j":-32,"f":9,"e":22,"d":21,"c":19,"a":20,"]":-11,"\\":-10,"Y":-10,"W":-13,"V":-13,"S":10,"Q":17,"O":15,"J":22,"G":11,"C":11,"@":25,"?":8,":":18,"8":9,"6":10,"4":18,"3":10,"2":12,"1":20,"0":12,".":14,"-":19,"(":13,"#":18}},")":{"d":"40,-258v54,32,57,80,51,169v-6,81,-5,100,-51,125r-27,0v4,-2,16,-46,15,-47v16,-15,25,-33,25,-52v0,-110,15,-119,-27,-156v-4,-3,-10,-36,-13,-39r27,0","w":113,"k":{"w":-8,"]":13,"\\":12,"Y":17,"T":12,"7":15,"1":13,")":22}},"*":{"d":"138,-199v-24,8,-39,12,-46,13r30,37r-23,15v-13,-18,-22,-31,-27,-39v-5,10,-14,22,-26,39r-22,-15v13,-17,14,-17,30,-37v-20,-6,-20,-6,-46,-13r9,-27r44,16v-1,-7,-2,-22,-2,-47r27,0v0,13,0,29,-1,47v5,-3,19,-8,44,-16","w":153},"+":{"d":"158,-78r-59,0r0,59r-29,0r0,-59r-59,0r0,-29r59,0r0,-59r29,0r0,59r59,0r0,29","w":171},",":{"d":"21,29v9,-4,19,-20,14,-29v-14,1,-25,-14,-25,-28v0,-16,11,-28,25,-28v34,-1,30,61,15,78v-6,6,-11,13,-20,18","k":{"z":-11,"y":27,"x":-13,"w":21,"v":29,"t":12,"j":-15,"f":10,"\\":76,"Z":-12,"Y":76,"X":-13,"W":27,"V":73,"T":77,"S":9,"Q":17,"O":9,"A":-14,"@":12,"?":30,"7":10,"2":-9,"1":44,"\/":-12,"-":79,")":10,"'":79,"#":18,"\"":80}},"-":{"d":"92,-84r-83,0r0,-30r83,0r0,30","w":114,"k":{"z":25,"y":14,"x":30,"v":11,"t":14,"f":14,"]":22,"\\":32,"Z":19,"Y":53,"X":29,"W":15,"V":23,"T":48,"S":21,"A":9,"?":39,";":84,":":83,"9":8,"7":33,"5":119,"4":-9,"3":8,"2":31,"1":48,"0":-8,"\/":14,".":83,",":84,")":38,"'":87,"\"":115}},"\u2010":{"d":"92,-84r-83,0r0,-30r83,0r0,30","w":114},".":{"d":"35,0v-14,0,-25,-14,-25,-28v0,-16,11,-28,25,-28v14,0,26,13,26,28v0,14,-12,28,-26,28","w":80,"k":{"z":-10,"y":35,"w":22,"v":30,"t":13,"f":12,"]":20,"\\":77,"Z":-10,"Y":76,"W":28,"V":74,"T":78,"S":10,"Q":9,"O":10,"A":-9,"@":8,"?":31,"7":14,"1":45,"-":79,")":17,"'":80,"#":22,"\"":80}},"\/":{"d":"108,-257r-77,259r-28,0r78,-259r27,0","w":119,"k":{"z":9,"y":8,"x":8,"u":13,"s":21,"r":14,"q":22,"p":12,"o":26,"n":13,"m":13,"g":22,"f":13,"e":26,"d":22,"c":22,"a":27,"W":-10,"V":-10,"S":13,"Q":15,"O":15,"J":37,"G":13,"C":13,"A":44,"@":31,"?":10,";":19,":":19,"8":12,"6":12,"5":10,"4":36,"3":13,"2":13,"1":21,"0":13,"\/":54,".":52,"-":27,",":53,"(":15,"#":20}},"0":{"d":"102,-227v-41,0,-53,53,-53,103v-1,65,17,97,53,97v42,0,52,-46,52,-97v0,-50,-10,-103,-52,-103xm100,6v-69,0,-93,-53,-92,-132v1,-77,25,-132,92,-132v73,0,91,51,92,132v0,77,-24,132,-92,132","w":214,"k":{"]":18,"\\":17,"Z":14,"Y":22,"X":22,"W":8,"V":11,"T":16,"S":11,"A":13,"\/":17,".":13,",":14,")":27}},"1":{"d":"21,-209v20,-5,45,-26,50,-46r35,0r0,255r-45,0r0,-193v-3,3,-16,9,-40,18r0,-34","w":128,"k":{"w":-8,"1":12}},"2":{"d":"110,-194v-1,-16,-8,-30,-25,-29v-11,0,-22,17,-31,52r-44,0v0,-51,26,-86,76,-85v49,0,69,24,68,74v-1,53,-74,114,-95,151r95,0r0,31r-146,0v0,-38,2,-41,28,-72v26,-31,73,-76,74,-122","w":170,"k":{"w":-8,"\\":8,"Y":10,"@":13,"-":19,")":14}},"3":{"d":"155,-62v0,68,-102,88,-131,35v-9,-16,-15,-36,-15,-61r42,-2v3,21,12,61,29,60v26,-2,30,-27,30,-61v0,-23,-15,-34,-46,-34r0,-18v27,-13,40,-24,41,-59v2,-26,-45,-31,-49,-5r-3,33r-41,-2v0,-53,19,-75,69,-80v68,-7,95,96,36,119v24,5,38,41,38,75","w":170,"k":{"w":-8,"q":-9,"g":-9,"\\":9,"Y":12,"-":-10,")":18}},"4":{"d":"169,-46r-30,0r0,46r-44,0r0,-46r-92,0r0,-32r83,-177r53,0r0,175r30,0r0,34xm95,-80r0,-107r-51,107r51,0","w":185,"k":{"y":18,"x":10,"w":11,"v":17,"t":12,"f":12,"]":20,"\\":20,"Y":21,"X":12,"W":17,"V":17,"T":25,"S":8,"?":27,")":28,"'":21,"\"":21}},"5":{"d":"156,-64v4,67,-96,89,-132,42v-10,-13,-15,-27,-15,-43r45,1v1,24,11,36,28,36v29,0,30,-34,30,-79v0,-34,-49,-43,-58,-11r-45,0r15,-135r116,0r0,34r-79,0r-7,60v10,-8,24,-12,42,-12v58,0,56,36,60,107","w":170,"k":{"y":9,"t":10,"q":-8,"g":-8,"f":10,"X":8,"T":11,"?":14,"-":-13,")":15,"'":15,"\"":16}},"6":{"d":"95,-169v49,2,60,45,60,107v0,38,-34,66,-71,65v-63,-2,-75,-48,-75,-123v0,-81,12,-134,76,-136v49,-1,66,21,68,69r-40,1v-6,-49,-48,-54,-58,-11v-2,9,-3,25,-3,48v9,-13,23,-20,43,-20xm82,-136v-21,0,-26,30,-25,57v1,36,10,53,29,52v44,-4,39,-109,-4,-109","w":172,"k":{"w":-8,"\\":8,"Y":10,"X":10,"-":-9,")":17}},"7":{"d":"26,0v10,-54,49,-171,79,-220r-93,0r0,-33r144,0r0,31v-32,53,-71,158,-83,222r-47,0","w":163,"k":{"s":17,"q":19,"o":24,"j":-10,"i":-10,"g":19,"e":23,"d":18,"c":19,"a":23,"]":-10,"\\":-10,"Y":-9,"W":-13,"V":-13,"J":40,"A":34,"@":28,";":16,":":16,"\/":43,".":56,"-":30,",":56,"'":-12,"#":13,"\"":-12}},"8":{"d":"48,-138v-60,-19,-31,-128,34,-118v70,-12,94,97,36,118v25,7,38,34,38,80v1,40,-33,61,-74,61v-42,0,-74,-22,-73,-62v0,-46,14,-73,39,-79xm53,-189v0,26,7,37,31,37v21,0,30,-12,30,-37v0,-26,-9,-40,-30,-40v-20,0,-31,14,-31,40xm49,-73v0,31,6,49,34,49v22,0,33,-16,33,-49v0,-34,-11,-52,-33,-52v-22,0,-34,18,-34,52","w":173,"k":{"\\":10,"Y":12,"T":8,"S":8,"-":-8,")":18}},"9":{"d":"68,-84v-49,0,-59,-45,-59,-107v0,-37,34,-66,71,-65v61,2,75,49,75,123v0,80,-13,133,-77,136v-40,2,-66,-27,-67,-66r43,0v4,23,6,36,25,36v24,0,36,-26,36,-77v-9,13,-25,20,-47,20xm81,-117v43,0,47,-110,-4,-109v-18,1,-27,19,-26,54v1,27,8,55,30,55","w":173,"k":{"]":11,"\\":12,"Z":8,"Y":16,"X":17,"T":11,"S":8,"A":9,"\/":13,"-":-8,",":8,")":21}},":":{"d":"35,0v-14,0,-25,-14,-25,-28v0,-16,11,-28,25,-28v14,0,26,13,26,28v0,14,-12,28,-26,28xm34,-129v-14,0,-26,-14,-26,-28v0,-15,12,-28,26,-28v14,0,25,12,25,28v0,15,-11,28,-25,28","w":75,"k":{"]":19,"\\":19,"Y":31,"V":12,"T":79,"S":10,"7":18,"1":18,".":-10,"-":76,",":-10,")":18}},";":{"d":"34,-129v-14,0,-26,-14,-26,-28v0,-15,12,-28,26,-28v14,0,25,12,25,28v0,15,-11,28,-25,28xm21,29v9,-4,19,-20,14,-29v-14,1,-25,-14,-25,-28v0,-16,11,-28,25,-28v34,-1,30,61,15,78v-6,6,-11,13,-20,18","k":{"j":-12,"\\":22,"Y":34,"W":11,"V":15,"T":83,"S":14,"@":10,"?":8,"7":19,"3":10,"1":21,"-":80,")":15}},"<":{"d":"159,-19r-147,-59r0,-29r147,-58r0,30r-110,42r110,44r0,30","w":177},"=":{"d":"159,-112r-147,0r0,-28r147,0r0,28xm159,-45r-147,0r0,-29r147,0r0,29","w":173},">":{"d":"159,-78r-147,59r0,-30r109,-44r-109,-42r0,-30r147,58r0,29","w":169},"?":{"d":"80,-258v69,-7,89,73,56,116v-17,23,-44,38,-42,80v-13,-1,-30,2,-41,-1v-11,-57,41,-71,54,-114v0,-33,-9,-50,-27,-50v-29,0,-26,37,-29,63r-41,-2v-2,-68,11,-86,70,-92xm71,0v-14,0,-25,-14,-25,-28v0,-16,11,-28,25,-28v14,0,26,13,26,28v0,14,-12,28,-26,28","w":164,"k":{"w":-9,"Z":8,"Y":8,"X":17,"J":41,"A":28,"@":12,"7":8,"4":27,"1":12,"\/":35,".":42,"-":27,",":42,")":14,"'":-10,"\"":-9}},"@":{"d":"12,-95v0,-87,70,-163,156,-163v83,0,143,59,143,143v0,51,-39,102,-89,102v-20,0,-32,-8,-38,-23v-12,15,-29,23,-50,23v-29,1,-53,-37,-52,-68v-1,-68,9,-103,64,-103v19,0,33,7,42,21r2,-18r39,0v-5,40,-14,90,-12,131v2,4,5,7,11,8v33,1,55,-40,55,-74v1,-69,-45,-114,-116,-114v-75,0,-123,57,-123,133v0,69,56,129,126,127v73,-2,114,-29,136,-82v10,-23,15,-36,16,-37v-1,6,-8,62,-18,72v-18,35,-82,75,-134,75v-84,0,-158,-70,-158,-153xm146,-40v30,0,33,-25,33,-62v0,-40,-8,-60,-25,-60v-22,0,-36,36,-36,63v0,25,8,59,28,59","w":336,"k":{"y":14,"v":9,"f":11,"c":-8,"]":19,"\\":30,"Y":40,"X":11,"W":16,"V":23,"T":41,"S":8,"?":15,"7":28,"1":28,"\/":10,"-":-11,")":30,"'":20,"\"":21}},"A":{"d":"189,0r-42,0r-18,-72r-63,0r-18,72r-47,0r68,-255r49,0xm96,-202r-23,98r48,0","w":204,"k":{"z":-10,"y":30,"x":-14,"w":19,"v":27,"t":13,"f":8,"]":15,"\\":46,"Y":47,"X":-11,"W":26,"V":38,"U":8,"T":41,"S":14,"Q":9,"O":9,"A":-12,"@":12,"?":30,"7":12,"3":9,"1":40,"\/":-9,".":-11,",":-11,")":9,"'":37,"\"":37}},"B":{"d":"131,-136v31,9,41,33,41,75v0,71,-85,62,-157,61r0,-255r80,0v73,-11,98,97,36,119xm61,-150v29,1,62,1,61,-25v-2,-48,-7,-47,-61,-48r0,73xm127,-59v0,-33,-2,-61,-25,-61r-41,0r0,89v32,1,66,2,66,-28","w":188,"k":{"q":-9,"g":-9,"]":8,"\\":10,"Y":13,"T":8,"7":13,"1":15,"-":-10,")":19}},"C":{"d":"95,-29v39,4,39,-27,44,-57r45,0v-5,59,-23,89,-82,89v-84,0,-91,-38,-91,-134v0,-106,45,-142,133,-120v31,8,36,35,41,66r-42,0v0,-25,-16,-44,-41,-41v-51,5,-40,42,-42,117v-2,54,-1,76,35,80","w":193,"k":{"w":-9,"t":-9,"Y":8,"X":13,"7":8,"1":10,"\/":9,")":14,"'":-11,"\"":-11}},"D":{"d":"183,-135v3,80,-12,135,-87,135r-80,0r0,-255r78,0v70,2,86,42,89,120xm61,-224r0,193v47,4,78,-5,75,-54r-6,-115v-17,-23,-20,-23,-69,-24","w":201,"k":{"]":13,"\\":12,"Y":17,"X":15,"T":12,"S":8,"7":16,"1":15,"\/":12,"-":-8,")":22}},"E":{"d":"163,0r-146,0r0,-255r143,0r0,32r-98,0r0,73r91,0r0,30r-91,0r0,89r101,0r0,31","w":170,"k":{"y":13,"x":-9,"v":10,"t":11,"f":10,"X":-8,"S":8,"A":-9,"@":9,"4":18,"1":30,".":-10,"-":81,",":-10,"#":18}},"F":{"d":"153,-223r-90,0r0,73r78,0r0,31r-78,0r0,119r-46,0r0,-255r136,0r0,32","w":154,"k":{"z":47,"y":10,"x":19,"v":8,"j":-10,"i":-10,"a":9,"]":-10,"\\":-10,"Y":-10,"W":-13,"V":-13,"J":66,"A":22,"4":15,"1":24,"\/":28,".":67,"-":65,",":67,"'":-8,"#":41,"\"":-8}},"G":{"d":"53,-123v3,-52,8,-101,47,-105v29,-3,40,18,43,43r42,0v-6,-47,-33,-75,-85,-75v-62,0,-89,67,-89,137v0,107,52,143,138,119v13,12,21,-2,38,-13r0,-111r-87,0r0,35r45,0r0,48v-44,35,-98,14,-92,-78","w":202,"k":{"\\":10,"Y":13,"T":8,"7":12,"1":14,".":-10,"-":-12,",":-9,")":17}},"H":{"d":"177,0r-45,0r0,-121r-70,0r0,121r-46,0r0,-255r46,0r0,103r70,0r0,-103r45,0r0,255","w":199,"k":{"w":-8,"1":14}},"I":{"d":"64,0r-46,0r0,-255r46,0r0,255","w":86,"k":{"w":-8,"1":14}},"J":{"d":"71,3v44,0,66,-21,67,-64r0,-194r-46,0r0,179v-1,33,2,44,-22,46v-22,2,-21,-33,-22,-55r-46,-1v5,65,10,89,69,89","w":159,"k":{"w":-9,"1":13}},"K":{"d":"181,0r-46,0r-51,-97r-22,6r0,91r-46,0r0,-255r46,0r0,105r72,-105r41,0r-68,110","w":199,"k":{"y":25,"x":-10,"w":22,"v":24,"t":14,"s":13,"q":9,"o":15,"g":9,"f":9,"e":15,"d":14,"c":12,"a":9,"X":-9,"S":21,"Q":20,"O":20,"J":13,"G":14,"C":14,"A":-10,"@":21,"?":19,"9":12,"8":9,"7":8,"6":14,"5":13,"4":12,"3":17,"1":34,"0":17,"-":26,"#":17}},"L":{"d":"146,0r-130,0r0,-255r45,0r0,224r85,0r0,31","w":152,"k":{"y":32,"x":-9,"w":20,"v":27,"t":13,"f":12,"]":20,"\\":49,"Y":52,"W":26,"V":37,"T":45,"S":13,"Q":11,"O":11,"@":12,"?":31,"7":17,"4":64,"3":9,"1":45,"0":8,".":-12,"-":64,",":-12,")":14,"'":65,"#":20,"\"":66}},"M":{"d":"179,-255r54,0r0,255r-42,0r0,-176r-50,176r-35,0r-52,-177r0,177r-38,0r0,-255r55,0r54,180","w":255,"k":{"w":-8,"1":14}},"N":{"d":"185,0r-40,0r-82,-166r0,166r-47,0r0,-255r40,0r82,156r0,-156r47,0r0,255","w":208,"k":{"w":-8,"1":14}},"O":{"d":"101,-221v-37,0,-47,49,-47,97v0,61,15,92,47,92v38,0,46,-44,46,-92v0,-46,-9,-97,-46,-97xm100,5v-69,0,-93,-53,-92,-131v1,-77,24,-131,92,-131v72,0,91,50,92,131v0,77,-24,131,-92,131","w":212,"k":{"]":19,"\\":17,"Z":14,"Y":22,"X":23,"W":8,"V":12,"T":17,"S":11,"A":13,"7":21,"1":17,"\/":18,".":13,",":14,")":27}},"P":{"d":"176,-168v-6,69,-35,72,-115,70r0,98r-45,0r0,-255v59,1,136,-8,151,31v1,5,10,47,9,56xm130,-161v6,-65,-11,-58,-69,-60r0,89v48,0,66,3,69,-29","w":185,"k":{"\\":8,"Z":10,"Y":10,"X":19,"J":71,"A":24,"@":8,"7":10,"4":19,"1":12,"\/":31,".":99,",":99,")":17,"'":-12,"\"":-12}},"Q":{"d":"192,-126v-1,-81,-20,-126,-92,-131v-108,-7,-114,190,-57,242v20,18,50,24,82,17v5,22,18,35,43,37r20,-39v-19,-1,-24,-3,-27,-19v21,-22,31,-58,31,-107xm101,-221v55,11,51,98,38,162v-1,-5,-4,-10,-8,-15r-31,21v6,6,9,13,10,20v-42,6,-55,-26,-56,-91v-1,-48,10,-93,47,-97","w":212,"k":{"j":-9,"\\":17,"Y":22,"W":8,"V":11,"T":17,"S":10,"7":21,"1":17,".":10,",":11,")":17}},"R":{"d":"128,-128v56,13,37,93,67,128r-47,0v-20,-19,-19,-32,-27,-82v-3,-17,-38,-40,-59,-38r0,120r-45,0r0,-255r89,0v51,-2,73,23,74,73v0,29,-17,47,-52,54xm62,-148v48,0,63,4,73,-27v-2,-34,-8,-51,-49,-48v-12,0,-21,-1,-24,-1r0,76","w":204,"k":{"z":-10,"x":-14,"o":8,"e":10,"d":10,"]":11,"\\":14,"Z":-8,"Y":17,"X":-12,"V":9,"U":8,"T":12,"S":11,"J":10,"A":-13,"@":14,"?":8,"7":10,"5":10,"3":8,"1":18,"\/":-11,"-":9}},"S":{"d":"123,-179v1,-36,-3,-46,-32,-47v-44,-2,-39,54,-2,65v36,11,52,22,54,23v20,14,30,37,30,71v0,47,-26,70,-78,70v-62,0,-73,-19,-75,-83r47,2v-2,32,7,47,26,47v49,0,45,-66,6,-78v-36,-19,-84,-37,-84,-90v0,-60,89,-73,129,-48v16,10,23,33,23,68r-44,0","w":187,"k":{"q":-9,"g":-9,"]":8,"\\":12,"Y":14,"T":9,"7":13,"1":14,"-":-12,")":20}},"T":{"d":"163,-223r-55,0r0,223r-46,0r0,-223r-56,0r0,-32r157,0r0,32","w":172,"k":{"z":40,"y":38,"x":36,"w":35,"v":37,"u":43,"t":10,"s":43,"r":44,"q":38,"p":44,"o":40,"n":44,"m":44,"g":38,"f":10,"e":42,"d":40,"c":40,"a":42,"W":-10,"V":-10,"Q":11,"O":11,"J":42,"A":36,"@":43,";":42,":":42,"4":40,"1":27,"0":8,"\/":39,".":40,"-":38,",":40,"(":8,"#":40}},"U":{"d":"96,-30v42,5,38,-46,38,-78r0,-147r45,0v-8,105,37,262,-81,258v-56,-2,-82,-22,-82,-76r0,-182r46,0r0,183v0,28,9,39,34,42","w":201,"k":{"1":14,"\/":11}},"V":{"d":"144,-255r45,0r-65,255r-55,0r-64,-255r43,0r47,205","w":197,"k":{"s":13,"q":14,"o":18,"l":-7,"j":-9,"i":-9,"g":14,"e":17,"d":14,"c":14,"b":-8,"a":19,"]":-10,"\\":-11,"Y":-10,"W":-14,"V":-14,"Q":8,"O":8,"J":26,"A":37,"@":22,";":12,":":12,"4":26,"2":8,"1":15,"\/":40,".":39,"-":17,",":39,"(":10,"#":14}},"W":{"d":"276,-255r-50,255r-50,0r-40,-179r-38,179r-47,0r-48,-255r43,0r30,165r38,-165r53,0r35,165r34,-165r40,0","w":288,"k":{"s":10,"q":10,"o":14,"i":-7,"g":10,"e":13,"d":11,"c":11,"a":16,"]":-9,"\\":-9,"Y":-9,"W":-12,"V":-12,"J":20,"A":27,"@":19,";":9,":":9,"4":19,"1":14,"\/":31,".":29,"-":12,",":29,"(":9,"#":13}},"X":{"d":"197,0r-51,0r-49,-94r-48,94r-48,0r70,-139r-58,-116r47,0r42,85r45,-85r44,0r-62,119","w":207,"k":{"z":-8,"y":19,"x":-12,"w":16,"v":18,"t":13,"s":11,"o":13,"f":8,"e":14,"d":13,"c":10,"X":-11,"S":19,"Q":18,"O":18,"J":11,"G":13,"C":13,"A":-12,"@":19,"?":17,"9":10,"6":13,"5":12,"4":10,"3":15,"1":30,"0":15,"\/":-9,"-":24,"#":15}},"Y":{"d":"194,-255r-77,151r0,104r-45,0r0,-103r-71,-152r48,0r49,105r51,-105r45,0","w":205,"k":{"z":21,"y":21,"x":21,"w":17,"v":20,"u":26,"t":13,"s":37,"r":27,"q":39,"p":23,"o":45,"n":26,"m":26,"g":39,"f":16,"e":44,"d":39,"c":40,"a":44,"S":20,"Q":26,"O":26,"J":61,"G":21,"C":21,"A":47,"@":48,"?":17,";":36,":":36,"9":15,"8":19,"6":21,"5":13,"4":59,"3":20,"2":22,"1":30,"0":23,"\/":57,".":63,"-":55,",":63,"(":22,"#":32}},"Z":{"d":"166,0r-161,0r0,-32r106,-191r-97,0r0,-32r148,0r0,32r-106,192r110,0r0,31","w":176,"k":{"y":8,"x":-9,"f":10,"X":-9,"S":8,"Q":9,"O":9,"A":-10,"@":9,"4":50,"1":17,"-":47,"#":18}},"[":{"d":"72,33r-58,0r0,-288r58,0r0,20r-31,0r0,249r31,0r0,19","w":85},"\\":{"d":"108,2r-27,0r-78,-259r28,0","w":116,"k":{"z":-10,"y":32,"x":-15,"w":19,"v":27,"t":13,"p":-8,"d":8,"]":15,"\\":51,"Y":48,"X":-11,"W":26,"V":38,"U":9,"T":41,"S":15,"Q":10,"O":10,"A":-12,"@":13,"?":30,"7":12,"3":10,"1":40,"0":8,"\/":-10,".":-11,",":-11,"'":40,"\"":41}},"]":{"d":"63,33r-58,0r0,-19r31,0r0,-249r-31,0r0,-20r58,0r0,288","w":86,"k":{"j":-23,"7":7,"1":15}},"^":{"d":"159,-121r-32,0r-43,-105r-42,105r-33,0r63,-141r25,0","w":174},"_":{"d":"167,56r-170,0r0,-26r170,0r0,26","w":155},"`":{"d":"66,-215r-27,0r-30,-40r40,0","w":80},"a":{"d":"82,-170v-21,2,-24,10,-27,33r-40,0v0,-45,23,-62,69,-62v52,0,60,15,60,73v1,36,-2,103,4,126r-35,0v-1,-4,-3,-9,-3,-15v-29,31,-111,20,-101,-40v-6,-55,67,-54,96,-72v-1,-28,8,-46,-23,-43xm105,-92v-22,8,-54,11,-55,37v0,20,8,30,24,30v27,0,36,-33,31,-67","w":168,"k":{"x":-12,"]":18,"\\":21,"7":14,"1":19,"\/":-9,")":12,"\"":8}},"b":{"d":"152,-109v0,70,-6,113,-58,113v-14,0,-26,-6,-37,-18r0,14r-43,0r0,-255r41,0r0,72v9,-10,24,-16,44,-16v47,0,53,31,53,90xm114,-71v0,-44,7,-99,-32,-99v-30,0,-27,40,-28,71v0,49,10,74,31,73v20,-1,29,-15,29,-45","w":168,"k":{"q":-9,"g":-9,"]":21,"\\":21,"7":27,"1":20,"\/":9,"-":-10,")":30,"'":14,"\"":15}},"c":{"d":"80,-30v23,1,26,-14,26,-35r44,1v0,45,-23,68,-69,68v-65,1,-72,-51,-72,-121v0,-55,21,-82,72,-82v49,0,65,14,65,64r-41,0v-4,-16,-3,-35,-24,-35v-36,0,-32,25,-32,79v0,35,3,59,31,61","w":161,"k":{"]":19,"\\":22,"7":24,"1":20,".":-9,"-":85,",":-9,")":28}},"d":{"d":"6,-106v0,55,18,110,65,110v14,0,27,-6,38,-18r0,14r39,0r0,-255r-37,0r0,72v-9,-10,-24,-16,-44,-16v-42,-2,-62,46,-61,93xm45,-106v6,-42,19,-64,39,-64v27,0,25,42,25,74v0,45,-8,67,-25,67v-21,0,-34,-26,-39,-77","w":172,"k":{"7":8,"1":15}},"e":{"d":"119,-121r-67,0v0,-34,10,-50,30,-50v23,0,36,16,37,50xm10,-117v-1,76,12,120,72,122v45,2,73,-25,74,-71r-39,0v-2,23,-14,34,-35,34v-22,0,-32,-22,-30,-66r105,1v2,-70,-13,-103,-75,-105v-43,-2,-72,41,-72,85","w":171,"k":{"q":-8,"g":-8,"d":-9,"]":19,"\\":22,"7":23,"1":21,"0":-9,")":26}},"f":{"d":"69,-198v1,-25,-9,-59,30,-46r0,-29v-24,-3,-60,0,-70,13v-4,6,-5,32,-5,62r-19,0r0,26r19,0r0,173r45,0r0,-173r29,0r0,-26r-29,0","w":114,"k":{"w":-9,"@":13,"4":21,"1":13,"\/":19,".":20,"-":18,",":20}},"g":{"d":"4,14v-2,45,26,64,70,65v44,1,71,-33,71,-79r0,-199r-42,0r0,18v-52,-46,-104,1,-104,91v0,50,25,94,71,93v16,0,27,-5,33,-15v0,40,-9,59,-28,59v-26,0,-34,-7,-36,-32v-11,-1,-26,2,-35,-1xm75,-168v14,0,22,7,25,21v1,8,3,36,3,82v0,26,-10,39,-31,39v-22,0,-33,-20,-33,-61v0,-54,12,-81,36,-81","w":176,"k":{"j":-18,"\\":13,"7":21,"1":16,")":12}},"h":{"d":"55,-183v27,-28,92,-20,92,33r0,150r-41,0r0,-143v0,-17,-8,-26,-23,-26v-20,-1,-27,13,-28,33r0,136r-41,0r0,-255r41,0r0,72","w":167,"k":{"x":-9,"]":24,"\\":20,"7":20,"1":19,")":17,"'":14,"\"":14}},"i":{"d":"55,0r-41,0r0,-193v17,5,26,6,41,0r0,193xm35,-211v-14,0,-25,-12,-25,-28v0,-16,11,-28,25,-28v14,0,26,13,26,28v0,15,-12,28,-26,28","k":{"1":16}},"j":{"d":"56,7v1,47,-28,54,-73,51r1,-30v23,3,30,0,30,-24r0,-197v14,3,28,3,42,0r0,200xm33,-211v-14,0,-25,-12,-25,-28v0,-16,11,-28,25,-28v14,0,26,12,26,28v0,17,-12,27,-26,28","k":{"j":-21,"1":16}},"k":{"d":"154,0r-43,0r-42,-75r-13,1r0,74r-42,0r0,-255r42,0r0,129r44,-70r44,0r-53,80","w":168,"k":{"z":-10,"x":-15,"w":-9,"s":9,"o":11,"n":-8,"e":11,"d":14,"]":17,"\\":14,"@":20,"7":13,"5":10,"4":13,"1":17,"\/":-8,".":-9,"-":24,",":-9,")":10,"#":13}},"l":{"d":"55,0r-41,0r0,-255r41,0r0,255","k":{"7":8,"1":15}},"m":{"d":"127,-176v33,-49,110,-10,110,43r0,133r-41,0r0,-133v0,-15,-8,-35,-24,-35v-17,0,-25,17,-25,35r0,133r-42,0r0,-133v1,-15,-10,-36,-23,-35v-17,0,-26,11,-26,35r0,133r-42,0r0,-196r40,0r0,16v12,-31,61,-20,73,4","w":251,"k":{"]":22,"\\":23,"?":8,"7":18,"1":21,")":16,"'":9,"\"":10}},"n":{"d":"147,0r-42,0r0,-141v0,-19,-7,-28,-22,-28v-18,0,-28,11,-28,33r0,136r-41,0r0,-196r40,0r0,16v25,-32,93,-25,93,32r0,148","w":169,"k":{"]":22,"\\":21,"7":19,"1":18,")":16}},"o":{"d":"52,-96v1,40,2,72,33,72v22,0,33,-24,33,-72v0,-51,-11,-76,-33,-76v-22,0,-33,25,-33,76xm85,5v-57,0,-76,-42,-76,-103v0,-60,23,-103,76,-103v55,0,72,41,72,103v0,59,-19,103,-72,103","w":177,"k":{"y":10,"x":14,"v":8,"f":13,"]":23,"\\":28,"?":14,"7":31,"2":10,"1":28,"\/":11,")":37,"'":16,"\"":17}},"p":{"d":"156,-92v0,-86,-46,-137,-101,-91r0,-16r-38,0r0,254r38,0r0,-67v9,10,24,15,44,15v48,-1,57,-38,57,-95xm120,-92v0,42,-2,62,-38,62v-32,0,-26,-51,-27,-90v0,-36,10,-53,30,-52v23,1,35,28,35,80","w":169,"k":{"d":-8,"]":20,"\\":21,"7":23,"1":19,"0":-9,"-":-10,")":26,"'":8,"\"":8}},"q":{"d":"6,-90v-9,-80,47,-145,103,-95r0,-14r39,0r0,254r-37,0r0,-67v-48,36,-113,7,-105,-78xm51,-128v0,43,-6,98,33,98v29,0,25,-45,25,-78v0,-44,-9,-67,-28,-66v-20,1,-30,16,-30,46","w":172,"k":{"j":-23,"\\":13,"7":21,"1":16}},"r":{"d":"128,-129r-44,0v6,-17,10,-39,-11,-39v-12,0,-17,16,-17,49r0,119r-42,0r0,-196r41,0r0,17v31,-43,88,-13,73,50","w":143,"k":{"]":23,"\\":20,"7":49,"4":16,"3":8,"1":18,"\/":27,".":62,"-":60,",":62,")":37}},"s":{"d":"119,-105v44,30,25,112,-43,112v-41,0,-62,-23,-62,-71r39,0v-4,23,4,44,23,42v23,-1,32,-4,32,-28v9,-28,-72,-43,-72,-47v-17,-11,-25,-29,-25,-54v-1,-33,30,-51,64,-51v40,0,59,22,59,65r-35,0v5,-47,-41,-43,-48,-13v-7,27,68,41,68,45","w":159,"k":{"y":9,"f":10,"]":20,"\\":26,"?":12,"7":22,"1":24,")":24,"'":11,"\"":12}},"t":{"d":"99,0v-44,3,-72,1,-72,-52r0,-116r-22,0r0,-30r22,0r1,-57r41,0r0,57r29,0r0,30r-29,0v2,40,-4,100,4,131v0,5,9,7,26,6r0,31","w":117,"k":{"w":-8,"]":21,"\\":10,"@":14,"7":18,"4":21,"1":14,"-":21,")":14}},"u":{"d":"55,-59v0,21,3,33,22,33v18,0,28,-11,28,-34r0,-136r42,0r0,196r-40,0r0,-16v-24,34,-93,25,-93,-30r0,-150r41,0r0,137","w":170,"k":{"]":24,"\\":15,"7":20,"1":16,")":18}},"v":{"d":"78,-55r-33,-141r-42,0r52,196r47,0r52,-196r-42,0","w":169,"k":{"w":-9,"o":11,"e":10,"a":12,"]":21,"\\":12,"@":15,"7":57,"4":19,"1":13,"\/":35,".":33,"-":11,",":33,")":32,"'":-9,"\"":-8}},"w":{"d":"193,-196r41,0r-46,196r-45,0r-25,-111r-25,111r-47,0r-45,-196r41,0r28,144r27,-144r42,0r26,142","w":251,"k":{"w":-8,"o":10,"e":10,"a":12,"]":22,"\\":13,"@":14,"7":53,"5":8,"4":17,"1":14,"\/":31,".":30,"-":9,",":30,")":33}},"x":{"d":"80,-138v9,-15,20,-40,28,-58r43,0r-48,94r54,102r-48,0r-31,-64r-32,64r-44,0r52,-103r-49,-93r46,0v6,13,16,33,29,58","w":169,"k":{"x":-12,"w":-8,"s":11,"o":13,"e":14,"d":10,"c":10,"]":17,"\\":13,"@":18,"7":13,"5":8,"4":11,"1":14,"\/":-9,"-":27,")":11}},"y":{"d":"62,1v1,19,-7,30,-31,25r0,29v33,1,57,1,65,-29r60,-222r-41,0r-34,128r-35,-128r-43,0","w":166,"k":{"z":-9,"y":-9,"x":-11,"w":-15,"v":-13,"t":-11,"]":16,"@":13,"9":-8,"7":51,"4":14,"1":8,"\/":30,".":28,",":31,")":26,"'":-14,"\"":-14}},"z":{"d":"93,-167r-87,0r0,-31r135,0r0,31r-86,136r92,0r0,31r-141,0r0,-31","w":160,"k":{"x":-9,"]":20,"\\":13,"@":9,"7":16,"4":31,"1":16,"-":25,")":14}},"{":{"d":"109,-230v-39,-4,-32,36,-32,68v0,25,-10,43,-30,51v29,18,27,20,30,76v2,26,5,46,32,44r0,27v-62,3,-76,-17,-73,-87v1,-30,-4,-43,-30,-44r0,-31v28,3,34,-35,31,-72v-2,-52,21,-63,72,-60r0,28","w":118},"|":{"d":"58,35r-40,0r0,-292r40,0r0,292","w":80},"}":{"d":"78,-178v-1,32,4,50,30,52r0,31v-28,-3,-32,37,-30,73v3,50,-22,62,-72,58r0,-27v38,4,32,-36,32,-69v0,-26,10,-43,30,-51v-14,-5,-22,-16,-27,-31v-5,-15,7,-101,-35,-88r0,-28v60,-1,75,12,72,80","w":124},"~":{"d":"15,-134v31,-43,101,-5,135,3v16,0,30,-9,45,-25r0,38v-52,61,-129,-46,-180,20r0,-36","w":216},"\u00a0":{"w":84}}});
Cufon.replace('.head', {});
Cufon.replace('#nav', {});
Cufon.replace('#content h2 a', {});
Cufon.replace('#content h3 a', {});
Cufon.replace('#content h3', {});
Cufon.replace('.contentheading', {});
Cufon.replace('.componentheading', {});
Cufon.replace('#extra h3', {});


//script
Cufon.registerFont({"w":177,"face":{"font-family":"Luna Bar","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 4 0 0 0 0 0 0 0","ascent":"288","descent":"-72","cap-height":"19","bbox":"-532.15 -402.008 684 323","underline-thickness":"7.2","underline-position":"-44.28","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":188,"k":{"q":-52}},"!":{"d":"55,-108v6,-6,-35,-155,-39,-178v0,-6,-2,-8,-8,-8v-6,0,-9,2,-9,8v1,21,45,174,39,178v0,6,2,9,8,9v6,0,9,-3,9,-9xm70,-21v5,-23,-12,-6,-21,-7v-34,-4,-30,23,-8,28v6,1,19,-11,29,-21","w":73},"\"":{"d":"7,-278v-3,5,-1,9,4,12v7,10,-9,82,17,72v12,-9,4,-13,4,-37v0,-28,0,-43,-14,-52v-5,-2,-8,0,-11,5xm59,-275v-10,-4,-14,6,-14,17v0,9,10,53,27,62v26,-10,-20,-54,-8,-66v2,-6,1,-11,-5,-13","w":90},"#":{"d":"153,-280v12,-2,7,13,6,21v0,6,1,16,3,29r31,-4v-2,-8,-12,-29,2,-30v8,-1,13,18,15,28v35,-4,64,-6,87,-6v37,0,56,6,56,20v0,18,-40,24,-65,24v-25,0,-26,-19,-5,-17v18,1,32,-1,51,-7v-39,-6,-67,-2,-119,3v5,18,9,35,12,47v28,-4,53,-6,73,-6v28,1,57,-3,48,19v-37,2,-70,-7,-118,3v8,22,-16,53,-16,22v0,-6,-1,-13,-1,-19v-73,13,-107,22,-133,35v-6,0,-8,-3,-8,-9v0,-9,28,-19,85,-32v0,-2,-3,-20,-9,-51r-140,26v-11,1,-12,-13,-3,-17v10,-4,56,-13,140,-26v-2,-21,-6,-51,8,-53xm198,-217v-16,2,-16,3,-33,5r9,49v13,-3,24,-5,36,-7v-3,-13,-7,-29,-12,-47","w":367},"$":{"d":"0,-123v0,-13,31,-28,45,-32v-8,-35,-15,-67,-23,-96v0,5,-3,8,-8,8v-16,-3,-5,-47,6,-47v21,9,15,43,40,131v23,-6,61,2,63,20v-10,23,-31,-18,-59,-5r3,15v42,4,44,32,8,44v6,33,9,56,9,70v0,16,-12,20,-16,9v3,-20,-1,-37,-7,-73v-5,2,-13,1,-12,-6v0,-4,3,-7,9,-10r-4,-18v-18,-1,-53,7,-54,-10xm70,-112r2,11v3,-1,7,-3,12,-6v-2,-2,-7,-4,-14,-5xm25,-128v6,0,14,-1,25,-1r-2,-10v-8,3,-16,6,-23,11","w":128},"%":{"d":"62,-27v-6,-33,105,-188,105,-246v0,-13,-5,-19,-16,-19v-22,-5,-123,72,-134,47v-4,-8,45,-25,54,-24v6,0,9,-3,9,-9v0,-6,-3,-9,-9,-9v-24,3,-76,16,-72,42v10,65,113,-22,150,-28v1,36,-105,186,-105,246v0,20,29,43,32,14v0,-7,-5,-19,-14,-14xm162,-24v14,0,48,-27,26,-38v-12,-2,-12,19,-24,19v-2,0,-4,-2,-4,-6v-2,-17,31,-9,32,-24v0,-6,-3,-9,-9,-9v-21,-1,-42,13,-41,33v0,13,9,25,20,25","w":205},"&":{"d":"21,-288v-8,-1,-12,8,-8,17v3,8,9,1,10,10v2,5,5,7,10,5v15,-6,-7,-35,-12,-32xm22,-144v9,-5,41,-13,53,-13v5,0,8,-3,8,-8v-7,-17,-25,-6,-47,0v-26,7,-45,13,-33,31v8,11,27,4,41,2v-2,6,-10,22,0,25v15,0,25,-41,1,-41xm40,0v9,0,15,-13,6,-21v6,7,-4,20,-11,11v-1,-3,6,-8,8,-5v-4,0,-8,-27,-19,-21v-14,8,11,40,16,36","w":87},"'":{"d":"39,-248v4,12,-4,32,-15,32v-14,0,-21,-7,-21,-17v-4,-12,32,-45,52,-52v27,5,5,22,-4,28","w":75},"(":{"d":"71,0v-128,-9,-55,-240,-3,-285v3,-4,11,-4,14,0v5,5,5,9,0,14v-27,27,-66,120,-63,173v3,45,9,80,56,79v7,0,10,3,10,9v0,7,-4,10,-14,10","w":88},")":{"d":"139,-143v0,51,-38,124,-78,143v-11,1,-12,-12,-7,-18v26,-26,64,-78,64,-125v0,-55,-91,-100,-121,-137v7,-27,35,5,44,11v54,43,98,67,98,126","w":146},"*":{"d":"83,-201v7,-7,27,-15,40,-8v5,0,7,-3,7,-7v-5,-13,-34,-12,-50,1v-4,-20,-13,-48,-13,-68v0,-9,-1,-14,-5,-14v-18,17,3,65,6,89v-27,-12,-42,-27,-60,-38v-4,0,-7,3,-7,7v0,7,19,20,55,39v-9,6,-17,12,-24,17v0,-4,-3,-7,-7,-7v-6,0,-7,11,-7,18v-11,8,-15,22,-1,22v6,0,10,-5,12,-15v24,-20,38,-29,42,-27v1,6,3,14,4,26v-5,-3,-9,1,-9,9v0,7,3,11,9,11v17,-1,14,-21,11,-40v18,9,28,12,31,-7v0,-4,-2,-6,-6,-6v-5,0,-7,3,-7,7v-3,0,-10,-4,-21,-9","w":137},"+":{"d":"3,-79v11,-19,33,-13,80,-26v-5,-36,-8,-48,-14,-67v-1,-11,10,-14,16,-8v10,20,11,33,17,71v61,-11,91,-16,129,-13v6,1,8,3,8,9v0,14,-10,10,-22,9v-23,0,-60,5,-112,14v5,37,15,58,21,79v3,10,-15,12,-18,4v-9,-18,-16,-44,-22,-79r-74,17v-6,0,-9,-3,-9,-10","w":249},",":{"d":"22,-37v22,6,15,55,-5,58v-19,-3,-1,-23,1,-33v-2,-7,-11,-24,4,-25","w":46},"-":{"d":"174,-138v0,23,-33,4,-47,4v-24,6,-92,34,-110,34v-11,0,-16,-4,-16,-12v0,-8,6,-12,17,-12v18,0,84,-31,110,-34v9,2,46,2,46,20","w":190,"k":{"b":-58}},"\u2010":{"d":"174,-138v0,23,-33,4,-47,4v-24,6,-92,34,-110,34v-11,0,-16,-4,-16,-12v0,-8,6,-12,17,-12v18,0,84,-31,110,-34v9,2,46,2,46,20","w":190},".":{"d":"43,-20v-1,-18,-37,-24,-37,1v0,10,9,19,18,19v5,1,20,-15,19,-20","w":60},"\/":{"d":"18,-6v-2,11,-19,7,-18,-3v0,-26,142,-265,156,-279v8,-8,22,5,13,13v-12,11,-152,251,-151,269"},"0":{"d":"-1,-33v-5,45,85,61,150,61v93,0,238,-22,258,-77v9,-24,-1,-38,-18,-57v-28,-32,-141,-77,-199,-77v-83,20,-185,78,-191,150xm185,-160v66,5,201,35,201,104v-22,40,-161,62,-237,62v-47,0,-129,-11,-127,-39v4,-52,109,-111,163,-127","w":429},"1":{"d":"391,-18v29,4,90,-7,111,-11v10,-2,14,11,7,16v-19,15,-166,22,-220,28r-268,31v-14,0,-21,-4,-21,-11v1,-11,57,-39,64,-16v0,1,0,2,-1,2r308,-34v-16,-38,-24,-74,-26,-107v-18,19,-67,63,-89,65v-14,1,-18,-18,-3,-20v19,-2,82,-62,92,-78v3,-31,11,-46,23,-46v31,10,-3,38,-3,66v0,32,9,70,26,115","w":526},"2":{"d":"197,-9r-161,10v-22,0,-34,-7,-36,-21v-2,-17,14,-37,47,-61v10,-12,129,-68,140,-86v-24,-14,-47,4,-92,23v-42,18,-63,38,-90,54v-9,1,-12,-10,-6,-16v21,-27,118,-75,162,-82v32,-5,48,0,48,18v-12,32,-107,75,-144,99v-32,21,-47,36,-45,48v1,7,27,5,34,4v21,0,83,-4,139,-9v15,-2,15,18,4,19","w":222,"k":{"9":81}},"3":{"d":"272,-17v1,70,-118,94,-208,94v-50,0,-138,-8,-140,-39v10,-45,185,-55,262,-50v20,2,31,8,31,16v0,12,-7,18,-22,18v-13,-1,-44,-3,-37,-17v-62,-5,-190,3,-210,34v0,15,86,20,117,20v76,2,189,-19,189,-76v0,-75,-105,-73,-186,-76v-14,-1,-21,-5,-21,-11v5,-21,52,-24,75,-36v-27,-5,-103,11,-113,-9v0,-7,9,-11,28,-11v47,-2,171,2,90,37r-37,12v95,1,180,19,182,94","w":284},"4":{"d":"122,-127v-7,-15,20,-20,32,-21v-10,-43,-27,-110,-27,-154v0,-6,3,-9,9,-9v6,0,8,3,8,9v0,58,36,176,44,234v33,5,53,10,63,12v8,2,8,18,-2,17v-9,1,-54,-12,-59,-11v3,20,5,36,5,50v0,12,2,30,-10,30v-15,0,-8,-17,-8,-31v0,-14,-2,-31,-5,-52v-47,-6,-86,-11,-121,-12v-22,15,-40,18,-50,-4v0,-9,15,-13,45,-13xm159,-125v-27,14,-56,26,-82,44v27,2,58,5,93,10v-3,-16,-7,-34,-11,-54","w":226,"k":{"9":-150}},"5":{"d":"302,-94v5,-105,-143,-136,-239,-97v4,-13,10,-27,16,-42v11,-9,74,-29,93,-29v7,0,10,-4,10,-11v0,-7,-3,-10,-10,-10v-24,0,-92,22,-105,34v-9,9,-26,56,-32,80v0,6,4,9,10,9v69,-46,228,-32,237,58v8,81,-117,131,-217,128v-28,-2,-71,2,-71,-18v0,-8,6,-15,16,-22v28,-19,101,-28,160,-22v1,18,51,38,51,6v-6,-31,-40,-28,-85,-28v-70,0,-154,7,-163,66v2,33,30,39,90,39v118,0,234,-37,239,-141","w":307,"k":{"9":-92}},"6":{"d":"395,-88v-6,62,-88,112,-174,112v-141,0,-222,-68,-222,-205v0,-29,11,-114,31,-113v7,0,10,3,10,9v-10,32,-20,61,-20,105v0,78,28,131,85,160v28,-59,114,-125,192,-126v38,-1,101,24,98,58xm373,-89v4,-20,-50,-37,-75,-36v-63,0,-121,38,-173,113v97,33,232,13,248,-77","w":403},"7":{"d":"123,-222v0,-39,-19,-32,-71,-35v-39,-2,-141,9,-169,16v-11,2,-11,22,2,20v31,-6,132,-18,173,-16v29,2,44,-5,44,14v0,24,-17,116,-16,134v1,20,12,69,28,68v21,-2,15,-51,0,-57v-2,0,-4,1,-6,2v-6,-32,15,-113,15,-146","w":143,"k":{"9":-190}},"8":{"d":"178,36v95,-2,203,-21,215,-95v-7,-46,-40,-51,-96,-67v-38,-11,-83,-17,-132,-16v33,-14,47,-27,50,-52v-9,-43,-61,-27,-101,-10v5,-6,0,-15,-9,-14v-63,-10,-137,91,-28,91v-29,20,-75,51,-75,91v0,53,103,73,176,72xm195,-193v-12,33,-111,61,-154,36v0,-23,33,-38,58,-40v-24,14,-38,16,-44,33v0,6,6,10,11,11v17,-15,85,-48,115,-48v9,0,14,3,14,8xm368,-70v11,64,-150,79,-223,82v-47,2,-82,-12,-102,-24v-36,-23,-18,-39,12,-72v39,-43,80,-40,149,-36v67,4,141,16,164,50","w":406},"9":{"d":"219,-190v1,76,-43,132,-120,154v-11,0,-16,-5,-16,-16v0,-15,19,-38,24,-16v0,3,-1,7,-2,11v57,-24,93,-59,93,-133v1,-4,-19,-62,-23,-30v-3,20,-45,10,-66,10v-210,0,-316,-16,-316,-48v0,-30,102,-37,155,-37v111,0,270,24,271,105xm179,-232v-71,-40,-191,-49,-307,-39v-40,3,-59,7,-56,13v11,28,224,35,363,26","w":258,"k":{"9":-189,"7":-127,"1":230}},":":{"d":"23,-74v-8,0,-17,-7,-17,-16v0,-17,5,-26,15,-26v12,0,18,9,18,26v0,8,-8,16,-16,16xm43,-20v-1,-18,-37,-24,-37,1v0,10,9,19,18,19v5,1,20,-15,19,-20","w":55},";":{"d":"39,-89v0,7,-4,11,-10,11v-7,0,-10,-4,-10,-11v0,-10,3,-15,9,-15v7,0,11,5,11,15xm58,-15v0,15,-17,36,-42,48v-6,0,-9,-3,-9,-9v0,-7,38,-27,34,-38v4,-12,-27,-22,-27,-29v0,-6,3,-9,9,-9v14,0,35,22,35,37","w":64},"<":{"d":"42,-47v30,-12,109,-69,117,-96v1,-8,-13,-12,-18,-4v-13,21,-97,87,-125,90v-17,5,-24,17,-10,25v61,6,128,15,155,37v7,0,12,-8,9,-15v-3,-9,-13,-15,-23,-12v-26,-13,-62,-21,-105,-25","w":178},"=":{"d":"174,-139v-10,29,-46,-10,-72,12v-19,10,-76,26,-85,25v-11,0,-16,-4,-16,-12v0,-8,6,-11,17,-11v19,0,83,-30,110,-33v9,2,45,2,46,19xm174,-72v-4,21,-31,6,-47,4v-29,8,-92,34,-110,33v-11,0,-16,-4,-16,-12v0,-8,6,-12,17,-12v19,1,83,-30,110,-32v9,2,45,2,46,19","w":190},">":{"d":"175,-84v-12,-36,-135,7,-155,-36v-1,-5,-4,-7,-9,-7v-13,3,-6,16,1,24v22,20,24,17,79,19v31,1,52,3,62,4r-89,71v-8,9,-13,17,-5,26v14,7,20,-7,24,-21v16,-18,83,-55,92,-80"},"?":{"d":"291,-270v11,0,40,3,39,9v0,24,-173,92,-178,135v-3,23,33,14,44,5v5,-19,-12,-11,-25,-8v15,-27,172,-89,176,-132v-4,-23,-24,-27,-55,-27v-74,0,-232,44,-290,78v-19,11,-3,25,18,25v8,0,75,-10,101,-14v7,-1,9,-3,8,-9v-4,-18,-29,-1,-44,-3v-13,2,-33,5,-58,8v53,-25,198,-67,264,-67xm166,-32v-11,-9,-18,7,-18,17v0,16,16,21,27,9v7,-6,-1,-15,-8,-15v3,-5,3,-7,-1,-11","w":370},"@":{"d":"180,-60v76,2,179,-61,179,-129v0,-63,-92,-101,-164,-99v-106,2,-195,57,-195,156v0,71,94,130,173,135v29,2,47,-23,27,-38v-16,-6,-50,-5,-48,14v-57,-10,-140,-63,-130,-124v16,-103,152,-149,261,-105v81,33,67,106,-8,143v-17,9,-79,27,-103,26v-35,6,-35,-31,-21,-41v4,0,10,13,10,17v-11,3,-10,20,2,20v23,0,21,-28,10,-44v-20,-29,-53,-14,-52,29v1,28,26,40,59,40","w":376},"A":{"d":"431,-103v-9,22,-30,17,-83,35v23,16,87,55,93,70v0,8,-7,13,-21,13v-46,3,-181,-33,-214,-35v-2,13,-2,39,-15,39v-12,0,-12,-21,-10,-38v-42,-1,-118,15,-164,18v-14,1,-17,-11,-7,-17v61,-17,87,-8,175,-31v15,-43,18,-148,3,-211v0,-6,3,-9,9,-9v21,10,11,42,28,64v17,-9,22,3,13,22v22,35,53,68,92,101r92,-30v6,0,9,3,9,9xm231,-159v-10,35,-20,60,-21,105v35,-7,68,-15,97,-22v-31,-27,-56,-55,-76,-83xm325,-62v-31,8,-67,17,-108,26v46,4,118,21,189,31v-29,-18,-56,-37,-81,-57","w":419,"k":{"i":-12,"b":-12,"a":23,"R":-23,"N":-40,"M":-40,"L":-46,"J":-104,"I":-29,"H":-46,"?":75,";":-58,".":-58,",":-58,"!":-35}},"B":{"d":"555,-196v47,-1,116,7,116,40v0,57,-176,135,-249,164v-78,30,-180,60,-269,62v-8,0,-15,-4,-15,-11v-3,-20,124,-50,136,-54v12,2,12,18,-1,21v-16,4,-52,11,-60,20v104,-14,246,-72,343,-132v55,-34,85,-55,85,-67v0,-13,-21,-20,-62,-20v-67,0,-230,25,-274,46v6,27,11,51,16,69v3,-5,5,-8,9,-8v20,4,22,61,0,64v-29,-9,-20,-37,-43,-118v-60,24,-100,36,-117,36v-11,0,-16,-3,-16,-11v12,-29,47,-28,126,-56v-9,-45,-10,-45,-20,-98v-85,27,-305,75,-378,96v-15,-2,-12,-17,2,-21r194,-52v66,-17,126,-31,179,-41v-4,-29,-11,-29,3,-37v6,0,11,11,15,33v60,-11,108,-16,145,-16v36,-1,84,7,84,33v0,17,-26,40,-79,70v50,-8,93,-12,130,-12xm299,-156v97,-30,155,-47,180,-94v0,-11,-19,-16,-57,-16v-43,0,-91,5,-143,14v6,34,14,66,20,96","w":671,"k":{"y":29,"u":12,"r":23,"o":23,"e":35,"a":29,"X":-40,"R":-127,"A":121}},"C":{"d":"684,9v0,14,-46,36,-58,20v-117,27,-240,41,-368,41v-115,0,-252,-18,-255,-98v0,-22,18,-47,50,-79v72,-70,260,-174,383,-175v64,0,116,28,116,87v0,25,-17,75,-38,75v-16,0,-24,-12,-24,-38v0,-11,4,-17,11,-17v13,-3,8,28,13,35v9,-9,16,-37,16,-55v0,-47,-41,-66,-94,-65v-117,1,-300,102,-368,168v-28,28,-44,48,-44,63v2,65,137,78,235,78v142,0,299,-23,411,-52v9,0,14,4,14,12","w":491,"k":{"e":35,"a":46,"Z":-115,"Y":-98,"X":-115,"W":-121,"V":-75,"U":-98,"T":-115,"S":-86,"R":-138,"Q":-104,"O":-81,"N":-104,"M":-69,"L":-98,"K":-63,"J":-58,"I":-81,"G":-86,"E":-92,"D":-86,"?":-86,"-":-69,"'":-69,"\"":-75}},"D":{"d":"121,-205v0,72,18,169,41,216v0,7,-4,11,-12,11v-31,0,-54,-184,-52,-227v0,-14,23,-16,23,0xm-515,-325v0,-16,43,-38,48,-13v0,2,0,4,-1,5v223,-13,487,-5,672,26v226,37,339,100,339,191v0,55,-44,101,-130,138v-107,46,-330,79,-492,79v-25,0,-38,-6,-38,-17v-1,-19,49,-29,76,-29v25,0,32,8,21,22v116,-5,220,-19,312,-40v152,-35,228,-87,228,-153v0,-23,-9,-45,-30,-63v-157,-132,-640,-154,-968,-130v-24,1,-37,-4,-37,-16","w":550,"k":{"A":81}},"E":{"d":"416,-1v44,0,122,1,128,40v2,11,-14,13,-20,5v-6,-21,-78,-23,-108,-23v-109,0,-292,80,-429,84v-31,0,-71,-11,-58,-43v23,-56,237,-133,323,-171v-52,0,-178,31,-249,25v-6,-2,-10,-6,-10,-15v0,-12,25,-31,77,-58v44,-23,280,-132,284,-119v7,0,11,4,11,11v0,7,-4,11,-11,11v-31,-4,-313,133,-331,150v77,-3,158,-25,235,-27v20,-1,48,13,27,27v-51,35,-191,83,-235,105v-66,33,-101,56,-101,70v0,9,12,13,36,13v121,-2,311,-85,431,-85","w":299,"k":{"Z":-104,"Y":-81,"X":-52,"W":-63,"R":-173,"J":-81,"I":-63,"G":-81,"'":-69,"\"":-81}},"F":{"d":"331,-192v-1,-15,-23,-14,-39,-14v-24,0,-58,7,-101,20v-7,-48,-10,-74,-10,-80v0,-7,-4,-11,-11,-11v-7,0,-10,4,-10,11v0,8,4,36,11,86v-11,7,-38,3,-41,20v7,19,18,8,44,2v12,80,21,131,27,152v3,12,22,10,21,-3v-8,-26,-15,-71,-28,-156v59,-16,81,-16,127,-16v7,0,10,-4,10,-11xm485,-330v-7,-22,-24,-24,-67,-25v-74,-2,-277,30,-557,77v1,-8,-2,-12,-10,-12v-14,0,-35,9,-59,25v-7,5,-5,20,6,19v21,-1,54,-8,75,-12v289,-50,472,-76,549,-76r15,0v-16,4,-11,20,1,22v13,-8,44,-1,47,-18","w":265,"k":{"Z":-98,"Y":-58,"X":-81,"W":-46,"V":-75,"T":-127,"R":-161,"Q":-92,"P":-144,"O":-92,"N":-109,"M":-86,"K":-75,"J":-81,"I":-75,"H":-69,"G":-81,"F":-29,"D":-81,"?":-75,"!":-86}},"G":{"d":"65,-20v-45,1,-95,-9,-96,-43v0,-17,14,-40,44,-64v99,-80,303,-179,460,-200v15,3,27,10,41,15v10,1,14,-12,8,-18v-54,-32,-94,-17,-184,13v-113,38,-267,110,-340,174v-34,29,-51,56,-51,80v-1,48,56,64,116,64v88,0,207,-24,359,-74v15,28,25,55,31,82v2,7,6,10,13,8v6,-1,8,-5,8,-11v-1,-18,-22,-71,-30,-87v92,-37,128,-37,144,-71v-4,-15,-13,-19,-38,-23v-44,-7,-121,-5,-195,-4v-23,-15,-57,-11,-57,13v3,10,32,9,49,9v22,11,43,32,63,64v-148,48,-262,73,-345,73xm561,-150v-20,11,-63,28,-128,50v-14,-23,-29,-42,-47,-58v98,-1,157,2,175,8","w":541,"k":{"w":-12,"u":-23,"r":12,"o":-6,"i":-46,"a":-6,"R":-104,"A":132}},"H":{"d":"365,-114v-8,22,-29,11,-72,21v4,26,7,53,11,80v1,8,-2,12,-10,12v-6,0,-10,-3,-11,-9v-4,-28,-7,-55,-11,-80v-35,4,-79,9,-130,14r0,85v0,7,-4,10,-11,10v-7,0,-10,-3,-10,-10r0,-83v-93,9,-146,14,-158,14v-7,0,-11,-4,-11,-11v0,-7,4,-10,11,-10v12,0,65,-5,158,-14v-1,-136,-1,-186,-16,-207v-1,-9,12,-15,18,-8v23,46,17,112,19,213v51,-5,93,-10,127,-14v-16,-93,-25,-126,-38,-147v0,-6,6,-10,11,-11v27,14,27,60,48,156v37,-5,52,-8,65,-12v7,0,10,4,10,11","w":354,"k":{"R":-115,"P":-115,"G":-69,"F":-58,"D":86,"B":-40,"A":58,"-":-52}},"I":{"d":"-7,-295v28,54,33,198,33,304v0,7,3,10,10,10v7,0,11,-3,11,-10v0,-101,-6,-274,-36,-311v-5,-6,-20,-4,-18,7","w":70,"k":{"T":-98,"R":-92,"G":-75,"F":86}},"J":{"d":"114,-318v-22,7,-6,33,4,51v45,80,222,127,237,212v-3,20,-27,38,-74,55v-73,26,-194,36,-272,11v-43,-14,-73,-37,-53,-73v8,-14,23,-22,44,-25v6,-1,10,-5,9,-11v-1,-6,-5,-10,-11,-9v-36,2,-74,35,-68,67v22,111,255,96,360,58v97,-35,112,-83,35,-150v-29,-26,-114,-73,-165,-113v-18,-14,-34,-41,-37,-64v0,-6,-3,-9,-9,-9","w":382,"k":{"Z":-6,"Y":-63,"U":-75,"R":-127,"Q":-75,"N":-58,"M":-35,"G":144}},"K":{"d":"58,-109r-13,-165v-3,-21,17,-33,21,-13v-3,40,10,143,11,169v73,-35,114,-64,121,-87v3,-11,20,-10,19,2v-4,37,-94,86,-139,106v1,13,2,24,2,35v59,23,91,53,144,92v8,5,4,18,-6,17v-45,-25,-91,-72,-139,-88v-1,29,-5,44,-13,44v-23,0,-2,-27,-6,-51v-19,-6,-54,-16,-57,-30v8,-20,30,-16,55,-31xm59,-88v-8,4,-16,7,-24,10v3,1,11,4,24,9r0,-19","k":{"l":-29,"i":-29,"Z":-81,"Y":-63,"X":-63,"W":-58,"V":-35,"U":-63,"T":-63,"S":-40,"R":-109,"N":-46,"M":-58}},"L":{"d":"17,-3v27,-98,170,-190,176,-297v0,-6,-4,-10,-10,-10v-6,0,-9,4,-9,10v-10,105,-176,193,-176,298v0,30,25,45,74,45v64,0,196,-31,261,-17v6,1,12,-2,12,-8v0,-20,-32,-12,-52,-14v-36,-3,-183,20,-221,20v-36,0,-55,-9,-55,-27","w":117,"k":{"i":-40,"Z":-173,"Y":-58,"X":-35,"W":-121,"V":-81,"U":-104,"T":-92,"R":-98,"P":52,"O":-58,"K":-29,"J":-190,"I":-63,"D":-150}},"M":{"d":"29,-226v12,1,15,16,14,36v18,-2,16,9,10,31r-6,23v7,39,28,104,59,106v54,-21,63,-123,80,-213v-2,-20,-9,-67,10,-68v28,10,5,58,15,92v5,100,48,174,51,259v0,7,-3,11,-10,11v-7,0,-11,-4,-11,-11v-2,-75,-33,-117,-45,-212v-23,109,-53,163,-90,163v-28,0,-50,-25,-67,-77v-9,67,-2,90,-22,96v-33,-5,6,-99,1,-111v6,-30,-1,-73,-1,-105v0,-13,4,-20,12,-20","w":262,"k":{"J":-86,"H":-58,"D":-86}},"N":{"d":"323,-290v41,48,61,235,-1,274v-119,-3,-237,-165,-289,-266v-3,-25,0,-37,-15,-39v-30,6,-3,36,-4,65r-7,248v0,6,4,9,10,9v6,0,10,-2,10,-9r6,-233v56,98,178,249,291,244v84,-28,63,-253,13,-307v-3,-4,-11,-4,-14,0v-5,5,-5,9,0,14","w":387,"k":{"J":-92,"D":-40}},"O":{"d":"245,-324v147,-24,313,35,313,169v0,76,-107,130,-184,153v-60,18,-119,29,-177,29v-119,0,-238,-61,-173,-168v33,-56,175,-166,252,-165v22,0,42,6,62,17v8,4,5,19,-5,18v-37,-19,-77,-23,-121,2v-59,33,-139,87,-172,138v-58,90,54,139,155,139v98,0,212,-34,277,-76v45,-29,67,-57,67,-87v0,-95,-129,-157,-233,-157v-38,0,-81,19,-111,28v-10,1,-14,-13,-6,-18v13,-10,32,-18,56,-22","w":557,"k":{"o":12,"i":-17,"f":-23,"e":17,"a":17,"K":-29,"J":-98,"I":-81,"D":-98,"A":81}},"P":{"d":"222,-210v-12,4,-9,16,-11,48v-29,6,-40,9,-42,25v3,23,24,16,42,5v1,37,9,127,15,157v1,8,11,11,16,5v2,-41,-13,-91,-12,-175r190,-26v62,-10,97,-47,44,-78v-127,-73,-414,-68,-609,-53v-61,5,-84,1,-95,28v0,20,55,24,59,5v0,-6,-4,-10,-10,-10v173,-17,544,-17,637,41v16,9,24,16,24,22v0,11,-27,22,-81,31v-24,4,-122,15,-159,20v-3,-30,10,-37,-8,-45","w":271,"k":{"l":-6,"L":-98,"K":-184,"J":-150,"I":-248,"H":-144,"G":-121,"F":-98,"E":-109,"D":-156,"B":-230,"A":-58}},"Q":{"d":"154,48v85,1,175,-21,237,-50v15,16,27,24,34,24v14,-2,11,-13,-1,-22r-15,-11v74,-38,111,-83,111,-136v-1,-82,-69,-122,-163,-116v-88,6,-219,1,-219,110v0,7,5,9,11,9v15,0,6,-20,8,-34v7,-38,35,-40,86,-52v104,-25,257,-28,258,83v0,46,-35,86,-105,121v-14,-18,-22,-31,-23,-37v-1,-6,-4,-9,-10,-9v-6,0,-9,4,-9,10v0,9,7,24,23,44v-61,27,-140,47,-222,47v-68,0,-138,-10,-143,-69v15,-89,89,-153,159,-208v48,-38,84,-55,105,-55v6,0,10,-4,10,-10v0,-6,-4,-10,-10,-10v-76,8,-207,128,-246,189v-24,37,-38,67,-38,94v0,73,79,87,162,88","w":521,"k":{"J":-63,"I":-58,"F":-109}},"R":{"d":"38,-31v66,26,174,59,256,57v6,-1,9,-5,9,-12v-1,-11,-14,-9,-25,-8v-69,-1,-181,-34,-240,-59v0,-13,-1,-29,-1,-46r37,-12v63,-21,107,-37,132,-49v64,-29,66,-63,10,-98v-84,-52,-525,-63,-736,-42v-9,4,-13,9,-12,16v3,15,17,14,38,17v9,1,14,-10,9,-17v142,-12,426,-8,551,9v106,14,163,34,171,63v5,17,-51,44,-169,82r-32,10r-5,-142v0,-5,-5,-10,-10,-10v-21,3,-5,38,-9,56v1,22,2,56,4,103v-28,12,-46,13,-53,34v0,11,18,24,55,40v0,26,0,44,-1,55v0,7,3,11,10,11v21,-4,7,-28,11,-58xm-14,-78v5,-3,15,-8,31,-14r1,31v-16,-7,-27,-13,-32,-17","w":130,"k":{"o":17,"i":-29,"L":-69,"K":-63,"J":-63,"I":-75,"'":-144,"\"":-150}},"S":{"d":"426,-224v-35,-137,-268,-62,-354,-17v-46,24,-67,37,-70,70v15,81,153,82,260,82v74,0,136,5,185,17v75,19,98,42,49,83v-57,48,-170,81,-271,84v-22,0,-37,-3,-45,-8v19,-15,191,-67,231,-61v6,1,9,0,11,-5v3,-8,-5,-12,-17,-12v-39,0,-238,50,-244,73v-7,28,28,31,64,31v68,0,152,-23,206,-46v118,-48,158,-119,19,-156v-82,-22,-229,-11,-326,-28v-110,-19,-140,-54,-61,-98v61,-34,147,-72,235,-72v60,0,99,19,111,63v-2,18,-21,39,-37,44v-6,0,-8,3,-8,9v0,6,2,8,8,8v25,-4,53,-33,54,-61","w":541,"k":{"J":98,"G":75,"F":109,"'":52,"\"":86}},"T":{"d":"314,-318v-2,17,-56,40,-80,38v-13,0,-9,-11,-4,-20v-30,7,-70,19,-120,34r0,22v0,91,2,165,18,222v25,13,4,73,-13,39v-19,-39,-27,-204,-25,-277r-202,64v-6,0,-9,-3,-9,-10v0,-4,3,-8,7,-9v41,-15,109,-37,205,-66v-4,-23,23,-27,20,-6v95,-28,152,-42,174,-42v19,0,29,4,29,11","w":160,"k":{"J":-92,"I":-167,"H":-58,"G":-81}},"U":{"d":"261,-387v-56,9,-69,85,-69,157v0,64,10,124,30,182v-34,33,-78,64,-130,69v-105,-22,-57,-216,-24,-281v0,-8,-11,-14,-17,-7v-41,72,-87,307,41,307v56,0,102,-35,138,-68v24,49,37,73,80,79v23,3,23,-31,6,-33v-7,0,-10,5,-9,13v-23,-2,-44,-27,-63,-76v42,-37,85,-118,82,-192v-3,-63,-17,-137,-65,-150xm262,-368v22,-7,46,106,45,131v-2,72,-25,126,-70,172v-17,-53,-26,-107,-26,-166v0,-48,15,-140,51,-137","w":300,"k":{"p":-40,"i":-40}},"V":{"d":"193,-309v-12,62,-53,273,-69,318v-32,-78,-54,-257,-114,-283v-6,-1,-8,2,-9,8v-1,6,2,8,8,9v15,2,38,67,75,193v17,57,16,76,38,99v4,1,7,0,10,-3v21,-38,57,-226,72,-309v5,3,11,-2,10,-8v8,-40,-14,-57,-21,-24","w":183,"k":{"K":-17,"J":-86,"I":-52,"G":-58,"F":-52,"B":-127}},"W":{"d":"245,-296v-12,-10,-27,-4,-28,9v3,18,25,47,45,36v49,46,103,94,103,163v0,50,-49,70,-106,70v-64,0,-136,-48,-156,-97v-1,-35,-3,-56,-26,-61v-9,0,-13,6,-13,17v0,13,5,31,17,53v-2,33,-6,66,-15,101v-14,-50,-27,-189,-47,-224v-8,-9,-24,3,-16,14v4,6,12,48,25,126v11,61,13,88,26,121v2,4,5,6,10,6v16,0,28,-38,37,-114v44,56,97,85,172,79v72,-6,114,-28,114,-91v0,-90,-77,-152,-142,-208","w":403,"k":{"J":98,"G":-63,"B":121,"A":52}},"X":{"d":"-27,123v5,39,-33,41,-38,15v9,-49,105,-177,134,-238r-94,-80v-8,-5,-9,-20,4,-19v7,0,40,26,100,79v19,-33,57,-138,83,-181v10,-7,20,5,13,16v-29,55,-53,122,-80,179v83,75,124,117,124,127v1,11,-14,13,-19,6v-29,-37,-77,-79,-115,-113v-14,25,-61,99,-83,134v-15,24,-27,46,-37,65v6,1,8,4,8,10","w":204,"k":{"o":12,"e":17,"L":-46,"J":-81,"G":-63}},"Y":{"d":"357,117v5,47,-85,80,-138,80v-71,0,-168,-41,-166,-104v1,-47,64,-104,106,-113v6,0,9,3,9,10v0,7,-3,10,-9,10v-30,10,-84,57,-86,93v-2,50,90,84,146,84v40,0,123,-26,118,-60v-10,-71,-136,-129,-187,-187v-34,39,-65,58,-92,58v-46,0,-55,-50,-54,-110v0,-26,4,-39,13,-39v16,0,7,45,7,57v0,110,65,77,114,19v-28,-35,-42,-69,-42,-103v0,-34,21,-87,52,-87v36,0,54,57,53,99v0,27,-13,56,-38,90v57,64,186,120,194,203xm181,-176v1,-27,-11,-79,-33,-79v-18,0,-33,46,-32,67v0,28,11,57,34,87v21,-29,31,-54,31,-75","w":216,"k":{"v":-29,"u":-23,"r":-29,"i":-29,"L":-109,"K":-86,"J":-69,"G":-86,"F":104,"A":75}},"Z":{"d":"449,-5v0,19,-27,5,-36,5v-142,0,-378,157,-521,167v-21,2,-40,-9,-41,-27v30,-84,191,-160,276,-218r117,-78v49,-35,74,-58,74,-68v0,-8,-13,-13,-38,-13v-61,-1,-253,61,-286,90v-11,10,-25,-5,-15,-16v68,-39,212,-92,302,-95v38,-1,58,6,58,37v-1,19,-41,58,-123,112r-224,147v-80,53,-120,87,-120,100v0,6,7,8,19,8v153,0,371,-168,522,-168v15,0,35,5,36,17","w":222,"k":{"u":-29,"L":-58,"K":-156,"J":-98,"G":-81,"E":-138,"A":-167,"'":-144,"\"":-127}},"[":{"d":"28,-252v1,-30,60,-23,78,-37v6,0,9,3,9,9v0,20,-55,19,-68,27v8,57,3,171,-7,217v32,-4,67,3,80,17v8,9,39,-7,40,9v0,7,-10,11,-29,11v-16,0,-26,-11,-31,-14v-14,-8,-45,-7,-65,-4v-2,21,-36,16,-35,1v0,-7,8,-13,22,-17v10,-40,18,-166,6,-219","w":167},"\\":{"d":"105,-51v-31,-73,-69,-175,-107,-231v-1,-9,11,-10,15,-5v45,51,102,237,137,279v0,6,-3,8,-8,8v-8,0,-22,-16,-37,-51","w":156},"]":{"d":"112,-18v2,27,-32,5,-48,7v-13,-1,-24,7,-36,13v-6,0,-8,-2,-8,-8v14,-25,45,-25,75,-16v-5,-42,-8,-119,-10,-233v-36,4,-81,4,-85,-25v-2,-10,13,-10,15,-4v7,23,54,17,81,11v10,-1,12,10,6,15v0,40,0,80,1,120v1,47,6,86,9,120","w":117},"^":{"d":"128,-180v-28,-15,-40,-46,-58,-86v-10,23,-42,76,-62,81v-27,-16,28,-69,38,-84v2,-2,5,-2,9,0v3,-19,18,-38,27,-7v13,44,36,65,54,88v0,5,-3,8,-8,8","w":138},"_":{"d":"228,-19v0,23,-33,4,-47,4v-99,-4,-118,19,-164,19v-11,0,-16,-4,-16,-12v0,-8,6,-12,17,-12v42,-8,67,-24,164,-19v9,0,46,2,46,20","w":234},"`":{"d":"35,-286v27,0,58,34,57,61v0,12,-3,18,-8,18v-34,3,-2,-51,-40,-47v-47,4,-41,-32,-9,-32","w":114},"a":{"d":"26,-116v36,-2,153,-3,153,29v0,17,-108,13,-107,16v-26,4,-40,14,-42,29v39,13,100,-8,132,-19v5,0,8,3,8,8v3,15,-98,31,-118,31v-26,0,-39,-6,-39,-20v0,-32,45,-49,134,-51v-24,-5,-64,-6,-121,-6v-6,0,-8,-3,-8,-9v0,-5,2,-7,8,-8","w":188,"k":{"?":115}},"b":{"d":"138,-43v1,29,-57,36,-81,45v2,35,-20,43,-27,15r-75,-310v-1,-9,8,-12,14,-7v6,5,25,84,59,237v50,1,95,-11,110,20xm32,-46r7,29v18,3,80,-12,82,-25v-10,-6,-61,-6,-89,-4","w":143,"k":{"x":40}},"c":{"d":"198,-17v-8,18,-25,12,-66,12v-86,0,-126,-3,-127,-33v10,-49,74,-64,122,-79v5,0,8,1,8,6v-20,26,-109,42,-109,72v2,10,23,15,63,15r101,-2v6,0,8,3,8,9","w":204,"k":{"z":17,"y":40,"x":35,"t":17,"s":40,"o":46,"j":29,"g":40,"d":35}},"d":{"d":"114,-43r-3,-17v-18,0,-127,22,-71,36v17,0,54,-13,74,-19xm166,-51v3,13,-19,23,-19,6v3,-12,-2,-12,-20,-14v3,30,15,39,20,63v0,8,-3,12,-9,12v-8,0,-16,-15,-22,-45v-19,13,-104,33,-107,-4v-1,-25,64,-43,96,-45v-6,-27,-23,-171,-39,-250v-1,-8,9,-12,15,-7v10,24,36,228,43,257v28,2,42,11,42,27","w":169,"k":{"t":-52}},"e":{"d":"7,-63v-6,-40,77,-81,77,-21v0,21,-17,33,-52,35v9,6,28,9,57,9v5,0,8,2,8,8v0,6,-3,8,-8,8v-50,0,-76,-2,-82,-39xm23,-64v15,-3,44,-5,44,-20v0,-24,-22,-15,-32,-3v-7,8,-11,16,-12,23","w":107,"k":{"t":-29}},"f":{"d":"194,-188v0,18,-8,34,-23,35v-24,-9,9,-18,5,-36v1,-109,-48,-195,-150,-195v-52,0,-51,65,-39,114r60,237v22,-4,53,-2,52,11v-5,19,-23,1,-48,7v5,23,16,55,16,79v0,14,-4,21,-13,21v-26,-11,-7,-69,-21,-99v-14,1,-43,7,-43,-8v-1,-19,25,-13,38,-10v-21,-97,-67,-186,-67,-292v0,-52,22,-78,65,-78v112,-1,170,93,168,214","w":102,"k":{"x":35,"t":6,"p":12,"d":-23,"?":-115}},"g":{"d":"200,88v-5,-39,-81,-69,-124,-72v-8,-27,-6,-65,3,-86v0,-8,-3,-13,-8,-13v-9,-4,-7,25,-23,22v-10,0,-26,-4,-27,-11v-2,-8,24,-29,30,-28v11,-1,18,8,27,11v6,0,9,-2,9,-8v-20,-40,-82,-8,-83,25v0,20,28,30,51,26v-3,27,0,50,7,72v-90,-13,-231,-23,-249,52v16,65,138,81,224,81v82,0,153,-18,163,-71xm180,87v-33,82,-290,58,-336,0v-18,-23,25,-39,46,-44v52,-12,124,-10,179,1v6,10,11,15,15,15v5,0,9,-5,7,-11v24,5,25,8,37,10v5,0,8,-3,8,-8v15,6,43,23,44,37","w":98},"h":{"d":"26,-32v23,-35,31,-51,55,-59v35,10,29,62,64,73v10,3,5,20,-7,17v-33,-9,-41,-46,-57,-71v-14,7,-71,120,-72,28r-4,-256v0,-14,3,-20,8,-20v3,0,8,5,7,9v0,90,0,152,1,186v0,20,2,51,5,93","w":133,"k":{"9":-127,"7":-69,"5":-63,"0":-35,"\/":-29}},"i":{"d":"13,-179v12,-1,34,25,14,30v-18,4,-35,-26,-14,-30xm27,-3v-16,-4,-14,-51,-18,-76v0,-6,3,-9,9,-9v12,5,10,20,11,46v6,2,10,9,10,22v0,11,-4,17,-12,17","w":62,"k":{"b":-23}},"j":{"d":"-35,-204v4,-19,38,-11,38,6v0,8,-6,11,-13,8v-2,5,-5,7,-8,7v-7,0,-18,-13,-17,-21xm60,323v-81,0,-194,-37,-200,-108v-5,-65,84,-89,163,-85v7,1,11,4,11,10v1,12,-18,10,-31,10v-58,-2,-128,19,-123,65v6,56,112,87,179,88v55,0,83,-23,83,-69v0,-101,-104,-233,-135,-329v-1,-15,16,-16,20,-3v30,101,135,214,135,332v0,59,-34,89,-102,89","w":77,"k":{"p":-23,"g":-75}},"k":{"d":"32,-50v20,4,78,9,50,27v-7,0,-23,-3,-47,-9v6,23,0,65,-18,44r0,-52v-8,-6,-9,-14,-4,-23r-50,-271v0,-6,3,-9,9,-9v5,0,7,2,8,8r49,260v24,-12,36,-18,38,-18v6,0,8,2,8,8v-1,11,-32,22,-44,28","w":97},"l":{"d":"30,21v-11,-3,-13,-46,-13,-72r2,-231v0,-12,3,-18,9,-18v10,0,8,26,8,39r-1,203v0,38,-2,47,5,62v0,7,-4,16,-10,17","w":68,"k":{"y":23,"s":23,"l":40,"f":-23,"e":23,"d":29,"c":29,"b":-35,"a":29}},"m":{"d":"153,-66v25,10,32,54,67,49v6,0,9,4,9,10v0,6,-3,10,-9,10v-40,-5,-40,-13,-67,-47v-3,0,-15,47,-28,43v-28,-1,-21,-69,-44,-75v-28,-1,-40,56,-64,70v-6,0,-10,-8,-11,-12r0,-83v0,-6,4,-10,10,-10v19,6,5,44,9,64v20,-32,39,-48,56,-48v31,-1,35,44,43,69v8,-27,17,-40,29,-40","w":207},"n":{"d":"22,-3v1,-26,-9,-70,-17,-86v0,-7,3,-10,9,-10v9,0,17,17,23,52v21,-50,49,-67,82,-26v32,40,28,42,74,51v6,1,9,4,9,10v0,7,-4,11,-11,11v-50,3,-75,-52,-105,-75v-16,0,-31,25,-42,74v-4,20,-22,24,-22,-1"},"o":{"d":"68,-15v-25,0,-64,-28,-64,-52v0,-24,35,-63,60,-60v18,-2,69,37,66,55v2,25,-37,57,-62,57xm112,-71v0,-12,-35,-38,-47,-36v-16,-3,-43,26,-43,40v0,14,32,35,46,35v16,0,44,-24,44,-39","w":145,"k":{"d":29}},"p":{"d":"140,-70v0,-15,-26,-28,-78,-38v-36,-7,-62,-11,-78,-11v-6,0,-10,4,-10,10v0,6,4,9,10,9v22,-1,129,19,135,30v-17,9,-62,12,-87,17v1,-8,-2,-14,-9,-14v-6,0,-10,4,-10,10v0,21,35,225,50,223v5,5,10,5,14,0v5,-4,5,-8,0,-13v-16,-21,-36,-140,-42,-188v45,-8,98,-5,105,-35","w":144},"q":{"d":"334,117v1,34,-78,51,-123,51v-97,0,-168,-50,-157,-150v-11,-3,-54,3,-59,-14v0,-6,3,-9,10,-9v5,0,23,1,52,4v4,-19,11,-35,19,-48v-28,1,-84,8,-84,-18v0,-27,50,-53,79,-53v18,0,72,13,70,26v-9,24,-54,-11,-71,-6v-14,-3,-91,30,-41,34v24,2,71,-13,78,8v-8,18,-26,30,-30,58v92,9,192,37,237,81v13,13,20,25,20,36xm211,149v51,0,136,-15,85,-59v-42,-36,-142,-63,-223,-71v-10,88,53,130,138,130","w":153},"r":{"d":"105,-107v11,-1,14,14,4,16v-35,9,-58,19,-70,43v4,16,7,36,-8,37v-14,2,-14,-26,-9,-38v-5,-20,-11,-25,-16,-36v0,-5,3,-8,8,-8v5,0,11,8,18,25v15,-18,39,-32,73,-39","w":127,"k":{"d":46}},"s":{"d":"109,4v22,0,-10,26,22,26v11,0,59,-19,49,-31v-24,-30,-92,-35,-143,-44v-23,-4,-34,-14,-34,-27v-2,-33,79,-46,124,-46v27,0,80,7,79,25v0,6,-3,9,-9,9v-32,-27,-151,-18,-175,11v0,5,7,8,21,11v62,10,138,13,157,63v2,21,-48,49,-70,47v-30,5,-48,-33,-21,-44","w":216,"k":{"c":17}},"t":{"d":"37,-314v-9,36,12,172,14,217v-47,3,-99,-7,-125,-5v-3,15,5,19,35,20v28,2,58,4,91,4v2,36,2,60,0,74v-1,6,2,10,8,11v6,1,10,-2,11,-8v2,-15,2,-41,0,-77r61,-1v6,0,9,-3,9,-9v-5,-19,-46,-5,-72,-9r-15,-209v2,-6,0,-10,-5,-12v-5,-2,-10,-1,-12,4","w":101,"k":{"p":-35,"b":-35}},"u":{"d":"14,-123v19,2,2,33,3,47v-9,52,64,65,92,38v8,-5,8,-40,22,-40v6,0,9,3,10,10v7,29,21,40,49,52v13,6,19,11,10,20v-29,5,-54,-19,-69,-40v-27,58,-144,36,-135,-40v2,-16,6,-48,18,-47","w":206,"k":{"s":52,"l":6,"d":35,"a":35}},"v":{"d":"100,-36v0,22,-8,40,-29,39v-38,-2,-65,-56,-70,-96v-2,-15,16,-12,17,-1v3,23,31,80,53,79v4,0,7,-3,8,-8v1,-37,10,-71,38,-81v6,0,9,3,9,9v-11,22,-26,24,-26,59","w":133},"w":{"d":"158,-116v28,16,80,96,7,97v-31,0,-59,-21,-82,-33v-4,16,-4,39,-22,39v-38,-9,-51,-45,-49,-95v1,-10,17,-11,17,0v-2,38,7,65,31,77v4,-13,6,-41,20,-41v11,0,66,41,85,35v14,0,21,-3,21,-9v5,-11,-37,-56,-37,-61v0,-6,3,-9,9,-9","w":217,"k":{"?":127}},"x":{"d":"126,-111v26,8,-7,39,-12,52v18,9,34,18,48,23v11,4,8,20,-3,19v-6,0,-24,-8,-55,-24v-16,28,-27,42,-33,42v-6,0,-10,-4,-10,-10v6,-15,16,-21,26,-42v-52,-32,-75,-36,-83,-56v0,-7,4,-10,10,-10v21,10,33,23,83,49v16,-29,26,-43,29,-43","w":173},"y":{"d":"187,98v1,47,-33,88,-79,88v-58,0,-116,-45,-116,-101v0,-32,44,-72,75,-71v8,0,16,3,16,10v0,6,-5,9,-16,9v-22,-1,-57,29,-57,52v0,46,51,82,98,82v36,0,61,-31,60,-69v-2,-49,-71,-116,-102,-152v-28,17,-67,18,-67,-28v0,-28,24,-25,19,-2v-6,26,23,27,38,14v-5,-10,-1,-22,12,-22v13,0,17,13,12,24v34,42,105,109,107,166","w":114,"k":{"t":-23,"p":-46,"g":-63,"b":-29,",":-69}},"z":{"d":"53,-38v72,24,130,83,130,170v0,52,-24,77,-72,77v-49,0,-166,-46,-160,-90v-3,-40,83,-68,128,-67v6,0,9,4,9,10v0,6,-3,9,-9,9v-33,-1,-115,21,-109,48v9,39,94,71,139,72v36,0,55,-20,55,-59v0,-82,-69,-142,-140,-160v-11,-3,-15,-7,-15,-12v0,-7,11,-13,32,-15v-14,-9,-35,2,-37,-15v0,-6,3,-9,9,-9v25,-2,84,27,40,41","w":96,"k":{"p":-52,"b":-23,"?":109,";":-46,".":-29,",":-40}},"{":{"d":"19,-234v-2,-28,38,-56,67,-55v19,0,28,4,28,10v1,11,-19,5,-28,5v-25,0,-48,18,-52,41v15,13,55,-4,55,25v0,14,-23,25,-34,33v44,4,23,35,4,55v-16,18,-44,40,-44,70v1,29,10,34,40,35v5,0,7,2,7,7v0,5,-2,8,-7,8v-39,0,-54,-14,-55,-50v-1,-51,58,-66,65,-108v-26,-1,-39,-18,-13,-34r21,-17v-21,-4,-53,-6,-54,-25","w":120},"|":{"d":"4,-204v0,-26,-2,-52,-4,-78v0,-4,2,-6,8,-6v5,0,8,2,9,6v3,15,15,81,-5,89v-6,0,-8,-4,-8,-11xm33,-118v-1,37,-6,76,-2,112v0,4,-3,6,-9,6v-7,0,-10,-7,-10,-21v-1,-42,11,-100,-3,-131v0,-4,3,-6,8,-6v11,0,16,13,16,40","w":32},"}":{"d":"132,-91v0,28,-38,95,-66,91v-9,1,-9,-12,-2,-14v25,-7,53,-46,53,-77v0,-38,-72,-65,-90,-100v0,-3,3,-7,8,-12v-11,0,-17,-3,-17,-9v0,-14,48,-49,47,-59v-10,-5,-45,-3,-58,-2v-5,0,-7,-2,-7,-7v6,-19,86,-9,80,10v-1,19,-30,37,-44,50v33,-8,18,21,7,29v21,26,89,56,89,100","w":138},"~":{"d":"112,-248v-8,-13,-23,-36,-40,-32v-28,0,-50,10,-62,35v-5,10,7,15,14,5v13,-18,23,-25,48,-27v21,-2,20,36,45,33v19,3,47,-20,23,-28v-14,-2,-12,23,-28,14","w":159},"\u00a0":{"w":188,"k":{"q":-52}}}});
Cufon.replace('.handwritten', { color: '#000'});
