/* --------- /javascripts/frontend/jquery.tools.min.js --------- */ 

(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")}})})();(function(d){d.tools=d.tools||{};d.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(e,f){c[e]=f}};var c={"default":function(f,e){this.getPanes().hide().eq(f).show();e.call()},fade:function(g,e){var f=this.getConf(),j=f.fadeOutSpeed,h=this.getPanes();if(j){h.fadeOut(j)}else{h.hide()}h.eq(g).fadeIn(f.fadeInSpeed,e)},slide:function(f,e){this.getPanes().slideUp(200);this.getPanes().eq(f).slideDown(400,e)},ajax:function(f,e){this.getPanes().eq(0).load(this.getTabs().eq(f).attr("href"),e)}};var b;d.tools.tabs.addEffect("horizontal",function(f,e){if(!b){b=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){d(this).hide()});this.getPanes().eq(f).animate({width:b},function(){d(this).show();e.call()})});function a(g,h,f){var e=this,j=d(this),i;d.each(f,function(k,l){if(d.isFunction(l)){j.bind(k,l)}});d.extend(this,{click:function(k,n){var o=e.getCurrentPane();var l=g.eq(k);if(typeof k=="string"&&k.replace("#","")){l=g.filter("[href*="+k.replace("#","")+"]");k=Math.max(g.index(l),0)}if(f.rotate){var m=g.length-1;if(k<0){return e.click(m,n)}if(k>m){return e.click(0,n)}}if(!l.length){if(i>=0){return e}k=f.initialIndex;l=g.eq(k)}if(k===i){return e}n=n||d.Event();n.type="onBeforeClick";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}c[f.effect].call(e,k,function(){n.type="onClick";j.trigger(n,[k])});n.type="onStart";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}i=k;g.removeClass(f.current);l.addClass(f.current);return e},getConf:function(){return f},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(i)},getCurrentTab:function(){return g.eq(i)},getIndex:function(){return i},next:function(){return e.click(i+1)},prev:function(){return e.click(i-1)},bind:function(k,l){j.bind(k,l);return e},onBeforeClick:function(k){return this.bind("onBeforeClick",k)},onClick:function(k){return this.bind("onClick",k)},unbind:function(k){j.unbind(k);return e}});g.each(function(k){d(this).bind(f.event,function(l){e.click(k,l);return false})});if(location.hash){e.click(location.hash)}else{if(f.initialIndex===0||f.initialIndex>0){e.click(f.initialIndex)}}h.find("a[href^=#]").click(function(k){e.click(d(this).attr("href"),k)})}d.fn.tabs=function(i,f){var g=this.eq(typeof f=="number"?f:0).data("tabs");if(g){return g}if(d.isFunction(f)){f={onBeforeClick:f}}var h=d.extend({},d.tools.tabs.conf),e=this.length;f=d.extend(h,f);this.each(function(l){var j=d(this);var k=j.find(f.tabs);if(!k.length){k=j.children()}var m=i.jquery?i:j.children(i);if(!m.length){m=e==1?d(i):j.parent().find(i)}g=new a(k,m,f);j.data("tabs",g)});return f.api?g:this}})(jQuery);(function(b){var a=b.tools.tabs;a.plugins=a.plugins||{};a.plugins.slideshow={version:"1.0.2",conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3000,clickable:true,api:false}};b.prototype.slideshow=function(e){var f=b.extend({},a.plugins.slideshow.conf),c=this.length,d;e=b.extend(f,e);this.each(function(){var p=b(this),m=p.tabs(),i=b(m),o=m;b.each(e,function(t,u){if(b.isFunction(u)){m.bind(t,u)}});function n(t){return c==1?b(t):p.parent().find(t)}var s=n(e.next).click(function(){m.next()});var q=n(e.prev).click(function(){m.prev()});var h,j,l,g=false;b.extend(m,{play:function(){if(h){return}var t=b.Event("onBeforePlay");i.trigger(t);if(t.isDefaultPrevented()){return m}g=false;h=setInterval(m.next,e.interval);i.trigger("onPlay");m.next()},pause:function(){if(!h){return m}var t=b.Event("onBeforePause");i.trigger(t);if(t.isDefaultPrevented()){return m}h=clearInterval(h);l=clearInterval(l);i.trigger("onPause")},stop:function(){m.pause();g=true},onBeforePlay:function(t){return m.bind("onBeforePlay",t)},onPlay:function(t){return m.bind("onPlay",t)},onBeforePause:function(t){return m.bind("onBeforePause",t)},onPause:function(t){return m.bind("onPause",t)}});if(e.autopause){var k=m.getTabs().add(s).add(q).add(m.getPanes());k.hover(function(){m.pause();j=clearInterval(j)},function(){if(!g){j=setTimeout(m.play,e.interval)}})}if(e.autoplay){l=setTimeout(m.play,e.interval)}else{m.stop()}if(e.clickable){m.getPanes().click(function(){m.next()})}if(!m.getConf().rotate){var r=e.disabledClass;if(!m.getIndex()){q.addClass(r)}m.onBeforeClick(function(u,t){if(!t){q.addClass(r)}else{q.removeClass(r);if(t==m.getTabs().length-1){s.addClass(r)}else{s.removeClass(r)}}})}});return e.api?d:this}})(jQuery);(function(d){var a=d.tools.tabs;a.plugins=a.plugins||{};a.plugins.history={version:"1.0.2",conf:{api:false}};var e,b;function c(f){if(f){var g=b.contentWindow.document;g.open().close();g.location.hash=f}}d.fn.onHash=function(g){var f=this;if(d.browser.msie&&d.browser.version<"8"){if(!b){b=d("<iframe/>").attr("src","javascript:false;").hide().get(0);d("body").append(b);setInterval(function(){var i=b.contentWindow.document,j=i.location.hash;if(e!==j){d.event.trigger("hash",j);e=j}},100);c(location.hash||"#")}f.bind("click.hash",function(h){c(d(this).attr("href"))})}else{setInterval(function(){var j=location.hash;var i=f.filter("[href$="+j+"]");if(!i.length){j=j.replace("#","");i=f.filter("[href$="+j+"]")}if(i.length&&j!==e){e=j;d.event.trigger("hash",j)}},100)}d(window).bind("hash",g);return this};d.fn.history=function(g){var h=d.extend({},a.plugins.history.conf),f;g=d.extend(h,g);this.each(function(){var j=d(this).tabs(),i=j.getTabs();if(j){f=j}i.onHash(function(k,l){if(!l||l=="#"){l=j.getConf().initialIndex}j.click(l)});i.click(function(k){location.hash=d(this).attr("href").replace("#","")})});return g.api?f:this}})(jQuery);(function(c){var d=[];c.tools=c.tools||{};c.tools.tooltip={version:"1.1.2",conf:{effect:"toggle",fadeOutSpeed:"fast",tip:null,predelay:0,delay:30,opacity:1,lazy:undefined,position:["top","center"],offset:[0,0],cancelDefault:true,relative:false,oneInstance:true,events:{def:"mouseover,mouseout",input:"focus,blur",widget:"focus mouseover,blur mouseout",tooltip:"mouseover,mouseout"},api:false},addEffect:function(e,g,f){b[e]=[g,f]}};var b={toggle:[function(e){var f=this.getConf(),g=this.getTip(),h=f.opacity;if(h<1){g.css({opacity:h})}g.show();e.call()},function(e){this.getTip().hide();e.call()}],fade:[function(e){this.getTip().fadeIn(this.getConf().fadeInSpeed,e)},function(e){this.getTip().fadeOut(this.getConf().fadeOutSpeed,e)}]};function a(f,g){var p=this,k=c(this);f.data("tooltip",p);var l=f.next();if(g.tip){l=c(g.tip);if(l.length>1){l=f.nextAll(g.tip).eq(0);if(!l.length){l=f.parent().nextAll(g.tip).eq(0)}}}function o(u){var t=g.relative?f.position().top:f.offset().top,s=g.relative?f.position().left:f.offset().left,v=g.position[0];t-=l.outerHeight()-g.offset[0];s+=f.outerWidth()+g.offset[1];var q=l.outerHeight()+f.outerHeight();if(v=="center"){t+=q/2}if(v=="bottom"){t+=q}v=g.position[1];var r=l.outerWidth()+f.outerWidth();if(v=="center"){s-=r/2}if(v=="left"){s-=r}return{top:t,left:s}}var i=f.is(":input"),e=i&&f.is(":checkbox, :radio, select, :button"),h=f.attr("type"),n=g.events[h]||g.events[i?(e?"widget":"input"):"def"];n=n.split(/,\s*/);if(n.length!=2){throw"Tooltip: bad events configuration for "+h}f.bind(n[0],function(r){if(g.oneInstance){c.each(d,function(){this.hide()})}var q=l.data("trigger");if(q&&q[0]!=this){l.hide().stop(true,true)}r.target=this;p.show(r);n=g.events.tooltip.split(/,\s*/);l.bind(n[0],function(){p.show(r)});if(n[1]){l.bind(n[1],function(){p.hide(r)})}});f.bind(n[1],function(q){p.hide(q)});if(!c.browser.msie&&!i&&!g.predelay){f.mousemove(function(){if(!p.isShown()){f.triggerHandler("mouseover")}})}if(g.opacity<1){l.css("opacity",g.opacity)}var m=0,j=f.attr("title");if(j&&g.cancelDefault){f.removeAttr("title");f.data("title",j)}c.extend(p,{show:function(r){if(r){f=c(r.target)}clearTimeout(l.data("timer"));if(l.is(":animated")||l.is(":visible")){return p}function q(){l.data("trigger",f);var t=o(r);if(g.tip&&j){l.html(f.data("title"))}r=r||c.Event();r.type="onBeforeShow";k.trigger(r,[t]);if(r.isDefaultPrevented()){return p}t=o(r);l.css({position:"absolute",top:t.top,left:t.left});var s=b[g.effect];if(!s){throw'Nonexistent effect "'+g.effect+'"'}s[0].call(p,function(){r.type="onShow";k.trigger(r)})}if(g.predelay){clearTimeout(m);m=setTimeout(q,g.predelay)}else{q()}return p},hide:function(r){clearTimeout(l.data("timer"));clearTimeout(m);if(!l.is(":visible")){return}function q(){r=r||c.Event();r.type="onBeforeHide";k.trigger(r);if(r.isDefaultPrevented()){return}b[g.effect][1].call(p,function(){r.type="onHide";k.trigger(r)})}if(g.delay&&r){l.data("timer",setTimeout(q,g.delay))}else{q()}return p},isShown:function(){return l.is(":visible, :animated")},getConf:function(){return g},getTip:function(){return l},getTrigger:function(){return f},bind:function(q,r){k.bind(q,r);return p},onHide:function(q){return this.bind("onHide",q)},onBeforeShow:function(q){return this.bind("onBeforeShow",q)},onShow:function(q){return this.bind("onShow",q)},onBeforeHide:function(q){return this.bind("onBeforeHide",q)},unbind:function(q){k.unbind(q);return p}});c.each(g,function(q,r){if(c.isFunction(r)){p.bind(q,r)}})}c.prototype.tooltip=function(e){var f=this.eq(typeof e=="number"?e:0).data("tooltip");if(f){return f}var g=c.extend(true,{},c.tools.tooltip.conf);if(c.isFunction(e)){e={onBeforeShow:e}}else{if(typeof e=="string"){e={tip:e}}}e=c.extend(true,g,e);if(typeof e.position=="string"){e.position=e.position.split(/,?\s/)}if(e.lazy!==false&&(e.lazy===true||this.length>20)){this.one("mouseover",function(h){f=new a(c(this),e);f.show(h);d.push(f)})}else{this.each(function(){f=new a(c(this),e);d.push(f)})}return e.api?f:this}})(jQuery);(function(b){var a=b.tools.tooltip;a.effects=a.effects||{};a.effects.slide={version:"1.0.0"};b.extend(a.conf,{direction:"up",bounce:false,slideOffset:10,slideInSpeed:200,slideOutSpeed:200,slideFade:!b.browser.msie});var c={up:["-","top"],down:["+","top"],left:["-","left"],right:["+","left"]};b.tools.tooltip.addEffect("slide",function(d){var f=this.getConf(),g=this.getTip(),h=f.slideFade?{opacity:f.opacity}:{},e=c[f.direction]||c.up;h[e[1]]=e[0]+"="+f.slideOffset;if(f.slideFade){g.css({opacity:0})}g.show().animate(h,f.slideInSpeed,d)},function(e){var g=this.getConf(),i=g.slideOffset,h=g.slideFade?{opacity:0}:{},f=c[g.direction]||c.up;var d=""+f[0];if(g.bounce){d=d=="+"?"-":"+"}h[f[1]]=d+"="+i;this.getTip().animate(h,g.slideOutSpeed,function(){b(this).hide();e.call()})})})(jQuery);(function(d){var c=d.tools.tooltip;c.plugins=c.plugins||{};c.plugins.dynamic={version:"1.0.1",conf:{api:false,classNames:"top right bottom left"}};function b(h){var e=d(window);var g=e.width()+e.scrollLeft();var f=e.height()+e.scrollTop();return[h.offset().top<=e.scrollTop(),g<=h.offset().left+h.width(),f<=h.offset().top+h.height(),e.scrollLeft()>=h.offset().left]}function a(f){var e=f.length;while(e--){if(f[e]){return false}}return true}d.fn.dynamic=function(g){var h=d.extend({},c.plugins.dynamic.conf),f;if(typeof g=="number"){g={speed:g}}g=d.extend(h,g);var e=g.classNames.split(/\s/),i;this.each(function(){if(d(this).tooltip().jquery){throw"Lazy feature not supported by dynamic plugin. set lazy: false for tooltip"}var j=d(this).tooltip().onBeforeShow(function(n,o){var m=this.getTip(),l=this.getConf();if(!i){i=[l.position[0],l.position[1],l.offset[0],l.offset[1],d.extend({},l)]}d.extend(l,i[4]);l.position=[i[0],i[1]];l.offset=[i[2],i[3]];m.css({visibility:"hidden",position:"absolute",top:o.top,left:o.left}).show();var k=b(m);if(!a(k)){if(k[2]){d.extend(l,g.top);l.position[0]="top";m.addClass(e[0])}if(k[3]){d.extend(l,g.right);l.position[1]="right";m.addClass(e[1])}if(k[0]){d.extend(l,g.bottom);l.position[0]="bottom";m.addClass(e[2])}if(k[1]){d.extend(l,g.left);l.position[1]="left";m.addClass(e[3])}if(k[0]||k[2]){l.offset[0]*=-1}if(k[1]||k[3]){l.offset[1]*=-1}}m.css({visibility:"visible"}).hide()});j.onShow(function(){var l=this.getConf(),k=this.getTip();l.position=[i[0],i[1]];l.offset=[i[2],i[3]]});j.onHide(function(){var k=this.getTip();k.removeClass(g.classNames)});f=j});return g.api?f:this}})(jQuery);(function(b){b.tools=b.tools||{};b.tools.scrollable={version:"1.1.2",conf:{size:5,vertical:false,speed:400,keyboard:true,keyboardSteps:null,disabledClass:"disabled",hoverClass:null,clickable:true,activeClass:"active",easing:"swing",loop:false,items:".items",item:null,prev:".prev",next:".next",prevPage:".prevPage",nextPage:".nextPage",api:false}};var c;function a(o,m){var r=this,p=b(this),d=!m.vertical,e=o.children(),k=0,i;if(!c){c=r}b.each(m,function(s,t){if(b.isFunction(t)){p.bind(s,t)}});if(e.length>1){e=b(m.items,o)}function l(t){var s=b(t);return m.globalNav?s:o.parent().find(t)}o.data("finder",l);var f=l(m.prev),h=l(m.next),g=l(m.prevPage),n=l(m.nextPage);b.extend(r,{getIndex:function(){return k},getClickIndex:function(){var s=r.getItems();return s.index(s.filter("."+m.activeClass))},getConf:function(){return m},getSize:function(){return r.getItems().size()},getPageAmount:function(){return Math.ceil(this.getSize()/m.size)},getPageIndex:function(){return Math.ceil(k/m.size)},getNaviButtons:function(){return f.add(h).add(g).add(n)},getRoot:function(){return o},getItemWrap:function(){return e},getItems:function(){return e.children(m.item)},getVisibleItems:function(){return r.getItems().slice(k,k+m.size)},seekTo:function(s,w,t){if(s<0){s=0}if(k===s){return r}if(b.isFunction(w)){t=w}if(s>r.getSize()-m.size){return m.loop?r.begin():this.end()}var u=r.getItems().eq(s);if(!u.length){return r}var v=b.Event("onBeforeSeek");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}if(w===undefined||b.isFunction(w)){w=m.speed}function x(){if(t){t.call(r,s)}p.trigger("onSeek",[s])}if(d){e.animate({left:-u.position().left},w,m.easing,x)}else{e.animate({top:-u.position().top},w,m.easing,x)}c=r;k=s;v=b.Event("onStart");p.trigger(v,[s]);if(v.isDefaultPrevented()){return r}f.add(g).toggleClass(m.disabledClass,s===0);h.add(n).toggleClass(m.disabledClass,s>=r.getSize()-m.size);return r},move:function(u,t,s){i=u>0;return this.seekTo(k+u,t,s)},next:function(t,s){return this.move(1,t,s)},prev:function(t,s){return this.move(-1,t,s)},movePage:function(w,v,u){i=w>0;var s=m.size*w;var t=k%m.size;if(t>0){s+=(w>0?-t:m.size-t)}return this.move(s,v,u)},prevPage:function(t,s){return this.movePage(-1,t,s)},nextPage:function(t,s){return this.movePage(1,t,s)},setPage:function(t,u,s){return this.seekTo(t*m.size,u,s)},begin:function(t,s){i=false;return this.seekTo(0,t,s)},end:function(t,s){i=true;var u=this.getSize()-m.size;return u>0?this.seekTo(u,t,s):r},reload:function(){p.trigger("onReload");return r},focus:function(){c=r;return r},click:function(u){var v=r.getItems().eq(u),s=m.activeClass,t=m.size;if(u<0||u>=r.getSize()){return r}if(t==1){if(m.loop){return r.next()}if(u===0||u==r.getSize()-1){i=(i===undefined)?true:!i}return i===false?r.prev():r.next()}if(t==2){if(u==k){u--}r.getItems().removeClass(s);v.addClass(s);return r.seekTo(u,time,fn)}if(!v.hasClass(s)){r.getItems().removeClass(s);v.addClass(s);var x=Math.floor(t/2);var w=u-x;if(w>r.getSize()-t){w=r.getSize()-t}if(w!==u){return r.seekTo(w)}}return r},bind:function(s,t){p.bind(s,t);return r},unbind:function(s){p.unbind(s);return r}});b.each("onBeforeSeek,onStart,onSeek,onReload".split(","),function(s,t){r[t]=function(u){return r.bind(t,u)}});f.addClass(m.disabledClass).click(function(){r.prev()});h.click(function(){r.next()});n.click(function(){r.nextPage()});if(r.getSize()<m.size){h.add(n).addClass(m.disabledClass)}g.addClass(m.disabledClass).click(function(){r.prevPage()});var j=m.hoverClass,q="keydown."+Math.random().toString().substring(10);r.onReload(function(){if(j){r.getItems().hover(function(){b(this).addClass(j)},function(){b(this).removeClass(j)})}if(m.clickable){r.getItems().each(function(s){b(this).unbind("click.scrollable").bind("click.scrollable",function(t){if(b(t.target).is("a")){return}return r.click(s)})})}if(m.keyboard){b(document).unbind(q).bind(q,function(t){if(t.altKey||t.ctrlKey){return}if(m.keyboard!="static"&&c!=r){return}var u=m.keyboardSteps;if(d&&(t.keyCode==37||t.keyCode==39)){r.move(t.keyCode==37?-u:u);return t.preventDefault()}if(!d&&(t.keyCode==38||t.keyCode==40)){r.move(t.keyCode==38?-u:u);return t.preventDefault()}return true})}else{b(document).unbind(q)}});r.reload()}b.fn.scrollable=function(d){var e=this.eq(typeof d=="number"?d:0).data("scrollable");if(e){return e}var f=b.extend({},b.tools.scrollable.conf);d=b.extend(f,d);d.keyboardSteps=d.keyboardSteps||d.size;this.each(function(){e=new a(b(this),d);b(this).data("scrollable",e)});return d.api?e:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.circular={version:"0.5.1",conf:{api:false,clonedClass:"cloned"}};b.fn.circular=function(e){var d=b.extend({},a.plugins.circular.conf),c;b.extend(d,e);this.each(function(){var i=b(this).scrollable(),n=i.getItems(),k=i.getConf(),f=i.getItemWrap(),j=0;if(i){c=i}if(n.length<k.size){return false}n.slice(0,k.size).each(function(o){b(this).clone().appendTo(f).click(function(){i.click(n.length+o)}).addClass(d.clonedClass)});var l=b.makeArray(n.slice(-k.size)).reverse();b(l).each(function(o){b(this).clone().prependTo(f).click(function(){i.click(-o-1)}).addClass(d.clonedClass)});var m=f.children(k.item);var h=k.hoverClass;if(h){m.hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)})}function g(o){var p=m.eq(o);if(k.vertical){f.css({top:-p.position().top})}else{f.css({left:-p.position().left})}}g(k.size);b.extend(i,{move:function(s,r,p,q){var u=j+s+k.size;var t=u>i.getSize()-k.size;if(u<=0||t){var o=j+k.size+(t?-n.length:n.length);g(o);u=o+s}if(q){m.removeClass(k.activeClass).eq(u+Math.floor(k.size/2)).addClass(k.activeClass)}if(u===j+k.size){return self}return i.seekTo(u,r,p)},begin:function(p,o){return this.seekTo(k.size,p,o)},end:function(p,o){return this.seekTo(n.length,p,o)},click:function(p,r,q){if(!k.clickable){return self}if(k.size==1){return this.next()}var s=p-j,o=k.activeClass;s-=Math.floor(k.size/2);return this.move(s,r,q,true)},getIndex:function(){return j},setPage:function(p,q,o){return this.seekTo(p*k.size+k.size,q,o)},getPageAmount:function(){return Math.ceil(n.length/k.size)},getPageIndex:function(){if(j<0){return this.getPageAmount()-1}if(j>=n.length){return 0}var o=(j+k.size)/k.size-1;return o},getVisibleItems:function(){var o=j+k.size;return m.slice(o,o+k.size)}});i.onStart(function(p,o){j=o-k.size;return false});i.getNaviButtons().removeClass(k.disabledClass)});return d.api?c:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.autoscroll={version:"1.0.1",conf:{autoplay:true,interval:3000,autopause:true,steps:1,api:false}};b.fn.autoscroll=function(d){if(typeof d=="number"){d={interval:d}}var e=b.extend({},a.plugins.autoscroll.conf),c;b.extend(e,d);this.each(function(){var g=b(this).scrollable();if(g){c=g}var i,f,h=true;g.play=function(){if(i){return}h=false;i=setInterval(function(){g.move(e.steps)},e.interval);g.move(e.steps)};g.pause=function(){i=clearInterval(i)};g.stop=function(){g.pause();h=true};if(e.autopause){g.getRoot().add(g.getNaviButtons()).hover(function(){g.pause();clearInterval(f)},function(){if(!h){f=setTimeout(g.play,e.interval)}})}if(e.autoplay){setTimeout(g.play,e.interval)}});return e.api?c:this}})(jQuery);(function(b){var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.navigator={version:"1.0.2",conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,api:false,idPrefix:null}};b.fn.navigator=function(d){var e=b.extend({},a.plugins.navigator.conf),c;if(typeof d=="string"){d={navi:d}}d=b.extend(e,d);this.each(function(){var i=b(this).scrollable(),f=i.getRoot(),l=f.data("finder").call(null,d.navi),g=null,k=i.getNaviButtons();if(i){c=i}i.getNaviButtons=function(){return k.add(l)};function j(){if(!l.children().length||l.data("navi")==i){l.empty();l.data("navi",i);for(var m=0;m<i.getPageAmount();m++){l.append(b("<"+(d.naviItem||"a")+"/>"))}g=l.children().each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()});if(d.indexed){o.text(n)}if(d.idPrefix){o.attr("id",d.idPrefix+n)}})}else{g=d.naviItem?l.find(d.naviItem):l.children();g.each(function(n){var o=b(this);o.click(function(p){i.setPage(n);return p.preventDefault()})})}g.eq(0).addClass(d.activeClass)}i.onStart(function(o,n){var m=d.activeClass;g.removeClass(m).eq(i.getPageIndex()).addClass(m)});i.onReload(function(){j()});j();var h=g.filter("[href="+location.hash+"]");if(h.length){i.move(g.index(h))}});return d.api?c:this}})(jQuery);(function(b){b.fn.wheel=function(e){return this[e?"bind":"trigger"]("wheel",e)};b.event.special.wheel={setup:function(){b.event.add(this,d,c,{})},teardown:function(){b.event.remove(this,d,c)}};var d=!b.browser.mozilla?"mousewheel":"DOMMouseScroll"+(b.browser.version<"1.9"?" mousemove":"");function c(e){switch(e.type){case"mousemove":return b.extend(e.data,{clientX:e.clientX,clientY:e.clientY,pageX:e.pageX,pageY:e.pageY});case"DOMMouseScroll":b.extend(e,e.data);e.delta=-e.detail/3;break;case"mousewheel":e.delta=e.wheelDelta/120;break}e.type="wheel";return b.event.handle.call(this,e,e.delta)}var a=b.tools.scrollable;a.plugins=a.plugins||{};a.plugins.mousewheel={version:"1.0.1",conf:{api:false,speed:50}};b.fn.mousewheel=function(f){var g=b.extend({},a.plugins.mousewheel.conf),e;if(typeof f=="number"){f={speed:f}}f=b.extend(g,f);this.each(function(){var h=b(this).scrollable();if(h){e=h}h.getRoot().wheel(function(i,j){h.move(j<0?1:-1,f.speed||50);return false})});return f.api?e:this}})(jQuery);(function(c){c.tools=c.tools||{};c.tools.overlay={version:"1.1.2",addEffect:function(e,f,g){b[e]=[f,g]},conf:{top:"10%",left:"center",absolute:false,speed:"normal",closeSpeed:"fast",effect:"default",close:null,oneInstance:true,closeOnClick:true,closeOnEsc:true,api:false,expose:null,target:null}};var b={};c.tools.overlay.addEffect("default",function(e){this.getOverlay().fadeIn(this.getConf().speed,e)},function(e){this.getOverlay().fadeOut(this.getConf().closeSpeed,e)});var d=[];function a(g,k){var o=this,m=c(this),n=c(window),j,i,h,e=k.expose&&c.tools.expose.version;var f=k.target||g.attr("rel");i=f?c(f):null||g;if(!i.length){throw"Could not find Overlay: "+f}if(g&&g.index(i)==-1){g.click(function(p){o.load(p);return p.preventDefault()})}c.each(k,function(p,q){if(c.isFunction(q)){m.bind(p,q)}});c.extend(o,{load:function(u){if(o.isOpened()){return o}var r=b[k.effect];if(!r){throw'Overlay: cannot find effect : "'+k.effect+'"'}if(k.oneInstance){c.each(d,function(){this.close(u)})}u=u||c.Event();u.type="onBeforeLoad";m.trigger(u);if(u.isDefaultPrevented()){return o}h=true;if(e){i.expose().load(u)}var t=k.top;var s=k.left;var p=i.outerWidth({margin:true});var q=i.outerHeight({margin:true});if(typeof t=="string"){t=t=="center"?Math.max((n.height()-q)/2,0):parseInt(t,10)/100*n.height()}if(s=="center"){s=Math.max((n.width()-p)/2,0)}if(!k.absolute){t+=n.scrollTop();s+=n.scrollLeft()}i.css({top:t,left:s,position:"absolute"});u.type="onStart";m.trigger(u);r[0].call(o,function(){if(h){u.type="onLoad";m.trigger(u)}});if(k.closeOnClick){c(document).bind("click.overlay",function(w){if(!o.isOpened()){return}var v=c(w.target);if(v.parents(i).length>1){return}c.each(d,function(){this.close(w)})})}if(k.closeOnEsc){c(document).unbind("keydown.overlay").bind("keydown.overlay",function(v){if(v.keyCode==27){c.each(d,function(){this.close(v)})}})}return o},close:function(q){if(!o.isOpened()){return o}q=q||c.Event();q.type="onBeforeClose";m.trigger(q);if(q.isDefaultPrevented()){return}h=false;b[k.effect][1].call(o,function(){q.type="onClose";m.trigger(q)});var p=true;c.each(d,function(){if(this.isOpened()){p=false}});if(p){c(document).unbind("click.overlay").unbind("keydown.overlay")}return o},getContent:function(){return i},getOverlay:function(){return i},getTrigger:function(){return g},getClosers:function(){return j},isOpened:function(){return h},getConf:function(){return k},bind:function(p,q){m.bind(p,q);return o},unbind:function(p){m.unbind(p);return o}});c.each("onBeforeLoad,onStart,onLoad,onBeforeClose,onClose".split(","),function(p,q){o[q]=function(r){return o.bind(q,r)}});if(e){if(typeof k.expose=="string"){k.expose={color:k.expose}}c.extend(k.expose,{api:true,closeOnClick:k.closeOnClick,closeOnEsc:false});var l=i.expose(k.expose);l.onBeforeClose(function(p){o.close(p)});o.onClose(function(p){l.close(p)})}j=i.find(k.close||".close");if(!j.length&&!k.close){j=c('<div class="close"></div>');i.prepend(j)}j.click(function(p){o.close(p)})}c.fn.overlay=function(e){var f=this.eq(typeof e=="number"?e:0).data("overlay");if(f){return f}if(c.isFunction(e)){e={onBeforeLoad:e}}var g=c.extend({},c.tools.overlay.conf);e=c.extend(true,g,e);this.each(function(){f=new a(c(this),e);d.push(f);c(this).data("overlay",f)});return e.api?f:this}})(jQuery);(function(b){var a=b.tools.overlay;a.plugins=a.plugins||{};a.plugins.gallery={version:"1.0.0",conf:{imgId:"img",next:".next",prev:".prev",info:".info",progress:".progress",disabledClass:"disabled",activeClass:"active",opacity:0.8,speed:"slow",template:"<strong>${title}</strong> <span>Image ${index} of ${total}</span>",autohide:true,preload:true,api:false}};b.fn.gallery=function(d){var o=b.extend({},a.plugins.gallery.conf),m;b.extend(o,d);m=this.overlay();var r=this,j=m.getOverlay(),k=j.find(o.next),g=j.find(o.prev),e=j.find(o.info),c=j.find(o.progress),h=g.add(k).add(e).css({opacity:o.opacity}),s=m.getClosers(),l;function p(u){c.fadeIn();h.hide();s.hide();var t=u.attr("href");var v=new Image();v.onload=function(){c.fadeOut();var y=b("#"+o.imgId,j);if(!y.length){y=b("<img/>").attr("id",o.imgId).css("visibility","hidden");j.prepend(y)}y.attr("src",t).css("visibility","hidden");var z=v.width;var A=(b(window).width()-z)/2;l=r.index(r.filter("[href="+t+"]"));r.removeClass(o.activeClass).eq(l).addClass(o.activeClass);var w=o.disabledClass;h.removeClass(w);if(l===0){g.addClass(w)}if(l==r.length-1){k.addClass(w)}var B=o.template.replace("${title}",u.attr("title")||u.data("title")).replace("${index}",l+1).replace("${total}",r.length);var x=parseInt(e.css("paddingLeft"),10)+parseInt(e.css("paddingRight"),10);e.html(B).css({width:z-x});j.animate({width:z,height:v.height,left:A},o.speed,function(){y.hide().css("visibility","visible").fadeIn(function(){if(!o.autohide){h.fadeIn();s.show()}})})};v.onerror=function(){j.fadeIn().html("Cannot find image "+t)};v.src=t;if(o.preload){r.filter(":eq("+(l-1)+"), :eq("+(l+1)+")").each(function(){var w=new Image();w.src=b(this).attr("href")})}}function f(t,u){t.click(function(){if(t.hasClass(o.disabledClass)){return}var v=r.eq(i=l+(u?1:-1));if(v.length){p(v)}})}f(k,true);f(g);b(document).keydown(function(t){if(!j.is(":visible")||t.altKey||t.ctrlKey){return}if(t.keyCode==37||t.keyCode==39){var u=t.keyCode==37?g:k;u.click();return t.preventDefault()}return true});function q(){if(!j.is(":animated")){h.show();s.show()}}if(o.autohide){j.hover(q,function(){h.fadeOut();s.hide()}).mousemove(q)}var n;this.each(function(){var v=b(this),u=b(this).overlay(),t=u;u.onBeforeLoad(function(){p(v)});u.onClose(function(){r.removeClass(o.activeClass)})});return o.api?n:this}})(jQuery);(function(d){var b=d.tools.overlay;b.effects=b.effects||{};b.effects.apple={version:"1.0.1"};d.extend(b.conf,{start:{absolute:true,top:null,left:null},fadeInSpeed:"fast",zIndex:9999});function c(f){var g=f.offset();return[g.top+f.height()/2,g.left+f.width()/2]}var e=function(n){var k=this.getOverlay(),f=this.getConf(),i=this.getTrigger(),q=this,r=k.outerWidth({margin:true}),m=k.data("img");if(!m){var l=k.css("backgroundImage");if(!l){throw"background-image CSS property not set for overlay"}l=l.substring(l.indexOf("(")+1,l.indexOf(")")).replace(/\"/g,"");k.css("backgroundImage","none");m=d('<img src="'+l+'"/>');m.css({border:0,position:"absolute",display:"none"}).width(r);d("body").append(m);k.data("img",m)}var o=d(window),j=f.start.top||Math.round(o.height()/2),h=f.start.left||Math.round(o.width()/2);if(i){var g=c(i);j=g[0];h=g[1]}if(!f.start.absolute){j+=o.scrollTop();h+=o.scrollLeft()}m.css({top:j,left:h,width:0,zIndex:f.zIndex}).show();m.animate({top:k.css("top"),left:k.css("left"),width:r},f.speed,function(){k.css("zIndex",f.zIndex+1).fadeIn(f.fadeInSpeed,function(){if(q.isOpened()&&!d(this).index(k)){n.call()}else{k.hide()}})})};var a=function(f){var h=this.getOverlay(),i=this.getConf(),g=this.getTrigger(),l=i.start.top,k=i.start.left;h.hide();if(g){var j=c(g);l=j[0];k=j[1]}h.data("img").animate({top:l,left:k,width:0},i.closeSpeed,f)};b.addEffect("apple",e,a)})(jQuery);(function(b){b.tools=b.tools||{};b.tools.expose={version:"1.0.5",conf:{maskId:null,loadSpeed:"slow",closeSpeed:"fast",closeOnClick:true,closeOnEsc:true,zIndex:9998,opacity:0.8,color:"#456",api:false}};function a(){if(b.browser.msie){var f=b(document).height(),e=b(window).height();return[window.innerWidth||document.documentElement.clientWidth||document.body.clientWidth,f-e<20?e:f]}return[b(window).width(),b(document).height()]}function c(h,g){var e=this,j=b(this),d=null,f=false,i=0;b.each(g,function(k,l){if(b.isFunction(l)){j.bind(k,l)}});b(window).resize(function(){e.fit()});b.extend(this,{getMask:function(){return d},getExposed:function(){return h},getConf:function(){return g},isLoaded:function(){return f},load:function(n){if(f){return e}i=h.eq(0).css("zIndex");if(g.maskId){d=b("#"+g.maskId)}if(!d||!d.length){var l=a();d=b("<div/>").css({position:"absolute",top:0,left:0,width:l[0],height:l[1],display:"none",opacity:0,zIndex:g.zIndex});if(g.maskId){d.attr("id",g.maskId)}b("body").append(d);var k=d.css("backgroundColor");if(!k||k=="transparent"||k=="rgba(0, 0, 0, 0)"){d.css("backgroundColor",g.color)}if(g.closeOnEsc){b(document).bind("keydown.unexpose",function(o){if(o.keyCode==27){e.close()}})}if(g.closeOnClick){d.bind("click.unexpose",function(o){e.close(o)})}}n=n||b.Event();n.type="onBeforeLoad";j.trigger(n);if(n.isDefaultPrevented()){return e}b.each(h,function(){var o=b(this);if(!/relative|absolute|fixed/i.test(o.css("position"))){o.css("position","relative")}});h.css({zIndex:Math.max(g.zIndex+1,i=="auto"?0:i)});var m=d.height();if(!this.isLoaded()){d.css({opacity:0,display:"block"}).fadeTo(g.loadSpeed,g.opacity,function(){if(d.height()!=m){d.css("height",m)}n.type="onLoad";j.trigger(n)})}f=true;return e},close:function(k){if(!f){return e}k=k||b.Event();k.type="onBeforeClose";j.trigger(k);if(k.isDefaultPrevented()){return e}d.fadeOut(g.closeSpeed,function(){k.type="onClose";j.trigger(k);h.css({zIndex:b.browser.msie?i:null})});f=false;return e},fit:function(){if(d){var k=a();d.css({width:k[0],height:k[1]})}},bind:function(k,l){j.bind(k,l);return e},unbind:function(k){j.unbind(k);return e}});b.each("onBeforeLoad,onLoad,onBeforeClose,onClose".split(","),function(k,l){e[l]=function(m){return e.bind(l,m)}})}b.fn.expose=function(d){var e=this.eq(typeof d=="number"?d:0).data("expose");if(e){return e}if(typeof d=="string"){d={color:d}}var f=b.extend({},b.tools.expose.conf);d=b.extend(f,d);this.each(function(){e=new c(b(this),d);b(this).data("expose",e)});return d.api?e:this}})(jQuery);/* --------- /javascripts/jrails.js --------- */ 

(function($){$().ajaxSend(function(a,xhr,s){xhr.setRequestHeader("Accept","text/javascript, text/html, application/xml, text/xml, */*")})})(jQuery);(function($){$.fn.reset=function(){return this.each(function(){if(typeof this.reset=="function"||(typeof this.reset=="object"&&!this.reset.nodeType)){this.reset()}})};$.fn.enable=function(){return this.each(function(){this.disabled=false})};$.fn.disable=function(){return this.each(function(){this.disabled=true})}})(jQuery);(function($){$.extend({fieldEvent:function(el,obs){var field=el[0]||el,e="change";if(field.type=="radio"||field.type=="checkbox"){e="click"}else{if(obs&&field.type=="text"||field.type=="textarea"){e="keyup"}}return e}});$.fn.extend({delayedObserver:function(delay,callback){var el=$(this);if(typeof window.delayedObserverStack=="undefined"){window.delayedObserverStack=[]}if(typeof window.delayedObserverCallback=="undefined"){window.delayedObserverCallback=function(stackPos){observed=window.delayedObserverStack[stackPos];if(observed.timer){clearTimeout(observed.timer)}observed.timer=setTimeout(function(){observed.timer=null;observed.callback(observed.obj,observed.obj.formVal())},observed.delay*1000);observed.oldVal=observed.obj.formVal()}}window.delayedObserverStack.push({obj:el,timer:null,delay:delay,oldVal:el.formVal(),callback:callback});var stackPos=window.delayedObserverStack.length-1;if(el[0].tagName=="FORM"){$(":input",el).each(function(){var field=$(this);field.bind($.fieldEvent(field,delay),function(){observed=window.delayedObserverStack[stackPos];if(observed.obj.formVal()==observed.obj.oldVal){return}else{window.delayedObserverCallback(stackPos)}})})}else{el.bind($.fieldEvent(el,delay),function(){observed=window.delayedObserverStack[stackPos];if(observed.obj.formVal()==observed.obj.oldVal){return}else{window.delayedObserverCallback(stackPos)}})}},formVal:function(){var el=this[0];if(el.tagName=="FORM"){return this.serialize()}if(el.type=="checkbox"||self.type=="radio"){return this.filter("input:checked").val()||""}else{return this.val()}}})})(jQuery);(function($){$.fn.extend({visualEffect:function(o){e=o.replace(/\_(.)/g,function(m,l){return l.toUpperCase()});return eval("$(this)."+e+"()")},appear:function(speed,callback){return this.fadeIn(speed,callback)},blindDown:function(speed,callback){return this.show("blind",{direction:"vertical"},speed,callback)},blindUp:function(speed,callback){return this.hide("blind",{direction:"vertical"},speed,callback)},blindRight:function(speed,callback){return this.show("blind",{direction:"horizontal"},speed,callback)},blindLeft:function(speed,callback){this.hide("blind",{direction:"horizontal"},speed,callback);return this},dropOut:function(speed,callback){return this.hide("drop",{direction:"down"},speed,callback)},dropIn:function(speed,callback){return this.show("drop",{direction:"up"},speed,callback)},fade:function(speed,callback){return this.fadeOut(speed,callback)},fadeToggle:function(speed,callback){return this.animate({opacity:"toggle"},speed,callback)},fold:function(speed,callback){return this.hide("fold",{},speed,callback)},foldOut:function(speed,callback){return this.show("fold",{},speed,callback)},grow:function(speed,callback){return this.show("scale",{},speed,callback)},highlight:function(speed,callback){return this.show("highlight",{},speed,callback)},puff:function(speed,callback){return this.hide("puff",{},speed,callback)},pulsate:function(speed,callback){return this.show("pulsate",{},speed,callback)},shake:function(speed,callback){return this.show("shake",{},speed,callback)},shrink:function(speed,callback){return this.hide("scale",{},speed,callback)},squish:function(speed,callback){return this.hide("scale",{origin:["top","left"]},speed,callback)},slideUp:function(speed,callback){return this.hide("slide",{direction:"up"},speed,callback)},slideDown:function(speed,callback){return this.show("slide",{direction:"up"},speed,callback)},switchOff:function(speed,callback){return this.hide("clip",{},speed,callback)},switchOn:function(speed,callback){return this.show("clip",{},speed,callback)}})})(jQuery);/* --------- /javascripts/swfobject.js --------- */ 

if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return"";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;/* --------- /javascripts/frontend/cufon.js --------- */ 

var Cufon=(function(){var api=function(){return api.replace.apply(null,arguments);};var DOM=api.DOM={ready:(function(){var complete=false,readyStatus={loaded:1,complete:1};var queue=[],perform=function(){if(complete)return;complete=true;for(var fn;fn=queue.shift();fn());};if(document.addEventListener){document.addEventListener('DOMContentLoaded',perform,false);window.addEventListener('pageshow',perform,false);}
if(!window.opera&&document.readyState)(function(){readyStatus[document.readyState]?perform():setTimeout(arguments.callee,10);})();if(document.readyState&&document.createStyleSheet)(function(){try{document.body.doScroll('left');perform();}
catch(e){setTimeout(arguments.callee,1);}})();addEvent(window,'load',perform);return function(listener){if(!arguments.length)perform();else complete?listener():queue.push(listener);};})(),root:function(){return document.documentElement||document.body;}};var CSS=api.CSS={Size:function(value,base){this.value=parseFloat(value);this.unit=String(value).match(/[a-z%]*$/)[0]||'px';this.convert=function(value){return value/base*this.value;};this.convertFrom=function(value){return value/this.value*base;};this.toString=function(){return this.value+this.unit;};},addClass:function(el,className){var current=el.className;el.className=current+(current&&' ')+className;return el;},color:cached(function(value){var parsed={};parsed.color=value.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function($0,$1,$2){parsed.opacity=parseFloat($2);return'rgb('+$1+')';});return parsed;}),fontStretch:cached(function(value){if(typeof value=='number')return value;if(/%$/.test(value))return parseFloat(value)/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}[value]||1;}),getStyle:function(el){var view=document.defaultView;if(view&&view.getComputedStyle)return new Style(view.getComputedStyle(el,null));if(el.currentStyle)return new Style(el.currentStyle);return new Style(el.style);},gradient:cached(function(value){var gradient={id:value,type:value.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},colors=value.substr(value.indexOf('(')).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var i=0,l=colors.length,stop;i<l;++i){stop=colors[i].split('=',2).reverse();gradient.stops.push([stop[1]||i/(l-1),stop[0]]);}
return gradient;}),quotedList:cached(function(value){var list=[],re=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,match;while(match=re.exec(value))list.push(match[3]||match[1]);return list;}),recognizesMedia:cached(function(media){var el=document.createElement('style'),sheet,container,supported;el.type='text/css';el.media=media;try{el.appendChild(document.createTextNode('/**/'));}catch(e){}
container=elementsByTagName('head')[0];container.insertBefore(el,container.firstChild);sheet=(el.sheet||el.styleSheet);supported=sheet&&!sheet.disabled;container.removeChild(el);return supported;}),removeClass:function(el,className){var re=RegExp('(?:^|\\s+)'+className+'(?=\\s|$)','g');el.className=el.className.replace(re,'');return el;},supports:function(property,value){var checker=document.createElement('span').style;if(checker[property]===undefined)return false;checker[property]=value;return checker[property]===value;},textAlign:function(word,style,position,wordCount){if(style.get('textAlign')=='right'){if(position>0)word=' '+word;}
else if(position<wordCount-1)word+=' ';return word;},textShadow:cached(function(value){if(value=='none')return null;var shadows=[],currentShadow={},result,offCount=0;var re=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(result=re.exec(value)){if(result[0]==','){shadows.push(currentShadow);currentShadow={};offCount=0;}
else if(result[1]){currentShadow.color=result[1];}
else{currentShadow[['offX','offY','blur'][offCount++]]=result[2];}}
shadows.push(currentShadow);return shadows;}),textTransform:(function(){var map={uppercase:function(s){return s.toUpperCase();},lowercase:function(s){return s.toLowerCase();},capitalize:function(s){return s.replace(/\b./g,function($0){return $0.toUpperCase();});}};return function(text,style){var transform=map[style.get('textTransform')];return transform?transform(text):text;};})(),whiteSpace:(function(){var ignore={inline:1,'inline-block':1,'run-in':1};var wsStart=/^\s+/,wsEnd=/\s+$/;return function(text,style,node,previousElement){if(previousElement){if(previousElement.nodeName.toLowerCase()=='br'){text=text.replace(wsStart,'');}}
if(ignore[style.get('display')])return text;if(!node.previousSibling)text=text.replace(wsStart,'');if(!node.nextSibling)text=text.replace(wsEnd,'');return text;};})()};CSS.ready=(function(){var complete=!CSS.recognizesMedia('all'),hasLayout=false;var queue=[],perform=function(){complete=true;for(var fn;fn=queue.shift();fn());};var links=elementsByTagName('link'),styles=elementsByTagName('style');function isContainerReady(el){return el.disabled||isSheetReady(el.sheet,el.media||'screen');}
function isSheetReady(sheet,media){if(!CSS.recognizesMedia(media||'all'))return true;if(!sheet||sheet.disabled)return false;try{var rules=sheet.cssRules,rule;if(rules){search:for(var i=0,l=rules.length;rule=rules[i],i<l;++i){switch(rule.type){case 2:break;case 3:if(!isSheetReady(rule.styleSheet,rule.media.mediaText))return false;break;default:break search;}}}}
catch(e){}
return true;}
function allStylesLoaded(){if(document.createStyleSheet)return true;var el,i;for(i=0;el=links[i];++i){if(el.rel.toLowerCase()=='stylesheet'&&!isContainerReady(el))return false;}
for(i=0;el=styles[i];++i){if(!isContainerReady(el))return false;}
return true;}
DOM.ready(function(){if(!hasLayout)hasLayout=CSS.getStyle(document.body).isUsable();if(complete||(hasLayout&&allStylesLoaded()))perform();else setTimeout(arguments.callee,10);});return function(listener){if(complete)listener();else queue.push(listener);};})();function Font(data){var face=this.face=data.face,wordSeparators={'\u0020':1,'\u00a0':1,'\u3000':1};this.glyphs=data.glyphs;this.w=data.w;this.baseSize=parseInt(face['units-per-em'],10);this.family=face['font-family'].toLowerCase();this.weight=face['font-weight'];this.style=face['font-style']||'normal';this.viewBox=(function(){var parts=face.bbox.split(/\s+/);var box={minX:parseInt(parts[0],10),minY:parseInt(parts[1],10),maxX:parseInt(parts[2],10),maxY:parseInt(parts[3],10)};box.width=box.maxX-box.minX;box.height=box.maxY-box.minY;box.toString=function(){return[this.minX,this.minY,this.width,this.height].join(' ');};return box;})();this.ascent=-parseInt(face.ascent,10);this.descent=-parseInt(face.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(chars,letterSpacing,wordSpacing){var glyphs=this.glyphs,glyph,kerning,k,jumps=[],width=0,i=-1,j=-1,chr;while(chr=chars[++i]){glyph=glyphs[chr]||this.missingGlyph;if(!glyph)continue;if(kerning){width-=k=kerning[chr]||0;jumps[j]-=k;}
width+=jumps[++j]=~~(glyph.w||this.w)+letterSpacing+(wordSeparators[chr]?wordSpacing:0);kerning=glyph.k;}
jumps.total=width;return jumps;};}
function FontFamily(){var styles={},mapping={oblique:'italic',italic:'oblique'};this.add=function(font){(styles[font.style]||(styles[font.style]={}))[font.weight]=font;};this.get=function(style,weight){var weights=styles[style]||styles[mapping[style]]||styles.normal||styles.italic||styles.oblique;if(!weights)return null;weight={normal:400,bold:700}[weight]||parseInt(weight,10);if(weights[weight])return weights[weight];var up={1:1,99:0}[weight%100],alts=[],min,max;if(up===undefined)up=weight>400;if(weight==500)weight=400;for(var alt in weights){if(!hasOwnProperty(weights,alt))continue;alt=parseInt(alt,10);if(!min||alt<min)min=alt;if(!max||alt>max)max=alt;alts.push(alt);}
if(weight<min)weight=min;if(weight>max)weight=max;alts.sort(function(a,b){return(up?(a>=weight&&b>=weight)?a<b:a>b:(a<=weight&&b<=weight)?a>b:a<b)?-1:1;});return weights[alts[0]];};}
function HoverHandler(){function contains(node,anotherNode){if(node.contains)return node.contains(anotherNode);return node.compareDocumentPosition(anotherNode)&16;}
function onOverOut(e){var related=e.relatedTarget;if(!related||contains(this,related))return;trigger(this,e.type=='mouseover');}
function onEnterLeave(e){trigger(this,e.type=='mouseenter');}
function trigger(el,hoverState){setTimeout(function(){var options=sharedStorage.get(el).options;api.replace(el,hoverState?merge(options,options.hover):options,true);},10);}
this.attach=function(el){if(el.onmouseenter===undefined){addEvent(el,'mouseover',onOverOut);addEvent(el,'mouseout',onOverOut);}
else{addEvent(el,'mouseenter',onEnterLeave);addEvent(el,'mouseleave',onEnterLeave);}};}
function ReplaceHistory(){var list=[],map={};function filter(keys){var values=[],key;for(var i=0;key=keys[i];++i)values[i]=list[map[key]];return values;}
this.add=function(key,args){map[key]=list.push(args)-1;};this.repeat=function(){var snapshot=arguments.length?filter(arguments):list,args;for(var i=0;args=snapshot[i++];)api.replace(args[0],args[1],true);};}
function Storage(){var map={},at=0;function identify(el){return el.cufid||(el.cufid=++at);}
this.get=function(el){var id=identify(el);return map[id]||(map[id]={});};}
function Style(style){var custom={},sizes={};this.extend=function(styles){for(var property in styles){if(hasOwnProperty(styles,property))custom[property]=styles[property];}
return this;};this.get=function(property){return custom[property]!=undefined?custom[property]:style[property];};this.getSize=function(property,base){return sizes[property]||(sizes[property]=new CSS.Size(this.get(property),base));};this.isUsable=function(){return!!style;};}
function addEvent(el,type,listener){if(el.addEventListener){el.addEventListener(type,listener,false);}
else if(el.attachEvent){el.attachEvent('on'+type,function(){return listener.call(el,window.event);});}}
function attach(el,options){var storage=sharedStorage.get(el);if(storage.options)return el;if(options.hover&&options.hoverables[el.nodeName.toLowerCase()]){hoverHandler.attach(el);}
storage.options=options;return el;}
function cached(fun){var cache={};return function(key){if(!hasOwnProperty(cache,key))cache[key]=fun.apply(null,arguments);return cache[key];};}
function getFont(el,style){var families=CSS.quotedList(style.get('fontFamily').toLowerCase()),family;for(var i=0;family=families[i];++i){if(fonts[family])return fonts[family].get(style.get('fontStyle'),style.get('fontWeight'));}
return null;}
function elementsByTagName(query){return document.getElementsByTagName(query);}
function hasOwnProperty(obj,property){return obj.hasOwnProperty(property);}
function merge(){var merged={},arg,key;for(var i=0,l=arguments.length;arg=arguments[i],i<l;++i){for(key in arg){if(hasOwnProperty(arg,key))merged[key]=arg[key];}}
return merged;}
function process(font,text,style,options,node,el){var fragment=document.createDocumentFragment(),processed;if(text==='')return fragment;var separate=options.separate;var parts=text.split(separators[separate]),needsAligning=(separate=='words');if(needsAligning&&HAS_BROKEN_REGEXP){if(/^\s/.test(text))parts.unshift('');if(/\s$/.test(text))parts.push('');}
for(var i=0,l=parts.length;i<l;++i){processed=engines[options.engine](font,needsAligning?CSS.textAlign(parts[i],style,i,l):parts[i],style,options,node,el,i<l-1);if(processed)fragment.appendChild(processed);}
return fragment;}
function replaceElement(el,options){var name=el.nodeName.toLowerCase();if(options.ignore[name])return;var replace=!options.textless[name];var style=CSS.getStyle(attach(el,options)).extend(options);var font=getFont(el,style),node,type,next,anchor,text,lastElement;if(!font)return;for(node=el.firstChild;node;node=next){type=node.nodeType;next=node.nextSibling;if(replace&&type==3){if(anchor){anchor.appendData(node.data);el.removeChild(node);}
else anchor=node;if(next)continue;}
if(anchor){el.replaceChild(process(font,CSS.whiteSpace(anchor.data,style,anchor,lastElement),style,options,node,el),anchor);anchor=null;}
if(type==1){if(node.firstChild){if(node.nodeName.toLowerCase()=='cufon'){engines[options.engine](font,null,style,options,node,el);}
else arguments.callee(node,options);}
lastElement=node;}}}
var HAS_BROKEN_REGEXP=' '.split(/\s+/).length==0;var sharedStorage=new Storage();var hoverHandler=new HoverHandler();var replaceHistory=new ReplaceHistory();var initialized=false;var engines={},fonts={},defaultOptions={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(query){return jQuery(query);})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(query){return $$(query);})||(window.$&&function(query){return $(query);})||(document.querySelectorAll&&function(query){return document.querySelectorAll(query);})||elementsByTagName),separate:'words',textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:'none'};var separators={words:/\s/.test('\u00a0')?/[^\S\u00a0]+/:/\s+/,characters:'',none:/^/};api.now=function(){DOM.ready();return api;};api.refresh=function(){replaceHistory.repeat.apply(replaceHistory,arguments);return api;};api.registerEngine=function(id,engine){if(!engine)return api;engines[id]=engine;return api.set('engine',id);};api.registerFont=function(data){if(!data)return api;var font=new Font(data),family=font.family;if(!fonts[family])fonts[family]=new FontFamily();fonts[family].add(font);return api.set('fontFamily','"'+family+'"');};api.replace=function(elements,options,ignoreHistory){options=merge(defaultOptions,options);if(!options.engine)return api;if(!initialized){CSS.addClass(DOM.root(),'cufon-active cufon-loading');CSS.ready(function(){CSS.addClass(CSS.removeClass(DOM.root(),'cufon-loading'),'cufon-ready');});initialized=true;}
if(options.hover)options.forceHitArea=true;if(options.autoDetect)delete options.fontFamily;if(typeof options.textShadow=='string'){options.textShadow=CSS.textShadow(options.textShadow);}
if(typeof options.color=='string'&&/^-/.test(options.color)){options.textGradient=CSS.gradient(options.color);}
else delete options.textGradient;if(!ignoreHistory)replaceHistory.add(elements,arguments);if(elements.nodeType||typeof elements=='string')elements=[elements];CSS.ready(function(){for(var i=0,l=elements.length;i<l;++i){var el=elements[i];if(typeof el=='string')api.replace(options.selector(el),options,true);else replaceElement(el,options);}});return api;};api.set=function(option,value){defaultOptions[option]=value;return api;};return api;})();Cufon.registerEngine('canvas',(function(){var check=document.createElement('canvas');if(!check||!check.getContext||!check.getContext.apply)return;check=null;var HAS_INLINE_BLOCK=Cufon.CSS.supports('display','inline-block');var HAS_BROKEN_LINEHEIGHT=!HAS_INLINE_BLOCK&&(document.compatMode=='BackCompat'||/frameset|transitional/i.test(document.doctype.publicId));var styleSheet=document.createElement('style');styleSheet.type='text/css';styleSheet.appendChild(document.createTextNode(('cufon{text-indent:0;}'+'@media screen,projection{'+'cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;'+
(HAS_BROKEN_LINEHEIGHT?'':'font-size:1px;line-height:1px;')+'}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}'+
(HAS_INLINE_BLOCK?'cufon canvas{position:relative;}':'cufon canvas{position:absolute;}')+'}'+'@media print{'+'cufon{padding:0;}'+'cufon canvas{display:none;}'+'}').replace(/;/g,'!important;')));document.getElementsByTagName('head')[0].appendChild(styleSheet);function generateFromVML(path,context){var atX=0,atY=0;var code=[],re=/([mrvxe])([^a-z]*)/g,match;generate:for(var i=0;match=re.exec(path);++i){var c=match[2].split(',');switch(match[1]){case'v':code[i]={m:'bezierCurveTo',a:[atX+~~c[0],atY+~~c[1],atX+~~c[2],atY+~~c[3],atX+=~~c[4],atY+=~~c[5]]};break;case'r':code[i]={m:'lineTo',a:[atX+=~~c[0],atY+=~~c[1]]};break;case'm':code[i]={m:'moveTo',a:[atX=~~c[0],atY=~~c[1]]};break;case'x':code[i]={m:'closePath'};break;case'e':break generate;}
context[code[i].m].apply(context,code[i].a);}
return code;}
function interpret(code,context){for(var i=0,l=code.length;i<l;++i){var line=code[i];context[line.m].apply(context,line.a);}}
return function(font,text,style,options,node,el){var redraw=(text===null);if(redraw)text=node.getAttribute('alt');var viewBox=font.viewBox;var size=style.getSize('fontSize',font.baseSize);var expandTop=0,expandRight=0,expandBottom=0,expandLeft=0;var shadows=options.textShadow,shadowOffsets=[];if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];var x=size.convertFrom(parseFloat(shadow.offX));var y=size.convertFrom(parseFloat(shadow.offY));shadowOffsets[i]=[x,y];if(y<expandTop)expandTop=y;if(x>expandRight)expandRight=x;if(y>expandBottom)expandBottom=y;if(x<expandLeft)expandLeft=x;}}
var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,~~size.convertFrom(parseFloat(style.get('letterSpacing'))||0),~~size.convertFrom(parseFloat(style.get('wordSpacing'))||0));if(!jumps.length)return null;var width=jumps.total;expandRight+=viewBox.width-jumps[jumps.length-1];expandLeft+=viewBox.minX;var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-canvas';wrapper.setAttribute('alt',text);canvas=document.createElement('canvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height);var roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var stretchedWidth=width*stretchFactor;var canvasWidth=Math.ceil(size.convert(stretchedWidth+expandRight-expandLeft));var canvasHeight=Math.ceil(size.convert(viewBox.height-expandTop+expandBottom));canvas.width=canvasWidth;canvas.height=canvasHeight;cStyle.width=canvasWidth+'px';cStyle.height=canvasHeight+'px';expandTop+=viewBox.minY;cStyle.top=Math.round(size.convert(expandTop-font.ascent))+'px';cStyle.left=Math.round(size.convert(expandLeft))+'px';var wrapperWidth=Math.max(Math.ceil(size.convert(stretchedWidth)),0)+'px';if(HAS_INLINE_BLOCK){wStyle.width=wrapperWidth;wStyle.height=size.convert(font.height)+'px';}
else{wStyle.paddingLeft=wrapperWidth;wStyle.paddingBottom=(size.convert(font.height)-1)+'px';}
var g=canvas.getContext('2d'),scale=height/viewBox.height;g.scale(scale,scale*roundingFactor);g.translate(-expandLeft,-expandTop);g.save();function renderText(){var glyphs=font.glyphs,glyph,i=-1,j=-1,chr;g.scale(stretchFactor,1);while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph;if(!glyph)continue;if(glyph.d){g.beginPath();if(glyph.code)interpret(glyph.code,g);else glyph.code=generateFromVML('m'+glyph.d,g);g.fill();}
g.translate(jumps[++j],0);}
g.restore();}
if(shadows){for(var i=shadows.length;i--;){var shadow=shadows[i];g.save();g.fillStyle=shadow.color;g.translate.apply(g,shadowOffsets[i]);renderText();}}
var gradient=options.textGradient;if(gradient){var stops=gradient.stops,fill=g.createLinearGradient(0,viewBox.minY,0,viewBox.maxY);for(var i=0,l=stops.length;i<l;++i){fill.addColorStop.apply(fill,stops[i]);}
g.fillStyle=fill;}
else g.fillStyle=style.get('color');renderText();return wrapper;};})());Cufon.registerEngine('vml',(function(){var ns=document.namespaces;if(!ns)return;ns.add('cvml','urn:schemas-microsoft-com:vml');ns=null;var check=document.createElement('cvml:shape');check.style.behavior='url(#default#VML)';if(!check.coordsize)return;check=null;var HAS_BROKEN_LINEHEIGHT=(document.documentMode||0)<8;document.write(('<style type="text/css">'+'cufoncanvas{text-indent:0;}'+'@media screen{'+'cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}'+'cufoncanvas{position:absolute;text-align:left;}'+'cufon{display:inline-block;position:relative;vertical-align:'+
(HAS_BROKEN_LINEHEIGHT?'middle':'text-bottom')+';}'+'cufon cufontext{position:absolute;left:-10000in;font-size:1px;}'+'a cufon{cursor:pointer}'+'}'+'@media print{'+'cufon cufoncanvas{display:none;}'+'}'+'</style>').replace(/;/g,'!important;'));function getFontSizeInPixels(el,value){return getSizeInPixels(el,/(?:em|ex|%)$|^[a-z-]+$/i.test(value)?'1em':value);}
function getSizeInPixels(el,value){if(value==='0')return 0;if(/px$/i.test(value))return parseFloat(value);var style=el.style.left,runtimeStyle=el.runtimeStyle.left;el.runtimeStyle.left=el.currentStyle.left;el.style.left=value.replace('%','em');var result=el.style.pixelLeft;el.style.left=style;el.runtimeStyle.left=runtimeStyle;return result;}
function getSpacingValue(el,style,size,property){var key='computed'+property,value=style[key];if(isNaN(value)){value=style.get(property);style[key]=value=(value=='normal')?0:~~size.convertFrom(getSizeInPixels(el,value));}
return value;}
var fills={};function gradientFill(gradient){var id=gradient.id;if(!fills[id]){var stops=gradient.stops,fill=document.createElement('cvml:fill'),colors=[];fill.type='gradient';fill.angle=180;fill.focus='0';fill.method='sigma';fill.color=stops[0][1];for(var j=1,k=stops.length-1;j<k;++j){colors.push(stops[j][0]*100+'% '+stops[j][1]);}
fill.colors=colors.join(',');fill.color2=stops[k][1];fills[id]=fill;}
return fills[id];}
return function(font,text,style,options,node,el,hasNext){var redraw=(text===null);if(redraw)text=node.alt;var viewBox=font.viewBox;var size=style.computedFontSize||(style.computedFontSize=new Cufon.CSS.Size(getFontSizeInPixels(el,style.get('fontSize'))+'px',font.baseSize));var wrapper,canvas;if(redraw){wrapper=node;canvas=node.firstChild;}
else{wrapper=document.createElement('cufon');wrapper.className='cufon cufon-vml';wrapper.alt=text;canvas=document.createElement('cufoncanvas');wrapper.appendChild(canvas);if(options.printable){var print=document.createElement('cufontext');print.appendChild(document.createTextNode(text));wrapper.appendChild(print);}
if(!hasNext)wrapper.appendChild(document.createElement('cvml:shape'));}
var wStyle=wrapper.style;var cStyle=canvas.style;var height=size.convert(viewBox.height),roundedHeight=Math.ceil(height);var roundingFactor=roundedHeight/height;var stretchFactor=roundingFactor*Cufon.CSS.fontStretch(style.get('fontStretch'));var minX=viewBox.minX,minY=viewBox.minY;cStyle.height=roundedHeight;cStyle.top=Math.round(size.convert(minY-font.ascent));cStyle.left=Math.round(size.convert(minX));wStyle.height=size.convert(font.height)+'px';var color=style.get('color');var chars=Cufon.CSS.textTransform(text,style).split('');var jumps=font.spacing(chars,getSpacingValue(el,style,size,'letterSpacing'),getSpacingValue(el,style,size,'wordSpacing'));if(!jumps.length)return null;var width=jumps.total;var fullWidth=-minX+width+(viewBox.width-jumps[jumps.length-1]);var shapeWidth=size.convert(fullWidth*stretchFactor),roundedShapeWidth=Math.round(shapeWidth);var coordSize=fullWidth+','+viewBox.height,coordOrigin;var stretch='r'+coordSize+'ns';var fill=options.textGradient&&gradientFill(options.textGradient);var glyphs=font.glyphs,offsetX=0;var shadows=options.textShadow;var i=-1,j=0,chr;while(chr=chars[++i]){var glyph=glyphs[chars[i]]||font.missingGlyph,shape;if(!glyph)continue;if(redraw){shape=canvas.childNodes[j];while(shape.firstChild)shape.removeChild(shape.firstChild);}
else{shape=document.createElement('cvml:shape');canvas.appendChild(shape);}
shape.stroked='f';shape.coordsize=coordSize;shape.coordorigin=coordOrigin=(minX-offsetX)+','+minY;shape.path=(glyph.d?'m'+glyph.d+'xe':'')+'m'+coordOrigin+stretch;shape.fillcolor=color;if(fill)shape.appendChild(fill.cloneNode(false));var sStyle=shape.style;sStyle.width=roundedShapeWidth;sStyle.height=roundedHeight;if(shadows){var shadow1=shadows[0],shadow2=shadows[1];var color1=Cufon.CSS.color(shadow1.color),color2;var shadow=document.createElement('cvml:shadow');shadow.on='t';shadow.color=color1.color;shadow.offset=shadow1.offX+','+shadow1.offY;if(shadow2){color2=Cufon.CSS.color(shadow2.color);shadow.type='double';shadow.color2=color2.color;shadow.offset2=shadow2.offX+','+shadow2.offY;}
shadow.opacity=color1.opacity||(color2&&color2.opacity)||1;shape.appendChild(shadow);}
offsetX+=jumps[j++];}
var cover=shape.nextSibling,coverFill,vStyle;if(options.forceHitArea){if(!cover){cover=document.createElement('cvml:rect');cover.stroked='f';cover.className='cufon-vml-cover';coverFill=document.createElement('cvml:fill');coverFill.opacity=0;cover.appendChild(coverFill);canvas.appendChild(cover);}
vStyle=cover.style;vStyle.width=roundedShapeWidth;vStyle.height=roundedHeight;}
else if(cover)canvas.removeChild(cover);wStyle.width=Math.max(Math.ceil(size.convert(width*stretchFactor)),0);if(HAS_BROKEN_LINEHEIGHT){var yAdjust=style.computedYAdjust;if(yAdjust===undefined){var lineHeight=style.get('lineHeight');if(lineHeight=='normal')lineHeight='1em';else if(!isNaN(lineHeight))lineHeight+='em';style.computedYAdjust=yAdjust=0.5*(getSizeInPixels(el,lineHeight)-parseFloat(wStyle.height));}
if(yAdjust){wStyle.marginTop=Math.ceil(yAdjust)+'px';wStyle.marginBottom=yAdjust+'px';}}
return wrapper;};})());/* --------- /javascripts/frontend/Hermes_550.font.js --------- */ 

