/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var W=L.DOM={ready:(function(){var b=false,d={loaded:1,complete:1};var a=[],c=function(){if(b){return}b=true;for(var e;e=a.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",c,false);window.addEventListener("pageshow",c,false)}if(!window.opera&&document.readyState){(function(){d[document.readyState]?c():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");c()}catch(f){setTimeout(arguments.callee,1)}})()}P(window,"load",c);return function(e){if(!arguments.length){c()}else{b?e():a.push(e)}}})()};var M=L.CSS={Size:function(b,a){this.value=parseFloat(b);this.unit=String(b).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/a*this.value};this.convertFrom=function(c){return c/this.value*a};this.toString=function(){return this.value+this.unit}},color:I(function(b){var a={};a.color=b.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,c,e){a.opacity=parseFloat(e);return"rgb("+c+")"});return a}),getStyle:function(b){var a=document.defaultView;if(a&&a.getComputedStyle){return new A(a.getComputedStyle(b,null))}if(b.currentStyle){return new A(b.currentStyle)}return new A(b.style)},gradient:I(function(e){var f={id:e,type:e.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},b=e.substr(e.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var d=0,a=b.length,c;d<a;++d){c=b[d].split("=",2).reverse();f.stops.push([c[1]||d/(a-1),c[0]])}return f}),quotedList:I(function(d){var c=[],b=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,a;while(a=b.exec(d)){c.push(a[3]||a[1])}return c}),recognizesMedia:I(function(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(AD,Z,u,V,d,AE){var I=(Z===null);if(I){Z=d.alt}var b=AD.viewBox;var K=u.getSize("fontSize",AD.baseSize);var s=u.get("letterSpacing");s=(s=="normal")?0:K.convertFrom(parseInt(s,10));var c=0,t=0,r=0,X=0;var a=V.textShadow,p=[];if(a){for(var AC=a.length;AC--;){var h=a[AC];var o=K.convertFrom(parseFloat(h.offX));var n=K.convertFrom(parseFloat(h.offY));p[AC]=[o,n];if(n<c){c=n}if(o>t){t=o}if(n>r){r=n}if(o<X){X=o}}}var AH=Cufon.CSS.textTransform(Z,u).split(""),T;var J=AD.glyphs,W,M,w;var G=0,P,f=[];for(var AC=0,AA=0,v=AH.length;AC<v;++AC){W=J[T=AH[AC]]||AD.missingGlyph;if(!W){continue}if(M){G-=w=M[T]||0;f[AA-1]-=w}G+=P=f[AA++]=~~(W.w||AD.w)+s;M=W.k}if(P===undefined){return null}t+=b.width-P;X+=b.minX;var U,L;if(I){U=d;L=d.firstChild}else{U=document.createElement("span");U.className="cufon cufon-canvas";U.alt=Z;L=document.createElement("canvas");U.appendChild(L);if(V.printable){var z=document.createElement("span");z.className="cufon-alt";z.appendChild(document.createTextNode(Z));U.appendChild(z)}}var AI=U.style;var m=L.style;var H=K.convert(b.height);var AG=Math.ceil(H);var q=AG/H;L.width=Math.ceil(K.convert(G*q+t-X));L.height=Math.ceil(K.convert(b.height-c+r));c+=b.minY;m.top=Math.round(K.convert(c-AD.ascent))+"px";m.left=Math.round(K.convert(X))+"px";var S=Math.ceil(K.convert(G*q))+"px";if(A){AI.width=S;AI.height=K.convert(AD.height)+"px"}else{AI.paddingLeft=S;AI.paddingBottom=(K.convert(AD.height)-1)+"px"}var AF=L.getContext("2d"),e=H/b.height;AF.scale(e,e*q);AF.translate(-X,-c);AF.lineWidth=AD.face["underline-thickness"];AF.save();function N(i,g){AF.strokeStyle=g;AF.beginPath();AF.moveTo(0,i);AF.lineTo(G,i);AF.stroke()}var O=V.enableTextDecoration?Cufon.CSS.textDecoration(AE,u):{};if(O.underline){N(-AD.face["underline-position"],O.underline)}if(O.overline){N(AD.ascent,O.overline)}function AB(){AF.scale(q,1);for(var x=0,k=0,g=AH.length;x<g;++x){var y=J[AH[x]]||AD.missingGlyph;if(!y){continue}if(y.d){AF.beginPath();if(y.code){C(y.code,AF)}else{y.code=D("m"+y.d,AF)}AF.fill()}AF.translate(f[k++],0)}AF.restore()}if(a){for(var AC=a.length;AC--;){var h=a[AC];AF.save();AF.fillStyle=h.color;AF.translate.apply(AF,p[AC]);AB()}}var R=V.textGradient;if(R){var Y=R.stops,Q=AF.createLinearGradient(0,b.minY,0,b.maxY);for(var AC=0,v=Y.length;AC<v;++AC){Q.addColorStop.apply(Q,Y[AC])}AF.fillStyle=Q}else{AF.fillStyle=u.get("color")}AB();if(O["line-through"]){N(-AD.descent,O["line-through"])}return U}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\: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(AE,d,y,a,h,AF,w){var I=(d===null);if(I){d=h.alt}var f=AE.viewBox;var K=y.computedFontSize||(y.computedFontSize=new Cufon.CSS.Size(C(AF,y.get("fontSize"))+"px",AE.baseSize));var v=y.computedLSpacing;if(v==undefined){v=y.get("letterSpacing");y.computedLSpacing=v=(v=="normal")?0:~~K.convertFrom(A(AF,v))}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 AB=document.createElement("span");AB.className="cufon-alt";AB.appendChild(document.createTextNode(d));W.appendChild(AB)}if(!w){W.appendChild(document.createElement("cvml:shape"))}}var AK=W.style;var q=L.style;var G=K.convert(f.height),AH=Math.ceil(G);var u=AH/G;var t=f.minX,s=f.minY;q.height=AH;q.top=Math.round(K.convert(s-AE.ascent));q.left=Math.round(K.convert(t));AK.height=K.convert(AE.height)+"px";var P=a.enableTextDecoration?Cufon.CSS.textDecoration(AF,y):{};var c=y.get("color");var AJ=Cufon.CSS.textTransform(d,y).split(""),V;var J=AE.glyphs,b,M,AA;var F=0,m=[],r=0,R;var T,e=a.textShadow;for(var AD=0,AC=0,z=AJ.length;AD<z;++AD){b=J[V=AJ[AD]]||AE.missingGlyph;if(!b){continue}if(M){F-=AA=M[V]||0;m[AC-1]-=AA}F+=R=m[AC++]=~~(b.w||AE.w)+v;M=b.k}if(R===undefined){return null}var U=-t+F+(f.width-R);var AI=K.convert(U*u),x=Math.round(AI);var p=U+","+f.height,H;var g="r"+p+"ns";var S=a.textGradient&&D(a.textGradient);for(AD=0,AC=0;AD<z;++AD){b=J[AJ[AD]]||AE.missingGlyph;if(!b){continue}if(I){T=L.childNodes[AC];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=(t-r)+","+s;T.path=(b.d?"m"+b.d+"xe":"")+"m"+H+g;T.fillcolor=c;if(S){T.appendChild(S.cloneNode(false))}var AG=T.style;AG.width=x;AG.height=AH;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)}r+=m[AC++]}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=x;Y.height=AH}else{if(n){L.removeChild(n)}}AK.width=Math.max(Math.ceil(K.convert(F*u)),0);return W}})());




