/*
 * 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:
 * Copyright Erik Spiekermann, 1991, 93, 98, 99. Published by FontShop
 * International for  FontFont library. Meta is a trademark of FSI, Fonts and
 * Software GmbH. Created by Erik Spiekermann, Dmitri Sorokin. Vendor URL:
 * http://www.fontfont.de
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"132,-28r-38,32r-87,-112r87,-112r38,34r-61,78","w":146},{"d":"193,0r-57,0r-61,-104r47,-80r58,0r-59,77xm73,0r-48,0r0,-208v0,-16,0,-29,-3,-48r49,-11v5,80,1,182,2,267","w":186},{"d":"57,-217v0,13,28,17,23,36v0,17,-14,31,-31,31v-60,0,-37,-101,14,-108r19,20v-16,4,-25,12,-25,21","w":93},{"d":"198,0r-51,0r0,-112r-72,0r0,112r-50,0r0,-250r50,0r0,97r72,0r0,-97r51,0r0,250","w":223},{"d":"73,-170v36,-32,105,-27,105,41r0,129r-47,0r0,-124v1,-40,-40,-24,-57,-8r0,132r-49,0r0,-213v0,-17,-1,-34,-3,-42r49,-12v4,23,4,69,2,97"},{"d":"92,-132v-1,-1,18,-43,25,-52r57,0r-55,85r66,99r-61,0r-34,-61v-2,9,-25,46,-33,61r-62,0r68,-98r-51,-78r50,-14v17,29,19,35,30,58","w":180},{"d":"162,-186r-47,15r30,41r-30,22r-30,-42r-29,40r-29,-22r30,-39r-48,-17r12,-34r47,17r0,-50r36,0r0,50r48,-16","w":171},{"d":"171,-184r-68,184r-40,0r-67,-181r50,-7r38,128v5,-39,25,-87,36,-124r51,0","w":167},{"d":"14,-89v0,-60,28,-100,77,-100v19,0,39,9,43,19v0,-6,1,-10,4,-15r39,0v-9,74,-2,171,-4,253r-46,12v1,-29,-2,-64,2,-89v-54,39,-115,-16,-115,-80xm127,-49r0,-87v-7,-7,-16,-13,-27,-13v-29,0,-33,31,-33,54v0,24,1,60,33,60v11,0,21,-7,27,-14","w":198},{"d":"152,-153r-45,0r0,-102r45,0r0,102xm69,-153r-46,0r0,-102r46,0r0,102","w":175},{"d":"212,-86r-76,0r0,76r-46,0r0,-76r-76,0r0,-46r76,0r0,-76r46,0r0,76r76,0r0,46","w":226},{"d":"180,-41r-13,41r-156,0r0,-35r107,-175v-22,3,-73,2,-102,2r11,-42r150,0r0,36r-93,157v-5,9,-13,17,-13,17v29,-2,76,-1,109,-1","w":190},{"d":"117,-4v-43,17,-92,9,-92,-47r0,-100r-18,0r0,-33r18,0v0,-18,0,-30,2,-44r49,-12v-2,17,-3,37,-3,56r43,0r-12,33r-31,0r0,92v-2,32,14,34,38,26","w":122},{"d":"198,-123r-51,0r-40,-86r-40,86r-51,0r65,-132r53,0","w":214},{"w":81},{"d":"158,-163v33,-39,102,-36,102,32r0,131r-47,0r0,-122v3,-44,-30,-24,-47,-10r0,132r-45,0r0,-120v2,-44,-30,-28,-49,-14r0,134r-47,0v-3,-54,7,-137,-7,-176r44,-12v3,5,4,10,6,19v25,-27,73,-24,90,6","w":285},{"d":"152,6r-40,13r-108,-280r41,-13","w":155},{"d":"207,0r-60,0v-21,-30,-50,-108,-72,-104r0,104r-50,0r0,-250r93,0v44,0,74,29,74,73v0,37,-25,68,-56,69v21,16,66,103,71,108xm75,-142v39,2,64,-2,64,-34v0,-33,-29,-35,-64,-34r0,68","w":210},{"d":"79,-235v0,17,-13,30,-30,30v-16,0,-29,-13,-29,-30v0,-17,13,-30,30,-30v16,0,29,13,29,30xm73,0r-48,0r0,-181r48,-8r0,189","w":98},{"d":"14,-124v0,-74,35,-129,109,-129v67,0,107,49,107,127v0,77,-31,127,-105,130v-75,3,-111,-57,-111,-128xm71,-124v1,59,6,89,52,89v35,0,49,-26,49,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-51,91","w":244},{"d":"69,-153r-46,0r0,-102r46,0r0,102","w":92},{"d":"181,-12v19,11,47,30,76,22v-13,17,-1,40,-36,37v-45,-3,-56,-32,-97,-43v-74,3,-110,-57,-110,-128v0,-74,35,-128,109,-129v67,0,107,49,107,127v0,54,-19,94,-49,114xm71,-124v1,59,6,89,52,89v35,0,49,-26,49,-90v0,-54,0,-82,-50,-90v-43,3,-52,41,-51,91","w":244},{"d":"212,0r-54,0r-17,-59r-74,0r-17,59r-53,0r82,-251r55,0xm129,-101v-2,-2,-22,-83,-24,-95r-25,95r49,0","w":209},{"d":"211,-250r-88,252r-45,0r-85,-252r55,0r53,174v14,-62,38,-116,57,-174r53,0"},{"d":"130,-185r-13,43v-17,-9,-31,-1,-44,12r0,130r-48,0v-2,-55,6,-136,-7,-177r44,-12v4,8,6,17,7,27v13,-18,35,-35,61,-23","w":124},{"d":"96,-188v78,-6,106,93,40,115v27,9,43,30,43,55v0,58,-75,93,-156,82r-12,-33v54,10,112,-12,112,-53v0,-32,-34,-34,-68,-31r0,-41v30,5,65,1,65,-27v0,-41,-72,-25,-84,-6r-25,-31v20,-16,53,-28,85,-30","w":193},{"d":"118,-188v-1,-13,-28,-18,-23,-37v0,-17,13,-31,31,-31v61,0,36,101,-15,108r-19,-20v15,-4,26,-11,26,-20xm37,-188v0,-13,-29,-18,-24,-37v0,-17,14,-31,32,-31v61,0,36,101,-15,108r-19,-20v15,-4,26,-11,26,-20","w":174},{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},{"d":"199,0r-52,0r-77,-178r4,178r-49,0r0,-250r56,0v24,52,60,117,75,171v-6,-55,-4,-113,-5,-171r48,0r0,250","w":224},{"d":"179,0r-43,0v-1,-3,-2,-6,-3,-11v-52,41,-119,-2,-119,-78v0,-71,55,-118,112,-87v-2,-24,0,-63,-1,-90r47,7v2,75,-6,204,7,259xm125,-48r0,-88v-31,-26,-57,-10,-57,47v0,54,32,65,57,41","w":197},{"d":"166,-42r-9,42r-132,0r0,-250r52,0r0,208r89,0","w":168},{"d":"37,-188v0,-13,-29,-18,-24,-37v0,-17,14,-31,32,-31v61,0,36,101,-15,108r-19,-20v15,-4,26,-11,26,-20","w":93},{"d":"138,-218v1,13,27,18,23,37v0,17,-13,31,-31,31v-60,0,-37,-101,14,-108r19,20v-15,4,-25,11,-25,20xm57,-218v1,13,28,18,23,37v0,17,-14,31,-32,31v-21,0,-35,-18,-35,-43v0,-31,20,-57,50,-65r19,20v-16,4,-25,11,-25,20","w":174},{"d":"152,-90v41,87,-70,121,-143,75r17,-36v15,9,40,21,61,21v14,0,25,-9,25,-21v-2,-32,-69,-19,-84,-45v-25,-44,4,-93,61,-93v30,0,49,9,66,17r-16,32v-18,-9,-31,-13,-45,-13v-29,0,-34,33,-1,37v22,4,54,15,59,26","w":173},{"d":"201,-250r-80,147r0,103r-52,0r0,-103r-78,-147r60,0v15,31,35,67,45,100v14,-35,30,-67,46,-100r59,0","w":192},{"d":"139,-108r-87,112r-38,-32r61,-80r-61,-78r38,-34","w":146},{"d":"192,-150r-35,0r-6,45r30,0r0,33r-34,0r-11,72r-34,0r10,-72r-36,0r-10,72r-35,0r10,-72r-30,0r0,-33r34,0r6,-45r-30,0r0,-33r35,0r10,-72r35,0r-10,72r35,0r10,-72r35,0r-10,72r31,0r0,33xm122,-150r-36,0r-6,45r36,0","w":202},{"d":"190,-80r-176,0r0,-37r176,0r0,37","w":204},{"d":"230,-121v36,0,63,24,62,62v0,39,-22,63,-62,63v-37,0,-61,-24,-61,-62v0,-37,24,-63,61,-63xm234,-250r-131,250r-34,0r131,-250r34,0xm72,-254v36,0,63,24,62,62v0,39,-22,63,-62,63v-37,0,-61,-24,-61,-62v0,-37,24,-63,61,-63xm208,-59v0,24,3,36,22,36v15,0,22,-11,22,-37v0,-21,-5,-34,-23,-34v-18,0,-21,14,-21,35xm50,-192v0,24,3,36,22,36v15,0,22,-11,22,-37v0,-22,-6,-34,-23,-34v-17,0,-21,14,-21,35","w":302},{"d":"252,-184r-53,184r-44,0r-30,-126v-7,42,-20,86,-30,126r-45,0r-50,-181r48,-5r25,128v1,-14,23,-100,31,-126r45,0r29,126v3,-29,17,-92,24,-126r50,0","w":251},{"d":"94,-188v33,0,70,20,94,-7r20,31v-13,13,-29,16,-47,12v30,41,-6,91,-64,85v-12,6,-19,10,-19,15v4,8,24,3,34,5v46,-1,71,17,71,56v0,43,-43,62,-87,62v-45,0,-100,-23,-81,-72r45,0v-7,21,5,35,32,35v21,0,42,-6,42,-25v0,-49,-112,5,-112,-52v0,-12,3,-23,33,-31v-27,-7,-39,-24,-39,-51v0,-38,31,-63,78,-63xm122,-125v0,-17,-11,-27,-29,-27v-18,0,-29,10,-29,27v0,19,12,26,29,26v19,0,29,-9,29,-26","w":199},{"d":"68,-166v29,-30,103,-33,103,31r0,135r-48,0r0,-120v2,-44,-32,-26,-50,-10r0,130r-48,0v-2,-59,6,-128,-6,-177r43,-12v4,8,6,15,6,23","w":195},{"d":"95,-188v51,0,85,38,84,95v-1,58,-28,97,-84,97v-50,0,-82,-37,-82,-95v0,-58,32,-97,82,-97xm66,-93v0,36,3,62,31,62v21,0,30,-18,30,-62v0,-37,-2,-59,-31,-59v-27,0,-30,27,-30,59","w":191},{"d":"71,-71v-9,49,38,45,51,22r0,-130r46,-10v5,59,-12,134,11,175r-34,19v-6,-4,-12,-10,-15,-18v-38,34,-107,22,-107,-49r0,-118r48,-9r0,118","w":192},{"d":"185,0r-28,-1v4,14,1,46,2,64r-46,6r1,-70v-32,2,-73,0,-107,1r0,-33r70,-153r49,0v-23,49,-39,101,-68,145r57,0v-1,-25,4,-60,6,-87r38,-9r-1,96r27,0r0,41","w":191},{"d":"59,-125v-52,-32,-29,-115,43,-115v59,0,92,50,61,92v-7,8,-20,15,-35,24r42,39v3,-10,3,-17,3,-37v12,2,32,-4,40,2v0,27,-3,49,-11,67r54,53r-67,0r-15,-15v-16,14,-37,20,-69,20v-98,0,-122,-99,-46,-130xm101,-148v27,-10,35,-54,2,-58v-34,4,-26,41,-2,58xm144,-42r-59,-57v-32,17,-23,69,21,69v17,0,30,-4,38,-12","w":253},{"d":"182,-40r-10,40r-150,0r0,-44v13,-6,16,-7,37,-19v50,-28,62,-43,62,-60v-8,-38,-52,-29,-78,-2r-29,-29v39,-47,161,-54,161,23v0,52,-55,71,-92,92v29,-2,68,-1,99,-1","w":200},{"d":"106,-226r-15,26r-80,-36r21,-37","w":117},{"d":"101,-78r-87,0r0,-42r87,0r0,42","w":115},{"d":"110,-250v83,-14,110,96,42,117v71,14,66,131,-16,132r-111,1r0,-250r85,0xm75,-150v34,2,64,2,64,-29v0,-29,-31,-30,-64,-28r0,57xm76,-41v37,2,69,0,69,-35v0,-34,-32,-35,-69,-33r0,68","w":216},{"d":"130,-83v-10,0,-39,3,-39,25v2,52,5,120,-46,114r-38,0r0,-41v23,3,47,-6,41,-23r0,-58v-1,-35,23,-34,36,-38v-15,-1,-36,-4,-36,-37v0,-39,22,-89,-41,-81r0,-42v49,-2,84,-2,84,53r0,62v0,22,29,25,39,25r0,41","w":137},{"d":"158,-33r-11,33r-136,0r0,-30r87,-120r-80,0r0,-34r137,0r0,33r-82,118r85,0","w":168},{"d":"95,-188v60,0,81,42,78,111r-106,1v-3,53,55,55,85,27r19,28v-58,53,-157,22,-157,-69v0,-58,29,-98,81,-98xm123,-112v0,-25,-6,-40,-27,-41v-18,0,-29,15,-29,41r56,0","w":182},{"d":"181,-184r-67,187v-21,56,-31,67,-80,78r-17,-32v29,-7,46,-21,54,-49r-12,0r-61,-181r50,-6r41,146v8,-47,28,-99,41,-143r51,0","w":178},{"d":"208,0r-61,0r-45,-88r-45,88r-62,0r78,-134r-68,-116r62,0r34,67r34,-67r60,0r-65,113","w":202},{"d":"199,-79v0,84,-122,105,-188,62r19,-40v33,23,112,37,112,-14v0,-45,-93,-35,-110,-71v-27,-58,12,-116,80,-116v31,0,61,9,83,25r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,22,38,28,58,34v41,12,63,37,63,74","w":210},{"d":"127,-255r-15,30v-30,-19,-46,7,-40,41r47,0r-12,33r-35,0r0,151r-47,0r0,-151r-16,0r0,-33r17,0v-19,-67,46,-104,101,-71","w":109},{"d":"75,-75v2,43,-6,43,18,45r8,29v-45,12,-75,-1,-76,-61r-2,-193r49,-11v6,50,2,133,3,191","w":101},{"d":"191,-77v0,46,-36,82,-84,82v-72,0,-109,-83,-81,-153v21,-53,76,-93,132,-111r11,35v-37,12,-77,33,-94,83v48,-33,116,6,116,64xm140,-76v0,-41,-41,-47,-70,-26v-5,33,5,70,34,70v22,0,36,-17,36,-44","w":207},{"w":81},{"d":"87,-133v0,17,-14,31,-31,31v-17,0,-31,-13,-31,-30v0,-17,13,-32,30,-32v17,0,32,14,32,31xm47,12v0,-12,-28,-19,-23,-36v0,-18,13,-32,31,-32v61,0,36,102,-15,108r-18,-20v15,-4,25,-11,25,-20","w":113},{"d":"71,-130v-9,81,47,118,102,79r23,32v-20,16,-42,23,-70,23v-70,1,-112,-54,-112,-124v0,-105,96,-171,176,-116r-22,34v-51,-35,-105,3,-97,72"},{"d":"144,-128v26,8,56,27,56,62v0,44,-42,73,-97,73v-50,0,-89,-26,-89,-69v0,-27,18,-52,43,-61v-18,-7,-37,-29,-36,-54v0,-40,36,-67,87,-67v86,0,113,95,36,116xm137,-183v0,-17,-12,-25,-33,-25v-37,-1,-46,42,-11,54v19,15,44,-6,44,-29xm109,-28v36,0,48,-40,23,-57v-9,-6,-24,-13,-41,-19v-36,17,-29,76,18,76","w":214},{"d":"168,-184r-8,42v-19,32,-76,115,-86,201r-53,13v21,-86,51,-155,91,-214v-33,3,-70,0,-105,1r11,-43r150,0","w":175},{"d":"140,0r-114,0r0,-39r38,0r0,-93v-13,8,-27,15,-43,20r-12,-26r69,-50r33,0r0,149r29,0r0,39","w":152},{"d":"306,-99v0,63,-37,106,-81,106v-36,0,-41,-16,-42,-33v-26,38,-101,44,-101,-25v0,-80,80,-144,153,-99v-10,32,-15,65,-22,97v-6,28,-3,32,13,32v22,0,38,-32,38,-78v0,-57,-41,-95,-101,-95v-57,0,-106,55,-106,122v0,87,76,121,152,96r6,30v-100,33,-201,-19,-201,-126v0,-85,63,-155,149,-155v80,0,143,52,143,128xm194,-134v-50,-13,-73,40,-72,84v0,14,4,23,15,23v15,0,38,-16,44,-45","w":320},{"d":"143,-275r-97,330r-32,0r97,-330r32,0","w":156},{"d":"63,-117v1,67,9,129,57,150r-13,28v-101,-22,-123,-224,-53,-305v14,-15,32,-28,52,-37r13,28v-42,26,-57,68,-56,136","w":112},{"d":"101,56r-76,0r0,-320r76,0r0,33r-33,0r0,255r33,0r0,32","w":108},{"d":"91,-250v79,-2,106,21,106,77v0,60,-44,88,-121,81r0,92r-51,0r0,-250r66,0xm76,-133v39,2,65,-1,65,-39v0,-37,-28,-41,-65,-38r0,77"},{"d":"83,56r-76,0r0,-32r33,0r0,-255r-33,0r0,-33r76,0r0,320","w":108},{"d":"188,-92v0,80,-70,144,-136,166r-26,-30v39,-10,84,-47,95,-77v-53,24,-108,-17,-107,-73v0,-49,38,-84,88,-84v54,0,86,37,86,98xm103,-65v20,0,32,-15,32,-40v0,-30,-13,-48,-35,-48v-21,0,-33,17,-33,45v0,26,14,43,36,43","w":201},{"d":"81,-256r-10,176r-36,0r-11,-167xm83,-25v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":106},{"d":"81,-26v0,18,-14,32,-31,32v-18,0,-32,-14,-32,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32","w":99},{"d":"199,-79v0,46,-34,79,-87,84r0,29r-31,0r0,-29v-24,-2,-49,-10,-70,-22r19,-40v33,23,112,37,112,-14v0,-45,-93,-35,-110,-71v-25,-53,6,-111,65,-115r0,-26r31,0r0,26v25,3,49,11,67,24r-24,36v-23,-14,-39,-19,-58,-19v-21,0,-35,12,-35,29v0,22,38,28,58,34v41,12,63,37,63,74","w":210},{"d":"71,-120v0,67,31,97,86,79r0,-57r-38,0r-6,-41r97,0r0,120v-26,15,-54,22,-84,22v-71,1,-113,-53,-112,-126v0,-75,39,-129,113,-131v30,0,58,10,80,29r-27,31v-16,-13,-33,-19,-52,-19v-49,1,-57,40,-57,93","w":231},{"d":"271,-80r-257,0r0,-37r257,0r0,37","w":285},{"d":"346,-107r-39,0r-1,-96r-35,96r-25,0r-36,-96r0,96r-39,0r0,-148r52,0r35,97r35,-97r53,0r0,148xm139,-220r-43,0r0,113r-39,0r0,-113r-43,0r0,-35r125,0r0,35","w":367},{"d":"161,-250r-6,40r-79,0r0,58r63,0r0,41r-63,0r0,111r-51,0r0,-250r136,0","w":157},{"d":"184,-250r-8,42r-60,0r0,208r-51,0r0,-208r-61,0r0,-42r180,0","w":176},{"d":"114,-39v31,0,39,-15,39,-51r0,-160r51,0r0,168v0,24,1,29,-3,40v-6,20,-31,47,-85,47v-57,0,-93,-21,-92,-81r0,-174r52,0r0,164v-1,35,9,47,38,47","w":228},{"d":"261,-26v0,18,-14,32,-31,32v-18,0,-32,-14,-32,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32xm171,-26v0,18,-14,32,-31,32v-18,0,-32,-14,-32,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32xm81,-26v0,18,-14,32,-31,32v-18,0,-32,-14,-32,-32v0,-17,14,-32,31,-32v18,0,32,15,32,32","w":279},{"d":"151,-194v0,33,-20,46,-33,55v-26,18,-30,33,-27,59r-42,0v-7,-35,0,-57,30,-78v10,-7,24,-14,24,-29v1,-38,-60,-23,-68,-8r-22,-31v9,-9,32,-28,69,-28v37,0,69,22,69,60xm105,-25v0,17,-13,30,-30,30v-16,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v16,0,30,13,30,30","w":170},{"d":"68,-89v0,60,36,70,67,39r22,29v-15,16,-33,25,-62,25v-51,0,-81,-35,-81,-95v0,-85,81,-126,138,-77r-24,31v-33,-28,-60,-14,-60,48","w":163},{"d":"166,-25v0,61,-65,101,-141,89r-11,-36v47,16,101,-5,99,-47v-2,-46,-49,-45,-91,-29r11,-136r123,0r-7,41r-71,0r-5,50v52,-10,93,22,93,68","w":183},{"d":"-7,33v27,-21,34,-24,34,-76r0,-207r51,0r0,201v7,74,-25,88,-62,108","w":103},{"d":"40,12v-1,-13,-28,-18,-23,-37v0,-17,14,-31,31,-31v61,0,36,101,-15,108r-19,-20v16,-4,26,-11,26,-20","w":102},{"d":"76,-250v92,-8,132,41,132,126v0,75,-38,133,-122,124r-61,0r0,-250r51,0xm152,-120v1,-58,-12,-99,-76,-91r0,170v56,5,75,-13,76,-79","w":222},{"d":"276,0r-49,0r-11,-175v-13,60,-33,117,-49,175r-43,0r-46,-176v0,61,-7,118,-10,176r-50,0r23,-250r65,0r33,125v5,18,6,27,8,40v11,-56,29,-111,43,-165r64,0","w":294},{"d":"184,-95v8,68,-63,129,-115,82v-1,6,-2,8,-5,13r-43,0v8,-68,5,-182,1,-255r49,-12v3,29,3,63,1,93v49,-40,118,4,112,79xm101,-37v28,0,25,-22,29,-57v6,-50,-34,-70,-56,-40r0,85v6,6,14,12,27,12","w":198},{"d":"17,-162v41,-31,155,-49,142,39v3,40,-13,85,17,103r-26,29v-11,-5,-21,-13,-26,-22v-29,37,-111,21,-111,-38v0,-46,37,-65,99,-63v4,-54,-45,-35,-75,-14xm111,-41v-2,-12,4,-32,-2,-40v-33,0,-45,6,-45,28v0,29,33,31,47,12","w":184},{"d":"71,75r-46,0r0,-347r46,0r0,347","w":95},{"d":"171,0r-146,0r0,-250r143,0r-7,41r-85,0r0,58r71,0r0,41r-71,0r0,67r95,0r0,43","w":178},{"d":"80,-236v0,17,-14,30,-31,30v-17,0,-29,-13,-29,-29v0,-17,13,-30,30,-30v16,0,30,13,30,29xm2,53v16,-16,23,-25,23,-57r0,-173r48,-11v-10,95,32,243,-51,267","w":98},{"d":"114,-188v48,0,66,33,70,91v5,74,-50,121,-113,91v2,22,0,49,1,73r-47,12r0,-213v0,-24,0,-31,-3,-46r43,-8v2,6,3,11,3,17v8,-10,27,-17,46,-17xm132,-93v-2,-32,-2,-56,-28,-56v-12,0,-23,5,-32,14r0,90v30,22,64,11,60,-48","w":198},{"d":"5,-282v102,21,122,226,53,306v-14,16,-32,27,-53,36r-12,-28v41,-26,57,-68,56,-137v-1,-67,-8,-127,-56,-148","w":111},{"d":"185,-92v0,58,-34,96,-85,96v-53,0,-86,-37,-86,-95v0,-58,35,-97,86,-97v53,0,85,38,85,96xm132,-91v0,-51,-14,-62,-32,-62v-24,0,-33,24,-33,60v0,51,15,62,33,62v24,0,32,-24,32,-60","w":199},{"d":"61,-144v23,0,55,24,77,24v14,0,24,-13,32,-24r13,39v-8,15,-21,31,-45,31v-23,0,-56,-24,-77,-25v-14,0,-24,14,-32,25r-13,-39v8,-15,21,-31,45,-31","w":198},{"d":"212,-121r-198,0r0,-45r198,0r0,45xm212,-52r-198,0r0,-45r198,0r0,45","w":226},{"d":"130,56v-48,2,-83,1,-84,-52r0,-62v0,-22,-30,-25,-39,-25r0,-41v9,0,39,-3,39,-25v-2,-53,-4,-121,47,-115r37,0r0,42v-23,-3,-46,7,-41,23r0,58v1,35,-23,34,-36,38v15,1,36,4,36,37v0,39,-21,89,41,81r0,41","w":137},{"d":"300,-250r-61,252r-55,0r-22,-102v-7,-33,-11,-65,-12,-72v-3,29,-24,134,-33,174r-57,0r-60,-252r53,0v10,40,35,156,35,181v3,-41,25,-134,35,-181r56,0r23,112v5,23,10,66,10,66v6,-45,24,-130,35,-178r53,0","w":299},{"d":"84,-132v0,17,-14,30,-31,30v-17,0,-31,-13,-31,-30v0,-17,14,-32,31,-32v17,0,31,15,31,32xm84,-24v0,17,-14,30,-31,30v-17,0,-31,-13,-31,-30v0,-18,14,-33,31,-33v17,0,31,15,31,33","w":105},{"d":"78,0r-53,0r0,-250r53,0r0,250","w":102},{"d":"219,0r-66,0r-76,-131r0,131r-52,0r0,-250r52,0r0,114r71,-114r62,0r-80,116","w":211}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+243-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);})("3D^i=wxt.!Ns3U[umwI(%D%N:@xi^wNs:@)(.!BL^QH2p_tc|DWlmM%OzMn%.#A;mLIl%cW.mI]lmMYOpM`W:I&e.6HL66I!lXxlmM%Oz!B>MwBz:#6(zkZ]:#6(zkIXli-G%i&izXY&z(QV^@]gmMrwzwYWrLid^:[p6@^2xcYur_AVz6`lb(n=6It]%e4-Bi&izXY&xI&izXZ(z-^6QQ&izXY(xXNXx6$2BZicp:&I.LY+z#4N,ilde62cbLxO=D[t3U%c3e&+|MY2lkicbLY`UkZID#%)3bzx0|rBeM6Q!:p^.=lm,>AncX-[wL$+;K2WsgO&(_ti@V4]duHNGqY2=kiObw&[=wmt.U&L|!%s^c]L=#[O.#zN,Vtu.!p$pc]g._tg:cAq0LmVmiOs3MH$|_+V.D[t^!&n.@QL=@&wp@&ip[Osp@NW>Dmg=D^lbwQsmw[L=V)-^:x+^@]lbwxg=e--b@-smDQ_mUn2=@xnmD[g=c]$=Vxt=wIW^e-+^wN(3kW+|DOu3(W+3!m=piW+:QtNlIW+::t+3U-A")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":203,"face":{"font-family":"meta-bold","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-9 -283 346 81","underline-thickness":"7.2","underline-position":"-47.52","slope":"-11","stemh":"26","stemv":"29","unicode-range":"U+0020-U+2122"}}));

