
/*
 * 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}})());

/*
 * jQuery JavaScript Library v1.3.2
 * http://jquery.com/
 *
 * Copyright (c) 2009 John Resig
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-02-19 17:34:21 -0500 (Thu, 19 Feb 2009)
 * Revision: 6246
 */
(function(){var l=this,g,y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*$|^#([\w-]+)$/,f=/^.[^:#\[\.,]*$/;o.fn=o.prototype={init:function(E,H){E=E||document;if(E.nodeType){this[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1]||!H)){if(G[1]){E=o.clean([G[1]],H)}else{var I=document.getElementById(G[3]);if(I&&I.id!=G[3]){return o().find(E)}var F=o(I||[]);F.context=document;F.selector=E;return F}}else{return o(H).find(E)}}else{if(o.isFunction(E)){return o(document).ready(E)}}if(E.selector&&E.context){this.selector=E.selector;this.context=E.context}return this.setArray(o.isArray(E)?E:o.makeArray(E))},selector:"",jquery:"1.3.2",size:function(){return this.length},get:function(E){return E===g?Array.prototype.slice.call(this):this[E]},pushStack:function(F,H,E){var G=o(F);G.prevObject=this;G.context=this.context;if(H==="find"){G.selector=this.selector+(this.selector?" ":"")+E}else{if(H){G.selector=this.selector+"."+H+"("+E+")"}}return G},setArray:function(E){this.length=0;Array.prototype.push.apply(this,E);return this},each:function(F,E){return o.each(this,F,E)},index:function(E){return o.inArray(E&&E.jquery?E[0]:E,this)},attr:function(F,H,G){var E=F;if(typeof F==="string"){if(H===g){return this[0]&&o[G||"attr"](this[0],F)}else{E={};E[F]=H}}return this.each(function(I){for(F in E){o.attr(G?this.style:this,F,o.prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}return this.attr(E,F,"curCSS")},text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].ownerDocument||document).createTextNode(F))}var E="";o.each(F||this,function(){o.each(this.childNodes,function(){if(this.nodeType!=8){E+=this.nodeType!=1?this.nodeValue:o.fn.text([this])}})});return E},wrapAll:function(E){if(this[0]){var F=o(E,this[0].ownerDocument).clone();if(this[0].parentNode){F.insertBefore(this[0])}F.map(function(){var G=this;while(G.firstChild){G=G.firstChild}return G}).append(this)}return this},wrapInner:function(E){return this.each(function(){o(this).contents().wrapAll(E)})},wrap:function(E){return this.each(function(){o(this).wrapAll(E)})},append:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.insertBefore(E,this.firstChild)}})},before:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this)})},after:function(){return this.domManip(arguments,false,function(E){this.parentNode.insertBefore(E,this.nextSibling)})},end:function(){return this.prevObject||o([])},push:[].push,sort:[].sort,splice:[].splice,find:function(E){if(this.length===1){var F=this.pushStack([],"find",E);F.length=0;o.find(E,this[0],F);return F}else{return this.pushStack(o.unique(o.map(this,function(G){return o.find(E,G)})),"find",E)}},clone:function(G){var E=this.map(function(){if(!o.support.noCloneEvent&&!o.isXMLDoc(this)){var I=this.outerHTML;if(!I){var J=this.ownerDocument.createElement("div");J.appendChild(this.cloneNode(true));I=J.innerHTML}return o.clean([I.replace(/ jQuery\d+="(?:\d+|null)"/g,"").replace(/^\s*/,"")])[0]}else{return this.cloneNode(true)}});if(G===true){var H=this.find("*").andSelf(),F=0;E.find("*").andSelf().each(function(){if(this.nodeName!==H[F].nodeName){return}var I=o.data(H[F],"events");for(var K in I){for(var J in I[K]){o.event.add(this,K,I[K][J],I[K][J].data)}}F++})}return E},filter:function(E){return this.pushStack(o.isFunction(E)&&o.grep(this,function(G,F){return E.call(G,F)})||o.multiFilter(E,o.grep(this,function(F){return F.nodeType===1})),"filter",E)},closest:function(E){var G=o.expr.match.POS.test(E)?o(E):null,F=0;return this.map(function(){var H=this;while(H&&H.ownerDocument){if(G?G.index(H)>-1:o(H).is(E)){o.data(H,"closest",F);return H}H=H.parentNode;F++}})},not:function(E){if(typeof E==="string"){if(f.test(E)){return this.pushStack(o.multiFilter(E,this,true),"not",E)}else{E=o.multiFilter(E,this)}}var F=E.length&&E[E.length-1]!==g&&!E.nodeType;return this.filter(function(){return F?o.inArray(this,E)<0:this!=E})},add:function(E){return this.pushStack(o.unique(o.merge(this.get(),typeof E==="string"?o(E):o.makeArray(E))))},is:function(E){return !!E&&o.multiFilter(E,this).length>0},hasClass:function(E){return !!E&&this.is("."+E)},val:function(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).specified?E.value:E.text}if(o.nodeName(E,"select")){var I=E.selectedIndex,L=[],M=E.options,H=E.type=="select-one";if(I<0){return null}for(var F=H?I:0,J=H?I+1:M.length;F<J;F++){var G=M[F];if(G.selected){K=o(G).val();if(H){return K}L.push(K)}}return L}return(E.value||"").replace(/\r/g,"")}return g}if(typeof K==="number"){K+=""}return this.each(function(){if(this.nodeType!=1){return}if(o.isArray(K)&&/radio|checkbox/.test(this.type)){this.checked=(o.inArray(this.value,K)>=0||o.inArray(this.name,K)>=0)}else{if(o.nodeName(this,"select")){var N=o.makeArray(K);o("option",this).each(function(){this.selected=(o.inArray(this.value,N)>=0||o.inArray(this.text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return E===g?(this[0]?this[0].innerHTML.replace(/ jQuery\d+="(?:\d+|null)"/g,""):null):this.empty().append(E)},replaceWith:function(E){return this.after(E).remove()},eq:function(E){return this.slice(E,+E+1)},slice:function(){return this.pushStack(Array.prototype.slice.apply(this,arguments),"slice",Array.prototype.slice.call(arguments).join(","))},map:function(E){return this.pushStack(o.map(this,function(G,F){return E.call(G,F,G)}))},andSelf:function(){return this.add(this.prevObject)},domManip:function(J,M,L){if(this[0]){var I=(this[0].ownerDocument||this[0]).createDocumentFragment(),F=o.clean(J,(this[0].ownerDocument||this[0]),I),H=I.firstChild;if(H){for(var G=0,E=this.length;G<E;G++){L.call(K(this[G],H),this.length>1||G>0?I.cloneNode(true):I)}}if(F){o.each(F,z)}}return this;function K(N,O){return M&&o.nodeName(N,"table")&&o.nodeName(O,"tr")?(N.getElementsByTagName("tbody")[0]||N.appendChild(N.ownerDocument.createElement("tbody"))):N}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"script"})}else{o.globalEval(F.text||F.textContent||F.innerHTML||"")}if(F.parentNode){F.parentNode.removeChild(F)}}function e(){return +new Date}o.extend=o.fn.extend=function(){var J=arguments[0]||{},H=1,I=arguments.length,E=false,G;if(typeof J==="boolean"){E=J;J=arguments[1]||{};H=2}if(typeof J!=="object"&&!o.isFunction(J)){J={}}if(I==H){J=this;--H}for(;H<I;H++){if((G=arguments[H])!=null){for(var F in G){var K=J[F],L=G[F];if(J===L){continue}if(E&&L&&typeof L==="object"&&!L.nodeType){J[F]=o.extend(E,K||(L.length!=null?[]:{}),L)}else{if(L!==g){J[F]=L}}}}}return J};var b=/z-?index|font-?weight|opacity|zoom|line-?height/i,q=document.defaultView||{},s=Object.prototype.toString;o.extend({noConflict:function(E){l.$=p;if(E){l.jQuery=y}return o},isFunction:function(E){return s.call(E)==="[object Function]"},isArray:function(E){return s.call(E)==="[object Array]"},isXMLDoc:function(E){return E.nodeType===9&&E.documentElement.nodeName!=="HTML"||!!E.ownerDocument&&o.isXMLDoc(E.ownerDocument)},globalEval:function(G){if(G&&/\S/.test(G)){var F=document.getElementsByTagName("head")[0]||document.documentElement,E=document.createElement("script");E.type="text/javascript";if(o.support.scriptEval){E.appendChild(document.createTextNode(G))}else{E.text=G}F.insertBefore(E,F.firstChild);F.removeChild(E)}},nodeName:function(F,E){return F.nodeName&&F.nodeName.toUpperCase()==E.toUpperCase()},each:function(G,K,F){var E,H=0,I=G.length;if(F){if(I===g){for(E in G){if(K.apply(G[E],F)===false){break}}}else{for(;H<I;){if(K.apply(G[H++],F)===false){break}}}}else{if(I===g){for(E in G){if(K.call(G[E],E,G[E])===false){break}}}else{for(var J=G[0];H<I&&K.call(J,H,J)!==false;J=G[++H]){}}}return G},prop:function(H,I,G,F,E){if(o.isFunction(I)){I=I.call(H,F)}return typeof I==="number"&&G=="curCSS"&&!b.test(E)?I+"px":I},className:{add:function(E,F){o.each((F||"").split(/\s+/),function(G,H){if(E.nodeType==1&&!o.className.has(E.className,H)){E.className+=(E.className?" ":"")+H}})},remove:function(E,F){if(E.nodeType==1){E.className=F!==g?o.grep(E.className.split(/\s+/),function(G){return !o.className.has(F,G)}).join(" "):""}},has:function(F,E){return F&&o.inArray(E,(F.className||F).toString().split(/\s+/))>-1}},swap:function(H,G,I){var E={};for(var F in G){E[F]=H.style[F];H.style[F]=G[F]}I.call(H);for(var F in G){H.style[F]=E[F]}},css:function(H,F,J,E){if(F=="width"||F=="height"){var L,G={position:"absolute",visibility:"hidden",display:"block"},K=F=="width"?["Left","Right"]:["Top","Bottom"];function I(){L=F=="width"?H.offsetWidth:H.offsetHeight;if(E==="border"){return}o.each(K,function(){if(!E){L-=parseFloat(o.curCSS(H,"padding"+this,true))||0}if(E==="margin"){L+=parseFloat(o.curCSS(H,"margin"+this,true))||0}else{L-=parseFloat(o.curCSS(H,"border"+this+"Width",true))||0}})}if(H.offsetWidth!==0){I()}else{o.swap(H,G,I)}return Math.max(0,Math.round(L))}return o.curCSS(H,F,J)},curCSS:function(I,F,G){var L,E=I.style;if(F=="opacity"&&!o.support.opacity){L=o.attr(E,"opacity");return L==""?"1":L}if(F.match(/float/i)){F=w}if(!G&&E&&E[F]){L=E[F]}else{if(q.getComputedStyle){if(F.match(/float/i)){F="float"}F=F.replace(/([A-Z])/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opacity"&&L==""){L="1"}}else{if(I.currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]||I.currentStyle[J];if(!/^\d+(px)?$/i.test(L)&&/^\d/.test(L)){var H=E.left,K=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;E.left=L||0;L=E.pixelLeft+"px";E.left=H;I.runtimeStyle.left=K}}}}return L},clean:function(F,K,I){K=K||document;if(typeof K.createElement==="undefined"){K=K.ownerDocument||K[0]&&K[0].ownerDocument||document}if(!I&&F.length===1&&typeof F[0]==="string"){var H=/^<(\w+)\s*\/?>$/.exec(F[0]);if(H){return[K.createElement(H[1])]}}var G=[],E=[],L=K.createElement("div");o.each(F,function(P,S){if(typeof S==="number"){S+=""}if(!S){return}if(typeof S==="string"){S=S.replace(/(<(\w+)[^>]*?)\/>/g,function(U,V,T){return T.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|embed)$/i)?U:V+"></"+T+">"});var O=S.replace(/^\s+/,"").substring(0,10).toLowerCase();var Q=!O.indexOf("<opt")&&[1,"<select multiple='multiple'>","</select>"]||!O.indexOf("<leg")&&[1,"<fieldset>","</fieldset>"]||O.match(/^<(thead|tbody|tfoot|colg|cap)/)&&[1,"<table>","</table>"]||!O.indexOf("<tr")&&[2,"<table><tbody>","</tbody></table>"]||(!O.indexOf("<td")||!O.indexOf("<th"))&&[3,"<table><tbody><tr>","</tr></tbody></table>"]||!O.indexOf("<col")&&[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"]||!o.support.htmlSerialize&&[1,"div<div>","</div>"]||[0,"",""];L.innerHTML=Q[1]+S+Q[2];while(Q[0]--){L=L.lastChild}if(!o.support.tbody){var R=/<tbody/i.test(S),N=!O.indexOf("<table")&&!R?L.firstChild&&L.firstChild.childNodes:Q[1]=="<table>"&&!R?L.childNodes:[];for(var M=N.length-1;M>=0;--M){if(o.nodeName(N[M],"tbody")&&!N[M].childNodes.length){N[M].parentNode.removeChild(N[M])}}}if(!o.support.leadingWhitespace&&/^\s/.test(S)){L.insertBefore(K.createTextNode(S.match(/^\s*/)[0]),L.firstChild)}S=o.makeArray(L.childNodes)}if(S.nodeType){G.push(S)}else{G=o.merge(G,S)}});if(I){for(var J=0;G[J];J++){if(o.nodeName(G[J],"script")&&(!G[J].type||G[J].type.toLowerCase()==="text/javascript")){E.push(G[J].parentNode?G[J].parentNode.removeChild(G[J]):G[J])}else{if(G[J].nodeType===1){G.splice.apply(G,[J+1,0].concat(o.makeArray(G[J].getElementsByTagName("script"))))}I.appendChild(G[J])}}return E}return G},attr:function(J,G,K){if(!J||J.nodeType==3||J.nodeType==8){return g}var H=!o.isXMLDoc(J),L=K!==g;G=H&&o.props[G]||G;if(J.tagName){var F=/href|src|style/.test(G);if(G=="selected"&&J.parentNode){J.parentNode.selectedIndex}if(G in J&&H&&!F){if(L){if(G=="type"&&o.nodeName(J,"input")&&J.parentNode){throw"type property can't be changed"}J[G]=K}if(o.nodeName(J,"form")&&J.getAttributeNode(G)){return J.getAttributeNode(G).nodeValue}if(G=="tabIndex"){var I=J.getAttributeNode("tabIndex");return I&&I.specified?I.value:J.nodeName.match(/(button|input|object|select|textarea)/i)?0:J.nodeName.match(/^(a|area)$/i)&&J.href?0:g}return J[G]}if(!o.support.style&&H&&G=="style"){return o.attr(J.style,"cssText",K)}if(L){J.setAttribute(G,""+K)}var E=!o.support.hrefNormalized&&H&&F?J.getAttribute(G,2):J.getAttribute(G);return E===null?g:E}if(!o.support.opacity&&G=="opacity"){if(L){J.zoom=1;J.filter=(J.filter||"").replace(/alpha\([^)]*\)/,"")+(parseInt(K)+""=="NaN"?"":"alpha(opacity="+K*100+")")}return J.filter&&J.filter.indexOf("opacity=")>=0?(parseFloat(J.filter.match(/opacity=([^)]*)/)[1])/100)+"":""}G=G.replace(/-([a-z])/ig,function(M,N){return N.toUpperCase()});if(L){J[G]=K}return J[G]},trim:function(E){return(E||"").replace(/^\s+|\s+$/g,"")},makeArray:function(G){var E=[];if(G!=null){var F=G.length;if(F==null||typeof G==="string"||o.isFunction(G)||G.setInterval){E[0]=G}else{while(F){E[--F]=G[F]}}}return E},inArray:function(G,H){for(var E=0,F=H.length;E<F;E++){if(H[E]===G){return E}}return -1},merge:function(H,E){var F=0,G,I=H.length;if(!o.support.getAll){while((G=E[F++])!=null){if(G.nodeType!=8){H[I++]=G}}}else{while((G=E[F++])!=null){H[I++]=G}}return H},unique:function(K){var F=[],E={};try{for(var G=0,H=K.length;G<H;G++){var J=o.data(K[G]);if(!E[J]){E[J]=true;F.push(K[G])}}}catch(I){F=K}return F},grep:function(F,J,E){var G=[];for(var H=0,I=F.length;H<I;H++){if(!E!=!J(F[H],H)){G.push(F[H])}}return G},map:function(E,J){var F=[];for(var G=0,H=E.length;G<H;G++){var I=J(E[G],G);if(I!=null){F[F.length]=I}}return F.concat.apply([],F)}});var C=navigator.userAgent.toLowerCase();o.browser={version:(C.match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)||[0,"0"])[1],safari:/webkit/.test(C),opera:/opera/.test(C),msie:/msie/.test(C)&&!/opera/.test(C),mozilla:/mozilla/.test(C)&&!/(compatible|webkit)/.test(C)};o.each({parent:function(E){return E.parentNode},parents:function(E){return o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return o.nth(E,2,"previousSibling")},nextAll:function(E){return o.dir(E,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){return o.sibling(E.firstChild)},contents:function(E){return o.nodeName(E,"iframe")?E.contentDocument||E.contentWindow.document:o.makeArray(E.childNodes)}},function(E,F){o.fn[E]=function(G){var H=o.map(this,F);if(G&&typeof G=="string"){H=o.multiFilter(G,H)}return this.pushStack(o.unique(H),E,G)}});o.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(E,F){o.fn[E]=function(G){var J=[],L=o(G);for(var K=0,H=L.length;K<H;K++){var I=(K>0?this.clone(true):this).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAttr:function(E){o.attr(this,E,"");if(this.nodeType==1){this.removeAttribute(E)}},addClass:function(E){o.className.add(this,E)},removeClass:function(E){o.className.remove(this,E)},toggleClass:function(F,E){if(typeof E!=="boolean"){E=!o.className.has(this,F)}o.className[E?"add":"remove"](this,F)},remove:function(E){if(!E||o.filter(E,[this]).length){o("*",this).add([this]).each(function(){o.event.remove(this);o.removeData(this)});if(this.parentNode){this.parentNode.removeChild(this)}}},empty:function(){o(this).children().remove();while(this.firstChild){this.removeChild(this.firstChild)}}},function(E,F){o.fn[E]=function(){return this.each(F,arguments)}});function j(E,F){return E[0]&&parseInt(o.curCSS(E[0],F,true),10)||0}var h="jQuery"+e(),v=0,A={};o.extend({cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H]={}}if(G!==g){o.cache[H][E]=G}return E?o.cache[H][E]:H},removeData:function(F,E){F=F==l?A:F;var H=F[h];if(E){if(o.cache[H]){delete o.cache[H][E];E="";for(E in o.cache[H]){break}if(!E){o.removeData(F)}}}else{try{delete F[h]}catch(G){if(F.removeAttribute){F.removeAttribute(h)}}delete o.cache[H]}},queue:function(F,E,H){if(F){E=(E||"fx")+"queue";var G=o.data(F,E);if(!G||o.isArray(H)){G=o.data(F,E,o.makeArray(H))}else{if(H){G.push(H)}}}return G},dequeue:function(H,G){var E=o.queue(H,G),F=E.shift();if(!G||G==="fx"){F=E[0]}if(F!==g){F.call(H)}}});o.fn.extend({data:function(E,G){var H=E.split(".");H[1]=H[1]?"."+H[1]:"";if(G===g){var F=this.triggerHandler("getData"+H[1]+"!",[H[0]]);if(F===g&&this.length){F=o.data(this[0],E)}return F===g&&H[1]?this.data(H[0]):F}else{return this.trigger("setData"+H[1]+"!",[H[0],G]).each(function(){o.data(this,E,G)})}},removeData:function(E){return this.each(function(){o.removeData(this,E)})},queue:function(E,F){if(typeof E!=="string"){F=E;E="fx"}if(F===g){return o.queue(this[0],E)}return this.each(function(){var G=o.queue(this,E,F);if(E=="fx"&&G.length==1){G[0].call(this)}})},dequeue:function(E){return this.each(function(){o.dequeue(this,E)})}});
/*
 * Sizzle CSS Selector Engine - v0.9.3
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var R=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,L=0,H=Object.prototype.toString;var F=function(Y,U,ab,ac){ab=ab||[];U=U||document;if(U.nodeType!==1&&U.nodeType!==9){return[]}if(!Y||typeof Y!=="string"){return ab}var Z=[],W,af,ai,T,ad,V,X=true;R.lastIndex=0;while((W=R.exec(Y))!==null){Z.push(W[1]);if(W[2]){V=RegExp.rightContext;break}}if(Z.length>1&&M.exec(Y)){if(Z.length===2&&I.relative[Z[0]]){af=J(Z[0]+Z[1],U)}else{af=I.relative[Z[0]]?[U]:F(Z.shift(),U);while(Z.length){Y=Z.shift();if(I.relative[Y]){Y+=Z.shift()}af=J(Y,af)}}}else{var ae=ac?{expr:Z.pop(),set:E(ac)}:F.find(Z.pop(),Z.length===1&&U.parentNode?U.parentNode:U,Q(U));af=F.filter(ae.expr,ae.set);if(Z.length>0){ai=E(af)}else{X=false}while(Z.length){var ah=Z.pop(),ag=ah;if(!I.relative[ah]){ah=""}else{ag=Z.pop()}if(ag==null){ag=U}I.relative[ah](ai,ag,Q(U))}}if(!ai){ai=af}if(!ai){throw"Syntax error, unrecognized expression: "+(ah||Y)}if(H.call(ai)==="[object Array]"){if(!X){ab.push.apply(ab,ai)}else{if(U.nodeType===1){for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&(ai[aa]===true||ai[aa].nodeType===1&&K(U,ai[aa]))){ab.push(af[aa])}}}else{for(var aa=0;ai[aa]!=null;aa++){if(ai[aa]&&ai[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;ab.sort(G);if(hasDuplicate){for(var aa=1;aa<ab.length;aa++){if(ab[aa]===ab[aa-1]){ab.splice(aa--,1)}}}}}return ab};F.matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}for(var W=0,V=I.order.length;W<V;W++){var Y=I.order[W],X;if((X=I.match[Y].exec(aa))){var U=RegExp.leftContext;if(U.substr(U.length-1)!=="\\"){X[1]=(X[1]||"").replace(/\\/g,"");Z=I.find[Y](X,T,ab);if(Z!=null){aa=aa.replace(I.match[Y],"");break}}}}if(!Z){Z=T.getElementsByTagName("*")}return{set:Z,expr:aa}};F.filter=function(ad,ac,ag,W){var V=ad,ai=[],aa=ac,Y,T,Z=ac&&ac[0]&&Q(ac[0]);while(ad&&ac.length){for(var ab in I.filter){if((Y=I.match[ab].exec(ad))!=null){var U=I.filter[ab],ah,af;T=false;if(aa==ai){ai=[]}if(I.preFilter[ab]){Y=I.preFilter[ab](Y,aa,ag,ai,W,Z);if(!Y){T=ah=true}else{if(Y===true){continue}}}if(Y){for(var X=0;(af=aa[X])!=null;X++){if(af){ah=U(af,Y,X,aa);var ae=W^!!ah;if(ag&&ah!=null){if(ae){T=true}else{aa[X]=false}}else{if(ae){ai.push(af);T=true}}}}}if(ah!==g){if(!ag){aa=ai}ad=ad.replace(I.match[ab],"");if(!T){return[]}break}}}if(ad==V){if(T==null){throw"Syntax error, unrecognized expression: "+ad}else{break}}V=ad}return aa};var I=F.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF_-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF_-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*_-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF_-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(T){return T.getAttribute("href")}},relative:{"+":function(aa,T,Z){var X=typeof T==="string",ab=X&&!/\W/.test(T),Y=X&&!ab;if(ab&&!Z){T=T.toUpperCase()}for(var W=0,V=aa.length,U;W<V;W++){if((U=aa[W])){while((U=U.previousSibling)&&U.nodeType!==1){}aa[W]=Y||U&&U.nodeName===T?U||false:U===T}}if(Y){F.filter(T,aa,true)}},">":function(Z,U,aa){var X=typeof U==="string";if(X&&!/\W/.test(U)){U=aa?U:U.toUpperCase();for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){var W=Y.parentNode;Z[V]=W.nodeName===U?W:false}}}else{for(var V=0,T=Z.length;V<T;V++){var Y=Z[V];if(Y){Z[V]=X?Y.parentNode:Y.parentNode===U}}if(X){F.filter(U,Z,true)}}},"":function(W,U,Y){var V=L++,T=S;if(!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("parentNode",U,V,W,X,Y)},"~":function(W,U,Y){var V=L++,T=S;if(typeof U==="string"&&!U.match(/\W/)){var X=U=Y?U:U.toUpperCase();T=P}T("previousSibling",U,V,W,X,Y)}},find:{ID:function(U,V,W){if(typeof V.getElementById!=="undefined"&&!W){var T=V.getElementById(U[1]);return T?[T]:[]}},NAME:function(V,Y,Z){if(typeof Y.getElementsByName!=="undefined"){var U=[],X=Y.getElementsByName(V[1]);for(var W=0,T=X.length;W<T;W++){if(X[W].getAttribute("name")===V[1]){U.push(X[W])}}return U.length===0?null:U}},TAG:function(T,U){return U.getElementsByTagName(T[1])}},preFilter:{CLASS:function(W,U,V,T,Z,aa){W=" "+W[1].replace(/\\/g,"")+" ";if(aa){return W}for(var X=0,Y;(Y=U[X])!=null;X++){if(Y){if(Z^(Y.className&&(" "+Y.className+" ").indexOf(W)>=0)){if(!V){T.push(Y)}}else{if(V){U[X]=false}}}}return false},ID:function(T){return T[1].replace(/\\/g,"")},TAG:function(U,T){for(var V=0;T[V]===false;V++){}return T[V]&&Q(T[V])?U[1]:U[1].toUpperCase()},CHILD:function(T){if(T[1]=="nth"){var U=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(T[2]=="even"&&"2n"||T[2]=="odd"&&"2n+1"||!/\D/.test(T[2])&&"0n+"+T[2]||T[2]);T[2]=(U[1]+(U[2]||1))-0;T[3]=U[3]-0}T[0]=L++;return T},ATTR:function(X,U,V,T,Y,Z){var W=X[1].replace(/\\/g,"");if(!Z&&I.attrMap[W]){X[1]=I.attrMap[W]}if(X[2]==="~="){X[4]=" "+X[4]+" "}return X},PSEUDO:function(X,U,V,T,Y){if(X[1]==="not"){if(X[3].match(R).length>1||/^\w/.test(X[3])){X[3]=F(X[3],null,null,U)}else{var W=F.filter(X[3],U,V,true^Y);if(!V){T.push.apply(T,W)}return false}}else{if(I.match.POS.test(X[0])||I.match.CHILD.test(X[0])){return true}}return X},POS:function(T){T.unshift(true);return T}},filters:{enabled:function(T){return T.disabled===false&&T.type!=="hidden"},disabled:function(T){return T.disabled===true},checked:function(T){return T.checked===true},selected:function(T){T.parentNode.selectedIndex;return T.selected===true},parent:function(T){return !!T.firstChild},empty:function(T){return !T.firstChild},has:function(V,U,T){return !!F(T[3],V).length},header:function(T){return/h\d/i.test(T.nodeName)},text:function(T){return"text"===T.type},radio:function(T){return"radio"===T.type},checkbox:function(T){return"checkbox"===T.type},file:function(T){return"file"===T.type},password:function(T){return"password"===T.type},submit:function(T){return"submit"===T.type},image:function(T){return"image"===T.type},reset:function(T){return"reset"===T.type},button:function(T){return"button"===T.type||T.nodeName.toUpperCase()==="BUTTON"},input:function(T){return/input|select|textarea|button/i.test(T.nodeName)}},setFilters:{first:function(U,T){return T===0},last:function(V,U,T,W){return U===W.length-1},even:function(U,T){return T%2===0},odd:function(U,T){return T%2===1},lt:function(V,U,T){return U<T[3]-0},gt:function(V,U,T){return U>T[3]-0},nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:function(Z,V,W,aa){var U=V[1],X=I.filters[U];if(X){return X(Z,W,V,aa)}else{if(U==="contains"){return(Z.textContent||Z.innerText||"").indexOf(V[3])>=0}else{if(U==="not"){var Y=V[3];for(var W=0,T=Y.length;W<T;W++){if(Y[W]===Z){return false}}return true}}}},CHILD:function(T,W){var Z=W[1],U=T;switch(Z){case"only":case"first":while(U=U.previousSibling){if(U.nodeType===1){return false}}if(Z=="first"){return true}U=T;case"last":while(U=U.nextSibling){if(U.nodeType===1){return false}}return true;case"nth":var V=W[2],ac=W[3];if(V==1&&ac==0){return true}var Y=W[0],ab=T.parentNode;if(ab&&(ab.sizcache!==Y||!T.nodeIndex)){var X=0;for(U=ab.firstChild;U;U=U.nextSibling){if(U.nodeType===1){U.nodeIndex=++X}}ab.sizcache=Y}var aa=T.nodeIndex-ac;if(V==0){return aa==0}else{return(aa%V==0&&aa/V>=0)}}},ID:function(U,T){return U.nodeType===1&&U.getAttribute("id")===T},TAG:function(U,T){return(T==="*"&&U.nodeType===1)||U.nodeName===T},CLASS:function(U,T){return(" "+(U.className||U.getAttribute("class"))+" ").indexOf(T)>-1},ATTR:function(Y,W){var V=W[1],T=I.attrHandle[V]?I.attrHandle[V](Y):Y[V]!=null?Y[V]:Y.getAttribute(V),Z=T+"",X=W[2],U=W[4];return T==null?X==="!=":X==="="?Z===U:X==="*="?Z.indexOf(U)>=0:X==="~="?(" "+Z+" ").indexOf(U)>=0:!U?Z&&T!==false:X==="!="?Z!=U:X==="^="?Z.indexOf(U)===0:X==="$="?Z.substr(Z.length-U.length)===U:X==="|="?Z===U||Z.substr(0,U.length+1)===U+"-":false},POS:function(X,U,V,Y){var T=U[2],W=I.setFilters[T];if(W){return W(X,V,U,Y)}}}};var M=I.match.POS;for(var O in I.match){I.match[O]=RegExp(I.match[O].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var E=function(U,T){U=Array.prototype.slice.call(U);if(T){T.push.apply(T,U);return T}return U};try{Array.prototype.slice.call(document.documentElement.childNodes)}catch(N){E=function(X,W){var U=W||[];if(H.call(X)==="[object Array]"){Array.prototype.push.apply(U,X)}else{if(typeof X.length==="number"){for(var V=0,T=X.length;V<T;V++){U.push(X[V])}}else{for(var V=0;X[V];V++){U.push(X[V])}}}return U}}var G;if(document.documentElement.compareDocumentPosition){G=function(U,T){var V=U.compareDocumentPosition(T)&4?-1:U===T?0:1;if(V===0){hasDuplicate=true}return V}}else{if("sourceIndex" in document.documentElement){G=function(U,T){var V=U.sourceIndex-T.sourceIndex;if(V===0){hasDuplicate=true}return V}}else{if(document.createRange){G=function(W,U){var V=W.ownerDocument.createRange(),T=U.ownerDocument.createRange();V.selectNode(W);V.collapse(true);T.selectNode(U);T.collapse(true);var X=V.compareBoundaryPoints(Range.START_TO_END,T);if(X===0){hasDuplicate=true}return X}}}}(function(){var U=document.createElement("form"),V="script"+(new Date).getTime();U.innerHTML="<input name='"+V+"'/>";var T=document.documentElement;T.insertBefore(U,T.firstChild);if(!!document.getElementById(V)){I.find.ID=function(X,Y,Z){if(typeof Y.getElementById!=="undefined"&&!Z){var W=Y.getElementById(X[1]);return W?W.id===X[1]||typeof W.getAttributeNode!=="undefined"&&W.getAttributeNode("id").nodeValue===X[1]?[W]:g:[]}};I.filter.ID=function(Y,W){var X=typeof Y.getAttributeNode!=="undefined"&&Y.getAttributeNode("id");return Y.nodeType===1&&X&&X.nodeValue===W}}T.removeChild(U)})();(function(){var T=document.createElement("div");T.appendChild(document.createComment(""));if(T.getElementsByTagName("*").length>0){I.find.TAG=function(U,Y){var X=Y.getElementsByTagName(U[1]);if(U[1]==="*"){var W=[];for(var V=0;X[V];V++){if(X[V].nodeType===1){W.push(X[V])}}X=W}return X}}T.innerHTML="<a href='#'></a>";if(T.firstChild&&typeof T.firstChild.getAttribute!=="undefined"&&T.firstChild.getAttribute("href")!=="#"){I.attrHandle.href=function(U){return U.getAttribute("href",2)}}})();if(document.querySelectorAll){(function(){var T=F,U=document.createElement("div");U.innerHTML="<p class='TEST'></p>";if(U.querySelectorAll&&U.querySelectorAll(".TEST").length===0){return}F=function(Y,X,V,W){X=X||document;if(!W&&X.nodeType===9&&!Q(X)){try{return E(X.querySelectorAll(Y),V)}catch(Z){}}return T(Y,X,V,W)};F.find=T.find;F.filter=T.filter;F.selectors=T.selectors;F.matches=T.matches})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var T=document.createElement("div");T.innerHTML="<div class='test e'></div><div class='test'></div>";if(T.getElementsByClassName("e").length===0){return}T.lastChild.className="e";if(T.getElementsByClassName("e").length===1){return}I.order.splice(1,0,"CLASS");I.find.CLASS=function(U,V,W){if(typeof V.getElementsByClassName!=="undefined"&&!W){return V.getElementsByClassName(U[1])}}})()}function P(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1&&!ac){T.sizcache=Y;T.sizset=W}if(T.nodeName===Z){X=T;break}T=T[U]}ad[W]=X}}}function S(U,Z,Y,ad,aa,ac){var ab=U=="previousSibling"&&!ac;for(var W=0,V=ad.length;W<V;W++){var T=ad[W];if(T){if(ab&&T.nodeType===1){T.sizcache=Y;T.sizset=W}T=T[U];var X=false;while(T){if(T.sizcache===Y){X=ad[T.sizset];break}if(T.nodeType===1){if(!ac){T.sizcache=Y;T.sizset=W}if(typeof Z!=="string"){if(T===Z){X=true;break}}else{if(F.filter(Z,[T]).length>0){X=T;break}}}T=T[U]}ad[W]=X}}}var K=document.compareDocumentPosition?function(U,T){return U.compareDocumentPosition(T)&16}:function(U,T){return U!==T&&(U.contains?U.contains(T):true)};var Q=function(T){return T.nodeType===9&&T.documentElement.nodeName!=="HTML"||!!T.ownerDocument&&Q(T.ownerDocument)};var J=function(T,aa){var W=[],X="",Y,V=aa.nodeType?[aa]:aa;while((Y=I.match.PSEUDO.exec(T))){X+=Y[0];T=T.replace(I.match.PSEUDO,"")}T=I.relative[T]?T+"*":T;for(var Z=0,U=V.length;Z<U;Z++){F(T,V[Z],W)}return F.filter(X,W)};o.find=F;o.filter=F.filter;o.expr=F.selectors;o.expr[":"]=o.expr.filters;F.selectors.filters.hidden=function(T){return T.offsetWidth===0||T.offsetHeight===0};F.selectors.filters.visible=function(T){return T.offsetWidth>0||T.offsetHeight>0};F.selectors.filters.animated=function(T){return o.grep(o.timers,function(U){return T===U.elem}).length};o.multiFilter=function(V,T,U){if(U){V=":not("+V+")"}return F.matches(V,T)};o.dir=function(V,U){var T=[],W=V[U];while(W&&W!=document){if(W.nodeType==1){T.push(W)}W=W[U]}return T};o.nth=function(X,T,V,W){T=T||1;var U=0;for(;X;X=X[V]){if(X.nodeType==1&&++U==T){break}}return X};o.sibling=function(V,U){var T=[];for(;V;V=V.nextSibling){if(V.nodeType==1&&V!=U){T.push(V)}}return T};return;l.Sizzle=F})();o.event={add:function(I,F,H,K){if(I.nodeType==3||I.nodeType==8){return}if(I.setInterval&&I!=l){I=l}if(!H.guid){H.guid=this.guid++}if(K!==g){var G=H;H=this.proxy(G);H.data=K}var E=o.data(I,"events")||o.data(I,"events",{}),J=o.data(I,"handle")||o.data(I,"handle",function(){return typeof o!=="undefined"&&!o.event.triggered?o.event.handle.apply(arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".");N=O.shift();H.type=O.slice().sort().join(".");var L=E[N];if(o.event.specialAll[N]){o.event.specialAll[N].setup.call(I,K,O)}if(!L){L=E[N]={};if(!o.event.special[N]||o.event.special[N].setup.call(I,K,O)===false){if(I.addEventListener){I.addEventListener(N,J,false)}else{if(I.attachEvent){I.attachEvent("on"+N,J)}}}}L[H.guid]=H;o.event.global[N]=true});I=null},guid:1,global:{},remove:function(K,H,J){if(K.nodeType==3||K.nodeType==8){return}var G=o.data(K,"events"),F,E;if(G){if(H===g||(typeof H==="string"&&H.charAt(0)==".")){for(var I in G){this.remove(K,I+(H||""))}}else{if(H.type){J=H.handler;H=H.type}o.each(H.split(/\s+/),function(M,O){var Q=O.split(".");O=Q.shift();var N=RegExp("(^|\\.)"+Q.slice().sort().join(".*\\.")+"(\\.|$)");if(G[O]){if(J){delete G[O][J.guid]}else{for(var P in G[O]){if(N.test(G[O][P].type)){delete G[O][P]}}}if(o.event.specialAll[O]){o.event.specialAll[O].teardown.call(K,Q)}for(F in G[O]){break}if(!F){if(!o.event.special[O]||o.event.special[O].teardown.call(K,Q)===false){if(K.removeEventListener){K.removeEventListener(O,o.data(K,"handle"),false)}else{if(K.detachEvent){K.detachEvent("on"+O,o.data(K,"handle"))}}}F=null;delete G[O]}}})}for(F in G){break}if(!F){var L=o.data(K,"handle");if(L){L.elem=null}o.removeData(K,"events");o.removeData(K,"handle")}}},trigger:function(I,K,H,E){var G=I.type||I;if(!E){I=typeof I==="object"?I[h]?I:o.extend(o.Event(G),I):o.Event(G);if(G.indexOf("!")>=0){I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||H.nodeType==3||H.nodeType==8){return g}I.result=g;I.target=H;K=o.makeArray(K);K.unshift(I)}I.currentTarget=H;var J=o.data(H,"handle");if(J){J.apply(H,K)}if((!H[G]||(o.nodeName(H,"a")&&G=="click"))&&H["on"+G]&&H["on"+G].apply(H,K)===false){I.result=false}if(!E&&H[G]&&!I.isDefaultPrevented()&&!(o.nodeName(H,"a")&&G=="click")){this.triggered=true;try{H[G]()}catch(L){}}this.triggered=false;if(!I.isPropagationStopped()){var F=H.parentNode||H.ownerDocument;if(F){o.event.trigger(I,K,F,true)}}},handle:function(K){var J,E;K=arguments[0]=o.event.fix(K||l.event);K.currentTarget=this;var L=K.type.split(".");K.type=L.shift();J=!L.length&&!K.exclusive;var I=RegExp("(^|\\.)"+L.slice().sort().join(".*\\.")+"(\\.|$)");E=(o.data(this,"events")||{})[K.type];for(var G in E){var H=E[G];if(J||I.test(H.type)){K.handler=H;K.data=H.data;var F=H.apply(this,arguments);if(F!==g){K.result=F;if(F===false){K.preventDefault();K.stopPropagation()}}if(K.isImmediatePropagationStopped()){break}}}},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode metaKey newValue originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),fix:function(H){if(H[h]){return H}var F=H;H=o.Event(F);for(var G=this.props.length,J;G;){J=this.props[--G];H[J]=F[J]}if(!H.target){H.target=H.srcElement||document}if(H.target.nodeType==3){H.target=H.target.parentNode}if(!H.relatedTarget&&H.fromElement){H.relatedTarget=H.fromElement==H.target?H.toElement:H.fromElement}if(H.pageX==null&&H.clientX!=null){var I=document.documentElement,E=document.body;H.pageX=H.clientX+(I&&I.scrollLeft||E&&E.scrollLeft||0)-(I.clientLeft||0);H.pageY=H.clientY+(I&&I.scrollTop||E&&E.scrollTop||0)-(I.clientTop||0)}if(!H.which&&((H.charCode||H.charCode===0)?H.charCode:H.keyCode)){H.which=H.charCode||H.keyCode}if(!H.metaKey&&H.ctrlKey){H.metaKey=H.ctrlKey}if(!H.which&&H.button){H.which=(H.button&1?1:(H.button&2?3:(H.button&4?2:0)))}return H},proxy:function(F,E){E=E||function(){return F.apply(this,arguments)};E.guid=F.guid=F.guid||E.guid||this.guid++;return E},special:{ready:{setup:B,teardown:function(){}}},specialAll:{live:{setup:function(E,F){o.event.add(this,F[0],c)},teardown:function(G){if(G.length){var E=0,F=RegExp("(^|\\.)"+G[0]+"(\\.|$)");o.each((o.data(this,"events").live||{}),function(){if(F.test(this.type)){E++}});if(E<1){o.event.remove(this,G[0],c)}}}}}};o.Event=function(E){if(!this.preventDefault){return new o.Event(E)}if(E&&E.type){this.originalEvent=E;this.type=E.type}else{this.type=E}this.timeStamp=e();this[h]=true};function k(){return false}function u(){return true}o.Event.prototype={preventDefault:function(){this.isDefaultPrevented=u;var E=this.originalEvent;if(!E){return}if(E.preventDefault){E.preventDefault()}E.returnValue=false},stopPropagation:function(){this.isPropagationStopped=u;var E=this.originalEvent;if(!E){return}if(E.stopPropagation){E.stopPropagation()}E.cancelBubble=true},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=u;this.stopPropagation()},isDefaultPrevented:k,isPropagationStopped:k,isImmediatePropagationStopped:k};var a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=this){F.type=F.data;o.event.handle.apply(this,arguments)}};o.each({mouseover:"mouseenter",mouseout:"mouseleave"},function(F,E){o.event.special[E]={setup:function(){o.event.add(this,F,a,E)},teardown:function(){o.event.remove(this,F,a)}}});o.fn.extend({bind:function(F,G,E){return F=="unload"?this.one(F,G,E):this.each(function(){o.event.add(this,F,E||G,E&&G)})},one:function(G,H,F){var E=o.event.proxy(F||H,function(I){o(this).unbind(I,E);return(F||H).apply(this,arguments)});return this.each(function(){o.event.add(this,G,E,F&&H)})},unbind:function(F,E){return this.each(function(){o.event.remove(this,F,E)})},trigger:function(E,F){return this.each(function(){o.event.trigger(E,F,this)})},triggerHandler:function(E,G){if(this[0]){var F=o.Event(E);F.preventDefault();F.stopPropagation();o.event.trigger(F,G,this[0]);return F.result}},toggle:function(G){var E=arguments,F=1;while(F<E.length){o.event.proxy(G,E[F++])}return this.click(o.event.proxy(G,function(H){this.lastToggle=(this.lastToggle||0)%F;H.preventDefault();return E[this.lastToggle++].apply(this,arguments)||false}))},hover:function(E,F){return this.mouseenter(E).mouseleave(F)},ready:function(E){B();if(o.isReady){E.call(document,o)}else{o.readyList.push(E)}return this},live:function(G,F){var E=o.event.proxy(F);E.guid+=this.selector+G;o(document).bind(i(G,this.selector),this.selector,E);return this},die:function(F,E){o(document).unbind(i(F,this.selector),E?{guid:E.guid+this.selector+F}:null);return this}});function c(H){var E=RegExp("(^|\\.)"+H.type+"(\\.|$)"),G=true,F=[];o.each(o.data(this,"events").live||[],function(I,J){if(E.test(J.type)){var K=o(H.target).closest(J.data)[0];if(K){F.push({elem:K,fn:J})}}});F.sort(function(J,I){return o.data(J.elem,"closest")-o.data(I.elem,"closest")});o.each(F,function(){if(this.fn.call(this.elem,H,this.fn.data)===false){return(G=false)}});return G}function i(F,E){return["live",F,E.replace(/\./g,"`").replace(/ /g,"|")].join(".")}o.extend({isReady:false,readyList:[],ready:function(){if(!o.isReady){o.isReady=true;if(o.readyList){o.each(o.readyList,function(){this.call(document,o)});o.readyList=null}o(document).triggerHandler("ready")}}});var x=false;function B(){if(x){return}x=true;if(document.addEventListener){document.addEventListener("DOMContentLoaded",function(){document.removeEventListener("DOMContentLoaded",arguments.callee,false);o.ready()},false)}else{if(document.attachEvent){document.attachEvent("onreadystatechange",function(){if(document.readyState==="complete"){document.detachEvent("onreadystatechange",arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.isReady){return}try{document.documentElement.doScroll("left")}catch(E){setTimeout(arguments.callee,0);return}o.ready()})()}}}o.event.add(l,"load",o.ready)}o.each(("blur,focus,load,resize,scroll,unload,click,dblclick,mousedown,mouseup,mousemove,mouseover,mouseout,mouseenter,mouseleave,change,select,submit,keydown,keypress,keyup,error").split(","),function(F,E){o.fn[E]=function(G){return G?this.bind(E,G):this.trigger(E)}});o(l).bind("unload",function(){for(var E in o.cache){if(E!=1&&o.cache[E].handle){o.event.remove(o.cache[E].handle.elem)}}});(function(){o.support={};var F=document.documentElement,G=document.createElement("script"),K=document.createElement("div"),J="script"+(new Date).getTime();K.style.display="none";K.innerHTML='   <link/><table></table><a href="/a" style="color:red;float:left;opacity:.5;">a</a><select><option>text</option></select><object><param/></object>';var H=K.getElementsByTagName("*"),E=K.getElementsByTagName("a")[0];if(!H||!H.length||!E){return}o.support={leadingWhitespace:K.firstChild.nodeType==3,tbody:!K.getElementsByTagName("tbody").length,objectAll:!!K.getElementsByTagName("object")[0].getElementsByTagName("*").length,htmlSerialize:!!K.getElementsByTagName("link").length,style:/red/.test(E.getAttribute("style")),hrefNormalized:E.getAttribute("href")==="/a",opacity:E.style.opacity==="0.5",cssFloat:!!E.style.cssFloat,scriptEval:false,noCloneEvent:true,boxModel:null};G.type="text/javascript";try{G.appendChild(document.createTextNode("window."+J+"=1;"))}catch(I){}F.insertBefore(G,F.firstChild);if(l[J]){o.support.scriptEval=true;delete l[J]}F.removeChild(G);if(K.attachEvent&&K.fireEvent){K.attachEvent("onclick",function(){o.support.noCloneEvent=false;K.detachEvent("onclick",arguments.callee)});K.cloneNode(true).fireEvent("onclick")}o(function(){var L=document.createElement("div");L.style.width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offsetWidth===2;document.body.removeChild(L).style.display="none"})})();var w=o.support.cssFloat?"cssFloat":"styleFloat";o.props={"for":"htmlFor","class":"className","float":w,cssFloat:w,styleFloat:w,readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",tabindex:"tabIndex"};o.fn.extend({_load:o.fn.load,load:function(G,J,K){if(typeof G!=="string"){return this._load(G)}var I=G.indexOf(" ");if(I>=0){var E=G.slice(I,G.length);G=G.slice(0,I)}var H="GET";if(J){if(o.isFunction(J)){K=J;J=null}else{if(typeof J==="object"){J=o.param(J);H="POST"}}}var F=this;o.ajax({url:G,type:H,dataType:"html",data:J,complete:function(M,L){if(L=="success"||L=="notmodified"){F.html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.responseText)}if(K){F.each(K,[M.responseText,L,M])}}});return this},serialize:function(){return o.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?o.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||/select|textarea/i.test(this.nodeName)||/text|hidden|password|search/i.test(this.type))}).map(function(E,F){var G=o(this).val();return G==null?null:o.isArray(G)?o.map(G,function(I,H){return{name:F.name,value:I}}):{name:F.name,value:G}}).get()}});o.each("ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","),function(E,F){o.fn[F]=function(G){return this.bind(F,G)}});var r=e();o.extend({get:function(E,G,H,F){if(o.isFunction(G)){H=G;G=null}return o.ajax({type:"GET",url:E,data:G,success:H,dataType:F})},getScript:function(E,F){return o.get(E,null,F,"script")},getJSON:function(E,F,G){return o.get(E,F,G,"json")},post:function(E,G,H,F){if(o.isFunction(G)){H=G;G={}}return o.ajax({type:"POST",url:E,data:G,success:H,dataType:F})},ajaxSetup:function(E){o.extend(o.ajaxSettings,E)},ajaxSettings:{url:location.href,global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHttpRequest()},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},ajax:function(M){M=o.extend(true,M,o.extend(true,{},o.ajaxSettings,M));var W,F=/=\?(&|$)/g,R,V,G=M.type.toUpperCase();if(M.data&&M.processData&&typeof M.data!=="string"){M.data=o.param(M.data)}if(M.dataType=="jsonp"){if(G=="GET"){if(!M.url.match(F)){M.url+=(M.url.match(/\?/)?"&":"?")+(M.jsonp||"callback")+"=?"}}else{if(!M.data||!M.data.match(F)){M.data=(M.data?M.data+"&":"")+(M.jsonp||"callback")+"=?"}}M.dataType="json"}if(M.dataType=="json"&&(M.data&&M.data.match(F)||M.url.match(F))){W="jsonp"+r++;if(M.data){M.data=(M.data+"").replace(F,"="+W+"$1")}M.url=M.url.replace(F,"="+W+"$1");M.dataType="script";l[W]=function(X){V=X;I();L();l[W]=g;try{delete l[W]}catch(Y){}if(H){H.removeChild(T)}}}if(M.dataType=="script"&&M.cache==null){M.cache=false}if(M.cache===false&&G=="GET"){var E=e();var U=M.url.replace(/(\?|&)_=.*?(&|$)/,"$1_="+E+"$2");M.url=U+((U==M.url)?(M.url.match(/\?/)?"&":"?")+"_="+E:"")}if(M.data&&G=="GET"){M.url+=(M.url.match(/\?/)?"&":"?")+M.data;M.data=null}if(M.global&&!o.active++){o.event.trigger("ajaxStart")}var Q=/^(\w+:)?\/\/([^\/?#]+)/.exec(M.url);if(M.dataType=="script"&&G=="GET"&&Q&&(Q[1]&&Q[1]!=location.protocol||Q[2]!=location.host)){var H=document.getElementsByTagName("head")[0];var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}if(!W){var O=false;T.onload=T.onreadystatechange=function(){if(!O&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){O=true;I();L();T.onload=T.onreadystatechange=null;H.removeChild(T)}}}H.appendChild(T);return g}var K=false;var J=M.xhr();if(M.username){J.open(G,M.url,M.async,M.username,M.password)}else{J.open(G,M.url,M.async)}try{if(M.data){J.setRequestHeader("Content-Type",M.contentType)}if(M.ifModified){J.setRequestHeader("If-Modified-Since",o.lastModified[M.url]||"Thu, 01 Jan 1970 00:00:00 GMT")}J.setRequestHeader("X-Requested-With","XMLHttpRequest");J.setRequestHeader("Accept",M.dataType&&M.accepts[M.dataType]?M.accepts[M.dataType]+", */*":M.accepts._default)}catch(S){}if(M.beforeSend&&M.beforeSend(J,M)===false){if(M.global&&!--o.active){o.event.trigger("ajaxStop")}J.abort();return false}if(M.global){o.event.trigger("ajaxSend",[J,M])}var N=function(X){if(J.readyState==0){if(P){clearInterval(P);P=null;if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}}else{if(!K&&J&&(J.readyState==4||X=="timeout")){K=true;if(P){clearInterval(P);P=null}R=X=="timeout"?"timeout":!o.httpSuccess(J)?"error":M.ifModified&&o.httpNotModified(J,M.url)?"notmodified":"success";if(R=="success"){try{V=o.httpData(J,M.dataType,M)}catch(Z){R="parsererror"}}if(R=="success"){var Y;try{Y=J.getResponseHeader("Last-Modified")}catch(Z){}if(M.ifModified&&Y){o.lastModified[M.url]=Y}if(!W){I()}}else{o.handleError(M,J,R)}L();if(X){J.abort()}if(M.async){J=null}}}};if(M.async){var P=setInterval(N,13);if(M.timeout>0){setTimeout(function(){if(J&&!K){N("timeout")}},M.timeout)}}try{J.send(M.data)}catch(S){o.handleError(M,J,null,S)}if(!M.async){N()}function I(){if(M.success){M.success(V,R)}if(M.global){o.event.trigger("ajaxSuccess",[J,M])}}function L(){if(M.complete){M.complete(J,R)}if(M.global){o.event.trigger("ajaxComplete",[J,M])}if(M.global&&!--o.active){o.event.trigger("ajaxStop")}}return J},handleError:function(F,H,E,G){if(F.error){F.error(H,E,G)}if(F.global){o.event.trigger("ajaxError",[H,F,G])}},active:0,httpSuccess:function(F){try{return !F.status&&location.protocol=="file:"||(F.status>=200&&F.status<300)||F.status==304||F.status==1223}catch(E){}return false},httpNotModified:function(G,E){try{var H=G.getResponseHeader("Last-Modified");return G.status==304||H==o.lastModified[E]}catch(F){}return false},httpData:function(J,H,G){var F=J.getResponseHeader("content-type"),E=H=="xml"||!H&&F&&F.indexOf("xml")>=0,I=E?J.responseXML:J.responseText;if(E&&I.documentElement.tagName=="parsererror"){throw"parsererror"}if(G&&G.dataFilter){I=G.dataFilter(I,H)}if(typeof I==="string"){if(H=="script"){o.globalEval(I)}if(H=="json"){I=l["eval"]("("+I+")")}}return I},param:function(E){var G=[];function H(I,J){G[G.length]=encodeURIComponent(I)+"="+encodeURIComponent(J)}if(o.isArray(E)||E.jquery){o.each(E,function(){H(this.name,this.value)})}else{for(var F in E){if(o.isArray(E[F])){o.each(E[F],function(){H(F,this)})}else{H(F,o.isFunction(E[F])?E[F]():E[F])}}}return G.join("&").replace(/%20/g,"+")}});var m={},n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];function t(F,E){var G={};o.each(d.concat.apply([],d.slice(0,E)),function(){G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}else{for(var H=0,F=this.length;H<F;H++){var E=o.data(this[H],"olddisplay");this[H].style.display=E||"";if(o.css(this[H],"display")==="none"){var G=this[H].tagName,K;if(m[G]){K=m[G]}else{var I=o("<"+G+" />").appendTo("body");K=I.css("display");if(K==="none"){K="block"}I.remove();m[G]=K}o.data(this[H],"olddisplay",K)}}for(var H=0,F=this.length;H<F;H++){this[H].style.display=o.data(this[H],"olddisplay")||""}return this}},hide:function(H,I){if(H){return this.animate(t("hide",3),H,I)}else{for(var G=0,F=this.length;G<F;G++){var E=o.data(this[G],"olddisplay");if(!E&&E!=="none"){o.data(this[G],"olddisplay",o.css(this[G],"display"))}}for(var G=0,F=this.length;G<F;G++){this[G].style.display="none"}return this}},_toggle:o.fn.toggle,toggle:function(G,F){var E=typeof G==="boolean";return o.isFunction(G)&&o.isFunction(F)?this._toggle.apply(this,arguments):G==null||E?this.each(function(){var H=E?G:o(this).is(":hidden");o(this)[H?"show":"hide"]()}):this.animate(t("toggle",3),G,F)},fadeTo:function(E,G,F){return this.animate({opacity:G},E,F)},animate:function(I,F,H,G){var E=o.speed(F,H,G);return this[E.queue===false?"each":"queue"](function(){var K=o.extend({},E),M,L=this.nodeType==1&&o(this).is(":hidden"),J=this;for(M in I){if(I[M]=="hide"&&L||I[M]=="show"&&!L){return K.complete.call(this)}if((M=="height"||M=="width")&&this.style){K.display=o.css(this,"display");K.overflow=this.style.overflow}}if(K.overflow!=null){this.style.overflow="hidden"}K.curAnim=o.extend({},I);o.each(I,function(O,S){var R=new o.fx(J,K,O);if(/toggle|show|hide/.test(S)){R[S=="toggle"?L?"show":"hide":S](I)}else{var Q=S.toString().match(/^([+-]=)?([\d+-.]+)(.*)$/),T=R.cur(true)||0;if(Q){var N=parseFloat(Q[2]),P=Q[3]||"px";if(P!="px"){J.style[O]=(N||1)+P;T=((N||1)/R.cur(true))*T;J.style[O]=T+P}if(Q[1]){N=((Q[1]=="-="?-1:1)*N)+T}R.custom(T,N,P)}else{R.custom(T,S,"")}}});return true})},stop:function(F,E){var G=o.timers;if(F){this.queue([])}this.each(function(){for(var H=G.length-1;H>=0;H--){if(G[H].elem==this){if(E){G[H](true)}G.splice(H,1)}}});if(!E){this.dequeue()}return this}});o.each({slideDown:t("show",1),slideUp:t("hide",1),slideToggle:t("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(E,F){o.fn[E]=function(G,H){return this.animate(F,G,H)}});o.extend({speed:function(G,H,F){var E=typeof G==="object"?G:{complete:F||!F&&H||o.isFunction(G)&&G,duration:G,easing:F&&H||H&&!o.isFunction(H)&&H};E.duration=o.fx.off?0:typeof E.duration==="number"?E.duration:o.fx.speeds[E.duration]||o.fx.speeds._default;E.old=E.complete;E.complete=function(){if(E.queue!==false){o(this).dequeue()}if(o.isFunction(E.old)){E.old.call(this)}};return E},easing:{linear:function(G,H,E,F){return E+F*G},swing:function(G,H,E,F){return((-Math.cos(G*Math.PI)/2)+0.5)*F+E}},timers:[],fx:function(F,E,G){this.options=E;this.elem=F;this.prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step[this.prop]||o.fx.step._default)(this);if((this.prop=="height"||this.prop=="width")&&this.elem.style){this.elem.style.display="block"}},cur:function(F){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null)){return this.elem[this.prop]}var E=parseFloat(o.css(this.elem,this.prop,F));return E&&E>-10000?E:parseFloat(o.curCSS(this.elem,this.prop))||0},custom:function(I,H,G){this.startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=this.state=0;var E=this;function F(J){return E.step(J)}F.elem=this.elem;if(F()&&o.timers.push(F)&&!n){n=setInterval(function(){var K=o.timers;for(var J=0;J<K.length;J++){if(!K[J]()){K.splice(J--,1)}}if(!K.length){clearInterval(n);n=g}},13)}},show:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.show=true;this.custom(this.prop=="width"||this.prop=="height"?1:0,this.cur());o(this.elem).show()},hide:function(){this.options.orig[this.prop]=o.attr(this.elem.style,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(H){var G=e();if(H||G>=this.options.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;var E=true;for(var F in this.options.curAnim){if(this.options.curAnim[F]!==true){E=false}}if(E){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;this.elem.style.display=this.options.display;if(o.css(this.elem,"display")=="none"){this.elem.style.display="block"}}if(this.options.hide){o(this.elem).hide()}if(this.options.hide||this.options.show){for(var I in this.options.curAnim){o.attr(this.elem.style,I,this.options.orig[I])}}this.options.complete.call(this.elem)}return false}else{var J=G-this.startTime;this.state=J/this.options.duration;this.pos=o.easing[this.options.easing||(o.easing.swing?"swing":"linear")](this.state,J,0,1,this.options.duration);this.now=this.start+((this.end-this.start)*this.pos);this.update()}return true}};o.extend(o.fx,{speeds:{slow:600,fast:200,_default:400},step:{opacity:function(E){o.attr(E.elem.style,"opacity",E.now)},_default:function(E){if(E.elem.style&&E.elem.style[E.prop]!=null){E.elem.style[E.prop]=E.now+E.unit}else{E.elem[E.prop]=E.now}}}});if(document.documentElement.getBoundingClientRect){o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=this[0].getBoundingClientRect(),J=this[0].ownerDocument,F=J.body,E=J.documentElement,L=E.clientTop||F.clientTop||0,K=E.clientLeft||F.clientLeft||0,I=G.top+(self.pageYOffset||o.boxModel&&E.scrollTop||F.scrollTop)-L,H=G.left+(self.pageXOffset||o.boxModel&&E.scrollLeft||F.scrollLeft)-K;return{top:I,left:H}}}else{o.fn.offset=function(){if(!this[0]){return{top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}o.offset.initialized||o.offset.initialize();var J=this[0],G=J.offsetParent,F=J,O=J.ownerDocument,M,H=O.documentElement,K=O.body,L=O.defaultView,E=L.getComputedStyle(J,null),N=J.offsetTop,I=J.offsetLeft;while((J=J.parentNode)&&J!==K&&J!==H){M=L.getComputedStyle(J,null);N-=J.scrollTop,I-=J.scrollLeft;if(J===G){N+=J.offsetTop,I+=J.offsetLeft;if(o.offset.doesNotAddBorder&&!(o.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(J.tagName))){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}F=G,G=J.offsetParent}if(o.offset.subtractsBorderForOverflowNotVisible&&M.overflow!=="visible"){N+=parseInt(M.borderTopWidth,10)||0,I+=parseInt(M.borderLeftWidth,10)||0}E=M}if(E.position==="relative"||E.position==="static"){N+=K.offsetTop,I+=K.offsetLeft}if(E.position==="fixed"){N+=Math.max(H.scrollTop,K.scrollTop),I+=Math.max(H.scrollLeft,K.scrollLeft)}return{top:N,left:I}}}o.offset={initialize:function(){if(this.initialized){return}var L=document.body,F=document.createElement("div"),H,G,N,I,M,E,J=L.style.marginTop,K='<div style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;"><div></div></div><table style="position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;" cellpadding="0" cellspacing="0"><tr><td></td></tr></table>';M={position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"};for(E in M){F.style[E]=M[E]}F.innerHTML=K;L.insertBefore(F,L.firstChild);H=F.firstChild,G=H.firstChild,I=H.nextSibling.firstChild.firstChild;this.doesNotAddBorder=(G.offsetTop!==5);this.doesAddBorderForTableAndCells=(I.offsetTop===5);H.style.overflow="hidden",H.style.position="relative";this.subtractsBorderForOverflowNotVisible=(G.offsetTop===-5);L.style.marginTop="1px";this.doesNotIncludeMarginInBodyOffset=(L.offsetTop===0);L.style.marginTop=J;L.removeChild(F);this.initialized=true},bodyOffset:function(E){o.offset.initialized||o.offset.initialize();var G=E.offsetTop,F=E.offsetLeft;if(o.offset.doesNotIncludeMarginInBodyOffset){G+=parseInt(o.curCSS(E,"marginTop",true),10)||0,F+=parseInt(o.curCSS(E,"marginLeft",true),10)||0}return{top:G,left:F}}};o.fn.extend({position:function(){var I=0,H=0,F;if(this[0]){var G=this.offsetParent(),J=this.offset(),E=/^body|html$/i.test(G[0].tagName)?{top:0,left:0}:G.offset();J.top-=j(this,"marginTop");J.left-=j(this,"marginLeft");E.top+=j(G,"borderTopWidth");E.left+=j(G,"borderLeftWidth");F={top:J.top-E.top,left:J.left-E.left}}return F},offsetParent:function(){var E=this[0].offsetParent||document.body;while(E&&(!/^body|html$/i.test(E.tagName)&&o.css(E,"position")=="static")){E=E.offsetParent}return o(E)}});o.each(["Left","Top"],function(F,E){var G="scroll"+E;o.fn[G]=function(H){if(!this[0]){return null}return H!==g?this.each(function(){this==l||this==document?l.scrollTo(!F?H:o(l).scrollLeft(),F?H:o(l).scrollTop()):this[G]=H}):this[0]==l||this[0]==document?self[F?"pageYOffset":"pageXOffset"]||o.boxModel&&document.documentElement[G]||document.body[G]:this[0][G]}});o.each(["Height","Width"],function(I,G){var E=I?"Left":"Top",H=I?"Right":"Bottom",F=G.toLowerCase();o.fn["inner"+G]=function(){return this[0]?o.css(this[0],F,false,"padding"):null};o.fn["outer"+G]=function(K){return this[0]?o.css(this[0],F,false,K?"margin":"border"):null};var J=G.toLowerCase();o.fn[J]=function(K){return this[0]==l?document.compatMode=="CSS1Compat"&&document.documentElement["client"+G]||document.body["client"+G]:this[0]==document?Math.max(document.documentElement["client"+G],document.body["scroll"+G],document.documentElement["scroll"+G],document.body["offset"+G],document.documentElement["offset"+G]):K===g?(this.length?o.css(this[0],J):null):this.css(J,typeof K==="string"?K:K+"px")}})})();

/*!
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.72 (09-SEP-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
;(function($) {

var ver = '2.72';

// if $.support is not defined (pre jQuery 1.3) add what I need
if ($.support == undefined) {
	$.support = {
		opacity: !($.browser.msie)
	};
}

function debug(s) {
	if ($.fn.cycle.debug)
		log(s);
}		
function log() {
	if (window.console && window.console.log)
		window.console.log('[cycle] ' + Array.prototype.join.call(arguments,' '));
	//$('body').append('<div>'+Array.prototype.join.call(arguments,' ')+'</div>');
};

// the options arg can be...
//   a number  - indicates an immediate transition should occur to the given slide index
//   a string  - 'stop', 'pause', 'resume', or the name of a transition effect (ie, 'fade', 'zoom', etc)
//   an object - properties to control the slideshow
//
// the arg2 arg can be...
//   the name of an fx (only used in conjunction with a numeric value for 'options')
//   the value true (only used in conjunction with a options == 'resume') and indicates
//	 that the resume should occur immediately (not wait for next timeout)

$.fn.cycle = function(options, arg2) {
	var o = { s: this.selector, c: this.context };

	// in 1.3+ we can fix mistakes with the ready state
	if (this.length === 0 && options != 'stop') {
		if (!$.isReady && o.s) {
			log('DOM not ready, queuing slideshow');
			$(function() {
				$(o.s,o.c).cycle(options,arg2);
			});
			return this;
		}
		// is your DOM ready?  http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
		log('terminating; zero elements found by selector' + ($.isReady ? '' : ' (DOM not ready)'));
		return this;
	}

	// iterate the matched nodeset
	return this.each(function() {
		var opts = handleArguments(this, options, arg2);
		if (opts === false)
			return;

		// stop existing slideshow for this container (if there is one)
		if (this.cycleTimeout)
			clearTimeout(this.cycleTimeout);
		this.cycleTimeout = this.cyclePause = 0;

		var $cont = $(this);
		var $slides = opts.slideExpr ? $(opts.slideExpr, this) : $cont.children();
		var els = $slides.get();
		if (els.length < 2) {
			log('terminating; too few slides: ' + els.length);
			return;
		}

		var opts2 = buildOptions($cont, $slides, els, opts, o);
		if (opts2 === false)
			return;

		var startTime = opts2.continuous ? 10 : getTimeout(opts2.currSlide, opts2.nextSlide, opts2, !opts2.rev);

		// if it's an auto slideshow, kick it off
		if (startTime) {
			startTime += (opts2.delay || 0);
			if (startTime < 10)
				startTime = 10;
			debug('first timeout: ' + startTime);
			this.cycleTimeout = setTimeout(function(){go(els,opts2,0,!opts2.rev)}, startTime);
		}
	});
};

// process the args that were passed to the plugin fn
function handleArguments(cont, options, arg2) {
	if (cont.cycleStop == undefined)
		cont.cycleStop = 0;
	if (options === undefined || options === null)
		options = {};
	if (options.constructor == String) {
		switch(options) {
		case 'stop':
			cont.cycleStop++; // callbacks look for change
			if (cont.cycleTimeout)
				clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
			$(cont).removeData('cycle.opts');
			return false;
		case 'pause':
			cont.cyclePause = 1;
			return false;
		case 'resume':
			cont.cyclePause = 0;
			if (arg2 === true) { // resume now!
				options = $(cont).data('cycle.opts');
				if (!options) {
					log('options not found, can not resume');
					return false;
				}
				if (cont.cycleTimeout) {
					clearTimeout(cont.cycleTimeout);
					cont.cycleTimeout = 0;
				}
				go(options.elements, options, 1, 1);
			}
			return false;
		case 'prev':
		case 'next':
			var opts = $(cont).data('cycle.opts');
			if (!opts) {
				log('options not found, "prev/next" ignored');
				return false;
			}
			$.fn.cycle[options](opts);
			return false;
		default:
			options = { fx: options };
		};
		return options;
	}
	else if (options.constructor == Number) {
		// go to the requested slide
		var num = options;
		options = $(cont).data('cycle.opts');
		if (!options) {
			log('options not found, can not advance slide');
			return false;
		}
		if (num < 0 || num >= options.elements.length) {
			log('invalid slide index: ' + num);
			return false;
		}
		options.nextSlide = num;
		if (cont.cycleTimeout) {
			clearTimeout(cont.cycleTimeout);
			cont.cycleTimeout = 0;
		}
		if (typeof arg2 == 'string')
			options.oneTimeFx = arg2;
		go(options.elements, options, 1, num >= options.currSlide);
		return false;
	}
	return options;
};

function removeFilter(el, opts) {
	if (!$.support.opacity && opts.cleartype && el.style.filter) {
		try { el.style.removeAttribute('filter'); }
		catch(smother) {} // handle old opera versions
	}
};

// one-time initialization
function buildOptions($cont, $slides, els, options, o) {
	// support metadata plugin (v1.0 and v2.0)
	var opts = $.extend({}, $.fn.cycle.defaults, options || {}, $.metadata ? $cont.metadata() : $.meta ? $cont.data() : {});
	if (opts.autostop)
		opts.countdown = opts.autostopCount || els.length;

	var cont = $cont[0];
	$cont.data('cycle.opts', opts);
	opts.$cont = $cont;
	opts.stopCount = cont.cycleStop;
	opts.elements = els;
	opts.before = opts.before ? [opts.before] : [];
	opts.after = opts.after ? [opts.after] : [];
	opts.after.unshift(function(){ opts.busy=0; });

	// push some after callbacks
	if (!$.support.opacity && opts.cleartype)
		opts.after.push(function() { removeFilter(this, opts); });
	if (opts.continuous)
		opts.after.push(function() { go(els,opts,0,!opts.rev); });

	saveOriginalOpts(opts);

	// clearType corrections
	if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
		clearTypeFix($slides);

	// container requires non-static position so that slides can be position within
	if ($cont.css('position') == 'static')
		$cont.css('position', 'relative');
	if (opts.width)
		$cont.width(opts.width);
	if (opts.height && opts.height != 'auto')
		$cont.height(opts.height);

	if (opts.startingSlide)
		opts.startingSlide = parseInt(opts.startingSlide);

	// if random, mix up the slide array
	if (opts.random) {
		opts.randomMap = [];
		for (var i = 0; i < els.length; i++)
			opts.randomMap.push(i);
		opts.randomMap.sort(function(a,b) {return Math.random() - 0.5;});
		opts.randomIndex = 0;
		opts.startingSlide = opts.randomMap[0];
	}
	else if (opts.startingSlide >= els.length)
		opts.startingSlide = 0; // catch bogus input
	opts.currSlide = opts.startingSlide = opts.startingSlide || 0;
	var first = opts.startingSlide;

	// set position and zIndex on all the slides
	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
		var z = first ? i >= first ? els.length - (i-first) : first-i : els.length-i;
		$(this).css('z-index', z)
	});

	// make sure first slide is visible
	$(els[first]).css('opacity',1).show(); // opacity bit needed to handle restart use case
	removeFilter(els[first], opts);

	// stretch slides
	if (opts.fit && opts.width)
		$slides.width(opts.width);
	if (opts.fit && opts.height && opts.height != 'auto')
		$slides.height(opts.height);

	// stretch container
	var reshape = opts.containerResize && !$cont.innerHeight();
	if (reshape) { // do this only if container has no size http://tinyurl.com/da2oa9
		var maxw = 0, maxh = 0;
		for(var j=0; j < els.length; j++) {
			var $e = $(els[j]), e = $e[0], w = $e.outerWidth(), h = $e.outerHeight();
			if (!w) w = e.offsetWidth;
			if (!h) h = e.offsetHeight;
			maxw = w > maxw ? w : maxw;
			maxh = h > maxh ? h : maxh;
		}
		if (maxw > 0 && maxh > 0)
			$cont.css({width:maxw+'px',height:maxh+'px'});
	}

	if (opts.pause)
		$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});

	if (supportMultiTransitions(opts) === false)
		return false;

	// apparently a lot of people use image slideshows without height/width attributes on the images.
	// Cycle 2.50+ requires the sizing info for every slide; this block tries to deal with that.
	var requeue = false;
	options.requeueAttempts = options.requeueAttempts || 0;
	$slides.each(function() {
		// try to get height/width of each slide
		var $el = $(this);
		this.cycleH = (opts.fit && opts.height) ? opts.height : $el.height();
		this.cycleW = (opts.fit && opts.width) ? opts.width : $el.width();

		if ( $el.is('img') ) {
			// sigh..  sniffing, hacking, shrugging...  this crappy hack tries to account for what browsers do when
			// an image is being downloaded and the markup did not include sizing info (height/width attributes);
			// there seems to be some "default" sizes used in this situation
			var loadingIE	= ($.browser.msie  && this.cycleW == 28 && this.cycleH == 30 && !this.complete);
			var loadingFF	= ($.browser.mozilla && this.cycleW == 34 && this.cycleH == 19 && !this.complete);
			var loadingOp	= ($.browser.opera && ((this.cycleW == 42 && this.cycleH == 19) || (this.cycleW == 37 && this.cycleH == 17)) && !this.complete);
			var loadingOther = (this.cycleH == 0 && this.cycleW == 0 && !this.complete);
			// don't requeue for images that are still loading but have a valid size
			if (loadingIE || loadingFF || loadingOp || loadingOther) {
				if (o.s && opts.requeueOnImageNotLoaded && ++options.requeueAttempts < 100) { // track retry count so we don't loop forever
					log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ', this.src, this.cycleW, this.cycleH);
					setTimeout(function() {$(o.s,o.c).cycle(options)}, opts.requeueTimeout);
					requeue = true;
					return false; // break each loop
				}
				else {
					log('could not determine size of image: '+this.src, this.cycleW, this.cycleH);
				}
			}
		}
		return true;
	});

	if (requeue)
		return false;

	opts.cssBefore = opts.cssBefore || {};
	opts.animIn = opts.animIn || {};
	opts.animOut = opts.animOut || {};

	$slides.not(':eq('+first+')').css(opts.cssBefore);
	if (opts.cssFirst)
		$($slides[first]).css(opts.cssFirst);

	if (opts.timeout) {
		opts.timeout = parseInt(opts.timeout);
		// ensure that timeout and speed settings are sane
		if (opts.speed.constructor == String)
			opts.speed = $.fx.speeds[opts.speed] || parseInt(opts.speed);
		if (!opts.sync)
			opts.speed = opts.speed / 2;
		while((opts.timeout - opts.speed) < 250) // sanitize timeout
			opts.timeout += opts.speed;
	}
	if (opts.easing)
		opts.easeIn = opts.easeOut = opts.easing;
	if (!opts.speedIn)
		opts.speedIn = opts.speed;
	if (!opts.speedOut)
		opts.speedOut = opts.speed;

	opts.slideCount = els.length;
	opts.currSlide = opts.lastSlide = first;
	if (opts.random) {
		opts.nextSlide = opts.currSlide;
		if (++opts.randomIndex == els.length)
			opts.randomIndex = 0;
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else
		opts.nextSlide = opts.startingSlide >= (els.length-1) ? 0 : opts.startingSlide+1;

	// run transition init fn
	if (!opts.multiFx) {
		var init = $.fn.cycle.transitions[opts.fx];
		if ($.isFunction(init))
			init($cont, $slides, opts);
		else if (opts.fx != 'custom' && !opts.multiFx) {
			log('unknown transition: ' + opts.fx,'; slideshow terminating');
			return false;
		}
	}

	// fire artificial events
	var e0 = $slides[first];
	if (opts.before.length)
		opts.before[0].apply(e0, [e0, e0, opts, true]);
	if (opts.after.length > 1)
		opts.after[1].apply(e0, [e0, e0, opts, true]);

	if (opts.next)
		$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});
	if (opts.prev)
		$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});
	if (opts.pager)
		buildPager(els,opts);

	exposeAddSlide(opts, els);

	return opts;
};

// save off original opts so we can restore after clearing state
function saveOriginalOpts(opts) {
	opts.original = { before: [], after: [] };
	opts.original.cssBefore = $.extend({}, opts.cssBefore);
	opts.original.cssAfter  = $.extend({}, opts.cssAfter);
	opts.original.animIn	= $.extend({}, opts.animIn);
	opts.original.animOut   = $.extend({}, opts.animOut);
	$.each(opts.before, function() { opts.original.before.push(this); });
	$.each(opts.after,  function() { opts.original.after.push(this); });
};

function supportMultiTransitions(opts) {
	var i, tx, txs = $.fn.cycle.transitions;
	// look for multiple effects
	if (opts.fx.indexOf(',') > 0) {
		opts.multiFx = true;
		opts.fxs = opts.fx.replace(/\s*/g,'').split(',');
		// discard any bogus effect names
		for (i=0; i < opts.fxs.length; i++) {
			var fx = opts.fxs[i];
			tx = txs[fx];
			if (!tx || !txs.hasOwnProperty(fx) || !$.isFunction(tx)) {
				log('discarding unknown transition: ',fx);
				opts.fxs.splice(i,1);
				i--;
			}
		}
		// if we have an empty list then we threw everything away!
		if (!opts.fxs.length) {
			log('No valid transitions named; slideshow terminating.');
			return false;
		}
	}
	else if (opts.fx == 'all') {  // auto-gen the list of transitions
		opts.multiFx = true;
		opts.fxs = [];
		for (p in txs) {
			tx = txs[p];
			if (txs.hasOwnProperty(p) && $.isFunction(tx))
				opts.fxs.push(p);
		}
	}
	if (opts.multiFx && opts.randomizeEffects) {
		// munge the fxs array to make effect selection random
		var r1 = Math.floor(Math.random() * 20) + 30;
		for (i = 0; i < r1; i++) {
			var r2 = Math.floor(Math.random() * opts.fxs.length);
			opts.fxs.push(opts.fxs.splice(r2,1)[0]);
		}
		debug('randomized fx sequence: ',opts.fxs);
	}
	return true;
};

// provide a mechanism for adding slides after the slideshow has started
function exposeAddSlide(opts, els) {
	opts.addSlide = function(newSlide, prepend) {
		var $s = $(newSlide), s = $s[0];
		if (!opts.autostopCount)
			opts.countdown++;
		els[prepend?'unshift':'push'](s);
		if (opts.els)
			opts.els[prepend?'unshift':'push'](s); // shuffle needs this
		opts.slideCount = els.length;

		$s.css('position','absolute');
		$s[prepend?'prependTo':'appendTo'](opts.$cont);

		if (prepend) {
			opts.currSlide++;
			opts.nextSlide++;
		}

		if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
			clearTypeFix($s);

		if (opts.fit && opts.width)
			$s.width(opts.width);
		if (opts.fit && opts.height && opts.height != 'auto')
			$slides.height(opts.height);
		s.cycleH = (opts.fit && opts.height) ? opts.height : $s.height();
		s.cycleW = (opts.fit && opts.width) ? opts.width : $s.width();

		$s.css(opts.cssBefore);

		if (opts.pager)
			$.fn.cycle.createPagerAnchor(els.length-1, s, $(opts.pager), els, opts);

		if ($.isFunction(opts.onAddSlide))
			opts.onAddSlide($s);
		else
			$s.hide(); // default behavior
	};
}

// reset internal state; we do this on every pass in order to support multiple effects
$.fn.cycle.resetState = function(opts, fx) {
	fx = fx || opts.fx;
	opts.before = []; opts.after = [];
	opts.cssBefore = $.extend({}, opts.original.cssBefore);
	opts.cssAfter  = $.extend({}, opts.original.cssAfter);
	opts.animIn	= $.extend({}, opts.original.animIn);
	opts.animOut   = $.extend({}, opts.original.animOut);
	opts.fxFn = null;
	$.each(opts.original.before, function() { opts.before.push(this); });
	$.each(opts.original.after,  function() { opts.after.push(this); });

	// re-init
	var init = $.fn.cycle.transitions[fx];
	if ($.isFunction(init))
		init(opts.$cont, $(opts.elements), opts);
};

// this is the main engine fn, it handles the timeouts, callbacks and slide index mgmt
function go(els, opts, manual, fwd) {
	// opts.busy is true if we're in the middle of an animation
	if (manual && opts.busy && opts.manualTrump) {
		// let manual transitions requests trump active ones
		$(els).stop(true,true);
		opts.busy = false;
	}
	// don't begin another timeout-based transition if there is one active
	if (opts.busy)
		return;

	var p = opts.$cont[0], curr = els[opts.currSlide], next = els[opts.nextSlide];

	// stop cycling if we have an outstanding stop request
	if (p.cycleStop != opts.stopCount || p.cycleTimeout === 0 && !manual)
		return;

	// check to see if we should stop cycling based on autostop options
	if (!manual && !p.cyclePause &&
		((opts.autostop && (--opts.countdown <= 0)) ||
		(opts.nowrap && !opts.random && opts.nextSlide < opts.currSlide))) {
		if (opts.end)
			opts.end(opts);
		return;
	}

	// if slideshow is paused, only transition on a manual trigger
	if (manual || !p.cyclePause) {
		var fx = opts.fx;
		// keep trying to get the slide size if we don't have it yet
		curr.cycleH = curr.cycleH || $(curr).height();
		curr.cycleW = curr.cycleW || $(curr).width();
		next.cycleH = next.cycleH || $(next).height();
		next.cycleW = next.cycleW || $(next).width();

		// support multiple transition types
		if (opts.multiFx) {
			if (opts.lastFx == undefined || ++opts.lastFx >= opts.fxs.length)
				opts.lastFx = 0;
			fx = opts.fxs[opts.lastFx];
			opts.currFx = fx;
		}

		// one-time fx overrides apply to:  $('div').cycle(3,'zoom');
		if (opts.oneTimeFx) {
			fx = opts.oneTimeFx;
			opts.oneTimeFx = null;
		}

		$.fn.cycle.resetState(opts, fx);

		// run the before callbacks
		if (opts.before.length)
			$.each(opts.before, function(i,o) {
				if (p.cycleStop != opts.stopCount) return;
				o.apply(next, [curr, next, opts, fwd]);
			});

		// stage the after callacks
		var after = function() {
			$.each(opts.after, function(i,o) {
				if (p.cycleStop != opts.stopCount) return;
				o.apply(next, [curr, next, opts, fwd]);
			});
		};

		if (opts.nextSlide != opts.currSlide) {
			// get ready to perform the transition
			opts.busy = 1;
			if (opts.fxFn) // fx function provided?
				opts.fxFn(curr, next, opts, after, fwd);
			else if ($.isFunction($.fn.cycle[opts.fx])) // fx plugin ?
				$.fn.cycle[opts.fx](curr, next, opts, after);
			else
				$.fn.cycle.custom(curr, next, opts, after, manual && opts.fastOnEvent);
		}

		// calculate the next slide
		opts.lastSlide = opts.currSlide;
		if (opts.random) {
			opts.currSlide = opts.nextSlide;
			if (++opts.randomIndex == els.length)
				opts.randomIndex = 0;
			opts.nextSlide = opts.randomMap[opts.randomIndex];
		}
		else { // sequence
			var roll = (opts.nextSlide + 1) == els.length;
			opts.nextSlide = roll ? 0 : opts.nextSlide+1;
			opts.currSlide = roll ? els.length-1 : opts.nextSlide-1;
		}

		if (opts.pager)
			$.fn.cycle.updateActivePagerLink(opts.pager, opts.currSlide);
	}

	// stage the next transtion
	var ms = 0;
	if (opts.timeout && !opts.continuous)
		ms = getTimeout(curr, next, opts, fwd);
	else if (opts.continuous && p.cyclePause) // continuous shows work off an after callback, not this timer logic
		ms = 10;
	if (ms > 0)
		p.cycleTimeout = setTimeout(function(){ go(els, opts, 0, !opts.rev) }, ms);
};

// invoked after transition
$.fn.cycle.updateActivePagerLink = function(pager, currSlide) {
	$(pager).find('a').removeClass('activeSlide').filter('a:eq('+currSlide+')').addClass('activeSlide');
};

// calculate timeout value for current transition
function getTimeout(curr, next, opts, fwd) {
	if (opts.timeoutFn) {
		// call user provided calc fn
		var t = opts.timeoutFn(curr,next,opts,fwd);
		while ((t - opts.speed) < 250) // sanitize timeout
			t += opts.speed;
		debug('calculated timeout: ' + t + '; speed: ' + opts.speed);
		if (t !== false)
			return t;
	}
	return opts.timeout;
};

// expose next/prev function, caller must pass in state
$.fn.cycle.next = function(opts) { advance(opts, opts.rev?-1:1); };
$.fn.cycle.prev = function(opts) { advance(opts, opts.rev?1:-1);};

// advance slide forward or back
function advance(opts, val) {
	var els = opts.elements;
	var p = opts.$cont[0], timeout = p.cycleTimeout;
	if (timeout) {
		clearTimeout(timeout);
		p.cycleTimeout = 0;
	}
	if (opts.random && val < 0) {
		// move back to the previously display slide
		opts.randomIndex--;
		if (--opts.randomIndex == -2)
			opts.randomIndex = els.length-2;
		else if (opts.randomIndex == -1)
			opts.randomIndex = els.length-1;
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else if (opts.random) {
		if (++opts.randomIndex == els.length)
			opts.randomIndex = 0;
		opts.nextSlide = opts.randomMap[opts.randomIndex];
	}
	else {
		opts.nextSlide = opts.currSlide + val;
		if (opts.nextSlide < 0) {
			if (opts.nowrap) return false;
			opts.nextSlide = els.length - 1;
		}
		else if (opts.nextSlide >= els.length) {
			if (opts.nowrap) return false;
			opts.nextSlide = 0;
		}
	}

	if ($.isFunction(opts.prevNextClick))
		opts.prevNextClick(val > 0, opts.nextSlide, els[opts.nextSlide]);
	go(els, opts, 1, val>=0);
	return false;
};

function buildPager(els, opts) {
	var $p = $(opts.pager);
	$.each(els, function(i,o) {
		$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);
	});
   $.fn.cycle.updateActivePagerLink(opts.pager, opts.startingSlide);
};

$.fn.cycle.createPagerAnchor = function(i, el, $p, els, opts) {
	var a;
	if ($.isFunction(opts.pagerAnchorBuilder))
		a = opts.pagerAnchorBuilder(i,el);
	else
		a = '<a href="#">'+(i+1)+'</a>';
		
	if (!a)
		return;
	var $a = $(a);
	// don't reparent if anchor is in the dom
	if ($a.parents('body').length === 0) {
		var arr = [];
		if ($p.length > 1) {
			$p.each(function() {
				var $clone = $a.clone(true);
				$(this).append($clone);
				arr.push($clone);
			});
			$a = $(arr);
		}
		else {
			$a.appendTo($p);
		}
	}

	$a.bind(opts.pagerEvent, function(e) {
		e.preventDefault();
		opts.nextSlide = i;
		var p = opts.$cont[0], timeout = p.cycleTimeout;
		if (timeout) {
			clearTimeout(timeout);
			p.cycleTimeout = 0;
		}
		if ($.isFunction(opts.pagerClick))
			opts.pagerClick(opts.nextSlide, els[opts.nextSlide]);
		go(els,opts,1,opts.currSlide < i); // trigger the trans
		return false;
	});
	
	if (opts.pagerEvent != 'click')
		$a.click(function(){return false;}); // supress click
	
	if (opts.pauseOnPagerHover)
		$a.hover(function() { opts.$cont[0].cyclePause++; }, function() { opts.$cont[0].cyclePause--; } );
};

// helper fn to calculate the number of slides between the current and the next
$.fn.cycle.hopsFromLast = function(opts, fwd) {
	var hops, l = opts.lastSlide, c = opts.currSlide;
	if (fwd)
		hops = c > l ? c - l : opts.slideCount - l;
	else
		hops = c < l ? l - c : l + opts.slideCount - c;
	return hops;
};

// fix clearType problems in ie6 by setting an explicit bg color
// (otherwise text slides look horrible during a fade transition)
function clearTypeFix($slides) {
	function hex(s) {
		s = parseInt(s).toString(16);
		return s.length < 2 ? '0'+s : s;
	};
	function getBg(e) {
		for ( ; e && e.nodeName.toLowerCase() != 'html'; e = e.parentNode) {
			var v = $.css(e,'background-color');
			if (v.indexOf('rgb') >= 0 ) {
				var rgb = v.match(/\d+/g);
				return '#'+ hex(rgb[0]) + hex(rgb[1]) + hex(rgb[2]);
			}
			if (v && v != 'transparent')
				return v;
		}
		return 'transparent';
	};
	$slides.each(function() { $(this).css('background-color', getBg(this)); });
};

// reset common props before the next transition
$.fn.cycle.commonReset = function(curr,next,opts,w,h,rev) {
	$(opts.elements).not(curr).hide();
	opts.cssBefore.opacity = 1;
	opts.cssBefore.display = 'block';
	if (w !== false && next.cycleW > 0)
		opts.cssBefore.width = next.cycleW;
	if (h !== false && next.cycleH > 0)
		opts.cssBefore.height = next.cycleH;
	opts.cssAfter = opts.cssAfter || {};
	opts.cssAfter.display = 'none';
	$(curr).css('zIndex',opts.slideCount + (rev === true ? 1 : 0));
	$(next).css('zIndex',opts.slideCount + (rev === true ? 0 : 1));
};

// the actual fn for effecting a transition
$.fn.cycle.custom = function(curr, next, opts, cb, speedOverride) {
	var $l = $(curr), $n = $(next);
	var speedIn = opts.speedIn, speedOut = opts.speedOut, easeIn = opts.easeIn, easeOut = opts.easeOut;
	$n.css(opts.cssBefore);
	if (speedOverride) {
		if (typeof speedOverride == 'number')
			speedIn = speedOut = speedOverride;
		else
			speedIn = speedOut = 1;
		easeIn = easeOut = null;
	}
	var fn = function() {$n.animate(opts.animIn, speedIn, easeIn, cb)};
	$l.animate(opts.animOut, speedOut, easeOut, function() {
		if (opts.cssAfter) $l.css(opts.cssAfter);
		if (!opts.sync) fn();
	});
	if (opts.sync) fn();
};

// transition definitions - only fade is defined here, transition pack defines the rest
$.fn.cycle.transitions = {
	fade: function($cont, $slides, opts) {
		$slides.not(':eq('+opts.currSlide+')').css('opacity',0);
		opts.before.push(function(curr,next,opts) {
			$.fn.cycle.commonReset(curr,next,opts);
			opts.cssBefore.opacity = 0;
		});
		opts.animIn	   = { opacity: 1 };
		opts.animOut   = { opacity: 0 };
		opts.cssBefore = { top: 0, left: 0 };
	}
};

$.fn.cycle.ver = function() { return ver; };

// override these globally if you like (they are all optional)
$.fn.cycle.defaults = {
	fx:			  'fade', // name of transition effect (or comma separated names, ex: fade,scrollUp,shuffle)
	timeout:	   4000,  // milliseconds between slide transitions (0 to disable auto advance)
	timeoutFn:	 null,  // callback for determining per-slide timeout value:  function(currSlideElement, nextSlideElement, options, forwardFlag)
	continuous:	   0,	  // true to start next transition immediately after current one completes
	speed:		   1000,  // speed of the transition (any valid fx speed value)
	speedIn:	   null,  // speed of the 'in' transition
	speedOut:	   null,  // speed of the 'out' transition
	next:		   null,  // selector for element to use as click trigger for next slide
	prev:		   null,  // selector for element to use as click trigger for previous slide
	prevNextClick: null,  // callback fn for prev/next clicks:	function(isNext, zeroBasedSlideIndex, slideElement)
	prevNextEvent:'click',// event which drives the manual transition to the previous or next slide
	pager:		   null,  // selector for element to use as pager container
	pagerClick:	   null,  // callback fn for pager clicks:	function(zeroBasedSlideIndex, slideElement)
	pagerEvent:	  'click', // name of event which drives the pager navigation
	pagerAnchorBuilder: null, // callback fn for building anchor links:  function(index, DOMelement)
	before:		   null,  // transition callback (scope set to element to be shown):	 function(currSlideElement, nextSlideElement, options, forwardFlag)
	after:		   null,  // transition callback (scope set to element that was shown):  function(currSlideElement, nextSlideElement, options, forwardFlag)
	end:		   null,  // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
	easing:		   null,  // easing method for both in and out transitions
	easeIn:		   null,  // easing for "in" transition
	easeOut:	   null,  // easing for "out" transition
	shuffle:	   null,  // coords for shuffle animation, ex: { top:15, left: 200 }
	animIn:		   null,  // properties that define how the slide animates in
	animOut:	   null,  // properties that define how the slide animates out
	cssBefore:	   null,  // properties that define the initial state of the slide before transitioning in
	cssAfter:	   null,  // properties that defined the state of the slide after transitioning out
	fxFn:		   null,  // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
	height:		  'auto', // container height
	startingSlide: 0,	  // zero-based index of the first slide to be displayed
	sync:		   1,	  // true if in/out transitions should occur simultaneously
	random:		   0,	  // true for random, false for sequence (not applicable to shuffle fx)
	fit:		   0,	  // force slides to fit container
	containerResize: 1,	  // resize container to fit largest slide
	pause:		   0,	  // true to enable "pause on hover"
	pauseOnPagerHover: 0, // true to pause when hovering over pager link
	autostop:	   0,	  // true to end slideshow after X transitions (where X == slide count)
	autostopCount: 0,	  // number of transitions (optionally used with autostop to define X)
	delay:		   0,	  // additional delay (in ms) for first transition (hint: can be negative)
	slideExpr:	   null,  // expression for selecting slides (if something other than all children is required)
	cleartype:	   !$.support.opacity,  // true if clearType corrections should be applied (for IE)
	cleartypeNoBg: false, // set to true to disable extra cleartype fixing (leave false to force background color setting on slides)
	nowrap:		   0,	  // true to prevent slideshow from wrapping
	fastOnEvent:   0,	  // force fast transitions when triggered manually (via pager or prev/next); value == time in ms
	randomizeEffects: 1,  // valid when multiple effects are used; true to make the effect sequence random
	rev:		   0,	 // causes animations to transition in reverse
	manualTrump:   true,  // causes manual transition to stop an active transition instead of being ignored
	requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded
	requeueTimeout: 250   // ms delay for requeue
};

})(jQuery);


/*!
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */
(function($) {

//
// These functions define one-time slide initialization for the named
// transitions. To save file size feel free to remove any of these that you
// don't need.
//
$.fn.cycle.transitions.none = function($cont, $slides, opts) {
	opts.fxFn = function(curr,next,opts,after){
		$(next).show();
		$(curr).hide();
		after();
	};
}

// scrollUp/Down/Left/Right
$.fn.cycle.transitions.scrollUp = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var h = $cont.height();
	opts.cssBefore ={ top: h, left: 0 };
	opts.cssFirst = { top: 0 };
	opts.animIn	  = { top: 0 };
	opts.animOut  = { top: -h };
};
$.fn.cycle.transitions.scrollDown = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var h = $cont.height();
	opts.cssFirst = { top: 0 };
	opts.cssBefore= { top: -h, left: 0 };
	opts.animIn	  = { top: 0 };
	opts.animOut  = { top: h };
};
$.fn.cycle.transitions.scrollLeft = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var w = $cont.width();
	opts.cssFirst = { left: 0 };
	opts.cssBefore= { left: w, top: 0 };
	opts.animIn	  = { left: 0 };
	opts.animOut  = { left: 0-w };
};
$.fn.cycle.transitions.scrollRight = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push($.fn.cycle.commonReset);
	var w = $cont.width();
	opts.cssFirst = { left: 0 };
	opts.cssBefore= { left: -w, top: 0 };
	opts.animIn	  = { left: 0 };
	opts.animOut  = { left: w };
};
$.fn.cycle.transitions.scrollHorz = function($cont, $slides, opts) {
	$cont.css('overflow','hidden').width();
	opts.before.push(function(curr, next, opts, fwd) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.cssBefore.left = fwd ? (next.cycleW-1) : (1-next.cycleW);
		opts.animOut.left = fwd ? -curr.cycleW : curr.cycleW;
	});
	opts.cssFirst = { left: 0 };
	opts.cssBefore= { top: 0 };
	opts.animIn   = { left: 0 };
	opts.animOut  = { top: 0 };
};
$.fn.cycle.transitions.scrollVert = function($cont, $slides, opts) {
	$cont.css('overflow','hidden');
	opts.before.push(function(curr, next, opts, fwd) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.cssBefore.top = fwd ? (1-next.cycleH) : (next.cycleH-1);
		opts.animOut.top = fwd ? curr.cycleH : -curr.cycleH;
	});
	opts.cssFirst = { top: 0 };
	opts.cssBefore= { left: 0 };
	opts.animIn   = { top: 0 };
	opts.animOut  = { left: 0 };
};

// slideX/slideY
$.fn.cycle.transitions.slideX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$(opts.elements).not(curr).hide();
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.animIn.width = next.cycleW;
	});
	opts.cssBefore = { left: 0, top: 0, width: 0 };
	opts.animIn	 = { width: 'show' };
	opts.animOut = { width: 0 };
};
$.fn.cycle.transitions.slideY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$(opts.elements).not(curr).hide();
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.animIn.height = next.cycleH;
	});
	opts.cssBefore = { left: 0, top: 0, height: 0 };
	opts.animIn	 = { height: 'show' };
	opts.animOut = { height: 0 };
};

// shuffle
$.fn.cycle.transitions.shuffle = function($cont, $slides, opts) {
	var i, w = $cont.css('overflow', 'visible').width();
	$slides.css({left: 0, top: 0});
	opts.before.push(function(curr,next,opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
	});
	// only adjust speed once!
	if (!opts.speedAdjusted) {
		opts.speed = opts.speed / 2; // shuffle has 2 transitions
		opts.speedAdjusted = true;
	}
	opts.random = 0;
	opts.shuffle = opts.shuffle || {left:-w, top:15};
	opts.els = [];
	for (i=0; i < $slides.length; i++)
		opts.els.push($slides[i]);

	for (i=0; i < opts.currSlide; i++)
		opts.els.push(opts.els.shift());

	// custom transition fn (hat tip to Benjamin Sterling for this bit of sweetness!)
	opts.fxFn = function(curr, next, opts, cb, fwd) {
		var $el = fwd ? $(curr) : $(next);
		$(next).css(opts.cssBefore);
		var count = opts.slideCount;
		$el.animate(opts.shuffle, opts.speedIn, opts.easeIn, function() {
			var hops = $.fn.cycle.hopsFromLast(opts, fwd);
			for (var k=0; k < hops; k++)
				fwd ? opts.els.push(opts.els.shift()) : opts.els.unshift(opts.els.pop());
			if (fwd) {
				for (var i=0, len=opts.els.length; i < len; i++)
					$(opts.els[i]).css('z-index', len-i+count);
			}
			else {
				var z = $(curr).css('z-index');
				$el.css('z-index', parseInt(z)+1+count);
			}
			$el.animate({left:0, top:0}, opts.speedOut, opts.easeOut, function() {
				$(fwd ? this : curr).hide();
				if (cb) cb();
			});
		});
	};
	opts.cssBefore = { display: 'block', opacity: 1, top: 0, left: 0 };
};

// turnUp/Down/Left/Right
$.fn.cycle.transitions.turnUp = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.cssBefore.top = next.cycleH;
		opts.animIn.height = next.cycleH;
	});
	opts.cssFirst  = { top: 0 };
	opts.cssBefore = { left: 0, height: 0 };
	opts.animIn	   = { top: 0 };
	opts.animOut   = { height: 0 };
};
$.fn.cycle.transitions.turnDown = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssFirst  = { top: 0 };
	opts.cssBefore = { left: 0, top: 0, height: 0 };
	opts.animOut   = { height: 0 };
};
$.fn.cycle.transitions.turnLeft = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.cssBefore.left = next.cycleW;
		opts.animIn.width = next.cycleW;
	});
	opts.cssBefore = { top: 0, width: 0  };
	opts.animIn	   = { left: 0 };
	opts.animOut   = { width: 0 };
};
$.fn.cycle.transitions.turnRight = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.animIn.width = next.cycleW;
		opts.animOut.left = curr.cycleW;
	});
	opts.cssBefore = { top: 0, left: 0, width: 0 };
	opts.animIn	   = { left: 0 };
	opts.animOut   = { width: 0 };
};

// zoom
$.fn.cycle.transitions.zoom = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,false,true);
		opts.cssBefore.top = next.cycleH/2;
		opts.cssBefore.left = next.cycleW/2;
		opts.animIn	   = { top: 0, left: 0, width: next.cycleW, height: next.cycleH };
		opts.animOut   = { width: 0, height: 0, top: curr.cycleH/2, left: curr.cycleW/2 };
	});
	opts.cssFirst = { top:0, left: 0 };
	opts.cssBefore = { width: 0, height: 0 };
};

// fadeZoom
$.fn.cycle.transitions.fadeZoom = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,false);
		opts.cssBefore.left = next.cycleW/2;
		opts.cssBefore.top = next.cycleH/2;
		opts.animIn	= { top: 0, left: 0, width: next.cycleW, height: next.cycleH };
	});
	opts.cssBefore = { width: 0, height: 0 };
	opts.animOut  = { opacity: 0 };
};

// blindX
$.fn.cycle.transitions.blindX = function($cont, $slides, opts) {
	var w = $cont.css('overflow','hidden').width();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.width = next.cycleW;
		opts.animOut.left   = curr.cycleW;
	});
	opts.cssBefore = { left: w, top: 0 };
	opts.animIn = { left: 0 };
	opts.animOut  = { left: w };
};
// blindY
$.fn.cycle.transitions.blindY = function($cont, $slides, opts) {
	var h = $cont.css('overflow','hidden').height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssBefore = { top: h, left: 0 };
	opts.animIn = { top: 0 };
	opts.animOut  = { top: h };
};
// blindZ
$.fn.cycle.transitions.blindZ = function($cont, $slides, opts) {
	var h = $cont.css('overflow','hidden').height();
	var w = $cont.width();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		opts.animIn.height = next.cycleH;
		opts.animOut.top   = curr.cycleH;
	});
	opts.cssBefore = { top: h, left: w };
	opts.animIn = { top: 0, left: 0 };
	opts.animOut  = { top: h, left: w };
};

// growX - grow horizontally from centered 0 width
$.fn.cycle.transitions.growX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true);
		opts.cssBefore.left = this.cycleW/2;
		opts.animIn = { left: 0, width: this.cycleW };
		opts.animOut = { left: 0 };
	});
	opts.cssBefore = { width: 0, top: 0 };
};
// growY - grow vertically from centered 0 height
$.fn.cycle.transitions.growY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false);
		opts.cssBefore.top = this.cycleH/2;
		opts.animIn = { top: 0, height: this.cycleH };
		opts.animOut = { top: 0 };
	});
	opts.cssBefore = { height: 0, left: 0 };
};

// curtainX - squeeze in both edges horizontally
$.fn.cycle.transitions.curtainX = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,false,true,true);
		opts.cssBefore.left = next.cycleW/2;
		opts.animIn = { left: 0, width: this.cycleW };
		opts.animOut = { left: curr.cycleW/2, width: 0 };
	});
	opts.cssBefore = { top: 0, width: 0 };
};
// curtainY - squeeze in both edges vertically
$.fn.cycle.transitions.curtainY = function($cont, $slides, opts) {
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,false,true);
		opts.cssBefore.top = next.cycleH/2;
		opts.animIn = { top: 0, height: next.cycleH };
		opts.animOut = { top: curr.cycleH/2, height: 0 };
	});
	opts.cssBefore = { left: 0, height: 0 };
};

// cover - curr slide covered by next slide
$.fn.cycle.transitions.cover = function($cont, $slides, opts) {
	var d = opts.direction || 'left';
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts);
		if (d == 'right')
			opts.cssBefore.left = -w;
		else if (d == 'up')
			opts.cssBefore.top = h;
		else if (d == 'down')
			opts.cssBefore.top = -h;
		else
			opts.cssBefore.left = w;
	});
	opts.animIn = { left: 0, top: 0};
	opts.animOut = { opacity: 1 };
	opts.cssBefore = { top: 0, left: 0 };
};

// uncover - curr slide moves off next slide
$.fn.cycle.transitions.uncover = function($cont, $slides, opts) {
	var d = opts.direction || 'left';
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
		if (d == 'right')
			opts.animOut.left = w;
		else if (d == 'up')
			opts.animOut.top = -h;
		else if (d == 'down')
			opts.animOut.top = h;
		else
			opts.animOut.left = -w;
	});
	opts.animIn = { left: 0, top: 0 };
	opts.animOut = { opacity: 1 };
	opts.cssBefore = { top: 0, left: 0 };
};

// toss - move top slide and fade away
$.fn.cycle.transitions.toss = function($cont, $slides, opts) {
	var w = $cont.css('overflow','visible').width();
	var h = $cont.height();
	opts.before.push(function(curr, next, opts) {
		$.fn.cycle.commonReset(curr,next,opts,true,true,true);
		// provide default toss settings if animOut not provided
		if (!opts.animOut.left && !opts.animOut.top)
			opts.animOut = { left: w*2, top: -h/2, opacity: 0 };
		else
			opts.animOut.opacity = 0;
	});
	opts.cssBefore = { left: 0, top: 0 };
	opts.animIn = { left: 0 };
};

// wipe - clip animation
$.fn.cycle.transitions.wipe = function($cont, $slides, opts) {
	var w = $cont.css('overflow','hidden').width();
	var h = $cont.height();
	opts.cssBefore = opts.cssBefore || {};
	var clip;
	if (opts.clip) {
		if (/l2r/.test(opts.clip))
			clip = 'rect(0px 0px '+h+'px 0px)';
		else if (/r2l/.test(opts.clip))
			clip = 'rect(0px '+w+'px '+h+'px '+w+'px)';
		else if (/t2b/.test(opts.clip))
			clip = 'rect(0px '+w+'px 0px 0px)';
		else if (/b2t/.test(opts.clip))
			clip = 'rect('+h+'px '+w+'px '+h+'px 0px)';
		else if (/zoom/.test(opts.clip)) {
			var top = parseInt(h/2);
			var left = parseInt(w/2);
			clip = 'rect('+top+'px '+left+'px '+top+'px '+left+'px)';
		}
	}

	opts.cssBefore.clip = opts.cssBefore.clip || clip || 'rect(0px 0px 0px 0px)';

	var d = opts.cssBefore.clip.match(/(\d+)/g);
	var t = parseInt(d[0]), r = parseInt(d[1]), b = parseInt(d[2]), l = parseInt(d[3]);

	opts.before.push(function(curr, next, opts) {
		if (curr == next) return;
		var $curr = $(curr), $next = $(next);
		$.fn.cycle.commonReset(curr,next,opts,true,true,false);
		opts.cssAfter.display = 'block';

		var step = 1, count = parseInt((opts.speedIn / 13)) - 1;
		(function f() {
			var tt = t ? t - parseInt(step * (t/count)) : 0;
			var ll = l ? l - parseInt(step * (l/count)) : 0;
			var bb = b < h ? b + parseInt(step * ((h-b)/count || 1)) : h;
			var rr = r < w ? r + parseInt(step * ((w-r)/count || 1)) : w;
			$next.css({ clip: 'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)' });
			(step++ <= count) ? setTimeout(f, 13) : $curr.css('display', 'none');
		})();
	});
	opts.cssBefore = { display: 'block', opacity: 1, top: 0, left: 0 };
	opts.animIn	   = { left: 0 };
	opts.animOut   = { left: 0 };
};

})(jQuery);


/*
 * jQuery Cycle Plugin (with Transition Definitions)
 * Examples and documentation at: http://jquery.malsup.com/cycle/
 * Copyright (c) 2007-2009 M. Alsup
 * Version: 2.72 (09-SEP-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6 or later
 *
 * Originally based on the work of:
 *	1) Matt Oakes
 *	2) Torsten Baldes (http://medienfreunde.com/lab/innerfade/)
 *	3) Benjamin Sterling (http://www.benjaminsterling.com/experiments/jqShuffle/)
 */
(function($){var ver="2.72";if($.support==undefined){$.support={opacity:!($.browser.msie)};}function debug(s){if($.fn.cycle.debug){log(s);}}function log(){if(window.console&&window.console.log){window.console.log("[cycle] "+Array.prototype.join.call(arguments," "));}}$.fn.cycle=function(options,arg2){var o={s:this.selector,c:this.context};if(this.length===0&&options!="stop"){if(!$.isReady&&o.s){log("DOM not ready, queuing slideshow");$(function(){$(o.s,o.c).cycle(options,arg2);});return this;}log("terminating; zero elements found by selector"+($.isReady?"":" (DOM not ready)"));return this;}return this.each(function(){var opts=handleArguments(this,options,arg2);if(opts===false){return;}if(this.cycleTimeout){clearTimeout(this.cycleTimeout);}this.cycleTimeout=this.cyclePause=0;var $cont=$(this);var $slides=opts.slideExpr?$(opts.slideExpr,this):$cont.children();var els=$slides.get();if(els.length<2){log("terminating; too few slides: "+els.length);return;}var opts2=buildOptions($cont,$slides,els,opts,o);if(opts2===false){return;}var startTime=opts2.continuous?10:getTimeout(opts2.currSlide,opts2.nextSlide,opts2,!opts2.rev);if(startTime){startTime+=(opts2.delay||0);if(startTime<10){startTime=10;}debug("first timeout: "+startTime);this.cycleTimeout=setTimeout(function(){go(els,opts2,0,!opts2.rev);},startTime);}});};function handleArguments(cont,options,arg2){if(cont.cycleStop==undefined){cont.cycleStop=0;}if(options===undefined||options===null){options={};}if(options.constructor==String){switch(options){case"stop":cont.cycleStop++;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);}cont.cycleTimeout=0;$(cont).removeData("cycle.opts");return false;case"pause":cont.cyclePause=1;return false;case"resume":cont.cyclePause=0;if(arg2===true){options=$(cont).data("cycle.opts");if(!options){log("options not found, can not resume");return false;}if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}go(options.elements,options,1,1);}return false;case"prev":case"next":var opts=$(cont).data("cycle.opts");if(!opts){log('options not found, "prev/next" ignored');return false;}$.fn.cycle[options](opts);return false;default:options={fx:options};}return options;}else{if(options.constructor==Number){var num=options;options=$(cont).data("cycle.opts");if(!options){log("options not found, can not advance slide");return false;}if(num<0||num>=options.elements.length){log("invalid slide index: "+num);return false;}options.nextSlide=num;if(cont.cycleTimeout){clearTimeout(cont.cycleTimeout);cont.cycleTimeout=0;}if(typeof arg2=="string"){options.oneTimeFx=arg2;}go(options.elements,options,1,num>=options.currSlide);return false;}}return options;}function removeFilter(el,opts){if(!$.support.opacity&&opts.cleartype&&el.style.filter){try{el.style.removeAttribute("filter");}catch(smother){}}}function buildOptions($cont,$slides,els,options,o){var opts=$.extend({},$.fn.cycle.defaults,options||{},$.metadata?$cont.metadata():$.meta?$cont.data():{});if(opts.autostop){opts.countdown=opts.autostopCount||els.length;}var cont=$cont[0];$cont.data("cycle.opts",opts);opts.$cont=$cont;opts.stopCount=cont.cycleStop;opts.elements=els;opts.before=opts.before?[opts.before]:[];opts.after=opts.after?[opts.after]:[];opts.after.unshift(function(){opts.busy=0;});if(!$.support.opacity&&opts.cleartype){opts.after.push(function(){removeFilter(this,opts);});}if(opts.continuous){opts.after.push(function(){go(els,opts,0,!opts.rev);});}saveOriginalOpts(opts);if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($slides);}if($cont.css("position")=="static"){$cont.css("position","relative");}if(opts.width){$cont.width(opts.width);}if(opts.height&&opts.height!="auto"){$cont.height(opts.height);}if(opts.startingSlide){opts.startingSlide=parseInt(opts.startingSlide);}if(opts.random){opts.randomMap=[];for(var i=0;i<els.length;i++){opts.randomMap.push(i);}opts.randomMap.sort(function(a,b){return Math.random()-0.5;});opts.randomIndex=0;opts.startingSlide=opts.randomMap[0];}else{if(opts.startingSlide>=els.length){opts.startingSlide=0;}}opts.currSlide=opts.startingSlide=opts.startingSlide||0;var first=opts.startingSlide;$slides.css({position:"absolute",top:0,left:0}).hide().each(function(i){var z=first?i>=first?els.length-(i-first):first-i:els.length-i;$(this).css("z-index",z);});$(els[first]).css("opacity",1).show();removeFilter(els[first],opts);if(opts.fit&&opts.width){$slides.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}var reshape=opts.containerResize&&!$cont.innerHeight();if(reshape){var maxw=0,maxh=0;for(var j=0;j<els.length;j++){var $e=$(els[j]),e=$e[0],w=$e.outerWidth(),h=$e.outerHeight();if(!w){w=e.offsetWidth;}if(!h){h=e.offsetHeight;}maxw=w>maxw?w:maxw;maxh=h>maxh?h:maxh;}if(maxw>0&&maxh>0){$cont.css({width:maxw+"px",height:maxh+"px"});}}if(opts.pause){$cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});}if(supportMultiTransitions(opts)===false){return false;}var requeue=false;options.requeueAttempts=options.requeueAttempts||0;$slides.each(function(){var $el=$(this);this.cycleH=(opts.fit&&opts.height)?opts.height:$el.height();this.cycleW=(opts.fit&&opts.width)?opts.width:$el.width();if($el.is("img")){var loadingIE=($.browser.msie&&this.cycleW==28&&this.cycleH==30&&!this.complete);var loadingFF=($.browser.mozilla&&this.cycleW==34&&this.cycleH==19&&!this.complete);var loadingOp=($.browser.opera&&((this.cycleW==42&&this.cycleH==19)||(this.cycleW==37&&this.cycleH==17))&&!this.complete);var loadingOther=(this.cycleH==0&&this.cycleW==0&&!this.complete);if(loadingIE||loadingFF||loadingOp||loadingOther){if(o.s&&opts.requeueOnImageNotLoaded&&++options.requeueAttempts<100){log(options.requeueAttempts," - img slide not loaded, requeuing slideshow: ",this.src,this.cycleW,this.cycleH);setTimeout(function(){$(o.s,o.c).cycle(options);},opts.requeueTimeout);requeue=true;return false;}else{log("could not determine size of image: "+this.src,this.cycleW,this.cycleH);}}}return true;});if(requeue){return false;}opts.cssBefore=opts.cssBefore||{};opts.animIn=opts.animIn||{};opts.animOut=opts.animOut||{};$slides.not(":eq("+first+")").css(opts.cssBefore);if(opts.cssFirst){$($slides[first]).css(opts.cssFirst);}if(opts.timeout){opts.timeout=parseInt(opts.timeout);if(opts.speed.constructor==String){opts.speed=$.fx.speeds[opts.speed]||parseInt(opts.speed);}if(!opts.sync){opts.speed=opts.speed/2;}while((opts.timeout-opts.speed)<250){opts.timeout+=opts.speed;}}if(opts.easing){opts.easeIn=opts.easeOut=opts.easing;}if(!opts.speedIn){opts.speedIn=opts.speed;}if(!opts.speedOut){opts.speedOut=opts.speed;}opts.slideCount=els.length;opts.currSlide=opts.lastSlide=first;if(opts.random){opts.nextSlide=opts.currSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.startingSlide>=(els.length-1)?0:opts.startingSlide+1;}if(!opts.multiFx){var init=$.fn.cycle.transitions[opts.fx];if($.isFunction(init)){init($cont,$slides,opts);}else{if(opts.fx!="custom"&&!opts.multiFx){log("unknown transition: "+opts.fx,"; slideshow terminating");return false;}}}var e0=$slides[first];if(opts.before.length){opts.before[0].apply(e0,[e0,e0,opts,true]);}if(opts.after.length>1){opts.after[1].apply(e0,[e0,e0,opts,true]);}if(opts.next){$(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1);});}if(opts.prev){$(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1);});}if(opts.pager){buildPager(els,opts);}exposeAddSlide(opts,els);return opts;}function saveOriginalOpts(opts){opts.original={before:[],after:[]};opts.original.cssBefore=$.extend({},opts.cssBefore);opts.original.cssAfter=$.extend({},opts.cssAfter);opts.original.animIn=$.extend({},opts.animIn);opts.original.animOut=$.extend({},opts.animOut);$.each(opts.before,function(){opts.original.before.push(this);});$.each(opts.after,function(){opts.original.after.push(this);});}function supportMultiTransitions(opts){var i,tx,txs=$.fn.cycle.transitions;if(opts.fx.indexOf(",")>0){opts.multiFx=true;opts.fxs=opts.fx.replace(/\s*/g,"").split(",");for(i=0;i<opts.fxs.length;i++){var fx=opts.fxs[i];tx=txs[fx];if(!tx||!txs.hasOwnProperty(fx)||!$.isFunction(tx)){log("discarding unknown transition: ",fx);opts.fxs.splice(i,1);i--;}}if(!opts.fxs.length){log("No valid transitions named; slideshow terminating.");return false;}}else{if(opts.fx=="all"){opts.multiFx=true;opts.fxs=[];for(p in txs){tx=txs[p];if(txs.hasOwnProperty(p)&&$.isFunction(tx)){opts.fxs.push(p);}}}}if(opts.multiFx&&opts.randomizeEffects){var r1=Math.floor(Math.random()*20)+30;for(i=0;i<r1;i++){var r2=Math.floor(Math.random()*opts.fxs.length);opts.fxs.push(opts.fxs.splice(r2,1)[0]);}debug("randomized fx sequence: ",opts.fxs);}return true;}function exposeAddSlide(opts,els){opts.addSlide=function(newSlide,prepend){var $s=$(newSlide),s=$s[0];if(!opts.autostopCount){opts.countdown++;}els[prepend?"unshift":"push"](s);if(opts.els){opts.els[prepend?"unshift":"push"](s);}opts.slideCount=els.length;$s.css("position","absolute");$s[prepend?"prependTo":"appendTo"](opts.$cont);if(prepend){opts.currSlide++;opts.nextSlide++;}if(!$.support.opacity&&opts.cleartype&&!opts.cleartypeNoBg){clearTypeFix($s);}if(opts.fit&&opts.width){$s.width(opts.width);}if(opts.fit&&opts.height&&opts.height!="auto"){$slides.height(opts.height);}s.cycleH=(opts.fit&&opts.height)?opts.height:$s.height();s.cycleW=(opts.fit&&opts.width)?opts.width:$s.width();$s.css(opts.cssBefore);if(opts.pager){$.fn.cycle.createPagerAnchor(els.length-1,s,$(opts.pager),els,opts);}if($.isFunction(opts.onAddSlide)){opts.onAddSlide($s);}else{$s.hide();}};}$.fn.cycle.resetState=function(opts,fx){fx=fx||opts.fx;opts.before=[];opts.after=[];opts.cssBefore=$.extend({},opts.original.cssBefore);opts.cssAfter=$.extend({},opts.original.cssAfter);opts.animIn=$.extend({},opts.original.animIn);opts.animOut=$.extend({},opts.original.animOut);opts.fxFn=null;$.each(opts.original.before,function(){opts.before.push(this);});$.each(opts.original.after,function(){opts.after.push(this);});var init=$.fn.cycle.transitions[fx];if($.isFunction(init)){init(opts.$cont,$(opts.elements),opts);}};function go(els,opts,manual,fwd){if(manual&&opts.busy&&opts.manualTrump){$(els).stop(true,true);opts.busy=false;}if(opts.busy){return;}var p=opts.$cont[0],curr=els[opts.currSlide],next=els[opts.nextSlide];if(p.cycleStop!=opts.stopCount||p.cycleTimeout===0&&!manual){return;}if(!manual&&!p.cyclePause&&((opts.autostop&&(--opts.countdown<=0))||(opts.nowrap&&!opts.random&&opts.nextSlide<opts.currSlide))){if(opts.end){opts.end(opts);}return;}if(manual||!p.cyclePause){var fx=opts.fx;curr.cycleH=curr.cycleH||$(curr).height();curr.cycleW=curr.cycleW||$(curr).width();next.cycleH=next.cycleH||$(next).height();next.cycleW=next.cycleW||$(next).width();if(opts.multiFx){if(opts.lastFx==undefined||++opts.lastFx>=opts.fxs.length){opts.lastFx=0;}fx=opts.fxs[opts.lastFx];opts.currFx=fx;}if(opts.oneTimeFx){fx=opts.oneTimeFx;opts.oneTimeFx=null;}$.fn.cycle.resetState(opts,fx);if(opts.before.length){$.each(opts.before,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});}var after=function(){$.each(opts.after,function(i,o){if(p.cycleStop!=opts.stopCount){return;}o.apply(next,[curr,next,opts,fwd]);});};if(opts.nextSlide!=opts.currSlide){opts.busy=1;if(opts.fxFn){opts.fxFn(curr,next,opts,after,fwd);}else{if($.isFunction($.fn.cycle[opts.fx])){$.fn.cycle[opts.fx](curr,next,opts,after);}else{$.fn.cycle.custom(curr,next,opts,after,manual&&opts.fastOnEvent);}}}opts.lastSlide=opts.currSlide;if(opts.random){opts.currSlide=opts.nextSlide;if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{var roll=(opts.nextSlide+1)==els.length;opts.nextSlide=roll?0:opts.nextSlide+1;opts.currSlide=roll?els.length-1:opts.nextSlide-1;}if(opts.pager){$.fn.cycle.updateActivePagerLink(opts.pager,opts.currSlide);}}var ms=0;if(opts.timeout&&!opts.continuous){ms=getTimeout(curr,next,opts,fwd);}else{if(opts.continuous&&p.cyclePause){ms=10;}}if(ms>0){p.cycleTimeout=setTimeout(function(){go(els,opts,0,!opts.rev);},ms);}}$.fn.cycle.updateActivePagerLink=function(pager,currSlide){$(pager).find("a").removeClass("activeSlide").filter("a:eq("+currSlide+")").addClass("activeSlide");};function getTimeout(curr,next,opts,fwd){if(opts.timeoutFn){var t=opts.timeoutFn(curr,next,opts,fwd);while((t-opts.speed)<250){t+=opts.speed;}debug("calculated timeout: "+t+"; speed: "+opts.speed);if(t!==false){return t;}}return opts.timeout;}$.fn.cycle.next=function(opts){advance(opts,opts.rev?-1:1);};$.fn.cycle.prev=function(opts){advance(opts,opts.rev?1:-1);};function advance(opts,val){var els=opts.elements;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if(opts.random&&val<0){opts.randomIndex--;if(--opts.randomIndex==-2){opts.randomIndex=els.length-2;}else{if(opts.randomIndex==-1){opts.randomIndex=els.length-1;}}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{if(opts.random){if(++opts.randomIndex==els.length){opts.randomIndex=0;}opts.nextSlide=opts.randomMap[opts.randomIndex];}else{opts.nextSlide=opts.currSlide+val;if(opts.nextSlide<0){if(opts.nowrap){return false;}opts.nextSlide=els.length-1;}else{if(opts.nextSlide>=els.length){if(opts.nowrap){return false;}opts.nextSlide=0;}}}}if($.isFunction(opts.prevNextClick)){opts.prevNextClick(val>0,opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,val>=0);return false;}function buildPager(els,opts){var $p=$(opts.pager);$.each(els,function(i,o){$.fn.cycle.createPagerAnchor(i,o,$p,els,opts);});$.fn.cycle.updateActivePagerLink(opts.pager,opts.startingSlide);}$.fn.cycle.createPagerAnchor=function(i,el,$p,els,opts){var a;if($.isFunction(opts.pagerAnchorBuilder)){a=opts.pagerAnchorBuilder(i,el);}else{a='<a href="#">'+(i+1)+"</a>";}if(!a){return;}var $a=$(a);if($a.parents("body").length===0){var arr=[];if($p.length>1){$p.each(function(){var $clone=$a.clone(true);$(this).append($clone);arr.push($clone);});$a=$(arr);}else{$a.appendTo($p);}}$a.bind(opts.pagerEvent,function(e){e.preventDefault();opts.nextSlide=i;var p=opts.$cont[0],timeout=p.cycleTimeout;if(timeout){clearTimeout(timeout);p.cycleTimeout=0;}if($.isFunction(opts.pagerClick)){opts.pagerClick(opts.nextSlide,els[opts.nextSlide]);}go(els,opts,1,opts.currSlide<i);return false;});if(opts.pagerEvent!="click"){$a.click(function(){return false;});}if(opts.pauseOnPagerHover){$a.hover(function(){opts.$cont[0].cyclePause++;},function(){opts.$cont[0].cyclePause--;});}};$.fn.cycle.hopsFromLast=function(opts,fwd){var hops,l=opts.lastSlide,c=opts.currSlide;if(fwd){hops=c>l?c-l:opts.slideCount-l;}else{hops=c<l?l-c:l+opts.slideCount-c;}return hops;};function clearTypeFix($slides){function hex(s){s=parseInt(s).toString(16);return s.length<2?"0"+s:s;}function getBg(e){for(;e&&e.nodeName.toLowerCase()!="html";e=e.parentNode){var v=$.css(e,"background-color");if(v.indexOf("rgb")>=0){var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"transparent";}$slides.each(function(){$(this).css("background-color",getBg(this));});}$.fn.cycle.commonReset=function(curr,next,opts,w,h,rev){$(opts.elements).not(curr).hide();opts.cssBefore.opacity=1;opts.cssBefore.display="block";if(w!==false&&next.cycleW>0){opts.cssBefore.width=next.cycleW;}if(h!==false&&next.cycleH>0){opts.cssBefore.height=next.cycleH;}opts.cssAfter=opts.cssAfter||{};opts.cssAfter.display="none";$(curr).css("zIndex",opts.slideCount+(rev===true?1:0));$(next).css("zIndex",opts.slideCount+(rev===true?0:1));};$.fn.cycle.custom=function(curr,next,opts,cb,speedOverride){var $l=$(curr),$n=$(next);var speedIn=opts.speedIn,speedOut=opts.speedOut,easeIn=opts.easeIn,easeOut=opts.easeOut;$n.css(opts.cssBefore);if(speedOverride){if(typeof speedOverride=="number"){speedIn=speedOut=speedOverride;}else{speedIn=speedOut=1;}easeIn=easeOut=null;}var fn=function(){$n.animate(opts.animIn,speedIn,easeIn,cb);};$l.animate(opts.animOut,speedOut,easeOut,function(){if(opts.cssAfter){$l.css(opts.cssAfter);}if(!opts.sync){fn();}});if(opts.sync){fn();}};$.fn.cycle.transitions={fade:function($cont,$slides,opts){$slides.not(":eq("+opts.currSlide+")").css("opacity",0);opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.opacity=0;});opts.animIn={opacity:1};opts.animOut={opacity:0};opts.cssBefore={top:0,left:0};}};$.fn.cycle.ver=function(){return ver;};$.fn.cycle.defaults={fx:"fade",timeout:4000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:0,pauseOnPagerHover:0,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
/*
 * jQuery Cycle Plugin Transition Definitions
 * This script is a plugin for the jQuery Cycle Plugin
 * Examples and documentation at: http://malsup.com/jquery/cycle/
 * Copyright (c) 2007-2008 M. Alsup
 * Version:	 2.72
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 
 
 SCHIP: if(v&&v!="transparent"){return v;}}return"transparent"; orgineel is; if(v&&v!="transparent"){return v;}}return"#ffffff";
 
 */
(function($){$.fn.cycle.transitions.none=function($cont,$slides,opts){opts.fxFn=function(curr,next,opts,after){$(next).show();$(curr).hide();after();};};$.fn.cycle.transitions.scrollUp=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssBefore={top:h,left:0};opts.cssFirst={top:0};opts.animIn={top:0};opts.animOut={top:-h};};$.fn.cycle.transitions.scrollDown=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var h=$cont.height();opts.cssFirst={top:0};opts.cssBefore={top:-h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.scrollLeft=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:0-w};};$.fn.cycle.transitions.scrollRight=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push($.fn.cycle.commonReset);var w=$cont.width();opts.cssFirst={left:0};opts.cssBefore={left:-w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.scrollHorz=function($cont,$slides,opts){$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.left=fwd?(next.cycleW-1):(1-next.cycleW);opts.animOut.left=fwd?-curr.cycleW:curr.cycleW;});opts.cssFirst={left:0};opts.cssBefore={top:0};opts.animIn={left:0};opts.animOut={top:0};};$.fn.cycle.transitions.scrollVert=function($cont,$slides,opts){$cont.css("overflow","hidden");opts.before.push(function(curr,next,opts,fwd){$.fn.cycle.commonReset(curr,next,opts);opts.cssBefore.top=fwd?(1-next.cycleH):(next.cycleH-1);opts.animOut.top=fwd?curr.cycleH:-curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0};opts.animIn={top:0};opts.animOut={left:0};};$.fn.cycle.transitions.slideX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;});opts.cssBefore={left:0,top:0,width:0};opts.animIn={width:"show"};opts.animOut={width:0};};$.fn.cycle.transitions.slideY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$(opts.elements).not(curr).hide();$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;});opts.cssBefore={left:0,top:0,height:0};opts.animIn={height:"show"};opts.animOut={height:0};};$.fn.cycle.transitions.shuffle=function($cont,$slides,opts){var i,w=$cont.css("overflow","visible").width();$slides.css({left:0,top:0});opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);});if(!opts.speedAdjusted){opts.speed=opts.speed/2;opts.speedAdjusted=true;}opts.random=0;opts.shuffle=opts.shuffle||{left:-w,top:15};opts.els=[];for(i=0;i<$slides.length;i++){opts.els.push($slides[i]);}for(i=0;i<opts.currSlide;i++){opts.els.push(opts.els.shift());}opts.fxFn=function(curr,next,opts,cb,fwd){var $el=fwd?$(curr):$(next);$(next).css(opts.cssBefore);var count=opts.slideCount;$el.animate(opts.shuffle,opts.speedIn,opts.easeIn,function(){var hops=$.fn.cycle.hopsFromLast(opts,fwd);for(var k=0;k<hops;k++){fwd?opts.els.push(opts.els.shift()):opts.els.unshift(opts.els.pop());}if(fwd){for(var i=0,len=opts.els.length;i<len;i++){$(opts.els[i]).css("z-index",len-i+count);}}else{var z=$(curr).css("z-index");$el.css("z-index",parseInt(z)+1+count);}$el.animate({left:0,top:0},opts.speedOut,opts.easeOut,function(){$(fwd?this:curr).hide();if(cb){cb();}});});};opts.cssBefore={display:"block",opacity:1,top:0,left:0};};$.fn.cycle.transitions.turnUp=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=next.cycleH;opts.animIn.height=next.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,height:0};opts.animIn={top:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnDown=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssFirst={top:0};opts.cssBefore={left:0,top:0,height:0};opts.animOut={height:0};};$.fn.cycle.transitions.turnLeft=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=next.cycleW;opts.animIn.width=next.cycleW;});opts.cssBefore={top:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.turnRight=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={top:0,left:0,width:0};opts.animIn={left:0};opts.animOut={width:0};};$.fn.cycle.transitions.zoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false,true);opts.cssBefore.top=next.cycleH/2;opts.cssBefore.left=next.cycleW/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};opts.animOut={width:0,height:0,top:curr.cycleH/2,left:curr.cycleW/2};});opts.cssFirst={top:0,left:0};opts.cssBefore={width:0,height:0};};$.fn.cycle.transitions.fadeZoom=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,false);opts.cssBefore.left=next.cycleW/2;opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,left:0,width:next.cycleW,height:next.cycleH};});opts.cssBefore={width:0,height:0};opts.animOut={opacity:0};};$.fn.cycle.transitions.blindX=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.width=next.cycleW;opts.animOut.left=curr.cycleW;});opts.cssBefore={left:w,top:0};opts.animIn={left:0};opts.animOut={left:w};};$.fn.cycle.transitions.blindY=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:0};opts.animIn={top:0};opts.animOut={top:h};};$.fn.cycle.transitions.blindZ=function($cont,$slides,opts){var h=$cont.css("overflow","hidden").height();var w=$cont.width();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);opts.animIn.height=next.cycleH;opts.animOut.top=curr.cycleH;});opts.cssBefore={top:h,left:w};opts.animIn={top:0,left:0};opts.animOut={top:h,left:w};};$.fn.cycle.transitions.growX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true);opts.cssBefore.left=this.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:0};});opts.cssBefore={width:0,top:0};};$.fn.cycle.transitions.growY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false);opts.cssBefore.top=this.cycleH/2;opts.animIn={top:0,height:this.cycleH};opts.animOut={top:0};});opts.cssBefore={height:0,left:0};};$.fn.cycle.transitions.curtainX=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,false,true,true);opts.cssBefore.left=next.cycleW/2;opts.animIn={left:0,width:this.cycleW};opts.animOut={left:curr.cycleW/2,width:0};});opts.cssBefore={top:0,width:0};};$.fn.cycle.transitions.curtainY=function($cont,$slides,opts){opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,false,true);opts.cssBefore.top=next.cycleH/2;opts.animIn={top:0,height:next.cycleH};opts.animOut={top:curr.cycleH/2,height:0};});opts.cssBefore={left:0,height:0};};$.fn.cycle.transitions.cover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts);if(d=="right"){opts.cssBefore.left=-w;}else{if(d=="up"){opts.cssBefore.top=h;}else{if(d=="down"){opts.cssBefore.top=-h;}else{opts.cssBefore.left=w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.uncover=function($cont,$slides,opts){var d=opts.direction||"left";var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(d=="right"){opts.animOut.left=w;}else{if(d=="up"){opts.animOut.top=-h;}else{if(d=="down"){opts.animOut.top=h;}else{opts.animOut.left=-w;}}}});opts.animIn={left:0,top:0};opts.animOut={opacity:1};opts.cssBefore={top:0,left:0};};$.fn.cycle.transitions.toss=function($cont,$slides,opts){var w=$cont.css("overflow","visible").width();var h=$cont.height();opts.before.push(function(curr,next,opts){$.fn.cycle.commonReset(curr,next,opts,true,true,true);if(!opts.animOut.left&&!opts.animOut.top){opts.animOut={left:w*2,top:-h/2,opacity:0};}else{opts.animOut.opacity=0;}});opts.cssBefore={left:0,top:0};opts.animIn={left:0};};$.fn.cycle.transitions.wipe=function($cont,$slides,opts){var w=$cont.css("overflow","hidden").width();var h=$cont.height();opts.cssBefore=opts.cssBefore||{};var clip;if(opts.clip){if(/l2r/.test(opts.clip)){clip="rect(0px 0px "+h+"px 0px)";}else{if(/r2l/.test(opts.clip)){clip="rect(0px "+w+"px "+h+"px "+w+"px)";}else{if(/t2b/.test(opts.clip)){clip="rect(0px "+w+"px 0px 0px)";}else{if(/b2t/.test(opts.clip)){clip="rect("+h+"px "+w+"px "+h+"px 0px)";}else{if(/zoom/.test(opts.clip)){var top=parseInt(h/2);var left=parseInt(w/2);clip="rect("+top+"px "+left+"px "+top+"px "+left+"px)";}}}}}}opts.cssBefore.clip=opts.cssBefore.clip||clip||"rect(0px 0px 0px 0px)";var d=opts.cssBefore.clip.match(/(\d+)/g);var t=parseInt(d[0]),r=parseInt(d[1]),b=parseInt(d[2]),l=parseInt(d[3]);opts.before.push(function(curr,next,opts){if(curr==next){return;}var $curr=$(curr),$next=$(next);$.fn.cycle.commonReset(curr,next,opts,true,true,false);opts.cssAfter.display="block";var step=1,count=parseInt((opts.speedIn/13))-1;(function f(){var tt=t?t-parseInt(step*(t/count)):0;var ll=l?l-parseInt(step*(l/count)):0;var bb=b<h?b+parseInt(step*((h-b)/count||1)):h;var rr=r<w?r+parseInt(step*((w-r)/count||1)):w;$next.css({clip:"rect("+tt+"px "+rr+"px "+bb+"px "+ll+"px)"});(step++<=count)?setTimeout(f,13):$curr.css("display","none");})();});opts.cssBefore={display:"block",opacity:1,top:0,left:0};opts.animIn={left:0};opts.animOut={left:0};};})(jQuery);

/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

(function(b){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})},
K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r;
w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*0.5;if(c.autoScale===false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d},U=function(a){if(a&&a.length)switch(c.titlePosition){case "inside":return a;case "over":return'<span id="fancybox-title-over">'+
a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+a+'</span><span id="fancybox-title-right"></span></span>'}return false},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,
paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case "inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;break;case "over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(D).hide()}}},W=function(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode==
37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d===0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!==0)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a=
j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("overflow",c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();b(window).bind("resize.fb",
b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+
"px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding-
20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");h=false;return}j=q;n=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});
x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*
2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(m.contents());g.css(k).show();if(c.opacity)l.opacity=
0;y.prop=0;b(y).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("<img />").attr({id:"fancybox-img",
src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(o===""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(G))f=
"image";else if(d.match(S))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!=="swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,p,e)===false){h=false;
return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":m.html(e.content);F();break;case "inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();
s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case "swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);
F();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));break;case "iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(m);N();break}},$=function(){if(u.is(":visible")){b("div",
u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);
D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height",
"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");D.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};
b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]==
"object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}if(p>q.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n-
1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=0;c=e={};h=false}
if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).animate({prop:0},{duration:c.speedOut,easing:c.easingOut,
step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("<div style='overflow:auto'></div>").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+
d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0,overlayColor:"#0d0e0f",titleShow:true,titlePosition:"outside",titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",
easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){aa()})})(jQuery);

/**
* Fullscreenr - lightweight full screen background jquery plugin
* By Jan Schneiders
* Version 1.0
* www.nanotux.com
**/
(function($){	
	$.fn.fullscreenr = function(options) {
		if(options.height === undefined) alert('Please supply the background image height, default values will now be used. These may be very inaccurate.');
		if(options.width === undefined) alert('Please supply the background image width, default values will now be used. These may be very inaccurate.');
		if(options.bgID === undefined) alert('Please supply the background image ID, default #bgimg will now be used.');
		var defaults = { width: 1280,  height: 1024, bgID: 'bgimg' };
		var options = $.extend({}, defaults, options); 
		$(document).ready(function() { $(options.bgID).fullscreenrResizer(options);	});
		$(window).bind("resize", function() { $(options.bgID).fullscreenrResizer(options); });		
		return this; 		
	};	
	$.fn.fullscreenrResizer = function(options) {
		// Set bg size
		var ratio = options.height / options.width;	
		// Get browser window size
		var browserwidth = $(window).width();
		var browserheight = $(window).height();
		// Scale the image
		if ((browserheight/browserwidth) > ratio){
		    $(this).height(browserheight);
		    $(this).width(browserheight / ratio);
		} else {
		    $(this).width(browserwidth);
		    $(this).height(browserwidth * ratio);
		}
		// Center the image
		$(this).css('left', (browserwidth - $(this).width())/2);
		$(this).css('top', (browserheight - $(this).height())/2);
		return this; 		
	};
})(jQuery);

/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
 * Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 * Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 *
 * Version: 3.0.2
 * 
 * Requires: 1.2.2+
 */

(function(b){function d(a){var f=[].slice.call(arguments,1),e=0;a=b.event.fix(a||window.event);a.type="mousewheel";if(a.wheelDelta)e=a.wheelDelta/120;if(a.detail)e=-a.detail/3;f.unshift(a,e);return b.event.handle.apply(this,f)}var c=["DOMMouseScroll","mousewheel"];b.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=c.length;a;)this.addEventListener(c[--a],d,false);else this.onmousewheel=d},teardown:function(){if(this.removeEventListener)for(var a=c.length;a;)this.removeEventListener(c[--a],
d,false);else this.onmousewheel=null}};b.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);

/*	SWFObject v2.0 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfobject=function(){var Z="undefined",P="object",B="Shockwave Flash",h="ShockwaveFlash.ShockwaveFlash",W="application/x-shockwave-flash",K="SWFObjectExprInst",G=window,g=document,N=navigator,f=[],H=[],Q=null,L=null,T=null,S=false,C=false;var a=function(){var l=typeof g.getElementById!=Z&&typeof g.getElementsByTagName!=Z&&typeof g.createElement!=Z&&typeof g.appendChild!=Z&&typeof g.replaceChild!=Z&&typeof g.removeChild!=Z&&typeof g.cloneNode!=Z,t=[0,0,0],n=null;if(typeof N.plugins!=Z&&typeof N.plugins[B]==P){n=N.plugins[B].description;if(n){n=n.replace(/^.*\s+(\S+\s+\S+$)/,"$1");t[0]=parseInt(n.replace(/^(.*)\..*$/,"$1"),10);t[1]=parseInt(n.replace(/^.*\.(.*)\s.*$/,"$1"),10);t[2]=/r/.test(n)?parseInt(n.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof G.ActiveXObject!=Z){var o=null,s=false;try{o=new ActiveXObject(h+".7")}catch(k){try{o=new ActiveXObject(h+".6");t=[6,0,21];o.AllowScriptAccess="always"}catch(k){if(t[0]==6){s=true}}if(!s){try{o=new ActiveXObject(h)}catch(k){}}}if(!s&&o){try{n=o.GetVariable("$version");if(n){n=n.split(" ")[1].split(",");t=[parseInt(n[0],10),parseInt(n[1],10),parseInt(n[2],10)]}}catch(k){}}}}var v=N.userAgent.toLowerCase(),j=N.platform.toLowerCase(),r=/webkit/.test(v)?parseFloat(v.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,i=false,q=j?/win/.test(j):/win/.test(v),m=j?/mac/.test(j):/mac/.test(v);/*@cc_on i=true;@if(@_win32)q=true;@elif(@_mac)m=true;@end@*/return{w3cdom:l,pv:t,webkit:r,ie:i,win:q,mac:m}}();var e=function(){if(!a.w3cdom){return }J(I);if(a.ie&&a.win){try{g.write("<script id=__ie_ondomload defer=true src=//:><\/script>");var i=c("__ie_ondomload");if(i){i.onreadystatechange=function(){if(this.readyState=="complete"){this.parentNode.removeChild(this);V()}}}}catch(j){}}if(a.webkit&&typeof g.readyState!=Z){Q=setInterval(function(){if(/loaded|complete/.test(g.readyState)){V()}},10)}if(typeof g.addEventListener!=Z){g.addEventListener("DOMContentLoaded",V,null)}M(V)}();function V(){if(S){return }if(a.ie&&a.win){var m=Y("span");try{var l=g.getElementsByTagName("body")[0].appendChild(m);l.parentNode.removeChild(l)}catch(n){return }}S=true;if(Q){clearInterval(Q);Q=null}var j=f.length;for(var k=0;k<j;k++){f[k]()}}function J(i){if(S){i()}else{f[f.length]=i}}function M(j){if(typeof G.addEventListener!=Z){G.addEventListener("load",j,false)}else{if(typeof g.addEventListener!=Z){g.addEventListener("load",j,false)}else{if(typeof G.attachEvent!=Z){G.attachEvent("onload",j)}else{if(typeof G.onload=="function"){var i=G.onload;G.onload=function(){i();j()}}else{G.onload=j}}}}}function I(){var l=H.length;for(var j=0;j<l;j++){var m=H[j].id;if(a.pv[0]>0){var k=c(m);if(k){H[j].width=k.getAttribute("width")?k.getAttribute("width"):"0";H[j].height=k.getAttribute("height")?k.getAttribute("height"):"0";if(O(H[j].swfVersion)){if(a.webkit&&a.webkit<312){U(k)}X(m,true)}else{if(H[j].expressInstall&&!C&&O("6.0.65")&&(a.win||a.mac)){D(H[j])}else{d(k)}}}}else{X(m,true)}}}function U(m){var k=m.getElementsByTagName(P)[0];if(k){var p=Y("embed"),r=k.attributes;if(r){var o=r.length;for(var n=0;n<o;n++){if(r[n].nodeName.toLowerCase()=="data"){p.setAttribute("src",r[n].nodeValue)}else{p.setAttribute(r[n].nodeName,r[n].nodeValue)}}}var q=k.childNodes;if(q){var s=q.length;for(var l=0;l<s;l++){if(q[l].nodeType==1&&q[l].nodeName.toLowerCase()=="param"){p.setAttribute(q[l].getAttribute("name"),q[l].getAttribute("value"))}}}m.parentNode.replaceChild(p,m)}}function F(i){if(a.ie&&a.win&&O("8.0.0")){G.attachEvent("onunload",function(){var k=c(i);if(k){for(var j in k){if(typeof k[j]=="function"){k[j]=function(){}}}k.parentNode.removeChild(k)}})}}function D(j){C=true;var o=c(j.id);if(o){if(j.altContentId){var l=c(j.altContentId);if(l){L=l;T=j.altContentId}}else{L=b(o)}if(!(/%$/.test(j.width))&&parseInt(j.width,10)<310){j.width="310"}if(!(/%$/.test(j.height))&&parseInt(j.height,10)<137){j.height="137"}g.title=g.title.slice(0,47)+" - Flash Player Installation";var n=a.ie&&a.win?"ActiveX":"PlugIn",k=g.title,m="MMredirectURL="+G.location+"&MMplayerType="+n+"&MMdoctitle="+k,p=j.id;if(a.ie&&a.win&&o.readyState!=4){var i=Y("div");p+="SWFObjectNew";i.setAttribute("id",p);o.parentNode.insertBefore(i,o);o.style.display="none";G.attachEvent("onload",function(){o.parentNode.removeChild(o)})}R({data:j.expressInstall,id:K,width:j.width,height:j.height},{flashvars:m},p)}}function d(j){if(a.ie&&a.win&&j.readyState!=4){var i=Y("div");j.parentNode.insertBefore(i,j);i.parentNode.replaceChild(b(j),i);j.style.display="none";G.attachEvent("onload",function(){j.parentNode.removeChild(j)})}else{j.parentNode.replaceChild(b(j),j)}}function b(n){var m=Y("div");if(a.win&&a.ie){m.innerHTML=n.innerHTML}else{var k=n.getElementsByTagName(P)[0];if(k){var o=k.childNodes;if(o){var j=o.length;for(var l=0;l<j;l++){if(!(o[l].nodeType==1&&o[l].nodeName.toLowerCase()=="param")&&!(o[l].nodeType==8)){m.appendChild(o[l].cloneNode(true))}}}}}return m}function R(AE,AC,q){var p,t=c(q);if(typeof AE.id==Z){AE.id=q}if(a.ie&&a.win){var AD="";for(var z in AE){if(AE[z]!=Object.prototype[z]){if(z=="data"){AC.movie=AE[z]}else{if(z.toLowerCase()=="styleclass"){AD+=' class="'+AE[z]+'"'}else{if(z!="classid"){AD+=" "+z+'="'+AE[z]+'"'}}}}}var AB="";for(var y in AC){if(AC[y]!=Object.prototype[y]){AB+='<param name="'+y+'" value="'+AC[y]+'" />'}}t.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AD+">"+AB+"</object>";F(AE.id);p=c(AE.id)}else{if(a.webkit&&a.webkit<312){var AA=Y("embed");AA.setAttribute("type",W);for(var x in AE){if(AE[x]!=Object.prototype[x]){if(x=="data"){AA.setAttribute("src",AE[x])}else{if(x.toLowerCase()=="styleclass"){AA.setAttribute("class",AE[x])}else{if(x!="classid"){AA.setAttribute(x,AE[x])}}}}}for(var w in AC){if(AC[w]!=Object.prototype[w]){if(w!="movie"){AA.setAttribute(w,AC[w])}}}t.parentNode.replaceChild(AA,t);p=AA}else{var s=Y(P);s.setAttribute("type",W);for(var v in AE){if(AE[v]!=Object.prototype[v]){if(v.toLowerCase()=="styleclass"){s.setAttribute("class",AE[v])}else{if(v!="classid"){s.setAttribute(v,AE[v])}}}}for(var u in AC){if(AC[u]!=Object.prototype[u]&&u!="movie"){E(s,u,AC[u])}}t.parentNode.replaceChild(s,t);p=s}}return p}function E(k,i,j){var l=Y("param");l.setAttribute("name",i);l.setAttribute("value",j);k.appendChild(l)}function c(i){return g.getElementById(i)}function Y(i){return g.createElement(i)}function O(k){var j=a.pv,i=k.split(".");i[0]=parseInt(i[0],10);i[1]=parseInt(i[1],10);i[2]=parseInt(i[2],10);return(j[0]>i[0]||(j[0]==i[0]&&j[1]>i[1])||(j[0]==i[0]&&j[1]==i[1]&&j[2]>=i[2]))?true:false}function A(m,j){if(a.ie&&a.mac){return }var l=g.getElementsByTagName("head")[0],k=Y("style");k.setAttribute("type","text/css");k.setAttribute("media","screen");if(!(a.ie&&a.win)&&typeof g.createTextNode!=Z){k.appendChild(g.createTextNode(m+" {"+j+"}"))}l.appendChild(k);if(a.ie&&a.win&&typeof g.styleSheets!=Z&&g.styleSheets.length>0){var i=g.styleSheets[g.styleSheets.length-1];if(typeof i.addRule==P){i.addRule(m,j)}}}function X(k,i){var j=i?"visible":"hidden";if(S){c(k).style.visibility=j}else{A("#"+k,"visibility:"+j)}}return{registerObject:function(l,i,k){if(!a.w3cdom||!l||!i){return }var j={};j.id=l;j.swfVersion=i;j.expressInstall=k?k:false;H[H.length]=j;X(l,false)},getObjectById:function(l){var i=null;if(a.w3cdom&&S){var j=c(l);if(j){var k=j.getElementsByTagName(P)[0];if(!k||(k&&typeof j.SetVariable!=Z)){i=j}else{if(typeof k.SetVariable!=Z){i=k}}}}return i},embedSWF:function(n,u,r,t,j,m,k,p,s){if(!a.w3cdom||!n||!u||!r||!t||!j){return }r+="";t+="";if(O(j)){X(u,false);var q=(typeof s==P)?s:{};q.data=n;q.width=r;q.height=t;var o=(typeof p==P)?p:{};if(typeof k==P){for(var l in k){if(k[l]!=Object.prototype[l]){if(typeof o.flashvars!=Z){o.flashvars+="&"+l+"="+k[l]}else{o.flashvars=l+"="+k[l]}}}}J(function(){R(q,o,u);if(q.id==u){X(u,true)}})}else{if(m&&!C&&O("6.0.65")&&(a.win||a.mac)){X(u,false);J(function(){var i={};i.id=i.altContentId=u;i.width=r;i.height=t;i.expressInstall=m;D(i)})}}},getFlashPlayerVersion:function(){return{major:a.pv[0],minor:a.pv[1],release:a.pv[2]}},hasFlashPlayerVersion:O,createSWF:function(k,j,i){if(a.w3cdom&&S){return R(k,j,i)}else{return undefined}},createCSS:function(j,i){if(a.w3cdom){A(j,i)}},addDomLoadEvent:J,addLoadEvent:M,getQueryParamValue:function(m){var l=g.location.search||g.location.hash;if(m==null){return l}if(l){var k=l.substring(1).split("&");for(var j=0;j<k.length;j++){if(k[j].substring(0,k[j].indexOf("="))==m){return k[j].substring((k[j].indexOf("=")+1))}}}return""},expressInstallCallback:function(){if(C&&L){var i=c(K);if(i){i.parentNode.replaceChild(L,i);if(T){X(T,true);if(a.ie&&a.win){L.style.display="block"}}L=null;T=null;C=false}}}}}();

Cufon.registerFont({"w":180,"face":{"font-family":"Cartonnage-Roman","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 1 5 4 2 1 1 2 1 4","ascent":"297","descent":"-63","x-height":"6","bbox":"-6.43252 -307.325 275.139 72.2581","underline-thickness":"7.2","underline-position":"-47.88","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":90},"\u00a0":{"w":90},"!":{"d":"40,-257v53,0,14,68,28,108v-9,30,8,83,-28,86v-18,-9,-5,-33,-14,-46r2,-9v2,-46,-5,-77,-6,-119v2,-11,4,-20,18,-20xm33,-42v19,-21,51,0,40,33v-4,17,-24,8,-41,14v-8,-12,-15,-39,-5,-49v3,-1,4,-1,6,-1v-1,1,-1,2,0,3xm57,-143v15,-20,-2,-67,6,-90v-6,-1,-5,-15,-12,-11v11,51,11,75,6,101xm63,-24v0,-4,2,-7,0,-11v-4,3,1,8,0,11xm62,-235v2,-1,7,-5,1,-5xm65,-37v-5,-5,-3,1,-1,1xm65,-42v-1,-1,-3,0,-3,1v0,1,1,1,2,1v1,-1,1,-2,1,-2xm63,-23v-1,2,-1,7,1,4v0,-2,1,-3,-1,-4xm53,-132v-1,3,5,4,2,1v-1,-1,-1,-1,-2,-1xm54,-46v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm50,-48v0,0,0,5,1,2v0,-1,0,-2,-1,-2xm54,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm56,-163v1,0,1,0,1,-1v-1,-1,-3,1,-1,1xm62,-10v2,0,2,-3,0,-3r0,3xm51,-76v4,0,1,-4,0,-1r0,1","w":94},"\"":{"d":"53,-202v4,-16,13,-31,16,-50v19,1,47,-1,24,18v-7,12,-12,20,-15,34xm65,-252v-3,21,-20,29,-24,49v-11,0,-27,0,-15,-13v2,-11,10,-23,7,-32v12,-2,22,1,32,-4xm92,-217v0,7,-2,19,-6,12","w":123},"#":{"d":"213,-257v18,10,-4,32,-7,50v26,-1,38,16,18,36v-14,1,-30,-6,-36,4v-2,17,-16,31,-16,48v11,1,29,-2,28,10v-1,25,-23,25,-45,22v-15,25,-19,58,-35,83v-7,7,-21,3,-32,2v-7,-33,33,-59,30,-90r-31,-1v-16,29,-19,66,-40,89v-9,-1,-23,3,-26,-4v2,-34,24,-52,32,-81v-4,-11,-31,2,-32,-12v-2,-21,20,-27,41,-22v19,-6,14,-37,26,-52v-3,-10,-30,3,-35,-10v2,-22,16,-32,41,-24v26,-6,17,-68,60,-45v0,21,-14,27,-15,46v7,2,17,4,27,3v14,-13,12,-38,24,-52r23,0xm131,-118v11,-15,18,-35,25,-55v-3,-7,-11,-1,-15,-8v-26,0,-41,37,-38,62xm104,-62r0,1r0,-1","w":256},"$":{"d":"91,-135v28,11,39,39,46,71v-4,10,-15,20,-16,29v-10,4,-16,9,-28,13v2,18,0,30,-21,25v-6,-6,-3,-16,-2,-26v-28,-6,-38,-21,-44,-46v9,-21,33,-6,32,11v5,3,6,6,13,9r3,-69v-21,-16,-53,-25,-49,-67v2,-26,21,-46,49,-45v-1,-9,0,-19,-2,-27v0,0,21,-4,22,5v1,7,-3,17,0,22v25,3,36,24,39,50v-13,16,-35,1,-33,-18v-1,-2,-4,-5,-9,-6r0,69xm73,-208v-28,7,-26,48,-5,55v2,2,3,3,4,5xm92,-49v20,-7,16,-43,-1,-53xm105,-175v-2,0,-5,2,-5,0v0,-2,1,-2,2,-2v3,-1,1,2,3,2","w":162},"%":{"d":"138,-239v-1,-19,22,-20,32,-11r-83,252v-11,4,-31,6,-30,-6r67,-193v-3,-9,12,-28,14,-42xm26,-152v-9,-49,-12,-119,47,-97v20,17,14,72,10,104v-17,17,-52,17,-57,-7xm205,-19v-7,30,-63,24,-63,-12v0,-40,-6,-83,28,-89v48,-2,31,58,35,101xm176,-100v-23,5,-11,41,-13,66v-2,13,15,25,22,11v-3,-25,9,-67,-9,-77xm52,-150v25,-4,16,-69,6,-83v-28,-2,-10,47,-14,71v1,4,2,13,8,12xm43,-147v0,-2,-1,-2,-2,-1v0,2,2,3,2,1","w":225},"&":{"d":"167,-47v4,15,17,30,4,46v-15,3,-22,-7,-28,-16v-17,15,-49,20,-76,13v-30,-9,-43,-34,-46,-70v-2,-42,14,-56,35,-75v-24,-16,-29,-67,-14,-88v21,-33,96,-29,93,15v16,36,-19,62,-36,79v7,5,3,14,13,17v4,19,15,22,14,38r9,10v6,-14,-3,-42,25,-33v18,13,-10,52,7,64xm72,-123v-27,19,-21,96,25,86v12,5,22,-3,28,-9v-20,-22,-32,-56,-53,-77xm96,-232v-31,-10,-44,33,-27,48v1,12,5,13,11,21v20,-14,45,-50,16,-69xm49,-68v-5,-2,0,-13,-7,-13v2,5,2,10,7,13xm54,-46v0,1,4,5,5,2v0,-2,-5,-6,-5,-2xm51,-59v2,-2,1,-7,-3,-7v2,0,-1,8,3,7xm161,-45v2,2,8,2,3,0v0,-3,-6,-3,-2,-1xm169,-29v-4,1,-1,5,1,6v3,-1,-2,-3,-1,-6xm85,-256v-3,0,-6,6,-1,3v0,-1,0,-2,1,-3xm66,-34v1,-3,-6,-7,-3,-2v2,1,2,1,3,2xm172,-15v2,1,4,2,2,-2v-1,1,-6,2,-2,2xm118,-104v-2,-2,-1,-4,-5,-4v3,1,1,3,5,4xm133,-197v-2,2,0,3,2,3xm165,-35v-2,1,-1,3,-1,5xm166,-31v3,-1,4,2,5,0v-1,0,-5,-2,-5,0xm113,-99v1,0,-1,-2,-1,-2v0,1,0,2,1,2xm166,-19v0,0,1,-4,0,-1r0,1xm125,-86v-2,0,-3,0,-3,1v1,0,2,0,3,-1xm73,-28v-1,0,-2,-3,-2,-1xm98,-135r-2,-1v0,1,1,1,2,1xm171,-13v1,1,2,1,3,0r-3,0xm170,-21v1,1,1,4,2,2xm114,-109r2,0r-2,0xm160,-28v-1,0,-3,1,-1,1","w":197},"'":{"d":"65,-252v-3,21,-20,29,-24,49v-11,0,-27,0,-15,-13v3,-10,9,-23,7,-32v12,-2,22,1,32,-4","w":85},"(":{"d":"71,-62v11,28,45,31,55,59v-17,20,-39,-12,-58,-17v-45,-38,-69,-154,-13,-200v11,-21,33,-31,55,-41v8,-1,11,16,4,20v-20,14,-36,29,-48,52v-16,36,-18,97,5,127","w":135},")":{"d":"12,-12v65,-28,94,-160,23,-209v-5,-12,-37,-21,-18,-34v73,21,104,97,86,177v-18,36,-43,67,-81,82v-9,1,-16,-8,-10,-16","w":129},"*":{"d":"102,-212v16,-2,42,10,18,21r-18,2v7,7,18,20,5,27v-12,3,-18,-10,-22,-8v8,17,-15,33,-20,12v-2,-6,1,-16,-2,-18v-3,8,-24,23,-27,6v0,-11,21,-16,9,-23v-15,8,-34,-6,-17,-17r20,-2v-9,-7,-18,-28,1,-28v8,0,9,16,18,10v-3,-7,-5,-24,6,-24v13,1,12,14,14,26v4,-9,24,-19,28,-3","w":150},"+":{"d":"73,-139v1,-26,-7,-66,22,-55v6,-3,8,0,10,5r-1,50v26,1,68,-7,54,30v-15,5,-36,0,-55,1v-1,17,1,37,-2,52v-8,7,-38,8,-29,-16r1,-36v-25,0,-67,5,-49,-31v18,0,31,-2,49,0xm80,-57v10,3,27,-4,7,-3v-4,0,-6,0,-7,3xm138,-112v8,0,18,7,15,-4v-2,3,-19,3,-18,4r3,0","w":181},",":{"d":"31,-2v-23,-14,-4,-46,23,-42v32,13,13,50,5,71v-4,10,-21,8,-22,-3v2,-3,9,-14,6,-20v-7,1,-6,-5,-12,-6xm52,-27v14,1,2,-1,1,-8v-1,0,-9,3,-2,3v3,-1,1,4,1,5xm47,-6v3,0,4,-6,1,-6v-1,2,-3,5,-1,6xm51,-4v2,0,8,-4,2,-1v-2,0,-2,1,-2,1xm40,26v2,0,3,-2,1,-3v-2,0,-1,2,-1,3xm58,-12r1,-3v-2,-1,-2,2,-1,3","w":93},"-":{"d":"34,-138v44,1,101,-18,90,31v-30,10,-68,5,-91,5v-17,-1,-15,-32,-2,-33","w":147},"\u00ad":{"d":"34,-138v44,1,101,-18,90,31v-30,10,-68,5,-91,5v-17,-1,-15,-32,-2,-33","w":147},".":{"d":"42,0v-28,0,-29,-46,0,-46v34,0,28,42,6,46v-3,-2,-2,-1,-6,0xm54,-25v-6,-5,-6,5,-1,1xm47,-10v2,0,6,3,5,-2v-2,1,-2,2,-5,2xm48,-33v-2,-1,-1,-3,-4,-2v0,2,3,4,4,2xm39,-37v2,1,5,-1,2,-2v-1,0,-2,0,-2,2xm48,-17v-2,3,4,4,1,1xm53,-19v-1,-1,-6,-4,-3,-1v2,0,2,3,3,1xm50,-30v-1,-2,-1,2,-1,2v1,0,1,-1,1,-2xm48,-11v-1,-1,-5,-4,-2,-1","w":87},"\/":{"d":"63,-124v23,-35,18,-97,46,-125v8,-1,22,-5,19,5r-80,274v-4,0,1,-6,-3,-6v-4,0,-9,7,-10,-1v1,-13,10,-30,6,-40v-4,13,-9,31,-17,41r-3,-3xm44,30v-4,3,-12,7,-17,3v2,-5,10,-5,17,-3xm42,-19v3,0,4,-4,4,-8v-2,-2,-5,1,-5,4v0,2,1,3,1,4xm57,-69v4,-1,4,-4,1,-6xm109,-241v2,-1,3,-4,-1,-3v0,1,0,4,1,3xm24,28v-1,0,-1,0,-1,-1","w":148},"0":{"d":"149,-136v-2,39,8,95,-20,115v3,4,-5,16,-8,12v1,-3,7,-6,4,-9v-8,4,-6,21,-17,18v-43,16,-80,-16,-75,-63r-3,-132v4,-20,10,-44,31,-48v25,-19,84,-4,82,36v7,16,2,44,7,62v-1,4,-7,7,-1,9xm61,-192v8,58,-23,147,29,166v47,-16,22,-91,22,-149v0,-21,-5,-45,-30,-39v-13,-4,-18,10,-21,22xm87,-246v18,3,36,12,45,20v-6,-14,-26,-22,-45,-20xm73,-243v-6,0,-13,1,-14,6v6,-1,12,0,14,-6xm58,-8v2,4,13,10,16,6v-7,-1,-11,-4,-16,-6xm53,-228v3,-2,3,-4,0,-5v-3,1,-4,4,0,5xm77,-244v3,1,8,2,5,-2xm77,0v0,1,4,2,5,0v-1,-1,-5,-2,-5,0xm49,-224v2,0,1,-3,1,-4xm120,-157r0,-4r0,4xm112,-4v2,1,5,-2,1,-2v-1,1,-1,1,-1,2xm119,-174v2,0,1,-2,1,-3v-2,0,-1,2,-1,3xm86,0v0,1,1,1,2,1v0,-1,-1,-1,-2,-1"},"1":{"d":"58,-248v41,-5,18,47,23,77v-6,38,0,94,-7,135v-4,-5,-5,3,-7,6v0,0,7,-8,7,1v3,13,-17,11,-2,17v-3,9,-16,11,-12,0v-2,-3,-5,6,-9,2v-1,-5,4,-17,-2,-13v-2,7,-11,4,-10,-2v9,3,20,-8,9,-14v0,5,-8,16,-6,7v1,0,2,-1,2,-3v-1,-3,-12,-1,-7,-5v8,3,6,-2,5,-6v4,2,8,-4,3,-5r-5,2r1,-35v5,-4,0,-20,7,-26v-10,2,-5,-15,-5,-24v9,0,-3,-9,8,-7v6,1,4,-6,2,-7v-2,2,-5,5,-8,2v10,-9,-7,-18,4,-24v-9,-2,6,-16,-15,-11v-13,0,-20,-20,-13,-30v6,-8,19,-11,23,-21v3,-8,5,-14,14,-16xm27,-210v5,0,6,-5,0,-5r0,5xm48,-15v-1,3,-4,3,-6,1v2,-1,5,-3,6,-1xm53,-137v-2,1,-6,6,-1,5xm29,-185v3,-1,-2,-3,-2,-3v0,2,1,3,2,3xm50,-176v2,0,1,-2,1,-3xm49,-124v0,1,-2,4,1,3xm61,-34v0,0,-4,-3,-4,0r4,0xm57,-5v-1,1,-4,4,-3,0r3,0xm48,-115v0,-1,-1,-1,-2,-1v1,1,1,1,2,1xm66,-24v1,-3,-3,-4,-1,-1v0,0,0,1,1,1xm45,-6v-1,-2,2,-3,2,-1xm39,-77v-1,0,-5,0,-2,-1v1,0,2,0,2,1xm42,-219v2,-1,2,-1,1,-3xm23,-200v0,0,0,-2,-1,-2xm52,-159v-1,0,-1,0,-1,1v1,0,1,0,1,-1","w":129},"2":{"d":"19,-181v4,-14,1,-34,15,-40v-6,-9,13,-10,14,-20v69,-38,126,40,88,113r-57,82v-3,6,-2,16,6,15v26,-3,72,-13,66,18v-4,3,-12,2,-9,10v-26,0,-103,16,-113,-14v3,-16,4,-38,20,-43r62,-95v-1,-27,8,-74,-39,-65v-17,5,-16,25,-18,45v-11,11,-30,3,-35,-6xm37,-32v0,2,0,5,-1,6v2,1,5,-3,3,-5v-1,-1,-1,-1,-2,-1xm92,-107v-3,-1,-6,4,-2,4v4,0,0,-3,2,-4xm93,-224v4,1,6,-6,1,-3xm24,-184v3,-1,4,-6,1,-8xm117,-203v2,-2,-3,-3,-4,-5v-3,4,4,2,4,5xm59,-211v-2,-2,-3,2,-5,3v4,0,2,-2,5,-3xm40,-25v-1,1,0,5,1,2v0,-1,0,-2,-1,-2xm51,-179r-5,4v3,0,3,-2,5,-4xm91,-108v1,0,2,-2,0,-3v0,1,-2,3,0,3xm48,-201v3,0,3,-5,0,-1r0,1xm86,-232v-1,3,4,4,2,2v0,-1,0,-2,-2,-2xm36,-23v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm53,-206v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm58,-60r0,-2r0,2xm36,-33v2,0,5,-1,1,-2v-1,0,-1,1,-1,2xm42,-33r-1,-3v0,1,1,2,1,3xm114,-170v0,0,0,-2,-1,-2xm147,-6v2,0,2,0,2,2v-1,0,-2,-1,-2,-2xm161,-19v-1,1,-2,2,-2,-1v1,0,2,0,2,1xm123,-134v2,0,4,-1,2,-2xm48,-48v2,1,3,-2,1,-2v-1,0,-1,1,-1,2xm84,-84v0,-1,-1,-2,-2,-2v1,2,2,2,2,2xm85,-227v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm55,-203v0,-1,0,-2,-1,-2v-1,1,-2,2,1,2xm159,-23v2,0,3,2,0,2r0,-2xm115,-160v1,-1,2,-2,-1,-2xm49,-31v-1,-1,-3,1,-1,1xm46,-47r0,0r0,0"},"3":{"d":"136,-123v49,38,15,153,-63,123v-10,-4,-22,-3,-26,-12v-26,-8,-42,-78,10,-61v6,27,31,62,61,33v10,-30,4,-65,-29,-63v-16,1,-22,-20,-13,-31v34,-6,68,-58,25,-81v-22,-11,-35,16,-38,36v-13,14,-48,11,-37,-19v5,-44,74,-73,106,-37v27,13,30,61,19,94v-5,6,-14,9,-15,18xm32,-41v-6,-8,0,-21,-5,-25v-5,8,2,19,5,25xm30,-180v1,0,3,2,3,0v0,-7,-7,-7,-3,0xm33,-35v1,3,3,3,1,0r-1,0xm43,-17v0,0,0,-2,-1,-2v0,0,0,2,1,2"},"4":{"d":"26,-96v21,-27,26,-65,42,-94v0,-5,1,-8,1,-12v15,-5,6,-49,34,-40v52,-9,18,71,27,129v-3,15,1,27,20,21v9,5,10,40,-9,36v-28,8,23,72,-38,60v0,-27,-1,-82,-60,-58v1,5,-2,5,-5,2v-3,-5,-9,-7,-14,-10v5,-14,5,-24,2,-34xm99,-101v-2,-32,3,-68,3,-95v-9,1,-7,14,-8,23v-14,16,-13,43,-26,61v-6,16,7,28,25,22v5,-2,6,-5,6,-11xm104,0v7,1,28,-1,16,-3v-11,2,-23,-7,-16,3xm40,-61v7,4,26,-2,8,-2v-1,-3,-8,0,-8,2xm35,-81v11,-3,1,-7,0,-13v-8,2,3,10,0,13xm34,-69v-3,3,-4,11,2,8v-3,-2,3,-7,-2,-8xm76,-189v-4,-4,-4,3,-6,5v3,2,5,-2,6,-5xm35,-71v4,-4,-2,-7,-3,-3v0,2,1,3,3,3xm69,-177v-2,0,-2,3,-2,5v4,1,6,-4,2,-5xm95,-235v2,-1,1,-3,-2,-3v0,0,-3,6,1,5v0,-1,1,-1,1,-2xm56,-135v-3,-3,-7,1,-4,4v3,0,4,-2,4,-4xm89,-222v-3,0,-5,4,-3,6v3,0,2,-4,3,-6xm43,-113v2,0,3,-2,0,-2r0,2xm42,-104r0,-1r0,1"},"5":{"d":"73,-167v80,-27,102,73,76,145v-4,-1,-6,12,-11,7v2,-8,17,-16,11,-24v-9,23,-27,39,-55,43v4,-1,16,4,8,4v-12,-5,-15,4,-27,-4v-5,6,-6,-6,-11,-7v2,-2,-1,-12,-10,-11v0,6,13,7,3,10v-10,-3,0,-26,-11,-10v-13,-5,-10,-30,-18,-40v6,-15,20,-18,34,-15v15,7,12,39,35,39v25,1,31,-33,24,-55r-2,1v10,-18,-1,-48,-21,-50v-27,5,-36,37,-64,20v0,-3,4,-8,0,-9r-2,3v-10,-13,2,-30,-8,-42v2,-3,7,-1,10,-1v-15,-13,-3,-52,-11,-73v3,-4,9,-7,9,-15v16,-6,74,2,102,-5v23,2,24,37,2,40v-35,4,-83,-15,-69,42v1,4,3,6,6,7xm109,6v8,-5,20,-9,27,-18v7,10,-13,7,-11,16v-6,-5,-12,9,-16,2xm28,-238v-2,9,4,22,4,7v-1,-4,1,-8,-4,-7xm32,-138v-1,8,2,17,4,6v0,-2,-1,-4,-4,-6xm83,1v0,2,8,6,8,0v0,-3,-6,-2,-8,0xm79,0v0,-3,-4,-3,-7,-3v-1,5,4,4,7,3xm53,-251v-7,0,-11,3,-2,3v1,0,2,-1,2,-3xm45,-26v-2,-3,-2,-10,-5,-5v0,4,3,4,5,5xm48,-114v1,-2,-2,-3,-3,-3v-2,0,-3,1,-3,3r6,0xm55,-115v-3,7,14,-3,3,1"},"6":{"d":"146,-174v-14,0,-29,2,-30,-11v1,-26,-35,-43,-50,-18v-3,16,-12,46,3,54v72,-26,111,69,75,130v-11,18,-31,28,-54,26v-2,0,-3,2,-4,6v-5,-13,-15,3,-16,-10v10,0,20,4,28,0v-12,-2,-30,-7,-41,-1v-50,-28,-31,-138,-27,-212v6,-17,18,-29,36,-33v-2,-8,11,-1,11,-9v44,1,76,25,75,68v0,2,-2,4,-4,4v6,-9,-9,-16,-3,-3v-2,3,-1,6,1,9xm69,-39v25,25,56,-6,46,-41v1,-25,-10,-38,-34,-38v-26,9,-21,54,-12,79xm135,-25v15,5,17,-28,14,-42v-3,15,-1,30,-10,39v-3,-1,1,-7,-2,-8v2,3,-2,3,-4,5v5,-1,2,3,2,6xm147,-82v8,-3,0,-23,-2,-29xm151,-71v4,-7,-5,-15,-7,-5v2,4,4,3,7,5xm127,-10v5,1,11,-5,8,-9v-4,-1,-6,7,-8,9xm140,-113v6,-1,0,-3,1,-7v0,-2,-1,-3,-4,-3v2,2,0,8,3,10xm111,0v4,-1,15,-5,10,-6v-3,1,-10,2,-10,6xm46,-13v0,-5,-3,-7,-6,-8v2,3,3,8,6,8xm136,-220v3,3,1,13,5,8v0,-3,-3,-6,-5,-8xm141,-205v0,4,4,5,3,0v0,-1,-1,-2,-3,-2r0,2xm136,-125v2,-2,1,-4,-3,-4v0,2,2,4,3,4xm123,-234v2,-2,-3,-3,-3,-3v0,2,1,3,3,3"},"7":{"d":"117,-210v-22,-17,-71,17,-81,-9v1,0,1,-1,2,-2v-10,4,-6,-16,-6,-16v19,-21,59,0,95,-8v1,4,4,15,7,8v-1,-9,10,-5,14,-2v4,17,-20,2,-11,20v4,-4,8,-9,12,-2v-2,1,-3,5,-1,8v-5,-3,-20,2,-11,5v7,-5,14,0,10,8v-7,6,-1,20,-11,23v2,5,3,12,1,17v-20,45,-26,102,-45,147v-4,20,-38,26,-38,-1r53,-174v8,-2,5,-12,10,-22xm118,-116v3,-12,5,-30,11,-35v-3,-3,-7,-2,-7,3v5,13,-13,23,-4,32xm103,-70v4,-8,9,-21,8,-30v-6,6,-9,22,-8,30xm135,-186v6,-2,10,-17,4,-19v-6,6,5,14,-7,16xm135,-184v-10,3,-9,10,0,4r0,-4xm89,-102v-3,1,-8,10,0,8r0,-8xm131,-223v1,-7,-6,0,-10,-3v0,4,7,2,10,3xm97,-57v1,4,5,1,6,-1v0,-2,-3,-3,-5,-1v-1,0,-1,1,-1,2xm142,-232v4,-2,1,-5,-2,-7v-1,2,0,7,2,7xm112,-103v1,-3,-1,-9,-3,-4v0,2,1,3,3,4xm131,-171v-3,2,-3,6,2,5v1,-2,1,-3,-2,-5xm129,-201v3,-1,3,-4,1,-6v-5,0,-2,5,-1,6xm89,-105r1,-6v-1,0,-3,1,-3,3v0,2,0,3,2,3xm79,-2v1,1,5,-2,5,-4v-2,-2,-5,1,-5,4xm99,-144v-1,0,-3,4,-1,6v1,-3,3,-4,1,-6xm87,-18v3,0,3,-4,0,-4v-2,0,-1,4,0,4xm123,-239v1,1,4,2,4,0v0,-1,-1,-2,-2,-2v-1,0,-2,1,-2,2xm122,-231v4,1,4,-3,1,-3v-2,0,-1,2,-1,3xm130,-216v0,-3,-1,-4,-3,-4"},"8":{"d":"134,-132v21,33,29,104,-6,127v-7,-4,15,-14,6,-18v-1,0,-2,0,-3,1v-1,10,-15,11,-17,19v4,0,8,-4,11,0v-9,2,-20,12,-29,6v6,0,19,-1,13,-6r-28,3v-1,6,15,2,5,6v-6,-4,-21,-2,-7,-6v-2,-4,-7,-2,-11,-4v2,1,0,3,-1,4v0,-3,-14,-1,-8,-4v3,2,8,0,4,-3v-48,-5,-42,-96,-17,-122v-10,-18,-20,-35,-19,-64v3,-36,31,-58,68,-56v45,3,64,61,42,105v-2,4,-3,8,-3,12xm87,-114v-35,5,-37,89,6,86v23,1,28,-19,32,-36v-7,-19,-7,-53,-38,-50xm61,-193v-4,41,36,64,52,32v12,-24,2,-54,-27,-53v-13,1,-18,11,-25,21xm51,-14v1,-4,-4,-7,-6,-4v-1,2,5,4,6,4xm127,-229v0,-1,-1,-1,-2,-1"},"9":{"d":"84,-256v96,-1,66,124,68,212v-2,36,-31,45,-66,48v-37,-1,-59,-28,-61,-63v2,-11,38,-14,34,5v1,19,18,32,36,30v33,-3,30,-46,29,-77v-8,-6,-22,8,-37,7v-56,-3,-74,-63,-57,-122v6,-21,27,-37,54,-40xm60,-148v5,30,61,27,61,-8v0,-32,3,-67,-31,-67v-35,2,-32,40,-30,75xm52,-213v-7,14,-11,53,2,67v-7,-22,1,-49,-2,-67xm61,-130v4,-2,-2,-6,-3,-9v-2,-2,-5,-4,-7,-4v4,4,5,10,10,13xm69,-224v-2,-3,-7,1,-9,5v2,-3,7,-2,9,-5xm130,-17v-1,0,-6,3,-5,6v2,-2,6,-2,5,-6xm53,-214v6,3,6,-7,2,-3v-1,2,-2,2,-2,3xm126,-238v0,-3,-2,-4,-6,-4xm144,-90v3,1,5,1,3,-4v-2,3,-1,3,-3,4xm80,-227v-2,-4,-4,-2,-7,0r7,0xm89,-229v-2,-1,-5,-4,-5,0v0,1,5,2,5,0xm70,-8v-1,-1,-3,-3,-3,0v0,3,0,2,2,1v0,0,1,0,1,-1xm48,-48r-1,3v1,-1,3,-1,1,-3xm144,-51v0,2,3,2,3,0r-3,0xm120,-8r-4,-1v0,2,3,3,4,1xm66,-127v0,-1,-1,-4,-2,-2v0,1,1,2,2,2xm145,-99v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm137,-21v-2,0,-3,2,-1,3xm140,-24v1,-2,-1,-3,-2,-1xm129,-236v0,-2,0,-2,-2,-2v2,0,0,2,2,2xm122,-13v0,1,-3,2,-1,2v1,0,1,0,1,-2xm105,-3v3,0,1,-4,0,-1r0,1xm113,-6v-1,1,-6,2,-2,2v2,0,2,-1,2,-2xm60,-6v-1,2,3,0,2,1v0,-1,-1,-1,-2,-1xm69,-37v0,-3,3,-1,1,0r-1,0xm73,-8v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm35,-231r0,-2v2,0,1,2,0,2"},":":{"d":"21,-27v4,-18,43,-23,50,-4v0,9,-3,16,2,22v-21,23,-57,11,-52,-18xm23,-120v-11,-30,31,-41,45,-19v1,14,-7,38,-21,32v-10,3,-23,-3,-24,-13xm53,-28v2,2,9,0,5,-3v-4,-2,-7,-6,-10,-1v3,1,5,0,5,4xm50,-9v0,-3,-2,-3,-4,-1v0,2,-1,5,2,4v1,0,2,-1,2,-3xm56,-130v-2,-2,-4,-1,-6,0v2,3,5,-1,6,0xm50,-122v-2,3,2,4,2,1v-1,-1,-1,-1,-2,-1xm49,-115v2,0,4,2,5,0v0,-3,-4,0,-5,0xm59,-14v0,-1,0,-1,-1,-1v0,1,-2,3,0,3v1,0,1,-1,1,-2xm49,-139v0,-2,-2,-1,-3,-1v0,2,2,3,3,1xm49,-13v1,-1,5,-1,2,-2v-1,0,-2,1,-2,2xm54,-123v0,-4,-5,-6,-2,-2v1,0,2,1,2,2xm51,-4v2,2,6,-1,4,-1xm43,-5v-1,-1,-1,-3,-2,-1v0,1,1,1,2,1xm41,-144v0,1,3,2,1,0r-1,0","w":93},";":{"d":"58,-44v31,11,13,53,3,72v-16,10,-22,-10,-13,-21v-9,-10,-28,-11,-24,-34v4,-11,20,-16,34,-17xm40,-149v28,-14,50,28,25,46v-8,3,-29,2,-35,0v0,-8,-11,-8,-5,-19v0,-1,-1,-2,-3,-2v0,0,-1,2,-1,0v4,-10,5,-26,19,-25xm52,-33v6,1,5,9,11,5v-1,-3,-3,-7,-6,-4v0,0,1,-5,-2,-4v-2,0,-3,1,-3,3xm63,-105v0,-4,-3,-3,-4,-1v0,2,4,3,4,1xm65,-141v2,0,-3,-4,-3,-4v0,0,-1,0,-2,1xm54,-4v3,2,5,0,5,-2xm35,-143v0,-1,-2,-3,-2,-1v0,1,0,1,2,1xm61,-12v2,0,1,-2,1,-3xm39,-145v1,2,3,1,3,-1v-1,-2,-3,-1,-3,1xm65,-130v0,0,1,5,1,2v0,-1,0,-2,-1,-2xm41,-105v-2,-1,-3,2,-1,2v1,0,1,-1,1,-2xm68,-111v-3,-1,-1,2,-1,3v1,0,1,-2,1,-3xm50,-6v2,0,1,-4,2,-5xm55,-14v-1,1,-3,1,-1,2v1,-1,1,-1,1,-2xm55,-104v2,0,3,-2,0,-2v-2,0,-1,2,0,2xm46,-5v2,-1,-1,-2,-1,-2","w":96},"<":{"d":"40,-104v-54,-41,35,-82,63,-109v14,-14,44,9,28,27v-23,17,-45,37,-66,56v19,29,63,37,65,77v-29,40,-57,-29,-84,-43v-4,-4,-6,-6,-6,-8xm127,-64v-3,-5,-8,-14,-15,-11v5,2,9,10,15,11","w":156},"=":{"d":"45,-119v30,9,91,-24,80,30v-23,6,-57,-1,-91,2v-1,-4,2,-1,4,-2v0,-9,-11,10,-11,-10v0,-7,-3,-6,-6,-6v3,-11,14,-12,24,-14xm118,-168v12,0,12,27,1,30r-85,0v-7,-3,-8,-22,-4,-27v25,-4,61,-2,88,-3xm34,-159v28,-2,63,3,87,-3v-28,1,-63,-5,-88,0v0,1,0,2,1,3xm66,-92v5,1,26,3,17,-1v-8,0,-19,-2,-26,0v3,2,5,2,9,1xm111,-94v-5,-2,-33,3,-14,3v4,-1,11,-1,14,-3xm104,-133v0,4,-11,4,-15,2v3,-3,12,2,15,-2xm44,-89v6,2,18,-6,4,-3v-3,1,-4,2,-4,3xm32,-161v0,-2,-3,-3,-3,-1xm101,-135v0,0,-5,-1,-2,-1v1,0,2,0,2,1xm122,-94v1,0,0,-1,0,-2r0,2xm113,-95v-2,2,0,2,1,1v0,-1,-1,-1,-1,-1","w":146},">":{"d":"117,-150v35,15,12,55,-8,63v-23,16,-38,40,-67,50v-20,-1,-28,-27,-9,-36v21,-16,40,-35,60,-52v-18,-11,-28,-33,-49,-41v-8,-13,-28,-27,-10,-45v19,-16,37,15,48,28v8,9,29,22,35,33xm46,-210v0,-5,-8,-3,-8,0v2,0,7,2,8,0","w":156},"?":{"d":"56,-246v46,-20,110,10,98,71v-5,42,-47,51,-56,86v-5,4,-4,17,-15,15r1,-1v-16,0,-27,4,-30,-10v-7,-11,10,-30,17,-38v14,-23,51,-24,50,-62v0,-12,-5,-24,-15,-26v-9,-14,-41,-8,-41,9v-7,10,-17,41,-38,20v-23,-19,15,-52,29,-64xm53,-8v-18,-29,18,-59,44,-36v-5,15,8,46,-16,44v-10,-1,-35,5,-28,-8xm86,-27v6,-2,2,-14,2,-15v-5,3,-5,12,-2,15xm84,-27v1,6,1,12,0,18v7,-5,6,-16,0,-18xm96,-105v4,0,7,-7,2,-7v-4,-1,-1,5,-2,7xm86,-89v1,-4,1,-8,0,-11v-5,3,1,7,0,11xm38,-185v2,-3,-1,-4,-3,-5v-2,0,-2,2,-2,4v2,-2,5,-1,5,1xm50,-184v-1,-2,-3,-3,-4,-2v3,1,-4,4,1,4v1,0,3,-1,3,-2xm56,-11v0,-5,-2,-8,-3,-2v0,1,1,1,3,2xm87,-86v-1,1,-6,2,-2,2v1,0,2,0,2,-2xm53,-21v1,1,2,1,2,-1v0,-4,-2,-4,-2,-1r0,2xm31,-186v3,-3,-3,-6,-1,-1v0,1,0,1,1,1xm31,-193v-2,0,-6,0,-3,2v1,0,3,-1,3,-2xm61,-47v-1,-1,-3,-2,-3,0r3,0xm86,-45v0,1,-1,3,1,3v4,-2,0,-2,-1,-3xm34,-196v1,0,1,-1,1,-2v-2,0,-3,1,-1,2xm41,-186v0,1,1,1,2,1v0,0,1,0,1,-1r-3,0xm55,-30v-1,-1,0,-3,-2,-3xm43,-191v-1,1,-3,2,-1,2v1,0,1,0,1,-2","w":174},"@":{"d":"108,-240v52,-28,132,-4,147,44v28,35,29,111,-11,126v-8,14,-34,25,-52,16v-6,-5,-21,-3,-20,-15v-12,11,-32,24,-57,16v-56,-25,-28,-166,43,-138v13,-2,27,5,45,3v0,32,-13,66,-11,102v21,28,54,-9,55,-39v-1,-58,-27,-97,-87,-98v-99,-10,-143,123,-78,183v5,3,4,11,10,8v26,14,65,22,103,14v6,0,14,1,15,7v-43,46,-145,9,-164,-33v-53,-61,-13,-183,62,-196xm112,-122v-12,42,40,58,53,27v8,-20,5,-42,10,-68v-21,-6,-56,-7,-58,18xm26,-113v1,-3,-6,-4,-3,-1v0,2,6,4,3,1xm207,-10v1,-1,3,-4,0,-4v-4,-2,-3,0,-1,2v0,1,1,2,1,2xm26,-115v2,-2,-1,-3,-3,-4xm24,-131v-2,2,0,2,2,3v0,-2,0,-3,-2,-3xm29,-77r0,-3v0,1,-2,3,0,3xm23,-124v2,0,2,-1,1,-2xm25,-121r-3,-1v0,2,2,1,3,1xm28,-81v1,1,3,-1,1,-1","w":294},"A":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1","w":163,"k":{"y":6,"t":10,"j":6,"f":10}},"B":{"d":"150,-123v3,15,15,32,12,46v8,9,-3,17,0,24v-2,4,-4,3,0,7v-6,9,-8,23,-19,27v-23,24,-73,18,-116,17v-8,-89,-5,-176,-1,-241v20,-17,58,-2,87,-6v4,8,13,2,17,11v11,4,30,24,23,36v7,2,-1,14,8,16v-9,7,-3,34,-14,39v3,5,-5,7,-2,12v-10,0,-5,6,-1,10v-1,3,4,2,6,2xm61,-37v34,10,66,-4,64,-44v2,-33,-41,-39,-67,-27xm120,-174v-1,-24,-20,-51,-44,-40v-25,-8,-15,39,-19,64v20,14,64,6,63,-24xm55,-21v6,1,3,-10,1,-4v0,2,0,3,-1,4xm53,-17r-3,-1v0,3,3,2,3,1xm149,-186v1,2,2,2,3,0v0,-2,-3,-3,-3,0xm48,-13v1,0,-1,-7,-2,-2v0,1,1,2,2,2xm33,-200v1,2,3,0,3,-2v-3,0,-3,0,-3,2xm143,-102v2,0,4,-3,1,-3xm37,-234v1,0,3,-2,1,-3v0,0,-2,0,-2,1v0,1,1,2,1,2xm141,-153v-1,-2,-4,-3,-3,0v1,1,3,1,3,0xm51,-69v0,-1,4,-4,2,-4v-2,0,-2,2,-2,4xm137,-149v-1,-2,-2,1,-2,1xm157,-67v0,-2,-1,-3,-2,-1v0,1,1,1,2,1xm35,-209v0,-2,-3,-1,-3,0v0,2,3,1,3,0xm52,-51v0,4,3,2,2,0v0,-1,-2,-2,-2,0xm52,-201v0,3,3,2,2,0v0,-2,-2,-1,-2,0xm130,-46v-3,-1,-4,2,-1,2v0,0,1,-1,1,-2xm35,-42v0,-2,-2,-1,-3,0r3,0xm36,-15v3,-1,5,-1,1,-2v-1,0,-1,1,-1,2xm37,-51v-1,-1,-3,-1,-3,1xm125,-206v-2,0,-4,1,-2,2v1,0,2,-1,2,-2xm49,-104v2,1,4,-1,1,-1v0,0,-1,0,-1,1xm50,-153v0,2,1,1,3,0r-3,0xm49,-24v0,-1,-1,-3,-1,-1","w":186},"C":{"d":"117,-69v3,-14,32,-12,30,6v-3,36,-22,56,-50,66v-37,-1,-78,-25,-72,-60v-3,-82,-13,-137,11,-175v14,-14,33,-25,57,-24v34,3,49,29,52,63v4,19,-29,22,-31,8v7,-44,-58,-53,-59,-10r0,142v0,25,39,31,53,13v7,-8,6,-20,9,-29xm25,-201v6,-2,3,-6,1,-9v0,3,0,7,-1,9xm26,-107v-1,4,4,4,4,1v1,-3,-4,-5,-4,-1xm26,-74v4,0,7,-2,2,-4xm28,-81v2,-1,4,-4,-1,-4xm32,-208v1,-3,-3,-2,-3,-1v-1,2,-2,2,0,3v0,0,1,-1,3,-2xm30,-198v0,-2,-4,-1,-4,0v1,2,2,1,4,0xm30,-136v1,-3,-3,-6,-3,-2v0,1,1,2,3,2xm120,-71v-1,0,-1,2,-1,3r2,0v0,-2,0,-3,-1,-3xm48,-242v-1,0,-2,1,-2,2v2,1,4,-1,2,-2xm26,-195v-3,2,2,2,2,2xm38,-35v2,0,3,-3,0,-2r0,2xm36,-26v0,3,2,1,2,0r-2,0xm28,-126v3,0,1,-2,1,-2v-2,-1,-2,-1,-2,1v0,1,0,1,1,1xm29,-187v-2,0,-3,3,0,2v1,0,2,-2,0,-2xm27,-91v1,1,2,0,3,-1v-2,0,-3,0,-3,1xm26,-147v-1,3,1,2,3,2xm58,-243r0,-3r0,3xm28,-66v2,0,3,-3,0,-2r0,2xm28,-59v0,3,3,3,2,0r-2,0xm32,-212v0,-2,-1,0,-1,0r1,0xm118,-183v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm28,-201v2,1,2,-1,1,-1v-1,0,-1,0,-1,1xm26,-118v1,1,1,5,2,2xm40,-28v0,-1,-1,-1,-1,0r1,0","w":167},"D":{"d":"24,-247v14,-12,52,-7,93,0v50,21,41,123,37,187v-2,33,-32,72,-70,56v-23,2,-38,5,-54,1r-8,-204v4,-12,-5,-37,4,-40r-2,0xm62,-31v74,21,64,-76,60,-149v-3,-28,-32,-47,-65,-38xm127,-159v2,-2,0,-10,-1,-3xm98,-2v0,-1,-2,-3,-2,-1v0,1,1,1,2,1xm24,-222v1,1,2,1,2,-1xm68,-4v-1,-2,-3,-1,-2,1v1,0,2,0,2,-1","w":177},"E":{"d":"31,0v-19,-23,-2,-63,-10,-98v7,-42,2,-105,5,-143v36,-21,80,-1,120,-11v9,4,18,11,12,24v-11,28,-65,7,-96,13v-8,15,-3,46,-3,68v14,9,36,-3,62,3v12,-7,33,6,24,28v-19,14,-69,-5,-87,9v4,26,-19,79,23,69v31,-3,101,-6,68,35v-39,6,-87,-4,-118,3xm29,-156v0,2,3,7,4,4v0,-2,-1,-5,-4,-4xm148,-9v-4,-1,-7,2,-3,3v2,0,3,-1,3,-3xm89,-244v-1,-2,-4,-2,-5,0v0,1,1,2,2,2v2,0,3,-1,3,-2xm33,-228v-4,1,-6,2,-1,3v1,0,1,-1,1,-3xm30,-238v3,0,2,-3,0,-2r0,2"},"F":{"d":"32,0v-26,-16,-1,-71,-10,-105r0,-146v34,3,86,-2,121,0v4,5,8,33,-7,30r-74,-1v-16,4,-3,48,-8,72v18,8,52,0,78,1v5,8,8,27,2,35r-76,0v-10,24,3,76,1,107v-5,6,-20,2,-27,7xm135,-233v-5,-2,-2,2,-3,5v2,3,4,-1,4,-3v0,-1,-1,-1,-1,-2xm26,-111v1,3,5,3,4,-1v-2,-2,-3,-2,-4,1xm31,-82v-4,0,-4,7,0,3v4,0,1,-2,0,-3xm28,-144v-1,3,2,5,3,2v0,-2,-1,-2,-3,-2xm130,-224v2,-1,1,-4,-1,-3v-2,1,0,3,1,3xm30,-86v-1,-1,0,-5,-3,-2v0,2,1,2,3,2xm26,-197v3,0,2,-2,1,-3xm27,-202v3,1,4,-2,1,-2v-1,0,-1,0,-1,2xm29,-132r-1,1v2,1,5,0,1,-1xm30,-239v-1,-1,-2,-1,-2,1xm26,-151v0,2,2,1,4,1v0,-2,-3,-3,-4,-1xm79,-244v0,-2,-2,-3,-2,0r2,0xm28,-156v-2,0,-1,1,0,2v2,0,1,-2,0,-2xm30,-72v0,-1,-2,-2,-2,0v1,2,1,1,2,0xm27,-191v1,1,5,0,2,-1v0,0,-2,3,-2,1xm28,-121v1,0,1,-1,1,-2v-2,0,-2,0,-1,2xm126,-235r0,-1r0,1","w":155},"G":{"d":"134,-44v-9,-19,16,-62,-22,-57v-15,2,-18,-21,-10,-29v-2,9,6,1,9,3r0,-4v26,2,65,-13,53,32r1,85v-4,-3,-14,4,-7,4v3,0,4,1,4,2v-54,21,-129,11,-130,-43v-18,-77,-27,-215,75,-201v30,13,56,32,56,74v-4,12,-21,0,-30,3v-5,-5,-6,-13,-7,-22v-8,-11,-17,-26,-36,-24v-39,5,-29,61,-32,102v-1,52,10,97,64,91v9,0,13,-6,12,-16xm39,-63v5,-10,-10,-24,-9,-10v11,3,-5,8,4,14v1,-2,2,-8,5,-4xm95,-1v9,5,20,-7,2,-3v-1,1,-2,2,-2,3xm156,-198v3,-5,-4,-10,-6,-16v2,5,0,14,6,16xm88,-2v-2,-2,-7,-7,-9,-1v1,2,6,1,9,1xm44,-33v0,6,5,5,4,0v0,-1,-1,-2,-2,-3v-2,1,-2,2,-2,3xm40,-44v0,0,-2,-10,-4,-4v0,2,2,4,4,4xm145,-221v-1,-4,-5,-6,-8,-8v1,4,4,7,8,8xm109,-107v-1,-2,-6,-3,-5,2v2,1,5,1,5,-2xm30,-100v1,0,2,-5,0,-5v-2,0,-2,3,-2,5r2,0xm91,-14v2,-2,3,-5,-1,-4v-2,1,0,4,1,4xm156,-191v-2,5,3,6,2,1v0,-1,-1,-1,-2,-1xm44,-215v5,0,0,-6,0,-2r0,2xm158,-181v-2,0,-1,3,0,4v2,-1,3,-3,0,-4xm38,-40v1,2,2,-1,2,-1v-1,0,-2,0,-2,1xm158,-26v1,0,1,-2,1,-3v-2,0,-3,3,-1,3xm28,-98v0,4,2,0,2,0r-2,0xm31,-116r0,-3v-3,0,-2,3,0,3xm37,-202v2,2,2,-1,3,-3v-1,1,-3,1,-3,3","w":187},"H":{"d":"156,-112v-9,45,18,95,-13,111v-12,-3,-24,-5,-21,-16v-3,2,-5,6,-6,-1v3,-24,-1,-61,2,-89v-6,-17,-31,-6,-47,-5v-19,21,7,74,-2,108v-13,6,-37,3,-33,-16r-4,9r-4,-21v7,-48,-9,-106,-3,-154v-4,-17,1,-36,-4,-52v5,-16,37,-21,41,-2v3,30,-8,73,7,91v15,-3,43,8,47,-7v-4,-26,-4,-57,-4,-88v2,-10,18,-19,25,-11v-7,-1,-18,7,-6,9v3,-2,-3,-4,0,-6v6,3,8,11,13,8v1,-5,-3,-8,-1,-11v15,22,4,70,9,107v6,5,-1,25,4,36xm126,-83v6,-7,11,7,16,0v-1,-6,-8,-3,-15,-4xm138,-57v4,-3,2,-9,2,-13v-5,1,-8,12,-2,13xm145,-99v-1,-9,-3,-4,-1,0v-3,3,-9,8,0,10xm120,-51v8,7,2,-7,7,-8v0,-1,-1,-2,-2,-2v-5,-1,-3,7,-5,10xm117,-218v-1,-10,3,-20,-2,-25v1,9,-2,21,2,25xm136,-29v3,-1,3,-13,-1,-9v-4,0,-2,7,0,10xm133,-18v3,-2,1,-9,0,-9v-2,1,-9,12,-3,6v2,0,2,2,3,3xm33,-44v8,5,2,-4,2,-4v1,-5,-4,-8,-3,-1v0,1,0,3,1,5xm121,-29v-1,5,2,6,6,5v0,-4,-4,-5,-6,-5xm139,-45v-4,-4,-11,3,-5,4v0,-1,6,-1,5,-4xm133,-220v5,1,3,-5,3,-9v-2,4,-7,4,-3,9xm147,-124v-4,-1,-3,3,-3,6v4,2,3,-6,3,-6xm140,-73v2,0,2,-1,2,-3v0,-2,0,-3,-2,-3v-2,1,-3,6,0,6xm135,-50v3,3,5,0,4,-3v0,0,-4,-1,-4,3xm117,-203v8,-2,-7,-7,2,-10v-6,-1,-2,6,-2,10xm131,-78v-4,-1,-8,1,-5,3v2,0,4,-2,5,-3xm125,-37v-4,0,-7,4,-3,5xm139,-5v3,0,2,-4,0,-4v-2,0,-2,0,-2,2xm127,-42v-1,-2,-3,-3,-6,-3v0,3,3,3,6,3xm125,-65v-3,-2,-8,1,-2,2v2,0,2,-1,2,-2xm122,-247v3,0,2,-4,0,-4v-3,0,-3,4,0,4xm139,-213v-2,-2,-4,-1,-3,2v2,0,3,0,3,-2xm136,-14v-1,0,-7,5,-2,2v1,0,2,-1,2,-2xm141,-110v3,3,6,-1,2,-2v-1,0,-2,1,-2,2xm135,-71v-3,-2,-2,0,-2,3v0,1,0,2,-1,2v3,0,2,-3,3,-5xm37,-24v0,-1,0,-3,-1,-3v0,1,-3,4,-1,4xm119,-190v1,-1,0,-4,-2,-3v0,2,1,3,2,3xm135,-126v0,2,2,1,3,1v-1,-1,-3,-3,-3,-1xm119,-185v-1,0,-2,0,-2,2v1,1,1,1,2,1r0,-3xm121,-83v-2,1,0,4,1,1xm122,-87v2,-1,0,-3,-1,-3xm123,-69v0,0,-2,-3,-2,-1xm129,-51v1,-1,1,-2,-1,-2v0,1,0,2,1,2xm120,-100v2,0,0,-3,0,-1r0,1xm34,-37r-1,0r1,0","w":178},"I":{"d":"37,-253v25,-13,28,16,25,38v-7,73,1,139,-3,200v0,6,-4,17,-15,15v-45,-3,-11,-72,-21,-113v4,-40,5,-83,4,-128v1,-5,4,-9,10,-12xm27,-21v0,0,6,-5,1,-5v-2,1,-2,5,-1,5xm31,-126v-1,-2,-5,-3,-2,0v0,2,2,1,2,0xm28,-114v-1,2,2,3,2,1v0,-1,0,-1,-2,-1xm37,-243v2,0,2,0,2,-2v-1,0,-2,0,-2,2xm28,-94v-1,0,-1,1,-1,2v1,0,1,-1,1,-2","w":83},"J":{"d":"125,-254v26,0,12,44,16,73v4,34,-3,75,2,106v9,74,-80,99,-122,57v-9,-8,-8,-25,-15,-37v4,-4,2,-32,15,-27v37,-14,14,52,52,52v35,0,34,-46,26,-73v6,-5,-3,-11,5,-15v-8,-31,5,-79,-1,-115v-1,-15,9,-21,22,-21xm45,-53v-5,-4,-3,5,-3,5xm108,-235v2,-5,-3,-6,-3,-3v-1,2,1,2,3,3xm38,-48v-2,2,0,3,3,3v-1,-1,0,-4,-3,-3xm44,-64v0,0,-2,-5,-2,-2v0,2,0,2,2,2xm46,-58v0,-1,-5,-5,-4,-1xm19,-82v-2,0,-3,3,0,2r0,-2xm104,-115v1,2,3,1,2,-1xm107,-93v0,0,-2,-3,-2,-1v0,1,1,1,2,1xm39,-73v1,-1,3,-1,1,-3","w":163},"K":{"d":"123,-133r40,120v-2,13,-24,19,-39,11v-15,-30,-22,-64,-35,-96v-12,15,-26,44,-17,65r-3,0v7,25,-5,40,-30,38v-25,-16,-9,-74,-17,-99v7,-44,-13,-130,6,-157v5,-1,24,-10,32,2v22,8,-3,40,4,60v-1,17,-11,46,-1,58r55,-120v15,-10,50,-4,40,14v-9,36,-47,69,-35,104xm115,-141v-3,-2,-9,-4,-5,0v2,0,4,2,5,0xm118,-181v4,0,11,-3,2,-2v-1,0,-2,1,-2,2xm57,-179v-3,2,-1,3,2,4xm31,-31v-1,-1,-2,-1,-3,0v-1,2,1,5,2,2v0,-1,1,-1,1,-2xm111,-153v3,1,1,-2,1,-3v-1,0,-3,2,-1,3xm65,-60v1,2,3,0,3,-2xm143,-32v1,-2,-3,-5,-3,-2v0,1,1,2,3,2xm115,-157v1,-2,-2,-5,-2,-1v0,1,1,1,2,1xm28,-169v-2,-2,-5,1,-1,1xm131,-83v-1,3,1,4,3,2v0,-2,-3,0,-3,-2xm57,-197r0,2v1,-2,2,-1,0,-2xm116,-121v0,0,1,-4,0,-1r0,1xm123,-176v-3,-4,-3,1,-1,1v1,0,1,-1,1,-1xm123,-107v0,0,-3,2,-1,2v0,0,1,0,1,-2xm52,-154v0,2,2,1,3,0v0,-1,-3,-2,-3,0xm28,-63v1,0,1,0,1,-1v-1,-1,-3,1,-1,1xm117,-171r3,0r-3,0xm132,-87v-1,-1,-2,-5,-2,-1v1,1,1,1,2,1xm64,-19v-1,-1,-2,-3,-3,0v0,1,3,2,3,0xm56,-143r-1,3v1,-1,3,-1,1,-3xm57,-148v-1,-1,-1,-3,-2,-1v0,1,1,1,2,1xm146,-215v0,2,3,3,2,0r-2,0xm147,-221v2,0,2,0,1,-1v0,0,-1,0,-1,1xm58,-215v2,0,1,-2,0,-2r0,2xm97,-131v0,0,-2,0,-2,1v1,0,2,0,2,-1xm63,-11v1,2,2,1,3,0r-3,0xm54,-167v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm146,-40v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm143,-41v1,1,1,1,2,0v-1,-1,-1,-2,-2,0xm32,-202v-1,0,-1,1,0,1r0,-1","w":176,"k":{"y":13,"w":13,"v":13}},"L":{"d":"55,-44v10,30,87,-24,92,29v-8,31,-64,2,-93,14v-10,-4,-15,2,-27,-4v3,-9,-10,-5,-3,-13r1,-231v35,-20,40,20,32,52xm29,-22v3,0,2,-3,0,-3v0,1,-2,3,0,3xm122,-5v1,-5,-7,-3,-3,-1v1,0,2,0,3,1xm130,-10v-2,-1,-3,2,-1,3v2,0,1,-2,1,-3xm134,-9v1,0,2,-1,2,-3v-3,0,-4,2,-2,3xm30,-27v1,-2,-2,-5,-2,-2v0,1,0,2,2,2xm110,-8v-2,-2,-2,0,-2,2v1,0,2,-1,2,-2xm29,-45v2,-1,0,-2,0,-3v-2,0,-1,3,0,3","w":151},"M":{"d":"202,-46v-5,19,4,48,-16,51v-33,-7,-9,-51,-16,-91v1,-18,6,-38,-4,-50v-21,37,-17,93,-30,137v-18,6,-44,4,-38,-23r-30,-130v-5,39,2,93,-2,137v-3,14,-17,17,-24,18v-33,-16,7,-73,-16,-101v8,-14,-4,-37,3,-45v-1,-2,-14,-4,-4,-7v8,-5,-6,-25,2,-28v-5,0,-9,-7,-2,-7v11,-4,-4,-5,-3,-10v-1,-5,9,-12,0,-15v3,-10,-2,-21,7,-23v-7,-3,0,-19,4,-11v8,-23,53,-5,53,18v14,33,13,95,30,129v20,-18,11,-69,27,-96v5,-22,7,-72,37,-58v39,-6,22,52,22,87r0,118xm44,-128v0,-3,-2,-7,-2,-1v1,1,1,1,2,1xm48,-168v-1,-2,-3,-3,-4,0v0,1,1,2,2,2v1,0,2,0,2,-2xm48,-157v1,-1,-1,-3,-3,-3v1,1,1,3,3,3xm30,-177v0,-2,-2,-5,-2,-1v0,1,1,1,2,1xm45,-190v0,0,4,1,1,0r-1,0xm30,-74v-2,0,-3,-4,0,-3r0,3xm42,-36v2,0,1,-2,1,-3xm87,-102r-3,-1v0,3,2,2,3,1xm80,-138v-1,-2,-2,1,-2,1v1,0,2,0,2,-1xm45,-84v1,-1,1,-3,-1,-3xm45,-62v2,-1,1,-2,-2,-3xm84,-110v0,1,0,1,1,1v0,-1,0,-1,-1,-1","w":223},"N":{"d":"120,-105v20,-25,-7,-101,6,-137v43,-21,31,22,30,61v4,56,-3,111,2,162v1,18,-6,20,-21,20v-7,-5,-16,-9,-15,-22v-5,-7,-11,-16,-9,-27v-7,1,-2,-8,-6,-10v-19,-27,-23,-64,-41,-92v-16,25,1,80,-3,122v0,6,1,11,3,15v-2,23,-27,14,-38,10v-2,-35,2,-75,-3,-107v1,-44,-4,-77,-4,-113v0,-23,37,-28,47,-20v11,27,18,55,26,85r-3,-1v1,4,11,7,5,12v-2,-1,-2,2,-2,4v17,-3,13,32,26,38xm144,-159v5,-9,5,-32,2,-44v-1,15,0,31,-2,44xm148,-204v6,-18,-9,-36,-1,-16v1,5,-5,15,1,16xm148,-68v-3,0,-3,9,-3,13v2,1,3,1,4,-1v1,-5,-2,-9,-2,-11v1,0,1,1,1,-1xm147,-143v-1,-6,-3,-18,-4,-7r2,6v0,-1,0,-1,1,-1xm147,-104v1,-8,3,-17,-2,-19xm142,-238v9,2,2,-8,1,-2v-1,1,-1,1,-1,2xm148,-72v1,-4,-2,-10,-1,-5r-2,5v1,-1,2,-3,3,0xm33,-21v1,-3,-2,-5,-4,-3xm127,-10v2,4,8,-2,3,-2v-1,0,-2,1,-3,2xm144,-9v-2,4,1,2,2,1xm130,-8v0,3,3,2,3,0r-3,0xm134,-192v0,-1,-2,-3,-2,-1v0,1,1,1,2,1xm139,-239v-3,-1,-4,4,-1,1v1,0,1,-1,1,-1xm35,-205v0,-2,-4,-4,-3,-1v1,1,2,1,3,1xm147,-125v1,-1,1,-3,0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm146,-51v2,1,2,1,2,-2v-1,-1,-1,2,-2,2xm56,-8v0,0,2,3,2,1v1,-2,-2,-3,-2,-1xm149,-81v-1,-2,-2,-4,-4,-1xm145,-104v-3,2,2,2,2,2v0,-1,-1,-1,-2,-2xm44,-5v0,-2,-1,-2,-3,-2xm132,-17r0,3v3,0,2,-3,0,-3xm144,-138v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm147,-22v-2,-1,-3,2,-1,2v1,0,1,-1,1,-2xm26,-220v2,0,2,0,2,-2v-1,0,-2,1,-2,2xm35,-222v-1,-1,-3,1,-1,1v1,0,1,0,1,-1xm141,-26v1,2,2,-1,2,-1v-2,0,-2,0,-2,1","w":179},"O":{"d":"22,-168v-15,-87,94,-116,124,-51v18,40,5,105,6,157v2,60,-80,84,-116,40v-23,-29,-5,-94,-14,-146xm54,-60v-4,34,65,42,67,5v2,-47,2,-102,-2,-145v-5,-23,-50,-31,-60,-6v-10,31,2,57,-5,89v0,21,2,39,0,57xm50,-143v0,4,4,16,3,2v1,-6,-2,-12,-3,-2xm50,-119v3,-2,4,-9,0,-11v0,3,-2,9,0,11xm46,-80v0,3,3,10,3,2v1,-5,-2,-5,-3,-2xm51,-111v2,0,2,0,2,-2v0,-1,0,-2,-2,-2r0,4xm47,-67v2,2,2,2,3,0v-1,-4,-4,-5,-3,0xm53,-71v1,0,1,0,1,-1v1,-2,-3,-3,-3,-1v0,1,1,2,2,2xm47,-86v1,3,1,2,2,0v0,-1,0,-2,-1,-2v-1,0,-1,0,-1,2xm51,-155v0,2,0,2,2,2v0,-1,0,-2,-2,-2xm49,-100v-1,2,3,3,2,1v0,-1,0,-1,-2,-1","w":174},"P":{"d":"63,-71v-8,15,17,66,-13,69v-1,2,-4,10,-8,4v1,-1,0,-2,-1,-2v-7,0,-24,-11,-15,-20v-10,-23,2,-80,-5,-99v2,-26,-1,-58,5,-81v-14,-45,13,-62,60,-50v12,-3,17,2,29,0v17,11,42,22,42,46v-1,0,-2,1,-3,1v8,3,0,13,9,16v-2,21,-15,44,-16,58v-14,0,-14,22,-25,16v-9,14,-51,1,-64,12v7,10,1,24,5,30xm93,-217v-23,-4,-37,-3,-33,29v1,15,-13,48,8,47v30,11,60,-9,52,-43v-4,-16,-12,-31,-27,-33xm58,-19v-2,0,-4,5,-2,6v1,-1,5,-5,2,-6xm51,-63v4,-1,4,-7,1,-2v-1,1,-1,2,-1,2xm52,-9v2,0,2,-1,1,-2v-1,-1,-2,-1,-2,1v0,1,0,1,1,1xm141,-146v0,-2,-1,-3,-2,-3xm37,-202v-3,-3,-6,2,-1,1v0,0,1,0,1,-1xm154,-184v0,-2,-2,0,-3,0v1,0,2,2,3,0xm33,-209v3,0,2,-3,0,-2v-2,1,-1,1,0,2xm39,-237v0,-1,-6,-2,-2,0v0,2,2,1,2,0xm53,-201v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm136,-144v1,2,2,1,2,-1v-1,0,-2,0,-2,1xm49,-19v-2,1,-1,3,1,2v0,-1,-1,-2,-1,-2xm150,-177v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm53,-23v0,2,2,1,2,0v0,-2,-2,-1,-2,0xm50,-98v2,0,2,0,1,-1v-1,0,-1,0,-1,1xm126,-207v0,0,-3,1,-1,1v0,0,1,0,1,-1","w":172},"Q":{"d":"118,-247v3,9,16,7,17,17v29,22,16,71,23,102v-1,20,3,45,-2,61v2,14,-3,29,17,32v10,7,11,35,2,42v-13,-1,-22,-13,-34,-16v-43,40,-129,10,-115,-56v-9,-82,-21,-216,90,-180xm104,-29v-6,-10,-2,-34,14,-33v-5,-17,9,-47,-6,-61v7,-34,11,-97,-31,-97v-58,13,-23,104,-23,167v0,23,24,37,46,24xm47,-105v0,2,3,6,2,0v-2,-2,-1,-2,0,-3r1,1v-1,-9,-2,-15,-4,-7v-2,3,3,7,1,9xm49,-75v3,-2,2,-17,-1,-21v2,8,1,15,1,21xm50,-60v2,5,-4,10,2,13v-3,-3,5,-12,-2,-13xm50,-67v3,-1,1,-9,-1,-5xm46,-137v5,-4,-7,-13,-2,-8v2,2,0,6,2,8xm44,-184v-1,-1,-2,1,-3,1v1,2,2,4,1,6v9,0,-4,-4,2,-7xm44,-129v6,0,3,-5,1,-7v-3,3,3,4,-1,7xm48,-128v-4,2,-2,5,0,7r0,-7xm42,-192v-3,2,1,5,3,3v0,-2,-1,-3,-3,-3xm45,-192v1,-1,1,-6,-2,-5v2,2,-1,4,2,5xm42,-165v0,2,-1,5,2,4v0,-2,1,-5,-2,-4xm42,-155v2,0,5,0,3,-2v-2,0,-3,1,-3,2xm59,-179v1,-2,3,-1,2,1xm44,-167v0,-1,2,-2,0,-3r0,3xm49,-64r1,2v0,-1,0,-2,-1,-2xm37,-226v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm56,-38v0,1,1,3,1,1v0,-1,-1,-1,-1,-1xm143,-228v-1,1,-2,1,-2,-1xm140,-230v1,1,1,1,0,2v-1,-1,-1,-1,0,-2","w":191},"R":{"d":"144,-183v3,36,-39,49,-20,85r24,92v-10,11,-41,8,-36,-17v-8,-30,-12,-64,-23,-91v-20,4,-40,-8,-38,33r3,78v-6,5,-19,2,-30,3r-3,-246v58,-10,124,5,123,63xm54,-142v62,16,81,-69,23,-76v-41,-12,-26,43,-23,76xm51,-17v1,7,-2,14,-3,15v7,0,5,-11,3,-15xm141,-14v0,4,5,4,3,10v3,-2,2,-11,-3,-10xm22,-198v2,3,5,0,4,-3v-2,-1,-4,2,-4,3xm140,-4v4,0,2,-4,1,-4v-2,0,-2,1,-2,3v0,0,0,1,1,1xm116,-14v2,0,1,-2,0,-3v-2,0,-2,0,-2,2v1,1,1,1,2,1xm123,-122v0,1,-3,3,-3,-1v1,-2,4,-2,3,1xm98,-249v2,-1,2,2,2,4v-1,1,-2,1,-2,-1v2,0,0,-2,0,-3xm123,-131v1,3,-4,4,-1,1v0,-1,1,-1,1,-1xm112,-199v-3,-1,-4,2,-2,3v1,-1,2,-1,2,-3xm31,-2r0,-3v0,1,-2,2,0,3xm47,-181v1,2,2,0,3,0v-1,0,-3,-2,-3,0xm140,-11v-2,0,-3,3,0,2r0,-2xm121,-119v2,0,2,1,1,2v-1,0,-1,-1,-1,-2xm127,-133v-2,-1,-1,-2,1,-2v0,1,0,1,-1,2xm39,-3v0,2,2,3,2,1v0,0,-2,-3,-2,-1xm54,-212v1,2,-2,3,-2,1v0,-1,0,-1,2,-1xm143,-16v1,-2,-2,-4,-2,-2v0,1,0,2,2,2xm109,-23v2,-1,2,1,1,1v-1,0,-1,0,-1,-1xm124,-110v3,0,2,1,1,2v-1,0,-1,-1,-1,-2","w":160},"S":{"d":"147,-171v-6,-2,-23,-2,-24,-16v0,-29,-50,-51,-62,-16v-10,43,50,53,71,82v14,6,17,23,29,31v-7,13,13,27,1,37v5,11,-10,21,-10,35v-17,19,-56,29,-90,18v-1,-4,-7,-4,-11,-4v-13,-16,-31,-30,-29,-59v10,-21,51,-9,46,15v3,24,39,21,49,6v21,-49,-43,-68,-66,-98v-22,-14,-40,-55,-24,-85v3,-17,27,-23,37,-32v29,4,61,-4,77,19v14,20,34,52,6,67xm51,-65v2,0,5,-1,1,-3xm31,-223v1,0,2,-4,0,-3v-1,0,-2,1,-2,2v0,1,1,1,2,1xm153,-194v-2,0,0,2,0,3r2,0xm151,-85r0,-2r0,2xm43,-68v1,-2,-1,-5,-2,-1v0,0,1,1,2,1xm153,-78v3,0,3,-1,1,-2v-1,0,-1,1,-1,2xm33,-50v-2,1,2,1,2,1v0,-1,-1,-1,-2,-1xm57,-62v-1,-1,-1,-4,-2,-2v0,1,1,2,2,2","w":187},"T":{"d":"9,-218v-14,-34,36,-40,66,-29v22,0,48,-7,65,1r-2,0v9,6,-2,9,5,14v0,4,-6,2,-7,5v5,-2,8,4,5,10v-9,18,-50,-8,-50,23v5,45,1,90,2,139v-2,25,3,64,-27,59v-25,2,-16,-39,-19,-48v8,-15,-3,-49,4,-59v-6,-14,4,-39,-3,-55v4,-14,4,-39,3,-53v0,0,-37,8,-42,-7xm126,-235v8,2,5,15,13,5v-14,-1,0,-4,-3,-11v-3,2,-5,5,-10,6xm119,-230v3,-2,6,-6,4,-7v-4,3,-12,-2,-7,4v1,0,2,1,3,3xm134,-246v-3,-1,-5,10,-2,4v4,0,4,-2,2,-4xm128,-221v1,-5,0,-6,-3,-3v-2,0,-3,3,0,3v1,0,3,-2,3,0xm108,-224v3,1,5,-1,2,-2v-2,0,-2,1,-2,2xm126,-240v0,1,1,2,3,2v1,-2,-2,-4,-3,-2xm120,-240v1,0,5,-3,1,-3v-1,0,-3,2,-1,3xm119,-222v-1,0,-4,1,-1,1v1,0,1,0,1,-1xm54,-95v-1,0,-1,1,-1,2v0,3,1,2,1,0r0,-2xm130,-215v-2,-1,-5,1,-2,2v1,0,2,-1,2,-2xm119,-246r3,0r-3,0xm134,-209v-2,2,-4,3,-3,-1xm55,-59v2,1,3,-2,1,-2v-1,0,-1,1,-1,2xm127,-211v1,-2,-1,-3,-2,-1v0,1,1,1,2,1xm55,-89v-2,1,1,2,1,2v0,-2,0,-2,-1,-2xm63,-1v-2,-1,-3,1,-1,2v1,0,1,-1,1,-2xm137,-219v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm122,-226r0,-2r0,2xm128,-228v-1,0,-5,0,-2,1v2,0,2,0,2,-1xm59,-102r-2,-1v0,1,1,1,2,1xm54,-112v0,-1,-1,-3,-1,-1v0,1,1,1,1,1","w":148,"k":{"u":16,"s":23,"q":23,"p":13,"o":23,"n":13,"g":23,"e":21,"c":24,"a":21}},"U":{"d":"54,-55v2,28,58,35,58,-1r-1,-193v8,-5,30,-4,35,4r-3,146v-1,55,-7,101,-61,102v-99,-6,-46,-148,-61,-252v10,-2,34,-10,34,10xm142,-101v-1,-9,-3,-14,-4,-5r3,11v0,-2,-2,-6,0,-7xm117,-99v-3,0,-5,9,-2,11v3,-1,4,-10,2,-11xm112,-10v5,1,11,-7,4,-3v-2,0,-5,-2,-7,0v2,1,5,1,3,3xm43,-15v1,-2,-6,-5,-8,-7v-1,3,5,7,8,7xm140,-124v1,-3,-3,-8,-5,-5v5,3,-1,7,5,5xm140,-115v0,-2,2,-7,0,-8v-3,0,-1,6,0,8xm142,-129v5,-4,-5,-17,-1,-9xm91,-3v4,4,13,-4,6,-4v1,0,2,1,2,1v0,1,-2,2,-4,2v-1,-2,-3,0,-4,1xm109,-138v-1,-3,4,-7,1,-1v0,1,-1,1,-1,1xm109,-9v-8,0,-3,7,-2,3v1,-2,6,0,2,-3xm143,-153v-3,1,-6,-2,-4,3xm65,-5v0,-1,-1,-2,-2,-2r0,3v1,0,2,0,2,-1xm48,-9v3,-3,-2,-4,-4,-6v2,3,4,4,4,6xm97,-19v1,-1,1,-2,-1,-2xm118,-36v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm105,-12v-2,-1,-2,-1,-2,2","w":166},"V":{"d":"91,-134v12,-22,13,-55,21,-81v-1,-12,1,-39,21,-35v26,-5,15,22,10,37r-54,217v-12,-1,-36,7,-35,-6r-44,-244v1,-10,30,-9,32,1r30,176v12,-14,12,-37,19,-55v7,-1,3,-8,0,-10","w":159,"k":{"j":13,"e":18}},"W":{"d":"89,-216v-6,-25,31,-41,42,-19r19,124v20,-29,12,-84,23,-126v16,-12,41,-5,33,23v-19,62,-23,144,-31,206v-20,16,-54,2,-47,-29r-16,-98v-9,0,-5,11,-5,18v-14,31,-4,81,-18,113v-27,13,-47,-8,-43,-40v-18,-57,-23,-132,-33,-189v4,-8,20,-20,28,-10v24,2,10,54,21,80v-1,16,0,45,14,36xm67,-105v7,2,8,-10,5,-13v-4,2,-8,6,-5,13xm165,-219v3,1,2,5,0,6v-4,0,-4,-5,0,-6","w":221,"k":{"j":13,"e":12}},"X":{"d":"141,-47v11,11,31,51,2,51v-40,0,-31,-54,-55,-74v-23,17,-13,69,-46,77v-50,-11,6,-68,8,-95v34,-54,-26,-101,-40,-150v5,-23,44,-18,47,0v10,23,11,51,27,68v20,-17,19,-61,38,-80v19,-9,48,6,31,25v-14,37,-43,65,-43,112v9,21,25,42,31,66xm132,-49v3,12,12,20,15,33v0,-19,-9,-25,-15,-33xm112,-93v-4,6,12,23,6,9xm140,-216v3,0,8,-12,5,-15v-1,6,-4,9,-5,15xm127,-59v-1,-6,-2,-12,-6,-15xm105,-134v-1,-1,-3,10,-3,10r0,2v2,-2,3,-9,3,-12xm110,-149v2,-4,7,-9,5,-13xm131,-58v0,0,3,11,1,3v0,-2,0,-3,-1,-3xm47,-239v3,0,3,-3,1,-3v-3,0,-3,-2,-4,0v0,2,1,3,3,3xm64,-37v-5,0,-1,12,0,4r0,-4xm69,-50v-4,3,-2,6,-4,10v3,-1,3,-6,4,-10xm107,-104v-2,-2,-4,-18,-4,-6v-2,3,4,4,4,6xm63,-196v-1,-2,-1,-9,-3,-6v-1,2,3,4,3,6xm65,-187v1,4,6,5,3,0v0,-2,-3,-1,-3,0xm60,-205v0,-2,-1,-6,-3,-6v0,1,1,6,3,6xm118,-168v1,-2,4,-3,3,-7v-1,2,-6,5,-3,7xm41,-247v0,-2,-1,-2,-2,-2v-2,0,-3,4,0,4v1,0,2,-1,2,-2xm47,-235v1,-1,2,-4,-1,-3xm43,-247v-3,2,0,3,2,3v0,-2,0,-4,-2,-3xm112,-94v-1,-1,-5,-10,-5,-6v1,2,2,6,5,6xm70,-53v0,0,1,-7,0,-3v-1,2,-2,3,0,3xm109,-143v-1,1,-5,2,-2,3v1,0,2,-1,2,-3xm128,-250v-2,1,-5,1,-5,3v2,0,5,-1,5,-3xm111,-225v-2,-1,-2,2,-2,4v2,0,2,-2,2,-4xm45,-62v-2,-1,-4,1,-2,2v2,0,0,-2,2,-2xm23,-9v0,3,1,3,2,1v-1,-1,-1,-1,-2,-1xm148,-4v0,3,2,2,3,1xm39,-47v-1,-2,-3,-3,-3,-1v-1,2,3,3,3,1xm149,-6v0,0,-2,-3,-2,-1v0,2,1,2,2,1xm55,-220v1,-3,-2,-3,-2,-1v0,1,1,1,2,1xm130,-248v1,-1,1,-2,0,-3v-1,0,-2,3,0,3xm53,-225v0,-1,-2,-3,-3,-1xm120,-11v1,-1,1,-3,-1,-2v0,2,0,2,1,2xm20,-227v0,-2,-2,-1,-3,-1v0,2,2,3,3,1xm50,-10v4,0,1,-4,0,-1r0,1xm148,-235v0,-1,0,-1,-1,-1r0,2v0,0,1,0,1,-1xm65,-192v2,0,1,-2,0,-2r0,2xm151,-7v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm126,-186v-1,0,-3,2,-1,2v0,-1,1,-1,1,-2xm55,-218v0,0,0,2,1,2v0,-1,0,-2,-1,-2xm44,-173v1,-1,1,-2,-1,-2xm143,-246v0,-1,-1,-1,-2,-1v0,1,1,1,2,1","w":168},"Y":{"d":"96,-228v1,-17,22,-34,37,-19v1,0,0,1,1,1v6,30,-12,54,-20,79v-14,42,-25,98,-18,148v0,5,-1,12,-6,10v2,2,3,5,-1,6v-40,17,-42,-36,-35,-78v-3,-13,3,-20,-1,-31v4,-6,-2,-3,3,-9v-17,-5,-12,-36,-24,-44v-5,-7,8,-7,1,-10r-2,3v-5,-5,-3,-10,-3,-13r-2,2v-1,-3,-2,-7,-2,-10v3,6,6,-7,10,0v-4,-10,7,-7,3,-13v-7,2,-16,5,-13,-3v-2,2,-2,-2,-6,-1v2,2,4,6,2,8v-6,-12,-17,-39,-3,-49v9,-1,10,5,17,7v-4,-2,1,-10,1,-6v25,16,16,66,38,84v13,-9,17,-42,21,-56v-2,-5,11,-4,2,-6xm32,-238v-3,-1,-9,9,-2,10v1,-3,4,-7,2,-10xm20,-198v-1,-6,10,-4,11,-2v-1,7,-9,-5,-9,3v1,1,1,2,1,3v-2,-1,-3,-2,-3,-4xm38,-205v4,-3,2,-8,-3,-8v1,1,3,1,3,3v-2,-2,-8,-2,-3,0v3,0,3,2,3,5xm111,-172v-3,-1,-8,1,-5,3v2,0,4,-2,5,-3xm39,-191v-3,-2,-8,1,-2,2v1,0,2,-1,2,-2xm85,-4v3,-1,2,-4,1,-6v-2,0,-1,4,-1,6xm45,-140v2,0,6,-1,1,-3xm98,-172v0,2,4,3,4,1v-1,-2,-3,-4,-4,-1xm32,-183v0,-1,-2,1,-2,1v0,1,0,2,1,2v1,0,1,-1,1,-3xm115,-192v-2,0,-3,4,0,4v2,0,1,-4,0,-4xm35,-222v-1,-1,-4,-1,-3,3v2,0,2,-1,3,-3xm82,-4r-3,-1v0,2,3,3,3,1xm120,-201v0,-1,-3,-3,-3,-1v-1,3,3,2,3,1xm117,-246v1,2,3,0,3,-1v-1,-1,-3,-2,-3,1xm77,-2v-1,-1,-2,-4,-3,-2v0,2,1,2,3,2xm104,-242v-1,1,-4,2,-2,2xm26,-187v1,2,4,1,3,-1v0,-1,-4,-2,-3,1xm87,-11v2,0,2,-2,1,-3v-2,0,-1,2,-1,3xm16,-224v0,0,5,1,2,-1v-1,0,-2,0,-2,1xm130,-245v0,-1,-1,-2,-3,-2v0,1,1,2,3,2xm82,-103v0,-2,-3,-3,-2,0v0,2,2,1,2,0xm81,-120v-1,1,-1,2,-1,4v2,0,3,-4,1,-4xm62,-171v0,-2,-2,0,-3,0v0,1,4,2,3,0xm112,-179v-1,-2,-3,-1,-3,1v1,1,3,2,3,-1xm126,-223v1,1,0,4,2,2v0,-1,-1,-2,-2,-2xm28,-252v-1,1,-3,-1,-1,-1v1,0,1,0,1,1xm100,-155v2,0,3,-2,0,-2r0,2xm87,-23v-1,1,-5,1,-2,2v1,0,2,0,2,-2xm41,-179v-2,0,-1,1,-2,2v2,0,2,0,2,-2xm85,-68v1,2,2,0,3,-1v-1,-2,-3,-1,-3,1xm23,-236v1,1,3,3,3,1v0,-2,-2,-3,-3,-1xm53,-129v0,-2,-2,-1,-3,-1v0,1,2,3,3,1xm107,-193r0,-2r0,2xm108,-246v2,-1,3,-4,0,-2r0,2xm101,-237v2,1,2,-2,1,-2xm58,-91v3,-1,0,-2,0,-3v0,1,-2,2,0,3xm104,-154r0,-2r0,2xm81,-9v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm49,-135v0,0,4,2,1,0r-1,0xm105,-160r3,1v0,-1,-2,-3,-3,-1xm26,-226v2,3,1,-1,1,-1v-1,0,-1,0,-1,1xm100,-230v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm21,-246v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm101,-149v-1,2,-1,1,1,1v0,0,0,-1,-1,-1xm107,-162v2,0,1,-2,0,-2r0,2xm28,-214v0,1,2,2,2,0r-2,0xm120,-205r0,-2v-2,0,-1,2,0,2xm112,-247v1,0,1,0,1,-1v0,0,-1,0,-1,1xm100,-184v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm68,-136v1,-1,2,-2,-1,-2v0,1,1,2,1,2xm120,-198v-1,0,-3,1,-1,1v0,0,1,0,1,-1xm125,-247v-2,0,-2,-1,-1,1v1,0,1,0,1,-1","w":145},"Z":{"d":"16,-23v-8,-16,19,-33,16,-45v15,-14,18,-44,33,-55v2,-24,22,-39,30,-60v3,-2,5,-15,5,-15v-2,1,-1,1,-2,0v0,-2,5,-8,7,-9v0,1,-2,3,0,3v0,-6,8,1,3,-5v-2,0,-5,2,-5,0r4,-8v-26,0,-57,6,-80,1v-11,-7,-8,-31,2,-32v14,-9,50,5,66,-3v5,6,24,-6,28,4v12,-10,45,-5,38,13v-28,71,-74,128,-103,199v28,2,53,-1,74,-7v18,-2,22,25,9,33v-12,0,-21,13,-29,5v-7,6,-21,-1,-25,1v0,1,2,3,0,3v-7,-9,-20,5,-23,-4v-17,7,-50,1,-51,-14v-1,2,-4,0,-3,-1v1,-3,5,0,6,-4xm87,-158v3,1,10,-9,6,-12v-3,4,-4,7,-6,12xm103,-178v-5,2,-6,6,-5,11v1,-4,4,-7,5,-11xm53,-84v1,-2,1,-5,-2,-4v-3,0,-7,9,-3,4v2,-1,4,-1,5,0xm32,-227v0,0,1,-8,-2,-5v2,0,2,3,2,5xm71,-134v0,2,3,3,6,3v-2,-1,-3,-6,-6,-3xm20,-18v0,-4,-3,-3,-5,-1xm27,-239v6,-1,2,-3,2,-5v-1,0,-2,3,-2,5xm23,-38v2,0,2,-2,1,-3v-3,-1,-2,3,-1,3xm132,-19v-1,-2,-4,-1,-3,1v0,2,1,2,2,1v0,-1,1,-2,1,-2xm65,-118v-1,2,-7,5,-1,4v1,-1,2,-2,1,-4xm37,-225r0,4r0,-4xm25,-12r5,3v0,-3,-2,-3,-5,-3xm21,-24v0,-2,-3,-3,-4,-1v0,2,3,2,4,1xm36,-60v4,-1,1,-4,-1,-3xm32,-59v1,2,3,1,3,-1v-1,-1,-3,-2,-3,1xm36,-235v1,-1,1,-2,0,-3v-3,0,-2,3,0,3xm103,-198v1,0,1,-5,-1,-2xm158,-240v-1,-1,-2,-1,-3,0v0,3,3,3,3,0xm30,-236v2,1,3,-2,1,-2v-1,0,-1,1,-1,2xm55,-96v-3,-2,-6,1,-1,1xm122,-237v1,2,2,1,3,0r-3,0xm94,-6v0,-1,-2,-3,-2,-1v0,1,0,1,2,1xm35,-223v1,-4,-3,0,-4,-2v1,2,3,2,4,2xm65,-21v-2,0,-1,2,-1,3v4,1,0,-3,1,-3xm52,-68v1,3,1,2,2,0v0,-2,-2,-1,-2,0xm111,-210r-3,-1xm21,-30v1,0,2,-3,0,-1r0,1xm58,-107r0,2r0,-2xm45,-228v-2,-2,-4,0,-1,1v0,0,1,0,1,-1xm129,-225v0,-1,-2,-2,-2,0v0,2,2,1,2,0xm130,-38v0,1,1,3,1,1xm128,-229r1,0r-1,0xm24,-237v0,2,3,0,1,0r-1,0","w":174,"k":{"u":13,"t":13}},"[":{"d":"55,-137v11,57,-30,128,48,114v8,0,9,6,8,15v-7,19,-51,3,-81,7v-19,-29,4,-97,-8,-140v6,-37,-2,-77,2,-107v19,-6,54,0,79,1v7,4,12,20,2,23v-20,6,-51,-9,-51,15xm32,-71v-1,-16,1,-35,-2,-50xm52,-66v-5,5,-1,24,0,32r0,-32xm51,-85v3,-4,2,-16,0,-20v-4,3,0,15,0,20xm51,-148v-3,1,-2,14,-1,16v2,-4,0,-10,1,-16xm50,-161v0,-7,2,-18,0,-24v-3,6,1,16,0,24xm49,-207v-5,0,-3,6,-3,11xm66,-23v0,-3,10,-2,11,0r-11,0xm50,-117v0,4,2,3,3,1v0,-5,-4,-7,-3,-1xm33,-24v1,-5,-5,-9,-2,-2v0,1,1,2,2,2xm52,-77v-4,1,-2,8,1,4v0,-2,1,-4,-1,-4xm31,-10v0,4,5,6,2,1v-1,0,-1,-1,-2,-1xm31,-144v-1,-3,-3,-3,-3,1v-1,1,2,6,2,2v0,-1,1,-2,1,-3xm51,-151v-1,-1,-1,-5,-2,-2v0,2,1,2,2,2xm50,-124v2,1,4,-1,1,-1v-1,0,-1,0,-1,1xm51,-22v0,2,2,-1,2,-1xm33,-14r-3,0v1,2,2,1,3,0xm31,-40v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm50,-111v1,2,2,3,3,0v0,-1,-3,-2,-3,0xm32,-50v1,0,1,-3,0,-3v-1,0,-2,3,0,3xm51,-129v0,-1,0,-2,-1,-2xm33,-247v2,1,2,-1,1,-1v-1,0,-1,0,-1,1xm50,-80v1,0,1,-1,1,-2v0,0,-1,1,-1,2xm51,-27v0,1,1,0,2,0v0,-2,-2,-1,-2,0xm32,-244v-1,0,-3,1,-1,1","w":124},"\\":{"d":"67,-197r66,193v-1,14,-25,10,-31,3r-81,-250v36,-19,33,34,48,51v-2,0,-2,1,-2,3","w":153},"]":{"d":"18,-250v28,0,83,-11,76,18r2,211v4,31,-55,23,-78,16v-11,-12,1,-26,18,-21v32,13,34,-17,31,-52r-3,-146v-20,-2,-67,2,-46,-26xm39,-18v3,0,3,-3,0,-2v-1,0,-2,0,-2,1v0,0,1,1,2,1xm42,-16v3,0,2,-2,1,-3v-1,2,-5,2,-1,3xm62,-157v0,2,-3,1,-4,0v0,-1,3,-1,4,0xm50,-19v0,-1,-1,-1,-2,-1v0,1,2,3,2,1xm36,-226v0,2,-2,2,-2,1v0,-1,0,-1,2,-1","w":116},"^":{"d":"38,-269v16,-21,54,5,49,24v-14,14,-26,-24,-42,-8v-10,5,-24,21,-26,2v1,-9,15,-12,19,-18","w":107},"_":{"d":"23,0v56,5,137,-9,170,10v-4,9,4,22,-7,22r-158,-2v-11,1,-9,-23,-5,-30","w":213},"`":{"d":"73,-224v9,5,0,18,-8,16v-16,-8,-28,-20,-44,-27v-7,-6,1,-16,8,-16v16,6,31,17,44,27","w":95},"a":{"d":"35,-164v105,-46,91,86,89,160v-7,0,-15,15,-25,0v-1,1,-4,3,-5,0v0,0,3,-6,-1,-6v-27,24,-84,12,-80,-35v4,-42,25,-66,66,-67v12,-4,9,-11,8,-26v-11,-28,-41,-5,-40,13v-6,6,-35,9,-31,-8v1,-10,2,-24,14,-25v-4,-4,5,-10,9,-9v0,2,-3,2,-4,3xm45,-43v2,19,40,20,40,-1v0,-14,8,-18,7,-33v-19,-21,-54,-1,-47,34xm98,-165v-4,-4,-12,-8,-16,-4xm111,-156v-2,-4,-7,-7,-11,-9v3,4,6,7,11,9xm107,-1v1,-3,-5,-4,-5,-1v-1,3,5,4,5,1xm63,-23v1,-2,-5,-3,-8,-5v0,4,5,4,8,5xm72,-172v1,4,12,1,6,-1v-2,0,-6,-1,-6,1xm97,-14v-3,7,3,11,2,1xm91,-40v2,-3,2,-7,0,-8v0,2,-2,7,0,8xm95,-75v-2,2,-3,8,1,9v-2,-2,0,-5,-1,-9xm46,-171v1,3,-10,3,-4,1v2,-1,3,-1,4,-1xm74,-3v2,2,5,0,3,-2v-2,0,-3,1,-3,2xm89,-35v1,0,1,-3,0,-4r0,4xm99,-85v0,2,3,3,3,1v1,-2,-2,-3,-3,-1xm88,-54v3,1,4,-3,1,-2v0,0,-1,1,-1,2xm114,-150v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm90,-49v1,0,2,-2,0,-2r0,2xm41,-167v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":141,"k":{"y":3}},"b":{"d":"18,-233v0,-9,23,-7,31,-3r-1,71v4,10,10,-6,18,-1v3,-10,25,-9,32,-4v-7,0,-15,-4,-20,0v14,6,32,-2,31,12v31,29,25,113,6,150v-1,0,-5,4,-6,2v0,-1,3,-4,1,-4v-7,3,-2,14,-12,12v2,-1,5,-4,1,-5v-4,4,-14,12,-20,5v-10,12,-26,-17,-31,-7v-1,3,4,7,-2,6v-4,-4,-13,10,-17,-1v-1,2,-2,3,-3,3v-12,-42,-1,-139,-6,-199v-7,-5,7,-27,-2,-37xm54,-120v-1,39,-14,98,30,97v11,-8,12,-27,18,-40v-6,-18,6,-76,-26,-77v-13,0,-21,9,-22,20xm40,-235v-1,0,-9,1,-4,3v1,0,3,-1,4,-3xm41,-184v0,6,5,2,5,0v0,-2,-4,0,-5,0xm25,-233v5,1,8,-5,1,-2v0,0,-1,1,-1,2xm45,-234v0,0,0,4,1,2v0,-1,0,-2,-1,-2","w":144,"k":{"y":10}},"c":{"d":"66,-147v-19,20,-18,72,-10,105v12,25,56,12,51,-19v3,-7,19,-4,29,-4v2,43,-31,85,-72,65v-15,4,-18,-9,-29,-14v3,-4,-7,-9,1,-12v-1,-5,-13,-1,-6,-7v-9,-6,4,-14,-3,-17r-2,3v-16,-21,-7,-83,2,-102v6,4,6,-10,16,-13v-7,0,-10,10,-13,5v25,-42,115,-25,105,38v-8,-5,-17,2,-29,0v1,-21,-20,-38,-40,-28xm79,2v4,0,17,-1,11,-6v-14,6,-36,-2,-41,-13v-4,-3,-9,0,-3,4v8,6,20,14,33,15xm98,-170v-2,-13,-37,-7,-46,-2v11,2,35,-11,46,2xm109,-125v2,-3,-5,-15,-6,-14v0,4,4,11,6,14xm28,-139v6,-1,0,-4,-1,-6v-2,1,0,7,1,6xm96,-3v2,3,4,-1,4,-2xm40,-21r1,-3v-3,0,-2,3,-1,3","w":149},"d":{"d":"96,-5v-44,27,-81,-11,-81,-59v0,-46,0,-98,35,-111v13,3,29,-2,43,4v14,-14,-11,-63,9,-72v-1,-10,13,-7,22,-7v6,7,18,19,8,31v7,14,-7,35,-1,49v-6,5,1,20,-4,31v11,4,-5,8,0,15v1,-1,4,-1,4,1v-12,28,7,57,-4,74v4,13,8,36,4,44v0,-2,-5,-5,-5,-1v0,9,-22,5,-30,1xm73,-147v-28,-2,-20,32,-31,47v5,14,-7,22,5,30v-17,35,37,70,46,30v-5,-38,17,-102,-20,-107xm128,-203v-2,1,-3,6,0,5v1,0,2,-5,0,-5xm98,-166v-1,-3,-4,-4,-3,0r3,0","w":153},"e":{"d":"46,-72v-10,32,28,65,47,36v-3,-21,18,-24,35,-19v4,32,-16,62,-52,61v-52,1,-65,-40,-63,-96v-1,-48,17,-82,61,-86v48,1,57,50,53,101v-19,10,-57,-3,-81,3xm72,-147v-23,-1,-39,49,-8,48v11,0,23,-2,34,0v-3,-22,-4,-46,-26,-48xm105,-159v-4,-8,-16,-14,-29,-13v11,3,21,7,29,13xm126,-81v-7,3,-12,13,-1,4xm84,2v5,3,14,-1,16,-6v-5,5,-12,3,-16,6xm37,-158v-4,0,-6,5,-1,4v1,-1,6,-3,1,-4xm79,1v-3,-4,-6,2,-2,2v1,0,2,0,2,-2xm50,-5v1,-2,-4,-4,-5,-2v-1,3,3,2,5,2xm37,-12v2,-7,-7,-4,-2,-1v0,1,1,1,2,1","w":143},"f":{"d":"69,-177v12,4,43,0,25,29v-43,-4,-17,60,-25,103v1,15,1,29,-1,43v0,0,-34,12,-32,-8v5,-42,2,-90,-1,-134v-8,-3,-32,-1,-24,-13v-3,-6,-8,-17,4,-11v2,5,9,8,6,-2v-1,1,-4,1,-3,-1v7,-5,20,1,17,-16v2,-29,-1,-62,29,-64v10,0,26,-8,31,2v0,13,7,33,-13,29v-18,1,-9,26,-13,43xm94,-229v1,-9,-3,-32,-4,-10v-3,6,2,20,4,10xm65,-19v3,-1,-1,-3,0,-5r0,5xm93,-164v0,0,1,-6,0,-3v0,1,-2,3,0,3","w":108},"g":{"d":"88,-5v-15,24,-64,10,-65,-14v-18,-55,-17,-163,50,-151v11,-1,21,14,25,8v18,-17,43,7,29,28v0,30,6,71,-3,91v4,-2,4,1,5,5v2,8,-7,7,-6,15r3,-3v4,23,2,50,-5,70v-7,3,-1,8,-10,9v6,8,-7,11,-14,14v-4,-4,-7,4,-17,2v1,-1,1,-4,-1,-3v-3,2,-14,11,-19,3v4,-2,2,-3,-1,-5v-16,8,-22,-12,-33,-17v2,-10,-7,-17,-4,-28r18,-1v17,0,14,24,31,24v22,2,32,-31,21,-48v-1,0,-3,0,-4,1xm94,-76v-1,-27,6,-69,-28,-65v-22,3,-18,33,-24,54v6,25,-3,76,39,63v12,-12,17,-29,13,-45v4,-2,4,-4,0,-7xm128,-145v2,-8,-4,-20,-3,-5v0,3,1,4,3,5xm80,-165v2,6,15,5,6,0r-6,0xm37,-156v-1,-3,-5,3,-5,3v1,2,6,-1,5,-3xm67,-167v-1,-3,-6,-2,-6,0v0,3,2,2,4,2v1,-1,2,-1,2,-2xm121,17v0,6,4,3,4,0v0,-2,-1,-3,-2,-3v-1,1,-2,2,-2,3xm123,-1v4,-1,1,-7,1,-9v-1,4,-3,5,-1,9xm125,-127v-6,-3,-2,5,-2,5v3,0,4,-3,2,-5xm76,-166v0,-3,-3,-2,-5,-2v0,2,0,4,2,3v2,0,3,0,3,-1xm100,-92v3,0,3,-6,0,-6v-2,1,-1,5,0,6xm101,62v-2,0,-7,5,-1,2v1,-1,1,-2,1,-2xm79,0v4,1,4,-1,4,-4v-1,1,-3,2,-4,4xm123,11v2,0,3,-4,1,-5v-1,0,-1,3,-1,5xm123,28v-2,1,-3,4,-1,5xm43,-99v3,-5,-4,-7,-1,-1xm125,-115v0,-3,-2,-7,-2,-2v0,2,1,2,2,2xm123,-95v0,3,3,4,3,1v0,-2,-3,-3,-3,-1xm105,60v2,0,3,-4,0,-3v0,1,-2,3,0,3xm124,-100v2,-2,1,-3,0,-5v-1,1,-2,4,0,5xm58,-168v0,3,3,0,1,0r-1,0","w":148},"h":{"d":"54,-167v18,-18,74,-20,74,16r6,151v-17,2,-47,5,-36,-11v-8,-8,12,-29,0,-37v-1,1,-4,2,-3,-1v4,-24,13,-86,-7,-104v-54,-12,-32,73,-36,128v0,8,5,18,2,27v-7,-5,-35,6,-36,-8v13,-70,-5,-165,3,-230v12,3,-3,-16,10,-15v7,4,32,1,14,7v-4,-4,-11,-2,-15,0v9,2,19,-1,20,13r3,-11v14,18,-11,49,-2,74xm102,-5v0,4,5,0,7,0v-7,2,-1,-32,-7,-21v2,8,3,15,0,21xm26,-6v-4,1,-6,-5,-8,-2v0,8,21,6,8,2xm121,-3v0,6,5,1,8,1v2,0,3,0,3,-2v-3,-5,-7,0,-11,1xm45,-2v0,-5,-6,-2,-10,-2v0,4,6,5,10,2xm104,-50v-1,7,-2,20,2,13v0,-5,0,-11,-2,-13xm21,-243v2,2,1,5,-3,4v-1,-3,1,-5,3,-4xm105,-62v-3,0,-2,3,-2,5v0,2,0,2,1,2xm103,-70v0,4,2,2,2,0v0,-2,0,-2,-1,-2v-1,0,-1,1,-1,2","w":151,"k":{"j":11}},"i":{"d":"24,-90v5,-46,-23,-92,26,-89v14,36,-7,121,6,179v-14,-2,-39,5,-31,-9v-3,-22,0,-52,-1,-81xm39,-251v24,-2,16,22,13,38v-8,9,-44,4,-31,-17v-6,-5,0,-13,-1,-18v2,0,5,5,7,2v-4,-9,5,-5,12,-5xm30,-4v-1,-11,3,-26,-3,-33v2,10,-4,28,3,33xm28,-235v3,-16,23,0,23,-4v-3,-6,-18,-7,-25,-3v0,3,1,5,2,7xm53,-2r0,-4v-3,0,-2,3,0,4xm55,-247v0,-2,4,-3,3,0v-1,2,-2,0,-3,0","w":74,"k":{"j":10}},"j":{"d":"34,-153v-8,-33,16,-19,29,-26v16,16,-6,59,5,89v-5,41,4,99,-9,134v-7,2,-1,8,-10,9v6,9,-9,13,-15,13v-1,-1,-1,-2,-3,-2v2,8,-10,5,-13,4v1,-1,0,-1,-1,-1v-4,4,-25,9,-21,-8v-14,-28,37,-8,37,-40v0,-51,-3,-116,1,-172xm62,-250v13,6,7,49,-14,35v-10,7,-21,-9,-13,-16v-9,-14,10,-26,27,-19xm64,-129v1,-6,0,-15,-5,-12v1,5,1,11,5,12xm40,-93v1,-3,-2,-9,-3,-2v0,2,1,4,3,2xm42,-244v0,-2,-4,-3,-4,0v0,2,1,3,2,3v2,0,2,-1,2,-3xm62,-117v3,0,3,-5,0,-5v-2,0,-2,4,0,5xm61,-1v4,-1,1,-7,1,-9v-2,3,-3,6,-1,9xm63,-109v2,0,2,-4,0,-5r0,5xm62,21v1,-3,1,-4,0,-7v-2,3,-3,4,0,7xm63,-94v1,0,2,-5,0,-5r0,5xm64,-86v2,-2,-1,-5,-2,-3v0,1,1,2,2,3xm64,-244v1,-2,-2,-2,-4,-2v1,1,2,4,4,2xm60,33v1,-2,-1,-4,-2,-2v0,2,1,2,2,2xm45,58v-1,0,-4,1,-2,2v2,0,2,-1,2,-2xm36,65v2,0,2,-3,0,-3r0,3xm62,11v1,-1,1,-2,0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2","w":86},"k":{"d":"17,-129v11,-56,-26,-135,33,-121r2,140v14,-24,36,-39,48,-64v8,-4,31,-2,33,5v-13,13,-25,29,-35,46v12,40,18,82,35,118v-19,12,-47,2,-41,-28r-16,-63v-23,18,-26,54,-20,95v-9,7,-37,13,-35,-11v3,-24,-8,-46,1,-64v-4,-16,-2,-36,-5,-53xm80,-139v-8,-3,-14,14,-18,22xm84,-148v7,2,13,-12,16,-18v-4,6,-11,12,-16,18xm28,-39v0,-6,0,-11,-4,-14v-1,6,-3,14,4,14xm23,-239v4,0,6,-6,1,-5v-4,-1,-3,5,-1,5xm28,-1v2,0,1,-5,0,-6v-1,2,-4,6,0,6xm26,-59v2,0,-1,-3,0,-5v-2,0,-3,0,-3,2v0,2,1,3,3,3xm104,-10v-2,0,-2,1,-2,3v3,0,6,-2,2,-3xm24,-67v1,-2,1,-7,-1,-4v0,2,1,3,1,4xm24,-82r0,-5v-1,1,-1,4,0,5xm24,-95v-4,5,4,5,1,1xm84,-145v-3,-1,-5,1,-3,3v1,0,3,-2,3,-3","w":146},"l":{"d":"50,-235v-3,64,8,129,2,200v4,25,2,47,-29,37r-6,-249v10,-9,36,-9,33,12xm26,-66v8,-7,-3,-19,4,-28v-5,0,1,-10,-5,-8xm27,-59v2,8,-1,20,2,24v-1,-7,5,-21,-2,-24xm30,-26v0,-5,-3,-4,-2,0r0,3v1,0,2,-1,2,-3","w":70},"m":{"d":"123,-160v17,-4,21,-24,44,-22v67,3,29,104,42,173v-4,7,-18,7,-27,5v1,-2,3,-5,0,-6v-3,5,-3,3,-7,-2v3,-36,2,-79,0,-115v-1,-12,-3,-26,-17,-26v-53,7,-18,99,-28,150v-22,3,-36,5,-32,-27r0,-93v-2,-15,-3,-32,-17,-32v-53,0,-22,96,-30,149v-4,11,-18,-2,-24,6v-14,-1,-5,-22,-10,-31r2,-116v-3,-9,-2,-17,-2,-27v7,-3,25,-9,32,-2v-1,4,-3,10,3,10v12,-12,35,-15,52,-12v8,4,11,15,19,18xm102,-172v0,-3,-13,-6,-17,-2v5,4,11,-2,17,2xm196,-165v4,-5,-5,-9,-10,-8xm35,-173v5,0,16,-2,7,-4v-2,-1,-8,2,-7,4xm28,-172v0,-3,-4,-2,-6,-1v-3,0,-2,6,-1,6v3,-2,1,-6,7,-5xm33,-5v0,-5,-6,-3,-8,-1v2,0,7,3,8,1xm197,-6v2,2,10,-1,5,-3v-3,0,-4,1,-5,3xm174,-179v-1,4,11,5,3,1v-1,0,-3,-1,-3,-1xm112,-5v2,2,11,-2,2,-1v-2,0,-2,0,-2,1xm108,-5v-2,-1,-5,-1,-6,0r6,0xm178,-13v0,2,2,0,3,0v0,-2,-1,-2,-2,-2v-1,0,-1,0,-1,2xm174,-151v0,-1,-1,-3,-1,-1v0,1,0,1,1,1","w":226},"n":{"d":"49,-166v23,-11,69,-18,77,13v12,36,-2,97,3,148v-8,10,-46,7,-35,-13r0,-102v2,-16,-7,-24,-10,-34v-56,7,-26,100,-34,154v-37,16,-32,-26,-32,-63r1,-107v7,-5,18,-4,27,-2v3,-1,0,7,3,6xm93,-171v2,1,11,5,11,1v-3,-3,-10,-6,-11,-1xm22,-133v-3,4,-1,8,-3,12v5,0,5,-8,3,-12xm45,0v4,1,5,-5,1,-5v-1,2,-8,5,-1,5xm84,-173v-1,1,-2,4,1,3v3,0,9,-3,3,-4v-1,0,-2,0,-4,1xm35,-169v0,3,8,3,9,0v-3,0,-7,-2,-9,0xm119,-152v-1,3,4,11,2,2v-1,-1,-1,-2,-2,-2","w":149},"o":{"d":"92,-176v42,9,40,60,40,100v0,43,-12,81,-57,82v-62,3,-59,-63,-62,-115v3,-40,25,-81,79,-67xm60,-145v-21,32,-27,144,30,120v20,-19,13,-89,1,-115v-7,-7,-19,-7,-31,-5xm26,-135v11,-7,12,-24,24,-31v-13,5,-19,16,-24,31xm22,-103v1,-9,8,-21,4,-28v-4,6,-5,19,-4,28xm106,-102v1,-6,2,-14,-2,-18v0,7,-1,14,2,18xm107,-83v4,-8,-4,-21,0,-9v-1,3,-4,7,0,9xm108,-164v2,-1,0,-3,-1,-4v-1,-1,-2,-1,-3,-1v0,2,2,5,4,5xm99,-27v5,-6,-1,-3,-1,-1v0,1,0,1,1,1xm114,-159v-1,-1,-4,-5,-3,0v1,1,3,1,3,0xm85,-149v0,2,4,3,2,0r-2,0xm104,-128v-1,1,-1,6,0,6r0,-6xm96,-141v0,-2,-2,-3,-2,0r2,0","w":145},"p":{"d":"27,-151v-12,-31,24,-15,33,-28v74,-33,91,76,70,147v-7,25,-36,39,-65,28v-16,7,0,37,-7,58v-1,-2,-3,-7,-5,-3v1,10,-22,-4,-25,4v8,2,35,4,12,4v-35,2,-3,-66,-20,-101v5,-45,-9,-95,-1,-131v1,-5,21,-14,27,-6v-26,-2,-30,14,-23,31v2,0,3,-1,4,-3xm91,-35v11,-33,23,-113,-18,-119v-38,15,-21,94,-1,118v6,1,14,7,19,1xm27,-79v3,-18,2,-39,-4,-50v2,16,0,36,4,50xm28,49v5,-8,5,-40,0,-53r0,53xm113,-170v-4,-11,-20,-13,-32,-10v10,3,23,3,32,10xm30,-29v-1,-11,1,-25,-3,-32v-1,8,-3,26,3,32xm62,-172v7,-1,15,-10,2,-5v-2,-1,-4,4,-2,5xm22,-133v5,-4,3,-19,-1,-9xm30,-69v0,-3,-5,-5,-5,0v1,2,5,4,5,0xm29,-14v1,-2,3,-10,-1,-8v0,3,-1,7,1,8xm75,-178v3,1,1,-2,1,-3v-4,0,-3,3,-1,3xm115,-16v-3,-1,-6,3,-3,4v0,-2,4,-1,3,-4","w":151},"q":{"d":"83,4v-53,18,-73,-31,-70,-85v2,-45,5,-94,47,-99v24,7,38,11,63,3v1,0,3,1,3,3v8,74,-2,154,5,229v-9,18,-50,4,-38,-16v-4,-12,7,-32,-10,-35xm90,-58v-1,-33,13,-81,-22,-87v-36,13,-13,65,-14,99v4,6,5,14,15,15v17,1,20,-13,21,-27xm126,59v1,-6,-2,-1,-7,-1v-3,1,-16,1,-7,2v5,1,12,2,14,-1xm42,-2v2,4,11,7,15,4xm84,-31v3,2,9,-3,8,-9v-3,0,-6,7,-8,9xm100,59v3,1,5,-2,3,-4v-2,-1,-5,-2,-4,2v0,1,0,2,1,2xm128,48v-3,-1,-2,3,-2,5v2,0,3,-1,3,-3v0,-1,0,-2,-1,-2xm50,-172v2,2,5,1,4,-2v-1,1,-4,0,-4,2xm27,-18v0,2,2,1,2,0v1,-3,-3,-4,-3,-1xm57,-173v0,0,6,-1,2,-2v-1,0,-2,1,-2,2xm32,-9v0,0,3,2,3,0v-2,0,-2,-4,-3,0xm99,-59r0,-4v-1,1,-2,3,0,4","w":148},"r":{"d":"95,-148v-21,8,-48,3,-44,36r3,106v-4,0,-2,-12,-6,-6v3,7,-3,5,-9,4v0,5,9,1,10,5v-8,5,-26,4,-30,-5r2,-112v0,-17,-6,-39,-2,-53v3,-2,3,0,2,3v7,-1,33,-2,11,-5v-6,1,-12,-1,-6,-5v6,7,29,-6,23,15v8,1,12,-8,15,-11v11,0,19,-14,29,-5v-4,-1,-6,4,-2,4v4,-3,6,0,5,5v-1,8,-3,16,-1,24xm77,-176v5,-1,11,-5,2,-3v-1,1,-2,2,-2,3xm24,-6v2,2,5,0,4,-3v-3,0,-4,0,-4,3xm34,-8v-3,0,-3,0,-3,2v3,3,8,-2,3,-2","w":101},"s":{"d":"126,-127v-11,-1,-20,3,-29,-1v0,-21,-33,-33,-43,-13v-1,51,83,32,71,104v-1,7,-8,12,-8,20v-14,13,-45,23,-68,13v-10,1,-12,-14,-17,-10v-11,-7,-27,-35,-13,-46r24,1v13,8,20,37,43,23v6,-4,3,-11,2,-18v-24,-27,-93,-44,-64,-97v11,-1,5,-23,21,-18v7,-1,12,-2,10,-8v25,-2,72,7,71,50xm86,-4v7,-1,21,-4,19,-11v-4,6,-13,6,-19,11xm64,-3v1,4,12,2,12,-1v-4,1,-11,0,-12,1xm49,-175v5,0,6,4,1,2v-1,-1,-1,-1,-1,-2xm108,-16v2,4,6,-4,2,-1v-1,0,-2,0,-2,1xm46,-170v-3,-2,2,-2,2,-2xm82,-171v0,-3,-5,-6,-2,-1v1,1,2,1,2,1","w":139},"t":{"d":"34,-168v6,-14,-4,-44,18,-44v6,-2,11,-11,15,-1v-1,24,-10,53,27,45v9,9,0,36,-15,24v-23,4,-9,42,-16,62v6,19,-13,64,23,55v9,1,15,20,10,28v0,-3,-8,-6,-9,-2v3,1,11,2,4,4v-73,17,-56,-68,-55,-138v-14,-6,-38,-21,-18,-33v5,0,11,2,16,0xm94,-158v2,-1,1,-5,-1,-4v-2,0,-1,3,-1,4v1,2,2,3,2,0xm44,-11v0,-3,-5,-7,-2,-2v0,1,1,2,2,2xm62,-215v-2,-1,-3,2,-1,3v3,0,2,-2,1,-3xm57,0v-1,-1,0,-2,-2,-2v0,1,2,2,2,2","w":107},"u":{"d":"64,-24v53,4,26,-89,28,-140v5,-5,6,6,9,-1v-2,-2,-2,-4,0,-5v10,-2,19,8,25,4r0,161v-2,5,-10,8,-20,7v2,-2,0,-3,-2,-3v-2,3,3,4,-3,4v-9,-1,0,-24,-13,-14v0,5,-4,9,-9,9v1,-1,1,-4,-1,-4v-21,23,-62,-3,-56,-38v7,-43,-11,-76,1,-102v-3,-7,-1,-12,-5,-21v7,-2,20,-9,29,-3v13,31,-14,125,17,146xm33,-168v1,-3,-4,-2,-5,-1v-1,2,5,1,5,1xm114,-166v-3,-1,-8,-2,-10,1v4,0,8,1,10,-1","w":144},"v":{"d":"100,-153v0,-14,26,-26,37,-9v-22,49,-32,107,-48,162v-8,7,-37,7,-42,-5v-6,-61,-30,-103,-41,-159v4,-10,23,-4,34,-7v8,38,18,74,29,110v0,9,-3,18,2,24v10,-26,11,-70,25,-97v3,-6,4,-13,4,-19xm76,-1v1,5,11,3,11,-1v-2,-1,-8,-1,-11,1","w":143,"k":{"j":13}},"w":{"d":"62,-53v22,-23,8,-84,22,-118v11,-6,21,3,32,0v9,37,7,77,22,109v-1,9,-4,19,1,25r22,-116v-1,-10,23,-28,37,-9r-40,162v-9,7,-37,7,-42,-5v-6,-36,-7,-67,-17,-100v-6,31,-7,67,-11,100v-4,12,-32,12,-42,5v-14,-54,-22,-113,-40,-162v2,-9,26,-12,30,-3v18,14,12,92,26,112xm186,-129v8,-1,10,-31,8,-35v-3,10,-4,24,-8,35xm15,-160v0,-1,-1,-1,-2,-1v-1,0,-2,0,-2,2v0,1,5,2,4,-1xm185,-118v3,0,2,-4,2,-7xm185,-115v-1,1,-3,3,-1,4v2,0,1,-3,1,-4","w":204,"k":{"j":13}},"x":{"d":"126,-172v-10,29,-31,56,-43,84r45,84v-2,10,-17,8,-29,7v-12,-18,-21,-40,-31,-61v-9,22,-19,40,-31,60v-11,0,-23,0,-31,-2v14,-31,33,-58,47,-88v-16,-25,-26,-59,-43,-84v21,-1,37,0,41,19r17,37r26,-56v11,-1,21,-1,32,0xm43,-111v4,-12,-12,-17,-12,-29v0,-3,-1,-4,-3,-4v2,11,10,27,15,33xm52,-101v0,-2,-4,-11,-7,-7v1,3,3,7,7,7xm123,1v5,-1,2,-13,-1,-13v1,4,0,12,1,13xm25,-149v-3,-3,0,-8,-6,-8v0,1,4,8,6,8xm115,-150v-1,2,-3,7,-2,8v1,0,4,-7,2,-8xm112,-33v-1,-2,-3,-3,-3,0v0,1,0,2,2,2v0,0,1,-1,1,-2xm54,-96v-1,0,-3,2,-1,3v3,0,2,-2,1,-3xm79,-37v-1,-1,0,-3,-2,-3v1,2,0,3,2,3","w":133},"y":{"d":"105,-153v-3,-18,20,-26,32,-18v-1,5,-28,-4,-22,6v4,-4,19,-5,21,3v1,0,4,-5,4,-1v-3,5,-14,9,-8,20v1,-2,1,-18,5,-12v-2,6,-1,16,-8,15v-2,56,-26,110,-43,157v0,-1,3,-4,1,-5v-7,16,-2,55,-30,54v-27,1,-9,-22,-8,-38v11,-20,11,-46,-1,-64v-10,-43,-25,-90,-42,-127v-1,-11,15,-6,24,-8v41,9,22,84,48,122v13,-31,18,-70,27,-104xm118,-92v1,-10,10,-23,6,-33v-1,10,-10,25,-6,33xm102,-39v4,-8,10,-22,9,-31v-2,11,-9,22,-9,31xm99,-25v-6,2,-5,10,-6,17v3,-4,4,-11,6,-17xm117,-88v-4,-1,-8,7,-3,8v2,-1,3,-4,3,-8xm106,-71v4,0,6,-3,6,-7v-2,1,-6,5,-6,7xm128,-134v-1,0,-5,6,-2,7v1,-2,2,-4,2,-7xm41,-163v1,-4,-6,-6,-5,-1xm99,-27v2,-1,4,-4,0,-4v-1,0,-2,0,-2,2v0,1,1,2,2,2xm112,-142v-1,-1,-2,-4,-2,-2v0,2,0,2,2,2xm90,-3v2,2,2,-2,3,-3v-2,0,-2,2,-3,3xm101,-34v2,0,1,-2,1,-3","w":145,"k":{"j":10,"c":10}},"z":{"d":"46,-31v17,8,48,-6,65,4v-2,9,2,24,-6,28r-93,-4v-5,-48,40,-78,51,-118v9,-1,10,-13,14,-20v-19,-4,-40,1,-62,0v-6,-8,-5,-24,0,-31r81,0v36,4,1,48,-7,63v-14,28,-33,48,-43,78xm95,-28v7,1,23,5,10,-1v-3,0,-9,-1,-10,1xm67,-121v-2,1,-5,3,-5,7v1,0,3,-3,5,-7","w":122},"{":{"d":"84,-88v-8,39,4,66,48,58v4,4,8,31,-5,30v-71,11,-83,-40,-78,-103v-2,-17,-37,1,-28,-31v2,-11,31,2,25,-17v-3,-39,-5,-80,26,-90v5,-15,56,-16,63,-1v0,6,-4,13,0,17v-11,10,-47,-9,-51,13v-21,20,8,63,-15,81v-3,16,17,22,15,43xm78,-63v-1,4,-1,14,-1,19v5,-3,3,-14,1,-19xm80,-80v2,-2,2,-12,0,-15v-1,5,-1,9,0,15xm105,-226v4,1,7,-1,2,-2v-1,0,-2,1,-2,2xm82,-76v-2,-1,-2,3,-2,5v2,0,2,-3,2,-5xm133,-241r-3,0v0,1,4,2,3,0xm113,-226v0,-2,-2,-1,-2,0v0,2,2,1,2,0","w":148},"|":{"d":"50,-262r7,265v0,14,-22,15,-33,10r-3,-269v-1,-13,22,-10,29,-6","w":77},"}":{"d":"58,-39v30,-11,0,-62,20,-85v-1,-16,-21,-26,-12,-49v-2,-19,1,-32,-7,-46v-18,-5,-51,7,-46,-21v11,-25,82,-13,78,18v22,17,-16,83,32,83v11,5,7,32,-11,27v-19,-3,-7,30,-9,49v2,15,0,31,-11,37v-6,24,-63,38,-79,15v-5,-23,17,-26,40,-20v3,0,10,-6,5,-8xm62,-157v-1,0,-3,2,-4,0v2,-1,2,-1,4,0xm57,-42v0,2,-3,2,-3,1xm55,-37v5,0,3,1,0,1r0,-1xm64,-39v-4,4,5,2,1,1v0,0,0,-1,-1,-1","w":148},"~":{"d":"97,-251v22,8,6,38,-13,38v-12,-2,-23,-11,-36,-9v-10,0,-7,14,-18,13v-22,-12,-1,-46,22,-43v13,3,31,21,41,2v1,-1,2,-1,4,-1","w":126},"\u00c4":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm55,-273v-20,2,-26,-27,-7,-32v17,-1,24,25,7,32xm106,-273v-20,-7,-13,-40,10,-30v11,10,8,31,-10,30xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1xm94,-285v0,0,-3,-2,-1,-2v0,0,1,1,1,2xm55,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1","w":163},"\u00d6":{"d":"22,-168v-15,-87,94,-116,124,-51v18,40,5,105,6,157v2,60,-80,84,-116,40v-23,-29,-5,-94,-14,-146xm54,-60v-4,34,65,42,67,5v2,-47,2,-102,-2,-145v-5,-23,-50,-31,-60,-6v-10,31,2,57,-5,89v0,21,2,39,0,57xm63,-302v14,1,11,27,0,29v-21,4,-26,-26,-8,-32v3,4,7,-3,8,3xm100,-291v3,-18,31,-17,30,3v2,13,-23,22,-27,5v-1,-3,-3,-4,-3,-8xm50,-143v0,4,4,16,3,2v1,-6,-2,-12,-3,-2xm50,-119v3,-2,4,-9,0,-11v0,3,-2,9,0,11xm46,-80v0,3,3,10,3,2v1,-5,-2,-5,-3,-2xm51,-111v2,0,2,0,2,-2v0,-1,0,-2,-2,-2r0,4xm47,-67v2,2,2,2,3,0v-1,-4,-4,-5,-3,0xm53,-71v1,0,1,0,1,-1v1,-2,-3,-3,-3,-1v0,1,1,2,2,2xm47,-86v1,3,1,2,2,0v0,-1,0,-2,-1,-2v-1,0,-1,0,-1,2xm51,-155v0,2,0,2,2,2v0,-1,0,-2,-2,-2xm49,-100v-1,2,3,3,2,1v0,-1,0,-1,-2,-1xm101,-285v0,0,-3,-2,-1,-2v1,0,1,1,1,2xm62,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1","w":174},"\u00dc":{"d":"54,-55v2,28,58,35,58,-1r-1,-193v8,-5,30,-4,35,4r-3,146v-1,55,-7,101,-61,102v-99,-6,-46,-148,-61,-252v10,-2,34,-10,34,10xm60,-302v15,4,10,32,-6,28v-17,1,-18,-23,-7,-29v6,-1,10,-3,13,1xm112,-305v17,0,19,30,1,32v-20,-1,-21,-32,-1,-32xm142,-101v-1,-9,-3,-14,-4,-5r3,11v0,-2,-2,-6,0,-7xm117,-99v-3,0,-5,9,-2,11v3,-1,4,-10,2,-11xm112,-10v5,1,11,-7,4,-3v-2,0,-5,-2,-7,0v2,1,5,1,3,3xm43,-15v1,-2,-6,-5,-8,-7v-1,3,5,7,8,7xm140,-124v1,-3,-3,-8,-5,-5v5,3,-1,7,5,5xm140,-115v0,-2,2,-7,0,-8v-3,0,-1,6,0,8xm142,-129v5,-4,-5,-17,-1,-9xm91,-3v4,4,13,-4,6,-4v1,0,2,1,2,1v0,1,-2,2,-4,2v-1,-2,-3,0,-4,1xm109,-138v-1,-3,4,-7,1,-1v0,1,-1,1,-1,1xm109,-9v-8,0,-3,7,-2,3v1,-2,6,0,2,-3xm143,-153v-3,1,-6,-2,-4,3xm65,-5v0,-1,-1,-2,-2,-2r0,3v1,0,2,0,2,-1xm48,-9v3,-3,-2,-4,-4,-6v2,3,4,4,4,6xm97,-19v1,-1,1,-2,-1,-2xm118,-36v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm96,-287v2,0,3,3,0,2r0,-2xm105,-12v-2,-1,-2,-1,-2,2xm57,-303v0,3,2,0,1,0r-1,0","w":166},"\u00e1":{"d":"35,-164v105,-46,91,86,89,160v-7,0,-15,15,-25,0v-1,1,-4,3,-5,0v0,0,3,-6,-1,-6v-27,24,-84,12,-80,-35v4,-42,25,-66,66,-67v12,-4,9,-11,8,-26v-11,-28,-41,-5,-40,13v-6,6,-35,9,-31,-8v1,-10,2,-24,14,-25v-4,-4,5,-10,9,-9v0,2,-3,2,-4,3xm45,-43v2,19,40,20,40,-1v0,-14,8,-18,7,-33v-19,-21,-54,-1,-47,34xm88,-237v21,6,5,23,-6,25v-14,3,-16,17,-31,18v-6,1,-16,-10,-7,-16v14,-10,27,-20,44,-27xm98,-165v-4,-4,-12,-8,-16,-4xm111,-156v-2,-4,-7,-7,-11,-9v3,4,6,7,11,9xm107,-1v1,-3,-5,-4,-5,-1v-1,3,5,4,5,1xm63,-23v1,-2,-5,-3,-8,-5v0,4,5,4,8,5xm72,-172v1,4,12,1,6,-1v-2,0,-6,-1,-6,1xm97,-14v-3,7,3,11,2,1xm91,-40v2,-3,2,-7,0,-8v0,2,-2,7,0,8xm95,-75v-2,2,-3,8,1,9v-2,-2,0,-5,-1,-9xm46,-171v1,3,-10,3,-4,1v2,-1,3,-1,4,-1xm74,-3v2,2,5,0,3,-2v-2,0,-3,1,-3,2xm89,-35v1,0,1,-3,0,-4r0,4xm99,-85v0,2,3,3,3,1v1,-2,-2,-3,-3,-1xm88,-54v3,1,4,-3,1,-2v0,0,-1,1,-1,2xm114,-150v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm90,-49v1,0,2,-2,0,-2r0,2xm41,-167v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":141},"\u00e0":{"d":"35,-164v105,-46,91,86,89,160v-7,0,-15,15,-25,0v-1,1,-4,3,-5,0v0,0,3,-6,-1,-6v-27,24,-84,12,-80,-35v4,-42,25,-66,66,-67v12,-4,9,-11,8,-26v-11,-28,-41,-5,-40,13v-6,6,-35,9,-31,-8v1,-10,2,-24,14,-25v-4,-4,5,-10,9,-9v0,2,-3,2,-4,3xm45,-43v2,19,40,20,40,-1v0,-14,8,-18,7,-33v-19,-21,-54,-1,-47,34xm53,-239v17,8,65,29,36,43v-16,-8,-27,-20,-44,-27v-7,-6,0,-16,8,-16xm98,-165v-4,-4,-12,-8,-16,-4xm111,-156v-2,-4,-7,-7,-11,-9v3,4,6,7,11,9xm107,-1v1,-3,-5,-4,-5,-1v-1,3,5,4,5,1xm63,-23v1,-2,-5,-3,-8,-5v0,4,5,4,8,5xm72,-172v1,4,12,1,6,-1v-2,0,-6,-1,-6,1xm97,-14v-3,7,3,11,2,1xm91,-40v2,-3,2,-7,0,-8v0,2,-2,7,0,8xm95,-75v-2,2,-3,8,1,9v-2,-2,0,-5,-1,-9xm46,-171v1,3,-10,3,-4,1v2,-1,3,-1,4,-1xm74,-3v2,2,5,0,3,-2v-2,0,-3,1,-3,2xm89,-35v1,0,1,-3,0,-4r0,4xm99,-85v0,2,3,3,3,1v1,-2,-2,-3,-3,-1xm88,-54v3,1,4,-3,1,-2v0,0,-1,1,-1,2xm114,-150v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm90,-49v1,0,2,-2,0,-2r0,2xm41,-167v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":141},"\u00e2":{"d":"35,-164v105,-46,91,86,89,160v-7,0,-15,15,-25,0v-1,1,-4,3,-5,0v0,0,3,-6,-1,-6v-27,24,-84,12,-80,-35v4,-42,25,-66,66,-67v12,-4,9,-11,8,-26v-11,-28,-41,-5,-40,13v-6,6,-35,9,-31,-8v1,-10,2,-24,14,-25v-4,-4,5,-10,9,-9v0,2,-3,2,-4,3xm45,-43v2,19,40,20,40,-1v0,-14,8,-18,7,-33v-19,-21,-54,-1,-47,34xm57,-225v14,-23,54,3,49,23v-14,14,-27,-24,-42,-8v-10,5,-23,20,-26,3v2,-10,13,-13,19,-18xm98,-165v-4,-4,-12,-8,-16,-4xm111,-156v-2,-4,-7,-7,-11,-9v3,4,6,7,11,9xm107,-1v1,-3,-5,-4,-5,-1v-1,3,5,4,5,1xm63,-23v1,-2,-5,-3,-8,-5v0,4,5,4,8,5xm72,-172v1,4,12,1,6,-1v-2,0,-6,-1,-6,1xm97,-14v-3,7,3,11,2,1xm91,-40v2,-3,2,-7,0,-8v0,2,-2,7,0,8xm95,-75v-2,2,-3,8,1,9v-2,-2,0,-5,-1,-9xm46,-171v1,3,-10,3,-4,1v2,-1,3,-1,4,-1xm74,-3v2,2,5,0,3,-2v-2,0,-3,1,-3,2xm89,-35v1,0,1,-3,0,-4r0,4xm99,-85v0,2,3,3,3,1v1,-2,-2,-3,-3,-1xm88,-54v3,1,4,-3,1,-2v0,0,-1,1,-1,2xm114,-150v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm90,-49v1,0,2,-2,0,-2r0,2xm41,-167v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":141},"\u00e4":{"d":"35,-164v105,-46,91,86,89,160v-7,0,-15,15,-25,0v-1,1,-4,3,-5,0v0,0,3,-6,-1,-6v-27,24,-84,12,-80,-35v4,-42,25,-66,66,-67v12,-4,9,-11,8,-26v-11,-28,-41,-5,-40,13v-6,6,-35,9,-31,-8v1,-10,2,-24,14,-25v-4,-4,5,-10,9,-9v0,2,-3,2,-4,3xm45,-43v2,19,40,20,40,-1v0,-14,8,-18,7,-33v-19,-21,-54,-1,-47,34xm45,-197v-19,4,-25,-22,-12,-29v15,-8,25,7,22,21v-3,2,-6,7,-10,8xm82,-214v1,-15,30,-20,30,0v5,11,-14,25,-23,13xm98,-165v-4,-4,-12,-8,-16,-4xm111,-156v-2,-4,-7,-7,-11,-9v3,4,6,7,11,9xm107,-1v1,-3,-5,-4,-5,-1v-1,3,5,4,5,1xm63,-23v1,-2,-5,-3,-8,-5v0,4,5,4,8,5xm72,-172v1,4,12,1,6,-1v-2,0,-6,-1,-6,1xm97,-14v-3,7,3,11,2,1xm91,-40v2,-3,2,-7,0,-8v0,2,-2,7,0,8xm95,-75v-2,2,-3,8,1,9v-2,-2,0,-5,-1,-9xm46,-171v1,3,-10,3,-4,1v2,-1,3,-1,4,-1xm74,-3v2,2,5,0,3,-2v-2,0,-3,1,-3,2xm89,-35v1,0,1,-3,0,-4r0,4xm99,-85v0,2,3,3,3,1v1,-2,-2,-3,-3,-1xm88,-54v3,1,4,-3,1,-2v0,0,-1,1,-1,2xm114,-150v1,-2,-1,-5,-2,-2v0,1,1,2,2,2xm90,-49v1,0,2,-2,0,-2r0,2xm84,-208v-1,0,-2,0,-2,-2v1,0,2,0,2,2xm43,-227v0,1,0,1,1,1v0,-1,0,-1,-1,-1xm41,-167v0,1,-1,1,-2,1v0,-1,1,-1,2,-1","w":141},"\u00e9":{"d":"46,-72v-10,32,28,65,47,36v-3,-21,18,-24,35,-19v4,32,-16,62,-52,61v-52,1,-65,-40,-63,-96v-1,-48,17,-82,61,-86v48,1,57,50,53,101v-19,10,-57,-3,-81,3xm72,-147v-23,-1,-39,49,-8,48v11,0,23,-2,34,0v-3,-22,-4,-46,-26,-48xm36,-203v9,-18,30,-25,48,-34v15,1,11,20,-1,22v-15,4,-22,17,-36,21v-2,0,-11,-3,-11,-9xm105,-159v-4,-8,-16,-14,-29,-13v11,3,21,7,29,13xm117,-75v3,4,10,1,9,-6v-1,2,-6,4,-9,6xm101,-4v-6,5,-13,3,-17,6v5,3,14,-3,17,-6xm37,-158v-4,0,-6,5,-1,4v1,-1,6,-4,1,-4xm79,1v-3,-4,-6,2,-2,2v1,0,2,0,2,-2xm50,-5v1,-2,-4,-4,-5,-2v-1,3,3,2,5,2xm37,-12v2,-7,-7,-4,-2,-1v0,1,1,1,2,1","w":143},"\u00e8":{"d":"46,-72v-10,32,28,65,47,36v-3,-21,18,-24,35,-19v4,32,-16,62,-52,61v-52,1,-65,-40,-63,-96v-1,-48,17,-82,61,-86v48,1,57,50,53,101v-19,10,-57,-3,-81,3xm72,-147v-23,-1,-39,49,-8,48v11,0,23,-2,34,0v-3,-22,-4,-46,-26,-48xm66,-213v-10,-2,-33,-21,-9,-26v16,9,48,17,45,39v-15,12,-23,-10,-36,-13xm105,-159v-4,-8,-16,-14,-29,-13v11,3,21,7,29,13xm126,-81v-7,3,-12,13,-1,4xm84,2v5,3,14,-1,16,-6v-5,5,-12,3,-16,6xm37,-158v-4,0,-6,5,-1,4v1,-1,6,-3,1,-4xm79,1v-3,-4,-6,2,-2,2v1,0,2,0,2,-2xm50,-5v1,-2,-4,-4,-5,-2v-1,3,3,2,5,2xm37,-12v2,-7,-7,-4,-2,-1v0,1,1,1,2,1","w":143},"\u00ea":{"d":"46,-72v-10,32,28,65,47,36v-3,-21,18,-24,35,-19v4,32,-16,62,-52,61v-52,1,-65,-40,-63,-96v-1,-48,17,-82,61,-86v48,1,57,50,53,101v-19,10,-57,-3,-81,3xm72,-147v-23,-1,-39,49,-8,48v11,0,23,-2,34,0v-3,-22,-4,-46,-26,-48xm54,-227v16,-24,65,15,42,29v-15,-12,-34,-22,-49,-4v-6,8,-13,2,-13,-5v3,-12,15,-13,20,-20xm105,-159v-4,-8,-16,-14,-29,-13v11,3,21,7,29,13xm117,-75v3,4,10,1,9,-6v-1,2,-6,4,-9,6xm101,-4v-6,5,-13,3,-17,6v5,3,14,-3,17,-6xm37,-158v-4,0,-6,5,-1,4v1,-1,6,-4,1,-4xm79,1v-3,-4,-6,2,-2,2v1,0,2,0,2,-2xm50,-5v1,-2,-4,-4,-5,-2v-1,3,3,2,5,2xm37,-12v2,-7,-7,-4,-2,-1v0,1,1,1,2,1","w":143},"\u00eb":{"d":"46,-72v-10,32,28,65,47,36v-3,-21,18,-24,35,-19v4,32,-16,62,-52,61v-52,1,-65,-40,-63,-96v-1,-48,17,-82,61,-86v48,1,57,50,53,101v-19,10,-57,-3,-81,3xm72,-147v-23,-1,-39,49,-8,48v11,0,23,-2,34,0v-3,-22,-4,-46,-26,-48xm49,-197v-24,3,-23,-26,-8,-32v13,-2,27,23,8,32xm86,-213v1,-17,27,-19,30,-1v3,17,-22,25,-27,8v0,-3,-2,-4,-3,-7xm105,-159v-4,-8,-16,-14,-29,-13v11,3,21,7,29,13xm126,-81v-7,3,-12,13,-1,4xm84,2v5,3,14,-1,16,-6v-5,5,-12,3,-16,6xm37,-158v-4,0,-6,5,-1,4v1,-1,6,-3,1,-4xm79,1v-3,-4,-6,2,-2,2v1,0,2,0,2,-2xm50,-5v1,-2,-4,-4,-5,-2v-1,3,3,2,5,2xm37,-12v2,-7,-7,-4,-2,-1v0,1,1,1,2,1xm87,-208v-1,0,-1,-1,-1,-2v1,0,1,0,1,2xm47,-225v2,-2,0,-2,-1,-1v0,1,1,1,1,1","w":143},"\u00ef":{"d":"17,-166v1,-14,33,-16,37,-7r-4,83r4,90v-14,-2,-38,5,-31,-9v-3,-52,3,-112,-6,-157xm50,-213v1,-17,27,-19,30,-1v3,17,-22,25,-27,8v0,-3,-2,-4,-3,-7xm13,-197v-24,3,-23,-26,-8,-32v13,-2,27,23,8,32xm28,-4v-1,-11,2,-25,-2,-33v1,11,-3,26,2,33xm49,-4v2,3,2,-2,2,-2v-1,0,-2,1,-2,2xm51,-208v-1,0,-1,-1,-1,-2v1,0,1,0,1,2xm11,-225v2,-2,0,-2,-1,-1v0,1,1,1,1,1","w":71},"\u00f6":{"d":"92,-176v42,9,40,60,40,100v0,43,-12,81,-57,82v-62,3,-59,-63,-62,-115v3,-40,25,-81,79,-67xm60,-145v-21,32,-27,144,30,120v20,-19,13,-89,1,-115v-7,-7,-19,-7,-31,-5xm49,-197v-24,3,-23,-26,-8,-32v13,-2,27,23,8,32xm86,-213v1,-17,27,-19,30,-1v3,17,-22,25,-27,8v0,-3,-2,-4,-3,-7xm26,-135v11,-7,12,-24,24,-31v-13,5,-19,16,-24,31xm22,-103v1,-9,8,-21,4,-28v-4,6,-5,19,-4,28xm106,-102v1,-6,2,-14,-2,-18v0,7,-1,14,2,18xm107,-83v4,-8,-4,-21,0,-9v-1,3,-4,7,0,9xm108,-164v2,-1,0,-3,-1,-4v-1,-1,-2,-1,-3,-1v0,2,2,5,4,5xm99,-27v5,-6,-1,-3,-1,-1v0,1,0,1,1,1xm114,-159v-1,-1,-4,-5,-3,0v1,1,3,1,3,0xm85,-149v0,2,4,3,2,0r-2,0xm104,-128v-1,1,-1,6,0,6r0,-6xm87,-208v-1,0,-1,-1,-1,-2v1,0,1,0,1,2xm96,-141v0,-2,-2,-3,-2,0r2,0xm47,-225v2,-2,0,-2,-1,-1v0,1,1,1,1,1","w":145},"\u00fa":{"d":"64,-24v53,4,26,-89,28,-140v5,-5,6,6,9,-1v-2,-2,-2,-4,0,-5v10,-2,19,8,25,4r0,161v-2,5,-10,8,-20,7v2,-2,0,-3,-2,-3v-2,3,3,4,-3,4v-9,-1,0,-24,-13,-14v0,5,-4,9,-9,9v1,-1,1,-4,-1,-4v-21,23,-62,-3,-56,-38v7,-43,-11,-76,1,-102v-3,-7,-1,-12,-5,-21v7,-2,20,-9,29,-3v13,31,-14,125,17,146xm88,-237v21,6,5,23,-6,25v-14,3,-16,17,-31,18v-6,1,-16,-10,-7,-16v14,-10,27,-20,44,-27xm33,-168v1,-3,-4,-2,-5,-1v-1,2,5,1,5,1xm114,-166v-3,-1,-8,-2,-10,1v4,0,8,1,10,-1","w":145},"\u00f9":{"d":"64,-24v53,4,26,-89,28,-140v5,-5,6,6,9,-1v-2,-2,-2,-4,0,-5v10,-2,19,8,25,4r0,161v-2,5,-10,8,-20,7v2,-2,0,-3,-2,-3v-2,3,3,4,-3,4v-9,-1,0,-24,-13,-14v0,5,-4,9,-9,9v1,-1,1,-4,-1,-4v-21,23,-62,-3,-56,-38v7,-43,-11,-76,1,-102v-3,-7,-1,-12,-5,-21v7,-2,20,-9,29,-3v13,31,-14,125,17,146xm53,-239v17,8,65,29,36,43v-16,-8,-27,-20,-44,-27v-7,-6,0,-16,8,-16xm33,-168v1,-3,-4,-2,-5,-1v-1,2,5,1,5,1xm114,-166v-3,-1,-8,-2,-10,1v4,0,8,1,10,-1","w":145},"\u00fb":{"d":"64,-24v53,4,26,-89,28,-140v5,-5,6,6,9,-1v-2,-2,-2,-4,0,-5v10,-2,19,8,25,4r0,161v-2,5,-10,8,-20,7v2,-2,0,-3,-2,-3v-2,3,3,4,-3,4v-9,-1,0,-24,-13,-14v0,5,-4,9,-9,9v1,-1,1,-4,-1,-4v-21,23,-62,-3,-56,-38v7,-43,-11,-76,1,-102v-3,-7,-1,-12,-5,-21v7,-2,20,-9,29,-3v13,31,-14,125,17,146xm53,-225v15,-24,54,4,50,23v-13,11,-21,-11,-35,-13v-10,6,-19,14,-28,17v-14,-8,5,-23,13,-27xm33,-168v1,-3,-4,-2,-5,-1v-1,2,5,1,5,1xm114,-166v-3,-1,-8,-2,-10,1v4,0,8,1,10,-1","w":145},"\u00fc":{"d":"64,-24v53,4,26,-89,28,-140v5,-5,6,6,9,-1v-2,-2,-2,-4,0,-5v10,-2,19,8,25,4r0,161v-2,5,-10,8,-20,7v2,-2,0,-3,-2,-3v-2,3,3,4,-3,4v-9,-1,0,-24,-13,-14v0,5,-4,9,-9,9v1,-1,1,-4,-1,-4v-21,23,-62,-3,-56,-38v7,-43,-11,-76,1,-102v-3,-7,-1,-12,-5,-21v7,-2,20,-9,29,-3v13,31,-14,125,17,146xm45,-197v-19,4,-25,-22,-12,-29v15,-8,25,7,22,21v-3,2,-6,7,-10,8xm82,-214v1,-15,30,-20,30,0v5,11,-14,25,-23,13xm33,-168v1,-3,-4,-2,-5,-1v-1,2,5,1,5,1xm114,-166v-3,-1,-8,-2,-10,1v4,0,8,1,10,-1xm84,-208v-1,0,-2,0,-2,-2v1,0,2,0,2,2xm43,-227v0,1,0,1,1,1v0,-1,0,-1,-1,-1","w":145},"\u00ab":{"d":"186,-218v30,5,14,35,-5,40r-46,45v14,29,51,37,63,68v-1,22,-26,24,-35,7r-58,-59v-16,-38,37,-57,56,-83v5,-6,13,-17,25,-18xm108,-218v14,-1,27,26,6,30v-2,10,-12,6,-19,17r-38,39v17,29,48,39,63,67v-1,16,-24,29,-30,9v-18,-9,-26,-32,-45,-42v-21,-14,-33,-44,-6,-60v24,-19,37,-49,69,-60xm112,-72v0,-5,-9,-11,-14,-13v4,5,9,10,14,13","w":225},"\u00bb":{"d":"112,-106v-29,14,-51,80,-89,53v-7,-24,27,-27,36,-45v10,-12,25,-18,31,-34r-59,-55v-9,-12,0,-26,12,-30v31,19,50,50,77,73v12,12,0,31,-8,38xm138,-206v21,26,51,44,67,75v-16,37,-53,55,-76,84v-15,10,-40,-8,-25,-23v26,-16,43,-38,64,-59v-11,-31,-88,-54,-47,-88v9,0,12,11,17,11xm56,-62v-5,2,-14,9,-14,12v5,-2,12,-7,14,-12","w":225},"\u00c0":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm57,-289v-10,-4,-4,-19,5,-18v19,8,38,16,48,34v-15,24,-33,-14,-53,-16xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1","w":163},"\u00c1":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm61,-282v15,-9,41,-40,55,-17v-7,17,-32,16,-41,31v-8,8,-26,-6,-14,-14xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1","w":163},"\u00cb":{"d":"31,0v-19,-23,-2,-63,-10,-98v7,-42,2,-105,5,-143v36,-21,80,-1,120,-11v9,4,18,11,12,24v-11,28,-65,7,-96,13v-8,15,-3,46,-3,68v14,9,36,-3,62,3v12,-7,33,6,24,28v-19,14,-69,-5,-87,9v4,26,-19,79,23,69v31,-3,101,-6,68,35v-39,6,-87,-4,-118,3xm70,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm122,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm29,-156v0,2,3,7,4,4v0,-2,-1,-5,-4,-4xm148,-9v-4,-1,-7,2,-3,3v2,0,3,-1,3,-3xm89,-244v-1,-2,-4,-2,-5,0v0,1,1,2,2,2v2,0,3,-1,3,-2xm33,-228v-4,1,-6,2,-1,3v1,0,1,-1,1,-3xm30,-238v3,0,2,-3,0,-2r0,2xm108,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1"},"\u00cf":{"d":"37,-253v25,-13,28,16,25,38v-7,73,1,139,-3,200v0,6,-4,17,-15,15v-45,-3,-11,-72,-21,-113v4,-40,5,-83,4,-128v1,-5,4,-9,10,-12xm68,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm16,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm27,-21v0,0,6,-5,1,-5v-2,1,-2,5,-1,5xm31,-126v-1,-2,-5,-3,-2,0v0,2,2,1,2,0xm28,-114v-1,2,2,3,2,1v0,-1,0,-1,-2,-1xm37,-243v2,0,2,0,2,-2v-1,0,-2,0,-2,2xm54,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1xm28,-94v-1,0,-1,1,-1,2v1,0,1,-1,1,-2","w":83}},"kerning":{}});Cufon.registerFont({"w":163,"face":{"font-family":"Cartonnage-Alternate","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 1 5 4 3 1 1 2 1 4","ascent":"297","descent":"-63","x-height":"3","bbox":"-3.33583 -309 275.139 33.486","underline-thickness":"7.2","underline-position":"-47.88","unicode-range":"U+0020-U+00FC"},"glyphs":{" ":{"w":97},"!":{"d":"40,-257v53,0,14,68,28,108v-9,30,8,83,-28,86v-18,-9,-5,-33,-14,-46r2,-9v2,-46,-5,-77,-6,-119v2,-11,4,-20,18,-20xm33,-42v19,-21,51,0,40,33v-4,17,-24,8,-41,14v-8,-12,-15,-39,-5,-49v3,-1,4,-1,6,-1v-1,1,-1,2,0,3xm57,-143v15,-20,-2,-67,6,-90r-3,0v2,-3,-5,-14,-9,-11v12,49,10,75,6,101xm63,-24v0,-4,2,-7,0,-11v-4,3,1,8,0,11xm62,-235v2,-1,7,-5,1,-5xm65,-42v-1,-2,-3,0,-3,2v2,0,3,-1,3,-2xm65,-37v0,-1,-1,-2,-3,-2v-2,1,-1,3,1,3v1,0,2,0,2,-1xm63,-23v-1,2,-1,7,1,4v0,-2,1,-3,-1,-4xm53,-132v-1,3,5,4,2,1v-1,-1,-1,-1,-2,-1xm54,-46v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm54,-143v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm56,-163v1,0,1,0,1,-1v-1,-1,-3,1,-1,1xm62,-10v2,0,2,-3,0,-3r0,3xm51,-76v4,0,1,-4,0,-1r0,1xm50,-48v-1,0,-2,3,0,3r0,-3","w":94},"\"":{"d":"53,-202v4,-16,13,-31,16,-50v19,1,47,-1,24,18v-7,12,-12,20,-15,34xm65,-252v-3,21,-20,29,-24,49v-11,0,-27,0,-15,-13v8,-16,0,-39,31,-33v4,-1,6,-2,8,-3xm92,-217v0,7,-2,19,-6,12","w":123},"#":{"d":"158,-203v16,-5,-1,-57,35,-49v11,-5,19,10,14,23r-12,40v12,1,25,-1,25,13v0,21,-12,24,-32,20v-11,20,-10,39,-18,56v18,-2,48,-3,37,23v-2,19,-32,6,-46,11v-4,25,-12,31,-11,53v-8,5,-11,18,-31,12v-25,-1,-8,-29,-8,-33v5,-9,24,-42,-3,-37v-11,2,-20,-1,-18,6v-19,16,1,75,-50,63v-25,-12,7,-48,8,-69v-14,3,-31,5,-27,-16v-1,-23,17,-19,34,-16v10,-14,10,-38,19,-53v-9,-10,-42,10,-41,-13v0,-6,4,-14,2,-20v10,-6,36,1,47,-2v12,-23,0,-69,39,-63v4,-2,14,1,15,6v-4,19,-12,47,-16,58v18,7,51,3,38,-13xm109,-154v3,16,-13,38,-13,51v8,4,24,1,36,2v-1,0,-1,-3,0,-3r2,1r15,-52v-3,-1,-5,-4,-9,-2v0,-1,1,-1,1,-1v-11,1,-26,-5,-32,4xm211,-148v-5,3,-2,-5,-2,-5v4,2,-5,4,2,5xm137,-144v-1,2,-3,0,-4,-1v0,-1,1,-2,2,-2v1,0,2,1,2,3xm130,-124r-1,-5v4,0,3,4,1,5xm223,-162v0,0,-3,-2,-1,-2v1,0,1,0,1,2xm127,-132v-1,-1,0,-5,1,-2xm161,-218v3,0,2,3,0,2r0,-2xm31,-124r-3,1v0,-1,2,-3,3,-1xm105,-49v0,-2,1,-2,2,-1v0,1,-1,1,-2,1xm59,-201v2,0,4,1,2,3xm102,-119v0,2,-2,6,-2,2xm157,-198v2,1,1,4,-1,4xm48,-198v0,0,3,0,1,0v-1,1,-2,1,-2,1xm109,-36v0,2,-1,2,-3,2v0,-3,2,0,3,-2xm103,-46v0,-1,1,-3,1,-1v0,1,0,1,-1,1xm211,-242v0,0,2,-2,2,0r-2,0xm189,-153v3,0,0,3,0,1r0,-1xm159,-25r0,2v-2,-1,-1,-1,0,-2xm163,-34v-1,0,-1,0,-1,-1v1,0,1,0,1,1xm213,-244r-1,0r1,0","w":243},"$":{"d":"85,-135v33,14,60,66,28,98v-2,7,-17,11,-27,15v8,20,-13,37,-24,18r1,-19v-26,-5,-38,-21,-44,-46v20,-30,29,13,45,20r4,-69v-22,-16,-54,-27,-49,-67v1,-26,21,-47,49,-45r-2,-27v7,0,21,-5,21,5r0,22v27,2,36,26,40,50v-16,16,-34,-1,-34,-18v-1,-2,-4,-5,-8,-6r0,69xm67,-208v-15,2,-23,15,-20,30v-9,10,13,22,19,30xm85,-49v13,-4,21,-30,10,-41v-4,-4,-7,-7,-10,-12r0,53xm98,-175v-3,2,-8,-2,-2,-2v1,0,2,0,2,2","w":149},"%":{"d":"138,-239v-1,-19,22,-20,32,-11r-44,130v-14,36,-30,87,-39,122v-11,4,-31,6,-30,-6r67,-193v-3,-9,12,-28,14,-42xm22,-226v-2,-35,62,-34,63,-4v2,45,10,106,-40,97v-32,-11,-21,-62,-23,-93xm205,-19v-7,28,-63,25,-63,-12v0,-40,-8,-92,38,-89v36,7,22,63,25,101xm163,-87v2,25,-10,71,17,70v9,-17,3,-50,4,-77v-4,-10,-22,-6,-21,7xm48,-152v12,6,21,-6,18,-24v-3,-21,8,-60,-18,-57v-8,23,-7,61,0,81xm42,-146v3,0,2,-3,0,-3v-1,0,-1,3,0,3","w":225},"&":{"d":"56,-149v-24,-16,-29,-65,-14,-88v24,-35,101,-27,94,22v15,32,-23,57,-37,72v7,5,3,14,13,17v4,19,15,22,14,38r9,10v6,-14,-3,-42,25,-33v18,13,-10,52,7,64v3,11,18,33,4,46v-14,2,-23,-7,-28,-16v-17,16,-50,19,-76,13v-30,-9,-43,-34,-46,-70v-2,-42,14,-56,35,-75xm72,-123v-27,19,-21,96,25,86v12,5,22,-3,28,-9v-20,-22,-32,-56,-53,-77xm80,-163v19,-14,45,-49,16,-69v-31,-10,-43,33,-27,48v1,12,5,13,11,21xm49,-68v-5,-2,0,-13,-7,-13v2,5,2,10,7,13xm54,-47v-1,2,3,6,5,3v-1,-2,-3,-5,-5,-3xm51,-59v2,-2,1,-7,-3,-7v2,0,-1,8,3,7xm161,-45v2,2,8,2,3,0v0,-3,-6,-3,-2,-1xm166,-27v0,2,8,5,4,2v-3,-2,1,-3,-1,-4v-1,0,-1,1,-3,2xm85,-256v-3,0,-6,6,-1,3v0,-1,0,-2,1,-3xm66,-34v1,-3,-6,-7,-3,-2v2,1,2,1,3,2xm172,-15v2,1,4,2,2,-2v-1,2,-6,2,-2,2xm118,-104v-2,-2,-1,-4,-5,-4v3,1,1,3,5,4xm167,-30v3,0,2,-2,0,-2v-1,1,0,0,0,2xm165,-35v-2,1,-1,3,-1,5xm132,-195v1,1,5,1,2,-1xm172,-14v-2,1,-1,2,1,2v1,-1,1,-2,-1,-2xm113,-99v1,0,-1,-2,-1,-2v0,1,0,2,1,2xm172,-19v0,-2,-3,-3,-2,0v1,1,1,1,2,0xm158,-27v2,0,3,-1,1,-2xm125,-86v-2,0,-3,0,-3,1v1,0,2,0,3,-1xm73,-28v-1,0,-2,-3,-2,-1xm98,-135r-2,-1v0,1,1,1,2,1xm114,-109r2,0r-2,0","w":197},"'":{"d":"65,-252v-3,21,-20,29,-24,49v-11,0,-27,0,-15,-13v2,-10,10,-23,7,-32v12,-2,22,1,32,-4","w":85},"(":{"d":"71,-62v11,28,45,31,55,59v-17,20,-39,-12,-58,-17v-45,-38,-69,-154,-13,-200v11,-21,33,-31,55,-41v8,-1,11,16,4,20v-20,14,-36,29,-48,52v-16,36,-18,97,5,127","w":139},")":{"d":"21,-255v48,14,73,50,89,95v3,27,3,57,-5,79v7,5,-8,8,-3,14v-19,30,-41,57,-76,71v-22,-2,-8,-23,2,-27v65,-28,70,-160,11,-198v-6,-12,-38,-22,-18,-34","w":133},"*":{"d":"102,-212v16,-2,42,10,18,21r-18,2v7,7,18,20,5,27v-12,3,-18,-10,-22,-8v8,16,-15,33,-20,12v-2,-6,1,-16,-2,-18v-5,6,-7,11,-17,14v-28,-4,13,-25,-1,-31v-15,8,-34,-6,-17,-17r20,-2v-9,-8,-18,-28,1,-28v8,0,9,16,18,10v-3,-7,-5,-24,6,-24v13,1,12,14,14,26v4,-9,24,-19,28,-3","w":150},"+":{"d":"104,-139v17,2,43,-6,52,5v6,4,7,26,-3,27r-50,-1v-1,17,1,37,-2,52v-8,7,-38,8,-29,-16r1,-36v-25,0,-67,5,-49,-31v18,0,31,-2,49,0v2,-23,-10,-66,22,-55v6,-3,8,0,10,5xm80,-57v10,3,27,-4,7,-3v-4,0,-6,0,-7,3xm138,-112v8,0,18,7,15,-4v-2,3,-19,3,-18,4r3,0","w":181},",":{"d":"31,-2v-23,-14,-4,-46,23,-42v32,13,13,49,5,71v-4,10,-21,8,-22,-3v2,-3,9,-14,6,-20v-7,1,-6,-5,-12,-6xm52,-27v14,1,2,-1,1,-8v-1,0,-9,3,-2,3v3,-1,1,4,1,5xm47,-6v3,0,4,-6,1,-6v-1,2,-3,5,-1,6xm51,-4v2,0,8,-4,2,-1v-2,0,-2,1,-2,1xm58,-12v0,-1,2,-3,0,-3v0,1,-2,3,0,3xm42,24v-2,-2,-2,2,-2,2v2,0,2,0,2,-2","w":93},"-":{"d":"34,-138v44,1,101,-18,90,31v-30,10,-68,5,-91,5v-17,-1,-15,-32,-2,-33","w":147},"\u00ad":{"d":"34,-138v44,1,101,-18,90,31v-30,10,-68,5,-91,5v-17,-1,-15,-32,-2,-33","w":147},".":{"d":"42,-46v31,-3,30,40,6,46v-15,-1,-28,-7,-28,-28v0,-12,13,-14,22,-18xm59,-26v-3,-3,-8,1,-4,3xm55,-14v1,-3,-2,-2,-3,-3v2,2,-1,4,3,3xm52,-10v2,1,6,2,5,-2xm50,-14v-2,1,-1,3,1,3xm50,-36v-2,1,-1,4,1,3v0,-2,0,-3,-1,-3xm44,-38v2,1,3,-2,1,-2xm57,-19v-1,-2,-5,-5,-2,-1v1,0,1,1,2,1xm55,-30v-4,-2,-1,3,-1,1v1,0,1,0,1,-1","w":87},"\/":{"d":"21,-4r66,-193v3,-15,13,-42,21,-56v30,-11,21,16,14,37r-72,218v-11,3,-30,7,-29,-6","w":153},"0":{"d":"157,-62v12,46,-37,71,-86,58v-49,-6,-52,-70,-48,-119v-6,-10,5,-39,-2,-58v7,-12,1,-39,15,-49v16,-24,49,-28,77,-21v-1,0,-2,1,-3,2v60,4,47,94,47,145v-2,-2,-6,-4,-4,-8v-6,4,-3,10,5,9v-1,14,2,30,-1,41xm78,-31v13,0,39,2,38,-17v8,-8,-3,-14,7,-17v2,-47,-1,-82,-3,-120v-1,-25,-14,-41,-42,-40v-39,13,-11,80,-19,112v12,17,-10,58,16,76v1,1,2,3,3,6xm43,-182v2,36,-4,80,2,112v-4,3,3,11,6,14v-4,-7,6,-20,-5,-21v2,-4,8,0,4,-13v-1,3,-4,3,-4,0v4,-4,3,-9,-1,-13v4,1,2,-3,3,-5v-7,-9,7,-18,-1,-24v8,-5,-5,-10,0,-14r3,0v-8,-13,5,-28,-3,-33v5,-1,3,-4,0,-7v-4,1,-2,2,-4,4xm154,-112v7,-2,-7,-14,3,-14v-5,-8,0,-16,-9,-12v6,8,2,6,3,15r-2,-1v0,7,2,6,5,12xm57,-216v-10,2,-9,13,-12,22v9,0,-2,-7,8,-9v-3,2,-5,0,-2,-2xm153,-140v0,-7,0,-10,-2,-15v1,1,1,2,3,1v-2,-6,-2,-7,-7,-8v9,7,-7,12,3,15v-5,2,-1,3,0,6xm58,-41v-6,8,19,15,11,9v-4,-3,-6,-7,-11,-9xm57,-49v-4,10,-6,-11,-9,1v1,4,11,9,8,1v1,0,1,-1,1,-2xm154,-58v3,-3,4,-13,0,-13v0,12,-10,6,0,13xm153,-182v6,-7,-6,-18,-7,-11v10,-4,1,10,7,11xm153,-88v-3,1,-13,2,-4,2v2,0,6,3,7,1v1,-6,-5,-9,-3,-3xm147,-39v0,0,3,10,4,4v-1,1,-2,2,-2,-1v5,0,0,-4,2,-8v-2,2,0,5,-4,5xm149,-54v0,2,6,6,7,3v0,-2,-5,-6,-7,-3xm152,-80v2,-1,1,-5,-2,-5v-3,1,-4,5,2,5xm154,-95v0,0,-7,-8,-6,-1xm152,-198v-1,-3,-4,-7,-6,-4v0,4,3,3,6,4xm62,-222v-1,0,-5,3,-2,4v2,-1,2,-2,2,-4xm78,-228v2,-1,5,-6,0,-3v-1,0,-2,3,0,3xm147,-66v2,3,7,0,4,-2xm141,-223v4,-1,1,-3,-1,-4v0,2,0,3,1,4xm152,-162v3,1,1,-2,1,-4v-3,2,-2,1,-1,4xm134,-233v0,2,1,3,3,3v0,-2,-2,-2,-3,-3xm155,-75v3,-1,2,-1,0,-2v-1,0,-2,0,-2,1v1,1,1,1,2,1xm147,-30v0,0,0,-2,-1,-2v0,2,0,2,1,2xm148,-164v-1,-1,-1,-4,-2,-2v0,1,0,2,2,2xm152,-100v-1,2,2,3,2,1v0,-2,-1,-2,-2,-1xm149,-181v-1,-3,-2,-1,-3,0v0,1,3,1,3,0xm145,-128v1,3,1,1,3,0r-3,0xm98,-44v2,-1,3,1,1,2v-1,0,-1,-1,-1,-2xm102,-251v0,1,2,3,3,1xm46,-136r0,-2r0,2","w":180},"1":{"d":"23,-228v26,8,23,-46,56,-24r-4,247v-4,8,-29,12,-31,3r6,-193v-7,-6,-32,7,-33,-13v-7,-1,0,-2,1,-7v1,-4,0,-12,5,-13xm70,-166v3,-1,2,-5,-1,-4v-1,1,-1,4,1,4xm73,-133v-2,1,-5,3,-1,5v1,-1,1,-3,1,-5xm68,-158v0,0,5,-4,1,-3v0,0,-3,3,-1,3xm73,-65v0,-1,-1,-1,-2,-1v-1,1,-2,2,0,3v1,0,2,0,2,-2xm72,-85v1,-1,1,-3,-1,-3v-1,0,1,3,1,3xm86,-78v1,0,2,0,2,1v0,2,-3,3,-3,0v0,-1,1,-1,1,-1xm73,-118v0,-2,0,-2,-2,-2v-2,0,-1,2,0,2r2,0xm87,-180v1,1,2,2,-1,2v0,0,0,-2,1,-2xm46,-139v-1,2,-2,0,-3,0v0,-1,3,-2,3,0xm69,-189v1,0,3,-2,1,-2v-1,0,-1,0,-1,2xm73,-36v1,0,1,-1,1,-2v-3,0,-1,0,-1,2xm71,-122r1,-5v-1,1,-1,3,-1,5xm45,-105v0,2,0,2,-2,2v0,-2,2,-1,2,-2","w":108},"2":{"d":"28,-176v-13,-81,116,-109,126,-28v2,19,0,35,-5,46r-89,127v1,6,7,4,11,3r77,0v5,4,7,31,-5,31v-29,-6,-77,-5,-112,-2v-21,-40,32,-70,45,-106v17,-34,66,-64,45,-106v-16,-31,-75,-11,-62,33v-1,9,-26,8,-31,2xm119,-238v3,2,8,-2,5,-5v-9,-1,-2,2,-5,5xm35,-40v5,3,5,-2,5,-5v-3,1,0,4,-5,5xm82,-104v0,1,4,2,4,0v-3,-1,2,-3,0,-3v-1,0,-4,1,-4,3xm140,-223v-1,4,4,7,5,4v-1,-1,-3,-5,-5,-4xm30,-13v-1,-2,-5,-4,-2,1xm32,-28v-1,1,-4,6,-1,6v1,-3,5,-4,1,-6xm55,-208v4,1,5,-3,4,-4v-2,1,-3,2,-4,4xm53,-185r-6,2v1,1,4,2,4,0v-1,-1,-1,-1,0,-2r2,0xm50,-200v3,1,5,-4,1,-4v-1,1,-3,3,-1,4xm35,-18v0,-3,-4,-3,-1,-1v0,1,1,1,1,1xm151,-185v2,0,1,-2,0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm30,-18v1,0,3,-1,1,-1v0,-2,-2,-1,-2,0v0,1,0,1,1,1xm85,-108v1,0,1,-2,1,-3v-2,0,-3,3,-1,3xm114,-243v2,-1,0,-3,-2,-3xm42,-45v1,1,5,0,2,-1xm37,-29v1,-3,-1,-7,-2,-3v0,0,1,1,2,3xm54,-206v0,0,-1,-5,-1,-2v0,1,0,1,1,2xm54,-204v1,1,2,1,3,0v0,-2,-3,-1,-3,0xm154,-23v0,1,-1,3,-1,1v0,-1,0,-1,1,-1xm131,-234r0,-2v-1,0,-1,2,0,2xm53,-60v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm76,-85v2,1,2,-1,1,-1xm110,-243v0,4,4,1,1,0r-1,0xm33,-30v0,-1,-2,-1,-3,0r3,0xm44,-27v-1,0,-2,-2,-3,0v0,2,3,1,3,0xm117,-134v2,0,2,0,2,-2xm154,-20v2,0,1,2,0,2v-2,0,-1,-2,0,-2xm143,-131v0,1,-1,3,-1,1v0,-1,0,-1,1,-1","w":180},"3":{"d":"61,-52v10,38,64,21,61,-16v0,-27,-17,-39,-38,-45v-13,-3,-10,-21,-2,-28v35,-5,55,-79,3,-83v-21,3,-29,21,-33,41v-6,3,-18,3,-24,0v1,-1,3,-3,0,-3v-15,-40,30,-79,74,-70v59,-1,68,93,28,124v3,15,19,17,23,33v19,72,-36,124,-95,91v-15,-3,-19,-19,-30,-26v-12,-25,8,-55,30,-38v0,8,0,15,3,20xm54,-59v-3,3,2,13,6,8v-2,-3,-3,-6,-6,-8xm138,-220v2,-2,-1,-5,-3,-6v-2,3,0,6,3,6xm64,-37v3,-2,-2,-6,-5,-6v0,2,4,6,5,6xm103,-251v2,-1,3,-3,-1,-3v-1,0,-5,3,-2,3r3,0xm120,-244v-3,-1,-9,-4,-6,2v2,2,3,-1,6,-2xm56,-72v0,-1,-1,-2,-2,-2r0,4v1,0,2,0,2,-2xm116,-11v1,0,6,0,2,-2v-1,0,-2,1,-2,2xm127,-236v1,-2,-1,-6,-2,-3xm129,-24v-2,2,-1,4,2,3v0,-2,-1,-3,-2,-3xm107,-249v0,1,2,3,2,1v0,-2,-1,-3,-2,-1xm141,-215v1,-2,-2,-5,-2,-3xm147,-189v0,-2,-2,-3,-3,-1v0,1,2,3,3,1xm143,-198v2,0,3,-5,1,-2v-1,1,-1,2,-1,2xm49,-208r-1,4v1,0,2,-1,2,-3v0,0,0,-1,-1,-1xm128,-15v2,0,1,-2,1,-3v-1,0,-3,2,-1,3xm125,-137v1,-2,-1,-3,-2,-1v0,1,1,1,2,1xm150,-78v2,-1,1,-2,-1,-2xm106,-245v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm52,-212r1,0r-1,0","w":180},"4":{"d":"140,-91v7,11,13,22,26,29v-6,0,-6,-5,-12,-5v8,7,4,9,12,18v1,14,-32,5,-18,23v0,1,-2,3,-2,1v-1,-7,-9,-9,-10,-2v4,2,1,3,2,6v9,-3,10,10,5,15v-10,12,-42,7,-39,-14v2,-39,-72,8,-84,-29v-10,-6,2,-16,-6,-23v10,-3,4,-21,13,-24v13,-25,22,-54,37,-77v8,-27,24,-48,35,-74v8,-20,53,-16,47,12v-2,-2,-8,2,-10,4v3,3,9,-6,11,0v-9,57,7,103,-7,140xm62,-73v23,6,48,0,43,-32v-1,-24,5,-45,1,-64v-21,11,-34,65,-46,92v2,0,2,2,2,4xm66,-104v-1,-5,-2,-5,1,-4v4,-2,0,-2,-1,-6v-8,12,-14,22,-17,39v13,6,6,-26,17,-29xm137,-87v-1,-2,5,-12,-1,-7v-1,0,-3,-2,-4,0v6,7,-4,16,6,19r1,-15v-1,0,-1,1,-2,3xm136,-149v7,3,4,-4,8,-11v-1,-3,-13,-5,-6,-2v5,2,-4,9,1,11v-4,1,1,1,-3,2xm135,-117v4,-3,12,-10,4,-5v-2,-5,3,-18,-3,-4xm136,-112v-1,6,-4,13,-1,17v1,-5,1,-5,3,-7v-2,-4,0,-7,-2,-10xm28,-47v-3,-1,-9,-14,-6,-5v0,4,4,9,6,5xm92,-168v-4,2,-6,4,-6,9v3,-2,5,-5,6,-9xm143,-137v1,-3,-5,-4,-5,-1v0,3,5,7,5,1xm79,-141v3,1,3,-1,3,-4v-1,-3,-5,-1,-4,1v0,1,0,2,1,3xm75,-67v2,3,10,-1,6,-3v-3,0,-5,1,-6,3xm144,-65v6,-1,1,-4,0,-6v-3,0,0,2,-1,4v0,1,0,2,1,2xm27,-78v-4,-4,-6,-3,-5,2xm140,-230v0,5,8,7,3,2v1,-1,3,-2,1,-3v-1,1,0,2,-2,2r1,-1r-3,0xm78,-163v3,-1,2,-5,-1,-5v-1,0,-2,1,-2,2v0,2,1,3,3,3xm72,-122v-1,-2,-4,0,-4,1v0,2,2,4,3,1v1,-1,1,-1,1,-2xm82,-148v3,-2,5,-7,0,-4r0,4xm142,-9v3,-2,0,-6,-2,-3v1,2,-1,8,2,3xm140,-245v-1,-4,-8,-4,-3,-1v1,1,2,1,3,1xm26,-85v6,-2,4,-5,-1,-6r-1,1v3,0,4,3,2,5xm107,-253v0,3,10,2,4,0r-4,0xm62,-65v3,0,2,-3,1,-4v-4,0,-4,4,-1,4xm33,-100v-4,0,-5,7,-1,3v1,-1,1,-2,1,-3xm153,-43v2,3,6,-1,3,-2v-2,0,-3,0,-3,2xm136,-178v3,0,5,-4,0,-1r0,1xm35,-39v1,2,5,3,4,-1v-2,0,-4,-1,-4,1xm140,-29v2,0,1,3,1,4v-3,0,-5,-4,-1,-4xm57,-68v1,-3,-4,-4,-4,-1v0,2,3,2,4,1xm136,-202v2,2,5,0,5,-2xm135,-135v3,1,2,-3,1,-4xm144,-185v0,-2,0,-2,-3,-2v1,2,1,4,3,2xm22,-60v0,-3,-3,-2,-4,-1v0,3,2,3,4,1xm105,-246v3,-2,2,-6,-1,-3v-1,1,-1,3,1,3xm147,-22v3,0,2,4,0,4v-2,0,-1,-3,0,-4xm132,-3v0,-1,-1,-2,-3,-2v0,7,0,0,3,2xm138,-186v1,-3,-2,-5,-3,-2v0,1,1,2,3,2xm137,-196v2,-1,0,-4,-1,-3v-2,1,-1,3,1,3xm72,-174v4,1,6,-3,1,-2v-1,1,-1,1,-1,2xm122,-4r4,1v-1,-1,-3,-3,-4,-1xm153,-59v1,2,7,-1,2,-1v0,0,-2,0,-2,1xm28,-41v3,2,1,-4,1,-4v-1,0,-3,3,-1,4xm50,-131v-2,-1,-5,1,-2,2v1,0,2,0,2,-2xm82,-208v1,0,2,-1,2,-3v-2,0,-2,1,-2,3xm74,-130v-1,-2,-1,-5,-2,-1v0,1,1,1,2,1xm141,-14v2,0,2,-4,0,-3r0,3xm67,-114v2,0,2,-3,0,-3v-2,0,0,3,0,3xm140,-219v1,0,2,-1,2,-3v-2,0,-2,1,-2,3xm20,-67v3,1,3,-3,1,-1xm40,-116v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm66,-39v0,0,0,2,1,2v0,-1,0,-2,-1,-2xm89,-216v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm161,-53v0,-3,-4,0,-1,0r1,0xm138,-209r0,2r0,-2xm54,-39v-2,0,-2,3,-1,1v1,0,1,-1,1,-1","w":180},"5":{"d":"79,-29v37,0,36,-38,36,-71v0,-16,-9,-31,-26,-32v-27,-1,-48,31,-70,5v4,-41,-2,-98,12,-126v38,-7,111,-8,131,15v-5,14,-1,26,-14,19v6,2,-4,2,1,6v2,0,1,-4,2,-1v-12,10,-37,-3,-49,3v-8,-7,-23,-1,-33,-6v-3,12,0,31,-4,46v-6,-2,-3,-10,1,-12v-2,-3,-5,-16,-10,-10v1,4,4,6,4,11r-5,-1v9,5,-5,11,4,14v19,1,46,-5,59,3v19,0,31,27,34,44v-3,-3,-10,1,-2,2v6,0,0,6,3,10v0,-1,-2,-2,-2,0v6,12,3,25,1,33v-1,0,-4,-1,-4,1v8,11,5,30,-3,37v3,13,-19,39,-38,39v-20,9,-56,-4,-71,-14v3,-7,-15,-6,-12,-17v-6,-12,-12,-42,6,-44v11,-1,26,-3,25,11v-1,9,13,16,3,20v7,0,11,15,21,15xm151,-95v2,1,2,-2,2,-4v-1,-4,-4,-3,-6,-1v2,1,4,1,4,5xm127,-157v1,5,10,8,4,2xm157,-239v-1,1,-4,4,-1,6v1,-2,2,-3,3,-1xm51,-179v2,-1,5,-6,0,-6v5,2,-3,3,0,6xm130,-16v5,0,3,-4,0,-4v1,1,1,2,1,3v-1,-1,-3,0,-1,1xm138,-243v2,0,3,-3,1,-3v0,0,-4,4,-1,3xm51,-63v0,2,3,2,3,0v-1,-1,-3,-4,-3,0xm135,-215v4,3,7,-4,1,-1v0,1,-1,1,-1,1xm126,-12v-2,0,-8,1,-5,3v2,-2,5,0,5,-3xm153,-219v2,1,7,-1,4,-2v-1,0,-4,0,-4,2xm152,-241v-1,0,-3,-2,-3,0v0,2,0,2,2,2v1,0,1,0,1,-2xm138,-34v1,0,1,-4,0,-3v-1,0,-2,0,-2,1v0,1,0,2,2,2xm109,-164v1,3,9,0,4,-1xm150,-116v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm140,-146v0,-1,0,-5,-1,-2v0,1,0,2,1,2xm66,-197v-1,-2,-3,0,-3,2v1,-1,3,0,3,-2xm142,-141v2,1,3,-2,1,-2v-2,-1,-3,2,-1,2xm121,-161r-3,0r3,0xm26,-227r0,3v1,-1,3,-3,0,-3xm60,-168v0,2,0,3,3,3xm37,-120r3,0v0,-1,-1,-1,-2,-1v-1,0,-1,0,-1,1xm63,-127v1,-1,1,-3,-1,-3v-2,1,1,3,1,3xm150,-88v2,0,1,-2,0,-2v-1,0,-1,0,-2,1v0,1,1,1,2,1xm107,-164v2,0,1,-2,0,-2v-2,0,-1,2,0,2xm61,-181v2,0,0,1,0,3v-2,0,-3,-3,0,-3xm45,-65v0,2,2,-1,2,-1xm132,-23v1,0,2,-2,0,-2v-1,1,-2,1,0,2xm45,-63v-1,0,-3,0,-1,1v1,0,1,0,1,-1xm61,-203v0,-1,1,-2,-1,-1xm67,-248v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm129,-247v0,2,2,1,2,0v0,-1,-2,-1,-2,0xm123,-157v-1,1,2,5,1,1v0,-1,-1,-1,-1,-1xm145,-117v2,0,1,-2,0,-2v-2,0,-1,2,0,2xm65,-164v2,0,3,-3,0,-2r0,2xm25,-191v-1,0,-1,1,-1,2v1,0,1,-1,1,-2xm24,-185v0,2,2,1,2,0v0,-1,0,-1,-1,-1v0,0,-1,0,-1,1xm158,-224v0,-2,-2,-1,-2,0v0,1,2,2,2,0xm52,-168v2,0,3,-1,1,-2v-1,0,-1,1,-1,2xm153,-229v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm58,-184v0,0,0,-2,-1,-2v0,0,0,1,1,2","w":180},"6":{"d":"90,-224v-28,3,-30,35,-28,70v14,-10,37,-10,58,-6v0,7,10,4,12,9v44,32,38,136,-13,150v-49,13,-99,-12,-92,-65v-7,-10,6,-32,-4,-45v4,-1,6,-5,2,-7v-5,2,-9,-3,-3,-5v9,-3,-3,-23,3,-27v-3,1,-6,-2,-6,-4v16,-5,-6,-12,4,-20v-9,-6,10,-19,-2,-22v1,-2,4,1,6,0v-4,-47,55,-72,97,-54v14,17,40,30,35,61v-14,11,-39,10,-41,-14v-1,-11,-14,-19,-28,-21xm79,-127v-22,17,-25,95,13,95v29,-3,37,-24,33,-51r2,1v-1,-29,-15,-55,-48,-45xm136,-40v7,-16,6,-75,-7,-71v9,30,7,56,7,71xm132,-114v-4,-3,-6,-14,-12,-11v2,4,7,10,12,11xm148,-192v-2,-2,-10,2,-4,3v3,0,4,-1,4,-3xm62,-9v0,-6,-3,-2,-6,-4v0,3,2,4,6,4xm43,-101v1,-1,2,-5,-2,-4v-2,1,-1,5,2,4xm104,-29v9,0,8,-5,0,-2r0,2xm130,-44v-3,-3,-6,3,-4,4v2,0,3,-3,4,-4xm44,-138v3,0,2,-4,0,-4v-1,0,-2,0,-2,2v0,1,1,2,2,2xm48,-136v-2,2,0,5,2,4xm100,-30v-5,-1,-7,3,-2,3v1,0,2,-1,2,-3xm42,-132v0,1,3,2,5,2v0,-2,-3,-2,-5,-2xm121,-36v-3,-2,-7,5,-3,2xm30,-150v-1,-3,-2,-2,-4,0v0,2,4,1,4,0xm44,-159v2,-1,1,-4,-1,-3v-2,1,-1,3,1,3xm116,-197v2,0,1,2,1,3v-2,0,-1,-2,-1,-3xm29,-49v0,-4,-3,-2,-2,0v0,1,2,2,2,0xm120,-128v-1,0,-3,-2,-3,0v1,1,2,1,3,0xm55,-13v0,-2,-2,-3,-2,-1v0,1,1,1,2,1xm69,-112v0,1,0,5,-1,2v0,-1,0,-2,1,-2xm149,-26v0,-2,-3,-1,-1,0r1,0","w":180},"7":{"d":"48,-1v-19,-26,17,-61,20,-93v17,-37,33,-86,45,-123v-19,1,-42,-1,-60,1v6,22,-13,30,-31,23v1,-25,-12,-50,5,-55v21,-7,72,2,94,-3v48,-10,47,34,26,59v-15,-2,7,5,-5,9v1,9,-1,22,-10,24v-2,15,0,23,-11,28v-5,23,-14,44,-24,63v7,1,-1,8,-2,14v-5,4,1,3,-1,9v-16,-5,4,12,-9,13v-7,11,-2,35,-20,29v-6,7,-14,-1,-17,2xm46,-205v0,-3,-3,-2,-2,0v2,1,-4,9,2,6r2,-7xm32,-206v-2,-1,-2,1,-2,3v4,-1,5,3,6,1v-1,-3,-4,-1,-4,-4xm146,-201v2,2,6,-3,5,-5v-4,1,-3,3,-5,5xm157,-234v0,0,3,5,4,1v-2,-6,-3,-2,-4,-1xm155,-220v-1,-3,3,-5,1,-6v-1,2,-6,4,-1,6xm28,-202v2,-1,1,-4,-1,-4v-1,0,0,4,1,4xm26,-207v2,0,3,-3,0,-2v-1,0,-2,0,-2,1v0,1,1,1,2,1xm43,-196v0,-3,-2,-2,-3,-1v0,2,2,3,3,1xm157,-217v-2,0,-4,-4,-4,1xm95,-59v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm156,-228v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm77,-12r0,-2r0,2xm124,-138v-3,1,-2,1,-4,4v3,-2,2,-1,4,-4xm154,-228v-1,-1,-1,-2,-3,-2v0,3,1,2,3,2xm150,-219v0,1,-1,6,1,5xm39,-201r0,-2r0,2xm127,-136v-2,-1,-4,1,-1,1xm127,-123v0,1,-1,3,-1,1v0,0,0,-1,1,-1xm38,-205v1,0,1,-1,1,-2v-1,1,-1,1,-1,2xm130,-161v2,0,0,-1,0,-2r-2,0v0,1,1,2,2,2xm144,-186r-2,1v1,0,2,0,2,-1","w":180},"8":{"d":"48,-132v-36,-33,-29,-130,40,-125v54,-2,79,60,55,107v-4,4,-11,7,-11,14v31,25,34,110,-9,127v-37,27,-96,-3,-96,-42v-7,-18,2,-68,21,-81xm90,-32v26,0,36,-25,30,-56v-2,-18,-11,-30,-30,-31v-45,1,-40,87,0,87xm119,-186v0,-22,-9,-41,-31,-41v-26,0,-32,24,-28,51v1,14,14,26,27,26v19,0,34,-13,32,-36xm64,-114v-5,5,-11,16,-9,24v2,-9,5,-17,9,-24xm53,-202v-3,4,3,30,1,8v0,-4,2,-6,-1,-8xm59,-166v-1,-9,-9,-19,-4,-5v1,2,2,4,4,5xm57,-214v-3,-1,-2,4,-2,6v4,1,4,-5,2,-6xm53,-206v-1,2,2,6,3,2v1,-3,-3,-4,-3,-2xm55,-62r-1,-9xm55,-80v-2,0,1,-10,-1,-5v-2,1,-1,5,1,5xm58,-47v0,2,2,0,3,0v0,-1,0,-2,-2,-2v-1,0,-1,0,-1,2xm54,-73v3,-1,-1,-6,-1,-3v0,2,0,3,1,3xm94,-17v2,0,1,-2,0,-3r0,3xm66,-115v2,0,2,-2,1,-3","w":180},"9":{"d":"84,-256v96,-1,66,124,68,212v-2,36,-31,45,-66,48v-37,-1,-59,-28,-61,-63v2,-11,38,-14,34,5v1,19,18,32,36,30v33,-3,30,-46,29,-77v-8,-6,-23,10,-37,7v-56,0,-74,-64,-57,-122v6,-21,27,-37,54,-40xm60,-148v5,30,61,27,61,-8v0,-32,3,-67,-31,-67v-35,2,-32,40,-30,75xm52,-213v-7,12,-10,57,2,66v-8,-21,2,-47,-2,-66xm61,-130v4,-2,-2,-6,-3,-9v-2,-2,-5,-4,-7,-4v3,4,6,10,10,13xm144,-89v1,2,6,1,5,-2v0,-2,0,-3,-2,-3xm60,-220v1,1,13,-3,7,-6v-1,3,-5,3,-7,6xm127,-15v-6,6,2,2,2,2v0,0,1,-2,1,-4xm53,-214v5,3,7,-7,2,-3v-1,2,-2,2,-2,3xm73,-226v6,1,9,-3,3,-3v-2,0,-2,2,-3,3xm109,-4v3,1,6,-2,3,-3v-2,0,-3,1,-3,3xm84,-229v1,3,8,0,4,-1v-1,-2,-4,-1,-4,1xm121,-242v0,1,4,5,5,4v0,-3,-2,-4,-5,-4xm66,-6v2,2,3,-1,4,-2v-2,-3,-3,0,-4,2xm48,-48v-3,0,-2,6,-1,3v1,-1,3,-1,1,-3xm140,-27v-1,1,-1,5,1,2v0,-1,0,-2,-1,-2xm144,-51v-1,2,2,2,2,1v1,-3,-2,-2,-2,-1xm119,-8v-1,-1,-2,-2,-3,0v0,2,4,1,3,0xm129,-236v0,-2,-2,-4,-2,-1v0,1,1,1,2,1xm66,-127v0,-2,-2,-4,-2,-1xm122,-13v-4,0,0,4,0,1r0,-1xm105,-5v0,0,2,3,2,1v0,-1,-1,-1,-2,-1xm145,-99v1,0,3,-1,1,-1v-1,0,-1,0,-1,1xm62,-5v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm137,-21v-2,0,-3,2,-1,3xm69,-37v0,-3,3,-1,1,0r-1,0xm35,-231r0,-2v2,0,1,2,0,2xm73,-8v0,-1,-1,-3,-1,-1","w":180},":":{"d":"32,-1v-23,-13,-6,-47,22,-43v20,4,14,23,19,35v-7,3,-17,19,-28,12v-6,3,-6,-4,-13,-4xm21,-134v5,-26,53,-18,47,7v-5,7,-9,30,-21,20v-16,4,-27,-10,-26,-27xm57,-27v7,1,8,-4,2,-6r-1,1v0,-6,-5,0,-5,0v3,0,6,2,4,5xm48,-6v3,-2,2,-8,-2,-4v0,2,-1,5,2,4xm61,-130v-1,-2,-5,-1,-6,0v2,3,5,-1,6,0xm57,-118v2,-1,0,-3,-1,-4v-3,-1,-1,2,-1,2v0,1,1,2,2,2xm59,-117v-7,2,-3,4,0,2r0,-2xm59,-14v0,-1,0,-1,-1,-1r0,3v1,0,1,-1,1,-2xm53,-138v3,-2,-2,-2,-2,-2v0,2,1,2,2,2xm49,-13v1,-1,5,-1,2,-2v-1,0,-2,1,-2,2xm60,-124v-1,-1,-3,-5,-4,-3v1,1,2,5,4,3xm58,-134v-1,-1,-5,0,-2,1v1,0,2,0,2,-1xm51,-4v2,1,4,1,4,-1xm49,-143v-1,-1,-5,-1,-2,0r2,0xm43,-5v-1,-1,-1,-3,-2,-1v0,1,1,1,2,1","w":93},";":{"d":"58,-44v31,11,13,53,3,72v-21,11,-15,-14,-15,-24v-13,-6,-24,-12,-22,-31v4,-11,20,-16,34,-17xm40,-149v28,-14,50,28,25,46v-8,3,-29,2,-35,0v0,-8,-11,-8,-5,-19v0,-1,-1,-2,-3,-2v0,0,-1,2,-1,0v-1,-2,2,-1,2,-3r-2,0v6,-8,5,-24,19,-22xm52,-33v6,1,5,9,11,5v-1,-3,-3,-7,-6,-4v0,0,1,-5,-2,-4v-2,0,-3,1,-3,3xm63,-105v0,-4,-4,-4,-4,-1v0,3,3,3,4,1xm65,-141v2,0,-3,-4,-3,-4v-1,0,-1,0,-2,1xm68,-12v2,0,1,-2,1,-3v-2,0,-2,2,-1,3xm34,-145v-3,2,2,2,2,2v0,-2,0,-2,-2,-2xm62,-4v2,2,3,0,4,-1xm67,-108v2,-1,1,-4,-1,-3xm64,-129v-1,2,2,3,2,1v1,-2,-2,-2,-2,-1xm40,-144v2,0,1,-2,1,-3v-1,0,-3,2,-1,3xm40,-103v2,-1,1,-2,-1,-2v0,1,0,2,1,2xm57,-105v-2,-2,-1,0,-3,0v0,2,3,1,3,0xm59,-9r-1,3v1,-1,1,-2,1,-3xm53,-5r0,-2v-1,1,-1,1,0,2xm60,-12v4,0,2,-4,0,-1r0,1","w":96},"\u037e":{"d":"58,-44v31,11,13,53,3,72v-21,11,-15,-14,-15,-24v-13,-6,-24,-12,-22,-31v4,-11,20,-16,34,-17xm40,-149v28,-14,50,28,25,46v-8,3,-29,2,-35,0v0,-8,-11,-8,-5,-19v0,-1,-1,-2,-3,-2v0,0,-1,2,-1,0v-1,-2,2,-1,2,-3r-2,0v6,-8,5,-24,19,-22xm52,-33v6,1,5,9,11,5v-1,-3,-3,-7,-6,-4v0,0,1,-5,-2,-4v-2,0,-3,1,-3,3xm63,-105v0,-4,-4,-4,-4,-1v0,3,3,3,4,1xm65,-141v2,0,-3,-4,-3,-4v-1,0,-1,0,-2,1xm68,-12v2,0,1,-2,1,-3v-2,0,-2,2,-1,3xm34,-145v-3,2,2,2,2,2v0,-2,0,-2,-2,-2xm62,-4v2,2,3,0,4,-1xm67,-108v2,-1,1,-4,-1,-3xm64,-129v-1,2,2,3,2,1v1,-2,-2,-2,-2,-1xm40,-144v2,0,1,-2,1,-3v-1,0,-3,2,-1,3xm40,-103v2,-1,1,-2,-1,-2v0,1,0,2,1,2xm57,-105v-2,-2,-1,0,-3,0v0,2,3,1,3,0xm59,-9r-1,3v1,-1,1,-2,1,-3xm53,-5r0,-2v-1,1,-1,1,0,2xm60,-12v4,0,2,-4,0,-1r0,1","w":96},"<":{"d":"20,-130v16,-41,58,-60,89,-86v22,-6,37,25,15,35v-21,15,-39,35,-59,50v17,31,64,37,65,78v-29,40,-57,-29,-84,-43v-10,-13,-23,-16,-26,-34xm127,-64v-3,-5,-8,-14,-15,-11v5,2,9,10,15,11","w":156},"=":{"d":"45,-119v30,9,91,-24,80,30v-20,4,-64,4,-91,0v3,1,5,-1,3,-3v-4,4,-12,4,-10,-7v-1,-7,-3,-6,-7,-6v5,-9,14,-12,25,-14xm111,-169v19,-5,20,24,9,30v-24,3,-58,-2,-86,1v-7,-3,-8,-22,-4,-27v23,-5,56,1,81,-4xm36,-158v22,-7,59,3,85,-4v-28,1,-63,-5,-88,0v0,1,1,4,3,4xm77,-94v-10,-2,-29,3,-11,2v6,3,32,0,11,-2xm90,-93v5,7,35,-5,6,-1v-2,0,-4,0,-6,1xm104,-133v-1,5,-12,5,-15,2v3,-3,11,2,15,-2xm44,-89v4,2,17,-5,7,-3v-2,1,-7,0,-7,3xm32,-161v0,-2,-3,-3,-3,-1v0,1,0,2,2,2v1,0,1,0,1,-1xm98,-136v3,-1,4,3,1,2v0,-1,-1,-1,-1,-2xm113,-95v-2,2,0,2,1,1v0,-1,-1,-1,-1,-1xm121,-96v0,1,0,1,1,1","w":146},">":{"d":"117,-150v35,15,12,55,-8,63v-23,16,-38,40,-67,50v-20,-1,-28,-27,-9,-36v21,-16,40,-35,60,-52v-18,-11,-28,-33,-49,-41v-8,-13,-28,-27,-10,-45v19,-16,37,15,48,28v8,9,29,22,35,33xm46,-210v0,-5,-8,-3,-8,0v2,0,7,2,8,0","w":156},"?":{"d":"56,-246v46,-20,110,10,98,71v-5,42,-47,51,-56,86v-5,4,-4,17,-15,15r1,-1v-16,0,-27,4,-30,-10v-7,-10,8,-29,17,-38v14,-23,51,-24,50,-62v0,-12,-5,-24,-15,-26v-9,-14,-41,-8,-41,9v-7,10,-17,41,-38,20v-23,-19,15,-52,29,-64xm53,-8v-18,-29,18,-59,44,-36v-5,15,8,46,-16,44v-10,-1,-35,5,-28,-8xm86,-28v5,0,3,-14,1,-14v-3,5,-5,11,-1,14xm84,-27v1,6,1,12,0,18v9,-2,-2,-4,5,-7v-3,-4,3,-11,-5,-11xm96,-112r0,7v5,0,7,-8,0,-7xm86,-89v1,-4,1,-8,0,-11v-5,3,1,8,0,11xm34,-190v-4,4,4,2,4,5v2,-2,-2,-6,-4,-5xm50,-184v-1,-2,-3,-3,-4,-2v3,1,-4,4,1,4v1,0,3,-1,3,-2xm87,-86r-4,2v2,0,4,0,4,-2xm56,-11v-1,-3,-3,-9,-3,-2v0,1,1,1,3,2xm53,-21v1,1,2,1,2,-1v0,-4,-2,-4,-2,-1r0,2xm29,-189v1,1,1,3,3,1v-1,-1,-1,-3,-3,-1xm31,-193v-2,0,-6,0,-3,2v2,0,3,-1,3,-2xm61,-47v-1,-1,-3,-2,-3,0r3,0xm44,-185v0,-2,-2,-1,-3,-1v0,2,2,1,3,1xm41,-189v3,1,2,-4,1,-1v-1,0,-1,1,-1,1xm55,-30v0,-2,1,-4,-2,-3xm34,-196v1,0,1,-1,1,-2v-2,0,-3,1,-1,2xm85,-42v2,0,3,-2,1,-2v0,0,-1,1,-1,2","w":174},"@":{"d":"108,-240v52,-28,132,-4,147,44v28,35,29,111,-11,126v-8,14,-34,25,-52,16v-6,-5,-21,-3,-20,-15v-12,11,-32,24,-57,16v-56,-25,-28,-166,43,-138v13,-2,27,5,45,3v0,32,-13,66,-11,102v21,28,54,-9,55,-39v-1,-58,-27,-97,-87,-98v-99,-10,-143,123,-78,183v5,3,4,11,10,8v26,14,65,22,103,14v6,0,14,1,15,7v-43,46,-145,9,-164,-33v-53,-61,-13,-183,62,-196xm112,-100v13,40,63,18,59,-18r4,-45v-8,-3,-23,-2,-34,-4v-27,5,-28,36,-29,67xm26,-113v1,-3,-6,-4,-3,-1v0,2,6,4,3,1xm207,-10v1,-1,3,-4,0,-4v-4,-2,-3,0,-1,2v0,1,1,2,1,2xm26,-115v2,-2,-1,-3,-3,-4xm24,-131v-2,2,0,2,2,3v0,-2,0,-3,-2,-3xm29,-77r0,-3v0,1,-2,3,0,3xm23,-124v2,0,2,-1,1,-2xm25,-121r-3,-1v0,2,2,1,3,1xm28,-81v1,1,3,-1,1,-1","w":294},"A":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1"},"B":{"d":"150,-123v7,24,21,52,11,66v0,14,-6,33,-18,38v-23,24,-74,19,-116,17v-9,-92,-5,-175,-1,-241v20,-17,58,-2,87,-6v4,8,13,2,17,11v11,4,30,24,23,36v7,2,-1,14,8,16v-9,7,-3,34,-14,39v3,5,-5,7,-2,12v-10,0,-5,6,-1,10v-1,3,4,2,6,2xm61,-37v34,10,66,-4,64,-44v2,-33,-41,-39,-67,-27xm120,-174v-1,-24,-20,-51,-44,-40v-25,-8,-15,39,-19,64v20,14,64,6,63,-24xm55,-21v6,1,3,-10,1,-4v0,2,0,3,-1,4xm53,-17r-3,-1v0,3,3,2,3,1xm145,-105v0,0,-2,5,0,2v1,-1,1,-1,0,-2xm149,-186v1,2,2,2,3,0v0,-2,-3,-3,-3,0xm48,-13v1,0,-1,-7,-2,-2v0,1,1,2,2,2xm33,-201v1,4,3,-1,3,-1v-2,0,-3,0,-3,1xm37,-234v1,-1,4,-3,0,-3v-3,0,-1,1,-1,2xm51,-70v0,1,2,-3,2,-3v-1,0,-2,1,-2,3xm54,-48v1,-2,-1,-6,-2,-3xm33,-208v2,1,3,-2,1,-2v-2,-1,-2,2,-1,2xm157,-67v0,-2,-1,-3,-2,-1v0,1,1,1,2,1xm136,-147v2,-1,2,-3,-1,-3xm140,-152v0,0,0,-4,-2,-2v0,1,2,0,2,2xm52,-201v0,3,3,2,2,0v0,-2,-2,-1,-2,0xm129,-44v1,-1,1,-2,-1,-2v0,0,0,2,1,2xm35,-42v0,-2,-2,-1,-3,0r3,0xm36,-15v3,-1,5,-1,1,-2v-1,0,-1,1,-1,2xm34,-50v0,0,3,-2,1,-2xm125,-206v-2,0,-4,1,-2,2v1,0,2,-1,2,-2xm49,-104v2,1,4,-1,1,-1v0,0,-1,0,-1,1xm50,-153v0,2,1,1,3,0r-3,0xm49,-24v0,-1,-1,-3,-1,-1","w":186},"C":{"d":"117,-69v3,-14,32,-12,30,6v-3,36,-22,56,-50,66v-37,-1,-78,-25,-72,-60v-3,-82,-13,-137,11,-175v14,-14,33,-25,57,-24v34,3,49,29,52,63v4,19,-29,22,-31,8v6,-32,-37,-54,-52,-27v-16,33,-4,104,-7,159v0,25,39,31,53,13v7,-8,6,-20,9,-29xm25,-201v6,-2,3,-6,1,-9v0,3,0,7,-1,9xm27,-109v-3,3,1,6,3,4v-1,-2,0,-4,-3,-4xm28,-78v-6,8,6,1,2,2xm28,-81v2,-1,4,-4,-1,-4v-2,1,0,4,1,4xm27,-138v0,2,4,3,4,1v0,-1,-4,-5,-4,-1xm29,-206v2,0,5,-5,1,-4v-1,1,-3,3,-1,4xm30,-198v-1,0,-3,-2,-4,0v1,2,2,1,4,0xm48,-239v2,-1,1,-4,-1,-3v-1,0,-2,4,1,3xm121,-71v-2,0,-3,4,0,3r0,-3xm39,-35v2,-2,1,-2,-1,-2xm36,-26v0,3,2,1,2,0r-2,0xm29,-187v-3,0,-2,3,0,2v1,0,2,-2,0,-2xm30,-126v-3,-6,-5,0,-2,0r2,0xm28,-90v1,-1,3,-2,0,-2v-2,1,-1,1,0,2xm26,-147v-1,4,5,2,2,1v-1,-1,-1,-1,-2,-1xm28,-59v0,4,2,0,2,0r-2,0xm58,-243v1,-2,-1,-5,-1,-1v0,1,0,1,1,1xm28,-193v-1,-2,-4,-1,-1,0r1,0xm28,-116v0,0,-2,-4,-2,-1v2,-1,0,4,2,1xm29,-68v-3,-1,-2,2,-1,2v1,0,1,-1,1,-2xm118,-183v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm28,-200v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm30,-214v0,2,1,2,2,1xm40,-28v0,-1,-1,-1,-1,0r1,0","w":167},"D":{"d":"24,-247v14,-12,52,-7,93,0v50,21,41,123,37,187v-2,33,-32,72,-70,56v-23,2,-38,5,-54,1r-8,-204v4,-12,-5,-37,4,-40r-2,0xm62,-31v74,21,64,-76,60,-149v-3,-28,-32,-47,-65,-38xm127,-159v2,-2,0,-10,-1,-3xm98,-2v0,-1,-2,-3,-2,-1v0,1,1,1,2,1xm24,-222v1,1,2,1,2,-1xm68,-4v-1,-2,-3,-1,-2,1v1,0,2,0,2,-1","w":177},"E":{"d":"31,0v-19,-23,-2,-63,-10,-98v6,-41,3,-106,5,-143v36,-21,80,-1,120,-11v9,4,18,11,12,24v-11,28,-65,7,-96,13v-8,15,-3,46,-3,68v14,9,36,-3,62,3v12,-7,33,6,24,28v-19,14,-69,-5,-87,9v4,26,-19,79,23,69v31,-3,101,-6,68,35v-39,6,-87,-4,-118,3xm29,-156v0,2,3,7,4,4v0,-2,-1,-5,-4,-4xm148,-9v-4,-1,-7,2,-3,3v2,0,3,-1,3,-3xm89,-244v-1,-2,-4,-2,-5,0v0,1,1,2,2,2v2,0,3,-1,3,-2xm29,-226v1,1,6,1,4,0v-2,0,0,-4,-3,-1v-1,1,-2,1,-1,1xm30,-238v3,0,2,-3,0,-2r0,2","w":180},"F":{"d":"60,-12v-3,12,-34,17,-39,2r1,-241v34,3,86,-2,121,0v4,4,8,33,-7,30r-74,-1v-16,4,-3,48,-8,72v18,8,52,0,78,1v5,8,8,27,2,35r-76,0v-9,23,1,71,2,102xm141,-226v1,-1,4,-8,0,-8v-3,1,-2,6,0,8xm26,-111v1,3,5,2,4,-1v-1,-2,-4,-2,-4,1xm31,-82v-4,0,-4,7,0,3v4,0,1,-2,0,-3xm138,-224v2,-2,1,-4,-2,-3v0,2,0,3,2,3xm31,-141v1,-4,-4,-4,-3,-1v0,0,1,1,3,1xm30,-86v0,0,-5,-3,-2,0r2,0xm27,-197v2,0,0,-2,0,-3r0,3xm27,-202v3,1,4,-2,1,-2v-1,0,-1,0,-1,2xm28,-238v1,0,3,-1,1,-1v-1,0,-1,0,-1,1xm29,-132r-1,1v2,1,5,0,1,-1xm26,-151v0,2,2,1,4,1v0,-2,-3,-3,-4,-1xm78,-243v2,0,0,-3,0,-3r0,3xm30,-190v1,-3,-2,-1,-3,-1xm28,-156v-2,0,-1,1,0,2v2,0,1,-2,0,-2xm30,-72v0,-1,-2,-2,-2,0v1,2,1,1,2,0xm27,-123v0,0,3,2,2,0r-2,0xm133,-235v2,1,2,-1,1,-1v-1,0,-1,0,-1,1","w":155},"G":{"d":"90,-110v0,-40,58,-36,73,-14v-2,40,2,86,-4,122v-21,15,-35,-13,-51,6v-21,5,-32,-8,-51,-8v-4,-2,-3,-10,-11,-8v3,-5,-5,-8,-8,-8v0,-12,-13,-19,-9,-27v0,0,-1,1,-2,1v-5,-10,4,-14,-4,-20v8,-4,-6,-15,3,-22v-5,-23,3,-30,-3,-42v6,-1,-6,-14,3,-17v-11,-22,4,-34,-4,-50v5,-6,16,-15,12,-22v2,1,2,1,2,-2r0,-7v14,-11,23,-17,42,-20v8,-6,32,-13,38,-4r4,-2v2,11,17,10,21,20v20,8,29,38,17,55v-5,3,-16,2,-24,2v-8,-17,-10,-43,-37,-42v-44,-10,-37,74,-30,112v-10,5,1,29,-4,45v1,35,53,41,62,10v6,-20,9,-63,-26,-48v-6,0,-9,-3,-9,-10xm30,-179v-1,-2,-4,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm73,-104v1,0,2,0,2,2v-2,1,-4,-2,-2,-2xm30,-138v-2,0,-3,4,0,4v1,0,2,-4,0,-4xm34,-91v0,-3,-3,-2,-3,0v0,3,3,2,3,0xm169,-122v1,2,-1,6,-1,2v0,-1,0,-2,1,-2xm29,-130v-1,2,-1,6,1,3v0,-2,0,-3,-1,-3xm168,-103v2,1,1,3,-1,3xm29,-84v1,1,3,2,3,-1v0,-1,-3,1,-3,1xm68,-104v0,1,-2,3,-2,1v0,-1,1,-1,2,-1xm32,-77v-1,-2,-2,0,-3,1v1,2,3,-1,3,-1xm111,-244v2,3,3,0,3,-2xm30,-112v-2,1,-1,3,1,3v2,-1,2,-4,-1,-3xm156,-189v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm29,-153v0,-2,-2,-1,-3,-1v0,1,2,3,3,1xm30,-123v-2,-1,-2,1,-2,3v2,0,2,-1,2,-3xm29,-101v1,2,2,-1,2,-1v-1,0,-2,0,-2,1xm30,-163v-1,-1,-2,-1,-3,0r3,0xm31,-142v0,-1,-3,-2,-3,0v1,0,2,2,3,0xm165,-114v2,1,-1,2,-1,2v0,-1,1,-2,1,-2xm27,-196r0,-2v-2,0,-1,2,0,2xm29,-93v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm30,-171v-2,-1,-2,1,-1,1v0,0,1,0,1,-1xm31,-68v0,1,1,3,1,1v0,0,0,-1,-1,-1","w":189},"H":{"d":"121,-243v0,-9,28,-22,34,-6r2,238v-2,14,-31,13,-34,0r3,-103v-9,-10,-41,0,-65,-3v-9,28,5,76,-3,109v-25,19,-32,-6,-32,-36r-1,-193v-1,-21,37,-28,35,-2v1,30,-7,67,0,92v23,-5,52,5,67,-5v-6,-31,-6,-70,-6,-91xm30,-238v-2,0,-2,0,-2,3v2,-1,5,-1,2,-3xm138,-6v0,0,2,0,2,-1v0,-4,-2,-1,-3,0v0,0,1,0,1,1xm37,-10v-2,-1,-6,-1,-3,1xm148,-250v0,2,1,2,2,1v0,-2,-2,-2,-2,-1xm22,-108v-2,1,-2,-1,-1,-1v1,0,1,0,1,1xm31,-19v-1,-3,-2,-4,-3,-2xm25,-125v0,-2,2,-1,2,0r-2,0xm53,-249v0,-2,-3,-1,-3,0v0,1,3,2,3,0xm31,-240v1,-2,-2,-3,-2,-1xm127,-231v0,-3,-4,-1,-1,0r1,0","w":177,"k":{"Z":8,"Y":8}},"I":{"d":"37,-253v25,-13,27,16,25,38v-6,72,-2,133,-2,194v0,11,-3,21,-16,21v-45,-4,-11,-72,-21,-113v4,-40,5,-83,4,-128v1,-5,4,-9,10,-12xm28,-26v-2,1,-2,5,-1,5v2,0,5,-4,1,-5xm30,-112v0,-3,-3,-4,-2,0r2,0xm31,-126v-1,-2,-5,-3,-2,0v0,2,2,1,2,0xm39,-245v0,0,-1,4,0,1r0,-1xm28,-94v-1,0,-1,1,-1,2v1,0,1,-1,1,-2","w":83},"J":{"d":"21,-82v41,-11,14,55,52,52v35,2,34,-46,26,-73v6,-5,-3,-11,5,-15v-8,-31,5,-79,-1,-115v-1,-15,9,-21,22,-21v28,9,10,58,16,100v1,26,-3,57,2,79v9,73,-80,100,-122,57v-9,-8,-8,-25,-15,-37v4,-4,2,-32,15,-27xm108,-235v0,-5,-1,-5,-4,-3v0,2,3,2,4,3xm44,-54v-5,-1,-2,3,-2,6v3,0,2,-3,2,-6xm38,-48v-2,2,0,3,3,3v-1,-1,0,-4,-3,-3xm42,-61v-1,4,6,3,2,1v-1,-1,-1,-1,-2,-1xm42,-67v-1,4,2,4,3,2xm19,-82v-1,0,-2,0,-2,2v2,0,2,0,2,-2xm107,-93v0,0,-2,-3,-2,-1v0,1,1,1,2,1xm41,-73v0,-1,-2,-3,-2,0r2,0xm104,-115v1,2,3,1,2,-1xm34,-57r3,1"},"K":{"d":"123,-133r40,120v-2,13,-24,19,-39,11v-15,-30,-22,-64,-35,-96v-12,15,-26,44,-17,65r-3,0v7,25,-5,40,-30,38v-25,-16,-9,-74,-17,-99v7,-44,-13,-130,6,-157v5,-1,24,-10,32,2v22,8,-3,40,4,60v-1,17,-11,46,-1,58r55,-120v15,-10,50,-4,40,14v-9,36,-47,69,-35,104xm115,-141v-3,-3,-9,-4,-5,0v2,0,4,2,5,0xm118,-181v4,0,11,-3,2,-2v-1,0,-2,1,-2,2xm57,-179v-3,2,-1,3,2,4xm31,-31v-1,-1,-2,-1,-3,0v-1,2,1,5,2,2v0,-1,1,-1,1,-2xm65,-60v1,2,3,0,3,-2xm143,-32v1,-2,-3,-5,-3,-2v0,1,1,2,3,2xm115,-157v1,-2,-2,-5,-2,-1v0,1,1,1,2,1xm119,-122v-3,-3,-3,1,-1,1xm113,-153v0,-3,-2,-3,-3,-1xm131,-83v-1,3,1,4,3,2v0,-2,-3,0,-3,-2xm57,-197r0,2v1,-2,2,-1,0,-2xm27,-169v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm123,-176v-3,-4,-3,1,-1,1v1,0,1,-1,1,-1xm28,-63v1,0,1,0,1,-1v0,-1,0,-2,-1,-2r0,3xm148,-216v-2,0,-2,4,0,3r0,-3xm123,-107v0,0,-3,2,-1,2v0,0,1,0,1,-2xm32,-203v-2,0,-1,2,-1,3v2,0,1,-2,1,-3xm120,-171v0,-2,-3,-1,-3,0v1,1,2,2,3,0xm56,-143r-1,3v1,-1,3,-1,1,-3xm131,-87v1,-1,-2,-5,-1,-1v0,1,1,1,1,1xm147,-40v0,0,-3,2,-1,2v1,0,1,-1,1,-2xm147,-220v1,-1,3,-1,1,-2v-1,0,-1,1,-1,2xm52,-154v1,1,2,1,3,0v-1,0,-2,-2,-3,0xm57,-148v1,-1,1,-2,-1,-2xm144,-40v2,0,1,-2,0,-2v-2,0,-1,2,0,2xm64,-19v-1,-1,-2,-3,-3,0v1,0,2,2,3,0xm97,-131v0,0,-2,0,-2,1v1,0,2,0,2,-1xm58,-215v2,0,1,-2,0,-2r0,2xm54,-167v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm66,-11v-1,0,-5,0,-2,1v1,0,1,0,2,-1","w":176},"L":{"d":"69,-35v31,0,78,-18,78,21v-9,29,-64,1,-93,13v-10,-4,-15,2,-27,-4v3,-8,-9,-5,-3,-13r1,-231v15,-5,31,-9,32,9r-2,196v2,6,6,10,14,9xm31,-24v-1,-1,-3,-2,-3,1v0,1,3,-1,3,-1xm128,-10v0,2,0,2,2,2v0,-2,0,-2,-2,-2xm134,-9v1,0,2,-1,2,-3v-3,0,-4,2,-2,3xm28,-30v-1,2,2,4,3,2v0,-1,-1,-2,-3,-2xm119,-6v1,0,4,2,3,-1r-4,-2v0,2,0,2,1,3xm110,-8v-2,-2,-2,0,-2,2v1,0,2,-1,2,-2xm29,-45v1,0,2,-2,0,-2v-2,0,-1,2,0,2","w":152},"M":{"d":"154,-240v5,-22,51,-17,50,10v-5,57,0,121,-4,179v1,21,11,54,-14,56v-33,-7,-9,-51,-16,-91v1,-18,6,-38,-4,-50v-20,37,-17,93,-30,137v-18,6,-44,4,-38,-23r-30,-130v-5,39,2,93,-2,137v-2,10,-15,21,-22,16v-10,6,-18,-15,-17,-30v11,-19,8,-51,-1,-69v8,-14,-4,-37,3,-45v-1,-2,-14,-4,-4,-7v7,-4,-6,-25,2,-28v-5,0,-9,-7,-2,-7v11,-4,-4,-5,-3,-10v-1,-5,9,-12,0,-15v0,-19,7,-22,3,-29r3,1v-4,-12,10,-5,8,-14v8,-10,22,3,33,3v14,0,12,21,21,27v-7,2,0,8,0,11v12,34,10,83,26,114v20,-18,11,-69,27,-96v1,-14,8,-32,11,-47xm44,-128v0,-3,-2,-7,-2,-1v1,1,1,1,2,1xm48,-168v-1,-2,-3,-3,-4,0v0,1,1,2,2,2v1,0,2,0,2,-2xm48,-157v1,-1,-1,-3,-3,-3v1,1,1,3,3,3xm46,-86v-1,-1,-2,-2,-2,0v0,2,2,3,2,0xm30,-177v0,-2,-2,-5,-2,-1v0,1,1,1,2,1xm45,-190v0,0,4,1,1,0r-1,0xm30,-74v-2,0,-3,-4,0,-3r0,3xm42,-36v2,0,1,-2,1,-3xm80,-138v-1,-2,-2,1,-2,1v1,0,2,0,2,-1xm84,-103v0,3,3,3,2,0r-2,0xm45,-62v2,-1,1,-2,-2,-3xm84,-110v0,1,0,1,1,1v0,-1,0,-1,-1,-1","w":223},"N":{"d":"94,-143v17,-8,19,59,33,28r-5,-119v2,-15,22,-12,32,-13v12,18,-3,49,3,76v-2,33,3,74,-3,103v2,17,16,72,-16,70v-6,-8,-17,-8,-16,-23v-5,-7,-11,-16,-9,-27v-7,1,-2,-8,-6,-10v-19,-27,-23,-64,-41,-92v-16,25,1,80,-3,122v0,6,1,11,3,15v-1,22,-29,13,-38,10v-2,-35,2,-75,-3,-107v4,-48,-4,-86,-2,-121v7,-14,34,-20,45,-12v11,27,18,55,26,85r-3,-1v1,4,11,7,5,12v-2,-1,-2,2,-2,4xm148,-203v-7,5,-3,39,-3,45v4,-14,1,-30,3,-45xm148,-204v6,-17,-9,-37,-1,-16v1,5,-6,15,1,16xm143,-150v0,6,4,9,5,5v-1,-5,-4,-19,-5,-5xm147,-54v4,-6,-1,-13,0,-15v-1,6,-5,12,0,15xm147,-104v1,-8,3,-17,-2,-19xm142,-238v1,1,6,1,5,-2v-1,-2,-2,-3,-5,1r0,1xm148,-72v1,-4,-1,-8,-1,-5r-2,5v1,-1,2,-3,3,0xm33,-21v1,-3,-1,-3,-4,-3v0,1,1,4,4,3xm127,-10v3,4,8,-2,3,-2v-1,0,-2,1,-3,2xm147,-7v-1,-1,-3,-3,-4,-1v1,5,2,-2,4,1xm133,-194v-3,2,2,2,2,2v0,-1,-1,-2,-2,-2xm131,-6v3,-1,2,-5,0,-2v-1,0,-1,0,-1,1v0,0,0,1,1,1xm139,-239v-4,-1,-3,4,-1,1xm35,-206v-1,-1,-4,-3,-3,0v1,2,2,1,3,0xm56,-8v0,0,2,3,2,1v1,-2,-2,-2,-2,-1xm149,-81v-1,-2,-2,-4,-4,-1xm132,-17r0,3v3,0,2,-3,0,-3xm41,-7v0,2,3,2,3,1xm147,-52v-1,2,-1,1,1,1v0,-1,-1,-3,-1,-1xm145,-138r0,-2r0,2xm145,-102v1,-1,1,-1,0,-2v-2,0,-1,2,0,2xm147,-125v0,-2,0,-2,-2,-2v0,1,1,2,2,2xm141,-26v0,2,2,1,2,0v0,-2,-2,-1,-2,0xm147,-22v-2,-1,-3,1,-1,2v1,0,1,-1,1,-2xm26,-220v0,0,2,0,2,-1v-1,0,-2,0,-2,1xm33,-222v0,1,1,1,2,1v0,-1,-1,-1,-2,-1","w":179},"O":{"d":"55,3v-7,-12,-26,-13,-25,-33v-17,-56,-9,-147,-2,-196v16,-25,38,-35,71,-31v73,7,50,100,55,174v0,36,-6,68,-31,79v2,2,1,1,-1,3v-14,10,-50,1,-67,4xm52,-84v-16,54,49,74,70,38v-1,-8,5,-9,6,-16v-2,1,-4,0,-4,-2r1,-140v-14,-33,-71,-31,-72,20xm118,-10v2,-2,8,0,3,2v0,4,7,1,8,-1v3,-8,-4,-2,-7,-4v0,0,-4,1,-4,3xm103,0v2,1,14,-5,4,-3v-1,0,-2,1,-4,3xm113,-4v2,4,4,0,7,-1v-1,-2,-8,-1,-7,1xm45,-12v-3,-1,-8,-10,-9,-7v2,4,2,7,9,7xm95,-258v-2,1,-12,0,-9,-2v3,2,7,1,9,2xm123,-67v0,-2,1,-11,1,-2v0,1,0,2,-1,2xm130,-198v2,-2,-1,-3,-3,-4v-1,3,2,2,3,4xm118,-242v2,0,1,-2,1,-3v-1,0,-2,-1,-2,2v0,1,1,1,1,1xm28,-74v0,-3,-3,-2,-4,-1v0,0,4,3,4,1xm69,-4v0,-3,-3,-2,-3,0r3,0xm107,-10v3,3,3,-1,2,-2v-1,0,-2,1,-2,2xm129,-72v0,-1,-2,-3,-2,-1v-1,3,5,2,2,1xm130,-159v2,-1,1,-4,-2,-3xm127,-207v-1,3,2,4,2,1v0,0,0,-1,-2,-1xm131,-190v-3,-1,-3,1,-2,3v0,1,0,1,1,1v0,-2,0,-3,1,-4xm34,-224v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm130,-201v2,-1,0,-2,0,-3r0,3xm102,-18v1,-2,0,-3,-2,-2v0,1,-1,2,2,2xm57,-256v0,2,-2,-1,-2,-1v1,0,2,0,2,1xm123,-59r3,0v0,2,-3,1,-3,0xm45,-235v1,-1,1,-2,-1,-2v0,1,0,2,1,2xm130,-151r0,3v1,0,2,-3,0,-3xm141,-143v2,0,-1,-2,-1,-2v0,1,0,2,1,2xm100,1v1,-1,1,-3,0,-1r0,1xm130,-194v2,-1,-1,-2,-1,-3v0,2,0,3,1,3xm113,-242r0,3v1,0,2,-3,0,-3xm59,-256v1,1,1,2,0,3v-1,0,-2,-3,0,-3xm131,-170v2,-1,1,-3,-1,-2v0,1,1,2,1,2xm91,3v2,0,5,-1,3,-2xm130,-115v0,-1,-1,-4,-1,-1v0,1,0,1,1,1xm130,-130v1,-1,3,-2,0,-2r0,2xm48,-8v2,-1,1,-1,-2,-3xm26,-222v-1,2,-3,1,-2,-1xm51,-253v1,-2,2,-1,2,1xm59,-235v1,2,3,1,2,-1xm98,-258v-1,1,-2,2,-2,-1v1,0,2,0,2,1xm126,-242v-1,0,-3,1,-1,1v0,0,1,0,1,-1xm123,-36v0,-1,0,-1,-1,-1v0,1,0,1,1,1","w":175},"P":{"d":"63,-71v-8,15,17,66,-13,69v-2,3,-4,10,-8,4v1,-1,0,-2,-1,-2v-7,0,-24,-11,-15,-20v-10,-23,2,-80,-5,-99v2,-26,-1,-58,5,-81v-14,-45,13,-62,60,-50v12,-3,17,2,29,0v17,11,42,22,42,46v-1,0,-2,1,-3,1v8,3,0,13,9,16v-2,21,-15,44,-16,58v-14,0,-14,22,-25,16v-9,14,-51,1,-64,12v7,10,1,24,5,30xm93,-217v-23,-4,-37,-3,-33,29v1,15,-13,48,8,47v30,11,60,-9,52,-43v-4,-16,-12,-31,-27,-33xm58,-19v-1,0,-5,8,0,4v0,-1,2,-4,0,-4xm51,-63v4,-1,4,-7,1,-2v-1,1,-1,2,-1,2xm52,-9v2,0,2,-1,1,-2v-1,-1,-2,-1,-2,1v0,1,0,1,1,1xm141,-146v1,-3,-4,-4,-1,-1v0,1,1,1,1,1xm37,-202v-3,-3,-6,2,-1,1v0,0,1,0,1,-1xm154,-184v0,-2,-2,0,-3,0v1,0,2,2,3,0xm33,-209v3,0,2,-3,0,-2v-2,1,-1,1,0,2xm39,-237v0,-1,-6,-2,-2,0v0,2,2,1,2,0xm138,-144v-1,0,-3,0,-1,1v1,0,1,0,1,-1xm49,-19v-2,1,-1,3,1,2xm53,-201v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm150,-177v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm53,-23v0,2,2,1,2,0v0,-2,-2,-1,-2,0xm50,-98v2,0,2,0,1,-1v-1,0,-1,0,-1,1xm126,-207v0,0,-3,1,-1,1v0,0,1,0,1,-1","w":183},"Q":{"d":"118,-247v3,9,16,7,17,17v29,22,16,71,23,102v-1,20,3,45,-2,61v2,14,-3,29,17,32v10,7,11,35,2,42v-13,-1,-22,-13,-34,-16v-43,40,-129,10,-115,-56v-9,-82,-21,-216,90,-180xm53,-132v10,43,-13,127,51,103v-6,-10,-2,-34,14,-33v-5,-17,9,-47,-6,-61v7,-34,11,-97,-31,-97v-40,0,-28,52,-28,88xm47,-105v0,2,3,6,2,0v-2,-2,-1,-2,0,-3r1,1v-1,-9,-2,-15,-4,-7v-2,3,3,7,1,9xm53,-59v-6,-4,0,3,-4,6v1,2,0,6,3,6v-2,-3,2,-7,1,-12xm49,-75v3,-2,2,-17,-1,-21v2,8,1,15,1,21xm50,-67v2,-1,1,-9,-1,-5xm46,-137v3,-3,-2,-13,-4,-8v5,1,1,5,4,8xm44,-129v5,1,4,-3,2,-6v-2,-1,-1,-1,-2,0v1,3,3,2,0,6xm48,-128v-5,2,-2,5,0,7r0,-7xm44,-184v-2,1,-4,0,-2,4v3,1,1,2,0,3v9,0,-4,-4,2,-7xm43,-188v2,-1,2,-1,1,-3v-1,-1,-2,-2,-3,0v0,2,1,3,2,3xm43,-197v0,4,4,6,2,1v0,-1,-1,-1,-2,-1xm43,-166v-3,3,2,9,1,1xm44,-157v-6,3,7,1,0,0r0,0xm60,-180v1,0,2,4,0,3v0,0,-2,-3,0,-3xm49,-64r1,2v0,-1,0,-2,-1,-2xm44,-167v1,-1,1,-2,0,-3r0,3xm37,-226v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm141,-229v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm56,-36v2,-1,0,-3,0,-1r0,1","w":191},"R":{"d":"156,-13v4,17,-24,25,-33,10v-15,-5,-3,-40,-12,-55v0,-28,-2,-68,-41,-60v-53,9,25,108,-30,122v-3,-5,-18,-6,-19,-15v15,-67,-5,-171,4,-237v48,-8,110,-5,122,31v14,31,-1,68,-13,91v-1,43,10,80,22,113xm51,-150v14,16,66,14,66,-12v13,-30,-12,-72,-48,-56v-19,-7,-18,23,-19,49xm139,-57v3,16,-1,35,9,42v0,-16,-9,-27,-9,-42xm54,-17v-1,2,-5,5,-1,6v7,-4,3,-8,-2,-12v-2,1,-1,7,3,6xm134,-60v3,-9,-6,-7,-3,-1v1,0,2,1,3,1xm59,-225v1,-3,-3,-3,-4,-2v-2,0,-1,3,0,3v1,0,5,1,4,-1xm146,-9v4,3,4,-1,2,-3v-2,0,-2,2,-2,3xm131,-74v-1,3,2,7,3,4v0,-2,-2,-5,-3,-4xm131,-76v-1,-4,0,-10,-3,-8xm149,-4v-3,-3,-6,2,-2,2v2,0,2,1,2,-2xm123,-123v3,0,2,-4,0,-4r0,4xm76,-227v1,2,3,0,4,0v0,-1,-2,-4,-4,-4v1,2,2,3,0,4xm123,-16v-2,1,2,3,2,3v0,-2,-1,-3,-2,-3xm122,-129v2,0,4,0,3,-3v-2,0,-2,2,-3,3xm126,-5v3,1,2,-3,1,-3v-1,0,-3,3,-1,3xm42,-152v0,2,2,3,3,1v1,-2,-2,-3,-3,-1xm31,-11v2,-1,0,-2,-1,-3v-2,1,-1,3,1,3xm128,-137v-1,-1,-2,0,-3,1v1,1,3,2,3,-1xm70,-217r0,2r0,-2xm142,-181v1,1,3,-1,1,-1v0,0,-1,0,-1,1xm40,-12v-1,0,-3,-2,-3,0v1,0,2,2,3,0xm123,-119v0,0,0,-2,-1,-2v0,1,0,2,1,2xm134,-57v2,0,2,0,1,-1v-1,0,-1,0,-1,1xm125,-110v0,-1,0,-2,-1,-2v0,1,0,2,1,2xm129,0v-1,-1,-2,-4,-2,-2v0,1,0,2,2,2","w":169},"S":{"d":"147,-171v-6,-2,-23,-2,-24,-16v0,-29,-50,-51,-62,-16v-10,43,50,53,71,82v14,6,17,23,29,31v-7,13,13,27,1,37v5,11,-10,21,-10,35v-17,19,-57,29,-90,18v-1,-4,-7,-4,-11,-4v-13,-16,-31,-30,-29,-59v8,-19,49,-13,45,13v3,25,39,24,50,8v17,-33,-19,-64,-44,-76v-26,-23,-68,-59,-46,-107v3,-17,27,-23,37,-32v29,4,61,-4,77,19v14,20,34,52,6,67xm51,-65v2,0,5,-1,1,-3xm31,-223v1,-3,-2,-4,-2,-1v0,1,1,1,2,1xm155,-192v-2,-2,-5,-2,-3,1xm43,-68v2,-1,1,-3,-1,-3v-1,0,-2,4,1,3xm151,-85r0,-2r0,2xm153,-78v3,0,3,-1,1,-2v-1,0,-1,1,-1,2xm57,-62v-1,-1,-1,-4,-2,-2v0,1,1,2,2,2xm33,-50v-2,1,2,1,2,1v0,-1,-1,-1,-2,-1","w":187},"T":{"d":"9,-218v-14,-34,36,-40,66,-29v22,0,48,-7,65,1r-2,0v9,6,-2,9,5,14v0,4,-6,2,-7,5v5,-2,8,4,5,10v-5,16,-52,-7,-50,23v1,12,4,24,2,35v-1,0,-1,-1,-2,-1v5,29,0,69,2,105v-2,25,3,64,-27,59v-26,1,-14,-38,-20,-48r1,1v8,-18,-3,-48,4,-60v-6,-14,4,-39,-3,-55v4,-14,4,-39,3,-53v0,0,-37,8,-42,-7xm126,-235v7,1,5,8,9,10v2,-7,3,-6,-3,-6v-3,-3,9,-5,4,-10v-3,2,-5,5,-10,6xm119,-230v3,-2,6,-6,4,-7v-4,3,-12,-2,-7,4v1,0,2,1,3,3xm134,-246v-3,-1,-5,10,-2,4v4,0,4,-2,2,-4xm128,-221v1,-5,0,-6,-3,-3v-2,0,-3,3,0,3v1,0,3,-2,3,0xm108,-224v3,1,5,-1,2,-2v-2,0,-2,1,-2,2xm126,-240v0,1,1,2,3,2v1,-2,-2,-4,-3,-2xm120,-240v1,0,5,-3,1,-3v-1,0,-3,2,-1,3xm119,-222v-1,0,-4,1,-1,1v1,0,1,0,1,-1xm130,-215v-2,-1,-5,1,-2,2v1,0,2,-1,2,-2xm54,-91v1,-2,-1,-6,-1,-2v0,1,0,2,1,2xm119,-246v0,1,3,2,3,0r-3,0xm132,-210v0,0,-2,4,-2,2v0,-2,1,-2,2,-2xm55,-59v2,1,3,-2,1,-2v-1,0,-1,1,-1,2xm127,-211v0,0,-2,-3,-2,-1v0,1,1,1,2,1xm55,-89v-2,1,1,2,1,2v0,-2,0,-2,-1,-2xm125,-228v2,2,4,-1,1,-1v-1,0,-1,0,-1,1xm137,-219v0,-1,0,-1,-1,-1r0,2v1,0,1,0,1,-1xm62,1v0,-1,-1,-3,-1,-1xm122,-226r0,-2r0,2xm59,-102r-2,-1v0,1,1,1,2,1xm54,-112v0,-1,-1,-3,-1,-1v0,1,1,1,1,1","w":148},"U":{"d":"53,-78v-13,46,54,67,59,20r-1,-191v8,-5,30,-4,35,4r-2,132v5,58,-2,116,-62,116v-99,-6,-46,-148,-61,-252v10,-2,34,-10,34,11xm138,-106r3,11v0,-2,-2,-6,0,-7v3,-2,-2,-18,-3,-4xm117,-99v-3,0,-5,9,-2,11v2,0,4,-10,2,-11xm112,-10v5,1,11,-7,4,-3v-2,0,-5,-2,-7,0v2,1,5,1,3,3xm110,-146v0,3,-2,14,-2,2v0,-1,1,-2,2,-2xm43,-15v1,-2,-6,-5,-8,-7v-1,3,5,7,8,7xm140,-141v-2,2,4,6,1,11v3,0,4,-11,-1,-11xm140,-124v1,-3,-3,-8,-5,-5v3,4,3,3,2,6v1,0,2,0,3,-1xm140,-115v0,-2,2,-7,0,-8v-3,1,-1,5,0,8xm91,-3v5,4,13,-4,5,-5v4,2,2,4,-1,4v-1,-2,-3,0,-4,1xm109,-9v-8,0,-3,7,-2,3v1,-2,6,0,2,-3xm143,-153v-2,2,-7,-3,-4,3xm48,-9v3,-3,-2,-4,-4,-6v2,3,4,4,4,6xm65,-6v-1,-1,-3,-2,-3,1v0,1,3,-1,3,-1xm98,-20v0,-1,-3,-2,-3,0r3,0xm118,-37v0,-2,-2,-1,-2,0v0,2,2,1,2,0xm105,-12v-2,-1,-2,-1,-2,2v2,0,1,-2,2,-2","w":166},"V":{"d":"91,-134v12,-22,13,-55,21,-81v-1,-12,1,-39,21,-35v26,-5,15,22,10,37r-54,217v-12,-1,-36,7,-35,-6r-44,-244v1,-10,30,-9,32,1r30,176v12,-14,12,-37,19,-55v7,-1,3,-8,0,-10","w":159},"W":{"d":"177,-238v2,-9,28,-19,32,-4r-30,193v-8,13,-2,40,-12,54v-53,8,-28,-65,-45,-112v-2,-18,-5,-38,-10,-54v-11,44,-20,99,-27,148v3,19,-18,22,-32,15v-16,-66,-21,-143,-32,-205v3,-20,-21,-55,14,-48v14,2,13,23,15,34v6,41,7,88,17,124v14,-45,19,-109,27,-153v10,-3,30,-11,36,3r22,153v15,-38,17,-99,25,-148","w":223},"X":{"d":"145,-47v10,11,31,51,2,51v-41,0,-31,-52,-55,-74v-24,15,-12,70,-47,77v-48,-12,5,-69,9,-95v5,-10,12,-19,13,-34v-12,-44,-38,-76,-54,-116v3,-18,37,-21,43,-6v15,17,13,56,31,74v21,-16,21,-60,38,-80v27,-12,50,15,25,37v-19,37,-55,91,-20,132v6,11,11,22,15,34xm135,-49v4,12,13,19,15,33v2,-15,-7,-26,-15,-33xm116,-93v-1,2,9,23,6,9xm143,-216v4,1,8,-10,6,-15v-4,5,-2,8,-6,15xm125,-74v2,4,3,17,6,14v0,-3,-3,-12,-6,-14xm105,-122v3,-2,3,-7,3,-12v-1,3,-3,7,-3,12xm114,-149v2,-5,7,-8,5,-13v-3,5,-4,7,-5,13xm132,-57v0,0,5,9,4,2v1,-5,-2,-2,-4,-2xm48,-243v-3,1,1,4,2,4v2,0,5,-2,1,-3v-1,0,-2,-1,-3,-1xm68,-37v-7,1,-1,12,0,4v-1,-2,0,-3,0,-4xm73,-50v-4,3,-3,5,-5,10v3,-1,3,-7,5,-10xm106,-116v0,6,2,11,5,12xm70,-188v-3,1,0,7,2,4v-1,-1,0,-4,-2,-4xm67,-195v-1,-3,-1,-10,-4,-7xm121,-168v2,-2,5,-3,4,-7v-2,2,-5,3,-4,7xm42,-245v3,0,2,-3,1,-4v-2,0,-2,0,-2,2v0,1,0,2,1,2xm60,-211v1,2,3,9,4,4v0,-3,-2,-2,-4,-4xm50,-235v2,0,3,-4,0,-3v-1,0,-1,0,-1,1v0,1,0,2,1,2xm48,-244v0,-3,-4,-4,-2,-1v0,0,2,0,2,1xm116,-94r-5,-6v1,3,1,6,5,6xm75,-57v-2,-1,-2,2,-2,4v2,1,2,-1,2,-4xm112,-143v0,-2,-1,0,-2,0v0,1,-1,3,1,3v1,0,1,-1,1,-3xm131,-250v-1,1,-4,0,-4,3v1,0,4,-1,4,-3xm48,-62v-3,-1,-3,1,-2,2v1,0,2,-1,2,-2xm112,-222v2,-1,4,-4,1,-2v0,1,-1,1,-1,2xm29,-7v0,-1,-2,-3,-3,-1v0,2,2,3,3,1xm53,-12v0,3,3,2,2,0v0,-2,-2,-1,-2,0xm41,-46v-1,-1,-1,-4,-2,-2v0,1,1,2,2,2xm154,-3r-3,-1v0,2,2,3,3,1xm132,-248v2,1,3,-1,2,-3xm152,-5v1,-1,1,-2,0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm58,-222v-2,1,-1,2,1,2v0,-2,-1,-2,-1,-2xm123,-13v0,2,1,2,2,1v0,-1,-1,-1,-2,-1xm55,-227v-3,2,2,2,2,2v0,-1,-1,-2,-2,-2xm21,-228v0,3,3,3,2,0r-2,0xm68,-194v0,1,1,3,1,1v0,-1,0,-1,-1,-1xm151,-235v-2,-1,-2,1,-1,1v1,0,1,0,1,-1xm154,-7v0,2,3,1,3,0v0,-2,-3,-1,-3,0xm130,-186v-3,0,-4,3,-1,2v0,-1,0,-1,1,-2xm59,-216r0,-2v-1,0,-2,2,0,2xm47,-175v1,2,3,1,1,0r-1,0xm147,-246v0,-1,-1,-1,-2,-1v0,1,1,1,2,1","w":176},"Y":{"d":"96,-228v1,-17,22,-34,37,-19v1,0,0,1,1,1v6,30,-12,54,-20,79v-14,42,-25,98,-18,148v0,5,-1,12,-6,10v2,2,3,5,-1,6v-40,17,-42,-36,-35,-78v-3,-13,3,-20,-1,-31v4,-6,-2,-3,3,-9v-17,-5,-12,-36,-24,-44v-5,-7,8,-7,1,-10r-2,3v-5,-5,-3,-10,-3,-13r-2,2v-1,-3,-2,-7,-2,-10v3,6,6,-7,10,0v-4,-10,7,-7,3,-13v-7,2,-16,5,-13,-3v-2,2,-2,-2,-6,-1v2,2,4,6,2,8v-6,-12,-17,-39,-3,-49v9,-1,10,5,17,7v-4,-2,1,-10,1,-6v25,16,16,66,38,84v13,-9,17,-42,21,-56v-2,-5,11,-4,2,-6xm32,-238v-3,-1,-9,9,-2,10v1,-3,4,-7,2,-10xm20,-198v-1,-6,10,-4,11,-2v-1,7,-9,-5,-9,3v1,1,1,2,1,3v-2,-1,-3,-2,-3,-4xm38,-205v4,-3,2,-8,-3,-8v1,1,3,1,3,3v-2,-2,-8,-2,-3,0v3,0,3,2,3,5xm111,-172v-3,-1,-8,1,-5,3v2,0,4,-2,5,-3xm39,-191v-3,-2,-8,1,-2,2v1,0,2,-1,2,-2xm85,-4v3,-1,2,-4,1,-6v-2,0,-1,4,-1,6xm45,-140v2,0,6,-1,1,-3xm98,-172v0,2,4,3,4,1v-1,-2,-3,-4,-4,-1xm32,-183v0,-1,-2,1,-2,1v0,1,0,2,1,2v1,0,1,-1,1,-3xm115,-192v-2,0,-3,4,0,4v2,0,1,-4,0,-4xm35,-222v-1,-1,-4,-1,-3,3v2,0,2,-1,3,-3xm117,-246v1,2,3,0,3,-1v-1,-1,-3,-2,-3,1xm82,-4r-3,-1v0,2,3,3,3,1xm120,-201v0,-1,-3,-3,-3,-1v-1,3,3,2,3,1xm77,-2v-1,-1,-2,-4,-3,-2v0,2,1,2,3,2xm26,-187v2,-1,4,-1,1,-2v-1,0,-1,1,-1,2xm104,-242v-1,1,-4,2,-2,2xm16,-224v0,0,5,1,2,-1v-1,0,-2,0,-2,1xm87,-11v2,0,2,-2,1,-3v-2,0,-1,2,-1,3xm81,-120v-1,1,-1,2,-1,4v2,0,3,-4,1,-4xm108,-246v2,0,3,-5,0,-2r0,2xm82,-103v0,-2,-3,-3,-2,0v1,2,2,3,2,0xm129,-244v-1,-1,0,-3,-2,-3v0,1,1,3,2,3xm62,-171v0,-2,-2,0,-3,0v0,1,4,2,3,0xm109,-178v1,1,3,2,3,-1v0,-1,0,-1,-1,-1v-1,0,-2,1,-2,2xm28,-252v-1,1,-3,-1,-1,-1v1,0,1,0,1,1xm100,-155v2,0,3,-2,0,-2r0,2xm87,-23v-1,1,-5,1,-2,2v1,0,2,0,2,-2xm85,-68v1,2,2,0,3,-1v-1,-2,-3,-1,-3,1xm53,-129v0,-2,-2,-1,-3,-1v0,1,2,3,3,1xm23,-236v1,1,3,3,3,1v0,-2,-2,-2,-3,-1xm39,-177v2,1,2,-2,2,-2v-1,0,-2,2,-2,2xm101,-237v2,1,2,-2,1,-2xm58,-91v3,-1,0,-2,0,-3v0,1,-2,2,0,3xm105,-160r3,0v-1,0,-2,-2,-3,0xm126,-220v2,0,1,-3,0,-3v-1,0,-1,3,0,3xm108,-193v1,-2,-3,-3,-2,-1v0,1,1,1,2,1xm104,-154r0,-2r0,2xm81,-9v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm49,-135v0,0,4,2,1,0r-1,0xm29,-213v1,0,3,-2,0,-2v-2,0,-1,2,0,2xm26,-226v2,3,1,-1,1,-1v-1,0,-1,0,-1,1xm100,-230v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm99,-185v1,2,2,1,2,-1xm21,-246v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm101,-149v-1,2,-1,1,1,1v0,0,0,-1,-1,-1xm107,-162v2,0,1,-2,0,-2r0,2xm120,-198v-3,-2,-4,1,-1,1v0,0,1,0,1,-1xm120,-205r0,-2r0,2xm112,-247v1,0,1,0,1,-1v0,0,-1,0,-1,1xm124,-246r0,-1r0,1xm67,-138v0,0,4,0,1,0r-1,0","w":145,"k":{"H":8}},"Z":{"d":"61,-35v34,10,77,-23,92,7v-7,36,-45,24,-62,25v0,1,2,3,0,3v-7,-9,-20,4,-23,-4v-15,6,-51,2,-51,-14v-1,2,-4,1,-4,-1v1,-3,6,0,7,-4v-5,-15,15,-44,26,-54v-3,-23,25,-35,21,-52v14,-18,26,-46,36,-60r-3,0v0,-6,5,-4,4,-10v-1,0,-2,4,-2,1v2,-12,13,-4,10,-11v-2,0,-5,2,-5,0r3,-8v-27,-1,-60,7,-82,0v-11,-22,3,-41,22,-32v25,1,58,-7,77,2v12,-12,45,-3,37,15r-92,172xm91,-158v1,0,11,-17,2,-10v4,0,2,4,0,6r-1,-2v-1,3,-4,4,-1,6xm107,-178v-4,2,-7,6,-5,11v0,-5,4,-7,5,-11xm50,-83v1,0,13,-3,5,-5v-2,0,-5,3,-5,5xm36,-240v0,-4,-3,1,-4,-2v2,-1,4,-1,1,-2v-2,0,-4,5,-2,5xm75,-134v0,2,3,3,6,3v-1,0,-4,-5,-6,-3xm21,-17r1,-4v-3,0,-4,4,-1,4xm33,-232v2,3,3,8,5,2v-2,-1,-2,-2,-5,-2xm69,-116v0,-2,-1,-2,-2,-1v-4,2,-2,3,1,3v1,-1,1,-2,1,-2xm27,-38v3,0,4,-3,1,-3v-4,-1,-3,3,-1,3xm133,-16v0,-1,3,-4,1,-4v-2,0,-3,4,-1,4xm41,-225r0,4r0,-4xm32,-9v1,-1,-1,-3,-3,-3xm40,-60v2,0,2,-3,0,-3r0,3xm22,-23v3,0,3,-3,0,-3r0,3xm38,-223v2,-1,0,-2,-1,-3v-2,-1,-3,1,-1,2v1,1,1,1,2,1xm36,-59v1,2,3,0,3,-1v0,-1,-4,-2,-3,1xm40,-237v0,-1,-3,-1,-3,0v0,1,1,2,2,2v1,0,1,-1,1,-2xm67,-19v2,3,4,0,1,-1v-1,0,-1,1,-1,1xm161,-240v0,-2,-3,0,-2,0v0,1,0,2,1,2v1,0,1,-1,1,-2xm107,-198v2,-1,1,-4,-1,-3v0,1,-1,3,1,3xm33,-236v0,1,3,2,3,0v0,-3,-3,-2,-3,0xm127,-236v2,1,2,-2,1,-2v-2,-1,-2,2,-1,2xm59,-96v-1,0,-4,-2,-4,0v0,2,3,1,4,0xm95,-7v3,3,3,-1,1,-1xm56,-68v0,3,2,1,2,0r-2,0xm113,-211v-2,1,2,1,2,1v0,-1,-1,-1,-2,-1xm29,-238r0,2v2,0,1,-2,0,-2xm48,-228v-1,-1,-1,-2,-2,0r2,0xm63,-106v0,-1,0,-1,-1,-1r0,2v0,0,1,0,1,-1xm25,-30v4,0,1,-3,0,-1r0,1xm132,-225v-1,-1,-1,-2,-2,0v0,1,2,1,2,0xm133,-36v1,0,3,0,1,-1v0,-1,0,-1,-1,-1v1,1,1,1,0,2xm131,-229r2,1v0,-1,-1,-1,-2,-1","w":177,"k":{"H":8}},"[":{"d":"55,-137v11,57,-30,128,48,114v8,0,9,6,8,15v-7,19,-51,3,-81,7v-19,-29,4,-97,-8,-140v6,-37,-2,-77,2,-107v19,-6,54,0,79,1v7,4,12,20,2,23v-20,6,-51,-9,-51,15xm32,-71v-1,-16,1,-35,-2,-50xm52,-66v-5,5,-1,24,0,32r0,-32xm51,-85v3,-4,2,-16,0,-20v-4,3,0,15,0,20xm51,-148v-3,1,-2,14,-1,16v2,-4,0,-10,1,-16xm50,-161v0,-7,2,-18,0,-24v-3,6,1,16,0,24xm49,-207v-5,0,-3,6,-3,11xm66,-23v0,-3,10,-2,11,0r-11,0xm50,-117v0,4,2,3,3,1v0,-5,-4,-7,-3,-1xm33,-24v1,-5,-5,-9,-2,-2v0,1,1,2,2,2xm52,-77v-4,1,-2,8,1,4v0,-2,1,-4,-1,-4xm31,-10v0,4,5,6,2,1v-1,0,-1,-1,-2,-1xm31,-144v-1,-3,-3,-3,-3,1v-1,1,2,6,2,2v0,-1,1,-2,1,-3xm51,-151v-1,-1,-1,-5,-2,-2v0,2,1,2,2,2xm50,-124v2,1,4,-1,1,-1v-1,0,-1,0,-1,1xm51,-22v0,2,2,-1,2,-1xm33,-14r-3,0v1,2,2,1,3,0xm31,-40v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm50,-111v1,2,2,3,3,0v0,-1,-3,-2,-3,0xm32,-50v1,0,1,-3,0,-3v-1,0,-2,3,0,3xm51,-129v0,-1,0,-2,-1,-2xm33,-247v2,1,2,-1,1,-1v-1,0,-1,0,-1,1xm50,-80v1,0,1,-1,1,-2v0,0,-1,1,-1,2xm51,-27v0,1,1,0,2,0v0,-2,-2,-1,-2,0xm32,-244v-1,0,-3,1,-1,1","w":124},"\\":{"d":"67,-197r66,193v-1,14,-25,10,-31,3r-81,-250v36,-19,33,34,48,51v-2,0,-2,1,-2,3","w":153},"]":{"d":"18,-250v28,0,83,-11,76,18r2,211v4,31,-55,23,-78,16v-11,-12,1,-26,18,-21v32,13,34,-17,31,-52r-3,-146v-20,-2,-67,2,-46,-26xm39,-18v3,0,3,-3,0,-2v-1,0,-2,0,-2,1v0,0,1,1,2,1xm42,-16v3,0,2,-2,1,-3v-1,2,-5,2,-1,3xm62,-157v0,2,-3,1,-4,0v0,-1,3,-1,4,0xm50,-19v0,-1,-1,-1,-2,-1v0,1,2,3,2,1xm36,-226v0,2,-2,2,-2,1v0,-1,0,-1,2,-1","w":116},"^":{"d":"19,-242v9,-18,27,-33,46,-41v15,11,32,22,40,41v2,15,-26,18,-29,4v-14,-40,-41,35,-57,-4","w":126},"_":{"d":"23,0v56,5,137,-9,170,10v-4,9,4,22,-7,22r-158,-2v-11,1,-9,-23,-5,-30","w":213},"`":{"d":"73,-224v9,5,0,18,-8,16v-16,-8,-28,-20,-44,-27v-7,-6,1,-16,8,-16v16,6,31,17,44,27","w":95},"a":{"d":"33,-125v10,-35,21,-84,24,-122v11,-9,19,-14,38,-10v32,65,38,171,59,249v-4,16,-40,11,-36,-8v-4,-10,0,-30,-11,-34v-16,0,-34,3,-47,-1v-18,10,0,56,-33,49v-29,8,-13,-24,-11,-39v3,-28,19,-58,17,-84xm61,-94v-5,21,18,11,39,14v10,-29,-10,-62,-13,-90v0,-6,-8,-5,-10,0xm129,-2v2,0,3,-4,0,-4v-1,-1,-5,3,-2,3v1,1,2,1,2,1xm137,-3v-2,-1,-5,2,-1,2xm141,-3v-1,0,-2,0,-2,1v2,2,5,0,2,-1xm147,-3v0,0,2,0,2,-1v-1,0,-2,0,-2,1"},"b":{"d":"150,-123v3,15,15,32,12,46v8,9,-3,17,0,24v-2,4,-4,3,0,7v-6,9,-8,23,-19,27v-23,24,-73,18,-116,17v-8,-89,-5,-176,-1,-241v20,-17,58,-2,87,-6v4,8,13,2,17,11v11,4,30,24,23,36v7,2,-1,14,8,16v-9,7,-3,34,-14,39v3,5,-5,7,-2,12v-10,0,-5,6,-1,10v-1,3,4,2,6,2xm61,-37v34,10,66,-4,64,-44v2,-33,-41,-39,-67,-27xm120,-174v-1,-24,-20,-51,-44,-40v-25,-8,-15,39,-19,64v20,14,64,6,63,-24xm55,-21v6,1,3,-10,1,-4v0,2,0,3,-1,4xm53,-17r-3,-1v0,3,3,2,3,1xm149,-186v1,2,2,2,3,0v0,-2,-3,-3,-3,0xm48,-13v1,0,-1,-7,-2,-2v0,1,1,2,2,2xm33,-200v1,2,3,0,3,-2v-3,0,-3,0,-3,2xm143,-102v2,0,4,-3,1,-3xm37,-234v1,0,3,-2,1,-3v0,0,-2,0,-2,1v0,1,1,2,1,2xm141,-153v-1,-2,-4,-3,-3,0v1,1,3,1,3,0xm51,-69v0,-1,4,-4,2,-4v-2,0,-2,2,-2,4xm137,-149v-1,-2,-2,1,-2,1xm157,-67v0,-2,-1,-3,-2,-1v0,1,1,1,2,1xm35,-209v0,-2,-3,-1,-3,0v0,2,3,1,3,0xm52,-51v0,4,3,2,2,0v0,-1,-2,-2,-2,0xm52,-201v0,3,3,2,2,0v0,-2,-2,-1,-2,0xm130,-46v-3,-1,-4,2,-1,2v0,0,1,-1,1,-2xm35,-42v0,-2,-2,-1,-3,0r3,0xm36,-15v3,-1,5,-1,1,-2v-1,0,-1,1,-1,2xm37,-51v-1,-1,-3,-1,-3,1xm125,-206v-2,0,-4,1,-2,2v1,0,2,-1,2,-2xm49,-104v2,1,4,-1,1,-1v0,0,-1,0,-1,1xm50,-153v0,2,1,1,3,0r-3,0xm49,-24v0,-1,-1,-3,-1,-1","w":183},"c":{"d":"117,-69v3,-14,32,-12,30,6v-3,36,-22,56,-50,66v-37,-1,-78,-25,-72,-60v-3,-82,-13,-137,11,-175v14,-14,33,-25,57,-24v34,3,49,29,52,63v4,19,-29,22,-31,8v7,-44,-58,-53,-59,-10r0,142v0,25,39,31,53,13v7,-8,6,-20,9,-29xm25,-201v6,-2,3,-6,1,-9v0,3,0,7,-1,9xm26,-107v-1,4,4,4,4,1v1,-3,-4,-5,-4,-1xm26,-74v4,0,7,-2,2,-4xm28,-81v2,-1,4,-4,-1,-4xm32,-208v1,-3,-3,-2,-3,-1v-1,2,-2,2,0,3v0,0,1,-1,3,-2xm30,-198v0,-2,-4,-1,-4,0v1,2,2,1,4,0xm30,-136v1,-3,-3,-6,-3,-2v0,1,1,2,3,2xm120,-71v-1,0,-1,2,-1,3r2,0v0,-2,0,-3,-1,-3xm48,-242v-1,0,-2,1,-2,2v2,1,4,-1,2,-2xm26,-195v-3,2,2,2,2,2xm38,-35v2,0,3,-3,0,-2r0,2xm36,-26v0,3,2,1,2,0r-2,0xm28,-126v3,0,1,-2,1,-2v-2,-1,-2,-1,-2,1v0,1,0,1,1,1xm29,-187v-2,0,-3,3,0,2v1,0,2,-2,0,-2xm27,-91v1,1,2,0,3,-1v-2,0,-3,0,-3,1xm26,-147v-1,3,1,2,3,2xm58,-243r0,-3r0,3xm28,-66v2,0,3,-3,0,-2r0,2xm28,-59v0,3,3,3,2,0r-2,0xm32,-212v0,-2,-1,0,-1,0r1,0xm118,-183v0,-1,-1,-3,-1,-1v0,1,0,1,1,1xm28,-201v2,1,2,-1,1,-1v-1,0,-1,0,-1,1xm26,-118v1,1,1,5,2,2xm40,-28v0,-1,-1,-1,-1,0r1,0","w":167},"d":{"d":"24,-247v14,-12,52,-7,93,0v50,21,41,123,37,187v-2,33,-32,72,-70,56v-23,2,-38,5,-54,1r-8,-204v4,-12,-5,-37,4,-40r-2,0xm62,-31v74,21,64,-76,60,-149v-3,-28,-32,-47,-65,-38xm127,-159v2,-2,0,-10,-1,-3xm98,-2v0,-1,-2,-3,-2,-1v0,1,1,1,2,1xm24,-222v1,1,2,1,2,-1xm68,-4v-1,-2,-3,-1,-2,1v1,0,2,0,2,-1","w":177},"e":{"d":"152,-251v7,11,7,41,-12,35v-27,1,-59,-5,-83,0v-3,18,-4,51,0,70v28,4,68,-5,86,9v12,49,-58,7,-88,30v0,23,-3,48,-1,70v24,3,62,-2,94,2v15,6,5,41,-9,32v-27,6,-81,-3,-108,2v-23,-32,-7,-107,-7,-165v0,-37,-14,-94,33,-82v26,-7,68,1,95,-3xm132,-8v-2,4,6,8,3,2v0,-2,-1,-2,-3,-2xm122,-113v2,0,5,-2,4,-4v-3,0,-7,2,-4,4xm146,-9v-1,-2,-5,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm131,-119v-1,-2,-4,-3,-5,0v0,1,5,2,5,0xm151,-8v-2,-1,-6,5,-2,2xm141,-3v3,0,2,-3,0,-2v-1,1,-1,3,0,3r0,-1xm138,-120v-1,-2,-4,-1,-3,2v2,0,3,-1,3,-2xm130,-117v-2,1,1,2,1,2","w":175},"f":{"d":"32,0v-26,-16,-1,-71,-10,-105r0,-146v34,3,86,-2,121,0v4,4,8,33,-7,30r-74,-1v-16,4,-3,48,-8,72v18,8,52,0,78,1v5,8,8,27,2,35r-76,0v-10,24,3,76,1,107v-5,6,-20,2,-27,7xm135,-233v-5,-2,-2,2,-3,5v2,3,4,-1,4,-3v0,-1,-1,-1,-1,-2xm26,-111v1,3,5,3,4,-1v-2,-2,-3,-2,-4,1xm31,-82v-4,0,-4,7,0,3v4,0,1,-2,0,-3xm28,-144v-1,3,2,5,3,2v0,-2,-1,-2,-3,-2xm130,-224v2,-1,1,-4,-1,-3v-2,1,0,3,1,3xm30,-86v-1,-1,0,-5,-3,-2v0,2,1,2,3,2xm26,-197v3,0,2,-2,1,-3xm27,-202v3,1,4,-2,1,-2v-1,0,-1,0,-1,2xm29,-132r-1,1v2,1,5,0,1,-1xm30,-239v-1,-1,-2,-1,-2,1xm26,-151v0,2,2,1,4,1v0,-2,-3,-3,-4,-1xm79,-244v0,-2,-2,-3,-2,0r2,0xm28,-156v-2,0,-1,1,0,2v2,0,1,-2,0,-2xm30,-72v0,-1,-2,-2,-2,0v1,2,1,1,2,0xm27,-191v1,1,5,0,2,-1v0,0,-2,3,-2,1xm28,-121v1,0,1,-1,1,-2v-2,0,-2,0,-1,2xm126,-235r0,-1r0,1","w":155},"g":{"d":"112,-97v-1,-21,-37,16,-32,-22v-5,-11,4,-15,19,-13v13,3,28,-1,43,-1v3,14,8,44,-2,55v0,2,3,4,4,2v-1,24,5,53,-2,72v-13,3,-23,-2,-28,-8v-12,10,-42,16,-58,4v2,-1,2,-3,-1,-3v-56,-10,-28,-126,-33,-197v7,-27,23,-47,56,-47v41,2,62,25,64,66v-7,6,-20,2,-31,3v3,-24,-8,-37,-30,-39v-49,2,-25,75,-31,128v0,32,-1,67,33,65v31,-1,31,-32,29,-65xm143,-96v0,-1,-4,-2,-3,0v0,3,3,2,3,0xm142,-117v5,-2,0,-7,-1,-2v0,1,0,2,1,2xm142,-87v0,-3,-3,-3,-3,0v1,0,2,2,3,0xm140,-50v0,-5,-3,-3,-3,0v1,0,2,2,3,0xm140,-124v1,1,3,1,3,-1v-1,0,-4,1,-3,1xm141,-114v0,0,-1,4,0,1r0,-1xm142,-69v0,-2,-1,-3,-3,-1xm143,-62v-2,0,-2,0,-2,3v1,0,2,-1,2,-3xm141,-129v0,0,-4,-2,-3,0v1,1,2,2,3,0xm143,-102v0,-2,-2,0,-3,0r0,2v2,0,3,-1,3,-2xm140,-81v2,1,3,-1,1,-2v-1,0,-1,1,-1,2xm139,-121r0,-1r0,1xm141,-54r0,2v2,0,1,-2,0,-2","w":165},"h":{"d":"25,-237v0,-22,34,-25,33,-2r-3,92v23,-2,54,4,72,-3v-2,-30,-1,-72,-6,-95v5,-10,28,-18,34,-4r2,238v-2,14,-31,13,-34,0r3,-105v-13,-9,-46,2,-71,-2v0,35,4,72,0,105v3,15,-16,11,-25,11v-10,-66,3,-122,-4,-173v3,-15,-1,-48,-1,-62xm149,-249v2,4,5,1,4,-2v-2,-1,-4,-2,-4,2xm29,-190r0,4v2,0,3,-4,0,-4xm155,-181v0,-3,-2,-2,-3,-1v0,3,3,4,3,1xm151,-53v0,2,0,3,1,3v1,-2,0,-6,-1,-3xm152,-111v0,-2,-3,-3,-3,0v0,1,0,2,1,2v1,0,2,-1,2,-2xm154,-75v1,-4,-2,-4,-2,-1v-1,2,2,2,2,1xm153,-44v0,-3,-3,-2,-3,0v0,1,0,2,2,2v0,0,1,-1,1,-2xm152,-175v-1,0,-2,1,-2,3v3,1,4,-3,2,-3xm149,-9r0,3r0,-3xm96,-120v2,3,6,-1,2,-2v-1,0,-2,1,-2,2xm151,-121v-3,3,2,7,1,1v0,0,0,-1,-1,-1xm105,-120v3,0,2,-2,1,-3v-4,0,-3,2,-1,3xm153,-194v0,-2,-3,-2,-3,1v1,1,3,2,3,-1xm150,-81v1,2,4,0,4,-1v-1,-2,-3,0,-4,1xm154,-188v-2,0,-1,2,-1,3v2,1,3,-2,1,-3xm153,-101v0,-2,0,-2,-2,-2v1,1,0,2,2,2xm127,-12v-1,2,-1,2,2,2v-1,0,0,-2,-2,-2xm150,-68v2,0,2,-1,2,-3v-2,-1,-2,1,-2,3xm153,-26v0,-2,-1,-3,-3,-1xm152,-127v-1,0,-3,2,-1,3xm134,-6v-1,-2,-5,0,-2,1xm153,-179v-3,-1,-6,3,-1,2xm116,-123v-1,-2,-4,-1,-3,1v1,2,2,-1,3,-1xm154,-93v-1,-2,-3,-1,-3,1v1,1,3,1,3,-1xm111,-122v0,-2,-2,-1,-3,-1v-1,2,2,2,3,1xm148,-181v4,0,2,-3,0,-1r0,1xm149,-104v4,0,3,-2,1,-3xm153,-189v-1,0,-4,1,-1,1xm150,-37v3,0,4,-1,2,-3v-1,0,-2,1,-2,3xm153,-19v-2,1,-1,2,1,2xm153,-59v-2,0,-3,1,-1,2v1,0,1,-1,1,-2xm22,-108v-2,1,-2,-1,-1,-1v1,0,1,0,1,1xm151,-211v1,0,1,-1,1,-2v-1,0,-1,1,-1,2xm152,-86v-1,-2,-3,-1,-3,1v1,0,3,0,3,-1xm25,-125v1,-3,1,-2,2,0r-2,0xm29,-193v1,1,3,-1,1,-1v-1,0,-1,0,-1,1xm28,-199v3,0,2,-3,0,-2r0,2xm129,-15v-1,-3,-2,-4,-3,-2xm149,-77v2,0,3,-1,1,-2v0,0,-1,1,-1,2xm152,-9v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm149,-176v-1,0,-1,1,0,1r0,-1","w":177},"i":{"d":"38,-257v42,3,8,71,19,114v-5,44,-3,95,-5,142v-51,9,-22,-48,-29,-93v5,-57,-3,-99,2,-148v0,-6,3,-16,13,-15xm50,-6v1,-5,-3,-5,-4,-1v1,3,2,2,4,1xm32,-111v-1,-4,-4,2,-4,2v1,3,2,1,4,0r0,-2xm45,-3v1,-1,-1,-7,-2,-2v0,2,1,2,2,2xm31,-119v1,0,1,-2,0,-3r0,3xm30,-99v1,0,1,0,1,-1v-1,-2,-3,-3,-3,0v0,1,1,1,2,1xm28,-88v0,3,5,4,2,1v-1,-1,-1,-1,-2,-1xm47,-15v-1,1,-5,2,-2,3v1,0,2,-1,2,-3","w":79},"j":{"d":"109,-250v39,-16,29,32,31,70v-1,42,2,91,-1,129v-5,61,-96,68,-121,27v-5,-21,-15,-43,1,-58v12,0,27,1,27,20v0,22,11,40,38,34v31,-7,18,-62,19,-86v7,-14,-5,-44,5,-61v-2,-24,-6,-53,1,-75xm39,-69v3,-1,5,-8,-1,-6v0,3,2,3,1,6xm105,-175v-3,1,-3,-1,-3,-4v0,-1,0,-1,1,-1v3,1,0,4,2,5xm140,-47v4,0,2,4,0,3v-2,-1,0,-2,0,-3xm39,-68v-2,0,-2,0,-2,2v2,1,5,0,2,-2xm38,-63v-2,1,-1,4,2,4xm9,-60v0,2,-3,3,-3,1xm101,-124v-2,0,-2,-1,-1,-2v1,0,3,2,1,2xm101,-120v2,0,1,2,1,3v-2,0,-2,0,-2,-2v0,-1,1,-1,1,-1xm34,-75v2,0,2,-1,1,-2xm98,-123v-1,0,-3,-1,-1,-1v0,0,1,0,1,1"},"k":{"d":"87,-108v-22,29,-23,61,-21,100v-2,14,-33,18,-33,4r-3,2v-3,-23,-7,-53,-3,-74v-5,-46,-4,-119,-5,-164v1,1,3,1,2,-1v9,-25,43,-16,40,14v-9,34,0,61,-6,97v32,-24,38,-86,61,-121v18,-13,51,2,30,21v-3,17,-14,25,-18,38v-12,15,-26,53,-8,71r12,41r-3,2v14,13,9,41,23,53v-4,4,5,9,5,12v-3,12,-19,18,-35,12v-15,-35,-25,-72,-38,-107xm117,-147v0,0,6,7,-2,6v-1,-3,-2,-6,2,-6xm135,-193v-5,0,-2,-4,0,-4v2,0,5,4,0,4xm55,-191v0,3,6,4,3,0v-1,0,-3,-4,-3,0xm37,1v3,0,1,-4,1,-6v-2,1,-2,5,-1,6xm129,-188v0,-2,-4,-3,-4,0r4,0xm60,-58v2,3,3,0,3,-2v-2,0,-3,1,-3,2xm134,-192v2,2,-1,3,-2,3xm115,-154v1,-1,5,3,1,2v-1,-1,-1,-2,-1,-2xm98,-82v1,4,4,1,1,0r-1,0xm118,-120v3,2,6,-1,2,-2v-1,0,-2,1,-2,2xm62,-11v2,2,4,0,1,-1v-1,0,-1,0,-1,1xm130,-83v-2,4,4,3,1,1v0,-1,0,-1,-1,-1xm119,-147v-3,-1,-3,-4,0,-1r0,1xm63,-208v0,1,2,4,0,4v-1,-1,-1,-4,0,-4xm55,-194v3,-1,1,-6,0,-1r0,1xm66,-211v1,3,-2,4,-2,1v0,-1,1,-1,2,-1xm62,-198v1,2,-1,5,-2,2v0,-1,1,-2,2,-2xm26,-75v-1,3,-2,-1,-3,-1v1,-2,3,-1,3,1xm130,-87v1,-2,-1,-4,-2,-1v1,1,2,1,2,1xm64,-200v2,-1,3,2,1,2v-1,0,-1,-1,-1,-2xm60,-132v0,-2,2,-5,2,-2xm127,-118v0,1,-1,3,-1,1v0,-1,0,-1,1,-1xm141,-219v1,-1,1,-4,-1,-2v0,1,0,2,1,2xm145,-38v1,-1,1,-2,-1,-2v0,0,0,2,1,2xm64,-171v-2,1,-2,-2,-1,-2v1,0,1,1,1,2xm63,-159v1,-1,3,1,1,1v-1,0,-1,0,-1,-1xm149,-236r0,2v1,-1,1,-1,0,-2xm63,-19v-1,-1,-2,-3,-3,0v1,0,2,2,3,0xm143,-40v2,0,1,-2,0,-2r0,2xm122,-145v1,-1,3,1,1,1v0,0,-1,0,-1,-1","w":172},"l":{"d":"26,-252v13,-2,33,-3,32,12r-2,203v21,10,68,-9,89,4v3,16,4,34,-16,32r-83,-2v-9,7,-25,0,-22,-15v-5,-59,11,-146,0,-211xm137,-34v0,3,5,4,6,1v0,-3,-3,-2,-5,-2v-1,0,-1,0,-1,1xm47,0v2,-3,5,0,2,2v-2,0,-1,-2,-2,-2xm142,-13v2,0,2,-3,1,-4v-2,0,-3,3,-1,4xm141,-22v0,3,4,5,4,1v-1,0,-3,-3,-4,-1xm129,-7v-2,1,-1,4,1,3v1,-1,1,-3,-1,-3xm22,-17v0,1,-1,3,-1,1v0,-1,0,-1,1,-1xm136,-6v-2,-2,-4,0,-1,1v0,0,0,-1,1,-1xm141,-26r0,-2v-1,1,-1,1,0,2xm143,-9v-1,0,-3,1,-1,1v1,0,1,0,1,-1xm24,-114v0,1,-1,3,-1,1","w":152},"m":{"d":"116,-94v10,-30,7,-75,20,-99v6,-21,7,-71,36,-58v36,-8,22,51,21,81v4,51,-5,102,0,152v3,27,-32,30,-32,8v0,-43,11,-111,-3,-147v-19,47,-17,110,-35,158v-21,8,-35,-3,-32,-22v-10,-42,-15,-96,-31,-133v-9,39,5,102,-5,146v-4,6,-13,15,-19,9v-1,2,-2,3,-3,3v-2,-6,-13,-8,-8,-16v-12,-13,5,-28,2,-48r3,-82v0,-38,-11,-92,5,-114v14,7,42,-3,40,25v15,41,21,89,28,138v0,3,2,6,5,8v6,0,7,-5,8,-9xm32,-64v-5,5,7,6,1,1v0,-1,-1,-1,-1,-1xm35,-97v0,0,3,-5,-1,-4v-2,1,0,4,1,4xm34,-91v0,0,7,2,3,0v-1,-1,-3,-2,-3,0xm35,-119v1,-3,-2,-4,-2,-1v0,0,1,1,2,1xm163,-107v-2,0,-1,-3,-1,-4v2,1,4,3,1,4xm159,-102v1,-3,2,2,2,2v-2,0,-2,1,-2,-2xm25,-22v1,-1,1,-2,-1,-2v-1,2,-1,4,1,2xm32,-51v0,3,5,3,2,1v-1,0,-1,-1,-2,-1xm108,-91v-1,-1,-3,-1,-1,-2v1,0,1,1,1,2xm101,-129v1,0,2,3,0,3v-2,0,-1,-3,0,-3xm106,-97r0,-3v0,1,2,3,0,3xm82,-218v-2,0,-2,-3,-1,-1v1,0,1,1,1,1xm103,-126v-2,0,0,-4,0,-1r0,1xm165,-110r0,-1r0,1","w":215},"n":{"d":"120,-105v20,-25,-7,-101,6,-137v43,-21,31,22,30,61v4,56,-3,111,2,162v2,18,-7,18,-20,21v-6,-8,-17,-8,-16,-23v-5,-7,-11,-16,-9,-27v-7,1,-2,-8,-6,-10v-20,-31,-28,-73,-45,-106v-6,43,4,105,4,151v0,23,-27,14,-38,10v-2,-35,2,-75,-3,-107v1,-44,-4,-77,-4,-113v0,-22,34,-28,47,-20v18,46,24,101,52,138xm153,-21v4,1,3,-6,3,-10v-4,0,-1,-4,-3,-5v0,7,-2,11,0,15xm154,-243v-4,0,-6,4,0,1r0,-1xm32,-17v1,-3,-4,-7,-4,-3v1,1,2,3,4,3xm127,-10v2,4,8,-2,3,-2v-1,0,-2,1,-3,2xm154,-46v-2,1,-1,5,-2,7r1,-2r1,3v0,-3,2,-7,0,-8xm147,-7v0,-1,-3,-3,-4,-1v1,5,2,-1,4,1xm152,-49v5,5,4,0,1,-1v-1,0,-1,0,-1,1xm143,-241v1,-1,3,-1,3,-3v-1,1,-3,1,-3,3xm152,-18v1,1,4,2,3,-1v-2,-2,-2,0,-3,1xm130,-8v0,3,3,2,3,0r-3,0xm56,-1v1,-2,-2,-4,-3,-2xm121,-110v-1,1,-5,-2,-2,-2xm67,-247v4,0,2,3,0,2r0,-2xm56,-8v0,0,2,3,2,1v1,-2,-2,-3,-2,-1xm148,-15v2,1,4,-1,2,-2v-1,0,-2,1,-2,2xm153,-10v3,0,2,-3,0,-2r0,2xm112,-125v0,-2,3,-3,2,0v-1,1,-1,2,-2,0xm132,-17r0,3v3,0,2,-3,0,-3xm116,-118v2,1,-1,2,-1,2v0,-1,0,-2,1,-2xm64,-154v-1,1,-2,1,-3,-2xm23,-193v1,0,2,3,0,3v-1,-1,-1,-2,0,-3","w":179},"o":{"d":"89,3v-92,-1,-63,-112,-66,-203v0,-64,106,-70,123,-19v15,42,5,105,6,157v-4,36,-27,62,-63,65xm57,-73v-12,28,19,53,48,39v36,-22,8,-100,17,-150v6,-35,-50,-53,-63,-22v-13,30,2,57,-5,89v3,15,-3,34,3,44xm50,-143v0,4,4,16,3,2v1,-6,-2,-12,-3,-2xm50,-119v3,-2,4,-9,0,-11v0,3,-2,9,0,11xm46,-80v0,3,3,10,3,2v1,-5,-2,-5,-3,-2xm51,-111v2,0,2,0,2,-2v0,-1,0,-2,-2,-2r0,4xm47,-67v2,2,2,2,3,0v-1,-4,-4,-5,-3,0xm53,-71v1,0,1,0,1,-1v1,-2,-3,-3,-3,-1v0,1,1,2,2,2xm47,-86v1,3,1,2,2,0v0,-1,0,-2,-1,-2v-1,0,-1,0,-1,2xm51,-155v0,2,0,2,2,2v0,-1,0,-2,-2,-2xm49,-100v-1,2,3,3,2,1v0,-1,0,-1,-2,-1","w":174},"p":{"d":"44,-253v53,0,105,1,112,47v-6,7,13,21,2,29v-2,11,0,31,-11,35v-2,35,-52,37,-87,36v-6,14,6,29,0,43v3,10,2,21,3,36v9,29,-30,37,-38,14r1,-230v2,-3,13,-7,18,-10xm122,-174v1,-28,-19,-53,-45,-43v-6,-6,-20,-3,-18,8v5,22,-1,38,-3,60v-1,16,16,11,29,12v24,2,37,-14,37,-37xm60,-17v-1,1,-4,3,-3,6v3,1,3,-3,3,-6xm58,-6v0,3,2,1,2,0v0,-2,0,-3,-1,-3v-1,0,-1,1,-1,3xm163,-146v-3,-1,-1,-3,-1,-5v1,1,3,4,1,5xm66,-212v3,0,6,0,5,3xm54,-6r0,-3r0,3xm24,-203v-1,3,-7,-2,-2,-1v1,0,2,1,2,1xm157,-182v-1,0,-1,0,-1,1v0,1,0,2,1,2v0,0,2,-3,0,-3xm67,-94v3,0,2,2,0,2r0,-2xm53,-201v2,1,3,-1,1,-2v-1,0,-1,1,-1,2xm159,-145r0,2v-1,0,-1,-2,0,-2xm154,-174v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm67,-84v2,-1,2,-1,4,0v-1,2,-3,1,-4,0xm58,-20v1,1,3,-1,1,-1v0,0,-1,0,-1,1xm60,-23v0,-1,0,-1,-1,-1v0,0,0,1,1,1xm26,-19v-1,-1,-3,-1,-1,-2v1,0,1,1,1,2xm162,-203v0,1,0,1,-1,1v0,-1,0,-1,1,-1xm162,-204v0,-1,0,-1,1,-1","w":174},"q":{"d":"152,-199v0,53,3,120,-6,167v6,11,28,7,23,33v-5,25,-32,-3,-48,-2v-42,28,-105,-2,-100,-56r4,-146v5,-31,27,-54,60,-55v39,1,67,21,67,59xm63,-35v25,26,66,-2,54,-40r2,-124v1,-26,-39,-36,-55,-17v-19,37,-4,110,-8,165v2,6,7,9,7,16xm145,-104v8,-1,1,-12,2,-16v-3,7,-1,12,-2,16xm148,-121v4,-11,-7,-6,-2,-1v1,0,1,1,2,1xm145,-185v-3,2,2,7,5,7v-4,-4,-1,-8,-5,-7xm145,-141v3,3,3,-1,3,-3v-1,-4,-6,-5,-3,-1v2,1,1,3,0,4xm147,-166v-2,0,-3,1,-3,2v-1,3,4,4,4,1v0,-1,0,-2,-1,-3xm145,-129v2,1,2,-4,2,-6v-1,-1,-2,-2,-2,1v2,2,0,2,0,5xm58,-39v2,-1,0,-4,-1,-4v-2,0,-2,4,1,4xm149,-193v2,0,0,-4,0,-5v-1,1,-1,3,0,5xm149,-169v-1,0,-3,2,-1,2v0,0,1,-1,1,-2xm148,-156v-1,-1,-3,0,-4,0r4,0xm116,-167v1,1,1,3,-1,2xm55,-46v2,-1,0,-3,0,-1r0,1xm115,-172v-1,0,-1,0,-1,-1xm140,-228v1,0,1,0,1,-1v-1,0,-1,0,-1,1","w":178},"r":{"d":"147,-10v4,11,-18,8,-27,11v-17,-29,-14,-84,-31,-115v-22,2,-40,-7,-38,33r3,78v-6,5,-19,2,-30,3r-3,-246v59,-10,123,4,123,63v1,37,-40,53,-18,90xm54,-142v61,15,81,-67,24,-76v-38,-11,-26,29,-29,60v0,7,4,10,5,16xm51,-17v2,7,-2,14,-3,15v7,0,5,-11,3,-15xm141,-14v0,4,5,4,3,10v3,-2,2,-11,-3,-10xm22,-198v1,2,3,0,4,-1v-1,-1,-4,-1,-4,1xm140,-4v4,0,2,-4,1,-4v-2,0,-2,1,-2,3v0,0,0,1,1,1xm116,-14v2,0,1,-2,0,-3v-2,0,-2,0,-2,2v1,1,1,1,2,1xm123,-122v0,1,-3,3,-3,-1v1,-2,4,-2,3,1xm98,-249v2,-1,2,2,2,4v-1,1,-2,1,-2,-1v2,0,0,-2,0,-3xm123,-131v2,3,-4,4,-1,1v0,-1,1,-1,1,-1xm31,-2r0,-3v0,1,-2,2,0,3xm47,-181v1,2,2,0,3,0v-1,0,-3,-2,-3,0xm121,-119v2,0,2,1,1,2v-1,0,-1,-1,-1,-2xm39,-3v0,2,2,3,2,1v1,-2,-2,-3,-2,-1xm127,-133v-2,-1,-1,-2,1,-2v0,2,-1,2,-1,2xm110,-199v-1,1,-1,5,1,2v0,-1,0,-2,-1,-2xm54,-212v1,2,-2,3,-2,1v0,-1,0,-1,2,-1xm143,-16v1,-2,-2,-4,-2,-2v0,1,0,2,2,2xm109,-23v2,-1,2,1,1,1v-1,0,-1,0,-1,-1xm141,-10v-1,0,-3,1,-1,1v1,0,1,0,1,-1xm124,-110v3,-1,2,2,1,2v-1,0,-1,-1,-1,-2","w":160},"s":{"d":"76,-30v47,11,52,-52,20,-72v-23,-31,-62,-47,-71,-92v1,-38,23,-58,62,-60v42,2,64,28,66,71v-4,11,-20,4,-33,5v-3,-22,-9,-49,-38,-47v-27,1,-29,32,-15,50v30,42,88,57,83,133v-13,22,-27,43,-63,42v-48,2,-63,-34,-69,-74v1,-13,32,-15,36,-4v-5,21,3,43,22,48xm23,-80v3,0,8,-1,3,-2v-2,1,-3,2,-3,2xm120,-180v1,2,5,2,4,-1v-1,-2,-2,2,-4,1xm117,-191v0,1,-2,3,-2,1v0,-1,0,-1,2,-1xm50,-78v0,2,2,1,2,0v0,-1,0,-2,-2,-2v0,1,-2,2,0,2xm53,-76v-3,-1,-3,3,-1,1xm41,-81v3,1,6,-1,1,-1v0,0,-1,0,-1,1xm154,-69v0,1,0,1,-1,1r0,-2v0,0,1,0,1,1xm116,-55v0,0,-3,-2,-1,-2v1,0,1,0,1,2xm49,-80v0,-2,-2,-1,-3,-1xm36,-82v2,1,5,-1,1,-1xm117,-59v-1,0,-3,-2,-1,-2v1,0,1,1,1,2xm40,-81v0,-2,-1,0,-3,0v1,1,2,1,3,0","w":174},"t":{"d":"116,-248v11,-7,29,9,15,19v2,1,10,6,4,11v-6,-5,-13,4,-10,6v-20,-3,-46,-10,-37,25r-2,173v-4,16,-30,22,-37,6r-1,-103v3,-25,2,-75,3,-103v-30,5,-50,-3,-43,-34v33,-3,78,0,108,0xm137,-248v-1,0,-4,2,-5,0r5,0xm131,-248v-3,-1,-5,0,-3,-4v1,0,2,1,3,4xm140,-234v-2,1,-4,-2,-2,-3v1,0,2,1,2,3xm128,-215v0,0,5,-2,2,0v0,2,-2,1,-2,0xm131,-242v3,0,6,-1,2,-2v-1,0,-2,1,-2,2xm130,-211v-2,-1,-1,-3,1,-2v0,1,0,2,-1,2xm139,-230r-3,0v0,-2,2,-1,3,0xm124,-252v3,0,1,2,0,2v-1,0,-2,0,-2,-1v0,-1,1,-1,2,-1xm51,-96v1,0,1,-3,0,-4v-1,1,-1,4,0,4xm50,-62r0,-2r0,2xm133,-216v2,1,0,2,0,3v-1,0,-2,-3,0,-3xm138,-238v0,1,-3,1,-3,0v0,-2,3,-1,3,0xm50,-114v-1,0,-3,-2,-1,-2v1,0,1,1,1,2xm49,-110v0,3,4,1,1,0r-1,0xm134,-230v1,0,1,2,0,2r0,-2xm51,-68v-1,1,-1,2,1,2xm58,-1v0,-1,-1,-3,-1,-1v0,1,0,1,1,1","w":146},"u":{"d":"53,-78v-9,42,38,61,57,34v5,-61,2,-137,1,-205v8,-5,30,-4,35,4r-2,190v-3,34,-26,56,-62,58v-97,-5,-48,-149,-61,-252v10,-2,34,-9,34,11xm138,-112v-1,4,-4,20,2,17v-4,-6,4,-10,-2,-17xm116,-45v-3,-1,-10,5,-5,6xm138,-85v0,1,0,3,2,3v1,-3,3,-5,1,-7v-2,0,-3,1,-3,4xm140,-123v-3,2,-1,5,0,8r0,-8xm140,-141v0,1,1,14,3,9v0,-4,1,-9,-3,-9xm136,-123v6,1,4,-6,1,-7v-4,1,0,3,1,4v0,2,-3,1,-2,3xm100,-35v1,5,8,3,9,0v-2,-2,-4,4,-9,0xm64,-32v4,2,7,-1,1,-2v-1,1,-2,-5,-3,-2xm141,-152v0,-2,-3,-2,-3,0v0,5,5,-2,3,0xm109,-138v-1,0,-1,-4,0,-4v3,0,0,1,2,2v0,1,-1,2,-2,2xm142,-73v3,-3,-2,-5,-4,-6xm107,-50v5,2,-1,3,-2,4xm96,-32v-2,1,-8,4,-2,4xm142,-146v-1,-1,-3,-1,-3,1v0,1,3,-1,3,-1xm107,-43r-3,0v1,-1,2,-1,3,0xm104,-39v-3,1,-1,-3,-1,-1v1,0,1,0,1,1","w":166},"v":{"d":"91,-134v12,-22,13,-55,21,-81v-1,-12,1,-39,21,-35v26,-5,15,22,10,37r-54,217v-12,-1,-36,7,-35,-6r-44,-244v1,-10,30,-9,32,1r30,176v12,-14,12,-37,19,-55v7,-1,3,-8,0,-10","w":159},"w":{"d":"156,-92r25,-153v5,-8,30,-6,26,10r-30,182v-13,13,7,59,-28,59v-12,0,-15,-11,-14,-24r-20,-132v1,-9,-9,-19,-9,-4v-11,51,-14,110,-29,157v-46,12,-26,-49,-39,-80v-1,-22,-11,-49,-7,-68v-13,-34,-5,-72,-18,-97v3,-7,8,-12,20,-9v29,29,11,112,32,160v15,-38,23,-115,28,-155v7,-3,32,-10,34,2r23,156v4,1,5,-3,6,-4","w":220},"x":{"d":"44,7v-43,-9,0,-61,6,-83v4,-16,17,-27,17,-46v-13,-44,-37,-78,-54,-117v3,-20,33,-18,40,-7v12,20,18,58,32,78v25,-15,18,-68,45,-84v32,-6,33,20,18,38v-19,38,-56,92,-21,134v11,24,27,44,33,73v-6,21,-44,7,-42,-10v-9,-19,-15,-44,-29,-58v-20,21,-12,72,-45,82xm143,-215v4,2,5,-10,7,-14v1,-2,-2,-3,-2,-1v-1,6,-4,9,-5,15xm112,-149v3,-3,6,-11,5,-14v-4,2,-3,11,-5,14xm111,-140v-1,1,-5,10,-4,13v2,-3,4,-8,4,-13xm75,-50v-4,3,-3,6,-4,10v2,-1,5,-6,4,-10xm70,-37v-5,0,-1,12,0,4r0,-4xm49,-242v0,3,5,4,6,3v0,-1,-4,-3,-6,-3xm44,-244v3,0,2,-4,0,-4v-2,0,-3,4,0,4xm70,-196v-1,-2,-2,-9,-4,-6v-1,1,3,5,4,6xm52,-234v1,-1,2,-4,-1,-4v-2,1,0,4,1,4xm76,-56v-1,1,-2,4,1,3r0,-4xm63,-210v-1,1,3,8,3,3v0,-1,-1,-3,-3,-3xm121,-170v2,0,4,-4,2,-5v-1,2,-2,2,-2,5xm111,-147v-2,0,-3,4,-1,4v1,0,2,-1,2,-3v0,-1,0,-1,-1,-1xm85,-174v2,1,1,4,-1,3xm47,-245v1,2,6,3,3,0v-1,-1,-2,-1,-3,0xm28,-7v0,-1,-3,-3,-3,-1v0,3,2,2,3,1xm130,-250v-2,1,-5,1,-5,3v2,0,5,-1,5,-3xm50,-64v3,0,2,-2,1,-3v-2,0,-3,2,-1,3xm122,-243v0,0,-3,7,0,3r0,-3xm156,-4r-3,0v0,2,2,1,3,0xm154,-232v1,2,4,1,3,-1v-2,0,-3,0,-3,1xm37,-37v0,-3,-3,-2,-3,0v1,0,3,2,3,0xm59,-224v0,2,2,1,2,0v1,-2,-2,-2,-2,-1r0,1xm154,-8v-2,0,-3,1,-1,2v1,0,1,0,1,-2xm129,-186v-3,-1,-4,3,-1,2v0,-1,0,-2,1,-2xm57,-230v0,0,4,1,1,0r-1,0xm129,-2v1,-2,2,-2,-1,-3v-2,1,-1,3,1,3xm45,5v2,0,1,-2,1,-3xm153,-224v-1,-1,-4,-1,-3,1v2,1,2,2,3,-1xm157,-6v0,-1,2,-3,0,-3v-1,0,-2,3,0,3xm60,-220v0,1,2,2,2,0r-2,0xm15,-239v0,2,3,3,2,0r-2,0xm46,-173v2,-1,0,-1,-1,-2v0,1,0,2,1,2xm81,-177v1,0,3,1,1,1v0,-1,-1,-1,-1,-1xm157,-243v0,-2,-4,0,-1,0r1,0","w":173},"y":{"d":"54,-90v12,-29,-25,-62,-16,-84v-5,-4,-13,-2,-8,-12v-7,-14,-25,-46,-13,-64v45,-5,29,58,56,84v31,-15,7,-86,52,-87v11,3,13,20,8,32v-23,56,-49,128,-37,203v0,13,-8,18,-20,18v-34,-3,-20,-55,-18,-86v-2,-1,-4,-2,-4,-4xm89,-9v0,-2,-3,-1,-4,-1v1,9,2,4,4,1xm40,-191v0,-1,-1,-2,-3,-2v-1,0,-2,1,-2,2v0,1,1,2,3,2v1,0,2,-1,2,-2xm111,-171v-4,-4,-7,5,-2,1xm101,-170v3,0,1,-3,0,-3v-1,0,-2,0,-2,1v0,1,1,2,2,2xm27,-228v0,0,-3,6,0,3v1,-1,1,-2,0,-3xm115,-188v0,0,3,-8,0,-4v0,4,-2,2,0,4xm48,-140v3,1,2,-2,1,-3v-2,0,-2,0,-2,2v0,1,0,1,1,1xm78,-2v-1,-3,-5,-3,-2,0r2,0xm84,-4r-4,-1v0,3,2,2,4,1xm118,-202v-1,3,2,2,3,1v0,-1,-3,-3,-3,-1xm113,-179v0,0,-3,-1,-4,2v1,1,4,1,4,-2xm34,-175v1,0,2,1,2,3v-2,1,-4,-1,-2,-3xm51,-135r0,3v0,-1,2,-3,0,-3xm129,-247v0,0,2,4,2,2v0,-2,-1,-2,-2,-2xm11,-230v1,0,1,0,1,1v-1,1,-3,-1,-1,-1xm100,-140v3,0,2,-4,0,-3v-1,1,-2,2,0,3xm118,-245v2,-1,3,-4,0,-3v-1,2,-2,1,0,3xm63,-171v0,-2,-2,0,-3,0v1,0,3,2,3,0xm100,-156v1,2,5,-1,1,-1v-1,0,-1,0,-1,1xm111,-247v1,-2,-2,-3,-2,-1v0,1,1,1,2,1xm40,-177v3,1,3,-1,2,-3xm31,-251v2,-1,3,2,1,2v-1,0,-1,0,-1,-2xm109,-193v0,0,-2,-3,-2,-1xm86,-68v1,2,2,0,3,-1xm109,-243v0,-2,-4,-1,-3,0r3,0xm102,-147v1,0,1,0,1,-1v-1,-1,-3,1,-1,1xm51,-129v0,0,5,-1,2,-1v-1,0,-2,0,-2,1xm100,-136v1,-2,-2,-3,-2,-1v-1,2,2,3,2,1xm129,-221v0,-2,-2,-1,-3,-1v0,3,2,2,3,1xm58,-92v1,2,1,1,2,0v0,-2,-2,-3,-2,0xm30,-252v-1,1,-3,2,-3,0r3,0xm86,-24r0,3r0,-3xm107,-155v0,-1,-3,-2,-3,0v0,2,3,1,3,0xm96,-221v-2,0,-2,0,-2,-2v2,0,2,1,2,2xm90,-13v-2,0,-2,3,-1,1v1,0,1,-1,1,-1xm20,-230r0,-2v-2,0,-1,2,0,2xm95,-100v-1,-1,-1,-5,-2,-3v0,1,1,2,2,3xm21,-246v1,0,1,0,1,-1v-1,-1,-3,1,-1,1xm108,-159v1,-2,-2,-2,-2,-1v0,1,1,1,2,1xm22,-220v0,0,0,2,1,2v0,-1,0,-2,-1,-2xm106,-238r-3,0r3,0xm81,-9v2,0,3,-1,1,-2xm118,-198v1,1,2,1,3,0v-1,-1,-2,-1,-3,0xm108,-162v2,0,1,-2,0,-2r0,2xm113,-247v1,0,1,0,1,-1v0,0,-1,0,-1,1xm120,-206v1,0,1,0,1,-1v-1,0,-1,0,-1,1xm125,-246r0,-1r0,1","w":145},"z":{"d":"61,-35v34,10,77,-23,92,7v-7,36,-45,24,-62,25v0,1,2,3,0,3v-7,-9,-20,4,-23,-4v-15,6,-51,2,-51,-14v-1,2,-4,1,-4,-1v1,-3,6,0,7,-4v-5,-15,15,-44,26,-54v-3,-23,25,-35,21,-52v14,-19,16,-43,35,-55v-4,-4,1,-9,1,-14v0,-14,13,-3,9,-11v-2,0,-5,2,-5,0r3,-8v-27,-1,-60,7,-82,0v-11,-22,3,-41,22,-32v25,1,58,-7,77,2v12,-12,45,-3,37,15r-92,172xm89,-168v5,12,7,-2,9,-3v1,-6,-8,-1,-4,-1v3,7,-3,6,-5,4xm101,-175v3,-1,7,-9,3,-11v0,5,-9,9,-3,11xm50,-89v5,1,11,-5,2,-2v-1,0,-2,1,-2,2xm61,-126v3,-3,6,2,5,4v-1,0,-5,-1,-5,-4xm35,-227v3,-1,3,-4,0,-6v-4,0,2,2,0,6xm21,-17v0,-1,2,-4,0,-4v-2,0,-3,4,0,4xm30,-239v5,-1,7,-1,2,-3v2,-1,4,-1,1,-2v-2,0,-3,3,-3,5xm67,-117v-3,2,-2,4,1,3v2,-2,1,-2,0,-4v0,1,-1,1,-1,1xm30,-40v0,-1,-5,-2,-5,0v0,3,4,2,5,0xm133,-16v0,-1,3,-4,1,-4v-2,0,-3,4,-1,4xm41,-225v0,1,-2,4,0,4r0,-4xm32,-9v3,-2,-3,-3,-3,-3xm23,-23v2,-1,1,-4,-1,-3v0,1,-1,3,1,3xm39,-74v0,1,-3,3,-3,1v0,-2,2,-3,3,-1xm43,-81v0,1,-2,1,-3,1v0,-2,0,-2,2,-2v1,0,1,0,1,1xm27,-236v1,0,3,2,3,0r-3,0xm107,-198v1,-1,0,-5,-1,-2v0,1,0,2,1,2xm161,-240v-2,-1,-3,2,-1,2v1,0,1,-1,1,-2xm33,-236v0,1,3,2,3,0v0,-3,-3,-2,-3,0xm69,-19v-1,0,-3,1,-1,1v1,0,1,0,1,-1xm59,-96v-1,0,-4,-2,-4,0v0,2,3,1,4,0xm31,-64v0,-1,0,-2,1,-2v2,2,0,5,-1,2xm129,-253v0,1,-2,3,-2,1v0,-1,0,-1,2,-1xm38,-223v3,-4,-3,-2,-3,-2v0,3,1,0,3,2xm40,-237v-1,-2,-3,1,-3,2v1,-1,3,0,3,-2xm98,-6v1,-2,-2,-3,-3,-1v0,2,2,1,3,1xm113,-211v-2,1,2,1,2,1v0,-1,-1,-1,-2,-1xm63,-106v0,-1,0,-1,-1,-1r0,2v0,0,1,0,1,-1xm25,-30v4,0,1,-3,0,-1r0,1xm48,-227v1,-3,-4,-2,-1,-1v0,0,0,1,1,1xm133,-36v2,0,2,0,1,-1v0,-1,0,-1,-1,-1v1,1,1,1,0,2","w":177},"{":{"d":"84,-88v-8,39,4,66,48,58v4,4,8,31,-5,30v-71,11,-83,-40,-78,-103v-2,-17,-37,1,-28,-31v8,-10,32,2,25,-34v-7,-35,1,-64,26,-73v5,-15,56,-16,63,-1v0,6,-4,13,0,17v-11,10,-47,-9,-51,13v-21,20,8,63,-15,81v-3,16,17,22,15,43xm78,-63v-1,4,-1,14,-1,19v5,-3,3,-14,1,-19xm80,-80v2,-2,2,-12,0,-15v-1,5,-1,9,0,15xm105,-226v4,1,7,-1,2,-2v-1,0,-2,1,-2,2xm82,-76v-2,-1,-2,3,-2,5v2,0,2,-3,2,-5xm133,-241r-3,0v0,1,4,2,3,0xm113,-226v0,-2,-2,-1,-2,0v0,2,2,1,2,0","w":148},"|":{"d":"50,-262r7,265v0,14,-22,15,-33,10r-3,-269v-1,-13,22,-10,29,-6","w":77},"}":{"d":"58,-39v30,-11,0,-62,20,-85v-1,-16,-21,-26,-12,-49v-2,-19,1,-32,-7,-46v-18,-5,-51,7,-46,-21v11,-25,82,-13,78,18v22,17,-16,83,32,83v11,5,7,32,-11,27v-19,-3,-7,30,-9,49v2,15,0,31,-11,37v-6,24,-63,38,-79,15v-5,-23,17,-26,40,-20v3,0,10,-6,5,-8xm62,-157v-1,0,-3,2,-4,0v2,-1,2,-1,4,0xm57,-42v0,2,-3,2,-3,1xm55,-37v5,0,3,1,0,1r0,-1xm64,-39v-4,4,5,2,1,1v0,0,0,-1,-1,-1","w":148},"~":{"d":"97,-251v22,8,6,38,-13,38v-12,-2,-23,-11,-36,-9v-10,0,-7,14,-18,13v-22,-12,-1,-46,22,-43v13,3,31,21,41,2v1,-1,2,-1,4,-1","w":126},"\u00c4":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm55,-273v-20,2,-26,-27,-7,-32v17,-1,24,25,7,32xm106,-273v-20,-7,-13,-40,10,-30v11,10,8,31,-10,30xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1xm94,-285v0,0,-3,-2,-1,-2v0,0,1,1,1,2xm55,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1"},"\u00d6":{"d":"55,3v-7,-12,-26,-13,-25,-33v-17,-56,-9,-147,-2,-196v16,-25,38,-35,71,-31v73,7,50,100,55,174v0,36,-6,68,-31,79v2,2,1,1,-1,3v-14,10,-50,1,-67,4xm52,-84v-16,54,49,74,70,38v-1,-8,5,-9,6,-16v-2,1,-4,0,-4,-2r1,-140v-14,-33,-71,-31,-72,20xm63,-302v14,1,11,27,0,29v-21,4,-26,-26,-8,-32v3,4,7,-3,8,3xm100,-291v3,-18,31,-17,30,3v2,13,-23,22,-27,5v-1,-3,-3,-4,-3,-8xm118,-10v2,-2,8,0,3,2v0,4,7,1,8,-1v3,-8,-4,-2,-7,-4v0,0,-4,1,-4,3xm103,0v2,1,14,-5,4,-3v-1,0,-2,1,-4,3xm113,-4v2,4,4,0,7,-1v-1,-2,-8,-1,-7,1xm45,-12v-3,-1,-8,-10,-9,-7v2,4,2,7,9,7xm95,-258v-2,1,-12,0,-9,-2v3,2,7,1,9,2xm123,-67v0,-2,1,-11,1,-2v0,1,0,2,-1,2xm130,-198v2,-2,-1,-3,-3,-4v-1,3,2,2,3,4xm118,-242v2,0,1,-2,1,-3v-1,0,-2,-1,-2,2v0,1,1,1,1,1xm28,-74v0,-3,-3,-2,-4,-1v0,0,4,3,4,1xm69,-4v0,-3,-3,-2,-3,0r3,0xm107,-10v3,3,3,-1,2,-2v-1,0,-2,1,-2,2xm129,-72v0,-1,-2,-3,-2,-1v-1,3,5,2,2,1xm130,-159v2,-1,1,-4,-2,-3xm127,-207v-1,3,2,4,2,1v0,0,0,-1,-2,-1xm131,-190v-3,-1,-3,1,-2,3v0,1,0,1,1,1v0,-2,0,-3,1,-4xm34,-224v-2,0,-2,0,-2,2v2,0,2,0,2,-2xm130,-201v2,-1,0,-2,0,-3r0,3xm102,-18v1,-2,0,-3,-2,-2v0,1,-1,2,2,2xm57,-256v0,2,-2,-1,-2,-1v1,0,2,0,2,1xm123,-59r3,0v0,2,-3,1,-3,0xm45,-235v1,-1,1,-2,-1,-2v0,1,0,2,1,2xm130,-151r0,3v1,0,2,-3,0,-3xm141,-143v2,0,-1,-2,-1,-2v0,1,0,2,1,2xm100,1v1,-1,1,-3,0,-1r0,1xm130,-194v2,-1,-1,-2,-1,-3v0,2,0,3,1,3xm113,-242r0,3v1,0,2,-3,0,-3xm59,-256v1,1,1,2,0,3v-1,0,-2,-3,0,-3xm131,-170v2,-1,1,-3,-1,-2v0,1,1,2,1,2xm91,3v2,0,5,-1,3,-2xm101,-285v0,0,-3,-2,-1,-2v1,0,1,1,1,2xm130,-115v0,-1,-1,-4,-1,-1v0,1,0,1,1,1xm130,-130v1,-1,3,-2,0,-2r0,2xm48,-8v2,-1,1,-1,-2,-3xm26,-222v-1,2,-3,1,-2,-1xm51,-253v1,-2,2,-1,2,1xm59,-235v1,2,3,1,2,-1xm62,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm98,-258v-1,1,-2,2,-2,-1v1,0,2,0,2,1xm126,-242v-1,0,-3,1,-1,1v0,0,1,0,1,-1xm123,-36v0,-1,0,-1,-1,-1v0,1,0,1,1,1","w":175},"\u00dc":{"d":"53,-78v-13,46,54,67,59,20r-1,-191v8,-5,30,-4,35,4r-2,132v5,58,-2,116,-62,116v-99,-6,-46,-148,-61,-252v10,-2,34,-10,34,11xm60,-302v15,4,10,32,-6,28v-17,1,-18,-23,-7,-29v6,-1,10,-3,13,1xm112,-305v17,0,19,30,1,32v-20,-1,-21,-32,-1,-32xm138,-106r3,11v0,-2,-2,-6,0,-7v3,-2,-2,-18,-3,-4xm117,-99v-3,0,-5,9,-2,11v2,0,4,-10,2,-11xm112,-10v5,1,11,-7,4,-3v-2,0,-5,-2,-7,0v2,1,5,1,3,3xm110,-146v0,3,-2,14,-2,2v0,-1,1,-2,2,-2xm43,-15v1,-2,-6,-5,-8,-7v-1,3,5,7,8,7xm140,-141v-2,2,4,6,1,11v3,0,4,-11,-1,-11xm140,-124v1,-3,-3,-8,-5,-5v3,4,3,3,2,6v1,0,2,0,3,-1xm140,-115v0,-2,2,-7,0,-8v-3,1,-1,5,0,8xm91,-3v5,4,13,-4,5,-5v4,2,2,4,-1,4v-1,-2,-3,0,-4,1xm109,-9v-8,0,-3,7,-2,3v1,-2,6,0,2,-3xm143,-153v-2,2,-7,-3,-4,3xm48,-9v3,-3,-2,-4,-4,-6v2,3,4,4,4,6xm65,-6v-1,-1,-3,-2,-3,1v0,1,3,-1,3,-1xm98,-20v0,-1,-3,-2,-3,0r3,0xm118,-37v0,-2,-2,-1,-2,0v0,2,2,1,2,0xm105,-12v-2,-1,-2,-1,-2,2v2,0,1,-2,2,-2xm96,-287v2,0,3,3,0,2r0,-2xm57,-303v0,3,2,0,1,0r-1,0","w":166},"\u00e1":{"d":"33,-125v10,-35,21,-84,24,-122v11,-9,19,-14,38,-10v32,65,38,171,59,249v-4,16,-40,11,-36,-8v-4,-10,0,-30,-11,-34v-16,0,-34,3,-47,-1v-18,10,0,56,-33,49v-29,8,-13,-24,-11,-39v3,-28,19,-58,17,-84xm61,-94v-5,21,18,11,39,14v10,-29,-10,-62,-13,-90v0,-6,-8,-5,-10,0xm56,-282v14,-9,42,-40,55,-17v-7,17,-32,16,-41,31v-8,8,-26,-6,-14,-14xm129,-2v2,0,3,-4,0,-4v-1,-1,-5,3,-2,3v1,1,2,1,2,1xm137,-3v-2,-1,-5,2,-1,2xm141,-3v-1,0,-2,0,-2,1v2,2,5,0,2,-1xm147,-3v0,0,2,0,2,-1v-1,0,-2,0,-2,1"},"\u00e0":{"d":"33,-125v10,-35,21,-84,24,-122v11,-9,19,-14,38,-10v32,65,38,171,59,249v-4,16,-40,11,-36,-8v-4,-10,0,-30,-11,-34v-16,0,-34,3,-47,-1v-18,10,0,56,-33,49v-29,8,-13,-24,-11,-39v3,-28,19,-58,17,-84xm61,-94v-5,21,18,11,39,14v10,-29,-10,-62,-13,-90v0,-6,-8,-5,-10,0xm53,-289v-9,-4,-4,-19,6,-18v18,9,38,17,48,34v-16,23,-33,-13,-54,-16xm129,-2v2,0,3,-4,0,-4v-1,-1,-5,3,-2,3v1,1,2,1,2,1xm137,-3v-2,-1,-5,2,-1,2xm141,-3v-1,0,-2,0,-2,1v2,2,5,0,2,-1xm147,-3v0,0,2,0,2,-1v-1,0,-2,0,-2,1"},"\u00e2":{"d":"33,-125v10,-35,21,-84,24,-122v11,-9,19,-14,38,-10v32,65,38,171,59,249v-4,16,-40,11,-36,-8v-4,-10,0,-30,-11,-34v-16,0,-34,3,-47,-1v-18,10,0,56,-33,49v-29,8,-13,-24,-11,-39v3,-28,19,-58,17,-84xm61,-94v-5,21,18,11,39,14v10,-29,-10,-62,-13,-90v0,-6,-8,-5,-10,0xm65,-291v15,-22,54,5,49,24v-13,7,-22,-10,-34,-14v-11,4,-29,30,-34,8v1,-9,15,-12,19,-18xm129,-2v2,0,3,-4,0,-4v-1,-1,-5,3,-2,3v1,1,2,1,2,1xm137,-3v-2,-1,-5,2,-1,2xm141,-3v-1,0,-2,0,-2,1v2,2,5,0,2,-1xm147,-3v0,0,2,0,2,-1v-1,0,-2,0,-2,1"},"\u00e4":{"d":"33,-125v10,-35,21,-84,24,-122v11,-9,19,-14,38,-10v32,65,38,171,59,249v-4,16,-40,11,-36,-8v-4,-10,0,-30,-11,-34v-16,0,-34,3,-47,-1v-18,10,0,56,-33,49v-29,8,-13,-24,-11,-39v3,-28,19,-58,17,-84xm61,-94v-5,21,18,11,39,14v10,-29,-10,-62,-13,-90v0,-6,-8,-5,-10,0xm55,-273v-20,2,-26,-27,-7,-32v17,-1,24,25,7,32xm106,-273v-20,-7,-13,-40,10,-30v11,10,8,31,-10,30xm129,-2v2,0,3,-4,0,-4v-1,-1,-5,3,-2,3v1,1,2,1,2,1xm137,-3v-2,-1,-5,2,-1,2xm141,-3v-1,0,-2,0,-2,1v2,2,5,0,2,-1xm94,-285v0,0,-3,-2,-1,-2v0,0,1,1,1,2xm55,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1xm147,-3v0,0,2,0,2,-1v-1,0,-2,0,-2,1"},"\u00e9":{"d":"152,-251v7,11,7,41,-12,35v-27,1,-59,-5,-83,0v-3,18,-4,51,0,70v28,4,68,-5,86,9v12,49,-58,7,-88,30v0,23,-3,48,-1,70v24,3,62,-2,94,2v15,6,5,41,-9,32v-27,6,-81,-3,-108,2v-23,-32,-7,-107,-7,-165v0,-37,-14,-94,33,-82v26,-7,68,1,95,-3xm93,-300v9,-12,39,-8,23,9v-16,6,-26,18,-41,25v-7,2,-18,-11,-8,-16v8,-8,16,-12,26,-18xm132,-8v-2,4,6,8,3,2v0,-2,-1,-2,-3,-2xm122,-113v2,0,5,-2,4,-4v-3,0,-7,2,-4,4xm146,-9v-1,-2,-5,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm131,-119v-1,-2,-4,-3,-5,0v0,1,5,2,5,0xm151,-8v-2,-1,-6,5,-2,2xm141,-3v3,0,2,-3,0,-2v-1,1,-1,3,0,3r0,-1xm138,-120v-1,-2,-4,-1,-3,2v2,0,3,-1,3,-2xm130,-117v-2,1,1,2,1,2","w":175},"\u00e8":{"d":"152,-251v7,11,7,41,-12,35v-27,1,-59,-5,-83,0v-3,18,-4,51,0,70v28,4,68,-5,86,9v12,49,-58,7,-88,30v0,23,-3,48,-1,70v24,3,62,-2,94,2v15,6,5,41,-9,32v-27,6,-81,-3,-108,2v-23,-32,-7,-107,-7,-165v0,-37,-14,-94,33,-82v26,-7,68,1,95,-3xm71,-289v-9,-4,-4,-19,6,-18v18,9,38,17,48,34v-16,23,-33,-13,-54,-16xm132,-8v-2,4,6,8,3,2v0,-2,-1,-2,-3,-2xm122,-113v2,0,5,-2,4,-4v-3,0,-7,2,-4,4xm146,-9v-1,-2,-5,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm131,-119v-1,-2,-4,-3,-5,0v0,1,5,2,5,0xm151,-8v-2,-1,-6,5,-2,2xm141,-3v3,0,2,-3,0,-2v-1,1,-1,3,0,3r0,-1xm138,-120v-1,-2,-4,-1,-3,2v2,0,3,-1,3,-2xm130,-117v-2,1,1,2,1,2","w":175},"\u00ea":{"d":"152,-251v7,11,7,41,-12,35v-27,1,-59,-5,-83,0v-3,18,-4,51,0,70v28,4,68,-5,86,9v12,49,-58,7,-88,30v0,23,-3,48,-1,70v24,3,62,-2,94,2v15,6,5,41,-9,32v-27,6,-81,-3,-108,2v-23,-32,-7,-107,-7,-165v0,-37,-14,-94,33,-82v26,-7,68,1,95,-3xm76,-291v15,-22,53,5,49,24v-13,8,-21,-10,-34,-14v-10,6,-19,13,-28,18v-16,-7,5,-24,13,-28xm132,-8v-2,4,6,8,3,2v0,-2,-1,-2,-3,-2xm122,-113v2,0,5,-2,4,-4v-3,0,-7,2,-4,4xm146,-9v-1,-2,-5,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm131,-119v-1,-2,-4,-3,-5,0v0,1,5,2,5,0xm151,-8v-2,-1,-6,5,-2,2xm141,-3v3,0,2,-3,0,-2v-1,1,-1,3,0,3r0,-1xm138,-120v-1,-2,-4,-1,-3,2v2,0,3,-1,3,-2xm130,-117v-2,1,1,2,1,2","w":175},"\u00eb":{"d":"152,-251v7,11,7,41,-12,35v-27,1,-59,-5,-83,0v-3,18,-4,51,0,70v28,4,68,-5,86,9v12,49,-58,7,-88,30v0,23,-3,48,-1,70v24,3,62,-2,94,2v15,6,5,41,-9,32v-27,6,-81,-3,-108,2v-23,-32,-7,-107,-7,-165v0,-37,-14,-94,33,-82v26,-7,68,1,95,-3xm70,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm122,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm132,-8v-2,4,6,8,3,2v0,-2,-1,-2,-3,-2xm122,-113v2,0,5,-2,4,-4v-3,0,-7,2,-4,4xm146,-9v-1,-2,-5,-1,-4,1v0,1,1,2,2,2v1,0,2,-1,2,-3xm131,-119v-1,-2,-4,-3,-5,0v0,1,5,2,5,0xm151,-8v-2,-1,-6,5,-2,2xm141,-3v3,0,2,-3,0,-2v-1,1,-1,3,0,3r0,-1xm138,-120v-1,-2,-4,-1,-3,2v2,0,3,-1,3,-2xm130,-117v-2,1,1,2,1,2xm108,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1","w":175},"\u00ef":{"d":"38,-257v42,3,8,71,19,114v-4,40,-5,82,-4,126v2,16,-10,16,-22,17v-22,-18,-1,-57,-8,-94v5,-57,-3,-99,2,-148v0,-6,3,-16,13,-15xm68,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm16,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm50,-9v-1,-2,-3,-1,-4,2v0,1,1,2,2,2v1,-1,2,-2,2,-4xm31,-113v-2,2,-4,4,-1,6v1,-2,3,-5,1,-6xm30,-99v1,0,1,0,1,-1v-1,-2,-3,-3,-3,0v0,1,1,1,2,1xm28,-88v0,3,5,4,2,1v-1,-1,-1,-1,-2,-1xm43,-5v0,3,3,3,2,0v-1,-2,-1,-1,-2,0xm46,-14v-1,0,-3,2,-1,2v1,0,1,-1,1,-2xm31,-119v1,0,1,0,1,-1v0,-1,-2,-2,-2,0v0,1,0,1,1,1xm54,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1","w":79},"\u00f6":{"d":"89,3v-92,-1,-63,-112,-66,-203v0,-64,106,-70,123,-19v15,42,5,105,6,157v-4,36,-27,62,-63,65xm57,-73v-12,28,19,53,48,39v36,-22,8,-100,17,-150v6,-35,-50,-53,-63,-22v-13,30,2,57,-5,89v3,15,-3,34,3,44xm63,-302v14,1,11,27,0,29v-21,4,-26,-26,-8,-32v3,4,7,-3,8,3xm100,-291v3,-18,31,-17,30,3v2,13,-23,22,-27,5v-1,-3,-3,-4,-3,-8xm50,-143v0,4,4,16,3,2v1,-6,-2,-12,-3,-2xm50,-119v3,-2,4,-9,0,-11v0,3,-2,9,0,11xm46,-80v0,3,3,10,3,2v1,-5,-2,-5,-3,-2xm51,-111v2,0,2,0,2,-2v0,-1,0,-2,-2,-2r0,4xm47,-67v2,2,2,2,3,0v-1,-4,-4,-5,-3,0xm53,-71v1,0,1,0,1,-1v1,-2,-3,-3,-3,-1v0,1,1,2,2,2xm47,-86v1,3,1,2,2,0v0,-1,0,-2,-1,-2v-1,0,-1,0,-1,2xm51,-155v0,2,0,2,2,2v0,-1,0,-2,-2,-2xm49,-100v-1,2,3,3,2,1v0,-1,0,-1,-2,-1xm101,-285v0,0,-3,-2,-1,-2v1,0,1,1,1,2xm62,-302v0,-1,-1,-1,-2,-1v0,1,1,1,2,1","w":174},"\u00fa":{"d":"53,-78v-9,42,38,61,57,34v5,-61,2,-137,1,-205v8,-5,30,-4,35,4r-2,190v-3,34,-26,56,-62,58v-97,-5,-48,-149,-61,-252v10,-2,34,-9,34,11xm104,-309v16,2,9,19,-1,22v-18,2,-34,35,-47,12v9,-20,30,-24,48,-34xm138,-112v-1,4,-4,20,2,17v-4,-6,4,-10,-2,-17xm116,-45v-3,-1,-10,5,-5,6xm138,-85v0,1,0,3,2,3v1,-3,3,-5,1,-7v-2,0,-3,1,-3,4xm140,-123v-3,2,-1,5,0,8r0,-8xm140,-141v0,1,1,14,3,9v0,-4,1,-9,-3,-9xm136,-123v6,1,4,-6,1,-7v-4,1,0,3,1,4v0,2,-3,1,-2,3xm100,-35v1,5,8,3,9,0v-2,-2,-4,4,-9,0xm64,-32v4,2,7,-1,1,-2v-1,1,-2,-5,-3,-2xm141,-152v0,-2,-3,-2,-3,0v0,5,5,-2,3,0xm109,-138v-1,0,-1,-4,0,-4v3,0,0,1,2,2v0,1,-1,2,-2,2xm142,-73v3,-3,-2,-5,-4,-6xm107,-50v5,2,-1,3,-2,4xm96,-32v-2,1,-8,4,-2,4xm142,-146v-1,-1,-3,-1,-3,1v0,1,3,-1,3,-1xm107,-43r-3,0v1,-1,2,-1,3,0xm104,-39v-3,1,-1,-3,-1,-1v1,0,1,0,1,1","w":166},"\u00f9":{"d":"53,-78v-9,42,38,61,57,34v5,-61,2,-137,1,-205v8,-5,30,-4,35,4r-2,190v-3,34,-26,56,-62,58v-97,-5,-48,-149,-61,-252v10,-2,34,-9,34,11xm57,-289v-10,-4,-4,-19,5,-18v19,8,38,16,48,34v-15,24,-33,-14,-53,-16xm138,-112v-1,4,-4,20,2,17v-4,-6,4,-10,-2,-17xm116,-45v-3,-1,-10,5,-5,6xm138,-85v0,1,0,3,2,3v1,-3,3,-5,1,-7v-2,0,-3,1,-3,4xm140,-123v-3,2,-1,5,0,8r0,-8xm140,-141v0,1,1,14,3,9v0,-4,1,-9,-3,-9xm136,-123v6,1,4,-6,1,-7v-4,1,0,3,1,4v0,2,-3,1,-2,3xm100,-35v1,5,8,3,9,0v-2,-2,-4,4,-9,0xm64,-32v4,2,7,-1,1,-2v-1,1,-2,-5,-3,-2xm141,-152v0,-2,-3,-2,-3,0v0,5,5,-2,3,0xm109,-138v-1,0,-1,-4,0,-4v3,0,0,1,2,2v0,1,-1,2,-2,2xm142,-73v3,-3,-2,-5,-4,-6xm107,-50v5,2,-1,3,-2,4xm96,-32v-2,1,-8,4,-2,4xm142,-146v-1,-1,-3,-1,-3,1v0,1,3,-1,3,-1xm107,-43r-3,0v1,-1,2,-1,3,0xm104,-39v-3,1,-1,-3,-1,-1v1,0,1,0,1,1","w":166},"\u00fb":{"d":"53,-78v-9,42,38,61,57,34v5,-61,2,-137,1,-205v8,-5,30,-4,35,4r-2,190v-3,34,-26,56,-62,58v-97,-5,-48,-149,-61,-252v10,-2,34,-9,34,11xm94,-275v-13,-13,-26,9,-39,12v-14,-14,14,-33,30,-38v13,7,37,17,33,34v-10,8,-16,-5,-24,-8xm138,-112v-1,4,-4,20,2,17v-4,-6,4,-10,-2,-17xm116,-45v-3,-1,-10,5,-5,6xm138,-85v0,1,0,3,2,3v1,-3,3,-5,1,-7v-2,0,-3,1,-3,4xm140,-123v-3,2,-1,5,0,8r0,-8xm140,-141v0,1,1,14,3,9v0,-4,1,-9,-3,-9xm136,-123v6,1,4,-6,1,-7v-4,1,0,3,1,4v0,2,-3,1,-2,3xm100,-35v1,5,8,3,9,0v-2,-2,-4,4,-9,0xm64,-32v4,2,7,-1,1,-2v-1,1,-2,-5,-3,-2xm141,-152v0,-2,-3,-2,-3,0v0,5,5,-2,3,0xm109,-138v-1,0,-1,-4,0,-4v3,0,0,1,2,2v0,1,-1,2,-2,2xm142,-73v3,-3,-2,-5,-4,-6xm107,-50v5,2,-1,3,-2,4xm96,-32v-2,1,-8,4,-2,4xm142,-146v-1,-1,-3,-1,-3,1v0,1,3,-1,3,-1xm107,-43r-3,0v1,-1,2,-1,3,0xm104,-39v-3,1,-1,-3,-1,-1v1,0,1,0,1,1","w":166},"\u00fc":{"d":"53,-78v-9,42,38,61,57,34v5,-61,2,-137,1,-205v8,-5,30,-4,35,4r-2,190v-3,34,-26,56,-62,58v-97,-5,-48,-149,-61,-252v10,-2,34,-9,34,11xm60,-302v15,4,10,32,-6,28v-17,1,-18,-23,-7,-29v6,-1,10,-3,13,1xm112,-305v17,0,19,30,1,32v-20,-1,-21,-32,-1,-32xm138,-112v-1,4,-4,20,2,17v-4,-6,4,-10,-2,-17xm116,-45v-3,-1,-10,5,-5,6xm138,-85v0,1,0,3,2,3v1,-3,3,-5,1,-7v-2,0,-3,1,-3,4xm140,-123v-3,2,-1,5,0,8r0,-8xm140,-141v0,1,1,14,3,9v0,-4,1,-9,-3,-9xm136,-123v6,1,4,-6,1,-7v-4,1,0,3,1,4v0,2,-3,1,-2,3xm100,-35v1,5,8,3,9,0v-2,-2,-4,4,-9,0xm64,-32v4,2,7,-1,1,-2v-1,1,-2,-5,-3,-2xm141,-152v0,-2,-3,-2,-3,0v0,5,5,-2,3,0xm109,-138v-1,0,-1,-4,0,-4v3,0,0,1,2,2v0,1,-1,2,-2,2xm142,-73v3,-3,-2,-5,-4,-6xm107,-50v5,2,-1,3,-2,4xm96,-32v-2,1,-8,4,-2,4xm142,-146v-1,-1,-3,-1,-3,1v0,1,3,-1,3,-1xm107,-43r-3,0v1,-1,2,-1,3,0xm104,-39v-3,1,-1,-3,-1,-1v1,0,1,0,1,1xm96,-287v2,0,3,3,0,2r0,-2xm57,-303v0,3,2,0,1,0r-1,0","w":166},"\u00ab":{"d":"108,-218v14,-1,27,26,6,30v-3,11,-14,7,-20,19r-37,37v17,29,48,39,63,67v-1,16,-24,29,-30,9v-18,-9,-26,-32,-45,-42v-21,-14,-33,-44,-6,-60v24,-19,37,-49,69,-60xm182,-45v-33,-21,-60,-51,-82,-84v11,-42,53,-53,74,-85v22,-13,42,15,19,28v-19,11,-35,29,-50,44v-26,27,31,41,45,62v15,7,11,33,-6,35xm112,-72v0,-5,-9,-11,-14,-13v4,5,9,10,14,13","w":225},"\u00bb":{"d":"112,-106v-29,14,-51,80,-89,53v-7,-24,27,-27,36,-45v10,-12,25,-18,31,-34r-59,-55v-9,-12,0,-26,12,-30v31,19,50,50,77,73v12,12,0,31,-8,38xm138,-206v21,26,51,44,67,75v-16,37,-53,55,-76,84v-15,10,-40,-8,-25,-23v26,-16,43,-38,64,-59v-11,-31,-88,-54,-47,-88v9,0,12,11,17,11xm56,-62v-5,2,-14,9,-14,12v5,-2,12,-7,14,-12","w":225},"\u00c0":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm53,-289v-9,-4,-4,-19,6,-18v18,9,38,17,48,34v-16,23,-33,-13,-54,-16xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1"},"\u00c1":{"d":"109,-221r44,208v0,9,-8,9,-17,9v-29,5,-10,-34,-29,-46v-29,3,-57,-12,-57,30v0,19,-29,26,-40,15v4,-46,24,-83,23,-120v15,-36,17,-91,26,-123v8,0,6,-15,9,-5v5,-10,17,-4,27,-4v11,7,12,21,14,36xm78,-170v-4,29,-17,62,-16,88v22,6,55,6,39,-29v-2,-23,-11,-41,-14,-62v-3,-2,-10,-1,-9,3xm102,-309v14,1,10,20,-1,22v-15,4,-22,16,-36,21v-21,-3,-6,-20,3,-25v11,-5,21,-15,34,-18xm32,-12v0,-4,-6,-2,-8,-1v2,1,7,5,8,1"},"\u00cb":{"d":"31,0v-19,-23,-2,-63,-10,-98v6,-41,3,-106,5,-143v36,-21,80,-1,120,-11v9,4,18,11,12,24v-11,28,-65,7,-96,13v-8,15,-3,46,-3,68v14,9,36,-3,62,3v12,-7,33,6,24,28v-19,14,-69,-5,-87,9v4,26,-19,79,23,69v31,-3,101,-6,68,35v-39,6,-87,-4,-118,3xm70,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm122,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm29,-156v0,2,3,7,4,4v0,-2,-1,-5,-4,-4xm148,-9v-4,-1,-7,2,-3,3v2,0,3,-1,3,-3xm89,-244v-1,-2,-4,-2,-5,0v0,1,1,2,2,2v2,0,3,-1,3,-2xm29,-226v1,1,6,1,4,0v-2,0,0,-4,-3,-1v-1,1,-2,1,-1,1xm30,-238v3,0,2,-3,0,-2r0,2xm108,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm67,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1","w":180},"\u00cf":{"d":"37,-253v25,-13,27,16,25,38v-6,72,-2,133,-2,194v0,11,-3,21,-16,21v-45,-4,-11,-72,-21,-113v4,-40,5,-83,4,-128v1,-5,4,-9,10,-12xm68,-305v17,0,21,29,2,32v-20,-1,-20,-31,-2,-32xm16,-273v-22,2,-26,-26,-8,-32v15,-3,26,24,8,32xm28,-26v-2,1,-2,5,-1,5v2,0,5,-4,1,-5xm30,-112v0,-3,-3,-4,-2,0r2,0xm31,-126v-1,-2,-5,-3,-2,0v0,2,2,1,2,0xm39,-245v0,0,-1,4,0,1r0,-1xm54,-285v-1,0,-1,-1,-1,-2v1,0,1,1,1,2xm13,-302v1,0,3,-1,1,-1v-1,0,-1,0,-1,1xm28,-94v-1,0,-1,1,-1,2v1,0,1,-1,1,-2","w":83},"\u00a0":{"w":97}},"kerning":{}});

$(document).ready(function()
{
	

	
	
	   $('#case .slides').cycle({
        fx:     'fade',
        speed:   400,
        timeout: 0,
        next:   '#case .next',
        prev:   '#case .prev',
		count:  '#case .count',
		// 'toggle'  toggles the pause/resume state of the slideshow 
		play:   '#case .play',
		pause:  '#case .pause',
		width:	850,
		height:	400,
		pager:  '#pagn'
    });
	

	

	

	$('a').click(function(){
		this.blur();
	});

	
	
	

	$('A[rel="external"]').click(function(){
		window.open($(this).attr('href'));
		return false;
	});
	
	$('A[rel="popup"]').click(function(){
		var href = $(this).attr('href');
		window.open(href, 'popup', 'width=400,height=500,toolbar=no');
		return false;
	});	
	
	
	
	
	
});