Cufon.registerFont({"w":74,"face":{"font-family":"Hermes","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-23 -357 297.442 77.602","underline-thickness":"7.2","underline-position":"-40.68","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":77},"!":{"d":"27,-9v-10,-24,29,-28,32,-15v-2,9,5,24,-6,24v-11,0,-27,3,-26,-9xm31,-254v-3,-13,16,-11,24,-8r-5,183v-5,4,-17,2,-14,-10","w":83},"\"":{"d":"24,-261v7,-7,28,-4,23,10r-4,81v0,8,-3,9,-11,9v-12,-24,-4,-67,-8,-100xm70,-251v-5,-15,16,-17,23,-10r-3,88v0,9,-1,13,-10,12v-5,-1,-6,-3,-6,-9","w":112},"#":{"d":"90,-164r-15,57r54,0r15,-57r-54,0xm195,-180v15,-2,7,11,4,15v-9,2,-25,0,-36,1r-15,57v15,0,50,-4,31,15v-8,2,-24,0,-35,1r-25,89v-6,4,-23,4,-16,-10r21,-79r-53,0r-25,89v-6,4,-23,4,-16,-10r21,-79v-12,0,-29,1,-39,-1v-6,-19,24,-15,44,-15r15,-57v-12,0,-29,1,-39,-1v-6,-19,24,-15,43,-15r23,-81v4,-5,25,-6,16,8r-19,73r53,0r22,-81v4,-5,27,-6,17,8r-20,73r28,0","w":213},"$":{"d":"48,-203v8,79,137,47,134,137v-1,46,-33,64,-75,70v-3,13,9,38,-13,35v-12,-2,-5,-22,-7,-34v-31,0,-53,-6,-69,-15v-3,-5,2,-16,7,-18v37,24,138,28,136,-34v-3,-87,-136,-51,-133,-144v1,-39,30,-59,72,-61v0,-17,-6,-46,20,-34r0,34v20,0,36,2,50,7v5,4,1,18,-6,17v-40,-12,-122,-15,-116,40","w":205},"%":{"d":"198,-10v34,1,31,-37,30,-71v-1,-21,-7,-37,-30,-37v-41,0,-32,42,-33,79v0,18,13,29,33,29xm70,-145v35,0,31,-37,30,-71v-1,-21,-7,-36,-29,-37v-41,-1,-34,42,-34,80v0,17,14,28,33,28xm198,-134v45,-1,50,44,47,94v-2,30,-19,44,-47,45v-48,3,-50,-36,-50,-84v0,-35,16,-54,50,-55xm71,-268v45,0,49,44,46,93v-2,30,-19,44,-47,45v-48,3,-50,-35,-50,-83v0,-35,15,-55,51,-55xm191,-258v2,-10,15,-10,24,-8r-142,264v-8,5,-26,3,-14,-10","w":260},"&":{"d":"165,-28v16,25,-26,28,-49,32v-3,14,9,38,-14,35v-12,-2,-4,-23,-6,-35v-87,6,-88,-127,-12,-134v-31,-8,-57,-28,-57,-66v1,-44,26,-66,66,-71v1,-17,-7,-46,19,-34v2,8,1,24,1,34v22,2,37,7,51,16v-1,36,-33,-9,-61,-1v-35,1,-58,20,-58,55v0,40,32,55,71,58v4,0,3,7,3,11v0,7,-5,5,-10,6v-37,3,-61,21,-63,61v-3,55,81,64,115,33v1,-1,3,-1,4,0","w":189},"'":{"d":"26,-261v7,-6,30,-5,23,10r-3,81v0,8,-3,9,-11,9v-12,-24,-5,-66,-9,-100","w":75},"(":{"d":"84,-274v23,5,5,22,-5,35v-47,66,-36,212,12,264v-8,23,-19,6,-29,-10v-52,-74,-40,-240,22,-289","w":120},")":{"d":"36,-274v72,62,72,243,6,311v-5,1,-15,-5,-14,-12v57,-61,59,-230,-4,-285v-4,-6,5,-15,12,-14","w":120},"*":{"d":"113,-232v12,-8,16,10,13,17v-13,5,-31,8,-45,12r30,35v-2,7,-19,19,-22,5r-20,-33r-25,40v-32,-10,3,-33,14,-48v-15,-4,-32,-7,-45,-12v-1,-9,2,-23,15,-17r35,15r-3,-46v5,-4,26,-5,21,9r-4,38","w":137},"+":{"d":"81,-154v-4,-13,13,-11,20,-8r0,71r71,0v4,6,4,22,-10,18r-61,0r-1,71v-6,4,-24,5,-19,-10r0,-61r-64,0v-10,2,-6,-7,-7,-14v0,-7,5,-3,10,-4r61,0r0,-63","w":183},",":{"d":"14,31v8,-16,17,-37,19,-60v5,-2,18,-2,23,0v-8,24,-15,52,-39,62v-1,0,-2,-2,-3,-2"},"-":{"d":"41,-94v-11,4,-9,-12,-6,-18r107,0v4,6,4,22,-10,18r-91,0","w":176},"\u00ad":{"d":"41,-94v-11,4,-9,-12,-6,-18r107,0v4,6,4,22,-10,18r-91,0","w":176},".":{"d":"22,-9v-10,-24,29,-28,32,-15v-2,9,5,24,-6,24v-11,0,-27,3,-26,-9"},"\/":{"d":"142,-266r-118,264v-2,3,-16,3,-18,0r117,-263v2,-3,16,-3,19,-1","w":144,"k":{"7":-7}},"0":{"d":"113,-12v83,0,56,-96,59,-168v2,-45,-11,-71,-58,-71v-91,0,-64,104,-64,183v0,40,23,56,63,56xm114,-267v96,-9,77,97,78,185v1,58,-24,88,-79,87v-50,-1,-84,-20,-83,-73v2,-94,-21,-210,84,-199","w":222},"1":{"d":"74,-261r0,259v-7,5,-24,4,-20,-11r0,-223v-2,-13,-41,9,-31,-18v16,-2,35,-15,51,-7","w":122},"2":{"d":"175,-18v8,-2,6,7,6,14v0,3,-2,4,-6,4r-147,0v-19,-68,41,-122,90,-146v18,-16,39,-27,41,-56v6,-62,-86,-55,-117,-31v-4,-2,-10,-11,-7,-16v41,-30,156,-29,146,45v-12,90,-134,77,-137,178v0,7,1,7,8,8r123,0","w":209},"3":{"d":"108,-133v31,8,57,28,57,66v0,76,-92,86,-148,55v-2,-28,23,-8,38,-4v43,12,94,-2,92,-50v-2,-39,-32,-56,-71,-58v-6,-3,-4,-22,7,-17v37,-3,62,-22,63,-61v3,-55,-80,-62,-115,-33v-6,3,-7,-7,-10,-10v11,-18,35,-19,64,-22v96,-11,103,125,23,134","w":189},"4":{"d":"135,-219r-96,148r96,0r0,-148xm155,-5v0,8,-22,8,-20,0r0,-50v-38,-2,-83,4,-117,-2v0,-6,0,-13,2,-16r125,-191v6,0,12,-1,10,7r0,186v11,-1,21,-2,17,15v-4,2,-12,0,-17,1r0,50","w":204},"5":{"d":"172,-77v3,76,-96,101,-148,63v-3,-5,3,-15,8,-17v40,29,119,21,119,-44v0,-61,-45,-72,-104,-75v-7,1,-7,-2,-8,-8r0,-99v0,-5,1,-7,4,-7r122,0v8,-1,4,7,5,13v0,4,-1,7,-5,6r-100,0v-8,0,-8,1,-8,8r0,65v1,4,2,7,8,6v61,3,104,26,107,89","w":199},"6":{"d":"117,-10v40,0,58,-25,58,-68v0,-73,-73,-86,-120,-51v-3,18,0,41,-1,61v0,40,24,58,63,58xm55,-148v58,-28,147,-14,140,70v-4,53,-25,83,-78,83v-50,0,-83,-21,-83,-73v2,-101,-24,-199,98,-199v14,0,27,4,37,6v3,5,-4,15,-8,17v-10,-4,-26,-8,-43,-8v-62,0,-69,44,-63,104","w":220},"7":{"d":"141,-242v1,-3,-2,-5,-6,-5r-128,-1v0,0,-4,-16,4,-16r143,0v10,1,12,4,11,13r-85,251v-8,-1,-24,4,-17,-7","w":194,"k":{"4":11,"3":4,"2":4,"\/":11}},"8":{"d":"111,-11v38,0,60,-17,60,-54v0,-37,-25,-59,-64,-60v-39,0,-60,25,-61,61v-1,37,28,53,65,53xm107,-141v36,0,59,-15,59,-50v0,-39,-21,-61,-59,-61v-36,0,-56,24,-56,60v0,34,21,51,56,51xm140,-133v29,9,52,33,51,69v-1,46,-32,69,-80,69v-52,0,-85,-19,-85,-69v0,-34,19,-59,45,-69v-22,-10,-40,-29,-40,-58v0,-46,29,-71,76,-76v85,-9,103,117,33,134","w":214},"9":{"d":"45,-184v-7,70,75,87,121,50v3,-18,0,-41,1,-61v0,-40,-24,-56,-63,-57v-42,-1,-55,27,-59,68xm104,-267v51,-1,83,21,83,73r0,108v11,88,-80,106,-149,80v-3,-5,4,-13,7,-16v52,25,133,11,122,-63v-2,-10,5,-32,-5,-30v-14,8,-35,16,-59,15v-53,0,-78,-32,-78,-84v0,-53,25,-83,79,-83","w":220},":":{"d":"22,-9v-10,-25,29,-28,32,-15v-2,8,4,23,-6,24v-11,0,-27,3,-26,-9xm23,-191v7,-6,33,-7,31,6v-1,8,2,21,-5,22v-9,-1,-27,4,-27,-6"},";":{"d":"11,31v5,-17,17,-38,19,-60v4,-2,17,-2,22,0v-6,26,-16,51,-38,62v-1,0,-2,-2,-3,-2xm23,-191v7,-6,33,-7,31,6v-1,8,2,21,-5,22v-9,-1,-27,4,-27,-6"},"\u037e":{"d":"11,31v5,-17,17,-38,19,-60v4,-2,17,-2,22,0v-6,26,-16,51,-38,62v-1,0,-2,-2,-3,-2xm23,-191v7,-6,33,-7,31,6v-1,8,2,21,-5,22v-9,-1,-27,4,-27,-6"},"<":{"d":"144,-54v12,0,15,13,10,21r-121,-44v-4,-8,-4,-24,8,-24r113,-40v5,7,2,21,-10,21r-91,33","w":183},"=":{"d":"152,-73v10,-2,6,7,7,14v0,7,-5,3,-10,4r-120,0v-4,-6,-4,-22,10,-18r113,0xm36,-105v-11,4,-9,-12,-6,-18r129,0v2,7,4,21,-10,18r-113,0","w":183},">":{"d":"149,-101v14,2,14,27,0,28r-114,40v-3,-9,-2,-20,10,-21r91,-33r-100,-37v-3,-6,-6,-24,8,-15","w":183},"?":{"d":"52,-9v-10,-25,29,-28,32,-15v-2,8,4,24,-7,24v-11,0,-26,2,-25,-9xm23,-250v38,-31,111,-18,111,42v0,58,-61,62,-57,123v1,10,-9,5,-16,6v-23,-50,48,-76,54,-125v6,-50,-56,-58,-82,-32v-5,-1,-11,-8,-10,-14","w":154},"@":{"d":"142,-56v41,-1,45,-40,41,-84v-2,-24,-15,-45,-41,-45v-34,0,-38,34,-37,74v0,30,9,54,37,55xm145,-256v82,0,126,54,129,136v2,44,-16,76,-52,78v-16,0,-34,-13,-36,-28v-8,16,-25,29,-47,30v-74,3,-73,-158,-3,-161v25,-1,37,11,46,26v-2,-13,0,-30,17,-21v3,35,0,76,1,113v0,13,9,29,25,28v26,-3,32,-31,32,-65v-2,-74,-40,-121,-113,-121v-71,0,-105,49,-109,121v-6,109,99,144,189,105v2,2,2,7,3,10v-15,15,-52,21,-82,21v-84,0,-129,-51,-129,-136v0,-81,49,-136,129,-136","w":287},"A":{"d":"106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0","w":212,"k":{"y":18,"w":18,"v":18,"f":12,"Y":38,"W":35,"V":32,"T":29}},"B":{"d":"59,-18v55,1,107,3,107,-51v0,-52,-49,-61,-106,-57v-6,0,-7,1,-7,7r0,95v0,3,1,6,6,6xm59,-143v53,1,102,2,102,-51v0,-53,-47,-53,-102,-52v-5,0,-7,3,-7,7r0,89v1,5,2,6,7,7xm136,-135v31,8,50,26,50,65v0,76,-83,75,-154,68r1,-258v9,-10,38,-4,55,-4v52,0,94,12,94,67v0,33,-21,55,-46,62","w":209},"C":{"d":"126,-267v27,0,45,5,59,15v1,5,-3,14,-9,15v-48,-28,-126,-16,-126,57r0,112v-2,62,88,66,130,42v5,0,7,15,3,18v-55,26,-153,15,-153,-61r0,-112v0,-60,32,-86,96,-86","w":205},"D":{"d":"60,-17v63,2,117,5,117,-61r0,-102v4,-66,-53,-70,-118,-67v-5,0,-6,2,-6,7r0,216v0,6,1,7,7,7xm37,-264v84,-2,160,-3,160,83r0,99v4,86,-74,85,-159,82v-7,0,-6,-5,-6,-13r1,-248v0,-1,1,-3,4,-3","w":227},"E":{"d":"159,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r1,-251v0,-2,1,-4,4,-4r124,0v3,1,5,17,-2,17r-99,0v-6,0,-8,2,-9,6r0,85v0,7,2,8,8,9r85,0v4,10,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0","w":185},"F":{"d":"60,-121v-8,0,-8,2,-8,9r-1,111v-7,1,-22,5,-19,-8r1,-251v0,-2,1,-4,4,-4r118,1v2,5,3,20,-8,16r-86,0v-7,0,-9,2,-10,6r0,95v1,7,1,8,8,8r85,1v4,11,-3,19,-17,16r-67,0","w":170,"k":{"r":11,"o":12,"e":12,"a":12,"J":18,"A":29,".":40,",":29}},"G":{"d":"143,-138v21,1,64,-12,64,14v0,78,-6,129,-84,129v-63,0,-94,-27,-93,-88r0,-84v-18,-101,103,-124,171,-77v-10,33,-42,-16,-77,-7v-90,-9,-71,87,-73,168v-1,49,21,71,72,71v62,0,64,-39,64,-101v0,-23,-53,11,-44,-25","w":235},"H":{"d":"184,-254v-2,-11,15,-13,20,-7r0,259v-5,3,-20,6,-20,-7r0,-113v0,-7,0,-8,-7,-8r-119,0v-5,0,-6,1,-6,7r0,111v2,13,-3,12,-14,12v-7,0,-6,-5,-6,-13r1,-248v0,-4,9,-3,14,-3v7,1,4,5,5,12r0,99v1,5,2,6,8,6r118,0v4,0,6,-2,6,-6r0,-101","w":236},"I":{"d":"32,-257v-2,-10,14,-8,20,-5r0,260v-4,3,-25,6,-20,-7r0,-248","w":84},"J":{"d":"75,-46v0,43,-30,57,-63,68v-6,-3,-11,-15,-2,-18v27,-10,44,-22,44,-66r1,-199v4,-6,25,-5,20,9r0,206","w":106},"K":{"d":"37,-264v8,0,15,-2,15,9r0,115r103,-122v2,-4,18,-3,20,0v-31,43,-68,82,-101,124r104,136v-6,4,-26,4,-27,-6r-91,-117r-8,9r0,114v-6,4,-24,5,-20,-10r0,-240v0,-9,0,-10,5,-12","w":187},"L":{"d":"52,-23v1,5,2,6,8,6r108,1v-1,6,4,16,-4,16r-126,0v-7,0,-6,-5,-6,-13r1,-248v0,-4,9,-3,14,-3v7,1,4,5,5,12r0,229","w":174,"k":{"y":15,"w":14,"v":11,"Y":40,"W":36,"V":36,"T":39}},"M":{"d":"32,-252v-4,-17,15,-13,26,-10v27,39,50,83,76,123v2,2,3,3,5,1r75,-123v6,-5,32,-7,26,10r-1,249v-5,4,-25,5,-20,-10r0,-226v-29,38,-50,87,-79,124v-11,1,-13,-1,-19,-10r-68,-112r-1,227v1,8,-4,10,-12,9v-8,-1,-7,-2,-8,-12r0,-240","w":272},"N":{"d":"32,-252v-4,-16,17,-13,28,-10r136,231r1,-229v0,-7,9,-3,15,-4v7,-1,5,6,5,12r0,239v4,17,-16,14,-27,11r-136,-231v-6,70,0,155,-2,230v-3,5,-24,8,-20,-8r0,-241","w":249},"O":{"d":"124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90","w":243},"P":{"d":"59,-121v64,3,112,1,112,-66v0,-64,-51,-61,-112,-60v-5,0,-7,3,-7,7r0,113v1,5,1,6,7,6xm39,-264v79,-2,157,-5,154,76v-2,50,-27,84,-77,84r-63,1r-1,101v-6,5,-26,4,-20,-11r1,-248v0,-1,3,-3,6,-3","w":209,"k":{"u":11,"r":4,"o":9,"e":7,"a":7,"J":14,"A":29,".":43,",":36}},"Q":{"d":"124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm213,-181v-2,71,14,162,-42,178v11,15,30,28,47,37v0,4,-2,15,-7,16v-29,-6,-43,-29,-61,-47v-62,7,-120,-9,-120,-71r0,-109v1,-65,29,-89,95,-90v58,-1,89,26,88,86","w":243},"R":{"d":"59,-139v57,2,112,4,112,-53v0,-58,-55,-56,-112,-55v-5,0,-7,3,-7,7r0,95v1,5,1,6,7,6xm39,-264v77,-2,156,-3,154,71v-1,40,-26,62,-59,70r61,121v-8,4,-25,4,-26,-7r-54,-109v-12,-9,-44,-3,-62,-3r-1,119v-6,5,-26,4,-20,-11r1,-248v0,-1,3,-3,6,-3","w":219,"k":{"Y":14,"W":11,"V":11,"T":11}},"S":{"d":"168,-108v65,97,-84,138,-150,98v-3,-6,2,-17,8,-18v37,24,138,28,136,-34v-3,-87,-134,-51,-134,-144v0,-63,97,-75,145,-50v-3,27,-34,-1,-59,6v-68,-14,-87,71,-31,94v29,12,69,24,85,48","w":206},"T":{"d":"81,-239v0,-7,-1,-7,-9,-7r-67,0v-1,-5,-5,-18,6,-18r165,3v-1,7,4,16,-6,15r-61,0v-7,0,-8,0,-8,7r-1,237v-5,5,-25,4,-19,-10r0,-227","w":179,"k":{"u":14,"s":25,"r":11,"q":22,"o":24,"g":22,"e":23,"d":22,"c":22,"a":23,"A":30,".":29,",":25}},"U":{"d":"179,-261v6,-7,24,-4,19,9r0,170v1,58,-28,87,-83,87v-51,0,-84,-29,-83,-81r3,-188v11,0,17,-2,17,12r0,170v-2,43,24,70,63,70v47,1,65,-25,64,-71r0,-178","w":230},"V":{"d":"196,-258r-79,257v-7,2,-25,4,-25,-6r-74,-257v11,0,20,-3,21,10r67,227r73,-237v7,1,20,-4,17,6","w":210,"k":{"z":11,"u":14,"s":18,"r":11,"o":20,"g":19,"e":19,"d":18,"c":18,"a":20,"A":32,".":25,",":25}},"W":{"d":"297,-258r-79,257v-7,2,-25,4,-25,-6r-37,-120r-39,126v-7,2,-25,4,-25,-6r-74,-257v11,0,20,-3,21,10r67,227r40,-133r-30,-102v7,-4,25,-4,24,8r67,227r73,-237v7,1,20,-4,17,6","w":310,"k":{"u":11,"s":13,"r":14,"o":19,"g":20,"e":22,"d":14,"c":22,"a":20,"A":34,".":22,",":25}},"X":{"d":"199,0v-14,1,-18,-3,-24,-13r-63,-102r-74,115v-13,0,-21,3,-12,-12r75,-120r-78,-129v9,-8,25,-1,27,10r63,100r68,-110v3,-5,25,-7,16,7r-74,120r76,122v5,8,5,12,0,12","w":223},"Y":{"d":"112,-109r0,103v0,10,-13,6,-20,5v-3,-33,0,-73,-1,-108r-75,-150v-2,-8,9,-4,15,-5v29,40,46,91,71,134r69,-132v4,-4,26,-4,17,6","w":204,"k":{"z":25,"y":18,"x":18,"w":16,"v":14,"u":22,"s":30,"r":23,"q":29,"p":22,"o":25,"n":22,"m":22,"g":32,"e":25,"d":32,"c":32,"a":27,"A":38,".":36,",":32}},"Z":{"d":"177,-264v14,3,-1,17,-3,24r-131,222r139,1v4,4,4,21,-8,17r-159,-2v-1,-9,4,-12,7,-18r134,-225r-131,-2v-3,-4,-5,-20,7,-17r145,0","w":199},"[":{"d":"51,14v6,17,53,-11,40,21v-17,2,-42,2,-59,0r0,-308v17,-3,40,0,59,-1v4,4,4,20,-6,17v-11,2,-31,-5,-34,5r0,266","w":109},"\\":{"d":"21,-265r117,263v-8,4,-22,3,-23,-8r-113,-256v2,-2,17,-2,19,1","w":144},"]":{"d":"14,35v-1,-5,-4,-18,4,-16v11,0,25,1,35,-1r0,-274r-39,-2v-2,-4,-4,-20,6,-16v17,1,37,-1,53,1r0,308v-17,2,-42,2,-59,0","w":109},"^":{"d":"158,-141v-10,5,-19,1,-21,-9r-44,-93r-48,101v-5,6,-25,5,-14,-7r52,-113v8,-5,23,-2,24,8","w":183},"_":{"d":"11,27v-10,2,-6,-7,-7,-14v0,-7,5,-3,10,-4r122,0v2,7,4,21,-10,18r-115,0","w":139},"`":{"d":"117,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":165},"a":{"d":"93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29","w":191,"k":{"w":-4,"v":-4}},"b":{"d":"100,-12v43,0,51,-42,51,-93v0,-42,-15,-78,-50,-78v-63,0,-54,73,-53,136v7,19,26,35,52,35xm108,-198v50,0,64,49,64,102v0,55,-14,99,-65,99v-27,0,-47,-6,-59,-24v-2,10,4,25,-13,21v-7,-1,-6,-4,-7,-12r0,-246v-3,-12,13,-10,20,-7r0,98v11,-19,32,-31,60,-31","w":192},"c":{"d":"42,-82v-9,71,76,88,111,48v20,12,-5,27,-18,31v-68,23,-121,-18,-114,-93v-12,-87,87,-132,144,-78v1,6,-11,17,-15,11v-10,-13,-23,-19,-46,-19v-52,1,-66,42,-62,100","w":178},"d":{"d":"93,-12v27,0,45,-16,52,-35v0,-63,10,-136,-53,-136v-41,0,-50,48,-50,98v0,43,14,73,51,73xm145,-265v7,-4,24,-5,20,7r0,246v3,14,-11,14,-19,10r-1,-19v-12,18,-32,24,-59,24v-52,0,-65,-45,-65,-99v0,-53,14,-102,64,-102v30,0,47,9,60,31r0,-98","w":191},"e":{"d":"95,-183v-40,0,-55,33,-55,77v32,2,75,2,108,0v0,-47,-10,-77,-53,-77xm95,-198v54,0,75,35,71,94v-1,8,0,13,-10,13r-116,0v0,47,17,77,63,78v24,1,39,-8,56,-12v12,24,-27,27,-54,28v-61,2,-84,-36,-84,-98v0,-61,21,-103,74,-103","w":187},"f":{"d":"93,-249v-43,-19,-51,37,-32,61v13,1,45,-7,35,14r-33,0r0,167v2,9,-6,7,-13,7v-4,0,-7,-1,-6,-6r0,-168v-11,0,-36,5,-24,-14r21,0v-14,-27,-11,-83,29,-79v18,-3,34,4,23,18","w":106,"k":{".":8,",":11}},"g":{"d":"93,-12v26,0,46,-17,52,-39v1,-62,8,-132,-53,-132v-41,0,-50,48,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,154v-2,58,-9,107,-67,107v-24,0,-41,-2,-56,-8v-4,-2,-1,-10,-2,-15v11,-7,34,8,57,8v45,0,47,-41,48,-86v-15,18,-35,27,-59,27v-52,-2,-65,-45,-65,-99v0,-53,14,-102,64,-102v31,0,45,6,60,26v1,-7,-3,-21,4,-22","w":191},"h":{"d":"47,-168v22,-46,116,-42,116,32r0,133v-5,6,-23,5,-19,-9v-7,-65,27,-171,-44,-171v-76,0,-47,108,-54,181v-4,3,-23,6,-19,-8r0,-244v-2,-11,6,-10,16,-10v4,1,4,4,4,12r0,84","w":190},"i":{"d":"27,-184v-3,-13,12,-11,19,-8r0,190v-5,4,-23,5,-19,-8r0,-174xm33,-235v-11,-4,-10,-37,9,-29v10,-1,3,18,4,27v-1,3,-9,2,-13,2"},"j":{"d":"51,35v5,37,-29,51,-56,37v-2,-4,1,-14,4,-16v18,7,33,3,33,-22r0,-218v-4,-13,12,-11,19,-8r0,227xm38,-235v-11,-4,-10,-37,9,-29v9,1,2,15,4,27v-1,3,-9,2,-13,2","w":78},"k":{"d":"27,-258v-3,-12,11,-9,20,-8r0,161r81,-89v9,0,26,-3,15,9r-77,84r83,100v-10,3,-24,1,-28,-7r-74,-86r-1,92v-6,4,-24,5,-19,-10r0,-246","w":161},"l":{"d":"27,-258v-3,-12,11,-9,20,-8r-1,264v-6,4,-24,5,-19,-10r0,-246"},"m":{"d":"203,-198v83,-2,49,118,54,195v-4,7,-23,5,-19,-9r0,-125v1,-29,-10,-46,-38,-46v-71,0,-39,109,-48,180v-4,7,-23,5,-19,-9r0,-125v1,-29,-10,-46,-38,-46v-75,0,-39,111,-49,181v-6,4,-24,5,-19,-10r0,-172v-2,-12,6,-10,16,-10v8,0,3,15,4,22v16,-37,93,-34,101,8v11,-18,28,-34,55,-34","w":285},"n":{"d":"47,-168v23,-45,116,-42,116,32r0,133v-5,6,-23,5,-19,-9v-8,-64,28,-170,-44,-170v-78,1,-46,108,-54,180v-6,4,-24,5,-19,-10r0,-172v-2,-12,6,-10,16,-10v7,2,3,18,4,26","w":190},"o":{"d":"104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102","w":205},"p":{"d":"100,-12v43,0,51,-42,51,-93v0,-42,-15,-78,-50,-78v-62,0,-54,71,-53,134v6,20,26,37,52,37xm107,-198v51,2,65,49,65,102v0,55,-14,99,-65,99v-27,0,-47,-6,-59,-24r-1,96v-5,4,-22,5,-19,-9r0,-250v-4,-13,14,-13,20,-7r0,24v13,-20,27,-32,59,-31","w":192},"q":{"d":"93,-12v27,0,45,-16,52,-35v0,-63,10,-136,-53,-136v-41,0,-50,48,-50,98v0,43,14,73,51,73xm145,-191v5,-6,24,-5,20,7r0,253v1,10,-12,9,-20,7r0,-97v-13,17,-32,24,-59,24v-52,0,-65,-45,-65,-99v0,-53,14,-102,64,-102v30,0,47,9,60,31r0,-24","w":191},"r":{"d":"47,-161v10,-19,38,-39,63,-32v-2,5,0,16,-6,16v-32,0,-57,21,-57,46r-1,129v-6,4,-24,5,-19,-10r0,-172v-2,-12,6,-10,16,-10v8,3,3,23,4,33","w":116,"k":{"y":-4,"w":-4,"v":-4,".":12,",":18}},"s":{"d":"40,-151v15,47,94,41,94,106v0,57,-80,55,-114,37v-5,-16,7,-19,21,-9v27,8,75,7,73,-29v-3,-57,-90,-49,-92,-106v-2,-49,63,-52,102,-40v1,28,-25,9,-44,9v-24,0,-39,10,-40,32","w":154},"t":{"d":"63,-35v-7,40,50,4,43,35v-32,11,-63,-3,-63,-41r0,-131v-11,-2,-28,7,-25,-12v1,-8,16,-2,25,-4v1,-15,-1,-33,1,-46v7,-2,18,-7,19,4r0,42v16,3,56,-10,45,16r-45,0r0,137","w":123},"u":{"d":"145,-192v7,-4,22,-4,18,10r0,172v3,12,-5,10,-15,10v-8,-1,-3,-17,-4,-25v-27,45,-118,37,-117,-33r1,-134v6,-4,23,-4,19,10v8,64,-28,170,44,170v77,-1,46,-107,54,-180","w":190},"v":{"d":"143,-188v0,-7,15,-8,20,-4r-71,191v-7,0,-18,4,-20,-4r-61,-188v5,-1,20,-4,19,5r55,161","w":171,"k":{"y":-4,"x":-4,"w":-7,"v":-7,"q":2,"o":2,"g":2,"c":2,"a":4,".":14,",":18}},"w":{"d":"179,-188v0,-7,14,-8,18,-4r-52,191v0,0,-19,4,-21,-4r-22,-98v-10,33,-16,71,-29,102v0,0,-19,4,-21,-4r-43,-183v-2,-8,6,-6,13,-6v4,0,5,3,6,6r38,162r27,-111v-3,-19,-12,-39,-11,-56v5,-2,18,-3,18,5r38,162","w":203,"k":{"y":-4,"x":-7,"w":-7,"v":-7,"q":1,"o":2,"g":2,"a":2,".":18,",":14}},"x":{"d":"138,-2v-8,4,-21,4,-23,-7r-41,-71v-17,26,-30,56,-48,80v-10,0,-19,3,-11,-10r50,-85r-55,-97v8,-4,25,-3,25,8r40,70r44,-78v7,-4,26,-3,14,8r-49,85","w":146,"k":{"w":-4,"v":-4}},"y":{"d":"143,-188v0,-7,15,-8,20,-4r-92,263v-6,0,-19,5,-16,-5r20,-63r-64,-196v5,-1,20,-4,19,5r57,163","w":174,"k":{"y":-4,"w":-4,"v":-4,"q":1,"o":1,"g":1,"a":1,".":25,",":19}},"z":{"d":"138,-16v8,-2,8,11,6,15v-38,3,-83,0,-123,1v-15,0,-11,-7,-6,-17r100,-161r-99,-1v-2,-3,-3,-16,3,-15r122,2v1,1,0,5,-3,11r-104,165r104,0","w":156},"{":{"d":"103,19v4,3,4,18,-2,17v-36,4,-55,-10,-49,-49v6,-40,20,-96,-29,-98v-8,0,-8,-23,0,-26v20,-4,40,-13,36,-37v-8,-44,-18,-114,46,-98v9,27,-38,3,-34,36v6,46,21,107,-33,112v23,5,42,21,41,49v-1,28,-13,65,-3,88v6,7,15,6,27,6","w":127},"|":{"d":"27,-276v-4,-13,13,-11,20,-8r-1,352v-6,4,-24,5,-19,-10r0,-334"},"}":{"d":"103,-111v-21,3,-39,17,-36,39v7,43,24,128,-46,105v1,-5,-2,-14,3,-14v76,7,-28,-128,65,-143v-23,-4,-43,-19,-42,-45v0,-27,16,-63,3,-83v-5,-8,-21,-3,-29,-7v-1,-10,-1,-18,14,-15v61,-2,31,68,33,114v6,13,19,21,35,23v8,1,9,25,0,26","w":127},"~":{"d":"118,-97v20,1,20,-32,37,-16v-5,18,-17,33,-38,32v-20,-1,-32,-19,-50,-23v-14,0,-23,31,-34,12v2,-14,19,-25,35,-28v19,3,31,22,50,23","w":183},"\u00c4":{"d":"106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0xm57,-323v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm129,-305v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":212},"\u00c5":{"d":"108,-295v14,0,24,-13,24,-25v0,-12,-10,-25,-24,-25v-14,0,-24,13,-24,25v0,12,10,25,24,25xm108,-357v22,0,38,15,38,37v0,22,-14,37,-38,37v-24,0,-38,-15,-38,-37v0,-22,15,-37,38,-37xm106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0","w":212},"\u00c7":{"d":"126,-267v27,0,45,5,59,15v1,5,-3,14,-9,15v-48,-28,-126,-16,-126,57r0,112v-2,62,88,66,130,42v5,0,7,15,3,18v-13,6,-34,13,-54,13r0,10v17,0,30,9,30,27v0,29,-50,39,-65,19v2,-17,12,-2,25,-3v12,-1,22,-3,23,-15v2,-19,-18,-13,-30,-18r0,-21v-47,-4,-81,-23,-82,-73r0,-112v0,-60,32,-86,96,-86","w":205},"\u00c9":{"d":"159,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r1,-251v0,-2,1,-4,4,-4r124,0v3,1,5,17,-2,17r-99,0v-6,0,-8,2,-9,6r0,85v0,7,2,8,8,9r85,0v4,10,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0xm150,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":185},"\u00d1":{"d":"153,-308v20,4,19,-29,37,-17v-3,18,-18,31,-38,32v-22,0,-30,-21,-50,-22v-15,-1,-23,30,-34,12v2,-14,18,-26,35,-28v19,3,32,20,50,23xm32,-252v-4,-16,17,-13,28,-10r136,231r1,-229v0,-7,9,-3,15,-4v7,-1,5,6,5,12r0,239v4,17,-16,14,-27,11r-136,-231v-6,70,0,155,-2,230v-3,5,-24,8,-20,-8r0,-241","w":249},"\u00d6":{"d":"124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90xm74,-323v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm146,-305v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":243},"\u00dc":{"d":"179,-261v6,-7,24,-4,19,9r0,170v1,58,-28,87,-83,87v-51,0,-84,-29,-83,-81r3,-188v11,0,17,-2,17,12r0,170v-2,43,24,70,63,70v47,1,65,-25,64,-71r0,-178xm68,-323v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm140,-305v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":230},"\u00e1":{"d":"93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29xm149,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":191},"\u00e0":{"d":"93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29xm127,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":191},"\u00e2":{"d":"148,-217v-3,3,-14,4,-16,-2r-33,-42r-36,46v-8,0,-18,0,-9,-8r35,-53v37,-8,41,39,59,59xm93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29","w":191},"\u00e4":{"d":"93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29xm47,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm119,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":191},"\u00e3":{"d":"121,-243v19,3,20,-30,37,-17v-3,18,-18,32,-38,32v-20,0,-31,-20,-50,-22v-16,-1,-22,30,-34,12v2,-14,17,-27,35,-28v19,3,32,20,50,23xm93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29","w":191},"\u00e5":{"d":"99,-230v14,0,24,-13,24,-25v0,-12,-10,-25,-24,-25v-13,0,-23,12,-23,25v0,13,10,26,23,25xm61,-255v-1,-40,59,-49,73,-14v10,26,-8,51,-35,51v-22,0,-37,-14,-38,-37xm93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm149,-194v9,0,16,-2,16,10r0,172v3,14,-11,14,-19,10v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v1,-9,-4,-26,4,-29","w":191},"\u00e7":{"d":"42,-82v-9,71,76,88,111,48v20,11,-4,24,-15,29v-9,4,-19,7,-29,8r0,12v17,0,30,9,30,27v0,29,-50,39,-65,19v2,-3,2,-10,7,-10v8,11,41,10,41,-8v0,-19,-18,-13,-30,-18r0,-22v-51,-5,-71,-40,-71,-99v0,-88,87,-132,144,-78v1,6,-11,17,-15,11v-10,-13,-23,-19,-46,-19v-52,1,-66,42,-62,100","w":178},"\u00e9":{"d":"95,-183v-40,0,-55,33,-55,77v32,2,75,2,108,0v0,-47,-10,-77,-53,-77xm95,-198v54,0,75,35,71,94v-1,8,0,13,-10,13r-116,0v0,47,17,77,63,78v24,1,39,-8,56,-12v12,24,-27,27,-54,28v-61,2,-84,-36,-84,-98v0,-61,21,-103,74,-103xm142,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":187},"\u00e8":{"d":"95,-183v-40,0,-55,33,-55,77v32,2,75,2,108,0v0,-47,-10,-77,-53,-77xm95,-198v54,0,75,35,71,94v-1,8,0,13,-10,13r-116,0v0,47,17,77,63,78v24,1,39,-8,56,-12v12,24,-27,27,-54,28v-61,2,-84,-36,-84,-98v0,-61,21,-103,74,-103xm122,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":187},"\u00ea":{"d":"146,-217v-3,3,-14,4,-16,-2r-33,-42r-36,46v-8,0,-17,2,-10,-8r36,-53v37,-8,41,39,59,59xm95,-183v-40,0,-55,33,-55,77v32,2,75,2,108,0v0,-47,-10,-77,-53,-77xm95,-198v54,0,75,35,71,94v-1,8,0,13,-10,13r-116,0v0,47,17,77,63,78v24,1,39,-8,56,-12v12,24,-27,27,-54,28v-61,2,-84,-36,-84,-98v0,-61,21,-103,74,-103","w":187},"\u00eb":{"d":"95,-183v-40,0,-55,33,-55,77v32,2,75,2,108,0v0,-47,-10,-77,-53,-77xm95,-198v54,0,75,35,71,94v-1,8,0,13,-10,13r-116,0v0,47,17,77,63,78v24,1,39,-8,56,-12v12,24,-27,27,-54,28v-61,2,-84,-36,-84,-98v0,-61,21,-103,74,-103xm49,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm121,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":187},"\u00ed":{"d":"27,-184v-4,-13,13,-11,20,-8r-1,190v-5,4,-23,5,-19,-8r0,-174xm99,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0"},"\u00ec":{"d":"27,-184v-4,-13,13,-11,20,-8r-1,190v-5,4,-23,5,-19,-8r0,-174xm46,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5"},"\u00ee":{"d":"87,-217v-3,3,-15,4,-17,-2r-32,-42r-36,46v-8,0,-17,2,-10,-8r35,-53v7,-4,23,-3,25,5xm27,-184v-4,-13,13,-11,20,-8r-1,190v-5,4,-23,5,-19,-8r0,-174"},"\u00ef":{"d":"27,-184v-4,-13,13,-11,20,-8r-1,190v-5,4,-23,5,-19,-8r0,-174xm-12,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm60,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9"},"\u00f1":{"d":"123,-243v18,2,20,-31,36,-17v-3,18,-18,32,-38,32v-20,0,-31,-20,-50,-22v-16,-1,-21,30,-34,12v2,-14,18,-28,35,-28v20,0,32,21,51,23xm47,-168v23,-45,116,-42,116,32r0,133v-5,6,-23,5,-19,-9v-8,-64,28,-170,-44,-170v-78,1,-46,108,-54,180v-6,4,-24,5,-19,-10r0,-172v-2,-12,6,-10,16,-10v7,2,3,18,4,26","w":190},"\u00f3":{"d":"104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102xm152,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":205},"\u00f2":{"d":"104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102xm135,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":205},"\u00f4":{"d":"154,-217v-2,3,-15,5,-16,-2r-33,-42r-36,46v-8,0,-17,2,-10,-8r35,-53v38,-8,42,39,60,59xm104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102","w":205},"\u00f6":{"d":"104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102xm56,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm128,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":205},"\u00f5":{"d":"129,-243v19,3,20,-30,37,-17v-3,19,-19,32,-39,32v-20,0,-30,-20,-49,-22v-16,-1,-22,30,-34,12v2,-14,17,-27,35,-28v19,3,32,20,50,23xm104,-12v47,0,63,-43,60,-99v-2,-42,-16,-71,-60,-71v-52,1,-62,42,-62,100v0,45,20,70,62,70xm105,-198v58,0,79,36,79,101v0,59,-26,98,-81,100v-61,2,-82,-38,-82,-99v0,-61,26,-102,84,-102","w":205},"\u00fa":{"d":"145,-192v7,-4,22,-4,18,10r0,172v3,12,-5,10,-15,10v-8,-1,-3,-17,-4,-25v-27,45,-118,37,-117,-33r1,-134v6,-4,23,-4,19,10v8,64,-28,170,44,170v77,-1,46,-107,54,-180xm148,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":190},"\u00f9":{"d":"145,-192v7,-4,22,-4,18,10r0,172v3,12,-5,10,-15,10v-8,-1,-3,-17,-4,-25v-27,45,-118,37,-117,-33r1,-134v6,-4,23,-4,19,10v8,64,-28,170,44,170v77,-1,46,-107,54,-180xm121,-217v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":190},"\u00fb":{"d":"144,-217v-3,3,-15,4,-17,-2r-32,-42r-36,46v-8,0,-17,2,-10,-8r35,-53v7,-4,25,-3,25,5xm145,-192v7,-4,22,-4,18,10r0,172v3,12,-5,10,-15,10v-8,-1,-3,-17,-4,-25v-27,45,-118,37,-117,-33r1,-134v6,-4,23,-4,19,10v8,64,-28,170,44,170v77,-1,46,-107,54,-180","w":190},"\u00fc":{"d":"145,-192v7,-4,22,-4,18,10r0,172v3,12,-5,10,-15,10v-8,-1,-3,-17,-4,-25v-27,45,-118,37,-117,-33r1,-134v6,-4,23,-4,19,10v8,64,-28,170,44,170v77,-1,46,-107,54,-180xm46,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm118,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":190},"\u00b0":{"d":"77,-194v33,0,33,-57,0,-57v-14,-1,-27,15,-27,29v0,13,13,29,27,28xm77,-267v26,0,44,18,44,45v0,26,-18,44,-44,44v-26,0,-45,-18,-45,-44v0,-27,19,-45,45,-45","w":155},"\u00a2":{"d":"51,-82v-9,71,76,88,111,48v20,10,-3,22,-13,28v-8,4,-18,8,-27,9r0,29v-7,2,-23,5,-19,-10r0,-19v-53,-4,-74,-40,-73,-99v0,-58,23,-94,73,-101v0,-16,-4,-39,19,-28r0,27v25,0,68,21,41,37v-13,-9,-25,-22,-50,-21v-52,2,-66,42,-62,100","w":202},"\u00a3":{"d":"56,-17v35,5,86,8,116,-2v10,29,-34,26,-61,23v-26,-3,-61,-1,-80,-3v6,-41,25,-71,22,-121v-14,-1,-39,7,-28,-16r28,0v-15,-56,-11,-135,58,-131v27,1,51,5,61,22v-11,24,-34,-14,-61,-6v-55,-2,-50,70,-39,115r48,0v5,6,2,21,-10,16r-37,0v1,43,-9,72,-17,103","w":191},"\u00a7":{"d":"46,-121v-1,40,81,57,79,5v3,-43,-80,-52,-79,-5xm127,-246v-29,-13,-96,-4,-72,36v23,38,89,38,89,96v0,27,-17,40,-39,46v16,12,34,28,34,54v1,50,-74,58,-107,36v-1,-29,21,-5,45,-5v25,0,43,-11,43,-33v0,-54,-93,-46,-93,-105v0,-29,23,-48,54,-46v-21,-12,-47,-25,-49,-54v-4,-49,63,-52,103,-40v0,7,-3,12,-8,15","w":168},"\u00b6":{"d":"132,-264v14,0,36,-4,36,10r0,315v0,5,-18,5,-19,-1r0,-304v-2,-3,-20,-5,-20,3r0,301v1,6,-7,3,-12,4v-5,0,-6,-1,-6,-6r0,-146v0,-7,-4,-9,-9,-10v-45,-3,-75,-31,-75,-79v0,-61,44,-87,105,-87","w":200},"\u00df":{"d":"207,-65v25,67,-69,82,-111,57v-4,-16,7,-19,21,-9v27,9,77,5,74,-29v-4,-55,-93,-51,-93,-106v0,-29,31,-36,32,-66v1,-21,-15,-35,-34,-34v-23,0,-32,17,-33,39r0,206v2,9,-6,7,-13,7v-4,0,-7,-1,-6,-6r0,-168v-11,0,-36,5,-24,-14r24,0v-3,-46,8,-79,52,-79v32,0,54,17,53,49v-1,34,-53,59,-19,88v25,22,64,32,77,65","w":225},"\u00ae":{"d":"115,-132v27,1,53,3,51,-25v4,-26,-32,-30,-52,-22v1,15,-1,33,1,47xm137,-194v51,-7,56,64,17,73v-2,0,-3,1,-2,2v12,19,28,36,37,56v-6,1,-15,4,-17,-4v-13,-17,-24,-38,-39,-53v-7,1,-19,-3,-19,4v-1,17,2,39,-1,54v-7,0,-14,2,-13,-7r1,-124v9,-3,25,0,36,-1xm137,-13v69,0,113,-47,113,-116v0,-69,-44,-115,-113,-115v-68,0,-113,46,-113,115v0,69,45,116,113,116xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00a9":{"d":"95,-153v-8,-42,55,-55,77,-33v-2,18,-15,0,-29,2v-47,-5,-31,48,-35,88v-3,31,47,29,62,18v9,17,-15,19,-30,19v-24,-1,-45,-12,-45,-37r0,-57xm137,-13v69,0,113,-47,113,-116v0,-69,-44,-115,-113,-115v-68,0,-113,46,-113,115v0,69,45,116,113,116xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00b4":{"d":"120,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":165},"\u00a8":{"d":"24,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm96,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":165},"\u00c6":{"d":"150,-243r-72,152r71,-1v3,-47,0,-102,1,-151xm277,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r0,-61v0,-4,-2,-6,-6,-6r-73,0v-13,24,-22,52,-37,74v-5,3,-23,6,-16,-7r123,-252v39,-9,93,0,139,-3v1,3,4,17,-3,17r-98,0v-7,0,-9,2,-10,6r0,85v0,7,2,8,8,9r85,0v5,8,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0","w":303},"\u00d8":{"d":"62,-33v37,35,140,32,131,-45v-5,-44,4,-96,-4,-134xm125,-251v-95,-8,-73,98,-75,183v2,9,-3,29,9,12r122,-173v-12,-17,-29,-20,-56,-22xm51,-18v-6,10,-14,24,-30,16v4,-8,13,-20,19,-28v-19,-34,-10,-98,-10,-147v0,-65,29,-89,95,-90v29,1,54,6,68,22v7,-11,15,-28,34,-21r-24,35v18,33,5,99,10,149v10,93,-109,107,-162,64","w":243},"\u00b1":{"d":"151,-188v13,2,43,-8,35,14r-33,0r0,167v2,9,-7,7,-14,7v-4,0,-6,-1,-6,-6r0,-168r-70,0r0,167v2,9,-6,7,-13,7v-4,0,-7,-1,-6,-6r0,-168v-11,0,-36,5,-24,-14r21,0v-14,-27,-11,-83,29,-79v18,-3,34,4,23,18v-21,-8,-42,-1,-42,25v0,15,5,26,10,36r70,0v-15,-25,-11,-83,29,-79v18,-3,34,3,23,18v-21,-7,-42,-1,-42,25v0,15,5,26,10,36xm223,-258v-3,-12,11,-9,19,-8r0,264v-6,4,-24,5,-19,-10r0,-246","w":270},"\u00a5":{"d":"91,-60v-16,-3,-53,10,-43,-15v11,-2,30,-1,43,-1r0,-33r-75,-150v-2,-8,9,-4,15,-5v29,40,47,91,72,135r69,-133v4,-4,25,-4,16,6r-76,147r0,33v16,3,54,-10,43,16r-43,0v-2,19,5,48,-4,60v-7,-1,-18,4,-17,-6r0,-54","w":204},"\u00b5":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u03bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00aa":{"d":"69,-138v35,0,39,-37,36,-76v-2,-21,-15,-39,-37,-39v-30,0,-34,30,-33,65v0,26,10,50,34,50xm64,-266v22,0,34,9,41,23v-2,-12,0,-28,15,-19v2,41,2,92,0,133v-4,2,-17,3,-15,-6r0,-13v-6,13,-19,23,-39,22v-37,-1,-47,-30,-47,-69v0,-38,9,-70,45,-71","w":147},"\u00ba":{"d":"81,-137v31,0,39,-31,39,-67v0,-29,-13,-47,-39,-48v-33,0,-45,28,-42,68v2,29,14,47,42,47xm81,-265v38,0,56,27,55,71v0,41,-17,69,-56,70v-42,1,-57,-25,-57,-70v0,-44,18,-71,58,-71","w":155},"\u00e6":{"d":"93,-12v27,0,46,-19,52,-41v2,-62,5,-130,-53,-130v-47,0,-50,46,-50,98v0,43,14,73,51,73xm218,-183v-39,0,-56,32,-53,78r106,-1v0,-47,-10,-77,-53,-77xm165,-91v-14,77,67,91,116,66v13,24,-26,28,-53,28v-30,0,-51,-5,-63,-25v2,16,-3,28,-19,20v-1,-5,-1,-19,-1,-27v-9,18,-28,32,-56,32v-53,-1,-68,-43,-68,-99v0,-53,14,-102,64,-102v29,0,50,13,60,33v2,-12,-7,-33,12,-29v13,-2,6,13,8,23v35,-52,136,-25,124,51v-1,13,5,29,-11,29r-113,0","w":309},"\u00f8":{"d":"63,-24v45,31,101,-1,101,-64v0,-28,0,-55,-12,-71xm141,-171v-45,-28,-99,1,-99,63v0,27,-2,55,10,71xm184,-97v0,78,-66,123,-130,88v-4,9,-14,11,-24,7v0,-3,8,-15,11,-19v-13,-18,-20,-42,-20,-75v0,-80,65,-124,130,-90v3,-10,13,-16,25,-10r-13,20v14,16,21,43,21,79","w":205},"\u00bf":{"d":"106,-240v-1,13,-33,9,-32,1v1,-10,-4,-24,7,-25v19,-3,27,2,25,24xm135,-14v-38,32,-111,19,-111,-42v0,-59,61,-60,57,-123v-1,-9,10,-3,16,-5v25,50,-49,75,-54,125v-4,48,55,59,82,31v5,1,10,9,10,14","w":154},"\u00a1":{"d":"59,-240v-12,17,-42,8,-32,-20v10,-10,41,-5,32,20xm55,-10v4,14,-15,11,-24,8r5,-182v5,-4,18,-3,14,9","w":83},"\u00ac":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00ab":{"d":"110,-115v17,26,38,47,52,75v-4,4,-13,12,-19,4r-57,-79r59,-84v6,0,19,8,12,16xm38,-115v17,26,38,47,52,75v-4,4,-13,12,-19,4r-57,-79r59,-84v6,0,19,8,12,16","w":194},"\u00bb":{"d":"125,-36v-5,9,-25,-1,-18,-10r51,-69r-50,-73v3,-6,16,-18,19,-5r54,78xm53,-36v-5,9,-25,-1,-18,-10r51,-69r-50,-73v3,-6,16,-18,19,-5r54,78","w":194},"\u00a0":{"w":38},"\u00c0":{"d":"106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0xm121,-282v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":212},"\u00c3":{"d":"134,-308v20,4,19,-29,37,-17v-3,19,-19,31,-39,32v-21,0,-29,-21,-49,-22v-15,-1,-23,30,-34,12v2,-14,18,-26,35,-28v19,3,32,20,50,23xm106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0","w":212},"\u00d5":{"d":"149,-308v20,4,19,-29,37,-17v-3,18,-18,31,-38,32v-22,0,-30,-21,-50,-22v-15,-1,-23,30,-34,12v2,-14,18,-26,35,-28v19,3,32,20,50,23xm124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90","w":243},"\u00f7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00ff":{"d":"143,-188v0,-7,15,-8,20,-4r-92,263v-6,0,-19,5,-16,-5r20,-63r-64,-196v5,-1,20,-4,19,5r57,163xm38,-258v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm110,-240v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":174},"\u00b7":{"d":"22,-100v-10,-25,29,-28,32,-15v-1,9,4,24,-6,24v-12,0,-27,3,-26,-9"},"\u2219":{"d":"22,-100v-10,-25,29,-28,32,-15v-1,9,4,24,-6,24v-12,0,-27,3,-26,-9"},"\u00c2":{"d":"157,-281v-28,5,-33,-32,-49,-45v-17,14,-19,48,-49,45v10,-22,27,-41,38,-60v7,-4,25,-3,25,5v11,19,25,35,35,55xm106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0","w":212},"\u00ca":{"d":"148,-281v-28,5,-33,-32,-49,-45v-12,15,-22,33,-36,46v-8,0,-17,2,-10,-8r35,-53v38,-8,41,41,60,60xm159,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r1,-251v0,-2,1,-4,4,-4r124,0v3,1,5,17,-2,17r-99,0v-6,0,-8,2,-9,6r0,85v0,7,2,8,8,9r85,0v4,10,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0","w":185},"\u00c1":{"d":"106,-237r-42,145r84,0xm118,-261r78,259v-5,4,-25,5,-23,-7r-20,-67r-94,0r-23,74v-7,4,-27,5,-17,-10r77,-249v3,-5,18,-5,22,0xm165,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":212},"\u00cb":{"d":"159,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r1,-251v0,-2,1,-4,4,-4r124,0v3,1,5,17,-2,17r-99,0v-6,0,-8,2,-9,6r0,85v0,7,2,8,8,9r85,0v4,10,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0xm50,-323v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm122,-305v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":185},"\u00c8":{"d":"159,-17v10,-3,10,11,6,16v-40,3,-85,0,-127,1v-5,-1,-6,-2,-6,-9r1,-251v0,-2,1,-4,4,-4r124,0v3,1,5,17,-2,17r-99,0v-6,0,-8,2,-9,6r0,85v0,7,2,8,8,9r85,0v4,10,-3,21,-17,17r-65,0v-9,0,-9,1,-10,8r0,97v1,7,1,8,8,8r99,0xm126,-282v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":185},"\u00cd":{"d":"32,-257v-2,-10,14,-8,20,-5r0,260v-4,3,-25,6,-20,-7r0,-248xm101,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":84},"\u00ce":{"d":"88,-288v8,8,-1,8,-9,8v-14,-13,-24,-31,-37,-46v-16,13,-19,48,-48,45v10,-21,25,-41,38,-60v35,-9,39,36,56,53xm32,-257v-2,-10,14,-8,20,-5r0,260v-4,3,-25,6,-20,-7r0,-248","w":84},"\u00cf":{"d":"32,-257v-2,-10,14,-8,20,-5r0,260v-4,3,-25,6,-20,-7r0,-248xm-7,-323v6,-6,29,-6,25,6v1,14,1,25,-17,21v-14,2,-8,-16,-8,-27xm65,-305v-9,-21,22,-29,26,-16v-1,13,4,30,-18,25v-6,0,-7,-5,-8,-9","w":84},"\u00cc":{"d":"32,-257v-2,-10,14,-8,20,-5r0,260v-4,3,-25,6,-20,-7r0,-248xm55,-282v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":84},"\u00d3":{"d":"124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90xm173,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":243},"\u00d4":{"d":"174,-281v-28,5,-33,-32,-49,-45v-12,15,-22,33,-36,46v-8,0,-17,2,-10,-8r35,-53v38,-8,41,41,60,60xm124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90","w":243},"\u00d2":{"d":"124,-12v46,1,70,-18,69,-66v-2,-79,20,-173,-68,-173v-96,0,-75,98,-75,183v0,42,33,54,74,56xm125,-267v58,-1,88,26,88,86r0,99v1,60,-31,87,-89,87v-52,-1,-93,-19,-94,-73r0,-109v1,-65,29,-89,95,-90xm152,-282v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":243},"\u00da":{"d":"179,-261v6,-7,24,-4,19,9r0,170v1,58,-28,87,-83,87v-51,0,-84,-29,-83,-81r3,-188v11,0,17,-2,17,12r0,170v-2,43,24,70,63,70v47,1,65,-25,64,-71r0,-178xm163,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":230},"\u00db":{"d":"161,-288v8,8,-1,8,-9,8v-14,-13,-24,-31,-37,-46v-17,14,-19,48,-49,45v11,-22,26,-41,39,-60v35,-9,39,36,56,53xm179,-261v6,-7,24,-4,19,9r0,170v1,58,-28,87,-83,87v-51,0,-84,-29,-83,-81r3,-188v11,0,17,-2,17,12r0,170v-2,43,24,70,63,70v47,1,65,-25,64,-71r0,-178","w":230},"\u00d9":{"d":"179,-261v6,-7,24,-4,19,9r0,170v1,58,-28,87,-83,87v-51,0,-84,-29,-83,-81r3,-188v11,0,17,-2,17,12r0,170v-2,43,24,70,63,70v47,1,65,-25,64,-71r0,-178xm149,-282v-5,4,-16,2,-20,-3r-49,-56v6,-4,30,-4,30,5","w":230},"\u00af":{"d":"40,-240v-10,3,-8,-11,-5,-16v33,-2,74,-2,107,0v3,6,2,21,-10,16r-92,0","w":165},"\u02c9":{"d":"40,-240v-10,3,-8,-11,-5,-16v33,-2,74,-2,107,0v3,6,2,21,-10,16r-92,0","w":165},"\u00b8":{"d":"90,15v17,0,30,9,30,27v0,29,-50,39,-65,19v2,-3,2,-10,7,-10v8,11,41,10,41,-8v0,-19,-18,-13,-30,-18r0,-31r17,0r0,21","w":165},"\u00dd":{"d":"112,-109r0,103v0,10,-13,6,-20,5v-3,-33,0,-73,-1,-108r-75,-150v-2,-8,9,-4,15,-5v29,40,46,91,71,134r69,-132v4,-4,26,-4,17,6xm167,-341v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":204},"\u00fd":{"d":"143,-188v0,-7,15,-8,20,-4r-92,263v-6,0,-19,5,-16,-5r20,-63r-64,-196v5,-1,20,-4,19,5r57,163xm145,-276v-19,19,-34,46,-58,61v-8,1,-14,1,-8,-8r39,-53v4,-3,23,-3,27,0","w":174},"\u00de":{"d":"59,-73v64,3,112,1,112,-66v0,-59,-52,-63,-112,-60v-5,0,-7,2,-7,6r0,113v1,5,1,7,7,7xm53,-217v72,-1,141,7,140,77v-1,51,-27,84,-77,84r-59,0v-4,0,-5,1,-5,6r0,48v-4,3,-25,6,-20,-7r0,-248v-2,-10,14,-8,20,-5v1,15,-1,32,1,45","w":209},"\u00fe":{"d":"100,-12v43,0,51,-42,51,-93v0,-42,-15,-78,-50,-78v-62,0,-54,71,-53,134v6,20,26,37,52,37xm108,-198v50,2,64,49,64,102v0,55,-14,99,-65,99v-27,0,-47,-6,-59,-24r-1,96v-5,4,-22,5,-19,-9r0,-324v-3,-12,13,-10,20,-7r0,98v13,-21,28,-32,60,-31","w":192},"\u00bd":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b9":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00be":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b3":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b2":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00a6":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00d7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00f0":{"d":"104,-12v45,0,63,-33,60,-85v-2,-42,-18,-71,-60,-71v-49,0,-62,37,-62,93v0,42,22,63,62,63xm138,-231v30,37,46,85,46,149v0,55,-29,84,-81,85v-58,1,-78,-35,-82,-92v-6,-80,74,-119,133,-77v-7,-20,-18,-37,-29,-52v-10,8,-22,29,-32,12v-5,-9,15,-16,20,-25v-7,-12,-35,-21,-15,-35v12,-2,18,14,28,21v8,-8,20,-28,30,-11v5,9,-13,17,-18,25","w":205},"\u00a4":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00d0":{"d":"60,-17v63,2,117,5,117,-61r0,-102v4,-66,-53,-70,-118,-67v-5,0,-6,2,-6,7r0,100r62,0v4,6,4,22,-10,18r-52,0r0,98v0,6,1,7,7,7xm37,-264v84,-2,160,-3,160,83r0,99v4,86,-74,85,-159,82v-7,0,-6,-5,-6,-13r0,-109v-14,1,-34,3,-24,-18r24,0r1,-121v0,-1,1,-3,4,-3","w":227}}});/* --------- /javascripts/frontend/Hermes_Bold.font.js --------- */ 

Cufon.registerFont({"w":224,"face":{"font-family":"Hermes Bold","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 6 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-20.8804 -371 393.805 78.3705","underline-thickness":"14.4","underline-position":"-33.48","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":90},"!":{"d":"91,-57v22,-4,14,25,14,43v0,27,-43,10,-66,14v-23,4,-10,-29,-13,-50v8,-15,45,-4,65,-7xm39,-264v25,3,68,-11,66,17r-9,156v1,23,-27,14,-45,14v-12,0,-15,-2,-16,-13r-9,-154v0,-14,-1,-19,13,-20","w":128},"\"":{"d":"17,-252v-3,-23,35,-8,54,-12v8,0,12,5,11,13r-11,81v0,15,-27,9,-39,7v-10,-24,-11,-60,-15,-89xm104,-252v-3,-23,36,-8,54,-12v8,0,11,5,10,13r-10,81v-1,14,-28,9,-40,7v-10,-24,-10,-60,-14,-89","w":186},"#":{"d":"111,-149r-4,36r36,0r4,-36r-36,0xm160,-254v2,-17,40,-10,56,-7v8,18,-4,45,-4,66v15,2,38,-7,33,16v-3,14,0,30,-16,30r-22,0r-5,36v13,2,38,-8,33,13v-3,13,0,33,-16,32r-22,0r-7,56v0,21,-42,12,-59,9v-3,-21,5,-44,6,-65r-36,0r-7,59v-4,16,-39,8,-57,7v-8,-18,4,-45,4,-66v-14,-1,-34,7,-28,-16v3,-13,-1,-29,16,-29r18,0r4,-36v-13,-1,-32,5,-28,-13v3,-14,-3,-35,16,-33r18,0r7,-57v0,-19,43,-14,58,-8v2,20,-3,47,-6,65r37,0","w":259},"$":{"d":"115,-192v38,32,109,41,108,114v0,42,-21,62,-51,74v-2,16,8,37,-13,37r-57,0v-20,3,-19,-12,-18,-29v-38,-4,-72,-1,-63,-49v2,-11,0,-28,7,-32v22,3,39,8,67,8v22,0,44,-10,25,-21v-42,-24,-97,-35,-97,-98v0,-42,27,-64,61,-74v1,-20,-6,-39,18,-39r60,0v18,-2,7,21,10,35v21,4,39,-3,37,24v-2,25,-6,57,-39,41v-16,-4,-52,-11,-55,9","w":237},"%":{"d":"62,-165v18,-1,11,-28,11,-46v0,-12,-3,-18,-10,-18v-20,0,-9,31,-12,49v-1,8,4,15,11,15xm232,-33v19,0,9,-29,11,-46v1,-10,-1,-17,-10,-17v-19,0,-10,30,-12,48v-1,8,3,15,11,15xm62,-266v30,0,54,10,54,41v0,52,3,99,-53,95v-33,-2,-56,-12,-56,-46r0,-46v-1,-34,24,-43,55,-44xm233,-251r-119,249v-13,2,-58,9,-54,-10r120,-249v11,-3,63,-11,53,10xm232,-133v29,0,54,9,54,40r0,51v1,34,-20,43,-53,45v-53,3,-56,-39,-56,-93v0,-33,25,-42,55,-43","w":292},"&":{"d":"204,-30v5,30,-19,25,-42,31v-1,15,6,33,-13,33r-58,0v-22,4,-18,-16,-18,-34v-31,-9,-55,-28,-55,-67v0,-34,17,-52,39,-64v-24,-11,-39,-31,-39,-67v1,-34,26,-55,55,-63v1,-19,-7,-43,16,-40v33,4,85,-18,73,37v38,-1,38,43,22,69v-16,7,-74,-19,-83,13v-6,20,48,11,52,28v-3,17,9,49,-11,49v-21,0,-41,5,-42,22v8,27,65,11,87,6v12,6,14,32,17,47","w":218},"'":{"d":"19,-252v-3,-23,35,-8,54,-12v8,0,12,5,11,13r-11,81v-1,14,-27,9,-39,7v-10,-24,-11,-60,-15,-89","w":100},"(":{"d":"70,-274v33,-6,84,15,52,47v-40,65,-26,191,12,244v-8,17,-47,24,-70,20v-54,-70,-51,-249,6,-311","w":149},")":{"d":"89,-272v54,71,50,250,-7,311v-21,4,-60,-8,-64,-27v51,-60,46,-203,1,-264v7,-17,48,-27,70,-20","w":149},"*":{"d":"59,-255v-1,-17,25,-6,38,-9v16,3,2,32,4,46v14,-5,26,-14,41,-16v6,10,8,24,13,35v1,18,-30,11,-43,17v9,12,22,21,29,35v-11,7,-26,32,-41,20r-18,-32v-8,12,-14,27,-24,37v-11,-8,-38,-14,-32,-32r25,-28v-14,-4,-31,-5,-43,-11v3,-14,4,-42,21,-40r34,15","w":159},"+":{"d":"130,-129v23,4,64,-10,67,13v-2,20,8,48,-17,48r-50,0v-5,23,12,68,-13,68v-20,0,-48,8,-48,-17r0,-51r-54,0v-20,2,-10,-28,-12,-44v-3,-32,43,-11,66,-17v3,-22,-9,-60,11,-65v18,2,51,-7,50,13r0,52","w":199},",":{"d":"18,-46v2,-26,54,-12,77,-11v3,25,-9,58,-28,70r-42,27v-13,8,-20,-1,-18,-17","w":114},"-":{"d":"163,-147v22,-3,20,20,19,40v0,15,-3,18,-17,18r-130,0v-19,2,-13,-24,-14,-41v0,-13,2,-16,12,-17r130,0","w":201},"\u00ad":{"d":"163,-147v22,-3,20,20,19,40v0,15,-3,18,-17,18r-130,0v-19,2,-13,-24,-14,-41v0,-13,2,-16,12,-17r130,0","w":201},".":{"d":"28,-60v22,4,66,-10,68,12v-2,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-6,-42,11,-43","w":114,"k":{"Y":36,"W":25,"V":25,"T":36}},"\/":{"d":"64,-9v-4,16,-40,9,-57,7v-2,-2,-3,-5,-2,-10r64,-240v3,-18,44,-14,60,-8v-15,86,-45,167,-65,251","w":133},"0":{"d":"105,-96v-5,30,44,40,44,9v0,-38,13,-101,-21,-107v-38,3,-18,62,-23,98xm109,-267v69,-4,126,11,126,80r0,102v0,66,-39,90,-105,90v-67,0,-114,-26,-114,-94r0,-92v0,-59,40,-83,93,-86","w":251,"k":{"4":-2}},"1":{"d":"145,-263v11,0,11,2,11,12r0,242v0,8,-4,9,-13,9r-57,0v-12,0,-19,-2,-19,-12r0,-147v5,-31,-46,1,-55,-27v1,-21,-6,-46,14,-52v21,-7,34,-25,60,-25r59,0","w":178},"2":{"d":"190,-71v35,-6,20,35,23,61v0,6,-4,9,-8,10r-176,0v-24,-7,-12,-60,-5,-80v19,-48,62,-72,103,-97v12,-13,-6,-22,-23,-21v-22,0,-43,7,-58,18v-18,-5,-31,-63,-7,-73v56,-22,174,-24,174,55v0,65,-54,81,-91,107v-11,7,-9,20,8,20r60,0","w":229},"3":{"d":"163,-131v22,12,38,30,38,64v0,85,-125,83,-182,54v-6,-20,2,-57,14,-66v20,6,79,25,86,-5v-1,-19,-23,-21,-42,-21v-19,0,-8,-29,-11,-45v9,-18,53,-3,53,-32v-6,-26,-65,-16,-78,-2v-12,-7,-13,-37,-13,-58v9,-24,42,-24,75,-25v53,-1,96,16,98,66v1,36,-17,57,-38,70","w":218},"4":{"d":"128,-176r-39,67r39,0r0,-67xm198,-109v14,1,31,-5,29,13v-3,26,10,58,-29,50v-3,17,10,49,-13,46v-20,-3,-56,10,-57,-12r0,-34r-106,0v-23,1,-9,-37,-11,-59r96,-153v18,-11,55,-3,81,-5v11,0,10,3,10,12r0,142","w":237},"5":{"d":"106,-173v47,19,102,30,102,99v0,88,-125,94,-189,61v-9,-24,2,-84,31,-62v13,5,28,9,44,11v26,3,37,-20,15,-32v-30,-16,-83,-16,-83,-58r0,-97v-1,-8,8,-12,13,-13r151,0v14,7,4,42,7,62v-1,10,-10,8,-22,9v-28,2,-86,-10,-69,20"},"6":{"d":"127,-68v21,0,23,-10,23,-31v0,-12,-9,-13,-22,-14v-22,-1,-23,13,-22,33v0,12,7,12,21,12xm108,-169v62,-2,123,-1,124,57r0,52v-3,60,-63,67,-127,65v-53,-2,-88,-25,-89,-80r0,-105v-10,-101,129,-100,202,-71v10,13,-1,47,-8,59v-35,1,-102,-27,-112,15v-1,7,5,7,10,8","w":248},"7":{"d":"17,-200v4,-23,-11,-64,14,-64r169,0v10,1,13,3,11,13r-77,236v-7,25,-58,14,-88,13v-4,-1,-5,-4,-3,-10r53,-160v3,-11,0,-16,-12,-16v-23,0,-64,11,-67,-12","w":218,"k":{"4":10,"3":1,"2":1}},"8":{"d":"121,-68v13,0,22,-6,22,-18v0,-14,-7,-21,-22,-21v-16,-1,-21,7,-22,21v0,12,10,18,22,18xm121,-157v12,-1,22,-6,22,-18v0,-14,-7,-21,-22,-21v-15,0,-22,6,-22,21v0,11,10,18,22,18xm199,-126v17,12,31,33,31,62v0,56,-51,69,-109,69v-57,0,-104,-17,-106,-72v-1,-28,11,-47,26,-59v-14,-15,-25,-35,-24,-66v2,-54,43,-74,100,-75v62,0,109,20,112,75v2,33,-13,52,-30,66","w":245},"9":{"d":"120,-150v24,2,23,-12,22,-33v0,-12,-8,-11,-21,-12v-21,-2,-23,10,-23,31v0,12,9,13,22,14xm105,-267v69,-5,128,10,127,79r0,106v9,101,-132,99,-205,70v-8,-13,-7,-64,20,-59v30,6,99,23,103,-15v1,-7,-5,-7,-10,-8v-62,2,-124,2,-124,-56r0,-53v2,-48,42,-61,89,-64","w":248},":":{"d":"28,-60v22,4,66,-10,68,12v-2,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-6,-42,11,-43xm32,-193v23,3,63,-10,63,13v0,20,7,47,-17,44v-20,-3,-55,8,-58,-11v2,-16,-8,-48,12,-46","w":114},";":{"d":"18,-46v2,-26,54,-12,77,-11v3,25,-9,58,-28,70r-42,27v-13,8,-20,-1,-18,-17xm29,-194v23,3,68,-10,68,13v0,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-5,-42,11,-44","w":114},"\u037e":{"d":"18,-46v2,-26,54,-12,77,-11v3,25,-9,58,-28,70r-42,27v-13,8,-20,-1,-18,-17xm29,-194v23,3,68,-10,68,13v0,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-5,-42,11,-44","w":114},"<":{"d":"164,-186v8,-5,17,-2,16,9v-2,21,7,50,-16,52r-80,26r92,31v6,10,15,66,-12,55r-140,-56v-9,-12,-10,-56,8,-63","w":199},"=":{"d":"175,-78v21,-4,16,17,16,35v0,12,-5,15,-16,15r-151,0v-17,1,-11,-19,-12,-34v0,-13,1,-16,12,-16r151,0xm179,-149v16,-1,11,19,12,33v0,13,-2,16,-12,17r-157,0v-15,1,-10,-21,-10,-35v0,-13,5,-14,16,-15r151,0","w":199},">":{"d":"39,-125v-23,0,-21,-49,-12,-63v55,16,104,39,153,62v6,15,11,62,-13,62v-48,17,-89,40,-140,54v-9,-13,-12,-64,12,-63r80,-26","w":199},"?":{"d":"40,-17v0,-16,-5,-40,10,-40v36,0,79,-14,68,45v-4,22,-40,12,-61,12v-13,0,-17,-5,-17,-17xm81,-267v75,-9,105,63,60,111v-14,15,-22,30,-22,62v0,24,-39,13,-62,15v-23,2,-15,-24,-13,-42v3,-34,37,-38,40,-71v-7,-34,-53,1,-69,2v-7,-7,-11,-22,-11,-35v0,-36,40,-38,77,-42","w":170},"@":{"d":"129,-103v-5,19,19,27,19,6v0,-20,9,-56,-10,-59v-17,2,-6,35,-9,53xm143,-256v82,0,120,54,128,136v7,70,-77,89,-117,55v-9,11,-22,17,-44,17v-58,0,-57,-143,3,-144v23,0,33,4,41,17v-2,-20,28,-10,44,-12v10,-1,11,1,11,9r0,82v0,6,5,14,12,14v15,-3,17,-20,17,-38v0,-60,-35,-102,-95,-102v-59,0,-88,42,-91,102v-5,88,85,123,156,87v8,3,17,22,13,32v-18,9,-50,17,-78,17v-85,-2,-130,-52,-130,-136v0,-81,50,-136,130,-136","w":283},"A":{"d":"123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12","w":263,"k":{"y":18,"w":18,"v":18,"f":8,"Y":30,"W":27,"V":25,"T":25}},"B":{"d":"112,-55v24,0,49,2,49,-22v0,-24,-24,-24,-48,-23v-14,1,-12,39,-1,45xm112,-164v23,1,44,1,44,-23v0,-24,-22,-23,-45,-21v-13,1,-4,25,-6,37v-1,6,2,6,7,7xm210,-132v21,11,36,30,36,65v0,92,-123,67,-210,67v-9,0,-14,0,-13,-9r0,-242v0,-9,0,-12,10,-13v88,2,209,-19,209,67v1,32,-13,53,-32,65","w":260},"C":{"d":"20,-167v-8,-98,119,-118,201,-87v1,19,-8,47,-18,58v-38,-9,-98,-12,-93,38v4,42,-15,98,34,98v23,0,40,-5,57,-9v12,12,17,39,18,60v-74,29,-206,17,-199,-78r0,-80","w":236},"D":{"d":"122,-68v44,0,28,-59,31,-99v-2,-17,-10,-29,-32,-29v-12,0,-12,0,-12,9r0,109v0,5,4,10,13,10xm35,-264v100,-1,208,-10,207,90r0,92v-1,52,-32,82,-80,82r-124,0v-6,0,-17,-5,-15,-13r0,-233v-1,-9,3,-19,12,-18","w":261},"E":{"d":"186,-67v33,-6,19,31,22,57v1,6,-3,9,-7,10r-166,0v-5,0,-12,-4,-12,-13r0,-239v0,-8,1,-12,9,-12r159,0v20,2,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,7,9r62,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0","w":223},"F":{"d":"191,-264v19,1,6,34,10,51v-1,12,-5,13,-17,14r-68,0v-16,-3,-6,18,-9,29v-1,6,3,7,7,8r58,0v23,0,7,36,10,54v-3,21,-42,9,-65,12v-6,-1,-10,4,-10,9r0,77v1,6,-3,9,-7,10v-26,-4,-77,13,-77,-13r0,-239v0,-8,1,-12,9,-12r159,0","w":213,"k":{"r":11,"o":12,"e":12,"a":12,"J":18,"A":23,".":40,",":36}},"G":{"d":"221,-157v13,0,17,1,16,15r0,62v1,62,-37,85,-101,85v-68,0,-116,-26,-116,-92r0,-80v-8,-98,119,-118,201,-87v1,19,-8,47,-18,58v-38,-9,-98,-12,-93,38v4,37,-14,98,24,101v21,2,21,-17,20,-37v3,-16,-29,1,-27,-17v0,-14,-1,-30,1,-43v23,-9,64,-3,93,-3","w":257},"H":{"d":"243,-264v11,0,12,2,13,12r0,240v1,12,-3,11,-14,12r-59,0v-11,0,-15,-3,-15,-13r0,-83v-3,-17,-35,-4,-51,-8v-4,0,-7,1,-6,6r0,86v0,12,-7,11,-18,12r-60,0v-10,0,-10,-4,-10,-13r0,-241v-1,-9,5,-10,13,-10r57,0v10,1,18,1,18,12r0,76v3,16,35,3,51,7v4,0,6,-2,6,-6r0,-79v6,-19,52,-10,75,-10","w":279},"I":{"d":"100,-264v8,1,11,4,11,13r0,242v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0","w":133},"J":{"d":"63,-264v25,4,70,-11,76,12v-5,76,13,174,-14,229v-19,23,-53,43,-91,43v-11,-21,-17,-54,-22,-79v12,-15,38,-13,38,-45r0,-150v0,-8,5,-9,13,-10","w":161},"K":{"d":"259,-264v10,0,22,2,11,13r-90,91r107,154v1,7,-7,6,-14,6r-76,-1v-30,-37,-47,-67,-73,-102r-13,14r0,80v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v4,-24,52,-7,77,-12v10,1,11,3,11,13r0,63v28,-24,47,-58,81,-76r67,0","w":290},"L":{"d":"182,-64v21,1,6,36,10,54v0,9,-8,9,-17,10r-142,0v-11,0,-10,-4,-10,-13r0,-241v-1,-9,5,-10,13,-10r57,0v10,1,18,1,18,12r0,181v0,6,2,7,9,7r62,0","w":202,"k":{"y":15,"w":14,"v":11,"Y":36,"W":29,"V":29,"T":36}},"M":{"d":"284,-264v10,0,11,3,11,13r0,242v0,8,-4,9,-13,9r-57,0v-12,0,-19,-2,-19,-12v-2,-37,4,-81,-2,-114v-1,0,-3,1,-3,1r-34,73v-6,4,-24,3,-23,-8r-27,-63v-1,-2,-7,-1,-6,1r0,113v-1,8,-2,10,-13,9r-62,0v-8,0,-13,-4,-13,-12r0,-240v4,-23,50,-9,76,-11v3,0,6,2,8,6r51,88v2,3,3,4,5,1r47,-88v13,-15,49,-8,74,-8","w":317},"N":{"d":"241,-264v8,-1,12,3,11,12r0,239v3,31,-45,10,-69,12v-29,-33,-47,-79,-77,-111v-6,25,0,68,-2,99v-1,26,-45,8,-70,13v-6,-1,-11,-3,-11,-10r0,-245v7,-16,63,-13,76,-1r66,103v2,3,3,4,5,3v5,-29,-1,-69,2,-102v2,-23,46,-9,69,-12","w":276},"O":{"d":"127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90","w":258},"P":{"d":"120,-144v26,2,44,-3,44,-28v0,-24,-20,-29,-45,-27v-14,5,-3,33,-6,48v-1,6,2,6,7,7xm146,-264v70,-1,107,29,107,99v0,76,-56,90,-133,89v-7,1,-8,2,-9,10v-3,24,14,66,-18,66r-60,0v-11,0,-10,-4,-10,-13r0,-241v-1,-9,5,-10,13,-10r110,0","w":265,"k":{"J":14,"A":25,".":50,",":36}},"Q":{"d":"106,-104v-7,39,43,48,43,13v0,-34,17,-105,-21,-105v-37,0,-16,58,-22,92xm239,-174v-1,54,10,124,-19,151v7,15,42,11,32,38v-7,17,-12,40,-21,54v-37,-5,-69,-37,-90,-64v-68,1,-121,-12,-121,-81r0,-101v0,-66,35,-90,102,-90v67,0,119,23,117,93","w":258},"R":{"d":"120,-154v24,1,46,1,45,-23v-1,-20,-22,-25,-46,-22v-13,2,-4,26,-6,38v-1,6,2,6,7,7xm36,-264v102,-1,217,-11,217,89v0,35,-20,54,-41,67v13,35,30,66,41,104v-16,10,-53,1,-77,4v-10,0,-13,-4,-16,-11r-33,-74v-4,-1,-17,-4,-16,4r0,69v0,13,-4,11,-18,12r-60,0v-11,0,-10,-4,-10,-13r0,-241v-1,-9,5,-9,13,-10","w":271},"S":{"d":"25,-187v-2,-86,110,-89,182,-73v7,20,2,77,-26,64v-19,-3,-56,-14,-64,4v38,33,108,41,108,114v0,96,-132,95,-201,68v-4,-16,-4,-54,5,-67v23,2,40,9,67,9v21,0,46,-10,26,-22v-41,-24,-95,-34,-97,-97","w":240},"T":{"d":"215,-264v27,-3,13,34,16,55v0,7,-1,10,-10,9r-52,0v-7,0,-7,1,-8,7r0,181v-4,23,-48,8,-71,12v-12,-1,-18,0,-18,-12r0,-181v0,-6,-2,-7,-8,-7r-49,0v-9,1,-10,-2,-10,-9v3,-21,-11,-55,17,-55r193,0","w":237,"k":{"u":14,"s":23,"r":11,"q":22,"o":24,"g":22,"e":24,"d":22,"c":22,"a":23,"A":26,".":36,",":36}},"U":{"d":"164,-264v25,4,70,-11,76,12r0,170v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-178v4,-21,46,-6,67,-10v11,0,18,2,19,12r0,148v-7,38,43,49,43,13r1,-163v0,-8,5,-9,13,-10","w":259},"V":{"d":"184,-12v-8,25,-61,9,-90,12v-12,1,-15,-3,-18,-12r-73,-240v-4,-13,8,-12,18,-12v22,0,49,-2,67,2r51,163r50,-163v17,-3,56,-6,68,4v-19,84,-48,164,-73,246","w":264,"k":{"z":11,"u":14,"s":18,"r":11,"o":20,"g":19,"e":19,"d":18,"c":18,"a":20,"A":27,".":29,",":29}},"W":{"d":"320,-12v-9,23,-58,9,-86,12v-12,1,-15,-3,-18,-12r-20,-64v-9,24,-13,52,-25,73v-21,6,-63,5,-86,0v-2,-2,-5,-5,-6,-9r-73,-240v-4,-13,8,-12,18,-12v22,0,49,-2,67,2v20,51,33,110,51,163r21,-72r-24,-81v-4,-13,8,-12,18,-12v22,0,49,-2,67,2v20,51,33,110,51,163r50,-162v16,-4,45,-2,65,-1v3,2,5,6,3,11","w":396,"k":{"u":11,"s":13,"r":10,"o":19,"g":16,"e":15,"d":14,"c":14,"a":17,"A":24,".":25,",":25}},"X":{"d":"277,-12v7,10,0,12,-11,12v-29,0,-73,10,-86,-9r-45,-66v-18,24,-32,52,-54,73v-20,3,-57,5,-77,-1v-2,-2,-1,-4,2,-9r83,-118r-85,-121v-6,-8,-4,-13,7,-13v31,0,74,-9,89,12r43,60v24,-23,28,-66,69,-72v19,2,47,-4,59,4v-21,44,-57,82,-83,123","w":280},"Y":{"d":"193,-252v5,-20,67,-15,75,-6r-87,150r0,96v0,11,-7,12,-18,12r-57,0v-9,0,-13,-1,-13,-9r0,-100r-93,-149v-1,-7,8,-4,14,-6v28,4,72,-10,85,12r48,77","w":269,"k":{"z":25,"y":18,"x":18,"w":16,"v":14,"u":22,"s":30,"r":23,"q":29,"p":22,"o":32,"n":22,"m":22,"g":32,"e":32,"d":32,"c":32,"a":32,"A":28,".":36,",":32}},"Z":{"d":"217,-64v28,-5,13,34,17,54v-1,6,-2,10,-10,10r-200,0v-18,-2,-7,-40,-1,-50r91,-149r-86,0v-28,2,-11,-35,-14,-55v1,-6,2,-10,10,-10r191,0v20,-1,16,34,9,47r-94,153r87,0","w":246},"[":{"d":"97,-31v2,20,42,-2,39,19v-3,18,10,48,-13,48r-86,0v-11,0,-18,-1,-18,-12r0,-286v0,-11,3,-11,15,-12r91,0v19,0,9,29,11,45v3,22,-39,1,-39,21r0,177","w":149},"\\":{"d":"130,-12v6,21,-27,9,-43,12v-10,0,-13,-1,-15,-9r-66,-251v12,-6,55,-10,60,8","w":133},"]":{"d":"117,-274v12,1,16,0,16,12r0,286v1,11,-7,12,-19,12r-86,0v-23,2,-10,-30,-13,-48v-3,-21,40,1,40,-19r0,-177v1,-20,-40,2,-40,-21v0,-17,-7,-44,11,-45r91,0","w":149},"^":{"d":"75,-121v1,23,-51,21,-63,12v15,-55,38,-102,59,-151v11,-9,56,-10,63,7r56,144v-11,9,-65,11,-63,-12r-27,-80","w":199},"_":{"d":"181,7v24,-5,21,19,20,39v-1,14,-3,18,-17,18r-166,0v-20,1,-15,-23,-15,-41v0,-13,2,-16,13,-16r165,0","w":201},"`":{"d":"90,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":180},"a":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17","w":230},"b":{"d":"118,-46v26,-8,10,-55,14,-87v0,-9,-4,-18,-13,-16v-27,5,-10,53,-14,84v-1,10,3,19,13,19xm154,-201v51,3,64,47,63,106v0,54,-12,97,-58,100v-31,2,-51,-7,-63,-24v6,33,-40,16,-66,19v-10,1,-14,-8,-13,-19r0,-236v2,-23,46,-9,68,-12v8,-1,11,7,11,14r0,76v11,-17,28,-26,58,-24","w":230},"c":{"d":"116,-46v24,4,7,-38,39,-30v17,4,38,9,45,22v-10,38,-37,59,-86,59v-70,0,-101,-29,-101,-100v0,-95,70,-122,150,-98v16,5,44,29,19,43v-14,7,-28,24,-46,22v1,-22,-36,-30,-36,-5v0,31,-12,82,16,87","w":205},"d":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-267v22,4,68,-11,68,12r0,243v-4,22,-43,8,-68,12v-11,1,-12,-7,-11,-19v-13,15,-32,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-59,12,-103,63,-106v28,-2,46,8,58,24r0,-76v0,-7,3,-14,11,-14","w":230},"e":{"d":"129,-138v0,-21,-34,-18,-34,0v-7,19,14,15,30,15v7,1,4,-8,4,-15xm115,-201v72,-1,104,35,95,115v-3,8,-9,10,-22,10r-100,0v8,33,72,23,110,20v18,-1,10,27,10,42v0,31,-51,13,-83,20v-72,-1,-112,-30,-112,-101v0,-73,32,-106,102,-106","w":223,"k":{"y":1}},"f":{"d":"109,-201v-1,23,42,1,35,27v1,23,3,44,-27,38r0,115v3,30,-36,19,-62,21v-9,0,-19,-5,-18,-15r0,-121v-14,0,-28,2,-27,-14v2,-20,-7,-44,23,-38v-24,-60,42,-96,105,-73v3,14,-2,41,-7,51v-10,0,-21,-1,-22,9","w":154,"k":{".":11,",":11}},"g":{"d":"111,-46v27,-5,10,-53,14,-84v1,-10,-3,-20,-13,-20v-26,8,-10,56,-14,88v0,9,4,18,13,16xm144,-194v28,5,71,-15,68,20v-6,110,33,263,-91,251v-32,-3,-61,1,-81,-10v1,-17,-12,-58,17,-51v30,7,89,21,77,-35v-10,17,-28,25,-56,24v-54,-1,-65,-47,-65,-106v-1,-57,13,-100,65,-100v27,0,45,8,56,25v-1,-11,2,-17,10,-18","w":229},"h":{"d":"96,-177v36,-37,109,-23,109,41r0,115v5,33,-39,18,-65,21v-9,0,-15,-6,-15,-15r0,-93v0,-8,-3,-20,-14,-18v-11,-1,-15,8,-15,17r0,92v2,30,-42,13,-65,17v-11,0,-13,-7,-14,-17r0,-232v1,-27,44,-15,68,-15v9,0,10,3,11,11r0,76","w":222,"k":{"y":1}},"i":{"d":"80,-194v13,1,16,2,16,13r0,171v-4,20,-43,6,-64,10v-12,0,-14,-6,-15,-17r0,-164v2,-24,41,-9,63,-13xm32,-264v31,0,74,-15,64,38v-4,23,-44,8,-65,12v-21,4,-14,-21,-14,-37v0,-12,4,-13,15,-13","w":113},"j":{"d":"35,-194v26,0,69,-10,69,15r0,201v0,52,-65,60,-113,45v0,-16,-6,-55,18,-51v7,1,12,-2,12,-9r0,-183v0,-11,3,-18,14,-18xm85,-264v22,-4,10,23,13,43v-7,15,-42,4,-61,7v-22,5,-13,-20,-14,-35v-2,-27,40,-11,62,-15","w":121},"k":{"d":"80,-267v13,0,16,1,16,12r0,115v15,-17,18,-47,43,-54v24,2,60,-5,76,4v-14,34,-40,59,-58,89v21,33,49,60,66,98v-24,4,-81,9,-95,-11r-32,-48v-4,22,11,62,-13,62v-25,0,-66,10,-66,-17r0,-238v2,-23,42,-8,63,-12","w":227,"k":{"q":6,"o":6,"e":6,"d":6,"c":6,"a":2}},"l":{"d":"80,-267v13,0,16,1,16,12r0,245v-4,20,-44,6,-65,10v-12,-1,-13,-1,-14,-13r0,-244v4,-20,43,-6,63,-10","w":113},"m":{"d":"198,-168v24,-46,115,-39,115,32r0,115v4,31,-36,19,-62,21v-14,0,-17,-3,-18,-15r0,-93v0,-8,-3,-20,-14,-18v-9,-1,-13,7,-15,13r0,92v4,31,-38,19,-64,21v-9,0,-15,-6,-15,-15r0,-93v0,-8,-3,-20,-14,-18v-11,-1,-15,8,-15,17r0,97v-2,22,-40,12,-61,12v-13,0,-18,-6,-18,-17r0,-162v1,-26,45,-12,69,-14v7,1,11,6,10,16v25,-26,87,-30,102,9","w":330,"k":{"y":1}},"n":{"d":"96,-177v32,-35,109,-25,109,41r0,115v4,31,-36,19,-62,21v-9,0,-18,-6,-18,-15r0,-93v0,-8,-3,-20,-14,-18v-11,-1,-15,8,-15,17r0,97v-2,22,-40,12,-61,12v-13,0,-18,-6,-18,-17r0,-162v1,-26,45,-12,69,-14v7,1,11,6,10,16","w":222,"k":{"y":1}},"o":{"d":"98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106","k":{"y":1,"w":1}},"p":{"d":"119,-46v26,-6,8,-54,13,-85v-1,-9,-4,-19,-14,-19v-25,8,-8,57,-13,88v1,9,5,16,14,16xm157,-201v47,0,61,46,60,100v0,58,-10,103,-63,106v-29,1,-46,-10,-58,-24r0,77v0,25,-40,12,-62,14v-14,1,-16,-2,-17,-13r0,-240v2,-22,39,-11,61,-13v13,-1,20,3,18,18v15,-16,32,-25,61,-25","w":230,"k":{"y":2}},"q":{"d":"111,-46v29,0,8,-55,14,-86v-1,-9,-4,-18,-14,-18v-25,9,-9,56,-13,88v0,10,4,16,13,16xm149,-194v22,3,65,-13,64,15r0,238v-1,24,-45,13,-68,13v-7,0,-11,-3,-11,-10r0,-81v-13,16,-29,25,-58,24v-53,-2,-63,-48,-63,-106v0,-55,13,-100,61,-100v27,0,47,10,60,25v-1,-12,2,-20,15,-18","w":230},"r":{"d":"96,-177v16,-12,32,-24,60,-20v7,10,1,35,3,51v0,4,-3,9,-9,8v-25,2,-54,11,-54,33r0,93v-2,22,-40,12,-61,12v-13,0,-18,-6,-18,-17r0,-162v0,-26,40,-13,63,-15v12,-1,18,4,16,17","w":165,"k":{"y":-4,"w":-4,"v":-4,".":14,",":18}},"s":{"d":"99,-143v29,24,81,30,81,85v0,79,-108,68,-165,52v-3,-14,-7,-43,4,-51v14,5,32,5,51,7v28,3,31,-18,6,-23v-28,-13,-60,-26,-60,-67v0,-55,64,-64,120,-60v16,1,34,-3,34,14v0,15,-1,43,-20,38v-13,-3,-49,-10,-51,5","w":190},"t":{"d":"105,-193v18,0,38,-3,34,17v-2,14,6,37,-9,36r-22,0r0,78v-1,9,10,12,18,9v6,9,10,36,8,51v-43,16,-106,6,-106,-45r0,-94v-26,6,-23,-15,-23,-38v0,-16,13,-14,27,-14v-1,-20,-3,-39,18,-41v16,-1,38,-9,53,-5v4,11,1,31,2,46","w":150},"u":{"d":"141,-194v24,0,66,-11,66,17r0,163v0,26,-43,9,-68,14v-8,-1,-11,-8,-11,-17v-32,37,-111,25,-111,-40r0,-117v-2,-30,39,-18,65,-20v9,0,18,6,17,15r0,94v1,8,3,18,14,18v11,0,16,-9,16,-17r0,-97v0,-8,4,-13,12,-13"},"v":{"d":"220,-191v-17,64,-43,129,-69,187v-25,7,-87,12,-96,-15r-54,-162v-4,-8,0,-13,11,-13v26,0,64,-10,72,15r33,98v14,-35,21,-77,40,-108v12,-9,46,-6,63,-2","w":220,"k":{"y":-4,"x":-4,"w":-7,"v":-7,".":14,",":14}},"w":{"d":"339,-191v-17,64,-43,129,-69,187v-23,7,-76,11,-86,-15r-19,-50v-13,22,-13,61,-40,69v-26,-1,-54,6,-63,-19r-61,-162v-3,-8,0,-13,11,-13v26,0,64,-10,72,15r33,98r20,-55r-17,-45v-3,-8,0,-13,11,-13v27,0,64,-9,72,15r33,98v14,-35,21,-77,40,-108v12,-9,46,-6,63,-2","w":339,"k":{"y":-4,"x":-7,"w":-7,"v":-7,".":18,",":14}},"x":{"d":"139,-103v18,33,43,62,57,98v-20,10,-84,12,-88,-14r-14,-23v-14,14,-16,39,-40,42v-19,-2,-62,8,-45,-17r51,-78v-17,-32,-42,-60,-55,-95v20,-7,79,-11,86,11r14,23v11,-13,17,-32,35,-38v17,3,64,-8,50,13","w":199,"k":{"w":-4,"v":-4}},"y":{"d":"116,58v-7,19,-48,16,-69,11v4,-27,20,-49,28,-74r-72,-176v-3,-8,0,-13,11,-13v28,0,68,-10,76,15r26,73v13,-27,20,-60,36,-83v13,-9,50,-7,67,-1v-27,86,-73,164,-103,248","w":221,"k":{"y":-4,"w":-4,"v":-4,"o":1,"e":1,"a":1,".":25,",":16}},"z":{"d":"13,-157v0,-17,-5,-37,15,-37r145,0v11,-1,21,4,16,13r-77,131r67,0v12,2,7,23,7,36v0,12,-3,13,-14,14r-155,-2v-8,-1,-7,-9,-4,-15r74,-127r-60,0v-12,-1,-14,0,-14,-13","w":196},"{":{"d":"139,-22v26,0,12,30,15,49v-1,17,-33,8,-49,9v-57,3,-61,-47,-61,-108v0,-18,-15,-28,-32,-32v-10,-2,-3,-25,-5,-36v13,-10,38,-10,37,-34v-5,-56,4,-104,57,-100v19,1,54,-10,53,13v-2,17,8,45,-14,44v-24,-1,-17,31,-18,54v-1,22,-16,31,-32,37v29,8,32,41,32,81v0,15,6,23,17,23","w":167},"|":{"d":"96,-285v9,0,11,3,11,12r0,334v-2,19,-40,6,-59,9v-11,2,-18,-1,-18,-12r0,-332v2,-23,45,-6,66,-11","w":133},"}":{"d":"123,-224v0,39,-4,79,33,80v11,3,3,23,5,34v0,4,-2,6,-5,6v-37,3,-33,45,-33,86v0,49,-44,54,-97,54v-23,0,-10,-31,-13,-48v2,-19,36,-1,32,-33v-5,-40,3,-74,33,-81v-28,-6,-37,-33,-33,-71v3,-26,-30,-12,-32,-32v3,-16,-8,-45,11,-45v52,0,99,1,99,50","w":167},"~":{"d":"180,-130v-2,46,-55,74,-91,43v-13,-7,-27,3,-30,13v-7,7,-24,-5,-34,-6v-13,-29,37,-80,75,-51v12,10,35,11,41,-6v9,-8,28,5,39,7","w":199},"\u00c4":{"d":"123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12xm61,-344v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm150,-344v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":263},"\u00c5":{"d":"131,-300v10,0,20,-10,19,-20v1,-10,-9,-20,-19,-20v-9,0,-19,10,-18,20v-1,10,9,20,18,20xm131,-371v31,0,53,20,53,51v0,31,-22,51,-53,51v-30,0,-52,-20,-52,-51v0,-30,21,-51,52,-51xm123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12","w":263},"\u00c7":{"d":"20,-167v-8,-98,119,-118,201,-87v1,19,-8,47,-18,58v-38,-9,-98,-12,-93,38v4,42,-15,98,34,98v23,0,40,-5,57,-9v12,12,17,39,18,60v-14,8,-49,14,-79,14r0,10v18,-1,31,11,31,29v0,44,-83,44,-91,10v1,-6,16,-12,20,-7v4,12,35,17,35,-2v0,-14,-13,-11,-22,-8v-3,-9,0,-23,-1,-33v-55,-6,-92,-33,-92,-91r0,-80","w":236},"\u00c9":{"d":"186,-67v33,-6,19,31,22,57v1,6,-3,9,-7,10r-166,0v-5,0,-12,-4,-12,-13r0,-239v0,-8,1,-12,9,-12r159,0v20,2,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,7,9r62,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0xm185,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":223},"\u00d1":{"d":"158,-281v-20,-3,-47,-30,-59,-2v-7,6,-22,-4,-31,-5v-15,-26,34,-73,68,-47v12,9,33,10,38,-6v9,-6,26,5,36,7v-5,28,-22,50,-52,53xm241,-264v8,-1,12,3,11,12r0,239v3,31,-45,10,-69,12v-29,-33,-47,-79,-77,-111v-6,25,0,68,-2,99v-1,26,-45,8,-70,13v-6,-1,-11,-3,-11,-10r0,-245v7,-16,63,-13,76,-1r66,103v2,3,3,4,5,3v5,-29,-1,-69,2,-102v2,-23,46,-9,69,-12","w":276},"\u00d6":{"d":"127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90xm62,-340v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm151,-340v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":258},"\u00dc":{"d":"164,-264v25,4,70,-11,76,12r0,170v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-178v4,-21,46,-6,67,-10v11,0,18,2,19,12r0,148v-7,38,43,49,43,13r1,-163v0,-8,5,-9,13,-10xm63,-340v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm152,-340v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":259},"\u00e1":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17xm185,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":230},"\u00e0":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17xm114,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":230},"\u00e2":{"d":"109,-221v-7,11,-42,8,-49,2v9,-24,32,-43,49,-59v44,-6,50,31,72,50v4,6,6,14,-6,13v-14,-2,-32,4,-40,-6r-13,-17xm112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17","w":230},"\u00e4":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17xm54,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm143,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":230},"\u00e3":{"d":"62,-262v18,-28,54,-10,77,-1v13,2,12,-16,23,-15v9,5,29,1,30,14v-9,22,-23,46,-52,48v-21,-3,-43,-30,-59,-3v-5,9,-22,-4,-31,-5v-12,-8,6,-30,12,-38xm112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17","w":230},"\u00e5":{"d":"119,-235v10,0,19,-10,19,-20v0,-10,-9,-20,-19,-20v-10,0,-19,10,-19,20v0,10,9,20,19,20xm119,-306v31,0,53,21,53,51v0,30,-22,51,-53,51v-31,0,-52,-20,-52,-51v0,-31,21,-51,52,-51xm112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm145,-194v23,4,68,-11,68,13r0,169v-3,21,-40,10,-61,12v-13,1,-20,-4,-18,-19v-13,13,-34,26,-63,24v-46,-3,-58,-46,-58,-100v-1,-60,12,-104,66,-106v28,-1,43,9,55,24v0,-9,3,-16,11,-17","w":230},"\u00e7":{"d":"116,-46v24,3,7,-38,39,-30v17,4,38,9,45,22v-9,38,-35,58,-81,59r0,10v18,-1,30,11,30,29v0,44,-83,44,-91,10v0,-6,16,-11,20,-7v5,11,34,17,35,-2v1,-14,-13,-11,-21,-8v-3,-9,0,-23,-1,-33v-56,-4,-78,-37,-78,-99v0,-95,70,-122,150,-98v16,5,44,29,19,43v-14,7,-28,24,-46,22v1,-22,-36,-30,-36,-5v0,31,-12,83,16,87","w":205},"\u00e9":{"d":"129,-138v0,-21,-34,-18,-34,0v-7,19,14,15,30,15v7,1,4,-8,4,-15xm115,-201v72,-1,104,35,95,115v-3,8,-9,10,-22,10r-100,0v8,33,72,23,110,20v18,-1,10,27,10,42v0,31,-51,13,-83,20v-72,-1,-112,-30,-112,-101v0,-73,32,-106,102,-106xm182,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":223},"\u00e8":{"d":"129,-138v0,-21,-34,-18,-34,0v-7,19,14,15,30,15v7,1,4,-8,4,-15xm115,-201v72,-1,104,35,95,115v-3,8,-9,10,-22,10r-100,0v8,33,72,23,110,20v18,-1,10,27,10,42v0,31,-51,13,-83,20v-72,-1,-112,-30,-112,-101v0,-73,32,-106,102,-106xm112,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":223},"\u00ea":{"d":"103,-221v-8,11,-42,8,-50,2v11,-25,31,-43,50,-59v44,-6,50,31,72,50v4,7,5,14,-7,13v-14,-2,-33,4,-40,-6r-12,-17xm129,-138v0,-21,-34,-18,-34,0v-7,19,14,15,30,15v7,1,4,-8,4,-15xm115,-201v72,-1,104,35,95,115v-3,8,-9,10,-22,10r-100,0v8,33,72,23,110,20v18,-1,10,27,10,42v0,31,-51,13,-83,20v-72,-1,-112,-30,-112,-101v0,-73,32,-106,102,-106","w":223},"\u00eb":{"d":"129,-138v0,-21,-34,-18,-34,0v-7,19,14,15,30,15v7,1,4,-8,4,-15xm115,-201v72,-1,104,35,95,115v-3,8,-9,10,-22,10r-100,0v8,33,72,23,110,20v18,-1,10,27,10,42v0,31,-51,13,-83,20v-72,-1,-112,-30,-112,-101v0,-73,32,-106,102,-106xm47,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm136,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":223},"\u00ed":{"d":"80,-194v13,1,16,2,16,13r0,171v-4,20,-43,6,-64,10v-12,0,-14,-6,-15,-17r0,-164v2,-24,41,-9,63,-13xm128,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":113},"\u00ec":{"d":"80,-194v13,1,16,2,16,13r0,171v-4,20,-43,6,-64,10v-12,0,-14,-6,-15,-17r0,-164v2,-24,41,-9,63,-13xm44,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":113},"\u00ee":{"d":"45,-221v-8,10,-41,8,-49,2v8,-25,32,-43,49,-59v44,-6,50,31,72,50v4,6,6,14,-6,13v-15,-2,-34,4,-41,-6r-12,-17xm80,-194v13,1,16,2,16,13r0,171v-4,20,-43,6,-64,10v-12,0,-14,-6,-15,-17r0,-164v2,-24,41,-9,63,-13","w":113},"\u00ef":{"d":"80,-194v13,1,16,2,16,13r0,171v-4,20,-43,6,-64,10v-12,0,-14,-6,-15,-17r0,-164v2,-24,41,-9,63,-13xm-9,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm80,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":113},"\u00f1":{"d":"55,-262v18,-27,54,-10,76,-1v13,2,12,-16,23,-15v9,5,29,1,30,14v-8,23,-23,45,-51,48v-20,-3,-45,-31,-59,-3v-7,9,-22,-4,-31,-5v-12,-8,6,-30,12,-38xm96,-177v32,-35,109,-25,109,41r0,115v4,31,-36,19,-62,21v-9,0,-18,-6,-18,-15r0,-93v0,-8,-3,-20,-14,-18v-11,-1,-15,8,-15,17r0,97v-2,22,-40,12,-61,12v-13,0,-18,-6,-18,-17r0,-162v1,-26,45,-12,69,-14v7,1,11,6,10,16","w":222},"\u00f3":{"d":"98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106xm178,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1"},"\u00f2":{"d":"98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106xm105,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4"},"\u00f4":{"d":"100,-221v-7,11,-42,8,-49,2v11,-25,31,-42,49,-59v44,-6,51,31,73,50v4,7,5,14,-7,13v-14,-2,-32,4,-40,-6r-13,-17xm98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106"},"\u00f6":{"d":"98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106xm47,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm136,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47"},"\u00f5":{"d":"55,-262v18,-27,54,-10,76,-1v13,2,12,-16,23,-15v9,5,29,1,30,14v-8,23,-23,45,-51,48v-20,-3,-45,-31,-59,-3v-7,9,-22,-4,-31,-5v-12,-8,6,-30,12,-38xm98,-68v-5,24,27,30,28,8v2,-22,2,-50,0,-73v0,-10,-4,-17,-14,-16v-27,3,-8,54,-14,81xm115,-201v69,0,98,36,97,106v0,67,-30,100,-98,100v-70,0,-101,-29,-101,-100v0,-75,30,-106,102,-106"},"\u00fa":{"d":"141,-194v24,0,66,-11,66,17r0,163v0,26,-43,9,-68,14v-8,-1,-11,-8,-11,-17v-32,37,-111,25,-111,-40r0,-117v-2,-30,39,-18,65,-20v9,0,18,6,17,15r0,94v1,8,3,18,14,18v11,0,16,-9,16,-17r0,-97v0,-8,4,-13,12,-13xm178,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1"},"\u00f9":{"d":"141,-194v24,0,66,-11,66,17r0,163v0,26,-43,9,-68,14v-8,-1,-11,-8,-11,-17v-32,37,-111,25,-111,-40r0,-117v-2,-30,39,-18,65,-20v9,0,18,6,17,15r0,94v1,8,3,18,14,18v11,0,16,-9,16,-17r0,-97v0,-8,4,-13,12,-13xm104,-278v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4"},"\u00fb":{"d":"100,-221v-7,11,-42,8,-49,2v11,-25,31,-42,49,-59v44,-6,51,31,73,50v4,7,5,14,-7,13v-14,-2,-32,4,-40,-6r-13,-17xm141,-194v24,0,66,-11,66,17r0,163v0,26,-43,9,-68,14v-8,-1,-11,-8,-11,-17v-32,37,-111,25,-111,-40r0,-117v-2,-30,39,-18,65,-20v9,0,18,6,17,15r0,94v1,8,3,18,14,18v11,0,16,-9,16,-17r0,-97v0,-8,4,-13,12,-13"},"\u00fc":{"d":"141,-194v24,0,66,-11,66,17r0,163v0,26,-43,9,-68,14v-8,-1,-11,-8,-11,-17v-32,37,-111,25,-111,-40r0,-117v-2,-30,39,-18,65,-20v9,0,18,6,17,15r0,94v1,8,3,18,14,18v11,0,16,-9,16,-17r0,-97v0,-8,4,-13,12,-13xm48,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm137,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47"},"\u00b0":{"d":"76,-169v14,0,27,-15,27,-28v0,-13,-12,-28,-27,-28v-14,0,-26,15,-26,28v0,13,13,28,26,28xm76,-261v39,0,64,25,64,64v0,39,-25,64,-64,64v-38,0,-64,-26,-64,-64v0,-39,25,-64,64,-64","w":155},"\u00a2":{"d":"70,0v-80,-9,-77,-186,0,-195v1,-15,-4,-34,11,-35r51,0v23,-3,16,15,17,33v22,5,59,28,34,47v-14,7,-29,24,-46,22v0,-20,-37,-32,-35,-5v3,30,-15,92,22,85v13,-7,5,-35,31,-28v17,4,39,7,45,22v-7,28,-22,48,-51,55v-1,16,5,38,-13,36v-32,-2,-78,14,-66,-37","w":209},"\u00a3":{"d":"144,-267v45,1,88,4,75,56v-3,11,-4,25,-12,27v-24,-23,-98,-19,-80,30v19,2,48,-7,48,13v0,20,8,45,-17,45r-29,0v-1,11,-14,29,-2,34v28,2,56,0,80,-5v21,2,5,41,10,60v-32,33,-122,-10,-185,11v-4,0,-7,-3,-7,-7v8,-31,19,-58,21,-93v0,0,-33,2,-33,-11v0,-26,-7,-55,30,-47v-15,-74,28,-115,101,-113","w":235},"\u00a7":{"d":"81,-121v-1,18,35,26,37,5v1,-14,-19,-21,-30,-16v-5,3,-7,6,-7,11xm153,-76v12,8,23,21,23,40v0,75,-98,71,-154,51v-4,-11,-9,-45,4,-50v17,3,73,17,83,-3v-27,-26,-86,-26,-87,-80v0,-22,12,-35,26,-44v-12,-11,-25,-24,-26,-45v1,-63,90,-67,148,-54v5,14,1,46,-11,52v-15,-3,-35,-9,-50,-9v-29,0,-16,14,0,20v30,12,66,30,67,73v0,24,-9,39,-23,49","w":191},"\u00b6":{"d":"186,-264v8,1,14,1,13,10r0,305v5,20,-22,11,-38,13v-3,0,-5,-1,-5,-4r0,-285v-1,-3,-16,-5,-16,3r0,282v-5,6,-44,11,-44,-7r0,-119v0,-9,-1,-9,-8,-10v-50,-3,-74,-39,-75,-93v-2,-91,80,-98,173,-95","w":221},"\u00df":{"d":"138,-267v69,0,113,36,87,102v-15,37,38,37,57,58v11,12,23,26,23,49v3,74,-103,70,-158,52v-5,-10,-8,-44,3,-51v16,5,62,16,69,-3v-25,-26,-81,-26,-79,-80v1,-22,19,-33,19,-54v0,-11,-6,-16,-19,-16v-13,0,-20,6,-19,20r0,169v2,31,-39,19,-66,21v-9,0,-19,-5,-18,-15r0,-121v-14,0,-28,2,-27,-14v2,-20,-7,-44,23,-38v-5,-65,41,-79,105,-79","w":313},"\u00ae":{"d":"127,-146v5,9,29,5,26,-8v0,-10,-19,-16,-26,-8r0,16xm89,-197v51,-1,108,-6,108,44v1,20,-13,26,-20,36r21,51v-10,3,-40,6,-47,-3v-9,-12,-7,-35,-23,-39v-9,9,9,43,-11,43v-11,-3,-34,7,-35,-7r0,-120v0,-5,2,-5,7,-5xm137,-27v61,0,100,-41,100,-102v0,-60,-38,-101,-100,-101v-62,0,-100,41,-100,101v0,62,39,102,100,102xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00a9":{"d":"82,-147v-5,-50,63,-59,100,-43v1,26,-10,32,-39,27v-20,1,-16,27,-16,49v-6,28,31,22,45,16v5,5,9,19,9,30v-33,16,-104,10,-99,-39r0,-40xm137,-27v61,0,100,-41,100,-102v0,-60,-38,-101,-100,-101v-62,0,-100,41,-100,101v0,62,39,102,100,102xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00b4":{"d":"142,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":180},"\u00a8":{"d":"22,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm111,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":180},"\u00c6":{"d":"111,-92v15,-2,39,7,39,-11r0,-85xm313,-67v34,-6,21,31,23,57v0,6,-4,9,-8,10r-166,0v-21,3,-3,-42,-20,-42r-48,0v-10,14,-7,39,-27,42v-20,-2,-47,4,-62,-3v-1,-2,-1,-4,0,-9r112,-249v59,-8,136,-3,201,-3v20,0,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,8,9r61,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0","w":352},"\u00d8":{"d":"109,-85v5,24,39,21,40,-6r1,-40xm145,-186v-12,-19,-44,-8,-39,18r0,24xm20,-177v-9,-98,115,-106,181,-72v8,-7,17,-25,30,-15v7,7,29,14,17,25r-19,20v18,31,6,90,10,137v8,99,-128,103,-194,67v-7,6,-14,22,-26,15v-7,-11,-28,-18,-13,-35r16,-18v-5,-37,2,-84,-2,-124","w":258},"\u00b1":{"d":"243,-201v-1,24,43,0,35,27v1,23,4,44,-27,38r0,115v4,31,-36,19,-62,21v-9,0,-18,-6,-18,-15r0,-121r-54,0r0,115v3,30,-36,19,-62,21v-9,0,-19,-5,-18,-15r0,-121v-14,0,-28,2,-27,-14v2,-20,-7,-44,23,-38v-24,-60,42,-96,105,-73v3,14,-2,41,-7,51v-21,-6,-30,17,-12,22r48,0v-23,-61,42,-96,105,-73v3,15,-1,42,-7,51v-10,0,-21,-1,-22,9xm368,-267v13,0,16,1,16,12r0,245v-4,20,-44,6,-65,10v-12,-1,-13,-1,-14,-13r0,-244v4,-20,43,-6,63,-10","w":401},"\u00a5":{"d":"169,-252v6,-19,65,-16,76,-6r-73,150r0,14v16,1,38,-4,38,13v0,20,8,48,-17,45r-21,0v0,18,5,36,-18,36r-57,0v-20,2,-11,-21,-13,-36v-15,-1,-35,4,-35,-11v0,-17,-7,-47,12,-47r23,0r0,-15r-79,-149v15,-11,76,-10,96,0r37,83","w":249},"\u00b5":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u03bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00aa":{"d":"78,-220v-2,27,-2,77,18,54v-3,-22,11,-60,-9,-66v-6,0,-9,6,-9,12xm111,-263v15,0,47,-8,47,9r0,113v6,21,-25,12,-42,14v-10,1,-14,-3,-13,-14v-9,12,-22,19,-44,17v-32,-2,-41,-34,-41,-69v0,-39,7,-73,45,-74v23,-1,32,3,40,16v0,-7,1,-12,8,-12","w":180},"\u00ba":{"d":"80,-220v-2,27,-2,77,18,54v-3,-22,11,-60,-9,-66v-6,0,-9,6,-9,12xm91,-267v50,0,65,26,65,74v-1,46,-18,69,-66,69v-49,0,-71,-21,-71,-69v0,-51,20,-74,72,-74","w":173},"\u00e6":{"d":"112,-46v25,-8,8,-56,13,-87v-1,-9,-4,-18,-14,-16v-26,4,-8,54,-13,84v1,9,5,18,14,19xm223,-153v-16,-1,-20,14,-18,27v4,6,26,4,34,1v1,-16,-2,-27,-16,-28xm179,-194v60,-18,144,-2,141,65v-2,24,10,53,-22,53r-100,0v8,33,72,23,110,20v18,-1,9,27,11,42v-2,30,-52,13,-84,20v-44,0,-73,-10,-90,-34v-18,18,-36,36,-74,33v-46,-4,-58,-46,-58,-100v-1,-59,12,-103,63,-106v30,-2,47,7,58,24v-3,-23,25,-16,45,-17","w":334},"\u00f8":{"d":"99,-57v2,17,26,13,27,-3r1,-30xm123,-144v-19,-15,-28,5,-25,30xm167,-192v9,-20,37,0,42,13v-4,5,-7,11,-12,14v10,16,15,40,15,70v0,67,-30,101,-98,100v-25,0,-45,-3,-62,-11v-4,5,-11,14,-20,10v-12,-11,-31,-26,-9,-40v-7,-14,-10,-34,-10,-59v0,-97,74,-122,154,-97"},"\u00bf":{"d":"128,-247v0,16,5,40,-11,40v-35,0,-83,13,-67,-44v1,-23,40,-13,61,-13v13,0,17,5,17,17xm86,4v-46,0,-80,-14,-82,-55v-2,-56,45,-58,45,-118v0,-24,39,-13,62,-15v22,-2,13,23,13,42v0,32,-40,38,-40,70v0,30,51,8,62,-2v14,-2,20,24,17,42v-5,31,-42,36,-77,36","w":170},"\u00a1":{"d":"40,-207v-24,5,-11,-26,-14,-42v1,-26,42,-12,66,-15v23,-3,10,29,13,50v-8,15,-45,3,-65,7xm92,0v-25,0,-67,11,-66,-17r9,-155v-1,-23,27,-14,45,-14v12,0,15,1,16,12r9,155v0,13,1,19,-13,19","w":128},"\u00ac":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00ab":{"d":"171,-115r37,52v3,5,3,8,-1,10v-16,5,-38,33,-50,15r-51,-77r57,-85v16,3,29,15,44,21v6,3,5,6,1,11xm74,-115r37,52v3,5,3,8,-1,10v-16,4,-38,33,-50,15r-51,-77r57,-85v16,3,29,15,44,21v6,3,5,6,1,11","w":219},"\u00bb":{"d":"220,-116r-57,85v-16,-3,-29,-15,-44,-21v-6,-3,-5,-6,-1,-11r37,-53r-37,-52v-3,-5,-3,-8,1,-10v15,-7,28,-20,45,-22xm123,-116r-57,85v-16,-3,-29,-15,-44,-21v-6,-3,-5,-6,-1,-11r37,-53r-37,-52v-3,-5,-3,-8,1,-10v15,-7,27,-20,45,-22","w":219},"\u00a0":{"w":45},"\u00c0":{"d":"123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12xm126,-343v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":263},"\u00c3":{"d":"151,-281v-20,-3,-47,-30,-59,-2v-7,6,-22,-4,-31,-5v-14,-26,34,-74,68,-47v12,9,33,10,38,-6v9,-6,26,5,36,7v-4,29,-22,49,-52,53xm123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12","w":263},"\u00d5":{"d":"54,-294v4,-43,55,-60,93,-34v13,2,12,-16,23,-15v9,5,29,1,30,14v-8,24,-23,46,-52,48v-20,-3,-47,-30,-59,-2v-7,6,-22,-4,-31,-5v-4,-1,-5,-3,-4,-6xm127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90","w":258},"\u00f7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00ff":{"d":"116,58v-7,19,-48,16,-69,11v4,-27,20,-49,28,-74r-72,-176v-3,-8,0,-13,11,-13v28,0,68,-10,76,15r26,73v13,-27,20,-60,36,-83v13,-9,50,-7,67,-1v-27,86,-73,164,-103,248xm48,-275v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm137,-275v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":221},"\u00b7":{"d":"28,-151v22,4,66,-10,68,12v-2,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-6,-42,11,-43","w":114},"\u2219":{"d":"28,-151v22,4,66,-10,68,12v-2,19,7,48,-13,48v-25,0,-67,10,-66,-17v1,-17,-6,-42,11,-43","w":114},"\u00c2":{"d":"116,-286v-7,11,-42,8,-49,2v12,-24,31,-41,49,-59v44,-6,50,33,73,51v5,6,5,13,-7,12v-14,-2,-32,4,-40,-6r-13,-16xm123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12","w":263},"\u00ca":{"d":"113,-302v-6,19,-41,31,-62,18v10,-23,32,-42,49,-59v44,-6,49,32,72,51v4,6,6,13,-6,12v-14,-2,-35,5,-40,-6xm186,-67v33,-6,19,31,22,57v1,6,-3,9,-7,10r-166,0v-5,0,-12,-4,-12,-13r0,-239v0,-8,1,-12,9,-12r159,0v20,2,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,7,9r62,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0","w":223},"\u00c1":{"d":"123,-164r-21,72r43,0xm259,-12v5,13,-5,12,-15,12v-23,0,-51,3,-70,-2v-7,-9,-9,-28,-13,-40r-75,0v-7,14,-2,42,-22,42v-19,0,-45,4,-59,-3v17,-86,48,-166,73,-249v7,-25,60,-9,89,-12v12,-1,16,4,19,12xm200,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":263},"\u00cb":{"d":"186,-67v33,-6,19,31,22,57v1,6,-3,9,-7,10r-166,0v-5,0,-12,-4,-12,-13r0,-239v0,-8,1,-12,9,-12r159,0v20,2,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,7,9r62,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0xm44,-340v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm133,-340v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":223},"\u00c8":{"d":"186,-67v33,-6,19,31,22,57v1,6,-3,9,-7,10r-166,0v-5,0,-12,-4,-12,-13r0,-239v0,-8,1,-12,9,-12r159,0v20,2,6,37,10,55v0,9,-8,9,-17,10r-68,0v-14,-3,-7,12,-9,22v-1,6,3,9,7,9r62,0v24,1,5,35,8,53v-3,22,-44,8,-67,12v-14,-1,-9,16,-10,28v0,8,7,8,15,8r64,0xm110,-343v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":223},"\u00cd":{"d":"100,-264v8,1,11,4,11,13r0,242v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0xm132,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":133},"\u00ce":{"d":"55,-286v-7,11,-42,8,-49,2v12,-24,31,-41,49,-59v45,-6,51,32,73,51v5,6,5,13,-7,12v-14,-2,-32,4,-40,-6r-13,-16xm100,-264v8,1,11,4,11,13r0,242v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0","w":133},"\u00cf":{"d":"100,-264v8,1,11,4,11,13r0,242v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0xm1,-340v19,4,58,-10,56,12v-2,18,10,51,-13,48v-18,-2,-53,10,-54,-11v3,-17,-9,-49,11,-49xm90,-340v20,3,57,-10,55,13v-2,17,8,47,-11,47v-20,0,-59,9,-57,-13v2,-18,-9,-50,13,-47","w":133},"\u00cc":{"d":"100,-264v8,1,11,4,11,13r0,242v1,9,-4,8,-13,9r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0xm61,-343v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":133},"\u00d3":{"d":"127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90xm192,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":258},"\u00d4":{"d":"130,-302v-6,19,-41,31,-62,18v9,-24,31,-42,49,-59v44,-6,50,33,72,51v4,6,6,13,-6,12v-15,-2,-33,4,-41,-6xm127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90","w":258},"\u00d2":{"d":"127,-68v41,0,17,-65,23,-100v-1,-16,-5,-28,-22,-28v-39,2,-18,65,-22,100v-2,18,7,28,21,28xm129,-267v70,0,110,24,110,93r0,92v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-101v-1,-68,41,-90,109,-90xm119,-343v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":258},"\u00da":{"d":"164,-264v25,4,70,-11,76,12r0,170v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-178v4,-21,46,-6,67,-10v11,0,18,2,19,12r0,148v-7,38,43,49,43,13r1,-163v0,-8,5,-9,13,-10xm192,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":259},"\u00db":{"d":"116,-286v-8,11,-42,8,-50,2v9,-23,30,-36,43,-55v41,-19,60,28,79,47v5,6,5,13,-7,12v-14,-2,-33,4,-40,-6r-12,-16xm164,-264v25,4,70,-11,76,12r0,170v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-178v4,-21,46,-6,67,-10v11,0,18,2,19,12r0,148v-7,38,43,49,43,13r1,-163v0,-8,5,-9,13,-10","w":259},"\u00d9":{"d":"164,-264v25,4,70,-11,76,12r0,170v1,74,-57,91,-131,86v-52,-3,-89,-24,-88,-80r0,-178v4,-21,46,-6,67,-10v11,0,18,2,19,12r0,148v-7,38,43,49,43,13r1,-163v0,-8,5,-9,13,-10xm122,-343v23,11,35,38,45,60v-11,6,-46,5,-52,-6v-16,-17,-40,-29,-50,-50v10,-9,39,-2,57,-4","w":259},"\u00af":{"d":"140,-270v18,-1,22,10,20,29v-1,15,-3,18,-17,18r-108,0v-15,1,-15,-14,-15,-30v0,-14,2,-16,13,-17r107,0","w":180},"\u02c9":{"d":"140,-270v18,-1,22,10,20,29v-1,15,-3,18,-17,18r-108,0v-15,1,-15,-14,-15,-30v0,-14,2,-16,13,-17r107,0","w":180},"\u00b8":{"d":"101,15v18,-1,30,11,30,29v0,44,-83,44,-91,10v0,-6,16,-11,20,-7v5,11,34,17,35,-2v1,-14,-13,-11,-21,-8v-3,-12,0,-29,-1,-43r28,0r0,21","w":180},"\u00dd":{"d":"193,-252v5,-20,67,-15,75,-6r-87,150r0,96v0,11,-7,12,-18,12r-57,0v-9,0,-13,-1,-13,-9r0,-100r-93,-149v-1,-7,8,-4,14,-6v28,4,72,-10,85,12r48,77xm214,-339v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":269},"\u00fd":{"d":"116,58v-7,19,-48,16,-69,11v4,-27,20,-49,28,-74r-72,-176v-3,-8,0,-13,11,-13v28,0,68,-10,76,15r26,73v13,-27,20,-60,36,-83v13,-9,50,-7,67,-1v-27,86,-73,164,-103,248xm185,-274v-11,23,-39,37,-57,56v-10,5,-34,5,-45,0v6,-22,24,-40,37,-57v15,-5,50,-6,65,1","w":221},"\u00de":{"d":"120,-109v47,14,60,-55,18,-55v-9,0,-25,-4,-25,7r0,41v0,6,2,6,7,7xm117,-229v85,-5,136,17,136,99v0,74,-57,91,-133,89v-22,-1,7,41,-22,41r-57,0v-11,0,-18,-1,-18,-12r0,-240v0,-11,4,-12,15,-12r62,0v21,-3,2,32,17,35","w":265},"\u00fe":{"d":"119,-46v26,-6,8,-54,13,-85v-1,-9,-4,-19,-14,-19v-25,8,-8,57,-13,88v1,9,5,16,14,16xm159,-201v46,0,58,46,58,100v0,58,-10,103,-63,106v-29,1,-46,-10,-58,-24r0,77v0,25,-40,12,-62,14v-14,1,-16,-2,-17,-13r0,-314v2,-23,45,-9,68,-12v10,-1,10,0,11,9r0,82v16,-16,31,-25,63,-25","w":230},"\u00bd":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b9":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00be":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b3":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00b2":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00a6":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00d7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00f0":{"d":"114,-46v21,-5,13,-40,13,-66v0,-9,-5,-16,-15,-16v-21,0,-12,40,-12,63v0,9,4,19,14,19xm164,-243v53,62,81,248,-50,248v-66,0,-101,-30,-101,-94v0,-61,42,-88,102,-90v-4,-22,-19,3,-30,-6v-11,-9,-26,-26,-5,-36v-28,-19,18,-41,30,-57v11,-15,19,-4,28,4v12,-20,38,-3,42,13v0,5,-12,13,-16,18","w":220},"\u00a4":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0","w":262},"\u00d0":{"d":"122,-68v44,0,28,-59,31,-99v-2,-17,-10,-31,-32,-29v-22,-4,-8,23,-12,38v24,-5,19,19,19,39v0,16,-4,17,-19,18v1,16,-5,33,13,33xm35,-264v100,-1,208,-10,207,90r0,92v-1,52,-32,82,-80,82r-124,0v-6,0,-17,-5,-15,-13r0,-88v-25,5,-20,-20,-20,-41v0,-17,6,-16,20,-16r0,-88v-1,-9,3,-19,12,-18","w":261}}});/* --------- /javascripts/frontend/Hermes_Regular.font.js --------- */ 