Cufon.registerFont({"w":195,"face":{"font-family":"Clementine","font-weight":400,"font-stretch":"normal","units-per-em":"300","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"240","descent":"-60","bbox":"-12.9532 -282.218 299.303 52.5654","underline-thickness":"21.9","underline-position":"-42.9","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":144},"\u00a0":{"w":144},"!":{"d":"87,-276v-28,-22,-44,19,-44,51r-15,147v0,10,6,16,20,17v26,-7,16,-50,21,-81v5,-45,18,-88,18,-134xm22,-8v9,33,47,16,46,-10v0,-20,-33,-24,-40,-8v-3,6,-6,12,-6,18","w":88},"\"":{"d":"37,-260v-29,6,-17,44,-16,73v3,11,8,18,17,22v31,-7,6,-40,12,-71v2,-12,-3,-20,-13,-24xm84,-257v-29,6,-12,41,-14,67v3,8,8,14,15,18v22,-6,15,-33,15,-58v0,-14,-5,-24,-16,-27","w":137},"#":{"d":"88,-184v-4,-19,-28,-13,-26,5r-3,26v-20,-2,-58,4,-33,26r30,-2v-4,16,7,30,-20,25v-17,-4,-25,20,-11,27r27,-2v-1,16,-3,38,13,38v13,-8,11,-24,13,-41r41,1v0,19,-2,41,11,46v20,-1,11,-29,13,-48v14,0,32,5,35,-7v3,-18,-16,-16,-31,-16r1,-23v19,2,41,3,40,-17v-6,-9,-23,-9,-38,-9v8,-25,-9,-57,-25,-35r1,33r-40,2xm82,-131v13,-1,30,-1,42,0r-1,26r-43,0"},"$":{"d":"98,-233v-6,-8,-21,-8,-23,3v6,32,-28,32,-43,47v-26,17,-26,76,19,67v18,-3,48,-8,64,-2v8,30,-54,51,-86,34v-19,5,-7,27,7,28v10,2,24,2,16,15v-3,15,21,24,24,6r3,-21v32,-10,59,-24,66,-59v-7,-34,-59,-31,-95,-25v-20,1,-10,-20,-2,-26v17,-15,55,-29,78,-12v17,-5,12,-26,-3,-29v-7,-3,-26,0,-25,-8r0,-18","w":153},"%":{"d":"148,-200v3,-16,-15,-25,-24,-15r-52,97r-49,81r3,15v5,2,10,3,15,3v6,-5,17,-25,34,-61xm72,-196v-36,-24,-77,26,-48,55v32,23,76,-24,48,-55xm167,-90v-8,-52,-71,-24,-69,11v3,30,44,34,60,13v5,-8,8,-17,9,-24xm117,-79v-4,-21,24,-29,32,-11v4,20,-27,30,-32,11xm31,-163v-3,-21,25,-31,32,-11v3,20,-25,29,-32,11","w":180},"&":{"d":"44,-194v20,-25,61,-5,80,5v15,-27,-23,-42,-60,-37r-24,8v-26,17,-18,59,1,76v-40,30,-18,103,26,104v48,13,80,-12,94,-45v-2,-23,-42,-8,-54,-2v-6,14,5,15,20,16v-25,24,-97,13,-86,-32v8,-20,28,-25,53,-27v9,-4,11,-10,7,-18v-30,0,-64,-10,-57,-48","w":169},"'":{"d":"57,-267v-19,25,-26,58,-39,89v4,12,13,19,25,20v21,-24,26,-58,39,-88v-4,-12,-13,-19,-25,-21","w":95},"(":{"d":"83,-234v-25,-14,-32,20,-44,32v-21,36,-40,104,-11,148v12,14,21,34,47,34v19,-23,-20,-26,-25,-45v-35,-50,4,-122,31,-154v1,-5,2,-10,2,-15","w":94},")":{"d":"65,-206v-8,-12,-30,-44,-43,-18v42,40,83,148,10,184v-3,4,-5,9,-6,14v4,4,9,7,13,9v63,-23,71,-135,26,-189","w":102},"*":{"d":"93,-248v-18,-9,-16,14,-16,29r0,24v-21,-14,-24,-28,-47,-28v-7,22,26,27,38,41v-22,-1,-68,1,-45,19r47,-1v-9,13,-45,18,-31,37v18,-3,25,-17,39,-24v0,16,-2,41,10,42v11,-3,9,-26,8,-41v13,6,23,31,39,20v1,-17,-19,-24,-25,-36v19,0,57,3,40,-19r-41,2v9,-11,18,-22,29,-31v3,-14,-8,-16,-16,-10r-27,30v-1,-18,2,-40,-2,-54","w":159},"+":{"d":"95,-208v-3,-12,-22,-18,-29,-4r1,46v-24,3,-61,-3,-51,30v17,9,33,-1,53,-1v2,22,-2,63,28,48v6,-13,1,-39,1,-49v21,-3,57,2,48,-27v-14,-10,-29,-6,-49,-6","w":163},",":{"d":"24,-52v-13,13,-19,29,-16,48v-8,16,-32,36,-15,56v42,6,51,-37,65,-70v1,-24,-7,-38,-34,-34","w":54},".":{"d":"51,-7v21,-27,-14,-59,-37,-36v-17,27,11,57,37,36","w":63},"\/":{"d":"158,-218v2,-24,-25,-24,-32,-6r-53,100r-54,87v0,12,5,22,20,22v7,-5,14,-31,37,-68","w":175},"0":{"d":"122,-2v129,-45,77,-296,-59,-237v-66,32,-83,182,-12,223v17,12,42,17,71,14xm82,-44v-71,-34,-37,-206,42,-157v57,35,42,182,-42,157","w":204},"1":{"d":"70,-245v-18,-12,-30,5,-35,16v-14,12,-36,36,-10,50r15,-3v4,56,-2,112,0,166v5,9,12,15,27,12v3,-5,5,-9,7,-13r1,-214","w":94},"2":{"d":"184,-168v25,-100,-122,-89,-159,-41v-8,8,-12,19,-6,31v27,20,35,-16,55,-23v26,-6,86,-15,72,23v-25,71,-107,90,-141,155v8,37,51,7,77,3v30,-5,75,-11,99,4v20,11,40,-15,25,-28v-24,-21,-73,-22,-112,-15v10,-18,30,-26,43,-41v18,-20,40,-39,47,-68","w":218},"3":{"d":"50,-148v-22,6,-13,40,8,38v41,-4,104,-12,96,40v-15,37,-103,40,-116,1v-19,-10,-42,12,-27,31v49,76,241,17,172,-81v-7,-9,-17,-16,-28,-22v29,-12,53,-67,21,-94v-43,-31,-121,-5,-149,22v-12,21,10,36,28,25v24,-14,61,-31,95,-19v14,35,-58,53,-100,59","w":202},"4":{"d":"152,-242v-14,-11,-26,-5,-35,5r-112,108v-5,28,12,43,40,34r79,-1v3,31,-3,71,9,92v45,10,27,-59,31,-98v7,-3,12,-7,18,-10v-1,-8,-2,-15,-5,-21r-14,-3v-4,-35,0,-78,-11,-106xm123,-192r3,59r-59,2v11,-27,39,-40,56,-61","w":187},"5":{"d":"175,-213v10,-16,2,-36,-19,-35v-40,1,-86,-3,-122,3v-28,18,-10,71,-12,110r5,17v28,17,80,-17,107,10v17,44,-31,78,-72,58v-15,-14,-48,-31,-55,0v15,41,88,59,129,32v41,-19,59,-96,16,-130v-22,-10,-55,-13,-83,-6v-18,-3,-7,-34,-10,-54v38,-2,82,1,116,-5","w":183},"6":{"d":"155,-21v47,-24,38,-123,-23,-121v-39,3,-62,16,-86,33v6,-61,42,-89,86,-111v9,-19,-2,-31,-25,-31v-59,30,-102,83,-99,172v5,67,91,95,147,58xm60,-59v2,-34,47,-49,82,-36v25,43,-38,67,-72,43","w":188},"7":{"d":"178,-189v10,-87,-87,-62,-160,-61v-16,5,-25,31,-5,39v40,1,86,-6,122,0v13,26,-3,63,-8,90v-6,37,-27,69,-29,108v12,10,30,14,37,-2v21,-52,29,-115,43,-174","w":186},"8":{"d":"167,-166v34,-78,-97,-106,-145,-58v-26,23,-19,83,10,95v-27,20,-36,82,-4,104v23,25,83,27,109,3v25,-19,53,-63,26,-99r-20,-14v7,-13,19,-18,24,-31xm131,-190v-4,34,-73,46,-88,13v1,-10,4,-18,10,-25v24,-14,68,-11,78,12xm64,-45v-40,-23,-11,-77,36,-67v37,0,45,47,14,61v-13,7,-32,10,-50,6","w":178},"9":{"d":"135,-14v92,-54,64,-281,-62,-228v-60,16,-97,124,-23,150v32,13,74,4,97,-9v-4,17,-10,34,-18,46v-27,26,-69,7,-102,0v-12,4,-19,16,-13,30v27,24,88,32,121,11xm44,-150v5,-43,56,-75,94,-47v32,52,-37,95,-86,63v-3,-5,-6,-11,-8,-16","w":192},":":{"d":"56,-211r-19,14v-24,39,25,68,52,40r7,-26r-12,-23xm56,-105r-19,14v-24,38,25,69,52,40r7,-26r-12,-24","w":132},"<":{"d":"140,-27v12,6,20,-2,20,-13v-6,-5,-22,-16,-51,-35v-17,-17,-48,-29,-53,-56v15,-16,34,-29,51,-43v36,-18,56,-29,59,-35v-2,-7,-8,-11,-18,-11v-39,31,-81,58,-121,87v-4,26,26,39,43,52","w":183},"=":{"d":"145,-168v-35,-16,-79,4,-115,7v-14,2,-19,15,-13,28v36,7,75,-6,112,-9v12,-1,23,-11,16,-26xm152,-109v-37,-14,-79,5,-115,8v-14,1,-18,15,-13,27v35,10,74,-8,112,-9v15,-3,22,-11,16,-26","w":165},">":{"d":"39,-219v-12,-6,-21,3,-20,14v15,16,97,51,106,89v-16,15,-32,31,-51,43v-33,21,-55,32,-58,37v7,15,27,8,34,-2r104,-77v2,-27,-27,-38,-45,-51","w":175},"?":{"d":"198,-224v-28,-72,-173,-26,-186,29v0,25,17,48,39,34v7,-9,1,-20,-2,-29v16,-24,59,-36,102,-35v17,8,-2,26,-9,33v-28,31,-97,69,-62,121v19,10,27,-11,22,-30v27,-35,60,-63,89,-96v4,-6,6,-15,7,-27xm113,-32v-10,-25,-52,-12,-45,16v10,26,49,9,45,-16","w":207},"@":{"d":"228,-116v16,-115,-124,-151,-182,-78v-36,30,-34,112,-2,145v30,31,99,44,142,18v3,-8,0,-15,-9,-19v-93,50,-185,-68,-99,-138v23,-22,83,-25,102,2v18,14,34,63,10,84v-32,-14,-24,-79,-80,-58v-24,12,-46,45,-28,74v5,5,9,11,13,16v25,13,59,6,73,-12v30,17,57,-6,60,-34xm112,-91v-24,-17,7,-58,28,-39v4,10,9,19,11,30v-4,7,-25,20,-39,9","w":249},"A":{"d":"97,-250v-45,62,-71,146,-94,230v1,13,20,21,32,14v8,-26,14,-48,42,-53r53,-12v13,20,21,45,31,68v16,4,33,-4,25,-21v-24,-70,-51,-137,-65,-217v-5,-6,-13,-8,-24,-9xm99,-178r22,71r-56,13v11,-28,20,-59,34,-84","w":196},"B":{"d":"153,-201v10,-54,-72,-44,-120,-38v-15,3,-25,15,-18,32v1,35,8,75,-3,101v22,29,-18,127,60,100v37,-10,64,-29,88,-52v20,-19,46,-71,13,-94v-11,-8,-25,-11,-41,-14v9,-10,18,-21,21,-35xm46,-207r70,-3v-15,29,-42,46,-68,63xm51,-105v21,-21,69,-50,101,-16v-18,43,-50,71,-102,80","w":199},"C":{"d":"181,-206v-9,-39,-75,-43,-100,-16v-38,37,-72,84,-71,157v11,77,151,78,191,28v15,-22,-15,-40,-30,-20v-35,31,-144,31,-123,-41v14,-49,30,-97,83,-108v15,8,40,24,50,0","w":218},"D":{"d":"192,-144v31,-102,-87,-115,-176,-97v-17,15,2,27,0,45v-3,58,3,125,-6,177v3,7,7,13,12,17v72,-32,147,-66,170,-142xm46,-210v52,-4,124,-8,112,53v-14,59,-67,79,-112,106v-2,-1,-3,-1,-3,-3","w":203},"E":{"d":"20,-133v-13,13,-3,33,1,48v9,32,-20,83,24,80v47,-6,82,-23,125,-33v11,-6,15,-15,10,-30v-5,-2,-10,-3,-16,-4r-113,32v3,-23,-9,-64,13,-67v27,-10,60,-15,94,-19v11,-6,17,-17,11,-31v-41,-10,-82,9,-119,17v1,-21,-3,-36,-2,-57v39,-6,74,-16,117,-18v13,-2,15,-15,11,-28v-47,-12,-96,7,-141,11v-5,4,-15,5,-15,13r0,86","w":190},"F":{"d":"168,-248v-57,0,-106,8,-152,19v-11,18,7,37,5,53v1,24,1,46,-10,58v3,7,6,13,11,18v5,36,-17,103,28,96v15,-22,0,-66,4,-101v27,-11,59,-13,92,-18v7,-7,11,-15,11,-24v-26,-24,-67,3,-101,5v-7,-14,-1,-39,-3,-58v34,-4,64,-14,104,-12v9,-2,16,-7,21,-14v-1,-10,-4,-17,-10,-22","w":182},"G":{"d":"239,-57v33,-42,3,-107,-59,-91v-40,11,-81,22,-102,51v-4,19,14,34,28,23v19,-27,66,-44,107,-35v18,60,-88,86,-149,62v-46,-36,-7,-117,28,-137v25,-15,69,-36,99,-13v25,0,28,-29,9,-37v-106,-33,-216,55,-186,178v14,59,116,65,174,39v18,-12,37,-23,51,-40","w":262},"H":{"d":"147,-94v6,35,-13,89,23,91v6,-3,10,-5,13,-9r0,-222v-6,-15,-29,-20,-36,-4r0,100v-19,22,-59,20,-95,26v-6,-40,1,-94,-12,-130v-12,-3,-23,2,-26,10v5,70,7,140,-2,207r3,18v35,17,27,-34,32,-59v2,-11,18,-9,29,-11","w":202},"I":{"d":"156,-238v-39,-18,-99,2,-134,15v-8,4,-14,10,-17,17v3,8,7,15,13,20v21,-2,34,-12,55,-14v2,46,-2,108,-1,159v-28,-4,-65,21,-34,39v41,0,71,-12,106,-18v18,-4,24,-24,10,-37v-17,-2,-30,5,-45,7r1,-156v23,-3,56,-2,46,-32","w":173},"J":{"d":"87,-222v-20,5,-21,37,2,40v18,-8,46,-26,67,-14v1,50,-6,93,-9,139v-30,39,-91,-3,-118,-20v-21,1,-28,27,-10,37v31,32,129,61,157,9v20,-43,11,-114,17,-170v8,-11,32,-9,24,-29v-17,-31,-80,-2,-103,-2","w":231},"K":{"d":"44,-245v-13,-9,-28,-2,-33,10r5,154r-5,67v6,12,18,15,32,9v14,-23,-6,-78,31,-82r113,79v6,-2,12,-4,17,-7v12,-22,-11,-29,-20,-42r-84,-58v16,-24,39,-40,58,-61r36,-53v-1,-14,-5,-25,-23,-20v-30,52,-72,93,-117,130v-4,-42,0,-91,-10,-126","w":221},"L":{"d":"17,-199v8,75,-37,180,29,197v58,-3,86,-33,128,-52v5,-5,10,-11,13,-17v-2,-16,-20,-30,-32,-16v-32,16,-60,42,-105,42v-9,-6,-6,-19,-7,-36v2,-53,18,-111,9,-160v-5,-6,-13,-8,-25,-7v-10,12,-9,29,-10,49"},"M":{"d":"221,-239v-46,-28,-47,43,-62,76v-8,25,-13,54,-23,77v-14,-44,-24,-91,-33,-140v-6,-23,-35,-15,-37,4v-7,68,-42,137,-58,202v2,10,7,16,15,18v14,-9,13,-27,18,-43v13,-37,22,-78,39,-112v9,52,24,98,38,145v10,14,33,11,37,-3r47,-155v4,51,16,94,22,143v1,9,7,16,12,23v13,0,22,-5,26,-14v-14,-73,-21,-154,-41,-221","w":270},"N":{"d":"179,-244v-13,-10,-33,-3,-33,12r1,138r-103,-137v-6,-10,-17,-14,-29,-7v-8,11,-4,24,-1,36r4,184v3,5,7,10,12,13v28,-27,0,-106,14,-163v36,50,80,94,106,153v8,19,38,12,39,-7","w":202},"O":{"d":"249,-163v-21,-66,-109,-100,-180,-63v-48,24,-86,95,-53,164v23,58,129,79,180,26v29,-31,57,-67,53,-127xm39,-92v-25,-108,118,-154,173,-76v16,70,-35,115,-96,130v-40,-4,-63,-25,-77,-54","w":252},"P":{"d":"182,-227v-31,-29,-111,-21,-159,-13v-5,5,-9,9,-13,14r6,111v3,38,-9,91,10,113v7,-2,18,-2,20,-10v2,-25,-5,-55,8,-69v52,-31,116,-51,136,-115v-2,-11,-3,-22,-8,-31xm49,-209v32,-4,85,-8,113,4v-22,43,-67,63,-110,85"},"Q":{"d":"258,-176v-21,-72,-146,-100,-206,-41v-46,30,-61,128,-17,171v27,48,116,54,162,18v11,15,43,42,51,7v-6,-11,-16,-18,-24,-27v15,-38,50,-72,34,-128xm101,-43v-101,-47,-40,-207,75,-164v26,8,40,27,53,48v-1,36,-12,60,-31,78v-8,-16,-36,-43,-47,-13v2,16,33,32,10,43v-16,10,-39,16,-60,8","w":268},"R":{"d":"76,-246v-31,2,-86,4,-62,40v18,51,5,133,13,200v11,6,22,4,28,-4v3,-26,-12,-79,21,-72v41,25,77,55,121,76r15,-6v12,-16,-5,-26,-16,-31r-86,-59v40,-28,94,-48,92,-114v-11,-41,-76,-28,-126,-30xm60,-210v36,0,80,-9,108,3v-16,48,-65,62,-106,85v-9,-21,-7,-61,-2,-88","w":223},"S":{"d":"205,-214v-13,-56,-113,-30,-143,-7r-29,22v-18,19,-37,62,-12,88v37,30,112,-9,155,13v-16,50,-88,69,-143,47v-17,4,-19,27,-7,35v45,29,124,8,152,-23v27,-16,57,-68,17,-91v-31,-22,-88,-12,-131,-7v-6,-2,-12,-5,-16,-8v10,-49,56,-60,109,-65v15,11,39,16,48,-4","w":223},"T":{"d":"179,-226v-4,-40,-61,-14,-96,-16r-68,16v-14,8,-4,33,9,33r47,-7r-1,177v-3,23,20,24,31,13v1,-59,-5,-138,7,-198v26,-3,65,4,71,-18","w":183},"U":{"d":"60,-220v1,-21,-17,-31,-33,-21v-10,62,-13,133,-14,200v18,69,113,24,152,4v-6,28,29,40,37,19r-4,-168r-7,-58v-11,-7,-20,-6,-30,0v-7,49,5,108,3,162v-24,24,-67,29,-104,40v-20,-13,-8,-53,-5,-76","w":217},"V":{"d":"200,-189v10,-17,32,-56,-5,-59v-35,16,-37,67,-52,102r-38,90v-33,-50,-50,-115,-77,-171v-9,-8,-22,3,-21,13r24,62r63,145v43,17,41,-46,60,-72","w":224},"W":{"d":"244,-244v-5,5,-9,10,-13,15v13,56,-10,110,-23,153r-43,-141v-7,-14,-27,-13,-36,-2r-47,133v-25,-36,-31,-88,-40,-140v-3,-8,-12,-7,-21,-5v-5,6,-8,13,-8,22r47,190v4,18,24,19,38,9v5,-57,32,-93,48,-139v26,38,34,94,50,142v37,19,44,-44,54,-76v11,-45,33,-101,19,-153v-6,-5,-15,-8,-25,-8","w":282},"X":{"d":"181,-252v-27,34,-48,72,-73,107v-14,-14,-24,-32,-36,-48v-11,-15,-26,-26,-34,-43v-22,-7,-35,16,-21,30r67,88v-19,35,-48,59,-69,91v1,7,1,13,4,18v12,7,24,8,32,-2r57,-73v12,9,19,22,29,33r50,48v17,0,24,-6,27,-20r-81,-87v20,-44,56,-72,73,-118v0,-15,-11,-23,-25,-24","w":224},"Y":{"d":"176,-250v-28,27,-45,67,-72,96v-24,-24,-41,-53,-62,-79v-9,-11,-28,-16,-34,-1v15,53,59,80,85,121v-13,30,-23,64,-34,96v5,8,12,13,21,13v28,-32,30,-89,54,-124v21,-36,47,-70,65,-109v-6,-8,-14,-13,-23,-13","w":196},"Z":{"d":"194,-218v2,-45,-59,-25,-97,-25r-63,0v-17,10,-15,30,4,34v33,0,70,-5,101,-1r-94,126r-42,58v4,45,68,11,102,12r80,-7v14,-11,9,-36,-10,-37v-39,-1,-77,11,-110,8"},"[":{"d":"100,-216v-9,-10,-23,-20,-32,-6v10,31,45,42,71,54v8,-3,10,-11,5,-21xm133,-141v-36,-1,-76,5,-114,6v-5,2,-9,5,-13,8v3,6,2,16,10,17v40,-6,92,1,123,-15v-2,-6,-4,-11,-6,-16xm131,-87v-19,18,-52,19,-69,37v5,34,48,0,64,-4r21,-13v0,-12,-5,-18,-16,-20","w":164},"\\":{"d":"19,-227v28,74,71,134,99,209v12,9,21,5,28,-4v-3,-11,-14,-34,-35,-69r-62,-142v-12,-9,-22,-4,-30,6","w":166},"]":{"d":"106,-200v-15,-37,-65,8,-83,20v8,32,48,-4,63,-8v8,-3,15,-8,20,-12xm158,-122v9,-19,-15,-21,-30,-18v-31,7,-75,-4,-95,13r1,11v30,11,73,-1,109,0xm57,-75v-11,-9,-27,-16,-34,-2v8,24,33,25,49,40v8,8,23,15,30,3v-6,-22,-29,-29,-45,-41","w":174},"_":{"d":"149,-28v-36,-17,-99,-7,-139,1v-3,5,-1,13,0,19v33,9,80,2,119,2v13,0,26,-6,20,-22","w":162},"`":{"d":"44,-264v-27,-10,-28,22,-18,40r31,60v9,8,25,1,31,-5v-6,-36,-28,-58,-38,-90","w":90},"a":{"d":"98,-245v-44,59,-59,146,-93,215v-2,20,21,32,34,22v6,-18,7,-40,20,-52v20,-7,45,-9,70,-10v18,17,21,45,33,67v46,5,14,-42,8,-66v-21,-52,-35,-109,-48,-168v-8,-5,-16,-8,-24,-8xm99,-184r21,78r-55,13","w":191},"b":{"d":"153,-207v9,-60,-102,-50,-141,-29v-2,62,8,134,6,202v0,9,2,17,5,23v56,21,102,-24,137,-50v19,-22,46,-72,13,-96v-11,-8,-26,-12,-42,-15v10,-9,17,-21,22,-35xm47,-208r70,-3v-14,29,-42,45,-67,63xm97,-138v28,1,70,5,49,35v-23,29,-47,57,-95,61r1,-64","w":196},"c":{"d":"182,-207v-9,-40,-78,-36,-103,-14v-47,42,-113,165,-28,210v54,23,121,0,149,-31v13,-23,-15,-41,-30,-21v-30,37,-142,42,-124,-34v11,-46,29,-85,67,-105v25,-9,54,24,69,-5","w":208},"d":{"d":"195,-170v2,-88,-102,-82,-179,-71v-19,17,5,29,3,45r-5,155v-5,16,-4,32,8,39v67,-25,117,-65,159,-115v8,-15,11,-34,14,-53xm48,-209v46,-6,125,-6,110,53v-15,56,-63,80,-110,105r0,-158","w":203},"e":{"d":"169,-243v-47,-12,-96,7,-141,11v-5,4,-15,5,-15,13v-2,65,8,138,-1,197v4,29,39,13,65,11v32,-14,77,-14,98,-39v0,-6,-1,-12,-2,-17v-5,-2,-11,-4,-16,-4r-113,32v3,-24,-9,-62,13,-68v29,-8,61,-16,94,-21v11,-7,17,-16,11,-31v-42,-10,-81,13,-120,20r-1,-57v38,-9,76,-14,117,-19v13,-2,15,-15,11,-28","w":184},"f":{"d":"165,-248v-56,0,-106,8,-151,19v-12,26,12,48,4,87v6,46,-13,116,16,140v19,2,17,-17,17,-35r0,-68v28,-11,62,-15,95,-21v7,-7,11,-15,11,-24v-29,-24,-70,6,-105,8v-5,-16,-1,-39,-2,-58v34,-4,64,-14,104,-12v9,-2,16,-7,21,-14v0,-10,-4,-17,-10,-22","w":179},"g":{"d":"197,-69v-33,39,-176,51,-150,-39v11,-54,52,-75,95,-97v28,-13,94,16,77,-35v-110,-26,-198,41,-212,145v-5,89,63,96,144,90v56,-19,97,-52,124,-100v11,-82,-129,-56,-169,-25v-11,10,-21,22,-30,35v-2,19,20,30,34,18v16,-35,68,-45,115,-42v11,1,7,12,3,17","w":284},"h":{"d":"189,-238v-5,-14,-30,-19,-37,-4r0,102v-2,5,-5,8,-9,10v-32,6,-60,21,-96,19v-3,-37,0,-80,-8,-112v-11,-9,-27,-4,-30,8v1,62,12,132,0,189v-4,27,31,32,33,6v2,-25,-4,-57,28,-53r82,-19r2,78v5,14,31,17,36,-1","w":201},"i":{"d":"30,-250v-27,49,1,142,-12,214v-4,21,4,39,27,33v29,-45,13,-128,13,-201v0,-13,0,-25,-2,-34v-8,-8,-16,-12,-26,-12","w":75},"j":{"d":"86,-231v-19,5,-22,38,2,40v24,1,48,-16,66,-5v0,48,2,98,-6,138v-26,37,-91,6,-111,-15v-22,-6,-35,24,-15,35v28,36,144,59,157,-6v12,-44,7,-106,12,-157v8,-11,32,-9,24,-29v-25,-35,-83,6,-129,-1","w":229},"k":{"d":"25,-251v-6,5,-12,9,-15,16v0,44,8,94,4,135r-4,86v4,5,8,9,12,13v7,-1,13,-3,20,-5v7,-18,8,-39,8,-64v6,-7,11,-17,23,-17r103,80v7,-2,13,-5,18,-7v2,-6,3,-12,4,-18v-29,-32,-66,-56,-99,-84v31,-37,66,-72,91,-116v-1,-11,-13,-25,-30,-20v-29,51,-66,94,-107,132v-4,-41,-2,-88,-10,-125v-5,-3,-11,-5,-18,-6","w":207},"l":{"d":"16,-227v7,85,-37,203,30,225v55,-2,81,-30,125,-44v20,-12,11,-42,-12,-40v-25,21,-60,33,-94,46v-8,-1,-16,-1,-20,-6v-4,-58,3,-121,7,-178v-1,-17,-7,-30,-27,-25v-5,7,-8,14,-9,22"},"m":{"d":"229,-217v0,-27,-39,-42,-47,-17r-46,148v-14,-44,-24,-91,-33,-140v-6,-22,-35,-16,-37,4v-7,67,-43,137,-58,202v2,10,7,15,15,17v14,-8,13,-27,18,-43v13,-37,22,-78,39,-112v9,52,24,98,38,145v41,32,46,-41,58,-73v9,-28,14,-60,26,-85v3,52,16,95,22,144v1,8,7,16,12,23v13,-1,22,-5,26,-15","w":270},"n":{"d":"151,-14v6,19,39,12,39,-7r-15,-219v-14,-12,-34,-5,-33,11r5,141r-102,-142v-5,-11,-18,-13,-29,-7v-7,10,-4,24,-1,36r7,185v6,11,19,16,24,0v1,-47,-4,-91,1,-136r1,-17","w":200},"o":{"d":"264,-169v-23,-82,-169,-109,-223,-37v-38,33,-45,122,-9,162v29,30,86,57,140,32v51,-32,97,-74,92,-157xm106,-40v-92,-24,-68,-190,40,-171v55,3,100,51,69,106v-23,33,-52,73,-109,65","w":273},"p":{"d":"178,-228v-30,-28,-111,-22,-158,-12v-21,23,-7,80,-7,119v0,39,-9,94,9,118v9,0,18,-3,22,-10v2,-24,-5,-53,6,-69v54,-30,118,-50,137,-115v-2,-12,-3,-22,-9,-31xm47,-209v27,-5,62,-3,93,-3v26,0,10,29,-1,37v-24,25,-60,39,-93,55v-2,-28,-4,-63,1,-89","w":192},"q":{"d":"233,-68v91,-117,-72,-239,-181,-148v-41,34,-59,128,-17,171v28,46,116,53,161,17v13,14,46,43,54,7v-6,-11,-17,-19,-26,-27v1,-8,4,-15,9,-20xm97,-42v-97,-49,-38,-210,75,-164v12,5,22,11,32,18v34,25,16,89,-10,108v-9,-7,-19,-24,-34,-19v-15,11,-2,26,7,37v-11,22,-43,27,-70,20","w":267},"r":{"d":"192,-230v-33,-30,-120,-19,-170,-12v-17,8,-15,33,-6,48r4,170v1,7,2,13,3,17v11,5,21,4,28,-4v3,-27,-12,-79,21,-72v39,26,71,58,114,80v16,-2,27,-23,11,-30v-34,-20,-62,-46,-91,-71v43,-24,93,-48,92,-113xm52,-208v35,1,81,-12,107,3v0,20,-16,24,-23,37v-24,19,-53,33,-82,47v-7,-23,-8,-62,-2,-87","w":219},"s":{"d":"195,-219v-13,-56,-103,-21,-134,-2v-32,18,-74,67,-41,110v35,26,97,0,144,7v23,37,-49,75,-99,67v-16,-8,-47,-24,-49,4v25,55,135,26,161,-6v26,-17,53,-69,13,-91v-25,-26,-86,-7,-127,-7v-27,0,-10,-30,0,-40v21,-19,54,-26,84,-37v15,12,40,17,48,-5","w":220},"t":{"d":"188,-231v-8,-42,-64,-6,-102,-11v-26,9,-61,9,-79,26v0,14,8,24,19,26r46,-10v2,65,-5,138,4,196v53,12,19,-65,27,-112r8,-91v27,-6,66,-2,77,-24","w":193},"u":{"d":"46,-130v0,0,31,-98,-4,-116v-6,1,-12,3,-16,5v-9,62,-15,135,-14,200v16,69,110,23,149,4v-7,30,27,42,37,21r-5,-222v-12,-11,-19,-14,-32,-6v-9,46,2,108,-1,162v-22,24,-67,27,-101,40v-25,-10,-11,-58,-13,-88","w":208},"v":{"d":"199,-189v10,-17,32,-55,-5,-59v-46,33,-47,110,-76,160v-5,11,-7,24,-14,33v-31,-53,-41,-126,-75,-175r-15,1v-19,23,11,46,15,72r65,151v43,15,41,-46,59,-72","w":221},"w":{"d":"266,-231v-16,-19,-30,-13,-38,3v6,57,-17,101,-29,147r-44,-124v-9,-13,-27,-12,-37,-1v-16,43,-25,90,-48,126v-16,-44,-26,-94,-35,-145v-3,-7,-11,-8,-21,-6v-5,7,-8,14,-8,22r43,191v6,17,26,22,34,4v11,-51,37,-88,54,-133v24,39,37,89,48,141v37,19,45,-44,55,-76v12,-46,26,-91,26,-149","w":271},"x":{"d":"177,-251v-26,34,-48,72,-73,107v-13,-14,-24,-32,-35,-48v-18,-14,-20,-47,-53,-43v-10,8,-11,19,-3,30r67,88v-18,35,-48,58,-68,91v0,6,1,12,3,18v12,7,25,9,33,-2r56,-73v30,24,52,54,79,81v16,-1,24,-7,27,-20r-80,-88v21,-42,54,-72,72,-117v-1,-15,-10,-23,-25,-24","w":215},"y":{"d":"172,-250v-30,26,-43,71,-71,97v-26,-24,-40,-53,-63,-79v-10,-13,-26,-14,-34,-1v2,25,24,37,31,55v16,18,33,43,50,58v6,7,-1,14,-3,22r-26,82v5,8,11,12,20,14v28,-32,30,-89,54,-125v21,-36,47,-70,65,-109v-5,-9,-13,-13,-23,-14","w":197},"z":{"d":"192,-26v3,-31,-34,-23,-61,-23v-23,0,-49,7,-69,3v30,-53,54,-74,97,-136r35,-36v2,-46,-65,-24,-102,-24r-59,2v-19,20,-12,26,11,34v31,-3,62,-6,96,-4v-41,65,-88,125,-136,184v2,44,67,13,102,16r73,-3"},"|":{"d":"157,-241v-41,-20,-93,7,-134,15v-8,5,-14,10,-17,17v3,9,7,15,13,20v23,0,31,-10,52,-11v10,44,6,112,-1,159v-31,-5,-67,20,-36,39v40,-1,73,-8,109,-12v18,-4,24,-24,10,-37v-17,-2,-32,4,-48,5r3,-160v20,-8,62,-3,49,-35","w":173},"\u00a9":{"d":"171,-94v47,-88,-88,-146,-143,-78v-35,34,-21,113,20,129v55,22,105,-11,123,-51xm71,-49v-70,-18,-59,-151,29,-136v44,3,81,36,56,82v-18,28,-37,56,-85,54xm118,-151v-29,-38,-70,13,-70,51v3,37,59,34,79,16v0,-31,-72,29,-60,-32v8,-15,19,-42,39,-29v5,-1,10,-2,12,-6","w":186},"\u2026":{"d":"35,-61v-26,16,-25,63,17,57v17,-8,27,-39,10,-53v-10,-2,-19,-4,-27,-4xm116,-64v-26,17,-25,62,17,57v16,-8,28,-39,10,-52v-9,-3,-18,-5,-27,-5xm182,-23v8,19,40,28,51,8v4,-8,5,-16,7,-24v-4,-7,-7,-13,-10,-17v-10,-2,-18,-3,-27,-3v-10,8,-19,20,-21,36","w":263},"\u2013":{"d":"137,-168v-35,-16,-79,4,-115,7v-15,2,-18,15,-13,28v36,7,75,-6,112,-9v14,-1,23,-11,16,-26","w":152},"\u2014":{"d":"146,-168v-35,-16,-80,4,-116,7v-14,2,-19,16,-12,28v36,7,75,-6,112,-9v12,-1,23,-11,16,-26xm297,-172v-37,-14,-79,4,-115,8v-15,2,-18,14,-13,28v36,7,75,-7,112,-10v13,-1,23,-11,16,-26","w":324},"\u201c":{"d":"23,-258v-9,5,-14,12,-16,21v13,24,15,60,41,70v28,-16,-6,-48,-8,-70v-1,-12,-7,-19,-17,-21xm79,-258v-7,6,-11,13,-15,19v13,21,16,52,39,63v28,-14,1,-40,-7,-58v0,-15,-6,-22,-17,-24","w":126},"\u201d":{"d":"55,-185v10,0,19,-2,25,-6v4,-26,24,-53,15,-78v-10,0,-19,1,-26,5v-4,18,-8,36,-14,52v-7,10,-7,19,0,27xm19,-265v-7,25,-30,73,10,67v3,-23,25,-50,11,-72v-11,0,-18,2,-21,5","w":104},";":{"d":"47,-138v-25,14,-18,67,18,52v18,-8,22,-38,7,-50xm46,-57v-14,12,-20,27,-18,45v-10,16,-31,42,-12,60r24,0v22,-20,27,-48,40,-75v0,-21,-9,-34,-34,-30","w":111},"~":{"d":"102,-225v-31,-4,-81,-13,-95,12v9,6,26,-5,31,4v-1,25,-7,50,-5,75v25,-9,13,-52,19,-81v12,-1,28,2,35,-3v-7,29,-23,53,-22,85v20,-4,20,-44,27,-64v8,21,12,44,22,63v16,-16,17,-40,26,-62v5,21,8,40,10,60v5,3,10,3,14,-1v-6,-31,-8,-65,-17,-93v-27,1,-20,42,-32,62v-7,-19,-8,-37,-13,-57","w":174},"}":{"d":"102,-225v-31,-4,-81,-13,-95,12v9,6,26,-5,31,4v-1,25,-7,50,-5,75v25,-9,13,-52,19,-81v12,-1,28,2,35,-3v-7,29,-23,53,-22,85v20,-4,20,-44,27,-64v8,21,12,44,22,63v16,-16,17,-40,26,-62v5,21,8,40,10,60v5,3,10,3,14,-1v-6,-31,-8,-65,-17,-93v-27,1,-20,42,-32,62v-7,-19,-8,-37,-13,-57","w":174},"\u2122":{"d":"102,-225v-31,-4,-81,-13,-95,12v9,6,26,-5,31,4v-1,25,-7,50,-5,75v25,-9,13,-52,19,-81v12,-1,28,2,35,-3v-7,29,-23,53,-22,85v20,-4,20,-44,27,-64v8,21,12,44,22,63v16,-16,17,-40,26,-62v5,21,8,40,10,60v5,3,10,3,14,-1v-6,-31,-8,-65,-17,-93v-27,1,-20,42,-32,62v-7,-19,-8,-37,-13,-57","w":174},"\u2019":{"d":"57,-267v-19,25,-26,58,-39,89v4,12,13,19,25,20v21,-24,26,-58,39,-88v-4,-12,-13,-19,-25,-21","w":95},"-":{"d":"137,-168v-35,-16,-79,4,-115,7v-15,2,-18,15,-13,28v36,7,75,-6,112,-9v14,-1,23,-11,16,-26","w":152},"\u2018":{"d":"57,-267v-19,25,-26,58,-39,89v4,12,13,19,25,20v21,-24,26,-58,39,-88v-4,-12,-13,-19,-25,-21","w":95},"\u00d7":{"d":"177,-251v-26,34,-48,72,-73,107v-13,-14,-24,-32,-35,-48v-18,-14,-20,-47,-53,-43v-10,8,-11,19,-3,30r67,88v-18,35,-48,58,-68,91v0,6,1,12,3,18v12,7,25,9,33,-2r56,-73v30,24,52,54,79,81v16,-1,24,-7,27,-20r-80,-88v21,-42,54,-72,72,-117v-1,-15,-10,-23,-25,-24","w":215}}});
