/*
 * 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 (c) 1992 Monotype Corporation plc. All rights reserved.
 * 
 * Trademark:
 * Placard is a Trademark of the Monotype Corporation plc.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"66,-298r0,35v-15,1,-17,13,-16,29r14,0r0,33r-8,0r0,201r-39,0r0,-201r-8,0r0,-33r8,0v-1,-42,11,-62,49,-64","w":71,"k":{"o":4,"l":4,"k":-4,"e":4,"?":-8,".":6,",":4,"!":-6," ":-21}},{"d":"12,-296r38,0r1,166r33,-104r35,0r-35,100r35,134r-36,0r-33,-125r0,125r-38,0r0,-296","k":{"y":6,"o":12,"e":12}},{"d":"64,-31v6,0,15,-11,15,-16r0,-145v-10,-16,-27,-13,-27,13r0,130v0,10,3,18,12,18xm14,-174v-7,-47,39,-83,65,-46r0,-14r38,0r0,234r-38,0v-1,-5,2,-12,-1,-15v-21,33,-64,9,-64,-37r0,-122"},{"d":"118,-52v5,43,-39,70,-64,38r0,47r-39,0r0,-267r39,0r0,14v30,-39,64,4,64,49r0,119xm79,-184v2,-18,-19,-24,-25,-9r0,146v0,7,5,15,13,15v8,0,12,-4,12,-15r0,-137","k":{"z":-4,"y":6,"w":4,".":6,",":4}},{"d":"53,-49v-3,21,27,22,27,5r0,-150v-13,-14,-28,-10,-27,15r0,130xm14,-55v6,-66,-22,-181,40,-181v9,0,17,5,26,14r0,-73r38,0r0,295r-38,0v-1,-5,2,-14,-1,-17v-24,39,-69,10,-65,-38"},{"d":"31,-304r32,0r14,57r-17,0","w":119},{"d":"37,-44v33,1,26,56,5,67v-5,3,-23,18,-25,3v10,-5,15,-13,15,-25v-24,-5,-21,-45,5,-45xm14,-136v1,-13,10,-23,23,-23v12,0,24,9,23,23v0,12,-10,23,-23,23v-13,0,-23,-11,-23,-23","w":71},{"d":"13,-296r27,0r51,160r0,-160r40,0r0,296r-28,0r-51,-157r0,157r-39,0r0,-296","w":138},{"d":"86,-190v0,-30,14,-76,-29,-68r0,84v18,-1,29,-1,29,-16xm86,-116v0,-16,-12,-24,-29,-22r0,138r-43,0r0,-296v63,-3,115,-3,115,63v0,39,-1,70,-31,77v50,12,25,99,31,156r-43,0r0,-116","w":138,"k":{"y":4,"v":4,"u":4,"o":6,"e":6,"a":4,"Y":10,"W":6,"V":8,"U":4,"T":6,"Q":6,"O":4,"G":4,"C":4}},{"d":"86,-235v3,-20,-8,-24,-28,-23r0,132v49,7,23,-70,28,-109xm129,-230v-2,70,14,152,-71,140r0,90r-43,0r0,-296v64,-4,116,3,114,66","w":138,"k":{"o":6,"e":6,"a":4,"A":16,".":48,",":46}},{"d":"7,-295r42,0r16,196r19,-196r30,0r20,197r16,-197r41,0r-39,297r-33,0r-20,-197r-19,197r-33,0","w":195,"k":{"y":6,"u":6,"r":6,"o":12,"i":6,"e":12,"d":10,"a":10,"O":6,"G":6,"C":6,"A":20,";":16,":":16,".":27,"-":8,",":25}},{"w":63},{"d":"46,-51v1,-41,-2,-65,-36,-68r0,-29v35,-4,36,-23,36,-68v-1,-62,6,-88,66,-86r0,27v-40,-6,-36,26,-36,62v1,43,-8,68,-36,80v36,12,37,54,36,105v-1,28,7,38,36,36r0,28v-59,1,-67,-24,-66,-87","w":120},{"d":"14,-295r43,0r0,124r31,0r0,-124r42,0r0,295r-42,0r0,-133r-31,0r0,133r-43,0r0,-295","w":138},{"d":"9,-296r76,0r0,326r-76,0r0,-28r37,0r0,-270r-37,0r0,-28","w":97},{"d":"65,1v-34,0,-52,-25,-52,-60r0,-175r39,0r0,181v-1,10,5,21,14,20v9,0,14,-7,14,-21r0,-180r38,0r0,176v0,39,-17,59,-53,59"},{"d":"90,-243v0,-11,-5,-19,-15,-19v-10,0,-15,8,-15,23r0,176v0,16,2,28,15,28v10,0,15,-11,15,-24r0,-184xm75,-298v90,0,58,140,58,225v0,32,-7,53,-28,66v12,13,23,3,33,8r-18,32v-31,0,-44,-15,-57,-33v-34,-6,-45,-32,-46,-70r0,-159v0,-40,18,-69,58,-69","w":138,"k":{"Y":6,"V":4,"T":4,".":4}},{"d":"9,-234r38,0r20,82r19,-82r37,0r-38,113r38,121r-37,0r-20,-83r-18,83r-39,0r38,-121","k":{"o":8,"e":8,"d":8,"c":10}},{"d":"9,33v50,-87,47,-250,-1,-331r19,0v34,53,60,87,60,165v0,80,-24,109,-60,166r-18,0","w":97},{"d":"55,-237v-1,-26,-23,-29,-45,-17r0,-40v44,-12,86,2,83,48v-3,58,-49,101,-47,168r-8,0v-23,-62,4,-106,17,-159xm65,-22v0,11,-12,24,-23,23v-32,0,-28,-46,0,-46v11,0,23,11,23,23","w":97},{"d":"-2,45r0,-18r184,0r0,18r-184,0","w":180},{"d":"66,-203v-21,3,-11,42,-13,65r27,0v-3,-23,10,-63,-14,-65xm68,-236v60,-2,50,70,50,129r-64,0r0,61v0,9,4,14,13,14v17,1,13,-24,13,-41r38,0v5,44,-10,74,-50,74v-79,0,-53,-111,-53,-183v0,-34,19,-53,53,-54","k":{"z":-4,"y":6,"x":10,"v":4,".":6,",":4}},{"d":"8,-234r71,0r-32,207r31,0r0,27r-72,0r31,-205r-29,0r0,-29","w":82,"k":{"o":4,"e":4,"d":4,"c":6}},{"d":"84,-282r28,0r0,299r-28,0r0,-299","w":196},{"d":"73,1v-37,0,-59,-23,-59,-60r0,-236r43,0r0,241v0,12,4,18,13,18v13,0,15,-9,16,-23r0,-236r43,0r0,230v0,38,-19,66,-56,66","w":138,"k":{"A":4,".":6,",":4}},{"d":"64,-298v48,-1,62,36,57,88r-43,0v-2,-19,7,-50,-13,-51v-12,0,-12,10,-13,24v1,77,70,82,70,174v0,39,-20,64,-58,65v-48,1,-57,-39,-54,-90r43,0v2,19,-8,53,12,53v27,0,14,-67,2,-84v-21,-28,-57,-59,-57,-112v0,-40,16,-67,54,-67","k":{".":6,",":4}},{"d":"9,-296r42,0r16,117r14,-117r42,0r-35,153r0,143r-43,0r0,-141","k":{"v":10,"u":12,"q":18,"p":12,"o":18,"i":8,"e":18,"d":16,"a":16,"S":8,"O":10,"G":8,"C":8,"A":24,";":23,":":23,".":30,"-":27,",":27}},{"d":"13,-296r42,0r1,139r35,-139r41,0r-41,137r44,159r-44,0r-36,-154r0,154r-42,0r0,-296","w":138,"k":{"y":10,"w":8,"v":10,"u":10,"o":10,"e":10,"a":8,"O":8,"G":8,"C":8}},{"d":"64,-299r26,0r-51,332r-26,0","w":97},{"d":"74,-216v0,44,1,64,36,68r0,29v-80,2,15,175,-102,155r0,-28v40,6,37,-25,36,-62v-1,-43,8,-67,37,-79v-36,-13,-38,-53,-37,-105v2,-29,-7,-39,-36,-37r0,-27v58,-3,66,26,66,86","w":120},{"d":"8,-296r42,0r22,182r21,-182r43,0r-46,298r-38,0","w":138,"k":{"y":4,"u":6,"r":6,"o":12,"i":6,"e":12,"a":10,"Q":6,"O":4,"G":4,"C":4,"A":22,";":17,":":17,".":30,"-":16,",":28}},{"d":"7,-234r38,0r13,151r12,-151r38,0r-35,235r-30,0","w":112,"k":{"q":8,"o":8,"e":8,"d":8,"c":10,"a":6,".":18,",":16}},{"d":"8,-296r86,0r-41,259r40,0r0,37r-87,0r40,-258r-38,0r0,-38","w":97},{"d":"42,-121r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},{"d":"15,-22v0,-12,11,-23,23,-23v12,0,23,11,23,23v0,12,-11,23,-23,23v-12,0,-23,-11,-23,-23","w":71},{"d":"66,-265v-8,0,-16,7,-15,17r0,199v-1,9,6,17,14,17v11,-1,14,-7,15,-18r0,-198v1,-9,-6,-17,-14,-17xm66,1v-37,-1,-52,-19,-53,-57r0,-186v0,-35,17,-56,52,-56v37,-1,53,21,53,58r0,186v0,35,-17,55,-52,55"},{"d":"66,-266v-23,5,-13,48,-13,73v0,12,5,18,13,18v25,0,14,-49,14,-75v0,-9,-7,-14,-14,-16xm65,-141v-25,8,-9,61,-13,91v-1,11,5,20,15,18v27,-5,10,-60,14,-90v2,-12,-6,-19,-16,-19xm66,-298v54,-2,55,51,52,106v-1,19,-9,27,-25,33v39,9,26,66,26,110v0,32,-20,50,-53,50v-61,0,-53,-63,-52,-121v0,-24,8,-31,24,-39v-32,-8,-22,-53,-23,-90v-1,-31,20,-49,51,-49"},{"d":"77,-34v-1,42,-14,78,-57,63r0,-37v14,13,22,2,23,-15r-35,-211r37,0r14,151r11,-151r38,0","w":112,"k":{"o":8,"g":4,"e":7,"d":4,"c":8,"a":4,".":20,",":18}},{"d":"9,-234r37,0r15,148r18,-148r30,0r20,149r13,-149r37,0r-36,235r-29,0r-20,-148r-18,148r-30,0","w":183,"k":{"q":6,"o":6,"e":8,"d":6,"c":8,"a":6,".":27,",":20}},{"d":"66,-202v-9,0,-12,8,-13,18r0,131v1,10,3,20,13,20v10,1,13,-9,13,-19r0,-130v0,-10,-5,-20,-13,-20xm66,1v-74,-1,-47,-110,-51,-181v-2,-34,20,-56,51,-56v73,0,49,105,52,175v2,37,-16,62,-52,62","k":{"z":4,"y":4,"x":10,"v":4,".":6,",":4}},{"d":"79,-191v-6,-19,-27,-10,-27,9r0,116v1,9,5,16,13,17v7,0,15,-10,14,-17r0,-125xm14,-172v-6,-46,37,-86,65,-49r0,-13r38,0r0,201v9,63,-58,80,-103,53r13,-27v28,20,61,6,51,-29v-6,11,-13,19,-28,19v-57,0,-30,-99,-36,-155","k":{".":5}},{"d":"79,-184v2,-17,-26,-25,-26,-8r0,192r-39,0r0,-234r39,0v1,3,-1,9,1,11v26,-32,64,1,64,43r0,180r-39,0r0,-184","k":{"y":4,"v":4}},{"d":"19,-234r39,0r0,234r-39,0r0,-234xm59,-269v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":71},{"d":"24,-173r192,0r0,28r-192,0r0,-28xm24,-90r192,0r0,28r-192,0r0,-28","w":240},{"d":"57,-62v0,17,1,28,15,28v10,0,15,-8,15,-23r0,-186v0,-12,-5,-18,-16,-18v-9,0,-14,7,-14,23r0,176xm73,-298v39,0,57,28,57,69r0,163v0,41,-19,68,-59,68v-89,0,-51,-141,-57,-226v-3,-44,18,-74,59,-74","w":138,"k":{"Y":8,"X":8,"V":4,"T":4,"A":6,".":6,",":4}},{"d":"65,-298v64,0,61,86,43,138r-44,124r53,0r0,36r-106,0r68,-201v0,-20,11,-65,-14,-63v-20,1,-12,35,-14,58r-38,0v-3,-51,6,-92,52,-92"},{"d":"53,-206v3,-16,11,-40,25,-25r0,38v-18,-7,-25,5,-25,33r0,160r-39,0r0,-234r39,0r0,28","w":82,"k":{"s":4,"q":4,"p":4,"o":4,"n":-4,"m":-4,"l":4,"j":4,"g":4,"e":6,"d":4,"c":6,"a":4,";":14,":":14,".":16,"-":8,",":14}},{"d":"12,-133r78,0r0,33r-78,0r0,-33","w":97},{"d":"80,-194v-5,-13,-27,-9,-27,10r0,137v-2,21,27,18,27,4r0,-151xm15,-179v-2,-42,33,-76,65,-44r0,-11r38,0r0,267r-38,0r0,-46v-23,31,-65,6,-65,-34r0,-132"},{"d":"24,-166v-5,-28,-10,-57,-8,-92r37,0v2,35,-3,64,-9,92r-20,0","w":68},{"d":"36,-45v46,11,17,77,-16,78r-4,-8v12,-6,14,-10,16,-25v-27,-5,-20,-44,4,-45","w":71},{"d":"73,-298v47,0,62,38,57,90r-43,0v-1,-20,6,-54,-14,-53v-14,1,-18,10,-18,25r0,181v0,11,6,21,17,21v24,-1,12,-39,15,-62r43,0v4,56,-6,99,-59,98v-37,-1,-59,-26,-58,-65r0,-166v0,-42,20,-68,60,-69","w":138,"k":{".":10,",":8}},{"d":"58,-75r28,0r-14,-125xm54,-298r37,0r45,298r-42,0r-4,-39r-36,0r-4,39r-42,0","w":138,"k":{"y":12,"w":14,"v":16,"u":4,"p":4,"Y":24,"W":18,"V":22,"U":4,"T":10,"Q":8,"O":4,"G":4,"C":4}},{"d":"57,-36v16,1,30,-2,30,-17r0,-186v1,-17,-12,-22,-30,-20r0,223xm130,-63v0,37,-17,63,-56,63r-61,0r0,-296r57,0v93,4,60,144,60,233","w":138,"k":{"Y":10,"W":6,"V":8,"A":8,".":10,",":8}},{"d":"9,-1v8,-1,9,-5,10,-13r0,-220r38,0r0,225v0,26,-15,41,-45,41xm57,-270v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-12,9,-21,21,-21v12,0,21,9,21,21","w":71},{"d":"81,-179v2,-21,-19,-31,-29,-15r0,194r-39,0r0,-234r39,0r0,11v17,-19,48,-18,61,8v25,-41,74,-17,74,38r0,177r-38,0r0,-175v5,-29,-30,-38,-29,-11r0,186r-39,0r0,-179","w":195,"k":{"y":4}},{"d":"24,-211r192,81r0,25r-192,81r0,-30r155,-63r-155,-63r0,-31","w":240},{"d":"67,-236v45,0,54,41,50,90r-38,0v-1,-19,5,-55,-11,-56v-8,0,-12,8,-13,15r0,135v0,8,4,19,12,19v19,-3,12,-35,13,-56r38,0v3,48,-6,89,-49,90v-75,1,-47,-106,-51,-175v-2,-35,15,-62,49,-62","k":{"y":4,"l":4,".":6,",":4}},{"d":"40,-210v-5,26,20,35,20,12r0,-63v0,-11,-4,-16,-11,-16v-17,5,-5,47,-9,67xm49,-161v-44,0,-34,-57,-34,-100v0,-22,13,-39,35,-39v44,-1,33,58,34,102v1,22,-14,37,-35,37xm150,-10v-3,-25,9,-70,-11,-73v-17,3,-10,48,-10,70v0,12,1,23,11,23v9,0,11,-8,10,-20xm140,32v-44,0,-33,-52,-35,-94v0,-25,10,-43,34,-43v44,-1,34,55,35,98v1,23,-12,39,-34,39xm149,-296r27,0r-135,326r-27,0","w":183},{"d":"23,-273v23,-8,42,-19,67,-25r0,298r-38,0r0,-250r-29,11r0,-34"},{"d":"59,-236v39,0,49,31,47,75r-32,0v0,-16,1,-42,-12,-40v-25,10,-8,55,10,63v18,20,34,39,34,75v0,37,-14,64,-50,64v-39,1,-49,-33,-46,-76r34,0v1,16,-4,40,11,40v9,0,13,-8,13,-24v3,-55,-59,-60,-57,-118v1,-34,16,-59,48,-59","w":112,"k":{"w":5}},{"d":"15,-22v0,-14,10,-22,23,-23v12,0,23,11,23,23v1,11,-12,24,-23,23v-12,0,-24,-10,-23,-23xm37,-299v20,2,21,18,22,42v0,60,-8,111,-17,177r-9,0r-17,-156v-1,-27,0,-65,21,-63","w":71},{"d":"65,-299v51,0,53,46,53,99v0,23,-6,31,-20,41v31,9,20,59,20,95v0,43,-17,65,-52,65v-52,0,-57,-45,-54,-99r38,0v2,23,-8,64,15,64v24,0,12,-46,14,-71v3,-32,-7,-37,-38,-37r0,-31v41,4,40,-28,39,-66v-1,-15,-2,-26,-16,-26v-21,0,-12,36,-14,58r-38,0v-3,-51,6,-92,53,-92"},{"d":"10,-296r42,0r15,107r13,-107r42,0r-30,144r31,152r-42,0r-15,-114r-14,114r-43,0r31,-150","k":{"O":6,"G":6,"C":6}},{"w":63},{"d":"59,-249v-26,9,-13,47,0,62r0,-62xm73,-36v26,-11,14,-54,0,-71r0,71xm28,-167v-27,-36,-21,-113,31,-116r0,-15r14,0r0,15v37,4,51,30,48,73r-33,0v0,-20,0,-34,-15,-39r0,79v28,34,48,53,48,107v0,36,-18,56,-48,63r0,24r-14,0r0,-24v-38,-6,-48,-31,-47,-75r33,0v0,19,0,35,14,39v-3,-33,8,-80,-9,-99v-11,-12,-17,-24,-22,-32"},{"d":"74,-298v51,0,60,38,56,91r-42,0v-2,-21,7,-56,-15,-55v-9,0,-16,7,-16,16r0,196v-1,10,6,16,15,16v29,-4,10,-57,15,-86r-15,0r0,-37r58,0v-2,71,17,159,-60,159v-39,0,-55,-27,-56,-66r0,-163v0,-42,18,-71,60,-71","w":138,"k":{".":8,",":6}},{"d":"15,-173r56,0r15,-70r26,0r-15,70r70,0r15,-70r25,0r-15,70r33,0r0,25r-38,0r-13,61r51,0r0,25r-55,0r-15,70r-26,0r15,-70r-71,0r-14,70r-25,0r14,-70r-33,0r0,-25r39,0r12,-61r-51,0r0,-25xm91,-148r-12,61r70,0r13,-61r-71,0","w":240},{"d":"25,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0xm83,-166v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0"},{"d":"163,-126v23,0,35,-12,51,-26r0,30v-43,47,-95,6,-140,-5v-15,0,-33,8,-52,25r0,-30v18,-15,37,-23,54,-23v30,1,61,29,87,29","w":236},{"d":"74,33v-59,-64,-84,-209,-25,-294r24,-38r19,0v-49,89,-49,244,0,332r-18,0","w":97},{"d":"92,-243v0,-28,-25,-27,-25,-5v1,16,6,28,12,44v9,-10,13,-23,13,-39xm61,-128v-19,20,-20,112,18,90v3,-3,5,-8,7,-14xm127,-239v0,42,-14,54,-35,77v7,18,11,39,19,55v4,-17,6,-31,7,-46r31,0v-2,33,-11,68,-23,94r19,59r-40,0r-6,-17v-8,10,-22,19,-38,19v-42,0,-51,-32,-51,-84v0,-49,11,-63,35,-90v-19,-47,-28,-126,34,-126v33,0,48,24,48,59","w":153},{"d":"8,-296r102,0r0,38r-30,0r0,258r-43,0r0,-258r-29,0r0,-38","w":112,"k":{"z":6,"y":10,"w":8,"u":10,"s":14,"r":10,"o":16,"m":6,"l":4,"e":18,"c":18,"a":12,"Q":6,"O":6,"G":6,"C":6,"A":12,";":20,":":20,".":24,"-":14,",":22}},{"d":"69,-215v-14,36,-23,78,-36,115r36,0r0,-115xm68,-298r40,0r0,198r14,0r0,35r-14,0r0,65r-39,0r0,-65r-61,0r0,-40"},{"d":"20,-296r39,0r0,296r-39,0r0,-296","w":71,"k":{"y":4,"w":4}},{"d":"18,-296r43,0r0,278v-1,34,-15,52,-51,51r0,-42v6,-2,8,-6,8,-12r0,-275","w":71,"k":{"y":4,"u":4,"o":4,"e":4,"a":4,"A":4,";":4,":":4,".":6,",":4}},{"d":"216,-24r-192,-81r0,-25r192,-81r0,30r-155,64r155,63r0,30","w":240},{"d":"15,-296r77,0r0,28r-38,0r0,269r38,0r0,29r-77,0r0,-326","w":97},{"d":"9,-296r78,0r0,38r-35,0r0,88r32,0r0,37r-32,0r0,133r-43,0r0,-296","w":97,"k":{"r":12,"o":16,"l":14,"e":16,"a":12,"A":24,".":38,",":36}},{"d":"199,30v57,0,98,-20,123,-53r31,0v-26,45,-79,80,-155,78v-107,-3,-177,-52,-177,-158v0,-108,65,-180,173,-180v89,0,151,53,151,135v0,62,-38,128,-105,128v-25,0,-32,-7,-35,-29v-13,15,-29,29,-53,29v-42,0,-64,-35,-64,-79v0,-81,94,-155,144,-79r6,-27r31,0r-30,145v-1,7,7,11,12,11v41,-10,68,-49,68,-97v0,-71,-52,-111,-126,-111v-89,0,-147,62,-147,152v0,91,60,134,153,135xm180,-185v-40,0,-60,44,-60,88v0,28,12,51,39,51v40,0,63,-44,63,-88v0,-29,-13,-51,-42,-51","w":365},{"d":"21,-296r27,0r37,154r39,-154r27,0r13,296r-41,0r-2,-166r-31,133r-10,0r-30,-131r-3,164r-39,0","w":168},{"d":"18,-295r95,0v-5,108,-31,195,-44,295r-38,0r42,-259r-55,0r0,-36"},{"d":"73,-299v27,5,4,44,3,62v15,-14,26,-23,45,-26v9,-1,13,7,14,14v3,16,-33,18,-59,17v21,14,35,18,39,39v-3,23,-27,14,-32,-3r-11,-32v-9,26,-10,43,-28,49v-8,1,-16,-7,-16,-14v0,-21,24,-26,39,-40v-26,3,-60,0,-57,-16v7,-33,47,2,59,10v-7,-20,-23,-56,4,-60","w":138},{"d":"15,-136v0,-14,9,-23,23,-23v13,-1,23,11,23,23v0,11,-11,23,-23,23v-13,0,-23,-11,-23,-23xm15,-22v-1,-11,12,-24,23,-23v13,1,23,9,23,23v0,14,-9,23,-23,23v-13,1,-23,-11,-23,-23","w":71},{"d":"18,-279r39,0r0,45r10,0r0,33r-10,0r0,201r-39,0r0,-201r-9,0r0,-33r9,0r0,-45","w":71},{"d":"80,-140v0,-11,-3,-18,-14,-18v-10,0,-15,6,-15,19r0,88v0,10,5,18,15,18v8,0,15,-8,14,-17r0,-90xm65,-298v41,0,57,27,53,72r-38,0v1,-17,1,-40,-15,-38v-26,4,-10,56,-14,83v21,-27,71,-14,67,29v-6,66,19,153,-53,153v-35,0,-53,-22,-52,-59r0,-179v0,-37,16,-60,52,-61"},{"d":"24,-131r82,0r0,-82r28,0r0,82r82,0r0,28r-82,0r0,82r-28,0r0,-82r-82,0r0,-28","w":240},{"d":"78,-182v4,-19,-19,-27,-25,-11r0,193r-39,0r0,-296r39,0r0,72v27,-30,64,2,64,42r0,182r-39,0r0,-182","k":{"y":6}},{"d":"14,-296r43,0r0,259r36,0r0,37r-79,0r0,-296","w":97,"k":{"y":16,"w":14,"Y":14,"W":10,"V":12,"U":8,"T":10,"O":8,"G":8,"C":8}},{"d":"12,-295r93,0r0,37r-50,0r0,88r48,0r0,37r-48,0r0,96r52,0r0,37r-95,0r0,-295","w":112},{"d":"79,-152v1,-10,-6,-16,-15,-16v-10,0,-15,6,-16,19r-34,0r0,-147r101,0r0,35r-65,0r0,66v31,-28,71,1,68,45v-5,65,17,151,-53,151v-51,0,-55,-46,-52,-99r39,0v3,22,-10,63,13,64v9,0,14,-5,14,-16r0,-102"},{"d":"79,-183v2,-28,-26,-19,-26,-3r0,142v1,6,7,12,13,12v9,0,13,-7,13,-20r0,-131xm80,1v-15,2,-17,-8,-27,-16r0,15r-39,0r0,-296r39,0v1,26,-2,55,1,79v30,-42,69,-7,64,44v-6,64,21,165,-38,174","k":{"y":6,"w":8,"v":4,"l":4,".":6,",":4}},{"d":"88,-195v-1,-30,9,-70,-30,-64r0,83v18,2,30,-3,30,-19xm88,-56v-3,-34,17,-90,-30,-84r0,104v18,1,32,-2,30,-20xm131,-116v2,57,6,116,-52,116r-65,0r0,-295r54,0v56,-4,62,38,62,94v0,28,-10,36,-30,44v20,8,31,15,31,41","w":138,"k":{"U":4,"A":6,".":6,",":4}},{"d":"17,-296r43,0r0,296r-43,0r0,-296","w":71},{"d":"7,-299r26,0r51,332r-25,0","w":97},{"d":"66,-264v-8,0,-15,10,-14,18r0,92v-1,7,6,16,13,15v10,0,15,-8,15,-19r0,-90v0,-10,-4,-16,-14,-16xm67,1v-41,1,-59,-28,-54,-73v12,1,29,-2,39,1v1,19,-3,39,15,38v25,-6,8,-55,13,-82v-25,25,-67,12,-67,-25v0,-68,-20,-162,54,-159v37,2,52,26,52,64r0,171v1,39,-17,64,-52,65"}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+66-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);})("q0*>:$Kmag^kqczbZ$Y!C0C^8;K>*$^k8;s!agOt*NjDrMm5*$%E`0Oh,mn61Y`h@mEZZNYAqI^7*8|jNNK*6>Rv7N*;gzAk&WEnZ;^t:$3^IMs!i8}ti}KJO0|%($&z&8&E&>E`ZI#RrI#3O!K`CtA=sz+m:}=jgm*#II`X,t+;q;E&OIN5+3#JcW}Y0SCsqi&K,(+O6I1Ng8r*a:`Z@7hE523z$t=|XwD%kvR]!Mm>;HAn[bj^)yz`8W35itKR:0zmqcC5q6]|(I#D`W>5it#D:W>Ri$]z:$Zmac]t(gCk*5nt:SzRaS&^@Hmbagr=r5nvaMmv85hy,tZHZ>RkqIj=(M|`ZI#R*IY`ZI#R*IJ`ZI#R*IK`ZI#R*Is`ZI#R*Iz`ZI#R*gY`ZI#R*gO`ZI#R*2K`ZI#R*2O`ZI#R*2N`ZI#R*$Y`ZI#R*$K`ZI#R*IZ`ZI#R*IY`ZI#R*IJ`ZI#R*IK`ZI#R*Is`ZI#R*Iz`ZI#R*gY`ZI#R*gO`ZI#R*2K`ZI#R*2O`ZI#R*2N`ZI#R*$Y`ZI#R*$K`ZI#R*I`|sc^|itOz`H+=:0^2r8O|:;Aka0^MZ0nE:g1|qg*v`5hbaI]D,!Dwa6ztg;K:aN>Z(8J:aN>^q6h|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":127,"face":{"font-family":"Placard Condensed","font-weight":600,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 6 6 3 4 2 5 2 4","ascent":"288","descent":"-72","x-height":"1","bbox":"-2 -304 353 55.0816","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+007E"}}));
