/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/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}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());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{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());;
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * İAndrew2, Dirt2.com . 2009. All Rights Reserved
 * 
 * Trademark:
 * 2009 Dirt2.com
 * 
 * Description:
 * This font was created using FontCreator 5.5 from High-Logic.com
 * 
 * Designer:
 * Andrew2Hart, Dirt2.com
 * 
 * Vendor URL:
 * Dafont.com
 */
Cufon.registerFont({"w":170,"face":{"font-family":"Cute Tattoo","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","bbox":"0 -217 304.038 19.2275","underline-thickness":"26.3672","underline-position":"-24.9609","unicode-range":"U+0020-U+007A"},"glyphs":{" ":{"w":100},"\u00a0":{"w":100},"!":{"d":"5,-205v2,-11,44,-3,41,3r-15,8r-2,70v6,0,10,3,12,8r-12,4r2,56v7,1,23,4,12,12v-15,-4,-36,9,-38,-6v-2,-4,9,-3,12,-8v-1,-22,9,-51,-8,-60v0,-3,3,-5,8,-6r2,-74v-7,1,-15,2,-14,-7xm21,-1v-15,-8,-14,-32,10,-27v10,6,6,30,-10,27","w":49},"\"":{"w":127},"#":{"w":240},"$":{"w":216},"%":{"w":343},"&":{"w":298},"'":{"w":64},"(":{"d":"71,-210v9,1,16,25,3,27v-3,0,-4,-5,-4,-14v-17,3,-38,56,-40,91v9,-3,18,5,10,11v-4,1,-11,-2,-10,3v0,42,17,73,41,80v-3,-9,0,-23,10,-13v-5,10,7,27,-5,27v-13,0,-27,-12,-42,-35r-15,-61v-17,-1,-15,-4,-9,-11r9,0v9,-62,26,-97,52,-105","w":87},")":{"d":"4,-207v23,-9,29,7,50,36r12,58v15,-2,16,7,10,11v-3,1,-10,-2,-10,2v-8,50,-15,75,-22,75v-11,18,-19,27,-31,27v-9,-3,-11,-20,-3,-25v8,0,9,8,6,14v20,-11,39,-51,42,-91v-8,-1,-21,-1,-11,-13r8,0v1,-40,-10,-68,-37,-84v-3,16,0,19,-10,18v-7,-5,2,-20,-4,-28","w":88},"*":{"w":182},"+":{"w":281},",":{"d":"9,-20v1,-12,8,-18,20,-17v8,1,17,38,0,43v-5,-2,-6,-8,-5,-15v-10,0,-15,-4,-15,-11","w":45},"-":{"w":184},"\u00ad":{"w":184},".":{"d":"39,-41v13,9,7,38,-11,36v-21,-7,-18,-40,11,-36","w":55},"\/":{"w":153},"0":{"d":"59,-194v8,-13,18,-15,35,-15v22,0,40,18,54,53v2,35,11,44,15,59v-10,3,-15,14,-15,33v-4,0,-5,6,-6,19v-3,0,-9,8,-18,26v-33,37,-66,24,-93,-19v-3,-16,-9,-29,-9,-48v-9,0,-14,-2,-15,-7v0,-5,5,-9,15,-10v0,-43,12,-73,37,-91xm37,-149v8,13,-5,16,-4,44v12,0,17,2,17,7v-3,6,-9,10,-17,10v0,17,5,30,15,40r-6,5v39,66,86,22,98,-50v-9,1,-17,-2,-16,-8v0,-3,7,-6,20,-9v0,-44,-14,-73,-43,-87v-34,-3,-36,11,-64,48","w":171},"1":{"d":"45,-210v6,5,-2,16,-3,24v2,19,4,38,3,60v12,0,16,17,0,16v-9,23,11,61,3,89v11,3,14,3,13,10v0,5,-13,8,-37,8v-11,-3,-16,-6,-10,-11v0,-4,6,-5,18,-5v6,-30,-6,-57,-3,-91v-9,0,-13,-1,-13,-5v0,-5,6,-8,16,-8r-3,-63v-7,0,-18,7,-23,3v0,-11,13,-12,39,-27","w":66},"2":{"d":"78,-209v20,0,27,12,22,35v3,15,-24,46,-31,68v5,0,13,-2,11,5v2,3,-6,8,-24,16r-32,67v22,7,48,-3,73,-2v2,-29,4,-41,16,-27v-1,14,4,32,0,43v-33,-4,-65,-1,-97,3v-20,-13,8,-24,10,-52r14,-35v2,-7,-14,-1,-13,-10v4,-7,13,-9,24,-6v27,-40,40,-68,40,-83v0,-4,-3,-7,-10,-9v-43,4,-62,5,-60,28v-10,0,-14,-7,-13,-19v0,-8,23,-22,70,-22","w":121},"3":{"d":"28,-207v29,0,103,-1,96,10v-11,17,-36,39,-75,67r0,3v58,-4,69,6,99,59r8,8v-33,39,-65,59,-96,59v-27,0,-40,-11,-40,-24v0,-9,-8,-10,-13,-16v3,-9,25,-12,31,-3v0,6,-1,8,-7,8v-1,22,23,20,42,22v26,-10,45,-22,54,-35v-8,0,-12,-2,-11,-8v0,-5,5,-8,16,-8v-6,-34,-34,-48,-77,-49v-20,0,-30,-3,-30,-8v0,-3,26,-26,80,-69v-27,1,-50,4,-77,0v-6,6,-5,21,-19,19v0,-23,6,-35,19,-35","w":163},"4":{"d":"9,-210v20,-5,62,8,27,16r0,29v7,0,10,1,10,5v-17,9,-17,17,-16,37v0,6,17,10,50,11v36,1,36,-21,27,-45v7,-6,5,-20,5,-32v-18,-3,-26,-9,-16,-16v16,9,43,-11,50,5v0,5,-4,8,-15,8r-3,27v15,0,5,12,0,16r-11,131v9,-1,17,0,19,6v-1,16,-66,9,-61,-3v4,-4,10,-5,21,-5v7,-19,11,-45,11,-79v-18,-6,-90,6,-90,-16r0,-34v-8,0,-11,-2,-10,-8v0,-4,4,-6,13,-6v1,-9,2,-18,2,-29v-4,-6,-13,-8,-13,-18","w":148},"5":{"d":"131,-210v5,17,-17,49,-24,22v1,-2,4,-2,3,-6r-45,0v-3,0,-7,14,-13,42v59,-13,102,-3,108,69v8,0,11,1,10,7v-7,4,-15,18,-26,42v-24,20,-46,38,-63,29v-23,8,-56,-2,-53,-23v-4,0,-5,-7,-5,-19v-9,0,-14,-3,-15,-8v0,-6,13,-9,39,-10v6,5,5,18,-8,16v-8,36,29,30,55,31v14,0,35,-15,47,-47v-16,-2,-20,-17,0,-16v0,-40,-19,-65,-49,-60r-56,10r-5,-5v6,-47,14,-71,26,-71","w":172},"6":{"d":"128,-211v10,4,16,10,16,18v-6,-2,-9,24,-24,13r3,-15v-41,-1,-68,32,-94,101r6,0v-2,-11,24,-25,54,-26v32,0,53,17,57,50v13,-4,28,10,11,13v-12,5,-18,14,-18,26v-52,48,-123,46,-131,-44r16,-58v3,0,11,-16,31,-44v18,-25,45,-34,73,-34xm66,-104v-12,15,-30,24,-39,42r5,13r-3,0v9,22,22,33,39,33v41,0,65,-17,58,-36v-9,4,-26,3,-24,-8v0,-4,9,-7,26,-8v1,-14,-4,-17,-15,-36r-47,0","w":172},"7":{"d":"8,-210r97,0v19,1,29,1,28,10v-7,22,-20,51,-38,86v17,2,21,7,15,17r-17,-2v-9,11,-22,37,-38,77v14,0,28,2,28,10v0,6,-18,10,-55,10v-9,0,-14,-2,-15,-7v0,-3,8,-6,25,-8v8,-22,26,-56,27,-77v-16,0,-9,-12,-2,-15r12,0r38,-83v-25,-4,-58,0,-83,-5v-3,16,-4,23,-12,22v-3,0,-6,-10,-10,-32r0,-3","w":140},"8":{"d":"83,-213v23,9,38,25,47,47v0,4,3,9,10,15v-12,8,-21,18,-27,30r-25,14v0,5,7,11,22,20v11,25,9,37,23,35v-5,57,-95,73,-117,15v-15,-14,6,-15,10,-42v11,-16,20,-16,22,-23v-9,-7,-19,-32,-32,-47v8,-6,13,-17,15,-35v15,-20,32,-29,52,-29xm118,-156v-2,-53,-82,-58,-77,-3v4,5,14,18,-2,17v14,42,51,35,71,0v-4,-4,-13,-16,0,-17xm31,-52v13,2,11,11,5,17v0,15,11,23,32,23v26,0,41,-8,45,-25v-15,2,-18,-15,-3,-15v-17,-57,-59,-55,-79,0","w":143},"9":{"d":"65,-212v72,0,28,69,44,120v8,-6,9,3,12,10r-14,5v0,22,-3,41,-5,61v14,-3,23,8,12,15v-21,4,-80,-4,-32,-13v8,-17,5,-43,7,-61v-16,-5,-22,-15,0,-15v1,-16,-5,-36,0,-49v-22,16,-91,10,-83,-26v0,-31,20,-47,59,-47xm92,-183v-12,-24,-81,-17,-71,15v0,15,11,27,32,27v18,0,31,-14,39,-42","w":126},":":{"d":"11,-143v0,-14,18,-19,26,-11v5,22,-18,27,-26,11xm32,-86v6,10,9,23,-4,30v-15,-2,-17,-33,4,-30","w":50},";":{"d":"8,-137v0,-14,18,-18,25,-10v5,22,-18,27,-25,10xm9,-69v1,-9,6,-12,15,-12v5,0,12,27,0,31v-3,-2,-3,-6,-3,-11v-7,0,-12,-3,-12,-8","w":38},"\u037e":{"d":"8,-137v0,-14,18,-18,25,-10v5,22,-18,27,-25,10xm9,-69v1,-9,6,-12,15,-12v5,0,12,27,0,31v-3,-2,-3,-6,-3,-11v-7,0,-12,-3,-12,-8","w":38},"<":{"d":"80,-164v4,0,7,9,8,26v-5,5,-11,-3,-16,-5r-40,45v6,3,1,12,-2,15v16,12,26,30,45,40v0,-4,-1,-9,5,-7v11,4,6,31,0,30v-20,-11,-38,-28,-55,-50v-7,0,-10,-5,-10,-13r-8,0v0,-9,6,-16,18,-20v20,-28,38,-49,55,-61","w":92},"=":{"w":256},">":{"d":"14,-163r63,66v7,0,11,4,11,14v-7,0,-11,4,-11,11v-7,0,-16,10,-30,30v-14,6,-41,42,-40,0v3,-6,12,-13,13,0v17,-11,27,-28,42,-41v0,-5,-4,-12,0,-14v-16,-14,-26,-35,-45,-46v0,5,-2,8,-5,8v-10,-1,-3,-32,2,-28","w":94},"?":{"d":"42,-50v-13,-51,66,-71,68,-104v-6,0,-9,-1,-8,-6v-2,-6,7,-4,10,-8v-18,-43,-76,-42,-84,8v5,-1,7,1,6,6v-3,7,-21,9,-26,2v1,-15,19,-18,12,-34v38,-31,60,-34,98,0v1,10,11,16,16,26v0,3,-3,4,-10,4v7,16,-74,74,-70,84r0,18v11,1,16,4,16,8v0,3,-8,7,-24,8v-13,1,-17,-11,-4,-12xm52,-28v19,7,23,20,4,28v-15,-1,-27,-20,-4,-28","w":140},"@":{"d":"36,-93v3,35,35,75,75,75v34,0,24,-12,27,-30r8,0v1,14,4,18,6,24v-46,45,-120,2,-128,-67v-6,0,-12,0,-14,-4v13,-7,21,-11,16,-20v12,-44,40,-83,97,-87v41,-3,74,38,75,85v7,0,9,2,9,6v0,3,-6,7,-19,10v1,8,-18,22,-44,26r-27,-10v-7,5,-11,13,-20,16v-32,-7,-23,-68,10,-77v9,0,17,18,25,55v17,12,28,3,46,-14v-14,-2,-10,-8,-4,-12r10,0v-1,-48,-25,-73,-61,-73v-42,0,-71,29,-87,85v3,4,11,12,0,12xm107,-133v-18,2,-22,42,-12,52v22,-12,30,-34,12,-52","w":213},"A":{"d":"83,-201v4,-9,32,-11,36,0r-9,6v14,19,22,51,35,79v-2,14,13,34,13,31v13,1,15,10,2,13r18,64v7,0,13,0,15,4v0,6,-9,9,-26,9v-4,-1,-13,3,-11,-4v0,-3,3,-5,9,-5v-7,-41,-11,-73,-29,-68v-1,-7,5,-7,7,-11v-9,-32,-26,-29,-44,-17v-9,-9,-23,1,-35,-5r-15,35v6,0,8,2,8,5v0,2,-5,5,-15,9v-3,14,-15,35,-13,46v5,-1,12,-4,11,4v0,5,-11,8,-33,9v-3,-3,-4,-13,6,-11r18,-48v-6,0,-9,-3,-9,-7v29,-17,14,-17,33,-55v11,-21,25,-46,37,-79v-6,0,-9,-1,-9,-4xm101,-184r-31,68v13,0,22,0,29,-8v4,9,15,3,28,4v0,-17,-8,-38,-26,-64","w":200},"B":{"d":"48,-214v4,12,26,-4,34,5v24,-3,45,22,42,33v20,2,-5,13,3,21v-8,14,-19,25,-33,34v39,-9,53,5,67,46v6,1,8,2,8,6v2,5,-11,1,-9,8v-2,21,-15,39,-40,51v0,4,-20,7,-60,10v-14,-5,-38,-1,-53,-6v-1,-10,5,-9,20,-11v0,-15,-1,-32,1,-45v-12,-2,0,-9,1,-15v3,-45,3,-68,-3,-68v-14,-6,-5,-8,3,-11v-2,-19,11,-37,-10,-43v-1,-8,9,-8,29,-15xm57,-200v-5,2,-19,1,-15,5r-3,38v12,-2,16,11,4,11r-2,27v49,-9,80,-21,70,-48v8,-25,-10,-24,-54,-33xm40,-106v-1,32,5,28,10,41v-20,14,-16,59,17,55v40,-5,60,-10,61,-19v10,1,18,-14,20,-37v-12,-1,-2,-9,1,-13v-9,-15,-12,-30,-32,-32v-29,4,-56,-2,-77,5","w":178},"C":{"d":"29,-98v-3,59,14,86,65,86v27,0,45,-9,53,-27v-7,0,-12,-5,-12,-7v1,-8,32,-11,35,0v-4,0,-13,11,-26,32v-56,24,-96,20,-124,-30v3,-12,-5,-34,-2,-54v-6,0,-10,-1,-10,-4r12,-12v5,-36,11,-54,18,-54v24,-49,87,-59,113,-13v12,-1,11,5,5,9r-23,0v-1,-6,2,-8,4,-12v-29,-23,-68,-18,-90,18v-13,22,-16,42,-16,57v6,0,10,1,10,4v0,3,-4,6,-12,7","w":177},"D":{"d":"17,-211v89,0,152,35,159,112v4,0,7,2,7,5v-6,5,-14,20,-24,44v-36,43,-74,59,-128,46v-7,1,-22,6,-22,-5v0,-3,6,-6,16,-6v0,-23,-4,-48,1,-68v-4,-2,-6,-6,-6,-13r4,0v2,-34,0,-74,6,-104v-11,2,-21,-6,-13,-11xm38,-195v-2,65,-3,98,-1,98v13,0,3,10,0,15v-1,20,-4,76,3,70v60,9,108,-22,123,-77v-12,-1,-1,-10,1,-15v1,-11,-4,-20,-12,-26v-11,-40,-34,-60,-97,-68r0,-3v-11,1,-17,3,-17,6","w":195},"E":{"d":"30,-211r123,-1v9,1,8,24,5,34v-14,3,-11,-13,-9,-23v-32,6,-76,-1,-113,1r-2,23v27,5,-12,15,0,31v1,9,-5,23,0,28v59,-2,76,3,81,-10v9,2,10,24,0,27v-3,0,-4,-2,-4,-6v-26,3,-59,-3,-81,4v0,21,2,32,8,32v6,0,7,1,7,6v0,3,-4,5,-13,5r0,47v35,5,79,2,119,3v0,-9,-1,-19,9,-18r5,25v-10,5,-116,10,-149,2r2,-59v-9,0,-11,-1,-11,-7v0,-4,3,-5,11,-6r0,-86v2,-1,4,-2,3,-5v-9,0,-14,-2,-14,-6v0,-3,5,-6,16,-9v2,-15,-7,-32,7,-32"},"F":{"d":"159,-213v1,9,10,21,4,27v-10,1,-10,-1,-11,-14v-37,1,-78,8,-112,2r0,43v5,1,11,1,9,9v-10,4,-13,16,-11,32r63,2v10,1,10,-7,15,-11v10,1,12,24,5,31v-16,-16,-55,-4,-83,-11r0,33v6,1,9,3,9,7v-22,3,-7,31,-11,49v15,-2,28,8,15,16v-15,-3,-31,-5,-45,0v-1,-10,4,-9,18,-13r0,-45v-14,-1,-19,-6,-11,-11r11,0v6,-24,-3,-52,3,-74v-9,0,-14,-2,-14,-5v0,-4,5,-7,14,-7v-2,-18,4,-35,0,-49v30,-18,92,0,132,-11"},"G":{"d":"103,-1v-60,12,-77,-50,-80,-84v-8,1,-14,0,-16,-5v5,-4,11,-6,16,-6v0,-31,13,-63,39,-96v35,-25,79,-28,104,15v5,0,6,2,6,7v-1,8,-31,9,-32,0v1,-6,5,-9,9,-9v-8,-12,-25,-23,-35,-13v-1,-2,0,-6,-4,-6v-37,-1,-71,36,-74,100v21,1,1,9,0,17v0,46,22,69,65,69v45,-13,67,-38,67,-76v-12,-1,-24,-2,-37,-2v-6,0,-1,12,-11,9v-14,-5,1,-45,7,-20v13,-3,56,-4,56,5v0,33,-13,67,13,84v15,2,17,-7,24,-13v11,14,1,24,-24,26v-22,-7,-25,-25,-30,-41v-24,26,-45,39,-63,39","w":233},"H":{"d":"16,-208v14,2,30,-9,34,6v0,3,-4,4,-13,4v-1,26,3,58,-2,81v17,-3,40,-2,59,-4v0,-5,-5,-13,2,-13v10,15,41,8,66,15v-1,-25,18,-73,-7,-80v-13,1,-8,-7,-4,-11v11,7,37,-7,44,4v-3,8,-9,7,-18,7v-4,67,4,127,-2,189v5,0,15,-6,14,4v0,4,-8,7,-25,7v-8,2,-13,-10,-2,-9v6,-29,4,-69,0,-100v-18,0,-43,-8,-57,-3v0,9,0,12,-7,11v-3,0,-4,-4,-4,-11v-18,6,-40,2,-59,5v1,32,3,64,0,94v8,3,12,2,11,8v-3,10,-33,11,-37,0v-4,-9,16,-2,15,-13v-3,-61,0,-121,3,-181v-6,-1,-9,-5,-11,-10","w":204},"I":{"d":"4,-201v15,-15,55,-4,82,-9v8,4,10,27,0,31v-6,2,0,-22,-11,-20r-22,4v2,31,-7,72,11,87v0,5,-11,3,-11,11r2,84v11,-2,25,5,24,-9v10,-2,6,9,8,15v-14,8,-48,4,-71,5v-6,-3,-11,-16,0,-18v3,0,5,3,5,7v15,1,24,1,23,-16v0,-34,-2,-56,-4,-75v-6,0,-9,-1,-9,-4v0,-3,4,-6,11,-7v-4,-28,14,-88,-22,-82v-3,9,-3,12,-12,11","w":99},"J":{"d":"119,-104v6,47,-2,103,-48,102v-21,0,-36,-9,-43,-27v-7,-7,-30,-15,-4,-20v16,1,24,4,24,7v0,4,-4,6,-11,6v16,35,63,32,69,-15v1,-16,2,-32,2,-49v1,-6,-10,-2,-9,-9v0,-3,3,-4,7,-4v-1,-24,4,-74,-4,-87v-18,0,-31,-1,-40,-4v-3,13,-6,16,-11,9r0,-20v27,4,56,-3,77,4v20,1,56,-11,56,12v0,42,-13,-16,-38,0r-31,-3v1,58,4,87,7,87v13,-1,13,10,4,11v-1,-4,-5,-3,-7,0","w":189},"K":{"d":"129,-206v3,-8,25,-6,29,1r-73,68v-9,10,-23,15,-30,27v35,29,64,53,84,77v14,17,33,17,43,27v0,3,-13,5,-38,5r-4,-7r11,-1v-19,-20,-53,-51,-104,-93v-1,2,-2,4,-4,2v1,27,-7,66,0,88v6,-3,9,0,11,5v0,4,-9,8,-27,8v-5,5,-7,-7,-11,-10v0,-3,5,-3,14,-3v-3,-56,6,-124,-8,-188v-8,0,-10,-1,-9,-7v0,-3,8,-4,21,-5v14,3,20,3,19,10v0,3,-4,4,-13,4v-8,24,5,67,2,81v43,-35,74,-63,91,-83","w":192},"L":{"d":"7,-206v5,-8,31,-8,37,0v2,7,-6,6,-10,7r0,72v11,-2,15,12,3,12v4,18,0,74,-2,99r7,5r90,-2v-1,-13,7,-13,11,-7v0,9,0,17,-4,21v-34,-8,-101,9,-118,-8v2,-34,8,-64,7,-101v1,-5,-23,-9,-5,-14r0,-77v-11,-1,-16,-3,-16,-7","w":155},"M":{"d":"63,-213v4,4,3,13,-7,11r27,25v-4,6,24,10,12,21v12,11,18,18,18,22v7,-10,25,-16,15,-29v12,3,31,-20,43,-36r-4,-7v8,-11,56,0,25,7v6,28,13,91,22,190v6,0,9,1,9,4v-1,10,-32,13,-36,2v-1,-8,11,-3,16,-4r-20,-185v-3,0,-14,10,-32,31v6,0,9,2,9,5v0,2,-8,5,-23,9r-13,20v8,-1,8,5,4,7v-13,2,-38,-2,-24,-11v-13,-7,-13,-30,-30,-21v-5,-3,1,-8,3,-11r-28,-27v-9,75,-11,122,-11,178v8,0,11,2,11,5v0,6,-12,9,-38,9v-5,-7,5,-13,16,-11r9,-190v-8,0,-11,-2,-11,-5v0,-5,12,-7,38,-9","w":233},"N":{"d":"185,-217v6,0,9,6,3,10v-6,1,-7,-3,-12,-3v-6,48,3,90,3,142v0,41,8,55,12,67v-14,-2,-45,8,-30,-9v-34,-43,-56,-74,-64,-94r-18,0v-2,-8,4,-7,7,-11v-9,-11,-20,-29,-35,-54v-5,0,-11,-9,-19,-28r-4,0v-4,48,0,201,2,189v9,0,13,2,13,8v-10,-1,-33,3,-35,-1v0,-4,3,-7,9,-9r-2,-146r2,-43v-14,-5,-12,-14,6,-16v11,3,25,-3,18,13r2,0v28,49,21,41,54,82v0,3,5,6,15,9v-12,13,16,34,58,94v1,-61,-4,-128,-7,-188v-7,0,-11,-2,-11,-5v0,-5,11,-7,33,-7","w":200},"O":{"d":"17,-114v18,-78,28,-99,92,-99v33,0,54,27,64,80v-1,18,6,24,11,32v0,3,-2,4,-8,4v-11,52,-22,77,-33,77v-30,47,-117,8,-109,-38v-14,-17,-14,-21,-13,-43v-17,3,-18,-13,-4,-13xm152,-168v-9,-28,-38,-42,-77,-34v-32,25,-45,48,-43,88v14,0,17,14,0,13v0,15,6,34,17,58v0,13,16,25,49,36v26,-9,39,-18,39,-26v15,-8,30,-37,24,-64v-9,0,-12,-1,-11,-8v0,-3,4,-5,13,-5v5,-25,-5,-40,-11,-58","w":194},"P":{"d":"6,-205v37,-15,149,-6,141,43v14,-6,18,7,8,12r-8,0v0,26,-22,45,-64,59v-13,-8,-31,6,-45,0r-2,79v11,2,31,-5,32,7v0,4,-11,7,-32,7v-7,0,-43,1,-23,-11r11,0r-2,-121r5,-68v-9,-2,-17,1,-21,-7xm40,-198v-4,29,-2,64,-4,96v49,1,88,-2,97,-46v-11,0,-16,-3,-16,-7v4,-3,9,-4,16,-4v6,-37,-50,-45,-93,-39","w":169},"Q":{"d":"101,-211v35,-9,63,56,74,94v6,0,6,3,6,9v0,3,-5,4,-13,4v1,38,-15,54,-35,79r14,34v12,3,27,-14,32,-2v-6,11,-19,13,-36,12v-15,-9,-16,-24,-21,-33v-43,31,-79,9,-100,-48v0,-21,-5,-33,-13,-34v4,-13,14,-21,13,-54v14,-40,40,-61,79,-61xm118,-25v-7,-6,-27,-8,-23,-19v15,0,25,4,31,11v21,-19,32,-43,32,-71v-9,0,-12,0,-11,-7v-2,-5,14,-2,11,-12v-9,-52,-31,-78,-67,-78v-31,9,-46,20,-46,32v-3,0,-9,13,-17,38r2,25v4,-4,16,1,13,8v0,3,-5,4,-13,4v-1,36,8,62,27,73v14,0,19,13,36,11","w":187},"R":{"d":"13,-196v2,-9,28,-13,62,-13v43,0,69,20,82,54v0,3,-4,5,-12,5v4,17,-35,41,-66,48v20,15,30,29,30,41v9,0,17,50,43,50v10,0,17,-5,21,-14v-14,2,-15,-9,-7,-13v8,0,18,-2,20,4v0,22,-13,36,-38,37v-15,0,-34,-26,-57,-78v-16,-19,-24,-19,-51,-18v-6,0,-8,24,-9,73r-2,2v11,0,16,2,16,7v-6,10,-35,16,-39,5v-1,-7,2,-6,12,-7r4,-121v-7,0,-7,-3,-7,-9v-1,-5,7,-4,9,-7v1,-14,-3,-31,3,-41v-9,0,-14,-2,-14,-5xm77,-198v-41,-5,-44,14,-41,48v14,0,3,12,0,16r0,27v47,0,80,-14,98,-43v-6,0,-9,-2,-9,-5v0,-6,3,-9,11,-9v0,-16,-19,-29,-59,-34","w":193},"S":{"d":"95,-214v34,0,54,15,59,44v15,-1,7,9,2,13v-15,2,-28,-2,-16,-13v2,-23,-27,-32,-61,-30v-17,6,-25,20,-25,43v0,8,14,17,41,27v7,-7,10,-9,14,7v23,-4,41,37,51,67v-3,53,-37,58,-88,56v-40,-11,-44,-11,-50,-34v-9,0,-13,-2,-13,-5v2,-13,40,-12,43,-2v2,4,-10,5,-14,11v-1,6,17,16,41,16v42,0,74,-10,66,-41v-10,-41,-24,-64,-45,-52v-5,-9,-19,-18,-41,-25v-36,-29,-9,-82,36,-82","w":172},"T":{"d":"6,-208v30,-10,125,2,165,-5v10,10,1,51,-9,30r0,-14r-68,0v4,26,2,54,0,82v25,1,-6,20,0,36r0,66v14,-1,12,9,7,14v-11,-2,-28,5,-29,-7v23,-17,6,-59,11,-91v2,-4,-10,-4,-14,-11v18,-6,16,-64,12,-91r-60,2v0,10,0,18,-9,19v-5,0,-6,-10,-6,-30","w":184},"U":{"d":"52,-213v7,3,11,3,11,8v0,4,-7,7,-23,10v2,31,-7,83,14,92r-12,12v12,56,17,79,52,79v30,0,45,-10,45,-31v4,-4,8,-21,12,-50v-2,4,-10,1,-9,-5v0,-4,4,-6,12,-7r2,-93v-14,2,-33,-3,-21,-12v15,1,45,-8,47,7v1,7,-16,2,-12,14v6,26,-3,55,-4,82v10,0,12,0,11,7v0,3,-5,5,-14,7v-2,57,-13,85,-33,85v0,4,-12,8,-36,10v-41,12,-59,-52,-66,-95v-3,-4,-8,-5,-7,-12r7,0r-5,-93v-9,0,-14,-2,-14,-7v0,-3,14,-6,43,-8","w":194},"V":{"d":"38,-197r41,86v8,-2,18,-6,19,4r-12,10v12,32,19,59,38,69r26,-86v-6,0,-10,-2,-10,-7v0,-3,6,-5,15,-5v16,-35,23,-58,23,-70v-10,1,-16,-2,-19,-7v1,-5,52,-14,60,0v0,4,-9,7,-26,9v-7,13,-14,34,-22,64v7,6,7,17,-9,16v-10,35,-17,78,-38,114v-9,0,-27,-34,-55,-100v-23,3,-1,-15,-14,-19v1,-1,2,-2,2,-4r-35,-74v-7,0,-21,8,-19,-5v5,-14,28,-8,45,-9r5,5v-3,6,-9,9,-15,9","w":227,"k":{"a":47,"A":51}},"W":{"d":"29,-209v8,6,25,-7,24,7v0,5,-4,7,-12,7v0,18,7,46,20,81v16,0,20,11,4,12v-3,23,12,53,15,78v12,-10,32,-35,59,-73v-12,0,-9,-12,0,-13v24,1,39,8,21,13r49,73v10,-23,17,-51,24,-81r-4,-5v10,0,23,-27,41,-82v-7,0,-11,-1,-10,-8v0,-4,13,-6,41,-7v7,8,2,16,-16,15r-30,73v10,0,15,2,15,5v-4,8,-13,15,-22,9v-13,43,-24,90,-39,107v-4,0,-12,-13,-24,-41r-37,-46v-24,27,-44,60,-70,85v-5,0,-16,-32,-32,-97v-13,-1,-5,-12,0,-15r-22,-85v-7,2,-20,11,-17,-5v0,-5,7,-7,22,-7","w":313,"k":{"a":39,"A":46}},"X":{"d":"188,-203r-22,10v2,3,-23,36,-56,68v5,-4,16,-5,14,7v0,3,-4,5,-11,5r77,101v14,-1,13,11,6,15v-11,-8,-32,8,-33,-8v0,-3,2,-5,8,-5r-58,-78v-7,2,-9,-9,-16,-15r-60,93v6,0,16,-7,17,2v-4,10,-36,17,-42,3v8,-4,32,-39,71,-105v-15,-3,-13,-14,0,-15v-26,-50,-55,-76,-63,-76v-17,0,-8,-9,-2,-13v17,1,38,-3,44,8r-11,5v1,10,6,19,15,25r28,41v19,0,25,-21,61,-63v-9,-2,-13,-5,-13,-8v3,-3,54,-10,46,3","w":211},"Y":{"d":"161,-211v7,-4,13,-5,16,3v-8,0,-32,20,-71,61v-17,9,-10,57,-6,61v6,-1,14,-6,18,-2v1,10,-3,10,-16,13r0,62v10,0,14,0,13,6v0,4,-10,6,-31,7v-11,-3,-13,-3,-12,-13r14,0v-2,-24,6,-58,-11,-66v0,-3,3,-5,9,-5v2,-49,0,-47,-37,-84v0,-5,-13,-16,-40,-34v4,-8,29,-9,36,-2v2,4,-9,4,-12,9v14,-3,36,40,60,48r49,-50r-2,-14v7,1,19,-5,23,0","w":189},"Z":{"d":"51,-211v43,0,116,-3,107,11v-7,10,-28,38,-64,80v0,6,11,2,9,7v0,5,-6,10,-18,14r-56,89v27,3,67,-8,95,-1v38,10,36,-38,45,2r-5,11v-46,-5,-99,2,-148,1r-5,-4v18,-34,42,-63,56,-101v-5,0,-11,1,-9,-6v0,-4,6,-7,18,-7v10,-16,37,-46,66,-80v-37,-3,-77,-3,-118,-3v3,13,-8,21,-14,11v-3,-27,2,-24,41,-24","w":180},"[":{"d":"17,-210v14,2,50,-7,35,8v5,8,-3,18,-8,9r3,-9v-29,-5,-30,21,-30,47v0,29,3,44,8,44v4,1,7,2,7,5v0,4,-4,6,-11,6v-3,29,-2,61,-2,93v27,0,20,-6,30,-15v5,10,7,17,5,26v-17,-7,-47,11,-47,-11r1,-93v-3,0,-6,-2,-8,-6v0,-2,4,-4,10,-4v-3,-24,-5,-101,7,-100","w":65},"\\":{"w":153},"]":{"d":"5,-210v9,-6,30,1,45,-3v8,23,2,74,2,102v8,3,10,7,5,11r-7,-2v5,18,9,100,-7,102v-17,-3,-42,13,-36,-9v-2,-6,-4,-13,6,-11v2,0,3,5,3,13v21,5,30,-19,28,-47v-2,-33,1,-48,-14,-46v-1,-9,1,-8,11,-11v1,-30,-2,-64,2,-91r-24,0v-3,3,-3,10,-8,11v-4,0,-6,-6,-6,-19","w":67},"^":{"w":76},"_":{"w":264},"`":{"w":87},"a":{"d":"82,-201v3,-10,31,-10,35,0r-9,6v13,19,23,50,35,78v-2,13,13,33,13,30v13,0,13,10,2,13r17,63v7,0,13,0,15,4v0,6,-9,9,-26,9v-5,0,-13,2,-11,-5v0,-3,3,-4,9,-4v-6,-40,-10,-72,-28,-67v-1,-7,5,-7,7,-11v-9,-31,-26,-30,-44,-17v-8,-7,-23,0,-34,-4r-15,34v6,0,8,1,8,4v0,2,-5,6,-15,9v-3,14,-15,34,-13,45v5,-1,13,-4,11,5v0,5,-10,7,-32,8v-3,-3,-4,-12,6,-10r18,-48v-6,0,-9,-2,-9,-6v13,-5,19,-12,19,-22r50,-110v-6,0,-9,-1,-9,-4xm99,-184r-30,67v13,1,21,-1,28,-9v5,9,15,4,29,5v0,-17,-10,-38,-27,-63","w":200},"b":{"d":"48,-214v4,12,26,-4,34,5v24,-3,45,22,42,33v20,2,-5,13,3,21v-8,14,-19,25,-33,34v39,-9,53,5,67,46v6,1,8,2,8,6v2,5,-11,1,-9,8v-2,21,-15,39,-40,51v0,4,-20,7,-60,10v-14,-5,-38,-1,-53,-6v-1,-10,5,-9,20,-11v0,-15,-1,-32,1,-45v-12,-2,0,-9,1,-15v3,-45,3,-68,-3,-68v-14,-6,-5,-8,3,-11v-2,-19,11,-37,-10,-43v-1,-8,9,-8,29,-15xm57,-200v-5,2,-19,1,-15,5r-3,38v12,-2,16,11,4,11r-2,27v49,-9,80,-21,70,-48v8,-25,-10,-24,-54,-33xm40,-106v-1,32,5,28,10,41v-20,14,-16,59,17,55v40,-5,60,-10,61,-19v10,1,18,-14,20,-37v-12,-1,-2,-9,1,-13v-9,-15,-12,-30,-32,-32v-29,4,-56,-2,-77,5","w":178},"c":{"d":"29,-98v-3,59,14,86,65,86v27,0,45,-9,53,-27v-7,0,-12,-5,-12,-7v1,-8,32,-11,35,0v-4,0,-13,11,-26,32v-56,24,-96,20,-124,-30v3,-12,-5,-34,-2,-54v-6,0,-10,-1,-10,-4r12,-12v5,-36,11,-54,18,-54v24,-49,87,-59,113,-13v12,-1,11,5,5,9r-23,0v-1,-6,2,-8,4,-12v-29,-23,-68,-18,-90,18v-13,22,-16,42,-16,57v6,0,10,1,10,4v0,3,-4,6,-12,7","w":177},"d":{"d":"17,-211v89,0,152,35,159,112v4,0,7,2,7,5v-6,5,-14,20,-24,44v-36,43,-74,59,-128,46v-7,1,-22,6,-22,-5v0,-3,6,-6,16,-6v0,-23,-4,-48,1,-68v-4,-2,-6,-6,-6,-13r4,0v2,-34,0,-74,6,-104v-11,2,-21,-6,-13,-11xm38,-195v-2,65,-3,98,-1,98v13,0,3,10,0,15v-1,20,-4,76,3,70v60,9,108,-22,123,-77v-12,-1,-1,-10,1,-15v1,-11,-4,-20,-12,-26v-11,-40,-34,-60,-97,-68r0,-3v-11,1,-17,3,-17,6","w":195},"e":{"d":"30,-211r123,-1v9,1,8,24,5,34v-14,3,-11,-13,-9,-23v-32,6,-76,-1,-113,1r-2,23v27,5,-12,15,0,31v1,9,-5,23,0,28v59,-2,76,3,81,-10v9,2,10,24,0,27v-3,0,-4,-2,-4,-6v-26,3,-59,-3,-81,4v0,21,2,32,8,32v6,0,7,1,7,6v0,3,-4,5,-13,5r0,47v35,5,79,2,119,3v0,-9,-1,-19,9,-18r5,25v-10,5,-116,10,-149,2r2,-59v-9,0,-11,-1,-11,-7v0,-4,3,-5,11,-6r0,-86v2,-1,4,-2,3,-5v-9,0,-14,-2,-14,-6v0,-3,5,-6,16,-9v2,-15,-7,-32,7,-32"},"f":{"d":"159,-213v1,9,10,21,4,27v-10,1,-10,-1,-11,-14v-37,1,-78,8,-112,2r0,43v5,1,11,1,9,9v-10,4,-13,16,-11,32r63,2v10,1,10,-7,15,-11v10,1,12,24,5,31v-16,-16,-55,-4,-83,-11r0,33v6,1,9,3,9,7v-22,3,-7,31,-11,49v15,-2,28,8,15,16v-15,-3,-31,-5,-45,0v-1,-10,4,-9,18,-13r0,-45v-14,-1,-19,-6,-11,-11r11,0v6,-24,-3,-52,3,-74v-9,0,-14,-2,-14,-5v0,-4,5,-7,14,-7v-2,-18,4,-35,0,-49v30,-18,92,0,132,-11"},"g":{"d":"103,-1v-60,12,-77,-50,-80,-84v-8,1,-14,0,-16,-5v5,-4,11,-6,16,-6v0,-31,13,-63,39,-96v35,-25,79,-28,104,15v5,0,6,2,6,7v-1,8,-31,9,-32,0v1,-6,5,-9,9,-9v-8,-12,-25,-23,-35,-13v-1,-2,0,-6,-4,-6v-37,-1,-71,36,-74,100v21,1,1,9,0,17v0,46,22,69,65,69v45,-13,67,-38,67,-76v-12,-1,-24,-2,-37,-2v-6,0,-1,12,-11,9v-14,-5,1,-45,7,-20v13,-3,56,-4,56,5v0,33,-13,67,13,84v15,2,17,-7,24,-13v11,14,1,24,-24,26v-22,-7,-25,-25,-30,-41v-24,26,-45,39,-63,39","w":233},"h":{"d":"16,-208v14,2,30,-9,34,6v0,3,-4,4,-13,4v-1,26,3,58,-2,81v17,-3,40,-2,59,-4v0,-5,-5,-13,2,-13v10,15,41,8,66,15v-1,-25,18,-73,-7,-80v-13,1,-8,-7,-4,-11v11,7,37,-7,44,4v-3,8,-9,7,-18,7v-4,67,4,127,-2,189v5,0,15,-6,14,4v0,4,-8,7,-25,7v-8,2,-13,-10,-2,-9v6,-29,4,-69,0,-100v-18,0,-43,-8,-57,-3v0,9,0,12,-7,11v-3,0,-4,-4,-4,-11v-18,6,-40,2,-59,5v1,32,3,64,0,94v8,3,12,2,11,8v-3,10,-33,11,-37,0v-4,-9,16,-2,15,-13v-3,-61,0,-121,3,-181v-6,-1,-9,-5,-11,-10","w":204},"i":{"d":"4,-201v15,-15,55,-4,82,-9v8,4,10,27,0,31v-6,2,0,-22,-11,-20r-22,4v2,31,-7,72,11,87v0,5,-11,3,-11,11r2,84v11,-2,25,5,24,-9v10,-2,6,9,8,15v-14,8,-48,4,-71,5v-6,-3,-11,-16,0,-18v3,0,5,3,5,7v15,1,24,1,23,-16v0,-34,-2,-56,-4,-75v-6,0,-9,-1,-9,-4v0,-3,4,-6,11,-7v-4,-28,14,-88,-22,-82v-3,9,-3,12,-12,11","w":99},"j":{"d":"119,-104v6,47,-2,103,-48,102v-21,0,-36,-9,-43,-27v-7,-7,-30,-15,-4,-20v16,1,24,4,24,7v0,4,-4,6,-11,6v16,35,63,32,69,-15v1,-16,2,-32,2,-49v1,-6,-10,-2,-9,-9v0,-3,3,-4,7,-4v-1,-24,4,-74,-4,-87v-18,0,-31,-1,-40,-4v-3,13,-6,16,-11,9r0,-20v27,4,56,-3,77,4v20,1,56,-11,56,12v0,42,-13,-16,-38,0r-31,-3v1,58,4,87,7,87v13,-1,13,10,4,11v-1,-4,-5,-3,-7,0","w":189},"k":{"d":"129,-206v3,-8,25,-6,29,1r-73,68v-9,10,-23,15,-30,27v35,29,64,53,84,77v14,17,33,17,43,27v0,3,-13,5,-38,5r-4,-7r11,-1v-19,-20,-53,-51,-104,-93v-1,2,-2,4,-4,2v1,27,-7,66,0,88v6,-3,9,0,11,5v0,4,-9,8,-27,8v-5,5,-7,-7,-11,-10v0,-3,5,-3,14,-3v-3,-56,6,-124,-8,-188v-8,0,-10,-1,-9,-7v0,-3,8,-4,21,-5v14,3,20,3,19,10v0,3,-4,4,-13,4v-8,24,5,67,2,81v43,-35,74,-63,91,-83","w":192},"l":{"d":"7,-206v5,-8,31,-8,37,0v2,7,-6,6,-10,7r0,72v11,-2,15,12,3,12v4,18,0,74,-2,99r7,5r90,-2v-1,-13,7,-13,11,-7v0,9,0,17,-4,21v-34,-8,-101,9,-118,-8v2,-34,8,-64,7,-101v1,-5,-23,-9,-5,-14r0,-77v-11,-1,-16,-3,-16,-7","w":155},"m":{"d":"63,-213v4,4,3,13,-7,11r27,25v-4,6,24,10,12,21v12,11,18,18,18,22v7,-10,25,-16,15,-29v12,3,31,-20,43,-36r-4,-7v8,-11,56,0,25,7v6,28,13,91,22,190v6,0,9,1,9,4v-1,10,-32,13,-36,2v-1,-8,11,-3,16,-4r-20,-185v-3,0,-14,10,-32,31v6,0,9,2,9,5v0,2,-8,5,-23,9r-13,20v8,-1,8,5,4,7v-13,2,-38,-2,-24,-11v-13,-7,-13,-30,-30,-21v-5,-3,1,-8,3,-11r-28,-27v-9,75,-11,122,-11,178v8,0,11,2,11,5v0,6,-12,9,-38,9v-5,-7,5,-13,16,-11r9,-190v-8,0,-11,-2,-11,-5v0,-5,12,-7,38,-9","w":233},"n":{"d":"185,-217v6,0,9,6,3,10v-6,1,-7,-3,-12,-3v-6,48,3,90,3,142v0,41,8,55,12,67v-14,-2,-45,8,-30,-9v-34,-43,-56,-74,-64,-94r-18,0v-2,-8,4,-7,7,-11v-9,-11,-20,-29,-35,-54v-5,0,-11,-9,-19,-28r-4,0v-4,48,0,201,2,189v9,0,13,2,13,8v-10,-1,-33,3,-35,-1v0,-4,3,-7,9,-9r-2,-146r2,-43v-14,-5,-12,-14,6,-16v11,3,25,-3,18,13r2,0v28,49,21,41,54,82v0,3,5,6,15,9v-12,13,16,34,58,94v1,-61,-4,-128,-7,-188v-7,0,-11,-2,-11,-5v0,-5,11,-7,33,-7","w":200},"o":{"d":"17,-114v18,-78,28,-99,92,-99v33,0,54,27,64,80v-1,18,6,24,11,32v0,3,-2,4,-8,4v-11,52,-22,77,-33,77v-30,47,-117,8,-109,-38v-14,-17,-14,-21,-13,-43v-17,3,-18,-13,-4,-13xm152,-168v-9,-28,-38,-42,-77,-34v-32,25,-45,48,-43,88v14,0,17,14,0,13v0,15,6,34,17,58v0,13,16,25,49,36v26,-9,39,-18,39,-26v15,-8,30,-37,24,-64v-9,0,-12,-1,-11,-8v0,-3,4,-5,13,-5v5,-25,-5,-40,-11,-58","w":194},"p":{"d":"6,-205v37,-15,149,-6,141,43v14,-6,18,7,8,12r-8,0v0,26,-22,45,-64,59v-13,-8,-31,6,-45,0r-2,79v11,2,31,-5,32,7v0,4,-11,7,-32,7v-7,0,-43,1,-23,-11r11,0r-2,-121r5,-68v-9,-2,-17,1,-21,-7xm40,-198v-4,29,-2,64,-4,96v49,1,88,-2,97,-46v-11,0,-16,-3,-16,-7v4,-3,9,-4,16,-4v6,-37,-50,-45,-93,-39","w":169},"q":{"d":"101,-211v35,-9,63,56,74,94v6,0,6,3,6,9v0,3,-5,4,-13,4v1,38,-15,54,-35,79r14,34v12,3,27,-14,32,-2v-6,11,-19,13,-36,12v-15,-9,-16,-24,-21,-33v-43,31,-79,9,-100,-48v0,-21,-5,-33,-13,-34v4,-13,14,-21,13,-54v14,-40,40,-61,79,-61xm118,-25v-7,-6,-27,-8,-23,-19v15,0,25,4,31,11v21,-19,32,-43,32,-71v-9,0,-12,0,-11,-7v-2,-5,14,-2,11,-12v-9,-52,-31,-78,-67,-78v-31,9,-46,20,-46,32v-3,0,-9,13,-17,38r2,25v4,-4,16,1,13,8v0,3,-5,4,-13,4v-1,36,8,62,27,73v14,0,19,13,36,11","w":187},"r":{"d":"13,-196v2,-9,28,-13,62,-13v43,0,69,20,82,54v0,3,-4,5,-12,5v4,17,-35,41,-66,48v20,15,30,29,30,41v9,0,17,50,43,50v10,0,17,-5,21,-14v-14,2,-15,-9,-7,-13v8,0,18,-2,20,4v0,22,-13,36,-38,37v-15,0,-34,-26,-57,-78v-16,-19,-24,-19,-51,-18v-6,0,-8,24,-9,73r-2,2v11,0,16,2,16,7v-6,10,-35,16,-39,5v-1,-7,2,-6,12,-7r4,-121v-7,0,-7,-3,-7,-9v-1,-5,7,-4,9,-7v1,-14,-3,-31,3,-41v-9,0,-14,-2,-14,-5xm77,-198v-41,-5,-44,14,-41,48v14,0,3,12,0,16r0,27v47,0,80,-14,98,-43v-6,0,-9,-2,-9,-5v0,-6,3,-9,11,-9v0,-16,-19,-29,-59,-34","w":193},"s":{"d":"95,-214v34,0,54,15,59,44v15,-1,7,9,2,13v-15,2,-28,-2,-16,-13v2,-23,-27,-32,-61,-30v-17,6,-25,20,-25,43v0,8,14,17,41,27v7,-7,10,-9,14,7v23,-4,41,37,51,67v-3,53,-37,58,-88,56v-40,-11,-44,-11,-50,-34v-9,0,-13,-2,-13,-5v2,-13,40,-12,43,-2v2,4,-10,5,-14,11v-1,6,17,16,41,16v42,0,74,-10,66,-41v-10,-41,-24,-64,-45,-52v-5,-9,-19,-18,-41,-25v-36,-29,-9,-82,36,-82","w":172},"t":{"d":"6,-208v30,-10,125,2,165,-5v10,10,1,51,-9,30r0,-14r-68,0v4,26,2,54,0,82v25,1,-6,20,0,36r0,66v14,-1,12,9,7,14v-11,-2,-28,5,-29,-7v23,-17,6,-59,11,-91v2,-4,-10,-4,-14,-11v18,-6,16,-64,12,-91r-60,2v0,10,0,18,-9,19v-5,0,-6,-10,-6,-30","w":184},"u":{"d":"52,-213v7,3,11,3,11,8v0,4,-7,7,-23,10v2,31,-7,83,14,92r-12,12v12,56,17,79,52,79v30,0,45,-10,45,-31v4,-4,8,-21,12,-50v-2,4,-10,1,-9,-5v0,-4,4,-6,12,-7r2,-93v-14,2,-33,-3,-21,-12v15,1,45,-8,47,7v1,7,-16,2,-12,14v6,26,-3,55,-4,82v10,0,12,0,11,7v0,3,-5,5,-14,7v-2,57,-13,85,-33,85v0,4,-12,8,-36,10v-41,12,-59,-52,-66,-95v-3,-4,-8,-5,-7,-12r7,0r-5,-93v-9,0,-14,-2,-14,-7v0,-3,14,-6,43,-8","w":194},"v":{"d":"38,-197r41,86v8,-2,18,-6,19,4r-12,10v12,32,19,59,38,69r26,-86v-6,0,-10,-2,-10,-7v0,-3,6,-5,15,-5v16,-35,23,-58,23,-70v-10,1,-16,-2,-19,-7v1,-5,52,-14,60,0v0,4,-9,7,-26,9v-7,13,-14,34,-22,64v7,6,7,17,-9,16v-10,35,-17,78,-38,114v-9,0,-27,-34,-55,-100v-23,3,-1,-15,-14,-19v1,-1,2,-2,2,-4r-35,-74v-7,0,-21,8,-19,-5v5,-14,28,-8,45,-9r5,5v-3,6,-9,9,-15,9","w":227,"k":{"a":39,"A":40}},"w":{"d":"29,-209v8,6,25,-7,24,7v0,5,-4,7,-12,7v0,18,7,46,20,81v16,0,20,11,4,12v-3,23,12,53,15,78v12,-10,32,-35,59,-73v-12,0,-9,-12,0,-13v24,1,39,8,21,13r49,73v10,-23,17,-51,24,-81r-4,-5v10,0,23,-27,41,-82v-7,0,-11,-1,-10,-8v0,-4,13,-6,41,-7v7,8,2,16,-16,15r-30,73v10,0,15,2,15,5v-4,8,-13,15,-22,9v-13,43,-24,90,-39,107v-4,0,-12,-13,-24,-41r-37,-46v-24,27,-44,60,-70,85v-5,0,-16,-32,-32,-97v-13,-1,-5,-12,0,-15r-22,-85v-7,2,-20,11,-17,-5v0,-5,7,-7,22,-7","w":313,"k":{"a":49,"A":47}},"x":{"d":"188,-203r-22,10v2,3,-23,36,-56,68v5,-4,16,-5,14,7v0,3,-4,5,-11,5r77,101v14,-1,13,11,6,15v-11,-8,-32,8,-33,-8v0,-3,2,-5,8,-5r-58,-78v-7,2,-9,-9,-16,-15r-60,93v6,0,16,-7,17,2v-4,10,-36,17,-42,3v8,-4,32,-39,71,-105v-15,-3,-13,-14,0,-15v-26,-50,-55,-76,-63,-76v-17,0,-8,-9,-2,-13v17,1,38,-3,44,8r-11,5v1,10,6,19,15,25r28,41v19,0,25,-21,61,-63v-9,-2,-13,-5,-13,-8v3,-3,54,-10,46,3","w":211},"y":{"d":"161,-211v7,-4,13,-5,16,3v-8,0,-32,20,-71,61v-17,9,-10,57,-6,61v6,-1,14,-6,18,-2v1,10,-3,10,-16,13r0,62v10,0,14,0,13,6v0,4,-10,6,-31,7v-11,-3,-13,-3,-12,-13r14,0v-2,-24,6,-58,-11,-66v0,-3,3,-5,9,-5v2,-49,0,-47,-37,-84v0,-5,-13,-16,-40,-34v4,-8,29,-9,36,-2v2,4,-9,4,-12,9v14,-3,36,40,60,48r49,-50r-2,-14v7,1,19,-5,23,0","w":189},"z":{"d":"51,-211v43,0,116,-3,107,11v-7,10,-28,38,-64,80v0,6,11,2,9,7v0,5,-6,10,-18,14r-56,89v27,3,67,-8,95,-1v38,10,36,-38,45,2r-5,11v-46,-5,-99,2,-148,1r-5,-4v18,-34,42,-63,56,-101v-5,0,-11,1,-9,-6v0,-4,6,-7,18,-7v10,-16,37,-46,66,-80v-37,-3,-77,-3,-118,-3v3,13,-8,21,-14,11v-3,-27,2,-24,41,-24","w":180}}});
;
// $Id: cufon-drupal.js,v 1.1.2.1 2011/02/06 11:40:27 troky Exp $ 
(function ($) {
  Drupal.behaviors.cufonReplace = {
    attach: function(context) {
      for (o in Drupal.settings.cufonSelectors) { 
        var s = Drupal.settings.cufonSelectors[o];
        $(s.selector + ':not(.cufon-replace-processed)', context)
          .each(function() {
            Cufon.replace($(this), s.options);
          })
          .addClass('cufon-replace-processed');
      }
    }
  }
})(jQuery);
;
// $Id: googleanalytics.js,v 1.11.2.8 2011/02/06 19:22:05 hass Exp $
(function ($) {

$(document).ready(function() {

  // Accepts a string; returns the string with regex metacharacters escaped. The returned string
  // can safely be used at any point within a regex to match the provided literal string. Escaped
  // characters are [ ] { } ( ) * + ? - . , \ ^ $ # and whitespace. The character | is excluded
  // in this function as it's used to separate the domains names.
  RegExp.escapeDomains = function(text) {
    return text.replace(/[-[\]{}()*+?.,\\^$#\s]/g, "\\$&");
  }

  // Attach onclick event to document only and catch clicks on all elements.
  $(document.body).click(function(event) {
    // Catch only the first parent link of a clicked element.
    $(event.target).parents("a:first,area:first").andSelf().filter("a,area").each(function() {

      var ga = Drupal.settings.googleanalytics;
      // Expression to check for absolute internal links.
      var isInternal = new RegExp("^(https?):\/\/" + window.location.host, "i");
      // Expression to check for special links like gotwo.module /go/* links.
      var isInternalSpecial = new RegExp("(\/go\/.*)$", "i");
      // Expression to check for download links.
      var isDownload = new RegExp("\\.(" + ga.trackDownloadExtensions + ")$", "i");
      // Expression to check for the sites cross domains.
      var isCrossDomain = new RegExp("^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\/.*(" + RegExp.escapeDomains(ga.trackCrossDomains) + ")", "i");

      // Is the clicked URL internal?
      if (isInternal.test(this.href)) {
        // Is download tracking activated and the file extension configured for download tracking?
        if (ga.trackDownload && isDownload.test(this.href)) {
          // Download link clicked.
          var extension = isDownload.exec(this.href);
          _gaq.push(["_trackEvent", "Downloads", extension[1].toUpperCase(), this.href.replace(isInternal, '')]);
        }
        else if (isInternalSpecial.test(this.href)) {
          // Keep the internal URL for Google Analytics website overlay intact.
          _gaq.push(["_trackPageview", this.href.replace(isInternal, '')]);
          setTimeout('document.location = "' + this.href + '"', 100);
        }
      }
      else {
        if (ga.trackMailto && $(this).is("a[href^=mailto:],area[href^=mailto:]")) {
          // Mailto link clicked.
          _gaq.push(["_trackEvent", "Mails", "Click", this.href.substring(7)]);
        }
        else if (ga.trackOutbound && this.href) {
          if (ga.trackDomainMode == 2 && isCrossDomain.test(this.href)) {
            // Top-level cross domain clicked.
            _gaq.push(["_link", this.href]);
          }
          else if (ga.trackOutboundAsPageview) {
            // Track all external links as page views after URL cleanup.
            // Currently required, if click should be tracked as goal.
            _gaq.push(["_trackPageview", '/outbound/' + this.href.replace(/^(https?|ftp|news|nntp|telnet|irc|ssh|sftp|webcal):\/\//i, '').split('/').join('--')]);
            setTimeout('document.location = "' + this.href + '"', 100);
          }
          else {
            // External link clicked.
            _gaq.push(["_trackEvent", "Outbound links", "Click", this.href]);

            // First, delay the outbound click by a fraction of a second.
            // This delay will hardly be noticeable by the user, but it will provide the
            // browser more time load the tracking code. Without this method, it's possible
            // that a user can click on the outbound link before the tracking code loads,
            // in which case the event will not be recorded.
            // See http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55527
            setTimeout('document.location = "' + this.href + '"', 100);
          }
        }
      }
    });
  });
});

})(jQuery);
;

