/*
 * 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,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||F),separate:"words",textShadow:"none"};var O={words:/[^\S\u00a0]+/,characters:""};L.now=function(){W.ready();return L};L.refresh=function(){X.repeat.apply(X,arguments);return L};L.registerEngine=function(b,a){if(!a){return L}Y[b]=a;return L.set("engine",b)};L.registerFont=function(c){var a=new R(c),b=a.family;if(!H[b]){H[b]=new E()}H[b].add(a);return L.set("fontFamily",'"'+b+'"')};L.replace=function(c,b,a){b=G(V,b);if(!b.engine){return L}if(typeof b.textShadow=="string"){b.textShadow=M.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=M.gradient(b.color)}if(!a){X.add(c,arguments)}if(c.nodeType||typeof c=="string"){c=[c]}M.ready(function(){for(var e=0,d=c.length;e<d;++e){var f=c[e];if(typeof f=="string"){L.replace(b.selector(f),b,true)}else{K(f,b)}}});return L};L.set=function(a,b){V[a]=b;return L};return L})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return}B=null;var A=Cufon.CSS.supports("display","inline-block");var E=!A&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var F=document.createElement("style");F.type="text/css";F.appendChild(document.createTextNode((".cufon-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.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.hover){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}})());


/* font */
Cufon.registerFont({"w":195,"face":{"font-family":"Vegur","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-11 -270 298 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":83},"B":{"d":"117,-125v89,26,45,129,-37,129v-18,0,-34,-2,-51,-4r0,-235v56,-13,129,0,129,52v0,28,-17,47,-41,58xm43,-225r0,97v48,8,102,-8,99,-50v6,-44,-50,-55,-99,-47xm43,-11v51,9,107,-5,107,-55v0,-47,-57,-54,-107,-49r0,104","w":182},"b":{"d":"105,-178v46,0,74,35,74,89v0,52,-31,93,-74,93v-29,1,-49,-19,-62,-38r-1,34r-13,0r0,-252r14,0r1,112v11,-22,33,-38,61,-38xm102,-9v36,0,61,-30,61,-78v0,-49,-23,-79,-61,-79v-46,0,-59,43,-59,98v0,29,27,59,59,59"},"a":{"d":"36,-166v43,-26,102,-10,102,50r0,116r-13,0v-2,-11,0,-25,-3,-34v-19,54,-105,47,-107,-15v-1,-53,57,-71,108,-56v7,-59,-45,-75,-86,-49xm72,-9v32,0,57,-39,51,-85v-41,-12,-92,1,-92,43v0,27,19,42,41,42","w":162},"c":{"d":"141,-3v-65,25,-125,-17,-125,-83v0,-67,61,-110,127,-85r-2,13v-55,-26,-109,13,-109,71v0,59,48,93,108,72","w":159},"d":{"d":"152,-252r15,0r0,252r-13,0r-2,-34v-33,66,-136,40,-136,-51v0,-52,32,-93,75,-93v27,0,49,16,61,38r0,-112xm94,-9v45,0,58,-43,58,-97v0,-30,-27,-60,-58,-60v-36,0,-62,31,-62,79v0,48,23,78,62,78"},"e":{"d":"93,-178v43,0,68,41,59,89r-121,0v-2,67,52,96,105,71r1,13v-61,26,-121,-7,-121,-82v0,-49,29,-91,77,-91xm93,-166v-37,0,-57,30,-61,64r107,0v0,-37,-16,-64,-46,-64","w":168},"f":{"d":"38,-174v-5,-52,16,-94,65,-79r-1,12v-41,-12,-54,20,-50,67r42,0r0,12r-42,0r0,162r-14,0r0,-162r-30,0r0,-12r30,0","w":100},"g":{"d":"154,-174r13,0r0,163v3,83,-66,110,-131,80r1,-12v67,32,126,1,115,-91v-33,66,-136,40,-136,-51v0,-52,32,-93,75,-93v27,0,49,16,61,38xm94,-9v45,0,58,-43,58,-97v0,-30,-27,-60,-58,-60v-36,0,-62,31,-62,79v0,48,23,78,62,78","w":194},"h":{"d":"43,-252r1,112v11,-21,35,-38,62,-38v75,-1,53,105,56,178r-15,0v-5,-63,21,-166,-44,-166v-30,0,-60,28,-60,60r0,106r-14,0r0,-252r14,0","w":186},"i":{"d":"29,0r0,-174r14,0r0,174r-14,0xm36,-217v-6,0,-11,-4,-11,-11v0,-6,5,-10,11,-10v6,0,11,4,11,10v0,7,-5,11,-11,11","w":72},"j":{"d":"36,-217v-6,0,-10,-4,-10,-11v0,-6,4,-10,10,-10v6,0,11,4,11,10v0,7,-5,11,-11,11xm29,14r0,-188r15,0r0,186v0,44,-21,69,-54,69r-1,-12v26,0,40,-19,40,-55","w":72},"k":{"d":"147,-174r-71,79r80,95r-19,0r-71,-85r-23,25r0,60r-14,0r0,-252r14,0r1,174r84,-96r19,0","w":162},"l":{"d":"43,0r-14,0r0,-252r14,0r0,252","w":72},"m":{"d":"202,-178v74,1,52,105,55,178r-15,0v-6,-62,22,-166,-42,-166v-29,0,-51,28,-51,70r0,96r-14,0v-4,-62,18,-165,-42,-166v-60,-1,-51,99,-50,166r-14,0r0,-174r13,0v1,11,-1,25,2,34v18,-53,90,-47,102,6v8,-23,28,-44,56,-44","w":281},"n":{"d":"42,-174v1,11,-1,25,2,34v11,-21,35,-38,62,-38v75,-1,53,105,56,178r-15,0v-5,-63,21,-166,-44,-166v-30,0,-60,28,-60,60r0,106r-14,0r0,-174r13,0","w":186},"o":{"d":"172,-87v0,51,-31,91,-78,91v-47,0,-78,-40,-78,-91v0,-51,31,-91,78,-91v47,0,78,40,78,91xm94,-9v84,-1,83,-155,0,-157v-83,1,-84,156,0,157","w":187},"u":{"d":"145,0v-1,-11,1,-25,-2,-34v-12,21,-35,38,-62,38v-75,1,-53,-105,-56,-178r15,0v5,62,-21,166,44,165v30,0,60,-27,60,-59r0,-106r14,0r0,174r-13,0","w":186},"t":{"d":"90,-174r0,12r-40,0r0,128v-1,27,20,28,40,22r1,13v-28,7,-55,3,-55,-30r0,-133r-28,0r0,-12r28,0r0,-43r14,0r0,43r40,0","w":104},"s":{"d":"96,-40v3,-43,-85,-49,-78,-92v-3,-37,51,-58,85,-38r-1,13v-23,-16,-68,-11,-68,22v0,42,88,50,78,91v0,46,-60,59,-96,38r2,-13v27,17,75,14,78,-21","w":130},"r":{"d":"90,-178r0,16v-60,3,-46,97,-47,162r-14,0r0,-174r13,0v1,12,-1,27,2,37v6,-22,23,-40,46,-41","w":97},"q":{"d":"152,-34v-33,66,-136,40,-136,-51v0,-52,32,-93,75,-93v27,0,49,16,61,38r2,-34r13,0r0,252r-15,0r0,-112xm94,-166v-36,0,-62,31,-62,79v0,48,23,78,62,78v45,0,58,-43,58,-97v0,-30,-27,-60,-58,-60"},"p":{"d":"43,78r-14,0r0,-252r13,0v1,11,-1,25,2,34v11,-22,33,-38,61,-38v46,0,74,35,74,89v0,52,-31,93,-74,93v-29,1,-49,-19,-62,-38r0,112xm102,-166v-46,0,-59,43,-59,98v0,29,27,59,59,59v36,0,61,-30,61,-78v0,-49,-23,-79,-61,-79"},"C":{"d":"179,-5v-85,31,-163,-19,-163,-112v0,-93,76,-144,163,-114r-1,12v-78,-27,-146,14,-146,101v0,88,68,128,146,101","w":188},"D":{"d":"29,-235v96,-20,176,28,174,112v-2,93,-78,143,-174,123r0,-235xm43,-225r0,214v83,14,143,-33,144,-110v1,-76,-60,-117,-144,-104","w":219},"E":{"d":"43,-12r99,0r0,12r-113,0r0,-235r110,0r0,12r-96,0r0,95r84,0r0,12r-84,0r0,104","w":153},"F":{"d":"43,0r-14,0r0,-235r112,0r0,12r-98,0r0,98r83,0r0,12r-83,0r0,113","w":145},"U":{"d":"181,-84v0,55,-31,88,-78,88v-48,0,-78,-34,-78,-81r0,-158r14,0r0,154v0,46,25,72,64,72v95,1,56,-138,64,-226r14,0r0,151","w":204},"T":{"d":"174,-235r0,12r-76,0r0,223r-14,0r0,-223r-77,0r0,-12r167,0","w":181},"S":{"d":"33,-187v-9,49,114,77,101,129v4,51,-67,77,-116,53r1,-12v41,19,99,5,99,-38v0,-27,-11,-40,-45,-60v-40,-25,-55,-43,-55,-69v0,-50,63,-68,103,-46r-1,12v-33,-21,-92,-3,-87,31","w":150},"R":{"d":"43,-225r0,105v54,5,100,-10,100,-56v0,-46,-51,-57,-100,-49xm152,0v-20,-37,-7,-114,-68,-108v-9,0,-30,0,-41,1r0,107r-14,0r0,-235v63,-13,130,3,130,55v0,32,-22,52,-43,63v33,11,37,83,53,117r-17,0","w":175},"Q":{"d":"122,-239v117,0,141,176,55,227r22,50r-15,0r-19,-43v-80,33,-149,-32,-149,-113v0,-64,40,-121,106,-121xm122,-9v58,0,91,-52,91,-109v0,-56,-33,-109,-91,-109v-57,0,-90,53,-90,109v0,57,33,109,90,109","w":244},"P":{"d":"43,-225r0,106v50,13,97,-4,99,-55v2,-47,-49,-59,-99,-51xm29,0r0,-235v65,-14,129,4,129,60v0,55,-57,84,-115,68r0,107r-14,0","w":162},"O":{"d":"122,-239v67,0,107,57,107,121v0,65,-40,122,-107,122v-66,0,-106,-57,-106,-122v0,-64,40,-121,106,-121xm122,-9v58,0,91,-52,91,-109v0,-56,-33,-109,-91,-109v-57,0,-90,53,-90,109v0,57,33,109,90,109","w":244},"L":{"d":"43,-12r115,0r0,12r-129,0r0,-235r14,0r0,223","w":166},"J":{"d":"111,-78v0,65,-44,94,-101,78r2,-12v48,10,83,-4,84,-65r0,-158r15,0r0,157","w":133},"I":{"d":"43,0r-14,0r0,-235r14,0r0,235","w":72},"H":{"d":"181,-235r14,0r0,235r-14,0r0,-117r-138,0r0,117r-14,0r0,-235r14,0r0,106r138,0r0,-106","w":224},"G":{"d":"178,-17r0,-87r-49,0r0,-13r63,0r0,109v-88,35,-174,-6,-176,-109v-2,-91,79,-144,168,-114r-1,12v-81,-28,-151,19,-151,101v0,89,70,127,146,101","w":214},"0":{"d":"94,-230v47,0,77,51,77,117v0,66,-30,117,-77,117v-46,0,-76,-51,-76,-117v0,-66,30,-117,76,-117xm94,-9v39,0,61,-45,61,-104v0,-59,-22,-104,-61,-104v-38,0,-60,45,-60,104v0,59,22,104,60,104","w":188},"1":{"d":"51,-202v18,-7,30,-21,52,-24r0,226r-14,0r0,-206r-36,16","w":151},"2":{"d":"141,-12r0,12r-128,0r0,-11v28,-37,122,-143,109,-163v2,-48,-58,-52,-92,-31r-2,-12v42,-27,112,-10,110,41v12,25,-72,117,-106,164r109,0","w":160},"3":{"d":"133,-60v0,54,-70,79,-119,54r1,-13v42,21,101,9,102,-40v0,-29,-18,-48,-61,-54r0,-13v60,3,79,-92,8,-91v-14,0,-29,4,-42,11r-1,-12v36,-25,105,-8,105,39v0,27,-21,47,-45,58v35,12,52,32,52,61","w":151},"4":{"d":"133,-75r28,0r0,12r-28,0r0,63r-15,0r0,-63r-107,0r0,-12r106,-151r16,0r0,151xm28,-76v27,3,61,0,90,1r0,-132","w":174},"6":{"d":"86,4v-40,0,-68,-36,-68,-100v0,-77,45,-130,108,-134r1,13v-63,3,-93,56,-92,108v33,-45,119,-20,119,42v0,42,-31,71,-68,71xm86,-121v-31,0,-52,16,-52,37v0,88,104,100,104,20v0,-33,-21,-57,-52,-57","w":168},"5":{"d":"37,-134v53,-16,102,15,102,63v0,65,-71,92,-125,64r2,-12v48,22,104,9,107,-49v2,-49,-44,-69,-90,-53r-10,-1r5,-104r94,0r0,12r-81,0","w":158},"7":{"d":"138,-226r0,13r-89,213r-15,0r90,-214r-113,0r0,-12r127,0","w":149},"8":{"d":"102,-122v31,18,50,34,50,63v0,80,-134,85,-134,4v0,-31,21,-50,51,-66v-58,-18,-55,-108,17,-109v32,0,59,23,59,51v0,26,-16,42,-43,57xm42,-177v0,23,18,41,44,51v27,-10,44,-26,44,-50v0,-23,-15,-41,-44,-41v-29,0,-44,18,-44,40xm85,-9v29,0,51,-19,51,-48v0,-29,-18,-46,-52,-59v-33,13,-51,32,-51,58v0,28,21,49,52,49","w":169},"9":{"d":"83,-230v39,0,68,36,68,100v0,77,-46,130,-108,134r-2,-13v63,-3,93,-56,93,-108v-33,45,-119,21,-119,-42v0,-42,31,-71,68,-71xm82,-105v32,0,53,-16,53,-38v0,-86,-104,-99,-104,-19v0,33,20,57,51,57","w":168},"\/":{"d":"108,-245r12,0r-109,258r-13,0","w":118},".":{"d":"33,-19v7,0,12,5,12,11v0,7,-5,12,-12,12v-6,0,-11,-5,-11,-12v0,-6,5,-11,11,-11","w":61},"-":{"d":"87,-97r0,10r-70,0r0,-10r70,0","w":103},",":{"d":"31,-10v2,-8,10,-6,18,-6v-8,25,-17,49,-26,71r-15,4v8,-22,19,-53,23,-69","w":64},"+":{"d":"112,-97r80,0r0,10r-80,0r0,87r-12,0r0,-87r-80,0r0,-10r80,0r0,-87r12,0r0,87","w":212},"*":{"d":"62,-235r14,0v0,16,-4,37,-2,51r47,-19r4,13v-16,5,-35,7,-49,14r32,40r-11,7r-28,-43r-28,43r-11,-7v11,-14,23,-26,33,-41r-50,-13r4,-13r48,19","w":138},"(":{"d":"80,-248v-51,76,-51,206,0,282r-11,0v-23,-40,-42,-82,-42,-141v0,-59,19,-100,42,-141r11,0","w":90},"'":{"d":"35,-173r-12,0r-1,-66v-1,-9,9,-7,17,-7","w":59},"%":{"d":"198,-119v31,0,49,27,49,61v0,35,-18,62,-49,62v-31,0,-50,-27,-50,-62v0,-34,19,-61,50,-61xm198,-6v21,0,36,-20,36,-52v0,-31,-15,-51,-36,-51v-22,0,-37,20,-37,51v0,32,15,52,37,52xm65,-230v31,0,50,27,50,62v0,34,-19,61,-50,61v-31,0,-50,-27,-50,-61v0,-35,19,-62,50,-62xm65,-117v22,0,37,-20,37,-51v0,-32,-15,-52,-37,-52v-21,0,-37,20,-37,52v0,31,16,51,37,51xm204,-233r13,0r-158,240r-14,0","w":262},"!":{"d":"45,-8v0,7,-5,12,-12,12v-6,0,-11,-5,-11,-12v0,-6,5,-11,11,-11v7,0,12,5,12,11xm40,-50r-13,0r-2,-185r17,0","w":66},"\"":{"d":"35,-173r-12,0r-1,-66v-1,-9,9,-7,17,-7xm73,-173r-12,0r-2,-66v-1,-9,10,-7,18,-7","w":97},"#":{"d":"155,-135r-34,0r-9,44r35,0r0,10r-37,0r-15,74r-11,0r15,-74r-37,0r-15,74r-12,0r15,-74r-32,0r0,-10r34,0r9,-44r-35,0r0,-10r37,0r15,-74r12,0r-15,74r37,0r15,-74r11,0r-15,74r32,0r0,10xm100,-91r9,-44r-36,0r-9,44r36,0","w":173},"$":{"d":"133,-62v0,32,-22,51,-53,54r0,35r-10,0r0,-34v-17,0,-30,-3,-43,-9r1,-12v37,17,92,10,90,-32v0,-19,-8,-30,-43,-52v-35,-23,-47,-37,-47,-61v0,-25,18,-42,44,-45r0,-35r10,0r0,34v14,0,29,4,38,9r-1,13v-26,-17,-75,-13,-75,22v0,19,8,30,40,50v39,26,49,41,49,63","w":161},"&":{"d":"205,0r-19,0r-21,-26v-39,48,-147,40,-148,-31v-1,-32,27,-51,58,-79v-19,-22,-30,-40,-30,-59v0,-26,19,-44,47,-44v29,0,48,18,48,41v0,24,-15,40,-46,63r71,87v13,-19,16,-42,16,-71r14,0v0,30,-6,62,-21,82xm92,-227v-47,0,-36,57,-5,83v26,-22,37,-33,37,-53v0,-16,-11,-30,-32,-30xm33,-58v-1,58,97,65,124,22r-74,-90v-37,31,-50,45,-50,68","w":211},")":{"d":"10,34v51,-76,51,-206,0,-282r11,0v53,72,54,211,0,282r-11,0","w":90},"?":{"d":"40,-50v-10,-62,46,-95,51,-143v3,-39,-56,-41,-78,-19r-2,-12v30,-27,96,-16,96,30v0,38,-67,87,-53,144r-14,0xm59,-8v0,-6,-5,-11,-12,-11v-6,0,-11,5,-11,11v0,7,5,12,11,12v7,0,12,-5,12,-12","w":124},":":{"d":"33,-155v-6,0,-11,-5,-11,-11v0,-7,5,-12,11,-12v7,0,12,5,12,12v0,6,-5,11,-12,11xm33,-19v7,0,12,5,12,11v0,7,-5,12,-12,12v-6,0,-11,-5,-11,-12v0,-6,5,-11,11,-11","w":61},";":{"d":"37,-155v-6,0,-11,-5,-11,-11v0,-7,5,-12,11,-12v7,0,12,5,12,12v0,6,-5,11,-12,11xm31,-10v2,-8,10,-6,18,-6v-8,25,-17,49,-26,71r-15,4v8,-22,19,-53,23,-69","w":64},"<":{"d":"31,-92v39,24,82,43,122,66r0,14r-134,-73r0,-13r134,-73r0,13","w":170},"=":{"d":"185,-124r-163,0r0,-10r163,0r0,10xm185,-50r-163,0r0,-10r163,0r0,10","w":207},"[":{"d":"76,-235r-31,0r0,256r31,0r0,10r-44,0r0,-276r44,0r0,10","w":88},"\\":{"d":"11,-245r110,258r-13,0r-110,-258r13,0","w":118},"]":{"d":"12,-235r0,-10r44,0r0,276r-44,0r0,-10r32,0r0,-256r-32,0","w":88},"^":{"d":"99,-228r66,141r-13,0r-60,-128r-59,128r-13,0r66,-141r13,0","w":184},"_":{"d":"163,29r-163,0r0,-10r163,0r0,10","w":162},">":{"d":"18,-157r0,-14r134,73r0,13r-134,73r0,-13r122,-66","w":170},"{":{"d":"32,-108v58,20,-34,132,53,132r0,11v-35,0,-54,-18,-50,-58v3,-32,23,-78,-21,-79r0,-10v44,-2,24,-47,21,-79v-4,-40,15,-57,50,-57r0,10v-86,-2,5,108,-53,130","w":97},"|":{"d":"45,90r-13,0r0,-360r13,0r0,360","w":77},"}":{"d":"65,-106v-58,-20,34,-132,-53,-132r0,-10v35,0,55,17,51,57v-3,32,-24,77,21,79r0,10v-45,3,-25,47,-21,79v4,40,-16,58,-51,58r0,-11v86,2,-4,-106,53,-130","w":97},"~":{"d":"14,-77v3,-73,109,-8,140,-8v16,0,23,-5,23,-22r10,0v-3,72,-109,8,-139,8v-16,0,-23,4,-24,22r-10,0","w":201},"`":{"d":"13,-246v32,-3,27,30,43,46r-15,2v-8,-12,-20,-33,-28,-48","w":67},"@":{"d":"176,-210v56,0,100,41,100,98v0,55,-27,94,-64,94v-20,0,-31,-12,-35,-33v-19,48,-88,49,-91,-9v-3,-67,59,-113,123,-88r-17,75v-7,32,1,45,21,45v27,0,51,-30,51,-79v0,-54,-32,-93,-94,-93v-76,0,-136,58,-136,131v0,93,96,124,168,82r2,10v-77,44,-183,5,-183,-89v0,-90,73,-144,155,-144xm128,-26v43,0,57,-71,67,-116v-55,-15,-97,25,-96,79v0,26,16,37,29,37","w":293},"K":{"d":"79,-129r102,129r-19,0r-93,-117r-26,30r0,87r-14,0r0,-235r14,0r1,129r108,-129r18,0","w":186},"M":{"d":"224,-235r22,0r2,235r-14,0r-2,-220r-88,211r-15,0r-88,-210r-1,219r-13,0r1,-235r22,0r87,209","w":275},"v":{"d":"144,-174r14,0r-68,174r-15,0r-69,-174r16,0r61,158","w":163},"w":{"d":"239,-174r15,0r-56,174r-15,0r-53,-157r-53,157r-15,0r-55,-174r16,0r48,156r52,-156r16,0r53,156","w":259},"x":{"d":"146,-174r-60,84r64,90r-18,0r-55,-80r-55,80r-17,0r64,-89r-61,-85r18,0r52,74r52,-74r16,0","w":156},"y":{"d":"75,0r-69,-174r16,0r62,157r60,-157r14,0r-68,174v-25,63,-46,77,-78,81r-2,-12v31,-5,45,-18,65,-69","w":163},"z":{"d":"29,-13v29,4,66,0,98,1r0,12r-114,0r0,-13r93,-149r-86,0r0,-12r101,0r0,13","w":139},"Z":{"d":"28,-13v40,4,88,0,131,1r0,12r-145,0r0,-14r122,-209r-110,0r0,-12r124,0r0,13","w":169},"Y":{"d":"152,-235r16,0r-73,128r0,107r-15,0r0,-105r-74,-130r18,0r64,116","w":173},"X":{"d":"159,-235r-66,114r71,121r-17,0r-63,-109r-63,109r-16,0r71,-120r-68,-115r18,0r59,103r59,-103r15,0","w":170},"W":{"d":"284,-235r14,0r-69,235r-14,0r-63,-213r-61,213r-15,0r-69,-235r15,0r63,213r61,-213r15,0r62,213","w":304},"V":{"d":"175,-235r14,0r-84,235r-15,0r-84,-235r16,0r77,217","w":194},"A":{"d":"172,0r-27,-80r-97,0r-28,80r-15,0r84,-235r15,0r84,235r-16,0xm52,-92r88,0r-44,-125","w":194},"N":{"d":"188,-235r13,0r0,235r-18,0r-143,-218r1,218r-13,0r0,-235r18,0r143,218","w":228},"\u00a0":{"w":83}}});Cufon.registerFont({"w":189,"face":{"font-family":"Vegur","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-13 -270 325 90","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":79},"~":{"d":"55,-129v20,-6,90,39,105,36v10,0,14,-8,14,-19r31,0v0,29,-14,57,-45,57v-19,7,-91,-40,-105,-37v-9,0,-14,8,-14,20r-31,0v0,-30,14,-57,45,-57","w":215},"_":{"d":"189,50r-189,0r0,-31r189,0r0,31"},"^":{"d":"79,-228r41,0r65,141r-42,0r-44,-99r-45,99r-40,0","w":198},"]":{"d":"8,-214r0,-31r80,0r0,276r-80,0r0,-31r41,0r0,-214r-41,0","w":115},"\\":{"d":"40,-245r109,258r-41,0r-110,-258r42,0","w":147},"[":{"d":"107,-214r-41,0r0,214r41,0r0,31r-80,0r0,-276r80,0r0,31","w":115},"Z":{"d":"184,-40r0,40r-175,0r0,-39r111,-157r-97,0r0,-39r152,0r0,38r-111,157r120,0"},"Y":{"d":"146,-235r51,0r-72,132r0,103r-48,0r0,-100r-74,-135r55,0r44,94","w":198},"X":{"d":"188,-235r-65,112r70,123r-55,0r-43,-87r-42,87r-51,0r68,-119r-67,-116r56,0r39,80r38,-80r52,0","w":196},"9":{"d":"96,-229v45,0,83,35,83,96v0,83,-64,133,-141,137r-5,-39v46,-4,87,-31,91,-61v-43,35,-114,0,-114,-54v0,-48,40,-79,86,-79xm63,-157v-6,46,61,51,62,10v5,-50,-61,-60,-62,-10","w":192},":":{"d":"45,-53v15,0,28,12,28,28v0,16,-13,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28xm45,-121v-16,0,-29,-13,-29,-28v0,-16,13,-29,29,-29v15,0,28,13,28,29v0,15,-13,28,-28,28","w":84},";":{"d":"31,-32v3,-16,30,-13,50,-13v-10,29,-23,66,-37,100r-41,4v12,-34,24,-72,28,-91xm56,-121v-16,0,-29,-13,-29,-28v0,-16,13,-29,29,-29v16,0,28,13,28,29v0,15,-12,28,-28,28","w":95},"<":{"d":"54,-93v31,19,67,33,99,51r0,42r-139,-70r0,-42r139,-71r0,42","w":168},"=":{"d":"206,-116r-189,0r0,-31r189,0r0,31xm206,-37r-189,0r0,-31r189,0r0,31","w":222},">":{"d":"15,-140r0,-43r139,71r0,42r-139,70r0,-41r99,-49","w":168},"?":{"d":"90,-25v0,-16,-13,-28,-28,-28v-16,0,-29,12,-29,28v0,16,13,29,29,29v15,0,28,-13,28,-29xm39,-71v-12,-37,52,-88,48,-110v-5,-28,-55,-18,-74,-4r-4,-39v42,-26,132,-20,130,36v12,27,-57,76,-56,117r-44,0","w":154},"`":{"d":"9,-246v16,2,38,-5,45,7v7,13,26,40,38,57r-38,2v-13,-17,-34,-48,-45,-66","w":100},"@":{"d":"176,-212v62,0,107,46,107,99v0,60,-32,95,-74,95v-20,1,-33,-10,-40,-24v-20,45,-92,30,-92,-23v0,-71,78,-110,143,-79r-17,71v-4,18,1,28,12,28v20,0,36,-26,36,-61v0,-50,-27,-80,-81,-80v-69,0,-123,50,-123,115v0,90,90,108,154,70r3,25v-78,45,-189,8,-189,-91v0,-87,72,-145,161,-145xm135,-46v26,6,35,-48,42,-76v-34,-9,-57,13,-58,55v0,12,6,21,16,21","w":294},"A":{"d":"165,0r-22,-66r-72,0v-10,32,-22,66,-22,66r-47,0r83,-235r49,0r82,235r-51,0xm84,-105r46,0v-10,-26,-16,-56,-23,-82v-5,28,-13,57,-23,82","w":218},"a":{"d":"31,-166v50,-23,131,-16,131,50r0,116r-48,0r-1,-22v-28,42,-99,34,-101,-32v-2,-48,50,-66,101,-57v4,-36,-54,-30,-76,-15xm84,-36v20,-1,31,-21,29,-45v-23,-4,-50,-5,-49,22v0,15,8,23,20,23","w":182},"b":{"d":"208,-89v0,83,-88,122,-135,67r0,22r-48,0r0,-252r48,0r1,99v45,-53,134,-15,134,64xm115,-138v-31,0,-42,24,-42,59v0,25,17,43,42,43v23,0,41,-19,41,-51v0,-31,-15,-51,-41,-51","w":221},"d":{"d":"148,-252r48,0r0,252r-48,0v-1,-7,2,-17,-1,-22v-45,55,-134,15,-134,-63v0,-82,86,-121,135,-68r0,-99xm106,-36v31,0,42,-24,42,-59v0,-25,-17,-43,-42,-43v-23,0,-41,18,-41,51v0,31,15,51,41,51","w":221},"e":{"d":"103,-178v54,0,82,47,72,102r-113,0v-2,46,57,46,94,31r5,40v-70,26,-148,-6,-148,-82v0,-49,35,-91,90,-91xm99,-138v-18,0,-31,10,-35,30r65,0v0,-18,-9,-30,-30,-30","w":190},"c":{"d":"160,-3v-72,22,-147,-9,-147,-83v0,-75,76,-108,148,-85r-5,40v-15,-5,-26,-7,-42,-7v-67,1,-67,101,0,102v14,0,26,-2,40,-6","w":173},"f":{"d":"38,-174v-6,-63,40,-92,100,-79r-6,40v-27,-10,-53,4,-46,39r42,0r0,39r-42,0r0,135r-48,0r0,-135r-30,0r0,-39r30,0","w":137},"F":{"d":"72,0r-49,0r0,-235r145,0r0,39r-96,0r0,57r81,0r0,40r-81,0r0,99","w":171},"G":{"d":"169,-40r0,-53r-44,0r0,-39r92,0r0,124v-96,29,-205,8,-205,-110v0,-99,101,-140,198,-113r-6,40v-65,-21,-140,-3,-140,73v0,69,46,93,105,78","w":237},"H":{"d":"176,-235r48,0r0,235r-48,0r0,-103r-104,0r0,103r-49,0r0,-235r49,0r0,92r104,0r0,-92","w":247},"I":{"d":"72,0r-49,0r0,-235r49,0r0,235","w":95},"J":{"d":"138,-87v1,76,-61,102,-130,87r5,-40v41,13,77,-4,77,-47r0,-148r48,0r0,148","w":156},"K":{"d":"204,-235r-90,103r97,132r-59,0r-71,-100r-9,11r0,89r-49,0r0,-235r49,0r-1,95v20,-34,50,-64,74,-95r59,0","w":210},"l":{"d":"73,0r-48,0r0,-252r48,0r0,252","w":98},"m":{"d":"172,-146v27,-52,112,-38,112,34r0,112r-48,0r0,-109v0,-18,-8,-29,-26,-29v-45,0,-30,90,-32,138r-48,0r0,-109v0,-19,-8,-29,-26,-29v-46,2,-27,90,-31,138r-48,0r0,-174r48,0v1,7,-2,18,1,24v17,-38,85,-38,98,4","w":304},"N":{"d":"176,-235r46,0r0,235r-68,0v-31,-70,-58,-113,-86,-193r0,193r-46,0r0,-235r68,0r57,120v9,18,16,36,30,73","w":244},"o":{"d":"106,-178v55,0,93,40,93,91v0,51,-38,91,-93,91v-55,0,-93,-40,-93,-91v0,-51,38,-91,93,-91xm106,-36v24,0,41,-19,41,-51v0,-33,-17,-51,-41,-51v-24,0,-41,18,-41,51v0,32,17,51,41,51","w":212},"P":{"d":"72,-198r0,68v32,4,60,-2,60,-35v0,-34,-28,-37,-60,-33xm23,0r0,-235v72,-12,165,-4,161,66v-3,57,-53,89,-112,78r0,91r-49,0","w":187},"p":{"d":"73,78r-48,0r0,-252r48,0v1,6,-2,16,1,21v45,-53,134,-15,134,64v0,83,-87,121,-135,67r0,100xm115,-138v-31,0,-42,24,-42,59v0,25,17,43,42,43v23,0,41,-19,41,-51v0,-31,-15,-51,-41,-51","w":221},"Q":{"d":"203,-17r25,55r-52,0r-16,-37v-85,17,-149,-44,-148,-119v0,-66,48,-121,121,-121v124,0,162,165,70,222xm133,-36v39,0,70,-31,70,-82v0,-50,-31,-81,-70,-81v-38,0,-69,31,-69,81v0,51,31,82,69,82","w":266},"q":{"d":"13,-85v0,-82,87,-121,135,-68r0,-21r48,0r0,252r-48,0r-1,-100v-45,55,-134,15,-134,-63xm106,-36v31,0,42,-24,42,-59v0,-25,-17,-43,-42,-43v-23,0,-41,18,-41,51v0,31,15,51,41,51","w":221},"r":{"d":"126,-178r0,43v-66,-3,-52,72,-53,135r-48,0r0,-174r48,0v1,9,-2,21,1,28v10,-18,28,-32,52,-32","w":132},"R":{"d":"72,-198r0,64v32,7,62,-3,62,-33v0,-31,-30,-35,-62,-31xm146,0v-16,-37,-7,-111,-74,-94r0,94r-49,0r0,-235v24,-3,49,-4,80,-4v90,0,109,94,40,119v34,12,38,85,55,120r-52,0","w":200},"S":{"d":"14,-175v0,-56,80,-78,134,-55r-5,39v-25,-9,-77,-16,-77,12v0,15,5,21,35,36v44,23,63,45,63,76v1,66,-87,85,-150,62r5,-39v30,9,93,17,93,-19v0,-13,-7,-23,-32,-36v-45,-23,-66,-42,-66,-76","w":174},"s":{"d":"72,-65v-39,-15,-57,-29,-57,-60v0,-45,70,-66,115,-45r-5,40v-15,-6,-53,-17,-58,3v0,8,4,11,11,14v47,18,61,33,61,61v1,55,-78,67,-125,46r5,-40v17,9,63,18,69,-2v0,-8,-4,-12,-16,-17","w":149},"M":{"d":"273,-235r1,235r-48,0r0,-190v-12,65,-38,121,-56,181r-50,0v-18,-60,-43,-115,-55,-180r0,189r-44,0r1,-235r70,0v19,63,40,110,55,181v15,-72,36,-117,56,-181r70,0","w":295},"O":{"d":"133,-239v73,0,122,55,122,121v0,67,-49,122,-122,122v-73,0,-121,-55,-121,-122v0,-66,48,-121,121,-121xm133,-36v39,0,70,-31,70,-82v0,-50,-31,-81,-70,-81v-38,0,-69,31,-69,81v0,51,31,82,69,82","w":266},"T":{"d":"203,-235r0,39r-76,0r0,196r-48,0r0,-196r-75,0r0,-39r199,0","w":206},"U":{"d":"204,-84v0,57,-41,88,-92,88v-52,0,-93,-32,-93,-81r0,-158r48,0r0,154v0,31,20,45,44,45v25,0,47,-12,47,-45r0,-154r46,0r0,151","w":222},"V":{"d":"169,-235r47,0r-82,235r-49,0r-82,-235r51,0r39,117v8,23,11,47,19,69v12,-66,38,-125,57,-186","w":218},"W":{"d":"279,-235r46,0r-66,235r-48,0v-19,-71,-34,-108,-47,-193v-12,89,-28,119,-46,193r-49,0r-65,-235r50,0v15,68,34,110,42,190v9,-82,29,-121,46,-190r48,0v18,67,36,112,47,190v6,-83,27,-121,42,-190","w":327},"z":{"d":"15,-174r133,0r0,36r-79,98r86,0r0,40r-146,0r0,-36r80,-99r-74,0r0,-39","w":165},"y":{"d":"72,2r-68,-176r51,0v13,42,33,84,41,129r43,-129r47,0r-66,174v-23,58,-45,78,-98,81r-5,-39v28,-2,44,-11,55,-40"},"x":{"d":"177,-174r-57,83r63,91r-59,0v-12,-19,-21,-42,-34,-60r-33,60r-54,0r60,-88r-59,-86r58,0v11,18,19,38,31,54r30,-54r54,0","w":186},"w":{"d":"180,0v-14,-47,-27,-76,-36,-132v-9,57,-22,84,-36,132r-49,0r-55,-174r51,0v11,45,25,76,31,129v10,-51,21,-85,35,-129r50,0v14,44,26,78,35,129v6,-54,20,-84,31,-129r47,0r-55,174r-49,0","w":287},"v":{"d":"139,-174r47,0r-66,174r-50,0r-66,-174r51,0v13,42,33,84,41,129"},"u":{"d":"98,-36v58,2,36,-84,40,-138r48,0r0,174r-48,0v-1,-7,2,-17,-1,-22v-33,45,-116,31,-116,-41r0,-111r48,0r0,104v0,22,9,34,29,34","w":209},"t":{"d":"128,-174r0,39r-43,0v3,40,-17,117,40,96r5,40v-51,10,-94,-1,-94,-58r0,-78r-28,0r0,-39r28,0r0,-43r49,0r0,43r43,0","w":140},"{":{"d":"44,-108v39,9,36,47,28,85v-3,20,9,27,31,27r0,31v-63,3,-76,-36,-64,-92v5,-24,-7,-32,-29,-34r0,-31v38,0,29,-37,25,-69v-6,-40,22,-57,68,-57r0,31v-41,-4,-29,33,-25,62v4,26,-11,41,-34,47","w":112},"|":{"d":"66,90r-39,0r0,-360r39,0r0,360","w":92},"}":{"d":"69,-105v-37,-12,-36,-45,-28,-86v4,-20,-9,-26,-31,-26r0,-31v63,-3,76,37,63,91v-6,23,8,32,30,35r0,31v-38,-1,-30,37,-25,68v7,40,-23,58,-68,58r0,-31v41,4,29,-35,25,-63v-4,-26,10,-40,34,-46","w":112},"g":{"d":"148,-174r48,0r0,163v5,84,-93,110,-165,80r6,-40v47,25,124,16,110,-51v-45,55,-134,15,-134,-63v0,-82,86,-121,135,-68r0,-21xm106,-36v31,0,42,-24,42,-59v0,-25,-17,-43,-42,-43v-23,0,-41,18,-41,51v0,31,15,51,41,51","w":220},"h":{"d":"73,-252r1,99v33,-43,116,-30,116,42r0,111r-48,0r0,-104v0,-23,-10,-34,-29,-34v-59,-2,-35,84,-40,138r-48,0r0,-252r48,0","w":215},"i":{"d":"25,0r0,-174r48,0r0,174r-48,0xm49,-185v-15,0,-27,-13,-27,-28v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,28,-28,28","w":98},"k":{"d":"179,-174r-69,78r79,96r-62,0r-49,-66v-11,13,-2,45,-5,66r-48,0r0,-252r48,0r0,143v12,-27,30,-43,46,-65r60,0","w":188},"j":{"d":"52,-186v-15,0,-28,-13,-28,-28v0,-16,13,-28,28,-28v16,0,28,12,28,28v0,15,-12,28,-28,28xm28,4r0,-178r48,0r0,174v0,50,-33,81,-83,81r-6,-39v24,0,41,-12,41,-38","w":101},"n":{"d":"113,-138v-59,-2,-35,84,-40,138r-48,0r0,-174r48,0v1,6,-2,16,1,21v33,-43,116,-30,116,42r0,111r-48,0r0,-104v0,-23,-10,-34,-29,-34","w":215},"E":{"d":"72,-40r97,0r0,40r-146,0r0,-235r143,0r0,39r-94,0r0,55r81,0r0,39r-81,0r0,62","w":177},"D":{"d":"23,-235v26,-3,55,-4,81,-4v84,0,127,48,127,115v0,76,-54,128,-127,128v-29,0,-57,-2,-81,-4r0,-235xm72,-198r0,161v66,9,108,-17,108,-84v0,-59,-40,-86,-108,-77","w":243},"C":{"d":"12,-117v0,-100,93,-142,187,-114r-5,40v-17,-6,-37,-8,-54,-8v-53,0,-76,36,-76,81v0,46,23,82,76,82v17,0,37,-3,54,-8r5,39v-92,29,-188,-11,-187,-112","w":205},"B":{"d":"191,-70v2,73,-92,82,-168,70r0,-235v67,-10,160,-8,160,54v0,25,-16,43,-40,55v32,10,48,29,48,56xm72,-198r0,58v28,5,62,-1,59,-30v5,-28,-34,-32,-59,-28xm72,-37v31,5,70,-1,67,-31v4,-32,-36,-39,-67,-32r0,63","w":203},"8":{"d":"133,-123v32,20,46,36,46,58v0,87,-165,94,-167,6v0,-30,17,-45,47,-59v-64,-28,-44,-112,37,-112v84,-1,101,81,37,107xm96,-190v-39,6,-29,40,3,52v29,-11,33,-50,-3,-52xm95,-36v49,-4,41,-56,-2,-68v-42,9,-41,65,2,68","w":190},"7":{"d":"163,-226r0,38r-91,188r-49,0r90,-186r-107,0r0,-40r157,0","w":169},"6":{"d":"97,4v-45,0,-83,-35,-83,-96v0,-83,64,-133,141,-137r5,40v-46,3,-87,30,-91,60v44,-33,114,0,114,54v0,48,-40,79,-86,79xm130,-68v6,-46,-62,-52,-62,-9v-5,49,61,59,62,9","w":192},"5":{"d":"65,-145v52,-18,105,15,105,64v0,70,-92,104,-159,74r5,-39v36,15,102,19,102,-28v0,-30,-27,-46,-55,-34r-44,-3r5,-115r126,0r0,40r-83,0","w":185},"4":{"d":"162,-226r0,138r28,0r0,39r-28,0r0,49r-48,0r0,-49r-107,0r0,-40r89,-137r66,0xm114,-88r0,-94v-14,37,-37,62,-55,94r55,0","w":200},"3":{"d":"161,-68v0,66,-91,86,-151,62r5,-40v31,14,95,17,96,-19v0,-23,-15,-32,-59,-35r0,-39v30,-2,48,-11,48,-29v0,-30,-59,-24,-78,-10r-6,-40v46,-24,138,-12,138,37v0,28,-19,44,-49,56v35,10,56,27,56,57","w":175},"2":{"d":"166,-40r0,40r-158,0r0,-32r36,-40v61,-65,68,-79,68,-93v0,-34,-59,-29,-84,-12r-5,-40v51,-22,144,-19,141,42v6,39,-57,103,-92,135r94,0","w":180},"0":{"d":"107,-230v54,0,93,48,93,117v0,69,-39,117,-93,117v-54,0,-93,-48,-93,-117v0,-69,39,-117,93,-117xm107,-36v25,0,43,-24,43,-77v0,-53,-18,-77,-43,-77v-26,0,-43,24,-43,77v0,53,17,77,43,77","w":213},"1":{"d":"46,-192v31,-11,49,-36,93,-34r0,226r-48,0r0,-167r-40,15","w":190},"\/":{"d":"108,-245r40,0r-110,258r-40,0","w":145},".":{"d":"45,-53v15,0,28,12,28,28v0,16,-13,29,-28,29v-16,0,-29,-13,-29,-29v0,-16,13,-28,29,-28","w":84},"-":{"d":"111,-108r0,31r-100,0r0,-31r100,0","w":121},",":{"d":"31,-32v3,-16,30,-13,50,-13v-10,29,-23,66,-37,100r-41,4v12,-34,24,-72,28,-91","w":92},"+":{"d":"127,-108r73,0r0,31r-73,0r0,77r-39,0r0,-77r-73,0r0,-31r73,0r0,-76r39,0r0,76","w":214},"*":{"d":"69,-235r39,0v-1,18,-10,42,-6,56r50,-24r13,37v-18,4,-40,5,-56,11r39,41r-32,23v-10,-16,-17,-34,-28,-49r-27,49r-31,-23v12,-14,27,-27,38,-42r-55,-10r12,-37v18,8,33,18,52,24","w":177},")":{"d":"8,34v31,-79,32,-203,0,-282r31,0v17,33,34,83,34,141v0,58,-17,108,-34,141r-31,0","w":93},"(":{"d":"86,-248v-31,79,-32,203,0,282r-31,0v-44,-62,-45,-220,0,-282r31,0","w":93},"'":{"d":"53,-145r-33,0r-3,-94v0,-12,31,-5,45,-7","w":77},"&":{"d":"248,0r-64,0v-6,-5,-9,-13,-16,-17v-48,43,-156,19,-156,-52v0,-36,14,-49,48,-70v-42,-34,-14,-103,44,-100v77,5,86,82,27,112r47,49v8,-14,10,-20,11,-43r45,0v-1,31,-9,56,-27,76xm104,-199v-23,1,-13,34,0,41v16,-6,22,-39,0,-41xm63,-71v0,35,54,46,78,24r-53,-63v-16,11,-25,19,-25,39","w":249},"%":{"d":"215,-233r33,0r-159,240r-32,0xm230,-119v34,0,61,25,61,61v0,37,-27,62,-61,62v-34,0,-61,-25,-61,-62v0,-36,27,-61,61,-61xm230,-27v11,0,19,-11,19,-31v0,-19,-8,-30,-19,-30v-11,0,-20,11,-20,30v0,20,9,31,20,31xm75,-230v34,0,61,25,61,62v0,36,-27,61,-61,61v-34,0,-61,-25,-61,-61v0,-37,27,-62,61,-62xm75,-138v11,0,19,-11,19,-30v0,-20,-8,-31,-19,-31v-11,0,-20,11,-20,31v0,19,9,30,20,30","w":304},"$":{"d":"159,-70v0,33,-25,55,-58,61r0,36r-31,0r0,-35v-16,0,-35,-3,-48,-8r5,-40v26,9,81,19,81,-9v0,-13,-3,-19,-26,-30v-44,-21,-59,-37,-59,-67v0,-28,19,-49,50,-55r0,-36r31,0r0,34v15,2,32,5,43,9r-6,40v-15,-6,-30,-9,-48,-9v-11,0,-18,3,-18,13v0,12,5,17,28,28v48,24,56,40,56,68","w":182},"#":{"d":"187,-129r-37,0r-6,32r33,0r0,22r-38,0r-14,68r-28,0r14,-68r-38,0r-13,68r-28,0r13,-68r-32,0r0,-22r37,0r7,-32r-34,0r0,-23r38,0r14,-67r28,0r-14,67r38,0r13,-67r28,0r-13,67r32,0r0,23xm116,-97r6,-32r-37,0r-7,32r38,0","w":200},"\"":{"d":"53,-145r-33,0r-3,-94v0,-12,31,-5,45,-7xm122,-145r-32,0r-4,-94v2,-12,32,-5,46,-7","w":147},"!":{"d":"73,-25v0,16,-12,29,-28,29v-16,0,-28,-13,-28,-29v0,-16,12,-28,28,-28v16,0,28,12,28,28xm65,-71r-40,0r-3,-164r46,0","w":90},"L":{"d":"72,-40r113,0r0,40r-162,0r0,-235r49,0r0,195"},"\u00a0":{"w":79}}});