Cufon.registerFont({"w":262,"face":{"font-family":"Hermes Regular","font-weight":550,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-19 -361 329.345 77.1849","underline-thickness":"9","underline-position":"-39.24","unicode-range":"U+0020-U+00FF"},"glyphs":{" ":{"w":81},"!":{"d":"35,-39v13,2,40,-8,40,8v-1,12,5,32,-9,31v-14,-1,-41,7,-39,-10v2,-11,-5,-31,8,-29xm40,-264v14,1,32,-4,31,13r-5,162v3,14,-9,12,-21,12v-9,-1,-9,-1,-9,-12r-5,-162v0,-9,0,-12,9,-13","w":99},"\"":{"d":"28,-264v14,1,32,-5,31,13r-6,81v0,10,-8,9,-18,9v-6,0,-7,-5,-7,-12r-6,-79v-1,-7,-1,-12,6,-12xm89,-264v13,1,31,-6,30,12r-6,80v0,12,-6,11,-17,11v-7,-1,-8,-3,-9,-10r-5,-80v-1,-8,-2,-13,7,-13","w":136},"#":{"d":"97,-159r-11,50r47,0r12,-50r-48,0xm118,-261r-16,76r47,0r19,-76v5,-4,34,-10,30,8r-15,68v17,1,44,-6,33,18v-1,14,-24,6,-38,8r-12,50v15,2,45,-8,34,15v0,17,-23,9,-38,11v-7,26,-11,58,-21,81v-7,3,-38,7,-29,-10r17,-71r-48,0r-20,81v-7,2,-33,9,-29,-10r16,-71v-19,-2,-43,9,-34,-20v4,-12,26,-4,39,-6r11,-50v-21,2,-49,3,-30,-25v8,-2,24,0,35,-1r18,-76v4,-4,27,-6,31,0","w":228},"$":{"d":"174,-227v-36,-13,-122,-16,-100,42v33,43,124,39,122,114v-1,45,-28,65,-67,72v-2,12,6,36,-7,36v-16,0,-36,6,-36,-12r0,-20v-28,0,-52,-7,-67,-15v-3,-11,0,-30,7,-35v36,20,147,24,121,-39v-21,-52,-122,-34,-121,-115v1,-42,29,-61,69,-66v3,-14,-8,-40,11,-37v12,2,32,-8,32,11r0,24v18,0,32,3,44,7v7,8,0,30,-8,33","w":216},"%":{"d":"68,-156v26,1,21,-30,21,-56v0,-14,-6,-28,-21,-28v-30,-1,-22,35,-23,63v0,13,9,21,23,21xm210,-22v27,1,21,-31,21,-57v0,-14,-5,-27,-21,-27v-30,-1,-22,34,-23,62v0,13,9,23,23,22xm68,-267v48,-1,51,42,49,92v-2,30,-19,44,-49,45v-49,2,-56,-36,-53,-87v2,-33,20,-49,53,-50xm221,-264r-134,262v-8,3,-41,6,-27,-10r130,-252v5,-2,26,-4,31,0xm210,-134v47,-1,49,41,49,93v0,31,-20,44,-49,45v-49,3,-52,-37,-52,-87v0,-34,20,-50,52,-51","w":271},"&":{"d":"88,3v-80,2,-82,-123,-13,-134v-30,-7,-52,-29,-51,-66v1,-40,26,-62,62,-68v3,-14,-7,-40,10,-37v12,2,33,-9,33,11r0,25v27,1,57,13,41,42v-14,9,-31,-10,-56,-10v-29,0,-50,15,-50,42v0,32,30,44,63,45v6,3,10,35,-7,31v-32,2,-55,15,-56,48v-2,48,78,45,106,23v7,1,11,17,12,26v-5,19,-30,18,-51,22v-2,12,6,34,-7,34v-14,0,-36,7,-36,-11r0,-23","w":199},"'":{"d":"30,-264v14,1,32,-6,31,13r-6,81v1,11,-8,9,-17,9v-6,0,-7,-5,-8,-12r-6,-79v-1,-7,-1,-12,6,-12","w":80},"(":{"d":"80,-274v27,-1,35,21,14,39v-45,66,-35,205,12,257v0,10,-22,18,-33,15v-54,-59,-62,-213,-12,-285v7,-10,13,-20,19,-26","w":130},")":{"d":"50,-273v66,63,64,246,2,310v-11,4,-30,-7,-31,-17v56,-60,55,-220,-2,-277v-3,-11,20,-19,31,-16","w":130},"*":{"d":"121,-232v13,-8,14,16,15,25v-12,6,-30,8,-44,12v9,11,21,22,29,34v-6,7,-20,24,-28,10r-20,-32v-10,22,-28,54,-46,22v7,-14,20,-24,29,-36r-44,-11v-2,-8,2,-31,16,-25r35,15r-3,-45v6,-3,31,-8,29,8r-4,38","w":144},"+":{"d":"169,-104v16,-3,11,11,12,24v0,8,-4,8,-13,8r-57,0r0,59v3,17,-12,12,-25,13v-9,0,-8,-4,-9,-13r0,-59r-60,0v-14,3,-7,-13,-9,-23v0,-8,2,-9,10,-9r59,0r0,-59v-2,-14,13,-11,25,-11v9,-1,9,3,9,11r0,59r58,0","w":189},",":{"d":"27,-32v-1,-16,29,-9,42,-7v-5,32,-23,71,-55,74v-6,-20,15,-41,13,-67","w":88},"-":{"d":"143,-126v17,-3,14,10,14,24v0,9,-3,9,-14,9r-104,0v-15,3,-9,-14,-10,-25v-1,-8,3,-8,11,-8r103,0","w":184},"\u00ad":{"d":"143,-126v17,-3,14,10,14,24v0,9,-3,9,-14,9r-104,0v-15,3,-9,-14,-10,-25v-1,-8,3,-8,11,-8r103,0","w":184},".":{"d":"28,-41v14,0,42,-7,40,9v-2,13,7,33,-8,32v-15,-2,-42,6,-39,-12v1,-11,-4,-29,7,-29","w":88},"\/":{"d":"145,-264r-102,262v-8,2,-43,10,-35,-10r99,-252v8,-3,30,-4,38,0","w":147},"0":{"d":"118,-30v66,3,46,-84,46,-143v0,-39,-9,-57,-45,-59v-74,-4,-50,91,-50,155v0,31,18,46,49,47xm119,-267v58,0,87,27,88,84r0,100v0,60,-29,89,-88,88v-56,0,-94,-22,-93,-80r0,-103v0,-62,31,-89,93,-89","w":232},"1":{"d":"59,-210v-5,-19,-58,10,-38,-36v19,-11,52,-25,81,-15r0,250v3,19,-22,8,-35,11v-7,0,-9,-4,-8,-12r0,-198","w":141},"2":{"d":"180,-36v18,-3,11,17,12,30v0,4,-3,6,-7,6r-157,0v-27,-66,37,-126,85,-152v18,-9,35,-21,37,-44v4,-51,-80,-40,-106,-19v-8,-1,-16,-24,-11,-34v45,-30,165,-28,159,47v-6,87,-116,73,-124,158v-1,7,3,9,10,8r102,0","w":216},"3":{"d":"126,-132v29,9,50,28,51,65v3,79,-103,85,-159,55v-5,-9,1,-32,9,-33v32,19,112,27,110,-27v-1,-34,-31,-43,-64,-46v-3,-6,-7,-33,9,-29v31,-2,54,-16,54,-48v0,-47,-76,-47,-102,-22v-30,-35,15,-50,57,-50v50,0,86,21,86,66v0,37,-20,61,-51,69","w":199},"4":{"d":"132,-205r-77,121r77,0r0,-121xm170,-84v9,1,23,-5,21,7v1,17,2,31,-21,26r0,45v0,11,-18,6,-28,6v-20,0,-6,-35,-10,-51r-109,0v-14,0,-9,-29,-4,-37r110,-171v6,-8,30,-7,40,-2","w":216},"5":{"d":"83,-228v-20,1,-6,34,-10,51v29,17,79,20,98,52v33,56,-2,129,-73,129v-33,0,-57,-6,-76,-18v-4,-16,6,-45,22,-29v33,20,99,17,97,-34v-2,-49,-49,-56,-93,-63v-8,0,-15,-8,-14,-17r0,-98v0,-5,4,-9,8,-9r131,0v12,1,7,19,7,30v0,6,-5,6,-12,6r-85,0","w":208},"6":{"d":"116,-31v33,-2,43,-19,43,-57v0,-31,-8,-54,-38,-54v-27,0,-46,7,-52,25v-2,47,-1,89,47,86xm74,-162v56,-36,135,-2,129,74v-4,59,-26,93,-86,93v-51,0,-91,-20,-91,-73r0,-109v-8,-88,78,-103,153,-80v5,9,1,34,-8,36v-45,-20,-116,-16,-102,54v0,6,2,7,5,5","w":220},"7":{"d":"17,-227v-12,-3,-11,-37,1,-37r152,0v10,1,13,4,10,13r-83,249v-9,5,-29,2,-41,1v16,-76,49,-145,70,-218v1,-6,-1,-8,-8,-8r-101,0","w":202,"k":{"9":1,"8":2,"6":1,"4":9,"3":3,"2":3,"0":2}},"8":{"d":"114,-30v29,0,47,-13,47,-42v-1,-30,-19,-46,-49,-46v-30,0,-48,17,-48,46v0,28,22,42,50,42xm111,-148v27,0,47,-13,47,-37v1,-30,-18,-48,-46,-48v-27,0,-45,17,-44,47v0,24,18,38,43,38xm160,-131v25,9,45,34,44,67v-2,49,-40,69,-90,69v-55,0,-92,-21,-92,-70v0,-32,17,-56,39,-66v-20,-10,-35,-32,-35,-60v0,-48,32,-76,84,-76v55,-1,90,24,90,75v0,31,-18,52,-40,61","w":224},"9":{"d":"100,-121v26,0,45,-7,52,-24v2,-47,1,-91,-47,-87v-33,2,-43,19,-43,57v0,31,7,54,38,54xm104,-267v53,0,90,20,91,73r0,108v11,93,-85,103,-163,80v-7,-8,-2,-34,7,-36v47,16,113,24,113,-54v0,-6,-2,-7,-5,-4v-55,35,-135,3,-129,-75v4,-58,25,-93,86,-92","w":220},":":{"d":"27,-41v14,3,43,-7,41,9v-2,13,6,32,-9,32v-16,-1,-41,6,-39,-12v1,-11,-3,-27,7,-29xm21,-162v0,-13,-5,-33,9,-32v15,1,38,-6,38,11v-1,12,4,30,-9,29v-13,-1,-38,6,-38,-8","w":88},";":{"d":"9,27v19,-27,-1,-85,58,-66v-5,32,-23,71,-55,74v-1,-2,-3,-5,-3,-8xm29,-194v15,0,41,-7,40,10v-1,12,3,30,-8,31v-15,-2,-41,6,-40,-10v1,-12,-4,-31,8,-31","w":88},"\u037e":{"d":"9,27v19,-27,-1,-85,58,-66v-5,32,-23,71,-55,74v-1,-2,-3,-5,-3,-8xm29,-194v15,0,41,-7,40,10v-1,12,3,30,-8,31v-15,-2,-41,6,-40,-10v1,-12,-4,-31,8,-31","w":88},"<":{"d":"151,-60v16,-1,16,25,10,35r-131,-49v-6,-9,-7,-37,8,-38r123,-45v7,9,5,35,-10,35r-87,31","w":189},"=":{"d":"159,-75v13,-2,11,9,11,21v0,8,-4,8,-12,8r-125,0v-14,3,-11,-9,-11,-20v0,-9,4,-8,12,-9r125,0xm159,-132v13,-1,13,8,12,20v0,8,-3,9,-12,9r-126,0v-14,3,-9,-11,-10,-21v0,-9,4,-8,12,-8r124,0","w":189},">":{"d":"156,-112v17,2,17,42,-1,42r-122,45v-6,-9,-6,-36,10,-35r88,-31r-98,-36v-5,-5,-8,-40,9,-28","w":189},"?":{"d":"55,-39v22,1,49,-8,41,26v4,19,-22,12,-37,13v-16,1,-10,-17,-11,-30v0,-6,2,-9,7,-9xm19,-249v39,-31,125,-23,125,40v0,57,-58,61,-53,121v1,14,-19,8,-31,9v-15,1,-7,-23,-7,-37v9,-33,48,-44,51,-84v4,-45,-54,-41,-75,-20v-9,0,-16,-20,-10,-29","w":159},"@":{"d":"141,-66v34,-1,33,-39,30,-74v-1,-18,-9,-36,-31,-35v-30,1,-27,36,-27,67v0,22,6,42,28,42xm145,-256v82,0,128,53,128,136v0,44,-15,76,-56,76v-20,0,-35,-9,-42,-24v-8,13,-24,26,-46,25v-39,-2,-48,-35,-49,-76v0,-42,11,-78,49,-79v23,0,35,9,43,23v1,-7,-2,-20,5,-19v10,1,26,-5,26,8r0,99v0,12,8,24,21,23v21,-2,26,-25,26,-56v-1,-70,-39,-115,-106,-115v-67,0,-99,47,-103,115v-5,99,90,138,175,99v5,-2,10,8,9,15v-12,18,-50,22,-80,22v-85,0,-130,-52,-130,-136v0,-81,50,-136,130,-136","w":286},"A":{"d":"112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0","w":230,"k":{"y":18,"w":18,"v":18,"f":10,"Y":35,"W":32,"V":30,"T":28}},"B":{"d":"77,-31v44,0,87,4,87,-41v0,-43,-41,-47,-86,-45v-6,0,-7,1,-7,7r0,73v0,3,1,6,6,6xm77,-150v44,1,82,1,82,-42v0,-44,-39,-41,-82,-41v-5,0,-7,2,-7,6r0,70v1,5,2,6,7,7xm161,-134v28,9,45,28,46,65v3,80,-91,70,-171,69v-6,0,-7,-2,-7,-9r0,-242v0,-8,0,-12,7,-13v77,1,166,-11,166,67v0,33,-17,55,-41,63","w":226},"C":{"d":"27,-176v-9,-87,90,-107,164,-81v14,5,1,29,-6,34v-44,-21,-114,-14,-114,50r0,94v-4,60,78,58,116,38v7,4,10,22,8,32v-59,29,-168,15,-168,-66r0,-101","w":216},"D":{"d":"81,-35v50,3,88,-1,88,-52r0,-89v2,-49,-39,-56,-89,-53v-7,0,-8,0,-8,7r0,179v0,7,2,7,9,8xm36,-264v89,-2,176,-6,176,85r0,97v3,90,-86,84,-174,82v-5,-1,-9,-5,-9,-13r0,-239v0,-8,1,-11,7,-12","w":239},"E":{"d":"168,-34v18,-4,12,15,13,28v1,5,-3,6,-7,6r-137,0v-5,-1,-8,-2,-8,-10r0,-242v0,-7,1,-12,7,-12r130,0v16,-3,8,16,10,27v0,8,-10,6,-17,6r-80,0v-6,0,-9,1,-9,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v-1,8,3,8,10,8r87,0","w":198},"F":{"d":"162,-264v15,-2,9,15,9,26v0,7,-5,7,-12,8r-79,0v-7,0,-9,1,-10,5r0,71v1,6,1,9,8,8r69,0v17,-2,9,15,10,27v-11,15,-52,3,-78,7v-6,1,-7,2,-8,8r0,98v-2,12,-24,3,-35,6v-6,-1,-7,-3,-7,-10r0,-242v0,-7,1,-12,7,-12r126,0","w":185,"k":{"r":11,"o":12,"e":12,"a":12,"J":18,"A":27,".":40,",":31}},"G":{"d":"201,-145v30,-3,14,42,16,65v5,59,-29,85,-89,85v-65,0,-101,-25,-101,-89r0,-83v-13,-97,96,-119,174,-86v16,6,1,33,-8,35v-14,-10,-33,-14,-57,-16v-78,-7,-65,74,-65,146v0,43,14,59,56,61v47,2,52,-33,49,-80v-1,-19,-53,11,-38,-36v16,-5,43,0,63,-2","w":243},"H":{"d":"189,-264v12,1,33,-6,33,9r0,243v4,20,-21,9,-35,12v-7,-1,-7,-2,-8,-10r0,-103v-1,-5,-1,-7,-7,-7r-94,0v-4,0,-6,1,-6,6r0,102v3,20,-22,9,-36,12v-7,0,-7,-4,-7,-13r0,-241v-2,-16,21,-8,34,-10v8,0,9,3,9,12r0,91v0,6,3,6,9,7r91,0v4,0,7,-3,7,-7r0,-93v1,-6,2,-11,10,-10","w":250},"I":{"d":"39,-264v13,2,33,-8,33,11r0,245v1,15,-23,5,-35,8v-7,-1,-9,-1,-8,-10r0,-246v1,-7,2,-7,10,-8","w":101},"J":{"d":"60,-264v15,2,36,-7,36,12r-2,216v-6,35,-39,46,-69,57v-12,4,-24,-33,-11,-39v26,-11,40,-20,39,-56r0,-180v0,-7,1,-9,7,-10","w":125},"K":{"d":"39,-264v14,2,37,-7,33,11r0,96r93,-105v9,-4,32,-3,43,0v2,1,1,3,-2,6r-96,111r103,136v4,6,3,9,-5,9v-16,-1,-35,4,-44,-8r-82,-110r-10,11r0,98v2,16,-21,7,-33,9v-9,1,-9,-3,-10,-12r0,-240v1,-10,1,-10,10,-12","w":222},"L":{"d":"72,-40v0,6,2,7,9,7v31,1,68,-3,95,2v-2,11,7,31,-8,31r-132,0v-7,0,-7,-4,-7,-13r0,-241v-2,-16,21,-8,34,-10v8,0,9,3,9,12r0,212","w":184,"k":{"y":15,"w":14,"v":11,"Y":39,"W":33,"V":33,"T":38}},"M":{"d":"29,-252v-2,-20,28,-12,43,-10v27,34,46,76,70,113v2,3,3,2,5,0r64,-107v5,-13,35,-10,47,-4r1,250v2,15,-19,9,-33,10v-11,1,-10,-3,-11,-12r-1,-188v-23,33,-41,72,-63,106v-8,5,-20,2,-22,-8r-51,-92v-4,-6,-6,-6,-6,1r0,184v3,15,-20,7,-32,9v-8,-1,-11,-1,-11,-12r0,-240","w":287},"N":{"d":"194,-264v14,2,35,-8,35,12r0,239v4,23,-26,13,-41,11r-116,-190v-6,53,-2,121,-2,179v0,19,-17,12,-31,13v-7,0,-10,-1,-10,-11r1,-247v4,-11,40,-8,46,2r105,179v3,5,5,7,6,6v6,-54,0,-123,2,-181v0,-4,1,-12,5,-12","w":258},"O":{"d":"125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90","w":248},"P":{"d":"80,-129v51,3,91,0,89,-53v-2,-45,-41,-52,-90,-49v-4,0,-6,3,-6,7r0,89v0,6,1,6,7,6xm29,-254v0,-8,1,-9,8,-10r77,0v66,0,99,28,99,84v0,74,-55,92,-135,86v-6,0,-5,2,-5,7r0,75v3,20,-30,12,-44,9r0,-251","w":228,"k":{"u":7,"r":3,"o":6,"e":5,"a":5,"J":14,"A":28,".":46,",":36}},"Q":{"d":"125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm222,-178v-1,65,12,147,-34,168v9,15,27,23,42,32v-1,19,-10,47,-31,28v-19,-11,-38,-29,-52,-46v-64,5,-120,-10,-120,-75r0,-106v0,-65,32,-89,97,-90v62,-1,99,27,98,89","w":248},"R":{"d":"80,-144v45,1,89,3,89,-43v0,-45,-44,-45,-90,-44v-4,0,-6,3,-6,7r0,73v0,6,1,7,7,7xm37,-264v85,-2,178,-5,176,77v-1,37,-23,60,-52,69v15,40,40,74,54,115v-10,5,-48,9,-49,-7r-46,-96v-8,-8,-33,-3,-47,-3r0,97v3,20,-30,12,-44,9r0,-251v0,-8,1,-9,8,-10","w":237,"k":{"Y":9,"W":7,"V":7,"T":7}},"S":{"d":"174,-226v-37,-13,-120,-15,-99,41v34,43,122,40,122,115v0,84,-118,88,-177,60v-3,-11,0,-30,7,-35v36,19,139,29,121,-39v-27,-50,-121,-34,-121,-115v0,-70,92,-78,156,-61v6,9,0,31,-9,34","w":218},"T":{"d":"4,-235v2,-12,-7,-29,10,-29r179,1v5,5,1,19,2,28v0,5,-2,5,-7,5r-59,0v-7,0,-8,0,-8,7r0,211v4,20,-20,10,-34,12v-9,-1,-9,-1,-9,-12r0,-211v-1,-6,-1,-7,-9,-7r-57,0v-6,0,-7,-1,-8,-5","w":199,"k":{"u":14,"s":24,"r":11,"q":22,"o":24,"g":22,"e":23,"d":22,"c":22,"a":23,"A":28,".":31,",":29}},"U":{"d":"175,-264v15,2,37,-7,37,12r0,170v1,61,-34,87,-92,87v-54,0,-91,-25,-92,-81r0,-178v-2,-17,21,-8,34,-10v7,1,9,4,9,12r0,163v-1,35,18,58,49,58v37,1,49,-22,49,-59r0,-164v0,-7,1,-9,6,-10","w":240},"V":{"d":"216,-262v-20,86,-54,174,-78,260v-13,2,-47,8,-52,-7r-74,-243v-4,-11,0,-11,7,-12v14,2,37,-7,38,10r60,203r64,-211v7,-4,26,-3,35,0","w":229,"k":{"z":11,"u":14,"s":18,"r":11,"o":20,"g":19,"e":19,"d":18,"c":18,"a":20,"A":30,".":26,",":26}},"W":{"d":"329,-256r-78,254v-12,2,-45,8,-50,-7r-31,-101v-12,35,-20,76,-35,108v-11,2,-44,7,-48,-7r-74,-243v-7,-20,21,-9,36,-12v7,1,7,3,9,10r60,203r34,-113v-8,-33,-24,-64,-27,-98v12,-2,44,-9,45,8r60,203r64,-211v7,-3,39,-6,35,6","w":339,"k":{"u":11,"s":13,"r":13,"o":19,"g":19,"e":19,"d":14,"c":19,"a":19,"A":31,".":23,",":25}},"X":{"d":"147,-135v27,45,61,85,84,132v-14,6,-50,7,-55,-9r-56,-89r-65,99v-8,4,-31,3,-40,0v23,-46,57,-85,82,-129v-26,-44,-59,-82,-81,-130v13,-6,49,-7,53,9r56,87r63,-96v6,-5,21,-2,32,-3v7,0,8,4,3,11","w":244},"Y":{"d":"127,0v-12,-2,-35,6,-35,-7r0,-102r-82,-153v12,-3,42,-6,48,6r59,111r63,-117v7,-2,43,-9,34,8r-79,146r0,100v1,7,-2,7,-8,8","w":226,"k":{"z":25,"y":18,"x":18,"w":16,"v":14,"u":22,"s":30,"r":23,"q":29,"p":22,"o":28,"n":22,"m":22,"g":32,"e":28,"d":32,"c":32,"a":29,"A":35,".":36,",":32}},"Z":{"d":"188,-34v18,-4,12,13,13,27v-1,7,-2,7,-10,7r-169,0v-15,-1,-4,-23,0,-30r119,-200r-119,-1v-4,-7,-7,-33,8,-33r160,0v11,-2,10,16,5,24r-123,206r116,0","w":215},"[":{"d":"74,5v11,2,34,-6,33,7v-1,9,5,24,-8,24r-62,0v-8,0,-9,-2,-10,-9r0,-293v0,-8,1,-8,9,-8r63,0v14,-2,6,14,8,24v-1,15,-40,-5,-40,13r0,236v0,6,1,6,7,6","w":122},"\\":{"d":"41,-264v37,83,66,176,101,262v-11,3,-40,7,-42,-8r-96,-254v6,-4,29,-3,37,0","w":147},"]":{"d":"86,-274v8,0,9,0,9,8r0,293v-1,7,-1,9,-9,9r-63,0v-13,2,-7,-14,-8,-24v-1,-18,36,3,41,-13r0,-236v-2,-20,-51,12,-41,-31v1,-5,2,-6,9,-6r62,0","w":122},"^":{"d":"111,-262v21,42,38,89,58,132v-9,7,-37,4,-36,-10r-38,-89r-42,99v-6,5,-42,7,-28,-10r54,-121v5,-5,24,-4,32,-1","w":189},"_":{"d":"145,8v16,-3,14,9,14,22v0,9,-3,9,-14,9r-132,0v-14,2,-8,-12,-9,-22v0,-8,2,-9,10,-9r131,0","w":160},"`":{"d":"120,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":170},"a":{"d":"99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25","w":204},"b":{"d":"106,-24v40,0,40,-45,39,-88v0,-31,-10,-59,-38,-59v-52,0,-39,65,-40,115v3,18,18,32,39,32xm123,-199v51,0,64,49,64,103v0,54,-13,100,-63,100v-28,0,-48,-8,-60,-25v-1,9,3,22,-8,21v-15,-2,-32,5,-32,-14r0,-243v-2,-16,21,-8,34,-10v6,0,6,4,6,11r0,85v13,-18,29,-28,59,-28","w":205},"c":{"d":"108,-24v30,1,36,-41,64,-15v5,24,-32,43,-65,43v-64,1,-89,-35,-89,-100v0,-81,56,-117,130,-96v25,7,33,36,4,42v-13,3,-12,-11,-21,-15v-50,-21,-76,23,-69,86v4,33,14,53,46,55","w":184},"d":{"d":"100,-24v47,0,38,-56,38,-103v0,-25,-13,-44,-39,-44v-38,0,-39,48,-38,90v1,32,10,56,39,57xm148,-267v13,2,33,-7,33,10r0,243v4,20,-17,12,-31,14v-12,2,-9,-11,-9,-21v-13,16,-31,27,-60,25v-49,-3,-63,-46,-63,-100v0,-54,14,-103,64,-103v30,0,45,9,59,28r0,-85v0,-8,3,-11,7,-11","w":204},"e":{"d":"101,-173v-30,1,-43,28,-40,59v21,4,59,4,80,0v3,-32,-7,-60,-40,-59xm175,-35v15,40,-29,38,-63,39v-66,1,-94,-34,-94,-99v0,-65,24,-103,84,-104v57,-1,79,36,79,99v0,11,-3,15,-15,15r-107,0v-7,67,68,65,116,50","w":199},"f":{"d":"81,-188v16,1,38,-7,32,20v1,12,-20,5,-31,7r0,149v1,17,-17,11,-31,12v-6,0,-10,-3,-10,-9r0,-152v-15,0,-31,5,-26,-19v-1,-12,14,-7,24,-8v-16,-30,-6,-86,40,-79v26,-4,42,8,27,32v-18,-6,-35,-2,-35,19v0,11,5,22,10,28","w":123,"k":{".":9,",":11,"*":-4,"'":-4,"&":-5,"\"":-4}},"g":{"d":"99,-24v47,0,40,-55,39,-102v-1,-25,-12,-45,-39,-45v-37,0,-39,48,-38,91v1,32,9,55,38,56xm106,77v-33,0,-80,5,-64,-37v19,1,38,10,60,9v35,-1,40,-31,39,-71v-13,17,-30,26,-58,26v-52,0,-65,-47,-65,-102v0,-53,13,-101,63,-101v26,0,48,9,60,26v-3,-24,10,-21,31,-21v9,1,9,4,9,13v-8,102,34,258,-75,258","w":204},"h":{"d":"64,-171v26,-42,114,-37,114,35r0,119v5,23,-16,16,-33,17v-5,0,-7,-4,-7,-13r0,-114v-1,-22,-10,-37,-34,-36v-61,2,-34,93,-40,150v3,19,-17,12,-32,13v-8,0,-8,-4,-8,-13r0,-239v-3,-19,20,-10,33,-12v8,0,7,3,7,12r0,81","w":202},"i":{"d":"32,-194v13,0,32,-6,32,11r0,170v4,20,-19,11,-33,13v-7,0,-7,-4,-7,-13r0,-170v0,-8,0,-11,8,-11xm24,-240v0,-11,-3,-24,9,-24v19,-1,36,-4,31,25v2,17,-18,11,-31,11v-9,0,-9,-2,-9,-12","w":87},"j":{"d":"37,-194v14,1,32,-5,32,12r0,212v4,43,-40,53,-75,41v-5,-14,1,-37,22,-26v11,0,11,-11,12,-21r0,-205v1,-8,0,-13,9,-13xm28,-240v1,-11,-3,-26,10,-24v11,1,33,-7,29,11v-1,10,5,26,-7,25v-14,-2,-34,7,-32,-12","w":92},"k":{"d":"32,-267v12,2,31,-7,31,10r0,140v24,-25,42,-56,69,-77v12,2,48,-6,34,10r-71,84r77,92v4,6,4,9,-4,8v-18,-1,-39,5,-45,-10r-60,-73r0,69v4,19,-15,13,-29,14v-9,0,-9,-4,-10,-13r0,-244v0,-7,0,-11,8,-10","w":178},"l":{"d":"32,-267v13,2,32,-7,32,10r0,244v4,20,-17,13,-31,13v-9,0,-9,-1,-9,-12r0,-246v0,-6,0,-10,8,-9","w":87},"m":{"d":"166,-166v23,-46,112,-44,112,30r0,119v4,22,-15,17,-31,17v-9,0,-9,-3,-9,-13r0,-114v-1,-21,-6,-38,-30,-36v-58,3,-31,91,-37,146v4,22,-15,16,-32,17v-5,0,-8,-4,-8,-13r0,-114v-1,-21,-6,-38,-31,-36v-58,4,-29,94,-36,149v4,20,-15,13,-30,14v-9,0,-9,-4,-10,-13r0,-170v-3,-17,18,-9,31,-11v9,1,8,8,9,20v18,-33,92,-33,102,8","w":302},"n":{"d":"64,-171v25,-42,114,-37,114,35r0,119v4,22,-15,17,-31,17v-6,0,-9,-4,-9,-13v0,-54,24,-150,-34,-150v-62,0,-34,92,-40,149v4,20,-15,13,-30,14v-9,0,-9,-4,-10,-13r0,-170v-3,-17,18,-9,31,-11v9,1,8,10,9,23","w":202},"o":{"d":"107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103","w":210},"p":{"d":"106,-24v39,0,39,-44,39,-87v0,-31,-11,-60,-38,-60v-51,0,-39,64,-40,114v4,18,18,33,39,33xm125,-199v50,0,62,49,62,101v0,55,-12,102,-64,102v-29,0,-46,-8,-59,-24r0,83v4,18,-16,11,-30,12v-9,1,-9,-3,-10,-12r0,-244v-2,-17,17,-12,32,-13v11,-1,7,14,8,24v13,-18,32,-29,61,-29","w":205},"q":{"d":"99,-24v49,2,39,-56,39,-102v0,-25,-12,-45,-39,-45v-37,0,-39,48,-38,91v1,32,9,55,38,56xm149,-194v13,0,32,-7,32,11r0,249v1,15,-21,7,-33,9v-6,1,-7,-3,-7,-8r0,-87v-13,16,-32,24,-58,24v-52,0,-65,-47,-65,-102v0,-53,13,-101,63,-101v29,0,46,11,60,29v0,-10,-3,-24,8,-24","w":204},"r":{"d":"64,-166v13,-18,32,-31,61,-30v3,6,4,31,-5,32v-29,2,-56,17,-56,42r0,108v4,20,-15,13,-30,14v-9,0,-9,-4,-10,-13r0,-170v-3,-17,18,-9,31,-11v12,-1,9,16,9,28","w":133,"k":{"y":-4,"w":-4,"v":-4,".":13,",":18}},"s":{"d":"130,-166v-22,-7,-71,-14,-70,17v17,43,89,36,89,99v0,65,-93,61,-131,42v-3,-10,-1,-36,12,-24v25,7,78,15,78,-19v0,-50,-88,-38,-88,-97v0,-53,74,-58,119,-45v3,9,-3,24,-9,27","w":166},"t":{"d":"80,-44v-4,35,50,-3,37,44v-36,11,-79,2,-79,-43r0,-118v-17,1,-29,1,-24,-22v-1,-12,15,-5,25,-7v2,-16,-7,-45,10,-45v10,0,30,-11,29,6r0,39v20,2,49,-11,43,22v-3,14,-28,4,-41,7r0,117","w":133},"u":{"d":"146,-194v15,1,32,-6,32,14r0,169v3,17,-18,9,-31,11v-9,-1,-8,-9,-9,-22v-29,42,-114,32,-114,-36r0,-123v-4,-19,17,-11,31,-13v6,0,10,4,10,13r0,115v1,21,9,36,33,35v62,-1,41,-91,41,-149v0,-9,0,-13,7,-14","w":202},"v":{"d":"182,-192v-18,65,-48,127,-70,190v-12,3,-41,6,-46,-8r-58,-182v11,-3,37,-5,41,7r47,140r53,-146v6,-5,25,-4,33,-1","w":187,"k":{"y":-4,"x":-4,"w":-7,"v":-7,".":14,",":17}},"w":{"d":"193,-11v-4,17,-43,16,-48,1r-22,-81v-10,29,-16,63,-29,89v-11,4,-37,5,-39,-8v-14,-61,-39,-122,-48,-182v10,-3,37,-6,40,7r37,141r24,-93v-4,-18,-14,-37,-13,-55v10,-3,38,-6,40,7r36,141r42,-147v6,-5,24,-4,32,-1v-14,63,-37,120,-52,181","w":249,"k":{"y":-4,"x":-7,"w":-7,"v":-7,".":18,",":14}},"x":{"d":"105,-100r56,97v-12,6,-45,6,-48,-9r-31,-55r-40,65v-9,3,-41,9,-29,-11r50,-82r-55,-96v11,-6,47,-7,48,9r31,53v20,-23,23,-78,72,-62v-15,33,-37,60,-54,91","w":168,"k":{"w":-4,"v":-4}},"y":{"d":"89,63v-2,12,-25,10,-37,7v3,-25,17,-47,23,-70r-67,-186v-3,-13,21,-6,33,-8v6,0,7,5,9,9r47,132r51,-138v6,-6,25,-4,34,-1","w":190,"k":{"y":-4,"w":-4,"v":-4,".":25,",":18}},"z":{"d":"150,-27v12,-2,8,10,9,19v0,6,-2,9,-9,8r-126,0v-15,0,-16,-6,-10,-17r89,-149r-80,0v-13,2,-8,-10,-9,-20v1,-6,2,-7,8,-8v44,2,96,-4,135,3v2,2,1,5,-2,10r-92,154r87,0","w":170},"{":{"d":"86,-20v-8,42,41,4,32,51v-2,8,-18,4,-27,5v-53,3,-41,-61,-37,-108v1,-23,-15,-32,-35,-36v-8,-1,-9,-29,0,-31v19,-5,38,-12,35,-35v-6,-51,-13,-112,58,-100v11,-1,4,16,6,25v-8,11,-35,1,-33,27r5,55v1,26,-18,36,-38,42v20,7,40,20,38,47","w":140},"|":{"d":"30,-275v-3,-17,23,-12,35,-9r1,344v2,15,-14,10,-26,10v-9,0,-9,-2,-10,-12r0,-333","w":94},"}":{"d":"30,-274v122,0,12,131,92,135v9,1,8,27,0,31v-83,4,33,155,-91,144v-13,2,-6,-17,-7,-26v-1,-7,10,-5,16,-5v31,-4,9,-56,11,-83v1,-26,18,-41,39,-47v-20,-5,-38,-17,-39,-42v0,-29,23,-77,-21,-77v-11,0,-4,-15,-6,-24v0,-4,1,-6,6,-6","w":140},"~":{"d":"35,-104v18,-38,57,-17,85,-4v14,1,17,-15,26,-18v6,4,19,2,18,12v-11,18,-20,38,-44,38v-20,0,-30,-18,-49,-20v-18,2,-24,25,-41,8v-6,-5,2,-11,5,-16","w":189},"\u00c4":{"d":"112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0xm63,-331v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm132,-322v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":230},"\u00c5":{"d":"116,-296v12,0,22,-12,22,-24v0,-12,-10,-23,-22,-23v-12,0,-22,11,-22,23v0,12,10,24,22,24xm116,-361v25,0,43,15,43,41v0,26,-18,42,-43,42v-25,0,-43,-16,-43,-42v0,-26,18,-41,43,-41xm112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0","w":230},"\u00c7":{"d":"27,-176v-9,-87,90,-107,164,-81v14,5,1,29,-6,34v-44,-21,-114,-14,-114,50r0,94v-4,60,78,58,116,38v7,4,10,22,8,32v-13,8,-38,14,-62,14r0,10v17,-1,30,10,30,28v0,32,-56,40,-73,18v-2,-6,5,-13,11,-12v7,10,39,12,39,-6v0,-19,-18,-10,-28,-15r0,-24v-50,-3,-84,-29,-85,-79r0,-101","w":216},"\u00c9":{"d":"168,-34v18,-4,12,15,13,28v1,5,-3,6,-7,6r-137,0v-5,-1,-8,-2,-8,-10r0,-242v0,-7,1,-12,7,-12r130,0v16,-3,8,16,10,27v0,8,-10,6,-17,6r-80,0v-6,0,-9,1,-9,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v-1,8,3,8,10,8r87,0xm162,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":198},"\u00d1":{"d":"68,-298v-5,-40,60,-45,86,-18v18,-1,21,-26,41,-13v3,18,-19,42,-41,42v-20,0,-29,-20,-47,-20v-17,0,-23,26,-39,9xm194,-264v14,2,35,-8,35,12r0,239v4,23,-26,13,-41,11r-116,-190v-6,53,-2,121,-2,179v0,19,-17,12,-31,13v-7,0,-10,-1,-10,-11r1,-247v4,-11,40,-8,46,2r105,179v3,5,5,7,6,6v6,-54,0,-123,2,-181v0,-4,1,-12,5,-12","w":258},"\u00d6":{"d":"125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90xm74,-331v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm143,-322v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":248},"\u00dc":{"d":"175,-264v15,2,37,-7,37,12r0,170v1,61,-34,87,-92,87v-54,0,-91,-25,-92,-81r0,-178v-2,-17,21,-8,34,-10v7,1,9,4,9,12r0,163v-1,35,18,58,49,58v37,1,49,-22,49,-59r0,-164v0,-7,1,-9,6,-10xm70,-331v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm139,-322v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":240},"\u00e1":{"d":"99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25xm161,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":204},"\u00e0":{"d":"99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25xm135,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":204},"\u00e2":{"d":"121,-276v12,20,29,37,40,59v-4,3,-24,5,-28,-2r-26,-34v-15,14,-15,42,-48,38v-6,0,-7,-3,-2,-9r37,-52v5,-4,21,-3,27,0xm99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25","w":204},"\u00e4":{"d":"99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25xm53,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm122,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":204},"\u00e3":{"d":"151,-233v-29,35,-73,-36,-94,7v-33,-7,-6,-36,8,-43v31,-16,59,40,84,3v4,-7,22,0,21,8v-5,11,-13,17,-19,25xm99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25","w":204},"\u00e5":{"d":"107,-231v27,-1,29,-47,0,-47v-12,0,-22,11,-22,23v0,12,10,24,22,24xm64,-255v0,-59,88,-49,86,0v-1,25,-17,42,-43,42v-26,0,-43,-16,-43,-42xm99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm148,-194v13,2,33,-7,33,11r0,169v4,20,-17,13,-31,14v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25","w":204},"\u00e7":{"d":"108,-24v30,1,36,-41,64,-15v5,23,-30,41,-60,43r0,11v18,0,31,10,31,28v0,32,-57,41,-74,18v-2,-6,5,-13,11,-12v7,10,39,11,40,-6v1,-18,-19,-11,-29,-15r0,-25v-54,-3,-70,-41,-73,-99v-4,-81,56,-117,130,-96v25,7,33,36,4,42v-13,3,-12,-11,-21,-15v-50,-21,-76,23,-69,86v4,33,14,53,46,55","w":184},"\u00e9":{"d":"101,-173v-30,1,-43,28,-40,59v21,4,59,4,80,0v3,-32,-7,-60,-40,-59xm175,-35v15,40,-29,38,-63,39v-66,1,-94,-34,-94,-99v0,-65,24,-103,84,-104v57,-1,79,36,79,99v0,11,-3,15,-15,15r-107,0v-7,67,68,65,116,50xm155,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":199},"\u00e8":{"d":"101,-173v-30,1,-43,28,-40,59v21,4,59,4,80,0v3,-32,-7,-60,-40,-59xm175,-35v15,40,-29,38,-63,39v-66,1,-94,-34,-94,-99v0,-65,24,-103,84,-104v57,-1,79,36,79,99v0,11,-3,15,-15,15r-107,0v-7,67,68,65,116,50xm130,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":199},"\u00ea":{"d":"117,-276v12,20,29,37,40,59v-5,3,-23,5,-28,-2r-25,-34v-16,13,-16,42,-49,38v-6,0,-7,-3,-2,-9r37,-52v5,-4,21,-3,27,0xm101,-173v-30,1,-43,28,-40,59v21,4,59,4,80,0v3,-32,-7,-60,-40,-59xm175,-35v15,40,-29,38,-63,39v-66,1,-94,-34,-94,-99v0,-65,24,-103,84,-104v57,-1,79,36,79,99v0,11,-3,15,-15,15r-107,0v-7,67,68,65,116,50","w":199},"\u00eb":{"d":"101,-173v-30,1,-43,28,-40,59v21,4,59,4,80,0v3,-32,-7,-60,-40,-59xm175,-35v15,40,-29,38,-63,39v-66,1,-94,-34,-94,-99v0,-65,24,-103,84,-104v57,-1,79,36,79,99v0,11,-3,15,-15,15r-107,0v-7,67,68,65,116,50xm52,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm121,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":199},"\u00ed":{"d":"32,-194v13,0,32,-6,32,11r0,170v4,20,-19,11,-33,13v-7,0,-7,-4,-7,-13r0,-170v0,-8,0,-11,8,-11xm108,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":87},"\u00ec":{"d":"32,-194v13,0,32,-6,32,11r0,170v4,20,-19,11,-33,13v-7,0,-7,-4,-7,-13r0,-170v0,-8,0,-11,8,-11xm58,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":87},"\u00ee":{"d":"58,-276v12,20,29,37,40,59v-5,3,-23,5,-28,-2r-25,-34v-16,13,-16,42,-49,38v-6,0,-7,-3,-2,-9r37,-52v5,-4,21,-3,27,0xm32,-194v13,0,32,-6,32,11r0,170v4,20,-19,11,-33,13v-7,0,-7,-4,-7,-13r0,-170v0,-8,0,-11,8,-11","w":87},"\u00ef":{"d":"32,-194v13,0,32,-6,32,11r0,170v4,20,-19,11,-33,13v-7,0,-7,-4,-7,-13r0,-170v0,-8,0,-11,8,-11xm-7,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm62,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":87},"\u00f1":{"d":"150,-233v-29,35,-74,-36,-95,7v-33,-7,-5,-36,9,-43v30,-15,59,41,83,3v4,-7,22,0,21,8v-5,11,-11,18,-18,25xm64,-171v25,-42,114,-37,114,35r0,119v4,22,-15,17,-31,17v-6,0,-9,-4,-9,-13v0,-54,24,-150,-34,-150v-62,0,-34,92,-40,149v4,20,-15,13,-30,14v-9,0,-9,-4,-10,-13r0,-170v-3,-17,18,-9,31,-11v9,1,8,10,9,23","w":202},"\u00f3":{"d":"107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103xm160,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":210},"\u00f2":{"d":"107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103xm137,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":210},"\u00f4":{"d":"121,-276v14,19,29,37,40,59v-4,3,-23,5,-27,-2r-26,-34r-30,38v-9,-1,-30,6,-20,-9r36,-52v5,-4,21,-3,27,0xm107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103","w":210},"\u00f6":{"d":"107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103xm57,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm126,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":210},"\u00f5":{"d":"43,-233v0,-42,59,-43,87,-19v20,0,21,-27,41,-12v0,20,-20,40,-42,42v-18,-2,-29,-18,-47,-20v-17,2,-23,25,-39,9xm107,-24v42,0,44,-45,44,-92v0,-33,-12,-55,-44,-55v-42,0,-49,43,-46,92v2,33,14,54,46,55xm108,-199v61,0,84,39,84,103v0,62,-28,99,-85,100v-64,1,-90,-35,-89,-100v1,-64,27,-103,90,-103","w":210},"\u00fa":{"d":"146,-194v15,1,32,-6,32,14r0,169v3,17,-18,9,-31,11v-9,-1,-8,-9,-9,-22v-29,42,-114,32,-114,-36r0,-123v-4,-19,17,-11,31,-13v6,0,10,4,10,13r0,115v1,21,9,36,33,35v62,-1,41,-91,41,-149v0,-9,0,-13,7,-14xm158,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":202},"\u00f9":{"d":"146,-194v15,1,32,-6,32,14r0,169v3,17,-18,9,-31,11v-9,-1,-8,-9,-9,-22v-29,42,-114,32,-114,-36r0,-123v-4,-19,17,-11,31,-13v6,0,10,4,10,13r0,115v1,21,9,36,33,35v62,-1,41,-91,41,-149v0,-9,0,-13,7,-14xm128,-224v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":202},"\u00fb":{"d":"115,-276v12,20,29,37,40,59v-4,3,-24,5,-28,-2r-25,-34v-16,13,-16,42,-49,38v-6,0,-7,-3,-2,-9r37,-52v5,-4,21,-3,27,0xm146,-194v15,1,32,-6,32,14r0,169v3,17,-18,9,-31,11v-9,-1,-8,-9,-9,-22v-29,42,-114,32,-114,-36r0,-123v-4,-19,17,-11,31,-13v6,0,10,4,10,13r0,115v1,21,9,36,33,35v62,-1,41,-91,41,-149v0,-9,0,-13,7,-14","w":202},"\u00fc":{"d":"146,-194v15,1,32,-6,32,14r0,169v3,17,-18,9,-31,11v-9,-1,-8,-9,-9,-22v-29,42,-114,32,-114,-36r0,-123v-4,-19,17,-11,31,-13v6,0,10,4,10,13r0,115v1,21,9,36,33,35v62,-1,41,-91,41,-149v0,-9,0,-13,7,-14xm50,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm119,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":202},"\u00b0":{"d":"77,-186v14,0,26,-13,26,-28v0,-14,-12,-28,-26,-28v-15,0,-27,14,-27,28v0,16,12,28,27,28xm77,-265v30,0,50,21,50,51v0,30,-20,50,-50,51v-32,1,-51,-20,-51,-51v0,-31,20,-51,51,-51","w":150},"\u00a2":{"d":"114,-24v30,0,36,-41,64,-15v7,19,-24,37,-47,41v-2,11,5,33,-7,33v-15,0,-36,6,-33,-14r0,-19v-48,-6,-67,-42,-67,-98v0,-56,21,-92,67,-101v2,-12,-5,-32,9,-31v13,2,35,-6,31,11r0,19v22,3,38,11,49,26v0,11,-17,25,-29,21v-22,-37,-92,-18,-83,37v-2,47,1,90,46,90","w":204},"\u00a3":{"d":"82,-34v32,5,76,2,103,-2v3,8,0,21,1,31v-32,26,-102,-6,-151,8v-8,1,-9,-4,-7,-12v11,-33,21,-61,21,-103v-18,0,-37,5,-31,-22v-1,-14,19,-6,30,-8v-17,-62,1,-125,73,-125v38,0,80,10,60,47v-8,9,-15,-9,-26,-9v-36,-12,-71,2,-71,44v0,13,5,31,5,43v20,3,56,-12,49,21v1,18,-33,5,-48,9v1,32,-6,51,-13,73v-1,3,0,5,5,5","w":206},"\u00a7":{"d":"58,-121v-2,33,67,47,65,5v2,-35,-64,-42,-65,-5xm152,-22v2,60,-83,62,-123,42v-6,-16,2,-37,21,-22v22,7,70,6,66,-21v-7,-49,-90,-38,-90,-97v0,-28,18,-42,44,-45v-18,-12,-39,-24,-41,-51v-1,-54,73,-57,118,-45v3,8,-3,24,-9,28v-22,-7,-74,-17,-74,16v20,42,91,39,91,99v0,26,-14,41,-34,47v14,11,30,26,31,49","w":177},"\u00b6":{"d":"134,-264v16,0,45,-6,45,10r-1,315v-2,4,-24,6,-26,-1r-1,-298v-3,-1,-18,-4,-18,3r0,295v-1,6,-28,8,-27,-3r0,-138v0,-7,-4,-8,-9,-9v-45,-4,-74,-33,-74,-83v0,-65,47,-91,111,-91","w":207},"\u00df":{"d":"154,-152v14,46,88,40,88,101v0,61,-87,65,-129,43v-3,-10,-1,-36,12,-24v24,8,76,13,76,-20v-11,-49,-108,-44,-84,-112v18,-18,40,-73,-6,-74v-18,-1,-29,14,-28,32r0,194v2,18,-18,12,-32,12v-6,0,-10,-3,-10,-9r0,-152v-15,0,-31,5,-26,-19v-1,-13,15,-7,25,-8v-5,-54,20,-79,70,-79v53,0,89,46,56,86v-4,9,-12,17,-12,29","w":255},"\u00ae":{"d":"122,-135v21,1,41,1,40,-21v4,-19,-28,-26,-44,-17v2,12,-5,33,4,38xm139,-195v52,-7,62,66,21,75r30,51v3,4,3,6,-1,6v-9,-1,-22,4,-24,-5v-11,-16,-19,-34,-32,-48v-6,1,-15,-2,-15,4r0,43v3,10,-12,5,-20,6v-5,0,-4,-3,-4,-7r1,-124v12,-3,30,1,44,-1xm137,-18v66,0,108,-44,108,-111v0,-66,-42,-110,-108,-110v-67,0,-109,45,-109,110v0,66,42,111,109,111xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00a9":{"d":"90,-150v-6,-45,54,-55,86,-39v1,8,-4,12,-6,18v-18,-10,-59,-9,-56,22v3,32,-10,71,28,71v20,0,34,-17,33,11v-30,15,-85,7,-85,-33r0,-50xm137,-18v66,0,108,-44,108,-111v0,-66,-42,-110,-108,-110v-67,0,-109,45,-109,110v0,66,42,111,109,111xm137,-257v77,0,128,51,128,128v0,78,-51,129,-128,129v-77,0,-128,-51,-128,-129v0,-77,51,-128,128,-128","w":273},"\u00b4":{"d":"127,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":170},"\u00a8":{"d":"27,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm96,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":170},"\u00c6":{"d":"144,-91v5,0,6,-2,6,-7r0,-127r-61,134r55,0xm289,-34v18,-4,12,14,13,28v1,5,-3,6,-7,6r-137,0v-16,-2,-5,-36,-8,-53v0,-5,-2,-7,-6,-7r-68,0v-10,19,-16,42,-28,58v-7,4,-20,1,-30,2v-6,0,-7,-3,-4,-10r119,-251v44,-9,105,1,154,-3v16,-1,8,16,10,27v0,8,-10,6,-17,6r-79,0v-7,0,-9,2,-10,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v0,7,3,8,10,8r87,0","w":320},"\u00d8":{"d":"78,-51v26,35,102,26,101,-36r-1,-99xm126,-232v-76,0,-54,83,-57,149r98,-133v-8,-11,-22,-16,-41,-16xm51,-15v-4,14,-24,19,-40,13v3,-11,17,-24,23,-34v-14,-35,-7,-94,-7,-141v0,-65,32,-89,97,-90v29,-1,52,5,68,18v5,-14,23,-22,43,-15v-6,11,-17,24,-25,35v20,32,7,97,12,147v8,93,-109,105,-171,67","w":248},"\u00b1":{"d":"188,-188v16,1,38,-7,32,20v1,12,-21,5,-32,7r0,149v2,18,-16,11,-30,12v-6,0,-10,-3,-10,-9r0,-152r-66,0r0,149v1,17,-17,11,-31,12v-6,0,-10,-3,-10,-9r0,-152v-15,0,-31,5,-26,-19v-1,-12,14,-7,24,-8v-16,-30,-6,-86,40,-79v26,-4,42,8,27,32v-18,-6,-35,-2,-35,19v0,11,5,22,10,28r64,0v-15,-30,-5,-85,40,-79v26,-5,43,9,27,32v-17,-6,-36,-2,-35,19v1,11,6,22,11,28xm263,-267v12,2,31,-7,31,10r0,244v4,20,-17,13,-31,13v-9,0,-8,-2,-9,-12r0,-246v1,-6,1,-10,9,-9","w":317},"\u00a5":{"d":"47,-59v0,-11,-4,-23,11,-23r31,0r0,-27r-76,-147v-4,-6,-1,-7,5,-8v16,2,36,-5,42,8r55,112r58,-118v7,-2,42,-9,33,8r-74,146r0,26v19,2,50,-11,43,21v0,17,-29,6,-43,9v-3,17,8,48,-8,52v-12,-2,-35,6,-35,-7r0,-45v-14,-2,-40,7,-42,-7","w":212},"\u00b5":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u03bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00aa":{"d":"75,-145v30,0,30,-36,28,-69v-1,-17,-9,-30,-28,-32v-24,-2,-25,32,-25,62v0,19,7,39,25,39xm104,-257v2,-11,32,-9,30,1r-1,126v-7,7,-36,7,-28,-15v-6,12,-22,20,-41,20v-35,-2,-45,-31,-45,-69v0,-39,10,-72,44,-73v22,0,32,9,41,21r0,-11","w":158},"\u00ba":{"d":"84,-145v29,0,29,-32,29,-63v0,-21,-8,-38,-29,-37v-29,0,-31,29,-31,63v0,23,11,36,31,37xm85,-266v41,0,59,25,58,72v0,45,-18,69,-60,70v-45,1,-61,-25,-61,-70v0,-46,19,-72,63,-72","w":162},"\u00e6":{"d":"99,-23v45,0,41,-55,39,-103v-1,-24,-14,-44,-39,-45v-41,-1,-38,46,-38,90v0,33,9,58,38,58xm221,-173v-31,0,-42,26,-41,60v21,4,59,3,81,0v0,-36,-6,-60,-40,-60xm294,-35v17,38,-28,39,-63,39v-22,0,-40,-4,-54,-11v0,11,-17,6,-27,7v-13,2,-8,-14,-9,-26v-9,19,-31,30,-58,30v-50,0,-65,-45,-65,-100v0,-54,14,-101,64,-103v31,-1,47,11,59,30v0,-10,-2,-25,7,-25v10,1,27,-4,29,5v54,-26,131,-1,124,66v-2,17,6,37,-15,37r-107,0v-7,66,66,67,115,51","w":319},"\u00f8":{"d":"75,-37v30,31,77,3,76,-46r-1,-51xm137,-160v-31,-26,-77,-3,-76,46r1,51xm18,-96v0,-85,72,-125,139,-90v4,-13,26,-19,41,-11r-22,29v11,17,16,41,16,72v0,85,-71,121,-139,88v-4,11,-23,9,-35,6v1,-6,12,-18,16,-24v-11,-18,-16,-39,-16,-70","w":210},"\u00bf":{"d":"106,-224v-14,-2,-39,7,-40,-8v2,-13,-6,-32,8,-32v16,0,40,-5,40,12v-1,11,4,28,-8,28xm145,-22v-25,43,-128,32,-128,-32v0,-57,58,-59,53,-121v-1,-15,20,-7,32,-9v12,-1,7,16,7,28v0,43,-48,49,-52,93v-4,46,55,41,75,19v7,1,12,14,13,22","w":159},"\u00a1":{"d":"66,-224v-14,-3,-41,7,-40,-9v1,-13,-4,-31,9,-31v15,0,41,-6,39,11v-1,11,4,29,-8,29xm61,0v-14,-1,-32,5,-31,-12r5,-163v-3,-14,9,-11,20,-11v9,0,9,2,10,12r5,161v0,9,1,13,-9,13","w":99},"\u00ac":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00ab":{"d":"176,-52v6,12,-21,24,-28,15r-55,-78r58,-84v9,3,32,9,23,22r-43,62xm96,-52v6,12,-22,25,-29,15r-55,-78r58,-84v9,3,33,9,24,22r-44,62","w":203},"\u00bb":{"d":"192,-116r-59,84v-9,-2,-33,-8,-25,-20r46,-64r-46,-67v6,-7,22,-23,31,-10xm111,-116r-59,84v-8,-3,-33,-9,-25,-20r46,-64r-46,-67v7,-7,22,-23,31,-10","w":203},"\u00a0":{"w":40},"\u00c0":{"d":"112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0xm135,-289v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":230},"\u00c3":{"d":"53,-298v-4,-40,60,-44,87,-18v18,-1,20,-26,40,-13v3,19,-18,42,-41,42v-19,0,-29,-20,-47,-20v-17,0,-22,26,-39,9xm112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0","w":230},"\u00d5":{"d":"62,-298v-4,-40,60,-44,87,-18v18,-1,20,-26,40,-13v3,19,-18,42,-41,42v-19,0,-29,-20,-47,-20v-17,0,-22,26,-39,9xm125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90","w":248},"\u00f7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00ff":{"d":"89,63v-2,12,-25,10,-37,7v3,-25,17,-47,23,-70r-67,-186v-3,-13,21,-6,33,-8v6,0,7,5,9,9r47,132r51,-138v6,-6,25,-4,34,-1xm45,-266v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm114,-257v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":190},"\u00b7":{"d":"27,-131v14,2,41,-7,41,8v0,13,6,33,-9,32v-15,-1,-41,6,-39,-11v1,-11,-3,-28,7,-29","w":88},"\u2219":{"d":"27,-131v14,2,41,-7,41,8v0,13,6,33,-9,32v-15,-1,-41,6,-39,-11v1,-11,-3,-28,7,-29","w":88},"\u00c2":{"d":"129,-340v13,19,29,36,40,58v-4,3,-24,5,-28,-2r-26,-34v-15,14,-15,42,-48,38v-6,0,-7,-3,-2,-9r37,-51v4,-5,22,-5,27,0xm112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0","w":230},"\u00ca":{"d":"117,-340v14,18,29,36,40,58v-5,3,-23,5,-28,-2r-25,-34v-16,13,-16,42,-49,38v-6,0,-7,-3,-2,-9r37,-51v4,-5,23,-6,27,0xm168,-34v18,-4,12,15,13,28v1,5,-3,6,-7,6r-137,0v-5,-1,-8,-2,-8,-10r0,-242v0,-7,1,-12,7,-12r130,0v16,-3,8,16,10,27v0,8,-10,6,-17,6r-80,0v-6,0,-9,1,-9,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v-1,8,3,8,10,8r87,0","w":198},"\u00c1":{"d":"112,-212r-35,120r70,0xm217,-12v4,11,-1,11,-8,12v-14,-2,-33,6,-37,-9r-15,-51r-90,0r-18,58v-8,2,-42,11,-35,-10r73,-240v2,-19,52,-18,57,0xm176,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":230},"\u00cb":{"d":"168,-34v18,-4,12,15,13,28v1,5,-3,6,-7,6r-137,0v-5,-1,-8,-2,-8,-10r0,-242v0,-7,1,-12,7,-12r130,0v16,-3,8,16,10,27v0,8,-10,6,-17,6r-80,0v-6,0,-9,1,-9,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v-1,8,3,8,10,8r87,0xm51,-331v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm120,-322v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":198},"\u00c8":{"d":"168,-34v18,-4,12,15,13,28v1,5,-3,6,-7,6r-137,0v-5,-1,-8,-2,-8,-10r0,-242v0,-7,1,-12,7,-12r130,0v16,-3,8,16,10,27v0,8,-10,6,-17,6r-80,0v-6,0,-9,1,-9,6r0,62v0,6,2,9,8,9r81,1v2,14,1,32,-19,32r-59,0v-8,1,-9,1,-10,8r0,71v-1,8,3,8,10,8r87,0xm133,-289v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":198},"\u00cd":{"d":"39,-264v13,2,33,-8,33,11r0,245v1,15,-23,5,-35,8v-7,-1,-9,-1,-8,-10r0,-246v1,-7,2,-7,10,-8xm111,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":101},"\u00ce":{"d":"65,-340v13,19,29,36,40,58v-4,3,-24,5,-28,-2r-26,-34v-15,14,-15,42,-48,38v-6,0,-7,-3,-2,-9r37,-51v4,-5,22,-5,27,0xm39,-264v13,2,33,-8,33,11r0,245v1,15,-23,5,-35,8v-7,-1,-9,-1,-8,-10r0,-246v1,-7,2,-7,10,-8","w":101},"\u00cf":{"d":"39,-264v13,2,33,-8,33,11r0,245v1,15,-23,5,-35,8v-7,-1,-9,-1,-8,-10r0,-246v1,-7,2,-7,10,-8xm-1,-331v13,1,34,-6,32,10v-2,12,5,32,-8,30v-11,-2,-33,6,-32,-7v1,-12,-6,-34,8,-33xm68,-322v2,-16,42,-13,41,-1v-1,12,5,32,-8,32v-13,0,-33,5,-33,-10r0,-21","w":101},"\u00cc":{"d":"39,-264v13,2,33,-8,33,11r0,245v1,15,-23,5,-35,8v-7,-1,-9,-1,-8,-10r0,-246v1,-7,2,-7,10,-8xm69,-289v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":101},"\u00d3":{"d":"125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90xm179,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":248},"\u00d4":{"d":"140,-340v13,19,29,36,40,58v-4,3,-24,5,-28,-2r-26,-34v-15,14,-15,42,-48,38v-6,0,-7,-3,-2,-9r37,-51v4,-5,22,-5,27,0xm125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90","w":248},"\u00d2":{"d":"125,-31v72,5,54,-81,54,-145v0,-38,-17,-54,-53,-56v-77,-4,-57,85,-57,152v0,33,22,47,56,49xm124,-267v62,-1,98,27,98,89r0,96v0,62,-36,87,-97,87v-55,-1,-99,-18,-98,-76r0,-106v0,-65,32,-89,97,-90xm153,-289v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":248},"\u00da":{"d":"175,-264v15,2,37,-7,37,12r0,170v1,61,-34,87,-92,87v-54,0,-91,-25,-92,-81r0,-178v-2,-17,21,-8,34,-10v7,1,9,4,9,12r0,163v-1,35,18,58,49,58v37,1,49,-22,49,-59r0,-164v0,-7,1,-9,6,-10xm173,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":240},"\u00db":{"d":"173,-282v-5,3,-23,5,-28,-2r-25,-34r-30,38v-9,-1,-32,5,-21,-9r37,-51v37,-14,51,36,67,58xm175,-264v15,2,37,-7,37,12r0,170v1,61,-34,87,-92,87v-54,0,-91,-25,-92,-81r0,-178v-2,-17,21,-8,34,-10v7,1,9,4,9,12r0,163v-1,35,18,58,49,58v37,1,49,-22,49,-59r0,-164v0,-7,1,-9,6,-10","w":240},"\u00d9":{"d":"175,-264v15,2,37,-7,37,12r0,170v1,61,-34,87,-92,87v-54,0,-91,-25,-92,-81r0,-178v-2,-17,21,-8,34,-10v7,1,9,4,9,12r0,163v-1,35,18,58,49,58v37,1,49,-22,49,-59r0,-164v0,-7,1,-9,6,-10xm152,-289v5,6,4,9,-2,9v-11,0,-19,0,-25,-6r-50,-54v8,-5,41,-7,44,5","w":240},"\u00af":{"d":"135,-261v14,-2,15,5,14,18v0,9,-3,9,-13,9r-97,0v-12,1,-12,-8,-11,-19v0,-8,3,-8,11,-8r96,0","w":170},"\u02c9":{"d":"135,-261v14,-2,15,5,14,18v0,9,-3,9,-13,9r-97,0v-12,1,-12,-8,-11,-19v0,-8,3,-8,11,-8r96,0","w":170},"\u00b8":{"d":"94,15v17,0,30,11,30,28v0,32,-56,40,-73,18v-4,-5,5,-13,10,-12v8,9,39,11,40,-6v1,-18,-19,-11,-28,-15r0,-34r21,0r0,21","w":170},"\u00dd":{"d":"127,0v-12,-2,-35,6,-35,-7r0,-102r-82,-153v12,-3,42,-6,48,6r59,111r63,-117v7,-2,43,-9,34,8r-79,146r0,100v1,7,-2,7,-8,8xm182,-340v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":226},"\u00fd":{"d":"89,63v-2,12,-25,10,-37,7v3,-25,17,-47,23,-70r-67,-186v-3,-13,21,-6,33,-8v6,0,7,5,9,9r47,132r51,-138v6,-6,25,-4,34,-1xm158,-275v-16,21,-37,39,-54,58v-5,3,-13,2,-21,2v-6,0,-6,-3,-2,-9r38,-52v7,-3,32,-4,39,1","w":190},"\u00de":{"d":"80,-86v51,3,91,0,89,-53v-2,-46,-41,-52,-90,-49v-5,0,-6,3,-6,7r0,88v0,6,1,7,7,7xm65,-264v20,4,-6,45,15,43v79,-5,133,16,133,84v0,74,-55,92,-135,86v-6,0,-5,2,-5,7v-3,15,7,42,-8,44v-13,-3,-36,8,-36,-10r0,-246v0,-14,24,-6,36,-8","w":228},"\u00fe":{"d":"106,-24v39,0,39,-44,39,-87v0,-31,-11,-60,-38,-60v-51,0,-39,64,-40,114v4,18,18,33,39,33xm125,-199v50,0,62,49,62,101v0,55,-12,102,-64,102v-29,0,-46,-8,-59,-24r0,83v4,18,-16,11,-30,12v-9,1,-9,-3,-10,-12r0,-318v-2,-17,18,-11,32,-12v6,1,9,2,8,10r0,87v13,-18,32,-29,61,-29","w":205},"\u00bd":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00bc":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00b9":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00be":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00b3":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00b2":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00a6":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00d7":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00f0":{"d":"107,-24v42,0,44,-45,44,-92v0,-32,-12,-51,-44,-51v-42,0,-49,41,-46,88v2,33,14,54,46,55xm144,-246v58,51,85,250,-37,250v-64,0,-89,-35,-89,-100v0,-69,41,-109,111,-96v7,2,13,6,18,11v-6,-16,-17,-29,-27,-41v-7,4,-13,21,-21,13v-7,-6,-19,-16,-7,-22v23,-13,-14,-17,-6,-32v11,-21,28,-19,40,-2v5,-4,11,-16,18,-13v14,9,17,23,0,32","w":210},"\u00a4":{"d":"62,-110r18,-59r16,59r-34,0xm95,-188v0,-9,-17,-6,-25,-5v-16,39,-26,85,-39,127v4,2,19,3,19,-3r8,-27r43,0v5,14,4,39,30,30v-8,-41,-25,-81,-36,-122xm164,-69v1,6,25,7,27,0r37,-121v1,-6,-9,-4,-15,-4v-4,0,-2,2,-4,5r-30,99r-31,-103v-4,-1,-23,-5,-20,5xm3,-26r0,-203r256,0r0,203r-256,0"},"\u00d0":{"d":"81,-35v50,3,88,-1,88,-52r0,-89v2,-49,-39,-56,-89,-53v-7,0,-8,0,-8,7r0,71v21,1,48,-9,41,24v2,17,-27,6,-41,9r0,75v0,7,2,7,9,8xm36,-264v89,-2,176,-6,176,85r0,97v3,90,-86,84,-174,82v-5,-1,-9,-5,-9,-13r0,-105v-9,-1,-21,4,-21,-7v0,-18,-3,-31,21,-26r0,-101v0,-8,1,-11,7,-12","w":239}}});/* --------- /javascripts/frontend/jquery.livequery.js --------- */ 

(function($){$.extend($.fn,{livequery:function(type,fn,fn2){var self=this,q;if($.isFunction(type))fn2=fn,fn=type,type=undefined;$.each($.livequery.queries,function(i,query){if(self.selector==query.selector&&self.context==query.context&&type==query.type&&(!fn||fn.$lqguid==query.fn.$lqguid)&&(!fn2||fn2.$lqguid==query.fn2.$lqguid))return(q=query)&&false});q=q||new $.livequery(this.selector,this.context,type,fn,fn2);q.stopped=false;q.run();return this},expire:function(type,fn,fn2){var self=this;if($.isFunction(type))fn2=fn,fn=type,type=undefined;$.each($.livequery.queries,function(i,query){if(self.selector==query.selector&&self.context==query.context&&(!type||type==query.type)&&(!fn||fn.$lqguid==query.fn.$lqguid)&&(!fn2||fn2.$lqguid==query.fn2.$lqguid)&&!this.stopped)$.livequery.stop(query.id)});return this}});$.livequery=function(selector,context,type,fn,fn2){this.selector=selector;this.context=context||document;this.type=type;this.fn=fn;this.fn2=fn2;this.elements=[];this.stopped=false;this.id=$.livequery.queries.push(this)-1;fn.$lqguid=fn.$lqguid||$.livequery.guid++;if(fn2)fn2.$lqguid=fn2.$lqguid||$.livequery.guid++;return this};$.livequery.prototype={stop:function(){var query=this;if(this.type)this.elements.unbind(this.type,this.fn);else if(this.fn2)this.elements.each(function(i,el){query.fn2.apply(el)});this.elements=[];this.stopped=true},run:function(){if(this.stopped)return;var query=this;var oEls=this.elements,els=$(this.selector,this.context),nEls=els.not(oEls);this.elements=els;if(this.type){nEls.bind(this.type,this.fn);if(oEls.length>0)$.each(oEls,function(i,el){if($.inArray(el,els)<0)$.event.remove(el,query.type,query.fn)})}else{nEls.each(function(){query.fn.apply(this)});if(this.fn2&&oEls.length>0)$.each(oEls,function(i,el){if($.inArray(el,els)<0)query.fn2.apply(el)})}}};$.extend($.livequery,{guid:0,queries:[],queue:[],running:false,timeout:null,checkQueue:function(){if($.livequery.running&&$.livequery.queue.length){var length=$.livequery.queue.length;while(length--)$.livequery.queries[$.livequery.queue.shift()].run()}},pause:function(){$.livequery.running=false},play:function(){$.livequery.running=true;$.livequery.run()},registerPlugin:function(){$.each(arguments,function(i,n){if(!$.fn[n])return;var old=$.fn[n];$.fn[n]=function(){var r=old.apply(this,arguments);$.livequery.run();return r}})},run:function(id){if(id!=undefined){if($.inArray(id,$.livequery.queue)<0)$.livequery.queue.push(id)}else $.each($.livequery.queries,function(id){if($.inArray(id,$.livequery.queue)<0)$.livequery.queue.push(id)});if($.livequery.timeout)clearTimeout($.livequery.timeout);$.livequery.timeout=setTimeout($.livequery.checkQueue,20)},stop:function(id){if(id!=undefined)$.livequery.queries[id].stop();else $.each($.livequery.queries,function(id){$.livequery.queries[id].stop()})}});$.livequery.registerPlugin('append','prepend','after','before','wrap','attr','removeAttr','addClass','removeClass','toggleClass','empty','remove');$(function(){$.livequery.play()});var init=$.prototype.init;$.prototype.init=function(a,c){var r=init.apply(this,arguments);if(a&&a.selector)r.context=a.context,r.selector=a.selector;if(typeof a=='string')r.context=c||document,r.selector=a;return r};$.prototype.init.prototype=$.prototype})(jQuery);/* --------- /javascripts/application.js --------- */ 

$(document).ajaxSend(function(event,request,settings){if(typeof(AUTH_TOKEN)=="undefined")return;settings.data=settings.data||"";settings.data+=(settings.data?"&":"")+"authenticity_token="+encodeURIComponent(AUTH_TOKEN);});$(function(){$("a.rjs").livequery('click',function(){$.ajax({url:this.href,dataType:"script"});return false;});});function validateCode(code){var inputid=$('#booh');var msgid=$('#discount_value');if(code.length==16||code.length==12){$.get("/users/validate_code/"+code,function(data){inputid.removeClass('wrong');inputid.removeClass('correct');if(data=="ok"){inputid.addClass('correct');msgid.html("Código válido");}else{inputid.addClass('wrong');msgid.html(data);}});}else{inputid.addClass('wrong');msgid.html("Código não válido");}}
$(document).ready(function(){var sHeight=$(document).height()
$('.inner-wrapper').css('height',sHeight);});
