/*
 * 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 © 2000, 2001 Adobe Systems Incorporated. All Rights Reserved. U.S.
 * Patent Des. 318,290 and 327,903.
 * 
 * Trademark:
 * Adobe Garamond is either a registered trademark or a trademark of Adobe Systems
 * Incorporated in the United States and/or other countries.
 * 
 * Full name:
 * AGaramondPro-Bold
 * 
 * Designer:
 * Robert Slimbach
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":520,"face":{"font-family":"Adobe Garamond Pro","font-weight":700,"font-stretch":"normal","units-per-em":"1000","panose-1":"2 2 7 2 6 5 6 2 4 3","ascent":"725","descent":"-275","x-height":"14","cap-height":"4","bbox":"-56 -750 1015.59 269","underline-thickness":"50","underline-position":"-50","stemh":"53","stemv":"130","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":240,"k":{"W":36,"V":36}},"\u00a0":{"w":240,"k":{"T":36,"Y":36}},"!":{"d":"127,-646v52,0,85,9,80,43r-58,398v-12,8,-32,8,-44,0r-58,-398v0,-34,28,-43,80,-43xm127,14v-40,0,-81,-32,-81,-81v0,-47,36,-83,81,-83v48,0,81,40,81,83v0,46,-33,81,-81,81","w":254},"\"":{"d":"136,-700v42,0,64,2,64,34v0,82,-32,180,-45,262v-11,8,-27,8,-38,0r-45,-262v0,-32,22,-34,64,-34xm336,-700v42,0,64,2,64,34v0,82,-32,180,-45,262v-11,8,-27,8,-38,0r-45,-262v0,-32,22,-34,64,-34","w":472},"#":{"d":"330,-396r-96,0r-40,147r97,0xm492,-396r-99,0r-40,147r88,0r-11,64r-94,0r-50,182r-60,0r48,-182r-97,0r-50,182r-59,0r48,-182r-98,0r11,-64r104,0r39,-147r-99,0r12,-65r104,0r43,-163r64,0r-44,163r95,0r43,-163r65,0r-44,163r90,0"},"$":{"d":"255,-406r21,-175v-59,4,-89,41,-89,87v0,38,24,65,68,88xm284,-253r-24,207v128,-10,129,-160,24,-207xm338,-703r-9,77v46,3,87,14,113,20v8,23,17,76,17,130v-5,9,-26,12,-34,3v-10,-33,-40,-89,-102,-105r-23,194v85,34,184,73,184,202v0,106,-87,178,-230,182r-11,93v-6,10,-42,10,-48,0r11,-95v-71,-4,-123,-24,-138,-38v-21,-18,-32,-81,-32,-143v7,-11,25,-13,34,-2v17,53,70,121,142,136r27,-225v-80,-33,-167,-77,-167,-181v-1,-100,80,-167,209,-172r9,-76v6,-10,42,-10,48,0"},"%":{"d":"663,12v-118,0,-161,-115,-161,-194v0,-80,43,-194,161,-194v118,0,161,114,161,194v0,79,-43,194,-161,194xm601,-183v0,54,8,155,64,155v55,0,60,-103,60,-155v0,-52,-5,-153,-60,-153v-56,0,-64,98,-64,153xm204,-252v-118,0,-161,-115,-161,-194v0,-80,43,-194,161,-194v118,0,161,114,161,194v0,79,-43,194,-161,194xm142,-447v0,54,8,155,64,155v55,0,60,-103,60,-155v0,-52,-5,-153,-60,-153v-56,0,-64,98,-64,153xm268,40v-18,4,-38,-7,-45,-24r370,-670v15,-2,40,7,45,24","w":866},"&":{"d":"629,14v-115,0,-121,-33,-157,-98v-55,52,-109,98,-202,98v-133,0,-214,-76,-214,-179v0,-116,103,-174,155,-196v-36,-28,-65,-72,-65,-120v0,-101,86,-159,167,-159v97,0,156,59,156,134v0,72,-63,102,-92,120v53,28,106,84,149,140v29,-48,67,-126,78,-176v3,-13,-28,-19,-45,-21v-9,-6,-8,-31,3,-35r238,-6v11,4,13,29,2,35v-106,13,-115,54,-169,134v-26,38,-53,74,-74,117v6,-4,0,4,19,29v34,46,61,105,148,105v36,0,75,-17,90,-27v8,3,14,16,12,25v-25,30,-93,80,-199,80xm445,-130v-41,-82,-125,-162,-189,-193v-5,0,-67,40,-67,120v0,85,62,136,135,136v75,0,121,-60,121,-63xm375,-520v0,-37,-19,-76,-60,-76v-34,0,-60,31,-60,73v0,71,69,105,77,107v10,-4,43,-46,43,-104","w":825},"(":{"d":"181,-270v0,145,41,317,149,414v0,9,-5,18,-17,19v-307,-174,-307,-692,0,-866v12,1,17,10,17,19v-108,97,-149,269,-149,414","w":340,"k":{"W":-24,"V":-24,"J":-72,"Y":-12}},")":{"d":"159,-270v0,-145,-41,-317,-149,-414v0,-9,5,-18,17,-19v307,174,307,692,0,866v-12,-1,-17,-10,-17,-19v108,-97,149,-269,149,-414","w":340},"*":{"d":"231,-539r124,-66v11,3,18,17,16,31r-114,80r113,78v3,12,-4,26,-14,31r-125,-64r-13,132v-6,5,-24,5,-31,0r-13,-132r-127,64v-10,-4,-16,-18,-13,-28r115,-81r-115,-81v-3,-10,3,-24,13,-29r127,65r13,-133v8,-5,24,-5,31,0","w":405},"+":{"d":"305,0r-88,0r0,-177r-157,0r0,-72r157,0r0,-159r88,0r0,159r156,0r0,72r-156,0r0,177"},",":{"d":"133,7v1,-77,-89,-43,-89,-110v0,-36,32,-65,72,-65v43,0,103,36,103,129v0,99,-78,155,-164,175v-18,-2,-22,-25,-11,-32v38,-14,89,-48,89,-97","w":260},"-":{"d":"45,-237r239,-22v18,19,19,60,1,81r-240,22v-19,-15,-19,-66,0,-81","w":328},"\u00ad":{"d":"45,-237r239,-22v18,19,19,60,1,81r-240,22v-19,-15,-19,-66,0,-81","w":328},".":{"d":"130,14v-40,0,-81,-32,-81,-81v0,-47,36,-83,81,-83v48,0,81,40,81,83v0,46,-33,81,-81,81","w":260},"\/":{"d":"319,-676r-209,692r-90,0r209,-692r90,0","w":339},"0":{"d":"260,-640v162,0,231,172,231,327v0,161,-69,327,-231,327v-162,0,-231,-166,-231,-327v0,-155,69,-327,231,-327xm175,-313v0,89,9,281,85,281v76,0,85,-192,85,-281v0,-89,-9,-281,-85,-281v-76,0,-85,192,-85,281"},"1":{"d":"330,-514r0,385v-6,103,26,91,96,97v9,6,8,31,-2,34v-71,-4,-251,-4,-320,0v-10,-3,-11,-28,-2,-34v69,-6,96,6,96,-97r0,-327v9,-92,-31,-84,-94,-93v-9,-5,-10,-29,-2,-35v62,-5,183,-46,217,-60v5,0,12,3,14,11v-2,23,-3,69,-3,119"},"2":{"d":"221,-103r121,0v73,0,85,-2,114,-55v7,-7,30,-7,34,6v-9,62,-32,131,-49,155r-299,-3v-52,0,-95,1,-112,3v-9,-2,-12,-13,-10,-22v87,-89,286,-242,286,-421v0,-69,-42,-122,-109,-122v-57,0,-97,37,-129,92v-12,8,-31,2,-33,-14v41,-101,133,-156,230,-156v117,0,189,76,189,170v0,78,-31,134,-151,247v-23,22,-108,98,-101,108v0,6,5,12,19,12"},"3":{"d":"87,-70v60,0,58,76,110,76v43,0,134,-57,134,-180v0,-89,-46,-153,-117,-153v-41,0,-74,19,-99,42v-20,-4,-32,-25,-23,-48v40,-15,121,-48,161,-81v18,-15,42,-45,42,-90v0,-37,-33,-73,-82,-73v-48,0,-93,38,-123,83v-14,4,-28,-7,-28,-19v40,-81,119,-127,209,-127v98,0,159,48,159,115v0,41,-17,82,-126,129v-11,5,-4,13,9,13v90,-3,168,59,168,155v0,72,-35,145,-115,204v-86,62,-177,80,-231,80v-54,0,-108,-20,-108,-71v0,-27,20,-55,60,-55"},"4":{"d":"277,-129v-2,-26,9,-64,-23,-57r-231,0v-12,-5,-15,-19,-11,-32r325,-464v15,-26,29,-25,62,-24v17,0,25,7,10,27r-300,416v-9,13,-10,21,22,21r123,0v21,0,23,-3,23,-29r0,-140v0,-23,6,-30,22,-36v26,-11,80,-31,97,-31v9,0,13,7,13,17r0,190v-7,52,54,21,89,29v15,8,15,47,0,56v-35,7,-96,-22,-89,29r0,28v-2,95,12,92,71,97v9,6,8,31,-2,34v-77,-4,-231,-4,-295,0v-10,-3,-11,-28,-2,-34v69,-7,103,8,96,-97"},"5":{"d":"165,-622r265,-32v8,0,11,5,11,12v-9,38,-30,79,-55,103r-226,25v-22,1,-23,32,-29,52v-7,23,7,27,27,29v53,6,146,20,204,49v56,28,106,84,106,167v0,197,-235,277,-415,282v-15,-7,-19,-38,-6,-47v140,0,293,-61,293,-180v0,-143,-150,-158,-250,-166v-32,-2,-36,-11,-30,-34r60,-230v7,-26,13,-26,45,-30"},"6":{"d":"29,-254v0,-241,210,-426,449,-439v11,6,13,23,3,35v-122,30,-175,71,-231,140v-53,66,-75,162,-75,255v0,106,35,231,110,231v60,0,76,-66,76,-113v0,-75,-32,-208,-137,-189v-6,-4,-8,-11,-7,-18v18,-21,65,-44,100,-44v124,0,180,93,180,189v0,131,-90,221,-229,221v-152,0,-239,-111,-239,-268"},"7":{"d":"49,-629v78,5,219,2,312,3v63,0,132,-1,145,-3v7,2,10,10,9,16v-25,37,-57,91,-99,165r-288,510v-17,3,-46,-9,-48,-31r263,-457v22,-39,33,-62,33,-79v0,-13,-14,-16,-29,-16r-212,0v-58,0,-68,7,-91,49v-8,9,-30,4,-34,-7v17,-49,30,-112,39,-150"},"8":{"d":"255,14v-117,0,-219,-53,-219,-162v0,-75,53,-126,132,-166v-62,-34,-106,-83,-106,-154v0,-98,81,-172,205,-172v113,0,193,61,193,156v0,71,-56,108,-109,138v75,38,134,91,134,187v0,94,-73,173,-230,173xm271,-32v44,0,83,-34,83,-94v0,-79,-55,-121,-138,-160v-82,70,-65,252,55,254xm348,-486v0,-138,-163,-140,-164,-15v0,47,34,89,116,124v31,-19,48,-61,48,-109"},"9":{"d":"162,-477v0,91,34,185,129,182v5,3,7,13,6,21v-17,18,-58,31,-99,31v-94,0,-170,-77,-170,-178v0,-128,98,-219,222,-219v153,0,238,118,238,257v0,121,-53,226,-138,304v-83,77,-216,136,-300,139v-12,-5,-13,-26,-4,-33v195,-48,296,-216,296,-400v0,-76,-22,-221,-106,-221v-47,0,-74,57,-74,117"},":":{"d":"130,14v-40,0,-81,-32,-81,-81v0,-47,36,-83,81,-83v48,0,81,40,81,83v0,46,-33,81,-81,81xm130,-230v-40,0,-81,-30,-81,-78v0,-49,36,-86,81,-86v48,0,81,40,81,86v0,45,-33,78,-81,78","w":260},";":{"d":"133,7v1,-77,-89,-43,-89,-110v0,-36,32,-65,72,-65v43,0,103,36,103,129v0,99,-78,155,-164,175v-18,-2,-22,-25,-11,-32v38,-14,89,-48,89,-97xm130,-230v-40,0,-81,-30,-81,-78v0,-49,36,-86,81,-86v48,0,81,40,81,86v0,45,-33,78,-81,78","w":260},"<":{"d":"66,-236r389,-178r0,83r-286,123r0,2r286,124r0,82r-389,-177r0,-59"},"=":{"d":"461,-106r-401,0r0,-72r401,0r0,72xm461,-250r-401,0r0,-72r401,0r0,72"},">":{"d":"66,-414r389,178r0,59r-389,177r0,-82r286,-124r0,-2r-286,-123r0,-83"},"?":{"d":"55,-321v0,-73,79,-92,137,-119v30,-13,48,-22,48,-36v0,-30,-39,-44,-145,-44v-19,0,-55,-19,-55,-64v0,-33,28,-62,70,-62v92,0,182,95,182,204v0,94,-68,109,-129,137v-49,22,-46,47,-31,97v-5,9,-26,14,-33,5v-18,-22,-44,-77,-44,-118xm131,14v-40,0,-81,-32,-81,-81v0,-47,36,-83,81,-83v48,0,81,40,81,83v0,46,-33,81,-81,81","w":332},"@":{"d":"441,-541v190,0,293,128,293,270v0,130,-96,230,-265,230v-58,0,-67,-20,-67,-28v0,-28,21,-61,30,-87r-2,-1v-51,62,-139,116,-181,116v-30,0,-44,-22,-44,-44v0,-19,19,-83,76,-156v45,-56,122,-124,197,-124v16,0,29,6,34,16r24,-45v24,-5,54,1,69,12v-12,30,-100,234,-113,267v-9,25,-7,34,14,34v81,0,175,-69,175,-188v0,-138,-107,-227,-240,-227v-185,0,-306,161,-306,335v0,109,61,266,279,266v76,0,122,-20,154,-33v10,4,15,23,9,32v-233,112,-537,22,-537,-266v0,-233,189,-379,401,-379xm459,-332v-67,18,-154,170,-150,217v0,10,4,14,10,14v60,0,157,-156,170,-206v-5,-13,-14,-25,-30,-25","w":769},"A":{"d":"324,-226r-112,0v-24,0,-27,1,-33,20v-14,48,-35,101,-44,152v-2,12,46,19,66,22v6,7,8,31,-2,36v-72,-4,-139,-3,-220,0v-11,-6,-10,-28,-3,-36v46,-5,69,-1,88,-53r152,-404v23,-63,42,-98,39,-127v48,-11,85,-60,87,-60v13,0,19,5,23,20v8,29,20,66,45,137r136,392v26,79,37,88,105,95v6,5,8,30,-1,36v-48,-2,-102,-4,-154,-4v-50,0,-89,2,-135,4v-11,-6,-13,-28,-2,-36v18,-2,64,-9,59,-22v-4,-27,-35,-117,-46,-154v-5,-16,-13,-18,-48,-18xm232,-279r87,0v23,0,28,-3,20,-29r-62,-186v-18,38,-48,130,-66,185v-9,27,-4,30,21,30","w":624,"k":{"a":-6,"c":6,"C":24,"d":6,"e":6,"g":-6,"G":24,"o":6,"O":24,"s":-6,"t":6,"T":70,"u":18,"U":48,"Y":62,"z":-6,"Q":24,"V":80,"W":92,"b":6,"p":12,"q":6,"v":42,"w":42}},"B":{"d":"296,-663v166,1,273,27,273,164v0,84,-71,118,-102,125v-18,4,-30,14,-6,19v79,17,147,69,147,166v0,257,-334,177,-574,192v-8,-6,-8,-33,0,-35v61,-15,80,-3,80,-112r0,-353v1,-121,-6,-111,-71,-121v-9,-5,-11,-35,4,-36v76,-5,149,-9,249,-9xm252,-565r0,165v0,26,1,28,53,28v86,0,118,-55,118,-115v0,-87,-54,-130,-123,-130v-47,0,-48,8,-48,52xm252,-287v0,107,-31,245,88,245v74,0,113,-57,113,-138v0,-87,-50,-148,-146,-148v-55,0,-55,1,-55,41","w":635,"k":{"h":12,"a":6,"o":-6,"u":12,"i":12,"r":6,"y":18,"l":12}},"C":{"d":"40,-322v0,-233,177,-354,398,-354v102,0,176,24,206,26v0,18,3,98,12,156v-4,12,-31,16,-38,7v-27,-93,-91,-143,-188,-143v-111,0,-230,95,-230,294v0,199,115,306,235,306v121,0,177,-87,204,-155v8,-8,32,-5,38,7v-7,74,-24,134,-38,157v-54,15,-125,37,-203,37v-218,-1,-396,-109,-396,-338","w":689,"k":{"a":12,"C":12,"G":12,"O":12,"u":18,"z":18,"Q":12,"i":12,"r":6,"y":24}},"D":{"d":"753,-340v0,223,-175,346,-432,346v-47,0,-97,-6,-133,-6v-48,0,-99,1,-156,3v-8,-6,-8,-30,0,-35v64,-12,82,1,82,-112r0,-354v0,-107,-3,-117,-67,-121v-10,-5,-10,-34,2,-35v155,-7,366,-26,501,24v131,48,203,165,203,290xm316,-617v-58,0,-59,8,-59,71r0,365v-5,101,18,141,103,141v173,0,232,-154,232,-290v0,-180,-95,-287,-276,-287","w":793,"k":{"a":6,"e":6,"o":12,"u":12,"V":36,"W":36,"i":12,"r":12,"h":18}},"E":{"d":"257,-575r0,175v-9,54,60,24,97,30v63,10,70,-28,79,-80v7,-8,32,-8,37,1v-4,63,-4,149,0,212v-5,9,-30,10,-37,1v-9,-51,-15,-81,-79,-81r-69,0v-27,0,-28,1,-28,31v0,68,-9,177,16,214v13,18,32,26,105,26v87,0,119,-4,176,-116v6,-12,33,-7,37,5v-4,52,-28,133,-42,160r-361,-3v-48,0,-97,1,-172,3v-8,-6,-8,-30,0,-35v70,-15,98,10,98,-112r0,-373v3,-108,-15,-98,-76,-111v-9,-6,-8,-29,2,-35r356,3v64,0,121,-1,134,-3v1,16,8,88,13,155v-4,11,-27,13,-37,4v-26,-76,-40,-107,-136,-110r-80,0v-33,0,-33,2,-33,39","w":593,"k":{"c":6,"d":6,"e":6,"g":6,"o":6,"t":18,"u":18,"Y":12,"z":6,"V":6,"W":12,"b":12,"p":18,"q":6,"v":30,"w":30,"i":6,"r":6,"y":36,"k":6,"l":6,"n":6,"f":12,"j":12,"m":6,"x":6}},"F":{"d":"257,-573r0,181v0,27,1,30,28,30r77,0v64,7,69,-28,79,-80v7,-9,31,-8,37,1v-4,62,-4,149,0,211v-6,9,-30,10,-37,1v-10,-51,-15,-80,-79,-80r-77,0v-27,0,-28,3,-28,30r0,135v-4,117,19,100,88,112v7,6,7,30,0,36v-62,-2,-111,-4,-159,-4v-46,0,-96,2,-156,4v-8,-6,-8,-30,0,-36v66,-12,84,3,84,-112r0,-372v1,-106,-11,-103,-71,-112v-9,-6,-9,-31,2,-35r351,3v64,0,121,-1,135,-3v0,17,0,89,2,156v-4,11,-26,12,-38,4v-23,-87,-30,-105,-127,-111r-78,0v-33,0,-33,2,-33,41","w":548,"k":{".":120,",":120,"a":32,"e":36,"o":36,"u":18,"i":22,"r":42,"y":18,"l":6,"A":42}},"G":{"d":"434,16v-219,0,-394,-124,-394,-337v0,-125,56,-235,176,-302v68,-37,149,-53,234,-53v111,0,166,24,198,24v3,30,4,100,14,161v-4,11,-31,12,-38,2v-32,-94,-95,-141,-188,-141v-159,0,-236,132,-236,290v0,143,49,228,114,272v48,32,100,38,137,38v57,0,69,-11,69,-76r0,-63v11,-74,-44,-63,-98,-73v-11,-6,-11,-29,0,-35v71,2,120,3,169,3v48,0,97,-1,131,-3v8,6,8,29,0,35v-43,7,-62,5,-59,73v2,41,-9,121,21,122v4,4,3,21,-3,24v-68,12,-155,39,-247,39","w":734,"k":{"a":6,"e":6,"o":6,"u":12,"i":12,"r":24,"y":12,"h":12,"l":6,"n":18}},"H":{"d":"507,-317r-208,0v-41,0,-42,1,-42,29r0,144v-3,114,16,103,83,112v8,6,8,28,0,34v-57,-2,-107,-2,-152,-2v-48,0,-98,0,-149,2v-8,-6,-8,-28,0,-34v64,-8,75,-3,75,-112r0,-372v2,-109,-11,-104,-75,-112v-8,-6,-8,-29,0,-35v49,2,101,3,149,3v45,0,95,-1,139,-3v8,6,8,29,0,35v-60,8,-70,5,-70,112r0,116v0,29,1,30,42,30r208,0v42,0,42,-1,42,-30r0,-116v2,-111,-13,-102,-78,-112v-8,-6,-8,-29,0,-35v55,2,104,3,152,3v49,0,95,-1,141,-3v8,6,8,29,0,35v-61,9,-72,6,-72,112r0,372v-2,109,13,101,76,112v8,6,8,28,0,34v-50,-2,-99,-2,-145,-2v-50,0,-99,0,-147,2v-8,-6,-8,-28,0,-34v62,-8,73,-4,73,-112r0,-144v0,-28,0,-29,-42,-29","w":806,"k":{"a":12,"e":18,"o":18,"u":24,"i":12,"y":24}},"I":{"d":"257,-514r0,368v-3,113,15,101,80,114v8,6,7,30,-1,36v-54,-2,-103,-4,-150,-4v-48,0,-98,2,-152,4v-8,-6,-8,-30,0,-36v64,-13,80,-1,80,-114r0,-368v3,-113,-15,-101,-80,-114v-8,-6,-8,-29,0,-35v54,2,104,3,152,3v47,0,97,-1,151,-3v8,6,8,29,0,35v-64,13,-80,1,-80,114","w":371,"k":{"a":12,"c":18,"d":18,"g":12,"o":24,"s":18,"t":24,"u":32,"z":6,"b":6,"p":32,"v":24,"w":18,"r":18,"y":6,"h":6,"k":6,"l":6,"n":12,"f":6,"m":12}},"J":{"d":"-2,90v29,-2,70,50,95,50v23,0,28,-47,32,-82v13,-114,6,-416,9,-572v2,-119,-21,-100,-90,-114v-8,-6,-8,-29,0,-35v64,2,114,3,161,3v48,0,98,-1,150,-3v8,6,8,29,0,35v-62,13,-78,3,-78,114v0,181,22,417,-23,555v-29,90,-107,155,-234,160v-28,1,-76,-6,-76,-40v0,-28,21,-69,54,-71","w":383,"k":{"a":24,"e":24,"o":24,"u":36,"i":18,"y":6}},"K":{"d":"257,-516r0,122v0,33,6,37,18,37v21,0,61,-38,77,-58v61,-77,113,-127,147,-196v2,-11,-27,-16,-40,-17v-11,-7,-9,-31,4,-35v51,2,88,3,124,3v37,0,81,-1,121,-3v12,4,13,27,5,35v-131,16,-135,41,-234,146v-20,21,-49,48,-59,75v0,5,6,17,36,62v50,75,109,171,177,261v36,47,55,43,106,52v6,9,6,30,-3,35v-50,-2,-98,-3,-144,-3v-51,0,-101,1,-157,3v-13,-4,-13,-29,-2,-35v23,-6,54,-5,34,-36r-111,-170v-36,-55,-53,-79,-75,-79v-23,0,-24,14,-24,68r0,105v-2,112,14,102,79,112v8,7,8,29,0,35v-53,-2,-103,-3,-151,-3v-45,0,-97,1,-150,3v-8,-6,-8,-29,0,-35v64,-10,79,0,79,-112r0,-372v2,-112,-14,-102,-79,-112v-11,-6,-11,-29,0,-35v50,2,100,3,150,3v48,0,98,-1,151,-3v9,6,9,29,0,35v-64,10,-79,0,-79,112","w":715,"k":{"a":-6,"C":42,"e":6,"G":42,"o":18,"O":42,"u":24,"Q":42,"w":56,"i":-6,"r":-6,"y":32,"h":-6}},"L":{"d":"257,-516r0,350v0,47,4,79,17,95v13,17,31,25,104,25v91,0,119,-3,178,-119v8,-10,31,-6,38,6v-5,52,-29,135,-43,162r-365,-3v-46,0,-96,1,-158,3v-9,-6,-11,-29,-3,-35v69,-11,89,6,89,-112r0,-372v2,-112,-14,-102,-80,-112v-10,-6,-10,-29,2,-35v52,2,102,3,150,3v48,0,98,-1,148,-3v8,6,8,29,0,35v-63,10,-77,2,-77,112","w":585,"k":{"C":30,"G":30,"O":30,"T":106,"u":6,"U":36,"Y":70,"Q":30,"V":90,"W":110,"w":48,"y":46,"j":12,"A":-12}},"M":{"d":"118,-545v1,-68,-33,-75,-84,-83v-8,-8,-8,-32,3,-35v34,2,77,3,126,3v33,0,62,0,98,-3v2,96,104,256,145,358v8,20,40,77,54,102v58,-120,166,-326,199,-460v89,6,138,3,222,0v11,6,11,25,3,35v-51,9,-90,10,-90,77v0,206,2,314,8,440v2,46,6,70,45,75r32,4v8,8,8,31,-2,35v-46,-2,-89,-3,-138,-3v-45,0,-100,1,-148,3v-12,-5,-13,-28,-3,-35v56,-7,76,-5,76,-83r-2,-374r-2,0v-74,160,-154,327,-220,496v-10,10,-34,8,-46,1v-41,-123,-155,-371,-216,-497v-4,65,-6,104,-7,156v-1,65,-2,165,-2,225v0,70,33,68,85,76v8,7,6,30,-2,35v-37,-2,-80,-3,-118,-3v-32,0,-73,1,-113,3v-20,-11,-9,-44,14,-38v51,-9,54,-15,60,-77v5,-49,10,-136,16,-231v4,-67,7,-148,7,-202","w":908,"k":{"j":18,"a":12,"e":24,"o":24,"u":36,"i":12,"y":30,"n":6}},"N":{"d":"667,-592v-31,128,-12,421,-13,583v-7,12,-35,23,-59,23v-71,-102,-224,-285,-312,-395v-58,-71,-91,-113,-109,-128v-11,63,-5,181,-5,258v0,81,4,156,15,183v12,29,51,31,86,36v8,8,6,29,0,35v-54,-2,-94,-3,-134,-3v-37,0,-74,1,-112,3v-6,-6,-8,-27,0,-35v31,-5,65,-10,72,-36v25,-88,14,-310,14,-437v0,-55,-3,-70,-7,-85v-7,-23,-48,-35,-85,-38v-7,-8,-6,-32,4,-35v47,2,97,3,138,3v34,0,63,-1,84,-3v7,55,177,240,249,327v43,53,73,87,96,110v9,-94,10,-299,-11,-366v-9,-29,-50,-31,-85,-36v-8,-8,-6,-29,0,-35v54,2,93,3,134,3v37,0,73,-1,112,-3v6,6,8,27,0,35v-32,5,-65,9,-72,36","w":748,"k":{"a":30,"e":30,"o":30,"u":30,"i":24,"y":30}},"O":{"d":"397,-676v208,0,351,140,351,343v0,218,-146,349,-361,349v-201,0,-347,-132,-347,-341v0,-198,148,-351,357,-351xm588,-320v0,-171,-75,-310,-199,-310v-123,0,-189,115,-189,282v0,122,43,318,206,318v131,0,182,-128,182,-290","w":788,"k":{"a":6,"c":6,"d":6,"e":6,"g":6,"o":6,"s":6,"t":6,"T":30,"u":6,"Y":60,"z":6,"V":24,"W":52,"b":6,"p":6,"q":6,"i":6,"r":6,"y":-6,"h":12,"k":6,"l":6,"n":6,"f":6,"j":6,"m":6,"x":-6,"A":30,"X":30}},"P":{"d":"114,-144r0,-354v2,-123,-7,-113,-75,-122v-9,-5,-9,-27,2,-34v111,-8,330,-19,414,17v60,25,122,76,122,173v0,164,-165,188,-218,188v-12,0,-21,0,-32,-1v-8,-5,-10,-21,-3,-27v83,-26,100,-85,100,-159v0,-74,-38,-154,-128,-154v-37,0,-39,11,-39,51r0,422v-3,114,17,101,83,113v11,5,11,27,0,33v-56,-2,-105,-2,-153,-2v-48,0,-96,0,-150,2v-11,-6,-13,-28,-2,-33v63,-13,79,-1,79,-113","w":601,"k":{"h":12,"H":6,".":180,",":180,"a":48,"e":60,"o":60,"s":36,"t":18,"u":30,"i":12,"r":30,"y":6,"l":6,"n":30,"A":94,"E":18,"I":6}},"Q":{"d":"397,-676v208,0,351,139,351,344v0,162,-81,274,-209,323v-8,3,-4,11,9,23v85,74,157,153,292,152v14,0,30,-3,43,-8v9,4,12,16,9,24v-37,26,-94,37,-143,37v-144,0,-268,-76,-361,-172v-19,-20,-29,-32,-53,-34v-164,-14,-295,-142,-295,-338v0,-198,148,-351,357,-351xm389,-630v-123,0,-189,115,-189,282v0,122,43,319,206,319v131,0,182,-129,182,-291v0,-171,-75,-310,-199,-310","w":788,"k":{"X":12,"W":30,"V":18,"a":6,"T":24,"u":6,"U":24,"Y":24,"A":24}},"R":{"d":"293,-663v169,0,284,50,284,184v0,89,-60,127,-106,150v-10,5,-10,11,-5,22v66,134,107,209,155,250v26,21,52,27,67,28v9,5,9,20,4,26v-16,7,-48,9,-79,9v-92,0,-150,-33,-194,-105v-32,-53,-55,-102,-78,-155v-12,-27,-28,-35,-53,-35v-35,0,-37,2,-37,22r0,123v-3,110,15,99,78,112v7,5,7,30,0,36v-53,-2,-99,-4,-147,-4v-50,0,-94,2,-146,4v-8,-6,-8,-31,0,-36v62,-13,78,-2,78,-112r0,-354v1,-119,-6,-111,-71,-121v-10,-5,-10,-30,2,-35v75,-5,153,-9,248,-9xm251,-566r0,195v0,35,3,38,62,38v36,0,57,-9,76,-28v17,-17,36,-49,36,-108v0,-90,-53,-148,-131,-148v-41,0,-43,3,-43,51","w":664,"k":{"a":-6,"C":30,"e":12,"G":30,"o":12,"O":30,"T":52,"u":12,"U":36,"Y":38,"Q":30,"V":54,"W":56,"y":30}},"S":{"d":"477,-187v0,123,-101,203,-252,203v-92,0,-149,-26,-170,-38v-19,-22,-32,-94,-32,-162v7,-13,30,-14,38,-3v20,65,87,157,172,157v74,0,108,-51,108,-101v0,-81,-76,-129,-136,-159v-72,-36,-151,-96,-151,-195v-1,-113,87,-191,232,-191v43,0,105,14,148,24v8,22,18,76,18,143v-5,12,-30,13,-39,3v-17,-51,-60,-124,-132,-124v-66,0,-102,43,-102,93v-1,73,96,118,157,149v62,32,141,91,141,201","w":506,"k":{"a":12,"e":12,"o":6,"t":24,"u":18,"p":24,"q":6,"w":30,"i":12,"y":6,"h":12,"k":18,"l":18,"n":24,"j":12,"m":24}},"T":{"d":"255,-144r0,-441v9,-48,-52,-29,-86,-29v-73,0,-94,40,-124,113v-12,6,-31,4,-37,-9v21,-69,26,-131,33,-170v8,-6,20,-7,28,-1v5,17,8,21,84,21r372,0v66,0,81,-1,90,-22v8,-6,24,-2,28,4v-10,34,-17,115,-15,172v-5,9,-32,11,-37,3v-17,-64,-31,-111,-106,-111v-35,0,-87,-20,-87,29r0,441v-4,119,20,101,91,112v7,6,7,30,0,36v-65,-2,-115,-4,-160,-4v-48,0,-100,2,-170,4v-8,-6,-8,-30,0,-36v72,-11,96,10,96,-112","w":645,"k":{"a":110,"C":36,"e":120,"G":36,"o":120,"O":36,"s":100,"T":-12,"u":124,"Y":-18,"z":70,"Q":36,"V":-6,"W":-6,"w":120,"i":32,"r":107,"y":100,"m":107,"A":77,"X":-18,",":120,".":120,"S":12,":":80,"\u00ad":100,";":80}},"U":{"d":"183,-40v-98,-74,-74,-302,-74,-476v0,-110,-14,-99,-76,-113v-8,-6,-9,-28,2,-34v48,2,98,3,146,3v49,0,98,-1,146,-3v8,6,8,28,0,34v-62,11,-75,4,-75,113r0,231v0,117,13,246,165,246v169,0,167,-190,167,-370v0,-81,-4,-157,-15,-183v-11,-28,-51,-30,-85,-37v-8,-8,-6,-28,0,-34v54,2,93,3,134,3v37,0,74,-1,112,-3v6,6,8,26,0,34v-30,7,-61,11,-72,37v-17,42,-15,207,-15,295v0,94,-8,181,-64,241v-83,90,-290,96,-396,16","w":740,"k":{"d":30,"g":24,"s":30,"t":30,"z":18,"b":6,"p":36,"i":18,"r":42,"h":6,"k":6,"l":6,"n":42,"f":12,"m":42,"x":18,"A":66}},"V":{"d":"610,-589v-78,131,-203,462,-257,597v-13,9,-50,12,-62,0v-11,-27,-28,-80,-42,-114r-162,-407v-49,-122,-40,-93,-115,-116v-8,-11,-5,-29,4,-34v51,1,84,3,136,3v46,0,89,-1,150,-3v8,6,7,25,1,34v-18,4,-57,8,-55,25v34,105,116,302,159,412v46,-100,117,-284,148,-377v12,-37,27,-40,-17,-53r-29,-7v-8,-8,-8,-29,4,-34v47,2,85,3,123,3v34,0,64,-1,93,-3v8,4,9,28,2,34v-36,6,-65,12,-81,40","w":642,"k":{"}":-42,"]":-42,"Q":24,";":45,":":18,".":120,"-":60,",":120,")":-42,"a":92,"C":24,"e":92,"G":24,"o":92,"O":24,"u":92,"r":90,"y":62,"A":75}},"W":{"d":"1011,-628v-25,5,-62,14,-71,29v-10,17,-28,48,-55,111v-49,117,-162,366,-211,496v-12,9,-47,12,-60,0r-116,-260r-123,265v-10,9,-46,12,-59,0v-16,-42,-56,-132,-90,-207r-164,-358v-32,-72,-37,-64,-91,-76v-8,-10,-7,-30,4,-35v69,4,178,4,251,0v14,10,9,44,-16,38v-18,3,-25,8,-25,15v39,103,151,347,201,452v17,-33,74,-115,74,-170v0,-6,-2,-17,-6,-27r-96,-211v-25,-54,-32,-58,-78,-62v-10,-8,-8,-31,3,-35v70,4,182,4,241,0v17,10,9,44,-13,39v-31,4,-29,18,-18,44r58,130v18,-37,61,-128,66,-157v1,-14,-36,-16,-50,-21v-7,-7,-6,-30,3,-35v58,4,147,4,200,0v8,5,10,29,1,36v-58,14,-62,3,-104,77v-35,61,-65,111,-84,165v19,60,85,184,99,224r143,-362v7,-17,27,-74,27,-85v1,-12,-29,-16,-41,-20v-8,-9,-6,-30,3,-35v63,4,135,4,194,0v9,5,10,27,3,35","w":960,"k":{"}":-42,"]":-48,"Q":24,";":60,":":60,".":120,"-":40,",":120,")":-42,"a":92,"C":24,"e":92,"G":24,"o":100,"O":24,"T":-12,"u":84,"i":10,"r":92,"y":80,"A":117}},"X":{"d":"-12,-30v74,-5,102,-36,139,-87v28,-39,83,-111,124,-176v20,-31,21,-28,-2,-63r-143,-215v-25,-37,-54,-49,-106,-57v-9,-8,-9,-29,1,-35v58,4,261,4,308,0v11,5,11,27,4,35v-17,3,-54,8,-56,19v20,62,70,123,104,177v37,-56,70,-97,99,-151v16,-29,22,-35,-9,-40r-32,-5v-8,-7,-8,-30,3,-35v57,4,174,4,231,0v10,5,11,26,4,35v-37,5,-64,3,-89,29v-54,57,-124,137,-169,215v0,5,4,16,14,31r160,245v44,65,64,69,129,76v7,7,7,27,-3,34v-73,-4,-241,-4,-324,0v-9,-4,-13,-29,-3,-34v19,-2,67,-7,64,-17v-11,-44,-105,-179,-131,-217v-39,57,-80,130,-117,191v-25,42,13,38,49,43v9,7,8,30,-3,34v-44,-2,-95,-2,-137,-2v-33,0,-75,0,-105,2v-10,-5,-13,-26,-4,-32","w":665,"k":{"Q":24,"C":24,"e":6,"G":24,"O":24,"u":24,"y":18}},"Y":{"d":"403,-343v-36,60,-36,111,-36,199v0,119,20,101,91,112v7,6,7,30,0,36v-65,-2,-114,-4,-162,-4v-48,0,-98,2,-157,4v-8,-6,-8,-30,0,-36v66,-12,88,3,85,-112v-2,-76,5,-104,-27,-169r-119,-246v-23,-55,-43,-62,-98,-69v-9,-8,-8,-32,4,-35v74,4,219,4,287,0v9,4,11,27,2,35v-14,3,-55,12,-58,17v22,74,85,200,119,275v29,-49,57,-107,84,-158v38,-71,52,-104,52,-116v0,-6,-10,-10,-34,-14r-23,-4v-8,-5,-9,-30,1,-35v71,4,146,4,210,0v12,4,12,28,4,35v-29,6,-56,9,-74,29v-22,24,-112,191,-151,256","w":575,"k":{"a":68,"C":12,"e":90,"G":12,"o":92,"O":12,"t":52,"T":-12,"u":80,"Y":-18,"Q":12,"V":-12,"W":-12,"q":100,"v":50,"l":-12,"A":18,"X":-12,",":80,".":80,":":60,"\u00ad":74,";":37,"}":-42,"]":-48,")":-48}},"Z":{"d":"394,-608v-25,-12,-103,-6,-142,-6v-116,0,-137,31,-171,115v-13,8,-35,4,-41,-7v19,-70,29,-124,39,-177v4,-4,18,-4,26,-1v6,20,11,24,85,24r286,0v69,0,100,-1,117,-3v5,3,7,9,6,15v-31,29,-200,289,-259,383v-101,157,-126,194,-126,206v1,17,136,12,185,13v98,0,132,-13,187,-126v12,-8,32,-4,39,7v-6,55,-28,143,-44,168r-461,-3v-53,0,-85,1,-101,3v-7,-3,-10,-11,-8,-17v15,-17,62,-89,92,-134r197,-300v22,-38,77,-113,94,-160","w":614,"k":{"a":6,"C":30,"e":6,"G":30,"o":12,"O":30,"u":6,"Q":30,"w":36,"i":12,"y":36,"A":-12}},"[":{"d":"121,152r0,-840v43,-2,167,-1,188,3v8,4,8,27,1,31v-98,23,-107,-24,-107,171r0,430v-1,196,8,148,107,171v7,4,7,27,-1,31v-21,4,-146,5,-188,3","w":340,"k":{"J":-36}},"\\":{"d":"110,-676r191,692r-90,0r-191,-692r90,0","w":321},"]":{"d":"219,-688r0,840v-43,2,-167,1,-188,-3v-8,-4,-8,-27,-1,-31v98,-23,107,24,107,-171r0,-430v1,-196,-8,-148,-107,-171v-7,-4,-7,-27,1,-31v21,-4,146,-5,188,-3","w":340},"^":{"d":"461,-244r-89,0r-111,-263r-111,263r-90,0r167,-382r68,0"},"_":{"d":"500,75r0,50r-500,0r0,-50r500,0","w":500},"a":{"d":"250,-29v-30,11,-57,43,-106,43v-58,0,-112,-35,-112,-105v0,-51,31,-82,104,-104v38,-12,66,-21,94,-28v32,-8,26,-25,26,-54v0,-38,-15,-86,-58,-86v-24,0,-47,14,-52,57v-4,42,-56,55,-89,55v-17,0,-23,-11,-23,-25v0,-26,24,-58,48,-77v34,-27,97,-61,168,-61v84,0,133,42,128,145r-7,132v-4,68,25,86,45,86v12,0,22,-3,38,-12v9,2,15,14,12,23v-12,16,-59,54,-116,54v-35,0,-57,-12,-84,-35v-7,-6,-11,-8,-16,-8xm211,-51v53,0,34,-67,40,-112v1,-16,0,-19,-7,-18v-45,6,-84,23,-84,70v0,32,23,60,51,60","w":443},"b":{"d":"255,14v-64,1,-100,-20,-138,-27v-18,-3,-37,27,-54,8v2,-13,3,-47,3,-99r0,-452v4,-52,-10,-58,-37,-73v-7,-6,-7,-24,0,-30v43,-10,103,-34,154,-56v6,0,13,2,17,7v-6,78,-3,204,-4,297v0,17,5,23,12,25v26,-14,63,-28,106,-28v113,0,187,86,187,200v0,145,-102,228,-246,228xm245,-351v-40,0,-50,8,-49,57v3,110,-25,262,79,262v65,0,88,-71,88,-151v0,-100,-49,-168,-118,-168","w":532,"k":{"w":10,"v":10,"y":6}},"c":{"d":"281,-414v56,0,132,-1,126,69v-2,38,-15,70,-42,52v-28,-40,-67,-75,-103,-75v-65,0,-100,74,-100,143v0,79,51,159,143,159v37,0,67,-12,89,-49v12,-1,26,6,26,22v-22,50,-82,107,-177,107v-126,0,-212,-84,-212,-202v0,-142,115,-226,250,-226","w":416},"d":{"d":"466,-562r0,398v1,127,0,126,66,109v11,9,11,34,1,43v-99,6,-177,36,-180,36v-20,0,-17,-26,-14,-45v-1,-8,-5,-11,-9,-8v-35,22,-71,43,-108,43v-114,0,-191,-89,-191,-197v0,-160,132,-254,295,-226v7,-3,10,-11,10,-19r0,-128v4,-52,-10,-57,-37,-73v-9,-5,-7,-24,0,-30v43,-10,104,-34,153,-56v7,0,13,2,17,7v-2,41,-3,83,-3,146xm283,-53v28,-1,53,-12,53,-50r0,-194v1,-45,-31,-71,-64,-71v-51,0,-101,53,-101,158v0,66,30,157,112,157","w":537},"e":{"d":"372,-237r-192,0v-23,0,-25,2,-25,18v0,75,48,148,141,148v28,0,66,-6,93,-52v11,-2,26,6,26,23v-41,85,-115,114,-175,114v-135,0,-208,-95,-208,-204v0,-126,91,-224,216,-224v104,0,160,67,160,144v0,19,-5,33,-36,33xm209,-281v38,0,86,10,85,-32v0,-33,-19,-55,-53,-55v-42,0,-78,40,-78,72v0,14,14,15,46,15","w":420,"k":{"y":5}},"f":{"d":"84,-421v7,-150,49,-294,224,-294v58,0,117,30,117,82v0,52,-73,69,-98,36v-42,-56,-59,-66,-71,-66v-26,0,-42,29,-42,122r0,113v0,27,1,28,26,28r95,0v13,11,7,46,-6,54r-89,0v-25,0,-26,1,-26,28r0,202v-3,93,14,79,70,86v8,6,8,26,-1,32v-47,-2,-89,-2,-136,-2v-45,0,-87,0,-118,2v-14,-12,-6,-40,15,-34v36,-4,40,-12,40,-84r0,-202v7,-43,-32,-23,-62,-28v-6,-4,-9,-23,-3,-27v20,-15,64,-20,65,-48","w":311,"k":{"'":-78,"}":-96,"]":-108,")":-114,"\"":-90}},"g":{"d":"480,74v2,125,-139,195,-265,195v-144,0,-196,-66,-196,-128v-1,-46,59,-64,81,-81v11,-8,9,-12,1,-14v-42,-14,-76,-59,-55,-101v28,-18,58,-41,64,-47v9,-7,13,-13,8,-22v-50,-20,-85,-68,-85,-129v0,-83,65,-161,195,-161v59,0,112,17,149,37r115,0v17,14,9,55,-6,65r-74,0v14,111,-29,210,-202,210v-30,0,-57,-8,-58,21v0,22,21,36,51,36v122,0,275,-29,277,119xm163,-270v0,139,126,180,126,21v0,-81,-29,-119,-65,-119v-31,0,-61,30,-61,98xm277,56v-59,1,-137,-11,-137,48v0,68,51,112,130,112v63,0,105,-31,105,-79v0,-58,-43,-81,-98,-81","w":479},"h":{"d":"274,-341v-45,0,-64,14,-64,61r0,179v-1,67,7,63,45,69v8,6,8,29,-1,35v-59,-4,-165,-4,-228,0v-9,-6,-9,-29,-1,-35v47,-5,55,-2,55,-84r0,-440v4,-52,-10,-58,-37,-73v-7,-6,-7,-24,0,-30v42,-10,100,-34,153,-56v6,0,13,2,17,7r-3,330v0,9,2,12,7,12v32,-15,71,-48,131,-48v84,0,126,57,126,126r0,172v-1,80,8,79,56,84v8,6,8,29,-1,35v-53,-4,-178,-4,-229,0v-9,-6,-9,-29,-1,-35v37,-6,46,-2,45,-69r0,-173v0,-35,-21,-67,-70,-67","w":547},"i":{"d":"217,-419r-3,303v-1,83,7,79,56,84v8,6,8,29,-1,35v-66,-4,-175,-4,-240,0v-9,-6,-9,-29,-1,-35v48,-5,56,-1,56,-84r0,-151v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v47,-13,118,-40,148,-58v8,0,14,3,18,9xm152,-639v42,0,70,31,70,71v0,48,-37,73,-75,73v-44,0,-70,-30,-70,-71v0,-44,35,-73,75,-73","w":286},"j":{"d":"194,108v-25,72,-72,118,-201,161v-15,-5,-20,-24,-14,-33v88,-49,106,-105,106,-268r0,-235v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v47,-13,117,-40,148,-58v8,0,14,3,18,9v-13,166,19,400,-24,527xm153,-639v42,0,70,31,70,71v0,48,-37,73,-75,73v-44,0,-70,-30,-70,-71v0,-44,35,-73,75,-73","w":281},"k":{"d":"76,-116r0,-440v4,-52,-10,-58,-37,-73v-7,-6,-7,-24,0,-30v41,-10,102,-34,153,-56v6,0,13,2,17,7v-2,41,-3,83,-3,146r0,314v0,11,3,14,14,14v40,0,77,-51,100,-77v19,-23,24,-34,24,-40v-3,-11,-30,-11,-44,-14v-9,-9,-8,-31,2,-35v64,1,141,-4,213,-14v10,5,11,27,4,35v-62,0,-141,72,-166,100v-11,13,-7,14,1,30v18,32,106,168,131,191v16,16,45,20,74,26v8,7,6,31,-4,35v-48,-4,-203,-4,-249,0v-14,-8,-12,-41,9,-38v32,-5,12,-21,-1,-40r-71,-108v-12,-17,-38,-28,-37,9r0,58v-1,81,8,79,55,84v8,6,8,29,-1,35v-64,-4,-177,-4,-242,0v-9,-6,-9,-29,-1,-35v50,-5,59,-2,59,-84","w":532},"l":{"d":"76,-116r0,-440v4,-52,-10,-58,-37,-73v-7,-6,-7,-24,0,-30v43,-10,103,-34,153,-56v6,0,13,2,17,7v-2,41,-3,83,-3,146r0,446v-1,81,8,79,56,84v8,6,8,29,-1,35v-66,-4,-172,-4,-240,0v-9,-6,-9,-29,-1,-35v48,-5,56,-1,56,-84","w":278},"m":{"d":"276,-341v-43,0,-63,15,-62,61r0,179v0,66,6,65,45,69v8,6,8,29,-1,35v-55,-4,-169,-4,-225,0v-14,-12,-9,-43,14,-37v33,-4,37,-12,37,-82r0,-151v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v46,-13,117,-40,148,-58v8,0,14,3,18,9v2,19,-9,47,2,53v37,-13,73,-47,134,-48v36,0,67,12,90,38v12,14,18,18,24,18v36,-14,75,-55,146,-56v79,0,121,57,121,126r0,172v-1,81,7,79,53,84v8,6,8,29,-1,35v-55,-4,-169,-4,-226,0v-13,-12,-7,-43,15,-37v25,-3,29,-12,29,-67r0,-170v0,-38,-21,-70,-67,-70v-43,0,-63,14,-63,55r0,185v0,66,5,65,43,69v8,6,8,29,-1,35v-54,-4,-160,-4,-214,0v-13,-12,-7,-43,15,-37v23,-3,27,-12,27,-67r0,-170v0,-38,-20,-70,-68,-70","w":806},"n":{"d":"278,-341v-45,0,-64,14,-64,61r0,179v0,66,6,65,45,69v8,6,8,29,-1,35v-59,-4,-165,-4,-229,0v-13,-12,-7,-43,15,-37v36,-4,40,-12,40,-82r0,-151v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v47,-13,119,-40,148,-58v8,0,14,3,18,9v2,19,-9,47,2,53v36,-13,75,-47,134,-48v83,0,125,57,125,126r0,172v-1,80,8,79,56,84v8,6,8,29,-1,35v-56,-4,-169,-4,-229,0v-9,-6,-9,-29,-1,-35v37,-6,46,-2,45,-69r0,-169v0,-39,-20,-71,-70,-71","w":550},"o":{"d":"255,14v-119,0,-223,-68,-224,-206v-1,-143,112,-222,230,-222v118,0,224,72,224,213v0,146,-107,215,-230,215xm255,-368v-44,0,-80,45,-80,154v0,105,33,182,91,182v57,0,76,-65,75,-155v-1,-97,-29,-181,-86,-181","w":516,"k":{"v":18,"w":18,"y":12,"x":10}},"p":{"d":"77,139r0,-406v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v41,-12,116,-44,144,-63v7,-1,17,3,21,12v-2,18,-6,41,6,47v30,-15,74,-40,127,-40v106,0,170,83,170,191v0,154,-120,256,-290,234v-9,2,-15,8,-15,29v0,58,-20,193,37,180r34,3v8,6,8,29,-1,35v-50,-2,-90,-3,-137,-3v-44,0,-83,1,-119,3v-9,-6,-9,-29,-1,-35v49,-4,57,-1,57,-84xm260,-345v-45,0,-53,7,-53,72r0,160v-2,41,34,80,71,81v62,0,96,-66,96,-159v0,-98,-48,-154,-114,-154","w":543,"k":{"w":12}},"q":{"d":"283,-414v55,0,91,10,127,15v7,3,28,-9,36,-21v12,-1,23,3,25,10v-12,168,-1,370,-5,549v-2,92,15,77,71,84v8,6,8,29,-1,35v-47,-2,-88,-3,-135,-3v-45,0,-87,1,-125,3v-9,-6,-9,-29,-1,-35v51,-4,61,0,61,-84r0,-130v0,-11,-1,-19,-9,-19v-154,76,-296,-32,-296,-173v0,-141,107,-231,252,-231xm299,-46v27,-1,38,-5,37,-32r0,-179v-5,-71,-7,-111,-68,-111v-53,0,-98,60,-98,148v0,116,67,174,129,174","w":528},"r":{"d":"310,-290v-22,5,-66,-45,-77,-38v-14,0,-19,22,-19,60r0,154v-3,91,14,77,69,84v8,6,8,28,-1,34v-48,-2,-88,-2,-135,-2v-41,0,-85,0,-118,2v-9,-6,-9,-28,-1,-34v48,-5,56,-1,56,-84r0,-151v3,-50,-8,-57,-33,-73v-8,-5,-7,-24,0,-30v46,-13,115,-40,146,-60v8,0,14,3,18,9v0,0,-14,46,6,55v27,-17,56,-50,98,-50v27,0,55,21,55,59v0,46,-32,65,-64,65","w":371,"k":{"c":12,"d":20,"e":20,"o":6,"t":-8,"u":-8,"z":-20,"q":6,"v":-18,"w":-18,"y":-18,"k":6,"n":16,"f":-8,"m":16,"x":-12,",":60,".":60}},"s":{"d":"164,14v-57,0,-97,-10,-124,-31v-11,-20,-18,-68,-16,-113v6,-10,28,-11,34,-2v13,41,51,100,102,100v30,0,52,-18,52,-52v0,-37,-32,-58,-66,-75v-60,-30,-103,-66,-103,-126v0,-87,73,-129,159,-129v51,0,96,13,107,21v10,22,15,62,15,100v-4,11,-29,11,-35,4v-20,-58,-45,-79,-78,-79v-29,0,-50,17,-50,44v0,23,19,42,64,64v68,33,110,75,110,140v-1,89,-77,134,-171,134","w":358},"t":{"d":"311,-346r-90,0v-13,0,-14,1,-14,23r0,150v0,56,0,118,70,118v14,0,30,-7,42,-15v10,3,16,14,14,26v-28,30,-82,58,-144,58v-83,0,-112,-48,-112,-114r0,-223v6,-35,-26,-20,-50,-23v-11,-4,-14,-24,-6,-31v76,-35,100,-47,157,-123v7,-4,25,-3,30,5r0,75v0,19,1,20,19,20r89,0v14,11,9,43,-5,54","w":323},"u":{"d":"278,-59v44,0,63,-14,63,-49r0,-189v3,-46,-17,-51,-57,-56v-8,-7,-7,-31,5,-35v54,-1,145,-16,175,-26v22,13,7,55,7,100r0,182v-4,87,14,95,67,77v9,2,10,38,-3,43v-98,4,-182,36,-185,36v-28,-3,8,-54,-20,-58v-39,25,-74,48,-136,48v-83,0,-117,-43,-117,-128r0,-170v1,-62,-11,-59,-43,-69v-7,-9,-6,-28,4,-35v50,2,134,-16,160,-26v6,0,11,7,12,12v-5,73,-2,172,-3,253v0,48,7,90,71,90","w":544},"v":{"d":"274,-164v24,-57,56,-117,74,-189v0,-5,-7,-8,-24,-12v-20,4,-28,-28,-13,-38v53,4,113,3,159,0v16,11,7,43,-15,38v-30,5,-38,17,-58,55v-52,103,-97,210,-143,317v-10,9,-36,9,-47,0v-52,-126,-73,-174,-136,-307v-29,-60,-31,-58,-76,-68v-9,-7,-10,-31,3,-35v65,4,162,3,235,0v13,12,7,43,-14,39v-31,5,-16,20,-8,45v17,56,42,107,63,155","w":457,"k":{"q":36,".":75,",":75,"a":6,"c":36,"d":30,"e":30,"o":36}},"w":{"d":"517,-158v27,-72,51,-125,65,-192v2,-8,-29,-15,-42,-18v-6,-7,-6,-31,4,-35v58,4,109,4,159,0v13,7,11,42,-11,38v-33,7,-40,17,-56,54v-46,102,-92,212,-134,318v-10,10,-36,10,-46,0v-21,-54,-73,-171,-103,-235v-26,52,-86,185,-109,235v-10,10,-36,10,-46,0v-48,-113,-97,-228,-146,-332v-18,-37,-29,-34,-59,-43v-7,-8,-7,-30,3,-35v41,2,73,3,115,3r379,-3v15,7,9,44,-12,38v-43,11,-42,9,-29,46v18,48,46,113,68,161xm267,-158v18,-43,58,-101,56,-149v0,-16,-17,-48,-37,-52v-24,-6,-102,-8,-99,11v9,55,59,143,80,190","w":682,"k":{"q":6,".":75,",":75,"c":6,"d":6,"e":6}},"x":{"d":"192,-140v-16,27,-45,64,-53,95v-3,8,24,11,34,13v8,6,6,31,-2,35v-57,-4,-106,-4,-168,0v-9,-5,-12,-27,-2,-35v27,-4,58,-8,72,-24v21,-24,80,-89,91,-127v-9,-21,-66,-105,-86,-136v-26,-40,-45,-40,-82,-49v-7,-5,-7,-32,3,-35v64,4,156,4,228,0v17,8,10,41,-10,38v-22,4,-17,8,-6,28v13,22,27,41,41,61v15,-26,41,-49,50,-80v1,-6,-19,-9,-27,-12v-9,-6,-7,-31,3,-35v50,4,114,4,167,0v14,7,10,43,-12,37v-78,7,-85,45,-135,98v-31,33,-21,37,2,69v41,56,87,173,168,167v8,7,8,31,-3,35v-44,-2,-83,-3,-121,-3v-40,0,-87,1,-133,3v-9,-4,-11,-28,-3,-35v12,-2,41,-6,39,-15v-10,-31,-37,-65,-55,-93","w":458,"k":{"q":6,"c":18,"d":12,"e":12,"o":6}},"y":{"d":"72,-294v-22,-57,-30,-69,-78,-74v-7,-7,-7,-31,3,-35v66,4,169,4,244,0v10,4,11,28,3,35v-17,3,-59,11,-50,23v6,34,57,159,75,203v24,-52,79,-166,86,-208v0,-13,-28,-15,-42,-18v-9,-7,-8,-32,3,-35v38,3,125,5,175,0v10,4,11,29,2,35v-27,2,-54,7,-65,24v-93,151,-181,361,-264,529v-22,44,-49,65,-86,66v-92,2,-80,-114,-7,-112v33,1,63,-1,73,-21v28,-53,58,-85,24,-170","w":469,"k":{"c":24,"d":36,"e":36,"o":36,"q":6,",":85,".":85}},"z":{"d":"383,3r-257,-3v-54,0,-81,1,-97,3v-6,-2,-9,-9,-7,-16v51,-76,133,-215,181,-309v13,-26,28,-34,-17,-34v-85,-2,-113,7,-134,77v-9,8,-31,3,-36,-8v6,-40,21,-107,31,-132v5,-5,17,-5,21,0v3,16,5,19,56,19r180,0v43,0,71,-1,83,-3v4,2,7,9,6,13v-19,26,-39,63,-71,117r-107,182v-12,21,-18,34,-18,41v0,5,11,6,40,6v52,1,98,-2,118,-34v7,-10,17,-28,30,-54v8,-8,31,-5,36,5v-3,38,-25,111,-38,130","w":415,"k":{"c":6,"d":6,"e":6,"o":6}},"{":{"d":"164,-266v124,27,55,197,56,309v0,36,10,74,84,87v6,6,4,25,-2,28v-91,0,-169,-13,-169,-131v0,-66,16,-141,16,-204v0,-28,-4,-72,-88,-78v-7,-8,-7,-21,0,-26v90,-6,88,-47,88,-78v0,-63,-16,-138,-16,-204v0,-118,84,-131,169,-131v6,3,8,22,2,28v-74,13,-84,57,-84,87v-1,112,68,281,-56,309r0,4","w":340,"k":{"J":-36}},"|":{"d":"168,-750r0,1000r-88,0r0,-1000r88,0","w":248},"}":{"d":"120,43v1,-112,-68,-281,56,-309r0,-4v-124,-27,-55,-197,-56,-309v0,-30,-10,-74,-84,-87v-6,-6,-4,-25,2,-28v85,0,169,13,169,131v0,66,-16,141,-16,204v0,31,-2,72,88,78v7,5,7,18,0,26v-84,6,-88,50,-88,78v0,63,16,138,16,204v0,118,-78,131,-169,131v-6,-3,-8,-22,-2,-28v74,-13,84,-51,84,-87","w":340},"~":{"d":"464,-308v-23,61,-44,131,-131,131r-138,0v-43,0,-65,30,-85,79v-15,9,-48,5,-54,-13v3,-24,26,-78,50,-108v42,-51,136,-30,217,-30v48,0,66,-23,85,-74v16,-10,45,-4,56,15"},"'":{"d":"127,-700v42,0,64,2,64,34v0,82,-32,180,-45,262v-11,8,-27,8,-38,0r-45,-262v0,-32,22,-34,64,-34","w":253},"`":{"d":"88,-633v-4,-17,46,-52,66,-52v10,0,20,7,31,30r91,182v-2,12,-11,18,-25,16r-141,-139v-13,-13,-22,-26,-22,-37","w":380}}});




function initCufon() {
	Cufon.replace('.main-box h3', { fontFamily: 'Adobe Garamond Pro' });
	Cufon.replace('.content h2', { fontFamily: 'Adobe Garamond Pro' });
	Cufon.replace('.content h3', { fontFamily: 'Adobe Garamond Pro' });
	Cufon.replace('.content h4', { fontFamily: 'Adobe Garamond Pro' });
	Cufon.replace('.content h5', { fontFamily: 'Adobe Garamond Pro' });
	Cufon.replace('.content h6', { fontFamily: 'Adobe Garamond Pro' });
}

$(function(){
	initCufon();
});
